{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":73246001,"defaultBranch":"develop","name":"levure","ownerLogin":"trevordevore","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-11-09T02:28:50.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7417?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1694713110.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"2423d5d5468c3a9568b08763d3570f94f7932231","ref":"refs/heads/tkd/issue-207","pushedAt":"2023-09-14T17:38:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Build all macOS platforms at the same time\n\nWhen building a macOS standalone all of the platforms supported by the standalone builder are built at the same time and merged into a single application.","shortMessageHtmlLink":"Build all macOS platforms at the same time"}},{"before":"52b33c1d0e4f4d5d219791d7bc2b9be0bdab5879","after":null,"ref":"refs/heads/tkd/issue-209","pushedAt":"2023-09-14T15:01:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"}},{"before":"934a63ecc46ad7d9d624744f8143e36f46ee19a5","after":"f900dd089b74b54a34d61c7bf3f33601f99e4fa0","ref":"refs/heads/develop","pushedAt":"2023-09-14T15:01:51.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Provide context for errors returned from _moveFilesAndFolders (#210)","shortMessageHtmlLink":"Provide context for errors returned from _moveFilesAndFolders (#210)"}},{"before":null,"after":"52b33c1d0e4f4d5d219791d7bc2b9be0bdab5879","ref":"refs/heads/tkd/issue-209","pushedAt":"2023-09-14T14:35:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Provide context for errors returned from _moveFilesAndFolders","shortMessageHtmlLink":"Provide context for errors returned from _moveFilesAndFolders"}},{"before":"0ed4ea07d653c09d01e30f8d4b4b0ce0e47a9c2d","after":"934a63ecc46ad7d9d624744f8143e36f46ee19a5","ref":"refs/heads/develop","pushedAt":"2023-09-14T13:58:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Update helper callback stack paths in packaged app (#208)\n\nThis patch resolves an error where the registerd key file callback stacks paths\r\nare retained from the build and not resolved at runtime for the packaged app.\r\nAn error is therefore thrown in the packaged app at startup if there is both a\r\ncallback stackfile and distributed files.\r\n\r\nAn error will still be thrown if the callback stackfile was not distributed,\r\nhowever, that is a valid error given the registered key files were distributed\r\nand they require the callback stackfile.","shortMessageHtmlLink":"Update helper callback stack paths in packaged app (#208)"}},{"before":"29d166ac04d2f91006ae72b54c7319b5d265e8bd","after":"0ed4ea07d653c09d01e30f8d4b4b0ce0e47a9c2d","ref":"refs/heads/develop","pushedAt":"2023-04-27T16:06:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Allow packaging if `development` is in the environment (#194)\n\n* Allow packaging if `development` is in the environment\r\n\r\nThis patch alters the condition in `_packageApplication` which ensures the\r\ndevelopment environment is available to permit the `environment` to return\r\n`development command line` as it does in `-ui` mode.\r\n\r\n* Implement command line packaging\r\n\r\nThis patch implements a `startup` handler in the levure packager to be\r\nexecuted by an IDE executable to package a levure app.\r\n\r\nTo run the packager on the command line of an installed IDE use:\r\n\r\n```\r\n \\\r\n -ui \\\r\n \\\r\n \\\r\n \r\n```","shortMessageHtmlLink":"Allow packaging if development is in the environment (#194)"}},{"before":"3267cf7eaf0cdbc250503adfe373871e8a2eee88","after":"29d166ac04d2f91006ae72b54c7319b5d265e8bd","ref":"refs/heads/develop","pushedAt":"2023-04-20T15:09:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Re-sequence distributed file assets array (#201)\n\nThis patch ensures the distributed file assets array is re-sequenced excluding\r\nthe file assets that are not being distributed. This resolves an issue where\r\n`_loadRegisteredKeyFiles` iterates the files assuming 1..n index.","shortMessageHtmlLink":"Re-sequence distributed file assets array (#201)"}},{"before":"31fa3e9edf35e061a8c1e74a6746eca0edbd41d7","after":"3267cf7eaf0cdbc250503adfe373871e8a2eee88","ref":"refs/heads/develop","pushedAt":"2023-04-20T15:08:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"trevordevore","name":"Trevor DeVore","path":"/trevordevore","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7417?s=80&v=4"},"commit":{"message":"Use `localStorage` for preferences on web (#199)\n\nThis patch adds support for using the `window.localStorage` for saving\r\npreferences on web.","shortMessageHtmlLink":"Use localStorage for preferences on web (#199)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADgNKHCQA","startCursor":null,"endCursor":null}},"title":"Activity ยท trevordevore/levure"}