summaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
...
* adding indeces to events tableValery Sizov2015-03-262-0/+8
|
* events for adminValery Sizov2015-03-262-0/+2
|
* eventsValery Sizov2015-03-262-1/+20
|
* Fix schema.rbDmitriy Zaporozhets2015-03-251-12/+6
|
* Security fix: added is_shared parameterValery Sizov2015-03-253-8/+33
|
* rename committer to pusherValery Sizov2015-03-102-2/+7
|
* Allow to pause runners - when paused runner will not receive any new buildKamil Trzcinski2015-03-062-1/+7
|
* Added runner last contactKamil Trzcinski2015-03-062-1/+7
|
* Update db/schemaDmitriy Zaporozhets2015-03-041-1/+1
|
* Initialize servicesValery Sizov2015-03-042-2/+9
|
* Deploy jobsValery Sizov2015-03-022-5/+13
|
* update schemaValery Sizov2015-01-221-1/+13
|
* Merge branch 'topic/settings' into 'master'Valery Sizov2015-01-221-0/+15
|\ | | | | | | | | | | | | | | Settings enhancements with services transplantation As discussed here: https://gitlab.com/gitlab-org/gitlab-ci/issues/68 and here https://gitlab.com/gitlab-org/gitlab-ci/issues/63 this is implementation of Services backported from GitLab. As proof of concept Slack Service is implemented. What is missing here is the specs for services and some design choices described in first issue. See merge request !14
| * Added missing create serviceKamil Trzcinski2015-01-121-0/+15
| |
* | 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate project scripts to jobsDmitriy Zaporozhets2014-11-042-1/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Link build with jobDmitriy Zaporozhets2014-11-032-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add commands to builds tableDmitriy Zaporozhets2014-11-032-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Create job model that will represent build parallelismDmitriy Zaporozhets2014-11-032-1/+23
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update db schemaDmitriy Zaporozhets2014-10-311-1/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add commit indiciesDmitriy Zaporozhets2014-10-311-0/+9
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve builds to commits migration using sqlDmitriy Zaporozhets2014-10-313-64/+38
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'enhancement/separate-commits-from-builds' of ↵Dmitriy Zaporozhets2014-10-311-0/+80
|\ | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/kestred/gitlab-ci into kestred/gitlab-ci-enhancement/separate-commits-from-builds Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/models/build.rb app/services/create_build_service.rb db/schema.rb
| * Separate Commit model and logic from Build model|etc...Kestred2014-08-232-7/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an entirely non-user facing change which prepares GitLab CI for future support of Parallel Builds. See https://about.gitlab.com/2013/12/19/gitlab-ci-with-parallel-builds-and-deployments/. These changes specifically avoid changing the supported API or changing any of the website views. Changes to the website views will come in tandem with future features like "Multiple build scripts". The supported API won't change as part of any future changes on this vein, to maintain support for the unofficial GitLab CI runners. This closes the following implementation step: 1. A commit has many builds Signed-off-by: Kestred <kestred@riotcave.com>
* | Add indicies for better performanceDmitriy Zaporozhets2014-10-282-1/+9
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Fix migrations and add mysql limitsDmitriy Zaporozhets2014-10-282-2/+10
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Prepare db for build coverage featureDmitriy Zaporozhets2014-10-013-1/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add mysql limits to separate rake taskDmitriy Zaporozhets2014-05-051-2/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ciDmitriy Zaporozhets2014-05-051-2/+18
|\
| * Merge branch ↵Dmitriy Zaporozhets2014-05-051-2/+18
| |\ | | | | | | | | | | | | | | | | | | | | | 'bugfix/3/fix_polling_interval_column_change_cast_error_in_postgresql' into 'master' Fix Polling Interval Column Change Cast Error In Postgresql This merge request fixes issue #3. This was done by adding SQL specifically for PostgreSQL making use of the USING clause to successfully cast from string to integer (and vice-versa for down). See the [PostgreSQL docs](http://www.postgresql.org/docs/9.1/interactive/sql-altertable.html) for more information.
| | * Fixed PostgreSQL cast error caused by changing the polling interval type.Kyle Fazzari2014-02-261-2/+18
| | | | | | | | | | | | | | | | | | | | | | | | This was done by adding SQL specifically for PostgreSQL making use of the USING clause to successfully cast from string to integer (and vice-versa for down). This fixes #3.
* | | Fix db schemaDmitriy Zaporozhets2014-05-051-33/+12
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Improve webhooks migration and associationDmitriy Zaporozhets2014-05-052-17/+41
| | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | Merge branch 'create_web_hook' of https://github.com/voanhduy1512/gitlab-ci ↵Dmitriy Zaporozhets2014-05-052-0/+13
|\ \ \ | |/ / |/| | | | | into voanhduy1512-create_web_hook
| * | 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
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #261 from Mikulas/fix-push-data-truncatedDmitriy Zaporozhets2014-01-301-0/+5
|\ | | | | Fix large push data getting truncated
| * Fix large push data getting truncatedMikulas2013-08-181-0/+5
| | | | | | | | | | This fixes random 500 when hooked diff is too large. Closes #258