Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Fix artifact upload in github actions
name: Build on: [push, pull_request] jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-20.04, windows-2019, macos-10.15] steps: - uses: actions/checkout@v2 with: submodules: true - name: Build wheels uses: joerick/cibuildwheel@v1.11.0 # to supply options, put them in 'env', like: # env: # CIBW_SOME_OPTION: value env: CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* pp36-*" CIBW_SKIP: "*_ppc64le *_s390x" CIBW_TEST_COMMAND: "python -m pymunk.tests" CIBW_BUILD_VERBOSITY: 3 - uses: actions/upload-artifact@v2 with: path: ./wheelhouse/*.whl retention-days: 7 if: ${{ github.ref == 'refs/heads/master' }}
name: Build on: [push, pull_request] jobs: build_wheels: name: Build wheels on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-20.04, windows-2019, macos-10.15] steps: - uses: actions/checkout@v2 with: submodules: true - name: Build wheels uses: joerick/cibuildwheel@v1.11.0 # to supply options, put them in 'env', like: # env: # CIBW_SOME_OPTION: value env: CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* pp36-*" CIBW_SKIP: "*_ppc64le *_s390x" CIBW_TEST_COMMAND: "python -m pymunk.tests" CIBW_BUILD_VERBOSITY: 3 - uses: actions/upload-artifact@v2 if: ${{ github.ref == 'refs/heads/master' }} with: path: ./wheelhouse/*.whl retention-days: 7
Add Kaivan to stats access
--- # stats is a smartos lx-branded zone smartos_vm_id: 7928caca-d19d-6a5f-c90f-9dc4de2ba11a zfs_filesystems: - name: zones/{{ smartos_vm_id }}/data/influxdb owner: influxdb group: influxdb host_links: - path: /var/lib/influxdb src: /zones/{{ smartos_vm_id }}/data/influxdb owner: influxdb group: influxdb force: yes # remove dir if it exists # TODO: need to systemctl daemon-reload host_directories: - path: /etc/systemd/system/nginx.service.d host_files: - dest: /etc/systemd/system/nginx.service.d/disable_private_temp.conf content: | [Service] PrivateTmp=false
--- # stats is a smartos lx-branded zone smartos_vm_id: 7928caca-d19d-6a5f-c90f-9dc4de2ba11a zfs_filesystems: - name: zones/{{ smartos_vm_id }}/data/influxdb owner: influxdb group: influxdb host_links: - path: /var/lib/influxdb src: /zones/{{ smartos_vm_id }}/data/influxdb owner: influxdb group: influxdb force: yes # remove dir if it exists # TODO: need to systemctl daemon-reload host_directories: - path: /etc/systemd/system/nginx.service.d host_files: - dest: /etc/systemd/system/nginx.service.d/disable_private_temp.conf content: | [Service] PrivateTmp=false host_authorized_key_users: - name: root authorized: "{{ galaxy_admin_users }} + ['kaivan_kamali']"
Add release notes entry for update notifications.
title: Release Notes of the Hub description: > Release-notes-hub is a hosting service for "Release Notes" - an easy to use, human readable and machine processable schema for release notes. releases: - version: Next added: - Add `/mit-license` page for displaying the applying oss license. (#14) - Redirect the user to the previously requested url after successfull login. (#16) - Setup status page (https://status.release-notes.com) - Add support for subscriptions (subscribe/unsubscribe). (#4) - New origami pigeon logo and introduction of `/credits` page. - version: 0.2.0 date: 2017-09-12 title: MVP - Second Release description: This release improves form validation and adds support for updating release notes. added: - Add support for publishing a new revision of existing release-notes. (#5) improved: - Added help info on form fields. changed: - Introduce backend form validation. Restrict user and release note names to numbers, letters and dashes. - version: 0.1.0 date: 2017-09-01 title: MVP - First Release description: MVP implementation added: - MIT license. - Display most recently updated release notes on home screen. - Introduce accounts & session based auth. - Upload & rendering of release notes. - Styles based on bulma css framework. - Basic express/kermit setup. - Introduce these release notes.
title: Release Notes of the Hub description: > Release-notes-hub is a hosting service for "Release Notes" - an easy to use, human readable and machine processable schema for release notes. releases: - version: Next added: - Add `/mit-license` page for displaying the applying oss license. (#14) - Redirect the user to the previously requested url after successfull login. (#16) - Setup status page (https://status.release-notes.com) - Add support for subscriptions (subscribe/unsubscribe). (#4) - New origami pigeon logo and introduction of `/credits` page. - Add support for broadcasting release notes update notifications to email subscribers. (#9) - version: 0.2.0 date: 2017-09-12 title: MVP - Second Release description: This release improves form validation and adds support for updating release notes. added: - Add support for publishing a new revision of existing release-notes. (#5) improved: - Added help info on form fields. changed: - Introduce backend form validation. Restrict user and release note names to numbers, letters and dashes. - version: 0.1.0 date: 2017-09-01 title: MVP - First Release description: MVP implementation added: - MIT license. - Display most recently updated release notes on home screen. - Introduce accounts & session based auth. - Upload & rendering of release notes. - Styles based on bulma css framework. - Basic express/kermit setup. - Introduce these release notes.
Fix tab space of yaml
dashboard: > Twitter Mining - Suport Vector Machine and Term Frequency–Inverse Document Frequency ==================================================================================== The process is divided into three steps to the tweets mining process: (h) Type “h” and hit the Enter key to see the more help. (c) 1ª step: Collect tweets from Twitter (t) 2ª step: Training some tweets (p) 3ª step: Predication others tweets (x) for exit training: > How would you rate this tweet? (1) Positive, (2) Negative, (3) Neutral or (4) Unknown help: > Available commands tweets metrics ~> you see metrics of all tweets. tweets ~> you see all tweets collected. tweets trained ~> you see all tweets trained tweets trained positive ~> you see all tweets trained with evaluation positive tweets trained negative ~> you see all tweets trained with evaluation negative tweets trained neutral ~> you see all tweets trained with evaluation neutral tweets trained unknown ~> you see all tweets trained with evaluation unknown tweet: > @{username}: {tweet} Date: {date} tweet_trained: > @{username}: {tweet} Evaluation: {evaluation} metrics: > Quantity of tweets: {total} Quantity of tweets trained: {trained} Quantity of tweets available to predict: {predict} error: arg_not_found: > Argument for search tweets no found! For collect tweets with word python, type: c python success: collected: "Successfully collected Tweets"
dashboard: > Twitter Mining - Suport Vector Machine and Term Frequency–Inverse Document Frequency ==================================================================================== The process is divided into three steps to the tweets mining process: (h) Type “h” and hit the Enter key to see the more help. (c) 1ª step: Collect tweets from Twitter (t) 2ª step: Training some tweets (p) 3ª step: Predication others tweets (x) for exit training: > How would you rate this tweet? (1) Positive, (2) Negative, (3) Neutral or (4) Unknown help: > Available commands tweets metrics ~> you see metrics of all tweets. tweets ~> you see all tweets collected. tweets trained ~> you see all tweets trained tweets trained positive ~> you see all tweets trained with evaluation positive tweets trained negative ~> you see all tweets trained with evaluation negative tweets trained neutral ~> you see all tweets trained with evaluation neutral tweets trained unknown ~> you see all tweets trained with evaluation unknown tweet: > @{username}: {tweet} Date: {date} tweet_trained: > @{username}: {tweet} Evaluation: {evaluation} metrics: > Quantity of tweets: {total} Quantity of tweets trained: {trained} Quantity of tweets available to predict: {predict} error: arg_not_found: > Argument for search tweets no found! Example for collect tweets with word python, type: c python success: collected: "Successfully collected Tweets"
Update wreker to use godep
# This references the default golang container from # the Docker Hub: https://registry.hub.docker.com/u/library/golang/ # If you want Google's container you would reference google/golang # Read more about containers on our dev center # http://devcenter.wercker.com/docs/containers/index.html box: golang build: - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get -u github.com/tools/godep export PATH=$WERCKER_SOURCE_DIR/bin:$PATH # The steps that will be executed on build # Steps make up the actions in your pipeline # Read more about steps on our dev center: # http://devcenter.wercker.com/docs/steps/index.html steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Gets the dependencies # Build the project - script: name: godep go build code: | godep go build ./... # Test the project - script: name: godep go test code: | godep go test ./...
# This references the default golang container from # the Docker Hub: https://registry.hub.docker.com/u/library/golang/ # If you want Google's container you would reference google/golang # Read more about containers on our dev center # http://devcenter.wercker.com/docs/containers/index.html box: golang build: - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get -u github.com/tools/godep export PATH=$WERCKER_SOURCE_DIR/bin:$PATH # The steps that will be executed on build # Steps make up the actions in your pipeline # Read more about steps on our dev center: # http://devcenter.wercker.com/docs/steps/index.html steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Gets the dependencies # Build the project - script: name: godep go build code: | godep go build ./... # Test the project - script: name: godep go test code: | godep go test ./...
Test on both nightly and beta
language: rust script: - (cd phf_macros && cargo test) - (cd phf_macros && cargo test --features stats) - (cd phf_codegen && cargo test) - (cd phf_codegen/test && cargo test) - ./.travis/build_docs.sh after_success: - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh env: global: secure: H8UjXPVRBOF3peqdBwrAS1cvW4TXz9wJCwUqh5K+AP2TbFQAVt9LLkiUySVERRckR7sM/C9m8IE/nhKz7ck8+Dj7tbqd7Jef3dlienpucDF1jpbENyvsshPRvGlvd4jAQCONL9Yxs3MnRnkbr5qI3Gz/JqP7z8jzp5V5Wf7mc/I=
language: rust rust: - nightly - beta script: - (cd phf_macros && cargo test) - (cd phf_macros && cargo test --features stats) - (cd phf_codegen && cargo test) - (cd phf_codegen/test && cargo test) - ./.travis/build_docs.sh after_success: - test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh env: global: secure: H8UjXPVRBOF3peqdBwrAS1cvW4TXz9wJCwUqh5K+AP2TbFQAVt9LLkiUySVERRckR7sM/C9m8IE/nhKz7ck8+Dj7tbqd7Jef3dlienpucDF1jpbENyvsshPRvGlvd4jAQCONL9Yxs3MnRnkbr5qI3Gz/JqP7z8jzp5V5Wf7mc/I=
Set CircleCI node to 7
machine: environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" node: version: "7.10.0" dependencies: pre: - npm install -g bower - sudo apt-get update; sudo apt-get install -y --only-upgrade google-chrome-stable override: - yarn install --no-lockfile - bower install cache_directories: - ~/.cache/yarn test: override: - yarn test
machine: environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" node: version: "7" dependencies: pre: - npm install -g bower - sudo apt-get update; sudo apt-get install -y --only-upgrade google-chrome-stable override: - yarn install --no-lockfile - bower install cache_directories: - ~/.cache/yarn test: override: - yarn test
Add environment for tisdk build
machine: timezone: Asia/Tokyo environment: XCODE_SCHEME: TiCircleCITest XCODE_PROJECT: TiCircleCITest.xcodeproj ANDROID_HOME: /usr/local/opt/android-sdk dependencies: pre: - brew install n scons android-sdk - n 4.4.5 - npm install -g titanium tisdk - tisdk build 5.2.2.GA --force test: override: - echo Hello World - which node - which ti - ti info - ti build -p ios -b
machine: timezone: Asia/Tokyo environment: XCODE_SCHEME: TiCircleCITest XCODE_PROJECT: TiCircleCITest.xcodeproj ANDROID_HOME: /usr/local/opt/android-sdk ANDROID_SDK: /usr/local/opt/android-sdk ANDROID_NDK: /usr/local/opt/android-ndk ANDROID_PLATFORM: /usr/local/opt/android-sdk/platforms/android-23 GOOGLE_APIS: /usr/local/opt/android-sdk/add-ons/addon-google_apis-google-23 JAVA_HOME: $(/usr/libexec/java_home -v $1) PATH: /usr/local/opt/android-sdk/tools:/usr/local/opt/android-sdk/platform-tools:$JAVA_HOME/bin:$PATH dependencies: pre: - brew install n scons android-sdk android-ndk - n 4.4.5 - npm install -g titanium tisdk - tisdk build 5.2.2.GA --force test: override: - echo Hello World - which node - which ti - ti info - ti build -p ios -b
Update from Hackage at 2018-06-15T14:41:23Z
homepage: https://github.com/luna/layered-state changelog-type: '' hash: 3c619141219adc0e5ef156bbf60743df46fb22422294dafa81046c6e8e503f02 test-bench-deps: either: -any kan-extensions: -any criterion: -any layered-state: -any timeit: -any mtl-c: -any deepseq: -any maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types. changelog: '' basic-deps: exceptions: -any base: ! '>=4.10 && <4.12' constraints: -any monoid: -any typelevel: -any data-default: -any prologue: -any lens: -any mtl: -any monad-branch: -any transformers: -any lens-utils: -any primitive: -any profunctors: -any all-versions: - '1.1.2' - '1.1.3' author: Luna Team latest: '1.1.3' description-type: haddock description: '' license-name: Apache-2.0
homepage: https://github.com/luna/layered-state changelog-type: '' hash: f8ee63e0b1978460993f028ae5ed12f39925b94fb230480410991d49d5060ef8 test-bench-deps: either: -any kan-extensions: -any criterion: -any layered-state: -any timeit: -any mtl-c: -any deepseq: -any maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Control structure similar to Control.Monad.State, allowing multiple nested states, distinguishable by provided phantom types. changelog: '' basic-deps: exceptions: -any base: ! '>=4.10 && <4.12' constraints: -any monoid: -any typelevel: -any data-default: -any prologue: -any lens: -any mtl: -any monad-branch: -any transformers: -any lens-utils: -any primitive: -any profunctors: -any all-versions: - '1.1.2' - '1.1.3' - '1.1.4' author: Luna Team latest: '1.1.4' description-type: haddock description: '' license-name: Apache-2.0
Add gzip option to s3_webiste config
s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %> s3_secret: <%= ENV['S3_SECRET_KEY'] %> s3_bucket: models-resources s3_endpoint: us-east-1 cloudfront_distribution_id: E1QHTGVGYD1DWZ max_age: 300 concurrency_level: 4 ignore_on_server: ^(?!jsmol)
s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %> s3_secret: <%= ENV['S3_SECRET_KEY'] %> s3_bucket: models-resources s3_endpoint: us-east-1 cloudfront_distribution_id: E1QHTGVGYD1DWZ max_age: 300 concurrency_level: 4 ignore_on_server: ^(?!jsmol) gzip: - .html - .css - .js - .txt - .md # specific for JSmol: - .spt - .pdb - .mol - .mdl - .smol - .sd - .sdf - .xyz - .jxyz - .jvxl - .pse - .map - .magres - .jdx - .molden - .xodydata
Update from Hackage at 2019-11-06T16:21:00Z
homepage: https://github.com/brunjlar/pell changelog-type: '' hash: ab2a0920f1396a1db550f0ece1b67bc501b1b2ddda9c240b1a414110c46c86ea test-bench-deps: Cabal: ! '>=1.20.0' base: ! '>=4.7 && <5' primes: -any containers: -any arithmoi: -any cabal-test-quickcheck: -any QuickCheck: ! '>=2.8' maintainer: brunjlar@gmail.com synopsis: Package to solve the Generalized Pell Equation. changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: -any arithmoi: -any all-versions: - 0.1.0.0 - 0.1.1.0 author: Lars Bruenjes latest: 0.1.1.0 description-type: markdown description: ! '# pell Haskell Package to solve the Generalized Pell Equation ' license-name: MIT
homepage: https://github.com/brunjlar/pell changelog-type: '' hash: 0fffe7511873c2768a6c7389d1b8013579a066126880948112788392a03a89a3 test-bench-deps: Cabal: ! '>=1.20.0 && <2.5' base: ! '>=4.7 && <5' primes: ! '>=0.2.1.0 && <0.3' containers: ! '>=0.6.0.1 && <0.7' arithmoi: ! '>=0.8 && <0.10' cabal-test-quickcheck: ==0.1.* QuickCheck: ! '>=2.8 && <2.14' maintainer: brunjlar@gmail.com synopsis: Package to solve the Generalized Pell Equation. changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: ! '>=0.6.0.1 && <0.7' arithmoi: ! '>=0.8 && <0.10' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 author: Lars Bruenjes latest: 0.1.2.0 description-type: markdown description: | # pell Haskell Package to solve the Generalized Pell Equation license-name: MIT
Use absolute path to bash.
--- # handlers file for aspects_monit #- name: restart monit # service: name=monit state=restarted enabled=yes - name: reload monit shell: /opt/monit/bin/monit -c /opt/monit/monitrc reload # service: name=monit state=reloaded enabled=yes - name: start monit shell: /opt/monit/bin/monit -c /opt/monit/monitrc # service: name=monit state=started enabled=yes - name: stop monit shell: /opt/monit/bin/monit -c /opt/monit/monitrc quit # service: name=monit state=stopped - name: restart monit shell: chdir="/opt/monit/bin/" bash restartmonit.sh
--- # handlers file for aspects_monit #- name: restart monit # service: name=monit state=restarted enabled=yes - name: reload monit shell: /opt/monit/bin/monit -c /opt/monit/monitrc reload # service: name=monit state=reloaded enabled=yes - name: start monit shell: /opt/monit/bin/monit -c /opt/monit/monitrc # service: name=monit state=started enabled=yes - name: stop monit shell: /opt/monit/bin/monit -c /opt/monit/monitrc quit # service: name=monit state=stopped - name: restart monit shell: chdir="/opt/monit/bin/" /bin/bash restartmonit.sh
Update conda build for setuptools_scm_git_archive
about: license: Apache 2 summary: ECtyper is a python script for serotyping E. coli genomes author: Chad Laing, Camille La Rose, Sam Sung home: https://github.com/phac-nml/ecoli_serotyping package: name: ectyper version: "0.3.0" source: path: https://github.com/phac-nml/ecoli_serotyping/archive/allele.zip sha1: ab1a5eaa25aae6aabd3f318442d9ff3cc6fd4ff0 requirements: build: - python >=3.6 - setuptools_scm >=2.1 - setuptools_scm_git_archive >=1.0 run: - python 3.6.3 - pytest >=3.0 - pandas >=0.23 - samtools >=1.7 - bowtie2 >=2.3 - mash >=2.0 - bcftools >=1.7 - biopython >=1.69 - blast >=2.2.31 - seqtk >=1.2 - setuptools_scm >=2.1 test: import: - ectyper
about: license: Apache 2 summary: ECtyper is a python program for serotyping E. coli genomes author: Chad Laing, Camille La Rose, Sam Sung home: https://github.com/phac-nml/ecoli_serotyping package: name: ectyper version: "0.3.0" source: git_url: https://github.com/phac-nml/ecoli_serotyping/archive/allele.zip sha1: ab1a5eaa25aae6aabd3f318442d9ff3cc6fd4ff0 requirements: build: - python >=3.6 - setuptools_scm >=2.1 - setuptools_scm_git_archive >=1.0 run: - python 3.6.3 - pytest >=3.0 - pandas >=0.23 - samtools >=1.7 - bowtie2 >=2.3 - mash >=2.0 - bcftools >=1.7 - biopython >=1.69 - blast >=2.2.31 - seqtk >=1.2 - setuptools_scm >=2.1 test: import: - ectyper
Apply SDDM variables to media boxen as well
--- LWG_theme_name: cv workstation_mount: true
--- workstation_mount: true greeter_theme: accent1: '#4dd0e1' accent2: '#00796b' accent2_hover: '#009688' default_session: 'cinnamon' username_entry: 'fill' wallpaper: 'https://verdict4u.files.wordpress.com/2016/09/google-now-wallpaper-1.png' session_api: 'http://ldap-api.collegiumv.org/%s/desktopEnvironment/0' aup: > [1] Unauthorized use is prohibited; [2] Usage may be subject to security testing and monitoring; [3] Misuse is subject to criminal prosecution; and [4] Users have no expectation of privacy except as otherwise provided by applicable privacy laws. sddm_theme_name: sddm_wynn-theme
Set the branch to 'master' to maybe satisfy cargo's update
name: Rust 1.12 compile test on: push: pull_request: schedule: - cron: "35 2 * * *" jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Work around incompatible crates.io shell: bash # Point cargo at a rewound copy of crates.io that would be understood # at 1.10.0. Unfortunately, pointing at a registry like this is only # supported from 1.12.0 and beyond. run: | set -ex # Tell cargo to use a different copy of crates.io. mkdir -p .cargo cat <<EOF > .cargo/config [source.crates-io] registry = "file://$(pwd)/../crates-io-rewound" EOF cat .cargo/config # use an old archive of crates.io, reset back to when rand 0.8.0 didn't # exist in index. cd .. git clone https://github.com/rust-lang/crates.io-index-archive.git --single-branch --branch 'snapshot-2018-09-26' crates-io-rewound - name: Set default Rust run: rustup default 1.12.0 - name: Run build run: cargo build --verbose # tests can't be run because they use ONCE which needs a newer compiler # - name: Run unit tests # run: cargo test --verbose
name: Rust 1.12 compile test on: push: pull_request: schedule: - cron: "35 2 * * *" jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Work around incompatible crates.io shell: bash # Point cargo at a rewound copy of crates.io that would be understood # at 1.10.0. Unfortunately, pointing at a registry like this is only # supported from 1.12.0 and beyond. run: | set -ex # Tell cargo to use a different copy of crates.io. mkdir -p .cargo cat <<EOF > .cargo/config [source.crates-io] registry = "file://$(pwd)/../crates-io-rewound" EOF cat .cargo/config # use an old archive of crates.io, reset back to when rand 0.8.0 didn't # exist in index. cd .. git clone https://github.com/rust-lang/crates.io-index-archive.git --single-branch --branch 'snapshot-2018-09-26' crates-io-rewound cd crates-io-rewound git checkout -b master - name: Set default Rust run: rustup default 1.12.0 - name: Run build run: cargo build --verbose # tests can't be run because they use ONCE which needs a newer compiler # - name: Run unit tests # run: cargo test --verbose
Comment this out because it's not being used ATM
name: Blackhole version: 0.9.1 description: Static site generator for Grav icon: circle author: name: BarryMode homepage: https://github.com/barrymode/grav-plugin-blackhole keywords: grav, plugin, static, site, generator bugs: https://github.com/barrymode/grav-plugin-blackhole/issues docs: https://github.com/barrymode/grav-plugin-blackhole/blob/master/README.md license: MIT form: validation: strict fields: enabled: type: toggle label: Plugin status highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool output_path: type: text label: Output Path help: Set the directory to which your static site will be written. Relative to Grav root (ex. ../) force: type: toggle label: Force help: Overwrite previously generated files. highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool
name: Blackhole version: 0.9.1 description: Static site generator for Grav icon: circle author: name: BarryMode homepage: https://github.com/barrymode/grav-plugin-blackhole keywords: grav, plugin, static, site, generator bugs: https://github.com/barrymode/grav-plugin-blackhole/issues docs: https://github.com/barrymode/grav-plugin-blackhole/blob/master/README.md license: MIT form: validation: strict fields: enabled: type: toggle label: Plugin status highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool # output_path: # type: text # label: Output Path # help: Set the directory to which your static site will be written. Relative to Grav root (ex. ../) force: type: toggle label: Force help: Overwrite previously generated files. highlight: 1 default: 0 options: 1: Enabled 0: Disabled validate: type: bool
Change package_name because it's not debian compatible
env: - GO111MODULE=on - GOPROXY=https://gocenter.io before: hooks: - go mod download builds: - env: - CGO_ENABLED=0 goos: - linux goarch: - amd64 - arm - arm64 checksum: name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" changelog: sort: asc filters: exclude: - "^docs:" - "^test:" - Merge pull request - Merge branch archives: - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" replacements: linux: Linux amd64: x86_64 nfpms: - homepage: https://github.com/aleroyer/rsyslog_exporter description: rsyslog-exporter for prometheus maintainer: Antoine Leroyer <aleroyer@deezer.com> license: Apache 2.0 bindir: /usr/bin release: 1 formats: - deb - rpm overrides: deb: file_name_template: '{{ replace .ProjectName "_" "-" }}_{{ .Version }}-{{ .Release }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' rpm: file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Release }}.{{ .Arch }}"
env: - GO111MODULE=on - GOPROXY=https://gocenter.io before: hooks: - go mod download builds: - env: - CGO_ENABLED=0 goos: - linux goarch: - amd64 - arm - arm64 checksum: name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt" changelog: sort: asc filters: exclude: - "^docs:" - "^test:" - Merge pull request - Merge branch archives: - name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}" replacements: linux: Linux amd64: x86_64 nfpms: - package_name: "rsyslog-exporter" homepage: https://github.com/aleroyer/rsyslog_exporter description: rsyslog-exporter for prometheus maintainer: Antoine Leroyer <aleroyer@deezer.com> license: Apache 2.0 bindir: /usr/bin release: 1 formats: - deb - rpm overrides: deb: file_name_template: '{{ replace .ProjectName "_" "-" }}_{{ .Version }}-{{ .Release }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' rpm: file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Release }}.{{ .Arch }}"
Add cffi as a run dependency
{% set name = "pycares" %} {% set version = "3.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd build: number: 0 skip: True # [py<=35] script: "{{ PYTHON }} -m pip install . -vv" requirements: build: - {{ compiler('c') }} host: - python - pip - cffi >=1.5.0 run: - python test: imports: - pycares commands: - python -m pycares google.com about: home: https://pypi.org/project/pycares/ license: MIT license_family: MIT license_file: LICENSE summary: 'Python interface for c-ares' description: | pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously. doc_url: http://readthedocs.org/docs/pycares/ dev_url: https://github.com/saghul/pycares extra: recipe-maintainers: - CurtLH
{% set name = "pycares" %} {% set version = "3.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: b253f5dcaa0ac7076b79388a3ac80dd8f3bd979108f813baade40d3a9b8bf0bd build: number: 0 skip: True # [py<=35] script: "{{ PYTHON }} -m pip install . -vv" requirements: build: - {{ compiler('c') }} host: - python - pip - cffi >=1.5.0 run: - python - cffi >=1.5.0 test: imports: - pycares commands: - python -m pycares google.com about: home: https://pypi.org/project/pycares/ license: MIT license_family: MIT license_file: LICENSE summary: 'Python interface for c-ares' description: | pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously. doc_url: http://readthedocs.org/docs/pycares/ dev_url: https://github.com/saghul/pycares extra: recipe-maintainers: - CurtLH
Remove doc stuff from CI
version: 2.1 commands: commonsteps: steps: - checkout - run: | pip install .[dev] tox -e py jobs: build_target: docker: - image: python:3.7 steps: - checkout - run: | python setup.py sdist python setup.py bdist_wheel pip install .[dev] tox -e py,lint - store_artifacts: path: dist destination: artifacts build_latest: docker: - image: python:latest steps: - commonsteps build_docs: docker: - image: python:3.7 steps: - checkout - run: | pip install .[dev] tox -e docs - persist_to_workspace: root: . paths: docs deploy_docs: docker: - image: node:8.10.0 steps: - checkout - attach_workspace: at: deploy_docs - run: | npm install -g --silent gh-pages@2.0.1 git config user.email "circleci@kochm.co" git config user.name "circleci" - add_ssh_keys: fingerprints: - "35:79:25:19:56:21:b7:e8:86:fe:6e:c4:56:06:37:dc" - run: | gh-pages -m "[skip ci] Update docs" -d deploy_docs workflows: version: 2 workflow: jobs: - build_target - build_latest check_latest: triggers: - schedule: cron: "0 0 * * 0" filters: branches: only: master jobs: - build_latest docs: jobs: - build_target - build_docs: requires: - build_target - hold: type: approval requires: - build_docs - deploy_docs: requires: - hold
version: 2.1 commands: commonsteps: steps: - checkout - run: | pip install .[dev] tox -e py jobs: build_target: docker: - image: python:3.7 steps: - checkout - run: | python setup.py sdist python setup.py bdist_wheel pip install .[dev] tox -e py,lint - store_artifacts: path: dist destination: artifacts build_latest: docker: - image: python:latest steps: - commonsteps workflows: version: 2 workflow: jobs: - build_target - build_latest check_latest: triggers: - schedule: cron: "0 0 * * 0" filters: branches: only: master jobs: - build_latest
Remove useless comment for CI script
variables: DOCKER_DRIVER: overlay2 stages: - build .general: only: [merge_requests] retry: max: 2 when: - runner_system_failure - stuck_or_timeout_failure # variables: # CI_DEBUG_TRACE: "true" native-build: extends: .general stage: build image: registry.orfeo-toolbox.org/orfeotoolbox/otb:ubuntu-18.04-gcc script: - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc shark-build: extends: .general stage: build image: registry.orfeo-toolbox.org/orfeotoolbox/otb:ubuntu-18.04-gcc-shark-3.1.4 script: - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4
variables: DOCKER_DRIVER: overlay2 stages: - build .general: only: [merge_requests] retry: max: 2 when: - runner_system_failure - stuck_or_timeout_failure native-build: extends: .general stage: build image: registry.orfeo-toolbox.org/orfeotoolbox/otb:ubuntu-18.04-gcc script: - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc shark-build: extends: .general stage: build image: registry.orfeo-toolbox.org/orfeotoolbox/otb:ubuntu-18.04-gcc-shark-3.1.4 script: - ctest -VV -S CI/main_ci.cmake -DIMAGE_NAME:string=ubuntu-18.04-gcc-shark-3.1.4
Revert "add pwnrex as a reverse dependency for ci"
before_script: - angr-test sync hard angr: script: "angr-test angr" tags: - "angr" fidget: script: "angr-test fidget" tags: - "angr" angrop: script: "angr-test angrop" tags: - "angr" pwnrex: script: "angr-test pwnrex" tags: - "angr" angr_lint: script: "angr-test lint" tags: - "angr" docs: script: "angr-test docs" tags: - "angr"
before_script: - angr-test sync hard angr: script: "angr-test angr" tags: - "angr" fidget: script: "angr-test fidget" tags: - "angr" angrop: script: "angr-test angrop" tags: - "angr" angr_lint: script: "angr-test lint" tags: - "angr" docs: script: "angr-test docs" tags: - "angr"
Increase number of instances for supplier-frontend
--- domain: "digitalmarketplace.service.gov.uk" maintenance_mode: live instances: 5 router: instances: 3 rate_limiting_enabled: enabled routes: - www.digitalmarketplace.service.gov.uk - api.digitalmarketplace.service.gov.uk - search-api.digitalmarketplace.service.gov.uk - antivirus-api.digitalmarketplace.service.gov.uk - assets.digitalmarketplace.service.gov.uk api: memory: 2GB user-frontend: instances: 2 admin-frontend: instances: 2 antivirus-api: instances: 2
--- domain: "digitalmarketplace.service.gov.uk" maintenance_mode: live instances: 5 router: instances: 3 rate_limiting_enabled: enabled routes: - www.digitalmarketplace.service.gov.uk - api.digitalmarketplace.service.gov.uk - search-api.digitalmarketplace.service.gov.uk - antivirus-api.digitalmarketplace.service.gov.uk - assets.digitalmarketplace.service.gov.uk api: memory: 2GB user-frontend: instances: 2 admin-frontend: instances: 2 antivirus-api: instances: 2 supplier-frontend: instances: 7
Update workflow to include package building and tests
name: gcld3 on: [push] jobs: build: 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@v2 with: python-version: ${{ matrix.python-version }} - name: Display Python version run: python -c "import sys; print(sys.version)" - name: Install dependencies run: | python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
name: gcld3 on: [push] jobs: build: 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@v2 with: python-version: ${{ matrix.python-version }} - name: Display Python version run: python -c "import sys; print(sys.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
Update from Hackage at 2018-02-07T08:08:04Z
homepage: https://github.com//ats-generic#readme changelog-type: '' hash: 37718057089af9e20edbcbf4a248332c77e9affc358e4ebe1e99e2ee61d74537 test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: Marshal ATS types into Haskell changelog: '' basic-deps: bytestring: -any composition-prelude: -any base: ! '>=4.9 && <5' text: -any all-versions: - '0.1.0.3' - '0.1.0.4' - '0.1.0.5' - '0.1.0.6' - '0.2.0.0' author: Vanessa McHale latest: '0.2.0.0' description-type: markdown description: ! '# ats-generic ## Installation ## Configuration ' license-name: BSD3
homepage: https://github.com//ats-generic#readme changelog-type: '' hash: 2efc5c31ab769e6d37765a45088c6a0165d8a0ad04e1b1ae3081cdb1a3852a2e test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: Marshal ATS types into Haskell changelog: '' basic-deps: bytestring: -any composition-prelude: -any base: ! '>=4.9 && <5' text: -any all-versions: - '0.1.0.3' - '0.1.0.4' - '0.1.0.5' - '0.1.0.6' - '0.2.0.0' - '0.2.0.1' author: Vanessa McHale latest: '0.2.0.1' description-type: markdown description: ! '# ats-storable Resuscitation of [generic-storable](hackage.haskell.org/package/generic-storable) altered to work with ATS'' algebraic data types. ' license-name: BSD3
Add support for PHP 7.2
language: php php: - 7.0 - 7.1 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5 dist: trusty sudo: false
language: php php: - 7.0 - 7.1 - 7.2 - nightly matrix: allow_failures: - php: nightly env: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - ./vendor/bin/phpunit - ./tests/lint.sh git: depth: 5 dist: trusty sudo: false
Add s390x support for Travis build
language: java sudo: false jdk: - openjdk8 - openjdk11 cache: directories: - "$HOME/.m2" addons: apt: packages: - libcppunit-dev script: mvn clean apache-rat:check install -DskipTests spotbugs:check checkstyle:check -Pfull-build branches: only: - master - branch-3.5 - branch-3.4
language: java sudo: false matrix: include: - os: linux jdk: openjdk8 - os: linux jdk: openjdk11 - os: linux arch: s390x jdk: openjdk11 addons: apt: update: true packages: - maven - libcppunit-dev cache: directories: - "$HOME/.m2" addons: apt: packages: - libcppunit-dev script: mvn clean apache-rat:check install -DskipTests spotbugs:check checkstyle:check -Pfull-build branches: only: - master - branch-3.5 - branch-3.4
Add coverprofile flag to goveralls
language: go go: - tip install: - go get code.google.com/p/go.tools/cmd/cover - go get github.com/mattn/goveralls before_script: - export PATH=$HOME/gopath/bin:$PATH script: - go test -covermode=count -coverprofile=profile.cov ./teamweek after_success: - goveralls -v -service=travis-ci
language: go go: - tip install: - go get code.google.com/p/go.tools/cmd/cover - go get github.com/mattn/goveralls before_script: - export PATH=$HOME/gopath/bin:$PATH script: - go test -covermode=count -coverprofile=profile.cov ./teamweek after_success: - goveralls -coverprofile=profile.cov -service=travis-ci
ADD test on ruby 2.1.3
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 services: - redis-server bundler_args: --without debug
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 services: - redis-server bundler_args: --without debug
Add update-dagger task to python-cnb pipeline
--- bundler: auto_release: true conda: integration: true auto_release: true dep: integration: true auto_release: true dotnet-core-conf: integration: true auto_release: true dotnet-core-runtime: integration: true auto_release: true dotnet-core-aspnet: integration: true auto_release: true dotnet-core-sdk: integration: true auto_release: true go-compiler: auto_release: true go-mod: integration: true auto_release: true httpd: integration: true auto_release: true node-engine: integration: true auto_release: true nodejs-compat: integration: true auto_release: true npm: integration: true auto_release: true nginx: integration: true auto_release: true php-compat: integration: true auto_release: true php-dist: auto_release: true php-composer: integration: true auto_release: true php-web: integration: true auto_release: true pip: integration: true auto_release: true pipenv: integration: true auto_release: true python: auto_release: true python-compat: integration: true auto_release: true ruby: auto_release: true yarn: integration: true auto_release: true
--- bundler: auto_release: true conda: integration: true auto_release: true dep: integration: true auto_release: true dotnet-core-conf: integration: true auto_release: true dotnet-core-runtime: integration: true auto_release: true dotnet-core-aspnet: integration: true auto_release: true dotnet-core-sdk: integration: true auto_release: true go-compiler: auto_release: true go-mod: integration: true auto_release: true httpd: integration: true auto_release: true node-engine: integration: true auto_release: true nodejs-compat: integration: true auto_release: true npm: integration: true auto_release: true nginx: integration: true auto_release: true php-compat: integration: true auto_release: true php-dist: auto_release: true php-composer: integration: true auto_release: true php-web: integration: true auto_release: true pip: integration: true auto_release: true pipenv: integration: true auto_release: true python: integration: true auto_release: true python-compat: integration: true auto_release: true ruby: auto_release: true yarn: integration: true auto_release: true
Add ruby 2.3.0 to Travis CI Build
sudo: required dist: trusty language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2
sudo: required dist: trusty language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3.0
Make Travis use node v6.1
sudo: false language: node_js node_js: - "6" cache: directories: - node_modules env: - DISPLAY=:99.0 before_install: - "npm prune" before_script: - "rm src/ol/renderer/webgl/*shader.js" - "sh -e /etc/init.d/xvfb start" - "npm ls" script: "make ci" after_success: - "make test-coverage" - "cat coverage/lcov.info | ./node_modules/.bin/coveralls" branches: only: - master
sudo: false language: node_js node_js: - "6.1" cache: directories: - node_modules env: - DISPLAY=:99.0 before_install: - "npm prune" before_script: - "rm src/ol/renderer/webgl/*shader.js" - "sh -e /etc/init.d/xvfb start" - "npm ls" script: "make ci" after_success: - "make test-coverage" - "cat coverage/lcov.info | ./node_modules/.bin/coveralls" branches: only: - master
Make sure the database exists before running tests
before_script: cp config/database.yml.example config/database.yml script: bundle exec rake db:migrate db:test:prepare default rvm: - ree
before_script: cp config/database.yml.example config/database.yml && bundle exec rake db:create script: bundle exec rake db:migrate db:test:prepare default rvm: - ree
Test matrix with node 6,8 and PG 9.5, 10
language: node_js sudo: false dist: trusty env: - PGUSER=postgres PGDATABASE=postgres node_js: "6" addons: postgresql: "9.6" matrix: include: - node_js: "0.10" addons: postgresql: "9.3" - node_js: "0.10" addons: postgresql: "9.5" - node_js: "4" addons: postgresql: "9.5" - node_js: "6" addons: postgresql: "9.3" - node_js: "6" addons: postgresql: "9.4" - node_js: "6" addons: postgresql: "9.5"
language: node_js sudo: false dist: trusty env: - PGUSER=postgres PGDATABASE=postgres env: - POSTGRESQL_VERSION="9.5" - POSTGRESQL_VERSION="10" node_js: - "6" - "8" before_install: - sudo service postgresql stop; - sudo apt-get install -y --allow-unauthenticated --no-install-recommends --no-install-suggests postgresql-$POSTGRESQL_VERSION postgresql-client-$POSTGRESQL_VERSION postgresql-server-dev-$POSTGRESQL_VERSION - echo -e "# TYPE DATABASE USER ADDRESS METHOD \nlocal all postgres trust\nlocal all all trust\nhost all all 127.0.0.1/32 trust" | sudo tee /etc/postgresql/$POSTGRESQL_VERSION/main/pg_hba.conf - export PGPORT=`grep ^port /etc/postgresql/$POSTGRESQL_VERSION/main/postgresql.conf | awk '{print $3}'` - export PGUSER=postgres - export PGDATABASE=postgres - sudo service postgresql restart $POSTGRESQL_VERSION; - sed -i 's/5432/'"$PGPORT"'/g' config/environments/test.js
Remove 1.9.3 from support matrix
language: ruby cache: bundler sudo: false rvm: - 1.9.3 - 2.0.0 - 2.1 - 2.2.3 gemfile: - test/gemfiles/1.0 - test/gemfiles/1.1 - test/gemfiles/1.2 - test/gemfiles/1.3 - test/gemfiles/1.4 - test/gemfiles/1.5 - test/gemfiles/1.6 - test/gemfiles/1.7 - test/gemfiles/1.8 - test/gemfiles/1.9 - test/gemfiles/1.10
language: ruby cache: bundler sudo: false rvm: - 2.0.0 - 2.1 - 2.2.3 gemfile: - test/gemfiles/1.0 - test/gemfiles/1.1 - test/gemfiles/1.2 - test/gemfiles/1.3 - test/gemfiles/1.4 - test/gemfiles/1.5 - test/gemfiles/1.6 - test/gemfiles/1.7 - test/gemfiles/1.8 - test/gemfiles/1.9 - test/gemfiles/1.10
Disable test build for unsupported Ruby 2.2
language: ruby sudo: false dist: trusty cache: bundler: true directories: - ~/.local/bin rvm: - 2.2 - 2.3.6 - 2.4.3 - 2.5.0 env: matrix: - COVERAGE=0 FUNCTIONAL_SPECS=0 INTEGRATION_SPECS=0 - COVERAGE=1 FUNCTIONAL_SPECS=1 INTEGRATION_SPECS=1 global: - PATH="$HOME/.local/bin:$PATH" before_install: - gem update --system - if ! cc-test-reporter --version; then mkdir -p ~/.local/bin; curl -sSL -o ~/.local/bin/cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64; chmod +x ~/.local/bin/cc-test-reporter; fi - cc-test-reporter before-build after_script: - if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${COVERAGE}" == "1" && "${FUNCTIONAL_SPECS}" == "1" && "${INTEGRATION_SPECS}" == "1" && "${TRAVIS_RUBY_VERSION}" == "2.4.1" ]]; then cc-test-reporter after-build --exit-code "${TRAVIS_TEST_RESULT}"; fi
language: ruby sudo: false dist: trusty cache: bundler: true directories: - ~/.local/bin rvm: - 2.3.6 - 2.4.3 - 2.5.0 env: matrix: - COVERAGE=0 FUNCTIONAL_SPECS=0 INTEGRATION_SPECS=0 - COVERAGE=1 FUNCTIONAL_SPECS=1 INTEGRATION_SPECS=1 global: - PATH="$HOME/.local/bin:$PATH" before_install: - gem update --system - if ! cc-test-reporter --version; then mkdir -p ~/.local/bin; curl -sSL -o ~/.local/bin/cc-test-reporter https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64; chmod +x ~/.local/bin/cc-test-reporter; fi - cc-test-reporter before-build after_script: - if [[ "${TRAVIS_PULL_REQUEST}" == "false" && "${COVERAGE}" == "1" && "${FUNCTIONAL_SPECS}" == "1" && "${INTEGRATION_SPECS}" == "1" && "${TRAVIS_RUBY_VERSION}" == "2.4.1" ]]; then cc-test-reporter after-build --exit-code "${TRAVIS_TEST_RESULT}"; fi
BUMP ruby version to `v2.3`
--- language: ruby sudo: required matrix: include: - os: osx osx_image: xcode7.3 ruby: 2.2 env: - TAG='[ base/dotfiles ]' - INSTALL_GPGTOOLS=0 - OS=darwin - RUN_LIST=base,dotfiles - os: osx osx_image: xcode7.3 ruby: 2.2 env: - TAG='[ dev/licensed ]' - INSTALL_DOTFILES=0 - OS=darwin - RUN_LIST=dev - os: osx osx_image: xcode7.3 ruby: 2.2 env: - TAG='[ messaging/multimedia ]' - INSTALL_DOTFILES=0 - OS=Darwin - RUN_LIST=messaging,multimedia install: - brew install shellcheck stow pre-commit - gem install serverspec script: - ./install.sh - make test
--- language: ruby sudo: required matrix: include: - os: osx osx_image: xcode7.3 ruby: 2.3 env: - TAG='[ base/dotfiles ]' - INSTALL_GPGTOOLS=0 - OS=darwin - RUN_LIST=base,dotfiles - os: osx osx_image: xcode7.3 ruby: 2.3 env: - TAG='[ dev/licensed ]' - INSTALL_DOTFILES=0 - OS=darwin - RUN_LIST=dev - os: osx osx_image: xcode7.3 ruby: 2.3 env: - TAG='[ messaging/multimedia ]' - INSTALL_DOTFILES=0 - OS=Darwin - RUN_LIST=messaging,multimedia install: - brew install shellcheck stow pre-commit - gem install serverspec script: - ./install.sh - make test
Update key for publishing to npm.
language: node_js node_js: - 4.1 after_success: - npm run report-coverage deploy: provider: npm email: d2ltravisdeploy@d2l.com api_key: secure: eNAd3PetKhfXg1uyg3M9lZWJV/d2XsvSvQCx8CIr2nKyw9gfAvNhfOHMpIEl0hP7MyreBLQVkt2stxDtNCPxeD2J4GV6tsdTvJYt/64FwBKbQH6ntm2DfVTPMFhY1Dtm18RxgyBUV+DWmyE6x/mpilZiz1EcGk7dP9c0cWPZW7c= on: tags: true all_branches: true
language: node_js node_js: - 4.1 after_success: - npm run report-coverage deploy: provider: npm email: d2ltravisdeploy@d2l.com api_key: secure: SGJJtLlUz3J7mb6yxZwpRTQp6n/35uJLJB+oM0kt9WoQVfaHFvienA5HsyaHy92Ln8Gg8YnHsW7zD7QC86JppiqNb4KJ5aKkr2ARCHu0beH82IsArlstOmjfJ7fhbpvTqGVOrU0jgUMwrFS5GPZmOIyVyb9nWxNfNIqRxjaRalI= on: tags: true all_branches: true
Add builds with Numpy 1.8
language: c # os: # - linux # - osx env: matrix: - python=2.6 CONDA_PY=26 CONDA_NPY=1.9 - python=2.7 CONDA_PY=27 CONDA_NPY=1.9 - python=3.3 CONDA_PY=33 CONDA_NPY=1.9 - python=3.4 CONDA_PY=34 CONDA_NPY=1.9 global: - secure: "I3W4wZHGPszNoJzLlKuvXjsDZDzKqHZI10hXEzZkdusifSZ5rg3iwWimndKeUrJcZgOAAv/hxCAB66Izp0oKq7d1zftbCaAR71w6ZZca4D3TIvDntNQqL6KYPLrOq2Jt+6I5uFu5JUB4ciBY8AF6oQ8LKUguO75pTfbV9ZCEkmg=" install: - source continuous-integration/travis/install_$TRAVIS_OS_NAME.sh script: - conda build conda-recipe --quiet after_success: - python continuous-integration/move-conda-package.py conda-recipe - binstar -t $BINSTAR_TOKEN upload --force *.tar.bz2
language: c # os: # - linux # - osx env: matrix: - python=2.6 CONDA_PY=26 CONDA_NPY=1.9 - python=2.7 CONDA_PY=27 CONDA_NPY=1.9 - python=3.3 CONDA_PY=33 CONDA_NPY=1.9 - python=3.4 CONDA_PY=34 CONDA_NPY=1.9 - python=2.6 CONDA_PY=26 CONDA_NPY=1.8 - python=2.7 CONDA_PY=27 CONDA_NPY=1.8 - python=3.3 CONDA_PY=33 CONDA_NPY=1.8 - python=3.4 CONDA_PY=34 CONDA_NPY=1.8 global: - secure: "I3W4wZHGPszNoJzLlKuvXjsDZDzKqHZI10hXEzZkdusifSZ5rg3iwWimndKeUrJcZgOAAv/hxCAB66Izp0oKq7d1zftbCaAR71w6ZZca4D3TIvDntNQqL6KYPLrOq2Jt+6I5uFu5JUB4ciBY8AF6oQ8LKUguO75pTfbV9ZCEkmg=" install: - source continuous-integration/travis/install_$TRAVIS_OS_NAME.sh script: - conda build conda-recipe --quiet after_success: - python continuous-integration/move-conda-package.py conda-recipe - binstar -t $BINSTAR_TOKEN upload --force *.tar.bz2
Add Slack integration for Travis
language: nix script: nix-shell --command "go version && make test"
language: nix script: nix-shell --command "go version && make test" notifications: slack: secure: WE6omr56KUMcnRy3219KlCfqFQX5Ta6PYhu9yWZTlh1vZ2aaS1RVuYw1iEQNS5t4tqTnLlmLac0neqSchiVaD7p7dslVNUSRJfP23JK15S024ZHwfRCczPAOmLggmJ1iseMvFEPGRCiEjyKXyvXZ1hLb66OZD/zIuw42TSTPK2FepM0M/MyMuwbC+NHDvph0bVQiwh8rQf9E3NGrpK5+K8ZlvYTCLbpDUxJQ7ZnfCBqxTDpY+DyvcT8s0DQ6C0T0TXUN4ef74LF4ZDC75h1jkwh0Lfr9G9slAJ/bJkg2sLRVRxPTuoiVKjp0HZGS77kgtGVmgCRygOd3v812xD4DkGRpRgA1bGOt09U+rVOwW5opv/QTNkQBHaShLkCJubcl8y+kAPr1MR2D4f4N4b2tyXPsoPKFRYYAoXYPwHK+1w6UGxfJaFgu79Advar5kd24iV7TjIF6vMM1oEb1HBScnGGHs5VL7pB0T99n3nMxmMCcU0rD2LOeWBjyjB8deeafp7sEYi3FOsKpVJ0/jeudlRRnCf4hRT8Cl8C6WDV0DL2djKZofNIVAJ7sVCbt3fzm8Gf6z6XdWSzUWDVEx63I0ACpjRjRcTKcv76cDj4Y7iSaHJru8ssN33T1f+BQHFhoEeV/EWy500haUjF4lcmy9nk9Ks3tsCr8Jir5CToG3N0= on_success: change on_failure: always
Use Xenial image and use neovim-ppa for msgpack-c
language: c addons: apt: packages: - libev-dev - libpcre3-dev - libmsgpack-dev os: - linux - osx compiler: - gcc - clang matrix: exclude: - os: osx compiler: gcc allow_failures: - os: osx compiler: clang before_install: - if test "$TRAVIS_OS_NAME" = "osx" ; then brew install libev ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then brew install pcre ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then brew install msgpack ; fi script: - ./autogen.sh - ./configure - make sudo: false
language: c dist: xenial addons: apt: sources: - sourceline: 'ppa:neovim-ppa/stable' packages: - libev-dev - libpcre3-dev - libmsgpack-dev os: - linux - osx compiler: - gcc - clang matrix: exclude: - os: osx compiler: gcc allow_failures: - os: osx compiler: clang before_install: - if test "$TRAVIS_OS_NAME" = "osx" ; then brew install libev ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then brew install pcre ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then brew install msgpack ; fi script: - ./autogen.sh - ./configure - make sudo: false
Add kingpin as a dependency
language: go go: - tip install: - go get github.com/onsi/gomega - go get github.com/onsi/ginkgo/ginkgo script: - $GOPATH/bin/ginkgo github.com/petergtz/pegomock/pegomock/mockgen - $GOPATH/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace
language: go go: - tip install: - go get github.com/onsi/gomega - go get github.com/onsi/ginkgo/ginkgo - go get gopkg.in/alecthomas/kingpin.v2 script: - $GOPATH/bin/ginkgo github.com/petergtz/pegomock/pegomock/mockgen - $GOPATH/bin/ginkgo -r --randomizeAllSpecs --randomizeSuites --race --trace
Use Go 1.9.2, drop 1.9.1
language: go go: - 1.9.1 dist: trusty sudo: false install: - go get github.com/golang/lint/golint script: - golint -set_exit_status - go vet - go test
language: go go: - 1.9.2 dist: trusty sudo: false install: - go get github.com/golang/lint/golint script: - golint -set_exit_status - go vet - go test
Change before install script to one without meteorite
sudo: required language: node_js node_js: - "0.12" - "0.11" - "0.10" before_install: - "curl -L http://git.io/ejPSng | /bin/sh" branches: only: - master
sudo: required language: node_js node_js: - "0.12" - "0.11" - "0.10" before_install: - "curl -L http://git.io/v3ort | /bin/sh" branches: only: - master
Test Node.js >= 4, <= 7
language: node_js node_js: - stable cache: directories: - node_modules after_success: - './node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
language: node_js node_js: - 7 - 6 - 5 - 4 cache: directories: - node_modules after_success: - './node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
Revert "Testing sonar warning about refs/head not containing main"
language: java addons: sonarcloud: organization: "hobynye" token: ${SONAR_TOKEN} before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -f $HOME/.gradle/caches/*/plugin-resolution cache: directories: - $HOME/.gradle/caches - $HOME/.gradle/wrapper before_install: - git fetch origin - chmod +x ./gradlew jobs: include: - stage: "Quality Checks" name: "Quality checking" - script: ./gradlew sonarqube - stage: "Deploy" name: "Deploy" script: skip deploy: provider: releases token: ${GITHUB_TOKEN} on: tags: true
language: java addons: sonarcloud: organization: "hobynye" token: ${SONAR_TOKEN} before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - rm -f $HOME/.gradle/caches/*/plugin-resolution cache: directories: - $HOME/.gradle/caches - $HOME/.gradle/wrapper before_install: - chmod +x ./gradlew jobs: include: - stage: "Quality Checks" name: "Quality checking" - script: ./gradlew sonarqube - stage: "Deploy" name: "Deploy" script: skip deploy: provider: releases token: ${GITHUB_TOKEN} on: tags: true
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: directory path: images label: Image create: all match: "**/*" - type: document path: _post/**/* label: Post upload_dir: assets public_path: "/assets" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:" build: preview_command: vuepress build -d .vuepress/dist publish_command: vuepress build -d .vuepress/dist preview_output_directory: ".vuepress/dist" output_directory: ".vuepress/dist"
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: directory path: posts label: Post create: all match: "**/*" - type: directory path: images label: Image create: all match: "**/*" upload_dir: assets public_path: "/assets" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:" build: preview_command: vuepress build -d .vuepress/dist publish_command: vuepress build -d .vuepress/dist preview_output_directory: ".vuepress/dist" output_directory: ".vuepress/dist"
Tweak TravisCI to use public submodule URLs
language: clojure lein: lein2 script: "lein2 test" jdk: - oraclejdk8 - oraclejdk7 - openjdk7 branches: only: - master - development
language: clojure lein: lein2 script: "lein2 test" jdk: - oraclejdk8 - oraclejdk7 - openjdk7 branches: only: - master - development # Handle git submodules manually git: submodules: false # Replace the authenticated SSH URL with the public URL, then initialize submodules before_install: - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules - git submodule update --init --recursive
Enable go vendor experiment to (hopefully) fix the build
language: go go: - 1.5 - 1.6 - tip sudo: false os: - osx - linux - windows script: - go test -v ./appinsights/...
language: go go: - 1.5 - 1.6 - tip env: - GO15VENDOREXPERIMENT=1 sudo: false os: - osx - linux - windows script: - go test -v ./appinsights/...
Use Node.js versions that are alive in the future
language: node_js node_js: - "0.10" - "0.12" - "iojs" before_script: - npm install -g npm branches: only: - master
language: node_js node_js: - "0.12" - "4" before_script: - npm install -g npm branches: only: - master
Revert "Test against php 7.3"
language: php php: - 7.1 - 7.2 - 7.3 sudo: false install: - travis_retry composer install --no-interaction script: - vendor/bin/phpunit --coverage-clover clover.xml after_script: - bash <(curl -s https://codecov.io/bash)
language: php php: - 7.1 - 7.2 sudo: false install: - travis_retry composer install --no-interaction script: - vendor/bin/phpunit --coverage-clover clover.xml after_script: - bash <(curl -s https://codecov.io/bash)
Add SDL2 dep installation to Travis
language: rust os: - linux - osx env: global: - secure: BjBU6fxOowldOZ30FDcB13/al7nEFnvrOPwumhHRlApAP7favgTzKXfuIOL3r4ZiLsr8Hw4OK038bS+Mv941KVAp0AMYgOqyWzdBbFTHzs4hGVnC6OlqrtVmPzBEmyjbJwUjTsXnVfufQBKKSJhDDcuj83Hkr3L+5LGESnTewAE= before_script: - rustc -v - cargo -V 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 os: - linux - osx env: global: - secure: BjBU6fxOowldOZ30FDcB13/al7nEFnvrOPwumhHRlApAP7favgTzKXfuIOL3r4ZiLsr8Hw4OK038bS+Mv941KVAp0AMYgOqyWzdBbFTHzs4hGVnC6OlqrtVmPzBEmyjbJwUjTsXnVfufQBKKSJhDDcuj83Hkr3L+5LGESnTewAE= - LD_LIBRARY_PATH: /usr/local/lib before_install: - curl -O http://www.libsdl.org/release/SDL2-2.0.0.tar.gz - tar -xzvf SDL2-2.0.0.tar.gz install: - (cd SDL2-2.0.0 && ./configure && make && sudo make install) before_script: - rustc -v - cargo -V 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
Use proper Sublime Text 2 Python compilation.
language: python # recommended by travis support: sudo: required python: - "2.7" - "3.3" # install dependencies: install: - pip install flake8 # Run tests: script: - flake8 . # disable all email build notifications: notifications: email: false
language: python # recommended by travis support: sudo: required python: - "2.6" # sublime text 2 compilation - "3.3" # sublime text 3 complication # install dependencies: install: - pip install flake8 # Run tests: script: - flake8 . # disable all email build notifications: notifications: email: false
Allow use of system Python packages
language: python python: - "2.7" install: - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then sudo apt-get install python-opencv python-numpy python-scipy python-matplotlib python-pyside; fi - pip install six - pip install --find http://wheels.scikit-image.org scikit-image - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - nosetests
language: python python: - "2.7" virtualenv: system_site_packages: true install: - if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then sudo apt-get install python-opencv python-numpy python-scipy python-matplotlib python-pyside; fi - pip install six - pip install --find http://wheels.scikit-image.org scikit-image - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" script: - nosetests
Add JDK9 as build target.
sudo: false language: java jdk: - oraclejdk8 script: - travis_wait 20 ./gradlew check --info --stacktrace -PexcludeGroups=statistics
sudo: false language: java jdk: - oraclejdk8 - oraclejdk9 script: - travis_wait 20 ./gradlew check --info --stacktrace -PexcludeGroups=statistics
Switch to using a different (open source) saucelabs account
language: node_js node_js: - '0.10' before_script: - npm install -g grunt-cli - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash script: - grunt --stack travis env: global: - secure: gRGtSVSxW2Th5kpgaKtvbzz8fVyRUPDdkTos/0hz88AWS3pDABt57nC06rp3zmEifmnjBma2LhbBhUGvUNWQdulK+Xg7hxus9ZuBFC5RE9epbVtyPZ1aPKnPVZKEwwYHXAzwObeYFu53aFB+4RTJgrxLxtc810PuZU9E2EN3kUo= - secure: hAdyr+q9yz6i1l1gxKo8ogZfHHYugYije0bJ00J6BLmsOLPgHx9Tljj1u+pjPYoXAEwSBZqy54ky+mobsVMFEIC3MqsYNqdsJBS/xHEsaKgjc/jG/U2SNCWYM9uy1ZxHsvtjSG8TvbezVP4I7EbDSls5LABovSf8dSTIUUI3NRw=
language: node_js node_js: - '0.10' before_script: - npm install -g grunt-cli - curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash script: - grunt --stack travis env: global: - secure: Fl/qjPMV8zffsBb6XEyGViBL3hFD5zYbIkZtNdbVB9ks4bVqyexeDBQlQk/sMC9CDMfHgBKTUVDnG2KcqIQsh9jHItqx/HdiFMGjdV76sU1DqkKgXDePMBHBRG9TrUm8YANf/2E6tHOXE7zY66c43L+cTl4dvo7JtdBpTpauZEI= - secure: VBWYv4yEHOezY2bGRe+Nptr+EIHtM8e7GYyFi36ZFjAwIvGsE66kd3CE+QaaXIwedV/CClSdxcWG04nP8yQBeLu9+xQG7mBcqdHtkHLRRRVbXOcX1jGzUHkzDnnet0XCcVPZt9fVeKczgyTIqbndOU4E61iqBK79WXU0S7oOXjI=
Simplify Travis config and fix ChefDK 2.0 failures
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(/opt/chefdk/bin/chef shell-init bash)" - /opt/chefdk/embedded/bin/chef --version - /opt/chefdk/embedded/bin/cookstyle --version - /opt/chefdk/embedded/bin/foodcritic --version script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE} matrix: include: - script: - /opt/chefdk/bin/chef exec delivery local all env: UNIT_AND_LINT=1
sudo: required dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master services: docker env: matrix: - INSTANCE=default-centos-6 - INSTANCE=default-centos-7 before_script: - sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER ) - eval "$(chef shell-init bash)" - chef --version - cookstyle --version - foodcritic --version script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen verify ${INSTANCE} matrix: include: - script: - chef exec delivery local all env: UNIT_AND_LINT=1
Use Xcode 7.3 on Travis CI
language: objective-c osx_image: xcode7.2 cache: directories: - vendor/bundle - Pods before_install: - export LANG=en_US.UTF-8 - brew tap homebrew/bundle - brew bundle install: - bundle install --without development --deployment --jobs=3 --retry=3 - bundle exec pod install --no-repo-update - carthage bootstrap --no-use-binaries --platform ios script: - set -o pipefail && xcodebuild -project QuickTableViewController.xcodeproj -scheme QuickTableViewController-iOS -sdk iphonesimulator -destination "name=iPhone 6,OS=latest" -enableCodeCoverage YES clean test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c - xctool -workspace QuickTableViewController.xcworkspace -scheme Example -sdk iphonesimulator clean build after_success: - bash <(curl -s https://codecov.io/bash) - bundle exec rake coverage notifications: email: false
language: objective-c osx_image: xcode7.3 cache: bundler: true directories: - vendor/bundle - Pods before_install: - export LANG=en_US.UTF-8 - brew tap homebrew/bundle - brew bundle install: - bundle install --without development --deployment --jobs=3 --retry=3 - bundle exec pod install --no-repo-update - carthage bootstrap --no-use-binaries --platform ios script: - set -o pipefail && xcodebuild -project QuickTableViewController.xcodeproj -scheme QuickTableViewController-iOS -sdk iphonesimulator -destination "name=iPhone 6,OS=latest" -enableCodeCoverage YES clean test GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty -c - xctool -workspace QuickTableViewController.xcworkspace -scheme Example -sdk iphonesimulator clean build after_success: - bash <(curl -s https://codecov.io/bash) - bundle exec rake coverage notifications: email: false
Use example config files instead of looking for them in spec/config
--- git: submodules: false bundler_args: --with travis --without development debug services: - mysql2 before_install: - sudo apt-get update - sudo apt-get install mediainfo - sudo ln -s /usr/bin/lsof /usr/sbin/lsof - cp spec/config/*.yml config - bundle config without development:production before_script: - rm config/database.yml - cp config/database.travis.yml config/database.yml - mysql -e 'create database avalon_test;' - bundle exec rake delayed_job:start - bundle exec rake db:migrate language: ruby jdk: - oraclejdk8 rvm: - 2.2.5 - 2.3.1 addons: code_climate: repo_token: 1fb78f221b36e5615428f2ada12950b39a3b702b23fdd41e1b980dc4b47d0233
--- git: submodules: false bundler_args: --with travis --without development debug services: - mysql2 before_install: - sudo apt-get update - sudo apt-get install mediainfo - sudo ln -s /usr/bin/lsof /usr/sbin/lsof - cp spec/config/*.yml config - cp config/authentication.yml.example config/authentication.yml - cp config/avalon.yml.example config/avalon.yml - bundle config without development:production before_script: - rm config/database.yml - cp config/database.travis.yml config/database.yml - mysql -e 'create database avalon_test;' - bundle exec rake delayed_job:start - bundle exec rake db:migrate language: ruby jdk: - oraclejdk8 rvm: - 2.2.5 - 2.3.1 addons: code_climate: repo_token: 1fb78f221b36e5615428f2ada12950b39a3b702b23fdd41e1b980dc4b47d0233
Update to make CI work on Trusty
language: java jdk: oraclejdk8 before_install: - nvm install 4 - npm install script: - ./gradlew build -x ktlint - ./gradlew ktlint - grunt test after_success: - ./gradlew dokka - grunt dist deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: out on: branch: master
language: java jdk: oraclejdk8 before_install: - nvm install 4 - npm install - npm install -g grunt-cli script: - ./gradlew build -x ktlint - ./gradlew ktlint - grunt test after_success: - ./gradlew dokka - grunt dist deploy: provider: pages skip_cleanup: true github_token: $GITHUB_TOKEN local_dir: out on: branch: master
Remove exit code status reporting
sudo: false cache: bundler language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0 - 2.4.0 env: global: - CC_TEST_REPORTER_ID=e22bd9d845ff8a3d55fd6a50cb6d8c0c8ba375048935662fb8c772577a024442 - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter script: - bundle exec rspec - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
sudo: false cache: bundler language: ruby rvm: - 2.0.0 - 2.1 - 2.2 - 2.3.0 - 2.4.0 env: global: - CC_TEST_REPORTER_ID=e22bd9d845ff8a3d55fd6a50cb6d8c0c8ba375048935662fb8c772577a024442 - GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi) before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter script: - bundle exec rspec - if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then ./cc-test-reporter after-build; fi
Disable installation of Dropbox and Alfred
# This is necessary due to the way the Ansible setup process inherits # variables from the play. The system path is prepended with /usr/local/bin # below to ensure the system on which the playbook is run selects the correct # copy of zsh, etc. In other words, to make sure it uses /usr/local/bin/zsh # installed with Homebrew and not the older macOS /bin/zsh. - hosts: localhost tasks: - command: echo "$PATH" register: system_path - hosts: localhost environment: PATH: "/usr/local/bin:{{ system_path.stdout }}" tasks: # essentials: - include: tasks/homebrew.yml - include: tasks/fonts.yml - include: tasks/directories.yml - include: tasks/core.yml - include: tasks/diff.yml - include: tasks/dotfiles.yml - include: tasks/zsh.yml - include: tasks/antibody.yml - include: tasks/terminal.yml # common applications: - include: tasks/alfred.yml - include: tasks/chrome.yml - include: tasks/dropbox.yml - include: tasks/slack.yml # development-related: - include: tasks/nodejs.yml - include: tasks/atom.yml - include: tasks/docker.yml - include: tasks/anaconda.yml
# This is necessary due to the way the Ansible setup process inherits # variables from the play. The system path is prepended with /usr/local/bin # below to ensure the system on which the playbook is run selects the correct # copy of zsh, etc. In other words, to make sure it uses /usr/local/bin/zsh # installed with Homebrew and not the older macOS /bin/zsh. - hosts: localhost tasks: - command: echo "$PATH" register: system_path - hosts: localhost environment: PATH: "/usr/local/bin:{{ system_path.stdout }}" tasks: # essentials: - include: tasks/homebrew.yml - include: tasks/fonts.yml - include: tasks/directories.yml - include: tasks/core.yml - include: tasks/diff.yml - include: tasks/dotfiles.yml - include: tasks/zsh.yml - include: tasks/antibody.yml - include: tasks/terminal.yml # common applications: #- include: tasks/alfred.yml - include: tasks/chrome.yml #- include: tasks/dropbox.yml - include: tasks/slack.yml # development-related: - include: tasks/nodejs.yml - include: tasks/atom.yml - include: tasks/docker.yml - include: tasks/anaconda.yml
Add r-essentials to conda deps
name: bdes_to channels: - defaults - bioconda - conda-forge - anaconda - SciTools dependencies: - python=3.5* - click - fiona - flake8 - flask - geos=3.4.2 # NOTE: using gdal>=2.1.0 will break things as gdalwarp does not accept # cultine with invalid geometry (such as NUTS data) - gdal=2.0.2 - joblib - libgdal - netcdf4 - numpy - pandas - rasterio - scipy - snakemake - yaml - pip: - colorlog - easywebdav - geopandas - python-dotenv - rasterstats - tabulate
name: bdes_to channels: - defaults - bioconda - conda-forge - anaconda - SciTools - r dependencies: - python=3.5* - click - fiona - flake8 - flask - geos=3.4.2 # NOTE: using gdal>=2.1.0 will break things as gdalwarp does not accept # cultine with invalid geometry (such as NUTS data) - gdal=2.0.2 - joblib - libgdal - netcdf4 - numpy - pandas - rasterio - r-essentials - scipy - snakemake - yaml - pip: - colorlog - easywebdav - geopandas - python-dotenv - rasterstats - tabulate
Update from Hackage at 2018-09-24T15:37:45Z
homepage: https://github.com/phadej/crypt-sha512 changelog-type: '' hash: 29ca0d0a6eb545d952222150919e4e4a58e634f12638b0738ee66c1145682872 test-bench-deps: bytestring: -any base: -any quickcheck-instances: -any tasty-quickcheck: -any crypt-sha512: -any tasty-hunit: -any tasty: -any maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm changelog: '' basic-deps: bytestring: -any base: ! '>=4.5 && <4.12' cryptohash-sha512: ! '>=0.11.100.1 && <0.12' attoparsec: ! '>=0.13.1.0 && <0.14' all-versions: - '0' author: Oleg Grenrus <oleg.grenrus@iki.fi> latest: '0' description-type: markdown description: ! '# crypt A wrapper around `crypt()`. ' license-name: BSD3
homepage: https://github.com/phadej/crypt-sha512 changelog-type: '' hash: b0a9a6feb64ffecfb0f8ffe00335ccb1b8f3a73fa4c9355d506f08a779ec341c test-bench-deps: bytestring: -any base: -any quickcheck-instances: -any tasty-quickcheck: -any crypt-sha512: -any tasty-hunit: -any tasty: -any maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: Pure Haskell implelementation for GNU SHA512 crypt algorithm changelog: '' basic-deps: bytestring: -any base: ! '>=4.5 && <4.13' cryptohash-sha512: ! '>=0.11.100.1 && <0.12' attoparsec: ! '>=0.13.1.0 && <0.14' all-versions: - '0' author: Oleg Grenrus <oleg.grenrus@iki.fi> latest: '0' description-type: markdown description: ! '# crypt A wrapper around `crypt()`. ' license-name: BSD3
Update from Hackage at 2018-03-18T06:09:42Z
homepage: '' changelog-type: '' hash: ff1d1fff0b2d794cbaf2587020637a8003b3db98be467f5310a8b14b75c28931 test-bench-deps: {} maintainer: konn.jinro_at_gmail.com synopsis: Sized sequence data-types changelog: '' basic-deps: base: ! '>=4.7 && <5' equational-reasoning: ==0.* constraints: ! '>=0.9.1' monomorphic: ! '>=0.0.3.3' containers: ! '>=0.5.7.1' singletons: ! '>=2.0' type-natural: ! '>=0.7.1.2' lens: ! '>=0.14' hashable: ! '>=1.2.6.1' deepseq: ! '>=1.4.2.0' mono-traversable: ! '>=0.10 && <1.1' ListLike: ! '>=4.5.1' vector: ! '>=0.12.0.1' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.1.0' - '0.2.1.1' author: Hiromi ISHII latest: '0.2.1.1' description-type: haddock description: A wrapper to make length-parametrized data-type from ListLike data-types. license-name: BSD3
homepage: '' changelog-type: '' hash: d723d3a44a0d3db7185e33d3513cf8c97625c557fcaf2241abfd8e2dbc7aa62a test-bench-deps: {} maintainer: konn.jinro_at_gmail.com synopsis: Sized sequence data-types changelog: '' basic-deps: base: ==4.* equational-reasoning: ! '>=0.5' constraints: ! '>=0.9' containers: ! '>=0.5' singletons: ! '>=2.0' type-natural: ! '>=0.7.1.2' lens: ! '>=0.14' ghc-typelits-presburger: ! '>=0.2.0.0' hashable: ! '>=1.2' deepseq: ! '>=1.4' mono-traversable: ! '>=0.10' ListLike: ! '>=4.5' vector: ! '>=0.12' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.1.0' - '0.2.1.1' - '0.3.0.0' author: Hiromi ISHII latest: '0.3.0.0' description-type: haddock description: A wrapper to make length-parametrized data-type from ListLike data-types. license-name: BSD3
Update logic for RHEL/CentOS vs Amazon Linux
--- - name: Update the system to the latest updates command: yum update -y # Redhat/CentOS/Amazon common packages - name: Ensure common packages are installed yum: name={{ item }} state=present with_items: "{{ amazon_common_packages }}" # Redhat/CentOS specific packages - name: Ensure RHEL/CentOS specific packages are installed yum: name={{ item }} state=present with_items: "{{ rhel_common_packages }}"
--- - name: Update the system to the latest updates command: yum update -y # Redhat/CentOS/Amazon common packages - name: Ensure common packages are installed yum: name={{ item }} state=present with_items: "{{ amazon_common_packages }}" # Redhat/CentOS specific packages - name: Ensure RHEL/CentOS specific packages are installed yum: name={{ item }} state=present with_items: "{{ rhel_common_packages }}" when: ansible_distribution == "CentOS" or ansible_distribution == "Red Hat Enterprise Linux"
Reduce timeout for external code coverage, to make manual inspections quicker.
filter: paths: [src/*] checks: php: remove_extra_empty_lines: true remove_php_closing_tag: true remove_trailing_whitespace: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: true order_alphabetically: true fix_php_opening_tag: true fix_linefeed: true fix_line_ending: true fix_identation_4spaces: true fix_doc_comments: true tools: external_code_coverage: timeout: 600
filter: paths: [src/*] checks: php: remove_extra_empty_lines: true remove_php_closing_tag: true remove_trailing_whitespace: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: true order_alphabetically: true fix_php_opening_tag: true fix_linefeed: true fix_line_ending: true fix_identation_4spaces: true fix_doc_comments: true tools: external_code_coverage: timeout: 120
Archive artifacts from actions runs
# Making changes? https://github.com/nektos/act may help you test locally name: Build And Test on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java: [ 11, # LTS 15 # Latest ] steps: - name: Check out uses: actions/checkout@v2 - name: Setup JDK ${{ matrix.java }} uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Cache Gradle packages uses: actions/cache@v1 with: path: ~/.gradle/caches key: ${{ runner.os }}-${{matrix.java}}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-${{matrix.java}}-gradle - name: Build with Gradle run: ./gradlew build - name: Archive test results uses: actions/upload-artifact@v2 with: name: test-results path: | build/test-results/test/ */build/test-results/test/ platform/*/build/test-results/test
# Making changes? https://github.com/nektos/act may help you test locally name: Build And Test on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java: [ 11, # LTS 15 # Latest ] steps: - name: Check out uses: actions/checkout@v2 - name: Setup JDK ${{ matrix.java }} uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Cache Gradle packages uses: actions/cache@v1 with: path: ~/.gradle/caches key: ${{ runner.os }}-${{matrix.java}}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-${{matrix.java}}-gradle - name: Build with Gradle run: ./gradlew build - name: Archive test results uses: actions/upload-artifact@v2 with: name: test-results path: | build/test-results/test/ */build/test-results/test/ platform/*/build/test-results/test - name: Archive distributable plugins uses: actions/upload-artifact@v2 if: ${{ runner.os == 'Linux' && matrix.java == '11' }} # Only upload one set of artifacts with: name: PermissionsEx (all platforms) path: build/libs/
Allow writes to Knime 3D-e-Chem workflows.
--- - hosts: all roles: - bootstrap - wiki - self-upgrade - knime - modifiedtanimoto - gpcrdb - kripo - sstea - chemdb4vs - klifs tasks: - name: Vagrant owns Knime file: path=/opt/knime state=directory recurse=yes owner=vagrant group=vagrant - name: Vagrant owns Knime workspace examples file: path='{{ knime_examples_root }}' state=directory recurse=yes owner=vagrant group=vagrant
--- - hosts: all roles: - bootstrap - wiki - self-upgrade - knime - modifiedtanimoto - gpcrdb - kripo - sstea - chemdb4vs - klifs tasks: - name: Vagrant owns Knime file: path=/opt/knime state=directory recurse=yes owner=vagrant group=vagrant - name: Vagrant owns Knime workspace examples file: path='{{ knime_examples_root }}' state=directory recurse=yes owner=vagrant group=vagrant - name: Vagrant owns Knime workspace workflows file: path='{{ knime_workflows_root }}' state=directory recurse=yes owner=vagrant group=vagrant
Fix stale bot configuration for exempt labels
name: Mark issue as stale on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. days-before-stale: 60 days-before-close: 14 stale-issue-label: 'status: stale' exempt-issue-label: 'status: planned'
name: Mark issue as stale on: schedule: - cron: "0 0 * * *" jobs: stale: runs-on: ubuntu-latest steps: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. days-before-stale: 60 days-before-close: 14 stale-issue-label: 'status: stale' exempt-issue-labels: 'status: planned'
Add section times, discussion checkin
resources: - number: 0 description: Intro and Lost on the Moon downloads: - name: Slides type: slides link: /cs61a/fa17/assets/disc0.pdf locations: - type: Office Hours time: TBD location: TBD - type: Discussion time: TBD location: TBD - type: Lab time: TBD location: TBD notes: - date: Week 0 content: - text: Welcome to 61A! - text: Check out [this page](http://jerryjrchen.com/cs61a/setup) if you're curious about my development setup. - text: Some [section music](https://itunes.apple.com/us/playlist/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/idpl.u-PDb4zA4TkEY2vY).
resources: - number: 0 description: Intro and Lost on the Moon downloads: - name: Slides type: slides link: /cs61a/fa17/assets/disc0.pdf locations: - type: Office Hours time: TBD location: TBD - type: Discussion time: Th 15:30-17:00 location: 243 Dwinelle - type: Lab time: Tu 15:30-17:00 location: 271 Soda notes: - date: Week 0 content: - text: Welcome to 61A! [Check in for discussion 0 here.](https://v.gd/jc_00) - text: Check out [this page](http://jerryjrchen.com/cs61a/setup) if you're curious about my development setup. - text: Some [section music](https://itunes.apple.com/us/playlist/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/idpl.u-PDb4zA4TkEY2vY).
Move frictionlessdata python packages to pip install
name: pudl channels: - defaults - conda-forge dependencies: - coverage - coveralls - cython - dask - dbfread - fastparquet - jupyter - jupyterlab - matplotlib - nbval - networkx - numpy - pandas - pip - psycopg2 - pyarrow - pytest - pytest-cov - python>=3.6 - python-snappy - pyyaml - scikit-learn>=0.20 - scipy - sqlalchemy>=1.3.0 - xlrd - xlsxwriter # conda-forge only: - datapackage - tableschema - timezonefinder - pip: - goodtables - sqlalchemy-postgres-copy
name: pudl channels: - defaults - conda-forge dependencies: - coverage - coveralls - cython - dask - dbfread - fastparquet - jupyter - jupyterlab - matplotlib - nbval - networkx - numpy - pandas - pip - psycopg2 - pyarrow - pytest - pytest-cov - python>=3.6 - python-snappy - pyyaml - scikit-learn>=0.20 - scipy - sqlalchemy>=1.3.0 - xlrd - xlsxwriter # conda-forge only: - timezonefinder - pip: - datapackage - goodtables - sqlalchemy-postgres-copy - tableschema
Fix path query to capture Soundtracks
plugins: fetchart embedart scrub lastgenre missing directory: /music/ library: /config/musiclibrary.blb art_filename: cover threaded: yes original_date: no per_disc_numbering: no ui: color: yes paths: default: Albums/$albumartist/$album%aunique{}/$track - $artist - $title singleton: Individual\ Tracks/$artist - $title comp: Compilations/$album%aunique{}/$track - $artist - $title albumtype:soundtrack: Soundtracks/$album%aunique{}/$track - $artist - $title asciify_paths: yes import: write: yes copy: yes move: no resume: ask incremental: no quiet_fallback: skip timid: yes log: /config/beet.log language: en detail: yes lastgenre: auto: yes canonical: no source: album count: 3 embedart: auto: yes fetchart: auto: yes scrub: auto: no missing: format: $albumartist - $album - $track - $title replace: '[\\/]': _ '^\.': _ '[\x00-\x1f]': _ '[<>:"\?\*\|]': _ '\.$': _ '\s+$': ''
plugins: fetchart embedart scrub lastgenre missing directory: /music/ library: /config/musiclibrary.blb art_filename: cover threaded: yes original_date: no per_disc_numbering: no ui: color: yes paths: default: Albums/$albumartist/$album%aunique{}/$track - $artist - $title singleton: Individual\ Tracks/$artist - $title albumtype:soundtrack: Soundtracks/$album%aunique{}/$track - $artist - $title comp: Compilations/$album%aunique{}/$track - $artist - $title asciify_paths: yes import: write: yes copy: yes move: no resume: ask incremental: no quiet_fallback: skip timid: yes log: /config/beet.log language: en detail: yes lastgenre: auto: yes canonical: no source: album count: 3 embedart: auto: yes fetchart: auto: yes scrub: auto: no missing: format: $albumartist - $album - $track - $title replace: '[\\/]': _ '^\.': _ '[\x00-\x1f]': _ '[<>:"\?\*\|]': _ '\.$': _ '\s+$': ''
Load secrets using Expeditor's Secrets DSL
steps: - command: .expeditor/buildkite/kubernetes.sh label: ":kubernetes:" concurrency: 1 concurrency_group: chef-omnitruck-master/deploy/$ENVIRONMENT expeditor: accounts: - aws/chef-cd executor: docker: environment: - DOCKER_CONFIG_JSON_CHEFOPS - AWS_SSL_INTERNAL_ARN - ENVIRONMENT - CI - APP - HAB_AUTH_TOKEN
steps: - command: .expeditor/buildkite/kubernetes.sh label: ":kubernetes:" concurrency: 1 concurrency_group: chef-omnitruck-master/deploy/$ENVIRONMENT expeditor: accounts: - aws/chef-cd executor: docker: secrets: AWS_SSL_INTERNAL_ARN: path: secret/chefops/aws field: ssl_internal_arn DOCKER_CONFIG_JSON_CHEFOPS: path: secret/chefops/kubernetes field: docker_json_config HAB_AUTH_TOKEN: path: secret/habitat/chef-ci field: token
Update Klock to 1.1 (2)
Categories: - Games License: GPL-3.0-or-later SourceCode: https://codeberg.org/rootminusone8004/Klock IssueTracker: https://codeberg.org/rootminusone8004/Klock/issues AutoName: Klock RepoType: git Repo: https://codeberg.org/rootminusone8004/Klock.git Builds: - versionName: '1.0' versionCode: 1 commit: 1.0.0 subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: '1.0' CurrentVersionCode: 1
Categories: - Games License: GPL-3.0-or-later SourceCode: https://codeberg.org/rootminusone8004/Klock IssueTracker: https://codeberg.org/rootminusone8004/Klock/issues AutoName: Klock RepoType: git Repo: https://codeberg.org/rootminusone8004/Klock.git Builds: - versionName: '1.0' versionCode: 1 commit: 1.0.0 subdir: app gradle: - yes - versionName: '1.1' versionCode: 2 commit: 4010f5928b4aa89100c74474c63a49947c605ec1 subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: '1.1' CurrentVersionCode: 2
Add more spelling alternatives to KanaFrench
# Kana to french --- い: y ろ: lot ば: bas ぱ: pas に: nid ほ: ho  ぼ: beau ぽ: pot べ: bé と: tôt ど: dos ち: t'chie り: riz ぬ: nu る: rue を: haut わ: oie か: cas が: gars た: t'as だ: d'à れ: ré rez そ: seau ね: nez な: n'a ら: rat む: m'eût う: hue ゐ: oui の: n'aux お: eau く: cul や: y'a ま: m'a け: quai げ: gué ふ: fut ぶ: bu ぷ: pues こ: qu'au え: hé て: thé で: dé あ: à ah さ: sa ça き: qu'y ぎ: gui ゆ: y'eût め: mais み: m'y mis し: chie ゑ: ouais も: mots せ: sait す: sut ない: n'aille との: tonneaux いえん: hyène れぞ: réseaux めん: mène
# Kana to french --- い: y ろ: lot ば: bas bat ぱ: pas に: nid ほ: ho ! ぼ: beau ぽ: pot へ: hé ! べ: bé と: tôt ど: dos ち: t'chie り: riz ris ぬ: nu n'eût る: rue を: woh eau haut わ: oie ouah か: cas が: gars た: tas t'as だ: d'à れ: ré rez そ: seau sceau sot ね: nez な: n'a ら: rat む: m'eût う: eût hue ゐ: oui の: n'au n'aux お: eau haut au く: cul や: y'a ま: m'a mât け: quai げ: gué ふ: fut fût ぶ: bu ぷ: pues こ: qu'au え: hé て: thé で: dés dé あ: à ah さ: sa ça き: qui qu'y ぎ: gui ゆ: y'eût め: mes mais み: m'y mis し: chie ゑ: ouais も: mot mots maux せ: sait ces す: sut su ない: n'aille との: tonneaux いえん: hyène hyènes れぞ: réseau réseaux めん: mène mènent
Add regex for internal tests
--- test_dict: test_regex: '' whitelist: - "^tempest.api.network.*" - "^tempest.scenario.test_network_advanced_server_ops" - "^tempest.scenario.test_network_basic_ops" - "^tempest.scenario.test_network_v6" - "^tempest.scenario.test_security_groups_basic_ops" - "^neutron.tests.tempest.*" - "^neutron_tempest_plugin.*" plugins: neutron-tempest-plugin: repo: "http://git.openstack.org/openstack/neutron-tempest-plugin" package: 10: "python-neutron-tests" 11: "python-neutron-tests" 12: "python-neutron-tests" default: "python-neutron-tests-tempest"
--- test_dict: test_regex: '' whitelist: - "^tempest.api.network.*" - "^tempest.scenario.test_network_advanced_server_ops" - "^tempest.scenario.test_network_basic_ops" - "^tempest.scenario.test_network_v6" - "^tempest.scenario.test_security_groups_basic_ops" - "^neutron.tests.tempest.*" - "^neutron_tempest_plugin.*" - "neutron_plugin.*" plugins: neutron-tempest-plugin: repo: "http://git.openstack.org/openstack/neutron-tempest-plugin" package: 10: "python-neutron-tests" 11: "python-neutron-tests" 12: "python-neutron-tests" default: "python-neutron-tests-tempest"
Add pre-commit hook to check executables
--- repos: - repo: git://github.com/pre-commit/pre-commit-hooks rev: v2.2.3 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-merge-conflict - id: check-yaml - id: debug-statements - id: detect-private-key - id: end-of-file-fixer - id: requirements-txt-fixer - id: trailing-whitespace
--- repos: - repo: git://github.com/pre-commit/pre-commit-hooks rev: v2.2.3 hooks: - id: check-added-large-files - id: check-case-conflict - id: check-executables-have-shebangs - id: check-merge-conflict - id: check-yaml - id: debug-statements - id: detect-private-key - id: end-of-file-fixer - id: requirements-txt-fixer - id: trailing-whitespace
Set nagios http port back to TCP/80
--- ### Nagios Variables ### nagios_username: nagiosadmin nagios_password: changeme nagios_create_guest_user: true nagios_ro_username: guest nagios_ro_password: guest nagios_http_port: 8888 nagios_https_port: 443 admin_name_01: nagiosadmin # change this to your email address if you want notifications admin_email_01: nagios@localhost ### NRPE variables ### nrpe_tcp_port: 5666 # threshold for # of processes warning_proc: 900 critical_proc: 1000 ### ELK options ### # if you use my ELK playbook you'll need this for HTTP checks # https://github.com/sadsfae/ansible-elk kibana_user: admin kibana_password: admin
--- ### Nagios Variables ### nagios_username: nagiosadmin nagios_password: changeme nagios_create_guest_user: true nagios_ro_username: guest nagios_ro_password: guest nagios_http_port: 80 nagios_https_port: 443 admin_name_01: nagiosadmin # change this to your email address if you want notifications admin_email_01: nagios@localhost ### NRPE variables ### nrpe_tcp_port: 5666 # threshold for # of processes warning_proc: 900 critical_proc: 1000 ### ELK options ### # if you use my ELK playbook you'll need this for HTTP checks # https://github.com/sadsfae/ansible-elk kibana_user: admin kibana_password: admin
Add car wash sensor to UI
title: Mobility path: mobility icon: 'mdi:car' cards: - type: entities entities: - sensor.niro_expdate - binary_sensor.niro_insured - sensor.niro_recall show_header_toggle: False title: Kia Niro - type: entities entities: - sensor.aygo_expdate - binary_sensor.aygo_insured - sensor.aygo_recall show_header_toggle: False title: Toyota Aygo - type: entities entities: - entity: sensor.euro95_dijktank_kanaalweg name: Dijktank Kanaalweg - entity: sensor.euro95_tinq_bermweg name: Tinq Bermweg - entity: sensor.euro95_lukoil_schermerhoek name: Lukoil Schermerhoek - entity: sensor.euro95_shell_nieuwerkerk name: Shell Nieuwerkerk - entity: sensor.euro95_advies name: Adviesprijs title: Euro 95 show_header_toggle: False
title: Mobility path: mobility icon: 'mdi:car' badges: - binary_sensor.car_wash cards: - type: entities entities: - sensor.niro_expdate - binary_sensor.niro_insured - sensor.niro_recall show_header_toggle: False title: Kia Niro - type: entities entities: - sensor.aygo_expdate - binary_sensor.aygo_insured - sensor.aygo_recall show_header_toggle: False title: Toyota Aygo - type: entities entities: - entity: sensor.euro95_dijktank_kanaalweg name: Dijktank Kanaalweg - entity: sensor.euro95_tinq_bermweg name: Tinq Bermweg - entity: sensor.euro95_lukoil_schermerhoek name: Lukoil Schermerhoek - entity: sensor.euro95_shell_nieuwerkerk name: Shell Nieuwerkerk - entity: sensor.euro95_advies name: Adviesprijs title: Euro 95 show_header_toggle: False
Update Device Connect to 0.6.2 (18)
Categories: - Connectivity - System License: MIT AuthorName: cyanomiko SourceCode: https://github.com/cyanomiko/dcnnt-android IssueTracker: https://github.com/cyanomiko/dcnnt-android/issues AutoName: Device Connect RepoType: git Repo: https://github.com/cyanomiko/dcnnt-android Builds: - versionName: 0.3.7 versionCode: 12 commit: 0.3.7 subdir: app gradle: - yes - versionName: 0.3.8 versionCode: 13 commit: 0.3.8 subdir: app gradle: - yes - versionName: 0.4.0 versionCode: 14 commit: 0.4.0 subdir: app gradle: - yes - versionName: 0.5.0 versionCode: 15 commit: 0.5.0 subdir: app gradle: - yes - versionName: 0.6.0 versionCode: 16 commit: 0.6.0 subdir: app gradle: - yes - versionName: 0.6.1 versionCode: 17 commit: 0.6.1 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.6.1 CurrentVersionCode: 17
Categories: - Connectivity - System License: MIT AuthorName: cyanomiko SourceCode: https://github.com/cyanomiko/dcnnt-android IssueTracker: https://github.com/cyanomiko/dcnnt-android/issues AutoName: Device Connect RepoType: git Repo: https://github.com/cyanomiko/dcnnt-android Builds: - versionName: 0.3.7 versionCode: 12 commit: 0.3.7 subdir: app gradle: - yes - versionName: 0.3.8 versionCode: 13 commit: 0.3.8 subdir: app gradle: - yes - versionName: 0.4.0 versionCode: 14 commit: 0.4.0 subdir: app gradle: - yes - versionName: 0.5.0 versionCode: 15 commit: 0.5.0 subdir: app gradle: - yes - versionName: 0.6.0 versionCode: 16 commit: 0.6.0 subdir: app gradle: - yes - versionName: 0.6.1 versionCode: 17 commit: 0.6.1 subdir: app gradle: - yes - versionName: 0.6.2 versionCode: 18 commit: 0.6.2 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 0.6.2 CurrentVersionCode: 18
Add liberapay to funding options
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: deekayen tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: https://paypal.me/deekayen
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: deekayen tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: deekayen issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: https://paypal.me/deekayen
Bump Azure/webapps-deploy from 2.2.2 to 2.2.3
name: .NET on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - name: Setup .NET uses: actions/setup-dotnet@v1.8.1 with: dotnet-version: 5.0.x - name: Build with dotnet run: dotnet build --configuration Release - name: Publish run: dotnet publish --configuration Release -o artifacts --no-build - name: Deploy Azure WebApp uses: Azure/webapps-deploy@v2.2.2 if: contains(github.ref, 'main') with: # Publish profile (*.publishsettings) file contents with Web Deploy secrets publish-profile: ${{ secrets.azureWebAppPublishProfile }} # Name of the Azure Web App app-name: Cash-Flow-Projections # Path to package or folder. *.zip, *.war, *.jar or a folder to deploy package: './artifacts'
name: .NET on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.4 - name: Setup .NET uses: actions/setup-dotnet@v1.8.1 with: dotnet-version: 5.0.x - name: Build with dotnet run: dotnet build --configuration Release - name: Publish run: dotnet publish --configuration Release -o artifacts --no-build - name: Deploy Azure WebApp uses: Azure/webapps-deploy@v2.2.3 if: contains(github.ref, 'main') with: # Publish profile (*.publishsettings) file contents with Web Deploy secrets publish-profile: ${{ secrets.azureWebAppPublishProfile }} # Name of the Azure Web App app-name: Cash-Flow-Projections # Path to package or folder. *.zip, *.war, *.jar or a folder to deploy package: './artifacts'
Update cached directories list - ~/.pip-cache is not used.
machine: services: - rabbitmq-server checkout: post: - git clone -b master git@github.com:stackstorm-exchange/ci.git ~/ci dependencies: cache_directories: - ~/.cache/pip - ~/.pip-cache - ~/.apt-cache override: - ~/ci/.circle/dependencies compile: override: - python ~/${CIRCLE_PROJECT_REPONAME}/setup.py install test: override: # invoking tests of st2sdk - tox # invoking functional test for bootstrap command of st2sdk - .circle/test_creating_pack
machine: services: - rabbitmq-server checkout: post: - git clone -b master git@github.com:stackstorm-exchange/ci.git ~/ci dependencies: cache_directories: - ~/.cache/pip - ~/.apt-cache override: - ~/ci/.circle/dependencies compile: override: - python ~/${CIRCLE_PROJECT_REPONAME}/setup.py install test: override: # invoking tests of st2sdk - tox # invoking functional test for bootstrap command of st2sdk - .circle/test_creating_pack
Fix for release build tag matching
machine: services: - docker dependencies: cache_directories: - ~/.docker_images - ~/.rocker_cache pre: - docker info - if [[ -e ~/.docker_images/all.tar ]]; then docker load -i ~/.docker_images/all.tar; fi - if [[ -e ~/.docker_images/tagged.tar ]]; then docker load -i ~/.docker_images/tagged.tar; fi - docker images override: - ./build.sh post: - mkdir -p ~/.docker_images; docker images -aq | xargs docker save -o ~/.docker_images/all.tar - mkdir -p ~/.docker_images; docker images | grep -o '^\S*' | grep -v none | tail -n +2 | xargs docker save -o ~/.docker_images/tagged.tar test: override: - echo "Skipping tests" deployment: latest: branch: master owner: segfly-oss commands: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker push segfly/ssh-gitway:latest - docker push segfly/ssh-gitway:sample-git-server release: tag: /[0-9]+(\.[0-9]+)(\.[0-9]+)(\.[0-9]+[a-z]+)/ owner: segfly-oss commands: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker tag segfly/ssh-gitway:latest segfly/ssh-gitway:${CIRCLE_TAG} - docker segfly/ssh-gitway:${CIRCLE_TAG}
machine: services: - docker dependencies: cache_directories: - ~/.docker_images - ~/.rocker_cache pre: - docker info - if [[ -e ~/.docker_images/all.tar ]]; then docker load -i ~/.docker_images/all.tar; fi - if [[ -e ~/.docker_images/tagged.tar ]]; then docker load -i ~/.docker_images/tagged.tar; fi - docker images override: - ./build.sh post: - mkdir -p ~/.docker_images; docker images -aq | xargs docker save -o ~/.docker_images/all.tar - mkdir -p ~/.docker_images; docker images | grep -o '^\S*' | grep -v none | tail -n +2 | xargs docker save -o ~/.docker_images/tagged.tar test: override: - echo "Skipping tests" deployment: latest: branch: master owner: segfly-oss commands: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker push segfly/ssh-gitway:latest - docker push segfly/ssh-gitway:sample-git-server release: tag: /v[0-9]+(\.[0-9]+)*/ owner: segfly-oss commands: - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker tag segfly/ssh-gitway:latest segfly/ssh-gitway:${CIRCLE_TAG} - docker push segfly/ssh-gitway:${CIRCLE_TAG}
Fix Circle CI to use Go1.5+ vendoring.
checkout: post: - rm -rf ~/.go_workspace/src/github.com/remind101 - mkdir -p ~/.go_workspace/src/github.com/remind101 - cp -R ~/logspout-kinesis ~/.go_workspace/src/github.com/remind101/logspout-kinesis dependencies: override: - go install -a -race std - go get github.com/tools/godep - go version test: override: - cd ~/.go_workspace/src/github.com/remind101/logspout-kinesis && godep go test -race -short ./... - cd ~/.go_workspace/src/github.com/remind101/logspout-kinesis && godep go vet ./...
machine: environment: GO15VENDOREXPERIMENT: 1 checkout: post: - rm -rf ~/.go_workspace/src/github.com/remind101 - mkdir -p ~/.go_workspace/src/github.com/remind101 - cp -R ~/logspout-kinesis ~/.go_workspace/src/github.com/remind101/logspout-kinesis dependencies: override: - go install -a -race std - go version - echo $GO15VENDOREXPERIMENT test: override: - cd ~/.go_workspace/src/github.com/remind101/logspout-kinesis && go test -race -short ./... - cd ~/.go_workspace/src/github.com/remind101/logspout-kinesis && go vet ./...
Update UKTI TNA timestamp to latest full crawl
--- site: ukti whitehall_slug: uk-trade-investment title: UK Trade &amp; Investment redirection_date: 14th April 2014 homepage: https://www.gov.uk/government/organisations/uk-trade-investment tna_timestamp: 20131102194833 # Later timestamps are unsuitable, pending TNA recrawl host: www.ukti.gov.uk furl: www.gov.uk/ukti aliases: - uktradeinvestment.org.uk - www.tradeinvest.gov.uk - www.uktradeandinvestment.info - www.uktradeandinvestment.net - www.uktradeinvest.info - www.uktradeinvest.net - www.uktradeinvest.gov.uk - www.uktradeinvestment.info - www.uktradeinvestment.net
--- site: ukti whitehall_slug: uk-trade-investment title: UK Trade &amp; Investment redirection_date: 14th April 2014 homepage: https://www.gov.uk/government/organisations/uk-trade-investment tna_timestamp: 20140403154217 # Later timestamps are unsuitable, pending TNA recrawl host: www.ukti.gov.uk furl: www.gov.uk/ukti aliases: - uktradeinvestment.org.uk - www.tradeinvest.gov.uk - www.uktradeandinvestment.info - www.uktradeandinvestment.net - www.uktradeinvest.info - www.uktradeinvest.net - www.uktradeinvest.gov.uk - www.uktradeinvestment.info - www.uktradeinvestment.net
Enforce repo yaml privacy key.
digital-service: Guaranteed Minimum Pension
digital-service: Guaranteed Minimum Pension repoVisibility: public_0C3F0CE3E6E6448FAD341E7BFA50FCD333E06A20CFF05FCACE61154DDBBADF71
Set usage to brc and remove aliases
name: Broadcaster version: 2.0.0 main: de.axelrindle.broadcaster.Broadcaster author: Axel Rindle (lalo5) website: http://dev.bukkit.org/bukkit-plugins/Broadcaster-Plugin commands: brc: description: Control's the Plugin usage: /<command> aliases: [broadcaster, broadcast, cast]
name: Broadcaster version: 2.0.0 main: de.axelrindle.broadcaster.Broadcaster author: Axel Rindle (lalo5) website: http://dev.bukkit.org/bukkit-plugins/Broadcaster-Plugin commands: brc: description: Control's the Plugin usage: /brc
Update from Forestry.io - Updated Forestry configuration
--- hide_body: false is_partial: false fields: - type: text name: title label: Title description: e.g. Display Title config: required: true data_files: - _data/testing.yml
--- hide_body: false is_partial: false fields: - type: text name: title label: Title description: e.g. Display Title config: required: true - type: textarea name: description label: Description description: Example description config: wysiwyg: true schema: format: markdown data_files: - _data/testing.yml
Fix filename case so travis works.
folio_help: infobases: - id: foliohelp path: files/folio-help/FOLIOHLP.FFF - id: getting_started path: files/folio-help/Getstrt4.FFF export_locations: default: path: "files/folio-help/export/{id}-{stamp}/{input}" luceneindex: path: "files/indexes/folio-help/" image: path: files/folio-help/export/{input} html: path: "files/folio-help/export/{id}-{stamp}/{input}.html" structure_class: folioxml.export.structure.SlugProvider structure_class_params: - "Book|Section" skip_normal_records: false use_highslide: true add_nav_links: true #html only indent_xml: false pull: program_links: true menu_links: true
folio_help: infobases: - id: foliohelp path: files/folio-help/FolioHlp.FFF - id: getting_started path: files/folio-help/Getstrt4.FFF export_locations: default: path: "files/folio-help/export/{id}-{stamp}/{input}" luceneindex: path: "files/indexes/folio-help/" image: path: files/folio-help/export/{input} html: path: "files/folio-help/export/{id}-{stamp}/{input}.html" structure_class: folioxml.export.structure.SlugProvider structure_class_params: - "Book|Section" skip_normal_records: false use_highslide: true add_nav_links: true #html only indent_xml: false pull: program_links: true menu_links: true
Add test trigger for push to master
name: cdk test defaults: run: working-directory: notificationworkerlambda/cdk on: pull_request: branches: - master paths: - "notificationworkerlambda/cdk/**" jobs: cdk-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: "16" cache: "yarn" cache-dependency-path: notificationworkerlambda/cdk/yarn.lock - name: Install run: yarn install --frozen-lockfile - name: Test run: yarn test
name: cdk test defaults: run: working-directory: notificationworkerlambda/cdk on: pull_request: branches: - master paths: - "notificationworkerlambda/cdk/**" push: branches: - master paths: - "notificationworkerlambda/cdk/**" jobs: cdk-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: "16" cache: "yarn" cache-dependency-path: notificationworkerlambda/cdk/yarn.lock - name: Install run: yarn install --frozen-lockfile - name: Test run: yarn test
Fix typo in task comments
--- # Parameters: # prudentia_dir (provided) # mongodb_version (provided) - name: MongoDB | Check if is present command: test -x /usr/bin/mongo when: ansible_system == "Linux" ignore_errors: yes register: mongo_present tags: - mongodb3 - name: MongoDB | Add GPG key to apt keyring apt_key: id=7F0CEB10 url=http://docs.mongodb.org/10gen-gpg-key.asc sudo: yes tags: - mongodb3 - name: MongoDB | Add Debian apt repository apt_repository: repo="deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/{{mongodb3_version}} multiverse" when: ansible_os_family == "Debian" and mongo_present|failed sudo: yes tags: - mongodb3 - name: MongoDB | Install apt: update-cache=yes force=yes state=present pkg=mongodb-org when: ansible_os_family == "Debian" and mongo_present|failed sudo: yes tags: - mongodb3
--- # Parameters: # prudentia_dir (provided) # mongodb3_version (provided) - name: MongoDB | Check if is present command: test -x /usr/bin/mongo when: ansible_system == "Linux" ignore_errors: yes register: mongo_present tags: - mongodb3 - name: MongoDB | Add GPG key to apt keyring apt_key: id=7F0CEB10 url=http://docs.mongodb.org/10gen-gpg-key.asc sudo: yes tags: - mongodb3 - name: MongoDB | Add Debian apt repository apt_repository: repo="deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/{{mongodb3_version}} multiverse" when: ansible_os_family == "Debian" and mongo_present|failed sudo: yes tags: - mongodb3 - name: MongoDB | Install apt: update-cache=yes force=yes state=present pkg=mongodb-org when: ansible_os_family == "Debian" and mongo_present|failed sudo: yes tags: - mongodb3
Fix wait for port to drain on old app port
--- - name: update nginx config template: src: etc/nginx/sites-available/staging.whitnellanalytics.com.j2 dest: /etc/nginx/sites-available/staging.whitnellanalytics.com mode: "u=rw,g=r,o=r" owner: root group: root become: yes - name: reload nginx service: name: nginx state: reloaded become: yes - name: check if old app port is running shell: "lsof -i :{{ old_deploy_app_port }}" become: yes register: port_status ignore_errors: yes - name: wait for connections to drain on old app port wait_for: host: 0.0.0.0 port: 3000 delay: 5 when: port_status.rc == 0 become: yes
--- - name: update nginx config template: src: etc/nginx/sites-available/staging.whitnellanalytics.com.j2 dest: /etc/nginx/sites-available/staging.whitnellanalytics.com mode: "u=rw,g=r,o=r" owner: root group: root become: yes - name: reload nginx service: name: nginx state: reloaded become: yes - name: check if old app port is running shell: "lsof -i :{{ old_deploy_app_port }}" become: yes register: port_status ignore_errors: yes - name: wait for connections to drain on old app port wait_for: host: 0.0.0.0 port: "{{ old_deploy_app_port }}" delay: 5 state: drained when: port_status.rc == 0 become: yes
Update to Java SDK 8u191
common: java_version: 8u181 java_home: "/usr/java/jdk1.8.0_181-amd64" java_download: "http://download.oracle.com/otn-pub/java/jdk/8u181-b13/96a7b8442fe848ef90c96a2fad6ed6d1/jdk-8u181-linux-x64.rpm" java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
common: java_version: 8u191 java_home: "/usr/java/jdk1.8.0_191-amd64" java_download: "http://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.rpm" java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
Increase 'Metaspace' memory because the application fails with OutOfMemory (because of lack of free Metaspace). Default was 64m.
--- applications: - name: service-catalog memory: 512M instances: 1 host: service-catalog path: target/service-catalog-${version}.jar services: - sso env: SPRING_PROFILES_ACTIVE: "cloud"
--- applications: - name: service-catalog memory: 512M instances: 1 host: service-catalog path: target/service-catalog-${version}.jar services: - sso env: SPRING_PROFILES_ACTIVE: "cloud" JBP_CONFIG_OPEN_JDK_JRE: "[memory_sizes: {metaspace: 80m..}]"
Add PHP 8.2 to test matrix
name: Tests on: [ push, pull_request ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] steps: - uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} tools: composer:v2 - name: Validate composer.json run: composer validate - name: Lint PHP run: | find src/ tests/ -name '*.php' -print0 | xargs -0 -n1 -P4 php -dxdebug.mode=off -l >/dev/null - name: Install dependencies run: composer update - name: Run test suite run: vendor/bin/phpunit
name: Tests on: [ push, pull_request ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] steps: - uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} tools: composer:v2 - name: Validate composer.json run: composer validate - name: Lint PHP run: | find src/ tests/ -name '*.php' -print0 | xargs -0 -n1 -P4 php -dxdebug.mode=off -l >/dev/null - name: Install dependencies if: ${{ matrix.php <= '8.1' }} run: composer update - name: Install dependencies PHP 8.2 # @todo: Needed until prophecy (req by phpunit) allows PHP 8.2, https://github.com/phpspec/prophecy/issues/556 if: ${{ matrix.php > '8.1' }} run: composer update --ignore-platform-req=php+ - name: Run test suite run: vendor/bin/phpunit
Update from Hackage at 2017-04-20T03:46:23Z
homepage: https://github.com/peddie/pipes-zeromq4 changelog-type: '' hash: 6494fd5ababab60b28150593225a83b88a987cad4415b2f0443ca9be04042a89 test-bench-deps: {} maintainer: Matthew Peddie <mpeddie@gmail.com> synopsis: Pipes integration for ZeroMQ messaging changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.6 && <4.9' semigroups: ==0.16.* pipes: ==4.1.* pipes-zeromq4: -any pipes-safe: ==2.2.* zeromq4-haskell: ==0.6.* all-versions: - '0.1.0.0' - '0.2.0.0' author: Matthew Peddie <mpeddie@gmail.com> latest: '0.2.0.0' description-type: haddock description: ! '<https://hackage.haskell.org/package/pipes Pipes> integration for <http://zeromq.org/ ZeroMQ> using the <https://hackage.haskell.org/package/zeromq4-haskell zeromq4-haskell bindings>. This package is very basic. I am new to the @Pipes@ family of APIs and would be overjoyed to receive feedback.' license-name: BSD3
homepage: https://github.com/peddie/pipes-zeromq4 changelog-type: '' hash: cc567c20c03db0542732ea9a195d405ce8b3f130fe48b95dff2ff0f4e56f6c45 test-bench-deps: {} maintainer: Matthew Peddie <mpeddie@gmail.com> synopsis: Pipes integration for ZeroMQ messaging changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.6 && <5' semigroups: ! '>=0.16 && <0.19' pipes: ==4.1.* pipes-zeromq4: -any pipes-safe: ==2.2.* zeromq4-haskell: ==0.6.* all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' author: Matthew Peddie <mpeddie@gmail.com> latest: '0.3.0.0' description-type: haddock description: ! '<https://hackage.haskell.org/package/pipes Pipes> integration for <http://zeromq.org/ ZeroMQ> using the <https://hackage.haskell.org/package/zeromq4-haskell zeromq4-haskell bindings>. This package is very basic. I am new to the @Pipes@ family of APIs and would be overjoyed to receive feedback.' license-name: BSD3
Add in some environment flags for when we build the python
--- python::prefix: "%{::boxen::config::home}" python::user: "%{::boxen_user}"
--- python::prefix: "%{::boxen::config::home}" python::user: "%{::boxen_user}" python::version::env: Darwin: CFLAGS: "-I%{::homebrew::config::installdir}/include -I/opt/X11/include" LDFLAGS: "-L%{::homebrew::config::installdir}/lib -L/opt/X11/lib"
Simplify syntax for bundler version
name: RSpec tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: ruby: runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - ruby-version: '1.9' bundler-version: '1.17.3' - ruby-version: '2.0' bundler-version: '1.17.3' - ruby-version: '2.2' bundler-version: '1.17.3' - ruby-version: '2.3' - ruby-version: '2.4' - ruby-version: '2.5' - ruby-version: '2.6' - ruby-version: '2.7' - ruby-version: '3.0' container: docker://library/ruby:${{ matrix.ruby-version }} steps: - uses: actions/checkout@v2 - if: ${{ matrix.bundler-version }} name: Install bundler ${{ matrix.bundler-version }} run: gem install bundler -v ${{ matrix.bundler-version }} - if: ${{ !matrix.bundler-version }} name: Install bundler run: gem install bundler - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rspec
name: RSpec tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: ruby: runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - ruby-version: '1.9' bundler-version: '1.17.3' - ruby-version: '2.0' bundler-version: '1.17.3' - ruby-version: '2.2' bundler-version: '1.17.3' - ruby-version: '2.3' - ruby-version: '2.4' - ruby-version: '2.5' - ruby-version: '2.6' - ruby-version: '2.7' - ruby-version: '3.0' container: docker://library/ruby:${{ matrix.ruby-version }} steps: - uses: actions/checkout@v2 - name: Install bundler ${{ matrix.bundler-version }} run: gem install bundler ${{ matrix.bundler-version && ('-v ' + matrix.bundler-version) || '' }} - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rspec
Update Node version on Travis CI
language: node_js node_js: - 0.8 branches: only: - master - dev
language: node_js node_js: - 0.10 branches: only: - master - dev