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