@clickview/ship-it 0.0.29-dev.0 → 0.0.30
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/config.json +1 -1
- package/dist/F1/Analytics Web.md +8 -0
- package/dist/F1/AutoCaptions.md +30 -0
- package/dist/F1/Classroom.Api.md +23 -0
- package/dist/F1/ClickView Online.md +17 -0
- package/dist/F1/ClickView.Curator.md +100 -0
- package/dist/F1/ClickView.EmailService.md +53 -0
- package/dist/F1/ClickView.OnlineApi.md +13 -0
- package/dist/F1/Clients.md +19 -0
- package/dist/F1/Domain.Api.md +23 -0
- package/dist/F1/Exchange.Web.md +8 -0
- package/dist/F1/Image.Api.md +8 -0
- package/dist/F1/Integrations.Api.md +23 -0
- package/dist/F1/Krakend.md +8 -0
- package/dist/F1/Library Editor.md +0 -0
- package/dist/F1/Lite.md +60 -0
- package/dist/F1/Master.Api.md +58 -0
- package/dist/F1/Master.Auth.md +22 -0
- package/dist/F1/Objects.Api.md +12 -0
- package/dist/F1/Permissions.Api.md +12 -0
- package/dist/F1/RealtimeSalesforceSync.md +14 -0
- package/dist/F1/Release Notes.md +990 -0
- package/dist/F1/Search.Api.md +12 -0
- package/dist/F1/StreamableLearning.Web.md +35 -0
- package/dist/F1/Users.Api.md +13 -0
- package/dist/F1/VideoProcessorService.md +23 -0
- package/dist/F1/clickview.md +321 -0
- package/dist/F2/Analytics Web.md +7 -0
- package/dist/F2/Batch.Api.md +27 -0
- package/dist/F2/ClickView Online.md +12 -0
- package/dist/F2/ClickView.Curator.md +166 -0
- package/dist/F2/Clients.md +14 -0
- package/dist/F2/CurriculumIngestion.Api.md +13 -0
- package/dist/F2/Discover.Api.md +64 -0
- package/dist/F2/Domain.Api.md +16 -0
- package/dist/F2/Exchange.Web.md +7 -0
- package/dist/F2/Krakend.md +12 -0
- package/dist/F2/Library Editor.md +11 -0
- package/dist/F2/Lite.md +30 -0
- package/dist/F2/Objects.Api.md +12 -0
- package/dist/F2/Release Notes.md +759 -0
- package/dist/F2/Search.Api.md +30 -0
- package/dist/F2/Share.Api.md +12 -0
- package/dist/F2/StreamableLearning.Web.md +14 -0
- package/dist/F2/Subjects.API.md +12 -0
- package/dist/F2/Tv.Web.md +8 -0
- package/dist/F2/Users.Api.md +21 -0
- package/dist/F2/clickview.md +200 -0
- package/dist/F2/shortcode-api.md +8 -0
- package/dist/F3.1/Analytics Web.md +8 -0
- package/dist/F3.1/ClickView.Curator.md +14 -0
- package/dist/F3.1/Discover.Api.md +14 -0
- package/dist/F3.1/Domain.Api.md +7 -0
- package/dist/F3.1/Exchange.Web.md +8 -0
- package/dist/F3.1/Library Editor.md +8 -0
- package/dist/F3.1/Lite.md +8 -0
- package/dist/F3.1/Objects.Api.md +7 -0
- package/dist/F3.1/Release Notes.md +207 -0
- package/dist/F3.1/Search.Api.md +14 -0
- package/dist/F3.1/Share.Api.md +10 -0
- package/dist/F3.1/Subjects.API.md +35 -0
- package/dist/F3.1/VideoViews.Api.md +7 -0
- package/dist/F3.1/clickview.md +28 -0
- package/lib/config.json +1 -1
- package/lib/src/api-clients/git-lab/GitLabApiClient.js +17 -1
- package/lib/src/commands/BumpPackagesCommand.js +3 -1
- package/lib/src/commands/StartConsumingProjectBuildsCommand.js +76 -0
- package/lib/src/index.js +0 -0
- package/lib/src/services/GitLabService.js +5 -2
- package/lib/src/startup/AddMilestoneCommand.js +1 -0
- package/lib/src/tasks/CreateMergeRequestTask.js +1 -1
- package/lib/src/tasks/MergeMasterToDevTask.js +147 -0
- package/lib/src/tasks/StartConsumingProjectBuildsTask.js +149 -0
- package/lib/src/tasks/TagMasterTask.js +81 -17
- package/package.json +1 -1
|
@@ -0,0 +1,990 @@
|
|
|
1
|
+
|
|
2
|
+
# clickview
|
|
3
|
+
|
|
4
|
+
## Before release
|
|
5
|
+
|
|
6
|
+
### other
|
|
7
|
+
- [ ] Create the `has_completed_onboarding_step_subjects_summary` domain option for users. Default false.
|
|
8
|
+
- Add domain option: `has_completed_onboarding_product_tips`
|
|
9
|
+
- 
|
|
10
|
+
- [ ] After release, Kevin needs to update all of the access policies in production to no longer blacklist the `onboarding.view` permission. This is so that all new trial users will have access to onboarding
|
|
11
|
+
|
|
12
|
+
## Dependencies
|
|
13
|
+
- https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/566
|
|
14
|
+
- This MR will need to be merged first
|
|
15
|
+
* https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1314
|
|
16
|
+
* https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3918
|
|
17
|
+
* https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1311
|
|
18
|
+
- clickview/front-end/clickview!3929
|
|
19
|
+
- clickview/front-end/clickview!3927
|
|
20
|
+
- Review after https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3927
|
|
21
|
+
- https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1317
|
|
22
|
+
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3921
|
|
23
|
+
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3903
|
|
24
|
+
- https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1311
|
|
25
|
+
* https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/559
|
|
26
|
+
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3901
|
|
27
|
+
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3901
|
|
28
|
+
- https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/500
|
|
29
|
+
- https://gitlab.cvinternal.net/clickview/front-end/lite/-/merge_requests/555
|
|
30
|
+
- https://gitlab.cvinternal.net/clickview/front-end/exchange.web/-/merge_requests/21
|
|
31
|
+
- https://gitlab.cvinternal.net/clickview/front-end/Analytics.Web/-/merge_requests/107
|
|
32
|
+
- https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/243
|
|
33
|
+
- https://gitlab.cvinternal.net/clickview/front-end/ClickView.Curator/-/merge_requests/1286
|
|
34
|
+
- https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/489
|
|
35
|
+
|
|
36
|
+
## Analytics
|
|
37
|
+
|
|
38
|
+
### Code changes
|
|
39
|
+
- Replace illustrations with new design
|
|
40
|
+
- Clean up un-used and old image urls
|
|
41
|
+
|
|
42
|
+
## Auth
|
|
43
|
+
|
|
44
|
+
### Code changes
|
|
45
|
+
- Replace illustrations with new design
|
|
46
|
+
|
|
47
|
+
### Customer changes
|
|
48
|
+
- Account activation forms for trial signups or trial invitations will no longer display a field to enter a job title. This will be entered in onboarding instead. Implements CORE-1322
|
|
49
|
+
|
|
50
|
+
## Common
|
|
51
|
+
|
|
52
|
+
### Code changes
|
|
53
|
+
- Updated `DateHelper` method `convertUTCToLocal` to factor in minutes. Fixes INBOX-4219.
|
|
54
|
+
- Fixed a flaw in the way `ReactLayoutView` handled a scenario where a backbone view was being renddered into a region after a react view had previously been rendered into that region. Fixes INBOX-5771.
|
|
55
|
+
|
|
56
|
+
## Curator
|
|
57
|
+
|
|
58
|
+
### Code changes
|
|
59
|
+
* Temporary remove access videos directly from the dashboard.
|
|
60
|
+
* Add streamable-green color to global styles variables
|
|
61
|
+
- Only fetch topic dashboard videos when the topic dashboard accordion is expanded.
|
|
62
|
+
- Remove `videos` field from AssemblylineDashboard.
|
|
63
|
+
- Fixes INBOX-5929
|
|
64
|
+
- Display correct admin switch status when disabled.
|
|
65
|
+
|
|
66
|
+
### Customer changes
|
|
67
|
+
* Remove the ClickView Curated tag from the Add Curation Tags bulk action in the content pipeline Tags stage.
|
|
68
|
+
* Now in the content pipeline a new column `Source` is added.
|
|
69
|
+
* Now, the review and published topic stage has a priority dropdown on the right-hand side of the dashboard status.
|
|
70
|
+
- Add Streamable Learning dashboards to curator
|
|
71
|
+
- Update topic filter to send request with curated topics instead of topic ID. Implements CC-817
|
|
72
|
+
- Now you can set the priority in the Content pipeline.
|
|
73
|
+
- Now you can bulk set priorities in the Content pipeline.
|
|
74
|
+
- Fixes add tag bulk action not retaining state on back
|
|
75
|
+
- Links to resolve an issue from the review stage will now open in a new tab. Implements CC-791
|
|
76
|
+
- The review stage now only restricts publishing topics for users in readonly mode. Implements CC-793
|
|
77
|
+
- When a video in the resourcing stage is moved to the next stage, it will move as far as it can down the pipeline rather than just to the next stage.
|
|
78
|
+
- Filters are now preserved between stages that have the same type (video / topic).
|
|
79
|
+
- The topic and audience forms now have more logical and consistent ordering on the libraries list, and the actual topic / audience lists (which are now ordered by presentation region + level). Implements INBOX-5906
|
|
80
|
+
- The edit video page now has a new tab to play the video
|
|
81
|
+
- Added a new "thumbnail text" column to the curated thumbnails stage. Implements CC-729
|
|
82
|
+
- Implements group topics and audiences by presentation in bulk confirm view
|
|
83
|
+
- Add open in content pipeline link to edit video
|
|
84
|
+
- Fix content pipeline save date created filter
|
|
85
|
+
- Remove video status, type and date created from curated thumbnails stage
|
|
86
|
+
- Update ID link for curated thumbnails stage to ClickView
|
|
87
|
+
- Support managing users with no customer. Fixes INBOX-5871
|
|
88
|
+
- Fixes new theme glance type error
|
|
89
|
+
- Fix select curriculum presentation showing subject presentations
|
|
90
|
+
|
|
91
|
+
## Exchange
|
|
92
|
+
|
|
93
|
+
### Code changes
|
|
94
|
+
- Replace illustrations with new design
|
|
95
|
+
- Clean up un-used and old image urls
|
|
96
|
+
|
|
97
|
+
## Library Editor
|
|
98
|
+
|
|
99
|
+
### Customer changes
|
|
100
|
+
- Fixes folder tree cutting off
|
|
101
|
+
- Change cursor when hovering over folder tree items
|
|
102
|
+
- Show dropdown folder tree in upload video destination
|
|
103
|
+
- Add max height to folder tree
|
|
104
|
+
- Fix search dropdown overflow cropping issue
|
|
105
|
+
- Fix search by tag from instant search
|
|
106
|
+
- Remove type filter form series view
|
|
107
|
+
- Library editor now has better support for users with slower internet connections attempting to upload. Previously, if a user failed to upload 4mb over a period of 30s, the upload would silently fail. Now with the new changes, after 30s a dialog will show informing the user that their internet connection is very slow, but the upload will continue. After 3 minutes the upload will fail, and a dialog will show informing them their upload has failed because their internet is too slow. Implements INBOX-5850.
|
|
108
|
+
- Fix online share modal styles
|
|
109
|
+
- Fix instant search with folder and series filter
|
|
110
|
+
- Hide library request settings in user options dropdown when user has no libraries
|
|
111
|
+
- Hide library request settings link in past requests and pending requests empty state when user has no libraries
|
|
112
|
+
- Fix max libraries error appearing when creating new library
|
|
113
|
+
- Update tree dropdown to inside modal instead of popout
|
|
114
|
+
|
|
115
|
+
## Lite
|
|
116
|
+
|
|
117
|
+
### Code changes
|
|
118
|
+
- We're now mapping the geolocation to an instance region for registering braze.
|
|
119
|
+
- Added way more null checks throughout onboarding.
|
|
120
|
+
- Fixed an issue where after creating a playlist in onboarding, an error screen would be displayed. This is fixed by persisting a `hasPlaylist` state value from the beginning of onboarding, and not changing it throughout the session.
|
|
121
|
+
- Fixed an issue where an existing user who had previously set their subject preferences prior to entering onboarding could not proceed past the "subjects summary" screen if their school did not have a curriculum.
|
|
122
|
+
- Default braze to US instance region if we don't have one.
|
|
123
|
+
- Update`SeriesView` to allow page indexing
|
|
124
|
+
- Add logic to restrict bots from infinite scrolling on series
|
|
125
|
+
- Pluralise videos in pageTitle
|
|
126
|
+
- Implements GROW-10
|
|
127
|
+
* Fix onboarding product tips run time error.
|
|
128
|
+
- When rendering a page as a bot/crawler, we'll now auto-collapse the left nav.
|
|
129
|
+
- This is due to the desktop snapshots being served from the prerender cache to crawlers with a mobile user agent
|
|
130
|
+
- [Existing Example](https://i.imgur.com/tcYpU3u.png) vs. [New change](https://i.imgur.com/BLSZOuj.png)
|
|
131
|
+
- Partially implements https://clickview.atlassian.net/browse/GROW-7 (see
|
|
132
|
+
- Added `presentation_id` and `presentation_name` properties to the Braze `product_explore_topics` custom event
|
|
133
|
+
- Implements INBOX-5503
|
|
134
|
+
- Updated the onboarding advisor video ID and share IDs, and updated them to be regionalised.
|
|
135
|
+
- The welcome video onboarding screen will now be filtered out for existing users
|
|
136
|
+
- The "select videos" and "create a playlist" onboarding screens will now be filtered out for existing users who have already created a playlist.
|
|
137
|
+
- Added a lot more documentation to the onboarding filter, and each onboarding screen config (mainly the predicate functions)
|
|
138
|
+
- Added a subjects summary screen to onboarding to show to existing users who have set subject preferences in the past.
|
|
139
|
+
- This screen links to other screens outside of the normal linked list next/prev flow.'
|
|
140
|
+
- Rename `admin` persona to `kdm` throughout onboarding
|
|
141
|
+
- Added a loader screen for when a user completes onboarding after one of the subject/presentation screens.
|
|
142
|
+
- Moved the onboarding progress bar into a separate component
|
|
143
|
+
- Remove the presentation switch spotlight.
|
|
144
|
+
- Remove user setting `Has Displayed presentation switcher spotlight`.
|
|
145
|
+
- Add more margin between empty state info and the button on the rostering setting page.
|
|
146
|
+
- Fix sign-up modal left image not showing issue.
|
|
147
|
+
- The advisor video screen in the admin onboarding pathway will now display partner logos for either AU, US, or UK. Implements LTE-2312
|
|
148
|
+
- The onboarding screens for admins to contact sales will now only show for admins who are on a non-BDM trial. Fixes LTE-2309
|
|
149
|
+
- The onboarding screen for teachers to select their usage intention will now no longer show the "evaluating for your school or district?" option if their school is not on a non-BDM trial. Fixes LTE-2309
|
|
150
|
+
- Updated all of the new onboarding to log events. Implements LTE-2209
|
|
151
|
+
- Replace illustrations with new design
|
|
152
|
+
- Clean up un-used and old image urls
|
|
153
|
+
- Tweak image style
|
|
154
|
+
- Added the `ExistingAccountSignIn` component to the `WelcomePopupView`
|
|
155
|
+
- Fix Invite a colleague styling issue
|
|
156
|
+
- Fix Bulk action history filter button alignment issue
|
|
157
|
+
- User table empty email placeholder style
|
|
158
|
+
- Remove legacy code for using `featuredTopics` on dashboards
|
|
159
|
+
- This stopped being used with the release of our new Discover dashboards early last year.
|
|
160
|
+
- Resolves INBOX-4371
|
|
161
|
+
> This is more of a request-for-comment more than anything (hence the draft). Worth reading the notes beforehand too 🙏.
|
|
162
|
+
- Renamed the `expiryTime` property on Flight Requests to `cacheDuration` as I feel this better describes the functionality of this property. `expiryTime` feels more like it should hold a timestamp, when actually this property really describes a time-from-now in seconds. This is reinforced by the ubiquitous use of the `CacheDurations` enum throughout the project.
|
|
163
|
+
- Updated the `cacheDuration` property type to `number | (data: HashObject | HashObject[]) => number` to allow the cache duration to be dynamically calculated based on the data within the stored object. Updated the `FlightObj` class to handle objects where the `cacheDuration` is a function.
|
|
164
|
+
- Updated the PlayerIntegrations (Vivi) requests to use a `cacheDuration` function which allowed me to remove and refactor a bunch of that unnecessary global state access we discussed several weeks ago.
|
|
165
|
+
|
|
166
|
+
### Customer changes
|
|
167
|
+
- Re-added the production year to the play page. Fixes INBOX-6033 and fixes INBOX-6034
|
|
168
|
+
- Any user whose account was created after the onboarding V2 release date of "06/02/2024" will be redirected to onboarding after logging in. All other users will see a new widget on their Discover page prompting them to finish personalising their account. Implements LTE-2322
|
|
169
|
+
- Now after you complete the new onboarding experience, you will see product tip cards on the page, highlight the playlist, and school-level switches.
|
|
170
|
+
- Lite now has better support for users with slower internet connections attempting to upload. Previously, if a user failed to upload 4mb over a period of 30s, the upload would silently fail. Now with the new changes, after 30s a dialog will show informing the user that their internet connection is very slow, but the upload will continue. After 3 minutes the upload will fail, and a dialog will show informing them their upload has failed because their internet is too slow. Implements INBOX-5850.
|
|
171
|
+
|
|
172
|
+

|
|
173
|
+
|
|
174
|
+

|
|
175
|
+
- Adds white border to avatar in multiple choice interactive answer
|
|
176
|
+
- Update text and link colors in user manager
|
|
177
|
+
- Updated the onboarding widget copy for teachers so each message is more tailored to the current step
|
|
178
|
+
- The playlist created through onboarding is now created with a banner and copy (works in production only)
|
|
179
|
+
- Updated the thumbnails displayed in the onboarding loaders to be a higher quality selection. Implements LTE-2308
|
|
180
|
+
- Fixed an issue where if you were on the playlist onboarding screen and you clicked back, you would see the video loader again.
|
|
181
|
+
- Updated the subjects selector step to only display subjects that have hardcoded videos mapped to them
|
|
182
|
+
- Fixed a potential issue where if a user selected a presentation that doesn't have hardcoded subjects + videos mapped to it, they would see a blank screen on the subjects step. Now, the subjects step will be filtered out of their onboarding pathway.
|
|
183
|
+
- Updated the left nav and logo in the mock discover view in the left panel of onboarding to not jump around so much when selecting a subject or curriculum presentation.
|
|
184
|
+
- The annotation image in the onboarding curriculum step will now say "academic standard" for US users
|
|
185
|
+
- Video thumbnails in the "select videos" onboarding step will now be medium quality
|
|
186
|
+
- Updated the topic + curriculum presentation selectors to highlight the selected item in green
|
|
187
|
+
- Fixed some issue where the progress bar in onboarding would drastically change if you selected an option that switched the pathway from teacher to admin
|
|
188
|
+
- Fixed some issues where the annotations in onboarding would sometimes overlap the main illustrations on the left panel
|
|
189
|
+
- Updated the "get started" button in the "welcome" video screen of onboarding to work better.
|
|
190
|
+
- Polish favourites playlist banner styles
|
|
191
|
+
- Update school creation form select class
|
|
192
|
+
- Fixed a bug where if you triggered an alert on the classrooms screen then immediately opened a dropdown in the classrooms list, the dropdown would be closed after the alert disappears. Fixes INBOX-5856
|
|
193
|
+
- Polish my videos responsiveness
|
|
194
|
+
- Fixes search not being updated when deleting video
|
|
195
|
+
- Add an alert banner to the play page if the current video/clip/interactive is archived. Also all the action buttons are removed except you can still view interactives result.
|
|
196
|
+
- When opening a direct share link while not logged in, you should be redirected back to the share link after logging in. Fixes TEST-86
|
|
197
|
+
- The welcome popup displayed on a user's first landing on the public page will now display a sign in link for existing users/
|
|
198
|
+
- Implements INBOX-5559
|
|
199
|
+
- After expand left nav on a smaller screen, click on the backdrop will collapse the left nav.
|
|
200
|
+
- Hide up next in clip play page unless unless it is in a playlist for now.
|
|
201
|
+
|
|
202
|
+
## Online
|
|
203
|
+
|
|
204
|
+
### Customer changes
|
|
205
|
+
- Fixed an issue where if a user had selected their audience and subject preferences from outside of the onboarding UI, the onboarding nag would still display. Fixes INBOX-6010
|
|
206
|
+
|
|
207
|
+
### Code changes
|
|
208
|
+
- Fixed an issue where users could not progress to the audiences step of onboarding since the introduction of the new `StreamableLearning` presentation type.
|
|
209
|
+
|
|
210
|
+
## Player
|
|
211
|
+
|
|
212
|
+
### Code changes
|
|
213
|
+
- Setting `0.001` as the lower limit for interactives to prevent questions at timepoint zero from disappearing without the user having a chance to answer.
|
|
214
|
+
- Strongly enforcing the background colour of the scrollbars to be consistent with our theme. This change overrides the default background colour of the scrollbars as set in the Simplebar library.
|
|
215
|
+
|
|
216
|
+
## Reports
|
|
217
|
+
|
|
218
|
+
### Customer changes
|
|
219
|
+
- Fix a bug that was causing incorrect numbers for the Unanswered column in the results table for interactives. Fixes INBOX-5808.
|
|
220
|
+
|
|
221
|
+
## Shared
|
|
222
|
+
|
|
223
|
+
### Code changes
|
|
224
|
+
- `LocalityHelper` will now map all european countries to the UK instance region.
|
|
225
|
+
- Updated our request to get a user's presentation(s) to require passing a presentation type, as the endpoint's behaviour when you don't is to 404 if the user doesn't have a presentation set for all possible types. This behaviour can lead to bugs and it's safer to explicitly define what presentation types you want to fetch.
|
|
226
|
+
- Moved the `PreviewBanner` out of lite into shared, so that streamable-learning may use it.
|
|
227
|
+
- Updated `dropzone`, `react-dropzone` and `@types/dropzone` to their latest versions.
|
|
228
|
+
- Removed the `accept` in `FileSelect` because it didn't actually do anything.
|
|
229
|
+
- Prevent a `Each child in a list should have a unique "key" prop` error that would throw in many places because of our `<Tooltip />`
|
|
230
|
+
|
|
231
|
+
## Streamable Learning
|
|
232
|
+
|
|
233
|
+
### Customer changes
|
|
234
|
+
- Add streamable learning play page
|
|
235
|
+
- Implemented a search bar and a search results page.
|
|
236
|
+
- Implemented the following:
|
|
237
|
+
- Dashboard
|
|
238
|
+
- Classification browsing
|
|
239
|
+
- View all classifications
|
|
240
|
+
- Previewing topics from curator
|
|
241
|
+
|
|
242
|
+
### Code changes
|
|
243
|
+
- Initial product setup.
|
|
244
|
+
|
|
245
|
+
## Testing
|
|
246
|
+
- Fixes INBOX-6065
|
|
247
|
+
- Fixes TEST-91
|
|
248
|
+
- Fixes TEST-114
|
|
249
|
+
- Fixes TEST-115
|
|
250
|
+
- Fixes INBOX-6033
|
|
251
|
+
- Fixes INBOX-6034
|
|
252
|
+
- Fixes INBOX-6010
|
|
253
|
+
- Fixes TEST-91
|
|
254
|
+
- Fixes TEST-108
|
|
255
|
+
* n/a
|
|
256
|
+
* Implements CC-832
|
|
257
|
+
- https://clickview.atlassian.net/browse/GROW-10
|
|
258
|
+
* n/a
|
|
259
|
+
- n/a
|
|
260
|
+
* Implements CC-792
|
|
261
|
+
* Implements CC-826
|
|
262
|
+
* Implements CC-828
|
|
263
|
+
- n/a
|
|
264
|
+
- Implements CC-825
|
|
265
|
+
- Implements CC-817
|
|
266
|
+
- Implements CC-824
|
|
267
|
+
- Partially implements LTE-2208
|
|
268
|
+
- Implements LTE-2323
|
|
269
|
+
- Implements LTE-2322
|
|
270
|
+
- Implements CC-795
|
|
271
|
+
- Implements CC-798
|
|
272
|
+
- Implements CC-796
|
|
273
|
+
- Implements LTE-2216
|
|
274
|
+
- Fixes INBOX-5915
|
|
275
|
+
- Implements INBOX-5556
|
|
276
|
+
- Implements LTE-2299
|
|
277
|
+
- Fixes Implements INBOX-5850
|
|
278
|
+
- Fixes LTE-2311
|
|
279
|
+
- Fixes INBOX-5911
|
|
280
|
+
- Fixes INBOX-5188
|
|
281
|
+
- Fixes INBOX-5277
|
|
282
|
+
- Implements CC-729
|
|
283
|
+
- Implements LTE-2312
|
|
284
|
+
- Implements CC-819
|
|
285
|
+
- Fixes LTE-2309
|
|
286
|
+
- Implements LTE-2209
|
|
287
|
+
- Implements LTE-2277
|
|
288
|
+
- Implements EXTV-123
|
|
289
|
+
- Implements ANLT-107
|
|
290
|
+
- Implements CC-801
|
|
291
|
+
- Fixes CC-800
|
|
292
|
+
- Fixes CC-802
|
|
293
|
+
- Fixes CC-803
|
|
294
|
+
- Fixes INBOX-5631
|
|
295
|
+
- Fixes INBOX-5871
|
|
296
|
+
- N/A
|
|
297
|
+
- Fixes INBOX-5278
|
|
298
|
+
- Fixes INBOX-5856
|
|
299
|
+
- Fixes INBOX-4884
|
|
300
|
+
- Fixes INBOX-5818
|
|
301
|
+
- Implements INBOX-5735
|
|
302
|
+
- Fixes TEST-86
|
|
303
|
+
1. Navigate to NP as a public user:
|
|
304
|
+
2. The first welcome popup will now display a link at the bottom, allowing users to go straight to the sign in page. [Example](https://i.imgur.com/09aoKIo.png)
|
|
305
|
+
3. If the popup does not display, you'll need to clear your `localStorage` keys.
|
|
306
|
+
- Fixes INBOX-5807
|
|
307
|
+
- Fixes INBOX-5456
|
|
308
|
+
- Fixes INBOX-5013
|
|
309
|
+
- Fixes INBOX-5782
|
|
310
|
+
- Fixes INBOX-5575
|
|
311
|
+
- Fixes TEST-94
|
|
312
|
+
- Fixes INBOX-5795
|
|
313
|
+
- Fixes LTE-2111
|
|
314
|
+
- Fixes INBOX-5706
|
|
315
|
+
- Fixes INBOX-5632
|
|
316
|
+
- Fixes INBOX-5476
|
|
317
|
+
- n/a
|
|
318
|
+
- Fixes INBOX-5881
|
|
319
|
+
- Fixes INBOX-5809
|
|
320
|
+
- Fixes TEST-91
|
|
321
|
+
- Fixes https://clickview.atlassian.net/browse/INBOX-5771
|
|
322
|
+
- Fixes INBOX-5692
|
|
323
|
+
- Implements CORE-1322
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
# ClickView.Curator
|
|
327
|
+
|
|
328
|
+
## Before release
|
|
329
|
+
* Please add `streamableLibraryId` config property to octo. Production id = `78688869`
|
|
330
|
+
|
|
331
|
+
* Update image client to latest nuget package
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## Dependencies
|
|
335
|
+
* Merge after !1314
|
|
336
|
+
|
|
337
|
+
- [x] Merge and release after https://gitlab.cvinternal.net/clickview/back-end/users.api/-/merge_requests/243
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
## Customer changes
|
|
341
|
+
* The `Content Pipeline` fixes a bug when a video's metada (e.g. description) is updated in the curator web, and if the video has any clips, the video type will be changed from `video` to `clip`
|
|
342
|
+
*
|
|
343
|
+
|
|
344
|
+
- Add streamable learning to nav
|
|
345
|
+
|
|
346
|
+
- Assignees will now display their avatar
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
## Code changes
|
|
350
|
+
* The `Content Pipeline` updates `RightsLine` video status to `Published` after publishing videos
|
|
351
|
+
|
|
352
|
+
* VideoUpdateEventHandler.HandleAsync() uses clip id rather the video id to update clip properties in mongo db
|
|
353
|
+
|
|
354
|
+
* Added regions field to videos. Implements CC-823
|
|
355
|
+
|
|
356
|
+
* Added null check when trying to get user token
|
|
357
|
+
|
|
358
|
+
* Added parent video id and filters for clips. Implements CC-820
|
|
359
|
+
|
|
360
|
+
* Added an endpoint to get dashboard videos. Implements CC-816
|
|
361
|
+
|
|
362
|
+
* Added topic template column for dashboards. Implements CC-814
|
|
363
|
+
|
|
364
|
+
* Supports new thumbnailText field for videos. Implements CC-812
|
|
365
|
+
|
|
366
|
+
* Added `source` column. Implements CC-822
|
|
367
|
+
* Added filters for `source` column
|
|
368
|
+
|
|
369
|
+
* Fixed a bug where dashboard wasn't being updated correctly. Fixes CC-815
|
|
370
|
+
|
|
371
|
+
* Fixed a bug where clip's interactive wasn't being synced. Fixes CC-811
|
|
372
|
+
|
|
373
|
+
* Added priority column for all entities. Implements CC-804
|
|
374
|
+
* Added filters for priority column. Implements CC-807
|
|
375
|
+
* Using priority column to sort. Implements CC-818
|
|
376
|
+
* When updating priority on a curated topic, it automatically cascade down to the videos and classification associated with that topic. Implements CC-808
|
|
377
|
+
* Add an endpoint for setting priority. Implements CC-806
|
|
378
|
+
|
|
379
|
+
* Using image client in curation studio project. Implements INBOX-5381
|
|
380
|
+
|
|
381
|
+
* Fixed classroom search serialisation. Fixes INBOX-5336
|
|
382
|
+
|
|
383
|
+
Added users.api endpoints with support to customerless users:
|
|
384
|
+
* `GET` `ajax/user/{id}`: Get user by Id
|
|
385
|
+
* `POST` `ajax/users/delete`: Delete users object
|
|
386
|
+
* `PUT` `ajax/users/update-status`: Update user statuses (if customer is not passed, it will just update users' statuses if there's no customer).
|
|
387
|
+
Implements CC-758
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
## Testing
|
|
391
|
+
|
|
392
|
+
* Find a video that has at least one clip created in the curator web.
|
|
393
|
+
* Modify any video's metadata field e.g. description
|
|
394
|
+
* Now check the video in the `Content Pipeline` doesn't change to `clip`
|
|
395
|
+
|
|
396
|
+
Implements CC-823
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
Implements CC-820
|
|
401
|
+
|
|
402
|
+
Implements CC-816
|
|
403
|
+
|
|
404
|
+
Implements CC-814
|
|
405
|
+
|
|
406
|
+
Implements CC-812
|
|
407
|
+
|
|
408
|
+
Implements CC-822
|
|
409
|
+
|
|
410
|
+
Fixes CC-815
|
|
411
|
+
|
|
412
|
+
Fixes CC-811
|
|
413
|
+
|
|
414
|
+
* Implements CC-804
|
|
415
|
+
* Implements CC-818
|
|
416
|
+
* Implements CC-808
|
|
417
|
+
* Implements CC-807
|
|
418
|
+
* Implements CC-806
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
Implements INBOX-5381
|
|
422
|
+
|
|
423
|
+
Fixes INBOX-5336
|
|
424
|
+
|
|
425
|
+
Implements CC-758
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
# Domain.Api
|
|
430
|
+
|
|
431
|
+
## Dependencies
|
|
432
|
+
* Search API F1 release
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
## Customer changes
|
|
436
|
+
* New customers that are created will randomly opt in or out of new onboarding. We are targeting 50% for each targets.
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
## Code changes
|
|
440
|
+
* Setup onboarding option for new customers.
|
|
441
|
+
* Implements LTE-2344.
|
|
442
|
+
* Implements LTE-2343
|
|
443
|
+
|
|
444
|
+
* Supporting category id and series id filter for instant search. Partially fixes: INBOX-5795
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
## Testing
|
|
448
|
+
* Implements LTE-2344
|
|
449
|
+
* Implements LTE-2343
|
|
450
|
+
|
|
451
|
+
Partially fixes: INBOX-5795
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
# Lite
|
|
456
|
+
|
|
457
|
+
## Before release
|
|
458
|
+
- [ ] Remove the `featuredTopics` octo variables that are no longer needed
|
|
459
|
+
### Code changes
|
|
460
|
+
- Remove legacy code for using `featuredTopics` on dashboards
|
|
461
|
+
- This stopped being used with the release of our new Discover dashboards early last year.
|
|
462
|
+
- Resolves INBOX-4371
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
## Dependencies
|
|
466
|
+
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3937 should be merged before this
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
## Customer changes
|
|
470
|
+
- Update fav playlist banner image
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
## Code changes
|
|
474
|
+
- For unauthenticated users, the current user bootstrap handler will now source the content region, country code and instance region from the geolocation, if the user is not hitting a region prefixed route.
|
|
475
|
+
|
|
476
|
+
- Remove `noindex` tag from template when accessing `/series` route
|
|
477
|
+
- Update robots.txt to allow crawlers to traverse the `/series` route
|
|
478
|
+
- Implements GROW-10
|
|
479
|
+
|
|
480
|
+
- Updated `GetGoogleAnalyticsProjectId` to only restrict GA to the UK
|
|
481
|
+
- This change not only opens up to AU, but also to public pages where we don't know the instance region.
|
|
482
|
+
- Implements GROW-9
|
|
483
|
+
|
|
484
|
+
- Use `ClickView.Clients.Player` instead of a local version
|
|
485
|
+
|
|
486
|
+
- Minor update on new illustration.
|
|
487
|
+
|
|
488
|
+
Fixing .gitlab-ci invalid yaml that caused failed piplenes and not triggering any tests. Happened because i tweaked it earlier to bypass a failed MR to push a hotfix.
|
|
489
|
+
|
|
490
|
+
- Add new image for onboarding product tips
|
|
491
|
+
|
|
492
|
+
- Onboarding copy is now regionalised for US users. Implements LTE-2211
|
|
493
|
+
|
|
494
|
+
- Add new illos and remove old illos.
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
## Testing
|
|
498
|
+
|
|
499
|
+
- https://clickview.atlassian.net/browse/GROW-10
|
|
500
|
+
|
|
501
|
+
- https://clickview.atlassian.net/browse/GROW-9
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
- Fixes LTE-2319
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
- Implements LTE-2211
|
|
509
|
+
|
|
510
|
+
- Implements LTE-2277
|
|
511
|
+
|
|
512
|
+
- Fixes INBOX-5631
|
|
513
|
+
|
|
514
|
+
- n/a
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
# RealtimeSalesforceSync
|
|
519
|
+
|
|
520
|
+
## Code changes
|
|
521
|
+
- Refactor `UserUpdateEventHandler` to be more readable
|
|
522
|
+
- Populate the following fields to Braze when a user is associated to a customer, updates their name or updates their email address:
|
|
523
|
+
- `first_name`
|
|
524
|
+
- `last_name`
|
|
525
|
+
- `master_id`
|
|
526
|
+
|
|
527
|
+
- Don't clear cvc_id and master_id Braze attributes when setting product_type. Fixes INBOX-5805
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
## Testing
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
# Permissions.Api
|
|
536
|
+
|
|
537
|
+
## Customer changes
|
|
538
|
+
- Fix user permission not updating for an hour after changing a users role. Fixes INBOX-5934
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
## Code changes
|
|
542
|
+
- Reduce user cache time from 1h to 5s
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
## Testing
|
|
546
|
+
- INBOX-5934
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
# ClickView.OnlineApi
|
|
551
|
+
|
|
552
|
+
## Customer changes
|
|
553
|
+
- Fixes lite users not being able to login with multiple customers via SAML. Fixes INBOX-5858
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
## Code changes
|
|
557
|
+
- Remove multiple user profile check during update user call
|
|
558
|
+
- Remove migrate user call as all users should be in master api now
|
|
559
|
+
|
|
560
|
+
|
|
561
|
+
## Testing
|
|
562
|
+
- INBOX-5858
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
# StreamableLearning.Web
|
|
567
|
+
|
|
568
|
+
## Before release
|
|
569
|
+
- Add objects api to octo config
|
|
570
|
+
|
|
571
|
+
- Add the auth client
|
|
572
|
+
- Set up the octo config
|
|
573
|
+
- Add the collection api client id. The client secret can be found in 1 pw under `Collection API Client Secret`
|
|
574
|
+
```
|
|
575
|
+
INSERT INTO cv_collection.authentication
|
|
576
|
+
(`ClientId`, `ClientSecret`, `Scopes`, `DateCreated`)
|
|
577
|
+
VALUES
|
|
578
|
+
('cv_streamablelearning', , 'collectionapi.collect', UTC_TIMESTAMP);
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
|
|
582
|
+
## Dependencies
|
|
583
|
+
- clickview/front-end/streamablelearning.web!2
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
## Code changes
|
|
587
|
+
- Add resource images
|
|
588
|
+
- Add objects client api
|
|
589
|
+
- Update scopes
|
|
590
|
+
|
|
591
|
+
- Adding all the endpoints needed to browse topics.
|
|
592
|
+
- Fix the entry point in the dockerfile.
|
|
593
|
+
- Fix the launchsettings.json being ignored for the initial commit.
|
|
594
|
+
|
|
595
|
+
- Copy pasted Exchange.Web in, renamed everything to streamable learning. Deleted pieces that we will not need.
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
## Testing
|
|
599
|
+
|
|
600
|
+
|
|
601
|
+
|
|
602
|
+
|
|
603
|
+
|
|
604
|
+
# AutoCaptions
|
|
605
|
+
|
|
606
|
+
## Code changes
|
|
607
|
+
- Move all amazon transcribe logic to `ClickView.AutoCaptions.Aws`
|
|
608
|
+
- Change `IAmazonTranscribeClient` to `ITranscriptionProcessor`. Closes CORE-1374
|
|
609
|
+
- Introduce new domain models instead of using the aws client models
|
|
610
|
+
- Now contains `TranscriptionSubtitle` which has the subtitle content as a string instead of returning urls
|
|
611
|
+
- `AmazonTranscribeClient` changes:
|
|
612
|
+
- Will now download the subtitle instead of leaving it up to `CaptionTaskProcessor`
|
|
613
|
+
- Moved CdnMapping call into this service as other processors need want to use the cdn for public access
|
|
614
|
+
|
|
615
|
+
- Add `Directory.Build.props` to control common properties
|
|
616
|
+
- nullable is now enabled for all projects
|
|
617
|
+
- Misc nullable fixes
|
|
618
|
+
- `LanguageHelper` changes
|
|
619
|
+
- Define a default language for when we return a default language. HashSet does not guarantee ordering so FIrst might not be whats expected
|
|
620
|
+
- Update build files to their latest versions
|
|
621
|
+
- Use the runtime docker image not aspnet as this is not an aspnet project
|
|
622
|
+
|
|
623
|
+
- Replace local master api client with `ClickView.Clients.Master`
|
|
624
|
+
|
|
625
|
+
- Update all packages to their latest versions
|
|
626
|
+
- Replace `Serilog.AspNetCore` with `Serilog.Extensions.Hosting` since we are not in an aspnetcore context
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
## Testing
|
|
630
|
+
- CORE-1374
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
# Clients
|
|
638
|
+
|
|
639
|
+
## ClickView.Clients.Image.v2
|
|
640
|
+
|
|
641
|
+
### Code changes
|
|
642
|
+
* Added `FileIdType` parameter to `GetImageMetdata` method
|
|
643
|
+
|
|
644
|
+
## ClickView.Clients.Object
|
|
645
|
+
|
|
646
|
+
### Code changes
|
|
647
|
+
- Rename `token` and `canelToken` to `cancellationToken`
|
|
648
|
+
- Add `PermissionFilterOptions` class
|
|
649
|
+
|
|
650
|
+
## monorepo
|
|
651
|
+
|
|
652
|
+
### Code changes
|
|
653
|
+
- Updated all tests to fix nullable errors
|
|
654
|
+
- Updated `ClickView.Models`
|
|
655
|
+
|
|
656
|
+
## Testing
|
|
657
|
+
|
|
658
|
+
|
|
659
|
+
# Master.Api
|
|
660
|
+
|
|
661
|
+
## Code changes
|
|
662
|
+
- Upgrade project to .NET8.0. Closes CORE-1372
|
|
663
|
+
- Add `Directory.Build.props` to manage net version
|
|
664
|
+
- Update all packages to latest
|
|
665
|
+
- Replace `o.SecurityTokenValidators` logic with `MapInboundClaims`
|
|
666
|
+
- Replace `AddAuthorization` with `AddAuthorizationBuilder`
|
|
667
|
+
- Replace `ISystemClock` with `TimeProvider`
|
|
668
|
+
|
|
669
|
+
- Cascade delete the follow assocs (part of INBOX-5213):
|
|
670
|
+
- Video -> Glance
|
|
671
|
+
- Video -> PointOfInterest
|
|
672
|
+
- Video -> Field
|
|
673
|
+
- Clip -> Glance
|
|
674
|
+
- Clip -> PointOfInterest
|
|
675
|
+
|
|
676
|
+
- Cascade delete the follow assocs (part of INBOX-5213):
|
|
677
|
+
- Playlist -> Resource
|
|
678
|
+
- Video -> Resource
|
|
679
|
+
- Video -> Link
|
|
680
|
+
- Clip -> Resource
|
|
681
|
+
- Clip -> Link
|
|
682
|
+
- Company -> Link
|
|
683
|
+
- Person -> Link
|
|
684
|
+
- Resource -> File
|
|
685
|
+
|
|
686
|
+
- Cascade delete the follow assocs (part of INBOX-5213):
|
|
687
|
+
- Playlist -> Thumbnail
|
|
688
|
+
- Playlist -> Banner
|
|
689
|
+
- Playlist -> Cover
|
|
690
|
+
- Video -> Thumbnail
|
|
691
|
+
- Video -> Poster
|
|
692
|
+
- Video -> TallPoster
|
|
693
|
+
- Video -> HeroBanner
|
|
694
|
+
- Clip -> Thumbnail
|
|
695
|
+
- Interactive -> Thumbnail
|
|
696
|
+
- Series -> Banner
|
|
697
|
+
- Series -> Thumbnail
|
|
698
|
+
- Series -> Poster
|
|
699
|
+
- Series -> TallPoster
|
|
700
|
+
- Season -> Thumbnail
|
|
701
|
+
- Season -> Poster
|
|
702
|
+
- Season -> TallPoster
|
|
703
|
+
- Company -> Banner
|
|
704
|
+
- Company -> Logo
|
|
705
|
+
- Category -> Thumbnail
|
|
706
|
+
- Category -> Banner
|
|
707
|
+
- Resource -> ResourceThumbnail
|
|
708
|
+
- Link -> ResourceThumbnail
|
|
709
|
+
- User -> Avatar
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
## Testing
|
|
713
|
+
- CORE-1372
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
# VideoProcessorService
|
|
721
|
+
|
|
722
|
+
## Customer changes
|
|
723
|
+
- Fix some videos failing to process when editing using the Cloud Editor in high precision mode
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
## Code changes
|
|
727
|
+
- Update ffmpeg to 6.1.1. Closes CORE-1358
|
|
728
|
+
|
|
729
|
+
- Clamp segment end times to the video duration (up to 1s). Fixes CORE-1199
|
|
730
|
+
- Move culture functions from `Helper` to `CultureHelper`
|
|
731
|
+
- Fix bug when trying to extract thumbnails. Sometimes the end time would be before the start time causing thumbnails to not process. Fixes INBOX-5746
|
|
732
|
+
|
|
733
|
+
- Added `IVideoUploadTaskValidator` to validate the `VideoUploadTask` before processing
|
|
734
|
+
- Throws a `ValidationException` with an ErrorCode of `BAD_TASK = 130`
|
|
735
|
+
- Log warnings and better info when a trim segment is outside the bounds of the video to help diagnose CORE-1199
|
|
736
|
+
- Ignore any `VideoUploadTask.Segments` that have a duration of 0
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
## Testing
|
|
740
|
+
- CORE-1358
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
# Objects.Api
|
|
747
|
+
|
|
748
|
+
## Code changes
|
|
749
|
+
* Added customer permission to clip and interactive. Fixes INBOX-5928
|
|
750
|
+
|
|
751
|
+
- The video derived permissions check will now fetch the parent video/clip of an interactive or clip if the user is a Curator. This is so that Curator's can create clips / interactives on draft parents in the content pipeline. Fixes INBOX-5728
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
## Testing
|
|
755
|
+
Fixes INBOX-5928
|
|
756
|
+
|
|
757
|
+
- Fixes INBOX-5728
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
# ClickView.EmailService
|
|
762
|
+
|
|
763
|
+
## Before release
|
|
764
|
+
- Move smtp settings to be under the `stmp:legacy` key instead of just `smtp`
|
|
765
|
+
|
|
766
|
+
- Remove all regional resources from octo
|
|
767
|
+
|
|
768
|
+
- Set `queues:notification:concurrentTaskCount` to
|
|
769
|
+
- prod = `5` (current value is 10 but that seems high?)
|
|
770
|
+
- nonprod = 1
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
## Code changes
|
|
774
|
+
- Move config out of Models project and into the main web project. Closes CORE-1365
|
|
775
|
+
|
|
776
|
+
- Null check user and email before doing any more work (If the user has no email, theres no point in fetching the video objects etc)
|
|
777
|
+
- Enable nullable on more projects
|
|
778
|
+
|
|
779
|
+
- Added ability to define multiple smtp servers. Implements CORE-1362
|
|
780
|
+
- Can define `weight` to do a weighted round robin load balancing
|
|
781
|
+
- Rename `IClickViewEmailManager` to `IEmailSender`
|
|
782
|
+
- Rename `ClickViewEmailManager` to `SmtpEmailSender`
|
|
783
|
+
|
|
784
|
+
- Add an `obsolete` key to the template configuration, that will log an error any time an obsolete template is used
|
|
785
|
+
|
|
786
|
+
- Removed the passing of `AppConfig` to all notifications
|
|
787
|
+
- Added `ThumbnailHepler` to generate thumbnails (basically the same code that was in `BaseNotification`)
|
|
788
|
+
- Added `LinkGenerator` to generate links to Manage and Lite (when we dont have `AppLinks`)
|
|
789
|
+
|
|
790
|
+
- Remove regional resources and use app links and launch for (Closes CORE-1364):
|
|
791
|
+
- `VideoAvailableNotification (Workspace)`
|
|
792
|
+
- `VideoAvailableNotification (Exchange)`
|
|
793
|
+
- `EditedVideoAvailable`
|
|
794
|
+
|
|
795
|
+
- Use `ClickView.GoodStuff.Hosting.Queue` for the `EmailNotificationWorker`
|
|
796
|
+
- Reduce the default prefetch count of `EmailNotificationWorker` from 10 to 1
|
|
797
|
+
|
|
798
|
+
* Added null checks in `ClickView.EmailService.Notifications` project. Fixes INBOX-5691
|
|
799
|
+
* File scoped namespace
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
## Testing
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
- CORE-1362
|
|
806
|
+
|
|
807
|
+
- Implements CORE-1368
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
- CORE-1364
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
Fixes INBOX-5691
|
|
814
|
+
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
# Integrations.Api
|
|
818
|
+
|
|
819
|
+
## Before release
|
|
820
|
+
- Create rabbitmq queue and bind to master events
|
|
821
|
+
- Create rabbitmq user
|
|
822
|
+
- Update octo config for `rabbitmq`
|
|
823
|
+
|
|
824
|
+
|
|
825
|
+
## Code changes
|
|
826
|
+
- Added master event listener to delete roster mappings on `User`, `Classroom` and `Customer` delete events. Closes CORE-1366
|
|
827
|
+
|
|
828
|
+
- Replace `Microsoft.IdentityModel.Clients.ActiveDirectory` with `Microsoft.Identity.Client` to fix obsolete call when updating `Microsoft.IdentityModel.Clients.ActiveDirectory`. Fixes CORE-1367
|
|
829
|
+
- Followed https://learn.microsoft.com/en-us/entra/msal/dotnet/how-to/migrate-confidential-client?tabs=daemon
|
|
830
|
+
- Added in memory cache since the token should always be the same anyway and prevents getting rate limited
|
|
831
|
+
|
|
832
|
+
- Update all packages to their latest versions
|
|
833
|
+
|
|
834
|
+
|
|
835
|
+
## Testing
|
|
836
|
+
- CORE-1366
|
|
837
|
+
|
|
838
|
+
- CORE-1367
|
|
839
|
+
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
843
|
+
# Analytics Web
|
|
844
|
+
|
|
845
|
+
## Code changes
|
|
846
|
+
- Add new illos and remove old illos.
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
## Testing
|
|
850
|
+
- Implements ANLT-107
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
# Exchange.Web
|
|
855
|
+
|
|
856
|
+
## Code changes
|
|
857
|
+
- Add new illos and remove old illos.
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
## Testing
|
|
861
|
+
- Implements EXTV-123
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
# Master.Auth
|
|
866
|
+
|
|
867
|
+
## Dependencies
|
|
868
|
+
- https://gitlab.cvinternal.net/clickview/front-end/clickview/-/merge_requests/3757
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
## Code changes
|
|
872
|
+
- Add new illos and remove old illos.
|
|
873
|
+
|
|
874
|
+
- Removed references to job titles in the form views for activating a trial sign up or trial invitation. Implements CORE-1322
|
|
875
|
+
|
|
876
|
+
- Update password has iteration count from 10k to 100k. Closes INBOX-5422
|
|
877
|
+
- Increases the strength of our hashing
|
|
878
|
+
- Keep an eye on cpu usage as this will use more now
|
|
879
|
+
- Note: This won't upgrade existing hashes until passwords are reset
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
## Testing
|
|
883
|
+
- Implements LTE-2277
|
|
884
|
+
|
|
885
|
+
- Implements CORE-1322
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
# Krakend
|
|
891
|
+
|
|
892
|
+
## Code changes
|
|
893
|
+
- Add Prospect Api validate email endpoint. Fixes INBOX-4708.
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
## Testing
|
|
897
|
+
- N/A
|
|
898
|
+
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
# Search.Api
|
|
902
|
+
|
|
903
|
+
## Code changes
|
|
904
|
+
* Getting rid of trigram analyser for `BestFields` search. Fixes INBOX-5864
|
|
905
|
+
* The reason this was breaking was because the trigram analyser doesn't filter out the stop words. When you perform `BestFields` search on a field, it searches on all the keywords of the field without worrying about the position of the words (unlike phrase or phrase prefix search).
|
|
906
|
+
|
|
907
|
+
* Add series id filter to filter by series id
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
## Testing
|
|
911
|
+
Fixes INBOX-5864
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
# Classroom.Api
|
|
917
|
+
|
|
918
|
+
## Before release
|
|
919
|
+
* [ ] Add the following curator group ids to octo variables for production (same curator groups as user api)
|
|
920
|
+
* 5485
|
|
921
|
+
* 9518351
|
|
922
|
+
* 3699822
|
|
923
|
+
* 7204452
|
|
924
|
+
* 1550457
|
|
925
|
+
* 2046458
|
|
926
|
+
* 2046453
|
|
927
|
+
* 14069509
|
|
928
|
+
* 67079832
|
|
929
|
+
* 67080194
|
|
930
|
+
* 67080437
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
## Code changes
|
|
934
|
+
* Add support to allow curator group users to add students to a classroom on behalf of customers in curator
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
## Testing
|
|
938
|
+
* INBOX-5335
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
# ClickView Online
|
|
943
|
+
|
|
944
|
+
## Customer changes
|
|
945
|
+
- Fix disabled users being shown the change password UI. Fixes INBOX-5227
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
## Code changes
|
|
949
|
+
- Remove `LastSignInDate` Min check that redirects to the change password screen. This should always be handled by auth now
|
|
950
|
+
- Added check for if the user is disabled in `OnActionExecuting`. If they are, log the user out and redirect to the `/` root
|
|
951
|
+
- Reduce the user cache time from 5min to 1min
|
|
952
|
+
- Don't ignore default values in `BaseRedisDataStructure`
|
|
953
|
+
- **Note**: This could be potentially a spicy change
|
|
954
|
+
- This was changed to fix a bug where the UserProfile.Status was disabled but the `BaseMediaObject.Status was the default value. Ignore would then remove it because the "base" value was the default
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
## Testing
|
|
958
|
+
- INBOX-5227
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
# Users.Api
|
|
963
|
+
|
|
964
|
+
## Code changes
|
|
965
|
+
- Added `CuratorController` adding support to customerless users with the following endpoints:
|
|
966
|
+
- `GET` `v1/curator/users`: Get users
|
|
967
|
+
- `GET` `v1/curator/users/{id}`: Get user by Id
|
|
968
|
+
- `POST` `v1/curator/users/delete`: Delete user object
|
|
969
|
+
- `PUT` `v1/curator/users/update-status`: Update user statuses (if customer is not passed, it will just update users' statuses if there's no customer).
|
|
970
|
+
Implements CORE-1290
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
## Testing
|
|
974
|
+
Implements CORE-1290
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
# Image.Api
|
|
979
|
+
|
|
980
|
+
## Code changes
|
|
981
|
+
- Delete all images when deleted from Master.Api, not just avatar. Implements CORE-1220
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
## Testing
|
|
985
|
+
- CORE-1220
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
# Library Editor
|
|
990
|
+
|