summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix-branch-errors-with-encoded-slashes' into 'master'Douwe Maan2015-08-061-0/+10
|\
| * Fix "Network" and "Graphs" pages for branches with encoded slashesStan Hu2015-08-021-0/+10
* | Merge branch 'drop-satellites'Dmitriy Zaporozhets2015-08-053-224/+4
|\ \
| * | Improve tests to use real branches in merge requestsDmitriy Zaporozhets2015-08-041-4/+4
| * | Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-042-0/+17
| |\ \ | | |/
| * | Remove satellitesDmitriy Zaporozhets2015-07-152-220/+0
* | | Revert "Update noteable after a new note is added"revert_touchValery Sizov2015-08-051-4/+0
| |/ |/|
* | Add spec to RelativeLinkFilter for Unicode filenamesRobert Speicher2015-07-301-0/+16
* | GoogleCode importer: Do not care about casing of image file extensionsSven Strickroth2015-07-201-0/+1
|/
* Extract the longest-matching ref from a commit path when multiple matches occurStan Hu2015-07-011-2/+9
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-2315-103/+145
|\
| * Fix Gitlab::OAuth::User specrs-rspec3Robert Speicher2015-06-221-37/+48
| * Change `to_not` calls to `not_to`Robert Speicher2015-06-225-10/+10
| * Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-223-4/+4
| * Update mock and stub syntax for specsRobert Speicher2015-06-228-53/+84
* | Fix Style/IndentationWidth cop violationsStan Hu2015-06-223-5/+5
* | Fix Style/CaseIndentation cop violationsStan Hu2015-06-221-10/+10
* | Fix Style/AlignHash cop violationsStan Hu2015-06-222-6/+15
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-2211-76/+84
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-226-10/+10
* | Fix Style/TrailingBlankLines cop violationsRobert Speicher2015-06-222-3/+0
* | Fix Style/IndentationConsistency cop violationsRobert Speicher2015-06-221-3/+1
* | Remove unnecessary whitespace between let and (Dmitriy Zaporozhets2015-06-222-2/+2
|/
* Add init test for ProjectSearchResultsStan Hu2015-06-181-0/+23
* Fix behavior of ldap_person method in Gitlab::OAuth::UserAlex Lossent2015-06-171-46/+56
* Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets2015-06-151-0/+51
|\
| * Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher2015-06-131-0/+51
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-06-142-10/+10
|\ \
| * | Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-132-9/+9
| * | Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher2015-06-131-1/+1
| |/
* | Merge pull request #9340 from jvanbaarsen/update-noteableDmitriy Zaporozhets2015-06-141-0/+4
|\ \ | |/ |/|
| * Update noteable after a new note is addedJeroen van Baarsen2015-06-051-0/+4
* | Merge branch 'cernvcs/gitlab-ce-feature/auto_link_ldap_omniauth'Douwe Maan2015-06-051-12/+154
|\ \
| * | Add option to automatically link omniauth and LDAP identitiesAlex Lossent2015-06-031-12/+154
* | | Merge branch 'rs-remove-guard' into 'master'Dmitriy Zaporozhets2015-06-041-1/+0
|\ \ \
| * | | Remove unnecessary require from RepositoryCache specRobert Speicher2015-06-041-1/+0
| |/ /
* | | Merge branch 'fix-upgrader-script' into 'master'Dmitriy Zaporozhets2015-06-041-0/+15
|\ \ \ | |/ / |/| |
| * | Update mocking/stubbing syntax to the new RSpec 3 syntaxMartins Polakovs2015-05-301-1/+1
| * | Fix upgrader scriptMartins Polakovs2015-05-231-0/+15
* | | Merge branch 'ignore-references' into 'master'Dmitriy Zaporozhets2015-06-021-0/+24
|\ \ \
| * | | Ignore references in blockquotes.Douwe Maan2015-06-021-0/+4
| * | | Actually ignore references in code blocks etc.Douwe Maan2015-06-021-0/+20
| | |/ | |/|
* | | Further limit the limited whitelist for project/group descriptionsrs-more-nofollowRobert Speicher2015-06-021-2/+17
* | | Rename ReferenceFilterSpecHelper to FilterSpecHelperRobert Speicher2015-06-0214-27/+15
* | | Add a `pipeline` context option for SanitizationFilterRobert Speicher2015-06-021-0/+14
|/ /
* | Add ExternalLinkFilter to Markdown pipeliners-dont-follow-meRobert Speicher2015-05-271-0/+33
* | Fix ClosingIssueExtractor specsRobert Speicher2015-05-261-5/+5
* | Make use of to_reference in more specsRobert Speicher2015-05-262-37/+37
* | Support only double quotes for multi-word label referencesRobert Speicher2015-05-261-40/+14
* | Use `to_reference` in reference filter specsRobert Speicher2015-05-268-92/+82