Commit Graph

410 Commits

Author SHA1 Message Date
realaltffour
6924019e9e
docs: fix examples being run 2020-08-03 20:49:11 +03:00
realaltffour
84a62d1238
test: add hash__pwd_client() 2020-08-03 20:39:01 +03:00
realaltffour
78a1fd624e
account: add documentation.
- add documentation for hash_pwd_server()
- add documentation for hash_pwd_client()
2020-08-03 20:03:34 +03:00
realaltffour
0559895031
account: add hash_pwd_server() 2020-08-03 18:56:10 +03:00
realaltffour
366a37939b
account: add hashash_pwd_client() 2020-08-03 16:44:17 +03:00
realaltffour
9ca38f0d69
account: add basic structure 2020-08-03 11:00:46 +03:00
realaltffour
482d945c99
doc: remove deducable return type of functions 2020-08-02 13:27:02 +03:00
realaltffour
63e5f26006
doc: add get_stock_from_db_since_epoch() & get_stock_from_db_between_epochs() 2020-08-02 13:24:45 +03:00
realaltffour
582558793f
doc: add get_stock_from_db() 2020-08-02 13:18:04 +03:00
realaltffour
0107b13972
doc: add get_company_from_db() 2020-08-02 13:13:03 +03:00
realaltffour
0ecbc6302e
doc: add create_stock() 2020-08-02 13:08:13 +03:00
realaltffour
e79a18f8d8
doc: add create_company() 2020-08-02 13:04:45 +03:00
realaltffour
011af7d9cb
doc: add db_init() 2020-08-02 10:27:28 +03:00
realaltffour
9e5a48ff37
doc: add db_connect() 2020-08-02 10:24:28 +03:00
realaltffour
1cdcc99a25
doc: add path_exists() 2020-08-02 10:17:28 +03:00
realaltffour
25fa5f0f44
doc: add gen_log() 2020-08-02 10:14:53 +03:00
realaltffour
c9a7aada10
docs: add libtrader_init_log() & libtrader_init() 2020-08-02 10:12:20 +03:00
realaltffour
92b3745327
remove: tests in CI 2020-08-01 14:03:43 +03:00
realaltffour
19f8364d60
fix: script not found 2020-08-01 13:49:58 +03:00
realaltffour
00afc6e803
chnge: remove --verbose commands in CI 2020-08-01 13:49:12 +03:00
realaltffour
ee20660ffd
fix: sandbox not building 2020-08-01 13:46:58 +03:00
realaltffour
29c7486ea5
fix: deploy sandbox before running tests 2020-08-01 13:26:53 +03:00
realaltffour
dc81e741ad
test: add get_stock_from_db_between_epochs() test 2020-08-01 13:22:49 +03:00
realaltffour
500f5d3927
test: add get_sstock_from_db_since_epoch() test 2020-08-01 13:12:12 +03:00
realaltffour
5c69ba27b2
test: add get_stock_from_db() test 2020-08-01 11:57:44 +03:00
realaltffour
dfbd8325cf
chnge: timestamp to bigint 2020-08-01 11:50:25 +03:00
realaltffour
2e2f3aeb77
test: add get_company_from_db() test 2020-07-31 19:19:59 +03:00
realaltffour
461c8fda0e
test: create_stock() test 2020-07-31 19:06:00 +03:00
realaltffour
77ebef7843
test: add create_company() test 2020-07-31 18:35:49 +03:00
realaltffour
cca4d98cdd
test: add libtrader_init() test 2020-07-31 14:41:15 +03:00
realaltffour
78bc69fd2d
test: add libtrader_init_log() test 2020-07-31 14:27:27 +03:00
realaltffour
3ed0ea47bb
test: add db_init() test 2020-07-31 14:14:49 +03:00
realaltffour
af10bfb5d9
fix: test_db_connect() 2020-07-31 13:29:17 +03:00
realaltffour
37698ec745
test: add db_connect() test 2020-07-31 13:25:23 +03:00
realaltffour
1c725e28a4
clean: make line length consistent to 120 2020-07-31 12:59:52 +03:00
realaltffour
442ec5cd1a
add: path_exists() 2020-07-31 11:16:18 +03:00
realaltffour
83c29c211d
fix: wrong gitignore condition 2020-07-31 10:42:57 +03:00
realaltffour
d8a0a213a2
add: gen_log() 2020-07-31 10:40:34 +03:00
realaltffour
35ea915581
fix: filename change in libtrader/initializer.rs 2020-07-30 13:36:44 +03:00
realaltffour
96d0a544bf
clean: make initializer file names consistent 2020-07-30 13:33:54 +03:00
realaltffour
7f30b78cf0
clean: make PositionType converatable to bool 2020-07-30 13:31:23 +03:00
realaltffour
8bb3a112f1
clean: make SQL syntax consistent 2020-07-30 13:11:43 +03:00
realaltffour
85071c7666
clean: remove .to_string() repetition 2020-07-30 12:56:12 +03:00
realaltffour
883678da8c
clean: connect str generation 2020-07-30 12:40:53 +03:00
realaltffour
b73bc5e798
fix: fadd missing defaults 2020-07-29 21:54:27 +03:00
realaltffour
ca74aec812
add: display for WorkerState 2020-07-29 12:30:45 +03:00
realaltffour
f823d36f21
add: display for WorkerServer 2020-07-29 12:30:44 +03:00
realaltffour
222cfb3ed4
add: display for MasterState 2020-07-29 12:30:44 +03:00
realaltffour
55069bdb4d
add: display for GlobalState 2020-07-29 12:30:44 +03:00
realaltffour
2b4fce04fe
add: display for MessageType 2020-07-29 12:30:44 +03:00