Commit graph

25 commits

Author SHA1 Message Date
Clement Ho
f3d06efcfd Remove environments folder webpack entry point 2018-02-26 15:44:03 -06:00
Filipa Lacerda
7ca5a3f99d
Fixes more eslint rules 2018-01-06 19:54:45 +00:00
Filipa Lacerda
cbdbb64523
[ci skip] Fix more eslint rules 2018-01-06 19:03:01 +00:00
Filipa Lacerda
4563156256 Improve environments performance 2017-11-23 12:04:03 +00:00
Phil Hughes
fa2af5e0f5
Flash is now a ES6 module
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.
2017-10-10 10:14:22 +01:00
James Ramsay
0ed23790a4 Fix spelling of occurred 2017-09-26 08:46:09 -04:00
Filipa Lacerda
96e6fc70b4 Import modules instead of using the ones in global namespace
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
2017-09-09 09:54:27 +01:00
Filipa Lacerda
4158342b50 Adds polling function to environments table
Adds missing eventhub to folder table
2017-05-22 21:56:12 +02:00
Filipa Lacerda
d1da5624d7 Tech debt: Creates vue component for loading icon 2017-05-10 15:52:09 +00:00
Filipa Lacerda
5b3fb0d41f Use vue file for table pagination component 2017-05-10 08:00:50 +00:00
Filipa Lacerda
a5989900c9 Remove service being provided as a prop on environments table 2017-05-03 17:08:54 +01:00
Filipa Lacerda
54933058a6 Use vue files for vue components. 2017-04-27 14:06:17 +00:00
Filipa Lacerda
76dac550f3 Refactor environments components into vue files - part 3 2017-04-21 15:16:22 +00:00
Filipa Lacerda
41ff2e150c Removes unused code 2017-04-04 20:19:58 +01:00
Filipa Lacerda
b0f2cbceb3 Remove UJS actions from pipelines tables 2017-03-17 17:30:32 +00:00
Filipa Lacerda
cbf1b656a4 Use a button and a post request instead of UJS links - part 1 - Environments 2017-03-14 00:58:26 +00:00
winniehell
572f9782d5 Remove .es6 from file extensions (!9241) 2017-03-05 21:22:40 +01:00
Filipa Lacerda
ee886f9344 Backport EE changes. Service method should be get and not all 2017-03-02 17:36:30 +00:00
Filipa Lacerda
c59750de6f Fix depenendencies loading Vue in EE 2017-02-17 16:52:48 +00:00
Filipa Lacerda
ba53ee78fa Changes after review 2017-02-16 11:29:45 +00:00
Filipa Lacerda
1285d62906 Move change page param to utility function
Add tests

Adds folder name in the top of the table
2017-02-15 19:57:48 +00:00
Filipa Lacerda
73accafe43 Use common util to get parameter name 2017-02-15 19:57:47 +00:00
Filipa Lacerda
0823484913 Adds url for folder;
Creates new subview to show envirnoments that belong to a folder
2017-02-15 19:57:46 +00:00
Filipa Lacerda
26d18387de First iteration 2017-02-15 19:57:46 +00:00
Filipa Lacerda
7af6982e5f Extracts table into a reusable component 2017-02-15 19:57:45 +00:00