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

RFC: Upgrade sqlalchemy #5

Merged
merged 40 commits into from
Oct 10, 2023
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3cf8de7
migrate workflows
CrossNox Oct 6, 2022
8c2cdc4
fix error?
CrossNox Oct 6, 2022
3c88ea6
(wip) chore: fix actions syntax errors, multiline scripts, env vars
JDSanto Oct 17, 2022
e380a90
(wip) chore: specify python container
JDSanto Oct 18, 2022
0544300
(wip) chore: specify poetry version, python container for version.yml
JDSanto Oct 18, 2022
3eef593
(wip) chore: remove container in favor of setup-python
JDSanto Oct 18, 2022
52e8bc3
debug(CI): sample workflow
MartinCura Oct 18, 2022
6e3cf16
test action runs on
gvillafanetapia Oct 26, 2022
5e44e3a
Update .github/workflows/test.yml
MartinCura Oct 26, 2022
a496da5
Update .github/workflows/test.yml
MartinCura Oct 26, 2022
a1c9dca
(wip) chore: add container image for run_tests
JDSanto Nov 1, 2022
8d4c42b
(wip) chore: remove sudo for run_tests
JDSanto Nov 1, 2022
1829004
(wip) chore: add container image for all workflows
JDSanto Nov 1, 2022
fc32a68
(wip) fix: add MIN_LINE_RATE var
JDSanto Nov 3, 2022
08bad96
(wip) fix: replace gitlab vars with github vars
JDSanto Nov 3, 2022
10fb8e7
(wip) chore: delete sample workflow
JDSanto Nov 3, 2022
9b6b526
(wip) add echo for testing purposes
JDSanto Nov 3, 2022
2f6874a
(wip) set id for tag output
JDSanto Nov 3, 2022
db448bf
(wip) bump version
JDSanto Nov 3, 2022
7da6ec8
add libraries for sqlalchemy 1.4
leo-mansini Dec 29, 2022
43a7d42
rename numpy object dtype
leo-mansini Dec 29, 2022
7907c18
change ibis import path
leo-mansini Dec 29, 2022
7496753
support immutable sqlalchemy url
leo-mansini Dec 29, 2022
2b88c4d
Merge remote-tracking branch 'origin/migration-from-gitlab' into upgr…
leo-mansini Dec 29, 2022
d761b8b
add implicit optionals
leo-mansini Dec 29, 2022
68b99f6
upgrade ipython
leo-mansini Jan 4, 2023
8db59e4
ipython version was 8.0.1
leo-mansini Jan 4, 2023
4b6b4ea
Revert "ipython version was 8.0.1"
leo-mansini Jan 4, 2023
0bd37be
Revert "upgrade ipython"
leo-mansini Jan 4, 2023
37a0cc4
upgrade ipython
leo-mansini Jan 4, 2023
95d2a30
Remove outdated wrapt
leo-mansini Jan 23, 2023
6a1782d
allow sqlalchemy ver 1.3
leo-mansini Mar 27, 2023
b45e52a
avoid snowflake-sqlalchemy 1.2.5
leo-mansini Mar 27, 2023
9121b11
isort
leo-mansini Mar 27, 2023
375728a
Merge branch 'master' into upgrade-sqlalchemy
leo-mansini Jun 9, 2023
11f76fb
bump pyproject.toml version
leo-mansini Jun 9, 2023
da078a2
nosec on read_pickle
leo-mansini Sep 29, 2023
2ea3644
note on pickle vulnerability
leo-mansini Sep 29, 2023
a5ce98a
support thrift 0.16 and above
leo-mansini Sep 29, 2023
04dbd23
further clarification on unpickling docstring
leo-mansini Oct 2, 2023
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
Prev Previous commit
Next Next commit
(wip) set id for tag output
  • Loading branch information
JDSanto committed Nov 3, 2022
commit 2f6874a8d772bf51c22fcefaad6522e11e0f087c
1 change: 1 addition & 0 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
pip install poetry==1.2.2
- uses: actions/checkout@v2
- name: Set tag output
id: set-tag
run: echo "::set-output name=tag_name::v$(grep current_version .bumpversion.cfg | cut -d= -f2 | xargs)"
- name: Create Tag
uses: actions/github-script@v3
Expand Down