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
2012-01-08Merge branch 'web_hooks_scaffold'Dmitriy Zaporozhets
2012-01-07clickable point in graphValery Sizov
2012-01-04fixed bug #316Valery Sizov
2012-01-04fixed queue nameDmitriy Zaporozhets
2012-01-01Delete .directory filesshtirlic
2011-12-30remove charencode.Saito
2011-12-30Revert "merge charlock_holmes to master"Saito
This reverts commit a25a85b9396cbc07bf2bfcd12d3c0a6685df66d6.
2011-12-29merge charlock_holmes to masterSaito
2011-12-28Merge branch 'web_hooks' of https://github.com/ariejan/gitlabhq into ↵Valery Sizov
ariejan-web_hooks Conflicts: app/models/project.rb config/routes.rb db/schema.rb
2011-12-20Fixes timeout when adding an SSH keyJeremy Mack
Users with many projects (>100) will hit the 20 second timeout when updating the gitolite config. This fix batches those changes into a signle update to the file, causing an order of magnitude speed increase which finishes well below the 20 second timeout. Fixes gitlabhq/gitlabhq#220
2011-12-16rake dev_repo: fixed for ubuntuDmitriy Zaporozhets
2011-12-16Merge pull request #196 from mutewinter/bulk_repo_importDmitriy Zaporozhets
Bulk repo import Rake task
2011-12-16Added detection and handling of exsiting reposJeremy Mack
2011-12-16dev seeds & dev scriptsDmitriy Zaporozhets
2011-12-13Better description for automatically created projectJeremy Mack
2011-12-13fix can not guess problemSaito
2011-12-13Add rake task for bulk repo importingJeremy Mack
Git repos should be in the import_projects directory in the root of application. The task is invoked via @rake import_projects@.
2011-12-13Calling update_repositoryJeremy Mack
- Better comment too
2011-12-13First attempt at a post-receive hook that posts directly to ResqueAriejan de Vroom
2011-12-13Added Resque as a dependencyAriejan de Vroom
2011-12-12fix can not guess problemSaito
2011-12-08default_branch for project & fixed project destroyDmitriy Zaporozhets
2011-12-07repo & project access separated. critical gitolite bugfixDmitriy Zaporozhets
2011-12-05Merge branch 'gitolite'Dmitriy Zaporozhets
2011-12-05keys migrateDmitriy Zaporozhets
2011-12-05refator handle_file_type. add velocity jade c header and others syntax detectSaito
2011-12-05refcatoring. cleaning after gitosisDmitriy Zaporozhets
2011-12-05git host fixedDmitriy Zaporozhets
2011-12-04gitolite & gitosis supportDmitriy Zaporozhets
2011-12-04gitolite support in progress | requires gitolite umask 0007Dmitriy Zaporozhets
2011-12-01refactor each_line detect to detect all diff fileSaito
2011-11-30fix encode bugs on diff not utf-8 encode's codeSaito
2011-11-28fix the issue on github #157.Saito
directly force_encoding is wrong, must detect the file string's encoding. then force_encoding the string to it's encoding. last convert it to utf-8.
2011-11-27Commit, network graph refactoringDmitriy Zaporozhets
2011-11-18commit safe_commitSaito
2011-11-15travisgitlabhq
2011-11-15clean up whitespace from projectNihad Abbasov
2011-11-13Merge remote-tracking branch 'origin/master' into network_graphValery Sizov
Conflicts: app/assets/stylesheets/projects.css.scss lib/commit_ext.rb
2011-11-13Graph: small refactoringValery Sizov
2011-11-13Graph: is done. v1Valery Sizov
2011-11-13Graph: base implementationValery Sizov
2011-11-13Graph: build jsonValery Sizov
2011-11-12Issue #185 – Show branch name for commits on activities & dashboard pagesDmitriy Zaporozhets
2011-11-03fixed error with ascii error for dashboardgitlabhq
2011-11-01user dashboardgitlabhq
2011-10-26clean-up codeNihad Abbasov
* Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
2011-10-25Issue #149 fixedgitlabhq
2011-10-24Issue #149gitlabhq
2011-10-22moved from albino -> pygments.rbgitlabhq
2011-10-22low casegitlabhq