Commit graph

347 commits

Author SHA1 Message Date
ef51483b0f Set max height on ProjectSelect 2024-04-23 14:11:23 -03:00
a80d97071b Exclude src/tmp/ (rubocop.yml) 2024-04-21 22:58:42 -03:00
d15a09ac1b Rename: *.gemspec.erb => *.gemspec.tt 2024-04-21 22:54:47 -03:00
3f1e641a46 Fix host/lib/twenty.rb 2024-04-21 22:15:41 -03:00
daff4d83f4 Move "host" files to host/
The "host" refers to what houses the cli, server, and client.
2024-04-21 22:13:01 -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
f51c9c281d Move 'schema:regen' to the toplevel rake/task/ dir 2024-04-21 17:36:38 -03:00
17dac8909e Move nanoc.rake to the toplevel rake/tasks/ dir 2024-04-21 17:05:54 -03:00
17abd2c75e Replace default content with placeholder content 2024-04-21 16:59:15 -03:00
dee16f97f9 Improve <Task> textarea 2024-04-21 00:53:03 -03:00
702959b154 Set a max width on Task.tsx form content 2024-04-18 17:56:24 -03:00
a9eda61c51 README: update 2024-04-08 18:56:58 -03:00
b54b177431 Run 'rake rubocop:{apply,copy}' 2024-04-08 17:47:59 -03:00
8804dad6bc Reference Twenty::GraphQL::Type constants as strings 2024-04-08 17:38:25 -03:00
89e3581912 Update Task.tsx + src/css/vendor/tail.css 2024-04-01 01:05:40 -03:00
31038f3338 Fix layout 2024-03-31 02:19:43 -03:00
5a58b990e3 Fix ProjectSelect.tsx 2024-03-31 01:06:00 -03:00
f9c9cbba78 Update tail.css 2024-03-31 00:57:30 -03:00
782dcf289a Add tail.css submodule 2024-03-30 21:20:11 -03:00
6d9f717f9a fix: depend on nanoc-webpack.rb ~> 0.8.1 2024-03-30 20:55:56 -03:00
753775f0ad Update nanoc-webpack.rb 2024-03-30 06:01:02 -03:00
f207b764c0 Update Task.tsx 2024-03-30 05:53:16 -03:00
04607a7b7e Fix set_random_project_color.rb 2024-03-29 17:20:42 -03:00
68e25ac8c7 Fix 'twenty connect|disconnect' 2024-03-28 15:26:52 -03:00
85d0280b8c Set default status in 'CreateTask' 2024-03-28 14:38:23 -03:00
b459240ddb Fix 'UpdateTask' 2024-03-28 14:17:12 -03:00
9bbc067ff0 Fix create of 'datadir', 'tmpdir' 2024-03-28 14:02:07 -03:00
4cbd4d6f39 Replace ActiveRecord with Sequel 2024-03-28 13:44:51 -03:00
689b650a75 Replace webrick with rack + puma 2024-03-27 19:08:00 -03:00
1eab5c121b Drop <h1> from Task.tsx, fix Context.ts 2024-03-19 13:20:00 -03:00
1de76126f2 Add rake/tasks/rubocop.rake 2024-03-13 09:15:47 -03:00
b28a723d19 Replace ParamContext & CookieContext with AppContext 2024-03-13 06:58:18 -03:00
e1fb2875ae Persist 'projectId' between page reloads 2024-03-12 11:04:08 -03:00
510abf3031 Fix 'rake nanoc:watch' on hardenedbsd. 2024-03-12 05:47:48 -03:00
4dc4a335fe README: update 2024-03-12 05:11:38 -03:00
228198af44 Update Path 2024-03-12 04:57:14 -03:00
32989a92bf Update cmd.rb to v0.5.0 2024-03-11 15:03:04 -03:00
2350a8d56e README: update 2024-03-11 14:54:53 -03:00
e871c5309a Move 20.png to share/twenty/demo.png 2024-02-18 06:42:13 -03:00
2d8287da94 cli: update option descriptions 2024-02-18 01:19:49 -03:00
f42015faa9 Update bin/setup 2024-02-18 01:15:22 -03:00
3aee102d80 cli: --bind -> -f, --fork 2024-02-17 22:33:18 -03:00
07ea06931c Add bin/setup 2024-02-17 21:43:16 -03:00
a384fa7391 Fix stale references to twenty-backend 2024-02-17 20:41:35 -03:00
f2f1474fac cli: add RescueMixin
Add an error handler to the CLI
2024-02-17 20:23:46 -03:00
a1e1739b63 server: modify .rubocop.yml, commit result 2024-02-17 16:21:36 -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
5b39384442 Fix require in lib/twenty.rb 2024-02-16 03:20:42 -03:00
d72b9597f0 cli: add ability to bind to custom addr / port 2024-02-16 01:21:12 -03:00