1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00
Commit graph

797 commits

Author SHA1 Message Date
Budibase Staging Release Bot daaf22f648 v0.9.190-alpha.0 2021-11-25 12:30:15 +00:00
mike12345567 0f0770af32 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-25 12:21:58 +00:00
Budibase Staging Release Bot b90a845efc v0.9.185-alpha.22 2021-11-25 10:33:01 +00:00
Budibase Staging Release Bot e4e29ce1b2 v0.9.185-alpha.21 2021-11-24 16:00:00 +00:00
Budibase Staging Release Bot c021a6e49c v0.9.185-alpha.20 2021-11-24 13:56:19 +00:00
Budibase Staging Release Bot 1497e2d489 v0.9.185-alpha.19 2021-11-24 09:17:53 +00:00
Budibase Staging Release Bot f7377c71da v0.9.185-alpha.18 2021-11-24 08:48:23 +00:00
Budibase Staging Release Bot f2365738d6 v0.9.185-alpha.17 2021-11-23 20:15:28 +00:00
Budibase Staging Release Bot 5ba6f4bd54 v0.9.185-alpha.16 2021-11-23 15:23:55 +00:00
Budibase Staging Release Bot 8547ea2f2c v0.9.185-alpha.15 2021-11-23 13:57:12 +00:00
Budibase Release Bot d227e192ae v0.9.189 2021-11-22 18:14:41 +00:00
Budibase Staging Release Bot f158ee8f57 v0.9.185-alpha.14 2021-11-22 18:04:40 +00:00
Budibase Staging Release Bot 2f9941f40c v0.9.185-alpha.13 2021-11-22 11:13:33 +00:00
Budibase Staging Release Bot 01e7cccb65 v0.9.185-alpha.12 2021-11-22 10:53:34 +00:00
Budibase Staging Release Bot fe5c3d78f4 v0.9.185-alpha.11 2021-11-22 10:26:21 +00:00
Budibase Staging Release Bot a1ff7e7262 v0.9.185-alpha.10 2021-11-18 11:15:57 +00:00
dependabot[bot] 6e8db66b57 Bump stringstream from 0.0.5 to 0.0.6 in /packages/auth
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: stringstream
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-18 10:52:02 +00:00
Budibase Release Bot 85425520ac v0.9.188 2021-11-18 07:09:32 +00:00
mike12345567 7802bb1e45 Adding audit script and commiting all of the audits that it made, updating all yarn locks. 2021-11-17 18:04:16 +00:00
Mike Shanks 3db48e3b45 License cleanup 2021-11-17 14:21:16 +00:00
Budibase Staging Release Bot 9d74aa2a44 v0.9.185-alpha.9 2021-11-17 11:47:25 +00:00
Budibase Staging Release Bot 623cd0c0b0 v0.9.185-alpha.8 2021-11-17 11:28:58 +00:00
Budibase Staging Release Bot 33fef40292 v0.9.185-alpha.7 2021-11-16 21:20:35 +00:00
mike12345567 7170c00a4f Fix for cypress test issues, when metadata is updated rapidly it could get into a bad state - this should resolve it. 2021-11-16 20:56:24 +00:00
mike12345567 aaff5260d3 Adding a script to be able to debug backend like cypress runs, without needing to build everytime - fixing an issue that appears to only occur occasionally in the cypress environment. 2021-11-16 17:40:31 +00:00
mike12345567 5a50129186 Merge branch 'develop' of github.com:Budibase/budibase into fix/app-cache-invalid 2021-11-16 15:48:56 +00:00
mike12345567 a7cf64ce9e Fixing issue discovered by cypress test. 2021-11-16 15:23:02 +00:00
Budibase Staging Release Bot c42acf9bb7 v0.9.185-alpha.6 2021-11-16 14:37:51 +00:00
mike12345567 720fa12b21 Quick update to the app caching to improve performance even further, cache when an app doesn't have metadata/is invalid, meaning we don't need to poll the database everytime to see if the metadata doc exists. 2021-11-16 14:15:13 +00:00
Budibase Staging Release Bot 8529510e04 v0.9.185-alpha.5 2021-11-16 13:54:16 +00:00
Rory Powell 4235aba7a2 Merge pull request #3354 from Budibase/rory/fixes-platform-url
Fixes for google sso, cloud email url and cloud logo updates
2021-11-16 13:46:06 +00:00
Budibase Staging Release Bot 9650cee4d4 v0.9.185-alpha.4 2021-11-16 11:48:38 +00:00
Michael Drury 1bfe8527e6 Merge pull request #3392 from Budibase/fix/app-list-perf
Caching app metadata to improve application fetch performance
2021-11-16 11:37:54 +00:00
Budibase Staging Release Bot 3d2447db34 v0.9.185-alpha.3 2021-11-16 11:12:03 +00:00
mike12345567 289c1325f8 Adding specific error cases to all app ID checking functions - three cases, is dev/prod, isn't and no app/ID provided. 2021-11-16 10:30:37 +00:00
Michael Drury 5470b77fb3 Fixing issue presented by test, passing Couch instance around for when it is being used in memory. 2021-11-15 19:34:08 +00:00
Budibase Staging Release Bot 3ffa27969d v0.9.185-alpha.2 2021-11-15 17:47:27 +00:00
mike12345567 f13257bebe Updating the getAllApps function to use a cached version of the app metadata, rather than retrieving it individually everytime. Also invalidating the results everytime they are updated (at least in the important locations). 2021-11-15 17:40:45 +00:00
Budibase Release Bot e48fc8de3d v0.9.187 2021-11-15 17:04:12 +00:00
mike12345567 bf4a8737f0 Updating to allow a list of roles to be retrieved, allowing resources to have multiple levels of role that they can be accessed via. 2021-11-15 15:26:09 +00:00
Budibase Staging Release Bot 3a8e08d3cc v0.9.185-alpha.1 2021-11-15 14:43:16 +00:00
mike12345567 e918efe8c2 Fixing an issue discovered in #3385 - RBAC roles worked for applying lower levels of roles, but they didn't revoke access correctly, it would always fallback to the base permissions if higher permissions were set. 2021-11-15 13:48:26 +00:00
Rory Powell 6af8ab2dc0 Fixes for google sso, cloud email url and cloud logo updates 2021-11-12 13:31:55 +00:00
Budibase Release Bot 0fb4611bce v0.9.186 2021-11-12 13:15:37 +00:00
Budibase Staging Release Bot b049d083ee v0.9.185-alpha.0 2021-11-11 13:59:14 +00:00
mike12345567 dc8d0aa533 Merge branch 'master' of github.com:Budibase/budibase into develop 2021-11-11 13:48:07 +00:00
Budibase Release Bot 3ef07b3ebd v0.9.185 2021-11-11 12:14:43 +00:00
Budibase Release Bot dde958ce80 v0.9.184 2021-11-11 11:35:31 +00:00
Budibase Staging Release Bot 5bb7ed004c v0.9.180-alpha.11 2021-11-11 11:09:49 +00:00
Budibase Staging Release Bot 62175d5b62 v0.9.180-alpha.10 2021-11-10 19:52:01 +00:00