-
Notifications
You must be signed in to change notification settings - Fork 113
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
[tests-only] Merge master to edge #2774
Conversation
This reverts commit 3cba223.
* 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 <[email protected]> Co-authored-by: Giuseppe Lo Presti <[email protected]>
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.
b3596c8
to
2faea4b
Compare
This pull request introduces 3 alerts and fixes 1 when merging 2faea4b into c437e57 - view on LGTM.com new alerts:
fixed alerts:
|
2faea4b
to
41fa63f
Compare
This pull request introduces 3 alerts and fixes 1 when merging 41fa63f into c437e57 - view on LGTM.com new alerts:
fixed alerts:
|
3a18af1
to
3cd4618
Compare
This pull request introduces 3 alerts and fixes 1 when merging 3cd4618 into c437e57 - view on LGTM.com new alerts:
fixed alerts:
|
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.
There are no changes to expected-failures, or to the drone CI pipelines. So the large amount of code, docs, example... changes here have not introduced any obvious regressions (and have not fixed anything either :)
Someone else can review more detail (if that is possible with 10k lines of diff). But from my point-of-view it may as well be merged and then we move on.,..
We need to check for regressions with the full ocis CI. PR in owncloud/ocis#3570 |
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 have some regressions with public links.
We need to investigate https://drone.owncloud.com/owncloud/ocis/10843/22/6 and https://drone.owncloud.com/owncloud/ocis/10843/49/9 |
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.
The issue is the date format change for expire dates. It was only done in the backend, but not yet in ownCloud web. I suggest to revert this one line to make the tests pass. Then do a sychronized change of backend and frontend at the same time.
Apart from that, awesome job! 🎉 |
3cd4618
to
37c14f1
Compare
I restarted the full-CI in oCIS. Should become green now. I will approve then. @ishank011 @labkode BUT: One last thing, we should not "Squash-merge" this PR, I would like to merge all the commits as they are. Can you change the github config to make that possible? |
This pull request introduces 3 alerts and fixes 1 when merging 37c14f1 into c437e57 - view on LGTM.com new alerts:
fixed alerts:
|
@micbar makes sense. I've enabled that option |
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.
oCIS Full test suite is green
No description provided.