Conversation
* fix: update docker compose command * fix: add variable in local storage to prevent pwa prompt * ci: update upload-artifact action * ci: add libu2f-udev & imagemagick * ci: update ci again * ci: try fix ci again * ci: another try to fix ci
* feat: update rack attack config * test: update rack attack test
…mniauthRegistrationsControllerOverride
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.
This pull request introduces several important updates focused on improving Docker and CI/CD workflows, enhancing Omniauth integration and user experience, and updating dependencies. The changes include upgrading the Ruby version, improving Dockerfiles for better compatibility and PDF generation, updating CI/CD workflow steps, enhancing Omniauth registration and profile editing logic, and adding or updating several gems for new features and bug fixes.
Docker and Build Improvements
3.0.6across.ruby-version, Dockerfiles, and CI environment for consistency and security. [1] [2] [3] [4]Dockerfile,Dockerfile.local) to add support for PDF generation withwkhtmltopdf, install additional required system packages, and improve multi-architecture support via theTARGETARCHbuild argument. Also, added Let's Encrypt root certificate for SSL compatibility. [1] [2] [3] [4] [5]CI/CD Workflow Updates
upload-artifactand to install missing dependencies (libu2f-udev,imagemagick) for test environments. [1] [2] [3]docker-composecommands in theMakefileto the moderndocker composesyntax for better compatibility with recent Docker versions.Omniauth and User Profile Enhancements
Dependency and Gemfile Updates
decidim-decidim_awesometo a tagged release, changeddecidim-term_customizerto a new branch, replacedomniauth-france_connectwithomniauth_openid_connect, and added PDF and HTML processing gems (wicked_pdf,wkhtmltopdf-binary,html_tokenizer,openssl). [1] [2] [3]Frontend and User Experience
These changes collectively improve system reliability, developer experience, authentication flows, and user interface consistency.