gitlab-org--gitlab-foss/lib/api
Kamil Trzcinski 8ce1896b46 Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commit
* commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9':
  Let contributors know where to start
  Ensure branch cleanup regardless of whether the import process succeeds
  Fix failing todo tests
  Reorder the todos because the use of the project finder attempts to order them differently
  Update target todo test to use a public project
  Use the project finder in the todos finder to limit todos to just ones within projects you have access to.
  Move filtering todos by projects not pending deletion into a scope on the todo model
  Reduce the filters on the todos joins project query by being explicit about the join
  Ensure we don't show TODOS for projects pending delete
  Fix deprecation warnings in spec/services/issues/bulk_update_service_spec.rb
  Remove unused Issuable#is_assigned? method
  fixup! Don't allow merges with new commits
  fixup! Add `sha` parameter to MR accept API
  Reduce Namespace queries in UserReferenceFilter
  Added ReferenceFilter#nodes
  Returning enums in ReferenceFilter#each_node
  Don't allow merges with new commits
  Add `sha` parameter to MR accept API
2016-06-03 15:53:26 +02:00
..
api.rb Backend for a gitignores dropdown 2016-05-20 15:58:36 -05:00
api_guard.rb
branches.rb
builds.rb Use pipelines in context of Project 2016-06-03 13:34:03 +02:00
commit_statuses.rb Fix other places where we still use commit attribute of Build 2016-06-03 15:49:14 +02:00
commits.rb Extract LegacyDiffNote out of Note 2016-05-13 17:31:43 -05:00
deploy_keys.rb
entities.rb Add Application Setting to configure Container Registry token expire delay (default 5min) 2016-05-31 13:23:13 +02:00
files.rb
gitignores.rb Dropdown implementation 2016-05-20 15:58:36 -05:00
group_members.rb
groups.rb Fix groups API to list only user's accessible projects 2016-05-24 18:14:12 -07:00
helpers.rb Enable Style/DefWithParentheses cop and fix single offense 2016-05-23 13:06:36 -04:00
internal.rb
issues.rb
keys.rb
labels.rb
licenses.rb Enable Style/IndentAssignment Rubocop style cop 2016-05-30 10:45:10 +02:00
merge_requests.rb Merge commit 'ca3c5c295ed653b483fe81c3918ffe60f46666b9' into rename-ci-commit 2016-06-03 15:53:26 +02:00
milestones.rb
namespaces.rb
notes.rb Move note helper method to notes entity file 2016-05-17 21:41:53 -05:00
project_hooks.rb
project_members.rb
project_snippets.rb
projects.rb
repositories.rb
runners.rb Extend runner options that are configurable via API 2016-05-19 22:01:53 +02:00
services.rb
session.rb
settings.rb
subscriptions.rb
system_hooks.rb
tags.rb
triggers.rb
users.rb Enable Style/RedundantParentheses rubocop cop 2016-05-30 15:07:18 +02:00
variables.rb