Skip to content

Commit

Permalink
Merge pull request #2345 from pyrevitlabs/revert-docs-merge
Browse files Browse the repository at this point in the history
Revert docs merge
  • Loading branch information
sanzoghenzo authored Aug 14, 2024
2 parents 35f6eda + 2510c76 commit 807907d
Show file tree
Hide file tree
Showing 107 changed files with 848 additions and 373 deletions.
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"
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
14 changes: 7 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
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ requests = "*"
pygount = "*"
pyyaml = ">=5.4"
black = "*"
setuptools = "==69.0.3"
setuptools = "==72.1.0"
mkdocs = "*"
mkdocstrings = "*"
mkdocstrings-python = "*"
Expand Down
338 changes: 162 additions & 176 deletions Pipfile.lock

Large diffs are not rendered by default.

Binary file removed bin/Colorful.Console.dll
Binary file not shown.
Binary file removed bin/ControlzEx.dll
Binary file not shown.
Binary file removed bin/DocoptNet.dll
Binary file not shown.
Binary file removed bin/DotNetVersionFinder.dll
Binary file not shown.
Binary file removed bin/FileFormatWavefront.dll
Binary file not shown.
Binary file removed bin/Ifc.NET.XmlSerializers.dll
Binary file not shown.
Binary file removed bin/Ifc.NET.dll
Binary file not shown.
Binary file removed bin/Ifc.NET.resources.dll
Binary file not shown.
Binary file removed bin/IxMilia.Dxf.dll
Binary file not shown.
Binary file removed bin/LibGit2Sharp.dll
Binary file not shown.
Binary file removed bin/MadMilkman.Ini.dll
Binary file not shown.
Binary file removed bin/Microsoft.CodeAnalysis.CSharp.dll
Binary file not shown.
Binary file removed bin/Microsoft.CodeAnalysis.VisualBasic.dll
Binary file not shown.
Binary file removed bin/Microsoft.CodeAnalysis.dll
Binary file not shown.
Binary file removed bin/Microsoft.WindowsAPICodePack.Shell.dll
Binary file not shown.
Binary file removed bin/Microsoft.WindowsAPICodePack.dll
Binary file not shown.
Binary file removed bin/Microsoft.Xaml.Behaviors.dll
Binary file not shown.
Binary file removed bin/Nett.dll
Binary file not shown.
Binary file removed bin/OpenMcdf.dll
Binary file not shown.
Binary file removed bin/PythonStubsBuilder.dll
Binary file not shown.
Binary file removed bin/Rhino3dmIO.dll
Binary file not shown.
Binary file removed bin/System.Collections.Immutable.dll
Binary file not shown.
Binary file removed bin/System.Memory.dll
Binary file not shown.
Binary file removed bin/System.Numerics.Vectors.dll
Binary file not shown.
Binary file removed bin/System.Reflection.Metadata.dll
Binary file not shown.
Binary file removed bin/System.Runtime.CompilerServices.Unsafe.dll
Binary file not shown.
Binary file removed bin/System.Text.Encoding.CodePages.dll
Binary file not shown.
Binary file removed bin/System.Threading.Tasks.Extensions.dll
Binary file not shown.
Binary file removed bin/System.Windows.Interactivity.dll
Binary file not shown.
Binary file removed bin/YamlDotNet.dll
Binary file not shown.
Binary file removed bin/git2-a2bde63.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.Common.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.CommonCLI.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.CommonWPF.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.DeffrelDB.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.Emojis.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.Json.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.Language.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.MahAppsMetro.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.NLog.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.PyRevit.Runtime.Shared.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.PyRevit.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.TargetApps.AutoCAD.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.TargetApps.Navisworks.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.TargetApps.Revit.dll
Binary file not shown.
Binary file removed bin/pyRevitLabs.UnitTests.dll
Binary file not shown.
Binary file removed bin/pyrevit-autocomplete.exe
Binary file not shown.
Binary file removed bin/pyrevit-doctor.exe
Binary file not shown.
62 changes: 61 additions & 1 deletion bin/pyrevit-hosts.json
Original file line number Diff line number Diff line change
Expand Up @@ -1809,7 +1809,19 @@
"version": "23.1.40.56",
"build": "20240411_0945",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2023/ENU/?guid=RevitReleaseNotes_2023updates_2023_1_3_html"
"notes": "https://help.autodesk.com/view/RVT/2023/ENU/?guid=RevitReleaseNotes_2023updates_2023_1_4_html"
},
{
"meta": {
"schema": "1.0",
"source": "https://help.autodesk.com/view/RVT/2023/ENU/?guid=RevitReleaseNotes_2023updates_2023_1_5_html"
},
"product": "Autodesk Revit",
"release": "23.1.5",
"version": "23.1.50.23",
"build": "20240709_1030",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2023/ENU/?guid=RevitReleaseNotes_2023updates_2023_1_5_html"
},
{
"meta": {
Expand Down Expand Up @@ -1882,5 +1894,53 @@
"build": "20231029_1515",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2024/ENU/?guid=RevitReleaseNotes_2024updates_2024_2_html"
},
{
"meta": {
"schema": "1.0",
"source": "https://help.autodesk.com/view/RVT/2024/ENU/?guid=RevitReleaseNotes_2024updates_2024_2_1_html"
},
"product": "Autodesk Revit",
"release": "24.2.1",
"version": "24.2.10.64",
"build": "20240408_1515",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2024/ENU/?guid=RevitReleaseNotes_2024updates_2024_2_1_html"
},
{
"meta": {
"schema": "1.0",
"source": "https://help.autodesk.com/view/RVT/2025/ENU/?guid=RevitReleaseNotes_2025release_html"
},
"product": "Autodesk Revit",
"release": "Autodesk Revit 2025",
"version": "25.0.2.419",
"build": "20240307_1300",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2025/ENU/?guid=RevitReleaseNotes_2025release_html"
},
{
"meta": {
"schema": "1.0",
"source": "https://help.autodesk.com/view/RVT/2025/ENU/?guid=RevitReleaseNotes_2025updates_2025_1_html"
},
"product": "Autodesk Revit",
"release": "2025.1",
"version": "25.1.0.44",
"build": "20240516_1515",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2025/ENU/?guid=RevitReleaseNotes_2025updates_2025_1_html"
},
{
"meta": {
"schema": "1.0",
"source": "https://help.autodesk.com/view/RVT/2025/ENU/?guid=RevitReleaseNotes_2025updates_2025_2_html"
},
"product": "Autodesk Revit",
"release": "2025.2",
"version": "25.2.0.38",
"build": "20240715_1515",
"target": "x64",
"notes": "https://help.autodesk.com/view/RVT/2025/ENU/?guid=RevitReleaseNotes_2025updates_2025_2_html"
}
]
24 changes: 24 additions & 0 deletions bin/pyrevit-products.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
[
{
"product": "pyRevit",
"release": "4.8.16.24121+2117",
"version": "4.8.16.24121+2117",
"key": "c8a4b720-9699-4a03-bc67-273bab978723"
},
{
"product": "pyRevit",
"release": "4.8.15.24089+0912",
"version": "4.8.15.24089+0912",
"key": "6f430f6a-c452-4aa1-bb00-b690c50bea01"
},
{
"product": "pyRevit",
"release": "4.8.14.24016+1909",
Expand Down Expand Up @@ -281,6 +293,18 @@
"version": "4.6.1",
"key": "{EF91A585-DC0C-43B8-B88B-4C130F430E84}"
},
{
"product": "pyRevit CLI",
"release": "4.8.16.24121+2117",
"version": "4.8.16.24121+2117",
"key": "2669428b-35bc-4824-afb5-9c8b7e343d3d"
},
{
"product": "pyRevit CLI",
"release": "4.8.15.24089+0912",
"version": "4.8.15.24089+0912",
"key": "2e94b164-49b1-49ff-8329-75a15000d3f9"
},
{
"product": "pyRevit CLI",
"release": "4.8.14.24016+1909",
Expand Down
Binary file removed bin/pyrevit-stubsbuilder.exe
Binary file not shown.
Binary file removed bin/pyrevit.exe
Binary file not shown.
Binary file removed bin/rhino3dmio_native.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion dev/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<PropertyGroup>
<Version>4.8.14.24016+1909</Version>
<Version>5.0.0.24174+2300</Version>
<Copyright>Copyright © 2014-2024</Copyright>
<Company>pyRevitLabs.io</Company>
</PropertyGroup>
Expand Down
File renamed without changes.
Loading

0 comments on commit 807907d

Please sign in to comment.