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
2016-09-08Add bulk update support for merge requests listDmitriy Zaporozhets
2016-09-01Scope hooks thal will run for confidential issuesDouglas Barbosa Alexandre
2016-09-01Fix confidential issues should not be passed to WebhooksDouglas Barbosa Alexandre
2016-08-19Merge branch '4273-slash-commands' into 'master'Robert Speicher
2016-08-18Fix specs and implement fixes based on failing specsDouwe Maan
2016-08-17Merge branch '2451-fix-mentions-in-issue-updates' into 'master' Robert Speicher
2016-08-17Merge branch 'master' into 4273-slash-commandsDouwe Maan
2016-08-16Further refactor and syntax fixes.Patricio Cano
2016-08-15Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano
2016-08-15Refactored spam related code even furtherPatricio Cano
2016-08-15Complete refactor of the `Spammable` concern and tests:Patricio Cano
2016-08-15Lay the ground works to submit information to AkismetPatricio Cano
2016-08-13Enforce permissions in `{Issues,MergeRequests}::{Close,Reopen}Service`Rémy Coutable
2016-08-13Support slash commands in noteable description and notesRémy Coutable
2016-08-13Send notification emails when users are newly mentioned in issue editsNick Thomas
2016-07-27Refactor spam validation to a concern that can be easily reused and improve l...Patricio Cano
2016-07-26Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano
2016-07-26Submit all issues on public projects to Akismet if enabled.Patricio Cano
2016-07-15Allow bulk (un)subscription from issues in issue indexCairo Noleto
2016-07-06Services: code style fixes, minor refactoringValery Sizov
2016-07-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-04Allow bulk-updating to remove all labelsSean McGivern
2016-06-04WIP: allow adding and removing labels in bulkSean McGivern
2016-06-03:police_car:Z.J. van de Weg
2016-06-01Move awardables too when issue is movedZ.J. van de Weg
2016-05-19Move #create_confidentiality_note to Issues::UpdateServiceRémy Coutable
2016-05-18Changing the confidentiality of an issue now creates a new system noteAlex Moore-Niemi
2016-05-05Update changelog, improve specsLong Nguyen
2016-04-28Code refactor and fix broken specLong Nguyen
2016-04-26Allow to assign labels and milestone to target project when moving issueLong Nguyen
2016-04-13Refactor and expose only Gitlab::UrlBuilder.build(record)Rémy Coutable
2016-03-30Check if GFM rewriters need rewrite internallyGrzegorz Bizon
2016-03-30Refactor uploads rewriter used when moving issueGrzegorz Bizon
2016-03-30Add uploads rewriter and use it when moving issueGrzegorz Bizon
2016-03-23Preserve time notes has been updated at when moving issueGrzegorz Bizon
2016-03-23Do not allow to move issue if it has not been persistedGrzegorz Bizon
2016-03-20Preserve created at time of notes when moving issueGrzegorz Bizon
2016-03-20Rename reference unfolder to rewriter, minor refactoringsGrzegorz Bizon
2016-03-19Update reference unfolder according to recent ability changesGrzegorz Bizon
2016-03-19Improvements in issue move feaure (refactoring)Grzegorz Bizon
2016-03-17Prevent issue move if issue has been already movedGrzegorz Bizon
2016-03-17Update methods that use issue close serviceGrzegorz Bizon
2016-03-17Add minor improvements in code related to issue moveGrzegorz Bizon
2016-03-17Add new notifications for issue move actionGrzegorz Bizon
2016-03-17Reuse existing issue services when moving issueGrzegorz Bizon
2016-03-17Add initial notifications and hooks for issue moveGrzegorz Bizon
2016-03-17Add access-level filter support for projects selectGrzegorz Bizon
2016-03-17Make it possible to move issue if user is a reporterGrzegorz Bizon
2016-03-17Preserve original author when moving issueGrzegorz Bizon
2016-03-17Move reference unfolder for GFM to separate classGrzegorz Bizon