| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactored and fixed seeds to work with gitlab-shell | Dmitriy Zaporozhets | 2013-02-09 | 11 | -24/+14 |
* | add path and path_with_namespace to api project entity | Dmitriy Zaporozhets | 2013-01-31 | 2 | -2/+10 |
* | can_create_group, can_create_team boolean fields for user | Dmitriy Zaporozhets | 2013-01-25 | 2 | -1/+14 |
* | Added UserTeam core models (team and m-t-m relationships) and updated other m... | Andrey Kumanyaev | 2013-01-24 | 4 | -0/+59 |
* | Public git read-only access via http | Dmitriy Zaporozhets | 2013-01-13 | 2 | -8/+14 |
* | Fix project fixtures | Dmitriy Zaporozhets | 2013-01-05 | 1 | -10/+10 |
* | Fixed typo of recipes (recipres) | Koen Punt | 2013-01-04 | 1 | -1/+1 |
* | Project has now correct owner and creator. Increased test coverage | Dmitriy Zaporozhets | 2013-01-02 | 2 | -3/+8 |
* | Fix project destroy timeout from admin area. Added 30 ssh keys to dev seeds | Dmitriy Zaporozhets | 2012-12-30 | 1 | -8/+14 |
* | Fix not_in_project scope. Added counters in admin -> users. Improved seeds | Dmitriy Zaporozhets | 2012-12-27 | 9 | -55/+78 |
* | Dev fixtures: Add sample ssh key to admin | Dmitriy Zaporozhets | 2012-12-27 | 1 | -0/+10 |
* | index for commit_id. Schema rebuiled. Non rollback migration exception added | Dmitriy Zaporozhets | 2012-12-19 | 3 | -13/+20 |
* | if for migration | Dmitriy Zaporozhets | 2012-12-18 | 1 | -1/+7 |
* | Split commit_id and noteable_id for Note | Dmitriy Zaporozhets | 2012-12-18 | 2 | -13/+28 |
* | Reordered developers seeds a bit. Now seeds faster and has valid post-receive... | Dmitriy Zaporozhets | 2012-12-11 | 3 | -16/+15 |
* | Add more indexes (see #2159) | Riyad Preukschas | 2012-12-05 | 2 | -1/+75 |
* | More indices for asscociations. related to #2159 | Dmitriy Zaporozhets | 2012-12-03 | 2 | -1/+47 |
* | Event indices related to #2159 | Dmitriy Zaporozhets | 2012-12-03 | 2 | -1/+14 |
* | Refactor abilities. Added ProjectUpdate context. Fixed few bugs with namespaces | Dmitriy Zaporozhets | 2012-11-29 | 1 | -0/+11 |
* | Project -> update repo only on create and destroy. Fixtures Updated with name... | Dmitriy Zaporozhets | 2012-11-21 | 3 | -23/+13 |
* | Fxied seeds | Dmitriy Zaporozhets | 2012-11-23 | 1 | -3/+3 |
* | Deprecate code for Project. Use title and path | Dmitriy Zaporozhets | 2012-11-23 | 5 | -19/+31 |
* | Ability to create project with namespace | Dmitriy Zaporozhets | 2012-11-23 | 1 | -1/+2 |
* | Init username migration and rake task for create appropriate namespace | Dmitriy Zaporozhets | 2012-11-23 | 1 | -0/+5 |
* | Namespace model added. Migration to convert exit project/groups | Dmitriy Zaporozhets | 2012-11-22 | 3 | -10/+29 |
* | GitLabCi Service imtegration | Dmitriy Zaporozhets | 2012-11-19 | 3 | -4/+16 |
* | Annotated. schema updated | Dmitriy Zaporozhets | 2012-11-19 | 1 | -1/+11 |
* | Service model and service hook | Dmitriy Zaporozhets | 2012-11-20 | 2 | -0/+17 |
* | Improved seeds for development env | Dmitriy Zaporozhets | 2012-11-13 | 6 | -79/+97 |
* | Stats page | randx | 2012-11-10 | 1 | -14/+14 |
* | More seeds | randx | 2012-10-30 | 4 | -57/+40 |
* | Refactor milestones related functionality. Added seeds for Milestine and MR | randx | 2012-10-30 | 2 | -0/+32 |
* | Add Milestone information in Merge Requests | Sergio Visinoni | 2012-10-26 | 2 | -1/+7 |
* | Fix schema.rb | Dmitriy Zaporozhets | 2012-10-24 | 1 | -1/+1 |
* | add support use string FK with integer PK | Andrey Kumanyaev | 2012-10-10 | 1 | -0/+15 |
* | Group entity. Group has many projects | Dmitriy Zaporozhets | 2012-10-02 | 3 | -1/+26 |
* | Use Rails.root.join where appropriate | Robert Speicher | 2012-09-26 | 1 | -2/+2 |
* | Add SetDefaultBranchDefaultToNil migration | Robert Speicher | 2012-09-05 | 2 | -9/+21 |
* | Remove pkey.example | Robert Speicher | 2012-08-28 | 1 | -3/+0 |
* | Remove all instances to 'gitlabhq_x' seed repositories from specs and features | Robert Speicher | 2012-08-28 | 1 | -14/+22 |
* | Change identification of users with extern auth provider (LDAP) | Jakub Jirutka | 2012-07-29 | 2 | -1/+12 |
* | Refactoring of hook functionality & bootsrap system hooks | Valeriy Sizov | 2012-07-19 | 2 | -3/+9 |
* | fix devise migrations issue | Nihad Abbasov | 2012-07-06 | 1 | -2/+2 |
* | oops, uncomment authentication_token | Nihad Abbasov | 2012-07-06 | 1 | -1/+1 |
* | enable lockable strategy for users | Nihad Abbasov | 2012-07-06 | 2 | -1/+9 |
* | update devise | Nihad Abbasov | 2012-07-05 | 1 | -9/+37 |
* | Merge Request -> show. Refactored. f5 support for diff | randx | 2012-06-29 | 1 | -2/+2 |
* | Remove critical status from Issue. Move sort instead | Dmitriy Zaporozhets | 2012-06-27 | 2 | -2/+10 |
* | Merge pull request #761 from michaeltrimm/patch-1 | Dmitriy Zaporozhets | 2012-05-13 | 1 | -1/+1 |
|\ |
|
| * | Fixed a bug in the bundle exec rake db:migrate RAILS_ENV=production that caus... | michaeltrimm | 2012-04-30 | 1 | -1/+1 |