Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2013-01-26Missed environment added to 'Try fixing it' blockAlex Denisov
2013-01-25refactor add to teamDmitriy Zaporozhets
2013-01-25Fix teams + gitolite accessDmitriy Zaporozhets
2013-01-25Fix removeing project if repo not existsDmitriy Zaporozhets
2013-01-25Move team project management to own controllerAndrey Kumanyaev
2013-01-25Move admin team members management to own controllerAndrey Kumanyaev
2013-01-25Team core managementAndrey Kumanyaev
2013-01-23Merge pull request #2706 from jfut/gh-issue-2602Dmitriy Zaporozhets
Remove relative_url_root from path. Fixes #2602
2013-01-23Improve network graphSato Hiroyuki
2013-01-23Remove relative_url_root from path. Fixes #2602Jun Futagawa
Files and Commits render a 404 when running with relative_url_root.
2013-01-22[import] - fix project import after refactoringErwan Arzur
2013-01-22Use subproccess instead subshell for git callsDmitriy Zaporozhets
2013-01-19Small fixesRiyad Preukschas
2013-01-19Uncomment forgotten codeDmitriy Zaporozhets
2013-01-19Remove chdir inside runtime. Improved gitolite shell commandsDmitriy Zaporozhets
2013-01-19raise exception if gitolite is brokenDmitriy Zaporozhets
2013-01-19Fixed developer push to protected branch. Closes #2647Dmitriy Zaporozhets
2013-01-18Improve CreateContext call. Fixed testDmitriy Zaporozhets
2013-01-17Refactor project creation. Added logout link to profile pageGitLab
2013-01-18Rename gitlab:app:setup task to gitlab:setupRiyad Preukschas
2013-01-18Add a warning prompt to the setup taskRiyad Preukschas
2013-01-17Fix branch remove on automergeDmitriy Zaporozhets
2013-01-17Fix gitolite config checks for old Gitolite versionsRiyad Preukschas
Fixes #2608
2013-01-17Fix check.rake to use the new user and group settingsRiyad Preukschas
2013-01-17Merge branch 'check_gitlab_in_git_group' of https://github.com/VonC/gitlabhq ↵Riyad Preukschas
into VonC-check_gitlab_in_git_group
2013-01-17Fix parsing of ref-like Urls in links and images in GFMRiyad Preukschas
Fixes #2166
2013-01-17Use image Urls for Emoji in GFMRiyad Preukschas
Fixes #2617
2013-01-17Use Urls for references in GFMRiyad Preukschas
2013-01-16Fix #2576Riyad Preukschas
2013-01-16Merge pull request #2460 from calmh/expose-namespaceDmitriy Zaporozhets
'namespace' should be exposed via the API
2013-01-16Merge pull request #1586 from Bregor/ber_to_stringDmitriy Zaporozhets
Auth: Net::BER::BerIdentifiedStrings to Strings
2013-01-16Store repo satellites outside of tmp directoryDmitriy Zaporozhets
2013-01-15Merge branch 'master' into discussionsRiyad Preukschas
2013-01-15Merge commit 'master' into discussionsRiyad Preukschas
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
2013-01-14Public HTTP clones and remove auth request for public projectsJeremy Slater
2013-01-14Fix git group detection for gitolite ssh user.VonC
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-13Public git read-only access via httpDmitriy Zaporozhets
2013-01-12Replace all stat command line calls with ruby equivalentsRiyad Preukschas
2013-01-12Make method names clearer in check.rakeRiyad Preukschas
2013-01-12Move OS detection to task helpers and add detection of OS XRiyad Preukschas
2013-01-10Fix sidekiq check taskRiyad Preukschas
2013-01-10Fix sidekiq task to use RailsRiyad Preukschas
2013-01-09Fix sidekiq chech and added script/checkDmitriy Zaporozhets
2013-01-09sidekiq with green testsDmitriy Zaporozhets
2013-01-09email via sidekiq. start and stop rake tasksDmitriy Zaporozhets
2013-01-09sidekiqDmitriy Zaporozhets
2013-01-09Merge pull request #2484 from netdata/fix_url_encodeDmitriy Zaporozhets
Fixing request.fullpath URL encoding
2013-01-09Fixed tree logs for branches with slash. Fixed remember of path when switch ↵Dmitriy Zaporozhets
branch
2013-01-08Fix checking for the recommended Gitolite versionRiyad Preukschas
Fixes #2475
2013-01-08Fix check for outdated config fileRiyad Preukschas