8000 Tags · markbates/pop · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: markbates/pop

Tags

v4.12.2

Toggle v4.12.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v4.12.1

Toggle v4.12.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v4.12.0

Toggle v4.12.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'development'

v4.11.6

Toggle v4.11.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v4.11.5

Toggle v4.11.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v4.11.4

Toggle v4.11.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v4.11.3

Toggle v4.11.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Bump version

v4.11.2

Toggle v4.11.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge branch 'development'

v4.11.1

Toggle v4.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge branch 'master' into release-4.11.1

v4.11.0

Toggle v4.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v4.11.0 (gobuffalo#379)

* Back to development

* Add Timestamps() macro when generating fizz migrations (gobuffalo#365)

* Azure pipelines (gobuffalo#367)

* WIP Azure pipelines

* Fix typo

* Fix soda install script

* Fix binary name

* Fix tsoda call

* Build soda without modules

* Use Bash to install soda

* Fix pipeline

* Fix soda build

* Remove go module builds

* Fix soda install

* Install soda with go install

* Fix config parse test

* Do not create Docker default DBs

* Remove Travis

* Update badge in Readme

* Remove legacy Anko format fixer (gobuffalo#366)

It can still be called using soda fix command.

* removes errors.WithStack as its noisy and makes it harder to understand (gobuffalo#372)

* removes errors.WithStack as its noisy and makes it harder to understand

* fix packr file

* Add a fix for old fizz without Timestamps() (gobuffalo#373)

* WIP fix old auto-timestamp

* Use plush AST to rewrite fizz files

* Fix case when files are already using t.Timestamps()

* Fix Windows line breaks issue

* Add a mention in godocs about the behavior on slices for executors (gobuffalo#375)

Fixes gobuffalo#363.

* Fix "has_one" pointer association (gobuffalo#378)

* hasOneAssociation did not work with pointers

* Bump version

* Fix IdlePool option (gobuffalo#380)

The zero value was not the same as in the stdlib and could cause
perfs issues. This will now not call SetMaxIdleConns when IdlePool
is set to the zero value.

Fixes gobuffalo#376
0