Martin McKeaveney
|
a7f9e2fb8f
|
better integration API, parse JSON by default
|
2021-01-15 13:11:51 +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
|
a48869a2f0
|
merge
|
2021-01-11 20:29:33 +00:00 |
Martin McKeaveney
|
15de3c8f83
|
styling, async data fetching
|
2021-01-11 20:17:56 +00:00 |
Martin McKeaveney
|
b76d42bcde
|
use dynamic input in query
|
2021-01-11 15:34:43 +00:00 |
mike12345567
|
ef0787917a
|
Fixing removal of full path function (adding back original functionality).
|
2021-01-11 10:01:02 +00:00 |
Andrew Kingston
|
e94cdf1f8e
|
Remove hostname check when creating API endpoint URLs now that they are proxied
|
2021-01-11 09:38:40 +00:00 |
Martin McKeaveney
|
102b7ce61f
|
binding data context in component
|
2021-01-08 18:22:03 +00:00 |
Michael Shanks
|
a878d7eb40
|
Trigger Automation from frontend actions
|
2021-01-08 17:25:06 +00:00 |
Martin McKeaveney
|
8e40f4b5f8
|
Allow dynamic query execution from front end components
|
2021-01-08 12:06:37 +00:00 |
Andrew Kingston
|
cf087209d7
|
Bundle app ID inside apps, rather than trying to find it dynamically
|
2021-01-07 14:53:56 +00:00 |
Martin McKeaveney
|
d7a0d29b03
|
switching between queries
|
2021-01-06 12:28:51 +00:00 |
mike12345567
|
40a6348e7c
|
Version working with reverse proxy, need to just change settings menu in builder now to use this properly.
|
2021-01-05 18:47:51 +00:00 |
Martin McKeaveney
|
755fa0ac4a
|
allow execution of external connector queries from button clicks
|
2021-01-04 18:57:16 +00:00 |
Martin McKeaveney
|
b4b4941003
|
use queries in front end
|
2020-12-30 12:58:39 +00:00 |
Martin McKeaveney
|
29b51bc6c2
|
separation of datasources and queries
|
2020-12-18 18:19:43 +00:00 |
Martin McKeaveney
|
f05d696ef7
|
email as default user identifier
|
2020-12-04 12:22:45 +00:00 |
Andrew Kingston
|
1e857f101a
|
Add button actions, simplify contexts and tidy up
|
2020-11-25 09:50:51 +00:00 |
Andrew Kingston
|
199c3409c9
|
Simplify data contexts
|
2020-11-24 11:28:31 +00:00 |
Andrew Kingston
|
1b0fa94dff
|
Add support for full depth data binding
|
2020-11-20 09:50:10 +00:00 |
Andrew Kingston
|
21a9840b8b
|
Add header to flag whether a request originates from the client
|
2020-11-19 20:04:30 +00:00 |
Andrew Kingston
|
9c30ab2df3
|
Fetch app definition and routes from the server
|
2020-11-19 18:39:22 +00:00 |
Andrew Kingston
|
ef2eba0433
|
Merge branch 'feature/backend-routing' of github.com:Budibase/budibase into component-sdk
|
2020-11-19 17:55:40 +00:00 |
Andrew Kingston
|
3dcd9d32e2
|
Fix fetching of relationship data in lists
|
2020-11-19 13:50:20 +00:00 |
Andrew Kingston
|
1a8d781c8c
|
Refactor entire SDK into client lib and enable svelte context sharing between client and components
|
2020-11-18 19:18:18 +00:00 |
Andrew Kingston
|
499ad2e35d
|
Add initial work on component SDK
|
2020-11-11 12:25:50 +00:00 |
mike12345567
|
f2e1f1f4e9
|
The API that the components library would use was not always consistent with the API client library would use and this would sometimes break things.
|
2020-11-09 09:42:35 +00:00 |
Andrew Kingston
|
253568fd2d
|
Merge pull request #817 from Budibase/apex-charts
Apex charts
|
2020-11-09 08:48:44 +00:00 |
mike12345567
|
ce12325b8c
|
Fixing issues with auth not being able to find appId in pathname, using the currentapp cookie if pathname not populated.
|
2020-11-06 21:13:21 +00:00 |
Andrew Kingston
|
7aa8d7870d
|
Fix crash when saving rows
|
2020-11-04 13:17:24 +00:00 |
Michael Drury
|
684df38561
|
Fixing issue that was breaking linting.
|
2020-11-03 15:35:27 +00:00 |
Michael Drury
|
19bcecf9f3
|
Linting and fixing client test case, have to mock getAppId as the location will never be set during testing.
|
2020-11-03 14:30:20 +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 |
Andrew Kingston
|
19bfa87859
|
Fix link
|
2020-10-16 16:00:26 +01:00 |
Andrew Kingston
|
0c61fe60a2
|
Fix crashing whenever hitting an API error from client app
|
2020-10-16 09:37:19 +01:00 |
Andrew Kingston
|
536e1f2ab3
|
Add new Delete Row action which can be used in client apps
|
2020-10-16 08:37:13 +01:00 |
mike12345567
|
cfd4d9d34d
|
Merge branch 'master' of github.com:Budibase/budibase into endpoint-renaming
|
2020-10-12 13:34:32 +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 |
Michael Shanks
|
2e76e1f0f4
|
Save Record Action
|
2020-10-08 22:06:44 +01:00 |
Andrew Kingston
|
d166d8072b
|
Merge in master
|
2020-09-14 10:16:09 +01:00 |
Michael Shanks
|
0735eaa523
|
stop coercing values on the server - do on client instead
|
2020-09-11 21:24:52 +01:00 |
Michael Shanks
|
d3225cb51f
|
events hooked up and working
|
2020-09-10 21:11:05 +01:00 |
Andrew Kingston
|
98ffd6f971
|
Remove client workflow execution
|
2020-09-10 11:27:31 +01:00 |
Michael Shanks
|
7861c8ede8
|
bindings... allowing unescaped urls, but not html tags
|
2020-08-11 14:12:05 +01:00 |
Michael Shanks
|
a82c0dd44e
|
client lib - new binding
|
2020-08-06 21:12:35 +01:00 |
Michael Shanks
|
19d132c6c2
|
removal of appRoot - appId comes in cookie
|
2020-06-12 20:42:55 +01:00 |
Martin McKeaveney
|
3a983cea8a
|
tidy up, styling
|
2020-06-02 11:08:53 +01:00 |
Martin McKeaveney
|
a6602ba1fc
|
lint + format
|
2020-06-01 21:31:55 +01:00 |
Martin McKeaveney
|
b372f6b03d
|
tidy up
|
2020-06-01 21:26:32 +01:00 |
Martin McKeaveney
|
176906e766
|
server side workflows
|
2020-06-01 16:22:13 +01:00 |
Martin McKeaveney
|
cb496d1819
|
workflow DAO tests
|
2020-06-01 11:52:15 +01:00 |
Martin McKeaveney
|
15ba1a5a12
|
move workflow to array data structure
|
2020-06-01 10:41:28 +01:00 |
Martin McKeaveney
|
5c1aa00fd0
|
server side event emitter
|
2020-05-31 17:12:52 +01:00 |
Martin McKeaveney
|
9a898a8d74
|
orchestrator refactor, user creation block
|
2020-05-30 13:41:46 +01:00 |
Martin McKeaveney
|
c7b8220a62
|
significant client lib refactor
|
2020-05-30 00:14:41 +01:00 |
Martin McKeaveney
|
b4b90fcaeb
|
styling, bug fixes, client library state updates
|
2020-05-29 16:06:23 +01:00 |
Martin McKeaveney
|
e648dc80e8
|
refactor client library
|
2020-05-29 14:06:36 +01:00 |
Martin McKeaveney
|
7a3b368399
|
make alerts live, more hooks, app notifications
|
2020-05-28 23:32:03 +01:00 |
Martin McKeaveney
|
6f0a84dd38
|
adding workflow blocks, parameter parsing, templating
|
2020-05-28 20:20:03 +01:00 |
Martin McKeaveney
|
ad637348c9
|
workflow UI, orhestrator for executing workflows
|
2020-05-27 21:51:32 +01:00 |
Martin McKeaveney
|
e9fab13750
|
workflow orchestrator
|
2020-05-26 21:34:01 +01:00 |
Martin McKeaveney
|
b7a5735a05
|
state management bindings
|
2020-02-21 15:44:48 +00:00 |
Martin McKeaveney
|
0808178dfa
|
running prettier over codebase, removing merge files
|
2020-02-03 09:24:25 +00:00 |
Michael Shanks
|
540fb4c3d6
|
basic cru app possible
|
2019-10-19 07:24:20 +01:00 |
Michael Shanks
|
92dcf4b2b8
|
backup before an f-up
|
2019-10-18 17:32:03 +01:00 |
Michael Shanks
|
1529277b11
|
lots of bugfixes and component changes
|
2019-10-03 06:12:13 +01:00 |
Michael Shanks
|
e0d1ea5651
|
nav component and bug fixes
|
2019-09-26 05:40:58 +01:00 |
Michael Shanks
|
1a8a9cd490
|
More event handlers & bug fix
|
2019-09-24 06:11:02 +01:00 |
Michael Shanks
|
bfda230aae
|
state event handlers - API
|
2019-09-23 06:08:06 +01:00 |