gitlab-org--gitlab-foss/features
Douwe Maan 2f4426b7e4 Merge branch 'fix-project-tags' into 'master'
Fix DB error when trying to tag a repository

Steps to reproduce: Go to a project settings, add tags, click on save changes

Observed behavior: Error 500

```
    PG::Error: ERROR:  column "taggings_count" does not exist
        LINE 1: UPDATE "tags" SET "taggings_count" = COALESCE("taggings_coun...
```

Ran `rake acts_as_taggable_on_engine:install:migrations`, removed the first
migration that created the `tags` and `taggings` table, and added the rest.

* Closes #1512
* Closes #1550
* Closes https://github.com/gitlabhq/gitlabhq/issues/6867
* Closes https://github.com/gitlabhq/gitlabhq/issues/9194

See merge request !577
2015-04-30 17:20:36 +00:00
..
admin Fix bug where Slack service channel was not saved in admin template settings. 2015-04-24 08:33:24 -07:00
dashboard Revert help link tests removal 2015-04-15 12:13:49 +03:00
explore Fix spinach tests 2014-12-24 14:34:37 +02:00
profile Move Profile groups tests to Dashboard group tests 2015-03-08 20:52:22 -07:00
project Fix DB error when trying to tag a repository 2015-04-27 06:09:20 -07:00
snippets Fix raw view for public snippets 2014-10-27 11:51:31 +02:00
steps Merge branch 'fix-project-tags' into 'master' 2015-04-30 17:20:36 +00:00
support Don't use capybara-screenshot in CI environments 2015-04-25 21:33:17 -04:00
groups.feature Add feature tests for inviting members. 2015-04-14 12:08:11 +02:00
invites.feature Add spinach tests around accepting and declining invitations. 2015-04-14 18:04:29 +02:00
search.feature Fixes the search test that fails whenever faker uses a name with Bar in it. Limit check to being within the search results div. 2014-12-08 16:44:06 -08:00
snippet_search.feature Updating to persist a params snippets variable 2014-09-05 13:30:55 -04:00
user.feature Refactor contributions events and write tests for calendar 2015-03-22 13:55:00 -07:00