-
Notifications
You must be signed in to change notification settings - Fork 11
feat: integrate jupyter-ui with ambient mesh
#512
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
3bf57c5
feat: add service mesh libs and deps
NohaIhab eca8676
feat: add relations and implement requirer side
NohaIhab 3ee5a9c
fix: submit ingress config if leader
NohaIhab 1061fda
update unit tests
NohaIhab f1dbe4f
fix: lint
NohaIhab 5212141
remove empty policies arg and update docstring
NohaIhab 455224a
Merge branch 'main' into kf-8146-integrate-with-ambient-mesh
NohaIhab e0fd6a3
skip: address comments
NohaIhab fdf07c3
upate istio_ingress_route lib and define filter
NohaIhab 5f60ed4
feat: add ambient integration tests
NohaIhab 3762c61
handle both relations and update tests
NohaIhab fda5599
update tox and ci to run ambient tests
NohaIhab 6c35ff6
skip: lint
NohaIhab 9a06008
feat: use chisme utilities in tests from https://github.com/canonical…
NohaIhab 78b30df
skip: lint
NohaIhab 96e223d
tests: update chisme to 0.4.15
NohaIhab 22f8141
skip: update tox.ini
NohaIhab 57b5622
skip: correct tox env name
NohaIhab f8ccc40
skip: use get_http_response from chisme
NohaIhab 1a5b164
review: use constants for relation names
NohaIhab aeb4242
review: remove unused charms_dependencies.py
NohaIhab 0bf15e8
review: update tests
NohaIhab 50c3d40
review: revert changes to charmcraft.yaml
NohaIhab d36ff8a
review: remove lightkube from test deps
NohaIhab 1f959be
review: add comment to tox.ini on missing env
NohaIhab f0fa192
review: rename expected config variable
NohaIhab File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -148,6 +148,11 @@ jobs: | |
| charm: | ||
| - jupyter-controller | ||
| - jupyter-ui | ||
| test-type: [integration, integration-ambient] | ||
| # TODO: Remove this exclusion once jupyter-controller integration-ambient tests are implemented | ||
| exclude: | ||
| - charm: jupyter-controller | ||
| test-type: integration-ambient | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - name: Install dependencies | ||
|
|
@@ -174,6 +179,4 @@ jobs: | |
| # Pass the path where the charm artefact is downloaded to the tox command | ||
| # FIXME: Right now the complete path is half hardcoded to <charm name>[email protected] | ||
| # We need to find a better way to dynamically get this value | ||
| tox -e ${{ matrix.charm }}-integration -- --model kubeflow --charm-path=${{ github.workspace }}/charms/${{ matrix.charm }}/${{ matrix.charm }}[email protected] | ||
|
|
||
|
|
||
| tox -e ${{ matrix.charm }}-${{ matrix.test-type }} -- --model kubeflow --charm-path=${{ github.workspace }}/charms/${{ matrix.charm }}/${{ matrix.charm }}[email protected] | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,4 @@ geckodriver.log | |
| venv/ | ||
| .terraform* | ||
| *.tfstate* | ||
| coverage.xml | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.