Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Update FeinstaubWidget to 0.76 (32) | Categories:
- Graphics
License: GPL-3.0-or-later
AuthorWebSite: https://kaffeemitkoffein.de/blog/me/
SourceCode: https://codeberg.org/Starfish/Feinstaubwidget
IssueTracker: https://codeberg.org/Starfish/Feinstaubwidget/issues
AutoName: FeinstaubWidget
RepoType: git
Repo: https://codeberg.org/Starfish/Feinstaubwidge... | Categories:
- Graphics
License: GPL-3.0-or-later
AuthorWebSite: https://kaffeemitkoffein.de/blog/me/
SourceCode: https://codeberg.org/Starfish/Feinstaubwidget
IssueTracker: https://codeberg.org/Starfish/Feinstaubwidget/issues
AutoName: FeinstaubWidget
RepoType: git
Repo: https://codeberg.org/Starfish/Feinstaubwidge... |
Use SPDX identifier for licence | {% set name = "threddsclient" %}
{% set version = "0.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d9d2e5292a73a9be47b3fc06d0fa306f7cc9f9774acc72c2fee1b89d80fb071b
build:
number: 0... | {% set name = "threddsclient" %}
{% set version = "0.4.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: d9d2e5292a73a9be47b3fc06d0fa306f7cc9f9774acc72c2fee1b89d80fb071b
build:
number: 0... |
Update from Hackage at 2016-11-20T23:20:42Z | homepage: https://github.com/oisdk/semiring-num
changelog-type: ''
hash: 9d9c5866c9820e414eace5107b52ea0ab399de2b3ced8cb2fd8a295ebbe82f77
test-bench-deps:
base: ! '>=4.9 && <5'
semiring-num: -any
doctest: ! '>=0.11'
smallcheck: ! '>=1.1'
containers: ! '>=0.5'
maintainer: mail@doisinkidney.com
synopsis: Basic ... | homepage: https://github.com/oisdk/semiring-num
changelog-type: ''
hash: 5a81d6b27920f0d43b872fcb1e7c0f676abe5c91f7fe2df2959c46933f774a85
test-bench-deps:
base: ! '>=4.9 && <5'
semiring-num: -any
doctest: ! '>=0.11'
smallcheck: ! '>=1.1'
containers: ! '>=0.5'
maintainer: mail@doisinkidney.com
synopsis: Basic ... |
Remove no-vendor-prefix rule for sasslint | options:
merge-default-rules: true
files:
include: 'content-src/**/*.scss'
rules:
class-name-format: 0
extends-before-declarations: 2
extends-before-mixins: 2
force-element-nesting: 0
force-pseudo-nesting: 0
hex-notation: [2, {style: uppercase}]
indentation: [2, {size: 2}]
leading-zero: [2, {incl... | options:
merge-default-rules: true
files:
include: 'content-src/**/*.scss'
rules:
class-name-format: 0
extends-before-declarations: 2
extends-before-mixins: 2
force-element-nesting: 0
force-pseudo-nesting: 0
hex-notation: [2, {style: uppercase}]
indentation: [2, {size: 2}]
leading-zero: [2, {incl... |
Update from Hackage at 2015-07-23T20:19:40+0000 | homepage: https://github.com/joelteon/th-printf
changelog-type: ''
hash: 1c8397366f69a608a9873f6b66f8e96e16f78e059378590bef1b2a9585529d4e
test-bench-deps:
bytestring: -any
base: -any
hspec: -any
text: -any
th-printf: -any
HUnit: -any
QuickCheck: -any
template-haskell: -any
maintainer: me@joelt.io
synops... | homepage: https://github.com/joelteon/th-printf
changelog-type: ''
hash: b0fcc0df6952098b12d47ab9b58b91e75c9dd086cc83a909e318b5815566c2db
test-bench-deps:
bytestring: -any
base: -any
hspec: -any
text: -any
th-printf: -any
HUnit: -any
QuickCheck: -any
template-haskell: -any
maintainer: me@joelt.io
synops... |
Use the OPAL test runner on Travis please ! | language: python
python:
- "2.7"
install:
- pip install -r requirements.txt --use-mirrors
- npm install karma karma-coverage karma-jasmine@0.1.5 karma-firefox-launcher
- gem install rake
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- rake test
notifications:
slack: ohcuk:... | language: python
python:
- "2.7"
install:
- pip install -r requirements.txt --use-mirrors
- npm install karma karma-coverage karma-jasmine@0.1.5 karma-firefox-launcher
- gem install rake
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
script:
- opal test
notifications:
slack: ohcuk:... |
Update funding file for Community Bridge URL | # For more - see https://www.openfaas.com/support/
github: alexellis
open_collective: openfaas
patreon: alexellis
community_bridge: openfaas
| # For more - see https://www.openfaas.com/support/
github: alexellis
open_collective: openfaas
patreon: alexellis
community_bridge: openfaas
custom: https://funding.communitybridge.org/projects/
|
Fix 2 for gh actions | name: Main IntelliCode Workflow
on:
push:
branches:
- master # IntelliCode recommends training on master branch to increase your model availability. Switch to another branch if you'd like to reduce update frequency.
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
... | name: Main IntelliCode Workflow
on:
push:
branches:
- master # IntelliCode recommends training on master branch to increase your model availability. Switch to another branch if you'd like to reduce update frequency.
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
... |
Use composer v1 our composer.lock is currently incompatible with Composer 2 | name: Deploy "develop" branch
on:
push:
branches:
- develop
jobs:
deploy:
name: Deploy
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Get Composer Cache Directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
... | name: Deploy "develop" branch
on:
push:
branches:
- develop
jobs:
deploy:
name: Deploy
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Get Composer Cache Directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
... |
Remove some folks from GH autoassign | # Set to true to add reviewers to pull requests
addReviewers: false
# Set to true to add assignees to pull requests
addAssignees: true
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- claydiffrient
- djbender
- simonista
- spencerolson
- tierra
# A list of keywords to be s... | # Set to true to add reviewers to pull requests
addReviewers: false
# Set to true to add assignees to pull requests
addAssignees: true
# A list of reviewers to be added to pull requests (GitHub user name)
reviewers:
- simonista
- spencerolson
- tierra
# A list of keywords to be skipped if pull requests include... |
Change source from git to url | {%set name = "msg-extractor" %}
{%set version = "0.2" %}
{%set build_num = "0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
git_url: https://github.com/mattgwwalker/{{ name }}.git
build:
number: {{ build_num }}
script: python setup.py install --single-version-externally-managed --recor... | {%set name = "msg-extractor" %}
{%set version = "0.2" %}
{%set build_num = "0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://github.com/mattgwwalker/msg-extractor/archive/v{{ version }}.tar.gz
sha256: 9189ab65c801c0269534e3ffb4f5923a02c876... |
Update from Hackage at 2017-01-03T15:57:41Z | homepage: https://github.com/sdiehl/haskell-picosat
changelog-type: ''
hash: bfde997abeb57e03c0fc43a218c93797b99a6190920780e96beab64648419f5b
test-bench-deps: {}
maintainer: stephen.m.diehl@gmail.com
synopsis: Bindings to the PicoSAT solver
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.9'
all-versions:
- '0.1.0.0'
-... | homepage: https://github.com/sdiehl/haskell-picosat
changelog-type: ''
hash: e9e0c9681478d8712c007542688b7fd4521e22f7db4830e51c72443da8744bcf
test-bench-deps:
rdtsc: -any
base: -any
picosat: -any
containers: -any
transformers: -any
random: -any
maintainer: stephen.m.diehl@gmail.com
synopsis: Bindings to the... |
Fix sample yaml for threshold alarm | # Sample trigger using ceilometer threshold alarm
type: CeilometerThresholdAlarm
version: 1.0
time_constraints:
- name: a_time_constraint
start: '* * * * * *'
duration: 3600
description: a time constraint
timezone: 'Asia/Shanghai'
rule:
meter_name: cpu_util
comparison_operator: lt
threshold: ... | # Sample trigger using ceilometer threshold alarm
type: CeilometerThresholdAlarm
version: 1.0
time_constraints:
- name: a_time_constraint
start: '* * * * * *'
duration: 3600
description: a time constraint
timezone: 'Asia/Shanghai'
rule:
meter_name: cpu_util
comparison_operator: lt
threshold: ... |
Add a newline at the end to render properly in a terminal. | default:
suites:
default:
filters:
tags: "~@wip"
contexts:
- PhpServerContext
- BehatRunnerContext
ci:
suites:
default:
contexts:
- BehatRunnerContext | default:
suites:
default:
filters:
tags: "~@wip"
contexts:
- PhpServerContext
- BehatRunnerContext
ci:
suites:
default:
contexts:
- BehatRunnerContext
|
Use quilt to manage package data. | name: geoplot
dependencies:
- python=3.5
- numpy
- pandas
- jupyter
- requests
- matplotlib
- scikit-learn
- pysal
- pandoc
- cartopy
- seaborn
- pip:
- descartes
- shapely
- fiona
- pyproj
- geopandas
- sphinx-bootstrap-theme
- hypothesis | name: geoplot
dependencies:
- python=3.5
- numpy
- pandas
- jupyter
- requests
- matplotlib
- scikit-learn
- pysal
- pandoc
- cartopy
- seaborn
- pip:
- descartes
- shapely
- fiona
- pyproj
- geopandas
- sphinx-bootstrap-theme
- hypothesis
- quilt |
Change gh-pages update to tag creation | name: Update api docs
on:
schedule:
- cron: '0 0 * * *'
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- run: npm install -g jsdoc
- uses: actions/checkout@v2
with:
path: source
- uses: actions/checkout@v2
with:
... | name: Update api docs
on:
push:
tags:
- '*'
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v1
- run: npm install -g jsdoc
- uses: actions/checkout@v2
with:
path: source
- uses: actions/checkout@v2
with:
... |
Update from Hackage at 2015-11-30T18:36:32+0000 | homepage: http://www.github.com/Happstack/userid
changelog-type: ''
hash: 8be23c2d99f3ff2c31bd6984d24f9e57f6dd6516b2fa17036e84e5ed496cca8a
test-bench-deps: {}
maintainer: jeremy@n-heptane.com
synopsis: A library which provides the UserId type and useful instances for web development
changelog: ''
basic-deps:
base: ! ... | homepage: http://www.github.com/Happstack/userid
changelog-type: ''
hash: 00a74404befdbd0e0e7c4fc51b03832997db4f9329c402105d361899380916ad
test-bench-deps: {}
maintainer: jeremy@n-heptane.com
synopsis: A library which provides the UserId type and useful instances for web development
changelog: ''
basic-deps:
base: ! ... |
Move ops-quagga to run on test Jenkins slave | - job-template:
name: 'ops-quagga-check-{platform}'
node: openswitch
wrappers:
- build-timeout:
timeout: 120
builders:
- revoke-sudo
- commit-message-validation:
module: 'ops-quagga'
- module-build-branch:
module: 'ops-quagga'
... | - job-template:
name: 'ops-quagga-check-{platform}'
node: openswitch
wrappers:
- build-timeout:
timeout: 120
builders:
- revoke-sudo
- commit-message-validation:
module: 'ops-quagga'
- module-build-branch:
module: 'ops-quagga'
... |
Move Hadoop work dirs to /var/hadoop | hadoop:
version: 2.7.3
hadoop_archive: hadoop-2.7.3.tar.gz
hadoop_install_dir: hadoop-2.7.3
data_dir: /opt/data/data
name_dir: /opt/data/name
temp_dir: /tmp/hadoop/hdfs/tmp
download_location: https://archive.apache.org/dist/hadoop/common/
user: "hdfs" # the name of the (OS)user created for... | hadoop:
version: 2.7.3
hadoop_archive: hadoop-2.7.3.tar.gz
hadoop_install_dir: hadoop-2.7.3
data_dir: /var/hadoop/data
name_dir: /var/hadoop/name
temp_dir: /tmp/hadoop/hdfs/tmp
download_location: https://archive.apache.org/dist/hadoop/common/
user: "hdfs" # the name of the (OS)user created... |
Update from Hackage at 2016-05-03T21:19:51+0000 | homepage: https://github.com/verement/decimal-arithmetic#readme
changelog-type: ''
hash: e8e8c14d3dbbb58311b084431804406d026b6ebde334f1689d30f81ca927e7f7
test-bench-deps:
base: -any
QuickCheck: -any
decimal-arithmetic: -any
maintainer: Rob Leslie <rob@mars.org>
synopsis: ! 'An implementation of Mike Cowlishaw''s
... | homepage: https://github.com/verement/decimal-arithmetic#readme
changelog-type: ''
hash: dac89002d6d20a32f9c3336686294e738664f7a63fd8075bdfb298dfecdab452
test-bench-deps:
base: -any
QuickCheck: -any
decimal-arithmetic: -any
maintainer: Rob Leslie <rob@mars.org>
synopsis: ! 'An implementation of Mike Cowlishaw''s
... |
Add new/ remove old manage.py syntax command to cleanup tmp dir | ---
- name: Add cron job to clean SecureDrop tmp dir daily.
cron:
name: cleanup SecureDrop temp dir
job: "{{ securedrop_code }}/manage.py clean-tmp"
special_time: daily
tags:
- cron
| ---
- name: Remove cron job to clean SecureDrop tmp dir daily (old manage.py syntax).
cron:
name: cleanup SecureDrop temp dir
job: "{{ securedrop_code }}/manage.py clean_tmp"
special_time: daily
state: absent
tags:
- cron
- name: Add cron job to clean SecureDrop tmp dir daily (new manage.py syn... |
Fix dependencies for RTD build | build:
image: latest
python:
version: 3.6
pip_install: true
extra_requirements: ['docs']
# Don't build any extra formats
formats: []
| build:
image: latest
python:
version: 3.6
pip_install: true
extra_requirements: ['docs', 'all']
# Don't build any extra formats
formats: []
|
Update from Hackage at 2018-10-16T05:57:59Z | homepage: https://github.com/haskell-works/hw-ip#readme
changelog-type: ''
hash: 7e0cbf795223435571bd00b41061053af55a4bd4390e987445bb2bcec33da915
test-bench-deps:
base: -any
hspec: -any
text: -any
hw-ip: -any
hedgehog: -any
attoparsec: -any
generic-lens: -any
hw-bits: -any
hw-hspec-hedgehog: -any
main... | homepage: https://github.com/haskell-works/hw-ip#readme
changelog-type: ''
hash: 077d9dc60a771c371aa4dfb781456f356ef1078c391286cb31afc773e0203f62
test-bench-deps:
base: -any
hspec: -any
text: -any
hw-ip: -any
hedgehog: -any
attoparsec: -any
generic-lens: -any
hw-bits: -any
hw-hspec-hedgehog: -any
main... |
Install docker image for mitmproxy | - name: Install python
apt: pkg=python
- name: Install development headers for python
apt: pkg=python-dev
- name: Install build-essential
apt: pkg=build-essential
- name: Install libxslt1-dev
apt: pkg=libxslt1-dev
- name: Install pip (required to install mitmproxy)
apt: pkg=python-pip
- name: Install version ... | - name: Install python
apt: pkg=python
- name: Install development headers for python
apt: pkg=python-dev
- name: Install build-essential
apt: pkg=build-essential
- name: Install libxslt1-dev
apt: pkg=libxslt1-dev
- name: Install pip (required to install mitmproxy)
apt: pkg=python-pip
- name: Install version ... |
Update from Hackage at 2018-10-02T12:28:57Z | homepage: http://github.com/JustusAdam/exit-codes
changelog-type: ''
hash: 57a4fbaff2964205afe2cb9809c423c56b4db36607e627275f1e75bf3afd8293
test-bench-deps: {}
maintainer: dev@justus.science
synopsis: Exit codes as defined by BSD
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
au... | homepage: http://github.com/JustusAdam/exit-codes
changelog-type: ''
hash: 97ad57d5e25b2cf4b73fbccc86f223b80543c3f67f91d60ca577870fb13b64f0
test-bench-deps: {}
maintainer: dev@justus.science
synopsis: Exit codes as defined by BSD
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- ... |
Change npm publish to public | name: Node.js Package
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn
- run: yarn build
p... | name: Node.js Package
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: yarn
- run: yarn build
p... |
Include iso-codes in the snap. | name: subiquity
version: git
summary: Ubuntu installer
description: The Ubuntu server installer
confinement: classic
apps:
subiquity:
command: usr/bin/subiquity
console-conf:
command: usr/bin/console-conf
probert:
command: bin/probert
parts:
subiquity:
plugin: python
build-packages: [pkg-c... | name: subiquity
version: git
summary: Ubuntu installer
description: The Ubuntu server installer
confinement: classic
apps:
subiquity:
command: usr/bin/subiquity
console-conf:
command: usr/bin/console-conf
probert:
command: bin/probert
parts:
subiquity:
plugin: python
build-packages: [pkg-c... |
Split CI a little more | name: CI
on:
pull_request:
push:
jobs:
ci:
runs-on: ubuntu-latest
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
strategy:
fail-fast: false
matrix:
include:
- java: 8
scala: 2.13.6
- java: 11
scala: 2.13.6
- java... | name: CI
on:
pull_request:
push:
jobs:
ci:
runs-on: ubuntu-latest
name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }}
strategy:
fail-fast: false
matrix:
include:
- java: 8
scala: 2.13.6
- java: 11
scala: 2.13.6
- java... |
Create version-less symbolic link for newrelic.jar file | ---
- name: Check for newrelic_license_key
fail:
msg: "newrelic_license_key has not been defined"
when: newrelic_license_key|default(False) == False
- name: main | Debug
debug:
var=newrelic_jar_url
- name: main | Create newrelic-jar target directory
file:
path="{{ newrelic_jar_dir }}"
state=di... | ---
- name: Check for newrelic_license_key
fail:
msg: "newrelic_license_key has not been defined"
when: newrelic_license_key|default(False) == False
- name: main | Debug
debug:
var=newrelic_jar_url
- name: main | Create newrelic-jar target directory
file:
path="{{ newrelic_jar_dir }}"
state=di... |
Upgrade circleci to use haskell/build 1.6.0 | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.5.3
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.0
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... |
Switch back from Standard to Flexible env. | # Copyright 2015-2016, Google, Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writi... | # Copyright 2015-2016, Google, Inc.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writi... |
Update from Hackage at 2017-12-15T05:12:34Z | homepage: https://github.com/sol/markdown-unlit#readme
changelog-type: ''
hash: 96a1e1129ac52e361e6d15e4fe742a9524e13731967853361a5cd2b493ccb0fd
test-bench-deps:
base: ==4.*
hspec: ==2.*
stringbuilder: -any
silently: -any
base-compat: -any
temporary: -any
QuickCheck: -any
directory: -any
maintainer: Sim... | homepage: https://github.com/sol/markdown-unlit#readme
changelog-type: ''
hash: 42e8052f6c497b200f6819c54bcd113fa5e0ed9a539408eacfbeaf3685b99b07
test-bench-deps:
base: ==4.*
hspec: ==2.*
stringbuilder: -any
silently: -any
base-compat: -any
temporary: -any
QuickCheck: -any
directory: -any
maintainer: Sim... |
Update from Hackage at 2017-02-25T23:45:12Z | homepage: http://github.com/TheBizzle
changelog-type: ''
hash: b84bfc31944485b1740db81eaecc8e7a2eb0ad9b37ed8cbe604ef165c62e1b0e
test-bench-deps:
base: ! '>=4.6 && <5'
pathfindingcore: ! '>=1.2'
HUnit: ! '>=1.2'
array: ! '>=0.4'
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.10'
maintainer: jason.bertsche@gmail.com
sy... | homepage: http://github.com/TheBizzle
changelog-type: ''
hash: dbc50701e795dce675c604166fa904101f6fd4f5594d144907044bdb7c1a60d8
test-bench-deps:
base: ! '>=4.6 && <5'
pathfindingcore: ! '>=1.2'
HUnit: ! '>=1.2'
array: ! '>=0.4'
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.10'
maintainer: jason.bertsche@gmail.com
sy... |
Update from Hackage at 2016-04-19T06:21:19+0000 | homepage: https://github.com/nikita-volkov/QuickCheck-GenT
changelog-type: ''
hash: da6e8e3be163322ef3dd3aa95b4ff8dd60a659069c0222b19cc62a56dd6fbf53
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: A GenT monad transformer for QuickCheck library.
changelog: ''
basic-deps:
base: ! '>=4... | homepage: https://github.com/nikita-volkov/QuickCheck-GenT
changelog-type: ''
hash: d11b7b4a3f7648895eff66376a00f763821ee955ce42a37fb918213a8eae88d6
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: A GenT monad transformer for QuickCheck library.
changelog: ''
basic-deps:
base: ! '>=4... |
Comment out ICT electricity demand until EBs are updated | key: industry_ict
groups:
- header: industry_ict
items:
- key: input_industry_ict_electricity_demand
unit: 'TJ'
entso: |
EB("Final consumption - industry sector - information and communication - energy use", "Electricity")
| key: industry_ict
groups:
- header: industry_ict
items:
- key: input_industry_ict_electricity_demand
unit: 'TJ'
# entso: |
# EB("Final consumption - industry sector - information and communication - energy use", "Electricity")
|
Update from Hackage at 2017-08-27T11:12:48Z | homepage: ''
changelog-type: ''
hash: 8142adb5c4d0d0b5a4276da1a838ff0bbc860ac6df7ec9e583049c5a822e6dcf
test-bench-deps: {}
maintainer: Mikolaj Konarski <mikolaj.konarski@funktory.com>
synopsis: Bindings to SDL2_ttf.
changelog: ''
basic-deps:
bytestring: ! '>=0.10.4.0'
base: ! '>=4.7 && <5'
text: ! '>=1.1.0.0'
s... | homepage: ''
changelog-type: ''
hash: 54a805a6d39718c91dc85e6fcb135e74a3304d51ed5327f050383c2a6202c22e
test-bench-deps: {}
maintainer: Mikolaj Konarski <mikolaj.konarski@funktory.com>
synopsis: Bindings to SDL2_ttf.
changelog: ''
basic-deps:
bytestring: ! '>=0.10.4.0'
base: ! '>=4.7 && <5'
text: ! '>=1.1.0.0'
s... |
Add cmake 2.8.12 installation because cotire library requires. | sudo: false
language: cpp
compiler: g++
before_script:
- cmake -G "Unix Makefiles" -B./build -H./
script:
- cmake --build ./build --target all
- ./build/test/CodeTestCheck --reporter=spec
deploy:
provider: releases
api_key:
secure: ${GITHUB_AUTH}
file:
- ./build/app/C... | sudo: false
language: cpp
compiler: g++
addons:
apt:
sources:
- sourceline: 'ppa:smspillaz/cmake-2.8.12'
packages:
- cmake-data
- cmake
before_script:
- cmake -G "Unix Makefiles" -B./build -H./
script:
- cmake --build ./build --target all
- ./build/test/CodeTest... |
Add credo check for CI | language: elixir
elixir:
- 1.5
otp_release:
- 20.0
env:
- MIX_ENV=test
script:
- mix coveralls.travis
| language: elixir
elixir:
- 1.5
otp_release:
- 20.0
env:
- MIX_ENV=test
script:
- mix credo
- mix coveralls.travis
|
Add PHP 7 to the test suite | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
before_script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "short_open_tag = On" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- mysql -e 'CREATE DATABASE concrete5_tests;'
- cd web/concrete
- composer in... | language: php
sudo: false
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "short_open_tag = On" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;'
- mysql -e 'CREATE DATABASE concrete5_tests;'
- cd web/concrete
- com... |
Update Travis to use latest 2.1 Ruby | language: ruby
rvm:
- 2.1.2
- 2.0.0
- 1.9.3
- rbx-2
| language: ruby
rvm:
- 2.1.6
- 2.0.0
- 1.9.3
- rbx-2
|
Remove apparently broken npm update | language: node_js
env:
- CXX=g++-4.8 BABEL_CACHE_PATH=$HOME/.babel-cache
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
postgresql: "9.3"
node_js:
- "4.1"
- "4.0"
- "0.12"
before_script:
- npm update --dev
- npm prune --production=false
- npm install ... | language: node_js
env:
- CXX=g++-4.8 BABEL_CACHE_PATH=$HOME/.babel-cache
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
postgresql: "9.3"
node_js:
- "4.1"
- "4.0"
- "0.12"
before_script:
- npm prune --production=false
- npm install -g eclint
- npm run... |
Remove rubygems update - not friendly on MRI 2.2. | language: ruby
env:
matrix:
- "DB_ADAPTER=sqlite3"
- "DB_ADAPTER=postgresql"
- "DB_ADAPTER=mysql2"
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
before_install:
- gem update --system
- gem install bundler --version "~> 1.17"
before_script:
- bundle exec appraisal install
script: 'bundle ex... | language: ruby
env:
matrix:
- "DB_ADAPTER=sqlite3"
- "DB_ADAPTER=postgresql"
- "DB_ADAPTER=mysql2"
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.1
before_install:
- gem install bundler --version "~> 1.17"
before_script:
- bundle exec appraisal install
script: 'bundle exec appraisal rake'
servi... |
Upgrade node minimum version on Travis | language: node_js
node_js:
node_js:
- 0.8
before_install:
- npm -g update npm
notifications:
email:
recipients:
- evan.cordell@localmed.com
on_success: change
on_failure: always
after_success:
- ./scripts/coveralls
| language: node_js
node_js:
node_js:
- 0.10
before_install:
- npm -g update npm
notifications:
email:
recipients:
- evan.cordell@localmed.com
on_success: change
on_failure: always
after_success:
- ./scripts/coveralls
|
Connect build with v1.1 release of VM | notifications:
email: false
git:
depth: 1
language: c
matrix:
include:
- name: "macOS"
os: osx
osx_image: xcode10.1
# Beacause of https://stackoverflow.com/questions/50024731/ld-unrecognized-option-push-state-no-as-needed
# we don't enable sanitizers on gcc
env: ENABLE_SANITIZ... | notifications:
email: false
git:
depth: 1
language: c
matrix:
include:
- name: "macOS"
os: osx
osx_image: xcode10.1
# Beacause of https://stackoverflow.com/questions/50024731/ld-unrecognized-option-push-state-no-as-needed
# we don't enable sanitizers on gcc
env: ENABLE_SANITIZ... |
Update Node versions tested against on CI | language: node_js
node_js:
- "0.12"
- "0.11"
| language: node_js
node_js:
- "8"
- "6"
- "4"
|
Remove Node.js v5 from Travis | language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
- "6"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
| language: node_js
sudo: false
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
after_success:
- npm run coverage
- npm i coveralls
- cat ./coverage/lcov.info | coveralls
notifications:
email:
on_success: never
|
Install latest npm on Travis | language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
before_install:
- if [[ `npm -v` < 3* ]]; then npm i -g npm@3; fi
before_script:
- node --version
- npm --version
script:
- npm test
after_script:
- npm run coverage
matrix:
fast_finish: true
| language: node_js
node_js:
- "4"
- "5"
- "6"
- "7"
- "8"
before_install:
- if [[ `npm -v` < 3* ]]; then npm i -g npm@latest; fi
before_script:
- node --version
- npm --version
script:
- npm test
after_script:
- npm run coverage
matrix:
fast_finish: true
|
Set timezone during unit test run | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php scripts/phpcs --config-set php_path php; fi;'
- phpunit tests/AllTests.php
- php scripts/phpcs CodeSniffer.php CodeSniffer --standard=PHPCS --report=summary -np
- bash -c 'if [ "$TRA... | language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
script:
- bash -c 'if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php scripts/phpcs --config-set php_path php; fi;'
- phpunit -d date.timezone=Australia/Sydney tests/AllTests.php
- php scripts/phpcs CodeSniffer.php CodeSniffer --standard=PHPCS --report=s... |
Modify target versions of Travis to 2.1 & 2.2 | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- jruby-19mode # JRuby in 1.9 mode
# uncomment this line if your project needs to run something other than `rake`:
script: rake test
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby-19mode # JRuby in 1.9 mode
# uncomment this line if your project needs to run something other than `rake`:
script: rake test
|
Build examples on Travis CI. | language: rust
dist: trusty
sudo: required
rust: nightly
env:
- LLVM_CONFIG=~/llvm/build/bin/llvm-config
before_install:
- cd ~
- git clone https://github.com/rust-lang/llvm.git
- cd llvm
- git checkout de5c31045dc0f6da1f65d02ee640ccf99ba90e7c
- mkdir build
- cd build
- cmake ..
- make -j 2
script:
... | language: rust
dist: trusty
sudo: required
rust: nightly
env:
- LLVM_CONFIG=~/llvm/build/bin/llvm-config
before_install:
- cd ~
- git clone https://github.com/rust-lang/llvm.git
- cd llvm
- git checkout de5c31045dc0f6da1f65d02ee640ccf99ba90e7c
- mkdir build
- cd build
- cmake ..
- make -j 2
script:
... |
Test against Django 1.6 in Travis | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=Django==1.4.10
- DJANGO=Django==1.5.5
install:
- pip install --use-mirrors $DJANGO
- pip install --use-mirrors coverage coveralls
script: coverage run -a --branch setup.py test
matrix:
include:
- python: 3.2
env: DJANGO=Django==1.5.5
-... | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=Django==1.4.10
- DJANGO=Django==1.5.5
- DJANGO=Django==1.6.2
install:
- pip install --use-mirrors $DJANGO
- pip install --use-mirrors coverage coveralls
script: coverage run -a --branch setup.py test
matrix:
include:
- python: 3.2
env: ... |
Add multiple node versions to build | language: node_js
node_js:
- "8.2.1"
env:
- CXX=g++-4.8
notifications:
slack: niobi:WW01STIxrmCAQfbm9FZzW30v
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8 | language: node_js
node_js:
- "6"
- "7"
- "8"
env:
- CXX=g++-4.8
notifications:
slack: niobi:WW01STIxrmCAQfbm9FZzW30v
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8 |
Drop CI runs for < Ruby 2.1 | language: ruby
rvm:
- "1.9.3"
- "2.0"
- "2.1"
- "2.2"
- ruby-head
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
| language: ruby
rvm:
- "2.1"
- "2.2"
- ruby-head
- jruby-head
before_install:
- gem install bundler
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
fast_finish: true
|
Use -Wno-missing-braces to silence clang++ warning | # Test configuration for Travis CI. See <https://travis-ci.org/>.
language: cpp
compiler:
- gcc
- clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
env:
global:
- CXXFLAGS="-O2 -pedantic -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -Wno-... | # Test configuration for Travis CI. See <https://travis-ci.org/>.
language: cpp
compiler:
- gcc
- clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
env:
global:
- CXXFLAGS="-O2 -pedantic -Wall -Wextra -Werror -Wno-missing-braces -Wno-long-long -Wno-un... |
Upgrade Travis dist for snap | language: node_js
matrix:
include:
- os: linux
sudo: required
dist: trusty
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
install:
- sudo snap install --classic snapcraft
- npm install 7zip-bin-linux > /dev/null
env:
- os: osx
install:
... | dist: xenial
language: node_js
matrix:
include:
- os: linux
sudo: required
dist: trusty
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang
install:
- npm install 7zip-bin-linux > /dev/null
env:
- os: osx
install:
- npm install 7zip-bin-mac >... |
Enable logs/apk upload from Travis | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.3
# The SDK version used to compile your project
- android-23
... | language: android
android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- platform-tools
- tools
# The BuildTools version used by your project
- build-tools-23.0.3
# The SDK version used to compile your project
- android-23
... |
Remove macoS from Travis CI | os:
- linux
- osx
language: node_js
node_js:
- "10.16.0"
services:
- redis-server
install:
- "yarn"
script:
- "yarn build"
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
env:
- YARN_GPG=no
| os:
- linux
language: node_js
node_js:
- "10.16.0"
services:
- redis-server
install:
- "yarn"
script:
- "yarn build"
deploy:
provider: npm
email: $NPM_EMAIL
api_key: $NPM_TOKEN
env:
- YARN_GPG=no
|
Use Travis CI container-based infrastructure | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-dist
script:
- mkdir -p build/logs
- ./vendor/bin/parallel-lint src tests
- ./vendor/bin/phpunit --coverage-text
- ./vendor/bin/phpcs sr... | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
sudo: false
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-dist
script:
- mkdir -p build/logs
- ./vendor/bin/parallel-lint src tests
- ./vendor/bin/phpunit --coverage-text
- ./vendor... |
Add deploy setup for Travis | language: node_js
node_js:
- "4"
- "5"
branches:
only:
- master
- develop
notifications:
email:
- nfantone@gmail.com
script: gulp test && ./node_modules/.bin/codecov
before_script:
- npm install -g gulp
- npm install codecov
| language: node_js
node_js:
- '4'
- '5'
branches:
only:
- master
- develop
notifications:
email:
- nfantone@gmail.com
script: gulp test && ./node_modules/.bin/codecov
before_script:
- npm install -g gulp
- npm install codecov
deploy:
provider: npm
email: nfantone@gmail.com
api_key:
secure: kAX/pxm24RB/pyis... |
Use Java 8 on Travis | language: java
matrix:
include:
- os: linux
- os: osx
env: JAVA_HOME=$(/usr/libexec/java_home)
| language: java
jdk:
- oraclejdk8
matrix:
include:
- os: linux
- os: osx
osx_image: xcode9.3
|
Use sudo for installing Ansible on Travis | language: objective-c
cache:
directories:
- /Library/Caches/Homebrew
- /opt/homebrew-cask/Caskroom/
- $HOME/.cache/pip
before_install:
- brew update
- pip install ansible
script:
- ansible-playbook site.yml --syntax-check
- ansible-playbook site.yml -vvv
| language: objective-c
cache:
directories:
- /Library/Caches/Homebrew
- /opt/homebrew-cask/Caskroom/
- $HOME/.cache/pip
before_install:
- sudo pip install ansible
- brew update
script:
- ansible-playbook site.yml --syntax-check
- ansible-playbook site.yml -vvv
|
Stop data store services before build | language: java
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/go/
env:
global:
- GOGS_DIR=/home/travis/gogs
- JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=256m
jdk:
- oraclejdk8
script: ./gradlew check --info --stacktrace --max-workers=1
after_success:
- ./gradle... | language: java
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/go/
env:
global:
- GOGS_DIR=/home/travis/gogs
- JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=256m
jdk:
- oraclejdk8
script: ./gradlew check --info --stacktrace --max-workers=1
after_success:
- ./gradle... |
Add Python3 xena unit tests | - project:
check:
jobs:
- oslo.versionedobjects-src-grenade-multinode
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- job:
name... | - project:
check:
jobs:
- oslo.versionedobjects-src-grenade-multinode
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- job:
name: o... |
Use templates for cover and lower-constraints | - project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
- release-notes-jobs-python3
- openstackclient-plugin-jobs
... | - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- check-requirements
- lib-forward-testing
- lib-forward-testing-python3
... |
Add poetry-core to host requirements | {% set name = "dbgpy" %}
{% set version = "0.1.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbgpy-{{ version }}.tar.gz
sha256: 9b56ad9a4ebc58810a89b0ff0b00d9c0f14ede32ac44408579e54abaade095fe
build:
skip: true # [py2k]
... | {% set name = "dbgpy" %}
{% set version = "0.1.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbgpy-{{ version }}.tar.gz
sha256: 9b56ad9a4ebc58810a89b0ff0b00d9c0f14ede32ac44408579e54abaade095fe
build:
skip: true # [py2k]
... |
Add mocha to post deployment tests | machine:
node:
version: 5.10.1
deployment:
prod:
branch: master
heroku:
appname: goonapp
| machine:
node:
version: 5.10.1
deployment:
prod:
branch: master
heroku:
appname: goonapp
test:
post:
- mocha
|
Comment discard-paths from the generated artifacts | version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
commands:
# - apt update -y
# - apt install curl -y
# - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
# - apt install nodejs
- npm install
- npm install -g gulp
pre_build:
commands:
... | version: 0.2
phases:
install:
runtime-versions:
nodejs: 10
commands:
# - apt update -y
# - apt install curl -y
# - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
# - apt install nodejs
- npm install
- npm install -g gulp
pre_build:
commands:
... |
Fix running Sauce on demande from CircleCI | machine:
node:
version: 5.7.1
test:
pre:
- echo ${FOO}
deployment:
beta-dev-heroku:
branch: master
heroku:
appname: citizenship-appointment-beta
post:
- BROWSER=chrome SAUCE_ON_DEMAND=true npm run cross-browser-test
| machine:
node:
version: 5.7.1
test:
pre:
- echo ${FOO}
deployment:
beta-dev-heroku:
branch: master
heroku:
- git push git@heroku.com:citizenship-appointment-beta.git $CIRCLE_SHA1:master
- BROWSER=chrome SAUCE_ON_DEMAND=true npm run cross-browser-test
|
Add 'documentation' label to `Docs` category | changelog:
categories:
- title: Deprecations
labels:
- 'release:deprecation'
- title: Features
labels:
- 'release:feature'
- title: Fixes
labels:
- 'release:fix'
- title: Docs
labels:
- 'release:docs'
- title: Internal changes
labels:
... | changelog:
categories:
- title: Deprecations
labels:
- 'release:deprecation'
- title: Features
labels:
- 'release:feature'
- title: Fixes
labels:
- 'release:fix'
- title: Docs
labels:
- 'release:docs'
- 'documentation'
- title: Intern... |
Change Http.SlowQueryThreshold for hhvm test | language: php
php:
- 5.4
- 5.5
- hhvm
before_script:
- composer self-update
- composer install --dev
- psql -c 'DROP DATABASE IF EXISTS code_generator;' -U postgres
- psql -c 'create database code_generator; ' -U postgres
- psql -U postgres -d code_generator -a -f ./tests/pg-table.sql
script:
- mk... | language: php
php:
- 5.4
- 5.5
- hhvm
before_script:
- hhvm -v Http.SlowQueryThreshold=30000
- composer self-update
- composer install --dev
- psql -c 'DROP DATABASE IF EXISTS code_generator;' -U postgres
- psql -c 'create database code_generator; ' -U postgres
- psql -U postgres -d code_generator -... |
Change order, maybe that helps. | language: java
sudo: false
script: mvn clean verify -f net.resheim.eclipse.launcher-parent/pom.xml
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
deploy:
provider: releases
api_key:
secure: B8c3qW9LC01YqsRAMtHc3S5fnhFxcTiRqoKIoLZJcFQi+nci21d7QIv9eMyUxupKDokfXjqW2yc1JNN7VU25U/rU8vbfIEEoH6TqWOGiwSL+dF718GM... | language: java
sudo: false
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
script: mvn clean verify -f net.resheim.eclipse.launcher-parent/pom.xml
deploy:
provider: releases
api_key:
secure: B8c3qW9LC01YqsRAMtHc3S5fnhFxcTiRqoKIoLZJcFQi+nci21d7QIv9eMyUxupKDokfXjqW2yc1JNN7VU25U/rU8vbfIEEoH6TqWOGiwSL+dF718GM... |
Add python as runtime dependency, and set to noarch: python | {% set name = "sos-sas" %}
{% set version = "0.18.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 8611cb450f86f2d07b74ea1043ec0bc40fb1b19a98c8c7aa52db889b12211891
build:
number: 0
... | {% set name = "sos-sas" %}
{% set version = "0.18.0" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 8611cb450f86f2d07b74ea1043ec0bc40fb1b19a98c8c7aa52db889b12211891
build:
noarch: py... |
Exclude script/ from Jekyll generation | name: Alykhan Kanji
description: The website of Alykhan Kanji. See Alykhan's social media profiles and professional portfolio.
url: http://alykhan.com
exclude: [README.md, LICENSE.md, CNAME, Gemfile, Gemfile.lock, vendor]
permalink: blog/:categories/:year/:month/:day/:title/
defaults:
-
scope:
path: ""
... | name: Alykhan Kanji
description: The website of Alykhan Kanji. See Alykhan's social media profiles and professional portfolio.
url: http://alykhan.com
exclude: [README.md, LICENSE.md, CNAME, Gemfile, Gemfile.lock, vendor, script]
permalink: blog/:categories/:year/:month/:day/:title/
defaults:
-
scope:
path:... |
Increase cron interval during testing | dev:
image: node:slim
env_file: .env.dev
working_dir: /usr/src/app
links:
- redis
volumes:
- .:/usr/src/app
command: npm start
environment:
- CRON_INTERVAL=*/15 * * * * *
- IRC_CHANNEL=#jenkins-monitor-dev
- IRC_SERVER=chat.freenode.net
- IRC_U... | dev:
image: node:slim
env_file: .env.dev
working_dir: /usr/src/app
links:
- redis
volumes:
- .:/usr/src/app
command: npm start
environment:
- CRON_INTERVAL=*/60 * * * * *
- IRC_CHANNEL=#jenkins-monitor-dev
- IRC_SERVER=chat.freenode.net
- IRC_U... |
Update py recipe to version 1.4.34 | {% set name = "py" %}
{% set version = "1.4.33" %}
{% set hash_type = "sha256" %}
{% set hash = "1f9a981438f2acc20470b301a07a496375641f902320f70e31916fe3377385a9" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/py/py-{{ ver... | {% set name = "py" %}
{% set version = "1.4.34" %}
{% set hash_type = "sha256" %}
{% set hash = "0f2d585d22050e90c7d293b6451c83db097df77871974d90efd5a30dc12fcde3" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/py/py-{{ ver... |
Update node version in build pipeline | trigger:
- '*'
pr:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-16.04'
mac:
imageName: 'macos-10.14'
windows:
imageName: 'vs2017-win2016'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
displayName: 'Install Node.js'
- bash: |
/usr... | trigger:
- '*'
pr:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-16.04'
mac:
imageName: 'macos-10.14'
windows:
imageName: 'vs2017-win2016'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displayName: 'Install Node.js'
- bash: |
/usr/... |
Make route integrity Envoys trust CA cert, not cert CA | ---
- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/enabled
value: true
- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/require_and_verify_client_certificates
value: true
- type: replace
path: /instance_group... | ---
- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/enabled
value: true
- type: replace
path: /instance_groups/name=diego-cell/jobs/name=rep/properties/containers?/proxy/require_and_verify_client_certificates
value: true
- type: replace
path: /instance_group... |
Update the com.google.code.findbugs dependency coordinates. | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.9.5
| repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
# Mocking library used in tests
mockito: org.mockito:mockito-all:jar:1.9.5
|
Correct coordinates of new braincheck version. | repositories:
remote:
- https://stocksoftware.jfrog.io/stocksoftware/maven2
- https://repo.maven.apache.org/maven2
- https://stocksoftware.jfrog.io/stocksoftware/staging
artifacts:
idea_codestyle: au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.17
braincheck: org.realityforge.braincheck:brainc... | repositories:
remote:
- https://stocksoftware.jfrog.io/stocksoftware/maven2
- https://repo.maven.apache.org/maven2
- https://stocksoftware.jfrog.io/stocksoftware/staging
artifacts:
idea_codestyle: au.com.stocksoftware.idea.codestyle:idea-codestyle:xml:1.17
braincheck: org.realityforge.braincheck:brainc... |
Build docker before main build | machine:
services:
- docker
dependencies:
post:
- docker build --rm=false -t cwmr/gomp .
deployment:
hub:
branch: feature/Docker-Support
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASSWORD
- docker push cwmr/gomp | machine:
services:
- docker
dependencies:
pre:
- docker build --rm=false -t cwmr/gomp .
deployment:
hub:
branch: feature/Docker-Support
commands:
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASSWORD
- docker push cwmr/gomp |
Fix tests failing due to unmatch timezone of Date instance | general:
artifacts:
- coverage
machine:
node:
version: v6.1.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
override:
- yarn
- cp plugin_entries.ci.es6 plugin_entries.es6
- touch plugin_entries.css
cache_directories:
- ~/.cache/y... | general:
artifacts:
- coverage
machine:
node:
version: v6.1.0
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
timezone:
Asia/Tokyo
dependencies:
override:
- yarn
- cp plugin_entries.ci.es6 plugin_entries.es6
- touch plugin_entries.css
cache_d... |
Use Circle CI's default Go version 1.7.4 | machine:
environment:
GODIST: "go1.7.4.linux-amd64.tar.gz"
post:
- mkdir -p downloads
- test -e downloads/$GODIST || curl -o downloads/$GODIST https://storage.googleapis.com/golang/$GODIST
- sudo rm -rf /usr/local/go
- sudo tar -C /usr/local -xzf downloads/$GODIST
deployment:
release:
tag:... | deployment:
release:
tag: /v[0-9]+\.[0-9]+\.[0-9]+/
commands:
- go get github.com/tcnksm/ghr
- make clean
- make VERSION=$CIRCLE_TAG
- rm -rf bin/.*
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $CIRCLE_TAG bin/
|
Set the timezone manually, otherwise all dates altered to my TZ | # Site settings
title: apiman blog
email: apiman-user@lists.jboss.org
description: > # this means to ignore newlines until "baseurl:"
The apiman project brings an open source development methodology to
API Management, coupling a rich API design & configuration layer with
a blazingly fast runtime. This is the off... | # Site settings
title: apiman blog
email: apiman-user@lists.jboss.org
description: > # this means to ignore newlines until "baseurl:"
The apiman project brings an open source development methodology to
API Management, coupling a rich API design & configuration layer with
a blazingly fast runtime. This is the off... |
Save junit files to their proper place in CircleCI | dependencies:
pre:
# - source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
# - wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
# - sudo apt-get update
# - sudo apt-get install -y apac... | dependencies:
pre:
# - source /etc/lsb-release && echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" | sudo tee /etc/apt/sources.list.d/rethinkdb.list
# - wget -qO- https://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
# - sudo apt-get update
# - sudo apt-get install -y apac... |
Install numpy separately since fast-histogram requires it for setup.py | dependencies:
pre:
- sudo apt-get update
- sudo apt-get install python3 python3-setuptools python3-pytest python3-mock python3-pyqt5 python3-pyqt5.qtsvg python3-tk python3-dev
- sudo easy_install3 pip
- sudo pip3 install wheel
- sudo pip3 install setuptools --upgrade
override:
# Note that we... | dependencies:
pre:
- sudo apt-get update
- sudo apt-get install python3 python3-setuptools python3-pytest python3-mock python3-pyqt5 python3-pyqt5.qtsvg python3-tk python3-dev
- sudo easy_install3 pip
- sudo pip3 install wheel
- sudo pip3 install setuptools --upgrade
override:
# Note that we... |
Add upload of the crash logs for the slow tests | name: Continuous Integration (Low Cadence)
on:
repository_dispatch:
types: run-slow-tests
schedule:
- cron: '0 0,12 * * *'
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
jobs:
java-slow-test-build:
name: Java Slow Tests (JDK ${{ matrix.java }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
st... | name: Continuous Integration (Low Cadence)
on:
repository_dispatch:
types: run-slow-tests
schedule:
- cron: '0 0,12 * * *'
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
jobs:
java-slow-test-build:
name: Java Slow Tests (JDK ${{ matrix.java }}, ${{ matrix.os }})
runs-on: ${{ matrix.os }}
st... |
Correct paths of requirements files in GitHub Action | # This workflow will install Python dependencies and run tests with a variety of Python versions
# Adapted from GitHub Actions template
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ main ]
p... | # This workflow will install Python dependencies and run tests with a variety of Python versions
# Adapted from GitHub Actions template
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ main ]
p... |
Update from Hackage at 2020-04-08T17:01:52Z | homepage: https://github.com/UU-ComputerScience/uu-interleaved
changelog-type: ''
hash: cbaa7ae178e615b36e683cff0e582bfeae984099211c1a87d052d8d4e7e9e186
test-bench-deps: {}
maintainer: Doaitse Swierstra
synopsis: An interleaving combinator for use with applicative style implementations.
changelog: ''
basic-deps:
base... | homepage: https://github.com/UU-ComputerScience/uu-interleaved
changelog-type: ''
hash: 595e62dfca0e3a08e9fd37e102568313d4f3e2c29fab26a66f3640cc9412ecf3
test-bench-deps: {}
maintainer: Doaitse Swierstra
synopsis: An interleaving combinator for use with applicative style implementations.
changelog: ''
basic-deps:
base... |
Use macfuse instead of osxfuse in CI | name: "Continuous Integration"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos:
name: macOS
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: brew install osxfuse
- nam... | name: "Continuous Integration"
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
macos:
name: macOS
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: brew install macfuse
- nam... |
Update JamesIves/github-pages-deploy-action action to v4.3.4 | name: Build, Test & Publish to GitHub Pages
on:
push:
branches: [ master ]
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
... | name: Build, Test & Publish to GitHub Pages
on:
push:
branches: [ master ]
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout
... |
Test only Node.js 12 and 14 | name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.... | name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-v... |
Drop EOL Python 3.4 and 3.5 | name: Test
on: [push, pull_request]
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [
"2.7",
"3.4",
"3.5",
"3.6",
"3.7",
"3.8",
"3.9",
... | name: Test
on: [push, pull_request]
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: [
"2.7",
"3.6",
"3.7",
"3.8",
"3.9",
"3.10-dev",
"pypy2... |
Change node version for Travis testing to 0.10 (latest stable). | language: node_js
node_js:
- "0.11"
before_install:
- npm install -g grunt-cli
| language: node_js
node_js:
- "0.10"
before_install:
- npm install -g grunt-cli
|
Add mysql to CI environment | cache: bundler
language: ruby
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- 2.5.8
- 2.6.6
- 2.7.1
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- AR=5.0.3
- AR=5.1.1
- AR=5.2.2
- AR=6.0.3.3
matrix:
exclude:
- rvm: 2.1.10
env: AR=5.0.3
- rvm: 2.1.10
env: ... | cache: bundler
language: ruby
services:
- mysql
rvm:
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- 2.5.8
- 2.6.6
- 2.7.1
env:
global:
- NOKOGIRI_USE_SYSTEM_LIBRARIES=true
matrix:
- AR=5.0.3
- AR=5.1.1
- AR=5.2.2
- AR=6.0.3.3
matrix:
exclude:
- rvm: 2.1.10
env: AR=5.0.3
- rvm... |
Add latest Go 1.5.2 build test | language: go
go:
- 1.5.1
sudo: false
before_install:
# Redo the travis setup but with the radoondas/apachebeat path. This is needed so the package path is correct
- mkdir -p $HOME/gopath/src/github.com/radoondas/apachebeat
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/radoondas/apachebeat/
- e... | language: go
go:
- 1.5.2
sudo: false
before_install:
# Redo the travis setup but with the radoondas/apachebeat path. This is needed so the package path is correct
- mkdir -p $HOME/gopath/src/github.com/radoondas/apachebeat
- rsync -az ${TRAVIS_BUILD_DIR}/ $HOME/gopath/src/github.com/radoondas/apachebeat/
- e... |
Install texlive in Travis environment | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.3"
- "3.4"
sudo: false # use container-based infrastructure (pre-requisite for caching)
install:
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Minic... | language: python
python:
# We don't actually use the Travis Python, but this keeps it organized.
- "2.7"
- "3.3"
- "3.4"
install:
- sudo apt-get install texlive
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;... |
Use Python 3.5 as base interpreter | language: python
python: 2.7
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
before_install:
- pip install tox
- pip install coverage
- pip install coveralls
- pip install pytest>=2.7.3 --upgrade
script:
- tox -e $TOX_ENV
after_succes... | language: python
python: 3.5
sudo: false
env:
- TOX_ENV=py27
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=pypy3
before_install:
- pip install tox
- pip install coverage
- pip install coveralls
- pip install pytest>=2.7.3 --upgrade
script:
- tox -e $TOX_ENV
after_succes... |
Rename Fischer to Sage in Jazzy config | module: Fischer
module_version: 1.0.0
github_url: https://github.com/nvzqz/Fischer
swift_version: 3
author: Nikolai Vazquez
author_url: https://github.com/nvzqz
theme: fullwidth
clean: true
| module: Sage
module_version: 1.0.0
github_url: https://github.com/nvzqz/Sage
swift_version: 3
author: Nikolai Vazquez
author_url: https://github.com/nvzqz
theme: fullwidth
clean: true
|
Update build set with latest versions | language: ruby
before_install:
- rvm get head
- gem install bundler
script: "bundle exec rake test"
rvm:
- 2.2.10
- 2.3.7
- 2.4.4
- 2.5.1
- ruby-head
- jruby
- jruby-9.1.8.0
gemfile:
- gemfiles/active_record_42.gemfile
- gemfiles/active_record_50.gemfile
- gemfiles/active_record_51.gemfile
-... | language: ruby
before_install:
- rvm get head
- gem install bundler
script: "bundle exec rake test"
rvm:
- 2.2.10
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0
- ruby-head
- jruby
- jruby-9.1.8.0
- jruby-9.2.5.0
gemfile:
- gemfiles/active_record_42.gemfile
- gemfiles/active_record_50.gemfile
- gemfiles/... |
Stop testing on node 4 | language: node_js
node_js:
- '4'
- '6'
- '8'
script: npm test
notifications:
email: false
after_success:
- npm run codecov
cache:
directories:
- node_modules
| language: node_js
node_js:
- '6'
- '8'
script: npm test
notifications:
email: false
after_success:
- npm run codecov
cache:
directories:
- node_modules
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.