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

325 commits

Author SHA1 Message Date
mike12345567
aa467e7d63 Formatting. 2021-04-16 17:25:53 +01:00
mike12345567
3a6cc28df0 Merge branch 'master' of github.com:Budibase/budibase into next 2021-04-16 17:01:35 +01:00
mike12345567
d19e350df8 Formatting. 2021-04-16 14:43:20 +01:00
mike12345567
9f22ab0a1a Some fixes for creation/editing of table columns. 2021-04-16 13:47:30 +01:00
mike12345567
3214abb89a Global users now working through the server, all requests proxied. 2021-04-09 15:11:49 +01:00
Andrew Kingston
f9a54d08f5 Fix route error when creating a view 2021-04-07 13:43:11 +01:00
Andrew Kingston
1b8f2067e4 Add back in Grid to backend UI 2021-04-07 09:03:47 +01:00
Andrew Kingston
1c8de5d52d Merge branch 'next' of github.com:Budibase/budibase into spectrum-bbui 2021-04-01 13:51:48 +01:00
Keviin Åberg Kultalahti
50da4159e1 fixes views store 2021-04-01 11:53:22 +02:00
Andrew Kingston
b3b7c54901 Update to support new stores 2021-04-01 10:29:47 +01:00
Andrew Kingston
8619db57b4 Merge branch 'feat/store-tests' of github.com:Budibase/budibase into spectrum-bbui 2021-04-01 09:12:16 +01:00
Andrew Kingston
17c06cfb84 Import image assets as needed to allow proper bundling 2021-03-31 19:58:30 +01:00
Andrew Kingston
44ad38fdf8 Add BBUI to monorepo and use vite for builder, client lib and standard components 2021-03-31 16:14:56 +01:00
Keviin Åberg Kultalahti
12fbd6245c fix merge regression 2021-03-31 13:48:30 +02:00
Keviin Åberg Kultalahti
c5bdb590f9 merge next 2021-03-31 11:26:44 +02:00
Keviin Åberg Kultalahti
44e3f29a0b moves backend stores to "stores" in the root src directory 2021-03-26 09:50:37 +01:00
mike12345567
34918013cb Main work of file system refactor now complete, ready to test more fully - most test cases passing, need to look through them more thoroughly and make sure everything still makes sense. 2021-03-23 17:54:02 +00:00
Keviin Åberg Kultalahti
5deceb7928 remove backendUiStore 2021-03-23 13:42:03 +01:00
Keviin Åberg Kultalahti
3e58ad9031 move rows to it's separate store 2021-03-23 13:27:45 +01:00
Keviin Åberg Kultalahti
5cbba0a2ee fix tables not showing up 2021-03-23 13:05:22 +01:00
Keviin Åberg Kultalahti
8a2ccbc1a9 wip: cleanup of components 2021-03-23 12:27:10 +01:00
Keviin Åberg Kultalahti
c77061f239 wip: converts components to use separate stores 2021-03-23 12:16:54 +01:00
Keviin Åberg Kultalahti
a440e7631b move tables to separate store 2021-03-23 11:54:03 +01:00
Keviin Åberg Kultalahti
99423ee51b remove log 2021-03-23 10:57:34 +01:00
Keviin Åberg Kultalahti
c441307611 fixes issues with queries not getting selected correctly 2021-03-23 10:56:53 +01:00
Keviin Åberg Kultalahti
526283d406 fixes and splits out database to it's separate store 2021-03-22 16:33:08 +01:00
Keviin Åberg Kultalahti
cb3a4b549a moves queries part of backendstore to separate store 2021-03-22 14:47:21 +01:00
Keviin Åberg Kultalahti
58aefcec04 fixes permissions problem 2021-03-22 12:57:42 +01:00
Keviin Åberg Kultalahti
5b08b31fd6 moves the datasources store to it's separate store 2021-03-22 12:02:55 +01:00
Keviin Åberg Kultalahti
98607ca1bd moves roles in backendstore to a separate store 2021-03-22 10:55:23 +01:00
Keviin Åberg Kultalahti
4b3891f68a moves permissions to a separate store 2021-03-22 09:59:22 +01:00
Keviin Åberg Kultalahti
edc2f438c2 remove log 2021-03-19 14:58:00 +01:00
Keviin Åberg Kultalahti
a3750a2c5b fix some navigation issues when removing tables/datasources 2021-03-19 11:03:44 +01:00
Keviin Åberg Kultalahti
a769d5f477 reverts some of the merged files 2021-03-18 14:33:45 +01:00
Keviin Åberg Kultalahti
1b859d0bb7 merge next 2021-03-18 14:05:12 +01:00
Keviin Åberg Kultalahti
a9a895995b fix not being redirected to datasource index page once you delete a datasource 2021-03-18 10:56:18 +01:00
Keviin Åberg Kultalahti
0b36b98295 Merge branch 'next' into fix/route-preservation 2021-03-18 08:41:41 +01:00
Keviin Åberg Kultalahti
bf90d9cf4c wip: routify 2021-03-17 12:40:24 +01:00
Martin McKeaveney
f6bc83c4c7 Merge branch 'develop' of https://github.com/Budibase/budibase 2021-03-15 20:53:17 +00:00
Martin McKeaveney
3dd902666c fix duplicate column name issue 2021-03-15 20:38:55 +00:00
Keviin Åberg Kultalahti
2900704a4c adds routing to the automation tab 2021-03-15 15:00:34 +01:00
mike12345567
9609c59368 Fixing an issue discovered where the relationshipType currently specifies the wrong cardinality, for now just flipping the way it is specified in the front end as this will accurately describe what the backend is performing. 2021-03-05 15:19:33 +00:00
Martin McKeaveney
69a9e3135f Merge branch 'master' into develop 2021-03-03 16:00:10 +00:00
mike12345567
fdaf2f580c PR comment from Marty, adding a bit more vertical breathing room around checkboxes of relationship type. 2021-03-03 10:41:40 +00:00
mike12345567
d93cfa73fd Updating with a suggestion from Andrew kingston, adding row/rows to sentences about one->many relationships so that singular/plural english makes sense. 2021-03-02 11:10:26 +00:00
mike12345567
e75e96891f Formatting. 2021-03-01 18:03:33 +00:00
mike12345567
7b90566769 Updating the properties panel to show the component type rather than name (no point in repeating) and some final styling changes to the one to many update. 2021-03-01 17:48:52 +00:00
mike12345567
0c8026c5ce First version, still playing around with styling. 2021-03-01 17:06:08 +00:00
Keviin Åberg Kultalahti
a08684cd14 removes unused code in automation and backend sections 2021-03-01 17:34:27 +01:00
Martin McKeaveney
c73c77448c bugfixes 2021-02-25 16:21:41 +00:00