Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-02Uninstall application confirm modal componentEnrique Alcántara
- Vue confirmation modal implementation - CSS tweaks for modal default height
2019-04-26Use a FSM to determine application next stateEnrique Alcántara
- Separate cluster application UI state from server-side app status - Use a state machine to determine cluster application next state - Instead of using two variables to keep track of when an app is installing or updating, just use the app status property and control server-side and user events using the FSM service.
2019-04-17Determine if app is installed in the storeEnrique Alcantara
- Create installed property for cluster apps - Pass installed property to the application_row component
2019-03-21Update domain help text when ingress is installedEnrique Alcantara
When ingress application is installed, the cluster domain help text is updated to indicate that ingress external ip can be used as the cluster domain
2019-02-08Upgrade cluster applications, starting with runnerThong Kuah
2019-02-01Fix cluster installation processing spinner (reopened)Jacques Erasmus
2019-01-31Revert "Merge branch '56398-fix-cluster-installation-loading-state' into ↵Robert Speicher
'master'" This reverts merge request !24485
2019-01-30Fix cluster installation processing spinnerJacques Erasmus
2018-12-07Allows user to override default issuer email for cert managerAmit Rathi
2018-11-08Define cluster types in a constant within frontendMike Greiling
2018-10-31Fix remaining domainname -> hostname rebrandingChris Baumbauer
2018-10-17Add missing state on the application row componentJose Vargas
This fixes the application row component weird state when an `updating` status is fetched, this causes apps to show as uninstalled even though they are installed in the cluster.
2018-08-07Fix UI error whereby prometheus application status is updatedClement Ho
2018-05-25Add support for Jupyter in GitLab via KubernetesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-02-21Changes after reviewFilipa Lacerda
2017-11-06Add FE tests for not_installable/scheduled and cluster banner rulesEric Eastwood
2017-11-06Add support for not_installable/scheduled and to not show created bannerKamil Trzcinski
2017-11-03Add applications section to GKE clusters pageEric Eastwood