summaryrefslogtreecommitdiffstats
path: root/.github
AgeCommit message (Collapse)Author
2023-11-16___ wip: smaller matrix, faster runs (and failures)dbaty/run_tests_on_windowsDamien Baty
2023-11-16ci: Run tests on Windows in GitHub ActionDamien Baty
2023-10-29downgrade pendulum to released version (#1434)Dick Marinus
* downgrade pendulum to released version * install beta version of pendulum for 3.12
2023-10-11Drop python 3.7, add 3.12 (#1426)Irina Truong
* Fix deprecation. * Drop python 3.7 and add 3.12. * Bump pendulum. * Changelog. * Update gh actions. * See if things pass without this scenario. * Skip failing scenarios in 3.12.
2023-10-07runs test on main branch as well. (#1429)laixintao
* runs test on main branch as well. reasons: - tests passed on PR branches do not mean they will pass on main branch, for e.g. alice changed A in branch-a, bob changed B in branch-b, both tests passed and no conflict, but after merged to main, a bug occurs. - wanna fix the badge in main branch ;D * change the badge status to main branch only.
2023-10-06Newer black requires 3.8.Irina Truong
2023-01-02Python -m py.test doesn't work anymore.Irina Truong
2022-11-11add python 3.11 support (#1356)Dick Marinus
* add python 3.11 support * use beta version * Python 11 is available. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
2022-11-11Add CodeQL workflow for GitHub code scanning (#1381)lgtm-com[bot]
Co-authored-by: LGTM Migrator <lgtm-migrator@users.noreply.github.com>
2022-06-06Port to psycopg3 (#1324)Irina Truong
* WIP. * Add some comments about porting from psycopg 2 to 3 (#1318) * WIP * Disable _set_wait_callback() * TransactionStatus. * First working query. * More pg3 changes. * test_pgexecute still fails. * Fix bytea support. * Fix json and enum unicode. * Get unit tests to pass. * Behave tests still break, WIP. * Prompt seems to be displayed fine, why don't the tests see the whitespace? * Python version. * Fix test. * Black. * Added black to dev reqs. * nbu link for donations. * Use psycopg.sql to format statement. * Special case for show help in pgbouncer. * Fix test. * Added integration test. * Install pgbouncer in ci. * Fix integration test. * Remove tmate session. * Revert commenting out python versions. * Pin pgspecial to >=2. * Changelog. Co-authored-by: Daniele Varrazzo <daniele.varrazzo@gmail.com> Co-authored-by: Amjith Ramanujam <amjith.r@gmail.com>
2022-02-18Add SSH tunnel support (#1301)Bruno Inec
* Add initial sshtunnel support * Force CI to rerun. * Fix unit test for 3.6. * Black. Co-authored-by: Irina Truong <i.chernyavska@gmail.com>
2021-01-18Conditional didn't work in CI. (#1237)Irina Truong
* Conditional didn't work in CI. * Try to fix flaky exit.
2021-01-08Trigger CI on pull request, not on push. (#1233)Irina Truong
2021-01-05Add 3.9 to build matrix. (#1232)Irina Truong
2021-01-04Switch to Github Actions vs Travis.Irina Truong
2019-09-27add optional but default squash merge request to PULL_REQUEST_TEMPLATE (#1095)Dick Marinus
2019-05-25black all the things. (#1049)Irina Truong
* added black to develop guide * no need for pep8radius. * changelog. * Add pre-commit checkbox. * Add pre-commit to dev reqs. * Add pyproject.toml for black. * Pre-commit config. * Add black to travis and dev reqs. * Install and run black in travis. * Remove black from dev reqs. * Lower black target version. * Re-format with black.
2018-05-14Switch PR template changelog ext from .md to .rstChris Fournier
2017-03-19Trimmed down issue template.Irina Truong
2017-03-18PR and issue templates.Irina Truong