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

detect breaking changes #394

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0ac5f9e
detect breaking changes
sungwy Feb 7, 2024
4bf7f78
license
sungwy Feb 8, 2024
5f5b579
handle upstream
sungwy Feb 8, 2024
8124844
Merge branch 'main' into griffe
sungwy Feb 8, 2024
0e273ae
log
sungwy Feb 8, 2024
dddf6a3
fix check
sungwy Feb 8, 2024
976c0ea
fix
sungwy Feb 8, 2024
6374b0d
Merge branch 'main' into griffe
Fokko Feb 14, 2024
04a2677
refactor
sungwy Feb 17, 2024
d40a1c3
lint
sungwy Feb 17, 2024
68123df
Build: Bump getdaft from 0.2.14 to 0.2.15 (#434)
dependabot[bot] Feb 16, 2024
8241bf3
docs: Add missing release steps (#443)
Fokko Feb 19, 2024
92f1d74
Build: Bump moto from 5.0.1 to 5.0.2 (#447)
dependabot[bot] Feb 20, 2024
aa0336c
Build: Bump mkdocs-material from 9.5.9 to 9.5.10 (#448)
dependabot[bot] Feb 20, 2024
a38f12a
Make the snapshot creation part of the `Transaction` (#446)
Fokko Feb 20, 2024
1097871
Send X-Iceberg-Access-Delegation header to signal support for vended …
nastra Feb 20, 2024
f5fd479
Retry with new Access Token HTTP 419 (#340)
anupam-saini Feb 20, 2024
0c708a0
Reuse commit-uuid as the write-uuid (#437)
Fokko Feb 20, 2024
4c55d74
Update NameMapping on `update_schema()` (#441)
sungwy Feb 20, 2024
f4de1d1
Implement `create_table_if_not_exists` (#415)
hussein-awala Feb 20, 2024
fccfc37
Merge branch 'main' into griffe
sungwy Feb 22, 2024
088d504
fix
sungwy Feb 22, 2024
4d6cde0
exclusion-list
sungwy Feb 22, 2024
b0460d6
license
sungwy Feb 22, 2024
3dc6031
fix
sungwy Feb 22, 2024
cefc31e
Merge branch 'main' into griffe
sungwy Feb 28, 2024
bd152bd
all exclusion list
sungwy Feb 29, 2024
4d5b338
lint
sungwy Feb 29, 2024
a89200a
Merge branch 'main' into griffe
sungwy Feb 29, 2024
40986fa
more exclusions
sungwy Feb 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ test-s3:
sh ./dev/run-minio.sh
poetry run pytest tests/ -m s3 ${PYTEST_ARGS}

test-api:
poetry run pytest tests/ -m api -vv ${PYTEST_ARGS}

test-integration:
docker-compose -f dev/docker-compose-integration.yml kill
docker-compose -f dev/docker-compose-integration.yml rm -f
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/gen_doc_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from pathlib import Path

import griffe # type: ignore
import griffe
import mkdocs_gen_files # type: ignore

nav = mkdocs_gen_files.Nav()
Expand Down
627 changes: 350 additions & 277 deletions poetry.lock

Large diffs are not rendered by default.

Loading