@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
|
Binary file
|
|
File without changes
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,17 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
|
@@ -0,0 +1,20 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
|
|
File without changes
|
package/dist/Z1/Lite.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,43 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
|