summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Improvements in issue move feaure (refactoring)Grzegorz Bizon2016-03-195-68/+64
| | | | According to endbosses' suggestions.
* Prevent issue move if issue has been already movedGrzegorz Bizon2016-03-173-3/+20
|
* Add field that references issue this issue has been moved toGrzegorz Bizon2016-03-171-0/+3
|
* Update methods that use issue close serviceGrzegorz Bizon2016-03-173-3/+3
| | | | | `Issues::CloseService#execute` signature has changed, because of using keyword parameter for commmit.
* Add feature specs for issue moveGrzegorz Bizon2016-03-171-1/+1
|
* Add minor improvements in code related to issue moveGrzegorz Bizon2016-03-175-34/+25
|
* Use helper to create list of projects issue can be moved toGrzegorz Bizon2016-03-173-4/+24
| | | | This also adds confirmation message if issue move has been requested.
* Revert changes in js used to create project selectGrzegorz Bizon2016-03-171-50/+20
| | | | | | This will preserve those changes in history, we may need them in future. Currently we will use a issues helpers to create options to choose project whem moving issue to it.
* Add new notifications for issue move actionGrzegorz Bizon2016-03-175-2/+35
| | | | [ci skip]
* Reuse existing issue services when moving issueGrzegorz Bizon2016-03-174-51/+25
|
* Add initial notifications and hooks for issue moveGrzegorz Bizon2016-03-173-13/+38
|
* Make it possible to exclude project in projects selectGrzegorz Bizon2016-03-172-9/+24
|
* Add access-level filter support for projects selectGrzegorz Bizon2016-03-174-22/+43
| | | | This also refactores ProjectSelect adding some decorator-like functions.
* Make it possible to move issue if user is a reporterGrzegorz Bizon2016-03-173-4/+3
| | | | | Discussed it here: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2831#note_4190228
* Preserve original author when moving issueGrzegorz Bizon2016-03-171-21/+19
| | | | | This also wrapps entire process into transation, as rewriting references may have large memory footprint.
* Move reference unfolder for GFM to separate classGrzegorz Bizon2016-03-171-5/+2
|
* Use internal reference extractor in banzai unfold pipelineGrzegorz Bizon2016-03-171-17/+9
|
* Add reference unfold pipeline used when moving issueGrzegorz Bizon2016-03-171-4/+7
|
* Minor refactoring of issue move service and specsGrzegorz Bizon2016-03-171-15/+17
|
* Rewrite references in notes when moving issueGrzegorz Bizon2016-03-171-2/+7
|
* Take care about data being rewritten when moving issueGrzegorz Bizon2016-03-171-3/+1
|
* Use a new issue create service when moving an issueGrzegorz Bizon2016-03-171-5/+24
|
* Do not pass unsanitized params to issue move serviceGrzegorz Bizon2016-03-172-6/+4
|
* Rewrite references in issue description when moving itGrzegorz Bizon2016-03-171-1/+16
|
* Silently close old issue when it has been movedGrzegorz Bizon2016-03-171-7/+5
|
* Do not show issue move form unless user can moveGrzegorz Bizon2016-03-171-1/+1
|
* Add issue move ability and use it in move serviceGrzegorz Bizon2016-03-172-7/+5
|
* Add implementation that rewrites issue notes when movingGrzegorz Bizon2016-03-171-5/+18
|
* Add issue move implementation to controllerGrzegorz Bizon2016-03-172-4/+30
|
* 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-172-10/+19
|
* Add new system note used when issue has been movedGrzegorz Bizon2016-03-172-0/+18
|
* Add scaffold of service that moves issue to another projectGrzegorz Bizon2016-03-171-0/+41
|
* Merge branch 'fix_wiki_links' into 'master' Robert Speicher2016-03-172-2/+6
|\ | | | | | | | | | | | | Fix wiki search results point to raw source Closes https://github.com/gitlabhq/gitlabhq/issues/9581 See merge request !3138
| * Fix wiki search results point to raw sourceHiroyuki Sato2016-03-172-2/+6
| |
* | Follow the CSS Style Guide rules for unitless zero values.connorshea2016-03-1625-139/+139
| | | | | | | | | | | | | | | | Updated Emoji Rake task to conform to style guide. Discussed in #14299. [ci skip]
* | Fixes issue with dropdown caret being incorrect colorPhil Hughes2016-03-163-3/+1
| |
* | Merge branch 'css-hex-format' into 'master' Jacob Schatz2016-03-1645-242/+242
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Follow the CSS Style Guide rules for HEX colors. Use lowercase letters and shorthand values for HEX colors where possible, in accordance with the CSS Style Guide. Discussed in #14299. \cc @jschatz1 @rspeicher See merge request !3238
| * Follow the CSS Style Guide rules for HEX colors.connorshea2016-03-1545-242/+242
| | | | | | | | | | | | | | Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
* | Merge branch 'support-utf8-wiki-page-title' into 'master' Douwe Maan2016-03-162-5/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support Wiki with UTF-8 page name ## What does this MR do? Support Wiki with UTF-8 page name. See https://github.com/gollum/gollum/pull/929 ## Why was this MR needed? Relax constraints for wiki slug in aac6598482036e12a20b4c75f2a508bd6a017245. It allows to create a wiki with UTF-8 name, but creating a wiki with UTF-8 name causes 500 error. Creating a wiki with UTF-8 name once, then creating or updating wiki with ascii name also cause 500 error i.e. no one can create and update any wiki pages in the project. ## Workaround 1. Go to `https://DOMAIN/repo/wikis/git_access` -> this page display the link to git clone 2. Clone the wiki repo 3. Find the page with UTF-8 name 4. Rename or Delete these files 5. Commit and push ## What are the relevant issue numbers? - #13979 - #13891 - #13698 - #13603 - #13317 - #12906 - #12825 - #10945 ## Todo - [x] Waiting for 'gollum-rugged_adapter' that support rugged v0.24.0 release 'gollum-rugged_adapter' gem doesn't allow to install rugged v0.24.0 (it's still beta version), but 'gitlab_git' gem depends on rugged v0.24.0b13. So it can't install both 'gollum-rugged_adapter' and 'gitlab_git' now. See merge request !2999
| * | Support Wiki with UTF-8 page nameHiroyuki Sato2016-03-162-5/+5
| | |
* | | Merge branch 'worker-for-user-deletion' into 'master' Douwe Maan2016-03-166-17/+31
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | A worker deletes a user, so the request doesn't time out Fixes #13261 See merge request !2855
| * | | Clearify who deletes the userZeger-Jan van de Weg2016-03-153-4/+4
| | | |
| * | | Fix broken specsZeger-Jan van de Weg2016-03-151-1/+1
| | | |
| * | | Specs on force deleting of a userZeger-Jan van de Weg2016-03-151-1/+1
| | | |
| * | | Add ability to delete a user with forceZeger-Jan van de Weg2016-03-155-17/+21
| | | |
| * | | A worker deletes a user, so the request doesn't time outZeger-Jan van de Weg2016-03-152-1/+11
| | |/ | |/| | | | | | | Fixes #13261
* | | Merge branch 'issue_14301' into 'master' Robert Speicher2016-03-151-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fixes label on "Assignee" dropdown Fixes #14301 See merge request !3239
| * | | TypoAlfredo Sumaran2016-03-151-1/+1
| |/ /