Commit graph

450 commits

Author SHA1 Message Date
c53b2fff67 Remove connect|disconnect commands 2024-09-24 15:35:14 -03:00
906ed2dcfa Fix server.rb dep 2024-08-01 23:26:11 -03:00
474026394a Fix typo 2024-07-31 23:15:21 -03:00
2bf57351ea Re-implement the client
Not all website features are working, but this commit is mostly
focused on an architecture that can be used in future projects
2024-07-31 22:48:00 -03:00
b8748509a4 Replace abandoned (Ruby) sass with nodejs sass 2024-07-27 13:00:44 -03:00
db10fa6129 Replace nanoc.yaml with nanoc.yaml.sample 2024-07-22 01:21:52 -03:00
3869b944cf Update host/bin/setup 2024-06-23 00:56:58 -03:00
8ec4d3932a Require nanoc-webpack >=0.10.6 2024-06-21 04:49:06 -03:00
f8bb276826 Update nanoc-webpack.rb 2024-06-21 04:47:58 -03:00
c5a5bf7e73 Run 'npm audit fix' 2024-06-21 04:39:44 -03:00
f9e7bb6469 Update server.rake 2024-06-21 04:37:44 -03:00
97e282c1a2 Add 'Twenty.build' docs 2024-05-23 23:37:51 -03:00
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
b0d6c19ab4 Update rescue.rb 2024-05-23 22:35:51 -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
1e3057b282 Update gems 2024-05-23 18:49:51 -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
1e03a31169 Add task count (ProjectSelect.tsx) 2024-05-15 20:33:09 -03:00
0ce23e903b README: update 2024-05-04 14:48:58 -03:00
f6fa1de835 v0.5.8 2024-05-04 12:23:11 -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
c723d0abd5 Add 'source_code_uri' 2024-04-28 02:32:01 -03:00
9fcf625e02 Coerce 'migrate' command options 2024-04-27 04:21:05 -03:00
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
ff6acde702 server: noop in migration when there's nothing to do 2024-04-27 03:51:46 -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
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
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
e7f910be5f Fix docs 2024-04-26 23:44:20 -03:00
73c80f116a cli: increase backtrace size 2024-04-26 23:39:20 -03:00
a2e12dcae8 Update .gitmodules 2024-04-26 22:37:50 -03:00
bd61b2a836 Add .prettierignore 2024-04-26 22:31:46 -03:00
5757e6647d 'npm run prettier' 2024-04-26 22:24:52 -03:00