Dmitriy Zaporozhets
2388fdd7c6
Improve fork to namespaces feature
...
* Show namespace thumbnail differently if project was already forked
* Show loading spinner when click on fork
* Fork link navigates to personal namespace only if no manageable groups exists
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-14 16:06:39 +02:00
Dmitriy Zaporozhets
e08e405ac4
Select namespace where to fork project
...
Now you can fork project into group or personal namespace.
Also I moved fork logic from ProjectsController to own fork resource
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-13 22:06:19 +02: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
95e8f9797a
Merge pull request #7617 from pkill/issue-280-commit-note-notifications
...
Issue-280 Send notifications when a note is added to a commit and author...
2014-11-12 12:17:27 +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
ccd842c3a7
Prevent post-receive error when push to project with dead forks
...
If project has open merge request from fork and this fork was removed
before merge request was closed it cause exception during push
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-11 14:52:30 +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
Alex Elman
383ac10ca5
Issue-280 Send notifications when a note is added to a commit and author is a group member
...
This fixes a bug where commit authors weren't receiving email notifications for notes added to their commits and their membership was in the group but not the project. The fix is to look up membership via the team object which accounts for both project and group members.
2014-11-05 10:28:59 -06: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
Marin Jankovski
2ee1ec4300
Do not allow cross reference note in a mr if a mr contains mentioned commit.
2014-11-05 12:53:10 +01:00
Valeriy Sizov
5c6b21f1c2
Merge pull request #7967 from Bugagazavr/issue-actor
...
Add issueable actor to hooks
2014-11-05 12:10:50 +02:00
Dmitriy Zaporozhets
3246ed514f
Update GitLab CI service to work with new GitLab CI
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-11-05 11:44:40 +02: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
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
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
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
ed9350dc57
Merge branch 'fix-buildbox-integration' into 'master'
...
Fix buildbox integration
Fixes gitlab/gitlabhq#1725
See merge request !1229
2014-10-29 14:47:36 +00:00
Dmitriy Zaporozhets
ec5482a0dc
Explicitly require addressable gem feature you need. Fixes Buildbox CI integration
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-29 16:34:28 +02:00
Drew Blessing
776bca07cd
Add Atlassian Bamboo service
2014-10-28 05:20:36 -05:00
Dmitriy Zaporozhets
beabf5db8c
Merge pull request #8091 from cirosantilli/factor-ability-abilities
...
Factor abilities methods
2014-10-28 12:09:55 +02:00
Steven Sloan
7b339e61e8
update slack-notifier to 1.0.0, use raw webhook_url per slack recommendation
...
per changes with slack, they’re now using “static” web hook urls that describe the team & service with IDs that don’t change if the team or service name change. their recommendation is to use the raw webhook_url instead of building it out of components to allow more flexibility
this should also prevent issues cropping up with mistakes in how the urls are parsed
2014-10-23 14:47:28 -04:00
Marin Jankovski
ce61de68ba
Use allowed slack team name.
2014-10-21 11:38:41 +02:00
Dmitriy Zaporozhets
c3b81e5f40
Merge branch 'master' of github.com:gitlabhq/gitlabhq
2014-10-21 11:44:18 +03:00
Dmitriy Zaporozhets
5ed7c20150
Prevent 500 error when filter projects with push in admin area
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-20 17:22:39 +03:00
Ciro Santilli
f808ecf11e
DRY mentioned in magic note constant
2014-10-19 22:19:56 +02:00
Ciro Santilli
b66a152735
Factor abilities methods
...
in app controller, user model and services.
2014-10-19 11:12:39 +02:00
Jan-Willem van der Meer
6c0994a3b3
Merge remote-tracking branch 'origin/master' into feature-multiple-ldap-servers
...
Conflicts:
app/controllers/omniauth_callbacks_controller.rb
2014-10-13 17:07:53 +02:00
Dmitriy Zaporozhets
05fca6bfc2
Merge branch 'sorting-users-in-admin' into 'master'
...
Sorting users in admin
See merge request !1170
2014-10-13 13:59:17 +00:00
Valery Sizov
4e0da2325b
Admin: user sorting
2014-10-13 16:07:57 +03:00
Jan-Willem van der Meer
a7e071e982
Add refactoring for multiple LDAP server support
...
These changes are ported from EE to CE. Apply changes for app directory
2014-10-13 13:39:54 +02:00
Dmitriy Zaporozhets
8c01448cf9
Dontr decoarate already decorated stuff
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 17:39:29 +03:00
Dmitriy Zaporozhets
ea04ed7879
Use 8chars short sha for commit in views
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 16:30:14 +03:00
Dmitriy Zaporozhets
daa55f31d8
Dont raise exception when wrong commit id passed
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 15:58:11 +03:00
Dmitriy Zaporozhets
200118357d
Use full commit sha width for reference in note body to prevent Ambiguous SHA1 prefix problem
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 15:44:27 +03:00
Dmitriy Zaporozhets
0189be0831
Use short_id instead of [0..N] for short version of commit sha
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-10 15:39:48 +03:00
Valery Sizov
82c938ad75
annotate
2014-10-09 18:22:20 +03:00
Valery Sizov
47f539f5a6
Snippets: public/internal/private
2014-10-09 17:09:53 +03:00
Keith Pitt
4c7da578f2
Merge branch 'master' into buildbox-service
...
Conflicts:
app/models/project.rb
2014-10-08 16:33:53 +08:00
Keith Pitt
76594d474c
Added support for Buildbox
2014-10-08 16:30:04 +08:00
Dmitriy Zaporozhets
c0306f78d2
Merge branch 't1254-snippets-refactoring' into 'master'
...
Snippets refactoring: rename public to internal. STEP 1
See merge request !1157
2014-10-07 10:05:59 +00:00
Dmitriy Zaporozhets
7bcd6f79a4
Merge pull request #7963 from cirosantilli/factor-previewable
...
Factor markup? || gitlab_markdown? into new method
2014-10-07 12:19:28 +03:00
Valery Sizov
fd8d1d9b62
Snippets: rename public to internal
2014-10-07 11:54:00 +03:00
Dmitriy Zaporozhets
70004f4ef6
Merge branch 'slack_integration' into 'master'
...
Slack integration
See merge request !1151
2014-10-06 16:14:48 +00:00
Marin Jankovski
0fed1b5876
Merge pull request #7964 from mr-vinn/task-lists
...
Add task lists to issues and merge requests
2014-10-06 17:29:06 +02:00
Dmitriy Zaporozhets
46b7a3f8f5
Prevent PG::Error exception when check commit reference on commit
...
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com >
2014-10-06 15:07:36 +03:00
Marin Jankovski
e5998adc26
Accommodate new webhook url format.
2014-10-06 10:44:01 +02:00