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

Add parser for twitter search URLs #420

Merged

Add proper decoding of Twitter search URLs

4b1e2a9
Select commit
Loading
Failed to load commit list.
Merged

Add parser for twitter search URLs #420

Add proper decoding of Twitter search URLs
4b1e2a9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 8, 2023 in 7m 19s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the CV2-3708-Look-into-and-add-search-endpoint-to-Twitter-parser branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Jammy)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "before_install": [
    "openssl aes-256-cbc -K $encrypted_3491736328a2_key -iv $encrypted_3491736328a2_iv -in config/config.yml.enc -out config/config.yml -d",
    "cp config/database.yml.example config/database.yml",
    "cp config/sidekiq.yml.example config/sidekiq.yml",
    "echo \"$DOCKER_PASSWORD\" | docker login -u \"$DOCKER_USERNAME\" --password-stdin",
    "docker-compose build",
    "docker-compose -f docker-compose.yml -f docker-test.yml up -d pender",
    "wget -q --waitretry=5 --retry-connrefused -t 20 -T 10 -O - http://localhost:3200"
  ],
  "before_script": [
    "docker-compose exec pender test/setup-parallel"
  ],
  "script": [
    "docker-compose exec -e TEST_RETRY_COUNT=5 pender bundle exec rake \"parallel:test[3]\"",
    "docker-compose exec -e TEST_RETRY_COUNT=5 pender bundle exec rake parallel:spec"
  ],
  "after_script": [
    "docker-compose exec pender cat tmp/performance.csv",
    "docker-compose exec -e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST -e TRAVIS_TEST_RESULT=$TRAVIS_TEST_RESULT -e TRAVIS_BRANCH=$TRAVIS_BRANCH -e CC_TEST_REPORTER_ID=$CC_TEST_REPORTER_ID -e GIT_COMMIT_SHA=$GIT_COMMIT_SHA -e GIT_COMMITTED_AT=$GIT_COMMITTED_AT pender test/test-coverage"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "jeHPR5g+4VbyOV4kXEb6kxXmlw1cn67/HEBhpL1V/EdxpnmUbj1DyMcYDHcj4D9A2wjuVNYxhmqVUfkNKeSBYiBR+hqZs4WEvRfSE8WIhnrU+A1u+IfZtv1w5jairrBS9B9+lDhSr/EKTP8FactKLDvWNkZgZTYhSmLxarCUHnAUKo3Kp48cXdt8ywtbVXylnBtE0ofyKSu1qAiM+Oh7mJjgEUymeRNy44DbALnTEpv9y7x+IeDkF0T+IoJYnV7Sk2+vdB18ULVzGfSAnjPIvFPehIQ40I2nfebOksDYqqtTZTXi/yA9tRZdsoIelq1RH8QFSglfqoAR5v/Eamqm13cGO8Xu7e66Lowm0+knSHZrokldFdhcpes1gEYVRiV3CiRbZCJhi69DMuHzm3gvaYyNDWe3Gx9zzekGYGXFpwsLjwOvxWcZSUF3kopFXJIMdMpUKS2OJpGCmsWThXuk4zXm4cEHtZBpWRjxALC+45Lh5/c53Pcv6dUxVx/nN984T8SAdsDfxIMywauYZ3N7CKgVVg5GejX48UaLsh68FczxV5R5ISU3eIOilzU7aslq/vn+uTHTnbx5yQXOpCuTZIoS/eC1PF8wIvq6R9HL7GfZZJv3f7zjddlrdMV9zdM8h1objhfd/4InGncH9YVQbczvO1PTf1CBdNIVSNVEDyE="
          }
        ]
      }
    ]
  },
  "env": [
    "global=CODECLIMATE_REPO_TOKEN=[secure]=CODECLIMATE_REPO_TOKEN=[secure]=DOCKER_USERNAME=[secure]=DOCKER_PASSWORD=[secure]=CC_TEST_REPORTER_ID=[secure]=CC_TEST_REPORTER_ID=[secure]"
  ]
}