Henrik Levkowetz
|
b54e033474
|
Fixed an error in the handling of long draft names extracted from xml source.
- Legacy-Id: 16363
|
2019-07-03 19:56:04 +00:00 |
|
Henrik Levkowetz
|
4595a96496
|
Updated release-coverage
- Legacy-Id: 16362
|
2019-07-03 19:53:33 +00:00 |
|
Henrik Levkowetz
|
36ab726922
|
Code coverage data for release 6.98.2
- Legacy-Id: 16361
|
2019-07-03 12:20:00 +00:00 |
|
Henrik Levkowetz
|
6b6291be13
|
Updated release-coverage
- Legacy-Id: 16360
|
2019-07-03 11:43:43 +00:00 |
|
Ryan Cross
|
b41aef6e5a
|
Fix registration import, use user.person if it exists. Commit ready for merge
- Legacy-Id: 16359
|
2019-07-02 17:24:41 +00:00 |
|
Henrik Levkowetz
|
fb8d12ac3c
|
Fixed a pyflakes issue.
- Legacy-Id: 16358
|
2019-07-01 19:27:08 +00:00 |
|
Henrik Levkowetz
|
8c66e95a57
|
Test changes to match production group type changes for some special groups.
- Legacy-Id: 16357
|
2019-07-01 18:30:59 +00:00 |
|
Henrik Levkowetz
|
310741f2a2
|
Changes to make the bin/daily cron script quiteter.
- Legacy-Id: 16356
|
2019-07-01 18:30:00 +00:00 |
|
Henrik Levkowetz
|
c8e75c554a
|
Various changes to make yang-related management commands quieter
- Legacy-Id: 16355
|
2019-07-01 18:29:03 +00:00 |
|
Henrik Levkowetz
|
f5e9583f59
|
Fixed str/bytes issues with hashlib function arguments.
- Legacy-Id: 16354
|
2019-07-01 14:09:53 +00:00 |
|
Henrik Levkowetz
|
f5ae2541ad
|
Replaced multiple asserts with assertContains().
- Legacy-Id: 16353
|
2019-07-01 14:09:12 +00:00 |
|
Henrik Levkowetz
|
f13887de7c
|
Removed superfluous iter() and fixed instances where sorted() had to compare None and int.
- Legacy-Id: 16352
|
2019-07-01 14:07:21 +00:00 |
|
Henrik Levkowetz
|
942fc7f907
|
Fixed a bad call argument to FeedbackFactory
- Legacy-Id: 16351
|
2019-07-01 12:01:02 +00:00 |
|
Henrik Levkowetz
|
1e115539c4
|
The previous nomcom.fields.EncryptedTextField relied on initial cleartext content having the same type as ciphertext. Under Python3, that's not the case (ciphertext has type bytes). Rewrote the nomcom app and tests to handle capture of comments and encryption to the Feedback.comments ciphertext differently.
- Legacy-Id: 16350
|
2019-07-01 11:59:59 +00:00 |
|
Henrik Levkowetz
|
f76d8bf776
|
Replaced multiple asserts with assertContains().
- Legacy-Id: 16349
|
2019-07-01 11:53:46 +00:00 |
|
Henrik Levkowetz
|
f1172b5647
|
Replaced multiple asserts with assertContains().
- Legacy-Id: 16348
|
2019-07-01 11:47:36 +00:00 |
|
Henrik Levkowetz
|
a73e84a84c
|
Removed
- Legacy-Id: 16347
|
2019-07-01 11:46:40 +00:00 |
|
Henrik Levkowetz
|
97a555936d
|
Changed a large number of test assertions to use assertContains() and removed separate, now unnecessary,status_code checks. Also changed many assertTrue(... in ...) to use assertIn().
- Legacy-Id: 16346
|
2019-06-30 21:03:34 +00:00 |
|
Henrik Levkowetz
|
20c44a9e1a
|
Adapted the pipe() code to python3; API changes and str/byte handling.
- Legacy-Id: 16345
|
2019-06-30 21:01:44 +00:00 |
|
Henrik Levkowetz
|
aad1d0f1e5
|
Fixed another str/bytes issue.
- Legacy-Id: 16344
|
2019-06-30 21:00:38 +00:00 |
|
Henrik Levkowetz
|
ff6997df2b
|
Fixed a case of indeterminate ordering.
- Legacy-Id: 16343
|
2019-06-30 20:58:26 +00:00 |
|
Henrik Levkowetz
|
8b52899459
|
Fixed some additional str/bytes issues.
- Legacy-Id: 16342
|
2019-06-30 20:56:56 +00:00 |
|
Henrik Levkowetz
|
36cac48063
|
Fixed a bunch of str/bytes issues.
- Legacy-Id: 16341
|
2019-06-30 20:54:09 +00:00 |
|
Henrik Levkowetz
|
8573cd9232
|
Removed local copy of form_utils
- Legacy-Id: 16340
|
2019-06-30 20:47:26 +00:00 |
|
Henrik Levkowetz
|
a204081a67
|
Added a requirement on django-form-utils
- Legacy-Id: 16339
|
2019-06-30 20:46:30 +00:00 |
|
Henrik Levkowetz
|
05f275a3af
|
Changed instances of json.loads(r.content) to r.json(). Changed some instances of assert* to assertContains.
- Legacy-Id: 16338
|
2019-06-30 20:44:45 +00:00 |
|
Henrik Levkowetz
|
4b080c8042
|
Added a simple functional test for hash_list_message_id()
- Legacy-Id: 16337
|
2019-06-30 17:55:54 +00:00 |
|
Henrik Levkowetz
|
15e74e89cb
|
Converted instances of assertTrue(text in response.content) to the recommended assertContains(response, text), and similar for assertFalse(... in ...)
- Legacy-Id: 16336
|
2019-06-29 13:43:31 +00:00 |
|
Henrik Levkowetz
|
42c620f4ae
|
Fixed search result ordering where we had comparisons between int and str, which is disallowed in py3.
- Legacy-Id: 16335
|
2019-06-29 13:32:44 +00:00 |
|
Henrik Levkowetz
|
70c00950b6
|
Fixed several email handling str/bytes issues.
- Legacy-Id: 16334
|
2019-06-29 13:30:36 +00:00 |
|
Henrik Levkowetz
|
2b1f238204
|
Changed regex strings to raw strings and fixed a sort comparison int/str issue.
- Legacy-Id: 16333
|
2019-06-29 13:29:13 +00:00 |
|
Henrik Levkowetz
|
e27a06c0b8
|
Added a warnings filter for deprecated library code.
- Legacy-Id: 16332
|
2019-06-29 13:25:30 +00:00 |
|
Henrik Levkowetz
|
a70c6d478b
|
A fix for an issue in get_meeting_registration_data() which could happen if we tried to create a Person record for with a user of an existing Person.
- Legacy-Id: 16331
|
2019-06-29 00:02:30 +00:00 |
|
Henrik Levkowetz
|
484dcece5f
|
Changed all model __unicode__() methods to __str__()
- Legacy-Id: 16330
|
2019-06-28 21:07:08 +00:00 |
|
Henrik Levkowetz
|
ea109f2b1b
|
Fixed API changes in SMTPChannel
- Legacy-Id: 16329
|
2019-06-28 20:52:15 +00:00 |
|
Henrik Levkowetz
|
1e86ccb4ee
|
Builtin function file() --> open()
- Legacy-Id: 16328
|
2019-06-28 20:51:13 +00:00 |
|
Henrik Levkowetz
|
9decae5e7e
|
Fixed changed object attributes for UUID objets.
- Legacy-Id: 16327
|
2019-06-28 20:49:03 +00:00 |
|
Henrik Levkowetz
|
5e4146cb58
|
Fixed a bytes/str issue in a patch library call.
- Legacy-Id: 16326
|
2019-06-28 20:47:36 +00:00 |
|
Henrik Levkowetz
|
92350834c7
|
Give hashlib.md5() bytes instead of str.
- Legacy-Id: 16325
|
2019-06-28 20:20:18 +00:00 |
|
Henrik Levkowetz
|
a50e3dddc7
|
Added two submission work item to PLAN
- Legacy-Id: 16324
|
2019-06-28 17:15:46 +00:00 |
|
Henrik Levkowetz
|
7be0ebbc8e
|
Updated fixture
- Legacy-Id: 16323
|
2019-06-28 17:15:09 +00:00 |
|
Henrik Levkowetz
|
e66c0243d5
|
Updated PersonalApiKey models with correct python3 unicode/bytes handling.
- Legacy-Id: 16322
|
2019-06-28 13:35:37 +00:00 |
|
Henrik Levkowetz
|
d40a5ac5ac
|
Removed some regex unicode flags.
- Legacy-Id: 16321
|
2019-06-28 13:33:38 +00:00 |
|
Henrik Levkowetz
|
318bd0d5ea
|
Changed regex strings to r strings.
- Legacy-Id: 16320
|
2019-06-28 13:32:50 +00:00 |
|
Henrik Levkowetz
|
bafcc55d05
|
Removed anora from installed apps, and changed PEM key to bytes instead of str.
- Legacy-Id: 16319
|
2019-06-28 13:30:18 +00:00 |
|
Henrik Levkowetz
|
d8ac01dd42
|
Removed anora from installed apps, and changed PEM key to bytes instead of str.
- Legacy-Id: 16318
|
2019-06-28 13:29:56 +00:00 |
|
Henrik Levkowetz
|
d0f1018734
|
Tweaked the debug.type() display.
- Legacy-Id: 16317
|
2019-06-28 13:23:32 +00:00 |
|
Henrik Levkowetz
|
2ba686193a
|
Use print function
- Legacy-Id: 16316
|
2019-06-28 12:47:16 +00:00 |
|
Henrik Levkowetz
|
e39ac52071
|
Removed 2to3-generated list() around .items() iterator in for loops.
- Legacy-Id: 16315
|
2019-06-27 18:11:17 +00:00 |
|
Henrik Levkowetz
|
2fdaa7f9c4
|
Changed sort() argument to use key=
- Legacy-Id: 16314
|
2019-06-27 18:10:13 +00:00 |
|