1
0
mirror of https://github.com/romanlryji/EventLogLoader.git synced 2024-11-24 08:32:52 +02:00
Commit Graph

47 Commits

Author SHA1 Message Date
Roman
e789f53c3b
Update .gitattributes 2019-10-10 13:25:06 +03:00
Roman
01b3f8b9a1
Update .gitattributes 2019-10-10 13:24:42 +03:00
Roman
5e719669ee
Update README.md 2019-10-02 11:24:43 +03:00
Roman
9ca08ee5bb
Update README.md 2019-10-02 11:22:07 +03:00
Roman
83f3f0393a
Update README.md 2019-10-02 11:21:45 +03:00
Roman
2aaa26f0c1 C# application 2019-10-02 11:18:07 +03:00
Alexey Bochkov
2f830f19af Merge pull request #15 from alekseybochkov/PR13
PR13 - transaction properties and index postfix
2017-04-15 16:38:55 -07:00
Alex Bochkov
6da02c7a9b postfix for index name 2017-04-15 16:37:38 -07:00
Alexey Bochkov
516f852d2d Merge pull request #13 from Tushkan/FixES_Records
доработки
2017-04-15 15:08:26 -07:00
Alex Bochkov
af72bbda64 Updates for packages. *Project rebuilt with VS2017* 2017-04-15 15:05:06 -07:00
Belyakov Alexandr
387966bca8 доработки 2017-04-06 10:03:40 +03:00
Alex Bochkov
eea782a1f0 minimal date for parcing 2017-02-20 14:32:07 -08:00
Alex Bochkov
d857ca7f12 custom names for ES fielnds 2017-02-19 14:02:55 -08:00
Alex Bochkov
0aa1e0a51d updates for packages 2017-02-19 11:17:36 -08:00
Alex Bochkov
b761c9245e BugFix: save ES index name into config file 2017-02-19 11:07:50 -08:00
Alex Bochkov
370388f498 users may be renamed as well 2017-02-04 10:25:39 -08:00
Alexey Bochkov
4294d7e884 Merge pull request #7 from VitaliySh/devel
Fix an issue with renamed metadata
2017-02-04 09:58:44 -08:00
Vitaliy Shaikhutdinov
bfadfbf216 Removed unused fields 2017-02-03 11:06:17 +05:00
Vitaliy Shaikhutdinov
0098a6688c Used MERGE to update/insert [Metadata] 2017-02-03 08:37:06 +05:00
Alex Bochkov
a4fdd3b089 Deleted unnesessary parse function. Minor bug fixes 2017-01-10 22:46:12 -08:00
Alex Bochkov
c6a9ed642a NLog 4.4.1 support 2017-01-10 20:54:33 -08:00
Alexey Bochkov
388a868a57 Merge pull request #6 from dmpas/master
Исправление ошибки многострочных данных
2017-01-10 20:45:29 -08:00
Alexey Bochkov
1f34dd4d9c Create LICENSE 2017-01-10 10:20:26 -08:00
Sergey Batanov
39a7b2b730 NLog package added. 2017-01-10 14:38:52 +03:00
Sergey Batanov
cefa1e2545 Fixed multiline data structure parsing.
Trouble was in text like this:
```
{20170110141538,N,
{0,0},1,1,2,2,10,I,"1
2
3",0,
{"S","1
2
3"},"",0,0,0,4,0,  <-- this bracket was being ignored because of quote
{0}
}
```
2017-01-10 14:36:42 +03:00
Alex Bochkov
6ad6889b1b unlimited size for DataStructure field 2017-01-09 21:09:32 -08:00
Alex Bochkov
b810357dcf bulk insert for MSSQL - works much faster! 2017-01-07 12:01:15 -08:00
Alex Bochkov
ceb84ced86 Merge branch 'master' of https://github.com/alekseybochkov/EventLogLoader.git 2016-12-29 14:21:42 -08:00
Alex Bochkov
426dc3baed UI changes 2016-12-29 14:21:40 -08:00
Alexey Bochkov
a046f15b42 Update README.md 2016-12-28 16:11:56 -08:00
Alex Bochkov
2f9b1245ab more fields, conversion bug 2016-12-28 16:09:49 -08:00
Alex Bochkov
f3f0d2ba49 single index name, remove quotes, bug 2016-12-28 12:04:30 -08:00
Alexey Bochkov
8cf9cf40e1 Merge pull request #3 from alekseybochkov/ES
Export to ES
2016-12-25 17:17:34 -08:00
Alex Bochkov
f28d00beaf WIP 2016-12-25 17:15:40 -08:00
Alex Bochkov
0273181cf0 WIP 2016-12-25 16:08:24 -08:00
Alex Bochkov
f9518e1a22 .net45 2016-12-25 14:23:08 -08:00
Alex Bochkov
ea8983961c clean up 2016-12-25 13:13:54 -08:00
Alex Bochkov
0e8e286d57 clean up 2016-12-25 13:12:43 -08:00
Alex Bochkov
bdf8b47353 .net35 2016-12-23 15:13:30 -08:00
Alex Bochkov
ef775058dd ES 2016-12-23 14:40:08 -08:00
Aleksey Bochkov
c52e6d5d29 Update README.md 2015-11-23 22:50:05 -08:00
Aleksey Bochkov
da302c9c4c Update README.md 2015-11-23 22:49:33 -08:00
Alex Bochkov
2ca2632b09 Merge branch 'master' of https://github.com/alekseybochkov/EventLogLoader.git 2015-11-23 22:43:35 -08:00
Alex Bochkov
e87ec15002 Не заполнялся код метаданного при чтении из SQLite ЖР. 2015-11-23 22:43:33 -08:00
Aleksey Bochkov
b957dc0602 README.md 2015-10-02 16:29:43 -07:00
Alex Ivanov
b21cd623bf first 2015-10-02 16:29:09 -07:00
Alex Ivanov
3c7778976b Initial commit to add default .gitIgnore and .gitAttribute files. 2015-10-02 16:26:49 -07:00