HomeDevCentral

Parse servers logs from API

Description

Parse servers logs from API

Summary:
rAPI811ec59e06b2 published the integral server log to
https://api.nasqueron.org/servers-log/all.json as
a static resource.

In the future, this will be updated to provide all
log entries dynamically or in cache.

Our website will consume this API JSON document in
client-side JavaScript and will then decorate the log
with links to relevant resources, like tasks or commits.

Test Plan:
Design has been reviewed by @Sandlayth, @rama, @Ash-Crow
and others. API client code tested against rAPI811ec59e06b2.

Reviewers: dereckson

Reviewed By: dereckson

Subscribers: Sandlayth, rama, Ash-Crow

Differential Revision: https://devcentral.nasqueron.org/D699

Details

Provenance
derecksonAuthored on Feb 16 2017, 15:35
derecksonPushed on Feb 16 2017, 15:38
Reviewer
dereckson
Differential Revision
D699: Parse servers logs from API
Parents
rSERVERSLOGDESIGN5ff704ddf661: Format <code> blocks correctly
Branches
Unknown
Tags
Unknown

Event Timeline

/src/assets/js/app.js
175

Should be getUTCMonth, so we can avoid to get "March" for 2018-02-28 23:30 (if 23:30 is UTC and to be converted in local time, it will be 2018-03-01 00:30 for UTC +1 for example).