Skip to content

List option#200

Merged
tyki6 merged 9 commits intomainfrom
list_option
Jun 17, 2021
Merged

List option#200
tyki6 merged 9 commits intomainfrom
list_option

Conversation

@tyki6
Copy link
Copy Markdown
Owner

@tyki6 tyki6 commented Jun 17, 2021

Pull Request Template

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • I run make test
  • I run make tox
  • I run make lint
  • I run make docstr
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked my code and corrected any misspellings

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 17, 2021

Codecov Report

Merging #200 (c52e38e) into main (bdf6e48) will decrease coverage by 2.11%.
The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #200      +/-   ##
==========================================
- Coverage   99.74%   97.63%   -2.12%     
==========================================
  Files          10       10              
  Lines         391      422      +31     
  Branches       71       82      +11     
==========================================
+ Hits          390      412      +22     
- Misses          0        4       +4     
- Partials        1        6       +5     
Impacted Files Coverage Δ
rawsec_cli/cli/command/list_command.py 100.00% <ø> (ø)
rawsec_cli/cli/command/search_command.py 100.00% <ø> (ø)
rawsec_cli/output.py 88.88% <96.87%> (-9.42%) ⬇️

@tyki6 tyki6 merged commit 9d3d47f into main Jun 17, 2021
@tyki6 tyki6 deleted the list_option branch June 17, 2021 16:56
tyki6 added a commit that referenced this pull request Jun 17, 2021
* test new output

* fix(output)

* delete useless package

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change lint stage

* adding color output

* add list option

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tyki6 added a commit that referenced this pull request Jun 17, 2021
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2)
- [github.com/psf/black: 20.8b1 → 21.6b0](psf/black@20.8b1...21.6b0)
- [github.com/pre-commit/mirrors-autopep8: v1.5.4 → v1.5.7](pre-commit/mirrors-autopep8@v1.5.4...v1.5.7)
- [github.com/asottile/pyupgrade: v2.7.4 → v2.19.4](asottile/pyupgrade@v2.7.4...v2.19.4)
- [github.com/asottile/reorder_python_imports: v2.3.6 → v2.5.0](asottile/reorder-python-imports@v2.3.6...v2.5.0)
- [github.com/asottile/add-trailing-comma: v2.0.2 → v2.1.0](asottile/add-trailing-comma@v2.0.2...v2.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.902](pre-commit/mirrors-mypy@v0.790...v0.902)

* Better output (#199)

* List option (#200)

* test new output

* fix(output)

* delete useless package

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change lint stage

* adding color output

* add list option

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* fix(ci)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* fix(unit test)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: matthieu Bouamama <57527739+mBouamama@users.noreply.github.com>
Co-authored-by: mBouamama <matthieu.bouamama@leroymerlin.fr>
tyki6 added a commit that referenced this pull request Jul 5, 2021
* test new output

* fix(output)

* delete useless package

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change lint stage

* adding color output

* add list option

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
tyki6 added a commit that referenced this pull request Jul 5, 2021
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1)
- https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8
- [github.com/PyCQA/flake8: 3.8.4 → 3.9.2](PyCQA/flake8@3.8.4...3.9.2)
- [github.com/psf/black: 20.8b1 → 21.6b0](psf/black@20.8b1...21.6b0)
- [github.com/pre-commit/mirrors-autopep8: v1.5.4 → v1.5.7](pre-commit/mirrors-autopep8@v1.5.4...v1.5.7)
- [github.com/asottile/pyupgrade: v2.7.4 → v2.19.4](asottile/pyupgrade@v2.7.4...v2.19.4)
- [github.com/asottile/reorder_python_imports: v2.3.6 → v2.5.0](asottile/reorder-python-imports@v2.3.6...v2.5.0)
- [github.com/asottile/add-trailing-comma: v2.0.2 → v2.1.0](asottile/add-trailing-comma@v2.0.2...v2.1.0)
- [github.com/pre-commit/mirrors-mypy: v0.790 → v0.902](pre-commit/mirrors-mypy@v0.790...v0.902)

* Better output (#199)

* List option (#200)

* test new output

* fix(output)

* delete useless package

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* change lint stage

* adding color output

* add list option

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>

* fix(ci)

* fix(unit test)

* architecture change

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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.

1 participant