gitlab-org--gitlab-foss/lib/api
Tomasz Maczukin 962b97d813 Merge branch 'master' into ci/api-builds
* master: (75 commits)
  Fix grammar
  Clarify the key generation step
  Remove misleading `ssh-dsa`
  markdown fixes
  markdown fixes
  Add `AbuseReport#notify`
  Make AbuseReportMailer responsible for knowing if it should deliver
  Redirect back to user profile page after abuse report
  Redesign the AbuseReports index
  Don't notify users twice if they are both project watchers and subscribers
  Restructure logo JS to use `setInterval`
  Decrease the logo sweep delay
  Correct the logo ID names
  Update CHANGELOG
  Merge pull request GH-9938 from huacnlee/hotfix/note_mail_with_notification
  Remove jquery.blockUI.js plugin
  rempves tests for "you have master access" text
  Revert "Merge branch 'rs-remove-jquery-blockui' into 'master'
"
  removes footer message about access to project
  remove public field from namespace and refactoring
  ...
2016-01-05 15:53:34 +01:00
..
api.rb Add builds API (listing, showing trace) 2015-12-24 19:11:30 +01:00
api_guard.rb
branches.rb Added the missing comma 2015-03-31 17:08:33 +01:00
builds.rb Remove incorrect 'default' values from method description 2015-12-31 23:01:28 +01:00
commit_statuses.rb Migrate CI::Project to Project 2015-12-11 18:02:09 +01:00
commits.rb Order commit comments in API chronologically 2015-05-08 14:34:10 +02:00
deploy_keys.rb
entities.rb Merge branch 'master' into ci/api-builds 2015-12-30 17:09:26 +01:00
files.rb Automatically fork a project when not allowed to edit a file. 2015-12-18 10:03:34 +01:00
group_members.rb Track who created a group or project member. 2015-04-14 12:06:42 +02:00
groups.rb Add API group projects endpoint. 2015-12-07 17:10:40 +01:00
helpers.rb Remove changes in 'paginate' helper 2015-12-28 17:01:28 +01: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
merge_requests.rb Merge branch 'master' into merge-if-green 2015-12-07 10:06:07 +01:00
milestones.rb
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 Migrate CI::Services and CI::WebHooks to Services and WebHooks 2015-12-10 16:04:08 +01:00
project_members.rb
project_snippets.rb Rename abilities to correspond contoller/model action names 2015-06-26 15:55:56 +02:00
projects.rb Fix API project lookups when querying with a namespace with dots 2016-01-03 15:08:44 -08:00
repositories.rb Move git tags API to separate file 2015-11-12 15:41:13 +01:00
services.rb Hide passwords to non-admin users in the services API 2015-10-12 15:24:00 +02:00
session.rb
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
tags.rb Allow editing a release in API via PUT method 2015-11-21 22:34:53 +01:00
triggers.rb Fix triggers tests 2015-12-11 18:02:09 +01:00
users.rb Add API support for looking up a user by username 2015-12-24 07:57:13 -08:00