-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: DomoApps/ryuu-proxy
base: v3.1.0
head repository: DomoApps/ryuu-proxy
compare: v5.0.1
- 19 commits
- 27 files changed
- 10 contributors
Commits on Oct 28, 2019
-
Feat/simple api interface (#29)
* Now expects proxyId to be part of manifest * updated the README to use the proxyID * fixed spacing * fixed Oauth typo * Update README.md yeah, this wording is better! Co-Authored-By: Jorge Diaz <diazd2@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fb3996b - Browse repository at this point
Copy the full SHA fb3996bView commit details -
Bump extend from 3.0.1 to 3.0.2 (#30)
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/justmoon/node-extend/releases) - [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md) - [Commits](justmoon/node-extend@v3.0.1...v3.0.2) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 52ce077 - Browse repository at this point
Copy the full SHA 52ce077View commit details -
Bump sshpk from 1.13.1 to 1.14.2 (#31)
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.1 to 1.14.2. - [Release notes](https://github.com/joyent/node-sshpk/releases) - [Commits](TritonDataCenter/node-sshpk@v1.13.1...v1.14.2) Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0fd3ccb - Browse repository at this point
Copy the full SHA 0fd3ccbView commit details
Commits on Jan 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b93c2ad - Browse repository at this point
Copy the full SHA b93c2adView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf44ea - Browse repository at this point
Copy the full SHA cbf44eaView commit details
Commits on Mar 25, 2020
-
Jonathon Meng authored
Mar 25, 2020 Configuration menu - View commit details
-
Copy full SHA for e000ceb - Browse repository at this point
Copy the full SHA e000cebView commit details
Commits on Jun 26, 2020
-
Jonathon Meng authored
Jun 26, 2020 Configuration menu - View commit details
-
Copy full SHA for 8c5ea3c - Browse repository at this point
Copy the full SHA 8c5ea3cView commit details -
* configstore replacement for keytar * remove package-lock.json * refresh/access token differentiation * scopes inclusion in configstore variables
Configuration menu - View commit details
-
Copy full SHA for c80afe3 - Browse repository at this point
Copy the full SHA c80afe3View commit details
Commits on Aug 5, 2020
-
* reconfiguring of configstore * dependency bump * cleanup and template literals
Configuration menu - View commit details
-
Copy full SHA for 0386db5 - Browse repository at this point
Copy the full SHA 0386db5View commit details
Commits on Aug 6, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 59b948a - Browse repository at this point
Copy the full SHA 59b948aView commit details
Commits on Aug 7, 2020
-
* dependencyUpdates * unintended changes removal * small dependency changes * small dependency changes * small dependency changes, last one * reverting prior dependency updates * putting dependencies back * anticipatory ryuu client update
Configuration menu - View commit details
-
Copy full SHA for 5a123c1 - Browse repository at this point
Copy the full SHA 5a123c1View commit details
Commits on Nov 29, 2023
-
* dependencyUpdates * unintended changes removal * small dependency changes * small dependency changes * small dependency changes, last one * reverting prior dependency updates * putting dependencies back * anticipatory ryuu client update * changes thus far for jason * host fixes * 4.1.0 axios changes, dependency updates * prettier changes and corporate proxy fixes * beta commmit * 4.2.5 * refactor: removed corejs and fixed resulting type errors * docs: readme update * chore: update dependencies * chore(release): 4.3.4-beta.0 * docs: badge fix * chore(release): 4.3.4 --------- Co-authored-by: John Morgan Nemelka <johnmorgannemelka@jnemelka3-ml-3.local>
Configuration menu - View commit details
-
Copy full SHA for 673ba4f - Browse repository at this point
Copy the full SHA 673ba4fView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 34b6ea3 - Browse repository at this point
Copy the full SHA 34b6ea3View commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42ad0a7 - Browse repository at this point
Copy the full SHA 42ad0a7View commit details
Commits on Oct 28, 2025
-
feat: Modernize ryuu-proxy to v5.0.0 - Fix axios compatibility with m…
…odern tooling (#63) * chore: remove Travis CI configuration file as it is no longer used docs: add CLAUDE.md for guidance on using Claude Code with the project build: update package version to 4.5.0-beta.0 and ryuu-client dependency test: update tests to use require for ryuu-client and adjust stubs refactor: replace getDomoDomain with getDomainPromise in Transport tests style: fix typos and improve consistency in test descriptions and assertions refactor: re-export Manifest type from ryuu-client in models.ts * build: add ESLint configuration and migrate from TSLint for better linting build: switch package manager to pnpm for improved dependency management chore: update CHANGELOG.md with detailed release notes for version 5.0.0 chore: update package.json scripts and dependencies for modern tooling refactor: improve type safety and modernize codebase with TypeScript strict mode refactor: update import statements to use ES6 module syntax refactor: enhance error handling and code readability throughout the codebase refactor: update axios and related dependencies for compatibility with modern Node.js refactor: improve cookie handling and proxy agent initialization logic refactor: update tsconfig.json to target ES2020 and enable strict mode test: add type annotations to test files for better type safety test: create tsconfig.test.json for test-specific TypeScript configuration * chore(package.json): update version to 5.0.0-beta.0 for beta release preparation * chore(package.json): update script names to use colon separator for consistency --------- Co-authored-by: Jon Tiritilli <jon.tiritilli@domo.com>
Configuration menu - View commit details
-
Copy full SHA for ed34e3d - Browse repository at this point
Copy the full SHA ed34e3dView commit details
Commits on Oct 29, 2025
-
Update Test - 75% coverage - Fix type casting (#65)
* feat(eslintrc): integrate Prettier with ESLint for consistent code formatting chore(gitignore): add .nyc_output to ignore coverage output directory build(nycrc): add configuration for NYC to manage test coverage reporting build(prettierrc): add Prettier configuration for code formatting docs(claude): update development commands to use pnpm instead of npm feat(package): add Prettier and NYC scripts for code formatting and test coverage test(index.spec): add tests for proxy configuration in constructor refactor(index.ts): improve readability and consistency in code formatting test(transport.spec): add comprehensive tests for Transport class methods refactor(transport.ts): improve code readability and type safety test(errors.spec): add tests for DomoException error handling refactor(errors.ts): improve error handling and default values in DomoException test(utils.spec): add tests for utility functions in utils module refactor(utils.ts): improve type safety and readability in utility functions chore(tslint): remove tslint configuration file in favor of ESLint * chore(package.json): bump version from 5.0.0-beta.0 to 5.0.0-beta.1 to prepare for new beta release * feat(Transport): add persistent cookie jar for request authentication Introduce a class-level cookie jar to persist authentication cookies across requests. This change ensures that the cookie jar is initialized once in the constructor and reused for all requests, improving efficiency and maintaining session state. --------- Co-authored-by: Jon Tiritilli <jon.tiritilli@domo.com>
Configuration menu - View commit details
-
Copy full SHA for e6ec2b1 - Browse repository at this point
Copy the full SHA e6ec2b1View commit details
Commits on Oct 30, 2025
-
chore(package.json): update version from 5.0.0-beta.1 to 5.0.0 to mar…
…k stable release (#66) Co-authored-by: Jon Tiritilli <jon.tiritilli@domo.com>
Configuration menu - View commit details
-
Copy full SHA for 77248db - Browse repository at this point
Copy the full SHA 77248dbView commit details -
refactor(Transport): specify AxiosRequestConfig type for request opti…
…ons for better type safety (#67) style(Transport): simplify object return in prepareRequest by using concise arrow function syntax Co-authored-by: Jon Tiritilli <jon.tiritilli@domo.com>
Configuration menu - View commit details
-
Copy full SHA for ba29e7b - Browse repository at this point
Copy the full SHA ba29e7bView commit details -
fix(index.ts): add error handlers to promises to prevent unhandled re…
…jections test(index.spec.ts): add tests for constructor without authentication test(Transport/index.spec.ts): add tests for authentication error handling chore(package.json): bump version from 5.0.0 to 5.0.1 for patch release
Jon Tiritilli committedOct 30, 2025 Configuration menu - View commit details
-
Copy full SHA for a96427b - Browse repository at this point
Copy the full SHA a96427bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.0...v5.0.1