Commit Graph

1069 Commits

Author SHA1 Message Date
8333fafcf1 Merge pull request #55 from Grokzen/auto_weight_choices
Add support for auto_weight counter
2018-06-26 09:03:15 +02:00
c85f658982 Merge branch 'master' into auto_weight_choices 2018-06-25 16:31:39 +02:00
3e485049e0 Merge pull request #66 from Grokzen/fix_filter_logic_field
Fix for broken field filterable
2018-06-25 16:31:16 +02:00
6787425707 Merge branch 'master' into fix_filter_logic_field 2018-06-25 11:27:05 +02:00
df85563b1d Merge pull request #78 from ninech/allowed-hosts
add allow all hosts by default
2018-06-25 11:16:23 +02:00
10533ab4c3 add allow all hosts by default 2018-06-25 10:41:31 +02:00
1e1a265b4a Merge pull request #77 from ninech/license
add license
2018-06-25 09:12:39 +02:00
26728c7366 add license 2018-06-22 16:27:45 +02:00
024ab5c138 Merge pull request #70 from ScanPlusGmbH/alpine-update
Update to Alpine 3.7
2018-06-04 13:41:35 +02:00
16c750d8e4 Merge branch 'master' into alpine-update 2018-06-04 11:25:02 +02:00
1be054bb0e Fix ssl package dependency 2018-06-04 11:17:41 +02:00
5a1f6f6dd9 Fix the default creation value for weight 2018-05-18 21:33:50 +02:00
170bf4e03d Remove unused variable 2018-05-18 21:24:31 +02:00
7afa9454ba Bump version to 0.3.0 and add line in README describing the breaking change. 2018-05-18 21:22:05 +02:00
187c349fde Add support for auto_weight counter on choices when loading selection field from custom_fields.yml
This also fixes a bug when using the same value for 2 different custom fields breaks becuase it tries to
create a new CustomFieldChoice object instead of reusing the one that already exists.
2018-05-18 21:17:21 +02:00
cdbfdaf361 Implement fix for field 'filterable' that was broken. Added new custom field parameter 'filter_logic' 2018-05-18 21:16:01 +02:00
5e5cc13a05 Update to Alpine 3.7
Because the tag "python:3.6-alpine" points to Alpine 3.4 which is now
end of life (as of 2018-05-01) the image now pulls the Alpine 3.7 python
image
2018-05-09 09:52:33 +02:00
19805a4312 Merge pull request #64 from hikhvar/dont-print-credentials
Do not print the admin credentials on container startup.
2018-04-19 12:28:56 +02:00
2579036b0a Fixed missing " 2018-04-19 11:55:41 +02:00
f124417f69 Added username and email of superuser 2018-04-19 11:53:55 +02:00
d9b9a8adda Do not print the admin credentials. All outputs from STDOUT may end up in a central log store. This will compromise the superuser credentials. 2018-04-18 13:39:54 +02:00
c231aa97a1 Merge pull request #62 from mtwstudios/patch-1
set MEDIA_ROOT to match docker-compose.yml
2018-04-10 13:55:00 +02:00
38f3ca8848 Merge branch 'master' into patch-1 2018-04-10 13:53:07 +02:00
a5dccb2558 Revert "⚙️ Print every command"
This reverts commit 1fb6b80f93.
2018-04-10 11:42:06 +02:00
1fb6b80f93 ⚙️ Print every command 2018-04-10 11:13:52 +02:00
6c3966415b ⚙️ Additional build debug info 2018-04-10 10:58:31 +02:00
626195d00f ⚙️ Parallel builds 2018-04-10 10:37:27 +02:00
8ffe6529c9 ⚙️ Reduce number of branches to build 2018-04-10 10:13:53 +02:00
b28e615023 set MEDIA_ROOT to match docker-compose.yml
otherwise the default of `/etc/netbox/media` is used, which doesn't persist
2018-04-08 19:46:26 -04:00
4bd5f0903f 🐞 Fix building all branches 2018-04-06 11:16:29 +02:00
6945157e86 Merge pull request #59 from mchlumsky/proxy_support
Add proxy support to build.sh
2018-04-05 16:40:38 +02:00
2bbb7f68f2 Add proxy support to build.sh. 2018-04-05 10:25:27 -04:00
75fdcfdeb7 Merge pull request #61 from ScanPlusGmbH/fix-typo
Fix typo
2018-04-04 15:32:00 +02:00
add2a04ae6 Fix typo 2018-04-04 13:13:41 +02:00
1a78a881aa Merge branch 'ScanPlusGmbH-issue-54' 2018-04-04 10:17:57 +02:00
726efd1128 ⬆️ Version increment
Because of a braking change.
2018-04-04 10:17:33 +02:00
b46bd58e0a Move config to /etc/netbox/config (Fixes #54)
With this the configuration is moved to /etc/netbox/config and the
default reports directory is set to /etc/netbox/reports. This enables
the user to mount reports from a config map or persistent volume in
OpenShift.
2018-04-04 10:13:30 +02:00
5b62a4c0ad Merge pull request #60 from ninech/preparing_for_braking_changes
 Introduces a Netbox Docker project version
2018-04-04 10:11:48 +02:00
0b55a24188 ✏️ Version ≠ Version 2018-04-04 09:50:17 +02:00
f56a79381b Introduces a Netbox Docker project version 2018-04-04 09:44:58 +02:00
6074fd873a Merge pull request #57 from ninech/correct_types_in_config
🐞 Parse config correctly
2018-03-28 15:21:43 +02:00
fc5e008bb7 🐞 Parse config correctly
Fixes #56
2018-03-26 11:08:09 +02:00
ac41f7ed78 Merge branch 'bdlamprecht-adding_napalm' 2018-03-08 09:56:14 +01:00
f0496539b6 ✏️ Moved NAPALM section
... and rephrased it a bit.
2018-03-08 09:55:56 +01:00
578bb38770 ✏️ Moved ldap info into Version section 2018-03-08 09:54:34 +01:00
2d5a84e023 ✏️ Made production instructions more prominent 2018-03-08 09:54:06 +01:00
a59c48427f ✏️ Netbox -> NetBox 2018-03-08 09:52:35 +01:00
4897e0ef0e Updating README.md to describe NAPALM settings. 2018-03-08 09:38:43 +01:00
07b1b4675c Adding in support for NAPALM 2018-03-08 09:38:43 +01:00
df38f74c0e Merge pull request #53 from ScanPlusGmbH/gunicorn-config
Externalize gunicorn-config
2018-03-08 09:33:20 +01:00