Skip to content

Releases: dipdup-io/go-lib

v0.2.37

28 Jun 07:41

Choose a tag to compare

Commits

  • 2d85455: Hotfix with PgGo implementation of SchemeCommenter. (Lavysh Alexander)

v0.2.36

27 Jun 20:36
8bc226d

Choose a tag to compare

Commits

  • 32ef3f0: Updated name of makeComments method. (Lavysh Alexander)
  • 143c285: Added UnauthorizedRole field for Hasura config and set default value equal "user". (Lavysh Alexander) #15
  • 8d89719: Added usage of UnauthorizedRole field from hasura config. (Lavysh Alexander) #15
  • baea4cc: Remove warning on drop permission for non-existed role for hasura. (Lavysh Alexander) #15
  • 8f1fc94: Fixed test. (Lavysh Alexander) #15
  • 2d7157a: Added test TestMakeCommentsWithMultipleModelsByPointers. (Lavysh Alexander) #15
  • 5c75524: Updated logic of MakeComments to support models as pointers. (Lavysh Alexander) #15
  • 6d2f40c: Rename tag from pg-comment to comment. (Lavysh Alexander) #15
  • 80e8deb: Renamed pgComment.go to comment.go. (Lavysh Alexander) #15
  • 90a2d4c: Renamed comment tag in tests. (Lavysh Alexander) #15

v0.2.35

26 Jun 18:39
365b473

Choose a tag to compare

Commits

  • e1acfab: Added PgGoConnection interface. Added basic pgComment and test. (Lavysh Alexander) #13
  • e49dd07: Added basic failed test for makeComments with simple model with tableName tab and one field. Added testify mock. (Lavysh Alexander) #13
  • 3b53545: Added implementation of pgComment. (Lavysh Alexander) #13
  • 91f9084: Added mocks for PgDB with gomock. (Lavysh Alexander) #13
  • c151d71: Rewritten test with gomock. (Lavysh Alexander) #13
  • 040b5cf: Fixed linter error. (Lavysh Alexander) #13
  • 0f29f19: Added tw omore tests on makeComments function of pgComment. (Lavysh Alexander) #13
  • b9dbcea: Fixed getPgName logic. (Lavysh Alexander) #13
  • 384c216: Updated signature of makeComments with variadic models. (Lavysh Alexander) #13
  • b89eb12: Added SchemeCommenter interface. (Lavysh Alexander) #14
  • 5671c7d: Removed unused code. Refactored makeComments with SchemeCommenter interface. (Lavysh Alexander) #14
  • f5b065e: Implemented SchemeCommenter interface by PgGo. (Lavysh Alexander) #14
  • a56a637: Added go:generate comment for pg.go with command for SchemeCommenter interfce. (Lavysh Alexander) #14
  • 4080fab: Added SchemeCommenter mock. (Lavysh Alexander) #14
  • 47bd415: Removed PgDB mock. (Lavysh Alexander) #14
  • 404dbdb: Updated TestMakeCommentsWithTableName. (Lavysh Alexander) #14
  • 51275ec: Updated TestMakeCommentsWithoutPgComment. (Lavysh Alexander) #14
  • d24aa1f: Updated TestMakeCommentsFieldWithPgComment. (Lavysh Alexander) #14
  • c8f99a8: Updated TestMakeCommentsWithTableNameAndFieldsWithPgComment. (Lavysh Alexander) #14
  • 3f7b68b: Updated TestMakeCommentsWithMultipleModels. (Lavysh Alexander) #14
  • 8b02566: Removed unused toInterfaceSlice method. (Lavysh Alexander) #14

v0.2.34

15 May 11:49

Choose a tag to compare

Commits

  • hasura health check (Artem)

v0.2.33

27 Apr 14:23
02711ec

Choose a tag to compare

Commits

v0.2.32

18 Apr 14:21
45e1b69

Choose a tag to compare

Commits

v0.2.31

14 Apr 11:13

Choose a tag to compare

Commits

  • d09d0ad: Added helpers for hasura integraton tests. (Lavysh Alexander) #10
  • 666ed34: Optimize hasuraColumns with using empty struct instead of int. (Lavysh Alexander) #10
  • 1bea8f0: Change snake case function in hasura (Artem)
  • tests (Artem)

v0.2.30

15 Mar 12:52
8555779

Choose a tag to compare

Commits

  • 98b8e8f: Updated model of source in hasura config. (Lavysh Alexander) #8
  • 7101f46: Updated .gitignore file. (Lavysh Alexander) #8
  • 8f6b05b: Added fallback logic to db host as a source host in hasura config. (Lavysh Alexander) #8
  • c927d31: Remove unused comments, fixed tests and bug with reading Source as name. (Lavysh Alexander) #8
  • 601cd01: Added required validation for flags in hasura config. (Lavysh Alexander) #8
  • 4caf39d: Added README fro hasura module with configuration description. Updated default values of hasura config. (Lavysh Alexander) #8
  • 8c60a02: Updated main README with link to hasura module docs. (Lavysh Alexander) #8
  • f6e4b18: Removed AddSource flag from hasura config. (Lavysh Alexander) #8
  • 3487f43: Changed default value of UsePreparedStatements flag in hasura config. (Lavysh Alexander) #8

v0.2.29

07 Mar 16:22

Choose a tag to compare

Commits

v0.2.28

07 Mar 14:50

Choose a tag to compare

Commits

  • d92df8e: TzKT API: Mumbai (Artem)
  • df0597d: Add mumbai to Node API (Artem)