Commit graph

37 commits

Author SHA1 Message Date
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
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
dc0093c7d9 v0.5.6 2024-04-27 03:22:51 -03:00
01183ad228 v0.5.5 2024-04-27 02:59:14 -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
e0fa9a2bd3 v0.5.4 2024-04-26 21:42:58 -03:00
54fe0f7ee3 gemspec: add summary, description 2024-04-26 21:41:28 -03:00
cb9e4b4fe2 v0.5.3 2024-04-26 21:16:31 -03:00
7425ee18cf Fix typos 2024-04-26 21:15:40 -03:00
15565d2cbe v0.5.2 2024-04-26 21:03:28 -03:00
4aa703bf98 v0.5.1 2024-04-26 20:55: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
e898876e76 v0.5.0 2024-04-25 19:57:01 -03:00
6e4d7b118f Regen schema.ts, schema.graphql 2024-04-25 18:49:23 -03:00
e3a89efb5a Add open task count to /projects 2024-04-25 18:44:25 -03:00
5429df0f12 Extend scope of 'rubocop:apply' 2024-04-25 04:16:57 -03:00
55d61e67d8 v0.4.3 2024-04-25 04:14:15 -03:00
37e163aabd v0.4.2 2024-04-25 03:44:43 -03:00
05efd73c5a v0.4.1 2024-04-25 02:52:02 -03:00
97011e288c v0.4.0 2024-04-25 01:36:45 -03:00
b39017b6f2 Fix 'rake schema:regen' 2024-04-24 03:26:57 -03:00
d15a09ac1b Rename: *.gemspec.erb => *.gemspec.tt 2024-04-21 22:54:47 -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