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

owncloud/ocs: Move to go-chi/chi based URL routing #2006

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

rhafer
Copy link
Contributor

@rhafer rhafer commented Aug 18, 2021

This should help with code readability and make it easier to figure out
which code is executed for which URL.

Closes #1986

@update-docs
Copy link

update-docs bot commented Aug 18, 2021

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.

go.mod Outdated Show resolved Hide resolved
@rhafer rhafer force-pushed the ocs-to-chi branch 4 times, most recently from a5b87d0 to cb2feb0 Compare August 24, 2021 08:02
@rhafer rhafer marked this pull request as ready for review August 30, 2021 09:30
@rhafer rhafer requested a review from labkode as a code owner August 30, 2021 09:30
butonic
butonic previously approved these changes Aug 30, 2021
Copy link
Contributor

@butonic butonic left a comment

Choose a reason for hiding this comment

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

Yep, makes sense!

refs
refs previously approved these changes Aug 31, 2021
This should help with code readability and make it easier to figure out
which code is executed for which URL.

Closes cs3org#1986
Copy link
Member

@labkode labkode left a 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.
Let's have another approval for the OC team to be merged.

@refs
Copy link
Member

refs commented Sep 1, 2021

LGTM

@labkode labkode merged commit 5c0e31a into cs3org:master Sep 1, 2021
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.

use chi router instead of ShiftPath
5 participants