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

Breaking: major infrastructure upgrade #579

Merged
merged 24 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
c2e7f7c
copied from the other repo
baruchiro Aug 20, 2024
2055ddb
Update git ignore
brafdlog Aug 30, 2024
65fc08b
Add .idea to gitignore
brafdlog Aug 30, 2024
b4c05fb
Fallback to default config if config file is invalid
brafdlog Aug 30, 2024
6958d1e
Fix longstanding mobx warning about changing state outside of action
brafdlog Aug 30, 2024
00d2085
Fix crash when trying to show ynab account mapping table
brafdlog Aug 30, 2024
b647136
Fix bug in chase budget wasn't explicitly chosen by user
brafdlog Aug 30, 2024
2c1fdc4
Remove Vite App title
brafdlog Aug 30, 2024
659c30e
Remove Vite App title
brafdlog Aug 30, 2024
9c1dfbc
Move discord url from global to package.json
brafdlog Aug 30, 2024
1d2a1e6
Remove redundant category calculation script
baruchiro Sep 1, 2024
08e4df5
chore: Update package.json with new project name and description
baruchiro Sep 1, 2024
c1ddf03
release pipeline on push
baruchiro Sep 1, 2024
e7d1f00
chore: Update author email in package.json
baruchiro Sep 1, 2024
1a3f7de
try with production
baruchiro Sep 2, 2024
da7ebe5
test.1
baruchiro Sep 2, 2024
4b2fed1
avoid using process.env
baruchiro Sep 2, 2024
1c42afe
temporary avoid triggering release from CI
baruchiro Sep 2, 2024
d26a085
handle failed decryption
baruchiro Sep 5, 2024
4ef0531
2.0.0-test.3
baruchiro Sep 5, 2024
1a05f81
run prettier on vite structure (#583)
shaiu Sep 15, 2024
366ab6d
Testing the CI/CD process on the master branch on my fork (#582)
baruchiro Sep 17, 2024
b73f982
get prettier from master
baruchiro Sep 17, 2024
225cd3f
reformat all with prettier
baruchiro Sep 17, 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
  •  
  •  
  •  
21 changes: 0 additions & 21 deletions .devcontainer/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions .devcontainer/devcontainer.json

This file was deleted.

13 changes: 0 additions & 13 deletions .devcontainer/gnome-keyring-fix.sh

This file was deleted.

7 changes: 7 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
VITE_APP_VERSION=0.0.0
VITE_APP_NAME=caspion

VITE_SENTRY_DSN=

VITE_GOOGLE_CLIENT_ID=
VITE_GOOGLE_CLIENT_SECRET=
61 changes: 0 additions & 61 deletions .eslintignore

This file was deleted.

61 changes: 61 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
module.exports = {
root: true,
env: {
es2021: true,
node: true,
browser: false,
},
extends: [
'eslint:recommended',
/** @see https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin#recommended-configs */
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/stylistic-type-checked',
'prettier',
],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 12,
sourceType: 'module',
project: './tsconfig.test.json',
},
plugins: ['@typescript-eslint'],
ignorePatterns: ['node_modules/**', '**/dist/**'],
rules: {
'@typescript-eslint/no-unused-vars': [
'error',
{
argsIgnorePattern: '^_',
varsIgnorePattern: '^_',
},
],
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/consistent-type-imports': [
'error',
{
fixStyle: 'inline-type-imports',
},
],
// '@typescript-eslint/prefer-optional-chain': 'warn',
// '@typescript-eslint/prefer-nullish-coalescing': 'warn',
/**
* Having a semicolon helps the optimizer interpret your code correctly.
* This avoids rare errors in optimized code.
* @see https://twitter.com/alex_kozack/status/1364210394328408066
*/
semi: ['error', 'always'],
/**
* This will make the history of changes in the hit a little cleaner
*/
'comma-dangle': ['warn', 'always-multiline'],
/**
* Just for beauty
*/
quotes: [
'warn',
'single',
{
avoidEscape: true,
},
],
},
};
99 changes: 0 additions & 99 deletions .eslintrc.js

This file was deleted.

4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.github/actions/**/*.js linguist-detectable=false
scripts/*.js linguist-detectable=false
*.config.js linguist-detectable=false
* text=auto eol=lf
1 change: 0 additions & 1 deletion .github/CODEOWNERS

This file was deleted.

28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees:

---

**Describe the bug**
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 '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.
Comment on lines +1 to +28
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Questions & Discussions
url: https://github.com/brafdlog/caspion/discussions/categories/q-a
about: Use GitHub discussions for message-board style questions and discussions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees:

---

**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**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.
17 changes: 0 additions & 17 deletions .github/dependabot.yml

This file was deleted.

Loading
Loading