Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
994d2fad
Unverified
Commit
994d2fad
authored
3 years ago
by
Mahesh Kumar Gangula
Committed by
GitHub
3 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #599 from adityagoenka94/content-system-update
SC-2106 feat: Content System Update Api
parents
f1f95ad9
82f5e07a
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
content-api/content-actors/src/main/scala/org/sunbird/content/actors/ContentActor.scala
+30
-0
.../main/scala/org/sunbird/content/actors/ContentActor.scala
content-api/content-actors/src/main/scala/org/sunbird/util/RequestUtil.scala
+16
-1
...-actors/src/main/scala/org/sunbird/util/RequestUtil.scala
content-api/content-actors/src/test/scala/org/sunbird/content/actors/TestContentActor.scala
+21
-0
...t/scala/org/sunbird/content/actors/TestContentActor.scala
content-api/content-service/app/controllers/v4/CollectionController.scala
+11
-0
...ent-service/app/controllers/v4/CollectionController.scala
content-api/content-service/app/controllers/v4/ContentController.scala
+11
-0
...ontent-service/app/controllers/v4/ContentController.scala
content-api/content-service/app/utils/ApiId.scala
+2
-0
content-api/content-service/app/utils/ApiId.scala
content-api/content-service/conf/routes
+2
-0
content-api/content-service/conf/routes
content-api/content-service/test/controllers/v4/CollectionSpec.scala
+11
-0
.../content-service/test/controllers/v4/CollectionSpec.scala
content-api/content-service/test/controllers/v4/ContentSpec.scala
+11
-0
...api/content-service/test/controllers/v4/ContentSpec.scala
with
115 additions
and
1 deletion
+115
-1
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets