Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-11Ensure that emails contain absolute, rather than relative, links to user uploadsNick Thomas
2018-01-05Copy Mermaid graphs as GFMDouwe Maan
2017-12-25Merge branch 'sh-catch-invalid-uri-markdown' into 'master'Robert Speicher
Gracefully handle garbled URIs in Markdown Closes #41442 See merge request gitlab-org/gitlab-ce!16123
2017-12-23Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ↵Rémy Coutable
'master' Resolve "Replace '.team << [user, role]' with 'add_role(user)' in specs" Closes #36782 See merge request gitlab-org/gitlab-ce!16069
2017-12-23Gracefully handle garbled URIs in MarkdownStan Hu
There are certain inputs that look like valid URIs that are accepted by URI but not Addressable::URI. Handle the case where the latter fails. Closes #41442
2017-12-22Use relative URLs when linking to uploaded filesNick Thomas
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-08Merge branch 'jprovazn-ignore-anchors' into 'master'Sean McGivern
Use prefix for TableOfContents filter hrefs Closes #38473 See merge request gitlab-org/gitlab-ce!15806
2017-12-08Use prefix for TableOfContents filter hrefsJan Provaznik
TableOfContents filter generates hrefs for each header in markdown, if the header text consists from digits and redacted symbols only, e.g. "123" or "1.0 then the auto-generated href has the same format as issue references. If the generated id contains only digits, then 'anchor-' prefix is prepended to the id. Closes #38473
2017-12-07adding view and feature specsmicael.bergeron
2017-12-07Merge branch 'ce-backport-3615' into 'master'Sean McGivern
Refactor banzai to support referencing from group context See merge request gitlab-org/gitlab-ce!15766
2017-12-07Support uploads for groupsJarka Kadlecova
2017-12-06Refactor banzai to support referencing from group contextJarka Kadlecova
2017-11-23Merge branch 'jk-group-mentions-fix' into 'master'Sean McGivern
Fix link text from group context Closes gitlab-ee#4100 See merge request gitlab-org/gitlab-ce!15565
2017-11-23Fix link text from group contextJarka Kadlecova
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-11-07Fix GFM reference links for closed milestonesVitaliy @blackst0ne Klachkov
2017-11-06Resolve "DashboardController#activity.json is slow due to SQL"Francisco Javier López
2017-11-02CE port of code changed for epicsJarka Kadlecova
2017-10-26Add path attribute to WikiFile classAhmad Sherif
Fixes #39420
2017-10-18Merge branch 'security-10-1' into '10-1-stable'Jen-Shin Lin
Security fixes for 10.1 RC See merge request gitlab/gitlabhq!2209
2017-09-22Make the "customizes the whitelist only once" spec less brittleRobert Speicher
2017-09-22Re-allow `name` attribute on user-provided anchor HTMLRobert Speicher
2017-09-20Fix rewriting issue references with group milestonesGrzegorz Bizon
2017-09-08Merge branch 'rs-issue-36104' into 'security-9-5'Douwe Maan
[9.5] Disallow the `name` attribute on all user-provided markup See merge request gitlab/gitlabhq!2166
2017-09-08Merge branch 'rs-issue-36098' into 'security-9-5'Robert Speicher
[9.5] Limit `style` attribute on `th` and `td` elements to specific properties See merge request gitlab/gitlabhq!2155
2017-09-06Space before closing braceRobert Speicher
2017-09-06Refactor TableOfContentsFilter's nested table of contentsRobert Speicher
Most of the logic is now self-contained within the `HeaderNode` class.
2017-09-06Fix indentation level in Wiki's TOC items to regard header levelAkihiro Nakashima
2017-08-07Support references to group milestonesSean McGivern
Group milestones can only be referred to by name, not IID. They also do not support cross-project references.
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Ensure all project factories use `:repository` trait or `:empty_project`Robert Speicher
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
Having two states that essentially mean the same thing is very much like having a boolean "true" and boolean "mostly-true": it's rather silly. This commit merges the "reopened" state into the "opened" state while taking care of system notes still showing messages along the lines of "Alice reopened this issue". A big benefit from having only two states (opened and closed) is that indexing and querying becomes simpler and more performant. For example, to get all the opened queries we no longer have to query both states: SELECT * FROM issues WHERE project_id = 2 AND state IN ('opened', 'reopened'); Instead we can query a single state directly, which can be much faster: SELECT * FROM issues WHERE project_id = 2 AND state = 'opened'; Further, only having two states makes indexing easier as we will only ever filter (and thus scan an index) using a single value. Partial indexes could help but aren't supported on MySQL, complicating the development process and not being helpful for MySQL.
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-24Resolve "Lazy load images on the Frontend"Tim Zallmann
2017-07-24Support both internal and external issue trackersJarka Kadlecova
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-30Improve support for external issue referencesAdam Niedzielski
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-10Use :request_store hooks on specsOswaldo Ferreira
2017-06-01Don't match email addresses or foo@bar as user referencesDouwe Maan
2017-05-24Merge branch '29852-latex-formatting' into 'master'Robert Speicher
Fix LaTeX formatting for AsciiDoc wiki Closes #29852 See merge request !11212
2017-05-24Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova
2017-05-18Catch all URI errors in ExternalLinkFilterDouwe Maan
2017-05-10Merge branch 'bvl-security-9-1-validate-urls-in-markdown-using-uri'Robert Speicher
(security-9-1) Add correct `rel` attributes to external links when rendering markdown See merge request !2097
2017-05-04Backport of multiple_assignees_feature [ci skip]Valery Sizov
2017-04-27Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern