Skip to content

v2.0.0

Compare
Choose a tag to compare
@jdrews jdrews released this 11 May 20:56
· 47 commits to main since this release

Changelog

  • b968cf7 Add a test for StartWebServer
  • 1b43527 Add badges to README.md
  • ee1b3ed Add better comments on test purposes
  • 243cca2 Add build/test badge
  • 5c84b56 Adjust file descriptor to include write permissions
  • 863819b Bump @mui/material from 5.11.12 to 5.12.0 in /web
  • e73be65 Bump rimraf from 4.4.1 to 5.0.0 in /web
  • 301879d Create a TestFollow integration test
  • 5c69fe9 Create a test for TestParseRegexPatterns and begin working on TestColorize
  • 4875fe8 Create codeql.yml
  • cb9c892 Disable Frozen Lockfile
  • 113bc05 Disable TestFollow on GitHub Actions
  • 11673b9 Finish TestColorize and cleanup tests
  • 15486e3 First pass at a github ci for build and test
  • e22ef88 Merge branch 'main' of github.com:jdrews/logstation into main
  • e91d455 Remove package-lock.json since we're using yarn.lock instead
  • d12e9fb Update README.md
  • 4f31da9 Update yarn.lock with latest
  • 4e4d8d1 add better error reporting in tailer_test.go One of the github actions jobs was failing but I wasn't outputting the error
  • 4f30a2d add in tests for config.go
  • d1c55e3 build directory instead of one file
  • f9908db build web first in goreleaser and ignore any web files in main folder
  • a908461 don't force packageManager to enable github codeql
  • a60d110 fix problem with go-version being picked up as 1.2.2 More here: actions/setup-go#326 (comment)
  • e8462e4 fix syntax error
  • 43b31e6 fix: upgrade @patternfly/react-core from 4.276.8 to 4.276.9
  • 593f0c9 fixup! Add a test for StartWebServer
  • 5b4af2f handle exceptions in writing to the log file also cleanup some comments in colors_test.go
  • 68e4d3e improve debugging of TestFollow
  • cafeffe increase timers and add better test debugging
  • 61b6d6d prettier to 2.8.7
  • 6c0bdb7 refactor config test names for clarity
  • 6b00f6c remove yarn ignore yarnrc
  • 65fd0bc remove yarnPath from yarnrc
  • f1c7564 specifiy cache-dependency-path for yarn cache in ci jobs
  • 06bfd9e specify location of logfile locally
  • be01121 specify working directory for yarn ci jobs
  • c725cec split main.go into multiple files based on their purpose
  • 2ffcf31 update gh actions to reflect master -> main change
  • 40369cc update patch-patternfly just append duplicated css files
  • 0337f27 update patch-patternfly to account for moved css files
  • ef46332 update yarn.lock with mui 5.12.0
  • 1bd1181 update yarn.lock with rimraf 5.0.0
  • adc60e7 upgrade to yarn 3.x in gh actions
  • 7861dd2 upgrade to yarn berry in gh actions
  • 068c12a upgrade to yarn berry in gh actions
  • 12105b1 use default yarn in github actions image