Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update from Hackage at 2018-01-06T10:18:39Z
homepage: https://github.com/k0ral/euler-tour-tree changelog-type: '' hash: 01659609d03b785120ecafdb16d96b22f9f147d90e75049313f6060bd02883bf test-bench-deps: hlint: -any base: ! '>=4.9' containers: -any keys: -any sequence: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: -any e...
homepage: https://github.com/k0ral/euler-tour-tree changelog-type: '' hash: 10a5f9c00e0c86668753aa59b919a8ae3992af49a3a5dd468d8363957b0d40be test-bench-deps: hlint: -any base: ! '>=4.9' containers: -any keys: -any sequence: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: -any e...
Make sure we're actually installing
version: 0.5.2.{build} os: Windows Server 2012 R2 environment: matrix: # http://www.appveyor.com/docs/installed-software#python - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python34-x64" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python35-x64" ...
version: 0.5.2.{build} os: Windows Server 2012 R2 environment: matrix: # http://www.appveyor.com/docs/installed-software#python - PYTHON: "C:\\Python34" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python36" - PYTHON: "C:\\Python34-x64" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python35-x64" ...
Set bwc skip version after backport
--- teardown: - do: cluster.put_settings: body: transient: search.max_keep_alive: null --- "Max keep alive": - skip: version: " - 7.0.0" reason: search.max_keep_alive was added in 7.0.0 - do: index: index: test_scroll type: test ...
--- teardown: - do: cluster.put_settings: body: transient: search.max_keep_alive: null --- "Max keep alive": - skip: version: " - 6.0.99" reason: search.max_keep_alive was added in 6.1.0 - do: index: index: test_scroll type: test ...
Fix github workflow for TestPyPI
name: publish PyPI and TestPyPI on: push jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v2 with: python-version: 3.8 - name: Make sdist run: | ...
name: publish PyPI and TestPyPI on: push jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v2 with: python-version: 3.8 - name: Make sdist run: | ...
Use `cabal new-build` on AppVeyor
install: # Using '-y' and 'refreshenv' as a workaround to: # https://github.com/haskell/cabal/issues/3687 - choco install -y ghc --version 8.0.2 - refreshenv # See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491 # NB: Do this after refreshenv, otherwise it will be ...
install: # Using '-y' and 'refreshenv' as a workaround to: # https://github.com/haskell/cabal/issues/3687 - choco install -y ghc --version 8.2.1 - refreshenv # See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491 # NB: Do this after refreshenv, otherwise it will be ...
Set envionment python to 3.6 by default
name: ospcdyn channels: - ospc dependencies: - setuptools - mkl - scipy>=0.18.1 - matplotlib - taxcalc>=0.19.0 - numba - numpy>=1.12.1 - pandas>=0.20.1 - pytest - pytest-pep8 - pytest-xdist - dask - bokeh
name: ospcdyn channels: - ospc dependencies: - python>=3.6 - setuptools - mkl - scipy>=0.18.1 - matplotlib - taxcalc>=0.19.0 - numba - numpy>=1.12.1 - pandas>=0.20.1 - pytest - pytest-pep8 - pytest-xdist - dask - bokeh
Allow setting of container scale via ENV var
version: '2' services: gp-lookup: scale: 1 start_on_create: true health_check: response_timeout: 5000 healthy_threshold: 2 port: 9292 unhealthy_threshold: 3 initializing_timeout: 60000 interval: 5000 strategy: recreate request_line: GET "/" "HTTP/1.0" ...
version: '2' services: gp-lookup: scale: $INITIAL_CONTAINER_SCALE start_on_create: true health_check: response_timeout: 5000 healthy_threshold: 2 port: 9292 unhealthy_threshold: 3 initializing_timeout: 60000 interval: 5000 strategy: recreate request_line: ...
Use puppet-openstack-module-unit-jobs to define unit test jobs
- project-template: name: puppet-tripleo-module-unit-jobs check: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-5.5-centos-8 - puppet-openstack-unit-6.0-ubuntu-bionic - puppet-openstack-unit-latest-ubuntu-bionic: voting: false gate: ...
- project: templates: - puppet-openstack-check-jobs - puppet-openstack-module-unit-jobs - tripleo-undercloud-jobs - tripleo-multinode-container-minimal - release-notes-jobs-python3 - tripleo-standalone-scenarios-full check: jobs: - tripleo-ci-centos-7-scenario00...
Add org-wide config for Stale app
# Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: - pinned - security # Label to use when marking an issue as stale staleLabel: stale ...
_extends: .github
Fix for making work Ansistrano with Ansible 2.0
--- # Update code deployment step - local_action: set_fact ansistrano_release_version={{ lookup('pipe', 'date -u +%Y%m%d%H%M%SZ') }} run_once: true when: ansistrano_release_version is not defined - name: ANSISTRANO | Get release path command: echo "{{ ansistrano_releases_path.stdout }}/{{ ansistrano_release_...
--- # Update code deployment step - name: ANSISTRANO | Get release version set_fact: ansistrano_release_version: "{{ lookup('pipe', 'date -u +%Y%m%d%H%M%SZ') }}" run_once: true when: ansistrano_release_version is not defined delegate_to: 127.0.0.1 - name: ANSISTRANO | Get release path command: echo "{{ a...
Update from Hackage at 2018-05-07T05:59:58Z
homepage: '' changelog-type: '' hash: 8c8faad109dbe295d6300c3af19cb0bf816114583c15d3f776c0ec1ed09d32f6 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Utilities changelog: '' basic-deps: base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' - '0.1.2.1' - '0.1.3.0' - '0.1.4.0' - '0.1.5....
homepage: '' changelog-type: '' hash: 729b8ae9ab723882e8c23e1d7d8927ed880c402fdb459ff072c720efff449dd1 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Utilities changelog: '' basic-deps: base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' - '0.1.2.1' - '0.1.3.0' - '0.1.4.0' - '0.1.5....
Update AdminControl to 1.0.4 (5)
Categories: - System License: GPL-3.0-or-later SourceCode: https://github.com/linux-colonel/AdminControl IssueTracker: https://github.com/linux-colonel/AdminControl/issues AutoName: AdminControl Summary: Additional security settings Description: Allows you to disable the fingerprint reader on the Lock Screen without...
Categories: - System License: GPL-3.0-or-later SourceCode: https://github.com/linux-colonel/AdminControl IssueTracker: https://github.com/linux-colonel/AdminControl/issues AutoName: AdminControl Summary: Additional security settings Description: Allows you to disable the fingerprint reader on the Lock Screen without...
Add securedrop_code var to upgrade scenario
--- install_local_packages: false primary_network_iface: eth0 ssh_users: vagrant securedrop_app_install_from_repo: true allow_direct_access: true ssh_listening_address: 0.0.0.0 monitor_ip: "{{ hostvars['mon-staging']['ansible_'+primary_network_iface].ipv4.address }}" monitor_hostname: "{{ hostvars['mon-staging'].ansib...
--- install_local_packages: false primary_network_iface: eth0 ssh_users: vagrant securedrop_app_install_from_repo: true allow_direct_access: true ssh_listening_address: 0.0.0.0 monitor_ip: "{{ hostvars['mon-staging']['ansible_'+primary_network_iface].ipv4.address }}" monitor_hostname: "{{ hostvars['mon-staging'].ansib...
Add additional 100gb Graphite disk
--- vapps: - name: 'offsite-backup-1' vdc_name: '0e7t-IS-OVDC-BACKUP' catalog_name: 'ubuntu' vapp_template_name: 'preseeded-540059de' vm: hardware_config: memory: '2048' cpu: '2' network_connections: - name: Default ip_address: '192.168.152.10' extra_disks: - name: backup-d...
--- vapps: - name: 'offsite-backup-1' vdc_name: '0e7t-IS-OVDC-BACKUP' catalog_name: 'ubuntu' vapp_template_name: 'preseeded-540059de' vm: hardware_config: memory: '2048' cpu: '2' network_connections: - name: Default ip_address: '192.168.152.10' extra_disks: - name: backup-d...
Fix up the GHC warning
# Upgrade the resolver semi-regularly so that in Appveyor the "stack init" # and the below resolver can share at least the compiler resolver: nightly-2018-08-21 packages: [foo, bar, baz] ghc-options: "$locals": -Werror -Wunused-binds -Wunused-imports -Wno-missing-home-modules -Wno-nonportable-include-path
# Upgrade the resolver semi-regularly so that in Appveyor the "stack init" # and the below resolver can share at least the compiler resolver: nightly-2018-08-21 packages: [foo, bar, baz] ghc-options: "$locals": -Werror -Wunused-binds -Wunused-imports -Wno-missing-home-modules -optP-Wno-nonportable-include-path
Improve cell wall signal in Endogenous_BASL_02
--- wall_channel: 0 marker_channel: 1 surface_percentile: 95 wall_percentile_filter_percentile: 95 wall_percentile_filter_size: 2 wall_zabove: -4 wall_zbelow: 6 wall_threshold_adaptive_block_size: 151 wall_remove_small_objects_in_cell_min_size: 20 wall_remove_small_objects_in_wall_min_size: 20 wall_erode_step: True mar...
--- wall_channel: 0 marker_channel: 1 surface_percentile: 95 wall_percentile_filter_percentile: 95 wall_percentile_filter_size: 2 wall_zabove: -2 wall_zbelow: 6 wall_threshold_adaptive_block_size: 151 wall_remove_small_objects_in_cell_min_size: 20 wall_remove_small_objects_in_wall_min_size: 20 wall_erode_step: True mar...
Configure VNET to secure the RPC node
version: '2' services: nako: container_name: city-nako networks: - city image: coinvault/nako:core command: city ports: - 9019:9000 depends_on: - mongo - client client: container_name: city-client networks: - city image: citychain/citych...
version: '2' services: nako: container_name: city-nako networks: nakonet: ipv4_address: 172.16.10.100 image: coinvault/nako command: city ports: - 9019:9000 depends_on: - mongo - client client: container_name: city-client networks: ...
Update configuration for docker hub
sudo: required services: - docker language: node_js node_js: - "6.0" cache: yarn: true script: - "npm run lint" - "npm run test:cover" after_success: - bash <(curl -s https://codecov.io/bash) - docker build --build-arg version=$(node -p -e "require('./package.json').version") -t oshalygin/olegjs:$(n...
sudo: required services: - docker language: node_js node_js: - "6.0" cache: yarn: true script: - "npm run lint" - "npm run test:cover" after_success: - bash <(curl -s https://codecov.io/bash) - docker build --build-arg version=$(node -p -e "require('./package.json').version") -t index.docker.io/osha...
Fix Travis build order to allow ql tests to pass
language: go go: - 1.1 - 1.2 services: - redis-server before_script: - mysql -e "CREATE DATABASE goat" - mysql goat < res/mysql/announce_log.sql - mysql goat < res/mysql/api_keys.sql - mysql goat < res/mysql/files.sql - mysql goat < res/mysql/files_users.sql - mysql goat < res/mysql/scrape_log.sql -...
language: go go: - 1.1 - 1.2 services: - redis-server before_script: - mysql -e "CREATE DATABASE goat" - mysql goat < res/mysql/announce_log.sql - mysql goat < res/mysql/api_keys.sql - mysql goat < res/mysql/files.sql - mysql goat < res/mysql/files_users.sql - mysql goat < res/mysql/scrape_log.sql -...
Increase Go's own test timeout.
sudo: required language: go go: - 1.4 - 1.5 services: - docker script: - docker login -e $CI_EMAIL -u $CI_USER -p $CI_PASS $CI_HOST - docker pull $CI_HOST/kbweb - docker run --name kbweb3000 -d -p 3000:3000 $CI_HOST/kbweb - cd go && ./test/check_or_start_kbweb.sh && go test -v ./... # Only test races o...
sudo: required language: go go: - 1.4 - 1.5 services: - docker script: - docker login -e $CI_EMAIL -u $CI_USER -p $CI_PASS $CI_HOST - docker pull $CI_HOST/kbweb - docker run --name kbweb3000 -d -p 3000:3000 $CI_HOST/kbweb - cd go && ./test/check_or_start_kbweb.sh && go test -v ./... # Only test races o...
Make Travis test only the versions that we actually support
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby - rbx gemfile: - gemfiles/active_record_40.gemfile - gemfiles/active_record_41.gemfile - gemfiles/active_record_edge.gemfile matrix: allow_failures: - rvm: rbx - rvm: jruby fast_finish: true
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby - rbx gemfile: - gemfiles/active_record_31.gemfile - gemfiles/active_record_32.gemfile matrix: allow_failures: - rvm: rbx - rvm: jruby fast_finish: true
Remove pytest to get proper coverage.
# Travis CI setup language: python python: - "2.7" - "3.4" - "3.5" - "3.6" # Setup anaconda before_install: # http://conda.pydata.org/docs/travis.html - sudo apt-get update - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh...
# Travis CI setup language: python python: - "2.7" - "3.4" - "3.5" - "3.6" # Setup anaconda before_install: # http://conda.pydata.org/docs/travis.html - sudo apt-get update - if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh...
Update git repo url in Travis
sudo: required language: bash services: - docker install: - git clone https://github.com/thyrlian/AndroidSDK ~/AndroidSDK script: - docker build -t android-sdk ~/AndroidSDK/android-sdk - docker images - echo "gradle -v && sdkmanager --list" | docker run -i android-sdk
sudo: required language: bash services: - docker install: - git clone https://github.com/thyrlian/AndroidSDK.git ~/AndroidSDK script: - docker build -t android-sdk ~/AndroidSDK/android-sdk - docker images - echo "gradle -v && sdkmanager --list" | docker run -i android-sdk
Build against Go 1.15.7, drop 1.10.5, 1.11.2
language: go go: - "1.11.2" - "1.10.5" script: - go vet ./... - go test ./...
language: go go: - "1.15.7" script: - go vet ./... - go test ./...
Configure Travis CI to test on latest Node.js
--- language: "node_js" node_js: [ "4", "5" ] sudo: false script: ['npm run test', 'npm run lint']
--- language: "node_js" node_js: [ "4", "node" ] sudo: false script: ['npm run test', 'npm run lint']
Configure Travis to run ginkgo
language: go
language: go install: - go get -v github.com/onsi/ginkgo/ginkgo - go get -v github.com/onsi/gomega - go get -v -t ./... - export PATH=$PATH:$HOME/gopath/bin script: ginkgo -r --randomizeAllSpecs --randomizeSuites --failOnPending --trace --race --compilers=2
Correct syntax on the Travis exclusions.
language: python python: - 3.4 - 3.3 - 2.7 script: make coverage env: global: - DATABASE_URL='postgres://postgres@localhost/incuna_mail' matrix: - DJANGO_VERSION='django>=1.6,<1.7' - DJANGO_VERSION='django>=1.5,<1.6' - DJANGO_VERSION='django>=1.4,<1.5' matrix: exclude: - env: DJANGO_VER...
language: python python: - 3.4 - 3.3 - 2.7 script: make coverage env: global: - DATABASE_URL='postgres://postgres@localhost/incuna_mail' matrix: - DJANGO_VERSION='django>=1.6,<1.7' - DJANGO_VERSION='django>=1.5,<1.6' - DJANGO_VERSION='django>=1.4,<1.5' matrix: exclude: - env: DJANGO_VER...
Remove unnecessary Travis config info, set dist to trusty, don't install specific npm, cache npm.
language: node_js node_js: - 8.11.1 env: - CXX=g++-4.8 sudo: required addons: chrome: stable apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 before_install: #- npm install -g protractor@3.3.0 install: - npm install -g npm@6.0.1 - npm install -g grunt-cli - npm install -g bower #- npm ins...
language: node_js node_js: - 8.11.1 dist: trusty sudo: required addons: chrome: stable #before_install: #- npm install -g protractor@3.3.0 cache: directories: - $HOME/.npm install: #- npm install -g npm@6.0.1 - npm install -g grunt-cli - npm install -g bower #- npm install selenium-webdriver - npm install - bow...
Remove godep from Travis; we're using Go 1.6 vendoring now
sudo: false language: go go: - 1.6 - tip matrix: allow_failures: - go: tip branches: only: - master install: - go get github.com/tools/godep script: - make test testrace
sudo: false language: go go: - 1.6 - tip matrix: allow_failures: - go: tip branches: only: - master script: - make test testrace
Use OpenJDK because Oracle doesn't like people to use their Java distribution anymore.
language: java install: true before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - chmod +x gradlew jdk: oraclejdk11 git: depth: false addons: sonarcloud: organization: "gurkenlabs-github" script: - ./gradlew fullbuild - jdk_switcher use oraclejdk8 - ./gradlew fullbuild - if [...
language: java install: true before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - chmod +x gradlew jdk: openjdk11 git: depth: false addons: sonarcloud: organization: "gurkenlabs-github" script: - ./gradlew fullbuild - jdk_switcher use openjdk8 - ./gradlew fullbuild - if [ $TR...
Simplify Travis config and fix ChefDK 2.0 failures
sudo: required dist: trusty addons: apt: sources: - chef-stable-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-fedora-latest before_script: ...
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-fedora-latest before_script: ...
Revert "Retrying tests max three times"
language: ruby before_script: "export RAILS_ENV=development" script: "travis_retry bundle exec rake test" rvm: - 2.0.0 - 1.9.3
language: ruby before_script: "export RAILS_ENV=development" script: "bundle exec rake test" rvm: - 2.0.0 - 1.9.3
Print xgettext version before tests
language: node_js os: - linux node_js: - "0.10" sudo: false install: - npm install grunt-cli - npm install script: - node_modules/grunt-cli/bin/grunt test
language: node_js os: - linux node_js: - "0.10" sudo: false before_install: - xgettext --version install: - npm install grunt-cli - npm install script: - node_modules/grunt-cli/bin/grunt test
Test against Rubinius in both Ruby 1.8 and 1.9 mode
bundler_args: "--without production" rvm: - 1.8.7 - 1.9.2 - rbx - rbx-2.0 - ree env: "RAILS_ENV=test"
bundler_args: "--without production" rvm: - 1.8.7 - 1.9.2 - rbx-18mode - rbx-19mode - ree env: "RAILS_ENV=test"
Test using node 0.10, 0.12 and iojs
language: node_js node_js: - "0.10" - "0.11" before_install: - sudo sh -c "echo 'JVM_OPTS=\"\${JVM_OPTS} -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh" - sudo service cassandra start before_script: - while [ `nc localhost 9042 < /dev/null; echo $?` != 0 ] ; do e...
language: node_js node_js: - "0.10" - "0.12" - "iojs" before_install: - sudo sh -c "echo 'JVM_OPTS=\"\${JVM_OPTS} -Djava.net.preferIPv4Stack=false\"' >> /usr/local/cassandra/conf/cassandra-env.sh" - sudo service cassandra start before_script: - while [ `nc localhost 9042 < /dev/null; echo $?` != 0 ]...
Return to parent dir after success.
language: python env: # Docker Username - secure: "U21QfZbe3BasafwItwydmHjv7AnJf2XgSiIBOxJqkWjizrW1vR5S6+yQTsD7mlkk1Z+uyRd3zBEnh3UiPoaPxmtWoMbDVxA+qSYWe11IpkAgK5/j8Re/IIcwHiMug/l705qs1DpkPQm1vR8yJhqWOyMTxQNdnGeyOdrs/De46ls=" # Docker Password - secure: "V6Nzz/c+3YoC1WtapnIV3KnllzMxCIsGTKDPGKRI6slrGTew5zBX9KbkZ...
language: python env: # Docker Username - secure: "U21QfZbe3BasafwItwydmHjv7AnJf2XgSiIBOxJqkWjizrW1vR5S6+yQTsD7mlkk1Z+uyRd3zBEnh3UiPoaPxmtWoMbDVxA+qSYWe11IpkAgK5/j8Re/IIcwHiMug/l705qs1DpkPQm1vR8yJhqWOyMTxQNdnGeyOdrs/De46ls=" # Docker Password - secure: "V6Nzz/c+3YoC1WtapnIV3KnllzMxCIsGTKDPGKRI6slrGTew5zBX9KbkZ...
Include optional features in docs generation
language: rust matrix: include: - rust: nightly - rust: beta - rust: stable script: - cargo test --features="live_tests" - cargo test --features="tls" sudo: false after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION = stable ] && cargo do...
language: rust matrix: include: - rust: nightly - rust: beta - rust: stable script: - cargo test --features="live_tests" - cargo test --features="tls" sudo: false after_success: | [ $TRAVIS_BRANCH = master ] && [ $TRAVIS_PULL_REQUEST = false ] && [ $TRAVIS_RUST_VERSION = stable ] && cargo do...
Change Ruby versions on Travis
language: ruby rvm: #- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1 #- 1.9.3 # Travis broken September 2017 #- ruby-1.9.3-p551 #- 2.1.1 - 2.2.2 - 2.3.1 - 2.4.1 #- jruby-19mode # Travis broken September 2017 #- jruby-20mode # Travis broken September 2017 - jruby-9.1.13.0 #matrix: ...
language: ruby rvm: #- 1.8.7 # no, since it doesn't get fun(a, *b, c) or fun0\n.fun1 #- 1.9.3 # Travis broken September 2017 #- ruby-1.9.3-p551 #- 2.1.1 #- 2.2.2 # removed 2018-01-05 - 2.3.1 - 2.4.1 - 2.5.3 - 2.6.0 #- jruby-19mode # Travis broken September 2017 #- jruby-20mode # Travis broken Se...
Remove 0.10 and 0.12 from the Travis CI build.
language: node_js node_js: - "7" - "6" - "4" - "0.12" - "0.10" before_install: npm install -g grunt-cli install: npm install before_script: grunt build sudo: false
language: node_js node_js: - "7" - "6" - "4" before_install: npm install -g grunt-cli install: npm install before_script: grunt build sudo: false
Make a point to ignore errors during the first part of script
language: python python: - "2.7" # - "3.3" env: - SUBLIME_TEXT_VERSION="2" - SUBLIME_TEXT_VERSION="3" - SUBLIME_TEXT_VERSION="3" SUBLIME_TEXT_RENAME="sublime_text" - SUBLIME_TEXT_VERSION="3" SUBLIME_TEXT_RENAME="sublime_texttt" SUBLIME_TEXT_PATH="/usr/bin/sublime_texttt" - SUBLIME_TEXT_VERSION="" install...
language: python python: - "2.7" # - "3.3" env: - SUBLIME_TEXT_VERSION="2" - SUBLIME_TEXT_VERSION="3" - SUBLIME_TEXT_VERSION="3" SUBLIME_TEXT_RENAME="sublime_text" - SUBLIME_TEXT_VERSION="3" SUBLIME_TEXT_RENAME="sublime_texttt" SUBLIME_TEXT_PATH="/usr/bin/sublime_texttt" - SUBLIME_TEXT_VERSION="" install...
Move to latest of minor ruby versions
language: ruby sudo: false rvm: - 2.0 - 2.1 - 2.2 - 2.3.1 - 2.4.0 cache: bundler script: - bundle exec rspec after_success: - bundle exec codeclimate-test-reporter addons: postgresql: "9.3" env: - RSPEC_VERSION="<2.99" - RSPEC_VERSION="~>3.0
language: ruby sudo: false rvm: - 2.0 - 2.1 - 2.2 - 2.3 - 2.4 cache: bundler script: - bundle exec rspec after_success: - bundle exec codeclimate-test-reporter addons: postgresql: "9.3" env: - RSPEC_VERSION="<2.99" - RSPEC_VERSION="~>3.0
Use the latest rubies on Travis
language: ruby os: - osx before_install: - gem install bundler gemfile: - Gemfile rvm: - 2.0.0 - 2.1 - 2.2.3 script: - bundle exec rspec spec
language: ruby os: - osx before_install: - gem install bundler gemfile: - Gemfile rvm: - 2.0.0 - 2.1.8 - 2.2.4 - 2.3.0 - ruby-head script: - bundle exec rspec spec
Add build script for Travis CI
language: csharp solution: "Extension Library.sln" mono: none install: - nuget restore "Extension Library.sln" - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release "Extension Library.sln" - mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.cl...
language: csharp solution: Extension-Library.sln mono: none install: - nuget restore Extension-Library.sln - nuget install xunit.runners -Version 1.9.2 -OutputDirectory testrunner script: - xbuild /p:Configuration=Release Extension-Library.sln - mono ./testrunner/xunit.runners.1.9.2/tools/xunit.console.clr4.exe...
Add Node.js v0.12 and io.js in Travis CI setting
language: node_js node_js: - "0.10" - "0.11"
language: node_js node_js: - "0.10" - "0.12" - "iojs"
Add notifications for build status
language: java sudo: false jdk: - openjdk7 - oraclejdk8 os: - linux
language: java sudo: false jdk: - openjdk7 - oraclejdk8 os: - linux notifications: slack: secure: gokcF0ETKhnPlP9HPV78Qk89bklwZmAfaO+qbAEsiYCbnBaJb6UReqIOH4bi46vyWxkyYbalsVSbAFCRKbR63ko8MmBW3t80FZ9y4AZYtIaV+Zt6WLW67kxfhnaXlGdb8vR2jbnz5KE64BEfpHLB8gwzEwjICKp/+me2Bdo+9URuazvUe6tJS3VDBmUYJijfgz1mvrP/La9kRHZtlf6Qbbev...
Add mongodb service for Travis CI
language: node_js node_js: - "0.10" - "0.8"
language: node_js node_js: - 0.10 - 0.8 services: mongodb
Check for current year in LICENSE
language: scala scala: - 2.12.1 jdk: - oraclejdk8 notifications: webhooks: urls: - https://webhooks.gitter.im/e/d7d25eec49bfe73a4f9b on_success: always # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: always ...
language: scala scala: - 2.12.1 jdk: - oraclejdk8 notifications: webhooks: urls: - https://webhooks.gitter.im/e/d7d25eec49bfe73a4f9b on_success: always # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: always ...
Disable email notification for Travis.
language: node_js cache: directories: - $HOME/.npm - $HOME/.yarn-cache - node_modules node_js: - "6" before_install: - npm i -g yarn --cache-min 999999999 install: - yarn
language: node_js cache: directories: - $HOME/.npm - $HOME/.yarn-cache - node_modules node_js: - "6" before_install: - npm i -g yarn --cache-min 999999999 install: - yarn notifications: email: false
Disable xdebug for faster builds
language: php php: - 5.6 - 7.0 - 7.1 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction script: vendor/bin/phpspec run -v
language: php php: - 5.6 - 7.0 - 7.1 - hhvm before_script: - phpenv config-rm xdebug.ini - composer self-update - composer install --prefer-source --no-interaction script: vendor/bin/phpspec run -v
Add config.yml copying for CI
rvm: - ree - 1.8.7 - 1.9.2 branches: only: - production - develop notifications: disabled: true
rvm: - ree - 1.8.7 - 1.9.2 branches: only: - production - develop notifications: disabled: true script: "cp spec/config.example.yml spec/config.yml; bundle exec rake"
Use explicit region specific bucket name
language: node_js sudo: false node_js: - '0.10' before_script: ./node_modules/.bin/gulp deploy: provider: s3 access_key_id: AKIAIT4X4NDGM2WVL6VA secret_access_key: secure: Q5Ns7G3ibVV8HrpI1GeZbypETL/MEywN0PuSljmW+0aYCERNgKqgU0Uy8AJrCy/ymfyCzmB+MD62Urq3ZCqWyVeVYJcKpYL518IlnOtv6KI2GXJgQ2eGFJSX5jw7fKvCh9Le0nw9TP...
language: node_js sudo: false node_js: - '0.10' before_script: ./node_modules/.bin/gulp deploy: provider: s3 access_key_id: AKIAIT4X4NDGM2WVL6VA secret_access_key: secure: Q5Ns7G3ibVV8HrpI1GeZbypETL/MEywN0PuSljmW+0aYCERNgKqgU0Uy8AJrCy/ymfyCzmB+MD62Urq3ZCqWyVeVYJcKpYL518IlnOtv6KI2GXJgQ2eGFJSX5jw7fKvCh9Le0nw9TP...
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_prev...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_prev...
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: true admin_path: "/admin" webhook_url: sections: - type: jekyll-posts label: News & Results create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: file_template: ":filename:" build: preview_command: bundle exec jekyll build --...
--- new_page_extension: md auto_deploy: true admin_path: admin webhook_url: sections: - type: jekyll-posts label: News & Results create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: file_template: ":filename:" build: preview_command: bundle exec jekyll build --dra...
Change version to string in dictionary
# Default st2 immutable vars --- # List of available `st2` services: # https://github.com/StackStorm/st2/blob/master/st2common/bin/st2ctl#L17 st2_services: - st2actionrunner - st2garbagecollector - st2notifier - st2resultstracker - st2rulesengine - st2sensorcontainer - st2api - st2stream - st2auth # ...
# Default st2 immutable vars --- # List of available `st2` services: # https://github.com/StackStorm/st2/blob/master/st2common/bin/st2ctl#L17 st2_services: - st2actionrunner - st2garbagecollector - st2notifier - st2resultstracker - st2rulesengine - st2sensorcontainer - st2api - st2stream - st2auth # ...
Update Config with Social Media & Other
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
Remove trailing URL forward slash
# Site settings title: Derek's blog motto: Data science and bioinformatics author: Derek Croote email: dcroote@gmail.com baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://dcroote.github.io/" # the base hostname & protocol for your site github_username: dcroote # Build settings markdown: kramdown incl...
# Site settings title: Derek's blog motto: Data science and bioinformatics author: Derek Croote email: dcroote@gmail.com baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://dcroote.github.io" # the base hostname & protocol for your site github_username: dcroote # Build settings markdown: kramdown inclu...
Test with Node 6 & latest
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 env: COVERALLS=1 after_success: - '[[ "$COVERALLS" ]] && gulp coveralls'
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 - node_js: 6 - node_js: node env: COVERALLS=1 after_success: - '[[ "$COVERALLS" ]] && gulp coveralls'
Correct file pattern in Test Packaged Scans
name: Test Packaged Scans on: pull_request: paths: - docker/* jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v...
name: Test Packaged Scans on: pull_request: paths: - docker/** jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@...
Move unit test checking of latest dependencies to place to fail build
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm cache: directories: - $HOME/.composer/cache script: - vendor/bin/phpunit before_script: - composer install --no-interaction after_script: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar c...
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm cache: directories: - $HOME/.composer/cache script: - vendor/bin/phpunit - composer update --no-interaction --prefer-source - vendor/bin/phpunit -v before_script: - composer install --no-interaction afte...
Add fonts recommended for pandoc to pdf
--- packages: - at - bmon - byobu #For remove-old-kernels - git - gnupg - gparted - htop - incron - iotop - lftp - lmodern #For pandoc to pdf - most - mtr - ncdu - openssl - pandoc - preload - pv - pydf - ranger - rsync - screenfetch - task-spooler - tlp - tlp-rdw -...
--- packages: - at - bmon - byobu #For remove-old-kernels - git - gnupg - gparted - htop - incron - iotop - lftp - most - mtr - ncdu - openssl - pandoc - preload - pv - pydf - ranger - rsync - screenfetch - task-spooler - texlive-fonts-recommended #for pandoc to pdf - t...
Add a step to checkout the repository (GitHub Actions).
name: "Build and run tests" on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - name: Install dependencies run: sudo apt-get update && sudo apt-get install -qy uthash-dev - name: Build & Test uses: ashutoshvarma/actio...
name: "Build and run tests" on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -qy uth...
Build production files for Precog
machine: node: version: 4.4.7 environment: NODE_ENV: test dependencies: # Gulp must be installed in the global environment. pre: - npm install -g gulp-cli post: - npm install -g aws-cli test: post: # For Precog. - cp -R build data index.html $CIRCLE_ARTIFACTS # For hosting on mapz...
machine: node: version: 4.4.7 environment: NODE_ENV: test dependencies: # Gulp must be installed in the global environment. pre: - npm install -g gulp-cli post: - npm install -g aws-cli test: post: # For Precog. - NODE_ENV=production gulp build - cp -R build data index.html $CI...
Add css build into CI
machine: timezone: Europe/Paris node: version: 8 services: - docker dependencies: pre: - npm uninstall -g npm - curl -o- -L https://yarnpkg.com/install.sh | bash override: - yarn test: override: - yarn run coverage deployment: production: branch: master owner: mdcart...
machine: timezone: Europe/Paris node: version: 8 services: - docker dependencies: pre: - npm uninstall -g npm - curl -o- -L https://yarnpkg.com/install.sh | bash override: - yarn test: override: - yarn run build-css - yarn run coverage deployment: production: branch:...
Fix accidentially changed contract name
- kind: dependency metadata: namespace: main name: alice_stage user: Alice contract: twitter_statsa labels: # Deploy new version of visualization code (pass image tag for container) tsvisimage: demo-v62 # San Francisco, Boston, New York locations: -71.4415,41.9860,-70.4747,42.904...
- kind: dependency metadata: namespace: main name: alice_stage user: Alice contract: twitter_stats labels: # Deploy new version of visualization code (pass image tag for container) tsvisimage: demo-v62 # San Francisco, Boston, New York locations: -71.4415,41.9860,-70.4747,42.9041...
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _events label: Events create: all match: "**/*" - type: directory path: _programs label: Programs create: all match: "**/*" - type: directory path: _team label: Team create: all match: "**/...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: directory path: _events label: Events create: all match: "**/*" - type: directory path: _programs label: Programs create: all match: "**/*" - type: directory path: _team label: Team create: all match: "*...
Use black if not using 2.7
name: Run tests on: push jobs: test: name: Run tests runs-on: ubuntu-18.04 strategy: matrix: python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-versi...
name: Run tests on: push jobs: test: name: Run tests runs-on: ubuntu-18.04 strategy: matrix: python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-versi...
Revert "MySQL needs basedir to point to installed location"
--- mysql::configdir: "%{::boxen::config::configdir}/mysql" mysql::globalconfigprefix: "%{::boxen::config::homebrewdir}/opt/mysql" mysql::datadir: "%{::boxen::config::datadir}/mysql" mysql::bindir: "%{::boxen::config::homebrewdir}/bin" mysql::executable: "%{::boxen::config::homeb...
--- mysql::configdir: "%{::boxen::config::configdir}/mysql" mysql::globalconfigprefix: "%{::boxen::config::homebrewdir}" mysql::datadir: "%{::boxen::config::datadir}/mysql" mysql::bindir: "%{::boxen::config::homebrewdir}/bin" mysql::executable: "%{::boxen::config::homebrewdir}/bi...
Update apt after adding nginx repo
--- - name: prereqs for adding an apt repo apt: pkg=python-software-properties state=installed # Play2 needs nginx > 1.2 ( http://www.playframework.com/documentation/2.1.x/HTTPServer ), which is not in most # Ubuntu repo's by default. Hence, we add the nginx repo manually - name: add stable nginx repo apt_rep...
--- - name: prereqs for adding an apt repo apt: pkg=python-software-properties state=installed # Play2 needs nginx > 1.2 ( http://www.playframework.com/documentation/2.1.x/HTTPServer ), which is not in most # Ubuntu repo's by default. Hence, we add the nginx repo manually - name: add stable nginx repo apt_rep...
Add more numpy version and remove macos from core test.
name: NeoCoreTest on: pull_request: branches: [master] types: [synchronize, opened, reopened, ready_for_review] # run checks on any change of master, including merge of PRs push: branches: [master] jobs: multi-os-python-numpy: runs-on: ${{ matrix.os }} strategy: fail-fast: true ...
name: NeoCoreTest on: pull_request: branches: [master] types: [synchronize, opened, reopened, ready_for_review] # run checks on any change of master, including merge of PRs push: branches: [master] jobs: multi-os-python-numpy: runs-on: ${{ matrix.os }} strategy: fail-fast: true ...
Disable Arrow serialization for Spark JDBC driver
databases: presto: jdbc_user: root delta: jdbc_driver_class: com.databricks.client.jdbc.Driver schema: default prepare_statement: - USE ${databases.delta.schema} table_manager_type: jdbc jdbc_url: ${DATABRICKS_JDBC_URL} jdbc_user: ${DATABRICKS_LOGIN} jdbc_password: ${DATABRICKS...
databases: presto: jdbc_user: root delta: jdbc_driver_class: com.databricks.client.jdbc.Driver schema: default prepare_statement: - USE ${databases.delta.schema} table_manager_type: jdbc jdbc_url: ${DATABRICKS_JDBC_URL};EnableArrow=0 jdbc_user: ${DATABRICKS_LOGIN} jdbc_password...
Update from Hackage at 2019-05-17T18:00:37Z
homepage: https://github.com/jdreaver/eventful#readme changelog-type: '' hash: 8766a5ebc16044c254d1789ee63d01c8fdf9d1f878e720bf6069526d76d4e4d7 test-bench-deps: {} maintainer: David Reaver synopsis: Common library for SQL event stores changelog: '' basic-deps: bytestring: -any base: ! '>=4.9 && <5' eventful-core:...
homepage: https://github.com/jdreaver/eventful#readme changelog-type: '' hash: 21e1b6dbc648b1c93720e7e557be5460177cbf4aa7e3caa7d49f80412ec058f0 test-bench-deps: {} maintainer: David Reaver synopsis: Common library for SQL event stores changelog: '' basic-deps: bytestring: -any base: ! '>=4.9 && <5' eventful-core:...
Update from Hackage at 2021-08-23T23:19:26Z
homepage: '' changelog-type: markdown hash: 2f8b888144282d164af1bd872023610e093439116ea2a2e76b3f0a432e12f691 test-bench-deps: {} maintainer: srid@srid.ca synopsis: Extract "contextual links" from Pandoc changelog: | # Revision history for pandoc-link-context ## 1.0.0.0 * First version. Released on an unsuspecti...
homepage: '' changelog-type: markdown hash: 1bddfdb0522ee587d54a3b7345a00f0b51beea617717492f9316c399d4fa6158 test-bench-deps: {} maintainer: srid@srid.ca synopsis: Extract "contextual links" from Pandoc changelog: "# Revision history for pandoc-link-context\n\n## 1.2.0.0\n\n- Include Link attributes (excluded id/clas...
Change repo to base on bootstrap 4
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Brush up CI, add Windows build
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions on: pull_request: push: name: "Continuous Integration" jobs: tests: name: "Tests" runs-on: "ubuntu-latest" strategy: matrix: php-version: - "7.1" - "7.2" - "7.3" ...
# https://help.github.com/en/categories/automating-your-workflow-with-github-actions on: pull_request: push: name: Continuous Integration jobs: tests: name: CI on ${{ matrix.operating-system }} with PHP ${{ matrix.php-version }} strategy: matrix: operating-system: ['ubuntu-latest'] ...
Remove extra line at top
name: Spring Break category: Break Notice schedule: - title: We're on break! Hours may be wrong notes: Okay, hours are probably wrong. hours: [] breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: []
name: Spring Break category: Break Notice schedule: - title: We're on break! Hours may be wrong notes: Okay, hours are probably wrong. hours: [] breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: []
Remove global npm installation in Wercker
box: nodesource/trusty:LTS build: steps: - script: name: npm versions before code: | npm --versions - script: name: Install PhantomJS code: | sudo apt-get update sudo apt-get install -y phantomjs - script: name: Where was PhantomJS inst...
box: nodesource/trusty:LTS build: steps: - script: name: npm versions code: | npm --versions - script: name: Install PhantomJS code: | sudo apt-get update sudo apt-get install -y phantomjs - script: name: Where is PhantomJS installed an...
Update platforms in Test Kitchen
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.2 - name: debian-7.9 run_list: apt::default - name: debian-8.2 run_list: apt::default - name: fedora-22 run_list: yum::dnf_yum_compat - name: fedora-23 run_list: yum:...
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.2 - name: debian-7.10 run_list: apt::default - name: debian-8.4 run_list: apt::default - name: fedora-22 run_list: yum::dnf_yum_compat - name: fedora-23 run_list: yum...
Switch to recommended boxes + customize a bit
--- driver_plugin: vagrant platforms: - name: ubuntu-12.04 driver_config: box: canonical-ubuntu-12.04 box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box require_chef_omnibus: true run_list: - recipe[apt] - name: centos-6.3 driver_co...
--- driver_plugin: vagrant platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box require_chef_omnibus: true customize: memory: 512 run_list: - recipe[ap...
Enable new cops by default
AllCops: Exclude: - 'bin/*' Documentation: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*.rb'
AllCops: Exclude: - 'bin/*' NewCops: enable Documentation: Enabled: false Metrics/BlockLength: Exclude: - 'spec/**/*.rb'
Revert to non-broken version of mdtraj
package: name: fahmunge-dev version: 0.0.0 source: path: ../.. build: preserve_egg_dir: True number: 0 entry_points: - munge-fah-data = fahmunge.cli:main requirements: build: - setuptools - python - numpy - pandas - mdtraj-dev run: - python - numpy - pandas - ...
package: name: fahmunge-dev version: 0.0.0 source: path: ../.. build: preserve_egg_dir: True number: 0 entry_points: - munge-fah-data = fahmunge.cli:main requirements: build: - setuptools - python - numpy - pandas - mdtraj 1.5.1 # TODO remove me when segment_id bug is fixed (thi...
Update from Hackage at 2017-07-04T14:04:18Z
homepage: '' changelog-type: markdown hash: 85e9949bc1de917b5d1e377ae65331d662c89411f1d96acbd15f86963faa05bc test-bench-deps: {} maintainer: zaomir@outlook.com synopsis: '' changelog: ! '# Revision history for singnal ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: ...
homepage: https://github.com/zaoqi/Signal.hs changelog-type: markdown hash: d5fed58448b5df04ed9ff6673a8ebebe8c624d7634cbcc1ecc08952d5080001d test-bench-deps: {} maintainer: zaomir@outlook.com synopsis: Singnal changelog: ! '# Revision history for singnal ## 0.1.1.0 -- 2017-07-04 * Add runStreamSignal, isStream...
Allow snap app to access $HOME directory.
name: storjshare version: 3.1.0 summary: farm data on the Storj network. description: | Earn money by sharing your hard drive space. Daemon + CLI for farming data on the Storj network. grade: stable confinement: strict apps: storjshare: command: storjshare plugs: [network, network-bind] parts: storjs...
name: storjshare version: 3.1.0 summary: farm data on the Storj network. description: | Earn money by sharing your hard drive space. Daemon + CLI for farming data on the Storj network. grade: stable confinement: strict apps: storjshare: command: storjshare plugs: [network, network-bind, home] parts: ...
Remove outdate comments from AppVeyor config
version: "{build}" build: off cache: - c:\Users\appveyor\.node-gyp - '%AppData%\npm-cache' environment: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true matrix: # node.js - nodejs_version: 0.10 - nodejs_version: 0.12 # io.js - nodejs_version: 1 - nodejs_version: 2 - nodejs_version: 3 ...
version: "{build}" build: off cache: - c:\Users\appveyor\.node-gyp - '%AppData%\npm-cache' environment: SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true matrix: - nodejs_version: 0.10 - nodejs_version: 0.12 - nodejs_version: 1 - nodejs_version: 2 - nodejs_version: 3 - nodejs_version: 4 insta...
Test on Node 5 instead of 4
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" # Install scripts. (runs aft...
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "5" # Install scripts. (runs aft...
Set CI variable on Linux to match feedstocks
jobs: - job: linux_64 pool: vmImage: ubuntu-16.04 strategy: maxParallel: 8 matrix: linux: CONFIG: azure-linux-64-comp7 CF_MAX_PY_VER: 37 AZURE: True timeoutInMinutes: 360 steps: - script: | sudo pip install --upgrade pip sudo pip install setuptools shyaml ...
jobs: - job: linux_64 pool: vmImage: ubuntu-16.04 strategy: maxParallel: 8 matrix: linux: CONFIG: azure-linux-64-comp7 CF_MAX_PY_VER: 37 AZURE: True timeoutInMinutes: 360 steps: - script: | sudo pip install --upgrade pip sudo pip install setuptools shyaml ...
Add redhat-lsb-core to default packages (for lsb_release command)
--- # Copyright Red Hat, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
--- # Copyright Red Hat, Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applic...
Update GitHub Pages URL for the Closure Library site. RELNOTES: n/a
title: Closure Library email: sdh@google.com description: Documentation for Google Closure Library. baseurl: "/closure-library" # the subpath of your site, e.g. /blog url: "https://google.github.com/closure-library" github_username: google destination: closure-library # Defaults to plug into all Jekyll frontmatters de...
title: Closure Library email: sdh@google.com description: Documentation for Google Closure Library. baseurl: "/closure-library" # the subpath of your site, e.g. /blog url: "https://google.github.io/closure-library" github_username: google destination: closure-library # Defaults to plug into all Jekyll frontmatters def...
Add mountpoints to fstab, ensure fuse-utils is present.
--- - name: Install build deps for s3fs apt: pkg={{ item }} state=installed with_items: - build-essential - libfuse-dev - libcurl4-openssl-dev - libxml2-dev - mime-support - automake - libtool - name: Download latest s3fs tarball get_url: url=https://github.com/s3fs-fuse/s3fs-fuse/ar...
--- - name: Install build deps for s3fs apt: pkg={{ item }} state=installed with_items: - build-essential - libfuse-dev - fuse-utils - libcurl4-openssl-dev - libxml2-dev - mime-support - automake - libtool - name: Download latest s3fs tarball get_url: url=https://github.com/s3fs-...
Change hourly API update to process all semesters
--- - apt: name={{ item }} with_items: - build-essential - php5-curl - php5-mysql - python-mysqldb # Required for mysql ansible modules - { include: install_dependencies.yml, sudo: no } - cron: name='Update API data' special_time=hourly job='cd {{ project_dir }}/api && grunt ay2014to2015sem1 rsync --...
--- - apt: name={{ item }} with_items: - build-essential - php5-curl - php5-mysql - python-mysqldb # Required for mysql ansible modules - { include: install_dependencies.yml, sudo: no } - cron: name='Update API data' special_time=hourly job='cd {{ project_dir }}/api && grunt all rsync --target=dist' ...
FIX : sqlectron - command problem solved, script created to get sqlectron version, grep is working now
--- - name: check if Sqlectron is installed? command: "dnf list installed | grep -i sqlectron | grep {{ sqlectron.version }}" register: current_version changed_when: false ignore_errors: true args: warn: no - debug: msg: "current_version : {{ current_version.stdout }}" - block: - name: install...
--- - name: check if Sqlectron is installed? shell: "{{playbook_dir}}/roles/sqlectron/scripts/grepSqlectron.sh -i={{ sqlectron.version }}" register: sqlectron_current_version changed_when: false failed_when: false become: yes - debug: msg: "sqlectron_current_version : {{ sqlectron_current_version.stdout...
Revert "Disable coveralls while it is down"
init: - git config --global core.autocrlf input environment: COVERALLS_REPO_TOKEN: secure: 1dnzq+xYoQT5eCrmH7IE/npTL0kpQ3IyeMYSWK1NvVuAXX6NNbhvO5eP1SCr7q/X build_script: - cmd: build.cmd - cmd: build.cmd Coverage test: off version: 0.3.3.{build} artifacts: - path: bin name: bin
init: - git config --global core.autocrlf input environment: COVERALLS_REPO_TOKEN: secure: 1dnzq+xYoQT5eCrmH7IE/npTL0kpQ3IyeMYSWK1NvVuAXX6NNbhvO5eP1SCr7q/X build_script: - cmd: build.cmd - cmd: build.cmd Coverage - cmd: packages\coveralls.net\csmacnz.Coveralls.exe --opencover -i coverage.xml --repoToken %...
Update Auto Auto-Rotate to 0.3 (3)
Categories: - System License: GPL-3.0-only SourceCode: https://gitlab.com/juanitobananas/auto-auto-rotate IssueTracker: https://gitlab.com/juanitobananas/auto-auto-rotate/issues AutoName: Auto Auto-Rotate RepoType: git Repo: https://gitlab.com/juanitobananas/auto-auto-rotate Builds: - versionName: '0.2' vers...
Categories: - System License: GPL-3.0-only SourceCode: https://gitlab.com/juanitobananas/auto-auto-rotate IssueTracker: https://gitlab.com/juanitobananas/auto-auto-rotate/issues AutoName: Auto Auto-Rotate RepoType: git Repo: https://gitlab.com/juanitobananas/auto-auto-rotate Builds: - versionName: '0.2' vers...
Remove pancurses from windows build
os: Visual Studio 2015 cache: - c:\cargo\registry - c:\cargo\git init: - mkdir c:\cargo - mkdir c:\rustup - SET PATH=c:\cargo\bin;%PATH% environment: CARGO_HOME: "c:\\cargo" RUSTUP_HOME: "c:\\rustup" matrix: - TARGET: i686-pc-windows-msvc CHANNEL: stable - TARGET: x86_64-pc-windows-msv...
os: Visual Studio 2015 cache: - c:\cargo\registry - c:\cargo\git init: - mkdir c:\cargo - mkdir c:\rustup - SET PATH=c:\cargo\bin;%PATH% environment: CARGO_HOME: "c:\\cargo" RUSTUP_HOME: "c:\\rustup" matrix: - TARGET: i686-pc-windows-msvc CHANNEL: stable - TARGET: x86_64-pc-windows-msv...
Add TLS directory if TLS is enabled
--- # File: tasks/tls.yml - TLS tasks for Vault - name: Vault SSL Certificate and Key copy: src: "{{ item.src }}" dest: "{{ item.dest }}" owner: "{{ vault_user }}" group: "{{ vault_group }}" mode: "{{ item.mode }}" with_items: - src: "{{ vault_tls_cert_file }}" dest: "{{ vau...
--- # File: tasks/tls.yml - TLS tasks for Vault - name: Create tls directory file: dest: "{{ item }}" state: directory owner: "{{ vault_user }}" group: "{{ vault_group}}" with_items: - "{{ vault_tls_config_path }}" - name: Vault SSL Certificate and Key copy: src: "{{ item.src }}" ...
Update Travis with explicit emails
language: node_js node_js: - '0.10' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi - npm install -g grunt-cli
language: node_js node_js: - '0.10' before_install: - currentfolder=${PWD##*/} - if [ "$currentfolder" != 'core' ]; then cd .. && eval "mv $currentfolder core" && cd core; fi - npm install -g grunt-cli notifications: email: - dave@famo.us - fetterman@famo.us - myles@famo.us
Switch to Bionic distribution for CI
language: python python: - "2.7" - "3.6" - "3.7" - "pypy" install: - pip install . - pip install -r tests/requirements.txt # - ./tests/setup.sh script: nosetests -v --with-coverage --cover-package=project_generator after_success: coveralls sudo: false
dist: bionic language: python python: - "2.7" - "3.6" - "3.7" - "pypy" install: - pip install . - pip install -r tests/requirements.txt # - ./tests/setup.sh script: nosetests -v --with-coverage --cover-package=project_generator after_success: coveralls sudo: false
Add Laravel 6 Support Test
language: php php: - 7.1 - 7.2 - 7.3 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=cover...
language: php php: - 7.2 - 7.3 env: matrix: - COMPOSER_FLAGS="--prefer-lowest" - COMPOSER_FLAGS="" before_script: - travis_retry composer self-update - travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source script: - phpunit --coverage-text --coverage-clover=coverage.clov...
Use coffee binary from node_modules
language: node_js install: npm install -g script: - coffee -o . -c . - jasmine-node --captureExceptions --runWithRequireJs --coffee --verbose spec
language: node_js install: npm install -g script: - node_modules/.bin/coffee -o . -c . - jasmine-node --captureExceptions --runWithRequireJs --coffee --verbose spec
Install keras and tensorflow on test machine.
language: python sudo: false env: global: - CONDA_DEPS="pip flake8 pytest numpy scipy matplotlib pandas" PIP_DEPS="coveralls pytest-cov" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh" python: - '2.7' - '3.5' - '3.6' before_install: - export MINICONDA=$HOME/miniconda...
language: python sudo: false env: global: - CONDA_DEPS="pip flake8 pytest numpy scipy" PIP_DEPS="coveralls pytest-cov tensorflow keras" MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh" python: - '2.7' - '3.5' - '3.6' before_install: - export MINICONDA=$HOME/miniconda ...
Switch to Travis container-based infrastructure
language: node_js node_js: - "0.10" before_install: - npm install -g npm before_script: - npm install -g grunt-cli
language: node_js node_js: - "0.10" before_install: - npm install -g npm before_script: - npm install -g grunt-cli sudo: false