8460: Rename pg -> event_source.go
[arvados.git] / services / ws /
2016-12-03 Tom Clegg8460: Rename pg -> event_source.go
2016-12-01 Tom Clegg8460: fixup 15aca78 stats.Duration
2016-12-01 Tom Clegg8460: Add godoc page.
2016-12-01 Tom Clegg8460: Add systemd unit file.
2016-11-30 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-24 Tom Clegg8460: More statistics in status.json: events in/out...
2016-11-20 Tom Clegg8460: Move logging setup to log.go, use fixed-width...
2016-11-19 Tom Clegg8460: Report status of outgoing queues.
2016-11-19 Tom Clegg8460: Add /status.json
2016-11-19 Tom Clegg8460: Inject permChecker from main.
2016-11-18 Tom Clegg8460: Fix "send to closed channel" race by using contex...
2016-11-18 Tom Clegg8460: Accept 403 response from API as "not permitted...
2016-11-17 Tom Clegg8460: Fix up logging.
2016-11-17 Tom Clegg8460: Reply to unparsable messages with status:400.
2016-11-17 Tom Clegg8460: Refactor "old events / other messages" mechanism...
2016-11-17 Tom Clegg8460: Structured logging.
2016-11-16 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-16 Tom Clegg8460: Return recent events if last_log_id given.
2016-11-16 Tom Clegg8460: Retrieve recent logs and send old matching events...
2016-11-16 Tom Clegg8460: Allow session Receive handler to queue multiple...
2016-11-16 Tom Clegg8460: Support created_at filters.
2016-11-16 Tom Clegg8460: Send {"status":200} messages. Bring up ws server...
2016-11-16 Tom Clegg8460: Log connection stats.
2016-11-16 Tom Clegg8460: Cache negative permission.
2016-11-15 Tom Clegg8460: Send selected old/new attributes with v0 events.
2016-11-15 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-15 Tom Clegg8460: JSON request log.
2016-11-15 Tom Clegg8460: Skip non-log events if filtering by event_type.
2016-11-15 Tom Clegg8460: Print listening address at startup.
2016-11-15 Tom Clegg8460: Accept nulls in some columns.
2016-11-15 Tom Clegg8460: Obey event_type filters if given in all subscript...
2016-11-15 Tom Clegg8460: Avoid log.Fatal once started.
2016-11-15 Tom Clegg8460: Check permissions on event target instead of...
2016-11-15 Tom Clegg8460: Cache permissions.
2016-11-15 Tom Clegg8460: Refactor session logic (subscription protocol...
2016-11-15 Tom Clegg8460: Drop unnecessary read timeout handling.
2016-11-15 Tom Clegg8460: Pass datasource in Go style.
2016-11-15 Tom Clegg8460: Combine ping and notify goroutines.
2016-11-15 Tom Clegg8460: Check permissions.
2016-11-14 Tom Clegg8460: Ping clients only when read times out and outgoin...
2016-11-14 Tom Clegg8460: Fix connection cleanup and db connection handling.
2016-11-14 Tom Clegg8460: Hide *websocket.Conn behind interface.
2016-11-14 Tom Clegg8460: Send events.
2016-11-14 Tom Clegg8460: Receive events and broadcast to clients.
2016-11-13 Tom Clegg8460: Add default config and -dump-config flag.
2016-11-13 Tom Clegg8460: Scaffold for websocket server.