GitClassic
Feed
Explore
Random
Go Pro
Sign in
Turbo87
/
segelflug-classifieds
Code
/
Commits
/ 9789e2f
Merge pull request #1020 from Turbo87/dj
Tobias Bieniek
committed on Jan 1, 2026, 05:18 PM
Showing
24
changed files
+5933 additions
-213 deletions
M
src/app.rs
+5
-3
M
src/classifieds/api.rs
+26
-8
M
src/classifieds/parse/item.rs
+166
-43
M
src/classifieds/parse/mod.rs
+29
M
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__item__tests__parse_test@basic.html.snap
+1
-1
A
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__item__tests__parse_test@dj-classifieds-2.html.snap
+27
A
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__item__tests__parse_test@dj-classifieds.html.snap
+25
M
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__item__tests__parse_test@no-photo.html.snap
+1
-1
R
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__user__tests__parse_test@basic.html.snap
-1
A
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__user__tests__parse_test@dj-classifieds-2.html.snap
+13
A
src/classifieds/parse/snapshots/segelflug_classifieds__classifieds__parse__user__tests__parse_test@dj-classifieds.html.snap
+15
A
src/classifieds/parse/test-input/item/dj-classifieds-2.html
+1236
A
src/classifieds/parse/test-input/item/dj-classifieds.html
+1399
A
src/classifieds/parse/test-input/user/dj-classifieds-2.html
+684
A
src/classifieds/parse/test-input/user/dj-classifieds.html
+645
M
src/classifieds/parse/user.rs
+120
-43
M
src/classifieds/rss.rs
+1
-23
M
src/classifieds/snapshots/segelflug_classifieds__classifieds__rss__tests__parse_test@basic.xml.snap
+20
-21
M
src/classifieds/snapshots/segelflug_classifieds__classifieds__rss__tests__parse_test@broken-script.xml.snap
+31
-32
A
src/classifieds/snapshots/segelflug_classifieds__classifieds__rss__tests__parse_test@dj-classifieds.xml.snap
+864
M
src/classifieds/snapshots/segelflug_classifieds__classifieds__rss__tests__parse_test@umlaut-crash.xml.snap
+31
-32
A
src/classifieds/test-input/dj-classifieds.xml
+562
M
src/classifieds/utils.rs
+28
M
src/main.rs
+4
-5
Browse files at this commit โ