Skip to content

Releases: coreruleset/go-ftw

v0.3.0

23 May 22:31
v0.3.0
Compare
Choose a tag to compare

Changelog

b886cfd Merge pull request #26 from fzipi/feature-override-test
febeecb Merge pull request #27 from fzipi/add-lgtm
068f578 feat(badge): add LGTM
3b8002a feat(tests): add test result overrides
e95fcc3 fix(glob): globbing was not getting files recursively
19520c7 fix(http): do not skip checking TLS certificate
2e99290 fix(unrecheable): returns an error so all code is recheable now

v0.2.5

22 Mar 13:50
v0.2.5
4166cb8
Compare
Choose a tag to compare

Changelog

a4787dc Added the correct timezone to parsing of dates
5b20d99 Merge pull request #23 from airween/timeformatfix
4166cb8 Merge pull request #24 from fzipi/fix-check-diplay-failed-files
99f3e8a fix(check): print error about failing files now

v0.2.4

21 Mar 11:17
v0.2.4
af56f06
Compare
Choose a tag to compare

Changelog

5177c1b Merge pull request #21 from fzipi/fix-readme
af56f06 Merge pull request #22 from fzipi/compare-with-timezones
569859d fix(tz): compare datetimes using timezones

v0.2.3

20 Mar 12:31
v0.2.3
3569dd9
Compare
Choose a tag to compare

Changelog

3569dd9 Merge pull request #20 from fzipi/fix-nginx-time-comparision
4eab5cb fix(nginx): add method for comparing datetime without microsecond
68197ad fix(nginx): add new config value for truncating time

v0.2.2

17 Mar 23:52
v0.2.2
473ed9f
Compare
Choose a tag to compare

Changelog

7ad37a2 Merge pull request #18 from fzipi/update-nginx-docs
473ed9f Merge pull request #19 from fzipi/partial-fix-checks
79cebff fix(nginx): reorder checks and fix some bugs

v0.2.1

15 Mar 16:44
v0.2.1
4e2b066
Compare
Choose a tag to compare

Changelog

576d1db Merge pull request #14 from fzipi/enhance-quiet-mode
4e2b066 Merge pull request #15 from fzipi/add-go-templating-yaml-data
0d543b9 feat(quiet): be real quiet on output Solves #7.
bdfb144 feat(template): leverage go templating on data

v0.2.0

06 Mar 13:09
v0.2.0
752d36f
Compare
Choose a tag to compare

Changelog

987924c Add license scan report and status
4007b6e Merge pull request #10 from fzipi/sorted-headers
b1e0f73 Merge pull request #11 from fossabot/add-license-scan-badge
752d36f Merge pull request #12 from fzipi/add-tests
7a8a687 Merge pull request #9 from fzipi/refactor-ftwloglines
50740f8 feat(test): added lots of tests - refactored request and respose - splitted run function in smaller pieces - other refactorings to support dependency injection so it eases testing
2190931 feat: refactor waflog and add checks
e358b48 fix(header): sort headers by name to get consistent test results

v0.1.2

05 Jan 11:28
v0.1.2
4b9f3ff
Compare
Choose a tag to compare

Changelog

170bfc8 Merge pull request #5 from fzipi/add-goreleaser
5c9a6b3 Merge pull request #6 from fzipi/fix-check-expected-error
4b9f3ff Merge pull request #8 from fzipi/extend-readme
9cc626e fix(check): fix expected error check

v0.1.1

05 Jan 02:49
v0.1.1
4b9f3ff
Compare
Choose a tag to compare

Changelog

170bfc8 Merge pull request #5 from fzipi/add-goreleaser
5c9a6b3 Merge pull request #6 from fzipi/fix-check-expected-error
9cc626e fix(check): fix expected error check

v0.1.0

04 Jan 16:11
v0.1.0
a564679
Compare
Choose a tag to compare

Changelog

77b8b29 Merge pull request #1 from fzipi/refactor-headers
ea563fa Merge pull request #2 from fzipi/fix-mispell
a05b210 Merge pull request #3 from fzipi/fix-misspell2
c6735d9 Merge pull request #4 from fzipi/create-cmd
d405eb8 feat(codeql): add codeql workflow
a564679 feat(goreleaser): add config and actions
8eb37c9 feat(goreleaser): add goreleaser
3f2d93c feat(init): create initial version
269ad7f fix(card): fix report card url
7440e55 fix(mispell): correct typos
166b128 fix(mispell): correct typos
5bedaab refactor: move header to its own files