[PR #382] [CLOSED] Fix/versioning2 #401

Closed
opened 2026-02-15 20:15:26 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/pipelines/pull/382
Author: @ezavesky
Created: 12/30/2024
Status: Closed

Base: mainHead: fix/versioning2


📝 Commits (10+)

  • f697b2d fix(add-fyve-overlay): add Fyve overlay for pipelines
  • c80526d fix(build): docker compose build for testing with openwebui local
  • 2628e53 fix(wikipedia-pipeline): update wikipedia pipeline example (api + responses)
  • fa35961 fix(wikipedia): update wikipedia and run structure
  • f6f234a fix(wikipedia-streaming): convert to streaming-compatible responses
  • dd76e26 fix(wikipedia-streaming): convert to streaming-compatible responses
  • 010aeb3 fix(docker-build): refine start.sh for pre-install at docker build
  • 8160763 fix(install-build): refine run/build script for preinstall
  • c71eb92 docs(docker-build): update the README for advanced docker build
  • d04150b refactor(auto-build): refactor for autobuild using fyve infra folder

📊 Changes

22 files changed (+1080 additions, -64 deletions)

View changed files

📝 .dockerignore (+4 -0)
.github/workflows-fyve/docker-compose-local.yaml (+41 -0)
.github/workflows-fyve/docker_build.sh (+59 -0)
.github/workflows-fyve/docker_run.sh (+56 -0)
.github/workflows-fyve/docker_test.sh (+40 -0)
.github/workflows/fyve_coverage.yml (+34 -0)
.github/workflows/fyve_deploy.yml (+23 -0)
.github/workflows/fyve_publish_aws.yml (+99 -0)
.github/workflows/fyve_pull_request.yml (+19 -0)
.github/workflows/fyve_testing.yml (+32 -0)
.github/workflows/fyve_versioning.yml (+24 -0)
📝 .gitignore (+4 -2)
CHANGELOG.md (+12 -0)
📝 Dockerfile (+23 -1)
📝 README.md (+73 -0)
📝 examples/pipelines/integrations/wikipedia_pipeline.py (+188 -39)
pipelines-fyve/wikipedia_pipeline.py (+218 -0)
pyproject.toml (+64 -0)
requirements-test.txt (+3 -0)
📝 start.sh (+44 -22)

...and 2 more files

📄 Description

  • testing version and build

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/pipelines/pull/382 **Author:** [@ezavesky](https://github.com/ezavesky) **Created:** 12/30/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/versioning2` --- ### 📝 Commits (10+) - [`f697b2d`](https://github.com/open-webui/pipelines/commit/f697b2de0fc4ff335eb154c8a6afe8ecc985c701) fix(add-fyve-overlay): add Fyve overlay for pipelines - [`c80526d`](https://github.com/open-webui/pipelines/commit/c80526dd22034d29b5a7f0e3443a67920ad71ec7) fix(build): docker compose build for testing with openwebui local - [`2628e53`](https://github.com/open-webui/pipelines/commit/2628e5358da3acf73e9634c32db0845735be9544) fix(wikipedia-pipeline): update wikipedia pipeline example (api + responses) - [`fa35961`](https://github.com/open-webui/pipelines/commit/fa359613516739ef4a76de9802984d9d69626eb7) fix(wikipedia): update wikipedia and run structure - [`f6f234a`](https://github.com/open-webui/pipelines/commit/f6f234a90bc684df72fc92acd300661c1229bc16) fix(wikipedia-streaming): convert to streaming-compatible responses - [`dd76e26`](https://github.com/open-webui/pipelines/commit/dd76e26526cb4e5bb1fe8a03394e3b8e28efad37) fix(wikipedia-streaming): convert to streaming-compatible responses - [`010aeb3`](https://github.com/open-webui/pipelines/commit/010aeb365af64e66286e4f5e25a94c44571140c1) fix(docker-build): refine start.sh for pre-install at docker build - [`8160763`](https://github.com/open-webui/pipelines/commit/8160763539560d6fca29810193e506607ea798b9) fix(install-build): refine run/build script for preinstall - [`c71eb92`](https://github.com/open-webui/pipelines/commit/c71eb92d975c657f19087edaf671222604ed4563) docs(docker-build): update the README for advanced docker build - [`d04150b`](https://github.com/open-webui/pipelines/commit/d04150b513618f137fcff631418954720492a697) refactor(auto-build): refactor for autobuild using fyve infra folder ### 📊 Changes **22 files changed** (+1080 additions, -64 deletions) <details> <summary>View changed files</summary> 📝 `.dockerignore` (+4 -0) ➕ `.github/workflows-fyve/docker-compose-local.yaml` (+41 -0) ➕ `.github/workflows-fyve/docker_build.sh` (+59 -0) ➕ `.github/workflows-fyve/docker_run.sh` (+56 -0) ➕ `.github/workflows-fyve/docker_test.sh` (+40 -0) ➕ `.github/workflows/fyve_coverage.yml` (+34 -0) ➕ `.github/workflows/fyve_deploy.yml` (+23 -0) ➕ `.github/workflows/fyve_publish_aws.yml` (+99 -0) ➕ `.github/workflows/fyve_pull_request.yml` (+19 -0) ➕ `.github/workflows/fyve_testing.yml` (+32 -0) ➕ `.github/workflows/fyve_versioning.yml` (+24 -0) 📝 `.gitignore` (+4 -2) ➕ `CHANGELOG.md` (+12 -0) 📝 `Dockerfile` (+23 -1) 📝 `README.md` (+73 -0) 📝 `examples/pipelines/integrations/wikipedia_pipeline.py` (+188 -39) ➕ `pipelines-fyve/wikipedia_pipeline.py` (+218 -0) ➕ `pyproject.toml` (+64 -0) ➕ `requirements-test.txt` (+3 -0) 📝 `start.sh` (+44 -22) _...and 2 more files_ </details> ### 📄 Description - testing version and build --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 20:15:26 -05:00
yindo closed this issue 2026-02-15 20:15:26 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/pipelines#401