summaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2025-06-25Streamline issue submission with YAML forms (#1608)Jerop Kipruto
2025-06-25prompt users to search for existing issues before creating a new one (#1595)Jerop Kipruto
2025-06-25Add information request to bug reports: login method. (#1501)Jenna Inouye
2025-06-25Prod: Integration Tests Main Only (#1461)matt korwel
2025-06-25issue template update (#1441)matt korwel
2025-06-25CI: Linting Fix (#1413)matt korwel
Co-authored-by: Scott Densmore <[email protected]>
2025-06-24feat: add merge_group trigger to CI and E2E workflows (#1400)matt korwel
2025-06-18Fixup pull_request_template.md (#1166)Seth Troisi
Co-authored-by: matt korwel <[email protected]>
2025-06-16Preflight and integration npx (#1096)matt korwel
2025-06-15Add ask mode approvers to code owners.Taylor Mullen
2025-06-15feat(ci): run actions on the release branch (#1086)N. Taylor Mullen
2025-06-15Create pull_request_template.md (#1054)matt korwel
2025-06-04Update package-lock.json (#738)N. Taylor Mullen
2025-06-03fix Cannot find module @rollup/rollup-linux-x64-gnu error (#736)Keith Ballinger
2025-06-02fix(ci): correct input name for core coverage summary (#698)Allen Hutchison
2025-05-31Fix: Update code coverage reporting for core renameTaylor Mullen
- Renames "server" to "core" in GitHub Actions workflow and comment posting action. - This ensures that code coverage paths and labels are accurate after the package rename.
2025-05-30fix(ci): Adjust reporting for PRs from forks (#627)Allen Hutchison
2025-05-28fix(ci): Only run post_coverage_comment job on pull_request events (#588)Allen Hutchison
2025-05-27feat: Publish test coverage summaries to PRs (#513)Allen Hutchison
2025-05-22Chore: Integrate coverage reporting into CI (#479)Allen Hutchison
2025-05-19Add a Bug Template (#439)Allen Hutchison
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor Mullen
This commit resolves a bug where the `write-file` operation could fail to render content due to a missing filename. The fix involves: - Ensuring `fileName` is consistently passed to `DiffRenderer.tsx` through `ToolConfirmationMessage.tsx`, `ToolMessage.tsx`, and `useGeminiStream.ts`. - Modifying `edit.ts` and `write-file.ts` to include `fileName` in the `FileDiff` object. - Expanding the `FileDiff` interface in `tools.ts` to include `fileName`. Additionally, this commit enhances the diff rendering by: - Adding syntax highlighting based on file extension in `DiffRenderer.tsx`. - Adding more language mappings to `getLanguageFromExtension` in `DiffRenderer.tsx`. - Added lots of tests for all the above. Fixes https://b.corp.google.com/issues/418125982
2025-05-15feat: Enable CI test reporting and artifact management (#367)N. Taylor Mullen
2025-05-14Update Gemini Code verbiage -> Gemini CLITaylor Mullen
- Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code.
2025-05-07fix: use react-jsx for typecheck (#280)Brandon Keiji
2025-04-18Fix remaining tslint errors (YAY).Taylor Mullen
- Also updated ci.yml to ensure that linting failures will break the build. Fully fixes https://b.corp.google.com/issues/411384603
2025-04-18Run `npm run format`Taylor Mullen
- This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532
2025-04-18Make CI fail if there are unformatted changes.Taylor Mullen
Fixes https://b.corp.google.com/issues/411720532
2025-04-18Cicd (#24)Allen Hutchison
* Add basic non blocking CI workflow. * Make lint and typecheck continue on error until we have fixed those warnings.
2025-04-18Add basic non blocking CI workflow. (#21)Allen Hutchison