summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Update bug-report.ymlDenise Yu2021-02-191-4/+7
| | | Fix bug report template to work with new YAML config rules
* Update bug-report.ymlPradyun Gedam2021-02-031-1/+1
|
* Update bug-report.ymlPradyun Gedam2021-02-031-10/+7
| | | Tweak presentation of description and warnings.
* Update bug-report.ymlPradyun Gedam2021-02-031-5/+1
| | | Fixes the malformed labels syntax
* Use new issue forms for bug reportsSviatoslav Sydorenko2021-02-032-36/+85
|
* Allow testing of feature branchesHugo van Kemenade2020-12-281-2/+0
|
* Drop Python 2.7 and 3.5 from CIPradyun Gedam2020-12-191-1/+1
|
* Use the new environment filesPradyun Gedam2020-11-192-2/+2
| | | | Signed-off-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
* Simplify YAML + better namesPradyun Gedam2020-10-271-19/+10
|
* Fix typoPradyun Gedam2020-10-271-1/+1
|
* Add GitHub Action based testing for MacOSPradyun Gedam2020-10-272-1/+138
|
* Document and start testing Python 3.9 supportNguyễn Gia Phong2020-10-121-3/+3
| | | | At first use it for GitHub Action for linting.
* Merge pull request #8651 from pradyunsg/update-coc-referencePradyun Gedam2020-08-071-4/+1
|\
| * Drop CoC reference from new issue templatesPradyun Gedam2020-07-291-4/+1
| |
* | Update documentation to reflect updated resolver feature flagSumana Harihareswara2020-07-301-1/+1
|/ | | | Followup to #8371, #8530, #8513.
* Use GitHub snapshot to avoid Git dependencyTzu-ping Chung2020-06-101-1/+1
| | | | Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com>
* Update issue template to nudge usersTzu-ping Chung2020-06-102-9/+26
|
* replace links to pypa-dev mailing listRuairidh MacLeod2020-05-301-1/+1
|
* Fix linting?Nicole Harris2020-05-111-6/+5
|
* Update resolver failure issue templateNicole Harris2020-05-101-3/+4
| | | Update "about" to be more consistent with other templates. Add link to pipdevtree.
* Update .github/ISSUE_TEMPLATE/resolver-failure.mdNicole Harris2020-05-101-1/+1
| | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Update .github/ISSUE_TEMPLATE/resolver-failure.mdNicole Harris2020-05-101-1/+1
| | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Template for users to report resolver failuresNicole Harris2020-05-081-0/+20
|
* Avoid a redirectadd-sponsor-buttonPradyun Gedam2020-04-111-1/+1
| | | Co-Authored-By: Xavier Fernandez <xav.fernandez@gmail.com>
* Create FUNDING.ymlPradyun Gedam2020-04-101-0/+10
|
* Simplify our Linting GitHub ActionPradyun Gedam2020-04-022-97/+54
|
* GitHub Actions: update cache key to include interpreter path (#7835)Xavier Fernandez2020-03-091-1/+1
| | | And make it more portable by using python
* Merge pull request #7611 from webknjaz/testing/gh-actions-ci-cd-lintersPradyun Gedam2020-02-191-9/+53
|\ | | | | Adjust GitHub Actions CI/CD linters
| * Collapse job nameSviatoslav Sydorenko2020-02-031-5/+1
| |
| * Adjust GitHub Actions CI/CD lintersSviatoslav Sydorenko2020-02-031-9/+57
| | | | | | | | | | | | | | | | * workflow vs job name * TOX_PARALLEL_NO_SPINNER * vendoring * env state logging * Pip cache
* | pip is spelt all-lowercasePradyun Gedam2020-02-181-1/+1
| |
* | Bump cache key after it was poisoned by virtualenv 20.xAnthony Sottile2020-02-141-1/+1
|/ | | | | The symlinks issue has been fixed as of virtualenv 20.0.2, however caches built by virtualenv 20.0.0 and 20.0.1 will continue showing this error Resolves #7749
* Stop suggesting use of the /request-review botno-more-botPradyun Gedam2020-01-311-13/+0
|
* Reorder IRC and discourse linksSviatoslav Sydorenko2020-01-261-3/+3
|
* Extend the description of the discourse refSviatoslav Sydorenko2020-01-261-1/+3
|
* Drop trailing dots for consistencySviatoslav Sydorenko2020-01-261-2/+2
|
* Take out security policy from the issue chooserSviatoslav Sydorenko2020-01-261-3/+0
|
* Add a config for the issue template chooserSviatoslav Sydorenko2020-01-261-0/+15
|
* Run linters/docs on Windows and macOSChris Hunt2019-12-281-4/+9
| | | | | This ensures that contributors on any of the major platforms can run our linting and doc building checks without any changes.
* Merge branch 'master' into add-3.8-travis-ciHugo van Kemenade2019-11-262-1/+7
|\
| * Cache pre-commit in GitHib Actions (#7400)Albert Tugushev2019-11-251-0/+6
| | | | | | | | See https://pre-commit.com/#github-actions-example
| * Make no-response bot, wait for less timeshorter-no-response-windowPradyun Gedam2019-11-091-1/+1
| |
* | Test Python 3.8 on GHAHugo2019-11-041-2/+2
|/
* Use python-version instead of deprecated versionAlbert Tugushev2019-10-121-1/+1
| | | | It's deprecated since https://github.com/actions/setup-python/commit/6f6fcee.
* Merge pull request #7134 from pypa/good-first-issue-templatePradyun Gedam2019-10-061-0/+15
|\ | | | | Add a good-first-issue template
| * Add requested labels keygood-first-issue-templatePradyun Gedam2019-10-061-0/+1
| |
| * Add a good-first-issue templatePradyun Gedam2019-10-041-0/+14
| | | | | | | | | | This is based on Warehouse's template, adapted to use language we already use in our existing good-first-issues and with clearer instructions for what's needed in these kinds of issues.
* | Revert "Remove GitHub Actions CI"Pradyun Gedam2019-10-051-0/+42
|/
* Remove GitHub Actions CIPradyun Gedam2019-10-041-42/+0
| | | | | | Why: This seems to be causing 500 errors for @pradyunsg on PRs. https://twitter.com/AndersKaseorg/status/1179851971433385984
* Drop tox -e packaging from CIsPradyun Gedam2019-09-241-1/+0
|