summaryrefslogtreecommitdiff
path: root/app/models/ci/build_metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* 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