{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":416982526,"defaultBranch":"master","name":"dapr","ownerLogin":"finefuture","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-10-14T04:00:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18413695?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1634184011.263503","currentOid":""},"activityList":{"items":[{"before":"58edd57c5c16dcbccbfb3673b2b2c2e20b300ef5","after":"8e65d49189fea77e923aeb2bd048e8163cd4fe8f","ref":"refs/heads/master","pushedAt":"2024-05-27T09:01:19.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Test Integration: increase daprd process healthz and total test timeout (#7754)\n\n* Test Integration: increase daprd process healthz and total test timeout\r\n\r\nIncreases daped processes healthz check timeout from 10s to 30s, and\r\nincreases the total test timeout from 30s to 45s.\r\n\r\nOur integration tests run multiple tests concurrently, involving\r\nexecuting multiple processes & network listeners etc. Because our\r\nWindows and MacOS CI runners are slow, the daprd healthz checker can\r\ntimeout before the daprd process on the host has had a chance to boot\r\nup and become ready to serve. This leads to false positives flakes to\r\nour integration test runs. Change should reduce integration test\r\nflakes.\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Assert httpendpoint int test resp body with eventually\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Wait until daprd2 is running in hotreload operator informer component\r\nint test\r\n\r\nSigned-off-by: joshvanl \r\n\r\n---------\r\n\r\nSigned-off-by: joshvanl \r\nCo-authored-by: Artur Souza ","shortMessageHtmlLink":"Test Integration: increase daprd process healthz and total test timeo…"}},{"before":"b13d86e3a5790491c1aaf9bf5ebfe481c13680ac","after":"58edd57c5c16dcbccbfb3673b2b2c2e20b300ef5","ref":"refs/heads/master","pushedAt":"2024-05-21T07:56:41.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Adds `listen-address` CLI flags for all services servers. (#7675)\n\n* Adds `listen-address` CLI flags for all services servers.\r\n\r\nAddress corresponding `--listen-address` CLI flags for all services\r\nservers. This sets the listening address for these TCP servers.\r\n\r\nThis is added to allow users to both bind the address to localhost to\r\nprevent access to a particular server on the network, as well as for\r\nintegration testing as it is more correct to bind to localhost and\r\nprevents triggering MacOS firewall popups.\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Report localhost to nameresolver when internal grpc listen address is\r\nlocalhost\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Use localhost host for placement report when internal gRPC address is\r\nlocalhost\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Change default listen-address from `0.0.0.0` to empty string to allow\r\nfor default ipv6 support and keep backwards compat.\r\n\r\nSigned-off-by: joshvanl \r\n\r\n---------\r\n\r\nSigned-off-by: joshvanl \r\nCo-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>","shortMessageHtmlLink":"Adds listen-address CLI flags for all services servers. (dapr#7675)"}},{"before":"2ce5d5d3ba1813e0e0f7d9c75330320cb797f753","after":"b13d86e3a5790491c1aaf9bf5ebfe481c13680ac","ref":"refs/heads/master","pushedAt":"2024-05-07T09:19:14.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Disk Loader: Scope filtering (#7616)\n\n* Disk Loader: Scope filtering\r\n\r\nAdds scope filtering to the disk manifest loader.\r\n\r\nThough this doesn't have any security benefits, it does mean manifests\r\nare filtered much sooner in the runtime when running in self-hosted mode\r\nand prevents logging/errors downstream in modules like the hot reloading\r\nreconciler.\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Update internal disk loader unit test with Options param\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Pass appID to hotreload disk loader for scope filtering\r\n\r\nSigned-off-by: joshvanl \r\n\r\n---------\r\n\r\nSigned-off-by: joshvanl ","shortMessageHtmlLink":"Disk Loader: Scope filtering (dapr#7616)"}},{"before":"1281e02c3fb3ef0d76fef4fc5377eb6e71859e77","after":"2ce5d5d3ba1813e0e0f7d9c75330320cb797f753","ref":"refs/heads/master","pushedAt":"2024-04-17T03:25:31.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Remove ActorScanInterval (#7654)\n\n* Remove ActorScanInterval\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* Rename file\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\nCo-authored-by: Yaron Schneider ","shortMessageHtmlLink":"Remove ActorScanInterval (dapr#7654)"}},{"before":"ed56f692122d0afef7c79147f77eb283acb10467","after":"1281e02c3fb3ef0d76fef4fc5377eb6e71859e77","ref":"refs/heads/master","pushedAt":"2024-04-04T04:42:26.000Z","pushType":"push","commitsCount":60,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Integration Tests: Subscriptions (#7578)\n\n* Adds operator informer v1 and v2 tests\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds more v1alpha1 operator sub tests\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* int test subs dec v1alpha1 scopes\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Complete v1alpha1 scope tests\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* wip v2alpha1 operator\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Wire up v2alpha1 declarative subscription tests\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds grpc programmatic subscription tests\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds tests/integration/suite/daprd/subscriptions/programmatic/http/v1alpha1\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* linting\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Changes `Subset` checks for `Contains`\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds subscriptions/programmatic/http/v2alpha1\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds subscriptions/programmatic/http/mixed\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds tests/integration/suite/daprd/subscriptions/declarative/selfhosted/mixed\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Adds tests/integration/suite/daprd/subscriptions/mixed\r\n\r\nSigned-off-by: joshvanl \r\n\r\n* Set correct control plane trust domain in subscription int tests\r\n\r\nSigned-off-by: joshvanl \r\n\r\n---------\r\n\r\nSigned-off-by: joshvanl ","shortMessageHtmlLink":"Integration Tests: Subscriptions (dapr#7578)"}},{"before":"de13d91d74690634ef3a27ffaf0968fe898676b2","after":"ed56f692122d0afef7c79147f77eb283acb10467","ref":"refs/heads/master","pushedAt":"2024-03-16T01:58:20.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Update logging of empty 200 response for pub/sub messages to indicate success (#7620)\n\nSigned-off-by: Kun Chang ","shortMessageHtmlLink":"Update logging of empty 200 response for pub/sub messages to indicate…"}},{"before":"9f5a423d1809cd0d0426baf432a813886d3ff453","after":"de13d91d74690634ef3a27ffaf0968fe898676b2","ref":"refs/heads/master","pushedAt":"2024-03-08T09:11:53.000Z","pushType":"push","commitsCount":32,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Operator: Add discard logger to controller manager (#7608)\n\nAdds discard logger to controller manager to prevent garbage log trace\r\noutput.\r\n\r\nFixes https://github.com/dapr/dapr/issues/7607\r\n\r\nSigned-off-by: joshvanl ","shortMessageHtmlLink":"Operator: Add discard logger to controller manager (dapr#7608)"}},{"before":"57ef8a2e3297e9a1902f7432f6fad27738e94fe9","after":"9f5a423d1809cd0d0426baf432a813886d3ff453","ref":"refs/heads/master","pushedAt":"2024-03-04T03:01:03.000Z","pushType":"push","commitsCount":22,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Merge pull request #7546 from ItalyPaleAle/standardize-size-flags\n\nStandardize max-body-size and read-buffer-size flags","shortMessageHtmlLink":"Merge pull request dapr#7546 from ItalyPaleAle/standardize-size-flags"}},{"before":"ace5b645edc32c1f95f6e689d1f65a939c47153e","after":"57ef8a2e3297e9a1902f7432f6fad27738e94fe9","ref":"refs/heads/master","pushedAt":"2024-01-31T08:25:59.000Z","pushType":"push","commitsCount":80,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Increase mem tolerance for standalone validation. (#7470)\n\nSigned-off-by: Artur Souza ","shortMessageHtmlLink":"Increase mem tolerance for standalone validation. (dapr#7470)"}},{"before":"bfc3f1bde701b7450f1e25906b1f7c3408c2ef00","after":"ace5b645edc32c1f95f6e689d1f65a939c47153e","ref":"refs/heads/master","pushedAt":"2023-12-22T11:38:28.000Z","pushType":"push","commitsCount":437,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Switch parsing of CLI flags to pflag (#7029)\n\n* Fixes in control plane services CLI flags\r\n\r\n- Removed flags that are deprecated and have no effect\r\n- Remove `tokenAudience` flag from Helm chart since it's now unused\r\n- Fixed description of some flags\r\n- Use constants for default trust anchors file path\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* Switch daprd to pflags\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* Updated sentry too\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* Migrated all control plane CLIs to pflag\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* Mod tidy\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* fix\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n* Should fix integration tests\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\n\r\n---------\r\n\r\nSigned-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>\r\nSigned-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>\r\nCo-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>\r\nCo-authored-by: Loong Dai ","shortMessageHtmlLink":"Switch parsing of CLI flags to pflag (dapr#7029)"}},{"before":"9d615b0c5dd2ebe6ecd040f08ccc45cf5b0e6173","after":"bfc3f1bde701b7450f1e25906b1f7c3408c2ef00","ref":"refs/heads/master","pushedAt":"2023-07-10T12:42:07.353Z","pushType":"push","commitsCount":100,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Setting subscribeHTTPThresholdMs to 3000ms for rabbitmq (#6441)\n\nSigned-off-by: ashiquemd \r\nCo-authored-by: Yaron Schneider \r\nCo-authored-by: Artur Souza ","shortMessageHtmlLink":"Setting subscribeHTTPThresholdMs to 3000ms for rabbitmq (dapr#6441)"}},{"before":"9d615b0c5dd2ebe6ecd040f08ccc45cf5b0e6173","after":"bfc3f1bde701b7450f1e25906b1f7c3408c2ef00","ref":"refs/heads/master","pushedAt":"2023-07-10T12:42:07.000Z","pushType":"push","commitsCount":100,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Setting subscribeHTTPThresholdMs to 3000ms for rabbitmq (#6441)\n\nSigned-off-by: ashiquemd \r\nCo-authored-by: Yaron Schneider \r\nCo-authored-by: Artur Souza ","shortMessageHtmlLink":"Setting subscribeHTTPThresholdMs to 3000ms for rabbitmq (dapr#6441)"}},{"before":"e5654ba4752325462844fe87beaea3e4c3c3cda3","after":"9d615b0c5dd2ebe6ecd040f08ccc45cf5b0e6173","ref":"refs/heads/master","pushedAt":"2023-05-25T10:05:20.452Z","pushType":"push","commitsCount":7,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Merge pull request #6376 from KarlisAG/add-resource-namespaces\n\nAdd namespace to all Helm chart resources","shortMessageHtmlLink":"Merge pull request dapr#6376 from KarlisAG/add-resource-namespaces"}},{"before":"fcbcd1c66f7ecb5abca1a68ca767a5b36a6909fd","after":"e5654ba4752325462844fe87beaea3e4c3c3cda3","ref":"refs/heads/master","pushedAt":"2023-05-18T06:11:14.229Z","pushType":"push","commitsCount":1984,"pusher":{"login":"finefuture","name":"TomlongTK","path":"/finefuture","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/18413695?s=80&v=4"},"commit":{"message":"Fix typo in metric name (#6363)\n\nSigned-off-by: Stuart Leeks ","shortMessageHtmlLink":"Fix typo in metric name (dapr#6363)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEVK8ECAA","startCursor":null,"endCursor":null}},"title":"Activity · finefuture/dapr"}