summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-174-65/+66
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-175-6/+123
| | | | | | | | | | | | |
| * | | | | | | | | | | | Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-172-17/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Rewrite references in notes when moving issueGrzegorz Bizon2016-03-172-17/+49
| | | | | | | | | | | | |
| * | | | | | | | | | | | Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-172-4/+20
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use a new issue create service when moving an issueGrzegorz Bizon2016-03-172-5/+29
| | | | | | | | | | | | |
| * | | | | | | | | | | | Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-173-9/+11
| | | | | | | | | | | | |
| * | | | | | | | | | | | Rewrite references in issue description when moving itGrzegorz Bizon2016-03-172-7/+35
| | | | | | | | | | | | |
| * | | | | | | | | | | | Silently close old issue when it has been movedGrzegorz Bizon2016-03-172-7/+14
| | | | | | | | | | | | |
| * | | | | | | | | | | | Do not show issue move form unless user can moveGrzegorz Bizon2016-03-172-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-173-17/+65
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add implementation that rewrites issue notes when movingGrzegorz Bizon2016-03-172-19/+71
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add issue move implementation to controllerGrzegorz Bizon2016-03-174-15/+59
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add ability to choose id attribute in project select helperGrzegorz Bizon2016-03-172-3/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add mock-up for interface being used to move issueGrzegorz Bizon2016-03-171-0/+8
| | | | | | | | | | | | |
| * | | | | | | | | | | | Improve system notes that are added when issue is movedGrzegorz Bizon2016-03-174-20/+66
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add new system note used when issue has been movedGrzegorz Bizon2016-03-174-0/+42
| | | | | | | | | | | | |
| * | | | | | | | | | | | Add scaffold of service that moves issue to another projectGrzegorz Bizon2016-03-172-0/+63
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'workhorse-0.7.1' into 'master' Rémy Coutable2016-03-213-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use gitlab-workhorse 0.7.1 A small extra defense against interrupted git raw responses. Nice to have in 8.6 because we introduce /raw/ caching; it would be unfortunate if incorrect (truncated) responses got cached. See merge request !3330
| * | | | | | | | | | | | | Gitlab-workhorse tags have "v" nowworkhorse-0.7.1Jacob Vosmaer2016-03-212-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Use gitlab-workhorse 0.7.1Jacob Vosmaer2016-03-213-3/+3
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'fix-image-mode-view-diff' into 'master' Dmitriy Zaporozhets2016-03-212-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix diff image view modes (2-up, swipe, onion skin) not working Example test case: https://gitlab.com/mrtzcspr/test/commit/5d983226b1308d98ef3d8919b978ad49f34496b8 Closes #13856 See merge request !3316
| * | | | | | | | | | | | | | Fix diff image view modes (2-up, swipe, onion skin) not workingStan Hu2016-03-192-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #13856
* | | | | | | | | | | | | | | Merge branch 'rs-use-kaminari-default' into 'master' Dmitriy Zaporozhets2016-03-2128-37/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the configured Kaminari "per page" default Configured in [`config/initializers/kaminari.rb`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/config/initializers/kaminari_config.rb). See merge request !3320
| * | | | | | | | | | | | | | Use the configured Kaminari "per page" defaultrs-use-kaminari-defaultRobert Speicher2016-03-1928-37/+34
| | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'backport-ee-premailer' into 'master' Rémy Coutable2016-03-218-46/+75
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport premailer and diff changes from EE Backport part of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/151 See merge request !3318
| * | | | | | | | | | | | | Move diff line to separate partialbackport-ee-premailerDouwe Maan2016-03-192-19/+28
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Inline mailer CSS using premailer.Douwe Maan2016-03-196-27/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # Gemfile.lock
* | | | | | | | | | | | | | Merge branch 'upgrade-rubocop' into 'master' Robert Speicher2016-03-213-481/+499
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade Rubocop from 0.35.1 to 0.38.0 See [Rubocop's Releases page](https://github.com/bbatsov/rubocop/releases) for more info on what changed. Descriptions/StyleGuides removed as discussed in #14233. Changes: - Enable DisplayCopNames for lint output. - Default behavior for `Alias` changed, set to enforce `prefer_alias_method`. - Enabling Rails cops changed to new syntax. - Remove StyleGuides and move Descriptions to comments. - Add missing cops. - Add TODOs for cops that should be enabled in the future. - Set TargetRubyVersion to 2.1. See merge request !3197
| * | | | | | | | | | | | | Update Rubocop from 0.35.1 to 0.38.0.connorshea2016-03-203-481/+499
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Discussed in #14233. See [their releases](https://github.com/bbatsov/rubocop/releases) for more info. Changes: - Enable DisplayCopNames for lint output. - Default behavior for `Alias` changed, set to enforce `prefer_alias_method`. - Enabling Rails cops changed to new syntax. - Remove StyleGuides and move Descriptions to comments. - Add missing cops. - Add TODOs for cops that should be enabled in the future. - Set TargetRubyVersion to 2.1.
* | | | | | | | | | | | | Merge branch 'css-zero-unit-again' into 'master' Jacob Schatz2016-03-203-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a few remaining uses of `0px`. See #14299 for more information. cc: @jschatz1 See merge request !3310
| * | | | | | | | | | | | Fix a few remaining uses of `0px`.connorshea2016-03-183-3/+3
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See #14299 for more information. [ci skip]
* | | | | | | | | | | | Merge branch 'fix-default-http-clone' into 'master' Jacob Schatz2016-03-207-22/+37
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make HTTP(s) label consistent on clone bar Sites that use http:// for the external_url should always display HTTP on the clone bar. Similarly, sites that use https:// should show HTTPS. Currently, the inconsistency looks like: ![http-magic](/uploads/945fda580f7ba5aee36cc572b49baf2b/http-magic.gif) Also restores the tooltips that vanished in 7ba4482fcf6: ![image](/uploads/b5a7b3e68b4992a447fcaa51915e866c/image.png) See merge request !3319
| * | | | | | | | | | | | Move tooltip to the right of the dropdownStan Hu2016-03-201-0/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix specs and remove unnecessary console.logStan Hu2016-03-202-3/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Use http_clone_button and ssh_clone_button to restore tooltip functionality ↵Stan Hu2016-03-192-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in clone panel
| * | | | | | | | | | | | Make HTTP(s) label consistent on clone barStan Hu2016-03-194-2/+22
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sites that use http:// for the external_url should always display HTTP on the clone bar. Similarly, sites that use https:// should show HTTPS.
* | | | | | | | | | | | Merge branch 'edit-form-alignment' into 'master' Jacob Schatz2016-03-204-8/+16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix spacing below edit note form Also changed to allow the CSS to decide what should be hidden when editing Thanks @JobV for having eagle eyes :stuck_out_tongue_winking_eye: See merge request !3306
| * | | | | | | | | | | | Fix spacing below edit note formedit-form-alignmentPhil Hughes2016-03-184-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also changed to allow the CSS to decide what should be hidden when editting
* | | | | | | | | | | | | Merge branch 'rs-auto-expand-sidebar' into 'master' Jacob Schatz2016-03-201-3/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expand the issuable sidebar when coming back from the Changes tab Unless the user explicitly requested the collapsed sidebar. Fixes: #14353 See merge request !3256
| * | | | | | | | | | | | | Expand the issuable sidebar when coming back from the Changes tabrs-auto-expand-sidebarRobert Speicher2016-03-171-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unless the user explicitly requested the collapsed sidebar.
* | | | | | | | | | | | | | Merge branch 'dropdown-persits-filtered-data' into 'master' Jacob Schatz2016-03-201-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed issue with filtered data persisting when dropdown closed ![labels](/uploads/4b9c902add76263d8488cc34ef49f142/labels.gif) Closes #14401 See merge request !3302
| * | | | | | | | | | | | | Fixed issue with filtered data persisting when dropdown closeddropdown-persits-filtered-dataPhil Hughes2016-03-181-1/+5
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #14401
| | | | | | | | | * | | | update safe_import_url to prevent tokens to be showed by the UIJames Lopez2016-03-211-0/+1
| | | | | | | | | | | | |
| | | | | | | | | | * | | Add specs and add visibility level to admin groupsFelipe Artur2016-03-219-29/+110
| | | | | | | | | | | | |
| | | | | | | | | | * | | Fix specsDouwe Maan2016-03-212-2/+2
| | | | | | | | | | | | |
| | | | | | | | | | * | | Fix specDouwe Maan2016-03-212-3/+8
| | | | | | | | | | | | |
| | | | | | | | | | * | | Fix specsDouwe Maan2016-03-206-22/+13
| | | | | | | | | | | | |
| | | | | | | | | | * | | Fix more specsDouwe Maan2016-03-209-35/+33
| | | | | | | | | | | | |
| | | | | | | | | | * | | Fix some specsDouwe Maan2016-03-2011-61/+20
| | | | | | | | | | | | |