- 24 Jul, 2019 40 commits
-
-
Sean McGivern authored
Increase the Review App deploy command timeout to 15 minutes Closes #64998 See merge request gitlab-org/gitlab-ce!31061
-
Grzegorz Bizon authored
Remove OAuth GitHub CI/CD project code paths See merge request gitlab-org/gitlab-ce!30716
-
Mike Greiling authored
Add projectIds to CA service See merge request gitlab-org/gitlab-ce!30894
-
Brandon Labuschagne authored
-
Marcia Ramos authored
Fix some errors in Markdown files See merge request gitlab-org/gitlab-ce!30822
-
Evan Read authored
-
Marcia Ramos authored
Better information on blocking users Closes #61255 and #53748 See merge request gitlab-org/gitlab-ce!30767
-
Evan Read authored
-
Marcia Ramos authored
Improve the Auto DevOps topic a bit See merge request gitlab-org/gitlab-ce!30721
-
Evan Read authored
-
Marcia Ramos authored
Docs: Clean up headers in markdown See merge request gitlab-org/gitlab-ce!30597
-
Marcel Amirault authored
Some markdown headers needed tweaking to adhere to standards, including blank lines above and below, only one space after hash, first header should be h1, and only one h1 per doc
-
Marcia Ramos authored
Improve code quality documentation Closes #60725 See merge request gitlab-org/gitlab-ce!30545
-
Evan Read authored
-
Marcia Ramos authored
PerhAdd documentation for Design Management feature See merge request gitlab-org/gitlab-ce!30448
-
Marcia Ramos authored
Add Go test guidelines See merge request gitlab-org/gitlab-ce!29159
-
Steve Azzopardi authored
-
Marcia Ramos authored
Improve GitLab and Docker configuration docs Closes #31379 See merge request gitlab-org/gitlab-ce!30498
-
Evan Read authored
Also make security warning more visible and improves instructions.
-
Sean McGivern authored
Add Rugged calls to performance bar See merge request gitlab-org/gitlab-ce!30983
-
Fatih Acet authored
Add "security" top-level item to group sidebar See merge request gitlab-org/gitlab-ce!30604
-
Fatih Acet authored
Add "Security & Compliance" as top-level item to the project sidebar See merge request gitlab-org/gitlab-ce!30564
-
James Lopez authored
Add support for exporting repository type data for LFS objects See merge request gitlab-org/gitlab-ce!30830
-
Luke Duncalfe authored
A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
-
Stan Hu authored
Fix incorrect web server selection parameter in init.d script Closes #64802 and #65008 See merge request gitlab-org/gitlab-ce!31076
-
Stan Hu authored
-
Sean McGivern authored
Default manual_sorting feature flag to on See merge request gitlab-org/gitlab-ce!30788
-
Rémy Coutable authored
Use knapsack to parallelize E2E tests run via package-and-qa See merge request gitlab-org/gitlab-ce!30886
-
Mark Lapierre authored
There should be no difference between jobs in package-and-qa. Review apps should also be similar but there might be differences if the runners have different resources.
-
GitLab Release Tools Bot authored
[ci skip]
-
Sanad Liaquat authored
CE port of EE branch qa-staging-61-fix-ee-project-templates-spec See merge request gitlab-org/gitlab-ce!30835
-
Kushal Pandya authored
Improving packages navigation in project sidebar [CE Backport] See merge request gitlab-org/gitlab-ce!30256
-
Lin Jen-Shin authored
Resolve "Review App debugging sometimes fail because multiple Unicorn pods exist" Closes #64996 See merge request gitlab-org/gitlab-ce!31058
-
Mohammad Alhashash authored
Environment variable USE_WEB_SERVER should have the value of the selected webserver when calling bin/web startup script. Fixes #65008
-
Grzegorz Bizon authored
Prefer `flat_map` over `map` + `flatten` in specs See merge request gitlab-org/gitlab-ce!31052
-
Peter Leitzen authored
Although `flat_map` is equivalent to `map` + `flatten(1)` (note the level 1) we can apply this same refactoring to all cases.
-
Ash McKenzie authored
Resolve "Add interactive links in the Admin Area overview" See merge request gitlab-org/gitlab-ce!29306
-
Kushal Pandya authored
Update dependency @gitlab/ui to ^5.7.1 See merge request gitlab-org/gitlab-ce!31026
-
Evan Read authored
Correct an omitted word See merge request gitlab-org/gitlab-ce!31083
-
Evan Read authored
Add notes to the docs about setting service variables for users wanting to do so from the UI See merge request gitlab-org/gitlab-ce!30863
-