This website requires JavaScript.
Explore
Help
Sign In
MirrorSave
/
budibase
mirror of
https://github.com/Budibase/budibase.git
Watch
1
Star
0
Fork
You've already forked budibase
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c0c41c5bc3
budibase
/
packages
/
server
/
src
/
db
History
mike12345567
68bb5d5062
Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things).
2021-03-02 17:13:11 +00:00
..
linkedRows
Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things).
2021-03-02 17:13:11 +00:00
views
Updating package.json to include an option for coverage, had to re-write some stuff to make sure that views were not getting coverage statements inserted (breaking things).
2021-03-02 17:13:11 +00:00
client.js
internal search working
2021-02-01 21:02:54 +00:00
dynamoClient.js
Initial work into multi-tenancy removal, experiencing issues with test cases at this point.
2020-10-28 20:35:06 +00:00
index.js
further tidy up and removal
2020-05-07 13:52:24 +01:00
newid.js
id generation in utilities module
2020-05-18 16:22:09 +01:00
utils.js
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