summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
* More db indexDmitriy Zaporozhets2013-06-222-1/+24
* Merge branch 'master' into 6-0-devDmitriy Zaporozhets2013-06-222-0/+6
|\
| * add db index for authentication_token column in users tableNihad Abbasov2013-06-142-1/+7
* | Adding groups to notification settingsDmitriy Zaporozhets2013-06-211-6/+7
* | Add notification level to group membershipDmitriy Zaporozhets2013-06-211-0/+5
* | Fix seeds. More projects for dev seedsDmitriy Zaporozhets2013-06-208-60/+63
* | UsersGroup specs. Fixed db/schemaDmitriy Zaporozhets2013-06-181-37/+33
* | Added UsersGroup validations. Added ability to add UsersGroup to group via UIDmitriy Zaporozhets2013-06-181-33/+45
* | create UsersGroup entity. Modify ability to check group owners instead one ownerDmitriy Zaporozhets2013-06-182-36/+43
|/
* Add imported boolean to project. Prevent shell from creating repo after it wa...Dmitriy Zaporozhets2013-06-142-1/+7
* Force user password change for users created by adminDmitriy Zaporozhets2013-06-132-1/+7
* Force admin to change password after first sign-inDmitriy Zaporozhets2013-06-131-1/+2
* Add password_expires_at to users tableDmitriy Zaporozhets2013-06-132-1/+7
* Merge branch 'gist' of https://github.com/Andrew8xx8/gitlabhq into Andrew8xx8...Dmitriy Zaporozhets2013-06-045-4/+33
|\
| * Migrations to convert data addedAndrew8xx82013-03-253-6/+14
| * Snippets feature refactored. Tests now use spinachAndrew8xx82013-03-242-2/+11
| * Project snippet moved to separate modelAndrew8xx82013-03-242-1/+7
| * Private field added to snippetAndrew8xx82013-03-232-1/+7
* | Add more fields to project service modelDmitriy Zaporozhets2013-05-222-1/+9
* | Merge pull request #3275 from Undev/feature/code_cleanup_remove_old_hashesDmitriy Zaporozhets2013-05-071-10/+10
|\ \
| * | Replace old hashes with new 1.9 ruby hashes (rebase)Andrey Kumanyaev2013-05-051-10/+10
* | | Add migration code for existing deploy keysDmitriy Zaporozhets2013-05-061-0/+13
* | | Remove project_id from keys tableDmitriy Zaporozhets2013-05-062-3/+10
* | | migrations for ssh key STI and deploy keys <-> projects relationDmitriy Zaporozhets2013-05-063-33/+60
|/ /
* | Merge pull request #3597 from amacarthur/fork-pull-requestDmitriy Zaporozhets2013-05-022-0/+20
|\ \
| * | Made fixes suggested by @randx in pull requestAngus MacArthur2013-05-021-3/+3
| * | updated fork feature to use gitlab-shell for v5 of gitlabAngus MacArthur2013-04-152-0/+20
* | | Updated setup to reference the gitlab-shell varIzaak Alpert2013-04-121-2/+2
|/ /
* | Remove Wiki and db table since we use gollum nowDmitriy Zaporozhets2013-04-102-14/+10
* | Improve migration AddLastActivityColumnIntoProject to use real last activity ...Dmitriy Zaporozhets2013-04-091-1/+7
* | Improve perfomance by using project.last_activity_at in project_last_activity...Dmitriy Zaporozhets2013-04-091-36/+33
* | Merge branch 'feature/refactoring_scopes_pr' of https://github.com/Undev/gitl...Dmitriy Zaporozhets2013-04-092-1/+15
|\ \
| * | Perfomance updating Project activity sortAndrey Kumanyaev2013-04-032-1/+18
* | | Prevent same branch in MR seedsDmitriy Zaporozhets2013-04-051-0/+2
* | | Improve development fixturesDmitriy Zaporozhets2013-04-054-23/+29
* | | save each notification setting with ajax on changeDmitriy Zaporozhets2013-04-041-6/+9
* | | add notification level to UsersProjectDmitriy Zaporozhets2013-04-041-0/+5
|/ /
* | notification level for userDmitriy Zaporozhets2013-03-262-1/+7
|/
* Move snippets to own tab as feature. Make it disabled for new projects by def...Dmitriy Zaporozhets2013-03-182-1/+7
* add dark solarized theme for code previewDmitriy Zaporozhets2013-03-152-2/+14
* Typo fixedAndrew8xx82013-03-051-1/+1
* User's blocked field refactored to use state machineAndrew8xx82013-03-041-3/+2
* Migrations addedAndrew8xx82013-03-043-0/+28
* fixed db/schemaDmitriy Zaporozhets2013-03-011-16/+11
* Merge branch 'team-and-group-descriptions' of https://github.com/Undev/gitlab...Dmitriy Zaporozhets2013-03-013-6/+23
|\
| * Fixed notes from randxAndrew8xx82013-02-281-11/+10
| * Description added to temasAndrew8xx82013-02-281-0/+5
| * Description to groups addedAndrew8xx82013-02-282-2/+10
* | Merge branch 'link-to-issue-tracker' of https://github.com/Undev/gitlabhq int...Dmitriy Zaporozhets2013-02-283-7/+19
|\ \
| * | DB schema updatedAndrew8xx82013-02-281-0/+314