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

Full models audit #2503

Merged
merged 86 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from 48 commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
24aadf0
Add files via upload
jmcouffin Jan 7, 2025
cec6296
Add files via upload
jmcouffin Jan 7, 2025
a1588de
Update query.py
jmcouffin Jan 8, 2025
cf6b7c4
Removed noqa
jmcouffin Jan 8, 2025
33c8009
removing member to rvtlinks_elements
jmcouffin Jan 8, 2025
f45af91
removing member to rvtlinks_elements
jmcouffin Jan 8, 2025
6f59d49
rvtlinks_elements_items instead of count
jmcouffin Jan 8, 2025
f4da9e0
Update modelchecker_new_check.py
jmcouffin Jan 8, 2025
a921455
review fixes
jmcouffin Jan 8, 2025
c3aa420
Update query.py
jmcouffin Jan 8, 2025
9007bd1
Update query.py
jmcouffin Jan 8, 2025
c8808b7
Update and rename modelchecker_new_check.py to audit_all_check.py
jmcouffin Jan 8, 2025
db33565
added config setup for full audit
jmcouffin Jan 8, 2025
c6aa004
Update audit_all_check.py
jmcouffin Jan 8, 2025
1a51a73
Update audit_all_check.py
jmcouffin Jan 8, 2025
8a98134
Update audit_all_check.py
jmcouffin Jan 8, 2025
7be49a0
Update audit_all_check.py
jmcouffin Jan 8, 2025
e99b51e
Update query.py
jmcouffin Jan 8, 2025
be07f2c
Update extensions/pyRevitTools.extension/checks/audit_all_check.py
jmcouffin Jan 9, 2025
6fd1220
Update extensions/pyRevitTools.extension/checks/audit_all_check.py
jmcouffin Jan 9, 2025
3453152
Update extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/Pr…
jmcouffin Jan 9, 2025
f0b9368
Update extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/Pr…
jmcouffin Jan 9, 2025
fdafd20
Update extensions/pyRevitTools.extension/pyRevit.tab/Project.panel/Pr…
jmcouffin Jan 9, 2025
9005edc
Update pyrevitlib/pyrevit/preflight/query.py
jmcouffin Jan 9, 2025
3a5a97c
Update pyrevitlib/pyrevit/preflight/query.py
jmcouffin Jan 9, 2025
d629869
Update pyrevitlib/pyrevit/preflight/query.py
jmcouffin Jan 9, 2025
ffed9fc
Update pyrevitlib/pyrevit/preflight/query.py
jmcouffin Jan 9, 2025
debf2e3
Merge branch 'pyrevitlabs:develop' into full-audit
jmcouffin Jan 11, 2025
3c93462
Next Version
jmcouffin Jan 13, 2025
9656065
Merge branch 'develop' into full-audit
jmcouffin Jan 13, 2025
9dc5b8d
Merge branch 'full-audit' of https://github.com/jmcouffin/pyRevit int…
jmcouffin Jan 14, 2025
45ab9c7
Revert "Next Version"
jmcouffin Jan 14, 2025
72a9a0d
Merge branch 'develop' into full-audit
jmcouffin Jan 14, 2025
4dafae5
fixes and formatting after latest review roast from Sanzo
jmcouffin Jan 14, 2025
8a3ee3e
Merge branch 'full-audit' of https://github.com/jmcouffin/pyRevit int…
jmcouffin Jan 14, 2025
bba5868
refactor: starting to use more the query module
jmcouffin Jan 15, 2025
d1e8ad9
refactor: replace deprecated functions with new query module methods
jmcouffin Jan 15, 2025
0ba68fc
refactor: update variable names for clarity in linked file status han…
jmcouffin Jan 15, 2025
d01c798
Merge branch 'develop' into full-audit
jmcouffin Jan 15, 2025
7918f8a
Merge branch 'develop' into full-audit
jmcouffin Jan 15, 2025
f3eac64
query module got messed up in the process ;p
jmcouffin Jan 15, 2025
1855c1e
Merge branch 'full-audit' of https://github.com/jmcouffin/pyRevit int…
jmcouffin Jan 15, 2025
afd6054
Refactor:
jmcouffin Jan 15, 2025
d12f2c0
Enhance audit functionality and user prompts for data export in Prefl…
jmcouffin Jan 17, 2025
04bb038
small list mapping efficiency fix
jmcouffin Jan 17, 2025
7705400
ongoing OOP refactor
jmcouffin Jan 18, 2025
d148b65
Refactor Revit link functions to improve status retrieval and name ex…
jmcouffin Jan 19, 2025
2b4732a
Refactor ReportData methods for improved attribute formatting and pin…
jmcouffin Jan 19, 2025
e8c12ea
Merge branch 'develop' into full-audit
jmcouffin Jan 23, 2025
b976be9
removed double check of ==0 condition
jmcouffin Jan 23, 2025
e2f284c
adding logger
jmcouffin Jan 23, 2025
f20518c
Refactor linked file status retrieval to use dedicated function for p…
jmcouffin Jan 23, 2025
643a096
Refactor color assignment logic in card_start_style function for clarity
jmcouffin Jan 23, 2025
15c519c
Refactor get_document_clean_name function to simplify logic and impro…
jmcouffin Jan 23, 2025
e270901
Refactor get_document_clean_name function to remove redundant comment
jmcouffin Jan 23, 2025
0a2e674
Enhance to_list method to HTML-escape attribute values for improved s…
jmcouffin Jan 25, 2025
056c97c
Refactor count functions to simplify logic and improve readability
jmcouffin Jan 25, 2025
030d1ca
Merge branch 'develop' into full-audit
jmcouffin Jan 25, 2025
3a72585
Refactor get_document_clean_name function to use os.path.join for pat…
jmcouffin Jan 25, 2025
56dbdfa
Merge branch 'full-audit' of https://github.com/jmcouffin/pyRevit int…
jmcouffin Jan 25, 2025
28d1716
Refactor get_document_clean_name function to return the base name wit…
jmcouffin Jan 26, 2025
b951c13
Refactor card generation to be reusable for doc and links
jmcouffin Jan 26, 2025
1aa9d5b
Refactor code structure for improved readability and maintainability,…
jmcouffin Jan 26, 2025
805ceca
Formatting and docstrings
jmcouffin Jan 26, 2025
c722aca
Add functions to retrieve array group IDs and types; update group inf…
jmcouffin Jan 27, 2025
f6cf80c
Refactor view counting functions for improved compatibility and reada…
jmcouffin Jan 27, 2025
da89264
Enhance view template and filter counting functions to accept documen…
jmcouffin Jan 27, 2025
4cb5f45
Add calculation for imported DWGs and update report data and HTML con…
jmcouffin Jan 27, 2025
f8ac8f9
Add count_generic_models_types function and update family counting lo…
jmcouffin Jan 27, 2025
c5ab61f
Refactor count_in_place_families function to improve accuracy by usin…
jmcouffin Jan 27, 2025
81dac91
Refactor counting functions for improved readability and consistency
jmcouffin Jan 27, 2025
69d5335
Starting refactoring the views section identifying ViewTypes
jmcouffin Jan 27, 2025
2220ee7
Refactor SheetViewInfo to count additional view types and improve vie…
jmcouffin Jan 28, 2025
aa0462d
Refactor dimension counting logic for improved accuracy and remove re…
jmcouffin Jan 28, 2025
cd4ef4e
Refactor card limits and styles for improved visual consistency and a…
jmcouffin Jan 28, 2025
8620d19
Refactor functions for improved clarity and consistency
jmcouffin Jan 28, 2025
6c8ce95
Refactor warning handling functions for improved clarity and efficiency
jmcouffin Jan 28, 2025
75ea8f1
Refactor element counting logic for improved accuracy and efficiency
jmcouffin Jan 28, 2025
e09c3cf
Update pyrevitlib/pyrevit/revit/db/query.py
jmcouffin Jan 29, 2025
ff7cfeb
Update pyrevitlib/pyrevit/revit/db/query.py
jmcouffin Jan 29, 2025
994f4e9
Update pyrevitlib/pyrevit/revit/db/count.py
jmcouffin Jan 29, 2025
9149f6a
Update extensions/pyRevitTools.extension/checks/audit_all_check.py
jmcouffin Jan 29, 2025
e6cc547
Merge branch 'develop' into full-audit
sanzoghenzo Jan 30, 2025
5d4c4f5
Refactor group counting logic for improved clarity and efficiency
jmcouffin Jan 31, 2025
0c30c44
Merge branch 'full-audit' of https://github.com/jmcouffin/pyRevit int…
jmcouffin Jan 31, 2025
db40c9d
Conditionnal export option handled
jmcouffin Jan 31, 2025
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
Loading