Skip to content

Commit

Permalink
Fixed support of ingestion via file upload in kamu ui mode (#681)
Browse files Browse the repository at this point in the history
* Fixed support of  ingestion via file upload in `kamu ui` mode
  and `kamu system api-server` mode with custom HTTP port.
* Fixed broken transaction in `kamu ui` mode
* Removed env-driven `ServerUrlConfig`
  • Loading branch information
zaychenko-sergei authored Jun 24, 2024
1 parent 419c406 commit 7380a9b
Show file tree
Hide file tree
Showing 18 changed files with 403 additions and 529 deletions.
5 changes: 0 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ KAMU_AUTH_GITHUB_CLIENT_SECRET=
# Values: docker | podman
KAMU_CONTAINER_RUNTIME_TYPE=

# URLs generation
KAMU_BASE_URL_PLATFORM=
KAMU_BASE_URL_REST=
KAMU_BASE_URL_FLIGHTSQL=

# Override the path to the workspace
KAMU_WORKSPACE=

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.188.3] - 2024-06-24
### Fixed
- Fixed support of ingestion via file upload in `kamu ui` mode
and `kamu system api-server` mode with custom HTTP port
- Fixed launching `kamu ui` mode (related to transactions management)

## [0.188.2] - 2024-06-20
### Added
- Added an E2E test group for REST API
Expand Down
Loading

0 comments on commit 7380a9b

Please sign in to comment.