summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* repositories tab specsDmitriy Zaporozhets2011-12-311-0/+12
|
* commented some testsValery Sizov2011-12-271-19/+0
|
* Merge branch 'web_hooks' of https://github.com/ariejan/gitlabhq into ↵Valery Sizov2011-12-272-0/+23
|\ | | | | | | | | | | | | | | | | ariejan-web_hooks Conflicts: app/models/project.rb config/routes.rb db/schema.rb
| * Added web hooks functionalityAriejan de Vroom2011-12-142-1/+24
| | | | | | | | | | | | | | | | | | This commit includes: * Projects can have zero or more WebHooks. * The PostReceive job will ask a project to execute any web hooks defined for that project. * WebHook has a URL, we post Github-compatible JSON to that URL. * Failure to execute a WebHook will be silently ignored.
| * First attempt at a post-receive hook that posts directly to ResqueAriejan de Vroom2011-12-131-12/+0
| |
* | Design tab for profile. Colorscheme as db valuev2.0.0Dmitriy Zaporozhets2011-12-202-1/+19
| |
* | dev seeds & dev scriptsDmitriy Zaporozhets2011-12-153-4/+44
| |
* | Demo issues title updateAlexander Randa2011-12-131-15/+15
| |
* | Merge branch 'issue_dashboard' into improved_dashboardDmitriy Zaporozhets2011-12-081-12/+0
|\ \ | |/ |/|
| * Added "Issues" dashboardAriejan de Vroom2011-12-081-12/+0
| | | | | | | | | | | | | | This shows issues assigned to you, across all your projects, in one place. References #173
* | default_branch for project & fixed project destroyDmitriy Zaporozhets2011-12-072-2/+8
|/
* updated seeds for new permissions, issue seeds addedDmitriy Zaporozhets2011-12-072-15/+37
|
* repo & project access separated. critical gitolite bugfixDmitriy Zaporozhets2011-12-073-4/+29
|
* fix filters & seedsDmitriy Zaporozhets2011-12-041-15/+15
|
* fixtures addedDmitriy Zaporozhets2011-12-044-15/+54
|
* merge request entityDmitriy Zaporozhets2011-11-282-1/+30
|
* ability to attach branch to issuegitlabhq2011-11-242-1/+17
|
* travis confgitlabhq2011-11-151-0/+4
|
* clean up whitespace from projectNihad Abbasov2011-11-151-4/+4
|
* add auth token for usersNihad Abbasov2011-11-152-1/+7
|
* remove content column from issuesNihad Abbasov2011-11-112-2/+10
|
* added tags to formAleksei Kvitinskii2011-11-041-1/+18
|
* integrate tags pluginsAleksei Kvitinskii2011-11-041-0/+28
|
* Merge branch 'new_issue' into devgitlabhq2011-10-282-1/+35
|\
| * new issue formatgitlabhq2011-10-282-3/+26
| |
| * moving out of bodygitlabhq2011-10-271-0/+11
| |
* | Merge branch 'refs/heads/snippets_expiration' into devNihad Abbasov2011-10-282-0/+6
|\ \ | |/ |/| | | | | Conflicts: db/schema.rb
| * add expires_at column to snippetsNihad Abbasov2011-10-272-1/+7
| |
* | fixed limitgitlabhq2011-10-272-2/+2
| |
* | note as textgitlabhq2011-10-272-2/+10
|/
* clean-up codeNihad Abbasov2011-10-261-1/+0
| | | | | | * Remove trailing whitespace * Converts hard-tabs into two-space soft-tabs * Remove consecutive blank lines
* Add critical status to issuesgitlabhq2011-10-252-1/+7
|
* cleaninggitlabhq2011-10-222-1/+18
|
* corrected last migrationgitlabhq2011-10-221-3/+7
|
* now you can view comrade profile info #134gitlabhq2011-10-222-4/+14
|
* extended user profile with social fieldsAleksei Kvitinskii2011-10-202-1/+11
|
* snippets are readygitlabhq2011-10-174-1/+34
|
* icon for handler of sortableVSizov2011-10-151-0/+5
|
* Sortable issuesVSizov2011-10-151-1/+2
|
* tests seedgitlabhq2011-10-091-5/+8
|
* test fixgitlabhq2011-10-091-1/+1
|
* Issue #83 - Project limitValera Sizov2011-10-095-2/+18
|
* Issue #82 - Add owner to projectValera Sizov2011-10-092-1/+7
|
* init commitgitlabhq2011-10-0925-0/+300