summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Fix direct_upload when records with null file_store are usedKamil TrzciƄski2018-04-191-4/+7
* Merge branch '41059-calculate-artifact-size-more-efficiently' into 'master'Grzegorz Bizon2018-04-192-14/+39
|\
| * Update ProjectStatistics#build_artifacts_size synchronously without summing (...Dylan Griffith2018-04-192-14/+39
* | Merge branch '5320-fix-gitlab-features-env-var' into 'master'Grzegorz Bizon2018-04-191-1/+1
|\ \
| * | Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#featu...5320-fix-gitlab-features-env-varDylan Griffith2018-04-091-1/+1
* | | Revert the addition of goldiloaderYorick Peterse2018-04-181-1/+1
* | | Resolve "Make a Rubocop that forbids returning from a block"🙈 jacopo beschi 🙉2018-04-181-3/+3
* | | Merge branch '45456-improve-performance-of-cicd-jobs-request' into 'master'Kamil TrzciƄski (OoO till 16th of April)2018-04-181-1/+1
|\ \ \
| * | | Move Ci::BuildMetadata#update_timeout_state to after_transition callbackTomasz Maczukin2018-04-171-1/+1
| | |/ | |/|
* | | [Rails5] Fix `undefined method 'arel_table' for Ci::Group:Class` errorblackst0ne2018-04-121-1/+1
|/ /
* | Add cop for has_many :through without disabled autoloadingfix-n-plus-one-when-getting-notification-settings-for-recipientsSean McGivern2018-04-091-1/+1
|/
* Merge branch 'direct-upload-of-artifacts' into 'master'Grzegorz Bizon2018-04-051-0/+5
|\
| * Add `direct_upload` setting for artifactsdirect-upload-of-artifactsKamil TrzciƄski2018-04-051-0/+5
* | Create metadata object on build object creationTomasz Maczukin2018-04-041-0/+1
|/
* Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil TrzciƄski2018-04-021-43/+84
|\
| * Improve naming and optimize methods of the build classGrzegorz Bizon2018-03-301-2/+8
| * Memoize environment-specific methods in build classGrzegorz Bizon2018-03-291-5/+9
| * Extract build variables that depend on persistenceGrzegorz Bizon2018-03-291-24/+31
| * Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon2018-03-294-11/+76
| |\
| * | Add specs for method that exposes build variables hashGrzegorz Bizon2018-03-271-3/+0
| * | Decouple build variables from persisted environmentGrzegorz Bizon2018-03-271-28/+42
| * | Merge branch 'master' into feature/gb/variables-expressions-in-only-exceptGrzegorz Bizon2018-03-275-8/+13
| |\ \
| * | | Expose evaluable variables method from build objectGrzegorz Bizon2018-03-231-2/+13
| * | | Make it possible to access static builds variablesGrzegorz Bizon2018-03-231-7/+10
* | | | Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza2018-03-291-4/+3
| |_|/ |/| |
* | | Remove Ci::Build#timeoutTomasz Maczukin2018-03-281-4/+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-282-3/+3
* | | Refactor build_metadataTomasz Maczukin2018-03-282-13/+5
* | | Add validation for max_timeout in Ci::RunnerTomasz Maczukin2018-03-281-0/+4
* | | Add project_id column to Ci::BuildMetadataTomasz Maczukin2018-03-281-0/+11
* | | Rename metadata relation and methodsTomasz Maczukin2018-03-281-5/+5
* | | BuildMetadata styling improvementsTomasz Maczukin2018-03-281-5/+5
* | | Rename used_timeout to timeoutTomasz Maczukin2018-03-282-3/+3
* | | Rename maximum_job_timeout to maximum_timeoutTomasz Maczukin2018-03-282-3/+3
* | | Refactorize Ci::Build and Ci::BuildMetadata modelsTomasz Maczukin2018-03-282-12/+18
* | | Fix transition failure when metadata not existsTomasz Maczukin2018-03-281-1/+1
* | | Move job timeout information to new ci_builds_metadata tableTomasz Maczukin2018-03-282-11/+32
* | | Change timeout_source to enumTomasz Maczukin2018-03-281-4/+11
* | | Downcase timeout_source valueTomasz Maczukin2018-03-281-1/+1
* | | Remove unused methodTomasz Maczukin2018-03-281-4/+0
* | | Refactor timeout selection mechanismTomasz Maczukin2018-03-281-8/+2
* | | Replace user_readable with human_readableTomasz Maczukin2018-03-282-3/+3
* | | Rename chronic_duration_attribute* to chronic_duration_attr*Tomasz Maczukin2018-03-282-2/+2
* | | Show timeout information on job's pageTomasz Maczukin2018-03-281-3/+9
* | | Rename job_upper_timeout to maximum_job_timeoutTomasz Maczukin2018-03-282-6/+6
* | | Add ChroniDurationAttribute concernTomasz Maczukin2018-03-281-0/+3
* | | Add UI support for per-runner job timeoutTomasz Maczukin2018-03-281-1/+1
* | | Override project-defined timeout with runner-defined oneTomasz Maczukin2018-03-282-0/+11
* | | Merge branch '40781-os-to-ce' into 'master'Sean McGivern2018-03-272-6/+22
|\ \ \ | |_|/ |/| |