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

Remove 'travis*' prefix #3176

Merged
merged 30 commits into from
Jul 9, 2021
Merged

Commits on Jul 8, 2021

  1. Remove travis from .circleci/config.yml

    tools/travis-setup-db.sh    -> tools/setup-db.sh
    tools/travis-setup-ldap.sh  -> tools/setup-ldap.sh
    tools/travis-setup-rmq.sh   -> tools/setup-rmq.sh
    tools/travis-test.sh        -> tools/test.sh
    tools/travis-build-tests.sh -> tools/build-tests.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    611756f View commit details
    Browse the repository at this point in the history
  2. Remove travis from .github/workflows/ci.yml

    * tools/travis-test.sh        -> tools/test.sh
    * tools/travis-build-tests.sh -> tools/build-tests.sh
    * tools/travis-setup-db.sh    -> tools/setup-db.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5b1f5b6 View commit details
    Browse the repository at this point in the history
  3. Remove travis from big_tests/run_common_test.erl

    * tools/travis-test.sh -> tools/test.sh
    * TRAVIS_JOB_ID        -> GITHUB_RUN_ID
    * travis_fold/2        -> github_actions_fold/2
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    d25d317 View commit details
    Browse the repository at this point in the history
  4. Remove travis from CONTRIBUTING.md

    * Travis -> GitHub Actions
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5568e88 View commit details
    Browse the repository at this point in the history
  5. Remove travis from doc/advanced-configuration/database-backends-confi…

    …guration.md
    
    * TravisCI -> CI
    * travis   -> CI
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    79c2722 View commit details
    Browse the repository at this point in the history
  6. Remove travis from doc/developers-guide/Testing-MongooseIM.md

    * tools/travis-setup-db.sh -> tools/setup-db.sh
    * tools/travis-test.sh     -> tools/test.sh
    * Travis                   -> GitHub Actions
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    cdc2a69 View commit details
    Browse the repository at this point in the history
  7. Remove travis from doc/user-guide/Bootstrap-Scripts.md

    * ./tools/travis-test.sh -> ./tools/test.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5abde6b View commit details
    Browse the repository at this point in the history
  8. Remove travis from doc/user-guide/release_config.md

    * travis -> GitHub Actions
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5e0822a View commit details
    Browse the repository at this point in the history
  9. Remove travis from src/gen_mod.erl

    * TravisInfo  -> CIInfo
    * travis_info -> ci_info
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7e274b7 View commit details
    Browse the repository at this point in the history
  10. Remove travis from tools/cache-build.sh

    * Travis -> CI
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5a953e2 View commit details
    Browse the repository at this point in the history
  11. Remove travis from tools/cache-certs.sh

    * Travis -> CI
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    6068bbe View commit details
    Browse the repository at this point in the history
  12. Remove travis from tools/cache-tests.sh

    * Travis -> CI
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e598a79 View commit details
    Browse the repository at this point in the history
  13. Remove travis from tools/setup-mssql-database.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9d5487d View commit details
    Browse the repository at this point in the history
  14. Remove travis from tools/setup-redis.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    cf433f9 View commit details
    Browse the repository at this point in the history
  15. Remove travis from tools/start-nodes.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    98d09ea View commit details
    Browse the repository at this point in the history
  16. Remove travis from tools/stop-nodes.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    4901623 View commit details
    Browse the repository at this point in the history
  17. Remove travis from tools/test-runner.sh

    * tools/travis-build-tests.sh -> tools/build-tests.sh
    * tools/travis-setup-db.sh    -> tools/setup-db.sh
    * tools/travis-test.sh        -> tools/test.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2cef079 View commit details
    Browse the repository at this point in the history
  18. Remove travis from tools/travis-build-tests.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    * TRAVIS_COMMIT_MESSAGE       -> CI_COMMIT_MESSAGE
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a1a8bdc View commit details
    Browse the repository at this point in the history
  19. Remove travis from tools/travis-check-tests-branch.sh

    * TRAVIS_PULL_REQUEST -> CI_PULL_REQUEST
    * mongoose-travis-commenter -> mongoose-commenter
    * travis -> CI
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    05da4df View commit details
    Browse the repository at this point in the history
  20. Remove travis from tools/travis-helpers.sh

    * TRAVIS_BUILD_NUMBER -> GITHUB_RUN_NUMBER
    * TRAVIS_OTP_RELEASE  -> CI_OTP_RELEASE
    * TRAVIS_BRANCH       -> CI_BRANCH
    * TRAVIS_PULL_REQUEST -> CI_PULL_REQUEST
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2885c9f View commit details
    Browse the repository at this point in the history
  21. Remove travis from tools/travis-prepare-log-dir.sh

    * tools/travis-helpers.sh -> tools/helpers.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    d623629 View commit details
    Browse the repository at this point in the history
  22. Remove travis from tools/travis-publish-github-comment.sh

    * tools/travis-helpers.sh -> tools/helpers.sh
    * TRAVIS_PULL_REQUEST     -> CI_PULL_REQUEST
    * TRAVIS_COMMIT           -> GITHUB_SHA
    * TRAVIS_JOB_ID           -> GITHUB_RUN_ID
    * TRAVIS_JOB_NUMBER       -> GITHUB_JOB
    * JOB_URL="https://travis-ci.org/$TRAVIS_REPO_SLUG/jobs/$GITHUB_JOB" -> JOB_URL="https://github.com/esl/MongooseIM/actions/runs/$GITHUB_RUN_ID"
    * echo "export TRAVIS_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER" -> removed
    * TRAVIS_REPO_SLUG   -> GITHUB_REPOSITORY
    * TRAVIS_OTP_RELEASE -> CI_OTP_RELEASE
    * Travis             -> GitHub Actions
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c3b6732 View commit details
    Browse the repository at this point in the history
  23. Remove travis from tools/travis-pull-db.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    * tools/travis-db-versions.sh -> tools/db-versions.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    da37858 View commit details
    Browse the repository at this point in the history
  24. Remove travis from tools/travis-setup-db.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    * tools/travis-db-versions.sh -> tools/db-versions.sh
    * Travis                      -> CI
    * travis-common-vars.sh       ->  common-vars.sh
    * tools/travis-setup-ldap.sh  -> tools/setup-ldap.sh
    * tools/travis-setup-rmq.sh   -> tools/setup-rmq.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f3779dd View commit details
    Browse the repository at this point in the history
  25. Remove travis from tools/travis-setup-ldap.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2687d38 View commit details
    Browse the repository at this point in the history
  26. Remove travis from tools/travis-setup-rmq.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ac8c3b5 View commit details
    Browse the repository at this point in the history
  27. Remove travis from tools/travis-test.sh

    * tools/travis-common-vars.sh -> tools/common-vars.sh
    * tools/travis-helpers.sh -> tools/helpers.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a439b08 View commit details
    Browse the repository at this point in the history
  28. Remove travis from tools/travis-upload-to-gdrive.sh

    tools/travis-helpers.sh -> tools/helpers.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    7ff8bc5 View commit details
    Browse the repository at this point in the history
  29. Remove travis from tools/travis-upload-to-s3.sh

    * tools/travis-helpers.sh -> tools/helpers.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    067f169 View commit details
    Browse the repository at this point in the history
  30. Remove travis from all file names

    * tools/travis-upload-to-s3.sh           -> tools/upload-to-s3.sh
    * tools/travis-upload-to-gdrive.sh       -> tools/upload-to-gdrive.sh
    * tools/travis-test.sh                   -> tools/test.sh
    * tools/travis-setup-rmq.sh              -> tools/setup-rmq.sh
    * tools/travis-setup-ldap.sh             -> tools/setup-ldap.sh
    * tools/travis-setup-humio.sh            -> tools/setup-humio.sh
    * tools/travis-setup-db.sh               -> tools/setup-db.sh
    * tools/travis-secure-erase.sh           -> tools/secure-erase.sh
    * tools/travis-pull-db.sh                -> tools/pull-db.sh
    * tools/travis-publish-github-comment.sh -> tools/publish-github-comment.sh
    * tools/travis-prepare-log-dir.sh        -> tools/prepare-log-dir.sh
    * tools/travis-helpers.sh                -> tools/helpers.sh
    * tools/travis-db-versions.sh            -> tools/db-versions.sh
    * tools/travis-common-vars.sh            -> tools/common-vars.sh
    * tools/travis-check-tests-branch.sh     -> tools/check-tests-branch.sh
    * tools/travis-build-tests.sh            -> tools/build-tests.sh
    vkatsuba committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    9ee015a View commit details
    Browse the repository at this point in the history