@clickview/ship-it 0.0.14 → 0.0.16
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 +1 -1
- package/lib/src/tasks/InstallPackagesTask.js +28 -21
- package/lib/src/utils/Commits.js +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
|
|
2
|
+
# Dependencies
|
|
3
|
+
* [ ] Needs to be pushed after Objects API Z1 release has been pushed
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Code changes
|
|
7
|
+
* Added parent video virtual assoc to the interactive and clip
|
|
8
|
+
|
|
9
|
+
* Added playlist filter. Fixes INBOX-4085
|
|
10
|
+
|
|
11
|
+
- Add audience to video in clip and interactive
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Testing
|
|
15
|
+
* `_parentVideo` and `_parentClip` properties must exist in the search result for interactive and clip
|
|
16
|
+
|
|
17
|
+
* Should be able to filter videos by playlist ids by passing `playlist` filter in the query parameter
|
|
18
|
+
|
|
19
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
|
|
2
|
+
# Dependencies
|
|
3
|
+
* [ ] Needs to be pushed after Objects API Z1 release
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Code changes
|
|
7
|
+
* Added parent video virtual assoc to the interactive and clip
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Testing
|
|
11
|
+
`_parentVideo` and `_parentClip` properties must exist for shared by me and feed responses
|
|
12
|
+
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
# Code changes
|
|
3
|
+
- Fixed ship-it default project config being modified by `_.merge()`
|
|
4
|
+
|
|
5
|
+
- Added support for `.ship-it.config` project config files in project directory. Fixes INBOX-4378
|
|
6
|
+
- Add a `.ship-it.config` file to the root of a project to configure ship it for that project. Current settings include:
|
|
7
|
+
- `monorepo.enabled` = Enables monorepo support
|
|
8
|
+
- `monorepo.validSubProjects` = An array of valid sub projects which is used for section validation in MR descriptions
|
|
9
|
+
- Changed description validation logic
|
|
10
|
+
- Description sections are now case sensitive
|
|
11
|
+
- The valid sub project sections are controlled by the project config
|
|
12
|
+
- Removed support for adding unknown sections in the MR description
|
|
13
|
+
- Added a heading transformer to fix casing issues of known headings
|
|
14
|
+
- Added error output to description validation
|
|
15
|
+
- Updated release note heading ordering logic
|
|
16
|
+
- monorepo projects are now ordered alphabetically
|
|
17
|
+
- Notes are now at the bottom
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
# Testing
|
|
21
|
+
|
|
22
|
+
- Run for Y2 release and compare the results with and without these changes. They should be mostly the same (except some MR validation errors because of heading case changes)
|
|
23
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
# Customer changes
|
|
3
|
+
- Fixes an issue where fetching a classification by its id would sometimes throw a 500 if the id was unknown
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Code changes
|
|
7
|
+
- Added `/v2/objects/exists` as a v2 alternative to `/v1/customers/{customerid}/users/{userid}/presentations/objects`
|
|
8
|
+
- Update `ExistsInPresentationsAsync` to check if the first object exists instead of using count to hopefully reduce load on master api
|
|
9
|
+
|
|
10
|
+
- Don't throw exceptions in `HashIdExtensions.TryDecodeUlong`
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
# Testing
|
|
14
|
+
|
|
15
|
+
- `GET /v2/classifications/aaaa` should return 404 not 500
|
|
16
|
+
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
|
|
2
|
+
# Before release
|
|
3
|
+
- Add new route mapping to the Krakend and release Kranend in the same time
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
# Customer changes
|
|
7
|
+
* Address an issue where students are unable to sign in when they are created with provided email but not provided with credentials by the admin. Close CORE-1060
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
# Code changes
|
|
11
|
+
- UserController adds `GET v1/users/ids` endpoint with optional `usertype` and `customerIdOverride` arguments, which reads list of emails and list of usernames and returns list of unique user ids belonging to the school
|
|
12
|
+
|
|
13
|
+
* Reset the password to `null` if an email is provided when creating a user regardless of the user type
|
|
14
|
+
* Do not need to auto generate password if email is provided even though `GeneratePassword` is set to `true` in the `CreateUserRequest`
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# Testing
|
|
18
|
+
- Log in using an account `with curator access`. Pass on list of emails and list of usernames to `GET v1/users/ids` endpoint, it should return list of unique user ids.
|
|
19
|
+
- Log in using an account `without curator access`.Pass on list of emails and list of usernames to `GET v1/users/ids` endpoint, it should return list of unique user ids.
|
|
20
|
+
- Try to get a big list of of email and username and ensure all the user ids are returned.
|
|
21
|
+
|
|
22
|
+
* In user manager, create a student account with an email, an activation email should be sent to the provided email
|
|
23
|
+
* In user manager, create a student account without an email, the credentials should appear on the UI for shareing with student
|
|
24
|
+
* In user manager, upload a spreadsheet to create students in bulk with emails set for each student, each student should receive an activation email to activate their account by themselves
|
|
25
|
+
* In user manager, upload a spreadsheet to create student in bulk with emails set for some of students and without setting password for any student, activation email should be sent to those students that have emails set. For those that have no email, the passwords are automatically created for them and the credentials are included in the `Create users bulk action report` csv file.
|
|
26
|
+
|