Skip to content

Releases: openwisp/openwisp-utils

0.7.3 [2021-01-12]

13 Jan 03:43
0.7.3
Compare
Choose a tag to compare
  • [change] Bind coveralls to 3.0.0

0.7.2 [2020-12-11]

11 Dec 20:18
0.7.2
Compare
Choose a tag to compare
  • [fix] Fixed menu height on long pages
  • [change] Minor improvement to UI colors to improve readability

0.7.1 [2020-11-18]

18 Nov 18:38
0.7.1
Compare
Choose a tag to compare
  • [fix] Fixed bug inopenwisp_utils.admin.UUIDAdmin which caused the removal of all the readonly_fields from the admin add page, now only the uuid field is removed
  • [change] Changed commit check to allow commit messages from Dependabot

0.7.0 [2020-11-13]

13 Nov 04:48
0.7.0
fb9c5fa
Compare
Choose a tag to compare

Features

Changes

  • [utils] Removed deprecated openwisp-utils-qa-checks

Bugfixes

  • [admin] Hide menu options for unauthenticated users
  • [admin] Fixed menu buttons being clicked on some sections of page when not visible

0.6.3 [2020-09-02]

02 Sep 00:19
0.6.3
Compare
Choose a tag to compare
  • [deps] Updated django-filter range: >=2.2.0<2.4.0

0.6.2 [2020-08-29]

29 Aug 22:33
0.6.2
Compare
Choose a tag to compare
  • [fix] Fixed commit message check when close/fix keyword is missing
  • [change] Changed QA commit check prefix hint to mention conventional commit prefixes

0.6.1 [2020-08-17]

17 Aug 19:38
0.6.1
fc28a78
Compare
Choose a tag to compare
  • [fix] Commit check run only on Pull Request & workbench
  • [deps] Added support for django 3.1
  • [ux/admin-theme] Force z-index on main menu to stay on top

0.6.0 [2020-08-14]

14 Aug 21:41
0.6.0
Compare
Choose a tag to compare

Features

  • [admin]: TestReadOnlyAdmin: added support for exclude attribute

Changes

  • [change] Changed QA checks to use isort~=5.0 instead of isort<=4.3; this will cause changes to the way the code is formatted
  • Always execute commitcheck when run locally (on travis it will be run only in pull requests)

Bugfixes

  • [admin] Fixed a bug which caused some menu items to be shown also if the user did not have permission to view or edit them
  • [qa] Fixed a regression which caused commitcheck to not be run on travis pull requests
  • [tests] Fixed SITE_ID in test project settings

0.5.1 [2020-06-29]

29 Jun 20:32
0.5.1
Compare
Choose a tag to compare
  • [feature] Added TimeLoggingTestRunner to detect slow tests
  • [fix] Admin-theme: ensure menu is above other CSS elements
  • [fix] Removed /tests directory from python package

Version 0.5.0 [2020-06-02]

02 Jun 18:17
0.5.0
5193769
Compare
Choose a tag to compare
  • [fix] Fix crash when pending migrations check fails
  • [add] default_or_test function
  • [add] Added deep_merge_dicts function
  • [add] formatter: black<=19.10b0
  • [add] OPENWISP_API_INFO setting
  • [add][api] Require authentication for API docs if DEBUG is False
  • [add][api] Implement ScopedRateThrottle by default
  • [add][api] Introduced api.ApiAppConfig
  • [add][rest] optional swagger API endpoints
  • [add][rest] django-filter
  • [docs] Re-ordered, added information and improved existing docs
  • [update] Added support for flake8 flake8<=3.9
  • [change] Renamed test_api to api for consistency
  • [change] Rename openwisp-utils-qa-checks to openwisp-qa-check
  • [change][api] Renamed /api/v1/swagger/ to /api/v1/docs/
  • [improvement] Moved to importlib for Dependency loader & staticfiles for importing files
  • [improvement] Added "Related to #" for commit-check
  • [enchancement] Added strict mode to run-qa-checks