summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* fix "Error loading dynamic module" error on snippet edit pagessnippet-throwSimon Knox2018-02-212-2/+6
|
* Update to jQuery 3.Jacob Schatz2018-02-2057-196/+196
|
* Merge branch 'issue-index-refactor' into 'master'Clement Ho2018-02-202-1/+11
|\ | | | | | | | | Refactor issue index filtered search See merge request gitlab-org/gitlab-ce!16981
| * Refactor issue index filtered searchissue-index-refactorJacob Schatz2018-02-122-1/+11
| |
* | Merge branch 'refactor-jobs-show-haml' into 'master'Jacob Schatz2018-02-203-6/+5
|\ \ | | | | | | | | | | | | Add dispatcher imports for job details bundle See merge request gitlab-org/gitlab-ce!17157
| * | Remove export from pagesrefactor-jobs-show-hamlClement Ho2018-02-161-1/+1
| | |
| * | Merge branch 'master' into 'refactor-jobs-show-haml'Clement Ho2018-02-1656-379/+324
| |\ \ | | | | | | | | | | | | # Conflicts: # app/assets/javascripts/dispatcher.js
| * | | Add dispatcher imports for job details bundleClement Ho2018-02-154-6/+10
| | | |
* | | | Remove "notes" bundle from webpack configMike Greiling2018-02-202-9/+4
| | | |
* | | | Merge branch 'dispatcher-mr-haml' into 'master'Jacob Schatz2018-02-206-25/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add dispatcher imports for bundles used in merge request show path See merge request gitlab-org/gitlab-ce!17163
| * | | | Remove import so that webpack can handle the moduledispatcher-mr-hamlClement Ho2018-02-191-3/+0
| | | | |
| * | | | Merge branch 'master' into dispatcher-mr-hamlClement Ho2018-02-1938-261/+76
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into dispatcher-mr-hamlClement Ho2018-02-162-1/+9
| |\ \ \ \ \
| * | | | | | Wrap pages in DOMContentLoadedClement Ho2018-02-161-2/+2
| | | | | | |
| * | | | | | Re-add common_vueClement Ho2018-02-161-0/+2
| | | | | | |
| * | | | | | Merge branch 'master' into dispatcher-mr-hamlClement Ho2018-02-1625-167/+261
| |\ \ \ \ \ \
| * | | | | | | Add dispatcher imports for bundles used in merge request show pathClement Ho2018-02-155-22/+21
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'revert-828357fb' into 'master'Douwe Maan2018-02-201-1/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'zj-n-1-root-show' into 'master'" See merge request gitlab-org/gitlab-ce!17243
| * | | | | | | Revert "Merge branch 'zj-n-1-root-show' into 'master'"Zeger-Jan van de Weg2018-02-201-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !16968
* | | | | | | | Merge branch 'fix-diff-flash' into 'master'Clement Ho2018-02-201-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | only show error if there is an error See merge request gitlab-org/gitlab-ce!17228
| * | | | | | | only show error if there is an errorfix-diff-flashSimon Knox2018-02-201-1/+3
| | | | | | | |
* | | | | | | | Merge branch 'remove-unnecessary-validate-project' into 'master'Kamil Trzciński2018-02-202-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unecessary validate: true from belongs_to :project See merge request gitlab-org/gitlab-ce!17166
| * | | | | | | | Remove unecessary validate: true from belongs_to :projectremove-unnecessary-validate-projectDylan Griffith2018-02-202-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not seem to serve any clear purpose and causes other issues (see https://gitlab.com/gitlab-org/gitlab-ce/issues/43196#note_59275652)
* | | | | | | | | fix broken specsremove-chart-show-bundleMike Greiling2018-02-191-1/+1
| | | | | | | | |
* | | | | | | | | remove common_d3 bundleMike Greiling2018-02-192-3/+0
| | | | | | | | |
* | | | | | | | | remove graphs_show webpack bundleMike Greiling2018-02-195-7/+4
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Chart.html.haml refactorJacob Schatz2018-02-1933-53/+46
| | | | | | | |
* | | | | | | | Resolve "group request membership mail with too long list of "To:""🙈 jacopo beschi 🙉2018-02-192-10/+18
| | | | | | | |
* | | | | | | | Fix single digit value clippingKushal Pandya2018-02-191-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch '32564-fix-double-system-closing-notes' into 'master'Sean McGivern2018-02-192-11/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Double closing system notes when closing issue with Merge Request" Closes #32546 and #32564 See merge request gitlab-org/gitlab-ce!17035
| * | | | | | | applying feedback32564-fix-double-system-closing-notesMicaël Bergeron2018-02-161-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # modified: lib/gitlab/git/commit.rb
| * | | | | | | stop ProcessCommitWorker from processing MR merge commitMicaël Bergeron2018-02-162-11/+9
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a merge request is merged, it creates a commit with the description of the MR, which may contain references and issue closing references. As this will be handled in the PostMergeService anyways, let's ignore merge commit generated from a MR.
* | | | | | | Merge branch 'sh-guard-read-only-user-updates' into 'master'Nick Thomas2018-02-191-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't attempt to update user tracked fields if database is in read-only Closes gitlab-ee#4972 See merge request gitlab-org/gitlab-ce!17200
| * | | | | | | Don't attempt to update user tracked fields if database is in read-onlysh-guard-read-only-user-updatesStan Hu2018-02-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With Geo, attempting to view an endpoint with a user could result in an Error 500 since Devise attempts to update the last sign-in IP and other details. Closes gitlab-org/gitlab-ee#4972
* | | | | | | | Merge branch '41949-move' into 'master'Douwe Maan2018-02-191-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remember assignee when moving an issue See merge request gitlab-org/gitlab-ce!17116
| * | | | | | | | Remember assignee when moving an issue41949-moveJan Provaznik2018-02-181-1/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Related to #41949
* | | | | | | | Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' ↵Douwe Maan2018-02-191-4/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Sanitize extra blank spaces used when uploading a SSH key Closes #40552 See merge request gitlab-org/gitlab-ce!17138
| * | | | | | | Revert "Merge branch ↵Rubén Dávila2018-02-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-key' into 'master'" This reverts commit e607fd796657afd214b8f25201919d3e33b3f35f.
* | | | | | | | Merge branch 'revert-215dff76' into 'master'Ian Baum2018-02-171-33/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'expired-ci-artifacts' into 'master'" See merge request gitlab-org/gitlab-ce!17193
| * | | | | | | | Revert "Merge branch 'expired-ci-artifacts' into 'master'"Stan Hu2018-02-161-33/+4
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | This reverts merge request !16578
* | | | | | | | Don't cache a nil repository root ref to prevent caching issuesdm-dont-cache-nil-root-refDouwe Maan2018-02-161-6/+2
|/ / / / / / /
* | | | | | | Merge branch 'fix-more-dispatcher-stuff' into 'master'Jacob Schatz2018-02-1631-206/+54
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Remove more route-based chunks from dispatcher.js See merge request gitlab-org/gitlab-ce!16901
| * | | | | | migrate admin:users:* to static bundlefix-more-dispatcher-stuffMike Greiling2018-02-164-24/+4
| | | | | | |
| * | | | | | correct for missing break statement in dispatcher.jsMike Greiling2018-02-162-0/+1
| | | | | | |
| * | | | | | alias create and update actions to new and editMike Greiling2018-02-161-4/+11
| | | | | | |
| * | | | | | migrate projects:merge_requests:edit to static bundleMike Greiling2018-02-162-6/+1
| | | | | | |
| * | | | | | migrate projects:merge_requests:creations:diffs to static bundleMike Greiling2018-02-162-6/+1
| | | | | | |
| * | | | | | migrate projects:merge_requests:creations:new to static bundleMike Greiling2018-02-162-6/+2
| | | | | | |
| * | | | | | migrate projects:issues:new and projects:issues:edit to static bundleMike Greiling2018-02-163-16/+2
| | | | | | |
| * | | | | | migrate projects:branches:index to static bundleMike Greiling2018-02-162-7/+2
| | | | | | |