Skip to content

docs: add docs for users, metrics etc.#1074

Closed
jtsextonMITRE wants to merge 21 commits intodevfrom
jtsexton-972-docs-rewrite
Closed

docs: add docs for users, metrics etc.#1074
jtsextonMITRE wants to merge 21 commits intodevfrom
jtsexton-972-docs-rewrite

Conversation

@jtsextonMITRE
Copy link
Collaborator

Addresses #1037, #1058, #1038, #1043, #1053, #1041

Copy link
Collaborator

@colton-lapp colton-lapp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall it's looking good and it's exciting to see the docs come together! Left a couple comments where I would have benefitted from seeing more explanation, I was confused, or things could be styled/worded differently. Feel free to reject or ignore any suggestions

@keithmanville keithmanville force-pushed the jtsexton-972-docs-rewrite branch from 2515f3a to 38ace0d Compare January 22, 2026 03:29

Use the client to update the entrypoint with the id of the queue.

.. automethod:: dioptra.client.entrypoints.EntrypointsCollectionClient.modify_by_id
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should recommend the queues sub endpoint instead.

def modify_by_id(

@@ -18,7 +18,271 @@
.. _explanation-plugin-parameter-types:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this get too much into "reference" material?

jtsextonMITRE <45762017+jtsextonMITRE@users.noreply.github.com>
Co-authored-by: Keith Manville <kmanville@mitre.org>
The repository pattern implementation for sorting resources broke sorting by last_modified_on. The
implementation used a mapping from field name to attribute name a corresponding sortable column,
which was then used with `getattr` to get the sortable column object. This doesn't work when the
attribute name isn't a attribute of the Resource type as is the case with `last_modified_on`.

This commit changes the implementation to map the field name to the sortable column object directly.
This matches the implementation currently in place for Resources that aren't using the repository
pattern.
@jtsextonMITRE jtsextonMITRE changed the base branch from dev to main January 28, 2026 15:24
@jtsextonMITRE jtsextonMITRE changed the base branch from main to dev January 28, 2026 15:24
@keithmanville
Copy link
Collaborator

superseded by #1130

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Plugin Parameter Types Create Parameter Types Log Metrics Create Users and Groups Create Queues

4 participants