

The used code linters are: flake8, pylint and bandit. Switched the issue tracker to use forms with additional questions for bug reporters to help in ticket triage.Īdd and automatically run pre-commit as part of the CI system to improve the code quality continuously and raise issues in contributed patches early on. Refactor test suite to use more GitHub Actions runners in parallel, reducing total run time by 50%. Simplify the Linux GitHub actions workflows by combining used shell scripts.Īdd periodic GitHub Actions workflow to review old issues in the conda issue tracker and mark them as stale if no feedback is provided in a sensible amount of time, eventually closing them.Īdd periodic GitHub Actions workflow to lock the comment threads of old issues and pull requests in the conda GitHub repository to surface regressions with new issues instead. Stop referring to updating anaconda when conda update fails with an error.īuild Docker images periodically on GitHub Actions for the continuous integration testing on Linux, storing them on GitHub Packages’s registry for reduced latency and cost when using Docker Hub. See the conda documentation for more information.Įxpand the contributing documentation with a section about static code analysis and code linting.Īdd developer guide section to the documentation, including a conda architecture overview. Minor docs cleanup and adding Code of Conduct.Īdd auto-built architecture documentation for conda based on the C4 Model. Update path of conda repo in RHEL based systems to /etc//conda.repo.įix the advanced pip example to stop using the now invalid file: prefix. Handle permission errors when listing all known prefixes.Ĭatch Unicode decoding errors when parsing conda-meta files.įix handling write errors when trying to create package cache or env directories. Indent the conda fish integration file using fish_indent.įix handling of environment variables containing equal signs ( =). Remove superfluous eval statements in fish shell integration. Support running conda with PyPy on Windows.Īdd ability to add, append and prepend to sequence values when using the conda config subcommand.Īdd XDG_CONFIG_HOME to the conda search path following the XDG Base Directory Specification (XDGBDS).įix the PowerShell activator to not show an error when unsetting environment variables. This information is drawn from the GitHub conda projectĪllow channel_alias to interpolate environment variables.
