mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2026-03-22 06:00:23 -05:00
[PR #584] [MERGED] Metadata table #676
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/veggiemonk/awesome-docker/pull/584
Author: @veggiemonk
Created: 6/9/2018
Status: ✅ Merged
Merged: 6/26/2018
Merged by: @veggiemonk
Base:
master← Head:metadata-table📝 Commits (9)
e339187Add historical data about reposf3548edChange License to Apache 2 (same as Moby)aca9367build metadata in one stepc306007Remove ids from links10fbd6cTable grid of all projectsdc7efb1Table of all projectsc7b93e9CSS in style.cssc852e15Table is production ready18fb8dcFix sorting on updated📊 Changes
19 files changed (+106008 additions, -770 deletions)
View changed files
📝
.gitignore(+1 -1)📝
LICENSE(+191 -20)📝
build.js(+26 -17)➕
buildMetadata.js(+120 -0)➕
buildTable.js(+122 -0)➖
convertRepos.js(+0 -61)📝
data/2018-05-30T09.13.00-fetched_repo_data.json(+0 -0)➕
data/2018-06-06T17.54.30-fetched_repo_data.json(+35022 -0)➕
data/2018-06-09T18.32.12-fetched_repo_data.json(+35051 -0)➕
data/2018-06-25T13.24.43-fetched_repo_data.json(+35051 -0)➕
data/latest(+1 -0)📝
data/list_repos.json(+4 -3)➖
data/table.md(+0 -298)📝
fetchRepos.js(+55 -35)📝
package.json(+10 -13)📝
website/index.js(+15 -1)📝
website/index.tmpl.html(+1 -0)📝
website/style.css(+0 -321)➕
website/table.tmpl.html(+338 -0)📄 Description
This is a PR related to the discussion in #581
There is a new
table.htmlthat contains all the github projects displayed with some metadata (more can be added later).Preview is available here
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.