summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/environments/folder/environments_folder_view.vue
Commit message (Collapse)AuthorAgeFilesLines
* Prettify environments feature_highlight and filtered_search modulesMike Greiling2018-10-161-37/+34
|
* Support manually stopping any environment from the UIWinnie Hellmann2018-07-101-0/+8
|
* Updates eslint vue plugin versionFilipa Lacerda2018-06-111-2/+2
|
* Fixes more eslint rulesFilipa Lacerda2018-01-061-1/+1
|
* [ci skip] Fix more eslint rulesFilipa Lacerda2018-01-061-7/+8
|
* Improve environments performanceFilipa Lacerda2017-11-231-208/+47
|
* Flash is now a ES6 modulePhil Hughes2017-10-101-1/+1
| | | | | | | | | | | Reduced the technical debt around our JS flash function by making it a module that is imported rather than relying on the global function. The global function still exists mainly for technical debt with how some requests are being completed, but new JS should import the module directly. Also reduces some tech debt in the file by removing the need for jQuery. Instead Flash is now 100% vanilla JS.
* Fix spelling of occurredjramsay-spelling-occurredJames Ramsay2017-09-261-1/+1
|
* Import modules instead of using the ones in global namespaceFilipa Lacerda2017-09-091-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | Removes set favicon related methods from global scope Improves test related with favicon Removes convertPermissionToBoolean from global scope. Adds tests for convertPermissionToBoolean - were non existant Removes setParamInURL from gl.utils Removes parseIntPagination from gl.utils namespace Remove normalizeCRLFHeaders from gl.utils namespace Removes normalizeHeaders from gl.utils namespace Use gl.utils for filtered search Fix bad import Fix broken test by cleaning window.history namespace Adds changelog
* Adds polling function to environments tableFilipa Lacerda2017-05-221-28/+72
| | | | Adds missing eventhub to folder table
* Tech debt: Creates vue component for loading iconFilipa Lacerda2017-05-101-7/+8
|
* Use vue file for table pagination componentFilipa Lacerda2017-05-101-4/+4
|
* Remove service being provided as a prop on environments tableFilipa Lacerda2017-05-031-2/+2
|
* Use vue files for vue components.Filipa Lacerda2017-04-271-0/+181