Skip to content

Commit

Permalink
Merge pull request #301 from UN-OCHA/deploy-20240917
Browse files Browse the repository at this point in the history
Deploy 17-09-2024
  • Loading branch information
attiks authored Sep 17, 2024
2 parents 8b69b36 + 52edf1d commit 9b116f6
Show file tree
Hide file tree
Showing 8 changed files with 931 additions and 455 deletions.
11 changes: 11 additions & 0 deletions .changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

return [
'ignoreTypes' => ['build', 'ci', 'docs', 'refactor', 'revert', 'style', 'test'],
'tagPrefix' => 'v',
'tagSuffix' => '',
'commitUrlFormat' => '{{host}}/{{owner}}/{{repository}}/commit/{{hash}}',
'compareUrlFormat' => '{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}',
'issueUrlFormat' => 'https://humanitarian.atlassian.net/browse/{{id}}',
'hiddenVersionSeparator' => true,
];
4 changes: 3 additions & 1 deletion .github/workflows/composer-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
id: update-action
uses: UN-OCHA/actions/composer-update@main
with:
aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
github_access_token: ${{ secrets.PAT }}
patch_branch: 'develop'
patch_branch: ${{ github.head_ref || github.ref_name }}
patch_maintainers: ${{ secrets.DRUPAL_MAINTAINERS }}
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
slack_channel_name: ${{ vars.SLACK_CHANNEL }}
12 changes: 12 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,14 @@ jobs:
run: |
docker compose -f tests/docker-compose.yml exec -T drupal drush watchdog:show
- name: PHP Logs
id: phplog
if: failure()
uses: cafuego/command-output@main
with:
run: |
docker compose -f tests/docker-compose.yml exec -T drupal grep -i fatal /var/log/php/error.log
- name: Find Comment
uses: peter-evans/find-comment@v3
if: ${{ !env.ACT }}
Expand Down Expand Up @@ -233,6 +241,10 @@ jobs:
<code>${{ steps.dblog.outputs.stdout }}</code>
</details>
<details><summary>PHP Logs</summary>
<code>${{ steps.phplog.outputs.stdout }}</code>
</details>
*Pusher: @${{ github.actor }}, Action: `${{ github.event_name }}`, Workflow: `${{ github.workflow }}`*
edit-mode: replace

Expand Down
315 changes: 315 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,315 @@
<!--- BEGIN HEADER -->
# Changelog

All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [2.1.4](https://github.com/UN-OCHA/slt8-site/compare/v2.1.3...v2.1.4) (2024-09-17)

### Bug Fixes

* Include core patch for aggregation error ([5e14f1](https://github.com/UN-OCHA/slt8-site/commit/5e14f1c7a761879dabe47a7345b33c78e56303a1))

### Chores

* Add tools [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867), [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867), [#OPS-10867](https://https://humanitarian.atlassian.net/browse/OPS-10867) ([215f9f](https://github.com/UN-OCHA/slt8-site/commit/215f9f53695c79dd897bdb785a2f052bfaacdf06), [be8eb5](https://github.com/UN-OCHA/slt8-site/commit/be8eb5b1e2ee85418b224b1b0c21348436d40867), [ef3753](https://github.com/UN-OCHA/slt8-site/commit/ef3753ed1d733cd91ef37e1d0727cc57b71433ed))
* Include php logs if tests fail ([313cd8](https://github.com/UN-OCHA/slt8-site/commit/313cd80352fb40d62c28f62b4e2b1fc6b620d130))
* Pass on credentials to action ([02b127](https://github.com/UN-OCHA/slt8-site/commit/02b127b44d8b0ba261f8094dd1dff9ee3a6b9fc4))
* Remove patch which is blocking core update ([53e735](https://github.com/UN-OCHA/slt8-site/commit/53e735a72adf6a847d4618d5b6b4bf952961bb6e))
* Update all outdated drupal/* unocha/* drush/* packages. ([fe782a](https://github.com/UN-OCHA/slt8-site/commit/fe782a0dbe19972314aa8e3a1e17ddc1c84d6e82), [444be0](https://github.com/UN-OCHA/slt8-site/commit/444be0384deaa4193004ccd3da8d63027aeabdb8), [427253](https://github.com/UN-OCHA/slt8-site/commit/4272532b0afaea512637f268eec9f934987a29e7), [f3f676](https://github.com/UN-OCHA/slt8-site/commit/f3f676f8ecc586b2f0da997adb1099f575b9dd25), [9c10c4](https://github.com/UN-OCHA/slt8-site/commit/9c10c4efccf0900a8b4377497aea634e3d58c70f))
* Update phpspreadsheet ([52cbbb](https://github.com/UN-OCHA/slt8-site/commit/52cbbb2af825bd2de1f05f3bd66179a6b0dd6f43))

## [2.0.12](https://github.com/UN-OCHA/slt8-site/compare/v2.0.11...v2.0.12) (2023-11-14)


---

## [2.0.11](https://github.com/UN-OCHA/slt8-site/compare/v2.0.10...v2.0.11) (2023-10-24)


---

## [2.0.10](https://github.com/UN-OCHA/slt8-site/compare/v2.0.9...v2.0.10) (2023-10-23)

### Features

* Admin can view any unpublished content [#SLT-50](https://github.com/UN-OCHA/slt8-site/issues/SLT-50) ([68db24](https://github.com/UN-OCHA/slt8-site/commit/68db243f98151c3c1bcd6400848b079d618c660f))
* Publish all content, do not delete it [#SLT-50](https://github.com/UN-OCHA/slt8-site/issues/SLT-50) ([472381](https://github.com/UN-OCHA/slt8-site/commit/472381d04d4230b7a1f821601084417f76d88300))
* Publish contacts [#SLT-50](https://github.com/UN-OCHA/slt8-site/issues/SLT-50) ([46c9e9](https://github.com/UN-OCHA/slt8-site/commit/46c9e9018d6374c6e099a709b61c75612eba3ca8))


---

## [2.0.9](https://github.com/UN-OCHA/slt8-site/compare/v2.0.8...v2.0.9) (2023-10-18)


---

## [2.0.8](https://github.com/UN-OCHA/slt8-site/compare/v2.0.7...v2.0.8) (2023-09-22)


---

## [2.0.7](https://github.com/UN-OCHA/slt8-site/compare/v2.0.6...v2.0.7) (2023-09-19)


---

## [2.0.6](https://github.com/UN-OCHA/slt8-site/compare/v2.0.5...v2.0.6) (2023-08-16)


---

## [2.0.5](https://github.com/UN-OCHA/slt8-site/compare/v2.0.4...v2.0.5) (2023-07-19)


---

## [2.0.4](https://github.com/UN-OCHA/slt8-site/compare/v2.0.3...v2.0.4) (2023-06-21)

### Bug Fixes

* Phpcbf sorting of use statements ([794ea1](https://github.com/UN-OCHA/slt8-site/commit/794ea1f19b8dc19498224c4b3084f34b3dc045ab))


---

## [2.0.3](https://github.com/UN-OCHA/slt8-site/compare/v2.0.2...v2.0.3) (2023-04-20)


---

## [2.0.2](https://github.com/UN-OCHA/slt8-site/compare/v2.0.1...v2.0.2) (2023-04-18)


---

## [2.0.1](https://github.com/UN-OCHA/slt8-site/compare/v2.0.0...v2.0.1) (2023-03-16)


---

## [2.0.0](https://github.com/UN-OCHA/slt8-site/compare/v1.2.3...v2.0.0) (2023-03-07)

### Bug Fixes

* Create simpletest directory in the right place ([6a55e9](https://github.com/UN-OCHA/slt8-site/commit/6a55e9b8d9dc7c272caf592777f3b094d9c4bf88))
* Layout template for twig 2.7 compatibility ([e651fd](https://github.com/UN-OCHA/slt8-site/commit/e651fdf09e0af8ab4b3cac9d5787b0ce1575c444))
* Missing coverage folders? ([6e701d](https://github.com/UN-OCHA/slt8-site/commit/6e701d84d445e368df75380f170698161b7223c2))
* Run test action indentation ([a12ed1](https://github.com/UN-OCHA/slt8-site/commit/a12ed19096649d9a7e66df5f80497756ae97550a))
* Travis tests ([ae3fce](https://github.com/UN-OCHA/slt8-site/commit/ae3fce0a4d34fc15e867cbcad4063ac725bd11a9))
* Update test action, script and add travis back to check ([c4be78](https://github.com/UN-OCHA/slt8-site/commit/c4be78e30f0ca6d7e3867896e4a9dd8fa7c5709e))


---

## [1.2.3](https://github.com/UN-OCHA/slt8-site/compare/v1.2.2...v1.2.3) (2023-02-14)


---

## [1.2.2](https://github.com/UN-OCHA/slt8-site/compare/v1.2.1...v1.2.2) (2023-01-24)


---

## [1.2.1](https://github.com/UN-OCHA/slt8-site/compare/v1.2.0...v1.2.1) (2022-12-13)

### Bug Fixes

* Stagger the auto-updates task. ([aa108a](https://github.com/UN-OCHA/slt8-site/commit/aa108a7d132427f8f07115fd118a374a1d7bbc0c))


---

## [1.2.0](https://github.com/UN-OCHA/slt8-site/compare/v1.1.20...v1.2.0) (2022-11-15)


---

## [1.1.20](https://github.com/UN-OCHA/slt8-site/compare/v1.1.19...v1.1.20) (2022-10-04)

### Features

* Allow updates to be run manually ([0cf50b](https://github.com/UN-OCHA/slt8-site/commit/0cf50be421e8a7f81625ea8b0126fe01924ad4ec))

### Bug Fixes

* Correct typo ([bb183e](https://github.com/UN-OCHA/slt8-site/commit/bb183eaa29b9dc174880b3898d638c068a074e6b))


---

## [1.1.19](https://github.com/UN-OCHA/slt8-site/compare/v1.1.18...v1.1.19) (2022-09-14)

### Bug Fixes

* Add another google domain for GA4 ([e8950a](https://github.com/UN-OCHA/slt8-site/commit/e8950aaf17e83ac4ae34c7793f9ee12dd3166d3d))
* Repeat script-src rules for script-src-elem ([034a2f](https://github.com/UN-OCHA/slt8-site/commit/034a2f775f402e51161368122e3c59e27127562f))


---

## [1.1.18](https://github.com/UN-OCHA/slt8-site/compare/v1.1.17...v1.1.18) (2022-08-16)

### Bug Fixes

* Add csp exceptions for unsafe-inline ([5c100b](https://github.com/UN-OCHA/slt8-site/commit/5c100bd188208fcb30c98cca609f2716e8147f31))
* Update pathauto config ([34aa51](https://github.com/UN-OCHA/slt8-site/commit/34aa51b5843754f62985e94e058c0c264da4a94f))
* Use correct plugin name ([29e349](https://github.com/UN-OCHA/slt8-site/commit/29e349f4b597f8b8f00b21c97f9dbb75686d5e84))


---

## [1.1.17](https://github.com/UN-OCHA/slt8-site/compare/v1.1.16...v1.1.17) (2022-07-27)

### Bug Fixes

* Remove left-over patch ([e13f98](https://github.com/UN-OCHA/slt8-site/commit/e13f98d3700015370f96c56ec3e8a0700e2be81f))


---

## [1.1.16](https://github.com/UN-OCHA/slt8-site/compare/v1.1.15...v1.1.16) (2022-07-13)


---

## [1.1.15](https://github.com/UN-OCHA/slt8-site/compare/v1.1.14...v1.1.15) (2022-07-13)

### Bug Fixes

* Enable new mysql module in config ([ef3812](https://github.com/UN-OCHA/slt8-site/commit/ef3812a3d04cd632db13d455a8b4eeb6f4e3f3e4))


---

## [1.1.14](https://github.com/UN-OCHA/slt8-site/compare/v1.1.13...v1.1.14) (2022-06-14)

### Features

* Notify of builds via Slack. ([2364c1](https://github.com/UN-OCHA/slt8-site/commit/2364c1c44b71945a5aa7a59d0a9335ef1261ede3))


---

## [1.1.13](https://github.com/UN-OCHA/slt8-site/compare/v1.1.12...v1.1.13) (2022-06-06)


---

## [1.1.12](https://github.com/UN-OCHA/slt8-site/compare/v1.1.11...v1.1.12) (2022-05-30)


---

## [1.1.11](https://github.com/UN-OCHA/slt8-site/compare/v1.1.10...v1.1.11) (2022-05-17)


---

## [1.1.10](https://github.com/UN-OCHA/slt8-site/compare/v1.1.9...v1.1.10) (2022-04-27)


---

## [1.1.9](https://github.com/UN-OCHA/slt8-site/compare/v1.1.8...v1.1.9) (2022-04-26)


---

## [1.1.8](https://github.com/UN-OCHA/slt8-site/compare/v1.1.7...v1.1.8) (2022-03-23)


---

## [1.1.7](https://github.com/UN-OCHA/slt8-site/compare/v1.1.6...v1.1.7) (2022-03-21)


---

## [1.1.6](https://github.com/UN-OCHA/slt8-site/compare/v1.1.5...v1.1.6) (2022-02-22)


---

## [1.1.5](https://github.com/UN-OCHA/slt8-site/compare/v1.1.4...v1.1.5) (2022-01-25)


---

## [1.1.4](https://github.com/UN-OCHA/slt8-site/compare/v1.1.3...v1.1.4) (2021-11-25)


---

## [1.1.3](https://github.com/UN-OCHA/slt8-site/compare/v1.1.2...v1.1.3) (2021-09-20)


---

## [1.1.2](https://github.com/UN-OCHA/slt8-site/compare/v1.1.1...v1.1.2) (2021-09-07)


---

## [1.1.1](https://github.com/UN-OCHA/slt8-site/compare/v1.1.0...v1.1.1) (2021-08-17)


---

## [1.1.0](https://github.com/UN-OCHA/slt8-site/compare/v1.0.9...v1.1.0) (2021-07-29)


---

## [1.0.9](https://github.com/UN-OCHA/slt8-site/compare/v1.0.8...v1.0.9) (2021-06-21)


---

## [1.0.8](https://github.com/UN-OCHA/slt8-site/compare/v1.0.7...v1.0.8) (2021-05-27)


---

## [1.0.7](https://github.com/UN-OCHA/slt8-site/compare/v1.0.6...v1.0.7) (2021-05-19)


---

## [1.0.6](https://github.com/UN-OCHA/slt8-site/compare/v1.0.5...v1.0.6) (2021-05-10)


---

## [1.0.5](https://github.com/UN-OCHA/slt8-site/compare/v1.0.4...v1.0.5) (2021-04-27)


---

## [1.0.4](https://github.com/UN-OCHA/slt8-site/compare/v1.0.3...v1.0.4) (2021-01-28)


---

## [1.0.3](https://github.com/UN-OCHA/slt8-site/compare/v1.0.2...v1.0.3) (2021-01-14)


---

## [1.0.2](https://github.com/UN-OCHA/slt8-site/compare/v1.0.1...v1.0.2) (2020-12-03)


---

## [1.0.1](https://github.com/UN-OCHA/slt8-site/compare/v1.0.0...v1.0.1) (2020-09-29)


---

## [1.0.0](https://github.com/UN-OCHA/slt8-site/compare/7380b583af44d3365e4148c4d6cb6111f2923b5f...v1.0.0) (2020-09-29)


---

Loading

0 comments on commit 9b116f6

Please sign in to comment.