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
2018-02-21Merge branch '29497-pages-custom-domain-dns-verification' into 'security-10-5'Robert Speicher
Add DNS verification to Pages custom domains (GitLab 10.5) See merge request gitlab/gitlabhq!2322
2018-02-07Merge branch 'ce-39118-dynamic-pipeline-variables-fe' into 'master'Kamil Trzciński
Dynamic CI secret variables -- CE backport See merge request gitlab-org/gitlab-ce!16842
2018-02-06Merge branch 'winh-kubernetes-clusters' into 'master'Phil Hughes
Replace "cluster" with "Kubernetes cluster" Closes #41963 See merge request gitlab-org/gitlab-ce!16778
2018-02-06Replace "cluster" with "Kubernetes cluster"Winnie Hellmann
2018-02-06Refactor :trace to :trace_live in specShinya Maeda
2018-02-06Finish all testsShinya Maeda
2018-02-05Extract Variables controllers specs to shared_examplesMatija Čupić
2018-02-05Refactor Variable controllers specsMatija Čupić
2018-02-05Extract Variable into separate JSON SchemaMatija Čupić
2018-02-05Extract variable parameters in VariablesController specsMatija Čupić
2018-02-05Add VariableSerializer for Ci::VariableMatija Čupić
2018-02-05Return all variables after UPDATEMatija Čupić
2018-02-05Change POST to PATCH requests in the controller specsMatija Čupić
2018-02-05Use `resource` in Project Variables routing schemeMatija Čupić
2018-02-05Use all parameters in VariablesController specsMatija Čupić
2018-02-05Remove redundant routes in VariablesControllerMatija Čupić
2018-02-05Use nested attributes for updating multiple variablesMatija Čupić
2018-02-05Add destroy functionality to save_multipleMatija Čupić
2018-02-05Implement multiple variable handling actionMatija Čupić
2018-02-05Stub multiple variable controller methodMatija Čupić
2018-02-01port of 594e6a0a625^..f74c90f68c6Micaël Bergeron
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2018-01-30Make pagination optional for issuablesJan Provaznik
On epics roadmap page we list all epics in the given time frame without pagination (at least for the first iteration), in this case it would be nice to use the existing issuables index logic except pagination (see MR gitlab-ee!4281). For this reason this patch allows to easily disable pagination. Related gitlab-ee!4281
2018-01-22Merge branch 'sh-fix-error-500-no-avatars' into 'master'Robert Speicher
Fix Error 500 when repository has no avatar Closes #42249 See merge request gitlab-org/gitlab-ce!16601
2018-01-22Merge branch '41208-commit-atom-feeds-double-escaped' into 'master'Douwe Maan
Resolve "Commits atom feed is double-escaped" Closes #41208 See merge request gitlab-org/gitlab-ce!16603
2018-01-22Allows html in commits atom feedJacopo
Html code now works in commits atom feed `title` and `summary`.
2018-01-21Fix Error 500 when repository has no avatarStan Hu
Closes #42249
2018-01-19Merge branch '41247-timestamp' into 'master'Robert Speicher
Use last_edited_at instead of updated_at for displaying issuable last change Closes #41247 See merge request gitlab-org/gitlab-ce!16406
2018-01-18Merge branch 'feature/merge-request-system-hook' into 'master'Douwe Maan
System hooks for Merge Requests See merge request gitlab-org/gitlab-ce!14387
2018-01-18Return last edited time instead of update timeJan Provaznik
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
2018-01-17reference triggers.values for permitted parametersAlexis Reigel
2018-01-15Fix error on changes tab when merge request cannot be createdFelipe Artur
2018-01-11Refactor GCP redirect test suiteMatija Čupić
2018-01-11Fix GCP Controller specMatija Čupić
2018-01-08disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel
2018-01-06Merge branch 'master' into ↵Matija Čupić
39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
2018-01-05Merge branch 'master' into ↵Matija Čupić
39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
2018-01-05Change reset_cache action from get to postMatija Čupić
2018-01-05Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić
2018-01-05Backport 'Rebase' feature from EE to CEJan Provaznik
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
2018-01-05Merge branch 'master' into ↵Matija Čupić
39957-redirect-to-gpc-page-if-users-try-to-create-a-cluster-but-the-account-is-not-enabled
2018-01-05Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić
2018-01-05Move cache reset to ci_cd_settings controllerMatija Čupić
2018-01-04Merge branch '3377-use-artifacts-tests-from-ee' into 'master'Rémy Coutable
CE: Unify CE and EE tests in spec/controllers/projects/artifacts_controller_spec.rb Closes gitlab-ee#3377 See merge request gitlab-org/gitlab-ce!16133
2018-01-0441054-Disallow creation of new Kubernetes integrationsMayra Cabrera
2017-12-26Fix when branch creation fails don't post system noteMateusz Bajorski
Closes #24347
2017-12-26Just use the tests from EELin Jen-Shin
2017-12-23Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ↵Rémy Coutable
'master' Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs" Closes #36782 See merge request gitlab-org/gitlab-ce!16069
2017-12-22Extend Cluster Applications to allow installation of PrometheusMayra Cabrera
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne