- 12 Oct, 2021 2 commits
-
-
François Ferry authored
-
François Ferry authored
-
- 30 Sep, 2021 2 commits
-
-
François Ferry authored
-
François Ferry authored
This method allows to mimic ResultSet.get_entities(col: number) CW method.
-
- 15 Sep, 2021 3 commits
-
-
Frank Bessou authored
-
Laurent Wouters authored
-
Laurent Wouters authored
-
- 14 Sep, 2021 5 commits
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Elouan Martinet authored
Also trim cookie names correctly.
-
Nicola Spanti authored
-
Nicola Spanti authored
-
- 13 Sep, 2021 10 commits
-
-
Frank Bessou authored
On Node, node-fetch merges "Set-Cookie" headers into a single one. Without this only one cookie was retrieved.
-
Frank Bessou authored
-
Frank Bessou authored
Otherwise it is set only once when script is run.
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
It requires less setup and it is more common inside of Logilab.
-
Frank Bessou authored
-
Frank Bessou authored
We add a test-server cube which is then used to run tests.
-
- 03 Sep, 2021 1 commit
-
-
Frank Bessou authored
-
- 31 Aug, 2021 1 commit
-
-
Frank Bessou authored
The function is not exported and is not used the file its declared in.
-
- 19 Aug, 2021 2 commits
-
-
Frank Bessou authored
There is no such thing as `document` in node. We should find another way to get the csrf token in this case.
-
Elouan Martinet authored
-
- 18 Aug, 2021 1 commit
-
-
Elouan Martinet authored
This prevents sending our local CSRF token to a 3rd party website, which is a security issue. The 3rd party website could use this token to forge requests bypassing the CSRF protection.
-
- 05 Aug, 2021 1 commit
-
-
Guillaume Vandevelde authored
-
- 11 May, 2021 3 commits
-
-
Frank Bessou authored
-
Frank Bessou authored
-
Frank Bessou authored
We move from awesome-typescript-loader (which is unmaintained) to ts-loader and also upgrade webpack to be able to use the latest version of ts-loader. This new tool also emits declaration files for test files. We add a tsconfig.build.json which ignores .spec.ts files and we make ts-loader use this configuration file.
-
- 06 Nov, 2020 2 commits
-
-
Frank Bessou authored
-
Frank Bessou authored
-
- 02 Nov, 2020 1 commit
-
-
Frank Bessou authored
This adds three workflow related rql query creators. They return a bound rql query (a tuple [query, vars]) directly usable with transactionV2. The result extraction is left to the user but is documented for each query. We could add a wrapper doing the query and extraction later but I don't know which form it could take. Closes #3.
-
- 21 Oct, 2020 2 commits
-
-
François Ferry authored
-
François Ferry authored
-
- 15 Oct, 2020 1 commit
-
-
Laurent Peuch authored
-
- 14 Oct, 2020 1 commit
-
-
Carlos Balderas authored
-
- 07 Oct, 2020 2 commits
-
-
Frank Bessou authored
-
Frank Bessou authored
-