Tags: runwhen-contrib/runwhen-local
Tags
Updates/security-updates (#696) * move sql database file location to /shared, adjust some of the workdirs * remove some of the nodejs / nginx related mkdocs functions * remove the node and nginx components * version bump * change ci tasks to -lt instead of != (slx counts often increase) * scope down the tests and add verbosity to debug in actions * actions debug * update docs * update all the tests with runner file perm updates * tmpdir adustments to support env var override * add specific log path * refactor dir usage for cq * move cheat sheet into tmpdir * fix cache path issue
Fix/694 (#695) * adds a more direct yaml error notification when configurations are invalid * version bump * correct the try statement to properly set the var * update expected slxs * update ci-2 slx count --------- Signed-off-by: Shea Stewart <[email protected]>
put default_location back into base vars (#689) * put default_location back into base vars * add task to validate that location isn't set to a missing var * touch up ci-test-3 * update ci-test-4 to set defaultLOD to none * ignore version to reduce wasted builds * try ignore VERSION !
Renamed the location settings to remove the "default" prefix (#683) * Renamed the location settings to remove the "default" prefix - old setting names were DEFAULT_LOCATION and DEFAULT_LOCATION_NAME - new setting names are LOCATION_ID and LOCATION_NAME - old label names were defaultLocation and defaultLocationName - new label names are locationId and locationName - there's still some backwards compatibility code to try to retrieve the settings with the old names from the info files if the new names don't exist. Hopefully we can remove that soon, though, when we're sure that everyone has migrated to the new names. - also update the template for the workspace.yaml file to also include the location and generated-by labels/annotations to be consistent with what's in the generated SLX/workflow files. * Added the --prune-stale-resources flag - this is the new name for the old --prune-stale-slxs flag - the old flag is still there for the time being for backwards compatibility but will be removed soon * version bump --------- Co-authored-by: Rob Vaterlaus <[email protected]> Co-authored-by: Shea Stewart <[email protected]>
PreviousNext