summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'add-sentry-js-again-with-vue' into 'master' Phil Hughes2017-05-051-0/+4
|\
| * Merge branch 'master' into 'add-sentry-js-again-with-vue'Luke "Jared" Bennett2017-05-044-1/+47
| |\
| * \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-0416-101/+199
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-05-0310-45/+126
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-282-0/+17
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into add-sentry-js-again-with-vueLuke "Jared" Bennett2017-04-2828-69/+416
| |\ \ \ \ \
| * | | | | | Attempted adding separate clientside_sentry settingsLuke "Jared" Bennett2017-04-281-0/+4
* | | | | | | Merge branch 'master' into 28433-internationalise-cycle-analytics-pageRuben Davila2017-05-0420-102/+261
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Update last_repository_updated_at when the wiki is updatedDouglas Barbosa Alexandre2017-05-041-1/+1
| * | | | | | Update last_repository_updated_at when a push event is createdDouglas Barbosa Alexandre2017-05-041-0/+6
| * | | | | | Set last_repository_updated_at to created_at upon project creationDouglas Barbosa Alexandre2017-05-041-0/+5
| * | | | | | Merge branch 'dm-artifact-blob-viewer' into 'master' Sean McGivern2017-05-041-0/+35
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+35
| * | | | | | Merge branch 'always-show-latest-pipeline-in-commit-box' into 'master' Kamil Trzciński2017-05-041-2/+2
| |\ \ \ \ \ \
| | * | | | | | Rename latest_pipeline to last_pipelinealways-show-latest-pipeline-in-commit-boxLin Jen-Shin2017-05-031-2/+2
| | * | | | | | Always show latest pipeline info in commit boxLin Jen-Shin2017-05-031-1/+1
| * | | | | | | Merge branch 'zj-chat-message-pretty-time' into 'master' Sean McGivern2017-05-042-7/+14
| |\ \ \ \ \ \ \
| | * | | | | | | Convert seconds to minutes and hours on chat notifationszj-chat-message-pretty-timeZ.J. van de Weg2017-05-042-7/+14
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-0/+8
| |/ / / / / /
| * | | | | | Merge branch '31671-merge-request-message-contains-carriage-returns' into 'ma...Douwe Maan2017-05-031-19/+23
| |\ \ \ \ \ \
| | * | | | | | removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-19/+23
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern2017-05-037-23/+67
| |\ \ \ \ \ \
| | * | | | | | Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-037-23/+67
| * | | | | | | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-034-50/+85
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-034-50/+85
| | |/ / / / /
| * | | | | | Include missing project attributes to Import/ExportJames Lopez2017-05-031-0/+15
| |/ / / / /
* | | | | | First round of updates from the code review.Ruben Davila2017-05-021-0/+1
|/ / / / /
* | | | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-024-5/+13
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+3
| * | | | Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-013-3/+3
| * | | | Use the namespace validator for validating all pathsBob Van Landuyt2017-05-011-1/+1
| * | | | Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-011-0/+4
| * | | | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-2/+3
* | | | | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-7/+1
|\ \ \ \ \
| * | | | | Cleanupgitaly-branch-tag-countKim "BKC" Carlbäcker2017-04-281-3/+1
| * | | | | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-6/+2
* | | | | | Merge branch '26488-target-disabled-mr' into 'master' Sean McGivern2017-05-022-0/+15
|\ \ \ \ \ \
| * | | | | | Fix 404 when upstream has disabled merge requestsmhasbini2017-04-272-0/+15
* | | | | | | Merge branch 'dm-snippet-blob-viewers' into 'master' Sean McGivern2017-05-012-24/+61
|\ \ \ \ \ \ \
| * | | | | | | Use blob viewers for snippetsDouwe Maan2017-04-302-24/+61
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch '30586-fix-gitaly-is-ancestor' into 'master' 31611-sketch43-click-opens-new-tab-and-closes-it-quicklySean McGivern2017-05-011-9/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-9/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'dm-video-viewer' into 'master' Sean McGivern2017-04-282-0/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Display video blobs in-line like imagesdm-video-viewerDouwe Maan2017-04-282-0/+14
| |/ / / /
* | | | | Merge branch 'dz-improve-add-users-method' into 'master' Douwe Maan2017-04-281-0/+5
|\ \ \ \ \
| * | | | | Collect all users by single query when using Member#add_usersdz-improve-add-users-methodDmitriy Zaporozhets2017-04-281-0/+5
* | | | | | Merge branch '28020-improve-todo-list-when-comes-from-yourself' into 'master' Sean McGivern2017-04-281-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve text on todo list when the todo action comes from yourselfJacopo2017-04-281-0/+12
* | | | | | Add board_move slash commandAlex Sanford2017-04-281-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'dm-blob-viewers' into 'master' Tim Zallmann2017-04-2819-58/+383
|\ \ \ \ \