summaryrefslogtreecommitdiff
path: root/spec/helpers/projects_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* UI and copywriting improvements13948-access-request-to-projects-and-groupsRémy Coutable2016-06-141-19/+0
| | | | | | | | | + Move 'Edit Project/Group' out of membership-related partial + Show the access request buttons only to logged-in users + Put the request access buttons out of in a more visible button + Improve the copy in the #remove_member_message helper Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add request access for groupsRémy Coutable2016-06-141-10/+19
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'rs-backport-ee-372' into 'master' Rémy Coutable2016-05-091-5/+5
|\ | | | | | | | | | | | | Backport changes from gitlab-org/gitlab-ee!372 Mostly replaces several Spinach tests with RSpec Feature tests. See merge request !4043
| * Backport changes from gitlab-org/gitlab-ee!372rs-backport-ee-372Robert Speicher2016-05-041-5/+5
| | | | | | | | Mostly replaces several Spinach tests with RSpec Feature tests.
* | Sanitize repo paths in new project error messageStan Hu2016-05-041-0/+9
|/ | | | Closes #17243
* Fix license detection to detect all license files, not only known licensesRémy Coutable2016-04-251-0/+26
| | | | | | Fixes #15470. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Merge branch 'master' into issue_12658Douwe Maan2016-03-211-0/+19
|\ | | | | | | | | | | | | | | | | # Conflicts: # app/models/issue.rb # app/views/projects/_home_panel.html.haml # app/views/shared/projects/_project.html.haml # db/schema.rb # spec/models/project_spec.rb
| * Make HTTP(s) label consistent on clone barStan Hu2016-03-191-0/+19
| | | | | | | | | | Sites that use http:// for the external_url should always display HTTP on the clone bar. Similarly, sites that use https:// should show HTTPS.
* | Fix specsDouwe Maan2016-03-201-9/+1
|/
* Fix and test leave project displayDrew Blessing2015-12-211-0/+10
|
* Re-use User for avatars in link_to_memberYorick Peterse2015-10-151-0/+14
|
* Update README cache key to use full project namespaceStan Hu2015-10-021-2/+2
|
* Fix Error 500 when browsing projects with no HEADStan Hu2015-07-241-1/+19
| | | | | | | | | | Steps to reproduce: 1. Create a project with a README 2. In the actual remote, type: `git symbolic-ref HEAD refs/heads/nowhere` 3. Check that HEAD is gone via `git ls-remote .` 4. Go to the projects page and see the Error 500 Closes https://github.com/gitlabhq/gitlabhq/issues/9484
* Fork visibility level fixfork_visibility_levelValery Sizov2015-07-061-0/+44
|
* Updated rspec to rspec 3.x syntaxJeroen van Baarsen2015-02-121-3/+3
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Update rspec tests to the new external issue logic.Marin Jankovski2015-01-261-21/+0
|
* Github ImporterValery Sizov2015-01-101-0/+9
|
* Remove some deprecations and fir project helper specsDmitriy Zaporozhets2013-12-101-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Preselect the current issue tracker with selected="selected"Johannes Schleifenbaum2013-11-011-0/+12
| | | | | | The previous behavior was, that the first element of the select was preselected, thus upon saving the project, the previous selected could be overwritten.
* Use proper titles for issues trackersStefano Tortarolo2013-10-091-0/+11