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

Resulve issue #224 GetRef() in support package should remove 'vendor'… #225

Closed
wants to merge 12 commits into from

Conversation

yxuco
Copy link
Contributor

@yxuco yxuco commented Oct 8, 2020

… path

What kind of change does this PR introduce? (check one with "x")

[X] Bugfix
[] Feature
[] Code style update (formatting, local variables)
[] Refactoring (no functional changes, no api changes)
[] Other... Please describe:

Fixes: #224

What is the current behavior?
When used with vendor packages, it returns ref with prefix of vendor path.

What is the new behavior?
It now returns only the ref, without the prefix of vendor path.

Copy link
Contributor

@lixingwang lixingwang 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

@lixingwang
Copy link
Contributor

lixingwang commented Oct 16, 2020

@mellistibco Please also approve. thanks

lixingwang and others added 11 commits October 27, 2020 20:08
* Initial implementation of flow controller

* Added FlowControlAware interface for triggers. Triggers implementing that inteface can be paused/resumed by the engine.

* changes based on reviews
* Initial implementation of flow controller

* Added FlowControlAware interface for triggers. Triggers implementing that inteface can be paused/resumed by the engine.

* changes based on reviews

* Addressing missed fixes
…move 'vendor' path

allows trigger developer to pass request parameters to handler w/o going through output mapper
@yxuco yxuco closed this Dec 10, 2020
@yxuco yxuco reopened this Dec 10, 2020
@lixingwang
Copy link
Contributor

lixingwang commented Dec 10, 2020

@yxuco Could you please sync your forked repo to the latest master? to make sure this PR has the latest master in

@yxuco yxuco closed this Dec 10, 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.

5 participants