gitlab-org--gitlab-foss/spec
Stephen Lottermoser 4c44c5ef9a Internally public projects
Public projects listed in the public section will be linked to the
actual project's page. Public projects now give any user Guest
permissions to the project, allowing them to download the code, read
and create issues, and view anything else in the project's pages.

Ample access tests have been added to the project_access_spec to
verify correct permissions and behavior on public projects.
- Visitors to the site who are not logged in still cannot view the
  project's pages.
- Logged-in users visiting a public project where they are not a team
  member can create issues, but not snippets. They can view the projects
  code, issues, merge requests, etc, just as if they were a Guest member
  of the project.
- Since this is a public project, the user is also granted :download_code
  permissions, a permission normally reserved for Reporters, since they
  can clone the repo anyways and browse commits and branches locally.
2013-05-02 00:06:59 -07:00
..
contexts Improve CreateContext call. Fixed test 2013-01-18 20:21:13 +02:00
controllers Fix overlapping test case names. 2013-04-07 13:58:25 -07:00
factories reannotated 2013-03-15 15:16:02 +02:00
features Internally public projects 2013-05-02 00:06:59 -07:00
helpers fixed test using repo with commits but old factory 2013-04-01 19:06:47 +03:00
lib Move Gitlab::Git out of gitlab core 2013-04-27 23:50:17 +03:00
mailers fixed test using repo with commits but old factory 2013-04-01 19:06:47 +03:00
models change user_spec to pass postgres 2013-04-15 16:30:26 +03:00
observers Update all gems! 2013-05-01 13:29:29 +03:00
requests/api fix test 2013-05-02 08:47:42 +03:00
routing Update capybara to 2.1, poltergeist to master 2013-04-11 10:45:18 +03:00
services Fixing specs & spinach since Wiki model does not exists any more 2013-04-10 23:48:40 +03:00
support Move Gitlab::Git out of gitlab core 2013-04-27 23:50:17 +03:00
tasks/gitlab Fix routing issues when navigating over tree, commits etc 2012-12-25 06:14:05 +03:00
workers fixed test using repo with commits but old factory 2013-04-01 19:06:47 +03:00
factories.rb Fixing specs & spinach since Wiki model does not exists any more 2013-04-10 23:48:40 +03:00
factories_spec.rb Tests to validate that invalid keys are rejected 2013-02-17 21:31:20 +02:00
seed_project.tar.gz Rspec test repo replaced.\nMerge Requests improved 2012-03-13 23:54:49 +02:00
spec_helper.rb Specs refactoring to reduce test time. Disabled observers by default for specs 2013-04-10 23:28:42 +03:00