Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ProtectedBranches model, Master permission for repo\n Allow push to ↵ | Dmitriy Zaporozhets | 2012-02-15 | 1 | -28/+34 |
| | | | | protected branch for masters only | ||||
* | Add syntax highlighting for D and Haskell | Pedro Rodrigues | 2012-02-14 | 1 | -0/+4 |
| | |||||
* | Merge branch 'web_hooks_scaffold' | Dmitriy Zaporozhets | 2012-01-08 | 1 | -1/+1 |
|\ | |||||
| * | fixed queue name | Dmitriy Zaporozhets | 2012-01-04 | 1 | -1/+1 |
| | | |||||
* | | clickable point in graph | Valery Sizov | 2012-01-07 | 1 | -0/+3 |
| | | |||||
* | | fixed bug #316 | Valery Sizov | 2012-01-04 | 1 | -1/+1 |
|/ | |||||
* | Delete .directory files | shtirlic | 2012-01-01 | 2 | -10/+0 |
| | |||||
* | remove charencode. | Saito | 2011-12-30 | 2 | -18/+3 |
| | |||||
* | Revert "merge charlock_holmes to master" | Saito | 2011-12-30 | 1 | -6/+8 |
| | | | | This reverts commit a25a85b9396cbc07bf2bfcd12d3c0a6685df66d6. | ||||
* | merge charlock_holmes to master | Saito | 2011-12-29 | 1 | -8/+6 |
| | |||||
* | Merge branch 'web_hooks' of https://github.com/ariejan/gitlabhq into ↵ | Valery Sizov | 2011-12-27 | 3 | -2/+15 |
|\ | | | | | | | | | | | | | | | | | ariejan-web_hooks Conflicts: app/models/project.rb config/routes.rb db/schema.rb | ||||
| * | First attempt at a post-receive hook that posts directly to Resque | Ariejan de Vroom | 2011-12-13 | 2 | -2/+14 |
| | | |||||
| * | Added Resque as a dependency | Ariejan de Vroom | 2011-12-12 | 1 | -0/+1 |
| | | |||||
* | | Fixes timeout when adding an SSH key | Jeremy Mack | 2011-12-20 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | | rake dev_repo: fixed for ubuntu | Dmitriy Zaporozhets | 2011-12-16 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #196 from mutewinter/bulk_repo_import | Dmitriy Zaporozhets | 2011-12-16 | 1 | -0/+112 |
|\ \ | | | | | | | Bulk repo import Rake task | ||||
| * | | Added detection and handling of exsiting repos | Jeremy Mack | 2011-12-15 | 1 | -18/+37 |
| | | | |||||
| * | | Better description for automatically created project | Jeremy Mack | 2011-12-13 | 1 | -1/+1 |
| | | | |||||
| * | | fix can not guess problem | Saito | 2011-12-13 | 1 | -1/+2 |
| | | | |||||
| * | | Add rake task for bulk repo importing | Jeremy Mack | 2011-12-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | Git repos should be in the import_projects directory in the root of application. The task is invoked via @rake import_projects@. | ||||
| * | | Calling update_repository | Jeremy Mack | 2011-12-13 | 1 | -0/+94 |
| |/ | | | | | | | - Better comment too | ||||
* | | dev seeds & dev scripts | Dmitriy Zaporozhets | 2011-12-15 | 2 | -0/+31 |
| | | |||||
* | | fix can not guess problem | Saito | 2011-12-13 | 1 | -1/+2 |
|/ | |||||
* | default_branch for project & fixed project destroy | Dmitriy Zaporozhets | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | repo & project access separated. critical gitolite bugfix | Dmitriy Zaporozhets | 2011-12-07 | 1 | -2/+7 |
| | |||||
* | Merge branch 'gitolite' | Dmitriy Zaporozhets | 2011-12-05 | 6 | -74/+129 |
|\ | |||||
| * | keys migrate | Dmitriy Zaporozhets | 2011-12-05 | 1 | -2/+9 |
| | | |||||
| * | refcatoring. cleaning after gitosis | Dmitriy Zaporozhets | 2011-12-05 | 3 | -82/+20 |
| | | |||||
| * | git host fixed | Dmitriy Zaporozhets | 2011-12-05 | 1 | -3/+3 |
| | | |||||
| * | gitolite & gitosis support | Dmitriy Zaporozhets | 2011-12-04 | 6 | -83/+184 |
| | | |||||
| * | gitolite support in progress | requires gitolite umask 0007 | Dmitriy Zaporozhets | 2011-12-04 | 1 | -15/+24 |
| | | |||||
* | | refator handle_file_type. add velocity jade c header and others syntax detect | Saito | 2011-12-05 | 1 | -9/+18 |
|/ | |||||
* | refactor each_line detect to detect all diff file | Saito | 2011-12-01 | 1 | -0/+2 |
| | |||||
* | fix encode bugs on diff not utf-8 encode's code | Saito | 2011-11-30 | 1 | -2/+2 |
| | |||||
* | fix the issue on github #157. | Saito | 2011-11-28 | 2 | -4/+16 |
| | | | | | | | 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. | ||||
* | Commit, network graph refactoring | Dmitriy Zaporozhets | 2011-11-27 | 2 | -27/+52 |
| | |||||
* | commit safe_commit | Saito | 2011-11-18 | 1 | -7/+1 |
| | |||||
* | travis | gitlabhq | 2011-11-15 | 1 | -0/+7 |
| | |||||
* | clean up whitespace from project | Nihad Abbasov | 2011-11-15 | 2 | -14/+14 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into network_graph | Valery Sizov | 2011-11-13 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: app/assets/stylesheets/projects.css.scss lib/commit_ext.rb | ||||
| * | Issue #185 – Show branch name for commits on activities & dashboard pages | Dmitriy Zaporozhets | 2011-11-12 | 1 | -0/+2 |
| | | |||||
* | | Graph: small refactoring | Valery Sizov | 2011-11-13 | 1 | -9/+2 |
| | | |||||
* | | Graph: is done. v1 | Valery Sizov | 2011-11-13 | 1 | -4/+5 |
| | | |||||
* | | Graph: base implementation | Valery Sizov | 2011-11-13 | 1 | -20/+27 |
| | | |||||
* | | Graph: build json | Valery Sizov | 2011-11-13 | 3 | -0/+255 |
|/ | |||||
* | fixed error with ascii error for dashboard | gitlabhq | 2011-11-03 | 1 | -0/+8 |
| | |||||
* | user dashboard | gitlabhq | 2011-10-31 | 1 | -0/+4 |
| | |||||
* | clean-up code | Nihad Abbasov | 2011-10-26 | 4 | -9/+9 |
| | | | | | | * Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines | ||||
* | Issue #149 fixed | gitlabhq | 2011-10-25 | 1 | -4/+6 |
| | |||||
* | Issue #149 | gitlabhq | 2011-10-24 | 1 | -0/+9 |
| |