Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Tags: openwisp/django-netjsongraph

Tags

0.6.3.post1

Toggle 0.6.3.post1's commit message

Verified

This tag was signed with the committer’s verified signature.
atb00ker Ajay Tripathi
Version 0.6.3.post1 [2020-06-04] -------------------------------- - [bug] fixed broken testcase in 0.6.3 release - [change] minor changes handle post-releases in ``get_version()``

0.6.2

Toggle 0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
atb00ker Ajay Tripathi
Version 0.6.2 [2020-03-19] -------------------------- - Renamed api setting ``TOPOLOGY_RECEIVE_BASEURL`` -> ``TOPOLOGY_API_BASEURL`` - Renamed api setting ``TOPOLOGY_RECEIVE_URLCONF`` -> ``TOPOLOGY_API_URLCONF``

0.6.1

Toggle 0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
atb00ker Ajay Tripathi
version 0.6.1 

0.6.0

Toggle 0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
atb00ker Ajay Tripathi
Version 0.6.0 [2020-02-07] -------------------------- - Dropped Python 3.5 and below - Dropped django 2.1 and below - Dropped netdiff 0.6 and below - Dropped openwisp-utils 0.3 and below - Moved ``ReceiveUrlAdmin`` & ``get_random_key`` logic to openwisp-utils - Moved from jsonfield to jsonfield2 3.X.X - Added Django 3.0 support - Added netdiff 0.7 support - Added openwisp-utils 0.4 support

0.5.0

Toggle 0.5.0's commit message
Version 0.5.0 [2020-01-13] -------------------------- - Upgraded dependencies (django and django-rest-framework) - Changed implementation of node addresses

0.4.3

Toggle 0.4.3's commit message
Version 0.4.3 [2017-02-24] -------------------------- - `#62 <https://github.com/netjson/django-netjsongraph/pull/62>`_: [bug] Fixed bug related to addresses formatting - `#77 <https://github.com/netjson/django-netjsongraph/pull/77>`_: [admin] Update topology action now ignores topologies with RECEIVE strategy - `#78 <https://github.com/netjson/django-netjsongraph/pull/78>`_: [feature] Addd automatic removal of old nodes with ``NETJSONGRAPH_NODE_EXPIRATION``

0.4.2

Toggle 0.4.2's commit message

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.4.2 [2017-02-19] -------------------------- - [requirements] openwisp-utils>=0.2,<0.3

0.4.1

Toggle 0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.4.1 [2017-02-19] -------------------------- - `#82 <https://github.com/netjson/django-netjsongraph/pull/82>`_: [ci] Add JSLint - `#81 <https://github.com/netjson/django-netjsongraph/pull/81>`_: [ci] Add pending migration check - `#75 <https://github.com/netjson/django-netjsongraph/pull/72>`_: [qa] Added JSLint check - `#73 <https://github.com/netjson/django-netjsongraph/pull/73>`_: [models] Added link status up/down time - `115066 <https://github.com/netjson/django-netjsongraph/commit/115066>`_: Added forgotten migration

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.4.0 [2017-12-28] -------------------------- - `#72 <https://github.com/netjson/django-netjsongraph/pull/72>`_: [requirements] Upgrade netdiff to 0.6.0 - `e67286 <https://github.com/netjson/django-netjsongraph/commit/e67286>`_: [topology] Add labels when creating nodes - `#70 <https://github.com/netjson/django-netjsongraph/pull/70>`_: Added support to Django 2.0 - `#67 <https://github.com/netjson/django-netjsongraph/pull/67>`_: [QA] Fixed flake8 errors in Travis build - `#64 <https://github.com/netjson/django-netjsongraph/pull/64>`_: [requirements] Updated rest framework version - `#60 <https://github.com/netjson/django-netjsongraph/pull/60>`_: [netdiff] Added support to OpenVPN parser - `#53 <https://github.com/netjson/django-netjsongraph/pull/53>`_: Improved the UI of the way back machine - `#49 <https://github.com/netjson/django-netjsongraph/pull/49>`_: Added Topology history feature

0.3.4

Toggle 0.3.4's commit message

Verified

This tag was signed with the committer’s verified signature.
rohithasrk Rohith ASRK
Version 0.3.4 [2017-08-19] -------------------------- - `7ea174 <https://github.com/netjson/django-netjsongraph/commit/7ea174>`_: Minor simplification in update_all - `#51 <https://github.com/netjson/django-netjsongraph/pull/51>`_: [templates] Made node template reusable