🐌
I may be slow to respond.
Highlights
Block or Report
Block or report netroy
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
n8n-io/n8n
n8n-io/n8n PublicFree and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
-
image-size/image-size
image-size/image-size PublicNode module for detecting image dimensions
-
aws/aws-cdk
aws/aws-cdk PublicThe AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
-
adafruit/circuitpython
adafruit/circuitpython PublicForked from micropython/micropython
CircuitPython - a Python implementation for teaching coding with microcontrollers
2,260 contributions in the last year
| Day of Week | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | ||||||||||||||||||||||||||||||||||||||||
| Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| Saturday Sat | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contribution activity
January 2024
Created 36 commits in 4 repositories
Created 1 repository
-
netroy/hon
Python
This contribution was made on Jan 19
Created a pull request in n8n-io/n8n that received 5 comments
fix(core): Replace all moment imports with moment-timezone
A lot of nodes code imports moment and then uses moment.tz, which only works if somewhere else in the code we have already loaded moment-timezone.
…
+33
−37
lines changed
•
5
comments
Opened 25 other pull requests in 2 repositories
n8n-io/n8n
3
open
21
merged
-
refactor(core): Remove
user.globalRoleIdindirection (no-changelog)This contribution was made on Jan 22 -
feat(core): Upgrade swagger (no-changelog)
This contribution was made on Jan 18
-
feat(core): Upgrade oclif (no-changelog)
This contribution was made on Jan 18
-
refactor(core): Use DI for WorkflowRunner (no-changelog)
This contribution was made on Jan 17
-
feat(core): Upgrade Rudderstack SDK to address CVE-2023-45857
This contribution was made on Jan 17
-
feat(core): Upgrade axios and follow-redirects to address CVE-2023-26159
This contribution was made on Jan 17
-
feat(core): Upgrade bull and ioredis to address CVE-2023-52079
This contribution was made on Jan 17
-
refactor(core): Move methods from WorkflowHelpers into various workflow services (no-changelog)
This contribution was made on Jan 16
-
refactor(core): Use DI in PermissionChecker (no-changelog)
This contribution was made on Jan 16
-
fix(Microsoft SQL Node): Fix "Maximum call stack size exceeded" error on too many rows
This contribution was made on Jan 15
-
ci: Update the validate-n8n-pull-request-title action (no-changelog)
This contribution was made on Jan 12
-
fix(Ollama Model Node): Use a simpler credentials test
This contribution was made on Jan 12
-
fix(core): Prevent invalid compressed responses from making executions stuck forever
This contribution was made on Jan 12
-
fix(core): Prevent NodeErrors from being wrapped multiple times
This contribution was made on Jan 11
-
fix(HTTP Request Node): Delete
response.requestonly when it's a valid circular referencesThis contribution was made on Jan 10 -
ci: Add support for optionally including ARM64 support in custom images (no-changelog)
This contribution was made on Jan 10
-
ci: Fix codecov reporting, and include all packages (no-changelog)
This contribution was made on Jan 9
-
ci: Validate docs urls for langchain nodes as well (no-changelog)
This contribution was made on Jan 9
-
docs: Update primaryDocumentation urls for nodes updated in #7651 (no-changelog)
This contribution was made on Jan 9
-
feat(Redis Node): Update node-redis (no-changelog)
This contribution was made on Jan 9
-
fix(Github Trigger Node): Enforce SSL validation by default
This contribution was made on Jan 8
-
fix(Webhook Node): Fix handling of form-data files
This contribution was made on Jan 8
-
fix(core): Do not add Authentication header when
authenticationtype isbodyThis contribution was made on Jan 2 -
fix(editor): Fix UI urls when hosted behind a path prefix
This contribution was made on Jan 2
DefinitelyTyped/DefinitelyTyped
1
open
-
express-serve-static-core: Add docs to CookieOptions
This contribution was made on Jan 19
Reviewed 31 pull requests in 3 repositories
n8n-io/n8n
25 pull requests
-
fix(Asana Node): Fix issue when connecting to the new Asana environment
This contribution was made on Jan 22
-
feat(core): Custom session timeout and refresh configuration
This contribution was made on Jan 19
-
fix: Fix openapi generation (no-changelog)
This contribution was made on Jan 19
-
feat: Extend collection of usage metrics during license renewal (no-changelog)
This contribution was made on Jan 18
-
fix: Force posthog recording to be disabled outside cloud
This contribution was made on Jan 18
-
fix: Set '@typescript-eslint/return-await' rule to 'always' for node code (no-changelog)
This contribution was made on Jan 17
-
refactor(core): Use DI in execution services (no-changelog)
This contribution was made on Jan 17
-
🚀 Release 1.25.0
This contribution was made on Jan 17
-
test(core): Fix cleanup in test teardown script (no-changelog)
This contribution was made on Jan 17
-
fix(core): Adjust
packageNametagging for Sentry errors (no-changelog)This contribution was made on Jan 17 -
fix(core): Report when waitTill is invalid and handle it
This contribution was made on Jan 17
-
feat: Nudge users to become template creators if eligible
This contribution was made on Jan 17
-
fix(core): Parse any readable stream response instead of only IncomingMessage
This contribution was made on Jan 17
-
fix(core): Ensure waiting executions account for workflow timezone
This contribution was made on Jan 16
-
refactor(core): Move methods from WorkflowHelpers into various workflow services (no-changelog)
This contribution was made on Jan 16
-
fix(core): Prevent NodeErrors from being wrapped multiple times
This contribution was made on Jan 16
-
refactor(core): Consolidate executions controllers (no-changelog)
This contribution was made on Jan 16
-
🚀 Release 1.24.1
This contribution was made on Jan 16
-
refactor(core): Use DI for LDAP code (no-changelog)
This contribution was made on Jan 15
-
fix(editor): Remove pinData mixin (no-changelog)
This contribution was made on Jan 11
-
ci: Validate docs urls for langchain nodes as well (no-changelog)
This contribution was made on Jan 9
-
ci: Fix lint setup in
chatpackage (no-changelog)This contribution was made on Jan 9 -
docs: Update links in deprecated langchain nodes to avoid linting errors (no-changelog)
This contribution was made on Jan 9
-
fix(core): Avoid wrapping
ExecutionBaseErrorto prevent misreporting to Sentry (no-changelog)This contribution was made on Jan 9 -
refactor(core): Continue moving
typeormoperators to repositories (no-changelog)This contribution was made on Jan 8 - Some pull request reviews not shown.
n8n-io/test-workflows
1 pull request
-
Update Salesforce snapshots
This contribution was made on Jan 17
image-size/image-size
1 pull request
-
Fix Browser Builds for 2.0
This contribution was made on Jan 16
1
contribution
in private repositories
Jan 8





