summaryrefslogtreecommitdiff
path: root/spec/lib/repository_cache_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Use described_class when possibleRémy Coutable2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use `:empty_project` where possible throughout spec/librs-empty_project-libRobert Speicher2017-01-251-1/+1
|
* Use project ID in repository cache to prevent stale data from persisting ↵Stan Hu2016-07-251-6/+7
| | | | | | | | | | across projects We have a number of bugs caused by cache keys not being flushed properly during deletion of a project. Add the project ID to ensure this never happens. Closes #20027
* Tag lib specsDouwe Maan2015-12-091-1/+1
|
* Remove unnecessary require from RepositoryCache specRobert Speicher2015-06-041-1/+0
|
* Refactor Repository to use new RepositoryCache classRobert Speicher2015-01-291-0/+34
Abstracts away the lower-level implementation details from the Repository model.