Commit Graph
16 Commits
Author SHA1 Message Date
gautier pialat 811028ae92 missing coma in sql request 2020-07-20 07:17:34 +02:00
gaugau3000 76c449c0c2 volume_pair_list_extra_doc_infos 2020-02-25 19:45:23 +00:00
gaugau3000 7d7318a3ea fix_wrong_order_type 2020-02-25 19:41:20 +00:00
gaugau3000 58d70b2079 doc explicit optimization feature 2019-11-29 09:35:13 +01:00
gaugau3000 0e9e6b3443 refactor feature details doc 2019-11-28 21:22:40 +01:00
gaugau3000 9199fd5964 change doc into 2019-11-28 21:21:43 +01:00
Gautier Pialat bc5c91f681 add missing note block 2019-11-08 10:29:00 +01:00
Gautier Pialat 076ef0407b git branch note explanation 2019-11-08 09:39:06 +01:00
Gautier Pialat b0150d548a remove not use statement 2019-11-08 09:37:54 +01:00
Gautier Pialat f6a66cd3de Fix typo 2019-11-05 12:14:39 +01:00
Gautier Pialat 871019c8b9 docker doc update about restart policy 2019-11-05 12:08:57 +01:00
Pialat b7da02aab4 realistic fixture datas 2019-09-16 14:05:39 +02:00
Pialat f3e3a8fcbe unused in tests 2019-09-16 14:04:10 +02:00
gautier pialat ba23f58ff3 change the way to clone git rep for Window with docker 2019-02-20 18:09:26 +01:00
gautier pialat dffb27326e prevent convert LF->CRLF line ending on window
During docker built on windows if in  global git config  core.autocrlf = true then when have this message :

Step 6/12 : RUN cd /tmp && /tmp/install_ta-lib.sh && rm -r /tmp/*ta-lib*
 ---> Running in c0a626821132
/tmp/install_ta-lib.sh: 4: /tmp/install_ta-lib.sh: Syntax error: "&&" unexpected

this behave is because file is in the wrong line ending format

Has script files run on linux they need to use LF lines ending so we need to ensure they are not converted to CRLF lines ending if global git config is at  core.autocrlf = true.
2019-02-18 17:16:27 +01:00
gautier pialat 399d2d89a3 Win rate formula was wrong (but not the definition) 2019-01-15 15:02:01 +01:00