- 06 Mar, 2015 7 commits
-
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Use bootstrap buttons with custom colors instead of own css Reduce amount of custom css will make UI development easier See merge request !1641
-
Douwe Maan authored
Add notes notifications to services This merge request builds on top of a few other merge requests: * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/237 * https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/350 The purpose of this merge request is to add service notification support when a user comments on one of the following: * commits * issues * merge requests * code snippets Currently HipChat and Slack are only supported. The admin can select which events to toggle on or off. ## Questions All note events are bundled under the `note` event type. Is this okay, or does it make more sense to have individual events and/or change the `object_type` attribute in the hook data? Also, does it look better to link the entire `merge request #X` as opposed to just `#X`? I like the former. ## Before  ## After  ### Slack  ### HipChat  See merge request !358
-
Stan Hu authored
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
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 05 Mar, 2015 17 commits
-
-
Dmitriy Zaporozhets authored
Bump gitlab_git to fix 500 with annotated tags w/o message Should fix https://gitlab.com/gitlab-org/gitlab-ce/issues/1181 See merge request !1640
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Cache project row on dashboard, group and user page See merge request !1639
-
Dmitriy Zaporozhets authored
-
Robert Schilling authored
Update gemnasium-gitlab-service gem
-
Douwe Maan authored
Add merge and issue event notification for HipChat This adds merge and issue event notification for HipChat. This depends on the MR used for Slack: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/237 This should also address #1085. Before:  After:   See merge request !350
-
Dmitriy Zaporozhets authored
Fix checkbox alignment in application settings Add the form-control CSS class to the feature checkboxes on the application settings page to fix the vertical alignment with their labels. See #2053. Also add aria-describedby attributes to form controls that have a help text block (http://getbootstrap.com/css/#callout-help-text-accessibility). ## Before  --- ## After  --- This doesn't address the help text block for the twitter checkbox. @dzaporozhets Do you want to keep the help text visible or would you rather put it in a dialog and hide it initially? cc @sytse See merge request !1615
-
Dmitriy Zaporozhets authored
-
Stan Hu authored
-
Robert Schilling authored
Update rugments, fixes #8900
-
Stefan Tatschner authored
-
Dmitriy Zaporozhets authored
Improve projects list * Add search filtering for group projects * Show all user projects on dashboard * Refactor projects list into one view * Hide big list of projects with 'Show all' button For #2069 See merge request !1636
-
Dmitriy Zaporozhets authored
Increase timeout for Git-over-HTTP requests. Fixes #2081 and https://gitlab.com/gitlab-org/gitlab-ce/issues/232. Normal web requests are bound by the `Rack::Timeout` timeout of 60 seconds, while Grack Git-over-HTTP requests are only bound by Unicorn's timeout which is now set to 1 hour, which should be plenty. The omnibus package should be updated to no longer use `unicorn['worker_timeout']` for the Unicorn timeout, but to set the `Slowpoke.timeout`. See merge request !1619
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* Add search filtering for group projects * Show all user projects on dashboard * Refactor projects list into one view * Hide big list of projects with 'Show all' button
-
Dmitriy Zaporozhets authored
Update spring to 1.3.3 See merge request !1635
-
- 04 Mar, 2015 16 commits
-
-
Dmitriy Zaporozhets authored
Re-annotate models See merge request !1634
-
Dmitriy Zaporozhets authored
-
Douwe Maan authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
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
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
Web Hook sends email of pusher See merge request !1630
-
Marin Jankovski authored
Add Service Templates to CHANGELOG See merge request !1633
-
Dmitriy Zaporozhets authored
Advise on how to help others. See merge request !1632
-
Dmitriy Zaporozhets authored
Bump gitlab_git to rc15 For #2033 See merge request !1631
-
Patricio Cano authored
-
Sytse Sijbrandij authored
-
Dmitriy Zaporozhets authored
Add dashboard milestones. Closes #1422.  See merge request !1621
-
Dmitriy Zaporozhets authored
-