Commit Graph

193 Commits

Author SHA1 Message Date
Simon Prévost
14377de388 Fix discord webhook 2023-08-25 14:09:25 -04:00
Simon Prévost
7726ff7ec2 Update deps 2023-08-25 10:10:46 -04:00
Simon Prévost
772a596794 Add @adobe/styler to format all Elixir code 2023-08-24 22:09:31 -04:00
Simon Prévost
bfc502e5fa Fix export/format ordering, fix uniform border-radius, allow listing deleted documents, fix conflicts template hook 2023-08-24 21:51:03 -04:00
Simon Prévost
e56b27b449 Fix related translation with duplicate keys (one removed, one active) 2023-08-16 17:58:58 -04:00
Simon Prévost
ee002f5b88 Remove dbg 2023-08-04 14:55:44 -04:00
Simon Prévost
19898e43c9 Update deps 2023-08-04 14:55:44 -04:00
Simon Prévost
fcef874263 Add sync lock version on projet to prevent race condition on sync 2023-08-04 14:55:44 -04:00
Simon Prévost
21d7e42766 Add revision deleter in worker to use infinite repo transaction timeout 2023-08-04 14:55:44 -04:00
Simon Prévost
cd256fa7f5 Fix oban perform result for outbound email 2023-08-04 14:55:44 -04:00
Simon Prévost
ffea12613d Fix lint on all versions instead of current one 2023-05-24 10:05:18 -04:00
Simon Prévost
2765005ced v1.16.1 2023-05-01 19:51:37 -04:00
Simon Prévost
72f3dea0fe Add AI assistant prompt 2023-04-28 15:50:15 -04:00
Simon Prévost
362e45badb Add export all button in files 2023-03-25 14:43:37 -04:00
Simon Prévost
b6415e1510 New UI 2023-03-22 19:56:43 -04:00
Simon Prévost
6bc3274f42 Add machine translations on project sync 2023-03-14 13:16:39 -04:00
Simon Prévost
ecbd4a1164 Fix linting of placeholder/url count for master language 2023-03-02 11:28:30 -05:00
Simon Prévost
3cd67cd2c6 Fix machine translation error handling 2023-03-02 11:03:12 -05:00
Simon Prévost
c0cb687fe6 Fix invalid unicode file parsing 2023-02-27 13:09:02 -05:00
Simon Prévost
4feb86228e
Add ecto_psql_extras in telemetry_ui (#342)
* Add pg_stat_statements metrics

* Upgrade telemetry_ui

* v1.14.0

* Update ember template lint and format
2023-02-23 09:03:06 -05:00
Simon Prévost
c4c9a96ba5 Fix default vault key 2023-02-11 14:18:34 -05:00
Simon Prévost
a37b1831fe Add machine translations config 2023-02-07 09:21:48 -05:00
Simon Prévost
bb8979d325 Add api token create/revoke 2023-01-31 15:02:42 -05:00
Simon Prévost
84741452e9 Add canonical host and refactor config runtime module 2023-01-20 16:01:45 -05:00
Simon Prévost
70926dd492 Fix Rails formatter 2023-01-18 14:02:25 -05:00
Simon Prévost
773fd24f2a Fix gettext line break reject 2023-01-16 13:08:51 -05:00
Simon Prévost
042dc7e0a2 Fix lint for nil master value 2023-01-16 12:28:52 -05:00
Simon Prévost
593d080b43 format 2023-01-08 22:27:08 -05:00
Simon Prévost
40d37a4526 m1 stuff 2022-12-19 10:50:26 -05:00
Simon Prévost
4b142e7b23 wip 2022-12-16 08:56:46 -05:00
Simon Prévost
38897cdc53 Update telemetry_ui 2022-11-25 21:54:35 -05:00
Simon Prévost
0e3cbfc30f Add ecto in telemetry_ui 2022-11-22 10:10:43 -05:00
Simon Prévost
3e244bc301 Fix compile warning 2022-11-21 20:48:03 -05:00
Simon Prévost
02b273288b Add telemetry_ui 2022-11-21 20:41:09 -05:00
Simon Prévost
d40d32dbbb
Fix placeholder lint and bad documents list UX (#326) 2022-11-16 20:18:44 -05:00
Simon Prévost
4efe980129
Add support for version sync/export/infos in CLI (#325) 2022-11-16 20:18:35 -05:00
Simon Prévost
9027a832fe
Add rtl support for languages in webapp (#321) 2022-11-16 20:18:15 -05:00
Simon Prévost
ad018c0af5
Add document format on CLI (#308)
A new /format endpoint is available that simply returns the given file
as formatted by Accent. This can be useful locally to format or re-order
before committing the changes and not modify anything in your Accent
projet.
2022-09-01 08:45:19 -04:00
Simon Prévost
56400886f9 Update deps 2022-08-30 10:01:22 -04:00
Simon Prévost
a5667dd6eb Fix source translation on new slave 2022-08-29 08:30:50 -04:00
Simon Prévost
3325e5e9d8
Add batched SQL for insert/update operations (#306)
This introduce a new way of doing "migration" of data based on the
operation table. Before, we simply executed the SQL query as the
migration were run. Like for a "new" operation, we did an insert of a
"transactions" row and an update to the "operations" table _for each
entry in the synced file._ For a file containing 1000 keys, we did a
total of 2000 SQL queries.

After this commit, we only do 2 SQL queries (well 4 since we batch the
SQL params by 500). By aggregating operation like {:update_all,
operation.id, %{synced: true}}, we are able to batch the operations
efficiently.

This results in a much faster sync/add translations/correct/uncorrect
operations.
2022-08-29 07:50:55 -04:00
Simon Prévost
e04dccf6bd Fix review percentage, personal access token, batch, diffable strings 2022-06-20 09:55:53 -04:00
Simon Prévost
9e26cfb34d Fix first letter lint for non-latin languages 2022-06-16 15:06:42 -04:00
Simon Prévost
c3253e0439 Fix format 2022-03-30 09:07:30 -04:00
Simon Prévost
4fb82dcf16 Fix credo 2022-03-30 08:51:12 -04:00
Simon Prévost
730b6b9dda Fix lint without master value 2022-03-30 08:37:11 -04:00
Simon Prévost
9c57b53904 Add db timeout error grouping in sentry 2022-03-18 07:01:03 -04:00
Simon Prévost
ef42ef0531 Fix empty replacement on lint view 2022-03-18 06:44:09 -04:00
Simon Prévost
dd133b3ff4 Fix machine translations from language select take 2 2022-03-15 15:09:15 -04:00
Simon Prévost
54d0462f70 Fix machine translations from language select 2022-03-15 10:17:39 -04:00