-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(CO-625): briefcase removal #221
Conversation
* feat: remove Briefcase from system * chore: file generation
# Conflicts: # client/src/main/java/com/zimbra/client/ZFeatures.java # common/src/main/java/com/zimbra/common/account/ZAttrProvisioning.java # store-conf/conf/rights/rights-adminconsole-domainadmin.xml # store-conf/conf/rights/rights-adminconsole.xml # store/src/main/java/com/zimbra/cs/account/ShareInfo.java # store/src/main/java/com/zimbra/cs/account/ZAttrAccount.java # store/src/main/java/com/zimbra/cs/account/ZAttrCos.java # store/src/main/java/com/zimbra/cs/account/ldap/upgrade/BUG_50465.java # store/src/main/java/com/zimbra/cs/account/ldap/upgrade/BUG_60640.java # store/src/main/java/com/zimbra/cs/service/ExternalUserProvServlet.java # store/src/test/java/com/zimbra/cs/octosync/PatchInputStreamTest.java # store/src/test/java/qa/unittest/TestDocument.java # store/src/test/java/qa/unittest/TestIndex.java # store/src/test/java/qa/unittest/TestLmtp.java # store/src/test/java/qa/unittest/TestUserServlet.java # store/src/test/java/qa/unittest/TestWaitSet.java # store/src/test/java/qa/unittest/TestZClient.java # store/src/test/java/qa/unittest/server/TestDocumentServer.java
# Conflicts: # common/src/main/java/com/zimbra/common/account/ZAttrProvisioning.java
I know, it's just annoying because if you compile it generates them then you push and it complains about linting every time. Maybe we can add them to the ignore list along with attrs.xml |
Yes, I think we should |
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.
LGTM.
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.
Fix the failing test by removing Briefcase from
Yeah I missed it when removing all the briefcase searches |
There are still some references of removed attributes in this file GetInfoResponse.json |
It's a very old file and I can see there are already old, removed or discontinued attributes in there. No point to remove them and wait for another Jenkins approval. Merging as it is |
No description provided.