mike12345567
75bf3c78e6
Merge branch 'master' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-18 11:07:34 +01:00
Andrew Kingston
a74dde5985
Fix small border issue
2024-06-18 10:38:50 +01:00
Andrew Kingston
11e75c2199
Make quiet table even quieter
2024-06-18 10:27:04 +01:00
Andrew Kingston
1e492c7a1d
Shrink grid padding to least possible while allowing space for required controls
2024-06-18 09:12:37 +01:00
dependabot[bot]
9bcb5a3500
Bump ws from 7.5.9 to 7.5.10
...
Bumps [ws](https://github.com/websockets/ws ) from 7.5.9 to 7.5.10.
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 19:51:45 +00:00
mike12345567
5b6c5011fb
Removing Datadog CI visibility for now due to its pricing - have created a confluence page documenting how to add it back if it is desired.
2024-06-17 18:13:54 +01:00
Sam Rose
c5935e9e56
Merge pull request #13960 from Budibase/budi-8238-rewrite-postgresspects-to-use-knex
...
Use `knex` instead of `rawQuery` everywhere, remove `rawQuery` from codebase.
2024-06-17 17:04:34 +01:00
Sam Rose
75e79156f7
Merge branch 'master' into budi-8238-rewrite-postgresspects-to-use-knex
2024-06-17 16:45:33 +01:00
Sam Rose
572bc6fbe1
Merge pull request #13948 from Budibase/uncomment-search-test-todos
...
Solve all remaining TODOs in search.spec.ts.
2024-06-17 16:36:23 +01:00
Michael Drury
785b7e8136
Merge branch 'master' into uncomment-search-test-todos
2024-06-17 16:27:25 +01:00
Sam Rose
903c3cf84d
Fix flake in generic-sql.spec.ts.
2024-06-17 16:17:00 +01:00
Sam Rose
c107ab937d
Remove rawQuery entirely.
2024-06-17 16:15:51 +01:00
Sam Rose
16cacb3de7
Convert mysql.spec.ts away from rawQuery.
2024-06-17 15:48:58 +01:00
Sam Rose
42437d8e71
Merge branch 'master' of github.com:budibase/budibase into budi-8238-rewrite-postgresspects-to-use-knex
2024-06-17 14:39:55 +01:00
Sam Rose
84118f9e8c
Remove makeRequest from mysql.spec.ts
2024-06-17 14:39:45 +01:00
Sam Rose
485d396673
Merge pull request #13957 from Budibase/dependabot/npm_and_yarn/packages/server/tar-6.2.1
...
Bump tar from 6.1.15 to 6.2.1 in /packages/server
2024-06-17 14:12:08 +01:00
mike12345567
03b82c0923
Merge branch 'master' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-17 13:41:40 +01:00
Sam Rose
6516a01657
Merge branch 'master' into uncomment-search-test-todos
2024-06-17 13:34:53 +01:00
dependabot[bot]
c8c0dfb84d
Bump tar from 6.1.15 to 6.2.1 in /packages/server
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 6.1.15 to 6.2.1.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.1.15...v6.2.1 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 09:23:30 +00:00
melohagan
9ecf82e0f6
Add endpoint to GET tenant info from tenant global DB. ( #13923 )
...
* Add GET tenant info endpoint
* Add GET global tenant to endpoint list.
* Use correct not found code
* Fix unit test
* Code review comments
* Ignore account portal check types
* remove account-portal-ui from type check ignore
* Remove ignore account-portal-ui from type check
2024-06-17 09:22:44 +00:00
Budibase Staging Release Bot
7601cd0ce2
Bump version to 2.28.7
2024-06-17 09:11:47 +00:00
Conor Webb
92f9501d26
Add function to close side panel based on the browser's history. ( #13944 )
...
* Add function to close side panel based on the browser's history.
* Switched to hashchange, removed from SidePanel, added to ClientApp.svelte
* Removed unused onMount, fixed lint issue
* Removed unnecessary if statement.
2024-06-17 07:21:26 +00:00
mike12345567
c34c219e8f
Tidying up one of the weirder things knex can do.
2024-06-14 19:10:52 +01:00
mike12345567
654a417d66
Type checking.
2024-06-14 19:07:50 +01:00
mike12345567
cd1e7c0bad
Small re-jig make things easier to read.
2024-06-14 19:04:02 +01:00
mike12345567
f3ca1d0b1e
Adding countRows parameter to external API for counting.
2024-06-14 19:01:20 +01:00
mike12345567
1b36d8af51
Getting counting flow working correctly for external datasources.
2024-06-14 19:00:59 +01:00
mike12345567
908b77fd9b
Fixing some issues with using offsets.
2024-06-14 18:27:23 +01:00
mike12345567
e402f9c571
Merge branch 'uncomment-search-test-todos' of github.com:Budibase/budibase into feature/count-rows-to-return
2024-06-14 18:16:47 +01:00
mike12345567
77556820bf
Bit more work towards row counting, as well as moving external SQL to use row + 1 for working out pagination.
2024-06-14 18:12:36 +01:00
Sam Rose
c2320e4f5b
Convert postgres.spec.ts to use Knex instead of rawQuery.
2024-06-14 17:20:08 +01:00
Sam Rose
a54048e308
Solve all remaining TODOs in search.spec.ts.
2024-06-14 14:57:31 +01:00
mike12345567
2c6262844b
Some work to limiting, changing how limiting works for pagination so that filtering on relationships doesn't cause problems.
2024-06-14 14:35:35 +01:00
mike12345567
7491021ca0
Base implementation of counting (plumbing).
2024-06-14 14:35:14 +01:00
Sam Rose
c6a7bf6ed1
Merge pull request #13941 from Budibase/budi-8349-in-memory-search-parity-testing
...
Test in-memory search alongside all of our other search types, to ensure parity.
2024-06-14 14:08:00 +01:00
Sam Rose
49abf037a6
Merge branch 'budi-8349-in-memory-search-parity-testing' of github.com:budibase/budibase into budi-8349-in-memory-search-parity-testing
2024-06-14 13:59:41 +01:00
Sam Rose
caeca22d79
Update pro reference.
2024-06-14 13:59:28 +01:00
Sam Rose
520f900708
Merge branch 'master' of github.com:budibase/budibase into budi-8349-in-memory-search-parity-testing
2024-06-14 13:59:06 +01:00
Michael Drury
f90a9707ce
Merge pull request #13946 from Budibase/dependabot/npm_and_yarn/examples/nextjs-api-sales/braces-3.0.3
...
Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-api-sales
2024-06-14 13:41:29 +01:00
Michael Drury
311c0ed6c4
Merge branch 'master' into dependabot/npm_and_yarn/examples/nextjs-api-sales/braces-3.0.3
2024-06-14 13:31:17 +01:00
Gerard Burns
1a6e840593
UX Changes to Component Name Editing Flow ( #13921 )
...
* rb
* PR Feedback
2024-06-14 13:28:49 +01:00
Sam Rose
909cf3f4f5
Merge branch 'master' into budi-8349-in-memory-search-parity-testing
2024-06-14 11:17:38 +01:00
Sam Rose
f3c82cbf38
Ensure that sort order is always lowercased.
2024-06-14 11:00:34 +01:00
dependabot[bot]
bea4faad50
Bump braces from 3.0.2 to 3.0.3 in /examples/nextjs-api-sales
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-06-14 09:52:39 +00:00
Michael Drury
bc949e2f54
Merge pull request #13942 from Budibase/fix/migration-guide-link
...
Migration documentation + caching fix
2024-06-14 10:51:54 +01:00
Sam Rose
59e9658a6a
Merge branch 'master' of github.com:budibase/budibase into budi-8349-in-memory-search-parity-testing
2024-06-14 10:35:04 +01:00
mike12345567
42732f1737
Merge branch 'master' of github.com:Budibase/budibase into fix/migration-guide-link
2024-06-14 10:10:57 +01:00
Sam Rose
c27e9c266c
Replace SortDirection with SortOrder, SortDirection is being removed.
2024-06-14 09:45:30 +01:00
Sam Rose
4e1e462dbe
Fix build maybe?
2024-06-14 09:31:48 +01:00
Gerard Burns
d47c7d9227
Chart Component and Explanation Modal Fixes and Improvements ( #13922 )
...
* wip
* wip refactoring icons and column names
* wip
* wip
* remove automatic chart datetime sorting
* indefinite article, long form text
* lint
* lint
2024-06-14 08:20:56 +01:00