summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-273-2/+32
| |\ \ \ \ \
| * | | | | | Fix specsDouwe Maan2015-10-221-4/+4
| | | | | | |
| * | | | | | Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan2015-10-211-3/+28
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into rs-redactor-filterDouwe Maan2015-10-146-1/+176
| |\ \ \ \ \ \ \
| * | | | | | | | Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-141-3/+3
| | | | | | | | |
* | | | | | | | | Block LDAP user when they are no longer found in the LDAP serverDrew Blessing2015-12-081-0/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov2015-12-071-6/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add added, modified and removed properties to commit object in webhook https://gitlab.com/gitlab-org/gitlab-ee/issues/20 See merge request !1988
| * | | | | | | Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-041-6/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Use URL helpers in specsDouwe Maan2015-12-032-7/+11
| | | | | | |
* | | | | | | Allow invalid URLs in closing patternDouwe Maan2015-12-021-0/+49
| | | | | | |
* | | | | | | Merge branch 'master' into link-refsDouwe Maan2015-12-021-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | fix specsrails_update_to_4_2Valery Sizov2015-11-301-3/+3
| | | | | | |
* | | | | | | Satisfy RubocopDouwe Maan2015-12-022-2/+2
| | | | | | |
* | | | | | | Pick up direct links to issues/MRs as references.Douwe Maan2015-12-017-41/+145
| | | | | | |
* | | | | | | Autolink first so we don't pick up numeric anchors as issue references.Douwe Maan2015-12-015-87/+87
| | | | | | |
* | | | | | | Render commit reference using short sha, but include full sha in comment.Douwe Maan2015-12-012-4/+4
| | | | | | |
* | | | | | | Fix specsDouwe Maan2015-11-302-3/+1
| | | | | | |
* | | | | | | Recognize commit range with named refs in compare URLs.Douwe Maan2015-11-301-5/+6
| | | | | | |
* | | | | | | Recognize issue/MR/snippet/commit links as references.Douwe Maan2015-11-305-3/+158
| | | | | | |
* | | | | | | Render commit range reference with short shas, link to full shas.Douwe Maan2015-11-301-3/+4
|/ / / / / /
* | | | | | Added total query time to Sherlocksherlock-total-query-timeYorick Peterse2015-11-241-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it easier to see if a problem is caused by slow queries or slow Ruby code (unrelated to any SQL queries that might be used).
* | | | | | Update required version of lfs client and separate the docs for users and ↵required_version_and_docs_updateMarin Jankovski2015-11-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | admins.
* | | | | | Merge branch 'lfs-batch-download' into 'master' Marin Jankovski2015-11-201-215/+330
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add support for batch download operation - Drops Accept for all download requests, - Allows to do batch download for public projects and non-authorized users - Returns 501 for legacy API with message to upgrade the client /cc @marin @jacobvosmaer @yorickpeterse See merge request !1842
| * | | | | | Error 501 when client is using deprecated API.Marin Jankovski2015-11-201-146/+34
| | | | | | |
| * | | | | | Fix upload tests, reformat code and make rubocop happyKamil Trzcinski2015-11-201-120/+109
| | | | | | |
| * | | | | | Part of tests done [ci skip]Kamil Trzcinski2015-11-201-93/+322
| | | | | | |
| * | | | | | Add support for batch download operationlfs-batch-downloadKamil Trzcinski2015-11-191-8/+17
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'ci-yaml-validation' into 'master' Kamil Trzciński2015-11-191-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commits without .gitlab-ci.yml are marked as skipped - Commits without .gitlab-ci.yml are marked as skipped - Save detailed error when YAML syntax This also fixes: #3521 #3546 /cc @jacobvosmaer See merge request !1827
| * | | | | | Commits without .gitlab-ci.yml are marked as skippedKamil Trzcinski2015-11-191-1/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | - Save detailed error when YAML syntax
* | | | | | Merge branch 'emoji_votes' into 'master' Dmitriy Zaporozhets2015-11-191-188/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Award Emoji This it first iteration of award emoji feature. We have plan to extend emoji picker by the next release. For now, you can add award by clicking to the emoji picker or posting a regular comment with emoji like ":+1:" and any other. You can post not only emoji that listed in the emoji picker. See merge request !1825
| * | | | | award emojiValery Sizov2015-11-191-188/+0
| | | | | |
* | | | | | Fix UNION syntax for MySQLYorick Peterse2015-11-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Apparently MySQL doesn't support this syntax: (...) UNION (...) instead it only supports: ... UNION ...
* | | | | | Added Gitlab::SQL::Union classYorick Peterse2015-11-181-0/+16
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This class can be used to join multiple AcitveRecord::Relation objects together using a SQL UNION statement. ActiveRecord < 5.0 sadly doesn't support UNION and existing Gems out there don't handle prepared statements (e.g. they never incremented the variable bindings).
* | | | | Add support for git lfs.lfsMarin Jankovski2015-11-161-0/+650
| | | | |
* | | | | Move spec to proper place and fix unused variablerefactor-complex-methodsDmitriy Zaporozhets2015-11-131-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-0/+82
| | | | |
* | | | | Change artifacts syntax to allow uploading untracked filesKamil Trzcinski2015-11-101-5/+18
| | | | |
* | | | | Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* | | | | Track the amount of times views are renderedYorick Peterse2015-11-091-0/+57
| | | | |
* | | | | Fixed Hash key style in Sherlock::Query specYorick Peterse2015-11-091-1/+1
| | | | |
* | | | | Added specs and source documentation for SherlockYorick Peterse2015-11-098-0/+639
| | | | |
* | | | | Merge branch 'web_hook_repo_changes'Valery Sizov2015-11-031-0/+6
|\ \ \ \ \
| * | | | | Add added, modified and removed properties to commit object in webhookweb_hook_repo_changesValery Sizov2015-11-031-0/+6
| | | | | |
* | | | | | Fix testsonly-syntaxKamil Trzcinski2015-11-031-15/+11
| | | | | |
* | | | | | Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-79/+224
|/ / / / /
* | | | | Merge branch 'rs-dev-issue-2613' into 'master' Douwe Maan2015-11-021-10/+91
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add custom protocol whitelisting to SanitizationFilter Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2613 We allow any protocol for autolinks: irc://irc.freenode.net/git But manual Markdown links with the same protocol get sanitized: `[This will not be clickable](irc://irc.freenode.net/git)`: [This will not be clickable](irc://irc.freenode.net/git) To get around this we have to first allow *all* protocols, and then manually clean dangerous (i.e., `javascript:`) protocols. See merge request !1496
| * | | | Add custom protocol whitelisting to SanitizationFilterrs-dev-issue-2613Robert Speicher2015-10-011-10/+91
| | | | | | | | | | | | | | | | | | | | Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2613
* | | | | Merge branch 'dirceu/gitlab-ce-fix-project-search-with-unmatched-parentheses'Douwe Maan2015-10-251-2/+2
|\ \ \ \ \
| * | | | | Fix issue #3055 (project search with unmatched parentheses)dirceu/gitlab-ce-fix-project-search-with-unmatched-parenthesesDirceu Pereira Tiegs2015-10-211-2/+2
| | |_|/ / | |/| | |
* | | | | Add spec for cloning Wiki over HTTPStan Hu2015-10-221-0/+16
| | | | |