Closed
Bug 839530
Opened 12 years ago
Closed 7 years ago
Release channels are hard-coded in the database
Categories
(Socorro :: Database, task)
Socorro
Database
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: adrian, Unassigned)
References
Details
Because we have a very specific versions / channel schema, and we have a bunch of logic hard-coded in our database, external users are having a lot of problems running Socorro for their own products.
The main problem I see is the ``version_matches_channel`` procedure, that is called from ``update_product_versions``, and that prevents users from using their own versions / channels with Socorro.
I am not sure how we should proceed here though. Do we want to move that logic out of the database to our code base? Do we want to make configurable so users can deactivate the check?
Comment 1•7 years ago
|
||
SPs are going away. may need to reopen if we change our release process much before we can get 1361394 done
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•