Skip to content

Join GitHub (or sign in) to find projects, people, and topics catered to your interests.

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

backstage
Trending repository
stefanalund
stefanalund commented Mar 13, 2020

Create more example plugins showing typical infrastructure use-cases. Possible examples include:

  • Open API / Swagger view for services
  • PagerDuty (see #240)
  • Google Cloud Project creation
  • Show open pull requests in GitHub Enterprise
  • Stack Overflow - unanswered / new questions about backstage
  • ...

Please create separate issues if you start working on these

Kotlin logo
Popular topic
Kotlin is a statically typed programming language for multiplatform applications.
Trending repository

newbee-mall 项目(新蜂商城)是一套电商系统,包括 newbee-mall 商城系统及 newbee-mall-admin 商城后台管理系统,基于 Spring Boot 2.X 及相关技术栈开发。 前台商城系统包含首页门户、商品分类、新品上线、首页轮播、商品推荐、商品搜索、商品展示、购物车、订单结算、订单流程、个人订单管理、会员中心、帮助中心等模块。 后台管理系统包含数据面板、轮播图管理、商品管理、订单管理、会员管理、分类管理、设置等模块。

  • Updated Feb 12, 2020
  • Java
GitHub Actions Hackathon
Upcoming event recommended by GitHub
Mar
5

GitHub Actions Hackathon

March 05, 2020 - March 31, 2020 • Online

This four-week hackathon challenges the community to create original GitHub Actions.
Trending repository
kallisti5
kallisti5 commented Oct 31, 2019

This is 100% a enhancement request.

The Kontena Lens tool is AWESOME. One thing that would make it even better is a "map" mode which shows the Ingress -> Service -> Deployment -> Pod configuration graphically per namespace. This would be a huge step forward in visualizing kubernetes deployments and rapidly finding relevant pods,services,etc.

Flaptastic screenshot
App recommended by GitHub

Flaptastic

Manage flaky unit tests with the unit testing framework you already use.

Features

  • Checkbox to instantly disable any unhealthy unit test across all branches
  • GitHub flaky test warnings on pull requests
  • Slack alerting to team channel who's test are flapping
  • Metrics and charting to aid you in fixing the biggest disruptions first

Requirements

  • CI/CD (CircleCI, TravisCI, Jenkins, etc.)

Flaptastic is designed for organizations with many codebases and teams.

Trending repository
ara4n
ara4n commented Nov 11, 2019

we have configs out there using synctl_cache_factor to set SYNAPSE_CACHE_FACTOR but it's not documented anywhere, which makes it look obsolete or abandoned or deprecated. we should doc it so that when people look to see what it does, they can figure it out

Trending repository
Trending repository
trycrmr
trycrmr commented Mar 13, 2020

Today I thought it would be a fun idea to contribute to projects associated with tracking and disseminating information on the current state of COVID-19. However, in this repository it seems only a small subset of the opened PRs are being merged. Adding some contribution guidelines in CONTRIBUTING.md file will allow the broader community to know where they can contribute effectively.

Trending repository

【Java工程师面试复习指南】本仓库涵盖大部分Java程序员所需要掌握的核心知识,整合了互联网上的很多优质Java技术文章,力求打造为最完整最实用的Java开发者学习指南,如果对你有帮助,给个star告诉我吧,谢谢!

  • Updated Jan 23, 2020
  • Java
Trending repository
sderrett
sderrett commented Dec 17, 2019

I had a question about the slide in the course that mentions the global function. The example was like this:

x = 50

def func(x):
print (f'X is {x}')
# local reassignment!
x = 200
print (f'I just locally changed x to {x}')

func(x)
--> X is 50
I just locally changed x to 200.

print(x)
--> 50

I totally get all of this. What happens next confuses

App recommended by GitHub

GitHub Learning Lab

Level up your skills with GitHub Learning Lab. Our friendly bot will take you through a series of fun, practical projects to learn the skills you need in no time—and share helpful feedback along the way.

You can’t perform that action at this time.