@clickview/ship-it 0.0.47-dev.0 → 0.0.49
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/.claude/settings.local.json +10 -0
- package/.gitlab-ci.yml +1 -1
- package/dist/P3/P3 Notes Audit.csv +49 -0
- package/dist/R1/R1 Notes Audit.csv +117 -0
- package/dist/S3/S3 Notes Audit.csv +13 -0
- package/dist/W2/W2 Notes Audit.csv +57 -0
- package/lib/src/api-clients/jira/JiraApiClient.js +105 -0
- package/lib/src/commands/CheckReleaseReadyCommand.js +76 -0
- package/lib/src/commands/JiraTicketsStatusCommand.js +73 -0
- package/lib/src/constants/ProjectNames.js +3 -1
- package/lib/src/constants/SlackUserEmailList.js +8 -0
- package/lib/src/constants/TeamCityBuildIDs.js +0 -36
- package/lib/src/index.js +0 -0
- package/lib/src/services/JiraService.js +34 -0
- package/lib/src/startup/SetupCommands.js +1 -0
- package/lib/src/tasks/BumpPackagesTask.js +7 -2
- package/lib/src/tasks/CheckReleaseReadyTask.js +179 -0
- package/lib/src/tasks/JiraTicketsStatusTask.js +180 -0
- package/package.json +6 -5
- package/dist/P3/Account.Api.md +0 -20
- package/dist/P3/Analytics Web.md +0 -13
- package/dist/P3/Batch.Api.md +0 -25
- package/dist/P3/Classroom.Api.md +0 -21
- package/dist/P3/ClickView Online.md +0 -18
- package/dist/P3/ClickView.Cron.JobProcessor.md +0 -28
- package/dist/P3/ClickView.Curator.md +0 -39
- package/dist/P3/Clients.md +0 -31
- package/dist/P3/Collection.Api.md +0 -28
- package/dist/P3/Discover.Api.md +0 -23
- package/dist/P3/Domain.Api.md +0 -36
- package/dist/P3/Exchange.Web.md +0 -6
- package/dist/P3/File.Api.IngestService.md +0 -38
- package/dist/P3/File.Api.md +0 -26
- package/dist/P3/FileGenerator.md +0 -14
- package/dist/P3/Hydration.App.md +0 -20
- package/dist/P3/Integrations.Api.md +0 -68
- package/dist/P3/Krakend.md +0 -29
- package/dist/P3/LeadQualifier.App.md +0 -19
- package/dist/P3/Library Editor.md +0 -14
- package/dist/P3/Library.Api.md +0 -29
- package/dist/P3/Lite.md +0 -6
- package/dist/P3/LocalCache.Api.md +0 -22
- package/dist/P3/LoginAnalytics.Api.md +0 -20
- package/dist/P3/Master.Api.md +0 -13
- package/dist/P3/Master.Auth.md +0 -28
- package/dist/P3/Objects.Api.md +0 -27
- package/dist/P3/Permissions.Api.md +0 -23
- package/dist/P3/Release Notes.md +0 -1196
- package/dist/P3/Search.Api.md +0 -14
- package/dist/P3/Share.Api.md +0 -16
- package/dist/P3/StreamableLearning.Web.md +0 -6
- package/dist/P3/Subjects.API.md +0 -13
- package/dist/P3/Tools.md +0 -13
- package/dist/P3/Tv.Web.md +0 -35
- package/dist/P3/TvConversion.App.md +0 -14
- package/dist/P3/TvRecording.App.md +0 -18
- package/dist/P3/TvSplice.App.md +0 -14
- package/dist/P3/Users.Api.md +0 -46
- package/dist/P3/VideoCollections.Api.md +0 -6
- package/dist/P3/VideoViews.Api.md +0 -29
- package/dist/P3/WorkspaceSplice.App.md +0 -14
- package/dist/P3/clickview.md +0 -130
- package/dist/P3/index.app.md +0 -58
package/dist/P3/Search.Api.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Sort by `dateCreated` for `Customer`, `User` and `Organisation`
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# Testing
|
|
7
|
-
* CORE-2025
|
|
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.
|
package/dist/P3/Share.Api.md
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Making sure that we get the all the data from the db after creating the share
|
|
4
|
-
|
|
5
|
-
* Adds DateCreated to share recipients during migration
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# Testing
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
# Merge Request Checklist
|
|
13
|
-
- [ ] QA validation is completed.
|
|
14
|
-
- [ ] All dependencies have been addressed.
|
|
15
|
-
- [ ] All before release tasks have been completed.
|
|
16
|
-
- [ ] All after release tasks are ready to be completed.
|
package/dist/P3/Subjects.API.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Fixed an issue to calculate child classificaitons count to include leaf classificaiotns only
|
|
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.
|
package/dist/P3/Tools.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
- Added a one off tool to add audiences to a video for a presentation, based on the audiences mapped from another presentation.
|
|
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.
|
package/dist/P3/Tv.Web.md
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Before Release
|
|
3
|
-
|
|
4
|
-
## SQL
|
|
5
|
-
* run this sql
|
|
6
|
-
```
|
|
7
|
-
-- Enable 7twoHD Perth channel
|
|
8
|
-
INSERT INTO `cv_tv_au`.`RegionChannels` (`RegionId`, `ChannelId`, `OwnerStatus`, `Deleted`, `IsShow`) VALUES (3, 74, 0, 0, 1);
|
|
9
|
-
-- Disable old 7two Perth channel
|
|
10
|
-
UPDATE `cv_tv_au`.`RegionChannels` SET `IsShow` = 0 WHERE `ChannelId` = 13 AND RegionId = 3;
|
|
11
|
-
-- Rename ABC Entertains to ABC Entertains HD
|
|
12
|
-
UPDATE `cv_tv_au`.`Channels` SET `DisplaynNme` = 'ABC Entertains HD' WHERE `Id` = 37;
|
|
13
|
-
-- Rename ABC News 24 to ABC News HD
|
|
14
|
-
UPDATE `cv_tv_au`.`Channels` SET `DisplaynNme` = 'ABC News HD' WHERE `Id` = 6;
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
# Customer Changes
|
|
19
|
-
* Customer shoud see the new 7twoHD channels in 5 AU resions. The old `7two` channel should be disabled
|
|
20
|
-
* Rename `ABC Entertains` to `ABC Entertains HD`
|
|
21
|
-
* Rename `ABC News 24` to `ABC News HD`
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
# Code Changes
|
|
25
|
-
* The new `7twoHD` channel to use existing 7two logo and small channel icon
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
# Testing
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
# Merge Request Checklist
|
|
32
|
-
- [ ] QA validation is completed.
|
|
33
|
-
- [ ] All dependencies have been addressed.
|
|
34
|
-
- [ ] All before release tasks have been completed.
|
|
35
|
-
- [ ] All after release tasks are ready to be completed.
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Update queue to use TLS
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# Testing
|
|
7
|
-
* CVTV-255
|
|
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.
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Update queue to use TLS
|
|
4
|
-
|
|
5
|
-
* Record the new `7twoHD Perth` channels
|
|
6
|
-
* Upgrade `ABC News` and `ABC Me` channels to HD
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
# Testing
|
|
10
|
-
* CVTV-257
|
|
11
|
-
|
|
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.
|
package/dist/P3/TvSplice.App.md
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Update queue to use TLS
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# Testing
|
|
7
|
-
* CVTV-256
|
|
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.
|
package/dist/P3/Users.Api.md
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Before Release
|
|
3
|
-
|
|
4
|
-
## Tasks
|
|
5
|
-
* [ ] Add `RabbitMq-Shared` variable set in Octo
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# Code Changes
|
|
9
|
-
* Support manual super admin account. Closes CORE-2042
|
|
10
|
-
* Update `UserService.UpdateUserAsync()` to allow super admin user to elevate a user account to super admin
|
|
11
|
-
* Update `UserService.CreateUsersInternalAsync()` to allow super admin to create other super admin accounts
|
|
12
|
-
* Move `AddUserToOrganisationAsync` and `RemoveUserFromOrganisationAsync` to `OrganisationService` so they can be shared for both sso and manual account
|
|
13
|
-
* Move `AddUserCustomersAsync()` and `UpdateUserCustomersYearGroupsAndUserProfilesAsync` to `UserProfileService`
|
|
14
|
-
* Some minor code clean up
|
|
15
|
-
|
|
16
|
-
* Support TLS connection for rabbitmq. Closes CORE-2035
|
|
17
|
-
* Update `ClickView.GoodStuff.EventHandling.Master` to `0.12.0` or above which is default to ssl connection for rabbitmq
|
|
18
|
-
* Update `ClickView.Clients.Notification` to `2.54.0` or above which has already had ignore ssl error turned on
|
|
19
|
-
* Update `AutoJoinReceivedNotification` and `JoinRequestReceivedNotification` to adapt to the changes made in the latest `ClickView.Clients.Notification` nuget
|
|
20
|
-
|
|
21
|
-
* Add a new endpoint `PUT v1/users/profile` to allow user to update their own basic info. Closes CORE-2006
|
|
22
|
-
* This allows staff to update their job title (currently there is no UI to allow user to update their job title)
|
|
23
|
-
* Updating job title will be ignored if the user type is not `Staff` (there is no UI to allow student to update their profile currently)
|
|
24
|
-
* Update `UserService.UpdateUserAsync()` to use `ValidatorService` to validate the basic user info and return the following error codes instead of `unknown-error`
|
|
25
|
-
* Return `user-validation-error-first-name-invalid` error code if first name contains invalid characters
|
|
26
|
-
* Return `user-validation-error-surname-invalid` error code if surname contains invalid characters
|
|
27
|
-
* Return `user-validation-error-display-name-invalid` error code if display name contains invalid characters
|
|
28
|
-
* Return `user-validation-error-job-title-name-invalid` error code if job title contains invalid characters
|
|
29
|
-
* Return `user-validation-error-job-title-too-long` error code if job title name exceeds 70 characters
|
|
30
|
-
* Return `user-validation-error-job-title-too-short` error code if job title name is less than 2 characters
|
|
31
|
-
* Remove `InvalidFirstNameException` and `InvalidSurnameException`
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
# Testing
|
|
35
|
-
* CORE-2042
|
|
36
|
-
|
|
37
|
-
* CORE-2035
|
|
38
|
-
|
|
39
|
-
* CORE-2006
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
# Merge Request Checklist
|
|
43
|
-
- [ ] QA validation is completed.
|
|
44
|
-
- [ ] All dependencies have been addressed.
|
|
45
|
-
- [ ] All before release tasks have been completed.
|
|
46
|
-
- [ ] All after release tasks are ready to be completed.
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Before Release
|
|
3
|
-
|
|
4
|
-
## Tasks
|
|
5
|
-
* [x] Update octo variable and add in shared variable set
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
# Code Changes
|
|
9
|
-
* When there is a stream record but no heatmap data, shows the heatmap row in the UI with accurate view count and empty heatmap progress bar.
|
|
10
|
-
|
|
11
|
-
* Adds raw stream retrieval endpoint
|
|
12
|
-
* Implements a new endpoint for retrieving raw stream data based on customer, user, and group IDs within a specified date range. It fetches streams from the repository, enriches them with metadata, and maps them to a simplified raw view model.
|
|
13
|
-
|
|
14
|
-
* Queue updates. Partially implements INBOX-9146
|
|
15
|
-
* Updates ClickView client libraries and hosting queue package to their latest versions.
|
|
16
|
-
* Updates the RabbitMQ connection port in appsettings.json to the correct value.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
# Testing
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
INBOX-9146
|
|
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.
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Code Changes
|
|
3
|
-
* Update queue to use TLS
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# Testing
|
|
7
|
-
* CVTV-258
|
|
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.
|
package/dist/P3/clickview.md
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Deploy Dependencies
|
|
3
|
-
|
|
4
|
-
## other
|
|
5
|
-
* https://gitlab.cvinternal.net/clickview/front-end/integrations.api/-/merge_requests/219
|
|
6
|
-
|
|
7
|
-
# Before Release
|
|
8
|
-
|
|
9
|
-
## Tasks
|
|
10
|
-
- [ ] Ensure this article has been published: https://support.clickvieweducation.com/hc/articles/48276917260441
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
## SQL
|
|
14
|
-
Need to run the SQL below to create a collection api client for cv marketing website. - (by @prad)
|
|
15
|
-
```sql
|
|
16
|
-
insert into cv_collection.authentication (`ClientId`, `ClientSecret`, `Scopes`, `DateCreated`, `Deleted`)
|
|
17
|
-
values ('cv_marketing', 'zXJL9nOHxzDlMUDjiP41', 'collectionapi.collect', UTC_TIMESTAMP, 0);
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
# After Release
|
|
22
|
-
|
|
23
|
-
## Tasks
|
|
24
|
-
* [ ] Update `@clickview/analytics` package in marketing website - (notify @nish)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
# Analytics
|
|
28
|
-
|
|
29
|
-
## Code Changes
|
|
30
|
-
* Ability to export third party consumable typescript npm package.
|
|
31
|
-
* `ProfileApiClient` handles `attributedProfileId` for when its passed from `r` value. Partially Implements INBOX-9260.
|
|
32
|
-
* Update `ClientOptions` interface align more towards `CollectionApiClientOptions` .
|
|
33
|
-
|
|
34
|
-
# Curator
|
|
35
|
-
|
|
36
|
-
## Code Changes
|
|
37
|
-
* Fix an issue in the curriculum selector in Curator video curricumn page.
|
|
38
|
-
* Add Organisation type to the domain option entity.
|
|
39
|
-
* In CRM studio Organisation tabs, added a `Feature Flags` page to show Organisation domain option (We only have one feature flag type domain option now)
|
|
40
|
-
|
|
41
|
-
## Customer Changes
|
|
42
|
-
* If a user is a Super Admin, it should display a badge to differentiate from an Admin. For AU/UK it's called `Org Admin`, for US it's `District Admin`.
|
|
43
|
-

|
|
44
|
-

|
|
45
|
-
- In the Points of Interest form in the content pipeline, if you manually add/edit a POI and accidentally click on the "X", you are shown a warning then asked to click X again before actually closing the form.
|
|
46
|
-
|
|
47
|
-
# Exchange
|
|
48
|
-
|
|
49
|
-
## Code Changes
|
|
50
|
-
- Fixing issues that were preventing TV from working in the NZ region.
|
|
51
|
-
|
|
52
|
-
# Lite
|
|
53
|
-
|
|
54
|
-
## Code Changes
|
|
55
|
-
- Hardcoded IDs for the tigtag and twig hubs so they're hidden on Discover to customers without the libraries.
|
|
56
|
-
* Replaced rostering setting with organisation rostering setting
|
|
57
|
-
* Remove empty rostering status for super admin when there is a district-controlled rostering.
|
|
58
|
-
- Pincode route now auto submits
|
|
59
|
-
- Fixed pincode route not being public
|
|
60
|
-
- Fixed an issue causing an applink to appear in the query params
|
|
61
|
-
- Updating the pincode consumption to use product images on the left
|
|
62
|
-
* Remove feature flag checks to enable new search for public access. Implements LTE-3151.
|
|
63
|
-
* Use attributed profile id if it exists.
|
|
64
|
-
|
|
65
|
-
## Customer Changes
|
|
66
|
-
- Added a link to our KB article about exporting libraries to the export libraries settings page.
|
|
67
|
-
- When selecting the `MARC 21 V2` or `MARC XML` library export formats. Admins can now additionally select from which date they would like the export to start from. Implements INBOX-9351.
|
|
68
|
-
|
|
69
|
-

|
|
70
|
-
* Enable new search for public access.
|
|
71
|
-
- In the Curator user manager, a super admin account can be created and edited:
|
|
72
|
-
|
|
73
|
-

|
|
74
|
-
|
|
75
|
-

|
|
76
|
-
- For a Super Admin account, they can create/edit another Super Admin staff account:
|
|
77
|
-

|
|
78
|
-
- For an ordinary Admin, they cannot create/edit a Super Admin staff:
|
|
79
|
-

|
|
80
|
-
- In Lite, a non-super admin cannot update a super admin account (edit, deactivate, remove etc.)
|
|
81
|
-

|
|
82
|
-
* If a user is a Super Admin, it should display a badge to differentiate from an Admin. For AU/UK it's called `Org Admin`, for US it's `District Admin`.
|
|
83
|
-

|
|
84
|
-

|
|
85
|
-
- Fix an issue where the images start to overflow the containers on the login page.
|
|
86
|
-

|
|
87
|
-
|
|
88
|
-
# Player
|
|
89
|
-
|
|
90
|
-
## Customer Changes
|
|
91
|
-
- Fixed a bug where captions wouldn't reposition when toggling between theatre mode and default mode. Fixes INBOX-9276.
|
|
92
|
-
- The player now provides the option for the video to be looped. Note: Turning on play next video will turn off loop video, and vice versa. Implements PLAY-243.
|
|
93
|
-
|
|
94
|
-

|
|
95
|
-
- Fix the casing of the player's menu items.
|
|
96
|
-
- The player will now indicate if captions and theatre mode are switched on. Implements INBOX-8757.
|
|
97
|
-
|
|
98
|
-

|
|
99
|
-
|
|
100
|
-
## Code Changes
|
|
101
|
-
- Bumping `@clickview/player-font` with changes to the CC and Theatre mode icons, as they were off center by 1 px. Fixes INBOX-9275. Fixes INBOX-9277.
|
|
102
|
-
|
|
103
|
-
# Shared
|
|
104
|
-
|
|
105
|
-
## Code Changes
|
|
106
|
-
- Extracted the tiles from the bulk actions, so they may be used for other forms.
|
|
107
|
-
- Added a `formatToISODate` helper to our date helper
|
|
108
|
-
- Added the Job Titles for the NZ product.
|
|
109
|
-
|
|
110
|
-
# Testing
|
|
111
|
-
|
|
112
|
-
## other
|
|
113
|
-
- Implements INBOX-9351.
|
|
114
|
-
* n/a
|
|
115
|
-
* Implements LTE-3151.
|
|
116
|
-
* Fixes INBOX-9310
|
|
117
|
-
- n/a
|
|
118
|
-
- Implemented RELEASE-1183
|
|
119
|
-
* Implemented CC-1268
|
|
120
|
-
* Partially Implements INBOX-9260.
|
|
121
|
-
- Implements PLAY-243.
|
|
122
|
-
- Implements INBOX-9178
|
|
123
|
-
- Implements INBOX-8757.
|
|
124
|
-
- Fixes INBOX-8917
|
|
125
|
-
|
|
126
|
-
# Merge Request Checklist
|
|
127
|
-
- [ ] QA validation is completed.
|
|
128
|
-
- [ ] All dependencies have been addressed.
|
|
129
|
-
- [ ] All before release tasks have been completed.
|
|
130
|
-
- [ ] All after release tasks are ready to be completed.
|
package/dist/P3/index.app.md
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Before Release
|
|
3
|
-
|
|
4
|
-
## Tasks
|
|
5
|
-
* [ ] Update Elastic customer mapping
|
|
6
|
-
```
|
|
7
|
-
[PUT] customer/_mapping
|
|
8
|
-
{
|
|
9
|
-
"properties": {
|
|
10
|
-
"dateCreated": {
|
|
11
|
-
"type": "date"
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
```
|
|
16
|
-
* [ ] Update Elastic User mapping
|
|
17
|
-
```
|
|
18
|
-
[PUT] user/_mapping
|
|
19
|
-
{
|
|
20
|
-
"properties": {
|
|
21
|
-
"dateCreated": {
|
|
22
|
-
"type": "date"
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
```
|
|
27
|
-
* [ ] Update Elastic Organisation mapping
|
|
28
|
-
```
|
|
29
|
-
[PUT] organisation/_mapping
|
|
30
|
-
{
|
|
31
|
-
"properties": {
|
|
32
|
-
"dateCreated": {
|
|
33
|
-
"type": "date"
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
```
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
# After Release
|
|
41
|
-
|
|
42
|
-
## Tasks
|
|
43
|
-
* [ ] Reindex Users, Customers and Organisations
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# Code Changes
|
|
47
|
-
* Index `dateCreated` for master user, customer and organisation
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
# Testing
|
|
51
|
-
* CORE-2025
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
# Merge Request Checklist
|
|
55
|
-
- [ ] QA validation is completed.
|
|
56
|
-
- [ ] All dependencies have been addressed.
|
|
57
|
-
- [ ] All before release tasks have been completed.
|
|
58
|
-
- [ ] All after release tasks are ready to be completed.
|