Skip to content

Commit 9884665

Browse files
authored
Merge branch 'main' into main
2 parents 0d60073 + 146130b commit 9884665

416 files changed

Lines changed: 17244 additions & 5988 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci-container-build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- 'backend/**'
1313
- 'frontend/**'
1414
- 'unstract/**'
15-
- 'document-service/**'
1615
- 'platform-service/**'
1716
- 'x2text-service/**'
1817
- 'worker/**'
@@ -26,7 +25,6 @@ on:
2625
- 'backend/**'
2726
- 'frontend/**'
2827
- 'unstract/**'
29-
- 'document-service/**'
3028
- 'platform-service/**'
3129
- 'x2text-service/**'
3230
- 'worker/**'
@@ -52,7 +50,6 @@ jobs:
5250
working-directory: ./docker
5351
run: |
5452
cp ../backend/sample.env ../backend/.env
55-
cp ../document-service/sample.env ../document-service/.env
5653
cp ../platform-service/sample.env ../platform-service/.env
5754
cp ../prompt-service/sample.env ../prompt-service/.env
5855
cp ../worker/sample.env ../worker/.env

.github/workflows/pdm-lock-automation.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121

2222
jobs:
2323
check_pyproject_changes:
24+
name: ${{ matrix.directory }} PDM lock update
2425
runs-on: ubuntu-latest
2526
strategy:
2627
matrix:
@@ -98,6 +99,9 @@ jobs:
9899
echo "Generating/Updating pdm.lock..."
99100
pdm lock -G :all -v
100101
102+
echo "Checking pdm lock..."
103+
pdm lock --check
104+
101105
echo "Stashing changes if there are any..."
102106
git stash || echo "No changes to stash, continuing..."
103107
@@ -118,9 +122,6 @@ jobs:
118122
else
119123
echo "Changes detected between the current branch and the ${{ github.head_ref }} branch."
120124
121-
echo "Checking pdm lock..."
122-
pdm lock --check
123-
124125
echo "Adding pdm lock changes..."
125126
git add pdm.lock
126127

.github/workflows/production-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
service_name: [backend, frontend, document-service, platform-service, prompt-service, worker, x2text-service]
21+
service_name: [backend, frontend, platform-service, prompt-service, worker, x2text-service]
2222

2323
steps:
2424
- name: Checkout code for release

CONTRIBUTE.md

Lines changed: 0 additions & 255 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing
2+
3+
See [docs.unstract.com](https://docs.unstract.com/contributing/unstract).

0 commit comments

Comments
 (0)