@clickview/ship-it 0.0.52 → 0.0.54-dev.0
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/Dockerfile +1 -3
- package/dist/P3/Account.Api.md +20 -0
- package/dist/P3/Analytics Web.md +13 -0
- package/dist/P3/Batch.Api.md +25 -0
- package/dist/P3/Classroom.Api.md +21 -0
- package/dist/P3/ClickView Online.md +18 -0
- package/dist/P3/ClickView.Cron.JobProcessor.md +28 -0
- package/dist/P3/ClickView.Curator.md +39 -0
- package/dist/P3/Clients.md +31 -0
- package/dist/P3/Collection.Api.md +28 -0
- package/dist/P3/Discover.Api.md +23 -0
- package/dist/P3/Domain.Api.md +36 -0
- package/dist/P3/Exchange.Web.md +6 -0
- package/dist/P3/File.Api.IngestService.md +38 -0
- package/dist/P3/File.Api.md +26 -0
- package/dist/P3/FileGenerator.md +14 -0
- package/dist/P3/Hydration.App.md +20 -0
- package/dist/P3/Integrations.Api.md +68 -0
- package/dist/P3/Krakend.md +29 -0
- package/dist/P3/LeadQualifier.App.md +19 -0
- package/dist/P3/Library Editor.md +14 -0
- package/dist/P3/Library.Api.md +29 -0
- package/dist/P3/Lite.md +6 -0
- package/dist/P3/LocalCache.Api.md +22 -0
- package/dist/P3/LoginAnalytics.Api.md +20 -0
- package/dist/P3/Master.Api.md +13 -0
- package/dist/P3/Master.Auth.md +28 -0
- package/dist/P3/Objects.Api.md +27 -0
- package/dist/P3/Permissions.Api.md +23 -0
- package/dist/P3/Release Notes.md +1196 -0
- package/dist/P3/Search.Api.md +14 -0
- package/dist/P3/Share.Api.md +16 -0
- package/dist/P3/StreamableLearning.Web.md +6 -0
- package/dist/P3/Subjects.API.md +13 -0
- package/dist/P3/Tools.md +13 -0
- package/dist/P3/Tv.Web.md +35 -0
- package/dist/P3/TvConversion.App.md +14 -0
- package/dist/P3/TvRecording.App.md +18 -0
- package/dist/P3/TvSplice.App.md +14 -0
- package/dist/P3/Users.Api.md +46 -0
- package/dist/P3/VideoCollections.Api.md +6 -0
- package/dist/P3/VideoViews.Api.md +29 -0
- package/dist/P3/WorkspaceSplice.App.md +14 -0
- package/dist/P3/clickview.md +130 -0
- package/dist/P3/index.app.md +58 -0
- package/dist/V1/V1 Notes Audit.csv +53 -0
- package/dist/W2/W2 Notes Audit.csv +0 -14
- package/lib/src/api-clients/slack/SlackApiClient.js +16 -20
- package/lib/src/api-clients/team-city/TeamCityApiClient.js +35 -21
- package/lib/src/index.js +0 -0
- package/lib/src/tasks/InstallPackagesTask.js +183 -57
- package/package.json +4 -6
- package/.claude/settings.local.json +0 -10
- package/dist/P3/P3 Notes Audit.csv +0 -49
- package/dist/R1/R1 Notes Audit.csv +0 -117
- package/dist/S3/S3 Notes Audit.csv +0 -13
package/Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM node:
|
|
1
|
+
FROM node:22.14.0
|
|
2
2
|
|
|
3
3
|
WORKDIR /app
|
|
4
4
|
|
|
@@ -18,8 +18,6 @@ ENV cliOptions=""
|
|
|
18
18
|
|
|
19
19
|
RUN npm config set '//registry.npmjs.org/:_authToken' $npm_token
|
|
20
20
|
RUN npm config set save-exact=true
|
|
21
|
-
# Note: As of writing, NPM versions beyond 8.5.5 cannot run `npm ci` without failing. Once this is fixed, the line below should be deleted
|
|
22
|
-
RUN npm install -g npm@8.5.5
|
|
23
21
|
|
|
24
22
|
# Install NPM packages
|
|
25
23
|
RUN npm install
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Addd `ex_file_generator` to RabbitMQ under the `api_account` user.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
- Added new endpoint to generate the customer users report `/v1/customers/{id}/generate-user-report`.
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# Testing
|
|
13
|
+
iou
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# Merge Request Checklist
|
|
17
|
+
- [ ] QA validation is completed.
|
|
18
|
+
- [ ] All dependencies have been addressed.
|
|
19
|
+
- [ ] All before release tasks have been completed.
|
|
20
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
# Code Changes
|
|
3
|
+
- Adding scopes for subjects api
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Testing
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# Merge Request Checklist
|
|
10
|
+
- [ ] QA validation is completed.
|
|
11
|
+
- [ ] All dependencies have been addressed.
|
|
12
|
+
- [ ] All before release tasks have been completed.
|
|
13
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
* Support TLS connection for rabbitmq. Closes CORE-2033
|
|
10
|
+
* Set `EnableSsl=true` and `IgnoreSslErrors=true` in `RabbitMqClientOptions` and `JobPriorityQueueEventHostedServiceOptions`
|
|
11
|
+
|
|
12
|
+
- Ignore blank attribute values for marketing profile imports. Implements INBOX-9140
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# Testing
|
|
16
|
+
* CORE-2033
|
|
17
|
+
|
|
18
|
+
- INBOX-9140
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# Merge Request Checklist
|
|
22
|
+
- [ ] QA validation is completed.
|
|
23
|
+
- [ ] All dependencies have been addressed.
|
|
24
|
+
- [ ] All before release tasks have been completed.
|
|
25
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
* Support TLS connection for rabbitmq. Closes CORE-2034
|
|
10
|
+
* Set `EnableSsl=true` and `IgnoreSslErrors=true` in `AddQueue` for `MasterQueueEventHostedServiceOptions`
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# Testing
|
|
14
|
+
* CORE-2034
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# Merge Request Checklist
|
|
18
|
+
- [ ] QA validation is completed.
|
|
19
|
+
- [ ] All dependencies have been addressed.
|
|
20
|
+
- [ ] All before release tasks have been completed.
|
|
21
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
# Code Changes
|
|
3
|
+
* Update references to `collection-api-client.js` to `app.js`
|
|
4
|
+
|
|
5
|
+
* Update entrypoint file for `@clickview/analytics`. Partially Implements INBOX-9260.
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Testing
|
|
9
|
+
* N/A
|
|
10
|
+
|
|
11
|
+
* N/A
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Merge Request Checklist
|
|
15
|
+
- [ ] QA validation is completed.
|
|
16
|
+
- [ ] All dependencies have been addressed.
|
|
17
|
+
- [ ] All before release tasks have been completed.
|
|
18
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
* [ ] Add new project variable: `queue:concurrentTaskCount` and set value to `10` in Octo
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# After Release
|
|
10
|
+
|
|
11
|
+
## Tasks
|
|
12
|
+
* [ ] Remove project variable: `queue:host` and `queue:port` from Octo
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# Code Changes
|
|
16
|
+
* Enforce queue connection using SSL by replacing `ClickView.Clients.Queue` with `ClickView.GoodStuff.Queue`s`.RabbitMQ`
|
|
17
|
+
* Move options objects to the `Options` folder
|
|
18
|
+
* Minor code refactorings
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
# Testing
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# Merge Request Checklist
|
|
25
|
+
- [ ] QA validation is completed.
|
|
26
|
+
- [ ] All dependencies have been addressed.
|
|
27
|
+
- [ ] All before release tasks have been completed.
|
|
28
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
* [ ] Rename octo variables:
|
|
7
|
+
* `eventQueue:username` to `queue:username`
|
|
8
|
+
* `eventQueue:password` to `queue:password`
|
|
9
|
+
* `eventQueue:discoverQueue` to `queue:discoverQueue`
|
|
10
|
+
* `eventQueue:masterQueue` to `queue:masterQueue`
|
|
11
|
+
* `eventQueue:subjectsQueue` to `queue:subjectsQueue`
|
|
12
|
+
* [ ] Remove octo variables:
|
|
13
|
+
* `eventQueue:host`
|
|
14
|
+
* `eventQueue:port`
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# Code Changes
|
|
18
|
+
* Replace `ClickView.Clients.Queue` with `ClickView.GoodStuff.Queues.RabbitMq` according to [the guide](https://clickview.quip.com/nlFMAsSqxeaU/2024-05-RabbitMQ-Upgrade)
|
|
19
|
+
* Change the queues port from 5672 to 5671
|
|
20
|
+
* In the RabbitMQ client options, set EnableSsl=true and IgnoreSslErrors=true. Implements INBOX-9149
|
|
21
|
+
|
|
22
|
+
* Updated file client to latest
|
|
23
|
+
|
|
24
|
+
* Moves the `GetDescription` extension method to use the common property to ensure the correct description is retrieved for videos in reports. Fixes INBOX-9253
|
|
25
|
+
* Removes duplicate description definitions.
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# Testing
|
|
29
|
+
INBOX-9149
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
INBOX-9253
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
# Merge Request Checklist
|
|
36
|
+
- [ ] QA validation is completed.
|
|
37
|
+
- [ ] All dependencies have been addressed.
|
|
38
|
+
- [ ] All before release tasks have been completed.
|
|
39
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
|
|
2
|
+
# ClickView.Clients.Domain
|
|
3
|
+
|
|
4
|
+
## Code Changes
|
|
5
|
+
- Added a method to Domain API to retrieve a pending review summary for interactive
|
|
6
|
+
|
|
7
|
+
# ClickView.Clients.Share
|
|
8
|
+
|
|
9
|
+
## Code Changes
|
|
10
|
+
- Implemented a client for Share API (retrieving the pincode on a share)
|
|
11
|
+
|
|
12
|
+
# ClickView.Clients.VideoViews
|
|
13
|
+
|
|
14
|
+
## Code Changes
|
|
15
|
+
- Implemented a client for Video Views API (retrieving user engagement).
|
|
16
|
+
|
|
17
|
+
# monorepo
|
|
18
|
+
|
|
19
|
+
## Code Changes
|
|
20
|
+
- Added new subprojects to ship-it config so MR description using new subprojects can be validated
|
|
21
|
+
|
|
22
|
+
# Testing
|
|
23
|
+
|
|
24
|
+
## other
|
|
25
|
+
- n/a
|
|
26
|
+
|
|
27
|
+
# Merge Request Checklist
|
|
28
|
+
- [ ] QA validation is completed.
|
|
29
|
+
- [ ] All dependencies have been addressed.
|
|
30
|
+
- [ ] All before release tasks have been completed.
|
|
31
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
Run the following sql:
|
|
6
|
+
```
|
|
7
|
+
insert into cv_collection.event_exchange_mappings (EventType, Exchange, DateCreated)
|
|
8
|
+
values
|
|
9
|
+
('cv_product_submit', 'cv_product_all', UTC_TIMESTAMP()),
|
|
10
|
+
('cv_product_create', 'cv_product_all', UTC_TIMESTAMP()),
|
|
11
|
+
('cv_product_stream', 'cv_product_all', UTC_TIMESTAMP());
|
|
12
|
+
```
|
|
13
|
+
> Actually, does this mapping need to be created before the release? I'm assuming that once we deploy collection api - the exchange mappings will be cached straight away, so if the mappings above are not there at startup time, the `cv_product_all` exchange will never receive the events..
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# Code Changes
|
|
17
|
+
- Updated the RepositoryCacheService to cache exchange mappings as a grouped list rather than a dictionary. This is to allow multiple exchanges to receive the same event (e.g. `cv_product_stream`).
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# Testing
|
|
21
|
+
- n/a
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
# Merge Request Checklist
|
|
25
|
+
- [ ] QA validation is completed.
|
|
26
|
+
- [ ] All dependencies have been addressed.
|
|
27
|
+
- [ ] All before release tasks have been completed.
|
|
28
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
- [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
- Nuget packages update
|
|
10
|
+
- Replace `ClickView.Clients.Queue` with `ClickView.GoodStuff.Queues.RabbitMq` according to [the guide](https://clickview.quip.com/nlFMAsSqxeaU/2024-05-RabbitMQ-Upgrade)
|
|
11
|
+
- Change the queues port from 5672 to 5671
|
|
12
|
+
- In the RabbitMQ client options, set EnableSsl=true and IgnoreSslErrors=true. Implements INBOX-9149
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# Testing
|
|
16
|
+
INBOX-9149
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# Merge Request Checklist
|
|
20
|
+
- [ ] QA validation is completed.
|
|
21
|
+
- [ ] All dependencies have been addressed.
|
|
22
|
+
- [ ] All before release tasks have been completed.
|
|
23
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Call `POST https://api-domain.clickviewapp.com/v3/settings/types` with the body below to create a new domain option type for organisation
|
|
6
|
+
```
|
|
7
|
+
{
|
|
8
|
+
"name": "has_enabled_rostering",
|
|
9
|
+
"displayName": "Has enabled rostering",
|
|
10
|
+
"type": "System.Boolean",
|
|
11
|
+
"entityType": 28,
|
|
12
|
+
"defaultValue": "false",
|
|
13
|
+
"kind": 1
|
|
14
|
+
}
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Code Changes
|
|
19
|
+
* Update `ClickView.Clients.Queue` to the latest version
|
|
20
|
+
* Update configs changing the rabbitmq port from 5672 to 5671.
|
|
21
|
+
Implements INBOX-9149
|
|
22
|
+
|
|
23
|
+
* Added organisation entity type support for `GET v4/settings/{entityId}` endpoint so that the front end can fetch the organisation domain settings. Closes CORE-2037
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
# Testing
|
|
27
|
+
INBOX-9149
|
|
28
|
+
|
|
29
|
+
* CORE-2037
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
# Merge Request Checklist
|
|
33
|
+
- [ ] QA validation is completed.
|
|
34
|
+
- [ ] All dependencies have been addressed.
|
|
35
|
+
- [ ] All before release tasks have been completed.
|
|
36
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
|
|
2
|
+
# Deploy Dependencies
|
|
3
|
+
* https://gitlab.cvinternal.net/clickview/back-end/File.Api/-/merge_requests/65
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Before Release
|
|
7
|
+
|
|
8
|
+
## Tasks
|
|
9
|
+
* [ ] Update `ClickView.FileApi.Models` nuget to `1.15.0` or above
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# Code Changes
|
|
13
|
+
* Update `ClickView.FileApi.Models` that can support utf-8 character. Partially closes INBOX-9210
|
|
14
|
+
|
|
15
|
+
* Detect and validate the MIME type of the file when it is uploaded. Closes INBOX-8745
|
|
16
|
+
* A list of file extensions we currently have in file db can be found at https://clickview.quip.com/YMZfAM4XTCbN/File-Extension-for-Uploads
|
|
17
|
+
* Use `Mime-Detective` third-party nuget to inspect the file signature (i.e. file magic number) of each binary file to determine their MIME type
|
|
18
|
+
* Add the custom file signature definitions that are not included in the default file types of Mime-Detective
|
|
19
|
+
* Consolidate a MIME type whitelist that ClickView allows the user to upload (Just log as warning for now if anything uploaded is not recognized or not included in the whitelist. In the next release, we ill block user from uploading any file that is not whitelisted).
|
|
20
|
+
* Add a `PlainTextDetector` to handle the file that does not have file signature (i.e. plain text without byte order mark)
|
|
21
|
+
* Add a `SbvSubtitleDetector` to handle the sbv subtitle file
|
|
22
|
+
* Code cleanup
|
|
23
|
+
* Convert `UploadService` to primary constructor
|
|
24
|
+
* Remove `DateTimeExtensions`
|
|
25
|
+
* Replace `PartialStreamWrapper` with `StreamHelpers.CopyStreamAsync` so we can peek the first 2K bytes of data for MIME type validation
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# Testing
|
|
29
|
+
* INBOX-9210
|
|
30
|
+
|
|
31
|
+
* INBOX-8745
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
# Merge Request Checklist
|
|
35
|
+
- [ ] QA validation is completed.
|
|
36
|
+
- [ ] All dependencies have been addressed.
|
|
37
|
+
- [ ] All before release tasks have been completed.
|
|
38
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Update `ClickView.FileApi.Models.csproj` to bump the version to release build `1.15.0` and publish it to nuget
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Customer Changes
|
|
9
|
+
* Fixed an issue where file uploaded with UTF-8 characters file name have these characters stripped when downloading them. Closes INBOX-9210
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# Code Changes
|
|
13
|
+
* Updated `SecureNameRegex` to support UTF-8 characters
|
|
14
|
+
* Sanitize the file name for all 3 upload endpoints
|
|
15
|
+
* Rename the test project from `ClickView.FileApi.Contracts.Tests` to `ClickView.FileApi.Models.Tests`
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Testing
|
|
19
|
+
* INBOX-9210
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Merge Request Checklist
|
|
23
|
+
- [ ] QA validation is completed.
|
|
24
|
+
- [ ] All dependencies have been addressed.
|
|
25
|
+
- [ ] All before release tasks have been completed.
|
|
26
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# Code Changes
|
|
3
|
+
* Calls the new v2 raw endpoint for anyone who has new share v2 turned on. Implements CORE-2038
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Testing
|
|
7
|
+
CORE-2038
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Merge Request Checklist
|
|
11
|
+
- [ ] QA validation is completed.
|
|
12
|
+
- [ ] All dependencies have been addressed.
|
|
13
|
+
- [ ] All before release tasks have been completed.
|
|
14
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [x] Update octo variable and add in shared variable set
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
* Queue updates. Implements INBOX-9146
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# Testing
|
|
13
|
+
INBOX-9146
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# Merge Request Checklist
|
|
17
|
+
- [ ] QA validation is completed.
|
|
18
|
+
- [ ] All dependencies have been addressed.
|
|
19
|
+
- [ ] All before release tasks have been completed.
|
|
20
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
* [ ] Rename octo variables:
|
|
7
|
+
* `rabbitmq:username` to `queue:username`
|
|
8
|
+
* `rabbitmq:password` to `queue:password`
|
|
9
|
+
* `rabbitmq:discoverQueue` to `queue:discoverQueue`
|
|
10
|
+
* `rabbitmq:masterQueue` to `queue:masterQueue`
|
|
11
|
+
|
|
12
|
+
* [ ] Rename `next.sql` with release version
|
|
13
|
+
* [ ] Run `<release>.sql`
|
|
14
|
+
* [ ] Run `010-add-resource-template-rules.sql`
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## SQL
|
|
18
|
+
```
|
|
19
|
+
CREATE TABLE `resource_template_rules` (
|
|
20
|
+
`ResourceTemplateId` VARCHAR(255) NOT NULL,
|
|
21
|
+
`SuitabilityRule` TEXT,
|
|
22
|
+
`DateCreated` DATETIME NOT NULL,
|
|
23
|
+
`DateModified` DATETIME DEFAULT NULL,
|
|
24
|
+
`DateDeleted` DATETIME DEFAULT NULL,
|
|
25
|
+
`Deleted` BIT NOT NULL DEFAULT b'0',
|
|
26
|
+
PRIMARY KEY (`ResourceTemplateId`),
|
|
27
|
+
FOREIGN KEY (`ResourceTemplateId`) REFERENCES `resource_templates`(`Id`)
|
|
28
|
+
);
|
|
29
|
+
ALTER TABLE `resource_template_columns`
|
|
30
|
+
DROP FOREIGN KEY `fk_resourcetemplateid_resourcetemplates_id`;
|
|
31
|
+
ALTER TABLE `resource_template_columns`
|
|
32
|
+
MODIFY `ResourceTemplateId` VARCHAR(255) NOT NULL;
|
|
33
|
+
ALTER TABLE `resource_templates`
|
|
34
|
+
MODIFY `Id` VARCHAR(255) NOT NULL;
|
|
35
|
+
ALTER TABLE `resource_template_columns`
|
|
36
|
+
ADD CONSTRAINT `fk_resourcetemplateid_resourcetemplates_id`
|
|
37
|
+
FOREIGN KEY (`ResourceTemplateId`) REFERENCES `resource_templates` (`Id`);
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
# Code Changes
|
|
42
|
+
* Nuget packages update
|
|
43
|
+
* Replace `ClickView.Clients.Queue` with `ClickView.GoodStuff.Queues.RabbitMq` according to [the guide](https://clickview.quip.com/nlFMAsSqxeaU/2024-05-RabbitMQ-Upgrade)
|
|
44
|
+
* Change the queues port from 5672 to 5671
|
|
45
|
+
* In the RabbitMQ client options, set EnableSsl=true and IgnoreSslErrors=true. Implements INBOX-9149
|
|
46
|
+
|
|
47
|
+
* Change resource template Id to string, so we can use a more readable lower-snake case as IDs
|
|
48
|
+
* Resource prompts refinement
|
|
49
|
+
* Added IsMovieAndTv identification in the video resource prompt
|
|
50
|
+
* Add series name to resource CSV files
|
|
51
|
+
* Add evaluator for AI resource generator
|
|
52
|
+
* Added endpoint to get resource template suggestions for a video.
|
|
53
|
+
|
|
54
|
+
* Update `GET api/v1/rostering/integrations/current-user` endpoint to return integration for customer’s organisation
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
# Testing
|
|
58
|
+
INBOX-9149
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
* CORE-2028
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
# Merge Request Checklist
|
|
65
|
+
- [ ] QA validation is completed.
|
|
66
|
+
- [ ] All dependencies have been addressed.
|
|
67
|
+
- [ ] All before release tasks have been completed.
|
|
68
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
# Deploy Dependencies
|
|
3
|
+
* https://gitlab.cvinternal.net/clickview/back-end/library.api/-/merge_requests/174
|
|
4
|
+
|
|
5
|
+
- https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1216
|
|
6
|
+
|
|
7
|
+
* https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/357
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Code Changes
|
|
11
|
+
* Add `POST v2/libraries/export` endpoint to support incremental library export. Closes CORE-2045
|
|
12
|
+
|
|
13
|
+
- Added an endpoint to fetch organisation settings.
|
|
14
|
+
|
|
15
|
+
* Add a new endpoint `PUT /v1/users/me/profile` to allow user to update their own basic info, like first name, last name and display name. Closes CORE-2015
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Testing
|
|
19
|
+
* CORE-2045
|
|
20
|
+
|
|
21
|
+
- n/a
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# Merge Request Checklist
|
|
26
|
+
- [ ] QA validation is completed.
|
|
27
|
+
- [ ] All dependencies have been addressed.
|
|
28
|
+
- [ ] All before release tasks have been completed.
|
|
29
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
# Code Changes
|
|
3
|
+
* Update decision maker logic as detailed in the ticket. Implements [INBOX-9034](https://clickview.atlassian.net/browse/INBOX-9034)
|
|
4
|
+
|
|
5
|
+
* Update `Snowflake.Data` to latest version
|
|
6
|
+
|
|
7
|
+
- Register the `SalesQualifiedLeadDiscoveryClassifier` in DI against the `IProductLifecycleStageClassifier` and `IMarketingLifecycleStageClassifier`
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Testing
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
# Merge Request Checklist
|
|
16
|
+
- [ ] QA validation is completed.
|
|
17
|
+
- [ ] All dependencies have been addressed.
|
|
18
|
+
- [ ] All before release tasks have been completed.
|
|
19
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# Code Changes
|
|
3
|
+
* Add ClickView CDN to CSP
|
|
4
|
+
* Whitelist LE host
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
# Testing
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Merge Request Checklist
|
|
11
|
+
- [ ] QA validation is completed.
|
|
12
|
+
- [ ] All dependencies have been addressed.
|
|
13
|
+
- [ ] All before release tasks have been completed.
|
|
14
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
* Add a v2 endpoint `POST v2/libraries/export` to export library with incremental support. Closes CORE-2043
|
|
10
|
+
|
|
11
|
+
* Support TLS connection for rabbitmq. Closes CORE-2036
|
|
12
|
+
* Update `ClickView.GoodStuff.EventHandling.Master` to `0.12.0` or above which is default to ssl connection for rabbitmq
|
|
13
|
+
* Update `ClickView.Clients.Notification` to `2.54.0` or above which has already had ignore ssl error turned on
|
|
14
|
+
* Update `ClickView.Clients.FileGenerator` to `2.54.0` or above which has already had ignore ssl error turned on
|
|
15
|
+
* Set `EnableSsl = true` for both notification and file generator client
|
|
16
|
+
* Update `NotificationService` to adapt to the changes made in the latest `ClickView.Clients.Notification` nuget
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# Testing
|
|
20
|
+
* CORE-2043
|
|
21
|
+
|
|
22
|
+
* CORE-2036
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# Merge Request Checklist
|
|
26
|
+
- [ ] QA validation is completed.
|
|
27
|
+
- [ ] All dependencies have been addressed.
|
|
28
|
+
- [ ] All before release tasks have been completed.
|
|
29
|
+
- [ ] All after release tasks are ready to be completed.
|
package/dist/P3/Lite.md
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
* Support TLS connection for rabbitmq. Closes CORE-2040
|
|
10
|
+
* Set `sslConfig` with `Protocol = SslProtocols.None` when instantiating a new RabbitMqClient
|
|
11
|
+
* Note that `ClickView.Clients.Queue` is not replaced with `ClickView.GoodStuff.Queues.RabbitMq` because the local cache api is still targeting .net2.0
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Testing
|
|
15
|
+
* CORE-2040
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Merge Request Checklist
|
|
19
|
+
- [ ] QA validation is completed.
|
|
20
|
+
- [ ] All dependencies have been addressed.
|
|
21
|
+
- [ ] All before release tasks have been completed.
|
|
22
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
# Before Release
|
|
3
|
+
|
|
4
|
+
## Tasks
|
|
5
|
+
* In octo variables, make sure to remove the `masterQueue`
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Code Changes
|
|
9
|
+
* Updated queue nuget packages. Partially implements INBOX-9146
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# Testing
|
|
13
|
+
INBOX-9146
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# Merge Request Checklist
|
|
17
|
+
- [ ] QA validation is completed.
|
|
18
|
+
- [ ] All dependencies have been addressed.
|
|
19
|
+
- [ ] All before release tasks have been completed.
|
|
20
|
+
- [ ] All after release tasks are ready to be completed.
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
|
|
2
|
+
# Code Changes
|
|
3
|
+
- Added `TemplateType` and `AutoGenerated` to `ResourceMetadata`
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Testing
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
# Merge Request Checklist
|
|
10
|
+
- [ ] QA validation is completed.
|
|
11
|
+
- [ ] All dependencies have been addressed.
|
|
12
|
+
- [ ] All before release tasks have been completed.
|
|
13
|
+
- [ ] All after release tasks are ready to be completed.
|