budibase/packages/server/src
Michael Drury 42c37eea46 Merge pull request #10276 from Budibase/labday/automation-plugins
Automation step plugins
2023-04-18 17:33:25 +01:00
..
api Merge pull request #10276 from Budibase/labday/automation-plugins 2023-04-18 17:33:25 +01:00
automations Updating plugins to have a SDK, which can be used for automation action retrieval as well as datasources. 2023-04-11 16:37:26 +01:00
constants Revert "Revert "Merge pull request #10038 from Budibase/fix/budi-6723" (#10143)" 2023-03-29 12:12:38 +01:00
db Fix types 2023-03-30 11:30:35 +01:00
definitions Fixing operation ID. 2023-03-06 17:41:24 +00:00
events Some final updates to get tests passing again, issue with publisher tenant ID being the 'unique' format which cannot actually be used. 2023-04-17 15:59:59 +01:00
integration-test Add force exit, -e flag and streaming to tests (#10151) 2023-03-31 10:32:13 +01:00
integrations Merge pull request #10276 from Budibase/labday/automation-plugins 2023-04-18 17:33:25 +01:00
middleware Tweak tests 2023-03-31 09:01:40 +01:00
migrations Merging in develop - fixing some test cases which broke in the process. 2023-04-12 10:56:21 +01:00
sdk Merge pull request #10276 from Budibase/labday/automation-plugins 2023-04-18 17:33:25 +01:00
tests Merge pull request #10276 from Budibase/labday/automation-plugins 2023-04-18 17:33:25 +01:00
threads Bulk of the automation plugin system, supporting custom plugins. 2023-04-10 23:48:54 +01:00
utilities Merge pull request #10276 from Budibase/labday/automation-plugins 2023-04-18 17:33:25 +01:00
app.ts Update logging to support dd trace attributes (#10086) 2023-04-04 15:08:46 +01:00
ddApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
environment.ts Update logging to support dd trace attributes (#10086) 2023-04-04 15:08:46 +01:00
index.ts
startup.ts Main body of PR comments, switching event handling to be a publisher of async events, a generic event; then adding a new async document update processor, which can later be converted to be part of the event processing pipeline. 2023-04-15 00:37:22 +01:00
watch.ts Fixing build issue. 2023-04-12 16:22:30 +01:00
websocket.ts