gitlab-org--gitlab-foss/spec/models
Filipa Lacerda e4f8aa719b Merge branch 'master' into issue-discussions-refactor
* master: (162 commits)
  Since mysql is not a priority anymore, test it less
  Add container registry and spam logs icons
  Fix different Markdown styles
  Backport to CE for:
  Make new dropdown dividers full width
  Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs
  Install yarn via apt in update guides
  Use long curl options
  Remove monkey-patched Array.prototype.first() and last() methods
  Openshift Getting Started
  35659 Rename Pipelines tab to CI / CD in new navigation
  Don't bother going through an entire Banzai pipeline for empty text
  Add active state for pipelines settings on old nav
  Bump rspec to 3.6.0
  Resolve "Specific Async Script Loading by using a Page Variable"
  Revert "Merge branch 'rs-warm-capybara-only-in-ci' into 'master'"
  another rubocop style fix
  Use mixin for new dropdown style
  Migrate Repository#last_commit_for_path to Gitaly
  Migrate blame loading to Gitaly
  ...
2017-08-04 19:38:37 +01:00
..
blob_viewer Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
ci Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
concerns Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
cycle_analytics Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
diff_viewer
hooks Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
issue Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
members Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
merge_request Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
network Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
project_services Merge branch 'fix-jira-integration' into 'master' 2017-08-04 09:41:50 +00:00
protected_branch
ability_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
abuse_report_spec.rb
appearance_spec.rb
application_setting_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
award_emoji_spec.rb Merge branch 'master' into issue-discussions-refactor 2017-07-31 10:23:50 +02:00
blob_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
board_spec.rb
broadcast_message_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
chat_name_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
chat_team_spec.rb
commit_range_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
commit_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
commit_status_spec.rb
compare_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
container_repository_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
deploy_key_spec.rb Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
deploy_keys_project_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
deployment_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
diff_discussion_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
diff_note_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
discussion_spec.rb
email_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
environment_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
event_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
external_issue_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
forked_project_link_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
generic_commit_status_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
global_milestone_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
gpg_key_spec.rb Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
gpg_signature_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
group_label_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
group_milestone_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
group_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
guest_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
identity_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
issue_collection_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
issue_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
key_spec.rb Merge branch 'use-rspec-support-helper' into 'master' 2017-08-03 16:42:02 +00:00
label_link_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
label_priority_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
label_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
legacy_diff_discussion_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
lfs_objects_project_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
list_spec.rb
member_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
merge_request_diff_commit_spec.rb
merge_request_diff_file_spec.rb
merge_request_diff_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
merge_request_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
milestone_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
namespace_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
note_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
notification_setting_spec.rb Remove events column from notification settings 2017-07-31 11:18:55 +01:00
pages_domain_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
personal_access_token_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
project_authorization_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_feature_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_group_link_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_label_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_snippet_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
project_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_statistics_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_team_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
project_wiki_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
protectable_dropdown_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
protected_branch_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
protected_tag_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
redirect_route_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
release_spec.rb
repository_spec.rb Migrate Repository#last_commit_for_path to Gitaly 2017-08-03 19:26:46 +02:00
route_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
sent_notification_spec.rb Ensure all project factories use :repository trait or :empty_project 2017-08-01 14:51:52 -04:00
service_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
snippet_blob_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
snippet_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
spam_log_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
subscription_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
system_note_metadata_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
timelog_spec.rb
todo_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
tree_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
trending_project_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
upload_spec.rb
user_agent_detail_spec.rb
user_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
wiki_directory_spec.rb Use described_class when possible 2017-07-27 14:31:53 +02:00
wiki_page_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00