Skip to content

Commit

Permalink
Merge pull request #1914 from quadratichq/qa
Browse files Browse the repository at this point in the history
QA: Sept 24th
  • Loading branch information
davidkircos authored Oct 15, 2024
2 parents 9cec542 + 5878e8e commit ec150b9
Show file tree
Hide file tree
Showing 464 changed files with 28,430 additions and 10,841 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
test_rust:
runs-on: ubuntu-latest-8-cores
timeout-minutes: 10
timeout-minutes: 15
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -267,4 +267,4 @@ jobs:
uses: actions/checkout@v3

- name: Verify that all versions match
run: ./bump.sh verify
run: ./bump.sh verify
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ docker/redis/data
docker/static/html
docker/postgres-connection/data
docker/mysql-connection/data
docker/snowflake-connection/data
docker/mssql-connection/data

# JMeter
Expand Down
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"szhsin",
"thiserror",
"Timelike",
"undoable",
"unspill",
"vals",
"websockets",
Expand Down Expand Up @@ -89,5 +90,11 @@
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[dockercompose]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
Loading

0 comments on commit ec150b9

Please sign in to comment.