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 scientific: -any strings: -any aeson: -any vector: -any rison: -any maintainer: martin@vlkk.cz synopsis: Parses and renders RISON strings. changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' unordered-containers: -any text: -any parsers: -any attoparsec: -any text-format: -any scientific: -any strings: -any aeson: -any vector: -any all-versions: - '1.0.0.0' author: Martin Vlk latest: '1.0.0.0' description-type: haddock description: Rison gets parsed into and serialized from Aeson Valueobjects. Please see README.md for details. license-name: BSD3
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 vector: -any rison: -any maintainer: martin@vlkk.cz synopsis: Parses and renders RISON strings. changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' unordered-containers: -any text: -any attoparsec: -any scientific: -any aeson: -any vector: -any all-versions: - '1.0.0.0' - '1.1.0.0' author: Martin Vlk latest: '1.1.0.0' description-type: haddock description: Rison gets parsed into and serialized from Aeson Valueobjects. Please see README.md for details. license-name: BSD3
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 validity-text: -any validity: -any microlens: -any all-versions: - '0.0.0.0' author: Tom Sydney Kerckhove latest: '0.0.0.0' description-type: haddock description: Purely Functional Cursors for common data structures license-name: MIT
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 validity-text: -any validity: ! '>=0.8.0.0' microlens: -any all-versions: - '0.0.0.0' - '0.0.0.1' author: Tom Sydney Kerckhove latest: '0.0.0.1' description-type: haddock description: Purely Functional Cursors for common data structures license-name: MIT
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: ! '>=4.7 && <5' text: -any murmur: -any conduit: -any data-default: -any conduit-extra: -any lens: -any authenticate-oauth: -any twitter-types-lens: -any transformers: -any http-conduit: -any twitter-conduit: -any resourcet: -any optparse-declarative: -any directory: -any all-versions: - '0.0.0.1' author: Author name here latest: '0.0.0.1' description-type: haddock description: Please see README.md license-name: BSD3
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: -any base: ! '>=4.7 && <5' text: -any murmur: -any conduit: -any data-default: -any conduit-extra: -any lens: -any authenticate-oauth: -any twitter-types-lens: -any transformers: -any http-conduit: -any twitter-conduit: -any resourcet: -any optparse-declarative: -any directory: -any all-versions: - '0.0.0.1' - '0.0.0.2' author: Tokiwo Ousaka latest: '0.0.0.2' description-type: haddock description: This package privides simple CUI Twitter client. and very easy API. license-name: BSD3
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 volumes: - /var/log/opennms - /var/opennms/rrd - /var/opennms/reports - /opt/opennms/etc opennms: image: indigo/docker-opennms env_file: - .opennms.env - .postgres.env depends_on: - database - opennms_data volumes_from: - opennms_data:rw command: ["-f"] ports: - "8980:8980" - "18980:18980" - "1099:1099" - "8101:8101" - "61616:61616" - "5817:5817" - "162:162/udp"
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 volumes: - /var/log/opennms - /var/opennms/rrd - /var/opennms/reports - /opt/opennms/etc opennms: image: indigo/docker-opennms:18.0.1-1 env_file: - .opennms.env - .postgres.env depends_on: - database - opennms_data volumes_from: - opennms_data:rw command: ["-f"] ports: - "8980:8980" - "18980:18980" - "1099:1099" - "8101:8101" - "61616:61616" - "5817:5817" - "162:162/udp"
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: _instructions label: Instructions create: all match: "**/*" templates: - instruction - type: directory path: _teams label: Teams create: all match: "*" templates: - unit - type: directory path: _people label: People create: all match: "**/*" templates: - person - type: jekyll-pages label: Pages create: all templates: - landing-page - default - type: document path: _data/information.yml label: Contact Information - type: document path: _data/faq.yml label: FAQ Doc upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:"
--- 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: _instructions label: Instructions create: all match: "**/*" templates: - instruction - type: directory path: _teams label: Teams create: all match: "*" templates: - unit - type: directory path: _people label: People create: all match: "**/*" templates: - person - type: jekyll-pages label: Pages create: all templates: - landing-page - default - type: document path: _data/information.yml label: Contact Information upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:"
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: - Gemfile.lock - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" - "**.rb" exclude_paths: - db/ - spec/
--- 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/MethodLength: enabled: false Rubocop/Metrics/ClassLength: enabled: false Rubocop/Metrics/CyclomaticComplexity: enabled: false ratings: paths: - Gemfile.lock - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - "**.py" - "**.rb" exclude_paths: - db/ - spec/
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/elasticsearch/data network_mode: "bridge" mailhog: image: mailhog/mailhog:latest ports: - "1025:1025" - "8025:8025" network_mode: "bridge"
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" volumes: - elastic_data:/usr/share/elasticsearch/data network_mode: "bridge" mailhog: image: mailhog/mailhog:latest ports: - "1025:1025" - "8025:8025" network_mode: "bridge"
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' pg-harness-client: ! '>=0.4.0 && <0.5.0' maintainer: Bardur Arantsson <bardur@scientician.net> synopsis: Database migration support for use in other libraries. changelog: '' basic-deps: base: ! '>=4.9 && <5' text: ! '>=1.1.0 && <2' postgresql-simple: ! '>=0.5.2.1 && <0.6' all-versions: - '0.1.0' - '0.1.1' author: Bardur Arantsson latest: '0.1.1' description-type: haddock description: ! 'Database migration support for use in other libraries. Currently only supports PostgreSQL.' license-name: MIT
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' pg-harness-client: ! '>=0.4.0 && <0.5.0' maintainer: Bardur Arantsson <bardur@scientician.net> synopsis: Database migration support for use in other libraries. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.9 && <5' text: ! '>=1.1.0 && <2' postgresql-simple: ! '>=0.5.2.1 && <0.6' all-versions: - '0.1.0' - '0.1.1' - '0.2.0' author: Bardur Arantsson latest: '0.2.0' description-type: haddock description: ! 'Database migration support for use in other libraries. Currently only supports PostgreSQL.' license-name: MIT
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_replace_version.py $CI_BUILD_TAG - mkdir -p btsoot_$CI_BUILD_TAG/usr/local/bin - mkdir -p btsoot_$CI_BUILD_TAG/etc/btsoot/scans - cp src/btsoot btsoot_$CI_BUILD_TAG/usr/local/bin/btsoot - dpkg-deb --build btsoot_$CI_BUILD_TAG artifacts: paths: - btsoot_$CI_BUILD_TAG.deb only: - tags
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_replace_version.py $CI_BUILD_TAG - mkdir -p btsoot_$CI_BUILD_TAG/usr/local/bin - mkdir -p btsoot_$CI_BUILD_TAG/etc/btsoot/scans - cp src/btsoot btsoot_$CI_BUILD_TAG/usr/local/bin/btsoot - dpkg-deb --build btsoot_$CI_BUILD_TAG artifacts: paths: - btsoot_$CI_BUILD_TAG.deb only: - tags
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 - datamuxer - distributed - fabio - graphviz - ipython - ipywidgets - jupyter - openpyxl - pyqt >=5.6.0 - oscars - python - python-graphviz - qt >=5.6.0 - scikit-beam - suitcase - sympy - xray-vision
{% 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 - databroker-browser - datamuxer - distributed - fabio - graphviz - ipython - ipywidgets - jupyter - openpyxl - pyqt >=5.6.0 - oscars - python - python-graphviz - qt >=5.6.0 - scikit-beam - suitcase - sympy - xray-vision
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: actions/checkout@v2 - name: Setup ‘lua’ uses: leafo/gh-actions-lua@v8 with: luaVersion: ${{ matrix.luaVersion }} - name: Setup ‘luarocks’ uses: leafo/gh-actions-luarocks@v4 - name: Setup dependencies run: | luarocks install penlight ${{ matrix.penlightVersion }} luarocks install --only-deps busted-scm-2.rockspec luarocks install luasec luarocks install moonscript - name: Cache Lua machinery uses: actions/cache@v2 with: path: | .install .lua .luarocks key: lua-${{ matrix.luaVersion }}-${{ matrix.penlightVersion }}-${{ hashFiles('busted-scm-2.rockspec', '.github/workflows/busted.yml') }} - name: Build run: luarocks make - name: Run tests run: busted -v
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: actions/checkout@v2 - name: Setup ‘lua’ uses: leafo/gh-actions-lua@v8 with: luaVersion: ${{ matrix.luaVersion }} - name: Setup ‘luarocks’ uses: leafo/gh-actions-luarocks@v4 - name: Setup dependencies run: | sudo apt-get install libev-dev luarocks install penlight ${{ matrix.penlightVersion }} luarocks install --only-deps busted-scm-2.rockspec luarocks install luasec luarocks install moonscript luarocks install copas luarocks install lua-ev - name: Cache Lua machinery uses: actions/cache@v2 with: path: | .install .lua .luarocks key: lua-${{ matrix.luaVersion }}-${{ matrix.penlightVersion }}-${{ hashFiles('busted-scm-2.rockspec', '.github/workflows/busted.yml') }} - name: Build run: luarocks make - name: Run tests run: busted -v
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 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=3 run: - numpy - pyfab - python >=3 - quantiphyse test: imports: - quantiphyse_fabber commands: - pip check requires: - pip about: home: https://quantiphyse.readthedocs.io/ summary: Quantiphyse plugin for Fabber Bayesian modelling tool license: Apache-2.0 license_file: LICENSE extra: recipe-maintainers: - mcraig-ibme
{% 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 build: number: 0 noarch: python script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=3 - {{ cdt('mesa-libgl-devel') }} # [linux] - {{ cdt('mesa-dri-drivers') }} # [linux] - {{ cdt('libselinux') }} # [linux] - {{ cdt('libxdamage') }} # [linux] - {{ cdt('libxxf86vm') }} # [linux] - {{ cdt('libxext') }} # [linux] run: - numpy - pyfab - python >=3 - quantiphyse test: imports: - quantiphyse_fabber commands: - pip check requires: - pip about: home: https://quantiphyse.readthedocs.io/ summary: Quantiphyse plugin for Fabber Bayesian modelling tool license: Apache-2.0 license_file: LICENSE extra: recipe-maintainers: - mcraig-ibme
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 - ubuntu-restricted-extras - vlc
--- - 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-terminal - nautilus-wipe - ubuntu-restricted-extras # MP3, Microsoft fonts, Flash plugin, LAME and DVD playback - vlc
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_REGION: AWS_SECRET_ACCESS_KEY: AWS_SECURITY_GROUP_NAME: AWS_CLOUD_CONFIG_SUBNETS: AWS_SUBNETS: AWS_DEFAULT_KEYPAIR_NAME: BOSH_DIRECTOR_CA_CERT: BOSH_PASSWORD: BOSH_DIRECTOR: BOSH_USER: BOSH_ERRAND_CLOUD_CONFIG_NETWORK_NAME: BOSH_ERRAND_CLOUD_CONFIG_NETWORK_STATIC_IP: BOSH_ERRAND_CLOUD_CONFIG_NETWORK_AZ: REGISTRY_PASSWORD: REGISTRY_USERNAME: REGISTRY_HOST: PARALLEL_NODES: ENABLE_TURBULENCE_TESTS:
--- 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_REGION: AWS_SECRET_ACCESS_KEY: AWS_SECURITY_GROUP_NAME: AWS_CLOUD_CONFIG_SUBNETS: AWS_SUBNETS: AWS_DEFAULT_KEYPAIR_NAME: BOSH_DIRECTOR_CA_CERT: BOSH_PASSWORD: BOSH_DIRECTOR: BOSH_USER: BOSH_ERRAND_CLOUD_CONFIG_DEFAULT_PERSISTENT_DISK_TYPE: BOSH_ERRAND_CLOUD_CONFIG_DEFAULT_VM_TYPE: BOSH_ERRAND_CLOUD_CONFIG_NETWORK_NAME: BOSH_ERRAND_CLOUD_CONFIG_NETWORK_STATIC_IP: BOSH_ERRAND_CLOUD_CONFIG_NETWORK_AZ: REGISTRY_PASSWORD: REGISTRY_USERNAME: REGISTRY_HOST: PARALLEL_NODES: ENABLE_TURBULENCE_TESTS:
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: - cflinuxfs2 pre_package: scripts/build.sh include_files: - CHANGELOG - CONTRIBUTING.md - ISSUE_TEMPLATE - LICENSE - NOTICE - PULL_REQUEST_TEMPLATE - README.md - VERSION - bin/compile - bin/detect - bin/finalize - bin/release - bin/supply - manifest.yml
--- 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: - cflinuxfs2 pre_package: scripts/build.sh include_files: - CHANGELOG - CONTRIBUTING.md - ISSUE_TEMPLATE - LICENSE - NOTICE - PULL_REQUEST_TEMPLATE - README.md - VERSION - bin/compile - bin/detect - bin/finalize - bin/release - bin/supply - manifest.yml
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.phalconbaseproject.com: 127.0.0.1 post: - touch .env.test test: override: - ant build dependencies: override: - LC_ALL=C.UTF-8 sudo add-apt-repository -y ppa:ondrej/php; sudo apt-get update; sudo apt-get install -y php5.6 - sudo apt-get install php5.6-dev - rm /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini - git clone --depth=1 git://github.com/phalcon/cphalcon.git; cd cphalcon/build; sudo ./install; - sudo echo "extension=/usr/lib/php/20131226/phalcon.so" | sudo tee -a /opt/circleci/php/$(phpenv global)/etc/php.ini - sudo apt-get install ant - composer config -g github-oauth.github.com $GITHUB_TOKEN - composer install
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.phalconbaseproject.com: 127.0.0.1 test: override: - ant build dependencies: override: - LC_ALL=C.UTF-8 sudo add-apt-repository -y ppa:ondrej/php; sudo apt-get update; sudo apt-get install -y php5.6 - sudo apt-get install php5.6-dev - rm /opt/circleci/php/$(phpenv global)/etc/conf.d/xdebug.ini - git clone --depth=1 git://github.com/phalcon/cphalcon.git; cd cphalcon/build; sudo ./install; - sudo echo "extension=/usr/lib/php/20131226/phalcon.so" | sudo tee -a /opt/circleci/php/$(phpenv global)/etc/php.ini - sudo apt-get install ant - composer config -g github-oauth.github.com $GITHUB_TOKEN - composer install - touch .env.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 # options: [always|never|change] default: always on_start: false # default: false
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: always # options: [always|never|change] default: always on_start: false # default: false
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$DJANGO_VERSION --use-mirrors script: nosetests
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.tar.gz.sha512 - echo "$(cat apache-ant-${ANT_VERSION}-bin.tar.gz.sha512) apache-ant-${ANT_VERSION}-bin.tar.gz" | sha512sum -c - tar -zvxf apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ - ln -s /opt/apache-ant-${ANT_VERSION} /opt/ant - rm -f apache-ant-${ANT_VERSION}-bin.tar.gz - rm -f apache-ant-${ANT_VERSION}-bin.tar.gz.sha512 - export PATH="/opt/ant/bin:$PATH" - ant -version script: - ant -logger org.apache.tools.ant.NoBannerLogger clean build check
# 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.tar.gz.sha512 - echo "$(cat apache-ant-${ANT_VERSION}-bin.tar.gz.sha512) apache-ant-${ANT_VERSION}-bin.tar.gz" | sha512sum -c - tar -zvxf apache-ant-${ANT_VERSION}-bin.tar.gz -C /opt/ - ln -s /opt/apache-ant-${ANT_VERSION} /opt/ant - rm -f apache-ant-${ANT_VERSION}-bin.tar.gz - rm -f apache-ant-${ANT_VERSION}-bin.tar.gz.sha512 - export PATH="/opt/ant/bin:$PATH" script: - ant -version - ant -logger org.apache.tools.ant.NoBannerLogger clean build check
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 ../../tests script: phpunit notifications: email: false matrix: allow_failures: - php: hhvm
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 install - cd ../../tests script: phpunit notifications: email: false matrix: allow_failures: - php: hhvm
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-project/package.json # - cd test/mock-project # - npm install # - npm uninstall gulp-sass # - npm install gulp-sass@2 # - npm rebuild node-sass # - npm install mocha -g # - npm install gulp-cli -g # - npm install gulp # - cd ../.. script: # - mocha cache: directories: - node_modules - test/mock-project/node_modules git: depth: 1
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-project/package.json - cd test/mock-project - npm install # - npm uninstall gulp-sass # - npm install gulp-sass@2 # - npm rebuild node-sass # - npm install mocha -g # - npm install gulp-cli -g # - npm install gulp # - cd ../.. script: # - mocha cache: directories: - node_modules - test/mock-project/node_modules git: depth: 1
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: BUILDENV=latest allow_failures: - python: "pypy" env: BUILDENV=latest - python: "3.4" env: BUILDENV=latest install: - pip install -r reqs/requirements-$BUILDENV.txt - pip install -r reqs/requirements-tests.txt - pip install . script: - coverage run --branch $(which trial) scrapyd - coverage combine && coverage report notifications: irc: channels: - "irc.freenode.org#scrapy" use_notice: true skip_join: true
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: BUILDENV=latest allow_failures: - python: "pypy" env: BUILDENV=latest - python: "3.4" env: BUILDENV=latest install: - pip install -r reqs/requirements-$BUILDENV.txt - pip install -r reqs/requirements-tests.txt - pip install codecov - pip install . script: - coverage run --branch $(which trial) scrapyd - coverage combine && coverage report after_success: - codecov notifications: irc: channels: - "irc.freenode.org#scrapy" use_notice: true skip_join: true
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: only: - master notifications: email: - stix-commits-list@lists.mitre.org webhooks: urls: - https://webhooks.gitter.im/e/1fbfa85a0bb8108ad060 on_success: change on_failure: always on_start: false
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: - master notifications: email: - stix-commits-list@lists.mitre.org webhooks: urls: - https://webhooks.gitter.im/e/1fbfa85a0bb8108ad060 on_success: change on_failure: always on_start: false
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 - sudo apt-get install libgmp3-dev - curl -O https://gforge.inria.fr/frs/download.php/32994/CGAL-4.3.tar.gz - tar zxvf CGAL-4.3.tar.gz &> install.log - cd CGAL-4.3 - cmake . - make - sudo make install &>> install.log script: - cd .. - cmake . - make after_script: make test cache: - bundler - apt
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 - sudo apt-get install libgmp3-dev - curl -O https://gforge.inria.fr/frs/download.php/32994/CGAL-4.3.tar.gz - tar zxvf CGAL-4.3.tar.gz &> install.log - cd CGAL-4.3 - cmake . - make - sudo make install &>> install.log script: - cd .. - cmake . - make after_script: make test cache: - bundler - apt
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: disabled: true script: - bundle exec rake
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: disabled: true script: - bundle exec rake
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 --write deploy: provider: npm email: stefan.penner+ember-cli@gmail.com api_key: secure: Vfs9LIJtu0GGQqEk74aypqUGk0925/41ioOkAoHxWQwZGkhvZsVDJsfe2Two47uJGGoq17vScorrhiXFZXRvKpdwFl1uHyeIMPQj66DG1cksw972z3mtKMLrxmwSuRk9LNgnow5kUPZfoNuHl0u/9Fjp0ieicwYJMi0ojxUEZvM= on: tags: true repo: ember-cli/broccoli-lint-eslint
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: provider: npm email: stefan.penner+ember-cli@gmail.com api_key: secure: Vfs9LIJtu0GGQqEk74aypqUGk0925/41ioOkAoHxWQwZGkhvZsVDJsfe2Two47uJGGoq17vScorrhiXFZXRvKpdwFl1uHyeIMPQj66DG1cksw972z3mtKMLrxmwSuRk9LNgnow5kUPZfoNuHl0u/9Fjp0ieicwYJMi0ojxUEZvM= on: tags: true repo: ember-cli/broccoli-lint-eslint
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 - ./vendor/bin/phpcs --standard=PSR1 -p --report=full --report-checkstyle=build/logs/checkstyle.xml src/ tests/ after_script: - ./vendor/bin/test-reporter --stdout > codeclimate.json - "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
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 - ./vendor/bin/phpcs --standard=PSR1 -p --report=full --report-checkstyle=build/logs/checkstyle.xml src/ tests/ after_script: - ./vendor/bin/test-reporter --stdout > codeclimate.json - "curl -X POST -d @codeclimate.json -H 'Content-Type: application/json' -H 'User-Agent: Code Climate (PHP Test Reporter v0.1.1)' https://codeclimate.com/test_reports"
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: - RUBYOPT=$SPEC_RUBYOPT bundle exec rake spec notifications: email: false slack: secure: PcecHsVS6lw89K5PllW8xFlzu0d04p6lYfxlUZL0/yp9flAczElJME4RshSMSkbnu5e2Iw8KUA2xB1jkAzDo9qYoXveaKyjkFUOb1ZxYIVxzzfoDDwUNTMmSoyjZjvbeBUcpxxmxy6nXa3zS+gA2ohqWhS9WTTlTqyM5RriDjZ8= matrix: allow_failures: - rvm: ruby-head include: - rvm: 2.6 env: SPEC_RUBYOPT="--jit" - rvm: ruby-head env: SPEC_RUBYOPT="--jit" branches: only: - master
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: - RUBYOPT=$SPEC_RUBYOPT bundle exec rake spec notifications: email: false slack: secure: PcecHsVS6lw89K5PllW8xFlzu0d04p6lYfxlUZL0/yp9flAczElJME4RshSMSkbnu5e2Iw8KUA2xB1jkAzDo9qYoXveaKyjkFUOb1ZxYIVxzzfoDDwUNTMmSoyjZjvbeBUcpxxmxy6nXa3zS+gA2ohqWhS9WTTlTqyM5RriDjZ8= matrix: allow_failures: - rvm: ruby-head include: - rvm: 2.6 env: SPEC_RUBYOPT="--jit" - rvm: ruby-head env: SPEC_RUBYOPT="--jit" branches: only: - master
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: palmstonegames/kube-cert-manager:0.3.1 args: - "-data-dir=/var/lib/cert-manager" - "-acme-url=https://acme-staging.api.letsencrypt.org/directory" # NOTE: the URL above points to the staging server, where you won't get real certs. # Uncomment the line below to use the production LetsEncrypt server: #- "-acme-url=https://acme.api.letsencrypt.org/directory" volumeMounts: - name: data mountPath: /var/lib/cert-manager - name: kubectl-proxy image: palmstonegames/kubectl-proxy:1.4.0 volumes: - name: "data" gcePersistentDisk: pdName: kube-cert-manager fsType: ext4
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: palmstonegames/kube-cert-manager:0.3.1 args: - "-data-dir=/var/lib/cert-manager" - "-acme-url=https://acme-staging.api.letsencrypt.org/directory" # NOTE: the URL above points to the staging server, where you won't get real certs. # Uncomment the line below to use the production LetsEncrypt server: #- "-acme-url=https://acme-v01.api.letsencrypt.org/directory" volumeMounts: - name: data mountPath: /var/lib/cert-manager - name: kubectl-proxy image: palmstonegames/kubectl-proxy:1.4.0 volumes: - name: "data" gcePersistentDisk: pdName: kube-cert-manager fsType: ext4
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-version }} # delete gradle.properties in Java 8 because it contains a then-unsupported JVM argument: --add-exports - run: rm gradle.properties if: ${{ matrix.java-version == 8 }} - run: ./gradlew assemble check --info
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-version }} # delete gradle.properties in Java 8 because it contains a then-unsupported JVM argument: --add-exports - run: rm gradle.properties if: ${{ matrix.java-version == 8 }} - run: ./gradlew assemble check --info
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: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} script: cd /opt/kitsu && git pull --rebase origin master && npm run build
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 }} key: ${{ secrets.KEY }} port: ${{ secrets.PORT }} script: cd /opt/kitsu && git pull --rebase origin master && npm run build
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`. # # Installing this docker will remove the lxc-docker package. - name: Add Docker Engine Repository Key command: apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D - name: Add Docker Engine Repository apt_repository: repo: 'deb https://apt.dockerproject.org/repo ubuntu-trusty main' update_cache: yes # While wildcarding the version is cute, in practice, there only seems to be one # version of Docker available at a time. I'm not sure what will happen on the next # release. Alternatively, we could install LXC Docker, which does have many more # versions, but not the most recent versions. - name: Install Docker Engine apt: name="docker-engine={{ docker_version }}-0~trusty" state=present
--- # 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`. # # Installing this docker will remove the lxc-docker package. - name: Add Docker Engine Repository Key apt_key: keyserver: "hkp://p80.pool.sks-keyservers.net:80" id: "58118E89F3A912897C070ADBF76221572C52609D" - name: Add Docker Engine Repository apt_repository: repo: 'deb https://apt.dockerproject.org/repo ubuntu-trusty main' update_cache: yes # While wildcarding the version is cute, in practice, there only seems to be one # version of Docker available at a time. I'm not sure what will happen on the next # release. Alternatively, we could install LXC Docker, which does have many more # versions, but not the most recent versions. - name: Install Docker Engine apt: name="docker-engine={{ docker_version }}-0~trusty" state=present register: docker_engine_install # If this was the first time Docker was installed, when we gathered facts about # the system, we would not have seen the "ansible_docker0" interface, as it wasn't # present at the time. Now it is, so re-read facts. - name: reread facts about ansible_docker0 setup: filter=ansible_docker0 when: docker_engine_install|changed
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-cmake: name: Linux Cmake uses: steinwurf/linux-cmake-action/.github/workflows/action.yml@1.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
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-cmake: name: Linux Cmake uses: steinwurf/linux-cmake-action/.github/workflows/action.yml@2.0.0 with: extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
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_install_profile | default('standard') }} -y --site-name="{{ drupal_site_name }}" --account-name={{ drupal_account_name }} --account-pass={{ drupal_account_pass }} --db-url=mysql://{{ drupal_mysql_user }}:{{ drupal_mysql_password }}@localhost/{{ mysql_databases[0].name }} {{ drupal_site_install_extra_args | default([]) | join(" ") }} chdir={{ drupal_core_path }} notify: restart webserver when: "'Successful' not in drupal_site_installed.stdout" become: no - name: Install configured modules with drush. command: > {{ drush_path }} pm-enable -y {{ drupal_enable_modules | join(" ") }} chdir={{ drupal_core_path }} when: "'Successful' not in drupal_site_installed.stdout" become: no
--- - 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: > {{ drush_path }} site-install {{ drupal_install_profile | default('standard') }} -y --site-name="{{ drupal_site_name }}" --account-name={{ drupal_account_name }} --account-pass={{ drupal_account_pass }} --db-url=mysql://{{ drupal_mysql_user }}:{{ drupal_mysql_password }}@localhost/{{ mysql_databases[0].name }} {{ drupal_site_install_extra_args | default([]) | join(" ") }} chdir={{ drupal_core_path }} notify: restart webserver when: "'Successful' not in drupal_site_installed.stdout" become: no - name: Install configured modules with drush. command: > {{ drush_path }} pm-enable -y {{ drupal_enable_modules | join(" ") }} chdir={{ drupal_core_path }} when: "'Successful' not in drupal_site_installed.stdout" become: no
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 - wooden_pickaxe - item: bread@32 slot: 8 - item: leather_helmet slot: helmet - item: leather_chestplate slot: chestplate - item: leather_leggings slot: leggings - item: leather_boots slot: boots - item: phome
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 - wooden_pickaxe - item: bread@32 slot: 8 - item: leather_helmet slot: helmet - item: leather_chestplate slot: chestplate - item: leather_leggings slot: leggings - item: leather_boots slot: boots - item: phome navigator: enabled: true
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 enabled which allows the security group name and description to be set to an empty value. [Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
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 }} ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm install yeoman-generator@${{ matrix.generator-version }} - run: npm test env: CI: true
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 ${{ matrix.os }} ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm install yeoman-generator@${{ matrix.generator-version }} - run: npm test env: CI: true
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 - id: check-vcs-permalinks - id: check-xml - id: check-yaml - id: detect-aws-credentials args: ['--allow-missing-credentials'] - id: detect-private-key - id: forbid-new-submodules - id: no-commit-to-branch args: ['-b master'] - id: flake8 args: ['--exclude=docs/*,*migrations*', '--ignore=E501']
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 - id: check-vcs-permalinks - id: check-xml - id: check-yaml - id: detect-aws-credentials args: ['--allow-missing-credentials'] - id: detect-private-key - id: forbid-new-submodules - id: flake8 args: ['--exclude=docs/*,*migrations*', '--ignore=E501']
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: ^1.0.3 source_gen: '^0.6.0' dev_dependencies: # This is here in order for it to be resolvable by the analyzer. angular: '4.0.0-alpha' analyzer: '>=0.29.10 <0.31.0' build_test: '>=0.5.1 <0.7.0' collection: ^1.8.0 test: '^0.12.0' # === vvv REMOVE WHEN PUBLISHING vvv === dependency_overrides: angular: path: ../angular # === ^^^ REMOVE WHEN PUBLISHING ^^^ ===
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: ^1.0.3 source_gen: '^0.7.0' dev_dependencies: # This is here in order for it to be resolvable by the analyzer. angular: '4.0.0-alpha' analyzer: '>=0.29.10 <0.31.0' build_test: '>=0.5.1 <0.7.0' collection: ^1.8.0 test: '^0.12.0' # === vvv REMOVE WHEN PUBLISHING vvv === dependency_overrides: angular: path: ../angular # === ^^^ REMOVE WHEN PUBLISHING ^^^ ===
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.GITHUB_TOKEN }} build: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v1 - name: Start MongoDB As Docker uses: wbari/start-mongoDB@v0.2 with: mongoDBVersion: 4.2 - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - name: Cache uses: actions/cache@v1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - name: Setup Node uses: actions/setup-node@v1 with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' run: npm install - name: Run Test Cases run: npm run test
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.GITHUB_TOKEN }} build: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v1 - name: Start MongoDB As Docker uses: wbari/start-mongoDB@v0.2 with: mongoDBVersion: 4.2 - name: Read .nvmrc run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)" id: nvm - name: Cache uses: actions/cache@v1 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ runner.os }}-node- - name: Setup Node uses: actions/setup-node@v1 with: node-version: "${{ steps.nvm.outputs.NVMRC }}" - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' run: npm install - name: Run Test Cases run: npm run test - name: Run Accessibility Tests run: npm run test:accessibility
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 AttributeDefinitions: - AttributeName: user_id AttributeType: S KeySchema: - AttributeName: user_id KeyType: HASH ProvisionedThroughput: ReadCapacityUnits: 1 WriteCapacityUnits: 1
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 AttributeDefinitions: - AttributeName: id AttributeType: S KeySchema: - AttributeName: id KeyType: HASH ProvisionedThroughput: ReadCapacityUnits: 1 WriteCapacityUnits: 1
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-01
--- 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-01 - 2015-12-25 - 2015-12-26 - 2016-01-01
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 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.4 versionCode: 7 commit: 1.0.4 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.5 versionCode: 8 commit: 1.0.5 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.6 versionCode: 9 commit: 1.0.6 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.7 versionCode: 10 commit: 1.0.7 subdir: app gradle: - yes rm: - assets/* AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.0.7 CurrentVersionCode: 10
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 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.4 versionCode: 7 commit: 1.0.4 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.5 versionCode: 8 commit: 1.0.5 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.6 versionCode: 9 commit: 1.0.6 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.7 versionCode: 10 commit: 1.0.7 subdir: app gradle: - yes rm: - assets/* - versionName: 1.0.8 versionCode: 11 commit: 1.0.8 subdir: app gradle: - yes rm: - assets/* AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.0.8 CurrentVersionCode: 11
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: -any base: ! '>=4.7 && <5' time: <1.5 text: -any formatting: -any old-locale: -any optparse-applicative: -any all-versions: - '0.1.0' - '0.1.1' - '0.1.3' author: Mark Fine latest: '0.1.3' description-type: haddock description: Please see README.md license-name: BSD3
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: -any base: ! '>=4.7 && <5' time: -any text: -any formatting: -any old-locale: -any optparse-applicative: -any all-versions: - '0.1.0' - '0.1.1' - '0.1.3' - '0.1.4' author: Mark Fine latest: '0.1.4' description-type: haddock description: Please see README.md license-name: BSD3
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 build - ./run.sh --no-browser: background: true - sleep 10 test: post: - cd ui && node_modules/typescript/bin/tsc - xvfb-run ./run.sh test - cd runtime && RUST_BACKTRACE=1 cargo test
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 build - ./run.sh --no-browser: background: true - sleep 10 test: post: - cd ui && node_modules/typescript/bin/tsc - xvfb-run -a ./run.sh test - cd runtime && RUST_BACKTRACE=1 cargo test
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 PT is 9:05 am UTC # OPTIONAL: Mappings from alias names to number of days of indexes to keep in that alias. aliases: last_2days: 2 # OPTIONAL: Cron timestamp in UTC. If specified, the aliases will be updated at that interval. updateAt: "0 0 0 * * *" # OPTIONAL: Change the replicas for indices older than `days` to the new quantity `value`. # replicas: # days: 1 # value: 0 # updateAt: "0 0 9 * * *" # 2 am PT is 9 am UTC
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 PT is 9:05 am UTC # OPTIONAL: Mappings from alias names to number of days of indexes to keep in that alias. aliases: last_2days: 2 # OPTIONAL: Cron timestamp in UTC. If specified, the aliases will be updated at that interval. updateAt: "0 0 0 * * *" # OPTIONAL: Change the replicas for indices older than `days` to the new quantity `value`. # replicas: # days: 1 # value: 0 # updateAt: "0 0 9 * * *" # 2 am PT is 9 am UTC
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 - cd fakepackage - ./travis-tool.sh bootstrap - ./travis-tool.sh install_deps - ./travis-tool.sh github_package assertthat - ./travis-tool.sh github_package testthat
# .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 - cd fakepackage - ./travis-tool.sh bootstrap - ./travis-tool.sh install_deps - ./travis-tool.sh aptget_install tmux - ./travis-tool.sh github_package assertthat - ./travis-tool.sh github_package testthat
Prepare for deploying all modules snapshots
language: java jdk: - openjdk7 # whitelist branches: only: - master env: global: - secure: "Si+FksmD04Qev09hkYqWYN4rYQderrvMt6/kZBTgEek/v4Bd8QVCcbkZemYQCLnfhm94fNJDVrvpbrZhkeSWhCXKnnsYMH9oaxQWSd4aUI55V9QAseVAWMod5d2TSD7kTIo1owV5xh9LHTLmwnv4v6WmV3dSHSQc0zQh09dFC/M=" - secure: "IVcJyf13GCwLkpYKqygwTH9f3EG1YiqdmXWPCt5d9DXKKLjbSq/MFQ/nwdgfgfJAsgrSXN0I+6fIf8/INtI4YcKTpzAblXdeAkWdVrD4xpRSC7TpEHdEGMWEBtSWzJy8b92F2cxCXuk/QPDK4d8/QuelkFD9C9IztmgSqq7fQQg=" before_install: - sudo apt-get update -qq - git clone --depth=50 --branch=master git://github.com/GraphWalker/graphwalker-project.git ../graphwalker-project install: - pushd ../graphwalker-project;mvn -q clean install;popd - mvn -q clean install
language: java jdk: - openjdk7 # whitelist branches: only: - master env: global: - secure: "Si+FksmD04Qev09hkYqWYN4rYQderrvMt6/kZBTgEek/v4Bd8QVCcbkZemYQCLnfhm94fNJDVrvpbrZhkeSWhCXKnnsYMH9oaxQWSd4aUI55V9QAseVAWMod5d2TSD7kTIo1owV5xh9LHTLmwnv4v6WmV3dSHSQc0zQh09dFC/M=" - secure: "IVcJyf13GCwLkpYKqygwTH9f3EG1YiqdmXWPCt5d9DXKKLjbSq/MFQ/nwdgfgfJAsgrSXN0I+6fIf8/INtI4YcKTpzAblXdeAkWdVrD4xpRSC7TpEHdEGMWEBtSWzJy8b92F2cxCXuk/QPDK4d8/QuelkFD9C9IztmgSqq7fQQg=" before_install: - sudo apt-get update -qq - git clone --depth=50 --branch=master git://github.com/GraphWalker/graphwalker-project.git ../graphwalker-project install: - mvn -q deploy --settings ../graphwalker-project/deploy.xml
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_OPTIONS=--max_old_space_size=4096 yarn test --code-coverage - NODE_OPTIONS=--max_old_space_size=4096 yarn build after_script: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
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_script: - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
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 +x spcomp - chmod +x compile.sh script: - compile.sh - ls ../plugins
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 +x spcomp - chmod +x compile.sh script: - cd addons/sourcemod/scripting/ - compile.sh - ls ../plugins
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 ./... - goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN after_script: - test -z "$(gofmt -s -l -w . | tee /dev/stderr)" - test -z "$(golint ./... | tee /dev/stderr)" - go vet ./...
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 ./... - goveralls -service=travis-ci -repotoken $COVERALLS_TOKEN - test -z "$(gofmt -s -l -w . | tee /dev/stderr)" - test -z "$(golint ./... | tee /dev/stderr)" - go vet ./...
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 script: - vendor/bin/phpunit -c phpunit.xml.dist - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - wget https://scrutinizer-ci.com/ocular.phar; - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml;
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 --dev script: - vendor/bin/phpunit -c phpunit.xml.dist - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - wget https://scrutinizer-ci.com/ocular.phar; - php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml;
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 - conda config --set always_yes yes - conda config --set quiet yes - conda config --set changeps1 no - conda config --set auto_update_conda no - conda config --add channels defaults - conda config --add channels conda-forge - travis_retry conda install --file requirements.txt - conda install r-dplyr r-rlang r-ggplot2 r-shiny r-reticulate r-testthat script: - python -m pip install . --no-deps -vv - dsc --help - dsc-query --version - R CMD build --no-manual dscrutils - R CMD INSTALL dscrutils_*.tar.gz - R CMD check --as-cran --no-manual dscrutils_*.tar.gz - cd test && python test_parser.py && python test_query.py branches: only: - master
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 - conda config --set always_yes yes - conda config --set quiet yes - conda config --set changeps1 no - conda config --set auto_update_conda no - conda config --add channels defaults - conda config --add channels conda-forge - conda update --all - travis_retry conda install --file requirements.txt - conda install r-dplyr r-rlang r-ggplot2 r-shiny r-reticulate r-testthat r-yaml script: - python -m pip install . --no-deps -vv - dsc --help - dsc-query --version - R CMD build --no-manual dscrutils - R CMD INSTALL dscrutils_*.tar.gz - R CMD check --as-cran --no-manual dscrutils_*.tar.gz - cd test && python test_parser.py && python test_query.py branches: only: - master
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=database.yml.postgresql - rvm: 1.9.3 env: DB=database.yml.mysql - rvm: 2.0.0 env: DB=database.yml.mysql - rvm: 2.1.6 env: DB=database.yml.mysql - rvm: rbx-2 env: DB=database.yml.mysql env: global: - DISPLAY=:99.0 matrix: - DB=database.yml.mysql - DB=database.yml.postgresql - DB=database.yml.sqlite before_install: - sh -e /etc/init.d/xvfb start - ./ci/add_mysql_gem.sh before_script: - cp config/$DB config/database.yml - bundle exec rake db:create db:migrate sudo: false addons: postgresql: "9.3"
--- 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=database.yml.postgresql - rvm: 1.9.3 env: DB=database.yml.mysql - rvm: 2.0.0 env: DB=database.yml.mysql - rvm: 2.1.6 env: DB=database.yml.mysql - rvm: rbx-2 env: DB=database.yml.mysql env: global: - DISPLAY=:99.0 matrix: - DB=database.yml.mysql - DB=database.yml.postgresql - DB=database.yml.sqlite before_install: - sh -e /etc/init.d/xvfb start - ./ci/add_mysql_gem.sh before_script: - cp config/$DB config/database.yml - bundle exec rake db:create db:migrate sudo: false addons: postgresql: "9.4"
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: - make pep8 - make flake8 - make test after_success: - coveralls
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-script - verify_coverage_improvement - test_and_tag script: - make pep8 - make flake8 after_success: - coveralls
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_PATH=/usr/share/java script: - mkdir -p tmp - pushd tmp - nosetests --with-iris iris - popd notifications: email: false
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 - nosetests --with-iris iris - popd notifications: email: false
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-mirrors -r requirements.txt - python setup.py install -q # command to run tests, e.g. python setup.py test script: - python quicktest.py
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 requirements.txt - python setup.py install -q # command to run tests, e.g. python setup.py test script: - python quicktest.py
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 figured out how to use PostgreSQL in Gitlab CI. # - psql -c 'create database betty_test;' -h postgres -U postgres test: script: # tests will fail in the absence of PostgreSQL. - stack test
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 - make files - stack install hspec-discover - stack install --only-dependencies - stack build # Haven't figured out how to use PostgreSQL in Gitlab CI. # - psql -c 'create database betty_test;' -h postgres -U postgres test: script: # tests will fail in the absence of PostgreSQL. - stack test
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, :access_key_id) %> # secret_access_key: <%= Rails.application.secrets.dig(:aws, :secret_access_key) %> # region: us-east-1 # bucket: your_own_bucket # Remember not to checkin your GCS keyfile to a repository # google: # service: GCS # project: your_project # keyfile: <%= Rails.root.join("path/to/gcs.keyfile") %> # bucket: your_own_bucket # mirror: # service: Mirror # primary: local # secondaries: [ amazon, google ]
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, :access_key_id) %> # secret_access_key: <%= Rails.application.secrets.dig(:aws, :secret_access_key) %> # region: us-east-1 # bucket: your_own_bucket # Remember not to checkin your GCS keyfile to a repository # google: # service: GCS # project: your_project # keyfile: <%= Rails.root.join("path/to/gcs.keyfile") %> # bucket: your_own_bucket # Use rails secrets:edit to set the Azure secret (as shared:azure:storage_access_key) # microsoft: # service: Azure # path: your_azure_storage_path # storage_account_name: your_account_name # storage_access_key: <%= Rails.application.secrets.dig(:azure, :storage_access_key) %> # container: your_container_name # mirror: # service: Mirror # primary: local # secondaries: [ amazon, google ]
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 version of matcher. When published we will go back # using a tight version constraint to ensure that a constraint on unittest # properly constraints all features it provides. matcher: git: https://github.com/dart-lang/matcher.git dev_dependencies: fake_async: '>=0.1.2 <0.2.0'
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 constraint to ensure that a constraint on unittest # properly constraints all features it provides. matcher: '>=0.12.0-alpha.0 <0.12.1' dev_dependencies: fake_async: '>=0.1.2 <0.2.0'
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" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64" - ruby_version: "26" - ruby_version: "26-x64"
--- 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" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64"
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: UCIFeUby17-fzxNXec4SFRUw defaults: - scope: path: '' type: 'posts' values: layout: 'post' # Build settings destination: _site paginate: 10 permalink: /:year/:title/ markdown: kramdown highlighter: rouge kramdown: # use Github Flavored Markdown input: GFM # do not replace newlines by <br>s hard_wrap: false gems: ['jekyll-paginate'] exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']
# 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: MortticiaPOA youtube_channel: UCIFeUby17-fzxNXec4SFRUw defaults: - scope: path: '' type: 'posts' values: layout: 'post' # Build settings destination: _site paginate: 10 permalink: /:year/:title/ markdown: kramdown highlighter: rouge kramdown: # use Github Flavored Markdown input: GFM # do not replace newlines by <br>s hard_wrap: false gems: ['jekyll-paginate'] exclude: ['README.md', 'Gemfile', 'Gemfile.lock', 'screenshot.png']
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 with: fetch-depth: 1 - name: Publish to Docker Hub uses: elgohr/Publish-Docker-Github-Action@master with: name: azuracast/azuracast_web_v2 username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} cache: ${{ github.event_name != 'schedule' }} test: needs: [publish] runs-on: ubuntu-latest steps: - uses: actions/checkout@master with: fetch-depth: 1 - name: Set up test environment run: | cp azuracast.sample.env azuracast.env cp docker-compose.sample.yml docker-compose.yml cp docker-compose.testing.yml docker-compose.override.yml chmod 777 tests/_output/ docker-compose build web docker-compose run --user="azuracast" --rm web azuracast_install - name: Run test suite run: | docker-compose run --user="azuracast" --rm web composer test - name: Echo test output directory if: failure() run: | cat tests/_output/*.html
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 - name: Publish to Docker Hub uses: elgohr/Publish-Docker-Github-Action@master if: github.event_name == 'push' with: name: azuracast/azuracast_web_v2 username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} cache: ${{ github.event_name != 'schedule' }} test: needs: [publish] runs-on: ubuntu-latest steps: - uses: actions/checkout@master with: fetch-depth: 1 - name: Set up test environment run: | cp azuracast.sample.env azuracast.env cp docker-compose.sample.yml docker-compose.yml cp docker-compose.testing.yml docker-compose.override.yml chmod 777 tests/_output/ docker-compose build web docker-compose run --user="azuracast" --rm web azuracast_install - name: Run test suite run: | docker-compose run --user="azuracast" --rm web composer test - name: Echo test output directory if: failure() run: | cat tests/_output/*.html
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: nightly script: - | cargo test --verbose after_success: - | if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && tar xzf master.tar.gz && cd kcov-master && mkdir build && cd build && cmake .. && make && cd ../.. && for file in target/debug/yenc-*[^\.d]; do ./kcov-master/build/src/kcov --exclude-pattern=/.cargo,/usr/lib --verify --coveralls-id="$TRAVIS_JOB_ID" target/kcov "$file" done fi
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: nightly script: - | cargo test --verbose after_success: - | if [ "$TRAVIS_RUST_VERSION" == "nightly" ]; then wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && tar xzf master.tar.gz && cd kcov-master && mkdir build && cd build && cmake .. && make && cd ../.. && for file in target/debug/yenc-*[^\.d]; do ./kcov-master/build/src/kcov --exclude-pattern=/.cargo,/usr/lib --verify --coveralls-id="$TRAVIS_JOB_ID" target/kcov "$file" done fi
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 --coverage-clover=coverage.clover after_success: - bash <(curl -s https://codecov.io/bash)
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-text --coverage-clover=coverage.clover after_success: - bash <(curl -s https://codecov.io/bash)
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: master # /!\ If you don't use git, remove this line ignored_paths: # Paths you want to ignore when searching for dependency files (from app root) - features/ - spec/ - test/ - tmp/ - vendor/
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 # /!\ If you don't use git, remove this line ignored_paths: # Paths you want to ignore when searching for dependency files (from app root) - features/ - spec/ - test/ - tmp/ - vendor/
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: - name: MY_POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: MY_POD_NAME valueFrom: fieldRef: fieldPath: metadata.name
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 imagePullPolicy: Always env: - name: MY_POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: MY_POD_NAME valueFrom: fieldRef: fieldPath: metadata.name
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, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # ################################################################################ homepage: "https://arrow.apache.org/" primary_contact: "antoine@python.org" auto_ccs: - "wesmckinn@gmail.com" - "private@arrow.apache.org" sanitizers: - address - undefined
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: 0 noarch: python script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - python >=3.6 run: - python >=3.6 test: imports: - odc.io requires: - pip commands: - pip check about: home: https://github.com/opendatacube/odc-tools/tree/develop/libs/io license: Apache 2.0 license_family: APACHE license_file: summary: "Miscellaneous file IO helper methods" description: | Internal library for the odc.* family of tools doc_url: dev_url: extra: recipe-maintainers: - kirill888
{% 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: 0 noarch: python script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - python >=3.6 run: - python >=3.6 test: imports: - odc.io requires: - pip commands: - pip check about: home: https://github.com/opendatacube/odc-tools/tree/develop/libs/io license: Apache-2.0 license_family: APACHE license_file: summary: "Miscellaneous file IO helper methods" description: | Internal library for the odc.* family of tools doc_url: dev_url: extra: recipe-maintainers: - kirill888
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.5.6 <0.6.0' shelf_static: '>=0.2.1 <0.3.0' dev_dependencies: unittest: ">=0.11.4 <0.12.0" mockito: ">=0.8.1 <0.9.0" transformers: - polymer: entry_points: - web/index.html - test/test_button.html - test/test_toolbar.html - test/test_view_port.html - test/test_application.html - test/test_bus.html - $dart2js: commandLineOptions: - --enable-enum
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.5.6 <0.6.0' shelf_static: '>=0.2.1 <0.3.0' dev_dependencies: unittest: ">=0.11.4 <0.12.0" mockito: ">=0.8.1 <0.9.0" transformers: - polymer: entry_points: - web/index.html - test/test_button.html - test/test_toolbar.html - test/test_view_port.html - test/test_application.html - test/test_bus.html - $dart2js: commandLineOptions: - --enable-enum
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: fedora-23 run_list: yum::dnf_yum_compat - name: ubuntu-12.04 run_list: apt::default - name: ubuntu-14.04 run_list: apt::default - name: windows-server-2012r2-standard driver_config: box: chef/windows-server-2012r2-standard suites: - name: default run_list: perl_test::default
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: fedora-23 run_list: yum::dnf_yum_compat - name: ubuntu-12.04 run_list: apt::default - name: ubuntu-14.04 run_list: apt::default - name: windows-server-2012r2-standard driver_config: box: chef/windows-server-2012r2-standard suites: - name: default run_list: perl_test::default
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: git Repo: https://github.com/JonasBernard/FakeStandby.git Builds: - versionName: 1.2.1 versionCode: 4 commit: v1.2.1 subdir: app gradle: - adfree AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.1 CurrentVersionCode: 4
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: git Repo: https://github.com/JonasBernard/FakeStandby.git Builds: - versionName: 1.2.1 versionCode: 4 commit: v1.2.1 subdir: app gradle: - adfree - versionName: 1.2.2 versionCode: 5 commit: v1.2.2 subdir: app gradle: - adfree AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.2 CurrentVersionCode: 5