8000 Releases · contiamo/go-base · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 12, 2024. It is now read-only.

Releases: contiamo/go-base

Brilliant Raptor

21 Jul 07:03
627b323
Compare
Choose a tag to compare
Generate const if enum has exactly one element (#41)

**What**
- Generate a Go `const` if the enum values has exactly one element
- See https://github.com/OAI/OpenAPI-Specification/issues/1313 and
  https://github.com/OAI/OpenAPI-Specification/issues/1620 as examples
  where the openapi team blessed the "singleton enum" example

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>

Anxious Raptor

17 Jul 10:56
725f32a
Compare
Choose a tag to compare

725f32a : add queue code. (#40) (by Tino Rusch)

Generative Termite

06 Jul 13:22
71a08dc
Compare
Choose a tag to compare
Initial enum generator (#39)

**What**
- Add new models package to the generators, this package can read an
  openapi spec and output the enums in a _nice_ way.
- Create a templates package inside generators to hold the common
  template functions
- Update CI env to go 1.14

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>

Flawless Termite

30 Mar 13:11
8223065
Compare
Choose a tag to compare

8223065 : Check error and use Ping in db.Open (#37) (by Denis Rechkunov)

Enforced Termite

20 Mar 13:19
5182953
Compare
Choose a tag to compare
Ensure Max open connections is set during open (#36)

**What**
- Set the db pool max open connections limit as soon as we open the db
  this ensures the value is always set

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>

Deterministic Termite

13 Mar 13:18
05833e2
Compare
Choose a tag to compare
Make router generation deterministic (#35)

Now the router always produces results in the same order, so no more
unnecessary diffs after the generation.

Accurate Termite

05 Mar 14:47
d491bc6
Compare
Choose a tag to compare
Allow passing multiple init method for GetDatabase (#32)

**What**
- Allow passing multiple init methods for the test GetDatabase method
- Fix NullTime string formatting consistency

Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>

Uncomfortable Skunk

02 Mar 12:45
2180135
Compare
Choose a tag to compare

Revert GetPageInfo optimization because it broke the existing code in dependent projects when results are empty.

Agricultural Parrotfish

02 Mar 10:28
46a6867
Compare
Choose a tag to compare
Introduce `SQLBuilder` interface (#26)

So, there is no direct dependency to a structure type. It's more
convenient in certain situations for us to have an interface that
can be `nil`.

Cryptic Eagle

31 Jan 14:45
a2f8eb8
Compare
Choose a tag to compare
0