-
Notifications
You must be signed in to change notification settings - Fork 121
Comparing changes
Open a pull request
base repository: finos/git-proxy
base: v1.3.10
head repository: finos/git-proxy
compare: v1.4.0
- 10 commits
- 29 files changed
- 3 contributors
Commits on Oct 21, 2024
-
feat: expose plugin extension points into main package, developer doc…
…s + sample - update PluginLoader to use load-plugin's native Node module resolution. this library already handles loading of files vs modules in node_modules/ so let's use that directly - add configuration-based plugin loading and deprecate environment variables - new documentation page for plugin development. loading, writing, etc. - add PullActionPlugin + unify config on just "plugins" - add explicit exports to make importing @finos/git-proxy more straight forward for plugins In addition, this commit adds both CommonJS and ES module examples of plugins and refactors them into a more reflective package. It also includes updates to the site documentation, specifically in the Development section, which now includes details about plugins and contribution guidelines. - fix issue with json-schema-for-humans producing bad output due to post-processing (script step no longer required) - docs: add section on docs on how to update the config schema + re-generate reference doc - fix: don't package website with git-proxy, update .npmignore on npm pack/publish
Configuration menu - View commit details
-
Copy full SHA for 104bd3c - Browse repository at this point
Copy the full SHA 104bd3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ef6a98 - Browse repository at this point
Copy the full SHA 0ef6a98View commit details -
fix: cli e2e tests by adding missing export, remove unused actions
- remove actions which are used in internal fork from chain - add default config value for plugins (an empty array)
Configuration menu - View commit details
-
Copy full SHA for f9898c4 - Browse repository at this point
Copy the full SHA f9898c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9667d6 - Browse repository at this point
Copy the full SHA f9667d6View commit details -
fix: add proper jsdoc, remove extraneous logic from plugin + tests
- add test cases for getChain + executeChain to validate the processor execution - remove extraneous function to create a loader and just use the constructor - address review comments
Configuration menu - View commit details
-
Copy full SHA for a7b799c - Browse repository at this point
Copy the full SHA a7b799cView commit details -
Merge pull request #713 from RBC/feat/new-plugin-system
feat: expose plugin extension points into main package, developer docs + sample
Configuration menu - View commit details
-
Copy full SHA for 0b1bc4a - Browse repository at this point
Copy the full SHA 0b1bc4aView commit details
Commits on Oct 23, 2024
-
chore: move dev dependencies to the right section
Can't move concurrently because it's used by git-proxy-all at runtime
Configuration menu - View commit details
-
Copy full SHA for 38d69f5 - Browse repository at this point
Copy the full SHA 38d69f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e885c - Browse repository at this point
Copy the full SHA 27e885cView commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bffe8b8 - Browse repository at this point
Copy the full SHA bffe8b8View commit details -
Merge pull request #757 from finos/release-v1.4.0
chore: bump minor for release v1.4.0
Configuration menu - View commit details
-
Copy full SHA for dc620f7 - Browse repository at this point
Copy the full SHA dc620f7View 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 v1.3.10...v1.4.0