Commit graph

37 commits

Author SHA1 Message Date
32989a92bf Update cmd.rb to v0.5.0 2024-03-11 15:03:04 -03:00
2d8287da94 cli: update option descriptions 2024-02-18 01:19:49 -03:00
3aee102d80 cli: --bind -> -f, --fork 2024-02-17 22:33:18 -03:00
f2f1474fac cli: add RescueMixin
Add an error handler to the CLI
2024-02-17 20:23:46 -03:00
8246c43e30 cli: add .rubocop.yml 2024-02-17 16:21:36 -03:00
c6203c83bd cli: add daemon support to 'up' & 'down' commands 2024-02-16 04:47:33 -03:00
d72b9597f0 cli: add ability to bind to custom addr / port 2024-02-16 01:21:12 -03:00
786af18ac7 Rename 'frontend' as 'client', 'backend' as 'server' 2024-02-15 22:23:10 -03:00
ed761c2418 cli: shorten mixin names 2024-01-16 17:47:09 -03:00
0c5578b028 cli: add --database support to 'console' command 2024-01-09 05:23:40 -03:00
0afe729f86 cli: add --database support to 'migrate' command 2024-01-09 05:20:57 -03:00
03d94b3695 backend: database_path -> default_database 2024-01-08 21:10:32 -03:00
2393c098f7 backend: reduce implementation of Twenty::Model 2024-01-08 20:49:02 -03:00
fe4c8ba7c4 cli: add SQLiteConnectionMixin 2024-01-07 05:51:08 -03:00
596dbdf297 Add --database option to the "up" command 2024-01-07 05:30:41 -03:00
5e312cb764 cli: remove 'PendingMigrationMixin' from "down" sub-command. 2023-12-30 20:42:21 -03:00
42b197b58d cli: add, and apply standardrb / rubocop 2023-12-30 00:18:14 -03:00
52297a2556 cli: add 'pending_migrations?' shortcut 2023-12-30 00:17:16 -03:00
4e483ccf17 backend|cli: add PendingMigrationMixin
Detect when a command is being run while there
are pending migrations, and exit early.
2023-12-30 00:14:05 -03:00
e076598f13 cli: add "twenty console" 2023-12-25 23:12:57 -03:00
fc67398bad backend|cli: add Twenty::Servlet.server. 2023-12-24 15:19:05 -03:00
2c9a1e94a8 (back|front)end: rename Twenty::Connection as Twenty::Project. 2023-12-23 16:47:32 -03:00
0ab63dc9d2 cli: add "migrate" command 2023-12-23 16:02:16 -03:00
ccff99fb94 Monetization::Issue -> Monetization::Task 2023-12-22 22:54:44 -03:00
74aa6673ea backend: bind to port 2020 by default. 2023-12-22 22:09:38 -03:00
3491c979e2 Mount servlets under /servlet path 2023-12-19 23:09:44 -03:00
ec2be8825e Add activerecord, migrate to SQLite3 2023-12-19 21:44:03 -03:00
f67ac8223f backend: add /connections.json endpoint 2023-12-11 08:57:58 -03:00
1282e00e5a lib/twenty/frontend.rb -> lib/twenty-frontend.rb 2023-12-11 03:00:02 -03:00
ed7075ad1b lib/twenty/backend -> lib/twenty-backend.rb 2023-12-10 19:15:42 -03:00
23f7033452 lib/twenty -> lib/twenty-cli 2023-12-09 18:46:13 -03:00
9879b4d6b4 rm "extend self" 2023-12-09 18:41:51 -03:00
ba559e1dbc "bundle exec twenty connect" works 2023-12-09 18:37:39 -03:00
b23d7fbe4d Add twenty-frontend/ 2023-12-08 15:27:00 -03:00
8b1643dc30 "bundle exec twenty" works 2023-12-08 13:40:29 -03:00
c77b20492d Add twenty-backend/ 2023-12-08 13:28:45 -03:00
8781dbc4fd Add twenty-cli/ 2023-12-08 10:57:57 -03:00