Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/integrate GitHub actions ci cd linters #16

Open
wants to merge 81 commits into
base: master
Choose a base branch
from

Conversation

webknjaz
Copy link
Owner

@webknjaz webknjaz commented Sep 1, 2019

Thanks for contributing a pull request!

If you are contributing for the first time or provide a trivial fix don't worry too
much about the checklist - we will help you get started.

Contribution checklist:

(also see CONTRIBUTING.rst for details)

  • wrote descriptive pull request text
  • added/updated test(s)
  • updated/extended the documentation
  • added relevant issue keyword
    in message body
  • added news fragment in changelog folder
    • fragment name: <issue number>.<type>.rst for example (588.bugfix.rst)
    • <type> is must be one of bugfix, feature, deprecation,breaking, doc, misc
    • if pr has no issue: consider creating one first or change it to the pr number after creating the pr
    • "sign" fragment with "by @"
    • please use full sentences with correct case and punctuation, for example: "Fix issue with non-ascii contents in doctest text files - by :user:superuser."
    • also see examples
  • added yourself to CONTRIBUTORS (preserving alphabetical order)

asottile and others added 30 commits April 16, 2019 15:34
This enables users to have inline comments in deps lines in `tox.ini`. In particular, this allows having pyup bot integration.

Ref: pyupio/dparse#34
Ref: ansible/molecule#1973

Fixes tox-dev#1260
tox ignores unknown CLI arguments when provisioning is on and outside
of the provisioned environment (allowing provisioning arguments to be
forwarded freely)
… listed default environment variables, these show up under extra (tox-dev#1284)
> Black, your uncompromising #Python code formatter, was a project
> created with the community in mind from Day 1. Today we moved it under
> the PSF umbrella. It's now available on GitHub under
> https://github.com/python/black/ . You install and use it just like
> before.

https://twitter.com/llanga/status/1123980466292445190
* move to improved Azure template

* add architecture support, log discovery

* fix

* fix

* fix

* debug
…ualenvs (tox-dev#1301)

* Fixed result of tox_get_python_executable not being used to make virtualenvs

* fix formatting and add changelog
…x-dev#1311)

* Adding TOX_PARALLEL_NO_SPINNER to disable spinner for CI tools.

* Adding unit tests for TOX_PARALLEL_NO_SPINNER env var.

* Updating CONTRIBUTORS and changelog for TOX_PARALLEL_NO_SPINNER env var.
* pep-514 implementation

* reorganize interpreter

* report failures

* report failures
* Correct ``--result-json`` output with ``--parallel``. (tox-dev#1295)

When using ``--parallel`` with ``--result-json`` the test results are now included the same way as with serial runs.
This is accomplished by generating json result output for each individual run and at the end copy the data into the main json result output.

* avoid duplication in code, improve coverage
gaborbernat and others added 28 commits June 25, 2019 23:00
* Add explicit check for pypy venv

* Add changelog entry

* Add regression test for --recreate
* Fix repo file links in the PR template

* Add a misc changelog fragment
…#1366)

`depends` and `parallel_show_output` are not global settings, they're per-environment settings.  I think they got listed in the global settings section by accident.
…dev#1368)

* Use importlib.metadata from the standard library on Python 3.8+
Fixes tox-dev#1367
* Azure Pipelines: Add Python 3.8
* Make changelog instructions visible @ folder view

* Add a change fragment
…#1399)

* clarify behaviour if recreate is set to false in config.rst (tox-dev#1372)

* added file to changelog (tox-dev#1372)

* add new line at the end of changelog entry (tox-dev#1372)
As identified by Debian's lintian:
 - comand -> command
 - suceeds -> succeeds
 - intepreter -> interpreter
 - allow(s) to -> allow(s) you/one to
@webknjaz webknjaz force-pushed the features/integrate-github-actions-ci-cd--linters branch from 18b453c to 7faa411 Compare September 1, 2019 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.