Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update from Hackage at 2016-06-24T08:43:03+0000
homepage: https://github.com/martinvlk/rison-hs#readme changelog-type: '' hash: b90f9ae870e7525d88eec1345a019f59811aedb1fdd24145e0c261865e5b9e2c test-bench-deps: bytestring: -any base: ! '>=4.7 && <5' unordered-containers: -any hspec: -any text: -any parsers: -any attoparsec: -any text-format: -any sc...
homepage: https://github.com/martinvlk/rison-hs#readme changelog-type: '' hash: 864893d810cca44bcb5e58876384f65caedeb8a5da4680780e3dc5c421e0128d test-bench-deps: bytestring: -any base: ! '>=4.7 && <5' unordered-containers: -any hspec: -any text: -any attoparsec: -any scientific: -any aeson: -any vecto...
Update from Hackage at 2018-10-06T15:26:03Z
homepage: https://github.com/NorfairKing/cursor changelog-type: '' hash: 0c24b24ec0c7cbf44f60655cce5af0185d69f72f781af6e5450c497dbf886872 test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: Purely Functional Cursors changelog: '' basic-deps: base: <5 text: -any validity-containers: -any containers: -any v...
homepage: https://github.com/NorfairKing/cursor changelog-type: '' hash: 51bacccfc32cf5c1e5c75ee0ceee0600a8dbac03d25b06fbc1e6e5039dadf39d test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: Purely Functional Cursors changelog: '' basic-deps: base: <5 text: -any validity-containers: -any containers: -any v...
Update from Hackage at 2016-04-06T10:40:56+0000
homepage: http://github.com/tokiwoousaka/murmur#readme changelog-type: '' hash: 66dcbde53265efd269dfa8a2e2b42bbc42cf076b275c6a3f52c5f77802c3d64d test-bench-deps: base: -any murmur: -any maintainer: example@example.com synopsis: Initial project template from stack changelog: '' basic-deps: bytestring: -any base:...
homepage: http://github.com/tokiwoousaka/murmur#readme changelog-type: '' hash: 0fa99669330fb77f36e25be20f8c6907910f9732f963d4a95ad1e6fdeaf4d11c test-bench-deps: base: -any murmur: -any maintainer: its.out.of.tune.this.my.music@gmail.com synopsis: Simple CUI Twitter Client. changelog: '' basic-deps: bytestring: -...
Set to stable PostgreSQL 9.5.4 and OpenNMS 18.0.1-1
version: '2' services: db_data: image: tianon/true volumes: - /var/lib/postgresql/data database: image: postgres env_file: - .postgres.env ports: - "5432:5432" depends_on: - db_data volumes_from: - db_data:rw opennms_data: image: tianon/true volu...
version: '2' services: db_data: image: tianon/true volumes: - /var/lib/postgresql/data database: image: postgres:9.5.4 env_file: - .postgres.env ports: - "5432:5432" depends_on: - db_data volumes_from: - db_data:rw opennms_data: image: tianon/true ...
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: true admin_path: '' webhook_url: sections: - type: heading label: Content - type: jekyll-posts label: News create: all templates: - post - type: directory path: _articles label: Articles create: all match: "*" templates: - project - type: directory path: ...
--- new_page_extension: md auto_deploy: true admin_path: '' webhook_url: sections: - type: heading label: Content - type: jekyll-posts label: News create: all templates: - post - type: directory path: _articles label: Articles create: all match: "*" templates: - project - type: directory path: ...
Remove other checks that can't be fixed
--- engines: bundler-audit: enabled: true duplication: enabled: true config: languages: - ruby - javascript - python - php fixme: enabled: true rubocop: enabled: true checks: Rubocop/Metrics/MethodLength: enabled: false ratings: paths: - Ge...
--- engines: bundler-audit: enabled: true duplication: enabled: true config: languages: - ruby - javascript - python - php checks: Similar code: enabled: false fixme: enabled: true rubocop: enabled: true checks: Rubocop/Metrics/Method...
Use tutum/mongodb Docker image instead of mongo
version: '3' volumes: mongo_data: elastic_data: services: mongo: image: mongo:2.6 ports: - "27017:27017" volumes: - mongo_data:/data/db network_mode: "bridge" elasticsearch: image: elasticsearch:1.3 ports: - "9200:9200" volumes: - elastic_data:/usr/share/el...
version: '3' volumes: mongo_data: elastic_data: services: mongo: image: tutum/mongodb:2.6 ports: - "27017:27017" volumes: - mongo_data:/data/db environment: - AUTH=no network_mode: "bridge" elasticsearch: image: elasticsearch:1.3 ports: - "9200:9200" vo...
Update from Hackage at 2017-04-22T11:32:20Z
homepage: '' changelog-type: '' hash: 97df0ac1477ad02536d8b7afa0a1e79adbce555299884c59a523bcbfae8decda test-bench-deps: base: ==4.* hspec: ! '>=2.2.0 && <3.0' text: ! '>=1.0 && <2' peregrin: -any resource-pool: ! '>=0.2.1 && <0.3' postgresql-simple: ! '>=0.5.2.1 && <0.6' transformers: ! '>=0.5.2 && <0.6' ...
homepage: '' changelog-type: '' hash: febace27bfc0d893c83097654f5a1e6c889327995c06f6d2074a9a2da3e8aeb4 test-bench-deps: base: ==4.* hspec: ! '>=2.2.0 && <3.0' text: ! '>=1.0 && <2' peregrin: -any resource-pool: ! '>=0.2.1 && <0.3' postgresql-simple: ! '>=0.5.2.1 && <0.6' transformers: ! '>=0.5.2 && <0.6' ...
Fix command not found for scan build
stages: - build - test - package build: stage: build script: - make artifacts: paths: - btsoot test: stage: test script: - check-build make dpkg: stage: package environment: Production script: - make - mkdir -p btsoot_$CI_BUILD_TAG/DEBIAN/ - python3.6 package_deb_r...
stages: - build - test - package build: stage: build script: - make artifacts: paths: - btsoot test: stage: test script: - scan-build make dpkg: stage: package environment: Production script: - make - mkdir -p btsoot_$CI_BUILD_TAG/DEBIAN/ - python3.6 package_deb_re...
Add bluesky-kafka (kafka-python will come in as a secondary dep).
{% set year = "2018" %} {% set cycle = "2" %} {% set version ="0" %} package: name: analysis version: {{ year }}C{{ cycle }}.{{ version }} build: number: 0 requirements: run: - amostra # [py3k] - bluesky # [py3k] - controls-doctor - dask - databroker - databroker-browser - datam...
{% set year = "2018" %} {% set cycle = "2" %} {% set version ="0" %} package: name: analysis version: {{ year }}C{{ cycle }}.{{ version }} build: number: 0 requirements: run: - amostra # [py3k] - bluesky # [py3k] - bluesky-kafka # [py3k] - controls-doctor - dask - databroker - ...
Add dependencies for to run async tests
name: Busted on: [push, pull_request] jobs: busted: strategy: fail-fast: false matrix: luaVersion: ["5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"] penlightVersion: ["1.9.2", "1.8.0", "1.6.0", "1.3.2"] runs-on: ubuntu-20.04 steps: - name: Checkout uses: a...
name: Busted on: [push, pull_request] jobs: busted: strategy: fail-fast: false matrix: luaVersion: ["5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty"] penlightVersion: ["1.9.2", "1.8.0", "1.6.0", "1.3.2"] runs-on: ubuntu-20.04 steps: - name: Checkout uses: a...
Add linux host requirements for pyside2
{% set name = "quantiphyse-fabber" %} {% set version = "0.9.1.post1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/quantiphyse-fabber-{{ version }}.tar.gz sha256: d527e418a93c87272b58c2722e66e0f4de041e53c3f59a08e9a23f143ea786be...
{% set name = "quantiphyse-fabber" %} {% set version = "0.9.1.post1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/quantiphyse-fabber-{{ version }}.tar.gz sha256: d527e418a93c87272b58c2722e66e0f4de041e53c3f59a08e9a23f143ea786be...
Add meld to desktop role
--- - name: Install common desktop packages apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time={{ aptcachetime }} with_items: - guake - libnotify-bin - nautilus-compare - nautilus-image-converter - nautilus-image-manipulator - nautilus-open-terminal - nautilus-wipe -...
--- - name: Install common desktop packages apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time={{ aptcachetime }} with_items: - guake - libnotify-bin - meld # Diff / merge tool - nautilus-compare - nautilus-image-converter - nautilus-image-manipulator - nautilus-open-ter...
Declare default persistent disk type and default vm type params
--- platform: linux image: docker:///cfinfrastructure/deployment inputs: - name: mega-ci - name: consul-release - name: stemcell - name: turbulence-release - name: bosh-aws-cpi-release - name: latest-consul-release run: path: mega-ci/scripts/ci/run-consats/task params: AWS_ACCESS_KEY_ID: AWS_REGIO...
--- platform: linux image: docker:///cfinfrastructure/deployment inputs: - name: mega-ci - name: consul-release - name: stemcell - name: turbulence-release - name: bosh-aws-cpi-release - name: latest-consul-release run: path: mega-ci/scripts/ci/run-consats/task params: AWS_ACCESS_KEY_ID: AWS_REGIO...
Add nginx 1.13.11, remove nginx 1.13.10
--- language: staticfile default_versions: - name: nginx version: 1.13.10 dependencies: - name: nginx version: 1.13.10 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.10-linux-x64-42aa5376.tgz sha256: 42aa53764e9a44d548dd74823aaf1623f31ce60f88979e14bf636334b6de370d cf_stacks: - cflinu...
--- language: staticfile default_versions: - name: nginx version: 1.13.11 dependencies: - name: nginx version: 1.13.11 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.11-linux-x64-3ab77e04.tgz sha256: 3ab77e04a91a038b3abcab7f45066787638f66be8bdb35cd91a6fc42046b3316 cf_stacks: - cflinu...
Create env file in dependencies
machine: php: version: 5.6.22 services: - mysql environment: APPLICATION_ENV: test DB_HOST: localhost DB_NAME: phalcon_base_project_test DB_USERNAME: root DB_PASSWORD: "" DEBUG: true OAUTH_ENABLED: true CLIENT_SECRET: client_secret CLIENT_ID: client_id hosts: test...
machine: php: version: 5.6.22 services: - mysql environment: APPLICATION_ENV: test DB_HOST: localhost DB_NAME: phalcon_base_project_test DB_USERNAME: root DB_PASSWORD: "" DEBUG: true OAUTH_ENABLED: true CLIENT_SECRET: client_secret CLIENT_ID: client_id hosts: test...
Add PHP 5.3.2 build on Travis.
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm services: mongodb script: phpunit branches: only: - master notifications: webhooks: urls: - https://webhooks.gitter.im/e/8b61866e4f071e7cebbc on_success: change # options: [always|never|change] default: always on_failure: always # o...
language: php php: - 5.3.2 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm services: mongodb script: phpunit branches: only: - master notifications: webhooks: urls: - https://webhooks.gitter.im/e/8b61866e4f071e7cebbc on_success: change # options: [always|never|change] default: always on_failure: a...
Drop Django 1.3 and Python 2.6 from Travis builds, add Django 1.6
language: python python: - "2.6" - "2.7" env: - DJANGO_VERSION='>=1.3,<1.4' - DJANGO_VERSION='>=1.4,<1.5' - DJANGO_VERSION='>=1.5,<1.6' matrix: include: - python: "3.3" env: DJANGO_VERSION='>=1.5,<1.6' install: pip install Django$DJANGO_VERSION --use-mirrors script: nosetests
language: python python: - "2.7" env: - DJANGO_VERSION='>=1.4,<1.5' - DJANGO_VERSION='>=1.5,<1.6' - DJANGO_VERSION='>=1.6,<1.7' matrix: include: - python: "3.3" env: - DJANGO_VERSION='>=1.5,<1.6' - DJANGO_VERSION='>=1.6,<1.7' install: pip install Django$DJAN...
Print Ant version on CI build.
# Travis CI build language: java os: linux jdk: - openjdk8 - openjdk11 before_script: - export ANT_VERSION=1.10.9 - wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz - wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.ta...
# Travis CI build language: java os: linux jdk: - openjdk8 - openjdk11 before_script: - export ANT_VERSION=1.10.9 - wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.tar.gz - wget --no-cookies https://downloads.apache.org/ant/binaries/apache-ant-${ANT_VERSION}-bin.ta...
Use container-based infrastructure on Travis CI
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "short_open_tag = On" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - mysql -e 'CREATE DATABASE concrete5_tests;' - cd web/concrete - composer install - cd...
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "short_open_tag = On" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;' - mysql -e 'CREATE DATABASE concrete5_tests;' - cd web/concrete - composer in...
Add base in npm install in mock-project dir
sudo: false language: node_js node_js: - stable - '0.12' install: - export NODE_ENV=development - npm install - npm uninstall gulp-sass - npm install gulp-sass@2 # - npm rebuild node-sass # - cp _config/task.sass.js test/mock-project/_config/task.sass.js # - cp package.json test/mock...
sudo: false language: node_js node_js: - stable - '0.12' install: - export NODE_ENV=development - npm install - npm uninstall gulp-sass - npm install gulp-sass@2 # - npm rebuild node-sass - cp _config/task.sass.js test/mock-project/_config/task.sass.js - cp package.json test/mock-pro...
Add io.js 3.x to test environmets
language: node_js node_js: - "0.12" - "0.10" - "1.0.0" - "1.8.1" - "2.0.0" - "2.5.0" script: "npm run jshint && npm run test"
language: node_js node_js: - "0.12" - "0.10" - "iojs-v1" - "iojs-v2" - "iojs-v3" script: "npm run jshint && npm run test"
Add Flask 1.0.2 to the Travis CI build
sudo: false language: python python: - 2.7 services: - redis env: - FLASK=0.10.1 - FLASK=0.9 - FLASK=0.8.1 install: - pip install -q Flask==$FLASK - pip install -q -r dev_requirements.txt - pip install -q -e . script: - python setup.py test
sudo: false language: python python: - 2.7 services: - redis env: - FLASK=1.0.2 - FLASK=0.10.1 - FLASK=0.9 - FLASK=0.8.1 install: - pip install -q Flask==$FLASK - pip install -q -r dev_requirements.txt - pip install -q -e . script: - python setup.py test
Add codecov.io upload to Travis CI config
language: python env: TRAVISBUG="#1027" matrix: exclude: - env: TRAVISBUG="#1027" include: - python: "2.7" env: BUILDENV=precise - python: "2.7" env: BUILDENV=latest - python: "3.4" env: BUILDENV=latest - python: "pypy" env: BUI...
language: python env: TRAVISBUG="#1027" matrix: exclude: - env: TRAVISBUG="#1027" include: - python: "2.7" env: BUILDENV=precise - python: "2.7" env: BUILDENV=latest - python: "3.4" env: BUILDENV=latest - python: "pypy" env: BUI...
Make sure that CI works when using Go modules
sudo: false language: go
sudo: false language: go go: - 1.10.x - master os: - linux - osx dist: trusty script: - env GO111MODULE=on go build - env GO111MODULE=on go test
Revert to STIX ver. 1.2 to pass build
language: python python: - "2.7" - "3.5" install: - sudo apt-get update - sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev - pip install stix==1.1.1.8 - pip install stix-validator --pre - pip install pep8 script: - find . -name \*.py -exec pep8 --ignore=E501 {} + - ./test_idioms.sh branches...
language: python python: - "2.7" - "3.5" install: - sudo apt-get update - sudo apt-get install libxml2-dev libxslt-dev zlib1g-dev - pip install stix - pip install stix-validator --pre - pip install pep8 script: - find . -name \*.py -exec pep8 --ignore=E501 {} + - ./test_idioms.sh branches: only:...
Replace mvnw install command with mvnw package
language: java jdk: - oraclejdk8
language: java script: eval ./mvnw package -DskipTests=true -Dmaven.javadoc.skip=true -B -V jdk: - oraclejdk8
Fix C++11 use by gcc and clang
language: cpp compiler: - gcc -std=c++11 - clang -std=c++11 before_install: sudo apt-get update install: - sudo apt-get install build-essential - sudo apt-get install libboost-all-dev - sudo apt-get install libmpfr-dev - sudo apt-get install cmake #- sudo apt-get install make - sudo apt-get install curl...
language: cpp compiler: - gcc -std=c++0x - clang -std=c++1y before_install: sudo apt-get update install: - sudo apt-get install build-essential - sudo apt-get install libboost-all-dev - sudo apt-get install libmpfr-dev - sudo apt-get install cmake #- sudo apt-get install make - sudo apt-get install curl...
Enable CI testing with Go 1.10
language: go sudo: false go: - 1.9 - tip
language: go sudo: false go: - "1.9" - "1.10" - tip
Use the latest Rubies on Travis CI
language: ruby rvm: - 2.6.2 - 2.5.5 - 2.4.5 - 2.3.8 - 2.2.10 - 2.1.10 - 2.0.0 before_install: - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)' - 'gem update bundler --conservative' sudo: false bundler_args: --without=guard notifications: ...
language: ruby rvm: - 2.6.3 - 2.5.5 - 2.4.6 - 2.3.8 - 2.2.10 - 2.1.10 - 2.0.0 before_install: - 'gem update --system --conservative || (gem i "rubygems-update:~>2.7" --no-document && update_rubygems)' - 'gem update bundler --conservative' sudo: false bundler_args: --without=guard notifications: ...
Add new Node.js version 12 to CI.
language: node_js node_js: - "6" - "8" - "10" os: - windows - linux - osx cache: npm script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
language: node_js node_js: - "6" - "8" - "10" - "12" os: - windows - linux - osx cache: npm script: "npm run-script test-cover" after_script: "npm install coveralls && cat ./coverage/lcov.info | coveralls"
Disable pypy since the installation via pip is broken on Travis
language: python python: - "2.7" - "pypy" install: - "pip install cython" - "pip install ." script: nosetests
language: python python: - "2.7" # - "pypy" install: - "pip install cython" - "pip install ." script: nosetests
Remove deprecated `sudo: false` option
sudo: false language: node_js node_js: - "6" - "8" - "10" env: global: - FORCE_PERSISTENCE_IN_CI=true matrix: - NPM_SCRIPT=test matrix: include: - node_js: "6" env: NPM_SCRIPT=lint script: - npm run $NPM_SCRIPT before_deploy: - npm install -g auto-dist-tag - auto-dist-tag --writ...
language: node_js node_js: - "6" - "8" - "10" env: global: - FORCE_PERSISTENCE_IN_CI=true matrix: - NPM_SCRIPT=test matrix: include: - node_js: "6" env: NPM_SCRIPT=lint script: - npm run $NPM_SCRIPT before_deploy: - npm install -g auto-dist-tag - auto-dist-tag --write deploy: ...
Remove node 0.6 because apparently mocha 3.0.0 isn't compatible
language: node_js node_js: - "6" - "6.1" - "5.11" - "4" - "0.6" - "iojs"
language: node_js node_js: - "6" - "6.1" - "5.11" - "4" - "iojs"
Add PHP 7 to tests
language: php php: - 5.4 - 5.5 - 5.6 # - hhvm matrix: fast_finish: true # allow_failures: # - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - ./vendor/bin/phpunit --verbose --coverage-text - ./vendo...
language: php php: - 7.0 - 5.4 - 5.5 - 5.6 # - hhvm matrix: fast_finish: true # allow_failures: # - php: hhvm before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - ./vendor/bin/phpunit --verbose --coverage-text -...
Test Ruby 2.7 on Travis
language: ruby sudo: required dist: xenial services: - docker rvm: - 2.3 - 2.4 - 2.5 - 2.6 - ruby-head bundler_args: "--jobs=4 --retry=3" cache: bundler: true before_install: - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3 script: - RUBYOP...
language: ruby sudo: required dist: xenial services: - docker rvm: - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 - ruby-head bundler_args: "--jobs=4 --retry=3" cache: bundler: true before_install: - travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3 script: ...
Correct production Let's Encrypt URL in example
apiVersion: extensions/v1beta1 kind: Deployment metadata: labels: app: kube-cert-manager name: kube-cert-manager spec: replicas: 1 template: metadata: labels: app: kube-cert-manager name: kube-cert-manager spec: containers: - name: kube-cert-manager image:...
apiVersion: extensions/v1beta1 kind: Deployment metadata: labels: app: kube-cert-manager name: kube-cert-manager spec: replicas: 1 template: metadata: labels: app: kube-cert-manager name: kube-cert-manager spec: containers: - name: kube-cert-manager image:...
Update actions/checkout action to v3
name: build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 12, 13, 14, 15, 16, 17 ] steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: distribution: adopt java-version: ${{ matrix.java-versi...
name: build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 12, 13, 14, 15, 16, 17 ] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v2 with: distribution: adopt java-version: ${{ matrix.java-versi...
Improve text in deploy Github action
name: Deploy Kitsu to staging environment on: push: branches: - master jobs: build: name: Build runs-on: ubuntu-latest steps: - name: executing remote ssh commands using password uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} username: ${{ secr...
name: Deploy Kitsu to staging environment on: push: branches: - master jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Deploy on staging server uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} ...
Update facts after installing docker engine. Use "apt_key" module for adjusting apt keys.
--- # Install docker engine. # # This is one of at least two mechanisms for installing Docker via apt (the other # being the `lxc-docker` package). There is currently only one version of `docker-engine` # available, so this mechanism will only work for the most recent `docker_version`, # currently `1.8.1`. # # Installi...
--- # Install docker engine. # # This is one of at least two mechanisms for installing Docker via apt (the other # being the `lxc-docker` package). There is currently only one version of `docker-engine` # available, so this mechanism will only work for the most recent `docker_version`, # currently `1.8.1`. # # Installi...
Update Linux Cmake to new version 2.0.0
name: Linux Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: Linux-cma...
name: Linux Cmake on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: env: EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }} jobs: Linux-cma...
Fix misleading error message when attempting to install drupal without a codebase
--- - name: Check if site is already installed. command: > {{ drush_path }} status bootstrap chdir={{ drupal_core_path }} register: drupal_site_installed failed_when: false changed_when: false become: no - name: Install Drupal with drush. command: > {{ drush_path }} site-install {{ drupal_insta...
--- - name: Check if site is already installed. command: > {{ drush_path }} status bootstrap chdir={{ drupal_core_path }} register: drupal_site_installed failed_when: "drupal_site_installed.stdout is undefined" changed_when: false become: no - name: Install Drupal with drush. command: > {{ drus...
Enable the server navigation kit from the creative mode example
gold_kit: icon: gold_ingot items: - gold_ingot - gold_nugget@8 iron_kit: icon: iron_ingot items: - iron_ingot - iron_nugget@8 tutorial: starter: true items: - stick - book - emerald@8 - diamond@2 - wooden_sword - wooden_pickaxe - wooden_shovel - wooden_axe ...
gold_kit: icon: gold_ingot items: - gold_ingot - gold_nugget@8 iron_kit: icon: iron_ingot items: - iron_ingot - iron_nugget@8 tutorial: starter: true items: - stick - book - emerald@8 - diamond@2 - wooden_sword - wooden_pickaxe - wooden_shovel - wooden_axe ...
Add release note for security group set refactor
--- fixes: - | Ignore the ``security group list`` command ``--all-projects`` option for Network v2 since security groups will be displayed for all projects by default (admin only). [Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
--- fixes: - Ignore the ``security group list`` command ``--all-projects`` option for Network v2 since security groups will be displayed for all projects by default (admin only). [Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_] - The ``security group set`` command now uses Network v2 when ...
Enable github CI for PR
name: Node.js CI on: [push] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] node-version: [8.x, 10.x, 12.x] generator-version: [2.0.5, 3.0.0, 4.0.0, latest] steps: - uses: actions/checkout@v2 - name: OS ${{ matrix.os }} ...
name: Node.js CI on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] node-version: [8.x, 10.x, 12.x] generator-version: [2.0.5, 3.0.0, 4.0.0, latest] steps: - uses: actions/checkout@v2 - name: OS ${{...
Disable pre-commit that forbids commit on master branch
repos: - repo: git@github.com:pre-commit/pre-commit-hooks sha: v1.1.1 hooks: - id: debug-statements - id: trailing-whitespace - id: check-merge-conflict - id: check-executables-have-shebangs - id: check-ast - id: check-byte-order-marker - id: check-json - id: check-symlinks ...
repos: - repo: git@github.com:pre-commit/pre-commit-hooks sha: v1.1.1 hooks: - id: debug-statements - id: trailing-whitespace - id: check-merge-conflict - id: check-executables-have-shebangs - id: check-ast - id: check-byte-order-marker - id: check-json - id: check-symlinks ...
Update `source_gen` to ^0.7.0 in `angular_compiler`.
name: angular_compiler author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/angular description: Compiler for AngularDart. version: 0.1.2 environment: sdk: '>=1.22.0 <2.0.0' dependencies: args: ^0.13.6 barback: ^0.15.2+2 build: ^0.9.0 glob: ^1.0.0 logging: '>=0.9.0 <0.12.0' meta:...
name: angular_compiler author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/angular description: Compiler for AngularDart. version: 0.1.2 environment: sdk: '>=1.22.0 <2.0.0' dependencies: args: ^0.13.6 barback: ^0.15.2+2 build: ^0.9.0 glob: ^1.0.0 logging: '>=0.9.0 <0.12.0' meta:...
Add accessibility test to GitHub Action
name: Lint, Build and Run on: [push] jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v1 - name: ESLint uses: gimenete/eslint-action@master env: GITHUB_TOKEN: ${{ secrets.GITHU...
name: Lint, Build and Run on: [push] jobs: lint: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v1 - name: ESLint uses: gimenete/eslint-action@master env: GITHUB_TOKEN: ${{ secrets.GITHU...
Change attribute name of table key
service: work2d provider: name: aws runtime: nodejs6.10 functions: login: handler: handler.login events: - http: path: login method: get cors: true resources: Resources: userTable: Type: AWS::DynamoDB::Table Properties: TableName: users ...
service: work2d provider: name: aws runtime: nodejs6.10 functions: login: handler: handler.login events: - http: path: login method: get cors: true resources: Resources: userTable: Type: AWS::DynamoDB::Table Properties: TableName: users ...
Update New Hall Christmas visit slots
--- name: New Hall nomis_id: NHI address: - Dial Wood - WF4 4XX email: socialvisits.newhall@hmps.gsi.gov.uk enabled: true estate: New Hall phone: 01924 803219 slots: sat: - 1400-1600 sun: - 1400-1600 thu: - 1400-1600 tue: - 1400-1600 wed: - 1400-1600 unbookable: - 2014-12-25 - 2014-12-26 - 2015-01-0...
--- name: New Hall nomis_id: NHI address: - Dial Wood - WF4 4XX email: socialvisits.newhall@hmps.gsi.gov.uk enabled: true estate: New Hall phone: 01924 803219 slots: sat: - 1400-1600 sun: - 1400-1600 thu: - 1400-1600 tue: - 1400-1600 wed: - 1400-1600 unbookable: - 2014-12-25 - 2014-12-26 - 2015-01-0...
Use Bento slugs in Kitchen
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.9 - name: centos-7.3 suites: - name: default run_list: - recipe[kickstart::default]
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6 - name: centos-7 suites: - name: default run_list: - recipe[kickstart::default]
Remove options that are now enabled by default.
--- inherit_gem: rubocop-fnando: .rubocop.yml AllCops: TargetRubyVersion: 2.7 Metrics/LineLength: Exclude: - test/**/* Metrics/AbcSize: Enabled: false Style/GlobalVars: Exclude: - test/minitest/utils/let_test.rb Metrics: Enabled: false
--- inherit_gem: rubocop-fnando: .rubocop.yml AllCops: TargetRubyVersion: 2.7 Style/GlobalVars: Exclude: - test/minitest/utils/let_test.rb
Update tenants version to 1.0.207
services: - hash: 61ea6a749144393f19392e54faf2418ffb16d806 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8-services/fabric8-tenant/
services: - hash: 57f37665e5f4816429c02e20011ec8fced33287c name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8-services/fabric8-tenant/
Update Knock on Ports to 1.0.8 (11)
Categories: - Security License: Apache-2.0 SourceCode: https://github.com/impalex/knockonports IssueTracker: https://github.com/impalex/knockonports/issues AutoName: Knock on Ports RepoType: git Repo: https://github.com/impalex/knockonports Builds: - versionName: 1.0.3 versionCode: 6 commit: 1.0.3 su...
Categories: - Security License: Apache-2.0 SourceCode: https://github.com/impalex/knockonports IssueTracker: https://github.com/impalex/knockonports/issues AutoName: Knock on Ports RepoType: git Repo: https://github.com/impalex/knockonports Builds: - versionName: 1.0.3 versionCode: 6 commit: 1.0.3 su...
Update from Hackage at 2015-09-02T19:18:05+0000
homepage: https://github.com/mfine/postgresql-schema changelog-type: '' hash: 48c36bad1c6796bd2c7211e0002d2aafc5bb0c8dedde4ec9f8ece597335096ce test-bench-deps: {} maintainer: mark.fine@gmail.com synopsis: PostgreSQL Schema Management changelog: '' basic-deps: shelly: -any base-prelude: -any postgresql-schema: -an...
homepage: https://github.com/mfine/postgresql-schema changelog-type: '' hash: b3dceb24fdfc2ef9f6d1652275497669a18bc356795dd91c88c27036ca899092 test-bench-deps: {} maintainer: mark.fine@gmail.com synopsis: PostgreSQL Schema Management changelog: '' basic-deps: shelly: -any base-prelude: -any postgresql-schema: -an...
Update browser file to most current versions
# these browsers must also match what's available in test minimums: chrome: 81 safari: 12 firefox: 77 ie: 12
# these browsers must also match what's available in test minimums: chrome: 84 safari: 12 firefox: 79
Add -a flag to xvfb-run to avoid conflicting with other running instances
machine: pre: - curl https://raw.githubusercontent.com/witheve/Eve/master/install-multirust.sh | sh - multirust default nightly-2015-09-17 dependencies: post: - cd ui && npm install - npm i -g slimerjs - npm i -g phantomjs - npm i -g casperjs@1.1.0-beta3 - npm i -g spook - ./run.sh ...
machine: pre: - curl https://raw.githubusercontent.com/witheve/Eve/master/install-multirust.sh | sh - multirust default nightly-2015-09-17 dependencies: post: - cd ui && npm install - npm i -g slimerjs - npm i -g phantomjs - npm i -g casperjs@1.1.0-beta3 - npm i -g spook - ./run.sh ...
Remove "write a program" from binary-search exercise
--- blurb: "Write a program that implements a binary search algorithm." source: "Wikipedia" source_url: "http://en.wikipedia.org/wiki/Binary_search_algorithm"
--- blurb: "Implement a binary search algorithm." source: "Wikipedia" source_url: "http://en.wikipedia.org/wiki/Binary_search_algorithm"
Revert "keep log indices for 14 instead of 9 days"
indices: # We assume that all indices are named as {prefix}-YYYY.MM.DD prefix: "logs" # How many days of indices to keep days: 14 # OPTIONAL: Cron timestamp (sec, min, hour, day of month, month, day of week) in UTC. # If specified, clears the old indices at that interval. clearAt: "0 5 9 * * *" # 2:05 am ...
indices: # We assume that all indices are named as {prefix}-YYYY.MM.DD prefix: "logs" # How many days of indices to keep days: 9 # OPTIONAL: Cron timestamp (sec, min, hour, day of month, month, day of week) in UTC. # If specified, clears the old indices at that interval. clearAt: "0 5 9 * * *" # 2:05 am P...
Remove 3 cells in Ireland
--- cell_instances: 42 router_instances: 3 api_instances: 4 doppler_instances: 12
--- cell_instances: 39 router_instances: 3 api_instances: 4 doppler_instances: 12
Add an apt package to our test package (for testing).
# .travis.yml for r-travis. # # If you're looking to use r-travis with your project, DO NOT USE THIS # FILE -- use `sample.travis.yml` instead. language: c script: ./travis-tool.sh run_tests notifications: email: on_success: change on_failure: change before_script: - cp scripts/travis-tool.sh fakepackage ...
# .travis.yml for r-travis. # # If you're looking to use r-travis with your project, DO NOT USE THIS # FILE -- use `sample.travis.yml` instead. language: c script: ./travis-tool.sh run_tests notifications: email: on_success: change on_failure: change before_script: - cp scripts/travis-tool.sh fakepackage ...
Prepare for deploying all modules snapshots
language: java jdk: - openjdk7 # whitelist branches: only: - master env: global: - secure: "Si+FksmD04Qev09hkYqWYN4rYQderrvMt6/kZBTgEek/v4Bd8QVCcbkZemYQCLnfhm94fNJDVrvpbrZhkeSWhCXKnnsYMH9oaxQWSd4aUI55V9QAseVAWMod5d2TSD7kTIo1owV5xh9LHTLmwnv4v6WmV3dSHSQc0zQh09dFC/M=" - secure: "IVcJyf13GCwLkpYKqygwTH9...
language: java jdk: - openjdk7 # whitelist branches: only: - master env: global: - secure: "Si+FksmD04Qev09hkYqWYN4rYQderrvMt6/kZBTgEek/v4Bd8QVCcbkZemYQCLnfhm94fNJDVrvpbrZhkeSWhCXKnnsYMH9oaxQWSd4aUI55V9QAseVAWMod5d2TSD7kTIo1owV5xh9LHTLmwnv4v6WmV3dSHSQc0zQh09dFC/M=" - secure: "IVcJyf13GCwLkpYKqygwTH9...
Make Travis use tox and Coveralls
language: python python: - "3.3" - "3.4" - "3.5" branches: only: - master before_install: - pip install --upgrade pip - pip install pep8 pylint tox install: - python setup.py sdist - pip install ./dist/* script: - backlog --help - tox - pep8 backlog setup.py - pylint backlog setup.py
branches: only: - master language: python python: - "3.3" - "3.4" - "3.5" install: pip install tox-travis coveralls script: tox after_success: coveralls
Add Ruby 2.6, 2.7, 3.0 to Travis CI
language: ruby rvm: - 2.5 - 2.4 - 2.3 - 2.2 - 2.1 - 2.0 branches: only: - master matrix: include: # Run Danger only once, on 2.5 - rvm: 2.5 script: bundle exec danger script: bundle exec rake test:units lint
language: ruby rvm: - 3.0 - 2.7 - 2.6 - 2.5 - 2.4 - 2.3 - 2.2 - 2.1 - 2.0 branches: only: - master matrix: include: # Run Danger only once, on 2.5 - rvm: 2.5 script: bundle exec danger script: bundle exec rake test:units lint
Send coverage info to codecov.
language: python envs: - TOXENV=py27 install: pip install tox script: tox
language: python envs: - TOXENV=py27 before_install: - pip install codecov install: pip install tox script: tox after_success: - codecov
Remove rbx-19mode because it is blowing up during the bundle install.
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx-18mode - rbx-19mode - jruby gemfile: - gemfiles/rack-1.1.gemfile - gemfiles/rack-1.2.gemfile - gemfiles/rack-1.3.gemfile
rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree - rbx-18mode - jruby gemfile: - gemfiles/rack-1.1.gemfile - gemfiles/rack-1.2.gemfile - gemfiles/rack-1.3.gemfile
Revert "Add NODE_OPTIONS at script level"
dist: xenial language: node_js addons: apt: packages: - chromium-browser node_js: - lts/* - node before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH=$HOME/.yarn/bin:$PATH script: - NODE_OPTIONS=--max_old_space_size=4096 yarn lint - yarn audit - NODE_OPTION...
dist: xenial language: node_js addons: apt: packages: - chromium-browser node_js: - lts/* - node before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash -s - export PATH=$HOME/.yarn/bin:$PATH script: - yarn lint - yarn audit - yarn test --code-coverage - yarn build after_sc...
Change to correct directory on script
language: c before_script: - wget -O smdrop15.html http://www.sourcemod.net/smdrop/1.5/ - FILE=`egrep '"sourcemod-1\.5\..*-hg.*-linux\.tar\.gz"' smdrop15.html | cut -d '"' -f 2 | tail -1` - wget http://www.sourcemod.net/smdrop/1.5/$FILE - tar -xzf $FILE - cd addons/sourcemod/scripting/ - chmod ...
language: c before_script: - wget -O smdrop15.html http://www.sourcemod.net/smdrop/1.5/ - FILE=`egrep '"sourcemod-1\.5\..*-hg.*-linux\.tar\.gz"' smdrop15.html | cut -d '"' -f 2 | tail -1` - wget http://www.sourcemod.net/smdrop/1.5/$FILE - tar -xzf $FILE - cd addons/sourcemod/scripting/ - chmod ...
Configure Travis to test Ruby 2.0.0 and 2.1.2
--- language: ruby rvm: - 1.9.3 notifications: email: false
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 notifications: email: false
Change to enforce good coding
language: go go: - 1.4 - 1.5 - tip before_script: - go get -u github.com/golang/lint/golint - go get -u github.com/axw/gocov/gocov - go get -u github.com/mattn/goveralls - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi script: - go test -v --race ./... -...
language: go go: - 1.4 - 1.5 - tip before_script: - go get -u github.com/golang/lint/golint - go get -u github.com/axw/gocov/gocov - go get -u github.com/mattn/goveralls - if ! go get github.com/golang/tools/cmd/cover; then go get golang.org/x/tools/cmd/cover; fi script: - go test -v --race ./... -...
Test on node 0.10 and 0.12
language: node_js node_js: - "0.11" - "0.10" - "0.8" before_script: - npm install -g grunt-cli notifications: email: false
language: node_js node_js: - "0.12" - "0.10" before_script: - npm install -g grunt-cli notifications: email: false
Test against latest ruby versions
sudo: false language: ruby rvm: - 2.2.6 - 2.3.3 - 2.4.0 before_install: gem install bundler
sudo: false language: ruby rvm: - 2.2.7 - 2.3.4 - 2.4.1 before_install: gem install bundler
Add --prefer-source option to composer command
language: php before_script: - composer self-update - composer install php: - 5.3.3 - 5.3 - 5.4 - 5.5 script: rake test
language: php before_script: - composer self-update - composer install --prefer-source php: - 5.3.3 - 5.3 - 5.4 - 5.5 script: rake test
Update Travis node versions to ones that work.
language: node_js node_js: - 0.4 - 0.6 - 0.8 - 0.9
language: node_js node_js: - "0.6" - "0.8" - "0.10"
Use nightly instead of 7.0 for php
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm - php: 7.0 before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction --dev install: - composer install --prefer-source --no-interaction --dev scr...
language: php php: - 5.4 - 5.5 - 5.6 - nightly - hhvm matrix: allow_failures: - php: hhvm - php: nightly before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction --dev install: - composer install --prefer-source --no-interaction --...
Set iOS Simulator as the target for tests
language: objective-c osx_image: xcode7.3 podfile: BSWFoundationPlayground/Podfile xcode_workspace: BSWFoundationPlayground/BSWFoundation.xcworkspace xcode_scheme: Tests
language: objective-c osx_image: xcode7.3 podfile: BSWFoundationPlayground/Podfile xcode_workspace: BSWFoundationPlayground/BSWFoundation.xcworkspace xcode_scheme: Tests xcode_sdk: iphonesimulator9.3
Install R pkg yaml and update all conda pkgs.
language: python python: - "3.7" dist: xenial env: global: - _R_CHECK_FORCE_SUGGESTS_: false install: - wget https://repo.continuum.io/miniconda/Miniconda3-4.3.27.1-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - con...
language: python python: - "3.7" dist: xenial env: global: - _R_CHECK_FORCE_SUGGESTS_: false install: - wget https://repo.continuum.io/miniconda/Miniconda3-4.3.27.1-Linux-x86_64.sh -O miniconda.sh - bash miniconda.sh -b -p $HOME/miniconda - export PATH="$HOME/miniconda/bin:$PATH" - hash -r - con...
Update Travis postgres to 9.4
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.6 - 2.2.3 - rbx-2 matrix: allow_failures: - rvm: rbx-2 exclude: - rvm: 1.9.3 env: DB=database.yml.postgresql - rvm: 2.0.0 env: DB=database.yml.postgresql - rvm: 2.1.6 env: DB=database.yml.postgresql - rvm: rbx-2 env: DB=datab...
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.6 - 2.2.3 - rbx-2 matrix: allow_failures: - rvm: rbx-2 exclude: - rvm: 1.9.3 env: DB=database.yml.postgresql - rvm: 2.0.0 env: DB=database.yml.postgresql - rvm: 2.1.6 env: DB=database.yml.postgresql - rvm: rbx-2 env: DB=datab...
Use the new build env on Travis
language: go services: - redis-server go: - 1.2 - 1.3 - tip
language: go sudo: false services: - redis-server go: - 1.2 - 1.3 - tip
Test and tag commits pushed to master.
sudo: false language: python python: - '2.7' env: global: - NIFTY_TRAVIS_CACHE_REPO=https://github.com/nimbis/travis-cache-public.git install: - make reqs before_script: - git clone https://github.com/nimbis/nifty.git ./.nifty script: - source .nifty/nifty-script - verify_coverage_improvement script: ...
sudo: false language: python python: - '2.7' branches: except: - travis-tested install: env: global: - NIFTY_TRAVIS_CACHE_REPO=https://github.com/nimbis/travis-cache-public.git install: - make reqs before_script: - git clone https://github.com/nimbis/nifty.git ./.nifty script: - source .nifty/nifty-...
Enable python 3.4 Travis builds
language: python python: - 2.7 - 3.3 # TODO: Waiting for https://github.com/travis-ci/travis-ci/issues/1989 # - 3.4 before_install: - pip install cython install: - sudo apt-get install zookeeper - pip install -r requirements/base.txt - pip install . before_script: - export ZOOKEEPER_...
language: python python: - 2.7 - 3.3 - 3.4 before_install: - pip install cython install: - sudo apt-get install zookeeper - pip install -r requirements/base.txt - pip install . before_script: - export ZOOKEEPER_PATH=/usr/share/java script: - mkdir -p tmp - pushd tmp - n...
Build project in Travis using maven
language: java jdk: openjdk8 branches: only: - version-4
language: java jdk: openjdk8 branches: only: - version-4 install: - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V script: - mvn test -B
Add 2.6 to test versions
language: python python: - "2.7" # - "2.6" borken, see #703 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors env: - DJANGO_VERSION=Django==1.4.5 install: - pip install -q --use-mirrors argparse - pip install -q --use-mirrors $DJANGO_VERSION - pip install -q --use-mi...
language: python python: - "2.7" - "2.6" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors env: - DJANGO_VERSION=Django==1.4.5 install: - pip install -q --use-mirrors argparse - pip install -q --use-mirrors $DJANGO_VERSION - pip install -q --use-mirrors -r requireme...
Add postgres service to Gitlab CI.
image: haskell:8.0.1 cache: paths: - .stack before_script: - export STACK_ROOT=$(pwd)/.stack - apt-get update -qq && apt-get install -qq -y m4 libpq-dev - cp secrets.m4.example secrets.m4 - make files - stack install hspec-discover - stack install --only-dependencies - stack build # Haven't fig...
image: haskell:8.0.1 services: - postgres:9.4 variables: POSTGRES_DB: betty_test POSTGRES_USER: betty POSTGRES_PASSWORD: "" cache: paths: - .stack before_script: - export STACK_ROOT=$(pwd)/.stack - apt-get update -qq && apt-get install -qq -y m4 libpq-dev - cp secrets.m4.example secrets.m4 -...
Add Azure configuration to Active Storage template
test: service: Disk root: <%= Rails.root.join("tmp/storage") %> local: service: Disk root: <%= Rails.root.join("storage") %> # Use rails secrets:edit to set the AWS secrets (as shared:aws:access_key_id|secret_access_key) # amazon: # service: S3 # access_key_id: <%= Rails.application.secrets.dig(:aws, :acc...
test: service: Disk root: <%= Rails.root.join("tmp/storage") %> local: service: Disk root: <%= Rails.root.join("storage") %> # Use rails secrets:edit to set the AWS secrets (as shared:aws:access_key_id|secret_access_key) # amazon: # service: S3 # access_key_id: <%= Rails.application.secrets.dig(:aws, :acc...
Update the constraint on matcher to hit the published version.
name: unittest version: 0.12.0-alpha.0 author: Dart Team <misc@dartlang.org> description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/unittest environment: sdk: '>=1.0.0 <2.0.0' dependencies: args: '>=0.12.1 <0.13.0' stack_trace: '>=1.2.0 <2.0.0' # Using the pre-release versio...
name: unittest version: 0.12.0-alpha.0 author: Dart Team <misc@dartlang.org> description: A library for writing dart unit tests. homepage: https://github.com/dart-lang/unittest environment: sdk: '>=1.0.0 <2.0.0' dependencies: args: '>=0.12.1 <0.13.0' stack_trace: '>=1.2.0 <2.0.0' # Use a tight version constrain...
Change to remove latest ruby
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22"...
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22"...
Insert of new email from Mortticia
# Site settings title: Mortticia description: 'True heavy metal to the modern world' url: 'http://mortticia.rocks' baseurl: '/' # google_analytics: 'UA-XXXXXX-X' # disqus_shortname: 'your-disqus-name' author: name: 'Mortticia' twitter_username: mortticiaPOA facebook_username: MortticiaPOA youtube_channel: UCIF...
# Site settings title: Mortticia description: 'True heavy metal to the modern world' url: 'http://mortticia.rocks' baseurl: '/' # google_analytics: 'UA-XXXXXX-X' # disqus_shortname: 'your-disqus-name' author: name: 'Mortticia' email: hello@mortticia.rocks twitter_username: mortticiaPOA facebook_username: Mortt...
Fix path to go command.
version: 2 jobs: build: working_directory: ~/terraform-aws-base-networking docker: - image: ruby:2.3.1 steps: - checkout - run: go test:integration
version: 2 jobs: build: working_directory: ~/terraform-aws-base-networking docker: - image: ruby:2.3.1 steps: - checkout - run: ./go test:integration
Make pull requests still run regular test suite.
name: Build, Test and Publish on: pull_request: branches: - master push: branches: - master schedule: - cron: '0 2 * * 0' # Weekly on Sundays at 02:00 jobs: publish: if: github.event_name == 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@master ...
name: Build, Test and Publish on: pull_request: branches: - master push: branches: - master schedule: - cron: '0 2 * * 0' # Weekly on Sundays at 02:00 jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@master with: fetch-depth: 1 ...
Update minimum rust version to 1.17.0
language: rust sudo: required # Dependencies of kcov addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev - cmake - libiberty-dev matrix: include: - rust: stable - rust: 1.13.0 - rust: nightly allow_failures: - rust: night...
language: rust sudo: required # Dependencies of kcov addons: apt: packages: - libcurl4-openssl-dev - libelf-dev - libdw-dev - binutils-dev - cmake - libiberty-dev matrix: include: - rust: stable - rust: 1.17.0 - rust: nightly allow_failures: - rust: night...
Update Node versions tested by Travis
language: node_js node_js: - "4" - "5" - "stable" sudo: false script: "gulp coverage" after_success: - npm install -g codeclimate-test-reporter - codeclimate-test-reporter < coverage/lcov.info
language: node_js node_js: - "6" - "7" sudo: false script: "gulp coverage" after_success: - npm install -g codeclimate-test-reporter - codeclimate-test-reporter < coverage/lcov.info
Add PHP 7.1 to build configuration
language: php sudo: false php: - 5.5 - 5.6 - 7 - hhvm matrix: fast_finish: true cache: directories: - $HOME/.composer/cache before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-source script: - phpunit --coverage-text --cov...
language: php sudo: false php: - 5.5 - 5.6 - 7.0 - 7.1 - hhvm matrix: fast_finish: true cache: directories: - $HOME/.composer/cache before_install: - travis_retry composer self-update install: - travis_retry composer install --no-interaction --prefer-source script: - phpunit --coverage-...
Update link to Gemnasium profiles list
api_key: api_key_goes_here # You personal (secret) API key. Get it at https://gemnasium.com/settings/api_access profile_name: profile_name # One of https://gemnasium.com/settings/github_setup project_name: project_name # Will be available at https://gemnasium.com/profile_name/project_name project_branch: maste...
api_key: api_key_goes_here # You personal (secret) API key. Get it at https://gemnasium.com/settings/api_access profile_name: profile_name # One of https://gemnasium.com/settings project_name: project_name # Will be available at https://gemnasium.com/profile_name/project_name project_branch: master # /!...
Switch to use apps/v1beta2 for the nats-operator
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: nats-operator spec: replicas: 1 template: metadata: labels: name: nats-operator spec: containers: - name: nats-operator image: nats-io/nats-operator:latest imagePullPolicy: Always env: ...
apiVersion: apps/v1beta2 kind: Deployment metadata: name: nats-operator spec: replicas: 1 selector: matchLabels: name: nats-operator template: metadata: labels: name: nats-operator spec: containers: - name: nats-operator image: nats-io/nats-operator:latest ...
Remove unnecessary (and outdated) comment and default sanitizers.
# Copyright 2018 Google Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing,...
homepage: "https://arrow.apache.org/" primary_contact: "antoine@python.org" auto_ccs: - "wesmckinn@gmail.com" - "private@arrow.apache.org"
Change licence id to SPDX format
{% set name = "odc-io" %} {% set version = "0.2.0a0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 1ac7645dd54de153664a638fedf94be54ea1305d50712fdcecd7ac29e57041e6 build: number: ...
{% set name = "odc-io" %} {% set version = "0.2.0a0" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 1ac7645dd54de153664a638fedf94be54ea1305d50712fdcecd7ac29e57041e6 build: number: ...
Use bus event to call Page load
name: gex_common_ui_elements version: 0.1.0+12 description: A starter template for a polymer.dart web app. environment: sdk: '>=1.8.0 <2.0.0' dependencies: browser: '>=0.10.0+2 <0.11.0' logging: '>=0.9.2 <0.10.0' paper_elements: '>=0.6.0 <0.7.0' polymer: '>=0.15.0 <0.16.0' di: ">=3.3.3 <4.0.0" shelf: '>=0...
name: gex_common_ui_elements version: 0.1.0+13 description: A starter template for a polymer.dart web app. environment: sdk: '>=1.8.0 <2.0.0' dependencies: browser: '>=0.10.0+2 <0.11.0' logging: '>=0.9.2 <0.10.0' paper_elements: '>=0.6.0 <0.7.0' polymer: '>=0.15.0 <0.16.0' di: ">=3.3.3 <4.0.0" shelf: '>=0...
Update platforms in Test Kitchen
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.2 - name: debian-7.9 run_list: apt::default - name: debian-8.2 run_list: apt::default - name: fedora-22 run_list: yum::dnf_yum_compat - name: fe...
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.2 - name: debian-7.10 run_list: apt::default - name: debian-8.4 run_list: apt::default - name: fedora-22 run_list: yum::dnf_yum_compat - name: f...
Update FakeStandby to 1.2.2 (5)
Categories: - System License: GPL-3.0-or-later AuthorName: Jonas Bernard AuthorEmail: public.jbernard@web.de WebSite: https://jonasbernard.github.io/FakeStandby/ SourceCode: https://github.com/JonasBernard/FakeStandby IssueTracker: https://github.com/JonasBernard/FakeStandby/issues AutoName: FakeStandby RepoType: g...
Categories: - System License: GPL-3.0-or-later AuthorName: Jonas Bernard AuthorEmail: public.jbernard@web.de WebSite: https://jonasbernard.github.io/FakeStandby/ SourceCode: https://github.com/JonasBernard/FakeStandby IssueTracker: https://github.com/JonasBernard/FakeStandby/issues AutoName: FakeStandby RepoType: g...