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

Releas Candidate 5.10.1 #415

Merged
merged 33 commits into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
56c480e
Update Slack link
MitchellShiell Sep 22, 2023
196c870
Merge branch 'master' into develop
justincorrigible Nov 29, 2023
83e01a6
bump version 5.10.1-SNAPSHOT
justincorrigible Nov 29, 2023
5feb91e
Fix deprecated maven repo (#391)
leoraba Nov 30, 2023
917f68c
code format (#392)
leoraba Dec 7, 2023
03f895a
Update README.md
MitchellShiell Dec 11, 2023
9c07771
Merge pull request #372 from overture-stack/MitchellShiell-patch-1
MitchellShiell Dec 11, 2023
6223507
Update Jenkinsfile
yalturmes Jan 25, 2024
1961ed6
Merge pull request #397 from overture-stack/jenkins-migration
joneubank Feb 16, 2024
0a02ccb
Commiting fix related to Download of an ObjectId with/without .meta f…
Azher2Ali May 27, 2024
b3ade80
Changes related to dcc common core artifact dependency removal
Azher2Ali May 28, 2024
5f23199
Changes related to dcc common core artifact dependency removal
Azher2Ali May 28, 2024
3b0263f
Commiting fix related to icgc.dcc dependencies
Azher2Ali May 31, 2024
ce40a60
Testing changes related to icgc dependencies
Azher2Ali May 31, 2024
5092e13
Fix related to dcc dependencies
Azher2Ali Jun 3, 2024
a4a6d2f
Commiting changes related to only dcc dependency elimination from the…
Azher2Ali Jun 4, 2024
9150dea
Fixing the imports related to outdated icgc.dcc package
Azher2Ali Jun 4, 2024
bd1d194
Adding ssl package to score-core
Azher2Ali Jun 4, 2024
ea7ebdf
Organizing the order of dependencies in the parent pom.xml
Azher2Ali Jun 4, 2024
09c692f
Removing dcc reference from score-client pom.xml
Azher2Ali Jun 4, 2024
cb59815
Remove artifactory repository and icgc-dcc version numbers
joneubank Jun 5, 2024
5a34497
Remove icgc-dcc related comments
joneubank Jun 5, 2024
e264418
Merge pull request #402 from overture-stack/fix/dccDependencies
Azher2Ali Jun 5, 2024
88b290b
Commiting fix related to download of S3 Obeject Id's
Azher2Ali Jun 5, 2024
d09be12
Generating the object spec from the S3 object API instead of the meta…
Azher2Ali Jun 6, 2024
1fb8ac3
Handling length Argument for Range Requests
Azher2Ali Jun 6, 2024
6a2b312
Merge pull request #406 from overture-stack/fix/S3DownloadObjectId
Azher2Ali Jun 6, 2024
bbf1a43
Refactoring S3 Bucket Name Retrieval Method
Azher2Ali Jun 11, 2024
34ba525
Merge pull request #408 from overture-stack/fix/S3DownloadFix
Azher2Ali Jun 11, 2024
13a8534
Improve String Handling for Empty and Whitespace Parameters in Key an…
Azher2Ali Jun 12, 2024
216edc9
Generate Logical Parts for object downloads when no .meta file is ava…
Azher2Ali Jun 24, 2024
e5505bc
Retrieve MD5 from object metadata (#414)
joneubank Jun 26, 2024
88b6085
Versioning 5.10.1
joneubank Jun 27, 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
8 changes: 8 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>com.github.gzm55.maven</groupId>
<artifactId>project-settings-extension</artifactId>
<version>0.1.1</version>
</extension>
</extensions>
10 changes: 10 additions & 0 deletions .mvn/settings.xml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<settings>
<mirrors>
<!-- This is a long term mirror repo as the original conjars.org repo is dead. Info: https://conjars.wensel.net/ -->
<mirror>
<id>conjars.org</id>
<url>https://conjars.wensel.net/repo/</url>
<mirrorOf>conjars.org</mirrorOf>
</mirror>
</mirrors>
</settings>
Loading