Skip to content
This repository has been archived by the owner on Sep 20, 2019. It is now read-only.

Improve the JSON files provided by the product details #38

Merged
merged 4 commits into from
Oct 9, 2015

Conversation

sylvestre
Copy link
Collaborator

No description provided.

…d 'description' explaining why we did this release (exemple: a security issue in pdf.js)
@@ -277,3 +280,54 @@ def json_exports_txt():
response = make_response(render_template("json_exports.txt", jsonFiles=jsonFiles))
response.mimetype = "text/plain"
return response


def get_releases_for_json(product):
Copy link

Choose a reason for hiding this comment

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

Should this be consistent with the rest of the naming and be getReleasesForJson?

@sylvestre sylvestre force-pushed the better-json branch 2 times, most recently from 6839428 to 0fca4bb Compare October 1, 2015 08:49
@sylvestre
Copy link
Collaborator Author

@rail works for you ? :)

@@ -181,6 +188,8 @@ class ReleaseForm(Form):
dashboardCheck = BooleanField('Dashboard check?', default=False)
mozillaRelbranch = StringField('Mozilla Relbranch:', filters=[noneFilter])
comment = TextAreaField('Extra information to release-drivers:')
description = TextAreaField('foo:')
Copy link
Contributor

Choose a reason for hiding this comment

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

What's "foo"? :)

rail pushed a commit that referenced this pull request Oct 9, 2015
Improve the JSON files provided by the product details
@rail rail merged commit df44559 into mozilla-releng:master Oct 9, 2015
@sylvestre sylvestre deleted the better-json branch October 30, 2015 12:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants