Commit Graph

106 Commits

Author SHA1 Message Date
kennethreitz fb1640f71c update v2.json 2024-01-30 10:17:51 -05:00
kennethreitz 2c927cfac7 Remove unused import in schema.py 2024-01-30 10:17:13 -05:00
kennethreitz 21d8fc39da Add additional imports to gen-model command 2024-01-30 10:17:06 -05:00
kennethreitz 5b0273f57b Update schema.py with datetime changes 2024-01-30 10:16:32 -05:00
kennethreitz d11d8d18b4 Update Neon API description 2024-01-30 10:02:02 -05:00
kennethreitz 05753e3aa0 Add code coverage to pytest command 2024-01-30 10:00:46 -05:00
kennethreitz 221e03c7a0 Refactor Makefile: Removed unnecessary code in ci target 2024-01-30 09:59:09 -05:00
kennethreitz bbacbd7225 Add datamodel-code-generator package to Pipfile 2024-01-30 09:57:34 -05:00
kennethreitz c1c9da72dc Add pytest-cov package 2024-01-30 09:55:37 -05:00
kennethreitz 0383021e75 Add 'record' target to Makefile 2024-01-30 09:51:20 -05:00
kennethreitz c38031672d Update NeonClient class name to NeonAPI 2024-01-30 09:50:43 -05:00
kennethreitz 63e1c2663f Update README.md 2024-01-29 16:38:02 -05:00
kennethreitz b54608d376 Update README.md 2024-01-29 16:37:53 -05:00
kennethreitz e1df847ab1 Update README.md 2024-01-29 16:29:28 -05:00
kennethreitz 9d73325b68 Update project information and configuration files 2024-01-26 15:25:11 -05:00
kennethreitz 8f4a7b7bb5 Add Sphinx documentation files 2024-01-26 14:53:23 -05:00
kennethreitz 21dd3740eb Add sphinx to Pipfile 2024-01-26 14:52:14 -05:00
kennethreitz 74742644d1 Update README.md with new features and benefits 2024-01-25 14:44:11 -05:00
kennethreitz 719b2b1c3c Add fmt command to Makefile and update Pipfile.lock with ruff package 2024-01-25 10:59:53 -05:00
kennethreitz 261d4b2af0 Add ruff package and update timestamps in integration tests 2024-01-25 10:58:02 -05:00
kennethreitz 49e2e811b3 Add .coverage to .gitignore 2024-01-25 10:25:39 -05:00
kennethreitz 36a17ea432 Update pytest workflow and Makefile for CI 2024-01-25 10:25:30 -05:00
kennethreitz 510286e917 Add MIT License 2024-01-25 09:59:45 -05:00
kennethreitz 2fe3a05c26 Update README.md 2024-01-25 09:58:24 -05:00
kennethreitz eb645e6856 Update README.md 2024-01-25 09:58:04 -05:00
kennethreitz 7e46336bce Update Python versions in pytest.yml 2024-01-25 09:51:34 -05:00
kennethreitz 2d7edfa235 Update pluggy version to 1.4.0 in Pipfile.lock 2024-01-25 09:50:17 -05:00
kennethreitz f5d9857f8a pipenv run 2024-01-25 09:47:25 -05:00
kennethreitz 69daae25bf install pytest 2024-01-25 09:44:06 -05:00
kennethreitz eef1f2a0d6 Remove pypy3.9 and pypy3.10 from python-version matrix 2024-01-25 09:42:32 -05:00
kennethreitz bc3e034925 Update pipenv install command 2024-01-25 09:42:18 -05:00
kennethreitz 60ff502865 Add pipenv installation and dependency installation step 2024-01-25 09:41:31 -05:00
kennethreitz abc86db155 Update pytest workflow to use make test 2024-01-25 09:36:29 -05:00
kennethreitz 4c2fc905b6 Fix spacing issue in test_integration.py 2024-01-25 09:30:36 -05:00
kennethreitz 5a48fe3684 Update pytest.yml with new Python versions 2024-01-25 09:30:23 -05:00
kennethreitz b192b8cf81 Update test_integration.py and client.py 2024-01-25 09:27:31 -05:00
kennethreitz 611b601d78 Update test_integration.py with new tests 2024-01-24 08:56:08 -05:00
kennethreitz 92fa584e36 Update timestamps and names in tests 2024-01-23 17:35:55 -05:00
kennethreitz 53fe0aa087 Update dependencies in Pipfile and Pipfile.lock 2024-01-23 17:19:01 -05:00
kennethreitz 9ff73e9f56 Update .gitignore and Makefile, add pytest-ordering to Pipfile 2024-01-23 17:18:25 -05:00
kennethreitz d8c9d6186f Add fixtures for project creation and API key generation
Enable Pydantic in Neon client
2024-01-23 17:18:16 -05:00
kennethreitz 9e87b4e068 Add support for roles, endpoints, compute, etc. and update integration tests 2024-01-23 08:30:17 -05:00
kennethreitz b2ba21c57e pytest github action 2024-01-22 19:22:58 -05:00
kennethreitz b709538e8d Remove commented out code for @returns_subkey("projects") 2024-01-22 16:47:37 -05:00
kennethreitz 0c6a5e0099 Disable Pydantic and add pagination support to operations endpoint 2024-01-22 16:41:46 -05:00
kennethreitz 4487eafd47 Add pydantic as a required package 2024-01-22 16:18:11 -05:00
kennethreitz dbc77df78b Add pytest to Pipfile 2024-01-22 16:14:48 -05:00
kennethreitz 9a3603c3c8 Add conftest.py and test_integration.py 2024-01-22 15:29:57 -05:00
kennethreitz 62237c2486 Update provisioner field to be optional 2024-01-22 15:29:50 -05:00
kennethreitz 002fb191f4 Add .gitignore file to ignore Python cache and egg-info directories 2024-01-22 10:43:30 -05:00