Aaron Son
|
84c3066348
|
go/**/*.go: Update copyright headers for company name change.
|
2020-11-02 10:17:02 -08:00 |
|
Aaron Son
|
66a9b055ea
|
go/go.mod: Adopt dolthub/fslock fork. Forked version uses Open(RDRW) for lock file on *nix, which works on NFS.
|
2020-10-09 13:10:42 -07:00 |
|
Daylon Wilkins
|
b5bb663233
|
Reference new org name and updated trigger logic
|
2020-09-25 15:35:04 -07:00 |
|
Aaron Son
|
75e1e13faf
|
Fix import order in go/libraries/events/file_backed_proc.go
|
2020-04-13 11:27:24 -07:00 |
|
Aaron Son
|
b1830d00b6
|
go/libraries/doltcore/creds: jwk.go: Create new creds storage files with 0600 permissions.
|
2020-04-13 11:22:45 -07:00 |
|
Dustin Brown
|
a381e7588f
|
add appid to logevents requests
|
2019-11-06 11:29:58 -08:00 |
|
Dustin Brown
|
4ac6692746
|
fix active remote url to only save the url scheme
|
2019-10-10 10:19:31 -07:00 |
|
Dustin Brown
|
20ebbea9b1
|
Add event attributes to clone, push, pull, fetch, and chunkstore methods
|
2019-09-27 15:40:27 -07:00 |
|
Dustin Brown
|
23dd79fce4
|
Refactor events package to remove circular dependencies that will occur from upcoming changes
|
2019-09-27 15:39:55 -07:00 |
|
Dustin Brown
|
ce7a33894b
|
fixing bats test
|
2019-09-11 11:56:06 -07:00 |
|
Dustin Brown
|
d26bd56c53
|
updated imports to use new folder structure and minor fixes
|
2019-09-10 16:17:51 -07:00 |
|
Dustin Brown
|
f68d037f9f
|
updated branch by merging master
|
2019-09-10 15:41:03 -07:00 |
|
Dustin Brown
|
15434ee678
|
fix events flush for locking on windows
|
2019-09-10 14:42:26 -07:00 |
|
Dustin Brown
|
37ec512b41
|
fix repo formatting
|
2019-09-10 12:25:07 -07:00 |
|
Dustin Brown
|
bc45ae878d
|
final pr fixes
|
2019-09-10 12:03:55 -07:00 |
|
Dustin Brown
|
47ee83df8f
|
refactored event flush tests
|
2019-09-10 07:45:35 -07:00 |
|
Dustin Brown
|
cb6abeadd5
|
fix based on pr comments, wrote integration bats test
|
2019-09-10 07:07:43 -07:00 |
|
Dustin Brown
|
d3bb78775b
|
fixing pr based on feedback
|
2019-09-09 11:13:03 -07:00 |
|
Aaron Son
|
33d484bad1
|
proto: Use fully qualified paths for go_packages.
|
2019-09-09 10:10:34 -07:00 |
|
Dustin Brown
|
d4301cc643
|
added comments to methods
|
2019-09-08 16:25:06 -07:00 |
|
Dustin Brown
|
d703b378c7
|
added ioflusher that flushes events to stdout
|
2019-09-08 14:31:37 -07:00 |
|
Dustin Brown
|
c2213f614d
|
implementing flusher interface
|
2019-09-06 17:01:23 -07:00 |
|
Dustin Brown
|
be6ea92b66
|
updated exit code for when events dir returns a dir is lockederror
|
2019-09-06 15:15:38 -07:00 |
|
Dustin Brown
|
4b64500f50
|
fix localfs flush test
|
2019-09-06 14:51:19 -07:00 |
|
Dustin Brown
|
ab81777500
|
added local fs event flush test
|
2019-09-06 13:31:50 -07:00 |
|
Dustin Brown
|
753891c365
|
added localfs test for event flush
|
2019-09-06 12:26:50 -07:00 |
|
Dustin Brown
|
bf91fb85cf
|
implementing the filesyslocker interface for the localfs
|
2019-09-05 17:51:15 -07:00 |
|
Dustin Brown
|
d34df0df9d
|
initial implementation of concurrency safe flush events
|
2019-09-05 15:15:00 -07:00 |
|
Dustin Brown
|
e396de45f1
|
removed flockAndFlush function, now type switching in FlushEvents method, tests in progress.
|
2019-09-05 15:15:00 -07:00 |
|
Dustin Brown
|
fe69fb7023
|
add flockAndFlush function to SendMetrics command
|
2019-09-05 15:13:34 -07:00 |
|
Dustin Brown
|
7199bd9692
|
Add locking to event flush
|
2019-09-05 15:10:56 -07:00 |
|
Dustin Brown
|
dba75f6b91
|
Add file emitter that writes event data file
|
2019-09-04 12:31:10 -07:00 |
|
Brian Hendriks
|
12ada1e7e0
|
copyright headers
|
2019-08-28 12:22:59 -07:00 |
|
Brian Hendriks
|
d348738ce3
|
go vet fix
|
2019-08-28 12:17:10 -07:00 |
|
Brian Hendriks
|
12aef1a318
|
PR feedback
|
2019-08-27 17:56:20 -07:00 |
|
Brian Hendriks
|
0c361dc673
|
PR feedback and formatting
|
2019-08-22 12:22:52 -07:00 |
|
Brian Hendriks
|
d70ff644c2
|
fix event start and end times
|
2019-08-22 12:08:59 -07:00 |
|
Brian Hendriks
|
9020dbfb0a
|
formatting
|
2019-08-21 17:14:31 -07:00 |
|
Brian Hendriks
|
99a814ccdf
|
configurable grpc event emitter
|
2019-08-21 17:12:52 -07:00 |
|
Brian Hendriks
|
355a260d7b
|
add machine id and fix printing
|
2019-08-21 11:53:52 -07:00 |
|
Brian Hendriks
|
5a8c5965b6
|
comments and cleanup
|
2019-08-21 10:51:24 -07:00 |
|
Brian Hendriks
|
d15d3c9058
|
WIP events framework
|
2019-08-20 23:28:45 -07:00 |
|