Code Monkey home page Code Monkey logo

cianalyzer's People

Contributors

dependabot[bot] avatar kesin11 avatar renovate-bot avatar renovate[bot] avatar takizawatake01 avatar yamatoya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cianalyzer's Issues

How can I collect Jenkins Jobs recursively?

Hi, I'd like to collect build info from Jenkins.
I manage several jobs in separate folders.

like
http://localhost:8080/job/Group1/job/job-abc/
http://localhost:8080/job/Group1/job/job-def/
http://localhost:8080/job/Group2/job/job-xyz/

In this case, I can't get jobs with following configuration

jenkins:
  baseUrl: http://localhost:8080

As a workaround solution, I use different baseUrl per Jenkins Folder http://localhost:8080job/Group1/, http://localhost:8080job/Group2/
Is there any good solution?

Insufficient error handling

The problem occurs when you don't have enough GCP privileges.
Even when GCP is returning Access Denied, standard run will display another error on the console.
I think it's more friendly to see GCP's Access Denied.
Also, the error that appears when the lastRunStore bucket is null in config is hard to pinpoint with name.replace isn't function.

An aborted Bitrise build sometimes had no logs.

Hi. I'm trying to analyze my projects using this app.
And I met error when aggregating Bitrise builds. An aborted Bitrise build sometimes had no logs. It seems to occur when a build was aborted very early time. In this case, the app couldn't save output files. It printed below message.

ERROR [BitriseClient@bitrise] 
{
  message: 'Request failed with status code 404',
  status: 404,
  statusText: 'Not Found',
  method: 'GET',
  baseUrl: 'https://api.bitrise.io/v0.1',
  url: 'apps/<slug>/builds/<slug>/log',
  params: undefined
}
ERROR [BitriseRunner@bitrise] Some error raised in 'myorg/myproject', so it skipped. 

Is there any workaround?

Remove axios-concurrency from dependencies

https://github.com/bernawil/axios-concurrency might be no longer maintenance.
For security reason, I want to remove axios-concurrency but preserve our max-concurrent-requests option.

I found interesting StackOverflow threds about nodejs http.Agent has maxSockets that seems to be realizing almost same effect.

Request quota exhausted

Hi Everyone,
thank you for this greate CI Swiss Knife!
For testing I tried to run this on my machine for about 100 Repositorys with Github Actions.
Collection worked great for about 15 repositorys, after that I crossed the x-ratelimit-limit (5000).

Is there a way around this quota?

P.s.: Great dashboard in you README. Would you share a template/howto build this?

Put screenshot issue

This issue is created for uploading screenshots

Sample dashboard created by DataStudio 1
ci_analyzer_dashboard1

Sample dashboard created by DataStudio 2
ci_analyzer_dashboard2

Supports GitHub Actions Attempts

There is a case where Re-run a job that once failed, it succeeds.
I think the last Attempt is probably being aggregated, but is it possible to aggregate all Attempts?

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.

Dependency Dashboard

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

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency ts-jest to v29.1.2
  • chore(deps): update dependency ts-proto to v1.166.4

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • chore(deps): update dependency @types/node to v20.11.6
  • chore(deps): update dependency axios to v1.6.6
  • chore(deps): update dependency esbuild to v0.19.12

Open

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

Detected dependencies

circleci
.circleci/config.yml
dockerfile
Earthfile
  • node 20.11.0
  • node 20-slim
proto/Earthfile
github-actions
.github/workflows/ci.yml
  • actions/checkout v4
  • earthly/actions-setup v1.0.8
  • actions/checkout v4
  • actions/cache v4
  • actions/upload-artifact v4
  • k1LoW/octocov-action v0
  • actions/checkout v4
  • earthly/actions-setup v1.0.8
.github/workflows/docker.yml
  • actions/checkout v4
  • earthly/actions-setup v1.0.8
  • docker/metadata-action v5
  • docker/login-action v3
.github/workflows/release.yml
  • release-drafter/release-drafter v5
  • actions/checkout v4
  • actions/setup-node v4
  • release-drafter/release-drafter v5
npm
package.json
  • @google-cloud/bigquery 7.3.0
  • @google-cloud/storage 7.7.0
  • @octokit/plugin-retry 6.0.1
  • @octokit/plugin-throttling 8.1.3
  • @octokit/rest 20.0.2
  • adm-zip 0.5.10
  • axios 1.6.5
  • axios-retry 4.0.0
  • dayjs 1.11.10
  • js-yaml 4.1.0
  • junit2json 3.1.5
  • lodash 4.17.21
  • minimatch 9.0.3
  • tslog 4.9.2
  • utility-types 3.11.0
  • yargs 17.7.2
  • zod 3.22.4
  • zod-to-json-schema 3.22.3
  • @types/adm-zip 0.5.5
  • @types/jest 29.5.11
  • @types/js-yaml 4.0.9
  • @types/lodash 4.14.202
  • @types/node 20.11.5
  • @types/yargs 17.0.32
  • esbuild 0.19.11
  • jest 29.7.0
  • jest-junit 16.0.0
  • ts-jest 29.1.1
  • ts-proto 1.166.3
  • ts-protoc-gen 0.15.0
  • typescript 5.3.3
  • node >=20.11.0

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

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.