Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Allow JRuby and rbx to fail on CI for now
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head notifications: irc: "irc.freenode.org#adhearsion"
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode - ruby-head matrix: allow_failures: - rvm: rbx-19mode - rvm: jruby-19mode notifications: irc: "irc.freenode.org#adhearsion"
Change python version in Travis CI config
language: python python: 3.3 env: - TOX_ENV=pypy - TOX_ENV=py34 - TOX_ENV=py33 - TOX_ENV=py32 - TOX_ENV=py27 - TOX_ENV=py26 install: - pip install coveralls tox script: tox -e $TOX_ENV after_success: coveralls
language: python python: 2.7 env: - TOX_ENV=pypy - TOX_ENV=py34 - TOX_ENV=py33 - TOX_ENV=py32 - TOX_ENV=py27 - TOX_ENV=py26 install: - pip install coveralls tox script: tox -e $TOX_ENV after_success: coveralls
Simplify Travis config and fix ChefDK 2.0 failures
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTANCE=default-...
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTANCE=default-...
Add support for compiling against golang 1.6
language: go install: - "pip install --user -r requirements-dev.txt" - bash scripts/gitcookie.sh go: - 1.5 - 1.5.1 - 1.5.2
language: go install: - "pip install --user -r requirements-dev.txt" - bash scripts/gitcookie.sh go: - 1.6 - 1.5 - 1.5.1 - 1.5.2
Update to use the egg version of cumulusci
general: branches: only: - /feature\/.*/ machine: python: version: 2.7.12 environment: CUMULUSCI_KEY: FIXME CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain dependencies: override: #- 'pip install --upgrade cumulusci' - 'mkdir ~/.appcloud' - 'echo $S...
general: branches: only: - /feature\/.*/ machine: python: version: 2.7.12 environment: CUMULUSCI_KEY: FIXME CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain dependencies: override: - 'pip install --upgrade cumulusci' - 'mkdir ~/.appcloud' - 'echo $SF...
Add RENO update for simple_cert_extension deprecation
--- deprecations: - > [`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_] As of the Mitaka release, the PKI and PKIz token formats have been deprecated. They will be removed in the 'O' release. Due to this change, the ``hash_algorithm`` opti...
--- deprecations: - > [`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_] As of the Mitaka release, the PKI and PKIz token formats have been deprecated. They will be removed in the 'O' release. Due to this change, the ``hash_algorithm`` opti...
Add hyperkit to the list of dependencies
--- name: krane up: - ruby: 2.5.7 # Matches gemspec - bundler - homebrew: - homebrew/cask/minikube - custom: name: Install the minikube fork of driver-hyperkit met?: command -v docker-machine-driver-hyperkit meet: curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-mach...
--- name: krane up: - ruby: 2.5.7 # Matches gemspec - bundler - homebrew: - homebrew/cask/minikube - hyperkit - custom: name: Install the minikube fork of driver-hyperkit met?: command -v docker-machine-driver-hyperkit meet: curl -LO https://storage.googleapis.com/minikube/releases/lat...
Bump ridedott/merge-me-action from 2.9.20 to 2.9.22
name: Merge me test dependencies! on: workflow_run: types: - completed workflows: # List all required workflow names here. - 'Run tests' - 'MySQL tests' - 'PostgreSQL tests' - 'Test build package' - 'Run linters' jobs: merge-me: name: Merge me! runs-on: ub...
name: Merge me test dependencies! on: workflow_run: types: - completed workflows: # List all required workflow names here. - 'Run tests' - 'MySQL tests' - 'PostgreSQL tests' - 'Test build package' - 'Run linters' jobs: merge-me: name: Merge me! runs-on: ub...
Add port to Circle DB URLs
machine: environment: DATABASE_URL: mysql://ubuntu:@localhost/circle_test CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost/circle_test dependencies: override: - pip install -U -r requirements/test.txt codecov test: #pre: # - mkdir fieldkeys # - keyczart create --location=fieldkeys --purpose=cryp...
machine: environment: DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test dependencies: override: - pip install -U -r requirements/test.txt codecov test: #pre: # - mkdir fieldkeys # - keyczart create --location=fieldkeys --pu...
Update to not-yet-released module-ci version.
machine: environment: PATH: $PATH:$HOME/glide/linux-amd64 dependencies: override: # Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests. - curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-install...
machine: environment: PATH: $PATH:$HOME/glide/linux-amd64 dependencies: override: # Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests. - curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-install...
Remove explicit build before test
machine: environment: GODIST: "go1.8.linux-amd64.tar.gz" PATH: "/usr/local/go/bin:/usr/local/go_workspace/bin:~/.go_workspace/bin:${PATH}" GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${HOME}/.go_project" PROJECT: "${HOME}/.go_project/src/github.com/jamesnetherton/homehub-cli" post: - ...
machine: environment: GODIST: "go1.8.linux-amd64.tar.gz" PATH: "/usr/local/go/bin:/usr/local/go_workspace/bin:~/.go_workspace/bin:${PATH}" GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${HOME}/.go_project" PROJECT: "${HOME}/.go_project/src/github.com/jamesnetherton/homehub-cli" post: - ...
Update DSA Assistent to Mister English (55)
Categories: - Games License: GPL-3.0-or-later AuthorName: Phil Roggenbuck AuthorEmail: ceo@roggstar.eu SourceCode: https://github.com/phrogg/DSAAssistant IssueTracker: https://github.com/phrogg/DSAAssistant/issues Changelog: https://github.com/phrogg/DSAAssistant/releases Donate: https://www.paypal.me/proggenbuck Au...
Categories: - Games License: GPL-3.0-or-later AuthorName: Phil Roggenbuck AuthorEmail: ceo@roggstar.eu SourceCode: https://github.com/phrogg/DSAAssistant IssueTracker: https://github.com/phrogg/DSAAssistant/issues Changelog: https://github.com/phrogg/DSAAssistant/releases Donate: https://www.paypal.me/proggenbuck Au...
Update from Hackage at 2021-11-23T22:12:47Z
homepage: https://github.com/NorfairKing/validity#readme changelog-type: '' hash: e4e236f57185d2366cf5db877bd475c7c03192893b100e1e0a439de3992efb93 test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: Validity instances for time changelog: '' basic-deps: base: '>=4.7 && <5' time: -any validity: '>=0.5' all-vers...
homepage: https://github.com/NorfairKing/validity#readme changelog-type: '' hash: c87609293f5af917540f166bffa9700db5f4406958f6f98409d25edffe96aaff test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: Validity instances for time changelog: '' basic-deps: base: '>=4.7 && <5' time: -any validity: '>=0.5' all-vers...
Update from Hackage at 2018-11-24T04:05:37Z
homepage: https://github.com/vmchale/xmonad-volume#readme changelog-type: markdown hash: e5c58ce78a0eea1831830209df566b6abe43aac0375433415ff137a7653c4872 test-bench-deps: {} maintainer: vanessa.mchale@iohk.io synopsis: XMonad volume controls changelog: ! "# xmonad-volume\n\n## 0.1.0.1\n\n * Generalize type signatures\...
homepage: https://github.com/vmchale/xmonad-volume#readme changelog-type: markdown hash: 9764564f15599716482c035d2b0f5d249a10c97cc71327602a1ede13d955cad3 test-bench-deps: {} maintainer: vanessa.mchale@iohk.io synopsis: XMonad volume controls changelog: ! "# xmonad-volume\n\n## 0.1.0.1\n\n * Generalize type signatures\...
Remove no longer existing service
--- dns::forward_zones: 'internal.softwareheritage.org.': - 192.168.100.29 '100.168.192.in-addr.arpa.': - 192.168.100.29 '101.168.192.in-addr.arpa.': - 192.168.100.29 dns::forwarders: - 193.51.196.130 - 193.51.196.131 dns::forwarder_insecure: true ntp::servers: - sesi-ntp1.inria.fr - sesi-nt...
--- dns::forward_zones: 'internal.softwareheritage.org.': - 192.168.100.29 '100.168.192.in-addr.arpa.': - 192.168.100.29 '101.168.192.in-addr.arpa.': - 192.168.100.29 dns::forwarders: - 193.51.196.130 - 193.51.196.131 dns::forwarder_insecure: true ntp::servers: - sesi-ntp1.inria.fr - sesi-nt...
Add labels to ring key Secret
apiVersion: v1 kind: Secret metadata: name: ring-key-20170816102049 type: Opaque data: # base64-encoded ring key ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQ== --- apiVersion: habitat.sh/v1 kind: ServiceGroup metadata: name: example-encrypt...
apiVersion: v1 kind: Secret metadata: name: ring-key-20170816102049 labels: habitat: "true" ring-key: "true" type: Opaque data: # base64-encoded ring key ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQ== --- apiVersion: habitat.sh/v1 k...
Update from Forestry.io - Updated Forestry configuration
--- hide_body: false fields: - name: name label: Name type: text hidden: false default: '' - name: short label: Short type: text hidden: false default: '' - type: select name: continent config: source: type: datafiles file: continents-yml path: continents required: true l...
--- hide_body: false fields: - name: name label: Name type: text hidden: false default: '' - name: short label: Short type: text hidden: false default: '' - type: select name: continent config: source: type: datafiles file: continents-yml path: continents required: true l...
Disable SSL validation by default in bosh-lite
properties: riak: firewall_enabled: false nats: machines: - 10.244.0.6 user: nats password: nats port: 4222 cf: admin_username: admin admin_password: admin api_url: (( merge ))
properties: riak: firewall_enabled: false nats: machines: - 10.244.0.6 user: nats password: nats port: 4222 cf: admin_username: admin admin_password: admin api_url: (( merge )) riak_cs: skip_ssl_validation: true
Update from Hackage at 2017-12-22T07:02:07Z
homepage: https://github.com/vmchale/composition-prelude#readme changelog-type: '' hash: 5fdc8d2fe5e342d97225e08afd729adf76a87af83dd41d24b4afcd3eb6656c82 test-bench-deps: {} maintainer: vanessa.mchale@reconfigure.io synopsis: Higher-order function combinators changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versio...
homepage: https://github.com/vmchale/composition-prelude#readme changelog-type: '' hash: d9e0342e8259fd45dbf659086da5dd86d9a3e88f994139cb590c46cbf8e775fb test-bench-deps: {} maintainer: vanessa.mchale@reconfigure.io synopsis: Higher-order function combinators changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versio...
Update from Hackage at 2017-03-31T09:54:21Z
homepage: '' changelog-type: '' hash: 87e9c36db96e8719446363fab4946951897603b3b36274d5206d0cfe73a14bb9 test-bench-deps: {} maintainer: Simon Hengel <sol@typeful.net> synopsis: A version of hspec-expectations generalized to MonadIO changelog: '' basic-deps: base: ==4.* transformers: -any hspec-expectations: ! '>=0...
homepage: '' changelog-type: '' hash: 21c53a4fcd4dfe1f4d5ea95912c886e0da561a48014cb9665bc1a0b8041c74ad test-bench-deps: {} maintainer: Simon Hengel <sol@typeful.net> synopsis: A version of hspec-expectations generalized to MonadIO changelog: '' basic-deps: base: ==4.* transformers: -any hspec-expectations: ! '>=0...
Add org-wide config for Stale app
# Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned - security # Label to use when marking an issue as stale staleLabel: stale ...
_extends: .github
Validate configuration file before copying it
--- # See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories - name: Ensure script to install NodeSource Node.js 0.12 repo has been executed shell: > curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - creates=/etc/apt/sources.list.d/nodesource.list sudo: yes - nam...
--- # See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories - name: Ensure script to install NodeSource Node.js 0.12 repo has been executed shell: > curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - creates=/etc/apt/sources.list.d/nodesource.list sudo: yes - nam...
Bump ridedott/merge-me-action from 2.9.110 to 2.9.114
name: Merge me! on: check_suite: types: - completed jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - name: Merge me! uses: ridedott/merge-me-action@v2.9.110 with: # Depending on branch protection rules, a manually populated # `GITHUB_...
name: Merge me! on: check_suite: types: - completed jobs: merge-me: name: Merge me! runs-on: ubuntu-latest steps: - name: Merge me! uses: ridedott/merge-me-action@v2.9.114 with: # Depending on branch protection rules, a manually populated # `GITHUB_...
Test only on Java 11
task: matrix: - name: Test (JDK 8) container: image: gradle:jdk8 - name: Test (JDK 11) container: image: gradle:jdk11 gradle_cache: folder: ~/.gradle/caches check_script: gradle check --stacktrace cleanup_before_cache_script: - rm -rf ~/.gradle/caches/$GRADLE_VERSION/...
task: matrix: - name: Test (JDK 11) container: image: gradle:jdk11 gradle_cache: folder: ~/.gradle/caches check_script: gradle check --stacktrace cleanup_before_cache_script: - rm -rf ~/.gradle/caches/$GRADLE_VERSION/ - rm -f ~/.gradle/caches/user-id.txt - rm -f ~/.gradle/cache...
Upgrade Travis CI configuration to Ubuntu Xenial
# Specify c language to get right CXX compiler (Travis bug https://github.com/travis-ci/travis-ci/issues/3871) language: c # Ubuntu 14.04 Trusty support sudo: required dist: trusty compiler: - clang - gcc before_install: - sudo apt-get -qq update - sudo apt-get install -y libeigen3-dev - sudo apt-get insta...
language: cpp # Ubuntu 16.04 Xenial support os: linux dist: xenial compiler: - clang - gcc before_install: - sudo apt-get -qq update - sudo apt-get install -y libeigen3-dev - sudo apt-get install -y libopenmpi-dev - sudo apt-get install -y libboost-all-dev script: # Stop on first error - set -e - ...
Allow failure on 2.2 due to cucumber.
language: ruby bundler_args: --without guard script: "bundle exec rake ci" rvm: - 1.9.2 - 1.9.3 - 2.0 - 2.1 - 2.2 - ruby-head matrix: include: - rvm: jruby-19mode - rvm: jruby-20mode - rvm: jruby-21mode - rvm: jruby-head - rvm: rbx-2 allow_failures: - rvm: ruby-head - rvm: jr...
language: ruby bundler_args: --without guard script: "bundle exec rake ci" rvm: - 1.9.2 - 1.9.3 - 2.0 - 2.1 - 2.2 - ruby-head matrix: include: - rvm: jruby-19mode - rvm: jruby-20mode - rvm: jruby-21mode - rvm: jruby-head - rvm: rbx-2 allow_failures: - rvm: 2.2 - rvm: ruby-hea...
Fix to Coverity config in Travis-CI
language: c compiler: - clang - gcc before_install: sudo apt-get update install: sudo apt-get install bc gnutls-bin valgrind perl script: - cmake -D CMAKE_BUILD_TYPE:String="Check" . - make - make test - ( cd tests && ./compat.sh ) - ( cd tests && ./ssl-opt.sh ) - tests/scripts/test-ref-configs.pl env: global: se...
language: c compiler: - clang - gcc before_install: sudo apt-get update install: sudo apt-get install bc gnutls-bin valgrind perl script: - cmake -D CMAKE_BUILD_TYPE:String="Check" . - make - make test - ( cd tests && ./compat.sh ) - ( cd tests && ./ssl-opt.sh ) - tests/scripts/test-ref-configs.pl env: global: se...
Stop supporting old ruby versions
language: ruby rvm: - 1.9 - 2.0 - 2.1 - 2.2 script: "bundle exec rake coverage" gemfile: - gemfiles/rails3.gemfile - gemfiles/rails4.gemfile notifications: email: - support@travellink.com.au flowdock: e69dcafad1fea15c6b8c76e9ced965af
language: ruby rvm: - 2.2 script: "bundle exec rake coverage" gemfile: - gemfiles/rails3.gemfile - gemfiles/rails4.gemfile notifications: email: - support@travellink.com.au flowdock: e69dcafad1fea15c6b8c76e9ced965af
Enforce 100% code coverage in Travis.
language: python python: - "3.3" install: - "pip install ." - "pip install -r test_requirements.txt" script: py.test -n 4 --cov hyper test/
language: python python: - "3.3" install: - "pip install ." - "pip install -r test_requirements.txt" script: - "py.test -n 4 --cov hyper test/ && coverage report -m --fail-under 100"
Test against latest Ruby versions
language: ruby cache: bundler sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.5 - 2.3.1 - ruby-head - jruby matrix: allow_failures: - rvm: ruby-head - rvm: jruby # NOTE: The tests never pass with 1.9.3 since WebMock stopped supporting 1.9. - rvm: 1.9.3 fast_finish: true
language: ruby cache: bundler sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1.10 - 2.2.7 - 2.3.4 - 2.4.1 - ruby-head - jruby matrix: allow_failures: - rvm: ruby-head - rvm: jruby # NOTE: The tests never pass with 1.9.3 since WebMock stopped supporting 1.9. - rvm: 1.9.3 fast_finish: true
Bump to go 1.7 for great glory
language: go go: 1.6.3 dist: trusty group: edge env: global: - GO15VENDOREXPERIMENT='1' - TRAVIS_COMMIT_SHORT="$(echo $TRAVIS_COMMIT | cut -b1-7)" - TRAVIS_COMMIT_LESSSHORT="$(echo $TRAVIS_COMMIT | cut -b1-9)" addons: artifacts: paths: - "./build/linux/amd64/gcloud-cleanup" - "./build/darwin/...
language: go go: 1.7 dist: trusty group: edge env: global: - GO15VENDOREXPERIMENT='1' - TRAVIS_COMMIT_SHORT="$(echo $TRAVIS_COMMIT | cut -b1-7)" - TRAVIS_COMMIT_LESSSHORT="$(echo $TRAVIS_COMMIT | cut -b1-9)" addons: artifacts: paths: - "./build/linux/amd64/gcloud-cleanup" - "./build/darwin/am...
Update project name in Travis config
language: objective-c osx_image: xcode8 xcode_project: NVActivityIndicatorViewDemo.xcodeproj xcode_scheme: NVActivityIndicatorView xcode_sdk: iphonesimulator10.0 script: - xcodebuild -project NVActivityIndicatorViewDemo.xcodeproj -scheme NVActivityIndicatorView -destination "platform=iOS Simulator,name=iPhone 6" clea...
language: objective-c osx_image: xcode8 xcode_project: NVActivityIndicatorView.xcodeproj xcode_scheme: NVActivityIndicatorView xcode_sdk: iphonesimulator10.0 script: - xcodebuild -project NVActivityIndicatorViewDemo.xcodeproj -scheme NVActivityIndicatorView -destination "platform=iOS Simulator,name=iPhone 6" clean te...
Stop rails server to pass build
language: ruby cache: bundler rvm: - 1.9.3 - 2.1.0 - ruby-head - 2.0.0 env: - DB=sqlite script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - bundle exec rake test - bundle exec rails s after_success: - coveralls
language: ruby cache: bundler rvm: - 1.9.3 - 2.1.0 - ruby-head - 2.0.0 env: - DB=sqlite script: - RAILS_ENV=test bundle exec rake db:migrate --trace - bundle exec rake db:test:prepare - bundle exec rake test after_success: - coveralls
Remove the boot tmp folder before caching
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 - $HOME/.boot install: - wget -O boot https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh - chmod 755 boot - ./boot -V script: ./boot tests
language: java jdk: - oraclejdk8 cache: directories: - $HOME/.m2 - $HOME/.boot before_cache: - rm -f $HOME/.boot/cache/tmp install: - wget -O boot https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh - chmod 755 boot - ./boot -V script: ./boot tests
Remove Ruby 2.0 because we don't support that shit no more
language: ruby rvm: - 2.0.0 - 2.1.8 - 2.2.0 - 2.3.0 env: - COVERAGE=true branches: only: - dev - staging - master sudo: false notifications: - email: false
language: ruby rvm: - 2.1.8 - 2.2.0 - 2.3.0 env: - COVERAGE=true branches: only: - dev - staging - master sudo: false notifications: - email: false
Drop old Pythons and add 3.8 to CI
language: python cache: pip matrix: include: - python: "2.7" - python: "3.5" - python: "3.6" - python: "3.7" dist: xenial sudo: true install: - pip install -r requirements.txt - python setup.py install script: - sci_py_import_all - python setup.py test - sci_py_test_style . - ...
language: python cache: pip matrix: include: - python: "3.7" dist: xenial sudo: true - python: "3.8" dist: xenial sudo: true install: - pip install -r requirements.txt - python setup.py install script: - sci_py_import_all - python setup.py test - sci_py_test_style . - pyth...
Add Clang compiler for Travis (needed to build libxmljs)
language: node_js node_js: - "6" - "5" - "4" - "0.12"
language: node_js node_js: - "6" - "5" - "4" - "0.12" # a compiler must be installed for libxmljs # https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements compiler: clang-3.6 env: - CXX=clang-3.6 addons: apt: sources: - llvm-toolchain-preci...
Update requests recipe to version 2.18.3
{% set name = "requests" %} {% set version = "2.18.2" %} package: name: {{ name }} version: {{ version }} source: fn: requests-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5b26fcc5e72757a867e4d562333f841eddcef93548908a1bb1a9207260...
{% set name = "requests" %} {% set version = "2.18.3" %} package: name: {{ name }} version: {{ version }} source: fn: requests-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: fb68a7baef4965c12d9cd67c0f5a46e6e28be3d8c7b6910c758fbcc998...
Update Planes Android to 0.3.8 (11)
Categories: - Games License: MIT AuthorName: Cristian Cucu SourceCode: https://github.com/xxxcucus/planes IssueTracker: https://github.com/xxxcucus/planes/issues AutoName: Planes Android RepoType: git Repo: https://github.com/xxxcucus/planes Builds: - versionName: 0.3.6 versionCode: 9 commit: 0.3.6 s...
Categories: - Games License: MIT AuthorName: Cristian Cucu SourceCode: https://github.com/xxxcucus/planes IssueTracker: https://github.com/xxxcucus/planes/issues AutoName: Planes Android RepoType: git Repo: https://github.com/xxxcucus/planes Builds: - versionName: 0.3.6 versionCode: 9 commit: 0.3.6 s...
Disable Windows CI until somebody actually works on it
trigger: - master - devel jobs: - job: Windows pool: vmImage: 'vs2017-win2016' steps: - checkout: self submodules: true - script: | git config --global user.email "simon@simon-cozens.org" git config --global user.name "Azure Pipeline" displayName: Set git user name and e...
trigger: none # Disable Windows CI builds until somebody is actually working on fixing them # - master # - devel jobs: - job: Windows pool: vmImage: 'vs2017-win2016' steps: - checkout: self submodules: true - script: | git config --global user.email "simon@simon-cozens.org" g...
Update from Hackage at 2021-04-29T23:12:28Z
homepage: https://github.com/anton-k/csound-catalog changelog-type: '' hash: b3c752125817f409f7fdb0c3f588cf16fec96a9b9bcb544e4bbdf5794bf12b98 test-bench-deps: {} maintainer: <anton.kholomiov@gmail.com> synopsis: a gallery of Csound instruments. changelog: '' basic-deps: base: ==4.* csound-sampler: '>=0.0.10.0' cs...
homepage: https://github.com/anton-k/csound-catalog changelog-type: '' hash: 0732f1ff4359ed2caf818c71c8dcddf68766cf54ed6a2490728496f3e00ea088 test-bench-deps: {} maintainer: <anton.kholomiov@gmail.com> synopsis: a gallery of Csound instruments. changelog: '' basic-deps: base: ==4.* csound-sampler: '>=0.0.10.0' cs...
Remove enable repo for atomic
--- #debug packages - name: subscription-manager register and attach pool redhat_subscription: state: present username: "{{ subscription_name }}" password: "{{ subscription_pass }}" autosubscribe: true pool: "{{ subscription_pool }}" #pool: '^Employee SKU$' - shell: ...
--- #debug packages - name: subscription-manager register and attach pool redhat_subscription: state: present username: "{{ subscription_name }}" password: "{{ subscription_pass }}" autosubscribe: true pool: "{{ subscription_pool }}" #pool: '^Employee SKU$' #Disable al...
Revert "Remove special cases from the CI matrix"
language: ruby rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx-18mode - rbx-19mode - jruby-18mode - jruby-19mode - jruby-head notifications: irc: channels: - irc.freenode.org#rom-rb on_success: never on_failure: change
language: ruby rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx-18mode - rbx-19mode matrix: include: - rvm: jruby-18mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-19mode env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov - rvm: jruby-he...
Revert "Overwriting pythonpath since current method breaks"
--- - name: core schema update shell: alembic upgrade head sudo: true environment: PYTHONPATH: "data-act/core:/data-act/validator" args: chdir: /data-act/core/dataactcore - name: validator schema update shell: alembic upgrade head sudo: true environment: PYTHONPATH: "/data-act/core:/data-act...
--- - name: core schema update shell: alembic upgrade head sudo: true environment: PYTHONPATH: "{{ ansible_env.PYTHONPATH }}:/data-act/core:/data-act/validator" args: chdir: /data-act/core/dataactcore - name: validator schema update shell: alembic upgrade head sudo: true environment: PYTHONP...
Update for v2 of Crowdin CLI tool
project_identifier: winsparkle base_url: http://api.crowdin.net base_path: . preserve_hierarchy: false files: - source: /winsparkle.pot translation: /%locale_with_underscore%.po languages_mapping: locale_with_underscore: ar: ar be: be bg: bg bs: bs co: co ...
"project_identifier" : "winsparkle" "base_path" : "." "preserve_hierarchy" : false "files" : [ { "source" : "/winsparkle.pot", "translation" : "/%locale_with_underscore%.po", "languages_mapping" : { "locale_with_underscore" : { "ar": "ar", "be": "be", "bg": "bg", "bs...
Update OSMfocus Reborn to 1.1.0-fdroid (110)
Categories: - Navigation License: Apache-2.0 SourceCode: https://github.com/ubipo/osmfocus IssueTracker: https://github.com/ubipo/osmfocus/issues Donate: https://pfiers.net/donate AutoName: OSMfocus Reborn RepoType: git Repo: https://github.com/ubipo/osmfocus Builds: - versionName: 1.0.0 versionCode: 100 ...
Categories: - Navigation License: Apache-2.0 SourceCode: https://github.com/ubipo/osmfocus IssueTracker: https://github.com/ubipo/osmfocus/issues Donate: https://pfiers.net/donate AutoName: OSMfocus Reborn RepoType: git Repo: https://github.com/ubipo/osmfocus Builds: - versionName: 1.0.0 versionCode: 100 ...
Add min_infix_len for all indexes
search: # base dir path (from root if relative) base: sphinx_data # Search daemon base url #api_endpoint: http://localhost:9304/ # Set `false` if sphinx deamons should not be started (when remote host used) is_local: true # Run `optimize index` against all tables after reindex optimize: true # nam...
search: # base dir path (from root if relative) base: sphinx_data # Search daemon base url #api_endpoint: http://localhost:9304/ # Set `false` if sphinx deamons should not be started (when remote host used) is_local: true # Run `optimize index` against all tables after reindex optimize: true # nam...
Create a massive DB connection pool
default: &default adapter: postgresql encoding: unicode # For details on connection pooling, see rails configuration guide # http://guides.rubyonrails.org/configuring.html#database-pooling pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } * 4 %> username: postgres password: host: db development: <<: *de...
default: &default adapter: postgresql encoding: unicode # For details on connection pooling, see rails configuration guide # http://guides.rubyonrails.org/configuring.html#database-pooling pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } * 10 %> username: postgres password: host: db development: <<: *d...
Update from Forestry.io - Updated Forestry configuration
--- label: Posts hide_body: false is_partial: false fields: - type: text default: post label: Layout name: layout hidden: true - type: textarea name: summary label: Summary description: Meta description config: required: true - type: select config: source: type: simple options: -...
--- label: Posts hide_body: false is_partial: false fields: - type: text default: post label: Layout name: layout hidden: true - type: textarea name: summary label: Summary description: Meta description config: required: true - type: select config: source: type: simple options: -...
Add Ruby 3.2.preview1 (`head`) to testing
# This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation. # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake # For more information see...
# This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation. # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake # For more information see...
Update from Hackage at 2018-05-24T07:34:49Z
homepage: https://github.com/sannsyn/hasql-optparse-applicative changelog-type: '' hash: 176cc71d03d65fc7864dac3d4c979ea943afe4c402d28e0bb0c252d44ea72962 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: ! '"optparse-applicative" parsers for "hasql"' changelog: '' basic-deps: hasql: ! ...
homepage: https://github.com/sannsyn/hasql-optparse-applicative changelog-type: '' hash: 176cc71d03d65fc7864dac3d4c979ea943afe4c402d28e0bb0c252d44ea72962 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: ! '"optparse-applicative" parsers for "hasql"' changelog: '' basic-deps: hasql: ! ...
Update checkout and setup-go actions to v3.
name: Test on: [push,workflow_dispatch] jobs: build: runs-on: ubuntu-22.04 strategy: matrix: go: ["1.18", "1.19"] steps: - name: CHECKOUT uses: actions/checkout@v2 - name: Setup go uses: actions/setup-go@v1 with: go-version: ${{ matrix.go }} - name: Prin...
name: Test on: [push,workflow_dispatch] jobs: build: runs-on: ubuntu-22.04 strategy: matrix: go: ["1.18", "1.19"] steps: - name: CHECKOUT uses: actions/checkout@v3 - name: Setup go uses: actions/setup-go@v3 with: go-version: ${{ matrix.go }} - name: Prin...
Bump actions/setup-java from v1 to v2
name: CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '16' ] # Kotlin needs access to java.util include: - java: '8' maven-opts: '' - java: '11' maven-opts: '' - java: '16' ...
name: CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '16' ] # Kotlin needs access to java.util include: - java: '8' maven-opts: '' - java: '11' maven-opts: '' - java: '16' ...
Remove verbose to fix GitHub actions error
name: Testing GitHub Actions on: [push] jobs: dothis: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 - name: Set up websocket-client run: | pip install six pip install coverage pip...
name: Testing GitHub Actions on: [push] jobs: dothis: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 - name: Set up websocket-client run: | pip install six pip install coverage pip...
Add monitoring-client tag on common/sensu
--- - include: facts.yml - include: mail.yml when: not ansible_local.system.is_atomic | bool tags: mail - include: logrotate.yml - include: jq.yml tags: service_ips - include: gem.yml when: not ansible_local.system.is_atomic | bool - include: bashrc.yml - include: ntp.yml tags: ntp - include: sensu.yml ...
--- - include: facts.yml - include: mail.yml when: not ansible_local.system.is_atomic | bool tags: mail - include: logrotate.yml - include: jq.yml tags: service_ips - include: gem.yml when: not ansible_local.system.is_atomic | bool - include: bashrc.yml - include: ntp.yml tags: ntp - include: sensu.yml ...
Update Twire to 1.9.6 (506)
AntiFeatures: - NonFreeNet Categories: - Multimedia - Internet License: GPL-3.0-only SourceCode: https://github.com/Perflyst/Twire IssueTracker: https://github.com/Perflyst/Twire/issues Changelog: https://github.com/Perflyst/Twire/releases AutoName: Twire Description: |- Twire is an open source, ad free Twit...
AntiFeatures: - NonFreeNet Categories: - Multimedia - Internet License: GPL-3.0-only SourceCode: https://github.com/Perflyst/Twire IssueTracker: https://github.com/Perflyst/Twire/issues Changelog: https://github.com/Perflyst/Twire/releases AutoName: Twire Description: |- Twire is an open source, ad free Twit...
Upgrade analysis server to use analyzer-0.14.2
name: analysis_server version: 0.0.1 author: Dart Team <misc@dartlang.org> description: An HTTP server that performs analysis of Dart code via web sockets. homepage: http://www.dartlang.org environment: sdk: '>=1.0.0 <2.0.0' dependencies: analyzer: 0.14.1 args: any logging: any dev_dependencies: unittest: '>=...
name: analysis_server version: 0.0.1 author: Dart Team <misc@dartlang.org> description: An HTTP server that performs analysis of Dart code via web sockets. homepage: http://www.dartlang.org environment: sdk: '>=1.0.0 <2.0.0' dependencies: analyzer: 0.14.2 args: any logging: any dev_dependencies: unittest: '>=...
Test building docs on Travis
language: python python: - "3.5" - "3.4" - "3.3" install: - python setup.py install - pip install coveralls script: - python setup.py test after_success: - coveralls
language: python python: - "3.5" - "3.4" - "3.3" install: - pip install coveralls script: - python setup.py test - python setup.py install - python setup.py build_sphinx after_success: - coveralls
Add Python3 zed unit tests
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-yoga-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-zed-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Raise minimum supported compiler to rustc 1.36
sudo: false language: rust rust: - stable - beta - nightly - 1.34.0 script: - cargo check
sudo: false language: rust rust: - stable - beta - nightly - 1.36.0 script: - cargo check
Add 1.5.0 to Travis tests
sudo: false language: go go: - 1.3 - 1.4 - tip env: matrix: - ES_VERSION=1.3.9 - ES_VERSION=1.4.2 - ES_VERSION=1.4.4 before_script: - mkdir ${HOME}/elasticsearch - wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz - tar -xzf elasticsearch...
sudo: false language: go go: - 1.3 - 1.4 - tip env: matrix: - ES_VERSION=1.3.9 - ES_VERSION=1.4.2 - ES_VERSION=1.4.4 - ES_VERSION=1.5.0 before_script: - mkdir ${HOME}/elasticsearch - wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz -...
Switch to xcodebuild since xctool can't be used with Xcode 8
language: objective-c osx_image: xcode8.2 install: gem install slather -N env: - DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2" - DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=9.3" - DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=8.1" script: xctool -destination "$DESTINATION" -works...
language: objective-c osx_image: xcode8.2 install: gem install slather -N env: - DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2" - DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=9.3" - DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=8.1" script: xcodebuild -destination "$DESTINATION" -w...
Install yaml on Travis build.
language: php php: - 5.6 - 7.0 - hhvm sudo: required before_install: - sudo apt-get install -y libyaml-dev - sudo pecl install yaml-beta && echo "extension=yaml.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini install: - travis_retry composer install --no-interaction --prefer-source script:...
language: php php: - 5.6 - 7.0 - hhvm sudo: required before_install: - pecl install yaml-beta - echo "extension = yaml.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini install: - travis_retry composer install --no-interaction --prefer-source script: vendor/bin/phpunit
Install missing packages for ruby-head
sudo: false addons: apt: packages: - tidy install: travis_retry bundle install --without=benchmark rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - 2.2 - rbx-2 - ruby-head notifications: email: false
sudo: false addons: apt: packages: - tidy - tcl - tk install: travis_retry bundle install --without=benchmark rvm: - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - 2.2 - rbx-2 - ruby-head notifications: email: false
Add rethinkdb --version in Travis
language: node_js node_js: - "node" before_install: - source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list - wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add - - sudo apt-get update - sudo apt-...
language: node_js node_js: - "node" before_install: - source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list - wget -qO- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add - - sudo apt-get update - sudo apt-...
Use a variety of distros in testing
language: c sudo: false services: - docker install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh script: bash -ex ./.travis-docker.sh env: global: - PINS="graphql-async:. graphql-lwt:. graphql:." matrix: - PACKAGE="graphql.dev" OCAML_VERSION="4.03.0" - PACKAG...
language: c sudo: false services: - docker install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh script: bash -ex ./.travis-docker.sh env: global: - PINS="graphql-async:. graphql-lwt:. graphql:." matrix: - PACKAGE="graphql.dev" DISTRO="ubuntu-16.04" OCAML_VERSI...
Fix invalid Travis target name
language: swift osx_image: xcode8.3 branches: only: - master env: global: - SDK="iphonesimulator" matrix: - DESTINATION="OS=9.0,name=iPhone 6s" MODE="test" CONFIGURATION="Debug" SCHEME="Tests" - DESTINATION="OS=9.0,name=iPhone 6s Plus" MODE="build" CONFIGURATION="Release" SCHEME="Overlay" - DE...
language: swift osx_image: xcode8.3 branches: only: - master env: global: - SDK="iphonesimulator" matrix: - DESTINATION="OS=9.0,name=iPhone 6s" MODE="test" CONFIGURATION="Debug" SCHEME="Tests" - DESTINATION="OS=9.0,name=iPhone 6s Plus" MODE="build" CONFIGURATION="Release" SCHEME="Overlay" - DE...
Remove coverage report from tests for now.
language: python python: - "2.7" # - "pypy" # - "3.3" # - "3.4" addons: apt: packages: - graphviz install: - pip install -r requirements.txt - pip install -r test_requirements.txt - python setup.py install script: - pep8 storjnode - pep8 examples - pep8 tests - coverage run --source="sto...
language: python python: - "2.7" # - "pypy" # - "3.3" # - "3.4" addons: apt: packages: - graphviz install: - pip install -r requirements.txt - pip install -r test_requirements.txt - python setup.py install script: - pep8 storjnode - pep8 examples - pep8 tests - coverage run --source="sto...
Install missing packages for Travis
language: python matrix: include: - python: 3.5 env: TOXENV=py35 env: - TOXENV=py27 - TOXENV=py34 - TOXENV=pypy - TOXENV=pep8 install: pip install tox script: tox notifications: email: - julien@danjou.info
language: python addons: apt: packages: - elasticsearch - redis-server - redis-sentinel - zookeeper - influxdb matrix: include: - python: 3.5 env: TOXENV=py35 env: - TOXENV=py27 - TOXENV=py34 - TOXENV=pypy - TOXENV=pep8 install: pip install tox script: tox notifications: ...
Use faster way to install Node on AppVeyor
# appveyor file # http://www.appveyor.com/docs/appveyor-yml project_id: "p24tu0v9akk906yq" # build version format version: "{build}" # what combinations to test environment: matrix: - nodejs_version: 0.10 # Get the latest stable version of Node 0.STABLE.latest install: - ps: Update-NodeJsInstallation (Get-No...
# appveyor file # http://www.appveyor.com/docs/appveyor-yml project_id: "p24tu0v9akk906yq" # build version format version: "{build}" # what combinations to test environment: matrix: - nodejs_version: 0.10 # Get the latest stable version of Node 0.STABLE.latest install: - ps: Install-Product node $env:nodejs_...
Update from Hackage at 2017-02-23T00:19:21Z
homepage: https://github.com/githubuser/skylark-client#readme changelog-type: '' hash: e128475589c27ac4efa107f1e546ff8db5adc5030950de56e4727bdaea3765c8 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Skylark client. changelog: '' basic-deps: optparse-generic: -any stm: -any base: ==4.8.* ...
homepage: https://github.com/githubuser/skylark-client#readme changelog-type: '' hash: 8301332c48cbd4f6203f7a3ba1b2a68cb8e7a0eb0b5520a13696ec83bf2a08cb test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Skylark client. changelog: '' basic-deps: optparse-generic: -any stm: -any base: ==4.8.* ...
Use standard http instead of https
# Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty relative_permalinks: true # Dependencies markdown: kramdown highlighter: pygments # Setup title: Kurorak tagline: "[inspiring tagline here]" url...
# Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty relative_permalinks: true # Dependencies markdown: kramdown highlighter: pygments # Setup title: Kurorak tagline: "[inspiring tagline here]" url...
Increase connection timeout in the integration test
server: applicationConnectors: - type: http port: 0 adminConnectors: - type: http port: 0 h2Client: connectionTimeout: 1s idleTimeout: 2s
server: applicationConnectors: - type: http port: 0 adminConnectors: - type: http port: 0 h2Client: connectionTimeout: 2s idleTimeout: 2s
Remove pyaudio from conda install list
name: readthedocs-install-env dependencies: - portaudio - numpydoc - numpy - scipy - mock - pyqt - pyaudio - matplotlib - pyqtgraph
name: readthedocs-install-env dependencies: - portaudio - numpydoc - numpy - scipy - mock - pyqt - matplotlib - pyqtgraph
Replace Julius' text on BSSP page
title: Julius thumbnail: '/assets/images/bssp/Julius.jpg' description: "Julius is 20 years old and is looked after by his grandmother. He excels in school and loves attending science subjects like physics, biology, and chemistry. He is working on completing his high school education and hopes to become a doctor in the ...
title: Julius thumbnail: '/assets/images/bssp/Julius.jpg' description: "Julius is 21 years old and is looked after by his grandmother, Beatrice, who participates in the agriculture program. Julius is attending a program in electrical engineering this year."
Update default production environment name
branch-defaults: aws-eb-master: environment: prod aws-eb-test: environment: test-2-8-7 group_suffix: null global: application_name: energy-sparks branch: null default_ec2_keyname: EnergySparksTestEC2 default_platform: Ruby 2.5 (Puma) default_region: eu-west-2 include_git_submodules: true i...
branch-defaults: aws-eb-master: environment: prod-2-8-7 aws-eb-test: environment: test-2-8-7 group_suffix: null global: application_name: energy-sparks branch: null default_ec2_keyname: EnergySparksTestEC2 default_platform: Ruby 2.5 (Puma) default_region: eu-west-2 include_git_submodules: tr...
Fix typo with node version
name: standard-ci on: pull_request: paths-ignore: - '**.md' push: branches: - master paths-ignore: - '**.md' jobs: test: runs-on: ${{ matrix.os }} strategy: matrix: node-version: [12, 14, 16] os: [ubuntu-latest, windows-latest, macos-latest] name:...
name: standard-ci on: pull_request: paths-ignore: - '**.md' push: branches: - master paths-ignore: - '**.md' jobs: test: strategy: matrix: node: [12, 14, 16] os: [ubuntu-latest, windows-latest, macos-latest] name: Node v${{ matrix.node }} - ${{ matrix...
Replace wget with ansible get_url module
--- - name: ensure wget is installed yum: name: wget state: latest - name: download the pre-built overcloud images shell: > wget --quiet -c -O ~/{{ item.value }} "{{ installer.images.base_url }}/{{ item.value }}" with_dict: "{{ installer.images.overcloud.files }}" - name: untar the i...
--- - name: download the pre-built overcloud images get_url: dest: "~/{{ item.value }}" url: "{{ installer.images.base_url }}/{{ item.value }}" with_dict: "{{ installer.images.overcloud.files }}" - name: untar the images shell: "tar -xvf ~/{{ item.value }}" with_dict: "{{ installer.images.overcloud...
Fix variable name for packages to be installed
# _ __ ___ _ # _ __ ___ _ _ _ __ (_)_ __ / /__ _ __ ___ _ __ / / |_ __ _ ___| | _____ # | '_ ` _ \| | | | '_ \| | '_ \ / / __| '__/ _ \| '_ \ / /| __/ _` / __| |/ / __| # | | | | | | |_| | | | | | | | |/ / (__| | | (_) | | | |/ / | ||...
# _ __ ___ _ # _ __ ___ _ _ _ __ (_)_ __ / /__ _ __ ___ _ __ / / |_ __ _ ___| | _____ # | '_ ` _ \| | | | '_ \| | '_ \ / / __| '__/ _ \| '_ \ / /| __/ _` / __| |/ / __| # | | | | | | |_| | | | | | | | |/ / (__| | | (_) | | | |/ / | ||...
Use proper script for translations
--- - hosts: all roles: - prep-zanata - legacy-zuul-git-prep-upper-constraints tasks: - name: Run propose_translation_update.sh script command: "{{ ansible_user_dir }}/scripts/upstream_translation_update.sh {{ zuul.project.short_name }} {{ zuul.branch }} {{ zuul.job }}" args: chdir:...
--- - hosts: all roles: - prep-zanata - legacy-zuul-git-prep-upper-constraints tasks: - name: Run propose_translation_update.sh script command: "{{ ansible_user_dir }}/scripts/propose_translation_update.sh {{ zuul.project.short_name }} {{ zuul.branch }} {{ zuul.job }}" args: chdir: ...
Check to see if tests get reported if we don't publish them
# configuration for develop and master branch - branches: only: - develop - master image: Visual Studio 2019 configuration: Release platform: Any CPU test: off pull_requests: do_not_increment_build_number: false # Install dotnet core latest install: - cinst dotnetcore-sdk --v...
# configuration for develop and master branch - branches: only: - develop - master image: Visual Studio 2019 configuration: Release platform: Any CPU test: off pull_requests: do_not_increment_build_number: false # Install dotnet core latest install: - cinst dotnetcore-sdk --v...
Use configuration variable for artifact path.
# Notes: # - Indent each level of configuration with 2 spaces. Do not use tabs! # - All section names are case-sensitive. # - Section names should be unique on each level. #---------------------------------# # general configuration # #---------------------------------# # version format version: 1.0.{b...
# Notes: # - Indent each level of configuration with 2 spaces. Do not use tabs! # - All section names are case-sensitive. # - Section names should be unique on each level. #---------------------------------# # general configuration # #---------------------------------# # version format version: 1.0.{b...
Update example to show correct environment
apiVersion: v1 kind: ConfigMap metadata: name: demo-configmap data: application.properties: | app.name=Staging Kinflate Demo spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example spring.datasource.username=root spring.datasource.password=admin...
apiVersion: v1 kind: ConfigMap metadata: name: demo-configmap data: application.properties: | app.name=Production Kinflate Demo spring.jpa.hibernate.ddl-auto=update spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example spring.datasource.username=root spring.datasource.password=ad...
Upgrade mailserver version to 0.0.2
apiVersion: v1 description: A Helm chart for Kubernetes name: mailserver version: 0.0.1 maintainers: - name: OTSUKA, Yuanying email: yuan-docker@fraction.jp engine: gotpl
apiVersion: v1 description: A Helm chart for Kubernetes name: mailserver version: 0.0.2 maintainers: - name: OTSUKA, Yuanying email: yuan-docker@fraction.jp engine: gotpl
Update Golem.de to 1.2.2 (138)
AntiFeatures: - NonFreeNet Categories: - Reading License: GPL-3.0-only AuthorName: Soenke Huster AuthorEmail: projekte@eknoes.de SourceCode: https://github.com/eknoes/golem-android-reader IssueTracker: https://github.com/eknoes/golem-android-reader/issues AutoName: Golem.de RepoType: git Repo: https://github.com/...
AntiFeatures: - NonFreeNet Categories: - Reading License: GPL-3.0-only AuthorName: Soenke Huster AuthorEmail: projekte@eknoes.de SourceCode: https://github.com/eknoes/golem-android-reader IssueTracker: https://github.com/eknoes/golem-android-reader/issues AutoName: Golem.de RepoType: git Repo: https://github.com/...
Remove debian 6 from Test Kitchen
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.1 - name: debian-6.0.10 run_list: - recipe[apt] - name: debian-7.8 run_list: - recipe[apt] - name: debian-8.1 run_list: - recipe[apt] - name: fedora-21 - na...
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.1 - name: debian-7.8 run_list: - recipe[apt] - name: debian-8.1 run_list: - recipe[apt] - name: fedora-21 - name: ubuntu-12.04 run_list: - recipe[apt] - n...
Update Nottingham Christmas visit slots
--- name: Nottingham nomis_id: NMI address: - Perry Road - 'NG5 3AG ' email: socialvisits.nottingham@hmps.gsi.gov.uk enabled: true estate: Nottingham phone: 0115 962 8980 slots: fri: - 0915-1115 - 1415-1615 sat: - 0915-1115 - 1400-1600 sun: - 0915-1115 - 1400-1600 thu: - 0915-1115 - 1415-1615 ...
--- name: Nottingham nomis_id: NMI address: - Perry Road - 'NG5 3AG ' email: socialvisits.nottingham@hmps.gsi.gov.uk enabled: true estate: Nottingham phone: 0115 962 8980 slots: fri: - 0915-1115 - 1415-1615 sat: - 0915-1115 - 1400-1600 sun: - 0915-1115 - 1400-1600 thu: - 0915-1115 - 1415-1615 ...
Update Episodes to 0.14.0 (20)
Categories: - Multimedia License: GPL-3.0-or-later AuthorName: red-coracle SourceCode: https://github.com/red-coracle/episodes IssueTracker: https://github.com/red-coracle/episodes/issues AutoName: Episodes RepoType: git Repo: https://github.com/red-coracle/episodes Builds: - versionName: 0.13.2 versionCode:...
Categories: - Multimedia License: GPL-3.0-or-later AuthorName: red-coracle SourceCode: https://github.com/red-coracle/episodes IssueTracker: https://github.com/red-coracle/episodes/issues AutoName: Episodes RepoType: git Repo: https://github.com/red-coracle/episodes Builds: - versionName: 0.13.2 versionCode:...
Add failed_when for restarting ceilometer services
--- - name: restart ceilometer services service: name={{ item.name }} state=restarted must_exist=false when: restart|default('True') with_items: - "{{ ceilometer.services.ceilometer_api }}" - "{{ ceilometer.services.ceilometer_collector }}" - "{{ ceilometer.services.ceilometer_notification }}" - "...
--- - name: restart ceilometer services service: name={{ item.name }} state=restarted must_exist=false when: restart|default('True') failed_when: false with_items: - "{{ ceilometer.services.ceilometer_api }}" - "{{ ceilometer.services.ceilometer_collector }}" - "{{ ceilometer.services.ceilometer_not...
Use globbing in example netstat file
netstat: ssh4: address: 0.0.0.0:22 ssh6: address: :::22
netstat: ssh: address: - '*:22'
Allow x86 to fail in release, for now.
platform: - x86 - x64 configuration: #- Debug - Release branches: only: - master matrix: fast_finish: true # set this flag to immediately finish build once one of the jobs fails. allow_failures: - platform: x86 configuration: Debug - platform: x64 configuration: Release skip_t...
platform: - x86 - x64 configuration: #- Debug - Release branches: only: - master matrix: fast_finish: true # set this flag to immediately finish build once one of the jobs fails. allow_failures: - platform: x86 configuration: Release - platform: x64 configuration: Release skip...
Add tag to cover more places
--- interval: 10 loglevel: DEBUG riemann: host: localhost port: 5555 transport: BlankTransport agents: - name: echo module: oshino.agents.subprocess_agent.SubprocessAgent script: "echo 'Hello world!'"
--- interval: 10 loglevel: DEBUG riemann: host: localhost port: 5555 transport: BlankTransport agents: - name: echo module: oshino.agents.subprocess_agent.SubprocessAgent script: "echo 'Hello world!'" tag: "bash"
Set db password for jenkins.
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: &development adapter: mysql2 encoding: utf8 reconnect: false database: signonotron2_development pool: 5 username: signonotron2 password: # Warning: The database defined as ...
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: &development adapter: mysql2 encoding: utf8 reconnect: false database: signonotron2_development pool: 5 username: signonotron2 password: signonotron2 # Warning: The databas...
Update cache after adding repo.
--- - name: Add signing key for elastic APT repository apt_key: data: "{{ lookup('file', 'elastic.asc') }}" state: present tags: - packages - log-forwarder - name: Make sure apt-transport-https is installed apt: pkg=apt-transport-https state=present tags: - packages - log-forwarder - name: Ins...
--- - name: Add signing key for elastic APT repository apt_key: data: "{{ lookup('file', 'elastic.asc') }}" state: present tags: - packages - log-forwarder - name: Make sure apt-transport-https is installed apt: pkg=apt-transport-https state=present tags: - packages - log-forwarder - name: Ins...
Move the `dmg` to Circle's `Artifacts` directory
# https://discuss.circleci.com/t/is-there-a-way-to-force-building-on-os-x/4079/12 machine: environment: XCODE_SCHEME: symbolicator XCODE_WORKSPACE: symbolicator xcode: version: 7.3 test: override: - npm run dist
# https://discuss.circleci.com/t/is-there-a-way-to-force-building-on-os-x/4079/12 machine: environment: XCODE_SCHEME: symbolicator XCODE_WORKSPACE: symbolicator xcode: version: 7.3 test: override: - npm run dist deployment: master: branch: master commands: - cp dist/mac/*.dmg $CIRC...
Fix path of secret file
machine: pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 - docker -v timezone: Asia/Tokyo services: - docker dependencies: cache_directories: - ~/.docker pre: - sudo pip install docker-compose override: - docker-compose build...
machine: pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 - docker -v timezone: Asia/Tokyo services: - docker dependencies: cache_directories: - ~/.docker pre: - sudo pip install docker-compose override: - docker-compose build...
Update terraform version to 0.7.0
dependencies: override: - sudo curl -L# https://releases.hashicorp.com/terraform/0.6.16/terraform_0.6.16_linux_amd64.zip -o /usr/local/bin/tf.zip - cd /usr/local/bin && sudo unzip tf.zip test: override: - make test
dependencies: override: - sudo curl -L# https://releases.hashicorp.com/terraform/0.7.0/terraform_0.7.0_linux_amd64.zip -o /usr/local/bin/tf.zip - cd /usr/local/bin && sudo unzip tf.zip test: override: - make test
Remove what might be a duplicate `trusty`
compile: override: - npm run build-windows dependencies: pre: #install Wine - sudo cat /etc/apt/sources.list - sudo add-apt-repository --enable-source "http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" - sudo cat /etc/apt/sources.list - sudo apt-get update - sudo apt-get bui...
compile: override: - npm run build-windows dependencies: pre: #install Wine - sudo cat /etc/apt/sources.list - sudo add-apt-repository --enable-source "http://archive.ubuntu.com/ubuntu/ main universe multiverse" - sudo cat /etc/apt/sources.list - sudo apt-get update - sudo apt-get build-dep ...
Add new error message on yml
en: entities: resources: users: actions: description: index: "List of Users" show: "Show of User" new: "Access to registration form of User" edit: "Access to change form of User" create: "Perform action registering of...
en: entities: resources: users: actions: description: index: 'List of Users' show: 'Show of User' new: 'Access to registration form of User' edit: 'Access to change form of User' create: 'Perform action registering of...
Update from Hackage at 2022-04-30T10:43:45Z
homepage: '' changelog-type: '' hash: 9b92c51bcaf1d55f60f8aaef9a96adb29acb77112631fa4110fd5dcae54be7a6 test-bench-deps: base: -any hspec: '>=2.2.3 && <2.8' HUnit: '>=1.2 && <2' containers: -any mtl: -any transformers: '>=0.3 && <0.6' deepseq: '>=1.3 && <2' QuickCheck: '>=2.3.0.2 && <3' maintainer: might...
homepage: '' changelog-type: '' hash: dc2389fb9eee15f087fa5b899c3591704094c07eb846cded4e45e3f93e1d5927 test-bench-deps: base: -any hspec: '>=2.2.3 && <2.10' HUnit: '>=1.2 && <2' containers: -any mtl: -any transformers: '>=0.3 && <0.6' deepseq: '>=1.3 && <2' QuickCheck: '>=2.3.0.2 && <3' maintainer: migh...