MA Gang
7ab2ebcb75
Disable Directory Browsing for Static file path in Apache2 config
2024-09-09 08:21:05 -04:00
Peter Eckel
16f74f7b03
Fixed view permissions for ObjectChange
2024-09-05 12:58:37 -04:00
Jeremy Stretch
76ff329c6a
Closes #17384 : Reorder GitHub issue templates
2024-09-05 12:57:04 -04:00
Arthur Hanson
ed1b8bc88d
16349 add warning to custom script docs
2024-09-05 12:52:16 -04:00
github-actions
684cdda8f4
Update source translation strings
2024-09-05 05:02:14 +00:00
Jeremy Stretch
2a1710b82c
Changelog for #17332 , #17353 , #17354 , #17364
2024-09-04 17:05:24 -04:00
Arthur Hanson
7404caed3a
17353 make map buttons consistent ( #17371 )
...
* 17353 make map buttons consistent
* 17353 fix margin
2024-09-04 17:01:16 -04:00
Jeremy Stretch
5c33aa8bdd
Fixes #17332 : Restore pagination for object list dashboard widgets
2024-09-04 16:20:19 -04:00
Arthur Hanson
8cc0616019
17354 fix import with custom-field ( #17368 )
...
* 17354 fix import with custom-field
* 17354 change to use kwargs
2024-09-04 16:15:44 -04:00
github-actions
886d635524
Update source translation strings
2024-09-04 05:02:15 +00:00
Jeremy Stretch
7bc0d34196
Merge pull request #17350 from netbox-community/develop
...
Release v4.1.0
2024-09-03 15:09:35 -04:00
Jeremy Stretch
9cfb3bf24d
Release v4.1.0
2024-09-03 14:45:28 -04:00
Jeremy Stretch
8707c44a85
Merge pull request #17349 from netbox-community/feature
...
Move to v4.1
2024-09-03 14:18:51 -04:00
Jeremy Stretch
16dfafa35b
Update changelog
2024-09-03 13:56:29 -04:00
Jeremy Stretch
39c5f57c1e
Fix broken link
2024-09-03 13:36:39 -04:00
Jeremy Stretch
7c0bdf3fb8
#17289 : Document new default configuration
2024-09-03 12:17:56 -04:00
Jeremy Stretch
a777850702
Merge branch 'develop' into feature
2024-09-03 11:59:59 -04:00
Jeremy Stretch
0b120e6ad2
Merge pull request #17346 from netbox-community/develop
...
Release v4.0.11
2024-09-03 10:50:46 -04:00
Jeremy Stretch
e174a8af09
Release v4.0.11
2024-09-03 10:33:47 -04:00
Jeremy Stretch
77d1dc4807
Compile translations
2024-09-03 10:16:26 -04:00
dependabot[bot]
2f1798c7de
Bump micromatch from 4.0.5 to 4.0.8 in /netbox/project-static
...
Bumps [micromatch](https://github.com/micromatch/micromatch ) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases )
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8 )
---
updated-dependencies:
- dependency-name: micromatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 10:12:50 -04:00
transifex-integration[bot]
52b7f62b10
Updates for project NetBox ( #17345 )
...
* Translate django.po in es
100% translated source file: 'django.po'
on 'es'.
* Translate django.po in ru
100% translated source file: 'django.po'
on 'ru'.
* Translate django.po in ja
100% translated source file: 'django.po'
on 'ja'.
* Translate django.po in cs
100% translated source file: 'django.po'
on 'cs'.
* Translate django.po in da
100% translated source file: 'django.po'
on 'da'.
* Translate django.po in nl
100% translated source file: 'django.po'
on 'nl'.
* Translate django.po in de
100% translated source file: 'django.po'
on 'de'.
* Translate django.po in pl
100% translated source file: 'django.po'
on 'pl'.
* Translate django.po in it
100% translated source file: 'django.po'
on 'it'.
* Translate django.po in tr
100% translated source file: 'django.po'
on 'tr'.
* Translate django.po in uk
100% translated source file: 'django.po'
on 'uk'.
* Translate django.po in pt
100% translated source file: 'django.po'
on 'pt'.
* Translate django.po in fr
100% translated source file: 'django.po'
on 'fr'.
* Translate django.po in zh
100% translated source file: 'django.po'
on 'zh'.
---------
Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-09-03 10:11:56 -04:00
Brian Candler
7a2ff96abe
Hide exception in ObjectCountsWidget for models without a xxx_list
view function ( #17342 )
...
* Hide exception in ObjectCountsWidget for models without a `xxx_list` view function
Fixes #17341
* Disable hyperlink for invalid view names
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-09-03 09:38:06 -04:00
Jeremy Stretch
814b699204
Fixes #17323 : Associate job with script object when executed using runscript command
2024-09-03 09:20:18 -04:00
bctiemann
ce33e0bc0c
Fixes : #17320 - New screenshots for 4.1 UI ( #17331 )
...
* New screenshots for 4.1
* Remove footer info
* Add bookmarks to dashboard to match previous
* Reverse ordering of bookmarks
* Fix colors of cables in cable-trace.png
* New screenshots for 4.1
* Recapture screenshots with better rendering gradient
* Better sidebar on cable-trace.png
2024-09-03 09:03:41 -04:00
Jeremy Stretch
d18a853baa
Fixes #17337 : Fix ordering of virtual device contexts by device name
2024-09-03 08:58:13 -04:00
Arzhel Younsi
b2bbdbf1d9
runscript: use the previously defined "user"
...
There is already a logic set earlier in the code to define "user" if --user is passed as parameter, and default to the user with the lowest ID no none is provided.
This patch uses this "user" to run the job instead of always applying the default.
2024-09-03 08:42:37 -04:00
Jeremy Stretch
56f110c2a9
Closes #17288 : Limit the number of aliases within a GraphQL API requests to 10 ( #17329 )
...
* Closes #17288 : Limit the number of aliases within a GraphQL API request to 10
* Introduce GRAPHQL_MAX_ALIASES config parameter
2024-09-02 09:30:41 -04:00
Jeremy Stretch
31d5d8c395
Fixes #17301 : Fix script module edit & delete button styling ( #17328 )
2024-09-02 08:38:16 -04:00
Arthur Hanson
00874ac9e7
17289 enforce minimum password strength ( #17299 )
...
* 17289 add password validation
* 17289 add password validation
* 17289 fix tests
* 17289 fix tests
* Update netbox/utilities/password_validation.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Update netbox/utilities/password_validation.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* Update netbox/utilities/password_validation.py
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
* 17289 update tests
* 17289 remove common password check
* 17289 fix user create
* 17289 revert _post_clean
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-08-30 17:23:01 -04:00
Daniel Sheppard
4fead1c85f
Fixes : #17310 - Properly restrict GraphQL related object queries ( #17312 )
...
* Fixes : #17310 - Fix GraphQL restriction of related objects
* Fix some failing tests
* Fix test
2024-08-30 14:22:58 -04:00
Jeremy Stretch
b4dd57f3c7
#8198 : Rename CustomField.validation_unique to unique ( #17325 )
...
* #8198 : Rename CustomField.validation_unique to unique
* Update CustomField model documentation
2024-08-30 13:44:03 -04:00
Arthur Hanson
8fff4e2a5d
12826 make RackType.form_factor required ( #17327 )
...
* 12826 make RackType.form_factor required
* 12826 fix tests
2024-08-30 13:43:07 -04:00
Jeremy Stretch
6db29880cc
Update changelog
2024-08-30 13:31:41 -04:00
Arthur Hanson
829bef041d
11969 remove airflow from racktype ( #17324 )
...
* 11969 remove airflow from racktype
* 11969 remove airflow from racktype
* 11969 update docs
* 11969 fix rack edit
* Rename migration
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-08-30 13:30:51 -04:00
Jeremy Stretch
b797fcc03d
Closes #17318 : Include provider in nested API representation of circuits
2024-08-30 13:13:33 -04:00
Jeremy Stretch
af93b47f94
#17051 : Tag ISOLATED_DEPLOYMENT as a v4.1 feature
2024-08-30 10:19:22 -04:00
Jeremy Stretch
10a74492f6
#17143 : Update docs for nested serializer use
2024-08-30 10:18:29 -04:00
Jeremy Stretch
a6b1f97525
#16782 : Fix help text on form field
2024-08-30 09:36:27 -04:00
Jeremy Stretch
a09c1667ff
#15106 : Put distance & distance_unit on same line in model form
2024-08-30 08:40:16 -04:00
github-actions
91ad3f22a3
Update source translation strings
2024-08-30 05:02:15 +00:00
Jeremy Stretch
cdf2fdee83
#14692 : Correct VirtualDisk model docs
2024-08-29 16:48:48 -04:00
Arthur Hanson
2f53dc0095
17302 fix log level filtering
2024-08-29 15:58:13 -04:00
Arthur Hanson
a9a926cc72
17306 fix vlan group utilization
2024-08-29 15:56:06 -04:00
Jeremy Stretch
00d8eb40fc
#11969 : Cleanup ( #17308 )
...
* Shorten choice constant names
* Add filter tests for airflow
2024-08-29 15:47:11 -04:00
Jeremy Stretch
db6246a437
#10500 : Cleanup ( #17305 )
...
* Use MPTTColumn for module bays
* Fix return URLs
* Omit extraneous relationships from nested serializers
* Add note re: v4.1
2024-08-29 15:38:53 -04:00
Jeremy Stretch
9a11191ac5
#7025 : Cleanup
2024-08-29 15:38:16 -04:00
Jeremy Stretch
6f7bf5baf4
Merge branch 'develop' into feature
2024-08-29 10:51:38 -04:00
Jeremy Stretch
31f167d0f9
PRVB
2024-08-29 09:51:06 -04:00
Jeremy Stretch
e93e9ac4a0
Merge pull request #17297 from netbox-community/develop
...
Release v4.0.10
2024-08-29 09:47:31 -04:00