Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/stomp-queue
Browse files Browse the repository at this point in the history
Updating w/ D10 stuff and the like.
  • Loading branch information
adam-vessey committed Nov 29, 2023
2 parents d524bd9 + 966cd89 commit 2d747e6
Show file tree
Hide file tree
Showing 40 changed files with 429 additions and 79 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Run Auto Semver
uses: discoverygarden/auto-semver@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"discoverygarden/update-helper": "^1",
"drupal/imagemagick": "^3.2",
"drupal/migrate_directory": "^1 || ^2",
"drupal/migrate_plus": "^5.1",
"drupal/migrate_tools": "^5.0",
"drupal/migrate_plus": "^5.1 || ^6",
"drupal/migrate_tools": "^6",
"drupal/paragraphs": "^1",
"drupal/pathauto": "^1.8",
"islandora/controlled_access_terms": "^2",
"islandora/islandora": "^2",
"iqb/substream": "dev-master",
"symfony/mime": "^5"
"symfony/mime": "^5 || ^6"
},
"require-dev": {
"drupal/devel": "^4"
Expand Down
2 changes: 1 addition & 1 deletion dgi_migrate.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'DGI Migrate'
description: "DGI Migration Support."
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:media
- drupal:migrate
Expand Down
6 changes: 4 additions & 2 deletions drush.services.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
services:
dgi_migrate.commands:
class: \Drupal\dgi_migrate\Commands\MigrateCommands
arguments: ['@plugin.manager.migration', '@date.formatter', '@entity_type.manager', '@keyvalue']
class: \Drupal\dgi_migrate\Drush\Commands\MigrateCommands
factory: [null, create]
arguments: ['@service_container']
tags:
- { name: drush.command }
2 changes: 1 addition & 1 deletion modules/devel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion modules/devel/dgi_migrate_devel.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DGI Migrate Devel Plugin(s)
description: "Devel plugins."
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:migrate
- dgi_migrate:dgi_migrate
Expand Down
2 changes: 1 addition & 1 deletion modules/dgi_migrate_big_set_overrides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Big Set Overrides is responsible for doing a few main things:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: 'DGI Migrate, big set overrides'
description: "Toggle off some things that take cause issues with resource constraints, while running a migration/batch."
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
2 changes: 1 addition & 1 deletion modules/dgi_migrate_dspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Usage
Expand Down
2 changes: 1 addition & 1 deletion modules/dgi_migrate_dspace/dgi_migrate_dspace.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DGI Migrate DSpace
description: DSpace Migrations to import AIP ZIP exports.
package: DGI Helpers
type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:migrate
- dgi_migrate:dgi_migrate
2 changes: 1 addition & 1 deletion modules/dgi_migrate_edtf_validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'DGI Migrate EDTF Validator'
description: "DGI Migration EDTF Support."
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:migrate
- controlled_access_terms:controlled_access_terms
2 changes: 1 addition & 1 deletion modules/dgi_migrate_foxml_standard_mods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This module requires the following modules/libraries:
## Installation

Install as usual, see
[this](https://drupal.org/documentation/install/modules-themes/modules-8) for
[this](https://www.drupal.org/docs/extending-drupal/installing-modules) for
further information.

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: DGI Migrate FOXML (Standard MODS)
description: "FOXML migration for MODS into the DGI standard content type"
type: module
package: DGI
core_version_requirement: ^8 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- drupal:migrate
- dgi_migrate:dgi_migrate
Expand Down
Loading

0 comments on commit 2d747e6

Please sign in to comment.