Update GrimoireLab 2.x docker image#783
Merged
Merged
Conversation
88e1a48 to
47d39eb
Compare
a316126 to
320959b
Compare
320959b to
441c58e
Compare
Update the configuration of the workflow and update tags of the actions to match the latest version. Update cosign command to use GitHub OIDC token. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
Refactor Docker and docker compose configuration to use the latest version of the containers and use the latest version of GrimoireLab core. Remove SortingHat as a service as it is partially included in GrimoireLab core. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com> [ui] Fix taskId type from Int to ID Fix a bug that caused updating and deleting tasks from the UI to fail. The GraphQL Task type now uses an ID field that accepts both integers and strings, but the UI had not been updated to handle this change. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
441c58e to
ee03db2
Compare
Changed the docker-compose configuration to replace the redis service with valkey. Valkey is the community-driven, fully open-source fork of Redis, providing the same API compatibility with long-term support. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
ee03db2 to
d16bcc9
Compare
Update the tests to include the latest change from GrimoireLab that configures the default superuser when the setup command is executed. Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
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
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.
Update Docker workflow to sign the image using GitHub OIDC in keyless mode and update the workflow actions to the latest version.
Update docker-compose and Dockerfile with the latest changes in GrimoireLab core.
Related to #807