Michael Drury
|
361589d18a
|
Merge pull request #3338 from Budibase/feature/query-rbac-timeouts
Query RBAC, query and automation threading/timeouts
|
2021-11-17 11:39:09 +00:00 |
mike12345567
|
0cf612029e
|
Linting and updating csv parser test case to match new functionality.
|
2021-11-12 19:39:12 +00:00 |
mike12345567
|
86eec3bb52
|
Some UI work, as well as moving SQL to using a proper bulk insert method and fixing an issue found with csv parsing and removing of invalid columns.
|
2021-11-12 19:24:56 +00:00 |
mike12345567
|
2dee1d6cff
|
Fixing issues dsicovered by automation test cases, as well as disabling threading for test scenarios.
|
2021-11-11 16:20:30 +00:00 |
mike12345567
|
f5e2e2baca
|
Fixing an issue with filtering by dates in SQL, where the lucene dates provided don't convert cleanly to JS dates.
|
2021-11-11 15:36:21 +00:00 |
mike12345567
|
ad68b895e1
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/query-rbac-timeouts
|
2021-11-11 13:50:42 +00:00 |
mike12345567
|
2e61209291
|
Adding worker-farm back to have a mechanism to run queries within which we can timeout.
|
2021-11-10 19:35:09 +00:00 |
mike12345567
|
02137f4c08
|
Adding a way to switch between string and options, as well as number and boolean types, this is very useful for SQL tables.
|
2021-11-10 15:01:44 +00:00 |
Rory Powell
|
edb012fcc7
|
Merge pull request #3178 from Budibase/postgres-schema
Postgres: Use another schema other than 'public'
|
2021-11-10 10:03:25 +00:00 |
mike12345567
|
28b4adc2b3
|
Reworking MS-SQL test case to be able to get the sql now with a request being made for each internal query, rather than just at connection.
|
2021-11-09 11:16:12 +00:00 |
mike12345567
|
0e499fd60d
|
Some refactoring to make it easier to find specific edge cases of sql clients.
|
2021-11-08 18:12:40 +00:00 |
mike12345567
|
15907280b2
|
Fixing #3182 so that sorting is disabled for certain column types that we cannot use, as well as fixing some issues with MS-SQL plus tables.
|
2021-11-08 17:25:05 +00:00 |
mike12345567
|
94263b8496
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus
|
2021-11-08 14:43:28 +00:00 |
mike12345567
|
c1e23c0153
|
Merge branch 'master' of github.com:Budibase/budibase into develop
|
2021-11-08 14:00:47 +00:00 |
mike12345567
|
c22356fb4d
|
Fixing an issue with relationship modal breaking when multiple data sources available to relate to, also fixing an pile of issues with creating and reading rows from SQL server plus.
|
2021-11-05 18:55:36 +00:00 |
Rory Powell
|
5c8ad247f8
|
Merge branch 'develop' into postgres-schema
|
2021-11-05 14:07:39 +00:00 |
mike12345567
|
948ec067d5
|
Updating underlying sql to not use ilike unless in postgres client.
|
2021-11-05 13:48:13 +00:00 |
mike12345567
|
ed89efba70
|
Cleaning up repeated work in sql server building of schema.
|
2021-11-05 12:41:26 +00:00 |
mike12345567
|
974cf7b27e
|
Linting and updating SQL Server schema generation to include auto column and primary key recognition.
|
2021-11-05 12:33:48 +00:00 |
mike12345567
|
cadb05923e
|
Merge branch 'develop' of github.com:Budibase/budibase into feature/mssql-plus
|
2021-11-05 10:58:04 +00:00 |
Martin McKeaveney
|
1c237d8dc6
|
Merge pull request #3187 from Budibase/fix/safari-bug
Fix budibase builder preview on safari
|
2021-11-04 17:22:02 +01:00 |
Martin McKeaveney
|
5ebeb6814d
|
refactor switch into a key value handler object
tidy up - remove logs and comments
update windowed modals to use postMessage
|
2021-11-04 17:21:17 +01:00 |
mike12345567
|
24b2036e09
|
Fixing rest test mocking.
|
2021-11-03 15:45:19 +00:00 |
mike12345567
|
aebd39d874
|
Fixing REST PUT using POST as per #3227.
|
2021-11-03 13:12:20 +00:00 |
mike12345567
|
67ed3dac19
|
Fixing some issues with MySQL and dropping foreign key constrained columns.
|
2021-11-02 13:36:23 +00:00 |
mike12345567
|
5d0ce3bf89
|
Adding mysql support.
|
2021-10-29 18:43:50 +01:00 |
mike12345567
|
0cf08df80f
|
Adding many to many support, generating junction table and setting up constraints.
|
2021-10-29 18:37:29 +01:00 |
mike12345567
|
eb8fde5c95
|
Fixing a lot of issues around dropping columns, updating columns, relationships and bi-directionality, display columns now default to something for SQL tables as well.
|
2021-10-29 13:34:10 +01:00 |
mike12345567
|
246d08c804
|
SQL table building.
|
2021-10-28 19:39:42 +01:00 |
mike12345567
|
51dcdf0697
|
First version of schema generation for ms-sql, able to retrieve basic tables and rows.
|
2021-10-27 18:36:27 +01:00 |
Rory Powell
|
5b06aa082c
|
Remove whitespace
|
2021-10-27 17:23:52 +01:00 |
Rory Powell
|
60f8bc0450
|
Update tests
|
2021-10-27 17:21:29 +01:00 |
Rory Powell
|
1ffab7f5d6
|
Postgres: Use another schema other than 'public'
|
2021-10-27 16:21:19 +01:00 |
mike12345567
|
015b2a8f56
|
Fixing #2820 - SQL system no longer includes tables without a primary key constraint and it displays an error to handle this.
|
2021-10-26 20:03:54 +01:00 |
Martin McKeaveney
|
7882862a65
|
enable collapsible nodes in component tree
|
2021-10-21 16:24:58 +01:00 |
Martin McKeaveney
|
b1f04a0f6b
|
Merge branch 'develop' into fix/postreleasefixes2
|
2021-10-21 16:00:48 +01:00 |
Martin McKeaveney
|
62a6c5e2b9
|
upgrade to mysql2 package
|
2021-10-21 14:47:35 +01:00 |
mike12345567
|
d20eb464b0
|
Fixes issue #2417 in the backend, looks for fields which could contain a key value and if they do it will resolve them down to the ID field value.
|
2021-10-18 17:54:34 +01:00 |
Michael Drury
|
34d5bca7c6
|
Merge pull request #3025 from Budibase/fix/quick-fixes
Fixing refresh on wrong password and setting hard SQL limits
|
2021-10-18 09:20:29 +01:00 |
mike12345567
|
89be613c40
|
Setting a hard limit on how many rows can be returned by the SQL plus queries.
|
2021-10-15 17:52:06 +01:00 |
mike12345567
|
33e5946f59
|
Fixing an issue with mongo test failing in Node 16 due to unhandled promise rejections.
|
2021-10-14 16:37:11 +01:00 |
Martin McKeaveney
|
ed9574b815
|
tidy up
|
2021-10-12 20:19:32 +01:00 |
Martin McKeaveney
|
2674f1992f
|
Merge branch 'develop' of github.com:Budibase/budibase into fix/postrelease
|
2021-10-12 16:50:37 +01:00 |
Martin McKeaveney
|
88f42fb221
|
remove random files
|
2021-10-12 16:14:49 +01:00 |
Martin McKeaveney
|
14370c81b9
|
SSL support for digitalocean, started utility function for BB logout, bunch of minor bug fixes
|
2021-10-12 16:13:54 +01:00 |
Martin McKeaveney
|
eb64cb9b07
|
Merge pull request #2894 from mslourens/update_rest_url_with_slash_questionmark
add a slash before the path and a questionmark before the querystring
|
2021-10-11 22:05:45 +01:00 |
mike12345567
|
1fbd84b629
|
Making sure creation of SQL rows don't pass down null columns (no point).
|
2021-10-06 17:55:03 +01:00 |
mike12345567
|
3878cf76cd
|
Fixing issue #2788 - making client side queries and SQL queries consistent with internal table ones.
|
2021-10-06 17:38:32 +01:00 |
Maurits Lourens
|
53cfb8dc9c
|
fix tests
|
2021-10-05 13:38:03 +02:00 |
Maurits Lourens
|
42d5140c7f
|
add a slash before the path and a questionmark before the querystring
|
2021-10-05 12:20:09 +02:00 |