Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Restore docker publishing #1213

Closed
wants to merge 11 commits into from
Closed

fix: Restore docker publishing #1213

wants to merge 11 commits into from

Conversation

mediuminvader
Copy link
Contributor

No description provided.

chubei and others added 6 commits March 10, 2023 17:40
* fix: Fix publication slot creation (#1202)

Postgres connector were initiated without tables config, so during publication slot creation it was always creating slot for all tables. This was causing issue in replication, because we were receiving data from tables, which were not used in sources.

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>

* Prepare v0.1.11 (#1203)

* Version bump

* Update release workflow

* SQL static typing validation (#1208)

* type validation for AVG()

* static dispatching for aggregators

* validation for all aggregators

* moved functions

* clippy and fmt

* feat: Asynchoronous indexing (#1206)

* fix: Restore docker image build

---------

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>
Co-authored-by: Karolis Gudiškis <karolisgud@gmail.com>
Co-authored-by: Matteo Pelati <matteo.pelati@gmail.com>
Co-authored-by: Bei Chu <914745487@qq.com>
* fix: Fix publication slot creation (#1202)

Postgres connector were initiated without tables config, so during publication slot creation it was always creating slot for all tables. This was causing issue in replication, because we were receiving data from tables, which were not used in sources.

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>

* Prepare v0.1.11 (#1203)

* Version bump

* Update release workflow

* SQL static typing validation (#1208)

* type validation for AVG()

* static dispatching for aggregators

* validation for all aggregators

* moved functions

* clippy and fmt

* feat: Asynchoronous indexing (#1206)

* fix: Restore docker image build

* publish if linux

---------

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>
Co-authored-by: Karolis Gudiškis <karolisgud@gmail.com>
Co-authored-by: Matteo Pelati <matteo.pelati@gmail.com>
Co-authored-by: Bei Chu <914745487@qq.com>
* fix: Fix publication slot creation (#1202)

Postgres connector were initiated without tables config, so during publication slot creation it was always creating slot for all tables. This was causing issue in replication, because we were receiving data from tables, which were not used in sources.

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>

* Prepare v0.1.11 (#1203)

* Version bump

* Update release workflow

* SQL static typing validation (#1208)

* type validation for AVG()

* static dispatching for aggregators

* validation for all aggregators

* moved functions

* clippy and fmt

* feat: Asynchoronous indexing (#1206)

* fix: Restore docker image build

* publish if linux

* Release with snowflake featuer

---------

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>
Signed-off-by: Dario Pizzamiglio <1150680+mediuminvader@users.noreply.github.com>
Co-authored-by: Karolis Gudiškis <karolisgud@gmail.com>
Co-authored-by: Matteo Pelati <matteo.pelati@gmail.com>
Co-authored-by: Bei Chu <914745487@qq.com>
* fix: Fix publication slot creation (#1202)

Postgres connector were initiated without tables config, so during publication slot creation it was always creating slot for all tables. This was causing issue in replication, because we were receiving data from tables, which were not used in sources.

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>

* Prepare v0.1.11 (#1203)

* Version bump

* Update release workflow

* SQL static typing validation (#1208)

* type validation for AVG()

* static dispatching for aggregators

* validation for all aggregators

* moved functions

* clippy and fmt

* feat: Asynchoronous indexing (#1206)

* fix: Restore docker image build

* publish if linux

* Release with snowflake featuer

* fix: Build dozer for docker

---------

Signed-off-by: Karolis Gudiškis <karolisgud@gmail.com>
Signed-off-by: Dario Pizzamiglio <1150680+mediuminvader@users.noreply.github.com>
Co-authored-by: Karolis Gudiškis <karolisgud@gmail.com>
Co-authored-by: Matteo Pelati <matteo.pelati@gmail.com>
Co-authored-by: Bei Chu <914745487@qq.com>
Signed-off-by: Dario Pizzamiglio <1150680+mediuminvader@users.noreply.github.com>
.github/workflows/release.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
dozer-tests/src/e2e_tests/checker/mod.rs Outdated Show resolved Hide resolved
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4392674009

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 262 unchanged lines in 4 files lost coverage.
  • Overall coverage increased (+0.06%) to 74.11%

Files with Coverage Reduction New Missed Lines %
dozer-core/src/executor/source_node.rs 5 95.0%
dozer-storage/src/lmdb_map.rs 29 82.32%
dozer-sql/src/pipeline/expression/cast.rs 97 50.51%
dozer-sql/src/pipeline/expression/builder.rs 131 68.28%
Totals Coverage Status
Change from base Build 4392484403: 0.06%
Covered Lines: 28785
Relevant Lines: 38841

💛 - Coveralls

@mediuminvader mediuminvader deleted the release-dev branch March 12, 2023 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants