summaryrefslogtreecommitdiff
path: root/spec/features/atom
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-4/+4
|
* Export assigned issues in iCalendar feedImre Farkas2018-05-314-19/+18
|
* Fixed dashboard filtering testsJan Provaznik2018-04-031-4/+13
|
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
|
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-224-5/+5
|
* Remove authentication using user.private_tokenDouwe Maan2017-11-024-8/+16
|
* Fix Error 500s when viewing user or group Atom feedsStan Hu2017-08-211-0/+6
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-023-4/+4
|
* Use `empty_project` where possible in spec/features/atomRobert Speicher2017-07-274-5/+5
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-274-4/+4
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into rs-sign_inRobert Speicher2017-07-061-3/+6
|\
| * Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-4/+4
| |
* | Auto-correct ProjectPathHelper violationsRobert Speicher2017-07-061-7/+4
| |
* | Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-291-1/+1
|/
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-213-10/+10
|
* Change `login_with` uses to `gitlab_sign_in`Robert Speicher2017-06-191-1/+1
| | | | Change single `login_via` use to `gitlab_sign_in_via`
* use full caps RSS instead of rssAlexis Reigel2017-05-244-4/+4
|
* atom links with rss token instead of private tokenAlexis Reigel2017-05-244-10/+46
|
* [Multiple issue assignees] Fix issue atom feedValery Sizov2017-05-051-2/+4
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-7/+7
|
* Pull preserve into render helpersDouwe Maan2017-04-281-1/+1
|
* Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable2017-03-202-11/+15
| | | | | | Only show public emails in atom feeds See merge request !2066
* Use native unicode emojisEric Eastwood2017-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | - gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
* Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0Robert Speicher2017-02-271-1/+1
|\ | | | | | | | | | | | | Fix inline comment images by removing wrapper #20890 Closes #20890 See merge request !5804
| * Fix inline comment images by removing wrapper #20890Jared Deckard2016-08-131-1/+1
| |
* | Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-233-8/+8
| | | | | | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* | Prefer leading style for Style/DotPositionDouwe Maan2017-02-233-8/+8
| |
* | Enable Style/ColonMethodCallDouwe Maan2017-02-232-3/+3
| |
* | Issues atom feed url reflect filters on dashboard22947-fix_issues_atom_feed_urlLucas Deschamps2016-11-032-1/+39
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Add RTL support to markdown rendererEbrahim Byagowi2016-10-161-1/+1
|/
* fixes part1 of files to start using active tensetiagonbotelho2016-08-093-11/+11
|
* Wrap images in divs with Banzai and limit max-height.image-sizingConnor Shea2016-06-271-1/+1
| | | | | | Add max-height to prevent images from displaying larger than the provided screen size. Also fix a failing test and add a new one.
* Apply reviewer notes: update CHANGELOG, adjust code formattingAlexander Matyushentsev2016-06-131-6/+6
|
* Move issue rendering tests into separate contextsAlexander Matyushentsev2016-06-131-21/+37
|
* Add more information into RSS fead for issuesAlexander Matyushentsev2016-06-131-9/+26
|
* Wrap images in discussions and wikis with a link to the image source using ↵connorshea2016-04-041-1/+1
| | | | | | | | ImageLinkFilter. Resolves #14411. See merge request !3464
* Move CI admin builds and runners specs to correct directory [ci skip]Kamil Trzcinski2015-12-142-133/+0
|
* Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-142-0/+133
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Project migrate - This doesn't migrate: allow_git_fetch, coverage_regex, timeout. Since this are project configuration settings I would propose to migrate them to `.gitlab-ci.yml`. - This requires offline migrations. - It simplifies database models making all CI objects to be attached to: Project. - It removes Ci::Project, but makes /ci/projects working by adding method: Project.find_by_ci_id for backward compatibility (badges, triggers). - We should add default `timeout` to Application Settings. - It misses specs. - It is based on ci-services-migrate for now. - It removes CI events. - It removes administrator CI projects overview. - It removes CI application settings. In 8.4 or 8.5 we can remove redundant tables and columns. See merge request !1987
| * Migrate CI::Project to ProjectKamil Trzcinski2015-12-112-0/+133
| |
* | Revert "Merge branch 'remove-redcloth' into 'master' "revert-2037Douwe Maan2015-12-111-1/+1
|/ | | | | This reverts commit e426c027b0a2a3aa0dea1d833008f2bfd814f483, reversing changes made to c3676aa156981092b7f03f1a3e74bb819cfa2fc3.
* Fix specremove-redclothDouwe Maan2015-12-091-1/+1
|
* Use new routing helperDouwe Maan2015-09-081-2/+2
|
* Fix Style/AlignHash cop violationsStan Hu2015-06-221-6/+13
|
* Merge branch 'atom-xhtml-squashed' into 'master'Douwe Maan2015-03-171-2/+25
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix invalid Atom feeds when using emoji, horizontal rules, or images This is a fix for issues #880, #723, #1113. Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like *img* and *hr* are not terminated and make the Atom XML invalid. Such tags are generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images. To pass this option through from the relevant Haml templates to the proper place in the `gfm()` method, a new method `gfm_with_options()` is introduced. It reuses the options dictionary passed to `markdown()` and interprets options `xhtml` and `parse_tasks` from it (the latter was a convenient replacement for `gfm_with_tasks()`). `xhtml` is already interpreted by Redcarpet::Render::HTML, but that alone was not sufficient, because the post-processing in `gfm()` would convert its XHTML tags back to HTML. I found no way of passing additional optional options to the existing `gfm()` method without requiring updates to existing callers and without getting in the way of the existing optional arguments, but maybe someone who knows more about Ruby than I can think of one. Thorough review appreciated since this is the first time I have used Ruby. See merge request !344
| * Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther2015-03-161-2/+25
| | | | | | | | Fixes issues #880, #723, #1113: Markdown must be rendered to XHTML, not HTML, when generating summary content for Atom feeds. Otherwise, content-less tags like <img> and <hr>, generated when issue descriptions, merge request descriptions, comments, or commit messages use emoji, horizontal rules, or images, are not terminated and make the Atom XML invalid.
* | Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-3/+3
|/ | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Even more hound fixesJeroen van Baarsen2015-02-124-29/+40
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-124-18/+18
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix random failing testDmitriy Zaporozhets2015-01-271-1/+1
|
* make sure the user.name is escapedJeroen van Baarsen2015-01-041-2/+7
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>