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

fix(executions): URI Encode pipeline names #6971

Merged
merged 2 commits into from
May 10, 2019

Conversation

alanmquach
Copy link
Contributor

Some people (I won't mention who), don't like bracket so we need to encode them or Gate will blow up.

@alanmquach alanmquach merged commit fc50576 into spinnaker:master May 10, 2019
@alanmquach alanmquach deleted the encode-pipeline-name branch May 10, 2019 20:54
@cfieber
Copy link
Contributor

cfieber commented May 10, 2019

it was me

@cfieber
Copy link
Contributor

cfieber commented May 10, 2019

Any reason not to just stick the URI encoding in ApiService and encode all the path segments there for all requests?

@alanmquach
Copy link
Contributor Author

Haha, I meant boot2?

Yeah, unfortunately there is already some encoding going on in random spots so if I were to add it in ApiService, we'd end up with some double encoding which would be bad.

This was more of a quick fix. We should probably do a proper sweep and push the encoding down to ApiService and remove it everywhere else.

anotherchrisberry added a commit that referenced this pull request May 14, 2019
* chore(core): Bump version to 0.0.363

8edcc22 fix(core): show no results message on v2 search (#6982)
1bbd936 feat(core): allow dynamic resolution of docker insights URL (#6981)
84db0ef fix(cf): reorg build info details on server group detail and summary (#6983)
c48a017 fix(core): Add expected artifacts to inheritable mptv2 collections (#6975)
a21e95e refactor(core): Reactified parameters for triggers (#6923)
e439d2c feat(gcb): allow pre-artifacts-rewrite expected artifacts to be selected in gcb stage (#6948)
fc50576 fix(executions): URI Encode pipeline names (#6971)
7007830 fix(server group): show a CI build link in server group.buildinfo (#6967)
a79edb0 feat(core): Enable manual execution of mptv2 pipelines (#6968)

* chore(amazon): Bump version to 0.0.189

b576fed refactor(amazon): de-angularize load balancer transformer (#6984)
1fcdf7c fix(aws): add NLB info to target group help text (#6977)
52d89d6 feat(cloudformation): support cfn tags (#6928)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants