Semyon Pupkov
3deb66ea56
Add traits for ProjectFeatures to Project factory
...
https://gitlab.com/gitlab-org/gitlab-ce/issues/24007
2017-02-05 13:11:45 +05:00
Robert Speicher
2fe13fbc4b
Use `:empty_project` where possible in helper specs
2017-01-25 17:10:32 -05:00
Dmitriy Zaporozhets
6b90ccb9fd
Change user & group landing page routing from /u/:name & /groups/:name to /:name
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-06 19:50:48 +03:00
Nick Thomas
3ed80a0176
Enforce the fork_project permission in Projects::CreateService
...
Projects::ForkService delegates to this service almost entirely, but needed
one small change so it would propagate create errors correctly.
CreateService#execute needs significant refactoring; it is now right at the
complexity limit set by Rubocop. I avoided doing so in this commit to keep the
diff as small as possible.
Several tests depend on the insecure behaviour of ForkService, so fi them up at
the same time.
2016-09-27 13:17:56 +01:00
Felipe Artur
dfa286c181
Fix project settings field
2016-09-06 17:37:56 -03:00
Paco Guzman
cfe512d6e9
Show "Create Merge Request" widget for push events to fork projects on the source project
2016-08-24 18:54:26 +02:00
Alejandro Rodríguez
86359ec854
Refactor repository paths handling to allow multiple git mount points
2016-06-29 22:30:31 -04:00
Rémy Coutable
515205d3c1
UI and copywriting improvements
...
+ 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>
2016-06-14 13:18:14 +02:00
Rémy Coutable
d26f81239a
Add request access for groups
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-06-14 13:07:26 +02:00
Rémy Coutable
d4d34b161b
Merge branch 'rs-backport-ee-372' into 'master'
...
Backport changes from gitlab-org/gitlab-ee!372
Mostly replaces several Spinach tests with RSpec Feature tests.
See merge request !4043
2016-05-09 14:48:48 +00:00
Stan Hu
75523d1df9
Sanitize repo paths in new project error message
...
Closes #17243
2016-05-04 14:06:07 -07:00
Robert Speicher
f18ec70743
Backport changes from gitlab-org/gitlab-ee!372
...
Mostly replaces several Spinach tests with RSpec Feature tests.
2016-05-04 17:05:16 -04:00
Rémy Coutable
b8c4a65da7
Fix license detection to detect all license files, not only known licenses
...
Fixes #15470 .
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-04-25 10:31:28 +02:00
Douwe Maan
ae7b2ef62c
Merge branch 'master' into issue_12658
...
# 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
2016-03-21 23:22:21 +01:00
Douwe Maan
45e8650c4f
Fix specs
2016-03-20 23:26:58 +01:00
Stan Hu
68fa4de6e3
Make HTTP(s) label consistent on clone bar
...
Sites that use http:// for the external_url should always display HTTP on
the clone bar. Similarly, sites that use https:// should show HTTPS.
2016-03-19 22:47:27 -07:00
Drew Blessing
66a8281fdd
Fix and test leave project display
2015-12-21 15:58:42 -06:00
Yorick Peterse
ff8f7fb0a1
Re-use User for avatars in link_to_member
2015-10-15 12:05:01 +02:00
Stan Hu
3fbcc51102
Update README cache key to use full project namespace
2015-10-02 13:26:42 -07:00
Stan Hu
a5e8ea54ec
Fix Error 500 when browsing projects with no HEAD
...
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
2015-07-24 10:14:58 -07:00
Valery Sizov
111ebe5471
Fork visibility level fix
2015-07-06 17:40:33 +03:00
Jeroen van Baarsen
0c4a70a306
Updated rspec to rspec 3.x syntax
...
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-02-12 19:17:35 +01:00
Marin Jankovski
4641514cbf
Update rspec tests to the new external issue logic.
2015-01-26 15:59:40 -08:00
Valery Sizov
a9f7fd2c1a
Github Importer
2015-01-10 09:51:43 -08:00
Dmitriy Zaporozhets
ed82ab4117
Remove some deprecations and fir project helper specs
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-10 12:11:29 +02:00
Johannes Schleifenbaum
d9deb24f3a
Preselect the current issue tracker with selected="selected"
...
The previous behavior was, that the first element of the select was
preselected, thus upon saving the project, the previous selected could
be overwritten.
2013-11-01 15:33:47 +01:00
Stefano Tortarolo
65f5d062e9
Use proper titles for issues trackers
2013-10-09 09:21:53 +02:00