Dmitriy Zaporozhets
cfee95d032
Merge pull request #8340 from cirosantilli/multi-ruby-install-v2
...
Web edit and HTTPS push work if multiple Rubies installed v2
2014-11-18 15:00:56 +02:00
Dmitriy Zaporozhets
a4e98f0ec9
Merge branch 'fork-to-group' into 'master'
...
Fork to group
Fixes #1592
* project can be forked into group
* fork link always lead to fork page where you select namespace where to fork
See merge request !1253
2014-11-18 10:44:15 +00:00
Ciro Santilli
533f4cdf30
gitlab shell works if multiple rubies installed
...
Before this it would fail because git hooks automatically prepend
things to the path, which can lead the wrong Ruby version to be called
in which dependencies are not installed.
To make sure that this is correct, the forked_merge_requests commented
out test that depends on this change was uncommented.
For that test to pass, it is also necessary to setup the mock server
on port 3001 under test_env.rb.
2014-11-18 11:38:23 +01:00
Dmitriy Zaporozhets
d2c3c98e3c
Routing specs for fork projects
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-14 12:55:13 +02:00
Dmitriy Zaporozhets
58011d61c3
Merge branch 'prepare-fork-to-given-namespace' of https://gitlab.com/bkaindl/gitlab-ce into bkaindl/gitlab-ce-prepare-fork-to-given-namespace
2014-11-13 19:36:28 +02:00
Marin Jankovski
9eb571f0ea
Add branch controller test.
2014-11-13 16:19:07 +01:00
Dmitriy Zaporozhets
940ed58e76
Merge branch 'commit-comments' of https://gitlab.com/jeroenj/gitlab-ce into jeroenj/gitlab-ce-commit-comments
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-11-12 13:19:35 +02:00
Dmitriy Zaporozhets
1dc99b4cbb
Merge pull request #8251 from cirosantilli/factor-regex-message-spec
...
Factor regex error messages with spec API tests
2014-11-12 12:16:59 +02:00
Dmitriy Zaporozhets
2139e3519b
Refactor merge request refresh logic on push
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-11 16:49:26 +02:00
Dmitriy Zaporozhets
150fc0cc68
Merge branch 'master' into mentioned_inside_mr
2014-11-06 15:38:09 +02:00
Dmitriy Zaporozhets
0ce1826b44
Merge pull request #8258 from cirosantilli/factor-repo-path
...
Factor using Repository#path_to_repo
2014-11-06 10:57:05 +02:00
Dmitriy Zaporozhets
6d60762793
Merge branch 'gitlab-ci-parallel' into 'master'
...
Update GitLab CI service to work with new GitLab CI
See merge request !1239
2014-11-05 17:42:52 +00:00
Ciro Santilli
e4a38e4471
Factor using Repository#path_to_repo
2014-11-05 17:51:49 +01:00
Marin Jankovski
6d775ddae4
Fix tests after change to regex validation message.
2014-11-05 16:03:45 +01:00
Ciro Santilli
98db90c4c9
Factor regex error messages with spec API tests
2014-11-05 15:49:35 +01:00
Valeriy Sizov
5715df2067
Merge pull request #8233 from cirosantilli/rm-new-branch-dead
...
Remove dead Event#new_branch? method
2014-11-05 16:25:35 +02:00
Dmitriy Zaporozhets
4a41d4b7d2
Modify tests to match new gitlab_ci_service logic
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-05 16:21:35 +02:00
Valeriy Sizov
b0b234f739
Merge pull request #8234 from cirosantilli/factor-0000
...
Factor '0' * 40 blank ref constants [failure unrelated]
2014-11-05 16:20:56 +02:00
Valeriy Sizov
70122e46c8
Merge pull request #7903 from cirosantilli/test-seed-reset
...
Fix version of test seed branches to specific revisions. Only clone if necessary.
2014-11-05 15:22:37 +02:00
Marin Jankovski
d59f8abea5
Fix tests after change to regex validation message.
2014-11-05 13:58:51 +01:00
Marin Jankovski
5a8ec1f671
Create a failing test where commit in mr creates a mr mention note.
2014-11-05 12:18:26 +01:00
Robert Schilling
652f4c8090
Merge pull request #8222 from cirosantilli/concat-with-backslash
...
Continue strings with backslash instead of append
2014-11-04 16:43:59 +01:00
Valeriy Sizov
24276ed836
Merge pull request #8224 from liammonahan/master
...
Expose projects_limit through users API if UserFull.
2014-11-04 17:33:20 +02:00
Dmitriy Zaporozhets
876c6f2491
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-11-04 10:48:38 +02:00
Dmitriy Zaporozhets
11357c8bb2
Merge pull request #8231 from cirosantilli/0000
...
Fix push not allowed to protected branch if commit starts with 7 zeros.
2014-11-04 00:13:58 +02:00
Ciro Santilli
71ed0ab069
Fix push not allowed to protected branch if
...
commit starts with 7 zeros.
2014-11-03 20:37:47 +01:00
Ciro Santilli
c3be1517ae
Factor '0' * 40 blank ref constants
2014-11-03 20:37:08 +01:00
Ciro Santilli
c49cb40f65
Remove dead Event#new_branch? method
2014-11-03 20:17:02 +01:00
Dmitriy Zaporozhets
e1c48f1431
Merge branch 'master' into jastkand/gitlab-ce-fix-api-auth
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-11-03 14:10:53 +02:00
Dmitriy Zaporozhets
d7c50b4a95
Merge branch 'api-events-username' into 'master'
...
Expose author username in project events API
Fixes gitlab/gitlabhq#1476
See merge request !1236
2014-11-03 11:52:33 +00:00
Marin Jankovski
fe610ff576
Merge pull request #8156 from stevenosloan/update_slack_and_use_raw_webhook_url
...
update slack-notifier for new webhook_url format
2014-11-03 09:57:05 +01:00
Liam Monahan
2edf212a8b
Expose projects_limit through users API if UserFull.
2014-11-02 18:51:34 -05:00
Ciro Santilli
ffa586061d
Use require spec_helper instead of relative path
...
More portable if either test or class gets moved,
more uniform with the rest of the tests.
2014-11-01 22:30:46 +01:00
Ciro Santilli
54ded5d95b
Continue strings with backslash instead of append
2014-11-01 22:26:12 +01:00
Dmitriy Zaporozhets
ef9f8677e6
Expose author username in project events API
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-31 12:08:45 +02:00
Dmitriy Zaporozhets
aa75a755ee
Merge branch 'api-delete-branch-json' into 'master'
...
Api delete branch json
Fixes gitlab/gitlabhq#1478
See merge request !1233
2014-10-31 09:38:24 +00:00
Andrey Krivko and Dmitriy Zaporozhets
bafd30f92c
Session API: Use case-insensitive authentication like in UI
2014-10-30 18:29:18 +02:00
Dmitriy Zaporozhets
961a6bfcc2
API delete branch: render branch name json instead of true
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-30 17:28:59 +02:00
Dmitriy Zaporozhets
f0dd16d53e
Merge branch 'master' of github.com:gitlabhq/gitlabhq
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
Conflicts:
CHANGELOG
2014-10-30 16:17:36 +02:00
Sean Edge
822d9aa6ba
Create RepoTag Grape entity and present it when doing stuff with tags via API. Update API doc for repositories. Add tag message to tag list page in UI. Update Changelog. Update spec to set .gitconfig identity, required for annotated tags.
2014-10-30 09:48:23 -04:00
Dmitriy Zaporozhets
8388bbe829
Merge branch 'notify-on-mention-everywhere' into 'master'
...
Notify on mention everywhere
Fixes gitlab/gitlabhq#1558
See merge request !1228
2014-10-30 13:23:16 +00:00
Dmitriy Zaporozhets
e1299bab7b
Merge branch 'feature_password_strength_indicator' into 'master'
...
Add a password strength indicator to SIGN UP and PROFILE pages
Fixes #1647
Added a password strength indicator to the sign up page. You can see how it looks in the following screenshot. In the sign up page, it checks if the password contains the username and alerts the user about it. If the user still wants to proceed with creating his account, nothing will stop him. This is merely a message. The indicator changes the input background color based on the strength like this:

The password strength indicator can also be found in the profile edit page. It functions in almost the exact same way, with the exception that it doesn't check if the password contains the username.

There are tests included.
/cc @job
See merge request !1227
2014-10-30 11:32:11 +00:00
Dmitriy Zaporozhets
fd17ba9ffc
Mentioned users are not limited by project scope any more
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-30 13:26:45 +02:00
Valery Sizov
4e321ec11c
Merge branch 'improve-group-members-api' into 'master'
...
Improve group members api
Related #1720
See merge request !1225
2014-10-29 13:42:56 +00:00
Dmitriy Zaporozhets
eea6a8a17d
Dont allow guests..developers to manage group members
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-29 13:38:00 +02:00
Dmitriy Zaporozhets
f6491508fe
Split group members api
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-29 13:31:23 +02:00
Dmitriy Zaporozhets
d6db6dda75
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
2014-10-28 20:02:40 +02:00
Dmitriy Zaporozhets
fa39863611
Fix tests
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-28 20:02:01 +02:00
Dmitriy Zaporozhets
1ad78be981
Merge branch 'transfer-service-spec-cleanups' into 'master'
...
Transfer service spec cleanups
Simplify the current tests for Projects::TransferService
See merge request !208
2014-10-28 14:19:27 +00:00
Dmitriy Zaporozhets
c71792d98c
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq
2014-10-28 16:15:31 +02:00