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

Data tables v1 #1915

Open
wants to merge 635 commits into
base: qa
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
635 commits
Select commit Hold shift + click to select a range
e7c002d
comments
davidfig Dec 26, 2024
ec4117f
Merge pull request #2150 from quadratichq/data-tables-ref
davidfig Dec 26, 2024
6203bcb
more work on tables ref (lots of todos)
davidfig Dec 26, 2024
2893c5c
pass tests
davidfig Dec 26, 2024
c0b12e6
add TableMap so JsSelection can get coordinates fo tables
davidfig Dec 26, 2024
85eec79
adding more fns that require TableMap
davidfig Dec 27, 2024
e799a9a
fix broken test
davidfig Dec 27, 2024
59a852d
hooking up ts and filling in missing fns
davidfig Dec 27, 2024
572db29
fixing TS issues
davidfig Dec 28, 2024
c63cabd
simplifying api and reorganizing imports
davidfig Dec 29, 2024
4a7a82d
cleaned up compile errors
davidfig Dec 30, 2024
e819f3a
cleaning up filenames in a1
davidfig Dec 30, 2024
9b470c6
fix more tests
davidfig Dec 30, 2024
ce78a3c
clean up TS type errors
davidfig Dec 31, 2024
f443d5e
fixing more todos
davidfig Dec 31, 2024
65b95b5
better handling of columns within table_map
davidfig Dec 31, 2024
e850fd2
convert_to_ref_range_bounds and related functionality
davidfig Jan 1, 2025
6d8308a
fixing more todos
davidfig Jan 1, 2025
1e2f79c
fix test
davidfig Jan 1, 2025
d7b04f9
clippy
davidfig Jan 1, 2025
811a9df
removed cell_ref_range_to_rect todo
davidfig Jan 1, 2025
fd4fabc
more todos
davidfig Jan 2, 2025
541c7ac
fix more todos
davidfig Jan 2, 2025
c5f1a22
fix table refs
davidfig Jan 2, 2025
7e7e9c1
fix TS errors
davidfig Jan 2, 2025
dcdd464
Complete work on adding/removing data table columns in Rust + tests
ddimaria Jan 2, 2025
4ad8707
Refactor colunns and column headers
ddimaria Jan 2, 2025
b1ddfcd
compile + test fixes
davidfig Jan 3, 2025
569faf8
fix final tests
davidfig Jan 3, 2025
29c13cc
Merge branch 'table-ref-refactor' into data-tables-v1
davidfig Jan 3, 2025
f7fc4fc
fix TS type errors
davidfig Jan 3, 2025
954ab35
reworking finiteRanges and infiniteRanges
davidfig Jan 3, 2025
857b30c
select table starting to work
davidfig Jan 3, 2025
7abebb6
Merge branch 'ayush/2075' of github.com:quadratichq/quadratic into da…
AyushAgrawal-A2 Jan 3, 2025
9d4553a
merge bug
AyushAgrawal-A2 Jan 3, 2025
c5f29ea
Complete work on adding/removing data table rows in Rust + tests
ddimaria Jan 3, 2025
703b75c
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 3, 2025
3654f2e
Add/remove column/row working in the UI
ddimaria Jan 4, 2025
bfa74f8
Merge branch 'ayush/2075' into data-tables-v1
AyushAgrawal-A2 Jan 4, 2025
ada4571
unused import
AyushAgrawal-A2 Jan 4, 2025
97414e2
fix bugs
davidfig Jan 4, 2025
cb2ea04
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 4, 2025
887cff3
fix cursor indicator
davidfig Jan 4, 2025
391b58c
A1SelectionStringToSelection
AyushAgrawal-A2 Jan 4, 2025
29fd54c
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 4, 2025
1f6f5e2
fix alternating colors
davidfig Jan 4, 2025
87bef60
Fix broken test_data_table_delete_row test
ddimaria Jan 4, 2025
a53a154
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 4, 2025
00114f6
added goto table
davidfig Jan 4, 2025
1753627
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 4, 2025
45e9ed6
add logs for debugging
AyushAgrawal-A2 Jan 4, 2025
d5f4cc6
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 4, 2025
ebbc7c0
more logs
AyushAgrawal-A2 Jan 4, 2025
3472e37
more logs
AyushAgrawal-A2 Jan 4, 2025
73d9bd4
remove logs
AyushAgrawal-A2 Jan 4, 2025
f2caa3e
fix a few circular dependencies, use type imports
AyushAgrawal-A2 Jan 5, 2025
036dd36
fix lint and api build
AyushAgrawal-A2 Jan 5, 2025
64fff53
Merge branch 'ayush/2075' into data-tables-v1
AyushAgrawal-A2 Jan 5, 2025
639d882
Merge branch 'ayush/2075' of github.com:quadratichq/quadratic into da…
AyushAgrawal-A2 Jan 5, 2025
80e6485
clippy
AyushAgrawal-A2 Jan 5, 2025
1090c0f
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 5, 2025
d3ee9bb
selecting columns
davidfig Jan 5, 2025
db642ff
adding show/hide header to column selection
davidfig Jan 5, 2025
3cd2ca5
Merge branches 'data-tables-v1' and 'ayush/2075' of github.com:quadra…
AyushAgrawal-A2 Jan 6, 2025
cd8b5e3
more options when converting from TableRef to RefRangeBounds
davidfig Jan 6, 2025
b6a32a1
select columns in tables
davidfig Jan 6, 2025
cfb0d49
column headers are only selected when show_headers is true
davidfig Jan 6, 2025
5972d37
better handling of select table from goto menu
davidfig Jan 6, 2025
15eff97
fixing test failures (including an intermittent borders test failure)
davidfig Jan 6, 2025
2a929e8
fix bug with table context menu being available when table isn't active
davidfig Jan 6, 2025
571e8a0
Merge branch 'ayush/2075' into data-tables-v1
AyushAgrawal-A2 Jan 6, 2025
87b1065
working through renaming bug
davidfig Jan 6, 2025
8ee0fa2
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 6, 2025
2d54f38
Insert column to left/right and row above/below
ddimaria Jan 6, 2025
770353b
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 6, 2025
0e5c502
Merge remote-tracking branch 'origin/qa' into data-tables-v1
ddimaria Jan 6, 2025
3c4a29a
Replace spaces with underscores in data table names
ddimaria Jan 6, 2025
746e190
Merge branch 'ayush/2075' into data-tables-v1
AyushAgrawal-A2 Jan 6, 2025
d13c476
Remove formatted_code_string + fix broken tests
ddimaria Jan 6, 2025
d11d56d
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 6, 2025
2b46540
Merge branch 'qa' of github.com:quadratichq/quadratic into data-table…
AyushAgrawal-A2 Jan 6, 2025
1b2af43
Merge branches 'data-tables-v1' and 'ayush/2075' of github.com:quadra…
AyushAgrawal-A2 Jan 6, 2025
f7bbadb
Contiguous rows and columns will grow the table
ddimaria Jan 7, 2025
286aaeb
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 7, 2025
ad331cf
fix rename when headings or table name are off screen
davidfig Jan 7, 2025
d4d3579
Contiguous rows and columns no longer work on code cell output
ddimaria Jan 7, 2025
71f5af5
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 7, 2025
37493a2
hide table menu when single cell output
davidfig Jan 7, 2025
dc466e8
fix bug with grid lines appearing over js images
davidfig Jan 7, 2025
d45b5b3
don't show table menu if single value code cell
davidfig Jan 7, 2025
8ac31d9
indicator is hidden when over a JS image
davidfig Jan 7, 2025
6302d07
Disable data table manipulations for code cell tables
ddimaria Jan 7, 2025
3277d17
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 7, 2025
55d04e5
Preserve user-defined values of data table between code runs
ddimaria Jan 7, 2025
cb91255
Add drag handle to data tables on hover
ddimaria Jan 7, 2025
8067de6
more rust keyboard replacement code
davidfig Jan 8, 2025
00ffa8f
fix a bug with destroying cellsSheet
davidfig Jan 8, 2025
0d3d418
table has a show_ui option
davidfig Jan 8, 2025
64378ce
fix bug with cellHighlights
davidfig Jan 8, 2025
b5241cd
rename when show ui is false
davidfig Jan 8, 2025
efb6080
CLI utils to convert files to json and to upgrade files
ddimaria Jan 8, 2025
31284a9
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 8, 2025
1fdceda
code editor header shows the table name if available
davidfig Jan 9, 2025
11adf7e
added pos as well to table name
davidfig Jan 9, 2025
c23f3cb
outline shows when active even if show_ui = false
davidfig Jan 9, 2025
2ed647d
fix bug with floating column headers having wrong outline
davidfig Jan 9, 2025
d0d1651
formatting
davidfig Jan 10, 2025
9dbb4d1
render table fills
davidfig Jan 11, 2025
187dd42
Merge branch 'ayush/2075' of github.com:quadratichq/quadratic into da…
AyushAgrawal-A2 Jan 12, 2025
13170fc
merge bugs
AyushAgrawal-A2 Jan 12, 2025
23593a0
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 12, 2025
37ae61e
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 12, 2025
3a4ec07
avoid rust client in dashboard
AyushAgrawal-A2 Jan 12, 2025
539d009
wire up first_row_header on import, clippy
AyushAgrawal-A2 Jan 12, 2025
b0bd63d
console log
AyushAgrawal-A2 Jan 12, 2025
c0ee6df
improved table formatting
davidfig Jan 13, 2025
6fa3005
fix table wrap bug
davidfig Jan 13, 2025
0c77e05
clippy
davidfig Jan 13, 2025
fdd2c7c
fix imports
AyushAgrawal-A2 Jan 13, 2025
1bf5162
Merge branch 'data-tables-v1' into ayush/csv_delimiter
AyushAgrawal-A2 Jan 13, 2025
087a75f
fix table fill bug
davidfig Jan 13, 2025
e13c37d
Merge branch 'data-tables-v1' into ayush/csv_delimiter
AyushAgrawal-A2 Jan 13, 2025
9ac137c
Complete drag to expand/contract data table
ddimaria Jan 13, 2025
07030ca
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 13, 2025
df8e5db
Only allow data table dragging where readonly=false
ddimaria Jan 13, 2025
5c0f8ce
intersection works with TableRef
davidfig Jan 13, 2025
ec3c12e
TableRef and exclude.rs
davidfig Jan 13, 2025
a788977
Only code cell data tables can be deleted via the delete key
ddimaria Jan 13, 2025
8c4ea9a
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 13, 2025
3bdf5b8
Add first batch of data table actions to the command palette
ddimaria Jan 14, 2025
2dfa03e
More data tables in the command palette
ddimaria Jan 14, 2025
75abf15
The rest of the data table functions in the command palette
ddimaria Jan 14, 2025
a1e5036
Prefer Sheet1 over Sheet 1, fix tests
ddimaria Jan 14, 2025
46b6ebb
Fix more broken tests
ddimaria Jan 14, 2025
14145b1
Merge branch 'qa' of github.com:quadratichq/quadratic into data-table…
AyushAgrawal-A2 Jan 14, 2025
20ce02b
more tables work
davidfig Jan 14, 2025
c3455eb
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 14, 2025
7d9f4bd
fix merge issues
davidfig Jan 14, 2025
7c59fdd
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 14, 2025
c685215
Merge branch 'ayush/csv_delimiter' of github.com:quadratichq/quadrati…
AyushAgrawal-A2 Jan 14, 2025
b99d741
rename error
AyushAgrawal-A2 Jan 14, 2025
86f7973
rename CSVPreview
AyushAgrawal-A2 Jan 14, 2025
228a682
fix fill test
davidfig Jan 14, 2025
8c84483
merge bug
AyushAgrawal-A2 Jan 14, 2025
7ca2474
Merge branch 'data-tables-v1' into ayush/csv_delimiter
AyushAgrawal-A2 Jan 14, 2025
1b667dc
Merge pull request #1975 from quadratichq/ayush/csv_delimiter
AyushAgrawal-A2 Jan 14, 2025
c6f3262
working through exclude bugs
davidfig Jan 15, 2025
d0d9f69
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 15, 2025
683351b
fixing tests; output_rect now takes include_header
davidfig Jan 15, 2025
b8ede3a
Re-enable spills for non-code data tables
ddimaria Jan 15, 2025
b69fe25
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 15, 2025
70edc7f
Merge branch 'qa' into data-tables-v1
AyushAgrawal-A2 Jan 15, 2025
d3a7681
Functions to replace sheet name, table name, and column name in a1_se…
ddimaria Jan 16, 2025
6204954
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 16, 2025
be46d93
fix exclude_cells test failure
davidfig Jan 16, 2025
4d528f9
q.cells for JS
davidfig Jan 16, 2025
f307aa4
fix test
davidfig Jan 16, 2025
cf4d955
fix set_borders test
davidfig Jan 16, 2025
e123460
fix test_table
davidfig Jan 16, 2025
6d67579
Updzte sheet name in code cells within the DataTableMeta operation
ddimaria Jan 16, 2025
51f015b
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 16, 2025
94af5ea
Updzte column name in code cells within the DataTableMeta operation
ddimaria Jan 16, 2025
bc6ba78
fix: selection with shift + ctrl + arrows not working as expected
golok727 Jan 17, 2025
dc6a472
Merge branch 'qa' into fix/jumpCursor
golok727 Jan 17, 2025
a88cce1
python is smarter about headers
davidfig Jan 17, 2025
b835dfc
don't allow editing of column names for code tables
davidfig Jan 17, 2025
0528f4b
remove-logo
luke-quadratic Jan 17, 2025
3fbbd83
(WIP) to_table_ref for A1Selection
davidfig Jan 17, 2025
b48bf48
converts RefRangeBounds to a TableRef for last range if possible
davidfig Jan 17, 2025
c403754
Replace table names in code checkpoint
ddimaria Jan 17, 2025
4008209
fix selecting columns
davidfig Jan 18, 2025
4ff511e
better toggling of columns
davidfig Jan 18, 2025
e71a85c
typing in an anchor cell for a code cell opens the code editor instea…
davidfig Jan 18, 2025
8bbe73b
simplify selecting column name
davidfig Jan 18, 2025
17d8aeb
fix test_to_string test
davidfig Jan 18, 2025
c718d4d
fix tests
davidfig Jan 18, 2025
092d27a
ensure context gets sent when code or sheet info changes
davidfig Jan 18, 2025
76c968e
double selecting the table toggles between headers and no headers
davidfig Jan 18, 2025
90439c8
working through table border issues
davidfig Jan 18, 2025
fc7a43b
spelling
davidfig Jan 19, 2025
7e026d7
fix test failure
davidfig Jan 19, 2025
a0a64e7
fixing tests and fills
davidfig Jan 19, 2025
364e9e7
clippy and cleanup
AyushAgrawal-A2 Jan 20, 2025
fcb2d29
Merge branch 'qa' of github.com:quadratichq/quadratic into data-table…
AyushAgrawal-A2 Jan 20, 2025
556d292
fix codecov
AyushAgrawal-A2 Jan 20, 2025
4767316
fix hover table
AyushAgrawal-A2 Jan 20, 2025
0555f2d
fix bug with alternating colors
davidfig Jan 20, 2025
c0249e6
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 20, 2025
e37fa7a
update fills when data table changes
davidfig Jan 20, 2025
05103af
fix AskAISelection
AyushAgrawal-A2 Jan 20, 2025
d4e17f6
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 20, 2025
1b60219
fix jumpcursor selection
AyushAgrawal-A2 Jan 20, 2025
9e46dd2
use cellsheet tables instead of quadraticCode.getCodeCell
AyushAgrawal-A2 Jan 20, 2025
1f9a852
working through tables
davidfig Jan 20, 2025
6b27d39
Merge branch 'qa' into fix/jumpCursor
AyushAgrawal-A2 Jan 20, 2025
a61ac7e
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 20, 2025
4fc62a4
Merge branch 'data-tables-v1' into fix/jumpCursor
AyushAgrawal-A2 Jan 20, 2025
78d79d0
Merge pull request #2214 from golok727/fix/jumpCursor
AyushAgrawal-A2 Jan 20, 2025
4caa700
fix merge bug
AyushAgrawal-A2 Jan 20, 2025
4fe3720
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 20, 2025
6cbcbdb
don't allow pinch and zoom on the borders of an iframe
davidfig Jan 20, 2025
6b25412
Wrap up replace table name in code cells
ddimaria Jan 21, 2025
2764592
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 21, 2025
e906851
experiment with alternating colors using alpha instead of luminosity
davidfig Jan 21, 2025
356305d
handle create / copy code cell in data table
AyushAgrawal-A2 Jan 21, 2025
bb7356b
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
AyushAgrawal-A2 Jan 21, 2025
b73c990
hide ask ai button when editing
AyushAgrawal-A2 Jan 21, 2025
7d6b722
Test replacing column name in code cell on name change
ddimaria Jan 21, 2025
0624648
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 21, 2025
88c241d
Generate a new blank file
ddimaria Jan 21, 2025
692275e
improved table borders
davidfig Jan 21, 2025
66120f5
fix failing test
davidfig Jan 21, 2025
92400f4
fix bug in right table border
davidfig Jan 21, 2025
cfbc79e
Merge pull request #2221 from quadratichq/rm-logo
davidkircos Jan 21, 2025
0695572
Finish replace sheet name in code cell when changed
ddimaria Jan 21, 2025
80bcdc0
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 21, 2025
dbe79bd
allow headers to toggle for table column select
davidfig Jan 21, 2025
98319bb
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 21, 2025
87733a1
better select_table for non-table ranges
davidfig Jan 21, 2025
543de84
finish selection bugs - ensureVisible
AyushAgrawal-A2 Jan 22, 2025
e5801b5
Merge branch 'qa' of github.com:quadratichq/quadratic into data-table…
AyushAgrawal-A2 Jan 22, 2025
482d353
fix scroll over html cells
AyushAgrawal-A2 Jan 22, 2025
4745479
translate only on copy/paste, not cut/paste
AyushAgrawal-A2 Jan 22, 2025
e411090
Checkpoint
ddimaria Jan 22, 2025
1a7c39f
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 22, 2025
815ed85
remove dead fn
davidfig Jan 22, 2025
970481c
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 22, 2025
9004268
prepare python's q.cells to get headers
davidfig Jan 22, 2025
17ddfc9
Get copy tables working again
ddimaria Jan 23, 2025
0b1c31b
Get copy tables working again
ddimaria Jan 23, 2025
9dc3999
Fix merge conflict
ddimaria Jan 23, 2025
af573c3
Fix bug where partial data table moves on a table move
ddimaria Jan 23, 2025
22f159a
Generate delete operations on a data table if the data table if fully…
ddimaria Jan 23, 2025
8e4ef72
Merge branches 'data-tables-v1' and 'qa' of github.com:quadratichq/qu…
AyushAgrawal-A2 Jan 23, 2025
455ec19
remove AskAISelection
AyushAgrawal-A2 Jan 23, 2025
671775c
fix build
AyushAgrawal-A2 Jan 23, 2025
c304900
fix context menu and remove insert col/row inside table
AyushAgrawal-A2 Jan 23, 2025
985eece
table name hover
AyushAgrawal-A2 Jan 23, 2025
c803b75
add get_cells test
davidfig Jan 23, 2025
e5d28b5
Merge branch 'data-tables-v1' of https://github.com/quadratichq/quadr…
davidfig Jan 23, 2025
bb0b854
double table name click to open code editor
AyushAgrawal-A2 Jan 23, 2025
b2a96f2
show outline for single cell output codecells without header
AyushAgrawal-A2 Jan 23, 2025
7dff2af
fix: Typing a letter into a cell in a table doesn't include that lett…
AyushAgrawal-A2 Jan 23, 2025
978273c
fix intersect
AyushAgrawal-A2 Jan 23, 2025
f7e289f
prevent formula in import
AyushAgrawal-A2 Jan 23, 2025
7f4ff78
flatten / convert to table
AyushAgrawal-A2 Jan 23, 2025
6fa6e23
add CodeEditorHeaderLabel
jimniels Jan 23, 2025
2256690
Fix delete data table bug
ddimaria Jan 23, 2025
8209d36
Merge branch 'data-tables-v1' of github.com:quadratichq/quadratic int…
ddimaria Jan 23, 2025
0592761
Implement Add/Delete Data Table operations, fix flatten reverse opera…
ddimaria Jan 23, 2025
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
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
${{ matrix.test_command }}

- name: Generate coverage for quadratic-${{ matrix.package }}
if: always()
env:
RUSTC_BOOTSTRAP: 1
run: |
Expand All @@ -98,6 +99,7 @@ jobs:
-o lcov.info

- name: Upload coverage reports to Codecov quadratic-${{ matrix.package }}
if: always()
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/preview-build-deploy-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ jobs:
contents: read
pull-requests: write
issues: write
deployments: write
runs-on: ${{ matrix.runner }}
if: github.head_ref != 'qa' || github.base_ref != 'main'
timeout-minutes: 30
Expand Down Expand Up @@ -231,8 +232,8 @@ jobs:
org.opencontainers.image.revision=${{ steps.build-metadata.outputs.GIT_SHA_SHORT }}

- name: Find Build & Deploy Images Comment
uses: peter-evans/find-comment@v3
if: failure()
uses: peter-evans/find-comment@v3
id: preview-build-deploy-images-comment
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down Expand Up @@ -468,8 +469,8 @@ jobs:
echo "DEPLOY_TIME=$(date -u +'%b %d, %Y at %I:%M %p UTC')" >> $GITHUB_OUTPUT

- name: Find Build & Deploy Images Comment
if: always()
uses: peter-evans/find-comment@v3
if: success() || failure()
id: preview-build-deploy-images-comment-update
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ quadratic-core/tmp.txt
quadratic-files/target/
quadratic-files/storage
quadratic-multiplayer/target/

quadratic-multiplayer/updateAlertVersion.json
quadratic-shared/src/auto_gen_path.rs
quadratic-rust-shared/src/auto_gen_path.rs

# Generated JS files
quadratic-api/node_modules/
Expand Down
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@
"awscli",
"awscliv",
"ayush",
"bigdec",
"bigdecimal",
"bincode",
"bindgen",
"bmfont",
"cellref",
"COUNTA",
"COUNTBLANK",
"COUNTIF",
"COUNTIFS",
"buildkit",
"Buildx",
"cellvalue",
"cmdk",
"codegen",
"codingame",
"containerd",
"CRPXNLSKVLJFHH",
"Cyphertext",
Expand All @@ -37,6 +42,8 @@
"expressjwt",
"fholzer",
"finitize",
"fontfaceobserver",
"fontkit",
"fontobject",
"Fuzzysort",
"GETCELL",
Expand All @@ -49,16 +56,21 @@
"hljs",
"HLOOKUP",
"htmlescape",
"indexeddb",
"indexmap",
"indicies",
"iproduct",
"initdb",
"iproduct",
"isblank",
"isready",
"itertools",
"jetli",
"jamba",
"jwks",
"keepalive",
"keyrings",
"linkify",
"localstack",
"mailslurper",
"MDSL",
Expand All @@ -67,6 +79,7 @@
"moby",
"msdf",
"mysqladmin",
"noemit",
"nonblank",
"nopush",
"Northbridge",
Expand All @@ -82,6 +95,7 @@
"pixi",
"pixiapp",
"Plotly",
"prec",
"proptest",
"pulumi",
"pyimport",
Expand All @@ -93,6 +107,7 @@
"repr",
"reqwest",
"rfind",
"ROUNDDOWN",
"rustup",
"scrollend",
"selfhost",
Expand Down Expand Up @@ -122,7 +137,10 @@
"Timelike",
"tlsv",
"trackpad",
"TRUNC",
"undoable",
"Unspan",
"Unspanned",
"unspill",
"useblacksmith",
"usermod",
Expand All @@ -135,6 +153,7 @@
"VITE",
"websockets",
"Westborough",
"xyxy",
"zstd"
],
"editor.codeActionsOnSave": {
Expand Down Expand Up @@ -185,5 +204,6 @@
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"C_Cpp.errorSquiggles": "enabled"
}
25 changes: 25 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions infra/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "quadratic-infra",
"main": "index.ts",
"devDependencies": {
"@types/node": "^18"
},
"dependencies": {
"@pulumi/aws": "^6.13.1",
"@pulumi/awsx": "^2.10.0",
"@pulumi/command": "^0.9.2",
"@pulumi/pulumi": "^3.0.0"
},
"devDependencies": {
"@types/node": "^18.19"
}
}
Loading
Loading