Charlie Marsh
905a3e1e50
Bump version to 0.0.0a7 ( #255 )
2025-05-07 16:02:07 -04:00
Carl Meyer
74e72ed91a
add stronger disclaimer to README ( #254 )
...
More README updates will be coming, just want to get this in there ASAP
since we're on the front page of HN now.
---------
Co-authored-by: Charlie Marsh <crmarsh416@gmail.com>
2025-05-07 12:43:51 -07:00
Zanie Blue
1a9a2577c8
Bump rooster ( #252 )
...
Adds `ignore-labels`
2025-05-07 13:44:42 -05:00
Emil Sadek
6edfca161b
Move TOML indent size config ( #251 )
2025-05-07 18:13:32 +00:00
Zanie Blue
8ddfe108f4
Add write permissions to docker publish workflow ( #250 )
...
Required to fix 1488870781
Conditional permissions based on whether it's a dry-run or not look
infeasible, or would require duplication of the job.
2025-05-07 12:49:15 -05:00
Micha Reiser
595b320e21
Exclude rust-toolchain.toml ( #249 )
...
## Summary
The `rust-toolchain.toml` specifies the rust toolchain version that we
use for development.
Consumers of the `ty` package can use any Rust versiono (that meets our
MSRV) to build ty from an sdist.
## Test Plan
Ran `uv build` and verified that the `rust-toolchain.toml` is no longer
present in the `sdist` folder.
I uninstalled all Rust toolchains and verified that `cargo build`
re-installs the latest stable version.
I verified that `cargo build` automatically installs the latest stable
if the default Rust toolchain doesn't meet the MSRV.
2025-05-07 12:49:04 -05:00
Zanie Blue
7cf736acf4
Bump version to 0.0.0a6 ( #248 )
...
Upgrades rooster to support `trim-title-prefixes`
2025-05-07 11:42:52 -05:00
Micha Reiser
9cc1742c62
Update README.md ( #70 )
2025-05-07 14:47:41 +00:00
Micha Reiser
0c73ba928e
Add basic issue template ( #67 )
2025-05-07 16:41:20 +02:00
Micha Reiser
41630b0f69
Add PR template ( #68 )
2025-05-07 14:36:02 +00:00
Micha Reiser
f9ca13a4dd
Add basic CI job ( #69 )
2025-05-07 16:32:58 +02:00
Zanie Blue
16ba59cad6
Add pyproject metadata ( #66 )
...
* Add pyproject metadata
* Remove docs
2025-05-07 08:52:51 -05:00
Zanie Blue
52d16b44bc
Move rooster into a dependency group for locking ( #64 )
2025-05-06 10:38:28 -05:00
Zanie Blue
579134e19e
Add release contribution docs ( #63 )
2025-05-06 10:38:18 -05:00
Zanie Blue
c4e0c2590b
Commit the uv.lock and .python-version files ( #61 )
2025-05-06 09:45:39 -05:00
Zanie Blue
ff90008643
Bump version to 0.0.0a5 ( #62 )
2025-05-06 09:35:43 -05:00
Zanie Blue
d2abb67dcf
Add release script ( #59 )
2025-05-06 09:32:51 -05:00
Zanie Blue
3c0c6fec43
Add example of resetting submodule to the commit from main ( #60 )
...
* Add example of resetting submodule to the commit from `main`
* Update CONTRIBUTING.md
Co-authored-by: Micha Reiser <micha@reiser.io>
---------
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-05-06 09:29:44 -05:00
Micha Reiser
f2f1fa644a
Delete unused release jobs and upgrade cargo-dist ( #56 )
2025-05-06 14:52:17 +02:00
Micha Reiser
aeff25fea6
Update email in code of conduct ( #55 )
2025-05-06 08:32:29 +02:00
Zanie Blue
08881edbaf
Temporarily allow dirty dist workflows ( #53 )
2025-05-05 19:49:31 -05:00
Zanie Blue
5e29ee69de
Bump verison to 0.0.0a4 ( #52 )
2025-05-05 19:41:23 -05:00
Zanie Blue
4ae7f04a48
Temporarily force allow pre-release publish for PyPI ( #51 )
2025-05-05 19:40:36 -05:00
Zanie Blue
bcda893a67
Bump version to 0.0.0a3 ( #49 )
2025-05-05 19:19:31 -05:00
Aria Desires
58ee69270b
enable publish-prereleases ( #48 )
2025-05-05 19:15:19 -05:00
Zanie Blue
560119929e
Include the raw tag in Docker publish labels ( #46 )
2025-05-05 18:45:03 -05:00
Zanie Blue
456de14d0b
Drop [ty] prefix from build and publish jobs ( #45 )
2025-05-05 18:39:25 -05:00
Zanie Blue
4a5192af89
Use TAG_VALUE instead of latest for extra Docker file base ( #44 )
2025-05-05 18:30:52 -05:00
Zanie Blue
e478218499
Set permissions during Docker publish ( #43 )
2025-05-05 17:56:57 -05:00
Zanie Blue
a9ce032a63
Compare to dist-workspace instead of pyproject during Docker tag check ( #42 )
2025-05-05 17:29:48 -05:00
Zanie Blue
8650b366e7
Set version to 0.0.0a2 ( #41 )
2025-05-05 17:05:05 -05:00
Zanie Blue
17c03b2121
Enable binary builds ( #37 )
...
* Renable binary builds on push
* Set GitHub token?
* TMP: only build sdists
* Set `contents: read`
* TMP: Remove readme transform
* Enable all jobs again
* Test the version command during binary builds
* Add `ruff` prefix to archive copy
* Fix Windows
* Revert "Set GitHub token?"
This reverts commit 4841654bb0 .
2025-05-05 16:00:42 -05:00
Zanie Blue
7ae557c127
Bump Ruff to f6d8f73ed ( #40 )
...
From https://github.com/astral-sh/ruff/pull/17868
2025-05-05 15:58:29 -05:00
Zanie Blue
90ed50975b
Set cache-keys for sane uv run rebuilds ( #39 )
2025-05-05 15:48:39 -05:00
Zanie Blue
3f7fc751fb
Enable Docker build workflow ( #38 )
2025-05-05 15:48:32 -05:00
Zanie Blue
3e37c89da2
Add dist-workspace.toml to the sdist ( #36 )
2025-05-05 15:41:37 -05:00
Aria Desires
2eadc9e61c
setup cargo-dist and build/publish workflows ( #35 )
...
* setup cargo-dist and build/publish workflows
* add recursives
* temporarily disable build ymls in PRs
2025-05-05 15:44:17 -04:00
Zanie Blue
d8a913d0d2
Fix $commit substitution in contributing example ( #34 )
2025-05-05 13:08:30 -05:00
Zanie Blue
34253b1d46
Update ruff submodule to 101e1a5dd ( #33 )
2025-05-05 12:33:37 -05:00
Micha Reiser
62511da209
Add renovate configuration ( #30 )
2025-05-05 11:20:18 -05:00
Micha Reiser
4a15cc3f65
Add .gitattributes to enforce lf line ending ( #29 )
2025-05-05 16:39:10 +02:00
Micha Reiser
f3a0cea880
Setup pre-commit ( #28 )
2025-05-05 16:38:54 +02:00
Zanie Blue
85563be22d
Add example of resetting the submodule ( #27 )
2025-05-05 09:26:08 -05:00
Zanie Blue
df5a1729c6
Drop -MIT suffix from license file ( #26 )
2025-05-05 08:31:14 -05:00
Zanie Blue
51edd23fa8
Drop Apache reference ( #25 )
2025-05-05 08:30:02 -05:00
Micha Reiser
cd4cc8ad07
Add code of conduct ( #22 )
2025-05-05 15:19:40 +02:00
Micha Reiser
e8c1712d60
Add SECURITY.md ( #23 )
2025-05-05 15:18:41 +02:00
Zanie Blue
750b3a33f8
Update contributing guide for ruff commit changes ( #3 )
2025-05-05 11:49:06 +02:00
Micha Reiser
b499d67f3e
Configure Python build system ( #8 )
...
Co-authored-by: Zanie Blue <contact@zanie.dev>
2025-05-05 11:43:26 +02:00
Micha Reiser
1273091c25
Add ruff as a submodule
2025-05-05 11:32:37 +02:00