{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":523595920,"defaultBranch":"main","name":"DUNES","ownerLogin":"AntelopeIO","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-08-11T05:24:28.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/106774796?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1705678985.0","currentOid":""},"activityList":{"items":[{"before":"ad1256705171ed4c3c5c2fc027f9d780cf4a5594","after":null,"ref":"refs/heads/bhazzard-patch-1","pushedAt":"2024-01-19T15:43:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"spoonincode","name":"Matt Witherspoon","path":"/spoonincode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32485495?s=80&v=4"}},{"before":"72146f6dc1de45ad20b9cfbb9072bc4b5d01ccc1","after":"cb9e6975535ede8cb772c724f9dc1019cfd13c6d","ref":"refs/heads/main","pushedAt":"2024-01-19T15:43:04.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"spoonincode","name":"Matt Witherspoon","path":"/spoonincode","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/32485495?s=80&v=4"},"commit":{"message":"Merge pull request #232 from AntelopeIO/bhazzard-patch-1\n\nAdded deprecation notice","shortMessageHtmlLink":"Merge pull request #232 from AntelopeIO/bhazzard-patch-1"}},{"before":null,"after":"ad1256705171ed4c3c5c2fc027f9d780cf4a5594","ref":"refs/heads/bhazzard-patch-1","pushedAt":"2024-01-19T15:27:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bhazzard","name":"Brian Hazzard","path":"/bhazzard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/312158?s=80&v=4"},"commit":{"message":"Added deprecation notice","shortMessageHtmlLink":"Added deprecation notice"}},{"before":"f21f51e1c8674d47f521c49fee3b025745466932","after":"be33918cc09805e25e9a6dc4beb5546a49263067","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T17:40:49.075Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Ensure container is started or output will not match.","shortMessageHtmlLink":"Ensure container is started or output will not match."}},{"before":"e7919c617d089417691e686833d8db32086b8f89","after":"f21f51e1c8674d47f521c49fee3b025745466932","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T17:10:41.722Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"clean up after contract testing.","shortMessageHtmlLink":"clean up after contract testing."}},{"before":"da80789feee1f1a381a8abb0386e5318f2632743","after":"e7919c617d089417691e686833d8db32086b8f89","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T16:40:55.947Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"This change updates dunes to optionally take a container and image names on the command line. This allows for the user to have more than one container as well as having non-destructive regression tests.\n\n`.pylintrc`: made column number larger.\n`src/dunes/__main__.py`: Container creatin uses the new CLI arguments.\n`src/dunes/args.py`: Add the new CLI options, fix forwarded args functions to work with container name.\n`src/dunes/docker.py`: `__init__()` becomes more sophisticated and `upgrade()` becomes more self contained.\n`src/dunes/dunes.py`: `__init__()` now takes container and image names.\n`tests/*`: Tests are updated to replace `destructive` with `safe` in all cases except the a100 test which must remain destructive. Changed language in README.","shortMessageHtmlLink":"This change updates dunes to optionally take a container and image na…"}},{"before":"b130dbbead2c68304a0f7427a0d9e89132c2b650","after":"da80789feee1f1a381a8abb0386e5318f2632743","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T16:40:22.959Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Bumped line length.","shortMessageHtmlLink":"Bumped line length."}},{"before":"5b4734f0a70cd95036c0c8f6634c6126e7567fbe","after":"b130dbbead2c68304a0f7427a0d9e89132c2b650","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T16:26:03.773Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Small test changes.","shortMessageHtmlLink":"Small test changes."}},{"before":"bd95c4293d21841d5b0cdf2814869eb85b817fdc","after":"5b4734f0a70cd95036c0c8f6634c6126e7567fbe","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T15:32:27.659Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"This change updates dunes to optionally take a container and image\nnames on the command line. This allows for the user to have more than\none container as well as having non-destructive regression tests.\n\n`.pylintrc`: made column number larger.\n`src/dunes/__main__.py`: Container creatin uses the new CLI arguments.\n`src/dunes/args.py`: Add the new CLI options, fix forwarded args functions to work with container name.\n`src/dunes/docker.py`: `__init__()` becomes more sophisticated and `upgrade()` becomes more self contained.\n`src/dunes/dunes.py`: `__init__()` now takes container and image names.\n`tests/*`: Tests are updated to replace `destructive` with `safe` in all cases except the a100 test which must remain destructive. Changed language in README.","shortMessageHtmlLink":"This change updates dunes to optionally take a container and image"}},{"before":"1534bcf1e36da69726bb85ef0ed18d2532d66003","after":null,"ref":"refs/heads/sbailey/dirtdy_backwards_compat_fix","pushedAt":"2023-06-21T14:43:24.246Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"}},{"before":"2ffdaceac6f28cb1c901641b9a860ae88a973342","after":"72146f6dc1de45ad20b9cfbb9072bc4b5d01ccc1","ref":"refs/heads/main","pushedAt":"2023-06-21T14:43:22.949Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Merge pull request #225 from AntelopeIO/sbailey/dirtdy_backwards_compat_fix\n\nMake the dirtydb fix backwards compatible.","shortMessageHtmlLink":"Merge pull request #225 from AntelopeIO/sbailey/dirtdy_backwards_comp…"}},{"before":"0d9d74f578e3d084762d2f57d2cddfe2fcdb69e4","after":"bd95c4293d21841d5b0cdf2814869eb85b817fdc","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T14:42:52.158Z","pushType":"push","commitsCount":2,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Add a test_init() step to stop running containers and remove some local pylint notifications.","shortMessageHtmlLink":"Add a test_init() step to stop running containers and remove some loc…"}},{"before":"847979c70fd5e67a965a2b92051e7012e9a886f0","after":"e4d186689f672c83442ae4353e0a97df024b3929","ref":"refs/heads/docs/cleanup-and-macos","pushedAt":"2023-06-21T12:23:12.603Z","pushType":"push","commitsCount":1,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"remove .idea folder and add to gitignore","shortMessageHtmlLink":"remove .idea folder and add to gitignore"}},{"before":"151113250df0ea51a85e5b460a51899cf0194273","after":"0e84b4d7dc90928b21d7242dabcb9706710b8e5b","ref":"refs/heads/larryk85/packages","pushedAt":"2023-06-21T11:17:26.531Z","pushType":"push","commitsCount":1,"pusher":{"login":"larryk85","name":"Bucky Kittinger","path":"/larryk85","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6379138?s=80&v=4"},"commit":{"message":"more updates","shortMessageHtmlLink":"more updates"}},{"before":"177ff47b822f8a0683d556a8a4ffc2aeca296aed","after":"0d9d74f578e3d084762d2f57d2cddfe2fcdb69e4","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T02:31:23.655Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"pylint","shortMessageHtmlLink":"pylint"}},{"before":"99c6cc594972a410a9b64236061cebd0fffdd080","after":"177ff47b822f8a0683d556a8a4ffc2aeca296aed","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T02:17:17.940Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Switch destructive tests to safe using -C/--container-name to use a custom regression container.","shortMessageHtmlLink":"Switch destructive tests to safe using -C/--container-name to use a c…"}},{"before":"d44fa17c3b8df392c8c1dfe796308a6847714e6c","after":"99c6cc594972a410a9b64236061cebd0fffdd080","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-21T02:13:54.512Z","pushType":"push","commitsCount":1,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"__main__.py: Fixed container start to be more aware of the docker image.\ndocker.py: Starting a container double checks that it worked.\nargs.py: Forwarding args become aware of the -C,--container-name arg.","shortMessageHtmlLink":"__main__.py: Fixed container start to be more aware of the docker image."}},{"before":"e50e48c3feece6c5dda8d77a529253dc390ccdbe","after":"847979c70fd5e67a965a2b92051e7012e9a886f0","ref":"refs/heads/docs/cleanup-and-macos","pushedAt":"2023-06-20T16:44:05.965Z","pushType":"push","commitsCount":1,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"clarify installation steps in toc","shortMessageHtmlLink":"clarify installation steps in toc"}},{"before":null,"after":"e50e48c3feece6c5dda8d77a529253dc390ccdbe","ref":"refs/heads/docs/cleanup-and-macos","pushedAt":"2023-06-20T16:39:26.706Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"table of contents, macos steps, docker cleanup","shortMessageHtmlLink":"table of contents, macos steps, docker cleanup"}},{"before":"cf2f96c9fdb4788ad4dd78d4cab6e2c489804afb","after":"dd8f5b27cdf40f9fe518635c84f770b849fb395a","ref":"refs/heads/docs/update-macos-install","pushedAt":"2023-06-20T16:34:49.178Z","pushType":"push","commitsCount":1,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"revert ignore for jetbrains","shortMessageHtmlLink":"revert ignore for jetbrains"}},{"before":"b93bb44d5d65c17b518c996cf24c203c3245cdb3","after":"cf2f96c9fdb4788ad4dd78d4cab6e2c489804afb","ref":"refs/heads/docs/update-macos-install","pushedAt":"2023-06-20T16:33:25.732Z","pushType":"push","commitsCount":1,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"better ignore for jetbrains","shortMessageHtmlLink":"better ignore for jetbrains"}},{"before":"ac9c7dd4e7a537eb8c6190ff1ba9e8361f816b91","after":"b93bb44d5d65c17b518c996cf24c203c3245cdb3","ref":"refs/heads/docs/update-macos-install","pushedAt":"2023-06-20T16:30:31.349Z","pushType":"push","commitsCount":1,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"aligning readme and cleaning up steps","shortMessageHtmlLink":"aligning readme and cleaning up steps"}},{"before":null,"after":"ac9c7dd4e7a537eb8c6190ff1ba9e8361f816b91","ref":"refs/heads/docs/update-macos-install","pushedAt":"2023-06-20T16:06:48.762Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nsjames","name":"Nathan James","path":"/nsjames","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/10360675?s=80&v=4"},"commit":{"message":"update mac installation","shortMessageHtmlLink":"update mac installation"}},{"before":null,"after":"1534bcf1e36da69726bb85ef0ed18d2532d66003","ref":"refs/heads/sbailey/dirtdy_backwards_compat_fix","pushedAt":"2023-06-16T20:29:21.362Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Make the dirtydb fix backwards compatible.","shortMessageHtmlLink":"Make the dirtydb fix backwards compatible."}},{"before":null,"after":"d44fa17c3b8df392c8c1dfe796308a6847714e6c","ref":"refs/heads/sbailey/arbitrary_container_and_image_names","pushedAt":"2023-06-16T20:26:46.201Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Code ready for test.","shortMessageHtmlLink":"Code ready for test."}},{"before":"e9e92ed2fd40e3fa6925982a0793b5e443477d73","after":null,"ref":"refs/heads/fix_version","pushedAt":"2023-06-16T13:47:54.171Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"}},{"before":"6e8ddc7e616497138ba322bb9ba913ca9ce8b560","after":"2ffdaceac6f28cb1c901641b9a860ae88a973342","ref":"refs/heads/main","pushedAt":"2023-06-16T13:47:52.945Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Merge pull request #224 from AntelopeIO/fix_version\n\nRemove version info that does NOT belong","shortMessageHtmlLink":"Merge pull request #224 from AntelopeIO/fix_version"}},{"before":"cfd852a7b93bf55b76861bf0bc270db81c7123a2","after":"151113250df0ea51a85e5b460a51899cf0194273","ref":"refs/heads/larryk85/packages","pushedAt":"2023-06-16T01:13:28.967Z","pushType":"push","commitsCount":1,"pusher":{"login":"larryk85","name":"Bucky Kittinger","path":"/larryk85","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6379138?s=80&v=4"},"commit":{"message":"update","shortMessageHtmlLink":"update"}},{"before":null,"after":"cfd852a7b93bf55b76861bf0bc270db81c7123a2","ref":"refs/heads/larryk85/packages","pushedAt":"2023-06-16T00:06:36.644Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"larryk85","name":"Bucky Kittinger","path":"/larryk85","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6379138?s=80&v=4"},"commit":{"message":"macos support","shortMessageHtmlLink":"macos support"}},{"before":null,"after":"e9e92ed2fd40e3fa6925982a0793b5e443477d73","ref":"refs/heads/fix_version","pushedAt":"2023-06-15T21:38:25.577Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"ScottBailey","name":"Scott B","path":"/ScottBailey","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/380917?s=80&v=4"},"commit":{"message":"Remove version info that does NOT belong. Probably an accidental merge from release.","shortMessageHtmlLink":"Remove version info that does NOT belong. Probably an accidental merg…"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD5CEBcQA","startCursor":null,"endCursor":null}},"title":"Activity · AntelopeIO/DUNES"}