OSDN Git Service

wvm/gitlab.git
11 years agochange logic on line_code
Dmitriy Zaporozhets [Tue, 15 Jan 2013 09:12:17 +0000 (11:12 +0200)]
change logic on line_code

11 years agoMerge branch 'master' into discussions
Riyad Preukschas [Mon, 14 Jan 2013 23:53:00 +0000 (00:53 +0100)]
Merge branch 'master' into discussions

11 years agoReplace commit diff note request specs with spinach features
Riyad Preukschas [Mon, 14 Jan 2013 23:11:35 +0000 (00:11 +0100)]
Replace commit diff note request specs with spinach features

11 years agoReplace commit note request specs with spinach features
Riyad Preukschas [Mon, 14 Jan 2013 22:55:02 +0000 (23:55 +0100)]
Replace commit note request specs with spinach features

11 years agoMerge commit 'master' into discussions
Riyad Preukschas [Mon, 14 Jan 2013 23:52:25 +0000 (00:52 +0100)]
Merge commit 'master' into discussions

Conflicts:
app/assets/stylesheets/sections/notes.scss
app/contexts/notes/load_context.rb
app/models/project.rb
app/observers/note_observer.rb
app/roles/votes.rb
app/views/commit/show.html.haml
app/views/merge_requests/_show.html.haml
app/views/merge_requests/diffs.js.haml
app/views/merge_requests/show.js.haml
app/views/notes/_note.html.haml
features/steps/project/project_merge_requests.rb
spec/models/note_spec.rb

11 years agoAdd preliminary specs for notes on merge requests
Riyad Preukschas [Mon, 14 Jan 2013 23:27:59 +0000 (00:27 +0100)]
Add preliminary specs for notes on merge requests

11 years agoSmaller fixes
Riyad Preukschas [Mon, 14 Jan 2013 23:27:26 +0000 (00:27 +0100)]
Smaller fixes

11 years agoMerge pull request #2585 from timl/patch-1
Riyad Preukschas [Mon, 14 Jan 2013 21:21:26 +0000 (13:21 -0800)]
Merge pull request #2585 from timl/patch-1

Fix typo in installation guide.

11 years agoline numbers for blame
Dmitriy Zaporozhets [Mon, 14 Jan 2013 18:55:57 +0000 (20:55 +0200)]
line numbers for blame

11 years agoremove thin from production env. Use unicorn for foreman
Dmitriy Zaporozhets [Mon, 14 Jan 2013 18:21:04 +0000 (20:21 +0200)]
remove thin from production env. Use unicorn for foreman

11 years agoMerge pull request #2584 from jasl8r/public-grack-clone
Dmitriy Zaporozhets [Mon, 14 Jan 2013 18:13:02 +0000 (10:13 -0800)]
Merge pull request #2584 from jasl8r/public-grack-clone

Public HTTP clones and remove auth request for public projects

11 years agoUpdate doc/install/installation.md
Tim Laszlo [Mon, 14 Jan 2013 15:28:33 +0000 (09:28 -0600)]
Update doc/install/installation.md

Change "th" to "the"

11 years agoPublic HTTP clones and remove auth request for public projects
Jeremy Slater [Mon, 14 Jan 2013 14:46:55 +0000 (09:46 -0500)]
Public HTTP clones and remove auth request for public projects

11 years agoCHANGELOG for 4.1
Dmitriy Zaporozhets [Mon, 14 Jan 2013 11:39:09 +0000 (13:39 +0200)]
CHANGELOG for 4.1

11 years agoDont set @project variable in list. Remove a bit of duplication in dash and group
Dmitriy Zaporozhets [Mon, 14 Jan 2013 08:09:01 +0000 (10:09 +0200)]
Dont set @project variable in list. Remove a bit of duplication in dash and group

11 years agoprofjects filter with_push to project model
Dmitriy Zaporozhets [Mon, 14 Jan 2013 07:44:27 +0000 (09:44 +0200)]
profjects filter with_push to project model

11 years agoFew more filters for admin / projects
Dmitriy Zaporozhets [Mon, 14 Jan 2013 07:37:29 +0000 (09:37 +0200)]
Few more filters for admin / projects

11 years agoAdd public filter to admin projects
Dmitriy Zaporozhets [Sun, 13 Jan 2013 15:24:29 +0000 (17:24 +0200)]
Add public filter to admin projects

11 years agofix unauth for public
Dmitriy Zaporozhets [Sat, 12 Jan 2013 19:54:52 +0000 (21:54 +0200)]
fix unauth for public

11 years agoPublic git read-only access via http
Dmitriy Zaporozhets [Thu, 10 Jan 2013 18:17:57 +0000 (20:17 +0200)]
Public git read-only access via http

11 years agoReplace all stat command line calls with ruby equivalents
Riyad Preukschas [Fri, 11 Jan 2013 23:44:40 +0000 (00:44 +0100)]
Replace all stat command line calls with ruby equivalents

11 years agoMake method names clearer in check.rake
Riyad Preukschas [Fri, 11 Jan 2013 21:25:18 +0000 (22:25 +0100)]
Make method names clearer in check.rake

11 years agoMove OS detection to task helpers and add detection of OS X
Riyad Preukschas [Sat, 12 Jan 2013 00:24:51 +0000 (01:24 +0100)]
Move OS detection to task helpers and add detection of OS X

11 years agoUpdate empty error messages and warn if not viewing the most recent wiki page
Riyad Preukschas [Fri, 11 Jan 2013 20:04:21 +0000 (21:04 +0100)]
Update empty error messages and warn if not viewing the most recent wiki page

11 years agoUpdate wiki pages
Riyad Preukschas [Fri, 11 Jan 2013 19:20:11 +0000 (20:20 +0100)]
Update wiki pages

* Properly name columns in Pages and History views
* Link to Authors
* Make views more consistent

11 years agoFix link_to_member to not be bold by default
Riyad Preukschas [Fri, 11 Jan 2013 19:16:37 +0000 (20:16 +0100)]
Fix link_to_member to not be bold by default

11 years agoAdd an ordering scope to Wiki
Riyad Preukschas [Fri, 11 Jan 2013 19:04:14 +0000 (20:04 +0100)]
Add an ordering scope to Wiki

11 years agoMove wiki delete button to the edit page
Riyad Preukschas [Fri, 11 Jan 2013 19:03:43 +0000 (20:03 +0100)]
Move wiki delete button to the edit page

11 years agoMerge pull request #2561 from MrHammy/master
Riyad Preukschas [Fri, 11 Jan 2013 18:20:23 +0000 (10:20 -0800)]
Merge pull request #2561 from MrHammy/master

Fix to pages links

11 years agoMove checks after init script installation in docs
Riyad Preukschas [Fri, 11 Jan 2013 17:58:13 +0000 (18:58 +0100)]
Move checks after init script installation in docs

11 years agoupdate grammar in check application status section
David Southard [Thu, 10 Jan 2013 19:21:54 +0000 (13:21 -0600)]
update grammar in check application status section

11 years agoUpdate app/views/wikis/pages.html.haml
MrHammy [Fri, 11 Jan 2013 12:40:29 +0000 (13:40 +0100)]
Update app/views/wikis/pages.html.haml

Changed the link in the pages of the wiki to the direct link instead of the first created page

11 years agoMerge pull request #2555 from studiofrenetic/master
Dmitriy Zaporozhets [Thu, 10 Jan 2013 21:02:15 +0000 (13:02 -0800)]
Merge pull request #2555 from studiofrenetic/master

Fix for archive download (method path missing)

11 years agoFix for archive download (method path missing)
Martin Bastien [Thu, 10 Jan 2013 20:55:34 +0000 (15:55 -0500)]
Fix for archive download (method path missing)

11 years agoFix missing image for last push
Dmitriy Zaporozhets [Thu, 10 Jan 2013 18:20:56 +0000 (20:20 +0200)]
Fix missing image for last push

11 years agoMerge branch 'improve/wiki_typography' of dev.gitlabhq.com:gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 10 Jan 2013 16:59:36 +0000 (16:59 +0000)]
Merge branch 'improve/wiki_typography' of dev.gitlabhq.com:gitlab/gitlabhq

11 years agoMerge branch 'bug/pager_load' of dev.gitlabhq.com:gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 10 Jan 2013 16:59:27 +0000 (16:59 +0000)]
Merge branch 'bug/pager_load' of dev.gitlabhq.com:gitlab/gitlabhq

11 years agoMerge branch 'improve/filter_icons' of dev.gitlabhq.com:gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 10 Jan 2013 16:59:12 +0000 (16:59 +0000)]
Merge branch 'improve/filter_icons' of dev.gitlabhq.com:gitlab/gitlabhq

11 years agoMerge branch 'improve/admin' of dev.gitlabhq.com:gitlab/gitlabhq
Dmitriy Zaporozhets [Thu, 10 Jan 2013 16:59:01 +0000 (16:59 +0000)]
Merge branch 'improve/admin' of dev.gitlabhq.com:gitlab/gitlabhq

11 years agoImprove wiki typography
Dmitriy Zaporozhets [Thu, 10 Jan 2013 16:09:12 +0000 (18:09 +0200)]
Improve wiki typography

11 years agoFix pager loading on every page in application
Dmitriy Zaporozhets [Thu, 10 Jan 2013 15:38:37 +0000 (17:38 +0200)]
Fix pager loading on every page in application

11 years agoRemove unused images. More use of font-awesome icons
Dmitriy Zaporozhets [Thu, 10 Jan 2013 06:43:25 +0000 (08:43 +0200)]
Remove unused images. More use of font-awesome icons

11 years agosidekiq.log in admin area. Improved admin dashboard
Dmitriy Zaporozhets [Thu, 10 Jan 2013 06:43:25 +0000 (08:43 +0200)]
sidekiq.log in admin area. Improved admin dashboard

11 years agoMerge pull request #2539 from jameswritescode/remove_passenger_fix
Dmitriy Zaporozhets [Thu, 10 Jan 2013 06:35:10 +0000 (22:35 -0800)]
Merge pull request #2539 from jameswritescode/remove_passenger_fix

remove passenger_fix

11 years agoremove passenger_fix.rb, which due to the recent removal of Resque in favor of sideki...
James Newton [Thu, 10 Jan 2013 04:17:03 +0000 (22:17 -0600)]
remove passenger_fix.rb, which due to the recent removal of Resque in favor of sidekiq breaks gitlab in passenger

11 years agoFix sidekiq check task
Riyad Preukschas [Wed, 9 Jan 2013 23:08:15 +0000 (00:08 +0100)]
Fix sidekiq check task

11 years agoFix sidekiq task to use Rails
Riyad Preukschas [Wed, 9 Jan 2013 22:56:47 +0000 (23:56 +0100)]
Fix sidekiq task to use Rails

11 years agoMerge pull request #2533 from gliptak/master
Dmitriy Zaporozhets [Wed, 9 Jan 2013 22:33:18 +0000 (14:33 -0800)]
Merge pull request #2533 from gliptak/master

Use ruby 1.9.3-p327 on travis-ci

11 years agoMerge pull request #2534 from AlexDenisov/ajax_activities
Dmitriy Zaporozhets [Wed, 9 Jan 2013 21:26:54 +0000 (13:26 -0800)]
Merge pull request #2534 from AlexDenisov/ajax_activities

Reload activities/events on the dashboard page via ajax

11 years agoreplace javascript:void with preventDefault
Alex Denisov [Wed, 9 Jan 2013 21:02:41 +0000 (21:02 +0000)]
replace javascript:void with preventDefault

11 years agoUse ruby 1.9.3-p327 on travis-ci
gliptak [Wed, 9 Jan 2013 19:43:49 +0000 (14:43 -0500)]
Use ruby 1.9.3-p327 on travis-ci

11 years agodashboard js -> coffee
Alex Denisov [Wed, 9 Jan 2013 19:28:31 +0000 (19:28 +0000)]
dashboard js -> coffee

11 years agoReloading of events via ajax instead of page reloading.
Alex Denisov [Wed, 9 Jan 2013 18:14:24 +0000 (18:14 +0000)]
Reloading of events via ajax instead of page reloading.

11 years agoJavaScript removed from dashboard#index template.
AlexDenisov [Wed, 9 Jan 2013 05:58:27 +0000 (05:58 +0000)]
JavaScript removed from dashboard#index template.

11 years agoTypo fixed
Alex Denisov [Mon, 3 Dec 2012 05:09:05 +0000 (07:09 +0200)]
Typo fixed

11 years agoEvent filters stores at cookies.
Alex Denisov [Mon, 3 Dec 2012 00:29:07 +0000 (02:29 +0200)]
Event filters stores at cookies.

11 years agoTests on events filtering added
Alex Denisov [Sun, 2 Dec 2012 20:54:19 +0000 (22:54 +0200)]
Tests on events filtering added

11 years agoTests on EventFilters added
Alex Denisov [Sun, 2 Dec 2012 20:18:03 +0000 (22:18 +0200)]
Tests on EventFilters added

11 years agoMerge pull request #2527 from VonC/gitignore
Riyad Preukschas [Wed, 9 Jan 2013 18:34:13 +0000 (10:34 -0800)]
Merge pull request #2527 from VonC/gitignore

Update .gitignore

11 years agoFix sidekiq chech and added script/check
Dmitriy Zaporozhets [Wed, 9 Jan 2013 18:31:05 +0000 (20:31 +0200)]
Fix sidekiq chech and added script/check

11 years agoSpinach: admin logs, admin users
Dmitriy Zaporozhets [Wed, 9 Jan 2013 17:38:27 +0000 (19:38 +0200)]
Spinach: admin logs, admin users

11 years agogitignore updates.
VonC [Wed, 9 Jan 2013 09:04:41 +0000 (09:04 +0000)]
gitignore updates.

Most yml files are ignored in gitlab/config/, except resque.yml
=> add it to the list of ignored files.

11 years agoMerge branch 'sidekiq'
Dmitriy Zaporozhets [Wed, 9 Jan 2013 16:21:49 +0000 (18:21 +0200)]
Merge branch 'sidekiq'

11 years agoRails upto 3.2.11
Dmitriy Zaporozhets [Wed, 9 Jan 2013 09:07:55 +0000 (11:07 +0200)]
Rails upto 3.2.11

11 years agoMerge pull request #2484 from netdata/fix_url_encode
Dmitriy Zaporozhets [Wed, 9 Jan 2013 08:35:32 +0000 (00:35 -0800)]
Merge pull request #2484 from netdata/fix_url_encode

Fixing request.fullpath URL encoding

11 years agoFix routing specs
Dmitriy Zaporozhets [Wed, 9 Jan 2013 07:47:25 +0000 (09:47 +0200)]
Fix routing specs

11 years agoMerge pull request #2516 from jouve/fix_json_exemples_in_help
Dmitriy Zaporozhets [Wed, 9 Jan 2013 07:43:43 +0000 (23:43 -0800)]
Merge pull request #2516 from jouve/fix_json_exemples_in_help

fix exemple js data in help/web_hook

11 years agoFixed tree logs for branches with slash. Fixed remember of path when switch branch
Dmitriy Zaporozhets [Wed, 9 Jan 2013 07:34:26 +0000 (09:34 +0200)]
Fixed tree logs for branches with slash. Fixed remember of path when switch branch

11 years agospinach test: project services
Dmitriy Zaporozhets [Wed, 9 Jan 2013 06:14:05 +0000 (09:14 +0300)]
spinach test: project services

11 years agoset undefined features
Dmitriy Zaporozhets [Wed, 9 Jan 2013 10:04:55 +0000 (12:04 +0200)]
set undefined features

11 years agosidekiq with green tests
Dmitriy Zaporozhets [Wed, 9 Jan 2013 06:14:05 +0000 (09:14 +0300)]
sidekiq with green tests

11 years agoemail via sidekiq. start and stop rake tasks
Dmitriy Zaporozhets [Wed, 9 Jan 2013 05:44:05 +0000 (08:44 +0300)]
email via sidekiq. start and stop rake tasks

11 years agoA bit of spinach tests
Dmitriy Zaporozhets [Wed, 9 Jan 2013 05:14:05 +0000 (08:14 +0300)]
A bit of spinach tests

11 years agosidekiq
Dmitriy Zaporozhets [Wed, 9 Jan 2013 05:14:05 +0000 (08:14 +0300)]
sidekiq

11 years agofix exemple js data in help/web_hook
Cyril [Tue, 8 Jan 2013 14:34:15 +0000 (15:34 +0100)]
fix exemple js data in help/web_hook

11 years agoFix minor style issue for compare
Dmitriy Zaporozhets [Tue, 8 Jan 2013 10:23:33 +0000 (12:23 +0200)]
Fix minor style issue for compare

11 years agoa bit of restyling for issues and merge request lists
Dmitriy Zaporozhets [Tue, 8 Jan 2013 05:14:05 +0000 (08:14 +0300)]
a bit of restyling for issues and merge request lists

11 years agoorganize simplecov
Dmitriy Zaporozhets [Mon, 7 Jan 2013 20:22:35 +0000 (22:22 +0200)]
organize simplecov

11 years agoFix checking for the recommended Gitolite version
Riyad Preukschas [Mon, 7 Jan 2013 20:18:41 +0000 (21:18 +0100)]
Fix checking for the recommended Gitolite version

Fixes #2475

11 years agoFix check for outdated config file
Riyad Preukschas [Mon, 7 Jan 2013 18:47:53 +0000 (19:47 +0100)]
Fix check for outdated config file

11 years agoAdd a check whether repos_path is a symlink
Riyad Preukschas [Mon, 7 Jan 2013 18:39:15 +0000 (19:39 +0100)]
Add a check whether repos_path is a symlink

11 years agoFix bug in OS detection in check task
Riyad Preukschas [Mon, 7 Jan 2013 18:19:50 +0000 (19:19 +0100)]
Fix bug in OS detection in check task

11 years agoFix accessing the project repository path in check task
Riyad Preukschas [Mon, 7 Jan 2013 18:04:20 +0000 (19:04 +0100)]
Fix accessing the project repository path in check task

Fixes #2496

11 years agoFix group test after ajax activity
Dmitriy Zaporozhets [Mon, 7 Jan 2013 20:05:21 +0000 (22:05 +0200)]
Fix group test after ajax activity

11 years agoCommon filtering for dashboard and group. Share partial search result partial
Dmitriy Zaporozhets [Mon, 7 Jan 2013 18:48:57 +0000 (20:48 +0200)]
Common filtering for dashboard and group. Share partial search result partial

11 years agoMerge pull request #2504 from mitchty/sles_changes
Riyad Preukschas [Mon, 7 Jan 2013 18:15:27 +0000 (10:15 -0800)]
Merge pull request #2504 from mitchty/sles_changes

Update info.rake to be able to run successfully on SuSE.

11 years agoMerge pull request #2485 from gliptak/patch-2
Riyad Preukschas [Mon, 7 Jan 2013 17:41:27 +0000 (09:41 -0800)]
Merge pull request #2485 from gliptak/patch-2

Renaming check function from 1056 to 1059

11 years agoUpdate info.rake to be able to run successfully on SuSE.
Mitch Tishmack [Mon, 7 Jan 2013 17:07:11 +0000 (11:07 -0600)]
Update info.rake to be able to run successfully on SuSE.

11 years agoValidate username uniq in scope of namespace
Dmitriy Zaporozhets [Mon, 7 Jan 2013 15:36:24 +0000 (17:36 +0200)]
Validate username uniq in scope of namespace

11 years agoFixed tests
Dmitriy Zaporozhets [Mon, 7 Jan 2013 12:44:57 +0000 (14:44 +0200)]
Fixed tests

11 years agoSpeedup dashboard via loading events with ajax
Dmitriy Zaporozhets [Mon, 7 Jan 2013 12:36:01 +0000 (14:36 +0200)]
Speedup dashboard via loading events with ajax

11 years agoImprove milestone show page
Dmitriy Zaporozhets [Mon, 7 Jan 2013 12:08:03 +0000 (14:08 +0200)]
Improve milestone show page

11 years agoFix xss vulnerability
Dmitriy Zaporozhets [Mon, 7 Jan 2013 09:32:12 +0000 (11:32 +0200)]
Fix xss vulnerability

11 years agoAdded cleanup to help rake
Dmitriy Zaporozhets [Sat, 5 Jan 2013 22:30:38 +0000 (00:30 +0200)]
Added cleanup to help rake

11 years agoGreen button when we create new item, blue when save or some primary action
Dmitriy Zaporozhets [Sat, 5 Jan 2013 22:08:02 +0000 (00:08 +0200)]
Green button when we create new item, blue when save or some primary action

11 years agoAdd specs for notes on wall
Riyad Preukschas [Sat, 5 Jan 2013 21:58:36 +0000 (22:58 +0100)]
Add specs for notes on wall

11 years agoAdd specs for notes on commits
Riyad Preukschas [Sat, 5 Jan 2013 21:58:27 +0000 (22:58 +0100)]
Add specs for notes on commits

11 years agoFix network test and snippets expired
Dmitriy Zaporozhets [Sat, 5 Jan 2013 21:49:01 +0000 (23:49 +0200)]
Fix network test and snippets expired

11 years agoAdd RAILS_ENV to rake docs
Dmitriy Zaporozhets [Sat, 5 Jan 2013 21:36:04 +0000 (23:36 +0200)]
Add RAILS_ENV to rake docs

11 years agoFix backup/restore path_to_repo
Dmitriy Zaporozhets [Sat, 5 Jan 2013 21:29:48 +0000 (23:29 +0200)]
Fix backup/restore path_to_repo