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

Data Source Adapter for Google Sheets #417

Merged
merged 19 commits into from Feb 28, 2023

Commits on Feb 20, 2023

  1. added thread monitoring

    Slayzur02 authored and datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    e0d9fae View commit details
    Browse the repository at this point in the history
  2. first semi-working version

    Slayzur02 authored and datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    357f5ac View commit details
    Browse the repository at this point in the history
  3. works with two sheets

    Slayzur02 authored and datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    5f667a1 View commit details
    Browse the repository at this point in the history
  4. works I guess

    Slayzur02 authored and datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    9e1d86c View commit details
    Browse the repository at this point in the history
  5. Google Sheet Adapter - complete

    Slayzur02 authored and datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    74c928b View commit details
    Browse the repository at this point in the history
  6. reverted small changes

    Slayzur02 authored and datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    d4c45d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    285b32c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    770a1d4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29663b8 View commit details
    Browse the repository at this point in the history
  10. added missing import

    datomo committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    2ee35d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6dc96b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. replaced hardcoded files with parameters, fixed empty row problem, fi…

    …xed tableName inconsistency
    datomo committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    c8e7e62 View commit details
    Browse the repository at this point in the history
  2. checked failing dependencies

    datomo committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    faf1bd0 View commit details
    Browse the repository at this point in the history
  3. fixed error of IOUtils from google in googleSheets plugin, adjusted m…

    …ethods to be accessible within the plugin
    datomo committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    be0a26d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89da052 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Minor adjustments and clean-up

    vogti committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    972d6a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e2fd66 View commit details
    Browse the repository at this point in the history
  3. Further clean-up

    vogti committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    446c793 View commit details
    Browse the repository at this point in the history
  4. Minor code style adjustments

    vogti committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f70ac0c View commit details
    Browse the repository at this point in the history