Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Abandoned] Store data in database #41

Closed
wants to merge 6 commits into from
Closed

[Abandoned] Store data in database #41

wants to merge 6 commits into from

Commits on Dec 29, 2017

  1. [web] Nuxt.js 1.0.0-rc9 -> 1.0.0-rc11

    - it seems it is going to release 1.0, but there is no exact date
    at15 committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    b585469 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

  1. [web] Add doc for developing website

    - it's more complex now, since we want to store data in database and
    allow user run arbitrary SQL in browser #38
    - I almost forgot how to have nuxt up and running
    - need to figure out the right schema,
    https://github.com/cmu-db/dbdb.io could be a reference, haven't use SQL
    for a long time, need some recap
    at15 committed Dec 30, 2017
    Configuration menu
    Copy the full SHA
    d0e2eb6 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2017

  1. [web] Add owner and language

    - might stop using js file for data, go back to yaml maybe, the only
    drawback of going back to yaml is we can't give the exact location of
    error ...
    at15 committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    aee8d50 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2018

  1. [data] Switch back to YAML from Js

    - might consider using RCL because normal YAML parser does not give
    access to raw nodes to map original source line, which would be very
    helpful when checking integrity of data source, i.e. a database must be
    using a backend declared in backend.yml(rcl)
    - though RCL is currently blocked, and may not have time to do it (just
    watch less anime and there will be time ... but how could I)
    at15 committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    bf0df5b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. [web] Replace nuxt.js with vuepress #52

    - using default theme for now
    at15 committed May 16, 2018
    Configuration menu
    Copy the full SHA
    346d04f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. [tool] Add empty atsdb

    - created it around 1 year ago?
    at15 committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    8e7d606 View commit details
    Browse the repository at this point in the history