mike12345567
751607f72e
Updating standard components to make use of the development version in node_modules.
2021-04-01 16:19:31 +01:00
mike12345567
3672188f4e
Some refactoring of utilities and constants, as well as documenting work carried out here.
2021-04-01 14:11:58 +01:00
mike12345567
95efc26839
Some refactoring of utilities and constants, as well as documenting work carried out here.
2021-04-01 14:11:58 +01:00
mike12345567
8ea12c30a6
Updating how the client library is served in development.
2021-04-01 12:48:38 +01:00
mike12345567
de694ff338
Updating how the client library is served in development.
2021-04-01 12:48:38 +01:00
mike12345567
865baf6d16
Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth.
2021-03-29 17:32:05 +01:00
mike12345567
ae8dd1ec78
Removing use of the , replacing to ctx.appId to make it clear appId not part of the auth.
2021-03-29 17:32:05 +01:00
mike12345567
a5fd8d0e33
Rewriting search to use the new couchdb 3.0 search functionality.
2021-03-25 23:42:50 +00:00
mike12345567
b97071bf82
Rewriting search to use the new couchdb 3.0 search functionality.
2021-03-25 23:42:50 +00:00
mike12345567
d459de1ae1
Fixing an issue with bucket creation, sometimes many calls will be made at once for checking bucket exists, just manage this by storing the state of promise.
2021-03-25 19:22:08 +00:00
mike12345567
415b48856f
Fixing an issue with bucket creation, sometimes many calls will be made at once for checking bucket exists, just manage this by storing the state of promise.
2021-03-25 19:22:08 +00:00
mike12345567
321d3cbd5d
Some further work to make sure all use of the budibaseAppsDir is removed in important places.
2021-03-25 18:03:58 +00:00
mike12345567
b70ff24dac
Some further work to make sure all use of the budibaseAppsDir is removed in important places.
2021-03-25 18:03:58 +00:00
mike12345567
e9ceff42d5
Attempting to solve component library issue permanently in test.
2021-03-25 15:19:41 +00:00
mike12345567
8d23152562
Attempting to solve component library issue permanently in test.
2021-03-25 15:19:41 +00:00
mike12345567
1cf0027c6e
Some cleanup fixes for tests that makes sure temp directory isn't getting out of control.
2021-03-25 14:46:32 +00:00
mike12345567
d5154a1ed9
Some cleanup fixes for tests that makes sure temp directory isn't getting out of control.
2021-03-25 14:46:32 +00:00
mike12345567
7c2ef4d43f
Fixing cypress test issues.
2021-03-25 13:32:05 +00:00
mike12345567
6919057320
Fixing cypress test issues.
2021-03-25 13:32:05 +00:00
mike12345567
3bef238d55
Updating system for hosting error that blocked creating apps when server not configured correctly.
2021-03-25 12:53:43 +00:00
mike12345567
ed01d2463e
Updating system for hosting error that blocked creating apps when server not configured correctly.
2021-03-25 12:53:43 +00:00
Martin McKeaveney
f4c7455936
merge
2021-03-24 20:44:52 +00:00
Martin McKeaveney
4d141d8ba8
merge
2021-03-24 20:44:52 +00:00
mike12345567
775ae3171f
Fixing an issue with attachments.
2021-03-24 18:31:13 +00:00
mike12345567
c91f21f8e2
Fixing an issue with attachments.
2021-03-24 18:31:13 +00:00
mike12345567
73cf53d149
Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster.
2021-03-24 18:21:23 +00:00
mike12345567
d66af9f151
Getting rid of the CLOUD environment variable, this makes no sense anymore, now there is isDev() and isProd() which will work out the current state of the cluster.
2021-03-24 18:21:23 +00:00
mike12345567
e9ed014bac
Adding a self host clause around minio aws config.
2021-03-24 12:55:29 +00:00
mike12345567
ff993db223
Adding a self host clause around minio aws config.
2021-03-24 12:55:29 +00:00
mike12345567
e61a365d24
Some changes after testing, needed to update object store client creation.
2021-03-24 12:54:59 +00:00
mike12345567
9c0a4ab4fb
Some changes after testing, needed to update object store client creation.
2021-03-24 12:54:59 +00:00
mike12345567
e715423544
Fixing some test cases that were affected by file system refactor.
2021-03-23 18:04:53 +00:00
mike12345567
1a878c3e08
Fixing some test cases that were affected by file system refactor.
2021-03-23 18:04:53 +00:00
mike12345567
19b5b41953
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
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
mike12345567
d7497aa989
Some changes to how environment is loaded to make the init process by default flesh out some good settings.
2021-03-23 15:37:11 +00:00
mike12345567
00344b3b39
Some changes to how environment is loaded to make the init process by default flesh out some good settings.
2021-03-23 15:37:11 +00:00
Martin McKeaveney
afaa706e07
simplify try catch in manage script
2021-03-23 11:01:33 +00:00
Martin McKeaveney
90228e3334
simplify try catch in manage script
2021-03-23 11:01:33 +00:00
mike12345567
091782389a
Updating some of the deployment/uploading mechanism purely to remove file system, all of this will go anyway but some of it was used to handle file uploads (attachments) to object store so needed to convert it a bit
2021-03-22 18:06:10 +00:00
mike12345567
36c20b2498
Updating some of the deployment/uploading mechanism purely to remove file system, all of this will go anyway but some of it was used to handle file uploads (attachments) to object store so needed to convert it a bit
2021-03-22 18:06:10 +00:00
mike12345567
35e3999b05
Merge branch 'single-stack-dev' of github.com:Budibase/budibase into feature/fs-removal
2021-03-22 17:20:07 +00:00
mike12345567
78eb00b39d
Merge branch 'single-stack-dev' of github.com:Budibase/budibase into feature/fs-removal
2021-03-22 17:20:07 +00:00
mike12345567
0f05568412
moving some test cases to not use file system and re-introducing the image processor.
2021-03-22 17:19:45 +00:00
mike12345567
14586cd124
moving some test cases to not use file system and re-introducing the image processor.
2021-03-22 17:19:45 +00:00
mike12345567
bf2adb0458
Updating API keys and changing over system to allow use of builder endpoints when running in cloud.
2021-03-22 16:39:11 +00:00
mike12345567
fca242b9ee
Updating API keys and changing over system to allow use of builder endpoints when running in cloud.
2021-03-22 16:39:11 +00:00
Martin McKeaveney
2852a739a4
basic single stack dev setup
2021-03-22 15:43:26 +00:00
Martin McKeaveney
6742c3ca99
basic single stack dev setup
2021-03-22 15:43:26 +00:00
mike12345567
95ee615006
Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access.
2021-03-19 19:07:47 +00:00
mike12345567
c49637db47
Work in progress, have refactored the templating system to remove local templates, application and template system now work through minio with no file access.
2021-03-19 19:07:47 +00:00
mike12345567
8821eba634
Working on moving file system access around, starting by centralising it then working out what needs to be moved to object store and how.
2021-03-19 14:43:41 +00:00
mike12345567
b765502d74
Working on moving file system access around, starting by centralising it then working out what needs to be moved to object store and how.
2021-03-19 14:43:41 +00:00
mike12345567
2f608b3320
Merge branch 'master' of github.com:Budibase/budibase into tests/automation-tests
2021-03-15 20:44:54 +00:00
mike12345567
ef5049ccc7
Merge branch 'master' of github.com:Budibase/budibase into tests/automation-tests
2021-03-15 20:44:54 +00:00
mike12345567
8b9271e5b7
Removing unused code that was causing some issues with API key lookup and validation in self hosted setups.
2021-03-15 20:43:08 +00:00
mike12345567
60841d1b1f
Removing unused code that was causing some issues with API key lookup and validation in self hosted setups.
2021-03-15 20:43:08 +00:00
mike12345567
3b0988074c
Removing un-used code and removing some files from coverage that aren't of consequence.
2021-03-15 17:14:56 +00:00
mike12345567
d5ec1b3167
Removing un-used code and removing some files from coverage that aren't of consequence.
2021-03-15 17:14:56 +00:00
mike12345567
b63599d024
Adding in all the automation step tests, beginning work on the general automation tests.
2021-03-12 15:32:16 +00:00
mike12345567
799168c6b8
Adding in all the automation step tests, beginning work on the general automation tests.
2021-03-12 15:32:16 +00:00
mike12345567
63f081930f
Upping automation coverage by adding webhook testing and increasing screen coverage.
2021-03-10 11:47:39 +00:00
mike12345567
dd16c84ecd
Upping automation coverage by adding webhook testing and increasing screen coverage.
2021-03-10 11:47:39 +00:00
mike12345567
daaf352b89
Adding test cases for component, templates and hosting as well as updating some existing test cases.
2021-03-09 16:07:44 +00:00
mike12345567
33fa31aae9
Adding test cases for component, templates and hosting as well as updating some existing test cases.
2021-03-09 16:07:44 +00:00
mike12345567
eacf3387de
Refactoring row test cases.
2021-03-04 13:07:33 +00:00
mike12345567
bd00138bed
Refactoring row test cases.
2021-03-04 13:07:33 +00:00
mike12345567
2467ae2a2e
Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things).
2021-03-02 17:13:11 +00:00
mike12345567
68bb5d5062
Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things).
2021-03-02 17:13:11 +00:00
mike12345567
491eb00ea1
Fixing an issue discovered by test case.
2021-02-26 10:19:06 +00:00
mike12345567
acba31d29d
Fixing an issue discovered by test case.
2021-02-26 10:19:06 +00:00
mike12345567
74dfeb7c7b
Two character change, some API calls with sub resources and primary resources weren't working, should allow either the sub resource or the main resource to trigger allowance.
2021-02-26 10:06:02 +00:00
mike12345567
229498332e
Two character change, some API calls with sub resources and primary resources weren't working, should allow either the sub resource or the main resource to trigger allowance.
2021-02-26 10:06:02 +00:00
mike12345567
f134724ed6
Fixing coercion of null to empty string for options fields.
2021-02-25 11:26:28 +00:00
mike12345567
641fd42686
Fixing coercion of null to empty string for options fields.
2021-02-25 11:26:28 +00:00
mike12345567
63db4edbbe
Fixing an issue with option fields not being unselectable.
2021-02-25 11:09:00 +00:00
mike12345567
468ee7ac0c
Fixing an issue with option fields not being unselectable.
2021-02-25 11:09:00 +00:00
mike12345567
d34a9e12e2
Having the server send out _id and primaryDisplay in an object for relationships, also accepting objects and coercing them on way in.
2021-02-25 09:41:04 +00:00
mike12345567
91878ed2ce
Having the server send out _id and primaryDisplay in an object for relationships, also accepting objects and coercing them on way in.
2021-02-25 09:41:04 +00:00
mike12345567
cdb1c87069
Copying the table on way in so that after function call the input table can be copied to output table to decide whether to save.
2021-02-24 17:59:55 +00:00
mike12345567
73636d8f78
Copying the table on way in so that after function call the input table can be copied to output table to decide whether to save.
2021-02-24 17:59:55 +00:00
mike12345567
a6d82f8c95
Updating the self auth endpoint to use the row processor.
2021-02-19 10:32:24 +00:00
mike12345567
fa6d3e5e63
Updating the self auth endpoint to use the row processor.
2021-02-19 10:32:24 +00:00
mike12345567
24a07bae41
Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway.
2021-02-18 13:38:57 +00:00
mike12345567
f080fa6537
Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway.
2021-02-18 13:38:57 +00:00
mike12345567
f572bc836e
work in progress, enriching in the display names.
2021-02-17 18:04:21 +00:00
mike12345567
5fab1529ec
work in progress, enriching in the display names.
2021-02-17 18:04:21 +00:00
mike12345567
cecc8e4306
Starting with some work towards a deeper enrichment of rows.
2021-02-17 17:09:59 +00:00
mike12345567
a93eb180ce
Starting with some work towards a deeper enrichment of rows.
2021-02-17 17:09:59 +00:00
mike12345567
cae779c1dc
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-17 15:20:14 +00:00
mike12345567
d294ffbb3b
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-17 15:20:14 +00:00
mike12345567
1f92d09d7f
Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package).
2021-02-17 13:40:14 +00:00
mike12345567
9b59b47d9e
Fixing issue #1050 - two issues found, one with running automations in self host throwing an error when trying to access cloud resources (Dynamo) and secondly the worker pool does not have access to resources in the main server instance, therefore need to re-init when running an external action (get manifest, to download the package).
2021-02-17 13:40:14 +00:00
mike12345567
a744515ee2
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-16 16:38:11 +00:00
mike12345567
4ccd46e2a1
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-16 16:38:11 +00:00
mike12345567
02a68beee1
Some further UI work for auto-columns.
2021-02-16 13:56:40 +00:00
mike12345567
113de64833
Some further UI work for auto-columns.
2021-02-16 13:56:40 +00:00
mike12345567
89d33ea98a
Removing unused stuff.
2021-02-15 18:41:26 +00:00
mike12345567
1a2b9bbef4
Removing unused stuff.
2021-02-15 18:41:26 +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
4b1855974c
Work in progress, getting the server backend mostly ready for this work.
2021-02-15 17:47:14 +00:00
mike12345567
e7135e0058
Fixing test case.
2021-02-12 20:41:30 +00:00
mike12345567
8bf10544c2
Fixing test case.
2021-02-12 20:41:30 +00:00
mike12345567
f57db6afad
Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime.
2021-02-12 20:34:54 +00:00
mike12345567
4f1a0ac645
Fixing an issue with RBAC, there was a mutable issue where a server builtin resource was getting updated, fixed this by not exposing the mutable structure, instead exposing a function which provides a new object everytime.
2021-02-12 20:34:54 +00:00
mike12345567
c812823c3f
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-12 18:03:52 +00:00
mike12345567
6bc9123a86
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-12 18:03:52 +00:00
mike12345567
da59ca30e6
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-12 13:40:27 +00:00
mike12345567
f266129489
Merge branch 'develop' of github.com:Budibase/budibase into feature/autocolumns
2021-02-12 13:40:27 +00:00
mike12345567
fcc683cf99
Some more fixes for RBAC as well as fixing the duplication of roles.
2021-02-12 12:02:07 +00:00
mike12345567
1a8fe9b02c
Some more fixes for RBAC as well as fixing the duplication of roles.
2021-02-12 12:02:07 +00:00
mike12345567
0e95370b79
Linting.
2021-02-12 09:55:37 +00:00
mike12345567
a1075881a6
Linting.
2021-02-12 09:55:37 +00:00
mike12345567
3fd557bf08
Flipping RBAC implementation to use levels -> role for resource perms API and resource -> level -> role for full fetch (please note full fetch will only work for resources that have a custom permission in the system somewhere, everything else simply defaults to standard.
2021-02-11 18:13:09 +00:00
mike12345567
9ea0456248
Flipping RBAC implementation to use levels -> role for resource perms API and resource -> level -> role for full fetch (please note full fetch will only work for resources that have a custom permission in the system somewhere, everything else simply defaults to standard.
2021-02-11 18:13:09 +00:00
mike12345567
60b7d68c2e
Fixing minor issue with switch to level -> roleID.
2021-02-11 13:38:07 +00:00
mike12345567
a2ce35b2f6
Fixing minor issue with switch to level -> roleID.
2021-02-11 13:38:07 +00:00
mike12345567
091b4ee95d
Some updates to RBAC backend, try to make switch to object support level -> roleID.
2021-02-11 13:29:15 +00:00
mike12345567
6c4c70e62b
Some updates to RBAC backend, try to make switch to object support level -> roleID.
2021-02-11 13:29:15 +00:00
mike12345567
a3ae17be8e
Merge branch 'master' of github.com:Budibase/budibase into rbac-ui
2021-02-11 13:01:07 +00:00
mike12345567
c3840d8017
Merge branch 'master' of github.com:Budibase/budibase into rbac-ui
2021-02-11 13:01:07 +00:00
mike12345567
fdb825d444
WIP - storing progress on RBAC changes.
2021-02-11 10:24:37 +00:00
mike12345567
1abc4dd1f7
WIP - storing progress on RBAC changes.
2021-02-11 10:24:37 +00:00
Andrew Kingston
aec4939b93
Merge branch 'master' of github.com:Budibase/budibase into form-builder
2021-02-10 18:34:45 +00:00
Andrew Kingston
56d8a27286
Merge branch 'master' of github.com:Budibase/budibase into form-builder
2021-02-10 18:34:45 +00:00
mike12345567
7a2405c756
First lot of work to update the auto fields into schema.
2021-02-10 17:55:19 +00:00
mike12345567
ca20cbeeca
First lot of work to update the auto fields into schema.
2021-02-10 17:55:19 +00:00
mike12345567
f4a503d015
WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc.
2021-02-10 16:10:39 +00:00
mike12345567
feb7e2756f
WIP - start of auto columns like autonumber, createdBy, createdAt, updatedBy etc.
2021-02-10 16:10:39 +00:00
mike12345567
123846dab0
Fixing a minor issue with self hosting deployment/app creation.
2021-02-09 17:43:22 +00:00
mike12345567
182d720051
Fixing a minor issue with self hosting deployment/app creation.
2021-02-09 17:43:22 +00:00
mike12345567
31d7a7a378
Adding basic permissions test which proves a public user can read from a table, but cannot write.
2021-02-09 17:24:36 +00:00
mike12345567
821de55363
Adding basic permissions test which proves a public user can read from a table, but cannot write.
2021-02-09 17:24:36 +00:00
mike12345567
c8ef404560
Fixing issues with builtin roles living in the database as well as in code (easier to change in the future this way) - discovered by basic test case.
2021-02-09 13:01:45 +00:00
mike12345567
cc02397b01
Fixing issues with builtin roles living in the database as well as in code (easier to change in the future this way) - discovered by basic test case.
2021-02-09 13:01:45 +00:00
mike12345567
d9ca4f0eed
Some more work and start of a test case towards resource permissions.
2021-02-08 18:30:30 +00:00
mike12345567
c0aaaf0046
Some more work and start of a test case towards resource permissions.
2021-02-08 18:30:30 +00:00
mike12345567
7d8cdafc60
Making use of the resourceId in the middleware package.
2021-02-08 17:52:22 +00:00
mike12345567
7a65a59c78
Making use of the resourceId in the middleware package.
2021-02-08 17:52:22 +00:00
mike12345567
cd729192ea
Adding in resource IDs everywhere they should be accessible.
2021-02-08 17:22:07 +00:00
mike12345567
a55d836c33
Adding in resource IDs everywhere they should be accessible.
2021-02-08 17:22:07 +00:00
mike12345567
9f1c2cd602
Initial work towards rbac.
2021-02-05 15:58:25 +00:00
mike12345567
5f582dd1dc
Initial work towards rbac.
2021-02-05 15:58:25 +00:00
mike12345567
8eeda82511
Updating so that strings get coerced into arrays for relationships.
2021-02-04 17:17:05 +00:00
mike12345567
45b65c6a11
Updating so that strings get coerced into arrays for relationships.
2021-02-04 17:17:05 +00:00
mike12345567
e0ea434f27
Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired.
2021-02-02 11:46:10 +00:00
mike12345567
c9690f730c
Added some unit tests for the enrichment process of rows, in the process found some issues with linking a table to itself, so fixed those so that we can do that in the future if desired.
2021-02-02 11:46:10 +00:00
Michael Drury
b1127b718e
Merge pull request #1049 from Budibase/feature/selfhosting-info
...
Quick update to self hosting to make next steps clear
2021-02-01 13:24:50 +00:00
Michael Drury
4a8bc72888
Merge pull request #1049 from Budibase/feature/selfhosting-info
...
Quick update to self hosting to make next steps clear
2021-02-01 13:24:50 +00:00
Martin McKeaveney
d0f389a5cb
smoother downloads, lint
2021-01-29 21:52:45 +00:00
Martin McKeaveney
675e374323
smoother downloads, lint
2021-01-29 21:52:45 +00:00
Martin McKeaveney
91ee1b313e
copy even users to dump
2021-01-29 17:17:13 +00:00
Martin McKeaveney
94ef16075a
copy even users to dump
2021-01-29 17:17:13 +00:00
mike12345567
4d1ad5e726
This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there).
2021-01-28 18:30:59 +00:00
mike12345567
13fe937e67
This commit includes some fixes for a few auth issues I found when I was working on this and a static page which shows the self hosting info to get the user going (if they end up there).
2021-01-28 18:30:59 +00:00
Martin McKeaveney
67624ebe94
import and export apps
2021-01-27 13:55:46 +00:00
Martin McKeaveney
9f8c9fa810
import and export apps
2021-01-27 13:55:46 +00:00
mike12345567
afe0996b70
Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-migration
2021-01-21 10:57:41 +00:00
mike12345567
3dd985cfb6
Merge branch 'master' of github.com:Budibase/budibase into feature/handlebars-migration
2021-01-21 10:57:41 +00:00
mike12345567
3f6d9e21e0
Updating the string templating system to be capable of async operations.
2021-01-20 13:32:15 +00:00
mike12345567
ce5ab5482b
Updating the string templating system to be capable of async operations.
2021-01-20 13:32:15 +00:00
mike12345567
e8ef03bb1c
Adding jest test cases to string templating library.
2021-01-19 17:29:38 +00:00
mike12345567
5a7c0de397
Adding jest test cases to string templating library.
2021-01-19 17:29:38 +00:00
mike12345567
759a106d2d
Updating to have real auto-completion on string templates library.
2021-01-19 15:29:49 +00:00
mike12345567
329b76590c
Updating to have real auto-completion on string templates library.
2021-01-19 15:29:49 +00:00
mike12345567
3c627d6455
Adding the handlebars library, still need to add testcases to this.
2021-01-18 17:40:19 +00:00
mike12345567
419c6b9393
Adding the handlebars library, still need to add testcases to this.
2021-01-18 17:40:19 +00:00
Martin McKeaveney
70a49088d0
merge
2021-01-18 14:43:26 +00:00
Martin McKeaveney
53db6e05f9
merge
2021-01-18 14:43:26 +00:00
mike12345567
67cc893670
Removing mention of mustache from the server package.
2021-01-15 14:38:10 +00:00
mike12345567
cdef4ead8c
Removing mention of mustache from the server package.
2021-01-15 14:38:10 +00:00
Martin McKeaveney
6f57c1d22d
better integration API, parse JSON by default
2021-01-15 13:11:51 +00:00
Martin McKeaveney
a7f9e2fb8f
better integration API, parse JSON by default
2021-01-15 13:11:51 +00:00
mike12345567
61f5d77335
Adding some fixes for general settings menu not respecting non-deployed apps fully.
2021-01-14 17:52:49 +00:00
mike12345567
a9f36d1a42
Adding some fixes for general settings menu not respecting non-deployed apps fully.
2021-01-14 17:52:49 +00:00
mike12345567
0c66d9fca4
When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId.
2021-01-14 17:01:31 +00:00
mike12345567
16a25a7cff
When self hosting it is now possible to use a pretty URL to access the app rather than the normal appId.
2021-01-14 17:01:31 +00:00
Michael Shanks
6c6f93af34
Merge pull request #981 from Budibase/trigger_automation_action
...
Trigger automation from button click
2021-01-13 11:06:10 +00:00
Michael Shanks
fbb4fd482f
Merge pull request #981 from Budibase/trigger_automation_action
...
Trigger automation from button click
2021-01-13 11:06:10 +00:00
Martin McKeaveney
72ea05cc05
type safe schema validation
2021-01-11 21:01:21 +00:00
Martin McKeaveney
f7383f37da
type safe schema validation
2021-01-11 21:01:21 +00:00
Martin McKeaveney
70e4b2514e
merge
2021-01-11 20:29:33 +00:00
Martin McKeaveney
a48869a2f0
merge
2021-01-11 20:29:33 +00:00
mike12345567
e7913e5f19
This simply removes the self hosting logo URL feature as it doesn't really make sense, screen/layout templates are held in the builder codebase and therefore controlling the logo from the server isn't really possible.
2021-01-11 18:09:43 +00:00
mike12345567
210897b909
This simply removes the self hosting logo URL feature as it doesn't really make sense, screen/layout templates are held in the builder codebase and therefore controlling the logo from the server isn't really possible.
2021-01-11 18:09:43 +00:00
Michael Shanks
b2daff6285
Trigger Automation from frontend actions
2021-01-08 17:25:06 +00:00
Michael Shanks
a878d7eb40
Trigger Automation from frontend actions
2021-01-08 17:25:06 +00:00
mike12345567
675e5127ad
Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final.
2021-01-06 16:58:29 +00:00
mike12345567
882cfa700b
Updating worker to support using a self host key, a basic level of security, stopping builder from asking for API key if currently configured for self hosting, made the default values for self hosting make sense for a basic local installation, this should be final.
2021-01-06 16:58:29 +00:00
Martin McKeaveney
37ef32a173
switching between queries
2021-01-06 12:28:51 +00:00
Martin McKeaveney
d7a0d29b03
switching between queries
2021-01-06 12:28:51 +00:00
mike12345567
e25f64da71
Fixing up settings to only take the one URL now, the main hosting URL.
2021-01-06 10:59:10 +00:00
mike12345567
287bcd01d2
Fixing up settings to only take the one URL now, the main hosting URL.
2021-01-06 10:59:10 +00:00
mike12345567
4c8ee99905
Merge branch 'master' of github.com:Budibase/budibase into feature/self-hosting
2020-12-22 16:24:34 +00:00
mike12345567
207415a932
Merge branch 'master' of github.com:Budibase/budibase into feature/self-hosting
2020-12-22 16:24:34 +00:00
mike12345567
8655d73248
Update after testing, it is now possible to make a deployment to a self hosted environment. Some work still required, better authentication around MINIO deployment, currently the bucket is set to public read and there is no signing/verification to the upload process, also right now four different URLs are needed for the builder to connect correctly, ideally this shouldn't be the case.
2020-12-18 12:54:20 +00:00
mike12345567
31bc45985f
Update after testing, it is now possible to make a deployment to a self hosted environment. Some work still required, better authentication around MINIO deployment, currently the bucket is set to public read and there is no signing/verification to the upload process, also right now four different URLs are needed for the builder to connect correctly, ideally this shouldn't be the case.
2020-12-18 12:54:20 +00:00
kevmodrome
39c5c8a6fc
update test snapshot
2020-12-18 11:29:26 +01:00
kevmodrome
b6974cba08
update test snapshot
2020-12-18 11:29:26 +01:00
kevmodrome
eb225a8df3
updates test
2020-12-18 11:20:25 +01:00
kevmodrome
67d98119b5
updates test
2020-12-18 11:20:25 +01:00
kevmodrome
d62f0752da
fixes encoding issue of file to work with non-english chars
2020-12-18 11:10:36 +01:00
kevmodrome
b3497d3846
fixes encoding issue of file to work with non-english chars
2020-12-18 11:10:36 +01:00
mike12345567
15f8328770
Adding a deployment service which takes over from the lambdas in local operation, this may become part of the hosting portal if we ever decide to opensource that part of it.
2020-12-16 19:50:02 +00:00
mike12345567
4e13565d1f
Adding a deployment service which takes over from the lambdas in local operation, this may become part of the hosting portal if we ever decide to opensource that part of it.
2020-12-16 19:50:02 +00:00
mike12345567
fd1d7e3aa1
Linting.
2020-12-15 16:42:40 +00:00
mike12345567
c65ed9ad46
Linting.
2020-12-15 16:42:40 +00:00
mike12345567
166bf153de
WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use.
2020-12-14 18:31:48 +00:00
mike12345567
f5a9c68c69
WIP - starting to work on deployment and hosting so that they don't use static URLs anymore to reach assets, instead using environment variables to determine what to use.
2020-12-14 18:31:48 +00:00
mike12345567
186fe1e8f1
Adding the ability to change default logo URL for new apps in self hosting.
2020-12-14 15:56:33 +00:00
mike12345567
2546346f36
Adding the ability to change default logo URL for new apps in self hosting.
2020-12-14 15:56:33 +00:00
mike12345567
1904ec8bb4
Updating API key controller in self-host mode to return self host API key.
2020-12-09 17:10:53 +00:00
mike12345567
7b21acd8bd
Updating API key controller in self-host mode to return self host API key.
2020-12-09 17:10:53 +00:00
mike12345567
bc5f520a03
Adding in self hosted API key.
2020-12-09 17:04:05 +00:00
mike12345567
1cbe3771ab
Adding in self hosted API key.
2020-12-09 17:04:05 +00:00
mike12345567
c3abc9fed4
Removing the static CSS bundling from the server as it is no longer required.
2020-12-09 12:30:21 +00:00
mike12345567
3959a18406
Removing the static CSS bundling from the server as it is no longer required.
2020-12-09 12:30:21 +00:00
mike12345567
40d855df10
Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic.
2020-12-09 10:54:30 +00:00
mike12345567
36432a490f
Updating row controller to make sure that all user requests (bar deletion) are passed through correctly to the user controller so that any logic such as removing user password can be correctly held in the user controller logic.
2020-12-09 10:54:30 +00:00
Andrew Kingston
9054a8014a
Merge branch 'master' of github.com:Budibase/budibase into feature/security-update
2020-12-08 13:16:53 +00:00
Andrew Kingston
77f049d1bd
Merge branch 'master' of github.com:Budibase/budibase into feature/security-update
2020-12-08 13:16:53 +00:00
mike12345567
57029e737b
Fixing an issue with power user not being usable.
2020-12-08 12:20:37 +00:00
mike12345567
79cfc5ea01
Fixing an issue with power user not being usable.
2020-12-08 12:20:37 +00:00
Andrew Kingston
883b3761d5
Fix bug with checking user access
2020-12-04 14:01:10 +00:00
Andrew Kingston
cecf4e9bca
Fix bug with checking user access
2020-12-04 14:01:10 +00:00
mike12345567
f0d447abcd
Fixing a caching bug found by cheeks.
2020-12-04 14:01:02 +00:00
mike12345567
1c37299107
Fixing a caching bug found by cheeks.
2020-12-04 14:01:02 +00:00
mike12345567
65302e1dd9
Changing the role system to have permissions integrated rather than the permissions being per user.
2020-12-02 17:08:25 +00:00
mike12345567
19faffff83
Changing the role system to have permissions integrated rather than the permissions being per user.
2020-12-02 17:08:25 +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
1a9f1aed9b
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
mike12345567
05225f7787
Changing the naming of access levels to be roles.
2020-12-02 13:20:56 +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
mike12345567
8a013c33c3
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
mike12345567
5eec4d7a47
Creating CSS generation capabilities in the server.
2020-11-24 18:11:18 +00:00
mike12345567
e26baa6faf
Creating CSS generation capabilities in the server.
2020-11-24 18:11:18 +00:00
mike12345567
b1bb7abdef
Changing up how the static assets are compiled, making a 'css' directory in which individual assets CSS is written and then bundled together meaning that not all assets need to be sent up at once for css bundle to be built.
2020-11-23 16:56:35 +00:00
mike12345567
ddca22245c
Changing up how the static assets are compiled, making a 'css' directory in which individual assets CSS is written and then bundled together meaning that not all assets need to be sent up at once for css bundle to be built.
2020-11-23 16:56:35 +00:00
mike12345567
8ff9635cd1
Removing all reference to 'pages' in server source code, now to look at builder.
2020-11-23 15:46:26 +00:00
mike12345567
71ca88207d
Removing all reference to 'pages' in server source code, now to look at builder.
2020-11-23 15:46:26 +00:00
mike12345567
90a8435641
Storing some work in commit, currently broken, further work needed - application needs cleaned up.
2020-11-23 14:07:18 +00:00
mike12345567
8ae24a4b30
Storing some work in commit, currently broken, further work needed - application needs cleaned up.
2020-11-23 14:07:18 +00:00
Michael Drury
c03923360b
Minor update to make use of new client header to state the request is from the client, not the builder.
2020-11-19 20:18:28 +00:00
Michael Drury
a16063b11f
Minor update to make use of new client header to state the request is from the client, not the builder.
2020-11-19 20:18:28 +00:00
Michael Drury
624078636b
Minor update to make use of new client header to state the request is from the client, not the builder.
2020-11-19 20:16:37 +00:00
Michael Drury
7fb26408cf
Minor update to make use of new client header to state the request is from the client, not the builder.
2020-11-19 20:16:37 +00:00
mike12345567
48f0608c74
Fixing some bugs with previous commit and updating to add the functionality of the api/routing/client.
2020-11-18 15:12:42 +00:00
mike12345567
6a50b1057d
Fixing some bugs with previous commit and updating to add the functionality of the api/routing/client.
2020-11-18 15:12:42 +00:00
mike12345567
d63054a426
Updates for screen refactor - finishing off getting everything over to the class based system.
2020-11-17 13:25:57 +00:00
mike12345567
e793c46097
Updates for screen refactor - finishing off getting everything over to the class based system.
2020-11-17 13:25:57 +00:00
mike12345567
acdc1e9a56
Updating to have proper access control via an accessController and nearly ready to spit out the routing structure.
2020-11-16 18:04:44 +00:00
mike12345567
7f5c3a4688
Updating to have proper access control via an accessController and nearly ready to spit out the routing structure.
2020-11-16 18:04:44 +00:00
Michael Drury
63b08e42aa
Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate.
2020-11-13 15:35:20 +00:00
Michael Drury
a423664f4c
Large update, tests passing, have simplifed access level API, access levels and permissions are now totally separate.
2020-11-13 15:35:20 +00:00
mike12345567
2472168477
Tests failing but starting to progress.
2020-11-12 17:06:55 +00:00
mike12345567
6148128554
Tests failing but starting to progress.
2020-11-12 17:06:55 +00:00
mike12345567
c8a3b18513
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into feature/backend-routing
2020-11-12 15:10:07 +00:00
mike12345567
7cc0a9ca33
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into feature/backend-routing
2020-11-12 15:10:07 +00:00
Martin McKeaveney
ff66ed35c6
tidy up
2020-11-12 10:41:49 +00:00
Martin McKeaveney
9e190ac1ec
tidy up
2020-11-12 10:41:49 +00:00
Martin McKeaveney
cd5dd2d21d
JSDoc for static asset compilation
2020-11-12 10:36:15 +00:00
Martin McKeaveney
13311ae680
JSDoc for static asset compilation
2020-11-12 10:36:15 +00:00
Martin McKeaveney
c2aa9eebfc
remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering
2020-11-12 10:25:25 +00:00
Martin McKeaveney
9b914e0395
remove squirrelly, compile a single bundle.css for each page, svelte and hbs server rendering
2020-11-12 10:25:25 +00:00
Michael Drury
4852ecf96a
WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional.
2020-11-11 17:34:15 +00:00
Michael Drury
1f4e27eb13
WIP - this is working towards the permissions system but stopping here for the night, this is currently not functional.
2020-11-11 17:34:15 +00:00
mike12345567
3d6f50ee5d
Improving consistency of how appId is retrieved and making sure it is valid when being used.
2020-11-09 14:38:29 +00:00
mike12345567
2467043f35
Improving consistency of how appId is retrieved and making sure it is valid when being used.
2020-11-09 14:38:29 +00:00
Martin McKeaveney
596940371e
remove superfluous files
2020-11-06 13:46:19 +00:00
Martin McKeaveney
f183b72023
remove superfluous files
2020-11-06 13:46:19 +00:00
mike12345567
667052e0b4
Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump.
2020-11-06 12:30:30 +00:00
mike12345567
e353c2a1c4
Updating templates to be able to run locally with an environment variable LOCAL_TEMPLATES and making them work using the DB. Users are also no longer included in the db dump.
2020-11-06 12:30:30 +00:00
mike12345567
a9ac8d0632
Fixing some bugs that have been found.
2020-11-05 14:38:44 +00:00
mike12345567
4d0771ac9e
Fixing some bugs that have been found.
2020-11-05 14:38:44 +00:00
Martin McKeaveney
3847c058dc
rename buildPage
2020-11-05 13:41:16 +00:00
Martin McKeaveney
bdfd80fc03
rename buildPage
2020-11-05 13:41:16 +00:00
mike12345567
76cc7d897c
More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created.
2020-11-05 12:43:03 +00:00
mike12345567
0c8bd319f3
More cleanup, removing template app pages that were unused and fixing a bug with auth not being configured correctly when app created.
2020-11-05 12:43:03 +00:00
Martin McKeaveney
291e472765
cut over to new frontend store
2020-11-04 17:09:45 +00:00
Martin McKeaveney
1106026687
cut over to new frontend store
2020-11-04 17:09:45 +00:00
Martin McKeaveney
333844a1f0
feature parity with current pages, screens and store setup. Starting main bb store refactor
2020-11-04 16:13:50 +00:00
Martin McKeaveney
eeb6df894e
feature parity with current pages, screens and store setup. Starting main bb store refactor
2020-11-04 16:13:50 +00:00
Michael Drury
9e72e122b6
Merge branch 'master' of github.com:Budibase/budibase into tidy-up-store
2020-11-04 10:14:19 +00:00
Michael Drury
22cacbbdb3
Merge branch 'master' of github.com:Budibase/budibase into tidy-up-store
2020-11-04 10:14:19 +00:00
Martin McKeaveney
3725a1782b
screens in DB
2020-11-03 16:27:28 +00:00
Martin McKeaveney
ea3162f329
screens in DB
2020-11-03 16:27:28 +00:00
Michael Drury
27871c1bc0
Removing appIds from tokens to reduce confusion.
2020-11-03 13:58:17 +00:00
Michael Drury
d8da28502e
Removing appIds from tokens to reduce confusion.
2020-11-03 13:58:17 +00:00
Michael Drury
a35b6a57f9
Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId.
2020-11-03 13:45:49 +00:00
Michael Drury
ac73b5c4aa
Further work towards the re-implementation of auth, changing how the appId is determined, now it mainly will use a header, and a cookie which will be written to store the current status of appId.
2020-11-03 13:45:49 +00:00
Michael Drury
215e1251bc
Some further work, logout and preview appear to be working much better now.
2020-11-02 22:46:31 +00:00
Michael Drury
871e9b123e
Some further work, logout and preview appear to be working much better now.
2020-11-02 22:46:31 +00:00
mike12345567
0c81516662
Some more re-work, more testing needed to auth stuff.
2020-11-02 20:14:10 +00:00
mike12345567
a1fd261af6
Some more re-work, more testing needed to auth stuff.
2020-11-02 20:14:10 +00:00
Michael Drury
98157f076f
Some updates, still WIP.
2020-11-02 15:46:08 +00:00
Michael Drury
c89f73efc0
Some updates, still WIP.
2020-11-02 15:46:08 +00:00
Martin McKeaveney
74890b13c9
pages being stored in couch on initialisation and page save
2020-11-02 14:56:48 +00:00
Martin McKeaveney
4d388987c4
pages being stored in couch on initialisation and page save
2020-11-02 14:56:48 +00:00
Martin McKeaveney
f29d34ae0b
Merge branch 'master' of github.com:Budibase/budibase into tidy-up-store
2020-10-30 16:25:00 +00:00
Martin McKeaveney
5ae952721c
Merge branch 'master' of github.com:Budibase/budibase into tidy-up-store
2020-10-30 16:25:00 +00:00
Martin McKeaveney
2f0a19a152
removing dead code
2020-10-29 11:46:26 +00:00
Martin McKeaveney
e59f759ad6
removing dead code
2020-10-29 11:46:26 +00:00
mike12345567
2180a1639d
Fixing another linting issue.
2020-10-29 11:04:02 +00:00
mike12345567
eeecd61058
Fixing another linting issue.
2020-10-29 11:04:02 +00:00
mike12345567
8963520454
Merge branch 'master' of github.com:Budibase/budibase into feature/remove-multitenancy
2020-10-29 10:45:02 +00:00
mike12345567
22e2455bbf
Merge branch 'master' of github.com:Budibase/budibase into feature/remove-multitenancy
2020-10-29 10:45:02 +00:00
mike12345567
d587bad363
Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now.
2020-10-29 10:28:27 +00:00
mike12345567
5b2be03bc3
Renaming instanceId -> appId to reduce confusion through the system, there only is one ID now.
2020-10-29 10:28:27 +00:00
Michael Drury
c3a4111292
Some quick fixes.
2020-10-28 22:13:16 +00:00
Michael Drury
f621cb0853
Some quick fixes.
2020-10-28 22:13:16 +00:00
Martin McKeaveney
cc62b60edd
adding cloud check to dev check
2020-10-28 21:27:37 +00:00
Martin McKeaveney
ffc2c7bd5f
adding cloud check to dev check
2020-10-28 21:27:37 +00:00
mike12345567
d79be3c854
Initial work into multi-tenancy removal, experiencing issues with test cases at this point.
2020-10-28 20:35:06 +00:00
mike12345567
ea03d099b3
Initial work into multi-tenancy removal, experiencing issues with test cases at this point.
2020-10-28 20:35:06 +00:00
mike12345567
12e4ec2e99
Merge branch 'bug/local-forbidden' of github.com:Budibase/budibase into feature/webhooks
2020-10-26 17:59:03 +00:00
mike12345567
7f9ff8ded7
Merge branch 'bug/local-forbidden' of github.com:Budibase/budibase into feature/webhooks
2020-10-26 17:59:03 +00:00
mike12345567
27acbac235
Found an issue where environment variables would load before they had actually been updated from dotenv, made sure they are always loaded correctly.
2020-10-26 17:49:33 +00:00
mike12345567
f78ec2ddef
Found an issue where environment variables would load before they had actually been updated from dotenv, made sure they are always loaded correctly.
2020-10-26 17:49:33 +00:00
mike12345567
a967645a21
Some initial work towards webhooks, that generates schema similar to integromat.
2020-10-22 17:48:32 +01:00
mike12345567
0d8ec8e03a
Some initial work towards webhooks, that generates schema similar to integromat.
2020-10-22 17:48:32 +01:00
mike12345567
2550c45831
Merge branch 'master' of github.com:Budibase/budibase into version-complibrary
2020-10-21 15:33:23 +01:00
mike12345567
905cbc00e3
Merge branch 'master' of github.com:Budibase/budibase into version-complibrary
2020-10-21 15:33:23 +01:00
mike12345567
012b290895
Adding a version to the app and then including this in user authentication, this for now is just the version of the builder/server that it was built with.
2020-10-21 15:28:30 +01:00
mike12345567
9a41fde685
Adding a version to the app and then including this in user authentication, this for now is just the version of the builder/server that it was built with.
2020-10-21 15:28:30 +01:00
Andrew Kingston
8428bebc13
Replace sharp with jimp for image processing
2020-10-21 13:00:23 +01:00
Andrew Kingston
64812e2ddc
Replace sharp with jimp for image processing
2020-10-21 13:00:23 +01:00
Andrew Kingston
37553ef80d
Fix test
2020-10-20 12:52:55 +01:00
Andrew Kingston
f86ee9d573
Fix test
2020-10-20 12:52:55 +01:00
Andrew Kingston
05cb7e5374
Allow CSV upload in browser and add display column option
2020-10-19 19:24:05 +01:00
Andrew Kingston
c0e0b48a80
Allow CSV upload in browser and add display column option
2020-10-19 19:24:05 +01:00
mike12345567
c319054c30
Fixing some issues seen with cloudfront and adding a bit more UI around the deployment history as pending can be happening for some time.
2020-10-19 15:33:26 +01:00
mike12345567
de9c4ea3ee
Fixing some issues seen with cloudfront and adding a bit more UI around the deployment history as pending can be happening for some time.
2020-10-19 15:33:26 +01:00
Andrew Kingston
2ce51346ca
Fix default home page overriding detail pages
2020-10-16 15:32:50 +01:00
Andrew Kingston
b139144b62
Fix default home page overriding detail pages
2020-10-16 15:32:50 +01:00
Andrew Kingston
454199b17d
Set default link font weight to 500
2020-10-16 15:32:30 +01:00
Andrew Kingston
a978062a02
Set default link font weight to 500
2020-10-16 15:32:30 +01:00
Andrew Kingston
534f00515d
Add XS shadow to top nav header to act as a slight border
2020-10-16 08:38:04 +01:00
Andrew Kingston
82b8e3e0ed
Add XS shadow to top nav header to act as a slight border
2020-10-16 08:38:04 +01:00
mike12345567
bbe085f734
Some changes for authentication and getting rid of allScreens component of store as it was causing confusion and breakages.
2020-10-15 13:52:56 +01:00
mike12345567
e70c0f32c7
Some changes for authentication and getting rid of allScreens component of store as it was causing confusion and breakages.
2020-10-15 13:52:56 +01:00
Andrew Kingston
32df91895e
Merge branch 'master' of github.com:Budibase/budibase into screen-updates
2020-10-14 17:09:50 +01:00
Andrew Kingston
3de238c66a
Merge branch 'master' of github.com:Budibase/budibase into screen-updates
2020-10-14 17:09:50 +01:00
Andrew Kingston
c108b718a9
Update default page templates
2020-10-14 17:06:58 +01:00
Andrew Kingston
e0c309850b
Update default page templates
2020-10-14 17:06:58 +01:00
Andrew Kingston
b2f4ba98f0
Add translucent background to slot component
2020-10-14 17:05:29 +01:00
Andrew Kingston
b0171c1a9f
Add translucent background to slot component
2020-10-14 17:05:29 +01:00
Martin McKeaveney
78ae3f194c
merge
2020-10-14 15:08:54 +01:00
Martin McKeaveney
4823e66fe9
merge
2020-10-14 15:08:54 +01:00
Martin McKeaveney
d2a7bf55a7
lint
2020-10-14 13:21:43 +01:00
Martin McKeaveney
79b50dc0b7
lint
2020-10-14 13:21:43 +01:00
Martin McKeaveney
2ba10662d3
fix csv import
2020-10-14 13:09:03 +01:00
Martin McKeaveney
2ae3191758
fix csv import
2020-10-14 13:09:03 +01:00
mike12345567
bfaa9bc44b
Merge branch 'master' of github.com:Budibase/budibase into chuckles-fixes
2020-10-14 12:16:16 +01:00
mike12345567
7ee64e8abd
Merge branch 'master' of github.com:Budibase/budibase into chuckles-fixes
2020-10-14 12:16:16 +01:00
Martin McKeaveney
e95af51cde
simplify user authentication, remove anon user, fix login cookie issues
2020-10-13 21:33:56 +01:00
Martin McKeaveney
cb5c09d439
simplify user authentication, remove anon user, fix login cookie issues
2020-10-13 21:33:56 +01:00
Andrew Kingston
650ace2f9e
Add flex design property and fix existing default layout
2020-10-13 17:46:18 +01:00
Andrew Kingston
e50d33b7cb
Add flex design property and fix existing default layout
2020-10-13 17:46:18 +01:00
mike12345567
3fd5e7e578
Removing deprecated function - exists.
2020-10-13 17:02:59 +01:00
mike12345567
3e9836138b
Removing deprecated function - exists.
2020-10-13 17:02:59 +01:00
mike12345567
a6264896fa
Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming
2020-10-13 09:58:31 +01:00
mike12345567
ca9012d07d
Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming
2020-10-13 09:58:31 +01:00
mike12345567
1140f65282
Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming
2020-10-13 09:58:08 +01:00
mike12345567
5e9d32824c
Merge branch 'feat/linked-records-data-source' of github.com:Budibase/budibase into endpoint-renaming
2020-10-13 09:58:08 +01:00
Andrew Kingston
fc870c0dc9
Add back in sharp reference which was commented out
2020-10-13 09:42:44 +01:00
Andrew Kingston
fa59b05d74
Add back in sharp reference which was commented out
2020-10-13 09:42:44 +01:00
Andrew Kingston
d8e349ddaa
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
2020-10-13 09:24:13 +01:00
Andrew Kingston
ba616a7b36
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
2020-10-13 09:24:13 +01:00
Martin McKeaveney
bf9efc7102
remove screen1 from dummy data
2020-10-12 21:22:23 +01:00
Martin McKeaveney
99500cb123
remove screen1 from dummy data
2020-10-12 21:22:23 +01:00
Andrew Kingston
42019dd546
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
2020-10-12 11:26:04 +01:00
Andrew Kingston
0ac8a33210
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
2020-10-12 11:26:04 +01:00
mike12345567
3f0d205846
Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming
2020-10-12 09:41:42 +01:00
mike12345567
d8f3a2ef17
Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming
2020-10-12 09:41:42 +01:00
Martin McKeaveney
506779f8cd
Merge branch 'master' into deployment-api-usage
2020-10-09 21:43:28 +01:00
Martin McKeaveney
979422be52
Merge branch 'master' into deployment-api-usage
2020-10-09 21:43:28 +01:00
Martin McKeaveney
3f81757faa
deployment API usage complete
2020-10-09 21:42:20 +01:00
Martin McKeaveney
64b378364a
deployment API usage complete
2020-10-09 21:42:20 +01:00
mike12345567
73e0e37c66
Fixing some bugs with JWT creation not getting an API key.
2020-10-09 20:44:35 +01:00
mike12345567
c3380d8ab4
Fixing some bugs with JWT creation not getting an API key.
2020-10-09 20:44:35 +01:00
mike12345567
d90c1e3dd3
Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing.
2020-10-09 19:10:28 +01:00
mike12345567
5d49d529e3
Changing record -> row in this update, completing the update of renaming in the builder, this release needs further testing.
2020-10-09 19:10:28 +01:00
mike12345567
bb3370e742
Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet.
2020-10-09 18:49:23 +01:00
mike12345567
fdaa69ee7f
Renaming Model -> Table across the entire system, this is an unstable update and has not been tested fully yet.
2020-10-09 18:49:23 +01:00
mike12345567
86102982a1
Making sure any errors that occur in usage quota are thrown up to stop endpoint from functioning.
2020-10-09 17:28:49 +01:00
mike12345567
89d02357b8
Making sure any errors that occur in usage quota are thrown up to stop endpoint from functioning.
2020-10-09 17:28:49 +01:00
Andrew Kingston
1091526e1f
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
2020-10-09 12:34:25 +01:00
Andrew Kingston
4ef8929462
Merge branch 'master' of github.com:Budibase/budibase into feat/linked-records-data-source
2020-10-09 12:34:25 +01:00
Andrew Kingston
d1f367ccff
Add relationships as data source
2020-10-09 12:24:18 +01:00
Andrew Kingston
009d04a0a5
Add relationships as data source
2020-10-09 12:24:18 +01:00
mike12345567
4ba636897b
Adding in default plan if the obj found does not have the required information.
2020-10-09 11:32:25 +01:00
mike12345567
4584257007
Adding in default plan if the obj found does not have the required information.
2020-10-09 11:32:25 +01:00
mike12345567
844383631e
Merge branch 'master' of github.com:Budibase/budibase into api-usage-tracking
2020-10-09 11:21:26 +01:00
mike12345567
c280586b9b
Merge branch 'master' of github.com:Budibase/budibase into api-usage-tracking
2020-10-09 11:21:26 +01:00
mike12345567
ba758905cc
Removing sanisation, instead just using it as a central path system.
2020-10-09 10:00:57 +01:00
mike12345567
325e291222
Removing sanisation, instead just using it as a central path system.
2020-10-09 10:00:57 +01:00
mike12345567
334b4b1696
Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters.
2020-10-09 09:47:37 +01:00
mike12345567
eea0bc5fb9
Update to IDs as has been discussed, to change them from colons (:) to underscores (_) as this is more URL, S3 and file system safe. Also shortening most prefixes down to two characters.
2020-10-09 09:47:37 +01:00
mike12345567
275bd64b1b
Fixing linting issue.
2020-10-08 18:36:31 +01:00
mike12345567
a54ca6ac39
Fixing linting issue.
2020-10-08 18:36:31 +01:00
mike12345567
b400a06027
Updates for API usage after testing against local Dynamo.
2020-10-08 17:34:41 +01:00
mike12345567
552c31a53e
Updates for API usage after testing against local Dynamo.
2020-10-08 17:34:41 +01:00
mike12345567
f2b7d85b6e
Fixing up middleware to handle uploads, views, records, automation runs and users.
2020-10-07 17:56:47 +01:00
mike12345567
922e214dca
Fixing up middleware to handle uploads, views, records, automation runs and users.
2020-10-07 17:56:47 +01:00
mike12345567
17a4b058b5
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-07 14:48:20 +01:00
mike12345567
25cc60aa94
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-07 14:48:20 +01:00
mike12345567
1f8f0a0444
Sanitising the paths to the couchDB data directories.
2020-10-07 11:42:28 +01:00
mike12345567
a72d8e42ad
Sanitising the paths to the couchDB data directories.
2020-10-07 11:42:28 +01:00
mike12345567
1d99cc654a
Adding a regex to allow certain paths with : on windows.
2020-10-07 11:04:36 +01:00
mike12345567
2c3566f686
Adding a regex to allow certain paths with : on windows.
2020-10-07 11:04:36 +01:00
Andrew Kingston
fd02f361f1
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-07 10:45:26 +01:00
Andrew Kingston
3dc30262d7
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-07 10:45:26 +01:00
mike12345567
691ea16998
Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system.
2020-10-07 00:24:56 +01:00
mike12345567
13c9be4ea3
Adding a basic sanitise path function and fixing up use cases of appId filesystem paths throughout the system.
2020-10-07 00:24:56 +01:00
Martin McKeaveney
c9cfa2c5f9
cleaner parsing
2020-10-05 19:21:51 +01:00
Martin McKeaveney
5e6cbe3b6d
cleaner parsing
2020-10-05 19:21:51 +01:00
Martin McKeaveney
6f28374785
merge
2020-10-05 15:08:53 +01:00
Martin McKeaveney
dd9eb9bb6a
merge
2020-10-05 15:08:53 +01:00
Martin McKeaveney
e1eb4f04f3
tidy up
2020-10-05 14:43:34 +01:00
Martin McKeaveney
c3a5d964bc
tidy up
2020-10-05 14:43:34 +01:00
Martin McKeaveney
f89aa4b403
adding nice loading states
2020-10-05 14:07:39 +01:00
Martin McKeaveney
3a460429a0
adding nice loading states
2020-10-05 14:07:39 +01:00
Martin McKeaveney
13aca3cde0
unit tests for csv parser
2020-10-05 11:48:13 +01:00
Martin McKeaveney
140233960e
unit tests for csv parser
2020-10-05 11:48:13 +01:00
mike12345567
e0dad53ad3
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-05 10:52:35 +01:00
mike12345567
3ad58c2aa7
Merge branch 'master' of github.com:Budibase/budibase into linked-records
2020-10-05 10:52:35 +01:00
Martin McKeaveney
a3c082347c
account for omitted rows
2020-10-05 10:51:58 +01:00
Martin McKeaveney
b754fc3f07
account for omitted rows
2020-10-05 10:51:58 +01:00
Martin McKeaveney
ecb4cff96f
CSV Import end to end
2020-10-02 16:16:06 +01:00
Martin McKeaveney
5e86076530
CSV Import end to end
2020-10-02 16:16:06 +01:00
Martin McKeaveney
e7c3afb7f1
CLI tool for exporting apps, tidy up
2020-09-29 10:32:42 +01:00
Martin McKeaveney
6a2da91f31
CLI tool for exporting apps, tidy up
2020-09-29 10:32:42 +01:00
Martin McKeaveney
c2321797f1
async templates working from S3
2020-09-28 17:04:08 +01:00
Martin McKeaveney
b27f80071f
async templates working from S3
2020-09-28 17:04:08 +01:00
mike12345567
b24ff486d8
Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup.
2020-09-25 18:05:26 +01:00
mike12345567
7e3715d88a
Some groundwork for the linked records, building up a much more in-depth emitter for models and records to drive the record cleanup.
2020-09-25 18:05:26 +01:00
mike12345567
088c7440b6
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into rename-workflow-automation
2020-09-21 14:49:15 +01:00
mike12345567
08e5e75dbb
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into rename-workflow-automation
2020-09-21 14:49:15 +01:00
mike12345567
9274556a1b
Fixing linting.
2020-09-21 14:48:24 +01:00
mike12345567
6967f5f4f0
Fixing linting.
2020-09-21 14:48:24 +01:00
mike12345567
5f2acaff01
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into rename-workflow-automation
2020-09-21 14:01:00 +01:00
mike12345567
c31a978288
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into rename-workflow-automation
2020-09-21 14:01:00 +01:00
mike12345567
b2d06b7a06
Merge branch 'master' of github.com:Budibase/budibase into contextual-workflows
2020-09-21 13:52:26 +01:00
mike12345567
61964f9106
Merge branch 'master' of github.com:Budibase/budibase into contextual-workflows
2020-09-21 13:52:26 +01:00
mike12345567
88d22baf1a
Renaming workflows -> automate/automations, throughout the API and the builder itself.
2020-09-21 13:49:34 +01:00
mike12345567
5f064ade9d
Renaming workflows -> automate/automations, throughout the API and the builder itself.
2020-09-21 13:49:34 +01:00
Martin McKeaveney
14283a7b96
return processed file sizes
2020-09-18 11:01:39 +01:00
Martin McKeaveney
af9b8ac9bd
return processed file sizes
2020-09-18 11:01:39 +01:00
Martin McKeaveney
bb2058a010
lint
2020-09-17 16:36:39 +01:00
Martin McKeaveney
f48736ffe9
lint
2020-09-17 16:36:39 +01:00
mike12345567
8477ad8727
Changing how default inputs for workflow definitions are handled and providing pretty print options for enums.
2020-09-17 12:44:59 +01:00
mike12345567
2911a7ba35
Changing how default inputs for workflow definitions are handled and providing pretty print options for enums.
2020-09-17 12:44:59 +01:00
mike12345567
0c1ff2fd70
Fixing a circular dependency that meant a utilities enumerations could not be used until full system initialisation, exporting enums earlier and commenting.
2020-09-16 14:58:30 +01:00
mike12345567
53b317aad1
Fixing a circular dependency that meant a utilities enumerations could not be used until full system initialisation, exporting enums earlier and commenting.
2020-09-16 14:58:30 +01:00
mike12345567
e2791d832b
This is a breaking change, it updates the block definitions to work with the new structure of inputs and outputs.
2020-09-15 14:27:23 +01:00
mike12345567
1382c3bb12
This is a breaking change, it updates the block definitions to work with the new structure of inputs and outputs.
2020-09-15 14:27:23 +01:00
Michael Shanks
3a5d2f8713
remove references to material design components
2020-08-14 11:21:52 +01:00
Michael Shanks
30aed16951
remove references to material design components
2020-08-14 11:21:52 +01:00
Martin McKeaveney
bbcb282e53
Cypress Tests Running in CI ( #524 )
...
* cypress test setup
* running cypress in CI
* fixing tests after first time setup wizard
* bb api key
* API Key in right place
* adding env in cypress.json
* env var in setup
* lint
* API key not working
* fill in API key form if present
* allow more time for creation
* cypress server for debug
* video recording, better debugging
* Adding debug logs
* set node env
* cypress env
* cancel irrelevant test
2020-08-05 15:18:28 +01:00
Martin McKeaveney
9e00550eda
Cypress Tests Running in CI ( #524 )
...
* cypress test setup
* running cypress in CI
* fixing tests after first time setup wizard
* bb api key
* API Key in right place
* adding env in cypress.json
* env var in setup
* lint
* API key not working
* fill in API key form if present
* allow more time for creation
* cypress server for debug
* video recording, better debugging
* Adding debug logs
* set node env
* cypress env
* cancel irrelevant test
2020-08-05 15:18:28 +01:00
Michael Shanks
6f851ac489
bugfix: create app pointing to hardcoded standard-components version
2020-08-03 15:28:45 +01:00
Michael Shanks
a39f99cf7c
bugfix: create app pointing to hardcoded standard-components version
2020-08-03 15:28:45 +01:00
Michael Shanks
3b4c68163d
can delete screens
2020-07-21 15:01:32 +01:00
Michael Shanks
bac8249132
can delete screens
2020-07-21 15:01:32 +01:00
Martin McKeaveney
63c5cd9af4
lint ✨
2020-07-14 21:10:51 +01:00
Martin McKeaveney
020ef654db
lint ✨
2020-07-14 21:10:51 +01:00
Martin McKeaveney
71fc36ec7e
download component libraries from NPM tarball
2020-07-14 21:07:53 +01:00
Martin McKeaveney
b4e70301a0
download component libraries from NPM tarball
2020-07-14 21:07:53 +01:00
Michael Shanks
10b0f8c379
fix: create app failing from unknown folder copy issues
2020-07-14 07:02:46 +01:00
Michael Shanks
80a597e1fc
fix: create app failing from unknown folder copy issues
2020-07-14 07:02:46 +01:00
Martin McKeaveney
2673acd46e
beta bugfixes
2020-07-10 16:17:12 +01:00
Martin McKeaveney
fccfc3fd5c
beta bugfixes
2020-07-10 16:17:12 +01:00
Michael Shanks
f2e5ca3b93
Default app template - added screens
2020-07-09 14:47:54 +01:00
Michael Shanks
006c965b70
Default app template - added screens
2020-07-09 14:47:54 +01:00
Martin McKeaveney
7b57f0ecc1
merge
2020-07-07 21:32:32 +01:00
Martin McKeaveney
1a33ab2e18
merge
2020-07-07 21:32:32 +01:00
Martin McKeaveney
3122334c35
lint ✨
2020-07-07 21:29:20 +01:00
Martin McKeaveney
c953fa679a
lint ✨
2020-07-07 21:29:20 +01:00
Martin McKeaveney
8ae6f04290
extra index template for production
2020-07-06 19:43:40 +01:00
Martin McKeaveney
f7d65deb5e
extra index template for production
2020-07-06 19:43:40 +01:00
Michael Shanks
877a9b1033
Login: allow edit of title & button text
2020-07-06 11:30:36 +01:00
Michael Shanks
cc1659f807
Login: allow edit of title & button text
2020-07-06 11:30:36 +01:00
Michael Shanks
c57b30efdf
more understandable screenslot & default header on master screen
2020-07-03 21:48:34 +01:00
Michael Shanks
1d85ce5acb
more understandable screenslot & default header on master screen
2020-07-03 21:48:34 +01:00
Michael Shanks
2bf5702bca
#416 auto init of budibase when electron starts
2020-07-03 13:03:50 +01:00
Michael Shanks
69b05d6f93
#416 auto init of budibase when electron starts
2020-07-03 13:03:50 +01:00
Martin McKeaveney
5cc358e496
deployment E2E
2020-07-02 23:22:20 +01:00
Martin McKeaveney
5ecc8d4a54
deployment E2E
2020-07-02 23:22:20 +01:00
Michael Shanks
30f311eaea
apply border-box globally
2020-07-01 11:28:41 +01:00
Michael Shanks
46c8c558a0
apply border-box globally
2020-07-01 11:28:41 +01:00
Michael Shanks
2e576800c4
bugfix: add inter and roboto mono fonts
2020-06-29 10:16:19 +01:00
Michael Shanks
bbd030db71
bugfix: add inter and roboto mono fonts
2020-06-29 10:16:19 +01:00
Michael Shanks
3692b92e5b
merge from master
2020-06-26 15:41:42 +01:00
Michael Shanks
4677e76f79
merge from master
2020-06-26 15:41:42 +01:00
Conor_Mack
08524ab5d8
Merge pull request #392 from Budibase/bugfix/instance-name-login-template
...
Add _instanceName to login template
2020-06-26 10:35:42 +01:00
Conor_Mack
4be1cd07b3
Merge pull request #392 from Budibase/bugfix/instance-name-login-template
...
Add _instanceName to login template
2020-06-26 10:35:42 +01:00
Conor_Mack
fcdfddf6da
Add _instanceName to login template
2020-06-26 10:31:03 +01:00
Conor_Mack
818ab3b4fc
Add _instanceName to login template
2020-06-26 10:31:03 +01:00
Michael Shanks
8ce26a1e19
bugfix: master screen not styleable
2020-06-25 17:46:43 +01:00