Merge lp://staging/~juliank/merge-o-matic/javascript-query into lp://staging/merge-o-matic
Proposed by
Julian Andres Klode
Status: | Merged |
---|---|
Merged at revision: | 309 |
Proposed branch: | lp://staging/~juliank/merge-o-matic/javascript-query |
Merge into: | lp://staging/merge-o-matic |
Diff against target: |
84 lines (+61/-0) 1 file modified
merge-status.py (+61/-0) |
To merge this branch: | bzr merge lp://staging/~juliank/merge-o-matic/javascript-query |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Julian Andres Klode | Approve | ||
Colin Watson (community) | Approve | ||
Review via email: mp+336671@code.staging.launchpad.net |
Description of the change
This adds a search box and two check boxes for:
- merges with uploads in proposed
- merges without them
This uses the history modification API thingy, and replaces the search part of the URL, so you end up with queries like:
https:/
I tested that the JavaScript and HTML works, but I might have messed up the integration into the Python script. I lack the files to test the merge-status.py script on my system.
To post a comment you must log in.
Verified that it generates the same output as my test file, so it's good to go.