- 26 Mar, 2019 40 commits
-
-
Achilleas Pipinellis authored
Add admin documentation for gitaly-ruby See merge request gitlab-org/gitlab-ce!26605
-
Jacob Vosmaer authored
-
Douglas Barbosa Alexandre authored
Add multiple MR assignees migration and background table population See merge request gitlab-org/gitlab-ce!26496
-
Robert Speicher authored
Bump Rugged to 0.28.1 See merge request gitlab-org/gitlab-ce!26595
-
Robert Speicher authored
Backport EE API parameters in lib/api See merge request gitlab-org/gitlab-ce!26369
-
Achilleas Pipinellis authored
Fix display of emoji in GFM docs See merge request gitlab-org/gitlab-ce!26527
-
Evan Read authored
-
Annabel Dunstone Gray authored
Upgrade bootstrap_form Gem Closes #49856 See merge request gitlab-org/gitlab-ce!26568
-
Yorick Peterse authored
GitalyClient spec: Remove the diff between CE/EE See merge request gitlab-org/gitlab-ce!26610
-
Achilleas Pipinellis authored
Docs: Add automatic redirects to last batch of moved files See merge request gitlab-org/gitlab-ce!25904
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Edit wiki notes See merge request gitlab-org/gitlab-ce!26452
-
Evan Read authored
-
Annabel Dunstone Gray authored
Untangle Markdown/Diffs/Notes CSS mess See merge request gitlab-org/gitlab-ce!26493
-
Nick Thomas authored
Show statistics also when repository is disabled Closes #59390 See merge request gitlab-org/gitlab-ce!26509
-
Zeger-Jan van de Weg authored
-
Mike Greiling authored
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26545
-
Winnie Hellmann authored
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f)
-
Achilleas Pipinellis authored
Fix and improve Gitaly TLS documentation See merge request gitlab-org/gitlab-ce!26488
-
Jacob Vosmaer authored
-
Achilleas Pipinellis authored
Docs: Add IP range info Closes #58257 See merge request gitlab-org/gitlab-ce!26447
-
Cynthia Ng authored
-
Achilleas Pipinellis authored
Added no efs mention to repo storage path and AWS See merge request gitlab-org/gitlab-ce!25610
-
Sara Ahbabou authored
-
Phil Hughes authored
Removes EE differences for issues.scss Closes gitlab-ee#10655 See merge request gitlab-org/gitlab-ce!26583
-
Mike Lewis authored
Remove redundant "Type of issue" heading See merge request gitlab-org/gitlab-ce!26023
-
Victor Zagorodny authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
We need this to be able to distinguish between Markdown tables and diff tables.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
When https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4765 was created, comments were wrapped in `.note-text`, while Markdown previews were wrapped in `.md.md-preview-holder`. Both `.note-text` and `.md` included the `md-typography` mixin, but for some reason the bulleted list styling had previously been only under `.note-text`, rather than `md-typography`. It could've been moved there, but instead was moved to a new `bulleted-list` mixin that now became included by both `.md.md-preview-holder` and `.note-text`. Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162, comments have also been wrapped in `.md`, which means we only need to define these bulleted list styles there! Similarly, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10909 added table styling to `.md`, `.note-text`, and `.wiki` through the `markdown-table` mixin. https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25666 removed it from `.note-text`, since all `.note-text` elements already have `.md` too, and copied some of the styling from this mixin into the `md-typography` mixin which was used by both `.md` and `.wiki`. As of an earlier commit in this MR, `.wiki` is gone, which means we only still need it under `.md`.
-
Rémy Coutable authored
Rename GitTagPushService and GitPushService to be more consistent See merge request gitlab-org/gitlab-ce!26547
-
Douwe Maan authored
Before, the styling for `img:not(.emoji)`` was repeated between `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown preview), `.documentation.wiki` (for help pages), and `.issuable-details .description .wiki` (for MR and issue descriptions). In these places, we now simply use `.md`. Wherever we use `.md` but don't want this image styling (like wikis and blobs), `.md-file` is added.
-
Yorick Peterse authored
Force to recreate all diffs on import Closes #59353 See merge request gitlab-org/gitlab-ce!26480
-
Achilleas Pipinellis authored
Docs: Add missing redirects to /workflow and /articles docs See merge request gitlab-org/gitlab-ce!25800
-