GitLab Bot
73507eaf1a
Add latest changes from gitlab-org/gitlab@master
2022-08-25 12:12:20 +00:00
GitLab Bot
8bdfdd49b3
Add latest changes from gitlab-org/gitlab@master
2022-05-03 18:07:53 +00:00
GitLab Bot
88bacc889f
Add latest changes from gitlab-org/gitlab@master
2022-04-08 12:08:48 +00:00
GitLab Bot
41876b483a
Add latest changes from gitlab-org/gitlab@master
2021-11-01 12:11:46 +00:00
GitLab Bot
8c6c2136e8
Add latest changes from gitlab-org/gitlab@master
2021-10-04 21:09:27 +00:00
GitLab Bot
b46d41d54b
Add latest changes from gitlab-org/gitlab@master
2021-08-31 09:08:57 +00:00
GitLab Bot
835f1214dc
Add latest changes from gitlab-org/gitlab@master
2021-02-14 18:09:20 +00:00
GitLab Bot
02c3b2af44
Add latest changes from gitlab-org/gitlab@master
2021-02-10 21:09:24 +00:00
GitLab Bot
bdf5d637da
Add latest changes from gitlab-org/gitlab@master
2021-02-02 12:10:15 +00:00
GitLab Bot
e92c95bf45
Add latest changes from gitlab-org/gitlab@master
2021-02-01 15:08:56 +00:00
GitLab Bot
bfc7eec58e
Add latest changes from gitlab-org/gitlab@master
2021-01-18 15:10:42 +00:00
GitLab Bot
1ca6880aac
Add latest changes from gitlab-org/gitlab@master
2020-10-06 18:08:49 +00:00
GitLab Bot
e6bcd6e738
Add latest changes from gitlab-org/gitlab@master
2020-09-25 09:09:40 +00:00
GitLab Bot
9e19896fb5
Add latest changes from gitlab-org/gitlab@master
2020-09-04 21:08:41 +00:00
GitLab Bot
abe11a6a2c
Add latest changes from gitlab-org/gitlab@master
2020-04-28 21:09:35 +00:00
GitLab Bot
5064bf8c56
Add latest changes from gitlab-org/gitlab@master
2020-03-25 09:08:11 +00:00
GitLab Bot
3269a20692
Add latest changes from gitlab-org/gitlab@master
2019-11-27 12:06:30 +00:00
Filipa Lacerda
addb6d3e2c
Removes EE differences for environments_folder_bundle
2019-03-14 16:21:23 +00:00
Filipa Lacerda
c829c1c4a9
Removes EE differences for folder_view
2019-03-13 09:28:44 +00:00
Shinya Maeda
6b99848be3
Move permission check of manual actions of deployments
2019-02-08 12:53:35 +00:00
Scott Hampton
3e60798e11
Backporting environments helper
...
Allowing the EE to override a helper function to pass more data to vue
2019-01-11 09:47:19 -07:00
Winnie Hellmann
8ef5115795
Replace convertPermissionToBoolean with parseBoolean
2018-11-27 09:18:48 +01:00
Mike Greiling
5b9495c5db
Prettify all the things
2018-11-20 09:30:01 -06:00
Mike Greiling
8b090caf82
Prettify environments feature_highlight and filtered_search modules
2018-10-16 11:52:35 -05:00
Winnie Hellmann
d79cef3a9a
Support manually stopping any environment from the UI
2018-07-10 08:11:04 +00:00
Filipa Lacerda
647a4d6a3b
Updates eslint vue plugin version
2018-06-11 15:36:54 +01:00
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