<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/NetworkManager.git/clients/cli/nmcli-completion, branch lr/cli-add-master</title>
<subtitle>gitlab.freedesktop.org: NetworkManager/NetworkManager.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/'/>
<entry>
<title>cli: add "nmcli c add master" to bash-completion</title>
<updated>2015-07-12T13:46:37+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2015-04-21T16:35:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=1ff98fca40168d01fcd9da33058ff6e1d012b426'/>
<id>1ff98fca40168d01fcd9da33058ff6e1d012b426</id>
<content type='text'>
Remove the discouraged forms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove the discouraged forms.
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add bash completion for 'nmcli c add -- &lt;property list&gt;'</title>
<updated>2015-07-02T07:33:58+00:00</updated>
<author>
<name>Lubomir Rintel</name>
<email>lkundrak@v3.sk</email>
</author>
<published>2015-07-01T09:38:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=81f1e3da4f1398d2f0f17d064f6a66026148caca'/>
<id>81f1e3da4f1398d2f0f17d064f6a66026148caca</id>
<content type='text'>
Use the editor to obtain a list of possible properties for a type of
connection. Let 'nmcli c modify' completion reuse it as well, to avoid code
duplication.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the editor to obtain a list of possible properties for a type of
connection. Let 'nmcli c modify' completion reuse it as well, to avoid code
duplication.
</pre>
</div>
</content>
</entry>
<entry>
<title>wimax: drop WiMAX support (bgo #747846)</title>
<updated>2015-04-17T16:42:23+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@redhat.com</email>
</author>
<published>2015-04-13T21:07:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=721e917cb6c3f6bea7e856aaed0cd49626887db1'/>
<id>721e917cb6c3f6bea7e856aaed0cd49626887db1</id>
<content type='text'>
Even Fedora is no longer shipping the WiMAX SDK, so it's likely we'll
eventually accidentally break some of the code in src/devices/wimax/
(if we haven't already). Discussion on the list showed a consensus for
dropping support for WiMAX.

So, remove the SDK checks from configure.ac, remove the WiMAX device
plugin and associated manager support, and deprecate all the APIs.

For compatibility reasons, it is still possible to create and save
WiMAX connections, to toggle the software WiMAX rfkill state, and to
change the "WIMAX" log level, although none of these have any effect,
since no NMDeviceWimax will ever be created.

nmcli was only compiling in support for most WiMAX operations when NM
as a whole was built with WiMAX support, so that code has been removed
now as well. (It is still possible to use nmcli to create and edit
WiMAX connections, but those connections will never be activatable.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Even Fedora is no longer shipping the WiMAX SDK, so it's likely we'll
eventually accidentally break some of the code in src/devices/wimax/
(if we haven't already). Discussion on the list showed a consensus for
dropping support for WiMAX.

So, remove the SDK checks from configure.ac, remove the WiMAX device
plugin and associated manager support, and deprecate all the APIs.

For compatibility reasons, it is still possible to create and save
WiMAX connections, to toggle the software WiMAX rfkill state, and to
change the "WIMAX" log level, although none of these have any effect,
since no NMDeviceWimax will ever be created.

nmcli was only compiling in support for most WiMAX operations when NM
as a whole was built with WiMAX support, so that code has been removed
now as well. (It is still possible to use nmcli to create and edit
WiMAX connections, but those connections will never be activatable.)
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: allow multiple devices for 'nmcli device disconnect/delete' (bgo #746097)</title>
<updated>2015-03-20T10:03:44+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2015-03-11T18:10:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=b8a2f42a38219b4e1f9c87a78f68d5551e1d6c08'/>
<id>b8a2f42a38219b4e1f9c87a78f68d5551e1d6c08</id>
<content type='text'>
Allow disconnecting and deleting multiple interfaces at a time. It is much
more user friendly. TAB and bash completions are supported as well.

https://bugzilla.gnome.org/show_bug.cgi?id=746097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow disconnecting and deleting multiple interfaces at a time. It is much
more user friendly. TAB and bash completions are supported as well.

https://bugzilla.gnome.org/show_bug.cgi?id=746097
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/completion: add completion for --order option</title>
<updated>2015-03-02T13:02:58+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2015-02-23T17:29:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=81c420dc6251f54c3358411093bcc902166fdb7a'/>
<id>81c420dc6251f54c3358411093bcc902166fdb7a</id>
<content type='text'>
This does not yet work, because the --order option
contains colons which bash completion considers as
separaters.

For now, implement it and ignore that problem. It
works correctly until you specify more then one
order-columns separated by colon.

https://bugzilla.gnome.org/show_bug.cgi?id=738613

Fixes: 40e98f5d685bc41da32f65e6ee3b5ad1b46cca3f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not yet work, because the --order option
contains colons which bash completion considers as
separaters.

For now, implement it and ignore that problem. It
works correctly until you specify more then one
order-columns separated by colon.

https://bugzilla.gnome.org/show_bug.cgi?id=738613

Fixes: 40e98f5d685bc41da32f65e6ee3b5ad1b46cca3f
</pre>
</div>
</content>
</entry>
<entry>
<title>cli/completion: add completion for --colors option</title>
<updated>2015-02-23T17:31:01+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2015-02-23T16:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=d0fbb688f563a6919ce68d39eb55768cefa6bc65'/>
<id>d0fbb688f563a6919ce68d39eb55768cefa6bc65</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=738613

Fixes: 758e488f13140e55581c756ebab5ed7edb716f65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=738613

Fixes: 758e488f13140e55581c756ebab5ed7edb716f65
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli/bash-completion: don't allow specifying connection by apath for 'connection modify'</title>
<updated>2014-12-22T14:39:48+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-12-22T11:35:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=3cbce6994a094d078f02543301522005e837cb55'/>
<id>3cbce6994a094d078f02543301522005e837cb55</id>
<content type='text'>
The following must not be allowed:

  $ nmcli connection modify apath /org/freedesktop/NetworkManager/ActiveConnection/0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The following must not be allowed:

  $ nmcli connection modify apath /org/freedesktop/NetworkManager/ActiveConnection/0
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli/bash-completion: fix detecting connection for connection modify</title>
<updated>2014-12-22T14:28:00+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-12-22T11:30:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=5ef233936ad270b45c65daccbfd939c5c3c4c0c0'/>
<id>5ef233936ad270b45c65daccbfd939c5c3c4c0c0</id>
<content type='text'>
Previously we would only complete connections given by ID.
The following would work:
  $ nmcli connection modify id &lt;ID&gt; &lt;TAB&gt;
  $ nmcli connection modify &lt;ID&gt; &lt;TAB&gt;
  $ nmcli connection modify uuid &lt;UUID&gt; &lt;TAB&gt;
but the following would not work:
  $ nmcli connection modify &lt;UUID&gt; &lt;TAB&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously we would only complete connections given by ID.
The following would work:
  $ nmcli connection modify id &lt;ID&gt; &lt;TAB&gt;
  $ nmcli connection modify &lt;ID&gt; &lt;TAB&gt;
  $ nmcli connection modify uuid &lt;UUID&gt; &lt;TAB&gt;
but the following would not work:
  $ nmcli connection modify &lt;UUID&gt; &lt;TAB&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nmcli/bash-completion: complete [+-] modifier for `connection modify` property</title>
<updated>2014-12-01T14:22:10+00:00</updated>
<author>
<name>Thomas Haller</name>
<email>thaller@redhat.com</email>
</author>
<published>2014-12-01T14:20:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=c3246d962dfac87e6eb4ced023d900744969cf6f'/>
<id>c3246d962dfac87e6eb4ced023d900744969cf6f</id>
<content type='text'>
Fixes
  nmcli connection modify CONNECTION +conn&lt;TAB&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes
  nmcli connection modify CONNECTION +conn&lt;TAB&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cli: add 'nmcli agent' command (bgo #739568)</title>
<updated>2014-11-07T10:58:25+00:00</updated>
<author>
<name>Jiří Klimeš</name>
<email>jklimes@redhat.com</email>
</author>
<published>2014-10-30T14:45:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/NetworkManager.git/commit/?id=3a551664dfe3477487065528ffcade41281f4f7a'/>
<id>3a551664dfe3477487065528ffcade41281f4f7a</id>
<content type='text'>
Synopsis:
nmcli agent { secret | polkit | all }

The command runs separate NetworkManager secret agent or session polkit agent, or both.
It is useful when
- no other secret agent is available (such as GUI nm-applet, gnome-shell, KDE applet)
- no other polkit agent is available (such as polkit-gnome-authentication-agent-1,
  polkit-kde-authentication-agent-1 or lxpolkit)

https://bugzilla.gnome.org/show_bug.cgi?id=739568
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Synopsis:
nmcli agent { secret | polkit | all }

The command runs separate NetworkManager secret agent or session polkit agent, or both.
It is useful when
- no other secret agent is available (such as GUI nm-applet, gnome-shell, KDE applet)
- no other polkit agent is available (such as polkit-gnome-authentication-agent-1,
  polkit-kde-authentication-agent-1 or lxpolkit)

https://bugzilla.gnome.org/show_bug.cgi?id=739568
</pre>
</div>
</content>
</entry>
</feed>
