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
2017-08-05Merge branch 'fix/sm/34547-cannot-connect-to-ci-server-error-messages' into '...Sean McGivern
2017-08-04Merge branch 'refactor.notification-recipient-builders' into 'master'Sean McGivern
2017-08-04essentialShinya Maeda
2017-08-03another rubocop style fixhttp://jneen.net/
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-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-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/
2017-08-03move the ability check to reject_users_without_accesshttp://jneen.net/
2017-08-03Avoid plucking Todo ids and use sub-queries insteadToon Claes
2017-08-02Make Delete Merged Branches handle wildcard protected branches correctlyToon Claes
2017-08-02Merge branch '35815-webhook-log-encoding-error' into 'master'Dmitriy Zaporozhets
2017-08-01Fix encoding error for WebHook loggingAlexander Randa
2017-08-01Added some extra TODOs for the Legacy Storage refactorGabriel Mazetto
2017-08-01Make disk_path keyword argument and optionalGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-28Fixes #29385: Add /shrug and /tableflip commandsAlex Ives