Skip to content

Releases: apache/skywalking-eyes

v0.6.0

12 Apr 12:38
cd7b195
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

09 Sep 04:44
6b25292
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0

12 Jul 05:08
438e4ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

0.3.0

14 May 02:01
99f4b8b
Compare
Choose a tag to compare

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

Full Changelog: v0.2.0...v0.3.0

0.2.0

19 Oct 03:12
49d5362
Compare
Choose a tag to compare

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

Full Changelog: v0.1.0...v0.2.0

0.1.0

12 Jan 08:56
13ff130
Compare
Choose a tag to compare
  • License Header
    • Add check and fix command.
    • check results can be reported to pull request as comments.
    • fix suggestions can be filed on pull request as edit suggestions.