Commit graph

31 commits

Author SHA1 Message Date
6463c49b16 Fix docs for 'disconnect' command 2024-04-27 04:16:37 -03:00
66d1d61f36 v0.5.7 2024-04-27 03:53:03 -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
dc0093c7d9 v0.5.6 2024-04-27 03:22:51 -03:00
b191bac700 Trigger the Rescue hook from RequireMigration hook 2024-04-27 03:21:10 -03:00
01183ad228 v0.5.5 2024-04-27 02:59:14 -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
e0fa9a2bd3 v0.5.4 2024-04-26 21:42:58 -03:00
54fe0f7ee3 gemspec: add summary, description 2024-04-26 21:41:28 -03:00
cb9e4b4fe2 v0.5.3 2024-04-26 21:16:31 -03:00
7425ee18cf Fix typos 2024-04-26 21:15:40 -03:00
15565d2cbe v0.5.2 2024-04-26 21:03:28 -03:00
6960ad83b5 Fix implicit connect / disconnect 2024-04-26 21:02:40 -03:00
4aa703bf98 v0.5.1 2024-04-26 20:55:40 -03:00
e898876e76 v0.5.0 2024-04-25 19:57:01 -03:00
5429df0f12 Extend scope of 'rubocop:apply' 2024-04-25 04:16:57 -03:00
55d61e67d8 v0.4.3 2024-04-25 04:14:15 -03:00
37e163aabd v0.4.2 2024-04-25 03:44:43 -03:00
f55b497405 Remove period 2024-04-25 03:04:11 -03:00
05efd73c5a v0.4.1 2024-04-25 02:52:02 -03:00
527dff3497 Add -p, --path to connect|disconnect commands 2024-04-25 02:45:32 -03:00
97011e288c v0.4.0 2024-04-25 01:36:45 -03:00
93af35c490 Fix cli/libexec/twenty/* 2024-04-23 17:54:36 -03:00
d15a09ac1b Rename: *.gemspec.erb => *.gemspec.tt 2024-04-21 22:54:47 -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