| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove usage of old helper image commands•••The bash scripts are deprecated and only used when someone specified a `helper_image` in `[runners.docker]`. In 12.0 we are going to remove any support for the old bash scripts in favor of the new Go commands. The new Go commands were introduced for https://gitlab.com/gitlab-org/gitlab-runner/issues/3755 for the following merge requests: - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1195 - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1201 - https://gitlab.com/gitlab-org/gitlab-runner/merge_requests/1218 Update `TestDockerCommandWithHelperImageConfig` to use one of the latest image that has the new commands, since the tag that is being used does not have the new commands which leads into a build failure. closes https://gitlab.com/gitlab-org/gitlab-runner/issues/4013 | Steve Azzopardi | 2019-05-28 | 1 | -8/+0 |
| * | Merge branch '4073-remove-deprecated-k8s-entrypoint-ff' into 'master'•••Remove support for deprecated entrypoint configuration for K8S Closes #4073 See merge request gitlab-org/gitlab-runner!1369 | Steve Azzopardi | 2019-05-28 | 1 | -8/+0 |
| |\ | |||||
| | * | Remove support for deprecated entrypoint configuration for K8S | Tomasz Maczukin | 2019-05-27 | 1 | -8/+0 |
| * | | Remove deprecated git clone strategy | Tomasz Maczukin | 2019-05-23 | 1 | -8/+0 |
| |/ | |||||
| * | Add UseLegacyVolumesMountingOrder feature flag | Tomasz Maczukin | 2019-05-23 | 1 | -0/+8 |
| * | Change deprecation of FF_USE_LEGACY_BUILDS_DIR_FOR_DOCKER to 12.3 | Steve Azzopardi | 2019-04-23 | 1 | -1/+1 |
| * | Update documentation for legacy feature flags•••The feature flags disables the new code path not enabling it, the new code path is enabled by default. | Steve Azzopardi | 2019-04-22 | 1 | -2/+2 |
| * | Format flags_test.go•••Remove some whitespace and order struct initialization | Steve Azzopardi | 2019-04-22 | 1 | -4/+2 |
| * | Drop the 'FF' prefix from feature flag constants•••The constants are now defined inside of the 'featureflags' package, so there is no need for the 'FF' prefix. The fact that it's a feature flag is quite obvious when looking on an entry like: IsFeatureFlagOn(featureflags.UseLegacyBuildsDirForDocker) | Tomasz Maczukin | 2019-04-19 | 1 | -10/+10 |
| * | Generate table of FF in documentation automatically from the definitions | Tomasz Maczukin | 2019-04-19 | 1 | -0/+5 |
| * | Prepare single source of thruth for defined feature flags | Tomasz Maczukin | 2019-04-19 | 2 | -0/+142 |
