Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D10 deploy #864

Merged
merged 32 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
44758eb
chore: Prepare composer file
attiks Oct 11, 2023
a7891b8
chore: Prepare composer file
attiks Oct 11, 2023
28d9db2
chore: Upgrade
attiks Oct 11, 2023
7640f69
More files
attiks Oct 11, 2023
c0e958a
CS
attiks Oct 11, 2023
420a3d3
CS
attiks Oct 11, 2023
14b9419
Add dev packages
attiks Oct 11, 2023
35eb506
Re-add paragraph summary alter
attiks Oct 12, 2023
4ed965c
CS
attiks Oct 12, 2023
d170a8d
feat: Proxy private files
attiks Oct 18, 2023
1837a49
CS
attiks Oct 18, 2023
00d73b7
feat: Convert private files to public and add redirect
attiks Oct 18, 2023
d1b4e21
feat: Convert private files to public and add redirect
attiks Oct 18, 2023
6ad575d
feat: Skip non-existing files
attiks Oct 18, 2023
fdb41ba
chore(deps-dev): bump @babel/traverse
dependabot[bot] Oct 18, 2023
2740df8
chore: Update all outdated drupal/* packages.
unocha-jenkins Oct 19, 2023
ff1de89
Merge pull request #858 from UN-OCHA/dependabot/npm_and_yarn/html/the…
lazysoundsystem Oct 19, 2023
e5de440
chore(deps): bump postcss in /html/themes/custom/iasc_common_design
dependabot[bot] Oct 19, 2023
d3e85c4
Merge pull request #854 from UN-OCHA/dependabot/npm_and_yarn/html/the…
lazysoundsystem Oct 19, 2023
bc328c1
Merge branch 'develop' into update/patch-7f2f4d8
lazysoundsystem Oct 19, 2023
6227398
Merge pull request #859 from UN-OCHA/update/patch-7f2f4d8
lazysoundsystem Oct 19, 2023
50d8924
Merge develop
attiks Oct 19, 2023
193af78
Use basename, not filename
attiks Oct 20, 2023
6d87bab
Only create redirect if needed
attiks Oct 20, 2023
56520b3
bug: select_a11y
attiks Oct 23, 2023
8c11198
Fix it
attiks Oct 24, 2023
89fd488
chore: Update all outdated drupal/* packages.
unocha-jenkins Oct 26, 2023
2490cbb
Merge pull request #860 from UN-OCHA/update/patch-6227398
lazysoundsystem Oct 26, 2023
70702c0
Merge branch 'develop' into feature/D10-20231011
attiks Nov 7, 2023
d268d1f
Merge pull request #855 from UN-OCHA/feature/D10-20231011
attiks Nov 7, 2023
79835dc
chore: Composer update
attiks Nov 7, 2023
f619c2d
Merge pull request #863 from UN-OCHA/20231107-update
attiks Nov 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 25 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,16 @@
"drupal/conditional_fields": "^4.0@alpha",
"drupal/config_filter": "^2.4",
"drupal/config_split": "^2.0.0-beta4",
"drupal/core-composer-scaffold": "^9.5",
"drupal/core-project-message": "^9.5",
"drupal/core-recommended": "^9.5",
"drupal/core-composer-scaffold": "^10",
"drupal/core-project-message": "^10",
"drupal/core-recommended": "^10",
"drupal/csp": "^1.16",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/ctools": "^4.0",
"drupal/date_recur": "^3.0",
"drupal/date_recur_modular": "^3.0",
"drupal/diff": "^1.0@RC",
"drupal/dynamic_entity_reference": "^1.16",
"drupal/dynamic_entity_reference": "^1.16 || ^3.1",
"drupal/entityqueue": "^1.0",
"drupal/environment_indicator": "^4.0",
"drupal/facets": "^2.0",
Expand All @@ -49,7 +50,7 @@
"drupal/file_entity": "^2.0@beta",
"drupal/flag": "^4.0@alpha",
"drupal/flexible_permissions": "^1.0@beta",
"drupal/geocoder": "^3.20",
"drupal/geocoder": "^3.2 || ^4.9",
"drupal/geofield": "^1.3",
"drupal/geofield_map": "^2.38",
"drupal/geophp": "^1.0@beta",
Expand All @@ -73,7 +74,7 @@
"drupal/search_api": "^1.14",
"drupal/seckit": "^2.0",
"drupal/select2": "^1.6",
"drupal/select_a11y": "^1.0",
"drupal/select_a11y": "^1.0 || ^2.0",
"drupal/select_or_other": "^4.0",
"drupal/seven": "^1.0",
"drupal/social_auth_hid": "^3.1",
Expand All @@ -91,9 +92,11 @@
"drupal/viewsreference": "^2.0@beta",
"drupal/webform": "^6.2@beta",
"drupal/xmlsitemap": "^1.4",
"drush/drush": "^11.0",
"drush/drush": "^12",
"mglaman/composer-drupal-lenient": "^1.0",
"npm-asset/select2": "^4.0",
"oomphinc/composer-installers-extender": "^2.0",
"orakili/composer-drupal-info-file-patch-helper": "^1.0",
"phpoffice/phpspreadsheet": "^1.16",
"symfony/flex": "^1.17",
"unocha/common_design": "^8",
Expand All @@ -108,17 +111,15 @@
},
"require-dev": {
"drupal/coder": "^8.3",
"drupal/console": "~1.0",
"drupal/core-dev": "^9.5",
"drupal/dev_mode": "^2.3",
"drupal/devel": "^5.0.2",
"drupal/core-dev": "^10",
"drupal/dev_mode": "^2.6",
"drupal/devel": "^5.1",
"drupal/devel_php": "^1.5",
"drupal/upgrade_rector": "1.x-dev@dev",
"kint-php/kint": "^3.3",
"phpmd/phpmd": "^2.6",
"phpspec/prophecy-phpunit": "^2",
"slevomat/coding-standard": "^7.0",
"weitzman/drupal-test-traits": "^1.5",
"weitzman/drupal-test-traits": "^2.1",
"weitzman/logintrait": "^1.1"
},
"conflict": {
Expand All @@ -138,10 +139,20 @@
"drupal/console-extend-plugin": true,
"oomphinc/composer-installers-extender": true,
"symfony/flex": true,
"wikimedia/composer-merge-plugin": true
"wikimedia/composer-merge-plugin": true,
"mglaman/composer-drupal-lenient": true,
"orakili/composer-drupal-info-file-patch-helper": true,
"phpstan/extension-installer": true
}
},
"extra": {
"drupal-lenient": {
"constraint": "^10",
"allowed-list": [
"drupal/maintenance200",
"drupal/theme_switcher"
]
},
"drush": {
"services": {
"drush.services.yml": "^10"
Expand Down
Loading