gitlab-org--gitlab-foss/lib/api
Dmitriy Zaporozhets 7155507af5 Merge pull request #8609 from jubianchi/issues/6289-api-handle-error-project-repo
Handle errors on API when a project does not have a repository
2015-01-27 12:51:18 -08:00
..
api.rb
api_guard.rb
branches.rb Update branch api not found messages to 'Branch not found'. 2014-12-30 13:37:14 +01:00
commits.rb Add a message when unable to save an object through api. 2015-01-07 10:46:00 +01:00
deploy_keys.rb Fix failing tests due to updates on the return messages. 2015-01-07 11:39:20 +01:00
entities.rb Add description attribute to group API (GET and POST) 2015-01-16 16:52:48 -02:00
files.rb Message for api files and groups. 2014-12-30 14:29:55 +01:00
group_members.rb
groups.rb Add description attribute to group API (GET and POST) 2015-01-16 16:52:48 -02:00
helpers.rb Update branch api not found messages to 'Branch not found'. 2014-12-30 13:37:14 +01:00
internal.rb Replace regex methods by string ones since faster 2014-12-28 23:53:27 +01:00
issues.rb Fix failing tests due to updates on the return messages. 2015-01-07 11:39:20 +01:00
labels.rb Fix failing tests due to updates on the return messages. 2015-01-07 11:39:20 +01:00
merge_requests.rb developer can push to protected branches 2015-01-20 17:34:23 -08:00
milestones.rb Fix the test and add documentation for the "per-milestone issues API call" 2015-01-22 12:14:53 +01:00
namespaces.rb
notes.rb Add a message when unable to save an object through api. 2015-01-07 10:46:00 +01:00
project_hooks.rb Forward the messages in api response. 2014-12-30 15:17:46 +01:00
project_members.rb Forward the messages in api response. 2014-12-30 15:17:46 +01:00
project_snippets.rb
projects.rb Implement edit via API for projects 2015-01-22 16:58:01 +01:00
repositories.rb Handle errors on API when a project does not have a repository (Closes #6289) 2015-01-19 14:13:30 +01:00
services.rb
session.rb
system_hooks.rb
users.rb