summaryrefslogtreecommitdiff
path: root/spec/javascripts/fixtures/static
Commit message (Collapse)AuthorAgeFilesLines
* Move all static fixtures to static directoryWinnie Hellmann2019-04-254-0/+445
|
* Delete static_fixtures.rb for static HAML fixturesWinnie Hellmann2019-04-111-0/+15
|
* Merge branch 'dm-md-css' into 'master'Annabel Dunstone Gray2019-03-261-1/+1
|\ | | | | | | | | Untangle Markdown/Diffs/Notes CSS mess See merge request gitlab-org/gitlab-ce!26493
| * Remove .wiki and @md-typography mixin in favor of .md and .md-fileDouwe Maan2019-03-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-2621-0/+0
|/ | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-2221-0/+0
| | | This reverts merge request !26430
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-2121-0/+0
| | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
* Remove static HAML fixtures from frontend testing guideWinnie Hellmann2019-03-191-0/+3
|
* Remove static JavaScript HAML fixturesWinnie Hellmann2019-03-1921-0/+367
Replace all HAML fixtures with the generated HTML files.