summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Save sorting preference for Issues/MRs in BEMario de la Ossa2019-01-287-34/+42
* Fix `star` action in the `explore` subpagesRiccardo Padovani2019-01-281-3/+3
* Merge branch '54905-milestone-search' into 'master'Sean McGivern2019-01-253-3/+3
|\
| * Adds milestone searchJacopo2019-01-243-3/+3
* | Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-245-6/+6
* | Merge branch '54385-board-policy-ce' into 'master'Rémy Coutable2019-01-241-7/+3
|\ \
| * | Backport of 54385-board-policyMario de la Ossa2019-01-181-7/+3
* | | Merge branch 'tz-user-avatar-caching' into 'master'Sean McGivern2019-01-222-1/+15
|\ \ \
| * | | Turned cache_privately? into cache_publicly?Tim Zallmann2019-01-222-7/+7
| * | | Fixed static analysis error and 2 caching specsTim Zallmann2019-01-211-1/+1
| * | | Changed the Caching of User Avatars to be public and to 5 minutesTim Zallmann2019-01-212-1/+15
* | | | Add ability to resolve project id into pathDmitriy Zaporozhets2019-01-221-3/+13
|/ / /
* | | Merge branch 'raise-on-unfiltered-params' into 'master'Rémy Coutable2019-01-211-3/+7
|\ \ \
| * | | Actually set raise_on_unfiltered_parameters to trueJasper Maes2019-01-161-3/+7
| |/ /
* | | Merge branch '56213-remove-error_tracking-feature-flag' into 'master'Kamil Trzciński2019-01-191-10/+0
|\ \ \
| * | | Remove `error_tracking` feature flagPeter Leitzen2019-01-151-10/+0
* | | | Add flat-square badge styleFabian Schneider2019-01-181-1/+12
| |_|/ |/| |
* | | Merge branch '47988-improve-milestone-queries-with-subq' into 'master'Andreas Brandl2019-01-171-1/+1
|\ \ \
| * | | Fix MilestonesFinder to pass relations to scopeHeinrich Lee Yu2019-01-121-1/+1
* | | | Backport github import fix from EEDmitriy Zaporozhets2019-01-171-1/+5
* | | | API for importing external reposBen2019-01-172-20/+11
* | | | Merge branch 'remove-issues-import-csv-feature-flag' into 'master'Sean McGivern2019-01-171-2/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Remove import_issues_csv feature flagHeinrich Lee Yu2019-01-111-2/+0
| |/ /
* | | Merge branch 'add-badge-count-to-projects-and-groups' into 'master'Lin Jen-Shin2019-01-162-0/+6
|\ \ \
| * | | Move ProjectsFinder into the controllerGeorge Tsiolis2019-01-152-0/+6
| | |/ | |/|
* | | Merge branch 'fix-403-page-is-rendered-but-404-is-the-response' into 'master'Lin Jen-Shin2019-01-161-1/+7
|\ \ \ | |/ / |/| |
| * | Show the correct error page when access is deniedLuke Bennett2019-01-151-1/+7
* | | Merge branch 'remove-cancel-all-button-in-job-list-view' into 'master'Grzegorz Bizon2019-01-151-12/+2
|\ \ \ | |/ / |/| |
| * | Remove cancel all action in Jobs ControllerJordi Llull2019-01-071-12/+2
* | | Merge branch 'sh-fix-bitbucket-server-error-handling' into 'master'Rémy Coutable2019-01-141-2/+2
|\ \ \
| * | | Fix Bitbucket Server importer error handlingStan Hu2019-01-121-2/+2
| | |/ | |/|
* | | Fix several ActionController::Parameters deprecationsJasper Maes2019-01-113-3/+3
|/ /
* | Merge branch 'remove-get-builds-method' into 'master'Grzegorz Bizon2019-01-112-2/+2
|\ \
| * | Remove get_build method for find_by_idSteve Azzopardi2019-01-092-2/+2
* | | Remove releases_page feature flagShinya Maeda2019-01-111-9/+0
* | | Merge branch 'knative-show-page' into 'master'Mike Greiling2019-01-111-5/+26
|\ \ \
| * | | Initial Serverless Functions detailed viewChris Baumbauer2019-01-101-5/+26
* | | | Merge branch 'iss-32584-preserve-line-number-fragment-after-redirect' into 'm...Mike Greiling2019-01-101-0/+13
|\ \ \ \
| * | | | Addressing peer review feedback.Scott Escue2019-01-101-6/+3
| * | | | Preserve URL fragment across sign-in and sign-up redirectsScott Escue2019-01-101-0/+16
* | | | | Fix requests profiler in admin page not rendering HTML properlyStan Hu2019-01-091-1/+1
|/ / / /
* | | | Service for calling Sentry issues apiReuben Pereira2019-01-091-0/+54
| |/ / |/| |
* | | Merge branch 'refactor-artifact-api-endpoint' into 'master'Grzegorz Bizon2019-01-092-14/+4
|\ \ \ | |/ / |/| |
| * | Create `get_build` for project modelSteve Azzopardi2019-01-072-6/+2
| * | Refactor project.latest_successful_builds_for defSteve Azzopardi2019-01-072-8/+2
| |/
* | Merge branch '49231-import-issues-csv' into 'master'Douwe Maan2019-01-072-4/+20
|\ \
| * | Remove caching of CSV file49231-import-issues-csvHeinrich Lee Yu2019-01-071-3/+3
| * | Improve email messagesHeinrich Lee Yu2019-01-071-2/+2
| * | Refactor upload service to return uploaderHeinrich Lee Yu2019-01-072-6/+6
| * | Import CSV BackendHeinrich Lee Yu2019-01-071-6/+15