Andrew Kingston
4188754bbe
Fix SQL table `_id` filtering ( #9030 )
...
* Re-add support for filtering on _id using external SQL tables and fix filter key prefixes not working with _id field
* Remove like operator from internal tables and only allow basic operators on SQL table _id column
* Update data section filtering to respect new rules
* Update automation section filtering to respect new rules
* Update dynamic filter component to respect new rules
2022-12-15 09:22:28 +00:00
Michael Drury
45984e4c3f
Merge pull request #8968 from Budibase/fix/user-self-update
...
Minor update - stop users updating their own admin/global flags
2022-12-08 09:01:41 +00:00
mike12345567
6243186db5
Fixing repl options.
2022-12-07 18:22:02 +00:00
mike12345567
5f49d71b8b
Adding back compaction.
2022-12-07 18:09:17 +00:00
mike12345567
4b211b6587
Linting.
2022-12-07 14:43:27 +00:00
mike12345567
bffb41490b
Fix for #7865 - if you deleted a cron automation immediately after creating/publishing it there was a scenario where prod automations would be out of sync with dev automations and it wouldn't really delete. To get around this, we do an automation sync back to dev DB - meaning that the cron ID is known and can be disabled.
2022-12-07 14:32:29 +00:00
mike12345567
edb3c88a41
Extension on fix for user self assignment, don't allow users to change their admin/builder status.
2022-12-07 12:42:14 +00:00
mike12345567
b68c3c8481
Fix for CI build failure.
2022-12-06 18:23:55 +00:00
mike12345567
9608b74920
Fix for #7732 - as well as some tests for it, make sure that it is working as expected.
2022-12-06 17:20:26 +00:00
mike12345567
bc77b924c0
Fixes based on test failures.
2022-12-06 12:47:48 +00:00
mike12345567
329a51d010
PR comments, moving more stuff into SDK.
2022-12-06 12:22:41 +00:00
mike12345567
95a515ec3d
Fix for #8896 - the automation logs were already being sync'd to the dev database, but when unpublished they are in-accessible. Some minor updates to make sure that before unpublishing there is a sync, and then most of the changes are in pro.
2022-12-05 18:24:25 +00:00
mike12345567
47d782ad28
Final fix for #8882 - adding text to show the error - as well as fixing an issue with many to many updating correctly.
2022-12-02 17:28:37 +00:00
mike12345567
2d9dd1a667
Adding some null controls.
2022-12-02 16:17:56 +00:00
Andrew Kingston
ff53acfb9f
Merge pull request #8788 from Budibase/side-panel
...
Side panels
2022-11-30 16:04:35 +00:00
deanhannigan
b66cf84876
Merge pull request #8857 from Budibase/fix/sample-data-edit-removed-delete-fixed
...
Remove ability to edit the 'Sample Data' datasource name
2022-11-30 09:08:54 +00:00
Andrew Kingston
bc33af13f9
Fix types in table migration tests
2022-11-29 16:27:06 +00:00
Andrew Kingston
a3cb7e9516
Add basic component type
2022-11-29 16:21:59 +00:00
Dean
2de437aaa7
Fix to ensure only the budibase datasource type is altered on save
2022-11-29 16:08:31 +00:00
Michael Drury
de0b163971
Adding test case for char encoding and being explicit about utf8 export.
2022-11-29 16:03:22 +00:00
Michael Drury
903d259fc4
Removing old JS file.
2022-11-29 15:23:01 +00:00
Dean
d6e88ae6b4
Merge remote-tracking branch 'origin/develop' into fix/sample-data-edit-removed-delete-fixed
2022-11-29 12:54:22 +00:00
Andrew Kingston
02ef58c7fc
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-29 12:22:56 +00:00
Andrew Kingston
4279d3687e
Update table migration test to use imports, and update TestConfiguration to work with type parameters
2022-11-29 12:19:37 +00:00
Michael Drury
ecfff5cdbe
Merge branch 'develop' of github.com:Budibase/budibase into fix/charset-encoding
2022-11-29 11:57:45 +00:00
Michael Drury
1f0570907a
Merge branch 'master' of github.com:Budibase/budibase into develop
2022-11-29 11:13:54 +00:00
mike12345567
ab914bcca2
Final fixes after re-running all test suites.
2022-11-28 19:12:23 +00:00
mike12345567
482c130a2e
Some fixes after re-running server tests.
2022-11-28 18:14:10 +00:00
mike12345567
b5b74b9cad
General work after running some tests in CI - general refactoring as well.
2022-11-28 17:54:04 +00:00
Dean
c1e1ba51f3
Disabled the ability to rename the Sample Data datasource. Updated the backend to ensure that renaming doesn't alter its structure and block deletion
2022-11-28 17:25:10 +00:00
mike12345567
ce1b626f68
Updates to fix build.
2022-11-28 13:24:39 +00:00
Andrew Kingston
3c3c2325e7
Add tests for table settings migration
2022-11-28 12:20:49 +00:00
Mel O'Hagan
cde3c2e8ff
lint
2022-11-28 12:05:19 +00:00
Mel O'Hagan
38210cebe5
Don't parse number arrays as date
2022-11-28 12:04:44 +00:00
mike12345567
93cb1c52de
Final typescript conversions for server.
2022-11-26 16:24:37 +00:00
mike12345567
3aed49778f
One file left in the server, some fixes after converting the internal row controller.
2022-11-26 15:42:53 +00:00
mike12345567
4868083208
Fixes based on server build so far.
2022-11-26 15:10:41 +00:00
mike12345567
0a32126c5b
Automation overhaul to Typescript, plus type updates.
2022-11-25 19:57:07 +00:00
mike12345567
17865a5ef4
Typescript conversion of linked row controller.
2022-11-25 18:54:57 +00:00
mike12345567
0c73662f32
Some server typescript re-writes, only automations left and some controllers.
2022-11-25 15:01:46 +00:00
Andrew Kingston
2a6ba0536f
Merge branch 'develop' of github.com:Budibase/budibase into side-panel
2022-11-25 11:24:57 +00:00
mike12345567
a38d617138
Complete conversion of backend-core to Typescript.
2022-11-24 18:48:51 +00:00
Andrew Kingston
fa68773b3e
Refactor table settings migration slightly and add missing await keyword
2022-11-24 14:23:27 +00:00
Andrew Kingston
0016899459
Rename table settings migration and only run on dev apps
2022-11-24 14:23:04 +00:00
deanhannigan
30160a5fc1
Merge pull request #8795 from Budibase/fix/pass-request-context-to-dynamic-var-retry
...
User/Auth context now being passed to dynamic variable request updates
2022-11-24 13:42:51 +00:00
Mel O'Hagan
29de393a2f
Allow tables to be created even if no fetch
2022-11-24 11:45:58 +00:00
Dean
821cff392c
User/Auth context now being passed to dynamic variable request updates
2022-11-24 10:16:05 +00:00
mike12345567
37410e041a
Some fixes based on test runs.
2022-11-23 11:44:15 +00:00
mike12345567
6f6d000cb8
Finally removing all usages of backend-core/ type imports from server, including some further typescript conversions.
2022-11-22 19:49:59 +00:00
mike12345567
ed6a6ab8ce
Updating all of the route files to typescript, as well as some controllers.
2022-11-22 18:49:19 +00:00