1
0
Fork 0
mirror of synced 2024-09-09 22:16:26 +12:00
Commit graph

106 commits

Author SHA1 Message Date
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
mike12345567
4e294fbcd9 Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 2021-09-08 19:29:28 +01:00
Peter Clement
295e36f576 Add ability for user to select 'List' data type for a column 2021-08-19 16:54:44 +01:00
Andrew Kingston
80679cba13 Merge branch 'develop' of github.com:Budibase/budibase into spectrum-apps 2021-07-05 17:41:26 +01:00
mike12345567
f2beac85b7 Implementing UI to support the backend put in place. 2021-07-02 14:33:05 +01:00
Andrew Kingston
61a1a4a481 Use app name as default layout title 2021-06-30 19:40:59 +01:00
Martin McKeaveney
d928a93465 Merge branch 'feature/sql-relationships' of github.com:Budibase/budibase into feature/opinionated-relationships-ui 2021-06-30 15:06:42 +01:00
Andrew Kingston
24172d111c Remove a lot of hacks around screenslots and allow naming them 2021-06-30 09:05:03 +01:00
mike12345567
af71bf478a Merge branch 'develop' of github.com:Budibase/budibase into feature/sql-relationships 2021-06-28 14:42:15 +01:00
Martin McKeaveney
e183a9e607 definitions and tidy up 2021-06-28 13:04:52 +01:00
Andrew Kingston
aeb56250ff Add gap to default screen in new apps 2021-06-28 12:00:01 +01:00
Andrew Kingston
fc4aa07495
Merge pull request #1834 from Budibase/design-panel-v2
Design panel V2 + big performance improvements + misc features
2021-06-28 11:11:00 +01:00
Andrew Kingston
ce40b7165a Update autoscreens and default layouts to use new component props 2021-06-28 10:47:23 +01:00
mike12345567
e56926dd7f Moving definitions to central location and adding a few more definitions. 2021-06-26 23:09:46 +01:00
mike12345567
6cae9cbdb8 Formatting. 2021-06-24 18:17:26 +01:00
mike12345567
374081d720 First attempt and re-writing a portion of the server in typescript. 2021-06-24 18:16:48 +01:00
Andrew Kingston
14fa37deac Merge branch 'develop' of github.com:Budibase/budibase into design-panel-v2 2021-06-24 11:44:49 +01:00
Andrew Kingston
2dd5645aab Fix instance name on layouts 2021-06-23 12:26:46 +01:00
Andrew Kingston
0b40c39bdf Fix empty layout being created with top navigation 2021-06-22 09:37:42 +01:00
Martin McKeaveney
3d89604680 merge 2021-06-21 11:19:22 +01:00
Andrew Kingston
74874cf46c Fix styles of default server generated layouts 2021-06-18 12:32:29 +01:00
Andrew Kingston
8904eaf48b Make navigation respect width setting 2021-06-17 13:17:24 +01:00
Andrew Kingston
a668b55d52 Add content width setting to layouts 2021-06-17 13:05:12 +01:00
Andrew Kingston
a4d808c7f2 Update server generated layouts and improve layout styles 2021-06-17 12:57:36 +01:00
mike12345567
113486ef48 Merge branch 'master' of github.com:Budibase/budibase into feature/opinionated-sql 2021-06-15 20:00:52 +01:00
mike12345567
11c52f26ad Formatting. 2021-06-14 19:07:13 +01:00
Andrew Kingston
9aea8d124f Merge branch 'master' of github.com:Budibase/budibase into feature/layout-poc 2021-06-14 09:54:11 +01:00
Keviin Åberg Kultalahti
aef10f5365 wip layout compoent 2021-06-11 14:47:57 +02:00
Andrew Kingston
15c824e19e Update layouts to use new container props and be more responsive 2021-06-10 10:36:23 +01:00
mike12345567
091b537e2d Adding schema validation and API endpoint to data sources for query. 2021-06-04 14:53:49 +01:00
Andrew Kingston
f00ebcf7d6 Replace font-weight 500 with 600 as source sans pro does not have a 500 weight, and update autoscreens and templates to use source sans pro 2021-05-25 10:11:41 +01:00
Andrew Kingston
00bb158991 Merge branch 'master' of github.com:Budibase/budibase into ak-fixes 2021-05-25 08:21:38 +01:00
Andrew Kingston
99febbc7dd Remove dependency on server repo to provide logo URL to navigation component 2021-05-25 08:21:07 +01:00
Martin McKeaveney
5c60629545 removing electron config 2021-05-24 22:39:13 +01:00
Martin McKeaveney
db46750ce5 amend s3 path URL 2021-05-24 22:17:03 +01:00
Andrew Kingston
e3b4006aac Replace logo in navigation template with new space logo 2021-05-24 19:24:05 +01:00
mike12345567
beae1cec71 Removing all login/logout functionality from apps. 2021-05-20 13:05:58 +01:00
Andrew Kingston
13b3133c31
Merge pull request #1505 from Budibase/user-app-list
User home screen + tidy ups
2021-05-20 08:41:44 +01:00
Andrew Kingston
2cc37e196d Add missing properties to first name and last name user schema 2021-05-19 11:06:57 +01:00
Martin McKeaveney
4b77c75cbb cron automation trigger end to end 2021-05-18 21:03:26 +01:00
mmckeaveney
7c3b3f78a7 groundwork for cron automation trigger 2021-05-18 15:37:54 +00:00
mike12345567
2d0122f7d6 A general re-work of some parts of the auth lib, as well as moving roles/permissions around to make it possible to build an admin API which has role knowledge. 2021-05-14 15:43:41 +01:00
Michael Drury
cf762f8dcd Some general backend cleanup. moving packages around, removing some traces of electron, and prepping for standardised object store library. 2021-05-06 19:27:24 +01:00
mike12345567
c259564ba8 Merge branch 'next' of github.com:Budibase/budibase into labday/mike-formulas 2021-05-04 13:24:14 +01:00
Andrew Kingston
556236ebce Add explicit prettier options 2021-05-04 11:32:22 +01:00
mike12345567
acc6eed8ff Merge branch 'next' of github.com:Budibase/budibase into labday/mike-formulas 2021-05-04 10:34:30 +01:00
Keviin Åberg Kultalahti
4ec2e7d01f lint:fix 2021-05-03 09:31:09 +02:00
mike12345567
4ed611fb73 Adding handlebars formulas to the system, it is now possible to set a formula at a column level which will always be applied on the way out with a relationship depth of one. 2021-04-29 19:06:58 +01:00
mike12345567
bb5dbf27aa Some re-work of the auth package, making it a bit easier to use/less likely to make a mistake. 2021-04-21 16:42:44 +01:00
mike12345567
ade007482c Updating the server to remove use of the email in the user ID. 2021-04-19 16:26:33 +01:00