Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-04 23:11:29 +01:00
70575f8658
Highlight module-level docstrings as rst
aadd8acec9
Document lihzahrd.terraria
6ed5e48ed3
Document lihzahrd
3fea04e2e6
Fix grammar fix
Compare 4 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-04 22:58:29 +01:00
bfec5ddcdc
Add CLI tools documentation
29d1a1987c
Grammar fix
8923939348
Fix broken wiktionary link
223b2cdf11
Improve wording on package description
8c1622fe46
Add new item to style guide
Compare 13 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-04 21:20:46 +01:00
8a8fc7740d
Create basic docs skeleton
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-04 20:48:07 +01:00
5558e58a0d
Configure docs environment
219fab818c
Add all run configurations
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-04 00:18:55 +01:00
ce2ba9b6e6
Add example script to generate a rainbow grid world
bceb98d72f
Automatically extend WorldFrameImportant as necessary
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-03 23:04:43 +01:00
8fa0fee020
Fix flags being written when they shouldn't have been
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-03 06:03:05 +01:00
f9565c6b90
Test Packer.*_bits
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-03 06:02:52 +01:00
5503a87fab
Fix repeat value written being 1 above normal
5c640fb906
Change "containers" to proper term "chests" in WorldSections.__str__
2f5f526a7c
Do not cache things anymore in tests
Compare 3 commits »
Steffo opened issue steffo/lihzahrd#43 2026-03-03 05:03:36 +01:00
Fix weird reordering in a section
Steffo opened issue steffo/lihzahrd#42 2026-03-03 05:03:12 +01:00
Fix datetime precision loss
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-03 05:02:58 +01:00
536e389d3b
Fix ULEB128 handling
b7baa0951c
Attempt to stabilize datetimes even more (failed)
9fdb02aa68
Prevent datetime loss of precision caused by float ops
cd3ea46e81
Fix error in reading WorldFrameImportant
b7e511ba11
Fix precision loss in writing datetimes
Compare 7 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-03 03:38:19 +01:00
e36fddfccd
Fix footer offset being taken at the wrong location
c4f8c62adf
Fix footer section offset not being processed
e1593b5f20
Fix ULEB128 writing
4d48297ee7
Specify missing generic
9de5f524a9
Fix chest section offset not being processed
Compare 5 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-03 02:29:35 +01:00
8c4b5d950b
Complete world processing (still fails to load)
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-02 19:13:56 +01:00
25dc6c25e5
Add footer
5f493e7094
Create PackTrue
4350a65264
Fix bestiary
4a8f9c87b2
Add journey settings (but bestiary is broken)
81ce999056
Remove unused import
Compare 12 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-02 15:29:59 +01:00
63e3803d93
Add rooms section
50b39394f5
Add missing pressure plates validation in World
9d374b4491
Add missing tile entities validation in World
c8ffe3d5c9
Fix annotation of World.pressure_plates
76e58e9f54
Use underscores in module names
Compare 6 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-02 14:58:59 +01:00
618372d0a8
Add weighted pressure plate section
66570fd432
Use string representation for section read/write results
9e8ed928c7
Display run window when running tests
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-01 05:58:07 +01:00
0470b0e6a3
Do not flood the console with garbage if unknown bytes are present
3ac58b9626
Add some logging to World
Compare 2 commits »
Steffo merged pull request steffo/lihzahrd#41 2026-03-01 05:51:28 +01:00
Cache tile matrix with `numpy.save`
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-03-01 05:51:25 +01:00
2f323c15d0
Fix MannequinExtra accidentaly being a tuple
3fe7f921d7
Use None when tiles are skipped
5b145fad7f
Add option to skip tile processing to speed up tests
578a68e718
Uncomment world write test section
0b072137b7
Merge branch 'feature/clean-cache' into feature/clean-start
Compare 15 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-28 23:53:37 +01:00
5b7ed73205
Add docstring to lihzahrd.terraria.world
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-28 15:48:09 +01:00
10c9f89b80
Checkpoint for tile entities
2792e7a15d
Add WorldStackData to __all__
56d197d0af
Replace todo comment with "Unknown." docstring
d076c9465c
Replace todo comment with "Unknown." docstring
f5607f28de
Replace todo comment with "Unknown." docstring
Compare 8 commits »
Steffo pushed to main at steffo/www 2026-02-28 03:39:06 +01:00
a86177a9e4
Cleanup imports
89e5482322
Run black
f0275c8ecf
Create posts_like table
5ad7460987
Rename posts.list to posts.list_
a1ccc44e84
Add Access-Control-Allow-Origin header to Atom feed
Compare 5 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-28 03:17:49 +01:00
3ab429f846
Misc cleanup and improvements
0ada551ded
Rename shimmered_npcs to just shimmered
a4e9a328b7
Move chain and collection in the same directory as composite
af329a3b04
Annotate return value of Color.__repr__
0b9d6129a4
Process NPC section
Compare 19 commits »
Steffo created pull request steffo/lihzahrd#41 2026-02-27 14:19:49 +01:00
Cache tile matrix with numpy.save
Steffo created branch feature/clean-cache in steffo/lihzahrd 2026-02-27 14:17:47 +01:00
Steffo pushed to feature/clean-cache at steffo/lihzahrd 2026-02-27 14:17:47 +01:00
018fc2b9c6
Add caching features with npy
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-27 04:49:53 +01:00
940e6affd2
Make WorldContainer and WorldContainersCollection work
61dba6f429
Fix WorldTiles logging
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-27 04:48:20 +01:00
99e02f2289
Add 1.4.5 prefixes
fb44c6072c
Re-add progress logging to tiles
d6ed7a38da
Improve ItemBase.__repr__ prefix name
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-27 04:06:34 +01:00
b3502d26fb
Create and/or move the files relative to containers
c37c856e16
Add WorldContainersCollection to World
f7391f36d9
Add ItemBase.__str__
e8d9b4ad86
Add docstrings to ItemBase.__init__
3fe7f7de5a
Add docstrings to WorldChest
Compare 19 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-26 19:36:37 +01:00
73724a414b
Annotate shape value parameter of WorldTiles._write
7a237d4602
Annotate shape of WorldTiles backing ndarray
f641e4609b
Assert for truthness and falseness instead of exact True value in test_difference_matrix
a37e5da54b
Add __slots__ to Color
430d535048
Annotate and document WorldTiles._write_tile_batch
Compare 22 commits »
Steffo pushed to main at steffo/www 2026-02-26 01:38:05 +01:00
edaa668d52
Bump version to 2026.02.25
Steffo pushed tag v2026.02.25 to steffo/www 2026-02-26 01:38:05 +01:00
Steffo closed issue steffo/www#11 2026-02-26 01:37:32 +01:00
Update to new masonry spec
Steffo pushed to main at steffo/www 2026-02-26 01:37:32 +01:00
297af123f3
Add display: grid-lanes to .masonry
d1ae916afc
Give multiselect an appropriate cursor
7f0ae05aa7
Only apply the feedback to enabled elements
Compare 3 commits »
Steffo pushed to main at steffo/www 2026-02-26 01:29:39 +01:00
fdf7bc7b87
Add some visible feedback to some interactable elements
Steffo closed issue steffo/www#4 2026-02-26 01:23:08 +01:00
Font Awesome icons in anchors are underlined
Steffo pushed to main at steffo/www 2026-02-26 01:23:08 +01:00
f767e1834e
Workaround icons being underlined
80020ed480
Use a:link specifically for links
178bef8a57
Do not change text-decoration-color for a, as it is already currentColor
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-25 17:14:57 +01:00
7517ba9b9d
Create WorldChests skeleton
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-25 17:07:38 +01:00
3112964958
Fix incorrect value being used in Packer.write_datetime
57ff294ae1
Round .total_seconds() to int in Packer.write_datetime
db218d6f74
Correctly unwrap PackWrite in World.write
4df7edc740
Fix incorrect value being used in Packer.write_uleb128
38921d29c6
Expand bench_world
Compare 37 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-25 10:21:59 +01:00
bec74e2073
Checkpoint for tiles
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-25 10:20:56 +01:00
0e6caf4206
Pass size= and frame_important= to WorldTiles.read
b7dfcd88bf
Add tiles to World.write
323bf7862a
runConfig: make working directory explicit
449700b873
Do not raise NotImplementedError for abstract methods
f705a85829
Fix OreAvailable still using get_by_id
Compare 6 commits »
Steffo pushed to main at steffo/www 2026-02-24 11:18:24 +01:00
c3585dae36
Fix post_mode not getting read
Steffo closed issue steffo/www#10 2026-02-23 17:50:11 +01:00
Language for posts
Steffo closed issue steffo/www#7 2026-02-23 17:50:08 +01:00
RSS / Atom support for posts
Steffo closed issue steffo/www#3 2026-02-23 17:50:00 +01:00
OpenGraph metadata
Steffo opened issue steffo/www#12 2026-02-23 17:49:48 +01:00
Center SVG avatars
Steffo pushed tag v2026.02.23 to steffo/www 2026-02-23 17:04:11 +01:00
Steffo pushed to main at steffo/www 2026-02-23 17:03:43 +01:00
818f073115
Make some URLs external, just in case
Steffo closed issue steffo/www#5 2026-02-23 16:49:54 +01:00
Wrong timezone
Steffo pushed to main at steffo/www 2026-02-23 16:49:54 +01:00
4bf9c3c60b
Add Atom feed to posts
ab45f29a1d
Bump version to 2026.02.23
Compare 2 commits »
Steffo pushed to main at steffo/www 2026-02-23 13:40:41 +01:00
5701fa6aec
Attempt some more optimization
e652e21f2b
PyCharm stuff
Compare 2 commits »
Steffo pushed to main at steffo/www 2026-02-23 12:28:03 +01:00
8e809ef0f3
Fix typo
df39aea207
Add wallpaper preload
2857d11d28
Misc fixes
52e9428b3c
Improve footer
2ad40aae33
Fix typo in description
Compare 6 commits »
Steffo pushed tag v2026.02.22 to steffo/www 2026-02-22 22:07:57 +01:00
Steffo pushed to main at steffo/www 2026-02-22 22:06:48 +01:00
12777329e6
Bump Containerfile version
21c1f5febb
Fully remove postgresql extra
f73a6ec1e5
Remove paths from CI step
2cfe54600d
More PyCharm stuff
Compare 4 commits »
Steffo pushed tag v2026.02.22 to steffo/www 2026-02-22 21:57:27 +01:00
Steffo pushed to main at steffo/www 2026-02-22 21:56:48 +01:00
8aba7bb7be
Add page-specific OpenGraph tags
f1a1079449
Reduce width of "All posts" panel
43f76375c1
Add opengraph image
073e72ab07
Fix PyCharm stuff
6c6317297b
Add post language
Compare 6 commits »
Steffo pushed to main at steffo/www 2026-02-22 20:14:11 +01:00
da43654ff4
Add extra spacing to blockquotes and pre in posts
Steffo pushed to main at steffo/www 2026-02-22 20:08:15 +01:00
9de190ee38
Add prydt to friends
Steffo pushed to main at steffo/www 2026-02-22 16:54:28 +01:00
c50c3f4a78
Improve list items spacing
b8e05c7ae8
Add .oneandahalf, remove .quadruple
abb7687c06
Improve markdown post rendering
ad18509e6b
Remove text-wrap which is now global
c2a1fd1cec
Move pre rules to fonts.css
Compare 16 commits »
Steffo pushed to main at steffo/www 2026-02-22 14:48:59 +01:00
e93b27f742
Bump version to 2026.02.22
957335d7f5
Add Christian to friends
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-21 22:56:03 +01:00
153264e2c8
Prefer from . than import *
a095b1f881
Add prefix and wall imports
Compare 2 commits »
Steffo pushed tag v2026.02.21 to steffo/www 2026-02-21 22:50:24 +01:00
Steffo pushed to main at steffo/www 2026-02-21 22:42:19 +01:00
27863cca07
Bump version to 2026.02.21
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-21 17:19:09 +01:00
284343f3e8
Run black
c5db39f8b1
Generate walls and prefixes
0def4f7474
Fix incorrect log string
Compare 3 commits »
Steffo pushed to main at steffo/www 2026-02-21 15:59:03 +01:00
4dc0775823
Add Aurora to friends
d7e3f879b5
Increase padding in post boxes
009414ea3c
Not sure why there was no gitignore
373d7ca504
More IntelliJ config
b09682cd2e
Configure workspace and project color
Compare 6 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-21 08:20:01 +01:00
a40e32a8e4
Refactor data again
9da142e785
Another leftover rename
aa2301f8d7
Refactor more stuff
3c86171b77
Improve docs for data
1bcfdb0243
Generate coverage reports in PyCharm
Compare 10 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-20 19:59:03 +01:00
b503513f27
Move _generate outside the terraria module
23b619c80f
Rename module generation to _generate
ccc4280ccc
Remove numpy import
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-19 18:17:12 +01:00
cbd9bc7a15
Checkpoint commit
3178489654
Initial read tile skeleton
a0b542463e
Add __getitem__ and __setitem__ to WorldFrameImportant
82eb3bfefc
Create WorldTiles skeleton
2b1fb30b00
Add --force-color option and progress to world list
Compare 15 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-18 19:08:31 +01:00
107bb5988b
Rename OtherTreetops to just Treetops
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-18 19:06:42 +01:00
89a7b63508
Do not log to file anymore
5cec5590f2
Add manifest
dfc97ff9c7
Make SecretTeamsSpawns more fault-tolerant
3a88aa395b
Add more parsers
68fa42593e
Better names for secret seeds
Compare 8 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-18 13:46:24 +01:00
9d6285fb9a
Fix FishingQuestGoal typing
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-18 07:40:52 +01:00
f5588ad4a1
Fixes and cleanup
3c41998363
Demote primitive log level to debug
25d195d1b6
Cleanup
a3fc72a222
Add lantern nights parsers
6b67422b2c
Add more styles and used A.C.T.
Compare 14 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-17 18:07:15 +01:00
abeb8677c8
Add total amount of invasion enemies and cultist cooldown parser
fb3d49dc9a
Add more rescued npcs
bd5e8f238a
Add fishing quest goal and ore cleanup
95513bea78
Reduce ClassEnumType logging level
d4523224bc
Fix unnamed items
Compare 9 commits »
Steffo opened issue steffo/www#11 2026-02-17 17:51:25 +01:00
Update to new masonry spec
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-17 14:31:18 +01:00
ae3c7cf2cd
New forests
05fdda8f4f
New corruption
f1921769f3
Make sure tiles are loaded via __init__
a37591c930
Add new deserts
54c7a22db3
New oceans
Compare 5 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-17 13:39:18 +01:00
8d97614133
Improve logging and fix bug
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-17 13:09:08 +01:00
943a37ee93
Just do not doctest
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-17 13:03:27 +01:00
2a32ffb1c8
Include and exclude the appropriate files for tests
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-17 12:49:23 +01:00
ce05136e3e
Include runConfigs in project
d19cb3ff10
Add more background parsers
6b2ce9d86c
Use only ASCII in WorldSize repr
785b76cf21
Add missing WorldAltarCount
a89520b834
Add __repr__ to WorldMode
Compare 8 commits »
Steffo merged pull request steffo/lihzahrd#40 2026-02-15 09:38:59 +01:00
Metaclass insanity
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-15 09:38:58 +01:00
48581b1d51
Add methods to WorldOre
9cafbf9a45
Update tiles generation to include identifier kwarg
67db9afa0d
Remove duplicate tiles file
63b73d6706
Add hardmode world with hardmode ores
84c2192bdf
Use qualname in repr
Compare 34 commits »
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-15 09:38:36 +01:00
48581b1d51
Add methods to WorldOre
9cafbf9a45
Update tiles generation to include identifier kwarg
67db9afa0d
Remove duplicate tiles file
63b73d6706
Add hardmode world with hardmode ores
84c2192bdf
Use qualname in repr
Compare 9 commits »
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-15 07:19:11 +01:00
1d56cfc5ff
Fix docstrings in class_enum
5b56928e97
Rename classnames to class_name_factory
f43bcdb953
Add __all__ to classnames
36ba966c48
Add __all__ to tile_base
b8a32ce05d
Add __all__ to frameimportant_variant
Compare 8 commits »
Steffo opened issue steffo/www#10 2026-02-14 21:17:11 +01:00
Language for posts
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-14 05:33:49 +01:00
0f2bbb5d3e
Continue making more progress, still unfinished variant system
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-14 04:38:29 +01:00
7114e07dc1
Checkpoint #1 of documenting the cursed
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-14 03:01:30 +01:00
51b7d5042c
Work on refactoring into TilesGenerator
3a36c33e0c
Rename the tiles module to data
cea30f22c9
Move tiles file generation to a separate module
39968cd410
Move ClassNameFactory to its own module
24edb915b0
Refactor make_class_name into a ClassNameFactory
Compare 16 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-14 02:09:08 +01:00
39454b2452
Fix CLI imports
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-14 02:04:25 +01:00
1dbf2b3476
Name anonymous variants with their parent's names
50759bb399
Annotate VariantBase._MIN_* and ._MAX_*
c7e244efe9
Add type annotation for VARIANTS
e0bebe7dab
Remove default values to ID and NAME
650dbd3eb6
Rename __variants__ to VARIANTS to make it public
Compare 10 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-14 02:03:13 +01:00
a7d43cbeb6
Mark first two world as XFAIL again
e83b1fa8bd
Do not use PackEnum for WorldOre
Compare 2 commits »
Steffo pushed to feature/world-caching at steffo/lihzahrd 2026-02-14 01:18:17 +01:00
dadc18d995 Add missing item handling
6c7d76273b Add caching/compression for worlds
Compare 2 commits »
Steffo created branch feature/world-caching in steffo/lihzahrd 2026-02-14 01:18:17 +01:00
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-14 01:17:26 +01:00
81e43bbb1d
Utter codegen insanity (that actually works)
Steffo deleted branch dependabot/pip/urllib3-1.26.19 from steffo/lihzahrd 2026-02-13 06:16:54 +01:00
Steffo deleted branch dependabot/pip/idna-3.7 from steffo/lihzahrd 2026-02-13 06:16:52 +01:00
Steffo deleted branch dependabot/pip/certifi-2024.7.4 from steffo/lihzahrd 2026-02-13 06:16:51 +01:00
Steffo pushed to main at steffo/lihzahrd 2026-02-13 06:14:40 +01:00
Steffo created pull request steffo/lihzahrd#40 2026-02-13 06:12:48 +01:00
WIP: Metaclass insanity
Steffo pushed to feature/what-the-heck at steffo/lihzahrd 2026-02-13 06:12:12 +01:00
2556c0fd79
Take a break after metaclass insanity
Steffo created branch feature/what-the-heck in steffo/lihzahrd 2026-02-13 06:12:12 +01:00
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-13 03:25:18 +01:00
9bd577d63b
Create Color utility class
0b5f3a571b
Change ValueError message for Coordinates
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-12 21:34:06 +01:00
11d911d85b
Add lxml deps
27c6a82beb
Remove empty files
c849d3b87e
Add __repr__ to PackCoordinates
f7b12f18b1
Add a WIP=0 element to enums
d89925bdb4
Add set_* methods to WorldSize
Compare 10 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-11 09:57:06 +01:00
72938e654d
Add tiles.xml from TerraMap
a6c1e698cd
Implement operators
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-11 09:37:23 +01:00
824842acd7
Refactor continues...!
7ed97e515e
Refactor continues...
831502e76d
Refactor continues
63f5b8e3fb
Refactoring continues
e31c5ab082
Add Coordinates comparisons
Compare 13 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-11 06:53:28 +01:00
d1d1b86f8b
Do not skip worlds
bc847004e5
Improve test
9b51731f49
First refactor pass
6273adb5a1
Allow enum and flags of any kind
a150daf99b
PackablePack refactor, second part
Compare 19 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-11 01:53:53 +01:00
56236db44e
Add v1.4.5.5 world
b72532db26
Add version 318 (1.4.5.5)
a1ced05242
Log error if CLI fails to process a world
d1521d2523
Re-add columns for logging
ebd741d5c9
Add --quietness to CLI
Compare 6 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-11 00:43:05 +01:00
c3be2e27fa
Add WorldOre* parsers
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 17:27:01 +01:00
e79c01e59f
Add WorldEventRain* parsers
6f407633d3
Add WorldEventSlimeRainDuration parser
2daea1c131
Add "Event" prefix to invasion classes
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 17:11:20 +01:00
295025edfa
Mark old worlds as skip, not xfail
f63a2333b3
Add WorldSundialCooldown parser
123a5cc2f2
Remove unused README sections
ed23fb2e9d
Fix CLI
71e7848ea0
Rename some WorldMetadata properties
Compare 9 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 06:49:41 +01:00
ba70399004
Change test log format
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 06:46:34 +01:00
08ea00125f
Fix docstring
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 06:44:51 +01:00
5912081714
Add shadow orb data
41319e2092
Merge WorldTriumph and WorldRescue into WorldMilestone
738612c2be
Add WorldTriumph and WorldRescue parsers
519683fea1
Allow PackableComposite._fields to do conditional processing
7080aa7163
Add setters to WorldDifficulty
Compare 25 commits »
Steffo closed issue steffo/lihzahrd#27 2026-02-10 04:55:52 +01:00
Fix type annotations for WorldTimestamp
Steffo closed issue steffo/lihzahrd#8 2026-02-10 04:32:02 +01:00
In FileVersion, consider valid only the latest world version
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 04:31:53 +01:00
376c7d1a61
Reject unsupported world versions
fc101061ac
Fix inverted validation check
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 04:18:40 +01:00
4677a95697
Fix Packer.read_datetime variable shadowing
Steffo closed issue steffo/lihzahrd#26 2026-02-10 04:15:11 +01:00
Implement Packable timestamp methods
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 04:14:49 +01:00
bce62b2b58
Implement Packer datetime methods
6da389332c
Black pass
2159c87386
Make packer log less of a pain to read
90e2e38806
Remove skip mark from The_Bugging_Zone.wld
e3e3d1c8f1
Test with both strict=True and strict=False
Compare 7 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 03:09:18 +01:00
92ea7793a1
Add two more worlds to test
897abdb431
Add missing type annotations to WorldMetadata
4afcc4d658
Add WorldMoonStyle parser
2bf6eae5d6
Add world timestamps
15f9c55d12
Add setters for the WorldSectionAddresses shortcuts, and validate their count
Compare 9 commits »
Steffo opened issue steffo/lihzahrd#27 2026-02-10 02:40:21 +01:00
Fix type annotations for WorldTimestamp
Steffo opened issue steffo/lihzahrd#26 2026-02-10 02:39:37 +01:00
Implement Packable timestamp methods
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-10 01:45:48 +01:00
f4c0a433b0
Add unknown_file_metadata_bytes to World
5ec7718842
Extract WorldFrameImportant out of WorldMetadata and into World
6fed6d3376
Add incomplete World parser
34b8097f96
Make UnknownBytesUntil fail validation if unknown bytes are present
61b2a53d1a
Split WorldSectionAddresses from WorldMetadata
Compare 6 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-09 18:21:46 +01:00
76f1b952c7
Allow kwargs in Packable methods
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-09 05:17:35 +01:00
5f33d2fb04
Add lihzard world list CLI command
ae6c20e1f8
Fix type annotations on PackableComposite
44ef2fbfcd
Add lihzahrd CLI script
036cc89202
Add click dependency
7d252dfc0c
List existing special world seeds in docstring
Compare 5 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-09 02:32:14 +01:00
beaf73fcad
Set filenames as parameter ids in tests
0ef143b355
Add WorldSpecial parsers
7d76c6048d
Fix WorldGeneratorVersion being a u8 instead of u64
ac874496fe
Add WorldDifficulty parser
4465db3dc3
Add WorldSize parser
Compare 14 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-09 01:33:30 +01:00
ebd919b1a4
Rename FileRevision.RevisionOverflowError to OverflowError
66264275a9
Test for the new Packables
12c075a1e7
Add WorldID parser
746376d267
Add WorldUUID parser
254b62311e
Add instance type annotations to WorldMetadata
Compare 11 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-08 19:38:38 +01:00
d764ccdc23
Attempt to force displaying color in tests
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-08 19:36:41 +01:00
afb244f4fb
Attempt to force displaying color in tests
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-08 19:34:54 +01:00
d264e6379b
Test for types of WorldMetadata.section_addresses and WorldMetadata.frameimportant
9983dbb49e
Add WorldFrameImportant packer
bddeabecef
Move sample world and player files to appropriate directories
d647694711
Remove xfail tests
468fac3aec
Ensure tests have unique basenames
Compare 15 commits »
Steffo opened issue steffo/lihzahrd#8 2026-02-08 18:15:15 +01:00
Only allow the latest world version to be parsed
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-08 05:25:11 +01:00
11fdb41716
Massive cleanup and refactor
bfa3f8dfd6
Update IntelliJ configuration
5c303c1df7
Rename FilePacker data param to stream
ef0770a6ea
Rename files for consistency
a4d86417dc
Create skeleton of WorldSelectable
Compare 7 commits »
Steffo pushed to main at steffo/ora-code 2026-02-07 23:01:26 +01:00
d0614fb64d
Experimentally color typevars in Python
Steffo pushed to main at steffo/ora-code 2026-02-07 03:56:30 +01:00
7d83db0f08
Bump version to 0.3.5
Steffo pushed tag v0.3.5 to steffo/ora-code 2026-02-07 03:56:30 +01:00
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-07 02:27:45 +01:00
9fa6628524
Add more filemeta tests
d3d59301e3
Remove save files from gitignore
43d28c13c9
Add sample character file
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-07 01:35:23 +01:00
29ab74af9d
Fix type annotations (too much Rust)
1bb7ed4c7e
Fix error in import name
fa9db3ef96
Add missing .instance access in test
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-07 01:23:55 +01:00
a6760ffdcb
Refactor things to make Pyright work
0058b015c8
Create a PackableReadResult dataclass
dd3a394ae4
Log creation of instance on Packable.read
c503a32c02
Rename test directory to filemeta too
b6e50800cd
Add new world file
Compare 8 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 21:44:32 +01:00
e4f1bba023
Add fileflags to the Meta class
086cc880d4
Create FileFlags parser
bf4bba00d1
Add revision to the Meta class
dc4737d561
Remove type on ValidationError params
c3fb623103
Use Rust notation for FilePacker methods
Compare 7 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 21:05:00 +01:00
ca0eb67c27
Add write tests for Version
4ca787f23c
Fix Packable.write not using self.
856e030b72
Improve pytest log formatting
Compare 3 commits »
Steffo pushed to main at steffo/ora-code 2026-02-06 21:04:01 +01:00
eea91068b3
Color comment keywords (Python) as Important
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 20:01:34 +01:00
232a2d49f8
Abstract parsing with Packable
0d2bd98a42
Rename LihzahrdError to LihzahrdException
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 18:12:05 +01:00
fd74e34503
Add filetype to lihzahrd.terraria.meta
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 18:09:26 +01:00
4bc4cd84ef
Add FileType parser
3e027fdd48
Remove unused import
b82e83b5ee
Add __str__ and __repr__ to Signature
3ef610d2cb
Remove "file" from logging message for consistency
d57d9c272d
Fix typo in docstring
Compare 29 commits »
Steffo pushed to main at steffo/ora-code 2026-02-06 16:48:09 +01:00
b031bc0671
Color docstring quotes (Python) as Comment punctuation
Steffo pushed tag v0.3.4 to steffo/ora-code 2026-02-06 14:04:19 +01:00
Steffo pushed to main at steffo/ora-code 2026-02-06 14:04:19 +01:00
ce6349897f
Color keyword parameters (rst) as Strings
da176877cc
Color keywords (rst) as Entities
af951b080a
Color headings (rst) as Headings
Compare 3 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 02:10:04 +01:00
42716890f3
Bump version to 4.0.0a7
74f8c2adef
Remove obsolete docs
f7012434bc
Add numpy dependency
a6f2e8f8ee
Re-create terraria.world module
b884e2408f
Delete some of the lihzahrd.terraria.utils
Compare 5 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 02:06:07 +01:00
ea8fe4c42f
Merge changes from main
Steffo created pull request steffo/lihzahrd#1 2026-02-06 02:05:09 +01:00
WIP: Lihzahrd 5 - The Efficient (?) Rewrite
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 02:04:20 +01:00
84a57ef68f
Merge changes from main
7d9efaf083
Read data directly from the file buffer
Compare 2 commits »
Steffo pushed to feature/clean-start at steffo/lihzahrd 2026-02-06 02:01:33 +01:00
2348963270
Create blank World class
f130745b3e
Delete tests.test_world
cf09152173
Delete lihzard.terraria.world package
Compare 3 commits »
Steffo created branch feature/clean-start in steffo/lihzahrd 2026-02-06 02:01:32 +01:00
Steffo pushed to main at steffo/lihzahrd 2026-02-06 02:00:41 +01:00
7d9efaf083
Read data directly from the file buffer
Steffo pushed to main at steffo/lihzahrd 2026-02-06 01:31:46 +01:00
e1a6c650d6
Add ID for version 1.4.5.4
cf3400d5a9
Sync uv.lock
9a13cbb708
Remove Timer class
Compare 3 commits »
Steffo deleted branch feature/what-if-numpy from steffo/lihzahrd 2026-02-06 01:18:44 +01:00
Steffo created branch feature/what-if-numpy in steffo/lihzahrd 2026-02-06 00:47:54 +01:00
Steffo pushed to feature/what-if-numpy at steffo/lihzahrd 2026-02-06 00:47:54 +01:00
Steffo pushed to main at steffo/ora-code 2026-02-04 18:24:44 +01:00
22da52c591
Bump version to 0.3.4
Steffo pushed to main at steffo/ora-code 2026-02-04 14:56:53 +01:00
2c442ee2a4
Make sure all source.yaml are properly duplicated
Steffo pushed to main at steffo/ga-backup 2026-01-31 15:49:11 +01:00
0290f0402c
Build image for all platforms
Steffo pushed to main at steffo/www 2026-01-30 19:00:38 +01:00
e9e92c4f0e
Cleanup code
31b8b945c3
Spontaneous uv.lock update
cfccf161dd
Bump version to 2026.01.30
Compare 3 commits »
Steffo opened issue steffo/www#8 2026-01-30 18:51:53 +01:00
Sitemap
Steffo pushed to main at steffo/www 2026-01-30 18:50:49 +01:00
44263fec15
Rename dev.blank to dev.page
98b549d05f
Move /dev/blank to /dev so it can be a root
90d40f112c
Add robots.txt
40c01a18aa
Move manifest to /manifest.json
Compare 4 commits »
Steffo closed issue steffo/www#6 2026-01-30 18:24:01 +01:00
Post update time
Steffo pushed to main at steffo/www 2026-01-30 18:23:55 +01:00
8c568a9a1c
#6: Add post update time
5012c9b784
Add updated_on column
Compare 2 commits »
Steffo commented on issue steffo/www#6 2026-01-30 14:28:16 +01:00
Post update time

Where should it be displayed?

Steffo opened issue steffo/www#7 2026-01-30 14:27:40 +01:00
RSS / Atom support for posts
Steffo pushed to main at steffo/www 2026-01-30 14:02:55 +01:00
17677a99a0
Add all OGP namespaces
bc90386f4b
Move prefix property to head as recommended
96ce8817ed
Do not set isoformat as time element title
17b6894fb1
Display post time in boxes
Compare 4 commits »
Steffo commented on issue steffo/www#3 2026-01-30 12:38:14 +01:00
OpenGraph metadata
Steffo commented on issue steffo/www#3 2026-01-30 12:25:19 +01:00
OpenGraph metadata

Hmmm, setting metadata directly in base.html feels like a bad idea in general.

Steffo commented on issue steffo/www#3 2026-01-30 12:09:52 +01:00
OpenGraph metadata
  • What page should have a type of og:profile to set as article:author?
Steffo opened issue steffo/www#6 2026-01-30 12:07:10 +01:00
Post update time
Steffo pushed tag v2026.01.29 to steffo/www 2026-01-29 15:08:36 +01:00
Steffo pushed to main at steffo/www 2026-01-29 15:08:36 +01:00
659217d9a3
Fix hr elements
2cbba72b76
Bump version to 2029.01.29
4d6579aefe
Improve post editing interface
bbc3af42e4
Add basic Python-Markdown support
4768c5cc7a
Add markdown post support
Compare 5 commits »
Steffo pushed to main at steffo/www 2026-01-29 14:14:00 +01:00
36015b0cbc
Add post modes
b71d67a4c2
Fix placeholder not having correct colors
e2e046ce11
Increase footer margin
Compare 3 commits »
Steffo opened issue steffo/www#5 2026-01-29 10:40:08 +01:00
Wrong timezone
Steffo pushed to main at steffo/www 2026-01-29 00:13:33 +01:00
bdc2fe5829
Bump version to 2026.01.28
76605bdde7
Maxi CSS and website refactor
1e6b9bb489
Reorder classes
c2fe29b2a3
Finish migrating stylesheet
60d224c10b
Add @media print to colors-print
Compare 8 commits »
Steffo pushed tag v2026.01.28 to steffo/www 2026-01-29 00:13:33 +01:00
Steffo opened issue steffo/www#4 2026-01-29 00:12:24 +01:00
Font Awesome icons in anchors are underlined
Steffo pushed to main at steffo/www 2026-01-28 11:54:24 +01:00
aab96a889a
Restore list padding
Steffo pushed to main at steffo/www 2026-01-28 11:26:06 +01:00
c5f99b5f9d
Move comment to issue #3
Steffo opened issue steffo/www#3 2026-01-28 11:25:07 +01:00
OpenGraph metadata
Steffo pushed to main at steffo/www 2026-01-27 19:47:35 +01:00
1dbac4a8b5
Fix duplicated blocks
Steffo pushed to main at steffo/www 2026-01-27 19:45:46 +01:00
409c2a9513
Specify type in source
Steffo pushed to main at steffo/www 2026-01-27 19:42:01 +01:00
c8bd159a49
Add author and license links
Steffo pushed to main at steffo/www 2026-01-27 19:36:12 +01:00
22d44108ad
Add a few og tags
0deee65db5
Add functionality to posts
411ad5925c
Layout the footer
69556eb804
Fix comment for layout-width-navitem
374170015c
Use padding instead of extremely cursed margin
Compare 13 commits »
Steffo pushed to main at steffo/www 2026-01-27 13:24:12 +01:00
c1a56b940d
Nuke nav and footer styling
4867f7fdd3
Add title to motd
747f381f73
Add explicit titles to nav and footer
d80a86a1a5
Move input layout above page layout
6a3e037dda
Rename light and dark to day and night
Compare 8 commits »
Steffo pushed to main at steffo/www 2026-01-26 20:01:31 +01:00
43c8fcdc8b
Work on implementing posts
1e2c4bdfce
Remove unused serialize method
Compare 2 commits »
Steffo pushed to main at steffo/www 2026-01-26 18:44:38 +01:00
36a51cd8f7
Configure border radius
Steffo pushed to main at steffo/www 2026-01-26 18:28:37 +01:00
85680c96a4
Poke at inputs until something interesting comes up
Steffo pushed to main at steffo/www 2026-01-26 16:52:50 +01:00
9b2928a8fd
Update colors stylesheet comments
4924727ffa
Redefine panels via the .panel and .box classes
ad39e199f7
Remove unused var
2ac0255b23
Set default box sizing
c8323e48c0
Fix hr not showing up
Compare 17 commits »
Steffo pushed to main at steffo/www 2026-01-26 09:59:51 +01:00
017db1b46c
Make linguist-detectable explicit for HTML
e5d3692fbb
Mark JSONLD files as such
Compare 2 commits »
Steffo pushed to main at steffo/rookframe 2026-01-26 09:39:57 +01:00
1300acdf79
Add %YAML 1.1 directive to all workflows
Steffo pushed to main at steffo/www 2026-01-26 09:37:46 +01:00
5a1d03bf2f
Test adding %YAML 1.1 directive to workflows
Steffo pushed to main at steffo/www 2026-01-26 09:37:01 +01:00
fe5209a0f5
Start extracting colors into their own files
64c4a786f0
Use [data-progress] for flash categories
c4fe1faa69
Nest CSS files with dashes under files with *-base
4902dd904a
Remove dash for filename
18542c1964
Move fonts to their own file
Compare 7 commits »
Steffo pushed to main at steffo/www 2026-01-26 08:42:12 +01:00
d86a288765
Add sketch of the posts page
840cf762d3
Changed my mind, posts is a better name
98e0b8b679
Add link to the WebSite schema in comment
52562a8ca9
Create blank ORM module for blog
Compare 4 commits »
Steffo pushed to main at steffo/www 2026-01-26 08:09:13 +01:00
14a5101e97
Add trailing comma
583f1228f5
Update version in uv.lock
6bff39426e
Add X-Robots-Tag: noindex where useful
51a65231bc
Remove excess newline
4e8fb7694f
Add very basic page linked data
Compare 9 commits »
Steffo pushed tag v2026.01.25 to steffo/www 2026-01-26 00:05:41 +01:00
Steffo pushed to main at steffo/www 2026-01-26 00:05:40 +01:00
8acabb8538
Bump version to 2026.01.25
b8d7ea79b2
Reword titles a bit
1340c42aa6
Add links to admin pages
Compare 3 commits »
Steffo pushed to main at steffo/www 2026-01-25 20:36:41 +01:00
f869e6a3ce
Add Ivan to friends
Steffo pushed to main at steffo/ora-code 2026-01-25 08:27:06 +01:00
2f2b4bc846
Bump version to 0.3.3
Steffo pushed to main at steffo/ora-code 2026-01-25 08:26:55 +01:00
daaadb0cd8
Color punctuation.definition.block as punctuation, except in YAML
Steffo pushed to main at steffo/www 2026-01-24 17:12:47 +01:00
65799342fa
Shuffle the contents of head around a bit
Steffo pushed to main at steffo/www 2026-01-24 17:01:05 +01:00
5210b2bb27
Set font-display to swap for Fira Sans and Code
286ea551d1
Make footer larger for easier tap targets
972c5abada
Add lang attribute to html element
bbad8b0665
Replace aria-role with role (oops!)
eb5703b83e
Set fetchpriority to low for Fira Code
Compare 12 commits »
Steffo pushed to main at steffo/www 2026-01-24 16:39:12 +01:00
09b80b383d
Show a dotted list of links on small screens
7b3aae9387
Do not display flashes if there are none
737c6d410f
Make ::marker the same opacity of separators
Compare 3 commits »
Steffo pushed to main at steffo/www 2026-01-24 16:13:24 +01:00
485a0b822e
Change banner-motd to banner-title-motd
1163ba17f3
Increase threshold for small screen display to 400px
7fa7798404
Prevent motd from overflowing
43452b0c59
Use .banner-title instead of header hgroup
f762c3eefd
Use classes in the banner title
Compare 5 commits »
Steffo pushed to main at steffo/www 2026-01-24 15:26:38 +01:00
f0687adbc2
Run black
Steffo pushed to main at steffo/www 2026-01-24 12:00:25 +01:00
74cfde584a
Bump version to 2026.01.24
971893a87b
Set theme colors dependent on the color scheme
ea830454ca
Make theme_color the same of background_color
Compare 3 commits »
Steffo pushed tag v2026.01.24 to steffo/www 2026-01-24 12:00:25 +01:00
Steffo pushed to main at steffo/www 2026-01-24 10:59:33 +01:00
dd4839b2a6
Add web app manifest
44572a9f54
Configure VSCode to validate the web manifest JSON schema
b2056196b2
Add SRI hashes to Font Awesome stylesheets
Compare 3 commits »
Steffo pushed to main at steffo/www 2026-01-24 09:33:14 +01:00
7bc2bb6c37
Add memo to friends
265eb15412
Store 88x31s as static files
2c5fd05d8f
Add dev blueprint with blank page
Compare 3 commits »
Steffo pushed to main at steffo/kubernetes-temeria 2026-01-24 04:07:00 +01:00
62d0ed97d1 Add shortlived letsencrypt ClusterIssuer
Steffo pushed to main at steffo/kubernetes-temeria 2026-01-23 11:33:41 +01:00
86d14a9be2 Add argo-cd and cert-manager installers
Steffo pushed to main at steffo/rookframe 2026-01-22 13:55:41 +01:00
73c8c9e1c2
Configure cargo on a job level via envvars
Steffo released Micronfig v2.0.2 at steffo/micronfig 2026-01-22 13:54:36 +01:00
Steffo pushed to main at steffo/_cargo-index 2026-01-22 13:50:50 +01:00
dfe3841eb6
Update micronfig
Steffo pushed to main at steffo/_cargo-index 2026-01-22 13:50:48 +01:00
166ad0a8e6
Update micronfig_macros
Steffo pushed to main at steffo/micronfig 2026-01-22 13:49:49 +01:00
5c9540b535
Bump version to 2.0.2
70c4dcf314
Fix failing test?????????
09191a4ead
Fix Crates.io link
Compare 3 commits »
Steffo pushed tag v2.0.2 to steffo/micronfig 2026-01-22 13:49:49 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:58:17 +01:00
678f2fe9c1
Remove --no-verify
Steffo pushed to main at steffo/_cargo-index 2026-01-22 12:57:46 +01:00
233ab3376b
Update micronfig
Steffo pushed to main at steffo/_cargo-index 2026-01-22 12:57:46 +01:00
94cae1f4af
Update micronfig_macros
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:57:11 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:57:10 +01:00
eeddb19f1b
(siiiiigh) why am i like this this morning
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:56:29 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:55:36 +01:00
4795e484ca
(siiigh) maybe like this???
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:49:31 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:49:30 +01:00
c22545bd46
(sigh) just do not verify
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:43:53 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:43:52 +01:00
2604b005a5
Define the cyclical dep as a workspace dep
Steffo pushed to main at steffo/micronfig 2026-01-22 12:36:43 +01:00
b06e770e8d
Specify CARGO_REGISTRIES_FORGEJO_INDEX via envvar
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:36:43 +01:00
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:34:38 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:33:39 +01:00
48e16ee5e3
Remove --verbose as it's now implicit
a2fc3ff9fb
Try with the full workspace at once?
Compare 2 commits »
Steffo pushed to main at steffo/micronfig 2026-01-22 12:25:50 +01:00
cf4a985c5b
Fix micronfig dependency versions
ab5da5c36c
Set tokens on a job level
Compare 2 commits »
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:25:50 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 12:23:00 +01:00
cac569ee9f
Try setting the token explicitly through the environment?
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 12:23:00 +01:00
Steffo pushed to main at steffo/rookframe 2026-01-22 11:07:28 +01:00
b8d8a0ffca
Bump version to 0.11.2
f6927a51c5
Explicitly set CARGO_HOME
f69d336436
Update cargo workflows
Compare 3 commits »
Steffo pushed tag v0.11.2 to steffo/rookframe 2026-01-22 11:07:28 +01:00
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 10:49:40 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 10:49:37 +01:00
98c9e39575
Oops forgot about grave substitution
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 10:47:56 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 10:47:55 +01:00
113ae52009
Write credentials to /root/.cargo explicitly and add logging
Steffo pushed to main at steffo/micronfig 2026-01-22 10:38:02 +01:00
5fa250fb47
Clean up for Rookframe 0.11.1
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 10:38:01 +01:00
Steffo pushed to main at steffo/micronfig 2026-01-22 10:18:42 +01:00
5f4212fb16
Try configuring credentials in credentials.toml
Steffo pushed to main at steffo/rookframe 2026-01-22 10:16:30 +01:00
3a0f32391c
Bump version to 0.11.1
a7d56177bd
Configure cargo
dd38b2f86e
Set the working directory to /root
Compare 3 commits »
Steffo pushed tag v0.11.1 to steffo/rookframe 2026-01-22 10:16:30 +01:00
Steffo pushed tag v2.0.1 to steffo/micronfig 2026-01-22 10:03:25 +01:00