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

Update the docs #2499

Closed
wants to merge 674 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
674 commits
Select commit Hold shift + click to select a range
b16dff3
IntegerValue API Change handling
jmcouffin Aug 28, 2024
bcd25b2
IntegerValue API Change handling
jmcouffin Aug 28, 2024
8c4ed40
IntegerValue API Change handling
jmcouffin Aug 28, 2024
5a029b2
IntegerValue API Change handling
jmcouffin Aug 28, 2024
dd96208
IntegerValue API Change handling
jmcouffin Aug 28, 2024
49b9229
IntegerValue API Change handling
jmcouffin Aug 28, 2024
359e707
IntegerValue API Change handling
jmcouffin Aug 28, 2024
e6bdb3d
IntegerValue API Change handling
jmcouffin Aug 28, 2024
e56e533
IntegerValue API Change handling
jmcouffin Aug 28, 2024
c8cbd53
IntegerValue API Change handling
jmcouffin Aug 28, 2024
31f8652
IntegerValue API Change handling
jmcouffin Aug 28, 2024
d202ec1
IntegerValue API Change handling
jmcouffin Aug 28, 2024
9db1850
Update script.py
jmcouffin Aug 29, 2024
a04876b
Update script.py
jmcouffin Aug 29, 2024
e23fdae
Update script.py
jmcouffin Aug 29, 2024
edfde6a
Update pickling.py
jmcouffin Aug 29, 2024
94545fb
Update query.py
jmcouffin Aug 29, 2024
d0c10a3
Update builtins.py
jmcouffin Aug 29, 2024
bf3caba
Update family.py
jmcouffin Aug 29, 2024
3acc9a3
Merge branch 'develop' into integer_value_obsolete
jmcouffin Aug 29, 2024
ce2534d
Merge pull request #2380 from jmcouffin/integer_value_obsolete
jmcouffin Aug 29, 2024
d47ba56
fix: Null reference when running a failed to compie c# script
Aug 30, 2024
78b7d26
fix: update PyRevitTestBundles references
Aug 30, 2024
8500327
chore: wrong code region end
Aug 30, 2024
47255b6
chore: remove deprecated vscode settings
Aug 30, 2024
52985e3
fix: c# scripts not compiling on revit < 2025
Aug 30, 2024
4652243
Update bundle.yaml
jmcouffin Sep 2, 2024
b577d3e
Create script.py
jmcouffin Sep 2, 2024
719d3d7
Add files via upload
jmcouffin Sep 2, 2024
df5b865
Add files via upload
jmcouffin Sep 2, 2024
c3571ad
Update bundle.yaml
jmcouffin Sep 2, 2024
2ab9335
Update CODE_OF_CONDUCT.md
jmcouffin Sep 2, 2024
8f3896e
Update script.py
jmcouffin Sep 2, 2024
9c0b5b5
and with a little extra effort
jmcouffin Sep 2, 2024
d576a88
Update script.py
jmcouffin Sep 2, 2024
d8cd062
the cleaner the better
jmcouffin Sep 2, 2024
0b2260f
Merge pull request #2387 from jmcouffin/tool_move_vp_label
jmcouffin Sep 2, 2024
094b9cc
Create mysuperdupercheck-check.py
jmcouffin Sep 3, 2024
1e99492
fix: broken get_value_func, rename it to get_elementid_value_func
Sep 5, 2024
cdd8e61
feat: add CPython regression tests
Sep 5, 2024
d4d84ae
fix: missing assemblies for pyRevitLoader
Sep 5, 2024
5a67e64
refactor: simplify C# test button
Sep 5, 2024
74c9672
Merge branch 'develop' into fix-runtime
Sep 5, 2024
6254b02
Update script.py
jmcouffin Sep 6, 2024
54e5f32
Update SettingsWindow.xaml
jmcouffin Sep 6, 2024
fd22ff5
fix: missing get_elementid_value_func call in rpw
Sep 6, 2024
7a8705e
ParameterGroup Deprecation
jmcouffin Sep 9, 2024
edeeb3e
Merge pull request #2392 from pyrevitlabs/fix/2381
jmcouffin Sep 9, 2024
d180665
Update ScriptConsole.cs
jmcouffin Sep 10, 2024
88b3ef0
Update script.py
jmcouffin Sep 10, 2024
694f943
Update __init__.py
jmcouffin Sep 10, 2024
372cc6c
Merge pull request #2396 from pyrevitlabs/fix/2381
jmcouffin Sep 10, 2024
cae17c1
Update ScriptConsole.cs
jmcouffin Sep 10, 2024
5fcc710
Merge pull request #2395 from pyrevitlabs/fix/2333
jmcouffin Sep 10, 2024
1fb9eb3
Update ScriptConsole.cs
jmcouffin Sep 10, 2024
ca27f77
Merge pull request #2397 from pyrevitlabs/fix/2333
jmcouffin Sep 10, 2024
239d918
perf: PyRevitClone only accepts exact paths
Sep 12, 2024
0b4ee13
feat: add runtime folder to engine output log
Sep 12, 2024
6f5b692
Merge remote-tracking branch 'origin/develop' into fix-runtime
Sep 12, 2024
0ccd821
chore: avoid duplication of dlls and assets in engines folder
Sep 12, 2024
e3e661a
fix: engines correclty detected
Sep 13, 2024
7ef7d89
build: update pythonnet submodule
Sep 13, 2024
1b67d40
fix: missing git dll in netcore folder
Sep 13, 2024
4ff658c
Update pyrevit-hosts.json
jmcouffin Sep 17, 2024
072b0bf
Merge pull request #2404 from pyrevitlabs/new_hosts
jmcouffin Sep 17, 2024
925ace8
chore: fix cli debug messages
Oct 2, 2024
bb96105
fix: add mscorlib and netstandard to net8 runtime
Oct 3, 2024
86697ad
Merge pull request #2384 from sanzoghenzo/fix-runtime
sanzoghenzo Oct 7, 2024
d364f37
Fix Model Checker Attribute Error
tay0thman Oct 9, 2024
6d3b4f5
Create radar_check.py
tay0thman Oct 11, 2024
67480d3
Merge branch 'Preflight-Checks_Hackathon_2024' into develop
jmcouffin Oct 15, 2024
c58a784
Merge pull request #2413 from tay0thman/develop
jmcouffin Oct 15, 2024
466aae9
Merge pull request #2414 from tay0thman/patch-4
jmcouffin Oct 16, 2024
de6ab85
Update radar_check.py - Rev1
tay0thman Oct 16, 2024
c0c2fcf
Merge pull request #2418 from tay0thman/patch-5
jmcouffin Oct 17, 2024
ac74b95
Create CADAUDIT_check.py
nasmovk Oct 18, 2024
13c98b8
Update radar_check.py
tay0thman Oct 18, 2024
7b56b03
fix: make toasts work again
Oct 19, 2024
853411b
Merge pull request #2426 from sanzoghenzo/fix-toaster
jmcouffin Oct 19, 2024
2d5e821
feat(compat): simplify python and runtime check with clear constants
trgiangv Oct 19, 2024
a4ecc77
fix(IronPython3): python3 loading error
trgiangv Oct 19, 2024
b02da17
feat(xlrd): update latest version + fix Ironpython3 compatibility
trgiangv Oct 19, 2024
1f87638
feat(XlsxWriter): update version + fix write image error
trgiangv Oct 19, 2024
cff2491
Merge pull request #2422 from trgiangv/gtv/ironpython3
sanzoghenzo Oct 20, 2024
9749cbd
refactor: move get_command_from_path where it belongs
Oct 20, 2024
a0b3354
fix: _clear_running_engines always return falsey object
Oct 20, 2024
13c9d65
fix: ListInstalledProducts doesn't throw an exception if there's no i…
Oct 20, 2024
15ad6d4
Merge pull request #2427 from sanzoghenzo/loader-refactor
jmcouffin Oct 21, 2024
f8a7011
Merge pull request #2425 from tay0thman/patch-6
jmcouffin Oct 21, 2024
402c7af
fix #2420
dosymep Oct 22, 2024
8cdf236
Update __init__.py
jmcouffin Oct 23, 2024
732a62a
Merge pull request #2430 from pyrevitlabs/fix/2429
jmcouffin Oct 23, 2024
c3816a2
Revert "fix for update button in Revit 2025"
jmcouffin Oct 23, 2024
0f02fa4
Merge pull request #2431 from pyrevitlabs/revert-2430-fix/2429
jmcouffin Oct 23, 2024
e993951
style: change module import
dosymep Oct 23, 2024
d6f9f72
Merge branch 'develop' into dev/2420
jmcouffin Oct 23, 2024
f6ebb61
Merge pull request #2428 from pyrevitlabs/dev/2420
jmcouffin Oct 23, 2024
f69f594
Update __init__.py
jmcouffin Oct 24, 2024
8caf21f
Update modelchecker_check.py
jmcouffin Oct 25, 2024
4ddef1e
build(deps-dev): bump mypy from 1.11.1 to 1.13.0
dependabot[bot] Oct 25, 2024
be089d0
build(deps): bump setuptools from 72.1.0 to 75.2.0
dependabot[bot] Oct 25, 2024
b7e8e50
build(deps): bump mkdocs-material from 9.5.30 to 9.5.42
dependabot[bot] Oct 25, 2024
a1cd804
Merge pull request #2438 from pyrevitlabs/dependabot/pip/develop/mkdo…
jmcouffin Oct 25, 2024
4f8ee25
Merge branch 'develop' into dependabot/pip/develop/setuptools-75.2.0
jmcouffin Oct 25, 2024
f02f458
Merge pull request #2437 from pyrevitlabs/dependabot/pip/develop/setu…
jmcouffin Oct 25, 2024
e62e1e2
Merge branch 'develop' into dependabot/pip/develop/mypy-1.13.0
jmcouffin Oct 25, 2024
f5c82cc
Merge pull request #2436 from pyrevitlabs/dependabot/pip/develop/mypy…
jmcouffin Oct 25, 2024
5a907d7
build(deps): bump mkdocstrings from 0.25.2 to 0.26.2
dependabot[bot] Oct 25, 2024
ac8638e
Merge pull request #2434 from pyrevitlabs/dependabot/pip/develop/mkdo…
jmcouffin Oct 25, 2024
d351df6
Create Naming_Convention_Check
andreasdraxl Oct 29, 2024
700534c
Update radar_check.py - Rounding Coordinates
tay0thman Oct 30, 2024
2f6f786
Create wall_list.json
andreasdraxl Oct 30, 2024
05b7052
Update and rename Naming_Convention to Naming_Convention_Check.py
andreasdraxl Oct 30, 2024
91ea604
Update Naming_Convention_Check.py
andreasdraxl Oct 30, 2024
3626f35
Update Naming_Convention_Check.py
andreasdraxl Oct 30, 2024
a24cb36
Update Naming_Convention_Check.py
andreasdraxl Oct 30, 2024
7661032
Merge pull request #2442 from tay0thman/patch-8
jmcouffin Nov 1, 2024
b70dccf
Update and rename wall_list.json to extensions/pyRevitTools.extension…
jmcouffin Nov 1, 2024
77c1447
build(deps): bump ruff from 0.4.7 to 0.7.2
dependabot[bot] Nov 1, 2024
e30666e
build(deps): bump mkdocs-material from 9.5.42 to 9.5.43
dependabot[bot] Nov 1, 2024
54cdad8
build(deps-dev): bump pylint from 3.1.0 to 3.3.1
dependabot[bot] Nov 1, 2024
5f536bf
build(deps): bump mkdocstrings-python from 1.10.7 to 1.12.2
dependabot[bot] Nov 1, 2024
96bc0f5
Merge pull request #2451 from pyrevitlabs/dependabot/pip/develop/mkdo…
jmcouffin Nov 1, 2024
940fc45
Merge branch 'develop' into dependabot/pip/develop/pylint-3.3.1
jmcouffin Nov 1, 2024
df80392
Merge pull request #2450 from pyrevitlabs/dependabot/pip/develop/pyli…
jmcouffin Nov 1, 2024
c8498ab
Merge branch 'develop' into dependabot/pip/develop/ruff-0.7.2
jmcouffin Nov 1, 2024
30f002e
Merge pull request #2447 from pyrevitlabs/dependabot/pip/develop/ruff…
jmcouffin Nov 1, 2024
ad59479
Merge branch 'develop' into dependabot/pip/develop/mkdocs-material-9.…
jmcouffin Nov 1, 2024
5c795d9
Merge pull request #2449 from pyrevitlabs/dependabot/pip/develop/mkdo…
jmcouffin Nov 1, 2024
193e32e
build(deps): bump setuptools from 75.2.0 to 75.3.0
dependabot[bot] Nov 1, 2024
7546bbf
Merge branch 'develop' into dependabot/pip/develop/setuptools-75.3.0
jmcouffin Nov 1, 2024
3671058
Merge pull request #2448 from pyrevitlabs/dependabot/pip/develop/setu…
jmcouffin Nov 1, 2024
c4493d8
Merge branch 'develop' into fix/2429
jmcouffin Nov 4, 2024
a0b2495
fix for connection check
jmcouffin Nov 4, 2024
c3fab33
Delete .pyrevitargs
jmcouffin Nov 4, 2024
0283bcb
Merge pull request #2432 from pyrevitlabs/fix/2429
jmcouffin Nov 4, 2024
d6beb74
Rename Naming_Convention_Check.py to walltypes_naming_convention_chec…
jmcouffin Nov 4, 2024
6ef1bea
Rename wall_list.json to walltypes_list.json
jmcouffin Nov 4, 2024
da42ec6
Update walltypes_naming_convention_check.py
jmcouffin Nov 4, 2024
298c1d0
Merge branch 'Preflight-Checks_Hackathon_2024' into patch-2
jmcouffin Nov 4, 2024
a18c4bd
Merge pull request #2453 from jmcouffin/patch-2
jmcouffin Nov 4, 2024
f9d66d8
Rename CADAUDIT_check.py to cad_audit_check.py
jmcouffin Nov 4, 2024
06b79cd
Update cad_audit_check.py
jmcouffin Nov 4, 2024
9fd9c57
Update cad_audit_check.py
jmcouffin Nov 4, 2024
44c4ce4
Merge branch 'Preflight-Checks_Hackathon_2024' into patch-1
jmcouffin Nov 4, 2024
c771c27
Merge pull request #2423 from nasmovk/patch-1
jmcouffin Nov 4, 2024
b5003bd
small fixes to checks
jmcouffin Nov 6, 2024
74d902f
fixed some of the cadaudit check
jmcouffin Nov 6, 2024
e9ec311
Merge branch 'develop' into Preflight-Checks_Hackathon_2024
jmcouffin Nov 6, 2024
99587e5
Update walltypes_naming_convention_check.py
jmcouffin Nov 6, 2024
59bc9bf
Update cad_audit_check.py
jmcouffin Nov 6, 2024
e907472
Update extensions/pyRevitTools.extension/checks/mysuperdupercheck-che…
jmcouffin Nov 7, 2024
fabdad2
Update extensions/pyRevitTools.extension/checks/modelchecker_check.py
jmcouffin Nov 7, 2024
0b9ae71
Update extensions/pyRevitTools.extension/checks/modelchecker_check.py
jmcouffin Nov 7, 2024
192ff7e
Update extensions/pyRevitTools.extension/checks/mysuperdupercheck-che…
jmcouffin Nov 7, 2024
c960997
Update extensions/pyRevitTools.extension/checks/mysuperdupercheck-che…
jmcouffin Nov 7, 2024
32d60a7
Update extensions/pyRevitTools.extension/checks/mysuperdupercheck-che…
jmcouffin Nov 7, 2024
02af5b5
Update extensions/pyRevitTools.extension/checks/mysuperdupercheck-che…
jmcouffin Nov 7, 2024
0bfbfff
Update extensions/pyRevitTools.extension/checks/cad_audit_check.py
jmcouffin Nov 7, 2024
73c0c9e
Update extensions/pyRevitTools.extension/checks/cad_audit_check.py
jmcouffin Nov 7, 2024
b735d2d
Update cad_audit_check.py
jmcouffin Nov 7, 2024
4435761
Update extensions/pyRevitTools.extension/checks/cad_audit_check.py
jmcouffin Nov 7, 2024
9818045
Update extensions/pyRevitTools.extension/checks/cad_audit_check.py
jmcouffin Nov 7, 2024
9300840
Update extensions/pyRevitTools.extension/checks/cad_audit_check.py
jmcouffin Nov 7, 2024
91c8475
Apply suggestions from code review
jmcouffin Nov 7, 2024
26a2707
Apply suggestions from code review
jmcouffin Nov 7, 2024
2718ef9
Update walltypes_naming_convention_check.py
jmcouffin Nov 7, 2024
9fea0ba
Update updater.py
jmcouffin Nov 10, 2024
2730052
Merge pull request #2455 from pyrevitlabs/fix/check_connection
jmcouffin Nov 10, 2024
4d0ac83
color splasher update branch
jmcouffin Nov 16, 2024
a537784
Update radar_check.py
tay0thman Nov 17, 2024
89db8fd
Merge pull request #2458 from tay0thman/patch-9
jmcouffin Nov 17, 2024
052f5e3
Added Pam Building Design+ extension
jmcouffin Nov 20, 2024
b5bc0c4
Merge pull request #2460 from pyrevitlabs/pam-extension
jmcouffin Nov 20, 2024
a44154e
cycle family types
jmcouffin Nov 21, 2024
4460d87
Merge pull request #2461 from pyrevitlabs/cycle_types
jmcouffin Nov 21, 2024
2f3f7ce
Update radar_check.py
tay0thman Nov 27, 2024
e4cb829
Merge pull request #2467 from tay0thman/patch-10
jmcouffin Nov 27, 2024
558a6a3
first remix of Jaime's latest improvements
jmcouffin Nov 29, 2024
5ea39fb
removing star import: re
jmcouffin Nov 29, 2024
7ec7530
removing star import: math
jmcouffin Nov 29, 2024
a29cf70
removing dynamo related import
jmcouffin Nov 29, 2024
99ff967
removing star import: os.path
jmcouffin Nov 29, 2024
bccfc4e
removing star import: os.path
jmcouffin Nov 29, 2024
6ba339a
Cosmetic changes in comments
jmcouffin Nov 29, 2024
c382f4d
pyrevit instead of Autodesk DB modules
jmcouffin Nov 29, 2024
41231d3
remove star import: unicodedata
jmcouffin Nov 29, 2024
296342a
cosmetics
jmcouffin Nov 29, 2024
b61f4a0
fix system.drawing color
jmcouffin Nov 29, 2024
4718224
bits and fixes
jmcouffin Nov 29, 2024
8d41782
Merge branch 'develop' into Preflight-Checks_Hackathon_2024
jmcouffin Nov 30, 2024
627984c
Merge pull request #2454 from pyrevitlabs/Preflight-Checks_Hackathon_…
jmcouffin Nov 30, 2024
fb22920
build(deps): bump setuptools from 75.3.0 to 75.6.0
dependabot[bot] Dec 1, 2024
4f9f38f
build(deps): bump ruff from 0.7.2 to 0.8.1
dependabot[bot] Dec 1, 2024
90176ff
build(deps): bump mkdocs-material from 9.5.43 to 9.5.47
dependabot[bot] Dec 1, 2024
24fca98
Merge pull request #2469 from pyrevitlabs/dependabot/pip/develop/setu…
jmcouffin Dec 1, 2024
6a2f56b
Merge branch 'develop' into dependabot/pip/develop/ruff-0.8.1
jmcouffin Dec 1, 2024
28e25df
Merge pull request #2470 from pyrevitlabs/dependabot/pip/develop/ruff…
jmcouffin Dec 1, 2024
a892b0a
Merge branch 'develop' into dependabot/pip/develop/mkdocs-material-9.…
jmcouffin Dec 1, 2024
c77e1f9
build(deps): bump black from 23.10.1 to 24.10.0
dependabot[bot] Dec 1, 2024
89a83c8
Merge pull request #2473 from pyrevitlabs/dependabot/pip/develop/mkdo…
jmcouffin Dec 1, 2024
fd0e94c
build(deps): bump mkdocstrings from 0.26.2 to 0.27.0
dependabot[bot] Dec 1, 2024
9f1964d
Merge branch 'develop' into dependabot/pip/develop/mkdocstrings-0.27.0
jmcouffin Dec 1, 2024
8405ef0
Merge pull request #2472 from pyrevitlabs/dependabot/pip/develop/mkdo…
jmcouffin Dec 1, 2024
7bcf93b
Merge branch 'develop' into dependabot/pip/develop/black-24.10.0
jmcouffin Dec 1, 2024
56ea127
Merge pull request #2471 from pyrevitlabs/dependabot/pip/develop/blac…
jmcouffin Dec 1, 2024
bdec6e9
chore: update subproject commit reference in pyRevitLabs.dlr
jmcouffin Dec 3, 2024
d325ee6
chore: update subproject commit reference in pyRevitLabs.dlr3
jmcouffin Dec 3, 2024
b814999
chore: update subproject commit references in pyRevitLabs.ironpython2…
jmcouffin Dec 3, 2024
23699c9
chore: update subproject commit references in pyRevitLabs.ironpython2…
jmcouffin Dec 3, 2024
31bb4ed
chore: update subproject commit references in pyRevitLabs.ironpython2…
jmcouffin Dec 3, 2024
2ac49b4
chore: update subproject commit reference in pyRevitLabs.ironpython3
jmcouffin Dec 3, 2024
4df0410
chore: update subproject commit reference in pyRevitLabs.ironpython3
jmcouffin Dec 3, 2024
817c37c
chore: update subproject commit reference in pyRevitLabs.ironpython3
jmcouffin Dec 3, 2024
6e5a8c0
chore: update subproject commit reference in pyRevitLabs.ironpython3
jmcouffin Dec 3, 2024
a76ba6d
Update walltypes_naming_convention_check.py
tay0thman Dec 4, 2024
7f8acdb
Update cad_audit_check.py
tay0thman Dec 4, 2024
5a81c1a
Merge pull request #2474 from tay0thman/patch-11
jmcouffin Dec 5, 2024
3340c8c
Merge branch 'develop' into patch-12
jmcouffin Dec 5, 2024
dd1666e
Merge pull request #2475 from tay0thman/patch-12
jmcouffin Dec 5, 2024
61afd12
Update script.py
utilitas-firmitas Dec 9, 2024
9828ebd
Merge pull request #2478 from utilitas-firmitas/patch-1
jmcouffin Dec 10, 2024
879eaa0
build(deps): bump golang.org/x/crypto
dependabot[bot] Dec 11, 2024
1bdf6ad
Merge pull request #2480 from pyrevitlabs/dependabot/go_modules/dev/p…
jmcouffin Dec 16, 2024
d1e8593
add autosave extension to extensions list
alexdaversa Dec 18, 2024
cd59b0e
Merge pull request #2483 from alexdaversa/develop
jmcouffin Dec 19, 2024
ce2c9db
docs: add developer guides
Dec 26, 2024
d4ce06e
docs: cleanup
Dec 26, 2024
cab55a3
Merge pull request #2489 from sanzoghenzo/docs-architecture
jmcouffin Dec 26, 2024
bcd111a
Update docs.yml
jmcouffin Dec 27, 2024
9fbe2d3
Merge pull request #2490 from pyrevitlabs/jmcouffin-patch-1
jmcouffin Dec 27, 2024
0126673
build: ensure colorama is installed in CI
sanzoghenzo Dec 27, 2024
d733824
Merge pull request #2491 from sanzoghenzo/develop
jmcouffin Dec 27, 2024
1cd9833
Update script.py after review of suggestions from Sanzo Ghensi
jmcouffin Dec 29, 2024
42abcd6
Update script.py
jmcouffin Dec 29, 2024
9cce3ee
Update script.py
jmcouffin Dec 29, 2024
ba0cf7c
Merge branch 'develop' into color-splasher
jmcouffin Dec 29, 2024
2610d04
Update script.py
jmcouffin Dec 29, 2024
f6aaf3e
Update script.py
jmcouffin Dec 29, 2024
45c1dcb
Merge pull request #2457 from pyrevitlabs/color-splasher
jmcouffin Dec 29, 2024
55bce78
ico file
jmcouffin Dec 29, 2024
4d653a1
Update script.py
jmcouffin Dec 30, 2024
22adcc4
Merge pull request #2494 from pyrevitlabs/fix/2479---color-splasher
jmcouffin Dec 30, 2024
bc8e416
build(deps-dev): bump pylint from 3.3.1 to 3.3.3
dependabot[bot] Jan 1, 2025
0040407
build(deps-dev): bump mypy from 1.14.0 to 1.14.1
dependabot[bot] Jan 1, 2025
52b658f
Merge pull request #2497 from pyrevitlabs/dependabot/pip/develop/mypy…
jmcouffin Jan 2, 2025
7f07be7
Merge branch 'develop' into dependabot/pip/develop/pylint-3.3.3
jmcouffin Jan 2, 2025
22a61ff
Merge pull request #2496 from pyrevitlabs/dependabot/pip/develop/pyli…
jmcouffin Jan 2, 2025
ba2e193
Update transaction.py
jmcouffin Jan 6, 2025
e38e1c8
submodules
jmcouffin Jan 6, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: pyrevit
open_collective: # Replace with a single Open Collective username
patreon: # pyrevit
open_collective: pyrevitlabs
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
Expand Down
10 changes: 6 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ updates:
# Check for npm updates on Sundays
day: "sunday"
# Raise pull requests for version updates
# to pip against the `develop-4` branch
target-branch: "develop-4"
# to pip against the `develop` branch
target-branch: "develop"
- package-ecosystem: "gomod"
# directory required https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#vendor
directory: "/"
target-branch: "develop-4"
target-branch: "develop"
schedule:
interval: "monthly"
# Set update schedule for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
# Check for updates to GitHub Actions every week
interval: "monthly"
target-branch: "develop"
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Prepare pipenv
run: |
pip install pipenv
pipenv install
pipenv sync

- run: pipenv run mkdocs gh-deploy --force
26 changes: 11 additions & 15 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ on:
# when PRs from forked repos are merged
push:
branches:
- develop-4
=========
# eirannejad 02/12/2024: disabled develop ci/cd builds for pyRevit 5
# we will reactivate when changes are ready to build on every commit
# push:
# branches:
# - develop
>>>>>>>>> Temporary merge branch 2
- develop
paths:
- 'bin/**'
- 'dev/**'
- 'extensions/**'
- 'pyrevitlib/**'
- 'release/**'
- 'site-packages/**'
# when PR from develop->master is created
pull_request:
branches:
Expand All @@ -31,7 +31,6 @@ env:

jobs:
build:
if: github.repository == 'eirannejad/pyRevit'
runs-on: windows-latest
steps:
- name: Report Context
Expand All @@ -50,10 +49,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.head_ref }}

- name: Checkout Submodules
uses: snickerbockers/submodules-init@7ce9774442c0c2d4728e6d3f66141df2102e4cbc
submodules: recursive

- name: Prepare Python 3.10
uses: actions/setup-python@v5
Expand Down Expand Up @@ -190,8 +186,8 @@ jobs:

- name: Publish Release (Release)
id: publish_release
if: (github.base_ref == env.ReleaseBranch)
uses: softprops/action-gh-release@v1
if: (github.base_ref == env.ReleaseBranch && github.repository == env.MainRepo)
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
16 changes: 9 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ extensions/*
!extensions/extensions.json
!extensions/README.md
!extensions/pyRevitBundlesCreatorExtension.extension/
bin/*
!bin/engines
!bin/pyrevit.svg
!bin/pyrevit_outputwindow.png
!bin/pyrevit_settings.png
!bin/pyrevit-hosts.json
!bin/pyrevit-products.json
#bin/*
#!bin/engines
#!bin/pyrevit.svg
#!bin/pyrevit_outputwindow.png
#!bin/pyrevit_settings.png
#!bin/pyrevit-hosts.json
#!bin/pyrevit-products.json

# ignore visual studio files
**/.vs
Expand Down Expand Up @@ -60,3 +60,5 @@ dist/
.idea
site/
*.pdb
*.deps.json
bin/**/*.xml
16 changes: 0 additions & 16 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
{
"python.linting.pylintEnabled": false,
"python.linting.pylintArgs": ["--max-line-length=80"],
"python.linting.pylintUseMinimalCheckers": false,
"python.linting.pycodestyleEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.pylamaEnabled": false,
"python.linting.mypyEnabled": false,
"python.jediEnabled": true,
"restructuredtext.confPath": "${workspaceFolder}/docs",
"python.formatting.provider": "autopep8",
"python.languageServer": "Jedi",
"python.formatting.blackArgs": [
"--line-length=80"
],
"editor.formatOnSave": false,
"files.exclude": {
"**/.git": true,
Expand All @@ -29,6 +15,4 @@
"**/__pycache__": true,
"**/Prerequisites": true,
},
"python.pythonPath": "C:\\Users\\ehsan\\.virtualenvs\\pyrevit-dev-2PO7Kqjk\\Scripts\\python.exe",
"python.linting.enabled": true
}
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at [email protected]. All
reported by contacting the project team at [email protected]. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Expand Down
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ verify_ssl = true

[dev-packages]
mypy = "*"
pylint = "==3.1.0"
black = "*"
pylint = "==3.3.3"

[packages]
docopt = "*"
requests = "*"
pygount = "*"
pyyaml = ">=5.4"
black = "*"
setuptools = "==69.0.3"
setuptools = "==75.6.0"
mkdocs = "*"
mkdocstrings = "*"
mkdocstrings-python = "*"
colorama = "*"
mkdocs-gen-files = "*"
mkdocs-literate-nav = "*"
mkdocs-exclude = "*"
Expand Down
Loading
Loading