Skip to content

Commit

Permalink
Merge pull request #22 from Onemind-Services-LLC/dev
Browse files Browse the repository at this point in the history
Removed SecretFilterSetMixin
  • Loading branch information
abhi1693 authored Jan 19, 2023
2 parents 58c9b7f + f7fab8f commit 8217e1f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [Unreleased](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/HEAD)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.7.1...HEAD)

**Closed issues:**

- \[Feature\]: Add contact filterset [\#20](https://github.com/Onemind-Services-LLC/netbox-secrets/issues/20)

## [v1.7.1](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/v1.7.1) (2023-01-19)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.7.0...v1.7.1)

**Merged pull requests:**

- Added contact filterset [\#21](https://github.com/Onemind-Services-LLC/netbox-secrets/pull/21) ([abhi1693](https://github.com/abhi1693))

## [v1.7.0](https://github.com/Onemind-Services-LLC/netbox-secrets/tree/v1.7.0) (2023-01-13)

[Full Changelog](https://github.com/Onemind-Services-LLC/netbox-secrets/compare/v1.6.0...v1.7.0)
Expand Down
2 changes: 1 addition & 1 deletion netbox_secrets/filtersets.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def search(self, queryset, name, value):


if plugin_settings.get('enable_contacts', False):
class SecretFilterSet(SecretFilterSetMixin, NetBoxModelFilterSet):
class SecretFilterSet(NetBoxModelFilterSet):
q = django_filters.CharFilter(
method='search',
label='Search',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='netbox-secrets',
version='1.7.1',
version='1.7.2',
description='Netbox Secrets',
long_description='A Secret store for NetBox',
url='https://github.com/Onemind-Services-LLC/netbox-secrets/',
Expand Down

0 comments on commit 8217e1f

Please sign in to comment.