OSDN Git Service

wvm/gitlab.git
10 years agoMerge pull request #5471 from dex4er/feature_etc_default_gitlab
Jacob Vosmaer [Mon, 9 Dec 2013 08:29:18 +0000 (00:29 -0800)]
Merge pull request #5471 from dex4er/feature_etc_default_gitlab

Read configuration variable file (/etc/default/gitlab) if it is present

10 years agoMerge pull request #5791 from mmoll/typo
Sytse Sijbrandij [Sat, 7 Dec 2013 19:54:08 +0000 (11:54 -0800)]
Merge pull request #5791 from mmoll/typo

fix typo: enthousiast -> enthusiast

10 years agofix typo: enthousiast -> enthusiast
Michael Moll [Sat, 7 Dec 2013 17:03:02 +0000 (18:03 +0100)]
fix typo: enthousiast -> enthusiast

10 years agoMerge branch 'add-book' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Sat, 7 Dec 2013 16:56:20 +0000 (16:56 +0000)]
Merge branch 'add-book' of /home/git/repositories/gitlab/gitlabhq

10 years agoMention enterprise edition and the book, also some cleanup.
dosire [Sat, 7 Dec 2013 16:15:11 +0000 (17:15 +0100)]
Mention enterprise edition and the book, also some cleanup.

10 years agoShow rails version in admin area
Dmitriy Zaporozhets [Fri, 6 Dec 2013 20:20:11 +0000 (22:20 +0200)]
Show rails version in admin area

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoRemove colors from icon helpers
Dmitriy Zaporozhets [Fri, 6 Dec 2013 20:14:55 +0000 (22:14 +0200)]
Remove colors from icon helpers

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge branch 'update-patch-guide' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Fri, 6 Dec 2013 20:03:50 +0000 (20:03 +0000)]
Merge branch 'update-patch-guide' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'feature/api_cors' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Fri, 6 Dec 2013 14:55:46 +0000 (14:55 +0000)]
Merge branch 'feature/api_cors' of /home/git/repositories/gitlab/gitlabhq

10 years agoMake everygreen.
dosire [Fri, 6 Dec 2013 10:21:33 +0000 (11:21 +0100)]
Make everygreen.

10 years agoUpdate universal guide.
dosire [Fri, 6 Dec 2013 08:17:19 +0000 (09:17 +0100)]
Update universal guide.

10 years agoMerge branch 'feature/project_visibility_filter' of /home/git/repositories/gitlab...
Dmitriy Zaporozhets [Fri, 6 Dec 2013 07:52:16 +0000 (07:52 +0000)]
Merge branch 'feature/project_visibility_filter' of /home/git/repositories/gitlab/gitlabhq

10 years agoAdd visibility filter to Dashboard#projects
Dmitriy Zaporozhets [Thu, 5 Dec 2013 18:26:21 +0000 (20:26 +0200)]
Add visibility filter to Dashboard#projects

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #5752 from jhollingsworth/fix/no-404-for-project
Dmitriy Zaporozhets [Thu, 5 Dec 2013 15:16:45 +0000 (07:16 -0800)]
Merge pull request #5752 from jhollingsworth/fix/no-404-for-project

Fix 404 on project page for unauthenticated user

10 years agoFix comment form UI
Dmitriy Zaporozhets [Thu, 5 Dec 2013 09:55:07 +0000 (11:55 +0200)]
Fix comment form UI

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoImprove avatar block UI on profile page
Dmitriy Zaporozhets [Thu, 5 Dec 2013 09:26:55 +0000 (11:26 +0200)]
Improve avatar block UI on profile page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #5762 from jvanbaarsen/patch-2
Dmitriy Zaporozhets [Thu, 5 Dec 2013 08:35:04 +0000 (00:35 -0800)]
Merge pull request #5762 from jvanbaarsen/patch-2

Updated README.md - Added RAILS_ENV

10 years agoAllow Cross-origin resource sharing for GitLab API
Dmitriy Zaporozhets [Thu, 5 Dec 2013 08:29:45 +0000 (10:29 +0200)]
Allow Cross-origin resource sharing for GitLab API

It will allow to write web applications on other domains to interact
with GitLab instances

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoUpdated README.md - Added RAILS_ENV
Jeroen van Baarsen [Thu, 5 Dec 2013 08:29:44 +0000 (09:29 +0100)]
Updated README.md - Added RAILS_ENV

Added RAILS_ENV to gitlab:test command, so the dev database wont be wiped.

fixes https://github.com/gitlabhq/gitlabhq/issues/5756#issuecomment-29876630

10 years agoMerge pull request #5761 from gravis/patch-2
Dmitriy Zaporozhets [Thu, 5 Dec 2013 08:11:28 +0000 (00:11 -0800)]
Merge pull request #5761 from gravis/patch-2

Tiny typo

10 years agoTiny typo
Philippe Lafoucrière [Thu, 5 Dec 2013 07:30:30 +0000 (08:30 +0100)]
Tiny typo

10 years agoFix 404 on project page for unauthenticated user
Jason Hollingsworth [Tue, 3 Dec 2013 14:22:33 +0000 (08:22 -0600)]
Fix 404 on project page for unauthenticated user

Eliminate a 404 error when user is not logged in and attempts to visit
a project page.

The 404 page will still show up when user is logged in and the project
doesn’t exist or the user doesn’t have access.

10 years agoMerge branch 'ldap_check' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Wed, 4 Dec 2013 14:56:19 +0000 (14:56 +0000)]
Merge branch 'ldap_check' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'feature/event_hooks' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Wed, 4 Dec 2013 13:42:06 +0000 (13:42 +0000)]
Merge branch 'feature/event_hooks' of /home/git/repositories/gitlab/gitlabhq

10 years agoUpdate devise to latest version of 2.2.x
Dmitriy Zaporozhets [Wed, 4 Dec 2013 11:56:12 +0000 (13:56 +0200)]
Update devise to latest version of 2.2.x

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoProjectHook API supports new event fields
Dmitriy Zaporozhets [Wed, 4 Dec 2013 11:35:38 +0000 (13:35 +0200)]
ProjectHook API supports new event fields

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoExtract tests for project hooks API
Dmitriy Zaporozhets [Wed, 4 Dec 2013 11:20:16 +0000 (13:20 +0200)]
Extract tests for project hooks API

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoExpose ProjectHook attributes via API
Dmitriy Zaporozhets [Wed, 4 Dec 2013 11:19:53 +0000 (13:19 +0200)]
Expose ProjectHook attributes via API

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMention advanced project hooks in CHANGELOG
Dmitriy Zaporozhets [Wed, 4 Dec 2013 11:02:16 +0000 (13:02 +0200)]
Mention advanced project hooks in CHANGELOG

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoImprove help page for Project web hooks
Dmitriy Zaporozhets [Tue, 3 Dec 2013 19:59:06 +0000 (21:59 +0200)]
Improve help page for Project web hooks

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoUpdate WebHook help page
Dmitriy Zaporozhets [Tue, 3 Dec 2013 17:25:16 +0000 (19:25 +0200)]
Update WebHook help page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoAnnotate web_hooks table
Dmitriy Zaporozhets [Tue, 3 Dec 2013 17:11:10 +0000 (19:11 +0200)]
Annotate web_hooks table

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoModify test to pass new project hooks
Dmitriy Zaporozhets [Tue, 3 Dec 2013 10:08:00 +0000 (12:08 +0200)]
Modify test to pass new project hooks

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoExecute project hooks when issue or merge request created
Dmitriy Zaporozhets [Tue, 3 Dec 2013 09:34:06 +0000 (11:34 +0200)]
Execute project hooks when issue or merge request created

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoPrepare ProjectHooks to work with issues and merge_requests
Dmitriy Zaporozhets [Tue, 3 Dec 2013 09:31:56 +0000 (11:31 +0200)]
Prepare ProjectHooks to work with issues and merge_requests

* Add event scopes to ProjectHook
* Added Issuable#to_hook_data
* Project#execute_hooks now accept hook filter as argument

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoUI with event types for Project WebHooks
Dmitriy Zaporozhets [Mon, 2 Dec 2013 19:38:32 +0000 (21:38 +0200)]
UI with event types for Project WebHooks

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoAdd new fields to web_hooks table.
Dmitriy Zaporozhets [Mon, 2 Dec 2013 19:33:43 +0000 (21:33 +0200)]
Add new fields to web_hooks table.

Next fields were added:
* push_events
* issues_events
* merge_requests_events

Main goal is to create web hooks that can be triggered only for certain
event types. For example you can have separate web hook for push events
and another one for issues.

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #5741 from archiloque/unused_http_url
Dmitriy Zaporozhets [Wed, 4 Dec 2013 10:51:14 +0000 (02:51 -0800)]
Merge pull request #5741 from archiloque/unused_http_url

Unused http_url member in project & gollum_wiki

10 years agoMerge pull request #5755 from PlugIN73/patch-1
Dmitriy Zaporozhets [Wed, 4 Dec 2013 10:48:57 +0000 (02:48 -0800)]
Merge pull request #5755 from PlugIN73/patch-1

Fix bug with showing create merge request button

10 years agoFix bug with showing create merge request button while merge request are disabled...
Alexander Vagin [Wed, 4 Dec 2013 08:02:36 +0000 (11:02 +0300)]
Fix bug with showing create merge request button while merge request are disabled in project settings

10 years agoUpdate rails to 3.2.16
Dmitriy Zaporozhets [Wed, 4 Dec 2013 07:13:09 +0000 (09:13 +0200)]
Update rails to 3.2.16

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoLimit the number of results in gitlab:ldap:check
Jacob Vosmaer [Tue, 3 Dec 2013 17:51:21 +0000 (18:51 +0100)]
Limit the number of results in gitlab:ldap:check

10 years agoModify logo a bit
Dmitriy Zaporozhets [Tue, 3 Dec 2013 13:38:55 +0000 (15:38 +0200)]
Modify logo a bit

10 years agoImprove UI for stacked nav-pills v6.4.0.pre2
Dmitriy Zaporozhets [Tue, 3 Dec 2013 10:19:48 +0000 (12:19 +0200)]
Improve UI for stacked nav-pills

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge pull request #5733 from bke-drewb/issue-5716
Dmitriy Zaporozhets [Tue, 3 Dec 2013 07:52:04 +0000 (23:52 -0800)]
Merge pull request #5733 from bke-drewb/issue-5716

Issue 5716 - Allow removal of avatar

10 years agoMerge pull request #5610 from demosdemon/patch-1
Jacob Vosmaer [Tue, 3 Dec 2013 07:29:11 +0000 (23:29 -0800)]
Merge pull request #5610 from demosdemon/patch-1

Add client_max_body_size to nginx site

10 years agoIssue 5716 - Allow removal of avatar
Drew Blessing [Mon, 2 Dec 2013 18:03:07 +0000 (12:03 -0600)]
Issue 5716 - Allow removal of avatar

Add class and style

Add spinach tests

Add entry to CHANGELOG

Add entry to CHANGELOG

10 years agoSmall UI fixes
Dmitriy Zaporozhets [Mon, 2 Dec 2013 15:24:03 +0000 (17:24 +0200)]
Small UI fixes

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoFix broken pagination for issues
Dmitriy Zaporozhets [Mon, 2 Dec 2013 13:22:38 +0000 (15:22 +0200)]
Fix broken pagination for issues

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Mon, 2 Dec 2013 13:08:43 +0000 (15:08 +0200)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

10 years agoMerge pull request #5732 from Tandrial/patch-1
Dmitriy Zaporozhets [Mon, 2 Dec 2013 12:38:56 +0000 (04:38 -0800)]
Merge pull request #5732 from Tandrial/patch-1

Missing gem bundler

10 years agoremove GET window.updatePage method that do dataType script
Dmitriy Zaporozhets [Mon, 2 Dec 2013 12:33:27 +0000 (14:33 +0200)]
remove GET window.updatePage method that do dataType script

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoRemove GET .js format for Milestone controller
Dmitriy Zaporozhets [Mon, 2 Dec 2013 12:32:54 +0000 (14:32 +0200)]
Remove GET .js format for Milestone controller

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoRemove .js format for MergeRequest controller
Dmitriy Zaporozhets [Mon, 2 Dec 2013 12:27:36 +0000 (14:27 +0200)]
Remove .js format for MergeRequest controller

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoUnused http_url member in project & gollum_wiki
Julien Kirch [Mon, 2 Dec 2013 10:13:53 +0000 (11:13 +0100)]
Unused http_url member in project & gollum_wiki

10 years agoDisable travis notifications
Dmitriy Zaporozhets [Mon, 2 Dec 2013 08:39:46 +0000 (10:39 +0200)]
Disable travis notifications

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge branch 'master' of dev.gitlab.org:gitlab/gitlabhq v6.4.0.pre1
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:46:37 +0000 (09:46 +0200)]
Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq

10 years agoMerge branch 'add-cookbook' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:46:26 +0000 (07:46 +0000)]
Merge branch 'add-cookbook' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'make-gender-neutral' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:45:50 +0000 (07:45 +0000)]
Merge branch 'make-gender-neutral' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'master' of github.com:gitlabhq/gitlabhq
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:34:26 +0000 (09:34 +0200)]
Merge branch 'master' of github.com:gitlabhq/gitlabhq

10 years agoMerge pull request #5724 from Popl7/add_thumbsup_thumbsdown_emoji_voting
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:33:48 +0000 (23:33 -0800)]
Merge pull request #5724 from Popl7/add_thumbsup_thumbsdown_emoji_voting

Thumbsup and thumbsdown emoji should be counted when voting

10 years agoMerge pull request #5725 from Popl7/http_repo_link_on_public_acces
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:33:21 +0000 (23:33 -0800)]
Merge pull request #5725 from Popl7/http_repo_link_on_public_acces

Correct url to pull puplic repos anonymously on project page

10 years agoMerge pull request #5731 from bke-drewb/helpui
Dmitriy Zaporozhets [Mon, 2 Dec 2013 07:30:38 +0000 (23:30 -0800)]
Merge pull request #5731 from bke-drewb/helpui

Improve Help navigation UI

10 years agoMerge pull request #5737 from Popl7/type_fix_for_project_network_graph
Sytse Sijbrandij [Sun, 1 Dec 2013 11:10:16 +0000 (03:10 -0800)]
Merge pull request #5737 from Popl7/type_fix_for_project_network_graph

type_fix_for_project_network_graph

10 years agoWe welcome everyone to contribute.
Sytse Sijbrandij [Sun, 1 Dec 2013 10:53:00 +0000 (11:53 +0100)]
We welcome everyone to contribute.

10 years agotype_fix_for_project_network_graph
Steven Thonus [Sat, 30 Nov 2013 16:25:04 +0000 (17:25 +0100)]
type_fix_for_project_network_graph

10 years agoComprehensive list of installation methods.
Sytse Sijbrandij [Sat, 30 Nov 2013 11:39:11 +0000 (12:39 +0100)]
Comprehensive list of installation methods.

10 years agoMerge branch 'relative-url-needs-warning' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Sat, 30 Nov 2013 08:07:36 +0000 (08:07 +0000)]
Merge branch 'relative-url-needs-warning' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'database_doc' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Sat, 30 Nov 2013 08:06:51 +0000 (08:06 +0000)]
Merge branch 'database_doc' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'line-for-side-by-side-diff' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Sat, 30 Nov 2013 08:05:08 +0000 (08:05 +0000)]
Merge branch 'line-for-side-by-side-diff' of /home/git/repositories/gitlab/gitlabhq

10 years agoUpdate ruby.md
Tandrial [Fri, 29 Nov 2013 20:43:40 +0000 (21:43 +0100)]
Update ruby.md

Trying to install the gem bundle without bundler fails with:
/usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'bundler' (>= 0) among 8 total gem(s) (Gem::LoadError)
        from /usr/local/lib/ruby/2.0.0/rubygems/dependency.rb:307:in `to_spec'
        from /usr/local/lib/ruby/2.0.0/rubygems/core_ext/kernel_gem.rb:47:in `gem'
        from /usr/local/bin/bundle:22:in `<main>'

Installing the bundler (with sudo gem install bundler) at the end of Step 4 fixes this.

10 years agoImprove Help navigation UI
Drew Blessing [Fri, 29 Nov 2013 19:38:23 +0000 (13:38 -0600)]
Improve Help navigation UI

Make hash keys symbols

10 years agoChange the mysql user to git from gitlab.
Marin Jankovski [Fri, 29 Nov 2013 15:46:38 +0000 (16:46 +0100)]
Change the mysql user to git from gitlab.

10 years agoMerge branch 'drop_rjs_2' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Fri, 29 Nov 2013 14:21:26 +0000 (14:21 +0000)]
Merge branch 'drop_rjs_2' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'feature/repo_size_in_admin' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Fri, 29 Nov 2013 13:38:41 +0000 (13:38 +0000)]
Merge branch 'feature/repo_size_in_admin' of /home/git/repositories/gitlab/gitlabhq

10 years agoSide-by-side in changelog.
Sytse Sijbrandij [Fri, 29 Nov 2013 13:23:48 +0000 (14:23 +0100)]
Side-by-side in changelog.

10 years agoMerge branch 'feature/readme_link' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Fri, 29 Nov 2013 13:10:52 +0000 (13:10 +0000)]
Merge branch 'feature/readme_link' of /home/git/repositories/gitlab/gitlabhq

10 years agoDrop rjs from Issues#index
Dmitriy Zaporozhets [Fri, 29 Nov 2013 13:05:32 +0000 (15:05 +0200)]
Drop rjs from Issues#index

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoDrop rjs from Notes#index
Dmitriy Zaporozhets [Fri, 29 Nov 2013 12:46:40 +0000 (14:46 +0200)]
Drop rjs from Notes#index

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoShow bare repository size in admin area(projects page)
Dmitriy Zaporozhets [Fri, 29 Nov 2013 12:16:17 +0000 (14:16 +0200)]
Show bare repository size in admin area(projects page)

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoREADME link from project home page
Dmitriy Zaporozhets [Fri, 29 Nov 2013 11:52:10 +0000 (13:52 +0200)]
README link from project home page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoFix app theme being ignored for public projects
Dmitriy Zaporozhets [Fri, 29 Nov 2013 11:31:57 +0000 (13:31 +0200)]
Fix app theme being ignored for public projects

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoshowing as default http link for public repo when anonymous
Steven Thonus [Thu, 28 Nov 2013 21:46:55 +0000 (22:46 +0100)]
showing as default http link for public repo when anonymous

10 years agoMerge pull request #5708 from jhollingsworth/feature/multiline-blob-select
Dmitriy Zaporozhets [Fri, 29 Nov 2013 08:18:34 +0000 (00:18 -0800)]
Merge pull request #5708 from jhollingsworth/feature/multiline-blob-select

Enable multiline select for blobs.

10 years agoMerge pull request #5726 from hbristow/retina_favicon
Dmitriy Zaporozhets [Fri, 29 Nov 2013 08:06:48 +0000 (00:06 -0800)]
Merge pull request #5726 from hbristow/retina_favicon

Updated favicon.ico to include retina assets and migrated from GL to cat glyph

10 years agoAdd warning back.
Sytse Sijbrandij [Fri, 29 Nov 2013 07:57:45 +0000 (08:57 +0100)]
Add warning back.

10 years agoUpdated favicon.ico to include retina assets and migrated from GL to cat glyph
Hilton Bristow [Thu, 28 Nov 2013 23:53:14 +0000 (09:53 +1000)]
Updated favicon.ico to include retina assets and migrated from GL to cat glyph

10 years agoadded thumbsup and thumsdown emoji voting with rspec tests
vagrant [Thu, 28 Nov 2013 20:05:37 +0000 (20:05 +0000)]
added thumbsup and thumsdown emoji voting with rspec tests

10 years agoMerge remote-tracking branch 'origin/side-by-side'
Dmitriy Zaporozhets [Thu, 28 Nov 2013 17:26:21 +0000 (19:26 +0200)]
Merge remote-tracking branch 'origin/side-by-side'

Conflicts:
CHANGELOG

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoMerge branch 'wiki-reference' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 28 Nov 2013 17:24:54 +0000 (17:24 +0000)]
Merge branch 'wiki-reference' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'auto_disable_color' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 28 Nov 2013 17:24:36 +0000 (17:24 +0000)]
Merge branch 'auto_disable_color' of /home/git/repositories/gitlab/gitlabhq

10 years agoMerge branch 'unofficial-is-unclear' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 28 Nov 2013 17:23:54 +0000 (17:23 +0000)]
Merge branch 'unofficial-is-unclear' of /home/git/repositories/gitlab/gitlabhq

10 years agoGive more information in rake gitlab:ldap:check
Jacob Vosmaer [Thu, 28 Nov 2013 17:12:30 +0000 (18:12 +0100)]
Give more information in rake gitlab:ldap:check

10 years agoRefer to rake gitlab:ldap:check script
Jacob Vosmaer [Thu, 28 Nov 2013 17:12:12 +0000 (18:12 +0100)]
Refer to rake gitlab:ldap:check script

10 years agoAdd LDAP check to rake gitlab:check
Jacob Vosmaer [Thu, 28 Nov 2013 14:20:40 +0000 (15:20 +0100)]
Add LDAP check to rake gitlab:check

10 years agoMerge branch 'drop_rjs' of /home/git/repositories/gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 28 Nov 2013 10:30:24 +0000 (10:30 +0000)]
Merge branch 'drop_rjs' of /home/git/repositories/gitlab/gitlabhq

10 years agoDrop rjs from Infinite scrolling
Dmitriy Zaporozhets [Thu, 28 Nov 2013 09:38:20 +0000 (11:38 +0200)]
Drop rjs from Infinite scrolling

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoAdd internal projects to CHANGELOG
Dmitriy Zaporozhets [Thu, 28 Nov 2013 08:36:13 +0000 (10:36 +0200)]
Add internal projects to CHANGELOG

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
10 years agoUnsupported is unclear.
Sytse Sijbrandij [Thu, 28 Nov 2013 06:57:56 +0000 (07:57 +0100)]
Unsupported is unclear.

10 years agoEnable multiline select for blobs.
Jason Hollingsworth [Wed, 27 Nov 2013 18:24:27 +0000 (12:24 -0600)]
Enable multiline select for blobs.

Holding shift will allow users to click and select multiple lines.
The behavior is similar to GitHub.
Complete with tests.