-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change compass.yaml contents to match Compass tool
The contents of the compass.yaml files that were manually added differed from what the Compass tool would generate through the UI. This could be the reason that the components are not being imported (the tool doesn't provide proper feedback about this). This PR changes the order of fields to be what comes out of the "Config-as-code" tab in the tool so that copy pasting from the tool to a file yields consistent results. It also changes `tier` from `null` to the lowest tier which is `4` since it's not clear whether `tier` may be empty (you can't make it empty through the UI). Finally it changes `customFields` to `null` from `[]` which differs from the documentation but matches what's automatically dumped. While we're add it we add two links: one to the repository this component lives in (the distribution) and the other to the Jira project that work lives in for our component (Product).
- Loading branch information
Showing
70 changed files
with
705 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
configVersion: 1 | ||
name: Activity Basics | ||
id: null | ||
description: |- | ||
Provides the integration between Drupal's entity hooks and the actual creation of | ||
activity entities as defined in the Activity Creator system. | ||
configVersion: 1 | ||
typeId: LIBRARY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Active | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: [] | ||
customFields: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,20 @@ | ||
configVersion: 1 | ||
name: Activity Logger | ||
id: null | ||
description: |- | ||
Adds notification metadata to the entities provided by the Message module. | ||
configVersion: 1 | ||
typeId: LIBRARY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Active | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: [] | ||
customFields: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
configVersion: 1 | ||
name: Activity Send | ||
id: null | ||
description: |- | ||
Provides integrations for the activity system to deliver using e-mail or push | ||
notifications (the actual web or app push is implemented in different | ||
modules). | ||
configVersion: 1 | ||
typeId: LIBRARY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Active | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: [] | ||
customFields: null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,21 @@ | ||
configVersion: 1 | ||
name: Activity Viewer | ||
id: null | ||
description: |- | ||
Provides integration with activity entities and the Views module. | ||
configVersion: 1 | ||
typeId: LIBRARY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Active | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: [] | ||
customFields: null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,23 @@ | ||
configVersion: 1 | ||
name: Social Lazy Loading | ||
id: null | ||
description: |- | ||
Module that previously used blazy to implement lazy loading. | ||
Deprecated because it's been replaced by native lazy loading. | ||
configVersion: 1 | ||
typeId: CAPABILITY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Deprecated | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: [] | ||
customFields: null | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,23 @@ | ||
configVersion: 1 | ||
name: Download Count | ||
id: null | ||
description: |- | ||
Tracks file downloads for Drupal private core file fields. | ||
Marked as deprecated as most of our product has switched away from private | ||
files. | ||
configVersion: 1 | ||
typeId: CAPABILITY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Deprecated | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: [] | ||
customFields: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,24 @@ | ||
configVersion: 1 | ||
name: Group Views Bulk Operations | ||
id: null | ||
description: |- | ||
This module renders custom CSS based on theme settings. | ||
This is marked for reconsideration to see if we can move this to the theme | ||
instead. This was not possible in Drupal 8 but perhaps it's possible now. | ||
configVersion: 1 | ||
typeId: CAPABILITY | ||
ownerId: null | ||
fields: | ||
tier: null | ||
lifecycle: Active | ||
links: [] | ||
tier: 4 | ||
links: | ||
- name: null | ||
type: REPOSITORY | ||
url: 'https://github.com/goalgorilla/open_social' | ||
- name: null | ||
type: PROJECT | ||
url: 'https://getopensocial.atlassian.net/browse/PROD' | ||
relationships: {} | ||
customFields: [] | ||
labels: | ||
- 'architect:reconsider' | ||
customFields: null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.