5 Commits

Author SHA1 Message Date
Alex Jaramillo 950ca69070 Replace crash for load more
Replace crash pagination by load more crashes logic.

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2020-04-03 11:07:05 -07:00
Alex Jaramillo a74b5b4ee3 Cleaning code
Removing unused branches and code duplication

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2020-04-03 11:07:05 -07:00
Alex Jaramillo 8f8b3f14e8 Streaming records
- Loading new records periodically.
- Replace pagination with load more records logic.

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2020-04-03 11:07:05 -07:00
Alex Jaramillo b2694b363c Implement Etag for records call
* views.py: added function for telemetryui/records path and method HEAD.
* model.py: hash generation function based on latest record timestamp.

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2020-04-03 11:07:05 -07:00
Alex Jaramillo 742c7dca3d Crash processing service
Implementing the service to process crash data for crash view tab.

To make code easier to maintain copy shared code from a shared directory
instead of having multiple copies of the same code in different source
directories.

Squash migrations.

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2020-03-03 09:57:46 -08:00