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-07-02Vue-i18n: app/assets/javascripts/clusters/ directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/clusters/ directory
2019-07-01Allow JupyterHub to be uninstalledJoão Cunha
- enabled uninstallation - give it a specific uninstall message - ajust specs
2019-06-24Transition from installable to not_installableEnrique Alcantara
Contemplate the scenario where a K8 managed application becomes not_installable after being installable.
2019-06-06Replace upgrade with updateEnrique Alcántara
Use update term instead of update in the clusters managed app implementation in order to make the implementation and UI language more consistent.
2019-06-04Comply with `no-implicit-coercion` rule (CE)Nathan Friend
This commit is the result of running `yarn eslint --fix` after enabling the `no-implicit-coercion` ESLint rule. This rule has been added to our ESLint config here: https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14
2019-05-31Add updateSuccessful/Failed props to knative appEnrique Alcantara
They are used to indicate when knative domain name has changed
2019-05-31Extract knative domain editor into a componentEnrique Alcantara
The new component also implements several improvements in the knative domain editor workflow: - Display a loading spinner when saving changes in the domain name - Display success toast message indicating changes were saved successfully. - Display error message in the contraty occurs
2019-05-27Add changelog entryJacques Erasmus
Added a changelog entry for the feature
2019-05-07Resolve "Support Prometheus for group-level clusters"Peter Leitzen
2019-05-02CE-backport track uninstall button clicksEnrique Alcantara
2019-05-02Uninstall application confirm modal componentEnrique Alcántara
- Vue confirmation modal implementation - CSS tweaks for modal default height
2019-04-26Fix base domain help text updateEnrique Alcantara
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-25Implement toast componentJacques Erasmus
Implemented the toast component for success messages
2019-04-18Pass installed attribute to app_rowsEnrique Alcantara
2019-04-18Show uninstall button when app is uninstallableEnrique Alcantara
- Create empty uninstall_button component. - Add uninstallable property to application_row component. - Display Uninstall button if app is uninstallable and it is installed.
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-04-08Migrate clusters tests to jestEnrique Alcántara
Move cluster applications manager tests from karma to jest. Fixes some migration issues related with timeouts, and HTTP request expectations.
2019-04-05Do not display ingress IP help textEnrique Alcántara
if there isn’t an ingress IP assigned for the cluster yet
2019-03-26Allow runners to be installed on group clustersTiger Watson
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
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-03-14Show loading spinner for Ingress/Knative IPJacques Erasmus
Show a loading spinner while Ingress/Knative IP is being assigned
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-07Merge branch '56937-edit-knative-domain' into 'master'Grzegorz Bizon
Edit Knative domain after it has been deployed Closes #56937 See merge request gitlab-org/gitlab-ce!25386
2019-03-06Refactor PersistentUserCallout instantiationsLuke Bennett
Uses a new factory method to DRY instantiation.
2019-03-05Add ability to edit Knative domainjerasmus
Added the functionality to edit the Knative 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
2019-01-05Require Knative to be installed only on an RBAC kubernetes clusterChris Baumbauer
2019-01-03Port GitLab.com gold trial callout changes to CELuke Bennett
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8731
2018-12-07Merge branch 'cert-manager-email' into 'master'Dmitriy Zaporozhets
Ability to override Issuer Email for Cert Manager See merge request gitlab-org/gitlab-ce!23503
2018-12-07Allows user to override default issuer email for cert managerAmit Rathi
2018-12-06Revert "Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into ↵Luke Bennett
'master'" This reverts commit 427c1e72194556c9e198659dfff92cb42b31fb62, reversing changes made to 5aac64a79527afef9ff6b4b1db52a9c01c5d6af6.
2018-12-05Disable knative on group clustersMike Greiling
2018-12-05Remove superfluous utility classesMike Greiling
2018-12-05Hide knative domain input when helm is not installedMike Greiling
2018-12-04Remove pronunciation tip for knativeGeorge Tsiolis
2018-11-27Merge branch 'triggermesh-phase2-external-ip' into 'master'Kamil Trzciński
Expose External IP address for Knative's gateway See merge request gitlab-org/gitlab-ce!23162
2018-11-26Expose external_ip to knative cluster applicationChris Baumbauer
2018-11-26Reword Knative cluster applicationChris Baumbauer
2018-11-26Run `yarn prettier-all-save`Steve Azzopardi
2018-11-23Merge branch 'ce-6983-promote-starting-a-gitlab-com-trial' into 'master'Kamil Trzciński
CE port: Promote the GitLab.com Gold trial on a users default dashboard See merge request gitlab-org/gitlab-ce!22901
2018-11-23Merge branch 'certmanager-temp' into 'master'Kamil Trzciński
Deploy cert-manager to managed cluster for SSL certificates See merge request gitlab-org/gitlab-ce!23036
2018-11-21Promote the GitLab.com Gold trial on a users default dashboardLuke Bennett
Show a dismissable callout on a users dashboard for a free trial of the GitLab.com Gold plan. Hide the callout from users who have dismissed the callout, are already on a trial or are already on the gold plan
2018-11-20Prettify all the thingsMike Greiling
2018-11-20Prettify filesAmit Rathi
2018-11-20Remove externalIp attribute from cert-managerAmit Rathi
2018-11-19Update the UI message for cert-manager installationAmit Rathi