Page MenuHomeDevCentral

Parse servers logs from API
ClosedPublic

Authored by dereckson on Nov 7 2016, 00:10.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 13, 01:43
Unknown Object (File)
Wed, Nov 13, 00:59
Unknown Object (File)
Fri, Nov 8, 17:13
Unknown Object (File)
Fri, Nov 8, 17:13
Unknown Object (File)
Fri, Nov 8, 17:13
Unknown Object (File)
Fri, Nov 8, 17:08
Unknown Object (File)
Fri, Nov 8, 16:05
Unknown Object (File)
Wed, Nov 6, 17:41

Details

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.

Diff Detail

Repository
rSERVERSLOGDESIGN Servers logs website (design)
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Parse servers logs from API.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson added subscribers: Ash-Crow, rama, Sandlayth.
src/assets/js/app.js
238

I've kept this even if minimal number of characters has been raised to 7, so we can adjust sensibility in the future without introducing the added bug.

265

Too much \n.

287

s/stuff/helper functions

dereckson added inline comments.
src/assets/js/app.js
6

jquery → jQuery

dereckson edited edge metadata.

Address inline comments

This revision is now accepted and ready to land.Feb 16 2017, 15:38
This revision was automatically updated to reflect the committed changes.