summaryrefslogtreecommitdiff
path: root/spec/models/ci/build_trace_chunk_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-8-stable-eev14.8.0-rc42GitLab Bot2022-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-6/+5
|
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-8/+0
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-30/+86
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-31/+35
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eeGitLab Bot2020-11-031-3/+23
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-20/+118
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+121
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-4/+10
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-211-1/+36
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-241-24/+26
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-2/+2
|
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Fix coding offenceShinya Maeda2018-12-041-2/+2
|
* fix wordingShinya Maeda2018-12-031-1/+1
|
* Fix the coding styleShinya Maeda2018-12-031-2/+2
|
* Validate enum uniquenessShinya Maeda2018-12-031-0/+2
|
* Validate chunk size when persistShinya Maeda2018-11-281-41/+81
|
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-2/+2
| | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-2/+2
| | | | | | | | | | `perform_enqueued_jobs` is a Sidekiq method. Using this method violates the Dependency inversion principle[0]. This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract method `perform_enqueued_jobs` in specs. [0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
* Add spec for the ordering of the data storesShinya Maeda2018-07-061-0/+16
|
* Fix specShinya Maeda2018-07-041-1/+1
|
* Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-031-14/+12
|\
| * Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre2018-06-281-1/+3
| |
| * [Rails5] Fix "'-1' is not a valid data_store"blackst0ne-rails5-fix-data-store-specblackst0ne2018-06-161-8/+0
| | | | | | | | Part of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19882
* | Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-251-9/+30
| |
* | Enable specs for atomic operationsShinya Maeda2018-06-251-65/+87
| |
* | Added spec for build trace chunkShinya Maeda2018-06-251-169/+302
| |
* | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-2/+2
| |
* | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-181-8/+0
|\ \ | |/
| * Remove unexpected data store test suitefix-rails5-nagative-enum-specShinya Maeda2018-06-151-8/+0
| |
| * Fix "[Rails5] '-1' is not a valid data_store"Shinya Maeda2018-06-151-1/+1
| |
* | Allow to store BuildTraceChunks on Object StorageKamil Trzciński2018-06-071-2/+2
|/
* Added shared exmaple for fast_destroy_all concernShinya Maeda2018-05-041-0/+15
|
* Add validation and skip logic at #truncateShinya Maeda2018-05-041-5/+1
|
* Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to ↵Shinya Maeda2018-05-041-2/+2
| | | | Ci::BuildTraceChunkFlushWorker.
* Fix Redis scan_each wildcard expression in specShinya Maeda2018-05-021-2/+2
|
* Fix BuildTraceChunkFlushToDbWorker nameShinya Maeda2018-05-021-2/+2
|
* Rename BuildTraceSwapChunkWorker to BuildTraceChunkFlushToDBWorkerShinya Maeda2018-05-021-2/+2
|
* Enable feature flag on build_trace_chunk_specShinya Maeda2018-05-021-0/+4
|
* Skip truncate when offset == size. Fix static analysys.Shinya Maeda2018-05-021-4/+6
|
* Fix spec when parent record is destroyedShinya Maeda2018-04-301-17/+8
|
* Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda2018-04-301-23/+20
|