{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":650265192,"defaultBranch":"main","name":"websearch","ownerLogin":"flofriday","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-06-06T17:42:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/21206831?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1686073376.944112","currentOid":""},"activityList":{"items":[{"before":"52d964dd40883ef644ad40b583d28452a54c1bff","after":"56c857f141cc318aa8b2519af39471f8ad68b140","ref":"refs/heads/main","pushedAt":"2023-06-18T15:37:35.277Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer, Search, Server: Cleanup go.mod file","shortMessageHtmlLink":"Indexer, Search, Server: Cleanup go.mod file"}},{"before":"fe56db58ec9940cd700a6357f99b6426d8f656ee","after":"52d964dd40883ef644ad40b583d28452a54c1bff","ref":"refs/heads/main","pushedAt":"2023-06-18T11:17:47.981Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Implement X-Path based html parser\n\nThis new parser is based on X-Path and makes it a lot easier to express\nmore complex rules on how to extract some attributes of a document.","shortMessageHtmlLink":"Indexer: Implement X-Path based html parser"}},{"before":"7a57fc46cd81ba9705151e47106c483724e5c2ff","after":"fe56db58ec9940cd700a6357f99b6426d8f656ee","ref":"refs/heads/main","pushedAt":"2023-06-17T19:32:20.992Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Implement a new architecture that acknowledges redirects","shortMessageHtmlLink":"Indexer: Implement a new architecture that acknowledges redirects"}},{"before":"88c4b17c875f44f92f518b05ed66776f374c1df9","after":"7a57fc46cd81ba9705151e47106c483724e5c2ff","ref":"refs/heads/main","pushedAt":"2023-06-15T11:13:13.863Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Docs: Update architecture diagram\n\nSo this new architecture is not yet implemented, but I noticed that\nit is necessary to implement the downloading and curating correctly.\n\nI don't think that the difference between the doc and code will last for\nthat long.","shortMessageHtmlLink":"Docs: Update architecture diagram"}},{"before":"867bcf1ce554f90878f92d0a0ad3cecbf12e0d83","after":"88c4b17c875f44f92f518b05ed66776f374c1df9","ref":"refs/heads/main","pushedAt":"2023-06-14T17:06:36.292Z","pushType":"push","commitsCount":2,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Docs: Add profiling and contributing sections","shortMessageHtmlLink":"Docs: Add profiling and contributing sections"}},{"before":"c71d040dcd634a0d6b78581eac1611c052ef174a","after":"867bcf1ce554f90878f92d0a0ad3cecbf12e0d83","ref":"refs/heads/main","pushedAt":"2023-06-14T13:58:20.117Z","pushType":"push","commitsCount":2,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Reduce store time to less than 50%\n\nPreviously the indexer was bottle-necked by the speed of the database.\nOne reason for that was the index on the words.\n\nBy adding the index after we inserted all rows, we could decrease the\ntime spent in PutAllWords from 56% of the total CPU time to just 24%.\n\nThis change introduces a new function to the documentstore interface,\nwhich is not perfect, but the performance definitely speaks for itself\nhere. ^^","shortMessageHtmlLink":"Indexer: Reduce store time to less than 50%"}},{"before":"ac522a28939b104e4421da28b9b96a2072859027","after":"c71d040dcd634a0d6b78581eac1611c052ef174a","ref":"refs/heads/main","pushedAt":"2023-06-14T13:14:00.041Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer, Server: Add description and icons to the engine","shortMessageHtmlLink":"Indexer, Server: Add description and icons to the engine"}},{"before":"fe997283d239640e644c649aa1823fc8e63a52ff","after":"ac522a28939b104e4421da28b9b96a2072859027","ref":"refs/heads/main","pushedAt":"2023-06-13T00:44:16.107Z","pushType":"push","commitsCount":2,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Update seed to a more relevant Wikipedia article\n\nMore work is needed here to find a better seed.","shortMessageHtmlLink":"Indexer: Update seed to a more relevant Wikipedia article"}},{"before":"586ae46c5afe92c184d6185624119c1c9677aae0","after":"fe997283d239640e644c649aa1823fc8e63a52ff","ref":"refs/heads/main","pushedAt":"2023-06-13T00:34:04.681Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Rewrite the frontend with tailwind\n\nThis introduces more steps to build the project, which I am not a fan\nof, but since I was able to rework the frontend that quickly I think\nit was worth it.\n\nAlso the UI now looks quite acceptable. ^^","shortMessageHtmlLink":"Server: Rewrite the frontend with tailwind"}},{"before":"21de1bde498c6e0d06c056c2e1f343a7984ef92a","after":"586ae46c5afe92c184d6185624119c1c9677aae0","ref":"refs/heads/main","pushedAt":"2023-06-11T16:55:37.361Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Add prepared statements","shortMessageHtmlLink":"Indexer: Add prepared statements"}},{"before":"fb1dac3141bff4556e5ebe406192148e173f1035","after":"21de1bde498c6e0d06c056c2e1f343a7984ef92a","ref":"refs/heads/main","pushedAt":"2023-06-09T20:39:43.452Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Fix the CD again, again\n\nThis should work now. But I thought that also the last times before.\nSo your guess might be as good as mine. ๐Ÿ™ˆ","shortMessageHtmlLink":"Server: Fix the CD again, again"}},{"before":"4efef216bcf9b7b579a7748238fa89afb1511a3b","after":"fb1dac3141bff4556e5ebe406192148e173f1035","ref":"refs/heads/main","pushedAt":"2023-06-09T17:27:22.751Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Improve CI build times","shortMessageHtmlLink":"Server: Improve CI build times"}},{"before":"efbfd044c6d79ea5a9e3ebac26c40fc34c988505","after":"4efef216bcf9b7b579a7748238fa89afb1511a3b","ref":"refs/heads/main","pushedAt":"2023-06-09T17:24:26.295Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Add simple URL normalization and filtering","shortMessageHtmlLink":"Indexer: Add simple URL normalization and filtering"}},{"before":"aa1f4c7cdf459e7dd431a788b9f828d6d5cc455a","after":"efbfd044c6d79ea5a9e3ebac26c40fc34c988505","ref":"refs/heads/main","pushedAt":"2023-06-09T17:01:09.412Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Indexer: Set timeout on requests, fixing indefinite downloads\n\nBefore it sometimes happened that the downloader pool would not terminate\nbecause a request was stuck and did not timeout.","shortMessageHtmlLink":"Indexer: Set timeout on requests, fixing indefinite downloads"}},{"before":"fb92700ca94d3a1dbf7006d0155005d49bc1c588","after":"aa1f4c7cdf459e7dd431a788b9f828d6d5cc455a","ref":"refs/heads/main","pushedAt":"2023-06-09T15:19:07.812Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: remove another test output","shortMessageHtmlLink":"Server: remove another test output"}},{"before":"fe843bfe2237c43f55ccff60a3adeec1beaed9ee","after":"fb92700ca94d3a1dbf7006d0155005d49bc1c588","ref":"refs/heads/main","pushedAt":"2023-06-09T15:15:52.648Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Fix error in CD","shortMessageHtmlLink":"Server: Fix error in CD"}},{"before":"cf3f399c194f1ec6869107c80ce451dd2fcb42af","after":"fe843bfe2237c43f55ccff60a3adeec1beaed9ee","ref":"refs/heads/main","pushedAt":"2023-06-09T15:15:06.325Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Reenable real CD\n\nRemove the debugging output, since we can now connect to the\nserver.","shortMessageHtmlLink":"Server: Reenable real CD"}},{"before":"63314d156bc74f4ddad0eba673d6f57d7dce6dbf","after":"cf3f399c194f1ec6869107c80ce451dd2fcb42af","ref":"refs/heads/main","pushedAt":"2023-06-09T15:12:38.196Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Maybe just this time\n\nLet's hope the gods are happy now","shortMessageHtmlLink":"Server: Maybe just this time"}},{"before":"988b8d9128a28965b12cef3faea3ed1614241fa5","after":"63314d156bc74f4ddad0eba673d6f57d7dce6dbf","ref":"refs/heads/main","pushedAt":"2023-06-09T14:58:18.455Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Try passphrase in CD","shortMessageHtmlLink":"Server: Try passphrase in CD"}},{"before":"1cceb1de4432a170da0cbf02bd38bb19f86c0443","after":"988b8d9128a28965b12cef3faea3ed1614241fa5","ref":"refs/heads/main","pushedAt":"2023-06-09T14:31:36.106Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: add checkout to CD","shortMessageHtmlLink":"Server: add checkout to CD"}},{"before":"2de5de55a070fe69406ed2a52212fdf7c413b950","after":"1cceb1de4432a170da0cbf02bd38bb19f86c0443","ref":"refs/heads/main","pushedAt":"2023-06-09T14:27:03.499Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Try simple test CD","shortMessageHtmlLink":"Server: Try simple test CD"}},{"before":"836af46cb8bb6eaa05f5fb082dd2c9b3cf06640f","after":"2de5de55a070fe69406ed2a52212fdf7c413b950","ref":"refs/heads/main","pushedAt":"2023-06-09T14:14:51.093Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Try old ssh-action version","shortMessageHtmlLink":"Server: Try old ssh-action version"}},{"before":"23f69f60c3d6dc21c5a357d18a8016f1835cd37b","after":"836af46cb8bb6eaa05f5fb082dd2c9b3cf06640f","ref":"refs/heads/main","pushedAt":"2023-06-09T14:01:16.690Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Try again rewriting the CD","shortMessageHtmlLink":"Server: Try again rewriting the CD"}},{"before":"b56da1d0a53efc0545cb7798f24d72c58a5e784b","after":"23f69f60c3d6dc21c5a357d18a8016f1835cd37b","ref":"refs/heads/main","pushedAt":"2023-06-09T13:55:36.999Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Try rewrite CD","shortMessageHtmlLink":"Server: Try rewrite CD"}},{"before":"f36598ad6aa3350b5f62d317256066ba23de895a","after":"b56da1d0a53efc0545cb7798f24d72c58a5e784b","ref":"refs/heads/main","pushedAt":"2023-06-09T13:46:29.068Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Insert debug messages into CI","shortMessageHtmlLink":"Server: Insert debug messages into CI"}},{"before":"a3fb2993b62a0241626f79c54f914fb081764340","after":"f36598ad6aa3350b5f62d317256066ba23de895a","ref":"refs/heads/main","pushedAt":"2023-06-09T13:39:01.931Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Add stop after first failure in CD","shortMessageHtmlLink":"Server: Add stop after first failure in CD"}},{"before":"24de97d79937e9b4c3748d7bf5e5bee0f700baf1","after":"a3fb2993b62a0241626f79c54f914fb081764340","ref":"refs/heads/main","pushedAt":"2023-06-09T11:20:29.748Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Fix wrong go version because yaml parsing\n\nLuckily, I just read an blog post about this very issue:\r\nhttps://xeiaso.net/blog/go-1.20-yaml","shortMessageHtmlLink":"Server: Fix wrong go version because yaml parsing"}},{"before":"3a337c82359eb0c9a5b409c68b3af998d72cedc6","after":"24de97d79937e9b4c3748d7bf5e5bee0f700baf1","ref":"refs/heads/main","pushedAt":"2023-06-09T11:18:31.209Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Try fix building the server in CI","shortMessageHtmlLink":"Server: Try fix building the server in CI"}},{"before":"60cc673ca3689859a7c76762da82e16958471d6b","after":"3a337c82359eb0c9a5b409c68b3af998d72cedc6","ref":"refs/heads/main","pushedAt":"2023-06-09T10:36:45.920Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Fix CD running forever\n\nThe last command needs to be detached.","shortMessageHtmlLink":"Server: Fix CD running forever"}},{"before":"3bd0143bc91273d48039e07b8baa4db73b980652","after":"60cc673ca3689859a7c76762da82e16958471d6b","ref":"refs/heads/main","pushedAt":"2023-06-09T10:32:41.535Z","pushType":"push","commitsCount":1,"pusher":{"login":"flofriday","name":"flofriday","path":"/flofriday","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/21206831?s=80&v=4"},"commit":{"message":"Server: Add CI-CD pipeline\n\nFrom experience, this won't work on the first try, \r\nbut I do have pretty good feeling this time around.","shortMessageHtmlLink":"Server: Add CI-CD pipeline"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADQ-ZqFAA","startCursor":null,"endCursor":null}},"title":"Activity ยท flofriday/websearch"}