Skip to content

Releases: companieshouse/chs-dev

1.1.4

29 Jul 11:35
2fd8795
Compare
Choose a tag to compare
Add descriptions to logs and reload commands (#69)

1.1.3

29 Jul 08:12
48c1f8d
Compare
Choose a tag to compare
Exit with error from docker login when no profile (#67)

* Currently docker login script will indefinitely loop when there is no profile found for a given account, now it will print an error and exit with an error exit status
* Add file to grep command and break when profile found

1.1.2

24 Jul 15:35
5f10288
Compare
Choose a tag to compare
Amend logs command to take multiple service names (#66)

* Turns out you can specify multiple services to follow the logs of, this helps developing distributed apps to see the information flow around the environment. This was suggested by John Cook

1.1.1

16 Jul 12:19
3b3e578
Compare
Choose a tag to compare
Add Check for being on VPN (or accessing internal resources) to init …

1.1.0

16 Jul 08:35
f2e2add
Compare
Choose a tag to compare
Allow services to always build from repo (#47)

* Given some older perl repos do not have ECR build behind them they need to be built locally
* Introduce a  new utility for interacting with Git

1.0.2

15 Jul 10:58
1410948
Compare
Choose a tag to compare
Only enable dev mode when a service that is enabled is in live update…

1.0.1

15 Jul 09:10
2d39ccb
Compare
Choose a tag to compare
Add log statements about containers being pulled (#63)

* Add log statements about containers being pulled
* Correctly match service/container names in regex patterns

1.0.0

12 Jul 15:53
66931e0
Compare
Choose a tag to compare
Cut version 1 (#21)

0.1.49

12 Jul 07:05
a154904
Compare
Choose a tag to compare
Add log statement when starting development mode (#62)

0.1.48

09 Jul 16:49
25af7a0
Compare
Choose a tag to compare
Change logging in  status so that (undefined) does not show when serv…