@clickview/ship-it 0.0.27-dev.0 → 0.0.27

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 (79) hide show
  1. package/config.json +1 -1
  2. package/lib/config.json +1 -1
  3. package/lib/src/api-clients/git-lab/GitLabApiClient.js +1 -20
  4. package/lib/src/api-clients/git-lab/GitLabMapper.js +0 -1
  5. package/lib/src/commands/CreateReleaseNotesCommand.js +1 -12
  6. package/lib/src/commands/ReleaseCommand.js +34 -22
  7. package/lib/src/constants/ProjectNames.js +0 -1
  8. package/lib/src/constants/TeamCityBuildIDs.js +1 -2
  9. package/lib/src/index.js +0 -0
  10. package/lib/src/services/GitLabService.js +3 -10
  11. package/lib/src/services/SlackService.js +3 -0
  12. package/lib/src/startup/SetupCommands.js +0 -3
  13. package/lib/src/tasks/StartProjectBuildsTask.js +17 -38
  14. package/lib/src/tasks/ValidateTask.js +30 -105
  15. package/package.json +1 -1
  16. package/dist/F1/Analytics Web.md +0 -8
  17. package/dist/F1/AutoCaptions.md +0 -30
  18. package/dist/F1/Classroom.Api.md +0 -23
  19. package/dist/F1/ClickView Online.md +0 -17
  20. package/dist/F1/ClickView.Curator.md +0 -100
  21. package/dist/F1/ClickView.EmailService.md +0 -53
  22. package/dist/F1/ClickView.OnlineApi.md +0 -13
  23. package/dist/F1/Clients.md +0 -19
  24. package/dist/F1/Domain.Api.md +0 -23
  25. package/dist/F1/Exchange.Web.md +0 -8
  26. package/dist/F1/Image.Api.md +0 -8
  27. package/dist/F1/Integrations.Api.md +0 -23
  28. package/dist/F1/Krakend.md +0 -8
  29. package/dist/F1/Library Editor.md +0 -0
  30. package/dist/F1/Lite.md +0 -60
  31. package/dist/F1/Master.Api.md +0 -58
  32. package/dist/F1/Master.Auth.md +0 -22
  33. package/dist/F1/Objects.Api.md +0 -12
  34. package/dist/F1/Permissions.Api.md +0 -12
  35. package/dist/F1/RealtimeSalesforceSync.md +0 -14
  36. package/dist/F1/Release Notes.md +0 -990
  37. package/dist/F1/Search.Api.md +0 -12
  38. package/dist/F1/StreamableLearning.Web.md +0 -35
  39. package/dist/F1/Users.Api.md +0 -13
  40. package/dist/F1/VideoProcessorService.md +0 -23
  41. package/dist/F1/clickview.md +0 -321
  42. package/dist/F2/Analytics Web.md +0 -7
  43. package/dist/F2/Batch.Api.md +0 -27
  44. package/dist/F2/ClickView Online.md +0 -12
  45. package/dist/F2/ClickView.Curator.md +0 -166
  46. package/dist/F2/Clients.md +0 -14
  47. package/dist/F2/CurriculumIngestion.Api.md +0 -13
  48. package/dist/F2/Discover.Api.md +0 -64
  49. package/dist/F2/Domain.Api.md +0 -16
  50. package/dist/F2/Exchange.Web.md +0 -7
  51. package/dist/F2/Krakend.md +0 -12
  52. package/dist/F2/Library Editor.md +0 -11
  53. package/dist/F2/Lite.md +0 -30
  54. package/dist/F2/Objects.Api.md +0 -12
  55. package/dist/F2/Release Notes.md +0 -759
  56. package/dist/F2/Search.Api.md +0 -30
  57. package/dist/F2/Share.Api.md +0 -12
  58. package/dist/F2/StreamableLearning.Web.md +0 -14
  59. package/dist/F2/Subjects.API.md +0 -12
  60. package/dist/F2/Tv.Web.md +0 -8
  61. package/dist/F2/Users.Api.md +0 -21
  62. package/dist/F2/clickview.md +0 -200
  63. package/dist/F2/shortcode-api.md +0 -8
  64. package/dist/F3.1/Analytics Web.md +0 -8
  65. package/dist/F3.1/ClickView.Curator.md +0 -14
  66. package/dist/F3.1/Discover.Api.md +0 -14
  67. package/dist/F3.1/Domain.Api.md +0 -7
  68. package/dist/F3.1/Exchange.Web.md +0 -8
  69. package/dist/F3.1/Library Editor.md +0 -8
  70. package/dist/F3.1/Lite.md +0 -8
  71. package/dist/F3.1/Objects.Api.md +0 -7
  72. package/dist/F3.1/Release Notes.md +0 -207
  73. package/dist/F3.1/Search.Api.md +0 -14
  74. package/dist/F3.1/Share.Api.md +0 -10
  75. package/dist/F3.1/Subjects.API.md +0 -35
  76. package/dist/F3.1/VideoViews.Api.md +0 -7
  77. package/dist/F3.1/clickview.md +0 -28
  78. package/lib/src/commands/StartConsumingProjectBuildsCommand.js +0 -76
  79. package/lib/src/tasks/StartConsumingProjectBuildsTask.js +0 -149
@@ -1,30 +0,0 @@
1
-
2
- # Before release
3
- - [ ] Add `urls.domainApi` in Octo
4
-
5
-
6
- # Code changes
7
- - Updated `ClickView.Models` to the latest version
8
- - Updated `ClickView.Extensions.RestClient` to the latest version
9
- - Added `ClickView.Clients.Domain`
10
- - Added `AllowedCustomLibraryIds` and `HasCustomLibrariesAccess` to `UserContext`
11
- - Changed `PresentationFilter` to search custom libraries for learners only if customer's Domain option `lite_student_custom_libraries` is enabled.
12
- Implements CORE-1405
13
-
14
- - Added index classification to presentation filter's `SupportedIndices`. Implements CORE-1390
15
-
16
- * Added productionCompanies to video ogql query.
17
- Implements CORE-1383
18
-
19
- - Add new `ExcludeLibraryExclusive` filter. Implements CORE-1377
20
-
21
-
22
- # Testing
23
- CORE-1405
24
-
25
- CORE-1390
26
-
27
- CORE-1383
28
-
29
- CORE-1377
30
-
@@ -1,12 +0,0 @@
1
-
2
- # Customer changes
3
- * When users create share link on private videos (uploaded by them), the default privacy is set to `just my school`
4
-
5
-
6
- # Code changes
7
- * Setting default privacy of deferred privacy to `just_my_school`. Implements INBOX-6059
8
-
9
-
10
- # Testing
11
- * Implements INBOX-6059
12
-
@@ -1,14 +0,0 @@
1
-
2
- # Code changes
3
- - Add error images
4
-
5
- - Add Google font Inter to layout head
6
-
7
- - Add scopes to auth config for update user settings
8
- - Add image for account settings
9
-
10
-
11
- # Testing
12
-
13
-
14
-
@@ -1,12 +0,0 @@
1
-
2
- # Before release
3
- - [ ] Publish new version of `ClickView.Subjects.Common`
4
-
5
-
6
- # Code changes
7
- - Added new presentation type `StreamableLearning`. Implements CORE-1375
8
-
9
-
10
- # Testing
11
- CORE-1375
12
-
package/dist/F2/Tv.Web.md DELETED
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- * Replace `PushFromMaster()` with `CopyVideoToLibraryAsync()` that is calling `POST v2/videos/{id}/copy` endpoint in domain api to add an already-fulfilled tv video to a user's workspace when a user attempts to add an ad-free video
4
-
5
-
6
- # Testing
7
- * INBOX-4482
8
-
@@ -1,21 +0,0 @@
1
-
2
- # Code changes
3
- - Added `FirstName` and `Surname` to `InviteUser` used in `PUT` `customers/{customerId}/users/invitation` to be updated on user invitation. FIXES INBOX-6153
4
-
5
- * Reorder the exceptions in `ExceptionFilter.cs` based on http status code
6
- * Throw `UserValidationException` instead of `CustomerNotFoundException` when fetching user(s) by id(s) in both `UsersController` and `CuratorController`
7
- * Throw `UnknownCustomerInstanceRegionException` instead of `CustomerNotFoundException` as it is unlikely to happen. But if it does happen, it is definitely something wrong with our system
8
-
9
- - Update client packages to latest
10
- - Update other misc packages to latest
11
-
12
-
13
- # Testing
14
- FIXES INBOX-6153
15
-
16
- * Hitting `GET v1/users/{id}` with a customerId that does not contain the requested userId, bad request error should be returned with error code `user-not-in-customer`
17
- * Hitting `GET v1/users?id={id1}` with a customerId that does not contain the requested userId, bad request error should be returned with error code `user-not-in-customer`
18
- * Hitting `GET v1/curator/users/{id}` with a customerId that does not contain the requested userId, bad request error should be returned with error code `user-not-in-customer`
19
- * Hitting `GET v1/curator/users?id={id1}` with a customerId that does not contain the requested userId, bad request error should be returned with error code `user-not-in-customer`
20
-
21
-
@@ -1,200 +0,0 @@
1
-
2
- # Before release
3
-
4
- ## other
5
- - Add cloud editor urls to octo
6
-
7
- # Dependencies
8
- - https://gitlab.cvinternal.net/clickview/back-end/batch.api/-/merge_requests/121
9
- * https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1331
10
- * https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1340
11
- - clickview/front-end/clickview!3971
12
- - clickview/front-end/ClickView.Curator!1339
13
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3981
14
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3973
15
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3970
16
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3969
17
- - https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1334
18
- * https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/571
19
- - clickview/front-end/lite!570
20
- - !3942
21
- - clickview/front-end/streamablelearning.web!5
22
- - https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3939
23
-
24
- # Analytics
25
-
26
- ## Code changes
27
- * Log google analytics custom event `cv_form_submission` with `event_category` and `event_label` params during sign up. Implements INBOX-5758.
28
-
29
- # Common
30
-
31
- ## Code changes
32
- - Our routing now supports trailing slashes on urls. Fixes INBOX-6078
33
- * Bump jQuery package version to 3.7.1
34
- * Bump moment package version to 2.30.1
35
- - `Project.Dockerfile` will only push all projects when the release command is run by looking for a specific parameter value passed.
36
-
37
- # Curator
38
-
39
- ## Customer changes
40
- - Priority field is now editable by any user in any stage. Fixes CC-880
41
- - Interactives can no longer be published if the parent clip or parent video is not published. Fixes CC-874
42
- - Fixed a bug where if a content pipeline entity is in a published stage, but is invalid for a previous stage, they can now move that entity back.
43
- * Now `Assigned To` column is added to all stages except the `Unused Video`, `Review` and `Published` stage in the content pipeline.
44
- * Now in the content pipeline, you can sort the table by
45
- * Priority (highest to lowest only)
46
- * Alphabetical (name, A-Z only)
47
- * Newest (date created)
48
- * Oldest (date created
49
- * Series (only for video)
50
- - Add Calendar events management to Streamable Learning
51
- * Now in the content pipeline, when filtering curation tags by “empty”, you won't get “N/A” results
52
- * Now you can filter clips by its parent video ID in the content pipeline.
53
- * Now in the content pipeline, resources stage, you can reset the 'This video doesn't require resources' and save.
54
- - Added support for managing companies in Streamable. Implements CC-852
55
- - Added a "Streamable Learning" tab
56
- - Added management for discover, topics, audiences, and the video library.
57
- * Now in video slider widgets you can control if the heading is required or not.
58
- * Now video in the content pipeline has a region column.
59
- * Now 'Does not require resources' toggle in the content pipeline resources form will not clean the resources until you save and close.
60
- * Now in the content pipeline review stage, you can filter by dashboard status.
61
- * Now you can toggle the value for if a video has a curated thumbnail or not.
62
- - Form modal titles will now use video/topic names. Partially implements CC-843
63
-
64
- ## Code changes
65
- * Fix the issue when you hit 'Next' the data is still for the first page in user manager.
66
-
67
- # Library Editor
68
-
69
- ## Customer changes
70
- - Fix video suggest edit link
71
-
72
- # Lite
73
-
74
- ## Customer changes
75
- - Fixed a bug where you couldn't share anything that had previously been shared to an account that no longer resides in your school. Fixes TEST-113
76
- - Fixed an issue where if an existing user had selected subject preferences in the past, then they entered onboarding and selected a KDM role, they would see the subjects summary screen.
77
- - When bulk adding existing users to your school, the users will now have their first and last names overwritten by what was in the uploaded spreadsheet. Fixes INBOX-6153
78
- - Fix two minor typos found in the new exchange search functionality. Fixes INBOX-6121.
79
- - Topic names can now wrap to 3 lines instead of 2. Fixes INBOX-6110
80
- - Retain search value on navigating back
81
- - Update search placeholder
82
- - Update discover subjects edit button to text
83
- - On discover, movies + tv, and company pages, widgets will now have 24px of spacing between them instead of variations of 20px and 15px.
84
- - All widgets will now have reduced spacing between their headers and the main content
85
- - All widget headers will now have reduced spacing between the heading and description text.
86
- - Fixed an issue where teachers could not be assigned as an owner of a classroom. Fixes INBOX-5957
87
- - Fixed a bug where the presentation selector in the left nav would always be showing. Fixes INBOX-6067
88
- - Fixed some alerts that weren't escaping user inputs:
89
- - Saving a video from the video details page with an unsanitised name
90
- - Moving a video to a folder with an unsanitised name
91
- - Adding a video to a playlist with an unsanitised name.
92
- - Remove required from season and episode number in contribute to exchange
93
- - Fix channel not showing in contribute to exchange
94
- - Show download action on video with _canDownload assoc
95
- - Add edit video action to my videos
96
- - The play page no longer displays a resources badge. Implements LTE-2338
97
- - Links to our `Privacy Policy`, `Terms and Conditions` + `Contact Us` pages are now displayed in the footer product-wide.
98
- - Implements INBOX-5685
99
-
100
- ## Code changes
101
- - Added a `pathway` to all analytics events
102
- * Update EditableSubjectWidgetItem to wrap and truncate text.
103
- * Fix the issue when you hit 'Next' the data is still for the first page in user manager.
104
- - Remove a custom `product_page_view` event that was being fired by sign up from before we introduced the page view service. Fixes INBOX-6092.
105
- * Fix the import path for `GoogleAnalyticsClient` in `startup/RegisterAnalytics`
106
- * Display different calendar empty state images based on country code of the current user.
107
- - No longer using the `show_exchange_search_results_customer` domain option, instead relying only on if the `exchange_tv` product is enabled. Implements INBOX-5981.
108
- - Remove old my videos view
109
- - Updated lite footer to build localised links to `Privacy Policy`, `Terms and Conditions` + `Contact Us` pages
110
- - Added `Footer` LocationContext
111
-
112
- # Online
113
-
114
- ## Code changes
115
- * Fix the issue when you hit 'Next' the data is still for the first page in user manager.
116
-
117
- # Player
118
-
119
- ## Code changes
120
- - When a `parentVideo` is passed into an interactive component, the publish action will be disabled if the parent is not published.
121
- Updated the payloads of the following events (and bumped event versions):
122
- - Selecting a device for casting
123
- - Selecting a video resolution
124
- - Selecting a playback speed
125
- - Selecting a subtitle
126
-
127
- ## Customer changes
128
- - Updated the error message displayed when a physically chaptered video is encountered. Partially addresses INBOX-5677.
129
-
130
- # Shared
131
-
132
- ## Code changes
133
- - `SeriesLink` has been replaced with `SubTextLink`. This means all shared component that render videos now must pass the series applink in as a sub text app link. The sub text type will default to `series` but can also now be changed to `productionCompany`.
134
- - `VideoThumbnail` will now show the videos' production companies' logo in the top left, if a `companyLogoFallbackUrl` is drilled down into the videos.
135
-
136
- # Streamable Learning
137
-
138
- ## Code changes
139
- - Cutting back the play page to be only what is absolutely essential.
140
- - Simplifying and polishing the Dashboard View, Company Dashboard View and Subject Dashboard View to be only the very minimum feature set that we need.
141
- - Cut down the code to remove all the data we do not need, since we have a very simple set of filters.
142
- - Scoping our search to only the Streamable Learning Library and Presentation
143
- - Move calendar from lite to shared
144
- - Remove global player consumer
145
- - Addressed comments from last MR
146
-
147
- ## Customer changes
148
- - Search will now only show subject and grade filters.
149
- - Add settings page with profile details and email/password
150
- - Minor layout improvements, including pulling in the actual logo, and using the actual colours.
151
- - Add calender to streamable learning
152
- - Adding support for company dashboards.
153
-
154
- # Styles
155
-
156
- ## Customer changes
157
- - Update base font family to Inter
158
-
159
- # Testing
160
- - Fixes INBOX-6197
161
- - Fixes TEST-113
162
- - Fixes INBOX-6178
163
- - Fixes CC-880
164
- - Fixes CC-874
165
- - Implements PLAY-228
166
- * Fixes INBOX-6104
167
- * Fixes INBOX-5997
168
- - Fixes INBOX-6110
169
- - Fixes INBOX-6078
170
- - Implements INBOX-6109
171
- - Implements INBOX-6103
172
- - Implements INBOX-6099
173
- * Implements INBOX-6076
174
- - Implements INBOX-6102
175
- - Fixes INBOX-5957
176
- - Fixes INBOX-6067
177
- - Fixes INBOX-6077
178
- * Implements CC-830
179
- * Implements CC-836
180
- - N/A
181
- * Implements CC-834
182
- * Implements CC-829
183
- * Implements CC-837
184
- - Implements CC-851
185
- - Implements CC-850
186
- * Implements INBOX-5758.
187
- - Implements LTE-2240
188
- * Implements INBOX-6003
189
- - Fixes INBOX-5983
190
- - Fixes INBOX-6022
191
- - Implements INBOX-5978
192
- - Implements INBOX-5977
193
- * Implements INBOX-5942
194
- * Implements CC-794
195
- * Implements CC-855
196
- * Implement CC-835
197
- * Implements CC-833
198
- - Partially implements CC-843
199
- - Implements LTE-2338
200
- - https://clickview.atlassian.net/browse/INBOX-5685
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- - Cleanup expired link redirect logic by using `RedirectToRoute`
4
- - Cleanup QueryString append logic with newer .NET utilities
5
-
6
-
7
- # Testing
8
-
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- - Update error-logging static file
4
-
5
-
6
- # Testing
7
- - n/a
8
-
@@ -1,14 +0,0 @@
1
-
2
- # Code changes
3
- - Update error-logging static file
4
-
5
- * Change HttpStatus code from `NoContent` to `OK` in the Api response as there are message needs to be written in the body. Partially closes CORE-1428
6
- * Minor code cleanup
7
-
8
-
9
- # Testing
10
- - n/a
11
-
12
- * No such error `System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.` will be thrown in seq anymore when updating the access policy (`PUT ajax/system/customers/{customerId}/access-policy`) or set the trial end date (`PUT ajax/system/customers/{customerId}/trial-end-date`) ![image](/uploads/aa5a9567719f996f5f0211c673265858/image.png)
13
- * The pass through endpoint for `api/discover/{*path}` and `api/search/{*path}` should not throw `System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.` error.
14
-
@@ -1,14 +0,0 @@
1
-
2
- # Code changes
3
- - Reduce memory allocations in `RelatedVideoListExtensions.PopRelatedVideos`
4
- - Fix `ContinueWatchingVideosHandler` calling video views too many times
5
- - Removed call to `.Take()` on the response and moved it to the final output
6
-
7
- * Updated related videos to only return if there is context set
8
- * I have updated the code so that it doesn't use any providers other than `WidgetRelatedVideosProvider` or `CollectionRelatedVideosProvider` because the frontend was only using those two. I haven't deleted the providers though.
9
-
10
-
11
- # Testing
12
-
13
- * Make sure that the related videos are there when the frontend sets the `context` params
14
-
@@ -1,7 +0,0 @@
1
-
2
- # Code changes
3
- * Don't make db call when not needed
4
-
5
-
6
- # Testing
7
-
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- - Update error-logging static file
4
-
5
-
6
- # Testing
7
- - n/a
8
-
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- - Update error-logging static file
4
-
5
-
6
- # Testing
7
- - n/a
8
-
package/dist/F3.1/Lite.md DELETED
@@ -1,8 +0,0 @@
1
-
2
- # Code changes
3
- - Update error-logging static file
4
-
5
-
6
- # Testing
7
- - n/a
8
-
@@ -1,7 +0,0 @@
1
-
2
- # Code changes
3
- * Putting deprecated message on HasCurriculumLinks virtual assoc
4
-
5
-
6
- # Testing
7
-
@@ -1,207 +0,0 @@
1
-
2
- # Discover.Api
3
-
4
- ## Code changes
5
- - Reduce memory allocations in `RelatedVideoListExtensions.PopRelatedVideos`
6
- - Fix `ContinueWatchingVideosHandler` calling video views too many times
7
- - Removed call to `.Take()` on the response and moved it to the final output
8
-
9
- * Updated related videos to only return if there is context set
10
- * I have updated the code so that it doesn't use any providers other than `WidgetRelatedVideosProvider` or `CollectionRelatedVideosProvider` because the frontend was only using those two. I haven't deleted the providers though.
11
-
12
-
13
- ## Testing
14
-
15
- * Make sure that the related videos are there when the frontend sets the `context` params
16
-
17
-
18
-
19
- # clickview
20
-
21
- ## Curator
22
-
23
- ### Customer changes
24
- * Fix dashboard created time.
25
-
26
- ## Lite
27
-
28
- ### Customer changes
29
- - Related videos will no longer display, unless the user has come from: A playlist, A series or a dashboard.
30
- - Related videos will now only show 5 videos, with a chevron to be clicked to show 25.
31
- - Student feed will no longer show the activity status checkbox
32
- - Fix shared by me date not updating after direct sharing to previously shared recipient
33
-
34
- ### Code changes
35
- - Sending `allowSubstitute=true` as a query param when searching. This is so search can disable substitutes for places don't need it.
36
- - No longer polling for video progress if the visibility api says the document is hidden.
37
- - My Videos no longer fetches the category tree until a user moves a folder.
38
- - Update the braze-client package version
39
- * Fix the runtime error in the search page.
40
- * Only fetch the presentation when the slug is valid.
41
-
42
- ## Testing
43
- - Fixes INBOX-6234
44
- * Fixes INBOX-6269
45
- - Fix https://my.trackjs.com/errors/filtered?hash=6082f23657b4a484
46
- - Fix https://my.trackjs.com/errors/filtered?hash=b5feeabaf3a19ac4
47
- * Fix https://my.trackjs.com/errors/filtered?hash=bc3ecc4d23b89d3c
48
-
49
-
50
- # ClickView.Curator
51
-
52
- ## Code changes
53
- - Update error-logging static file
54
-
55
- * Change HttpStatus code from `NoContent` to `OK` in the Api response as there are message needs to be written in the body. Partially closes CORE-1428
56
- * Minor code cleanup
57
-
58
-
59
- ## Testing
60
- - n/a
61
-
62
- * No such error `System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.` will be thrown in seq anymore when updating the access policy (`PUT ajax/system/customers/{customerId}/access-policy`) or set the trial end date (`PUT ajax/system/customers/{customerId}/trial-end-date`) ![image](/uploads/aa5a9567719f996f5f0211c673265858/image.png)
63
- * The pass through endpoint for `api/discover/{*path}` and `api/search/{*path}` should not throw `System.InvalidOperationException: Writing to the response body is invalid for responses with status code 204.` error.
64
-
65
-
66
-
67
- # Analytics Web
68
-
69
- ## Code changes
70
- - Update error-logging static file
71
-
72
-
73
- ## Testing
74
- - n/a
75
-
76
-
77
-
78
- # Library Editor
79
-
80
- ## Code changes
81
- - Update error-logging static file
82
-
83
-
84
- ## Testing
85
- - n/a
86
-
87
-
88
-
89
- # Exchange.Web
90
-
91
- ## Code changes
92
- - Update error-logging static file
93
-
94
-
95
- ## Testing
96
- - n/a
97
-
98
-
99
-
100
- # Search.Api
101
-
102
- ## Code changes
103
- * Added series and playlist optimisations
104
- * Removed `video` assoc from clip and interactive ogql
105
-
106
- * Getting presentation ids from the index instead of going to discover
107
-
108
- * Setting default value of the allow substitute to false
109
-
110
-
111
- ## Testing
112
-
113
-
114
-
115
-
116
-
117
- # VideoViews.Api
118
-
119
- ## Code changes
120
- * Getting `maxItems` in group instead of one by one in recently viewed endpoint
121
-
122
-
123
- ## Testing
124
-
125
-
126
-
127
- # Subjects.API
128
-
129
- ## Code changes
130
- * Add `UserContextValidator` to validate the empty `CustomerId` and `UserId`. Partially closes CORE-1428
131
- * Null check user and throw `NotFoundException` if user cannot be found
132
- * Add empty `CustomerId` validation for the endpoints that require `CustomerId` only
133
- * Move `customerId` query parameter to the route template in `CustomerController` as all actions have the same query parameter
134
- * Minor code cleanup
135
- * Pass down `CancellationToken` to the inner function call
136
-
137
- - Optimize `PresentationService.GetByUserAsync`
138
- - Don't fetch the user twice
139
- - Use `TaskSingle` in `CacheService.GetOrSet` to avoid competing calls
140
-
141
-
142
- ## Testing
143
- * `NotFound` error code will be returned instead of throwing `System.NullReferenceException: Object reference not set to an instance of an object.` when hitting endpoints in `CustomerController` (for example, `/v1/customers/19539/users/54586406/presentations`) if the specified user does not exist or is deleted ![image](/uploads/90898fc22b334aef826fd03c554eaa39/image.png)
144
- * `Bad Request` error code will be returned instead of throwing `System.NullReferenceException: Object reference not set to an instance of an object.` when hitting endpoints in `CustomerController` (for example, `/v1/customers/0/users/0/classifications/lajrOw3`) if the `CustomerId` or `UserId` is empty ![image](/uploads/f8b414708c60727d26810c9b666f0e27/image.png)
145
- * Expected response if `CustomerId` or `UserId` is empty
146
- * ```{
147
- "errors": {
148
- "UserId": [
149
- "'User Id' must not be empty."
150
- ],
151
- "CustomerId": [
152
- "'Customer Id' must not be empty."
153
- ]
154
- },
155
- "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
156
- "title": "One or more validation errors occurred.",
157
- "status": 400,
158
- "traceId": "00-60e54df4cb500137844ad7e3cff2bfba-b82426157cf062d5-00"
159
- }
160
- ```
161
-
162
-
163
-
164
-
165
- # Lite
166
-
167
- ## Code changes
168
- - Update error-logging static file
169
-
170
-
171
- ## Testing
172
- - n/a
173
-
174
-
175
-
176
- # Share.Api
177
-
178
- ## Code changes
179
- * Use `TryDecodeSingleLong()` to handle `ArgumentOutOfRangeException: Specified argument was out of the range of valid values` and `ArgumentException: Destination is too short. (Parameter 'destination')`. Partially closes CORE-1428
180
- * Fixed a bug where if the share had the same owner or recipient, it would get those users over and over again in a loop. Getting them in single call and then reusing the objects from the dictionary
181
-
182
-
183
- ## Testing
184
- * Hitting `GET v1/shares/{id}` with non-encoded id string, for example, `abc` or `null` as seen in the seq error, the following errors should never be seen in seq anymore ![image](/uploads/234f01cc36a155c9220a8ebcbc7c936b/image.png) ![image](/uploads/0b6901a6e5c96ee2e0776ae19e6ce691/image.png)
185
- * In the student feed, the recent activity widget on the top should have items that were recently watched
186
-
187
-
188
-
189
- # Objects.Api
190
-
191
- ## Code changes
192
- * Putting deprecated message on HasCurriculumLinks virtual assoc
193
-
194
-
195
- ## Testing
196
-
197
-
198
-
199
- # Domain.Api
200
-
201
- ## Code changes
202
- * Don't make db call when not needed
203
-
204
-
205
- ## Testing
206
-
207
-
@@ -1,14 +0,0 @@
1
-
2
- # Code changes
3
- * Added series and playlist optimisations
4
- * Removed `video` assoc from clip and interactive ogql
5
-
6
- * Getting presentation ids from the index instead of going to discover
7
-
8
- * Setting default value of the allow substitute to false
9
-
10
-
11
- # Testing
12
-
13
-
14
-
@@ -1,10 +0,0 @@
1
-
2
- # Code changes
3
- * Use `TryDecodeSingleLong()` to handle `ArgumentOutOfRangeException: Specified argument was out of the range of valid values` and `ArgumentException: Destination is too short. (Parameter 'destination')`. Partially closes CORE-1428
4
- * Fixed a bug where if the share had the same owner or recipient, it would get those users over and over again in a loop. Getting them in single call and then reusing the objects from the dictionary
5
-
6
-
7
- # Testing
8
- * Hitting `GET v1/shares/{id}` with non-encoded id string, for example, `abc` or `null` as seen in the seq error, the following errors should never be seen in seq anymore ![image](/uploads/234f01cc36a155c9220a8ebcbc7c936b/image.png) ![image](/uploads/0b6901a6e5c96ee2e0776ae19e6ce691/image.png)
9
- * In the student feed, the recent activity widget on the top should have items that were recently watched
10
-
@@ -1,35 +0,0 @@
1
-
2
- # Code changes
3
- * Add `UserContextValidator` to validate the empty `CustomerId` and `UserId`. Partially closes CORE-1428
4
- * Null check user and throw `NotFoundException` if user cannot be found
5
- * Add empty `CustomerId` validation for the endpoints that require `CustomerId` only
6
- * Move `customerId` query parameter to the route template in `CustomerController` as all actions have the same query parameter
7
- * Minor code cleanup
8
- * Pass down `CancellationToken` to the inner function call
9
-
10
- - Optimize `PresentationService.GetByUserAsync`
11
- - Don't fetch the user twice
12
- - Use `TaskSingle` in `CacheService.GetOrSet` to avoid competing calls
13
-
14
-
15
- # Testing
16
- * `NotFound` error code will be returned instead of throwing `System.NullReferenceException: Object reference not set to an instance of an object.` when hitting endpoints in `CustomerController` (for example, `/v1/customers/19539/users/54586406/presentations`) if the specified user does not exist or is deleted ![image](/uploads/90898fc22b334aef826fd03c554eaa39/image.png)
17
- * `Bad Request` error code will be returned instead of throwing `System.NullReferenceException: Object reference not set to an instance of an object.` when hitting endpoints in `CustomerController` (for example, `/v1/customers/0/users/0/classifications/lajrOw3`) if the `CustomerId` or `UserId` is empty ![image](/uploads/f8b414708c60727d26810c9b666f0e27/image.png)
18
- * Expected response if `CustomerId` or `UserId` is empty
19
- * ```{
20
- "errors": {
21
- "UserId": [
22
- "'User Id' must not be empty."
23
- ],
24
- "CustomerId": [
25
- "'Customer Id' must not be empty."
26
- ]
27
- },
28
- "type": "https://tools.ietf.org/html/rfc7231#section-6.5.1",
29
- "title": "One or more validation errors occurred.",
30
- "status": 400,
31
- "traceId": "00-60e54df4cb500137844ad7e3cff2bfba-b82426157cf062d5-00"
32
- }
33
- ```
34
-
35
-