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

Chore/rework custom mws #19

Open
wants to merge 14 commits into
base: v1
Choose a base branch
from
Open

Chore/rework custom mws #19

wants to merge 14 commits into from

Conversation

naggingant
Copy link
Member

@naggingant naggingant commented Jul 20, 2021

@openrm/dev

Reworked the accumulated customization to the community edition. Below is the summary:

The main goal for me was to minimize the future work to sync the repository with the upstream, because the previous version became a complete mess IMO. This meant more separate files for the customized parts, go module replacement for our own forks, etc.

go.mod Outdated
Comment on lines 55 to 60
replace (
github.com/devopsfaith/krakend-amqp v1.4.0 => github.com/openrm/krakend-amqp v0.0.0-20210526165636-5cc9045b5fa6
github.com/devopsfaith/krakend-cel v1.4.0 => github.com/openrm/krakend-cel v0.0.0-20210719101150-9ec8a72804f1
github.com/devopsfaith/krakend-jose v1.4.0 => github.com/openrm/krakend-jose v0.0.0-20210719112350-52718b067cbd
github.com/devopsfaith/krakend-martian v1.4.0 => github.com/openrm/krakend-martian v0.0.0-20210718024057-b5801065122d
)
Copy link
Member Author

Choose a reason for hiding this comment

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

Instead of replacing the module import declarations, I used this direction this time. Could minimize the change to the upstream, working well so far

Copy link
Member

Choose a reason for hiding this comment

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

good idea, it will also help to replace it when doing some local testing

@PuKoren
Copy link
Member

PuKoren commented Jul 21, 2021

that's awesome, thank you!

Copy link
Member

@PuKoren PuKoren left a comment

Choose a reason for hiding this comment

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

thank you 🙇

@naggingant
Copy link
Member Author

Fixed a few bugs in the AMQP module + alpha, all minor

@naggingant naggingant changed the base branch from master to v1 June 30, 2022 07:28
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