{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":626825120,"defaultBranch":"main","name":"micrometer","ownerLogin":"quaff","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-04-12T08:30:45.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143040?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1685502816.445247","currentOid":""},"activityList":{"items":[{"before":"b55aa7d7c4e7ddc891d5e365873f38d4b5ef41d2","after":"4e6715961abbe0421a4ada99bcd7d9be1ff372a8","ref":"refs/heads/patch-4","pushedAt":"2024-03-01T08:03:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Ignore class level AOP annotation if method level present\n\nDo not advise twice","shortMessageHtmlLink":"Ignore class level AOP annotation if method level present"}},{"before":"912bbfd23c28a627fea4e32b71a2e3cdb8ae016d","after":"9f888b5b0c9ccae2aff2ebf62ee893fc80d78f65","ref":"refs/heads/patch-6","pushedAt":"2023-08-16T07:29:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Make Context.getParentObservation() available for ObservationPredicate\n\nAfter this commit, Context.setParentObservation() is called before matching predicate.","shortMessageHtmlLink":"Make Context.getParentObservation() available for ObservationPredicate"}},{"before":"b5be5ac5e2ce12a2e00eb2ea3ba4fdf2ec919b3f","after":"912bbfd23c28a627fea4e32b71a2e3cdb8ae016d","ref":"refs/heads/patch-6","pushedAt":"2023-05-31T07:52:47.831Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Make Context.getParentObservation() available for ObservationPredicate\n\nAfter this commit, Context.setParentObservation() is called before matching predicate.","shortMessageHtmlLink":"Make Context.getParentObservation() available for ObservationPredicate"}},{"before":null,"after":"b5be5ac5e2ce12a2e00eb2ea3ba4fdf2ec919b3f","ref":"refs/heads/patch-6","pushedAt":"2023-05-31T03:13:36.445Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"}},{"before":"c06963ca0b9367a774d26b00372d82da6a45a735","after":"fcf9953e19c312a6c9486652ae931a8f3e7980a4","ref":"refs/heads/patch-5","pushedAt":"2023-05-18T01:15:34.028Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Introduce withParentOnly for @Observed\n\nTake tracing for example, we may no want to create root span by @Observed, they should be created if a root http span present.","shortMessageHtmlLink":"Introduce withParentOnly for @observed"}},{"before":null,"after":"c06963ca0b9367a774d26b00372d82da6a45a735","ref":"refs/heads/patch-5","pushedAt":"2023-05-17T09:13:51.402Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"}},{"before":"41ddfb853d61449d96c0c99a0e3b7706aa4ee6a8","after":"b55aa7d7c4e7ddc891d5e365873f38d4b5ef41d2","ref":"refs/heads/patch-4","pushedAt":"2023-05-05T07:43:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Ignore class level AOP annotation if method level present\n\nDo not advise twice","shortMessageHtmlLink":"Ignore class level AOP annotation if method level present"}},{"before":null,"after":"41ddfb853d61449d96c0c99a0e3b7706aa4ee6a8","ref":"refs/heads/patch-4","pushedAt":"2023-05-05T07:42:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"}},{"before":null,"after":"55035b699359dcfc88aefb87859b2db1ed5a4f09","ref":"refs/heads/patch-3","pushedAt":"2023-04-20T01:17:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Compile sources with '-parameters' to retain method parameter names\n\nSigned-off-by: Yanming Zhou ","shortMessageHtmlLink":"Compile sources with '-parameters' to retain method parameter names"}},{"before":"c5cc4b29df4595f47ee8d1d119028f0a413622bb","after":"875bcdb26dfcc951f061dbc8a2fa578d9add8b8b","ref":"refs/heads/patch-2","pushedAt":"2023-04-14T01:21:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"},"commit":{"message":"Adding observeChecked alias methods to avoid ambiguous method\n\nobservation.observeChecked(proceedingJoinPoint::proceed) cannot be compiled due to \"The method observeChecked(Observation.CheckedRunnable) is ambiguous for the type Observation\"","shortMessageHtmlLink":"Adding observeChecked alias methods to avoid ambiguous method"}},{"before":null,"after":"c5cc4b29df4595f47ee8d1d119028f0a413622bb","ref":"refs/heads/patch-2","pushedAt":"2023-04-12T08:55:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"quaff","name":"Yanming Zhou","path":"/quaff","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/143040?s=80&v=4"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAECYWVHAA","startCursor":null,"endCursor":null}},"title":"Activity ยท quaff/micrometer"}