Ecosyste.ms: Timeline

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

ghislainbourgeois

ghislainbourgeois created a review on a pull request on canonical/sdcore-nms

View on GitHub

ghislainbourgeois created a review comment on a pull request on canonical/tls-certificates-interface
It seems like this will work in most cases, but not in the case that this PR is trying to fix. By that I mean that if you have multiple TLS relations, this code will migrate the shared secret to th...

View on GitHub

ghislainbourgeois created a review on a pull request on canonical/tls-certificates-interface

View on GitHub

ghislainbourgeois pushed 2 commits to feat-arm64 canonical/notary-k8s-operator
  • fix: Fix skipped integration tests (#76) 867a5c5
  • feat: Add arm64 version of the charm fea700b

View on GitHub

ghislainbourgeois closed a pull request on omec-project/webconsole
feat: propagate inventory edition to NS DB and NFs
# Description This PR implements the edition of gNBs. - Create an index over name for gNBs to guarantee unique names in DB - Modify POST operation to remove the target from path: now name a...
ghislainbourgeois created a review on a pull request on omec-project/webconsole

View on GitHub

ghislainbourgeois pushed 1 commit to main canonical/notary-k8s-operator
  • fix: Fix skipped integration tests (#76) 867a5c5

View on GitHub

ghislainbourgeois deleted a branch canonical/notary-k8s-operator

fix-int-tests

ghislainbourgeois closed a pull request on canonical/notary-k8s-operator
fix: Fix skipped integration tests
# Description The integration tests were being skipped because of `pytest-asyncio`. This change ensures that locked dependencies are used, which should ensure the tests run. # Checklist: -...
ghislainbourgeois created a review comment on a pull request on canonical/vault-k8s-operator
I am not sure, I copied what we had in the main pyproject.toml.

View on GitHub

ghislainbourgeois created a review on a pull request on canonical/vault-k8s-operator

View on GitHub

ghislainbourgeois pushed 1 commit to chore-use-uv-plugin canonical/vault-k8s-operator
  • Update vault-kv-requirer to use uv to speed up build 888bde3

View on GitHub

ghislainbourgeois opened a pull request on canonical/vault-k8s-operator
chore: Use charmcraft's uv plugin for faster builds
# Description Change charmcraft.yaml to use the new uv plugin for faster builds. # Checklist: - [x] My code follows the [style guidelines](/CONTRIBUTING.md) of this project - [x] I have p...
ghislainbourgeois created a branch on canonical/vault-k8s-operator

chore-use-uv-plugin - Vault secure, store and tightly control access to tokens, passwords, certificates, encryption keys for protecting secrets and other sensitive data.

ghislainbourgeois created a review on a pull request on canonical/tls-certificates-interface

View on GitHub

ghislainbourgeois created a review on a pull request on canonical/sdcore-github-workflows

View on GitHub

ghislainbourgeois pushed 1 commit to fix-int-tests canonical/notary-k8s-operator
  • Rollback to pytest_asyncio-0.21.2, otherwise tests are skipped 447c34e

View on GitHub

ghislainbourgeois opened a pull request on canonical/notary-k8s-operator
fix: Fix skipped integration tests
# Description The integration tests were being skipped because of `pytest-asyncio`. This change ensures that locked dependencies are used, which should ensure the tests run. # Checklist: -...
ghislainbourgeois created a branch on canonical/notary-k8s-operator

fix-int-tests - Use Notary K8s Operator to manage x509 certificates in the Juju ecosystem.

ghislainbourgeois opened a pull request on canonical/notary-k8s-operator
feat: Add arm64 version of the charm
# Description Adds the arm64 version of the charm. # Checklist: - [x] My code follows the [style guidelines](/CONTRIBUTING.md) of this project - [x] I have performed a self-review of my o...
ghislainbourgeois created a branch on canonical/notary-k8s-operator

feat-arm64 - Use Notary K8s Operator to manage x509 certificates in the Juju ecosystem.

ghislainbourgeois pushed 1 commit to cc006-experiments canonical/terraform-juju-sdcore
  • Expose complete configuration for NFs 08eda89

View on GitHub

ghislainbourgeois pushed 1 commit to cc006-experiments canonical/terraform-juju-sdcore

View on GitHub

ghislainbourgeois pushed 1 commit to cc006-experiments canonical/terraform-juju-sdcore
  • Do not create a data source for the model 51902a4

View on GitHub

ghislainbourgeois pushed 1 commit to cc006-experiments canonical/terraform-juju-sdcore
  • Try making amf elements optional 5274c66

View on GitHub

ghislainbourgeois pushed 1 commit to cc006-experiments canonical/terraform-juju-sdcore
  • Variables could not be used there b165d53

View on GitHub

ghislainbourgeois created a branch on canonical/terraform-juju-sdcore

cc006-experiments - SD-Core Terraform module aims to deploy the sdcore-k8s bundle https://charmhub.io/sdcore-k8s via Terraform.

ghislainbourgeois created a review comment on a pull request on canonical/oai-ran-du-k8s-operator
I like the dataclass, but I am concerned about the use of floats. I would suggest putting everything in `Hz`. To simplify notation, we could create some constants and notate like this: ``` K...

View on GitHub

ghislainbourgeois created a review comment on a pull request on canonical/oai-ran-du-k8s-operator
Here I would also only use `Hz`. I think we should not use float and would suggest using `decimal.Decimal` instead. It would ensure that the results are as exact as we want.

View on GitHub

ghislainbourgeois created a review comment on a pull request on canonical/oai-ran-du-k8s-operator
```suggestion def freq_to_arfcn(frequency: Union[int, float]) -> int: ``` This is only returning an integer. When there is an error, it is raising an exception, not returning.

View on GitHub

Load more