Commit graph

16 commits

Author SHA1 Message Date
9fcf625e02 Coerce 'migrate' command options 2024-04-27 04:21:05 -03:00
6463c49b16 Fix docs for 'disconnect' command 2024-04-27 04:16:37 -03:00
897260ce83 rm common_option_mixin.rb 2024-04-27 03:40:25 -03:00
c1b3498e99 Add Command#require_models! 2024-04-27 03:33:04 -03:00
b191bac700 Trigger the Rescue hook from RequireMigration hook 2024-04-27 03:21:10 -03:00
e24f7a0690 Init model (when neccessary) 2024-04-27 02:45:20 -03:00
e89687d445 Add "option", "hook" concepts 2024-04-27 01:55:00 -03:00
daa1122581 Fix description of option 2024-04-27 00:41:01 -03:00
e651789ed4 Add -t, --target 2024-04-27 00:38:02 -03:00
3105be205e Replace Twenty::Path 2024-04-26 23:55:33 -03:00
73c80f116a cli: increase backtrace size 2024-04-26 23:39:20 -03:00
7425ee18cf Fix typos 2024-04-26 21:15:40 -03:00
6960ad83b5 Fix implicit connect / disconnect 2024-04-26 21:02:40 -03:00
5429df0f12 Extend scope of 'rubocop:apply' 2024-04-25 04:16:57 -03:00
527dff3497 Add -p, --path to connect|disconnect commands 2024-04-25 02:45:32 -03:00
2e8cf6e333 Drop 'twenty-' prefix from toplevel directories
The directories twenty-{server,client,cli} have been renamed to
not include 'twenty-'. The gems are still published with the twenty-
prefix, otherwise a collision is impossible to avoid. This commit makes
it slightly easier to generalize twenty.
2024-04-21 20:11:25 -03:00