Commit Graph

5451 Commits

Author SHA1 Message Date
Marco Ceppi
e3eff85a5c expose virtual circuits in vapor interface response 2020-09-29 16:59:26 -04:00
Jinal Shah
af41013058 vlan response status field addition 2020-09-08 22:57:47 -04:00
Hoanh An
39c198ef35 ⬆️ Bump netbox virtual circuit plugin to version 1.0.0 2020-08-24 12:00:12 -04:00
Hoanh An
32ff0aef47
Add a startup script to automate cabling process (#42)
* 📌 Update cacheops, filter, and Django consumption

* add cabling script

* clean up

* fix typo

* fix typo

* fix typo

* add cable initializer

* set to false by default

Co-authored-by: KylerBurke <Kontazler@gmail.com>
2020-08-10 15:49:07 -04:00
Kyler
f7ffcb0c12
📌 Update cacheops, filter, and Django consumption (#40) 2020-08-05 15:01:33 -05:00
Kyler
e9b3a33e6c
Merge pull request #36 from vapor-ware/initializer-fix
🔨 Update initializers with most recent format
2020-08-04 11:52:19 -05:00
KylerBurke
1bfd9dd22e
Merge fix from master 2020-08-04 10:05:20 -05:00
Kyler
71dd313368
Merge pull request #37 from vapor-ware/dep/redis-pin-bug
📌 Remove pin for redis to enable startup
2020-08-04 10:03:48 -05:00
KylerBurke
cdca2c942d
📌 Remove pin for redis to enable startup 2020-07-30 17:56:06 -05:00
KylerBurke
7985b317ec
🔨 Update initializers with most recent format 2020-07-30 17:52:24 -05:00
Hoanh An
4589ffb44f ⬆️ Bump netbox virtual circuit plugin to version 0.3.0 2020-07-23 16:30:35 -04:00
Marco Ceppi
88f5430f05 Update startup scripts to update or create records rather than get/create 2020-07-09 14:51:34 -04:00
Kyler
8daeadf19e
Merge pull request #32 from vapor-ware/kab/initializer-fix
Fix case sensitive device initializer face: values
2020-07-09 11:35:57 -05:00
KylerBurke
7916cdeb11
Fix case sensitive device face: values 2020-07-09 11:13:34 -05:00
Marco Ceppi
823f983d24
⬆️ Bump netbox virtual circuit plugin to version 0.2.0 (#31) 2020-06-24 12:58:58 -04:00
Kyler
6f9feaea10
♻️ Use site name in query for racks when building devices (#29) 2020-05-28 18:38:15 -04:00
Marco Ceppi
7a061a6b12 📌 Tag nginx to 1.18 2020-05-28 14:22:41 -04:00
Hoanh An
615b6bb883 ⬆️ Bump netbox virtual circuit plugin to version 0.1.4 2020-05-28 14:22:41 -04:00
Marco Ceppi
a95adf68b6 Add plugin support + virtual-circuit plugin 2020-05-28 14:22:41 -04:00
Marco Ceppi
1d584be254 🔧 Update nginx docker configuration 2020-05-27 15:48:58 -04:00
Marco Ceppi
a285e75c78 🐳 Expose netbox's nginx on port 8000 2020-05-27 15:48:58 -04:00
Marco Ceppi
8ff5258070 Allow for interface generation across multiple device types 2020-05-27 15:48:58 -04:00
Marco Ceppi
bb7191e953 Merge upstream v2.8.5 into develop
# Conflicts:
#	netbox/dcim/api/serializers.py
#	netbox/dcim/models/__init__.py
#	netbox/extras/constants.py
#	netbox/netbox/admin.py
#	netbox/templates/users/base.html
#	requirements.txt
2020-05-27 15:44:47 -04:00
Jeremy Stretch
68599351aa
Merge pull request #4693 from netbox-community/develop
Release v2.8.5
2020-05-26 16:27:36 -04:00
Jeremy Stretch
c9a7527f33 Release v2.8.5 2020-05-26 16:17:01 -04:00
Jeremy Stretch
5f9b25453d
Merge pull request #4692 from netbox-community/4525-objectvar-initial-data
Fixes #4525: Allow passing initial data to custom script MultiObjectVar
2020-05-26 15:54:25 -04:00
Jeremy Stretch
ccc31b2c7c Fixes #4525: Allow passing initial data to custom script MultiObjectVar 2020-05-26 15:34:29 -04:00
Jeremy Stretch
e54d441433 Remove "disable plugins" from bug report to prevent irrelevant search results 2020-05-26 10:06:46 -04:00
Jeremy Stretch
88cffca270 Closes #4650: Expose INTERNAL_IPS configuration parameter 2020-05-26 10:01:49 -04:00
Jeremy Stretch
92f49b4711 Closes #4672: Set default color for rack and devices roles 2020-05-26 09:36:27 -04:00
Jeremy Stretch
faf3885775
Merge pull request #4689 from kobayashi/4684-devicetype-import-comment
Fixes #4684: Fix ignored comment when importing DeviceType
2020-05-26 09:12:14 -04:00
Jeremy Stretch
f04340679e
Merge branch 'develop' into 4684-devicetype-import-comment 2020-05-26 09:11:50 -04:00
Jeremy Stretch
7f5583c7ae
Merge pull request #4690 from kobayashi/4676-docs-default-remote-auth
Closes #4676: Set `False` as default value of REMOTE_AUTH_AUTO_CREATE_USER
2020-05-26 09:07:26 -04:00
Jeremy Stretch
a5785552d9 Changelog for #4651, #4652 2020-05-26 09:05:18 -04:00
Jeremy Stretch
abcd26da43
Merge pull request #4682 from netbox-community/4651-csrf-in-plugintemplateextension
4651: Add `csrf_token` to PluginTemplateExtension context
2020-05-26 09:03:07 -04:00
Jeremy Stretch
4545c15173
Merge branch 'develop' into 4651-csrf-in-plugintemplateextension 2020-05-26 09:02:39 -04:00
Jeremy Stretch
b7cf85e8c8
Merge pull request #4681 from netbox-community/4652-perms-in-plugintemplateextension
4652: Add `perms` to PluginTemplateExtension context
2020-05-26 09:02:08 -04:00
kobayashi
9cde377133 Closes #4676: Set default value of REMOTE_AUTH_AUTO_CREATE_USER as False in docs 2020-05-26 01:26:26 -04:00
kobayashi
74c29b0bb7 Fixes #4684: Fix ignored comment when importing DeviceType 2020-05-26 01:17:10 -04:00
Sander Steffann
ff3b348771 Add csrf_token to PluginTemplateExtension context 2020-05-22 22:28:04 +02:00
Sander Steffann
27700d316f Add perms to PluginTemplateExtension context 2020-05-22 22:24:39 +02:00
Jeremy Stretch
1f5d2520c3 Formatting fix 2020-05-20 10:37:26 -04:00
Jeremy Stretch
d2e1428c75 Closes #4665: Add NEMA L14 and L21 power port/outlet types 2020-05-20 09:36:55 -04:00
Jeremy Stretch
cd236aa886 Closes #4645: Update minimum required version of PostgreSQL to 9.6 2020-05-15 10:11:36 -04:00
Jeremy Stretch
3c8e7e739d Fixes #4649: Fix interface assignment for bulk-imported IP addresses 2020-05-15 09:44:00 -04:00
Jeremy Stretch
a64351279d Fixes #4648: Fix bulk CSV import of child devices 2020-05-15 09:36:16 -04:00
Jeremy Stretch
ba91b3aa2e Fixes #4646: Correct UI link for reports with custom name 2020-05-15 09:13:51 -04:00
Jeremy Stretch
8394ff5537 Fixes #4644: Fix ordering of services table by parent 2020-05-15 09:02:56 -04:00
John Anderson
14744da8f6 fixes #4647 - caching invalidation related to assinging new IP addresses to interfaces 2020-05-15 02:45:48 -04:00
John Anderson
2c2d6c6d47 fixes #3304 - primary IP address caching invalidation 2020-05-15 02:31:45 -04:00