Git Product home page Git Product logo

hacktoberfest's Introduction

deps.cloud

⚠️ After much internal conflict, I've decided to move this project into maintenance mode. This comes after a long 3+ years of working on this project in open source with little to no involvement from others. After trying to present this at several conferences, it's clear either the community isn't ready for or does not require such a building block. Most individuals that have come to the project open issues, but have not seemed interested in contributing anything beyond a ticket. IF interest picks up again, I'm always happy to take the project off the back burner. For now, I'm just too burnt out managing a project that doesn't seem wanted / needed / desired.

deps.cloud is a tool to help companies understand what libraries and projects their systems use. It works by detecting dependencies defined in common manifest files (pom.xml, package.json, go.mod, etc). Using this information, we’re able to answer questions about project dependencies.

  • What versions of k8s.io/client-go do we depend on?
  • Which projects use eslint as a non-dev dependency?
  • What open source libraries do we use the most?

To start using deps.cloud

See our documentation on deps.cloud.

To start developing deps.cloud

Take a look at our contributing guidelines and project board.

# setup a workspace for all depscloud
mkdir depscloud && cd $_

# clone repository
git clone [email protected]:depscloud/depscloud.git

Support

Join our mailing list to get access to virtual events and ask any questions there.

We also have a Slack channel.

Checks

Branch

branch workflow coverage dockerfiles workflow goreleaser branch workflow

Release

nightly workflow extractor-tag workflow goreleaser-tag workflow

Image

extractor docker hub extractor image extractor pulls

gateway docker hub gateway image gateway pulls

indexer docker hub indexer image indexer pulls

tracker docker hub tracker image tracker pulls

License

fossa analytics

hacktoberfest's People

Contributors

mjpitz avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

hacktoberfest's Issues

Occasional "invalid character 'R' looking for beginning of value" errors

While running the identify-contribution-candidates utility against our internal depscloud instance, I'm occasionally seeing "Invalid character 'R'" errors, see below:

2020/10/14 17:01:58 invalid character 'R' looking for beginning of value
2020/10/14 17:01:58 filtering company module language:"java" organization:"indeed" module:(redacted) 
2020/10/14 17:01:58 filtering company module language:"java" organization:"com.indeed" module:(redacted) 
2020/10/14 17:01:59 invalid character 'R' looking for beginning of value
2020/10/14 17:01:59 filtering company module language:"go" organization:"indeed.com" module:(redacted)
2020/10/14 17:01:59 invalid character 'R' looking for beginning of value
2020/10/14 17:01:59 filtering company module language:"node" organization:"indeed" module:(redacted)
2020/10/14 17:01:59 invalid character 'R' looking for beginning of value

Do you have any sense for what would be the source of the errors?

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/branch.yaml
  • actions/checkout v2
  • golang 1.14-alpine3.11
.github/workflows/tag.yaml
  • actions/checkout v2
  • svenstaro/upload-release-action v1-release
  • golang 1.14-alpine3.11
gomod
go.mod
  • go 1.13
  • github.com/depscloud/api v0.1.19
  • github.com/ghodss/yaml v1.0.0
  • google.golang.org/grpc v1.33.2
npm
package.json

  • Check this box to trigger a request for Renovate to run again on this repository

Repeated "retrying invalid character '<' looking for beginning of value" messages

I tried running the latest version of identify-contribution-candidates twice in the last two days and I have seen the same behavior both times. It ran normally for about 45 minutes before it started throwing the following errors:

2021/05/07 13:45:15 lookup language:"node" organization:"types" module:"nodegit" 
2021/05/07 13:45:16 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:21 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:26 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:31 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:37 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:43 lookup language:"java" name:"com.amazon.redshift:redshift-jdbc42" 
2021/05/07 13:45:44 lookup language:"java" organization:"hbase" module:"hbase-server" 
2021/05/07 13:45:44 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:49 retrying invalid character '<' looking for beginning of value
2021/05/07 13:45:55 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:00 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:05 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:11 lookup language:"node" organization:"babel" module:"plugin-proposal-nullish-coalescing-operator" 
2021/05/07 13:46:11 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:16 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:21 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:27 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:32 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:38 lookup language:"node" organization:"_" module:"axe-puppeteer" 
2021/05/07 13:46:38 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:43 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:48 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:54 retrying invalid character '<' looking for beginning of value
2021/05/07 13:46:59 retrying invalid character '<' looking for beginning of value

Possibly hitting a rate limit with libraries.io? I tried running overnight and the process never completed.

repository_url key should normalize against minor differences

Nearly identical repositories can result in data fragmentation. Sample:

  {
    "repository_url": "http://tomcat.apache.org",
    "score": 3793
  },
  {
    "repository_url": "https://tomcat.apache.org/",
    "score": 3293
  },
  {
    "repository_url": "http://tomcat.apache.org/",
    "score": 12
  }

It seems like we could strip the protocol and any trailing slash or whitespace characters and reduce this, while getting the same results.

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: undefined. Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.