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-08Merge branch '32844-issuables-performance' into 'master'Sean McGivern
2017-08-08Merge branch 'zj-add-ci-metrics' into 'master'Sean McGivern
2017-08-07Merge branch '35761-convdev-perc' into 'master'Sean McGivern
2017-08-07Merge branch 'github' into 'master'Robert Speicher
2017-08-07Merge branch 'zj-project-templates' into 'master'Sean McGivern
2017-08-07Merge branch 'group-milestone-references-system-notes' into 'master'Robert Speicher
2017-08-07Store & use ConvDev percentages returned by Version appJarka Kadlecova
2017-08-07Add explanation why we should return early for GitHub importerDouglas Barbosa Alexandre
2017-08-07Merge branch 'wiki_title' into 'master'Robert Speicher
2017-08-07Does not fetch repository when importing from GitHub on import serviceDouglas Barbosa Alexandre
2017-08-07Merge branch 'add-star-for-action-scope' into 'master'Rémy Coutable
2017-08-07Move some after_create parts to worker to improve performanceJarka Kadlecova
2017-08-07After merge cleanupZ.J. van de Weg
2017-08-07Add `/assign me` alias support for assigning issuables to oneselfMehdi Lahmam
2017-08-07Fixes race condition in project uploadsTiago Botelho
2017-08-07Show group milestones in autocompleteSean McGivern
2017-08-07Create system notes for group milestone changesSean McGivern
2017-08-07Merge branch 'master' into zj-project-templatesFilipa Lacerda
2017-08-07Rename user_can_admin? because it's more accurateLin Jen-Shin
2017-08-07Merge remote-tracking branch 'upstream/master' into add-star-for-action-scopeLin Jen-Shin
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/