gitlab-org--gitlab-foss/features/steps
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 Fix "Dashboard > New project" feature 2015-04-25 14:26:04 -04:00
explore Move group members index from /members to /group_members. 2015-03-15 13:51:11 +01:00
profile Add location to user profile 2015-03-20 16:52:23 -07:00
project Merge branch 'fix-project-tags' into 'master' 2015-04-30 17:20:36 +00:00
shared Revert help link tests removal 2015-04-15 12:13:49 +03:00
snippets Fix snippets tests 2015-04-22 18:25:09 +03:00
groups.rb Add feature tests for inviting members. 2015-04-14 12:08:11 +02:00
invites.rb Add spinach tests around accepting and declining invitations. 2015-04-14 18:04:29 +02:00
search.rb 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.rb Replace old spinach step definitions with step. 2014-09-22 10:01:50 +02:00
user.rb Improve user calendar test 2015-03-22 19:47:23 -07:00