- 26 Mar, 2019 31 commits
-
-
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`.
-
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.
-
Phil Hughes authored
Removes EE differences for wells.scss Closes gitlab-ee#10568 See merge request gitlab-org/gitlab-ce!26585
-
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
-
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
-
Sean McGivern authored
Enrich commits with full data in CommitCollection Closes #58805 See merge request gitlab-org/gitlab-ce!26445
-
Ramya Authappan authored
Fix url property format in urls.yml file See merge request gitlab-org/gitlab-ce!26484
-
Grzegorz Bizon authored
Clear pipeline status cache after destruction of pipeline Closes #59453 See merge request gitlab-org/gitlab-ce!26575
-
Phil Hughes authored
Resolve "Extended tooltip for merge request links" Closes #54916 See merge request gitlab-org/gitlab-ce!25221
-
Phil Hughes authored
Replace environments dropdown with gitlab ui dropdown See merge request gitlab-org/gitlab-ce!26386
-
Phil Hughes authored
Removes EE differences for milestone.scss See merge request gitlab-org/gitlab-ce!26558
-
Kushal Pandya authored
Stylelints for duplicate selectors and using BS4 classes See merge request gitlab-org/gitlab-ce!26409
-
Tim Zallmann authored
DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules
-
Stan Hu authored
`project.pipeline_status.has_status?` is cached, which can lead to Error 500s in the UI if the this condition is used to check whether a pipeline exists for a commit. We now expire the cache to ensure that the information is consistent. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59453
-
Evan Read authored
Docs: Improve add existing cluster section See merge request gitlab-org/gitlab-ce!26266
-
Thong Kuah authored
We are mentioning the commands needed to obtain these fields twice. Merge them into the single place. - For API URL we only had the command at the bottom so move this up. - For CA certificate, we already have the command at the top of the section - For Token, we already have an similar command at the top of the section
-
Sanad Liaquat authored
Also update arrivalRate to a max of 100
-
Heinrich Lee Yu authored
Makes discussion expansion depend on `discussion.expanded`
-
Fatih Acet authored
Update spinners in group list component Closes #52366 See merge request gitlab-org/gitlab-ce!26572
-
Douglas Barbosa Alexandre authored
Update frontend-specific files in reviewer roulette See merge request gitlab-org/gitlab-ce!26566
-
Fatih Acet authored
Unify behaviour of 'Copy commit SHA to clipboard' on job view Closes #58343 See merge request gitlab-org/gitlab-ce!25829
-
Dennis Tang authored
-
- 25 Mar, 2019 9 commits
-
-
Luke Duncalfe authored
-
Mike Greiling authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Mark Lapierre authored
Refactor create merge request test suite See merge request gitlab-org/gitlab-ce!26499
-
Walmyr authored
Also, make both `it` statments part of the same `describe`. Finally, remove duplication of strings by defining variables and re-using them.
-
Mike Greiling authored
-
Marcia Ramos authored
Add ssot link to security reviews documentation See merge request gitlab-org/gitlab-ce!26291
-
James Ritchey authored
-
Filipa Lacerda authored
-