This repository has been archived by the owner on Jun 26, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #766 from massgov/release-5.18.0
Release 5.18.0
- Loading branch information
Showing
98 changed files
with
2,862 additions
and
2,991 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 |
---|---|---|
|
@@ -31,8 +31,6 @@ jobs: | |
- persist_to_workspace: | ||
root: /var/www | ||
paths: [code] | ||
- store_artifacts: | ||
path: /var/www/code/styleguide/public/assets | ||
|
||
test: | ||
working_directory: /home/circleci/code | ||
|
@@ -55,7 +53,7 @@ jobs: | |
- store_test_results: | ||
path: backstopjs/reports/ci | ||
|
||
deploy_artifacts: | ||
deploy_branch: | ||
<<: *common_config | ||
steps: | ||
- attach_workspace: {at: /var/www} | ||
|
@@ -64,37 +62,41 @@ jobs: | |
command: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "MassGov Bot" | ||
# @todo: We shouldn't need global gulp from the build scripts. | ||
- run: { name: 'Gulp Install', command: 'yarn global add gulp' } | ||
- run: { name: 'Deploy', command: 'cd styleguide && vendor/bin/phing deploy' } | ||
- run: { name: 'Deploy artifacts', command: "cd styleguide && node_modules/.bin/gulp artifacts:publish" } | ||
- run: { name: 'Deploy S3', command: "cd styleguide && node_modules/.bin/gulp patternlab:publish" } | ||
|
||
deploy_cd: | ||
deploy_tag: | ||
<<: *common_config | ||
steps: | ||
- attach_workspace: {at: /var/www} | ||
# @todo: We shouldn't need global gulp from the build scripts. | ||
- run: { name: 'Gulp Install', command: 'yarn global add gulp' } | ||
- run: { name: 'S3 Deployment', command: 'cd styleguide && ../scripts/deploy-s3.sh -b ${CIRCLE_BRANCH}' } | ||
- run: | ||
name: "Prepare Git" | ||
command: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "MassGov Bot" | ||
- run: { name: 'Configure NPM', command: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'} | ||
- run: { name: 'Release Artifacts', command: "cd styleguide && node_modules/.bin/gulp artifacts:release" } | ||
- run: { name: 'Release S3', command: "cd styleguide && node_modules/.bin/gulp patternlab:release" } | ||
- run: { name: 'Release NPM', command: "cd styleguide && node_modules/.bin/gulp npm:release" } | ||
|
||
workflows: | ||
version: 2 | ||
build_deploy: | ||
build_branch: | ||
jobs: | ||
- build: | ||
filters: | ||
tags: | ||
only: /\bv?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?\b/ | ||
- build | ||
- test: | ||
requires: [build] | ||
- deploy_artifacts: | ||
- deploy_branch: | ||
requires: [build] | ||
|
||
build_tag: | ||
jobs: | ||
- build: | ||
filters: | ||
branches: | ||
ignore: /.*/ | ||
tags: | ||
only: /\bv?(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)\.(?:0|[1-9]\d*)(?:-[\da-z\-]+(?:\.[\da-z\-]+)*)?(?:\+[\da-z\-]+(?:\.[\da-z\-]+)*)?\b/ | ||
- deploy_cd: | ||
branches: { ignore: /.*/ } | ||
tags: { only: /.*/ } | ||
- deploy_tag: | ||
requires: [build] | ||
filters: | ||
branches: | ||
ignore: /^master$/ | ||
branches: { ignore: /.*/ } | ||
tags: { only: /.*/ } |
Binary file added
BIN
+175 KB
backstopjs/reference/regression_page_binder-page-cover_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+215 KB
backstopjs/reference/regression_page_binder-page-cover_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-725 Bytes
(100%)
backstopjs/reference/regression_page_binder-page-internal_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+11 Bytes
(100%)
backstopjs/reference/regression_page_binder-page-internal_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+101 KB
(140%)
backstopjs/reference/regression_page_listing-links_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+119 KB
(140%)
backstopjs/reference/regression_page_listing-links_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-21.3 KB
(97%)
backstopjs/reference/regression_page_organization-detail_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-104 KB
(87%)
backstopjs/reference/regression_page_organization-detail_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-3.64 KB
(99%)
.../reference/regression_page_organization-elected-official_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-93.8 KB
(90%)
...reference/regression_page_organization-elected-official_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-794 Bytes
(97%)
...regression_template_01-content-types-information-details_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+598 Bytes
(100%)
...egression_template_01-content-types-information-details_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.46 KB
(100%)
...regression_template_01-content-types-organization-detail_0_document_0_phone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+1.99 KB
(100%)
...egression_template_01-content-types-organization-detail_0_document_1_tablet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.