Skip to content
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
6a4ab8d
refactor agent tools
PClmnt Feb 2, 2026
f3a8db6
fix warnings
PClmnt Feb 2, 2026
de2e7c3
simplify config.svelte
PClmnt Feb 2, 2026
5de3498
lint:
PClmnt Feb 3, 2026
8da0778
fix: include current user context in table row button conditions
ConorWebb96 Feb 2, 2026
24a3556
move grid condition enrichment
ConorWebb96 Feb 2, 2026
63b7c9a
add test to cover grid condition enrichment
ConorWebb96 Feb 2, 2026
1a950df
run conditions test in jsdom
ConorWebb96 Feb 2, 2026
83a0064
add validation translations category and definition
ConorWebb96 Feb 2, 2026
cb37674
use translated required error in form validation
ConorWebb96 Feb 2, 2026
4d2f0de
Merge remote-tracking branch 'origin/master' into feat/refactor-agent…
PClmnt Feb 3, 2026
83df610
Apply suggestion from @cubic-dev-ai[bot]
PClmnt Feb 3, 2026
6e18e0d
Fix list_rows tool to properly support pagination parameters
Feb 3, 2026
9a8f702
Merge pull request #17931 from Budibase/fix/list-rows-pagination
PClmnt Feb 3, 2026
d72fbd6
Merge branch 'master' into feat/refactor-agent-toolds
PClmnt Feb 3, 2026
e4a06bf
fix topbar
PClmnt Feb 3, 2026
7538aa5
lint
PClmnt Feb 3, 2026
65d6b94
add tests to cover row tools
PClmnt Feb 3, 2026
fee4d1e
pr comments
PClmnt Feb 4, 2026
0ec51ac
Merge remote-tracking branch 'origin/master' into feat/refactor-agent…
PClmnt Feb 4, 2026
aa3348b
fix types
PClmnt Feb 4, 2026
5e9c50f
update tool naming
PClmnt Feb 4, 2026
7b352e7
lint
PClmnt Feb 4, 2026
294cc78
Merge branch 'master' into feat/refactor-agent-toolds
PClmnt Feb 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ budibase-datasource
*.iml
.nx
.claude
.opencode
30 changes: 30 additions & 0 deletions packages/builder/assets/datasource-icons/budibase.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions packages/builder/assets/datasource-icons/couchdb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions packages/builder/assets/datasource-icons/custom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions packages/builder/assets/datasource-icons/dynamodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions packages/builder/assets/datasource-icons/elasticsearch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions packages/builder/assets/datasource-icons/firestore.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions packages/builder/assets/datasource-icons/google_sheets.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions packages/builder/assets/datasource-icons/mongodb.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading