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

Docs/contributing and issues #68

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4e5e9c0
chore(deps-dev): bump taskipy from 1.8.2 to 1.9.0
dependabot[bot] Sep 28, 2021
fbc8dff
chore(deps): bump ujson from 4.1.0 to 4.2.0
dependabot[bot] Sep 28, 2021
2be6520
Merge pull request #33 from Heptagram-Bot/feat/landing-page
Vyvy-vi Sep 30, 2021
db6925e
chore(release): v0.6.0
invalid-email-address Sep 30, 2021
dbcf688
chore: add standard lables import action
jaspermayone Sep 30, 2021
acd89d0
feat: docs for docsify
Vyvy-vi Oct 1, 2021
42eb078
chore: format project code
Vyvy-vi Oct 1, 2021
c1bb592
chore(cd): fix dockerfile
Vyvy-vi Oct 2, 2021
1f25d47
chore(cd): update dockerfile to run with HTTPS?
Vyvy-vi Oct 2, 2021
8754e03
chore: fix mixed content issue
Vyvy-vi Oct 2, 2021
8508e9c
docs: sub-divide docs pages
Vyvy-vi Oct 8, 2021
29941bf
fix(web): defered execution of js
Vyvy-vi Oct 8, 2021
f6cc183
docs: add CONTRIBUTING.md and Issue Templates
MidouWebDev Sep 28, 2021
99a3eb8
chore: add requested changes
MidouWebDev Sep 28, 2021
880d6c1
chore(deps-dev): bump taskipy from 1.8.2 to 1.9.0
dependabot[bot] Sep 28, 2021
c78b4a0
chore(deps): bump ujson from 4.1.0 to 4.2.0
dependabot[bot] Sep 28, 2021
21aa434
docs: set up documentation with docsify
Vyvy-vi Oct 1, 2021
2b9f998
chore: fix mixed content issue
Vyvy-vi Oct 2, 2021
5e5d528
docs: add Contributor Covenant Code of Conduct v2.1
Panquesito7 Oct 7, 2021
eaec403
chore(deps): bump fastapi from 0.68.1 to 0.68.2
dependabot[bot] Oct 6, 2021
a3de273
chore(deps): bump jinja2 from 3.0.1 to 3.0.2
dependabot[bot] Oct 8, 2021
05571e0
chore(deps): bump pytest-cov from 2.12.1 to 3.0.0
dependabot[bot] Oct 8, 2021
45cc55c
chore(deps): bump fastapi from 0.68.2 to 0.70.0
dependabot[bot] Oct 8, 2021
8bb890a
chore: update bug template and format files
Vyvy-vi Oct 8, 2021
b83bcd2
fix: remove unused css and templates
Vyvy-vi Oct 30, 2021
56a034f
feat: add redirect on '/legals'
Vyvy-vi Oct 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump pytest-cov from 2.12.1 to 3.0.0
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0.
- [Release notes](https://github.com/pytest-dev/pytest-cov/releases)
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v2.12.1...v3.0.0)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored and Vyvy-vi committed Oct 8, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 05571e06435e6ec0df4af10c759669a98614e987
109 changes: 46 additions & 63 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ itsdangerous = "^2.0.1"
python-dotenv = "^0.19.0"
requests = "^2.26.0"
toml = "^0.10.2"
pytest-cov = "^2.12.1"
pytest-cov = "^3.0.0"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"