Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rake task to add all users to all projects | Seif Attar | 2012-08-23 | 1 | -0/+16 | |
| | ||||||
* | Updated app:status & docs with hooks. Removed write_hooks from app:setup | randx | 2012-08-21 | 2 | -1/+14 | |
| | ||||||
* | Handle post-receive files via gitolite, not gitlab | randx | 2012-08-21 | 4 | -26/+29 | |
| | ||||||
* | Project /lib cleanup | randx | 2012-08-19 | 3 | -43/+0 | |
| | ||||||
* | Application cleanup | Dmitriy Zaporozhets | 2012-08-17 | 1 | -1/+1 | |
| | ||||||
* | rspec to capybara-webkit. simplercov now use cucumber | Dmitriy Zaporozhets | 2012-08-13 | 1 | -0/+10 | |
| | ||||||
* | Merge pull request #1152 from natrim/master | Dmitriy Zaporozhets | 2012-08-03 | 1 | -1/+1 | |
|\ | | | | | Fix UMASK checking in .gitoliterc | |||||
| * | fix checking for right gitolite UMASK | natrim | 2012-07-27 | 1 | -1/+1 | |
| | | ||||||
* | | Post-receive hook should be owned by gitlab user, not git. | Michael van Rooijen | 2012-07-27 | 1 | -2/+6 | |
|/ | ||||||
* | Merge pull request #1129 from meskyanichi/master | Dmitriy Zaporozhets | 2012-07-26 | 1 | -2/+4 | |
|\ | | | | | Potential solution for current `rake gitlab:app:backup_restore` issues. | |||||
| * | Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and ↵ | Michael van Rooijen | 2012-07-26 | 1 | -2/+4 | |
| | | | | | | | | restore repositories based on their `path` rather than their (project) `name`. The project name can be uppercase and may contain spaces. This caused the repository to be restored as a different `path` that it was initially created as, thus, breaking the `git remote` and the web interface can no longer detect the repository either because it searches by `path` and not by `name`. Also, when restoring the permissions are incorrect making it impossible to push new commits to the remote repository. So now on success it'll set the correct permissions (but requires that the `gitlab` user has `sudo` privileges, or this task must be executed as root). | |||||
* | | Fixed persmission issue in doc. Added validation of hooks in gitlab:app:status | randx | 2012-07-26 | 1 | -2/+23 | |
|/ | ||||||
* | Fixing MySQL syntax error | Michael Richardson | 2012-07-18 | 1 | -1/+1 | |
| | ||||||
* | Changes done as per feedback | Stefan Morgenthaler | 2012-07-10 | 1 | -22/+15 | |
| | ||||||
* | add: rake task to backup/restore gitlab db and repos | Stefan Morgenthaler | 2012-07-10 | 1 | -0/+197 | |
| | ||||||
* | Finished with configs | randx | 2012-07-02 | 1 | -1/+0 | |
| | ||||||
* | Epic: Gitlab configuration with default values | Dmitriy Zaporozhets | 2012-07-02 | 1 | -6/+7 | |
| | ||||||
* | Replace hardcoded '/home/git/repositories/' with GIT_HOST['base_path'] | Denis Peplin | 2012-06-25 | 1 | -2/+2 | |
| | ||||||
* | Lets change how cucumber run on travis | randx | 2012-06-17 | 1 | -1/+1 | |
| | ||||||
* | Fix travis | randx | 2012-06-17 | 1 | -1/+1 | |
| | ||||||
* | fixed type | randx | 2012-06-16 | 1 | -1/+1 | |
| | ||||||
* | fix ci run | randx | 2012-06-16 | 1 | -1/+1 | |
| | ||||||
* | Cucumber: | Dmitriy Zaporozhets | 2012-06-15 | 2 | -0/+70 | |
| | | | | | | | | * Profile * Browse code * Sceleton for main features * Wiki * Commits | |||||
* | lib/ refactoring. Module Gitlabhq renamed to Gitlab | randx | 2012-05-26 | 1 | -1/+1 | |
| | ||||||
* | fast automerge: done | Valery Sizov | 2012-04-22 | 1 | -2/+2 | |
| | ||||||
* | fast automerge: base implementation | Valery Sizov | 2012-04-22 | 1 | -0/+7 | |
| | ||||||
* | Fixed db_schema & reordered rake tasks | Dmitriy Zaporozhets | 2012-04-21 | 3 | -10/+13 | |
| | ||||||
* | Merge remote-tracking branch 'origin/merge_button' | Dmitriy Zaporozhets | 2012-04-21 | 1 | -0/+9 | |
|\ | | | | | | | | | | | Conflicts: app/assets/javascripts/merge_requests.js db/schema.rb | |||||
| * | Rake task to provider full repo access for gitolite-owner.\n Automerge ↵ | randx | 2012-03-30 | 1 | -0/+9 | |
| | | | | | | | | requires gitlab user be able to push to any repo | |||||
* | | gitlab rake tasks refactored | Dmitriy Zaporozhets | 2012-04-04 | 10 | -115/+139 | |
|/ | ||||||
* | fix update_hooks task | Dmitriy Zaporozhets | 2012-03-11 | 1 | -1/+1 | |
| | ||||||
* | Diasgnostic task for gitlab | Dmitriy Zaporozhets | 2012-03-09 | 1 | -0/+58 | |
| | ||||||
* | Cleaning and refactoring | Dmitriy Zaporozhets | 2012-03-06 | 1 | -2/+1 | |
| | ||||||
* | Send author to post hook. Display push activity to dashboard | Dmitriy Zaporozhets | 2012-02-29 | 1 | -0/+15 | |
| | ||||||
* | Merge branch 'web_hooks' of https://github.com/ariejan/gitlabhq into ↵ | Valery Sizov | 2011-12-27 | 1 | -0/+1 | |
|\ | | | | | | | | | | | | | | | | | ariejan-web_hooks Conflicts: app/models/project.rb config/routes.rb db/schema.rb | |||||
| * | Added Resque as a dependency | Ariejan de Vroom | 2011-12-12 | 1 | -0/+1 | |
| | | ||||||
* | | 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 | |
| | | | ||||||
| * | | 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 | |
|/ | ||||||
* | keys migrate | Dmitriy Zaporozhets | 2011-12-05 | 1 | -2/+9 | |
| | ||||||
* | refcatoring. cleaning after gitosis | Dmitriy Zaporozhets | 2011-12-05 | 1 | -0/+11 | |
| | ||||||
* | travis | gitlabhq | 2011-11-15 | 1 | -0/+7 | |
| | ||||||
* | init commit | gitlabhq | 2011-10-09 | 1 | -0/+0 | |