@clickview/ship-it 0.0.9 → 0.0.11
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/config.json +1 -1
- package/dist/X2/Analytics Web.md +11 -0
- package/dist/X2/Batch.Api.md +11 -0
- package/dist/X2/ClickView Online.md +43 -0
- package/dist/X2/ClickView.Cloud247.SpliceService.md +12 -0
- package/dist/X2/ClickView.Cron.md +10 -0
- package/dist/X2/ClickView.Curator.md +22 -0
- package/dist/X2/ClickView.OnlineApi.md +14 -0
- package/dist/X2/Curriculum.App.md +9 -0
- package/dist/X2/CurriculumIngestion.Api.md +8 -0
- package/dist/X2/Discover.Api.md +35 -0
- package/dist/X2/Domain.Api.md +11 -0
- package/dist/X2/FileGenerator.md +11 -0
- package/dist/X2/Hydration.App.md +9 -0
- package/dist/X2/Integrations.Api.md +8 -0
- package/dist/X2/Krakend.md +18 -0
- package/dist/X2/LTI.md +11 -0
- package/dist/X2/Library Editor.md +11 -0
- package/dist/X2/Library.Api.md +13 -0
- package/dist/X2/Lite.md +21 -0
- package/dist/X2/Master.Api.md +21 -0
- package/dist/X2/Master.Auth.md +22 -0
- package/dist/X2/Objects.Api.md +30 -0
- package/dist/X2/Permissions.Api.md +34 -0
- package/dist/X2/Release Notes.md +932 -0
- package/dist/X2/Share.Api.md +8 -0
- package/dist/X2/Subjects.API.md +21 -0
- package/dist/X2/TvProgramMonitor.App.md +8 -0
- package/dist/X2/Users.Api.md +25 -0
- package/dist/X2/VideoProcessorService.md +12 -0
- package/dist/X2/X2 Release Notes.md +932 -0
- package/dist/X2/X2 Testing Notes.csv +1200 -0
- package/dist/X2/X2 Testing Notes_old.csv +2060 -0
- package/dist/X2/clickview.md +314 -0
- package/dist/X2/index.app.md +8 -0
- package/dist/X2/notification-service.md +48 -0
- package/dist/Y2/Y2 Testing Notes.csv +1057 -0
- package/lib/config.json +1 -1
- package/lib/src/api-clients/git-lab/GitLabApiClient.js +0 -1
- package/lib/src/commands/CreateTestingNotesCommand.js +84 -0
- package/lib/src/commands/index.js +1 -0
- package/lib/src/constants/CommandTypeMapping.js +1 -0
- package/lib/src/interfaces/models/ProjectConfig.js +9 -0
- package/lib/src/inversify.config.js +2 -0
- package/lib/src/services/GitLabService.js +33 -0
- package/lib/src/startup/SetupCommands.js +1 -0
- package/lib/src/tasks/CreateMergeRequestTask.js +12 -9
- package/lib/src/tasks/CreateReleaseNotesTask.js +11 -8
- package/lib/src/tasks/CreateTestingNotesTask.js +135 -0
- package/lib/src/tasks/TagMasterTask.js +1 -2
- package/lib/src/tasks/ValidateDescriptionsTask.js +63 -33
- package/lib/src/tasks/ValidateMergeRequestTask.js +5 -4
- package/lib/src/tasks/index.js +1 -0
- package/lib/src/types.js +2 -0
- package/lib/src/utils/Csv.js +54 -0
- package/lib/src/utils/Descriptions.js +120 -103
- package/package.json +3 -2
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
# Dependencies
|
|
3
|
+
- Should be released after https://gitlab.cvinternal.net/clickview/back-end/Master.Api/-/merge_requests/735
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Customer changes
|
|
7
|
+
- Subjects api allows add interactives and clips to classifications and audiences.
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Code changes
|
|
11
|
+
- Update build scripts to their latest
|
|
12
|
+
|
|
13
|
+
- Added `Interactives` and `Clips` to method `GetClassificationMemberType`
|
|
14
|
+
- Added new controller `AudienceV2Controller` to use Master Api V2 controller to add interactives and clips to a specific audience
|
|
15
|
+
- Added new controller `MasterObjectV2Controller` to use Master Api V2 controller to add interactive/clip to multiple audiences. Implements CORE-945
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Testing
|
|
19
|
+
|
|
20
|
+
- In Subjects Api, Clips and interactives can be added to Classifications and Audiences
|
|
21
|
+
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
|
|
2
|
+
# Dependencies
|
|
3
|
+
* https://gitlab.cvinternal.net/clickview/back-end/ClickView.OnlineApi/-/merge_requests/404
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Customer changes
|
|
7
|
+
* Fix an issue where US date time format is shown for `Last Sign In Time`in the user report when exporting users using new user manager. Close INBOX-3907
|
|
8
|
+
|
|
9
|
+
* Add endpoints to allow NP to set and get sso year group mappings. Partially implements CORE-930
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
# Code changes
|
|
13
|
+
* Use `ISO 8601` date time format to standardize the date time display across all regions.
|
|
14
|
+
* Start the application in console mode instead of IIS express
|
|
15
|
+
|
|
16
|
+
* Add new endpoint `GET v1/customers/{id}/sso-year-group-mappings` to fetch sso year group mappings of a customer
|
|
17
|
+
* Add new endpoint `POST v1/customers/{id}/sso-year-group-mappings` to add or update sso year group mappings for a customer
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# Testing
|
|
21
|
+
* In student manager in NP, go to 3 dot next to search bar and choose `Export students`. After student csv file is downloaded, the `Last Sign In Time` column should have date time in the format like `2022-03-07T06:23:06 +00:00`
|
|
22
|
+
|
|
23
|
+
* Hitting `GET v1/customers/{id}/sso-year-group-mappings` endpoint should return a list of sso year group mappings
|
|
24
|
+
* Hitting `POST v1/customers/{id}/sso-year-group-mappings` endpoint should add or update sso year group mappings for a customer
|
|
25
|
+
|