1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
Commit graph

1983 commits

Author SHA1 Message Date
Budibase Release Bot 2454379ed3 v2.0.27 2022-10-11 18:11:05 +00:00
Budibase Staging Release Bot 8b477356ce v2.0.24-alpha.4 2022-10-11 16:41:24 +00:00
Budibase Release Bot 15e6dc221a v2.0.26 2022-10-10 13:01:46 +00:00
Budibase Release Bot 26095923b5 v2.0.25 2022-10-10 10:13:09 +00:00
Budibase Release Bot e1180dfac0 v2.0.24 2022-10-07 17:16:16 +00:00
Budibase Staging Release Bot 2384896a1a v2.0.24-alpha.3 2022-10-07 16:45:27 +00:00
Budibase Staging Release Bot 553b534a11 v2.0.24-alpha.2 2022-10-07 12:28:52 +00:00
Budibase Staging Release Bot 2b92accab5 v2.0.24-alpha.1 2022-10-07 11:56:02 +00:00
Budibase Staging Release Bot 0d274e3477 v2.0.24-alpha.0 2022-10-06 16:40:43 +00:00
mike12345567 ee5bb31508 Merge branch 'develop' of github.com:Budibase/budibase into develop 2022-10-06 16:58:33 +01:00
Budibase Release Bot d185ab9bfc v2.0.23 2022-10-06 14:26:45 +00:00
Budibase Release Bot 9808688025 v2.0.22 2022-10-05 15:44:22 +00:00
Budibase Release Bot cfebcbf1ab v2.0.21 2022-10-05 12:17:39 +00:00
Budibase Release Bot 224e33517c v2.0.20 2022-10-05 09:23:48 +00:00
Budibase Release Bot 3059cd4634 v2.0.19 2022-10-04 16:57:55 +00:00
Budibase Release Bot a51545dd3e v2.0.18 2022-10-04 14:10:26 +00:00
Budibase Release Bot b6a758a2ae v2.0.17 2022-10-04 13:20:54 +00:00
Budibase Staging Release Bot ced67d9248 v2.0.14-alpha.4 2022-10-04 12:03:00 +00:00
Budibase Release Bot 4a652e173a v2.0.16 2022-10-04 11:04:16 +00:00
Budibase Staging Release Bot 668c2584ae v2.0.14-alpha.3 2022-10-04 09:55:49 +00:00
Budibase Release Bot ca0f857dbe v2.0.15 2022-10-04 09:48:22 +00:00
rosnerdev 4ad00d45f8
Update exec.js
I had an issue where the datasource plugin wouldn't work because of node engine incompatibility, and after a quick search on google I found that --ignore-engines is the option to use for ignoring this kind of error and it worked! So I want to make this a built-in feature so there's no need for me to manually do this.
2022-10-04 12:18:04 +03:00
Budibase Staging Release Bot 7f233038ac v2.0.14-alpha.2 2022-10-03 10:01:53 +00:00
Budibase Staging Release Bot 230a667817 v2.0.14-alpha.1 2022-10-03 09:34:56 +00:00
Budibase Release Bot 3ae3d653b3 v2.0.14 2022-10-03 09:02:31 +00:00
Budibase Staging Release Bot 73138b4d57 v2.0.14-alpha.0 2022-10-01 14:59:33 +00:00
Budibase Release Bot 096820e096 v2.0.13 2022-09-30 16:48:54 +00:00
Michael Drury f4c3250b5f
Merge pull request #8067 from Budibase/cli-log-output
CLI plugins dev command logging improvement
2022-09-30 17:38:37 +01:00
mike12345567 df47d05eef Improvement to CLI logging output for plugins --dev command - make it more obvious what next steps are. 2022-09-30 17:13:50 +01:00
Budibase Release Bot 635a561ba2 v2.0.12 2022-09-30 15:51:16 +00:00
Budibase Release Bot 33ded6e013 v2.0.11 2022-09-30 14:59:22 +00:00
Budibase Release Bot 3e4c3a8599 v2.0.10 2022-09-30 14:18:54 +00:00
Budibase Release Bot 6d598aa36b v2.0.9 2022-09-30 12:02:17 +00:00
Budibase Release Bot f1ac02246d v2.0.8 2022-09-30 11:22:29 +00:00
Michael Drury c02e67f6c2
Merge pull request #8046 from Budibase/feature/cli-hosting-improvements
CLI hosting improvements
2022-09-30 12:11:42 +01:00
Budibase Release Bot 3617ce2643 v2.0.7 2022-09-30 10:44:12 +00:00
mike12345567 945eb1ace2 Updating to add an option for generating admin user credentials as part of hosting, adding a dev command to create a simple, pre-watching environment using all flags. 2022-09-29 15:38:54 +01:00
mike12345567 547bb9c452 Fixing an issue with single image docker-compose generation. 2022-09-29 14:00:16 +01:00
mike12345567 1a53e66cc3 Updating hosting to break up single file into lots of independent commands - this was an attempt to improve syntax. Adding in single image handling, as well as full support for watch directory. 2022-09-28 19:11:22 +01:00
Budibase Release Bot f4eba61994 v2.0.6 2022-09-28 15:34:09 +00:00
Michael Drury a6f4c235d3 Making secret generation common. 2022-09-28 00:17:46 +01:00
Michael Drury d677d62815 Updating make dotenv file in the CLI to be a bit cleaner/easier to manipulate than a magic string. 2022-09-28 00:16:04 +01:00
Michael Drury bed0ff263c Adding in single compose configuration to CLI. 2022-09-28 00:04:26 +01:00
Michael Drury 67c3ac8838 Merge branch 'master' of github.com:Budibase/budibase into feature/cli-hosting-improvements 2022-09-27 22:36:22 +01:00
mike12345567 1417b632d2 Adding ability to extend existing docker-compose file to include volumes for watching plugins. 2022-09-27 19:39:17 +01:00
Budibase Release Bot a8f8ea2504 v2.0.5 2022-09-27 18:15:36 +00:00
Budibase Release Bot 297754df17 v2.0.4 2022-09-27 09:43:49 +00:00
Budibase Release Bot 06d8533140 v2.0.3 2022-09-26 22:59:26 +00:00
Budibase Release Bot e07a61466c v2.0.2 2022-09-26 22:11:02 +00:00
Budibase Release Bot de67b7b329 v2.0.1 2022-09-26 20:26:27 +00:00
Budibase Release Bot d332e035d8 v2.0.0 2022-09-26 19:44:31 +00:00
Budibase Release Bot 49be12b428 v1.4.19 2022-09-26 18:29:06 +00:00
Budibase Release Bot 395b2a45e0 v1.4.18 2022-09-26 17:57:51 +00:00
Budibase Staging Release Bot 98b3560197 v1.4.18-alpha.0 2022-09-26 17:14:45 +00:00
Martin McKeaveney d0ad7bbb67 merge with master 2022-09-26 17:57:23 +01:00
Budibase Staging Release Bot 489f392df7 v1.4.8-alpha.13 2022-09-26 15:35:59 +00:00
Budibase Release Bot 3ff0089293 v1.4.17 2022-09-26 15:20:46 +00:00
Budibase Staging Release Bot 60451026ca v1.4.8-alpha.12 2022-09-26 14:57:45 +00:00
Budibase Staging Release Bot eef813afaf v1.4.8-alpha.11 2022-09-26 14:19:47 +00:00
Budibase Release Bot 84ea807176 v1.4.16 2022-09-26 11:20:52 +00:00
Budibase Staging Release Bot 71debd85df v1.4.8-alpha.10 2022-09-26 10:20:31 +00:00
Budibase Release Bot 4776b44028 v1.4.15 2022-09-26 07:50:16 +00:00
Budibase Release Bot 86cba9de8f v1.4.14 2022-09-25 13:02:11 +00:00
Budibase Staging Release Bot cef27c68ef v1.4.8-alpha.9 2022-09-25 12:54:02 +00:00
Budibase Release Bot a04ce049cd v1.4.13 2022-09-24 19:22:02 +00:00
Budibase Staging Release Bot e4a7cf7d33 v1.4.8-alpha.8 2022-09-24 18:35:02 +00:00
Budibase Staging Release Bot c75ff1cd4a v1.4.8-alpha.7 2022-09-24 13:18:45 +00:00
Budibase Release Bot c5efba0628 v1.4.12 2022-09-23 16:55:06 +00:00
Budibase Release Bot f2b9f959f7 v1.4.11 2022-09-23 15:39:48 +00:00
Budibase Staging Release Bot ccfbf5835a v1.4.8-alpha.6 2022-09-23 15:36:03 +00:00
Budibase Staging Release Bot e20ff9919d v1.4.8-alpha.5 2022-09-23 12:53:06 +00:00
Budibase Staging Release Bot 7f10ab5537 v1.4.8-alpha.4 2022-09-23 11:18:55 +00:00
Budibase Release Bot f0325eb54a v1.4.10 2022-09-22 16:06:01 +00:00
Budibase Staging Release Bot 5a895e48e0 v1.4.8-alpha.3 2022-09-22 14:37:09 +00:00
Budibase Release Bot e15f083445 v1.4.9 2022-09-22 14:28:02 +00:00
Budibase Staging Release Bot d723cf5635 v1.4.8-alpha.2 2022-09-22 09:07:01 +00:00
Budibase Release Bot 860d7e15d3 v1.4.8 2022-09-22 08:15:50 +00:00
Budibase Staging Release Bot 085d733b47 v1.4.8-alpha.1 2022-09-21 21:22:04 +00:00
Budibase Staging Release Bot b7667257eb v1.4.8-alpha.0 2022-09-21 19:35:13 +00:00
Rory Powell e564226f77 Merge branch 'master' into develop 2022-09-21 20:16:54 +01:00
Budibase Release Bot 383b163b12 v1.4.7 2022-09-21 16:14:11 +00:00
Martin McKeaveney 5b599952b6 re-add missing deps 2022-09-21 16:51:12 +01:00
Martin McKeaveney 666457ea49 installing cli packages 2022-09-21 16:48:01 +01:00
Budibase Release Bot ca67234670 v1.4.6 2022-09-21 15:46:23 +00:00
Budibase Staging Release Bot 856c7f07a7 v1.4.3-alpha.3 2022-09-21 14:57:19 +00:00
Budibase Release Bot b5059559ff v1.4.5 2022-09-21 14:45:11 +00:00
Budibase Release Bot 0263a24eea v1.4.4 2022-09-21 12:56:47 +00:00
Budibase Staging Release Bot a409383b0a v1.4.3-alpha.2 2022-09-21 06:59:46 +00:00
Budibase Staging Release Bot ea1492ac18 v1.4.3-alpha.1 2022-09-20 15:04:46 +00:00
Budibase Staging Release Bot d95e755585 v1.4.3-alpha.0 2022-09-20 14:21:27 +00:00
Budibase Release Bot 871ac84223 v1.4.3 2022-09-20 14:07:55 +00:00
Budibase Release Bot 0f050250e2 v1.4.2 2022-09-20 13:25:12 +00:00
Budibase Release Bot 195c058503 v1.4.1 2022-09-20 13:10:51 +00:00
Budibase Release Bot a1cb45dc38 v1.4.0 2022-09-20 12:49:14 +00:00
Budibase Release Bot 02fc6ac086 v1.3.22 2022-09-20 12:29:11 +00:00
Budibase Staging Release Bot 622c2c4896 v1.3.22-alpha.4 2022-09-20 11:09:59 +00:00
Budibase Staging Release Bot 9a6670cc54 v1.3.22-alpha.3 2022-09-20 09:52:49 +00:00
Budibase Staging Release Bot 5073d086ca v1.3.22-alpha.2 2022-09-19 11:47:32 +00:00
Budibase Staging Release Bot db762e7c2d v1.3.22-alpha.1 2022-09-18 17:07:07 +00:00
Budibase Staging Release Bot a3ecd6c8bd v1.3.22-alpha.0 2022-09-18 12:43:54 +00:00