summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '29483-spam-check-only-title-and-description' into 'master' Sean McGivern2017-03-223-4/+4
|\
| * Spam check only when spammable attributes have changedOswaldo Ferreira2017-03-212-3/+3
| * Present ajax call errors when failing to update an IssueOswaldo Ferreira2017-03-211-1/+1
* | Merge branch 'revert-37328406' into 'master' Rémy Coutable2017-03-211-1/+4
|\ \
| * | Revert "Merge branch '29534-todos-performance' into 'master'"Sean McGivern2017-03-211-1/+4
* | | Merge branch '29583-routes-like-fix' into 'master' Sean McGivern2017-03-213-3/+5
|\ \ \
| * | | Escape route path for LIKE queriesJarka Kadlecova2017-03-213-3/+5
* | | | Merge branch 'jej-backport-authorless-fix' into 'master' Douwe Maan2017-03-211-0/+1
|\ \ \ \
| * | | | Prevented error on nil author from Issuable delegationJames Edwards-Jones2017-03-211-0/+1
| |/ / /
* | | | Resolve "Fix the Prometheus queries for multiple container environments"Jose Ivan Vargas Lopez2017-03-211-4/+4
| |/ / |/| |
* | | Merge branch 'dz-hide-share-group-ancestors' into 'master' Douwe Maan2017-03-211-1/+1
|\ \ \
| * | | Hide ancestor groups in the share group dropdown listdz-hide-share-group-ancestorsDmitriy Zaporozhets2017-03-211-1/+1
* | | | Merge branch '29618-clarify-help-text-on-prometheus-integration-page' into 'm...Douwe Maan2017-03-211-1/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | Move text to a MD heredoc.Joshua Lambert2017-03-211-1/+8
| * | | Add additional details on metric source being k8s nodesJoshua Lambert2017-03-181-1/+1
| * | | Clarify help text29618-clarify-help-text-on-prometheus-integration-pageJoshua Lambert2017-03-171-1/+1
* | | | Merge branch 'fix/gb/pipeline-intermittent-running-status' into 'master' Kamil Trzciński2017-03-211-0/+1
|\ \ \ \
| * | | | Fix pipeline status for transition between stagesGrzegorz Bizon2017-03-201-0/+1
* | | | | Merge branch '29685-wrong-number-of-arguments-calling-http_url_to_repo-on-clo...Sean McGivern2017-03-212-8/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix ProjectWiki#http_url_to_repo signatureRémy Coutable2017-03-202-8/+7
* | | | | Merge branch 'sh-fix-admin-application-settings' into 'master' Robert Speicher2017-03-211-0/+9
|\ \ \ \ \
| * | | | | Fix Error 500 when application settings are savedStan Hu2017-03-181-0/+9
* | | | | | Merge branch 'rs-issue-29592' into 'master' Stan Hu2017-03-211-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Handle Route#name being nil after an updateRobert Speicher2017-03-201-1/+1
* | | | | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-03-203-1/+4
|\ \ \ \ \ \
| * | | | | | Merge branch 'ssrf' into 'security' Douwe Maan2017-03-201-0/+1
| * | | | | | Merge branch '28058-hide-emails-in-atom-feeds' into 'security'Rémy Coutable2017-03-202-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'issue_27212' into 'master' Sean McGivern2017-03-201-0/+8
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add closed_at field to issuesFelipe Artur2017-03-171-0/+8
| | |_|/ / | |/| | |
* | | | | Merge branch 'routes-lower-case' into 'master' Yorick Peterse2017-03-201-4/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove repeated routes.path check for postgresql databasemhasbini2017-03-181-4/+6
| | |/ / | |/| |
* | | | Fix Project Wiki updateDongqing Hu2017-03-201-3/+5
* | | | Merge branch '29534-todos-performance' into 'master' Sean McGivern2017-03-201-4/+1
|\ \ \ \
| * | | | Todos performance: Include associations in FinderJarka Kadlecova2017-03-201-4/+1
| |/ / /
* | | | Simplify Ci::Build#dependencies methodTomasz Maczukin2017-03-201-8/+3
* | | | Send only defined dependenciesTomasz Maczukin2017-03-201-0/+15
|/ / /
* | | All CI offline migrationsKamil Trzciński2017-03-1716-269/+55
|/ /
* | Merge branch 'feature/use-gitaly-for-commit-show' into 'master'Robert Speicher2017-03-171-1/+8
|\ \
| * | Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-showAhmad Sherif2017-03-151-1/+8
* | | Merge branch 'add-labels-to-issue-hook' into 'master' Sean McGivern2017-03-172-0/+5
|\ \ \ | |_|/ |/| |
| * | Added labels to the issue web hookLuke "Jared" Bennett2017-03-172-0/+5
* | | removes n+1 query from tags and branches indexesfix-slow-queries-for-branches-indexTiago Botelho2017-03-161-0/+6
|/ /
* | Merge branch '28991-viewing-old-wiki-page-version-edit-button-exists' into 'm...29565-name-of-the-uncompressed-folder-of-a-tag-archive-changedRémy Coutable2017-03-161-0/+6
|\ \
| * | [#28991] Wiki page edit button only appears on the current commit pageTM Lee2017-03-161-0/+6
| |/
* | Don't try to load status when there is no commitBob Van Landuyt2017-03-161-0/+2
* | Render cached pipeline status on project dashboardBob Van Landuyt2017-03-161-0/+4
* | Update the pipeline cache when updating a pipeline-statusBob Van Landuyt2017-03-161-0/+6
* | Add a wrapper for pipeline statusesBob Van Landuyt2017-03-161-0/+84
* | Adds pipeline mini-graph to system information box in Commit ViewFilipa Lacerda2017-03-161-0/+4
* | Merge branch 'better-priority-sorting' into 'master' Douwe Maan2017-03-153-4/+38
|\ \