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

6888 Commits

Author SHA1 Message Date
f63cf6a7a4 Update changelog 2021-03-01 09:21:57 -06:00
18ab1144bb Fixes: - Populate VRF and Tenant fields when adding IP address 2021-03-01 09:19:50 -06:00
a9b216d212 Update Slack links; start phasing out mailing list 2021-03-01 09:54:30 -05:00
6b19a1ece9 Update changelog 2021-03-01 08:52:13 -06:00
0dd6d552a8 Fixes: - Add QSFP+ (64GFC) FibreChannel Interface option
* Added option for 64GFC QSFP+ Interface for FibreChannel in netbox/dcim/choices.py
2021-03-01 08:48:40 -06:00
cfddf570b9 add custom links to device components 2021-03-01 09:30:43 +01:00
6a9b50f95d Closes : Use numeric IDs in all object URLs 2021-02-26 17:23:23 -05:00
1dcd857ca6 Closes : Extend custom field support to organizational models 2021-02-26 16:25:37 -05:00
7e6cb9d186 Closes : Migrate all primary keys to 64-bit integers 2021-02-26 16:12:52 -05:00
cf78307577 Update organizational models to use custom field forms 2021-02-26 11:25:23 -05:00
12fbd34962 Introduce NestedGroupModelSerializer 2021-02-25 17:15:42 -05:00
ed059d80d6 Introduce OrganizationalModelSerializer 2021-02-25 16:44:16 -05:00
664a39911c Add custom field support for organizational models to API serializers 2021-02-25 15:58:13 -05:00
d6cf385a3c Update CircuitTermination fields to use SelectSpeedWidget 2021-02-25 14:12:34 -05:00
cef8204f40 Merge tags fields with primary object fields in form display 2021-02-25 14:03:14 -05:00
42e82f0ead Update object edit template to use fieldsets where possible 2021-02-25 13:51:48 -05:00
2a517cde9f Add support for form fieldsets 2021-02-25 13:08:02 -05:00
992657cbe0 Introduce SelectSpeedWidget 2021-02-25 11:47:26 -05:00
d2c8aae59c Fix and - Fix Primary IP Sorting Issues for Devices and VMs 2021-02-25 22:32:51 +10:30
3208c8317d Switch docs to mkdocs-material 2021-02-24 21:21:17 -05:00
bec7ea7072 Standardize model types based on function 2021-02-24 21:01:16 -05:00
0a6ebdee48 Upgrade Django to 3.2b1 2021-02-24 19:00:14 -05:00
b1cd634ab4 PRVB 2021-02-24 15:38:36 -05:00
47abd62c55 Merge pull request from netbox-community/develop
Release v2.10.5
v2.10.5
2021-02-24 15:36:29 -05:00
db781437fc Release v2.10.5 2021-02-24 15:15:33 -05:00
a40f52ee62 Changelog for 2021-02-24 15:02:13 -05:00
89e6fd68e5 Merge pull request from nerzhul/patch-1
fix: add missing password when using redis in sentinel mode
2021-02-24 15:01:03 -05:00
ecf0f15c17 Merge pull request from candlerb/candlerb/5760
Update docs to to create database explicitly with UTF8 encoding.
2021-02-24 14:57:50 -05:00
04a6e2de9d Changelog and test for 2021-02-24 14:39:09 -05:00
0cd29daea2 Merge pull request from pgnuta/patch-1
Update /netbox/tenancy/api/serializers.py to allow nullable group
2021-02-24 14:29:11 -05:00
b392502b9b Fixes : Disallow the creation of available prefixes/IP addresses in violation of assigned permission constraints 2021-02-24 14:21:42 -05:00
a301c974e4 Merge pull request from cpmills1975/5847-pagination-font-error
Fixes:  - Provide custom CSS for pagination chevrons
2021-02-23 11:37:35 -05:00
4c7c2edf9a Fixes: - Provide custom CSS for pagination chevrons 2021-02-22 23:28:30 +00:00
3d3748d6f5 Fixes: - Make "null_option" on DynamicModelChoiceField also null the value on the model. ()
Fixes:  - Fix site unassignment from VLAN when using "None" option
2021-02-12 10:53:40 -06:00
fa3199d41c Update serializers.py
Group should be nullable via API to match frontend functionality and Swagger documentation.
2021-02-11 11:49:57 +13:00
efbda6d5af Apply stale rules to PRs 2021-02-09 15:15:49 -05:00
8640f500d1 Closes : Upgrade pip when running upgrade.sh 2021-02-09 13:32:29 -05:00
3d90e3aee9 Fixes : Fix REST API representation for circuit terminations connected to non-interface endpoints 2021-02-08 16:44:04 -05:00
6c676d21c3 Changelog for 2021-02-08 15:09:20 -05:00
7e6af88966 Merge pull request from candlerb/candlerb/5735
Fixes : enforcement of duplicate IP address detection with roles
2021-02-08 15:07:53 -05:00
3b53cf5e84 Update docs to to create database explicitly with UTF8 encoding.
Fixes 
2021-02-07 19:46:30 +00:00
713f02ca3f Fixes : enforcement of duplicate IP address detection with roles 2021-02-07 10:31:56 +00:00
19844e81d1 Merge pull request from ypid/fix/branding
NetBox should always be referred to as NetBox
2021-02-04 16:01:58 -05:00
5fbe766a0a NetBox should always be referred to as NetBox
Fix all instances of "Netbox" except the one that is used as an example
how not to write it.

Ref: docs/development/style-guide.md
2021-02-04 21:39:55 +01:00
1430c0a6e6 Fixes : Fix redirect to device components view after disconnecting a cable 2021-02-04 13:19:42 -05:00
e3e928f1c4 Fixes : Fix bulk editing of services when no port(s) are defined 2021-02-04 13:01:55 -05:00
e155acbbd4 Merge pull request from candlerb/candlerb/sample-report-connection-status
Fix sample report in documentation
2021-02-04 11:47:18 -05:00
be1b6b6aa3 fix: add missing password when using redis in sentinel mode 2021-02-04 16:50:07 +01:00
b4ba5cbb7a Fixes : Fix filtering rack reservations by custom field 2021-02-02 11:49:38 -05:00
f28474d86e Fix sample report in documentation
Raised in 
2021-02-02 08:16:35 +00:00