Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Release 5.7.0 into master #1087

Open
wants to merge 353 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
353 commits
Select commit Hold shift + click to select a range
f633e69
Delete StorageService.scala
aimansharief May 9, 2023
e875590
Revert "Delete StorageService.scala"
aimansharief May 9, 2023
1d04d26
Updated Cloud-store-sdk version
aimansharief May 9, 2023
8a7a3bc
Update YouTubeUrlUtilTest.java
aimansharief May 9, 2023
c35989f
Update YouTubeURLManagerImplTest.java
aimansharief May 9, 2023
0be27f9
Updated YoutubeUrls
aimansharief May 9, 2023
7bdb8ce
Issue #KN-10 feat: Added framework cache for read framework
aimansharief May 12, 2023
54b409a
Issue #KN-10 feat: Updated create framework API
aimansharief May 15, 2023
d8b309d
Undo logger changes
aimansharief May 15, 2023
e831571
Update DataNode.scala
aimansharief May 15, 2023
cbb117e
Update DataNode , DefinitionNode
aimansharief May 15, 2023
b5a9ec3
Updated Youtube URLs
aimansharief May 16, 2023
9c042a6
Merge pull request #933 from aimansharief/knowlg-oneclick
pallakartheekreddy May 16, 2023
4aee601
Update schema
aimansharief May 16, 2023
9d93c7d
Merge pull request #943 from aimansharief/patch-1
pallakartheekreddy May 16, 2023
e89650e
Issue #KN-10 feat: Added update framework API
aimansharief May 16, 2023
11466c3
Issue #KN-10 feat: retire framework API added
pallakartheekreddy May 16, 2023
95e7fe3
Issue #KN-10 feat: Added copy framework API
aimansharief May 17, 2023
756b166
Issue #KN-10 fix: create framework API fixes
aimansharief May 18, 2023
4865058
Issue #KN-10 feat: Added update and retire framework APIs
aimansharief May 18, 2023
09de05c
Issue #KN-10 feat: Added update and retire framework APIsIssue #KN-10…
aimansharief May 31, 2023
3a95608
Issue #KN-10 feat: framework publish and read API changes
pallakartheekreddy Jun 5, 2023
521bdf3
feat: refactoring jacoco version update
maheshkumargangula Jun 5, 2023
dfc8e63
Issue #KN-10 feat: category, categoryInstance and term APIs Added
pallakartheekreddy Jun 5, 2023
d63d522
Issue #KN-848 fix: updated scala version and test dependencies
shourya-solanki Jun 5, 2023
81b2230
Issue #KN-848 fix: updated jsonschemavalidator
shourya-solanki Jun 6, 2023
77a9a51
Issue #KN-848 fix: updated schema path
shourya-solanki Jun 6, 2023
d33dbc2
Issue #KN-848 fix: updated schema path
shourya-solanki Jun 6, 2023
766c157
Issue #KN-848 fix: updated schema path
shourya-solanki Jun 6, 2023
2718f59
Merge branch 'release-5.5.0' into KN-848
maheshkumargangula Jun 6, 2023
0aae932
Issue #KN-10 feat:Added TestCases for Master Category
aimansharief Jun 7, 2023
f3bb9ca
feat: handle in-relationship metadata to set the index
maheshkumargangula Jun 8, 2023
1c9988b
Issue #KN-10 feat:Bug fix in Create Category API
aimansharief Jun 8, 2023
109d98c
Issue #KN-10 feat:Added TestCases for CategoryInstance ,Framework Term
aimansharief Jun 8, 2023
10c3125
Issue KN-10 fix: get node inRelations data issue fix
pallakartheekreddy Jun 8, 2023
2f6f412
KN-10 fix: index value populating in relation metadata
pallakartheekreddy Jun 9, 2023
9bed968
Issue IQ-436 feat: code changes for question & questionset v2 api's
krgauraw Jun 12, 2023
f5c3c46
Issue #IQ-436 fix: fixed HttpUrlUtilTest tests
krgauraw Jun 12, 2023
0ffe91d
KN-10 fix: index value populating in relation metadata for term api
pallakartheekreddy Jun 12, 2023
86677ce
Issue KN-10 fix: Validate translations and bug fix in category
aimansharief Jun 12, 2023
fcc48c0
Merge branch 'KN-10' of https://github.com/aimansharief/knowledge-pla…
aimansharief Jun 12, 2023
e881e5d
Issue #IQ-436 fix: updated code to handle NullPointerException
krgauraw Jun 12, 2023
bedc0fe
Issue #IQ-436 fix: fixed build issue
krgauraw Jun 12, 2023
1f4c5b6
Issue #IQ-436 fix: fixed build issue
krgauraw Jun 12, 2023
5c7f38e
Issue #KN-848 fix: updated test cases
shourya-solanki Jun 12, 2023
e03a10f
Issue #IQ-436 feat: added test cases
krgauraw Jun 12, 2023
8aaee5a
Issue #IQ-436 fix: updated test cases
krgauraw Jun 12, 2023
ced263a
Issue #IQ-436 fix: updated test case
krgauraw Jun 12, 2023
a430751
Merge branch 'KN-848' of https://github.com/ShouraySolanki/knowledge-…
pallakartheekreddy Jun 12, 2023
e61c94c
Issue KN-848 feat: taxonomy service migration to SBT.
pallakartheekreddy Jun 12, 2023
4a2f7db
Issue #IQ436 feat: updated code for test
krgauraw Jun 12, 2023
83b4c2b
Merge pull request #946 from krgauraw/release-5.6.0
pallakartheekreddy Jun 12, 2023
8329560
Issue #KN-848 fix: updated test cases
shourya-solanki Jun 14, 2023
ece48e8
Merge branch 'KN-848' of https://github.com/ShouraySolanki/knowledge-…
shourya-solanki Jun 14, 2023
2af5e32
Issue KN-10 fix: Added Master Category Validation in Category Instanc…
aimansharief Jun 15, 2023
b82480b
Issue KN-10 fix: Added Test Cases
aimansharief Jun 15, 2023
b7d51d5
Issue KN-10 fix: framework read initial commit
pallakartheekreddy Jun 16, 2023
033ce41
Issue KN-10 fix: read and publish API changes
pallakartheekreddy Jun 18, 2023
95ede14
Issue KN-10 fix: read framework hierarchy fix
pallakartheekreddy Jun 19, 2023
7051165
Issue KN-10 fix: Test Cases for Framework
aimansharief Jun 20, 2023
1d723cd
Issue KN-10 feat: category terms set in redis on publish
pallakartheekreddy Jun 20, 2023
29bc07d
Issue KN-10 fix: framework copy API changes
pallakartheekreddy Jun 20, 2023
13fdb15
Issue KN-10 fix: master category required schema properties added
pallakartheekreddy Jun 20, 2023
45ee12c
Issue KN-10 fix: Test Cases for Framework
aimansharief Jun 21, 2023
7be8d4d
Issue KN-10 fix: category instance validation issue fix
pallakartheekreddy Jun 21, 2023
c0ca354
Merge branch 'framework' of https://github.com/aimansharief/knowledge…
pallakartheekreddy Jun 21, 2023
adc38af
Merge pull request #1 from aimansharief/framework
aimansharief Jun 21, 2023
05673c1
Issue #KN-848 fix: updated test cases
shourya-solanki Jun 21, 2023
8c17bdf
Issue #KN-848 fix: updated base branch
shourya-solanki Jun 21, 2023
57d9f21
Issue KN-10 fix: framework copy API validation issue fix
pallakartheekreddy Jun 21, 2023
6c6b239
Issue #KN-848 fix: updated application.conf
shourya-solanki Jun 21, 2023
0e3c671
Issue #KN-848 fix: updated application.conf and error message
shourya-solanki Jun 21, 2023
9abeac3
Issue KN-10 fix: removed commented code
pallakartheekreddy Jun 21, 2023
422b672
Merge pull request #2 from aimansharief/framework
pallakartheekreddy Jun 21, 2023
0950f4d
Issue #KN-848 fix: removed imports
shourya-solanki Jun 21, 2023
e57f53a
Issue KN-10 fix: removed println statements
pallakartheekreddy Jun 21, 2023
8856b23
Issue #KN-848 fix: removed imports
shourya-solanki Jun 21, 2023
087e48c
Issue #KN-848 fix: dummy commit
shourya-solanki Jun 21, 2023
5c70818
Issue #KN-848 fix: test commit
shourya-solanki Jun 22, 2023
a2f0a2a
Issue #KN-848 fix: updated test
shourya-solanki Jun 22, 2023
7a5a30f
fix: added connection exception scenario.
maheshkumargangula Jun 22, 2023
52164a6
fix: remove Matchers trait from BaseSpec
maheshkumargangula Jun 22, 2023
e4a66f8
Merge branch 'KN-848' of https://github.com/ShouraySolanki/knowledge-…
aimansharief Jun 22, 2023
ccab406
fix: upgrade plowermock
maheshkumargangula Jun 22, 2023
151d072
Merge pull request #949 from ShouraySolanki/KN-848
maheshkumargangula Jun 23, 2023
785f02f
Merge pull request #4 from ShouraySolanki/KN-848
aimansharief Jun 23, 2023
b1d32c6
Added Audit History API
aimansharief Jun 23, 2023
1bf9894
Issue KN-10 fix: DataSubGraph moved to correct folder
pallakartheekreddy Jun 23, 2023
c0829eb
Issue KN-10 fix: test cases issue fixed
pallakartheekreddy Jun 23, 2023
5ba5ac3
Update getAuditHistory in SearchManager
aimansharief Jun 23, 2023
cb2bcaf
Issue KN-10 test: unit testes added for read & publish apis
pallakartheekreddy Jun 23, 2023
bae1355
Merge pull request #951 from aimansharief/KN-10-848
maheshkumargangula Jun 26, 2023
fcd421e
Issue KN-10 fix: Jackson dependency exclusion
pallakartheekreddy Jun 27, 2023
0a928ff
Merge pull request #952 from aimansharief/KN-10-848
maheshkumargangula Jun 27, 2023
4201388
Merge pull request #6 from Sunbird-Knowlg/release-5.6.0
aimansharief Jun 27, 2023
c16d0dd
Issue KN-10 feat: [Audit History] added feature to deserialize and se…
aimansharief Jun 27, 2023
256552d
Issue KN-10 fix: [Audit History] added the enums in Audit Properties
aimansharief Jun 27, 2023
b0b73bc
Issue KN-10 fix: Added dependency of graph-common to use Audit Proper…
aimansharief Jun 27, 2023
acd7239
Merge pull request #7 from Sunbird-Knowlg/release-5.6.0
aimansharief Jun 27, 2023
dd28d87
Merge pull request #5 from aimansharief/framework
pallakartheekreddy Jun 27, 2023
9701ca7
Issue #KN-10 fix: relation index issue fix
pallakartheekreddy Jun 27, 2023
9a7c809
Merge branch 'KN-10-848' of https://github.com/aimansharief/knowledge…
pallakartheekreddy Jun 27, 2023
6568f0b
Merge pull request #954 from aimansharief/KN-10-848
maheshkumargangula Jun 27, 2023
4de58b4
Issue KN-10 fix: Test case fixes
aimansharief Jun 28, 2023
81f67e4
Issue #KN-10 fix: logs added
pallakartheekreddy Jun 28, 2023
95bfcd2
Merge pull request #955 from aimansharief/KN-10-848
pallakartheekreddy Jun 28, 2023
45bc0ad
Issue #KN-10 fix: index issue fix for categoryInstance
pallakartheekreddy Jun 28, 2023
fb723f3
Issue #KN-10 fix: disable Cache true & false conditions handled
pallakartheekreddy Jun 28, 2023
23c061f
Merge pull request #956 from aimansharief/KN-10-848
maheshkumargangula Jun 28, 2023
9d1a418
Issue #KN-10 fix: framework response sort issue fixed
pallakartheekreddy Jun 29, 2023
231b6b5
Issue KN-10 fix: Added AuditHistory Spec
aimansharief Jun 30, 2023
c01e766
Merge pull request #957 from aimansharief/KN-10-848
maheshkumargangula Jun 30, 2023
f6fa495
Issue KN-10 fix: Moved test cases to SearchBaseActorTest
aimansharief Jun 30, 2023
3281adc
Issue KN-10 fix: Added Test for AuditHistoryActor
aimansharief Jul 3, 2023
331e51a
Issue KN-10 fix: Added index configuration
aimansharief Jul 4, 2023
6c683e8
Issue KN-10 fix: copy framework cache issue fix
pallakartheekreddy Jul 4, 2023
ad1745d
Issue KN-10 fix: Updated AuditHistoryActor Test cases
aimansharief Jul 4, 2023
259da9c
Issue KN-10 fix: AuditHistory Test case fix
aimansharief Jul 4, 2023
20bca31
Issue KN-10 fix: framework name issue fix
pallakartheekreddy Jul 5, 2023
c8cba45
Merge pull request #959 from aimansharief/KN-10-848
maheshkumargangula Jul 5, 2023
199c807
Merge pull request #960 from aimansharief/KN-10-848
pallakartheekreddy Jul 5, 2023
144df5e
Issue KN-10 fix: Fix to generate test reports from jacoco plugin
aimansharief Jul 5, 2023
60a5571
Issue KN-10 fix: Added Test case in AuditHistory
aimansharief Jul 5, 2023
9ba5af6
Issue KN-10 fix: Added Test case in AuditHistory
aimansharief Jul 5, 2023
54b4b81
Issue KN-10 fix: Added Test case in AuditHistorySpec
aimansharief Jul 5, 2023
e53a9e4
Issue KN-10 fix: Added Test cases in AuditHistoryActorTest
aimansharief Jul 6, 2023
84f94fb
Issue KN-10 fix: Added the translations validation in the create fram…
aimansharief Jul 6, 2023
d1f46a3
Issue #KN-885 fix: updated test cases
shourya-solanki Jul 7, 2023
e752463
Issue #KN-885 fix: removed cigar dependency
shourya-solanki Jul 7, 2023
54f313e
Issue #KN-885 fix: installing docker
shourya-solanki Jul 7, 2023
33233c6
Issue #KN-885 fix: docker socket strategy fix
shourya-solanki Jul 7, 2023
9eafe35
Issue #KN-885 fix: docker socket strategy fix
shourya-solanki Jul 7, 2023
783f884
Issue #KN-885 fix: docker socket strategy fix
shourya-solanki Jul 7, 2023
9dc80ba
Issue #KN-885 fix: updated wait time
shourya-solanki Jul 10, 2023
deff45d
Issue #KN-885 fix: updated config.yml
shourya-solanki Jul 10, 2023
4b04a4a
Issue #KN-885 fix: updated vmsetup.sh
shourya-solanki Jul 10, 2023
e4ba9c0
Issue #KN-885 fix: removed remote docker config
shourya-solanki Jul 10, 2023
03f7106
Issue #KN-885 fix: added docker image
shourya-solanki Jul 10, 2023
1787d13
Issue #KN-885 fix: docker changes
shourya-solanki Jul 11, 2023
ba1f181
Issue #KN-885 fix: host changes
shourya-solanki Jul 11, 2023
cd0c5da
Issue #KN-885 fix: config.yml chaneges
shourya-solanki Jul 11, 2023
c1be31f
Issue #KN-885 fix: config.yml changes
shourya-solanki Jul 11, 2023
e8e0244
Issue #KN-885 fix: config.yml changes
shourya-solanki Jul 11, 2023
728cfea
Issue #KN-885 fix: config.yml changes
shourya-solanki Jul 11, 2023
af54f70
Issue #KN-885 fix: config.yml changes
shourya-solanki Jul 11, 2023
53a9674
Issue #KN-885 fix: config.yml changes
shourya-solanki Jul 11, 2023
82f63d4
Issue KN-10 fix: Added Test Cases , removed CategoryManager
aimansharief Jul 12, 2023
76b6151
Issue KN-10 fix: Added Fix In Framework Publish API
aimansharief Jul 12, 2023
a1ed361
Issue #KN-885 fix: config.yml changes
shourya-solanki Jul 12, 2023
05a4ce9
Issue KN-10 fix: DIAL code reserve issue fix
pallakartheekreddy Jul 12, 2023
a2f6f05
Issue KN-10 fix: logs added
pallakartheekreddy Jul 12, 2023
ec05a86
Issue KN-10 fix: logs added
pallakartheekreddy Jul 12, 2023
6aabc4e
Issue KN-10 fix: logs added
pallakartheekreddy Jul 12, 2023
3763458
Issue KN-10 fix: logs added
pallakartheekreddy Jul 12, 2023
be8c54a
Issue KN-10 fix: remove logs
pallakartheekreddy Jul 12, 2023
166c295
Issue KN-10 fix: DIAL code reserve issue fix
pallakartheekreddy Jul 12, 2023
27f4142
Issue KN-10 fix: DIAL code reserve issue fix
pallakartheekreddy Jul 12, 2023
4df413a
Issue KN-10 fix: DIAL code reserve issue fix
pallakartheekreddy Jul 12, 2023
aee2303
Merge pull request #963 from pallakartheekreddy/release-5.6.0
maheshkumargangula Jul 12, 2023
2c7962b
Issue KN-10 feat: Added Asset Validate License API and Test Cases
aimansharief Jul 13, 2023
0dc5f4c
Issue #KN-885 fix: host changes
shourya-solanki Jul 26, 2023
fb01d73
Issue #KN-885 fix: host changes
shourya-solanki Jul 27, 2023
d7f7008
Issue #KN-885 fix: host changes
shourya-solanki Jul 27, 2023
007d2ae
Issue #KN-885 fix: host changes
shourya-solanki Jul 27, 2023
249d204
Issue #KN-885 fix: host changes
shourya-solanki Jul 28, 2023
5e6eeb4
Issue #KN-885 fix: host changes
shourya-solanki Jul 28, 2023
5237cb4
Issue #KN-885 fix: host changes
shourya-solanki Jul 28, 2023
4f4e3ae
Issue #KN-885 fix: host changes
shourya-solanki Jul 28, 2023
d859c75
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
c88f0cf
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
60143e2
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
cf80a46
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
5bb7c9d
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
ec3f88e
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
1f17d3f
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
945bbec
Issue #KN-885 fix: config changes
shourya-solanki Jul 28, 2023
0bc63ca
Issue #KN-885 fix: config changes
shourya-solanki Jul 30, 2023
6787bf1
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
682a6bc
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
f2874ea
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
64deb2f
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
629063d
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
dee75a9
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
161fa27
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
1bf29e6
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
eb23f4e
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
0573861
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
e81124b
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
a177354
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
5609004
Issue #KN-885 fix: config changes
shourya-solanki Jul 31, 2023
494423f
Issue #KN-885 fix: basetest changes
shourya-solanki Aug 1, 2023
a05e75e
Issue #KN-885 fix: config changes
shourya-solanki Aug 1, 2023
1232917
Issue #KN-885 fix: config changes
shourya-solanki Aug 1, 2023
8833879
Issue #KN-885 fix: config changes
shourya-solanki Aug 1, 2023
b59fac8
Issue #KN-885 fix: config changes
shourya-solanki Aug 1, 2023
96be825
Issue #KN-885 fix: config changes
shourya-solanki Aug 2, 2023
fbdc815
Issue #KN-885 fix: neo4j container fix
shourya-solanki Aug 3, 2023
2ec4375
Issue #KN-885 fix: reverted directory path
shourya-solanki Aug 3, 2023
4b0f25a
Issue KN-10 fix:Added 'getRequestString' method
aimansharief Aug 24, 2023
68778a6
Issue KN-10 fix:Test case fix
aimansharief Aug 24, 2023
ae00177
Issue KN-10 fix:Added Test cases for AssetLicenseValidate
aimansharief Aug 24, 2023
9a479ea
Issue KN-10 fix:Added Test case for Request Class
aimansharief Aug 25, 2023
a0a823c
Issue KN-10 fix:Added Test case for Request Class
aimansharief Aug 25, 2023
460a09a
Issue KN-10 fix: Added Fix In Framework Publish API
aimansharief Aug 31, 2023
334f5b0
Issue KN-10 fix: Updated the right version of kafka
aimansharief Aug 31, 2023
e5f72d5
Merge branch 'release-5.7.0' into KN-10-848
aimansharief Aug 31, 2023
0827fd7
Issue KN-10 fix:Test Case fix
aimansharief Aug 31, 2023
aca9a67
Revert changes in DIALManager
aimansharief Aug 31, 2023
4f94085
Update CategoryCacheTest.scala
aimansharief Aug 31, 2023
ac60bd2
merge Release 5.6.0 into 5.7.0 (#983)
pallakartheekreddy Sep 7, 2023
fcf85a3
Merge pull request #966 from aimansharief/KN-10-AssetValidateLicense
pallakartheekreddy Sep 12, 2023
3bd6815
Merge branch 'release-5.7.0' into KN-10-848
aimansharief Sep 12, 2023
a5173be
Merge pull request #962 from ShouraySolanki/KN-885
pallakartheekreddy Sep 12, 2023
207c964
Merge pull request #981 from aimansharief/KN-10-848
pallakartheekreddy Sep 12, 2023
e76703f
Merge pull request #953 from aimansharief/AuditHistory
pallakartheekreddy Sep 12, 2023
55eeebf
Issue #000 fix: cassandra connection issue.
maheshkumargangula Sep 25, 2023
36016e7
Issue #KN-10 fix: Asset license Validate
aimansharief Oct 30, 2023
e322eed
Merge pull request #1003 from aimansharief/KN-10-License-Validate
pallakartheekreddy Oct 30, 2023
51da87c
Issue #KN-10 fix : Added V3 Asset License Validate API
aimansharief Nov 9, 2023
51762da
Merge pull request #1007 from aimansharief/KN-10-License-Validate
pallakartheekreddy Nov 9, 2023
62f41d6
Issue KN-000 fix: OCI cloud URL issue fix
pallakartheekreddy Nov 16, 2023
660b102
Merge pull request #1014 from Sunbird-Knowlg/oci_issue
pallakartheekreddy Nov 16, 2023
347dadf
Issue #KN-948 fix: added PII field in the config (#1027)
ShouraySolanki Dec 27, 2023
2ff1a7e
Issue KN-000 fix: framework hierarchy data issue fix (#1030)
pallakartheekreddy Jan 12, 2024
d2433ad
Issue KN-967 fix: Framework category issue (#1043)
pallakartheekreddy Feb 7, 2024
9ab7147
Issue KN-970 fix: shallow copy issue fix
pallakartheekreddy Feb 12, 2024
dca90a8
Issue KN-970 fix: shallow copy issue fix
pallakartheekreddy Feb 13, 2024
157f5c6
Merge pull request #1047 from Sunbird-Knowlg/shallow-copy-issue
pallakartheekreddy Feb 13, 2024
a9fa6d9
Issue KN-970 fix: categories filter issue fix (#1048)
pallakartheekreddy Feb 13, 2024
2d2e6b1
Issue IQ-723 fix: code changes for QuestionSet
krgauraw Mar 19, 2024
741fce1
Issue #IQ-723 fix: updated test case
krgauraw Mar 19, 2024
5a3bae1
Issue #IQ-723 fix: updated test cases
krgauraw Mar 20, 2024
7a6991a
Issue #KN-1033 fix: updated jenkins file for csp changes
krgauraw Mar 20, 2024
7dbe7f8
Merge pull request #1059 from krgauraw/release-5.7.0
pallakartheekreddy Mar 20, 2024
67bcb87
Issue #IQ-750 fix: deleted question and questionset schema
krgauraw Apr 16, 2024
a7f01f5
Issue #IQ-750 fix: updated test case
krgauraw Apr 16, 2024
ee2b3ee
Issue #IQ-750 fix: updated test case
krgauraw Apr 16, 2024
d13e9fa
Issue #IQ-750 fix: updated test case
krgauraw Apr 16, 2024
151190f
Issue #IQ-750 fix: updated test case
krgauraw Apr 16, 2024
e4de50c
Issue #IQ-750 fix: removed test cases
krgauraw Apr 16, 2024
7704ce8
Issue #IQ-750 fix: removed assessment-service and related test case
krgauraw Apr 16, 2024
14270f8
Merge pull request #1062 from krgauraw/release-5.7.0
pallakartheekreddy Apr 17, 2024
b05236d
Update DIALManager.scala
pallakartheekreddy May 2, 2024
320842e
Merge pull request #1065 from Sunbird-Knowlg/pallakartheekreddy-patch-1
pallakartheekreddy May 2, 2024
7a1f73e
Issue #KN-1057 fix: updated jenkins file
krgauraw May 6, 2024
a278cff
Merge pull request #1067 from krgauraw/release-5.7.0
pallakartheekreddy May 6, 2024
219ec11
Issue #KN-828 fix: Added fix for generation of signed URL (GCP)
aimansharief Feb 12, 2025
255f0f1
Issue #KN-828 fix: Added condition for gcloud
aimansharief Feb 12, 2025
c1b9258
Merge pull request #1095 from aimansharief/gcp_presigned_url_fix
pallakartheekreddy Feb 12, 2025
3188550
Merge pull request #1096 from Sunbird-Knowlg/gcp-fix
pallakartheekreddy Feb 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -289,7 +289,7 @@ object DIALManager {
}

def reserve(request: Request, channelId: String, contentId: String, rootNode: Node, contentMetadata: util.Map[String, AnyRef])(implicit oec: OntologyEngineContext, ec: ExecutionContext): Future[Response] = {
validateContentStatus(contentMetadata)
// validateContentStatus(contentMetadata)

val reservedDialCodes = if(contentMetadata.containsKey(DIALConstants.RESERVED_DIALCODES)) ScalaJsonUtils.deserialize[Map[String, Integer]](contentMetadata.get(DIALConstants.RESERVED_DIALCODES).asInstanceOf[String]) else Map.empty[String, Integer]
val updateDialCodes = getUpdateDIALCodes(reservedDialCodes, request, channelId, contentId)