Dmitriy Zaporozhets
ffadefb331
Merge pull request #9690 from ggarnier/master
...
Fix "useless assignment" Rubocop warnings
2015-10-04 15:26:23 +02:00
Guilherme Garnier
963e6366be
Fix rubocop warnings in features
2015-10-03 19:59:54 -05:00
Guilherme Garnier
aed145a9c6
Fix rubocop warnings in spec/lib and spec/tasks
2015-10-03 16:02:21 -05:00
Guilherme Garnier
1cfb48ddd0
Merge remote-tracking branch 'upstream/master'
2015-10-03 11:46:29 -05:00
Dmitriy Zaporozhets
662f8af497
Merge branch 'fix-cache-key-expiration-for-commits' into 'master'
...
Fix bug where transferring a project would result in stale commit links
Transferring a project to another namespace updates the project's updated_at
field, but since the cache key did not depend on the object, the page fragments
were not invalidated. This resulted in stale links to the commits. Changing
the cache key to use the project pathname solves this issue.
Closes gitlab-org/omnibus-gitlab#843
See merge request !1497
2015-10-03 08:45:27 +00:00
Dmitriy Zaporozhets
2b493695a3
Merge branch 'projects' into 'master'
...
Improve project page height
old thing. Grey block not aligned to the bottom. It was a scroll even with short project description.

New awesome stuff, no scroll, grey block aligned to the bottom.

See merge request !1487
2015-10-03 08:44:06 +00:00
Guilherme Garnier
848d7b2a2b
Fix rubocop warnings in spec/models
2015-10-03 01:48:54 -05:00
Guilherme Garnier
59d0263bc8
Fix rubocop warnings in lib
2015-10-03 01:29:58 -05:00
Guilherme Garnier
2b075f16c7
Fix rubocop warnings in app
2015-10-03 00:56:37 -05:00
Guilherme Garnier
0406455c8a
Enable "UselessAssignment" rubocop lint
2015-10-03 00:56:16 -05:00
Stan Hu
3fbcc51102
Update README cache key to use full project namespace
2015-10-02 13:26:42 -07:00
Stan Hu
dbc85bfa01
Fix bug where transferring a project would result in stale commit links
...
Transferring a project to another namespace updates the project's updated_at
field, but since the cache key did not depend on the object, the page fragments
were not invalidated. This resulted in stale links to the commits. Changing
the cache key to use the object pathname solves this issue.
Closes gitlab-org/omnibus-gitlab#843
2015-10-02 11:24:17 -07:00
Andrey
75c03530f8
removed max-heght from project.scss
2015-10-02 17:08:12 +02:00
Dmitriy Zaporozhets
b5c12f742a
Merge remote-tracking branch 'public/hide_services_password'
2015-10-02 16:48:38 +02:00
Dmitriy Zaporozhets
0e7b96bf48
Merge branch 'access_level_badge_bug' into 'master'
...
Fix: Wrong access level badge on MR comments
https://gitlab.com/gitlab-org/gitlab-ce/issues/2654
See merge request !1501
2015-10-02 14:39:58 +00:00
Andrey
acdb5f34cf
max height to layout.scss
2015-10-02 16:38:37 +02:00
Douwe Maan
93522e59ec
Merge branch 'rs-throttle-reset' into 'master'
...
Throttle "Forgot your password?" emails
Addresses internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2611
See merge request !1476
2015-10-02 14:37:07 +00:00
Valery Sizov
97e6c9b42c
Wrong access level badge on MR comments
2015-10-02 15:11:17 +03:00
Jacob Vosmaer
c867c22509
Merge branch 'migration-doc-fix' into 'master'
...
Back and forth permission on builds/
@jacobvosmaer I missed that :(
See merge request !1500
2015-10-02 11:25:00 +00:00
Kamil Trzcinski
a4292066f0
Back and forth permission on builds/
2015-10-02 12:44:20 +02:00
Dmitriy Zaporozhets
c7e323438e
Merge branch 'ensure-ci-project' into 'master'
...
Ensure GitLab CI project exists when CI service is activated manually
When I check activeated checkbox in project services for GitLab CI it
cause half-working state when gitlab_ci_project is missing. This patch
fixes it until we have proper behaviour implemented later
This fix also bring us to the point when fork of project is a bit broken and have unnecessary code so I made cleanup.
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
cc @ayufan
See merge request !1491
2015-10-02 10:39:31 +00:00
Andrey
5ebcf21b81
section and .content now in layout.cssc
2015-10-02 12:01:46 +02:00
Valery Sizov
731b860976
Hide password in the service settings form
2015-10-02 12:48:57 +03:00
Yorick Peterse
2fa89a3dc6
Added benchmark-ips to the Gemfile
...
This allows me to use this Gem for benchmarking without having to
add/remove it every time.
2015-10-02 11:29:46 +02:00
Andrey
fd86b66914
CSS markup fixed
...
Everything is fixed according DZ comments.
Added a bit sexy transition for our project buttons ><
2015-10-02 11:24:12 +02:00
Dmitriy Zaporozhets
3515cb9b2d
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-02 11:02:05 +02:00
Dmitriy Zaporozhets
37e9e71ea1
Remove unnecessary fork ci logic
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-02 10:26:56 +02:00
Dmitriy Zaporozhets
5de0b07844
Prevent creating 2 Ci::Project entities when enable CI
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-02 10:08:16 +02:00
Dmitriy Zaporozhets
b69b2520b1
Merge branch 'add_last_push_widget' into 'master'
...
Add last push widget to starred projects dashboard
This adds the last push widget to the starred projects dashboard. If a user set the starred projects dashboard as their preferred dashboard they would not see last push widget. The look is seamless between starred and 'your projects' dashboards.
### Screenshot:

See merge request !1304
2015-10-02 07:55:02 +00:00
Robert Speicher
d40dd5cfe3
Conform to spec guidelines that only exist in my head
...
[ci skip]
2015-10-02 00:14:47 -04:00
Robert Speicher
f036d4095e
Fix spec broken by updated Devise translations
2015-10-01 23:46:43 -04:00
Robert Speicher
b8ff38b1d4
Refactor PasswordsController to use before_actions
2015-10-01 21:47:27 -04:00
Robert Speicher
c7b43126bd
Add recently_reset message to Devise translations
2015-10-01 21:46:51 -04:00
Robert Speicher
ad7ad8745a
Add User#recently_sent_password_reset?
2015-10-01 21:41:56 -04:00
Robert Speicher
19748ddee6
Update config/locales/devise.en.yml with latest version
...
It looks like a lot of changes but it's not, they just sorted it
alphabetically.
2015-10-01 21:38:39 -04:00
Robert Speicher
d7eceafb27
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
2015-10-01 17:13:59 -04:00
Stan Hu
2432072466
Merge branch 'master' of https://github.com/gitlabhq/gitlabhq
2015-10-01 14:12:43 -07:00
Robert Speicher
8366ce364c
Merge branch 'rs-update-note' into 'master'
...
Ensure updated notes are syntax highlighted
See merge request !1444
2015-10-01 17:10:52 -04:00
Stan Hu
1c53c28c79
Merge pull request #9684 from NKMR6194/master
...
Fix link with emoji
2015-10-01 14:10:34 -07:00
Robert Speicher
b35dd6b908
Update CHANGELOG
...
[ci skip]
2015-10-01 17:08:22 -04:00
Drew Blessing
788a3f9b94
Add last push widget to starred projects dashboard
2015-10-01 15:17:32 -05:00
Dmitriy Zaporozhets
529cf138a1
Merge branch 'mail-footer-text' into 'master'
...
Change email footer text
Old:
> You're receiving this notification because you are a member of the GitLab.org / GitLab Community Edition project team.
New:
> You're receiving this notification because you've contributed to the GitLab.org / GitLab Community Edition project.
See merge request !1409
2015-10-01 20:11:16 +00:00
Robert Speicher
7bc48f7b1f
Merge branch 'update-gitlab-git' into 'master'
...
Update gitlab_git to 7.2.17
Fixes #2316 .
See merge request !1464
2015-10-01 19:47:42 +00:00
Drew Blessing
b72cf6f2a2
Merge branch 'etc-default-gitlab' into 'master'
...
Fix path to /etc/default/gitlab in 8.0 update guide
See merge request !1437
2015-10-01 19:00:57 +00:00
Zeger-Jan van de Weg and Zeger-Jan van de Weg
d8bc642312
Remove email footer text
2015-10-01 19:51:59 +02:00
Patricio Cano
b48072d4fc
Merge branch 'upgrade-version' into 'master'
...
Link to rake tasks
I believe there should be a link to rake tasks from backup restore, to give the user more options. That is why I added the link in the documentation.
Because of tweet https://twitter.com/gordonjb/status/641252693701476352
See merge request !1928
2015-10-01 16:32:15 +00:00
Patricio Cano
3e9772843c
Merge branch 'create-issue' into 'master'
...
New doc about how to create an issue in GitLab Basics
See merge request !1925
2015-10-01 16:29:29 +00:00
SAKATA Sinji
a3c6ed5c46
Fix link with emoji
2015-10-02 01:26:19 +09:00
Dmitriy Zaporozhets
e3bc0e2104
Ensure GitLab CI project exists when CI service is activated manually
...
When I check activeated checkbox in project services for GitLab CI it
cause half-working state when gitlab_ci_project is missing. This patch
fixes it until we have proper behaviour implemented later
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2015-10-01 18:10:09 +02:00
Dmitriy Zaporozhets
3fa8bd0e67
Merge branch 'ee_features_in_example_config' into 'master'
...
Removes reference to Enterprise Edition ssh key sync feature.
fixes #2042
See merge request !1017
2015-10-01 15:12:24 +00:00