1
0
Fork 0
mirror of synced 2024-07-05 14:31:17 +12:00
Commit graph

6532 commits

Author SHA1 Message Date
dependabot[bot] 29b8746a9e
Bump urijs from 1.19.2 to 1.19.6 in /packages/worker
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 to 1.19.6.
- [Release notes](https://github.com/medialize/URI.js/releases)
- [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md)
- [Commits](https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:42:04 +00:00
Martin McKeaveney c88244fd34
Merge pull request #1667 from Budibase/fix/stability-bugfixes
Fix/stability bugfixes
2021-06-08 19:40:41 +01:00
Budibase Release Bot bdcd3b023e v0.9.31 2021-06-08 18:15:16 +00:00
dependabot[bot] c368498445
Bump hosted-git-info from 2.8.5 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.5 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.5...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:10:12 +00:00
dependabot[bot] 6e2c6a193c
Bump browserslist from 4.16.3 to 4.16.6 in /packages/builder
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.3 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.3...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:08:52 +00:00
dependabot[bot] cc723e532c
Bump browserslist from 4.16.4 to 4.16.6 in /packages/bbui
Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.16.4 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/browserslist/browserslist/compare/4.16.4...4.16.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 18:08:12 +00:00
Michael Drury 50c97d2392
Merge pull request #1668 from Budibase/fix/user-relationships
Fixing some issues around users and export/import
2021-06-08 19:07:21 +01:00
Michael Drury 7bd07031e4 Linting. 2021-06-08 18:29:34 +01:00
mike12345567 449b534db4 Updating export template script to remove users as well. 2021-06-08 18:09:09 +01:00
mike12345567 5a9c8daf7b Formatting. 2021-06-08 18:06:56 +01:00
mike12345567 8cffe5c9ff Fixing a collection of issues, specifically users being exported/imported and issues with database import causing weirdness (metadata doc being wrong). 2021-06-08 18:06:16 +01:00
Martin McKeaveney a12a59e869 lint 2021-06-08 17:14:46 +01:00
mike12345567 c80f63673b Formatting. 2021-06-08 16:11:46 +01:00
mike12345567 594a290286 Re-writing how global users are handled in server, specifically how they are retrieved, so that for relationships it can handle the global user. 2021-06-08 16:06:30 +01:00
Martin McKeaveney f33c570b1d remove builder role from google auth, only allow google sign in if local account exists 2021-06-08 14:46:18 +01:00
Martin McKeaveney ba17e0bc9c do not make query execution a requirement 2021-06-08 14:26:06 +01:00
Martin McKeaveney 536c2c317c fixing attachments for public apps 2021-06-08 12:50:58 +01:00
Martin McKeaveney 0221f9de60 making new screen modal choose the currently filtered role 2021-06-08 11:42:39 +01:00
Budibase Release Bot 1e852cabbb v0.9.30 2021-06-07 17:12:41 +00:00
mike12345567 e337c546ff Merge branch 'master' of github.com:Budibase/budibase 2021-06-07 18:04:32 +01:00
mike12345567 2a6da34404 Fixing staging build so it only occurs on develop, master doesn't need it. 2021-06-07 18:04:16 +01:00
Budibase Release Bot c04cdb7137 v0.9.29 2021-06-07 16:43:08 +00:00
mike12345567 482dd8f63f Making sure images are built for staging push. 2021-06-07 17:35:23 +01:00
Budibase Release Bot dd1b3c25ac v0.9.28 2021-06-07 16:26:33 +00:00
Michael Drury 1fabc60398
Merge pull request #1558 from Budibase/fix/cypress-fixes
Fix/Update Cypress test cases
2021-06-07 17:16:37 +01:00
mike12345567 92dbfee839 Removing unused function. 2021-06-07 17:00:03 +01:00
mike12345567 d89155aec8 Fixing conditional issues. 2021-06-07 16:59:54 +01:00
mike12345567 ad1fe134dd Skipping component test case. 2021-06-07 15:46:09 +01:00
Martin McKeaveney 22eb27f38d fix rbac for tables 2021-06-07 14:29:06 +01:00
mike12345567 2938d3a92d Fixing broken backend test cases. 2021-06-07 14:08:49 +01:00
mike12345567 0301290fda Merge branch 'fix/cypress-fixes' of github.com:Budibase/budibase into fix/cypress-fixes 2021-06-07 13:23:18 +01:00
mike12345567 ef057910e1 Merge branch 'master' of github.com:Budibase/budibase into fix/cypress-fixes 2021-06-07 13:22:27 +01:00
Andrew Kingston 07abcefddd
Merge pull request #1620 from Budibase/lab-day-plausible
Lab day work (better searching for external data sources, date range component, fixes)
2021-06-07 09:47:10 +01:00
Andrew Kingston 3c844645d8
Merge pull request #1648 from Budibase/fix/radio-group-opacity
Fix radio group opacity on firefox on ubuntu
2021-06-07 09:44:53 +01:00
Andrew Kingston a481f807dd Fix radio group opacity on firefox on ubuntu 2021-06-07 09:41:27 +01:00
Budibase Release Bot d6808f4850 v0.9.27 2021-06-04 20:56:30 +00:00
Michael Drury ce8693df30
Merge pull request #1631 from Budibase/fix/relationship-editting-ui
Some quick fixes for relationship UI
2021-06-04 21:46:46 +01:00
mike12345567 94ccff361b Managing the finding of old revision in older apps. 2021-06-04 21:34:41 +01:00
mike12345567 fd02c5994b Fixing an issue with the various components of a relationship column being edittable after it was created. 2021-06-04 21:25:34 +01:00
mike12345567 5dc0c6f559 Relationship name wasn't editable - fixing this. 2021-06-04 21:19:21 +01:00
Budibase Release Bot 1f8c9138e9 v0.9.26 2021-06-04 13:05:28 +00:00
Michael Drury d934eb36ed
Merge pull request #1627 from Budibase/fix/builder-roles
Fixing white screen issue for builders
2021-06-04 13:55:47 +01:00
mike12345567 1f8f04d84c Formatting. 2021-06-04 12:13:57 +01:00
mike12345567 9d3c28ecbf Fixing issue with builder not always having the correct roles to view an app - global builders are now admins in all apps. 2021-06-04 12:13:29 +01:00
Budibase Release Bot b49a43582b v0.9.25 2021-06-04 09:13:55 +00:00
Martin McKeaveney 0c7a08b92e
Merge pull request #1625 from Budibase/octet-stream-issue
set content type on client lib upload
2021-06-04 10:06:15 +01:00
Martin McKeaveney ae1753a654 set content type on client lib upload 2021-06-03 21:33:44 +01:00
Andrew Kingston 135c5df292 Remove leftover code and add proper comments to action types 2021-06-03 11:38:06 +01:00
Budibase Release Bot de2e690889 v0.9.24 2021-06-03 10:05:33 +00:00
Martin McKeaveney fb09e53c67
Merge pull request #1618 from TimHiggison/master
Typo in readme.md extensable -> extensible
2021-06-03 10:55:45 +01:00