- 17 Jan, 2019 40 commits
-
-
GitLab Bot authored
-
Andreas Brandl authored
Port to EE: Cleanup legacy artifact background migration Closes gitlab-ce#46866 See merge request gitlab-org/gitlab-ee!9106
-
Annabel Dunstone Gray authored
Resolve "Remove expansion hover animation from status icon buttons" Closes #42769 See merge request gitlab-org/gitlab-ce!24268
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Refactor "Allow edits from maintainers in forks" docs See merge request gitlab-org/gitlab-ce!24426
-
Rémy Coutable authored
Fix EE codebase after refactoring github repository import Closes #9256 and #9257 See merge request gitlab-org/gitlab-ee!9211
-
Achilleas Pipinellis authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Lin Jen-Shin authored
Resolve "Duplicate Maven result should be hidden" Closes #9047 See merge request gitlab-org/gitlab-ee!9151
-
GitLab Bot authored
-
Andreas Brandl authored
Improve MilestonesFinder to accept project and group relations Closes #47988 See merge request gitlab-org/gitlab-ce!24325
-
Lin Jen-Shin authored
Show CI artifacts size with 3 significant digits Closes #56363 See merge request gitlab-org/gitlab-ce!24387
-
Vladimir Shushlin authored
-
Phil Hughes authored
Change width of .dropdown-menu-toggle to 160px See merge request gitlab-org/gitlab-ce!24391
-
GitLab Bot authored
-
Phil Hughes authored
Moves index page of feature flags completely to Vue See merge request gitlab-org/gitlab-ee!9155
-
Filipa Lacerda authored
-
Rémy Coutable authored
Backport github import fix from EE See merge request gitlab-org/gitlab-ce!24462
-
GitLab Bot authored
-
Phil Hughes authored
Update issue template with user journey, persona label additions, and clarification between success metrics and acceptance criteria See merge request gitlab-org/gitlab-ee!9186
-
Dimitrie Hoekstra authored
Update issue template with user journey, persona label additions, and clarification between success metrics and acceptance criteria
-
Phil Hughes authored
Update issue template with user journey, persona label additions, and clarification between success metrics and acceptance criteria See merge request gitlab-org/gitlab-ce!24428
-
Dimitrie Hoekstra authored
Update issue template with user journey, persona label additions, and clarification between success metrics and acceptance criteria
-
Nathan Friend authored
The expansion hover animation caused a number of layout headaches; this commit removes the animation and replaces them with hover/active/focus styles. Related issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/42769
-
GitLab Bot authored
-
Kamil Trzciński authored
Conditionally initialize the global opentracing tracer See merge request gitlab-org/gitlab-ce!24186
-
Sanad Liaquat authored
Fix the Epic QA test Closes gitlab-qa#364 See merge request gitlab-org/gitlab-ee!9194
-
Dmitriy Zaporozhets authored
For codebase consistency Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kushal Pandya authored
Security Dashboard: Recursively retrieve all projects Closes #9247 See merge request gitlab-org/gitlab-ee!9205
-
GitLab Bot authored
-
Lukas Eipert authored
Per default the project API just returns 20 projects. Now we retrieve a hundred projects per call. If the group has more than a 100 projects, it will fetch the next pages as well.
-
Lin Jen-Shin authored
Retry Node QA jobs See merge request gitlab-org/gitlab-ce!24438
-
Sean McGivern authored
Upgrade Gitaly to 1.13.0 See merge request gitlab-org/gitlab-ce!24429
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Fix text and markdown See merge request gitlab-org/gitlab-ee!9203
-
Achilleas Pipinellis authored
Fix text and markdown See merge request gitlab-org/gitlab-ce!24446
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
API for importing external repos Closes #52636 See merge request gitlab-org/gitlab-ce!22809
-
Ben authored
-
Andrew Newdigate authored
This change will instantiate an OpenTracing tracer and configure it as the global tracer when the GITLAB_TRACING environment variable is configured. GITLAB_TRACING takes a "connection string"-like value, encapsulating the driver (eg jaeger, etc) and options for the driver. Since each service, whether it's written in Ruby or Golang, uses the same connection-string, it should be very easy to configure all services in a cluster, or even a single development machine to be setup to use tracing. Note that this change does not include instrumentation or propagation changes as this is a way of breaking a previous larger change into components. The instrumentation and propagation changes will follow in separate changes.
-