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

668 Commits

Author SHA1 Message Date
8b76db2bca add: RQ queues for netbox core (high, default, low, check_release) 2021-07-07 15:25:53 +02:00
c585175214 PRVB 2021-07-06 11:35:03 -04:00
9c1de27562 Release v2.11.8 2021-07-06 11:10:02 -04:00
8d2f79cf24 Add configuration parameter to toggle GraphQL API 2021-06-29 13:30:38 -04:00
7a2a25c13a Use v3.0 enum naming 2021-06-25 14:11:41 -04:00
6a07f66cfc Initial work on GraphQL 2021-06-24 09:08:45 -04:00
697161beb1 PRVB 2021-06-16 16:21:19 -04:00
2bf20fa501 Release NetBox v2.11.7 2021-06-16 15:59:46 -04:00
3bfa1cbf41 Initial work on custom model validation 2021-06-09 11:36:29 -04:00
7444110c79 PRVB 2021-06-04 11:15:12 -04:00
4273b6e4fb Release v2.11.6 2021-06-04 10:59:36 -04:00
5e08b2be37 Fixes #6544: Fix migration error when upgrading with VRF(s) defined 2021-06-04 10:53:13 -04:00
0e23038e28 Merge v2.11.5 2021-06-04 09:47:14 -04:00
0783d57459 Release v2.11.5 2021-06-04 09:09:56 -04:00
da1fb4f969 Replace references to v2.12 with v3.0 2021-05-25 15:05:02 -04:00
9046f59b9f PRVB 2021-05-25 12:12:08 -04:00
b3423e1722 Release v2.11.4 2021-05-25 11:38:43 -04:00
744792452f Closes: #5278 - Remove Secrets (#6397)
* Remove Secrets

* #5278: Remove secrets javascript from netbox core

* Remove userkey references

* Fix PEP8

* Remove a few more instances of secrets.  Rebundle

* Remove Secrets

Co-authored-by: checktheroads <matt@allroads.io>
2021-05-17 16:26:02 -04:00
f6823b5704 Closes #6338: Decimal fields are no longer coerced to strings in REST API 2021-05-10 14:22:01 -04:00
4dff20cc8c PRVB 2021-05-07 10:22:30 -04:00
019a5563c4 Release v2.11.3 2021-05-07 10:01:17 -04:00
534b0e4cf6 Merge branch 'develop' into feature 2021-05-04 14:25:53 -04:00
8fc49f37a7 Merge pull request #6307 from mpalmer/patch-1
Expose Django SESSION_COOKIE_NAME setting
2021-04-29 08:04:59 -04:00
51f6d2f45e PRVB 2021-04-27 10:47:48 -04:00
1fe1e1ce7e Release v2.11.2 2021-04-27 10:20:36 -04:00
eb55761c38 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/project-static/js/forms.js
#	netbox/templates/dcim/location.html
#	netbox/templates/generic/object_list.html
2021-04-22 19:19:03 -07:00
83f520f7a8 PRVB 2021-04-21 10:37:51 -04:00
b509d96f18 Closes #5532: Drop support for Python 3.6 2021-04-21 10:20:09 -04:00
2564818c3e Release v2.11.1 2021-04-21 09:47:30 -04:00
07f39b31da Expose Django SESSION_COOKIE_NAME setting
There are situations in which it is convenient to be able to modify the name of the cookie that the application uses for storing the session token (conflicts with other cookies on the same domain, for example).
2021-04-19 12:00:27 +10:00
89350a80ad PRVB 2021-04-16 10:32:21 -04:00
8af78c6d84 Release v2.11.0 2021-04-16 09:36:05 -04:00
4c3b0abe7b Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/dcim/tables/template_code.py
#	netbox/netbox/views/__init__.py
#	netbox/project-static/css/base.css
#	netbox/templates/base.html
#	netbox/templates/circuits/circuit.html
#	netbox/templates/circuits/circuittermination_edit.html
#	netbox/templates/circuits/inc/circuit_termination.html
#	netbox/templates/circuits/provider.html
#	netbox/templates/dcim/device.html
#	netbox/templates/dcim/device/base.html
#	netbox/templates/dcim/device_component.html
#	netbox/templates/dcim/devicetype.html
#	netbox/templates/dcim/inc/device_napalm_tabs.html
#	netbox/templates/dcim/rack.html
#	netbox/templates/dcim/site.html
#	netbox/templates/dcim/virtualchassis.html
#	netbox/templates/extras/configcontext.html
#	netbox/templates/extras/object_journal.html
#	netbox/templates/extras/tag.html
#	netbox/templates/generic/object.html
#	netbox/templates/generic/object_list.html
#	netbox/templates/home.html
#	netbox/templates/inc/nav_menu.html
#	netbox/templates/ipam/aggregate.html
#	netbox/templates/ipam/ipaddress.html
#	netbox/templates/ipam/prefix.html
#	netbox/templates/ipam/vlan.html
#	netbox/templates/ipam/vlangroup_edit.html
#	netbox/templates/ipam/vlangroup_vlans.html
#	netbox/templates/secrets/secret.html
#	netbox/templates/tenancy/tenant.html
#	netbox/templates/users/api_tokens.html
#	netbox/templates/virtualization/cluster.html
#	netbox/templates/virtualization/vminterface_edit.html
#	netbox/utilities/forms/fields.py
#	netbox/utilities/templates/buttons/export.html
2021-04-14 11:30:15 -07:00
b0573f88e6 Merge branch 'develop' into feature 2021-04-11 13:16:00 -04:00
701ad8a4a9 Allow skipping TLS cert verification on Redis connection (#6084)
* Allow skipping redis tls cert verification

* Add config example
2021-04-09 14:51:58 -04:00
b5ad29e3f2 Fixes #6100: Fix VM interfaces table "add interfaces" link 2021-04-07 15:17:02 -04:00
c8eae3a5c3 PRVB 2021-03-26 10:11:57 -04:00
f59b5119e5 Release v2.10.8 2021-03-26 10:04:00 -04:00
c828806b67 Merge branch 'develop' into feature 2021-03-25 16:09:28 -04:00
e639de9861 PRVB 2021-03-25 15:36:32 -04:00
54a979c936 Release v2.10.7 2021-03-25 15:15:36 -04:00
ef987bd008 Closes #5723: Allow customization of the geographic mapping service via MAPS_URL config parameter 2021-03-25 11:34:24 -04:00
7a3af8de83 Merge branch 'feature' of https://github.com/netbox-community/netbox into feature
# Conflicts:
#	netbox/dcim/tables/template_code.py
#	netbox/netbox/forms.py
#	netbox/templates/dcim/cable_connect.html
#	netbox/templates/dcim/consoleport.html
#	netbox/templates/dcim/consoleserverport.html
#	netbox/templates/dcim/device.html
#	netbox/templates/dcim/device/base.html
#	netbox/templates/dcim/device_edit.html
#	netbox/templates/dcim/interface.html
#	netbox/templates/dcim/rack.html
#	netbox/templates/dcim/rack_edit.html
#	netbox/templates/dcim/site.html
#	netbox/templates/extras/configcontext.html
#	netbox/templates/extras/objectchange.html
#	netbox/templates/generic/object.html
#	netbox/templates/inc/nav_menu.html
#	netbox/templates/ipam/ipaddress_edit.html
#	netbox/templates/ipam/vrf.html
#	netbox/utilities/templates/buttons/export.html
2021-03-17 22:02:43 -07:00
68082a88a7 Fix use of URLValidator to correctly validate RELEASE_CHECK_URL 2021-03-13 11:39:21 -08:00
6fe2f83435 scaffold new ui directory 2021-03-13 02:28:21 -07:00
9990fd25d4 PRVB 2021-03-09 17:16:22 -05:00
5b07c77708 Release v2.10.6 2021-03-09 16:57:03 -05:00
14bc3a3cf8 Closes #5938: Deprecate support for Python 3.6 2021-03-08 13:36:56 -05:00
fdb3e3f9a4 Closes #5895: Rename RackGroup to Location 2021-03-03 13:30:33 -05:00
0a6ebdee48 Upgrade Django to 3.2b1 2021-02-24 19:00:14 -05:00