anaconda

System installer for Fedora, RHEL and other distributions

GPL-2.0 License

Stars
516

Bot releases are visible (Hide)

anaconda - Anaconda 37.4

Published by github-actions[bot] over 2 years ago

  • Remove the unused _noop method (vponcova)
  • Fix failing pylint check. (rvykydal)
  • Use a task to set up an additional NFS repository (vponcova)
  • Parse both formats of the NFS repositories (vponcova)
  • webui: start using custom webui-desktop script instead of cockpit-desktop (kkoukiou)
  • ShellCheck: Quote also variables inside ${...} (vslavik)
  • Move the validation of system repositories (vponcova)
  • Always load new enabled repositories to check their validity (vponcova)
  • Don't allow to load metadata of a disabled repository (vponcova)
  • Remove the _add_repo_to_dnf_and_ks method of the DNF payload class (vponcova)
  • Use the DNF manager to load all enabled repositories (vponcova)
  • Add the load_packages_metadata method to the DNF manager (vponcova)
  • Extend the DBus documentation of the Storage module (vponcova)
  • webui: add helper text in the installation destination step (kkoukiou)
  • webui: adapt the wizard body headers and other captions to the design mockups (kkoukiou)
  • webui: move installation destination step to ListingTable component (kkoukiou)
  • Clarify which Anaconda profile is used by CentOS Stream (vponcova)
  • webui: prefer constant variable when possible (kkoukiou)
  • webui: bring some order to the imports (kkoukiou)
  • webui: move wizard code out of app.jsx to a new file (kkoukiou)
  • webui: stop using titleId without a title (kkoukiou)
  • webui: keep a list of visited pages for deciding which nav items are enabled (kkoukiou)
  • webui: stop passing 'address' variable to the Footer component (kkoukiou)
  • webui: tests: do not start the installation in non-destructive tests (kkoukiou)
  • webui: convert wizard to in-page and add a betanag label (kkoukiou)
  • Add the generate_driver_disk_repositories function (vponcova)
  • Split some code from the update_base_repo method (vponcova)
  • Handle the inst.addrepo option in the DNF payload class (vponcova)
  • Remove the additional_repos attribute of the Anaconda class (vponcova)
  • Parse the inst.addrepo option using argparser (vponcova)
  • gui: update network spoke for symbolic icons (#2055883) (rvykydal)
  • gui: update beta-nag dialog for symbolic icons (#2055883) (rvykydal)
  • gui: update Quit dialog for symbolic icons (#2055883) (rvykydal)
  • Add the --ignore-broken test again (vponcova)
  • Remove --ignore-broken test (#test) (jkonecny)
  • webui: add support for in form error notifications per step (kkoukiou)
  • webui: introduce a custom Footer component for the Wizard (kkoukiou)
  • webui: introduce some logic for which steps the users can access (kkoukiou)
  • webui: Get method call on the Properties interface always wraps results in arrays (kkoukiou)
  • webui: move dbus client declarations to singleton classes (kkoukiou)
  • webui: fix progress reporting in the InstallationProgress component (kkoukiou)
  • build(deps): bump @patternfly/react-core in /ui/webui (49699333+dependabot[bot])
  • Document inst.net.noautodefault option (rvykydal)
  • build(deps): bump @patternfly/patternfly in /ui/webui (49699333+dependabot[bot])
  • Add scripts for anaconda services to updates image (rvykydal)
  • Add inst.net.noautodefault option do disable NM default autocons (#2033231) (rvykydal)
  • Disable NM autoconnections in Anaconda (rvykydal)
anaconda - Anaconda 37.3

Published by github-actions[bot] over 2 years ago

  • Increase version of the anaconda-widgets (jkonecny)
  • Disable layout_indicator in Anaconda (jkonecny)
  • Don't configure the keyboard in Live environments with XWayland (jkonecny)
  • webui: tests: check-installation-progress tests are not non-destructive (kkoukiou)
  • tests: webui: ensure that installation reaches boot-loader step and fails (kkoukiou)
  • webui: storage configuration: show only usable disks in the table (kkoukiou)
  • webui: set default storage configuration in the JS code (kkoukiou)
  • webui: move localization apis to 'apis' folder (kkoukiou)
  • webui: move installation apis to 'apis' folder (kkoukiou)
  • webui: pass up to the component tree a hander for showing errors in the UI (kkoukiou)
  • webui: move react components to a new components folders (kkoukiou)
  • webui: rewrite language selection component to a class component (kkoukiou)
  • network: Handle network configuration paths not existing (awilliam)
  • webui: webpack: process all assets when compressing (kkoukiou)
  • Change pylint ignore from number to name (vslavik)
  • Remove RpmDb-related setup in OSTree payloads (vslavik)
  • pylint: Survive scanning broken symlinks (vslavik)
  • pylint: Don't read whole files to check hashbangs (vslavik)
  • pylint: Ignore checkouts of cockpit repos (vslavik)
  • pylint: Simplify skipping already detected paths (vslavik)
  • webui: move to a wizard based design implementation (mkolman)
  • Do not crash on network --device link with wireless device (#2051235) (rvykydal)
  • Remove the decorated_window conf option (vslavik)
  • packit: build SRPM in Copr (ttomecek)
  • Use the latest Read the Docs theme (vponcova)
  • Change the example bug related to unlocked LUKS devices (vponcova)
  • webui: read conf from installation environment (vslavik)
anaconda - Anaconda 37.2

Published by github-actions[bot] over 2 years ago

  • Fix Makefile targets using L10N Makefile variables (jkonecny)
  • Remove the blivet_gui_supported configuration option (vponcova)
  • webui: tests: move journal parsing for waiting for webui initialization to the VM creation script (kkoukiou)
  • webui: tests: move cockpit-ws spawning to the machine_install script instead of the ks file (kkoukiou)
  • webui: tests: workaround cockpit's expectation for test/images directory (kkoukiou)
  • webui: first pass on the installation progress component (kkoukiou)
  • webui: tests: add payload workaround for the webui tests (kkoukiou)
  • webui: add notification component at top level (kkoukiou)
  • Set up basic error handling for the Web UI (vponcova)
  • Provide defaults for the Web UI installation (vponcova)
  • webui: tests: wait for the webui initialiation to have finishes before running the tests (kkoukiou)
  • Always request localization files during build (jkonecny)
  • Collect PO files names dynamically (jkonecny)
  • Move the po files download to the make call (jkonecny)
  • webui: tests: actually boot into the webui mode (kkoukiou)
  • webui: tests: ignore output when running commands in the ks file (kkoukiou)
  • Remove the enable_ignore_broken_packages configuration option (vponcova)
  • build(deps): bump @patternfly/patternfly in /ui/webui (49699333+dependabot[bot])
  • tests: webui: Increate timeout for accessible webui to 5 minutes (kkoukiou)
  • Replace one more icon after removal from adwaita (#2055883) (jkonecny)
  • Allow to run an incomplete installation via DBus (vponcova)
  • Remove ksdata from migrated payload classes (vponcova)
  • Remove progressQ (vponcova)
  • Don't use progressQ in GUI (vponcova)
  • Don't use progressQ in TUI (vponcova)
  • Don't use progressQ in the installation queue (vponcova)
  • Update accordion.py (76429226+layne-yang)
  • Replace legacy adwaita icons removed in adwaita-icon-theme 42 (awilliam)
  • Update the .coveragerc file (vponcova)
  • webui: Pin eslint-plugin-react to the last non broken release (kkoukiou)
  • build(deps): bump @patternfly/react-core in /ui/webui (49699333+dependabot[bot])
  • ovirt: move /var/tmp to its own partition (sbonazzo)
  • webui: Don't save SSH key in command from VM script (vslavik)
  • docs: add intructions to the on-duty team member for handling failing image refreshes for webui tests (kkoukiou)
  • Add a release note for removed undocumented and unused scripts (vponcova)
  • Remove the /usr/bin/analog script (vponcova)
  • Remove the /usr/bin/restart-anaconda script (vponcova)
  • Improve the documentation of the run-anaconda script (vponcova)
  • Don't report the name of the DBus task by default (vponcova)
  • webui: Use grouped typeahead for the language selector (kkoukiou)
  • webui: consume real data in the language selection dialog from the API (kkoukiou)
  • Introduce GetLanguages, GetLanguageData, GetLocales, GetLocaleData methods on the Localization interface (kkoukiou)
  • Add note to branching guide to look on pykickstart issues (#docs) (jkonecny)
  • Fixed the translation not taking effect (yangxiaoxuan)
anaconda - Anaconda 36.16.2

Published by github-actions[bot] over 2 years ago

  • Do not modify boot order on UEFI if asked (vslavik)
  • Remove RPM database cleanup (vslavik)
  • Add all fields to PartSpec's string representation (vslavik)
  • Add repr to PartSpec (vslavik)
  • Create /var subvolume on Fedora Kinoite and Silverblue (cmurf)
  • Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
anaconda - Anaconda 37.1

Published by github-actions[bot] over 2 years ago

  • webui: checkout last release instead of main for cockpit's test library (kkoukiou)
  • Do not modify boot order on UEFI if asked (vslavik)
  • webui: use test images from the cockpit's image store (kkoukiou)
  • webui: tests: use python3, python is not a thing in Cockpit's test container anymore (kkoukiou)
  • Remove RPM database cleanup (vslavik)
  • Add all fields to PartSpec's string representation (vslavik)
  • Add repr to PartSpec (vslavik)
  • UX: clarify meaning of "additional space" checkbox (hexagon-recursion)
  • Create /var subvolume on Fedora Kinoite and Silverblue (cmurf)
  • Remove misleading warning about inst.ks.device replacing ksdevice (rvykydal)
  • Remove the support for detection of unsupported hardware (vponcova)
  • Revert "Ignore webui specific parts in the rpm-test" (kkoukiou)
  • webui: Add mising MAINTAINERCLEANFILES in Makefile.am (kkoukiou)
  • webui: install eslint-config-standard-jsx to align with what starter-kit [1] does (kkoukiou)
  • build(deps): bump @patternfly/patternfly in /ui/webui (49699333+dependabot[bot])
  • Remove webui kernel boot argument support (jkonecny)
  • Ignore deps-dev commits by dependabot (vslavik)
  • Remove web UI from spec file on Fedora 36 (jkonecny)
  • Remove npm dependencies from the containers (jkonecny)
  • Remove webui code from the Fedora 36 (jkonecny)
  • build(deps): bump @patternfly/react-core in /ui/webui (49699333+dependabot[bot])
  • Restore contexts also in /usr/lib (vslavik)
  • ci: rpm: install older rpm version in the container (kkoukiou)
  • po: limit threads used by libgomp when building the merged translation files (kkoukiou)
  • Reset the password if the root account is disabled (vponcova)
  • Fix the status of the root configuration screen (vponcova)
  • Fix the condition for entering the root configuration (vponcova)
  • Move tests for pyanaconda.ui.lib.users to a new file (vponcova)
  • Revert "Show correctly that no admin user is set up" (vponcova)
  • Remove the make-sphinx-docs script (vponcova)
  • Remove the list-screens script (vponcova)
  • Remove the anaconda-read-journal script (vponcova)
  • Remove the run_boss_locally.py script (vponcova)
  • Improve the indentation in pyanaconda.installation (vponcova)
  • Translate strings when we create the installation queue (vponcova)
  • Create a task for running the current installation queue (vponcova)
  • webui: tests: update README file (kkoukiou)
  • webui: tests: add support for destructive tests (kkoukiou)
  • Don't use progressQ in tasks of the installation queue (vponcova)
  • Do not fail on nonexistent fs nodes in pstore (vslavik)
  • dockerfile: stop specifying nodejs stream explicitely (kkoukiou)
  • Support Btrfs-only mount points in the default partitioning (vponcova)
  • Use a task to write repositories on the target system (vponcova)
  • Revert "Adjust configuration options for Fedora 36" (jkonecny)
  • dockerfile: ci: rpm: install nodejs instead of NPM directly (kkoukiou)
  • Do not copy resolv.conf to target system at the end of installation (rvykydal)
  • Do not copy /etc/resolv.conf to chroot before installation (rvykydal)
  • Clean up pyanaconda.installation_tasks (vponcova)
  • Extend the unit tests for the Flatpak manager (vponcova)
  • Don't use progressQ in the payload classes (vponcova)
  • Don't use progressQ in the DNF payload class (vponcova)
  • Simplify the error message about a failed Flatpak operation (vponcova)
  • Don't use progressQ in the Flatpak manager (vponcova)
  • spec: Add dependency on libblockdev-lvm-dbus to install-env-deps (vtrefny)
  • webui: users: do not try to use the proxy before it's ready (kkoukiou)
  • Add documentation of how to fix our CI (jkonecny)
  • Move save_hw_clock method to a D-Bus configuration task (kkoukiou)
  • Remove the InstallRepoEnabled DBus property (vponcova)
  • Add the installation_enabled attribute to the repository configuration data (vponcova)
  • Document how to enable Cockpit CI for Fedora branches (mkolman)
  • Update branching docs (mkolman)
  • Reset the password if the root account is disabled (vponcova)
  • Fix the status of the root configuration screen (vponcova)
  • Fix the condition for entering the root configuration (vponcova)
  • Move tests for pyanaconda.ui.lib.users to a new file (vponcova)
  • Revert "Show correctly that no admin user is set up" (vponcova)
  • Remove the WriteResolvConfTask class (vponcova)
  • Clean up the code for including Web UI in an updates image (vponcova)
  • Adjust configuration options for Fedora 36 (mkolman)
  • build: Remove make as part of run-build-and-arg script (kkoukiou)
  • spec: list webui language translation files into the RPM (kkoukiou)
  • po: don't translate the externally fetched pkg/lib content for now (kkoukiou)
  • webui: po: cockpit-po-plugin expects that translations are from the current directory (kkoukiou)
  • po: add hack to workaround semicolon bug (kkoukiou)
  • po: stop using --use-fist when creating the anaconda.pot file (kkoukiou)
  • po: start translating webui files (jsx) and add support for cockpit translation functions (kkoukiou)
  • webui: eslint: let's always prefer double quotes since cockpit localization needs it (kkoukiou)
  • webui: start translating some strings (kkoukiou)
  • Test a recreation of the same thread (vponcova)
  • Add the enabled attribute to the repository configuration data (vponcova)
anaconda - Anaconda 36.16.1

Published by github-actions[bot] over 2 years ago

  • Remove webui kernel boot argument support (jkonecny)
  • Remove web UI from spec file on Fedora 36 (jkonecny)
  • Remove npm dependencies from the containers (jkonecny)
  • Remove webui code from the Fedora 36 (jkonecny)
  • Restore contexts also in /usr/lib (vslavik)
  • Reset the password if the root account is disabled (vponcova)
  • Fix the status of the root configuration screen (vponcova)
  • Fix the condition for entering the root configuration (vponcova)
  • Move tests for pyanaconda.ui.lib.users to a new file (vponcova)
  • Revert "Show correctly that no admin user is set up" (vponcova)
  • Do not fail on nonexistent fs nodes in pstore (vslavik)
  • Support Btrfs-only mount points in the default partitioning (vponcova)
  • Adjust configuration options for Fedora 36 (mkolman)
  • Adjust configuration options for Fedora 36 (mkolman)
anaconda - Anaconda 36.16

Published by github-actions[bot] over 2 years ago

  • packit: release: unset use_cockpit by sedding the specfile in packit script (kkoukiou)
  • webui: parameterize ports for ssh, cockpit connection and http server (kkoukiou)
  • Use systemd-resolved in installer environment. (rvykydal)
  • webui: tests: add info on how to run these in a toolbox (#docs) (kkoukiou)
  • npm: Lock mini-css-extract-plugin at version 2.4.5 (kkoukiou)
  • pyanaconda: fix webui directory in Makefile (kkoukiou)
  • webui: Fix test/README tip (kkoukiou)
  • webui: makeupdates: file expected path (kkoukiou)
  • webui: Fix some pylint errors in the tests code (kkoukiou)
  • webui: Reorganize new webui code into different directories (kkoukiou)
  • webui: add usage of the timedatectl ServerTime wrapper (kkoukiou)
  • webui: introduce new watch and rsync makefile targets (kkoukiou)
  • webui: setup subdirectories for the different components (kkoukiou)
  • webui: show device selection list for partitioning (kkoukiou)
  • webui: sync Makefile with starter kit makefile regarding updating package.json (kkoukiou)
  • webui: Introduce template react components for all configuration subpages (kkoukiou)
  • test: Bring new cockpit based WebUI tests to the CI (kkoukiou)
  • webui: change format of the README files for consistency (kkoukiou)
  • webui: Introduce base functionality for automated testing (kkoukiou)
  • webui: Add target for fetching cockpit's testing library in anaconda-webui Makefile (kkoukiou)
  • Ignore webui specific parts in the rpm-test (jkonecny)
  • Ignore npm packages files for translation (jkonecny)
  • Add npm and git dependencies to the ci and rpm containers (kkoukiou)
  • Build and install webui also through autotools (kkoukiou)
  • webui: strip down eslintrc ignore rules to only the rules that really don't make sense (kkoukiou)
  • webui: enforce the consistent use of either double or single quotes (kkoukiou)
  • webui: add simple example of using the dbus API for reading and writing properties (kkoukiou)
  • Make the makeupdates script Web UI aware (kkoukiou)
  • Build and include the cockpit tar into the anaconda spec file (kkoukiou)
  • Introduce webui plugin base code (kkoukiou)
  • Initial Web UI support (mkolman)
  • Run chown instead of os.walk-ing to re-own home dir (vslavik)
  • Add the set_repository_enabled function (vponcova)
anaconda - anaconda-36.15

Published by github-actions[bot] almost 3 years ago

  • Correct liveinst SELinux status check (awilliam)
  • The OPAL compatibility with XFS features is mandatory (vponcova)
  • Improve wording on the admin checkbox (vslavik)
  • User is admin by default (vslavik)
anaconda - anaconda-36.14

Published by github-actions[bot] almost 3 years ago

  • Move the code for adding repositories to the DNF base (vponcova)
  • Allow to convert kickstart repositories into DBus data (vponcova)
  • Skip /etc/machine-info during live installs (#2036199) (awilliam)
anaconda - anaconda-36.13

Published by github-actions[bot] almost 3 years ago

Anaconda release 36.13.

  • Fix names of tests for the OPAL compatibility verification (vponcova)
  • Always use LegacyVersion for parsing versions (vponcova)
  • Remove the GenerateTemporaryKickstart DBus method (vponcova)
  • Use the DBus API for the image and tar installation (vponcova)
  • Run the installation tasks in the live image payload module (vponcova)
  • Create complete installation tasks for live and tar installations (vponcova)
  • Create the tarball source module (vponcova)
  • Merge helper functions into users._reown_homedir() (vslavik)
  • Remove _get_parent_directory (vslavik)
  • Merge _dir_tree_map into _chown_dir_tree (vslavik)
  • Move touch from core.util to core.path (vslavik)
  • Move join_paths from core.util to core.path (vslavik)
  • Move open_with_perm from core.util to core.path (vslavik)
  • Move get_mount_paths from core.util to core.path (vslavik)
  • Move parent_dir to users._get_parent_directory (vslavik)
  • Move dir_tree_map and chown_dir_tree to users (vslavik)
  • Remove last use of dir_tree_map outside core.util (vslavik)
  • Move util.mkdirChain to path.make_directories (vslavik)
  • Add missing commas to the test_get_kernel_version_list test (vponcova)
  • Show all logs of failed unit tests (vponcova)
  • Move set_system_root from core.util to core.path (vslavik)
  • Add a new module for path-related helpers (vslavik)
  • Fix shellcheck warnings (vslavik)
  • Update ShellCheck config files (vslavik)
  • Add ShellCheck to unit tests (vslavik)
  • Fix typo in debug print in network part (jkonecny)
  • Replace local function with service helper (vslavik)
  • Change service helper default root to "/" (vslavik)
  • Test the service helpers (vslavik)
  • Move service util functions to new module (vslavik)
  • Remove the base_repo property (vponcova)
  • Remove the support for image installations from the liveinst script (vponcova)
anaconda - anaconda-36.12

Published by M4rtinK almost 3 years ago

Anaconda release 36.12.

anaconda - anaconda-36.11

Published by github-actions[bot] almost 3 years ago

Anaconda release 36.11.

anaconda - anaconda-36.10

Published by github-actions[bot] almost 3 years ago

Anaconda release 36.10 created automatically from git tag.

anaconda - anaconda-36.9

Published by github-actions[bot] almost 3 years ago

Anaconda release 36.9 created automatically from git tag.

anaconda - anaconda-36.8

Published by github-actions[bot] almost 3 years ago

Anaconda release 36.8 created automatically from git tag.