- 04 Dec, 2018 34 commits
-
-
Rémy Coutable authored
Automatically merge CE master into EE master See merge request gitlab-org/gitlab-ce!23453
-
Achilleas Pipinellis authored
update installation from source guide See merge request gitlab-org/gitlab-ce!23516
-
Alex Hanselka authored
-
Douwe Maan authored
CE port of Add new service to create the web ide terminal See merge request gitlab-org/gitlab-ce!23514
-
Francisco Javier López authored
-
Sean McGivern authored
[CE backport]Add sort direction button with sort dropdown for epics See merge request gitlab-org/gitlab-ce!23506
-
Rémy Coutable authored
Added a Hebrew proofreader See merge request gitlab-org/gitlab-ce!21863
-
Fatih Acet authored
Fix multiple commits shade overlapping vertical discussion line See merge request gitlab-org/gitlab-ce!23515
-
Annabel Dunstone Gray authored
-
Rémy Coutable authored
Fixes a typo that prevented assets from being properly compiled Closes #54825 See merge request gitlab-org/gitlab-ce!23528
-
Yorick Peterse authored
This updates the documentation of automatic CE to EE merges to cover the new automatic merging setup.
-
Yorick Peterse authored
This sets up GitLab CI to automatically push CE master changes into EE master, or revert them if the changes cause merge conflicts. The CI configuration contains a single job to do this: `merge:master`. This job is executed for every push to master, and periodically using a CI schedule. The periodic job is necessary because incremental jobs may not be able to revert commits if newly added commits depend on these commits. By re-running the job periodically (including all changes since a large enough time frame), we can ensure that such commits are also reverted (if they still conflict at that time). The job runs in its own "merge" stage, _after_ the build and prepare stages, but _before_ running the tests. This ensures that randomly failing tests won't prevent code from being merged into EE. Running the stage after the "prepare" stage reduces the chances of the job reverting CE changes just because it ran before a corresponding EE MR was merged into EE master.
-
Rémy Coutable authored
# Conflicts: # doc/development/i18n/proofreader.md
-
Kamil Trzciński authored
[CE] Backport TokenAuthenticatable comparison method and stub_default_url_options See merge request gitlab-org/gitlab-ce!19094
-
Kamil Trzciński authored
Check the uniqueness of the values of pipeline enum See merge request gitlab-org/gitlab-ce!23504
-
Douwe Maan authored
CE port Refactor Gitlab::Checks::ChangeAccess class See merge request gitlab-org/gitlab-ce!23533
-
Francisco Javier López authored
-
Kamil Trzciński authored
Fallback to admin KUBE_TOKEN for project clusters only See merge request gitlab-org/gitlab-ce!23527
-
Shinya Maeda authored
-
Fatih Acet authored
Fix collapsing discussion replies Closes #54646 See merge request gitlab-org/gitlab-ce!23462
-
Winnie Hellmann authored
-
Kamil Trzciński authored
Revert "Merge branch 'auto-devops-support-for-group-security-dashboard' into 'master'" See merge request gitlab-org/gitlab-ce!23530
-
Phil Hughes authored
CE Port2 of "Add empty and disabled web terminal tab" See merge request gitlab-org/gitlab-ce!23509
-
Phil Hughes authored
Update -font-size variable name See merge request gitlab-org/gitlab-ce!23519
-
Sean McGivern authored
Disable format determination based on path extension Closes #54278 See merge request gitlab-org/gitlab-ce!23454
-
Sean McGivern authored
Make docs about expect_next_instance_of consistent See merge request gitlab-org/gitlab-ce!23507
-
Fabio Busatto authored
This reverts merge request !23165
-
Stan Hu authored
Approximate table counts based on TABLESAMPLE See merge request gitlab-org/gitlab-ce!22650
-
DJ Mountney authored
For CE on dev.gitlab.org
-
Evan Read authored
Fix lack of documentation on how to fetch a snippet's content using API See merge request gitlab-org/gitlab-ce!23448
-
colinleroy authored
-
Thong Kuah authored
We do not want group level clusters to fall back to what was old behaviour for project level clusters. So instead we will not return any KUBE_TOKEN if we cannot find a suitable kubernetes_namespace for the project, in the group level cluster case. Add test cases to assert above
-
Shinya Maeda authored
-
Evan Read authored
Fix documentation for /api/v4/projects/:id/repository/archive Closes #45992 See merge request gitlab-org/gitlab-ce!23501
-
- 03 Dec, 2018 6 commits
-
-
Evan Read authored
Rollback will not work because Envoy will still fetch latest commit from the… See merge request gitlab-org/gitlab-ce!23493
-
Evan Read authored
Docs : Auto Devops migrate: add two release info See merge request gitlab-org/gitlab-ce!23500
-
GitLab Release Tools Bot authored
[ci skip]
-
Andreas Brandl authored
The numbers in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22650#note_117645395 are quite promising with that target.
-
Andreas Brandl authored
-
Andreas Brandl authored
This improves readability quite a bit.
-