Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 2, 2021

Bumps sourcecred from 0.9.0 to 0.9.3.

Release notes

Sourced from sourcecred's releases.

sourcecred v0.9.3

Summary

This is primarily a patch for the build bugs that broke 0.9.2, though it does also contain some minor UX improvements on our Ledger History and Transfer Grain UI pages.

sourcecred v0.9.2

Summary

Support for adding text descriptors to certain Discord and Discourse config attributes

Now, you can add text descriptors to certain attributes by adding // and any description you want afterwards at the end of the attribute key. Example: "477551557723029514//general channel": 2, The attributes that support this are:

  • Discourse category ids
  • Discord role ids
  • Discord channel ids

ExternalPlugin: flexible/powerful 3rd-party plugins

The ExternalPlugin is used for loading a graph and optionally a declaration and identityProposals from either:

  1. the plugin config folder on disk
    • To use this method, simply place the files into the config/plugins/external/X folder.
  2. a base url that statically serves the files
    • To use this method, simply serve the files statically with cross-origin enabled, and add a config.json file in the instance's config/plugins/external/X folder with form: { "graphUrl": "https://www.myhost.com/path/to/graph", "declarationUrl": "https://www.myhost.com/path/to/declaration", "identityProposalsUrl": "https://www.myhost.com/path/to/proposals" }

Supported files for either method are:

  1. graph.json/graph (required) - works whether or not it is compressed using our library
  2. declaration.json (optional) - if omitted, a default declaration with minimal node/edge types is used, but also graphs don't have to adhere to the declaration if they don't desire to be configured using our Weight Configuration UI.
  3. identityProposals.json (optional) - if omitted, no identities are proposed

The External plugin can be used multiple times, because it simply uses the PluginId pattern "external/X" where X can be any name an instance admin chooses.

We are working on this tutorial for developers to work with the ExternalPlugin. It should be done by the end of August 2021. https://observablehq.com/@​sourcecred/external-plugin-tutorial

Option to write JSON outputs without compression

If you want to get the non-compressed JSON of your credGraph, credGrainView, or other compressed output files, you can simply run:

yarn sourcecred graph --no-zip
yarn sourcecred credrank --no-zip

Contributions

77e68983dd236aa35c6ac89ffa9d7a5ade412fd7 Add --no-zip flag to CLI, deprecate gzip suffix (#3162)

... (truncated)

Commits
  • 6e44f02 Release sourcecred 0.9.3 (#3183)
  • ca8817a Prepare grain integration CSV for publishing
  • a0099b3 Transfer UI: make max a button and don't clear accounts after save (#3181)
  • b2184c0 Tune up our monorepo config (#3182)
  • 29daa4c Revert "Transfer UI: make max a button and don't clear accounts after save"
  • beb70ed Transfer UI: make max a button and don't clear accounts after save
  • ea88457 Feature/ledger filter date (#3171)
  • b7ae902 Expose coerce helper for names in API (#3179)
  • 76ed648 Deprecate plugin-provided PluginId (#3160)
  • bf63273 Bump sourcecred version to 0.9.2 (#3170)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sourcecred](https://github.com/sourcecred/sourcecred) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/sourcecred/sourcecred/releases)
- [Commits](https://github.com/sourcecred/sourcecred/compare/sourcecred-v0.9.0...sourcecred@0.9.3)

---
updated-dependencies:
- dependency-name: sourcecred
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 2, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Oct 15, 2021

Superseded by #40.

@dependabot dependabot bot closed this Oct 15, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/sourcecred-0.9.3 branch October 15, 2021 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant