Coder Social home page Coder Social logo

thebusybiscuit / builds Goto Github PK

View Code? Open in Web Editor NEW
27.0 27.0 29.0 1.36 GB

Webpage that provides downloads for compiled Github Repositories that use Maven and Java

Home Page: https://thebusybiscuit.github.io/builds/

License: MIT License

CSS 0.67% HTML 92.46% JavaScript 6.83% Shell 0.04%
build builds ci continous deployment integration maven page release

builds's Introduction

Hello ๐Ÿ‘‹, I'm TheBusyBiscuit!

๐Ÿช About me

Student at University, coffee enthusiast and Open-Source software developer.
I am currently maintaining @Slimefun and @MockBukkit.


๐Ÿ† Meaningless but shiny

github profile trophies


๐Ÿ“š Tools and languages


Java ย  C Sharp ย  Java Script ย  Lua ย  R ย  Go ย  HTML ย  CSS ย  PHP

Node JS ย  Maven ย  Gradle ย  Postgresql ย  MySQL ย  GraphQL ย  Discord ย  GitHub Actions ย  ElectronJS

GitHub ย  Eclipse ย  IntelliJ IDEA ย  Visual Studio ย  Unity 3D ย  diagrams.net ย  Raspberry Pi ย  Atom ย  Sonarcloud


๐ŸŽจ Image credit

Profile picture, Slimefun logo and dough logo drawn by @IAmSorry_Art <3.

builds's People

Contributors

apeiros-46b avatar caps123987 avatar claycoffee avatar dependabot[bot] avatar fn-fal113 avatar iae-st avatar j3fftw1 avatar jasperchasetoq avatar kii-chan-reloaded avatar linoxgh avatar lordidra avatar lucasgithuber avatar mooy1 avatar ncbpfluffybear avatar poma123 avatar pranavverma-droid avatar profelements avatar relativobr avatar renovate-bot avatar renovate[bot] avatar schntgaispock avatar sefiraat avatar seggan avatar sfiguz7 avatar thebusybiscuit avatar thebusybot avatar unlimitedninjas avatar waleks647 avatar walshydev avatar ybw0014 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

Watchers

 avatar  avatar  avatar  avatar

builds's Issues

Dependency Dashboard

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

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency chai-as-promised to v7.1.2
  • Update dependency mocha to v10.4.0
  • Update dependency chai-as-promised to v8
  • Update dependency nyc to v17
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

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/build.yml
  • actions/checkout v4.1.0
  • actions/setup-java v3.13.0
  • actions/setup-node v3.8.1
.github/workflows/formatter.yml
  • actions/checkout v4.1.0
  • actions/setup-node v3.8.1
  • stefanzweifel/git-auto-commit-action v4.16.0
.github/workflows/json-validator.yml
  • actions/checkout v4
  • orrosenblatt/validate-json-action latest@sha256:02370758b8b199e0477da11ecfdd498c75c561685056b5c31b925a4ab95df7f4
.github/workflows/minify.yml
  • actions/checkout v4
  • nizarmah/auto-minify v2.1
  • stefanzweifel/git-auto-commit-action v4.16.0
.github/workflows/sonar.yml
  • actions/checkout v4
  • SonarSource/sonarcloud-github-action v1.9
.github/workflows/test.yml
  • actions/checkout v4.1.0
  • actions/setup-java v3.13.0
  • actions/setup-node v3.8.1
npm
package.json
  • child-process-promise ^2.2.1
  • discord.js ^13.0.0
  • lodash ^4.17.19
  • request ^2.88.0
  • request-promise-native ^1.0.7
  • xml-library 0.2.0
  • chai 4.3.7
  • chai-as-promised 7.1.1
  • mocha 10.2.0
  • mocha-multi-reporters 1.5.1
  • mocha-sonarqube-reporter 1.0.2
  • nyc 15.1.0
  • standard 17.1.0

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

Maven failures

[WARNING] Could not transfer metadata com.sk89q.worldedit:worldedit-bukkit:6.1.1-SNAPSHOT/maven-metadata.xml from/to paper-repo (https://repo.destroystokyo.com/repository/maven-public/): sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

This is suddenly happening all over the place.
I will have to investigate this further at some point, no projects compile due to this.

Implement `actions/cache` for maven packages

To speed up build times, we should implement the actions/cache GitHub action for maven packages here.
An example would look like this:

    - name: Cache Maven packages
      uses: actions/cache@v2
      with:
        path: ~/.m2
        key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
        restore-keys: ${{ runner.os }}-m2

The key problem here is that we cannot use **/pom.xml as this is a JavaScript project first and foremost, we could use another file as a key here.

Workflow file:
https://github.com/TheBusyBiscuit/builds/blob/gh-pages/.github/workflows/build.yml

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: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Build not compiling

The build for Slimy-Power-Suits isn't compiling. I have pushed non skipped commits over 3 hours ago and still no build.

LuckyPandas not showing up on the build page

๐Ÿ“ Description (REQUIRED)

Luckypandas isnt showing up on the builds page for some reason

๐Ÿ“‘ Steps to reproduce the Issue (REQUIRED)

  1. Open your preferred web browser (Google Chome, Microsoft Edge, Mozilla Firefox or any other Web Browser)
  2. Go to the URL https://thebusybiscuit.github.io/builds/
  3. Search for j3fftw1
  4. Then you will see there is no LuckyPandas

๐Ÿ’ก Expected behavior (REQUIRED)

When going to the builds page i expect LuckyPandas to show with multiple builds.

Update Version in pom.xml

We should change the pom's Version to something like
dev-2

Or use an xml parser, which would make it much easier anyway.

Too lazy, would be much appreciated if someone could add that, but I'm not expecting anything anyway XD

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.