4620 Commits (47d75ebc2e5a00ce4e403f8fa973a840e04af275)
 

Author SHA1 Message Date
mike12345567 47d75ebc2e Updating for consistent use of chalk and logs, as well as adding an option to update docker-compose and envoy files. 5 years ago
mike12345567 7b528db449 Updating with pkg to make the CLI run anywhere easily. 5 years ago
mike12345567 3747b41452 Finishing up init with config building rather than downloading. 5 years ago
mike12345567 e0f4d05512 Fixing issue with init. 5 years ago
mike12345567 accdba6373 Update to add init functionality. 5 years ago
mike12345567 eb16ec3296 All the groundwork laid now, just need to implement the functionality for hosting. 5 years ago
mike12345567 7249654615 Merge branch 'master' of github.com:Budibase/budibase into budi-day/cli 5 years ago
mike12345567 20b44c9dbd Minor update to fix an issue when updating a row that it would throw an error with 1->to->many relationships on existing relationships for that row, as well as cleaning up how relationshipType is put onto the linked table. 5 years ago
Martin McKeaveney da6a90a042 v0.8.2 5 years ago
Martin McKeaveney 3863fa942d
Merge pull request #1193 from Budibase/bug/0.8.1-bugs 5 years ago
Martin McKeaveney 0cfbe2357b bugfixes 5 years ago
Martin McKeaveney 6a0c80da58 fix user creation relationships bug 5 years ago
mike12345567 9a49252ae7 Updating link controller to manage existing column comparison a bit better. 5 years ago
mike12345567 66523884e2 More work in progress. 5 years ago
Martin McKeaveney 63fefd08a9 v0.8.1 5 years ago
Martin McKeaveney 52c0ac222a
Merge pull request #1191 from Budibase/release-0.8-fixes 5 years ago
Martin McKeaveney dbb0252ab5 fixing 1:N UI order 5 years ago
Martin McKeaveney b605c82979
Update Dockerfile 5 years ago
Martin McKeaveney ae6a6ad779 v0.8.0 5 years ago
Michael Drury 1a4714df8a
Merge pull request #1190 from Budibase/bug/relationship-display-id 5 years ago
mike12345567 5733255cc8 Merge branch 'master' of github.com:Budibase/budibase into bug/relationship-display-id 5 years ago
Martin McKeaveney b34cc25ce9
Merge pull request #1189 from Budibase/1-n-data-integrity 5 years ago
Martin McKeaveney 07bf31ca77 adding many to many constant 5 years ago
Martin McKeaveney b179418767 relationship type constant 5 years ago
mike12345567 66b488dc46 Wrapping throws in new errors. 5 years ago
mike12345567 8612782610 Found some issues with relationship columns being doubled up, this isn't validated client side, best to make sure it doesn't happen server-side (can really break your data structure if columns overwrite each other). 5 years ago
Martin McKeaveney 62c5069528 refactor 5 years ago
Martin McKeaveney 5bc8b5da4c Server side data integrity for 1:N 5 years ago
Andrew Kingston 559b4d8314 Update backend linked row selector to support new relationship object 5 years ago
Andrew Kingston 45d9845806 Update picker to use null as default placeholder value 5 years ago
Andrew Kingston 635ea2b38e Merge branch 'bug/relationship-display-id' of github.com:Budibase/budibase into bug/relationship-display-id 5 years ago
mike12345567 f134724ed6 Fixing coercion of null to empty string for options fields. 5 years ago
Andrew Kingston 2fd45db0dc Merge branch 'bug/relationship-display-id' of github.com:Budibase/budibase into bug/relationship-display-id 5 years ago
mike12345567 63db4edbbe Fixing an issue with option fields not being unselectable. 5 years ago
Andrew Kingston 69fcaebc4d Add support for new relationship objects in client app bindings 5 years ago
Andrew Kingston 6d9c5cdf46 Add support for new relationship objects in client apps 5 years ago
Andrew Kingston 73d19f53d1 Add support for new relationship object in backend table 5 years ago
Martin McKeaveney d5e411e985 1-n-data-integrity 5 years ago
Andrew Kingston 2125d7aed4 Merge branch 'master' into bug/relationship-display-id 5 years ago
mike12345567 d34a9e12e2 Having the server send out _id and primaryDisplay in an object for relationships, also accepting objects and coercing them on way in. 5 years ago
Andrew Kingston 8379900a08 Remove front end validation on password when editing users 5 years ago
Martin McKeaveney 3e1744c759
Merge pull request #1188 from Budibase/develop 5 years ago
Martin McKeaveney 36ff7d80ac mysql key length 5 years ago
Martin McKeaveney 8d2e343ca0 Merge branch 'master' of https://github.com/Budibase/budibase into develop 5 years ago
Martin McKeaveney c6be93628b
Merge pull request #1185 from Budibase/mysql-ssl 5 years ago
Martin McKeaveney 2a3e4d8a42 fix undefined 1:N dropdown selection 5 years ago
Michael Drury 3ce2d68e95
Merge pull request #1184 from Budibase/bug/auto-id-increment 5 years ago
mike12345567 cdb1c87069 Copying the table on way in so that after function call the input table can be copied to output table to decide whether to save. 5 years ago
Martin McKeaveney 5a6306f49f prevent null being appended to binding box 5 years ago
mike12345567 ff95ae1bd3 Adding CLI package gitignore. 5 years ago