1
0
Fork 0
mirror of synced 2024-08-22 21:41:49 +12:00
Commit graph

75 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
Andrew Kingston
7571be0bb9
Merge pull request #2790 from Budibase/data-ui-pagination
Data UI pagination and searching
2021-09-30 11:13:47 +01:00
Andrew Kingston
2ec7ff72ad Move lucene logic into builder 2021-09-27 15:36:18 +01:00
Peter Clement
0de6b55438 add base wizard for datasources 2021-09-23 21:47:22 +01:00
Peter Clement
16270b46cf Update validation for array type 2021-08-26 14:04:18 +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
Martin McKeaveney
01f11ae71a adding alphanumeric app name validation 2021-08-17 10:41:37 +01:00
Andrew Kingston
e02f4c839e Remove icon from definition of fields to avoid icon issues 2021-07-21 14:25:02 +01:00
Martin McKeaveney
9a35e332ca consolidate data sources and queries together in one UI 2021-06-15 19:48:05 +01:00
Andrew Kingston
c45e75f8b5 Update app list screen to show unified app list with publish status 2021-05-21 10:32:16 +01:00
Andrew Kingston
da0bfd8b47 Prevent creating, deleting or editing global fields for user in the backend UI of the builder 2021-05-19 18:46:15 +01: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
Martin McKeaveney
e8661a1ab7 publish button 2021-05-13 17:33:31 +01:00
Martin McKeaveney
0ee83a2e60 set up live replication between prod and dev instances 2021-05-13 17:24:32 +01:00
Martin McKeaveney
c3e1b1d302 lock concept in UI, make dev links go to builder and prod links go to real apps 2021-05-13 12:39:35 +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
a21ca8fb62 First version, still playing around with styling. 2021-03-01 17:06:08 +00:00
mike12345567
dbd172428e Adding a few fixes for bugs related to user table, user table views and some async functions that weren't awaiting promises. 2021-02-23 16:29:50 +00:00
Keviin Åberg Kultalahti
92a05ee205 Rename True/False to Boolean 2021-02-23 10:38:24 +01:00
mike12345567
a6db41aff5 Fixing linting. 2021-02-16 17:35:16 +00:00
mike12345567
02a68beee1 Some further UI work for auto-columns. 2021-02-16 13:56:40 +00:00
mike12345567
0b891eb283 Removing repeated constant. 2021-02-16 10:07:15 +00:00
mike12345567
7acd429c78 Formating. 2021-02-15 19:59:49 +00:00
mike12345567
0b0101da10 Adding the ability to create/control auto-columns from the create/edit column modal. 2021-02-15 19:59:30 +00:00
mike12345567
10aa830d05 Work in progress, getting the server backend mostly ready for this work. 2021-02-15 17:47:14 +00:00
mike12345567
c812823c3f Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns 2021-02-12 18:03:52 +00:00
Martin McKeaveney
20bf34d53c RBAC popover complete 2021-02-10 22:23:27 +00:00
mike12345567
7a2405c756 First lot of work to update the auto fields into schema. 2021-02-10 17:55:19 +00:00
Martin McKeaveney
e78b9c31c3 adding example code to helpers 2021-02-02 17:43:01 +00:00
Martin McKeaveney
214ebf8f3a adding search in binding drawer 2021-02-01 14:29:51 +00:00
Martin McKeaveney
16cce9c10c binding panel options from helpers 2021-02-01 11:51:53 +00:00
Martin McKeaveney
a73473b16c MySQL integration and self hosted deploy event 2021-01-26 11:07:30 +00:00
Martin McKeaveney
d8aa699bfa merge 2020-12-07 21:20:35 +00:00
Martin McKeaveney
7fa252ec07 merge 2020-12-07 15:53:51 +00:00
Martin McKeaveney
d6b00d5ebe email as default user identifier 2020-12-04 12:22:45 +00:00
Martin McKeaveney
af24967c88 accommodate login layout 2020-12-03 17:31:38 +00:00
kevmodrome
0725b3bd6d
adds rollup-json to standard-components and adds RichText to Form component 2020-12-03 15:03:17 +01:00
Martin McKeaveney
4466923c84 allow editing of screen layout from modal 2020-12-02 16:15:14 +00:00
mike12345567
c832ed36d4 Merge branch 'feature/security-update' of github.com:Budibase/budibase into feature/page-refactor 2020-12-02 13:26:57 +00:00
mike12345567
05d5feb9fd Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
Martin McKeaveney
01343e1474 layouts and screens switcher, merge with component sdk 2020-12-01 16:22:06 +00:00
mike12345567
9b5734b1de Merge branch 'master' of github.com:Budibase/budibase into feature/page-refactor 2020-11-30 11:47:08 +00:00
mike12345567
d3759a4c10 Major re-work, client library stills needs some work but it appears layouts and screens are no longer inter-dependent. 2020-11-25 17:56:09 +00:00
Martin McKeaveney
327f77dbb3 user table and relationships complete 2020-11-24 14:04:14 +00:00
Martin McKeaveney
291e472765 cut over to new frontend store 2020-11-04 17:09:45 +00:00
Michael Shanks
84fcea8a80 fix: no fields required by default 2020-10-11 20:42:30 +01:00