Commit Graph

58 Commits

Author SHA1 Message Date
e41bedee4c fix: Move imports to top of test files
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:41:31 +00:00
ceec60a58e fix: Fix setup.py syntax and test imports
Some checks failed
CI / test (push) Failing after 13s
2026-02-01 05:39:50 +00:00
9b2d33ec53 fix: Fix setup.py syntax and test imports
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:39:49 +00:00
fb9c2bc968 fix: Fix setup.py syntax and test imports
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:39:49 +00:00
99ea224c37 fix: Replace Rust CI workflow with Python CI workflow
Some checks failed
CI / test (push) Failing after 12s
2026-02-01 05:38:20 +00:00
a28b9a8706 fix: replace wget with proper checkout action in CI workflow
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:36:59 +00:00
ffcfb0a3a2 Fix CI workflow - use proper checkout instead of wget
All checks were successful
CI / test (push) Successful in 13s
2026-02-01 05:36:07 +00:00
f4becf791e Use wget to download tarball
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:33:48 +00:00
8ec4825de7 Test if pip and pytest work in empty workspace
All checks were successful
CI / test (push) Successful in 1s
2026-02-01 05:33:02 +00:00
effd7564af Download files individually via curl raw API
Some checks failed
CI / test (push) Failing after 10s
2026-02-01 05:32:12 +00:00
d6951bfdab Clone with GITEA_REPO_NAME and test
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:31:16 +00:00
eb595127ed Debug workflow to see environment
All checks were successful
CI / debug (push) Successful in 1s
2026-02-01 05:30:42 +00:00
586b055bd9 Minimal workflow - skip download step entirely
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:30:00 +00:00
d43df1179e Download repo as tarball instead of git clone
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:29:17 +00:00
f2b16574bf Use pip3 with apt-get fallback
Some checks failed
CI / test (push) Failing after 1s
2026-02-01 05:28:30 +00:00
dfbc60744d Skip checkout, just install and test
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:27:47 +00:00
01ca9adbb0 Test listing files
All checks were successful
CI / test (push) Successful in 1s
2026-02-01 05:27:19 +00:00
e1e04d7554 Try cp from temp dir
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:26:42 +00:00
085ab55efb Use git init + fetch instead of clone
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:25:59 +00:00
3d88504b69 Check if already cloned
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:25:21 +00:00
d3dab6c64c Add ensurepip and setuptools
Some checks failed
CI / test (push) Failing after 3s
2026-02-01 05:24:43 +00:00
c5e9ecb5b1 Use python3 -m pip explicitly
Some checks failed
CI / test (push) Failing after 1s
2026-02-01 05:24:02 +00:00
1e99bfeaa5 Use hardcoded repo URL
Some checks failed
CI / test (push) Failing after 1s
2026-02-01 05:23:26 +00:00
60946bb427 Add checkout and install steps
Some checks failed
CI / test (push) Failing after 1s
2026-02-01 05:22:54 +00:00
464b4ef182 Minimal hello world workflow to test Gitea Actions
All checks were successful
CI / test (push) Successful in 1s
2026-02-01 05:22:28 +00:00
64d1fa488b Use simpler variable names for Gitea Actions
Some checks failed
CI / test (push) Failing after 3s
2026-02-01 05:22:01 +00:00
1d74d82379 Minimal CI workflow - just checkout and run tests
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:21:32 +00:00
4918ecd3d3 Minimal CI workflow - just checkout and run tests
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:21:32 +00:00
7ba5503f32 Simplify CI workflow - use available python3 and avoid apt-get if not needed
Some checks failed
CI / test (push) Failing after 2s
2026-02-01 05:20:52 +00:00
2ca08443b9 Simplify CI workflow - use available python3 and avoid apt-get if not needed
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:20:51 +00:00
a03cbff508 Rewrite workflows using native Gitea Actions shell commands instead of marketplace actions
Some checks failed
CI / test (push) Failing after 1s
2026-02-01 05:20:18 +00:00
a2a31277b0 Rewrite workflows using native Gitea Actions shell commands instead of marketplace actions
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:20:18 +00:00
7bd873383f Fix Gitea Actions workflow syntax - use actions/checkout@v4 and actions/release-action@v1
Some checks failed
CI / test (push) Failing after 10s
2026-02-01 05:19:28 +00:00
bb93ef2a8d Fix Gitea Actions workflow syntax - use actions/checkout@v4 and actions/release-action@v1
Some checks failed
CI / test (push) Has been cancelled
2026-02-01 05:19:28 +00:00
5fa51445ed fix: correct Gitea release-action syntax in workflow
Some checks failed
CI / test (push) Failing after 10s
CI / lint (push) Failing after 5s
2026-02-01 05:18:04 +00:00
b4912fa195 Fix release action syntax in workflow
Some checks failed
CI / test (push) Failing after 10s
CI / lint (push) Failing after 5s
2026-02-01 05:17:37 +00:00
bd1cbdd602 Add Gitea Actions workflow: release.yml
Some checks failed
CI / test (push) Failing after 10s
CI / lint (push) Failing after 5s
Release / release (push) Failing after 18s
v1.0.0
2026-02-01 05:15:58 +00:00
bd4ebdc533 Add Gitea Actions workflow: ci.yml
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
2026-02-01 05:15:49 +00:00
29459dde95 Initial upload with comprehensive README and tests 2026-02-01 05:15:37 +00:00
971e1c6876 Initial upload with comprehensive README and tests 2026-02-01 05:15:37 +00:00
31607b5462 Initial upload with comprehensive README and tests 2026-02-01 05:15:36 +00:00
773c10f0e9 Initial upload with comprehensive README and tests 2026-02-01 05:15:36 +00:00
b6ced0e55c Initial upload with comprehensive README and tests 2026-02-01 05:15:35 +00:00
f86c4f74e4 Initial upload with comprehensive README and tests 2026-02-01 05:15:35 +00:00
fa94715cd2 Initial upload with comprehensive README and tests 2026-02-01 05:15:35 +00:00
0b6d79d4bd Initial upload with comprehensive README and tests 2026-02-01 05:15:34 +00:00
e60dd68798 Initial upload with comprehensive README and tests 2026-02-01 05:15:34 +00:00
9e81d84bcd Initial upload with comprehensive README and tests 2026-02-01 05:15:34 +00:00
168757397d Initial upload with comprehensive README and tests 2026-02-01 05:15:33 +00:00
57ed27f528 Initial upload with comprehensive README and tests 2026-02-01 05:15:33 +00:00