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
path: root/app
AgeCommit message (Expand)Author
2017-08-04Merge branch 'refactor.notification-recipient-builders' into 'master'Sean McGivern
2017-08-04Merge branch 'fix-jira-integration' into 'master'Rémy Coutable
2017-08-04Remove monkey-patched Array.prototype.first() and last() methodsMike Greiling
2017-08-04Merge branch 'diff-changed-files-dropdown' into 'master'Filipa Lacerda
2017-08-03Resolve "Specific Async Script Loading by using a Page Variable"Tim Zallmann
2017-08-03another rubocop style fixhttp://jneen.net/
2017-08-03Merge branch 'tc-no-todo-service-select-mysql' into 'master'Sean McGivern
2017-08-03Use mixin for new dropdown styleWinnie Hellmann
2017-08-03Merge branch 'dev.referable-inspect' into 'master'Sean McGivern
2017-08-03fix #35133 strip new lines from ssh keyshaseeb
2017-08-03use new dropdown stylingPhil Hughes
2017-08-03rubocop style fixhttp://jneen.net/
2017-08-03add a comment warning that note.project may be nilhttp://jneen.net/
2017-08-03remove build_relabeled_recipientshttp://jneen.net/
2017-08-03move the read_ability logic into NotificationRecipienthttp://jneen.net/
2017-08-03rm unused methodshttp://jneen.net/
2017-08-03disable the delegate cophttp://jneen.net/
2017-08-03deparameterize `project`http://jneen.net/
2017-08-03unmemoize read_abilityhttp://jneen.net/
2017-08-03rm unused NewNote#subjecthttp://jneen.net/
2017-08-03clearer argument namehttp://jneen.net/
2017-08-03use the accessor for `type`http://jneen.net/
2017-08-03fix commenthttp://jneen.net/
2017-08-03use safe navigation on notification_settinghttp://jneen.net/
2017-08-03short-circuit if there is no policy, and add :read_project checkhttp://jneen.net/
2017-08-03force queries to include notification settingshttp://jneen.net/
2017-08-03use a simple pluck, since equivalent filtering happens laterhttp://jneen.net/
2017-08-03style fixeshttp://jneen.net/
2017-08-03don't require projecthttp://jneen.net/
2017-08-03.notifiable_users: compact the passed-in usershttp://jneen.net/
2017-08-03default the project to target.projecthttp://jneen.net/
2017-08-03require that the user be able to :read_buildhttp://jneen.net/
2017-08-03make sure users have to be able to read_pipelinehttp://jneen.net/
2017-08-03use intersection and diff operators instead of eachhttp://jneen.net/
2017-08-03make sure #custom_action is always definedhttp://jneen.net/
2017-08-03move Recipient to its own NotificationRecipient filehttp://jneen.net/
2017-08-03move the #build_* methods to static, parameterize the projecthttp://jneen.net/
2017-08-03factor out .notifiable_usershttp://jneen.net/
2017-08-03don't elevate to :watch if no @custom_action is providedhttp://jneen.net/
2017-08-03rm the @builder argument and factor out .notifiable_usershttp://jneen.net/
2017-08-03move filtering logic into Recipient classhttp://jneen.net/
2017-08-03add builder helpers with levels and start to separate out #filter!http://jneen.net/
2017-08-03make recipients mutative during the buildhttp://jneen.net/
2017-08-03move build_custom_key to Defaulthttp://jneen.net/
2017-08-03factor out the `target` argument to helpershttp://jneen.net/
2017-08-03move the build arguments to the initializershttp://jneen.net/
2017-08-03move the builders to classes with a #buildhttp://jneen.net/
2017-08-03use notification_setting_for_user_project in reject_usershttp://jneen.net/
2017-08-03protect against nil project/group/settinghttp://jneen.net/
2017-08-03move notification_setting_for_user_project to a public class methodhttp://jneen.net/