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

make the plusone-robotics version current #1

Closed
wants to merge 94 commits into from

Commits on Nov 5, 2017

  1. implemented run_travis

    runs all (or a selection) of the travis jobs in a repository config
    mathias-luedtke committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    e80e07d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

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

Commits on Dec 13, 2017

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

Commits on Dec 15, 2017

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

Commits on Dec 18, 2017

  1. Merge pull request #243 from ipa-mdl/enhancement/gitlab-ssh

    setup ssh key forwarding in gitlab
    mathias-luedtke authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    d096408 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9db7100 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b262f30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    749d03f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #251 from ipa-mdl/enhancement/verbose-results

    print verbose catkin test results
    mathias-luedtke authored Dec 18, 2017
    Configuration menu
    Copy the full SHA
    dad31f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2017

  1. Configuration menu
    Copy the full SHA
    901d161 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #248 from ipa-mdl/fix/docker-cp

    set proper uid/gid for files copied to docker
    130s authored Dec 29, 2017
    Configuration menu
    Copy the full SHA
    c208d2e View commit details
    Browse the repository at this point in the history
  3. changelog 0.5.1

    130s committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    dd8076b View commit details
    Browse the repository at this point in the history
  4. 0.5.1

    130s committed Dec 29, 2017
    Configuration menu
    Copy the full SHA
    eb8fb84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f8aabd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49e7059 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2017

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

Commits on Dec 31, 2017

  1. Merge pull request #237 from ipa-mdl/feature/inject-qemu

    Inject QEMU for cross-platform build
    130s authored Dec 31, 2017
    Configuration menu
    Copy the full SHA
    d66bf0f View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Revert "Remove problematic --no-deps flag from catkin_run_tests c…

    …ommand."
    
    This reverts commit 1a99a93.
    mathias-luedtke committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    7d7f14d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Not run 'wstool init' when .rosinstall exists.

    In a custom Docker image .rosinstall could exist. In that case `wstool init` returns code 1 and the entire job fails, which with this change can be avoided.
    130s committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    0bf995f View commit details
    Browse the repository at this point in the history
  2. 'rosdep install' only search src under .

    Addresses #257
    
    `src` folder is assumed in industrial_ci already (e.g. [here](https://github.com/ros-industrial/industrial_ci/blob/749d03f0fc9be6fb2779366ee165184c589362a4/industrial_ci/src/tests/source_tests.sh#L85)) so this change should make sense.
    130s committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2c5ec54 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. Merge pull request #259 from 130s/impr_handle_custom_dockerimage

    A few improvement for potential issues with a custom Docker image
    mathias-luedtke authored Jan 11, 2018
    Configuration menu
    Copy the full SHA
    a8bf464 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Merge pull request #230 from ipa-mdl/feature/run-travis

    implemented run_travis
    130s authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    b12482a View commit details
    Browse the repository at this point in the history
  2. changelog for 0.6.0

    130s committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    d9a45a5 View commit details
    Browse the repository at this point in the history
  3. 0.6.0

    130s committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    bc8c9a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    99da17f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cdf918 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62fb7bd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #256 from ipa-mdl/fix/run-tests-verbosity

    Fix run_tests verbosity
    130s authored Jan 14, 2018
    Configuration menu
    Copy the full SHA
    03709b6 View commit details
    Browse the repository at this point in the history
  5. [run_travis] Fix encoding error.

    ```
    $ ~/industrial_ci/industrial_ci/scripts/run_travis .
      File "/home/n130s/industrial_ci/industrial_ci/scripts/run_travis", line 3
      SyntaxError: Non-ASCII character '\xc3' in file /home/n130s/industrial_ci/industrial_ci/scripts/run_travis on line 3, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
    $
    ```
    130s committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    240ba05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4fd24fa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78b0aed View commit details
    Browse the repository at this point in the history
  8. Merge pull request #261 from 130s/fix_run_travis

    [run_travis] Fix encoding error. Add a section in readme .
    mathias-luedtke authored Jan 14, 2018
    Configuration menu
    Copy the full SHA
    e3f67da View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d82394e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. expand run_tests alias

    fmessmer committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    0dfc9b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    d375a78 View commit details
    Browse the repository at this point in the history
  2. [doc] VERBOSE_TESTS

    fmessmer committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    75e37f6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #267 from ipa-fxm/configurable_run_test_verbosity

    configurable run test verbosity
    mathias-luedtke authored Feb 2, 2018
    Configuration menu
    Copy the full SHA
    35d1f59 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

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

Commits on Feb 14, 2018

  1. Add a maintainer

    130s committed Feb 14, 2018
    Configuration menu
    Copy the full SHA
    579cf23 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #268 from 130s/update_maintainer

    Add a maintainer
    miguelprada authored Feb 14, 2018
    Configuration menu
    Copy the full SHA
    f98053f View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2018

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

Commits on Mar 2, 2018

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

Commits on Mar 3, 2018

  1. Merge pull request #271 from ipa-mdl/enhancement/support-melodic

    add support for ROS melodic
    130s authored Mar 3, 2018
    Configuration menu
    Copy the full SHA
    a9dbd03 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. [doc] Typo.

    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    6429564 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c25f102 View commit details
    Browse the repository at this point in the history
  3. [doc] Before/After configuration are distributed. travis.sh as a samp…

    …le is too platform-specific.
    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    81e4366 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c49a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c135788 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03d1c91 View commit details
    Browse the repository at this point in the history
  7. [doc] Remove Travis specifics where possible.

    [doc] Expose ci.sh instead ci_main.sh
    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    be09b8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    378941a View commit details
    Browse the repository at this point in the history
  9. [doc] More elaboration BEFORE/AFTER_SCRIPT variables.

    - Passing multiple {script/command}(s) are missing.
    - Link to detail missing.
    
    [doc] More sample for BEFORE/AFTER_SCRIPT. Not using double quote.
    
    [doc] Clarify the timing BEFORE_SCRIPT gets called.
    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    2e13b2b View commit details
    Browse the repository at this point in the history
  10. [doc] Elaborate about the necessity for sudo in Docker #236 (comment)

    [doc] More elaboration about specific Docker image passing.
    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    fd2eb54 View commit details
    Browse the repository at this point in the history
  11. [doc] Minor .rst formatting

    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    76487a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fb475db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    96b6774 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e085992 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8e7bbf4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3c7ddd9 View commit details
    Browse the repository at this point in the history
  17. [readme] Better format.

    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    b2d2838 View commit details
    Browse the repository at this point in the history
  18. [doc] Split Travis and Gitlab in the quick start section.

    [doc] Add a template for Travis CI 9to address #105)
    130s committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    985ee87 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc44bdc View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0d0f536 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    db62ada View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. [doc] Update default cloned folder from .ci_config to .industrial_ci …

    …(feedback #234 (comment)).
    
    [doc] Fix contradicting folder name practice (addressing #234 (comment))).
    130s committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    fc6928a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53a1a5f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

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

Commits on May 8, 2018

  1. Merge pull request #234 from 130s/doc/docker_opts

    [doc] Cleanup, update, elaborate
    130s authored May 8, 2018
    Configuration menu
    Copy the full SHA
    0333531 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. introduce DOCKER_PULL (default: true)

    If image in DOCKER_IMAGE has been created locally, docker pull would fail.
    mathias-luedtke committed May 20, 2018
    Configuration menu
    Copy the full SHA
    2b93722 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    572436a View commit details
    Browse the repository at this point in the history
  3. recreate symbolic links if they exists

    this enables the scripts to be exeuted multiple times
    mathias-luedtke committed May 20, 2018
    Configuration menu
    Copy the full SHA
    dc8868a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

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

Commits on May 23, 2018

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

Commits on Jun 2, 2018

  1. introduce DOCKER_PULL (default: true)

    If image in DOCKER_IMAGE has been created locally, docker pull would fail.
    mathias-luedtke committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    d5316aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f6ee76 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Configuration menu
    Copy the full SHA
    6014d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f357a4 View commit details
    Browse the repository at this point in the history
  3. fix tuple issue

    mathias-luedtke committed Jun 3, 2018
    Configuration menu
    Copy the full SHA
    fce5f4a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    2f8c8ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ada9ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    accf05d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19c44e7 View commit details
    Browse the repository at this point in the history
  5. fix docs

    mathias-luedtke authored Jun 11, 2018
    Configuration menu
    Copy the full SHA
    d1ff887 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2018

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

Commits on Jun 23, 2018

  1. Merge pull request #265 from ipa-mdl/fix/run_travis-return-code

    fix the error handling in run_travis
    130s authored Jun 23, 2018
    Configuration menu
    Copy the full SHA
    cba6908 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

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

Commits on Jun 29, 2018

  1. Merge pull request #292 from ipa-mdl/debian-stretch

    test for debian stretch instead of jessie
    130s authored Jun 29, 2018
    Configuration menu
    Copy the full SHA
    1eaffcf View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. [doc] Update metric May, 2018

    130s authored and mathias-luedtke committed Jul 11, 2018
    Configuration menu
    Copy the full SHA
    a12a4ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #285 from ipa-mdl/feature/deprecation

    Deprecation utils
    130s authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    7b916f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #283 from ipa-mdl/feature/docker-pull

    Add DOCKER_PULL option
    130s authored Jul 11, 2018
    Configuration menu
    Copy the full SHA
    f531acd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2018

  1. Configuration menu
    Copy the full SHA
    bd0aae2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06db40e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Merge pull request #305 from machinekoder/bitbucket-pipeline-support

    add support for bitbucket-pipelines
    130s authored Jul 17, 2018
    Configuration menu
    Copy the full SHA
    2f3463e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Merge pull request #279 from ipa-mdl/feature/rerun_ci

    [WIP] rerun_ci script
    130s authored Aug 9, 2018
    Configuration menu
    Copy the full SHA
    d8ac934 View commit details
    Browse the repository at this point in the history