Skip to content

Releases: tegonal/scripts

fix remoteTagsSorted less than 2 args bug

28 Aug 20:17
5627b59
Compare
Choose a tag to compare

What's Changed

  • remote was only considered if there was more than 1 argument by @robstoll in #101

Full Changelog: v0.14.0...v0.14.1

remoteTagsSorted and latestRemoteTag

28 Aug 19:44
7c22953
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.14.0

parseCommand, fix error message

19 Aug 15:35
e47e307
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.1...v0.13.2

parseCommand fix help, show all commands

19 Aug 15:13
9266900
Compare
Choose a tag to compare

What's Changed

  • show available commands if only command is missing by @robstoll in #92
  • show all commands in --help when using parseCommands by @robstoll in #93

Full Changelog: v0.13.0...v0.13.1

parseCommands, rename checkAllArgumentsSet, array- and parse-utils

19 Aug 13:48
Compare
Choose a tag to compare

What's Changed

  • prefix sourceOnce guard variables to avoid name clashes by @robstoll in #82
  • rename checkAllArgumentsSet to exitIfNotAllArgumentsSet by @robstoll in #84
  • make it clearer which gpg keys are imported by printing a line by @robstoll in #85
  • prefix the functions in parse-args with parse_args to avoid name clashes by @robstoll in #86
  • checkArgIsArrayWithTuples and exitIfArgIsNotArrayWithTuples by @robstoll in #87
  • fix function name in error message if exitIf... is used ant not check... by @robstoll in #88
  • introduce array-utils and move printVersion to parse-utils by @robstoll in #89
  • introduce parseCommands with --help and --version included by @robstoll in #90
  • die if shift fails by @robstoll in #91

Full Changelog: v0.12.0...v0.13.0

exitIf..., deleteDirChmod777 and make scripts set +e safe (and others)

17 Aug 10:55
8ec8c39
Compare
Choose a tag to compare

What's Changed

  • log if askYesOrNo ran into a timeout by @robstoll in #66
  • shift file name in sourceOnce as it is propagated to sourced file... by @robstoll in #67
  • add exit based checks, basically same as check but with || exit $? by @robstoll in #68
  • don't use realpath in dir_of_tegonal_scripts by @robstoll in #69
  • do no longer disable SC2312 and cleanup issues by @robstoll in #70
  • activate shopt -s inherit_errexit in all files by @robstoll in #71
  • check that passed paths to runShellcheck can be used in find by @robstoll in #72
  • don't hide output to stderr of cd which determines the scripts dir by @robstoll in #73
  • show all missing scripts which are not in bug template by @robstoll in #74
  • always exit if there are not enough args or input validation fails by @robstoll in #75
  • exitIfGitHasChanges and use in prepare/release-files.sh by @robstoll in #76
  • since sourceOnce already sources log.sh we don't need to repeat this by @robstoll in #77
  • make functions set +e compatible by @robstoll in #78
  • add deleteDirChmod777 by @robstoll in #79
  • fix printStackTrace, caller should be in while condition not outside by @robstoll in #80
  • show also frame 0 as default for printStackTrace by @robstoll in #81

Full Changelog: v0.11.1...v0.12.0

fix for gpg-utils

21 Jul 12:24
b151336
Compare
Choose a tag to compare

checkArgIsFunction, checkCommandExists, withCustomOutputInput

21 Jul 08:05
487e8bd
Compare
Choose a tag to compare

What's Changed

  • add withCustomOutputInput by @robstoll in #61
  • checkArgIsFunction, checkCommandExists by @robstoll in #62
  • define local var for while read var by @robstoll in #63
  • pass additional args to fun which is passed to withCustomOutputInput by @robstoll in #65

Full Changelog: v0.10.0...v0.11.0

v0.10.0 determineSourceOnceGuard

20 Jul 12:30
262a6cd
Compare
Choose a tag to compare

What's Changed

  • exit if wrong arguments are passed by @robstoll in #58
  • add hint in case of local is ahead, that one needs to release again by @robstoll in #59
  • source out logic to determine guard of sourceOnce into function by @robstoll in #60

Full Changelog: v0.9.0...v0.10.0

printStackTrace, traceAndDie/AndReturnDying, ask

18 Jul 21:10
4f52d12
Compare
Choose a tag to compare

What's Changed

  • Print stack trace trace and die trance and return dying by @robstoll in #51
  • traceAndDie if a file does not exist (is not a file) in source-once.sh by @robstoll in #52
  • show stackTrace in parse-args if not command line by @robstoll in #53
  • factor out logic of ask a yes no question and use in release-files.sh by @robstoll in #54
  • fix ignoring value in parse-args could be there is none by @robstoll in #55
  • fix logInfo in release-files regarding nextVersion if version is not set by @robstoll in #56
  • only show stacktrace in checkAllArgumentsSet in case of a problem by @robstoll in #57

Full Changelog: v0.8.0...v0.9.0