summaryrefslogtreecommitdiff
path: root/spec/models/appearance_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add custom brand text on new project pagesMarkus Koller2017-12-041-3/+0
|
* Optimize a few simple spec files by using `set`Grzegorz Bizon2017-09-131-1/+1
|
* Cache Appearance instances in Redisappearances-caching-and-schemaYorick Peterse2017-08-101-0/+35
| | | | | | | | This caches the result of Appearance.first in a similar fashion to how ApplicationSetting instances are cached. We also add some NOT NULL constraints to the table and correct the timestamp types. Fixes gitlab-org/gitlab-ce#36066, fixes gitlab-org/gitlab-ce#31698
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add `has_many` associations for models that can have Upload recordsRobert Speicher2017-03-061-0/+2
|
* Use build instead create record in appearance_specSemyon Pupkov2016-10-121-1/+1
|
* Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-261-0/+10
The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it