Releases: redbubble/devon
v0.0.3
v0.0.2
Changelog
df58962 [skip ci] Bump version
2c525b0 Merge pull request #5 from redbubble/shire
dedbe8c Add a special little something
e61a0a8 Fix: Use correct config file location in README
fee22bb Merge pull request #4 from redbubble/configure-working-dir
4c23267 Document working-dir
setting for Modes
3ee8a52 Allow modes to set the working directory for their commands
v0.0.1
Changelog
cd68fd4 [skip ci] Bump version
0418f4b Merge pull request #3 from redbubble/skip-flag
cb37ee1 Skip any apps the user doesn't want to start
36bb4c3 Extract functions for resolver validation checks
fa1896b Fix example config file
06a80d2 Another small README inaccuracy
640417b Merge pull request #2 from redbubble/dependency-array
ee2ab68 Include stop-command
in the README
c1a947a Expressing dependencies as a hash was concise, but not very clear
6fbd984 Allow apps to run interactively
v0.0.1-pre5
Changelog
b96330f Bump version
b266820 Merge pull request #1 from redbubble/stop-command
533e674 Move config file to conform to XDG base directory spec
034c7ca Add a stop
command
ff20001 Fix source-code-base-dir reading from Viper
5417425 Clean up some extraneous comments and stuff
b0e0563 We're about to introduce a new command for each app mode
128a122 [skip ci] Bump version
eec2b22 Fix broken tests
v0.0.1-pre4
v0.0.1-pre2
v0.0.1-pre1
Changelog
13b91b1 Set up goreleaser
95b4d30 Add config for pre-commit hooks
5cb023a Fix formatting
7eb2999 Merge branch 'golang' into main
905645d More useful example config
52c435b Make the README slightly less aspirational and more accurate
05ab9dd Actually start applications
a9a5266 Write down some more assumptions
804eeff Fix the error message when bailing out
52d81b4 Extract a method to get the application name
2ba1d50 Formatting
0fb30d6 Get rid of Ruby, making the Go takeover complete!
186fabd CI
b786290 Tests for domain/app.go
9fdde41 Tests for resolver package
4086047 Finish off the Golang rewrite
ab958e1 Fix up some problems with initialising App objects and their Configs
009ecd1 WIP: Start roughing out a dependency resolver
70dbfd6 Don't rely on being in GOPATH -- use go.mod instead
c090e5f Figure out which app to start, and read its config
4a3b9f2 Make the --verbose flag persistent, so all commands can use it
da1082c Document some assumptions
c0afe02 Ignore go executable
576eef7 Start a Go implementation
70d7ab7 First attempt at a Bash alias to use the required Ruby in any dir
3ff7a18 Get up-to-date code for our dependencies
d69c04e Use the current git repo as a default app name, not PWD
b0329b1 Remove the aspirational README info about --file switch
68177b3 Move classes into files
3f69652 Remove recursion from App, and put it in DependencyResolver instead
286c2fe fixup! Extract a method that gets the config required for the current mode
50b98de Remove some needless variable assignments
c37397f Extract methods for getting the mode-specific config and the command
24f75c5 Extract a method that gets the config required for the current mode
6bf3128 Extract a method for config in AppStarter
4fccf80 These constants belong to AppStarter
9bb8639 We don't need to pass the entire set of options around
1f6c94f Contain options in a class
fcc0e48 Move TODO comments to Trello board
317a1a4 Write some code to start figuring this out
0d78951 Aspiration README
21937ea Start with an example config file