mr1716
73c141c35b
#18513 Updating Documentation Relating To Strawberry-Django Links
2025-01-31 14:14:48 -05:00
Jeremy Stretch
b413db87b3
Closes #17288 : Limit the number of aliases within a GraphQL API requests to 10 ( #17329 )
...
* Closes #17288 : Limit the number of aliases within a GraphQL API request to 10
* Introduce GRAPHQL_MAX_ALIASES config parameter
2024-09-02 09:30:41 -04:00
Jeremy Stretch
2d76f446b7
#17143 : Update docs for nested serializer use
2024-08-30 10:18:29 -04:00
Arthur Hanson
0deb785449
16014 Update incorrect django-graphene reference and add link to filtering docs. ( #16015 )
...
* 16014 change ref from django-graphene to django-strawberry
* 16014 add references to filtering syntax
* 16014 remove graphene reference
* 16014 remove graphene reference
* Remove obsolete reference to Graphene
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-08 14:29:54 -04:00
Jeremy Stretch
2914276837
Merge branch 'develop' into feature
2024-04-22 13:23:42 -04:00
muTeREdO
9653a019cd
add example showing how to order results. ( #15627 )
...
* add example showing how to order results.
This addresses issue 15622 by building off filtering example to
show how to order results on a named field.
* Apply suggestions from code review
---------
Co-authored-by: Frank Clements <fclements@scoore.net>
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-04-04 14:21:26 -04:00
Jeremy Stretch
75f5af199b
Merge branch 'develop' into feature
2024-04-03 08:43:12 -04:00
Markku Leiniö
9aee07c8b3
Fixes #15583 : Update API token provisioning example response ( #15584 )
...
* Fixes #15583 : Update API token provisioning example response
* Fix 'display' field output
2024-04-03 07:58:46 -04:00
Arthur Hanson
b75d4b3c9b
15552 graphql docs ( #15578 )
...
* 15552 update query
* 15552 update query
* 15552 update query
* Update docs/integrations/graphql-api.md
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-03-29 14:50:11 -04:00
Jeremy Stretch
f76e3ce68c
Merge branch 'develop' into feature
2024-02-05 14:38:26 -05:00
Jeremy Stretch
27b20d65c8
Closes #12325 : Disable the Django admin UI by default ( #15008 )
...
* Disable the Django admin UI by default
* Remove outdated references to the admin UI
* Update tests
2024-02-05 11:44:52 -05:00
mmahacek
42b6febd22
14660: Update webhook docs ( #14661 )
...
* 14660: Update webhook docks
* Update docs/integrations/webhooks.md
Co-authored-by: Jeff Gehlbach <jeffg@jeffg.org>
* #14660 : Doc note about webhook receiver on Docker
* Cleanup & remove Docker reference (out of scope for docs)
---------
Co-authored-by: Jeff Gehlbach <jeffg@jeffg.org>
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-01-10 15:20:36 -05:00
Jeremy Stretch
c49e4c3797
Merge branch 'develop' into feature
2023-12-15 16:52:42 -05:00
Jeremy Stretch
05230aea7f
Closes #12623 : Document need for core.sync_datasource permission
2023-12-05 14:03:38 -05:00
Arthur Hanson
8cfb44fd4b
14132 Add EventRule - change webhook and add in script processing to events ( #14267 )
...
---------
Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-11-30 16:36:33 -05:00
Jeremy Stretch
0bdb3e23ea
Closes #13439 : Update API token documentation
2023-08-16 10:28:33 -04:00
Jeremy Stretch
3b3d813ab8
Update feature introduction flags
2023-08-01 14:25:25 -04:00
kkthxbye
36432391c3
Changed docs to reflect the new URL for the dynamic API documentation
2023-05-16 08:19:57 +02:00
jeremystretch
d669251679
Merge branch 'develop' into feature
2023-04-26 15:09:51 -04:00
jeremystretch
fc9d3270e9
#10520 : Remove obsolete NAPALM documentation
2023-04-21 11:22:38 -04:00
Janik H
d51e419dcb
Fix typo in api token auth
2023-04-21 10:01:13 -04:00
jeremystretch
f9faaed061
Merge branch 'develop' into feature
2023-04-12 17:38:16 -04:00
Arthur Hanson
33f60ab072
Closes #12207 : Establish a permission for creating API tokens on behalf of other users ( #12192 )
...
* 11091 add permission to allow user to create api tokens for other users
* 11091 update docs
* 11091 fix for test
* 11091 fix for test
* 11091 test case for invalid token creation
* 11091 add test for permission grant
* Cleanup & fix serializer validation
---------
Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-04-12 10:25:06 -04:00
jeremystretch
a74027fe30
Documentation cleanup
2023-03-20 16:37:47 -04:00
Arthur Hanson
eb923e080e
10520 remove Napalm code references ( #11768 )
...
* 10520 remove all Napalm code references
* 10520 remove lldp
* 10520 remove config, status - rebuild js
* 10520 re-add config parameters
* 10520 re-add serializer
* 10520 update docs
2023-02-24 15:38:50 -05:00
jeremystretch
f4ab37c234
Clean up model & registry documentation
2023-02-19 20:09:52 -05:00
jeremystretch
3e129e71bc
Closes #11254 : Introduce the X-Request-ID HTTP header to annotate the unique ID of each request for change logging
2023-02-19 20:09:51 -05:00
jeremystretch
2a1eceba4e
Remove old feature version notices
2023-02-19 20:09:51 -05:00
Arthur Hanson
c42b209f79
8853 Prevent the retrieval of API tokens after creation ( #10645 )
...
* 8853 hide api token
* 8853 hide key on edit
* 8853 add key display
* 8853 cleanup html
* 8853 make token view accessible only once on POST
* Clean up display of tokens in views
* Honor ALLOW_TOKEN_RETRIEVAL in API serializer
* Add docs & tweak default setting
* Include token key when provisioning with user credentials
Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-02 12:45:00 -04:00
Arthur
f1944bce18
10631 add extra GraphQL documentation
2022-10-13 08:08:26 -04:00
jeremystretch
3dd429424a
Finish features documentation
2022-08-11 15:29:26 -04:00
jeremystretch
5bff60dc30
Split webhooks documentation
2022-08-11 11:55:45 -04:00
jeremystretch
3e77e6520c
Restore model documentation for all models under extras
2022-08-11 11:37:07 -04:00
jeremystretch
8b5771a73d
Continued work on feature docs
2022-08-10 14:07:51 -04:00
jeremystretch
4b987453fd
Reorganize documentation
2022-08-04 14:11:52 -04:00