summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix http_io failurefeature/sm/4607-live-trace-ceShinya Maeda2018-04-043-62/+1247
|
* Optimize databse store. Use bigint instead of int for primary key. Drop ↵Shinya Maeda2018-04-046-69/+49
| | | | unnecessaary FK
* Drop chunkstore#open method and centrlize to #newShinya Maeda2018-04-045-33/+23
|
* Add Live trace delete method in #eraseShinya Maeda2018-04-041-0/+4
|
* Remove factory spec for job trace chunksShinya Maeda2018-04-041-5/+0
|
* Fix bug; truncate did not reset size and tellShinya Maeda2018-04-042-4/+5
|
* Remove unrelated chanagesShinya Maeda2018-04-041-1/+1
|
* Use bytesize everywhere instead of lengthShinya Maeda2018-04-048-1243/+140
|
* Add a gurad logic not to hit chunk_store if unnecessaryShinya Maeda2018-04-041-0/+4
|
* Fix archive method. Fix trace specShinya Maeda2018-04-044-20/+97
|
* Fix static analysysShinya Maeda2018-04-047-25/+19
|
* Fix Live traceShinya Maeda2018-04-047-292/+146
|
* Consolidate ChunkedIOShinya Maeda2018-04-0412-436/+427
|
* Optimize chunk_store selectorShinya Maeda2018-04-042-4/+4
|
* Remove OS changesShinya Maeda2018-04-042-129/+0
|
* Add lock for deleteShinya Maeda2018-04-044-4/+13
|
* Add new concernsShinya Maeda2018-04-0410-116/+308
|
* Implement basic live trace featureShinya Maeda2018-04-0412-126/+394
|
* Add tests for ChunkStore::Database tooShinya Maeda2018-04-045-467/+499
|
* Add spec for chunked_ioShinya Maeda2018-04-048-43/+590
|
* Add chunks_store database specShinya Maeda2018-04-0411-47/+301
|
* Add spec for ChunkStore::RedisShinya Maeda2018-04-046-9/+290
|
* Reorgnize archetectureShinya Maeda2018-04-048-230/+232
|
* Clarify namespacesShinya Maeda2018-04-0415-382/+387
|
* Introduce chunks storeShinya Maeda2018-04-0410-62/+605
|
* Revert some changesShinya Maeda2018-04-043-152/+122
|
* Add ci_job_trace_chunks tableShinya Maeda2018-04-043-0/+42
|
* Live trace PoCShinya Maeda2018-04-044-131/+211
|
* Merge branch '5547-backport-gitlab-git-checksum-to-ce' into 'master'Stan Hu2018-04-032-0/+120
|\ | | | | | | | | Backport Gitlab::Git::Checksum to CE See merge request gitlab-org/gitlab-ce!18161
| * Backport Gitlab::Git::Checksum to CEDouglas Barbosa Alexandre2018-04-032-0/+120
| |
* | Merge branch 'docs-update_security_products_examples' into 'master'Marcia Ramos2018-04-033-6/+30
|\ \ | |/ |/| | | | | Update Security Products examples documentation See merge request gitlab-org/gitlab-ce!18151
| * Update Security Products examples documentationOlivier Gonzalez2018-04-033-6/+30
|/
* Merge branch '43745-store-metadata-checksum-for-artifacts' into 'master'Kamil Trzciński2018-04-033-2/+12
|\ | | | | | | | | Store sha256 checksum of Metadata in `ci_job_artifacts` table See merge request gitlab-org/gitlab-ce!18149
| * Add changelogShinya Maeda2018-04-041-0/+5
| |
| * Store metadata checksum for artifacts43745-store-metadata-checksum-for-artifactsShinya Maeda2018-04-032-2/+7
| |
* | Merge branch '44902-remove-rake-test-ci' into 'master'Robert Speicher2018-04-032-5/+5
|\ \ | | | | | | | | | | | | | | | | | | Remove Rake test_ci task Closes #44902 See merge request gitlab-org/gitlab-ce!18139
| * | Remove test_ci rake taskTakuya Noguchi2018-04-032-5/+5
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Merge branch 'zj-bump-gitaly' into 'master'Sean McGivern2018-04-032-1/+6
|\ \ \ | | | | | | | | | | | | | | | | Upgrade Gitaly server verion See merge request gitlab-org/gitlab-ce!18147
| * | | Upgrade Gitaly server verionZeger-Jan van de Weg2018-04-032-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | icu4c had another version bump, which broken compilation of the native extensions of charlock_holmes. Gitaly has upgraded the gem version, and with this made installation against the new lib version, 61.1, available again.
* | | | Merge branch 'docs-add-qa-step-to-database-mr-template' into 'master'Yorick Peterse2018-04-031-4/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update the 'Database Changes' MR template to add a step for QA See merge request gitlab-org/gitlab-ce!16670
| * | | | Update the 'Database Changes' MR template to add a step for QAdocs-add-qa-step-to-database-mr-templateRémy Coutable2018-01-241-4/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | Merge branch ↵Rémy Coutable2018-04-031-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-file' into 'master' Resolve "codequality jobs are failing silently with an empty codeclimate.json file" Closes #44254 See merge request gitlab-org/gitlab-ce!18152
| * | | | | Don't set the tag for the job since it needs44254-codequality-jobs-are-failing-silently-with-an-empty-codeclimate-json-fileRémy Coutable2018-04-031-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | Merge branch 'jprovazn-comment-thread' into 'master'Fatih Acet2018-04-0323-110/+161
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor discussions/notes code Closes #42148 See merge request gitlab-org/gitlab-ce!17926
| * | | | | | Refactor discussions/notes codeJan Provaznik2018-04-0323-110/+161
|/ / / / / /
* | | | | | Merge branch '44425-use-gitlab_environment' into 'master'Douwe Maan2018-04-032-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Disabling two factor authentication via gitlab-rake fails" Closes #44425 See merge request gitlab-org/gitlab-ce!18154
| * | | | | | Use gitlab_environment because we need:Lin Jen-Shin2018-04-032-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ask_to_continue * Gitlab::TaskAbortedByUserError
* | | | | | | Merge branch 'blackst0ne-rails5-update-bin-rspec' into 'master'Rémy Coutable2018-04-031-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Rails5] Allow using `RAILS5` env with rspec See merge request gitlab-org/gitlab-ce!18140
| * | | | | | | [Rails5] Allow using `RAILS5` env with rspecblackst0ne-rails5-update-bin-rspecblackst0ne2018-04-031-0/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '44861-mark-gitaly-nplus-one-again' into 'master'Rémy Coutable2018-04-032-4/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enable allowing n+1 Gitaly for branches index Closes #44861 See merge request gitlab-org/gitlab-ce!18131