Closed
Bug 761609
Opened 12 years ago
Closed 12 years ago
Make changes to TCBS middleware service for rapid betas
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
FIXED
18
People
(Reporter: adrian, Assigned: adrian)
References
Details
(Whiteboard: [qa-])
From the UI, the only change to the TCBS service will be a new parameter to specify what type of date we filter on:
date_range_type <string> : 'crash_date' or 'build_date'
@Josh, what will happen on the DB side? A new view or new fields to filter on? Also, do we have to support oldTCBS or can we just forget it?
Assignee | ||
Updated•12 years ago
|
Target Milestone: 14 → 16
Comment 1•12 years ago
|
||
so oldTCBS is going away, which will make your life much easier.
However, there will be two tables: tcbs and tcbs_build. The latter will have per-build-date data for aurora, nightly and rapid betas.
We should chat about this.
Assignee | ||
Comment 2•12 years ago
|
||
Work is mostly done and can be seen here: https://github.com/AdrianGaudebert/socorro/compare/761609-tcbs-mobeta
Waiting for a way to run unit tests, and will certainly need some cleanup.
Assignee | ||
Updated•12 years ago
|
Target Milestone: 16 → 18
Assignee | ||
Comment 3•12 years ago
|
||
This is in the mobeta branch, waiting to be merged into master.
Target Milestone: 18 → 19
Assignee | ||
Updated•12 years ago
|
Target Milestone: 19 → 18
Comment 4•12 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/4f89e6536125e95ab745415d6f86912829c59db0
Fixes bug 761609 - Added an option for date range type in TCBS, added unit tests.
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Whiteboard: [qa-]
Updated•8 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•