Commit graph

78 commits

Author SHA1 Message Date
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
899e8f5b3a README: update 2024-01-27 23:49:40 -03:00
17458dd2a5 backend: improve SetRandomProjectColor mutation 2024-01-17 15:44:52 -03:00
fb0260466a Add ability to change project's color 2024-01-17 15:14:55 -03:00
12403a6029 (back|front)end: add ability to filter by projectId 2024-01-15 08:14:41 -03:00
116bf23da3 backend: POST '/servlet/graphql' -> POST '/graphql' 2024-01-14 20:15:19 -03:00
6ad0391f79 (back|front)end: Add new states, iterate on the UI 2024-01-12 03:45:51 -03:00
25ef272feb Refactor.... 2024-01-11 12:59:48 -03:00
f78f38ae46 wip: add ability to change project on edit / new pages. 2024-01-11 00:06:03 -03:00
ac9d611107 backend: fix graphql servlet 2024-01-10 21:15:37 -03:00
f2a54c4fb8 milestone: switch to graphql 2024-01-10 21:13:15 -03:00
3069e46d2e backend: add diverse set of colors 2024-01-10 00:10:04 -03:00
a4521130c1 (back|front)end: add Project#color 2024-01-09 04:36:00 -03:00
026e11af11 backend: return project from Task#as_json 2024-01-09 02:07:47 -03:00
6bd3e3ad65 frontend: iterate on CSS / UI 2024-01-09 00:58:33 -03:00
7b600c2e82 backend: store sqlite database as 20.sqlite 2024-01-08 21:18:40 -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
5b7a1a57c8 backend: remove 'require_models' 2024-01-07 15:57:52 -03:00
dbadc4f0f5 backend: avoid connect on require 2024-01-07 15:49:10 -03:00
fe4c8ba7c4 cli: add SQLiteConnectionMixin 2024-01-07 05:51:08 -03:00
db7e131b9f backend: handle errors in prepare_dir 2024-01-07 05:34:13 -03:00
596dbdf297 Add --database option to the "up" command 2024-01-07 05:30:41 -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
cd4ebe4ac7 frontend: improve Projects.tsx 2023-12-26 03:51:30 -03:00
628bd47e65 backend: merge migration 3 into migration 1 2023-12-25 22:26:41 -03:00
90febb1ba5 backend: fix Tasks servlet 2023-12-25 02:06:08 -03:00
c8cc348096 backend: reduce migration count 2023-12-24 17:51:22 -03:00
2742833bdc backend: fix safe-nav 2023-12-24 17:43:11 -03:00
d475e83602 Task#state -> Task#status (enum) 2023-12-24 17:32:13 -03:00
828e9dea15 backend: add missing .rubocop.yml 2023-12-24 17:17:09 -03:00
caded3b40a backend: fix ResponseMixin 2023-12-24 16:53:59 -03:00
d3e2381c53 backend: apply stricter regexp 2023-12-24 16:21:25 -03:00
1d028c1b9a backend: configure rubocop / standardrb 2023-12-24 16:15:46 -03:00
3b455b973d backend: update API docs 2023-12-24 15:44:57 -03:00
3b1546388b backend: add Servlet::ResponseMixin 2023-12-24 15:43:01 -03:00
05f7ce8c49 backend: add docs 2023-12-24 15:33:08 -03:00
fc67398bad backend|cli: add Twenty::Servlet.server. 2023-12-24 15:19:05 -03:00
97c522cecf backend: small refactors 2023-12-23 21:54:43 -03:00
8b9f45ef40 (back|front)end: rename 'connection' leftovers 2023-12-23 16:56:48 -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
9dfd8ea722 backend: rename 'issues' table as 'tasks' 2023-12-23 13:24:50 -03:00
ccff99fb94 Monetization::Issue -> Monetization::Task 2023-12-22 22:54:44 -03:00