Skip to content

docker image 0.1.15

Compare
Choose a tag to compare
@alexzhangs alexzhangs released this 23 Jun 10:06
· 26 commits to master since this release
  • Added more test cases to the domain/tests file.
  • Added more test cases to the shadowsocks/tests file.
  • Created the dynamicmethod/tests.py file.
  • Created the utils/tests.py file for script testing.
  • Enabled parallel coverage data file in the coverage configuration.
  • Fixed an issue where CachedAllowedSites was offloaded from settings.ALLOWED_HOSTS during Django tests.
  • Fixed an issue where the cache was not invalidated on update in the singleton model.
  • Fixed an issue where the DnsApi init envs were not isolated when called in the same process.
  • Fixed an issue where the domain_record management command failing with certain options combination.
  • Fixed an issue with the domain/domain_domain file.
  • Fixed help info in the domain/domain_domain file.
  • Fixed an unexpected indent issue in the DynamicMethodModel file.
  • Fixed py27 compatibility in the CompatModelViewSet file.
  • Fixed py27 compatibility with tox v4.5.1.1.
  • Fixed py37 and py38 compatibility in the empty env key file.
  • Fixed tool.bumpversion.files in pyproject.toml
  • Moved the ssm-createsuperuser script to a Django management command.
  • Renamed the utils/celery.py file to avoid package name conflict.
  • Refactored the DynamicMethodModel file by improving logging and documentation.
  • Refactored the tox config by removing DJANGO_SETTINGS_MODULE, as it is no longer needed.
  • Refactored code and improved log messages.
  • Updated README.md