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

3605 Commits

Author SHA1 Message Date
9cd0a0d872 Release v4.0.1 2024-05-09 15:41:20 -04:00
d847f02434 Correct link 2024-05-09 15:39:48 -04:00
8d11f8aa7c 14121 update plugin development docs for pyproject.toml (#15952)
* 14121 update plugin development docs for pyproject.toml

* 14121 review feedback

* Update docs/plugins/development/index.md

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>

* 14121 remove setup.py references

* 14121 add cookiecutter reference

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-09 15:06:19 -04:00
56ea7b8714 16014 Update incorrect django-graphene reference and add link to filtering docs. (#16015)
* 16014 change ref from django-graphene to django-strawberry

* 16014 add references to filtering syntax

* 16014 remove graphene reference

* 16014 remove graphene reference

* Remove obsolete reference to Graphene

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-08 14:29:54 -04:00
b87d1eca98 Fixes #16016: Correct typo 2024-05-08 10:15:43 -04:00
fbcec97328 PRVB 2024-05-06 15:28:43 -04:00
f12b2fad1f Release v4.0.0 2024-05-06 14:40:31 -04:00
e6a7971110 15934 screenshots (#15935)
* 15934 update documentation screenshots

* 15934 update documentation screenshots

* 15934 update documentation screenshots

* Update cable trace screenshot

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-06 13:08:55 -04:00
51bd98bdfc Merge branch 'develop' into feature 2024-05-06 12:59:24 -04:00
c02bd0ab19 Release v3.7.8 2024-05-06 12:43:46 -04:00
c6f833e83b Changelog for #15877, #15917, #15925 2024-05-03 17:34:45 -04:00
b91741dd75 Changelog for #15630, #15802, #15831, #15852, #15915, #15942, #15944 2024-05-03 17:31:43 -04:00
d824e90e0a Extend release checklist to include updating UI resources 2024-05-02 17:07:41 -04:00
6530051958 Closes #15630: Remove server-side color mode preference & simplify toggling 2024-05-01 18:59:42 -04:00
44a7cd9876 Update changelog with beta2 bug fixes 2024-05-01 16:15:08 -04:00
312291b010 Merge branch 'develop' into feature 2024-05-01 16:09:14 -04:00
335a8d6449 Release v3.7.7 2024-05-01 15:08:08 -04:00
340f9f4fa8 Changelog for #11460, #15891, #15894, #15896, #15899; add warning for #15811 2024-05-01 14:52:15 -04:00
693c6e4da5 Changelog for #14852, #15428, #15524, #15548, #15812, #15845, #15872 2024-04-29 17:55:14 -04:00
c73a974fa9 Closes #15811: Note potential incompatibilities for remote auth headers containing underscores 2024-04-29 16:46:56 -04:00
3cbade536e Fixes #15812: Add Date(Time)Var for scripts to allow much easier date… (#15821)
* Fixes #15812: Add Date(Time)Var for scripts to allow much easier date input

* Extend tests for invalid data

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-29 12:46:39 -04:00
85db007ff5 Update changelog for #14750 2024-04-22 21:57:40 -05:00
7b1b91b8ee Correct wording for #13874 2024-04-22 21:51:54 -05:00
6f36b8513c Update changelog for #13874 2024-04-22 21:51:08 -05:00
c32dff5649 Release v4.0-beta2 2024-04-22 15:35:34 -04:00
46bd62fdc9 Merge branch 'develop' into feature 2024-04-22 13:23:42 -04:00
0b0dab42eb PRVB 2024-04-22 12:23:31 -04:00
a61e20849b Release v3.7.6 2024-04-22 11:46:03 -04:00
1eca1c3d17 15803 localize help_text (#15804) 2024-04-22 11:42:20 -04:00
6b8bfe9947 Changelog for #14690, #15541, #15588, #15761, #15771, #15790 2024-04-22 11:25:21 -04:00
ebe504c825 Closes #15664: Restore usage of READTHEDOCS env variable 2024-04-22 09:52:03 -04:00
3d3c1c315b Update documentation for the DEFAULT_LANGUAGE configuration parameter 2024-04-19 16:15:32 -04:00
f4c8f5f5b6 Add link to plugin certification program details in Plugin module of docs. Fixes #15769 2024-04-19 08:49:13 -04:00
d0f0782bc0 Update changelog 2024-04-17 16:24:04 -04:00
19fe5ef25c Changelog for #15427, #15582, #15635 2024-04-17 16:18:57 -04:00
b5bb732031 Closes #10696: Break out instructions for installing & removing plugins (#15757)
* Closes #10696: Break out instructions for installing & rmeoving plugins

* Misc cleanup
2024-04-17 11:58:14 -04:00
95cc29d898 Closes #15752: Remove the ENABLE_LOCALIZATION configuration parameter 2024-04-17 11:54:29 -04:00
157df069e8 Closes #15738: Remove configuration parameters date & time formatting 2024-04-17 11:50:14 -04:00
f0aca5bac1 Remove notes referencing past releases 2024-04-17 08:41:51 -04:00
c858aa33cc Fix broken link in installation guide 2024-04-17 08:37:38 -04:00
4284028bb0 Closes #15727: Add tab template context variable in the plugin doc 2024-04-17 08:30:39 -04:00
21db54ae2f Closes #15740: Fix typos and deprecated List in docs (#15741)
* Fix typos in migration-v4.md

* Replace typing.List with list

typing.List is deprecated since Python 3.9

* Also replace typing.List with list in graphql-api.md
2024-04-17 08:28:03 -04:00
17e8773c8c Changelog for #15640, #15644, #15654, #15668, #15685 2024-04-15 12:10:33 -04:00
5098422f68 Fixes #15644 - Add the ability to configure HSTS in NetBox (#15683)
* Added SECURE_HSTS_SECONDSm SECURE_HSTS_INCLUDE_SUBDOMAINS, and SECURE_HSTS_PRELOAD to settings.py

* Addressed some PR comments.

* Apply suggestions from code review

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-15 10:19:15 -04:00
379fe7c160 Changelog for #15605, #15616, #15617, #15619, #15637, #15638 2024-04-11 10:46:52 -04:00
b7668fbfc3 PRVB 2024-04-04 16:23:16 -04:00
ad0e476788 Release v3.7.5 2024-04-04 16:06:42 -04:00
48a3f3cb70 Changelog for #14707, #15039, #15598, #15608, #15609 2024-04-04 15:05:49 -04:00
238fa704b9 add example showing how to order results. (#15627)
* add example showing how to order results.

This addresses issue 15622 by building off filtering example to
show how to order results on a named field.

* Apply suggestions from code review

---------

Co-authored-by: Frank Clements <fclements@scoore.net>
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-04 14:21:26 -04:00
0abd0948b6 Closes #15607: Update upgrade path diagram 2024-04-03 14:25:32 -04:00