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

Progress with the eosgrpc client #1154

Merged
merged 24 commits into from
Dec 3, 2020
Merged

Progress with the eosgrpc client #1154

merged 24 commits into from
Dec 3, 2020

Conversation

ffurano
Copy link
Contributor

@ffurano ffurano commented Sep 9, 2020

No description provided.

@update-docs
Copy link

update-docs bot commented Sep 9, 2020

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

labkode
labkode previously approved these changes Oct 6, 2020
@labkode
Copy link
Member

labkode commented Oct 6, 2020

@ffurano @ishank011 we need to check why the go.mod are changed and why we need a different version of protobuf.

@labkode labkode self-requested a review October 6, 2020 14:11
@ffurano
Copy link
Contributor Author

ffurano commented Oct 6, 2020 via email

@ishank011
Copy link
Contributor

@labkode that's because apparently ocis doesn't work with the latest one #871

@ishank011
Copy link
Contributor

ishank011 commented Oct 7, 2020

@ffurano why was the update to eos_grpc.pb.go needed though? I don't think there's any change there except those introduced by the version change. Doesn't it work with the previous one? We won't need to uncomment the downgrade if it works anyway.

@ishank011
Copy link
Contributor

If there are no breaking changes, GRPC supports backward compatibility. So even if EOS runs a newer version, requests from a client running an older version should be supported. We need to followup with people from owncloud about when we can revert the downgrade but it should be fine for now.

We also need to use an older version in cs3APIs cs3org/cs3apis-build@f1ef147 because of this downgrade, but it's compatible with the newer versions.

@ffurano
Copy link
Contributor Author

ffurano commented Oct 8, 2020 via email

@labkode
Copy link
Member

labkode commented Oct 21, 2020

Hi @ffurano, let's unblock this with a common ground. Let's git submodule the the EOS protobuf and we compile inside Reva.

@ffurano
Copy link
Contributor Author

ffurano commented Oct 21, 2020 via email

@lgtm-com
Copy link

lgtm-com bot commented Dec 2, 2020

This pull request introduces 4 alerts and fixes 4 when merging 1d0b992 into ee561f9 - view on LGTM.com

new alerts:

  • 4 for Incorrect conversion between integer types

fixed alerts:

  • 4 for Incorrect conversion between integer types

@lgtm-com
Copy link

lgtm-com bot commented Dec 2, 2020

This pull request introduces 4 alerts and fixes 4 when merging 9191b1e into ee561f9 - view on LGTM.com

new alerts:

  • 4 for Incorrect conversion between integer types

fixed alerts:

  • 4 for Incorrect conversion between integer types

@lgtm-com
Copy link

lgtm-com bot commented Dec 2, 2020

This pull request introduces 4 alerts and fixes 4 when merging e2debf0 into ee561f9 - view on LGTM.com

new alerts:

  • 4 for Incorrect conversion between integer types

fixed alerts:

  • 4 for Incorrect conversion between integer types

@@ -1507,6 +1448,17 @@ func (fs *eosfs) getRootUIDAndGID(ctx context.Context) (string, string, error) {
return "0", "0", nil
}

//func attrTypeToString(at eosclient.AttrType) string {
Copy link
Contributor

Choose a reason for hiding this comment

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

Just remove this method

@ishank011
Copy link
Contributor

And rebase

@ffurano
Copy link
Contributor Author

ffurano commented Dec 2, 2020 via email

@lgtm-com
Copy link

lgtm-com bot commented Dec 3, 2020

This pull request introduces 4 alerts and fixes 4 when merging 3be2ee2 into 783e35c - view on LGTM.com

new alerts:

  • 4 for Incorrect conversion between integer types

fixed alerts:

  • 4 for Incorrect conversion between integer types

@lgtm-com
Copy link

lgtm-com bot commented Dec 3, 2020

This pull request introduces 4 alerts and fixes 4 when merging 115d36f into e018223 - view on LGTM.com

new alerts:

  • 4 for Incorrect conversion between integer types

fixed alerts:

  • 4 for Incorrect conversion between integer types

@ishank011 ishank011 merged commit 655c9ba into cs3org:master Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants