Skip to content

Commit

Permalink
Merge pull request #7 from civitaspo/0.0.1
Browse files Browse the repository at this point in the history
Ship v0.0.1
  • Loading branch information
civitaspo committed Nov 25, 2019
2 parents 10261cb + 2fd7a68 commit 9204d03
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
0.0.1 (2019-11-25)
==================

* [Enhancement] Release locks if owner_attempt is finished.
* [Enhancement] Use Github Actions instead of Circle CI.

0.0.1.pre3 (2019-10-14)
=======================

* Fix the connection flood.
* [Fix] Fix the connection flood.

0.0.1.pre2 (2019-10-07)
=======================

* Fix `org.flywaydb.core.api.FlywayException: Found non-empty schema(s) "public" without schema history table! Use baseline() or set baselineOnMigrate to true to initialize the schema history table.` when using this operator in digdag server mode. [#2](https://github.com/civitaspo/digdag-operator-pg_lock/pull/2)
* Fix a namespace bug: `Unsupported namespace: session (config)` [#3](https://github.com/civitaspo/digdag-operator-pg_lock/pull/3)
* [Fix] Fix `org.flywaydb.core.api.FlywayException: Found non-empty schema(s) "public" without schema history table! Use baseline() or set baselineOnMigrate to true to initialize the schema history table.` when using this operator in digdag server mode. [#2](https://github.com/civitaspo/digdag-operator-pg_lock/pull/2)
* [Fix] Fix a namespace bug: `Unsupported namespace: session (config)` [#3](https://github.com/civitaspo/digdag-operator-pg_lock/pull/3)

0.0.1.pre1 (2019-10-05)
=======================
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ _export:
repositories:
- https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-pg_lock:0.0.1.pre3
- pro.civitaspo:digdag-operator-pg_lock:0.0.1

+lock-with:
# Wait during 5m until getting the named lock if another task locks.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'pro.civitaspo'
version = '0.0.1.pre3'
version = '0.0.1'

def digdagVersion = '0.9.39'
def scalaSemanticVersion = "2.13.0"
Expand Down
2 changes: 1 addition & 1 deletion example/example.dig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _export:
- file://${repos}
# - https://jitpack.io
dependencies:
- pro.civitaspo:digdag-operator-pg_lock:0.0.1.pre3
- pro.civitaspo:digdag-operator-pg_lock:0.0.1

+lock-with:
# This case shows "Hello A" before "Hello B".
Expand Down

0 comments on commit 9204d03

Please sign in to comment.