forked from hay-kot/homebox
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renovate update add pre-commit tone down renovate fix pre-commit issues
- Loading branch information
Showing
33 changed files
with
152 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
--- | ||
name: "Bug Report" | ||
description: "Submit a bug report for the current release" | ||
labels: ["bug"] | ||
body: | ||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: First Check | ||
description: Please confirm and check all the following options. | ||
options: | ||
- label: This is not a feature request | ||
required: true | ||
- label: I added a very descriptive title to this issue. | ||
required: true | ||
- label: I used the GitHub search to find a similar issue and didn't find it. | ||
required: true | ||
- label: I searched the documentation, with the integrated search. | ||
required: true | ||
- label: I already read the docs and didn't find an answer. | ||
required: true | ||
- type: input | ||
id: homebox-version | ||
attributes: | ||
label: Homebox Version | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What is the issue you are experiencing? | ||
placeholder: A clear and concise description of what the bug is. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
description: If you do not provide a way to reproduce the issue, your issue will likely be closed. | ||
label: How can the maintainer reproduce the issue? | ||
placeholder: A clear step-by-step guide on how to reproduce the issue. | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: os | ||
attributes: | ||
label: Deployment | ||
description: What Deployment system are you using? | ||
multiple: true | ||
options: | ||
- Docker (Linux) | ||
- Docker (Windows) | ||
- Docker (Synology) | ||
- Unraid | ||
- Other | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: os-details | ||
attributes: | ||
label: Deployment Details | ||
description: You can add more details about your operating system here, in particular if you chose "Other". If you are experiencing issues with deployment, please provide your docker-compose or docker commands | ||
# --- | ||
# name: "Bug Report" | ||
# description: "Submit a bug report for the current release" | ||
# labels: ["bug"] | ||
# body: | ||
# - type: checkboxes | ||
# id: checks | ||
# attributes: | ||
# label: First Check | ||
# description: Please confirm and check all the following options. | ||
# options: | ||
# - label: This is not a feature request | ||
# required: true | ||
# - label: I added a very descriptive title to this issue. | ||
# required: true | ||
# - label: I used the GitHub search to find a similar issue and didn't find it. | ||
# required: true | ||
# - label: I searched the documentation, with the integrated search. | ||
# required: true | ||
# - label: I already read the docs and didn't find an answer. | ||
# required: true | ||
# - type: input | ||
# id: homebox-version | ||
# attributes: | ||
# label: Homebox Version | ||
# validations: | ||
# required: true | ||
# - type: textarea | ||
# id: description | ||
# attributes: | ||
# label: What is the issue you are experiencing? | ||
# placeholder: A clear and concise description of what the bug is. | ||
# validations: | ||
# required: true | ||
# - type: textarea | ||
# id: reproduction | ||
# attributes: | ||
# description: If you do not provide a way to reproduce the issue, your issue will likely be closed. | ||
# label: How can the maintainer reproduce the issue? | ||
# placeholder: A clear step-by-step guide on how to reproduce the issue. | ||
# validations: | ||
# required: true | ||
# - type: dropdown | ||
# id: os | ||
# attributes: | ||
# label: Deployment | ||
# description: What Deployment system are you using? | ||
# multiple: true | ||
# options: | ||
# - Docker (Linux) | ||
# - Docker (Windows) | ||
# - Docker (Synology) | ||
# - Unraid | ||
# - Other | ||
# validations: | ||
# required: true | ||
# - type: textarea | ||
# id: os-details | ||
# attributes: | ||
# label: Deployment Details | ||
# description: You can add more details about your operating system here, in particular if you chose "Other". If you are experiencing issues with deployment, please provide your docker-compose or docker commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
--- | ||
name: "Feature Request" | ||
description: "Submit a feature request for the current release" | ||
labels: ["feature-request"] | ||
body: | ||
- type: textarea | ||
id: problem-statement | ||
attributes: | ||
label: What is the problem you are trying to solve with this feature? | ||
placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
- type: textarea | ||
id: feature-solution | ||
attributes: | ||
label: What is the solution you are proposing? | ||
placeholder: A clear and concise description of what you want to happen. | ||
- type: textarea | ||
id: feature-alternatives | ||
attributes: | ||
label: What alternatives have you considered? | ||
placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
- type: textarea | ||
id: feature-details | ||
attributes: | ||
label: Additional context | ||
placeholder: Add any other context or screenshots about the feature request here. | ||
- type: checkboxes | ||
id: checks | ||
attributes: | ||
label: Contributions | ||
description: Please confirm the following | ||
options: | ||
- label: I have searched through existing issues and feature requests to see if my idea has already been proposed. | ||
required: true | ||
- label: If this feature is accepted, I would be willing to help implement and maintain this feature. | ||
required: false | ||
- label: If this feature is accepted, I'm willing to sponsor the development of this feature. | ||
required: false | ||
# --- | ||
# name: "Feature Request" | ||
# description: "Submit a feature request for the current release" | ||
# labels: ["feature-request"] | ||
# body: | ||
# - type: textarea | ||
# id: problem-statement | ||
# attributes: | ||
# label: What is the problem you are trying to solve with this feature? | ||
# placeholder: A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
# - type: textarea | ||
# id: feature-solution | ||
# attributes: | ||
# label: What is the solution you are proposing? | ||
# placeholder: A clear and concise description of what you want to happen. | ||
# - type: textarea | ||
# id: feature-alternatives | ||
# attributes: | ||
# label: What alternatives have you considered? | ||
# placeholder: A clear and concise description of any alternative solutions or features you've considered. | ||
# - type: textarea | ||
# id: feature-details | ||
# attributes: | ||
# label: Additional context | ||
# placeholder: Add any other context or screenshots about the feature request here. | ||
# - type: checkboxes | ||
# id: checks | ||
# attributes: | ||
# label: Contributions | ||
# description: Please confirm the following | ||
# options: | ||
# - label: I have searched through existing issues and feature requests to see if my idea has already been proposed. | ||
# required: true | ||
# - label: If this feature is accepted, I would be willing to help implement and maintain this feature. | ||
# required: false | ||
# - label: If this feature is accepted, I'm willing to sponsor the development of this feature. | ||
# required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,4 +69,4 @@ _(REQUIRED)_ | |
--> | ||
|
||
```release-note | ||
``` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,5 +25,3 @@ jobs: | |
tag: nightly | ||
secrets: | ||
GH_TOKEN: ${{ secrets.CR_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v4.6.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
- id: end-of-file-fixer | ||
- id: check-yaml | ||
args: ["--unsafe"] | ||
- id: check-added-large-files |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ func ({{ .Scaffold.model }}) Indexes() []ent.Index { | |
return []ent.Index{ | ||
// index.Fields("token"), | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,4 +44,4 @@ | |
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,4 +71,4 @@ issues: | |
exclude-use-default: false | ||
fix: true | ||
exclude-dirs: | ||
- internal/data/ent.* | ||
- internal/data/ent.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3038,4 +3038,4 @@ | |
"in": "header" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
backend/internal/core/services/reporting/.testdata/import/minimal.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
HB.location,HB.name,HB.quantity,HB.description | ||
loc,Item 1,1,Description 1 | ||
loc,Item 2,2,Description 2 | ||
loc,Item 3,3,Description 3 | ||
loc,Item 3,3,Description 3 |
2 changes: 1 addition & 1 deletion
2
backend/internal/core/services/reporting/.testdata/import/types.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
HB.name,HB.asset_id,HB.location,HB.labels | ||
Item 1,1,Path / To / Location 1,L1 ; L2 ; L3 | ||
Item 2,000-002,Path /To/ Location 2,L1;L2;L3 | ||
Item 3,1000-003,Path / To /Location 3 , L1;L2; L3 | ||
Item 3,1000-003,Path / To /Location 3 , L1;L2; L3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.