-
Notifications
You must be signed in to change notification settings - Fork 10
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
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
56c480e
Update Slack link
MitchellShiell 196c870
Merge branch 'master' into develop
justincorrigible 83e01a6
bump version 5.10.1-SNAPSHOT
justincorrigible 5feb91e
Fix deprecated maven repo (#391)
leoraba 917f68c
code format (#392)
leoraba 03f895a
Update README.md
MitchellShiell 9c07771
Merge pull request #372 from overture-stack/MitchellShiell-patch-1
MitchellShiell 6223507
Update Jenkinsfile
yalturmes 1961ed6
Merge pull request #397 from overture-stack/jenkins-migration
joneubank 0a02ccb
Commiting fix related to Download of an ObjectId with/without .meta f…
Azher2Ali b3ade80
Changes related to dcc common core artifact dependency removal
Azher2Ali 5f23199
Changes related to dcc common core artifact dependency removal
Azher2Ali 3b0263f
Commiting fix related to icgc.dcc dependencies
Azher2Ali ce40a60
Testing changes related to icgc dependencies
Azher2Ali 5092e13
Fix related to dcc dependencies
Azher2Ali a4a6d2f
Commiting changes related to only dcc dependency elimination from the…
Azher2Ali 9150dea
Fixing the imports related to outdated icgc.dcc package
Azher2Ali bd1d194
Adding ssl package to score-core
Azher2Ali ea7ebdf
Organizing the order of dependencies in the parent pom.xml
Azher2Ali 09c692f
Removing dcc reference from score-client pom.xml
Azher2Ali cb59815
Remove artifactory repository and icgc-dcc version numbers
joneubank 5a34497
Remove icgc-dcc related comments
joneubank e264418
Merge pull request #402 from overture-stack/fix/dccDependencies
Azher2Ali 88b290b
Commiting fix related to download of S3 Obeject Id's
Azher2Ali d09be12
Generating the object spec from the S3 object API instead of the meta…
Azher2Ali 1fb8ac3
Handling length Argument for Range Requests
Azher2Ali 6a2b312
Merge pull request #406 from overture-stack/fix/S3DownloadObjectId
Azher2Ali bbf1a43
Refactoring S3 Bucket Name Retrieval Method
Azher2Ali 34ba525
Merge pull request #408 from overture-stack/fix/S3DownloadFix
Azher2Ali 13a8534
Improve String Handling for Empty and Whitespace Parameters in Key an…
Azher2Ali 216edc9
Generate Logical Parts for object downloads when no .meta file is ava…
Azher2Ali e5505bc
Retrieve MD5 from object metadata (#414)
joneubank 88b6085
Versioning 5.10.1
joneubank File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍