Closed
Bug 785430
Opened 13 years ago
Closed 11 years ago
Add a service to add new products
Categories
(Socorro Graveyard :: Middleware, defect)
Socorro Graveyard
Middleware
Tracking
(Not tracked)
RESOLVED
FIXED
101
People
(Reporter: adrian, Assigned: peterbe)
References
Details
We want to build a new UI to allow our users to manually add new services. As part of this, the SQL function should be ready, and we need to service to be created before the UI can be done.
Spec of the service:
product - string - name of the new product
version - string - initial version of the product
id - string - identifier of the product (e.g. 'firefox' for Firefox, 'mobile' for Fennec... ) - default = null
ftp - string - name of the FTP server where builds can be found - default = null
release_throttle - float - throttle of the versions on the Release channel - default = 1.0
Josh, can you please confirm that I got it right?
Reporter | ||
Updated•13 years ago
|
Target Milestone: 19 → 20
Reporter | ||
Updated•13 years ago
|
Target Milestone: 20 → 21
Reporter | ||
Updated•13 years ago
|
Target Milestone: 21 → 22
Reporter | ||
Updated•13 years ago
|
Target Milestone: 22 → Future
Reporter | ||
Updated•13 years ago
|
Priority: -- → P5
Reporter | ||
Updated•11 years ago
|
Assignee: adrian → nobody
Priority: P5 → --
Assignee | ||
Updated•11 years ago
|
Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/e20190ca3fce74bcc6b4d2beef2466daed2969f5
fixes bug 785430 - Add a service to add new products, r=@rhelmer
https://github.com/mozilla/socorro/commit/deb2fc9b6bbdf117df51d85004d495ebb0abdedb
Merge pull request #2267 from peterbe/bug-785430-add-a-service-to-add-new-products
fixes bug 785430 - Add a service to add new products
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: Future → 101
Updated•9 years ago
|
Product: Socorro → Socorro Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•