1
0
Fork 0
mirror of synced 2024-07-08 15:56:23 +12:00
budibase/packages/server
2021-02-18 13:38:57 +00:00
..
.vscode Changing the naming of access levels to be roles. 2020-12-02 13:20:56 +00:00
build remove unnecessary images 2020-11-14 17:51:37 +00:00
builder/assets bulk delete, delete column from panel 2020-10-27 13:04:32 +00:00
scripts merge 2021-01-11 20:29:33 +00:00
src Some major performance optimisations, found that db.find is not fast unless its indexed, there is also no point in indexing for our internal relationship searching, however we can use the allDocs call. This will likely be slow for very large calls (say 100K records) but for these sort of calls we really need to paginate anyway. 2021-02-18 13:38:57 +00:00
.dockerignore updated quota fixes 2020-10-09 17:07:46 +01:00
.env.template increasing log level in production 2020-11-10 17:16:40 +00:00
.eslintrc further tidy up and removal 2020-05-07 13:52:24 +01:00
.gitignore client lib tests 2020-05-07 13:33:25 +01:00
.npmignore prep for NPM publish 2020-02-26 22:18:14 +00:00
Dockerfile Putting together the basics of the compose system, this is now functional, along with some handy scripts to make it work. This requires minimum docker 1.25.0 to run due to the use of --env-file. 2020-12-11 16:38:40 +00:00
LICENSE Updated copyright line in license files 2021-02-10 14:41:37 +00:00
package.json Merge branch 'develop' of github.com:Budibase/budibase into url-context 2021-02-16 15:35:05 +00:00
yarn.lock user search 2021-02-08 22:29:26 +00:00