- 26 Mar, 2019 40 commits
-
-
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`.
-
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.
-
GitLab Bot authored
-
Phil Hughes authored
Removes EE differences for wells.scss Closes gitlab-ee#10568 See merge request gitlab-org/gitlab-ce!26585
-
GitLab Bot authored
-
Rémy Coutable authored
Docs: Fix redirected link to be more direct Closes #58620 See merge request gitlab-org/gitlab-ce!26081
-
Marcel Amirault authored
-
GitLab Bot authored
-
Fatih Acet authored
Port of 51988-install-group-runner-on-group-cluster to EE See merge request gitlab-org/gitlab-ee!10415
-
Tiger Watson authored
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
-
Fatih Acet authored
Support installing Group runner on group-level cluster Closes #51988 See merge request gitlab-org/gitlab-ce!26260
-
Tiger Watson authored
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
-
Phil Hughes authored
Expand resolved discussion when linking to a comment in the discussion Closes #59352 See merge request gitlab-org/gitlab-ce!26483
-
Phil Hughes authored
[EE-port] Expand resolved discussion when linking to a comment in the discussion See merge request gitlab-org/gitlab-ee!10378
-
GitLab Bot authored
-
Sean McGivern authored
Enrich commits with full data in CommitCollection Closes #58805 See merge request gitlab-org/gitlab-ce!26445
-
Sean McGivern authored
Enrich commits with full data in CommitCollection (EE) Closes gitlab-ce#58805 See merge request gitlab-org/gitlab-ee!10359
-
GitLab Bot authored
-
Ramya Authappan authored
Fix url property format in urls.yml file See merge request gitlab-org/gitlab-ce!26484
-
Grzegorz Bizon authored
Move EE-specific code in destroy_pipeline_service_spec.rb See merge request gitlab-org/gitlab-ee!10418
-
Grzegorz Bizon authored
Clear pipeline status cache after destruction of pipeline Closes #59453 See merge request gitlab-org/gitlab-ce!26575
-
Lin Jen-Shin authored
Introduce the Insights controllers Closes #10421 and #9867 See merge request gitlab-org/gitlab-ee!9776
-
GitLab Bot authored
-
Phil Hughes authored
Resolve "Extended tooltip for merge request links" Closes #54916 See merge request gitlab-org/gitlab-ce!25221
-
Phil Hughes authored
Ee 54916 extended tooltip for merge request links See merge request gitlab-org/gitlab-ee!9859
-
Sam Bigelow authored
- Show pipeline status, title, MR Status and project path - Popover attached to gitlab flavored markdown everywhere, including: + MR/Issue Title + MR/Issue description + MR/Issue comments + Rendered markdown files
-
Phil Hughes authored
Extract Components to Reuse in Other Dashboards See merge request gitlab-org/gitlab-ee!10348
-
Andrew Fontaine authored
Pulls out the components for alerts, project search, project pipelines, and a new one for time stamps.
-
GitLab Bot authored
-
Phil Hughes authored
Replace environments dropdown with gitlab ui dropdown See merge request gitlab-org/gitlab-ce!26386
-
Phil Hughes authored
Change environments dropdown to use gitlab-ui See merge request gitlab-org/gitlab-ee!10354
-
Phil Hughes authored
Removes EE differences for milestone.scss See merge request gitlab-org/gitlab-ce!26558
-
Phil Hughes authored
EE: Removes EE differences for milestone.scss Closes #10648 See merge request gitlab-org/gitlab-ee!10412
-
GitLab Bot authored
-
Kushal Pandya authored
Stylelints for duplicate selectors and using BS4 classes See merge request gitlab-org/gitlab-ce!26409
-