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

Sprint1 #1

Merged
merged 39 commits into from
May 3, 2021
Merged

Sprint1 #1

merged 39 commits into from
May 3, 2021

Commits on Apr 15, 2021

  1. Implement value_segment

    hig-dev committed Apr 15, 2021
    Configuration menu
    Copy the full SHA
    6cf98ab View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    54edd08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954231b View commit details
    Browse the repository at this point in the history
  3. implement Chunk

    ShirleyNekoDev committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    25448b1 View commit details
    Browse the repository at this point in the history
  4. add chunk implementation

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9b15981 View commit details
    Browse the repository at this point in the history
  5. update chunk implementation

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    a35f646 View commit details
    Browse the repository at this point in the history
  6. update chunk implementation

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    087a8ad View commit details
    Browse the repository at this point in the history
  7. update table implementation

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9e613a0 View commit details
    Browse the repository at this point in the history
  8. update table header file

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    c7228fa View commit details
    Browse the repository at this point in the history
  9. update table implementation

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    074b658 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5ee43d View commit details
    Browse the repository at this point in the history
  11. update table implementation

    I520182 committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    fc20f89 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    f57d0d7 View commit details
    Browse the repository at this point in the history
  2. refactoring and small changes

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    f3865d0 View commit details
    Browse the repository at this point in the history
  3. fix linting errors

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    6e9bcee View commit details
    Browse the repository at this point in the history
  4. fix formatting

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    e5d4bea View commit details
    Browse the repository at this point in the history
  5. refactor storage_manager.cpp

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    42f656e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c4c344 View commit details
    Browse the repository at this point in the history
  7. improve table tests

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    ac224f4 View commit details
    Browse the repository at this point in the history
  8. add todos and formatting

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    991b568 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c454057 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    143a69b View commit details
    Browse the repository at this point in the history
  11. refactoring

    hig-dev committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    ab00feb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    28c028d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from hig-dev/master

    Add Github Action
    hig-dev committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    a4c5889 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from hig-dev/master

    Add Github Action
    hig-dev committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    f412b4f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6 from hig-dev/master

    Add Github Action
    hig-dev committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    e2a0e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Configuration menu
    Copy the full SHA
    182ab83 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from hig-dev/unique-ptr-chunks

    table: change vector of shared ptr to unique ptr
    hig-dev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    62688b8 View commit details
    Browse the repository at this point in the history
  3. fix column_names test

    ShirleyNekoDev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    d573d1a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/improved_table' into sprint1

    # Conflicts:
    #	src/lib/storage/table.cpp
    #	src/lib/storage/table.hpp
    hig-dev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    9b73f44 View commit details
    Browse the repository at this point in the history
  5. update table

    hig-dev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    768c969 View commit details
    Browse the repository at this point in the history
  6. remove cast todos

    hig-dev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    79dfc7c View commit details
    Browse the repository at this point in the history
  7. fix todos

    ShirleyNekoDev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    ed25e51 View commit details
    Browse the repository at this point in the history
  8. format

    hig-dev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e786737 View commit details
    Browse the repository at this point in the history
  9. format

    hig-dev committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    8ff7e7f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5070073 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Apply suggestions from code review

    Co-authored-by: simonstadlinger <33035544+simonstadlinger@users.noreply.github.com>
    hig-dev and simonstadlinger committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b8f7fdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f8812 View commit details
    Browse the repository at this point in the history