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 repo #303

Closed
wants to merge 33 commits into from
Closed

Data repo #303

wants to merge 33 commits into from

Commits on Dec 9, 2017

  1. render documentation

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    013fe48 View commit details
    Browse the repository at this point in the history
  2. Add is.git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    fbbb60b View commit details
    Browse the repository at this point in the history
  3. Add gitConnection class

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    332ca57 View commit details
    Browse the repository at this point in the history
  4. Add write_delim_git

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    9e00b6d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Add git_connection()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    8b63cf6 View commit details
    Browse the repository at this point in the history
  2. Add read_delim_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    2faf389 View commit details
    Browse the repository at this point in the history
  3. Add list_files_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    40d4fa4 View commit details
    Browse the repository at this point in the history
  4. Add remove_files_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    ae3601b View commit details
    Browse the repository at this point in the history
  5. Add Thierry Onkelinx as author

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    b9c5669 View commit details
    Browse the repository at this point in the history
  6. Add git_sha()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    888329e View commit details
    Browse the repository at this point in the history
  7. Add git_recent()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    9ab7f0e View commit details
    Browse the repository at this point in the history
  8. Fix git_connection()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    aea93d7 View commit details
    Browse the repository at this point in the history
  9. Fix gitConnection class

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    98329ff View commit details
    Browse the repository at this point in the history
  10. test git_connection()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    e9e513a View commit details
    Browse the repository at this point in the history
  11. Fix gitConnection class

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    e9c08f7 View commit details
    Browse the repository at this point in the history
  12. test list_files_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    77e67a1 View commit details
    Browse the repository at this point in the history
  13. test write_delim_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    4b3c019 View commit details
    Browse the repository at this point in the history
  14. test read_delim_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    5d72b62 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. run unit tests in a sensible order

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    f0af212 View commit details
    Browse the repository at this point in the history
  2. Add unit tests for git_sha()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    eeb7e0f View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. improve git_connection()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    9041e50 View commit details
    Browse the repository at this point in the history
  2. remove unit test repos after running tests

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    b827e34 View commit details
    Browse the repository at this point in the history
  3. git_sha() tests more efficiently for missing commits

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    13ca9a3 View commit details
    Browse the repository at this point in the history
  4. add unit tests for remove_files_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    c95efc7 View commit details
    Browse the repository at this point in the history
  5. add unit test for git_recent()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    d76158b View commit details
    Browse the repository at this point in the history
  6. add commit method for gitConnection class

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    e9f6372 View commit details
    Browse the repository at this point in the history
  7. rename gitConnection class to git_connection class

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    65691ac View commit details
    Browse the repository at this point in the history
  8. rename gitCredentials class to git_credentials class

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    8a7c870 View commit details
    Browse the repository at this point in the history
  9. add more unit tests for remove_files_git

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    1267d58 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. add more unit tests for remove_files_git()

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    6efa0b1 View commit details
    Browse the repository at this point in the history
  2. use unlink() to remove files from unit tests

    Signed-off-by: Thierry Onkelinx <Thierry.Onkelinx@inbo.be>
    ThierryO committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    36e3d63 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2017

  1. Configuration menu
    Copy the full SHA
    e0f5a63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a44df0 View commit details
    Browse the repository at this point in the history