@clickview/ship-it 0.0.11 → 0.0.13

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 (43) hide show
  1. package/lib/src/api-clients/git-lab/GitLabApiClient.js +10 -13
  2. package/lib/src/api-clients/git-lab/GitLabMapper.js +2 -1
  3. package/lib/src/services/GitLabService.js +9 -27
  4. package/lib/src/tasks/BumpVersionTxtTask.js +1 -1
  5. package/lib/src/tasks/ValidateCommitsTask.js +21 -15
  6. package/lib/src/utils/Commits.js +29 -21
  7. package/package.json +1 -1
  8. package/dist/X2/Analytics Web.md +0 -11
  9. package/dist/X2/Batch.Api.md +0 -11
  10. package/dist/X2/ClickView Online.md +0 -43
  11. package/dist/X2/ClickView.Cloud247.SpliceService.md +0 -12
  12. package/dist/X2/ClickView.Cron.md +0 -10
  13. package/dist/X2/ClickView.Curator.md +0 -22
  14. package/dist/X2/ClickView.OnlineApi.md +0 -14
  15. package/dist/X2/Curriculum.App.md +0 -9
  16. package/dist/X2/CurriculumIngestion.Api.md +0 -8
  17. package/dist/X2/Discover.Api.md +0 -35
  18. package/dist/X2/Domain.Api.md +0 -11
  19. package/dist/X2/FileGenerator.md +0 -11
  20. package/dist/X2/Hydration.App.md +0 -9
  21. package/dist/X2/Integrations.Api.md +0 -8
  22. package/dist/X2/Krakend.md +0 -18
  23. package/dist/X2/LTI.md +0 -11
  24. package/dist/X2/Library Editor.md +0 -11
  25. package/dist/X2/Library.Api.md +0 -13
  26. package/dist/X2/Lite.md +0 -21
  27. package/dist/X2/Master.Api.md +0 -21
  28. package/dist/X2/Master.Auth.md +0 -22
  29. package/dist/X2/Objects.Api.md +0 -30
  30. package/dist/X2/Permissions.Api.md +0 -34
  31. package/dist/X2/Release Notes.md +0 -932
  32. package/dist/X2/Share.Api.md +0 -8
  33. package/dist/X2/Subjects.API.md +0 -21
  34. package/dist/X2/TvProgramMonitor.App.md +0 -8
  35. package/dist/X2/Users.Api.md +0 -25
  36. package/dist/X2/VideoProcessorService.md +0 -12
  37. package/dist/X2/X2 Release Notes.md +0 -932
  38. package/dist/X2/X2 Testing Notes.csv +0 -1200
  39. package/dist/X2/X2 Testing Notes_old.csv +0 -2060
  40. package/dist/X2/clickview.md +0 -314
  41. package/dist/X2/index.app.md +0 -8
  42. package/dist/X2/notification-service.md +0 -48
  43. package/dist/Y2/Y2 Testing Notes.csv +0 -1057
@@ -1,30 +0,0 @@
1
-
2
- # Code changes
3
- - Update `ClickViewContentHandler` virtual assoc handler to use the master service `IsClickViewContentAsync`
4
-
5
- - Add `IsPublicUserContext` checks to all update object checks to prevent public users from updating objects
6
-
7
- - Add `IsPublicUserContext` checks to all create checks to prevent public users from creating objects
8
-
9
- - Don't add to a reference of the video result list in `VideoService`. Return a list instead
10
-
11
- - Ensure all assoc checks do not allow public access
12
- - Almost all of these didn't however I've added a public check to short circuit a lot of them to avoid extra processing
13
-
14
- * Added unit tests for `AccessService` methods. Implements CORE-876
15
-
16
-
17
- # Testing
18
- - `IsClickViewContent` virtual assoc should be correct
19
-
20
- - Basic smoke test of updating objects
21
- - You should not be able to update any object with a public user context
22
-
23
- - Basic smoke test of creating objects
24
- - You should not be able to create any object with a public user context
25
-
26
-
27
- - You should not be allowed to associate any objects to another when using a public user context
28
-
29
- * All unit tests for `AccessService` should pass
30
-
@@ -1,34 +0,0 @@
1
-
2
- # Before release
3
- * Add `urls:domainApi` to Octo
4
-
5
-
6
- # Dependencies
7
- - https://gitlab.cvinternal.net/clickview/back-end/Master.Auth/-/merge_requests/308
8
-
9
-
10
- # Code changes
11
- - Add `/v1/users/permissions` to replace `/v1/users/{userId}/permissions`
12
- - `UserId` is now optional, and if not specified will return permissions for a public user
13
- - The public user logic uses the permission set "public"
14
- - Renamed `MasterPermissionSetRepository` to `InMemoryPermissionSetRepository`
15
- - Fixed sql error in `PermissionRepository.GetAllForSetAsync`
16
-
17
- - Moved fluent validation handling logic to a `ValidatorPipeline` for MediatR. This fixes an issue that was preventing the permission create and update endpoints from being hit. @prad.nepal Updated `FluentValidation.AspNetCore` from `9.2.0` to `11.2.2` in W3, in this upgrade the warnings that were previously thrown about the async validation turned into exceptions. See https://docs.fluentvalidation.net/en/latest/async.html.
18
-
19
- - Create `v1/access-policies/*` for access policy management
20
- - Create `GET/POST/DELETE v1/customers/{customerId}/access-policies` for customer access policy management
21
- - Create `AccessPolicyWorker` to move customers between policies on a schedule
22
- - Create `AccessPolicyBehaviour` to filter a user's permissions based on their access policy
23
- - Filtering only occurs when the new `customerId` query parameter is used on the `v1/users/permissions` and `v1/users/{userId}/permissions` endpoints
24
- - Set `JsonIgnoreCondition.WhenWritingNull` so that null values are ignored
25
-
26
-
27
- # Testing
28
- - Getting permissions for a user will return
29
- - Getting permissions without a userId will return the public permissions
30
-
31
- - Creating a permission with an unknown permission set should show the validation error "Unknown permission set"
32
-
33
- - N/A
34
-