Skip to content

Here's what's popular on GitHub today...

appsmith

Trending repository

Give back to open source

The idea is simple: Send 24 pull requests between December 1st and December 24th, encouraging contributors to give back to open source projects with little gifts of code throughout December.

Django logo

Popular topic

Django is a web application framework for Python.
GitHub Actions Hackathon 2021

Upcoming event recommended by GitHub

Nov
8

GitHub Actions Hackathon 2021

November 08, 2021 - December 08, 2021 • Online

This four-week hackathon challenges the community to submit workflows leveraging existing actions.

App recommended by GitHub

Renovate

Multi-language Dependency Automation

  • Automatically update dependencies using convenient Pull Requests
  • Supports a multitude of languages including JavaScript, Java, Ruby, PHP, Python, Go, Cargo, Elixir, Docker, etc.
  • Extensive configurability. WhiteSource Renovate will fit in with your workflow, including custom grouping and schedules
  • Supports shared presets as code, similar to eslint shared configs

View WhiteSource Renovate website

lazydocker

Trending repository

mudasar187
mudasar187 commented Jul 1, 2019

Hi, i'v tested out lazydocker today and i love it!
A feature to have is to have names on the containers where the Services window is.

I have a docker-compose.yml file:

version: '3.7'

services:
  mongodb:
    image: mongo
    container_name: "db_app"
    ports:
      - "27017:27017"

  frontend:
    image: quizgame/webclient
    container_name: "web_app"
    build:
   
dapr

Trending repository

tanvigour
tanvigour commented Nov 24, 2021

Kubernetes cluster cert expires after a year. After the expiration the cert need to be updated. There needs to a way of notifying the user of this expiration through logging. One way could be using Kubernetes events to log the warning at the expiration event. Please refer to the epic for this for more context : dapr/cli#807

Feel free to chime in with more ideas around

Sentry screenshot

App recommended by GitHub

Sentry

Sentry provides real-time crash reporting, giving your team insight into errors affecting your customers in production. Sentry supports dozens of languages and frameworks and is trusted by thousands of companies like Pinterest, Uber, Stripe, Dropbox, and Airbnb.

Sentry doesn't just alert you to errors, but integrates into your GitHub development flow by linking errors to the commit and author likely responsible, creating new GitHub Issues, and resolving errors with commit message.