8460: fixup 15aca78 stats.Duration
[arvados.git] / services /
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-12-01 Tom Clegg8460: Move loggedDuration from keepstore to sdk pkg...
2016-11-30 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-29 radhikacloses #10518
2016-11-29 radhika10518: update API groups_controller.contents method...
2016-11-24 Tom Clegg8460: More statistics in status.json: events in/out...
2016-11-23 Tom CleggMerge branch '10484-count-clients' closes #10484
2016-11-22 radhikarefs #10524
2016-11-22 radhikacloses #10524
2016-11-22 Tom CleggMerge branch '9897-log-block-prefetch-worker-exceptions...
2016-11-22 Tom CleggMerge branch '10473-keepstore-logrus' closes #10473
2016-11-21 Tom Clegg10484: Report current client count.
2016-11-21 Tom CleggMerge branch '10473-keepstore-logrus' closes #10473
2016-11-21 Tom Clegg10473: Tune up text-format logging.
2016-11-21 Tom Clegg10473: Use fixed-point timestamps and more human-readab...
2016-11-21 Tom Clegg10473: Fixed-width timestamps.
2016-11-21 Tom Clegg10473: Log requests/responses in JSON format by default...
2016-11-21 Tom CleggMerge branch '10484-keepstore-stats' refs #10484
2016-11-21 Tom Clegg10484: Remove unused volumeStats.
2016-11-21 Tom Clegg10484: Test s3 bucket stats.
2016-11-21 Tom Clegg10484: Tidy up stats-tracking code into a bucket proxy...
2016-11-21 Tom Clegg10484: Track non-s3 errors by Go type.
2016-11-21 Tom Clegg10484: Track s3 errors by response code.
2016-11-21 Tom Clegg10484: Report volume IO stats for S3 volumes.
2016-11-21 Tom Clegg10484: Serve MemStats at /debug.json instead of /status...
2016-11-21 Tom CleggMerge branch '10499-cwl-crunch2-docs' refs #10499
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 CleggMerge branch '10498-register-with-chosen-api' closes...
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-17 Peter AmstutzMerge branch '10529-cwl-exception-stuck' closes #10529
2016-11-16 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-16 radhikarefs #10293
2016-11-16 radhikaMerge branch 'master' into 10293-container-request...
2016-11-16 radhika10293: add scheduling_parameters to containers controller
2016-11-16 Peter AmstutzPermit use_existing in create-and-commit container...
2016-11-16 radhikaMerge branch 'master' into 10293-container-request...
2016-11-16 radhikacloses #10290
2016-11-16 Tom Clegg8460: Return recent events if last_log_id given.
2016-11-16 radhika10290: scheduling_parameters added to container_request...
2016-11-16 radhikaMerge branch 'master' into 10290-container-partitions
2016-11-16 radhikaMerge branch '10290-container-partitions' of git.curove...
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 Peter AmstutzMerge branch '10410-arvbox-ruby' refs #10410
2016-11-15 Jiayong Licloses #10435
2016-11-15 Jiayong LiMerge master to output-tags branch and resolve conflict
2016-11-15 Tom Clegg8460: Merge branch 'master' into 8460-websocket-go
2016-11-15 radhika10293: add output and log uuids to containter_request...
2016-11-15 radhikaMerge branch 'master' into 10293-container-request...
2016-11-15 radhika10293: added log_uuid to container_requests
2016-11-15 Peter AmstutzMerge branch '10346-rearrange-api-docs' closes #10346
2016-11-15 Tom CleggMerge branch '10534-go-systemd-sdnotify-v14' of https...
2016-11-15 radhikaMerge branch 'master' into 10293-container-request...
2016-11-15 Joshua C. Randallupdate signature of SdNotify for go-systemd v14
2016-11-15 radhikacloses #10290
2016-11-15 radhika10290: Add scheduling_parameters map to containers...
2016-11-15 Tom Clegg8460: Use websocket server for integration tests.
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.
2016-11-12 Tom CleggMerge branch '10517-consistent-select' closes #10517
2016-11-12 Joshua C. RandallFixes API server to return default columns for collections
2016-11-12 Tom Clegg10517: Test edge cases in "deselect manifest_text by...
2016-11-11 radhika10290: Add scheduling_parameters map to containers...
2016-11-10 radhika10293: add output_uuid to container_request and set...
2016-11-10 Peter AmstutzMerge branch '10460-cwl-staging-fix' refs #10460
2016-11-08 Tom CleggMerge branch '10467-client-disconnect' refs #10467
2016-11-08 Tom Clegg10467: Merge branch 'master' into 10467-client-disconnect
next