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

Dev to main #343

Merged
merged 22 commits into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
0c8832a
Remove reprecated field_copied
xkhaven Nov 10, 2023
d21b663
Update configuration
actions-bot Nov 13, 2023
206fc5f
Merge pull request #341 from City-of-Helsinki/update-configuration
xkhaven Nov 13, 2023
bd629cf
Adding code from removed rekry_job_search module
xkhaven Nov 14, 2023
48a5c23
Revert changed lines
xkhaven Nov 14, 2023
a422331
Remove reference to removed field_copy field
xkhaven Nov 16, 2023
2bf98e3
Merge pull request #342 from City-of-Helsinki/UHF-8478_Remove_field_c…
xkhaven Nov 16, 2023
208dfe3
Update configuration
actions-bot Nov 16, 2023
a879cb8
Merge pull request #344 from City-of-Helsinki/update-configuration
rpnykanen Nov 16, 2023
f25a53b
UHF-8391: updated packages
rpnykanen Nov 17, 2023
c6ca6fc
UHF-8391: updb file export
rpnykanen Nov 17, 2023
e58599f
UHF-8391: these should not be removed afaik
rpnykanen Nov 17, 2023
d946ab6
UHF-8391: cannot disable and delete at the same time
rpnykanen Nov 17, 2023
64a582e
helfi rekry content -custom module should not be disabled
rpnykanen Nov 17, 2023
c076bc1
UHF-8391: replace ckeditor dependency with ck5
rpnykanen Nov 17, 2023
35c2f31
UHF-8391: Add access checks to entity queries
hyrsky Nov 20, 2023
c62e0c3
UHF-8391: Add correct project to dependencies
hyrsky Nov 20, 2023
2309689
Merge pull request #350 from City-of-Helsinki/UHF-8391
khalima Nov 20, 2023
6f7d177
Update configuration
actions-bot Nov 20, 2023
2a6f063
Merge pull request #351 from City-of-Helsinki/update-configuration
khalima Nov 20, 2023
f132bb4
Update configuration
actions-bot Nov 21, 2023
fe1cc4c
Merge pull request #352 from City-of-Helsinki/update-configuration
khalima Nov 21, 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
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"require": {
"composer/installers": "^2.0",
"cweagans/composer-patches": "^1.6.7",
"drupal/core": "^9.4",
"drupal/core-composer-scaffold": "^9.4",
"drupal/core": "^10.0",
"drupal/core-composer-scaffold": "^10.0",
"drupal/disable_field": "^3.0",
"drupal/hdbt": "^5.0",
"drupal/hdbt_admin": "^2.0",
"drupal/helfi_azure_fs": "^1.1",
"drupal/hdbt": "^6.0",
"drupal/hdbt_admin": "^3.0",
"drupal/helfi_azure_fs": "^2.0",
"drupal/helfi_drupal_tools": "dev-main",
"drupal/helfi_navigation": "^2.0",
"drupal/helfi_platform_config": "^3.0",
"drupal/helfi_platform_config": "^4.0",
"drupal/helfi_proxy": "^3.0",
"drupal/helfi_tpr": "^2.0",
"drupal/helfi_tunnistamo": "^3.0",
"drupal/migrate_plus": "^6.0",
"drupal/raven": "^4.0",
"drupal/redis": "^1.5",
"drupal/stage_file_proxy": "^1.2",
"drush/drush": "^11"
"drupal/stage_file_proxy": "^2.0",
"drush/drush": "^12"
},
"require-dev": {
"donatj/mock-webserver": "^2.4",
"drupal/coder": "^8.3",
"drupal/core-dev": "^9.5",
"drupal/core-dev": "^10.0",
"jangregor/phpstan-prophecy": "^1.0",
"mglaman/phpstan-drupal": "^1.2",
"phpspec/prophecy-phpunit": "^2",
Expand Down
Loading