rapsealk
b83bb111d1
ci: Upgrade actions/checkout
2025-04-14 11:32:42 +09:00
Sergey Fursov
8d4a64a40d
add official Django 5.1 support ( #1540 )
2024-12-27 13:46:47 +08:00
Kien Dang
db2d40ec94
Remove Django 4.1 (EOL) and add Django 5.0 to CI ( #1483 )
2023-12-14 11:20:54 +03:00
Kien Dang
62126dd467
Add Python 3.12 to CI ( #1481 )
2023-12-05 22:11:00 +03:00
Kien Dang
720db1f987
Only release on pypi after tests pass ( #1452 )
2023-08-11 09:51:59 +03:00
Kien Dang
45a732f1db
Prevent duplicate CI runs, also work with PRs from forks ( #1443 )
...
* Prevent duplicate CI runs
* Trigger CI on pull requests from forks
2023-08-06 01:45:10 +03:00
Kien Dang
5eb5fe294a
Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI ( #1440 )
...
* Remove Python 3.7 (EOL since EOL since 2023-06-27) from CI
* Remove unused context
* Use pyupgrade --py38-plus in pre-commit
2023-08-04 11:15:23 +03:00
Dulmandakh
3e7a16af73
CI: remove Django 4.0 ( #1422 )
...
* CI: remove Django 4.0
* fix tags
2023-06-07 17:36:51 +03:00
Dulmandakh
c925a32dc3
CI: add Django 4.2 ( #1420 )
...
* CI: add Django 4.2
* fix tox
2023-06-07 16:52:40 +03:00
Kien Dang
63fd98393f
Set pypi GH action to latest v1 ( #1415 )
2023-05-27 16:26:52 +03:00
Ülgen Sarıkavak
8540a9332c
Add support for Python 3.11 ( #1365 )
...
* Add support for Python 3.11
* Fix Python 3.11 compatibility matrix
* Add temporary fix for default enum description
---------
Co-authored-by: Firas Kafri <firaskafri@Firass-MacBook-Pro-2.local>
2023-05-04 15:19:24 +03:00
Firas K
af8888f58e
Upgrade github actions versions, default python and dev dependencies ( #1407 )
...
* Use Python 3.10 for deployments on PyPi
* Update gh-action-pypi-publish version
* Update python version
* Update checkout and setup-python versions
* Upgrade dev dependencies
* fromat examples and few files to follow black new version
* Upgrade pytest version
---------
Co-authored-by: Firas Kafri <firaskafri@Firass-MacBook-Pro-2.local>
2023-05-03 13:25:16 +03:00
Nikolai Røed Kristiansen
4517e32224
👷 Add pre-commit ( #1336 )
...
* 🔧 Add pre-commit config
Similar to graphene and graphene-sqlalchemy
* ⬆ Bump black
* 👷 Lint on CI
* ⬆ Bump flake8-black
* 🔧 Keep excluding migrations
* ⬆ Bump flake8
* 🔧 Remove black and flake8 from tox config
* ⬆ Update pre-commit versions
* Upgrade syntax to python 3.7+
* Format with pre-commit
dedent docs/schema.py to allow formatting
* Fix tests on python 3.7
2022-10-19 17:10:30 +03:00
Nikolai Røed Kristiansen
8ae576394e
💥 Stop supporting EOL djangos and pythons ( #1337 )
...
* 💥 Stop supporting EOL djangos and pythons
* 👷 Run only supported version in test workflow
2022-09-19 14:31:04 +02:00
Tim Schilling
5d5d7f1815
Django v4, python 3.10 support for graphene-django v3 ( #1281 )
...
Co-authored-by: Yair Silbermintz <MisterGlass@users.noreply.github.com>
2022-01-07 20:26:07 +00:00
Ülgen Sarıkavak
3058118e8f
Tox & actions updates ( #1143 )
...
* Update Django's main branch name
* Add Python 3.9 to tox
* Update base gh action versions
* Add Django 3.2 to tests
* Remove redundant Django 1.11 references
* Update setup.py for new Django and Python versions
2021-03-24 09:32:37 +03:00
Jason Kraus
c049ab7470
WIP: Merge master into v3 ( #1086 )
...
* merge master into v3
* fix order_by snake casing by checking if value is None, switch executor to execution_context_class since schema.execute no longer supports executor
* fix linting by removing duplicate defintion and test of convert_form_field_to_string_list
2020-12-30 15:37:57 -08:00
Jonathan Kim
33c6a54414
Merge branch 'master' into v3
2020-08-12 07:06:35 +01:00
Nikolai Røed Kristiansen
67a0492c12
Add converter for django 3.1 JSONField ( #1017 )
2020-08-07 10:22:15 +01:00
Jonathan Kim
fb90cb78b3
Merge branch 'master' into v3
2020-05-22 11:17:36 +01:00
Jonathan Kim
ed4937f9df
Update bug_report.md
2020-05-09 13:32:20 +01:00
Jonathan Kim
b0901104d8
Update issue templates
2020-05-09 13:30:35 +01:00
Jonathan Kim
0c90006520
Update issue templates
2020-05-09 13:29:37 +01:00
Jonathan Kim
079da60c8f
Create config.yml
2020-05-09 13:28:56 +01:00
Jonathan Kim
72375b2d14
Update issue templates
2020-05-09 13:28:01 +01:00
Jonathan Kim
9b41472922
Merge branch 'master' into v3
2020-05-09 12:50:39 +01:00
Jonathan Kim
709611b577
Install wheel before creating distribution
2020-05-09 12:37:47 +01:00
Jean-Louis Fuchs
10d22de98e
graphql 3.0 and graphene 3.0 final rebase ( #951 )
2020-05-09 12:13:47 +01:00
Jonathan Kim
77b9832606
Add GitHub actions ( #947 )
2020-05-01 14:08:34 +01:00
Jonathan Kim
b8d8508d1f
Add GitHub actions ( #947 )
2020-05-01 14:04:36 +01:00
Jonathan Kim
0da06d4d54
Update stale.yml
2020-03-18 12:59:32 +00:00
Jason Kraus
1310509fa1
feature(stalebot): bug, documentation, help wanted, and enhancement added to exempt labels ( #869 )
2020-02-05 22:16:51 +00:00
Jonathan Kim
e17582e1a1
Update stale.yml
2019-10-18 10:12:03 +01:00
Mel van Londen
44e9b0d0c5
Add stale bot ( #661 )
2019-06-10 11:08:41 -07:00