Commit graph

26 commits

Author SHA1 Message Date
ed3f920a19 Add more init.rb files 2024-05-23 23:05:29 -03:00
99d41f5604 Add init.rb 2024-05-23 22:53:54 -03:00
59a89db3ad Add model/mixin/colorable 2024-05-23 22:44:47 -03:00
4f162796b0 s|establish_connection|connect|g 2024-05-23 22:20:35 -03:00
27ce4251ac s|Twenty.connection|Twenty.db|g 2024-05-23 22:08:54 -03:00
1537376b86 Fix Twenty::Milestone#add_task 2024-05-23 18:44:43 -03:00
fe43eb924e Add Twenty::Milestone#project 2024-05-23 18:23:13 -03:00
ee5d4090d7 Add Twenty::Milestone 2024-05-23 18:18:36 -03:00
0cdea6df5e Fix 'twenty up -b 0.0.0.0'
The fix comes from updating to server.rb v0.2.1
Also add Gemfile.lock for server/, cli/
2024-05-04 11:57:01 -03:00
ff6acde702 server: noop in migration when there's nothing to do 2024-04-27 03:51:46 -03:00
47aaecc483 Fix require 'twenty/server/model' 2024-04-27 02:38:57 -03:00
0bfb2309c8 Fix 'Migration#pending_migrations?' 2024-04-27 02:36:02 -03:00
31600100d2 Add lib/server/mixin.rb 2024-04-27 02:28:04 -03:00
e89687d445 Add "option", "hook" concepts 2024-04-27 01:55:00 -03:00
1b98c2dce9 Fix NoMethodError 2024-04-27 00:46:24 -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
e7f910be5f Fix docs 2024-04-26 23:44:20 -03:00
7425ee18cf Fix typos 2024-04-26 21:15:40 -03:00
f5c299cbc8 Fix docs 2024-04-26 16:52:18 -03:00
b919e97296 Require an absolute path for Project#path 2024-04-26 16:46:33 -03:00
c324246186 Remove new? guard on path existence 2024-04-26 16:46:33 -03:00
3ce9248518 Require Project#path to exist on create 2024-04-26 16:46:33 -03:00
671c3d92e3 Add Twenty::Project#path_exist? 2024-04-26 16:46:26 -03:00
e3a89efb5a Add open task count to /projects 2024-04-25 18:44:25 -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