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

Architecture change #204

Merged
merged 8 commits into from
Jul 5, 2021
Merged

Architecture change #204

merged 8 commits into from
Jul 5, 2021

Conversation

tyki6
Copy link
Owner

@tyki6 tyki6 commented Jul 5, 2021

Pull Request Template

Description

Architecture change in rawsec website

Fixes #203

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

pre-commit-ci bot and others added 8 commits July 5, 2021 11:55
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)
* 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>
@codecov
Copy link

codecov bot commented Jul 5, 2021

Codecov Report

Merging #204 (dbf99e9) into main (b6ce677) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
- Coverage   97.61%   97.59%   -0.02%     
==========================================
  Files          10       10              
  Lines         419      416       -3     
  Branches       82       81       -1     
==========================================
- Hits          409      406       -3     
  Misses          3        3              
  Partials        7        7              
Impacted Files Coverage Δ
rawsec_cli/cli/command/list_command.py 100.00% <100.00%> (ø)
rawsec_cli/search.py 100.00% <100.00%> (ø)

@tyki6 tyki6 merged commit 5dae184 into main Jul 5, 2021
@tyki6 tyki6 deleted the architecture_change branch July 5, 2021 10:03
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.

Architecture change
1 participant