Henrik Levkowetz
4488fd82a4
Merged in [14467] from housley@vigilsec.com:
...
Close any previous ballots when a charter goes to Internal Review or Extrernal Review. Fixes #2421 .
- Legacy-Id: 14470
Note: SVN reference [14467] has been migrated to Git commit de6121c6c1
2017-12-29 13:40:10 +00:00
Henrik Levkowetz
9f806c19ec
Merged in [14466] from rjsparks@nostrum.com:
...
Include information about previous team reviews in assignement emails. Fixes #2392 .
- Legacy-Id: 14469
Note: SVN reference [14466] has been migrated to Git commit 0a9737a5d2
2017-12-29 12:48:34 +00:00
Russ Housley
de6121c6c1
Close any previous ballots when a charter goes to Internal Review or Extrernal Review. Fixes #2421 .
...
- Legacy-Id: 14467
2017-12-28 20:09:56 +00:00
Robert Sparks
0a9737a5d2
Include information about previous team reviews in assignement emails. Fixes #2392 . Commit ready for merge.
...
- Legacy-Id: 14466
2017-12-26 22:13:13 +00:00
Henrik Levkowetz
a26296d6d5
Set version info and settings back to development mode
...
- Legacy-Id: 14463
2017-12-23 21:53:37 +00:00
Henrik Levkowetz
14bdb2c4d1
Set version info to release version 6.68.1 before branching.
...
- Legacy-Id: 14461
2017-12-23 21:53:24 +00:00
Henrik Levkowetz
5f582e5e99
Changelog entry for 6.68.1
...
- Legacy-Id: 14460
2017-12-23 21:53:17 +00:00
Henrik Levkowetz
45ca565a38
Code coverage data for release 6.68.1
...
- Legacy-Id: 14459
2017-12-23 21:53:04 +00:00
Henrik Levkowetz
ee33b6026b
Tweaked the query filter for 'latest' meetings in the fetch_meeting_attendance management command to deal with future meetings beyond the current meeting.
...
- Legacy-Id: 14458
2017-12-22 19:56:55 +00:00
Henrik Levkowetz
b12bb3ca3c
Guard document replacement following methods against infinite recursion on circular relationships.
...
- Legacy-Id: 14457
2017-12-22 19:28:59 +00:00
Henrik Levkowetz
01af0af2c1
Enhanced doc event notification emails with who and when. Fixes issue #2428 .
...
- Legacy-Id: 14448
2017-12-19 16:04:32 +00:00
Henrik Levkowetz
29a0c8a47f
Added a data migration to create yang catalog links for yang documents published before the yang catalog link feature was introduced in the datatracker.
...
- Legacy-Id: 14447
2017-12-19 15:08:33 +00:00
Henrik Levkowetz
7d7b7de54f
Fixed an ungarded object attribute access.
...
- Legacy-Id: 14446
2017-12-19 14:38:02 +00:00
Henrik Levkowetz
8d91f8d06b
Updated the API notes page.
...
- Legacy-Id: 14445
2017-12-19 14:11:26 +00:00
Henrik Levkowetz
e1fa3ba381
Limited the iesg ballot position API to ADs (excluding secretariat).
...
- Legacy-Id: 14444
2017-12-19 14:10:43 +00:00
Henrik Levkowetz
008eaf7fda
Modified the run_yang_model_checks management command to accept document aliases on the command line.
...
- Legacy-Id: 14443
2017-12-19 14:09:40 +00:00
Henrik Levkowetz
ff5480b5fb
Reverted an inadvertently included patch version.
...
- Legacy-Id: 14442
2017-12-19 14:07:57 +00:00
Henrik Levkowetz
960787aef8
Fixed some reStructuredText issues in the changelog
...
- Legacy-Id: 14441
2017-12-19 14:07:12 +00:00
Henrik Levkowetz
05f2977144
Set version info and settings back to development mode
...
- Legacy-Id: 14439
2017-12-18 17:59:00 +00:00
Henrik Levkowetz
5fdcb1106d
Set version info to release version 6.68.0 before branching.
...
- Legacy-Id: 14437
2017-12-18 17:58:52 +00:00
Henrik Levkowetz
c4ee8f9d19
Changelog entry for 6.68.0
...
- Legacy-Id: 14436
2017-12-18 17:58:46 +00:00
Henrik Levkowetz
c4e2d75f7d
Code coverage data for release 6.68.0
...
- Legacy-Id: 14435
2017-12-18 17:58:40 +00:00
Henrik Levkowetz
f28eacdd47
Tastypie cannot serialize binary fields. Exclude from PersonalApiKey resource.
...
- Legacy-Id: 14434
2017-12-18 17:57:48 +00:00
Henrik Levkowetz
789b88d25d
Adjusted the personalapikey migration.
...
- Legacy-Id: 14433
2017-12-18 17:56:46 +00:00
Henrik Levkowetz
308a3cdeb0
Updated bower-managed static web assets
...
- Legacy-Id: 14432
2017-12-18 17:26:46 +00:00
Henrik Levkowetz
5f54a4d547
Updated some svn:ignore lists.
...
- Legacy-Id: 14431
2017-12-18 17:25:00 +00:00
Henrik Levkowetz
6567e707ce
Merged in ^/personal/henrik/6.64.2-ballotapi@14426. This provides personal API keys and a ballot position API at /api/iesg/position. Also added an endpoint description at /api/.
...
- Legacy-Id: 14430
2017-12-17 23:43:44 +00:00
Henrik Levkowetz
a08c8dc76f
Added an API endpoint to support automation of IESG ballot position posting, at /api/iesg/position. Added tests for the API endpoint, and updated the apikey validation decorator tests. Tweaked the decorator to handle a weakness found during testing.
...
- Legacy-Id: 14429
2017-12-17 21:55:27 +00:00
Henrik Levkowetz
b0863c8963
Modified some names.
...
- Legacy-Id: 14428
2017-12-16 18:43:08 +00:00
Henrik Levkowetz
ec4e238185
Added some missing files.
...
- Legacy-Id: 14427
2017-12-16 18:39:26 +00:00
Henrik Levkowetz
e7209c6e50
Added a new personal event table to keep track of personal API key logins, and a management command to send out reports about activity to users with API keys. Added a weekly cronjob script to trigger weekly reports, and a monthly script for future use. Added a @require_api_key decorator to validate API keys for API key views and log in the API key owner. Modified the API key management urls to use create and disable rather than add and delete. Updated the API key list view. Added an API placeholder view function for ballot position setting, for test purposes. Added tests for the decorator and management command.
...
- Legacy-Id: 14426
2017-12-16 18:37:52 +00:00
Henrik Levkowetz
383b8b16b9
Corrected daily and hourly cron script descriptions.
...
- Legacy-Id: 14425
2017-12-16 18:27:06 +00:00
Henrik Levkowetz
f697d9ecb6
Merged in [14404] from rjsparks@nostrum.com:
...
Include an explicitly set Responsible ADs email addresses in generated aliases when a document has a group.
- Legacy-Id: 14424
Note: SVN reference [14404] has been migrated to Git commit e36cad65ed
2017-12-15 23:57:41 +00:00
Henrik Levkowetz
152261a869
Added new infrastructure for personal API keys, to generate, view, and delete them.
...
- Legacy-Id: 14423
2017-12-14 14:30:59 +00:00
Henrik Levkowetz
5d86b65170
Set version info and settings back to development mode
...
- Legacy-Id: 14417
2017-12-12 14:41:22 +00:00
Henrik Levkowetz
63d9a1741e
Set version info to release version 6.67.1 before branching.
...
- Legacy-Id: 14415
2017-12-12 14:41:00 +00:00
Henrik Levkowetz
13f4761e3c
Changelog entry for 6.67.1
...
- Legacy-Id: 14414
2017-12-12 14:40:52 +00:00
Henrik Levkowetz
ff999f8b91
Code coverage data for release 6.67.1
...
- Legacy-Id: 14413
2017-12-12 14:40:31 +00:00
Henrik Levkowetz
c5c4bde5e6
Dead code removal.
...
- Legacy-Id: 14412
2017-12-11 18:38:56 +00:00
Henrik Levkowetz
1f976da5c1
Third part of document read refactoring, after [14406] and [14410]. This replaces all usage of the non-unicode-aware get_document_content() function with unicode-aware Document.text() or Document.text_or_error() methods. This was triggered by yet another report of unicode content not being shown properly, and should fix all instances of document (drafts, agendas, minutes, etc.) display in the datatracker not handling unicode characters properly.
...
- Legacy-Id: 14411
Note: SVN reference [14406] has been migrated to Git commit 967ece7e7d
Note: SVN reference [14410] has been migrated to Git commit 660c81c272
2017-12-11 16:23:51 +00:00
Henrik Levkowetz
660c81c272
Tweaked the file content read refactoring in [14406] to try latin-1 conversion if unicode doesn't work.
...
- Legacy-Id: 14410
Note: SVN reference [14406] has been migrated to Git commit 967ece7e7d
2017-12-10 17:48:09 +00:00
Henrik Levkowetz
3f40d9c962
Applied a patch from kivinen@iki.fi to only show review completion date when the review is completed or part completed. Fixes issue #2423 .
...
- Legacy-Id: 14409
2017-12-09 21:54:56 +00:00
Henrik Levkowetz
892f12e537
Merged in [14403] from rjsparks@nostrum.com:
...
Fixed a typo in the milestones under review view. Added bootstrap panels. Fixes #2427 ,
- Legacy-Id: 14408
Note: SVN reference [14403] has been migrated to Git commit d415d8658c
2017-12-09 20:54:35 +00:00
Henrik Levkowetz
920a73a575
Fixed the formatting of a number of custom checks for the django check format, to be easier to read.
...
- Legacy-Id: 14407
2017-12-09 14:57:55 +00:00
Henrik Levkowetz
967ece7e7d
Started refactoring of reading text from document files (drafts, charters, etc.) in order to normalise on one way of doing this, and making that return unicode rather than undecoded bytes. This is the first step of two, in order to gauge the possible issues and report on discrepancies.
...
- Legacy-Id: 14406
2017-12-08 21:51:11 +00:00
Henrik Levkowetz
f2f21c4ef3
Improved cleaning of unidecode results in ascii name conversion.
...
- Legacy-Id: 14405
2017-12-08 12:36:23 +00:00
Robert Sparks
e36cad65ed
Include an explicitly set Responsible ADs email addresses in generated aliases when a document has a group. Commit ready for merge.
...
- Legacy-Id: 14404
2017-12-07 21:33:04 +00:00
Robert Sparks
d415d8658c
Fixed a typo in the milestones under review view. Added bootstrap panels. Fixes #2427 , Commit ready for merge.
...
- Legacy-Id: 14403
2017-12-07 21:12:56 +00:00
Henrik Levkowetz
3cd3c3526f
Tweaked the coverage_changes management comand output.
...
- Legacy-Id: 14402
2017-12-06 13:31:33 +00:00
Henrik Levkowetz
7e3fa71e35
Updated the IPR form update text.
...
- Legacy-Id: 14401
2017-12-05 18:37:45 +00:00