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

feat(core): allow searching in pipeline JSON #6341

Merged
merged 1 commit into from
Jan 10, 2019
Merged

feat(core): allow searching in pipeline JSON #6341

merged 1 commit into from
Jan 10, 2019

Conversation

anotherchrisberry
Copy link
Contributor

Without this, cmd+f doesn't do anything.

With this, you get a pretty nice search box within the editor.

@erikmunson
Copy link
Member

I personally think that having a second, not as familiar search box is almost always a bad pattern for things that are just text (I'm looking at you Bitbucket).

That said, if this is how you wanna play it then go for it 😄

@anotherchrisberry
Copy link
Contributor Author

@erikmunson I agree; however, the entire JSON blob is not rendered by the editor, so, if we disable the find command on the editor, we're only able to search the visible contents of the JSON.

The find box looks pretty familiar, IMO:
screen shot 2019-01-09 at 5 16 03 pm

@erikmunson
Copy link
Member

I was hoping you weren't going to say they virtualized it 😢

carry on...

@anotherchrisberry anotherchrisberry merged commit 94b1e9f into spinnaker:master Jan 10, 2019
@anotherchrisberry anotherchrisberry deleted the ace-search branch January 10, 2019 01:20
anotherchrisberry added a commit that referenced this pull request Jan 10, 2019
…50 and titus to 0.0.66 (#6343)

* chore(core): Bump version to 0.0.309

aefc576  fix(docker): Do not clear an existing imageId even if fields cannot be found in registry (#6342)
e802c45 fix(*): allow modal to stay open on auto-close (#6329)
33e2e5b fix(core): do not flag pipelines dirty on initial save (#6340)
94b1e9f feat(core): allow searching in pipeline JSON (#6341)

* chore(docker): Bump version to 0.0.29

aefc576  fix(docker): Do not clear an existing imageId even if fields cannot be found in registry (#6342)

* chore(amazon): Bump version to 0.0.150

e802c45 fix(*): allow modal to stay open on auto-close (#6329)

* chore(titus): Bump version to 0.0.66

e802c45 fix(*): allow modal to stay open on auto-close (#6329)
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