summaryrefslogtreecommitdiff
path: root/app/models/ci/build_metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-6-stable-eev15.6.0-rc42GitLab Bot2022-11-171-5/+11
* Add latest changes from gitlab-org/gitlab@15-5-stable-eev15.5.0-rc42GitLab Bot2022-10-201-1/+4
* Add latest changes from gitlab-org/gitlab@15-4-stable-eev15.4.0-rc42GitLab Bot2022-09-191-3/+0
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-0/+1
* Add latest changes from gitlab-org/gitlab@15-0-stable-eev15.0.0-rc42GitLab Bot2022-05-191-1/+1
* Add latest changes from gitlab-org/gitlab@14-5-stable-eev14.5.0-rc42GitLab Bot2021-11-181-2/+10
* Add latest changes from gitlab-org/gitlab@14-4-stable-eev14.4.0-rc42GitLab Bot2021-10-201-2/+2
* 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-2/+2
* Add latest changes from gitlab-org/gitlab@14-0-stable-eeGitLab Bot2021-07-081-0/+1
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-2/+5
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-0/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-6/+40
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Simplify relation between a build and metadataGrzegorz Bizon2019-01-291-3/+1
* Extract processable metadata to a separate concernGrzegorz Bizon2019-01-291-1/+3
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil TrzciƄski2019-01-041-1/+11
* Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
* Add explicit primary key for ci_builds_metadata tableTomasz Maczukin2018-03-281-0/+1
* Change and rename behavior of save_timeout_state!Tomasz Maczukin2018-03-281-2/+2
* Refactor build_metadataTomasz Maczukin2018-03-281-12/+4
* Add project_id column to Ci::BuildMetadataTomasz Maczukin2018-03-281-0/+11
* BuildMetadata styling improvementsTomasz Maczukin2018-03-281-5/+5
* Rename used_timeout to timeoutTomasz Maczukin2018-03-281-2/+2
* Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-281-1/+1
* Refactorize Ci::Build and Ci::BuildMetadata modelsTomasz Maczukin2018-03-281-5/+11
* Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-281-0/+25