Adria Navarro
|
f4e14db22a
|
Add failing test
|
2024-06-07 10:54:14 +02:00 |
mike12345567
|
2c86ea14fd
|
Changing how disk cleanup is performed.
|
2024-06-06 15:07:06 +01:00 |
Sam Rose
|
ac53a97176
|
WIP
|
2024-06-06 14:55:07 +01:00 |
mike12345567
|
878114133c
|
Adding test.
|
2024-06-06 12:36:57 +01:00 |
mike12345567
|
c57a81c6de
|
Adding a global binding for globalId which is retrieved as part of the self call - making sure this is available as a binding (this is not in the user metadata table, just for bindings).
|
2024-06-06 11:53:58 +01:00 |
Adria Navarro
|
47b77d6744
|
Run test only with internal tables
|
2024-06-04 16:46:50 +02:00 |
Adria Navarro
|
7aa6af6e13
|
Add tests to support existing configs
|
2024-06-04 16:40:09 +02:00 |
Adria Navarro
|
b0af50e674
|
Copy fix
|
2024-06-04 16:17:41 +02:00 |
Adria Navarro
|
edd9ebc389
|
Tests
|
2024-06-04 12:33:48 +02:00 |
Adria Navarro
|
e6e67af2c4
|
Guard display name column
|
2024-06-04 12:32:33 +02:00 |
Adria Navarro
|
b65e9cfc80
|
Lint
|
2024-06-04 12:20:19 +02:00 |
Adria Navarro
|
ba9b5c3271
|
Merge branch 'feat/readonly-columns' into BUDI-8282/dont-treat-display-column-as-required
|
2024-06-04 12:09:20 +02:00 |
Adria Navarro
|
a562655361
|
Merge branch 'master' into feat/readonly-columns
|
2024-06-04 12:04:49 +02:00 |
Adria Navarro
|
1c8feaedb1
|
Copy change
|
2024-06-04 12:03:42 +02:00 |
Adria Navarro
|
44708a27ff
|
Merge branch 'BUDI-8282/validate-configuration' into BUDI-8282/validate-configuration-for-hidden-views
|
2024-06-04 11:37:54 +02:00 |
Adria Navarro
|
aefedce568
|
Renames
|
2024-06-04 11:35:09 +02:00 |
Adria Navarro
|
819cc6bebb
|
Fix tests
|
2024-06-04 11:18:33 +02:00 |
Adria Navarro
|
2d953f19cc
|
Clean validation message
|
2024-06-04 11:11:50 +02:00 |
Adria Navarro
|
9b82116c61
|
Copy changes
|
2024-06-04 10:39:56 +02:00 |
Adria Navarro
|
42d60ad95b
|
Fix
|
2024-06-03 16:56:12 +02:00 |
Adria Navarro
|
b937d95de2
|
Move isRequired to shared-core
|
2024-06-03 16:55:02 +02:00 |
Adria Navarro
|
cc3808997c
|
Fix viewV2 tests
|
2024-06-03 13:26:49 +02:00 |
mike12345567
|
38ff7debb4
|
Linting.
|
2024-06-03 12:08:54 +01:00 |
mike12345567
|
155de99b68
|
Streaming to disk before passing onto S3.
|
2024-06-03 11:46:20 +01:00 |
Adria Navarro
|
c1b760ca9e
|
Validate that required fields can't be hidden in views
|
2024-06-03 12:43:51 +02:00 |
Adria Navarro
|
91c20213dc
|
Validate readonly
|
2024-06-03 12:12:04 +02:00 |
Adria Navarro
|
326a90a41e
|
Allow modifying views with readonly configs (other fields)
|
2024-06-03 12:12:04 +02:00 |
Adria Navarro
|
efc9d3399e
|
Validate schema
|
2024-06-03 12:12:04 +02:00 |
Adria Navarro
|
5912c2b129
|
Copy change
|
2024-06-03 12:12:03 +02:00 |
mike12345567
|
26a0801b75
|
Linting.
|
2024-06-03 10:15:16 +01:00 |
mike12345567
|
7b8195f41d
|
Merge branch 'master' of github.com:Budibase/budibase into fix/rest-download-issue
|
2024-06-03 10:13:49 +01:00 |
Adria Navarro
|
5c3973d7f9
|
Merge branch 'master' into feat/readonly-columns
|
2024-06-03 10:06:50 +02:00 |
mike12345567
|
d90763dd3c
|
Getting size parameter right for streams.
|
2024-05-31 17:59:16 +01:00 |
mike12345567
|
4a1f24d0d8
|
Fixing an issue with default parameters not being passed into dynamic parameters.
|
2024-05-31 16:08:10 +01:00 |
mike12345567
|
9912904bd1
|
Fixing an issue with error cases that have a content-disposition being downloaded as a file.
|
2024-05-31 16:07:46 +01:00 |
Sam Rose
|
1777ac4b04
|
Fix mariadb healthcheck.
|
2024-05-31 14:59:15 +01:00 |
dependabot[bot]
|
25a4e1d999
|
Bump mysql2 from 3.9.7 to 3.9.8 in /packages/server
Bumps [mysql2](https://github.com/sidorares/node-mysql2) from 3.9.7 to 3.9.8.
- [Release notes](https://github.com/sidorares/node-mysql2/releases)
- [Changelog](https://github.com/sidorares/node-mysql2/blob/master/Changelog.md)
- [Commits](https://github.com/sidorares/node-mysql2/compare/v3.9.7...v3.9.8)
---
updated-dependencies:
- dependency-name: mysql2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-30 19:53:00 +00:00 |
Adria Navarro
|
6ce0b3c368
|
Copy change
|
2024-05-30 11:46:57 +02:00 |
Sam Rose
|
20ddc37606
|
Merge branch 'master' into test-template-import
|
2024-05-29 17:11:50 +01:00 |
Sam Rose
|
fb4cecc93f
|
Update template tests to make sure importing templates works for SQS.
|
2024-05-29 17:07:29 +01:00 |
Sam Rose
|
53e035fcb5
|
Merge branch 'master' of github.com:budibase/budibase into test-template-import
|
2024-05-29 16:11:57 +01:00 |
Michael Drury
|
35893e0bee
|
Merge branch 'master' into fix/template-app-rows
|
2024-05-29 15:27:31 +01:00 |
Michael Drury
|
aa232db669
|
Merge branch 'master' into fix/template-app-rows
|
2024-05-29 15:06:09 +01:00 |
Adria Navarro
|
5b6242ae77
|
Fix test
|
2024-05-29 15:58:39 +02:00 |
Adria Navarro
|
4b0e433c45
|
Prevent write readonly column
|
2024-05-29 15:52:22 +02:00 |
Adria Navarro
|
2d5ecb6e3e
|
PR comments
|
2024-05-29 15:50:10 +02:00 |
Adria Navarro
|
05544d3082
|
Simplify mock
|
2024-05-29 15:45:33 +02:00 |
Adria Navarro
|
f5f471a4aa
|
Merge branch 'master' into BUDI-8284/readonly-settings-columns-in-views
|
2024-05-29 15:41:20 +02:00 |
Sam Rose
|
1a94d2dca9
|
wip
|
2024-05-29 14:21:58 +01:00 |
mike12345567
|
394fa2536c
|
Build fix.
|
2024-05-29 11:02:27 +01:00 |