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
2020-07-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-07Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-23Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Add ability see deployments using a group clusterJacques Erasmus
Added the ability to see project deployments using a group cluster
2019-08-29Use new location for gitlab-runner helm chartsBalasankar "Balu" C
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
2019-08-01Jupyter fix hostname editing and remove extra load balancerAmit Rathi
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-05-31Add updateSuccessful/Failed props to knative appEnrique Alcantara
They are used to indicate when knative domain name has changed
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-08Add support for ingress hostnameswalkafwalka
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-01-05Require Knative to be installed only on an RBAC kubernetes clusterChris Baumbauer
2018-12-07Allows user to override default issuer email for cert managerAmit Rathi
2018-11-26Expose external_ip to knative cluster applicationChris Baumbauer
2018-11-20Remove externalIp attribute from cert-managerAmit Rathi
2018-11-12Merge branch 'master' into certmanager-tempAmit Rathi
2018-11-07Fix style with clusters_store.js and remove workaround for namespace role issueChris Baumbauer
2018-11-06Resolve bug with knative hostname being overwritten by status updatesChris Baumbauer
2018-11-04Fix the way hostname is validated with the knative appChris Baumbauer
2018-11-03Resolve issues raised by KamilChris Baumbauer
2018-11-03Pushing WIP state for backupAmit Rathi
2018-11-02Merge branch 'master' into triggermesh-phase1-knativeChris Baumbauer
2018-10-31Fix remaining domainname -> hostname rebrandingChris Baumbauer
2018-10-31Rename knative domainname field to hostname and fix changelog entryChris Baumbauer
2018-10-25Knative supportChris Baumbauer
2018-10-24Prettify all the things (part 7)Mike Greiling
2018-06-08Use nip.io instead of xip.io for jupyter domain suggestionDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-05-28Changes after reviewFilipa Lacerda
2018-05-25Disables jupyter install button while ingress is not installedFilipa Lacerda
Includes juptyer hostname in the post request Adds tests
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
2018-02-20Adds missing links, uses value instead of placeholder in input field and ↵Filipa Lacerda
properly sets the ip key
2018-02-06Merge branch 'master' into pawel/connect_to_prometheus_through_proxy-30480Mike Greiling
* master: (242 commits) Validate user namespace before saving so that errors persist on model Reset Project's column information in spec/lib/gitlab/background_migration/populate_merge_request_metrics_with_events_data_spec.rb Explicitly set cwd in Sidekiq memory killer instead of depending on getcwd Downgrade google-protobuf Close low level rugged repository in project cache worker File upload UI obeys LFS filters Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page" Upgrade GitLab Workhorse to v3.6.0 Add sorting options for /users API (admin only) improvements from feedback [ci-skip] add changelog remove file after `Upload#destroy` Fix a hardcoded pipeline ID in a spinach step Override group sidebar links Replace "cluster" with "Kubernetes cluster" Reorder async/sync tasks in BuildFinishedWorker to read traces efficiently Fix tests for Drop filename enforcement Revert using expand_fixture_path in factory Revert "Add FixtureHelpers for FactoryGirl" Refactor :trace to :trace_live in spec ...