@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
Binary file
File without changes
@@ -1,24 +0,0 @@
1
-
2
- # Customer changes
3
- * Students should be able to download the videos from their workspace
4
-
5
- - The copy of confirm popup when creating interactive from a video from exchange is updated to say 'Would you like other teachers on the Exchange to be able to see your interactive for {videoName}? Fixes INBOX-4251.
6
-
7
-
8
- # Code changes
9
- - Add QueryUsers endpoint
10
-
11
- - Add new SelectWithSpreadsheet template
12
-
13
- * Added `Student` to `OnlineConfig.config > Download > roles`. Fixes INBOX-4395
14
-
15
- - Fix the logic to identify if a video is from exchange.
16
-
17
-
18
- # Testing
19
-
20
-
21
- * In Online, students should be able to download videos from their own workspace
22
-
23
- - Find a video in exchange and create an interactive from it, add any question(s) then keep clicking 'Save and continue' until `Publish your interactive` popup shows. The popup should say 'Would you like other teachers on the Exchange to be able to see your interactive for {videoName}?
24
-
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- * Was missing lite upgrade task registration. Fixes INBOX-4317
4
-
5
-
6
- # Testing
7
- * Make sure `Lite upgrade task` runs on schedule
8
-
@@ -1,28 +0,0 @@
1
-
2
- # Customer changes
3
- - Improve curator performance by ~100% to ~300%
4
-
5
-
6
- # Code changes
7
- - Add QueryUser to user api
8
-
9
- - Add new SelectWithSpreadsheet template
10
-
11
- - Split the `AjaxController` into individual controllers instead of one big partial controller. Closes INBOX-4471
12
- - Reduces the number of services needed to be created in the DI for every ajax request
13
-
14
- - Improve performance of mongodb connections
15
- - Only use a single instance of the `MongoClient` instead of creating one for every request.
16
- - Added `MongoConnectionFactory` to handle MongoDb connections
17
- - Mark all mongodb repositories as singleton
18
- - Mark MasterApi clients as Singleton
19
- - Improve loading speed of `/ajax/playlists/{id}` by fetching the playlist and the mongodb data in parallel. Fixes INBOX-3708
20
-
21
-
22
- # Testing
23
-
24
-
25
- - General smoke test of curator (every ajax endpoint was updated)
26
-
27
- - Loading playlists on the `/dashboards/{id}` page should be a little faster than 13s
28
-
@@ -1,17 +0,0 @@
1
-
2
- # Code changes
3
- - Fix dependencies having direct object references instead of the method creation func
4
- - Dependencies should be disposed on shutdown now
5
- - Small code cleanups
6
- - Remove #region
7
- - Move private methods under public methods
8
- - Change `Attachment.Bytes` to be a byte array instead of a list of bytes
9
- - Avoids the extra memory allocations converting Lists to Arrays etc
10
- - Remove `ForEach(async)` in `MailerService` and replace with a normal `foreach`
11
- - Update `MailerService.AddAttachment` to copy to a local memory stream so the HttpClient's response can be disposed correctly
12
-
13
-
14
- # Testing
15
- - Sending emails with attachments should work (make sure they are attachments and not links to the files)
16
- - Sending emails with the `UrlAttachments` property populated should have those files added to the email as attachments
17
-
@@ -1,29 +0,0 @@
1
-
2
- # ClickView.Clients.Master
3
-
4
- ## Code changes
5
- - Remove `morelinq` and use .NET `Chunk()` extension method
6
- - Cleanup tests and re-order them based on the order they exist in the interface
7
- - Added tests around checking methods return null/empty when objects cannot be found
8
- - Move client creation to a `CreateClient()` method
9
- - Added `UpdateObjectAsync` without a type parameter that returns nothing
10
- * Added new methods to Clients.Master
11
- * GetUsersByUsernameAsync
12
- * GetUsersByEmailAsync
13
- * GetRootMemberObjectsAsync
14
- Implements INBOX-4368
15
-
16
- # ClickView.Clients.Permission
17
-
18
- ## Code changes
19
- - Added `GetPublicPermissionsAsync()`
20
- - Added missing `[Obsolete]` attribute for `GetUserPermissionsAsync(ulong userId)` on `IPermissionApiClient` (was on the base class but not the interface)
21
-
22
- # monorepo
23
-
24
- ## Code changes
25
- - Add `ship-it.config` file for latest changes in ship it https://gitlab.cvinternal.net/clickview/front-end/ship-it/-/merge_requests/42
26
-
27
- # Testing
28
- - Ship it runs
29
- * N/A
@@ -1,20 +0,0 @@
1
-
2
- # Dependencies
3
- * [ ] Should be pushed after Objects API Z1 release has been pushed
4
-
5
-
6
- # Code changes
7
- * Added `_parentVideo` and `_parentClip` virtual assoc for both clip and interactive
8
-
9
- - Dashboard added new action method to copy dashboard and widgets
10
-
11
- * Added `links` to video's ogql. Implements LTE-1754
12
-
13
-
14
- # Testing
15
- * All clip and interactive should have `_parentVideo` and `_parentClip` virtual assocs
16
-
17
- - Find a dashboard id from `dashboards` tbl, POST to `v1/dashboards/{id}` endpoint, it should crate a new record in the `dashboards` tbl and a few records in the `dashboard_widgets`. Verify the new and old dashboards have the same dashboard widgets.
18
-
19
- * In Discover Api, when fetching video content from widgets, property `links` should be available
20
-
@@ -1,34 +0,0 @@
1
-
2
- # Dependencies
3
- * Merge after https://gitlab.cvinternal.net/clickview/back-end/search.api/-/merge_requests/129
4
-
5
-
6
- # Customer changes
7
- * Fixed an issue where playlist share links do not work after domain migration. Close INBOX-4320
8
-
9
-
10
- # Code changes
11
- * Sending playlist ids as to search API as filter. Fixes INBOX-4085
12
-
13
- * Get rid of `Log4Net` logging as it is no longer in use for production
14
- * Update non-production configs to use staging seq for logging
15
-
16
- * Upgrade the nuget packages to their latest if they can be upgraded
17
- * Minor code clean up to fix up some warnings
18
-
19
- * Replace `CustomerId` and `EmailAddress` with `MasterCustomerId` and `UserId` in `SharedResource`
20
- * Look up sharer's user context by using `MasterCustomerId` and `UserId` instead of customer guid and username
21
- * Clean up code
22
-
23
-
24
- # Testing
25
- * `Search in this playlist` feature in online should work
26
-
27
- * Everything should be still in one piece
28
-
29
- * Regression test to ensure that everything should be still working
30
-
31
- * In Online, create a school-only share link of a playlist or use the existing playlist share link
32
- * Go to shortcode api db to change the `EmailAddress` to something else of that playlist sharecode to mimic the domain migration
33
- * Use another account from the same customer to open the share link, the shared playlist should be loaded
34
-
@@ -1,13 +0,0 @@
1
-
2
- # Code changes
3
- - Added `TaskLogScope` to be used to create a log scope for each process task
4
- - Add a `TaskId` for each task so we can group logs together to help diagnose issues like INBOX-4386
5
-
6
- - Remove extra `ToList()` from all `ToArray()` calls when adding email attachments to reduce memory usage
7
-
8
-
9
- # Testing
10
- - `TaskKey` and `TaskId` are populated for logs in Seq
11
-
12
- - Emails generated from FileGenerator (ie Content Reports) should have attachments that work
13
-
@@ -1,14 +0,0 @@
1
-
2
- # Before release
3
- - Remove `ChromePath` and `BrowserLifetime` from octo
4
-
5
-
6
- # Code changes
7
- - `/v1/previews` will no longer return previews for pdfs
8
- - Remove Puppeteer this is no longer needed in image api
9
- - Remove template service which was used in the screenshot services (remove)
10
-
11
-
12
- # Testing
13
- - The resources in NP have thumbnails/preview images. In staging this will only happen for new resources since we didnt generate them for the old ones
14
-
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- - Added user api endpoint to retrieve user ids by list of username and emails
4
-
5
-
6
- # Testing
7
- - Pass on list of emails and list of usernames to `GET v1/users/ids` endpoint, it should return list of unique user ids
8
-
File without changes
package/dist/Z1/Lite.md DELETED
@@ -1,47 +0,0 @@
1
-
2
- # Before release
3
- - [ ] Update `ClickView.Clients.Permission` to 2.10.0
4
-
5
- - Update Braze sdk urls in octo to the proxied prod urls
6
-
7
-
8
- # Dependencies
9
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/2968
10
-
11
- - https://gitlab.cvinternal.net/clickview/back-end/clients/-/merge_requests/64
12
-
13
-
14
- # Customer changes
15
- - Improved performance of the initial page load for all regions
16
-
17
-
18
- # Code changes
19
- - Add `GetObjectClassificationPaths` endpoint to get an object's curriculum links
20
- - Add `CheckObjectExistsInPresentations` endpoint to check if an object has curriculum links
21
-
22
- - Run all `IBootstrapHandler` in parallel to improve the initial page load times
23
-
24
- - Added bootstrap handlers for products and permissions. Implements LTE-1783
25
- - Replace existing permission api passthrough with the bootstrap permission handler
26
- - Moved `GetRoutePrefix` to be an extension method for `HttpRequest`
27
-
28
- - The `PhraseHandler` bootstrap handler will now always read from disk in development, allowing the team to make language changes without having to restart the dotnet project. Fixes INBOX-4460.
29
-
30
- - Add a new template for "Select with spreadsheet" in the user manager.
31
-
32
- - Update braze sdk urls in `appsettings.json`
33
-
34
-
35
- # Testing
36
- - N/A
37
-
38
- - Lite loads with bootstrap data in `window.bootstrapData`
39
-
40
- - Permissions and products should exist in `window.bootstrapData` with the correct data types:
41
- - Permissions should be an array of strings
42
- - Products should be an array of product objects
43
-
44
-
45
-
46
- - N/A
47
-
@@ -1,43 +0,0 @@
1
-
2
- # Before release
3
- - Update `ClickView.Clients.Master` to `2.10.0`
4
-
5
-
6
- # Dependencies
7
- - https://gitlab.cvinternal.net/clickview/back-end/clients/-/merge_requests/65
8
-
9
-
10
- # Code changes
11
- - Nullable warning fixes
12
- - Clever `DistrictAdmin.Title` is now nullable
13
- - Added `IUrlHelper.RouteUri` extension method which returns a non nullable Uri
14
- - Throw an exception in `CertificateLoader.ReadFromThumbprint` if the certification cannot be found (matches `LoadFromFile`)
15
- - Fix string check in `LockoutRepository.GetLockoutEndAsync`
16
- - Add `MaybeNullWhen` to `ActivateAjaxController.TryValidateRequest`
17
- - Add `MemberNotNullWhen` to `LoggedOutViewModel.TriggerExternalSignOut`
18
- - Use `CreatedAtRoute` instead of `Url.Link` in `POST /v1/clients`
19
- - MasterApiClient returns nullable objects on 404
20
- - Apparently `IMemoryCache.GetOrCreateAsync()` can return null even when not marked as null
21
-
22
- - Replace local `MasterApiClient` with `ClickView.Clients.Master`
23
-
24
- - Update MediatR to the latest version
25
- - Remove DI package (no longer needed)
26
- - Implement `INotificationPublisher` instead of a custom `MediatR` class
27
-
28
- - Restructure the authenticator folders
29
-
30
- * Populating year group and user group properties to user analytics object. Fixes INBOX-4342
31
-
32
-
33
- # Testing
34
- - When creating a new auth client, the 201 contains the correct location in the header and the body is the client id
35
- - The link in the activation email should be `https` and the correct URL
36
-
37
- - Can login
38
-
39
- - When logging in, the users last sign in time should be updated
40
-
41
-
42
- * `cv_product_auth_login` events should have `userGroup` and `yearGroup` properties populated
43
-
@@ -1,30 +0,0 @@
1
-
2
- # Code changes
3
- * Updated the code to allow users to access interactives in archived videos. Fixes INBOX-4425
4
-
5
- * Currently users can see both archived and published videos in playlists but can't reorder archived videos. This change fixes it. Fixes INBOX-4404
6
-
7
- * If the resources, links, etc was shared then use sharer's permision values to perform the read checks. Fixes INBOX-4356
8
-
9
- * Added `BaseTimeLimitVirtualAssocHandler` which can be inherited by any virtual assoc that needs to timeout after a certain period. Implements INBOX-4187
10
- * Default timeout is set to 1.5 seconds
11
- * Any virtual assoc that takes more than the timeout period will log to seq and return null
12
-
13
- * Added virtual assoc hander to get parent video and clip of an interactive
14
- * Added virtual assoc handler to get parent video of a clip
15
- * Added mapping for the new virtual assoc handlers
16
- * Returning virtual assoc as null if the data is null
17
- * Made result consistent between single and array of virtual assocs
18
-
19
-
20
- # Testing
21
- * On online, create an interactive on an archived video and go to the video play page. In the interactive tab, the interactive should show up
22
-
23
- * Add a video to a playlist and then archive it. You should still be able to see the video in the playlist and reorder the video.
24
-
25
- * When content is shared, links and resources should be available to the shared user
26
-
27
- * Virtual assoc that takes more than 1.5 seconds should timeout and return null
28
-
29
- * Sending `_parentVideo` or `_parentClip` should return video and clip that the interactive or clip was created on
30
-
@@ -1,10 +0,0 @@
1
-
2
- # Code changes
3
- - Replace local master api client with `ClickView.Clients.Master`
4
-
5
-
6
- # Testing
7
- - When a customer is moved to a different access policy that disables the customer, the customer is disabled in master api
8
- - Api returns correct products for a customer (online shou;d have the correct url region for the instance region of the customer)
9
- - Api returns correct permissions for a user
10
-
@@ -1,16 +0,0 @@
1
-
2
- # Dependencies
3
- - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/343
4
- - Clients
5
- - https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/333
6
- - https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/150
7
-
8
-
9
- # Code changes
10
- - Require `internal.prospect.read` for read endpoints and `internal.prospect.write` for write endpoints
11
-
12
-
13
- # Testing
14
- - Ensure a 403 is returned when calling any Prospect API endpoints without the `internal.prospect.read` or `internal.prospect.write` scopes
15
- - Ensure both write and read Prospect API endpoints work when using the `internal.prospect.read` or `internal.prospect.write` scopes
16
-
@@ -1,16 +0,0 @@
1
-
2
- # Before release
3
- - Update `GoodStuff.EventHandling.Master` with the latest released version
4
-
5
-
6
- # Dependencies
7
- - Merge after https://gitlab.cvinternal.net/back-end/goodstuff-internal/-/merge_requests/14
8
-
9
-
10
- # Code changes
11
- - Master event codes replaced with `GoodStuff.EventHandling.Master`. Implements INBOX-3289
12
-
13
-
14
- # Testing
15
- - RealtimeSalesforceSync should work as expected
16
-