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

Revert "netcore" #2336

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: pyrevitlabs
patreon: pyrevit
open_collective: # Replace with a single Open Collective username
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
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Bug report
about: Create a report to help us improve

---
---

**🚧 If you have SentinelOne installed as an antivirus, look no further. You will need to create exceptions for Revit and pyRevit, both on the software and the %appdata% folders.**

---

**🙏 Please use the search in the issue section before filing a new issue**

---

# 🐞 Describe the bug

Replace these lines with your description. Be as specific as possible and list steps to reproduce the issue. If you have any suggestions for the solution please list that as well.

If you have installed pyRevit, and the installation completed with no errors but pyRevit doesn't load, please run the command below in terminal / command line. This should fix the issue on your machine, however, please continue filing the issue with instructions below.

👉 `pyrevit attach master 2711 --installed`

If it does not work, try to disable your revit addins, all of them. Then, one at a time, reactivate them and restart Revit to figure out which one is interacting badly with pyRevit and Report.


# ♻️ To Reproduce
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# ⏲️ Expected behavior
A clear and concise description of what you expected to happen.

# 🖼 Screenshots of the issue
If applicable, add screenshots to help explain your problem.

# 🖥️ Hardware and Software Setup (please complete the following information):
- OS: [e.g. iOS]
- pyRevit Version [e.g. 22]
- pyRevit Environment: Open a command prompt 🖥 and run the command below. Replace these lines with the results. Take a look at this markdown guide and wrap the command results in ``` when pasting here for correct formatting.

👉 `pyrevit env`

# Additional context
Add any other context about the problem here.

70 changes: 0 additions & 70 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml

This file was deleted.

22 changes: 9 additions & 13 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
labels: "New Feature"
---

## Is your feature request related to a problem? Please describe

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when... -->

## Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. -->
---

## Describe alternatives you've considered
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

<!-- A clear and concise description of any alternative solutions or features you've considered. -->
**Describe the solution you'd like**
A clear and concise description of what you want to happen.

## Additional context
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

<!-- Add any other context or screenshots about the feature request here. -->
**Additional context**
Add any other context or screenshots about the feature request here.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

17 changes: 5 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,15 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"
# 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:
# Check for updates to GitHub Actions every week
interval: "monthly"
target-branch: "develop-4"
interval: "weekly"
27 changes: 0 additions & 27 deletions .github/slash-commands.yml

This file was deleted.

44 changes: 7 additions & 37 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,54 +11,24 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
ref: ${{ github.head_ref }}

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

- name: Prepare Python 3.10
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Prepare pipenv
run: |
pip install pipenv
pipenv install

# needs for MahApps XamlColorSchemeGenerator
- name: Prepare .NET 3.1
uses: actions/setup-dotnet@v4
with:
dotnet-version: 3.1.x

- name: Prepare .NET 8.0
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x

- name: Prepare msbuild
uses: microsoft/setup-msbuild@v2
uses: microsoft/setup-msbuild@v1.1

- name: Build Products
run: |
pipenv run pyrevit build products

- name: Build Installers
run: |
pipenv run pyrevit build installers

- name: Get Install Version
id: installversion
uses: juliangruber/read-file-action@v1
with:
path: release/version

- name: Upload Installers
uses: actions/upload-artifact@v4
with:
name: pyrevit-installers
path: |
dist/pyRevit_${{ steps.installversion.outputs.content }}_signed.exe
dist/pyRevit_${{ steps.installversion.outputs.content }}_admin_signed.exe
dist/pyRevit_CLI_${{ steps.installversion.outputs.content }}_signed.exe
dist/pyRevit_CLI_${{ steps.installversion.outputs.content }}_admin_signed.exe
dist/pyRevit_CLI_${{ steps.installversion.outputs.content }}_admin_signed.msi
dist/pyrevit-cli.${{ steps.installversion.outputs.content }}.nupkg
14 changes: 2 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,21 @@ on:
push:
branches:
- docs
paths:
- 'mkdocs.yml'
- 'docs/**'
- 'pyrevitlib/**'
- '*.md'
# when PR from develop->master is created
pull_request:
branches:
- master
paths:
- 'mkdocs.yml'
- 'docs/**'
- 'pyrevitlib/**'
- '*.md'
# manual run
workflow_dispatch:

jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Prepare Python 3.10
uses: actions/setup-python@v5
uses: actions/setup-python@v4
with:
python-version: '3.10'

Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/issues-manager.yml

This file was deleted.

Loading
Loading