-
Notifications
You must be signed in to change notification settings - Fork 1
Add feature flag for quote submissions #274
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
7 commits
Select commit
Hold shift + click to select a range
977d55a
feat: add feature flag for submitting quotes and update UI accordingly
Starefossen ecda714
fix: update action versions in workflow files for consistency and sta…
Starefossen 766bdc7
feat: sanitize quote IDs for logging to enhance security and prevent …
Starefossen db4163f
fix: change Dependabot trigger to pull_request_target for improved se…
Starefossen 946abae
refactor: change quote ID type from string to int for improved valida…
Starefossen 522df9a
feat: add security scan tasks for all services and update feature fla…
Starefossen e383b56
fix: update semgrep entry format in .mise.toml for consistency
Starefossen 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
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
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 |
|---|---|---|
| @@ -1,12 +1,13 @@ | ||
| name: Dependabot | ||
| on: pull_request | ||
| on: pull_request_target | ||
|
|
||
| permissions: | ||
| pull-requests: write | ||
|
|
||
| jobs: | ||
| auto-merge: | ||
| uses: nais/actions/.github/workflows/dependabot-auto-merge.yaml@9422b590097ffabcf6ef2e34f41e99acd2634b9d # ratchet:nais/actions/.github/workflows/dependabot-auto-merge.yaml@main | ||
| if: github.actor == 'dependabot[bot]' | ||
| uses: nais/actions/.github/workflows/dependabot-auto-merge.yaml@f48f094a6474ff06e70df118f21f13c1ac349d37 # ratchet:nais/actions/.github/workflows/dependabot-auto-merge.yaml@main | ||
| secrets: | ||
| DEPENDABOT_AUTO_MERGE_APP_ID: ${{ secrets.DEPENDABOT_AUTO_MERGE_APP_ID }} | ||
| DEPENDABOT_AUTO_MERGE_APP_SECRET: ${{ secrets.DEPENDABOT_AUTO_MERGE_APP_SECRET }} | ||
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
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
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
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
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
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
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 |
|---|---|---|
| @@ -1,11 +1,14 @@ | ||
| apiVersion: v1 | ||
| kind: ConfigMap | ||
| apiVersion: unleash.nais.io/v1 | ||
| kind: ApiToken | ||
| metadata: | ||
| name: unleash-bootstrap-quotes-analytics | ||
| namespace: examples | ||
| name: quotes-analytics | ||
| namespace: {{ namespace }} | ||
| labels: | ||
| app: quotes-analytics | ||
| team: examples | ||
| data: | ||
| # No feature flags for analytics service yet | ||
| # Add toggles here when needed | ||
| team: {{ namespace }} | ||
| spec: | ||
| unleashInstance: | ||
| apiVersion: unleash.nais.io/v1 | ||
| kind: RemoteUnleash | ||
| name: examples | ||
| secretName: quotes-analytics-unleash-api-token | ||
| environment: development |
Oops, something went wrong.
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.