You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bug fix: RandomTimeStampTzWithDecimals
RandomTimeStampTzWithDecimals fails due to a typo with the year variable that is being passed
* make the function public
make the function isSubStringAvailableOnString from private to public
* Avoid using future dates
Try to use the date that is from the current time, there is no need to place dates for the future
* Protect function from null value
* Test suite: Randomizer
Build unit test cases for randomizer
* update the version of mock-data release
* reducing the duplicate code in randomizer test cases
* update the function name change
* All test suites for helper.go
* Test cases for functions inside datatype.go
* Rearrangement of functions
* Unit test cases for engine.go
* Small correction to the database config name
* The function should send in error so we can trap and understand the error
* update go.sum
* single test doesn't work with variable functions, so using named function to overcome the issue
* Testcases for sql.go
* update the skeleton with additional types or objects
* remove the database config
* test cases for skeletons.go
* implemented logger.go testcases
* test cases for constraintBackup.go
* Testcases for schema.go
* reducing variable count
* testcases for database.go
* testcases for tables.go
* format & correction
Formatting via go fmt
correction to demo database that breaks the check when run concurrently, it now cleans up all the tables on the database
* hidden feature and datatype correction
separate out the database cleanup for separate function , that can triggered by a hidden vairable
replace postgres has the owner to mockdata
and datatype cleanup
* testcases for worker.go
* cleanup
* cleanup of testcases
* dont remove postgres role
* add testcase for copy data function
* testcases for filemanager.go
* testcase for constraintRestore.go
* testcases correction
* Introduction of realstic data
Now you can choose realistic data to be loaded to the table
* Typo & Corrections
* testcase for custom.go
* Finishing up the v3.0
- Fixing up broken ci job
- cleanup the code
- update readme
* add postgres service to ci.yml
* remove macos-latest
macos-latest fails with missing dependency, for now there is no need for macos test, we can add and fix anything later if needed
* remove ci.yml from being run on v3.0 branch
* testing the codecov ci step
* codecov works now , removing the branch v3.0 from the workflow actions
* Adding / Updating badges
+ Adding new badges
+ Making the existing one dynamic
* style to flat
* Update README.md
* Readme update
add more clear descriptions to what the subcommands are for
* code formatting
Make changes to the code based on suggestion by
+ golangci-lint
+ goreportcard
* fix the Uri to URI
* Update badge label length
0 commit comments