summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* Add Pipelines for CommitKamil Trzcinski2016-09-271-8/+9
* Fix IssuesController#show degradation including project on loaded notesincludes-projects-to-render-issue-notesPaco Guzman2016-09-271-1/+1
* Revert part of "Merge branch 'update_issues_mr_counter' into 'master'Rémy Coutable2016-09-222-4/+0
* Merge branch 'and-you-get-awards' into 'master' Rémy Coutable2016-09-211-1/+4
|\
| * Start Frontend work, fix routing problemZ.J. van de Weg2016-09-191-1/+4
* | Merge branch 'post-merge-improve-of-ci-permissions' into 'master' Rémy Coutable2016-09-211-3/+3
|\ \
| * | Post-merge improve of CI permissionsKamil Trzcinski2016-09-201-3/+3
* | | Merge branch '21170-cycle-analytics' into 'master' Stan Hu2016-09-211-0/+67
|\ \ \
| * | | Implement fourth round of comments from @DouweM.Timothy Andrew2016-09-211-3/+8
| * | | Move JSON generation (cycle analytics) into a controller method.Timothy Andrew2016-09-201-2/+34
| * | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-208-74/+100
| |\ \ \ | | | |/ | | |/|
| * | | Move cycle analytics JSON generation to a helper.Timothy Andrew2016-09-171-1/+3
| * | | Add a JSON version of the `CycleAnalytics` page.Timothy Andrew2016-09-081-0/+5
| * | | Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-0713-27/+64
| |\ \ \
| * | | | Authorize access to cycle analytics.Timothy Andrew2016-08-261-0/+2
| * | | | Fetch cycle analytics data for a specific date range.Timothy Andrew2016-08-261-1/+17
| * | | | Scope Cycle Analytics queries to a projectTimothy Andrew2016-08-261-1/+1
| * | | | Add the "Plan" Cycle Analytics query.Timothy Andrew2016-08-261-28/+1
| * | | | Display numbers for the "Issue (Tracker)" cycle analytics metric.Timothy Andrew2016-08-261-0/+32
* | | | | fix issues mr counterbarthc2016-09-202-20/+5
| |_|_|/ |/| | |
* | | | Move logic to check ci? or lfs_deploy_token? to Gitlab::Auth::ResultKamil Trzcinski2016-09-201-7/+3
* | | | Revert "Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab...lfs-supportKamil Trzcinski2016-09-191-0/+6
| |_|/ |/| |
* | | Revert all changes introduced by https://gitlab.com/gitlab-org/gitlab-ce/merg...Kamil Trzcinski2016-09-191-6/+0
* | | Merge branch 'master' into per-build-tokenKamil Trzcinski2016-09-192-1/+5
|\ \ \
| * | | Render invalid template for merge requests without source project and openKatarzyna Kobierska2016-09-161-0/+4
| * | | Fix spelling: sucessfully -> successfullyStan Hu2016-09-151-1/+1
* | | | Don't leak build tokens in build logsKamil Trzcinski2016-09-191-1/+5
* | | | Improve authentication_result usageKamil Trzcinski2016-09-161-11/+18
* | | | Simplify checking of allowed abilities in git_http_client_controllerKamil Trzcinski2016-09-161-42/+33
* | | | Rename capabilities to authentication_abilitiesKamil Trzcinski2016-09-162-7/+9
* | | | Added builds_spec and git_http_specsKamil Trzcinski2016-09-151-1/+1
* | | | Merge remote-tracking branch 'origin/lfs-support-for-ssh' into per-build-tokenKamil Trzcinski2016-09-151-22/+49
|\ \ \ \
| * | | | Refactored authentication code to make it a bit clearer, added test for wrong...Patricio Cano2016-09-151-8/+17
| * | | | Further refactoring of authentication code, and code style fixes.Patricio Cano2016-09-151-8/+12
| * | | | Use special characters for `lfs+deploy-key` to prevent a someone from creatin...Patricio Cano2016-09-151-2/+2
| * | | | Better authentication handling, syntax fixes and better actor handling for LF...Patricio Cano2016-09-151-14/+13
| * | | | Refactor LFS token logic to use a Redis key instead of a DB field, making it ...Patricio Cano2016-09-151-2/+1
| * | | | Added LFS support to SSHPatricio Cano2016-09-151-12/+30
| |/ / /
* | | | Fix most of specsKamil Trzcinski2016-09-151-2/+5
* | | | Fix existing authorization specsKamil Trzcinski2016-09-151-1/+1
* | | | Merge remote-tracking branch 'origin/master' into per-build-tokenKamil Trzcinski2016-09-152-12/+4
|\ \ \ \ | |/ / /
| * | | Add test checking method closed_without_source_projectKatarzyna Kobierska2016-09-131-6/+0
| * | | Checks if deleting forked project closed all open merge requestsKatarzyna Kobierska2016-09-131-2/+2
| * | | fixes distinction between renaming a file and updating its content and21092-file-execution-flag-is-not-preserved-when-editing-filestiagonbotelho2016-09-091-6/+4
* | | | Make result to return project and capabilities grantedKamil Trzcinski2016-09-132-9/+5
* | | | Use a permissions of user to access all dependent projects from CI jobs (this...Kamil Trzcinski2016-09-132-2/+12
|/ / /
* | | Merge branch 'gitlab-workhorse-safeties' into 'master' Jacob Vosmaer (GitLab)2016-09-093-8/+10
|\ \ \
| * | | Verify JWT messages from gitlab-workhorseJacob Vosmaer2016-09-053-8/+10
* | | | Merge branch 'dz-bulk-edit-mr' into 'master' Rémy Coutable2016-09-081-26/+0
|\ \ \ \
| * | | | Add bulk update support for merge requests listDmitriy Zaporozhets2016-09-081-26/+0