Commit Graph

22 Commits

Author SHA1 Message Date
jeremystretch
f9937758f9 Documentation & clenaup for #9536 2022-06-23 12:15:02 -04:00
jeremystretch
ea552c9dd3 Closes #8995: Enable arbitrary ordering of REST API results 2022-04-08 16:00:33 -04:00
netbja
da5647d05c Small syntax error
No double quotes after password.
2021-12-31 11:25:12 +01:00
jeremystretch
9e12155143 Docs & changelog for #5883 2021-10-26 15:40:34 -04:00
jeremystretch
afbc275ba6 Clean up documentation build warnings 2021-09-15 11:46:58 -04:00
jeremystretch
982862a95e Merge branch 'develop' into feature 2021-08-06 10:06:52 -04:00
jeremystretch
adc46b3a0a Fixes #6901: Correct example REST API request 2021-08-06 08:39:57 -04:00
Joel McGuire
5ee7c2a90b Fixes #6887 Add Examples in the Lookup Expression Docs (#6898)
Fixes #6887 Add Examples in the Lookup Expression Docs

Co-authored-by: joel <joelmcguire@email.arizona.edu>
2021-08-05 13:28:32 -04:00
jeremystretch
16f2304547 Merge v2.11.8 changes 2021-07-06 12:10:29 -04:00
jeremystretch
b03a0a9a8f Closes #6138: Add an 'empty' filter modifier for character fields 2021-07-01 15:17:46 -04:00
jeremystretch
47ef7eb0ba Docs and release notes for #5264 2021-06-11 16:12:25 -04:00
Daniel Sheppard
00b4a82ee8 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
jeremystretch
5ad4cd0c12 Fix link 2021-04-12 15:17:50 -04:00
Marcus Crane
65f0c95b20 Use relative links that work locally and in production
At present, a mix of link types are used in the Netbox
documentation from markdown file links to relative and
absolute anchor links.

Of the three types, linking to markdown files is the
most ideal because it allows navigation locally on disk,
as well as being translated into working links at render
time.

While not obvious, mkdocs handles converting markdown
links to valid URLs.

Signed-Off-by: Marcus Crane <marcu.crane@daimler.com>
2021-03-18 19:39:03 +13:00
Brandon Bennett
1fc75b4635 Fixes #5579: mark ie and nie filter exprs as insensitive
In the documentation the `ie` and `nie` filter expressions are
incorrectly marked as senstive matches when they are in fact
insensitive.
2021-01-05 15:51:03 -07:00
Robin Schneider
bb94ac3e02 Use HTTPS URL schema everywhere (#5505)
* Use HTTPS everywhere (mechanical edit using util from https-everywhere)

```Shell
node ~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
git checkout netbox/project-static/
```

A few additional changes where reset manually before the commit.

* Use HTTPS everywhere (mechanical edit using util from opening_hours.js)

```Shell
make -f ~/src/opening-hours/opening_hours.js/Makefile qa-https-everywhere
git checkout netbox/project-static/
git checkout netbox/*/tests
```
2020-12-21 12:02:30 -05:00
Jeremy Stretch
affb9f2a76 Add documentation for API bulk updates 2020-09-22 14:02:31 -04:00
Jeremy Stretch
e88fd32f1f Add REST API documentation for bulk object deletion 2020-09-22 10:18:15 -04:00
Jeremy Stretch
77c3c57ce9 Standardize API requests 2020-08-05 14:04:59 -04:00
Jeremy Stretch
e0a4d81375 Merge branch 'develop-2.9' into docs-refresh 2020-08-05 13:53:06 -04:00
Jeremy Stretch
d26dd39624 Finished updating REST API documentation 2020-08-05 13:40:06 -04:00
Jeremy Stretch
123ee2d590 Started refreshing REST API documentation 2020-08-04 17:07:45 -04:00