| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'security-11-5-test-permissions' into 'security-11-5' | Yorick Peterse | 2019-01-24 | 3 | -9/+9 |
* | Remove Koding integration and documentation | Stan Hu | 2018-10-12 | 1 | -14/+0 |
* | Resolve "Rename the `Master` role to `Maintainer`" Backend | Mark Chao | 2018-07-11 | 9 | -132/+132 |
* | Revert "Merge branch '36670-remove-edit-form' into 'master'"39441-bring-edit-form-back | Sean McGivern | 2017-10-26 | 3 | -0/+45 |
* | Remove edit action for issues | Jarka Kadlecova | 2017-10-03 | 3 | -45/+0 |
* | Change all `:empty_project` to `:project`rs-empty_project-default | Robert Speicher | 2017-08-02 | 6 | -6/+6 |
* | Use `empty_project` where possible in spec/features/securityrs-empty_project-features | Robert Speicher | 2017-07-27 | 6 | -6/+9 |
* | Remove superfluous type defs in specs | Keifer Furzland | 2017-07-27 | 12 | -12/+12 |
* | Create and use project path helpers that only need a project, no namespace | Douwe Maan | 2017-07-05 | 6 | -111/+111 |
* | Split up MergeRequestsControllerdm-merge-request-creations-controller | Douwe Maan | 2017-06-28 | 2 | -2/+2 |
* | Correct RSpec/SingleLineHook cop offenses | Robert Speicher | 2017-06-14 | 2 | -8/+24 |
* | Rename BuildsController to JobsController | Lin Jen-Shin | 2017-05-17 | 3 | -9/+9 |
* | Add Pipeline Schedules that supersedes experimental Trigger Schedule | Zeger-Jan van de Weg | 2017-05-07 | 3 | -3/+73 |
* | Merge branch 'metrics-deployment-history' into 'master'
| Douwe Maan | 2017-05-02 | 3 | -0/+45 |
|\ |
|
| * | Fix deployments security check path and add checks for internal and public ac... | Pawel Chojnacki | 2017-04-24 | 3 | -1/+31 |
| * | Add deployments security check | Pawel Chojnacki | 2017-04-24 | 1 | -0/+15 |
* | | Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb" | Dosuken shinya | 2017-04-28 | 3 | -0/+108 |
|/ |
|
* | Fix Rubocop offenses in code related to the registry | Grzegorz Bizon | 2017-04-03 | 1 | -1/+1 |
* | Refactor container registry repository tag stubs | Grzegorz Bizon | 2017-04-03 | 3 | -3/+3 |
* | Rename container image to repository in specs | Grzegorz Bizon | 2017-03-23 | 3 | -6/+6 |
* | Merge branch 'master' into feature/multi-level-container-registry-images | Grzegorz Bizon | 2017-03-21 | 3 | -0/+42 |
|\ |
|
| * | Added access spec tests | Jose Ivan Vargas | 2017-03-06 | 2 | -0/+28 |
| * | Add access spec tests for the /settings/repository route | Jose Ivan Vargas | 2017-03-06 | 1 | -0/+14 |
* | | Fixes broken and missing tests | Andre Guedes | 2017-02-22 | 3 | -0/+9 |
|/ |
|
* | Fixed tests, renamed files and methods | Jose Ivan Vargas | 2017-02-06 | 1 | -0/+14 |
* | Changed the controller/route name to 'ci/cd' and renamed the corresponding files | Jose Ivan Vargas | 2017-02-06 | 3 | -6/+34 |
* | Fixed tests and a rubocop linter26138-combine-webhooks-and-services-settings-pages | Jose Ivan Vargas | 2017-01-18 | 3 | -6/+6 |
* | Updated some tests descriptions to represent the correct settings path | Jose Ivan Vargas | 2017-01-03 | 3 | -3/+3 |
* | Fixed rspec tests for the project members also fixed the index | Jose Ivan Vargas | 2017-01-03 | 3 | -6/+6 |
* | Add support for nested groups to admin routingdz-fix-admin-routes | Dmitriy Zaporozhets | 2016-12-11 | 1 | -1/+1 |
* | Update effected testszj-guest-reads-public-builds | Z.J. van de Weg | 2016-12-04 | 1 | -24/+25 |
* | Guests can read builds if those are public | Z.J. van de Weg | 2016-12-04 | 1 | -0/+52 |
* | Speed up project snippet security request specsrs-project-snippet-security-specs | Robert Speicher | 2016-12-02 | 3 | -204/+168 |
* | Speed up Group security access specsrs-group-security-spec-speed | Robert Speicher | 2016-11-30 | 3 | -204/+165 |
* | Speed up Project security access specs | Robert Speicher | 2016-11-28 | 3 | -758/+719 |
* | Add missing security specs for raw snippet access | the-undefined | 2016-11-05 | 3 | -59/+151 |
* | Make guests unable to view MRsguests_cant_see_mrs | Valery Sizov | 2016-10-11 | 1 | -1/+1 |
* | Support integration with Koding (online IDE) | Gokmen Goksel | 2016-08-19 | 1 | -0/+14 |
* | Allow to access Container Registry for Public and Internal projectsallow-to-pull-public-images | Kamil Trzcinski | 2016-07-15 | 3 | -0/+57 |
* | Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-lines | Grzegorz Bizon | 2016-07-01 | 3 | -3/+0 |
* | Fix 404 for pipelines | Kamil Trzcinski | 2016-06-23 | 3 | -1/+270 |
* | Authorize environments controller actions | Kamil Trzcinski | 2016-06-14 | 1 | -0/+43 |
* | Rename all `[ci_]commit` to `[ci_]pipeline` in specs and features | Kamil Trzcinski | 2016-06-03 | 1 | -2/+2 |
* | Rename Ci::Build commit to pipeline | Kamil Trzcinski | 2016-06-03 | 1 | -1/+1 |
* | Projects members tab should follow visibility levels | Felipe Artur | 2016-04-18 | 3 | -14/+14 |
* | Ensure project snippets have their own access level | Rémy Coutable | 2016-03-25 | 3 | -0/+234 |
* | Address feedback | Douwe Maan | 2016-03-22 | 3 | -16/+16 |
* | Tweaks, refactoring, and specs | Douwe Maan | 2016-03-20 | 7 | -648/+458 |
* | Fix specs | Felipe Artur | 2016-03-18 | 1 | -1/+1 |
* | Code fixes | Felipe Artur | 2016-03-17 | 3 | -15/+46 |