1
0
Fork 0
mirror of synced 2024-08-04 12:51:47 +12:00
Commit graph

7470 commits

Author SHA1 Message Date
mike12345567
daed47a0a8 Fix #2209 - views, calculations and group by can't support formula or link fields, making sure these aren't options in the UI. Also fixing an issue where formula values were being saved to DB. 2021-08-04 15:22:41 +01:00
Michael Drury
236db6d9b3 Merge pull request #2259 from Budibase/fix/sql-2250
SQL varchar/number parsing fix
2021-08-04 14:58:38 +01:00
mike12345567
f4a3d2ff3b Fix for #2250, strings were being parsed for numbers which was causing the issue for strings starting with numbers, using the table schema to determine is parsing necessary. 2021-08-04 14:46:21 +01:00
Budibase Release Bot
2062c38f2e v0.9.95 2021-08-04 09:46:58 +00:00
Martin McKeaveney
0ad651d592 adding log to authenticated middleware for K8S env 2021-08-04 10:38:49 +01:00
Budibase Release Bot
2a267cecf0 v0.9.94 2021-08-04 09:10:05 +00:00
Michael Drury
4834b765be Merge pull request #2253 from Budibase/revert-2076-feature/multi-tenants
Revert "Multi-tenancy/organisations"
2021-08-04 10:02:35 +01:00
Michael Drury
b86a6fddc9 Revert "Multi-tenancy/organisations" 2021-08-04 10:02:24 +01:00
Michael Drury
2456e69483 Merge pull request #2076 from Budibase/feature/multi-tenants
Multi-tenancy/organisations
2021-08-04 10:01:22 +01:00
Andrew Kingston
8ca5fb67ac Merge pull request #2252 from Budibase/fix/action-bindings
Fix bindings not appearing in certain button actions
2021-08-04 09:59:37 +01:00
Andrew Kingston
d135ddb376 Fix bindings not appearing in certain button actions 2021-08-04 09:48:23 +01:00
mike12345567
4e13dde657 Fixing some issues highlighted by worker test cases. 2021-08-03 17:14:17 +01:00
Budibase Release Bot
0762b6d7be v0.9.93 2021-08-03 16:02:29 +00:00
Joe
02d342e8a4 Merge pull request #2232 from jakedee/patch-1
Minor readme spelling updates
2021-08-03 16:53:35 +01:00
mike12345567
88c07d28eb Linting. 2021-08-03 15:41:51 +01:00
mike12345567
e7974f7e86 Implementing some changes to how context gets set for tenancy, after testing, as well as updating server. 2021-08-03 15:32:25 +01:00
Jake Dowie
17d1e79a42 Readme spelling updates 2021-08-03 11:38:06 +01:00
Budibase Release Bot
308bb709ae v0.9.92 2021-08-03 09:21:53 +00:00
Andrew Kingston
fe5cb6ebb2 Merge pull request #2205 from Budibase/fix/preview-garbage-handling
Allow app preview to handle garbage iframe messages
2021-08-03 10:12:21 +01:00
Budibase Release Bot
913cf9071b v0.9.91 2021-08-03 09:12:12 +00:00
Andrew Kingston
ce38875ea5 Merge pull request #2204 from Budibase/fix/url-select
Fix URL select component
2021-08-03 10:02:29 +01:00
mike12345567
f3ce979230 Linting. 2021-08-02 18:36:32 +01:00
mike12345567
7743384f77 re-write, to use the ideas that Rory put in place, still WIP, un-tested but all implemented. 2021-08-02 18:34:43 +01:00
Budibase Release Bot
0f4df3cc85 v0.9.90 2021-08-02 14:49:04 +00:00
Andrew Kingston
8168c9155f Merge pull request #2220 from Budibase/fix/initial-theme
Fix colour picker inconsistencies when app theme has never been changed
2021-08-02 15:41:36 +01:00
Budibase Release Bot
c0e1f29788 v0.9.89 2021-08-02 14:36:56 +00:00
Martin McKeaveney
08bb1a1ef6 Create feature_request.md 2021-08-02 15:29:21 +01:00
Andrew Kingston
531d6d2cd0 Fix colour picker inconsistencies when app theme has never been changed 2021-08-02 15:28:40 +01:00
mike12345567
f6d0db4c4b Updating API endpoints, to include the new system one, updating hosting envoy yaml to cover these. 2021-08-02 12:09:03 +01:00
Andrew Kingston
06fa9091f4 Allow app preview to handle garbage iframe messages 2021-08-01 14:00:18 +01:00
Andrew Kingston
7f09f55315 Fix URL select not working properly, and massively reduce usage of getBindableProperties to improve settings loading speed 2021-08-01 13:39:33 +01:00
mike12345567
10bb31afd2 Linting. 2021-07-30 20:40:38 +01:00
mike12345567
af9b0a738d Fixing issues with pages reloading in weird ways. 2021-07-30 20:39:42 +01:00
Budibase Release Bot
e332003cb7 v0.9.88 2021-07-30 18:07:23 +00:00
Michael Drury
f7e55ba140 Merge pull request #2199 from Budibase/fix/relationship-issue-2167
Fix for SQL relationship issue
2021-07-30 18:59:38 +01:00
mike12345567
776f176f5c Fix for issue #2167, the foreign key was not being set correctly in all scenarios for the from table in SQL relationships, our test data happened to hide this fact due to the foreign key and the key in from table having the same name. 2021-07-30 18:49:36 +01:00
Budibase Release Bot
2bfe7866cf v0.9.87 2021-07-30 17:25:31 +00:00
mike12345567
61de20616f Fixing worker dev script to not overwrite env file everytime. 2021-07-30 15:40:39 +01:00
mike12345567
8bcce17cd7 Removing unused mock. 2021-07-30 14:25:38 +01:00
mike12345567
79c5f01267 Fixing config test case. 2021-07-30 14:23:40 +01:00
Andrew Kingston
10d64456a2 Add back in client app border only when inside builder preview 2021-07-30 10:06:16 +01:00
Budibase Release Bot
9778ce8f98 v0.9.86 2021-07-29 09:17:21 +00:00
Martin McKeaveney
ac3bf81f72 Merge pull request #2168 from Budibase/develop
Develop
2021-07-29 10:09:52 +01:00
Martin McKeaveney
a42f87cbd9 merge with master 2021-07-29 10:06:33 +01:00
Budibase Release Bot
1799502520 v0.9.85 2021-07-28 21:57:53 +00:00
Martin McKeaveney
5c51d3bd80 remove border around app 2021-07-28 22:50:27 +01:00
Budibase Staging Release Bot
147cbb8497 v0.9.85-alpha.2 2021-07-28 21:46:10 +00:00
Martin McKeaveney
61759ab1c4 Merge pull request #2157 from mslourens/update_app_role_bug
fix update role modal
2021-07-28 22:38:52 +01:00
Budibase Staging Release Bot
627a9fdb4d v0.9.85-alpha.1 2021-07-28 16:05:40 +00:00
Martin McKeaveney
bde1eb0a3c Merge pull request #2135 from mslourens/renaming_an_app
rename an app
2021-07-28 16:58:08 +01:00