This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump up Ruby to v2.5.7 * Remove Danger * Add rspec junit formatter * Read secrets and ENV variables on Azure * Add option to disable Sentry SSL verification * initial commit for ADO * switching ruby to 2.5.5 * Update .ruby-version * Update Gemfile * Update test-application.yaml * moving back to 2.5.7 * Update azure-pipelines.yml * switching to new base image * updating base image * adding EXTERNA_URL var * Update Dockerfile * adding app vars * Update azure-pipelines.yml * pass DB_URL during build * pass DB_URL during build fix * pass DB_URL during build fix ii * trigger deployment * db params * unset env params * adding missing dependecy RST-2377 * adding more dependencies * Update Dockerfile * RST-2316 adding daily export cron job * Updating permissions on export script * Updating path for the export job script * RST-2316 refactoring * adding missing switch * redirecting cron to STDOUT * refactor * adding LF * Lock users after 10 failed attempts * Get the app version from the APP_GIT_COMMIT var * Send default logger to STDOUT * Increase the password complexity * Throttle password reset emails * Invalidate all user sessions on sign out (#652) * Enable HTTP Strict Transport Security (#654) * Enable secure cookies (#653) * Send metrics to Azure Application Insights (#656) * Allow http requests for the /status.json * Bump up Rails to v6.0.3.2 * Bump up govuk_template to v0.26.0 Co-authored-by: tomaszcwikcs <tomasz@cwiksolutions.co.uk> Co-authored-by: mohammed abubakar <mohammed.abubakar@altostack.io>
- Loading branch information
1 parent
63144fa
commit 735ff2f
Showing
42 changed files
with
770 additions
and
101 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.git* | ||
log/* | ||
tmp/* | ||
.travis.yml | ||
Dockerfile | ||
Dockerfile.development | ||
docker-compose.yml | ||
azure-pipelines.yaml | ||
pipeline-steps/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.5.3 | ||
2.5.7 |
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
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
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
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
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
Oops, something went wrong.