gitlab-org--gitlab-foss/features/project
Stan Hu 44afcd2019 Fix DB error when trying to tag a repository
Upon tagging a repository, an error due to a missing migration occurred:

```
    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 https://github.com/gitlabhq/gitlabhq/issues/6867
Closes https://github.com/gitlabhq/gitlabhq/issues/9194
2015-04-27 06:09:20 -07:00
..
commits Fix code unfold not working on Compare commits page 2015-03-24 00:19:41 -07:00
issues Move current user to the top of the list in author/assignee filters 2015-04-09 01:04:53 -07:00
source WebEditor: save to new branch: spinach 2015-02-24 11:43:20 +02:00
active_tab.feature Fix active tab tests 2015-02-19 17:24:34 -08:00
archived.feature Remove tests for un-existing page 2015-03-10 23:34:18 -07:00
create.feature Make Spinach test names consistent 2014-10-05 18:21:11 +02:00
deploy_keys.feature Add project deploy keys tests. 2015-04-03 12:40:14 +02:00
fork.feature Improve fork to namespaces feature 2014-11-14 16:06:39 +02:00
forked_merge_requests.feature Revert "gitlab shell works if multiple rubies installed" 2014-11-18 17:14:36 +02:00
graph.feature
hooks.feature
merge_requests.feature Fix broken side-by-side diff view on merge request page 2015-03-25 23:39:34 -07:00
network_graph.feature Make Spinach test names consistent 2014-10-05 18:21:11 +02:00
project.feature Fix DB error when trying to tag a repository 2015-04-27 06:09:20 -07:00
redirects.feature
service.feature Add Irker service 2015-03-01 20:51:03 +01:00
shortcuts.feature Make Spinach test names consistent 2014-10-05 18:21:11 +02:00
snippets.feature
star.feature Refactor star btn logic for non-logged in user and fix tests 2015-03-29 18:50:45 -07:00
team_management.feature Change "Sam" to "Dmitriy" in feature steps 2015-04-23 18:59:57 -04:00
wiki.feature Fix bug where Wiki pages that include a '/' were no longer accessible 2015-04-07 09:10:11 -07:00