Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events collection #74

Merged
merged 38 commits into from
Jun 4, 2018
Merged

Events collection #74

merged 38 commits into from
Jun 4, 2018

Conversation

jupe
Copy link
Contributor

@jupe jupe commented Aug 25, 2017

Status

READY

Migrations

NO

Description

Brings new Events collection and related API's. Events related to system behaviour. For example backend can store new event when new test case or resource is landed to database or resource state is changed (e.g. resource is allocated or released). This collection can be used to analyse how well system works or what is resources usage utilization.

New API's

GET /api/v0/events
POST /api/v0/events
DELETE /api/v0/events/:Event
GET /api/v0/events/:Event/ref
GET /api/v0/resources/:Resource/events

Experimental API's:

GET /api/v0/resources/:Resource/utilization
GET /api/v0/resources/:Resource/statistics

Todos

  • Tests
  • Documentation

@jupe jupe added the WIP label Aug 28, 2017
@jupe jupe changed the title Events Events collection Dec 13, 2017
@jupe jupe modified the milestone: v0.5.6 Feb 12, 2018
@jupe jupe added this to the v0.6.0 milestone Feb 12, 2018
@jupe jupe removed the WIP label Jun 4, 2018
@jupe jupe merged commit ec7c9ae into master Jun 4, 2018
@jupe jupe deleted the events branch June 4, 2018 20:22
@jupe jupe mentioned this pull request Jan 26, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant