Commit graph

39 commits

Author SHA1 Message Date
417018ce35 cli: add command alias (20) 2024-02-09 19:56:20 -03:00
a40aae70b2 gemspec: replace git ls-files with Dir.glob 2024-02-08 15:18:00 -03:00
8d5012f40d v0.3.4 2024-02-08 00:14:19 -03:00
762a44e14e v0.3.3 2024-02-07 20:08:33 -03:00
4998b4c38a v0.3.2 2024-02-07 20:02:59 -03:00
e0232b7db8 v0.3.1 2024-02-07 19:58:07 -03:00
47c10ce671 v0.3.0 2024-02-07 19:50:59 -03:00
18fcafa1fd Add tooling for gem releases 2024-02-07 19:40:48 -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
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