summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* 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-2919-97/+195
| |\
| * | 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-2737-80/+326
| |\ \
| * | | 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
* | | | Merge branch '44291-usage-ping-for-kubernetes-integration' into 'master'Kamil Trzciński2018-04-022-0/+6
|\ \ \ \
| * | | | Extract cluster installed query to scopeMatija Čupić2018-03-301-0/+2
| * | | | Extract installed cluster application scope to concernMatija Čupić2018-03-295-8/+2
| * | | | Merge branch 'master' into 44291-usage-ping-for-kubernetes-integrationMatija Čupić2018-03-2943-164/+317
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Add installed scope to cluster applicationsMatija Čupić2018-03-294-0/+8
| * | | | Add user_provided and gcp_provided cluster scopesMatija Čupić2018-03-291-0/+2
* | | | | Extend API for exporting a project with direct upload URLFrancisco Javier López2018-03-301-2/+14
* | | | | Merge branch '41967_issue_api_closed_by_info' into 'master'Sean McGivern2018-03-301-0/+6
|\ \ \ \ \
| * | | | | changed the way of nullifying columshaseeb2018-03-051-0/+5
| * | | | | removed hasmany association from usershaseeb2018-02-281-1/+0
| * | | | | added forign key and specshaseeb2018-02-281-0/+1
| * | | | | closed by field addedhaseeb2018-02-281-0/+1
* | | | | | Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza2018-03-292-14/+12
| |_|/ / / |/| | | |
* | | | | Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński2018-03-294-5/+94
|\ \ \ \ \
| * | | | | 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
| * | | | | Refactorize ChronicDurationAttribute concernTomasz Maczukin2018-03-281-31/+20
| * | | | | Refactor build_metadataTomasz Maczukin2018-03-282-13/+5
| * | | | | Add validation for max_timeout in Ci::RunnerTomasz Maczukin2018-03-281-0/+4
| * | | | | Add validation for chronic_duration_attr_writerTomasz Maczukin2018-03-281-4/+23
| * | | | | 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
| * | | | | Fix tests failuresTomasz Maczukin2018-03-281-2/+2
| * | | | | 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
| * | | | | Properly handle empty value for chronic duration attributeTomasz Maczukin2018-03-281-1/+7
| * | | | | 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-283-7/+7
| * | | | | 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-282-0/+28