Valery Sizov
f53683e67f
fix specs
2015-03-16 16:51:49 +02:00
Valery Sizov
410d25c8ca
rename table subscribe; make it polymorfic
2015-03-16 15:22:50 +02:00
Valery Sizov
09ef69b7c8
code folding fix
2015-03-16 13:52:55 +02:00
Valery Sizov
9698b36c1c
Subscription
2015-03-15 19:44:59 +02:00
Douwe Maan
e97cdb042d
Remove old team scopes.
2015-03-15 13:50:38 +01:00
Douwe Maan
bbdf23261c
Use member instead of tm.
2015-03-15 13:50:38 +01:00
Douwe Maan
31fc73f0a9
Use project_member instead of team_member.
2015-03-15 13:50:38 +01:00
Douwe Maan
99f995755e
Use group_member instead of users_group or membership.
2015-03-15 13:49:41 +01:00
Vinnie Okada
ad0ca0499a
Merge branch 'master' into fix-restricted-visibility
...
Conflicts:
db/schema.rb
2015-03-14 10:49:11 -06:00
Vinnie Okada
5710c1aaf8
Update snippet authorization
...
Allow authors and admins to update the visibility level of personal and
project snippets.
2015-03-14 10:30:48 -06:00
Douwe Maan
f96dc6295a
Everything from gitlab_git is already UTF-8.
2015-03-13 13:49:27 +01:00
Drew Blessing
606d24ff2d
Merge branch 'irker-service-use-supported-events' into 'master'
...
Make Irker service check supported_events
63178a9509 added the supported_events check for services. Since f84b7eef3f was just added, we should adjust it accordingly.
See merge request !367
2015-03-13 00:41:07 +00:00
Hannes Rosenögger
7ff9c8229d
Add a service to support external wikis
2015-03-12 19:13:51 +01:00
Marin Jankovski
6d0ff0ade8
Remove placeholder methods to prevent calling methods rather than attributes.
2015-03-10 18:09:13 -07:00
Dmitriy Zaporozhets
961971544a
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-03-10 12:03:58 -07:00
Marin Jankovski
82bb3ec33d
Merge branch 'issues-tracker-id' into 'master'
...
Properly move over `issues_tracker_id` from old custom issue tracker URLs.
Addresses https://gitlab.com/gitlab-org/gitlab-ce/issues/1124 .
cc @marin Regression in 7.8.0.
See merge request !1670
2015-03-10 17:07:49 +00:00
Douwe Maan
76842aac75
Properly move over issues_tracker_id from old custom issue tracker URLs.
2015-03-10 14:14:49 +01:00
Douwe Maan
383c56efa1
Use Gitlab::Git helper methods and constants as much as possible.
2015-03-10 13:39:31 +01:00
Douwe Maan
94a955893c
Merge branch 'fix-commit-calendar-emails' into 'master'
...
Fix commit calendar to use all user emails
This MR improves upon Hannes Rosenögger's changes:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/364
See merge request !378
2015-03-10 08:58:35 +00:00
Stan Hu
b26ab0ceeb
This MR extends the commit calendar so it searches for commits made with every email address the user has associated with his account.
...
This fixes one of the problems mentioned in gitlab-org/gitlab-ce#1162 and makes the behavior of the commit calendar as described in the profile.
"All email addresses will be used to identify your commits."
2015-03-09 21:43:54 -07:00
Dmitriy Zaporozhets
de629b4835
Blocking user does not remove him/her from project/groups but show blocked label
2015-03-09 19:02:30 -07:00
Dmitriy Zaporozhets
8b551ee318
Merge branch 'emails-on-push'
...
Conflicts:
app/controllers/projects/services_controller.rb
app/models/project_services/emails_on_push_service.rb
2015-03-08 16:49:11 -07:00
Vinnie Okada
285c534185
Allow admins to override restricted visibility
...
Allow admins to use restricted visibility levels when creating or
updating projects.
2015-03-08 16:10:05 -06:00
Vinnie Okada
cacac147de
Move restricted visibility settings to the UI
...
Add checkboxes to the application settings page for restricted
visibility levels, and remove those settings from gitlab.yml.
2015-03-07 13:11:08 -07:00
Dmitriy Zaporozhets
e68ad7fbb8
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-03-06 16:13:43 -08:00
Dmitriy Zaporozhets
7dadd423d5
Merge branch 'condensed-mr-commits' into 'master'
...
Condense commits already in target branch when updating merge request source branch.
Resolves https://dev.gitlab.org/gitlab/gitlabhq/issues/2043 .

(Not shown in screenshot, but works fine with rebases as well)
See merge request !1648
2015-03-07 00:13:10 +00:00
Douwe Maan
84ebc22ad2
Use 2 periods instead of 3 to signify inclusive range.
2015-03-06 23:12:26 +01:00
Douwe Maan
663b3c968f
Condense commits already in target branch when updating merge request source branch.
2015-03-06 18:09:00 +01:00
Stan Hu
ad14ed5e49
Add tag_push event notification to HipChat and Slack services.
...
Normalize output to use:
- User name instead of username
- Include first line of title in message description
- Link to "Issue #X" instead of "#X"
2015-03-06 08:31:49 -08:00
Stan Hu
7e204cf389
Added comment notification events to HipChat and Slack services.
...
Supports four different event types all bundled under the "note" event type:
- comments on a commit
- comments on an issue
- comments on a merge request
- comments on a code snippet
2015-03-06 06:54:00 -08:00
Stan Hu
f12ec5f4e8
Add merge and issue event notification for HipChat
2015-03-05 08:23:38 -08:00
Stan Hu
6ddd45948f
Make Irker service use the supported events check
2015-03-04 22:31:28 +00:00
Dmitriy Zaporozhets
66c61f023b
Re-annotate models
2015-03-04 14:14:00 -08:00
Dmitriy Zaporozhets
63178a9509
Merge branch 'add-more-slack-notifications' into 'master'
...
Add more Slack notifications for issue and merge request events
From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/237 by Stan Hu.
See merge request !1556
2015-03-04 21:57:17 +00:00
Marin Jankovski
e6a0fb1f77
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
2015-03-03 11:50:21 -08:00
Hannes Rosenögger
10212c01fd
Count commits in branches as well in the commit calendar
2015-03-03 15:31:05 +01:00
Douwe Maan
d57e809cbd
Set supported events per project service.
2015-03-03 11:14:32 +01:00
Douwe Maan
85fa334eb6
Execute GitlabCiService for both push and tag_push events.
2015-03-03 11:14:32 +01:00
Douwe Maan
f13567edc4
Only execute GitlabCiService for push events.
2015-03-03 11:14:32 +01:00
Douwe Maan
d86c0cda24
Fix specs.
2015-03-03 11:14:32 +01:00
Douwe Maan
d9ff616fd8
Code style, directory structure.
2015-03-03 11:14:32 +01:00
Stan Hu and Douwe Maan
afe5d7d209
Issue #595 : Support Slack notifications upon issue and merge request events
...
1) Adds a DB migration for all services to toggle on push, issue, and merge events.
2) Upon an issue or merge request event, fire service hooks.
3) Slack service supports custom messages for each of these events. Other services
not supported at the moment.
4) Label merge request hooks with their corresponding actions.
2015-03-03 11:14:31 +01:00
Dmitriy Zaporozhets
f438791721
Fix import check for case sensetive namespaces
2015-03-02 23:06:59 -08:00
Dmitriy Zaporozhets
33e107127a
Merge pull request #8812 from opichals/teamcity_branchName_not_to_be_whole_ref
...
Fix for TeamCity buildQueue REST API build/@branchName.
2015-03-02 15:23:15 -08:00
Dmitriy Zaporozhets
f00feb14ec
Merge branch 'add-irker-service' of https://github.com/Aorimn/gitlabhq into Aorimn-add-irker-service
...
Conflicts:
app/controllers/projects/services_controller.rb
2015-03-02 15:22:31 -08:00
Dmitriy Zaporozhets
e39bf83770
Merge pull request #8501 from AKoetsier/slack_channel_and_username
...
Allow a user to specify a channel and username for the slack-webhook
2015-03-02 15:17:56 -08:00
Aorimn
f84b7eef3f
Add Irker service
...
Irker is a gateway which sends IRC messages on git updates. This new
service provides an interface to this gateway, integrated in Gitlab, for
each updates.
As per the guidelines, this commit adds the new feature in the
CHANGELOG, tests and documentation.
See http://www.catb.org/esr/irker/
2015-03-01 20:51:03 +01:00
Jeroen van Baarsen
93bacb03e5
Merge pull request #8890 from sue445/feature/project_api_avatar_url
...
Expose avatar_url in projects API
2015-03-01 10:54:42 +01:00
sue445
51abeaa1bc
Expose avatar_url in projects API
...
* Impl Project#avatar_url
* Refactor ApplicationHelper: Use Project#avatar_url
* Update changelog
2015-03-01 10:13:01 +09:00
Andrès Koetsier
d2c85a68bb
Allow a user to specify a channel and username for the slack-webhook
2015-02-28 10:06:32 +01:00