Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kill version in releases table. #51

Merged
merged 2 commits into from Feb 10, 2016

Conversation

bhearsum
Copy link
Contributor

@bhearsum bhearsum commented Feb 8, 2016

I also improved the UI in a couple of places:

  1. Use "Product: foo" in the main product display, rather than just showing the bolded product.
  2. Title the "View Data" modal with release name rather than product name.

row, = table.history.select(
where=[table.history.version == '222.0'],
where=[table.history.product == 'd'],
limit=1
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we ought to add some sort of reverse sorting here, to ensure we revert the most-recent change.

@nthomas-mozilla
Copy link
Contributor

r+, but please make testPostRevisionRollback a little more robust prior to merging. And just to confirm - a submission script that still sends a version will be fine, that'll be ignored ?

@bhearsum
Copy link
Contributor Author

bhearsum commented Feb 9, 2016

I'll definitely fix up that test first. That's a very good point about the submission script though...I think it may cause a 400. I'll look into that as well.

@bhearsum
Copy link
Contributor Author

bhearsum commented Feb 9, 2016

Looks like passing random unknown POST arguments doesn't break anything, so we're good on that front: http://people.mozilla.org/~bhearsum/sattap/2a89a05f.png. I'll be updating the submission script anyways though, of course. I'll push a fix for testPostRevisionRollback in a bit.

@bhearsum
Copy link
Contributor Author

bhearsum commented Feb 9, 2016

How's this @nthomas-mozilla?

@nthomas-mozilla
Copy link
Contributor

Looks good to me.

bhearsum pushed a commit that referenced this pull request Feb 10, 2016
bug 741412: Kill version in releases table. r=nthomas
@bhearsum bhearsum merged commit 7d0ed82 into mozilla-releng:master Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants