141 Commits

Author SHA1 Message Date
David Lord
e37e87140e Merge branch '2.0.x' 2022-02-09 07:37:43 -08:00
David Lord
1fd8654719 stop using dependabot for python, too noisy 2022-02-08 12:26:25 -08:00
David Lord
925674761e cache pip with setup-python action 2022-02-08 12:26:25 -08:00
David Lord
66f2ac6696 update tool config 2022-01-13 14:42:36 -08:00
David Lord
9e00becf3a update option names for v3 2021-12-22 15:53:23 -08:00
dependabot[bot]
a65683a65c Bump dessant/lock-threads from 2 to 3
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](https://github.com/dessant/lock-threads/compare/v2...v3)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-22 23:43:55 +00:00
David Lord
2952e6a323 update github actions 2021-12-22 15:43:28 -08:00
David Lord
c627b5e773 updates go to maintenance branch 2021-12-22 15:43:13 -08:00
David Lord
ea66c68553 Merge branch '2.0.x' 2021-11-15 13:26:06 -08:00
David Lord
4e8787b915 test min/dev versions of pallets deps 2021-11-15 13:08:34 -08:00
David Lord
e609dddd60 drop Python 3.6 2021-11-11 16:11:43 -08:00
David Lord
1f40c77f1d test Python 3.10 and 3.11 2021-11-05 09:13:55 -07:00
David Lord
52adf2ec21 rename default branch in files 2021-05-11 15:18:41 -07:00
dependabot-preview[bot]
d124214129 Upgrade to GitHub-native Dependabot 2021-04-28 16:46:45 +00:00
pgjones
f405c6f19e Initial typing support
This enables type checking in CI and marks the project as typed.
2021-04-26 17:20:24 +01:00
Grey Li
c791f6312b Fix typo in issue template 2021-04-22 20:34:55 +08:00
David Lord
8d9501598f use rtd to build docs for prs
skip code tests when only docs change
2021-02-16 08:36:14 -08:00
David Lord
dbe76bb75d add security policy
copy from pallets/.github repo
github was using docs/security.rst by mistake
2021-02-08 18:20:48 -08:00
David Lord
571e638e2a update issue templates 2021-02-08 18:17:45 -08:00
David Lord
bfd4dc6d30 update test config 2021-02-08 18:17:45 -08:00
Pedro Lourenço
0855252f8c Fix ci environment command syntax (#3836) 2020-11-17 09:58:43 -08:00
Pedro Lourenço
d6b974f821 update deprecated set-env ci command (#3835) 2020-11-17 09:38:38 -08:00
David Lord
b2464883ce reduce lock schedule to daily 2020-11-14 05:38:05 -08:00
David Lord
f325b8b5be add lock threads workflow 2020-11-13 16:28:13 -08:00
David Lord
7a444c5dab update tests for new werkzeug client (#3827)
Flask's client.open mirrors Werkzeug's for processing an existing
environ.

Always test with latest code for other Pallets projects. This will
be changed back once the new versions are released.
2020-11-04 18:00:21 -08:00
David Lord
2676973cd7 remove pre-commit job, using pre-commit.ci now 2020-10-31 20:03:27 -07:00
Karthikeyan Singaravelan
76467527d6 test Python 3.9 2020-10-31 19:14:02 -07:00
Ryuichi Watanabe
a1fb8f143f update cache action to v2 (#3749) 2020-08-30 18:53:09 -07:00
Joshua Bronson
fe55f92cdc Fix pre-commit cache key in GitHub Actions. (#3740)
Fix pre-commit cache key to include full Python version as per
https://github.com/pre-commit/pre-commit/issues/1575#issuecomment-678792700
and https://pre-commit.com/#github-actions-example
2020-08-23 21:52:28 -04:00
David Lord
19a0db6d14 remove lowest version test until next release
The next major release will depend on the next major releases of all
the other libraries, which is equivalent to devel right now.
2020-07-23 16:50:00 -07:00
David Lord
2344cd6ebf use GitHub Actions for CI 2020-05-23 14:06:54 -07:00
Reece Dunham
e6ac789554 mention discord in issue template 2020-02-10 16:53:51 -08:00
Aadi Bajpai
e4c7033a34 Comment out helpful tips in issue_template.md 2019-07-08 01:07:45 +05:30
Aadi Bajpai
73d997f0fc Update ISSUE_TEMPLATE.md 2019-07-07 20:55:52 +05:30
Aditya
f05625eb82 Use https for external links wherever possible 2018-10-27 17:58:45 +05:30
Grey Li
d7eea1b49a Fix typo in issue template 2018-09-30 08:21:17 +08:00
Hsiaoming Yang
9520fbdcb2 Rename GitHub templates to md. They are Markdown. 2017-12-02 09:17:18 +01:00
Jaap Broekhuizen
62a6aabc8d Mention Flask instead of Jinja in the issue template
For people not really comfortable with the flask ecosystem this can be really confusing.
2017-09-06 13:31:57 +02:00
David Lord
3c7625e8c0 update development resources
fix tox to test examples again
add detox tox env for faster testing
clean up makefile, add tox target
add extra group for installing dev requirements
clean up contributing doc, build with docs
expand issue template
add pull request template
2017-05-28 10:26:07 -07:00
Adrian
db299c02a1 Improve GitHub issue template 2016-06-02 23:27:41 +02:00
Hyunchel Kim
14e4207397 Add issue template, resolves #1773
On issue #1773, we wanted use issue templates to accomplish two things:
1. guide questions into StackOverflow and IRC channel
2. not duplicate CONTRIBUTING content
To resolve these, ISSUE_TEMPLATE is added to remind users not
to ask questions.
2016-06-02 12:19:29 -07:00