Recent changes

Jump to navigation Jump to search

Track the most recent changes to the wiki on this page.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Show my edits | Show bots | Hide minor edits
Show new changes starting from 10:24, 14 May 2024
   
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

14 May 2024

     03:28  OpenAPI diffhist +8 Kenneth talk contribs
     03:28 Move log Kenneth talk contribs moved page OpenAPI Specification to OpenAPI
N    03:28  OpenAPI Specification diffhist +491 Kenneth talk contribs (Created page with "== OpenAPI Specification == https://swagger.io/docs/specification/about/ What Is OpenAPI? OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. An OpenAPI file allows you to describe your entire API, including: Available endpoints (/users) and operations on each endpoint (GET /users, POST /users) Operation parameters Input and output for each operation Authentication methods Contact information, license, terms of use and ot...")
N    03:28  Swagger‎‎ 2 changes history +44 [Kenneth‎ (2×)]
     
03:28 (cur | prev) +17 Kenneth talk contribs
N    
03:27 (cur | prev) +27 Kenneth talk contribs (Created page with "== OpenAPI Specification ==")
     01:46  MediaWiki/Subpages diffhist +52 Kenneth talk contribs (→‎Max Per Page)
N    01:37  Python/requests diffhist +522 Kenneth talk contribs (Created page with "== requests == import requests requests.post(url='https://foo.example', data={'bar':'baz'}) == Ignore SSL == requests.get('https://bad-ssl.com', verify=False) Turn off all warning messages: import requests requests.urllib3.disable_warnings() As of Python 3.6+ can turn off the specific warning message too: import warnings warnings.filterwarnings("ignore", message="Unverified HTTPS request") ref: https://stackoverflow.com/questions/15445981/how-do-i-disable-th...")

13 May 2024

N    23:38  Nvmetools‎‎ 6 changes history +2,984 [Kenneth‎ (6×)]
     
23:38 (cur | prev) +101 Kenneth talk contribs (→‎Test Framework Commands)
     
23:37 (cur | prev) +95 Kenneth talk contribs (→‎Test Commands)
     
23:35 (cur | prev) +1,301 Kenneth talk contribs (→‎Usage)
     
23:33 (cur | prev) −453 Kenneth talk contribs (→‎checknvme)
     
23:32 (cur | prev) +1,367 Kenneth talk contribs (→‎Usage)
N    
23:28 (cur | prev) +573 Kenneth talk contribs (Created page with "== Epic NVMe Tools == Linux or Windows NVMe CLI tools! https://www.nvmetools.com/ == Pipy == Install on Linux or Windows: pip install nvmetools == Github == https://github.com/jtjones1001/nvmetools git clone git@github.com:jtjones1001/nvmetools.git # git clone https://github.com/jtjones1001/nvmetools.git == Usage == Online documentation: https://nvmetools.readthedocs.io/en/latest/ === listnvme === listnvme === readnvme === Show basic stats: readnvme...")
     07:11  Python/pip diffhist +218 Kenneth talk contribs (→‎Installation)

12 May 2024

     01:17  GitHub/Workflow‎‎ 2 changes history +546 [Kenneth‎ (2×)]
     
01:17 (cur | prev) +300 Kenneth talk contribs (→‎On Pull Request)
     
01:04 (cur | prev) +246 Kenneth talk contribs (→‎Manual Run)