| .. |
|
api.rb
|
Fix API::APIHelpers -> API::Helpers;
|
2015-10-23 11:42:57 +08:00 |
|
api_guard.rb
|
Rubocop: Style/CaseIndentation enabled
|
2015-02-02 21:26:40 -08:00 |
|
branches.rb
|
Added the missing comma
|
2015-03-31 17:08:33 +01:00 |
|
commit_statuses.rb
|
Fix broken tests
|
2015-10-12 22:32:29 +02:00 |
|
commits.rb
|
Order commit comments in API chronologically
|
2015-05-08 14:34:10 +02:00 |
|
deploy_keys.rb
|
Fix failing tests due to updates on the return messages.
|
2015-01-07 11:39:20 +01:00 |
|
entities.rb
|
Merge branch 'feature/api_hide_service_password' of gitlab.com:cernvcs/gitlab-ce
|
2015-10-14 14:15:34 +03:00 |
|
files.rb
|
Add ability to fetch the commit ID of the last commit that actually touched a file
|
2015-11-02 17:07:06 +02:00 |
|
group_members.rb
|
Track who created a group or project member.
|
2015-04-14 12:06:42 +02:00 |
|
groups.rb
|
Fix transferring of project to another group using the API.
|
2015-07-11 16:47:33 -04:00 |
|
helpers.rb
|
Fix API::APIHelpers -> API::Helpers;
|
2015-10-23 11:42:57 +08:00 |
|
internal.rb
|
Improve Git access error messages.
|
2015-05-13 09:41:55 +02:00 |
|
issues.rb
|
Merge branch 'rename-abilities' into 'master'
|
2015-06-26 16:39:17 +00:00 |
|
keys.rb
|
Add API method for get user by ID of an SSH key
|
2015-09-03 15:47:22 +03:00 |
|
labels.rb
|
Fix failing tests due to updates on the return messages.
|
2015-01-07 11:39:20 +01:00 |
|
merge_requests.rb
|
Merge branch 'stanhu/gitlab-ce-fix-api-mr-comment-notifications'
|
2015-10-15 15:56:43 +02: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
|
Make namespace API available to all users
|
2015-05-28 11:39:12 -07:00 |
|
notes.rb
|
Show who last edited a comment if it wasn't the original author
|
2015-07-30 14:45:54 +02:00 |
|
project_hooks.rb
|
api: add enable_ssl_verification to PUT/POST hooks
|
2015-09-24 12:34:16 -04:00 |
|
project_members.rb
|
Use `project_member` instead of `team_member`.
|
2015-03-15 13:50:38 +01:00 |
|
project_snippets.rb
|
Rename abilities to correspond contoller/model action names
|
2015-06-26 15:55:56 +02:00 |
|
projects.rb
|
Made suggested content changes based on MR Review
|
2015-10-14 20:19:41 +11:00 |
|
repositories.rb
|
Let gitlab-git-http-server handle archive downloads
|
2015-10-08 17:12:00 +02:00 |
|
services.rb
|
Hide passwords to non-admin users in the services API
|
2015-10-12 15:24:00 +02:00 |
|
session.rb
|
Add LDAP support to /api/session
|
2013-07-16 11:28:19 +03:00 |
|
settings.rb
|
Add tests and improve logic
|
2015-07-06 16:47:19 +02:00 |
|
system_hooks.rb
|
Added X-GitLab-Event header for web hooks
|
2015-05-08 16:49:03 +03:00 |
|
users.rb
|
Added ability to update or set the identity of an existing user, like the documentation said it was possible, but actually wasn't.
|
2015-09-22 16:26:59 -05:00 |