Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge release/8.0 into develop (#274)
* Bump word-wrap from 1.2.3 to 1.2.4 Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/jonschlinkert/word-wrap/releases) - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4) --- updated-dependencies: - dependency-name: word-wrap dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Release/3.0 (#56) Release/3.0 * Release/3.3 (#82) Release 3.3 * Release/3.4 (#84) * The correct copy for Document Upload now appears for admins on the service. * fixes issue with users using safari --------- Co-authored-by: paul-lawlor-tco <[email protected]> Co-authored-by: JamieGunnCO <[email protected]> * Revert "Bump word-wrap from 1.2.3 to 1.2.4" * Release/3.6 (#91) * TMI2-253: Add pre-commit check and update .gitignore to include application-local.properties and .env.local * Added conditional logic to display department on user page (#72) * GAP-2129 remove call to email findagrant for posting application form to grant advert (#66) * GAP-2129 | remove instruction to email findagrant for adding application form to grant advert * GAP-2129|make changes to copy as per GDS styling * Changed copy to be consistent with the description shown to applicants for file upload. * GAP-2230: frontend times out when requesting many submissions (#90) * GAP-2230: Removing await so it calls the backend to start sending messages to SQS and doesnt wait for its response * Cache dependencies on failure * Separating out pipelines to admin/applicant/gap-web-ui (#100) ### Continuous Integration - Separating out feature workflow into each package - Triggering on paths related to the specific package plus some others, e.g. for the admin app: ``` - "packages/admin/**" - ".github/workflows/admin-feature.yml" - "package.json" - "yarn.lock" ``` - This results in if you only ever change the admin app during a PR, then only this pipeline runs. - If you also e.g. change the applicant app mid way through, both workflows must pass - Caching dependencies using node-setup@v3 - Separating out Snyk as a new workflow ### Continuous Deployment - Separated into multiple workflows and triggering with the same path changes as before, but with the addition of any changes to gap-web-ui i.e: ``` - "packages/admin/**" - "packages/gap-web-ui/**" - ".github/workflows/admin-pushImage.yml" - "package.json" - "yarn.lock" --------- Co-authored-by: Iain Cooper <[email protected]> Co-authored-by: iaincooper-tco <[email protected]> Co-authored-by: ryan-tco <[email protected]> Co-authored-by: ConorFayleTCO <[email protected]> Co-authored-by: conor <[email protected]> Co-authored-by: john-tco <[email protected]> Co-authored-by: jgunnCO <[email protected]> Co-authored-by: paul-lawlor-tco <[email protected]> Co-authored-by: JamieGunnCO <[email protected]> Co-authored-by: a-lor-cab <[email protected]> * Create DUMMY * DUMMY file to force image push * only display due diligence btn for V2 (#157) (#159) Co-authored-by: rachelswart <[email protected]> * Fixing linting error * TMI2-499: Fixing layout of unpublish application page (#203) (#204) * remove unused files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dylanwrightCO <[email protected]> Co-authored-by: JamieGunnCO <[email protected]> Co-authored-by: jgunnCO <[email protected]> Co-authored-by: paul-lawlor-tco <[email protected]> Co-authored-by: a-lor-cab <[email protected]> Co-authored-by: dominicwest <[email protected]> Co-authored-by: Iain Cooper <[email protected]> Co-authored-by: iaincooper-tco <[email protected]> Co-authored-by: ryan-tco <[email protected]> Co-authored-by: conor <[email protected]> Co-authored-by: john-tco <[email protected]> Co-authored-by: dominicwest <[email protected]> Co-authored-by: rachelswart <[email protected]> Co-authored-by: jimpurvisTCO <[email protected]> Co-authored-by: Jim Purvis <[email protected]> Co-authored-by: a-lor-cab <[email protected]> Co-authored-by: Gavin Cook <[email protected]> Co-authored-by: GavCookCO <[email protected]>
- Loading branch information