gitlab-org--gitlab-foss/spec
Dmitriy Zaporozhets b64ec38aae Merge branch 'api-delete-tag' into 'master'
Delete tag via API

### What does this MR do?

Implements deleting a tag via the API.

### Are there points in the code the reviewer needs to double check?

On success, it returns the name of the deleted tag. This is similar to the [delete branch API](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/api/branches.rb#L111).

###  What are the relevant issue numbers / Feature requests?

* This MR closes #1575 
* Closes http://feedback.gitlab.com/forums/176466-general/suggestions/6599203-delete-tags-through-the-api

@stanhu Could you do a review?

See merge request !1862
2016-01-08 13:47:42 +00:00
..
benchmarks Move Markdown/reference logic from Gitlab::Markdown to Banzai 2015-12-15 15:51:16 +01:00
controllers Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
factories Annotate models 2016-01-06 13:09:55 +00:00
features Merge branch 'master' into milestone-ref 2016-01-05 16:40:23 +01:00
finders remove public field from namespace and refactoring 2016-01-04 16:00:29 +02:00
fixtures Milestone reference is a Markdown link 2016-01-07 12:26:05 +01:00
helpers Add two custom Date/Time conversion formats 2016-01-07 20:01:08 -05:00
javascripts fixes ajax issue with issue spec 2016-01-07 12:27:01 -05:00
lib Merge branch 'milestone-ref' into 'master' 2016-01-07 19:22:43 +00:00
mailers Make AbuseReportMailer responsible for knowing if it should deliver 2016-01-04 18:59:25 -05:00
models Merge branch 'accept-2xx-status-codes-for-webhooks' into 'master' 2016-01-08 10:56:39 +00:00
requests Delete tag via API 2016-01-08 10:10:04 +01:00
routing Merge branch 'master' of github.com:gitlabhq/gitlabhq 2016-01-07 12:56:18 +01:00
services Merge branch 'master' into milestone-ref 2016-01-06 13:06:50 +01:00
support Render milestone links as references 2015-12-24 14:43:07 +01:00
tasks/gitlab
views/help
workers Write to InfluxDB directly via UDP 2015-12-29 14:53:45 +01:00
factories.rb Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
factories_spec.rb
rails_helper.rb
spec_helper.rb
teaspoon_env.rb