Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

dev/add datatypes to excel columns #230

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2019

  1. updated poi-ooxml

    added eager datatype checker for first 1000 rows
    Jan Bob committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    90303fa View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. refactored [tabs] to [spaces]

    Jan Bob committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    999647c View commit details
    Browse the repository at this point in the history
  2. resolved review comments

    Jan Bob committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    5a75486 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    b82e728 View commit details
    Browse the repository at this point in the history
  2. + minor fix which sneaked in when reverting few changes.

    * I  do like  the change from VARCHAR to STRING. For the sake of separating concerns I would  do that in a separate PR though. - changed STRING back to VARCHAR
    * And potentially have the 1000 constant in here incapsulated - Added EAGER_READ to ExcelConfiguration including boolean validateColumnTypes
    SociopathicPixel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    8c21387 View commit details
    Browse the repository at this point in the history
  3. + minor fix which sneaked in when reverting few changes.

    * I  do like  the change from VARCHAR to STRING. For the sake of separating concerns I would  do that in a separate PR though. - changed STRING back to VARCHAR
    * And potentially have the 1000 constant in here incapsulated - Added EAGER_READ to ExcelConfiguration including boolean validateColumnTypes
    SociopathicPixel committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    8919900 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae088f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ae1b26 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. added test case for datatypes

    corrected a few tests cause these where breaking on the datatypes
    Jan Bob committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    77a1b80 View commit details
    Browse the repository at this point in the history
  2. fixed another test that fel over

    Jan Bob committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    84c6f06 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. commit part 1; did some indentation fixes

    switching devices
    Jan Bob committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    b4d9a20 View commit details
    Browse the repository at this point in the history
  2. commit part 1.01; did some indentation fixes

    switching devices and apearantly autosave was off -_-
    Jan Bob committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    1a34285 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. resolving review comments

    Jan Bob committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    3785c91 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Merge branch 'dev/add-datatypes-to-excel-columns' of https://github.c…

    …om/SociopathicPixel/metamodel into dev/add-datatypes-to-excel-columns
    
    # Conflicts:
    #	excel/src/test/java/org/apache/metamodel/excel/ExcelDataContextTest.java
    SociopathicPixel committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    66749e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8ab4b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. revert all code style changes

    coudn't find any finals
    Jan Bob committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    57108bc View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2019

  1. wrote some tests, added update check

    Jan Bob committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    138b147 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5088744 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. resolving review comments 1 of many

    Jan Bob committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    4bfcc41 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. resolving review comments

    Jan Bob committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    0701bab View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. resolving review comments, still there are a few thingies that could …

    …be better coded
    Jan Bob committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    9c3976e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2019

  1. Configuration menu
    Copy the full SHA
    cc85725 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. resolving review comments, not finished yet

    Jan Bob committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    23a7781 View commit details
    Browse the repository at this point in the history