-
Notifications
You must be signed in to change notification settings - Fork 428
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
Remove 'travis*' prefix #3176
Commits on Jul 8, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 611756f - Browse repository at this point
Copy the full SHA 611756fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 5b1f5b6 - Browse repository at this point
Copy the full SHA 5b1f5b6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d25d317 - Browse repository at this point
Copy the full SHA d25d317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5568e88 - Browse repository at this point
Copy the full SHA 5568e88View commit details -
Remove travis from doc/advanced-configuration/database-backends-confi…
…guration.md * TravisCI -> CI * travis -> CI
Configuration menu - View commit details
-
Copy full SHA for 79c2722 - Browse repository at this point
Copy the full SHA 79c2722View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for cdc2a69 - Browse repository at this point
Copy the full SHA cdc2a69View commit details -
Remove travis from doc/user-guide/Bootstrap-Scripts.md
* ./tools/travis-test.sh -> ./tools/test.sh
Configuration menu - View commit details
-
Copy full SHA for 5abde6b - Browse repository at this point
Copy the full SHA 5abde6bView commit details -
Remove travis from doc/user-guide/release_config.md
* travis -> GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 5e0822a - Browse repository at this point
Copy the full SHA 5e0822aView commit details -
Remove travis from src/gen_mod.erl
* TravisInfo -> CIInfo * travis_info -> ci_info
Configuration menu - View commit details
-
Copy full SHA for 7e274b7 - Browse repository at this point
Copy the full SHA 7e274b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a953e2 - Browse repository at this point
Copy the full SHA 5a953e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6068bbe - Browse repository at this point
Copy the full SHA 6068bbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e598a79 - Browse repository at this point
Copy the full SHA e598a79View commit details -
Remove travis from tools/setup-mssql-database.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh
Configuration menu - View commit details
-
Copy full SHA for 9d5487d - Browse repository at this point
Copy the full SHA 9d5487dView commit details -
Remove travis from tools/setup-redis.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh
Configuration menu - View commit details
-
Copy full SHA for cf433f9 - Browse repository at this point
Copy the full SHA cf433f9View commit details -
Remove travis from tools/start-nodes.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh
Configuration menu - View commit details
-
Copy full SHA for 98d09ea - Browse repository at this point
Copy the full SHA 98d09eaView commit details -
Remove travis from tools/stop-nodes.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh
Configuration menu - View commit details
-
Copy full SHA for 4901623 - Browse repository at this point
Copy the full SHA 4901623View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2cef079 - Browse repository at this point
Copy the full SHA 2cef079View commit details -
Remove travis from tools/travis-build-tests.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh * TRAVIS_COMMIT_MESSAGE -> CI_COMMIT_MESSAGE
Configuration menu - View commit details
-
Copy full SHA for a1a8bdc - Browse repository at this point
Copy the full SHA a1a8bdcView commit details -
Remove travis from tools/travis-check-tests-branch.sh
* TRAVIS_PULL_REQUEST -> CI_PULL_REQUEST * mongoose-travis-commenter -> mongoose-commenter * travis -> CI
Configuration menu - View commit details
-
Copy full SHA for 05da4df - Browse repository at this point
Copy the full SHA 05da4dfView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2885c9f - Browse repository at this point
Copy the full SHA 2885c9fView commit details -
Remove travis from tools/travis-prepare-log-dir.sh
* tools/travis-helpers.sh -> tools/helpers.sh
Configuration menu - View commit details
-
Copy full SHA for d623629 - Browse repository at this point
Copy the full SHA d623629View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c3b6732 - Browse repository at this point
Copy the full SHA c3b6732View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for da37858 - Browse repository at this point
Copy the full SHA da37858View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f3779dd - Browse repository at this point
Copy the full SHA f3779ddView commit details -
Remove travis from tools/travis-setup-ldap.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh
Configuration menu - View commit details
-
Copy full SHA for 2687d38 - Browse repository at this point
Copy the full SHA 2687d38View commit details -
Remove travis from tools/travis-setup-rmq.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh
Configuration menu - View commit details
-
Copy full SHA for ac8c3b5 - Browse repository at this point
Copy the full SHA ac8c3b5View commit details -
Remove travis from tools/travis-test.sh
* tools/travis-common-vars.sh -> tools/common-vars.sh * tools/travis-helpers.sh -> tools/helpers.sh
Configuration menu - View commit details
-
Copy full SHA for a439b08 - Browse repository at this point
Copy the full SHA a439b08View commit details -
Remove travis from tools/travis-upload-to-gdrive.sh
tools/travis-helpers.sh -> tools/helpers.sh
Configuration menu - View commit details
-
Copy full SHA for 7ff8bc5 - Browse repository at this point
Copy the full SHA 7ff8bc5View commit details -
Remove travis from tools/travis-upload-to-s3.sh
* tools/travis-helpers.sh -> tools/helpers.sh
Configuration menu - View commit details
-
Copy full SHA for 067f169 - Browse repository at this point
Copy the full SHA 067f169View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9ee015a - Browse repository at this point
Copy the full SHA 9ee015aView commit details