7995 Commits (4e294fbcd9f4450ebb088817937d2a2d795cc0c2)
 

Author SHA1 Message Date
mike12345567 4e294fbcd9 Adding metadata system and re-writing how Cron works, previously cron only worked in dev because it would never be enabled for the production app ID, this makes it so that it is never enabled for the dev app and when the production app is deployed it runs through all the automations and checks if any need cron jobs setup/disabled. 5 years ago
mike12345567 b00f8764cb Updating automations system to return the inputs and outputs of each step. 5 years ago
mike12345567 d2070f9061 Adding the ability to get back the context. 5 years ago
mike12345567 777e243440 Re-working all of the actions to have a success output, and make sure everything has useful outputs. 5 years ago
mike12345567 bcc7f1caea Adding slack integration. 5 years ago
mike12345567 d05c60d470 Adding slack integration. 5 years ago
mike12345567 879f1a2368 Cleanup, prepping for automation history, some refactoring to get rid of concept of builtin. 5 years ago
mike12345567 b7e4806867 Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 5 years ago
mike12345567 d12deceee5 Merge branch 'master' of github.com:Budibase/budibase into develop 5 years ago
Budibase Release Bot eff58fa8b4 v0.9.122 5 years ago
Martin McKeaveney cfa1ab8971
Merge pull request #2560 from Budibase/fix/multi-tenancy-prod 5 years ago
mike12345567 cef1b19ece Merge branch 'develop' of github.com:Budibase/budibase into feature/automation-rework 5 years ago
Martin McKeaveney 9e73dcdd44 lint 5 years ago
Martin McKeaveney 53aebdf585 fix test failure 5 years ago
mike12345567 9e4ab9054e Allowing all server endpoints to run without tenant information, as most endpoints in server can be public. 5 years ago
Budibase Staging Release Bot 545a0fc5cd v0.9.120-alpha.4 5 years ago
Martin McKeaveney 14636f943f Merge branch 'develop' of github.com:Budibase/budibase into develop 5 years ago
mike12345567 3379ab8e03 Fixing an issue with redirect having the middleware applied before the redirection 5 years ago
Martin McKeaveney c8263b45a4 update kubernetes envoy configuration 5 years ago
Budibase Release Bot 22f5c625ce v0.9.121 5 years ago
Michael Drury de5146454d
Merge pull request #2558 from Budibase/fix/multi-tenancy-prod 5 years ago
mike12345567 2dca8ab46e Quick fix for backwards compat, enabling multi-tenancy on a previously single tenancy environment. 5 years ago
Budibase Release Bot fe0adcde7d v0.9.120 5 years ago
Michael Drury 5e7f9a070a
Merge pull request #2555 from Budibase/fix/multi-tenancy-prod 5 years ago
mike12345567 400cc05d21 Fixing an issue in prod where the /builder endpoint wasn't being allowed past without tenancy. 5 years ago
Budibase Staging Release Bot 6367c6d746 v0.9.120-alpha.3 5 years ago
Martin McKeaveney e5b6748c7e
Merge pull request #2549 from mslourens/fix_export_internal_tables 5 years ago
Maurits Lourens 52454c15fa fix exporting internal tables 5 years ago
Budibase Staging Release Bot e68fa5b6af v0.9.120-alpha.2 5 years ago
Martin McKeaveney e076cd49b6
Create SECURITY.md 5 years ago
mike12345567 26d7cb3b9b Getting rid of automation step download system. 5 years ago
Budibase Staging Release Bot 866f4187e0 v0.9.120-alpha.1 5 years ago
Michael Drury aafd49ce82
Merge pull request #2539 from Budibase/fix/table-primary-same-name 5 years ago
mike12345567 42fb0584a2 Fixing an issue where many rows were handled from different tables in client. 5 years ago
mike12345567 2dd1e7f45e Fixing an issue that occurs when the table name and the primary display column are the same name. 5 years ago
Budibase Staging Release Bot e140e88e58 v0.9.120-alpha.0 5 years ago
mike12345567 b14e085223 Merge branch 'master' of github.com:Budibase/budibase into develop 5 years ago
Budibase Release Bot 8c0977852c v0.9.119 5 years ago
Michael Drury 8a1173eabf
Merge pull request #2531 from Budibase/fix/sql-relationship-issues 5 years ago
mike12345567 f9fd725307 Fixing issues discovered by test cases. 5 years ago
mike12345567 c64fb81749 Fixing issues after upgrading to node 14 and circular dependencies causing issues. 5 years ago
mike12345567 4fae8b2b1e Fixing issue with using 'ta' in view name. 5 years ago
mike12345567 4ff9de1b6c Fixing issues with search endpoint not handling users fully. 5 years ago
Budibase Release Bot 5b174c6484 v0.9.118 5 years ago
Andrew Kingston 361f488d65
Merge pull request #2525 from Budibase/fix-indexing-attachments 5 years ago
Budibase Staging Release Bot 19d31e0cea v0.9.117-alpha.4 5 years ago
Andrew Kingston f7abf496e6
Merge pull request #2529 from Budibase/fix-table-binding 5 years ago
mike12345567 a07230ed59 Merge branch 'master' of github.com:Budibase/budibase into fix/sql-relationship-issues 5 years ago
Andrew Kingston dc67b4f8c1 Deeply clone rows before passing them back in the table edit row callback to avoid mutating table data 5 years ago
mike12345567 d864dedba0 Fixing issue with rows not returning correctly. 5 years ago