Closed
Bug 849897
Opened 12 years ago
Closed 12 years ago
[socorro-crashstats] old URL doesn't work in new app
Categories
(Socorro :: Webapp, task, P1)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: adrian)
References
Details
We are using the following URL to track the topcrash list of just a specific version of Flash: https://crash-stats.mozilla.com/query/query?product=Firefox&process_type=plugin&hang_type=any&plugin_field=filename&plugin_query_type=exact&plugin_query=NPSWF32_11_7_700_128.dll&do_query=1
This URL doesn't work in the new webapp:
https://crash-stats-django.allizom.org/query/?product=Firefox&process_type=plugin&hang_type=any&plugin_field=filename&plugin_query_type=exact&plugin_query=NPSWF32_11_7_700_128.dll&do_query=1
result: "plugin_query_type - Select a valid choice. exact is not one of the available choices."
Reporter | ||
Updated•12 years ago
|
OS: Linux → All
Hardware: x86_64 → All
Updated•12 years ago
|
Summary: Django webapp: old URL doesn't work in new app → [socorro-crashstats] old URL doesn't work in new app
Comment 1•12 years ago
|
||
Adrian, can you take a look? Was this done purposely?
Assignee: nobody → adrian
Assignee | ||
Comment 2•12 years ago
|
||
Definitely not done on purpose, I didn't know "exact" was a possible value there. I think it's easy to fix though.
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 3•12 years ago
|
||
Pull request: https://github.com/mozilla/socorro-crashstats/pull/318
Steps to QA
-----------
1. Go to advanced search and run a query with a signature and a plugin name or filename, where both search modes are "is exactly" or "starts with"
2. in the URL, replace each occurrence of "is_exactly" with "exact" and each occurrence of "startswith" with "startswith"
3. verify that the same results are shown
OR
1. go to the PHP site, run a search with a signature and a plugin (search mode is exactly or starts with)
2. change the URL to run it on the django app, and verify that the same results are shown
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro-crashstats
https://github.com/mozilla/socorro-crashstats/commit/0ad3a3eb7512f84c524050e2543b8b7aa7f41cf0
Fixes bug 849897 - Fixed backward compatibility in search modes.
https://github.com/mozilla/socorro-crashstats/commit/de6fdeff7e4bc92004d4a6f2641046c62ac6012c
Merge pull request #318 from AdrianGaudebert/849897-plugin-query-type-compat
Fixes bug 849897 - Fixed backward compatibility in search modes.
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•