summaryrefslogtreecommitdiff
path: root/app/models/broadcast_message.rb
Commit message (Expand)AuthorAgeFilesLines
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Rename the hidden option to whitelistedDouglas Barbosa Alexandre2019-03-201-1/+1
* Does not exclude message_html from attributesDouglas Barbosa Alexandre2019-03-201-1/+1
* Refactor BroadcastMessage to use Gitlab::JsonCacheDouglas Barbosa Alexandre2018-12-191-28/+9
* Avoid caching BroadcastMessage as an ActiveRecord objectStan Hu2018-12-081-3/+39
* Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* Backport: Propagate broadcast messages to secondariesMichael Kozono2018-04-111-1/+5
* Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-1/+1
* Fix caching of future broadcast messagesfix-broadcast-message-cachingYorick Peterse2017-08-211-5/+27
* Better caching and indexing of broadcast messagesYorick Peterse2017-08-111-2/+12
* #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-1/+1
* Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+3
* Remove the annotate gem and delete old annotationsJeroen van Baarsen2016-05-091-14/+0
* Annotate the modelsZeger-Jan van de Weg2016-05-061-2/+2
* Change ttl to 1 minutecache-broadcast-message-currentJosh Frye2016-01-291-1/+1
* Cache BroadcastMessage.current for 5 minutes. Fixes #12770Josh Frye2016-01-291-1/+3
* Move `BroadcastMessage#status` to a helper since it's presentationalRobert Speicher2016-01-131-10/+0
* Update BroadcastMessage modelRobert Speicher2016-01-131-1/+26
* Remove alert_type attribute from BroadcastMessageRobert Speicher2016-01-131-1/+0
* Add custom ColorValidatorRobert Speicher2015-12-071-4/+4
* Explicitly define ordering in models using default_scopeDmitriy Zaporozhets2015-02-051-0/+2
* Use strong params for 5 more modelsDmitriy Zaporozhets2014-06-261-2/+0
* Allow set broadcast color with 3 digits like #444Dmitriy Zaporozhets2014-06-041-2/+2
* Re-annotate modelsDmitriy Zaporozhets2014-04-091-3/+3
* Add validations to BroadcastMessage color and fontDmitriy Zaporozhets2013-12-191-0/+3
* Customization and previewing of broadcast messagesAndrew Tomaka2013-12-181-1/+3
* AnnotateDmitriy Zaporozhets2013-11-131-0/+13
* Show broadcast message to usersDmitriy Zaporozhets2013-11-121-0/+4
* Broadcast messages scaffold in admin areaDmitriy Zaporozhets2013-11-121-0/+2
* Broadcast message model + migrationsDmitriy Zaporozhets2013-11-121-0/+5