Commit cd68acc
authored
Fix tests, a CI issue, a template bug, and clean stuff up (#312)
* fix tests
* fix formatting
* remove unused dependencies
* fix comments
* remove async
* move update generation to main crate
* remove unneeded crates
* reformat workspace key
* fix CI: tracking issue id validation
The template asks people to leave this field blank, but CI validates
it's present and valid.
* fix goal template magic values to show up on the web
Some rows use html comments to mark special tokens to be replaced, but
they only show up in the markdown source, not on the website.
Some people are copying the template from the website, so the rows are
missing from the PRs.
We encode the values in the markdown, so they show up on the web, and add a note
to make sure to use the unencoded values if copying from source.
* add milestone validation for rpg updates
this will help people who pass the path to the ./src/ milestone.
* make goal tracking issues mandatory for accepted goals
* fix status for 2025h1 goals1 parent 8545974 commit cd68acc
53 files changed
Lines changed: 360 additions & 932 deletions
File tree
- crates
- rust-project-goals-cli-llm
- src
- rust-project-goals-cli
- src
- updates
- rust-project-goals-llm
- src
- rust-project-goals/src
- src
- 2025h1
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| 17 | + | |
| 18 | + | |
0 commit comments