gitlab-org--gitlab-foss/spec/lib/gitlab
Yorick Peterse d769596aec Added Gitlab::SQL::Union class
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).
2015-11-18 13:02:43 +01:00
..
backend Add spec for cloning Wiki over HTTP 2015-10-22 14:16:37 -07:00
bitbucket_import Fix bug where only the first 15 Bitbucket issues would be imported. 2015-09-01 08:50:20 -07:00
diff Move spec to proper place and fix unused variable 2015-11-13 09:45:21 +01:00
email Fix: Images cannot show when projects' path was changed 2015-10-14 18:50:35 +03:00
github_import Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab 2015-08-23 09:23:44 -07:00
gitlab_import Remove user OAuth tokens stored in database for Bitbucket, GitHub, and GitLab 2015-08-23 09:23:44 -07:00
gitorious_import Make sure user has access to namespace in import tests. 2015-04-15 16:58:43 +02:00
google_code_import Add fixture_file helper. 2015-08-20 12:41:47 -07:00
ldap Fix ldap email downcasing bug 2015-10-08 14:59:46 -05:00
lfs Add support for git lfs. 2015-11-16 12:39:13 +01:00
markdown Merge branch 'rs-dev-issue-2613' into 'master' 2015-11-02 10:49:46 +00:00
o_auth Fix rubocop warnings in spec/lib and spec/tasks 2015-10-03 16:02:21 -05:00
sherlock Track the amount of times views are rendered 2015-11-09 14:29:10 +01:00
sql Added Gitlab::SQL::Union class 2015-11-18 13:02:43 +01:00
asciidoc_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
auth_spec.rb Change to_not calls to not_to 2015-06-22 12:13:49 +02:00
closing_issue_extractor_spec.rb Fix specs 2015-10-14 13:46:17 +02:00
color_schemes_spec.rb Add Gitlab::ColorSchemes module 2015-08-25 15:32:38 -07:00
database_spec.rb Added methods for detecting MySQL/PostgreSQL 2015-10-07 23:32:14 +02:00
git_access_spec.rb Fix GitAccess. 2015-05-13 09:46:22 +02:00
git_access_wiki_spec.rb Refactor GitAccess to use instance variables. 2015-03-24 14:11:48 +01:00
incoming_email_spec.rb Rename reply_by_email to incoming_email to prepare for the future. 2015-09-21 10:35:37 +02:00
inline_diff_spec.rb Move spec to proper place and fix unused variable 2015-11-13 09:45:21 +01:00
key_fingerprint_spec.rb Refactor key fingerprint generation. 2015-04-14 12:00:43 +02:00
markup_helper_spec.rb markup_helper: detect .mkd and .mkdn as markdown 2015-08-12 15:29:15 -04:00
note_data_builder_spec.rb Revert "Update noteable after a new note is added" 2015-08-05 12:00:12 +03:00
popen_spec.rb Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
project_search_results_spec.rb Fix issue #3055 (project search with unmatched parentheses) 2015-10-21 10:20:40 -02:00
push_data_builder_spec.rb Add added, modified and removed properties to commit object in webhook 2015-11-03 12:16:40 +02:00
reference_extractor_spec.rb Allow ReferenceExtractor to efficiently load references from multiple texts at once 2015-10-13 22:53:05 +02:00
regex_spec.rb Fix (project_)name_regex to accept non-ASCII letters and dash 2015-04-27 16:38:47 +02:00
themes_spec.rb Add Gitlab::ColorSchemes module 2015-08-25 15:32:38 -07:00
upgrader_spec.rb Update mock and stub syntax for specs 2015-06-22 12:13:46 +02:00
uploads_transfer_spec.rb Fix: Images cannot show when projects' path was changed 2015-10-14 18:50:35 +03:00
url_builder_spec.rb Added comment notification events to HipChat and Slack services. 2015-03-06 06:54:00 -08:00
version_info_spec.rb Fix Style/TrailingBlankLines cop violations 2015-06-22 14:38:33 -04:00