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

Issue #LR-709 chore: Updated the lang to lang3 #1249

Merged
merged 18 commits into from
May 2, 2024
Merged
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
76a51aa
Issue #LR-739 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Mar 18, 2024
bbd135a
Issue #LR-739 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Mar 18, 2024
ce866bd
Issue #LR-739 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Mar 18, 2024
e82ce99
Issue #LR-739 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Mar 18, 2024
321ce98
Issue #LR-739 chore: Upgraded the scala major version from 2.11 to 2.12
AmiableAnil Mar 18, 2024
917ba55
Issue #LR-766 merge: resolved conflict
AmiableAnil Apr 1, 2024
863ce4c
Issue #LR-766 chore: upgraded the elasticsearch from 6.8.22 to 7.17.13
AmiableAnil Apr 1, 2024
a3176c4
Issue #LR-766 chore: updated circleci image from ubuntu-2004:202008-0…
AmiableAnil Apr 2, 2024
429df7c
Issue #LR-766 chore: updated circleci image from ubuntu-2004:202008-0…
AmiableAnil Apr 2, 2024
cbc34ee
Issue #LR-766 chore: updated circleci image from ubuntu-2004:202008-0…
AmiableAnil Apr 2, 2024
b3bdd45
Issue #LR-766 chore: Set the parallelism to 4
AmiableAnil Apr 2, 2024
b98288b
Issue #LR-766 chore: remove the parallelism from circleci
AmiableAnil Apr 2, 2024
ce7ca1f
Issue #LR-766 chore: upgraded the elasticsearch from 6.8.22 to 7.17.13
AmiableAnil Apr 3, 2024
9b4f812
Issue #LR-766 test: Test cases
AmiableAnil Apr 12, 2024
a71e53e
Merge branch 'release-8.0.0' of https://github.com/Sunbird-Lern/sunbi…
AmiableAnil Apr 12, 2024
980d217
Merge branch 'release-8.0.0' of https://github.com/Sunbird-Lern/sunbi…
AmiableAnil Apr 30, 2024
009392b
Issue #LR-709 chore: Updated the lang to lang3
AmiableAnil May 2, 2024
03d60ff
Issue #LR-709 chore: Updated the lang to lang3
AmiableAnil May 2, 2024
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
Prev Previous commit
Next Next commit
Issue #LR-766 chore: remove the parallelism from circleci
  • Loading branch information
AmiableAnil committed Apr 2, 2024
commit b98288b44ba7a9b8b72ebf102d521b02b7f0359e
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ jobs:
machine:
image: ubuntu-2004:202201-02
# https://circleci.com/docs/parallelism-faster-jobs/
parallelism: 4
# parallelism: 4
# The resource_class feature allows configuring CPU and RAM resources for each job. Different resource classes are available for different executors. https://circleci.com/docs/2.0/configuration-reference/#resourceclass
resource_class: large
steps: