Releases: apache/skywalking-eyes
Releases · apache/skywalking-eyes
v0.6.0
What's Changed
- Add
|
as comment indicator by @kezhenxu94 in #168 - Correct the way of joining slack channels by @wu-sheng in #169
- update: add weak-compatible to dependency check by @Two-Hearts in #171
- feature: add support for Protocol Buffer by @spacewander in #172
- feature: add support for OPA policy files by @spacewander in #174
- add Eclipse Foundation specific Apache 2.0 license header by @gdams in #178
- add instructions to fix header issues in markdown comment by @gdams in #179
- bump action/setup-go to v5 by @gdams in #180
- Draft release notes for 0.6.0 by @kezhenxu94 in #181
New Contributors
- @Two-Hearts made their first contribution in #171
- @gdams made their first contribution in #178
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- feat(header templates): add support for AGPL-3.0 by @elijaholmos in #125
- Upgrade go version to 1.18 by @kezhenxu94 in #126
- Add MulanPSL-2.0 support. by @jmjoy in #127
- New Header Template: GPL-3.0-or-later by @ddlees in #128
- Update README.md by @rovast in #129
- Add more
.env.[mode]
support for VueJS project by @rovast in #130 - Docker Multiple Architecture Support :fixes#9089 by @mohammedtabish0 in #132
- Polish maven test for convenient debug by @kezhenxu94 in #134
- feat: list files by git when possible by @tisonkun in #133
- Switch to npm ci for reliable builds by @kezhenxu94 in #135
- Fix optional dependencies are not excluded by @kezhenxu94 in #136
- Fix exclude not work for transitive dependencies and add recursive config by @kezhenxu94 in #137
- Add some tests for maven resovler by @kezhenxu94 in #138
- feat(header-fix): add Svelte support by @elijaholmos in #139
- dep: do not write license files if they already exist by @kezhenxu94 in #140
- fix: not ignore *.txt to make sure files like CMakeLists.txt can be checked by @acelyc111 in #141
- fix license header normalizer by @xiaoyawei in #142
- Substitute variables in license content for header command by @kezhenxu94 in #143
- Correct indent in Apache-2.0 template by @tisonkun in #144
- Add copyright-year configuration by @kezhenxu94 in #145
- dep/maven: use output file to store the dep tree for cleaner result by @kezhenxu94 in #146
- dep/maven: resolve dependencies before analysis by @kezhenxu94 in #147
- gha: switch to composite running mode and set up cache by @kezhenxu94 in #149
- gha: switch to composite running mode and set up cache by @kezhenxu94 in #150
- Fix GitHub Actions wrong path by @kezhenxu94 in #151
- Normalize license for cargo. by @jmjoy in #153
- Remove space characters in license for cargo. by @jmjoy in #154
- Bump up dependencies to fix CVE by @kezhenxu94 in #155
- Bump up GHA to depress warnings by @kezhenxu94 in #156
- Leverage the built-in cache in setup-go@v4 by @kezhenxu94 in #157
- Dependencies check should report unknown licneses by @kezhenxu94 in #158
- Fix wrong indentation in doc by @kezhenxu94 in #159
- Add EPL-2.0 header template by @kezhenxu94 in #160
- Fix wrong indentation in doc about multi license config by @kezhenxu94 in #161
- dependency resolve with default template and specified output of license by @crholm in #163
- Bump up go git to support .gitconfig user path by @kezhenxu94 in #164
- Draft release notes for 0.5.0 by @kezhenxu94 in #165
- Remove "portions copyright" header normalizer by @antgamdia in #166
New Contributors
- @elijaholmos made their first contribution in #125
- @ddlees made their first contribution in #128
- @rovast made their first contribution in #129
- @mohammedtabish0 made their first contribution in #132
- @acelyc111 made their first contribution in #141
- @xiaoyawei made their first contribution in #142
- @crholm made their first contribution in #163
- @antgamdia made their first contribution in #166
Full Changelog: v0.4.0...v0.5.0
0.4.0
What's Changed
- Polish release doc by @fgksgf in #106
- dep: short circuit if user declare dep license by @kezhenxu94 in #108
- [docs] Fix the indents issue in the action demo by @FushuWang in #109
- Use Google's licensecheck to identify licenses by @fgksgf in #107
- Make licensecheck's threshold configurable by @fgksgf in #110
- Lazy initialize GitHub client for comment by @kezhenxu94 in #111
- Fix grammar mistakes by @kevgo in #113
- Add custom license urls for identification by @kezhenxu94 in #114
- Stablize summary context to perform consistant output by @kezhenxu94 in #115
- maven: set
group:artifact
as maven dependency name and extend functions in summary template by @kezhenxu94 in #116 - Add
excludes
tolicense resolve
config by @kezhenxu94 in #117 - Add support for multiple licenses in the header config section by @dave-tucker in #118
- Prune packages before listing all dependencies by @kezhenxu94 in #119
- Support license expression in dep check. by @jmjoy in #120
- Add rust cargo support for dep command. by @jmjoy in #121
- Reorganize GHA by header and dependency by @kezhenxu94 in #123
- Draft 0.4.0 by @kezhenxu94 in #124
New Contributors
- @FushuWang made their first contribution in #109
- @kevgo made their first contribution in #113
- @dave-tucker made their first contribution in #118
- @jmjoy made their first contribution in #120
Full Changelog: v0.3.0...v0.4.0
0.3.0
What's Changed
- Obtain default GitHub token in GitHub Actions by @kezhenxu94 in #82
- Adds an option to the action to run in "fix" mode by @ryanmrichard in #84
- Only allow squash merge by @kezhenxu94 in #85
- Add Comment Style for CMake Language by @ryanmrichard in #86
- Lock version of golangci-lint to 1.43.0. And fix lint issue. by @wu-sheng in #88
- Add MPL-2.0 header template by @steveklabnik in #87
- Add comment style for HCL (Terraform) by @stumins in #89
- Add comment style for Makefile & EditorConfig by @spacewander in #90
- config: Fix incorrect log message by @Xuanwo in #91
- test: add tests for bare spdx license header content by @tisonkun in #92
- Fix license check in go library testify by @mrproliu in #93
- Trim leading and trailing newlines before rewrite license header cotent by @tisonkun in #94
- test: use
T.TempDir
to create temporary test directory by @Juneezee in #95 - [Docs]Correct spelling mistakes. by @dongzl in #96
- [config]Support config license header comment style. by @dongzl in #97
- New feature: replace already existing license header based on pattern by @halacs in #98
- [Docs] add the usage for config the license header comment style. by @dongzl in #99
- Add Python DocString comment style by @kezhenxu94 in #100
- Add .exe suffix to windows binary by @kezhenxu94 in #101
- Support fix license header for tcl files by @tisonkun in #102
- Provide
--summary
flag to generate the license summary file by @mrproliu in #103 - Add GitHub Action step summary for better experience by @kezhenxu94 in #104
- Release 0.3.0 by @fgksgf in #105
New Contributors
- @ryanmrichard made their first contribution in #84
- @steveklabnik made their first contribution in #87
- @stumins made their first contribution in #89
- @spacewander made their first contribution in #90
- @Xuanwo made their first contribution in #91
- @tisonkun made their first contribution in #92
- @Juneezee made their first contribution in #95
- @dongzl made their first contribution in #96
- @halacs made their first contribution in #98
Full Changelog: v0.2.0...v0.3.0
0.2.0
Download
https://skywalking.apache.org/downloads/#SkyWalkingEyes
What's Changed
- Fix the inaccurate description of README.md. by @zifeihan in #19
- Add documentation about how to use via docker image by @kezhenxu94 in #20
- fix: @ is optional in bat comment by @kezhenxu94 in #21
- chore: upgrade to go 1.16 and remove go-bindata by @kezhenxu94 in #22
- defect: avoid crash when no comment style is found by @kezhenxu94 in #23
- feat: support ini extension by @chengshiwen in #24
- feature: support .rst files and allow fixing header of a single file by @kezhenxu94 in #25
- chore: only build linux binary when building inside docker to save time by @kezhenxu94 in #26
- Update NOTICE by @kezhenxu94 in #27
- feature: add reasonable default config to allow running in a new repo without copying config file by @kezhenxu94 in #28
- Adding comment styles for Rust by @fulmicoton in #29
- enhance: tolerate leading whitespaces in license header by @kezhenxu94 in #30
- Fix properties comment style and add bat comment style by @kezhenxu94 in #32
- Fix infinite recursive calls when containing symbolic files by @kezhenxu94 in #33
- Expose license-location-threshold as config item by @kezhenxu94 in #34
- Fix 404 error by @heyanlong in #35
- Fix minor error by @MoGuGuai-hzr in #36
- Add support for MatLab files by @kezhenxu94 in #37
- Add support for Smarty template language by @emschu in #38
- Add support for Twig template language by @emschu in #39
- Add support for PHP by @emschu in #40
- Add support of apostrophe style comments for PlantUML by @emschu in #42
- Fix typescript file license header fix to use SlashAsterisk instead of AngleBrackets by @emschu in #43
- fix some program compatibility issues in Windows by @zooltd in #44
- Enhance Go dependency resolver to resolve built-in and non-standard Go modules by @kezhenxu94 in #46
- Add all well-known licenses and polish normalizers by @kezhenxu94 in #47
- fix bug: license file is not found but reported message is nil by @MoGuGuai-hzr in #49
- Add support for resolving npm dependencies' licenses by @zooltd in #48
- [Docs] Add a PlantUML activity diagram of header fixing mechanism by @emschu in #41
- Enhance NPM dependency resolver to resolve all the dependent packages by @zooltd in #51
- add feature: support resolving pom.xml for maven by @MoGuGuai-hzr in #50
- Enhance NPM dependency resolver to resolve deprecated license styles by @zooltd in #52
- add support for resolving jars' licenses by @MoGuGuai-hzr in #53
- set log level to info in GitHub Action usage by @fgksgf in #54
- Fix wrong license identification by @kezhenxu94 in #55
- make the log level configurable by @fgksgf in #56
- Make the config file configurable in GitHub Action by @fgksgf in #57
- Set up mechanism to check dependencies' license compatibilities by @kezhenxu94 in #58
- Reduce Docker image size and add npm env to resolve npm projects' dependencies by @zooltd in #59
- header fix: respect user configured license content by @kezhenxu94 in #60
- Publish snapshot Docker image to GHCR by @kezhenxu94 in #61
- add comment type to cython declaration by @keiranmraine in #62
- Enable 'fix' on perl files by @keiranmraine in #63
- Feature/r by @keiranmraine in #64
- Feature:
header fix
supports nextflow files by @keiranmraine in #65 - Fix file extension conflict between RenderScript and Rust by @guilload in #66
- Resolve absolute path in
.gitignore
to relative path by @kezhenxu94 in #67 - Honor Python's coding directive by @kezhenxu94 in #68
- feature: support saving dependencies' licenses by @kezhenxu94 in #69
- fix the save location problem by @zooltd in #70
- Enhance Npm Resolver: support recording license contents by @zooltd in #71
- Remove .tsx from XML language extensions by @freeqaz in #72
- Add Comment Style for TypeScript language support by @freeqaz in #73
- Speed up the initialization phase by @kezhenxu94 in #75
- Support installing via go install by @kezhenxu94 in #76
- Support display
version
property for dependency resolve by @mrproliu in #78 - Add some line normalize processor for help
skywalking-satellite
dependency resolve by @mrproliu in #79 - Prepare 0.2.0 release by @kezhenxu94 in #80
- chore: fix wrong file path and exclude binary files in src release by @kezhenxu94 in #81
New Contributors
- @zifeihan made their first contribution in #19
- @chengshiwen made their first contribution in #24
- @fulmicoton made their first contribution in #29
- @heyanlong made their first contribution in #35
- @MoGuGuai-hzr made their first contribution in #36
- @emschu made their first contribution in #38
- @zooltd made their first contribution in #44
- @fgksgf made their first contribution in #54
- @keiranmraine made their first contribution in #62
- @guilload made their first contribution in #66
- @freeqaz made their first contribution in #72
- @mrproliu made their first contribution in #78
Full Changelog: v0.1.0...v0.2.0
0.1.0
- License Header
- Add
check
andfix
command. check
results can be reported to pull request as comments.fix
suggestions can be filed on pull request as edit suggestions.
- Add