Martin McKeaveney
f1cd6d01e9
tidy up
2021-05-17 14:24:37 +01:00
Martin McKeaveney
c3e7548255
dev mode E2E
2021-05-13 11:06:08 +01:00
mike12345567
2021c59dd9
Putting together redis lock system.
2021-05-12 17:37:09 +01:00
mike12345567
77b4b206f7
Other minor fixes after doing some initial setup testing.
2021-05-10 13:18:05 +01:00
mike12345567
1d435013b8
Fixing issues with bullboard and integrating the express app with our koa app (if prefix matches).
2021-05-07 12:24:51 +01:00
Michael Drury
a7b6dbe303
Merge pull request #1449 from Budibase/feature/password-reset
...
Password reset and invitations backend
2021-05-06 11:04:15 +01:00
mike12345567
2ee4fd21e4
Updating testing system across the board after playing around with it, having the worker tests run when top level test is ran, fixing environment in worker when testing, removing the use of redis (replacing with ioredis-mock) when in test.
2021-05-05 17:49:34 +01:00
Keviin Åberg Kultalahti
ae43bbe008
add analytics toggling
2021-05-05 18:39:36 +02:00
mike12345567
b01da0aad5
Merge branch 'next' of github.com:Budibase/budibase into feature/password-reset
2021-05-04 15:21:53 +01:00
Martin McKeaveney
4086d39535
merge with next
2021-05-04 11:49:34 +01:00
Martin McKeaveney
8ecb70a8f7
merge with next
2021-05-04 11:40:59 +01:00
Andrew Kingston
797e8a8b67
Add explicit prettier options
2021-05-04 11:32:22 +01:00
Martin McKeaveney
72ed644803
merge
2021-05-04 09:55:14 +01:00
Keviin Åberg Kultalahti
0afbf1649e
lint:fix
2021-05-03 09:31:09 +02:00
Martin McKeaveney
b876e91ae6
merge with next
2021-04-29 11:45:47 +01:00
mike12345567
58ca0d4224
Updating auth middleware to accomodate public endpoints for the server properly and some refactoring.
2021-04-28 18:13:21 +01:00
mike12345567
76ceb6a951
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
eaad867780
Some work towards implementing the current app cookie, removing some old dead code and re-working some of the different middlewares involved.
2021-04-12 18:31:58 +01:00
Martin McKeaveney
98576f586e
login page
2021-04-11 11:35:55 +01:00
mike12345567
b737aa673d
Merge branch 'dev-experience' of github.com:Budibase/budibase into feature/global-user-management
2021-04-07 15:22:22 +01:00
Andrew Kingston
86667bfa0f
Update URLs to use builder instead of _builder
2021-04-01 10:06:22 +01:00
mike12345567
76f330fc36
Replacing deprecated symbols.
2021-03-29 15:06:00 +01:00
Martin McKeaveney
8f5fd32f74
scripting block
2021-03-26 14:56:34 +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
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
9c0a4ab4fb
Some changes after testing, needed to update object store client creation.
2021-03-24 12:54:59 +00:00
mike12345567
163d24a767
Updating row tests, reducing console logging during tests for speed and clarity, testing some misc endpoints and updating search functionality to use a starts with operator when working with strings on rows.
2021-03-10 17:55:42 +00:00
mike12345567
ec5f9788c5
Fixing minor bug with permission add.
2021-02-09 13:14:23 +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
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
9f8c9fa810
import and export apps
2021-01-27 13:55:46 +00:00
mike12345567
63f7641c9e
linting.
2020-11-17 18:13:21 +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
mike12345567
6148128554
Tests failing but starting to progress.
2020-11-12 17:06:55 +00:00
Martin McKeaveney
129d36ccfe
remove cf invalidation, adding validation around successful deploys only
2020-11-10 17:08:02 +00:00
Michael Drury
8c6a97198f
Main work to get screens into the DB, fixing up issue with async page updates not being handled in order.
2020-11-04 12:36:38 +00:00
mike12345567
08b0834fe2
Removing instance API as it was un-used and simplifying the nature of an instance.
2020-10-29 10:21: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
7f9ff8ded7
Merge branch 'bug/local-forbidden' of github.com:Budibase/budibase into feature/webhooks
2020-10-26 17:59:03 +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
0d8ec8e03a
Some initial work towards webhooks, that generates schema similar to integromat.
2020-10-22 17:48:32 +01:00
Martin McKeaveney
afa5418d5a
adding health check endpoint for AWS ALB
2020-10-16 22:02:17 +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
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
Martin McKeaveney
016f49ac5a
merge
2020-10-02 16:45:59 +01:00
Michael Shanks
701c82cb1f
serve determines whether analytics are enabled
2020-09-29 16:23:34 +01:00
Martin McKeaveney
b27f80071f
async templates working from S3
2020-09-28 17:04:08 +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
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
Martin McKeaveney
85bf27c17b
fixing dev path when running in electron
2020-07-15 13:42:12 +01:00