1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

323 Commits

Author SHA1 Message Date
c208d8fc2e * Added CSS to:
* Hide URLs
  * Hide elements with "noprint" class
* Added noprint to:
  * Header Panel
  * Search Panel, Tags Panel
  * Buttons
  * Various list elements
  * Related elements
2019-03-05 15:42:47 -06:00
6f5c35c278 Force resolution of request User object when logging an object deletion (resolves intermittent test failures) 2019-02-28 11:40:32 -05:00
9d055ff4fd fixed - config context list and edit views not using select2 2019-02-18 21:10:15 -05:00
9d69f14faa Implement basic view testing for all models () 2019-02-15 17:02:18 -05:00
c58166137c Show exception description on failure to render graphviz
This means that problems give a more specific reason.  In the event
that dot is not found, the error is now:

There was an error generating the requested graph: failed to execute ['dot',
'-Tpng'], make sure the Graphviz executables are on your systems' PATH
2019-01-01 11:41:54 +00:00
38276d9539 Fixes : Correct permission evaluation when bulk deleting tags 2018-12-21 09:11:07 -05:00
91a2168952 Fixes : Fix bulk deletion of tags 2018-12-21 09:08:00 -05:00
dd2a6a41da Fixes : Correct naming of before/after filters for changelog entries 2018-12-13 14:43:05 -05:00
a6c8c615eb Closes : Enable filtering changelog by object type under web UI 2018-12-13 14:37:03 -05:00
edd763b1aa Fixes : Fix custom field filtering 2018-12-12 16:06:50 -05:00
6460c95e00 Fixes : Fix error when viewing webhook in admin UI without write permission 2018-12-12 09:30:31 -05:00
65edffea63 Merge v2.5 work 2018-12-07 10:51:28 -05:00
686a65880e Closes : Enable deep-merging of config context data 2018-12-05 14:34:49 -05:00
0dcab07519 fixes - model class being passed to rqworker 2018-12-04 00:40:54 -05:00
4da755e75f Formatting cleanup 2018-11-27 11:57:29 -05:00
bd7aee7c1f Closes : Simplify calls of super() for Python 3 2018-11-27 10:52:24 -05:00
f052bbc36e Refactor Extras Migration Version Check ()
* Add constant for DB_MINIMUM_VERSION

* Refactor verify_postgresql_version to use Django connection pg_version method for comparing versions.

* Remove StrictVersion import

* Remove DB_MINIMUM_VERSION as not necessary in constants.

* Define DB_MINIMUM_VERSION locally to freeze to migration.

* Refactor database version verification to use django builtin methods.
2018-11-26 14:16:37 -05:00
874acab90f Merge v2.4.8 2018-11-20 12:28:24 -05:00
3366a6ae3d Closes : Added object view for tags 2018-11-15 16:47:41 -05:00
83be0b5db4 Closes : Added bulk editing for config contexts 2018-11-13 15:08:55 -05:00
75f0d8ee90 Closes : Reorganized nested serializers 2018-11-12 11:36:44 -05:00
0316072863 Fixes : Remove duplicate interface links from topology maps 2018-11-09 09:54:30 -05:00
d4e266d48c Fixes : Enable export templates for cables 2018-11-07 15:49:45 -05:00
f8a961b568 Cleaned up import statements 2018-11-02 15:20:08 -04:00
516faac73f Fixed deprecation warnings from DRF 3.9 2018-11-02 13:48:44 -04:00
29d546a3f1 Upgraded django-filter to 2.0.0 2018-11-02 13:46:28 -04:00
91ce6c2420 Cable migration for ExportTemplate 2018-11-01 14:54:53 -04:00
4df74780b8 Extended Cables to connect CircuitTerminations 2018-10-30 12:16:22 -04:00
f30367e094 Deprecated the InterfaceConnection model 2018-10-24 13:59:44 -04:00
2ec8dc8319 Renamed PowerPort.power_outlet to connected_endpoint 2018-10-24 11:00:13 -04:00
1595a5ecd7 Renamed ConsolePort.cs_port to connected_endpoint 2018-10-24 10:37:54 -04:00
364bbdeab8 Merged release v2.4.5 2018-10-03 11:23:21 -04:00
fb5dca2711 Merge branch 'develop' of github.com:digitalocean/netbox into local-config-context 2018-09-18 12:16:07 -04:00
4039753b2f refactored UI for local config context 2018-09-18 11:52:12 -04:00
9df33cef8b Fixes : Enforce JSON object format when creating config contexts 2018-09-18 11:46:22 -04:00
e3e9211e8a PEP8 fix 2018-09-16 00:30:51 -04:00
0da113b723 implemnted - local config context for devices and VMs 2018-09-16 00:25:20 -04:00
29380b1120 Merge branch 'develop' into develop-2.5 2018-08-16 16:31:54 -04:00
c4be440cd1 Closes : Remove deprecated RPCClient functionality 2018-08-16 12:21:24 -04:00
ff65f7fd7b Fixes : Implemented custom admin site to properly handle BASE_PATH 2018-08-16 09:44:00 -04:00
5f66710fcd Closes : Remove the deprecated UserAction model 2018-08-14 12:13:43 -04:00
980d62d579 Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
ac546a9711 Closes : Remove support for Python 2 2018-08-14 11:48:12 -04:00
bf8eff11ea Closes : Added search filters for ConfigContexts 2018-08-09 12:22:34 -04:00
d5488ca7da Fixes : Webhooks firing on non-enabled event types 2018-08-07 15:41:31 -04:00
d5239191fe Fixes : TypeError when dispatching a webhook with a secret key configured 2018-08-07 14:19:46 -04:00
f59682a7c9 Fixes : ImportError when viewing a report 2018-08-07 12:10:14 -04:00
c7acddbc5c Fixes : Running a report yields a ValueError exception 2018-08-07 09:12:05 -04:00
d039b9e23d Merge branch 'develop-2.4' into develop 2018-08-06 12:28:23 -04:00
bd5e860be0 Refactored the tests to remove a lot of boilerplate 2018-08-03 11:39:26 -04:00