Commit graph

259 commits

Author SHA1 Message Date
Henrik Levkowetz a1fd1675c9 Disallowed additional bleach versions.
- Legacy-Id: 15569
2018-10-13 22:19:31 +00:00
Henrik Levkowetz fb1baefcc1 Bleach 3.0.0 has a bug that can result in exceptions for some inputs. Bug report filed. Disallow this version.
- Legacy-Id: 15546
2018-10-09 15:08:40 +00:00
Robert Sparks 54d484493c Add CORS headers for the api and views that serve json. Fixes #2546, #2551, and #2552. Commit ready for merge.
- Legacy-Id: 15448
2018-09-11 20:04:35 +00:00
Henrik Levkowetz a2e0794d91 Added a requirement of oauth2client, needed by google-api-python-client but not always automatically pulled in.
- Legacy-Id: 15200
2018-06-01 14:31:05 +00:00
Henrik Levkowetz c7d31b44c3 Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507.
- Legacy-Id: 15096
2018-04-27 17:36:20 +00:00
Henrik Levkowetz 2bb5788a76 Updated minimum requirements for bootstrap3, to work with django 1.11
- Legacy-Id: 15019
2018-04-06 13:55:50 +00:00
Henrik Levkowetz 7d4cb5be59 Found additional pip versions that are broken. Limiting pip to 9.0.1 for now.
- Legacy-Id: 15003
2018-04-04 13:10:46 +00:00
Henrik Levkowetz f47e5ccf81 Updated requirement for decorator
- Legacy-Id: 14991
2018-04-02 09:24:24 +00:00
Henrik Levkowetz 207cf47243 There seems to be issues with pip 9.0.2 and 9.0.3; they seem to leave dross when down- and upgrading packages.
- Legacy-Id: 14949
2018-03-27 06:14:56 +00:00
Henrik Levkowetz 94415ecd0d Updated minimum requirements
- Legacy-Id: 14748
2018-03-08 19:13:50 +00:00
Henrik Levkowetz df5c3af747 Changed the minimum version requirement on six, to match the needs of html5lib.
- Legacy-Id: 14742
2018-03-07 13:28:38 +00:00
Henrik Levkowetz 2828683cee Replaced html sanitization code that called html5lib directly with calls to bleach, and upgraded the requirements to let us use the latest html5lib and bleach.
- Legacy-Id: 14739
2018-03-06 18:35:34 +00:00
Henrik Levkowetz daabfcd9bb Updated the requirement on the xml2rfc version.
- Legacy-Id: 14700
2018-02-26 01:21:59 +00:00
Henrik Levkowetz 37c9fbd28e Cleared up an unresolved merge conflict.
- Legacy-Id: 14698
2018-02-25 21:30:40 +00:00
Henrik Levkowetz 1ed8e967e7 Merged in ^/personal/henrik/6.72.1-django-1.11@14676: Upgrade to Django 1.11
- Legacy-Id: 14695
2018-02-25 19:55:16 +00:00
Henrik Levkowetz 8b6a71c804 Updated requirements.txt
- Legacy-Id: 14673
2018-02-22 00:12:38 +00:00
Henrik Levkowetz f5cf9a2854 Changed requirements to Django 1.11
- Legacy-Id: 14659
2018-02-20 15:28:46 +00:00
Henrik Levkowetz 885532dd2a Updated version requirement for bibtexparser.
- Legacy-Id: 14656
2018-02-19 17:07:09 +00:00
Henrik Levkowetz 21ddb22f26 bibtexparser v1.0 doesn't work under python 2.7. Bug filed: https://github.com/sciunto-org/python-bibtexparser/issues/191. Disallowing version 1.0 in requirements.txt.
- Legacy-Id: 14648
2018-02-16 14:19:08 +00:00
Henrik Levkowetz 4f4e26a602 Added a missing indirect dependency on PyOpenSSL (via urllib3) to requirements.txt, to work around a broken dependency chain.
- Legacy-Id: 14636
2018-02-10 14:25:17 +00:00
Henrik Levkowetz d2441c7921 Excluded versions of the Faker lib that produces names of type string instead of unicode for locale ro_RO, to avoid warnings from unidecode during testing.
- Legacy-Id: 14534
2018-01-17 19:24:38 +00:00
Henrik Levkowetz 4d282cd99d Limit selenium<3.8.1 because of phantomjs deprecation from that point on.
- Legacy-Id: 14489
2018-01-09 13:41:59 +00:00
Henrik Levkowetz 099ba8922e Added a requirement for the patch module.
- Legacy-Id: 14475
2017-12-30 00:45:20 +00:00
Henrik Levkowetz bfb9365cc0 Updated the requirements for factory boy (it must be a version which has a factory.random module)
- Legacy-Id: 14318
2017-11-07 15:20:36 +00:00
Henrik Levkowetz 526003fd26 Added a brief REST API info page. In preparation for signing http notifications using RFC 7515, added information about API signing public/private keypair. Refactored api views to reside in api/views.py. Added jwcrypto to requirements.
- Legacy-Id: 14294
2017-11-03 16:17:00 +00:00
Henrik Levkowetz d61b1c7adc Increased the minimum pyflakes version; at least 0.9.2 is needed to deal correctly with the global declaration list in meeting migration 0056.
- Legacy-Id: 14001
2017-07-29 10:46:32 +00:00
Henrik Levkowetz dfe6f4c643 django-bootstrap3 9.0.0 breaks compatibility with 8.x.y; disallow 9.0.0 and higher till we can rewrite.
- Legacy-Id: 13833
2017-07-11 21:00:04 +00:00
Henrik Levkowetz 2c39de61ab Replaced the local copy of the draft/rfc htmlization code with rfc2html as installed modeule.
- Legacy-Id: 13827
2017-07-11 13:52:08 +00:00
Henrik Levkowetz 7266c46ce6 Limit pyang and xym to current major version; there's a possibility of new API-incompatible versions with semantic versioned numbers appearing.
- Legacy-Id: 13779
2017-07-06 13:56:11 +00:00
Henrik Levkowetz 7e1b09410c Upgraded xym to 0.4.2, with related changes in method calls.
- Legacy-Id: 13741
2017-06-30 15:59:40 +00:00
Henrik Levkowetz 3b7f320c29 Removed the copy of xym copied directly from repository -- the method call we use is too unstable at the moment. Now requiring xym=='0.4'.
- Legacy-Id: 13723
2017-06-28 11:53:09 +00:00
Henrik Levkowetz 0d82d6b5c4 Updated requirements. We need xym installed in order to get its version in update_external_command_info.
- Legacy-Id: 13655
2017-06-16 14:27:48 +00:00
Henrik Levkowetz 4fc2c6f960 Merged in ^/personal/henrik/6.54.2-yang@13630:
Added a new yang checker, 'yanglint', to the existing Yang checker class, in
addition to the existing 'pyang' checker.

Added modal overlay displays showing the yang check results every place the
yin/yang symbol is shown (red or green) to indicate the presencee and result
of yang checks.  Added a Yang Validation: line in the document
meta-information section on the document's page in the datatracker.

Added the result of the xym extaction to the yang check results, to make
extration failures visible.

Added the version of the used xym, pyang, and yanglint commands to the check
results.

Added an action to move successfully extracted and validated modules to the
module library directories immediately on submission.

Added the xym and pyang repositories as svn:external components, rather than
listing them in requirements.txt, as there has been delays of many months
between essential features in the repositories, and an actual release.  We may
get occasional buildbot failures if broken code is pulled in from the
repository, but better that than the functionality failure of severely
outdated componets.

Added a new management command to re-run yang validation for active drafts for
which yang modules were found at submission time, in order to pick up imported
models which may have arrived in the model libraries after the draft's
submission.  Run daily from bin/daily.

Added a table to hold version information for external commands.  The yang
checker output should include the version information of the used checkers,
but seems unnecessary to run each command with its --version switch every
time we check a module...

Added a new management command to collect version information for external
commands on demand.  To be run daily from bin/daily.

Added tests to verify that xym, pyang and yanglint information is available
on the submission confirmation page, and updated the yang module contained in
the test document to validate under both pyang and yanglint.

Updated admin.py and resource.py files as needed.
 - Legacy-Id: 13634
2017-06-15 20:16:48 +00:00
Henrik Levkowetz 7205512362 Removed pyang and xym from requirements.txt, as they are now handled with svn:externals.
- Legacy-Id: 13631
2017-06-15 16:11:32 +00:00
Henrik Levkowetz d98054c103 Added a new yang checker, 'yanglint', to the existing Yang checker class, in
addition to the existing 'pyang' checker.

Added modal overlay displays showing the yang check results every place the
yin/yang symbol is shown (red or green) to indicate the presencee and result
of yang checks.  Added a Yang Validation: line in the document
meta-information section on the document's page in the datatracker.

Added the result of the xym extaction to the yang check results, to make
extration failures visible.

Added the version of the used xym, pyang, and yanglint commands to the check
results.

Added an action to move successfully extracted and validated modules to the
module library directories immediately on submission.

Added the xym and pyang repositories as svn:external components, rather than
listing them in requirements.txt, as there has been delays of many months
between essential features in the repositories, and an actual release.  We may
get occasional buildbot failures if broken code is pulled in from the
repository, but better that than the functionality failure of severely
outdated componets.

Added a new management command to re-run yang validation for active drafts for
which yang modules were found at submission time, in order to pick up imported
models which may have arrived in the model libraries after the draft's
submission.  Run daily from bin/daily.

Added a table to hold version information for external commands.  The yang
checker output should include the version information of the used checkers,
but seems unnecessary to run each command with its --version switch every
time we check a module...

Added a new management command to collect version information for external
commands on demand.  To be run daily from bin/daily.

Added tests to verify that xym, pyang and yanglint information is available
on the submission confirmation page, and updated the yang module contained in
the test document to validate under both pyang and yanglint.

Updated admin.py and resource.py files as needed.
 - Legacy-Id: 13630
2017-06-15 16:09:28 +00:00
Henrik Levkowetz d3decdcb61 Merged in [13485] from rcross@amsl.com:
Add import of YouTube session videos using YouTube Data API.  Fixes #2249.
 - Legacy-Id: 13509
Note: SVN reference [13485] has been migrated to Git commit 7ee2a16967
2017-06-03 23:58:05 +00:00
Ryan Cross 7ee2a16967 Add import of YouTube session videos using YouTube Data API. Fixes #2249. Commit ready for merge.
- Legacy-Id: 13485
2017-06-01 18:36:46 +00:00
Henrik Levkowetz 0fdaf2c9dc xml2rfc 2.6.0 does not have parser parameters which are compatible with our usage. Will be fixed in 2.6.1. Disallow 2.6.0.
- Legacy-Id: 13483
2017-06-01 17:28:16 +00:00
Henrik Levkowetz 1fa17b4913 Added tblib, needed to run parallel tests.
- Legacy-Id: 13169
2017-03-29 16:44:57 +00:00
Henrik Levkowetz 0801c932be Require bleach<2.0.0. Bleach 2 requires html5lib 1.x, which requires a rewrite of ietf.utils.html.
- Legacy-Id: 12995
2017-03-11 15:34:09 +00:00
Henrik Levkowetz 1b8ae422d0 Added argon2 password hasher libs to requirements.
- Legacy-Id: 12826
2017-02-12 17:10:37 +00:00
Henrik Levkowetz aa5e61d958 Updated all urlpatterns to use ietf.utils.urls.url() instead of django's,
in order to autogenerate dotted path url pattern names.  Updated a number
of url reverses to use dotted path, and removed explicit url pattern names
as needed.

Changed some imports to prevent import of ietf.urls before django
initialization was complete.


Changed 3 cases of form classes being curried to functions; django 1.10
didn't accept that.

Started converting old-style middleware classes to new-style middleware
functions (incomplete).

Tweaked a nomcom decorator to preserve function names and attributes, like
a good decorator should.

Replaced the removed django templatetag 'removetags' with our own version
which uses bleach, and does sanitizing in addition to removing explicitly
mentionied html tags.

Rewrote the filename argument handling in a management command which had
broken with the upgrade.
 - Legacy-Id: 12818
2017-02-11 14:43:01 +00:00
Henrik Levkowetz 2b4f4b0302 Merged django-1.10 work forward to 6.43.0
- Legacy-Id: 12812
2017-02-10 11:05:43 +00:00
Henrik Levkowetz d4d86579d2 Changed the required version for tastypie, to avoid deprecation messages with Django 1.9.
- Legacy-Id: 12802
2017-02-10 10:38:22 +00:00
Henrik Levkowetz e1bd75bcc7 Added django-bcrypt (for bcrypt password hashing) and django-password-strength (for browser-side zxcvbn password strength estimation) to the requirements.
- Legacy-Id: 12794
2017-02-09 16:49:46 +00:00
Henrik Levkowetz db1cc15f1f Undid last commit
- Legacy-Id: 12792
2017-02-08 18:03:29 +00:00
Henrik Levkowetz 15628c698f Tweaked the IPR Details page to show the possible a), b), and c) choices under section 'V' when licensing declaration to be provided later has been chosen.
- Legacy-Id: 12791
2017-02-08 18:02:03 +00:00
Henrik Levkowetz 8d8d58b437 Updated requirements. A package which factory-boy before 2.8.1 dependend on has changed name and may not be installable from earlier factory-boy release dependencies.
- Legacy-Id: 12781
2017-02-02 12:34:36 +00:00
Henrik Levkowetz 8bfa9a33b0 Updated requirements to Django 1.10
- Legacy-Id: 12778
2017-02-01 18:18:48 +00:00
Henrik Levkowetz 7e54d965e9 With Django at 1.9, a new lower limit was needed for django-bootstrap3 in requirements.txt.
- Legacy-Id: 12768
2017-02-01 01:38:14 +00:00
Henrik Levkowetz 6759dd6496 Django 1.9: Changes merged forward from previous datatracker django-1.9 branch.
- Legacy-Id: 12619
2016-12-22 17:24:45 +00:00
Henrik Levkowetz eb167bc393 Removed the explicit import of Faker, as factory-boy has now been updated to refer to it by that name.
- Legacy-Id: 12585
2016-12-19 14:28:38 +00:00
Henrik Levkowetz 1620a14c86 Require Django 1.9 instead of 1.8
- Legacy-Id: 12579
2016-12-19 13:50:37 +00:00
Henrik Levkowetz 03d90163a5 Merged django-1.8 work forward to copy of 6.39.1
- Legacy-Id: 12504
2016-12-10 19:32:46 +00:00
Henrik Levkowetz e4ce339235 Merged in [12461] from rjsparks@nostrum.com:
Added migration to fetch text from reviews in the mail archives and populate the review documents. Fixes #2064.  Will patch into production.
 - Legacy-Id: 12463
Note: SVN reference [12461] has been migrated to Git commit 63a9599bafdcacf49f1bb374b2156d8473da93d1
2016-12-05 21:03:49 +00:00
Henrik Levkowetz 0bb7854591 Merged django18 work forward to 6.39
- Legacy-Id: 12449
2016-12-05 14:01:25 +00:00
Henrik Levkowetz b7b7eb040c Changed the minimum version for Faker to one that actually exists and can be installed by the Verify Minimum buildbot test.
- Legacy-Id: 12418
2016-11-29 13:12:21 +00:00
Henrik Levkowetz 92604e661d Explicitly install Faker -- the fake-factory alias will go away December 15th, according to pypi.python.org.
- Legacy-Id: 12410
2016-11-28 21:45:12 +00:00
Henrik Levkowetz 2e02e91781 Excluded requests 2.12.* as it has an incompatibility issue with urllib3.
- Legacy-Id: 12390
2016-11-21 17:29:46 +00:00
Henrik Levkowetz 4af0c0244b Trac 1.2 doesn't work the same way with configured repositories -- require Trac<1.2
- Legacy-Id: 12274
2016-11-07 17:14:15 +00:00
Henrik Levkowetz 425e84c37e Pip 9.0.1 does not obey requirements which lead to downgrading an installed package. Useless for our purpose. Requiring pip<9.0 in requirements.txt .
- Legacy-Id: 12271
2016-11-07 12:45:18 +00:00
Henrik Levkowetz f690333ea3 Formtools has been moved from django.contrib to an external package. Add it to requirements.
- Legacy-Id: 12260
2016-11-03 20:50:10 +00:00
Henrik Levkowetz 1813fa8aa7 Changed requirements to the latest Django 1.8 release.
- Legacy-Id: 12250
2016-11-03 20:05:14 +00:00
Henrik Levkowetz 1c5fb1366a Added sqlparse to requirements.
- Legacy-Id: 12227
2016-10-28 17:34:36 +00:00
Henrik Levkowetz a2c8fa0178 Added a Document.pub_date() method which returns the RFC publication datetime or other documents' new-revision datetime. Changed the generated bibtex entries to use pub_date(). Added tests for bibtext entries. Added 'bibtexparser' to requirements.txt. Fixes issue #2032.
- Legacy-Id: 12212
2016-10-25 18:07:48 +00:00
Henrik Levkowetz bc6ce2499f Increased the minimum version of pip to 6.1.1 -- 6.0 doesn't seem to deal well with virtualenv with --system-site-packages.
- Legacy-Id: 12193
2016-10-20 22:31:39 +00:00
Henrik Levkowetz ba5c17ecfd Merged in a management command which provides glue code for creation and maintenance of Trac issue tracker and wiki installations per group. New groups of type wg, rg, and area will autmatically receive a Trac instance.
- Legacy-Id: 12182
2016-10-19 18:08:05 +00:00
Henrik Levkowetz 0ec28534c9 Added Trac to the pip requirements file.
- Legacy-Id: 12173
2016-10-18 19:30:54 +00:00
Henrik Levkowetz 1a92efb77e Merged in ^/branch/proceedings/6.33.1.dev0@12141 from rcross@amsl.com:
Added meeting proceedings introduction pages: Progress Report and Attendees.  Added a data migration to provide proceedings introduction information for IETF 95 and 96.
 - Legacy-Id: 12150
2016-10-14 15:48:10 +00:00
Henrik Levkowetz c311424664 PyQuery 1.2.14 fails on some selectors we use (in particular, line 1370 (action = ...) in submit.tests.do_submission_email() fails).
- Legacy-Id: 12114
2016-10-11 10:11:02 +00:00
Ryan Cross c3d4cc1aea Add meeting proceedings introduction pages: Progress Report and Attendees. Commit ready for merge.
- Legacy-Id: 12111
2016-10-10 21:21:02 +00:00
Mike Douglass fa3a34389e Merge forward to 6.31.1.dev0
- Legacy-Id: 11899
2016-08-31 03:00:10 +00:00
Henrik Levkowetz bc832819bb Minimum version required fix
- Legacy-Id: 11705
2016-07-18 10:49:32 +00:00
Henrik Levkowetz 0d8ecbc090 Prevent installation of incompatible html5lib versions. Specify setuptools 18.5 to avoid later problems when downgrading to minimum required versions, then upgrading again.
- Legacy-Id: 11670
2016-07-16 12:40:27 +00:00
Henrik Levkowetz 934a3f5a52 Updated the version requirement for pyquery.
- Legacy-Id: 11653
2016-07-13 20:09:15 +00:00
Henrik Levkowetz d01d3c2912 Added a check for the phantomjs binary to the skip-selenium tests in ietf/meeting/tests_js.py, in order to be able to add selenium to requirements.txt. This will make the selenium tests run if phantomjs is available on the system, without manually having to install the selenium module. This should make the buildbot run the selenium tests, too.
- Legacy-Id: 11456
2016-06-22 13:46:48 +00:00
Henrik Levkowetz f7ea6a3376 Updated the required factory-boy version. The factory.Trait used in person.factories requires 2.7.0.
- Legacy-Id: 11317
2016-06-10 20:06:18 +00:00
Henrik Levkowetz 9e382bb711 Added support for reStructuredText markup in bios.
- Legacy-Id: 11284
2016-06-06 16:29:25 +00:00
Henrik Levkowetz c5d2a67d66 Updated requirements.txt to include Pillow (Python Imaging Lib wrapper). Requires libjpeg on system; libjpeg8-dev added to Docker file.
- Legacy-Id: 11260
2016-06-01 16:39:41 +00:00
Henrik Levkowetz db3a3c3081 Added (belatedly) progress bars to some long-running migrations.
- Legacy-Id: 11025
2016-03-29 19:57:24 +00:00
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