|
4338d6b03a
|
add container to testdata.py
/ deploy (push) Failing after 3m12s
/ test (push) Successful in 2m48s
|
2024-12-27 21:37:59 +01:00 |
|
|
3068597f3d
|
metrics: also export ticket state
/ test (push) Successful in 2m47s
/ deploy (push) Successful in 4m27s
|
2024-12-27 15:08:45 +01:00 |
|
|
c569d29d8a
|
metrics: Add ticket counters
/ test (push) Successful in 2m41s
/ test (pull_request) Successful in 2m34s
|
2024-12-27 09:34:54 +01:00 |
|
|
e234385802
|
metrics: Fix bug when running migrate on empty db
/ test (push) Successful in 2m49s
/ test (pull_request) Successful in 2m47s
|
2024-12-26 19:49:12 +00:00 |
|
|
66a03a9dca
|
metrics: Fix inverted return state in metrics
/ test (push) Successful in 2m37s
/ deploy (push) Successful in 4m25s
|
2024-12-24 07:05:47 +01:00 |
|
|
22ac146110
|
metrics: Make labels more speakable
/ test (push) Successful in 2m40s
/ deploy (push) Successful in 4m35s
|
2024-12-23 14:36:08 +01:00 |
|
|
2886d887f5
|
metrics: Make metrics actually usable
/ test (push) Successful in 2m40s
/ deploy (push) Successful in 4m25s
With this commit, we should get stats for the item count per event per
returned-state.
|
2024-12-23 13:20:44 +00:00 |
|
|
06c0d6cf44
|
metrics: Add the first (simple) custom metrics
|
2024-12-23 13:20:44 +00:00 |
|
|
ed7186cbbd
|
add testdata to docker setup. use sqlite in 'dev' scenario and mailpit in 'testing'
/ test (push) Successful in 2m44s
/ deploy (push) Successful in 3m33s
|
2024-12-22 21:12:57 +01:00 |
|
|
f7fda52fd0
|
fix 500 error if files does not exist on disk
/ deploy (push) Successful in 4m48s
/ test (pull_request) Successful in 50s
/ test (push) Successful in 2m45s
|
2024-12-05 00:50:52 +01:00 |
|
|
ec6e872163
|
update prefetched fields
|
2024-12-05 00:50:12 +01:00 |
|
|
c03d298a58
|
add /item/comment endpoint and prefetch related models
|
2024-12-05 00:50:12 +01:00 |
|
|
0cb9b6cd95
|
update admin interface
|
2024-12-05 00:50:12 +01:00 |
|
|
a51036d6f2
|
add timeline information to the /items endpoint
|
2024-12-05 00:50:12 +01:00 |
|
|
01b022128d
|
add frontend to edit event details
|
2024-12-05 00:50:12 +01:00 |
|
|
690a9c954e
|
ensure creation file date
|
2024-12-05 00:50:12 +01:00 |
|
|
f57f0796eb
|
fix untested error in /tickets endpoint
|
2024-12-05 00:50:12 +01:00 |
|
|
385831d735
|
Speed up sql
/ test (push) Has been cancelled
|
2024-12-05 00:50:12 +01:00 |
|
|
72ff5aea12
|
implement simple backend search for items and tickets
|
2024-12-05 00:50:12 +01:00 |
|
|
797ea3ae12
|
add /matches endpoint ad return match information in tickets and /item endpoints
|
2024-12-05 00:50:12 +01:00 |
|
|
aaa11c3b60
|
drop v1 API and rename id columns
|
2024-12-05 00:50:12 +01:00 |
|
|
450562f534
|
show tickets filtered by active event
|
2024-12-05 00:50:12 +01:00 |
|
|
8dd56dd859
|
partition tickets by event
|
2024-12-05 00:50:12 +01:00 |
|
|
90f47fa9d6
|
match incoming mail to event
|
2024-12-05 00:30:05 +01:00 |
|
|
6ac300d737
|
train spam on state change to 'closed_spam'
|
2024-12-05 00:30:04 +01:00 |
|
|
737aa69024
|
add functions to train mails as spam/ham
|
2024-12-05 00:30:04 +01:00 |
|
|
e9c8f1049e
|
save raw_mails as file
|
2024-12-05 00:30:04 +01:00 |
|
|
38a24e4e06
|
add docker env for integration testing
|
2024-12-05 00:30:04 +01:00 |
|
|
9f5b420095
|
Add django standard metrics
|
2024-12-05 00:30:04 +01:00 |
|
|
413a18a5d0
|
add event mail addresses to the /events endpoints
|
2024-12-05 00:30:04 +01:00 |
|
|
2ece0cefd8
|
add links between items and tickets /tickets endpoint
|
2024-06-23 04:23:48 +02:00 |
|
|
f11758607e
|
add /shipping_vouchers endpoint
|
2024-06-23 02:52:15 +02:00 |
|
|
a59509a432
|
always use get_model in migrations
|
2024-06-23 01:33:24 +02:00 |
|
|
7d1786f143
|
refactor inventory serializers
|
2024-06-23 01:28:21 +02:00 |
|
|
4152034e4a
|
better email error logging and some pretty printing for admin interface
|
2024-06-23 01:23:34 +02:00 |
|
|
bb07a6b641
|
handle 'quoted-printable' shorthand version as Transfer-Encoding
|
2024-04-24 19:38:52 +02:00 |
|
|
49d3b02b9c
|
also handle other text encodings than UTF8
|
2024-04-22 20:15:12 +02:00 |
|
|
e605292bf0
|
make tickets assignable to users
|
2024-01-22 18:29:39 +01:00 |
|
|
26ce3e23a4
|
add more ticket state options
|
2024-01-19 21:18:50 +01:00 |
|
|
a3f6a96f95
|
fix database problem with 4 byte utf-8
|
2024-01-16 00:43:51 +01:00 |
|
|
5e1890e990
|
handle html only email
|
2024-01-16 00:42:26 +01:00 |
|
|
892493a300
|
use first mail in tickets instead of last to choose reply address. mitigates problem with shipping confirmation mails
|
2024-01-15 22:04:59 +01:00 |
|
|
04f774404a
|
show mail attachments in frontend
|
2024-01-14 18:21:16 +01:00 |
|
|
d1626d1777
|
add text field to add comment to ticket
|
2024-01-13 20:31:46 +01:00 |
|
|
d6df034ad0
|
quickfix for "Reply-To is noreply+None@domain.tld"
|
2024-01-13 03:31:17 +01:00 |
|
|
9269f2ec48
|
automatically attach mails addressed to ticket+<uuid>@domain.tld to ticket with matching uuid
|
2024-01-13 00:00:19 +01:00 |
|
|
5a1cfedd56
|
send more informative auto reply
|
2024-01-12 23:12:18 +01:00 |
|
|
f7002c5548
|
use uuid in tickets
|
2024-01-12 23:02:30 +01:00 |
|
|
4664d6255d
|
handle empty Subject and empty body in incoming mails
|
2024-01-12 21:19:14 +01:00 |
|
|
c79b3185e5
|
do not send an auto reply to 'noreply*' addresses
|
2024-01-12 20:58:37 +01:00 |
|