Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update from Hackage at 2018-12-11T09:09:47Z | homepage: ''
changelog-type: ''
hash: efebd82fa32c891715c90b189195edb1dabf2a9910fdf7837ee004f3782d50c3
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: A simple applicative parser
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4 && <5'
all-versions:
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.1.4'
- '0.1.5'
- '0.1.6'
author: Kazu Yamamoto <kazu@iij.ad.jp>
latest: '0.1.6'
description-type: text
description: ! 'This is subset of Parsec.
Parsec 3 provides features which Parsec 2 does not provide:
- Applicative style
- ByteString as input
But Haskell Platform includes Parsec 2, not Parsec 3. Installing
Parsec 3 to Haskell Platform environment makes it mess. So, I have
implemented this.
'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 9b4920b1c6405af6fa0075427016039369af98fe97792fc45ed53453f3c58031
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: A simple applicative parser
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.9 && <5'
all-versions:
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.1.4'
- '0.1.5'
- '0.1.6'
author: Kazu Yamamoto <kazu@iij.ad.jp>
latest: '0.1.6'
description-type: text
description: ! 'This is subset of Parsec.
Parsec 3 provides features which Parsec 2 does not provide:
- Applicative style
- ByteString as input
But Haskell Platform includes Parsec 2, not Parsec 3. Installing
Parsec 3 to Haskell Platform environment makes it mess. So, I have
implemented this.
'
license-name: BSD3
|
Use tagged link to tool in playbook | keitaro_user: keitaro
keitaro_group: keitaro
keitaro_home: /home/keitaro
keitaro_root: /var/www/keitaro
keitaro_config_dir: /etc/keitaro
keitaro_config_backups_dir: "{{ keitaro_config_dir }}/backups"
keitaro_stats_json_path: "{{ keitaro_root }}/var/stats.json"
keitaro_watch_list: "{{ keitaro_root }}/application/data/watch_list.txt"
keitaro_logrotate_common_period: 5
keitaro_logrotate_nginx_period: 28
keitaro_installer_version: "{{ lookup('file', 'RELEASE_VERSION') }}"
keitaro_tools_url: https://github.com/apliteni/centos_provision/raw/release-{{ keitaro_installer_version }}/scripts
keitaro_release: 9
| keitaro_user: keitaro
keitaro_group: keitaro
keitaro_home: /home/keitaro
keitaro_root: /var/www/keitaro
keitaro_config_dir: /etc/keitaro
keitaro_config_backups_dir: "{{ keitaro_config_dir }}/backups"
keitaro_stats_json_path: "{{ keitaro_root }}/var/stats.json"
keitaro_watch_list: "{{ keitaro_root }}/application/data/watch_list.txt"
keitaro_logrotate_common_period: 5
keitaro_logrotate_nginx_period: 28
keitaro_installer_version: "{{ lookup('file', 'RELEASE_VERSION') }}"
keitaro_tools_url: https://github.com/apliteni/centos_provision/raw/v{{ keitaro_installer_version }}/scripts
keitaro_release: 9
|
Change setting env vars to the env section | image: registry.pinpoint.io/ruby-node-ci:latest
script:
- export TERM=xterm
- export DATABASE_URL=postgres://localhost/fyi_test
- apt-get install -y libicu-dev libmagic-dev libmagickwand-dev libmagickcore-dev libpq-dev libxml2-dev libxslt1-dev links catdoc elinks links sqlite3 lockfile-progs mutt pdftk poppler-utils tnef unrtf uuid-dev wkhtmltopdf wv xapian-tools
- cp script/docker/database.yml config/database.yml
- cp script/docker/general.yml config/general.yml
- bundle install --path /tmp/bundle --clean
- rm config/brakeman.yml
- bundle exec rake db:setup
- gem install brakeman rubocop
- brakeman
- # rubocop
- bundle exec rspec
services:
- postgres
cache:
- /tmp/bundle
notify:
slack:
webhook_url: $$WEBHOOK_URL
channel: '#development'
username: 'drone'
on_started: true
on_success: true
on_failure: true
deploy:
bash:
command: make
when:
branch: develop
| image: registry.pinpoint.io/ruby-node-ci:latest
envs:
- TERM=xterm
- DATABASE_URL=postgres://localhost/fyi_test
script:
- apt-get install -y libicu-dev libmagic-dev libmagickwand-dev libmagickcore-dev libpq-dev libxml2-dev libxslt1-dev links catdoc elinks links sqlite3 lockfile-progs mutt pdftk poppler-utils tnef unrtf uuid-dev wkhtmltopdf wv xapian-tools
- cp script/docker/database.yml config/database.yml
- cp script/docker/general.yml config/general.yml
- bundle install --path /tmp/bundle --clean
- rm config/brakeman.yml
- bundle exec rake db:setup
- gem install brakeman rubocop
- brakeman
- # rubocop
- bundle exec rspec
services:
- postgres
cache:
- /tmp/bundle
notify:
slack:
webhook_url: $$WEBHOOK_URL
channel: '#development'
username: 'drone'
on_started: true
on_success: true
on_failure: true
deploy:
bash:
command: make
when:
branch: develop
|
Use node-jspm as base image | build:
image: geppettoapps/node-flow-jspm:4.4.7
environment:
- NPM_CONFIG_LOGLEVEL=warn
commands:
- npm install
- jspm install
- bin/ci
cache:
mount:
- jspm_packages
- node_modules
| build:
test:
image: geppettoapps/node-jspm:4.4.7
environment:
- NPM_CONFIG_LOGLEVEL=warn
commands:
- npm install
- npm run lint
- npm test
flow:
image: rezzza/docker-flow:0.30.0
commands:
- flow
cache:
mount:
- jspm_packages
- node_modules
|
Remove version dependence in conda recipe | package:
name: lomap
version: "0.0.0"
source:
path: ../..
build:
preserve_egg_dir: True
number: 0
skip:
- [not unix]
- [py3k]
requirements:
build:
- python
- boost
- setuptools
- rdkit
- matplotlib
- pyqt
- networkx >=1.11
- graphviz
- pygraphviz
- pillow
- nose
run:
- python
- boost
- rdkit
- matplotlib
- pyqt
- networkx
- graphviz
- pygraphviz
- pil
test:
requires:
- nose
imports:
- lomap
commands:
- which lomap
- lomap -h
about:
home: https://github.com/MobleyLab/Lomap
license: LGPL
license_file: LICENCE.txt
summary: Alchemical free-energy calculations planner | package:
name: lomap
version: "0.0.0"
source:
path: ../..
build:
preserve_egg_dir: True
number: 0
skip:
- [not unix]
requirements:
build:
- python
- boost
- setuptools
- rdkit
- matplotlib
- pyqt
- networkx
- graphviz
- pygraphviz
- pillow
- nose
run:
- python
- boost
- rdkit
- matplotlib
- pyqt
- networkx
- graphviz
- pygraphviz
- pil
test:
requires:
- nose
imports:
- lomap
commands:
- which lomap
- lomap -h
about:
home: https://github.com/MobleyLab/Lomap
license: LGPL
license_file: LICENCE.txt
summary: Alchemical free-energy calculations planner |
Change root domain to remove beta | ---
root_domain: "beta.digitalmarketplace.service.gov.uk"
ssl_certificate_id: "arn:aws:iam::050019655025:server-certificate/star-beta-2016-05-05"
iam_certificate_id: "ASCAJGSVATSZD7C6QICNM"
monitoring:
email: "support+production-staging@digitalmarketplace.service.gov.uk"
database:
multi_az: "true"
backup_retention_period: "1"
snapshot_id: "stage-2015-05-13t1454"
vpc_id: vpc-70319115
subnets:
- subnet-9a9713ed
- subnet-63b1683a
- subnet-ad0894c8
| ---
root_domain: "digitalmarketplace.service.gov.uk"
ssl_certificate_id: "arn:aws:iam::050019655025:server-certificate/star-digitalmarketplace-2016-05-13"
iam_certificate_id: "ASCAJG65ZXOA7JBRVORN6"
monitoring:
email: "support+production-staging@digitalmarketplace.service.gov.uk"
database:
multi_az: "true"
backup_retention_period: "1"
snapshot_id: "stage-2015-05-13t1454"
vpc_id: vpc-70319115
subnets:
- subnet-9a9713ed
- subnet-63b1683a
- subnet-ad0894c8
|
Add Python 3.9 to GitHub testing. | name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
- name: Test with pytest
run: |
pytest
- name: "Convert coverage"
run: "python -m coverage xml"
- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v1"
with:
fail_ci_if_error: true
| name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
- name: Test with pytest
run: |
pytest
- name: "Convert coverage"
run: "python -m coverage xml"
- name: "Upload coverage to Codecov"
uses: "codecov/codecov-action@v1"
with:
fail_ci_if_error: true
|
Add missing r dependency to rseqc | package:
name: rseqc
version: 2.6.4
source:
fn: RSeQC-2.6.4.tar.gz
url: https://pypi.python.org/packages/61/58/1d9c280d8d852f7c5e873c0635952fc19305b0805e9f0ace50e8ef2f93c3/RSeQC-2.6.4.tar.gz
md5: 935779c452ffc84f3b8b9fb3d485c782
build:
skip: True # [not py27]
number: 0
requirements:
build:
- python
- setuptools
- cython >=0.17
- pysam
- bx-python
- numpy
- nose
run:
- python
- cython >=0.17
- pysam
- bx-python
- numpy
test:
imports:
- qcmodule
- qcmodule.SAM
commands:
- read_distribution.py 2>&1 | grep Usage > /dev/null
- geneBody_coverage.py 2>&1 | grep Usage > /dev/null
about:
home: http://rseqc.sourceforge.net/
license: GNU General Public License v2 (GPLv2)
summary: 'RNA-seq QC Package'
license_family: GPL2
| package:
name: rseqc
version: 2.6.4
source:
fn: RSeQC-2.6.4.tar.gz
url: https://pypi.python.org/packages/61/58/1d9c280d8d852f7c5e873c0635952fc19305b0805e9f0ace50e8ef2f93c3/RSeQC-2.6.4.tar.gz
md5: 935779c452ffc84f3b8b9fb3d485c782
build:
skip: True # [not py27]
number: 1
requirements:
build:
- python
- setuptools
- cython >=0.17
- pysam
- bx-python
- numpy
- nose
run:
- python
- cython >=0.17
- pysam
- bx-python
- numpy
- r
test:
imports:
- qcmodule
- qcmodule.SAM
commands:
- read_distribution.py 2>&1 | grep Usage > /dev/null
- geneBody_coverage.py 2>&1 | grep Usage > /dev/null
about:
home: http://rseqc.sourceforge.net/
license: GNU General Public License v2 (GPLv2)
summary: 'RNA-seq QC Package'
license_family: GPL2
|
Update mac server bundle layout | mac:
mode: exact
basedir: mac
files:
frameworks:
- Flipper.app/Contents/Frameworks/
- Flipper.app/Contents/MacOS
- Flipper.app/Contents/PkgInfo
core:
- Flipper.app/Contents/Resources
- Flipper.app/Contents/Info.plist
linux:
mode: glob
basedir: linux-unpacked
files:
frameworks:
- '!resources/'
core:
- '!*'
- resources
windows:
mode: glob
basedir: win-unpacked
files:
frameworks:
- '!resources/'
core:
- '!*'
- resources
server-mac-x64:
mode: glob
basedir: flipper-server-mac-x64
files:
frameworks:
- '!*'
- 'node'
core:
- '!node'
- '*'
| mac:
mode: exact
basedir: mac
files:
frameworks:
- Flipper.app/Contents/Frameworks/
- Flipper.app/Contents/MacOS
- Flipper.app/Contents/PkgInfo
core:
- Flipper.app/Contents/Resources
- Flipper.app/Contents/Info.plist
linux:
mode: glob
basedir: linux-unpacked
files:
frameworks:
- '!resources/'
core:
- '!*'
- resources
windows:
mode: glob
basedir: win-unpacked
files:
frameworks:
- '!resources/'
core:
- '!*'
- resources
server-mac-x64:
mode: exact
basedir: flipper-server-mac-x64
files:
frameworks:
- Flipper.app/Contents/MacOS/
- Flipper.app/Contents/PkgInfo
core:
- Flipper.app/Contents/Resources
- Flipper.app/Contents/Info.plist
|
Test with python3.5 and 3.6 | image: python:3.6
stages:
- test
testing:
type: test
stage: test
before_script:
- pip install -r requirements.txt
script:
- nosetests --with-coverage --cover-package=pyOutlook | stages:
- test_python3.5
- test_python3.6
python3.5:
type: test
stage: test_python3.5
image: python3.5
before_script:
- pip install -r requirements.txt
script:
- nosetests --with-coverage --cover-package=
python3.6:
type: test
stage: test_python3.6
image: python3.6
before_script:
- pip install -r requirements.txt
script:
- nosetests --with-coverage --cover-package=pyOutlook |
Add nhm.ac.uk to list of allowed domains | ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- biglotteryfund.org.uk
- marinemanagement.org.uk
- britishmuseum.org
- derrystrabane.com
- highwaysengland.co.uk
| ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- biglotteryfund.org.uk
- marinemanagement.org.uk
- britishmuseum.org
- derrystrabane.com
- highwaysengland.co.uk
- nhm.ac.uk
|
Add package list and update declaration var | ---
# This playbook contains common plays that will be run on all nodes.
- name: NTP | Install
apt: name=ntp state=present
tags: ntp
- name: NTP | Configure ntp file
template: src=ntp.conf.j2 dest=/etc/ntp.conf
tags: ntp
notify: restart ntp
- name: NTP | Start the ntp service
service: name=ntp state=started enabled=true
tags: ntp
- name: Linux | Update cache
apt: update_cache=yes
- name: Linux | Upgrade
apt: upgrade=dist
- name: Package | Install lists packages
action: apt pkg=$item state=installed
with_items:
- aptitude
- vim
- git
- zsh
- curl
- wget
- htop
- ack-grep
- ccze
- name: Java Oracle | Add repository
apt_repository: repo='ppa:webupd8team/java'
- name: Java Oracle | Install version 1.7.x
apt: name=oracle-java7-installer state=installed
- name: Virtualbox | Add repository
apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debian saucy contrib' state=present
- name: Virtualbox | Add key
apt_key: url='http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc' state=present
- name: Virtualbox | Install Virtualbox v4.3.x
apt: name=virtualbox-4.3 state=installed | ---
# This playbook contains common plays that will be run on all nodes.
- name: NTP | Install
apt: name=ntp state=present
tags: ntp
- name: NTP | Configure ntp file
template: src=ntp.conf.j2 dest=/etc/ntp.conf
tags: ntp
notify: restart ntp
- name: NTP | Start the ntp service
service: name=ntp state=started enabled=true
tags: ntp
- name: Linux | Update cache
apt: update_cache=yes
- name: Linux | Upgrade
apt: upgrade=dist
- name: Package | Install lists packages
action: apt pkg=${item} state=installed
with_items:
- aptitude
- vim
- git
- git-core
- git-flow
- git-email
- git-extras
- git-svn
- zsh
- curl
- wget
- htop
- ack-grep
- ccze
- tmux
- name: Java Oracle | Add repository
apt_repository: repo='ppa:webupd8team/java'
- name: Java Oracle | Install version 1.7.x
apt: name=oracle-java7-installer state=installed
- name: Virtualbox | Add repository
apt_repository: repo='deb http://download.virtualbox.org/virtualbox/debian saucy contrib' state=present
- name: Virtualbox | Add key
apt_key: url='http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc' state=present
- name: Virtualbox | Install Virtualbox v4.3.x
apt: name=virtualbox-4.3 state=installed |
Add @isuruf as a maintainer | package:
name: vs2008_runtime
version: "9.0.30729.6161"
build:
number: 0
skip: true # [not win]
msvc_compiler: 9.0
test:
commands:
{% set libs = [
"msvcm90",
"msvcp90",
"msvcr90",
"vcomp90"
] %}
{% for each_lib in libs %}
- if not exist "%PREFIX%\\{{ each_lib }}.dll" exit 1
- if not exist "%PREFIX%\\Library\\bin\\{{ each_lib }}.dll" exit 1
{% endfor %}
about:
home: http://www.microsoft.com
license: Proprietary
summary: Bundles of the MSVC 9 (VS 2008) runtime
extra:
recipe-maintainers:
- gillins
- mingwandroid
- msarahan
- patricksnape
| package:
name: vs2008_runtime
version: "9.0.30729.6161"
build:
number: 0
skip: true # [not win]
msvc_compiler: 9.0
test:
commands:
{% set libs = [
"msvcm90",
"msvcp90",
"msvcr90",
"vcomp90"
] %}
{% for each_lib in libs %}
- if not exist "%PREFIX%\\{{ each_lib }}.dll" exit 1
- if not exist "%PREFIX%\\Library\\bin\\{{ each_lib }}.dll" exit 1
{% endfor %}
about:
home: http://www.microsoft.com
license: Proprietary
summary: Bundles of the MSVC 9 (VS 2008) runtime
extra:
recipe-maintainers:
- gillins
- isuruf
- mingwandroid
- msarahan
- patricksnape
|
Build a distribution and copy to artifacts | machine:
ruby:
version: 2.1.0p0
node:
version: 0.10.22
dependencies:
override:
- 'npm install gulp -g && npm install bower -g && npm install'
- 'bundle install'
test:
override:
- 'gulp install'
- 'gulp specs'
| machine:
ruby:
version: 2.1.0p0
node:
version: 0.10.22
dependencies:
override:
- 'npm install gulp -g && npm install bower -g && npm install'
- 'bundle install'
test:
override:
- 'gulp install'
- 'gulp specs'
- 'gulp dist'
deployment:
artifact:
branch: master
commands:
- 'cp -R dist $CIRCLE_ARTIFACTS'
|
Increase CircleCI timeout to 30 min | general:
artifacts:
- app/build/outputs/apk
machine:
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23"
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
override:
- echo override dependencies
test:
override:
- ./gradlew assembleDebug -PdisablePreDex:
timeout: 900
| general:
artifacts:
- app/build/outputs/apk
machine:
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-23"
- echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3"
override:
- echo override dependencies
test:
override:
- ./gradlew assembleDebug -PdisablePreDex:
timeout: 1800
|
Update CI configs to v0.4.6 | #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: Pion Bot
git_email: 59523206+pionbot@users.noreply.github.com
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_style: squash
push: force
| #
# DO NOT EDIT THIS FILE
#
# It is automatically copied from https://github.com/pion/.goassets repository.
# If this repository should have package specific CI config,
# remove the repository name from .goassets/.github/workflows/assets-sync.yml.
#
# If you want to update the shared CI config, send a PR to
# https://github.com/pion/.goassets instead of this repository.
#
name: go-mod-fix
on:
push:
branches:
- renovate/*
jobs:
go-mod-fix:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: fix
uses: at-wat/go-sum-fix-action@v0
with:
git_user: Pion Bot
git_email: 59523206+pionbot@users.noreply.github.com
github_token: ${{ secrets.PIONBOT_PRIVATE_KEY }}
commit_style: squash
push: force
|
Set subscription sweeper to once per month | sweep_subscriptions:
cron: "0 7 * * *"
class: "SweepSubscriptionsJob"
queue: default
| sweep_subscriptions:
cron: "0 7 1 * *"
class: "SweepSubscriptionsJob"
queue: default
|
Use absolute rather than relative path for config.yml | ---
- hosts: all
connection: local
vars_files:
- default.config.yml
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- ../config.yml
tags: ['always']
roles:
- role: geerlingguy.homebrew
tags: ['homebrew']
- role: geerlingguy.dotfiles
when: configure_dotfiles
tags: ['dotfiles']
- role: geerlingguy.mas
when: mas_installed_apps
tags: ['mas']
tasks:
- include_tasks: tasks/ansible-setup.yml
- include_tasks: tasks/sudoers.yml
when: configure_sudoers
- include_tasks: tasks/terminal.yml
when: configure_terminal
- include_tasks: tasks/osx.yml
when: configure_osx
tags: ['osx']
- include_tasks: tasks/extra-packages.yml
tags: ['extra-packages']
- name: Run configured post-provision ansible task files.
include_tasks: "{{ outer_item }}"
loop_control:
loop_var: outer_item
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
| ---
- hosts: all
connection: local
vars_files:
- default.config.yml
pre_tasks:
- include_vars: "{{ item }}"
with_fileglob:
- "{{ playbook_dir }}/config.yml"
tags: ['always']
roles:
- role: geerlingguy.homebrew
tags: ['homebrew']
- role: geerlingguy.dotfiles
when: configure_dotfiles
tags: ['dotfiles']
- role: geerlingguy.mas
when: mas_installed_apps
tags: ['mas']
tasks:
- include_tasks: tasks/ansible-setup.yml
- include_tasks: tasks/sudoers.yml
when: configure_sudoers
- include_tasks: tasks/terminal.yml
when: configure_terminal
- include_tasks: tasks/osx.yml
when: configure_osx
tags: ['osx']
- include_tasks: tasks/extra-packages.yml
tags: ['extra-packages']
- name: Run configured post-provision ansible task files.
include_tasks: "{{ outer_item }}"
loop_control:
loop_var: outer_item
with_fileglob: "{{ post_provision_tasks|default(omit) }}"
|
Stop trying to make 17.x for x < 5 a thing | language: erlang
git:
submodules: false
install: true
before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
env: PATH=$PATH:.
script: rebar3 eunit
otp_release:
# - 18.3
# - 18.0
# - 17.5
- 17.3
# http://erlang.org/pipermail/erlang-bugs/2014-June/004465.html
# - 17.1
# - R16B03-1
| language: erlang
git:
submodules: false
install: true
before_script:
- wget https://s3.amazonaws.com/rebar3/rebar3
- chmod +x rebar3
env: PATH=$PATH:.
script: rebar3 eunit
otp_release:
- 18.3
- 18.0
- 17.5
# http://erlang.org/pipermail/erlang-bugs/2014-June/004465.html
# - 17.1
- R16B03-1
|
Test various numpy versions on Travis | language: python
env:
matrix:
- PYTHON_VERSION="2.6" NUMPY_VERSION="1.9"
- PYTHON_VERSION="2.7" NUMPY_VERSION="1.9"
- PYTHON_VERSION="3.3" NUMPY_VERSION="1.9"
- PYTHON_VERSION="3.4" NUMPY_VERSION="1.9"
# NUMPY_VERSION not set means numpy is not installed
- PYTHON_VERSION="3.4"
- PYTHON_VERSION="3.5" NUMPY_VERSION="1.9"
install:
- source continuous_integration/install.sh
script:
- make
| language: python
env:
matrix:
- PYTHON_VERSION="2.6" NUMPY_VERSION="1.6"
- PYTHON_VERSION="2.7" NUMPY_VERSION="1.7"
- PYTHON_VERSION="3.3" NUMPY_VERSION="1.8"
- PYTHON_VERSION="3.4" NUMPY_VERSION="1.9"
# NUMPY_VERSION not set means numpy is not installed
- PYTHON_VERSION="3.4"
- PYTHON_VERSION="3.5" NUMPY_VERSION="1.9"
install:
- source continuous_integration/install.sh
script:
- make
|
Fix deprecation warnings for pygments | name: Your New Jekyll Site
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
markdown: redcarpet
pygments: true
logo: false
paginate: 15
# Details for the RSS feed generator
url: 'blog url'
author: 'Your Name'
| name: Your New Jekyll Site
description: Blogging about stuffs
meta_description: "Your New Jekyll Site, Blogging about stuffs"
markdown: redcarpet
highlighter: pygments
logo: false
paginate: 15
# Details for the RSS feed generator
url: 'blog url'
author: 'Your Name'
|
Use ReadWriteOnce for access mode; RWO doesn't work. | apiVersion: "zookeeper.pravega.io/v1beta1"
kind: "ZookeeperCluster"
metadata:
name: "example"
spec:
size: 3
config:
initLimit: 10
tickTime: 2000
syncLimit: 2
image:
repository: zookeeper
tag: 3.5.4-beta
pullPolicy: IfNotPresent
labels: {}
ports:
- name: client
hostPort: 2181
containerPort: 2181
- name: quorum
hostPort: 2888
containerPort: 2888
- name: leader
hostPort: 3888
containerPort: 3888
pod:
terminationGracePeriodSeconds: 1800,
labels:
app: example
affinity:
topologyKey: kubernetes.io/hostname
labelSelector:
- key: app
operator: In
values:
- example-headless
resources:
requests:
memory: "1Gi"
cpu: "1"
tolerations: {}
env: {}
annotations: {}
securityContext: {}
persistence:
accessModes:
- RWO
resources:
requests:
storage: 20Gi
| apiVersion: "zookeeper.pravega.io/v1beta1"
kind: "ZookeeperCluster"
metadata:
name: "example"
spec:
size: 3
config:
initLimit: 10
tickTime: 2000
syncLimit: 2
image:
repository: zookeeper
tag: 3.5.4-beta
pullPolicy: IfNotPresent
labels: {}
ports:
- name: client
hostPort: 2181
containerPort: 2181
- name: quorum
hostPort: 2888
containerPort: 2888
- name: leader
hostPort: 3888
containerPort: 3888
pod:
terminationGracePeriodSeconds: 1800,
labels:
app: example
affinity:
topologyKey: kubernetes.io/hostname
labelSelector:
- key: app
operator: In
values:
- example-headless
resources:
requests:
memory: "1Gi"
cpu: "1"
tolerations: {}
env: {}
annotations: {}
securityContext: {}
persistence:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 20Gi
|
Add Finnish translation for babble_category_name | # Babble
fi:
site_settings:
babble_enabled: "Ota Babble-pikaviestin käyttöön."
babble_max_topic_size: "Säilytettävien pikaviestien enimmäismäärä per keskustelu."
babble_placeholder: "Pikaviestimen tyhjässä viestikentässä näkyvä ohjeteksti. Jos tyhjä, siinä näkyy oletusteksti."
babble_icon: "Oikeassa ylänurkassa näkyvän pikaviestinkuvakkeen Font Awesome -koodi (ilman fa-etuliitettä). Lista löytyy osoitteesta http://fortawesome.github.io/Font-Awesome/cheatsheet/"
| # Babble
fi:
site_settings:
babble_enabled: "Ota Babble-pikaviestin käyttöön."
babble_max_topic_size: "Säilytettävien pikaviestien enimmäismäärä per keskustelu."
babble_placeholder: "Pikaviestimen tyhjässä viestikentässä näkyvä ohjeteksti. Jos tyhjä, siinä näkyy oletusteksti."
babble_icon: "Oikeassa ylänurkassa näkyvän pikaviestinkuvakkeen Font Awesome -koodi (ilman fa-etuliitettä). Lista löytyy osoitteesta http://fortawesome.github.io/Font-Awesome/cheatsheet/"
babble_category_name: "Pikaviestimen keskustelut tallennetaan ketjuina tälle alueelle."
|
Fix scl configuration file naming for 4.3 | ---
- name: Find configuration file for SCL PostgreSQL
shell: ls -vr1 /etc/ovirt-engine/engine.conf.d/*-scl-postgres-*.conf
environment: "{{ CMD_LANG }}"
register: scl_pg_conf_flist
changed_when: True
- debug: var=scl_conf_flist
- name: Check SCL PostgreSQL value
command: grep sclenv {{ scl_pg_conf_flist.stdout_lines|first }}
environment: "{{ CMD_LANG }}"
register: scl_pg_conf
changed_when: True
- debug: var=scl_pg_conf
- name: Set SCL prefix for PostgreSQL
set_fact: scl_pg_prefix="scl enable {{ scl_pg_conf.stdout_lines[0].split('=')[1].replace('\"','') }} -- " | ---
- name: Find configuration file for SCL PostgreSQL
shell: ls -vr1 /etc/ovirt-engine/engine.conf.d/*-scl-postgres*.conf
environment: "{{ CMD_LANG }}"
register: scl_pg_conf_flist
changed_when: True
- debug: var=scl_conf_flist
- name: Check SCL PostgreSQL value
command: grep sclenv {{ scl_pg_conf_flist.stdout_lines|first }}
environment: "{{ CMD_LANG }}"
register: scl_pg_conf
changed_when: True
- debug: var=scl_pg_conf
- name: Set SCL prefix for PostgreSQL
set_fact: scl_pg_prefix="scl enable {{ scl_pg_conf.stdout_lines[0].split('=')[1].replace('\"','') }} -- "
|
Update 0-latest to point to newly-released 0.9.0 | repo.name: mynewt_arduino_zero
repo.versions:
"0.0.0": "mynewt_arduino_zero_0_0_0_tag"
"0.8.0": "mynewt_arduino_zero_0_8_0_tag"
"0.9.0": "mynewt_arduino_zero_0_9_0_tag"
"0.0.1": "develop"
"0-latest": "0.8.0"
"0-dev": "0.0.1"
"0.8-latest": "0.8.0"
"0.9-latest": "0.9.0"
| repo.name: mynewt_arduino_zero
repo.versions:
"0.0.0": "mynewt_arduino_zero_0_0_0_tag"
"0.8.0": "mynewt_arduino_zero_0_8_0_tag"
"0.9.0": "mynewt_arduino_zero_0_9_0_tag"
"0.0.1": "develop"
"0-latest": "0.9.0"
"0-dev": "0.0.1"
"0.8-latest": "0.8.0"
"0.9-latest": "0.9.0"
|
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: quote
label: Quote
description: Quote, snippet, or subtitle
config:
required: false
wysiwyg: false
schema:
format: markdown
- type: file
label: Cover
name: cover
description: Hero image
- type: image_gallery
name: preview
label: Preview
description: Three thumbnail images for the front page
- type: image_gallery
name: artwork
label: Artwork
description: Three or more artwork pieces for the end of the article
- type: datetime
name: publish_date
label: publish_date
description: When to publish the post
config:
required: false
- type: list
default: []
label: Related Posts
name: related_posts
config:
use_select: true
source:
type: pages
section: posts
- type: tag_list
name: tags
label: Tags
pages:
- _posts/avoidance.md
| ---
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: quote
label: Quote
description: Quote, snippet, or subtitle
config:
required: false
wysiwyg: false
schema:
format: markdown
- type: file
label: Cover
name: cover
description: Hero image
- type: image_gallery
name: preview
label: Preview
description: Three thumbnail images for the front page
- type: image_gallery
name: artwork
label: Artwork
description: Three or more artwork pieces for the end of the article
- type: list
default: []
label: Related Posts
name: related_posts
config:
use_select: true
source:
type: pages
section: posts
- type: tag_list
name: tags
label: Tags
pages:
- _posts/avoidance.md
|
Update AWS SDK to 1.11.743 | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.2"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.5"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.0"
- "com.github.rundeck-plugins:multiline-regex-datacapture-filter:1.0.0"
- "com.github.rundeck-plugins:attribute-match-node-enhancer:v0.1.5" | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.3"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.5"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.0"
- "com.github.rundeck-plugins:multiline-regex-datacapture-filter:1.0.0"
- "com.github.rundeck-plugins:attribute-match-node-enhancer:v0.1.5"
|
Revert "Now trying it with Xcode 8" | machine:
environment:
# CocoaPods versions greater than 0.34 require
# your terminal to be using UTF-8 encoding.
LANG: en_US.UTF-8
xcode:
version: "8.0"
test:
pre:
- open -b com.apple.iphonesimulator
| machine:
environment:
# CocoaPods versions greater than 0.34 require
# your terminal to be using UTF-8 encoding.
LANG: en_US.UTF-8
xcode:
version: "7.3"
test:
pre:
- open -b com.apple.iphonesimulator
|
Increment build tools to the latest 25.x point release | dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.2
test:
override:
# run lint (tests will come next ...)
- ./gradlew :library:check
# copy results
- cp -r library/build/outputs $CIRCLE_ARTIFACTS
| dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools,platform-tools,android-25
- echo y | android update sdk --no-ui --all --filter build-tools-25.0.3
test:
override:
# run lint (tests will come next ...)
- ./gradlew :library:check
# copy results
- cp -r library/build/outputs $CIRCLE_ARTIFACTS
|
Define api request methods add request type forcast and current | APIXU:
API_KEY: 5f7c4e53a0d645d382a14830173004
BASE_URL: http://api.apixu.com/v1/
| APIXU:
API_KEY: 5f7c4e53a0d645d382a14830173004
BASE_URL: http://api.apixu.com/v1/
REQUEST_TYPE:
current: current.json
forcast: forecast.json
|
Use `sudo` to move `symfony`. | name: Composer
on: [push, pull_request]
jobs:
serendipity_hq:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4']
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
tools: prestissimo
extensions: intl
- name: Install Composer deps
run: |
composer update --no-interaction --no-suggest
- name: Install Symfony
run: |
wget https://get.symfony.com/cli/installer -O - | bash
mv /home/runner/.symfony/bin/symfony /usr/local/bin/symfony
- name: Run Composer
run: |
symfony security:check
composer validate --strict
env:
SYMFONY_DEPRECATIONS_HELPER: weak_vendors
| name: Composer
on: [push, pull_request]
jobs:
serendipity_hq:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.4']
name: PHP ${{ matrix.php }} on ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v1
with:
php-version: ${{ matrix.php }}
coverage: none # disable xdebug, pcov
tools: prestissimo
extensions: intl
- name: Install Composer deps
run: |
composer update --no-interaction --no-suggest
- name: Install Symfony
run: |
wget https://get.symfony.com/cli/installer -O - | bash
sudo mv /home/runner/.symfony/bin/symfony /usr/local/bin/symfony
- name: Run Composer
run: |
symfony security:check
composer validate --strict
env:
SYMFONY_DEPRECATIONS_HELPER: weak_vendors
|
Remove parameters attribute for action with no parameters. | ---
name: list_dns_zones
runner_type: run-python
description: List all the DNS zones.
enabled: true
entry_point: list_dns_zones.py
parameters:
| ---
name: list_dns_zones
runner_type: run-python
description: List all the DNS zones.
enabled: true
entry_point: list_dns_zones.py
|
Align HCI environment file with list of services from roles_data | # If not using an isolated StorageMgmt network, the following regitry mapping
# should be commented.
resource_registry:
OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml
parameter_defaults:
ComputeServices:
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CephClient
- OS::TripleO::Services::CephExternal
- OS::TripleO::Services::Timezone
- OS::TripleO::Services::Ntp
- OS::TripleO::Services::Snmp
- OS::TripleO::Services::NovaCompute
- OS::TripleO::Services::NovaLibvirt
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::ComputeNeutronCorePlugin
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::ComputeCeilometerAgent
- OS::TripleO::Services::ComputeNeutronL3Agent
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::TripleoPackages
- OS::TripleO::Services::TripleoFirewall
- OS::TripleO::Services::NeutronSriovAgent
- OS::TripleO::Services::OpenDaylightOvs
- OS::TripleO::Services::SensuClient
- OS::TripleO::Services::FluentdClient
- OS::TripleO::Services::CephOSD
| # If not using an isolated StorageMgmt network, the following regitry mapping
# should be commented.
resource_registry:
OS::TripleO::Compute::Ports::StorageMgmtPort: ../network/ports/storage_mgmt.yaml
parameter_defaults:
ComputeServices:
- OS::TripleO::Services::CACerts
- OS::TripleO::Services::CephClient
- OS::TripleO::Services::CephExternal
- OS::TripleO::Services::Timezone
- OS::TripleO::Services::Ntp
- OS::TripleO::Services::Snmp
- OS::TripleO::Services::Sshd
- OS::TripleO::Services::NovaCompute
- OS::TripleO::Services::NovaLibvirt
- OS::TripleO::Services::Kernel
- OS::TripleO::Services::ComputeNeutronCorePlugin
- OS::TripleO::Services::ComputeNeutronOvsAgent
- OS::TripleO::Services::ComputeCeilometerAgent
- OS::TripleO::Services::ComputeNeutronL3Agent
- OS::TripleO::Services::ComputeNeutronMetadataAgent
- OS::TripleO::Services::TripleoPackages
- OS::TripleO::Services::TripleoFirewall
- OS::TripleO::Services::NeutronSriovAgent
- OS::TripleO::Services::OpenDaylightOvs
- OS::TripleO::Services::SensuClient
- OS::TripleO::Services::FluentdClient
- OS::TripleO::Services::AuditD
- OS::TripleO::Services::Collectd
- OS::TripleO::Services::CephOSD
|
Update from Hackage at 2016-05-03T14:34:47+0000 | homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: acbc67618dfcf3ad89f29b1ff1e071e80d51a9ed57cd4ae39e87816e1c621d01
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
Win32: ! '>=2.3.0.0'
c-storable-deriving: ! '>=0.1.3'
d3d11binding: -any
all-versions:
- '0.0.0.1'
- '0.0.0.2'
- '0.0.0.3'
author: jwvg0425
latest: '0.0.0.3'
description-type: markdown
description: ! "# d3d11binding\r\n\r\nthis package is a raw binding for the directX
11"
license-name: MIT
| homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: 78c69809444d0c42d942ac78b57198018ededdbe6fe2fdc7c6e5747e96eae95a
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.8 && <5'
Win32: ! '>=2.3.0.0'
c-storable-deriving: ! '>=0.1.3'
d3d11binding: -any
all-versions:
- '0.0.0.4'
author: jwvg0425
latest: '0.0.0.4'
description-type: markdown
description: ! "# d3d11binding\r\n\r\nthis package is a raw binding for the directX
11"
license-name: MIT
|
Update OpenBoard to 1.4.2 (14) | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
ndk: r20
- versionName: '1.3'
versionCode: 9
commit: v1.3
subdir: app
gradle:
- yes
ndk: r20b
- versionName: 1.4.2
versionCode: 13
commit: v1.4.2
subdir: app
gradle:
- yes
scanignore:
- dictionaries/*_emoji.combined.gz
- dictionaries/*_wordlist.combined.gz
ndk: r21d
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.4.2
CurrentVersionCode: 13
| Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
ndk: r20
- versionName: '1.3'
versionCode: 9
commit: v1.3
subdir: app
gradle:
- yes
ndk: r20b
- versionName: 1.4.2
versionCode: 13
commit: v1.4.2
subdir: app
gradle:
- yes
scanignore:
- dictionaries/*_emoji.combined.gz
- dictionaries/*_wordlist.combined.gz
ndk: r21d
- versionName: 1.4.2
versionCode: 14
commit: v1.4.2
subdir: app
gradle:
- yes
scanignore:
- dictionaries/*_emoji.combined.gz
- dictionaries/*_wordlist.combined.gz
ndk: r21d
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.4.2
CurrentVersionCode: 14
|
Upgrade himlar-dp-prep package in local1 | ---
# This works in UiB. Should be posible to override in secrets for other locations
profile::application::himlarcli::smtp: 'smtp.uib.no'
profile::application::himlarcli::from_addr: 'no-reply@uib.no'
profile::application::himlarcli::ldap_server: 'ldap.uib.no'
profile::application::himlarcli::ldap_base_dn: 'dc=uib,dc=no'
profile::application::openssl::catrust::ca_cert: '/etc/pki/tls/certs/cachain.pem'
profile::application::himlarcli::cacert: '/etc/pki/tls/certs/cachain.pem'
profile::openstack::openrc::cacert: '/etc/pki/tls/certs/cachain.pem'
yum_base_mirror: 'https://download.iaas.uio.no/uh-iaas/test'
profile::openstack::identity::swift_enabled: true
# Enable insecure ssl checks
sensu_ssl_cachain: '-k'
| ---
# This works in UiB. Should be posible to override in secrets for other locations
profile::application::himlarcli::smtp: 'smtp.uib.no'
profile::application::himlarcli::from_addr: 'no-reply@uib.no'
profile::application::himlarcli::ldap_server: 'ldap.uib.no'
profile::application::himlarcli::ldap_base_dn: 'dc=uib,dc=no'
profile::application::openssl::catrust::ca_cert: '/etc/pki/tls/certs/cachain.pem'
profile::application::himlarcli::cacert: '/etc/pki/tls/certs/cachain.pem'
profile::openstack::openrc::cacert: '/etc/pki/tls/certs/cachain.pem'
yum_base_mirror: 'https://download.iaas.uio.no/uh-iaas/test'
profile::openstack::identity::swift_enabled: true
# Enable insecure ssl checks
sensu_ssl_cachain: '-k'
profile::application::access::package_url: 'http://download.iaas.uio.no/uh-iaas/rpm/himlar-dp-prep-2.0-2.el7.x86_64.rpm'
|
Update label and reduce daysUntilClose time | # Configuration for no-response - https://github.com/probot/no-response
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 14
# Label requiring a response
# TODO: also close `needs-reproduction` issues (blocked by https://github.com/probot/no-response/issues/11)
responseRequiredLabel: more-information-needed
# Comment to post when closing an issue due to lack of response.
closeComment: >
Thank you for your issue!
We haven’t gotten a response to our questions above. With only the information
that is currently in the issue, we don’t have enough information to take
action. We’re going to close this but don’t hesitate to reach out if you have
or find the answers we need. If you answer our questions above, a maintainer
will reopen this issue.
| # Configuration for no-response - https://github.com/probot/no-response
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 7
# Label requiring a response
# TODO: also close `needs-reproduction` issues (blocked by https://github.com/probot/no-response/issues/11)
responseRequiredLabel: more-info-needed
# Comment to post when closing an issue due to lack of response.
closeComment: >
Thank you for your issue!
We haven’t gotten a response to our questions above. With only the information
that is currently in the issue, we don’t have enough information to take
action. We’re going to close this but don’t hesitate to reach out if you have
or find the answers we need. If you answer our questions above, a maintainer
will reopen this issue.
|
Update of biomass costs sliders to prevent lower costs for biomass CHP with increasing price | ---
attr_name: cost_per_mj_growth_total
comments: ""
factor: 100.0
id: 59
key: costs_biomass
keys: greengas_AND_biodiesel_AND_bio_ethanol_AND_bio_oil_AND_algae_diesel_AND_biogas_AND_wood_pellets
label: "€/tonne"
label_query: Q(price_of_wood_pellets)
max_value: 1000.0
max_value_gql:
min_value: -100.0
min_value_gql:
name: Biomass
query: UPDATE(CARRIER(greengas,biodiesel,bio_ethanol,bio_oil,algae_diesel,biogas,wood_pellets), cost_per_mj, USER_INPUT())
share_group: ""
start_value: 0.0
start_value_gql:
unit: "%"
update_type: carriers
updateable_period: future
v1_legacy_unit: "%"
| ---
attr_name: cost_per_mj_growth_total
comments: "This now updates ALL biomass products, even bio_residues. This is required as fix to prevent negative costs from the export of wood_pellets. When a flex_max link type is made possible, we should rethink the workings of this slider"
factor: 100.0
id: 59
key: costs_biomass
keys: greengas_AND_biodiesel_AND_bio_ethanol_AND_bio_oil_AND_algae_diesel_AND_biogas_AND_wood_pellets_AND_bio_residues_for_firing
label: "€/tonne"
label_query: Q(price_of_wood_pellets)
max_value: 1000.0
max_value_gql:
min_value: -100.0
min_value_gql:
name: Biomass
query: UPDATE(CARRIER(greengas,biodiesel,bio_ethanol,bio_oil,algae_diesel,biogas,wood_pellets,bio_residues_for_firing), cost_per_mj, USER_INPUT())
share_group: ""
start_value: 0.0
start_value_gql:
unit: "%"
update_type: carriers
updateable_period: future
v1_legacy_unit: "%"
|
Use local checkout, push result | name: Docker Image CI
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DockerHubUsername }}
password: ${{ secrets.DockerHubPassword }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
target: production
tags: |
neinteractiveliterature/intercode:latest
neinteractiveliterature/intercode:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
| name: Docker Image CI
on:
push:
branches:
- main
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Login to Docker Hub
uses: docker/login-action@v1
with:
username: ${{ secrets.DockerHubUsername }}
password: ${{ secrets.DockerHubPassword }}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@master
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
context: .
push: true
target: production
tags: |
neinteractiveliterature/intercode:latest
neinteractiveliterature/intercode:${{ github.sha }}
cache-from: type=gha
cache-to: type=gha,mode=max
|
Change the installation way of Package `lcov` | language: php
php:
- 7.0
- 5.4
- 5.3
env:
- LIBZOOKEEPER_VERSION=3.5.1-alpha
- LIBZOOKEEPER_VERSION=3.5.0-alpha
- LIBZOOKEEPER_VERSION=3.4.6
install:
- sudo apt-get install -y lcov
- gem install coveralls-lcov
before_script:
- ./scripts/dev/install_libzookeeper.sh $LIBZOOKEEPER_VERSION
script:
- ./scripts/dev/build_n_test.sh $LIBZOOKEEPER_VERSION
after_success:
- coveralls-lcov coverage.info
| language: php
php:
- 7.0
- 5.4
- 5.3
env:
- LIBZOOKEEPER_VERSION=3.5.1-alpha
- LIBZOOKEEPER_VERSION=3.5.0-alpha
- LIBZOOKEEPER_VERSION=3.4.6
addons:
apt:
packages:
- lcov
sudo: false
install:
- gem install coveralls-lcov
before_script:
- ./scripts/dev/install_libzookeeper.sh $LIBZOOKEEPER_VERSION
script:
- ./scripts/dev/build_n_test.sh $LIBZOOKEEPER_VERSION
after_success:
- coveralls-lcov coverage.info
|
Set -destination on the xcodebuild command | language: objective-c
script:
- cd IRCrypto
- xcodebuild -project IRCrypto.xcodeproj -scheme IRCrypto -sdk iphonesimulator9.3 build test
| language: objective-c
osx_image: xcode7.3
script:
- cd IRCrypto
- xcodebuild -project IRCrypto.xcodeproj -scheme IRCrypto -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' build test
|
Add install for templatetag handlebars | sudo: false
language: python
python:
- "2.7"
install:
- pip install .
- pip install pep8
- pip install coverage
- pip install python-coveralls
- pip install django_compressor
before_script:
- cp travis-ci/manage.py manage.py
- python manage.py syncdb --noinput
script:
- pep8 mdotdevs/ --exclude=migrations
- coverage run --source=mdotdevs/ --omit=mdotdevs/migrations/* manage.py test mdotdevs
after_script:
- coveralls
| sudo: false
language: python
python:
- "2.7"
install:
- pip install .
- pip install pep8
- pip install coverage
- pip install python-coveralls
- pip install django_compressor
- pip install django-templatetag-handlebars
before_script:
- cp travis-ci/manage.py manage.py
- python manage.py syncdb --noinput
script:
- pep8 mdotdevs/ --exclude=migrations
- coverage run --source=mdotdevs/ --omit=mdotdevs/migrations/* manage.py test mdotdevs
after_script:
- coveralls
|
Remove node v6 as part of the environment for build | sudo: false
language: node_js
node_js:
- "5.0"
- "6.0"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
services:
- mongodb
cache:
directories:
- node_modules
notifications:
email: false
branches:
only:
- develop
- master
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm install
- npm install -g gulp
- npm install -g bower
- bower install
- gulp build
script:
- npm test
- gulp test:fend
after_success:
- npm run report-coverage
- gulp merger-coverage-report
- npm run coveralls
deploy:
provider: heroku
api_key: 8dbc5730-c35c-4c11-9022-e67974b0c1f3
app:
develop: dockip-staging
master: dockip
after_deploy:
- gulp heroku | sudo: false
language: node_js
node_js:
- "5.0"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
services:
- mongodb
cache:
directories:
- node_modules
notifications:
email: false
branches:
only:
- develop
- master
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
before_script:
- npm install
- npm install -g gulp
- npm install -g bower
- bower install
- gulp build
script:
- npm test
- gulp test:fend
after_success:
- npm run report-coverage
- gulp merger-coverage-report
- npm run coveralls
deploy:
provider: heroku
api_key: 8dbc5730-c35c-4c11-9022-e67974b0c1f3
app:
develop: dockip-staging
master: dockip
after_deploy:
- gulp heroku
|
Add Ruby 2.3.1 on Travis | language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
script:
- bundle exec rake spec
rvm:
- 2.0
- 2.1
- 2.2
- rbx
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/19098b4253a72c9796db
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
| language: ruby
sudo: false
cache: bundler
bundler_args: --without tools
script:
- bundle exec rake spec
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.1
- rbx
- jruby-9000
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/19098b4253a72c9796db
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false
|
Disable parallelism in jest for Travis-CI | language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install --pure-lockfile
script:
- npm run lint
- npm run test
- npm run build:prod
deploy:
- provider: firebase
skip_cleanup: true
token:
secure: $FIREBASE_TOKEN
on:
branch: master
- provider: pages
skip_cleanup: true
local_dir: dist
github_token: $GITHUB_TOKEN
on:
branch: master
| language: node_js
node_js:
- "stable"
cache:
yarn: true
directories:
- node_modules
before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash
- export PATH=$HOME/.yarn/bin:$PATH
install:
- yarn install --pure-lockfile
script:
- npm run lint
- npm test -- --runInBand
- npm run build:prod
deploy:
- provider: firebase
skip_cleanup: true
token:
secure: $FIREBASE_TOKEN
on:
branch: master
- provider: pages
skip_cleanup: true
local_dir: dist
github_token: $GITHUB_TOKEN
on:
branch: master
|
Revert "Try to fix Travis" | language: csharp
solution: ArchiSteamFarm.sln
# Technically ASF doesn't require this
# But we like to target latest environment
sudo: required
dist: trusty
git:
depth: 10
mono:
- weekly
- latest
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/df82484f12510c3f2516
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
| language: csharp
solution: ArchiSteamFarm.sln
git:
depth: 10
mono:
- weekly
- latest
notifications:
email: false
webhooks:
urls:
- https://webhooks.gitter.im/e/df82484f12510c3f2516
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
|
Add `skip_cleanup` to Travis CI config | language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3 python3-dev
- sudo apt-get install -qq check
script: autoreconf --install && ./configure --enable-gcov PYTHON_VERSION=3.2 && make && make check
after_success:
- coveralls --exclude tests --extension c
before_deploy: make dist
deploy:
provider: releases
api_key:
secure: Q/LypIhTkXiPp+NFtlDaKqc6tMUy7YnGs5sV24UEgI/8B/SUojexqGczdvEwpFep2DuXcJQ6bsbBkNYS5KBWSg67gsP5J/LkbjytMM/FWdFTV/zhlmUK+mMnKVHhlaC78JIg6vRxuKPMVYlcM2zcGcnRPQS8X3t+FdDkvw54zDM=
file: q3py-*.tar.gz
on:
repo: robo9k/q3py
branch: master
tags: true
| language: c
compiler:
- gcc
- clang
before_install:
- sudo pip install cpp-coveralls
install:
- sudo apt-get update -qq
- sudo apt-get install -qq python3 python3-dev
- sudo apt-get install -qq check
script: autoreconf --install && ./configure --enable-gcov PYTHON_VERSION=3.2 && make && make check
after_success:
- coveralls --exclude tests --extension c
before_deploy: make dist
deploy:
provider: releases
api_key:
secure: Q/LypIhTkXiPp+NFtlDaKqc6tMUy7YnGs5sV24UEgI/8B/SUojexqGczdvEwpFep2DuXcJQ6bsbBkNYS5KBWSg67gsP5J/LkbjytMM/FWdFTV/zhlmUK+mMnKVHhlaC78JIg6vRxuKPMVYlcM2zcGcnRPQS8X3t+FdDkvw54zDM=
file: q3py-*.tar.gz
skip_cleanup: true
on:
repo: robo9k/q3py
branch: master
tags: true
|
Add path to galaxy requirements | sudo: required
# env:
# - ARCH_TRAVIS_VERBOSE=1
arch:
repos:
- xyne-any=http://xyne.archlinux.ca/repos/xyne
- papyros=http://dash.papyros.io/repos/$repo/$arch
packages:
- base
- reflector
# aur
#- archey3-git
# papyros
- papyros-shell
- python2-pip
- ansible
script:
#- "sudo archey3"
- "reflector --verbose -l 20 --sort rate -p http"
- echo localhost > inventory
- ansible-galaxy install --force -r requirements.yml
# Check syntax
- ansible-playbook --syntax-check -i inventory test.yml
# First run
- ansible-playbook -i inventory test.yml --connection=local --sudo -v
# Second run Idempotence test
- >
ansible-playbook -i inventory test.yml --connection=local --sudo
| grep -q 'failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
# Further checks:
- yaourt --help || exit 1
script:
- "bash .travis/arch-travis.sh"
| sudo: required
# env:
# - ARCH_TRAVIS_VERBOSE=1
arch:
repos:
- xyne-any=http://xyne.archlinux.ca/repos/xyne
- papyros=http://dash.papyros.io/repos/$repo/$arch
packages:
- base
- reflector
# aur
#- archey3-git
# papyros
- papyros-shell
- python2-pip
- ansible
script:
#- "sudo archey3"
- "reflector --verbose -l 20 --sort rate -p http"
- echo localhost > inventory
- ansible-galaxy install --force -r requirements.yml -p roles
# Check syntax
- ansible-playbook --syntax-check -i inventory test.yml
# First run
- ansible-playbook -i inventory test.yml --connection=local --sudo -v
# Second run Idempotence test
- >
ansible-playbook -i inventory test.yml --connection=local --sudo
| grep -q 'failed=0'
&& (echo 'Idempotence test: pass' && exit 0)
|| (echo 'Idempotence test: fail' && exit 1)
# Further checks:
- yaourt --help || exit 1
script:
- "bash .travis/arch-travis.sh"
|
Fix variable name for C compiler in travid config: $CC | language: cpp
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- if [ "$CXX" = "g++" ]; then export CXX="/usr/bin/g++-4.8"; fi
- if [ "$CC" = "gcc" ]; then export CXX="/usr/bin/gcc-4.8"; fi
- $CXX --version
- $CC --version
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make
- ctest
| language: cpp
compiler:
- clang
- gcc
env:
- BUILD_TYPE=Debug
- BUILD_TYPE=Release
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
script:
- if [ "$CXX" = "g++" ]; then export CXX="/usr/bin/g++-4.8"; fi
- if [ "$CC" = "gcc" ]; then export CC="/usr/bin/gcc-4.8"; fi
- $CXX --version
- $CC --version
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE
- make
- ctest
|
Add pod setup, pod repo update | language: objective-c
osx_image: xcode8
xcode_workspace: Example/Puree.xcworkspace
xcode_scheme: PureeTests
before_install:
- gem update cocoapods --pre # Install 1.1.0.rc.2
podfile: Example/Podfile
| language: objective-c
osx_image: xcode8
xcode_workspace: Example/Puree.xcworkspace
xcode_scheme: PureeTests
before_install:
- gem update cocoapods --pre # Install 1.1.0.rc.2
- pod setup
- pod repo update
podfile: Example/Podfile
|
Add target directory to LD_LIBRARY_PATH | env:
global:
- secure: a0aZLlsuJdEsS/94pcCIr9D0WPdoawBH/dCz39/RAxTcT+g56YzlU4RtjyVqnlo92qPYAs11r/CrAGKCJHS92GIESUziA0ZDwgkKpPerJYl/OcTL612ArARO02UDNsD67y+gAOZF5xrt/Sppro65oIqKVYRwY+HKcESlQqp9/b0=
install:
- curl --retry 3 --output rust.tgz
http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- tar xf rust.tgz
- (cd ./rust-nightly-x86_64-unknown-linux-gnu/; sudo ./install.sh)
- export LD_LIBRARY_PATH=/usr/local/lib
script:
- make lib test doc
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
| env:
global:
- secure: a0aZLlsuJdEsS/94pcCIr9D0WPdoawBH/dCz39/RAxTcT+g56YzlU4RtjyVqnlo92qPYAs11r/CrAGKCJHS92GIESUziA0ZDwgkKpPerJYl/OcTL612ArARO02UDNsD67y+gAOZF5xrt/Sppro65oIqKVYRwY+HKcESlQqp9/b0=
install:
- curl --retry 3 --output rust.tgz
http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
- tar xf rust.tgz
- (cd ./rust-nightly-x86_64-unknown-linux-gnu/; sudo ./install.sh)
- export LD_LIBRARY_PATH=$PWD/target/:/usr/local/lib/
script:
- make lib test doc
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
|
Drop support for Node.js < 10 | language: node_js
node_js:
- "8"
- "10"
- "11"
| language: node_js
node_js:
- "10"
- "11"
|
Use a more recent version of Bundler | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env: COVERALL=1
| language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
env: COVERALL=1
before_install:
- gem install bundler
|
Add 4.08 and 4.09 tests to CI | language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=pkcs11
- DISTRO=alpine
- PINS="pkcs11:. pkcs11-cli:. pkcs11-rev:. pkcs11-driver:."
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.04 PACKAGE=pkcs11-cli
- OCAML_VERSION=4.04 PACKAGE=pkcs11-rev
- OCAML_VERSION=4.04 PACKAGE=pkcs11-driver
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
- OCAML_VERSION=4.07 PACKAGE=pkcs11-cli
- OCAML_VERSION=4.07 PACKAGE=pkcs11-rev
- OCAML_VERSION=4.07 PACKAGE=pkcs11-driver
- OCAML_VERSION=4.07 DISTRO=debian-stable
| language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
script: bash ./.travis-docker.sh
env:
global:
- PACKAGE=pkcs11
- DISTRO=alpine
- PINS="pkcs11:. pkcs11-cli:. pkcs11-rev:. pkcs11-driver:."
matrix:
- OCAML_VERSION=4.04
- OCAML_VERSION=4.04 PACKAGE=pkcs11-cli
- OCAML_VERSION=4.04 PACKAGE=pkcs11-rev
- OCAML_VERSION=4.04 PACKAGE=pkcs11-driver
- OCAML_VERSION=4.05
- OCAML_VERSION=4.06
- OCAML_VERSION=4.07
- OCAML_VERSION=4.07 PACKAGE=pkcs11-cli
- OCAML_VERSION=4.07 PACKAGE=pkcs11-rev
- OCAML_VERSION=4.07 PACKAGE=pkcs11-driver
- OCAML_VERSION=4.07 DISTRO=debian-stable
- OCAML_VERSION=4.08
- OCAML_VERSION=4.08 PACKAGE=pkcs11-cli
- OCAML_VERSION=4.08 PACKAGE=pkcs11-rev
- OCAML_VERSION=4.08 PACKAGE=pkcs11-driver
- OCAML_VERSION=4.08 DISTRO=debian-stable
- OCAML_VERSION=4.09
- OCAML_VERSION=4.09 PACKAGE=pkcs11-cli
- OCAML_VERSION=4.09 PACKAGE=pkcs11-rev
- OCAML_VERSION=4.09 PACKAGE=pkcs11-driver
- OCAML_VERSION=4.09 DISTRO=debian-stable
|
Deploy tags automatically to NPM | ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
install:
- npm install
- bower install
script:
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
| ---
language: node_js
node_js:
- "4"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=ember-1.13
- EMBER_TRY_SCENARIO=ember-lts-2.4
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
before_install:
- npm config set spin false
- npm install -g bower
- bower --version
- npm install phantomjs-prebuilt
- node_modules/phantomjs-prebuilt/bin/phantomjs --version
install:
- npm install
- bower install
script:
- ember try:one $EMBER_TRY_SCENARIO test --skip-cleanup
deploy:
provider: npm
email: tobias.bieniek@gmx.de
api_key:
secure: V/2EC1mCfWuYui+MyzrOnZqCWhwJDTEyhsrxlAPIN0T/BbHQdFgYlu+V4Pi03D/Mn0/0x50pcRmvA9A2SfylollRRTZNlnsHvc9QVT+SAp5ww49umhbOLUlEa9+HvufT1U8+t5kUYzBJ8EJJb0fXpqtpvgdf6Q5ZFeOiQ783lYg=
on:
tags: true
repo: ember-cli/ember-cli-mocha
|
Create test MySQL DB on Travis | language: node_js
script:
- npm run lerna bootstrap
- npm test
- ( cd packages/any-db-pool && npm test )
- ( cd packages/any-db-mysql && npm test )
- ( cd packages/any-db-postgres && npm test )
- ( cd packages/any-db-sqlite3 && npm test )
- ( cd packages/any-db-transaction && npm test )
- ( cd packages/parse-db-url && npm test )
node_js:
- "node"
- "lts/*"
| language: node_js
before_script:
- mysql -e 'create database any_db_test' -uroot
script:
- npm run lerna bootstrap
- npm test
- ( cd packages/any-db-pool && npm test )
- ( cd packages/any-db-mysql && npm test )
- ( cd packages/any-db-postgres && npm test )
- ( cd packages/any-db-sqlite3 && npm test )
- ( cd packages/any-db-transaction && npm test )
- ( cd packages/parse-db-url && npm test )
node_js:
- "node"
- "lts/*"
|
Stop allowing failures on PHP 7.1 | language: php
sudo: false
env:
global:
- RUN_PHPCS="no"
- COMPOSER_FLAGS=""
matrix:
include:
- php: 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.4
- php: 5.5
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
- php: 7.1
- php: hhvm
allow_failures:
- php: 7.1
- php: hhvm
before_script:
- composer self-update
- composer update $COMPOSER_FLAGS
script:
- vendor/bin/phpunit
- if [ "$RUN_PHPCS" == "yes" ]; then vendor/bin/phpcs -p --report=full --extensions=php --standard=.travis/phpcs/Joomla/ruleset.xml src/; fi;
| language: php
sudo: false
env:
global:
- RUN_PHPCS="no"
- COMPOSER_FLAGS=""
matrix:
include:
- php: 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
- php: 5.4
- php: 5.5
- php: 5.6
env: RUN_PHPCS="yes"
- php: 7.0
- php: 7.1
- php: hhvm
allow_failures:
- php: hhvm
before_script:
- composer self-update
- composer update $COMPOSER_FLAGS
script:
- vendor/bin/phpunit
- if [ "$RUN_PHPCS" == "yes" ]; then vendor/bin/phpcs -p --report=full --extensions=php --standard=.travis/phpcs/Joomla/ruleset.xml src/; fi;
|
Update Travis to only test Node 4 and 5 | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5'
matrix:
fast_finish: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
script: npm test --coverage
after_script: codeclimate-test-reporter < coverage/lcov.info
| sudo: false
language: node_js
node_js:
- '4'
- '5'
matrix:
fast_finish: true
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
env:
- CXX=g++-4.8
script: npm test --coverage
after_script: codeclimate-test-reporter < coverage/lcov.info
|
Use Rust 1.9 or later | sudo: false
language: rust
rust:
- nightly
- beta
- 1.8.0
- 1.7.0
script:
- cargo test
- cargo test --features "normalizer_mysql unstable"
| sudo: false
language: rust
rust:
- nightly
- beta
- 1.9.0
script:
- cargo test
- cargo test --features "normalizer_mysql unstable"
|
Add node 5 to Travis | sudo: false
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "3"
- "4"
script: "npm run test:cov"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
| sudo: false
language: node_js
node_js:
- "0.12"
- "1"
- "2"
- "3"
- "4"
- "5"
script: "npm run test:cov"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
|
Disable cache on Travis for Node.js adapter | sudo: required
dist: trusty
language: node_js
addons:
chrome: stable
node_js:
- "6"
- "8"
- "10"
- "11"
services:
- docker
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
install:
- npm install
before_install:
- ./scripts/start-server.sh
before_script:
- make lint
script:
- ./run-tests.sh
| sudo: required
dist: trusty
language: node_js
cache:
npm: false
addons:
chrome: stable
node_js:
- "6"
- "8"
- "10"
- "11"
services:
- docker
after_success:
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'
install:
- npm install
before_install:
- ./scripts/start-server.sh
before_script:
- make lint
script:
- ./run-tests.sh
|
Update CI script to install JSPM packages | language: node_js
node_js:
- node
- io.js
- 5.5
- 4.2
- 4.1
- 0.12
- 0.10
sudo: false
services:
- mongodb
- redis-server
env:
- NODE_ENV=test
script: "npm run test-coverage && karma start --single-run"
after_script: "npm run coverage && cat ./coverage/lcov.info | coveralls"
| language: node_js
node_js:
- node
- io.js
- 5.5
- 4.2
- 4.1
- 0.12
- 0.10
sudo: false
services:
- mongodb
- redis-server
env:
- NODE_ENV=test
before_script: "jspm install"
script: "npm run test-coverage && karma start --single-run"
after_script: "npm run coverage && cat ./coverage/lcov.info | coveralls"
|
Test on osx as well | sudo: required
env:
- GHCVER=7.10.3
- GHCVER=8.0.2
- GHCVER=8.2.1
- GHCVER=8.4.1
- GHCVER=head
script:
- export HLINT_ARGUMENTS=src
- curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
| sudo: required
matrix:
include:
- env: GHCVER=7.10.3
- env: GHCVER=8.0.2
- env: GHCVER=8.2.1
- env: GHCVER=8.4.1
- env: GHCVER=head
- os: osx
script:
- export HLINT_ARGUMENTS=src
- curl -sL https://raw.github.com/ndmitchell/neil/master/travis.sh | sh
deploy:
provider: releases
api_key:
secure: ""
file_glob: true
file: travis-release/*
skip_cleanup: true
on:
tags: true
|
Make Travis wait 10 minutes | language: ruby
before_install: gem install bundler --version '1.8'
install: bundle install
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.5
- 2.4.2
- ruby-head
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
slack: openfoodfacts:oicZXgD1SNoGCA6EXLK6CB7i
| language: ruby
before_install: gem install bundler --version '1.8'
install: bundle install
script: travis_wait 10 rake
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.5
- 2.4.2
- ruby-head
- jruby-head
- rbx-2
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: rbx-2
notifications:
slack: openfoodfacts:oicZXgD1SNoGCA6EXLK6CB7i
|
Install the autopoint package for Travis builds. | # Travis CI configuration file
sudo: false
language: c
script:
- autoreconf -sivf
- ./configure --prefix="${HOME}"
- make
- make check
- make install
compiler:
- clang
- gcc
os:
- linux
- osx
| # Travis CI configuration file
sudo: false
language: c
# Install autopoint on Ubuntu (needed for gettext)
addons:
apt:
packages:
- autopoint
script:
# Ensure brew gettext is in the PATH so autopoint is found on OS X
- PATH="$PATH:/usr/local/opt/gettext/bin" autoreconf -sivf
- ./configure --prefix="${HOME}"
- make
- make check
- make install
compiler:
- clang
- gcc
os:
- linux
- osx
|
Use Build instead of tsc | language: node_js
node_js:
- "node"
- "6"
script:
- cd client
- npm install
- cd ..
- cd server
- npm install
- npm run tsc
- npm test
| language: node_js
node_js:
- "node"
- "6"
script:
- cd client
- npm install
- cd ..
- cd server
- npm install
- npm run build
- npm test
|
Fix debootstrap error caused by debootstrapopts | language: cpp
compiler: gcc
script: pdebuild
install: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pbuilder devscripts
- wget http://debian.ignsdk.web.id/pkg/debootstrap_1.0.55_all.deb -O /home/travis/debootstrap.deb
- wget http://debian.ignsdk.web.id/pkg/debian-archive-keyring_2012.4_all.deb -O /home/travis/debian-archive-keyring.deb
- sudo dpkg -i /home/travis/*.deb
- sudo pbuilder create --distribution testing --mirror http://ftp.us.debian.org/debian/ --allow-untrusted --debootstrapopts "--no-check-gpg --variant=buildd"
branches:
only:
- master
| language: cpp
compiler: gcc
script: pdebuild
install: true
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq pbuilder devscripts
- wget http://debian.ignsdk.web.id/pkg/debootstrap_1.0.55_all.deb -O /home/travis/debootstrap.deb
- wget http://debian.ignsdk.web.id/pkg/debian-archive-keyring_2012.4_all.deb -O /home/travis/debian-archive-keyring.deb
- sudo dpkg -i /home/travis/*.deb
- sudo pbuilder create --distribution testing --mirror http://ftp.us.debian.org/debian/ --allow-untrusted --debootstrapopts --no-check-gpg --debootstrapopts --variant=buildd
branches:
only:
- master
|
Use pip install -e instead of setup.py install | language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install --use-mirrors Cython"
- python setup.py install
# command to run tests
script: python -m darc.testsuite.run -vb
| language: python
python:
- "3.2"
- "3.3"
# command to install dependencies
install:
- "pip install --use-mirrors Cython"
- "pip install -e ."
# command to run tests
script: python -m darc.testsuite.run -vb
|
Validate Travis CI config file from now on | sudo: required
dist: trusty
# Those two above are for getting most recent Ubuntu at Travis
# https://docs.travis-ci.com/user/ci-environment/
language: node_js
node_js:
- "10"
- "12"
cache:
directories:
- node_modules
matrix:
fast_finish: true
script:
- npm run lint
- npm test
after_script: "npm run coverage"
| # https://docs.travis-ci.com/user/build-config-validation/
version: ~> 1.0
sudo: required
dist: trusty
# Those two above are for getting most recent Ubuntu at Travis
# https://docs.travis-ci.com/user/ci-environment/
language: node_js
node_js:
- "10"
- "12"
cache:
directories:
- node_modules
jobs:
fast_finish: true
script:
- npm run lint
- npm test
after_script: "npm run coverage"
|
Test in both 1.8 and 1.9 mode on JRuby and Rubinius | language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby
- rbx
- ree
| language: ruby
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
|
Update comments re node version to reflect we're no longer using yarn | language: node_js
node_js:
# Node v0.10 is installed by default, but >= v4 is required for yarn. "node" will install the latest stable version
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#Travis-CI-supports-yarn
- "node"
after_script:
# Send test coverage data to coveralls.io
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
# Generate documentation at doc.esdoc.org
- "curl 'https://doc.esdoc.org/api/create' -X POST --data-urlencode 'gitUrl=git@github.com:bmaupin/js-civ5save.git'"
| language: node_js
node_js:
# "node" will install the latest stable version
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs/
- "node"
after_script:
# Send test coverage data to coveralls.io
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
# Generate documentation at doc.esdoc.org
- "curl 'https://doc.esdoc.org/api/create' -X POST --data-urlencode 'gitUrl=git@github.com:bmaupin/js-civ5save.git'"
|
Add Node.js v4 stable to Travis config | language: node_js
node_js:
- 'iojs'
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
| language: node_js
node_js:
- 'iojs'
- '4'
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
|
Use latest JRuby on Travis CI | language: ruby
sudo: false
services:
- mongodb
gemfile:
- Gemfile
- Gemfile.rails42
- Gemfile.mongo_mapper
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.0.0
notifications:
email: false
| language: ruby
sudo: false
services:
- mongodb
gemfile:
- Gemfile
- Gemfile.rails42
- Gemfile.mongo_mapper
rvm:
- 2.2.5
- 2.3.1
- jruby-9.1.2.0
notifications:
email: false
|
Switch to using Pillow for python3 testing. | language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip install --quiet git+https://github.com/sloonz/pil-py3k.git; fi
- pip --quiet install pil
- sudo apt-get --quiet=2 install perceptualdiff
script:
- ./test/test.py
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then ./test/test_gradients.py; fi
| language: python
python:
- "2.7"
- "3.2"
before_install:
- sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so ~/virtualenv/python2.7/lib/
install:
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then pip install --quiet git+https://github.com/python-imaging/Pillow.git; fi
- pip --quiet install pil
- sudo apt-get --quiet=2 install perceptualdiff
script:
- ./test/test.py
- if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then ./test/test_gradients.py; fi
|
Modify Travis config file to deploy on every tag push to npm | sudo: false
language: node_js
node_js:
- node
- lts/*
- 8
- 6
- 4
install:
- npm i -g npm@latest
- npm install
| sudo: false
language: node_js
node_js:
- node
- lts/*
- 8
- 6
- 4
install:
- npm i -g npm@latest
- npm install
deploy:
provider: npm
email: alex@alexanderdickson.com
api_key:
secure: Tjp9eJJqvvN0DHtdk9NKCKH6mq+0rang1tAhtUWoxUQ4TZySVFR9NT3PzuqHIgxTY7wR8/zquyc4i9yXBv2Wilp1U1fPZrZpkEg62y+NlFMdikb6sjuL/QoTS6LFYwirE/P0MJiXPk1lTxUkE6emHxgomWlmYClnVRst3hq4Xy4=
|
Allow failure of Ruby 2.0.0 | branches:
only:
- master
before_script: cp config/database.yml.example config/database.yml
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
rvm:
- 1.9.3
- 2.0.0
script: bundle exec rake db:create db:migrate db:test:prepare default
| branches:
only:
- master
before_script: cp config/database.yml.example config/database.yml
language: ruby
matrix:
allow_failures:
- rvm: 2.0.0
rvm:
- 1.9.3
- 2.0.0
script: bundle exec rake db:create db:migrate db:test:prepare default
|
Fix Travis tox pre-commit env definition | language: python
addons:
apt:
config:
retries: true
cache:
apt: true
pip: true
matrix:
include:
- os: linux
dist: xenial
python: 2.7
env: TOXENV=py27
name: "2.7 Xenial"
- os: linux
dist: xenial
python: 3.5
env: TOXENV=py35
name: "3.5 Xenial"
- os: linux
dist: xenial
python: 3.6
env: TOXENV=py36
name: "3.6 Xenial"
- os: linux
dist: xenial
python: 3.7
env: TOXENV=py37-pep8
name: "3.7 Xenial"
- os: linux
dist: bionic
python: 3.7
env: TOXENV=py37
name: "3.7 Bionic"
before_install:
- sudo apt-get install -y tesseract-ocr
- sudo apt-get install -y tesseract-ocr-fra
- tesseract --version
- tesseract --list-langs
install:
pip install tox
script:
tox
notifications:
email: false
| language: python
addons:
apt:
config:
retries: true
cache:
apt: true
pip: true
matrix:
include:
- os: linux
dist: xenial
python: 2.7
env: TOXENV=py27
name: "2.7 Xenial"
- os: linux
dist: xenial
python: 3.5
env: TOXENV=py35
name: "3.5 Xenial"
- os: linux
dist: xenial
python: 3.6
env: TOXENV=py36
name: "3.6 Xenial"
- os: linux
dist: xenial
python: 3.7
env: TOXENV=py37-pre-commit
name: "3.7 Xenial"
- os: linux
dist: bionic
python: 3.7
env: TOXENV=py37
name: "3.7 Bionic"
before_install:
- sudo apt-get install -y tesseract-ocr
- sudo apt-get install -y tesseract-ocr-fra
- tesseract --version
- tesseract --list-langs
install:
pip install tox
script:
tox
notifications:
email: false
|
Reduce gradle verbosity on Travis | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --info --stacktrace
after_failure: scripts/upload
notifications:
email: false
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $TRAVIS_BUILD_DIR/.gradle/
- $TRAVIS_BUILD_DIR/build/
env:
- MCTESTER_UPLOAD_URL="https://openwhisk.ng.bluemix.net/api/v1/web/aa1ronham%40gmail.com_dev/default/image-upload.json"
| sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_failure: scripts/upload
notifications:
email: false
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $TRAVIS_BUILD_DIR/.gradle/
- $TRAVIS_BUILD_DIR/build/
env:
- MCTESTER_UPLOAD_URL="https://openwhisk.ng.bluemix.net/api/v1/web/aa1ronham%40gmail.com_dev/default/image-upload.json"
|
Add support for Node.js 10 | sudo: false
language: node_js
notifications:
email: false
node_js:
- 6
- 8
matrix:
fast_finish: true
script: npm run travis
before_install:
- npm i -g npm
before_script:
- npm prune
after_success:
- npm run semantic-release
| sudo: false
language: node_js
notifications:
email: false
node_js:
- 6
- 8
- 10
matrix:
fast_finish: true
script: npm run travis
before_install:
- npm i -g npm
before_script:
- npm prune
after_success:
- npm run semantic-release
|
Use Ubuntu 22.04 in CI | name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
include:
- { ruby: 2.7.6 }
- { ruby: 3.0.4 }
- { ruby: 3.1.2 }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.3.4.0 }
- { ruby: jruby-head, allow-failure: true }
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake
continue-on-error: ${{ matrix.allow-failure || false }}
| name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
include:
- { ruby: 2.7.6 }
- { ruby: 3.0.4 }
- { ruby: 3.1.2 }
- { ruby: head, allow-failure: true }
- { ruby: jruby-9.3.4.0 }
- { ruby: jruby-head, allow-failure: true }
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake
continue-on-error: ${{ matrix.allow-failure || false }}
|
Remove unnecessary files from build | # Site settings
title: Synnefo
description: "Synnefo is open source cloud software used to create massively scalable IaaS clouds."
keywords: "cloud software, cloud platform, commodity hardware, large scale, Ganeti, OpenStack, production quality, production ready, okeanos, IaaS"
baseurl: ""
url: "https://www.synnefo.org"
twitter_username: synnefosoftware
github_repo: grnet/synnefo
google_id: 102978637446585725532
# Build settings
markdown: kramdown
permalink: pretty
exclude: [static/sass/]
| # Site settings
title: Synnefo
description: "Synnefo is open source cloud software used to create massively scalable IaaS clouds."
keywords: "cloud software, cloud platform, commodity hardware, large scale, Ganeti, OpenStack, production quality, production ready, okeanos, IaaS"
baseurl: ""
url: "https://www.synnefo.org"
twitter_username: synnefosoftware
github_repo: grnet/synnefo
google_id: 102978637446585725532
# Build settings
markdown: kramdown
permalink: pretty
exclude: [static/sass/, node_modules, requirements.txt, Gruntfile.js, package.json, README.md]
|
Update from Hackage at 2021-01-20T13:58:01Z | homepage: ''
changelog-type: ''
hash: cfa4b5995eecc613cc80b2fa97640ab3967586979e01f23a9f30482754077c9f
test-bench-deps: {}
maintainer: Zachary Churchill <zachary@itpro.tv>
synopsis: Generates a servant API module
changelog: ''
basic-deps:
base: '>=4.13.0.0 && <=5.2.0.0'
parser-combinators: '>=1.2.1'
text: '>=1.2.4.0'
regex-tdfa: '>=1.3.1.0'
regex-base: '>=0.94.0.0'
mtl: '>=2.2.2'
attoparsec: '>=0.13.2.4'
optparse-applicative: '>=0.15.1.0'
hpack: '>=0.34.2'
tomland: '>=1.3.1.0'
all-versions:
- 0.0.3
author: ''
latest: 0.0.3
description-type: haddock
description: A preprocessor which will parse a psuedo-haskell module with imports
and generate a module with exports an Api type and a server function
license-name: MIT
| homepage: ''
changelog-type: ''
hash: 64e7dfb7d56adfad251c9e538a52907555a9abbf37d5caeae49cc3b234c41c77
test-bench-deps: {}
maintainer: Zachary Churchill <zachary@itpro.tv>
synopsis: Generates a servant API module
changelog: ''
basic-deps:
base: '>=4.13.0.0 && <=5.2.0.0'
parser-combinators: '>=1.2.1'
text: '>=1.2.4.0'
regex-tdfa: '>=1.3.1.0'
regex-base: '>=0.94.0.0'
mtl: '>=2.2.2'
attoparsec: '>=0.13.2.4'
optparse-applicative: '>=0.15.1.0'
hpack: '>=0.34.2'
all-versions:
- 0.0.3
- 0.1.0
author: ''
latest: 0.1.0
description-type: haddock
description: A preprocessor which will parse a psuedo-haskell module with imports
and generate a module with exports an Api type and a server function
license-name: MIT
|
Switch to ubuntu and parallel jobs | ---
kind: pipeline
name: arm64_gcc_make
platform:
os: linux
arch: arm64
steps:
- name: Build and Test
image: centos:7
environment:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands:
- yum -y install make gcc gcc-gfortran perl
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS"
---
kind: pipeline
name: arm64_clang_make
platform:
os: linux
arch: arm64
steps:
- name: Build and Test
image: centos:7
environment:
CC: clang
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32'
commands:
- yum -y install make gcc gcc-gfortran perl clang
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS"
| ---
kind: pipeline
name: arm64_gcc_make
platform:
os: linux
arch: arm64
steps:
- name: Build and Test
image: ubuntu:18.04
environment:
CC: gcc
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
commands:
- apt install make gcc gfortran perl clang
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS"
---
kind: pipeline
name: arm64_clang_make
platform:
os: linux
arch: arm64
steps:
- name: Build and Test
image: ubuntu:18.04
environment:
CC: clang
COMMON_FLAGS: 'DYNAMIC_ARCH=1 TARGET=ARMV8 NUM_THREADS=32 -j'
commands:
- apt install make gcc gfortran perl clang
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
- make -C utest $COMMON_FLAGS"
|
Update from Hackage at 2018-09-01T08:06:58Z | homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: fcfcb97b431864cc054e4dfc94cd67d64678e71e97ff8da2474a65f008909464
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for http2-grpc-types
## Unreleased changes
'
basic-deps:
bytestring: ! '>=0.10.8 && <0.11'
base: ! '>=4.7 && <5'
proto-lens: ! '>=0.3.1 && <0.4'
binary: ! '>=0.8.5 && <0.11'
zlib: -any
all-versions:
- '0.1.0.0'
- '0.2.0.0'
author: Lucas DiCioccio
latest: '0.2.0.0'
description-type: markdown
description: ! '# http2-grpc-types
A module to put in common HTTP2/gRPC types, values, and helpers.
'
license-name: BSD3
| homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme
changelog-type: markdown
hash: 1f77aeb366c31ad6b34a46ff105de06a566bda325b6aa5724295346f291c69d7
test-bench-deps: {}
maintainer: lucas@dicioccio.fr
synopsis: Types for gRPC over HTTP2 common for client and servers.
changelog: ! '# Changelog for http2-grpc-types
## Unreleased changes
'
basic-deps:
bytestring: ! '>=0.10.8 && <0.11'
case-insensitive: ! '>=1.2.0 && <1.3'
base: ! '>=4.7 && <5'
proto-lens: ! '>=0.3.1 && <0.4'
binary: ! '>=0.8.5 && <0.11'
zlib: ! '>=0.6.2 && <0.7'
all-versions:
- '0.1.0.0'
- '0.2.0.0'
- '0.3.0.0'
author: Lucas DiCioccio
latest: '0.3.0.0'
description-type: markdown
description: ! '# http2-grpc-types
A module to put in common HTTP2/gRPC types, values, and helpers.
'
license-name: BSD3
|
Update the master's security group so it can be reached | ---
master:
ami: "ami-ab76eccb"
type: "m4.xlarge"
key_name: "training"
security_group_ids:
- "sg-688b120f"
instructorwin:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name: "training"
security_group_ids:
- "sg-688b120f"
- "sg-db63e0be"
student:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name: "training"
security_group_ids:
- "sg-688b120f"
- "sg-db63e0be"
| ---
master:
ami: "ami-ab76eccb"
type: "m4.xlarge"
key_name: "training"
security_group_ids:
- "sg-f3b33794"
instructorwin:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name: "training"
security_group_ids:
- "sg-688b120f"
- "sg-db63e0be"
student:
ami: "ami-e8f6ed91"
type: "t2.micro"
key_name: "training"
security_group_ids:
- "sg-688b120f"
- "sg-db63e0be"
|
Scale the bug report template back even farther | name: Bug Report
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
labels: ["bug", "classify"]
body:
body:
- type: input
attributes:
label: VS Code version
description: 'Can be found via the `Help: About` command'
validation:
required: true
- type: input
attributes:
label: Extension version
description: 'Available under the Extensions side bar'
validation:
required: true
- type: dropdown
attributes:
label: OS type
options: ['Windows', 'macOS', 'Linux', 'Other']
validations:
required: true
- type: input
attributes:
label: OS version
validations:
required: true
- type: input
attributes:
label: Python version
validations:
required: true
- type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/microsoft/vscode-python/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true | name: Bug Report
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
labels: ["bug", "classify"]
body:
body:
- type: input
attributes:
label: VS Code version
description: 'Can be found via the `Help: About` command'
validation:
required: true
- type: input
attributes:
label: Extension version
description: 'Available under the Extensions side bar'
validation:
required: true
- type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/microsoft/vscode-python/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true |
Update circleci/python:3.7.0 Docker digest to f5ff01b | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.0@sha256:e24a1db944cfe185fcc888ba043eadf385012f91325c92ab6065674eef815415
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
python setup.py dev_persistent_pip_sync
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
- run:
name: run tests
command: |
. venv/bin/activate
flake8 bamboo_crawler tests
export AWS_ACCESS_KEY_ID=''
export AWS_SECRET_ACCESS_KEY=''
python setup.py test
- store_artifacts:
path: test-reports
destination: test-reports
| # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.0@sha256:f5ff01bc54c86a41a2e48ae0d9d4b67b4e3eea6761018a4f8ff7e6a06df7bb46
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
python setup.py dev_persistent_pip_sync
- save_cache:
paths:
- ./venv
key: v1-dependencies-{{ checksum "requirements.txt" }}-{{ checksum "dev-requirements.txt" }}
- run:
name: run tests
command: |
. venv/bin/activate
flake8 bamboo_crawler tests
export AWS_ACCESS_KEY_ID=''
export AWS_SECRET_ACCESS_KEY=''
python setup.py test
- store_artifacts:
path: test-reports
destination: test-reports
|
Include 1.0 in the Travis tests. | language: python
python:
- "2.7"
env:
- DJANGO=1_4
- DJANGO=1_7
install: "pip install -r test-projects/common.pip -r test-projects/django_${DJANGO}/setup.pip"
script: "cd test-projects/django_${DJANGO} && python manage.py test pubsubpull${TESTS}"
| language: python
python:
- "2.7"
env:
- DJANGO=1_0
- DJANGO=1_4
- DJANGO=1_7
install: "pip install -r test-projects/common.pip -r test-projects/django_${DJANGO}/setup.pip"
script: "cd test-projects/django_${DJANGO} && python manage.py test pubsubpull${TESTS}"
|
Add ppc64le jobs to Travis CI | sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
python: "3.2"
- os: linux
dist: trusty
language: python
python: "3.3"
- os: linux
dist: bionic
language: python
python: "3.7"
- os: linux
arch: arm64
dist: bionic
language: python
python: "3.7"
- os: linux
dist: xenial
language: python
python: "pypy"
script:
- python run.py deps
- python run.py ci
| sudo: false
language: c
branches:
except:
- /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
- os: linux
dist: bionic
language: python
python: "2.7"
- os: linux
dist: trusty
language: python
python: "3.2"
- os: linux
dist: trusty
language: python
python: "3.3"
- os: linux
dist: bionic
language: python
python: "3.7"
- os: linux
arch: arm64
dist: bionic
language: python
python: "3.7"
- os: linux
arch: ppc64le
dist: bionic
language: python
python: "3.7"
- os: linux
dist: xenial
language: python
python: "pypy"
script:
- python run.py deps
- python run.py ci
|
Test Laravel 5.1 and 5.4 in TravisCI | language: php
php:
- 7.0
cache:
directories:
- $HOME/.composer/cache
matrix:
- LARAVEL_VERSION="5.4.*" COMPOSER_FLAGS="--prefer-lowest"
- LARAVEL_VERSION="5.4.*" COMPOSER_FLAGS=""
before_install:
- travis_retry composer self-update
install:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- travis_retry composer require laravel-framework:${LARAVEL_VERSION} --no-update
script:
- vendor/bin/phpunit
branches:
only:
- master
- develop
- feature/testing/refactor-tests
notifications:
email:
on_failure: change
on_success: never
| language: php
php:
- 7.0
cache:
directories:
- $HOME/.composer/cache
env:
matrix:
- LARAVEL_VERSION="5.1.*"
- LARAVEL_VERSION="5.4.*"
before_install:
- travis_retry composer self-update
- composer require laravel/framework=${LARAVEL_VERSION} --no-update
install:
- travis_retry composer update --no-interaction --prefer-dist
script:
- vendor/bin/phpunit
branches:
only:
- master
- develop
- feature/testing/refactor-tests
notifications:
email:
on_failure: change
on_success: never
|
Revert "Should be compiling against 3" | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
install: "pip install -r requirements.txt"
script: py.test
| language: python
python:
- "2.6"
- "2.7"
install: "pip install -r requirements.txt"
script: py.test
|
Allow failures on Python 3 | language: python
python:
- 2.7
- 3.3
- 3.4
install:
- pip install coverage coveralls
- pip install -r requirements-test.txt
script:
- coverage run --source=djlaterpay setup.py test
after_success:
coveralls
| language: python
python:
- 2.7
- 3.3
- 3.4
install:
- pip install coverage coveralls
- pip install -r requirements-test.txt
script:
- coverage run --source=djlaterpay setup.py test
after_success:
coveralls
matrix:
allow_failures:
- python: 3.3
- python: 3.4
|
Fix Travis configuration for Travis 3.7 | sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
| sudo: false
language: python
# The next two lines are here to fix build with Pyton 3.7, see
# https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
sudo: required
dist: xenial
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
|
Add OpenJDK 13-EA to Travis builds. | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
sudo: false
jdk:
- openjdk7
- openjdk8
- openjdk11
- openjdk12
- oraclejdk8
- oraclejdk11
script:
- mvn
after_success:
- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
| # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
sudo: false
jdk:
- openjdk7
- openjdk8
- openjdk11
- openjdk12
- openjdk-ea
- oraclejdk8
- oraclejdk11
script:
- mvn
after_success:
- mvn clean cobertura:cobertura coveralls:report -Ptravis-cobertura
|
Test with newer rubies including 2.4.0 | language: ruby
rvm:
- "2.2.5"
- "2.3.1"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
after_script: bundle exec codeclimate-test-reporter
| language: ruby
rvm:
- "2.2.6"
- "2.3.3"
- "2.4.0"
- ruby-head
- jruby-head
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
after_script: bundle exec codeclimate-test-reporter
|
Support latest versions of Ruby and all branches | before_script:
- "ruby --version"
- "bundle exec rake test_app"
script: "bundle exec rake"
notifications:
irc:
channels:
- "irc.freenode.org#spree"
use_notice: true
skip_join: true
branches:
only:
- master
- namespace
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- ree
| before_script:
- "ruby --version"
- "bundle exec rake test_app"
script: "bundle exec rake"
notifications:
irc:
channels:
- "irc.freenode.org#spree"
use_notice: true
skip_join: true
rvm:
- 1.9.3
- 2.0.0
|
Remove preinstall step from TravisCI config | language: objective-c
osx_image: xcode9
script:
- set -o pipefail && xcodebuild test -project C4iOS.xcodeproj -scheme C4 -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty
- pod lib lint
before_install:
- brew update
- brew install swiftlint
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
| language: objective-c
osx_image: xcode9
script:
- set -o pipefail && xcodebuild test -project C4iOS.xcodeproj -scheme C4 -destination 'platform=iOS Simulator,name=iPhone 6' | xcpretty
- pod lib lint
|
Remove py32 from test matrix | language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- python setup.py install
script: py.test --assert=plain
| language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
- "pypy3"
install:
- python setup.py install
script: py.test --assert=plain
|
Allow HHVM to fail, at least until they fix `use` | language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
script:
- make test
| language: php
php:
- 5.5
- 5.4
- 5.3
- hhvm
install:
- composer install
script:
- make test
matrix:
allow_failures:
# until hhvm supports closures correctly
- hhvm
|
Remove references to Makefiles oops | language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libboost-all-dev
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
- git clone https://github.com/czipperz/vick-linear-change-manager
- cd vick-linear-change-manager
- make begin
- cd ../..
script:
- ./testing.sh
| language: cpp
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- hvr-ghc
packages:
- g++-4.8
- libboost-all-dev
- software-properties-common
- cabal-install
- ghc
before_script:
- cd ../..
- git clone https://github.com/czipperz/vick czipperz/vick
- cd czipperz/vick
- mkdir -p plugins
- cd plugins
- git clone https://github.com/czipperz/vick-linear-change-manager
- cd ..
script:
- ./testing.sh
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.