summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Add a release step in Github ActionsPierre Sassoulas2021-06-171-0/+37
|
* Bump actions/cache from 2.1.5 to 2.1.6dependabot[bot]2021-05-311-13/+13
| | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
* Workflow improvements (#4506)Marc Mueller2021-05-251-1/+9
| | | | | * Add fetch-depth=0 * Remove unnecessary pre-commit requirements
* Add security.md for Tidelift coordinated disclosure plan (#4493)Pierre Sassoulas2021-05-231-0/+1
|
* Add python 3.10 dev in the CIPierre Sassoulas2021-05-111-4/+4
|
* Change rebase-strategy dependabot (#4462)Marc Mueller2021-05-101-0/+2
|
* Add pre-commit CI in continuous integration (#4423)masterPierre Sassoulas2021-04-301-1/+1
| | | * Add pre-commit CI in continuous integration
* Change dependabot update to weekly from dailyPierre Sassoulas2021-04-241-1/+1
|
* Bump actions/cache from v2.1.4 to v2.1.5 (#4375)dependabot[bot]2021-04-191-13/+13
| | | | | | | | | Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/setup-python from v2.2.1 to v2.2.2 (#4376)dependabot[bot]2021-04-191-11/+11
| | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.2.1 to v2.2.2. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.1...dc73133d4da04e56a135ae2246682783cc7c7cb6) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/download-artifact from v2.0.8 to v2.0.9 (#4343)dependabot[bot]2021-04-121-1/+1
| | | | | | | | | Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v2.0.8 to v2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.8...158ca71f7c614ae705e79f25522ef4658df18253) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump actions/upload-artifact from v2.2.2 to v2.2.3 (#4342)dependabot[bot]2021-04-121-2/+2
| | | | | | | | | Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2.2.2...ee69f02b3dfdecd58bb31b4d133da38ba6fe3700) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add prettier to the pre-commit configurationPierre Sassoulas2021-04-076-25/+36
| | | | Also apply prettier
* Add editable install in requirements_test_min.txtPierre Sassoulas2021-04-071-4/+0
| | | | Closes #4306
* Pin astroid precisely in test requirementsPierre Sassoulas2021-04-051-5/+7
| | | | See comments on review here: https://github.com/PyCQA/pylint/pull/4294\#discussion_r607054374
* Remove setup.py from the hashed filesPierre Sassoulas2021-04-051-4/+4
|
* Use setup.cfg for existing hard coded valuesPierre Sassoulas2021-04-051-4/+4
|
* Move informations that never change in the setup.pyPierre Sassoulas2021-04-051-4/+5
|
* Add continuous integration with read the doc instead of github actionsPierre Sassoulas2021-04-051-34/+1
| | | | Closes #3850
* Add dependabot configMarc Mueller2021-02-281-0/+17
|
* Update requirementsMarc Mueller2021-02-281-7/+7
| | | | | | | | | * Pin test and doc requirements to current versions * Rename requirements_test_pypy.txt to requirements_test_min.txt * Move some dependencies from min to test * Update coverage and sphinx versions * Update ci * Use pytest-cov
* Github actions - use specific version tagsMarc Mueller2021-02-281-37/+37
|
* CI - Add new windows jobsMarc Mueller2021-02-281-0/+78
|
* CI - Remove old windows jobMarc Mueller2021-02-281-39/+0
|
* CI improvements from pinning astroid versionMarc Mueller2021-02-281-39/+4
|
* Guide the user more in the bug reportPierre Sassoulas2021-02-232-6/+40
| | | | | | Would probably permit to have the version more often and to have something to do a functional test with more often too.
* Run ci checks on every release branchMarc Mueller2021-02-231-0/+1
|
* Fix benchmark test (#4138)Marc Mueller2021-02-231-0/+49
| | | | | * Don't check directories starting with '.' when using register_plugins * CI - Add benchmark job
* Remove unnecessary checksMarc Mueller2021-02-201-1/+1
|
* Fix 422 Client Error: Unprocessable Entity for urlPierre Sassoulas2021-02-201-1/+1
|
* Small update to python hash generationMarc Mueller2021-02-201-27/+21
|
* Small update to pre-commit hash generationMarc Mueller2021-02-201-4/+5
|
* Remove unnecessary workflow stepMarc Mueller2021-02-201-10/+1
|
* Add Github Action configMarc Mueller2021-02-201-0/+458
| | | | | * Add changlog entry * Includes review changes
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
|
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-033-4/+3
|
* Add FUNDING.yml for tideliftClaudiu Popa2019-07-191-0/+3
|
* Update PULL_REQUEST_TEMPLATE.mdClaudiu Popa2018-08-221-1/+1
| | | Add missing word
* Some grammar improvementsClaudiu Popa2018-08-221-6/+6
|
* Update the PR template to be more user friendlyClaudiu Popa2018-08-211-2/+37
|
* Remove CODEOWNERS: good idea, but cannot realistically review every PRClaudiu Popa2018-07-111-2/+0
|
* Add note about prerelease in readme and github template (#2248)Bryce Guinta2018-07-041-0/+3
| | | | | | * Add note about preview release in github template * Add note about preview release supporting 3.7 in readme
* Customize the issue template. Close #2230Claudiu Popa2018-06-294-13/+55
|
* Add CODEOWNERS file for pull requestsClaudiu Popa2018-06-041-0/+2
|
* Fix link to contributing docsŁukasz Rogalski2016-12-101-1/+1
|
* Add standard folder .github to add github templates (#902)Moises Lopez - https://www.vauxoo.com/2016-05-153-0/+16