https://github.com/rhinstaller/anaconda-webui
Anaconda Web UI planning and discussions.
https://github.com/rhinstaller/anaconda-webui
Last synced: about 1 year ago
JSON representation
Anaconda Web UI planning and discussions.
- Host: GitHub
- URL: https://github.com/rhinstaller/anaconda-webui
- Owner: rhinstaller
- License: lgpl-2.1
- Created: 2023-03-28T14:24:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T00:34:02.000Z (about 1 year ago)
- Last Synced: 2025-05-04T01:24:42.151Z (about 1 year ago)
- Language: JavaScript
- Size: 68.4 MB
- Stars: 15
- Watchers: 14
- Forks: 19
- Open Issues: 22
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Anaconda Web UI
===============
Getting the source
------------------
Here's where to get the code::
git clone https://github.com/rhinstaller/anaconda-webui.git
cd anaconda-webui
Development instructions
------------------------
See ``_ and ``_ for details about how to efficiently change the code,
run, and test it.
Automated release
-----------------
The intention is that the only manual step for releasing a project is to create
a signed tag for the version number, which includes a summary of the noteworthy
changes::
123
- this new feature
- fix bug #123
Pushing the release tag triggers the `release.yml `_
`GitHub action `_ workflow. This creates the
official release tarball and publishes as upstream release to GitHub.
The Fedora and COPR releases are done with `Packit `_.
see the `packit.yaml <./packit.yaml>`_ control file.
Automated maintenance
---------------------
It is important to keep your `NPM modules <./package.json>`_ up to date, to keep
up with security updates and bug fixes. This is done with dependabot, see the
`dependabot.yml <./.github/dependabot.yml>`_ control file.
Similarly, translations are refreshed every Tuesday evening (or manually) through the
`weblate-sync-po.yml <.github/workflows/weblate-sync-po.yml>`_ action.
Conversely, the PO template is uploaded to weblate every day through the
`weblate-sync-pot.yml <.github/workflows/weblate-sync-pot.yml>`_ action.