Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
ghislainbourgeois pushed 1 commit to main canonical/sdcore-gnb-integrator
- chore: Use uv for python dependency management (#27) b4d54e9
ghislainbourgeois closed a pull request on canonical/sdcore-gnb-integrator
chore: Use uv for python dependency management
Use uv for python dependency managementghislainbourgeois created a review comment on a pull request on canonical/notary
This function and the next one do almost completely the same thing, could we reuse most of the code by extracting a function and passing the CSR after looking it up either by ID or CSR?
ghislainbourgeois created a review comment on a pull request on canonical/notary
I don't mind, I was just curious.
ghislainbourgeois created a review on a pull request on omec-project/amf
Shouldn't this use the shared workflow files? For testing, I think we can target the branch directly.
ghislainbourgeois pushed 1 commit to chore-cc005 canonical/sdcore-gnb-integrator
- chore: Use uv for python dependency management 023defb
ghislainbourgeois opened a pull request on canonical/sdcore-gnb-integrator
chore: Use uv for python dependency management
ghislainbourgeois created a branch on canonical/sdcore-gnb-integrator
chore-cc005 - An operator charm providing an integrator for connecting to gNB radios that are not managed via a charm
ghislainbourgeois opened a pull request on canonical/vault-k8s-operator
fix: Use uv sync in tox to use locked versions
# Description Use uv sync in tox to use locked versions. This ensures that tox will not install newer packages when running. # Checklist: - [x] My code follows the [style guidelines](/CONT...ghislainbourgeois created a review comment on a pull request on omec-project/.github
Same comment regarding the password
ghislainbourgeois created a review comment on a pull request on omec-project/.github
Shouldn't this be a secret? This particular password should also be changed and not put as is in a secret.
ghislainbourgeois created a review comment on a pull request on omec-project/.github
Maybe we want to exit or return right away here to bypass the rest of the code. ```suggestion else echo "Version change not for release" exit 0 ```
ghislainbourgeois created a review comment on a pull request on omec-project/.github
I think we need to validate the content of VERSION before doing anything with it. Here, a bad actor could propose a PR where the VERSION file contains something like "v1.5.0 ; echo $GITHUB_TOKEN" a...
ghislainbourgeois created a review on a pull request on omec-project/.github
Looks good, I have some comments
ghislainbourgeois created a review on a pull request on omec-project/.github
Looks good, I have some comments
ghislainbourgeois created a review on a pull request on canonical/charmed-aether-sd-core
ghislainbourgeois pushed 2 commits to main canonical/sdcore-tests
ghislainbourgeois closed a pull request on canonical/sdcore-tests
feat: Add Allure reports for test results
# Description Add Allure reports for test results publishing to GitHub pages after each run. Results are shown here: https://canonical.github.io/sdcore-tests # Checklist: - [x] My code ...ghislainbourgeois pushed 1 commit to feat-allure-reports canonical/sdcore-tests
- feat: Add Allure reports for test results ee075eb
ghislainbourgeois pushed 1 commit to feat-allure-reports canonical/sdcore-tests
- feat: Add Allure reports for test results 6138c8f
ghislainbourgeois created a branch on canonical/sdcore-tests
gh-pages - End to end tests for SD-Core
ghislainbourgeois opened a draft pull request on canonical/sdcore-tests
feat: Add Allure reports for test results
# Description Add Allure reports for test results publishing to GitHub pages after each run. # Checklist: - [x] My code follows the [style guidelines](/CONTRIBUTING.md) of this project - ...ghislainbourgeois created a branch on canonical/sdcore-tests
feat-allure-reports - End to end tests for SD-Core