1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/packages/server/src
2023-02-24 13:15:14 +00:00
..
api Moving search index to an enum. 2023-02-24 13:15:14 +00:00
automations Merge branch 'master' of github.com:Budibase/budibase into develop 2023-02-21 16:53:28 +00:00
constants Fix old tests 2023-01-20 10:12:52 +00:00
db Moving search index to an enum. 2023-02-24 13:15:14 +00:00
definitions Update to cover the authentication for REST, replacing it with secret value and converting to password field, as well as minor update to env dropdown to only be a password field when not containing an environment variable - #9480. 2023-01-30 18:50:35 +00:00
events
integration-test Renamings 2023-02-24 10:51:55 +01:00
integrations Merge branch 'develop' of github.com:Budibase/budibase into feature/audit-logs 2023-02-24 12:46:58 +00:00
middleware Update builder and authorized middleware to be more strict towards unauthenticated (#9774) 2023-02-22 13:39:31 +00:00
migrations Updating test case which has been occasionally throwing 409 issues. 2023-02-10 18:29:29 +00:00
sdk Merge branch 'master' of github.com:Budibase/budibase into develop 2023-02-10 17:42:56 +00:00
tests Merge branch 'develop' into rory/february 2023-02-20 09:57:17 +00:00
threads Minor fix for automations, the wrong function had the environment variables being added to environment, this is very minor, it simply makes sure that environment variables are in context for the whole of the automation runner - e.g. if utilising many datasources each of them doesn't need to re-retrieve the environment variables, instead they will be available based on the env vars retrieved at the start of the execution. 2023-02-10 14:14:43 +00:00
utilities Run CI steps in parallel (#9760) 2023-02-21 17:13:24 +00:00
app.ts Adding new mechanism to get the ipAddress and userAgent of call for audit logs. 2023-02-21 19:14:57 +00:00
ddApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
elasticApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
environment.ts Merge master into develop 2023-02-15 15:10:02 +00:00
index.ts
startup.ts
watch.ts
websocket.ts