forked from spinnaker/deck
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cleanup progress #22
Merged
Merged
Cleanup progress #22
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…color.less (spinnaker#4120) * removed all colors.less variables in core * Fixed scripting error + color mismatch * removed all colors.less variables in core * Fixed scripting error + color mismatch * Custom variables work only from inside css and not less * Moved the CSS back to less
…#4118) Adds a section to pipeline config for declaring expected artifacts from trigger sources, and adds support in pub/sub triggers to select artifacts the trigger can produce.
…er#4127) * refactor(cluster): allow cluster pod header to be customized * refactor(entityNotifications): refactor export
…innaker#4139) - Also deprecate DataSourceConfig
* when keyword search is not performed, removes applications and clusters from being searched by the the search API to speed up searching because both can be determined separately. * application information can be retrieved via the applications API endpoint - which is cached.. * cluster information for search results can be determined entirely from server groups. * adds ability to hydrate search results posthumously to add requested, extra information.
* refactor(core/formsy): Refactor formsy, create react app-config saver (spinnaker#4132) * feat(core/application): Add 'autoActivate' toggle for DataSources (spinnaker#4139) * fix(search): add supplemental searching capability (spinnaker#4133)
* add default method value for post search result searchers so that it can intelligently process search result map lookups that don't exist. this is currently an artifact of region searching such that too many search results are found and they're culled in clouddriver so that only instance results come back. we need to change the way the results are returned for the new search to perhaps limit the search results to, say, _n per category_ rather than _n total_. need to have a think about this.
Signed-off-by: Haiwei Liu <carllhw@gmail.com>
…m @autoBindMethods to @Bindall (spinnaker#4147)
* update the project search result icon and remove unnecessary fixed with font awesome class.
…w NLB target groups to be selected when deploying (spinnaker#4149)
…act (spinnaker#4339) * refactor(core/pipeline): Rerefactor execution details to be less boilerplate-y * refactor(core/pipeline): Convert applySourceServerGroupCapactiyDetails to react * refactor(core/pipeline): Convert checkPreconditionsExecutionDetails to react
LGTM +2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Cleanup progress
@dkirillov