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

Sync data with Google Drive #930

Open
wants to merge 31 commits into
base: sync
Choose a base branch
from

Commits on Dec 8, 2022

  1. Add menu buttons to sync with google drive

    ge72mum committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    b237802 View commit details
    Browse the repository at this point in the history
  2. Add google-api to dependencies

    ge72mum committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    4505718 View commit details
    Browse the repository at this point in the history
  3. use example code to connect to google drive api

    ge72mum committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    75c8cbd View commit details
    Browse the repository at this point in the history
  4. test code to upload data to drive

    ge72mum committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    cf52e41 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. export db as JSON to google drive

    ge72mum committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    a018ac0 View commit details
    Browse the repository at this point in the history
  2. download json file from google drive

    ge72mum committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    09d84da View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. first draft of importing data from google drive

    ge72mum committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    844b8e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b0bf2d View commit details
    Browse the repository at this point in the history
  3. confirmation window for db import

    ge72mum committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    3b5e324 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. fix formating

    ge72mum committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    49ca41e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8277abb View commit details
    Browse the repository at this point in the history
  3. reload calendar after database import

    ge72mum committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    84388a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. err handling for data export

    ge72mum committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ea53ce6 View commit details
    Browse the repository at this point in the history
  2. err handling for data import

    ge72mum committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    a4ec25f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. simplify export function

    ge72mum committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    9ec0781 View commit details
    Browse the repository at this point in the history
  2. cleanup and formatting

    ge72mum committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    2409a89 View commit details
    Browse the repository at this point in the history
  3. Added test for import from buffer

    ge72mum committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    a70d0ab View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. rename function

    ge72mum committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    f283351 View commit details
    Browse the repository at this point in the history
  2. Added test for get database as json

    ge72mum committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    9edb738 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. refactor code structure

    ge72mum committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    84b8624 View commit details
    Browse the repository at this point in the history
  2. refactor code structure

    ge72mum committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    848f341 View commit details
    Browse the repository at this point in the history
  3. refactor code structure

    ge72mum committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    373e66b View commit details
    Browse the repository at this point in the history
  4. Add tests for import from drive

    ge72mum committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    e8e6d23 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2023

  1. Fix format

    ge72mum committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    80c33d8 View commit details
    Browse the repository at this point in the history
  2. update package lock

    ge72mum committed Jan 8, 2023
    Configuration menu
    Copy the full SHA
    f1b53eb View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. fix requested formatting

    ge72mum committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    da1ba39 View commit details
    Browse the repository at this point in the history
  2. fix requested formatting

    ge72mum committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    7d3ea75 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. log errors to console

    ge72mum committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    413d538 View commit details
    Browse the repository at this point in the history
  2. various small requested changes

    ge72mum committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    efea2b4 View commit details
    Browse the repository at this point in the history
  3. remove regular entry from import fun & test case

    ge72mum committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2191298 View commit details
    Browse the repository at this point in the history
  4. revert unrelated changes

    ge72mum committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    5bc08ea View commit details
    Browse the repository at this point in the history