summaryrefslogtreecommitdiff
path: root/spec/features/security/project/public_access_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-10-stable-eev15.10.0-rc42GitLab Bot2023-03-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+3
|
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-6/+6
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eeGitLab Bot2021-01-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-16/+32
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-12/+12
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-3/+3
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-9/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-131-4/+0
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-111-8/+8
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-141-2/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
|
* Creates Feature Flag for job logFilipa Lacerda2019-08-301-0/+4
| | | | | Updates frontend code and specs to allow for the new feature flag
* Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* [master] Pipelines section is available to unauthorized usersKamil Trzciński2019-01-311-5/+5
|
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-34/+34
|
* 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
|