Commit graph

23 commits

Author SHA1 Message Date
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
43b4077915 frontend: depend on rubygems.org 2023-12-27 10:14:30 -03:00
c20662ebed cli: add .bundle/config 2023-12-27 10:13:45 -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