Skip to content
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
abec21b
HDDS-13752. Copy Hadoop RPC code to Ozone (#9107)
adoroszlai Nov 29, 2025
a05fff5
HDDS-13753. Use forked Hadoop RPC (#9112)
adoroszlai Nov 30, 2025
dd7868e
HDDS-14056. Relocate protobuf in ozone-filesystem shaded jars (#9412)
adoroszlai Dec 2, 2025
2959e55
HDDS-13761. Remove hadoop-thirdparty protobuf compilation (#9125)
adoroszlai Dec 3, 2025
59f84f0
HDDS-5407. Upgrade protobuf to 3.25.8 (#9113)
adoroszlai Dec 4, 2025
ef60803
HDDS-14484. Clean up leftover references to Hadoop shaded protobuf (#…
adoroszlai Jan 23, 2026
5985e54
ADH-7550: Remove unused Freon protobuf dependency
iamlapa May 26, 2026
c531183
HDDS-14065. populate-cache fails at ozone-filesystem-hadoop2 (#9419)
adoroszlai Dec 3, 2025
5595ad8
Revert "ADH-7550: Remove unused Freon protobuf dependency"
iamlapa May 26, 2026
2d05b7c
HDDS-14600. [FSO] Non-recursive dir deletion fails with "Directory is…
smengcl Feb 12, 2026
8bd24a1
HDDS-14699. Fix orphan snapshot versions handling when snapshot chain…
smengcl Feb 24, 2026
9f7c064
HDDS-14183. Attempted to decrement available space to a negative valu…
sarvekshayr Mar 26, 2026
c453465
HDDS-14834. Fix race condition between DeadNodeHandler and HealthyRea…
ivandika3 Mar 13, 2026
aebea54
Update comments
ivandika3 Mar 17, 2026
aec956f
Reuse currentStatus
ivandika3 Mar 17, 2026
49bc162
Standardize
ivandika3 Mar 17, 2026
d0e49e2
Fix regression
ivandika3 Mar 18, 2026
b09d445
Fix comment
ivandika3 Mar 18, 2026
abf5700
handle client malformed container write request
peterxcli May 17, 2026
79cc175
fix test
peterxcli May 17, 2026
6f9f3d3
ADH-7550: Add permissions and environment variables for GitHub workfl…
iamlapa May 26, 2026
512e616
ADH-7550: improve PR title validation
iamlapa May 26, 2026
3de13ef
ADH-7550: fix CI build and PMD checks
iamlapa May 26, 2026
49c8d75
ADH-7550: Add new license files for dependencies and update jar-repor…
iamlapa May 26, 2026
2a90677
ADH-7550: Update Hadoop KMS version for test dependencies and adjust …
iamlapa May 26, 2026
c0a0b87
ADH-7550: Improve test robustness by flushing double buffer and gener…
iamlapa May 27, 2026
15d64f0
ADH-7550: Disable SpotBugs temporarily and adjust Java version matrix…
iamlapa May 27, 2026
a58de47
ADH-7550: Mark `testSnapshotDeepClean` as flaky and force task execut…
iamlapa May 27, 2026
f573324
ADH-7550: Update project versions to `2.1.0.1-4.3.0.0` across all pom…
iamlapa May 27, 2026
e8134f3
ADH-7550: Arenadata GitHub workflows
iamlapa May 27, 2026
a4e8bc0
ADH-7550: Enhance GitHub workflow deployment and RocksDB download con…
iamlapa May 27, 2026
48be6de
ADH-7550: Update project versions to `2.1.0.1-4.3.0-0` across all pom…
iamlapa May 27, 2026
6ef7de0
ADH-7550: Add GitHub workflow to delete Maven package versions
iamlapa May 27, 2026
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
7 changes: 4 additions & 3 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## What changes were proposed in this pull request?
Provide a one-liner summary of the changes in the PR **Title** field above.
It should be in the form of `HDDS-1234. Short summary of the change`.
It should be in the form of `PROJECT-1234. Short summary of the change` or
`PROJECT-1234: Short summary of the change`.

Please describe your PR in detail:
* What changes are proposed in the PR? and Why? It would be better if it is written from third person's
Expand All @@ -19,8 +20,8 @@ Examples of well-written pull requests:

## What is the link to the Apache JIRA

Please create an issue in ASF JIRA before opening a pull request, and you need to set the title of the pull
request which starts with the corresponding JIRA issue number. (e.g. HDDS-XXXX. Fix a typo in YYY.)
Please create or link a JIRA issue before opening a pull request, and set the title of the pull
request so it starts with the corresponding JIRA issue key. (e.g. PROJECT-XXXX. Fix a typo in YYY.)

(Please replace this section with the link to the Apache JIRA)

Expand Down
137 changes: 0 additions & 137 deletions .github/workflows/build-ratis.yml

This file was deleted.

Loading
Loading