@strapi/content-releases 0.0.0-next.e09d30edcbd16960a838997778a31d50e9c60bc4 → 0.0.0-next.e61eff51f9834ffdef16bdc236aecab5f837723b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +17 -1
- package/dist/admin/chunks/App-Ccfr_N2a.js +1866 -0
- package/dist/admin/chunks/App-Ccfr_N2a.js.map +1 -0
- package/dist/admin/chunks/App-nCn9ijZP.mjs +1845 -0
- package/dist/admin/chunks/App-nCn9ijZP.mjs.map +1 -0
- package/dist/admin/chunks/PurchaseContentReleases-BCME5SQU.js +55 -0
- package/dist/admin/chunks/PurchaseContentReleases-BCME5SQU.js.map +1 -0
- package/dist/admin/chunks/PurchaseContentReleases-S1ccDSwp.mjs +53 -0
- package/dist/admin/chunks/PurchaseContentReleases-S1ccDSwp.mjs.map +1 -0
- package/dist/admin/chunks/ReleasesSettingsPage-BDN7ia8_.mjs +206 -0
- package/dist/admin/chunks/ReleasesSettingsPage-BDN7ia8_.mjs.map +1 -0
- package/dist/admin/chunks/ReleasesSettingsPage-DgUoq8_y.js +208 -0
- package/dist/admin/chunks/ReleasesSettingsPage-DgUoq8_y.js.map +1 -0
- package/dist/admin/chunks/en-B2EeDoOz.mjs +101 -0
- package/dist/admin/chunks/en-B2EeDoOz.mjs.map +1 -0
- package/dist/admin/chunks/en-BzpFfVeO.js +103 -0
- package/dist/admin/chunks/en-BzpFfVeO.js.map +1 -0
- package/dist/admin/chunks/index-BFXwEPqg.js +1658 -0
- package/dist/admin/chunks/index-BFXwEPqg.js.map +1 -0
- package/dist/admin/chunks/index-TSoOtDGF.mjs +1619 -0
- package/dist/admin/chunks/index-TSoOtDGF.mjs.map +1 -0
- package/dist/admin/chunks/schemas-DMt8h1z-.mjs +43 -0
- package/dist/admin/chunks/schemas-DMt8h1z-.mjs.map +1 -0
- package/dist/admin/chunks/schemas-DS7NeFDN.js +65 -0
- package/dist/admin/chunks/schemas-DS7NeFDN.js.map +1 -0
- package/dist/admin/chunks/uk-9T9su-bj.js +103 -0
- package/dist/admin/chunks/uk-9T9su-bj.js.map +1 -0
- package/dist/admin/chunks/uk-Bp9HotPq.mjs +101 -0
- package/dist/admin/chunks/uk-Bp9HotPq.mjs.map +1 -0
- package/dist/admin/index.js +18 -17
- package/dist/admin/index.mjs +13 -19
- package/dist/admin/index.mjs.map +1 -1
- package/dist/admin/src/components/EntryValidationPopover.d.ts +13 -0
- package/dist/admin/src/components/RelativeTime.d.ts +28 -0
- package/dist/admin/src/components/ReleaseAction.d.ts +3 -0
- package/dist/admin/src/components/ReleaseActionMenu.d.ts +26 -0
- package/dist/admin/src/components/ReleaseActionModal.d.ts +24 -0
- package/dist/admin/src/components/ReleaseActionOptions.d.ts +9 -0
- package/dist/admin/src/components/ReleaseListCell.d.ts +28 -0
- package/dist/admin/src/components/ReleaseModal.d.ts +17 -0
- package/dist/admin/src/components/ReleasesPanel.d.ts +3 -0
- package/dist/admin/src/constants.d.ts +76 -0
- package/dist/admin/src/index.d.ts +3 -0
- package/dist/admin/src/modules/hooks.d.ts +7 -0
- package/dist/admin/src/pages/App.d.ts +1 -0
- package/dist/admin/src/pages/PurchaseContentReleases.d.ts +2 -0
- package/dist/admin/src/pages/ReleaseDetailsPage.d.ts +2 -0
- package/dist/admin/src/pages/ReleasesPage.d.ts +8 -0
- package/dist/admin/src/pages/ReleasesSettingsPage.d.ts +1 -0
- package/dist/admin/src/pages/tests/mockReleaseDetailsPageData.d.ts +181 -0
- package/dist/admin/src/pages/tests/mockReleasesPageData.d.ts +39 -0
- package/dist/admin/src/pluginId.d.ts +1 -0
- package/dist/admin/src/services/release.d.ts +112 -0
- package/dist/admin/src/store/hooks.d.ts +7 -0
- package/dist/admin/src/utils/api.d.ts +6 -0
- package/dist/admin/src/utils/prefixPluginTranslations.d.ts +3 -0
- package/dist/admin/src/utils/time.d.ts +10 -0
- package/dist/admin/src/validation/schemas.d.ts +6 -0
- package/dist/server/index.js +2208 -1468
- package/dist/server/index.js.map +1 -1
- package/dist/server/index.mjs +2200 -1459
- package/dist/server/index.mjs.map +1 -1
- package/dist/server/src/bootstrap.d.ts +5 -0
- package/dist/server/src/bootstrap.d.ts.map +1 -0
- package/dist/server/src/constants.d.ts +21 -0
- package/dist/server/src/constants.d.ts.map +1 -0
- package/dist/server/src/content-types/index.d.ts +97 -0
- package/dist/server/src/content-types/index.d.ts.map +1 -0
- package/dist/server/src/content-types/release/index.d.ts +48 -0
- package/dist/server/src/content-types/release/index.d.ts.map +1 -0
- package/dist/server/src/content-types/release/schema.d.ts +47 -0
- package/dist/server/src/content-types/release/schema.d.ts.map +1 -0
- package/dist/server/src/content-types/release-action/index.d.ts +48 -0
- package/dist/server/src/content-types/release-action/index.d.ts.map +1 -0
- package/dist/server/src/content-types/release-action/schema.d.ts +47 -0
- package/dist/server/src/content-types/release-action/schema.d.ts.map +1 -0
- package/dist/server/src/controllers/index.d.ts +25 -0
- package/dist/server/src/controllers/index.d.ts.map +1 -0
- package/dist/server/src/controllers/release-action.d.ts +10 -0
- package/dist/server/src/controllers/release-action.d.ts.map +1 -0
- package/dist/server/src/controllers/release.d.ts +18 -0
- package/dist/server/src/controllers/release.d.ts.map +1 -0
- package/dist/server/src/controllers/settings.d.ts +11 -0
- package/dist/server/src/controllers/settings.d.ts.map +1 -0
- package/dist/server/src/controllers/validation/release-action.d.ts +14 -0
- package/dist/server/src/controllers/validation/release-action.d.ts.map +1 -0
- package/dist/server/src/controllers/validation/release.d.ts +4 -0
- package/dist/server/src/controllers/validation/release.d.ts.map +1 -0
- package/dist/server/src/controllers/validation/settings.d.ts +3 -0
- package/dist/server/src/controllers/validation/settings.d.ts.map +1 -0
- package/dist/server/src/destroy.d.ts +5 -0
- package/dist/server/src/destroy.d.ts.map +1 -0
- package/dist/server/src/index.d.ts +2111 -0
- package/dist/server/src/index.d.ts.map +1 -0
- package/dist/server/src/middlewares/documents.d.ts +6 -0
- package/dist/server/src/middlewares/documents.d.ts.map +1 -0
- package/dist/server/src/migrations/database/5.0.0-document-id-in-actions.d.ts +9 -0
- package/dist/server/src/migrations/database/5.0.0-document-id-in-actions.d.ts.map +1 -0
- package/dist/server/src/migrations/index.d.ts +13 -0
- package/dist/server/src/migrations/index.d.ts.map +1 -0
- package/dist/server/src/register.d.ts +5 -0
- package/dist/server/src/register.d.ts.map +1 -0
- package/dist/server/src/routes/index.d.ts +51 -0
- package/dist/server/src/routes/index.d.ts.map +1 -0
- package/dist/server/src/routes/release-action.d.ts +18 -0
- package/dist/server/src/routes/release-action.d.ts.map +1 -0
- package/dist/server/src/routes/release.d.ts +18 -0
- package/dist/server/src/routes/release.d.ts.map +1 -0
- package/dist/server/src/routes/settings.d.ts +18 -0
- package/dist/server/src/routes/settings.d.ts.map +1 -0
- package/dist/server/src/services/index.d.ts +1824 -0
- package/dist/server/src/services/index.d.ts.map +1 -0
- package/dist/server/src/services/release-action.d.ts +34 -0
- package/dist/server/src/services/release-action.d.ts.map +1 -0
- package/dist/server/src/services/release.d.ts +31 -0
- package/dist/server/src/services/release.d.ts.map +1 -0
- package/dist/server/src/services/scheduling.d.ts +18 -0
- package/dist/server/src/services/scheduling.d.ts.map +1 -0
- package/dist/server/src/services/settings.d.ts +13 -0
- package/dist/server/src/services/settings.d.ts.map +1 -0
- package/dist/server/src/services/validation.d.ts +18 -0
- package/dist/server/src/services/validation.d.ts.map +1 -0
- package/dist/server/src/utils/index.d.ts +35 -0
- package/dist/server/src/utils/index.d.ts.map +1 -0
- package/dist/shared/contracts/release-actions.d.ts +136 -0
- package/dist/shared/contracts/release-actions.d.ts.map +1 -0
- package/dist/shared/contracts/releases.d.ts +183 -0
- package/dist/shared/contracts/releases.d.ts.map +1 -0
- package/dist/shared/contracts/settings.d.ts +38 -0
- package/dist/shared/contracts/settings.d.ts.map +1 -0
- package/dist/shared/types.d.ts +23 -0
- package/dist/shared/types.d.ts.map +1 -0
- package/package.json +40 -42
- package/dist/_chunks/App-0juWMfve.mjs +0 -1322
- package/dist/_chunks/App-0juWMfve.mjs.map +0 -1
- package/dist/_chunks/App-ODHUuKJ5.js +0 -1345
- package/dist/_chunks/App-ODHUuKJ5.js.map +0 -1
- package/dist/_chunks/PurchaseContentReleases-Clm0iACO.mjs +0 -51
- package/dist/_chunks/PurchaseContentReleases-Clm0iACO.mjs.map +0 -1
- package/dist/_chunks/PurchaseContentReleases-YhAPgpG9.js +0 -51
- package/dist/_chunks/PurchaseContentReleases-YhAPgpG9.js.map +0 -1
- package/dist/_chunks/en-WuuhP6Bn.mjs +0 -78
- package/dist/_chunks/en-WuuhP6Bn.mjs.map +0 -1
- package/dist/_chunks/en-gcJJ5htG.js +0 -78
- package/dist/_chunks/en-gcJJ5htG.js.map +0 -1
- package/dist/_chunks/index-LaZVYUlg.mjs +0 -1013
- package/dist/_chunks/index-LaZVYUlg.mjs.map +0 -1
- package/dist/_chunks/index-mrnUzPlo.js +0 -1034
- package/dist/_chunks/index-mrnUzPlo.js.map +0 -1
- package/strapi-server.js +0 -3
package/dist/server/index.js
CHANGED
|
@@ -1,1613 +1,2353 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
function
|
|
11
|
-
|
|
12
|
-
return e;
|
|
13
|
-
const n = Object.create(null, { [Symbol.toStringTag]: { value: "Module" } });
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var utils = require('@strapi/utils');
|
|
4
|
+
var isEqual = require('lodash/isEqual');
|
|
5
|
+
var lodash = require('lodash');
|
|
6
|
+
var _ = require('lodash/fp');
|
|
7
|
+
var nodeSchedule = require('node-schedule');
|
|
8
|
+
var yup = require('yup');
|
|
9
|
+
|
|
10
|
+
function _interopNamespaceDefault(e) {
|
|
11
|
+
var n = Object.create(null);
|
|
14
12
|
if (e) {
|
|
15
|
-
|
|
16
|
-
if (k !==
|
|
17
|
-
|
|
13
|
+
Object.keys(e).forEach(function (k) {
|
|
14
|
+
if (k !== 'default') {
|
|
15
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
18
16
|
Object.defineProperty(n, k, d.get ? d : {
|
|
19
17
|
enumerable: true,
|
|
20
|
-
get: ()
|
|
18
|
+
get: function () { return e[k]; }
|
|
21
19
|
});
|
|
22
20
|
}
|
|
23
|
-
}
|
|
21
|
+
});
|
|
24
22
|
}
|
|
25
23
|
n.default = e;
|
|
26
24
|
return Object.freeze(n);
|
|
27
25
|
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const RELEASE_ACTION_MODEL_UID = "plugin::content-releases.release-action";
|
|
26
|
+
|
|
27
|
+
var yup__namespace = /*#__PURE__*/_interopNamespaceDefault(yup);
|
|
28
|
+
|
|
29
|
+
const RELEASE_MODEL_UID = 'plugin::content-releases.release';
|
|
30
|
+
const RELEASE_ACTION_MODEL_UID = 'plugin::content-releases.release-action';
|
|
34
31
|
const ACTIONS = [
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
32
|
+
{
|
|
33
|
+
section: 'plugins',
|
|
34
|
+
displayName: 'Read',
|
|
35
|
+
uid: 'read',
|
|
36
|
+
pluginName: 'content-releases'
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
section: 'plugins',
|
|
40
|
+
displayName: 'Create',
|
|
41
|
+
uid: 'create',
|
|
42
|
+
pluginName: 'content-releases'
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
section: 'plugins',
|
|
46
|
+
displayName: 'Edit',
|
|
47
|
+
uid: 'update',
|
|
48
|
+
pluginName: 'content-releases'
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
section: 'plugins',
|
|
52
|
+
displayName: 'Delete',
|
|
53
|
+
uid: 'delete',
|
|
54
|
+
pluginName: 'content-releases'
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
section: 'plugins',
|
|
58
|
+
displayName: 'Publish',
|
|
59
|
+
uid: 'publish',
|
|
60
|
+
pluginName: 'content-releases'
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
section: 'plugins',
|
|
64
|
+
displayName: 'Remove an entry from a release',
|
|
65
|
+
uid: 'delete-action',
|
|
66
|
+
pluginName: 'content-releases'
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
section: 'plugins',
|
|
70
|
+
displayName: 'Add an entry to a release',
|
|
71
|
+
uid: 'create-action',
|
|
72
|
+
pluginName: 'content-releases'
|
|
73
|
+
},
|
|
74
|
+
// Settings
|
|
75
|
+
{
|
|
76
|
+
uid: 'settings.read',
|
|
77
|
+
section: 'settings',
|
|
78
|
+
displayName: 'Read',
|
|
79
|
+
category: 'content releases',
|
|
80
|
+
subCategory: 'options',
|
|
81
|
+
pluginName: 'content-releases'
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
uid: 'settings.update',
|
|
85
|
+
section: 'settings',
|
|
86
|
+
displayName: 'Edit',
|
|
87
|
+
category: 'content releases',
|
|
88
|
+
subCategory: 'options',
|
|
89
|
+
pluginName: 'content-releases'
|
|
90
|
+
}
|
|
77
91
|
];
|
|
78
92
|
const ALLOWED_WEBHOOK_EVENTS = {
|
|
79
|
-
|
|
93
|
+
RELEASES_PUBLISH: 'releases.publish'
|
|
80
94
|
};
|
|
81
|
-
|
|
82
|
-
|
|
95
|
+
|
|
96
|
+
const getService = (name, { strapi: strapi1 })=>{
|
|
97
|
+
return strapi1.plugin('content-releases').service(name);
|
|
83
98
|
};
|
|
84
|
-
const
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
99
|
+
const getDraftEntryValidStatus = async ({ contentType, documentId, locale }, { strapi: strapi1 })=>{
|
|
100
|
+
const populateBuilderService = strapi1.plugin('content-manager').service('populate-builder');
|
|
101
|
+
// @ts-expect-error - populateBuilderService should be a function but is returning service
|
|
102
|
+
const populate = await populateBuilderService(contentType).populateDeep(Infinity).build();
|
|
103
|
+
const entry = await getEntry({
|
|
104
|
+
contentType,
|
|
105
|
+
documentId,
|
|
106
|
+
locale,
|
|
107
|
+
populate
|
|
108
|
+
}, {
|
|
109
|
+
strapi: strapi1
|
|
110
|
+
});
|
|
111
|
+
return isEntryValid(contentType, entry, {
|
|
112
|
+
strapi: strapi1
|
|
113
|
+
});
|
|
89
114
|
};
|
|
90
|
-
const
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
115
|
+
const isEntryValid = async (contentTypeUid, entry, { strapi: strapi1 })=>{
|
|
116
|
+
try {
|
|
117
|
+
// @TODO: When documents service has validateEntityCreation method, use it instead
|
|
118
|
+
await strapi1.entityValidator.validateEntityCreation(strapi1.getModel(contentTypeUid), entry, undefined, // @ts-expect-error - FIXME: entity here is unnecessary
|
|
119
|
+
entry);
|
|
120
|
+
const workflowsService = strapi1.plugin('review-workflows').service('workflows');
|
|
121
|
+
const workflow = await workflowsService.getAssignedWorkflow(contentTypeUid, {
|
|
122
|
+
populate: 'stageRequiredToPublish'
|
|
123
|
+
});
|
|
124
|
+
if (workflow?.stageRequiredToPublish) {
|
|
125
|
+
return entry.strapi_stage.id === workflow.stageRequiredToPublish.id;
|
|
126
|
+
}
|
|
127
|
+
return true;
|
|
128
|
+
} catch {
|
|
129
|
+
return false;
|
|
130
|
+
}
|
|
103
131
|
};
|
|
104
|
-
async
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
132
|
+
const getEntry = async ({ contentType, documentId, locale, populate, status = 'draft' }, { strapi: strapi1 })=>{
|
|
133
|
+
if (documentId) {
|
|
134
|
+
// Try to get an existing draft or published document
|
|
135
|
+
const entry = await strapi1.documents(contentType).findOne({
|
|
136
|
+
documentId,
|
|
137
|
+
locale,
|
|
138
|
+
populate,
|
|
139
|
+
status
|
|
140
|
+
});
|
|
141
|
+
// The document isn't published yet, but the action is to publish it, fetch the draft
|
|
142
|
+
if (status === 'published' && !entry) {
|
|
143
|
+
return strapi1.documents(contentType).findOne({
|
|
144
|
+
documentId,
|
|
145
|
+
locale,
|
|
146
|
+
populate,
|
|
147
|
+
status: 'draft'
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
return entry;
|
|
151
|
+
}
|
|
152
|
+
return strapi1.documents(contentType).findFirst({
|
|
153
|
+
locale,
|
|
154
|
+
populate,
|
|
155
|
+
status
|
|
156
|
+
});
|
|
157
|
+
};
|
|
158
|
+
const getEntryStatus = async (contentType, entry)=>{
|
|
159
|
+
if (entry.publishedAt) {
|
|
160
|
+
return 'published';
|
|
161
|
+
}
|
|
162
|
+
const publishedEntry = await strapi.documents(contentType).findOne({
|
|
163
|
+
documentId: entry.documentId,
|
|
164
|
+
locale: entry.locale,
|
|
165
|
+
status: 'published',
|
|
166
|
+
fields: [
|
|
167
|
+
'updatedAt'
|
|
168
|
+
]
|
|
169
|
+
});
|
|
170
|
+
if (!publishedEntry) {
|
|
171
|
+
return 'draft';
|
|
114
172
|
}
|
|
115
|
-
const
|
|
116
|
-
const
|
|
117
|
-
if (
|
|
118
|
-
|
|
173
|
+
const entryUpdatedAt = new Date(entry.updatedAt).getTime();
|
|
174
|
+
const publishedEntryUpdatedAt = new Date(publishedEntry.updatedAt).getTime();
|
|
175
|
+
if (entryUpdatedAt > publishedEntryUpdatedAt) {
|
|
176
|
+
return 'modified';
|
|
177
|
+
}
|
|
178
|
+
return 'published';
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
async function deleteActionsOnDisableDraftAndPublish({ oldContentTypes, contentTypes }) {
|
|
182
|
+
if (!oldContentTypes) {
|
|
183
|
+
return;
|
|
184
|
+
}
|
|
185
|
+
for(const uid in contentTypes){
|
|
186
|
+
if (!oldContentTypes[uid]) {
|
|
187
|
+
continue;
|
|
188
|
+
}
|
|
189
|
+
const oldContentType = oldContentTypes[uid];
|
|
190
|
+
const contentType = contentTypes[uid];
|
|
191
|
+
if (utils.contentTypes.hasDraftAndPublish(oldContentType) && !utils.contentTypes.hasDraftAndPublish(contentType)) {
|
|
192
|
+
await strapi.db?.queryBuilder(RELEASE_ACTION_MODEL_UID).delete().where({
|
|
193
|
+
contentType: uid
|
|
194
|
+
}).execute();
|
|
195
|
+
}
|
|
119
196
|
}
|
|
120
|
-
}
|
|
121
197
|
}
|
|
122
|
-
async function deleteActionsOnDeleteContentType({ oldContentTypes, contentTypes
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
198
|
+
async function deleteActionsOnDeleteContentType({ oldContentTypes, contentTypes }) {
|
|
199
|
+
const deletedContentTypes = lodash.difference(lodash.keys(oldContentTypes), lodash.keys(contentTypes)) ?? [];
|
|
200
|
+
if (deletedContentTypes.length) {
|
|
201
|
+
await utils.async.map(deletedContentTypes, async (deletedContentTypeUID)=>{
|
|
202
|
+
return strapi.db?.queryBuilder(RELEASE_ACTION_MODEL_UID).delete().where({
|
|
203
|
+
contentType: deletedContentTypeUID
|
|
204
|
+
}).execute();
|
|
205
|
+
});
|
|
206
|
+
}
|
|
129
207
|
}
|
|
130
208
|
async function migrateIsValidAndStatusReleases() {
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
populate: {
|
|
137
|
-
actions: {
|
|
209
|
+
const releasesWithoutStatus = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
210
|
+
where: {
|
|
211
|
+
status: null,
|
|
212
|
+
releasedAt: null
|
|
213
|
+
},
|
|
138
214
|
populate: {
|
|
139
|
-
|
|
215
|
+
actions: {
|
|
216
|
+
populate: {
|
|
217
|
+
entry: true
|
|
218
|
+
}
|
|
219
|
+
}
|
|
140
220
|
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
221
|
+
});
|
|
222
|
+
utils.async.map(releasesWithoutStatus, async (release)=>{
|
|
223
|
+
const actions = release.actions;
|
|
224
|
+
const notValidatedActions = actions.filter((action)=>action.isEntryValid === null);
|
|
225
|
+
for (const action of notValidatedActions){
|
|
226
|
+
// We need to check the Action is related to a valid entry because we can't assume this is gonna be always the case
|
|
227
|
+
// example: users could make changes directly to their database, or data could be lost
|
|
228
|
+
if (action.entry) {
|
|
229
|
+
const isEntryValid = getDraftEntryValidStatus({
|
|
230
|
+
contentType: action.contentType,
|
|
231
|
+
documentId: action.entryDocumentId,
|
|
232
|
+
locale: action.locale
|
|
233
|
+
}, {
|
|
234
|
+
strapi
|
|
235
|
+
});
|
|
236
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).update({
|
|
237
|
+
where: {
|
|
238
|
+
id: action.id
|
|
239
|
+
},
|
|
240
|
+
data: {
|
|
241
|
+
isEntryValid
|
|
242
|
+
}
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
return getService('release', {
|
|
247
|
+
strapi
|
|
248
|
+
}).updateReleaseStatus(release.id);
|
|
249
|
+
});
|
|
250
|
+
const publishedReleases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
251
|
+
where: {
|
|
252
|
+
status: null,
|
|
253
|
+
releasedAt: {
|
|
254
|
+
$notNull: true
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
});
|
|
258
|
+
utils.async.map(publishedReleases, async (release)=>{
|
|
259
|
+
return strapi.db.query(RELEASE_MODEL_UID).update({
|
|
155
260
|
where: {
|
|
156
|
-
|
|
261
|
+
id: release.id
|
|
157
262
|
},
|
|
158
263
|
data: {
|
|
159
|
-
|
|
264
|
+
status: 'done'
|
|
160
265
|
}
|
|
161
|
-
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
return getService("release", { strapi }).updateReleaseStatus(release2.id);
|
|
166
|
-
});
|
|
167
|
-
const publishedReleases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
168
|
-
where: {
|
|
169
|
-
status: null,
|
|
170
|
-
releasedAt: {
|
|
171
|
-
$notNull: true
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
});
|
|
175
|
-
utils.mapAsync(publishedReleases, async (release2) => {
|
|
176
|
-
return strapi.db.query(RELEASE_MODEL_UID).update({
|
|
177
|
-
where: {
|
|
178
|
-
id: release2.id
|
|
179
|
-
},
|
|
180
|
-
data: {
|
|
181
|
-
status: "done"
|
|
182
|
-
}
|
|
266
|
+
});
|
|
183
267
|
});
|
|
184
|
-
});
|
|
185
268
|
}
|
|
186
|
-
async function revalidateChangedContentTypes({ oldContentTypes, contentTypes
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
269
|
+
async function revalidateChangedContentTypes({ oldContentTypes, contentTypes }) {
|
|
270
|
+
if (oldContentTypes !== undefined && contentTypes !== undefined) {
|
|
271
|
+
const contentTypesWithDraftAndPublish = Object.keys(oldContentTypes).filter((uid)=>oldContentTypes[uid]?.options?.draftAndPublish);
|
|
272
|
+
const releasesAffected = new Set();
|
|
273
|
+
utils.async.map(contentTypesWithDraftAndPublish, async (contentTypeUID)=>{
|
|
274
|
+
const oldContentType = oldContentTypes[contentTypeUID];
|
|
275
|
+
const contentType = contentTypes[contentTypeUID];
|
|
276
|
+
// If attributes have changed, we need to revalidate actions because maybe validations rules are different
|
|
277
|
+
if (!isEqual(oldContentType?.attributes, contentType?.attributes)) {
|
|
278
|
+
const actions = await strapi.db.query(RELEASE_ACTION_MODEL_UID).findMany({
|
|
279
|
+
where: {
|
|
280
|
+
contentType: contentTypeUID
|
|
281
|
+
},
|
|
282
|
+
populate: {
|
|
283
|
+
entry: true,
|
|
284
|
+
release: true
|
|
285
|
+
}
|
|
286
|
+
});
|
|
287
|
+
await utils.async.map(actions, async (action)=>{
|
|
288
|
+
if (action.entry && action.release && action.type === 'publish') {
|
|
289
|
+
const isEntryValid = await getDraftEntryValidStatus({
|
|
290
|
+
contentType: contentTypeUID,
|
|
291
|
+
documentId: action.entryDocumentId,
|
|
292
|
+
locale: action.locale
|
|
293
|
+
}, {
|
|
294
|
+
strapi
|
|
295
|
+
});
|
|
296
|
+
releasesAffected.add(action.release.id);
|
|
297
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).update({
|
|
298
|
+
where: {
|
|
299
|
+
id: action.id
|
|
300
|
+
},
|
|
301
|
+
data: {
|
|
302
|
+
isEntryValid
|
|
303
|
+
}
|
|
304
|
+
});
|
|
305
|
+
}
|
|
306
|
+
});
|
|
223
307
|
}
|
|
224
|
-
|
|
308
|
+
}).then(()=>{
|
|
309
|
+
// We need to update the status of the releases affected
|
|
310
|
+
utils.async.map(releasesAffected, async (releaseId)=>{
|
|
311
|
+
return getService('release', {
|
|
312
|
+
strapi
|
|
313
|
+
}).updateReleaseStatus(releaseId);
|
|
314
|
+
});
|
|
225
315
|
});
|
|
226
|
-
|
|
227
|
-
}).then(() => {
|
|
228
|
-
utils.mapAsync(releasesAffected, async (releaseId) => {
|
|
229
|
-
return getService("release", { strapi }).updateReleaseStatus(releaseId);
|
|
230
|
-
});
|
|
231
|
-
});
|
|
232
|
-
}
|
|
316
|
+
}
|
|
233
317
|
}
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
}
|
|
242
|
-
const
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
const contentTypesWithDraftAndPublish = Object.keys(strapi2.contentTypes).filter(
|
|
246
|
-
(uid) => strapi2.contentTypes[uid]?.options?.draftAndPublish
|
|
247
|
-
);
|
|
248
|
-
strapi2.db.lifecycles.subscribe({
|
|
249
|
-
models: contentTypesWithDraftAndPublish,
|
|
250
|
-
async afterDelete(event) {
|
|
251
|
-
try {
|
|
252
|
-
const { model, result } = event;
|
|
253
|
-
if (model.kind === "collectionType" && model.options?.draftAndPublish) {
|
|
254
|
-
const { id } = result;
|
|
255
|
-
const releases = await strapi2.db.query(RELEASE_MODEL_UID).findMany({
|
|
256
|
-
where: {
|
|
257
|
-
actions: {
|
|
258
|
-
target_type: model.uid,
|
|
259
|
-
target_id: id
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
});
|
|
263
|
-
await strapi2.db.query(RELEASE_ACTION_MODEL_UID).deleteMany({
|
|
264
|
-
where: {
|
|
265
|
-
target_type: model.uid,
|
|
266
|
-
target_id: id
|
|
267
|
-
}
|
|
268
|
-
});
|
|
269
|
-
for (const release2 of releases) {
|
|
270
|
-
getService("release", { strapi: strapi2 }).updateReleaseStatus(release2.id);
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
} catch (error) {
|
|
274
|
-
strapi2.log.error("Error while deleting release actions after entry delete", { error });
|
|
318
|
+
async function disableContentTypeLocalized({ oldContentTypes, contentTypes }) {
|
|
319
|
+
if (!oldContentTypes) {
|
|
320
|
+
return;
|
|
321
|
+
}
|
|
322
|
+
const i18nPlugin = strapi.plugin('i18n');
|
|
323
|
+
if (!i18nPlugin) {
|
|
324
|
+
return;
|
|
325
|
+
}
|
|
326
|
+
for(const uid in contentTypes){
|
|
327
|
+
if (!oldContentTypes[uid]) {
|
|
328
|
+
continue;
|
|
275
329
|
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
event.state.entriesToDelete = entriesToDelete;
|
|
330
|
+
const oldContentType = oldContentTypes[uid];
|
|
331
|
+
const contentType = contentTypes[uid];
|
|
332
|
+
const { isLocalizedContentType } = i18nPlugin.service('content-types');
|
|
333
|
+
// if i18N is disabled remove non default locales before sync
|
|
334
|
+
if (isLocalizedContentType(oldContentType) && !isLocalizedContentType(contentType)) {
|
|
335
|
+
await strapi.db.queryBuilder(RELEASE_ACTION_MODEL_UID).update({
|
|
336
|
+
locale: null
|
|
337
|
+
}).where({
|
|
338
|
+
contentType: uid
|
|
339
|
+
}).execute();
|
|
287
340
|
}
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
target_type: model.uid,
|
|
302
|
-
target_id: {
|
|
303
|
-
$in: entriesToDelete.map(
|
|
304
|
-
(entry) => entry.id
|
|
305
|
-
)
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
});
|
|
310
|
-
await strapi2.db.query(RELEASE_ACTION_MODEL_UID).deleteMany({
|
|
311
|
-
where: {
|
|
312
|
-
target_type: model.uid,
|
|
313
|
-
target_id: {
|
|
314
|
-
$in: entriesToDelete.map((entry) => entry.id)
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
});
|
|
318
|
-
for (const release2 of releases) {
|
|
319
|
-
getService("release", { strapi: strapi2 }).updateReleaseStatus(release2.id);
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
} catch (error) {
|
|
323
|
-
strapi2.log.error("Error while deleting release actions after entry deleteMany", {
|
|
324
|
-
error
|
|
325
|
-
});
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
async function enableContentTypeLocalized({ oldContentTypes, contentTypes }) {
|
|
344
|
+
if (!oldContentTypes) {
|
|
345
|
+
return;
|
|
346
|
+
}
|
|
347
|
+
const i18nPlugin = strapi.plugin('i18n');
|
|
348
|
+
if (!i18nPlugin) {
|
|
349
|
+
return;
|
|
350
|
+
}
|
|
351
|
+
for(const uid in contentTypes){
|
|
352
|
+
if (!oldContentTypes[uid]) {
|
|
353
|
+
continue;
|
|
326
354
|
}
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
);
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
355
|
+
const oldContentType = oldContentTypes[uid];
|
|
356
|
+
const contentType = contentTypes[uid];
|
|
357
|
+
const { isLocalizedContentType } = i18nPlugin.service('content-types');
|
|
358
|
+
const { getDefaultLocale } = i18nPlugin.service('locales');
|
|
359
|
+
// if i18N is enabled remove non default locales before sync
|
|
360
|
+
if (!isLocalizedContentType(oldContentType) && isLocalizedContentType(contentType)) {
|
|
361
|
+
const defaultLocale = await getDefaultLocale();
|
|
362
|
+
await strapi.db.queryBuilder(RELEASE_ACTION_MODEL_UID).update({
|
|
363
|
+
locale: defaultLocale
|
|
364
|
+
}).where({
|
|
365
|
+
contentType: uid
|
|
366
|
+
}).execute();
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
/**
|
|
372
|
+
* On v4, release actions are linked with entries using the built in Polymorphic relations.
|
|
373
|
+
*
|
|
374
|
+
* On v5, we are going to save entryDocumentId on the release action and make the link manually.
|
|
375
|
+
* This because entryId is not a reliable way to link documents, as it can change.
|
|
376
|
+
*/ const addEntryDocumentToReleaseActions = {
|
|
377
|
+
name: 'content-releases::5.0.0-add-entry-document-id-to-release-actions',
|
|
378
|
+
async up (trx, db) {
|
|
379
|
+
// Check if the table exists
|
|
380
|
+
const hasTable = await trx.schema.hasTable('strapi_release_actions');
|
|
381
|
+
if (!hasTable) {
|
|
382
|
+
return;
|
|
383
|
+
}
|
|
384
|
+
const hasPolymorphicColumn = await trx.schema.hasColumn('strapi_release_actions', 'target_id');
|
|
385
|
+
// If user has PolymorphicColumn means that is coming from v4
|
|
386
|
+
if (hasPolymorphicColumn) {
|
|
387
|
+
// First time coming from v4 user doesn't have entryDocumentId
|
|
388
|
+
// but we double check to avoid errors
|
|
389
|
+
const hasEntryDocumentIdColumn = await trx.schema.hasColumn('strapi_release_actions', 'entry_document_id');
|
|
390
|
+
if (!hasEntryDocumentIdColumn) {
|
|
391
|
+
await trx.schema.alterTable('strapi_release_actions', (table)=>{
|
|
392
|
+
table.string('entry_document_id');
|
|
393
|
+
});
|
|
394
|
+
}
|
|
395
|
+
const releaseActions = await trx.select('*').from('strapi_release_actions');
|
|
396
|
+
utils.async.map(releaseActions, async (action)=>{
|
|
397
|
+
const { target_type, target_id } = action;
|
|
398
|
+
const entry = await db.query(target_type).findOne({
|
|
399
|
+
where: {
|
|
400
|
+
id: target_id
|
|
401
|
+
}
|
|
402
|
+
});
|
|
403
|
+
if (entry) {
|
|
404
|
+
await trx('strapi_release_actions').update({
|
|
405
|
+
entry_document_id: entry.documentId
|
|
406
|
+
}).where('id', action.id);
|
|
353
407
|
}
|
|
354
|
-
}
|
|
355
408
|
});
|
|
356
|
-
|
|
357
|
-
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
async down () {
|
|
412
|
+
throw new Error('not implemented');
|
|
413
|
+
}
|
|
414
|
+
};
|
|
415
|
+
|
|
416
|
+
const register = async ({ strapi })=>{
|
|
417
|
+
if (strapi.ee.features.isEnabled('cms-content-releases')) {
|
|
418
|
+
await strapi.service('admin::permission').actionProvider.registerMany(ACTIONS);
|
|
419
|
+
strapi.db.migrations.providers.internal.register(addEntryDocumentToReleaseActions);
|
|
420
|
+
strapi.hook('strapi::content-types.beforeSync').register(disableContentTypeLocalized).register(deleteActionsOnDisableDraftAndPublish);
|
|
421
|
+
strapi.hook('strapi::content-types.afterSync').register(deleteActionsOnDeleteContentType).register(enableContentTypeLocalized).register(revalidateChangedContentTypes).register(migrateIsValidAndStatusReleases);
|
|
422
|
+
}
|
|
423
|
+
if (strapi.plugin('graphql')) {
|
|
424
|
+
const graphqlExtensionService = strapi.plugin('graphql').service('extension');
|
|
425
|
+
// Exclude the release and release action models from the GraphQL schema
|
|
426
|
+
graphqlExtensionService.shadowCRUD(RELEASE_MODEL_UID).disable();
|
|
427
|
+
graphqlExtensionService.shadowCRUD(RELEASE_ACTION_MODEL_UID).disable();
|
|
428
|
+
}
|
|
429
|
+
};
|
|
430
|
+
|
|
431
|
+
const updateActionsStatusAndUpdateReleaseStatus = async (contentType, entry)=>{
|
|
432
|
+
const releases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
433
|
+
where: {
|
|
434
|
+
releasedAt: null,
|
|
435
|
+
actions: {
|
|
436
|
+
contentType,
|
|
437
|
+
entryDocumentId: entry.documentId,
|
|
438
|
+
locale: entry.locale
|
|
358
439
|
}
|
|
359
|
-
}
|
|
360
|
-
} catch (error) {
|
|
361
|
-
strapi2.log.error("Error while updating release actions after entry update", { error });
|
|
362
440
|
}
|
|
363
|
-
}
|
|
364
441
|
});
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
442
|
+
const entryStatus = await isEntryValid(contentType, entry, {
|
|
443
|
+
strapi
|
|
444
|
+
});
|
|
445
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).updateMany({
|
|
446
|
+
where: {
|
|
447
|
+
contentType,
|
|
448
|
+
entryDocumentId: entry.documentId,
|
|
449
|
+
locale: entry.locale
|
|
450
|
+
},
|
|
451
|
+
data: {
|
|
452
|
+
isEntryValid: entryStatus
|
|
453
|
+
}
|
|
454
|
+
});
|
|
455
|
+
for (const release of releases){
|
|
456
|
+
getService('release', {
|
|
457
|
+
strapi
|
|
458
|
+
}).updateReleaseStatus(release.id);
|
|
375
459
|
}
|
|
376
|
-
}
|
|
377
460
|
};
|
|
378
|
-
const
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
461
|
+
const deleteActionsAndUpdateReleaseStatus = async (params)=>{
|
|
462
|
+
const releases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
463
|
+
where: {
|
|
464
|
+
actions: params
|
|
465
|
+
}
|
|
466
|
+
});
|
|
467
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).deleteMany({
|
|
468
|
+
where: params
|
|
469
|
+
});
|
|
470
|
+
for (const release of releases){
|
|
471
|
+
getService('release', {
|
|
472
|
+
strapi
|
|
473
|
+
}).updateReleaseStatus(release.id);
|
|
385
474
|
}
|
|
386
|
-
}
|
|
387
475
|
};
|
|
388
|
-
const
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
singularName: "release",
|
|
392
|
-
pluralName: "releases",
|
|
393
|
-
displayName: "Release"
|
|
394
|
-
},
|
|
395
|
-
options: {
|
|
396
|
-
draftAndPublish: false
|
|
397
|
-
},
|
|
398
|
-
pluginOptions: {
|
|
399
|
-
"content-manager": {
|
|
400
|
-
visible: false
|
|
401
|
-
},
|
|
402
|
-
"content-type-builder": {
|
|
403
|
-
visible: false
|
|
476
|
+
const deleteActionsOnDelete = async (ctx, next)=>{
|
|
477
|
+
if (ctx.action !== 'delete') {
|
|
478
|
+
return next();
|
|
404
479
|
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
name: {
|
|
408
|
-
type: "string",
|
|
409
|
-
required: true
|
|
410
|
-
},
|
|
411
|
-
releasedAt: {
|
|
412
|
-
type: "datetime"
|
|
413
|
-
},
|
|
414
|
-
scheduledAt: {
|
|
415
|
-
type: "datetime"
|
|
416
|
-
},
|
|
417
|
-
timezone: {
|
|
418
|
-
type: "string"
|
|
419
|
-
},
|
|
420
|
-
status: {
|
|
421
|
-
type: "enumeration",
|
|
422
|
-
enum: ["ready", "blocked", "failed", "done", "empty"],
|
|
423
|
-
required: true
|
|
424
|
-
},
|
|
425
|
-
actions: {
|
|
426
|
-
type: "relation",
|
|
427
|
-
relation: "oneToMany",
|
|
428
|
-
target: RELEASE_ACTION_MODEL_UID,
|
|
429
|
-
mappedBy: "release"
|
|
480
|
+
if (!utils.contentTypes.hasDraftAndPublish(ctx.contentType)) {
|
|
481
|
+
return next();
|
|
430
482
|
}
|
|
431
|
-
|
|
432
|
-
};
|
|
433
|
-
const
|
|
434
|
-
|
|
483
|
+
const contentType = ctx.contentType.uid;
|
|
484
|
+
const { documentId, locale } = ctx.params;
|
|
485
|
+
const result = await next();
|
|
486
|
+
if (!result) {
|
|
487
|
+
return result;
|
|
488
|
+
}
|
|
489
|
+
try {
|
|
490
|
+
deleteActionsAndUpdateReleaseStatus({
|
|
491
|
+
contentType,
|
|
492
|
+
entryDocumentId: documentId,
|
|
493
|
+
...locale !== '*' && {
|
|
494
|
+
locale
|
|
495
|
+
}
|
|
496
|
+
});
|
|
497
|
+
} catch (error) {
|
|
498
|
+
strapi.log.error('Error while deleting release actions after delete', {
|
|
499
|
+
error
|
|
500
|
+
});
|
|
501
|
+
}
|
|
502
|
+
return result;
|
|
435
503
|
};
|
|
436
|
-
const
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
singularName: "release-action",
|
|
440
|
-
pluralName: "release-actions",
|
|
441
|
-
displayName: "Release Action"
|
|
442
|
-
},
|
|
443
|
-
options: {
|
|
444
|
-
draftAndPublish: false
|
|
445
|
-
},
|
|
446
|
-
pluginOptions: {
|
|
447
|
-
"content-manager": {
|
|
448
|
-
visible: false
|
|
449
|
-
},
|
|
450
|
-
"content-type-builder": {
|
|
451
|
-
visible: false
|
|
504
|
+
const updateActionsOnUpdate = async (ctx, next)=>{
|
|
505
|
+
if (ctx.action !== 'update') {
|
|
506
|
+
return next();
|
|
452
507
|
}
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
type: {
|
|
456
|
-
type: "enumeration",
|
|
457
|
-
enum: ["publish", "unpublish"],
|
|
458
|
-
required: true
|
|
459
|
-
},
|
|
460
|
-
entry: {
|
|
461
|
-
type: "relation",
|
|
462
|
-
relation: "morphToOne",
|
|
463
|
-
configurable: false
|
|
464
|
-
},
|
|
465
|
-
contentType: {
|
|
466
|
-
type: "string",
|
|
467
|
-
required: true
|
|
468
|
-
},
|
|
469
|
-
locale: {
|
|
470
|
-
type: "string"
|
|
471
|
-
},
|
|
472
|
-
release: {
|
|
473
|
-
type: "relation",
|
|
474
|
-
relation: "manyToOne",
|
|
475
|
-
target: RELEASE_MODEL_UID,
|
|
476
|
-
inversedBy: "actions"
|
|
477
|
-
},
|
|
478
|
-
isEntryValid: {
|
|
479
|
-
type: "boolean"
|
|
508
|
+
if (!utils.contentTypes.hasDraftAndPublish(ctx.contentType)) {
|
|
509
|
+
return next();
|
|
480
510
|
}
|
|
481
|
-
|
|
511
|
+
const contentType = ctx.contentType.uid;
|
|
512
|
+
const result = await next();
|
|
513
|
+
if (!result) {
|
|
514
|
+
return result;
|
|
515
|
+
}
|
|
516
|
+
try {
|
|
517
|
+
updateActionsStatusAndUpdateReleaseStatus(contentType, result);
|
|
518
|
+
} catch (error) {
|
|
519
|
+
strapi.log.error('Error while updating release actions after update', {
|
|
520
|
+
error
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
return result;
|
|
482
524
|
};
|
|
483
|
-
|
|
484
|
-
|
|
525
|
+
|
|
526
|
+
const deleteReleasesActionsAndUpdateReleaseStatus = async (params)=>{
|
|
527
|
+
const releases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
528
|
+
where: {
|
|
529
|
+
actions: params
|
|
530
|
+
}
|
|
531
|
+
});
|
|
532
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).deleteMany({
|
|
533
|
+
where: params
|
|
534
|
+
});
|
|
535
|
+
// We update the status of each release after delete the actions
|
|
536
|
+
for (const release of releases){
|
|
537
|
+
getService('release', {
|
|
538
|
+
strapi
|
|
539
|
+
}).updateReleaseStatus(release.id);
|
|
540
|
+
}
|
|
485
541
|
};
|
|
486
|
-
const
|
|
487
|
-
|
|
488
|
-
|
|
542
|
+
const bootstrap = async ({ strapi: strapi1 })=>{
|
|
543
|
+
if (strapi1.ee.features.isEnabled('cms-content-releases')) {
|
|
544
|
+
const contentTypesWithDraftAndPublish = Object.keys(strapi1.contentTypes).filter((uid)=>strapi1.contentTypes[uid]?.options?.draftAndPublish);
|
|
545
|
+
strapi1.db.lifecycles.subscribe({
|
|
546
|
+
models: contentTypesWithDraftAndPublish,
|
|
547
|
+
/**
|
|
548
|
+
* deleteMany is still used outside documents service, for example when deleting a locale
|
|
549
|
+
*/ async afterDeleteMany (event) {
|
|
550
|
+
try {
|
|
551
|
+
const model = strapi1.getModel(event.model.uid);
|
|
552
|
+
// @ts-expect-error TODO: lifecycles types looks like are not 100% finished
|
|
553
|
+
if (model.kind === 'collectionType' && model.options?.draftAndPublish) {
|
|
554
|
+
const { where } = event.params;
|
|
555
|
+
deleteReleasesActionsAndUpdateReleaseStatus({
|
|
556
|
+
contentType: model.uid,
|
|
557
|
+
locale: where?.locale ?? null,
|
|
558
|
+
...where?.documentId && {
|
|
559
|
+
entryDocumentId: where.documentId
|
|
560
|
+
}
|
|
561
|
+
});
|
|
562
|
+
}
|
|
563
|
+
} catch (error) {
|
|
564
|
+
// If an error happens we don't want to block the delete entry flow, but we log the error
|
|
565
|
+
strapi1.log.error('Error while deleting release actions after entry deleteMany', {
|
|
566
|
+
error
|
|
567
|
+
});
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
});
|
|
571
|
+
// We register middleware to handle ReleaseActions when changes on documents are made
|
|
572
|
+
strapi1.documents.use(deleteActionsOnDelete);
|
|
573
|
+
strapi1.documents.use(updateActionsOnUpdate);
|
|
574
|
+
getService('scheduling', {
|
|
575
|
+
strapi: strapi1
|
|
576
|
+
}).syncFromDatabase().catch((err)=>{
|
|
577
|
+
strapi1.log.error('Error while syncing scheduled jobs from the database in the content-releases plugin. This could lead to errors in the releases scheduling.');
|
|
578
|
+
throw err;
|
|
579
|
+
});
|
|
580
|
+
Object.entries(ALLOWED_WEBHOOK_EVENTS).forEach(([key, value])=>{
|
|
581
|
+
strapi1.get('webhookStore').addAllowedEvent(key, value);
|
|
582
|
+
});
|
|
583
|
+
}
|
|
489
584
|
};
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
default:
|
|
499
|
-
return "contentType.displayName";
|
|
500
|
-
}
|
|
585
|
+
|
|
586
|
+
const destroy = async ({ strapi })=>{
|
|
587
|
+
const scheduledJobs = getService('scheduling', {
|
|
588
|
+
strapi
|
|
589
|
+
}).getAll();
|
|
590
|
+
for (const [, job] of scheduledJobs){
|
|
591
|
+
job.cancel();
|
|
592
|
+
}
|
|
501
593
|
};
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
};
|
|
510
|
-
return {
|
|
511
|
-
async create(releaseData, { user }) {
|
|
512
|
-
const releaseWithCreatorFields = await utils.setCreatorFields({ user })(releaseData);
|
|
513
|
-
const {
|
|
514
|
-
validatePendingReleasesLimit,
|
|
515
|
-
validateUniqueNameForPendingRelease,
|
|
516
|
-
validateScheduledAtIsLaterThanNow
|
|
517
|
-
} = getService("release-validation", { strapi: strapi2 });
|
|
518
|
-
await Promise.all([
|
|
519
|
-
validatePendingReleasesLimit(),
|
|
520
|
-
validateUniqueNameForPendingRelease(releaseWithCreatorFields.name),
|
|
521
|
-
validateScheduledAtIsLaterThanNow(releaseWithCreatorFields.scheduledAt)
|
|
522
|
-
]);
|
|
523
|
-
const release2 = await strapi2.entityService.create(RELEASE_MODEL_UID, {
|
|
524
|
-
data: {
|
|
525
|
-
...releaseWithCreatorFields,
|
|
526
|
-
status: "empty"
|
|
527
|
-
}
|
|
528
|
-
});
|
|
529
|
-
if (strapi2.features.future.isEnabled("contentReleasesScheduling") && releaseWithCreatorFields.scheduledAt) {
|
|
530
|
-
const schedulingService = getService("scheduling", { strapi: strapi2 });
|
|
531
|
-
await schedulingService.set(release2.id, release2.scheduledAt);
|
|
532
|
-
}
|
|
533
|
-
strapi2.telemetry.send("didCreateContentRelease");
|
|
534
|
-
return release2;
|
|
594
|
+
|
|
595
|
+
var schema$1 = {
|
|
596
|
+
collectionName: 'strapi_releases',
|
|
597
|
+
info: {
|
|
598
|
+
singularName: 'release',
|
|
599
|
+
pluralName: 'releases',
|
|
600
|
+
displayName: 'Release'
|
|
535
601
|
},
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
...query
|
|
539
|
-
});
|
|
540
|
-
return release2;
|
|
541
|
-
},
|
|
542
|
-
findPage(query) {
|
|
543
|
-
return strapi2.entityService.findPage(RELEASE_MODEL_UID, {
|
|
544
|
-
...query,
|
|
545
|
-
populate: {
|
|
546
|
-
actions: {
|
|
547
|
-
// @ts-expect-error Ignore missing properties
|
|
548
|
-
count: true
|
|
549
|
-
}
|
|
550
|
-
}
|
|
551
|
-
});
|
|
602
|
+
options: {
|
|
603
|
+
draftAndPublish: false
|
|
552
604
|
},
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
actions: {
|
|
557
|
-
target_type: contentTypeUid,
|
|
558
|
-
target_id: entryId
|
|
559
|
-
},
|
|
560
|
-
releasedAt: {
|
|
561
|
-
$null: true
|
|
562
|
-
}
|
|
605
|
+
pluginOptions: {
|
|
606
|
+
'content-manager': {
|
|
607
|
+
visible: false
|
|
563
608
|
},
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
actions: {
|
|
567
|
-
where: {
|
|
568
|
-
target_type: contentTypeUid,
|
|
569
|
-
target_id: entryId
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
}
|
|
573
|
-
});
|
|
574
|
-
return releases.map((release2) => {
|
|
575
|
-
if (release2.actions?.length) {
|
|
576
|
-
const [actionForEntry] = release2.actions;
|
|
577
|
-
delete release2.actions;
|
|
578
|
-
return {
|
|
579
|
-
...release2,
|
|
580
|
-
action: actionForEntry
|
|
581
|
-
};
|
|
582
|
-
}
|
|
583
|
-
return release2;
|
|
584
|
-
});
|
|
585
|
-
},
|
|
586
|
-
async findManyWithoutContentTypeEntryAttached(contentTypeUid, entryId) {
|
|
587
|
-
const releasesRelated = await strapi2.db.query(RELEASE_MODEL_UID).findMany({
|
|
588
|
-
where: {
|
|
589
|
-
releasedAt: {
|
|
590
|
-
$null: true
|
|
591
|
-
},
|
|
592
|
-
actions: {
|
|
593
|
-
target_type: contentTypeUid,
|
|
594
|
-
target_id: entryId
|
|
595
|
-
}
|
|
596
|
-
}
|
|
597
|
-
});
|
|
598
|
-
const releases = await strapi2.db.query(RELEASE_MODEL_UID).findMany({
|
|
599
|
-
where: {
|
|
600
|
-
$or: [
|
|
601
|
-
{
|
|
602
|
-
id: {
|
|
603
|
-
$notIn: releasesRelated.map((release2) => release2.id)
|
|
604
|
-
}
|
|
605
|
-
},
|
|
606
|
-
{
|
|
607
|
-
actions: null
|
|
608
|
-
}
|
|
609
|
-
],
|
|
610
|
-
releasedAt: {
|
|
611
|
-
$null: true
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
});
|
|
615
|
-
return releases.map((release2) => {
|
|
616
|
-
if (release2.actions?.length) {
|
|
617
|
-
const [actionForEntry] = release2.actions;
|
|
618
|
-
delete release2.actions;
|
|
619
|
-
return {
|
|
620
|
-
...release2,
|
|
621
|
-
action: actionForEntry
|
|
622
|
-
};
|
|
623
|
-
}
|
|
624
|
-
return release2;
|
|
625
|
-
});
|
|
626
|
-
},
|
|
627
|
-
async update(id, releaseData, { user }) {
|
|
628
|
-
const releaseWithCreatorFields = await utils.setCreatorFields({ user, isEdition: true })(
|
|
629
|
-
releaseData
|
|
630
|
-
);
|
|
631
|
-
const { validateUniqueNameForPendingRelease, validateScheduledAtIsLaterThanNow } = getService(
|
|
632
|
-
"release-validation",
|
|
633
|
-
{ strapi: strapi2 }
|
|
634
|
-
);
|
|
635
|
-
await Promise.all([
|
|
636
|
-
validateUniqueNameForPendingRelease(releaseWithCreatorFields.name, id),
|
|
637
|
-
validateScheduledAtIsLaterThanNow(releaseWithCreatorFields.scheduledAt)
|
|
638
|
-
]);
|
|
639
|
-
const release2 = await strapi2.entityService.findOne(RELEASE_MODEL_UID, id);
|
|
640
|
-
if (!release2) {
|
|
641
|
-
throw new utils.errors.NotFoundError(`No release found for id ${id}`);
|
|
642
|
-
}
|
|
643
|
-
if (release2.releasedAt) {
|
|
644
|
-
throw new utils.errors.ValidationError("Release already published");
|
|
645
|
-
}
|
|
646
|
-
const updatedRelease = await strapi2.entityService.update(RELEASE_MODEL_UID, id, {
|
|
647
|
-
/*
|
|
648
|
-
* The type returned from the entity service: Partial<Input<"plugin::content-releases.release">>
|
|
649
|
-
* is not compatible with the type we are passing here: UpdateRelease.Request['body']
|
|
650
|
-
*/
|
|
651
|
-
// @ts-expect-error see above
|
|
652
|
-
data: releaseWithCreatorFields
|
|
653
|
-
});
|
|
654
|
-
if (strapi2.features.future.isEnabled("contentReleasesScheduling")) {
|
|
655
|
-
const schedulingService = getService("scheduling", { strapi: strapi2 });
|
|
656
|
-
if (releaseData.scheduledAt) {
|
|
657
|
-
await schedulingService.set(id, releaseData.scheduledAt);
|
|
658
|
-
} else if (release2.scheduledAt) {
|
|
659
|
-
schedulingService.cancel(id);
|
|
609
|
+
'content-type-builder': {
|
|
610
|
+
visible: false
|
|
660
611
|
}
|
|
661
|
-
}
|
|
662
|
-
this.updateReleaseStatus(id);
|
|
663
|
-
strapi2.telemetry.send("didUpdateContentRelease");
|
|
664
|
-
return updatedRelease;
|
|
665
612
|
},
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
await Promise.all([
|
|
671
|
-
validateEntryContentType(action.entry.contentType),
|
|
672
|
-
validateUniqueEntry(releaseId, action)
|
|
673
|
-
]);
|
|
674
|
-
const release2 = await strapi2.entityService.findOne(RELEASE_MODEL_UID, releaseId);
|
|
675
|
-
if (!release2) {
|
|
676
|
-
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
677
|
-
}
|
|
678
|
-
if (release2.releasedAt) {
|
|
679
|
-
throw new utils.errors.ValidationError("Release already published");
|
|
680
|
-
}
|
|
681
|
-
const { entry, type } = action;
|
|
682
|
-
const populatedEntry = await getPopulatedEntry(entry.contentType, entry.id, { strapi: strapi2 });
|
|
683
|
-
const isEntryValid = await getEntryValidStatus(entry.contentType, populatedEntry, { strapi: strapi2 });
|
|
684
|
-
const releaseAction2 = await strapi2.entityService.create(RELEASE_ACTION_MODEL_UID, {
|
|
685
|
-
data: {
|
|
686
|
-
type,
|
|
687
|
-
contentType: entry.contentType,
|
|
688
|
-
locale: entry.locale,
|
|
689
|
-
isEntryValid,
|
|
690
|
-
entry: {
|
|
691
|
-
id: entry.id,
|
|
692
|
-
__type: entry.contentType,
|
|
693
|
-
__pivot: { field: "entry" }
|
|
694
|
-
},
|
|
695
|
-
release: releaseId
|
|
613
|
+
attributes: {
|
|
614
|
+
name: {
|
|
615
|
+
type: 'string',
|
|
616
|
+
required: true
|
|
696
617
|
},
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
});
|
|
706
|
-
if (!release2) {
|
|
707
|
-
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
708
|
-
}
|
|
709
|
-
return strapi2.entityService.findPage(RELEASE_ACTION_MODEL_UID, {
|
|
710
|
-
...query,
|
|
711
|
-
populate: {
|
|
712
|
-
entry: {
|
|
713
|
-
populate: "*"
|
|
714
|
-
}
|
|
618
|
+
releasedAt: {
|
|
619
|
+
type: 'datetime'
|
|
620
|
+
},
|
|
621
|
+
scheduledAt: {
|
|
622
|
+
type: 'datetime'
|
|
623
|
+
},
|
|
624
|
+
timezone: {
|
|
625
|
+
type: 'string'
|
|
715
626
|
},
|
|
716
|
-
|
|
717
|
-
|
|
627
|
+
status: {
|
|
628
|
+
type: 'enumeration',
|
|
629
|
+
enum: [
|
|
630
|
+
'ready',
|
|
631
|
+
'blocked',
|
|
632
|
+
'failed',
|
|
633
|
+
'done',
|
|
634
|
+
'empty'
|
|
635
|
+
],
|
|
636
|
+
required: true
|
|
637
|
+
},
|
|
638
|
+
actions: {
|
|
639
|
+
type: 'relation',
|
|
640
|
+
relation: 'oneToMany',
|
|
641
|
+
target: RELEASE_ACTION_MODEL_UID,
|
|
642
|
+
mappedBy: 'release'
|
|
718
643
|
}
|
|
719
|
-
|
|
644
|
+
}
|
|
645
|
+
};
|
|
646
|
+
|
|
647
|
+
const release$1 = {
|
|
648
|
+
schema: schema$1
|
|
649
|
+
};
|
|
650
|
+
|
|
651
|
+
var schema = {
|
|
652
|
+
collectionName: 'strapi_release_actions',
|
|
653
|
+
info: {
|
|
654
|
+
singularName: 'release-action',
|
|
655
|
+
pluralName: 'release-actions',
|
|
656
|
+
displayName: 'Release Action'
|
|
720
657
|
},
|
|
721
|
-
|
|
722
|
-
|
|
658
|
+
options: {
|
|
659
|
+
draftAndPublish: false
|
|
723
660
|
},
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
661
|
+
pluginOptions: {
|
|
662
|
+
'content-manager': {
|
|
663
|
+
visible: false
|
|
664
|
+
},
|
|
665
|
+
'content-type-builder': {
|
|
666
|
+
visible: false
|
|
728
667
|
}
|
|
729
|
-
return acc;
|
|
730
|
-
}, []);
|
|
731
|
-
const allReleaseContentTypesDictionary = await this.getContentTypesDataForActions(
|
|
732
|
-
contentTypeUids
|
|
733
|
-
);
|
|
734
|
-
const allLocalesDictionary = await this.getLocalesDataForActions();
|
|
735
|
-
const formattedData = actions.map((action) => {
|
|
736
|
-
const { mainField, displayName } = allReleaseContentTypesDictionary[action.contentType];
|
|
737
|
-
return {
|
|
738
|
-
...action,
|
|
739
|
-
locale: action.locale ? allLocalesDictionary[action.locale] : null,
|
|
740
|
-
contentType: {
|
|
741
|
-
displayName,
|
|
742
|
-
mainFieldValue: action.entry[mainField],
|
|
743
|
-
uid: action.contentType
|
|
744
|
-
}
|
|
745
|
-
};
|
|
746
|
-
});
|
|
747
|
-
const groupName = getGroupName(groupBy);
|
|
748
|
-
return ___default.default.groupBy(groupName)(formattedData);
|
|
749
|
-
},
|
|
750
|
-
async getLocalesDataForActions() {
|
|
751
|
-
if (!strapi2.plugin("i18n")) {
|
|
752
|
-
return {};
|
|
753
|
-
}
|
|
754
|
-
const allLocales = await strapi2.plugin("i18n").service("locales").find() || [];
|
|
755
|
-
return allLocales.reduce((acc, locale) => {
|
|
756
|
-
acc[locale.code] = { name: locale.name, code: locale.code };
|
|
757
|
-
return acc;
|
|
758
|
-
}, {});
|
|
759
|
-
},
|
|
760
|
-
async getContentTypesDataForActions(contentTypesUids) {
|
|
761
|
-
const contentManagerContentTypeService = strapi2.plugin("content-manager").service("content-types");
|
|
762
|
-
const contentTypesData = {};
|
|
763
|
-
for (const contentTypeUid of contentTypesUids) {
|
|
764
|
-
const contentTypeConfig = await contentManagerContentTypeService.findConfiguration({
|
|
765
|
-
uid: contentTypeUid
|
|
766
|
-
});
|
|
767
|
-
contentTypesData[contentTypeUid] = {
|
|
768
|
-
mainField: contentTypeConfig.settings.mainField,
|
|
769
|
-
displayName: strapi2.getModel(contentTypeUid).info.displayName
|
|
770
|
-
};
|
|
771
|
-
}
|
|
772
|
-
return contentTypesData;
|
|
773
668
|
},
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
(acc, contentTypeUid) => {
|
|
783
|
-
acc[contentTypeUid] = strapi2.getModel(contentTypeUid);
|
|
784
|
-
return acc;
|
|
669
|
+
attributes: {
|
|
670
|
+
type: {
|
|
671
|
+
type: 'enumeration',
|
|
672
|
+
enum: [
|
|
673
|
+
'publish',
|
|
674
|
+
'unpublish'
|
|
675
|
+
],
|
|
676
|
+
required: true
|
|
785
677
|
},
|
|
786
|
-
{
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
},
|
|
790
|
-
async getAllComponents() {
|
|
791
|
-
const contentManagerComponentsService = strapi2.plugin("content-manager").service("components");
|
|
792
|
-
const components = await contentManagerComponentsService.findAllComponents();
|
|
793
|
-
const componentsMap = components.reduce(
|
|
794
|
-
(acc, component) => {
|
|
795
|
-
acc[component.uid] = component;
|
|
796
|
-
return acc;
|
|
678
|
+
contentType: {
|
|
679
|
+
type: 'string',
|
|
680
|
+
required: true
|
|
797
681
|
},
|
|
798
|
-
{
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
682
|
+
entryDocumentId: {
|
|
683
|
+
type: 'string'
|
|
684
|
+
},
|
|
685
|
+
locale: {
|
|
686
|
+
type: 'string'
|
|
687
|
+
},
|
|
688
|
+
release: {
|
|
689
|
+
type: 'relation',
|
|
690
|
+
relation: 'manyToOne',
|
|
691
|
+
target: RELEASE_MODEL_UID,
|
|
692
|
+
inversedBy: 'actions'
|
|
693
|
+
},
|
|
694
|
+
isEntryValid: {
|
|
695
|
+
type: 'boolean'
|
|
808
696
|
}
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
697
|
+
}
|
|
698
|
+
};
|
|
699
|
+
|
|
700
|
+
const releaseAction$1 = {
|
|
701
|
+
schema
|
|
702
|
+
};
|
|
703
|
+
|
|
704
|
+
const contentTypes = {
|
|
705
|
+
release: release$1,
|
|
706
|
+
'release-action': releaseAction$1
|
|
707
|
+
};
|
|
708
|
+
|
|
709
|
+
const createReleaseService = ({ strapi })=>{
|
|
710
|
+
const dispatchWebhook = (event, { isPublished, release, error })=>{
|
|
711
|
+
strapi.eventHub.emit(event, {
|
|
712
|
+
isPublished,
|
|
713
|
+
error,
|
|
714
|
+
release
|
|
823
715
|
});
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
async publish(releaseId) {
|
|
834
|
-
try {
|
|
835
|
-
const releaseWithPopulatedActionEntries = await strapi2.entityService.findOne(
|
|
836
|
-
RELEASE_MODEL_UID,
|
|
837
|
-
releaseId,
|
|
838
|
-
{
|
|
839
|
-
populate: {
|
|
840
|
-
actions: {
|
|
841
|
-
populate: {
|
|
842
|
-
entry: {
|
|
843
|
-
fields: ["id"]
|
|
844
|
-
}
|
|
716
|
+
};
|
|
717
|
+
/**
|
|
718
|
+
* Given a release id, it returns the actions formatted ready to be used to publish them.
|
|
719
|
+
* We split them by contentType and type (publish/unpublish) and extract only the documentIds and locales.
|
|
720
|
+
*/ const getFormattedActions = async (releaseId)=>{
|
|
721
|
+
const actions = await strapi.db.query(RELEASE_ACTION_MODEL_UID).findMany({
|
|
722
|
+
where: {
|
|
723
|
+
release: {
|
|
724
|
+
id: releaseId
|
|
845
725
|
}
|
|
846
|
-
}
|
|
847
726
|
}
|
|
848
|
-
|
|
849
|
-
)
|
|
850
|
-
|
|
851
|
-
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
852
|
-
}
|
|
853
|
-
if (releaseWithPopulatedActionEntries.releasedAt) {
|
|
854
|
-
throw new utils.errors.ValidationError("Release already published");
|
|
855
|
-
}
|
|
856
|
-
if (releaseWithPopulatedActionEntries.actions.length === 0) {
|
|
857
|
-
throw new utils.errors.ValidationError("No entries to publish");
|
|
727
|
+
});
|
|
728
|
+
if (actions.length === 0) {
|
|
729
|
+
throw new utils.errors.ValidationError('No entries to publish');
|
|
858
730
|
}
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
if (!
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
collectionTypeActions[contentTypeUid].entriesToUnpublishIds.push(action.entry.id);
|
|
874
|
-
}
|
|
875
|
-
} else {
|
|
876
|
-
singleTypeActions.push({
|
|
877
|
-
uid: contentTypeUid,
|
|
878
|
-
action: action.type,
|
|
879
|
-
id: action.entry.id
|
|
731
|
+
/**
|
|
732
|
+
* We separate publish and unpublish actions, grouping them by contentType and extracting only their documentIds and locales.
|
|
733
|
+
*/ const formattedActions = {};
|
|
734
|
+
for (const action of actions){
|
|
735
|
+
const contentTypeUid = action.contentType;
|
|
736
|
+
if (!formattedActions[contentTypeUid]) {
|
|
737
|
+
formattedActions[contentTypeUid] = {
|
|
738
|
+
publish: [],
|
|
739
|
+
unpublish: []
|
|
740
|
+
};
|
|
741
|
+
}
|
|
742
|
+
formattedActions[contentTypeUid][action.type].push({
|
|
743
|
+
documentId: action.entryDocumentId,
|
|
744
|
+
locale: action.locale
|
|
880
745
|
});
|
|
881
|
-
}
|
|
882
746
|
}
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
const
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
747
|
+
return formattedActions;
|
|
748
|
+
};
|
|
749
|
+
return {
|
|
750
|
+
async create (releaseData, { user }) {
|
|
751
|
+
const releaseWithCreatorFields = await utils.setCreatorFields({
|
|
752
|
+
user
|
|
753
|
+
})(releaseData);
|
|
754
|
+
const { validatePendingReleasesLimit, validateUniqueNameForPendingRelease, validateScheduledAtIsLaterThanNow } = getService('release-validation', {
|
|
755
|
+
strapi
|
|
756
|
+
});
|
|
757
|
+
await Promise.all([
|
|
758
|
+
validatePendingReleasesLimit(),
|
|
759
|
+
validateUniqueNameForPendingRelease(releaseWithCreatorFields.name),
|
|
760
|
+
validateScheduledAtIsLaterThanNow(releaseWithCreatorFields.scheduledAt)
|
|
761
|
+
]);
|
|
762
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).create({
|
|
763
|
+
data: {
|
|
764
|
+
...releaseWithCreatorFields,
|
|
765
|
+
status: 'empty'
|
|
766
|
+
}
|
|
767
|
+
});
|
|
768
|
+
if (releaseWithCreatorFields.scheduledAt) {
|
|
769
|
+
const schedulingService = getService('scheduling', {
|
|
770
|
+
strapi
|
|
771
|
+
});
|
|
772
|
+
await schedulingService.set(release.id, release.scheduledAt);
|
|
773
|
+
}
|
|
774
|
+
strapi.telemetry.send('didCreateContentRelease');
|
|
775
|
+
return release;
|
|
776
|
+
},
|
|
777
|
+
async findOne (id, query = {}) {
|
|
778
|
+
const dbQuery = strapi.get('query-params').transform(RELEASE_MODEL_UID, query);
|
|
779
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
780
|
+
...dbQuery,
|
|
781
|
+
where: {
|
|
782
|
+
id
|
|
783
|
+
}
|
|
784
|
+
});
|
|
785
|
+
return release;
|
|
786
|
+
},
|
|
787
|
+
findPage (query) {
|
|
788
|
+
const dbQuery = strapi.get('query-params').transform(RELEASE_MODEL_UID, query ?? {});
|
|
789
|
+
return strapi.db.query(RELEASE_MODEL_UID).findPage({
|
|
790
|
+
...dbQuery,
|
|
791
|
+
populate: {
|
|
792
|
+
actions: {
|
|
793
|
+
count: true
|
|
794
|
+
}
|
|
795
|
+
}
|
|
796
|
+
});
|
|
797
|
+
},
|
|
798
|
+
findMany (query) {
|
|
799
|
+
const dbQuery = strapi.get('query-params').transform(RELEASE_MODEL_UID, query ?? {});
|
|
800
|
+
return strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
801
|
+
...dbQuery
|
|
802
|
+
});
|
|
803
|
+
},
|
|
804
|
+
async update (id, releaseData, { user }) {
|
|
805
|
+
const releaseWithCreatorFields = await utils.setCreatorFields({
|
|
806
|
+
user,
|
|
807
|
+
isEdition: true
|
|
808
|
+
})(releaseData);
|
|
809
|
+
const { validateUniqueNameForPendingRelease, validateScheduledAtIsLaterThanNow } = getService('release-validation', {
|
|
810
|
+
strapi
|
|
811
|
+
});
|
|
812
|
+
await Promise.all([
|
|
813
|
+
validateUniqueNameForPendingRelease(releaseWithCreatorFields.name, id),
|
|
814
|
+
validateScheduledAtIsLaterThanNow(releaseWithCreatorFields.scheduledAt)
|
|
815
|
+
]);
|
|
816
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
817
|
+
where: {
|
|
818
|
+
id
|
|
819
|
+
}
|
|
820
|
+
});
|
|
821
|
+
if (!release) {
|
|
822
|
+
throw new utils.errors.NotFoundError(`No release found for id ${id}`);
|
|
823
|
+
}
|
|
824
|
+
if (release.releasedAt) {
|
|
825
|
+
throw new utils.errors.ValidationError('Release already published');
|
|
826
|
+
}
|
|
827
|
+
const updatedRelease = await strapi.db.query(RELEASE_MODEL_UID).update({
|
|
828
|
+
where: {
|
|
829
|
+
id
|
|
912
830
|
},
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
831
|
+
data: releaseWithCreatorFields
|
|
832
|
+
});
|
|
833
|
+
const schedulingService = getService('scheduling', {
|
|
834
|
+
strapi
|
|
835
|
+
});
|
|
836
|
+
if (releaseData.scheduledAt) {
|
|
837
|
+
// set function always cancel the previous job if it exists, so we can call it directly
|
|
838
|
+
await schedulingService.set(id, releaseData.scheduledAt);
|
|
839
|
+
} else if (release.scheduledAt) {
|
|
840
|
+
// When user don't send a scheduledAt and we have one on the release, means that user want to unschedule it
|
|
841
|
+
schedulingService.cancel(id);
|
|
842
|
+
}
|
|
843
|
+
this.updateReleaseStatus(id);
|
|
844
|
+
strapi.telemetry.send('didUpdateContentRelease');
|
|
845
|
+
return updatedRelease;
|
|
846
|
+
},
|
|
847
|
+
async getAllComponents () {
|
|
848
|
+
const contentManagerComponentsService = strapi.plugin('content-manager').service('components');
|
|
849
|
+
const components = await contentManagerComponentsService.findAllComponents();
|
|
850
|
+
const componentsMap = components.reduce((acc, component)=>{
|
|
851
|
+
acc[component.uid] = component;
|
|
852
|
+
return acc;
|
|
853
|
+
}, {});
|
|
854
|
+
return componentsMap;
|
|
855
|
+
},
|
|
856
|
+
async delete (releaseId) {
|
|
857
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
858
|
+
where: {
|
|
859
|
+
id: releaseId
|
|
923
860
|
},
|
|
924
|
-
populate
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
861
|
+
populate: {
|
|
862
|
+
actions: {
|
|
863
|
+
select: [
|
|
864
|
+
'id'
|
|
865
|
+
]
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
});
|
|
869
|
+
if (!release) {
|
|
870
|
+
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
929
871
|
}
|
|
930
|
-
if (
|
|
931
|
-
|
|
872
|
+
if (release.releasedAt) {
|
|
873
|
+
throw new utils.errors.ValidationError('Release already published');
|
|
932
874
|
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
875
|
+
// Only delete the release and its actions is you in fact can delete all the actions and the release
|
|
876
|
+
// Otherwise, if the transaction fails it throws an error
|
|
877
|
+
await strapi.db.transaction(async ()=>{
|
|
878
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).deleteMany({
|
|
879
|
+
where: {
|
|
880
|
+
id: {
|
|
881
|
+
$in: release.actions.map((action)=>action.id)
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
});
|
|
885
|
+
await strapi.db.query(RELEASE_MODEL_UID).delete({
|
|
886
|
+
where: {
|
|
887
|
+
id: releaseId
|
|
888
|
+
}
|
|
889
|
+
});
|
|
890
|
+
});
|
|
891
|
+
if (release.scheduledAt) {
|
|
892
|
+
const schedulingService = getService('scheduling', {
|
|
893
|
+
strapi
|
|
894
|
+
});
|
|
895
|
+
await schedulingService.cancel(release.id);
|
|
947
896
|
}
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
897
|
+
strapi.telemetry.send('didDeleteContentRelease');
|
|
898
|
+
return release;
|
|
899
|
+
},
|
|
900
|
+
async publish (releaseId) {
|
|
901
|
+
const { release, error } = await strapi.db.transaction(async ({ trx })=>{
|
|
902
|
+
/**
|
|
903
|
+
* We lock the release in this transaction, so any other process trying to publish it will wait until this transaction is finished
|
|
904
|
+
* In this transaction we don't care about rollback, becasue we want to persist the lock until the end and if it fails we want to change the release status to failed
|
|
905
|
+
*/ const lockedRelease = await strapi.db?.queryBuilder(RELEASE_MODEL_UID).where({
|
|
906
|
+
id: releaseId
|
|
907
|
+
}).select([
|
|
908
|
+
'id',
|
|
909
|
+
'name',
|
|
910
|
+
'releasedAt',
|
|
911
|
+
'status'
|
|
912
|
+
]).first().transacting(trx).forUpdate().execute();
|
|
913
|
+
if (!lockedRelease) {
|
|
914
|
+
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
915
|
+
}
|
|
916
|
+
if (lockedRelease.releasedAt) {
|
|
917
|
+
throw new utils.errors.ValidationError('Release already published');
|
|
918
|
+
}
|
|
919
|
+
if (lockedRelease.status === 'failed') {
|
|
920
|
+
throw new utils.errors.ValidationError('Release failed to publish');
|
|
921
|
+
}
|
|
922
|
+
try {
|
|
923
|
+
strapi.log.info(`[Content Releases] Starting to publish release ${lockedRelease.name}`);
|
|
924
|
+
const formattedActions = await getFormattedActions(releaseId);
|
|
925
|
+
await strapi.db.transaction(async ()=>Promise.all(Object.keys(formattedActions).map(async (contentTypeUid)=>{
|
|
926
|
+
const contentType = contentTypeUid;
|
|
927
|
+
const { publish, unpublish } = formattedActions[contentType];
|
|
928
|
+
return Promise.all([
|
|
929
|
+
...publish.map((params)=>strapi.documents(contentType).publish(params)),
|
|
930
|
+
...unpublish.map((params)=>strapi.documents(contentType).unpublish(params))
|
|
931
|
+
]);
|
|
932
|
+
})));
|
|
933
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).update({
|
|
934
|
+
where: {
|
|
935
|
+
id: releaseId
|
|
936
|
+
},
|
|
937
|
+
data: {
|
|
938
|
+
status: 'done',
|
|
939
|
+
releasedAt: new Date()
|
|
940
|
+
}
|
|
941
|
+
});
|
|
942
|
+
dispatchWebhook(ALLOWED_WEBHOOK_EVENTS.RELEASES_PUBLISH, {
|
|
943
|
+
isPublished: true,
|
|
944
|
+
release
|
|
945
|
+
});
|
|
946
|
+
strapi.telemetry.send('didPublishContentRelease');
|
|
947
|
+
return {
|
|
948
|
+
release,
|
|
949
|
+
error: null
|
|
950
|
+
};
|
|
951
|
+
} catch (error) {
|
|
952
|
+
dispatchWebhook(ALLOWED_WEBHOOK_EVENTS.RELEASES_PUBLISH, {
|
|
953
|
+
isPublished: false,
|
|
954
|
+
error
|
|
955
|
+
});
|
|
956
|
+
// We need to run the update in the same transaction because the release is locked
|
|
957
|
+
await strapi.db?.queryBuilder(RELEASE_MODEL_UID).where({
|
|
958
|
+
id: releaseId
|
|
959
|
+
}).update({
|
|
960
|
+
status: 'failed'
|
|
961
|
+
}).transacting(trx).execute();
|
|
962
|
+
// At this point, we don't want to throw the error because if that happen we rollback the change in the release status
|
|
963
|
+
// We want to throw the error after the transaction is finished, so we return the error
|
|
964
|
+
return {
|
|
965
|
+
release: null,
|
|
966
|
+
error
|
|
967
|
+
};
|
|
968
|
+
}
|
|
969
|
+
});
|
|
970
|
+
// Now the first transaction is commited, we can safely throw the error if it exists
|
|
971
|
+
if (error instanceof Error) {
|
|
972
|
+
throw error;
|
|
973
|
+
}
|
|
974
|
+
return release;
|
|
975
|
+
},
|
|
976
|
+
async updateReleaseStatus (releaseId) {
|
|
977
|
+
const releaseActionService = getService('release-action', {
|
|
978
|
+
strapi
|
|
979
|
+
});
|
|
980
|
+
const [totalActions, invalidActions] = await Promise.all([
|
|
981
|
+
releaseActionService.countActions({
|
|
982
|
+
filters: {
|
|
983
|
+
release: releaseId
|
|
984
|
+
}
|
|
985
|
+
}),
|
|
986
|
+
releaseActionService.countActions({
|
|
987
|
+
filters: {
|
|
988
|
+
release: releaseId,
|
|
989
|
+
isEntryValid: false
|
|
990
|
+
}
|
|
991
|
+
})
|
|
992
|
+
]);
|
|
993
|
+
if (totalActions > 0) {
|
|
994
|
+
if (invalidActions > 0) {
|
|
995
|
+
return strapi.db.query(RELEASE_MODEL_UID).update({
|
|
996
|
+
where: {
|
|
997
|
+
id: releaseId
|
|
998
|
+
},
|
|
999
|
+
data: {
|
|
1000
|
+
status: 'blocked'
|
|
1001
|
+
}
|
|
1002
|
+
});
|
|
1003
|
+
}
|
|
1004
|
+
return strapi.db.query(RELEASE_MODEL_UID).update({
|
|
1005
|
+
where: {
|
|
1006
|
+
id: releaseId
|
|
1007
|
+
},
|
|
1008
|
+
data: {
|
|
1009
|
+
status: 'ready'
|
|
1010
|
+
}
|
|
1011
|
+
});
|
|
1012
|
+
}
|
|
1013
|
+
return strapi.db.query(RELEASE_MODEL_UID).update({
|
|
1014
|
+
where: {
|
|
1015
|
+
id: releaseId
|
|
1016
|
+
},
|
|
1017
|
+
data: {
|
|
1018
|
+
status: 'empty'
|
|
1019
|
+
}
|
|
1020
|
+
});
|
|
955
1021
|
}
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
1022
|
+
};
|
|
1023
|
+
};
|
|
1024
|
+
|
|
1025
|
+
const getGroupName = (queryValue)=>{
|
|
1026
|
+
switch(queryValue){
|
|
1027
|
+
case 'contentType':
|
|
1028
|
+
return 'contentType.displayName';
|
|
1029
|
+
case 'type':
|
|
1030
|
+
return 'type';
|
|
1031
|
+
case 'locale':
|
|
1032
|
+
return _.getOr('No locale', 'locale.name');
|
|
1033
|
+
default:
|
|
1034
|
+
return 'contentType.displayName';
|
|
1035
|
+
}
|
|
1036
|
+
};
|
|
1037
|
+
const createReleaseActionService = ({ strapi })=>{
|
|
1038
|
+
const getLocalesDataForActions = async ()=>{
|
|
1039
|
+
if (!strapi.plugin('i18n')) {
|
|
1040
|
+
return {};
|
|
964
1041
|
}
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
}
|
|
974
|
-
async
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
1042
|
+
const allLocales = await strapi.plugin('i18n').service('locales').find() || [];
|
|
1043
|
+
return allLocales.reduce((acc, locale)=>{
|
|
1044
|
+
acc[locale.code] = {
|
|
1045
|
+
name: locale.name,
|
|
1046
|
+
code: locale.code
|
|
1047
|
+
};
|
|
1048
|
+
return acc;
|
|
1049
|
+
}, {});
|
|
1050
|
+
};
|
|
1051
|
+
const getContentTypesDataForActions = async (contentTypesUids)=>{
|
|
1052
|
+
const contentManagerContentTypeService = strapi.plugin('content-manager').service('content-types');
|
|
1053
|
+
const contentTypesData = {};
|
|
1054
|
+
for (const contentTypeUid of contentTypesUids){
|
|
1055
|
+
const contentTypeConfig = await contentManagerContentTypeService.findConfiguration({
|
|
1056
|
+
uid: contentTypeUid
|
|
1057
|
+
});
|
|
1058
|
+
contentTypesData[contentTypeUid] = {
|
|
1059
|
+
mainField: contentTypeConfig.settings.mainField,
|
|
1060
|
+
displayName: strapi.getModel(contentTypeUid).info.displayName
|
|
1061
|
+
};
|
|
1062
|
+
}
|
|
1063
|
+
return contentTypesData;
|
|
1064
|
+
};
|
|
1065
|
+
return {
|
|
1066
|
+
async create (releaseId, action, { disableUpdateReleaseStatus = false } = {}) {
|
|
1067
|
+
const { validateEntryData, validateUniqueEntry } = getService('release-validation', {
|
|
1068
|
+
strapi
|
|
1069
|
+
});
|
|
1070
|
+
await Promise.all([
|
|
1071
|
+
validateEntryData(action.contentType, action.entryDocumentId),
|
|
1072
|
+
validateUniqueEntry(releaseId, action)
|
|
1073
|
+
]);
|
|
1074
|
+
// If we are adding a singleType, we need to append the documentId of that singleType
|
|
1075
|
+
const model = strapi.contentType(action.contentType);
|
|
1076
|
+
if (model.kind === 'singleType') {
|
|
1077
|
+
const document = await strapi.db.query(model.uid).findOne({
|
|
1078
|
+
select: [
|
|
1079
|
+
'documentId'
|
|
1080
|
+
]
|
|
1081
|
+
});
|
|
1082
|
+
if (!document) {
|
|
1083
|
+
throw new utils.errors.NotFoundError(`No entry found for contentType ${action.contentType}`);
|
|
1084
|
+
}
|
|
1085
|
+
action.entryDocumentId = document.documentId;
|
|
1086
|
+
}
|
|
1087
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
1088
|
+
where: {
|
|
1089
|
+
id: releaseId
|
|
1090
|
+
}
|
|
1091
|
+
});
|
|
1092
|
+
if (!release) {
|
|
1093
|
+
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
1094
|
+
}
|
|
1095
|
+
if (release.releasedAt) {
|
|
1096
|
+
throw new utils.errors.ValidationError('Release already published');
|
|
982
1097
|
}
|
|
983
|
-
|
|
1098
|
+
// If the action is a publish, check if the entry is valid
|
|
1099
|
+
// If the action is an unpublish, skip the validation
|
|
1100
|
+
const actionStatus = action.type === 'publish' ? await getDraftEntryValidStatus({
|
|
1101
|
+
contentType: action.contentType,
|
|
1102
|
+
documentId: action.entryDocumentId,
|
|
1103
|
+
locale: action.locale
|
|
1104
|
+
}, {
|
|
1105
|
+
strapi
|
|
1106
|
+
}) : true;
|
|
1107
|
+
const releaseAction = await strapi.db.query(RELEASE_ACTION_MODEL_UID).create({
|
|
1108
|
+
data: {
|
|
1109
|
+
...action,
|
|
1110
|
+
release: release.id,
|
|
1111
|
+
isEntryValid: actionStatus
|
|
1112
|
+
},
|
|
1113
|
+
populate: {
|
|
1114
|
+
release: {
|
|
1115
|
+
select: [
|
|
1116
|
+
'id'
|
|
1117
|
+
]
|
|
1118
|
+
}
|
|
1119
|
+
}
|
|
1120
|
+
});
|
|
1121
|
+
if (!disableUpdateReleaseStatus) {
|
|
1122
|
+
getService('release', {
|
|
1123
|
+
strapi
|
|
1124
|
+
}).updateReleaseStatus(release.id);
|
|
1125
|
+
}
|
|
1126
|
+
return releaseAction;
|
|
984
1127
|
},
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
where: {
|
|
997
|
-
id: actionId,
|
|
998
|
-
release: {
|
|
999
|
-
id: releaseId,
|
|
1000
|
-
releasedAt: {
|
|
1001
|
-
$null: true
|
|
1128
|
+
async findPage (releaseId, query) {
|
|
1129
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
1130
|
+
where: {
|
|
1131
|
+
id: releaseId
|
|
1132
|
+
},
|
|
1133
|
+
select: [
|
|
1134
|
+
'id'
|
|
1135
|
+
]
|
|
1136
|
+
});
|
|
1137
|
+
if (!release) {
|
|
1138
|
+
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
1002
1139
|
}
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
}
|
|
1034
|
-
|
|
1035
|
-
|
|
1140
|
+
const dbQuery = strapi.get('query-params').transform(RELEASE_ACTION_MODEL_UID, query ?? {});
|
|
1141
|
+
const { results: actions, pagination } = await strapi.db.query(RELEASE_ACTION_MODEL_UID).findPage({
|
|
1142
|
+
...dbQuery,
|
|
1143
|
+
where: {
|
|
1144
|
+
release: releaseId
|
|
1145
|
+
}
|
|
1146
|
+
});
|
|
1147
|
+
// For each contentType on the release, we create a custom populate object for nested relations
|
|
1148
|
+
const populateBuilderService = strapi.plugin('content-manager').service('populate-builder');
|
|
1149
|
+
const actionsWithEntry = await utils.async.map(actions, async (action)=>{
|
|
1150
|
+
// @ts-expect-error - Core.Service type is not a function
|
|
1151
|
+
const populate = await populateBuilderService(action.contentType).populateDeep(Infinity).build();
|
|
1152
|
+
const entry = await getEntry({
|
|
1153
|
+
contentType: action.contentType,
|
|
1154
|
+
documentId: action.entryDocumentId,
|
|
1155
|
+
locale: action.locale,
|
|
1156
|
+
populate,
|
|
1157
|
+
status: action.type === 'publish' ? 'draft' : 'published'
|
|
1158
|
+
}, {
|
|
1159
|
+
strapi
|
|
1160
|
+
});
|
|
1161
|
+
return {
|
|
1162
|
+
...action,
|
|
1163
|
+
entry,
|
|
1164
|
+
status: entry ? await getEntryStatus(action.contentType, entry) : null
|
|
1165
|
+
};
|
|
1166
|
+
});
|
|
1167
|
+
return {
|
|
1168
|
+
results: actionsWithEntry,
|
|
1169
|
+
pagination
|
|
1170
|
+
};
|
|
1171
|
+
},
|
|
1172
|
+
async groupActions (actions, groupBy) {
|
|
1173
|
+
const contentTypeUids = actions.reduce((acc, action)=>{
|
|
1174
|
+
if (!acc.includes(action.contentType)) {
|
|
1175
|
+
acc.push(action.contentType);
|
|
1176
|
+
}
|
|
1177
|
+
return acc;
|
|
1178
|
+
}, []);
|
|
1179
|
+
const allReleaseContentTypesDictionary = await getContentTypesDataForActions(contentTypeUids);
|
|
1180
|
+
const allLocalesDictionary = await getLocalesDataForActions();
|
|
1181
|
+
const formattedData = actions.map((action)=>{
|
|
1182
|
+
const { mainField, displayName } = allReleaseContentTypesDictionary[action.contentType];
|
|
1183
|
+
return {
|
|
1184
|
+
...action,
|
|
1185
|
+
locale: action.locale ? allLocalesDictionary[action.locale] : null,
|
|
1186
|
+
contentType: {
|
|
1187
|
+
displayName,
|
|
1188
|
+
mainFieldValue: action.entry[mainField],
|
|
1189
|
+
uid: action.contentType
|
|
1190
|
+
}
|
|
1191
|
+
};
|
|
1192
|
+
});
|
|
1193
|
+
const groupName = getGroupName(groupBy);
|
|
1194
|
+
return _.groupBy(groupName)(formattedData);
|
|
1195
|
+
},
|
|
1196
|
+
async getContentTypeModelsFromActions (actions) {
|
|
1197
|
+
const contentTypeUids = actions.reduce((acc, action)=>{
|
|
1198
|
+
if (!acc.includes(action.contentType)) {
|
|
1199
|
+
acc.push(action.contentType);
|
|
1200
|
+
}
|
|
1201
|
+
return acc;
|
|
1202
|
+
}, []);
|
|
1203
|
+
const workflowsService = strapi.plugin('review-workflows').service('workflows');
|
|
1204
|
+
const contentTypeModelsMap = await utils.async.reduce(contentTypeUids)(async (accPromise, contentTypeUid)=>{
|
|
1205
|
+
const acc = await accPromise;
|
|
1206
|
+
const contentTypeModel = strapi.getModel(contentTypeUid);
|
|
1207
|
+
const workflow = await workflowsService.getAssignedWorkflow(contentTypeUid, {
|
|
1208
|
+
populate: 'stageRequiredToPublish'
|
|
1209
|
+
});
|
|
1210
|
+
acc[contentTypeUid] = {
|
|
1211
|
+
...contentTypeModel,
|
|
1212
|
+
hasReviewWorkflow: !!workflow,
|
|
1213
|
+
stageRequiredToPublish: workflow?.stageRequiredToPublish
|
|
1214
|
+
};
|
|
1215
|
+
return acc;
|
|
1216
|
+
}, {});
|
|
1217
|
+
return contentTypeModelsMap;
|
|
1218
|
+
},
|
|
1219
|
+
async countActions (query) {
|
|
1220
|
+
const dbQuery = strapi.get('query-params').transform(RELEASE_ACTION_MODEL_UID, query ?? {});
|
|
1221
|
+
return strapi.db.query(RELEASE_ACTION_MODEL_UID).count(dbQuery);
|
|
1222
|
+
},
|
|
1223
|
+
async update (actionId, releaseId, update) {
|
|
1224
|
+
const action = await strapi.db.query(RELEASE_ACTION_MODEL_UID).findOne({
|
|
1225
|
+
where: {
|
|
1226
|
+
id: actionId,
|
|
1227
|
+
release: {
|
|
1228
|
+
id: releaseId,
|
|
1229
|
+
releasedAt: {
|
|
1230
|
+
$null: true
|
|
1231
|
+
}
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
});
|
|
1235
|
+
if (!action) {
|
|
1236
|
+
throw new utils.errors.NotFoundError(`Action with id ${actionId} not found in release with id ${releaseId} or it is already published`);
|
|
1036
1237
|
}
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1238
|
+
const actionStatus = update.type === 'publish' ? await getDraftEntryValidStatus({
|
|
1239
|
+
contentType: action.contentType,
|
|
1240
|
+
documentId: action.entryDocumentId,
|
|
1241
|
+
locale: action.locale
|
|
1242
|
+
}, {
|
|
1243
|
+
strapi
|
|
1244
|
+
}) : true;
|
|
1245
|
+
const updatedAction = await strapi.db.query(RELEASE_ACTION_MODEL_UID).update({
|
|
1246
|
+
where: {
|
|
1247
|
+
id: actionId,
|
|
1248
|
+
release: {
|
|
1249
|
+
id: releaseId,
|
|
1250
|
+
releasedAt: {
|
|
1251
|
+
$null: true
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
},
|
|
1255
|
+
data: {
|
|
1256
|
+
...update,
|
|
1257
|
+
isEntryValid: actionStatus
|
|
1258
|
+
}
|
|
1259
|
+
});
|
|
1260
|
+
getService('release', {
|
|
1261
|
+
strapi
|
|
1262
|
+
}).updateReleaseStatus(releaseId);
|
|
1263
|
+
return updatedAction;
|
|
1051
1264
|
},
|
|
1052
|
-
|
|
1053
|
-
|
|
1265
|
+
async delete (actionId, releaseId) {
|
|
1266
|
+
const deletedAction = await strapi.db.query(RELEASE_ACTION_MODEL_UID).delete({
|
|
1267
|
+
where: {
|
|
1268
|
+
id: actionId,
|
|
1269
|
+
release: {
|
|
1270
|
+
id: releaseId,
|
|
1271
|
+
releasedAt: {
|
|
1272
|
+
$null: true
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
}
|
|
1276
|
+
});
|
|
1277
|
+
if (!deletedAction) {
|
|
1278
|
+
throw new utils.errors.NotFoundError(`Action with id ${actionId} not found in release with id ${releaseId} or it is already published`);
|
|
1279
|
+
}
|
|
1280
|
+
getService('release', {
|
|
1281
|
+
strapi
|
|
1282
|
+
}).updateReleaseStatus(releaseId);
|
|
1283
|
+
return deletedAction;
|
|
1284
|
+
},
|
|
1285
|
+
async validateActionsByContentTypes (contentTypeUids) {
|
|
1286
|
+
const actions = await strapi.db.query(RELEASE_ACTION_MODEL_UID).findMany({
|
|
1287
|
+
where: {
|
|
1288
|
+
contentType: {
|
|
1289
|
+
$in: contentTypeUids
|
|
1290
|
+
},
|
|
1291
|
+
// We only want to validate actions that are going to be published
|
|
1292
|
+
type: 'publish',
|
|
1293
|
+
release: {
|
|
1294
|
+
releasedAt: {
|
|
1295
|
+
$null: true
|
|
1296
|
+
}
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
populate: {
|
|
1300
|
+
release: true
|
|
1301
|
+
}
|
|
1302
|
+
});
|
|
1303
|
+
const releasesUpdated = [];
|
|
1304
|
+
await utils.async.map(actions, async (action)=>{
|
|
1305
|
+
const isValid = await getDraftEntryValidStatus({
|
|
1306
|
+
contentType: action.contentType,
|
|
1307
|
+
documentId: action.entryDocumentId,
|
|
1308
|
+
locale: action.locale
|
|
1309
|
+
}, {
|
|
1310
|
+
strapi
|
|
1311
|
+
});
|
|
1312
|
+
await strapi.db.query(RELEASE_ACTION_MODEL_UID).update({
|
|
1313
|
+
where: {
|
|
1314
|
+
id: action.id
|
|
1315
|
+
},
|
|
1316
|
+
data: {
|
|
1317
|
+
isEntryValid: isValid
|
|
1318
|
+
}
|
|
1319
|
+
});
|
|
1320
|
+
if (!releasesUpdated.includes(action.release.id)) {
|
|
1321
|
+
releasesUpdated.push(action.release.id);
|
|
1322
|
+
}
|
|
1323
|
+
return {
|
|
1324
|
+
id: action.id,
|
|
1325
|
+
isEntryValid: isValid
|
|
1326
|
+
};
|
|
1327
|
+
});
|
|
1328
|
+
if (releasesUpdated.length > 0) {
|
|
1329
|
+
await utils.async.map(releasesUpdated, async (releaseId)=>{
|
|
1330
|
+
await getService('release', {
|
|
1331
|
+
strapi
|
|
1332
|
+
}).updateReleaseStatus(releaseId);
|
|
1333
|
+
});
|
|
1334
|
+
}
|
|
1054
1335
|
}
|
|
1055
|
-
|
|
1056
|
-
}
|
|
1057
|
-
};
|
|
1336
|
+
};
|
|
1058
1337
|
};
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
if (!release2) {
|
|
1065
|
-
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
1066
|
-
}
|
|
1067
|
-
const isEntryInRelease = release2.actions.some(
|
|
1068
|
-
(action) => Number(action.entry.id) === Number(releaseActionArgs.entry.id) && action.contentType === releaseActionArgs.entry.contentType
|
|
1069
|
-
);
|
|
1070
|
-
if (isEntryInRelease) {
|
|
1071
|
-
throw new utils.errors.ValidationError(
|
|
1072
|
-
`Entry with id ${releaseActionArgs.entry.id} and contentType ${releaseActionArgs.entry.contentType} already exists in release with id ${releaseId}`
|
|
1073
|
-
);
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
validateEntryContentType(contentTypeUid) {
|
|
1077
|
-
const contentType = strapi2.contentType(contentTypeUid);
|
|
1078
|
-
if (!contentType) {
|
|
1079
|
-
throw new utils.errors.NotFoundError(`No content type found for uid ${contentTypeUid}`);
|
|
1080
|
-
}
|
|
1081
|
-
if (!contentType.options?.draftAndPublish) {
|
|
1082
|
-
throw new utils.errors.ValidationError(
|
|
1083
|
-
`Content type with uid ${contentTypeUid} does not have draftAndPublish enabled`
|
|
1084
|
-
);
|
|
1338
|
+
|
|
1339
|
+
class AlreadyOnReleaseError extends utils.errors.ApplicationError {
|
|
1340
|
+
constructor(message){
|
|
1341
|
+
super(message);
|
|
1342
|
+
this.name = 'AlreadyOnReleaseError';
|
|
1085
1343
|
}
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1344
|
+
}
|
|
1345
|
+
const createReleaseValidationService = ({ strapi })=>({
|
|
1346
|
+
async validateUniqueEntry (releaseId, releaseActionArgs) {
|
|
1347
|
+
/**
|
|
1348
|
+
* Asserting the type, otherwise TS complains: 'release.actions' is of type 'unknown', even though the types come through for non-populated fields...
|
|
1349
|
+
* Possibly related to the comment on GetValues: https://github.com/strapi/strapi/blob/main/packages/core/types/src/modules/entity-service/result.ts
|
|
1350
|
+
*/ const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
1351
|
+
where: {
|
|
1352
|
+
id: releaseId
|
|
1353
|
+
},
|
|
1354
|
+
populate: {
|
|
1355
|
+
actions: true
|
|
1356
|
+
}
|
|
1357
|
+
});
|
|
1358
|
+
if (!release) {
|
|
1359
|
+
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
1360
|
+
}
|
|
1361
|
+
const isEntryInRelease = release.actions.some((action)=>action.entryDocumentId === releaseActionArgs.entryDocumentId && action.contentType === releaseActionArgs.contentType && (releaseActionArgs.locale ? action.locale === releaseActionArgs.locale : true));
|
|
1362
|
+
if (isEntryInRelease) {
|
|
1363
|
+
throw new AlreadyOnReleaseError(`Entry with documentId ${releaseActionArgs.entryDocumentId}${releaseActionArgs.locale ? `( ${releaseActionArgs.locale})` : ''} and contentType ${releaseActionArgs.contentType} already exists in release with id ${releaseId}`);
|
|
1364
|
+
}
|
|
1365
|
+
},
|
|
1366
|
+
validateEntryData (contentTypeUid, entryDocumentId) {
|
|
1367
|
+
const contentType = strapi.contentType(contentTypeUid);
|
|
1368
|
+
if (!contentType) {
|
|
1369
|
+
throw new utils.errors.NotFoundError(`No content type found for uid ${contentTypeUid}`);
|
|
1370
|
+
}
|
|
1371
|
+
if (!utils.contentTypes.hasDraftAndPublish(contentType)) {
|
|
1372
|
+
throw new utils.errors.ValidationError(`Content type with uid ${contentTypeUid} does not have draftAndPublish enabled`);
|
|
1373
|
+
}
|
|
1374
|
+
if (contentType.kind === 'collectionType' && !entryDocumentId) {
|
|
1375
|
+
throw new utils.errors.ValidationError('Document id is required for collection type');
|
|
1376
|
+
}
|
|
1377
|
+
},
|
|
1378
|
+
async validatePendingReleasesLimit () {
|
|
1379
|
+
// Use the maximum releases option if it exists, otherwise default to 3
|
|
1380
|
+
const featureCfg = strapi.ee.features.get('cms-content-releases');
|
|
1381
|
+
const maximumPendingReleases = typeof featureCfg === 'object' && featureCfg?.options?.maximumReleases || 3;
|
|
1382
|
+
const [, pendingReleasesCount] = await strapi.db.query(RELEASE_MODEL_UID).findWithCount({
|
|
1383
|
+
filters: {
|
|
1384
|
+
releasedAt: {
|
|
1385
|
+
$null: true
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
});
|
|
1389
|
+
// Unlimited is a number that will never be reached like 9999
|
|
1390
|
+
if (pendingReleasesCount >= maximumPendingReleases) {
|
|
1391
|
+
throw new utils.errors.ValidationError('You have reached the maximum number of pending releases');
|
|
1392
|
+
}
|
|
1393
|
+
},
|
|
1394
|
+
async validateUniqueNameForPendingRelease (name, id) {
|
|
1395
|
+
const pendingReleases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
1396
|
+
where: {
|
|
1397
|
+
releasedAt: {
|
|
1398
|
+
$null: true
|
|
1399
|
+
},
|
|
1400
|
+
name,
|
|
1401
|
+
...id && {
|
|
1402
|
+
id: {
|
|
1403
|
+
$ne: id
|
|
1404
|
+
}
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
});
|
|
1408
|
+
const isNameUnique = pendingReleases.length === 0;
|
|
1409
|
+
if (!isNameUnique) {
|
|
1410
|
+
throw new utils.errors.ValidationError(`Release with name ${name} already exists`);
|
|
1411
|
+
}
|
|
1412
|
+
},
|
|
1413
|
+
async validateScheduledAtIsLaterThanNow (scheduledAt) {
|
|
1414
|
+
if (scheduledAt && new Date(scheduledAt) <= new Date()) {
|
|
1415
|
+
throw new utils.errors.ValidationError('Scheduled at must be later than now');
|
|
1416
|
+
}
|
|
1096
1417
|
}
|
|
1097
|
-
}
|
|
1098
1418
|
});
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1419
|
+
|
|
1420
|
+
const createSchedulingService = ({ strapi })=>{
|
|
1421
|
+
const scheduledJobs = new Map();
|
|
1422
|
+
return {
|
|
1423
|
+
async set (releaseId, scheduleDate) {
|
|
1424
|
+
const release = await strapi.db.query(RELEASE_MODEL_UID).findOne({
|
|
1425
|
+
where: {
|
|
1426
|
+
id: releaseId,
|
|
1427
|
+
releasedAt: null
|
|
1428
|
+
}
|
|
1429
|
+
});
|
|
1430
|
+
if (!release) {
|
|
1431
|
+
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
1432
|
+
}
|
|
1433
|
+
const job = nodeSchedule.scheduleJob(scheduleDate, async ()=>{
|
|
1434
|
+
try {
|
|
1435
|
+
await getService('release', {
|
|
1436
|
+
strapi
|
|
1437
|
+
}).publish(releaseId);
|
|
1438
|
+
// @TODO: Trigger webhook with success message
|
|
1439
|
+
} catch (error) {
|
|
1440
|
+
// @TODO: Trigger webhook with error message
|
|
1441
|
+
}
|
|
1442
|
+
this.cancel(releaseId);
|
|
1443
|
+
});
|
|
1444
|
+
if (scheduledJobs.has(releaseId)) {
|
|
1445
|
+
this.cancel(releaseId);
|
|
1446
|
+
}
|
|
1447
|
+
scheduledJobs.set(releaseId, job);
|
|
1448
|
+
return scheduledJobs;
|
|
1108
1449
|
},
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
throw new utils.errors.ValidationError("Scheduled at must be later than now");
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
});
|
|
1124
|
-
const createSchedulingService = ({ strapi: strapi2 }) => {
|
|
1125
|
-
const scheduledJobs = /* @__PURE__ */ new Map();
|
|
1126
|
-
return {
|
|
1127
|
-
async set(releaseId, scheduleDate) {
|
|
1128
|
-
const release2 = await strapi2.db.query(RELEASE_MODEL_UID).findOne({ where: { id: releaseId, releasedAt: null } });
|
|
1129
|
-
if (!release2) {
|
|
1130
|
-
throw new utils.errors.NotFoundError(`No release found for id ${releaseId}`);
|
|
1131
|
-
}
|
|
1132
|
-
const job = nodeSchedule.scheduleJob(scheduleDate, async () => {
|
|
1133
|
-
try {
|
|
1134
|
-
await getService("release").publish(releaseId);
|
|
1135
|
-
} catch (error) {
|
|
1136
|
-
}
|
|
1137
|
-
this.cancel(releaseId);
|
|
1138
|
-
});
|
|
1139
|
-
if (scheduledJobs.has(releaseId)) {
|
|
1140
|
-
this.cancel(releaseId);
|
|
1141
|
-
}
|
|
1142
|
-
scheduledJobs.set(releaseId, job);
|
|
1143
|
-
return scheduledJobs;
|
|
1144
|
-
},
|
|
1145
|
-
cancel(releaseId) {
|
|
1146
|
-
if (scheduledJobs.has(releaseId)) {
|
|
1147
|
-
scheduledJobs.get(releaseId).cancel();
|
|
1148
|
-
scheduledJobs.delete(releaseId);
|
|
1149
|
-
}
|
|
1150
|
-
return scheduledJobs;
|
|
1151
|
-
},
|
|
1152
|
-
getAll() {
|
|
1153
|
-
return scheduledJobs;
|
|
1154
|
-
},
|
|
1155
|
-
/**
|
|
1450
|
+
cancel (releaseId) {
|
|
1451
|
+
if (scheduledJobs.has(releaseId)) {
|
|
1452
|
+
scheduledJobs.get(releaseId).cancel();
|
|
1453
|
+
scheduledJobs.delete(releaseId);
|
|
1454
|
+
}
|
|
1455
|
+
return scheduledJobs;
|
|
1456
|
+
},
|
|
1457
|
+
getAll () {
|
|
1458
|
+
return scheduledJobs;
|
|
1459
|
+
},
|
|
1460
|
+
/**
|
|
1156
1461
|
* On bootstrap, we can use this function to make sure to sync the scheduled jobs from the database that are not yet released
|
|
1157
1462
|
* This is useful in case the server was restarted and the scheduled jobs were lost
|
|
1158
1463
|
* This also could be used to sync different Strapi instances in case of a cluster
|
|
1159
|
-
*/
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1464
|
+
*/ async syncFromDatabase () {
|
|
1465
|
+
const releases = await strapi.db.query(RELEASE_MODEL_UID).findMany({
|
|
1466
|
+
where: {
|
|
1467
|
+
scheduledAt: {
|
|
1468
|
+
$gte: new Date()
|
|
1469
|
+
},
|
|
1470
|
+
releasedAt: null
|
|
1471
|
+
}
|
|
1472
|
+
});
|
|
1473
|
+
for (const release of releases){
|
|
1474
|
+
this.set(release.id, release.scheduledAt);
|
|
1475
|
+
}
|
|
1476
|
+
return scheduledJobs;
|
|
1167
1477
|
}
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1478
|
+
};
|
|
1479
|
+
};
|
|
1480
|
+
|
|
1481
|
+
const DEFAULT_SETTINGS = {
|
|
1482
|
+
defaultTimezone: null
|
|
1483
|
+
};
|
|
1484
|
+
const createSettingsService = ({ strapi })=>{
|
|
1485
|
+
const getStore = async ()=>strapi.store({
|
|
1486
|
+
type: 'core',
|
|
1487
|
+
name: 'content-releases'
|
|
1488
|
+
});
|
|
1489
|
+
return {
|
|
1490
|
+
async update ({ settings }) {
|
|
1491
|
+
const store = await getStore();
|
|
1492
|
+
store.set({
|
|
1493
|
+
key: 'settings',
|
|
1494
|
+
value: settings
|
|
1495
|
+
});
|
|
1496
|
+
return settings;
|
|
1497
|
+
},
|
|
1498
|
+
async find () {
|
|
1499
|
+
const store = await getStore();
|
|
1500
|
+
const settings = await store.get({
|
|
1501
|
+
key: 'settings'
|
|
1502
|
+
});
|
|
1503
|
+
return {
|
|
1504
|
+
...DEFAULT_SETTINGS,
|
|
1505
|
+
...settings || {}
|
|
1506
|
+
};
|
|
1507
|
+
}
|
|
1508
|
+
};
|
|
1175
1509
|
};
|
|
1510
|
+
|
|
1176
1511
|
const services = {
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1512
|
+
release: createReleaseService,
|
|
1513
|
+
'release-action': createReleaseActionService,
|
|
1514
|
+
'release-validation': createReleaseValidationService,
|
|
1515
|
+
scheduling: createSchedulingService,
|
|
1516
|
+
settings: createSettingsService
|
|
1180
1517
|
};
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
is: true,
|
|
1197
|
-
then: yup__namespace.string().required().nullable(),
|
|
1198
|
-
otherwise: yup__namespace.string().nullable()
|
|
1199
|
-
})
|
|
1518
|
+
|
|
1519
|
+
const RELEASE_SCHEMA = utils.yup.object().shape({
|
|
1520
|
+
name: utils.yup.string().trim().required(),
|
|
1521
|
+
scheduledAt: utils.yup.string().nullable(),
|
|
1522
|
+
timezone: utils.yup.string().when('scheduledAt', {
|
|
1523
|
+
is: (value)=>value !== null && value !== undefined,
|
|
1524
|
+
then: utils.yup.string().required(),
|
|
1525
|
+
otherwise: utils.yup.string().nullable()
|
|
1526
|
+
})
|
|
1527
|
+
}).required().noUnknown();
|
|
1528
|
+
const FIND_BY_DOCUMENT_ATTACHED_PARAMS_SCHEMA = utils.yup.object().shape({
|
|
1529
|
+
contentType: utils.yup.string().required(),
|
|
1530
|
+
entryDocumentId: utils.yup.string().nullable(),
|
|
1531
|
+
hasEntryAttached: utils.yup.string().nullable(),
|
|
1532
|
+
locale: utils.yup.string().nullable()
|
|
1200
1533
|
}).required().noUnknown();
|
|
1201
1534
|
const validateRelease = utils.validateYupSchema(RELEASE_SCHEMA);
|
|
1535
|
+
const validatefindByDocumentAttachedParams = utils.validateYupSchema(FIND_BY_DOCUMENT_ATTACHED_PARAMS_SCHEMA);
|
|
1536
|
+
|
|
1202
1537
|
const releaseController = {
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1538
|
+
/**
|
|
1539
|
+
* Find releases based on documents attached or not to the release.
|
|
1540
|
+
* If `hasEntryAttached` is true, it will return all releases that have the entry attached.
|
|
1541
|
+
* If `hasEntryAttached` is false, it will return all releases that don't have the entry attached.
|
|
1542
|
+
*/ async findByDocumentAttached (ctx) {
|
|
1543
|
+
const permissionsManager = strapi.service('admin::permission').createPermissionsManager({
|
|
1544
|
+
ability: ctx.state.userAbility,
|
|
1545
|
+
model: RELEASE_MODEL_UID
|
|
1546
|
+
});
|
|
1547
|
+
await permissionsManager.validateQuery(ctx.query);
|
|
1548
|
+
const releaseService = getService('release', {
|
|
1549
|
+
strapi
|
|
1550
|
+
});
|
|
1551
|
+
const query = await permissionsManager.sanitizeQuery(ctx.query);
|
|
1552
|
+
await validatefindByDocumentAttachedParams(query);
|
|
1553
|
+
// If entry is a singleType, we need to manually add the entryDocumentId to the query
|
|
1554
|
+
const model = strapi.getModel(query.contentType);
|
|
1555
|
+
if (model.kind && model.kind === 'singleType') {
|
|
1556
|
+
const document = await strapi.db.query(model.uid).findOne({
|
|
1557
|
+
select: [
|
|
1558
|
+
'documentId'
|
|
1559
|
+
]
|
|
1560
|
+
});
|
|
1561
|
+
if (!document) {
|
|
1562
|
+
throw new utils.errors.NotFoundError(`No entry found for contentType ${query.contentType}`);
|
|
1228
1563
|
}
|
|
1229
|
-
|
|
1230
|
-
};
|
|
1231
|
-
});
|
|
1232
|
-
const pendingReleasesCount = await strapi.query(RELEASE_MODEL_UID).count({
|
|
1233
|
-
where: {
|
|
1234
|
-
releasedAt: null
|
|
1564
|
+
query.entryDocumentId = document.documentId;
|
|
1235
1565
|
}
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1566
|
+
const { contentType, hasEntryAttached, entryDocumentId, locale } = query;
|
|
1567
|
+
const isEntryAttached = typeof hasEntryAttached === 'string' ? Boolean(JSON.parse(hasEntryAttached)) : false;
|
|
1568
|
+
if (isEntryAttached) {
|
|
1569
|
+
const releases = await releaseService.findMany({
|
|
1570
|
+
where: {
|
|
1571
|
+
releasedAt: null,
|
|
1572
|
+
actions: {
|
|
1573
|
+
contentType,
|
|
1574
|
+
entryDocumentId: entryDocumentId ?? null,
|
|
1575
|
+
locale: locale ?? null
|
|
1576
|
+
}
|
|
1577
|
+
},
|
|
1578
|
+
populate: {
|
|
1579
|
+
actions: {
|
|
1580
|
+
fields: [
|
|
1581
|
+
'type'
|
|
1582
|
+
],
|
|
1583
|
+
filters: {
|
|
1584
|
+
contentType,
|
|
1585
|
+
entryDocumentId: entryDocumentId ?? null,
|
|
1586
|
+
locale: locale ?? null
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
}
|
|
1590
|
+
});
|
|
1591
|
+
ctx.body = {
|
|
1592
|
+
data: releases
|
|
1593
|
+
};
|
|
1594
|
+
} else {
|
|
1595
|
+
const relatedReleases = await releaseService.findMany({
|
|
1596
|
+
where: {
|
|
1597
|
+
releasedAt: null,
|
|
1598
|
+
actions: {
|
|
1599
|
+
contentType,
|
|
1600
|
+
entryDocumentId: entryDocumentId ?? null,
|
|
1601
|
+
locale: locale ?? null
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
});
|
|
1605
|
+
const releases = await releaseService.findMany({
|
|
1606
|
+
where: {
|
|
1607
|
+
$or: [
|
|
1608
|
+
{
|
|
1609
|
+
id: {
|
|
1610
|
+
$notIn: relatedReleases.map((release)=>release.id)
|
|
1611
|
+
}
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
actions: null
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1617
|
+
releasedAt: null
|
|
1618
|
+
}
|
|
1619
|
+
});
|
|
1620
|
+
ctx.body = {
|
|
1621
|
+
data: releases
|
|
1622
|
+
};
|
|
1261
1623
|
}
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1624
|
+
},
|
|
1625
|
+
async findPage (ctx) {
|
|
1626
|
+
const permissionsManager = strapi.service('admin::permission').createPermissionsManager({
|
|
1627
|
+
ability: ctx.state.userAbility,
|
|
1628
|
+
model: RELEASE_MODEL_UID
|
|
1629
|
+
});
|
|
1630
|
+
await permissionsManager.validateQuery(ctx.query);
|
|
1631
|
+
const releaseService = getService('release', {
|
|
1632
|
+
strapi
|
|
1633
|
+
});
|
|
1634
|
+
const query = await permissionsManager.sanitizeQuery(ctx.query);
|
|
1635
|
+
const { results, pagination } = await releaseService.findPage(query);
|
|
1636
|
+
const data = results.map((release)=>{
|
|
1637
|
+
const { actions, ...releaseData } = release;
|
|
1638
|
+
return {
|
|
1639
|
+
...releaseData,
|
|
1640
|
+
actions: {
|
|
1641
|
+
meta: {
|
|
1642
|
+
count: actions.count
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
};
|
|
1646
|
+
});
|
|
1647
|
+
const pendingReleasesCount = await strapi.db.query(RELEASE_MODEL_UID).count({
|
|
1648
|
+
where: {
|
|
1649
|
+
releasedAt: null
|
|
1650
|
+
}
|
|
1651
|
+
});
|
|
1652
|
+
ctx.body = {
|
|
1653
|
+
data,
|
|
1654
|
+
meta: {
|
|
1655
|
+
pagination,
|
|
1656
|
+
pendingReleasesCount
|
|
1657
|
+
}
|
|
1658
|
+
};
|
|
1659
|
+
},
|
|
1660
|
+
async findOne (ctx) {
|
|
1661
|
+
const id = ctx.params.id;
|
|
1662
|
+
const releaseService = getService('release', {
|
|
1663
|
+
strapi
|
|
1664
|
+
});
|
|
1665
|
+
const releaseActionService = getService('release-action', {
|
|
1666
|
+
strapi
|
|
1667
|
+
});
|
|
1668
|
+
const release = await releaseService.findOne(id, {
|
|
1669
|
+
populate: [
|
|
1670
|
+
'createdBy'
|
|
1671
|
+
]
|
|
1672
|
+
});
|
|
1673
|
+
if (!release) {
|
|
1674
|
+
throw new utils.errors.NotFoundError(`Release not found for id: ${id}`);
|
|
1313
1675
|
}
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1676
|
+
const count = await releaseActionService.countActions({
|
|
1677
|
+
filters: {
|
|
1678
|
+
release: id
|
|
1679
|
+
}
|
|
1680
|
+
});
|
|
1681
|
+
const sanitizedRelease = {
|
|
1682
|
+
...release,
|
|
1683
|
+
createdBy: release.createdBy ? strapi.service('admin::user').sanitizeUser(release.createdBy) : null
|
|
1684
|
+
};
|
|
1685
|
+
// Format the data object
|
|
1686
|
+
const data = {
|
|
1687
|
+
...sanitizedRelease,
|
|
1688
|
+
actions: {
|
|
1689
|
+
meta: {
|
|
1690
|
+
count
|
|
1691
|
+
}
|
|
1692
|
+
}
|
|
1693
|
+
};
|
|
1694
|
+
ctx.body = {
|
|
1695
|
+
data
|
|
1696
|
+
};
|
|
1697
|
+
},
|
|
1698
|
+
async mapEntriesToReleases (ctx) {
|
|
1699
|
+
const { contentTypeUid, documentIds, locale } = ctx.query;
|
|
1700
|
+
if (!contentTypeUid || !documentIds) {
|
|
1701
|
+
throw new utils.errors.ValidationError('Missing required query parameters');
|
|
1319
1702
|
}
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1703
|
+
const releaseService = getService('release', {
|
|
1704
|
+
strapi
|
|
1705
|
+
});
|
|
1706
|
+
const releasesWithActions = await releaseService.findMany({
|
|
1707
|
+
where: {
|
|
1708
|
+
releasedAt: null,
|
|
1709
|
+
actions: {
|
|
1710
|
+
contentType: contentTypeUid,
|
|
1711
|
+
entryDocumentId: {
|
|
1712
|
+
$in: documentIds
|
|
1713
|
+
},
|
|
1714
|
+
locale
|
|
1715
|
+
}
|
|
1716
|
+
},
|
|
1717
|
+
populate: {
|
|
1718
|
+
actions: true
|
|
1719
|
+
}
|
|
1720
|
+
});
|
|
1721
|
+
const mappedEntriesInReleases = releasesWithActions.reduce((acc, release)=>{
|
|
1722
|
+
release.actions.forEach((action)=>{
|
|
1723
|
+
if (action.contentType !== contentTypeUid) {
|
|
1724
|
+
return;
|
|
1725
|
+
}
|
|
1726
|
+
if (locale && action.locale !== locale) {
|
|
1727
|
+
return;
|
|
1728
|
+
}
|
|
1729
|
+
if (!acc[action.entryDocumentId]) {
|
|
1730
|
+
acc[action.entryDocumentId] = [
|
|
1731
|
+
{
|
|
1732
|
+
id: release.id,
|
|
1733
|
+
name: release.name
|
|
1734
|
+
}
|
|
1735
|
+
];
|
|
1736
|
+
} else {
|
|
1737
|
+
acc[action.entryDocumentId].push({
|
|
1738
|
+
id: release.id,
|
|
1739
|
+
name: release.name
|
|
1740
|
+
});
|
|
1741
|
+
}
|
|
1742
|
+
});
|
|
1743
|
+
return acc;
|
|
1744
|
+
}, {});
|
|
1745
|
+
ctx.body = {
|
|
1746
|
+
data: mappedEntriesInReleases
|
|
1747
|
+
};
|
|
1748
|
+
},
|
|
1749
|
+
async create (ctx) {
|
|
1750
|
+
const user = ctx.state.user;
|
|
1751
|
+
const releaseArgs = ctx.request.body;
|
|
1752
|
+
await validateRelease(releaseArgs);
|
|
1753
|
+
const releaseService = getService('release', {
|
|
1754
|
+
strapi
|
|
1755
|
+
});
|
|
1756
|
+
const release = await releaseService.create(releaseArgs, {
|
|
1757
|
+
user
|
|
1758
|
+
});
|
|
1759
|
+
const permissionsManager = strapi.service('admin::permission').createPermissionsManager({
|
|
1760
|
+
ability: ctx.state.userAbility,
|
|
1761
|
+
model: RELEASE_MODEL_UID
|
|
1762
|
+
});
|
|
1763
|
+
ctx.created({
|
|
1764
|
+
data: await permissionsManager.sanitizeOutput(release)
|
|
1765
|
+
});
|
|
1766
|
+
},
|
|
1767
|
+
async update (ctx) {
|
|
1768
|
+
const user = ctx.state.user;
|
|
1769
|
+
const releaseArgs = ctx.request.body;
|
|
1770
|
+
const id = ctx.params.id;
|
|
1771
|
+
await validateRelease(releaseArgs);
|
|
1772
|
+
const releaseService = getService('release', {
|
|
1773
|
+
strapi
|
|
1774
|
+
});
|
|
1775
|
+
const release = await releaseService.update(id, releaseArgs, {
|
|
1776
|
+
user
|
|
1777
|
+
});
|
|
1778
|
+
const permissionsManager = strapi.service('admin::permission').createPermissionsManager({
|
|
1779
|
+
ability: ctx.state.userAbility,
|
|
1780
|
+
model: RELEASE_MODEL_UID
|
|
1781
|
+
});
|
|
1782
|
+
ctx.body = {
|
|
1783
|
+
data: await permissionsManager.sanitizeOutput(release)
|
|
1784
|
+
};
|
|
1785
|
+
},
|
|
1786
|
+
async delete (ctx) {
|
|
1787
|
+
const id = ctx.params.id;
|
|
1788
|
+
const releaseService = getService('release', {
|
|
1789
|
+
strapi
|
|
1790
|
+
});
|
|
1791
|
+
const release = await releaseService.delete(id);
|
|
1792
|
+
ctx.body = {
|
|
1793
|
+
data: release
|
|
1794
|
+
};
|
|
1795
|
+
},
|
|
1796
|
+
async publish (ctx) {
|
|
1797
|
+
const id = ctx.params.id;
|
|
1798
|
+
const releaseService = getService('release', {
|
|
1799
|
+
strapi
|
|
1800
|
+
});
|
|
1801
|
+
const releaseActionService = getService('release-action', {
|
|
1802
|
+
strapi
|
|
1803
|
+
});
|
|
1804
|
+
const release = await releaseService.publish(id);
|
|
1805
|
+
const [countPublishActions, countUnpublishActions] = await Promise.all([
|
|
1806
|
+
releaseActionService.countActions({
|
|
1807
|
+
filters: {
|
|
1808
|
+
release: id,
|
|
1809
|
+
type: 'publish'
|
|
1810
|
+
}
|
|
1811
|
+
}),
|
|
1812
|
+
releaseActionService.countActions({
|
|
1813
|
+
filters: {
|
|
1814
|
+
release: id,
|
|
1815
|
+
type: 'unpublish'
|
|
1816
|
+
}
|
|
1817
|
+
})
|
|
1818
|
+
]);
|
|
1819
|
+
ctx.body = {
|
|
1820
|
+
data: release,
|
|
1821
|
+
meta: {
|
|
1822
|
+
totalEntries: countPublishActions + countUnpublishActions,
|
|
1823
|
+
totalPublishedEntries: countPublishActions,
|
|
1824
|
+
totalUnpublishedEntries: countUnpublishActions
|
|
1825
|
+
}
|
|
1826
|
+
};
|
|
1827
|
+
}
|
|
1331
1828
|
};
|
|
1829
|
+
|
|
1332
1830
|
const RELEASE_ACTION_SCHEMA = utils.yup.object().shape({
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1831
|
+
contentType: utils.yup.string().required(),
|
|
1832
|
+
entryDocumentId: utils.yup.strapiID(),
|
|
1833
|
+
locale: utils.yup.string(),
|
|
1834
|
+
type: utils.yup.string().oneOf([
|
|
1835
|
+
'publish',
|
|
1836
|
+
'unpublish'
|
|
1837
|
+
]).required()
|
|
1338
1838
|
});
|
|
1339
1839
|
const RELEASE_ACTION_UPDATE_SCHEMA = utils.yup.object().shape({
|
|
1340
|
-
|
|
1840
|
+
type: utils.yup.string().oneOf([
|
|
1841
|
+
'publish',
|
|
1842
|
+
'unpublish'
|
|
1843
|
+
]).required()
|
|
1844
|
+
});
|
|
1845
|
+
const FIND_MANY_ACTIONS_PARAMS = utils.yup.object().shape({
|
|
1846
|
+
groupBy: utils.yup.string().oneOf([
|
|
1847
|
+
'action',
|
|
1848
|
+
'contentType',
|
|
1849
|
+
'locale'
|
|
1850
|
+
])
|
|
1341
1851
|
});
|
|
1342
1852
|
const validateReleaseAction = utils.validateYupSchema(RELEASE_ACTION_SCHEMA);
|
|
1343
1853
|
const validateReleaseActionUpdateSchema = utils.validateYupSchema(RELEASE_ACTION_UPDATE_SCHEMA);
|
|
1854
|
+
const validateFindManyActionsParams = utils.validateYupSchema(FIND_MANY_ACTIONS_PARAMS);
|
|
1855
|
+
|
|
1344
1856
|
const releaseActionController = {
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1857
|
+
async create (ctx) {
|
|
1858
|
+
const releaseId = ctx.params.releaseId;
|
|
1859
|
+
const releaseActionArgs = ctx.request.body;
|
|
1860
|
+
await validateReleaseAction(releaseActionArgs);
|
|
1861
|
+
const releaseActionService = getService('release-action', {
|
|
1862
|
+
strapi
|
|
1863
|
+
});
|
|
1864
|
+
const releaseAction = await releaseActionService.create(releaseId, releaseActionArgs);
|
|
1865
|
+
ctx.created({
|
|
1866
|
+
data: releaseAction
|
|
1867
|
+
});
|
|
1868
|
+
},
|
|
1869
|
+
async createMany (ctx) {
|
|
1870
|
+
const releaseId = ctx.params.releaseId;
|
|
1871
|
+
const releaseActionsArgs = ctx.request.body;
|
|
1872
|
+
await Promise.all(releaseActionsArgs.map((releaseActionArgs)=>validateReleaseAction(releaseActionArgs)));
|
|
1873
|
+
const releaseActionService = getService('release-action', {
|
|
1874
|
+
strapi
|
|
1875
|
+
});
|
|
1876
|
+
const releaseService = getService('release', {
|
|
1877
|
+
strapi
|
|
1878
|
+
});
|
|
1879
|
+
const releaseActions = await strapi.db.transaction(async ()=>{
|
|
1880
|
+
const releaseActions = await Promise.all(releaseActionsArgs.map(async (releaseActionArgs)=>{
|
|
1881
|
+
try {
|
|
1882
|
+
const action = await releaseActionService.create(releaseId, releaseActionArgs, {
|
|
1883
|
+
disableUpdateReleaseStatus: true
|
|
1884
|
+
});
|
|
1885
|
+
return action;
|
|
1886
|
+
} catch (error) {
|
|
1887
|
+
// If the entry is already in the release, we don't want to throw an error, so we catch and ignore it
|
|
1888
|
+
if (error instanceof AlreadyOnReleaseError) {
|
|
1889
|
+
return null;
|
|
1890
|
+
}
|
|
1891
|
+
throw error;
|
|
1892
|
+
}
|
|
1893
|
+
}));
|
|
1894
|
+
return releaseActions;
|
|
1895
|
+
});
|
|
1896
|
+
const newReleaseActions = releaseActions.filter((action)=>action !== null);
|
|
1897
|
+
if (newReleaseActions.length > 0) {
|
|
1898
|
+
releaseService.updateReleaseStatus(releaseId);
|
|
1899
|
+
}
|
|
1900
|
+
ctx.created({
|
|
1901
|
+
data: newReleaseActions,
|
|
1902
|
+
meta: {
|
|
1903
|
+
entriesAlreadyInRelease: releaseActions.length - newReleaseActions.length,
|
|
1904
|
+
totalEntries: releaseActions.length
|
|
1905
|
+
}
|
|
1906
|
+
});
|
|
1907
|
+
},
|
|
1908
|
+
async findMany (ctx) {
|
|
1909
|
+
const releaseId = ctx.params.releaseId;
|
|
1910
|
+
const permissionsManager = strapi.service('admin::permission').createPermissionsManager({
|
|
1911
|
+
ability: ctx.state.userAbility,
|
|
1912
|
+
model: RELEASE_ACTION_MODEL_UID
|
|
1913
|
+
});
|
|
1914
|
+
await validateFindManyActionsParams(ctx.query);
|
|
1915
|
+
if (ctx.query.groupBy) {
|
|
1916
|
+
if (![
|
|
1917
|
+
'action',
|
|
1918
|
+
'contentType',
|
|
1919
|
+
'locale'
|
|
1920
|
+
].includes(ctx.query.groupBy)) {
|
|
1921
|
+
ctx.badRequest('Invalid groupBy parameter');
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
ctx.query.sort = ctx.query.groupBy === 'action' ? 'type' : ctx.query.groupBy;
|
|
1925
|
+
delete ctx.query.groupBy;
|
|
1926
|
+
const query = await permissionsManager.sanitizeQuery(ctx.query);
|
|
1927
|
+
const releaseActionService = getService('release-action', {
|
|
1928
|
+
strapi
|
|
1929
|
+
});
|
|
1930
|
+
const { results, pagination } = await releaseActionService.findPage(releaseId, {
|
|
1931
|
+
...query
|
|
1932
|
+
});
|
|
1933
|
+
/**
|
|
1934
|
+
* Release actions can be related to entries of different content types.
|
|
1935
|
+
* We need to sanitize the entry output according to that content type.
|
|
1936
|
+
* So, we group the sanitized output function by content type.
|
|
1937
|
+
*/ const contentTypeOutputSanitizers = results.reduce((acc, action)=>{
|
|
1938
|
+
if (acc[action.contentType]) {
|
|
1939
|
+
return acc;
|
|
1940
|
+
}
|
|
1941
|
+
const contentTypePermissionsManager = strapi.service('admin::permission').createPermissionsManager({
|
|
1942
|
+
ability: ctx.state.userAbility,
|
|
1943
|
+
model: action.contentType
|
|
1944
|
+
});
|
|
1945
|
+
acc[action.contentType] = contentTypePermissionsManager.sanitizeOutput;
|
|
1946
|
+
return acc;
|
|
1947
|
+
}, {});
|
|
1948
|
+
/**
|
|
1949
|
+
* sanitizeOutput doesn't work if you use it directly on the Release Action model, it doesn't sanitize the entries
|
|
1950
|
+
* So, we need to sanitize manually each entry inside a Release Action
|
|
1951
|
+
*/ const sanitizedResults = await utils.async.map(results, async (action)=>({
|
|
1952
|
+
...action,
|
|
1953
|
+
entry: action.entry ? await contentTypeOutputSanitizers[action.contentType](action.entry) : {}
|
|
1954
|
+
}));
|
|
1955
|
+
const groupedData = await releaseActionService.groupActions(sanitizedResults, query.sort);
|
|
1956
|
+
const contentTypes = await releaseActionService.getContentTypeModelsFromActions(results);
|
|
1957
|
+
const releaseService = getService('release', {
|
|
1958
|
+
strapi
|
|
1959
|
+
});
|
|
1960
|
+
const components = await releaseService.getAllComponents();
|
|
1961
|
+
ctx.body = {
|
|
1962
|
+
data: groupedData,
|
|
1963
|
+
meta: {
|
|
1964
|
+
pagination,
|
|
1965
|
+
contentTypes,
|
|
1966
|
+
components
|
|
1967
|
+
}
|
|
1968
|
+
};
|
|
1969
|
+
},
|
|
1970
|
+
async update (ctx) {
|
|
1971
|
+
const actionId = ctx.params.actionId;
|
|
1972
|
+
const releaseId = ctx.params.releaseId;
|
|
1973
|
+
const releaseActionUpdateArgs = ctx.request.body;
|
|
1974
|
+
await validateReleaseActionUpdateSchema(releaseActionUpdateArgs);
|
|
1975
|
+
const releaseActionService = getService('release-action', {
|
|
1976
|
+
strapi
|
|
1977
|
+
});
|
|
1978
|
+
const updatedAction = await releaseActionService.update(actionId, releaseId, releaseActionUpdateArgs);
|
|
1979
|
+
ctx.body = {
|
|
1980
|
+
data: updatedAction
|
|
1981
|
+
};
|
|
1982
|
+
},
|
|
1983
|
+
async delete (ctx) {
|
|
1984
|
+
const actionId = ctx.params.actionId;
|
|
1985
|
+
const releaseId = ctx.params.releaseId;
|
|
1986
|
+
const releaseActionService = getService('release-action', {
|
|
1987
|
+
strapi
|
|
1988
|
+
});
|
|
1989
|
+
const deletedReleaseAction = await releaseActionService.delete(actionId, releaseId);
|
|
1990
|
+
ctx.body = {
|
|
1991
|
+
data: deletedReleaseAction
|
|
1992
|
+
};
|
|
1993
|
+
}
|
|
1418
1994
|
};
|
|
1419
|
-
|
|
1420
|
-
const
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1995
|
+
|
|
1996
|
+
const SETTINGS_SCHEMA = yup__namespace.object().shape({
|
|
1997
|
+
defaultTimezone: yup__namespace.string().nullable().default(null)
|
|
1998
|
+
}).required().noUnknown();
|
|
1999
|
+
const validateSettings = utils.validateYupSchema(SETTINGS_SCHEMA);
|
|
2000
|
+
|
|
2001
|
+
const settingsController = {
|
|
2002
|
+
async find (ctx) {
|
|
2003
|
+
// Get settings
|
|
2004
|
+
const settingsService = getService('settings', {
|
|
2005
|
+
strapi
|
|
2006
|
+
});
|
|
2007
|
+
const settings = await settingsService.find();
|
|
2008
|
+
// Response
|
|
2009
|
+
ctx.body = {
|
|
2010
|
+
data: settings
|
|
2011
|
+
};
|
|
2012
|
+
},
|
|
2013
|
+
async update (ctx) {
|
|
2014
|
+
// Data validation
|
|
2015
|
+
const settingsBody = ctx.request.body;
|
|
2016
|
+
const settings = await validateSettings(settingsBody);
|
|
2017
|
+
// Update
|
|
2018
|
+
const settingsService = getService('settings', {
|
|
2019
|
+
strapi
|
|
2020
|
+
});
|
|
2021
|
+
const updatedSettings = await settingsService.update({
|
|
2022
|
+
settings
|
|
2023
|
+
});
|
|
2024
|
+
// Response
|
|
2025
|
+
ctx.body = {
|
|
2026
|
+
data: updatedSettings
|
|
2027
|
+
};
|
|
2028
|
+
}
|
|
2029
|
+
};
|
|
2030
|
+
|
|
2031
|
+
const controllers = {
|
|
2032
|
+
release: releaseController,
|
|
2033
|
+
'release-action': releaseActionController,
|
|
2034
|
+
settings: settingsController
|
|
2035
|
+
};
|
|
2036
|
+
|
|
2037
|
+
var release = {
|
|
2038
|
+
type: 'admin',
|
|
2039
|
+
routes: [
|
|
2040
|
+
{
|
|
2041
|
+
method: 'GET',
|
|
2042
|
+
path: '/mapEntriesToReleases',
|
|
2043
|
+
handler: 'release.mapEntriesToReleases',
|
|
1432
2044
|
config: {
|
|
1433
|
-
|
|
2045
|
+
policies: [
|
|
2046
|
+
'admin::isAuthenticatedAdmin',
|
|
2047
|
+
{
|
|
2048
|
+
name: 'admin::hasPermissions',
|
|
2049
|
+
config: {
|
|
2050
|
+
actions: [
|
|
2051
|
+
'plugin::content-releases.read'
|
|
2052
|
+
]
|
|
2053
|
+
}
|
|
2054
|
+
}
|
|
2055
|
+
]
|
|
1434
2056
|
}
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
method: "GET",
|
|
1441
|
-
path: "/",
|
|
1442
|
-
handler: "release.findMany",
|
|
1443
|
-
config: {
|
|
1444
|
-
policies: [
|
|
1445
|
-
"admin::isAuthenticatedAdmin",
|
|
1446
|
-
{
|
|
1447
|
-
name: "admin::hasPermissions",
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
method: 'GET',
|
|
2060
|
+
path: '/getByDocumentAttached',
|
|
2061
|
+
handler: 'release.findByDocumentAttached',
|
|
1448
2062
|
config: {
|
|
1449
|
-
|
|
2063
|
+
policies: [
|
|
2064
|
+
'admin::isAuthenticatedAdmin',
|
|
2065
|
+
{
|
|
2066
|
+
name: 'admin::hasPermissions',
|
|
2067
|
+
config: {
|
|
2068
|
+
actions: [
|
|
2069
|
+
'plugin::content-releases.read'
|
|
2070
|
+
]
|
|
2071
|
+
}
|
|
2072
|
+
}
|
|
2073
|
+
]
|
|
1450
2074
|
}
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
method: "GET",
|
|
1457
|
-
path: "/:id",
|
|
1458
|
-
handler: "release.findOne",
|
|
1459
|
-
config: {
|
|
1460
|
-
policies: [
|
|
1461
|
-
"admin::isAuthenticatedAdmin",
|
|
1462
|
-
{
|
|
1463
|
-
name: "admin::hasPermissions",
|
|
2075
|
+
},
|
|
2076
|
+
{
|
|
2077
|
+
method: 'POST',
|
|
2078
|
+
path: '/',
|
|
2079
|
+
handler: 'release.create',
|
|
1464
2080
|
config: {
|
|
1465
|
-
|
|
2081
|
+
policies: [
|
|
2082
|
+
'admin::isAuthenticatedAdmin',
|
|
2083
|
+
{
|
|
2084
|
+
name: 'admin::hasPermissions',
|
|
2085
|
+
config: {
|
|
2086
|
+
actions: [
|
|
2087
|
+
'plugin::content-releases.create'
|
|
2088
|
+
]
|
|
2089
|
+
}
|
|
2090
|
+
}
|
|
2091
|
+
]
|
|
1466
2092
|
}
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
method: "PUT",
|
|
1473
|
-
path: "/:id",
|
|
1474
|
-
handler: "release.update",
|
|
1475
|
-
config: {
|
|
1476
|
-
policies: [
|
|
1477
|
-
"admin::isAuthenticatedAdmin",
|
|
1478
|
-
{
|
|
1479
|
-
name: "admin::hasPermissions",
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
method: 'GET',
|
|
2096
|
+
path: '/',
|
|
2097
|
+
handler: 'release.findPage',
|
|
1480
2098
|
config: {
|
|
1481
|
-
|
|
2099
|
+
policies: [
|
|
2100
|
+
'admin::isAuthenticatedAdmin',
|
|
2101
|
+
{
|
|
2102
|
+
name: 'admin::hasPermissions',
|
|
2103
|
+
config: {
|
|
2104
|
+
actions: [
|
|
2105
|
+
'plugin::content-releases.read'
|
|
2106
|
+
]
|
|
2107
|
+
}
|
|
2108
|
+
}
|
|
2109
|
+
]
|
|
1482
2110
|
}
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
method: "DELETE",
|
|
1489
|
-
path: "/:id",
|
|
1490
|
-
handler: "release.delete",
|
|
1491
|
-
config: {
|
|
1492
|
-
policies: [
|
|
1493
|
-
"admin::isAuthenticatedAdmin",
|
|
1494
|
-
{
|
|
1495
|
-
name: "admin::hasPermissions",
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
method: 'GET',
|
|
2114
|
+
path: '/:id',
|
|
2115
|
+
handler: 'release.findOne',
|
|
1496
2116
|
config: {
|
|
1497
|
-
|
|
2117
|
+
policies: [
|
|
2118
|
+
'admin::isAuthenticatedAdmin',
|
|
2119
|
+
{
|
|
2120
|
+
name: 'admin::hasPermissions',
|
|
2121
|
+
config: {
|
|
2122
|
+
actions: [
|
|
2123
|
+
'plugin::content-releases.read'
|
|
2124
|
+
]
|
|
2125
|
+
}
|
|
2126
|
+
}
|
|
2127
|
+
]
|
|
1498
2128
|
}
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
method: "POST",
|
|
1505
|
-
path: "/:id/publish",
|
|
1506
|
-
handler: "release.publish",
|
|
1507
|
-
config: {
|
|
1508
|
-
policies: [
|
|
1509
|
-
"admin::isAuthenticatedAdmin",
|
|
1510
|
-
{
|
|
1511
|
-
name: "admin::hasPermissions",
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
method: 'PUT',
|
|
2132
|
+
path: '/:id',
|
|
2133
|
+
handler: 'release.update',
|
|
1512
2134
|
config: {
|
|
1513
|
-
|
|
2135
|
+
policies: [
|
|
2136
|
+
'admin::isAuthenticatedAdmin',
|
|
2137
|
+
{
|
|
2138
|
+
name: 'admin::hasPermissions',
|
|
2139
|
+
config: {
|
|
2140
|
+
actions: [
|
|
2141
|
+
'plugin::content-releases.update'
|
|
2142
|
+
]
|
|
2143
|
+
}
|
|
2144
|
+
}
|
|
2145
|
+
]
|
|
1514
2146
|
}
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
method: 'DELETE',
|
|
2150
|
+
path: '/:id',
|
|
2151
|
+
handler: 'release.delete',
|
|
2152
|
+
config: {
|
|
2153
|
+
policies: [
|
|
2154
|
+
'admin::isAuthenticatedAdmin',
|
|
2155
|
+
{
|
|
2156
|
+
name: 'admin::hasPermissions',
|
|
2157
|
+
config: {
|
|
2158
|
+
actions: [
|
|
2159
|
+
'plugin::content-releases.delete'
|
|
2160
|
+
]
|
|
2161
|
+
}
|
|
2162
|
+
}
|
|
2163
|
+
]
|
|
2164
|
+
}
|
|
2165
|
+
},
|
|
2166
|
+
{
|
|
2167
|
+
method: 'POST',
|
|
2168
|
+
path: '/:id/publish',
|
|
2169
|
+
handler: 'release.publish',
|
|
2170
|
+
config: {
|
|
2171
|
+
policies: [
|
|
2172
|
+
'admin::isAuthenticatedAdmin',
|
|
2173
|
+
{
|
|
2174
|
+
name: 'admin::hasPermissions',
|
|
2175
|
+
config: {
|
|
2176
|
+
actions: [
|
|
2177
|
+
'plugin::content-releases.publish'
|
|
2178
|
+
]
|
|
2179
|
+
}
|
|
2180
|
+
}
|
|
2181
|
+
]
|
|
2182
|
+
}
|
|
2183
|
+
}
|
|
2184
|
+
]
|
|
1520
2185
|
};
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
policies: [
|
|
1530
|
-
"admin::isAuthenticatedAdmin",
|
|
1531
|
-
{
|
|
1532
|
-
name: "admin::hasPermissions",
|
|
2186
|
+
|
|
2187
|
+
var releaseAction = {
|
|
2188
|
+
type: 'admin',
|
|
2189
|
+
routes: [
|
|
2190
|
+
{
|
|
2191
|
+
method: 'POST',
|
|
2192
|
+
path: '/:releaseId/actions',
|
|
2193
|
+
handler: 'release-action.create',
|
|
1533
2194
|
config: {
|
|
1534
|
-
|
|
2195
|
+
policies: [
|
|
2196
|
+
'admin::isAuthenticatedAdmin',
|
|
2197
|
+
{
|
|
2198
|
+
name: 'admin::hasPermissions',
|
|
2199
|
+
config: {
|
|
2200
|
+
actions: [
|
|
2201
|
+
'plugin::content-releases.create-action'
|
|
2202
|
+
]
|
|
2203
|
+
}
|
|
2204
|
+
}
|
|
2205
|
+
]
|
|
1535
2206
|
}
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
method: "GET",
|
|
1542
|
-
path: "/:releaseId/actions",
|
|
1543
|
-
handler: "release-action.findMany",
|
|
1544
|
-
config: {
|
|
1545
|
-
policies: [
|
|
1546
|
-
"admin::isAuthenticatedAdmin",
|
|
1547
|
-
{
|
|
1548
|
-
name: "admin::hasPermissions",
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
method: 'POST',
|
|
2210
|
+
path: '/:releaseId/actions/bulk',
|
|
2211
|
+
handler: 'release-action.createMany',
|
|
1549
2212
|
config: {
|
|
1550
|
-
|
|
2213
|
+
policies: [
|
|
2214
|
+
'admin::isAuthenticatedAdmin',
|
|
2215
|
+
{
|
|
2216
|
+
name: 'admin::hasPermissions',
|
|
2217
|
+
config: {
|
|
2218
|
+
actions: [
|
|
2219
|
+
'plugin::content-releases.create-action'
|
|
2220
|
+
]
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
2223
|
+
]
|
|
1551
2224
|
}
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
method: "PUT",
|
|
1558
|
-
path: "/:releaseId/actions/:actionId",
|
|
1559
|
-
handler: "release-action.update",
|
|
1560
|
-
config: {
|
|
1561
|
-
policies: [
|
|
1562
|
-
"admin::isAuthenticatedAdmin",
|
|
1563
|
-
{
|
|
1564
|
-
name: "admin::hasPermissions",
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
method: 'GET',
|
|
2228
|
+
path: '/:releaseId/actions',
|
|
2229
|
+
handler: 'release-action.findMany',
|
|
1565
2230
|
config: {
|
|
1566
|
-
|
|
2231
|
+
policies: [
|
|
2232
|
+
'admin::isAuthenticatedAdmin',
|
|
2233
|
+
{
|
|
2234
|
+
name: 'admin::hasPermissions',
|
|
2235
|
+
config: {
|
|
2236
|
+
actions: [
|
|
2237
|
+
'plugin::content-releases.read'
|
|
2238
|
+
]
|
|
2239
|
+
}
|
|
2240
|
+
}
|
|
2241
|
+
]
|
|
1567
2242
|
}
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
method: "DELETE",
|
|
1574
|
-
path: "/:releaseId/actions/:actionId",
|
|
1575
|
-
handler: "release-action.delete",
|
|
1576
|
-
config: {
|
|
1577
|
-
policies: [
|
|
1578
|
-
"admin::isAuthenticatedAdmin",
|
|
1579
|
-
{
|
|
1580
|
-
name: "admin::hasPermissions",
|
|
2243
|
+
},
|
|
2244
|
+
{
|
|
2245
|
+
method: 'PUT',
|
|
2246
|
+
path: '/:releaseId/actions/:actionId',
|
|
2247
|
+
handler: 'release-action.update',
|
|
1581
2248
|
config: {
|
|
1582
|
-
|
|
2249
|
+
policies: [
|
|
2250
|
+
'admin::isAuthenticatedAdmin',
|
|
2251
|
+
{
|
|
2252
|
+
name: 'admin::hasPermissions',
|
|
2253
|
+
config: {
|
|
2254
|
+
actions: [
|
|
2255
|
+
'plugin::content-releases.update'
|
|
2256
|
+
]
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
]
|
|
1583
2260
|
}
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
method: 'DELETE',
|
|
2264
|
+
path: '/:releaseId/actions/:actionId',
|
|
2265
|
+
handler: 'release-action.delete',
|
|
2266
|
+
config: {
|
|
2267
|
+
policies: [
|
|
2268
|
+
'admin::isAuthenticatedAdmin',
|
|
2269
|
+
{
|
|
2270
|
+
name: 'admin::hasPermissions',
|
|
2271
|
+
config: {
|
|
2272
|
+
actions: [
|
|
2273
|
+
'plugin::content-releases.delete-action'
|
|
2274
|
+
]
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
]
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
]
|
|
1589
2281
|
};
|
|
2282
|
+
|
|
2283
|
+
var settings = {
|
|
2284
|
+
type: 'admin',
|
|
2285
|
+
routes: [
|
|
2286
|
+
{
|
|
2287
|
+
method: 'GET',
|
|
2288
|
+
path: '/settings',
|
|
2289
|
+
handler: 'settings.find',
|
|
2290
|
+
config: {
|
|
2291
|
+
policies: [
|
|
2292
|
+
'admin::isAuthenticatedAdmin',
|
|
2293
|
+
{
|
|
2294
|
+
name: 'admin::hasPermissions',
|
|
2295
|
+
config: {
|
|
2296
|
+
actions: [
|
|
2297
|
+
'plugin::content-releases.settings.read'
|
|
2298
|
+
]
|
|
2299
|
+
}
|
|
2300
|
+
}
|
|
2301
|
+
]
|
|
2302
|
+
}
|
|
2303
|
+
},
|
|
2304
|
+
{
|
|
2305
|
+
method: 'PUT',
|
|
2306
|
+
path: '/settings',
|
|
2307
|
+
handler: 'settings.update',
|
|
2308
|
+
config: {
|
|
2309
|
+
policies: [
|
|
2310
|
+
'admin::isAuthenticatedAdmin',
|
|
2311
|
+
{
|
|
2312
|
+
name: 'admin::hasPermissions',
|
|
2313
|
+
config: {
|
|
2314
|
+
actions: [
|
|
2315
|
+
'plugin::content-releases.settings.update'
|
|
2316
|
+
]
|
|
2317
|
+
}
|
|
2318
|
+
}
|
|
2319
|
+
]
|
|
2320
|
+
}
|
|
2321
|
+
}
|
|
2322
|
+
]
|
|
2323
|
+
};
|
|
2324
|
+
|
|
1590
2325
|
const routes = {
|
|
1591
|
-
|
|
1592
|
-
|
|
2326
|
+
settings,
|
|
2327
|
+
release,
|
|
2328
|
+
'release-action': releaseAction
|
|
1593
2329
|
};
|
|
1594
|
-
|
|
1595
|
-
const getPlugin = ()
|
|
1596
|
-
|
|
2330
|
+
|
|
2331
|
+
const getPlugin = ()=>{
|
|
2332
|
+
if (strapi.ee.features.isEnabled('cms-content-releases')) {
|
|
2333
|
+
return {
|
|
2334
|
+
register,
|
|
2335
|
+
bootstrap,
|
|
2336
|
+
destroy,
|
|
2337
|
+
contentTypes,
|
|
2338
|
+
services,
|
|
2339
|
+
controllers,
|
|
2340
|
+
routes
|
|
2341
|
+
};
|
|
2342
|
+
}
|
|
1597
2343
|
return {
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
services,
|
|
1603
|
-
controllers,
|
|
1604
|
-
routes
|
|
2344
|
+
// Always return register, it handles its own feature check
|
|
2345
|
+
register,
|
|
2346
|
+
// Always return contentTypes to avoid losing data when the feature is disabled
|
|
2347
|
+
contentTypes
|
|
1605
2348
|
};
|
|
1606
|
-
}
|
|
1607
|
-
return {
|
|
1608
|
-
contentTypes
|
|
1609
|
-
};
|
|
1610
2349
|
};
|
|
1611
|
-
|
|
2350
|
+
var index = getPlugin();
|
|
2351
|
+
|
|
1612
2352
|
module.exports = index;
|
|
1613
2353
|
//# sourceMappingURL=index.js.map
|