VonC
471b5910a6
Fix git group detection for gitolite ssh user.
...
The tasks gitlab:env:info mixes user and group, and presume as a group 'git'.
However, gitolite group name can be anything.
That patch add the git group name in the config,
and check gitolite.ssh_user group against git.group
(which defaults to 'git', as before this patch, if undefined).
M config/gitlab.yml.example:
Add 'group' in 'git' section
Mention default value for the two extra settings
M lib/tasks/gitlab/check.rake:
Check that gitolite.ssh_user *group* is the one defined in git.group.
Make sure to default to 'git' as the expected group
if said group is undefined in the config.
Note: uses a more complete regexp for the group detection
(the group can start, end or be in the middle or the list of groups
of gitolite.ssh_user)
M: config/initializers/1_settings.rb:
Add default values for gitolite.group and gitlab.user
2013-01-14 11:44:27 +00:00
Dmitriy Zaporozhets
eff6d3c12b
CHANGELOG for 4.1
2013-01-14 13:39:09 +02:00
Dmitriy Zaporozhets
23e338852c
Dont set @project variable in list. Remove a bit of duplication in dash and group
2013-01-14 10:09:01 +02:00
Dmitriy Zaporozhets
f716c0a1dd
profjects filter with_push to project model
2013-01-14 09:44:27 +02:00
Dmitriy Zaporozhets
8543313bf5
Few more filters for admin / projects
2013-01-14 09:37:29 +02:00
Dmitriy Zaporozhets
68bfcd0521
Add public filter to admin projects
2013-01-13 17:25:18 +02:00
Dmitriy Zaporozhets
122acb2254
fix unauth for public
2013-01-13 17:25:18 +02:00
Dmitriy Zaporozhets
4c6224aad1
Public git read-only access via http
2013-01-13 17:25:18 +02:00
Riyad Preukschas
eb626edd3f
Replace all stat command line calls with ruby equivalents
2013-01-12 01:25:01 +01:00
Riyad Preukschas
4d0af232da
Make method names clearer in check.rake
2013-01-12 01:24:57 +01:00
Riyad Preukschas
a213d4b9e8
Move OS detection to task helpers and add detection of OS X
2013-01-12 01:24:51 +01:00
Riyad Preukschas
fd836f5490
Update empty error messages and warn if not viewing the most recent wiki page
2013-01-11 21:04:21 +01:00
Riyad Preukschas
b55ed840e6
Update wiki pages
...
* Properly name columns in Pages and History views
* Link to Authors
* Make views more consistent
2013-01-11 20:20:11 +01:00
Riyad Preukschas
b3bfb75252
Fix link_to_member to not be bold by default
2013-01-11 20:16:37 +01:00
Riyad Preukschas
167f26b90d
Add an ordering scope to Wiki
2013-01-11 20:04:14 +01:00
Riyad Preukschas
5aada8cc2a
Move wiki delete button to the edit page
2013-01-11 20:03:43 +01:00
Riyad Preukschas
e54246d310
Merge pull request #2561 from MrHammy/master
...
Fix to pages links
2013-01-11 10:20:23 -08:00
Riyad Preukschas
f0c4e94d74
Move checks after init script installation in docs
2013-01-11 18:59:06 +01:00
David Southard
97a4e1b86a
update grammar in check application status section
2013-01-11 17:23:35 +01:00
MrHammy
c913f40ca4
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
2013-01-11 13:40:29 +01:00
Dmitriy Zaporozhets
32dadb46fa
Merge pull request #2555 from studiofrenetic/master
...
Fix for archive download (method path missing)
2013-01-10 13:02:15 -08:00
Martin Bastien
f97ae2ff85
Fix for archive download (method path missing)
2013-01-10 15:55:34 -05:00
Dmitriy Zaporozhets
9152ab7955
Fix missing image for last push
2013-01-10 20:20:56 +02:00
Dmitriy Zaporozhets
0bd3c195a5
Merge branch 'improve/wiki_typography' of dev.gitlabhq.com:gitlab/gitlabhq
2013-01-10 16:59:36 +00:00
Dmitriy Zaporozhets
37771eb4cc
Merge branch 'bug/pager_load' of dev.gitlabhq.com:gitlab/gitlabhq
2013-01-10 16:59:27 +00:00
Dmitriy Zaporozhets
eadad85561
Merge branch 'improve/filter_icons' of dev.gitlabhq.com:gitlab/gitlabhq
2013-01-10 16:59:12 +00:00
Dmitriy Zaporozhets
50b172530c
Merge branch 'improve/admin' of dev.gitlabhq.com:gitlab/gitlabhq
2013-01-10 16:59:01 +00:00
Dmitriy Zaporozhets
e25656d09b
Improve wiki typography
2013-01-10 18:09:12 +02:00
Dmitriy Zaporozhets
dd20da1bff
Fix pager loading on every page in application
2013-01-10 17:38:37 +02:00
Dmitriy Zaporozhets
abc2bdc3aa
Remove unused images. More use of font-awesome icons
2013-01-10 08:43:25 +02:00
Dmitriy Zaporozhets
c2982c9a31
sidekiq.log in admin area. Improved admin dashboard
2013-01-10 08:43:25 +02:00
Dmitriy Zaporozhets
78698698dc
Merge pull request #2539 from jameswritescode/remove_passenger_fix
...
remove passenger_fix
2013-01-09 22:35:10 -08:00
James Newton
2b38c8a156
remove passenger_fix.rb, which due to the recent removal of Resque in favor of sidekiq breaks gitlab in passenger
2013-01-09 22:17:03 -06:00
Cyril
8a3bbbdb88
clean app helper
...
* remove unused method
* simplify gravatar_icon
2013-01-10 01:46:23 +01:00
Riyad Preukschas
7cd03836e5
Fix sidekiq check task
2013-01-10 00:09:09 +01:00
Riyad Preukschas
4eac403e3b
Fix sidekiq task to use Rails
2013-01-10 00:09:09 +01:00
Dmitriy Zaporozhets
6ea7bc27e4
Merge pull request #2533 from gliptak/master
...
Use ruby 1.9.3-p327 on travis-ci
2013-01-09 14:33:18 -08:00
Dmitriy Zaporozhets
aca0caa8cc
Merge pull request #2534 from AlexDenisov/ajax_activities
...
Reload activities/events on the dashboard page via ajax
2013-01-09 13:26:54 -08:00
Alex Denisov
d7bc121474
replace javascript:void with preventDefault
2013-01-09 21:02:41 +00:00
gliptak
e47104bd7a
Use ruby 1.9.3-p327 on travis-ci
2013-01-09 14:43:49 -05:00
Alex Denisov
5133fe8efb
dashboard js -> coffee
2013-01-09 19:30:20 +00:00
Alex Denisov
3cc0458312
Reloading of events via ajax instead of page reloading.
2013-01-09 19:30:20 +00:00
AlexDenisov
0d9f73fa1e
JavaScript removed from dashboard#index template.
2013-01-09 19:30:20 +00:00
Alex Denisov
f038057b9d
Typo fixed
2013-01-09 19:30:20 +00:00
Alex Denisov
97d17cf835
Event filters stores at cookies.
2013-01-09 19:30:20 +00:00
Alex Denisov
b255c3c44b
Tests on events filtering added
2013-01-09 19:30:20 +00:00
Alex Denisov
2b93201533
Tests on EventFilters added
2013-01-09 19:30:19 +00:00
Riyad Preukschas
d27cc91ee9
Merge pull request #2527 from VonC/gitignore
...
Update .gitignore
2013-01-09 10:34:13 -08:00
Dmitriy Zaporozhets
6869a56403
Fix sidekiq chech and added script/check
2013-01-09 20:31:05 +02:00
Dmitriy Zaporozhets
16b61590ab
Spinach: admin logs, admin users
2013-01-09 19:38:27 +02:00