Closed Bug 716679 Opened 13 years ago Closed 12 years ago

eliminate the 'build_date' column

Categories

(Socorro :: Backend, task)

x86_64
Linux
task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lars, Assigned: lars)

References

Details

(Whiteboard: [qa-])

The 'build_date' column of the reports table is built from the 'buildid' column.  It really provides no more information than the 'buildid' column, but just a different form.  By having this in datetime form, we open the door to all sorts of UTC, PST/PDT issues.  In fact, it is an issue in getting 2.4 out the door because we can't tell how the datetime is used properly or not.

change the table, processor and supporting code to use 'buildid' directly rather than 'build_date'.
Target Milestone: --- → 2.4.1
Summary: eliminate the 'bulid_date' column → eliminate the 'build_date' column
Lars: I don't think this can land today, too many dependencies.
Assignee: nobody → lars
Target Milestone: 2.4.1 → 2.4.2
Target Milestone: 2.4.2 → 2.4.3
Depends on: 726828
Target Milestone: 2.4.3 → 2.4.4
Blocks: 729208
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/1c39c2810a5dc00723d7b24de9da4fe8e8159cd5
Merge pull request #372 from twobraids/kill-build_date-bug-716679

Fixes Bug 716679 - removal of 'build_date'
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.