<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/luci-base/root/etc, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/'/>
<updated>2024-04-29T06:57:30Z</updated>
<entry>
<title>luci-base: always add ucitrack independently of uci config</title>
<updated>2024-04-29T06:57:30Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2024-04-29T06:57:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=8f2dfa7058e184a064a2f3d49291ad9e446b3228'/>
<id>urn:sha1:8f2dfa7058e184a064a2f3d49291ad9e446b3228</id>
<content type='text'>
It is possible that the uci configuration file will be added to the system
later. Therefore, ucitrack json definitions are always added to ucitrack
triggers and it is not checked whether the uci configuration file exists.

Reported-by: Chen Minqiang &lt;ptpt52@gmail.com&gt;
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-base: use json for ucitrack instead of uci</title>
<updated>2024-04-11T13:49:44Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2024-04-10T15:23:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=a55b601f3747392947cdd9894c2e63f609d0bb4f'/>
<id>urn:sha1:a55b601f3747392947cdd9894c2e63f609d0bb4f</id>
<content type='text'>
The 'ucitrack' configuration under '/etc/config' defines which service must
be restarted on a LuCI change. This uci file defines how all this works
together. Additionally there are 'uci-defaults' scripts in the various
applications that add additional configurations parameters to this ucitrack
file if a service must be reloaded/restarted on a LuCI change.

There are some problems with the current implementation:

* The uci should be used to configure the system and not for this kind of
  reload/restart dependency handling on LuCI changes.
* On a system update with configuration restore of the 'ucitrack' file
  the new behavior on LuCI reload/restart could not take into account
  because the new file is *not* used.

This commit converts the handling from uci to json.

Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-base: ucitrack: fix broken affects logic</title>
<updated>2022-03-30T12:12:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-03-30T12:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=71106351344ea390e0f510e3f9ad34685bacc1ee'/>
<id>urn:sha1:71106351344ea390e0f510e3f9ad34685bacc1ee</id>
<content type='text'>
Changes on a given configuration should trigger change events on affected
configurations, not the other way around.

Fixes: #5745
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-base: remove deprecated radvd from ucitrack</title>
<updated>2021-02-13T10:20:57Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2021-02-13T10:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=ccdca27a7211255160a13c194afce4fb70fd0a9c'/>
<id>urn:sha1:ccdca27a7211255160a13c194afce4fb70fd0a9c</id>
<content type='text'>
Cleanup /etc/config/ucitrack by removing 'radvd' affect item
from network, as the radvd package has deprecated by odhcpd
and odhcp6c in 2014.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>ucitrack: fix bug for exec with params</title>
<updated>2020-03-22T17:05:31Z</updated>
<author>
<name>jjm2473</name>
</author>
<published>2020-03-22T16:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=97780a9ce158097e17ed7842ae01e765d5da4955'/>
<id>urn:sha1:97780a9ce158097e17ed7842ae01e765d5da4955</id>
<content type='text'>
In file `/etc/config/ucitrack`
```
config fstab
        option exec '/sbin/block mount'
```
`/sbin/block mount` never be called after fstab changed.

Signed-off-by: jjm2473 &lt;1129525450@qq.com&gt;
</content>
</entry>
<entry>
<title>luci-base: ensure that ubus path uses trailing slash</title>
<updated>2020-03-13T22:57:19Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-03-13T22:57:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=38289bc97512e758e5a20f348dc13d5018f98188'/>
<id>urn:sha1:38289bc97512e758e5a20f348dc13d5018f98188</id>
<content type='text'>
Without the trailing slash, probing endpoint availability will fail.

Fixes: 529bde440 ("luci-base: make rpc webserver path configurable")
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-base: extend rollback timeout to 90 seconds</title>
<updated>2020-02-13T18:26:33Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-02-13T18:25:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=81cf99a50706a75a2259296e4aab3f7b3bf5d54e'/>
<id>urn:sha1:81cf99a50706a75a2259296e4aab3f7b3bf5d54e</id>
<content type='text'>
Ref: #3628
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>luci-base: make rpc webserver path configurable</title>
<updated>2020-01-16T14:16:09Z</updated>
<author>
<name>Ansuel Smith</name>
</author>
<published>2020-01-16T14:16:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=529bde44081d0bc07a064e9dfb1f0b3f35e61061'/>
<id>urn:sha1:529bde44081d0bc07a064e9dfb1f0b3f35e61061</id>
<content type='text'>
Currently the ubus path that provide the webserver is hardcoded to be /ubus.
Change this to make it configurable from the luci config file.

Signed-off-by: Ansuel Smith &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #952 from cshore-history/pull-request-fstab-avoid-block-umount-on-apply</title>
<updated>2018-07-16T20:12:38Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-07-16T20:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=f4dd2e6dfbc97769ff6eb4cc648f91e28e6b5603'/>
<id>urn:sha1:f4dd2e6dfbc97769ff6eb4cc648f91e28e6b5603</id>
<content type='text'>
luci-base: Avoid block umount on fstab apply</content>
</entry>
<entry>
<title>Merge pull request #1769 from jow-/master</title>
<updated>2018-05-18T14:44:33Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-05-18T14:44:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/project/luci/commit/?id=828202ef5237f48e6f53d15ca198e2c6815b7cd7'/>
<id>urn:sha1:828202ef5237f48e6f53d15ca198e2c6815b7cd7</id>
<content type='text'>
UCI apply/rollback workflow</content>
</entry>
</feed>
