summaryrefslogtreecommitdiff
path: root/db
Commit message (Expand)AuthorAgeFilesLines
...
* | Add tags to jobs and runnersDmitriy Zaporozhets2015-01-125-1/+97
|/
* Job can serve branches or tags or bothDmitriy Zaporozhets2015-01-102-3/+11
* Fix scheduled retryingValery Sizov2015-01-071-1/+1
* db schema for postgresDmitriy Zaporozhets2014-12-011-4/+4
* enable pgplgsqlValery Sizov2014-12-011-0/+3
* remove script field from projectValery Sizov2014-12-012-4/+8
* remove invalid buildsValery Sizov2014-12-012-5/+7
* Add naming to jobsDmitriy Zaporozhets2014-11-043-3/+13
* Migrate project scripts to jobsDmitriy Zaporozhets2014-11-042-1/+9
* Link build with jobDmitriy Zaporozhets2014-11-032-1/+7
* Add commands to builds tableDmitriy Zaporozhets2014-11-032-1/+7
* Create job model that will represent build parallelismDmitriy Zaporozhets2014-11-032-1/+23
* Update db schemaDmitriy Zaporozhets2014-10-311-1/+7
* Add commit indiciesDmitriy Zaporozhets2014-10-311-0/+9
* Improve builds to commits migration using sqlDmitriy Zaporozhets2014-10-313-64/+38
* Merge branch 'enhancement/separate-commits-from-builds' of https://gitlab.com...Dmitriy Zaporozhets2014-10-311-0/+80
|\
| * Separate Commit model and logic from Build model|etc...Kestred2014-08-232-7/+92
* | Add indicies for better performanceDmitriy Zaporozhets2014-10-282-1/+9
* | Fix migrations and add mysql limitsDmitriy Zaporozhets2014-10-282-2/+10
* | Prepare db for build coverage featureDmitriy Zaporozhets2014-10-013-1/+13
* | make gitlab_ci able to skip refs from buildWilliam Herry2014-09-102-1/+7
|/
* Remove public key from runner modelDmitriy Zaporozhets2014-05-062-2/+6
* Add mysql limits to separate rake taskDmitriy Zaporozhets2014-05-051-2/+5
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciDmitriy Zaporozhets2014-05-051-2/+18
|\
| * Merge branch 'bugfix/3/fix_polling_interval_column_change_cast_error_in_postg...Dmitriy Zaporozhets2014-05-051-2/+18
| |\
| | * Fixed PostgreSQL cast error caused by changing the polling interval type.Kyle Fazzari2014-02-261-2/+18
* | | Fix db schemaDmitriy Zaporozhets2014-05-051-33/+12
* | | Improve webhooks migration and associationDmitriy Zaporozhets2014-05-052-17/+41
* | | Merge branch 'create_web_hook' of https://github.com/voanhduy1512/gitlab-ci i...Dmitriy Zaporozhets2014-05-052-0/+13
|\ \ \ | |/ / |/| |
| * | create web hookVõ Anh Duy2014-02-252-0/+13
| |/
* | Remove seeds since they are uselessDmitriy Zaporozhets2014-04-251-42/+0
* | Fix issue #302layz2014-02-141-1/+1
|/
* Better name for project fieldDmitriy Zaporozhets2014-01-302-10/+15
* Update db schemaDmitriy Zaporozhets2014-01-301-37/+37
* Merge pull request #261 from Mikulas/fix-push-data-truncatedDmitriy Zaporozhets2014-01-301-0/+5
|\
| * Fix large push data getting truncatedMikulas2013-08-181-0/+5
* | Merge pull request #317 from JeroenKnoops/emailDmitriy Zaporozhets2013-12-182-9/+19
|\ \
| * | Send email notification on change of build status from success to failed and ...Jeroen Knoops2013-11-302-12/+12
| * | Email notification settings can now be managed in settings dialog.Jeroen Knoops2013-11-202-9/+19
* | | Fix schema and migration for postgresDmitriy Zaporozhets2013-12-102-2/+2
|/ /
* | Allow selecting git fetch or git clone for builds. Send build timeout with APIDmitriy Zaporozhets2013-10-232-1/+7
* | Store session in dbDmitriy Zaporozhets2013-09-062-1/+23
|/
* Show runner at build page. Add db indexDmitriy Zaporozhets2013-07-102-1/+12
* Add description filed to runnerDmitriy Zaporozhets2013-07-052-3/+9
* Add project_id index to buildsReuben Sutton2013-06-282-1/+8
* Fix testsDmitriy Zaporozhets2013-06-041-33/+0
* You should add runners to project. WHen runner added -> deploy key for runner...Dmitriy Zaporozhets2013-06-033-1/+24
* Remove user resource. Add ssh url to repo for projectDmitriy Zaporozhets2013-06-032-1/+7
* Drop users table. Fetch user owned projects from gitlabDmitriy Zaporozhets2013-06-032-19/+6
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-313-1/+24