Closed Bug 849897 Opened 10 years ago Closed 10 years ago

[socorro-crashstats] old URL doesn't work in new app

Categories

(Socorro :: Webapp, task, P1)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: benjamin, Assigned: adrian)

References

Details

OS: Linux → All
Hardware: x86_64 → All
Summary: Django webapp: old URL doesn't work in new app → [socorro-crashstats] old URL doesn't work in new app
Blocks: 749359
Adrian, can you take a look? Was this done purposely?
Assignee: nobody → adrian
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
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
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.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.