Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update InstaGrabber to 18.0 (46)
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Austin Huang AuthorEmail: instagrabber@austinhuang.me AuthorWebSite: https://austinhuang.me WebSite: https://instagrabber.austinhuang.me SourceCode: https://github.com/austinhuang0131/instagrabber IssueTracker: https://github.com/austinhuang0131/instagrabber/issues Translation: https://crowdin.com/project/instagrabber Changelog: https://github.com/austinhuang0131/instagrabber/releases Donate: https://austinhuang.me/donate Liberapay: austinhuang AutoName: InstaGrabber RepoType: git Repo: https://github.com/austinhuang0131/instagrabber.git Builds: - versionName: '17.9' versionCode: 45 commit: v17.9 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '17.9' CurrentVersionCode: 45
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Austin Huang AuthorEmail: instagrabber@austinhuang.me AuthorWebSite: https://austinhuang.me WebSite: https://instagrabber.austinhuang.me SourceCode: https://github.com/austinhuang0131/instagrabber IssueTracker: https://github.com/austinhuang0131/instagrabber/issues Translation: https://crowdin.com/project/instagrabber Changelog: https://github.com/austinhuang0131/instagrabber/releases Donate: https://austinhuang.me/donate Liberapay: austinhuang AutoName: InstaGrabber RepoType: git Repo: https://github.com/austinhuang0131/instagrabber.git Builds: - versionName: '17.9' versionCode: 45 commit: v17.9 subdir: app gradle: - yes - versionName: '18.0' versionCode: 46 commit: v18.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '18.0' CurrentVersionCode: 46
Migrate all common articles in fixtures
- model: ddcz.creativepage pk: 1 fields: name: Články&Eseje slug: clanky model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 2 fields: name: Bestiář slug: bestiar model_class: ddcz.monster - model: ddcz.creativepage pk: 3 fields: name: Nová Povolání slug: novapovolani model_class: ddcz.commonarticle
- model: ddcz.creativepage pk: 1 fields: name: Články&Eseje slug: clanky model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 2 fields: name: Bestiář slug: bestiar model_class: ddcz.monster - model: ddcz.creativepage pk: 3 fields: name: Nová Povolání slug: novapovolani model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 4 fields: name: Nové Rasy slug: noverasy model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 5 fields: name: Rozvoj DrD slug: expanze model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 6 fields: name: Alchymista slug: alchymistazvl model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 7 fields: name: Hraničář slug: hranicar model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 8 fields: name: Kouzelník slug: kouzelnikzvl model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 9 fields: name: Válečník slug: valecnik model_class: ddcz.commonarticle - model: ddcz.creativepage pk: 10 fields: name: Zloděj slug: zlodej model_class: ddcz.commonarticle
Use PMCOA_CUSTOM for test project instead of specific file on FTP
name: TextMiningCounter version: 0.1 url: https://github.com/jakelever/pubrunner/tree/master/examples/TextMiningCounter resources: full: # - PUBMED: # format: txt - PMCOA: format: txt test: # - PUBMED_CUSTOM: # pmids: 29590681 # format: txt # rename: PUBMED - PMCOA_TESTFILE: format: txt rename: PMCOA run: # - python Count.py --inFile {IN:PUBMED/%} --outFile {OUT:counts/%.txt} - python Count.py --inFile {IN:PMCOA/%} --outFile {OUT:counts/%.txt} - python Sum.py --inDir {IN:counts} --outFile {OUT:textminingcount.txt} output: textminingcount.txt
name: TextMiningCounter version: 0.1 url: https://github.com/jakelever/pubrunner/tree/master/examples/TextMiningCounter resources: full: - PUBMED: format: txt - PMCOA: format: txt test: - PUBMED_CUSTOM: pmids: 29590681 format: txt rename: PUBMED - PMCOA_CUSTOM: pmcids: 5776432 format: txt rename: PMCOA run: - python Count.py --inFile {IN:PUBMED/%} --outFile {OUT:counts/%.txt} - python Count.py --inFile {IN:PMCOA/%} --outFile {OUT:counts/%.txt} - python Sum.py --inDir {IN:counts} --outFile {OUT:textminingcount.txt} output: textminingcount.txt
Update from Hackage at 2018-09-08T12:01:14Z
homepage: https://github.com/minad/paripari#readme changelog-type: '' hash: b82fc32c44106458177392b312e05a26e127a8f1fddd519cf494ca764ad69773 test-bench-deps: {} maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Fast-path parser combinators with fallback for error reporting changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.8 && <5' parser-combinators: ==1.0.* text: ! '>=0.11 && <1.3' paripari: -any all-versions: - '0.1.0.0' author: Daniel Mendler <mail@daniel-mendler.de> latest: '0.1.0.0' description-type: haddock description: PariPari offers two parsing strategies. There is a fast Acceptor and a slower Reporter which are evaluated in parallel. If the Acceptor fails, the Reporter returns a report about the parsing errors. Unlike Parsec and like Attoparsec, the parser combinators backtrack by default. license-name: MIT
homepage: https://github.com/minad/paripari#readme changelog-type: '' hash: 46fb819fddd384a69fd731601218b6d815b8c2dd9c4943eafa1a6d91a0b2fdc4 test-bench-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.8 && <5' parser-combinators: ! '>=1.0 && <1.1' text: ! '>=0.11 && <1.3' paripari: -any tasty-hunit: -any tasty: -any maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Fast-path parser combinators with fallback for error reporting changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.8 && <5' parser-combinators: ==1.0.* text: ! '>=0.11 && <1.3' paripari: -any all-versions: - '0.1.0.0' - '0.2.0.0' author: Daniel Mendler <mail@daniel-mendler.de> latest: '0.2.0.0' description-type: haddock description: PariPari offers two parsing strategies. There is a fast Acceptor and a slower Reporter which are evaluated in parallel. If the Acceptor fails, the Reporter returns a report about the parsing errors. Unlike Parsec and like Attoparsec, the parser combinators backtrack by default. license-name: MIT
Test on earlier versions of Python.
os: - linux - osx matrix: allow_failures: - os: osx language: python python: - "3.4" - "3.5" install: - "pip install -r requirements-hacking.txt" script: make unittest
os: - linux - osx matrix: allow_failures: - os: osx language: python python: - "3.0" - "3.1" - "3.2" - "3.3" - "3.4" - "3.5" install: - "pip install -r requirements-hacking.txt" script: make unittest
Use the latest Rubies on Travis CI
language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.8" - "2.2.4" - "2.3.0" before_install: - gem update bundler
language: ruby rvm: - "1.9.3" - "2.0.0" - "2.1.10" - "2.2.7" - "2.3.4" - "2.4.1" before_install: - gem update bundler
Add custom PPA because shit's outdated, yo.
before_install: - sudo chmod 755 ./vendor/bin/youtube-dl - sudo apt-get update -qq - sudo apt-get install -qq ffmpeg rvm: - 1.9.3 # EOL, but still supporting - 2.0.0 # Oldest stable - 2.2.3 # Current stable - jruby-head # JRuby - rbx-2 # Rubinius notifications: slack: layer8x:cvixULdjCINfq7u9Zs1rS0VY
before_install: - sudo chmod 755 ./vendor/bin/youtube-dl - sudo add-apt-repository ppa:mc3man/trusty-media - sudo apt-get update -qq - sudo apt-get install -qq ffmpeg rvm: - 1.9.3 # EOL, but still supporting - 2.0.0 # Oldest stable - 2.2.3 # Current stable - jruby-head # JRuby - rbx-2 # Rubinius notifications: slack: layer8x:cvixULdjCINfq7u9Zs1rS0VY
Add Node 4.x to the test matrix
language: node_js node_js: - "0.8" - "0.10" - "0.12" git: depth: 1 #matrix: #fast_finish: true #allow_failures: #- node_js: "0.11" notifications: irc: "irc.freenode.org#socket.io"
language: node_js node_js: - "0.8" - "0.10" - "0.12" - "4" git: depth: 1 #matrix: #fast_finish: true #allow_failures: #- node_js: "0.11" notifications: irc: "irc.freenode.org#socket.io"
Use the docker version of Ubuntu 14.04
language: node_js matrix: include: - os: linux dist: trusty sudo: required node_js: "6" script: - DEBUG=zyre* npm test after_success: - npm run build:docs deploy: provider: pages skip_cleanup: true local_dir: docs github_token: $GITHUB_TOKEN on: branch: master
language: node_js matrix: include: - os: linux dist: trusty sudo: false node_js: "6" script: - DEBUG=zyre* npm test after_success: - npm run build:docs deploy: provider: pages skip_cleanup: true local_dir: docs github_token: $GITHUB_TOKEN on: branch: master
Use the .NET Core 2.1 preview 2 tooling
language: csharp dist: trusty sudo: false solution: FluentMigrator.sln mono: latest dotnet: 2.1.103 script: - dotnet build ./FluentMigrator.sln - dotnet test ./test/FluentMigrator.Tests/FluentMigrator.Tests.csproj --filter 'TestCategory!=NotWorkingOnMono&(TestCategory!=Integration|(TestCategory=Integration&(TestCategory=SQLite)))'
language: csharp dist: trusty sudo: false solution: FluentMigrator.sln mono: latest dotnet: 2.1.300-preview2-008533 script: - dotnet build ./FluentMigrator.sln - dotnet test ./test/FluentMigrator.Tests/FluentMigrator.Tests.csproj --filter 'TestCategory!=NotWorkingOnMono&(TestCategory!=Integration|(TestCategory=Integration&(TestCategory=SQLite)))'
Update php versions for ci testing
language: php php: - '7.0' - '7.1' install: - composer install script: - vendor/bin/phpunit --bootstrap vendor/autoload.php tests -c phpunit.xml
language: php php: - '7.1' - '7.2' - '7.3' install: - composer install script: - vendor/bin/phpunit --bootstrap vendor/autoload.php tests -c phpunit.xml
Remove 5.3 and 5.4 from testing matrix
sudo: false language: php cache: directories: - $HOME/.composer/cache matrix: fast_finish: true include: - php: 5.3 - php: 5.4 - php: 5.5 env: - EXECUTE_CS_CHECK=true - php: 5.6 env: - EXECUTE_COVERAGE=true - php: 7 - php: hhvm allow_failures: - php: 7 - php: hhvm notifications: irc: "irc.freenode.org#apigility-dev" email: false before_install: - if [[ $EXECUTE_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi - composer self-update install: - travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source script: - ./vendor/bin/phpunit - if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs ; fi
sudo: false language: php cache: directories: - $HOME/.composer/cache matrix: fast_finish: true include: - php: 5.5 env: - EXECUTE_CS_CHECK=true - php: 5.6 env: - EXECUTE_COVERAGE=true - php: 7 - php: hhvm allow_failures: - php: 7 - php: hhvm notifications: irc: "irc.freenode.org#apigility-dev" email: false before_install: - if [[ $EXECUTE_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi - composer self-update install: - travis_retry composer install --no-interaction --ignore-platform-reqs --prefer-source script: - ./vendor/bin/phpunit - if [[ $EXECUTE_CS_CHECK == 'true' ]]; then ./vendor/bin/phpcs ; fi
Allow Go tip failures on Travis
language: go go: - 1.2 - tip before_install: - go install -race std - go get code.google.com/p/go.tools/cmd/cover script: - go test -race ./... - go test -cover ./...
language: go go: - 1.2 - tip before_install: - go install -race std - go get code.google.com/p/go.tools/cmd/cover script: - go test -race ./... - go test -cover ./... matrix: allow_failures: - go: tip
Add forgot dependency to Travis
language: rust notifications: irc: "irc.mozilla.org#piston-internals" os: - linux - osx env: global: - secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg= - LD_LIBRARY_PATH: /usr/local/lib before_install: - sudo add-apt-repository -y ppa:kalakris/cmake - sudo apt-get update -qq install: # CMake, require newer version, than in Travis - sudo apt-get install cmake script: - cargo build -v - cargo test -v - cargo doc -v after_success: - cp -R target/doc doc - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh - rm -r doc
language: rust notifications: irc: "irc.mozilla.org#piston-internals" os: - linux - osx env: global: - secure: OOHeOC7ZhCPV56VgnjUJJ3DNHHgBcE/mnfGzfbSgCQOafc5+Ec5bcuGuC98GqWwIjOFiMd+pD0BacZBCqsFfdsIasa/l4cm7OXtrHdK8imvpcHKGoF/8NfraZPvlpYty5dDswApRKbXM+f8zw4lg4pBrOb02HFFOeVQZoXuBkzg= - LD_LIBRARY_PATH: /usr/local/lib before_install: - sudo add-apt-repository -y ppa:kalakris/cmake - sudo apt-get update -qq install: # CMake, require newer version, than in Travis - sudo apt-get install libXxf86vm-dev cmake script: - cargo build -v - cargo test -v - cargo doc -v after_success: - cp -R target/doc doc - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh - rm -r doc
Reduce the size of the git repository downloaded during TravisCI testing.
language: java jdk: - openjdk7 - oraclejdk7 rvm: - 1.9.3 install: - rvm use 1.9.3 - gem install bundler - bundle install script: buildr clean package
language: java jdk: - openjdk7 - oraclejdk7 rvm: - 1.9.3 install: - rvm use 1.9.3 - gem install bundler - bundle install script: buildr clean package git: depth: 10
Use the container-based infrastructure on Travis
language: php php: - 5.5 - 5.6 - system - hhvm env: global: - COMPOSER_ROOT_VERSION=dev-master matrix: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" before_install: - > if [[ "$TRAVIS_PHP_VERSION" == "system" ]]; then pushd $HOME; git clone https://github.com/php/php-src.git; pushd php-src; ./buildconf -f; ./configure --prefix=$HOME/.phpenv/versions/7 \ --with-curl --enable-exif \ && make && make install; phpenv global 7; popd; popd; php --version; mkdir $PWD/phar; wget http://getcomposer.org/composer.phar -O $PWD/phar/composer; wget https://phar.phpunit.de/phpunit.phar -O $PWD/phar/phpunit; chmod +x $PWD/phar/*; export PATH=$PWD/phar:$PATH; fi install: - composer self-update - composer update $COMPOSER_OPTS script: - phpunit tests - ./tests/lint.sh git: depth: 5
language: php php: - 5.5 - 5.6 - system - hhvm sudo: false env: global: - COMPOSER_ROOT_VERSION=dev-master matrix: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" before_install: - > if [[ "$TRAVIS_PHP_VERSION" == "system" ]]; then pushd $HOME; git clone https://github.com/php/php-src.git; pushd php-src; ./buildconf -f; ./configure --prefix=$HOME/.phpenv/versions/7 \ --with-curl --enable-exif \ && make && make install; phpenv global 7; popd; popd; php --version; mkdir $PWD/phar; wget http://getcomposer.org/composer.phar -O $PWD/phar/composer; wget https://phar.phpunit.de/phpunit.phar -O $PWD/phar/phpunit; chmod +x $PWD/phar/*; export PATH=$PWD/phar:$PATH; fi install: - composer self-update - composer update $COMPOSER_OPTS script: - phpunit tests - ./tests/lint.sh git: depth: 5
Test with PHP 7.2, 7.3, and 7.4
language: php sudo: false git: submodules: false cache: directories: - vendor - $HOME/.composer php: - 5.5 - 5.6 - 7.0 install: - export PATH=$PATH:~/.composer/vendor/bin - which php-cs-fixer || composer global require fabpot/php-cs-fixer - composer install script: - vendor/bin/phpunit - php-cs-fixer fix --dry-run -v --diff src - php-cs-fixer fix --dry-run -v --diff tests
language: php sudo: false git: submodules: false cache: directories: - vendor - $HOME/.composer php: - 7.2 - 7.3 - 7.4 install: - export PATH=$PATH:~/.composer/vendor/bin - which php-cs-fixer || composer global require fabpot/php-cs-fixer - composer install script: - vendor/bin/phpunit - php-cs-fixer fix --dry-run -v --diff src - php-cs-fixer fix --dry-run -v --diff tests
Add creation of tmp dir to Travis file
language: python python: - "2.6" - "2.7" - "3.4" matrix: allow_failures: - python: "2.7" - python: "3.4" fast_finish: true # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install stomp.py - pip install python-daemon - pip install python-ldap - pip install dirq - pip install unittest2 before_script: - export TMPDIR=$PWD/tmp # command to run tests, e.g. python setup.py test script: - export PYTHONPATH=$PYTHONPATH:`pwd -P` - cd test - unit2 discover
language: python python: - "2.6" - "2.7" - "3.4" matrix: allow_failures: - python: "2.7" - python: "3.4" fast_finish: true # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install stomp.py - pip install python-daemon - pip install python-ldap - pip install dirq - pip install unittest2 before_script: - export TMPDIR=$PWD/tmp - mkdir $TMPDIR # command to run tests, e.g. python setup.py test script: - export PYTHONPATH=$PYTHONPATH:`pwd -P` - cd test - unit2 discover
Add coverity scan to Travis CI
language: c script: scripts/install
language: c script: scripts/install env: global: # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created # via the "travis encrypt" command using the project repo's public key - secure: "HPlWGkgN/lL1D/KBH19mmWQzaKW+9Ok5sfGd4xrKi+q1+HcCQjZqynk5qidsSmvOLn7oCLxzebwhHS66wqEfUBPBmJODYfgmNFAir/75rCUNY2VtjmXjuB9cFVZBsBWymRu7wy2C5gTu6xP4bYbfFKr+1F4/RZviQZ/p41BxJc/F/9d/efA1wTqbncLoD4iiVstoFVsPZG4YtWfk57DIRA41F/Mzi9OsF0aYbZce9kF7GJT/vkjtKxB0OeQcsS0COBUscrx4KD6jy21hYjk0/ekoV1IlU+UW7LcFScL8YRzRAPexHFO57tcvonlSM86m5tf6gWFJM3WQlnXrFZ4O4fpDgYx9x1lwD/yuK59Swu4dWYlk33xzciFgfUQvpBOXNXhpeyZKniCTZWCOV/HIEPuhI4GYlMNPc51tpBsCDL6q+LcQCJ7ILiSYnYp1AKl0T6vH51h2JQxjwAGrRG9iGfWtwxB5hG+f49Rrw4dIc/ZrDRlF9TUC//7zJBhqUnqhlDTuZv856JxdOfbXMRD6UdyWTo3SiG0ZR8GveMQ8tnR/hBJPlSEqvzRwAzr0ueknsi2k0aSXIyGmpqGDeGL1Z5yxVo+/oFNgqIMueaUwGxMa0n94BBO8nYlY8TSr8iBK3CtHjwZ+RoDJUYIHamxF5UPKlunB3Hwe3GFQucKeox4=" addons: coverity_scan: project: name: "DannyMoses/mosesDB" description: "A super simple database for fun and profit" notification_email: dannymoses555@gmail.com build_command_prepend: "echo starting build" build_command: "cd src/; make" branch_pattern: coverity_scan
Add truffleruby to build matrix
sudo: false cache: bundler language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 - jruby
sudo: false cache: bundler language: ruby rvm: - 2.3 - 2.4 - 2.5 - 2.6 - jruby - truffleruby
Update Travis to use latest npm version
language: node_js services: mongodb node_js: - 6 cache: directories: - node_modules script: - npm run first - npm test - npm run build
language: node_js services: mongodb node_js: - 6 cache: directories: - node_modules before_install: - npm i -g npm@latest script: - npm run first - npm test - npm run build
Use fineuploader sauce access key
--- language: node_js node_js: - '0.10' before_install: - sudo apt-get update -qq - npm install -g grunt-cli - git submodule update --init --recursive env: global: - secure: |- caiZawX1I0N6l9lh9ksYXf7SaoinQckitLw1Be8SY4UnG8fUKOoRN3qhAzf7 KaJeafrGDpQEkvt8BARaRRHGfReUcfLfcY8jvq5t2t8yEESpwtOrAfavAWP7 SrV1RO8tx0UieurhR0lo/Jh78oKWEN/pbao3UNO7vI6cZw+SO8o= - secure: |- h4wy2zjh9583ZwSgr+CMMLgWUyW1kx8uBjW4Zt1HcQGs1sQFE9EIJWHRB9iX zrJYJnEjFG3sxbz6uvDZf5fvvxLQzOrjgIvAbkS00/I71BSeXg5Qclvvn0mp 8lO+hj8Pb93acGIcRnWvErvTJ9TNDqLpIosu6e61ZY/QpKl7Bkg= before_script: - grunt prepare - grunt build script: - grunt travis
--- language: node_js node_js: - '0.10' before_install: - sudo apt-get update -qq - npm install -g grunt-cli - git submodule update --init --recursive before_script: - grunt prepare - grunt build script: - grunt travis env: global: - secure: |- gHDpZQb3YZtwxHnYCwP/mMeqNDU1OCptFtZ/2wfY/R81Of5JXnwO4nvk3ZT+ 9TmUexNxC7pgM4sU5MPYBPVcUJ1jKXp/DifgFmLzdygMkMHkQNji0Ey53W/7 9Rs6+kIGSez+S5RbR9itYuZ3NTBM54o+YdUHhz7fERyOjHaCPvY= - secure: |- ItUbCE5lEEhfjbRw2xcG8F8L4T7JriFXCphlNV26ZzrRTGNGXKi2D7TDv2S5 rwbV6veaxef5UrKDyR5vbRuyXcKg7B05snD3jvKhp/Jwn3cU9NbddwFqffej EFukvU9VidYA2iyLTB4UTVBh7AhZU05hLo5P4npKKcpObvSAL/8=
Exclude master build from old rubies
rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 gemfile: - Gemfile - test/gemfiles/Gemfile.rails-4.0.x - test/gemfiles/Gemfile.rails-4.1.x - test/gemfiles/Gemfile.rails-4.2.x notifications: email: false campfire: on_success: change on_failure: always rooms: - secure: "RkdRnCTQkmW7izb9+p9XB8pDrj7XiwHaOXQtEw29U7gXQDPqz77QzoL4cKlvMwalW77079Abp4gQpYeLFIZVm2VcVwFW3/6s0kgf3LGssbrF5fPSQnXk6GQGJBRGUyLt0TCi63Y/5DskREtEINbRfKLiDGm8ar/ExFoJzcZIsig="
rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 gemfile: - Gemfile - test/gemfiles/Gemfile.rails-4.0.x - test/gemfiles/Gemfile.rails-4.1.x - test/gemfiles/Gemfile.rails-4.2.x matrix: exclude: - gemfile: Gemfile rvm: 1.9.3 - gemfile: Gemfile rvm: 2.0.0 notifications: email: false campfire: on_success: change on_failure: always rooms: - secure: "RkdRnCTQkmW7izb9+p9XB8pDrj7XiwHaOXQtEw29U7gXQDPqz77QzoL4cKlvMwalW77079Abp4gQpYeLFIZVm2VcVwFW3/6s0kgf3LGssbrF5fPSQnXk6GQGJBRGUyLt0TCi63Y/5DskREtEINbRfKLiDGm8ar/ExFoJzcZIsig="
Set up Travis for Chrome stable
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/ language: node_js dist: trusty # https://docs.travis-ci.com/user/gui-and-headless-browsers/#using-the-chrome-addon-in-the-headless-mode addons: chrome: stable node_js: - 10 - 8 sudo: false before_script: - sh test/server-start.sh & - SERVER_PID=$! - sleep 1 - which google-chrome-stable && google-chrome-stable --version after_script: - kill $SERVER_PID script: "npm test && npm run-script lint" cache: directories: - node_modules
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/ language: node_js dist: trusty node_js: - 10 - 8 addons: chrome: stable # allow headful tests # https://github.com/GoogleChrome/puppeteer/blob/v1.11.0/docs/troubleshooting.md#running-puppeteer-on-travis-ci before_install: # Enable user namespace cloning - "sysctl kernel.unprivileged_userns_clone=1" # Launch XVFB - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" # Tell Puppeteer to skip installing Chrome. We'll be using the installed package. - "export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true" # Point Phantomas to Chrome stable binary provided by Travis - "export PHANTOMAS_CHROMIUM_EXECUTABLE=`which google-chrome-stable`" - env && google-chrome-stable --version before_script: - sh test/server-start.sh & - SERVER_PID=$! - sleep 1 after_script: - kill $SERVER_PID script: "npm test && npm run-script lint" cache: directories: - node_modules
Split different linters into different jobs.
language: java # Only for newer ant, containers on Travis only have ant 1.8.2 which fails sudo: required dist: trusty jdk: - oraclejdk8 env: global: - GH_REF: github.com/dbeyer/java-smt.git install: - ant resolve-dependencies -Divy.repo.url=http://www.sosy-lab.org/ivy script: - ant build-project-ecj - ant clean unit-tests-coverage - ant run-findbugs -Dfindbugs.output=text && cat FindBugs.xml && test \! -s FindBugs.xml - ant run-checkstyle -Dcheckstyle.output=plain && cat Checkstyle*.xml && [ $(cat Checkstyle*.xml | grep -vic audit) -eq 0 ] - ant javadoc - ant format-source && git diff -s --exit-code deploy: - skip_cleanup: true provider: script script: build/deploy-gh-pages.sh - skip_cleanup: true provider: script script: build/deploy-coverage.sh notifications: email: - java-smt-dev@googlegroups.com cache: directories: - $HOME/.ivy2
language: java # Only for newer ant, containers on Travis only have ant 1.8.2 which fails sudo: required dist: trusty jdk: - oraclejdk8 env: global: - GH_REF: github.com/dbeyer/java-smt.git install: - ant resolve-dependencies -Divy.repo.url=http://www.sosy-lab.org/ivy matrix: include: - script: - ant run-findbugs -Dfindbugs.output=text && cat FindBugs.xml && test \! -s FindBugs.xml - script: - ant run-checkstyle -Dcheckstyle.output=plain && cat Checkstyle*.xml && [ $(cat Checkstyle*.xml | grep -vic audit) -eq 0 ] - script: - ant javadoc - script: - ant format-source && git diff -s --exit-code script: - ant build-project-ecj - ant clean unit-tests-coverage deploy: - skip_cleanup: true provider: script script: build/deploy-gh-pages.sh - skip_cleanup: true provider: script script: build/deploy-coverage.sh notifications: email: - java-smt-dev@googlegroups.com cache: directories: - $HOME/.ivy2
Set install for different php version
language: php php: - 7.1 - 7.2 - nightly sudo: false matrix: fast_finish: true include: - php: '7.2' env: - COVERAGE=true - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml allow_failures: - php: nightly env: NIGHLTY=true - php: 7.0 install: - composer update script: # - vendor/bin/phpcs --config-set installed_paths "../../wp-coding-standards/wpcs/,../../automattic/phpcs-neutron-standard/,../../inpsyde/php-coding-standards/,../../wimg/php-compatibility/,../../pheromone/phpcs-security-audit/Security/" # - vendor/bin/phpcs -n - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml after_script: - if [[ $COVERAGE == true ]]; then bash <(curl -s https://codecov.io/bash); fi - if [[ $NIGHLTY == true ]]; then composer require "phpunit/phpunit:^8"; fi - wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.xml; notifications: email: false
language: php php: - 7.1 - 7.2 - nightly sudo: false matrix: fast_finish: true include: - php: '7.2' env: - COVERAGE=true - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml allow_failures: - php: nightly env: NIGHLTY=true - php: 7.0 install: - composer install - if [[ $NIGHLTY == true ]]; then composer require "phpunit/phpunit:^8"; fi script: # - vendor/bin/phpcs --config-set installed_paths "../../wp-coding-standards/wpcs/,../../automattic/phpcs-neutron-standard/,../../inpsyde/php-coding-standards/,../../wimg/php-compatibility/,../../pheromone/phpcs-security-audit/Security/" # - vendor/bin/phpcs -n - vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml after_script: - if [[ $COVERAGE == true ]]; then bash <(curl -s https://codecov.io/bash); fi - wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover coverage.xml; notifications: email: false
Add last version of ruby for running ci
language: ruby sudo: false cache: - bundler - apt services: - memcached addons: apt: packages: - lighttpd - libfcgi-dev before_install: - gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system - gem list -i bundler || gem install bundler script: bundle exec rake ci rvm: - 2.2.4 - 2.3.0 - ruby-head - rbx-2 - jruby-9.0.4.0 - jruby-head notifications: email: false irc: "irc.freenode.org#rack" matrix: allow_failures: - rvm: rbx-2 - rvm: jruby-head
language: ruby sudo: false cache: - bundler - apt services: - memcached addons: apt: packages: - lighttpd - libfcgi-dev before_install: - gem env version | grep '^\(2\|1.\(8\|9\|[0-9][0-9]\)\)' || gem update --system - gem list -i bundler || gem install bundler script: bundle exec rake ci rvm: - 2.2.5 - 2.3.1 - ruby-head - rbx-2 - jruby-9.0.4.0 - jruby-head notifications: email: false irc: "irc.freenode.org#rack" matrix: allow_failures: - rvm: rbx-2 - rvm: jruby-head
Use OpenJDK for Travis builds
language: java jdk: oraclejdk8 cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/
language: java jdk: openjdk8 cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ addons: apt: packages: - openjdk-8-jdk
Update Ruby 2.5 to 2.5.3
language: ruby env: - RUN_COVERAGE_REPORT=true rvm: - 2.3.3 - 2.4.1 - 2.5.0 - 2.6.0 before_install: - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - gem install bundler - bundle update simplecov - bundle install --path vendor/bundle # uncomment this line if your project needs to run something other than `rake`: script: - bundle exec rspec spec - bundle exec rubocop gemfile: - gemfiles/activesupport_3.gemfile - gemfiles/activesupport_4.gemfile - gemfiles/activesupport_5.gemfile matrix: exclude: - rvm: 2.1.8 gemfile: gemfiles/activesupport_5.gemfile - rvm: 2.2.2 gemfile: gemfiles/activesupport_5.gemfile
language: ruby env: - RUN_COVERAGE_REPORT=true rvm: - 2.3.3 - 2.4.1 - 2.5.3 - 2.6.0 before_install: - 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc' - gem install bundler - bundle update simplecov - bundle install --path vendor/bundle # uncomment this line if your project needs to run something other than `rake`: script: - bundle exec rspec spec - bundle exec rubocop gemfile: - gemfiles/activesupport_3.gemfile - gemfiles/activesupport_4.gemfile - gemfiles/activesupport_5.gemfile matrix: exclude: - rvm: 2.1.8 gemfile: gemfiles/activesupport_5.gemfile - rvm: 2.2.2 gemfile: gemfiles/activesupport_5.gemfile
Change CS fixer rules to match Symfony ones
preset: symfony enabled: - align_double_arrow - newline_after_open_tag - ordered_use - long_array_syntax - php_unit_construct - php_unit_strict disabled: - unalign_double_arrow - unalign_equals finder: not-name: - "*.php.twig" not-path: - "src/StyleCI/Fixers.php"
preset: symfony enabled: - newline_after_open_tag - ordered_use - long_array_syntax - php_unit_construct - php_unit_strict finder: not-name: - "*.php.twig" not-path: - "src/StyleCI/Fixers.php"
Disable unnecessary code style rules
preset: laravel disabled: - laravel_braces - single_class_element_per_statement - laravel_phpdoc_alignment
preset: laravel disabled: - laravel_braces - single_class_element_per_statement - laravel_phpdoc_alignment - laravel_phpdoc_separation
Update from Hackage at 2017-01-28T23:37:38Z
homepage: https://github.com/louispan/glazier#readme changelog-type: '' hash: 29c57c4f40c64bfc8e0d7db11a618d3de005feb058f67728d6fe16408582ee5c test-bench-deps: {} maintainer: louis@pan.me synopsis: Composable widgets framework changelog: '' basic-deps: semigroupoids: ! '>=5 && <6' base: ! '>=4.7 && <5' lens: ! '>=4 && <5' mtl: ! '>=2 && <3' mmorph: ! '>=1 && <2' transformers: ! '>=0.4 && <0.6' profunctors: ! '>=5 && <6' all-versions: - '0.5.0.0' - '0.6.0.0' author: Louis Pan latest: '0.6.0.0' description-type: haddock description: Please see README.md license-name: BSD3
homepage: https://github.com/louispan/glazier#readme changelog-type: '' hash: 29c57c4f40c64bfc8e0d7db11a618d3de005feb058f67728d6fe16408582ee5c test-bench-deps: {} maintainer: louis@pan.me synopsis: Composable widgets framework changelog: '' basic-deps: semigroupoids: ! '>=5 && <6' base: ! '>=4.7 && <5' lens: ! '>=4 && <5' mtl: ! '>=2 && <3' mmorph: ! '>=1 && <2' transformers: ! '>=0.4 && <0.6' profunctors: ! '>=5 && <6' all-versions: - '0.6.0.0' author: Louis Pan latest: '0.6.0.0' description-type: haddock description: Please see README.md license-name: BSD3
Clean Blog theme config baseurl
# Site settings title: Clean Blog header-img: img/home-bg.jpg email: your-email@yourdomain.com copyright_name: Your/Project/Corporate Name description: "Write your site description here. It will be used as your sites meta description as well!" baseurl: "/startbootstrap-clean-blog-jekyll" url: "http://yourdomain.com" twitter_username: SBootstrap github_username: davidtmiller facebook_username: IronSummitMedia email_username: your-email@yourdomain.com # Build settings markdown: kramdown highlighter: rouge permalink: pretty paginate: 5 exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"] gems: [jekyll-paginate, jekyll-feed]
# Site settings title: Clean Blog header-img: img/home-bg.jpg email: your-email@yourdomain.com copyright_name: Your/Project/Corporate Name description: "Write your site description here. It will be used as your sites meta description as well!" baseurl: "/" url: "http://yourdomain.com" twitter_username: SBootstrap github_username: davidtmiller facebook_username: IronSummitMedia email_username: your-email@yourdomain.com # Build settings markdown: kramdown highlighter: rouge permalink: pretty paginate: 5 exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"] gems: [jekyll-paginate, jekyll-feed]
Update path to external utils
# Shallow checkout sources on Windows steps: - checkout: none - script: | @echo on set PATH=$(Agent.HomeDirectory)\externals;"%PATH% git init git remote add origin "$(Build.Repository.Uri)" git fetch --progress --no-tags --depth=1 origin "$(Build.SourceVersion)" git checkout "$(Build.SourceVersion)" displayName: Shallow Checkout
# Shallow checkout sources on Windows steps: - checkout: none - script: | @echo on set PATH=$(Agent.HomeDirectory)\bin\externals;"%PATH% git init git remote add origin "$(Build.Repository.Uri)" git fetch --progress --no-tags --depth=1 origin "$(Build.SourceVersion)" git checkout "$(Build.SourceVersion)" displayName: Shallow Checkout
Update from Hackage at 2019-01-06T00:47:14Z
homepage: '' changelog-type: '' hash: 293ece9d24f5589691f645bc7fe8d830652cb53991fccce26d9827a376257027 test-bench-deps: {} maintainer: dhelta.diaz@gmail.com synopsis: Set of bytes. changelog: '' basic-deps: base: ==4.* binary: -any all-versions: - 0.1.0.0 - 0.1.1.0 author: Daniel Díaz latest: 0.1.1.0 description-type: haddock description: Data structure for sets of bytes, where bytes are @Word8@ values. license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 5760b38d7f1ea6f6cb86e4d22c1d2761f37fddc2c60683d415e3115e73effdd1 test-bench-deps: {} maintainer: dhelta.diaz@gmail.com synopsis: Set of bytes. changelog: '' basic-deps: base: ! '>=4.6 && <5' binary: -any all-versions: - 0.1.0.0 - 0.1.1.0 author: Daniel Díaz latest: 0.1.1.0 description-type: haddock description: Data structure for sets of bytes, where bytes are @Word8@ values. license-name: BSD-3-Clause
Update Offline Puzzle Solver to 2.0 (2)
Categories: - Games License: GPL-3.0-or-later AuthorName: 20kdc SourceCode: https://gitlab.com/20kdc/offline-puzzle-solver IssueTracker: https://gitlab.com/20kdc/offline-puzzle-solver/-/issues AutoName: Offline Puzzle Solver RepoType: git Repo: https://gitlab.com/20kdc/offline-puzzle-solver.git Builds: - versionName: '1.0' versionCode: 1 commit: v1 subdir: app gradle: - yes AutoUpdateMode: Version v%c UpdateCheckMode: Tags CurrentVersion: '1.0' CurrentVersionCode: 1
Categories: - Games License: GPL-3.0-or-later AuthorName: 20kdc SourceCode: https://gitlab.com/20kdc/offline-puzzle-solver IssueTracker: https://gitlab.com/20kdc/offline-puzzle-solver/-/issues AutoName: Offline Puzzle Solver RepoType: git Repo: https://gitlab.com/20kdc/offline-puzzle-solver.git Builds: - versionName: '1.0' versionCode: 1 commit: v1 subdir: app gradle: - yes - versionName: '2.0' versionCode: 2 commit: 49d9c3f4f28071b8ee406f487e6f00ee2b8eb0cf subdir: app gradle: - yes AutoUpdateMode: Version v%c UpdateCheckMode: Tags CurrentVersion: '2.0' CurrentVersionCode: 2
Set default signing algorithm HS512 (DEV-99)
ncl: jwt: # please set value for the variable (${jwt.apiKey}) externally (e.g., environment variables, properties file) apiKey: ${jwt.apiKey}
ncl: jwt: # please set value for the variable (${jwt.apiKey}) externally (e.g., environment variables, properties file) apiKey: ${jwt.apiKey} signing-algorithm: HS512
Disable roadrunner if php_engine is php-fpm
- name: Download and unpack RoadRunner shell: > curl -sSL https://github.com/spiral/roadrunner/releases/download/v{{ rr_version }}/roadrunner-{{ rr_version }}-linux-amd64.tar.gz | \ tar -xz --no-same-owner --no-same-permissions --strip 1 roadrunner-{{ rr_version }}-linux-amd64/rr args: chdir: /usr/local/bin - name: Install roadrunner SystemD service systemd: - name: Generate roadrunner config template: src: roadrunner.yml.j2 dest: "{{ configs_root }}/roadrunner.yml" - name: Generate roadrunner systemd unit file into place. template: src: roadrunner.service.j2 dest: /etc/systemd/system/roadrunner.service - name: Enable and start roadrunner service systemd: daemon-reload: true name: roadrunner state: started enabled: yes
- name: Download and unpack RoadRunner shell: > curl -sSL https://github.com/spiral/roadrunner/releases/download/v{{ rr_version }}/roadrunner-{{ rr_version }}-linux-amd64.tar.gz | \ tar -xz --no-same-owner --no-same-permissions --strip 1 roadrunner-{{ rr_version }}-linux-amd64/rr args: chdir: /usr/local/bin - name: Install roadrunner SystemD service systemd: - name: Generate roadrunner config template: src: roadrunner.yml.j2 dest: "{{ configs_root }}/roadrunner.yml" - name: Generate roadrunner systemd unit file into place. template: src: roadrunner.service.j2 dest: /etc/systemd/system/roadrunner.service - name: Enable and start roadrunner service if engine is roadrunner systemd: daemon-reload: true name: roadrunner state: started enabled: yes when: "php_engine == 'roadrunner'" - name: Disable and stop roadrunner service if engine is not roadrunner systemd: daemon-reload: true name: roadrunner state: stopped enabled: no when: "php_engine != 'roadrunner'"
Remove singleton and comp rules.
plugins: fromfilename convert fetchart embedart lastgenre duplicates directory: '~/Music/Music' bell: yes paths: singleton: '_Singles/$artist/$title' comp: '_Various/$album%aunique{}/$track $title' default: '$albumartist/$album%aunique{}/$track $title' convert: auto: yes copy_album_art: yes embedart: ifempty: yes remove_art_file: yes
plugins: fromfilename convert fetchart embedart lastgenre duplicates directory: '~/Music/Music' bell: yes paths: default: '$albumartist/$album%aunique{}/$track $title' convert: auto: yes copy_album_art: yes embedart: ifempty: yes remove_art_file: yes
Use rake task to report test coverage
box: tisplang/tisp-build build: steps: - script: name: env code: | export GOPATH=~ export PATH=$GOPATH/bin:$PATH - setup-go-workspace - script: name: install dependencies code: rake install_deps - script: name: lint code: rake lint - script: name: unit test code: | for dir in $(go list ./...) do profile_file=profile.out go test -race -coverprofile=$profile_file -covermode=atomic $dir if [ -f $profile_file ] then cat $profile_file >> coverage.txt rm $profile_file fi done bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN - script: name: command test code: rake command_test - script: name: build code: rake build - script: name: install code: rake install
box: tisplang/tisp-build build: steps: - script: name: env code: | export GOPATH=~ export PATH=$GOPATH/bin:$PATH - setup-go-workspace - script: name: install dependencies code: rake install_deps - script: name: lint code: rake lint - script: name: unit test code: rake unit_test - script: name: command test code: rake command_test - script: name: coverage report code: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN - script: name: build code: rake build - script: name: install code: rake install
Build container during CI build
box: ami-7f97d816 box-type: ami build: steps: - script: name: Go workspace code: | sudo apt-get update -y -qq sudo apt-get install git -y -qq wget https://go.googlecode.com/files/go1.1.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.1.linux-amd64.tar.gz export PATH="$PATH:/usr/local/go/bin" export PATH="$PATH:$GOPATH/bin" export GOPATH="$HOME/go" mkdir -p "$GOPATH/{src,bin,pkg}" mkdir -p "$GOPATH/src/github.com/pjvds/docker-to-digital-ocean-example" rsync -avz "$WERCKER_SOURCE_DIR/" "$GOPATH/src/github.com/pjvds/docker-to-digital-ocean-example" export WERCKER_SOURCE_DIR="$GOPATH/src/github.com/pjvds/docker-to-digital-ocean-example" - script: name: Go environment code: go env - script: name: Go get code: go get - script: name: Go build code: go build -o main - script: name: Copy output code: rsync -avz "$WERCKER_SOURCE_DIR/" "$WERCKER_OUTPUT_DIR"
box: ami-7f97d816 box-type: ami build: steps: - script: name: Go workspace code: | sudo apt-get update -y -qq sudo apt-get install git -y -qq wget https://go.googlecode.com/files/go1.1.linux-amd64.tar.gz sudo tar -C /usr/local -xzf go1.1.linux-amd64.tar.gz export PATH="$PATH:/usr/local/go/bin" export PATH="$PATH:$GOPATH/bin" export GOPATH="$HOME/go" mkdir -p "$GOPATH/{src,bin,pkg}" mkdir -p "$GOPATH/src/github.com/pjvds/docker-to-digital-ocean-example" rsync -avz "$WERCKER_SOURCE_DIR/" "$GOPATH/src/github.com/pjvds/docker-to-digital-ocean-example" export WERCKER_SOURCE_DIR="$GOPATH/src/github.com/pjvds/docker-to-digital-ocean-example" - script: name: Go environment code: go env - script: name: Go get code: go get - script: name: Go build code: go build -o main - script: name: Build container code: docker build -t="pjvds/counter" . - script: name: Export container code: | CID=$(docker run -d -entrypoint="/bin/sh" pjvds/counter /bin/echo hello world) docker export $CID > $WERCKER_OUTPUT_DIR/counter.tar
Disable RegexpLiteral cop in gemspec
# The default 79 character limit is sometimes unproductive. LineLength: Max: 100 # The default 10 lines limit is unrealistic. MethodLength: Max: 15 RegexpLiteral: Exclude: - '**/Guardfile'
# The default 79 character limit is sometimes unproductive. LineLength: Max: 100 # The default 10 lines limit is unrealistic. MethodLength: Max: 15 RegexpLiteral: Exclude: - '**/*.gemspec' - '**/Guardfile'
Update Test Kitchen platforms to the latest
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-7.2 - name: debian-7.11 - name: debian-8.5 - name: ubuntu-12.04 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: ubuntu-16.04-chef-12.1 driver_config: box: bento/ubuntu-16.04 provisioner: require_chef_omnibus: 12.1.0 suites: - name: default run_list: - recipe[apt] - name: cacher run_list: - recipe[apt_test::cacher] excludes: centos-7.2 - name: compile-time run_list: - recipe[apt::default] attributes: apt: compile_time_update: true excludes: centos-7.2 - name: lwrps run_list: - recipe[apt_test::lwrps] excludes: centos-7.2 - name: unattended-upgrades run_list: - recipe[apt_test::unattended-upgrades] attributes: apt: unattended_upgrades: enable: true excludes: centos-7.2
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-7.2 - name: debian-7.11 - name: debian-8.6 - name: ubuntu-12.04 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: ubuntu-16.04-chef-12.1 driver_config: box: bento/ubuntu-16.04 provisioner: require_chef_omnibus: 12.1.0 suites: - name: default run_list: - recipe[apt] - name: cacher run_list: - recipe[apt_test::cacher] excludes: centos-7.2 - name: compile-time run_list: - recipe[apt::default] attributes: apt: compile_time_update: true excludes: centos-7.2 - name: lwrps run_list: - recipe[apt_test::lwrps] excludes: centos-7.2 - name: unattended-upgrades run_list: - recipe[apt_test::unattended-upgrades] attributes: apt: unattended_upgrades: enable: true excludes: centos-7.2
Add spaces to tabs/tabs to spaces functional testing
stages: - test help_test_job: stage: test script: - scripts/AugmentLines.py -h - scripts/CsvToJson.py -h - scripts/GenerateConfigs.py -h - scripts/JsonToXml.py -h - scripts/Parallelize.py -h - scripts/RandomSleep.py -h - scripts/Template.py -h - scripts/WatchFiles.py -h only: - master smoke_test_job: stage: test script: - scripts/RandomSleep.py 0 2 #Not the most traditional use of this script, but since the "run ID" is 0, #it will make the random sleeps be between 0 and n seconds - scripts/Parallelize.py -p 2 -s 1 scripts/RandomSleep.py 0 4 2 3 3 4 3 2 3 - scripts/check_config.sh - scripts/git - scripts/hg only: - master
stages: - test help_test_job: stage: test script: - scripts/AugmentLines.py -h - scripts/CsvToJson.py -h - scripts/GenerateConfigs.py -h - scripts/JsonToXml.py -h - scripts/Parallelize.py -h - scripts/RandomSleep.py -h - scripts/Template.py -h - scripts/WatchFiles.py -h only: - master smoke_test_job: stage: test script: - scripts/RandomSleep.py 0 2 #Not the most traditional use of this script, but since the "run ID" is 0, #it will make the random sleeps be between 0 and n seconds - scripts/Parallelize.py -p 2 -s 1 scripts/RandomSleep.py 0 4 2 3 3 4 3 2 3 #These should be commutative and idempotent when applied repeatedly #Original script starts with tabs - TEST_SCRIPT=scripts/Parallelize.py - cp $TEST_SCRIPT Test.py - scripts/SpacesToTabs.py Test.py - diff $TEST_SCRIPT Test.py - scripts/TabsToSpaces.py Test.py - "[ ! diff $TEST_SCRIPT Test.py ]" - scripts/SpacesToTabs.py Test.py - diff $TEST_SCRIPT Test.py - rm Test.py - scripts/check_config.sh - scripts/git - scripts/hg only: - master
Change interface name so it matches what the AWS instances have
influxdb_configuration_dir: /etc/opt/influxdb telegraf_flush_retries: 3 iface: enp0s8 #interface which telegraf clients will connect to on the grafana machine. influxdb_url: http://{{ hostvars['grafana']['ansible_' + iface]['ipv4']['address'] }}:8086 grafana_custom_dashboard: ../training-dashboard.json grafana_data_source: isDefault: yes database: telegraf user: root password: root name: training type: influxdb url: http://localhost:8086 access: proxy basicAuth: false
influxdb_configuration_dir: /etc/opt/influxdb telegraf_flush_retries: 3 iface: eth0 #interface which telegraf clients will connect to on the grafana machine. influxdb_url: http://{{ hostvars['grafana']['ansible_' + iface]['ipv4']['address'] }}:8086 grafana_custom_dashboard: ../training-dashboard.json grafana_data_source: isDefault: yes database: telegraf user: root password: root name: training type: influxdb url: http://localhost:8086 access: proxy basicAuth: false
Add sudo for java version changes.
--- - name: install pip sudo: yes shell: "wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && python /tmp/get-pip.py" tags: - bootstrap - name: add openjdk ppa sudo : yes apt_repository: repo='ppa:openjdk-r/ppa' tags: - bootstrap - name: install system pkgs sudo: yes apt: "pkg={{ item }} state=present update_cache=yes cache_valid_time=3600" with_items: system_pkgs_debian tags: - bootstrap # Setup correct java version - name: correct java version selected alternatives: name: java path: "/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java"
--- - name: install pip sudo: yes shell: "wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py && python /tmp/get-pip.py" tags: - bootstrap - name: add openjdk ppa sudo : yes apt_repository: repo='ppa:openjdk-r/ppa' tags: - bootstrap - name: install system pkgs sudo: yes apt: "pkg={{ item }} state=present update_cache=yes cache_valid_time=3600" with_items: system_pkgs_debian tags: - bootstrap # Setup correct java version - name: correct java version selected sudo: yes alternatives: name: java path: "/usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java"
Update from Hackage at 2015-07-31T00:38:49+0000
homepage: http://hspec.github.io/ changelog-type: '' hash: 8e0d3f3777adfc008abab0c5b946bbed9701cea06f654ad1214049fe832cabde test-bench-deps: hspec-contrib: -any logging-facade: -any base: ==4.* hspec: -any hspec-core: -any HUnit: -any QuickCheck: -any maintainer: Simon Hengel <sol@typeful.net> synopsis: Contributed functionality for Hspec changelog: '' basic-deps: logging-facade: -any base: ==4.* hspec-core: -any HUnit: -any all-versions: - '0.1.0' - '0.2.0' - '0.2.1' - '0.2.2' author: '' latest: '0.2.2' description-type: haddock description: Contributed functionality for Hspec license-name: MIT
homepage: http://hspec.github.io/ changelog-type: '' hash: a09551085f89d695952dff3c61532b02afc96d018504bb63c377b9631e2e7b95 test-bench-deps: hspec-contrib: -any base: ==4.* hspec: -any hspec-core: -any HUnit: -any QuickCheck: -any maintainer: Simon Hengel <sol@typeful.net> synopsis: Contributed functionality for Hspec changelog: '' basic-deps: base: ==4.* hspec-core: -any HUnit: -any all-versions: - '0.1.0' - '0.2.0' - '0.2.1' - '0.2.2' - '0.3.0' author: '' latest: '0.3.0' description-type: haddock description: Contributed functionality for Hspec license-name: MIT
Update from Hackage at 2020-07-12T05:28:10Z
homepage: http://github.com/cutsea110/stable-marriage changelog-type: markdown hash: 1e29215f2d71ce5b4ec698fc49dd5264cbb58a6baca67183ccdca1fed56394aa test-bench-deps: {} maintainer: cutsea110@gmail.com synopsis: algorithms around stable marriage changelog: |+ RELEASE-0.1.3.0 ================ * maintenance basic-deps: base: ^>=4.12.0.0 ghc-prim: '>=0.4 && <0.6' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.3.0 author: cutsea110 latest: 0.1.3.0 description-type: haddock description: algorithms around stable marriage, in the field of operations research. license-name: BSD-3-Clause
homepage: http://github.com/cutsea110/stable-marriage changelog-type: markdown hash: 7ee37f2c44cf79b513614a1a7b48d0576f4c50b6e30cf7db726ce80d0178c508 test-bench-deps: base: '>=4.12.0.0 && <4.14' ghc-prim: ^>=0.5.3 maintainer: cutsea110@gmail.com synopsis: algorithms around stable marriage changelog: |+ RELEASE-0.1.3.0 ================ * maintenance basic-deps: base: '>=4.12.0.0 && <4.14' ghc-prim: '>=0.4 && <0.6' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.3.0 - 0.2.0.0 author: cutsea110 latest: 0.2.0.0 description-type: haddock description: algorithms around stable marriage, in the field of operations research. license-name: BSD-3-Clause
Increase code coverage threshold to 0.07.
comment: off coverage: status: project: default: target: auto threshold: 0.03 base: auto patch: off
comment: off coverage: status: project: default: target: auto threshold: 0.07 base: auto patch: off
Rename send_to_central_server in sync_log for easier understanding
--- - name: copy hdw info script copy: src=hdw_info.sh dest=/tmp/hdw_info.sh mode=755 when: send_to_central_server|bool == True - name: Collect hardware information command: bash /tmp/hdw_info.sh when: send_to_central_server|bool == True - name: A way to get the public IP of the device shell: wget -qO- http://ipecho.net/plain ; echo register: public_ip when: send_to_central_server|bool == True - name: Add the IP in the hardware log file lineinfile: dest=/tmp/hdw_info.txt line="{{ public_ip.stdout }}" when: send_to_central_server|bool == True - shell: rsync -azP -e 'ssh -p 443' /var/log/nginx/* /var/log/kern.log /var/log/messages /var/log/syslog /var/log/ansible-pull.log /tmp/hdw_info.txt {{ central_server }}:/ansible/logs/{{ ansible_hostname }}/ when: send_to_central_server|bool == True ignore_errors: yes
--- - name: copy hdw info script copy: src=hdw_info.sh dest=/tmp/hdw_info.sh mode=755 when: sync_log|bool == True - name: Collect hardware information command: bash /tmp/hdw_info.sh when: sync_log|bool == True - name: A way to get the public IP of the device shell: wget -qO- http://ipecho.net/plain ; echo register: public_ip when: sync_log|bool == True - name: Add the IP in the hardware log file lineinfile: dest=/tmp/hdw_info.txt line="{{ public_ip.stdout }}" when: sync_log|bool == True - shell: rsync -azP -e 'ssh -p 443' /var/log/nginx/* /var/log/kern.log /var/log/messages /var/log/syslog /var/log/ansible-pull.log /tmp/hdw_info.txt {{ central_server }}:/ansible/logs/{{ ansible_hostname }}/ when: sync_log|bool == True ignore_errors: yes
Update Badreads to 0.1.0 (10)
Categories: - Reading License: GPL-3.0-only SourceCode: https://github.com/fenimore/badreads IssueTracker: https://github.com/fenimore/badreads/issues AutoName: Badreads RepoType: git Repo: https://github.com/fenimore/badreads Builds: - versionName: 0.0.4 versionCode: 4 commit: v0.0.4 subdir: app gradle: - yes - versionName: 0.0.5 versionCode: 5 commit: v0.0.5 subdir: app gradle: - yes - versionName: 0.0.6 versionCode: 6 commit: v0.0.6 subdir: app gradle: - yes - versionName: 0.0.7 versionCode: 7 commit: v0.0.7 subdir: app gradle: - yes - versionName: 0.0.8 versionCode: 8 commit: v0.0.8 subdir: app gradle: - yes - versionName: 0.0.9 versionCode: 9 commit: v0.0.9 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.0.9 CurrentVersionCode: 9
Categories: - Reading License: GPL-3.0-only SourceCode: https://github.com/fenimore/badreads IssueTracker: https://github.com/fenimore/badreads/issues AutoName: Badreads RepoType: git Repo: https://github.com/fenimore/badreads Builds: - versionName: 0.0.4 versionCode: 4 commit: v0.0.4 subdir: app gradle: - yes - versionName: 0.0.5 versionCode: 5 commit: v0.0.5 subdir: app gradle: - yes - versionName: 0.0.6 versionCode: 6 commit: v0.0.6 subdir: app gradle: - yes - versionName: 0.0.7 versionCode: 7 commit: v0.0.7 subdir: app gradle: - yes - versionName: 0.0.8 versionCode: 8 commit: v0.0.8 subdir: app gradle: - yes - versionName: 0.0.9 versionCode: 9 commit: v0.0.9 subdir: app gradle: - yes - versionName: 0.1.0 versionCode: 10 commit: v0.1.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.1.0 CurrentVersionCode: 10
Update from Hackage at 2015-08-18T07:38:55+0000
homepage: https://github.com/marcinmrotek/hsqml-datamodel changelog-type: '' hash: 94659b2b7e740c8430e93adab341659a6c9690e8e7868ca8013812ee88f2babf test-bench-deps: {} maintainer: marcin.jan.mrotek@gmail.com synopsis: HsQML (Qt5) data model. changelog: '' basic-deps: base: ! '>=4.8 && <4.9' text: ! '>=1.0 && <1.3' hsqml: ! '>=0.3.3.0 && <0.4' template-haskell: ! '>=2.10 && <2.11' all-versions: - '0.0.0.0' - '0.0.0.1' - '0.1.0.0' author: Marcin Mrotek latest: '0.1.0.0' description-type: haddock description: HsQML (Qt5) data model. Use any collection (actually, any (Int -> IO a) action) of single constructor data types as a model for use with QML views. license-name: BSD3
homepage: https://github.com/marcinmrotek/hsqml-datamodel changelog-type: '' hash: 1411540feec8865be5c4d8f63d3525acfedd44fb96cec179ec9346f9a56b8203 test-bench-deps: {} maintainer: marcin.jan.mrotek@gmail.com synopsis: HsQML (Qt5) data model. changelog: '' basic-deps: base: ! '>=4.8 && <4.9' text: ! '>=1.0 && <1.3' hsqml: ! '>=0.3.3.0 && <0.4' template-haskell: ! '>=2.10 && <2.11' all-versions: - '0.0.0.0' - '0.0.0.1' - '0.1.0.0' - '0.2.0.0' author: Marcin Mrotek latest: '0.2.0.0' description-type: haddock description: HsQML (Qt5) data model. Use any collection (actually, any (Int -> IO a) action) of single constructor data types as a model for use with QML views. license-name: BSD3
Update wrapt to version 1.10.11
{% set name = "wrapt" %} {% set version = "1.10.10" %} {% set sha256 = "42160c91b77f1bc64a955890038e02f2f72986c01d462d53cb6cb039b995cdd9" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 script: python setup.py install requirements: build: - python run: - python test: imports: - wrapt about: home: https://github.com/GrahamDumpleton/wrapt license: BSD 2-Clause summary: 'Module for decorators, wrappers and monkey patching.'
{% set name = "wrapt" %} {% set version = "1.10.11" %} {% set sha256 = "d4d560d479f2c21e1b5443bbd15fe7ec4b37fe7e53d335d3b9b0a7b1226fe3c6" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 script: python setup.py install requirements: build: - python run: - python test: imports: - wrapt about: home: https://github.com/GrahamDumpleton/wrapt license: BSD 2-Clause summary: 'Module for decorators, wrappers and monkey patching.'
Use --renew-by-default instead of --keep-until-expiring
--- certbot_src: /root certbot_email: test@example.com certbot_domains: - "{{ ansible_fqdn }}" certbot_renewal_docroot: /var/www/certbot-auto certbot_command: "{{ certbot_src }}/certbot/certbot-auto certonly --keep-until-expiring --standalone --standalone-supported-challenges http-01 --agree-tos --text {% for domain in certbot_domains %}-d {{ domain }} {% endfor %}--email {{ certbot_email }}"
--- certbot_src: /root certbot_email: test@example.com certbot_domains: - "{{ ansible_fqdn }}" certbot_renewal_docroot: /var/www/certbot-auto certbot_command: "{{ certbot_src }}/certbot/certbot-auto certonly --renew-by-default --standalone --standalone-supported-challenges http-01 --agree-tos --text {% for domain in certbot_domains %}-d {{ domain }} {% endfor %}--email {{ certbot_email }}"
Add jupyterlab extension install step
{% set name = "jupyterlab-nvdashboard" %} {% set version = "0.1.11" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/rapidsai/{{ name }}/archive/{{ version }}.tar.gz sha256: 6cc0d741edf3e9865b8a0cd8eab1c0cb6de131e79001519bb3a1756b165d2617 build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - python >=3.5 - pip run: - python >=3.5 - jupyterlab >=1.0 - jupyter-server-proxy - bokeh - pynvml - psutil test: imports: - jupyterlab_nvdashboard about: home: https://github.com/rapidsai/jupyterlab-nvdashboard license: BSD-3-Clause license_family: BSD license_file: LICENSE summary: 'A JupyterLab extension for displaying dashboards of GPU usage' description: | A JupyterLab extension for displaying dashboards of GPU usage. doc_url: https://github.com/rapidsai/jupyterlab-nvdashboard dev_url: https://github.com/rapidsai/jupyterlab-nvdashboard extra: recipe-maintainers: - jacobtomlinson - rjzamora
{% set name = "jupyterlab-nvdashboard" %} {% set version = "0.1.11" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/rapidsai/{{ name }}/archive/{{ version }}.tar.gz sha256: 6cc0d741edf3e9865b8a0cd8eab1c0cb6de131e79001519bb3a1756b165d2617 build: noarch: python number: 0 script: | {{ PYTHON }} -m pip install . -vv jupyter labextension install jupyterlab-nvdashboard@{{ version }} requirements: host: - python >=3.5 - pip - jupyterlab >=1.0 - nodejs run: - python >=3.5 - jupyter-server-proxy - bokeh - pynvml - psutil test: imports: - jupyterlab_nvdashboard about: home: https://github.com/rapidsai/jupyterlab-nvdashboard license: BSD-3-Clause license_family: BSD license_file: LICENSE summary: 'A JupyterLab extension for displaying dashboards of GPU usage' description: | A JupyterLab extension for displaying dashboards of GPU usage. doc_url: https://github.com/rapidsai/jupyterlab-nvdashboard dev_url: https://github.com/rapidsai/jupyterlab-nvdashboard extra: recipe-maintainers: - jacobtomlinson - rjzamora
Fix a github issue form sentence
name: Best Practice description: Report a best practice issue, such as a language feature or README update. labels: ["needs triage", "best practice"] body: - type: markdown attributes: value: | ## Hello 👋 If this issue involves a defect with the library, please file a Bug Report issue instead. If this is an issue with a recommended README / documentation update or a language update. - type: textarea id: summary attributes: label: Description description: Summarize the problem. Attach any relevant links or validations: required: true
name: Best Practice description: Report a best practice issue, such as a language feature or README update. labels: ["needs triage", "best practice"] body: - type: markdown attributes: value: | ## Hello 👋 If this issue involves a defect with the library, please file a Bug Report issue instead. This template is for a recommended README / documentation update or a language update, etc. - type: textarea id: summary attributes: label: Description description: Summarize the problem. Attach any relevant links or validations: required: true
Remove verbose output of tests
version: '{branch}-{build}' os: Visual Studio 2015 configuration: Release branches: only: - master init: [] before_build: - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" build_script: - md build-vc - cd build-vc - cmake -Wno-dev .. - cmake --build . test_script: - ctest -C Debug -VV install: []
version: '{branch}-{build}' os: Visual Studio 2015 configuration: Release branches: only: - master init: [] before_build: - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" build_script: - md build-vc - cd build-vc - cmake -Wno-dev .. - cmake --build . test_script: - ctest -C Debug install: []
Remove delay when waiting for port to become available.
--- - name: Copy the Dynatrace fixpack file to /tmp copy: src="{{ playbook_dir }}/roles/{{ dynatrace_server_role_name }}/files/{{ dynatrace_server_fixpack_file_name }}" dest="/tmp/{{ dynatrace_server_fixpack_file_name }}" - name: Wait for the Dynatrace Server to become available via port 8020 wait_for: port=8020 delay=60 state=present sudo: yes - name: Install the Dynatrace fixpack shell: curl --fail --silent --write-out %{http_code} --user admin:admin --form "file=@/tmp/{{ dynatrace_server_fixpack_file_name }}" http://localhost:8020/rest/management/installjobs register: dynatrace_fixpack_install failed_when: dynatrace_fixpack_install.stdout != '201' - name: Remove the Dynatrace fixpack file: path="/tmp/{{ dynatrace_server_fixpack_file_name }}" state=absent
--- - name: Copy the Dynatrace fixpack file to /tmp copy: src="{{ playbook_dir }}/roles/{{ dynatrace_server_role_name }}/files/{{ dynatrace_server_fixpack_file_name }}" dest="/tmp/{{ dynatrace_server_fixpack_file_name }}" - name: Wait for the Dynatrace Server to become available via port 8020 wait_for: port=8020 state=present sudo: yes - name: Install the Dynatrace fixpack shell: curl --fail --silent --write-out %{http_code} --user admin:admin --form "file=@/tmp/{{ dynatrace_server_fixpack_file_name }}" http://localhost:8020/rest/management/installjobs register: dynatrace_fixpack_install failed_when: dynatrace_fixpack_install.stdout != '201' - name: Remove the Dynatrace fixpack file: path="/tmp/{{ dynatrace_server_fixpack_file_name }}" state=absent
Move validation parameter inside the form
name: Feed version: 1.1.0 description: The **Feed** plugin is a simple yet powerful add-on that lets you view a Grav Collection as **RSS** or **Atom** news feed. icon: rss author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-plugin-feed demo: http://demo.getgrav.org/blog-skeleton keywords: feed, plugin, rss, atom, collection bugs: https://github.com/getgrav/grav-plugin-feed/issues license: MIT validation: strict form: fields: enabled: type: toggle label: Plugin status highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool count: type: text label: Feed count validate: type: int min: 10 max: 1000 description: type: textarea label: Description lang: type: text label: Feed language code placeholder: en-us validate: pattern: "[a-zA-Z]{2,3}-a-zA-Z]{2,3}" length: type: text label: Feed Length validate: type: int min: 10 max: 10000
name: Feed version: 1.1.0 description: The **Feed** plugin is a simple yet powerful add-on that lets you view a Grav Collection as **RSS** or **Atom** news feed. icon: rss author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-plugin-feed demo: http://demo.getgrav.org/blog-skeleton keywords: feed, plugin, rss, atom, collection bugs: https://github.com/getgrav/grav-plugin-feed/issues license: MIT form: validation: strict fields: enabled: type: toggle label: Plugin status highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool count: type: text label: Feed count validate: type: int min: 10 max: 1000 description: type: textarea label: Description lang: type: text label: Feed language code placeholder: en-us validate: pattern: "[a-zA-Z]{2,3}-a-zA-Z]{2,3}" length: type: text label: Feed Length validate: type: int min: 10 max: 10000
Fix test command in CI config.
image: Visual Studio 2015 build: false environment: matrix: - PYTHON_VERSION: 3.4 MINICONDA: C:\Miniconda3 init: - "echo %PYTHON_VERSION% %MINICONDA%" install: - cmd: git submodule update --init --recursive - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - "conda create -q -n test-environment python=%PYTHON_VERSION% numpy h5py matplotlib scipy" - activate test-environment - pip install dymat test_script: - build_windows - cd tests - python -m unittests
image: Visual Studio 2015 build: false environment: matrix: - PYTHON_VERSION: 3.4 MINICONDA: C:\Miniconda3 init: - "echo %PYTHON_VERSION% %MINICONDA%" install: - cmd: git submodule update --init --recursive - "set PATH=%MINICONDA%;%MINICONDA%\\Scripts;%PATH%" - conda config --set always_yes yes --set changeps1 no - conda update -q conda - conda info -a - "conda create -q -n test-environment python=%PYTHON_VERSION% numpy h5py matplotlib scipy" - activate test-environment - pip install dymat test_script: - build_windows - cd tests - python -m unittest
Remove old chocolately download of gitversion
install: - choco install gitversion.portable -version 3.0.0-beta0004 -pre -y nuget: account_feed: true before_build: - nuget restore - ps: gitversion /l console /output buildserver /updateAssemblyInfo configuration: Release build: project: PlayerRank.sln verbosity: minimal after_build: - cmd: nuget pack PlayerRank\PlayerRank.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release" - cmd: appveyor PushArtifact "PlayerRank.%GitVersion_NuGetVersion%.nupkg" deploy: - provider: GitHub auth_token: secure: A7+/5adwhz9NXkJeVJpckt7wIcfIOVr1M8KPMHrOD+TknNaV6CX2XrKR21+QS9ko artifact: /.*\.nupkg/ draft: false prerelease: false description: '' on: appveyor_repo_tag: true - provider: NuGet api_key: secure: mJ21/ayGYSXI/29RaN75qvcuoYDIq8RKmq7PkBlkQ8WWUnfZ063XDmhNrELUKwXP skip_symbols: false on: appveyor_repo_tag: true
nuget: account_feed: true before_build: - nuget restore configuration: Release build: project: PlayerRank.sln verbosity: minimal after_build: - cmd: nuget pack PlayerRank\PlayerRank.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release" - cmd: appveyor PushArtifact "PlayerRank.%GitVersion_NuGetVersion%.nupkg" deploy: - provider: GitHub auth_token: secure: A7+/5adwhz9NXkJeVJpckt7wIcfIOVr1M8KPMHrOD+TknNaV6CX2XrKR21+QS9ko artifact: /.*\.nupkg/ draft: false prerelease: false description: '' on: appveyor_repo_tag: true - provider: NuGet api_key: secure: mJ21/ayGYSXI/29RaN75qvcuoYDIq8RKmq7PkBlkQ8WWUnfZ063XDmhNrELUKwXP skip_symbols: false on: appveyor_repo_tag: true
Remove the commented shit from config file.
version: 1.1.{build} os: Visual Studio 2015 environment: BOOST_ROOT: C:\Libraries\boost_1_59_0 BOOST_LIBDIR: C:\Libraries\boost_1_59_0\stage\lib platform: - Win32 - x64 configuration: - Debug - Release install: - cmd: cmake --help #- cmd: msbuild /version clone_folder: C:\projects\json-voorhees before_build: - cmd: cd C:\projects\json-voorhees\msvc\vs2015 - cmd: nuget restore #- cmd: cd C:\projects\json-voorhees #- cmd: md build #- cmd: cd build #- cmd: if "%platform%"=="Win32" cmake -G "Visual Studio 14" -DCMAKE_BUILD_TYPE=%configuration% -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS="ON" .. #- cmd: if "%platform%"=="x64" cmake -G "Visual Studio 14 Win64" -DCMAKE_BUILD_TYPE=%configuration% -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_LIBRARYDIR%" -DBoost_USE_STATIC_LIBS="ON" .. build: project: C:\projects\json-voorhees\msvc\vs2015\JsonVoorhees.sln #project: C:\projects\json-voorhees\build\json-voorhees.sln test_script: #- cmd: C:\projects\json-voorhees\build\jsonv-tests
version: 1.1.{build} os: Visual Studio 2015 platform: - Win32 - x64 configuration: - Debug - Release install: - cmd: msbuild /version clone_folder: C:\projects\json-voorhees before_build: - cmd: cd C:\projects\json-voorhees\msvc\vs2015 - cmd: nuget restore build: project: C:\projects\json-voorhees\msvc\vs2015\JsonVoorhees.sln test_script:
Update tests to use Go 1.15
version: "1.0.{build}" stack: go 1.14 clone_folder: c:\gopath\src\github.com\capnspacehook\taskmaster environment: GOPATH: c:\gopath matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GOARCH: 386 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GOARCH: amd64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GOARCH: 386 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GOARCH: amd64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GOARCH: 386 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GOARCH: amd64 platform: - x64 build_script: - cd c:\gopath\src\github.com\capnspacehook\taskmaster - go build test_script: - cd c:\gopath\src\github.com\capnspacehook\taskmaster - go test -cover
version: "1.0.{build}" stack: go 1.15 clone_folder: c:\gopath\src\github.com\capnspacehook\taskmaster environment: GOPATH: c:\gopath matrix: - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GOARCH: 386 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 GOARCH: amd64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GOARCH: 386 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 GOARCH: amd64 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GOARCH: 386 - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 GOARCH: amd64 platform: - x64 build_script: - cd c:\gopath\src\github.com\capnspacehook\taskmaster - go build test_script: - cd c:\gopath\src\github.com\capnspacehook\taskmaster - go test -cover
Use the parameter prefix '/o:' to define the organization of the SonarQube project instead of injecting this organization with the help of the 'sonar.organization' property
version: '{build}' image: Visual Studio 2017 environment: LIBRARY_VERSION: '2.3.0' SONAR_LOGIN: secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ install: - ps: dotnet tool install --global dotnet-sonarscanner test: off before_build: - ps: dotnet sonarscanner begin /k:"rosolko_WebDriverManager.Net" /v:$env:LIBRARY_VERSION /d:sonar.organization="rosolko-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login=$env:SONAR_LOGIN /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="WebDriverManager.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="C:\projects\webdrivermanager-net\WebDriverManager.Tests\opencover.xml" build_script: - ps: dotnet restore - ps: dotnet build - ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="opencover.xml" after_build: - ps: dotnet sonarscanner end /d:sonar.login=$env:SONAR_LOGIN artifacts: - path: '**\*.nupkg'
version: '{build}' image: Visual Studio 2017 environment: LIBRARY_VERSION: '2.3.0' SONAR_LOGIN: secure: JNopXLZtkO5PD8yEj2+W1BZnbhq9oegXmTFgvVWQw67z5PtWwd+ngjv5O7xFetCZ install: - ps: dotnet tool install --global dotnet-sonarscanner test: off before_build: - ps: dotnet sonarscanner begin /k:"rosolko_WebDriverManager.Net" /v:$env:LIBRARY_VERSION /o:"rosolko-github" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.login=$env:SONAR_LOGIN /d:sonar.language="cs" /d:sonar.exclusions="**/bin/**/*,**/obj/**/*" /d:sonar.coverage.exclusions="WebDriverManager.Tests/**,**/*Tests.cs" /d:sonar.cs.opencover.reportsPaths="C:\projects\webdrivermanager-net\WebDriverManager.Tests\opencover.xml" build_script: - ps: dotnet restore - ps: dotnet build - ps: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat="opencover" /p:CoverletOutput="opencover.xml" after_build: - ps: dotnet sonarscanner end /d:sonar.login=$env:SONAR_LOGIN artifacts: - path: '**\*.nupkg'
Update from Hackage at 2017-08-04T11:17:45Z
homepage: http://github.com/takano-akio/filelock changelog-type: '' hash: 0ffe44f8554d4f63bb03105a91bea972b8a5167657a2edc1e318d699364c1eb9 test-bench-deps: {} maintainer: aljee@hyper.cx synopsis: Portable interface to file locking (flock / LockFileEx) changelog: '' basic-deps: unix: -any base: ! '>=4.5.1.0 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' author: Takano Akio latest: '0.1.0.1' description-type: haddock description: ! 'This package provides an interface to Windows and Unix file locking functionalities.' license-name: PublicDomain
homepage: http://github.com/takano-akio/filelock changelog-type: '' hash: 54bc8cdbd7954af17ffba31b11f72345169d6c0d2fea65416ddd051500b4bfa2 test-bench-deps: base: -any process: -any async: -any filelock: -any maintainer: aljee@hyper.cx synopsis: Portable interface to file locking (flock / LockFileEx) changelog: '' basic-deps: unix: -any base: ! '>=4.5.1.0 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.1' author: Takano Akio latest: '0.1.1.1' description-type: haddock description: ! 'This package provides an interface to Windows and Unix file locking functionalities.' license-name: PublicDomain
Revert "Please test on Appveyor, thanks"
version: "{build}" os: Windows Server 2012 R2 platform: - x86 - x64 environment: nodejs_version: "8.9.3" install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install -g npm - npm install - .\bin\npm.cmd test build: off test: off deploy: off
version: "{build}" os: Windows Server 2012 R2 platform: - x86 - x64 environment: nodejs_version: "8.9.3" install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install -g npm - npm install build: off test: off deploy: off
Update dev / pr build config
# # Copyright 2020 Google LLC # # 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 # # https://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. steps: - name: 'gcr.io/cloud-builders/gsutil' id: copy-environs args: - cp - -r - 'gs://${_TARGET_PROJECT_}-configs/workbench/src/environments/' - ./src/ - name: justingrayston/chrome_node id: install args: - npm - install waitFor: - copy-environs - name: justingrayston/chrome_node id: lint args: - npm - run - lint waitFor: - install
# # Copyright 2020 Google LLC # # 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 # # https://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. steps: - name: "gcr.io/cloud-builders/gsutil" id: copy-environs args: - cp - -r - "gs://${_CONFIG_BUCKET_}/${_ENVIRONMENT_}/src/environments/" - ./src/ - name: gcr.io/cloud-builders/npm id: install args: - npm - install waitFor: - copy-environs - name: gcr.io/cloud-builders/npm id: lint args: - npm - run - lint waitFor: - install
Add `public_ipv4` and `private_ipv4` variables
--- - hosts: all vars: consul_servers_group: role=control consul_dns_domain: consul consul_dc: vagrant consul_acl_datacenter: vagrant consul_bootstrap_expect: 1 mesos_cluster: vagrant mesos_mode: mixed roles: - common - collectd - logrotate - consul-template - docker - dnsmasq - nginx - consul - logstash - vault - zookeeper - mesos - marathon
--- - hosts: all vars: consul_servers_group: role=control consul_dns_domain: consul consul_dc: vagrant consul_acl_datacenter: vagrant consul_bootstrap_expect: 1 mesos_cluster: vagrant mesos_mode: mixed private_ipv4: "{{ ansible_default_ipv4.address }}" public_ipv4: "{{ ansible_default_ipv4.address }}" roles: - common - collectd - logrotate - consul-template - docker - dnsmasq - nginx - consul - logstash - vault - zookeeper - mesos - marathon
Update from Hackage at 2018-11-28T18:47:22Z
homepage: http://github.com/m4dc4p/hcl/tree/master changelog-type: '' hash: 08b458fa762812551d46a53af6ddc5205699105974d9f6d9a8b80d81e97daf6a test-bench-deps: {} maintainer: Jonathan Lamothe <jlamothe1980@gmail.com> synopsis: High-level library for building command line interfaces. changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: -any mtl: -any random: -any QuickCheck: ==2.* all-versions: - '1.0' - '1.1' - '1.2' - '1.3' - '1.4' - '1.5' - '1.5.1' author: Justin Bailey latest: '1.5.1' description-type: haddock description: ! 'This module provides a set of functions for building simple command-line interfaces. It allows interfaces which collect values (such as Integers, Dates, or other structured values), build lists of values, and use simple menus. It is not intended to build complex interfaces with full cursor control. It is oriented towards line-based interfaces.' license-name: BSD3
homepage: http://github.com/m4dc4p/hcl/tree/master changelog-type: '' hash: d9411c14c7c589a698abf29e406df5edf6537d69f77da400dac669a5d07f815c test-bench-deps: base: ! '>=4.7 && <5' HUnit: -any containers: -any HCL: -any mtl: -any random: -any QuickCheck: ==2.* maintainer: Jonathan Lamothe <jlamothe1980@gmail.com> synopsis: High-level library for building command line interfaces. changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: -any HCL: -any mtl: -any random: -any QuickCheck: ==2.* all-versions: - '1.0' - '1.1' - '1.2' - '1.3' - '1.4' - '1.5' - '1.5.1' - '1.6' author: Justin Bailey latest: '1.6' description-type: haddock description: ! 'This module provides a set of functions for building simple command-line interfaces. It allows interfaces which collect values (such as Integers, Dates, or other structured values), build lists of values, and use simple menus. It is not intended to build complex interfaces with full cursor control. It is oriented towards line-based interfaces.' license-name: BSD3
Fix memory limit on CF
--- applications: - name: docs-oss buildpack: ruby_buildpack instances: 3 manifest: 256M no-route: true path: final_app stack: cflinuxfs2
--- applications: - name: docs-oss buildpack: ruby_buildpack instances: 3 memory: 256M no-route: true path: final_app stack: cflinuxfs2
Fix "Schema validation: String violates the pattern: '^\$\{\{.*\}\}$' "
name: Main on: pull_request: push: branches: - main jobs: checks: runs-on: macOS-latest steps: - name: Project Checkout uses: actions/checkout@v2 - name: Setup JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build project run: ./gradlew build --stacktrace - name: Assemble Test APK run: ./gradlew assembleAndroidTest --stacktrace - name: Espresso Checks uses: reactivecircus/android-emulator-runner@v2.14.3 with: api-level: 16 script: ./gradlew leakcanary-android-core:connectedCheck leakcanary-android-instrumentation:connectedCheck --stacktrace snapshot-deployment: if: "github.event_name == 'push'" needs: [checks] runs-on: ubuntu-latest steps: - name: Project Checkout uses: actions/checkout@v2 - name: Setup JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Deploy snapshot run: ./gradlew uploadArchives env: ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }} ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }} - name: Cleanup secrets if: always() run: rm -rf ~/.gradle/gradle.properties
name: Main on: pull_request: push: branches: - main jobs: checks: runs-on: macos-latest steps: - name: Project Checkout uses: actions/checkout@v2 - name: Setup JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build project run: ./gradlew build --stacktrace - name: Assemble Test APK run: ./gradlew assembleAndroidTest --stacktrace - name: Espresso Checks uses: reactivecircus/android-emulator-runner@v2.14.3 with: api-level: 16 script: ./gradlew leakcanary-android-core:connectedCheck leakcanary-android-instrumentation:connectedCheck --stacktrace snapshot-deployment: if: "github.event_name == 'push'" needs: [checks] runs-on: ubuntu-latest steps: - name: Project Checkout uses: actions/checkout@v2 - name: Setup JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Deploy snapshot run: ./gradlew uploadArchives env: ORG_GRADLE_PROJECT_SONATYPE_NEXUS_USERNAME: ${{ secrets.SONATYPE_NEXUS_USERNAME }} ORG_GRADLE_PROJECT_SONATYPE_NEXUS_PASSWORD: ${{ secrets.SONATYPE_NEXUS_PASSWORD }} - name: Cleanup secrets if: always() run: rm -rf ~/.gradle/gradle.properties
Switch from apt-get to yum for the docker image
name: gcld3 on: [push, pull_request] jobs: build_test: name: ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Linux Dependencies if: runner.os == 'Linux' run: sudo apt-get install libprotobuf-dev protobuf-compiler python3-dev - name: MacOS Dependencies if: runner.os == 'macOS' run: brew install protobuf - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Build package run: | pip install setuptools python setup.py install - name: Test with pytest run: | pip install pytest pytest-cov pytest src/python/gcld3_test.py - name: Install cibuildwheel run: | python -m pip install cibuildwheel==1.5.5 - name: Build wheels env: CIBW_BEFORE_BUILD_LINUX: sudo apt-get install libprotobuf-dev protobuf-compiler python3-dev CIBW_BEFORE_BUILD_MACOS: brew install protobuf run: | python -m cibuildwheel --output-dir wheelhouse
name: gcld3 on: [push, pull_request] jobs: build_test: name: ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Linux Dependencies if: runner.os == 'Linux' run: sudo apt-get install libprotobuf-dev protobuf-compiler python3-dev - name: MacOS Dependencies if: runner.os == 'macOS' run: brew install protobuf - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Build package run: | pip install setuptools python setup.py install - name: Test with pytest run: | pip install pytest pytest-cov pytest src/python/gcld3_test.py - name: Install cibuildwheel run: | python -m pip install cibuildwheel==1.5.5 - name: Build wheels env: CIBW_BEFORE_BUILD_LINUX: yum install protobuf-devel protobuf-compiler python3-devel CIBW_BEFORE_BUILD_MACOS: brew install protobuf run: | python -m cibuildwheel --output-dir wheelhouse
Add failure clause to test log retention
# This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ master ] pull_request: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "check" check: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 # Install and setup JDK 11 - name: Setup JDK 11 uses: actions/setup-java@v1 with: java-version: 11 # Runs a single command using the runners shell - name: run checks run: ./gradlew check --stacktrace - name: Archive test logs uses: actions/upload-artifact@v2 with: name: gradle-test-logs path: **/build/reports/tests
# This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ master ] pull_request: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "check" check: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - name: Validate Gradle Wrapper uses: gradle/wrapper-validation-action@v1 # Install and setup JDK 11 - name: Setup JDK 11 uses: actions/setup-java@v1 with: java-version: 11 # Runs a single command using the runners shell - name: run checks run: ./gradlew check --stacktrace - name: Archive test logs uses: actions/upload-artifact@v2 if: failure() with: name: gradle-test-logs path: ./**/build/reports/tests
Fix a few more syntax issue
name: RSpec Tests on: push: branches: [ $default-branch ] pull_request: jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: [2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, jruby-9.1.x, jruby-9.2.x] unique_constraint: ["true", "false"] include: - db: postgres:9.4 - db: postgres:9.5 - db: postgres:9.6 - db: postgres:10 - db: postgres:11 - db: postgres:12 - db: postgres:13 - db: mysql:5.6 - db: mysql:5.7 - db: mysql:8 services: db: image: $${{ matrix.db }} env: POSTGRES_PASSWORD: upsert_test POSTGRES_USER: upsert_test POSTGRES_DB: upsert_test MYSQL_ROOT_PASSWORD: upsert_test MYSQL_DATABASE: upsert_test MYSQL_USER: upsert_test MYSQL_PASSWORD: upsert_test steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies run: bundle install - name: Run tests env: DB: $${{ matrix.db }} run: bundle exec rake
name: RSpec Tests on: push: branches: [ $default-branch ] pull_request: jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: [2.2.x, 2.3.x, 2.4.x, 2.5.x, 2.6.x, 2.7.x, 3.0.x, jruby-9.1.x, jruby-9.2.x] unique_constraint: ["true", "false"] include: - db: postgres:9.4 - db: postgres:9.5 - db: postgres:9.6 - db: postgres:10 - db: postgres:11 - db: postgres:12 - db: postgres:13 - db: mysql:5.6 - db: mysql:5.7 - db: mysql:8 services: db: image: ${{ matrix.db }} env: POSTGRES_PASSWORD: upsert_test POSTGRES_USER: upsert_test POSTGRES_DB: upsert_test MYSQL_ROOT_PASSWORD: upsert_test MYSQL_DATABASE: upsert_test MYSQL_USER: upsert_test MYSQL_PASSWORD: upsert_test steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} - name: Install dependencies run: bundle install - name: Run tests env: DB: ${{ matrix.db }} run: bundle exec rake
Change mongo version string ("3.2" -> "3.2.0")
galaxy_info: author: Kitware, Inc. description: Install the Girder data management platform. company: Kitware, Inc. license: Apache min_ansible_version: 1.9 platforms: - name: Ubuntu versions: - trusty galaxy_tags: - girder dependencies: - role: nodesource.node nodejs_version: "4.4" become: yes become_user: root - role: Stouts.mongodb mongodb_version: "3.2" mongodb_conf_cpu: no mongodb_conf_dbpath: "/var/lib/mongodb" mongodb_conf_journal: yes become: yes become_user: root
galaxy_info: author: Kitware, Inc. description: Install the Girder data management platform. company: Kitware, Inc. license: Apache min_ansible_version: 1.9 platforms: - name: Ubuntu versions: - trusty galaxy_tags: - girder dependencies: - role: nodesource.node nodejs_version: "4.4" become: yes become_user: root - role: Stouts.mongodb mongodb_version: "3.2.0" mongodb_conf_cpu: no mongodb_conf_dbpath: "/var/lib/mongodb" mongodb_conf_journal: yes become: yes become_user: root
Disable local postgres on staging as we will be use an RDS instance
# Default values for cla-backend in a dev environment. # This is a YAML-formatted file. # Declare variables to be passed into your templates. environment: "staging" image: pullPolicy: IfNotPresent localPostgres: enabled: true ingress: enabled: true hosts: - host: laa-cla-backend-staging.apps.live-1.cloud-platform.service.justice.gov.uk paths: ['/'] tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local # Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file envVars: DEBUG: value: "False" LOAD_TEST_DATA: value: "True"
# Default values for cla-backend in a dev environment. # This is a YAML-formatted file. # Declare variables to be passed into your templates. environment: "staging" image: pullPolicy: IfNotPresent localPostgres: enabled: false ingress: enabled: true hosts: - host: laa-cla-backend-staging.apps.live-1.cloud-platform.service.justice.gov.uk paths: ['/'] tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local # Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file envVars: DEBUG: value: "False" LOAD_TEST_DATA: value: "True"
Update deploy to extract rest-api id
version: 0.2 phases: install: commands: - npm install -g serverless build: commands: - mkdir deploy - ls - mv cloudformation-template-create-stack.json ./deploy/ - mv cloudformation-template-update-stack.json ./deploy/ - mv serverless-rest-api-with-dynamodb.zip ./deploy/ - mv serverless-state.json ./deploy/ - ls -R - serverless deploy --region $region --stage $stage --package deploy - aws apigateway get-rest-apis
version: 0.2 phases: install: commands: - npm install -g serverless build: commands: - mkdir deploy - ls - mv cloudformation-template-create-stack.json ./deploy/ - mv cloudformation-template-update-stack.json ./deploy/ - mv serverless-rest-api-with-dynamodb.zip ./deploy/ - mv serverless-state.json ./deploy/ - ls -R - serverless deploy --region $region --stage --package deploy - aws apigateway get-rest-apis - stage='s1-serverless-rest-api-with-dynamodb' - qs="'items[?name==\`" - qs+=$stage - qs+="\`].{id:id}'" - id=`eval aws apigateway get-rest-apis --query $qs --output text` - echo modify $id
Update config with new URLs
defaults: &defaults cloud_crowd_server: http://localhost:8080 server_root: localhost:1234 aws_zone: us-east-1c preconfigured_ami_id: ami-11a4b57801aae468 ssl_on: true development: <<: *defaults ssl_on: false asset_root: "//s3.amazonaws.com/dactyl-docs-dev" staging: <<: *defaults cloud_crowd_server: http://localhost:8080 server_root: 54.221.219.223 asset_root: "//s3.amazonaws.com/dactyl-docs-qa" production: <<: *defaults cloud_crowd_server: http://localhost:8080 server_root: 54.197.224.62 asset_root: "//s3.amazonaws.com/dactyl-docs" db_volume_id: vol-d4c305bd test: <<: *defaults
defaults: &defaults cloud_crowd_server: http://localhost:8080 server_root: localhost:1234 aws_zone: us-east-1c preconfigured_ami_id: ami-11a4b57801aae468 ssl_on: true development: <<: *defaults ssl_on: false asset_root: "//s3.amazonaws.com/dactyl-docs-dev" staging: <<: *defaults cloud_crowd_server: http://localhost:8080 server_root: https://dactyl-test.denney.ws asset_root: "//s3.amazonaws.com/dactyl-docs-qa" production: <<: *defaults cloud_crowd_server: http://localhost:8080 server_root: https://dactyl.denney.ws asset_root: "//s3.amazonaws.com/dactyl-docs" db_volume_id: vol-d4c305bd test: <<: *defaults
Update Voucher Vault to 1.0.3 (3)
Categories: - Money License: GPL-3.0-or-later AuthorName: Tim Smart AuthorEmail: hello@timsmart.co AuthorWebSite: https://timsmart.co/ SourceCode: https://github.com/tim-smart/vouchervault IssueTracker: https://github.com/tim-smart/vouchervault/issues AutoName: Voucher Vault RepoType: git Repo: https://github.com/tim-smart/vouchervault.git Builds: - versionName: 1.0.1 versionCode: 1 commit: v1.0.1 output: build/app/outputs/flutter-apk/app-fdroid-release.apk srclibs: - flutter@1.22.5 rm: - ios build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --flavor fdroid AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/tim-smart/vouchervault/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ CurrentVersion: 1.0.1 CurrentVersionCode: 1
Categories: - Money License: GPL-3.0-or-later AuthorName: Tim Smart AuthorEmail: hello@timsmart.co AuthorWebSite: https://timsmart.co/ SourceCode: https://github.com/tim-smart/vouchervault IssueTracker: https://github.com/tim-smart/vouchervault/issues AutoName: Voucher Vault RepoType: git Repo: https://github.com/tim-smart/vouchervault.git Builds: - versionName: 1.0.1 versionCode: 1 commit: v1.0.1 output: build/app/outputs/flutter-apk/app-fdroid-release.apk srclibs: - flutter@1.22.5 rm: - ios build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --flavor fdroid - versionName: 1.0.3 versionCode: 3 commit: 1.0.3 output: build/app/outputs/flutter-apk/app-fdroid-release.apk srclibs: - flutter@1.22.5 rm: - ios build: - $$flutter$$/bin/flutter config --no-analytics - $$flutter$$/bin/flutter build apk --flavor fdroid AutoUpdateMode: Version %v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/tim-smart/vouchervault/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ CurrentVersion: 1.0.3 CurrentVersionCode: 3
Install the correct version of the Nvidia graphics driver
--- - name: 'Add the nvidia drivers repository' become: true apt_repository: repo: 'ppa:graphics-drivers/ppa' state: present update_cache: yes filename: 'ppa_nvidia_graphics_drivers' when: - ansible_system_vendor == "Dell Inc." - ansible_product_name == "Precision T1700" - name: 'Install the updated nvidia graphics drivers' become: true apt: name: 'nvidia-387' state: latest when: - ansible_system_vendor == "Dell Inc." - ansible_product_name == "Precision T1700"
--- - name: 'Add the nvidia drivers repository' become: true apt_repository: repo: 'ppa:graphics-drivers/ppa' state: present update_cache: yes filename: 'ppa_nvidia_graphics_drivers' when: - ansible_system_vendor == "Dell Inc." - ansible_product_name == "Precision T1700" - name: 'Install the supported nvidia graphics drivers [NVIDIA Corporation GF108GL [Quadro 600] (rev a1)]' become: true apt: name: 'nvidia-340' state: latest when: - ansible_system_vendor == "Dell Inc." - ansible_product_name == "Precision T1700"
Exclude yum update when not updating
--- - name: Make room for new kernel on /boot command: /usr/bin/package-cleanup --oldkernels --count=2 -y - name: Update all packages yum: name: "{{ oul_package_names }}" exclude: "{{ oul_exclude }}" state: latest
--- - name: Make room for new kernel on /boot command: /usr/bin/package-cleanup --oldkernels --count=2 -y - name: Update all packages yum: name: "{{ oul_package_names }}" exclude: "{{ oul_exclude }}" state: latest when: os_update is defined
Update from Hackage at 2016-12-19T20:16:04Z
homepage: https://github.com/swift-nav/preamble changelog-type: '' hash: f7e91ad8586f06cf003b86e51d62c69aafced42b05c8beeaefc9aa320ad65351 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Yet another prelude. changelog: '' basic-deps: shake: -any exceptions: -any base: ! '>=4.7 && <5' time: -any unordered-containers: -any text: -any basic-prelude: -any monad-control: -any fast-logger: -any lens: -any text-manipulate: -any mtl: -any transformers-base: -any monad-logger: -any resourcet: -any aeson: -any template-haskell: -any all-versions: - '0.0.1' author: Swift Navigation Inc. latest: '0.0.1' description-type: haddock description: Yet another prelude, built on BasicPrelude. license-name: MIT
homepage: https://github.com/swift-nav/preamble changelog-type: '' hash: 303ad076ac0f358a6ba7b0e8aa75fcc8975ca2e1aee2b474e436313326aabe24 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Yet another prelude. changelog: '' basic-deps: shake: -any exceptions: -any base: ! '>=4.7 && <5' time: -any unordered-containers: -any text: -any basic-prelude: -any monad-control: -any fast-logger: -any lens: -any text-manipulate: -any mtl: -any transformers-base: -any monad-logger: -any resourcet: -any aeson: -any template-haskell: -any all-versions: - '0.0.1' - '0.0.2' author: Swift Navigation Inc. latest: '0.0.2' description-type: haddock description: Yet another prelude, built on BasicPrelude. license-name: MIT
Add https schema to redirect annotations
{{- if .Values.ingress.enabled -}} {{- $fullName := include "cla-public.fullname" . -}} {{- $svcPort := .Values.service.port -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ $fullName }} labels: {{- include "cla-public.labels" . | nindent 4 }} {{- with .Values.ingress.annotations }} annotations: {{- if .Values.ingress.redirectFrom -}} nginx.ingress.kubernetes.io/proxy-redirect-from: {{ .Values.ingress.redirectFrom }} nginx.ingress.kubernetes.io/proxy-redirect-to: {{ .Values.hostName }} {{- else -}} {{- toYaml . | nindent 4 }} {{- end }} {{- end }} spec: tls: - hosts: - "{{ .Values.host }}" secretName: {{ .Values.ingress.secretName }} rules: - host: "{{ .Values.host }}" http: paths: - path: "/" backend: serviceName: {{ $fullName }}-app servicePort: {{ $svcPort }} {{- end }}
{{- if .Values.ingress.enabled -}} {{- $fullName := include "cla-public.fullname" . -}} {{- $svcPort := .Values.service.port -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: {{ $fullName }} labels: {{- include "cla-public.labels" . | nindent 4 }} {{- with .Values.ingress.annotations }} annotations: {{- if .Values.ingress.redirectFrom -}} nginx.ingress.kubernetes.io/proxy-redirect-from: https://{{ .Values.ingress.redirectFrom }} nginx.ingress.kubernetes.io/proxy-redirect-to: https://{{ .Values.hostName }} {{- else -}} {{- toYaml . | nindent 4 }} {{- end }} {{- end }} spec: tls: - hosts: - "{{ .Values.host }}" secretName: {{ .Values.ingress.secretName }} rules: - host: "{{ .Values.host }}" http: paths: - path: "/" backend: serviceName: {{ $fullName }}-app servicePort: {{ $svcPort }} {{- end }}
Update from Hackage at 2022-10-22T19:02:43Z
homepage: https://github.com/davidspies/fastmemo#readme changelog-type: '' hash: 1dc09c22288bd88965d9dc9c8fd238f6b463f309651c129fd0aa3b0ace1f7d02 test-bench-deps: bytestring: ==0.10.* base: '>=4.7 && <4.16' utf8-string: ==1.0.* fastmemo: -any QuickCheck: -any vector: ==0.12.* maintainer: dnspies@gmail.com synopsis: Memoize functions on Generic types changelog: '' basic-deps: bytestring: ==0.10.* base: '>=4.7 && <4.16' utf8-string: ==1.0.* vector: ==0.12.* all-versions: - 0.1.0.0 - 0.1.0.1 author: David Spies latest: 0.1.0.1 description-type: markdown description: | # FastMemo Memoization with Generics [Examples](test/Examples.hs) license-name: BSD-3-Clause
homepage: https://github.com/davidspies/fastmemo#readme changelog-type: '' hash: 92cf58860a1b91075d2dc9bf3e8bdbfb75a5b47409281a2656950f4f4f5fee81 test-bench-deps: bytestring: '>=0.10 && <0.12' base: '>=4.7 && <4.18' containers: ==0.6.* utf8-string: ==1.0.* fastmemo: -any QuickCheck: -any vector: '>=0.12 && <0.14' maintainer: dnspies@gmail.com synopsis: Memoize functions on Generic types changelog: '' basic-deps: bytestring: '>=0.10 && <0.12' base: '>=4.7 && <4.18' containers: ==0.6.* utf8-string: ==1.0.* vector: '>=0.12 && <0.14' all-versions: - 0.1.0.0 - 0.1.0.1 - 0.1.1 author: David Spies latest: 0.1.1 description-type: markdown description: | # FastMemo Memoization with Generics [Examples](test/Examples.hs) license-name: BSD-3-Clause
Add comment on license bundling
{% set name = "injector" %} {% set version = "0.18.4" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/injector-{{ version }}.tar.gz sha256: ced88ee14183b9f95b2cb6cdb17bf7382499fad187dee0dace6891874ae4b182 build: number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - pypandoc - python run: - python - typing_extensions >=3.7.4 # [py<39] test: imports: - injector commands: - pip check requires: - pip about: home: https://github.com/alecthomas/injector summary: Injector - Python dependency injection framework, inspired by Guice license: BSD-3-Clause license_file: COPYING extra: recipe-maintainers: - fuglede
{% set name = "injector" %} {% set version = "0.18.4" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/injector-{{ version }}.tar.gz sha256: ced88ee14183b9f95b2cb6cdb17bf7382499fad187dee0dace6891874ae4b182 build: number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - pypandoc - python run: - python - typing_extensions >=3.7.4 # [py<39] test: imports: - injector commands: - pip check requires: - pip about: home: https://github.com/alecthomas/injector summary: Injector - Python dependency injection framework, inspired by Guice license: BSD-3-Clause # License file manually packaged: See: https://github.com/alecthomas/injector/pull/160 license_file: COPYING extra: recipe-maintainers: - fuglede
Update Intl version to 0.15.3
name: intl version: 0.15.3-dev author: Dart Team <misc@dartlang.org> description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. homepage: https://github.com/dart-lang/intl environment: sdk: '>=1.24.0 <2.0.0' documentation: http://www.dartdocs.org/documentation/intl/latest dependencies: path: '>=0.9.0 <2.0.0' dev_dependencies: fixnum: '>=0.9.0 <0.11.0' test: '>=0.12.0 <0.13.0' transformers: - $dart2js: $exclude: - test/date_time_format_file_even_test.dart - test/date_time_format_file_odd_test.dart - test/find_default_locale_standalone_test.dart
name: intl version: 0.15.3 author: Dart Team <misc@dartlang.org> description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. homepage: https://github.com/dart-lang/intl environment: sdk: '>=1.24.0 <2.0.0' documentation: http://www.dartdocs.org/documentation/intl/latest dependencies: path: '>=0.9.0 <2.0.0' dev_dependencies: fixnum: '>=0.9.0 <0.11.0' test: '>=0.12.0 <0.13.0' transformers: - $dart2js: $exclude: - test/date_time_format_file_even_test.dart - test/date_time_format_file_odd_test.dart - test/find_default_locale_standalone_test.dart
Add fixtures data for billline
--- - model: billjobs.billline pk: 1 fields: bill: 1 service: 1 quantity: 1 - model: billjobs.billline pk: 2 fields: bill: 2 service: 2 quantity: 1 - model: billjobs.billline pk: 3 fields: bill: 3 service: 3 quantity: 2 - model: billjobs.billline pk: 4 fields: bill: 3 service: 4 quantity: 1
Remove unneeded dependencies from Ansible role
--- - name: Install Girder system dependencies apt: name: - build-essential - curl - gcc become: true become_user: root - name: Download/Install NodeJS unarchive: src: https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz dest: /usr/local remote_src: true extra_opts: - "--strip-components=1" exclude: - "CHANGELOG.md" - "LICENSE" - "README.md" creates: "/usr/local/bin/node" become: true become_user: root when: girder_web - name: Install Girder pip: name: "{{ girder_package }}" version: "{{ girder_version|default(omit) }}" extra_args: "{{ girder_pip_extra_args|default(omit) }}" virtualenv: "{{ girder_virtualenv }}" notify: - Build Girder web assets - Restart Girder # Setup systemd service - block: - name: Install service template: src: "daemon/girder.service.j2" dest: "/etc/systemd/system/girder.service" notify: Restart Girder - name: Enable/Disable Girder service on boot systemd: name: girder daemon_reload: true enabled: true become: true become_user: root when: girder_daemonize
--- - name: Install Girder system dependencies apt: name: - build-essential become: true become_user: root - name: Download/Install NodeJS unarchive: src: https://nodejs.org/dist/v10.11.0/node-v10.11.0-linux-x64.tar.xz dest: /usr/local remote_src: true extra_opts: - "--strip-components=1" exclude: - "CHANGELOG.md" - "LICENSE" - "README.md" creates: "/usr/local/bin/node" become: true become_user: root when: girder_web - name: Install Girder pip: name: "{{ girder_package }}" version: "{{ girder_version|default(omit) }}" extra_args: "{{ girder_pip_extra_args|default(omit) }}" virtualenv: "{{ girder_virtualenv }}" notify: - Build Girder web assets - Restart Girder # Setup systemd service - block: - name: Install service template: src: "daemon/girder.service.j2" dest: "/etc/systemd/system/girder.service" notify: Restart Girder - name: Enable/Disable Girder service on boot systemd: name: girder daemon_reload: true enabled: true become: true become_user: root when: girder_daemonize
Fix `which` statement for checking installs
--- # This pup is not responsible for installing Python. - name: determine if python installed command: which python && which pip register: python_is_installed changed_when: no - name: install pip packages include_tasks: pip_packages.yml
--- # This pup is not responsible for installing Python. - name: determine if python installed command: which python changed_when: no - name: determine if pip installed command: which pip changed_when: no - name: install pip packages include_tasks: pip_packages.yml
Update LukeLauncher to 1.0.19 (10019)
Categories: - System - Theming License: GPL-3.0-only WebSite: https://lukelauncher.de SourceCode: https://gitlab.com/LukeSoftware/lukelauncher IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues AutoName: LukeLauncher RepoType: git Repo: https://gitlab.com/LukeSoftware/lukelauncher Builds: - versionName: 1.0.18 versionCode: 10018 commit: v1.0.18 subdir: platforms/android/app gradle: - yes MaintainerNotes: This is a Cordova app, built from source. AutoUpdateMode: Version v%v UpdateCheckMode: Tags v.*[0-9]$ CurrentVersion: 1.0.18 CurrentVersionCode: 10018
Categories: - System - Theming License: GPL-3.0-only WebSite: https://lukelauncher.de SourceCode: https://gitlab.com/LukeSoftware/lukelauncher IssueTracker: https://gitlab.com/LukeSoftware/lukelauncher/issues AutoName: LukeLauncher RepoType: git Repo: https://gitlab.com/LukeSoftware/lukelauncher Builds: - versionName: 1.0.18 versionCode: 10018 commit: v1.0.18 subdir: platforms/android/app gradle: - yes - versionName: 1.0.19 versionCode: 10019 commit: v1.0.19 subdir: platforms/android/app gradle: - yes MaintainerNotes: This is a Cordova app, built from source. AutoUpdateMode: Version v%v UpdateCheckMode: Tags v.*[0-9]$ CurrentVersion: 1.0.19 CurrentVersionCode: 10019
Use Circle CI's org context
--- version: 2 jobs: build: machine: true steps: - checkout - run: docker info - run: make - run: docker images build_master: machine: true steps: - checkout - run: docker info - run: make SUFFIX= - run: docker images - run: make tag SUFFIX= - run: docker login -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io - run: make push bump_version: docker: - image: circleci/golang steps: - checkout - run: ./scripts/bump_version.sh workflows: version: 2 prometheus: jobs: - build: filters: branches: ignore: master - build_master: filters: branches: only: master nightly: triggers: - schedule: cron: "0 6 * * *" filters: branches: only: - master jobs: - bump_version
--- version: 2 jobs: build: machine: true steps: - checkout - run: docker info - run: make - run: docker images build_master: machine: true steps: - checkout - run: docker info - run: make SUFFIX= - run: docker images - run: make tag SUFFIX= - run: docker login -u $QUAY_LOGIN -p $QUAY_PASSWORD quay.io - run: make push bump_version: docker: - image: circleci/golang steps: - checkout - run: ./scripts/bump_version.sh workflows: version: 2 prometheus: jobs: - build: filters: branches: ignore: master - build_master: context: org-context filters: branches: only: master nightly: triggers: - schedule: cron: "0 6 * * *" filters: branches: only: - master jobs: - bump_version: context: org-context
Fix to interfaces notebook workflow.
name: Notebooks (interfaces) on: schedule: # 4am on monday (minute, hour, day, month, day-of-the-week) - cron: '0 4 * * 1' jobs: build-and-test: name: interfaces runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Python 3.9 uses: actions/setup-python@v1 with: python-version: 3.9 architecture: x64 - name: install pints run: | python --version python -m pip install --upgrade pip setuptools wheel python -m pip install .[stan] python -m pip install .[dev] - name: run jupyter notebooks run: | python -m pip install statsmodels python run-tests.py --interfaces
name: Notebooks (interfaces) on: schedule: # 4am on monday (minute, hour, day, month, day-of-the-week) - cron: '0 4 * * 1' jobs: build-and-test: name: interfaces runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Python 3.9 uses: actions/setup-python@v1 with: python-version: 3.9 architecture: x64 - name: install pints run: | python --version python -m pip install --upgrade pip setuptools wheel python -m pip install .[dev,stan] python -m pip install autograd python -m pip install statsmodels - name: run jupyter notebooks run: | python run-tests.py --interfaces
Set IP address for tv
- platform: songpal name: Living Room Speakers endpoint: http://192.168.0.14:10000/sony - platform: webostv
- platform: songpal name: Living Room Speakers endpoint: http://192.168.0.14:10000/sony - platform: webostv host: 192.168.0.68
Add missing `v` version prefix
name: Deploy to GitHub Pages on: push: branches: - main jobs: deploy: name: Deploy to GitHub Pages runs-on: ubuntu-latest steps: - uses: actions/checkout@2 - uses: actions/setup-node@v1 with: node-version: 14.x - run: npm ci - name: Build JSDoc run: npm run build:docs - name: Copy CNAME run: cp CNAME docs/out/ - name: Deploy uses: s0/git-publish-subdir-action@2.4.0 env: REPO: self BRANCH: gh-pages FOLDER: docs/out GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SKIP_EMPTY_COMMITS: true
name: Deploy to GitHub Pages on: push: branches: - main jobs: deploy: name: Deploy to GitHub Pages runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14.x - run: npm ci - name: Build JSDoc run: npm run build:docs - name: Copy CNAME run: cp CNAME docs/out/ - name: Deploy uses: s0/git-publish-subdir-action@v2.4 env: REPO: self BRANCH: gh-pages FOLDER: docs/out GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SKIP_EMPTY_COMMITS: true
Remove test requirements from PyUp
# PyUp config # https://pyup.io/docs/bot/config/ # Check dependencies in _only_ requirements-app and requirements-dev, and open PRs with PyUp prefix. search: False schedule: "every week on sunday" requirements: - requirements-app.txt: update: all pin: True - requirements-dev.txt: update: all pin: True - requirements.txt: update: False pr_prefix: "PyUp - "
# PyUp config # https://pyup.io/docs/bot/config/ # Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix. search: False schedule: "every week on sunday" requirements: - requirements-app.txt: update: all pin: True - requirements-dev.txt: update: False pin: True - requirements.txt: update: False pr_prefix: "PyUp - "
Build in the correct path.
install: - C:\msys64\usr\bin\pacman -Syu --noconfirm make mingw-w64-x86_64-gcc mingw-w64-x86_64-boost mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-python2 build_script: - set MSYSTEM=MINGW64 - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - cmake -G"MSYS Makefiles" .. - make - make test
install: - C:\msys64\usr\bin\pacman -Syu --noconfirm make mingw-w64-x86_64-gcc mingw-w64-x86_64-boost mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-python2 build_script: - set MSYSTEM=MINGW64 - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - cd build - cmake -G"MSYS Makefiles" .. - make - make test
Save deb and rpm packages as artifacts
name: Tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: tests: name: Test code runs-on: ubuntu-latest strategy: matrix: go: - ^1.13 - ^1.14 - ^1.15 - ^1 steps: - name: Set up Go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Test run: | make make test - name: Install packaging dependencies run: | sudo apt-get install rpm ruby-dev sudo gem install fpm - name: Check packaging run: | GO111MODULE=off go get github.com/mitchellh/gox make gox-build make DEVEL=1 fpm-deb make DEVEL=1 fpm-rpm
name: Tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: tests: name: Test code runs-on: ubuntu-latest strategy: matrix: go: - ^1.13 - ^1.14 - ^1.15 - ^1 steps: - name: Set up Go uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Test run: | make make test - name: Install packaging dependencies run: | sudo apt-get install rpm ruby-dev sudo gem install fpm - name: Check packaging run: | GO111MODULE=off go get github.com/mitchellh/gox make gox-build make DEVEL=1 fpm-deb make DEVEL=1 fpm-rpm make sum-files - name: Artifact id: artifact uses: actions/upload-artifact@v2 with: name: packages-${{ matrix.go }} retention-days: 1 path: | *.deb *.rpm sha256sum md5sum
Add timeout-minutes to setup-ruby job
name: CI on: push: pull_request: schedule: - cron: '0 0 * * 0' jobs: ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.5' - '2.6' - '2.7' - '3.0' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run tests run: bundle exec rake - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }} continue-on-error: true uses: paambaati/codeclimate-action@v3.0.0
name: CI on: push: pull_request: schedule: - cron: '0 0 * * 0' jobs: ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.5' - '2.6' - '2.7' - '3.0' env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true timeout-minutes: 30 - name: Run tests run: bundle exec rake - name: Report code coverage if: ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '3.0' }} continue-on-error: true uses: paambaati/codeclimate-action@v3.0.0
Update from Hackage at 2021-07-24T10:18:15Z
homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array changelog-type: markdown hash: bf60a9ffd5dc7ae2d16269e3d1ac133f02b968f04f9df05d1e1d487b71a8860b test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Prepares Ukrainian text to be used as a phonetic language text changelog: | # Revision history for phonetic-languages-ukrainian-array ## 0.1.0.0 -- 2020-12-31 * First version. Released on an unsuspecting world. basic-deps: base: '>=4.7 && <4.15' mmsyn5: '>=0.4.4 && <1' mmsyn2-array: '>=0.1.1 && <1' all-versions: - 0.1.0.0 author: OleksandrZhabenko latest: 0.1.0.0 description-type: haddock description: Prepares Ukrainian text to be used as a phonetic language text. Applies needed minimal grammar connections so that the text afterwards can be processed by dobutokO-poetry related programs. Uses arrays instead of vectors. license-name: MIT
homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array changelog-type: markdown hash: ec10c139facc47cfb1aa97df35de29282444ab58c289cb9dbbb2d7bdc9d1615a test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Prepares Ukrainian text to be used as a phonetic language text changelog: | # Revision history for phonetic-languages-ukrainian-array ## 0.1.0.0 -- 2020-12-31 * First version. Released on an unsuspecting world. ## 0.2.0.0 -- 2021-07-24 * Second version. Added two new functions to 'grow' the lines to the needed value. Some code improvements. basic-deps: base: '>=4.7 && <4.15' mmsyn5: '>=0.4.4 && <1' mmsyn2-array: '>=0.1.1 && <1' all-versions: - 0.2.0.0 author: OleksandrZhabenko latest: 0.2.0.0 description-type: haddock description: Prepares Ukrainian text to be used as a phonetic language text. Applies needed minimal grammar connections so that the text afterwards can be processed by dobutokO-poetry related programs. Uses arrays instead of vectors. license-name: MIT
Add VS2019 configuration to Github CI
name: CI on: push: branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-windows-vs2019: name: Windows VS2019 Debug runs-on: [windows-latest] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recursive - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.1 - name: Build run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=Debug /p:Platform=x86 - name: Run tests run: ./test/etl_tests
name: CI on: push: branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-windows-vs2019: name: Windows VS2019 Debug runs-on: [windows-latest] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recursive - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.1 - name: Build run: MSBuild.exe test/vs2019/etl.sln /p:Configuration=debug /p:Platform=x86 - name: Run tests run: ./test/etl_tests