Tooling/config
Chris Cheetham 4b16cc1a16
merge 0.7.1 (#97)
* Autodetects framework

[Closes #87]

* use the StringTemplate template engine

Replaces the generation of config files using serialization techniques
with the use of a template engine.
Initially the idea was to use Steeltoe.Initializr however StringTemplate
turned out to be a better fit.
[closes #96]

* explicitly fail if oper not done in proper state

[closes #75]

* Update azure-pipelines.yml

* Fix test on Windows

* Disable test

* Revamp of CLI for .0.7.0-rc1 release

[Closes #64] adds 'show' command
[Closes #69] uses docker compoes to deploy app services
[Closes #74] autodetects services

Squashed commit of the following:

commit b77cbb93d2
Merge: c5f8855 ffb6429
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 08:11:23 2020 -0400

    Merge branch 'tack' of github.com:SteeltoeOSS/Tooling into tack

commit c5f8855c6a
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 08:09:22 2020 -0400

    fix url listing

commit 4f3ec442c6
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 08:05:27 2020 -0400

    add services to docker

commit 7da7963ebc
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 07:45:21 2020 -0400

    external nugets and some other rearrangements

commit 3607fd4a5a
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 07:15:14 2020 -0400

    dn not assume a particular profile

commit 90278e0dd6
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 21:55:41 2020 -0400

    add service dependency detection

commit 01e6ab7326
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 20:31:26 2020 -0400

    prep for service dependency support, part 2

commit 091203ade8
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 19:55:47 2020 -0400

    fix console assignment

commit d302207405
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 19:45:57 2020 -0400

    prep for service dependency support

commit b877e7cf96
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 19:22:31 2020 -0400

    assume a default set of services

commit a46277d004
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 17:56:47 2020 -0400

    add netcoreapp2.1

commit 0d981b6aa4
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 17:55:50 2020 -0400

    externalize image registry

commit 3d66fbe385
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 16:27:29 2020 -0400

    guess framework

commit 9fa324a198
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 15:56:16 2020 -0400

    impls stop

commit 0476ea3c78
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 15:51:08 2020 -0400

    impls run

commit 13b22b819f
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 14:41:25 2020 -0400

    prepare for running in docker

commit 93eeb1b43e
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 13:20:20 2020 -0400

    add some safety handling

commit fc5b997c51
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 12:47:37 2020 -0400

    impl show

commit 2e95c94407
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 11:22:33 2020 -0500

    update help help

commit 46511296e5
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 11:19:14 2020 -0500

    rename command show-topic to help

commit a147888d8f
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 11:12:13 2020 -0500

    impl show-topic command

commit 35a913b2a5
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 09:34:43 2020 -0500

    update show-topic help

commit aa9a7c1ad1
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 08:55:09 2020 -0500

    factor out models

commit 2854fa45ed
Author: Chris Cheetham <chris@cheetham.com>
Date:   Sun Feb 16 12:17:32 2020 -0500

    tidy

commit 9f2789bf64
Author: Chris Cheetham <chris@cheetham.com>
Date:   Sat Feb 15 12:30:19 2020 -0500

    stub new commands

commit ffb6429a02
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 08:09:22 2020 -0400

    fix url listing

commit a61d87a613
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 08:05:27 2020 -0400

    add services to docker

commit d41e137f01
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 07:45:21 2020 -0400

    external nugets and some other rearrangements

commit 430841be02
Author: Chris Cheetham <chris@cheetham.com>
Date:   Thu Mar 26 07:15:14 2020 -0400

    dn not assume a particular profile

commit 90df4ff676
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 21:55:41 2020 -0400

    add service dependency detection

commit d874e0fa22
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 20:31:26 2020 -0400

    prep for service dependency support, part 2

commit 0df0cf2f18
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 19:55:47 2020 -0400

    fix console assignment

commit 84bd775056
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 19:45:57 2020 -0400

    prep for service dependency support

commit 1170f4837d
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 19:22:31 2020 -0400

    assume a default set of services

commit aabf7dba8f
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 17:56:47 2020 -0400

    add netcoreapp2.1

commit 19d5d4745e
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 17:55:50 2020 -0400

    externalize image registry

commit bd7755410b
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 16:27:29 2020 -0400

    guess framework

commit 33ab8d9db7
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 15:56:16 2020 -0400

    impls stop

commit 7188a75bdb
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 15:51:08 2020 -0400

    impls run

commit ab75cdf8d5
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 14:41:25 2020 -0400

    prepare for running in docker

commit 5db35fdf00
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 13:20:20 2020 -0400

    add some safety handling

commit 80d3c7dd69
Author: Chris Cheetham <chris@cheetham.com>
Date:   Wed Mar 25 12:47:37 2020 -0400

    impl show

commit 454217e4aa
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 11:22:33 2020 -0500

    update help help

commit eda4ca38ee
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 11:19:14 2020 -0500

    rename command show-topic to help

commit 178d8b60ae
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 11:12:13 2020 -0500

    impl show-topic command

commit 83c66d1b90
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 09:34:43 2020 -0500

    update show-topic help

commit 9ae1542a3d
Author: Chris Cheetham <chris@cheetham.com>
Date:   Mon Feb 17 08:55:09 2020 -0500

    factor out models

commit 246f7b672e
Author: Chris Cheetham <chris@cheetham.com>
Date:   Sun Feb 16 12:17:32 2020 -0500

    tidy

commit f9fa4cd902
Author: Chris Cheetham <chris@cheetham.com>
Date:   Sat Feb 15 12:30:19 2020 -0500

    stub new commands

* Tidy

* Bump version to 0.7.0

* Allow test to pass regardless of framework

* Explicitly set framework version

* Install DotNet 3.1

* Fix pipeline indentation

* Add netcoreapp2.1 and netcoreapp3.1 support

* Install DotNet 2.1

* Doc updates

* Tidy docs

* Update README.adoc

Adding note to assist with any path issues.

* Update src/Steeltoe.Tooling/steeltoe.rc/registry/dependencies.yml

Co-authored-by: Tim Hess <thess@pivotal.io>

Co-authored-by: Tim Hess <thess@pivotal.io>
Co-authored-by: Jason Konicki <jkonicki@users.noreply.github.com>
2020-05-12 14:12:35 -04:00
..
versions-dev.props Updates build to set build version 2019-11-22 10:43:45 -05:00
versions.props merge 0.7.1 (#97) 2020-05-12 14:12:35 -04:00