1
0
Fork 0

Commit Graph

  • 0ed2663f89 json noise master debian 2020-01-24 13:15:02 -0700
  • ec57d5b2bb ignore tmp files debian 2020-01-24 13:13:24 -0700
  • 7d083be068 ignore vim tmp debian 2020-01-24 13:12:37 -0700
  • 62fecb9034 update install notes debian 2020-01-24 13:12:08 -0700
  • 8fb90371a2 and move again... debian 2020-01-24 13:06:55 -0700
  • 2efc98ee91 eh mv back debian 2020-01-24 12:52:49 -0700
  • 969c9e8710 mv dir debian 2020-01-24 12:50:50 -0700
  • a337a6b027 crufty start/stop scripts debian 2020-01-12 16:13:12 -0700
  • f4a340f322 sass dep debian 2020-01-12 15:54:11 -0700
  • c8cb210f99 deps libjpeg-dev debian 2020-01-12 15:49:59 -0700
  • 7322218995 port, deps debian 2020-01-12 15:44:47 -0700
  • 2c81e998cb Move port debian 2020-01-12 15:44:37 -0700
  • ad357cd69f install notes debian 2020-01-12 15:34:34 -0700
  • 06309646d8 fork debian 2020-01-12 12:37:59 -0700
  • 9a4f75f09b Merge branch 'move-to-py3' into 'master' Alfredos-Panagiotis Damkalis 2020-01-10 21:29:44 +0000
  • 9bed67a4fd Migrate to Python 3 Fabian P. Schmidt 2020-01-08 22:01:10 +0100
  • 2e906cfe31 CI: Add py3-pytest job Fabian P. Schmidt 2020-01-03 01:35:25 +0100
  • 257c3c2b84 tox: Add py3-pytest Fabian P. Schmidt 2020-01-03 00:02:49 +0100
  • 71af874944 Update 'celery' and dependencies for Python 3.7+ support Fabian P. Schmidt 2020-01-03 00:29:25 +0100
  • 2370b7eeb9 Merge branch 'idea/python3' into 'master' Fabian P. Schmidt 2020-01-10 18:32:54 +0000
  • a205e874b9 Migrate to Python 3 Fabian P. Schmidt 2019-12-31 22:25:42 +0100
  • 1f2c1c6ace CI: Remove Python2 testing Fabian P. Schmidt 2020-01-08 22:01:10 +0100
  • 1c5fa9a7c1 CI: Add py3-pytest job Fabian P. Schmidt 2020-01-03 01:35:25 +0100
  • 64ddcb98c8 tox: Add py3-pytest Fabian P. Schmidt 2020-01-03 00:02:49 +0100
  • f8a1cbf324 Update 'celery' and dependencies for Python 3.7+ support Fabian P. Schmidt 2020-01-03 00:29:25 +0100
  • 0ccd0d43eb Merge branch 'migration-changes' into 'master' Alfredos-Panagiotis Damkalis 2020-01-10 18:08:57 +0000
  • a83a707de2 migrations: Replace bytes with string literals 1.26 Alfredos-Panagiotis Damkalis 2020-01-10 17:00:15 +0200
  • 0e6bb0733f Merge branch 'pr/improve_archive_audio' into 'master' Fabian P. Schmidt 2020-01-09 09:32:01 +0000
  • 4a04918736 Merge branch 'pr/improve_clean_obs' into 'master' Fabian P. Schmidt 2020-01-09 09:31:58 +0000
  • 1b21ec527b Merge branch 'fix_export_csv' into 'master' Alfredos-Panagiotis Damkalis 2020-01-08 23:14:13 +0000
  • 9bf43438d2 utils/export_as_csv: fix encoding for csv writer 1.25 Alfredos-Panagiotis Damkalis 2020-01-09 01:12:37 +0200
  • 79c75d7435 tasks/archive_audio: Except more general RequestException Fabian P. Schmidt 2020-01-02 22:19:47 +0100
  • 10d4add6ab tasks/clean_observations: Use celery map instead of interating all observations Fabian P. Schmidt 2020-01-04 20:02:58 +0100
  • 26d30389fd Merge branch 'pr/fix_E1101' into 'master' Fabian P. Schmidt 2020-01-08 17:26:09 +0000
  • a6de5b44f9 {api/views.py|base/models.py}: Disable false-positive no-member pylint errors (E1101) 1.24 Fabian P. Schmidt 2020-01-02 22:47:43 +0100
  • fae9bda675 Merge branch 'pr/fix_migrations' into 'master' Fabian P. Schmidt 2020-01-08 17:16:37 +0000
  • ec73abeaa7 migrations: Replace bytes with string literals Fabian P. Schmidt 2020-01-02 23:43:50 +0100
  • 2d4b67e932 Merge branch 'pr/fix_E0237' into 'master' Fabian P. Schmidt 2020-01-08 17:13:40 +0000
  • 04e6b05d32 Merge branch 'pr/fix_W0703' into 'master' Fabian P. Schmidt 2020-01-08 17:10:40 +0000
  • decc74766b Merge branch 'pr/fix_W0201' into 'master' Fabian P. Schmidt 2020-01-08 17:06:54 +0000
  • 2ca96040d3 Merge branch 'pr/fix_test_utils' into 'master' Fabian P. Schmidt 2020-01-08 17:06:43 +0000
  • e386eb658d Add comments for missing atttributes in ephem.Observer class slots (E0237) Fabian P. Schmidt 2020-01-02 22:15:32 +0100
  • 02eda83a84 utils/export_as_csv: Catch more-specific TypeError instead of broad Exception (W0703) Fabian P. Schmidt 2020-01-02 22:40:35 +0100
  • 4c9cd66661 models/Observation: Improve requests exception handling (W0703) Fabian P. Schmidt 2020-01-02 22:38:48 +0100
  • caa861b187 forms/BaseObservationFormSet: Add missing initialization of member variable (W0201) Fabian P. Schmidt 2020-01-02 21:39:46 +0100
  • d19368ee2b Merge branch 'pr/fix_W1308' into 'master' Fabian P. Schmidt 2020-01-08 17:00:48 +0000
  • fbabd125ad views/ObservationListView: Add missing initialization of member variable (W0201) Fabian P. Schmidt 2020-01-02 21:10:14 +0100
  • 86c6e6b63b api/serializers: Add missing inizialization (W0201) Fabian P. Schmidt 2020-01-02 21:08:17 +0100
  • 781097da40 test_utils: Add missing docstrings (C0111) Fabian P. Schmidt 2020-01-02 22:32:40 +0100
  • acb26329c5 test_utils: Locally disable redefined-outer-name pylint error (W0621) Fabian P. Schmidt 2020-01-02 20:33:02 +0100
  • 1212dd6cfd utils/community_get_discussion_details: Re-use existing formatstring argument (W1308) Fabian P. Schmidt 2019-12-31 22:20:03 +0100
  • 2eb37e2e11 Merge branch 'pr/pylint_renable' into 'master' Fabian P. Schmidt 2020-01-08 16:53:08 +0000
  • 7b421894d3 pylint: Re-Enable all non-failing python3 pylint checks Fabian P. Schmidt 2020-01-07 00:42:21 +0100
  • ecef9c219b Merge branch 'pr/fix_W0107' into 'master' Fabian P. Schmidt 2020-01-08 15:26:45 +0000
  • 7471f8567f Remove unncessary pass statements in empty classes with docstring (W0107) Fabian P. Schmidt 2020-01-02 22:06:31 +0100
  • f296df4ef6 Merge branch 'pr/fix_W0622' into 'master' Fabian P. Schmidt 2020-01-08 15:17:36 +0000
  • 903b264814 management/commands/fetch_data: Locally disable redefined-builtin pylint error (W0622) Fabian P. Schmidt 2020-01-02 21:52:46 +0100
  • 06afad785d Merge branch 'pr/fix_unicode_AntennaAdmin' into 'master' Fabian P. Schmidt 2020-01-08 15:05:37 +0000
  • 283b994a67 admin/AntennaAdmin: Replace __unicode__ by __str__ in list_display Fabian P. Schmidt 2020-01-02 20:18:02 +0100
  • 93ab27dd7d Merge branch 'pr/fix_W5102' into 'master' Fabian P. Schmidt 2020-01-08 14:45:53 +0000
  • 7443d76a2f users/models: Replace __unicode__ by __str__ (W5102) Fabian P. Schmidt 2019-12-31 22:46:42 +0100
  • 3b440b21aa Merge branch 'pr/add_py3_pylint_ci' into 'master' Fabian P. Schmidt 2020-01-08 14:43:00 +0000
  • e6f1638a63 CI: Add static python3 job Fabian P. Schmidt 2019-12-31 22:07:41 +0100
  • 0a4de7e4ab pylint: Re-Enable all non-failing python3 pylint checks Fabian P. Schmidt 2020-01-07 00:42:21 +0100
  • d1fe19d796 Merge branch 'pr/fix_W0613' into 'master' Fabian P. Schmidt 2020-01-04 23:26:00 +0000
  • aa0b657de1 commands/update_station_last_seen: Rename unused argument to original specifier (W0613) Fabian P. Schmidt 2019-12-31 22:22:41 +0100
  • 183dade977 CI: Add static python3 job Fabian P. Schmidt 2019-12-31 22:07:41 +0100
  • 7412376ec5 pylint: Disable all failing python3 pylint errors Fabian P. Schmidt 2019-12-31 22:24:59 +0100
  • 0838b5ab50 Merge branch 'pr/fix_clean_observations' into 'master' Fabian P. Schmidt 2020-01-04 18:47:39 +0000
  • 538ea52c1a tasks/clean_observations: Fix premature task termination in 'stage' environment 1.23 Fabian P. Schmidt 2020-01-04 19:46:06 +0100
  • e5f2bb7c77 Merge branch 'archive-org-add-retries' into 'master' Alfredos-Panagiotis Damkalis 2020-01-04 16:22:48 +0000
  • 1635a14640 Retry archive.org uploading on "SlowDown" error Alfredos-Panagiotis Damkalis 2020-01-04 18:12:15 +0200
  • ca8abd1e0c Merge branch 'pr/fix_W1633' into 'master' Fabian P. Schmidt 2020-01-04 14:31:51 +0000
  • e1ed302e64 utils/drifted_frq: Use python3 round builtin (W1633) Fabian P. Schmidt 2019-12-31 00:27:42 +0100
  • af9f9bf8e9 api/serializers: Use integer literal instead of pow Fabian P. Schmidt 2019-12-31 18:32:31 +0100
  • 0203ab17a7 templatetags/tags: Use integer literal instead of pow Fabian P. Schmidt 2019-12-30 23:48:14 +0100
  • 2a04b54c6c Merge branch 'pr/fix_W1645' into 'master' Fabian P. Schmidt 2020-01-04 14:07:47 +0000
  • 11df29ba1d views: Use str builtin instead of single-argument formatstring Fabian P. Schmidt 2019-12-31 16:07:02 +0100
  • 1719473d70 Use str(error) instead of error.message (W1645) Fabian P. Schmidt 2019-12-30 22:42:29 +0100
  • 834e01067b Merge branch 'pr/fix_W1619' into 'master' Fabian P. Schmidt 2020-01-04 13:55:16 +0000
  • 6ed02d4dd9 scheduling/create_new_observation: Add verbose docstring Fabian P. Schmidt 2019-12-31 17:44:40 +0100
  • 642a0a2c61 Add from __future__ import division to all relevant files (W1619) Fabian P. Schmidt 2019-12-31 00:10:19 +0100
  • a7692b4627 base/scheduling: Make division operations "true division"-safe Fabian P. Schmidt 2019-12-31 15:45:06 +0100
  • 04bd30457c Merge branch 'pr/fix_W1648_3' into 'master' Fabian P. Schmidt 2020-01-04 13:15:23 +0000
  • f774025a6f utils/sync_demoddata_to_db: Raise RequestException if sync fails (W0703) Fabian P. Schmidt 2019-12-30 22:08:42 +0100
  • 426e3585f8 utils/sync_demoddata_to_db: Use requests instead of urllib2 (W1648, W1658) Fabian P. Schmidt 2019-12-30 22:06:47 +0100
  • 575ecc739b settings: Add DB_API_TIMEOUT Fabian P. Schmidt 2019-12-29 23:41:18 +0100
  • 3ffdc6ed0e Merge branch 'pylint' into 'master' Alfredos-Panagiotis Damkalis 2020-01-03 17:03:11 +0000
  • bd9a37dd50 Fix lint issues of the latest commits Alfredos-Panagiotis Damkalis 2020-01-03 19:01:57 +0200
  • ee8fe283cb Change tox to run py2-lint with and without --py3k flag Alfredos-Panagiotis Damkalis 2020-01-03 19:00:56 +0200
  • c9d4686f07 Revert "pylint: enable E1121, R0912, R0913, R0914, W0201 and W0703 checks" Alfredos-Panagiotis Damkalis 2020-01-03 16:03:46 +0200
  • ebdae7f8f9 Merge branch 'pylint-py2-issues' into 'master' Alfredos-Panagiotis Damkalis 2020-01-03 12:09:38 +0000
  • 581fc7620c pylint: enable E1121, R0912, R0913, R0914, W0201 and W0703 checks Alfredos-Panagiotis Damkalis 2020-01-03 13:49:25 +0200
  • 53392ab32a Merge branch 'pr/fix_702' into 'master' Fabian P. Schmidt 2019-12-31 19:50:59 +0000
  • a026edd36a utils/sync_demoddata_to_db: Fix method rename from display_payload to display_payload_hex Fabian P. Schmidt 2019-12-31 20:48:01 +0100
  • 2649a9c634 Merge branch 'pr/fix_W1648_2' into 'master' Fabian P. Schmidt 2019-12-31 14:38:56 +0000
  • 834c7b67fe management/fetch_data: Re-use fetch_data task Fabian P. Schmidt 2019-12-29 23:11:06 +0100
  • 8993d7e1b1 settings: Add comment on DB_API_ENDPOINT usage Fabian P. Schmidt 2019-12-29 22:04:48 +0100
  • c7b32057e5 Merge branch 'pr/fix_community_regression' into 'master' Fabian P. Schmidt 2019-12-31 14:28:09 +0000
  • bda0580dbe utils/community_get_discussion_details: Add a sane request timeout Fabian P. Schmidt 2019-12-31 03:11:29 +0100