{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":395755945,"defaultBranch":"main","name":"n8n","ownerLogin":"Joffcom","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-08-13T18:32:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4688521?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1694685709.0","currentOid":""},"activityList":{"items":[{"before":"9a6c40ac73ed15e90b1f43728a61cfee128e1c1b","after":"741d8c102317c6c7d81c8f96fd531cf5d46df3d4","ref":"refs/heads/main","pushedAt":"2023-09-14T10:18:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"Update bug_report.yml","shortMessageHtmlLink":"Update bug_report.yml"}},{"before":"30d40e037c01665247a382d39f0e16a9f368903c","after":"9a6c40ac73ed15e90b1f43728a61cfee128e1c1b","ref":"refs/heads/main","pushedAt":"2023-09-14T10:16:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"Update bug_report.yml","shortMessageHtmlLink":"Update bug_report.yml"}},{"before":"3f8691262e124592f94f7f8137d59552db925bd1","after":"30d40e037c01665247a382d39f0e16a9f368903c","ref":"refs/heads/main","pushedAt":"2023-09-14T10:13:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"Rename bug_report.md to bug_report.yml","shortMessageHtmlLink":"Rename bug_report.md to bug_report.yml"}},{"before":"982094def6875455ada6ee87de7fc53952ddf8e5","after":"3f8691262e124592f94f7f8137d59552db925bd1","ref":"refs/heads/main","pushedAt":"2023-09-14T10:10:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"Update bug_report.md","shortMessageHtmlLink":"Update bug_report.md"}},{"before":"fdac2c85729e19be0fd18f6807a7f5f99dfca002","after":"982094def6875455ada6ee87de7fc53952ddf8e5","ref":"refs/heads/main","pushedAt":"2023-09-14T10:07:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"test issue form (#1)","shortMessageHtmlLink":"test issue form (#1)"}},{"before":"fdac2c85729e19be0fd18f6807a7f5f99dfca002","after":"cac85beb7583fd3d6d4b282442e58bacb1b801a5","ref":"refs/heads/issue-testing","pushedAt":"2023-09-14T10:03:30.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"test issue form","shortMessageHtmlLink":"test issue form"}},{"before":null,"after":"fdac2c85729e19be0fd18f6807a7f5f99dfca002","ref":"refs/heads/issue-testing","pushedAt":"2023-09-14T10:01:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"feat(core): Add rsa option to ssh key generation (#7154)\n\nPR adds a new field to the SourceControlPreferences as well as to the\r\nPOST parameters for the `source-control/preferences` and\r\n`source-control/generate-key-pair` endpoints. Both now accept an\r\noptional string parameter `keyGeneratorType` of `'ed25519' | 'rsa'`\r\n\r\nCalling the `source-control/generate-key-pair` endpoint with the\r\nparameter set, it will also update the stored preferences accordingly\r\n(so that in the future new keys will use the same method)\r\n\r\nBy default ed25519 is being used. The default may be changed using a new\r\nenvironment parameter:\r\n\r\n`N8N_SOURCECONTROL_DEFAULT_SSH_KEY_TYPE` which can be `rsa` or `ed25519`\r\n\r\nRSA keys are generated with a length of 4096 bytes.","shortMessageHtmlLink":"feat(core): Add rsa option to ssh key generation (n8n-io#7154)"}},{"before":"aaf87c3edd434ab464f3ec4a4001c07895370cb0","after":"fdac2c85729e19be0fd18f6807a7f5f99dfca002","ref":"refs/heads/main","pushedAt":"2023-09-14T09:49:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"feat(core): Add rsa option to ssh key generation (#7154)\n\nPR adds a new field to the SourceControlPreferences as well as to the\r\nPOST parameters for the `source-control/preferences` and\r\n`source-control/generate-key-pair` endpoints. Both now accept an\r\noptional string parameter `keyGeneratorType` of `'ed25519' | 'rsa'`\r\n\r\nCalling the `source-control/generate-key-pair` endpoint with the\r\nparameter set, it will also update the stored preferences accordingly\r\n(so that in the future new keys will use the same method)\r\n\r\nBy default ed25519 is being used. The default may be changed using a new\r\nenvironment parameter:\r\n\r\n`N8N_SOURCECONTROL_DEFAULT_SSH_KEY_TYPE` which can be `rsa` or `ed25519`\r\n\r\nRSA keys are generated with a length of 4096 bytes.","shortMessageHtmlLink":"feat(core): Add rsa option to ssh key generation (n8n-io#7154)"}},{"before":"54e3838daed1f0931a04ba76cfd1ea7519c0e382","after":"aaf87c3edd434ab464f3ec4a4001c07895370cb0","ref":"refs/heads/main","pushedAt":"2023-09-14T09:00:45.000Z","pushType":"push","commitsCount":584,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"fix(editor): Testing flaky resource mapper feature in e2e tests (#7165)","shortMessageHtmlLink":"fix(editor): Testing flaky resource mapper feature in e2e tests (n8n-…"}},{"before":"be089331b372e029ab5516b91e63a2d5d9033719","after":"54e3838daed1f0931a04ba76cfd1ea7519c0e382","ref":"refs/heads/main","pushedAt":"2023-05-30T12:54:39.623Z","pushType":"push","commitsCount":108,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"fix(Code Node): Fix `item` and `items` alias regression (#6331)","shortMessageHtmlLink":"fix(Code Node): Fix item and items alias regression (n8n-io#6331)"}},{"before":"f3b470186360dc3c3a3df599f0a9740183e86696","after":"be089331b372e029ab5516b91e63a2d5d9033719","ref":"refs/heads/main","pushedAt":"2023-05-05T15:49:29.915Z","pushType":"push","commitsCount":86,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"fix(FTP Node): Use filename instead of remote filepath for downloaded binary data (#6170)","shortMessageHtmlLink":"fix(FTP Node): Use filename instead of remote filepath for downloaded…"}},{"before":"29f2629716e3693372ec9a4572113a3f3721ff5e","after":"f3b470186360dc3c3a3df599f0a9740183e86696","ref":"refs/heads/main","pushedAt":"2023-04-24T16:17:12.514Z","pushType":"push","commitsCount":306,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"feat(core): Manage version control settings (#6079)\n\n* expand VersionControlPreferences\r\n\r\n* use Authorized decorator for vc endpoints instead of middleware\r\n\r\n* validate preferences with class-validator\r\n\r\n* cleanup\r\n\r\n* cleanup","shortMessageHtmlLink":"feat(core): Manage version control settings (n8n-io#6079)"}},{"before":"29f2629716e3693372ec9a4572113a3f3721ff5e","after":null,"ref":"refs/heads/master","pushedAt":"2023-04-24T16:16:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"}},{"before":null,"after":"29f2629716e3693372ec9a4572113a3f3721ff5e","ref":"refs/heads/main","pushedAt":"2023-04-24T16:16:05.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"feat: Add basic Datatable and Pagination components (#5652)\n\n* feat: add Datatable component\r\n\r\n* feat: migrate to n8n-pagination and add datatable tests\r\n\r\n* chore: fix linting issue","shortMessageHtmlLink":"feat: Add basic Datatable and Pagination components (n8n-io#5652)"}},{"before":"fa7b12c3a3e81b86c76b6490b0d6e4f81115ded8","after":"29f2629716e3693372ec9a4572113a3f3721ff5e","ref":"refs/heads/master","pushedAt":"2023-03-15T17:29:13.022Z","pushType":"push","commitsCount":2589,"pusher":{"login":"Joffcom","name":"Jon","path":"/Joffcom","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4688521?s=80&v=4"},"commit":{"message":"feat: Add basic Datatable and Pagination components (#5652)\n\n* feat: add Datatable component\r\n\r\n* feat: migrate to n8n-pagination and add datatable tests\r\n\r\n* chore: fix linting issue","shortMessageHtmlLink":"feat: Add basic Datatable and Pagination components (n8n-io#5652)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADgHdHWAA","startCursor":null,"endCursor":null}},"title":"Activity · Joffcom/n8n"}