-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
268 changed files
with
6,125 additions
and
3,029 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Check for Safe main Merge | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- '3.x-staging' | ||
|
||
jobs: | ||
check-merge: | ||
runs-on: ubuntu-latest | ||
steps: | ||
# Step 1: Checkout the repository | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
# Step 2: Fetch the main branch | ||
- name: Fetch main branch | ||
run: git fetch origin main | ||
|
||
# Step 3: Attempt to merge | ||
- name: Check merge conflicts | ||
run: | | ||
git merge --no-commit --no-ff origin/main || exit 1 | ||
# Step 4: Clean up the merge (optional) | ||
- name: Abort merge | ||
if: failure() | ||
run: git merge --abort |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/107d8f2.in | ||
# | ||
annotated-types==0.7.0 | ||
anyio==4.8.0 | ||
attrs==24.3.0 | ||
certifi==2024.12.14 | ||
coverage[toml]==7.6.10 | ||
distro==1.9.0 | ||
exceptiongroup==1.2.2 | ||
h11==0.14.0 | ||
httpcore==1.0.7 | ||
httpx==0.27.2 | ||
hypothesis==6.45.0 | ||
idna==3.10 | ||
importlib-metadata==8.6.1 | ||
iniconfig==2.0.0 | ||
mock==5.1.0 | ||
multidict==6.1.0 | ||
numpy==2.0.2 | ||
openai[datalib,embeddings]==1.30.1 | ||
opentracing==2.4.0 | ||
packaging==24.2 | ||
pandas==2.2.3 | ||
pandas-stubs==2.2.2.240807 | ||
pillow==9.5.0 | ||
pluggy==1.5.0 | ||
propcache==0.2.1 | ||
pydantic==2.10.5 | ||
pydantic-core==2.27.2 | ||
pytest==8.3.4 | ||
pytest-asyncio==0.21.1 | ||
pytest-cov==6.0.0 | ||
pytest-mock==3.14.0 | ||
pytest-randomly==3.16.0 | ||
python-dateutil==2.9.0.post0 | ||
pytz==2024.2 | ||
pyyaml==6.0.2 | ||
six==1.17.0 | ||
sniffio==1.3.1 | ||
sortedcontainers==2.4.0 | ||
tomli==2.2.1 | ||
tqdm==4.67.1 | ||
types-pytz==2024.2.0.20241221 | ||
typing-extensions==4.12.2 | ||
tzdata==2025.1 | ||
urllib3==1.26.20 | ||
vcrpy==4.2.1 | ||
wrapt==1.17.2 | ||
yarl==1.18.3 | ||
zipp==3.21.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --no-annotate .riot/requirements/130158f.in | ||
# | ||
annotated-types==0.7.0 | ||
anyio==4.8.0 | ||
attrs==24.3.0 | ||
certifi==2024.12.14 | ||
charset-normalizer==3.4.1 | ||
coverage[toml]==7.6.10 | ||
distro==1.9.0 | ||
h11==0.14.0 | ||
httpcore==1.0.7 | ||
httpx==0.28.1 | ||
hypothesis==6.45.0 | ||
idna==3.10 | ||
iniconfig==2.0.0 | ||
jiter==0.8.2 | ||
mock==5.1.0 | ||
multidict==6.1.0 | ||
openai==1.60.0 | ||
opentracing==2.4.0 | ||
packaging==24.2 | ||
pillow==11.1.0 | ||
pluggy==1.5.0 | ||
propcache==0.2.1 | ||
pydantic==2.10.5 | ||
pydantic-core==2.27.2 | ||
pytest==8.3.4 | ||
pytest-asyncio==0.21.1 | ||
pytest-cov==6.0.0 | ||
pytest-mock==3.14.0 | ||
pytest-randomly==3.16.0 | ||
pyyaml==6.0.2 | ||
regex==2024.11.6 | ||
requests==2.32.3 | ||
six==1.17.0 | ||
sniffio==1.3.1 | ||
sortedcontainers==2.4.0 | ||
tiktoken==0.8.0 | ||
tqdm==4.67.1 | ||
typing-extensions==4.12.2 | ||
urllib3==1.26.20 | ||
vcrpy==4.2.1 | ||
wrapt==1.17.2 | ||
yarl==1.18.3 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.