- Feb 04, 2020
-
-
GitLab Bot authored
-
- Jan 03, 2020
-
-
GitLab Bot authored
-
- Jun 12, 2019
-
-
Filipa Lacerda authored
Move the table paginaiton component under the new pagination folder in vue shared components and updates all the paths
-
- Mar 13, 2019
-
-
Filipa Lacerda authored
Creates helpers file Cleans up tests
-
- Mar 05, 2019
-
-
Ensure a vue.js component to confirm the re-deployment/rollback of an environment pops up when rollback/re-deploy has been clicked so the user must confirm their actions before accidentally rolling back or re-deploying an environment. Only on the `environment-table` view.
-
- Feb 27, 2019
-
-
Stan Hu authored
-
Stan Hu authored
This commit fixes two problems: 1. When a user clicked on another page, the app would fetch the new page data but never update because the request and response parameters failed to match the isEqual check. This was happening because the JSON response omitted the `nested` attribute, so there was a comparison with a `null` value. We fix this by scrubbing undefined values before doing the comparison. 2. There were duplicate requests made for the environments page because the success handler of fetchPipelines() would cause the polling component to make another XHR request. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58191
-
- Jan 21, 2019
-
-
syasonik authored
To support environment folders in the UI on the Environments List page, the environments index route previously returned one environment per folder, excluding those other than the latest deploy. However, the environtments dropdown on the metrics dashboard requires that any environment be selectable. To accommodate both use cases, support an optional 'nested' parameter in the index route to return either a flat, complete response or a nested response based on the use case in question. The new default response structure is the flat response.
-
- Oct 16, 2018
-
-
Mike Greiling authored
-
- Sep 11, 2018
-
-
Clement Ho authored
-
- Jul 10, 2018
-
-
Winnie Hellmann authored
-
- May 17, 2018
-
-
Filipa Lacerda authored
-
- May 14, 2018
-
-
Filipa Lacerda authored
-
- Jan 10, 2018
-
-
Phil Hughes authored
-
- Nov 23, 2017
-
-
Filipa Lacerda authored
-
- Jul 12, 2017
-
-
Filipa Lacerda authored
-
- May 22, 2017
-
-
Filipa Lacerda authored
Adds missing eventhub to folder table
-
- May 15, 2017
-
-
Filipa Lacerda authored
-