log

age author description
Sun, 12 Mar 2023 23:51:03 -0400 John Rouillard Add test for misc functions; addl. testing
Sun, 12 Mar 2023 23:48:15 -0400 John Rouillard Commit https://github.com/roundup-tracker/roundup/pull/8
Sun, 12 Mar 2023 22:15:44 -0400 John Rouillard flake8 fixes
Sun, 12 Mar 2023 22:02:37 -0400 John Rouillard more tests for password.py
Sun, 12 Mar 2023 21:21:18 -0400 John Rouillard renname test to test_pbkdf2_unpack_errors
Sun, 12 Mar 2023 21:19:51 -0400 John Rouillard Test pbkdf2_unpack error conditions
Sun, 12 Mar 2023 20:28:53 -0400 John Rouillard Refeactor PBKDF2 and PBKDF2S5 to reuse code; fix python password.py
Mon, 06 Mar 2023 22:30:41 -0500 John Rouillard fix typo
Sun, 05 Mar 2023 23:34:00 -0500 John Rouillard upgrade coveralls from 1.2.0 to 1.2.4
Sat, 04 Mar 2023 17:05:51 -0500 John Rouillard Add label explanation; Upgrade jquery in devel/responsive templates
Sat, 04 Mar 2023 16:56:42 -0500 John Rouillard Update the version string.
Sat, 04 Mar 2023 15:17:50 -0500 John Rouillard Record jquery update.
Sat, 04 Mar 2023 15:01:33 -0500 John Rouillard Upgrade from jquery-3.5.1 to jquery-3.6.3
Sat, 04 Mar 2023 14:52:46 -0500 John Rouillard Finish adding anyonymous Register role in devel/responsive templates
Sat, 04 Mar 2023 11:51:45 -0500 John Rouillard Add config argument for one more call
Sat, 04 Mar 2023 00:17:26 -0500 John Rouillard Add config argument to more password.Password invocations.
Fri, 03 Mar 2023 18:18:26 -0500 John Rouillard Pass config argument to Password calls in demo.
Fri, 03 Mar 2023 17:37:44 -0500 John Rouillard Implement password hash testing using new roundup-admin perftest.
Fri, 03 Mar 2023 14:31:29 -0500 John Rouillard Doc migrate reports final schema version.
Fri, 03 Mar 2023 14:30:10 -0500 John Rouillard Report schema version as part of migrate command.
Thu, 02 Mar 2023 17:01:39 -0500 John Rouillard Test self.db.db_version_updated in schema upgrade paths
Wed, 01 Mar 2023 13:04:54 -0500 John Rouillard Fix for python2. m[0] -> m.group(0)
Wed, 01 Mar 2023 12:56:36 -0500 John Rouillard Add missing space in message; add tests; update .po
Wed, 01 Mar 2023 10:51:37 -0500 John Rouillard auto update 'password_pbkdf2_default_rounds' "
Wed, 01 Mar 2023 10:43:54 -0500 John Rouillard Sort potest by number of translated messages.
Tue, 28 Feb 2023 15:49:47 -0500 John Rouillard issue2551253 - Modify password PBKDF2 method to use SHA512
Mon, 27 Feb 2023 12:17:11 -0500 John Rouillard disable gpg for 2.7 https://issues.roundup-tracker.org/issue2551267 no-github-ci
Mon, 27 Feb 2023 11:46:28 -0500 John Rouillard see if setuptools is at version > 66 when gpgme would be compiled.
Mon, 27 Feb 2023 09:06:48 -0500 John Rouillard python-gpg does not exist for python2 on ubuntu focal
Mon, 27 Feb 2023 02:17:12 -0500 John Rouillard Change back to original directory; no-github-ci
Mon, 27 Feb 2023 02:09:15 -0500 John Rouillard Try system packaged libgpgme-dev to allow pip install gpg; no-github-ci
Mon, 27 Feb 2023 01:43:50 -0500 John Rouillard Try system packaged python*gpg; comnent out build; no-github-ci
Mon, 27 Feb 2023 01:36:09 -0500 John Rouillard Prevent github actions from running if commit includes 'no-github-ci'
Mon, 27 Feb 2023 01:29:02 -0500 John Rouillard fix version number.
Mon, 27 Feb 2023 01:10:00 -0500 John Rouillard see if upgrade to 1.18 fixes gpgme build failure.
Mon, 27 Feb 2023 00:52:16 -0500 John Rouillard use redis rather than redis-server
Mon, 27 Feb 2023 00:38:22 -0500 John Rouillard pin setuptools in pip not apt geesh....
Mon, 27 Feb 2023 00:30:37 -0500 John Rouillard pinning setuptools < 66 to try to get gpgme to build.
Mon, 27 Feb 2023 00:04:36 -0500 John Rouillard Remove distro-info package to try to get travisci working again
Sun, 26 Feb 2023 23:40:57 -0500 John Rouillard upgrade coveralls github action https://github.com/roundup-tracker/roundup/pull/5
Sun, 26 Feb 2023 23:39:27 -0500 John Rouillard upgrade codeql-actions to 2.2.5. https://github.com/roundup-tracker/roundup/pull/6
Sun, 26 Feb 2023 23:38:06 -0500 John Rouillard Make in file tests work again. Also allow manual testing without overriding PBKDF rounds
Sun, 26 Feb 2023 16:17:37 -0500 John Rouillard Fix round check/settings in needs_migration
Sun, 26 Feb 2023 15:38:49 -0500 John Rouillard Production PBKDF rounds back to 2M, test 1k; fix empty_form (python2)
Sun, 26 Feb 2023 13:34:14 -0500 John Rouillard Add testing interactive mode to roundup_admin. remove redundant imports
Sun, 26 Feb 2023 12:30:32 -0500 John Rouillard Fix missed roundup.token import.
Sun, 26 Feb 2023 12:01:53 -0500 John Rouillard revert increase in PBKDF2 rounds to get baseline perf.
Sun, 26 Feb 2023 12:01:09 -0500 John Rouillard Add comment. lookup on a username doesn't return retired users.
Sun, 26 Feb 2023 12:00:35 -0500 John Rouillard unshadow stdlib token from roundup's token.
Sun, 26 Feb 2023 11:06:04 -0500 John Rouillard Move imports to top of file out of test code path.
Sun, 26 Feb 2023 10:42:15 -0500 John Rouillard chore: flake8 whitespace fixes
Sun, 26 Feb 2023 10:40:25 -0500 John Rouillard chore: flake8 whitespace fixes
Sun, 26 Feb 2023 10:36:36 -0500 John Rouillard chore: flake8 fix multiple imports on one line
Sun, 26 Feb 2023 10:34:56 -0500 John Rouillard chore: flake8 formatting fixes
Sun, 26 Feb 2023 10:34:07 -0500 John Rouillard chore: flake8 formatting fixes
Sat, 25 Feb 2023 18:05:05 -0500 John Rouillard add duration reporting for python2 as well.
Sat, 25 Feb 2023 17:14:18 -0500 John Rouillard Setting PBKDF2 rounds to 1000 for testing
Sat, 25 Feb 2023 17:11:13 -0500 John Rouillard Add --durations=20 for detecting perf changes.
Sat, 25 Feb 2023 17:07:38 -0500 John Rouillard Remove unneded import.
Sat, 25 Feb 2023 14:50:34 -0500 John Rouillard Modify code to reduce runtime when testing

Roundup Issue Tracker: http://roundup-tracker.org/