• Joined on 2022-10-14
Loading Heatmap…

houkime pushed to def_tests_reworked at SelfPrivacy/selfprivacy-rest-api

2024-03-04 19:39:12 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#98

feat: Basic tracking of the NixOS rebuilds

Use selfprivacy_api.services.generic_status_getter

2024-03-04 14:05:51 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#98

feat: Basic tracking of the NixOS rebuilds

use utils.waitloop.wait_until_true

2024-03-04 14:05:51 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#98

feat: Basic tracking of the NixOS rebuilds

Add service output lookup also to utils.systemd

2024-03-04 14:05:51 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#98

feat: Basic tracking of the NixOS rebuilds

same, use generic_status_getter (which hopefully becomes systemd.py)

2024-03-04 14:05:51 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#98

feat: Basic tracking of the NixOS rebuilds

use tests.test_graphql.common get_data and other functions from that file please (it makes things much shorter and more readable).

2024-03-04 14:05:51 +02:00

houkime pushed to def_tests_reworked at SelfPrivacy/selfprivacy-rest-api

  • 769ca07594 refactor(services): remove too many imports and cleanup

2024-03-01 16:32:40 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#21

add nix-collect-garbage endpoint

rebase please

2024-03-01 16:11:30 +02:00

houkime pushed to fix-autobackup-typing at SelfPrivacy/selfprivacy-rest-api

  • 7ccf495958 refactor(backups): remove excessive format-strings

2024-03-01 16:01:28 +02:00

houkime pushed to fix-autobackup-typing at SelfPrivacy/selfprivacy-rest-api

2024-03-01 15:59:05 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#97

simplify autobackups tasking to avoid deadlocks

backups and dummy services are used, it is just pyflakes being strange

2024-03-01 15:57:58 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#99

fix(dns): Ignore link-local IPv6 address

rename to ip6_addresses or something else plural

2024-03-01 14:05:07 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#99

fix(dns): Ignore link-local IPv6 address

use Optional here

2024-03-01 13:17:45 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#99

fix(dns): Ignore link-local IPv6 address

Make a comment/variable name that mark these addresses as not important. (I got a bit confused here and tried to understand where they came from before consulting the function again)

2024-03-01 13:17:45 +02:00

houkime commented on pull request SelfPrivacy/selfprivacy-rest-api#99

fix(dns): Ignore link-local IPv6 address

This is a convoluted regex that is hard to read and thus errorprone.

2024-03-01 13:17:45 +02:00

houkime pushed to def_tests_reworked at SelfPrivacy/selfprivacy-rest-api

  • 26a1b298c4 refactor(services): introduce Bind class and test moving deeper

2024-03-01 13:01:20 +02:00

houkime pushed to def_tests_reworked at SelfPrivacy/selfprivacy-rest-api

  • cf7c7f168a refactor(services): introduce Bind class and test moving deeper
  • c0bbadefee feature(backups): intermittent commit for binds, to be replaced
  • a420d888e8 refactor(services): break out location construction when moving
  • bb1bf60f08 refactor(services): fix type annotation
  • c63ddf2b46 fix(services): check for possible None progress when moving folders
  • Compare 26 commits »

2024-02-29 02:57:48 +02:00