@clickview/ship-it 0.0.13 → 0.0.15
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/dist/A3/Analytics Web.md +0 -0
- package/dist/A3/ClickView Online.md +28 -0
- package/dist/A3/ClickView.Curator.md +19 -0
- package/dist/A3/Clients.md +21 -0
- package/dist/A3/Domain.Api.md +15 -0
- package/dist/A3/Krakend.md +33 -0
- package/dist/A3/Library Editor.md +0 -0
- package/dist/A3/Lite.md +35 -0
- package/dist/A3/Master.Api.md +10 -0
- package/dist/A3/Master.Auth.md +51 -0
- package/dist/A3/Release Notes.md +683 -0
- package/dist/A3/Subjects.API.md +18 -0
- package/dist/A3/Users.Api.md +89 -0
- package/dist/A3/clickview.md +325 -0
- package/dist/X3/X3 Testing Notes.csv +1222 -0
- package/dist/X3/X3 Testing Notes.xlsx +0 -0
- package/dist/Z1/Analytics Web.md +0 -0
- package/dist/Z1/ClickView Online.md +24 -0
- package/dist/Z1/ClickView.Cron.md +8 -0
- package/dist/Z1/ClickView.Curator.md +28 -0
- package/dist/Z1/ClickView.EmailService.md +17 -0
- package/dist/Z1/Clients.md +29 -0
- package/dist/Z1/Discover.Api.md +20 -0
- package/dist/Z1/Domain.Api.md +34 -0
- package/dist/Z1/FileGenerator.md +13 -0
- package/dist/Z1/Image.Api.md +14 -0
- package/dist/Z1/Krakend.md +8 -0
- package/dist/Z1/Library Editor.md +0 -0
- package/dist/Z1/Lite.md +47 -0
- package/dist/Z1/Master.Auth.md +43 -0
- package/dist/Z1/Objects.Api.md +30 -0
- package/dist/Z1/Permissions.Api.md +10 -0
- package/dist/Z1/Prospect.Api.md +16 -0
- package/dist/Z1/RealtimeSalesforceSync.md +16 -0
- package/dist/Z1/Release Notes.md +855 -0
- package/dist/Z1/Search.Api.md +19 -0
- package/dist/Z1/Share.Api.md +12 -0
- package/dist/Z1/Ship It.md +23 -0
- package/dist/Z1/Subjects.API.md +16 -0
- package/dist/Z1/Users.Api.md +26 -0
- package/dist/Z1/VideoProcessorService.md +11 -0
- package/dist/Z1/Z1 Testing Notes.csv +1079 -0
- package/dist/Z1/Z1 Testing Notes.xlsx +0 -0
- package/dist/Z1/clickview.md +316 -0
- package/lib/src/constants/MonorepoPackageJsonFiles.js +1 -0
- package/lib/src/constants/TeamCityBuildIDs.js +2 -1
- package/lib/src/tasks/InstallPackagesTask.js +3 -1
- package/lib/src/utils/Commits.js +4 -0
- package/package.json +1 -1
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
# Before release
|
|
3
|
+
* [ ] Update `ClickView.DomainApi.Models` nuget package to a stable version
|
|
4
|
+
|
|
5
|
+
* [ ] Update `ClickView.DomainApi.Models` nuget package to a stable version
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Dependencies
|
|
9
|
+
* https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1086
|
|
10
|
+
|
|
11
|
+
* https://gitlab.cvinternal.net/clickview/back-end/Domain.Api/-/merge_requests/1086
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Customer changes
|
|
15
|
+
* Fixed an issue where subtitle is not showing up when adding Tv guide video to Workspace. Close INBOX-4482
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Code changes
|
|
19
|
+
* Call `POST v2/videos/{id}/copy` endpoint in domain api to push curated ad-free TV guide video to workspace
|
|
20
|
+
|
|
21
|
+
* Update some nuget packages to the latest version
|
|
22
|
+
* Clean up legacy staff request code
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# Testing
|
|
26
|
+
* Go to Online and Choose a TV program that has been curated by content team with subtitle and add it to Workspace, the subtitle should be appearing for the video in Workspace
|
|
27
|
+
|
|
28
|
+
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
# Customer changes
|
|
3
|
+
* Fixed an issue where `Pending` or `Draft` videos in Exchange queue cannot be deleted. Close INBOX-4863
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Code changes
|
|
7
|
+
* Allow `Pending` and `Draft` videos from Hosted library or Exchange to be deleted
|
|
8
|
+
|
|
9
|
+
- Upgraded to .NET Core. Implements CC-266 and implements CC-472
|
|
10
|
+
|
|
11
|
+
- Move the user-manager image success and error image to the wizard folder.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Testing
|
|
15
|
+
* Go to Curator->Exchange->Pending Programs and choose a program for deletion, and the program should be deleted
|
|
16
|
+
|
|
17
|
+
- Regression test the entirety of Curator. Every single tab, every single button/action possible, and make sure they all work as expected
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
|
|
2
|
+
# ClickView.Clients.Master
|
|
3
|
+
|
|
4
|
+
## Customer changes
|
|
5
|
+
* Fixed an issue where Method not allowed error is thrown when deleting a user. Close STG-394
|
|
6
|
+
|
|
7
|
+
## Code changes
|
|
8
|
+
* Use `v1/objects/{id}` for DELETE method
|
|
9
|
+
|
|
10
|
+
# ClickView.Clients.Prospect
|
|
11
|
+
|
|
12
|
+
## Code changes
|
|
13
|
+
- Add `CreateDomainAsync` method
|
|
14
|
+
- Remove brittle tests. Implements INBOX-4818
|
|
15
|
+
|
|
16
|
+
# ClickView.Clients.User
|
|
17
|
+
|
|
18
|
+
## Code changes
|
|
19
|
+
- Add `CreateJoinRequestAsync` to create join requests for existing users.
|
|
20
|
+
|
|
21
|
+
# Testing
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
|
|
2
|
+
# Before release
|
|
3
|
+
* [ ] Bump up `ClickView.DomainApi.Models.Common` version to main release version and push it to nuget server
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Customer changes
|
|
7
|
+
* Fixed an issue where subtitle is not showing up when adding Tv guide video to Workspace. Close INBOX-4482
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Code changes
|
|
11
|
+
* Add capability to `POST v2/videos/{id}/copy` endpoint to allow Online to use it for adding TV guide video to workspace
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Testing
|
|
15
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
|
|
2
|
+
# Code changes
|
|
3
|
+
- Exposing the prospect lookup endpoint publicly so that it can be used by the sign up app to fetch customerIds.
|
|
4
|
+
|
|
5
|
+
- Adding an `email` query param to the `/v1/prospects/{prospectId}/trial-status` user api endpoint.
|
|
6
|
+
|
|
7
|
+
* Add a new endpoint `POST v1/users/remove` to remove users from a customer
|
|
8
|
+
|
|
9
|
+
* Add endpoint `GET v1/approved-domains` to get a list of approved domains and customers by domain name
|
|
10
|
+
* Add endpoint `POST v1/approved-domains` to create a new approved domain for a customer
|
|
11
|
+
* Add endpoint `PUT v1/approved-domains/{id}` to update domain name for a customer by approved domain id
|
|
12
|
+
* Add endpoint `DELETE v1/approved-domains/{id}` to delete a customer's approved domain by approved domain id
|
|
13
|
+
* Add endpoint `GET v1/customers/{id}/approved-domains` to get a list of approved domains for a customer filtered by `accessType`
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# Testing
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* Post the below body to `v1/users/remove` should remove users from a customer
|
|
20
|
+
```
|
|
21
|
+
public abstract class SelectUsersRequest
|
|
22
|
+
{
|
|
23
|
+
public virtual ulong CustomerId { get; set; }
|
|
24
|
+
public virtual UserType? UserType { get; set; }
|
|
25
|
+
public virtual UserRole? UserRole { get; set; }
|
|
26
|
+
public virtual IEnumerable<ObjectStatus> UserStatuses { get; set; }
|
|
27
|
+
public virtual IEnumerable<int> YearGroupValues { get; set; }
|
|
28
|
+
public virtual List<ulong> UserIds { get; set; }
|
|
29
|
+
public virtual string SearchQuery { get; set; }
|
|
30
|
+
}
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
|
|
File without changes
|
package/dist/A3/Lite.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
|
|
2
|
+
# Dependencies
|
|
3
|
+
- Required by https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3178
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Customer changes
|
|
7
|
+
- The server will now issue a `404` when attempting to a content page with an invalid id
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Code changes
|
|
11
|
+
- Added a new endpoint to support auto joining when signing up. Talking to `/v1/invites/internal` in user api.
|
|
12
|
+
|
|
13
|
+
- Updated `OpenGraphService` to raise an exception if it can't access an object based on the supplied param
|
|
14
|
+
|
|
15
|
+
- Updated `AppAsync` in BaseController to bootstrp the presentation slugs for both Auth and Public users
|
|
16
|
+
|
|
17
|
+
- Add calendar setting for public browsing.
|
|
18
|
+
- Add new calendar invalid date error image asset.
|
|
19
|
+
|
|
20
|
+
- Add new movies and tv search filter button icons.
|
|
21
|
+
|
|
22
|
+
- Added new banner & cover for hardcode favorite playlist.
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# Testing
|
|
26
|
+
|
|
27
|
+
- In Np, attempting to go page load on existing routes with incorrect id's will now return a 404
|
|
28
|
+
- Previously, the server would return a `200` with the JS then showing a separate error screen
|
|
29
|
+
|
|
30
|
+
- N/A
|
|
31
|
+
|
|
32
|
+
- n/a
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
|
|
2
|
+
# Code changes
|
|
3
|
+
- Add directed assoc between contentRegion with interactives with 1:M cardinality. This is mainly for curation studio to allow curators to create interactive for multiple regions.
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Testing
|
|
7
|
+
- An interactive and content region should be associated with M:M cardinality undirectionally.
|
|
8
|
+
- http://localhost:52899/v2/objects/39835524?query=contentRegions should return
|
|
9
|
+
- 
|
|
10
|
+
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
|
|
2
|
+
# Before release
|
|
3
|
+
- Updated `ClickView.Clients.User` to version `2.15.0`.
|
|
4
|
+
|
|
5
|
+
* [ ] Add gateway api to octo variables
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
# Dependencies
|
|
9
|
+
- Can be undrafted and merged after https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/418
|
|
10
|
+
|
|
11
|
+
- Can be undrafted and merged after https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/417
|
|
12
|
+
|
|
13
|
+
- Can be undrafted and merged after https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/416
|
|
14
|
+
|
|
15
|
+
- You can undraft and review after https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/415 has been merged. Sorry about this I was just building on top of your work so I could test everything.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
# Customer changes
|
|
19
|
+
* Allow user to select user type if they sign in using social sign up idp providers, like Google or Microsoft
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# Code changes
|
|
23
|
+
- The endpoint to create prospects was removed from Gateway by Kev in this MR: https://gitlab.cvinternal.net/clickview/back-end/krakend/-/merge_requests/113. So I've added a `/ajax/trials/prospects` endpoint for creating prospects in the "Can't find my school" sign up workflow.
|
|
24
|
+
|
|
25
|
+
- Added a `/ajax/trials/join-request` endpoint, which is using the user api client to create a join request.
|
|
26
|
+
|
|
27
|
+
- Adding the images that are required for the sign up app.
|
|
28
|
+
|
|
29
|
+
- Adding an endpoint to fetch config values that are required by the sign up app in the frontend.
|
|
30
|
+
|
|
31
|
+
* Support adding script and connect sources to CSP middleware
|
|
32
|
+
* Add google map and gateway to connect sources
|
|
33
|
+
* Add google map to script sources
|
|
34
|
+
* Remove no longer used used css file from `_layout.cshtml`
|
|
35
|
+
|
|
36
|
+
* Pass down user mail to `SelectCustomerStepResponse` so that the frontend can use it to fetch potential customers from prospect api
|
|
37
|
+
|
|
38
|
+
* Add `SelectUserTypeStepResponse` to get user type input from user for social sign up feature only
|
|
39
|
+
* Populate new user data from Google and Microsoft claims
|
|
40
|
+
* Do not update user role for the existing user if user signs in via social sign up idp like Google or Microsoft
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# Testing
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
* A new user can be created if a user choose a user type when setting both `features.social-signup` and `features.user-no-customers` to `true` in cookie
|
|
51
|
+
|