Mike Gerwitz
Activist for User Freedom
About
Posts
Talks
Projects
Papers
Social
index
:
liza
master
Data collection, validation, and processing framework for JavaScript [employer project]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
DeltaProcessor: Correct delta application
Mike Gerwitz
2019-12-12
1
-21
/
+81
*
DeltaProcessor: Encapsulate getDeltas and remove redundant tests
Mike Gerwitz
2019-12-12
1
-3
/
+3
*
DeltaProcessor: Remove redundant tests
Mike Gerwitz
2019-12-12
1
-2
/
+2
*
DeltaPublisher#_sendMessage: Promise.reject=>throw
Mike Gerwitz
2019-12-12
1
-6
/
+4
*
.env: Use uppercase for env vars
Mike Gerwitz
2019-12-12
1
-10
/
+10
*
EventMediator: Log error stack under context
Mike Gerwitz
2019-12-12
1
-2
/
+4
*
DeltaPublisher: Remove parsing from constructor
Mike Gerwitz
2019-12-12
1
-12
/
+5
*
AvroFactory: Extract avro-js type definitions into src/types
Mike Gerwitz
2019-12-12
3
-66
/
+96
*
AmqpConnection: Propagate assertExchange promise
Mike Gerwitz
2019-12-12
2
-17
/
+17
*
[DEV-5312] Refactor class dependencies
Austin Schaffer
2019-12-12
19
-516
/
+1235
*
[DEV-5312] Add logic to apply delta to bucket then publish modified bucket
Austin Schaffer
2019-12-12
10
-224
/
+411
*
[DEV-5312] Refactor references from 'self' to 'this', pass console into event...
Austin Schaffer
2019-12-12
8
-222
/
+339
*
[DEV-5312] Generalize event subscribers and dispatchers
Austin Schaffer
2019-11-25
8
-169
/
+53
*
[DEV-5312] Reconnect AMQP when connection drops
Austin Schaffer
2019-11-25
4
-47
/
+100
*
[DEV-5312] Add signal handling and prometheus monitoring
Austin Schaffer
2019-11-22
8
-158
/
+514
*
[DEV-5312] Call data-processor and instantiate classes
Austin Schaffer
2019-11-20
11
-236
/
+786
*
[DEV-5312] Set processed flag
Austin Schaffer
2019-11-13
4
-19
/
+226
*
[DEV-5312] Set processed flag
Austin Schaffer
2019-11-12
2
-0
/
+3
*
[DEV-5312] Add interface for amqp publisher and implement a delta publisher
Austin Schaffer
2019-11-12
4
-492
/
+179
*
[DEVOPS-143] Node 12, needs a callback for asynchronous file writes, so switc...
Burzlaff, Herbert
2019-11-12
1
-1
/
+1
*
[DEV-5312] Add preliminary processor
Austin Schaffer
2019-11-12
4
-5
/
+182
*
[DEV-5312] Add dao for deltas
Austin Schaffer
2019-11-12
3
-1
/
+254
*
bin/server: Convert to TypeScript
Mike Gerwitz
2019-11-12
5
-34
/
+204
*
[DEV-5312] Workaround multiple easejs instances
Austin Schaffer
2019-11-11
1
-0
/
+6
*
[DEV-5312] Convert MongoServerDao to TS
Austin Schaffer
2019-11-11
12
-869
/
+1294
*
[DEV-5312] Convert most parts of RatingService Publish to TS
Austin Schaffer
2019-11-11
3
-103
/
+281
*
events: Use EventEmitter from old version of Node
Mike Gerwitz
2019-11-08
35
-34
/
+166
*
[DEV-6353] Generate and save reverse deltas for ratingdata and step save
Austin Schaffer
2019-11-07
4
-11
/
+44
*
[DEV-6353] Add function to create delta from one data set to another
Austin Schaffer
2019-11-07
1
-0
/
+169
*
[DEV-6353] Accept push data in MongoDao
Austin Schaffer
2019-11-07
4
-3
/
+13
*
[DEV-6353] Get and set past rate data
Austin Schaffer
2019-11-07
3
-3
/
+6
*
[DEV-6353] Add dapi definitions
Austin Schaffer
2019-11-07
4
-3
/
+326
*
[DEV-6353] Add bucket definitions
Austin Schaffer
2019-11-07
8
-6
/
+503
*
[DEV-6353] Convert DataProcessor to TS
Austin Schaffer
2019-11-07
1
-91
/
+101
*
RatingService: Fix initialRatedDate and lastRatedDate reply
Mike Gerwitz
2019-10-31
1
-11
/
+11
*
RatingService#postProcessRaterData: Fix accidental indvRate change
Mike Gerwitz
2019-10-31
1
-1
/
+1
*
RatingService: Remove unnecessary program param
Mike Gerwitz
2019-10-29
1
-11
/
+6
*
RatingService: Improved error handling
Mike Gerwitz
2019-10-29
1
-76
/
+103
*
RatingService: Remove unreachable error check
Mike Gerwitz
2019-10-29
1
-25
/
+1
*
RatingService: Return promise
Mike Gerwitz
2019-10-29
2
-22
/
+18
*
RatingService: Save rating data to separate field (ratedata)
Mike Gerwitz
2019-10-29
1
-1
/
+3
*
RatingServiceTest: Add type information for stubs
Mike Gerwitz
2019-10-29
1
-92
/
+0
*
RatingService: Use ServerDao
Mike Gerwitz
2019-10-29
4
-7
/
+155
*
RatingService: Convert to TypeScript
Mike Gerwitz
2019-10-29
17
-112
/
+951
*
src/types/misc: Add UnixTimestampMillis, Seconds, and Milliseconds
Mike Gerwitz
2019-10-24
1
-1
/
+13
*
Rater: Remove interface
Mike Gerwitz
2019-10-24
4
-48
/
+2
*
src/numeric: New module
Mike Gerwitz
2019-10-24
1
-0
/
+43
*
RatingServiceSubmitNotify: Remove unused trait
Mike Gerwitz
2019-10-21
2
-164
/
+0
*
{src,test}/.npmignore: New files
Mike Gerwitz
2019-10-21
1
-0
/
+2
*
TokenedDataApi: Accept or kill token
Mike Gerwitz
2019-10-18
1
-5
/
+9
[next]