summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Update mock and stub syntax for specsRobert Speicher2015-06-228-53/+84
* 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
* | Update CommitRange#to_reference to use full SHAsRobert Speicher2015-05-261-2/+1
* | Merge branch 'rs-issue-1690' into 'master'Dmitriy Zaporozhets2015-05-261-0/+7
|\ \
| * | Better handle label references that aren't actually referencesrs-issue-1690Robert Speicher2015-05-251-0/+7
| |/
* | Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu2015-05-222-36/+1
|/
* Subclass TaskList::Filter to fix a bugrs-issue-1645Robert Speicher2015-05-201-0/+14
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-1/+1
* Rename MarkdownHelper to MarkupHelperJakub Jirutka2015-05-181-7/+7
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-182-1/+72
* Minor RelativeLinkFilter cleanuprs-relative-link-filterRobert Speicher2015-05-131-68/+63
* Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets2015-05-131-11/+3
|\
| * Fix GitAccess.text-batch-1Douwe Maan2015-05-131-11/+3
* | Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets2015-05-131-0/+120
|\ \ | |/ |/|
| * Add spec for RelativeLinkFilterJakub Jirutka2015-05-121-0/+120
* | Don't accidentally unblock auto created users from Active Directory.ad-block_auto_created_usersDouwe Maan2015-05-121-4/+23
|/
* Remove class and id attributes from SanitizationFilter whitelistrs-disallow-id-classRobert Speicher2015-05-081-5/+15
* Merge pull request #8756 from zaburt/force_utf8_on_oauth_propertiesDmitriy Zaporozhets2015-05-031-28/+83
|\
| * add common method to force utf8 and force oauth properties to be utf8Onur Küçük2015-05-031-28/+83
* | Add Project#get_issueRobert Speicher2015-04-301-4/+4
* | Autolink short URLsRobert Speicher2015-04-301-0/+8
* | Add jira_project project factoryRobert Speicher2015-04-301-18/+1
* | Add Gitlab::Markdown::SanitizationFilterRobert Speicher2015-04-301-0/+81
* | Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-301-0/+98