1
0
Fork 0
mirror of synced 2024-07-13 18:26:06 +12:00
Commit graph

21605 commits

Author SHA1 Message Date
Dean f20653d4ca Branding fixes 2023-06-05 15:20:04 +01:00
Dean 42e3ca1872 Merge remote-tracking branch 'origin/develop' into fix/logo-urls 2023-06-05 14:14:02 +01:00
Rory Powell e00eb171be WIP logo url fixes 2023-06-05 14:01:46 +01:00
Budibase Staging Release Bot 7c7bca0413 Bump version to 2.6.19-alpha.52 2023-06-05 11:18:40 +00:00
Andrew Kingston a2da3f620d Merge pull request #10784 from Budibase/cheeks-fixes
More fixes
2023-06-05 12:15:18 +01:00
Andrew Kingston 6de83a6ab4 Lint 2023-06-05 11:57:36 +01:00
Andrew Kingston f7e21c3348 Remove log from websocket heartbeat 2023-06-05 11:55:45 +01:00
Andrew Kingston 29968df6d9 Fix not being able to navigate away from the design section 2023-06-05 11:55:18 +01:00
Andrew Kingston d87e943750 Fix user avatar in audit logs page 2023-06-05 11:13:24 +01:00
Budibase Staging Release Bot de1840e813 Bump version to 2.6.19-alpha.51 2023-06-05 09:43:25 +00:00
Michael Drury 93191a17b5 Merge pull request #10777 from Budibase/fix/google-sheets-issues
Fix/google sheets issues
2023-06-05 10:39:03 +01:00
mike12345567 0506096e72 Fixing filtering plus pagination in googlesheets, the pagination previously was first which broke the filtering. 2023-06-05 10:03:47 +01:00
mike12345567 770f7c1dc6 Merge branch 'develop' of github.com:Budibase/budibase into fix/google-sheets-issues 2023-06-05 09:36:45 +01:00
Budibase Staging Release Bot f314dbccc9 Bump version to 2.6.19-alpha.50 2023-06-05 08:18:32 +00:00
Andrew Kingston 4ae0cfadf4 Merge pull request #10781 from Budibase/cheeks-fixes
Misc fixes
2023-06-05 09:14:09 +01:00
Andrew Kingston d4e28518d2 Fix error on SCIM page 2023-06-05 08:55:16 +01:00
Andrew Kingston ffde512307 Update position of floating buttons to be consistent 2023-06-05 08:49:35 +01:00
Andrew Kingston 920fea7b1f Remove beta button from grid, add feedback button to data section linking to collaboration maze 2023-06-05 08:48:02 +01:00
Andrew Kingston 4f176b3edd Increase padding around the grid 2023-06-05 08:30:53 +01:00
Andrew Kingston f7f9a359b2 Ensure edit button in overview is never disabled as we don't use the lock any more 2023-06-05 08:27:14 +01:00
mike12345567 e7649374d2 Fixing googlesheets filtering by _id - there was an issue with the response API giving _rowNumber rather than the expected primary key of rowNumber, need to update the filters accordingly. 2023-06-02 18:25:35 +01:00
Budibase Staging Release Bot 0addd4eaf8 Bump version to 2.6.19-alpha.49 2023-06-02 17:07:44 +00:00
mike12345567 213315e14f Fixing issue with row deletion not returning the _id of the row which was deleted in googlesheets. 2023-06-02 18:03:43 +01:00
Andrew Kingston 680b70643c Merge pull request #10775 from Budibase/collaboration-fixes
Collaboration fixes
2023-06-02 18:03:11 +01:00
Andrew Kingston 6f51843875 Fix TS issue 2023-06-02 16:22:07 +01:00
Budibase Staging Release Bot 108def6b88 Bump version to 2.6.19-alpha.48 2023-06-02 14:37:44 +00:00
Adria Navarro c16abf960e Merge pull request #10772 from Budibase/chore/fix_os_contributor_experience
Chore - Fix OS contributor dev experience
2023-06-02 16:34:34 +02:00
Andrew Kingston 0582dd40b2 Ensue table schema change made via grids are properly synced with backend stores, given absence of websocket events for own events 2023-06-02 15:28:48 +01:00
Andrew Kingston 2db3012ae0 Fix JSON editor overflow row edit modal 2023-06-02 15:13:57 +01:00
Adria Navarro 5c7bca96e6 Always bundle pro 2023-06-02 14:50:55 +01:00
Budibase Staging Release Bot d47f245884 Bump version to 2.6.19-alpha.47 2023-06-02 13:38:03 +00:00
Michael Drury cd294ce726 Merge pull request #10770 from Budibase/fix/ioredis-build-issue
Ioredis-mock bundling issue
2023-06-02 14:34:41 +01:00
mike12345567 c13530ef32 Stop attempt at bundling ioredis-mock, only need to check at runtime. 2023-06-02 13:59:33 +01:00
Budibase Staging Release Bot fcbf143df4 Bump version to 2.6.19-alpha.46 2023-06-02 12:19:39 +00:00
deanhannigan 76cfb9d58e Merge pull request #10759 from Budibase/bindings-fixes
Fixes for Bindings V2
2023-06-02 13:16:16 +01:00
Dean 247896bdf3 Linting 2023-06-02 12:55:16 +01:00
Dean 9f2df319a2 Updated the JS Scripting modal use the new editor 2023-06-02 12:50:22 +01:00
Budibase Staging Release Bot 37669b4400 Bump version to 2.6.19-alpha.45 2023-06-02 11:14:19 +00:00
Michael Drury a096d1b3dd Merge pull request #10768 from Budibase/fix/ioredis-mock-issue
Only import ioredis-mock if needed
2023-06-02 12:10:50 +01:00
Dean 450be6ec28 Changed the binding font to monospace per feedback 2023-06-02 12:03:25 +01:00
mike12345567 ddeb25b68d Updating mock redis to only import if it is needed. 2023-06-02 11:52:50 +01:00
Dean a8836a1531 Removed the monospace font from the Text editor and replaced it with the core font. 2023-06-02 11:46:01 +01:00
Dean 44dd09dfef UI colours updated 2023-06-02 10:56:36 +01:00
Dean 221cf0979a Merge remote-tracking branch 'origin/develop' into bindings-fixes 2023-06-02 09:23:45 +01:00
Andrew Kingston 53f1a4e67d Update builder socket to ignore own events, and ensure table creation updates state without depending on the websocket 2023-06-02 09:04:50 +01:00
Andrew Kingston dab3263569 Fix losing cell focus when another user makes changes while you're adding a row 2023-06-02 08:58:32 +01:00
Andrew Kingston b4def3675a Remove manual refresh of row after creation 2023-06-02 08:53:47 +01:00
Michael Drury adbdaf394a Small update to make sure that save/patch calls to the rows API (all DS+) return the squashed relationships, not the whole structure. 2023-06-01 18:18:12 +01:00
Andrew Kingston d8d3d71523 Update websocket logic to ignore events trigger by API requests originating from the same session 2023-06-01 17:14:32 +01:00
Budibase Staging Release Bot 91f760d7c4 Bump version to 2.6.19-alpha.44 2023-06-01 15:55:01 +00:00