79 Commits

Author SHA1 Message Date
694d723fdf Update dependency rector/rector to v1
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 14:20:28 +00:00
24f9ba0ee9 Update dependency nunomaduro/collision to v8
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 14:10:25 +00:00
1ee28325cd Update dependency symfony/console to v7
Some checks failed
renovate/artifacts Artifact file update failure
2024-06-27 13:30:43 +00:00
c594059cc2 Update dependency pestphp/pest to v2.34.8 2024-06-27 11:50:49 +00:00
00a0d96506 Update module github.com/fatih/color to v1.17.0 2024-06-27 13:44:47 +02:00
8a91753f1c Update dependency robiningelbrecht/phpunit-pretty-print to v1.3.1 2024-06-27 13:44:39 +02:00
4bef3ff717 Update dependency jetbrains/phpstorm-attributes to v1.1 2024-06-27 13:44:25 +02:00
79b83314ad Update dependency friendsofphp/php-cs-fixer to v3.59.3 2024-06-27 13:44:22 +02:00
421ae94f87 Update symfony packages 2024-06-27 13:44:11 +02:00
880c748766 Update dependency nette/php-generator to v4.1.5 2024-06-27 13:44:02 +02:00
4af0776ac8 Update dependency laravel/prompts to v0.1.24 2024-06-27 13:43:32 +02:00
4d719693d6 Update dependency rector/rector to ^0.19 2024-06-27 11:30:53 +00:00
1e59db9845 Update dependency phpstan/phpstan to v1.11.5 2024-06-27 03:00:51 +00:00
ee8b81a724 Add renovate.json 2024-06-26 16:38:59 +02:00
9dc9d49cec
Add in-progress of day 6
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-08 09:33:55 +01:00
85bfb29379
Add day 5 2023-12-08 09:33:41 +01:00
f09cb6808d
Reorder test per part
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-04 17:09:45 +01:00
7492fffe39
Add day 4
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-04 17:08:01 +01:00
f228b7b494
Add Go
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 21:50:29 +01:00
d8d3821113
Move to src-php to make room for Go 2023-12-03 21:00:03 +01:00
49a526bce2
Merge branch 'main' of ssh://git.trizz.io:222/trizz/adventofcode
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 20:53:12 +01:00
c22a739e6d
Update readme 2023-12-03 20:53:10 +01:00
d0c5139ded
Update readme
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 20:51:08 +01:00
3222dad47d
Rename and fix command 2023-12-03 20:50:57 +01:00
68583b1b84
Move solutions out of the source itself
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 20:47:53 +01:00
5c86431824
Add command to add a new day 2023-12-03 20:19:35 +01:00
6469820ecf
Add puzzles for '23
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 17:14:43 +01:00
8bbbcf502a
Update readme 2023-12-03 17:14:33 +01:00
9d1c297bbd
Optimize ~11s to instant!
All checks were successful
continuous-integration/drone/push Build is passing
Thanks JetBrains AI :)
2023-12-03 16:56:03 +01:00
50db9f329c
Merge branch 'main' of ssh://git.trizz.io:222/trizz/adventofcode
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 16:50:38 +01:00
eac27d04d1
Replace phpunit with pest 2023-12-03 16:50:34 +01:00
6cf10ecc20
Replace phpunit with pest
Some checks failed
continuous-integration/drone/push Build is failing
2023-12-03 16:50:09 +01:00
7ded60ce9c
Fix 'hasExampleData' 2023-12-03 16:49:46 +01:00
929b87e513
Add test day command for easier testing while developing
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-03 14:34:35 +01:00
68f6ee867a
Make abstract day command 2023-12-03 14:34:22 +01:00
5ef6984e88
Small fixes 2023-12-03 13:57:16 +01:00
b808c530cc
Make it possible to skip examples 2023-12-03 13:57:07 +01:00
451ee842b6
Add day3 2023-12-03 13:56:56 +01:00
f4e0e3b8e2
Add day2 2023-12-03 13:56:47 +01:00
7114143113
Add type 2023-12-03 13:56:20 +01:00
63c38a231a
Remove GH workflow 2023-12-03 09:58:47 +01:00
811e6938dc
Update year in readme
Some checks failed
continuous-integration/drone/push Build is passing
CI / build-test (push) Failing after 1m32s
2023-12-01 12:03:16 +01:00
b1a446edad
Test GH action
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-01 12:01:09 +01:00
c56b6fc008
Add Y23/Day1
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/push Build is passing
2023-12-01 11:06:49 +01:00
8da5bd9b5e
Allow seperation of examples for part 1 and 2 2023-12-01 11:06:40 +01:00
7895d998ab
Add Y22/Day3 2023-12-01 11:06:22 +01:00
a3be3f026d
Apply code changes after dependency update 2023-12-01 11:06:10 +01:00
c5400b78d8
Update dependencies 2023-12-01 11:04:45 +01:00
bdbb32bbbf
Add day 2 '22 solution
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-02 09:47:10 +01:00
d91701b50f
Add day 1 '22 solution
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-01 09:48:03 +01:00