-
Notifications
You must be signed in to change notification settings - Fork 32
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
Metalnx fixes 1 #497
Metalnx fixes 1 #497
Conversation
62e556a
to
4dd4d5f
Compare
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.
Some potentially naive questions / observations, and some nitpicks.
jargon-core/src/main/java/org/irods/jargon/core/packinstr/ModAccessControlInp.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAO.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/DataObjectAO.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/DataObjectAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/DataObjectAOImpl.java
Outdated
Show resolved
Hide resolved
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.
Good stuff.
jargon-core/src/main/java/org/irods/jargon/core/packinstr/ModAccessControlInp.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/packinstr/ModAccessControlInp.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/protovalues/FilePermissionEnum.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAO.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/DataObjectAO.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/DataObjectAOImpl.java
Outdated
Show resolved
Hide resolved
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.
New changes look good. I don't have anything to add here
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.
We're very close.
Once we review the other permission enum edits, we should be ready for a run of the Jargon test suite.
jargon-core/src/main/java/org/irods/jargon/core/protovalues/FilePermissionEnum.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAO.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/DataObjectAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
jargon-core/src/main/java/org/irods/jargon/core/pub/CollectionAOImpl.java
Outdated
Show resolved
Hide resolved
b69abe4
to
900c85f
Compare
jargon-core/src/test/java/org/irods/jargon/core/pub/CollectionAOImplTest.java
Outdated
Show resolved
Hide resolved
900c85f
to
1734980
Compare
Jargon tests passed. The only changes I had to make were READ_OBJECT -> READ and MODIFY_OBJECT -> WRITE changes in tests which were essentially reverting them back to what they were before. I also squashed. |
Is this ready? |
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.
Looks good to me.
Probably should wait for @korydraughn's approval before #'ing. |
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.
I agree. Looks good.
Pound it.
…UserException is encountered
1734980
to
f340682
Compare
done |
These are updates needed for Metalnx.