OSDN Git Service

wvm/gitlab.git
11 years agoMerge pull request #1283 from riyad/improve-gfm-code-docs
Dmitriy Zaporozhets [Thu, 23 Aug 2012 19:06:03 +0000 (12:06 -0700)]
Merge pull request #1283 from riyad/improve-gfm-code-docs

Improve GFM code documentation

11 years agoImprove GFM code documentation
Riyad Preukschas [Thu, 23 Aug 2012 18:10:06 +0000 (20:10 +0200)]
Improve GFM code documentation

11 years agoMerge pull request #1231 from NARKOZ/preview_notes
Dmitriy Zaporozhets [Thu, 23 Aug 2012 13:56:55 +0000 (06:56 -0700)]
Merge pull request #1231 from NARKOZ/preview_notes

Preview window is not closed after post

11 years agoMerge pull request #1275 from tsigo/no_ci_simplecov
Dmitriy Zaporozhets [Thu, 23 Aug 2012 11:26:22 +0000 (04:26 -0700)]
Merge pull request #1275 from tsigo/no_ci_simplecov

Don't run SimpleCov on Travis

11 years agoDon't run SimpleCov on Travis
Robert Speicher [Thu, 23 Aug 2012 11:24:25 +0000 (07:24 -0400)]
Don't run SimpleCov on Travis

11 years agoUp to 2.8.1 v2.8.1
Dmitriy Zaporozhets [Thu, 23 Aug 2012 06:17:18 +0000 (09:17 +0300)]
Up to 2.8.1

11 years agoMerge pull request #1263 from dosire/merge_base_for_merge_request
Dmitriy Zaporozhets [Thu, 23 Aug 2012 07:32:37 +0000 (00:32 -0700)]
Merge pull request #1263 from dosire/merge_base_for_merge_request

Show only the commits that are newer in the merge request.

11 years agoFix meta gem version
Dmitriy Zaporozhets [Thu, 23 Aug 2012 05:28:00 +0000 (08:28 +0300)]
Fix meta gem version

11 years agogitlab_meta gem added
Dmitriy Zaporozhets [Thu, 23 Aug 2012 05:15:30 +0000 (08:15 +0300)]
gitlab_meta gem added

11 years agoMerge pull request #1239 from tsigo/disable_gravatar
Dmitriy Zaporozhets [Wed, 22 Aug 2012 11:33:50 +0000 (04:33 -0700)]
Merge pull request #1239 from tsigo/disable_gravatar

Allow disabling Gravatars in gitlab.yml settings

11 years ago1. Better message if no ssh key
Dmitriy Zaporozhets [Wed, 22 Aug 2012 00:56:53 +0000 (03:56 +0300)]
1. Better message if no ssh key
2. SSH Keys Help page

11 years agoUp to 2.8 v2.8.0
Dmitriy Zaporozhets [Tue, 21 Aug 2012 22:15:26 +0000 (01:15 +0300)]
Up to 2.8

11 years agoShow only the commits that are newer in the merge request.
Sytse Sijbrandij [Tue, 21 Aug 2012 21:07:11 +0000 (23:07 +0200)]
Show only the commits that are newer in the merge request.

11 years agoUpdated app:status & docs with hooks. Removed write_hooks from app:setup
randx [Tue, 21 Aug 2012 19:44:49 +0000 (22:44 +0300)]
Updated app:status & docs with hooks. Removed write_hooks from app:setup

11 years agoMerge pull request #1266 from tsigo/cucumber_speedup
Dmitriy Zaporozhets [Wed, 22 Aug 2012 06:27:03 +0000 (23:27 -0700)]
Merge pull request #1266 from tsigo/cucumber_speedup

Speed up the "Project Network Graph" cucumber feature

11 years agoFix cucumber failure that only happened on Travis
Robert Speicher [Wed, 22 Aug 2012 02:48:15 +0000 (22:48 -0400)]
Fix cucumber failure that only happened on Travis

11 years agoSpeed up the "Project Network Graph" cucumber feature
Robert Speicher [Wed, 22 Aug 2012 02:20:09 +0000 (22:20 -0400)]
Speed up the "Project Network Graph" cucumber feature

This change involves stubbing out the call to `Grit::Commit.find_all`
and limiting the number of commits to 10 vs. the standard of 650 used by
`Gitlab::GraphCommit.to_graph`.

Prior to this change, this single feature required almost 3 minutes of
running time and over 2 GB of memory on my machine. Now it takes less
than 3 seconds.

11 years agoMerge branch 'refactor_notify' of https://github.com/tsigo/gitlabhq into tsigo-refact...
randx [Tue, 21 Aug 2012 18:34:33 +0000 (21:34 +0300)]
Merge branch 'refactor_notify' of https://github.com/tsigo/gitlabhq into tsigo-refactor_notify

11 years agoRefactoring & minor css changes
randx [Tue, 21 Aug 2012 18:26:56 +0000 (21:26 +0300)]
Refactoring & minor css changes

11 years agoBetter fonts for all code like wiki etc
randx [Tue, 21 Aug 2012 17:53:33 +0000 (20:53 +0300)]
Better fonts for all code like wiki etc

11 years agoproject should not respond to write_hooks any more
randx [Tue, 21 Aug 2012 17:24:04 +0000 (20:24 +0300)]
project should not respond to write_hooks any more

11 years agoHandle post-receive files via gitolite, not gitlab
randx [Tue, 21 Aug 2012 17:14:06 +0000 (20:14 +0300)]
Handle post-receive files via gitolite, not gitlab

11 years agoShow only tm events related to this project
Dmitriy Zaporozhets [Tue, 21 Aug 2012 05:20:11 +0000 (08:20 +0300)]
Show only tm events related to this project

11 years agoMerge branch 'better_ldap' of https://github.com/jirutka/gitlabhq into jirutka-better...
randx [Tue, 21 Aug 2012 05:39:23 +0000 (08:39 +0300)]
Merge branch 'better_ldap' of https://github.com/jirutka/gitlabhq into jirutka-better_ldap

Conflicts:
app/models/user.rb

11 years agoRemove more duplication in the Notify mailer
Robert Speicher [Tue, 21 Aug 2012 03:18:57 +0000 (23:18 -0400)]
Remove more duplication in the Notify mailer

11 years agoRemove some duplication in the Notify mailer
Robert Speicher [Tue, 21 Aug 2012 03:04:53 +0000 (23:04 -0400)]
Remove some duplication in the Notify mailer

11 years agoAdded font for head panel. Major restyle for header
randx [Mon, 20 Aug 2012 19:51:37 +0000 (22:51 +0300)]
Added font for head panel. Major restyle for header

11 years agofix condition in find_for_ldap_auth
Jakub Jirutka [Mon, 20 Aug 2012 10:58:03 +0000 (12:58 +0200)]
fix condition in find_for_ldap_auth

11 years agoFix dashboard random test fail
randx [Sun, 19 Aug 2012 09:14:36 +0000 (12:14 +0300)]
Fix dashboard random test fail

11 years agoProject /lib cleanup
randx [Sun, 19 Aug 2012 08:44:48 +0000 (11:44 +0300)]
Project /lib cleanup

11 years agoHeadless gem added
randx [Sun, 19 Aug 2012 08:36:37 +0000 (11:36 +0300)]
Headless gem added

11 years agoMove graph_commit under gitlab module
randx [Sun, 19 Aug 2012 07:58:10 +0000 (10:58 +0300)]
Move graph_commit under gitlab module

11 years agoSpecify charlock holmes version in installation docs
randx [Sun, 19 Aug 2012 07:20:42 +0000 (10:20 +0300)]
Specify charlock holmes version in installation docs

11 years agoText message for mergeing MR
randx [Sat, 18 Aug 2012 21:45:46 +0000 (00:45 +0300)]
Text message for mergeing MR

11 years agoRestored margin for text in notes
randx [Sat, 18 Aug 2012 21:08:20 +0000 (00:08 +0300)]
Restored margin for text in notes

11 years agoFix branch selector. Few css fixed also
randx [Sat, 18 Aug 2012 20:53:58 +0000 (23:53 +0300)]
Fix branch selector. Few css fixed also

11 years agoFew css improvements
Dmitriy Zaporozhets [Fri, 17 Aug 2012 06:26:59 +0000 (09:26 +0300)]
Few css improvements

11 years agoApplication cleanup
Dmitriy Zaporozhets [Fri, 17 Aug 2012 06:09:11 +0000 (09:09 +0300)]
Application cleanup

11 years agoMerge pull request #1247 from tsigo/feature/no_milestone_filter
Dmitriy Zaporozhets [Fri, 17 Aug 2012 05:33:56 +0000 (22:33 -0700)]
Merge pull request #1247 from tsigo/feature/no_milestone_filter

Allow filtering issues that have no milestone or assignee

11 years agoCombine unassigned_issue and unassigned_milestone into unassigned_filter
Robert Speicher [Thu, 16 Aug 2012 22:13:22 +0000 (18:13 -0400)]
Combine unassigned_issue and unassigned_milestone into unassigned_filter

11 years agoMerge pull request #1230 from tsigo/hooray_apostrophes v2.8.0pre
Dmitriy Zaporozhets [Thu, 16 Aug 2012 21:11:08 +0000 (14:11 -0700)]
Merge pull request #1230 from tsigo/hooray_apostrophes

Correct usage of "Can't"

11 years agoMerge branch 'master' into hooray_apostrophes
Robert Speicher [Thu, 16 Aug 2012 18:03:06 +0000 (14:03 -0400)]
Merge branch 'master' into hooray_apostrophes

11 years agoRestyled erros pages & avatar class
Dmitriy Zaporozhets [Thu, 16 Aug 2012 06:13:50 +0000 (09:13 +0300)]
Restyled erros pages & avatar class

11 years agoAllow disabling Gravatars in gitlab.yml settings
Robert Speicher [Thu, 16 Aug 2012 01:06:08 +0000 (21:06 -0400)]
Allow disabling Gravatars in gitlab.yml settings

Closes #1237

11 years agoMerge pull request #1234 from studiofrenetic/fix-admin-hook-tab
Dmitriy Zaporozhets [Wed, 15 Aug 2012 07:08:57 +0000 (00:08 -0700)]
Merge pull request #1234 from studiofrenetic/fix-admin-hook-tab

Fix current class for hooks tab in admin section

11 years agoFix current class for hooks tab in admin section
Martin Bastien [Wed, 15 Aug 2012 04:03:13 +0000 (00:03 -0400)]
Fix current class for hooks tab in admin section

Signed-off-by: Martin Bastien <martin.bastien@studiofrenetic.com>
11 years agoMore minor translation/grammar fixes on error pages
Robert Speicher [Tue, 14 Aug 2012 21:26:38 +0000 (17:26 -0400)]
More minor translation/grammar fixes on error pages

11 years agoMerge pull request #1232 from tsigo/refactor_gfm
Dmitriy Zaporozhets [Tue, 14 Aug 2012 11:44:02 +0000 (04:44 -0700)]
Merge pull request #1232 from tsigo/refactor_gfm

GFM Refactoring

11 years agoGFM refactor: Move the actual parsing to a class under the Gitlab module
Robert Speicher [Tue, 14 Aug 2012 08:32:19 +0000 (04:32 -0400)]
GFM refactor: Move the actual parsing to a class under the Gitlab module

11 years agoGFM refactor: Update pattern to avoid an extra HTML entities check
Robert Speicher [Tue, 14 Aug 2012 07:49:55 +0000 (03:49 -0400)]
GFM refactor: Update pattern to avoid an extra HTML entities check

11 years agoGFM refactor: Simplify the regex pattern
Robert Speicher [Tue, 14 Aug 2012 06:48:23 +0000 (02:48 -0400)]
GFM refactor: Simplify the regex pattern

Makes use of 'extended' patterns to add comments to the groups, and also
reduces the total number of groups to just those that are used.

11 years agofix note preview link, and hide preview and errors after posting a comment
Nihad Abbasov [Tue, 14 Aug 2012 08:24:27 +0000 (01:24 -0700)]
fix note preview link, and hide preview and errors after posting a comment

11 years ago"Cant" -> "Can't"
Robert Speicher [Fri, 10 Aug 2012 23:47:54 +0000 (19:47 -0400)]
"Cant" -> "Can't"

11 years agoAllow filtering by issues with no assigned... assignee
Robert Speicher [Tue, 14 Aug 2012 00:49:18 +0000 (20:49 -0400)]
Allow filtering by issues with no assigned... assignee

Continues #1222

11 years agoModern theme restyled. Better Profile -> Ui page
Dmitriy Zaporozhets [Mon, 13 Aug 2012 05:52:10 +0000 (08:52 +0300)]
Modern theme restyled. Better Profile -> Ui page

11 years agoAllow filtering by issues with no assigned milestone
Robert Speicher [Mon, 13 Aug 2012 05:38:00 +0000 (01:38 -0400)]
Allow filtering by issues with no assigned milestone

Closes #1222

11 years agorspec to capybara-webkit. simplercov now use cucumber
Dmitriy Zaporozhets [Mon, 13 Aug 2012 05:32:10 +0000 (08:32 +0300)]
rspec to capybara-webkit. simplercov now use cucumber

11 years agoTemporary remove sqlite from travis
randx [Sat, 11 Aug 2012 21:36:43 +0000 (00:36 +0300)]
Temporary remove sqlite from travis

11 years agoMerge branch 'jouve-fix_commits_dashboard'
randx [Sat, 11 Aug 2012 21:34:14 +0000 (00:34 +0300)]
Merge branch 'jouve-fix_commits_dashboard'

11 years agoMerge pull request #1224 from tsigo/omniauth_sample_syntax
Dmitriy Zaporozhets [Sun, 12 Aug 2012 06:49:48 +0000 (23:49 -0700)]
Merge pull request #1224 from tsigo/omniauth_sample_syntax

Fix invalid syntax in OmniAuth initializer sample

11 years agoFix invalid syntax in OmniAuth initializer sample
Robert Speicher [Sat, 11 Aug 2012 00:13:02 +0000 (20:13 -0400)]
Fix invalid syntax in OmniAuth initializer sample

11 years agoMerge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into jouve...
randx [Sat, 11 Aug 2012 21:33:32 +0000 (00:33 +0300)]
Merge branch 'fix_commits_dashboard' of https://github.com/jouve/gitlabhq into jouve-fix_commits_dashboard

Conflicts:
app/views/events/_commit.html.haml

11 years agoSwitch to capybara-webkit for Cucumber
randx [Sat, 11 Aug 2012 20:33:49 +0000 (23:33 +0300)]
Switch to capybara-webkit for Cucumber

11 years agoTrying to prevent travis broken builds by increase capybara timout for cucumber
randx [Sat, 11 Aug 2012 20:17:18 +0000 (23:17 +0300)]
Trying to prevent travis broken builds by increase capybara timout for cucumber

11 years agoAdd comments to Gemfile
randx [Sat, 11 Aug 2012 19:59:56 +0000 (22:59 +0300)]
Add comments to Gemfile

11 years agoRails version to 3.2.8
randx [Sat, 11 Aug 2012 19:48:55 +0000 (22:48 +0300)]
Rails version to 3.2.8

11 years agoMerge pull request #1166 from three18ti/master
Dmitriy Zaporozhets [Sat, 11 Aug 2012 19:22:03 +0000 (12:22 -0700)]
Merge pull request #1166 from three18ti/master

Updated MySQL docs and Ubuntu auto-install script

11 years agoHandle app crash on huge commits
randx [Sat, 11 Aug 2012 12:59:36 +0000 (15:59 +0300)]
Handle app crash on huge commits

11 years agoMerge pull request #1219 from tsigo/ruby19_hashes
Dmitriy Zaporozhets [Sat, 11 Aug 2012 08:26:44 +0000 (01:26 -0700)]
Merge pull request #1219 from tsigo/ruby19_hashes

Fully embrace Ruby 1.9 hash syntax

11 years agoRevert 1.9 Hash syntax in ValidCommit::BLOB_FILE
Robert Speicher [Fri, 10 Aug 2012 22:38:13 +0000 (18:38 -0400)]
Revert 1.9 Hash syntax in ValidCommit::BLOB_FILE

Features are still expecting the 1.8 syntax, which is fine in this case.

11 years agoFully embrace Ruby 1.9 hash syntax
Robert Speicher [Fri, 10 Aug 2012 22:07:50 +0000 (18:07 -0400)]
Fully embrace Ruby 1.9 hash syntax

Didn't bother with files in db/, config/, or features/

11 years agofix commit events on dashboard
Cyril [Fri, 10 Aug 2012 19:23:54 +0000 (21:23 +0200)]
fix commit events on dashboard

11 years agoMerge pull request #1208 from tsigo/issue_commonality
Dmitriy Zaporozhets [Fri, 10 Aug 2012 13:48:16 +0000 (06:48 -0700)]
Merge pull request #1208 from tsigo/issue_commonality

Consolidate functionality shared between Issue and MergeRequest

11 years agoMerge pull request #1198 from NARKOZ/preview_notes
Dmitriy Zaporozhets [Fri, 10 Aug 2012 13:42:31 +0000 (06:42 -0700)]
Merge pull request #1198 from NARKOZ/preview_notes

ability to preview notes

11 years agoMerge pull request #984 from abevoelker/fix-init.d-resque
Dmitriy Zaporozhets [Fri, 10 Aug 2012 13:26:04 +0000 (06:26 -0700)]
Merge pull request #984 from abevoelker/fix-init.d-resque

Fix resque worker becoming paused on restarts

11 years agorender notes preview on server-side
Nihad Abbasov [Wed, 8 Aug 2012 09:25:24 +0000 (02:25 -0700)]
render notes preview on server-side

11 years agoFix `search` class method for IssueCommonality
Robert Speicher [Thu, 9 Aug 2012 17:45:12 +0000 (13:45 -0400)]
Fix `search` class method for IssueCommonality

Also adds specs to the two affected classes that would have caught my
dumb mistake.

11 years agoConsolidate functionality shared between Issue and MergeRequest
Robert Speicher [Thu, 9 Aug 2012 01:40:57 +0000 (21:40 -0400)]
Consolidate functionality shared between Issue and MergeRequest

Any associations, validations, delegates, scopes and methods that
were exactly the same in both Issue and MergeRequest models have been
moved to a new IssueCommonality module (role) that gets included by each
class.

There was actually quite a bit of duplication, because MergeRequests are
basically just specialized Issues.

11 years agoAdd empty IssueCommonality module; include in Issue and MergeRequest
Robert Speicher [Thu, 9 Aug 2012 01:26:56 +0000 (21:26 -0400)]
Add empty IssueCommonality module; include in Issue and MergeRequest

11 years agoWiki pages page
Dmitriy Zaporozhets [Thu, 9 Aug 2012 04:34:29 +0000 (07:34 +0300)]
Wiki pages page

11 years agoslim comment form
Dmitriy Zaporozhets [Thu, 9 Aug 2012 03:36:55 +0000 (06:36 +0300)]
slim comment form

11 years agoFixed gfm mailer
Dmitriy Zaporozhets [Thu, 9 Aug 2012 03:02:55 +0000 (06:02 +0300)]
Fixed gfm mailer

11 years agoFix github issue #1153
randx [Wed, 8 Aug 2012 14:08:43 +0000 (17:08 +0300)]
Fix github issue #1153

11 years agoCucumber feature -> Merge Request
Dmitriy Zaporozhets [Thu, 9 Aug 2012 05:13:29 +0000 (08:13 +0300)]
Cucumber feature -> Merge Request

11 years agoVersion to 2.8.0pre
Dmitriy Zaporozhets [Fri, 10 Aug 2012 07:49:45 +0000 (10:49 +0300)]
Version to 2.8.0pre

11 years agoFixed markdown tests
randx [Wed, 8 Aug 2012 08:52:09 +0000 (11:52 +0300)]
Fixed markdown tests

11 years agoability to preview notes
Nihad Abbasov [Tue, 7 Aug 2012 13:17:29 +0000 (06:17 -0700)]
ability to preview notes

11 years agoAdding workaround for backward compatibility with legacy LDAP users
Jakub Jirutka [Sun, 5 Aug 2012 09:27:17 +0000 (11:27 +0200)]
Adding workaround for backward compatibility with legacy LDAP users

11 years agoFixed dashboard broken messages cause of glm
randx [Fri, 3 Aug 2012 00:28:02 +0000 (03:28 +0300)]
Fixed dashboard broken messages cause of glm

11 years agoGitlab Markdown help page
randx [Thu, 2 Aug 2012 21:20:09 +0000 (00:20 +0300)]
Gitlab Markdown help page

11 years agoMerge pull request #1183 from riyad/gitlab-flavored-markdown
Dmitriy Zaporozhets [Tue, 7 Aug 2012 19:16:36 +0000 (12:16 -0700)]
Merge pull request #1183 from riyad/gitlab-flavored-markdown

Gitlab flavored markdown

11 years agoUpdate notifications mails and notify specs for GFM
Riyad Preukschas [Mon, 6 Aug 2012 03:08:22 +0000 (05:08 +0200)]
Update notifications mails and notify specs for GFM

11 years agoFix missing @project errors
Riyad Preukschas [Mon, 6 Aug 2012 01:16:06 +0000 (03:16 +0200)]
Fix missing @project errors

11 years agoFix GFM helper to raise an exception when @project is not set
Riyad Preukschas [Mon, 6 Aug 2012 00:32:17 +0000 (02:32 +0200)]
Fix GFM helper to raise an exception when @project is not set

11 years agoFix GFM specs for ids in markdown headings
Riyad Preukschas [Mon, 6 Aug 2012 00:31:16 +0000 (02:31 +0200)]
Fix GFM specs for ids in markdown headings

11 years agoMerge branch 'master' into gitlab-flavored-markdown
Riyad Preukschas [Sun, 5 Aug 2012 23:48:20 +0000 (01:48 +0200)]
Merge branch 'master' into gitlab-flavored-markdown

11 years agoAdd admin credentials to installation docs
randx [Thu, 2 Aug 2012 12:30:22 +0000 (15:30 +0300)]
Add admin credentials to installation docs

11 years agoMerge pull request #1147 from miks/master
Valeriy Sizov [Sat, 4 Aug 2012 17:30:05 +0000 (10:30 -0700)]
Merge pull request #1147 from miks/master

Add automatic HTML id attributes to markdown headings to allow linking to content sections in wiki

11 years agoMerge pull request #1184 from karuna/master
Valeriy Sizov [Sat, 4 Aug 2012 17:17:14 +0000 (10:17 -0700)]
Merge pull request #1184 from karuna/master

Hook url should be able to contain http basic authentication

11 years agoRack mini profiler for dev env
randx [Thu, 2 Aug 2012 06:48:24 +0000 (09:48 +0300)]
Rack mini profiler for dev env