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

Release 0.3.0 #62

Closed
dgroup opened this issue Jan 15, 2022 · 6 comments
Closed

Release 0.3.0 #62

dgroup opened this issue Jan 15, 2022 · 6 comments
Assignees
Milestone

Comments

@dgroup
Copy link
Owner

dgroup commented Jan 15, 2022

No description provided.

dgroup added a commit that referenced this issue Jan 15, 2022
@dgroup dgroup added this to the 0.2.1 milestone Jan 15, 2022
dgroup added a commit that referenced this issue Jan 15, 2022
@dgroup dgroup changed the title Release 0.2.1 Release 0.3.0 Jan 30, 2022
dgroup added a commit that referenced this issue Jan 30, 2022
dgroup added a commit that referenced this issue Feb 3, 2022
dgroup added a commit that referenced this issue Feb 12, 2022
@dgroup dgroup self-assigned this Feb 20, 2022
@dgroup
Copy link
Owner Author

dgroup commented Feb 20, 2022

@rultor release tag=0.3.0

@rultor
Copy link
Collaborator

rultor commented Feb 20, 2022

@rultor release tag=0.3.0

@dgroup OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Feb 20, 2022

@rultor release tag=0.3.0

@dgroup Oops, I failed. You can see the full log here (spent 3min)

  Running setup.py develop for g2w
Successfully installed g2w-0.3.0
# E203 is not PEP8 compliant https://github.com/psf/black/issues/315#issuecomment-395457972
.venv/bin/flake8 --ignore=E203 g2w/
.venv/bin/black -l 79 g2w/
.venv/bin/black -l 200 tests/
.venv/bin/black -l 79 --check g2w/
.venv/bin/black -l 200 --check tests/
.venv/bin/mypy --ignore-missing-imports g2w/
\u001b[1mAll done! ✨ 🍰 ✨\u001b[0m
\u001b[34m8 files \u001b[0mleft unchanged.
\u001b[1mAll done! ✨ 🍰 ✨\u001b[0m
\u001b[34m6 files \u001b[0mleft unchanged.
\u001b[1mAll done! ✨ 🍰 ✨\u001b[0m
\u001b[34m8 files \u001b[0mwould be left unchanged.
\u001b[1mAll done! ✨ 🍰 ✨\u001b[0m
\u001b[34m6 files \u001b[0mwould be left unchanged.
\u001b[1m\u001b[32mSuccess: no issues found in 8 source files\u001b(B\u001b[m
.venv/bin/pytest -v --cov-config .coveragerc --cov=g2w -l --tb=short --maxfail=1 tests/
.venv/bin/coverage xml
.venv/bin/coverage html
\u001b[1m============================= test session starts ==============================\u001b[0m
platform linux -- Python 3.8.5, pytest-7.0.1, pluggy-1.0.0 -- /home/r/repo/.venv/bin/python3
cachedir: .pytest_cache
rootdir: /home/r/repo
plugins: anyio-3.5.0, requests-mock-1.9.3, cov-3.0.0
\u001b[1mcollecting ... \u001b[0m\u001b[1m
collected 9 items                                                              \u001b[0m

tests/test_alert.py::AlertTest::test_comment \u001b[32mPASSED\u001b[0m\u001b[32m                      [ 11%]\u001b[0m
tests/test_app.py::ClientTest::test_e2e_alert \u001b[33mSKIPPED\u001b[0m (Integration t...)\u001b[32m [ 22%]\u001b[0m
tests/test_app.py::ClientTest::test_e2e_push \u001b[33mSKIPPED\u001b[0m (Integration te...)\u001b[32m [ 33%]\u001b[0m
tests/test_gitlab.py::PushTest::test_branch_url \u001b[32mPASSED\u001b[0m\u001b[32m                   [ 44%]\u001b[0m
tests/test_gitlab.py::PushTest::test_ctor \u001b[32mPASSED\u001b[0m\u001b[32m                         [ 55%]\u001b[0m
tests/test_gitlab.py::PushTest::test_multiple_commits_message \u001b[32mPASSED\u001b[0m\u001b[32m     [ 66%]\u001b[0m
tests/test_gitlab.py::PushTest::test_task_id_is_present_as_plain_id \u001b[32mPASSED\u001b[0m\u001b[32m [ 77%]\u001b[0m
tests/test_ws.py::UsersAndCommentTest::test_add_comment \u001b[33mSKIPPED\u001b[0m (Env...)\u001b[32m [ 88%]\u001b[0m
tests/test_ws.py::UsersAndCommentTest::test_users \u001b[33mSKIPPED\u001b[0m (Environme...)\u001b[32m [100%]\u001b[0m

----------- coverage: platform linux, python 3.8.5-final-0 -----------
Name              Stmts   Miss  Cover
-------------------------------------
g2w/__init__.py       8      0   100%
g2w/__main__.py      29     14    52%
g2w/api.py           17      6    65%
g2w/gitlab.py        46      1    98%
g2w/grafana.py       16      1    94%
g2w/log.py           15     10    33%
g2w/version.py        1      0   100%
g2w/ws.py            48     34    29%
-------------------------------------
TOTAL               180     66    63%


\u001b[32m========================= \u001b[32m\u001b[1m5 passed\u001b[0m, \u001b[33m4 skipped\u001b[0m\u001b[32m in 0.50s\u001b[0m\u001b[32m =========================\u001b[0m
Wrote XML report to coverage.xml
Wrote HTML report to htmlcov/index.html
+ git add g2w/VERSION setup.py .github/workflows/master.yml
fatal: pathspec 'g2w/VERSION' did not match any files
container 119fcc479b844c1be4afbcb5df5172ab92e206429f10a93877d720838826fb1a is dead
Sun Feb 20 09:40:25 CET 2022

dgroup added a commit that referenced this issue Feb 20, 2022
@dgroup
Copy link
Owner Author

dgroup commented Feb 20, 2022

@rultor release it again, tag=0.3.0

@rultor
Copy link
Collaborator

rultor commented Feb 20, 2022

@rultor release it again, tag=0.3.0

@dgroup OK, I will release it now. Please check the progress here

@rultor
Copy link
Collaborator

rultor commented Feb 20, 2022

@rultor release it again, tag=0.3.0

@dgroup Done! FYI, the full log is here (took me 3min)

@dgroup dgroup closed this as completed Feb 20, 2022
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

No branches or pull requests

2 participants