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-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-23Enable Style/SpaceAroundKeyword cop and fix offensesRobert Speicher
2016-05-21Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan
2016-05-19Move #create_confidentiality_note to Issues::UpdateServiceRémy Coutable
2016-05-18Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler
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-28Fix rubocopLong Nguyen
2016-04-28Code refactor and fix broken specLong Nguyen
2016-04-26Update specsLong Nguyen
2016-04-26Allow to assign labels and milestone to target project when moving issueLong Nguyen
2016-04-22Use association search in issuable create serviceGrzegorz Bizon
2016-04-22Add affinity checks in issue create serviceGrzegorz Bizon
2016-04-22Update specs to accomodate issuable assign changesGrzegorz Bizon
2016-04-22Verify label affiliation before assigning to issueGrzegorz Bizon
2016-03-31Improve specs for issue move serviceGrzegorz 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-23Merge branch 'notifications-for-subscribers-confidential-issue-labels' into '...Douwe Maan
2016-03-23Do not allow to move issue if it has not been persistedGrzegorz Bizon
2016-03-22Restrict notifications for confidential issuesDouglas Barbosa Alexandre
2016-03-20Preserve created at time of notes when moving issueGrzegorz Bizon
2016-03-20Do not pass params that are not used in issue move serviceGrzegorz 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-17Use helper to create list of projects issue can be moved toGrzegorz Bizon
2016-03-17Add new notifications for issue move actionGrzegorz Bizon
2016-03-17Reuse existing issue services when moving issueGrzegorz 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-17Add reference unfold pipeline used when moving issueGrzegorz Bizon
2016-03-17Minor refactoring of issue move service and specsGrzegorz Bizon
2016-03-17Rewrite references in notes when moving issueGrzegorz Bizon
2016-03-17Take care about data being rewritten when moving issueGrzegorz Bizon
2016-03-17Use a new issue create service when moving an issueGrzegorz Bizon
2016-03-17Do not pass unsanitized params to issue move serviceGrzegorz Bizon
2016-03-17Rewrite references in issue description when moving itGrzegorz Bizon
2016-03-17Silently close old issue when it has been movedGrzegorz Bizon
2016-03-17Do not show issue move form unless user can moveGrzegorz Bizon
2016-03-17Add issue move ability and use it in move serviceGrzegorz Bizon
2016-03-17Add implementation that rewrites issue notes when movingGrzegorz Bizon
2016-03-17Add issue move implementation to controllerGrzegorz Bizon
2016-03-17Improve system notes that are added when issue is movedGrzegorz Bizon
2016-03-17Add new system note used when issue has been movedGrzegorz Bizon
2016-03-17Add scaffold of service that moves issue to another projectGrzegorz Bizon
2016-03-15Improving the original label-subscribing implementationRémy Coutable
2016-03-15Original implementation to allow users to subscribe to labelsTimothy Andrew
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre