summaryrefslogtreecommitdiff
path: root/app/controllers/projects
Commit message (Expand)AuthorAgeFilesLines
* disables the shortcut to the issue boards when issues are disabledChristiaan Van den Poel2018-01-083-4/+5
* Refactor GCP session token exchange schemeMatija Čupić2018-01-071-5/+1
* Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-061-0/+10
|\
| * Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-051-0/+17
| |\
| * \ Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-042-7/+9
| |\ \
| * | | Add missing empty line in #reset_cacheMatija Čupić2018-01-041-0/+1
| * | | Move cache reset to ci_cd_settings controllerMatija Čupić2018-01-041-0/+9
* | | | Store OAuth token in Redis for worker to pick upMatija Čupić2018-01-061-1/+6
* | | | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-051-0/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | Backport 'Rebase' feature from EE to CEjprovazn-rebaseJan Provaznik2018-01-051-0/+17
| | |/ | |/|
* | | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2018-01-052-7/+9
|\ \ \ | |/ /
| * | Merge branch '20035-pause-resume-runners' into 'master'Grzegorz Bizon2017-12-291-4/+4
| |\ \
| | * | Add pause/resume button to specific project runnersMario de la Ossa2017-12-271-4/+4
| | |/
| * | Refactor success status in branch controllerMateusz Bajorski2017-12-271-3/+5
| * | Fix when branch creation fails don't post system noteMateusz Bajorski2017-12-261-1/+1
| |/
* | Remove polling interval from GcpControllerMatija Čupić2018-01-051-2/+0
* | Implement GCP billing check in cluster formMatija Čupić2017-12-211-7/+21
* | Remove actions for async GCP project billing checkMatija Čupić2017-12-211-31/+0
* | Merge branch 'master' into 39957-redirect-to-gpc-page-if-users-try-to-create-...Matija Čupić2017-12-2111-11/+49
|\ \ | |/
| * Remove a redundant `InvalidPathError` definitionrs-remove-useless-definitionRobert Speicher2017-12-201-5/+0
| * Merge branch 'zj-gitaly-pipelines-n-1' into 'master'Robert Speicher2017-12-191-0/+2
| |\
| | * Load commit in batches for pipelines#indexZeger-Jan van de Weg2017-12-191-0/+2
| * | Merge branch 'fix-cluster-enviroment-missing' into 'master'Kamil Trzciński2017-12-193-0/+4
| |\ \
| | * | Allow environment_scope in cluster controllersMatija Čupić2017-12-163-0/+4
| * | | Merge branch 'sh-add-schedule-pipeline-run-now' into 'master'Kamil Trzciński2017-12-181-1/+30
| |\ \ \ | | |_|/ | |/| |
| | * | Address review comments with playing pipeline schedulersh-add-schedule-pipeline-run-nowStan Hu2017-12-121-15/+15
| | * | Fix Rubocop offense and use a symbol instead of a stringStan Hu2017-12-121-1/+1
| | * | Add a spec for rate limiting pipeline schedulesStan Hu2017-12-121-2/+2
| | * | Add rate limiting to guard against excessive scheduling of pipelinesStan Hu2017-12-121-0/+11
| | * | Fix Sidekiq worker and make flash message return a link to the pipelines pageStan Hu2017-12-121-1/+1
| | * | Create a play_pipeline_schedule policy and use itStan Hu2017-12-121-1/+5
| | * | Address some comments with running a pipeline scheduleStan Hu2017-12-121-3/+3
| | * | Add button to run scheduled pipeline immediatelyStan Hu2017-12-121-1/+15
| * | | Merge branch 'osw-isolate-mr-widget-exposed-attributes' into 'master'Sean McGivern2017-12-181-2/+6
| |\ \ \ | | |_|/ | |/| |
| | * | Stop sending milestone and labels data over the wire for MR widgetosw-isolate-mr-widget-exposed-attributesOswaldo Ferreira2017-12-151-2/+6
| * | | Merge branch 'rc/use-factory_bot_rails' into 'master'Robert Speicher2017-12-151-1/+1
| |\ \ \
| | * | | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
| | | |/ | | |/|
| * | | Merge branch '41136-job-erased' into 'master'Filipa Lacerda2017-12-151-1/+1
| |\ \ \
| | * | | Change text from build to job in flash notice41136-job-erasedAnnabel Dunstone Gray2017-12-141-1/+1
| | |/ /
| * | | Merge branch 'lfs-badge' into 'master'Douwe Maan2017-12-151-0/+1
| |\ \ \
| | * | | moved lfs_blob_ids method into ExtractsPath modulelfs-badgePhil Hughes2017-12-141-3/+1
| | * | | moved lfs blob fetch from extractspath filePhil Hughes2017-12-141-0/+3
| | * | | fixed project homepage not having correct variablePhil Hughes2017-12-111-1/+0
| | * | | Added LFS badge to indicate LFS tracked filesPhil Hughes2017-12-111-0/+1
| | | |/ | | |/|
| * | | Merge branch 'feature/migrate-merge-base-to-gitaly' into 'master'Robert Speicher2017-12-141-1/+4
| |\ \ \ | | |_|/ | |/| |
| | * | Migrate Gitlab::Git::Repository#merge_base_commit to Gitalyfeature/migrate-merge-base-to-gitalyAhmad Sherif2017-12-131-1/+4
| | |/
* | | Add Worker rerun action to GcpControllerMatija Čupić2017-12-161-1/+10
* | | Handle html format in addition to jsonMatija Čupić2017-12-161-0/+2
* | | Expand controller test suite matrixMatija Čupić2017-12-161-2/+3
* | | Use 1 minute for status polling intervalMatija Čupić2017-12-161-1/+1