gitlab-ce/spec/requests/api
Lin Jen-Shin ed4f5b97d3 Merge remote-tracking branch 'upstream/master' into 35642-add-owner-to-triggers-factory
* upstream/master: (49 commits)
  Fire system hooks when a user is created via LDAP or OAuth
  Common Docker Documentation Location in `gitlab-ce`
  fix deprecation warning present during webpack compiles
  Enable 5 lines of Sidekiq backtrace lines to aid in debugging
  Add support for copying permalink to notes via more actions dropdown
  Docs: update - fix headers
  Handle creating a nested group on MySQL correctly
  Decrease statuses batch size even more in a migration
  Fix failure when issue author is nil
  Fix searching for files by path
  Fix invite by email address duplication
  Revert "Merge branch 'mk-reenable-mysql-tests-on-all-branches' into 'master'"
  Fix repo editor scrollbar
  Revert "Merge branch 'sh-sidekiq-backtrace' into 'master'"
  Replace 'source/search_code.feature' spinach test with an rspec analog
  Add missing third argument to `Git::Repository#initialize` in spec
  New doc: how to install GitLab on Azure
  Authorizations regarding OAuth - style confirmation
  Enable 5 lines of Sidekiq backtrace lines to aid in debugging
  Reenable MySQL tests on all branches
  ...
2017-08-28 15:36:29 +08:00
..
v3 Make default trigger factory generate an owner 2017-08-25 19:53:58 +08:00
access_requests_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
award_emoji_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
boards_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
branches_spec.rb
broadcast_messages_spec.rb
circuit_breakers_spec.rb Add a Circuitbreaker for storage paths 2017-08-04 15:38:48 +02:00
commit_statuses_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
commits_spec.rb Added tests for commits API with an unauthenticated user and a public/private project 2017-08-10 12:11:27 +02:00
deploy_keys_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
deployments_spec.rb
doorkeeper_access_spec.rb
environments_spec.rb Expose more attributes to unauthenticated GET /projects/:id 2017-08-03 16:42:11 +03:00
events_spec.rb Migrate events into a new format 2017-08-10 17:45:44 +02:00
features_spec.rb
files_spec.rb Fix API responses when dealing with txt files 2017-08-15 11:32:48 -03:00
group_milestones_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
group_variables_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
groups_spec.rb Fix group and project search for anonymous users 2017-08-24 11:32:50 +01:00
helpers_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
internal_spec.rb Enable Timecop safe mode 2017-08-11 14:53:17 +02:00
issues_spec.rb Don't include EmailHelpers manually, pick with rspec 2017-08-03 21:55:48 +08:00
jobs_spec.rb
keys_spec.rb
labels_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
lint_spec.rb
members_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
merge_request_diffs_spec.rb
merge_requests_spec.rb Use with_repo_branch_commit instead of fetch_ref directly 2017-08-14 22:55:34 +08:00
namespaces_spec.rb
notes_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
notification_settings_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
oauth_tokens_spec.rb
pipeline_schedules_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
pipelines_spec.rb
project_hooks_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
project_milestones_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
project_snippets_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
projects_spec.rb Cache the number of forks of a project 2017-08-14 18:00:28 +02:00
protected_branches_spec.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
repositories_spec.rb
runner_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
runners_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
services_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
session_spec.rb
settings_spec.rb Enable Layout/TrailingWhitespace cop and auto-correct offenses 2017-08-15 13:44:37 -04:00
sidekiq_metrics_spec.rb
snippets_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
system_hooks_spec.rb
tags_spec.rb Fix the /projects/:id/repository/tags endpoint to handle dots in the tag name when the project full path contains a `/` 2017-08-08 11:50:58 +02:00
templates_spec.rb
todos_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
triggers_spec.rb Remove duplicate update for owner 2017-08-28 15:36:07 +08:00
users_spec.rb Include the `is_admin` field in the `GET /users/:id` API when current user is an admin 2017-08-11 15:14:32 +02:00
variables_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
version_spec.rb