Commit Graph

583 Commits

Author SHA1 Message Date
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
Simon Prévost
8e5ff1143f v1.10.3 2022-03-18 06:44:13 -04:00
Simon Prévost
ef42ef0531 Fix empty replacement on lint view 2022-03-18 06:44:09 -04:00
Simon Prévost
834c6ce810 Update cli version 2022-03-17 21:16:42 -04:00
Simon Prévost
e87d1028d1 v1.10.2 2022-03-17 20:53:18 -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
Simon Prévost
b079515549 Fix login forms styles issues 2022-03-15 09:23:01 -04:00
bbfdpns
c894aca1c4 Add GitLab OAuth provider 2022-03-15 06:27:34 -04:00
Simon Prévost
78b2c65fe1 Add machine translations document translate 2022-03-15 06:18:21 -04:00
Simon Prévost
a0c55c64d4 Fix projects padding 2022-03-11 14:16:34 -05:00
Simon Prévost
6aaf34075c v1.10.1 2022-03-01 07:14:20 -05:00
Simon Prévost
2589ddf04b Add correct node engine in package.json 2022-02-28 21:14:11 -05:00
Simon Prévost
f92118b3ea v1.10.0 2022-02-28 21:02:29 -05:00
Simon Prévost
b24a115b6d Add new relic optional setup 2022-02-28 11:50:22 -05:00
Simon Prévost
ffdb353848 Update NodeJS deps for webapp and cli 2022-02-28 11:41:08 -05:00
Simon Prévost
66f6d32b21 Fixes 2022-02-23 11:39:47 -05:00
Simon Prévost
aa4335b9a3 Fix inspect changes in 1.13.3 2022-02-23 07:46:56 -05:00
Simon Prévost
f7ab439fdf Fix elixir version in GitHub Actions 2022-02-23 07:29:50 -05:00
Simon Prévost
e7c56e3eff Add lint in CLI 2022-02-23 07:18:51 -05:00
Simon Prévost
5554d6446a Add apostrophe lint for fr languages 2022-01-21 15:29:45 -05:00
Simon Prévost
d45cfa26f1 Fix media queries, linting and other small improvements 2022-01-21 15:07:59 -05:00
Simon Prévost
e04d267cba Add revision on lint translation item 2021-12-23 07:59:52 -05:00