Commit Graph

555 Commits

Author SHA1 Message Date
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
9ed0ed19d1 v1.12.3 2022-11-22 10:20:57 -05:00
Simon Prévost
83061754d1 Downgrade uberauth to fix csrf protection option without a plug session 2022-11-22 10:19:57 -05:00
Simon Prévost
0e3cbfc30f Add ecto in telemetry_ui 2022-11-22 10:10:43 -05:00
Simon Prévost
7320f94559 v1.12.2 2022-11-21 20:48:06 -05:00
Simon Prévost
3e244bc301 Fix compile warning 2022-11-21 20:48:03 -05:00
Simon Prévost
a0673452ab v1.12.1 2022-11-21 20:41:57 -05:00
Simon Prévost
02b273288b Add telemetry_ui 2022-11-21 20:41:09 -05:00
Simon Prévost
536b5be75b Add changelog entry for v1.12.0 2022-11-17 10:53:14 -05:00
Simon Prévost
7550adf5fb v1.12.0 2022-11-16 20:31:00 -05:00
Simon Prévost
26d574a19b Fix cli format command 2022-11-16 20:28:41 -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
b80cde9d14
Add warning in CLI when files config have same folder path (#324) 2022-11-16 20:18:26 -05:00
Simon Prévost
9027a832fe
Add rtl support for languages in webapp (#321) 2022-11-16 20:18:15 -05:00
Rémi Prévost
b789abb5d0
Add missing YAML syntax highlighting 2022-11-15 15:54:13 -05:00
Rémi Prévost
f416407be1
🥷 2022-11-15 15:53:49 -05:00
Rémi Prévost
f82d506cbe
Update small stuff in GitHub Actions sample 2022-11-15 15:48:35 -05:00
Simon Prévost
13da1acbb9 Bump cli to 0.12.0 2022-11-15 09:04:25 -05:00
Mathieu Larue
4ef576d355
Add GitHub Actions documentation in the CLI readme (#320)
* Add the GitHub Actions documentation

* Change committer and author
2022-11-15 09:03:59 -05:00
Simon Prévost
bb2bd47423 Add synced HTTP requests in CLI commands 2022-09-27 09:53:31 -04:00
Simon Prévost
02258457a1 v1.11.3 2022-09-21 13:58:08 -04:00
Simon Prévost
796f44d1e1 Add configurable database config from env 2022-09-21 13:58:04 -04:00
Simon Prévost
ca42e1d2fb Publish CLI 0.11.0 2022-09-01 08:47:00 -04: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
f20987acaa v1.11.2 2022-08-29 10:30:05 -04:00
Oliver Kriska
6d6d42fc10
Ecto - support IPv6 connections (#307) 2022-08-29 10:29:54 -04:00
Simon Prévost
71b11cddde v1.11.1 2022-08-29 08:34:54 -04:00
Simon Prévost
a5667dd6eb Fix source translation on new slave 2022-08-29 08:30:50 -04:00
Simon Prévost
58b4031041 v1.11.0 2022-08-29 08:01:38 -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
a492e834b1 v1.10.7 2022-08-26 08:23:10 -04:00
Simon Prévost
b084c88af1 Bump repo timeout to 29 seconds 2022-08-25 21:15:57 -04:00
Simon Prévost
33f1699def Fix typo for DISABLE_DEV_WATCHERS 2022-08-25 21:15:00 -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
2687ecf547 Update cli version 2022-06-15 09:36:52 -04:00
Joey Bolduc-Gilbert
a03c0a2a06
Security updates for the cli (#299) 2022-06-14 17:02:32 -04:00
Simon Prévost
1605194ec2 v1.10.6 2022-03-30 09:07:32 -04:00
Simon Prévost
c3253e0439 Fix format 2022-03-30 09:07:30 -04:00
Simon Prévost
dddd0e68b9 v1.10.5 2022-03-30 08:51:14 -04:00
Simon Prévost
4fb82dcf16 Fix credo 2022-03-30 08:51:12 -04:00
Simon Prévost
38349e98ef Fix lint cli ellpsis display 2022-03-30 08:39:30 -04:00
Simon Prévost
04b28b0efe v1.10.4 2022-03-30 08:37:17 -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