Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-31Avoid calling freeze on already frozen strings in app/modelsdineshpanda
2019-06-26Set 2 weeks as the expiration time for the current broadcast messageDouglas Barbosa Alexandre
2019-06-07Remove some deprecated codeDmitriy Zaporozhets
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-03-20Rename the hidden option to whitelistedDouglas Barbosa Alexandre
2019-03-20Does not exclude message_html from attributesDouglas Barbosa Alexandre
2018-12-19Refactor BroadcastMessage to use Gitlab::JsonCacheDouglas Barbosa Alexandre
2018-12-09Avoid caching BroadcastMessage as an ActiveRecord objectStan Hu
2018-07-27Enable frozen string in app/models/*.rbgfyoung
2018-04-11Backport: Propagate broadcast messages to secondariesMichael Kozono
2017-09-07Removes default scope from sortableTiago Botelho
2017-08-21Fix caching of future broadcast messagesYorick Peterse
2017-08-11Better caching and indexing of broadcast messagesYorick Peterse
2017-06-15#13336 - display multiple messages in both the UI and git outputMike Ricketts
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-05-09Remove the annotate gem and delete old annotationsJeroen van Baarsen
2016-05-06Annotate the modelsZeger-Jan van de Weg
2016-01-29Change ttl to 1 minuteJosh Frye
2016-01-29Cache BroadcastMessage.current for 5 minutes. Fixes #12770Josh Frye
2016-01-13Move `BroadcastMessage#status` to a helper since it's presentationalRobert Speicher
2016-01-13Update BroadcastMessage modelRobert Speicher
2016-01-13Remove alert_type attribute from BroadcastMessageRobert Speicher
2015-12-08Add custom ColorValidatorRobert Speicher
2015-02-06Explicitly define ordering in models using default_scopeDmitriy Zaporozhets
2014-06-26Use strong params for 5 more modelsDmitriy Zaporozhets
2014-06-04Allow set broadcast color with 3 digits like #444Dmitriy Zaporozhets
2014-04-09Re-annotate modelsDmitriy Zaporozhets
2013-12-19Add validations to BroadcastMessage color and fontDmitriy Zaporozhets
2013-12-19Customization and previewing of broadcast messagesAndrew Tomaka
2013-11-13AnnotateDmitriy Zaporozhets
2013-11-12Show broadcast message to usersDmitriy Zaporozhets
2013-11-12Broadcast messages scaffold in admin areaDmitriy Zaporozhets
2013-11-12Broadcast message model + migrationsDmitriy Zaporozhets