{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":86031674,"defaultBranch":"main","name":"wandb","ownerLogin":"wandb","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-03-24T05:46:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/26401354?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1718235304.0","currentOid":""},"activityList":{"items":[{"before":"fca81a12d4ec3b64bcdda53ae7ea81e07afaa3b8","after":"b793c3bb17c17209cc97f6c8ccf2d127cdeb05bf","ref":"refs/heads/dima/metric","pushedAt":"2024-06-13T00:27:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"dmitryduev","name":"Dmitry Duev","path":"/dmitryduev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7557205?s=80&v=4"},"commit":{"message":"fix test","shortMessageHtmlLink":"fix test"}},{"before":"be80375f050accc49fc440c63e6356d34296cb5f","after":"fca81a12d4ec3b64bcdda53ae7ea81e07afaa3b8","ref":"refs/heads/dima/metric","pushedAt":"2024-06-12T23:55:09.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"dmitryduev","name":"Dmitry Duev","path":"/dmitryduev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7557205?s=80&v=4"},"commit":{"message":"move metric to internal","shortMessageHtmlLink":"move metric to internal"}},{"before":"1998d918b6dfd7f2c5b2896860bca7c484c05829","after":null,"ref":"refs/heads/spr/timoffex/main.chorecore-improve-corereadmemd","pushedAt":"2024-06-12T23:35:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"}},{"before":"ae29f431fd6ffccd4f3c5abe056fe5fc1b3b6435","after":null,"ref":"refs/heads/spr/timoffex/chorecore-improve-corereadmemd","pushedAt":"2024-06-12T23:35:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"}},{"before":"f6f18a37d13e4cabe1859ba99b8a6b11f6831ebd","after":"4c64739e8b5e514fdc2a7e98af65a886b2d2666f","ref":"refs/heads/main","pushedAt":"2024-06-12T23:35:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"chore(core): Improve core/README.md\n\nDescription\n---\n\n* Change to sentence-case\n* Improve wording\n\nReviewers: dmitryduev\n\nReviewed By: dmitryduev\n\nPull Request: https://github.com/wandb/wandb/pull/7797","shortMessageHtmlLink":"chore(core): Improve core/README.md"}},{"before":"92f8a82888b34622f23d6c8d736db79a077e8ebb","after":"1998d918b6dfd7f2c5b2896860bca7c484c05829","ref":"refs/heads/spr/timoffex/main.chorecore-improve-corereadmemd","pushedAt":"2024-06-12T23:34:40.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"[๐˜€๐—ฝ๐—ฟ] changes introduced through rebase\n\nCreated using spr 1.3.5\n\n[skip ci]","shortMessageHtmlLink":"[๐˜€๐—ฝ๐—ฟ] changes introduced through rebase"}},{"before":"a4d9412644e20da6c5a6ce0ea416312aa251e580","after":"ae29f431fd6ffccd4f3c5abe056fe5fc1b3b6435","ref":"refs/heads/spr/timoffex/chorecore-improve-corereadmemd","pushedAt":"2024-06-12T23:34:40.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"rebase\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"rebase"}},{"before":"7b254a6d75875524160699708802130f152ca94a","after":null,"ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T23:34:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"}},{"before":"82f62c53192fcd2838cf14a6f82ffd4f890852e1","after":"f6f18a37d13e4cabe1859ba99b8a6b11f6831ebd","ref":"refs/heads/main","pushedAt":"2024-06-12T23:34:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"chore(sdk): Add notice about wandb-core becoming opt-out\n\nDescription\n---\nAdds a notice that's printed at the end of every run that informs users that wandb>=0.18.0 will use wandb-core by default.\n\nThe notice is not printed if we're in \"quiet\" mode or if the run used core.\n\nTesting\n---\n```\n$ WANDB__REQUIRE_CORE=false python\n>>> import wandb\n>>> run = wandb.init()\n>>> run.finish()\n\n$ WANDB__REQUIRE_CORE=true python\n>>> import wandb\n>>> run = wandb.init()\n>>> run.finish()\n```\n\nReviewers: kptkin\n\nReviewed By: kptkin\n\nPull Request: https://github.com/wandb/wandb/pull/7796","shortMessageHtmlLink":"chore(sdk): Add notice about wandb-core becoming opt-out"}},{"before":null,"after":"92f8a82888b34622f23d6c8d736db79a077e8ebb","ref":"refs/heads/spr/timoffex/main.chorecore-improve-corereadmemd","pushedAt":"2024-06-12T23:22:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"[๐˜€๐—ฝ๐—ฟ] changes to main this commit is based on\n\nCreated using spr 1.3.5\n\n[skip ci]","shortMessageHtmlLink":"[๐˜€๐—ฝ๐—ฟ] changes to main this commit is based on"}},{"before":null,"after":"a4d9412644e20da6c5a6ce0ea416312aa251e580","ref":"refs/heads/spr/timoffex/chorecore-improve-corereadmemd","pushedAt":"2024-06-12T23:22:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"[๐˜€๐—ฝ๐—ฟ] initial version\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"[๐˜€๐—ฝ๐—ฟ] initial version"}},{"before":"0dd0d7258d51907fd9e8d17de6c99de3d5e3ff32","after":null,"ref":"refs/heads/project-source-fix","pushedAt":"2024-06-12T23:15:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"TimH98","name":null,"path":"/TimH98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39655500?s=80&v=4"}},{"before":"c30d4387c91dded0c7e7cbd764559ceaa6edce57","after":"82f62c53192fcd2838cf14a6f82ffd4f890852e1","ref":"refs/heads/main","pushedAt":"2024-06-12T23:15:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"TimH98","name":null,"path":"/TimH98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39655500?s=80&v=4"},"commit":{"message":"fix(launch): Correctly set job source in custom scheduler case (#7786)","shortMessageHtmlLink":"fix(launch): Correctly set job source in custom scheduler case (#7786)"}},{"before":"b5d1474c1e415558162797e8cf1e071d114b849a","after":"7b254a6d75875524160699708802130f152ca94a","ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T23:13:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"one more test change\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"one more test change"}},{"before":"3c57cacab7b9d049edf9ed971ef2c2444fcb49ba","after":"b5d1474c1e415558162797e8cf1e071d114b849a","ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T23:12:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"fix tests again\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"fix tests again"}},{"before":"50fbdce886e4fbb8955c86db6eb5a16794f6739f","after":"73af40babc2bf2b9fa5e39b62a1f7ebf868d1d35","ref":"refs/heads/dima/WB-19256","pushedAt":"2024-06-12T23:05:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"dmitryduev","name":"Dmitry Duev","path":"/dmitryduev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7557205?s=80&v=4"},"commit":{"message":"add a test","shortMessageHtmlLink":"add a test"}},{"before":"81b11dba3076f530544a8a8455be99783d447ada","after":"3c57cacab7b9d049edf9ed971ef2c2444fcb49ba","ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T23:00:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"fix typo\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"fix typo"}},{"before":"e1bb129bb2097fa2f84dafd8d908396df6781ba9","after":"81b11dba3076f530544a8a8455be99783d447ada","ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T22:56:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"fix notebook tests\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"fix notebook tests"}},{"before":"39fc1ccc2e1347dbc431ff732e6e8958f4d21c53","after":"e1bb129bb2097fa2f84dafd8d908396df6781ba9","ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T22:52:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"reword\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"reword"}},{"before":null,"after":"39fc1ccc2e1347dbc431ff732e6e8958f4d21c53","ref":"refs/heads/spr/timoffex/choresdk-add-notice-about-wandb-core-becoming-opt-out","pushedAt":"2024-06-12T22:40:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"timoffex","name":"Timofey Peshin","path":"/timoffex","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/6894354?s=80&v=4"},"commit":{"message":"[๐˜€๐—ฝ๐—ฟ] initial version\n\nCreated using spr 1.3.5","shortMessageHtmlLink":"[๐˜€๐—ฝ๐—ฟ] initial version"}},{"before":null,"after":"50fbdce886e4fbb8955c86db6eb5a16794f6739f","ref":"refs/heads/dima/WB-19256","pushedAt":"2024-06-12T21:40:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dmitryduev","name":"Dmitry Duev","path":"/dmitryduev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7557205?s=80&v=4"},"commit":{"message":"fix(sdk): jsonify enums as enum.name","shortMessageHtmlLink":"fix(sdk): jsonify enums as enum.name"}},{"before":"95a5a28522ee0d7feab7fd176a6b4379022ca327","after":"0dd0d7258d51907fd9e8d17de6c99de3d5e3ff32","ref":"refs/heads/project-source-fix","pushedAt":"2024-06-12T21:02:57.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"TimH98","name":null,"path":"/TimH98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39655500?s=80&v=4"},"commit":{"message":"Merge branch 'main' into project-source-fix","shortMessageHtmlLink":"Merge branch 'main' into project-source-fix"}},{"before":"3f220d4f65e5181215c795e8eba073c0839fd053","after":null,"ref":"refs/heads/core-bench-3","pushedAt":"2024-06-12T21:01:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raubitsj","name":"Jeff Raubitschek","path":"/raubitsj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1832511?s=80&v=4"}},{"before":"6d51a272ea7d7ac2ad257d098ec97d0b9677ca04","after":"c30d4387c91dded0c7e7cbd764559ceaa6edce57","ref":"refs/heads/main","pushedAt":"2024-06-12T21:01:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"raubitsj","name":"Jeff Raubitschek","path":"/raubitsj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1832511?s=80&v=4"},"commit":{"message":"chore(sdk): add images to benchmark tool (#7794)","shortMessageHtmlLink":"chore(sdk): add images to benchmark tool (#7794)"}},{"before":"d032f70979e132f07355a41a59f4829753d68adb","after":null,"ref":"refs/heads/core-bench-2","pushedAt":"2024-06-12T21:00:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"raubitsj","name":"Jeff Raubitschek","path":"/raubitsj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1832511?s=80&v=4"}},{"before":"22a63fdf03be82c3ea87f38df3093e09b1b7e3c5","after":"6d51a272ea7d7ac2ad257d098ec97d0b9677ca04","ref":"refs/heads/main","pushedAt":"2024-06-12T21:00:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"raubitsj","name":"Jeff Raubitschek","path":"/raubitsj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1832511?s=80&v=4"},"commit":{"message":"chore(sdk): modify benchmark tool for opt-out core (#7793)","shortMessageHtmlLink":"chore(sdk): modify benchmark tool for opt-out core (#7793)"}},{"before":null,"after":"3f220d4f65e5181215c795e8eba073c0839fd053","ref":"refs/heads/core-bench-3","pushedAt":"2024-06-12T20:08:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raubitsj","name":"Jeff Raubitschek","path":"/raubitsj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1832511?s=80&v=4"},"commit":{"message":"chore(sdk): add images to benchmark tool","shortMessageHtmlLink":"chore(sdk): add images to benchmark tool"}},{"before":null,"after":"d032f70979e132f07355a41a59f4829753d68adb","ref":"refs/heads/core-bench-2","pushedAt":"2024-06-12T19:59:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"raubitsj","name":"Jeff Raubitschek","path":"/raubitsj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1832511?s=80&v=4"},"commit":{"message":"chore(sdk): modify benchmark tool for opt-out core","shortMessageHtmlLink":"chore(sdk): modify benchmark tool for opt-out core"}},{"before":"7c3b2b12e09fdfe5623c315a2a04dd0467b4811b","after":"95a5a28522ee0d7feab7fd176a6b4379022ca327","ref":"refs/heads/project-source-fix","pushedAt":"2024-06-12T19:14:45.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"TimH98","name":null,"path":"/TimH98","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/39655500?s=80&v=4"},"commit":{"message":"Merge branch 'main' into project-source-fix","shortMessageHtmlLink":"Merge branch 'main' into project-source-fix"}},{"before":"5187ebea8a45fa958495ab10e4e8210ce5591e5f","after":null,"ref":"refs/heads/dependabot/go_modules/core/google.golang.org/protobuf-1.34.2","pushedAt":"2024-06-12T04:37:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dmitryduev","name":"Dmitry Duev","path":"/dmitryduev","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7557205?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEY9w_AwA","startCursor":null,"endCursor":null}},"title":"Activity ยท wandb/wandb"}