summaryrefslogtreecommitdiff
path: root/app/models/ci/build_trace_chunk.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-2/+5
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-1/+0
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+0
* Add latest changes from gitlab-org/gitlab@14-2-stable-eev14.2.0-rc42GitLab Bot2021-08-191-2/+1
* Add latest changes from gitlab-org/gitlab@14-1-stable-eev14.1.0-rc42GitLab Bot2021-07-201-8/+2
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-17/+16
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+3
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-2/+2
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-2/+18
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-25/+30
* Add latest changes from gitlab-org/gitlab@13-5-stable-eeGitLab Bot2020-11-031-0/+12
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-15/+89
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-28/+60
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-10/+29
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Fix misspellings in app/spec executable linesTakuya Noguchi2019-02-271-1/+1
* Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable2019-02-261-1/+1
* Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono2019-02-251-1/+1
* Fix misspellings in app/spec commentsTakuya Noguchi2019-02-251-1/+1
* Validate chunk size when persistShinya Maeda2018-11-281-6/+11
* Lock writes to trace streamKamil Trzciński2018-11-271-2/+2
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Rename retry_max left overs to retriesShinya Maeda2018-07-041-1/+1
* Add spec for ExclusiveLeaseHelpersShinya Maeda2018-07-031-1/+1
* Fix error messageShinya Maeda2018-07-031-1/+1
* Rename persistable_store instead of persist_storeShinya Maeda2018-07-031-2/+2
* Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-251-2/+2
* Added spec for build trace chunkShinya Maeda2018-06-251-10/+11
* Rename persisted? to data_persisted?Shinya Maeda2018-06-181-11/+7
* Fix dead lock by in_lock conflicts. Shared out in_lock logic. Changed key_r...Shinya Maeda2018-06-151-34/+27
* Allow to store BuildTraceChunks on Object StorageKamil Trzciński2018-06-071-58/+47
* Merge branch 'live-trace-v2-efficient-destroy-all' into 'master'Grzegorz Bizon2018-05-071-16/+39
|\
| * Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-041-3/+6
| |\
| * | Simplify FastDestroyAll moduleShinya Maeda2018-05-031-1/+12
| * | Clean up build_trace_chunkShinya Maeda2018-05-031-8/+9
| * | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-021-1/+1
| |\ \
| * \ \ Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-05-021-1/+1
| |\ \ \
| * | | | Introduce `use_fast_destroy` helper for parent associations. Rename method n...Shinya Maeda2018-05-021-14/+9
| * | | | Introduces `FastDestroyAll` moduleShinya Maeda2018-05-011-24/+18
| * | | | Added spec for trace archiving.Shinya Maeda2018-04-301-1/+1
| * | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-301-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-301-5/+4
| |\ \ \ \ \
| * | | | | | Fix specs. Align with the new table name ci_build_trace_chunkShinya Maeda2018-04-261-4/+1
| * | | | | | Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda2018-04-261-2/+27
* | | | | | | Fix rubocopKamil Trzciński2018-05-071-1/+1
* | | | | | | Fix WRITE_LOCK_SLEEPKamil Trzciński2018-05-071-1/+1
* | | | | | | Optimise write lock parametersKamil Trzciński2018-05-071-5/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Add validation and skip logic at #truncateShinya Maeda2018-05-041-2/+5
* | | | | | Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda2018-05-041-1/+1
| |_|_|_|/ |/| | | |