Closed
Bug 1310209
Opened 8 years ago
Closed 8 years ago
create Signoffs table + webapis
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
The Signoffs table will be a simple data table that is responsible for storing Signoffs made by users.
Assignee | ||
Comment 1•8 years ago
|
||
Table schema will need to be as follows:
- sc_id (PK, FK to associated scheduled_changes table)
- username (PK)
- role
Assignee | ||
Comment 2•8 years ago
|
||
We'll need web APIs as well.
Summary: create Signoffs table → create Signoffs table + webapis
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → bhearsum
Assignee | ||
Comment 3•8 years ago
|
||
Attachment #8813830 -
Flags: review?(nthomas)
Attachment #8813830 -
Flags: review?(jlorenzo)
Updated•8 years ago
|
Attachment #8813830 -
Flags: review?(nthomas) → review+
Updated•8 years ago
|
Attachment #8813830 -
Flags: review?(jlorenzo) → review+
Comment 4•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/e9a7d5f902ab8337a57ee65ac58ca55dca325d95
bug 1310209: Implement SignoffsTable and web apis for it. (#181). r=nthomas,jlorenzo
Assignee | ||
Comment 5•8 years ago
|
||
This is in production.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•