unstract icon indicating copy to clipboard operation
unstract copied to clipboard

No-code LLM Platform to launch APIs and ETL Pipelines to structure unstructured documents

Results 212 unstract issues
Sort by recently updated
recently updated
newest added

## What - Revert feature flag related checks in code for remote storage - Fix unit tests for docker container creation @ritwik-g ## Why - To take remote storage to...

NOTE: It involves migrations and need to be merged after #1131 ## What - Updated status field for below models to use `TextChoices` correctly - WorkflowExecution - WorkflowFileExecution - FileHistory...

## What - Updated execution time in WF and file execution models - Added data migrations for older records - MINOR: Storing `enum.value` in file execution table - From #1131...

## What - Added new field `total_files` to WF execution model - Added `successful_files` and `failed_files` fields to execution serializer - Changes to calculate `total_files` before an execution begins -...

## What - Refactored prompt-service dockerfile - Reordered instructions to cache install of gunicorn and other libs - Refactored all other service's Dockerfiles in a similar fashion to cache layers...

## What Implemented the Unified Notifications feature, which includes: 1. Storing log messages in Redis for 24 hours to persist. 2. Storing popup notification messages in Redis alongside log messages....

enhancement

Hi All, I'm running v0.84.2 and it's a bit old and i would like to ask the guideline to upgrade to the latest release v0.107.1? I tried to delete all...

| filepath | function | $$\textcolor{#23d18b}{\tt{passed}}$$ | SUBTOTAL | | ------------------------------------------------- | ------------------------------------------- | --------------------------------: | -------: | | $$\textcolor{#23d18b}{\tt{worker/src/unstract/worker/clients/test\\_docker.py}}$$ | $$\textcolor{#23d18b}{\tt{test\\_logs}}$$ | $$\textcolor{#23d18b}{\tt{1}}$$ | $$\textcolor{#23d18b}{\tt{1}}$$ | | $$\textcolor{#23d18b}{\tt{worker/src/unstract/worker/clients/test\\_docker.py}}$$ |...

stale

## What - A simple login test using selenium - The container build workflow will initiate the tests in `tests/e2e` folder after the build step - This will report the...

## What - Refactored `handleSync` function to use `async/await` instead of `.then()/.catch()`. - Used spread syntax to create a new `body` object instead of mutating the original `params`. - Replaced...