-
Notifications
You must be signed in to change notification settings - Fork 9
Production deploy #299
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
Production deploy #299
Conversation
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
… registration history page
…for-child-services-register-column-on-ofsted-registration-history-page SUPPORT-25 show end date for child services register column on ofsted…
Bugfix: data import creating duplicate taxonomies
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.13.6...v1.13.9) --- updated-dependencies: - dependency-name: nokogiri dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…ri-1.13.9 Bump nokogiri from 1.13.6 to 1.13.9
Fixes a bug in the service data import where locations were being created, but not saved against a service.
viewing coverage locally
…mport Fix service location import bug
Staging deploy
Minus rails 7 upgrades for now
…to develop and not my feature branch This reverts commit 03871d3.
…eport' into feature/rails-6-containerisation
… feature/rails-6-containerisation
…dd-setting-postcode BSP-56 include postcode with service information
postcode no longer needed
…ontainer-name dont give postgres container a name by default
… order and nested
…-display Feature/taxonomy dropdown display
adding in (and commenting out) team specific taxonomy filters
…blank-option Forgot the 'All taxonomies' in the dropdown
Don't attempt to load images from google if not configured
… be optionally overwritten
…mies Housekeeping job - to make sure all services have their parent taxono…
…-to-allow-adding-a-taxonomy-to-multiple-services Top 221 add back end tool to allow adding a taxonomy to multiple services
Staging PR
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 MR brings together a lot of things!
Highlights are:
Containerisation, though the architecture does need to change from alpine to be more inline with our heroku deployments
Tests now run in heroku and github (not locally yet because of the above issue)
The favicon is now outpost's one
some utility classes on the page layouts
wysiwyg editor (this feature is still in beta!)
updates to the scss so that settings apply to the website
updates to enable heroku-20 deployment
added superadmin role, similar to drupals user1 to protect the settings page
Restrict access to site settings page to superadmins #270
Viewing code coverage locally #271
Fix docker image issues #286 (parts of)
Feature/develop #291
Feature/heroku 20 updates #297
Feature/wysiwyg and rich text fix #296
Update favicon #293
#3 Adds a wysiwyg editor to the description field for services #289
#2 Update to the scss to make themeing more robust #288
#1 Feature/rails 6 containerisation #287
deployment notes:
NODE_OPTIONS=--openssl-legacy-provideris required for compiling the assets for the time being. This is because of webpacker, I managed to update thebabel.config.jsto remove a lot of the plugins that are included in preset-env now but theres one module left using md4 hash that we just can't do without for now.heroku buildpacks:add heroku/nodejs -i 1 --app app-nameto ensure nodejs buildpack is added and added first