-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline Label Editing from Dashboards Index (#12384)
* Use client generated Label in dashboard actions * Fetch labels when dashboards index loads * Add styles for "colorless" labels * Implement inline label editing from dashboard cards * Fine tune label deletion * Create createLabelAJAX function Co-Authored-By: Delmer <[email protected]> * Make inline label creation work in dashboards index Co-Authored-By: Delmer <[email protected]> * WIP use ILabel as the defacto label type * Ensure a label can be updated without having to change the name * Ensure all fields in a Label can be changed in the overlay * WIP write e2e tests for inline labelling Co-Authored-By: Andrew Watkins <[email protected]> * wip: dashboard brittle * wip dashboards * Position inline labels popover such that it doesn't collide with the navbar * chore: run all dashboard tests 25 times * Ensure that there is a dashboard with a name that matches the search test query * Appease the lint gods with mortal sacrifice * Remove unit test in favor of e2e test Everything the unit test is testing is also tested by the e2e test Co-Authored-By: Delmer <[email protected]> * Remove for loop and fix search name assertion Co-Authored-By: Delmer <[email protected]> Co-Authored-By: Andrew Watkins <[email protected]> * Fix affected task test Co-Authored-By: Delmer <[email protected]> Co-Authored-By: Andrew Watkins <[email protected]> * Fix incorrectly named reference in e2e test Co-Authored-By: Delmer <[email protected]> Co-Authored-By: Andrew Watkins <[email protected]> * Undo go file change * Add guard back in * Undo changes to go file
- Loading branch information
alexpaxton
authored
Mar 8, 2019
1 parent
81e15b7
commit d2bd4b7
Showing
33 changed files
with
554 additions
and
591 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.