{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":286200698,"defaultBranch":"master","name":"synth","ownerLogin":"shuttle-hq","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-08-09T08:51:34.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/54710151?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1669170809.017948","currentOid":""},"activityList":{"items":[{"before":"9fe70850e4a46228600ec11d7653adae24d2a934","after":"b0aa180b45a95b4e42ef91d863ab1af4c60bc776","ref":"refs/heads/master","pushedAt":"2024-02-25T08:05:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"chore: resolve a circular dependency, update other dependencies, etc. (#448)\n\n* chore: resolve a circular dependency, update other dependencies, split some stuff up\r\n\r\n* chore: add playground lockfile, deprecated function fixed\r\n\r\n* chore: satisfy clippy complaints\r\n\r\n* chore(core): more clippy complaints\r\n\r\n* chore: pls clippy\r\n\r\n* chore: clippy is satisfied!\r\n\r\n* chore: removed unused code\r\n\r\n* chore: clippy pls\r\n\r\n* fix: increased retries, so mariadb won't fail\r\n\r\n* fix(workflows): mariadb environment variables changed\r\n\r\n* fix(workflows): mariadb deprecated some mysql stuff\r\n\r\n* fix(tests): mariadb deprecated mysql stuff, so stuff needs to be done\r\n\r\n* chore: remove some redundant imports\r\n\r\n* chore: remove redundant imports\r\n\r\n* chore: cargo fmt\r\n\r\n* chore: removed the redundant deps I didn't notice\r\n\r\n* chore: gah, forgot to fmt","shortMessageHtmlLink":"chore: resolve a circular dependency, update other dependencies, etc. ("}},{"before":"01c112e88e49e6398d7e0a156e4a8fe919fc1d45","after":"9fe70850e4a46228600ec11d7653adae24d2a934","ref":"refs/heads/master","pushedAt":"2023-08-29T16:57:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"mysql default port is 3306 (#442)","shortMessageHtmlLink":"mysql default port is 3306 (#442)"}},{"before":"ee35f1365a16e80dba1cb1c0bf6b8e558873a274","after":"01c112e88e49e6398d7e0a156e4a8fe919fc1d45","ref":"refs/heads/master","pushedAt":"2023-07-17T17:31:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"feat: remove backed by ycombinator (#440)","shortMessageHtmlLink":"feat: remove backed by ycombinator (#440)"}},{"before":"32b72639d57e580834995e0b417014852d9c2b24","after":"ee35f1365a16e80dba1cb1c0bf6b8e558873a274","ref":"refs/heads/master","pushedAt":"2023-06-21T05:00:57.082Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"fix: discord link expired (#438)","shortMessageHtmlLink":"fix: discord link expired (#438)"}},{"before":"e1576e4e59bd6de779611a3cbc8fea75bc5835d1","after":"32b72639d57e580834995e0b417014852d9c2b24","ref":"refs/heads/master","pushedAt":"2023-06-05T03:26:49.877Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"fix: versions for GH actions are behind (#436)","shortMessageHtmlLink":"fix: versions for GH actions are behind (#436)"}},{"before":"28f99969b0db87639e0497bd56e378d8d77d880a","after":"e1576e4e59bd6de779611a3cbc8fea75bc5835d1","ref":"refs/heads/master","pushedAt":"2023-06-05T03:07:46.814Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"fix: cachix broken and synth playground errors (#435)\n\n* fix: stop playground from breaking\r\n\r\n* fix: update cachix GH action","shortMessageHtmlLink":"fix: cachix broken and synth playground errors (#435)"}},{"before":"5c26f2bd10b9b07a174cf3f5ddd2741720cf8c48","after":"28f99969b0db87639e0497bd56e378d8d77d880a","ref":"refs/heads/master","pushedAt":"2023-06-05T02:38:29.171Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"fix: Fix panic during CSV import when encountering invalid floats (#433)\n\n* fix: Fix panic on 'Nan' in csv_str_to_value\r\n\r\nThis fixes the panic that was thrown when csv_str_to_value attempted to\r\nconvert an 'invalid' float value into a JSON number. If the float value\r\nwas not representable as a JSON number, it would panic.\r\nThe new behaviour is to fall back to representing 'invalid' float values\r\nas Strings, but still attempt to parse them as numbers first.\r\n\r\n* chore: Update 'log' dep version to 0.4.18\r\n\r\nUpdating the version of the 'log' dependency to 0.4.18 to fix\r\ncompilation issues on recent Nightly toolchains. See\r\nhttps://github.com/async-rs/async-std/issues/1058 for a similar issue.\r\n\r\n* chore: Run rustfmt, add clippy allow\r\n\r\nRan rustfmt, there were some existing changes that ended up getting\r\nreformatted.\r\nAdded an explicit `#[allow(clippy::default_constructed_unit_structs)]`\r\nin `core/src/graph/number.rs` - `OsRng::default()` is used in a unit\r\ntest.","shortMessageHtmlLink":"fix: Fix panic during CSV import when encountering invalid floats (#433)"}},{"before":"8a16ec32027bfb7736d5b069793746f9a9a968de","after":"5c26f2bd10b9b07a174cf3f5ddd2741720cf8c48","ref":"refs/heads/master","pushedAt":"2023-03-11T20:53:30.223Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"chore: update dependency versions (#424)\n\n* chore: update dependency versions\r\n\r\n* chore: fix warnings\r\n\r\n* chore: fmt\r\n\r\n* fix: useless conversion removed\r\n\r\n* fix: address clippy complaints\r\n\r\n* chore: fmt\r\n\r\n* fix: typos\r\n\r\n* fix: clippy complaints\r\n\r\n* fix: update sysinfo","shortMessageHtmlLink":"chore: update dependency versions (#424)"}},{"before":"8b3b73829dcd3da17eee04568fec0f8b2079b512","after":"8a16ec32027bfb7736d5b069793746f9a9a968de","ref":"refs/heads/master","pushedAt":"2023-03-11T06:53:54.832Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"iamwacko","name":"s e","path":"/iamwacko","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/101361189?s=80&v=4"},"commit":{"message":"docs: remove maintainer notice (#423)","shortMessageHtmlLink":"docs: remove maintainer notice (#423)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEBGgHoQA","startCursor":null,"endCursor":null}},"title":"Activity · shuttle-hq/synth"}