dd81600b75
Merge pull request #55 from dwinkler1/dependabot/github_actions/actions/checkout-6
...
Bump actions/checkout from 5 to 6
2026-01-16 19:48:26 +11:00
9ec42ad1e9
Merge pull request #56 from dwinkler1/dependabot/github_actions/DeterminateSystems/update-flake-lock-28
...
Bump DeterminateSystems/update-flake-lock from 27 to 28
2026-01-16 19:48:15 +11:00
c3bc8f74a6
Cleanup
2026-01-16 19:47:23 +11:00
39311f1822
Update
2026-01-16 19:13:55 +11:00
beda7e9069
Merge pull request #57 from dwinkler1/update_rde
2026-01-13 21:40:25 +11:00
4a9b9a094a
Merge pull request #61 from dwinkler1/copilot/add-ci-checks-for-template
2026-01-13 21:33:56 +11:00
copilot-swe-agent[bot]
3787de151c
Remove basedpyright shell command test (LSP only available in Neovim)
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-13 10:26:07 +00:00
copilot-swe-agent[bot]
8efae381e9
Make quarto and uv available directly in dev shell
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-13 10:14:44 +00:00
github-actions[bot]
703690472a
[create-pull-request] automated change
2026-01-13 06:43:33 +00:00
copilot-swe-agent[bot]
3777ab0c91
Add validation to ensure sed commands succeed in enabling languages
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:39:18 +00:00
copilot-swe-agent[bot]
ca5642d51f
Improve CI robustness: use mktemp for directories and handle whitespace in sed
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:38:07 +00:00
copilot-swe-agent[bot]
4cd5a343e6
Add additional checks for Quarto, UV, and basedpyright; fix path handling
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:35:30 +00:00
copilot-swe-agent[bot]
0514ba1283
Add comprehensive CI documentation to README files
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:34:23 +00:00
copilot-swe-agent[bot]
cfccd9a010
Fix workflow to include all files and add PR triggers
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:33:25 +00:00
copilot-swe-agent[bot]
849225e22e
Add comprehensive functionality tests to CI workflow
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:32:03 +00:00
copilot-swe-agent[bot]
0e775e8259
Initial plan
2026-01-11 20:28:31 +00:00
79665dd77e
Merge pull request #58 from dwinkler1/copilot/improve-template-readability
...
Refactor RDE template: extract 688-line monolith into modular structure
2026-01-12 07:12:56 +11:00
copilot-swe-agent[bot]
0273515951
Add robust command availability checks to all shell scripts
...
- Add check for @defaultPackageName@-devenv in activateDevenv.sh
- Add check for uv command in initPython.sh
- Add check for git command in initProject.sh (with graceful degradation)
- Add checks for wget, sed, nix in updateDeps.sh
- Provide clear error messages when commands are not available
- Prevent scripts from failing with cryptic errors when tools are missing
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 20:11:12 +00:00
copilot-swe-agent[bot]
8fc712be60
Remove trailing whitespace from all files (nitpick)
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:58:58 +00:00
copilot-swe-agent[bot]
2a5a1acd62
Fix runtime errors and improve robustness in host configs and scripts
...
- Fix KeyError in julia.nix when Project.toml lacks deps table
- Fix incorrect uv args in python.nix (remove --run + --add-flags combination)
- Remove redundant 'uv add ipython' from sync branch in python.nix
- Fix relative paths in project-scripts.nix (./scripts -> ../scripts)
- Fix initProject.sh to check file existence before git add
- Add RVER validation in updateDeps.sh with proper error handling
- Add tool availability checks in updateDeps.sh (uv, julia, devenv)
- Add flake.nix backup before modification in updateDeps.sh
- Ensure updateDeps.sh runs from repository root
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:48:19 +00:00
copilot-swe-agent[bot]
40095ac868
Add comprehensive inline documentation to all modules and enhance README
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:40:13 +00:00
copilot-swe-agent[bot]
c19248f706
Add comprehensive SUMMARY.md with complete refactoring overview
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:33:15 +00:00
copilot-swe-agent[bot]
cc69aa34f8
Add clarifying comments based on code review feedback
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:32:05 +00:00
copilot-swe-agent[bot]
496c238a12
Add inline comments and extract Lua config for better clarity
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:30:14 +00:00
copilot-swe-agent[bot]
eaecb56186
Extract shell hook to lib/shell-hook.nix for better organization
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:28:09 +00:00
c29efd219c
Merge pull request #60 from dwinkler1/copilot/setup-copilot-instructions
...
Add GitHub Copilot instructions for repository context
2026-01-12 06:27:25 +11:00
copilot-swe-agent[bot]
3398a72241
Refactor template: extract scripts, overlays, and hosts into separate modules
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:26:17 +00:00
copilot-swe-agent[bot]
42619ade95
Add GitHub Copilot instructions
...
Co-authored-by: dwinkler1 <22460147+dwinkler1@users.noreply.github.com>
2026-01-11 19:24:26 +00:00
copilot-swe-agent[bot]
3259b58a2e
Initial plan
2026-01-11 19:21:19 +00:00
copilot-swe-agent[bot]
5e8f07c560
Initial plan
2026-01-11 19:19:58 +00:00
2a7530817e
Merge pull request #54 from dwinkler1/update_rde
2025-12-20 23:28:40 +11:00
github-actions[bot]
52594bfec2
[create-pull-request] automated change
2025-12-18 06:41:49 +00:00
7bb988ef7d
fixed R.nvim
2025-12-11 15:00:29 +11:00
5c22c25853
pin R.nvim to compatible version
2025-12-03 11:33:19 +11:00
dependabot[bot]
dc44024b1a
Bump DeterminateSystems/update-flake-lock from 27 to 28
...
Bumps [DeterminateSystems/update-flake-lock](https://github.com/determinatesystems/update-flake-lock ) from 27 to 28.
- [Release notes](https://github.com/determinatesystems/update-flake-lock/releases )
- [Commits](https://github.com/determinatesystems/update-flake-lock/compare/v27...v28 )
---
updated-dependencies:
- dependency-name: DeterminateSystems/update-flake-lock
dependency-version: '28'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 07:01:30 +00:00
dependabot[bot]
c28df1df7d
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 06:38:37 +00:00
3d5cddab45
Merge pull request #53 from dwinkler1/update_rde
2025-10-03 22:45:58 +10:00
github-actions[bot]
8a1f4683e9
[create-pull-request] automated change
2025-10-03 06:34:35 +00:00
497776759e
Merge pull request #52 from dwinkler1/update_rde
2025-10-02 08:04:26 +10:00
github-actions[bot]
c70cb27d3d
[create-pull-request] automated change
2025-09-30 06:37:00 +00:00
1deb1b02ff
Merge pull request #51 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-30 09:51:23 +10:00
github-actions[bot]
8c6f283cde
[create-pull-request] automated change
2025-09-29 06:37:36 +00:00
e4f74dedf4
Merge pull request #50 from dwinkler1/update_rde
2025-09-27 01:39:51 +10:00
github-actions[bot]
6e4902ab96
[create-pull-request] automated change
2025-09-26 06:35:13 +00:00
6a4c78453c
Merge pull request #49 from dwinkler1/update_rde
2025-09-24 00:25:46 +10:00
github-actions[bot]
0c2ccb0d4a
[create-pull-request] automated change
2025-09-23 06:36:24 +00:00
57e2e03d4e
Merge pull request #48 from dwinkler1/update_rde
...
Update RDE flake.lock
2025-09-22 23:56:23 +10:00
github-actions[bot]
8bae293da4
[create-pull-request] automated change
2025-09-22 06:37:59 +00:00
6d7384424f
Merge pull request #47 from dwinkler1/update_rde
2025-09-20 17:11:42 +10:00
github-actions[bot]
ef83c56fde
[create-pull-request] automated change
2025-09-20 06:32:50 +00:00