-
Notifications
You must be signed in to change notification settings - Fork 10
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
Move develop to test #1058
Closed
Move develop to test #1058
Conversation
This file contains 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
configuration In response to the need for updated versions, the commit adjusts the image tags for Cardano Node and Cardano DB Sync in the personal stack configuration. The Cardano Node image tag was modified from "8.8.0-pre" to "8.10.0-pre," while the Cardano DB Sync image tag was updated from "sancho-4.1.0" to "sancho-4-2-1."
In this commit, the script `scripts/govtool/config.mk` was modified to adjust the authentication logic for staging environments. The changes include updating the condition to check for the environment variable 'env' instead of the domain. Specifically, the script now checks if the environment is not equal to "beta" before configuring the authentication settings accordingly. The previous logic was based on the domain name, which was not flexible enough for different staging environments. By changing the condition to check the environment variable 'env' and making adjustments in the authentication configuration file, the staging basic auth process is now more customizable and suitable for different environments. This modification ensures that the authentication configuration aligns with the specific staging environment requirements, improving the overall security and functionality of the application.
a47b9c2 Merge pull request #2 from IntersectMBO/feat/icon-and-changes 8bb51a5 fix: favicon theme 56d39a9 Merge pull request #1 from IntersectMBO/feat/icon-and-changes af210c9 fix favicon and text git-subtree-dir: govtool/analytics-dashboard git-subtree-split: a47b9c276dc0d196cf2d497981925a417113d1e2
Tests/drep directory
Pull test branch changes to develop
Fix/Add tests for missing APIs
Refactor/tests
Enhance allure dashboard visibility
…d-dbsync-in-personal-stack Bump version of Cardano Node and Cardano DB Sync in personal stack
Fix staging basic auth
…-dashboard Update participation dashboard
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Move develop to test