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
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
auth_spec.rb
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
git_access_wiki_spec.rb
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
markup_helper_spec.rb
note_data_builder_spec.rb
popen_spec.rb
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
themes_spec.rb Add Gitlab::ColorSchemes module 2015-08-25 15:32:38 -07:00
upgrader_spec.rb
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
version_info_spec.rb