Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display comparisons with data from API | Joe Fiorini | 2015-05-27 | 1 | -0/+4 |
| | | | | | See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an explanation of the comparison logic. | ||||
* | fixing merge conflicts | Jared Tabor | 2015-05-15 | 1 | -1/+2 |
| | | | | from master | ||||
* | FINAL revert of commit: "Adding a date filter that will format dates in ↵ | Jared Tabor | 2015-05-15 | 1 | -2/+1 |
| | | | | | | Tower UI""" This reverts commit 1945c04cd3dfbb33fe3c8139cee88c862cd75cab. | ||||
* | Revert "Revert "Adding a date filter that will format dates in Tower UI"" | Jared Tabor | 2015-05-15 | 1 | -1/+2 |
| | | | | This reverts commit a5119f681d688ea1bdf07b952a065f90a03ea757. | ||||
* | Revert "Adding a date filter that will format dates in Tower UI" | Jared Tabor | 2015-05-15 | 1 | -2/+1 |
| | | | | This reverts commit 41a168c57f74a774555753a269431efaf795597c. | ||||
* | Adding a date filter that will format dates in Tower UI | Jared Tabor | 2015-05-15 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | based on the user's locale. short and long date format filters adding long date format to appropriate files in doing a grep for the long date format, i found these files could instead use the londDate filter Removing short hand abbreviation for dates. We will now include the year in all our date formats updating jshint to ignore moment updating long date filter | ||||
* | Allow test globals for jshint | Joe Fiorini | 2015-03-27 | 1 | -1/+5 |
| | |||||
* | Use broccoli to build app | Joe Fiorini | 2015-02-06 | 1 | -0/+1 |
| | |||||
* | Updates jshint settings | Joe Fiorini | 2015-01-30 | 1 | -3/+17 |
| | |||||
* | Add grunt task for running plato reports | Joe Fiorini | 2015-01-30 | 1 | -4/+0 |
| | |||||
* | refactored code so dashboard widgets are independent of each other | Jared Tabor | 2014-06-27 | 1 | -2/+2 |
| | |||||
* | First attempt at adding a graph to job detail page. | chouseknecht | 2014-05-15 | 1 | -1/+1 |
| | |||||
* | Removed accordions from jobs page. | Chris Houseknecht | 2014-05-04 | 1 | -1/+1 |
| | |||||
* | AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug ↵ | Chris Houseknecht | 2014-02-06 | 1 | -1/+1 |
| | | | | in search where claring the value and hitting enter did not switch the icon back to the magnifying glass. Linted Search.js and Hosts.js helpers. | ||||
* | AC-1010 Fixed breadcrumb capitalization to accommodate multi-word paths. ↵ | Chris Houseknecht | 2014-02-05 | 1 | -0/+21 |
Added .jshintrc which contains jsHint directives for delinting .js files. Delinted Utilities.js. |