Vincent JARDIN 
							
						 
					 
					
						
						
						
						
							
						
						
							b9161936af 
							
						 
					 
					
						
						
							
							docs: sysrepo install-prefix since cmake 3.21  
						
						... 
						
						
						
						use the new recommendation from cmake:
  --install-prefix <directory>
     New in version 3.21.
     Specify the installation directory, used by the
     CMAKE_INSTALL_PREFIX variable. Must be an
     absolute path.
reminder: the default path is /usr/local instead of /usr
Signed-off-by: Vincent Jardin <vjardin@free.fr> 
						
					 
					
						2024-04-25 09:52:05 +02:00 
						 
				 
			
				
					
						
							
							
								Igor Ryzhov 
							
						 
					 
					
						
						
						
						
							
						
						
							84a00a47b8 
							
						 
					 
					
						
						
							
							*: remove confd plugin  
						
						... 
						
						
						
						ConfD is not supported anymore and its use is discouraged by developers:
https://discuss.tail-f.com/t/confd-premium-no-longer-available-future-of-confd/4552/6 
Remove the code and all mentions of ConfD from the documentation.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> 
						
					 
					
						2024-03-15 00:58:10 +02:00 
						 
				 
			
				
					
						
							
							
								Amjad Daraiseh 
							
						 
					 
					
						
						
						
						
							
						
						
							70fba89306 
							
						 
					 
					
						
						
							
							doc: sysrepo plugin doc update with tested commands  
						
						... 
						
						
						
						Signed-off-by: Amjad Daraiseh <adaraiseh@okdanetworks.com> 
						
					 
					
						2024-02-02 05:41:04 -05:00 
						 
				 
			
				
					
						
							
							
								Igor Ryzhov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							72949f5f94 
							
						 
					 
					
						
						
							
							Merge pull request  #15251  from qlyoung/fix-doc-nbcli-numlist  
						
						... 
						
						
						
						doc: fix misformatted list in nbapi docs 
						
					 
					
						2024-01-31 15:06:25 +02:00 
						 
				 
			
				
					
						
							
							
								Christian Hopps 
							
						 
					 
					
						
						
						
						
							
						
						
							cb3242f697 
							
						 
					 
					
						
						
							
							tests: add YANG notification test  
						
						... 
						
						
						
						Signed-off-by: Christian Hopps <chopps@labn.net> 
						
					 
					
						2024-01-30 14:54:47 -05:00 
						 
				 
			
				
					
						
							
							
								Quentin Young 
							
						 
					 
					
						
						
						
						
							
						
						
							5b4a3d3af9 
							
						 
					 
					
						
						
							
							doc: update [no] recommendation  
						
						... 
						
						
						
						Signed-off-by: Quentin Young <qlyoung@qlyoung.net> 
						
					 
					
						2024-01-30 12:16:01 -05:00 
						 
				 
			
				
					
						
							
							
								Quentin Young 
							
						 
					 
					
						
						
						
						
							
						
						
							f9ed1c9c30 
							
						 
					 
					
						
						
							
							doc: fix misformatted list in nbapi docs  
						
						... 
						
						
						
						Signed-off-by: Quentin Young <qlyoung@qlyoung.net> 
						
					 
					
						2024-01-29 09:28:32 -08:00 
						 
				 
			
				
					
						
							
							
								Christian Hopps 
							
						 
					 
					
						
						
						
						
							
						
						
							cdfff3e5b5 
							
						 
					 
					
						
						
							
							doc: cleanup the structure a bit  
						
						... 
						
						
						
						Signed-off-by: Christian Hopps <chopps@labn.net> 
						
					 
					
						2024-01-27 05:03:57 -05:00 
						 
				 
			
				
					
						
							
							
								Christian Hopps 
							
						 
					 
					
						
						
						
						
							
						
						
							e2a9eb908f 
							
						 
					 
					
						
						
							
							doc: cleanup auto-converted "list" style mistake  
						
						... 
						
						
						
						Signed-off-by: Christian Hopps <chopps@labn.net> 
						
					 
					
						2024-01-27 05:03:51 -05:00 
						 
				 
			
				
					
						
							
							
								Christian Hopps 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a9dc7e9cc0 
							
						 
					 
					
						
						
							
							doc: mgmtd: update mgmtd conversion doc to be current.  
						
						... 
						
						
						
						Also change `be_client_xpaths` to `be_client_config_xpaths` referred in the doc
to make much clearer it's use (since there's a separate `be_client_oper_xpaths`.
Signed-off-by: Christian Hopps <chopps@labn.net> 
						
					 
					
						2024-01-13 14:26:55 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Ryzhov 
							
						 
					 
					
						
						
						
						
							
						
						
							3c2598a26f 
							
						 
					 
					
						
						
							
							mgmt, lib: differentiate DELETE and REMOVE operations  
						
						... 
						
						
						
						Currently, there's a single operation type which doesn't return error
if the object doesn't exists. To be compatible with NETCONF/RESTCONF,
we should support differentiate between DELETE (fails when object
doesn't exist) and REMOVE (doesn't fail if the object doesn't exist).
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com> 
						
					 
					
						2024-01-11 15:06:53 +02:00 
						 
				 
			
				
					
						
							
							
								Mark Stapp 
							
						 
					 
					
						
						
						
						
							
						
						
							bb6d4cea60 
							
						 
					 
					
						
						
							
							docs: clean up some developer doc warnings  
						
						... 
						
						
						
						A few fixups to clean up some dev doc warnings, in the
northbound files especially.
Signed-off-by: Mark Stapp <mjs@labn.net> 
						
					 
					
						2023-10-31 09:57:13 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Young 
							
						 
					 
					
						
						
						
						
							
						
						
							b06c593756 
							
						 
					 
					
						
						
							
							doc: remove northbound _sidebar definition  
						
						... 
						
						
						
						This ain't a wiki
But retain the ordering set up in the _sidebar in the RST index
Signed-off-by: Quentin Young <qlyoung@qlyoung.net> 
						
					 
					
						2023-09-28 12:04:05 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Young 
							
						 
					 
					
						
						
						
						
							
						
						
							d98bba1be2 
							
						 
					 
					
						
						
							
							doc: couple nbapi doc cleanups  
						
						... 
						
						
						
						* Fix block quote & rfc link
* Fix note block re: libyang dependencies
Signed-off-by: Quentin Young <qlyoung@qlyoung.net> 
						
					 
					
						2023-09-28 11:53:11 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Young 
							
						 
					 
					
						
						
						
						
							
						
						
							011d411c61 
							
						 
					 
					
						
						
							
							doc: fixup nbapi doc images  
						
						... 
						
						
						
						Pulled from web hosting into repo, all figure blocks updated.
Signed-off-by: Quentin Young <qlyoung@qlyoung.net> 
						
					 
					
						2023-09-28 11:53:07 -04:00 
						 
				 
			
				
					
						
							
							
								Quentin Young 
							
						 
					 
					
						
						
						
						
							
						
						
							19c5667dfc 
							
						 
					 
					
						
						
							
							doc: add northbound api arch docs  
						
						... 
						
						
						
						Signed-off-by: Quentin Young <qlyoung@qlyoung.net> 
						
					 
					
						2023-09-19 21:36:04 -04:00