-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'production' of https://github.com/NYPL/nypl-library-car…
…d-app into production
- Loading branch information
Showing
17 changed files
with
350 additions
and
117 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,8 @@ | ||
commands: | ||
setup_swap: | ||
command: | | ||
/bin/dd if=/dev/zero of=/var/swapfile bs=1M count=2048 | ||
/bin/chmod 600 /var/swapfile | ||
/sbin/mkswap /var/swapfile | ||
/sbin/swapon /var/swapfile | ||
test: "test ! -e /var/swapfile" |
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
option_settings: | ||
aws:elasticbeanstalk:healthreporting:system: | ||
SystemType: enhanced |
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,52 @@ | ||
language: node_js | ||
node_js: | ||
- '6' | ||
cache: | ||
directories: | ||
- node_modules | ||
install: npm install | ||
script: npm test | ||
before_deploy: echo 'All unit tests passed; | ||
Preparing to deploy Get a Library Card to AWS' | ||
deploy: | ||
- provider: elasticbeanstalk | ||
skip_cleanup: true | ||
access_key_id: "$AWS_ACCESS_KEY_ID_PRODUCTION" | ||
secret_access_key: "$AWS_SECRET_ACCESS_KEY_PRODUCTION" | ||
region: us-east-1 | ||
app: nypl-library-card-app | ||
env: nypl-library-card-app-production | ||
bucket_name: elasticbeanstalk-us-east-1-946183545209 | ||
bucket_path: nypl-library-card-app-production | ||
on: | ||
repo: NYPL/nypl-library-card-app | ||
branch: production | ||
- provider: elasticbeanstalk | ||
skip_cleanup: true | ||
access_key_id: "$AWS_ACCESS_KEY_ID_PRODUCTION" | ||
secret_access_key: "$AWS_SECRET_ACCESS_KEY_PRODUCTION" | ||
region: us-east-1 | ||
app: nypl-library-card-app | ||
env: nypl-library-card-app-qa | ||
bucket_name: elasticbeanstalk-us-east-1-946183545209 | ||
bucket_path: nypl-library-card-app-qa | ||
on: | ||
repo: NYPL/nypl-library-card-app | ||
branch: qa | ||
- provider: elasticbeanstalk | ||
skip_cleanup: true | ||
access_key_id: "$AWS_ACCESS_KEY_ID_DEVELOPMENT" | ||
secret_access_key: "$AWS_SECRET_ACCESS_KEY_DEVELOPMENT" | ||
region: us-east-1 | ||
app: nypl-library-card-app | ||
env: nypl-library-card-app-development | ||
bucket_name: elasticbeanstalk-us-east-1-224280085904 | ||
bucket_path: nypl-library-card-app-development | ||
on: | ||
repo: NYPL/nypl-library-card-app | ||
branch: master | ||
after_deploy: echo 'Successfully executed deploy trigger for Get a Library Card on | ||
AWS' | ||
env: | ||
global: | ||
secure: ZhfM2PS5VxJCdfIUQXwHUPuqgDMklKwFCSPK7qVcirOTmfvkV7LgA+QIiiB/g+1sxVtDwYId8H7qL7ckymJh4WstXzanyT2XkXmJ3d8NqVTgzMSZCmEsPEtmxow4xXQNadIljTIDN0iUp9NGQDrm3EN5Dd23hCttV/VzQzg1xlbdWK3RRBurwXefkqokgA8kawb4u/sjibCiXKgyz8nuscGHn4u9NSCdQNnIq600EmMnznDT8k5Tfojv29qz2+Vs6wEI8LCjZ+e9vYUDMTCAimVquVjDsMll+RgWPlpUasElFtalJybqGQhGgHspPDO7/yk882a9JRgk/iamXv7paKez+HoB1akZwVA7UDu3nZGfQuB/4mB6mN+ZzlZ/GjpVitvvFBu3ns/02DM6eVdCf8rCEm8JetydJ3Y0eIwjMKCN3VMxCyhYNzzvI3qCcK9emIxJOnQoSTUFB6xMAK/IDJs+2kVtzCzLUckjtWzWQFewN7Hz6Gq7sw6uK4TaEeMG495QY18VenXX+SJtyPVmQPhaABxnYjcwJCz1L5M2rUHrWDpXXIxndpefKudmXTFZ/RWU91YmNE87gWb0/fk2GauJLcXjYgr6rw+74R+MfVFTljqK9HB+x+8d0e9yZqo/c27IfnO90lUOvN2fx1uPS5sGLGxmNc+4ss3azubZIWg= |
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,99 @@ | ||
## CHANGE LOG | ||
|
||
### v0.4.16 | ||
- Updating @nypl/dgx-header-component to 2.4.15 and checking for QA in APP_ENV. | ||
|
||
### v0.4.15 | ||
- Updating @nypl/dgx-header-component to 2.4.14 and setting APP_ENV. | ||
|
||
### v0.4.14 | ||
- Updating @nypl/dgx-header-component to 2.4.13. | ||
|
||
### v0.4.13 | ||
- Updating @nypl/dgx-header-component to 2.4.12. | ||
|
||
### v0.4.12 | ||
- Update to use green from Design Toolkit | ||
|
||
### v0.4.11 | ||
- Updates to form: add radio button, change ptype selection logic from query parameter to radio button | ||
- Copy updates | ||
- Bump Design Toolkit to latest version | ||
|
||
### v0.4.10 | ||
- Updating @nypl/dgx-react-footer version to 0.5.1 and @nypl/dgx-header-component to 2.4.11. | ||
|
||
### v0.4.9 | ||
- Updating @nypl/dgx-react-footer version to 0.5.0 and @nypl/dgx-header-component to 2.4.8. | ||
|
||
### v0.4.8 | ||
#### Updated | ||
- Remove patron information from redirect URL | ||
|
||
### v0.4.7 | ||
#### Updated | ||
- Add Google Analytics pageview event. | ||
|
||
### v0.4.6 | ||
#### Updated | ||
- Updated README to reflect new deployment strategies. | ||
#### Added | ||
- Added Travis CI for deployment to AWS Elastic Beanstalk. | ||
- Added CHANGELOG as a separate file. | ||
- Improved CHANGELOG format | ||
|
||
### v0.4.5 | ||
#### Updated | ||
- Updated the Header component to 2.4.7. | ||
- Added OptinMonster for advocacy 2018. | ||
|
||
### v0.4.4 | ||
#### Updated | ||
- Updated the Header component to 2.4.5. | ||
|
||
### v0.4.3 | ||
#### Updated | ||
- Updated the Header component to 2.4.2 and Footer component to 0.4.1. | ||
|
||
### v0.4.1 | ||
#### Updated | ||
- Updated Header component version to 2.4.0. | ||
|
||
### v0.4.1 | ||
#### Updated | ||
- Updated header to v2.3.0 -- Includes FundraisingBanner integration | ||
|
||
### v0.4.0 | ||
#### Added | ||
- Initialized GA. | ||
#### Updated | ||
- Updated header to 2.2.0. | ||
|
||
### v0.3.3 | ||
#### Updated | ||
- Updated header to 2.1.1. | ||
|
||
### v0.3.2 | ||
#### Updated | ||
- Updated header to 2.1.0. | ||
- Removed email as a required field. | ||
|
||
### v0.3.1 | ||
|
||
### v0.3.0 | ||
|
||
### v0.2.1 | ||
#### Added | ||
- Added support for NYS agency_type via URL parameter. | ||
#### Updated | ||
- Updated Patron Model to handle default and NYS agency type ID's. | ||
|
||
### v0.2.0 | ||
#### Added | ||
- Added react-router to the application for handling multiple pages. | ||
- Added tests for <BarcodeContainer- and it's related functions. | ||
- Added related functions for the email validation from server side. | ||
#### Updated | ||
- Updated the client side input field validation to be activated on blur. | ||
- Updated the route for barcode service. It is commented out for current release. | ||
- Updated server side validation, server error messages will be displayed in <ErrorBox- if client side validations fails. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,4 +129,4 @@ if (!isProduction) { | |
} | ||
; | ||
}); | ||
} | ||
} |
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.