• This repository has been archived on 19/Mar/2023
  • Stars
    star
    245
  • Rank 165,304 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A webapp to visualize the issue count of Microsoft/vscode

NOTICE

This site is considered deprecated and no longer collecting data on the VS Code github repo. See the following blogpost for info: VSCode Issue Tracker Post Mortem

VS Code Issue Tracker

Issue Tracker Screenshot

The VS Code Issue Tracker is a visualization of the issue count on the Microsoft/vscode repository over time.

The initial inspiration for this was to track the progress of microsoft/vscode#58336.

You can visit the site live here: vscode-issue-tracker.netlify.com

Webstack Description

The basis of the issue tracker is a serverless backend combined with a static frontend.

The backend consists of an AWS Lambda function which sends a query to the Github V4 GraphQL API once an hour to see the current number of issues on the repository. That is stored in a Cloud Firestore database.

Then, I have a scheduled job to pull the last 3 days as well as last month of entries for the recent and monthly graphs. It saves these entries to a local JS file and commits it to the repo once an hour through Git.

Finally, I wrote a simple frontend using C3.js to display the two graphs on a page. This is then committed to GitHub here and deployed to Netlify across their Application Delivery Network.

Future plans include making this more generalized so anyone can spin up a very similar project with ease.

More Repositories

1

issue-label-manager-action

GitHub Action to declaratively setup labels across repos
JavaScript
187
star
2

vscode-js-annotations

Javascript / Typescript Parameter Annotations for Visual Studio Code
TypeScript
106
star
3

vsce-action

A GitHub Action to automate deploying VS Code extensions
Dockerfile
87
star
4

vscode-github-stats

Stats Dashboard for the VS Code GitHub repo
JavaScript
41
star
5

gatsby-github-stats

Stats Dashboard for the Gatsby GitHub repo
JavaScript
25
star
6

puppeteer-screenshot-action

A GitHub Action to run a puppeteer script and generate a screenshot
JavaScript
18
star
7

repo-permission-check-action

GitHub Action to check if a user has specific access to a repo
JavaScript
13
star
8

netlify_deploy

Mini Rust CLI to deploy sites to Netlify using their API
Rust
11
star
9

deploy-lambda-action

A pair of GitHub Actions to help deploy AWS Lambda functions with aws-cli
JavaScript
10
star
10

gatsby-theme-github-stats

Gatsby Theme to enable dashboards on metrics for GitHub Repo statistics
JavaScript
10
star
11

vscode-codelens-example

This is an example VS Code extension showing off how you can implement custom CodeLenses.
TypeScript
8
star
12

vscode-rocks

Source for VS Code Rocks website
JavaScript
7
star
13

toast-digital-garden-starter

A Digital Garden template built using Toast
JavaScript
7
star
14

esm-checker

Tools to analyze the status of ES Module support with popular node packages
Rust
6
star
15

console-log-highlighter

A simple vscode extension to show off the decorations API
TypeScript
5
star
16

gatsby-site-showcase-validator

Node script to validate links on Gatsby Site Showcase are actually Gatsby sites
JavaScript
4
star
17

LC-Heatmap

A Site showcasing a heatmap weekly statistics of when Streamers of the LiveCoders Team are live
JavaScript
4
star
18

LiveCodersDataAnalysis

JavaScript
4
star
19

probot-spellchecker

A Probot app that will run a spellchecker against markdown files
TypeScript
4
star
20

ActionsList

List of GitHub Actions I've built
4
star
21

ad-bot

JavaScript
3
star
22

marc_cli

Rust
2
star
23

zellig-plugin-time-logger

A Zellij plugin that prints out the time to the pane every second
Rust
2
star
24

gatsby-site-showcase-validator-dashboard

JavaScript
2
star
25

ActionsResourceSite

A resource site for GitHub Actions
JavaScript
2
star
26

lannonbr-style-dashboard

JavaScript
2
star
27

scriptkit-scripts

A collection of my scripts for Script Kit (https://github.com/johnlindquist/kit)
JavaScript
2
star
28

esm-checker-site

JavaScript
2
star
29

vscode-awslambda

Unofficial AWS Lambda extension for VS Code
TypeScript
2
star
30

IssueLabel-Test-ActionsV2

Repo for testing issue-label-manager-action with the V2 Beta of Actoins
1
star
31

PyGeoIpMap-docker

PyGeoIpMap Python program in a Docker container
Python
1
star
32

pkmn-tcg-price-checker

A nodejs script to fetch pricing data for Pokemon Trading Card Game cards
JavaScript
1
star
33

control-module-checker

An AWS CDK Stack to track modules from ctrl-mod
JavaScript
1
star
34

github-action-template

JavaScript
1
star
35

environments-test

1
star
36

toast-linaria

A sample Toast site that uses Linaria for CSS Styling.
JavaScript
1
star
37

manga-calc

TypeScript
1
star
38

StandardJS-Fix-Action

1
star
39

gatsby-remote-file-example

JavaScript
1
star
40

ActionsAdventCalendar

An advent calendar showcasing a new GitHub Action every day
JavaScript
1
star
41

npm-package-age

A CLI to provide last publish dates for packages in a package-lock.json file
Rust
1
star
42

follow-up

HTML
1
star
43

Netlify-Deploy-Bulb

A project using the LIFX bulbs to visualize results of Netlify deploys
JavaScript
1
star
44

gatsby-remark-vscode-embed

Insert an embedded component for VS Code Extensions when linking to an extension in markdown files
JavaScript
1
star
45

netlify-bulb

Command line tool to inject lambda functions for netlify to change the color of LIFX lightbulbs when deploys pass or fail
JavaScript
1
star