nautobot 3.0.0rc2__py3-none-any.whl → 3.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of nautobot might be problematic. Click here for more details.
- nautobot/core/celery/__init__.py +46 -1
- nautobot/core/cli/bootstrap_v3_to_v5.py +125 -44
- nautobot/core/jobs/bulk_actions.py +12 -6
- nautobot/core/settings.py +13 -0
- nautobot/core/settings.yaml +22 -0
- nautobot/core/templates/components/panel/body_wrapper_generic_table.html +1 -1
- nautobot/core/templates/nautobot_config.py.j2 +14 -1
- nautobot/core/templates/redoc_ui.html +3 -0
- nautobot/core/testing/views.py +1 -1
- nautobot/core/tests/test_jobs.py +118 -0
- nautobot/core/tests/test_views.py +24 -0
- nautobot/core/ui/bulk_buttons.py +2 -3
- nautobot/core/views/generic.py +1 -0
- nautobot/core/views/mixins.py +6 -7
- nautobot/core/views/renderers.py +1 -0
- nautobot/core/views/utils.py +3 -3
- nautobot/extras/jobs.py +48 -2
- nautobot/extras/models/models.py +19 -0
- nautobot/extras/tables.py +9 -6
- nautobot/extras/templates/extras/approval_workflow/approve.html +9 -2
- nautobot/extras/templates/extras/approval_workflow/deny.html +9 -3
- nautobot/extras/tests/test_customfields_filters.py +84 -4
- nautobot/extras/tests/test_views.py +40 -4
- nautobot/extras/views.py +63 -38
- nautobot/project-static/dist/css/nautobot.css +1 -1
- nautobot/project-static/dist/css/nautobot.css.map +1 -1
- nautobot/ui/src/scss/nautobot.scss +2 -1
- {nautobot-3.0.0rc2.dist-info → nautobot-3.0.1.dist-info}/METADATA +1 -1
- {nautobot-3.0.0rc2.dist-info → nautobot-3.0.1.dist-info}/RECORD +33 -33
- {nautobot-3.0.0rc2.dist-info → nautobot-3.0.1.dist-info}/LICENSE.txt +0 -0
- {nautobot-3.0.0rc2.dist-info → nautobot-3.0.1.dist-info}/NOTICE +0 -0
- {nautobot-3.0.0rc2.dist-info → nautobot-3.0.1.dist-info}/WHEEL +0 -0
- {nautobot-3.0.0rc2.dist-info → nautobot-3.0.1.dist-info}/entry_points.txt +0 -0
|
@@ -1459,13 +1459,14 @@ textarea {
|
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
1461
|
/* Code */
|
|
1462
|
-
code:not(.hljs) {
|
|
1462
|
+
:not(pre) > code:not(.hljs) { /* Select only `code` which are not immediate children of `pre`, that is _inline code_. */
|
|
1463
1463
|
@extend kbd;
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
1466
|
pre:not(:has(code.hljs)) { /* Do not include highlight.js in this rule because it has its own set of styles. */
|
|
1467
1467
|
background: var(--#{$prefix}secondary-bg);
|
|
1468
1468
|
border-radius: $border-radius;
|
|
1469
|
+
color: $kbd-color;
|
|
1469
1470
|
padding-block: map.get($spacers, 8);
|
|
1470
1471
|
padding-inline: map.get($spacers, 10);
|
|
1471
1472
|
}
|
|
@@ -131,7 +131,7 @@ nautobot/core/api/views.py,sha256=fcdVAgF1E_bg_VW5tnUepzGsEC5AKiZ1175Mry6T0jo,40
|
|
|
131
131
|
nautobot/core/apps/__init__.py,sha256=-_lqy3hq-m7toasblxKlKGkf9uHksFB93nL03G8WQ6g,16864
|
|
132
132
|
nautobot/core/authentication.py,sha256=fKxmPyvdUWGXrTYxA8ds8XGDW9DJjw14azV1x_ae4Sc,6210
|
|
133
133
|
nautobot/core/branching.py,sha256=Mcb8M03144ZSVYx6e6IWJ-Y0OHnlLwpFo7Xu70Qmno0,3515
|
|
134
|
-
nautobot/core/celery/__init__.py,sha256=
|
|
134
|
+
nautobot/core/celery/__init__.py,sha256=z_Zu1LH35x5VuFK6SZRtI-TuDqcpX2BCW1HVsniH_-0,11682
|
|
135
135
|
nautobot/core/celery/backends.py,sha256=Ijhh5tKLCzErnyLml1tnPw3lDH4UUaBoQ2L0Dsasoy8,3880
|
|
136
136
|
nautobot/core/celery/control.py,sha256=0J8kyyCOKt7WMrkwLr-qW5loCfsO8GnuyEhgmu8NZOs,1538
|
|
137
137
|
nautobot/core/celery/encoders.py,sha256=nIJusAmZBLmjSM5h_3lwviLDSPKx6qTi13B3fJibwDI,3020
|
|
@@ -142,7 +142,7 @@ nautobot/core/checks.py,sha256=-niXtwH1eebYRKPNhtqcUcU_9TFR3dDj0oPc52THKis,6669
|
|
|
142
142
|
nautobot/core/choices.py,sha256=9YuA3h2DmLLcXXmPKkbMAR3rzpvjy6IIhLkvfDaYQ0k,6698
|
|
143
143
|
nautobot/core/cli/__init__.py,sha256=VZEIGaam3C3HDYv4WJT-CrGJRtr8SiddlTb8nQgt60g,12608
|
|
144
144
|
nautobot/core/cli/__main__.py,sha256=tYe4q7TQEYS_jxpxmgnEZSIhFhFAUHXkeKuSG6dni8E,43
|
|
145
|
-
nautobot/core/cli/bootstrap_v3_to_v5.py,sha256=
|
|
145
|
+
nautobot/core/cli/bootstrap_v3_to_v5.py,sha256=y2Rdwu5CnAtSdD270DNOYp8O1uInLn0YO__bM7j8b-g,43984
|
|
146
146
|
nautobot/core/cli/bootstrap_v3_to_v5_changes.yaml,sha256=62hia9ZBaZ_RVSClkUArG5f1qHeE3GkFWv2QxWK3TXw,9364
|
|
147
147
|
nautobot/core/cli/migrate_deprecated_templates.py,sha256=8oIZVrOrBRYUL7Nog6U-jlphK4Yi1s82yTmRMbbgkLA,9757
|
|
148
148
|
nautobot/core/constants.py,sha256=HOAtWsGZ0Dg-uIIIA2_S5AY6GY5YDeMwU7vDz_1ROWk,5516
|
|
@@ -169,7 +169,7 @@ nautobot/core/graphql/schema_init.py,sha256=JuUE1ZhdlN9zRIKkOv1IHyVjIQqEiZrkyEHT
|
|
|
169
169
|
nautobot/core/graphql/types.py,sha256=_I-J0S5HFUmG4Hwt2sIbAoSllERZRQl-uoR6MwI7V6E,1547
|
|
170
170
|
nautobot/core/graphql/utils.py,sha256=9TIK-7Z-ImXSqpONvM7TMa1Xyv2G98WVF4j0LaSFVdg,4668
|
|
171
171
|
nautobot/core/jobs/__init__.py,sha256=afjQxV3h1u-8P8eVzA-xA-KXXjQTyX1484cgc8pOhyE,27059
|
|
172
|
-
nautobot/core/jobs/bulk_actions.py,sha256=
|
|
172
|
+
nautobot/core/jobs/bulk_actions.py,sha256=Nr0eGbFv3HuUd8_ym2g-w5VyUksKgLXnTY6AyC56RZo,12042
|
|
173
173
|
nautobot/core/jobs/cleanup.py,sha256=yc9yScRjIU3XjGl8sisWIZna7RDKK4YT7tUVweRkKwY,7319
|
|
174
174
|
nautobot/core/jobs/groups.py,sha256=_vL5bdWXUoWtEGSlQYLbNGZ7JYwfgGAZViYRfePWrKE,2790
|
|
175
175
|
nautobot/core/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -201,8 +201,8 @@ nautobot/core/models/tree_queries.py,sha256=5Jq3x-RhWa15UpFjBcmbxj7Sb8nU1zXcMzAi
|
|
|
201
201
|
nautobot/core/models/utils.py,sha256=OYH3EHCgClVU0-yZWGXI0wicF2zcp60gUlZ5ghOj7Lw,10810
|
|
202
202
|
nautobot/core/models/validators.py,sha256=ckZuqwAjxFb1b_X5t0j3oPqmDv2TvDsYC-OJKOMNoWY,2089
|
|
203
203
|
nautobot/core/releases.py,sha256=fqbWLBaYI8rlxfCGDhOaUCpbHAbFHGIsNX9DWgw0XeE,1214
|
|
204
|
-
nautobot/core/settings.py,sha256=
|
|
205
|
-
nautobot/core/settings.yaml,sha256=
|
|
204
|
+
nautobot/core/settings.py,sha256=klv1ZEYjEy-FthB49QDq-FWWv3X9OGPtB4kzDun2OWI,52673
|
|
205
|
+
nautobot/core/settings.yaml,sha256=5ulUzy0Kskp4-buCkZDKmBzMQuXqPs2F8CX5pYFoWCY,89080
|
|
206
206
|
nautobot/core/settings_funcs.py,sha256=5GjeyajETxtn-FEglDOCErn3VIjR1XzDtthdc6oCl7Q,7113
|
|
207
207
|
nautobot/core/signals.py,sha256=2fLrxqk8OM3YfG8dkFkv_f0ddRfjjz7IDUY9B470s2c,3330
|
|
208
208
|
nautobot/core/tables.py,sha256=gXomMMMQDHmot61y6sAt83PkbmSJDRKyaV062RPz4eg,36610
|
|
@@ -253,7 +253,7 @@ nautobot/core/templates/components/panel/body_content_objects_table.html,sha256=
|
|
|
253
253
|
nautobot/core/templates/components/panel/body_content_tags.html,sha256=YkZiluIYYhuzl4WxV0OWtbh9unhZC-VC8mpjn3lmZpk,155
|
|
254
254
|
nautobot/core/templates/components/panel/body_content_text.html,sha256=WP7xEJ59jf7zKAG6AlVExsxP1ImNGLjs2W_yfv1cu6E,327
|
|
255
255
|
nautobot/core/templates/components/panel/body_wrapper_generic.html,sha256=7L05opCRckfaYSrEOqjEH3mE3wXmSDxMqnGaoPuMPvI,147
|
|
256
|
-
nautobot/core/templates/components/panel/body_wrapper_generic_table.html,sha256=
|
|
256
|
+
nautobot/core/templates/components/panel/body_wrapper_generic_table.html,sha256=4j7bHYIk3znncmcHxXsH1WT0xw9EXfrnUgO7999cbLU,126
|
|
257
257
|
nautobot/core/templates/components/panel/body_wrapper_key_value_table.html,sha256=AnOmIvIII-YzRJS7zAw7arRgbK9OpaWgycYTr0uITy0,171
|
|
258
258
|
nautobot/core/templates/components/panel/body_wrapper_table.html,sha256=voTJNyuYebitIkKRHJMAA_yOYEYof8uqvLDa7RWVWqQ,155
|
|
259
259
|
nautobot/core/templates/components/panel/footer_contacts_table.html,sha256=DE8kiQ1CuNNi7mktVgj2ucnuIqHW9Evaz6bkVaeM9os,1179
|
|
@@ -324,9 +324,9 @@ nautobot/core/templates/inc/tenant_table_row.html,sha256=walLLuVmTw-ATq2YIULFY1i
|
|
|
324
324
|
nautobot/core/templates/login.html,sha256=9GllTGhuZntm2glBNPxUnuX7yb4Jk9M5MWUVBswtsRo,2768
|
|
325
325
|
nautobot/core/templates/media_failure.html,sha256=TJ7omJGLIpp1O1xGHIkVOtgpPfbw6csVVOyYLJkTjzI,2159
|
|
326
326
|
nautobot/core/templates/modals/modal_theme.html,sha256=iVYy1BOiw8_gzfqOt4e5RxAadO4BjuFjaGqTC-ye0tI,1671
|
|
327
|
-
nautobot/core/templates/nautobot_config.py.j2,sha256=
|
|
327
|
+
nautobot/core/templates/nautobot_config.py.j2,sha256=qZTDhAuCJZcrcjP7UPsTQZSqv_rqH4ygGLhXnUy3A8M,27707
|
|
328
328
|
nautobot/core/templates/panel_table.html,sha256=HkaWu24U3YDgxSB0fYq7C2g0ouTekMusfDyZ3LiuOBs,881
|
|
329
|
-
nautobot/core/templates/redoc_ui.html,sha256=
|
|
329
|
+
nautobot/core/templates/redoc_ui.html,sha256=vkDNg5rJQb0xmQMt0OwInD-yRAgPcRZbldbTE3oDG5s,2876
|
|
330
330
|
nautobot/core/templates/responsive_table.html,sha256=txqCabAR75bIez2wTX5byRF5u7ri0YabZ7Cati6rZC0,156
|
|
331
331
|
nautobot/core/templates/rest_framework/api.html,sha256=SpMhaXgpbL_vrOVD5HmbMDHnjv8vORw6cKkxOd3nRjI,7883
|
|
332
332
|
nautobot/core/templates/search.html,sha256=NyA3IYpOyKpPuDFbUuzDt6NG5B9cJARHcwhx6N888IA,3064
|
|
@@ -380,7 +380,7 @@ nautobot/core/testing/mixins.py,sha256=A_0IAttEjOBsws8gYQmq9nPi75ugdFyOybny0N7Ko
|
|
|
380
380
|
nautobot/core/testing/models.py,sha256=IMwZ4HNToX60iM2M1U_4R7nxLA8UUHXR01kSDtwBF8s,3294
|
|
381
381
|
nautobot/core/testing/schema.py,sha256=-AQe921CH7M0j-YZ-kDzXz2e5gmU2lV_pj_P5lnpRP4,6856
|
|
382
382
|
nautobot/core/testing/utils.py,sha256=QLzvh2WbPCb7sGfjtIUH4omWhcVRKjkZzWTon17OwLs,4938
|
|
383
|
-
nautobot/core/testing/views.py,sha256=
|
|
383
|
+
nautobot/core/testing/views.py,sha256=TsgsEoKU4J5c7FYAXPVfZ6U6xiV6lALf0JzVsmgeI64,92242
|
|
384
384
|
nautobot/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
385
|
nautobot/core/tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
386
386
|
nautobot/core/tests/integration/test_app_home.py,sha256=4D6iHL2fTctghqgDZweXu3FSUrfg1CrrG_rQW3CXkys,6083
|
|
@@ -413,7 +413,7 @@ nautobot/core/tests/test_filters.py,sha256=1QOISv3v4DRoQJEs8lLUgEU1oJL6ryV7Ijio6
|
|
|
413
413
|
nautobot/core/tests/test_forms.py,sha256=o6aNppUt82z3uBw_AfLA2rgiRvivIYMT2M-Cx0wTMG4,37422
|
|
414
414
|
nautobot/core/tests/test_graphql.py,sha256=FK5a0x7bMMREG-wqOxzmStxOvzWSdKkmx5kxUKbMZBU,110526
|
|
415
415
|
nautobot/core/tests/test_jinja_filters.py,sha256=y5MqljKR0SyfVP-yXdy6OrcID0_3aURfDoUg-zme5Jc,6088
|
|
416
|
-
nautobot/core/tests/test_jobs.py,sha256=
|
|
416
|
+
nautobot/core/tests/test_jobs.py,sha256=Qpg6XbAaXpyE15Y6neq9GvRrBbIhBYQgySB4JKavIBM,69039
|
|
417
417
|
nautobot/core/tests/test_logging.py,sha256=rmuKmhWEac2HBZMn27GA9c9LEjFshzwTDmXnXukWXvk,3043
|
|
418
418
|
nautobot/core/tests/test_managers.py,sha256=31PqBV_T83ZLoYxpKr-Zo0wD9MC366l-OBrjfLnaTOM,5653
|
|
419
419
|
nautobot/core/tests/test_models.py,sha256=teVHjPDHSOMPlonbp9_ECs4KAWmzf8xgxdqjfHnKtro,9521
|
|
@@ -435,13 +435,13 @@ nautobot/core/tests/test_titles.py,sha256=DtLofWA3nOQQ_cJVVuMCTKXnL3mW48_o4RZ40e
|
|
|
435
435
|
nautobot/core/tests/test_tree_queries.py,sha256=R5zSITXmg5hhHAQpSQZlSIdho9ugW6OadUoUx-kLxMc,4959
|
|
436
436
|
nautobot/core/tests/test_ui.py,sha256=l6jI5uWlVL_8ovWWWJHb43bJtn6bZuOh0OuFQ8NmbUg,30489
|
|
437
437
|
nautobot/core/tests/test_utils.py,sha256=-lFysEIYr3s2Hgaolc6cwY629_HZxk6TOOapuiGV_bA,55265
|
|
438
|
-
nautobot/core/tests/test_views.py,sha256=
|
|
438
|
+
nautobot/core/tests/test_views.py,sha256=6fF70Da0XZrMCfJkTI9R0bZwzZ4E8pi_Wnsd8-aVJtM,46248
|
|
439
439
|
nautobot/core/tests/test_views_generic.py,sha256=msT6dYixS__q_XYqAmnQIPKZPbZzbUnGFGsY_lush7w,1468
|
|
440
440
|
nautobot/core/tests/test_views_utils.py,sha256=Weijuxudn0pQ4BngewXQWmUlPqX3nQnbpX-BC9oGwg4,20441
|
|
441
441
|
nautobot/core/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
442
442
|
nautobot/core/ui/base.py,sha256=tg8MQ1S_fs2m6pjIHoIX7cFDDVHCnV-8yjToOV9Be-4,446
|
|
443
443
|
nautobot/core/ui/breadcrumbs.py,sha256=xJR8G1oU9qeGQa09w5Xij2YYwD57ma3KfhllDfoq9FU,30515
|
|
444
|
-
nautobot/core/ui/bulk_buttons.py,sha256=
|
|
444
|
+
nautobot/core/ui/bulk_buttons.py,sha256=1vHAp8n5-fxGvFrlnvomRf98yLYkrfYWwBRNxa6lDpc,1484
|
|
445
445
|
nautobot/core/ui/choices.py,sha256=01y7iu6vCRnDBfqyVzGy4c429Byrbv5D1UtieY6Wi_E,6218
|
|
446
446
|
nautobot/core/ui/constants.py,sha256=LKXyZZqdUgK5YD_ohlVigTerWgebIs18o-xVNaMsTiU,1744
|
|
447
447
|
nautobot/core/ui/echarts.py,sha256=wDVN5lNbQoYlA7grjtaONonkXgO-CZltKEx7MPz1XII,18941
|
|
@@ -468,12 +468,12 @@ nautobot/core/utils/permissions.py,sha256=IjU3WZUG0IKdzXB7FhPheUVVh2yttOGQIlHHEb
|
|
|
468
468
|
nautobot/core/utils/querysets.py,sha256=Fsftouekyf8POFNQfDJhLBVLbJr2dtpZsleEFFtpzYE,2517
|
|
469
469
|
nautobot/core/utils/requests.py,sha256=IPI_zCJXAfucnRubnsUE1YRghVnKfK238qHx1mZ2gpY,10318
|
|
470
470
|
nautobot/core/views/__init__.py,sha256=8GC-s70liAF2uJnflrGNk8WAuuim04gr1byyPpaRr8Y,26679
|
|
471
|
-
nautobot/core/views/generic.py,sha256=
|
|
472
|
-
nautobot/core/views/mixins.py,sha256=
|
|
471
|
+
nautobot/core/views/generic.py,sha256=lKIuDrush_kjV2gPRVEzY6dz0Qqw2PiMniLhTJ6naFo,67591
|
|
472
|
+
nautobot/core/views/mixins.py,sha256=HG6Jo2SFjpTcGJoGbJNLqA1w5k18tZxBJUyuMSWwPoA,67711
|
|
473
473
|
nautobot/core/views/paginator.py,sha256=EXGMQBOHNbczuSIR-2lsL2O-dRAV5R2qpjqtuV90O9E,2694
|
|
474
|
-
nautobot/core/views/renderers.py,sha256=
|
|
474
|
+
nautobot/core/views/renderers.py,sha256=5Ckk5SmROUcHLflXOBSCmyzYLq7h4AkN2j9D6N7z1UQ,18608
|
|
475
475
|
nautobot/core/views/routers.py,sha256=xdfNWuMRKF5woyrH3ISMDf8Y_ajSWMf0LTUMW0fs9bQ,2706
|
|
476
|
-
nautobot/core/views/utils.py,sha256=
|
|
476
|
+
nautobot/core/views/utils.py,sha256=ZvCSzar6nHKQpdE4-cW3hcqScw_Qd9bnVnTokC2gZhk,30148
|
|
477
477
|
nautobot/core/views/viewsets.py,sha256=W8STIacMpAJwvi0wQ_eYLncgPMdvqmwFCdbs96PBMNU,791
|
|
478
478
|
nautobot/core/wsgi.py,sha256=cujlOp6n3G0IjNSR6FMEzkIBV2uQI8UK7u3lEE7j1Xs,1184
|
|
479
479
|
nautobot/data_validation/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -794,7 +794,7 @@ nautobot/extras/graphql/types.py,sha256=agY80xhUNXeUTXVJoysO-FqvFEDsuPo9tb5FoX5t
|
|
|
794
794
|
nautobot/extras/group_sync.py,sha256=ZPeniNgB0mmDV6NARtx7gxTxeKRCZDebgkKbyBQ5RMI,1611
|
|
795
795
|
nautobot/extras/health_checks.py,sha256=A0R8ste1lpb5_dzamqvt6GcNDjcfQbWqreHbgCZZDrs,6810
|
|
796
796
|
nautobot/extras/homepage.py,sha256=mzWoPCEdGvpTD_cJeR2zVcUsGTiMduvm0VetdZ7kt1c,2986
|
|
797
|
-
nautobot/extras/jobs.py,sha256=
|
|
797
|
+
nautobot/extras/jobs.py,sha256=aluHkdVwndpdOYGE1uX0nQ8kSa-KZC9L4gYFAZrox9o,51922
|
|
798
798
|
nautobot/extras/jobs_ui.py,sha256=829mWaTBSM8MZ69qMRHr1zSyNh1l8qnTFWLwGsCyZJQ,9074
|
|
799
799
|
nautobot/extras/management/__init__.py,sha256=MkTgmHgXnMgSXSWHf_Xb0R8k0jWuhQXGBblW8X7Ovjs,16932
|
|
800
800
|
nautobot/extras/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -950,7 +950,7 @@ nautobot/extras/models/groups.py,sha256=hDMjKd9fT31_ZSFW2uIM_aeVHMNgEyQ83wCS0PnT
|
|
|
950
950
|
nautobot/extras/models/jobs.py,sha256=NHCVTJaLJTtFOKbJyGjLtZaCsim7wVxDonRaIVlep2Y,63047
|
|
951
951
|
nautobot/extras/models/metadata.py,sha256=sJ9ttzTMJGV4Zn6p9uz7SlhaMxa5wpyqhPi8Yzj_vKE,20628
|
|
952
952
|
nautobot/extras/models/mixins.py,sha256=j6KM2BiLv3KyGwDGEXcibN-puBux83DRDIA5UznBJoI,10490
|
|
953
|
-
nautobot/extras/models/models.py,sha256=
|
|
953
|
+
nautobot/extras/models/models.py,sha256=jy2BWaq53nIQqtEDwnG60WpYcLc47020pumM9BcslO0,42076
|
|
954
954
|
nautobot/extras/models/relationships.py,sha256=a6axwYw_wx3lAegVqs5RYPCYK0geP6_fRrgJP5qODWY,52072
|
|
955
955
|
nautobot/extras/models/roles.py,sha256=IoE2zlVJTUHNY8_iMtTaJgrmBBGwYHvDeAJnluXhNbw,1204
|
|
956
956
|
nautobot/extras/models/secrets.py,sha256=p735F1qX_Cw4qzQw3sWua8rjr-dJ-uovVNWR2EXLYfk,5825
|
|
@@ -971,13 +971,13 @@ nautobot/extras/secrets/__init__.py,sha256=0oyzkeGax2yZQOS6vkd4oMY-O8vsoV_DjbOgK
|
|
|
971
971
|
nautobot/extras/secrets/exceptions.py,sha256=cQXyJrW96wQyg78E3tJ13kFYZkG8OiVjWDwDUcDDixA,1564
|
|
972
972
|
nautobot/extras/secrets/providers.py,sha256=mR6cCdSD1J4PEdQFjkTawLJj7gaIqHKvirkh3uob5x8,2938
|
|
973
973
|
nautobot/extras/signals.py,sha256=TBPNaJ0APBo7cyR9gXV7zXS04P7JkaLQ_K8zxnRn0vI,28604
|
|
974
|
-
nautobot/extras/tables.py,sha256=
|
|
974
|
+
nautobot/extras/tables.py,sha256=XyyUDe-oAHgat35YYMjJ_PnPwWEkWtP3CFjcRETSLMY,57037
|
|
975
975
|
nautobot/extras/tasks.py,sha256=EC8LpX9n5_K1Ul5mnixd2mmDpcdAU6w1K2kiHlQG8LI,10822
|
|
976
976
|
nautobot/extras/templates/django_ajax_tables/ajax_wrapper.html,sha256=zosyYjVyvXl_6aTZ9JQap0Fg1vMMkEWGGlIbfwq-H-Y,2257
|
|
977
977
|
nautobot/extras/templates/extras/approval_dashboard.html,sha256=_qkJQXRpXjKtKrxHtTS5FLn05vrrdlnE1wQX53fvuzY,681
|
|
978
|
-
nautobot/extras/templates/extras/approval_workflow/approve.html,sha256=
|
|
978
|
+
nautobot/extras/templates/extras/approval_workflow/approve.html,sha256=zJYBm1PGK0PkSMyF24PgMMPSBQmcivSeUWZzj1LBwBc,736
|
|
979
979
|
nautobot/extras/templates/extras/approval_workflow/comment.html,sha256=jywcSWl3JY9vqawN7Wt6xM1naS1kOzsUHwoCtNvJEyA,313
|
|
980
|
-
nautobot/extras/templates/extras/approval_workflow/deny.html,sha256=
|
|
980
|
+
nautobot/extras/templates/extras/approval_workflow/deny.html,sha256=HjcabwB_MsseGYGGeEpoZobgbbwyMXGMAhoeL4PtuQA,684
|
|
981
981
|
nautobot/extras/templates/extras/approvalworkflowdefinition_update.html,sha256=AiIUSAjPjjO92E7BqGnwVlSj4ZC7S4G29jDUdK4FvYA,3578
|
|
982
982
|
nautobot/extras/templates/extras/approvalworkflowstage_retrieve.html,sha256=bdehPhOhMKRNGezPv72BTtccmj8rsjnduNRTJ0wW3Yc,1560
|
|
983
983
|
nautobot/extras/templates/extras/computedfield_edit.html,sha256=7MxWNIRiBio_AbKuTmhUgEiLB1_3ie6QrTXbLBR0D48,290
|
|
@@ -1136,7 +1136,7 @@ nautobot/extras/tests/test_approvals.py,sha256=N8uy3V4wpCgTWTudnNgftbXoq5Wct815V
|
|
|
1136
1136
|
nautobot/extras/tests/test_changelog.py,sha256=9FibdQaxCd6ilWOQAMfoizYBKIfP2zg-NcZQbGE_VSc,30337
|
|
1137
1137
|
nautobot/extras/tests/test_context_managers.py,sha256=autsPHycMrps0DK_2r_EjWeoJW5vxn3Pv9IyXdsyu-k,20403
|
|
1138
1138
|
nautobot/extras/tests/test_customfields.py,sha256=ekBorkYtKhhbK6piVPYpnduK1uZiY5l-IkYrTvJzBDM,101826
|
|
1139
|
-
nautobot/extras/tests/test_customfields_filters.py,sha256=
|
|
1139
|
+
nautobot/extras/tests/test_customfields_filters.py,sha256=ar8sRRNr8tY0SKQI_3dOk2WB8F21RU2E0Ll4JBMDnbY,27113
|
|
1140
1140
|
nautobot/extras/tests/test_datasources.py,sha256=PcpvhDFkUYBeJnVIPh-Uo77jjHTvt2aoH6T9RON9CJs,39482
|
|
1141
1141
|
nautobot/extras/tests/test_dynamicgroups.py,sha256=4HdhQV4PXVVqBUSLy5YxBm9krb5FirrXeR7bV8oKJbE,61578
|
|
1142
1142
|
nautobot/extras/tests/test_filters.py,sha256=OhqEOoHmihOJ7yZMFTBUv4ml3KZpik2rg1PSMzBUD9Y,94126
|
|
@@ -1153,11 +1153,11 @@ nautobot/extras/tests/test_relationships.py,sha256=rsXx2lauotlhb2-ZTxkt0AJrY1Ht6
|
|
|
1153
1153
|
nautobot/extras/tests/test_schema.py,sha256=8BcnvSWw7xeiHM7pmZFas4hD8tbIoml6-dTWK_Y0ngc,2489
|
|
1154
1154
|
nautobot/extras/tests/test_tags.py,sha256=QlsFqFimO-al_LtRG5ZX-uVpQ5EYgyVpp-rSmbQ4sT0,5031
|
|
1155
1155
|
nautobot/extras/tests/test_utils.py,sha256=gBeRo98gd6a6lMyynJwaAJt4v3shsv8WcscLm0uurqo,5774
|
|
1156
|
-
nautobot/extras/tests/test_views.py,sha256=
|
|
1156
|
+
nautobot/extras/tests/test_views.py,sha256=fFq6DJ-C4-R5wX0z28bGJQCl5dx4r9_d1HqpXkxZozE,212158
|
|
1157
1157
|
nautobot/extras/tests/test_webhooks.py,sha256=PenrxDwCDt6obI1OzvNN_PlyFP4Euh4EBsMbeEfOxFo,15790
|
|
1158
1158
|
nautobot/extras/urls.py,sha256=lt44EPwurJxjrTGZreYh_SpRful8q3cKZZeoeuMnDMo,6415
|
|
1159
1159
|
nautobot/extras/utils.py,sha256=V75Kmoeyvyh54vMoKDalFGNZ5UYOnsd8gwvD57cxRyg,41537
|
|
1160
|
-
nautobot/extras/views.py,sha256
|
|
1160
|
+
nautobot/extras/views.py,sha256=-fTygz1B7bFbtFLH8U_K7OAGQTjXAIZ1WxQCna1agqk,143159
|
|
1161
1161
|
nautobot/extras/webhooks.py,sha256=ZgXXgE-gAgJhrtyKCSD976EMD2GSj6iGLJoGOS_YwgA,2466
|
|
1162
1162
|
nautobot/generate_secret_key.py,sha256=4HQOyZMPFdXx-Ob5RjCrIdU37TSYmK_cWvM9OXZKYE0,509
|
|
1163
1163
|
nautobot/ipam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -1328,8 +1328,8 @@ nautobot/project-static/dist/css/graphql-libraries.css,sha256=rDEYHiUUHP7yFJpGjQ
|
|
|
1328
1328
|
nautobot/project-static/dist/css/graphql-libraries.css.map,sha256=8fX-4iFiTmDnUqq_4Ich_z9v7BILI1XSvOLtQ4NnIw0,437419
|
|
1329
1329
|
nautobot/project-static/dist/css/materialdesignicons.css,sha256=7KHxf2e5ezZzXoKBOt0Ot-NEM83adcP9pHyarzMm_WA,331664
|
|
1330
1330
|
nautobot/project-static/dist/css/materialdesignicons.css.map,sha256=iG2Q2A2v-ikkpcQCNaAnSp7EempIbVfNS_zk5ntp45k,553140
|
|
1331
|
-
nautobot/project-static/dist/css/nautobot.css,sha256=
|
|
1332
|
-
nautobot/project-static/dist/css/nautobot.css.map,sha256=
|
|
1331
|
+
nautobot/project-static/dist/css/nautobot.css,sha256=M1WYN9z1XE_Y0QB-uWWToHDYc5bGH5LdWBLE-YQscT4,487349
|
|
1332
|
+
nautobot/project-static/dist/css/nautobot.css.map,sha256=1f7so8nprULKAr27UdBYGkEAa3NVNkYxshqCjBP_ErM,541983
|
|
1333
1333
|
nautobot/project-static/dist/e55a20c80650829ec5fd.woff,sha256=pZKKDVwvYk5G-Y2bFcL2AEU3f3xZTdeKF1kTLqO0Y-s,587984
|
|
1334
1334
|
nautobot/project-static/dist/ec024da790d2972da002.woff2,sha256=Zi_vqPL4qVwYWI0hd0eJwQfGTnccvmWmmvRikcQxGvw,403216
|
|
1335
1335
|
nautobot/project-static/dist/js/graphql-libraries.js,sha256=bBablPfGA1lpQMT4xrPzjFdx3SJp1u6DnWVdr2csEhw,1120157
|
|
@@ -1514,7 +1514,7 @@ nautobot/ui/src/js/tabs.js,sha256=ctnGU6qE8KMQP9BQtfNjK-POF9Hm-q8TuFCacvDYWkg,61
|
|
|
1514
1514
|
nautobot/ui/src/js/theme.js,sha256=wusbkkGriQ7UON2XCgqELEbwz3TIhmIUXu0Uza-DwnY,8817
|
|
1515
1515
|
nautobot/ui/src/js/utils.js,sha256=fFN2o3XK9-Esq3mlGre5f3Xe4vP3qMRSm43b9Ax_ZHE,2557
|
|
1516
1516
|
nautobot/ui/src/scss/colors.scss,sha256=a_Sy1njlGU8h87btnyWetNdS6pCCw5Xh8r5vGfdzNSg,1115
|
|
1517
|
-
nautobot/ui/src/scss/nautobot.scss,sha256=
|
|
1517
|
+
nautobot/ui/src/scss/nautobot.scss,sha256=bfLGRimkFTSJCGZJkvWAb_jkN91siSliAaIQohqNX4M,78840
|
|
1518
1518
|
nautobot/ui/webpack.config.js,sha256=-ciZYKb367-oIYGNM24v7d3A_LAqQw_rC243M2wkJss,4881
|
|
1519
1519
|
nautobot/users/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
1520
1520
|
nautobot/users/admin.py,sha256=JibZquoV_WaK60vCHCJA_N-t2QXIi68tBGRxb_5U4SM,11656
|
|
@@ -1669,9 +1669,9 @@ nautobot/wireless/tests/test_models.py,sha256=Fpqc8H7qxXhlM8M8EuBVxTu623L58AHW_e
|
|
|
1669
1669
|
nautobot/wireless/tests/test_views.py,sha256=_387uMzc_F9xgxdRGu81PkVyDLmNFb1J-vXt3PdQGFA,18781
|
|
1670
1670
|
nautobot/wireless/urls.py,sha256=yfYcx1WHLx99pBesoaF602_fUQLXHtodWOi7XHtuX4c,395
|
|
1671
1671
|
nautobot/wireless/views.py,sha256=Mgj-1yUuPuP5_qV-WaQ8ABp4g9fKr9qJlL15qx5nG9I,5472
|
|
1672
|
-
nautobot-3.0.
|
|
1673
|
-
nautobot-3.0.
|
|
1674
|
-
nautobot-3.0.
|
|
1675
|
-
nautobot-3.0.
|
|
1676
|
-
nautobot-3.0.
|
|
1677
|
-
nautobot-3.0.
|
|
1672
|
+
nautobot-3.0.1.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
1673
|
+
nautobot-3.0.1.dist-info/METADATA,sha256=40FMUJ8cRAurLjz2uuO1MTL03Zcdnlxw1jyRuhHl4wo,9945
|
|
1674
|
+
nautobot-3.0.1.dist-info/NOTICE,sha256=RA2yQ-u70Ex-APSWYkMN6IdM7zp7cWK0SzmVrqBCcUA,284
|
|
1675
|
+
nautobot-3.0.1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
1676
|
+
nautobot-3.0.1.dist-info/entry_points.txt,sha256=dNil0UXvsLbecSN9jp8618W3VSDIuxMJW1AuYzeAO3A,226
|
|
1677
|
+
nautobot-3.0.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|