jeremystretch
|
e74c934822
|
Remove default_app_config (deprecated in Django 3.2)
|
2021-09-15 11:18:47 -04:00 |
|
Jeremy Stretch
|
12411c2dd6
|
Merge pull request #7272 from cimnine/Fix7271
Remove secrets from the feature list
|
2021-09-15 07:56:28 -04:00 |
|
cimnine
|
2d1dd7e6ab
|
Remove secrets from the feature list
|
2021-09-15 11:00:51 +02:00 |
|
jeremystretch
|
3cd90c34d1
|
Changelog for #7032
|
2021-09-14 17:05:07 -04:00 |
|
Jeremy Stretch
|
3076d332a2
|
Merge pull request #7052 from tb-killa/#7032
Close #7032
|
2021-09-14 16:59:16 -04:00 |
|
jeremystretch
|
02b2a3b2f8
|
Closes #6387: Add xDSL interface type
|
2021-09-14 16:56:47 -04:00 |
|
jeremystretch
|
520118981f
|
Add virtualenv instructions to plugin development docs
|
2021-09-13 10:58:03 -04:00 |
|
jeremystretch
|
77f0bd141e
|
Fixes #7253: Remove obsolete reference to queryset cache invalidation
|
2021-09-13 09:36:01 -04:00 |
|
jeremystretch
|
0ee12cf2be
|
Closes #7239: Redirect global search to filtered object list when an object type is selected
|
2021-09-13 09:33:08 -04:00 |
|
jeremystretch
|
e854085dce
|
Fixes #7248: Fix global search results section links
|
2021-09-13 09:21:57 -04:00 |
|
Jeremy Stretch
|
662fbccf4e
|
Merge pull request #7245 from dvaccarosenna/issue/7195
Fixes #7195 update base template in plugin dev doc
|
2021-09-10 11:34:49 -04:00 |
|
Daniel Vaccaro-Senna
|
a0f304e4cb
|
Fixes #7195 update base template in plugin dev doc
|
2021-09-10 16:03:46 +01:00 |
|
jeremystretch
|
c452e401c3
|
Fixes #7167: Ensure consistent font size when using monospace formatting
|
2021-09-09 16:05:46 -04:00 |
|
jeremystretch
|
55b0529909
|
Update NetBox installation video
|
2021-09-09 14:46:31 -04:00 |
|
jeremystretch
|
1fd5ad47cb
|
Fixes #7227: Correct placeholder value for webhook CA file path
|
2021-09-09 09:10:02 -04:00 |
|
jeremystretch
|
1ecd60b72e
|
Correct example GraphQL queries
|
2021-09-09 09:07:28 -04:00 |
|
jeremystretch
|
d3b8bb5ba3
|
Fixes #7226: Exempt GraphQL API requests from CSRF inspection
|
2021-09-09 09:06:45 -04:00 |
|
jeremystretch
|
3dcd933d8c
|
PRVB
|
2021-09-08 16:47:04 -04:00 |
|
Jeremy Stretch
|
62e4e78299
|
Merge pull request #7220 from netbox-community/develop
Release v3.0.2
|
2021-09-08 16:45:05 -04:00 |
|
jeremystretch
|
84fcf69022
|
Release v3.0.2
|
2021-09-08 16:32:37 -04:00 |
|
Jeremy Stretch
|
f53a349d26
|
Merge pull request #7218 from netbox-community/7162-base-path-bug2
Fixes #7162: Decouple base path rendering from API request logic
|
2021-09-08 16:19:49 -04:00 |
|
jeremystretch
|
0da4eef494
|
Refactor connection toggle to use API URLs
|
2021-09-08 14:25:14 -04:00 |
|
jeremystretch
|
2a775fe1e5
|
Refactor checkJobStatus() to use API URLs provided via context
|
2021-09-08 14:17:27 -04:00 |
|
jeremystretch
|
75d4c8776a
|
Refactor ApiRequest to take only full URLs; update TableConfigForm
|
2021-09-08 13:59:25 -04:00 |
|
thatmattlove
|
59baefa747
|
Fixes #7191: Access SlimSelect's internal options when getting current options so selection state is maintained
|
2021-09-08 09:54:38 -07:00 |
|
jeremystretch
|
afffb20a7d
|
Fixes #7179: Prevent obscuring "connect" pop-up for interfaces under device view
|
2021-09-08 11:27:14 -04:00 |
|
Jeremy Stretch
|
b65afc1457
|
Merge pull request #7206 from netbox-community/7205-applied-filters
Handle `null_option` in `applied_filters` template tag
|
2021-09-08 11:22:54 -04:00 |
|
Jeremy Stretch
|
cf0a00b263
|
Merge branch 'develop' into 7205-applied-filters
|
2021-09-08 11:12:29 -04:00 |
|
jeremystretch
|
10c7a13273
|
Minor cleanup for get_selected_values()
|
2021-09-08 11:11:52 -04:00 |
|
Jeremy Stretch
|
4535ae9919
|
Merge pull request #7204 from netbox-community/7202-verify-static-assets
Verify integrity of bundled assets in CI
|
2021-09-08 10:23:51 -04:00 |
|
Jeremy Stretch
|
ab31bb3932
|
Merge branch 'develop' into 7202-verify-static-assets
|
2021-09-08 10:13:07 -04:00 |
|
jeremystretch
|
0664e2d34e
|
Fix test user permissions for API pagination tests
|
2021-09-08 09:57:53 -04:00 |
|
jeremystretch
|
e3028e09d8
|
Fixes #7209: Allow unlimited API results when MAX_PAGE_SIZE is disabled
|
2021-09-08 09:38:23 -04:00 |
|
jeremystretch
|
11a3ac9886
|
Changelog for #7189
|
2021-09-08 08:33:30 -04:00 |
|
thatmattlove
|
2b813717d9
|
Return cleaned null_option value as None in dynamic multi-select field
|
2021-09-07 18:43:36 -07:00 |
|
thatmattlove
|
770c04ef61
|
Remove invalid (for Python <3.9) type annotation
|
2021-09-07 18:37:55 -07:00 |
|
thatmattlove
|
c2b94d3462
|
Fixes #7205: Handle null_option when getting selected form values in applied_filters template tag
|
2021-09-07 18:30:45 -07:00 |
|
thatmattlove
|
9f4b9b3476
|
#7205: Handle null_option in dynamic multi-select choices field
|
2021-09-07 18:28:49 -07:00 |
|
thatmattlove
|
a79f9566e9
|
Fixes #7188: Re-add missing support for null_option on API select
|
2021-09-07 18:19:32 -07:00 |
|
thatmattlove
|
af59328869
|
Fixes #7202: Verify integrity of bundled assets in CI
|
2021-09-07 16:20:36 -07:00 |
|
thatmattlove
|
b92a513e6f
|
Fixes #7176: Reset query parameters on APISelect when deep copied
|
2021-09-07 14:13:53 -07:00 |
|
Jeremy Stretch
|
94497b1652
|
Merge pull request #7200 from pierrechev/develop
Enable the alternate connection factory for Redis Sentinel
|
2021-09-07 16:58:11 -04:00 |
|
jeremystretch
|
70edc176eb
|
Use shallow git clone for production installations
|
2021-09-07 16:35:48 -04:00 |
|
jeremystretch
|
48704cdd91
|
Extend feature request template to request more detail
|
2021-09-07 16:25:10 -04:00 |
|
jeremystretch
|
6256c41b1a
|
Remove obsolete entries from .gitignore
|
2021-09-07 16:21:01 -04:00 |
|
Daniel Sheppard
|
2e35898c13
|
Fixes #7193 - Fixes issue with viewing child prefixes when prefix (flat) column is selected and there are available prefixes.
|
2021-09-07 14:53:12 -05:00 |
|
Pierre Chevallereau
|
67e2b4ddc6
|
Enable the alternate connection factory (https://github.com/jazzband/django-redis#use-the-sentinel-connection-factory)
|
2021-09-07 16:07:25 +02:00 |
|
jeremystretch
|
e8418142c3
|
Fixes #7164: Fix styling of "decommissioned" label for circuits
|
2021-09-03 13:52:48 -04:00 |
|
jeremystretch
|
460fc3a21c
|
Fixes #7169: Fix CSV import file upload
|
2021-09-03 13:46:38 -04:00 |
|
Jeremy Stretch
|
5245543513
|
Merge pull request #7160 from netbox-community/7149-secrets-changelog
Fixes #7149: Delete all changelog records referencing the old secrets app
|
2021-09-03 12:51:13 -04:00 |
|