Skip to content
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

PRODUCTION - Release 4.5.4 #3312

Merged
merged 16 commits into from
Sep 29, 2022
Merged

PRODUCTION - Release 4.5.4 #3312

merged 16 commits into from
Sep 29, 2022

Conversation

tim-s-ccs
Copy link
Collaborator

In this release:

The following environment variable needs to be created/updated:

Variable Value
/Environment/ccs/cmp/APP_RUN_RAKE_TASKS FALSE

tim-s-ccs and others added 16 commits September 27, 2022 12:58
…e raised in a recent IT Health Check. The changes I have made address the following issues:

- Make response times for sign in identical
- Allow users with accounts already to pass through sign up
- Make sure error message on the next page (confirm sign up)  does not inform of users existence

I have then updated the tests to make sure we are testing these changes and they don’t have any negative effects.
Bumps [puma](https:/puma/puma) from 5.6.4 to 5.6.5.
- [Release notes](https:/puma/puma/releases)
- [Changelog](https:/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v5.6.4...v5.6.5)

---
updated-dependencies:
- dependency-name: puma
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [webmock](https:/bblimke/webmock) from 3.17.0 to 3.18.1.
- [Release notes](https:/bblimke/webmock/releases)
- [Changelog](https:/bblimke/webmock/blob/master/CHANGELOG.md)
- [Commits](bblimke/webmock@v3.17.0...v3.18.1)

---
updated-dependencies:
- dependency-name: webmock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@babel/preset-env](https:/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.18.10 to 7.19.0.
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.19.0/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [faker](https:/faker-ruby/faker) from 2.22.0 to 2.23.0.
- [Release notes](https:/faker-ruby/faker/releases)
- [Changelog](https:/faker-ruby/faker/blob/master/CHANGELOG.md)
- [Commits](faker-ruby/faker@v2.22.0...v2.23.0)

---
updated-dependencies:
- dependency-name: faker
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [aws-sdk-cognitoidentityprovider](https:/aws/aws-sdk-ruby) from 1.69.0 to 1.70.0.
- [Release notes](https:/aws/aws-sdk-ruby/releases)
- [Changelog](https:/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-cognitoidentityprovider/CHANGELOG.md)
- [Commits](https:/aws/aws-sdk-ruby/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-cognitoidentityprovider
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@babel/core](https:/babel/babel/tree/HEAD/packages/babel-core) from 7.18.13 to 7.19.0.
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.19.0/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rubocop](https:/rubocop/rubocop) from 1.35.1 to 1.36.0.
- [Release notes](https:/rubocop/rubocop/releases)
- [Changelog](https:/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.35.1...v1.36.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@babel/preset-env](https:/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.19.0 to 7.19.1.
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.19.1/packages/babel-preset-env)

---
updated-dependencies:
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rails](https:/rails/rails) from 6.0.5.1 to 6.0.6.
- [Release notes](https:/rails/rails/releases)
- [Commits](rails/rails@v6.0.5.1...v6.0.6)

---
updated-dependencies:
- dependency-name: rails
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [@babel/core](https:/babel/babel/tree/HEAD/packages/babel-core) from 7.19.0 to 7.19.1.
- [Release notes](https:/babel/babel/releases)
- [Changelog](https:/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https:/babel/babel/commits/v7.19.1/packages/babel-core)

---
updated-dependencies:
- dependency-name: "@babel/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…gs and policy to reflect these changes. I have also refactored the JavaScript so that the cookie settings are managed in one place in the rails app and not in the browser.

I have updated both the specs and feature tests to reflect these changes.
Bumps [asset_sync](https:/AssetSync/asset_sync) from 2.15.2 to 2.16.0.
- [Release notes](https:/AssetSync/asset_sync/releases)
- [Changelog](https:/AssetSync/asset_sync/blob/master/CHANGELOG.md)
- [Commits](AssetSync/asset_sync@v2.15.2...v2.16.0)

---
updated-dependencies:
- dependency-name: asset_sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rubocop-rspec](https:/rubocop/rubocop-rspec) from 2.12.1 to 2.13.2.
- [Release notes](https:/rubocop/rubocop-rspec/releases)
- [Changelog](https:/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-rspec@v2.12.1...v2.13.2)

---
updated-dependencies:
- dependency-name: rubocop-rspec
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…peScript.

We have quite a lot of JavaScript in this application and I do find it quite difficult to maintain. I am hopeful TypeScript will make all the maintenance easier and help future proof our code. It also gave me an opportunity to review our code and remove anything that was no longer needed.

(I also had nothing else to do at this moment in time and wanted to give myself a challenge)
@tim-s-ccs tim-s-ccs merged commit c3f7f2b into production Sep 29, 2022
@tim-s-ccs tim-s-ccs deleted the release-4.5.4 branch September 29, 2022 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant