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

test v1.3.0a2 #44

Merged
merged 58 commits into from
Sep 19, 2023
Merged
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
301772e
1) dev dependencies added to pyproject.toml
pedropaulofb Sep 15, 2023
9072e54
global METADATA dictionary partially re-created
pedropaulofb Sep 15, 2023
dd024dc
globals.py substituted by metadata.py
pedropaulofb Sep 15, 2023
f6bbf09
all metadata treated
pedropaulofb Sep 15, 2023
7c7d4e7
ELEMENT_VIEW_TYPES treated
pedropaulofb Sep 15, 2023
b5225bd
performance issue solved (using local resource instead of remote)
pedropaulofb Sep 15, 2023
1b64ef4
fix execution (loadgraph)
pedropaulofb Sep 15, 2023
12065b2
1st improvement pre-commit config file
pedropaulofb Sep 18, 2023
19aaf92
1) pydocstyle fixes. all docstrings are now normalized
pedropaulofb Sep 18, 2023
236179f
new pre-commit hooks added
pedropaulofb Sep 18, 2023
0cfc469
update codeql action
pedropaulofb Sep 18, 2023
cd6eaac
list of pre-commit hooks upgraded
pedropaulofb Sep 18, 2023
4e22304
pre-commit as default for future clonings
pedropaulofb Sep 18, 2023
e0ae9f0
added pre-commit badge
pedropaulofb Sep 18, 2023
496afaf
removed pre-commit template
pedropaulofb Sep 18, 2023
b67853a
added pre-commit.ci
pedropaulofb Sep 18, 2023
f1ceb4a
WIP build_package.py
pedropaulofb Sep 18, 2023
4f5e383
build_package.py almost concluded
pedropaulofb Sep 18, 2023
d6b685e
build_package.py almost concluded
pedropaulofb Sep 18, 2023
6a1b156
build_package.py concluded
pedropaulofb Sep 18, 2023
0073799
testing workflow modifications
pedropaulofb Sep 19, 2023
982b931
testing pre-commit on workflow
pedropaulofb Sep 19, 2023
f7c408e
testing pre-commit on workflow v2
pedropaulofb Sep 19, 2023
459f703
removed poetry check from pre-commit (kept only for pre-PR)
pedropaulofb Sep 19, 2023
b31342d
test commented out from build script
pedropaulofb Sep 19, 2023
02e6357
black hook modified and security check disabled for pre-commit
pedropaulofb Sep 19, 2023
78e73ce
security check hook removed from pre-commit
pedropaulofb Sep 19, 2023
8460f92
testing workflow
pedropaulofb Sep 19, 2023
304cfce
testing workflow with pre-commit
pedropaulofb Sep 19, 2023
967714b
pre-commit removed from workflow
pedropaulofb Sep 19, 2023
2d3a254
workflow test for build package
pedropaulofb Sep 19, 2023
6c236aa
workflow test for build package
pedropaulofb Sep 19, 2023
0fd9f21
workflow test for build package v2
pedropaulofb Sep 19, 2023
f5d9a6e
workflow test for build package v3
pedropaulofb Sep 19, 2023
56af4fb
workflow test for build package v4
pedropaulofb Sep 19, 2023
e5da30b
workflow test for build package v5
pedropaulofb Sep 19, 2023
77700cf
workflow test for build package v6
pedropaulofb Sep 19, 2023
c5c6489
workflow test for build package v7
pedropaulofb Sep 19, 2023
3fa5803
workflow test for build package v8
pedropaulofb Sep 19, 2023
3557bd5
Update documentation
pedropaulofb Sep 19, 2023
b9272d5
workflow test for build package v9
pedropaulofb Sep 19, 2023
ea3452c
Merge remote-tracking branch 'origin/v1.3.0' into v1.3.0
pedropaulofb Sep 19, 2023
d560ae3
workflow test for build package v10
pedropaulofb Sep 19, 2023
127d117
workflow test for build package v11
pedropaulofb Sep 19, 2023
0b48ac8
workflow test for build package v12
pedropaulofb Sep 19, 2023
639ba6b
workflow test for build package v13
pedropaulofb Sep 19, 2023
aa14f67
workflow test for build package v14
pedropaulofb Sep 19, 2023
1f9deae
version 1.3.0a submitted
pedropaulofb Sep 19, 2023
33325ab
version 1.3.0a corrections
pedropaulofb Sep 19, 2023
8fa1159
version 1.3.0a corrections 2
pedropaulofb Sep 19, 2023
ec4510d
Merge branch 'main' into v1.3.0
pedropaulofb Sep 19, 2023
d17d65c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2023
fd91f35
workflow code_testing.yml updated
pedropaulofb Sep 19, 2023
d53427f
Merge remote-tracking branch 'origin/v1.3.0' into v1.3.0
pedropaulofb Sep 19, 2023
7c99ebd
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2023
8ed5922
workflow code_docs.yml updated
pedropaulofb Sep 19, 2023
47af800
Merge remote-tracking branch 'origin/v1.3.0' into v1.3.0
pedropaulofb Sep 19, 2023
3040c66
Merge branch 'main' into v1.3.0
pedropaulofb Sep 19, 2023
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
5 changes: 3 additions & 2 deletions .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Update Docs

on:
pull_request_review:
types: [ approved ]
pull_request:
types: [ merged ]
branches: [ main ]
# workflow_run:
# workflows: [ "Code Testing" ]
# types:
Expand Down