Commit Graph

108 Commits

Author SHA1 Message Date
9bb6967219 fix: resolve CI lint and build failures
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- Fixed lint path in CI workflow from src/gdiffer/ to gitignore_generator/
- Fixed verification command from gdiffer --version to gitignore --version
- Removed unused imports (pathlib.Path, typing.List, os, sys, pytest, unittest.mock.patch)
- Removed unused variable assignments (category, index)
- Fixed f-strings without placeholders
- Renamed ambiguous variable 'l' to 'line' and 'prev_line'
- Added type assertion for type narrowing in template_loader.py
2026-02-02 16:06:17 +00:00
161c68b748 fix: resolve CI lint and build failures
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- Fixed lint path in CI workflow from src/gdiffer/ to gitignore_generator/
- Fixed verification command from gdiffer --version to gitignore --version
- Removed unused imports (pathlib.Path, typing.List, os, sys, pytest, unittest.mock.patch)
- Removed unused variable assignments (category, index)
- Fixed f-strings without placeholders
- Renamed ambiguous variable 'l' to 'line' and 'prev_line'
- Added type assertion for type narrowing in template_loader.py
2026-02-02 16:06:16 +00:00
0bf378ce70 fix: resolve CI lint and build failures
Some checks failed
CI / test (3.10) (push) Has been cancelled
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- Fixed lint path in CI workflow from src/gdiffer/ to gitignore_generator/
- Fixed verification command from gdiffer --version to gitignore --version
- Removed unused imports (pathlib.Path, typing.List, os, sys, pytest, unittest.mock.patch)
- Removed unused variable assignments (category, index)
- Fixed f-strings without placeholders
- Renamed ambiguous variable 'l' to 'line' and 'prev_line'
- Added type assertion for type narrowing in template_loader.py
2026-02-02 16:06:16 +00:00
431b21019d fix: resolve CI lint and build failures
Some checks failed
CI / test (3.10) (push) Has started running
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
- Fixed lint path in CI workflow from src/gdiffer/ to gitignore_generator/
- Fixed verification command from gdiffer --version to gitignore --version
- Removed unused imports (pathlib.Path, typing.List, os, sys, pytest, unittest.mock.patch)
- Removed unused variable assignments (category, index)
- Fixed f-strings without placeholders
- Renamed ambiguous variable 'l' to 'line' and 'prev_line'
- Added type assertion for type narrowing in template_loader.py
2026-02-02 16:06:15 +00:00
8ea425560c fix: resolve CI lint and build failures
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
- Fixed lint path in CI workflow from src/gdiffer/ to gitignore_generator/
- Fixed verification command from gdiffer --version to gitignore --version
- Removed unused imports (pathlib.Path, typing.List, os, sys, pytest, unittest.mock.patch)
- Removed unused variable assignments (category, index)
- Fixed f-strings without placeholders
- Renamed ambiguous variable 'l' to 'line' and 'prev_line'
- Added type assertion for type narrowing in template_loader.py
2026-02-02 16:06:15 +00:00
65733c6a62 Add CLI integration tests and Gitea Actions CI workflow
Some checks failed
CI / test (push) Failing after 12s
2026-02-02 15:58:17 +00:00
c24d8e7259 Add CLI integration tests and Gitea Actions CI workflow
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:58:16 +00:00
61c5443e2b Add test configuration and unit tests
Some checks failed
CI / test (push) Failing after 13s
2026-02-02 15:57:37 +00:00
4facb5d121 Add test configuration and unit tests
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:57:36 +00:00
68878bb4b7 Add test configuration and unit tests
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:57:36 +00:00
5620540e0c Add IDE templates (VSCode, JetBrains, Visual Studio, Vim, Emacs)
Some checks failed
CI / test (push) Failing after 12s
2026-02-02 15:57:04 +00:00
5038c60c51 Add IDE templates (VSCode, JetBrains, Visual Studio, Vim, Emacs)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:57:03 +00:00
310c2d5626 Add IDE templates (VSCode, JetBrains, Visual Studio, Vim, Emacs)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:57:03 +00:00
1782a1b1dd Add IDE templates (VSCode, JetBrains, Visual Studio, Vim, Emacs)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:57:02 +00:00
a0535dd58a Add IDE templates (VSCode, JetBrains, Visual Studio, Vim, Emacs)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:57:02 +00:00
b3426917be Add infrastructure templates (Terraform, Ansible, Docker, Kubernetes)
Some checks failed
CI / test (push) Failing after 13s
2026-02-02 15:56:40 +00:00
5fdd7429c8 Add infrastructure templates (Terraform, Ansible, Docker, Kubernetes)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:37 +00:00
f1e0d48f26 Add infrastructure templates (Terraform, Ansible, Docker, Kubernetes)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:34 +00:00
0c1bca3a08 Add infrastructure templates (Terraform, Ansible, Docker, Kubernetes)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:32 +00:00
e438d76625 Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:20 +00:00
044bb500e4 Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:19 +00:00
010c4c9727 Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:18 +00:00
f0915c6faf Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:18 +00:00
17efb13c03 Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:17 +00:00
d397276de8 Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:56:16 +00:00
cfbd0e14c3 Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Failing after 13s
2026-02-02 15:55:55 +00:00
d83b7b3a7a Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:55 +00:00
899e028330 Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:54 +00:00
8868819b32 Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:53 +00:00
a14956a38f Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:53 +00:00
02a8c83c4a Add language templates (Kotlin, Scala, Dart, R, Perl, Lua)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:52 +00:00
81ba1574d1 Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Failing after 12s
2026-02-02 15:55:25 +00:00
78f36551be Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:24 +00:00
f53c0faac0 Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:24 +00:00
4d3fecd37b Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:23 +00:00
12f7904254 Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:23 +00:00
97a566d41a Add more language templates (C++, C#, Ruby, PHP, TypeScript, Swift)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:55:22 +00:00
550d66d4c3 Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Failing after 13s
2026-02-02 15:54:58 +00:00
9d82f7b97b Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:57 +00:00
c4b770f4e9 Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:57 +00:00
50a2bcb8cc Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:56 +00:00
8f765c2143 Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:56 +00:00
7db0daf05f Add template index and language templates (Python, JavaScript, Java, Go, Rust)
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:55 +00:00
10250b98fb Add CLI commands and interactive mode
Some checks failed
CI / test (push) Failing after 14s
2026-02-02 15:54:21 +00:00
f3c33681ff Add CLI commands and interactive mode
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:20 +00:00
2ef0e059a0 Add CLI commands and interactive mode
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:54:20 +00:00
e4e3ee2015 Initial upload: core files and configuration
Some checks failed
CI / test (push) Failing after 12s
2026-02-02 15:53:17 +00:00
8ebf951478 Initial upload: core files and configuration
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:53:14 +00:00
951f5e26d5 Initial upload: core files and configuration
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:53:13 +00:00
3ecd051453 Initial upload: core files and configuration
Some checks failed
CI / test (push) Has been cancelled
2026-02-02 15:53:12 +00:00