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

Closes #3292: Move modules out from experimental status #3465

Closed
wants to merge 9 commits into from
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Quickstart Enterprise Attributes Import
description: 'Import University of Arizona Attributes'
core_version_requirement: ^9 || ^10
type: module
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
dependencies:
- az_core:az_core
- migrate:migrate
Expand Down
2 changes: 1 addition & 1 deletion modules/custom/az_course/az_course.info.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is ready to be marked stable.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Quickstart Course'
type: module
description: 'Imports courses from the UAccess schedule of classes service.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
danahertzberg marked this conversation as resolved.
Show resolved Hide resolved
dependencies:
- auto_entitylabel
- field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Quickstart Digital Asset Library'
type: module
description: 'The connector for the centralized University of Arizona Digital Asset Library (IntelligenceBank DAM).'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Look into issues on quickstart.arizona.edu with this module

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't recall what the issue was and I was able to embed a DAL photo just fine on a draft QS page. @camikazegreen Do you have any more specifics I should look into?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue was related to the login screen not using the included config to pre-fill with the appropriate settings to login.
I'm also ok with considering this to be a site specific issue that does not need to be resolved to move this module to stable. I haven't seen it happen to any other sites.

dependencies:
- ib_dam:ib_dam
- ib_dam:ib_dam_media
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Quickstart News Export'
type: module
description: 'Provides a REST export for the Quickstart News content type.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
danahertzberg marked this conversation as resolved.
Show resolved Hide resolved
dependencies:
- 'az_core:az_core'
- 'az_news:az_news'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Quickstart News Feeds
type: module
description: 'Import news stories from UArizona News.'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'

dependencies:
- az_core
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Quickstart Paragraphs - Link Group'
type: module
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
description: 'Provides structured content for a group of links, which come with a handful of style options.'
dependencies:
- field
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Quickstart Paragraphs - Views Side-by-Side'
type: module
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
description: 'Provides a paragraph type to show two views side-by-side on desktop screens.'
core_version_requirement: ^9 || ^10
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Quickstart Publication BibTeX Import'
type: module
description: 'Allows BibTeX import of publications'
core_version_requirement: ^9 || ^10
package: 'The University of Arizona - Experimental'
package: 'The University of Arizona'
danahertzberg marked this conversation as resolved.
Show resolved Hide resolved
dependencies:
- 'az_core:az_core'
- 'az_publication:az_publication'
Expand Down