mike12345567
|
8a57f61607
|
Fixing test case and also making sure that external trigger does what its expected to.
|
2020-12-07 17:55:35 +00:00 |
mike12345567
|
bc9a8ef0e3
|
Updating test so that it doesn't chain.
|
2020-12-07 17:42:31 +00:00 |
Martin McKeaveney
|
d6b00d5ebe
|
email as default user identifier
|
2020-12-04 12:22:45 +00:00 |
mike12345567
|
b65a554ede
|
Linting and update to try and fix issues when screens are created, screen saving now generates CSS.
|
2020-12-03 12:08:33 +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
|
c832ed36d4
|
Merge branch 'feature/security-update' of github.com:Budibase/budibase into feature/page-refactor
|
2020-12-02 13:26:57 +00:00 |
mike12345567
|
abe3bdabad
|
Linting.
|
2020-12-02 13:21:13 +00:00 |
mike12345567
|
05d5feb9fd
|
Changing the naming of access levels to be roles.
|
2020-12-02 13:20:56 +00:00 |
mike12345567
|
fdd719aadb
|
Quick update to allow deleting layouts if they are not currently in use.
|
2020-11-30 16:12:06 +00:00 |
mike12345567
|
5dbab658ad
|
Adding to JOI the layoutId.
|
2020-11-30 11:19:22 +00:00 |
Martin McKeaveney
|
113c68e4c9
|
budibase postgres E2E working
|
2020-11-26 14:43: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
|
5eec4d7a47
|
Creating CSS generation capabilities in the server.
|
2020-11-24 18:11:18 +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
|
6a2812f4f4
|
initial work towards page refactor.
|
2020-11-20 17:47:13 +00:00 |
mike12345567
|
a9d5c3a5cb
|
linting.
|
2020-11-19 16:56:23 +00:00 |
mike12345567
|
87528c8d55
|
Fixing issues with the application API, it utilised /api/:appId heavily which is a route that matches nearly everything.
|
2020-11-19 16:55:59 +00:00 |
mike12345567
|
1e9e46b8a5
|
Creating a function for the client to be able to pull in client definition from API.
|
2020-11-18 18:24:12 +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
|
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 |
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
|
e35817f5f3
|
Linting.
|
2020-11-12 17:43:17 +00:00 |
Michael Drury
|
0a73ab83db
|
Fixing test case.
|
2020-11-12 17:41:50 +00:00 |
mike12345567
|
2472168477
|
Tests failing but starting to progress.
|
2020-11-12 17:06:55 +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 |
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 |
Martin McKeaveney
|
3847c058dc
|
rename buildPage
|
2020-11-05 13:41:16 +00:00 |
Martin McKeaveney
|
291e472765
|
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 |
Michael Drury
|
6bc184f0d6
|
Updating screens API to be prefixed with /api/screens
|
2020-11-04 14:05:11 +00:00 |
Michael Drury
|
c9a1bf1940
|
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 |
Michael Drury
|
9e72e122b6
|
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 |
Michael Drury
|
0cc837b220
|
Updating server test cases with the header for appId.
|
2020-11-03 15:00:39 +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
|
98157f076f
|
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 |
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
|
b9f1babc0e
|
Removing instance API as it was un-used and simplifying the nature of an instance.
|
2020-10-29 10:21:06 +00:00 |
Michael Drury
|
c2d2f9e183
|
Fixing test cases.
|
2020-10-28 22:37:58 +00:00 |
Michael Drury
|
c3a4111292
|
Some quick fixes.
|
2020-10-28 22:13:16 +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
|
a967645a21
|
Some initial work towards webhooks, that generates schema similar to integromat.
|
2020-10-22 17:48:32 +01:00 |
Michael Drury
|
9fc1406c22
|
Merge pull request #776 from Budibase/version-complibrary
Version the components library
|
2020-10-22 09:14:07 +01:00 |
mike12345567
|
122c34e65c
|
Adding validation to pages to protect against screen/page creation with no parameters.
|
2020-10-21 17:35:39 +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 |
Martin McKeaveney
|
6f4b55c0f5
|
making deploy process async, adding local deployment history
|
2020-10-16 12:38:07 +01:00 |
Martin McKeaveney
|
202598a7fa
|
fix unit tests
|
2020-10-15 21:47:20 +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
|
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
|
f2b7d85b6e
|
Fixing up middleware to handle uploads, views, records, automation runs and users.
|
2020-10-07 17:56:47 +01:00 |
mike12345567
|
3a6a03403f
|
Merge branch 'linked-records' of github.com:Budibase/budibase into api-usage-tracking
|
2020-10-07 15:41:39 +01:00 |
Andrew Kingston
|
fd02f361f1
|
Merge branch 'master' of github.com:Budibase/budibase into linked-records
|
2020-10-07 10:45:26 +01:00 |
Michael Shanks
|
d9e53143d8
|
merge conflicts - from master
|
2020-10-06 21:43:54 +01:00 |
mike12345567
|
fc2e2a8804
|
First work towards implementing Dynamo usage in the server when running in the cloud; this is for tracking usage against API keys.
|
2020-10-06 19:13:41 +01:00 |
Michael Shanks
|
ca978b70c8
|
Merge branch 'master' into fixes
|
2020-10-05 21:17:01 +01:00 |
Michael Shanks
|
f3c941a023
|
broken tests
|
2020-10-05 20:58:07 +01:00 |
Michael Shanks
|
40e6d4c844
|
Coerse record fields, to be a bit more tolerant of data input
|
2020-10-05 17:28:23 +01:00 |
Martin McKeaveney
|
6f28374785
|
merge
|
2020-10-05 15:08:53 +01:00 |
Martin McKeaveney
|
f89aa4b403
|
adding nice loading states
|
2020-10-05 14:07:39 +01:00 |
mike12345567
|
e0dad53ad3
|
Merge branch 'master' of github.com:Budibase/budibase into linked-records
|
2020-10-05 10:52:35 +01:00 |
mike12345567
|
672f5f8301
|
Merge branch 'master' of github.com:Budibase/budibase into remove-views
|
2020-10-05 10:04:23 +01:00 |
mike12345567
|
d6e260a873
|
Merge branch 'remove-views' of github.com:Budibase/budibase into linked-records
|
2020-10-02 17:02:37 +01:00 |
mike12345567
|
89d609bdae
|
Fixing test case broken by automation save record -> create record.
|
2020-10-02 17:02:18 +01:00 |
Martin McKeaveney
|
cccc087727
|
merge
|
2020-10-02 16:45:59 +01:00 |
Martin McKeaveney
|
ecb4cff96f
|
CSV Import end to end
|
2020-10-02 16:16:06 +01:00 |
mike12345567
|
6b222ffbf0
|
Merge branch 'remove-views' of github.com:Budibase/budibase into linked-records
|
2020-10-02 14:49:23 +01:00 |
mike12345567
|
e0e1cd7316
|
Some more test case fixes.
|
2020-10-02 13:04:44 +01:00 |
Martin McKeaveney
|
1fd749ce00
|
csv import functional
|
2020-10-01 14:48:07 +01:00 |
mike12345567
|
709cdb5ea9
|
Changing relationship system around a little, to not work with fieldNames anymore in the view and simplifying quite a few of the update systems.
|
2020-09-30 15:37:38 +01:00 |
Michael Shanks
|
838904d14e
|
serve determines whether analytics are enabled
|
2020-09-29 16:23:34 +01:00 |
mike12345567
|
ecfca1dfab
|
Adding routes for getting link records based on a record Id.
|
2020-09-29 12:02:06 +01:00 |
mike12345567
|
a76a7525e3
|
Update to make sure all linked record updates occur in sync with the API call.
|
2020-09-29 11:55:18 +01:00 |
Martin McKeaveney
|
e7c3afb7f1
|
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
|
408c814b26
|
Merge branch 'master' of github.com:Budibase/budibase into csv-export
|
2020-09-24 16:16:59 +01:00 |
Martin McKeaveney
|
9768a23ad4
|
merge
|
2020-09-24 15:52:09 +01:00 |
Martin McKeaveney
|
0c639bd1a2
|
providing ability to perform JSON and CSV export from popover
|
2020-09-23 23:56:26 +01:00 |
Martin McKeaveney
|
938f675922
|
abstract local file upload logic
|
2020-09-23 17:02:06 +01:00 |
mike12345567
|
4bf40a976d
|
Adding re-triggering of test case to help with running test case in GH actions.
|
2020-09-23 16:35:34 +01:00 |
mike12345567
|
58f643bc30
|
Extending the possible time the test case can wait for the record to be updated into the database (automation trigger) and adding JSdocs to automation utilities as per PR suggestions.
|
2020-09-23 16:16:24 +01:00 |
Martin McKeaveney
|
f40f388dd8
|
local file upload from apps
|
2020-09-23 16:15:09 +01:00 |
mike12345567
|
d5112c82c6
|
Fixing delay as it was causing test case to be inconsistent (triggering automation)
|
2020-09-23 15:29:25 +01:00 |
mike12345567
|
e7be9dd698
|
Fixing issue with test case.
|
2020-09-23 15:16:14 +01:00 |
mike12345567
|
d6213912fd
|
Merge branch 'contextual-workflows' of github.com:Budibase/budibase into rename-workflow-automation
|
2020-09-22 12:00:54 +01:00 |
mike12345567
|
42d9dd26d9
|
Confirming suspicions about why a testcase is failing in GH actions only.
|
2020-09-22 09:50:16 +01:00 |
mike12345567
|
84372c0100
|
Adding to test case to retry looking for entries out of the triggered workflow in the case of slow machines.
|
2020-09-22 09:13:19 +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
|
b2d06b7a06
|
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 |
Martin McKeaveney
|
319fcabaa5
|
removing delete functionality - not necessary
|
2020-09-18 12:41:39 +01:00 |
Martin McKeaveney
|
5d3867558a
|
merge with master
|
2020-09-17 16:40:09 +01:00 |
Martin McKeaveney
|
bb2058a010
|
lint
|
2020-09-17 16:36:39 +01:00 |
mike12345567
|
22ef6eb4d3
|
Some fixes after playing around with the new Builder UI.
|
2020-09-17 16:16:05 +01:00 |
mike12345567
|
dd0cffc226
|
Making the trigger endpoint detect if the trigger should have a model input and faking any properties that don't exist if required - this behaviour overridden by inputs from external client.
|
2020-09-17 15:14:08 +01:00 |
Martin McKeaveney
|
9032738ae8
|
delete local file upload when file deleted
|
2020-09-17 15:08:28 +01:00 |
mike12345567
|
be67eaf9c8
|
Updating testcase to now trigger a proper workflow and check that it operates as expected.
|
2020-09-17 13:36:19 +01:00 |
mike12345567
|
ec265f6821
|
Update to improve test cases and get JOI to work as expected.
|
2020-09-16 19:25:52 +01:00 |
Martin McKeaveney
|
86ae8d038a
|
file attachments and processing working, basic design for dropzone
|
2020-09-15 16:22:13 +01:00 |
mike12345567
|
b1a8837c0c
|
Adding new API endpoint which provides all definitions in one.
|
2020-09-14 15:34:09 +01:00 |
Andrew Kingston
|
76cfb5062d
|
Revert formatting to 80 print width
|
2020-09-14 14:35:03 +01:00 |
mike12345567
|
c4683a3743
|
Updating some test cases which were failing silently and changing how environment want handled.
|
2020-09-14 14:32:20 +01:00 |
Andrew Kingston
|
b1b8061c3e
|
Merge in master
|
2020-09-14 10:16:09 +01:00 |
Michael Shanks
|
3696d4b077
|
fixing some broken tests
|
2020-09-11 09:29:23 +01:00 |
Michael Shanks
|
14aa33705f
|
events hooked up and working
|
2020-09-10 21:11:05 +01:00 |
mike12345567
|
ad48b9fdd2
|
Adding joi validation to the workflow update and create to make sure structure is adhered to, this is built through a curried middleware, to validate on headers, body etc add multiple different validator middlewares to your endpoint.
|
2020-09-10 17:46:34 +01:00 |
mike12345567
|
77f32c8a0f
|
Major update to server workflow backend, implementing a very basic queue API in between triggers and orchestration and then moving everything around to keep it generally more concise, creating a directory to handle all workflow related matters as they do not pertain to the API (running of workflows is a completely separate operation).
|
2020-09-10 15:00:21 +01:00 |
mike12345567
|
79cb0c522f
|
Implementing the block definitions as list APIs for the workflow, meaning client has to retrieve structure from API instead of inherently knowing it.
|
2020-09-10 11:06:13 +01:00 |
Michael Shanks
|
25d8f9a8f8
|
added PATCH record route
|
2020-09-10 09:36:14 +01:00 |
Martin McKeaveney
|
1d56d9a2ce
|
cypress tests, lint, feature complete
|
2020-08-24 15:48:34 +01:00 |
Martin McKeaveney
|
70d4592fc2
|
fix server unit tests
|
2020-08-19 17:09:30 +01:00 |
Martin McKeaveney
|
d08db301af
|
group by complete
|
2020-08-18 16:05:15 +01:00 |
Martin McKeaveney
|
28b4b6fcb9
|
deletion of views, statistics calculation popover, unit tests
|
2020-08-17 21:01:43 +01:00 |
Martin McKeaveney
|
6862be744b
|
began UI for custom views
|
2020-08-14 16:31:53 +01:00 |
Martin McKeaveney
|
f62e7e06d8
|
new view foundations
|
2020-08-13 15:04:19 +01:00 |
Michael Shanks
|
3b4c68163d
|
can delete screens
|
2020-07-21 15:01:32 +01:00 |
Martin McKeaveney
|
b9ed98c7ee
|
lint
|
2020-07-16 15:40:59 +01:00 |
Martin McKeaveney
|
fe98d566eb
|
fixing tests
|
2020-07-16 15:37:05 +01:00 |
Martin McKeaveney
|
7b57f0ecc1
|
merge
|
2020-07-07 21:32:32 +01:00 |
Martin McKeaveney
|
3122334c35
|
lint ✨
|
2020-07-07 21:29:20 +01:00 |
kevmodrome
|
dc5db6f552
|
adds delete functionality to application
|
2020-07-07 14:44:05 +02:00 |
kevmodrome
|
2a13abba4d
|
lint fixes
|
2020-07-06 09:07:29 +02:00 |
Martin McKeaveney
|
5cc358e496
|
deployment E2E
|
2020-07-02 23:22:20 +01:00 |
Martin McKeaveney
|
f8593da365
|
Merge branch 'master' of github.com:Budibase/budibase into deployment
|
2020-07-02 20:52:50 +01:00 |
kevmodrome
|
aabde78c47
|
sets up dummy back-end
|
2020-07-02 17:53:09 +02:00 |
kevmodrome
|
69e5086388
|
remove unneeded appPackage route
|
2020-07-02 11:30:36 +02:00 |
Martin McKeaveney
|
6907f7751f
|
s3 awareness, authentication through API keys
|
2020-07-01 21:57:35 +01:00 |
Martin McKeaveney
|
7f40e89e67
|
Merge branch 'master' of github.com:Budibase/budibase into deployment
|
2020-07-01 21:42:47 +01:00 |
Martin McKeaveney
|
59c2f247a7
|
upload assets to s3
|
2020-06-29 19:15:43 +01:00 |
kevmodrome
|
4f6283eef2
|
adds functionality to update name and description of app
|
2020-06-29 17:18:43 +02:00 |
Martin McKeaveney
|
b9d1b52ec7
|
cleaned up deploy code
|
2020-06-29 10:27:38 +01:00 |
kevmodrome
|
6ce9cef407
|
Merge remote-tracking branch 'origin' into feature/settings-modal
|
2020-06-29 10:08:23 +02:00 |
kevmodrome
|
e4fc3e57d1
|
adds update functionality to users
|
2020-06-26 11:05:09 +02:00 |
Martin McKeaveney
|
e293f3f70a
|
adding renaming test
|
2020-06-26 09:55:15 +01:00 |
Martin McKeaveney
|
f1795d51ef
|
fix test
|
2020-06-24 16:32:16 +01:00 |
Martin McKeaveney
|
3c3104be7b
|
enable renaming of records by using IDs
|
2020-06-23 23:26:54 +01:00 |
Martin McKeaveney
|
6adb2a72e0
|
merge
|
2020-06-22 22:39:41 +01:00 |
Michael Shanks
|
4dcd482a4f
|
instance Id is gone from API module
|
2020-06-19 17:19:30 +01:00 |
Michael Shanks
|
11e56467b8
|
fixing broken tests
|
2020-06-18 20:41:37 +01:00 |
Michael Shanks
|
bf952f8677
|
instanceid removal
|
2020-06-18 16:59:31 +01:00 |
Martin McKeaveney
|
987135f7b4
|
saving of models and fields
|
2020-06-16 20:29:18 +01:00 |
Martin McKeaveney
|
48f6ac2b98
|
structuring new backend UI
|
2020-06-15 16:41:31 +01:00 |
Michael Shanks
|
3b506f59cb
|
lint fix
|
2020-06-12 21:11:39 +01:00 |
Michael Shanks
|
6c8a0dc8f2
|
fixing tests - not using new auth endpoint
|
2020-06-12 21:08:00 +01:00 |
Michael Shanks
|
bf1da9e94e
|
removal of appRoot - appId comes in cookie
|
2020-06-12 20:42:55 +01:00 |
Martin McKeaveney
|
8b3ce41ba7
|
update _rev for deleted test model
|
2020-06-11 18:11:56 +01:00 |
Martin McKeaveney
|
1c1ac8f1a3
|
remove other link fields when you delete a model
|
2020-06-11 17:24:09 +01:00 |
Martin McKeaveney
|
0634c5718a
|
Merge branch 'master' of github.com:Budibase/budibase into linked-records
|
2020-06-11 16:22:28 +01:00 |
Martin McKeaveney
|
d2477e1b81
|
adding record models for brevity
|
2020-06-11 14:35:45 +01:00 |
Michael Shanks
|
2d4321177f
|
application supports multiple concurrent client DB
|
2020-06-10 21:39:30 +01:00 |