{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":491868,"defaultBranch":"master","name":"bakefile","ownerLogin":"vslavik","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-01-28T08:02:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/145881?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1720875875.0","currentOid":""},"activityList":{"items":[{"before":"139a1e1836ae9974df6919d6468dff824f54366f","after":"ef8ce1a9d57b08a08ebf8fe6834c806354af1f45","ref":"refs/heads/master","pushedAt":"2024-07-13T13:11:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"Docker: fix —version to include git information\n\nGHA checkout needs to fetch full git history including tags for this to\nwork correctly.","shortMessageHtmlLink":"Docker: fix —version to include git information"}},{"before":"5ac93d7f65a533d2d239a63a194ba32c2ddcbbf9","after":null,"ref":"refs/heads/vs.solutionfile","pushedAt":"2024-07-13T13:04:35.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"c0351d019d4515bfe7e1db47d0d796124efb62af","after":null,"ref":"refs/heads/refactor-gnu-link","pushedAt":"2024-07-13T13:04:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"ed3b6c6b9431cbf02859c4068f2aea7a7d297e26","after":null,"ref":"refs/heads/install-name-osx","pushedAt":"2024-07-13T13:04:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"7a844345c3c8d88a836527ea60208771a507398f","after":null,"ref":"refs/heads/ext-vs2015","pushedAt":"2024-07-13T13:03:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"313d1e3715df02ed9be8f82506a0e1c5f53c0558","after":null,"ref":"refs/heads/osx-libtool","pushedAt":"2024-07-13T13:03:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"c4db01f6a1c4e01f88af3f59fbbc225b459f38f0","after":null,"ref":"refs/heads/inherit-vs-props","pushedAt":"2024-07-13T13:03:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"fbbc216127bb5b4028f3a57c99d144efd40ee017","after":null,"ref":"refs/heads/allow-undefined-prop","pushedAt":"2024-07-13T13:03:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"bade1b0c9a1ccbd4980eeacdcc74960266e933e2","after":null,"ref":"refs/heads/osx-ci","pushedAt":"2024-07-13T13:03:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"07acb7c9766710b4cf2626737f37aeb820731578","after":null,"ref":"refs/heads/better-xrc","pushedAt":"2024-07-13T13:02:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"5880934cd5fac636dd80a10677e79f9de352771b","after":null,"ref":"refs/heads/pyinstaller-fixes","pushedAt":"2024-07-13T13:02:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"139a1e1836ae9974df6919d6468dff824f54366f","after":null,"ref":"refs/heads/fix-ci","pushedAt":"2024-07-13T13:00:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"99e90bdcefdab86f5e8e498f0d623e89ff6b0834","after":"139a1e1836ae9974df6919d6468dff824f54366f","ref":"refs/heads/master","pushedAt":"2024-07-13T13:00:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"GHA: Fix CI on old Ubuntu\n\nGitHub actions/checkout@v3 is no longer working and v4 is incompatible\nwith older Linux versions due to actions/checkout#1590.\n\nSolution taken from\nhttps://github.com/arenadata/gpdb/commit/4b34d83358d174ce278df50776437dfb07ffcd42","shortMessageHtmlLink":"GHA: Fix CI on old Ubuntu"}},{"before":null,"after":"139a1e1836ae9974df6919d6468dff824f54366f","ref":"refs/heads/fix-ci","pushedAt":"2024-07-13T12:58:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"GHA: Fix CI on old Ubuntu\n\nGitHub actions/checkout@v3 is no longer working and v4 is incompatible\nwith older Linux versions due to actions/checkout#1590.\n\nSolution taken from\nhttps://github.com/arenadata/gpdb/commit/4b34d83358d174ce278df50776437dfb07ffcd42","shortMessageHtmlLink":"GHA: Fix CI on old Ubuntu"}},{"before":"1b41f140768f8c5131a080b80bd84df9d71a9ecc","after":"99e90bdcefdab86f5e8e498f0d623e89ff6b0834","ref":"refs/heads/master","pushedAt":"2024-07-13T12:51:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"Add instructions for running with Docker","shortMessageHtmlLink":"Add instructions for running with Docker"}},{"before":"a07d1780a8e5418fe115bb18ed1d60bb689d9652","after":"99c8dde9dc3143f12670ad6330dfb43f566d3161","ref":"refs/heads/legacy-0.2-branch","pushedAt":"2024-07-13T10:56:34.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"Add instructions for running with Docker","shortMessageHtmlLink":"Add instructions for running with Docker"}},{"before":"10fd8b3009e9c151f06f12cd6d5933449d2f23e8","after":null,"ref":"refs/heads/docker","pushedAt":"2024-07-13T09:14:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"}},{"before":"96e2b9f824ce90aa5ef029568a913c90abef9d46","after":"10fd8b3009e9c151f06f12cd6d5933449d2f23e8","ref":"refs/heads/docker","pushedAt":"2024-07-13T09:13:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"Add GHA action to build Docker images","shortMessageHtmlLink":"Add GHA action to build Docker images"}},{"before":"6a742d19e0f5df11b9f74da698ab9d5454c13897","after":"96e2b9f824ce90aa5ef029568a913c90abef9d46","ref":"refs/heads/docker","pushedAt":"2024-07-13T09:05:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"Add GHA action to build Docker images","shortMessageHtmlLink":"Add GHA action to build Docker images"}},{"before":null,"after":"6a742d19e0f5df11b9f74da698ab9d5454c13897","ref":"refs/heads/docker","pushedAt":"2024-07-13T08:55:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vslavik","name":"Václav Slavík","path":"/vslavik","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/145881?s=80&v=4"},"commit":{"message":"Add GHA action to build Docker images","shortMessageHtmlLink":"Add GHA action to build Docker images"}},{"before":"ec88cf78abb39af6cebbd87c79c1db4ba750b5a4","after":"1b41f140768f8c5131a080b80bd84df9d71a9ecc","ref":"refs/heads/master","pushedAt":"2024-01-08T20:52:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vadz","name":"VZ","path":"/vadz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146917?s=80&v=4"},"commit":{"message":"Run CI builds in Ubuntu 18.04 container to use Python 2\n\nLatest Ubuntu versions don't provide it any more.","shortMessageHtmlLink":"Run CI builds in Ubuntu 18.04 container to use Python 2"}},{"before":"c18e96a5c6dadba4f7e53b4991c76f4eeee3bd65","after":"ec88cf78abb39af6cebbd87c79c1db4ba750b5a4","ref":"refs/heads/master","pushedAt":"2024-01-08T20:36:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vadz","name":"VZ","path":"/vadz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/146917?s=80&v=4"},"commit":{"message":"Don't use \"liblib\" in the output names with Unix toolsets\n\nIf the target happens to already have \"lib\" prefix, don't append it\nagain as this looks ugly.","shortMessageHtmlLink":"Don't use \"liblib\" in the output names with Unix toolsets"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNy0xM1QxMzoxMTo1Ny4wMDAwMDBazwAAAAR-jZbH","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0wOFQyMDozNjo1NC4wMDAwMDBazwAAAAPaqitB"}},"title":"Activity · vslavik/bakefile"}