Commit Graph

13314 Commits

Author SHA1 Message Date
Jeremy Stretch
de8ff95f0d Add termination & type to CircuitTerminationTable 2024-10-31 08:49:31 -04:00
Jeremy Stretch
eeb9c6b1b2 Clean up termination attrs display 2024-10-31 08:43:46 -04:00
Jeremy Stretch
843fe3498b Fix missing imports 2024-10-31 08:38:28 -04:00
Jeremy Stretch
cc10fcaf38 Fix terminations in circuits table 2024-10-31 08:36:19 -04:00
Jeremy Stretch
3d45fabcfc Misc cleanup 2024-10-30 17:08:11 -04:00
Arthur Hanson
9dace08ed1 9604 fix form termination side reference 2024-10-30 11:02:33 -07:00
Arthur Hanson
2517be3ee3 9604 update docs 2024-10-30 10:54:17 -07:00
Arthur Hanson
2a0c0183ba 9604 sitegroup -> site_group 2024-10-30 10:37:27 -07:00
Arthur Hanson
ab9e1443fc 9604 fix _circuit_terminations 2024-10-30 09:55:49 -07:00
Arthur Hanson
200bf74636 9604 fix _circuit_terminations 2024-10-30 09:40:57 -07:00
Arthur Hanson
d6adebbe6b 9604 scope->termination 2024-10-30 09:10:57 -07:00
Arthur Hanson
5b7fda6075 9604 review changes 2024-10-30 07:57:51 -07:00
Arthur Hanson
3c4d8bb4a1 Merge branch 'feature' into 9604-circuit-termination-location-2 2024-10-30 07:34:45 -07:00
Brian Tiemann
572aad0e20 Update adding-models.md to reflect changes to get_absolute_url 2024-10-29 09:15:24 -04:00
Arthur Hanson
99904c1518 Merge branch 'develop' into feature 2024-10-28 14:29:48 -07:00
Jeremy Stretch
813347121e Release v4.1.5 2024-10-28 16:59:44 -04:00
transifex-integration[bot]
c383086aac
Updates for project NetBox (#17875)
* Translate django.po in cs

100% translated source file: 'django.po'
on 'cs'.

* Translate django.po in de

100% translated source file: 'django.po'
on 'de'.

* Translate django.po in es

100% translated source file: 'django.po'
on 'es'.

* 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 fr

100% translated source file: 'django.po'
on 'fr'.

* Translate django.po in ja

100% translated source file: 'django.po'
on 'ja'.

* Translate django.po in pt

100% translated source file: 'django.po'
on 'pt'.

* 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 zh

100% translated source file: 'django.po'
on 'zh'.

* Translate django.po in ru

100% translated source file: 'django.po'
on 'ru'.

* Translate django.po in uk

100% translated source file: 'django.po'
on 'uk'.

* Translate django.po in pl

100% translated source file: 'django.po'
on 'pl'.

---------

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2024-10-28 16:50:34 -04:00
Jeremy Stretch
dba6e532c4 Pin django-rq to <3.0 2024-10-28 16:18:11 -04:00
Jeremy Stretch
f0eb8b9c64 Pin rq to LESS THAN v2.0 2024-10-28 16:13:34 -04:00
Jeremy Stretch
f56843333d Pin rq to <2.0 2024-10-28 16:07:50 -04:00
Jeremy Stretch
8279eaff5b Update source translation strings 2024-10-28 15:22:19 -04:00
bctiemann
ca210168df
Fixes: #17358 - Ensure correct comparison of overlapping IPRanges (#17391)
* Add new INET lookups for net_host_lt/gt/lte/gte comparisons irrespective of subnet inclusion

* Refactor Lookup subclasses to be more DRY

* Move comparison_sql to class attribute

* Add HostAsInet(Transform) to perform cast

* Remove unnecessary Lookup comparison classes

* Chain Host and Inet instead of making a new transform
2024-10-28 15:07:59 -04:00
Arthur Hanson
476194f0aa
17460 make ModuleType / DeviceType bulk buttons consistent (#17463)
* 17460 make ModuleType / DeviceType bulk buttons consistent

* 17460 refactor moduletype/devicetype to use standardized object_children

* 17460 refactor moduletype/devicetype to use standardized object_children

* 17460 refactor moduletype/devicetype to use standardized object_children
2024-10-28 15:04:45 -04:00
Alexander Haase
69e1394fef Fix job field validation
Previously, fields in the Job model were not validated when the job was
created. Now 'full_clean()' is called before saving the job to ensure
valid data.
2024-10-28 13:40:20 -04:00
Arthur Hanson
b206362362 9604 fix forms 2024-10-25 15:11:28 -07:00
Arthur Hanson
486003474f 9604 fix tests 2024-10-25 14:45:43 -07:00
Arthur Hanson
921a4af2d9 9604 fix tests 2024-10-25 14:24:59 -07:00
Arthur Hanson
0db4252273 9604 remove provider_network 2024-10-25 13:31:22 -07:00
Jeremy Stretch
ac12eae0b7 Fix issue templates 2024-10-24 16:41:14 -04:00
xee8ai
ce67d2c13b Fix ambiguous shebang in netbox/manage.py. 2024-10-24 09:04:49 -04:00
Jeremy Stretch
97eb5bda50 Closes #17832: Don't validate terminations on Cable instance when importing from serialzied data 2024-10-24 08:28:30 -04:00
Jeremy Stretch
6251296776 Remove subjective priority reasons 2024-10-24 08:27:01 -04:00
Arthur Hanson
e7b382df01 fix tests 2024-10-22 13:43:54 -07:00
Arthur Hanson
d3b46a53a8 fix tests 2024-10-22 13:01:48 -07:00
Arthur Hanson
25d523b671 fix tests 2024-10-22 12:19:48 -07:00
Arthur Hanson
1b11b2613a fix tests 2024-10-22 11:36:24 -07:00
Arthur Hanson
510b159344 fix tests 2024-10-22 11:08:21 -07:00
Arthur Hanson
bc3e1afe93 fix tests 2024-10-22 09:15:59 -07:00
Arthur Hanson
343e0ad366 fix tests 2024-10-22 08:50:09 -07:00
Arthur Hanson
0e60a5de44 9604 updates 2024-10-21 15:42:04 -07:00
Arthur Hanson
60f6bc3e88 9604 fix table 2024-10-21 15:27:04 -07:00
Arthur Hanson
e0db49f981 9604 fix tests 2024-10-21 15:18:25 -07:00
Arthur Hanson
702aa7ac86 9604 fix tests 2024-10-21 14:35:50 -07:00
Arthur Hanson
51296bb6bb 9604 fix migration merge 2024-10-21 11:54:06 -07:00
Arthur Hanson
97f0f158db Merge branch 'feature' into 9604-circuit-termination-location-2 2024-10-21 11:49:14 -07:00
Arthur Hanson
3bde152b84 9604 tests and detail template 2024-10-21 11:33:44 -07:00
Arthur Hanson
e35c98e2e6 9604 graphql 2024-10-21 11:25:11 -07:00
Arthur Hanson
489ccc9725 9604 serializers 2024-10-21 11:21:01 -07:00
Arthur Hanson
8ba899d1c7 9604 form bulk_edit 2024-10-21 11:12:40 -07:00
Arthur Hanson
30c5fa8c7a 9604 form bulk_import 2024-10-21 11:09:46 -07:00