Skip to content

Releases: mpchadwick/dbanon

v0.7.1

17 Jul 21:43
Compare
Choose a tag to compare

Changelog

0a5aa04 Don't build for Windows anymore

v0.6.3

16 Jul 18:06
Compare
Choose a tag to compare

Changelog

ab1d666 Add releasing instructions
facc034 Revert "Remove windows"
0afd641 Run go mod tidy
a840b13 Upgrade github.com/rhysd/go-github-selfupdate
a74949b Go 1.18 support in CI pipeline
2fa0efd Go 1.18 support
e23f564 Revert "Test with Go 1.18"
e4a6a2d Test with Go 1.18
0d3a1b1 Test with Go 1.17
670b561 Test on Go 1.16
9d44405 Add test for input sqlparser can't handle

v0.6.2

16 Jul 03:09
Compare
Choose a tag to compare

Changelog

3053efe Fix badge link
08567dc Switch tag fetching
aa2417b Remove windows

v0.6.1

16 Jul 03:19
Compare
Choose a tag to compare

Changelog

16a10cc Final (hopefully) Github actions CI touches
5f313b4 Another pass at passing tag in CIi
64c1286 Fetch tags in CI
cf9cf56 Run test after build
e691e91 Add test to GitHub actions
5be8c84 Try again to fix Github actions
1ea06e4 Stub version for CI build
e31a1b5 Update Github actions
8a16f5e Initial GitHub actions setup
c16d6e1 Check for error during insert parse
4e13946 Extract the max length
f3549bd Better handle unknown type in provider
d3c58bc Clean bindata after bench
f9ea214 Build bindata before bench
26391de Add test for config String
edb7a47 Move gofmt to Makefile
51d5a56 Add test for processing uninteresting INSERT
7040deb Add tests for remaining provider cases
35c0fc8 Add soem more tests for provider
1c48c12 Migrate simple regex tests to table based
c72b301 Run gofmt first
3b49bad Run gofmt on CI
b32bd1a Add test for telephone
4538858 Add test for address
880d77b Add test for postcode
2cfeb94 Add test for provider city
572c752 Add test for provider state
ca8b6e6 Add ipv4 test
0d78e77 Test customer_suffix
aacb7a8 Test datetime
db9c9f9 Begin expanding test coverage for provider

v0.6.0

16 Nov 03:24
Compare
Choose a tag to compare

Changelog

6ed9eda Upgrade faker to v1.2.3
24b0479 Add cob
48ff6b2 Add comments to logger
95aac55 Add make bench
423c6a7 Fix benchmark test
a6aa0e7 Add a benchmark test
487421a Run gofmt against project
a3160a0 Add Codecov
351b9f0 Add Codecov
ebc9cb8 Get rid of coveralls
e295329 Fix LDFLAGS
3c3b027 Attempt to fix LDFLAGS
a5ee165 Explicitly build
b7b815e Run goveralls with GO111MODULE on
5f8e1fd Also run go get
453f2da Build bindata before running goveralls
da6d434 Add coveralls
47aad9e Document -profile flag
9298d40 Add the ability to generate a CPU profile
e7c8a72 Begin positioning for column length validation
4b8f18f Move bindata out of src
9932d66 Add integration test with custom config
1db195b DRY up input processing
932d557 Add integration test for map-eav
3ee818c Add an integration test for anonymization (no EAV)
79b7b1a Add integration test for -version command
c7897ec Begin creating integration tests
4555ca5 Ignore dbanon.log
e0ffc5f Refactor processor to be more DRY
4d3b07a Remove uncessary branching
1e234aa Remove one level of indentation from EAV insert processing

v0.5.0

04 Nov 02:17
Compare
Choose a tag to compare

Changelog

b127ab1 Add ability to set log file and log level
abc35f7 Document logging
b77dffc Add a -silent option
2e2abc1 Add logging for malformed arguments
1fdb725 Cover unsupported method with logging
e4d0862 Initial work on logger

v0.4.0

03 Nov 01:52
Compare
Choose a tag to compare

Changelog

3e9ba2e Sort commits chronologically in changelog
42b38e4 Open up spacing
47fd454 Add shipment_tracking_number to provider
70a5e14 Document raw Faker functionality
ade634a Remove uncessary space
cc8aba6 Add the ability to call faker methods directly

v0.3.1

02 Nov 00:38
Compare
Choose a tag to compare

Changelog

885f50d Set version dynamically

v0.3.0

01 Nov 01:29
Compare
Choose a tag to compare

Changelog

747cf0d Add test for EAV row with non-process-able attribute_id
ee2e627 Add test for map-eav without complete-insert
d84d598 Add tests cases not using complete-insert
ce344c6 Begin positioning EAV for non complete-insert mysqldump
ab370d3 Move INSERT processing to separate function
a3122b0 Parse CREATE TABLE statements
dd90c66 Position tests for non complete-insert reliant implementation
8fdbf0d Remove complete-insert from docs
cbb9e24 Use CREATE TABLE for EAV
169b6ce Use CREATE TABLE for EAV INSERTs
c621fe3 Use CREATE TABLE to resolve INSERT columns

v0.2.2

30 Oct 02:21
Compare
Choose a tag to compare

Changelog

35bf936 Add updated GoReleaser config
00624c6 Add updates to go.mod and go.sum
d98fae3 Bump version to 0.2.2
c074cb7 Document self-updating