-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update mserc Drush command. * Update m serializer Drush commands. * Even more cleaning of serializer * CS * Add changelog * Fix process execution. * Fix changelog * more changelog scope * Update Drush version to get drush_log(), and more mserca fixes. * Update changelog * CS * Remove Drush9 backport. * remove links to private docs * Update nightcrawler thresholds (#55) * stop release automation for Christmas and New Years (#57) * DP-16844 core update for security (#59) * drupal core update to 8.7.11 * add change log lfor DP-16844 * DP-16808/16807 Security update serialize javascript (#51) * update serialize-javascript for cloudflare/package-lock.json * update serialize-javascript for cloudflare/yarn.lock * add changelog for DP-16808 * symfony/cache udpate (#56) * add changelog for ticket DP-16805 (#60) * Bump eslint from 2.13.1 to 4.18.2 (#1) * Bump eslint from 2.13.1 to 4.18.2 Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 4.18.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v2.13.1...v4.18.2) Signed-off-by: dependabot[bot] <[email protected]> * update eslintignore location in circleci config * move eslintignore file to root level from docroot * update eslintignore * add old_mass_admin_theme to .eslintignore * error fix with eslint --fix * manual eslint fix 1 * add changelog for DP-16844 * corrent JIRA# * corrent JIRA# * correct format Co-authored-by: Yukiko Gannett <[email protected]> * Upgrade to Acquia Cloud API 2 (#52) * Upgrade to Acquia Cloud API 2 * Add changelog * YAML formatting * YAML fix * Remove a no-longer-needed patch * require typhonius/acquia-php-sdk-v2:~1.1 * Acquia cloud environment variables: v1 & v2 Co-authored-by: Youssef Riahi <[email protected]> * Avoid 500 error in decision tree (#66) * update links to KB articles in help text (#62) * update user account and TFA emails and help for watching (#61) * update user account and TFA emails and help for watching * watch email changes; add changelog * removed commented line causing code style error * Dp 16877 remove old admin theme (#64) * remove old admin theme * add changelog * DP-16927 Add intended audience to Drupal API (#65) * code change and changelog * define intended_audience when content type doens't have field_intended_audience to avoid NULL to triger an error. * clean up the ternary condition Co-authored-by: Yukiko Gannett <[email protected]> * restart the release automation (#58) * restart the release automation * add changelog * Update DP-16881.yml fix typo Co-authored-by: Yukiko Gannett <[email protected]> * DP-17023 mayflower version 9.36.0 (#72) * update Mayflower to 9.36.0 * add changelog for DP-17023 * update changelog for release 0.226.0 * fix release date * fix changlog format Co-authored-by: Moshe Weitzman <[email protected]> Co-authored-by: Lisa Mirabile <[email protected]> Co-authored-by: Youssef Riahi <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: joeg8612 <[email protected]>
- Loading branch information
1 parent
e4dcc33
commit 00ec34f
Showing
58 changed files
with
1,145 additions
and
2,133 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
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 |
---|---|---|
|
@@ -2,9 +2,9 @@ | |
# Copy and rename this file to .env at root of this project. | ||
# | ||
|
||
#Get your Acquia Cloud API key from https://accounts.acquia.com/account/security | ||
AC_API_USER=[email protected] | ||
AC_API_KEY=your-long-key-here | ||
#Get your Acquia Cloud API key and secret from https://cloud.acquia.com/a/profile/tokens | ||
AC_API2_KEY=your-long-string-here | ||
AC_API2_SECRET=your-long-string-here | ||
|
||
# New Relic API settings. Ask a release manager for the key. | ||
MASS_NEWRELIC_APPLICATION=46704875 | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.