summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Collapse)AuthorAgeFilesLines
...
| * Ability to edit commentsJack Weeden2013-07-011-0/+66
| |
* | Fix profile emails with new key routeDmitriy Zaporozhets2013-06-241-2/+2
| |
* | remove useless routing tests. Added symlink creation for project with codeDmitriy Zaporozhets2013-06-221-1/+2
| |
* | Remove form for adding user to several projects from admin area.Dmitriy Zaporozhets2013-06-221-14/+0
|/ | | | Remove unnecessary projects order on User#show
* Force user password change for users created by adminDmitriy Zaporozhets2013-06-131-17/+1
|
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into ↵Dmitriy Zaporozhets2013-06-041-99/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Andrew8xx8-gist Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
| * Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-242-200/+0
| |
| * Project Snippets now part of projectAndrew8xx82013-03-241-0/+101
| |
* | Merge branch 'add-defaults-create-group-team' of ↵Dmitriy Zaporozhets2013-05-271-0/+8
|\ \ | | | | | | | | | | | | | | | | | | https://github.com/dmedvinsky/gitlabhq into dmedvinsky-add-defaults-create-group-team Conflicts: config/gitlab.yml.example
| * | Add settings for user permission defaultsDmitry Medvinsky2013-05-161-0/+8
| | | | | | | | | | | | | | | | | | “Can create groups” and “Can create teams” had hardcoded defaults to `true`. Sometimes it is desirable to prohibit these for newly created users by default.
* | | changed Gitlab to GitLabBen Bodenmiller2013-05-191-1/+1
|/ /
* | Feature: Deploy keys between projectsDmitriy Zaporozhets2013-05-061-67/+0
| |
* | Fix internally public projects testsStephen Lottermoser2013-05-021-4/+4
| | | | | | | | Takes into account 98bea4b1ff and 3b88636d3c.
* | Internally public projectsStephen Lottermoser2013-05-021-0/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Minor usability improvementsDmitriy Zaporozhets2013-04-181-6/+6
| |
* | adopt tests to pass with new poltergeistDmitriy Zaporozhets2013-04-111-53/+60
| |
* | Specs refactoring to reduce test time. Disabled observers by default for specsDmitriy Zaporozhets2013-04-102-0/+2
| |
* | Reduce notes_on_merge_requests_spec time from 3 min to 1minDmitriy Zaporozhets2013-04-101-55/+41
| |
* | Cleanup gfm testsDmitriy Zaporozhets2013-04-101-72/+3
| |
* | fix testDmitriy Zaporozhets2013-04-021-1/+1
| |
* | fix testsDmitriy Zaporozhets2013-04-012-3/+4
| |
* | fix facotriesDmitriy Zaporozhets2013-04-011-2/+2
| |
* | Use project_with_code factory where necessaryDmitriy Zaporozhets2013-04-011-1/+1
| |
* | refactor wall.js. style wall page a bitDmitriy Zaporozhets2013-03-281-8/+0
| |
* | Updatev security tests since admin is a superuser now. Has access to any projectDmitriy Zaporozhets2013-03-251-17/+17
| |
* | Removed not relevant tests for admin.projectsDmitriy Zaporozhets2013-03-251-42/+0
|/
* removed few outdated testsDmitriy Zaporozhets2013-03-191-10/+0
|
* fix wall feature. removed duplicated testDmitriy Zaporozhets2013-03-191-41/+0
|
* fix tests. added jquery.timeago.jsDmitriy Zaporozhets2013-03-194-56/+12
|
* remove unused specDmitriy Zaporozhets2013-03-191-14/+0
|
* Fix spec errors.Sato Hiroyuki2013-03-192-8/+11
|
* Merge branch 'use_gollum_wikis' of https://github.com/DanKnox/gitlabhq into ↵Dmitriy Zaporozhets2013-03-151-21/+0
|\ | | | | | | | | | | | | | | | | | | | | DanKnox-use_gollum_wikis Conflicts: app/views/layouts/project_resource.html.haml app/views/wikis/edit.html.haml app/views/wikis/pages.html.haml app/views/wikis/show.html.haml spec/features/gitlab_flavored_markdown_spec.rb
| * Replace current Wiki system with Gollum Wikis.Dan Knox2013-03-091-20/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit replaces the old database backed Wiki system with the excellent Gollum git based Wiki system. The UI has been updated to allow for utilizing the extra features that Gollum provides. Specifically: * Edit page now allows you to choose the content format. * Edit page allows you to provide a commit message for the change. * History page now shows Format, Commit Message, and Commit Hash. * A new Git Access page has been added with the Wiki Repo URL. * The default page has been changed to Home from Index to match the Gollum standard. The old Wiki model has been left in tact to provide for the development of a migration script that will move all content stored in the old Wiki system into new Gollum Wikis.
* | Use wiki tab for wiki, wall, snippetsDmitriy Zaporozhets2013-03-151-1/+1
|/
* fix admin users testsDmitriy Zaporozhets2013-02-281-4/+4
|
* Restore old order for MR lists. Fix failing testsDmitriy Zaporozhets2013-02-212-2/+2
|
* Fix merge request closed filter. Fixed one more testDmitriy Zaporozhets2013-02-211-1/+3
|
* Removing ambiguity and non-working selectorsDmitriy Zaporozhets2013-02-214-6/+8
|
* Fixing rspec after upgrade to capybara pt1Dmitriy Zaporozhets2013-02-213-9/+36
|
* move capybara scenarios to spec/featuresDmitriy Zaporozhets2013-02-2118-0/+1575