@clickview/ship-it 0.0.17 → 0.0.19

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.
Files changed (48) hide show
  1. package/lib/src/constants/MonorepoPackageJsonFiles.js +2 -1
  2. package/lib/src/tasks/ValidateTask.js +3 -2
  3. package/package.json +1 -1
  4. package/dist/A3/A3 Testing Notes.csv +0 -890
  5. package/dist/A3/Analytics Web.md +0 -0
  6. package/dist/A3/ClickView Online.md +0 -28
  7. package/dist/A3/ClickView.Curator.md +0 -19
  8. package/dist/A3/Clients.md +0 -21
  9. package/dist/A3/Domain.Api.md +0 -15
  10. package/dist/A3/Krakend.md +0 -33
  11. package/dist/A3/Library Editor.md +0 -0
  12. package/dist/A3/Lite.md +0 -35
  13. package/dist/A3/Master.Api.md +0 -10
  14. package/dist/A3/Master.Auth.md +0 -51
  15. package/dist/A3/Release Notes.md +0 -683
  16. package/dist/A3/Subjects.API.md +0 -18
  17. package/dist/A3/Users.Api.md +0 -89
  18. package/dist/A3/clickview.md +0 -325
  19. package/dist/X3/X3 Testing Notes.csv +0 -1222
  20. package/dist/X3/X3 Testing Notes.xlsx +0 -0
  21. package/dist/Z1/Analytics Web.md +0 -0
  22. package/dist/Z1/ClickView Online.md +0 -24
  23. package/dist/Z1/ClickView.Cron.md +0 -8
  24. package/dist/Z1/ClickView.Curator.md +0 -28
  25. package/dist/Z1/ClickView.EmailService.md +0 -17
  26. package/dist/Z1/Clients.md +0 -29
  27. package/dist/Z1/Discover.Api.md +0 -20
  28. package/dist/Z1/Domain.Api.md +0 -34
  29. package/dist/Z1/FileGenerator.md +0 -13
  30. package/dist/Z1/Image.Api.md +0 -14
  31. package/dist/Z1/Krakend.md +0 -8
  32. package/dist/Z1/Library Editor.md +0 -0
  33. package/dist/Z1/Lite.md +0 -47
  34. package/dist/Z1/Master.Auth.md +0 -43
  35. package/dist/Z1/Objects.Api.md +0 -30
  36. package/dist/Z1/Permissions.Api.md +0 -10
  37. package/dist/Z1/Prospect.Api.md +0 -16
  38. package/dist/Z1/RealtimeSalesforceSync.md +0 -16
  39. package/dist/Z1/Release Notes.md +0 -855
  40. package/dist/Z1/Search.Api.md +0 -19
  41. package/dist/Z1/Share.Api.md +0 -12
  42. package/dist/Z1/Ship It.md +0 -23
  43. package/dist/Z1/Subjects.API.md +0 -16
  44. package/dist/Z1/Users.Api.md +0 -26
  45. package/dist/Z1/VideoProcessorService.md +0 -11
  46. package/dist/Z1/Z1 Testing Notes.csv +0 -1079
  47. package/dist/Z1/Z1 Testing Notes.xlsx +0 -0
  48. package/dist/Z1/clickview.md +0 -316
@@ -1,19 +0,0 @@
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
-
@@ -1,12 +0,0 @@
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
-
@@ -1,23 +0,0 @@
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
-
@@ -1,16 +0,0 @@
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
-
@@ -1,26 +0,0 @@
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
-
@@ -1,11 +0,0 @@
1
-
2
- # Code changes
3
- - Update all packages
4
-
5
-
6
- # Testing
7
- - General smoke test of processing videos
8
- - Processes the video
9
- - Uploads it to aws
10
- - generates a thumbnail
11
-