Files
gitlabhq/spec/models
Stan Hu 2ce7559d70 Fix repository cache invalidation issue when project is recreated with an empty repo
To reproduce:

1. Create a project with some content
2. Rename the project
3. Create a new project with the same name.
4. Boom - 404.

After step 2, the branch and tag counts were not being cleared. This would
cause `repository.has_visible_content?` to erroneously return `true`
for the newly-created project.

Closes #13384
2016-04-13 00:04:17 -07:00
..
2016-03-14 13:20:35 +01:00
2016-03-30 20:00:57 +02:00
2015-12-09 10:50:51 +01:00
2016-03-14 13:33:26 +01:00
2015-12-09 10:50:51 +01:00
2016-01-06 13:09:55 +00:00
2015-12-09 10:50:51 +01:00
2015-12-09 10:50:51 +01:00
2016-01-06 13:09:55 +00:00
2016-01-06 13:09:55 +00:00
2016-03-22 00:09:20 +01:00
2016-01-12 12:29:10 -02:00
2015-12-18 14:19:48 -06:00
2015-12-15 00:53:52 -02:00
2015-12-09 10:50:51 +01:00
2016-03-20 22:55:08 +01:00
2015-12-09 10:50:51 +01:00
2015-11-13 19:22:46 +01:00
2016-01-06 13:09:55 +00:00
2016-03-18 13:27:27 -03:00