- 01 Nov, 2018 1 commit
-
-
Drew Blessing authored
Full HA is not required in many cases. There are several options for scaling GitLab without going full HA. This documents those options so customers don't dive into HA when it's not really required.
-
- 05 Oct, 2018 39 commits
-
-
Achilleas Pipinellis authored
Merge branch 'ee-7453_document_security_and_licence_management_features_permissions-docs' into 'master' Ee 7453 document security and licence management features permissions docs See merge request gitlab-org/gitlab-ee!7758
-
Gilbert Roulot authored
-
Achilleas Pipinellis authored
Update the license docs See merge request gitlab-org/gitlab-ee!7584
-
Sean McGivern authored
Batch comments on merge requests See merge request gitlab-org/gitlab-ee!4213
-
Stan Hu authored
CE upstream - 2018-10-05 12:21 UTC See merge request gitlab-org/gitlab-ee!7814
-
Mike Greiling authored
Resolve "Show alert thresholds on dashboard" Closes #6036 See merge request gitlab-org/gitlab-ee!7538
-
Simon Knox authored
-
Bob Van Landuyt authored
-
Bob Van Landuyt authored
[master] Fix leaking private project namespace Closes gitlabhq#2708 See merge request gitlab/gitlab-ee!672
-
Sean McGivern authored
EE-port Move issue related_branches to service See merge request gitlab-org/gitlab-ee!7815
-
Robert Speicher authored
Add a new project-specific templates API endpoint (EE) See merge request gitlab-org/gitlab-ee!7776
-
Douglas Barbosa Alexandre authored
Geo: Added `All` tab in Geo Nodes > Projects See merge request gitlab-org/gitlab-ee!7745
-
Gabriel Mazetto authored
-
Felipe Artur authored
Implements a new model, DraftNote, which is related to MergeRequests only and enables to comment on a review in batches. The DraftNotes are only visible to the author until they're published at which point they become regular Notes. This also includes a DraftsController and two related services: DraftNotes::CreateService and DraftNotes::PublishService A DraftNote behaves almost identically to a Note, except has no cached markdown fields and needs to process quick action changes every time it is displayed. NOTE: THIS IS ONLY THE BACKEND CHANGES. NO FRONTEND INCLUDED
-
Kamil Trzciński authored
-
Douglas Barbosa Alexandre authored
Geo: Added a button to Admin UI > Geo Nodes to open Geo Projects screen of any secondary node Closes #7126 See merge request gitlab-org/gitlab-ee!7512
-
Gabriel Mazetto authored
-
Kamil Trzciński authored
Port to EE: Delayed jobs See merge request gitlab-org/gitlab-ee!7761
-
Shinya Maeda authored
-
Felipe Artur authored
-
Sean McGivern authored
Improve burndown chart algorithm Closes #6174 See merge request gitlab-org/gitlab-ee!7485
-
Sean McGivern authored
Merge branch '5699-enabling-disabling-features-does-not-propagate-correctly-to-geo-secondaries' into 'master' Geo - Send a cache invalidation event via the log cursor whenever features are changed on the primary Closes #5699 See merge request gitlab-org/gitlab-ee!7738
-
Phil Hughes authored
Add form to enter licenses manually Closes #5940 See merge request gitlab-org/gitlab-ee!7603
-
Felipe Artur authored
Take issues created in the middle of a milestone into account for burndown charts
-
Phil Hughes authored
Upgrade gitlab-svgs to 1.31.0 (EE-port) See merge request gitlab-org/gitlab-ee!7812
-
Grzegorz Bizon authored
Add missing unleash strategy required by some clients See merge request gitlab-org/gitlab-ee!7813
-
GitLab Bot authored
-
Kamil Trzciński authored
-
Lukas Eipert authored
Extends the License Management settings with a simple form to approve and blacklist licenses manually.
-
Winnie Hellmann authored
(cherry picked from commit 6e2b8bff)
-
Sean McGivern authored
CE upstream - 2018-10-05 09:21 UTC Closes gitlab-ce#52235 See merge request gitlab-org/gitlab-ee!7811
-
Achilleas Pipinellis authored
Fix links and Markdown. See merge request gitlab-org/gitlab-ce!22128
-
Kamil Trzciński authored
Pipeline only/except for modified paths See merge request gitlab-org/gitlab-ce!21981
-
Nick Thomas authored
-
Nick Thomas authored
This commit also refactors the existing documentation, and adds missing documentation for the Dockerfile template type.
-
Nick Thomas authored
-
Sean McGivern authored
EE needs :request_store to cache license queries - otherwise we will blow past the query limit just with `SELECT * FROM licenses` over and over.
-
Phil Hughes authored
The currentProjectId is in the main stores states So we get the currentProjectId from rootState & then pass this into the API call for file templates
-
Nick Thomas authored
-