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

Add trunk.io checks #868

Merged
merged 30 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
3302be9
trunk init
gantoine May 21, 2024
a7cf0d3
run trunk format on all files
gantoine May 21, 2024
b2085f8
bunch of fixes for trunk
gantoine May 21, 2024
2a980a0
last bits of fixes
gantoine May 21, 2024
2b60402
start fixing mypy issues
gantoine May 21, 2024
1840390
finish mypy fixes
gantoine May 22, 2024
a62794b
fix scan rom test
gantoine May 22, 2024
92c0dd7
disable heck pre push
gantoine May 22, 2024
fcb34f9
Merge branch 'master' into trunk-io
gantoine May 23, 2024
10479bd
run formatter
gantoine May 23, 2024
ca1363a
run chech
gantoine May 23, 2024
b075e93
Merge branch 'master' into trunk-io
gantoine May 24, 2024
7635bbe
run trunk fixes
gantoine May 24, 2024
98380ba
update trunk
gantoine May 24, 2024
acb52f3
Empty commit
gantoine May 24, 2024
8476068
add task to run in CI
gantoine May 24, 2024
9b62641
Merge branch 'master' into trunk-io
gantoine May 31, 2024
c4ef4d9
run truck fixes
gantoine May 31, 2024
05a4c42
Merge branch 'master' into trunk-io
gantoine Jun 1, 2024
4a712a6
add wokring eslint
gantoine Jun 2, 2024
7f8f8e6
fix most eslint errors
gantoine Jun 2, 2024
6652ac8
fix final eslint errors
gantoine Jun 2, 2024
dbf8636
run generator
gantoine Jun 2, 2024
eda8f5b
Merge branch 'master' into trunk-io
gantoine Jun 2, 2024
2c3bd79
manual fixes
gantoine Jun 2, 2024
a401f3c
more fixes
gantoine Jun 2, 2024
f6c7aa4
playing around with trunk
gantoine Jun 2, 2024
c2fb556
fuck it working eslint
gantoine Jun 2, 2024
8990559
fix generating oepnapi types
gantoine Jun 3, 2024
eb27780
changes from self review
gantoine Jun 3, 2024
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
  •  
  •  
  •  
20 changes: 11 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Bug report
about: Report a bug, issue or problem
title: "[Bug] Bug title"
labels: bug
assignees: ''

assignees: ""
---

**RomM version**
Expand All @@ -15,6 +14,7 @@ A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand All @@ -27,15 +27,17 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]

**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]

**Additional context**
Add any other context about the problem here.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ name: Custom issue template
about: Describe this issue template's purpose here.
title: "[Other] Custom issue title"
labels: other
assignees: ''

assignees: ""
---
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Feature request
about: Suggest an idea for this project
title: "[Feature] Feature title"
labels: feature
assignees: ''

assignees: ""
---

**Is your feature request related to a problem? Please describe.**
Expand Down
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/ui-ux.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ name: UI/UX
about: UI/UX improvement suggestion
title: "[UI/UX] Title"
labels: ui/ux
assignees: ''

assignees: ""
---
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
### Description

<sup>Please describe the changes or enhancements you are proposing with this pull request.</sup>

### Related Issues

<sup>List any related issues that are addressed or fixed by this pull request.</sup>

### Checklist

Please check all that apply.

- [ ] I've tested the changes locally
Expand All @@ -15,5 +18,9 @@ Please check all that apply.
- [ ] All existing tests are passing

### Additional Notes

<sup>Add any additional information or context about the pull request here.</sup>

```

```
Binary file modified .github/resources/isotipo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
232 changes: 1 addition & 231 deletions .github/resources/isotipo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion .github/resources/logotipo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading