-
Notifications
You must be signed in to change notification settings - Fork 46
Comparing changes
Open a pull request
base repository: codegen-sh/codegen
base: v0.6.1
head repository: codegen-sh/codegen
compare: v0.6.2
- 9 commits
- 247 files changed
- 7 contributors
Commits on Feb 10, 2025
-
ops: disable auto-release (#400)
trigger isn't working b/c github doesn't let you chain from bot to bot to prevent loops need to merge the workflows https://linear.app/codegen-sh/issue/CG-10755/merge-releaseyml-with-auto-releaseyml
Configuration menu - View commit details
-
Copy full SHA for ea5327f - Browse repository at this point
Copy the full SHA ea5327fView commit details -
fix(deps): update dependency codegen to v0.6.1 (#402)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [codegen](https://redirect.github.com/codegen-sh/codegen-sdk) ([changelog](https://docs.codegen.com/changelog/changelog)) | `==0.5.30` -> `==0.6.1` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>codegen-sh/codegen-sdk (codegen)</summary> ### [`v0.6.1`](https://redirect.github.com/codegen-sh/codegen-sdk/releases/tag/v0.6.1) [Compare Source](https://redirect.github.com/codegen-sh/codegen-sdk/compare/v0.5.30...v0.6.1) <!-- Release notes generated using configuration in .github/release.yml at develop --> #### What's Changed ##### Other Changes - CG-10731: Add ChainedAttribute.attribute_chain by [@​tawsifkamal](https://redirect.github.com/tawsifkamal) in [https://github.com/codegen-sh/codegen-sdk/pull/383](https://redirect.github.com/codegen-sh/codegen-sdk/pull/383) - fix: CG-9440 clean repo - clears from the default branch by [@​christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/398](https://redirect.github.com/codegen-sh/codegen-sdk/pull/398) - chore(testing): set base dir in op creation by [@​christinewangcw](https://redirect.github.com/christinewangcw) in [https://github.com/codegen-sh/codegen-sdk/pull/399](https://redirect.github.com/codegen-sh/codegen-sdk/pull/399) - CG-10470: Add `config` CLI commands by [@​caroljung-cg](https://redirect.github.com/caroljung-cg) in [https://github.com/codegen-sh/codegen-sdk/pull/391](https://redirect.github.com/codegen-sh/codegen-sdk/pull/391) - Remove LFS from `codegen-sdk` (+ disable `disallowed-words` check) by [@​EdwardJXLi](https://redirect.github.com/EdwardJXLi) in [https://github.com/codegen-sh/codegen-sdk/pull/397](https://redirect.github.com/codegen-sh/codegen-sdk/pull/397) - docs: remove Apple siliicon by [@​jayhack](https://redirect.github.com/jayhack) in [https://github.com/codegen-sh/codegen-sdk/pull/368](https://redirect.github.com/codegen-sh/codegen-sdk/pull/368) **Full Changelog**: v0.6.0...v0.6.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e4229ba - Browse repository at this point
Copy the full SHA e4229baView commit details -
build: [CG-10755] combine
release.yml
+auto-release.yml
(#403)- **renmae steps** - **CG-10755 cmobine release yml with auto-release.yml** - **CG-10755 cmobine release yml with auto-release.yml**
Configuration menu - View commit details
-
Copy full SHA for 2ee54d9 - Browse repository at this point
Copy the full SHA 2ee54d9View commit details
Commits on Feb 11, 2025
-
feat(dependencies): unified dependencies… (#362)
Merge dependency-related methods to provide a unified interface: - Make dependencies a proxy property with optional depth parameter - Default to all dependencies (depth=None) - Support direct dependencies via depth=1 - Maintain backward compatibility - Update move_symbol_to_file to use direct dependencies Additional fixes: - Replace complex ternary with clear condition in _get_all_dependencies for better readability - Fix type annotations in Symbol class to remove invalid use of ... - All changes maintain backward compatibility Link to Devin run: https://app.devin.ai/sessions/907c0762112047ffb4ff05f529f7195f Requested by: ed@codegen.com --------- Co-authored-by: kopekC <28070492+kopekC@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1a5d9ed - Browse repository at this point
Copy the full SHA 1a5d9edView commit details -
Rename
CodebaseGraph
toCodebaseContext
(#405)`CodebaseGraph` is misleading and has been a deprecated term since the Codebase Initialization Refactor.
Configuration menu - View commit details
-
Copy full SHA for 1a085d2 - Browse repository at this point
Copy the full SHA 1a085d2View commit details -
chore(deps): update pre-commit hook astral-sh/uv-pre-commit to v0.5.30 (
#406) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [astral-sh/uv-pre-commit](https://redirect.github.com/astral-sh/uv-pre-commit) | repository | patch | `0.5.29` -> `0.5.30` | Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)</summary> ### [`v0.5.30`](https://redirect.github.com/astral-sh/uv-pre-commit/releases/tag/0.5.30) [Compare Source](https://redirect.github.com/astral-sh/uv-pre-commit/compare/0.5.29...0.5.30) See: https://github.com/astral-sh/uv/releases/tag/0.5.30 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/codegen-sh/codegen-sdk). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 54d1809 - Browse repository at this point
Copy the full SHA 54d1809View commit details -
refactor: Split out file IO (#404)
# Motivation - Helpful for LSP support # Content - Move all file I/O into it's own class --------- Co-authored-by: eacodegen <171607756+eacodegen@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for acf2ea4 - Browse repository at this point
Copy the full SHA acf2ea4View commit details -
build: convert release to reusable workflow (#407)
- **storing some progress** - **chore: convert release to a reusable workflow**
Configuration menu - View commit details
-
Copy full SHA for c3be238 - Browse repository at this point
Copy the full SHA c3be238View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c73d08 - Browse repository at this point
Copy the full SHA 8c73d08View commit details
There are no files selected for viewing