summaryrefslogtreecommitdiff
path: root/spec/features/security
Commit message (Collapse)AuthorAgeFilesLines
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-1/+1
|
* Support integration with Koding (online IDE)Gokmen Goksel2016-08-191-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Koding: #index: landing page for Koding integration If enabled it will provide a link to open remote Koding instance url for now we are also providing the sneak preview video for how integration works in detail. Repository: check whether .koding.yml file exists on repository Projects: landing page: show Run in IDE (Koding) button if repo has stack file Projects: MR: show Run in IDE Koding button if repo has stack file on active branch ProjectHelpers: add_koding_stack: stack generator for provided project With this helper we will auto-generate the required stack template for a given project. For the feature we can request this base template from the running Koding instance on integration. Currently this will provide users to create a t2.nano instance on aws and it'll automatically configures the instance for basic requirements. Projects: empty state and landing page provide shortcuts to create stack projects_helper: use branch on checkout and provide an entry point This ${var.koding_queryString_branch} will be replaced with the branch provided in query string which will allow us to use same stack template for different branches of the same repository. ref: https://github.com/koding/koding/pull/8597/commits/b8c0e43c4c24bf132670aa8a3cfb0d634acfd09b projects_helper: provide sha info in query string to use existing vms With this change we'll be able to query existing vms on Koding side based on the commit id that they've created. ref: https://github.com/koding/koding/pull/8597/commits/1d630fadf31963fa6ccd3bed92e526761a30a343 Integration: Docs: Koding documentation added Disable /koding route if integration is disabled Use application settings to enable Koding Projects_helper: better indentation with strip_heredoc usage Projects_helper: return koding_url as is if there is no project provided current_settings: set koding_enabled: false by default Koding_Controller: to render not_found once integration is disabled Dashboard_specs: update spec for Koding enabled case Projects_Helper: make repo dynamic ref: https://github.com/koding/koding/pull/8597/commits/4d615242f45aaea4c4986be84ecc612b0bb1514c Updated documentation to have right format
* Allow to access Container Registry for Public and Internal projectsallow-to-pull-public-imagesKamil Trzcinski2016-07-153-0/+57
|
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-013-3/+0
|
* Fix 404 for pipelinesKamil Trzcinski2016-06-233-1/+270
|
* 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-183-14/+14
|
* Ensure project snippets have their own access levelRémy Coutable2016-03-253-0/+234
|
* Address feedbackDouwe Maan2016-03-223-16/+16
|
* Tweaks, refactoring, and specsDouwe Maan2016-03-207-648/+458
|
* Fix specsFelipe Artur2016-03-181-1/+1
|
* Code fixesFelipe Artur2016-03-173-15/+46
|
* Merge 4009-external-users into issue_12658Felipe Artur2016-03-163-33/+117
|\
| * Create an external users tab on Admin user listZeger-Jan van de Weg2016-03-132-0/+38
| | | | | | | | Also incorporates the review into this, mainly spec changes.
| * External UsersZeger-Jan van de Weg2016-03-133-33/+79
| | | | | | | | | | 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.
* | Code improvements and add Create group serviceFelipe Artur2016-03-161-2/+0
| |
* | Add security specsFelipe Artur2016-03-104-40/+312
|/
* Rename allow_guest_to_access_builds to public_buildsKamil Trzcinski2016-02-041-0/+54
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-2/+2
|
* Merge branch 'public_profiles' into 'master'Dmitriy Zaporozhets2015-09-141-3/+3
|\ | | | | | | | | | | | | | | | | | | Make all group public https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1219# Internal issue - https://dev.gitlab.org/gitlab/gitlabhq/issues/1361 See merge request !1247
| * Fix tests for group accessDmitriy Zaporozhets2015-09-141-6/+6
| |
| * Make all group publicValery Sizov2015-09-091-9/+9
| |
* | Fix help access specDouwe Maan2015-09-091-1/+1
| |
* | Use new routing helperDouwe Maan2015-09-081-1/+1
|/
* Change before(:all) -> let! to avoid leaking data across testsStan Hu2015-07-281-15/+15
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9495
* Move spec/features/admin/security_spec to spec/features/securityrs-security-spec-speedRobert Speicher2015-07-221-0/+29
|
* Consolidate group access specs into one fileRobert Speicher2015-07-225-353/+284
|
* Remove redundant Profile access test casesRobert Speicher2015-07-221-9/+0
| | | | | | The user being created was no different than what `be_allowed_for` was doing behind the scenes so we were essentially testing all user-level accesses twice.
* Remove be_not_found_for matcherRobert Speicher2015-07-221-5/+0
| | | | It was only used in one test, and the test was kind of redundant.
* Move access-related matchers to their own moduleRobert Speicher2015-07-229-1/+18
|
* Audit log for user authenticationValery Sizov2015-07-061-2/+2
|
* Reporter role can manage issue tracker nowreporter-manage-issuesDmitriy Zaporozhets2015-06-303-0/+36
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update spec/features/security specsRobert Speicher2015-06-221-1/+1
|
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-2/+2
|
* Move group members index from `/members` to `/group_members`.Douwe Maan2015-03-154-8/+8
|
* Move project members index from `/team` to `/project_members`Douwe Maan2015-03-153-6/+6
|
* Rename dashboard landing page to Your projectsDmitriy Zaporozhets2015-03-101-2/+2
|
* Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets2015-03-082-59/+56
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-143-49/+49
| | | | | | 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-129-503/+512
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Fix security testsDmitriy Zaporozhets2014-09-253-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Delete wall notes testsDmitriy Zaporozhets2014-06-133-33/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix group projects fetchDmitriy Zaporozhets2014-05-291-0/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix specs. Fix note form reset after submitDmitriy Zaporozhets2014-05-243-33/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Split feature tests out to different build jobJeroen van Baarsen2014-04-139-9/+9
|
* Make use of project factory traitsRobert Speicher2014-03-194-10/+5
|
* Dont test models methods in security specsDmitriy Zaporozhets2014-02-254-22/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow access to groups with public projects.Jason Hollingsworth2014-02-204-0/+268
| | | | | Fixed Group avatars to only display when user has read permissions to at least one project in the group.