Robin Schneider
07df622b59
NetBox should always be referred to as NetBox [DATALAD RUNCMD]
...
=== Do not change lines below ===
{
"chain": [],
"cmd": "git ls-files -z . | xargs --null -I '()' find './()' -type f -not -name 'style-guide.md' -print0 | xargs --null sed --in-place --regexp-extended 's/\\bNetbox\\b/NetBox/g;'",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
2023-01-05 16:06:00 -05:00
Alef Burzmali
ae440c9edf
Fixes #11223 - Accept app_label for reindex
2022-12-28 16:35:05 -05:00
jeremystretch
81c0dce5a3
Closes #10697 : Move application registry into core app
2022-11-02 15:25:22 -04:00
Jeremy Stretch
9628dead07
Closes #10560 : New global search ( #10676 )
...
* Initial work on new search backend
* Clean up search backends
* Return only the most relevant result per object
* Clear any pre-existing cached entries on cache()
* #6003 : Implement global search functionality for custom field values
* Tweak field weights & document guidance
* Extend search() to accept a lookup type
* Move get_registry() out of SearchBackend
* Enforce object permissions when returning search results
* Add indexers for remaining models
* Avoid calling remove() on non-cacheable objects
* Use new search backend by default
* Extend search backend to filter by object type
* Clean up search view form
* Enable specifying lookup logic
* Add indexes for value field
* Remove object type selector from search bar
* Introduce SearchTable and enable HTMX for results
* Enable pagination
* Remove legacy search backend
* Cleanup
* Use a UUID for CachedValue primary key
* Refactoring search methods
* Define max search results limit
* Extend reindex command to support specifying particular models
* Add clear() and size to SearchBackend
* Optimize bulk caching performance
* Highlight matched portion of field value
* Performance improvements for reindexing
* Started on search tests
* Cleanup & docs
* Documentation updates
* Clean up SearchIndex
* Flatten search registry to register by app_label.model_name
* Clean up search backend classes
* Clean up RestrictedGenericForeignKey and RestrictedPrefetch
* Resolve migrations conflict
2022-10-21 13:16:16 -04:00
kkthxbye-code
ed2f7f1236
Job scheduling review changes
2022-10-21 10:31:30 +02:00
kkthxbye-code
d647983003
Always activate scheduler functionality when running the rqworker management command
2022-10-16 13:47:15 +02:00
kkthxbye-code
679a9e839b
Work on job scheduling:
...
* Added JobResult form filtersets
* Change housekeeping cleanup delete from `_raw_delete` to `delete` to make sure scheduled tasks are cancelled
* Change default sort of JobResult table to -created
* Added `delete` override to `JobResult` to remove scheduled tasks from RQ when a JobResult is deleted
* Updated js/css dist files. Will need to be redone when develop is merged to feature.
2022-10-09 21:05:31 +02:00
kkthxbye-code
356ff457be
Allow reports to be nested in submodules
2022-09-14 19:57:37 +02:00
e2eb7fdfb5
Clear webhook queue on script failure
2022-06-03 13:03:58 +02:00
7b5625a722
Add management command for clearing cache
2022-04-29 09:19:19 +02:00
aa2ec3b9c9
Add dynamic config JOBRESULT_RETENTION
...
and cleanup functionality to the housekeeping script
2022-04-12 11:42:47 -04:00
f13a00b2dd
Save old JobResults
2022-04-12 11:42:47 -04:00
kkthxbye-code
36d6ae33d1
Allow setting individual timeouts on scripts and reports
2022-04-04 18:00:38 +02:00
Jonathon Reinhart
d1b1a45725
Enable tab completion in nbshell
2022-02-13 03:00:57 -05:00
jeremystretch
b6ff55309e
Fixes #8078 : Add missing wireless models to lsmodels() in nbshell
2021-12-15 08:38:19 -05:00
jeremystretch
2a00519b93
Move CHANGELOG_RETENTION to dyanmic configuration
2021-11-08 15:07:58 -05:00
Daniel Sheppard
b97167e841
Fix PEP8 error
2021-11-02 21:40:40 -05:00
Daniel Sheppard
19bacc9e23
#6529 - Adjusted the arguments. Fixed documentation
2021-11-02 21:37:11 -05:00
Daniel Sheppard
7c3318df92
#6529 - Adjusted the arguments. Added documentation
2021-11-02 15:56:42 -05:00
Daniel Sheppard
b7c0e8b71f
#6529 - Streamline code and resolve some issues
2021-11-02 13:12:12 -05:00
Daniel Sheppard
0a62f75a40
#6529 - Add CLI to run scripts
2021-10-28 15:14:42 -05:00
jeremystretch
376c776520
Fixes #7425 : Housekeeping command should honor zero verbosity
2021-10-01 15:29:22 -04:00
jeremystretch
499005f84d
Merge branch 'develop' into feature
2021-08-23 13:23:39 -04:00
jeremystretch
75c62ff729
Print request index after webhook data dump
2021-08-23 11:32:47 -04:00
jeremystretch
fe1f221286
Log a warning when rqworker invoked without specified queues
2021-07-09 21:23:27 -04:00
jeremystretch
e173c8b548
Add release check to the housekeeping task
2021-07-07 21:37:35 -04:00
jeremystretch
b6ec1d9aa7
Remove cacheops workarounds & queryset caching metrics
2021-07-07 17:15:42 -04:00
jeremystretch
d87ec82fe3
Closes #6590 : Introduce a nightly housekeeping command to clear expired sessions and change records
2021-06-11 10:44:17 -04:00
Daniel Sheppard
744792452f
Closes : #5278 - Remove Secrets ( #6397 )
...
* Remove Secrets
* #5278 : Remove secrets javascript from netbox core
* Remove userkey references
* Fix PEP8
* Remove a few more instances of secrets. Rebundle
* Remove Secrets
Co-authored-by: checktheroads <matt@allroads.io >
2021-05-17 16:26:02 -04:00
Jeremy Stretch
bac2387f50
Merge branch 'develop' into feature
2021-03-09 20:04:20 -05:00
Jeremy Stretch
c3ad2d0a80
Fixes #5948 : Invalidate cached queries when running renaturalize
2021-03-09 16:39:55 -05:00
Jeremy Stretch
c083b862a7
Improve JSON output formatting of webhook receiver
2021-03-09 12:03:56 -05:00
Jeremy Stretch
27e27788cd
Closes #5424 : Allow passing Python code to nbshell using --command
2020-12-08 16:14:52 -05:00
Jeremy Stretch
0a40418614
Fixes #5066 : Update view_reportresult to view_report permission
2020-09-23 13:40:15 -04:00
John Anderson
c5e82a3895
fixes #5108 - correct the runreport management command to work with JobResults model
2020-09-10 17:43:41 -04:00
Jeremy Stretch
0b1df1483f
Automatically import ContentType when entering nbshell
2020-06-30 16:34:53 -04:00
Jeremy Stretch
ae58af4bb7
Added webhook_receiver management command
2020-04-07 13:37:48 -04:00
Jeremy Stretch
a2eb2e7da6
Introduce a new 'check_releases' RQ queue
2020-03-17 11:22:56 -04:00
Jeremy Stretch
909323663e
Fixes #4166 : Fix schema migrations to enforce maximum character length for naturalized fields
2020-02-13 21:41:00 -05:00
Jeremy Stretch
344fa72357
renaturalize command should not skip any values
2020-02-13 09:33:01 -05:00
Jeremy Stretch
139f18b2e5
Closes #4153 : Add a management command to manually renaturalize applicable objects (from #3799 )
2020-02-12 15:59:37 -05:00
Jeremy Stretch
a02ded6b01
Import Django User model automatically when running nbshell
2019-08-19 11:47:50 -04:00
Jeremy Stretch
92a450e59c
Improve the logic for gathering models from all apps
2019-04-17 14:33:26 -04:00
Jeremy Stretch
c4be440cd1
Closes #2367 : Remove deprecated RPCClient functionality
2018-08-16 12:21:24 -04:00
Jeremy Stretch
980d62d579
Removed Python 2 string compatibility
2018-08-14 11:58:42 -04:00
Jeremy Stretch
4df128d34e
Renamed device status constants for clarity
2018-01-25 12:20:24 -05:00
Jeremy Stretch
00986fd7bf
Closes #1691 : Cleaned up and reorganized import statements
2017-11-07 11:08:23 -05:00
Jeremy Stretch
3a0b57b50f
Fixed typo
2017-10-12 13:47:44 -04:00
Jeremy Stretch
afbe0bc307
Merge pull request #1544 from digitalocean/reports
...
Closes #1511 : Implemented reports
2017-09-28 17:16:10 -04:00
Jeremy Stretch
e86ec75513
Fixed 'failure' field name
2017-09-28 14:57:54 -04:00