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

3290 Commits

Author SHA1 Message Date
4a88d5e3d9 PRVB 2023-06-02 15:42:34 -04:00
46d1d5a44a Release v3.5.3 2023-06-02 14:17:01 -04:00
dee4aec62d Fixes : Correct arithmetic for converting inches to meters 2023-06-01 13:21:15 -04:00
852026bf7b Changelog for , , , , 2023-05-31 16:35:06 -04:00
1349a25e34 Update missing changelog 2023-05-31 14:30:40 -05:00
bca9d0fa8a Closes : Apply filter parameters to links in object count dashboard widgets 2023-05-30 16:31:34 -04:00
9b8ab1c1f7 Fixes : Object counts dashboard widget should support URL-compatible query filters 2023-05-30 15:44:43 -04:00
b3bd03a1e9 Fixes : Use contact assignments table to display the contacts assigned to an object 2023-05-30 14:51:16 -04:00
18c863e393 Changelog for , , , , , , 2023-05-30 09:52:14 -04:00
d7ca453f26 Adds hide-if-unset to custom field ()
* adds hide-if-unset to custom field 

* moved hide logic from template to python

* fix indentation

* Update logic for omit_hidden under get_custom_fields()

* Update docs

* Account for False values

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-30 09:42:37 -04:00
b64b19a3f4 Fixes : Prevent reassignment of an IP address designated as primary for its parent object 2023-05-25 16:42:24 -04:00
bf1c191b2e Fixes : Strip leading & trailing whitespace from custom link URL & text 2023-05-24 15:45:24 -04:00
6160e03426 PRVB 2023-05-22 17:00:29 -04:00
fbc7811f56 Release v3.5.2 2023-05-22 16:24:30 -04:00
fa3bedb947 Fixes : Fix bulk tenant assignment via cluster import form 2023-05-22 13:07:40 -04:00
c8d9a3b4eb Changelog for , , , , 2023-05-18 14:34:13 -04:00
2204735e9f Adds rq retry options ()
* adds rq retry options 

* Clean up docs; disable retries of failed jobs by default

* Pass a Retry object only if RQ_RETRY_MAX is non-zero

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-16 14:10:44 -04:00
0ad88e2431 Changed docs to reflect the new URL for the dynamic API documentation 2023-05-16 08:19:57 +02:00
c65b2a080f Changelog for , 2023-05-15 09:13:11 -04:00
39fd64b2ef Fixes : Disable ordering of synchronized object tables by the synced attribute 2023-05-12 11:08:32 -04:00
567285d36a Changelog for , , , , 2023-05-12 11:00:33 -04:00
ff874a24dd : Document REMOTE_AUTH_AUTO_CREATE_GROUPS config parameter 2023-05-12 10:56:36 -04:00
e71a98499f Adds BANNER_MAINTENANCE config ()
* adds BANNER_MAINTENANCE config 

* changes as per review

* lint fix

* Fix admin form field widget

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-12 09:54:59 -04:00
556beeee6c Updates doc for reports and scripts permission ()
* updates doc for script permission 

* updates doc for reports permission 
2023-05-12 09:04:56 -04:00
b7f028fba3 Fixes : Fix rear port selection widget under front port creation form 2023-05-10 10:44:01 -04:00
2d0ac213c7 Changelog for , , , , , 2023-05-10 09:39:25 -04:00
2b2c559a37 updates ldap doc for centos 2023-05-09 08:32:22 -04:00
1af3ba9496 Adds full_clean in examples ()
* adds full_clean in examples 

* removes extra info
2023-05-09 08:31:50 -04:00
9eeca06115 : Annotate option to set MAPS_URL=None 2023-05-05 15:26:22 -04:00
da781b8d28 Changelog for , 2023-05-05 15:25:08 -04:00
e96cfadd22 PRVB 2023-05-05 12:58:09 -04:00
56a4d0333e Formatting fix 2023-05-05 12:31:12 -04:00
6794742213 Release v3.5.1 2023-05-05 12:29:10 -04:00
a29a07ed26 Fixes : Fix the association of completed jobs with reports & scripts in the REST API 2023-05-05 10:17:13 -04:00
42c80f69e6 Changelog for , , , , , , , , 2023-05-05 10:01:54 -04:00
3eba65b5c2 Changelog for , , , , , 2023-05-04 14:14:21 -04:00
25142e037a Adds housekeeping systemd files ()
* adds housekeeping systemd files 

* Clean up Markdown

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-04 13:43:40 -04:00
93b912c2da Adds ENGINE to database config ()
* adds ENGINE to database config 

* fixed lint issues

* updated doc
2023-05-04 13:36:52 -04:00
2c756873aa Fix broken links 2023-05-04 08:43:17 -04:00
01fa6e28cd Changelog for , , , 2023-05-03 09:32:48 -04:00
7aa8434575 Changelog for , , 2023-05-02 16:40:56 -04:00
cc3b95bdb0 Fixes : Validate default values for object and multi-object custom fields 2023-05-02 09:35:25 -04:00
2099cd0fdc : Bump django-rq to v2.8.0 2023-05-02 09:35:25 -04:00
3bdbf67b8f Update examples to reflect obj rename to object
 missed some references to ```obj```
2023-05-02 08:31:33 -04:00
1952707702 Fixes : Support the creation of front ports without a pre-populated device ID 2023-05-01 16:51:10 -04:00
9319cffb1c Fixes : Add a three-second timeout for RSS reader widget 2023-05-01 16:19:39 -04:00
261f5e4995 Fixes : Pin rq to v1.13.0 to fix ImportError exception from django-rq 2023-05-01 14:38:51 -04:00
8cede0daf8 Changelog for , , , , 2023-05-01 14:19:56 -04:00
25dc7e234d PRVB 2023-04-27 14:52:07 -04:00
a5bc9d4a2d Release v3.5.0 2023-04-27 14:24:44 -04:00