summaryrefslogtreecommitdiff
path: root/app/controllers
Commit message (Expand)AuthorAgeFilesLines
* Add /-/readiness /-/liveness and /-/health_metrics endpoints to track applica...Paweł Chojnacki2017-04-073-20/+86
* Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-072-2/+2
|\
| * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-0713-90/+203
| |\
| * \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-069-57/+46
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-066-14/+31
| |\ \ \
| * | | | replaced one more helper with presenterRydkin Maxim2017-04-041-1/+1
| * | | | add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-1/+1
* | | | | Enable polling for pipelines table other pagesToon Claes2017-04-062-0/+6
* | | | | Set the Etag cache polling intervalToon Claes2017-04-061-0/+2
| |_|_|/ |/| | |
* | | | Merge branch 'tc-show-pipeline-coverage-if-avail' into 'master' Kamil Trzciński2017-04-061-1/+1
|\ \ \ \
| * | | | Show the test coverage if it is availabletc-show-pipeline-coverage-if-availToon Claes2017-04-061-1/+1
| | |/ / | |/| |
* | | | Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński2017-04-064-34/+87
|\ \ \ \
| * \ \ \ Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into feature/multi-le...feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-069-57/+46
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-067-14/+34
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Add minor improvements to container registry codeGrzegorz Bizon2017-04-061-4/+2
| * | | | Remove redundant code from container registry classesGrzegorz Bizon2017-04-051-1/+1
| * | | | Require container registry entities in controllersGrzegorz Bizon2017-04-052-3/+5
| * | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-048-5/+9
| |\ \ \ \
| * | | | | Fix wording in registry tags controller notificationsGrzegorz Bizon2017-04-041-2/+2
| * | | | | Improve wording in registry notifications in the UIGrzegorz Bizon2017-04-041-2/+2
| * | | | | Fix Rubocop offenses in code related to the registryGrzegorz Bizon2017-04-031-1/+1
| * | | | | Ensure root container repository when visiting registryGrzegorz Bizon2017-04-031-0/+16
| * | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-04-0313-80/+75
| |\ \ \ \ \
| * | | | | | Add serveral minor improvements to container registryGrzegorz Bizon2017-03-312-2/+4
| * | | | | | Move code related to registry to multiple controllersGrzegorz Bizon2017-03-313-33/+31
| * | | | | | Reorganize container repository controllers and viewsGrzegorz Bizon2017-03-314-53/+71
| * | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2715-38/+55
| |\ \ \ \ \ \
| * | | | | | | Fix feature specs related to container registryGrzegorz Bizon2017-03-241-2/+2
| * | | | | | | Remove out-of-scope changes for multi-level imagesGrzegorz Bizon2017-03-222-17/+0
| * | | | | | | Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-2163-457/+651
| |\ \ \ \ \ \ \
| * | | | | | | | Improved readability in tag/image delete conditionAndre Guedes2017-02-221-11/+17
| * | | | | | | | Fixes broken and missing testsAndre Guedes2017-02-221-1/+0
| * | | | | | | | Adding registry endpoint authorizationAndre Guedes2017-02-222-0/+17
| * | | | | | | | First iteration of container_image viewAndre Guedes2017-02-221-7/+21
* | | | | | | | | Linking to edit file directlyEric Eastwood2017-04-061-2/+8
* | | | | | | | | Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-20/+22
* | | | | | | | | Merge branch 'feature/enforce-2fa-per-group' into 'master' Douwe Maan2017-04-066-33/+85
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | rename cache db column with `_cached` suffixAlexis Reigel2017-04-061-2/+2
| * | | | | | | | check all groups for 2fa requirementAlexis Reigel2017-04-061-1/+1
| * | | | | | | | state the reason to the user for the required 2faAlexis Reigel2017-04-062-4/+28
| * | | | | | | | Rename skip_tfa session variable to skip_two_factorMarkus Koller2017-04-062-2/+2
| * | | | | | | | Rename check_2fa_requirement to check_two_factor_requirementMarkus Koller2017-04-063-6/+6
| * | | | | | | | Extract 2FA-related code from ApplicationControllerMarkus Koller2017-04-062-39/+48
| * | | | | | | | Support 2FA requirement per-groupMarkus Koller2017-04-063-4/+16
| * | | | | | | | Move AuthHelper#two_factor_skippable? into ApplicationControllerMarkus Koller2017-04-061-0/+7
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '28810-projectfinder-should-handle-more-options' into 'master' Rémy Coutable2017-04-069-57/+46
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ProjectsFinder should handle more optionsJacopo2017-04-069-57/+46
* | | | | | | | Merge remote-tracking branch 'dev/master'DJ Mountney2017-04-054-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Merge branch 'open-redirect-fix-continue-to' into 'security' Sean McGivern2017-04-051-0/+1
| * | | | | | | | Merge branch 'open-redirect-host-fix' into 'security' Sean McGivern2017-04-053-3/+3
| |/ / / / / / /