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

Merges master into edge and prioritises master #2767

Closed
wants to merge 134 commits into from

Conversation

labkode
Copy link
Member

@labkode labkode commented Apr 22, 2022

No description provided.

glpatcern and others added 30 commits December 3, 2021 23:57
* implement cs3org/cs3apis#154

* use TouchFile for the app provider

* add changelog and comments

* revert use TouchFile in app provider

* fix resource typo

Co-authored-by: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch>

Co-authored-by: Giuseppe Lo Presti <giuseppe.lopresti@cern.ch>
The web ui will announce the backend version in the javascript console
and is supposed to include the product name as well. The version seems
to be a good location for the product field as it already includes the
software edition as well.
ishank011 and others added 20 commits March 30, 2022 14:27
@update-docs
Copy link

update-docs bot commented Apr 22, 2022

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.


func (s *svc) TouchFile(ctx context.Context, req *provider.TouchFileRequest) (*provider.TouchFileResponse, error) {
Copy link

Choose a reason for hiding this comment

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

missing ',' in argument list (and 10 more errors)


func (s *svc) TouchFile(ctx context.Context, req *provider.TouchFileRequest) (*provider.TouchFileResponse, error) {
Copy link

Choose a reason for hiding this comment

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

missing ',' in argument list (and 10 more errors)

}
return res, nil
return res, nil
*/
Copy link

Choose a reason for hiding this comment

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

expected operand, found '/' (and 1 more errors)

@labkode labkode changed the base branch from master to edge April 22, 2022 07:05
@lgtm-com
Copy link

lgtm-com bot commented Apr 22, 2022

This pull request introduces 24 alerts and fixes 5 when merging d377981 into c437e57 - view on LGTM.com

new alerts:

  • 18 for Useless assignment to local variable
  • 2 for Uncontrolled data used in network request
  • 2 for Expression has no effect
  • 1 for Wrapped error is always nil
  • 1 for Unreachable statement

fixed alerts:

  • 4 for Uncontrolled data used in path expression
  • 1 for Wrapped error is always nil

@ishank011 ishank011 closed this Apr 22, 2022
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.