1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00
Commit graph

24931 commits

Author SHA1 Message Date
mike12345567
caaf5dc3c9 Main body of updates to support disabling the cron, some cleanup of metadata at deployment to make sure they can be re-ran. 2022-07-25 20:45:29 +01:00
Peter Clement
d1657fe976 adding new custom feature disabled error 2022-07-25 19:45:50 +01:00
Peter Clement
9bb32f610c some more pr comments 2022-07-25 18:57:10 +01:00
Peter Clement
3f401b35f3 moar bulkdocs 2022-07-25 17:36:57 +01:00
Peter Clement
caa06e5772 fix builder assignment issue 2022-07-25 17:18:42 +01:00
Andrew Kingston
fda4ec692f Update screen list to match designs. Update nav items to make text clearer. Update screen picker 2022-07-25 17:06:00 +01:00
Andrew Kingston
bf15f86ade Add square option to status lights 2022-07-25 17:04:29 +01:00
Andrew Kingston
501759134e Update picker to put colour indicators on the left side 2022-07-25 17:04:13 +01:00
Peter Clement
9e4e005dcb move bulk update / delete functionality out of controller 2022-07-25 16:58:30 +01:00
Andrew Kingston
d2d028ad9f Update role colours 2022-07-25 15:23:37 +01:00
Andrew Kingston
52626c0747 Update app version copy to be more explicit 2022-07-25 15:14:09 +01:00
Budibase Release Bot
0f1aa0bf15 Update pro version to 1.1.22 2022-07-25 14:13:32 +00:00
Budibase Release Bot
965a5e6a56 v1.1.22 2022-07-25 14:11:42 +00:00
Peter Clement
5e4f6ed3b7 Merge remote-tracking branch 'origin/develop' into feat/user-groups-tab 2022-07-25 15:09:42 +01:00
Andrew Kingston
8b165ca8cf
Merge pull request #6883 from Budibase/fix/quota-409s
Ignore harmless 409s in write-through cache
2022-07-25 14:58:23 +01:00
Andrew Kingston
d63c547dd6 Use warn rather than info when notifying about ignored conflicts 2022-07-25 12:23:30 +01:00
Andrew Kingston
a0380d7b80 Use log rather than warn for logInfo 2022-07-25 12:22:27 +01:00
Andrew Kingston
c79e53db80 Ignore 409s in write-through cache 2022-07-25 12:17:40 +01:00
Andrew Kingston
86ecc7d0d1 Update class names 2022-07-25 12:07:11 +01:00
Andrew Kingston
9263cb000d Update more styles of new component panel 2022-07-25 12:06:45 +01:00
Andrew Kingston
38ed3f8972 Update add component menu to new designs 2022-07-25 11:57:27 +01:00
Andrew Kingston
2c7e675902 Move add component button from above preview to new floating animated button on top of preview 2022-07-25 11:42:18 +01:00
Andrew Kingston
40a0310696 Move new component panel to right side, animate via sliding in and remove add component button above preview 2022-07-25 10:20:59 +01:00
mike12345567
9b2c6d6382 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-25 10:09:23 +01:00
Budibase Staging Release Bot
5cd1bdd72d Update pro version to 1.1.22-alpha.0 2022-07-22 18:38:56 +00:00
Budibase Staging Release Bot
fa012bd576 v1.1.22-alpha.0 2022-07-22 18:37:20 +00:00
mike12345567
d1fcfe4ca9 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-22 19:18:23 +01:00
mike12345567
1136164fdc Updating yarn locks. 2022-07-22 19:16:11 +01:00
mike12345567
d8d2749733 Merge branch 'master' of github.com:Budibase/budibase into develop 2022-07-22 19:14:35 +01:00
mike12345567
8787201c71 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-error-stop 2022-07-22 19:10:24 +01:00
mike12345567
34c55cdb2d Fix for permission spamming in the automation UI. 2022-07-22 18:43:35 +01:00
mike12345567
295c2e5c68 Fixing issues with exporting apps, first removing the deleted documents when exporting and second making it so that the user has a choice whether to export the development app or the published app from the UI. 2022-07-22 18:16:14 +01:00
Budibase Staging Release Bot
227bf934fd Update pro version to 1.1.18-alpha.5 2022-07-22 17:14:37 +00:00
Budibase Staging Release Bot
1d5a43f66e v1.1.18-alpha.5 2022-07-22 17:12:47 +00:00
Mitch-Budibase
5b1254c957
Merge pull request #6865 from Budibase/cypress-testing
Cypress: Test Changes + New Commands
2022-07-22 18:00:24 +01:00
Mitch-Budibase
a5c8219034 Update command file
Including a wait which seems necessary when logging in for the first time
2022-07-22 17:39:38 +01:00
Mitch-Budibase
bec8e3be3e Updated createApp.spec.js
Including an extended timeout for the first test. Specifically when the test is looking for the create app button
2022-07-22 16:54:17 +01:00
Mitch-Budibase
cee489fcb5 Merge branch 'develop' into cypress-testing 2022-07-22 16:34:20 +01:00
Mitch-Budibase
7b227817e9 Cypress: Test Changes + New Command
Data-cy IDs are gone for components (I assume due to the UI redesign)

For now I have created a new command to search and add a component. Tests have been updated to reflect this
2022-07-22 16:33:00 +01:00
Andrew Kingston
ef83fe50d8 Use discrete buttons with text for adding screens and components 2022-07-22 12:10:53 +01:00
Andrew Kingston
e5da58e1fb Replace preview icon with button 2022-07-22 12:04:20 +01:00
Peter Clement
8a066fb1cb move worker middleware to backend-core 2022-07-22 11:50:51 +01:00
Andrew Kingston
c2500aac86 Make block searching on dates useful by using a range of the whole day 2022-07-22 11:10:20 +01:00
Peter Clement
710e71d7b8 2nd fix for multi tenancy groups 2022-07-22 10:56:16 +01:00
Peter Clement
a5d0b8c74b fixing bug on multi tenant environment 2022-07-22 10:12:16 +01:00
Budibase Release Bot
accaaed462 Update pro version to 1.1.21 2022-07-22 07:34:34 +00:00
Budibase Release Bot
bd399ecec7 v1.1.21 2022-07-22 07:32:36 +00:00
Martin McKeaveney
944481dfbc
Merge pull request #6845 from Budibase/fix/public-app-api
Fixing issue with app DB not being in context for fetch.
2022-07-22 08:18:37 +01:00
Andrew Kingston
f83785b4b3 Allow dropping on the screen component 2022-07-21 18:37:34 +01:00
mike12345567
e8053b55e6 Fixing issue with app DB not being in context for fetch. 2022-07-21 16:39:55 +01:00