Commit Graph

340 Commits (aa9cfe10a7a5b740a84bcabb201d92f263a2dbd7)

Author SHA1 Message Date
Vinícius Garcia aa9cfe10a7 Force the CI to run 2022-05-23 08:33:45 -03:00
Vinícius Garcia e24c6f0351 Force the CI to run 2022-05-23 08:33:43 -03:00
Vinícius Garcia 7a7ffdc3f6 Force the CI to run 2022-05-23 08:33:41 -03:00
Vinícius Garcia cc4723caaf Force the CI to run 2022-05-23 08:32:25 -03:00
Vinícius Garcia 501d7afef6 Force the CI to run 2022-05-23 08:30:56 -03:00
Vinícius Garcia aed90e4cdd Force the CI to run 2022-05-23 08:28:15 -03:00
Vinícius Garcia cb1a55d321 Try to force the runner to run on the manually created runner again 2022-05-20 12:14:56 -03:00
Vinícius Garcia cc8bdd7a83 Try to make the CI run with the "single" label 2022-05-20 12:11:09 -03:00
Vinícius Garcia d622e0299c Try to make the CI run on the manually created runner 2022-05-20 12:04:56 -03:00
Vinícius Garcia 6caf9d7a80 Force the CI to run 2022-05-17 21:14:06 -03:00
Vinícius Garcia baaf315ab2 Force the CI to run 2022-05-17 19:59:21 -03:00
Vinícius Garcia cb6896b3fa Force the CI to run 2022-05-17 19:53:33 -03:00
Vinícius Garcia 4012269ccd Force the CI to run 2022-05-17 00:05:10 -03:00
Vinícius Garcia d7d61f6aa9 Force the CI to run 2022-05-17 00:03:01 -03:00
Vinícius Garcia bd5b4a90b4 Force the CI to run 2022-05-16 23:58:40 -03:00
Vinícius Garcia 6853016e34 Force the CI to run 2022-05-16 23:53:26 -03:00
Vinícius Garcia 576b0380fc Force the CI to run 2022-05-16 23:48:49 -03:00
Vinícius Garcia 6b0ee91d8f force change 2022-04-21 17:25:05 -03:00
Vinícius Garcia 37cb5e9e15 force change 2022-04-21 10:09:28 -03:00
Vinícius Garcia 445b3aa98d force change 2022-04-21 10:07:19 -03:00
Vinícius Garcia ecd4d266db force change 2022-04-19 14:42:37 -03:00
Vinícius Garcia 99bfc0b074 force ci to run 2022-04-19 11:35:13 -03:00
Vinícius Garcia 687269d58d for ci to run 2022-04-19 11:16:54 -03:00
Vinícius Garcia 6bce16be80 Update README and examples to use `defer db.Close()` 2022-04-19 11:11:12 -03:00
Vinícius Garcia d98c30e91a Force CI to run 2022-04-19 10:17:43 -03:00
Vinícius Garcia cfb5a2af34 Testing self-hosted runners 2022-04-18 08:46:49 -03:00
Vinícius Garcia 3eb5a72123 Add more configurable constructors for all adapters 2022-04-11 20:52:40 -03:00
Vinícius Garcia b44c7e8500 Add kpgx.NewFromPgxPool() for facilitating more complicated configs 2022-04-11 19:41:56 -03:00
Vinícius Garcia 1224a1b297 Mention the new ksql.Mock examples on the README 2022-04-06 18:32:37 -03:00
Vinícius Garcia 2bf3a1a124 Create new example test showing how to use ksql.Mock{} 2022-04-06 18:29:28 -03:00
Vinícius Garcia d229767d98 Add tls.Config to ksql.Config 2022-04-03 21:28:49 -03:00
Vinícius Garcia 660904718b Update README with some ksql.Mock examples 2022-03-29 23:03:46 -03:00
Vinícius Garcia a59940361d Run the benchmark tests on CI 2022-03-27 10:22:15 -03:00
Vinícius Garcia c2c8d02a1b Fix test coverage issue 2022-03-27 10:16:51 -03:00
Vinícius Garcia 1ce6aa9634 Remove kmysql tests from CI, it failts too often
The mysql container is failing to start too often, which is
forcing me to rerun the CI several times just so the kmysql tests pass
2022-03-27 09:58:23 -03:00
Vinícius Garcia 4e3cc96919 Update Makefile to run all tests locally 2022-03-27 09:49:18 -03:00
Vinícius Garcia 60835ac429 Fix go.mod on examples module 2022-03-27 09:46:29 -03:00
Vinícius Garcia 34d0fc0236 Fix run-all-tests.sh script so it adds the replace directive 2022-03-27 09:40:34 -03:00
Vinícius Garcia f6ed380095 Fix false failed build by forcing it to run again
I made no changes in the code but because of how codecov works
it is falsely reporting that the test coverage changed to a lower
value.
2022-03-26 22:18:28 -03:00
Vinícius Garcia 9ff5f70753
Merge pull request #17 from VinGarcia/fix-issue-with-module-version
Try to fix go modules issue
2022-03-26 22:03:50 -03:00
Vinícius Garcia 0dfb810693 Try to fix go modules issue 2022-03-26 21:06:10 -03:00
Vinícius Garcia fe4530f983
Merge pull request #14 from VinGarcia/refactor-all-adapters-as-modules
Refactor all adapters as Go modules
2022-03-15 21:06:31 -03:00
Vinícius Garcia eb46b454cb Simplify run-all-tests script 2022-03-15 21:01:14 -03:00
Vinícius Garcia 1d396f8cac Fix linter complaints 2022-03-15 20:55:18 -03:00
Vinícius Garcia 18377f18f9 Try to fix codecov on CI 2022-03-15 19:55:08 -03:00
Vinícius Garcia b6986e5fd1 Fix benchmarks submodule 2022-03-15 19:41:34 -03:00
Vinícius Garcia 9b7e5ddfbc Run go mod tidy on the ksql module 2022-03-15 17:02:52 -03:00
Vinícius Garcia 04e5e5da7b Update the README.md TODO list 2022-03-15 16:59:09 -03:00
Vinícius Garcia 8eb3c86410 Refactor all adapters as separate modules 2022-03-15 13:03:41 -03:00
Vinícius Garcia bf9181566b Extract newDBAdapter as an argument from RunTestsForAdapter
Before this commit we were declaring it inside the RunTestsForAdapter
function, now we declare it outside this function.

This is necessary so we can move the adapters to its respective modules.
2022-02-28 23:53:02 -03:00