Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Releases: kamilsk/lift

0.2.1

01 Sep 17:46
Compare
Choose a tag to compare

Changelog

8d6762c update deps and improve code
a701a3e integrate tools
86a60cd sync platform files
0357c8e remove indirect deps

0.2.0

23 Aug 08:57
Compare
Choose a tag to compare

Changelog

810d4c7 update deps and toolset
2f09c43 fix go-toml link in readme

0.1.1

17 Jul 12:44
Compare
Choose a tag to compare

Changelog

4f8c7f4 add outcomes
7dff864 fix #21: update regex for go module
bb9b708 sync makefile
02bde4b update github files
3d70617 sort functions in forward package

0.1.0

30 May 15:49
Compare
Choose a tag to compare

Changelog

b7a6bca fix #5: complete forward mapping
527c0d9 issue #5: define execution context (scope) and update port forwarding logic
57b5bd1 issue #5: define new flag for port mapping
594f1df issue #3: add down command, refactor up command
32e72a0 add call command example

0.0.5

29 May 16:26
Compare
Choose a tag to compare

Changelog

43b21dc extend good to have
1ae40bc fix #8: complete call command
96b2e85 issue #8: add call instruction to other shells
34eabfa issue #8: implement lift call command
d9a965f fix #9: export GOMODULE, GOPACKAGE and GOIMPORT
ba1ec52 issue #9: GoModule and GoPackage

0.0.4

28 May 09:40
Compare
Choose a tag to compare

Changelog

9f77ef4 update deps, use updated completion command
0af29da improve makefile
2436a7b fix #12: add installation script
cb2f9c4 remove deprecated archive from goreleaser
ccf33e6 issue #9: change constant names
1a7cb89 issue #9: prepare specific environment merge
1be8148 issue #12: add tip and idea link
7eaac7b add build status
c21336d issue #12: update description
25feb6f add github related content

0.0.3

25 May 14:57
Compare
Choose a tag to compare

Changelog

7d45062 up release
9afe77a fix #13: extend config.Service instead of copy-paste
6a24ea1 issue #13: clean config.Service
646e9a9 fix #7: deduplicate ports
ac6aa49 fix #11: remove service prefix
1278e33 fix #10: change default value of PGDATABASE
f0a9675 cleanup
8cca620 fix #4: describe how to use the tool

0.0.2

16 May 08:09
Compare
Choose a tag to compare

Changelog

54d41ff issue #4: add How to section
6bc2a86 issue #4: add motivation
c5aafc4 remove cc-test-reporter
8f76415 fix #2: add forward command
e5e5fd2 move logic related to forward to separated package
95e4f89 reorganize forward package
0ab778a fix #1: add abstaction above shells

0.0.1

14 May 06:27
Compare
Choose a tag to compare

Changelog

20a9181 exclude codeclimate test reporter
6d023f5 first working prototype
05c393b add ExtractPort function
ca2981a automate build
5fb3d56 add build target
3d253ea avoid bug with nested struct decoding (pelletier/go-toml)
2a8adcf collect all environments
0b5c24c describe defaults
e1b50ac define defaults
cc50e75 first working concept
eaeac9b add readme
a50388f add license
55d296d dump envs from configuration file
6fd2500 add environment section
64266df decode service configuration into internal struct
4099e3b import new platform deps
395abb4 define app config structs
d206d2d define base commands
4578179 define go module
9c59fbf root