summaryrefslogtreecommitdiff
path: root/spec/features/security/project/public_access_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch '36670-remove-edit-form' into 'master'"39441-bring-edit-form-backSean McGivern2017-10-261-0/+15
| | | | | This reverts commit 915e35a2992a4e51db2ac32aac8d7a29b1f4449e, reversing changes made to 9533786f522e358f372d8a0ec4b4990ae9d88f37.
* Remove edit action for issuesJarka Kadlecova2017-10-031-15/+0
|
* Use `empty_project` where possible in spec/features/securityrs-empty_project-featuresRobert Speicher2017-07-271-1/+1
|
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-31/+31
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
|
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-4/+12
|
* Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-3/+3
| | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Add Pipeline Schedules that supersedes experimental Trigger ScheduleZeger-Jan van de Weg2017-05-071-1/+15
|
* Merge branch 'metrics-deployment-history' into 'master' Douwe Maan2017-05-021-0/+15
|\ | | | | | | | | | | | | Metrics deployment history Closes #26914 See merge request !10649
| * Fix deployments security check path and add checks for internal and public ↵Pawel Chojnacki2017-04-241-0/+15
| | | | | | | | access
* | Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-0/+38
|/
* Fix Rubocop offenses in code related to the registryGrzegorz Bizon2017-04-031-1/+1
|
* Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-1/+1
|
* Rename container image to repository in specsGrzegorz Bizon2017-03-231-2/+2
|
* Merge branch 'master' into feature/multi-level-container-registry-imagesGrzegorz Bizon2017-03-211-0/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (1327 commits) Merge branch 'render-json-leak' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'ssrf' into 'security' Merge branch 'fix-links-target-blank' into 'security' Merge branch '28058-hide-emails-in-atom-feeds' into 'security' Fix karma test Reset filters after click Handle Route#name being nil after an update Only add frontend code coverage instrumentation when generating coverage report fix recompile assets step in 9.0 upgrade guide to use yarn Undo explicit conversion to Integer Make level_value accept string integers Make feature spec more robust Removed d3.js from the main application.js bundle Extend compound status for manual actions specs Update css to be nice and tidy. Fix pipeline status for transition between stages add an index to the ghost column Return 404 in project issues API endpoint when project cannot be found Improve rename projects migration ... Conflicts: doc/ci/docker/using_docker_build.md spec/lib/gitlab/import_export/all_models.yml
| * Added access spec testsJose Ivan Vargas2017-03-061-0/+14
| | | | | | | | Also created changelog and removed redundant code
* | Fixes broken and missing testsAndre Guedes2017-02-221-0/+3
|/
* Changed the controller/route name to 'ci/cd' and renamed the corresponding filesJose Ivan Vargas2017-02-061-0/+14
| | | | Added tests to verify the access policy to the new controller
* Fixed tests and a rubocop linter26138-combine-webhooks-and-services-settings-pagesJose Ivan Vargas2017-01-181-2/+2
|
* Updated some tests descriptions to represent the correct settings pathJose Ivan Vargas2017-01-031-1/+1
| | | | Updated the js from the member_expiration_date to es6
* Fixed rspec tests for the project members also fixed the indexJose Ivan Vargas2017-01-031-2/+2
| | | | view (removed an extra tag )
* Speed up Project security access specsRobert Speicher2016-11-281-264/+251
| | | | | | | | | Prior, every single test was creating four `ProjectMember` objects, each of which created one `User` record, even though each test only used _one_ of those Users, if any. Now each test only creates the single user record it needs, if it needs one. This shaves minutes off of each spec file changed here.
* Allow to access Container Registry for Public and Internal projectsallow-to-pull-public-imagesKamil Trzcinski2016-07-151-0/+19
|
* Fix 404 for pipelinesKamil Trzcinski2016-06-231-1/+30
|
* Authorize environments controller actionsKamil Trzcinski2016-06-141-0/+43
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-2/+2
|
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
|
* Projects members tab should follow visibility levelsFelipe Artur2016-04-181-6/+6
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-201-36/+75
|
* External UsersZeger-Jan van de Weg2016-03-131-11/+30
| | | | | The user has the rights of a public user execpt it can never create a project, group, or team. Also it cant view internal projects.
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-0/+54
|
* Move access-related matchers to their own moduleRobert Speicher2015-07-221-1/+2
|
* Reporter role can manage issue tracker nowreporter-manage-issuesDmitriy Zaporozhets2015-06-301-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Move project members index from `/team` to `/project_members`Douwe Maan2015-03-151-2/+2
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-17/+17
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-105/+108
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix security testsDmitriy Zaporozhets2014-09-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Delete wall notes testsDmitriy Zaporozhets2014-06-131-11/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix specs. Fix note form reset after submitDmitriy Zaporozhets2014-05-241-11/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Split feature tests out to different build jobJeroen van Baarsen2014-04-131-1/+1
|
* Make changes to testsDmitriy Zaporozhets2014-01-221-1/+1
| | | | | | | * project_with_code -> project * project -> ermpty_project Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Adding authenticated public mode (internal).Jason Hollingsworth2013-11-261-1/+1
| | | | | | Added visibility_level icons to project view (rather than just text). Added public projects to search results. Added ability to restrict visibility levels standard users can set.
* Public/Private projects security specsDmitriy Zaporozhets2013-09-251-0/+251