summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-04-27 06:09:20 -0700
committerStan Hu <stanhu@gmail.com>2015-04-27 06:09:20 -0700
commit44afcd2019d3c1c77c91f24a08e657331568c39f (patch)
treeba783ed603b090cbf371fb0b6fe79cf61edad100 /features/project
parent278c3ba401efc68b6454abc2d530d813f2a9ffec (diff)
downloadgitlab-ce-44afcd2019d3c1c77c91f24a08e657331568c39f.tar.gz
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
Diffstat (limited to 'features/project')
-rw-r--r--features/project/project.feature7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/project/project.feature b/features/project/project.feature
index 3e1fd54bee8..ae28312a69a 100644
--- a/features/project/project.feature
+++ b/features/project/project.feature
@@ -55,3 +55,10 @@ Feature: Project
Then I should see project "Forum" README
And I visit project "Shop" page
Then I should see project "Shop" README
+
+ Scenario: I tag a project
+ When I visit edit project "Shop" page
+ Then I should see project settings
+ And I add project tags
+ And I save project
+ Then I should see project tags