Skip to content

Releases: rhel-lightspeed/command-line-assistant

v0.2.2

27 Jan 14:42
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

What's Changed

  • [RSPEED-522] Add noreplace to config file in specfile by @r0x0d in #138
  • Release v0.2.2 by @r0x0d in #139

Full Changelog: v0.2.1...v0.2.2

Release 0.2.1

22 Jan 12:18
7f8cbf3
Compare
Choose a tag to compare

What's Changed

  • [RSPEED-491] Change import location for SQLAlchemy by @r0x0d in #126
  • Release v0.2.1 by @r0x0d in #127

Full Changelog: v0.2.0...v0.2.1

Release 0.2.0

21 Jan 14:00
a1189e9
Compare
Choose a tag to compare

What's Changed

  • Update dependency coverage to v7.6.8 by @renovate in #48
  • Update dependency pytest to v8.3.4 by @renovate in #57
  • Add Pull Request template to keep description orgainzed by @r0x0d in #49
  • Refactor the CLI to be separate commands by @r0x0d in #61
  • Add an experimental rendering module for client by @r0x0d in #62
  • Update dependency coverage to v7.6.9 by @renovate in #60
  • [RSPEED-279] Add Command Line Assistant Daemon by @r0x0d in #58
  • Enable copr builds in develop by @r0x0d in #67
  • Update specfile to include config from release dir by @r0x0d in #68
  • Split the query and history dbus implementations by @r0x0d in #66
  • Switch to system bus instead of session bus by @r0x0d in #69
  • [RSPEED-284, RSPEED-285] Add schema for input/output queries and history by @r0x0d in #70
  • The connect_signals was triggered the API request twice by @r0x0d in #73
  • [RSPEED-275] Add local history management and improve the command by @r0x0d in #74
  • Query against rlsrag by @r0x0d in #75
  • Improve error handling by @r0x0d in #76
  • [RSPEED-386] Update systemd units to be socket activated by @r0x0d in #72
  • Update dependency coverage to v7.6.10 by @renovate in #77
  • Add 100% docstring coverage by @r0x0d in #78
  • Add sphinx by @r0x0d in #79
  • Add readthedocs build support by @r0x0d in #80
  • Fix readthedocs yaml config by @r0x0d in #81
  • Fix conf path by @r0x0d in #82
  • [RSPEED-399] Fix query read from stdin by @r0x0d in #83
  • Fix makefile systemd comment by @r0x0d in #84
  • Remove colorama dep by @r0x0d in #85
  • Small modifications to CONTRIBUTING.md by @r0x0d in #86
  • Apply NO_COLOR to colored output by @r0x0d in #88
  • [RSPEED-334] Generate manpages for CLA and CLAD by @r0x0d in #91
  • [RSPEED-403] Prevent binary stdin by @r0x0d in #92
  • [RSPEED-129] Add audit logging capability to CLAD by @r0x0d in #90
  • [RSPEED-388] Add exception handling for SSL certificates by @r0x0d in #87
  • Normalize the folder name to command-line-assistant by @r0x0d in #96
  • Small code refactor for outputting text by @r0x0d in #93
  • Update legal message by @r0x0d in #94
  • Remove record command by @r0x0d in #95
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #97
  • [RSPEED-391] Allow only deterministic tests to be run. by @kokesak in #89
  • [RSPEED-407] Fix config.toml for release and devel path by @r0x0d in #98
  • [RSPEED-408] Add audit logging to stdout by @r0x0d in #99
  • [RSPEED-412] Add filter history option by @r0x0d in #101
  • [RSPEED-136] Implement a basic user session management by @r0x0d in #104
  • Add new dependencies for readthedocs to build by @r0x0d in #105
  • Missing dep for readthedocs by @r0x0d in #106
  • [RSPEED-384] Add input field for query by @r0x0d in #107
  • Fix CodeQL workflow to run on develop by @r0x0d in #110
  • [RSPEED-416] Migrate JSON history cache to database solution by @r0x0d in #108
  • [RSPEED-446] Fix ordering from history results by @r0x0d in #111
  • [RSPEED-433] Add user_id to history tables. by @r0x0d in #112
  • [RSPEED-437] Update manpages for RH1 by @r0x0d in #113
  • [RSPEED-418] Update rpm changelog by @r0x0d in #114
  • Remove json history from rpm spec by @r0x0d in #115
  • [RSPEED-463] Fix returncode when running commands by @r0x0d in #116
  • [RHEL-68636, RHEL-68637] Update packaging to include selinux custom policy by @r0x0d in #103
  • Cleaning up leftover things by @r0x0d in #117
  • Remove caret handling from query submission by @r0x0d in #119
  • Try fedora builds by @r0x0d in #121
  • Update .packit.yaml by @r0x0d in #122
  • [RSPEED-480] Add String size limit to SQLAlchemy models by @r0x0d in #123
  • Uncomment output settings in release config by @r0x0d in #125
  • Release v0.2 by @r0x0d in #124

Full Changelog: v0.1.0...v0.2.0

Release 0.1.0

25 Nov 12:38
0ed9861
Compare
Choose a tag to compare

What's Changed

  • Configure Renovate by @renovate in #3
  • Create codeql.yml by @r0x0d in #1
  • Add packit config to build rpms in Copr by @r0x0d in #4
  • Remove gitlab ci config by @r0x0d in #7
  • Update OLS reference to use road-core/service instead. by @r0x0d in #9
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #11
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #13
  • [RSPEED-184] Rename upstream project to reflect the RPM naming by @r0x0d in #12
  • [RSPEED-175] Rework config file handler and history by @r0x0d in #10
  • Remove leftover yaml import from utils by @r0x0d in #14
  • [RSPEED-240] Fix config and history wrong paths by @r0x0d in #15
  • [RSPEED-188] Write basic unitests by @r0x0d in #19
  • [RSPEED-189] Run unit tests in GitHub actions by @r0x0d in #20
  • Add option to disable SSL verification on backend by @r0x0d in #21
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #22
  • [RSPEED-241] Drop builds for EPEL 8 by @r0x0d in #25
  • Remove leftover yaml config file by @r0x0d in #23
  • Refactor to use dataclasses instead of namedtuple by @r0x0d in #27
  • Improve logging by @r0x0d in #24
  • Transform dict to schema config by @r0x0d in #30
  • Append stdin to the user query by @r0x0d in #31
  • Add tox for local development testing by @r0x0d in #28
  • Convert the config class to be a dataclass by @r0x0d in #32
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #33
  • Update dependency coverage to v7.6.7 by @renovate in #35
  • Update codecov/codecov-action action to v5 by @renovate in #36
  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #37
  • Change pre-commit config update frequency by @samdoran in #38
  • Initial tests CI PoC by @kokesak in #17
  • Enable flake8 log formatting rules by @samdoran in #39
  • Update contributing doc for new Python min version (3.9) by @abadger in #41
  • Only run tests on pushes to main not all branches by @samdoran in #43
  • Add ruff-format-diff check to display what the formatter changed by @samdoran in #45
  • Remove use of slots in dataclasses by @samdoran in #44
  • Add pyright sanity check by @samdoran in #42
  • Add codecov test-results to detect flaky tests by @r0x0d in #46

New Contributors

Full Changelog: https://github.com/rhel-lightspeed/command-line-assistant/commits/v0.1.0