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 (Collapse)Author
2018-08-14Add email_events to replace EMAIL_EVENTS because it needs to be dynamic,Mark Chao
allowing override for EE.
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-15Deserialise existing custom notification settingsSean McGivern
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
2017-06-15Add columns for custom notification settingsSean McGivern
Add columns for each custom notification level, defaulting to null. Read from those columns if non-null, otherwise fall back to the serialized column. Writing will write to the new column if `events` isn't manually set.
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-01-26Use `empty_project` where possible in controller specsRobert Speicher
2016-06-29Merge branch 'master' into issue_3359_3Felipe Artur
2016-06-29merge master into issue_3359_3Felipe Artur
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-22Insert notification settings dropdown into groupsFelipe Artur
2016-06-22Insert notification settings dropdown into groupsFelipe Artur
2016-06-17Re-use notifications dropdown on user profileFelipe Artur