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
path: root/spec/lib
AgeCommit message (Expand)Author
2015-06-22Update mock and stub syntax for specsRobert Speicher
2015-06-18Add init test for ProjectSearchResultsStan Hu
2015-06-17Fix behavior of ldap_person method in Gitlab::OAuth::UserAlex Lossent
2015-06-15Merge branch 'rs-dev-issue-2228' into 'master'Dmitriy Zaporozhets
2015-06-14Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets
2015-06-14Merge pull request #9340 from jvanbaarsen/update-noteableDmitriy Zaporozhets
2015-06-14Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher
2015-06-14Change `foo.should_not` syntax to `expect(foo).not_to` in specsRobert Speicher
2015-06-14Add Gitlab::Themes module; remove Gitlab::ThemeRobert Speicher
2015-06-05Update noteable after a new note is addedJeroen van Baarsen
2015-06-05Merge branch 'cernvcs/gitlab-ce-feature/auto_link_ldap_omniauth'Douwe Maan
2015-06-04Merge branch 'rs-remove-guard' into 'master'Dmitriy Zaporozhets
2015-06-04Merge branch 'fix-upgrader-script' into 'master'Dmitriy Zaporozhets
2015-06-04Remove unnecessary require from RepositoryCache specRobert Speicher
2015-06-03Add option to automatically link omniauth and LDAP identitiesAlex Lossent
2015-06-02Merge branch 'ignore-references' into 'master'Dmitriy Zaporozhets
2015-06-02Further limit the limited whitelist for project/group descriptionsRobert Speicher
2015-06-02Rename ReferenceFilterSpecHelper to FilterSpecHelperRobert Speicher
2015-06-02Add a `pipeline` context option for SanitizationFilterRobert Speicher
2015-06-02Ignore references in blockquotes.Douwe Maan
2015-06-02Actually ignore references in code blocks etc.Douwe Maan
2015-05-30Update mocking/stubbing syntax to the new RSpec 3 syntaxMartins Polakovs
2015-05-27Add ExternalLinkFilter to Markdown pipelineRobert Speicher
2015-05-26Fix ClosingIssueExtractor specsRobert Speicher
2015-05-26Make use of to_reference in more specsRobert Speicher
2015-05-26Support only double quotes for multi-word label referencesRobert Speicher
2015-05-26Use `to_reference` in reference filter specsRobert Speicher
2015-05-26Update CommitRange#to_reference to use full SHAsRobert Speicher
2015-05-26Merge branch 'rs-issue-1690' into 'master'Dmitriy Zaporozhets
2015-05-25Better handle label references that aren't actually referencesRobert Speicher
2015-05-23Fix upgrader scriptMartins Polakovs
2015-05-22Remove Rack Attack monkey patches and bump to version 4.3.0Stan Hu
2015-05-20Subclass TaskList::Filter to fix a bugRobert Speicher
2015-05-18Simplify and unify helpers for rendering markupJakub Jirutka
2015-05-18Rename MarkdownHelper to MarkupHelperJakub Jirutka
2015-05-18Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka
2015-05-13Minor RelativeLinkFilter cleanupRobert Speicher
2015-05-13Merge branch 'text-batch-1' into 'master'Dmitriy Zaporozhets
2015-05-13Merge pull request #9276 from jirutka/relative_link_filterDmitriy Zaporozhets
2015-05-13Fix GitAccess.Douwe Maan
2015-05-12Don't accidentally unblock auto created users from Active Directory.Douwe Maan
2015-05-12Add spec for RelativeLinkFilterJakub Jirutka
2015-05-08Remove class and id attributes from SanitizationFilter whitelistRobert Speicher
2015-05-03Merge pull request #8756 from zaburt/force_utf8_on_oauth_propertiesDmitriy Zaporozhets
2015-05-03add common method to force utf8 and force oauth properties to be utf8Onur Küçük
2015-04-30Add Project#get_issueRobert Speicher
2015-04-30Autolink short URLsRobert Speicher
2015-04-30Add jira_project project factoryRobert Speicher
2015-04-30Add Gitlab::Markdown::SanitizationFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::AutolinkFilterRobert Speicher