Skip to content
This repository was archived by the owner on Oct 7, 2022. It is now read-only.

Release V2 #23

Open
wants to merge 54 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
58302ca
chore: move app-related files and source code to "app" dir
upsetbit Apr 22, 2022
89b1390
build(app): remove documentation-related packages (sphinx etc), add p…
upsetbit Apr 22, 2022
7cd033d
chore: remove sphinx-related files
upsetbit Apr 22, 2022
27a9f67
docs: re-write README in markdown
upsetbit Apr 22, 2022
36de83c
build(docs): init poetry project for documentation
upsetbit Apr 22, 2022
dac0596
build(docs): add mkdocs config file
upsetbit Apr 22, 2022
3aee66d
build(docs): add Dockerfile to build and serve the documentation
upsetbit Apr 22, 2022
60600f3
build(app): add targets to init the project, clean files, build the d…
upsetbit Apr 22, 2022
d7bc57e
chore: add pre-commit config
upsetbit Apr 22, 2022
fb1a18b
chore: simplify dockerignore
upsetbit Apr 22, 2022
f153761
chore: update gitignore
upsetbit Apr 22, 2022
5653939
chore: add script to run all tests and the docker entrypoint
upsetbit Apr 22, 2022
bf82f21
fix: move main logic to main function to fix pylint error
upsetbit Apr 22, 2022
6d81f7f
build(app): improvements & fixes
upsetbit Apr 22, 2022
b8fb083
chore: improve pylint config
upsetbit Apr 22, 2022
3dd8abc
build(app): greatly improve the docker build process
upsetbit Apr 22, 2022
ef220ff
build(app): add docker-compose and env file
upsetbit Apr 22, 2022
5ef5638
build(app): makefile additions
upsetbit Apr 22, 2022
ce911d3
ci: add dependabot alerts on the app and the docs
upsetbit Apr 22, 2022
deba3b0
ci: (WIP) fix pipelines to use the new project structure
upsetbit Apr 22, 2022
711020a
ci: run against python 3.9 and 3.10
upsetbit Apr 22, 2022
3bb99f0
build(app): bump pylint
upsetbit Apr 22, 2022
abed9fc
build(app): can we make it work on 3.7 -> 3.10? LETS FIND OUT
upsetbit Apr 22, 2022
41df424
ci: run matrix from 3.7 to 3.10, fix caching path
upsetbit Apr 22, 2022
a78726d
ci: run code checkings from inside the docker container
upsetbit Apr 22, 2022
8c9445d
build(app): add missing dependency
upsetbit Apr 22, 2022
08cf7b0
build(docs): require python 3.7 at minimum, fix project name and version
upsetbit Apr 22, 2022
0daad82
docs: (WIP) initial structure
upsetbit Apr 22, 2022
6860149
ci: minor naming changes here and there
upsetbit Apr 22, 2022
417d15f
ci: run tests from within the container, get coverage file and upload…
upsetbit Apr 22, 2022
155326a
ci: only run on PRs
upsetbit Apr 22, 2022
9d3d5a0
ci: fix path of coverage file (again)
upsetbit Apr 22, 2022
f2b9279
docs: improve the README page
upsetbit Apr 22, 2022
0bdf5a7
build: add target to get runned on cloudflare pages (to generate the …
upsetbit Apr 22, 2022
2213c42
build(docs): add python handler for mkdocstrings
upsetbit Apr 22, 2022
c1eb847
docs: move README page file to root dir (remove symbolic link)
upsetbit Apr 22, 2022
6610953
build(docs): include plugins
upsetbit Apr 23, 2022
f7e8cb7
build(docs): indent jinja2 template
upsetbit Apr 23, 2022
7f48f6b
docs: add site logo/favicon
upsetbit Apr 23, 2022
79fb336
build(docs): add partials to display the creation/revision/author of …
upsetbit Apr 23, 2022
342b7bc
build(docs): last included stuff (plugins, favicon etc)
upsetbit Apr 23, 2022
525b7dc
docs: organize a lil bit
upsetbit Apr 23, 2022
37d463f
build(docs): change site name and the repo icon
upsetbit Apr 23, 2022
c973625
docs: write home page "entry text" and do some aesthetic improvements
upsetbit Apr 23, 2022
cf02df9
build(docs): add the example app to the docs image (so API refs can b…
upsetbit Apr 23, 2022
f052538
docs: initial mkdocstrings setup
upsetbit Apr 23, 2022
8433a90
build: bind yapt example app dir on serve and set the PYTHONPATH
upsetbit Apr 23, 2022
8728c36
docs: improve Calculator class usage example
upsetbit Apr 23, 2022
32bb7f2
chore: only run the hooks when something changes inside app/yapt
upsetbit Apr 23, 2022
054d0f5
build: fix docs build for cloudflare pages
upsetbit Apr 23, 2022
1fe8c79
build(docs): ensures that the page metadata section will always rende…
upsetbit Apr 24, 2022
46c5db4
chore: add some explanation about what the use of each target/script
upsetbit Apr 24, 2022
ea2a8e6
docs: better organize the API reference, enable mermaid diagrams
upsetbit Apr 24, 2022
bf3acd2
docs(app): more improvements, add examples of what is possible using …
upsetbit Apr 24, 2022
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
build(app): remove documentation-related packages (sphinx etc), add p…
…re-commit
upsetbit committed Apr 22, 2022
commit 89b1390182f96719b6da81d7f333448883515bf1
Loading