summaryrefslogtreecommitdiffstats
path: root/.jshintrc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Display comparisons with data from APIJoe Fiorini2015-05-271-0/+4
| | | | | See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an explanation of the comparison logic.
* fixing merge conflictsJared Tabor2015-05-151-1/+2
| | | | from master
* FINAL revert of commit: "Adding a date filter that will format dates in ↵Jared Tabor2015-05-151-2/+1
| | | | | | Tower UI""" This reverts commit 1945c04cd3dfbb33fe3c8139cee88c862cd75cab.
* Revert "Revert "Adding a date filter that will format dates in Tower UI""Jared Tabor2015-05-151-1/+2
| | | | This reverts commit a5119f681d688ea1bdf07b952a065f90a03ea757.
* Revert "Adding a date filter that will format dates in Tower UI"Jared Tabor2015-05-151-2/+1
| | | | This reverts commit 41a168c57f74a774555753a269431efaf795597c.
* Adding a date filter that will format dates in Tower UIJared Tabor2015-05-151-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 jshintJoe Fiorini2015-03-271-1/+5
|
* Use broccoli to build appJoe Fiorini2015-02-061-0/+1
|
* Updates jshint settingsJoe Fiorini2015-01-301-3/+17
|
* Add grunt task for running plato reportsJoe Fiorini2015-01-301-4/+0
|
* refactored code so dashboard widgets are independent of each otherJared Tabor2014-06-271-2/+2
|
* First attempt at adding a graph to job detail page.chouseknecht2014-05-151-1/+1
|
* Removed accordions from jobs page.Chris Houseknecht2014-05-041-1/+1
|
* AC-1017 Added events and hosts links to the job status fly-out. Fixed a bug ↵Chris Houseknecht2014-02-061-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 Houseknecht2014-02-051-0/+21
Added .jshintrc which contains jsHint directives for delinting .js files. Delinted Utilities.js.