Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

ovh/manager

antonymarion created a review comment on a pull request on ovh/manager
Maybe replace switch case by dictionnary here

View on GitHub

antonymarion created a review on a pull request on ovh/manager

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
This is an empty line?

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
```suggestion onOdsModalClose={onClose} ```

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
We can prevent from mutability: ```suggestion const reorderPlugin = pluginData.reduce( (acc, item) => ({ ...acc, [item.state]: item.name }), initialState, ); ```

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
```suggestion pluginData?.map((plugin, index) => ( ```

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
You can use `flatMap` here to flat the arrays in one line.

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
`data` is always defined

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
useless `async` keyword here

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
What this is intended for?

View on GitHub

fredericvilcot created a review comment on a pull request on ovh/manager
I'm not sure about the interest of this unit test because it's an implementation detail. If we consider testing the behavior under the `updateAdmissionPlugin` function, it will be better to test...

View on GitHub

fredericvilcot created a review on a pull request on ovh/manager

View on GitHub

antonymarion created a review on a pull request on ovh/manager

View on GitHub

tibs245 created a review on a pull request on ovh/manager

View on GitHub

Eric-ciccotti created a review on a pull request on ovh/manager

View on GitHub

sonarcloud[bot] created a comment on a pull request on ovh/manager
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

ppprevost pushed 1 commit to feat/pci-kubernetes_allow-activation-plugin_tapc-33 ovh/manager
  • feat(pci.kubernetes): use tileblock from manager componnent ref: TAPC-33 Signed-off-by: Pierre-Philippe <pierre-phil... efbca9b

View on GitHub

chipp972 created a review on a pull request on ovh/manager

View on GitHub

tibs245 created a review on a pull request on ovh/manager

View on GitHub

tibs245 created a review on a pull request on ovh/manager

View on GitHub

jvaumoroovh created a review on a pull request on ovh/manager

View on GitHub

antleblanc pushed 1 commit to feat/TAPC-1189 ovh/manager

View on GitHub

jvaumoroovh created a review comment on a pull request on ovh/manager
with for...of, we can still use destructured objects. In my opinion, for...of is more readable, and from a performance point of view, it's also better (not a big performance improvement, but an ...

View on GitHub

jvaumoroovh created a review on a pull request on ovh/manager

View on GitHub

sonarcloud[bot] created a comment on a pull request on ovh/manager
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

sonarcloud[bot] created a comment on a pull request on ovh/manager
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

selm3n pushed 134 commits to feat/TAPC-1189 ovh/manager
  • release: berkelium-porpoise-4 Signed-off-by: ovh-cds <[email protected]> 97cdf8a
  • feat(manager-react-components): correcting content for iam manager text (#13469) ref:MANAGER-15576 Signed-off-by:... 6edb862
  • merge: pull request #13441 from ovh/develop 02bb30a
  • release: berkelium-porpoise-5 Signed-off-by: ovh-cds <[email protected]> 22638c5
  • feat(container): rename "Zimbra" to "Zimbra Mail" (#13438) ref: MANAGER-15563 Signed-off-by: Tristan WAGNER <t.wa... 6a1840a
  • fix(i18n): add missing translations [CDS 3392] Signed-off-by: CDS Translator Agent <[email protected]> d623f03
  • feat(manager-react-components): upgrade ods version 18 ref: MANAGER-14622 BREAKING CHANGE: bump ods version in mana... 3f1b963
  • feat(manager-react-components): update generator ref: MANAGER-14622 Signed-off-by: Alex Boungnaseng <alex.boungnase... f6b3540
  • fix(manager-react-components): fix bump ods 18 issues ref: MANAGER-14622 Signed-off-by: Alex Boungnaseng <alex.boun... ea1dd83
  • release: berkelium-porpoise-6 Signed-off-by: ovh-cds <[email protected]> 364221d
  • feat(manager-react-components): update version package ref: MANAGER-14822 BREAKING CHANGE: update manager react ver... dee5bb1
  • release: berkelium-porpoise-7 Signed-off-by: ovh-cds <[email protected]> b282d37
  • fix(zimbra): feature load more on datagrid ref: MANAGER-15231 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ovh... 8d17c5b
  • feat(zimbra-beta): show accounts statistics in tab ref: MANAGER-15562 Signed-off-by: Tristan WAGNER <t.wagner66250@g... 277c396
  • fix(web): add banner eol webpass (#13198) ref: MANAGER-15255 Signed-off-by: Guillaume Hyenne <guillaume.hyenne@ov... 0d973d9
  • fix(i18n): add missing translations [CDS 3314] (#13167) ref: MANAGER-15313 Signed-off-by: CDS Translator Agent <o... 60b8ff3
  • fix(telecom.xdsl): catch error if service expired on xdsl migration list (#13537) ref: MANAGER-15621 Signed-off-b... 2aff278
  • fix(web): reduce asset size ref: MANAGER-15523 Signed-off-by: Antony MARION <[email protected]> 9f216a2
  • release: berkelium-porpoise-8 Signed-off-by: ovh-cds <[email protected]> 895a7ea
  • fix(kms): change wording in service key headline translations (#13223) ref: MANAGER-15153 Signed-off-by: Vincent ... 273f958
  • and 114 more ...

View on GitHub

sonarcloud[bot] created a comment on a pull request on ovh/manager
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

antleblanc pushed 1 commit to feat/mad-lz-wrong-translations ovh/manager

View on GitHub

antleblanc pushed 1 commit to fix/TAPC-1895-mad-lz-instance-creation ovh/manager

View on GitHub

Load more