Tags: devfile/alizer
Tags
Bump github.com/go-git/go-git/v5 from 5.13.2 to 5.16.2 (#219) Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.2 to 5.16.2. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.2...v5.16.2) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/crypto from 0.32.0 to 0.35.0 (#197) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0. - [Commits](golang/crypto@v0.32.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Theofanis Petkos <thepetk@gmail.com>
Alizer updates (#203) * Add extra case for mongodb Signed-off-by: thepetk <thepetk@gmail.com> * Upgrade golang Signed-off-by: thepetk <thepetk@gmail.com> * Update badge Signed-off-by: thepetk <thepetk@gmail.com> * Improve logging Signed-off-by: thepetk <thepetk@gmail.com> * Upgrade code-coverage ubuntu version Signed-off-by: thepetk <thepetk@gmail.com> * Use ubuntu latest Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: thepetk <thepetk@gmail.com>
Bump github.com/go-git/go-git/v5 from 5.13.0 to 5.13.1 (#155) Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](go-git/go-git@v5.13.0...v5.13.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump golang.org/x/crypto from 0.21.0 to 0.31.0 (#147) Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0. - [Commits](golang/crypto@v0.21.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fixes : #1177 support variable values on open libery alizer's port de… ( #111) * fixes : #1177 support variable values on open libery alizer's port detection Signed-off-by: Horiodino <holiodin@gmail.com> * fixes : #1177 added more test cases Signed-off-by: Horiodino <holiodin@gmail.com> * update: go.mod Signed-off-by: Horiodino <holiodin@gmail.com> --------- Signed-off-by: Horiodino <holiodin@gmail.com>
Adding two new static file extension folders for Java Specific Workfl… …ows (#97) * Adding two new static file extension folders for Java Specific Workflows When using a spring boot application in Java, many of the static files will be placed in META-INF/resources. Right now these are treated like first class concepts, eventually moving the weight of Java application down far enough to not be selected. Signed-off-by: Shawn Hurley <shawn@hurley.page> * adding test case for the coolstore application Signed-off-by: Shawn Hurley <shawn@hurley.page> * Restructure test resource Signed-off-by: thepetk <thepetk@gmail.com> * Increase number of total projects Signed-off-by: thepetk <thepetk@gmail.com> --------- Signed-off-by: Shawn Hurley <shawn@hurley.page> Signed-off-by: thepetk <thepetk@gmail.com> Co-authored-by: thepetk <thepetk@gmail.com>
use zap.NewDevelopmentConfig to setup logger (#85) The Zap library provides a logger config that can be used without pulling in controller-runtime as a dependency. Since alizer is only using a few options, the dependency on controller-runtime can be avoided by using zap's NewDevelopmentConfig (which sets the development flag and the ISO8601 time encoder), and setting the log level on that. Signed-off-by: Sam Lucidi <slucidi@redhat.com>
PreviousNext