Commit graph

29 commits

Author SHA1 Message Date
Henrik Levkowetz f5bffb373d Disallow incompatible xym release (0.3)
- Legacy-Id: 10943
2016-03-16 14:59:59 +00:00
Henrik Levkowetz 6ee1786dd1 Added new requirements: pyang, xym, and jsonfield. Sorted the list.
- Legacy-Id: 10892
2016-03-04 20:04:00 +00:00
Henrik Levkowetz 0641aa40ce Restricted django-bootstrap3 to versions which work with django 1.7.
- Legacy-Id: 10863
2016-02-28 18:48:26 +00:00
Henrik Levkowetz f8bf0fce78 Tweaked requirements.txt
- Legacy-Id: 10835
2016-02-11 23:05:54 +00:00
Lars Eggert e00b28f4a8 The test suite apprently needs django-tastypie>=0.13.1 now (according to
Robert.) Commit ready for merge.
 - Legacy-Id: 10829
2016-02-11 17:31:35 +00:00
Robert Sparks c8bbfbad78 This set of changes focuses on improvements to the nomcom portion of the datatracker.
These changes:

Simplify the nomcom form for comments. Make it more obvious who receives mail when a comment is supplied. Fixes # 1849.

Simplify the nomcom form for nominations. Provide a primary workflow where nominations choose an existing Person, and a secondary workflow for nominating new people. 

Allow nominees to add a comment when accepting or declining a nomination. Fixes #1845.

Organize the list of nominees on the feedback page. Fixes #1786 and #1809.

Simplify the mechanisms used to display feedback message counts.

Regroup the feedback view to make it easier to see where to spend review effort. Fixes #1866.

Capture when nomcom members last reviewed feedback for a given nominee. Add badges when new feedback is avaliable. Improve the layout of the feedback index page. Fixes #1850.

Reorganize the tab navigation on the nomcom private pages. Made it more obvious when the chair is doing something that only the chair gets to see. Fixes #1788 and #1795.

Regroup multiselect options to make classifying pending feedback simpler. Make the control larger and resizable. Fixes #1854.

Simplify the chair's views for editing nominee records. Replace the merge nominee form with a request to the secretariat to merge Person records. Fixes #1847. 

Added merging nominees to the secretariat's persson merging script. 

Show information for concluded nomcoms. Close feedback and nomination for concluded nomcoms. Fixes #1856.

Improve the questionnaire templates, reminding the nominee that receiving the questionnaire does not imply they have accepted a nomination. Fixes #1807.

Remove the description field from Postion. Simplify the Position list and the Position edit form. Make the nomcom pages more self documenting. Add a page to help nomcom chiars through setting up a new nomcom. Fixes #1867 and #1768.

Remove the type from the template pathname for the requirements templates. Make the requirements views work for both types plain and rst. Changed the default type for new nomcom requirement templates to rst.

Remove 'incumbent' from the models. Fixes #1771.

Adjust the models for Nominee and Nomination to better associate Nominee objects with Person objects.

Remove BaseNomcomForm and the implementation of custom fieldsets.

Replace the custom message framework with the django provided messages framework.

Improve SearchablePersonField to show the primary email address for any search result where a name appears more than once.

Add the use of factory-boy for generating test data. Normalize management of a test directory for test nomcom public keys. Significantly improve test coverage of the nomcom related code.


Commit ready for merge.
 - Legacy-Id: 10629
2015-12-23 21:00:15 +00:00
Robert Sparks e81b473282 Expose views for concluded nomcoms. Close feedback and nomination. Initial work on factory-boy based testing. Partially addresses #1856
- Legacy-Id: 10520
2015-11-25 22:17:41 +00:00
Henrik Levkowetz 9fc04943cc Coverage 4.0.2 is buggy; disallow it in requirements.txt.
- Legacy-Id: 10456
2015-11-08 20:56:10 +00:00
Henrik Levkowetz 0d4fb73e40 Removed our local copy of Django, and added it to the requirements instead. Updated the LICENSE to match, as we're not carrying along external components in the repository any more.
- Legacy-Id: 10337
2015-10-31 02:28:56 +00:00
Henrik Levkowetz c17ea94b08 Updated the code to use version 4.0.1 of coverage.py for code coverage measurements. Moved the code which starts coverage measurement to settings_sqlitetest.py to avoid coverage measurements running when not doing tests. Did some additional coveage measurement refactoring.
- Legacy-Id: 10238
2015-10-18 20:01:57 +00:00
Henrik Levkowetz 9688749404 Merged in [10109] from rjsparks@nostrum.com:
Make it clearer in search results when one IPR disclosure updates another. Fixes #1798.
 - Legacy-Id: 10117
Note: SVN reference [10109] has been migrated to Git commit a6b8707030f0e6411b1acc3b38a0fd426c5223a1
2015-10-01 20:26:23 +00:00
Henrik Levkowetz cfb7dc3dc8 Require setuptools first.
- Legacy-Id: 9915
2015-07-29 20:39:39 +00:00
Henrik Levkowetz da893dad1c Merged in support of xml-source only drafts submissions from personal/henrik/submitxml/.
- Legacy-Id: 9859
2015-07-22 21:53:23 +00:00
Henrik Levkowetz d5f36911cf Added support of xml-source only drafts submissions.
- Legacy-Id: 9858
2015-07-22 21:35:44 +00:00
Henrik Levkowetz e46ce52e6a Added memcached as requirement; the caching needs this to work well.
- Legacy-Id: 9696
2015-06-25 09:58:34 +00:00
Henrik Levkowetz 5a5289d1ad Added pip and setuptools, required in virtualenv, to requirements.txt in order to simplify buildbot testing of package installation and version testing.
- Legacy-Id: 9560
2015-04-26 19:12:16 +00:00
Henrik Levkowetz 6055215ab2 Removed local copy of html5lib, added html5lib to requirements.txt, and updated utils/html.py to work with htm5lib 0.999.
- Legacy-Id: 9547
2015-04-24 18:07:26 +00:00
Henrik Levkowetz 42ca4290ce Updated requirements.
- Legacy-Id: 9533
2015-04-21 19:38:13 +00:00
Henrik Levkowetz e843516043 Removed typogrify, which is not in use any more.
- Legacy-Id: 9522
2015-04-17 20:38:09 +00:00
Henrik Levkowetz aaeaae6b1e Added django-typogrify to the requrements.
- Legacy-Id: 9497
2015-04-15 10:16:30 +00:00
Henrik Levkowetz 8b634f777b Updated requirements
- Legacy-Id: 9465
2015-04-12 14:35:27 +00:00
Henrik Levkowetz 05b46bfd63 Moved django-widget-tweaks from local copy to requirements.txt
- Legacy-Id: 9463
2015-04-12 14:04:06 +00:00
Henrik Levkowetz 0301056c9f Added django-bootstrap3 to requirements.txt; removed local copy of django-bootstrap3.
- Legacy-Id: 9372
2015-04-03 17:36:00 +00:00
Henrik Levkowetz 95f7139e8c Removed local copy /docutils/, added docutils to requirements.txt
- Legacy-Id: 9354
2015-04-01 17:59:28 +00:00
Henrik Levkowetz 381d37986c Python's pathlib is now available for both 2.x and 3.x, and is well established. Removed the ietf/utils/path.py fallback, and added pathlib to requirements.txt
- Legacy-Id: 9161
2015-03-07 17:17:50 +00:00
Henrik Levkowetz dba3db444c Added test code coverage measurements using coverage.py, integrated as a test in the test suite. This test compares the current code coverage of tests with that saved for the latest release. Also converted the URL and template coverage measurements into tests, comparing current with the latest release. The result of this is that the coverage tests will fail if new code is added without sufficient test coverage to at least match that of the latest release. Over time, this should encourage gradually improved test coverage as seen for both code, templates, and urls. Coverage data is also saved to file, and can be read by the 'coverage' shell command to produce html or text reports.
- Legacy-Id: 9103
2015-02-19 23:42:34 +00:00
Henrik Levkowetz 1c4f8ae470 Added mimeparse to requirements.txt; needed by tastypie.
- Legacy-Id: 8863
2015-01-12 23:00:39 +00:00
Henrik Levkowetz 8b5796ef8f Updated requirements file.
- Legacy-Id: 8746
2014-12-14 20:34:27 +00:00
Henrik Levkowetz 224876f713 Added a requirements.txt file which can be read by pip in order to install the packages needed to make the datatracker work. Set up a virtualenv, and then run pip install -r requirements.txt in it.
- Legacy-Id: 8650
2014-11-12 03:31:37 +00:00