Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Releases: redhat-developer/alizer

v0.3.0

30 Jun 10:14
15ff51f
Compare
Choose a tag to compare

This is the last release of the alizer project inside the redhat-developer. For the latest releases of alizer project please take a look at: https://github.com/devfile/alizer

What's Changed

New Contributors

Full Changelog: 0.2.0...v0.3.0

0.2.0

31 Mar 14:16
a1115da
Compare
Choose a tag to compare

What's Changed

  • chore(skip-release): Bump to 0.2.0 by @jeffmaury in #58
  • chore(skip-release): update changelog gh action in release workflow (#59) by @lstocchi in #60
  • docs: Add component detection section to Readme by @lstocchi in #53
  • feat: alizer impl in go - analyze by @lstocchi in #44
  • docs: update readme in go impl (#61) by @lstocchi in #62
  • feat: devfile detection implemented in go by @lstocchi in #55
  • chore: update module name, add langs files in go module + gh action to check their state by @lstocchi in #66
  • feat: add support for .net recognition (#51) by @lstocchi in #52
  • feat: add .net detection in go impl (#72) by @lstocchi in #73
  • feat: add component detection in go (#49) by @lstocchi in #64
  • feat: add function to select devfile which accepts a list of languages (#68) by @lstocchi in #74
  • feat: add go enricher and framework detection in go impl by @lstocchi in #71
  • feat: add golang enricher and framework detection in java impl by @lstocchi in #75
  • feat: pick devfile based on component detection and remove framework constraint by @lstocchi in #76
  • docs: update documentation to describe current state of Alizer (#85) by @lstocchi in #86
  • chore: remove GCC Machine Description from programming langs used for detection (#87) by @lstocchi in #89
  • feat: use gitignore file when scanning project (#21) by @lstocchi in #79
  • fix: remove GCC Machine Description from programming langs used for detection in JAVA (#93) by @lstocchi in #95
  • fix: prevent skipping current folder if only a single file needs to be ignored (#99) by @lstocchi in #100
  • feat: update component/devfile detection in JAVA (#88) by @lstocchi in #92
  • Add DCO documentation by @fbricon in #97
  • feat: retrieve project name when doing component detection (#96) by @lstocchi in #101
  • refactor: rename UsageInPercentage to Weight (#77) by @lstocchi in #90
  • feat: enable cli creation for go impl (#40) by @lstocchi in #102
  • Fix odo link in go README (doc structure has changed with 3.0) by @jerolimov in #103
  • feat: add port detection (#81) by @lstocchi in #98
  • feat: add detection for multiple js frameworks (#105) by @lstocchi in #106
  • chore: test alizer on live git repos (#107) by @lstocchi in #108
  • fix: add working build command for windows in makefile (#104) by @lstocchi in #109
  • Add .NET alias by @kadel in #112
  • feat: add git repos for testing and enhance detection (#110) by @lstocchi in #111
  • feat: add Node.JS as tool for JS/TS because of new devfile tag by @lstocchi in #113
  • Add Snyk exclusion file by @jeffmaury in #122
  • chore: upgrade deps (#119) by @lstocchi in #121
  • feat: add support for Containerfile by @lcarva in #134
  • chore: extend test suite by @lstocchi in #133
  • fix: improve alizer performances (#118) by @lstocchi in #120
  • feat: return multiple devfiles when having multiple components by @lstocchi in #116
  • Use commit SHA instead of branch name for third-party actions by @andreaTP in #139
  • Use commit SHA instead of branch name for third-party actions by @andreaTP in #138
  • Use commit SHA instead of branch name for third-party actions by @andreaTP in #137
  • fix: remove context as param for SelectDevFiles func by @lstocchi in #140
  • [Snyk] Security upgrade react-scripts from 4.0.3 to 5.0.0 by @jeffmaury in #131
  • [Snyk] Security upgrade django from 1.11.29 to 2.2.28 by @snyk-bot in #130
  • [Snyk] Security upgrade django from 1.11.29 to 3.2.14 by @snyk-bot in #129
  • [Snyk] Security upgrade jquery from 3.3.1 to 3.5.0 by @jeffmaury in #127
  • [Snyk] Security upgrade react-scripts from 4.0.3 to 5.0.0 by @jeffmaury in #125
  • [Snyk] Security upgrade lodash from 4.17.11 to 4.17.20 by @jeffmaury in #123
  • [Snyk] Security upgrade express from 4.17.1 to 4.17.3 by @jeffmaury in #124
  • [Snyk] Security upgrade django from 1.11.29 to 2.2.28 by @snyk-bot in #126
  • [Snyk] Security upgrade jquery from 3.3.1 to 3.5.0 by @snyk-bot in #128
  • [Snyk] Security upgrade django from 1.11.29 to 3.2.15 by @snyk-bot in #141
  • Create separate usage guides per implemenation and clean root readme by @thepetk in #150
  • Define a Release process by @thepetk in #158
  • Add Python configuration files to customization and Implement FlaskDetector by @thepetk in #156

New Contributors

Full Changelog: 0.1.0...0.2.0

0.1.0

20 Jan 12:05
97ea63c
Compare
Choose a tag to compare

Features

  • Add code for alizer npm package (#27) link
  • Add devfile selection in js impl (#33) (#34) link
  • Recognize components (#35) link
  • Extend recognition to nodejs frameworks (#39) link

Bug Fixes

  • JSON out was invalid for devfile command (#18) link
  • Update selectDevFileFromTypes signature to better align with generics (#23) link
  • Use caller's class loader when loading LanguageEnricher (#25) link
  • Prevent from logging error if dependencies section is missing in package.json (#45) link

Documentation

Refactoring

  • Introduce builder (#8) link
  • Add sub commands to CLI (#15) link
  • Share single languages.yml with all projects (#30) (#46) link

Other

  • Add native build (#11) link
  • Renamed packages and modules to alizer (#12) link
  • Rename packages to alizer (#16) link
  • Reorganize repo - add java folder (#26) link
  • Add Jenkinsfile for Javascript implementation (#29) link