2020-07-21T02:14:09 *** okurz_ is now known as okurz 2020-07-21T12:59:16 *** Eighth_Doctor is now known as Conan_Kudo 2020-07-21T12:59:44 *** Conan_Kudo is now known as Eighth_Doctor 2020-07-21T13:55:22 lcp: I enhanced https://monitor.opensuse.org/ a bit, but when I try a validation via https://validator.w3.org/nu/?doc=https%3A%2F%2Fmonitor.opensuse.org%2F - I end up in an error produced by a template in jekyll-theme-e630b4ec5f7d (exactly: _layouts/default.html ). 2020-07-21T13:55:36 IMHO it comes from https://github.com/openSUSE/jekyll-theme/blob/master/_layouts/default.html 2020-07-21T13:55:58 Now I'm asking myself if I should file an issue or if I'm completely wrong? 2020-07-21T16:35:20 kl_eisbaer: would you create a repo under openSUSE:infrastructure for tsp? 2020-07-21T16:58:25 https://build.opensuse.org/project/show/openSUSE:infrastructure:tsp 2020-07-21T17:00:56 thanks! 2020-07-21T17:31:46 lcp: https://tsp.opensuse.org/ looks terrible, can you please fix it? ;-) 2020-07-21T18:38:27 cboltz: you should be able to try login now 2020-07-21T18:38:28 it would throw an error 500 on login previously 2020-07-21T18:51:42 cboltz: everything should be working now :P 2020-07-21T18:52:01 the fixup branch is mergable too imo 2020-07-21T19:08:29 agreed, set to automerge 2020-07-21T19:09:02 login also works, and I see my old requests :-) 2020-07-21T19:10:58 I could set connect version to redirect to this one, and see if the db there changed and import that if so 2020-07-21T19:11:31 sounds like a good idea, please do that 2020-07-21T19:13:17 and when done, please also update pillar/id/boosters and pillar/id/tsp ;-) 2020-07-21T19:17:02 yeah, if only I understood what any of those configs meant 2020-07-21T19:17:37 you got it 2020-07-21T19:18:57 if I can help with something, tell me (but I'll also have to find out how to do a redirect in lighttpd, I never used it myself ;-) 2020-07-21T19:38:10 yeah, I managed to do it 2020-07-21T19:38:21 I'm copying the database over right now 2020-07-21T19:38:44 (also turned off tsp for now, it's maintenance time) 2020-07-21T19:48:47 shouldn't be a problem due to the current lack of offline conferences... 2020-07-21T19:49:42 well, that's true, but I don't trust the internet 2020-07-21T19:49:59 ;-) 2020-07-21T19:50:04 alright, everything's migrated now 2020-07-21T19:50:20 and tsp is back online 2020-07-21T19:50:23 redirect works 2020-07-21T19:50:52 :-) 2020-07-21T19:52:13 IMHO redirects config entries in lighttpd look really nice 2020-07-21T19:54:06 eh, to me lighttpd looks more syntax than content compared to nginx 2020-07-21T19:55:03 although I guess it depends how many lines of redirect you need, because you can have a block of redirects in lighttpd 2020-07-21T19:56:50 if you ever compared a hello world in bash, python and java, you know what huge syntax overhead looks like 2020-07-21T19:58:33 on the positive side, java gives the best compression results *g,d&r* 2020-07-21T20:01:07 hehe. very predictable keywords. 2020-07-21T20:03:31 I once spent some month on a study of data compression. There were a lot of structs with individual values and I found that compression ratio improved 3x just by re-ordering the values. E.g. all struct.x values in a row, then all struct.y values in a row. 2020-07-21T20:10:03 in ruby hello world is `p "Hello World!"` because who cares about readability 2020-07-21T20:10:16 cboltz: I have two more MRs to merge >:D 2020-07-21T20:12:02 that were easy ones, both set to automerge