Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Allow JRuby and rbx to fail on CI for now | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
notifications:
irc: "irc.freenode.org#adhearsion"
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-19mode
- rbx-19mode
- ruby-head
matrix:
allow_failures:
- rvm: rbx-19mode
- rvm: jruby-19mode
notifications:
irc: "irc.freenode.org#adhearsion"
|
Change python version in Travis CI config | language: python
python: 3.3
env:
- TOX_ENV=pypy
- TOX_ENV=py34
- TOX_ENV=py33
- TOX_ENV=py32
- TOX_ENV=py27
- TOX_ENV=py26
install:
- pip install coveralls tox
script: tox -e $TOX_ENV
after_success: coveralls | language: python
python: 2.7
env:
- TOX_ENV=pypy
- TOX_ENV=py34
- TOX_ENV=py33
- TOX_ENV=py32
- TOX_ENV=py27
- TOX_ENV=py26
install:
- pip install coveralls tox
script: tox -e $TOX_ENV
after_success: coveralls |
Simplify Travis config and fix ChefDK 2.0 failures | sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-debian-8
- INSTANCE=default-opensuse-leap
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-ubuntu-1604
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml /opt/chefdk/embedded/bin/kitchen verify ${INSTANCE}
matrix:
include:
- before_script:
- eval "$(/opt/chefdk/bin/chef shell-init bash)"
- /opt/chefdk/embedded/bin/chef --version
- /opt/chefdk/embedded/bin/cookstyle --version
- /opt/chefdk/embedded/bin/foodcritic --version
- script:
- /opt/chefdk/bin/chef exec delivery local all
env: UNIT_AND_LINT=1
| sudo: required
dist: trusty
addons:
apt:
sources:
- chef-current-trusty
packages:
- chefdk
# Don't `bundle install` which takes about 1.5 mins
install: echo "skip bundle install"
branches:
only:
- master
services: docker
env:
matrix:
- INSTANCE=default-centos-6
- INSTANCE=default-centos-7
- INSTANCE=default-debian-8
- INSTANCE=default-opensuse-leap
- INSTANCE=default-ubuntu-1404
- INSTANCE=default-ubuntu-1604
before_script:
- sudo iptables -L DOCKER || ( echo "DOCKER iptables chain missing" ; sudo iptables -N DOCKER )
- eval "$(chef shell-init bash)"
script: KITCHEN_LOCAL_YAML=.kitchen.dokken.yml kitchen verify ${INSTANCE}
matrix:
include:
- before_script:
- eval "$(chef shell-init bash)"
- chef --version
- cookstyle --version
- foodcritic --version
- script:
- chef exec delivery local all
env: UNIT_AND_LINT=1
|
Add support for compiling against golang 1.6 | language: go
install:
- "pip install --user -r requirements-dev.txt"
- bash scripts/gitcookie.sh
go:
- 1.5
- 1.5.1
- 1.5.2
| language: go
install:
- "pip install --user -r requirements-dev.txt"
- bash scripts/gitcookie.sh
go:
- 1.6
- 1.5
- 1.5.1
- 1.5.2
|
Update to use the egg version of cumulusci | general:
branches:
only:
- /feature\/.*/
machine:
python:
version: 2.7.12
environment:
CUMULUSCI_KEY: FIXME
CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain
dependencies:
override:
#- 'pip install --upgrade cumulusci'
- 'mkdir ~/.appcloud'
- 'echo $SFDX_CONFIG > ~/.appcloud/workspace-config.json'
- 'echo $SFDX_HUB_ORG > ~/.appcloud/hubOrg.json'
- 'heroku plugins:install salesforce-alm@preview'
- 'heroku force --help'
- 'git clone git@github.com:SalesforceFoundation/CumulusCI'
- 'cd CumulusCI; git checkout feature/2.0; pip install -r requirements_dev.txt'
test:
override:
- 'cumulusci2 flow run ci_feature_cumulus --org feature --delete-org'
post:
- 'mkdir -p $CIRCLE_TEST_REPORTS/junit/'
- 'cp test_results.xml $CIRCLE_TEST_REPORTS/junit/'
#- 'if [[ $CIRCLE_BRANCH != "master" ]]; then cp test_results.json $CIRCLE_ARTIFACTS; fi'
#- 'if [[ $CIRCLE_BRANCH != "master" ]]; then cumulusci2 task run apextestsdb_upload; fi'
| general:
branches:
only:
- /feature\/.*/
machine:
python:
version: 2.7.12
environment:
CUMULUSCI_KEY: FIXME
CUMULUSCI_KEYCHAIN_CLASS: cumulusci.core.keychain.EnvironmentProjectKeychain
dependencies:
override:
- 'pip install --upgrade cumulusci'
- 'mkdir ~/.appcloud'
- 'echo $SFDX_CONFIG > ~/.appcloud/workspace-config.json'
- 'echo $SFDX_HUB_ORG > ~/.appcloud/hubOrg.json'
- 'heroku plugins:install salesforce-alm@preview'
- 'heroku force --help'
test:
override:
- 'cumulusci2 flow run ci_feature_cumulus --org feature --delete-org'
post:
- 'mkdir -p $CIRCLE_TEST_REPORTS/junit/'
- 'cp test_results.xml $CIRCLE_TEST_REPORTS/junit/'
#- 'if [[ $CIRCLE_BRANCH != "master" ]]; then cp test_results.json $CIRCLE_ARTIFACTS; fi'
#- 'if [[ $CIRCLE_BRANCH != "master" ]]; then cumulusci2 task run apextestsdb_upload; fi'
|
Add RENO update for simple_cert_extension deprecation | ---
deprecations:
- >
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
As of the Mitaka release, the PKI and PKIz token formats have been
deprecated. They will be removed in the 'O' release. Due to this change,
the ``hash_algorithm`` option in the ``[token]`` section of the
configuration file has also been deprecated. Also due to this change, the
``keystone-manage pki_setup`` command has been deprecated as well.
- >
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
As of the Mitaka release, write support for the LDAP driver of the Identity
backend has been deprecated. This includes the following operations: create user,
create group, delete user, delete group, update user, update group,
add user to group, and remove user from group. These operations will be
removed in the 'O' release.
| ---
deprecations:
- >
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
As of the Mitaka release, the PKI and PKIz token formats have been
deprecated. They will be removed in the 'O' release. Due to this change,
the ``hash_algorithm`` option in the ``[token]`` section of the
configuration file has also been deprecated. Also due to this change, the
``keystone-manage pki_setup`` command has been deprecated as well.
- >
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
As of the Mitaka release, write support for the LDAP driver of the Identity
backend has been deprecated. This includes the following operations: create user,
create group, delete user, delete group, update user, update group,
add user to group, and remove user from group. These operations will be
removed in the 'O' release.
- >
[`blueprint deprecated-as-of-mitaka <https://blueprints.launchpad.net/keystone/+spec/deprecated-as-of-mitaka>`_]
As of the Mitaka release, the simple_cert_extension is deprecated since it
is only used in support of the PKI and PKIz token formats. It will be
removed in the 'O' release.
|
Add hyperkit to the list of dependencies | ---
name: krane
up:
- ruby: 2.5.7 # Matches gemspec
- bundler
- homebrew:
- homebrew/cask/minikube
- custom:
name: Install the minikube fork of driver-hyperkit
met?: command -v docker-machine-driver-hyperkit
meet: curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit && sudo install -o root -g wheel -m 4755 docker-machine-driver-hyperkit /usr/local/bin/ && rm ./docker-machine-driver-hyperkit
- custom:
name: Minikube Cluster
met?: test $(minikube status | grep Running | wc -l) -ge 2 && $(minikube status | grep -q 'Configured')
meet: minikube start --kubernetes-version=v1.11.10 --vm-driver=hyperkit
down: minikube stop
commands:
reset-minikube: minikube delete && rm -rf ~/.minikube
test:
run: bin/test
tophat:
run: PRINT_LOGS=1 bundle exec ruby -I test test/integration/krane_deploy_test.rb -n/${1}/
desc: Tophat a change by running a test scenario with logging output enabled.
syntax:
optional:
argument: TEST_REGEX
doc:
run: bundle exec yard doc
| ---
name: krane
up:
- ruby: 2.5.7 # Matches gemspec
- bundler
- homebrew:
- homebrew/cask/minikube
- hyperkit
- custom:
name: Install the minikube fork of driver-hyperkit
met?: command -v docker-machine-driver-hyperkit
meet: curl -LO https://storage.googleapis.com/minikube/releases/latest/docker-machine-driver-hyperkit && sudo install -o root -g wheel -m 4755 docker-machine-driver-hyperkit /usr/local/bin/ && rm ./docker-machine-driver-hyperkit
- custom:
name: Minikube Cluster
met?: test $(minikube status | grep Running | wc -l) -ge 2 && $(minikube status | grep -q 'Configured')
meet: minikube start --kubernetes-version=v1.11.10 --vm-driver=hyperkit
down: minikube stop
commands:
reset-minikube: minikube delete && rm -rf ~/.minikube
test:
run: bin/test
tophat:
run: PRINT_LOGS=1 bundle exec ruby -I test test/integration/krane_deploy_test.rb -n/${1}/
desc: Tophat a change by running a test scenario with logging output enabled.
syntax:
optional:
argument: TEST_REGEX
doc:
run: bundle exec yard doc
|
Bump ridedott/merge-me-action from 2.9.20 to 2.9.22 | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/merge-me-action@v2.9.20
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to
# a protected branch must be used. This secret can have an arbitrary
# name, as an example, this repository uses `DOTTBOTT_TOKEN`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
PRESET: DEPENDABOT_MINOR
ENABLED_FOR_MANUAL_CHANGES: 'true'
| name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'MySQL tests'
- 'PostgreSQL tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/merge-me-action@v2.9.22
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to
# a protected branch must be used. This secret can have an arbitrary
# name, as an example, this repository uses `DOTTBOTT_TOKEN`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
PRESET: DEPENDABOT_MINOR
ENABLED_FOR_MANUAL_CHANGES: 'true'
|
Add port to Circle DB URLs | machine:
environment:
DATABASE_URL: mysql://ubuntu:@localhost/circle_test
CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost/circle_test
dependencies:
override:
- pip install -U -r requirements/test.txt codecov
test:
#pre:
# - mkdir fieldkeys
# - keyczart create --location=fieldkeys --purpose=crypt
# - keyczart addkey --location=fieldkeys --status=primary --size=256
override:
- coverage run manage.py test
post:
- codecov --token=e40d6920-9464-459f-9bdf-5ff4f57fe6c5
| machine:
environment:
DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
CUSTOM_DATABASE_URL: mysql://ubuntu:@localhost:3306/circle_test
dependencies:
override:
- pip install -U -r requirements/test.txt codecov
test:
#pre:
# - mkdir fieldkeys
# - keyczart create --location=fieldkeys --purpose=crypt
# - keyczart addkey --location=fieldkeys --status=primary --size=256
override:
- coverage run manage.py test
post:
- codecov --token=e40d6920-9464-459f-9bdf-5ff4f57fe6c5
|
Update to not-yet-released module-ci version. | machine:
environment:
PATH: $PATH:$HOME/glide/linux-amd64
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.13
- gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --branch "place-terraform-in-path"
- configure-environment-for-gruntwork-module --packer-version NONE --go-src-path .
cache_directories:
- ~/glide
test:
override:
- run-go-tests
deployment:
release:
tag: /v.*/
commands:
# If a new release is tagged in GitHub, build the binaries and upload them to GitHub.
- build-go-binaries --app-name terragrunt --dest-path bin --ld-flags "-X main.VERSION=$CIRCLE_TAG"
- upload-github-release-assets bin/*
| machine:
environment:
PATH: $PATH:$HOME/glide/linux-amd64
dependencies:
override:
# Install the gruntwork-module-circleci-helpers and use it to configure the build environment and run tests.
- curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.13
- gruntwork-install --module-name "gruntwork-module-circleci-helpers" --repo "https://github.com/gruntwork-io/module-ci" --tag "v0.0.18"
- configure-environment-for-gruntwork-module --packer-version NONE --go-src-path .
cache_directories:
- ~/glide
test:
override:
- run-go-tests
deployment:
release:
tag: /v.*/
commands:
# If a new release is tagged in GitHub, build the binaries and upload them to GitHub.
- build-go-binaries --app-name terragrunt --dest-path bin --ld-flags "-X main.VERSION=$CIRCLE_TAG"
- upload-github-release-assets bin/*
|
Remove explicit build before test | machine:
environment:
GODIST: "go1.8.linux-amd64.tar.gz"
PATH: "/usr/local/go/bin:/usr/local/go_workspace/bin:~/.go_workspace/bin:${PATH}"
GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${HOME}/.go_project"
PROJECT: "${HOME}/.go_project/src/github.com/jamesnetherton/homehub-cli"
post:
- mkdir -p download
- mkdir -p ${HOME}/.go_project/src/github.com/jamesnetherton/
- cd ${HOME}/.go_project/src/github.com/jamesnetherton/ && ln -s ${HOME}/homehub-cli homehub-cli
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
- sudo rm -rf /usr/local/go
- sudo tar -C /usr/local -xzf download/$GODIST
dependencies:
cache_directories:
- ~/download
override:
- cd ${PROJECT} && make build
test:
override:
- cd ${PROJECT} && make test
deployment:
release:
branch: release
commands:
- cd ${PROJECT} && make release
| machine:
environment:
GODIST: "go1.8.linux-amd64.tar.gz"
PATH: "/usr/local/go/bin:/usr/local/go_workspace/bin:~/.go_workspace/bin:${PATH}"
GOPATH: "${HOME}/.go_workspace:/usr/local/go_workspace:${HOME}/.go_project"
PROJECT: "${HOME}/.go_project/src/github.com/jamesnetherton/homehub-cli"
post:
- mkdir -p download
- mkdir -p ${HOME}/.go_project/src/github.com/jamesnetherton/
- cd ${HOME}/.go_project/src/github.com/jamesnetherton/ && ln -s ${HOME}/homehub-cli homehub-cli
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
- sudo rm -rf /usr/local/go
- sudo tar -C /usr/local -xzf download/$GODIST
dependencies:
cache_directories:
- ~/download
test:
override:
- cd ${PROJECT} && make test
deployment:
release:
branch: release
commands:
- cd ${PROJECT} && make release
|
Update DSA Assistent to Mister English (55) | Categories:
- Games
License: GPL-3.0-or-later
AuthorName: Phil Roggenbuck
AuthorEmail: ceo@roggstar.eu
SourceCode: https://github.com/phrogg/DSAAssistant
IssueTracker: https://github.com/phrogg/DSAAssistant/issues
Changelog: https://github.com/phrogg/DSAAssistant/releases
Donate: https://www.paypal.me/proggenbuck
AutoName: DSA Assistent
RepoType: git
Repo: https://github.com/phrogg/DSAAssistant
Builds:
- versionName: Erebor
versionCode: 49
commit: v49
subdir: app
gradle:
- yes
prebuild: sed -i -e '/[tT]est/d' -e '/withoutimplement/,+2d' build.gradle
- versionName: Mister English
versionCode: 52
commit: v52
subdir: app
gradle:
- yes
- versionName: Mister English
versionCode: 54
commit: v54
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%c
UpdateCheckMode: Tags
CurrentVersion: Mister English
CurrentVersionCode: 54
| Categories:
- Games
License: GPL-3.0-or-later
AuthorName: Phil Roggenbuck
AuthorEmail: ceo@roggstar.eu
SourceCode: https://github.com/phrogg/DSAAssistant
IssueTracker: https://github.com/phrogg/DSAAssistant/issues
Changelog: https://github.com/phrogg/DSAAssistant/releases
Donate: https://www.paypal.me/proggenbuck
AutoName: DSA Assistent
RepoType: git
Repo: https://github.com/phrogg/DSAAssistant
Builds:
- versionName: Erebor
versionCode: 49
commit: v49
subdir: app
gradle:
- yes
prebuild: sed -i -e '/[tT]est/d' -e '/withoutimplement/,+2d' build.gradle
- versionName: Mister English
versionCode: 52
commit: v52
subdir: app
gradle:
- yes
- versionName: Mister English
versionCode: 54
commit: v54
subdir: app
gradle:
- yes
- versionName: Mister English
versionCode: 55
commit: v55
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%c
UpdateCheckMode: Tags
CurrentVersion: Mister English
CurrentVersionCode: 55
|
Update from Hackage at 2021-11-23T22:12:47Z | homepage: https://github.com/NorfairKing/validity#readme
changelog-type: ''
hash: e4e236f57185d2366cf5db877bd475c7c03192893b100e1e0a439de3992efb93
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Validity instances for time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
time: -any
validity: '>=0.5'
all-versions:
- 0.0.0.0
- 0.0.0.1
- 0.1.0.0
- 0.2.0.0
- 0.2.0.1
- 0.2.0.2
- 0.2.0.3
- 0.3.0.0
- 0.4.0.0
author: Tom Sydney Kerckhove
latest: 0.4.0.0
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/NorfairKing/validity#readme
changelog-type: ''
hash: c87609293f5af917540f166bffa9700db5f4406958f6f98409d25edffe96aaff
test-bench-deps: {}
maintainer: syd@cs-syd.eu
synopsis: Validity instances for time
changelog: ''
basic-deps:
base: '>=4.7 && <5'
time: -any
validity: '>=0.5'
all-versions:
- 0.0.0.0
- 0.0.0.1
- 0.1.0.0
- 0.2.0.0
- 0.2.0.1
- 0.2.0.2
- 0.2.0.3
- 0.3.0.0
- 0.4.0.0
- 0.5.0.0
author: Tom Sydney Kerckhove
latest: 0.5.0.0
description-type: haddock
description: ''
license-name: MIT
|
Update from Hackage at 2018-11-24T04:05:37Z | homepage: https://github.com/vmchale/xmonad-volume#readme
changelog-type: markdown
hash: e5c58ce78a0eea1831830209df566b6abe43aac0375433415ff137a7653c4872
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: XMonad volume controls
changelog: ! "# xmonad-volume\n\n## 0.1.0.1\n\n * Generalize type signatures\n *
Remove dependency on `xmonad`\n\n## 0.1.0.0\n\nInitial release\n"
basic-deps:
composition-prelude: -any
base: ! '>=4.8 && <5'
X11: -any
alsa-mixer: ! '>=0.2'
containers: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Vanessa McHale
latest: '0.1.0.1'
description-type: markdown
description: ! '# xmonad-volume
Facilities to control volume within XMonad.
'
license-name: BSD3
| homepage: https://github.com/vmchale/xmonad-volume#readme
changelog-type: markdown
hash: 9764564f15599716482c035d2b0f5d249a10c97cc71327602a1ede13d955cad3
test-bench-deps: {}
maintainer: vanessa.mchale@iohk.io
synopsis: XMonad volume controls
changelog: ! "# xmonad-volume\n\n## 0.1.0.1\n\n * Generalize type signatures\n *
Remove dependency on `xmonad`\n\n## 0.1.0.0\n\nInitial release\n"
basic-deps:
composition-prelude: ! '>=1.3.0.0'
base: ! '>=4.8 && <5'
X11: -any
alsa-mixer: ! '>=0.2'
containers: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Vanessa McHale
latest: '0.1.0.1'
description-type: markdown
description: ! '# xmonad-volume
Facilities to control volume within XMonad.
'
license-name: BSD3
|
Remove no longer existing service | ---
dns::forward_zones:
'internal.softwareheritage.org.':
- 192.168.100.29
'100.168.192.in-addr.arpa.':
- 192.168.100.29
'101.168.192.in-addr.arpa.':
- 192.168.100.29
dns::forwarders:
- 193.51.196.130
- 193.51.196.131
dns::forwarder_insecure: true
ntp::servers:
- sesi-ntp1.inria.fr
- sesi-ntp2.inria.fr
internal_network: 192.168.100.0/24
smtp::relayhost: '[smtp.inria.fr]'
swh::deploy::worker::instances:
- swh_lister_debian
- swh_lister_github
- swh_lister_gitlab
- swh_lister_pypi
- swh_loader_debian
- swh_loader_deposit
- swh_loader_git
- swh_loader_git_disk
- swh_loader_mercurial
- swh_loader_pypi
- swh_loader_svn
| ---
dns::forward_zones:
'internal.softwareheritage.org.':
- 192.168.100.29
'100.168.192.in-addr.arpa.':
- 192.168.100.29
'101.168.192.in-addr.arpa.':
- 192.168.100.29
dns::forwarders:
- 193.51.196.130
- 193.51.196.131
dns::forwarder_insecure: true
ntp::servers:
- sesi-ntp1.inria.fr
- sesi-ntp2.inria.fr
internal_network: 192.168.100.0/24
smtp::relayhost: '[smtp.inria.fr]'
swh::deploy::worker::instances:
- swh_lister_debian
- swh_lister_github
- swh_lister_gitlab
- swh_lister_pypi
- swh_loader_debian
- swh_loader_deposit
- swh_loader_git
- swh_loader_mercurial
- swh_loader_pypi
- swh_loader_svn
|
Add labels to ring key Secret | apiVersion: v1
kind: Secret
metadata:
name: ring-key-20170816102049
type: Opaque
data:
# base64-encoded ring key
ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQ==
---
apiVersion: habitat.sh/v1
kind: ServiceGroup
metadata:
name: example-encrypted-service-group
spec:
# the core/nginx habitat service packaged as a Docker image
image: kinvolk/consul-hab
count: 3
habitat:
topology: leader-follower
# the name of the secret containing the ring key
ringKey: ring-key-20170816102049
| apiVersion: v1
kind: Secret
metadata:
name: ring-key-20170816102049
labels:
habitat: "true"
ring-key: "true"
type: Opaque
data:
# base64-encoded ring key
ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQ==
---
apiVersion: habitat.sh/v1
kind: ServiceGroup
metadata:
name: example-encrypted-service-group
spec:
# the core/nginx habitat service packaged as a Docker image
image: kinvolk/consul-hab
count: 3
habitat:
topology: leader-follower
# the name of the secret containing the ring key
ringKey: ring-key-20170816102049
|
Update from Forestry.io - Updated Forestry configuration | ---
hide_body: false
fields:
- name: name
label: Name
type: text
hidden: false
default: ''
- name: short
label: Short
type: text
hidden: false
default: ''
- type: select
name: continent
config:
source:
type: datafiles
file: continents-yml
path: continents
required: true
label: Continent
default: Asia
- name: outputs
label: Outputs
type: list
hidden: ''
default:
- HTML
- JSON
config:
source:
type: datafiles
| ---
hide_body: false
fields:
- name: name
label: Name
type: text
hidden: false
default: ''
- name: short
label: Short
type: text
hidden: false
default: ''
- type: select
name: continent
config:
source:
type: datafiles
file: continents-yml
path: continents
required: true
label: Continent
default: Asia
|
Disable SSL validation by default in bosh-lite | properties:
riak:
firewall_enabled: false
nats:
machines:
- 10.244.0.6
user: nats
password: nats
port: 4222
cf:
admin_username: admin
admin_password: admin
api_url: (( merge ))
| properties:
riak:
firewall_enabled: false
nats:
machines:
- 10.244.0.6
user: nats
password: nats
port: 4222
cf:
admin_username: admin
admin_password: admin
api_url: (( merge ))
riak_cs:
skip_ssl_validation: true |
Update from Hackage at 2017-12-22T07:02:07Z | homepage: https://github.com/vmchale/composition-prelude#readme
changelog-type: ''
hash: 5fdc8d2fe5e342d97225e08afd729adf76a87af83dd41d24b4afcd3eb6656c82
test-bench-deps: {}
maintainer: vanessa.mchale@reconfigure.io
synopsis: Higher-order function combinators
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
- '0.1.1.0'
- '0.1.1.1'
author: Vanessa McHale
latest: '0.1.1.1'
description-type: markdown
description: ! '# composition-prelude
Higher-order function composition.
An alternate version of what''s provided in
[composition](https://hackage.haskell.org/package/composition) and
[composition-extra](https://hackage.haskell.org/package/composition-extra).
'
license-name: BSD3
| homepage: https://github.com/vmchale/composition-prelude#readme
changelog-type: ''
hash: d9e0342e8259fd45dbf659086da5dd86d9a3e88f994139cb590c46cbf8e775fb
test-bench-deps: {}
maintainer: vanessa.mchale@reconfigure.io
synopsis: Higher-order function combinators
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
- '0.1.1.0'
- '0.1.1.1'
- '0.1.1.2'
author: Vanessa McHale
latest: '0.1.1.2'
description-type: markdown
description: ! '# composition-prelude
Higher-order function composition.
An alternate version of what''s provided in
[composition](https://hackage.haskell.org/package/composition) and
[composition-extra](https://hackage.haskell.org/package/composition-extra).
'
license-name: BSD3
|
Update from Hackage at 2017-03-31T09:54:21Z | homepage: ''
changelog-type: ''
hash: 87e9c36db96e8719446363fab4946951897603b3b36274d5206d0cfe73a14bb9
test-bench-deps: {}
maintainer: Simon Hengel <sol@typeful.net>
synopsis: A version of hspec-expectations generalized to MonadIO
changelog: ''
basic-deps:
base: ==4.*
transformers: -any
hspec-expectations: ! '>=0.8.2'
all-versions:
- '0.5.0'
- '0.8.2'
author: Simon Hengel <sol@typeful.net>
latest: '0.8.2'
description-type: haddock
description: A version of hspec-expectations generalized to MonadIO
license-name: MIT
| homepage: ''
changelog-type: ''
hash: 21c53a4fcd4dfe1f4d5ea95912c886e0da561a48014cb9665bc1a0b8041c74ad
test-bench-deps: {}
maintainer: Simon Hengel <sol@typeful.net>
synopsis: A version of hspec-expectations generalized to MonadIO
changelog: ''
basic-deps:
base: ==4.*
transformers: -any
hspec-expectations: ! '>=0.8.2'
all-versions:
- '0.5.0'
- '0.8.2'
- '0.9.0'
author: Simon Hengel <sol@typeful.net>
latest: '0.9.0'
description-type: haddock
description: A version of hspec-expectations generalized to MonadIO
license-name: MIT
|
Add org-wide config for Stale app | # Number of days of inactivity before an issue becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
# Label to use when marking an issue as stale
staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
| _extends: .github
|
Validate configuration file before copying it | ---
# See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
- name: Ensure script to install NodeSource Node.js 0.12 repo has been executed
shell: >
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
creates=/etc/apt/sources.list.d/nodesource.list
sudo: yes
- name: Ensure Node.js 0.12 is installed
apt:
pkg: nodejs
state: present
sudo: yes
- name: Ensure Shout package is installed
npm:
name: shout
global: yes
production: yes
version: 0.51.1
state: present
sudo: yes
- name: Ensure Shout is configured
copy:
src: config.js
dest: /root/.shout/config.js
sudo: yes
| ---
# See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
- name: Ensure script to install NodeSource Node.js 0.12 repo has been executed
shell: >
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
creates=/etc/apt/sources.list.d/nodesource.list
sudo: yes
- name: Ensure Node.js 0.12 is installed
apt:
pkg: nodejs
state: present
sudo: yes
- name: Ensure Shout package is installed
npm:
name: shout
global: yes
production: yes
version: 0.51.1
state: present
sudo: yes
- name: Ensure esprima package (for JS syntax checking) is installed
npm:
name: esprima
global: yes
production: yes
state: present
sudo: yes
- name: Ensure Shout is configured
copy:
src: config.js
dest: /root/.shout/config.js
validate: 'esvalidate %s'
sudo: yes
|
Bump ridedott/merge-me-action from 2.9.110 to 2.9.114 | name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@v2.9.110
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to
# push to a protected branch must be used. This variable can have an
# arbitrary name, as an example, this repository uses
# `GITHUB_TOKEN_DOTTBOTT`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support
# pushing to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
| name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@v2.9.114
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to
# push to a protected branch must be used. This variable can have an
# arbitrary name, as an example, this repository uses
# `GITHUB_TOKEN_DOTTBOTT`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support
# pushing to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
|
Test only on Java 11 | task:
matrix:
- name: Test (JDK 8)
container:
image: gradle:jdk8
- name: Test (JDK 11)
container:
image: gradle:jdk11
gradle_cache:
folder: ~/.gradle/caches
check_script: gradle check --stacktrace
cleanup_before_cache_script:
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
- rm -f ~/.gradle/caches/user-id.txt
- rm -f ~/.gradle/caches/journal-1/file-access.bin
- find ~/.gradle/caches/ -name "*.lock" -type f -delete
on_failure:
junit_artifacts:
path: "**/test-results/**/*.xml"
format: junit
deploy_task:
only_if: $CIRRUS_TAG != ''
container:
image: gradle:jdk8
depends_on:
- Test (JDK 8)
- Test (JDK 11)
environment:
BINTRAY_API_KEY: ENCRYPTED[d86059880472037e15bb3ab28eb47726b84ff6d0dd5a0a8a40476dfc3aaa3e11ff34644a9df6c77c3036cca63d82ac54]
deploy_script: gradle bintrayUpload --info
| task:
matrix:
- name: Test (JDK 11)
container:
image: gradle:jdk11
gradle_cache:
folder: ~/.gradle/caches
check_script: gradle check --stacktrace
cleanup_before_cache_script:
- rm -rf ~/.gradle/caches/$GRADLE_VERSION/
- rm -f ~/.gradle/caches/user-id.txt
- rm -f ~/.gradle/caches/journal-1/file-access.bin
- find ~/.gradle/caches/ -name "*.lock" -type f -delete
on_failure:
junit_artifacts:
path: "**/test-results/**/*.xml"
format: junit
deploy_task:
only_if: $CIRRUS_TAG != ''
container:
image: gradle:jdk8
depends_on:
- Test (JDK 11)
environment:
BINTRAY_API_KEY: ENCRYPTED[d86059880472037e15bb3ab28eb47726b84ff6d0dd5a0a8a40476dfc3aaa3e11ff34644a9df6c77c3036cca63d82ac54]
deploy_script: gradle bintrayUpload --info
|
Upgrade Travis CI configuration to Ubuntu Xenial | # Specify c language to get right CXX compiler (Travis bug https://github.com/travis-ci/travis-ci/issues/3871)
language: c
# Ubuntu 14.04 Trusty support
sudo: required
dist: trusty
compiler:
- clang
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libeigen3-dev
- sudo apt-get install -y libopenmpi-dev
- sudo apt-get install -y libboost-all-dev
script:
- mkdir build
- cd build
- cmake -DTesting=ON -DProgs=ON -Dprogs_list="anderson;hubbard2d" ..
- make
- make test
matrix:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: CXX=g++-4.9
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-5
env: CXX=g++-5
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
- clang-3.6
env: CXX=clang++-3.6
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.7
packages:
- clang-3.7
env: CXX=clang++-3.7
| language: cpp
# Ubuntu 16.04 Xenial support
os: linux
dist: xenial
compiler:
- clang
- gcc
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libeigen3-dev
- sudo apt-get install -y libopenmpi-dev
- sudo apt-get install -y libboost-all-dev
script:
# Stop on first error
- set -e
- mkdir build
- cd build
- cmake -DTesting=ON -DProgs=ON -Dprogs_list="anderson;hubbard2d" ..
- make
- make test
jobs:
include:
- compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.9
env: CXX=g++-4.9
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- clang-3.6
env: CXX=clang++-3.6
- compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- clang-3.7
env: CXX=clang++-3.7
|
Allow failure on 2.2 due to cucumber. | language: ruby
bundler_args: --without guard
script: "bundle exec rake ci"
rvm:
- 1.9.2
- 1.9.3
- 2.0
- 2.1
- 2.2
- ruby-head
matrix:
include:
- rvm: jruby-19mode
- rvm: jruby-20mode
- rvm: jruby-21mode
- rvm: jruby-head
- rvm: rbx-2
allow_failures:
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-20mode
- rvm: jruby-21mode
- rvm: rbx-2
fast_finish: true
branches:
only: master
notifications:
email: false
| language: ruby
bundler_args: --without guard
script: "bundle exec rake ci"
rvm:
- 1.9.2
- 1.9.3
- 2.0
- 2.1
- 2.2
- ruby-head
matrix:
include:
- rvm: jruby-19mode
- rvm: jruby-20mode
- rvm: jruby-21mode
- rvm: jruby-head
- rvm: rbx-2
allow_failures:
- rvm: 2.2
- rvm: ruby-head
- rvm: jruby-head
- rvm: jruby-20mode
- rvm: jruby-21mode
- rvm: rbx-2
fast_finish: true
branches:
only: master
notifications:
email: false
|
Fix to Coverity config in Travis-CI | language: c
compiler:
- clang
- gcc
before_install: sudo apt-get update
install: sudo apt-get install bc gnutls-bin valgrind perl
script:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make
- make test
- ( cd tests && ./compat.sh )
- ( cd tests && ./ssl-opt.sh )
- tests/scripts/test-ref-configs.pl
env:
global:
secure: LidFb8vsR72MKTVpaZ8IYHR1xeVnff47/+ckEge5F9gcwf7QmfSI3+gBLZZciNdyrWzOFhlQ5Q2z/pqVeRtEkKrlcporoMMcHRIbyIA+lfRE1HnYHw7jITScfN9ZmK4msU1ElRlAk6U7ND6MPTH8QfWwchNafDk9d3AoHL4/RrQ=
addons:
coverity_scan:
project:
name: "polarssl/polarssl"
description: "PolarSSL Open Source SSL Library"
notification_email: p.j.bakker@polarssl.org
build_command_prepend:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make clean
build_command: make
branch_pattern: development
| language: c
compiler:
- clang
- gcc
before_install: sudo apt-get update
install: sudo apt-get install bc gnutls-bin valgrind perl
script:
- cmake -D CMAKE_BUILD_TYPE:String="Check" .
- make
- make test
- ( cd tests && ./compat.sh )
- ( cd tests && ./ssl-opt.sh )
- tests/scripts/test-ref-configs.pl
env:
global:
secure: LidFb8vsR72MKTVpaZ8IYHR1xeVnff47/+ckEge5F9gcwf7QmfSI3+gBLZZciNdyrWzOFhlQ5Q2z/pqVeRtEkKrlcporoMMcHRIbyIA+lfRE1HnYHw7jITScfN9ZmK4msU1ElRlAk6U7ND6MPTH8QfWwchNafDk9d3AoHL4/RrQ=
addons:
coverity_scan:
project:
name: "polarssl/polarssl"
description: "PolarSSL Open Source SSL Library"
notification_email: p.j.bakker@polarssl.org
build_command_prepend:
build_command: make
branch_pattern: development
|
Stop supporting old ruby versions | language: ruby
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
script: "bundle exec rake coverage"
gemfile:
- gemfiles/rails3.gemfile
- gemfiles/rails4.gemfile
notifications:
email:
- support@travellink.com.au
flowdock: e69dcafad1fea15c6b8c76e9ced965af
| language: ruby
rvm:
- 2.2
script: "bundle exec rake coverage"
gemfile:
- gemfiles/rails3.gemfile
- gemfiles/rails4.gemfile
notifications:
email:
- support@travellink.com.au
flowdock: e69dcafad1fea15c6b8c76e9ced965af
|
Enforce 100% code coverage in Travis. | language: python
python:
- "3.3"
install:
- "pip install ."
- "pip install -r test_requirements.txt"
script: py.test -n 4 --cov hyper test/
| language: python
python:
- "3.3"
install:
- "pip install ."
- "pip install -r test_requirements.txt"
script:
- "py.test -n 4 --cov hyper test/ && coverage report -m --fail-under 100"
|
Test against latest Ruby versions | language: ruby
cache: bundler
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.5
- 2.3.1
- ruby-head
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby
# NOTE: The tests never pass with 1.9.3 since WebMock stopped supporting 1.9.
- rvm: 1.9.3
fast_finish: true
| language: ruby
cache: bundler
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- ruby-head
- jruby
matrix:
allow_failures:
- rvm: ruby-head
- rvm: jruby
# NOTE: The tests never pass with 1.9.3 since WebMock stopped supporting 1.9.
- rvm: 1.9.3
fast_finish: true
|
Bump to go 1.7 for great glory | language: go
go: 1.6.3
dist: trusty
group: edge
env:
global:
- GO15VENDOREXPERIMENT='1'
- TRAVIS_COMMIT_SHORT="$(echo $TRAVIS_COMMIT | cut -b1-7)"
- TRAVIS_COMMIT_LESSSHORT="$(echo $TRAVIS_COMMIT | cut -b1-9)"
addons:
artifacts:
paths:
- "./build/linux/amd64/gcloud-cleanup"
- "./build/darwin/amd64/gcloud-cleanup"
- "./build.tar.gz"
target_paths:
- travis-ci/gcloud-cleanup/$TRAVIS_BRANCH
- travis-ci/gcloud-cleanup/$TRAVIS_COMMIT
- travis-ci/gcloud-cleanup/$TRAVIS_COMMIT_SHORT
- travis-ci/gcloud-cleanup/$TRAVIS_COMMIT_LESSSHORT
install:
- make prereqs
script:
- travis_retry make deps
- make crossbuild
after_script:
- tar -czvf build.tar.gz build Procfile Makefile
| language: go
go: 1.7
dist: trusty
group: edge
env:
global:
- GO15VENDOREXPERIMENT='1'
- TRAVIS_COMMIT_SHORT="$(echo $TRAVIS_COMMIT | cut -b1-7)"
- TRAVIS_COMMIT_LESSSHORT="$(echo $TRAVIS_COMMIT | cut -b1-9)"
addons:
artifacts:
paths:
- "./build/linux/amd64/gcloud-cleanup"
- "./build/darwin/amd64/gcloud-cleanup"
- "./build.tar.gz"
target_paths:
- travis-ci/gcloud-cleanup/$TRAVIS_BRANCH
- travis-ci/gcloud-cleanup/$TRAVIS_COMMIT
- travis-ci/gcloud-cleanup/$TRAVIS_COMMIT_SHORT
- travis-ci/gcloud-cleanup/$TRAVIS_COMMIT_LESSSHORT
install:
- make prereqs
script:
- travis_retry make deps
- make crossbuild
after_script:
- tar -czvf build.tar.gz build Procfile Makefile
|
Update project name in Travis config | language: objective-c
osx_image: xcode8
xcode_project: NVActivityIndicatorViewDemo.xcodeproj
xcode_scheme: NVActivityIndicatorView
xcode_sdk: iphonesimulator10.0
script:
- xcodebuild -project NVActivityIndicatorViewDemo.xcodeproj -scheme NVActivityIndicatorView -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
| language: objective-c
osx_image: xcode8
xcode_project: NVActivityIndicatorView.xcodeproj
xcode_scheme: NVActivityIndicatorView
xcode_sdk: iphonesimulator10.0
script:
- xcodebuild -project NVActivityIndicatorViewDemo.xcodeproj -scheme NVActivityIndicatorView -destination "platform=iOS Simulator,name=iPhone 6" clean test | xcpretty -c
|
Stop rails server to pass build | language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.1.0
- ruby-head
- 2.0.0
env:
- DB=sqlite
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- bundle exec rake test
- bundle exec rails s
after_success:
- coveralls
| language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.1.0
- ruby-head
- 2.0.0
env:
- DB=sqlite
script:
- RAILS_ENV=test bundle exec rake db:migrate --trace
- bundle exec rake db:test:prepare
- bundle exec rake test
after_success:
- coveralls
|
Remove the boot tmp folder before caching | language: java
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.boot
install:
- wget -O boot https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh
- chmod 755 boot
- ./boot -V
script: ./boot tests
| language: java
jdk:
- oraclejdk8
cache:
directories:
- $HOME/.m2
- $HOME/.boot
before_cache:
- rm -f $HOME/.boot/cache/tmp
install:
- wget -O boot https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh
- chmod 755 boot
- ./boot -V
script: ./boot tests
|
Remove Ruby 2.0 because we don't support that shit no more | language: ruby
rvm:
- 2.0.0
- 2.1.8
- 2.2.0
- 2.3.0
env:
- COVERAGE=true
branches:
only:
- dev
- staging
- master
sudo: false
notifications:
- email: false | language: ruby
rvm:
- 2.1.8
- 2.2.0
- 2.3.0
env:
- COVERAGE=true
branches:
only:
- dev
- staging
- master
sudo: false
notifications:
- email: false |
Drop old Pythons and add 3.8 to CI | language: python
cache: pip
matrix:
include:
- python: "2.7"
- python: "3.5"
- python: "3.6"
- python: "3.7"
dist: xenial
sudo: true
install:
- pip install -r requirements.txt
- python setup.py install
script:
- sci_py_import_all
- python setup.py test
- sci_py_test_style .
- python ./misc/sample_project/setup.py test
| language: python
cache: pip
matrix:
include:
- python: "3.7"
dist: xenial
sudo: true
- python: "3.8"
dist: xenial
sudo: true
install:
- pip install -r requirements.txt
- python setup.py install
script:
- sci_py_import_all
- python setup.py test
- sci_py_test_style .
- python ./misc/sample_project/setup.py test
|
Add Clang compiler for Travis (needed to build libxmljs) | language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
| language: node_js
node_js:
- "6"
- "5"
- "4"
- "0.12"
# a compiler must be installed for libxmljs
# https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements
compiler: clang-3.6
env:
- CXX=clang-3.6
addons:
apt:
sources:
- llvm-toolchain-precise-3.6
- ubuntu-toolchain-r-test
packages:
- clang-3.6
- g++-4.8
|
Update requests recipe to version 2.18.3 | {% set name = "requests" %}
{% set version = "2.18.2" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: requests-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5b26fcc5e72757a867e4d562333f841eddcef93548908a1bb1a9207260618da9
build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
run:
- python
- certifi
- chardet
- idna
- urllib3
test:
imports:
- requests
about:
home: http://python-requests.org
license: Apache 2.0
summary: 'Python HTTP for Humans.'
| {% set name = "requests" %}
{% set version = "2.18.3" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: requests-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: fb68a7baef4965c12d9cd67c0f5a46e6e28be3d8c7b6910c758fbcc99880b518
build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
run:
- python
- certifi
- chardet
- idna
- urllib3
test:
imports:
- requests
about:
home: http://python-requests.org
license: Apache 2.0
summary: 'Python HTTP for Humans.'
|
Update Planes Android to 0.3.8 (11) | Categories:
- Games
License: MIT
AuthorName: Cristian Cucu
SourceCode: https://github.com/xxxcucus/planes
IssueTracker: https://github.com/xxxcucus/planes/issues
AutoName: Planes Android
RepoType: git
Repo: https://github.com/xxxcucus/planes
Builds:
- versionName: 0.3.6
versionCode: 9
commit: 0.3.6
subdir: java/PlanesAndroid/app
gradle:
- yes
- versionName: 0.3.7
versionCode: 10
commit: 0.3.7
subdir: java/PlanesAndroid/app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.3.7
CurrentVersionCode: 10
| Categories:
- Games
License: MIT
AuthorName: Cristian Cucu
SourceCode: https://github.com/xxxcucus/planes
IssueTracker: https://github.com/xxxcucus/planes/issues
AutoName: Planes Android
RepoType: git
Repo: https://github.com/xxxcucus/planes
Builds:
- versionName: 0.3.6
versionCode: 9
commit: 0.3.6
subdir: java/PlanesAndroid/app
gradle:
- yes
- versionName: 0.3.7
versionCode: 10
commit: 0.3.7
subdir: java/PlanesAndroid/app
gradle:
- yes
- versionName: 0.3.8
versionCode: 11
commit: 0.3.8
subdir: java/PlanesAndroid/app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.3.8
CurrentVersionCode: 11
|
Disable Windows CI until somebody actually works on it | trigger:
- master
- devel
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- checkout: self
submodules: true
- script: |
git config --global user.email "simon@simon-cozens.org"
git config --global user.name "Azure Pipeline"
displayName: Set git user name and email
- script: cmake -G "Visual Studio 15 2017" -A x64 "-DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory)" -S $(Build.SourcesDirectory) -B $(Build.BinariesDirectory)
displayName: Configure solution with CMake script
- script: cmake --build $(Build.BinariesDirectory) --config Release
displayName: Build solution
- script: cmake --build $(Build.BinariesDirectory) --config Release --target Install
displayName: Install solution
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: sile | trigger: none
# Disable Windows CI builds until somebody is actually working on fixing them
# - master
# - devel
jobs:
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- checkout: self
submodules: true
- script: |
git config --global user.email "simon@simon-cozens.org"
git config --global user.name "Azure Pipeline"
displayName: Set git user name and email
- script: cmake -G "Visual Studio 15 2017" -A x64 "-DCMAKE_INSTALL_PREFIX=$(Build.ArtifactStagingDirectory)" -S $(Build.SourcesDirectory) -B $(Build.BinariesDirectory)
displayName: Configure solution with CMake script
- script: cmake --build $(Build.BinariesDirectory) --config Release
displayName: Build solution
- script: cmake --build $(Build.BinariesDirectory) --config Release --target Install
displayName: Install solution
- task: PublishBuildArtifacts@1
inputs:
pathtoPublish: '$(Build.ArtifactStagingDirectory)'
artifactName: sile
|
Update from Hackage at 2021-04-29T23:12:28Z | homepage: https://github.com/anton-k/csound-catalog
changelog-type: ''
hash: b3c752125817f409f7fdb0c3f588cf16fec96a9b9bcb544e4bbdf5794bf12b98
test-bench-deps: {}
maintainer: <anton.kholomiov@gmail.com>
synopsis: a gallery of Csound instruments.
changelog: ''
basic-deps:
base: ==4.*
csound-sampler: '>=0.0.10.0'
csound-expression: '>=5.3.4'
transformers: '>=0.3'
sharc-timbre: -any
all-versions:
- '0.1'
- 0.1.1
- 0.1.2
- 0.1.3
- 0.2.0
- 0.2.1
- 0.2.2
- 0.3.0
- 0.4.0
- 0.5.0
- 0.6.0
- 0.6.1
- 0.7.0
- 0.7.1
- 0.7.2
- 0.7.3
- 0.7.4
author: Anton Kholomiov
latest: 0.7.4
description-type: haddock
description: A gallery of Csound instruments.
license-name: BSD-3-Clause
| homepage: https://github.com/anton-k/csound-catalog
changelog-type: ''
hash: 0732f1ff4359ed2caf818c71c8dcddf68766cf54ed6a2490728496f3e00ea088
test-bench-deps: {}
maintainer: <anton.kholomiov@gmail.com>
synopsis: a gallery of Csound instruments.
changelog: ''
basic-deps:
base: ==4.*
csound-sampler: '>=0.0.10.0'
csound-expression: '>=5.4.0'
transformers: '>=0.3'
sharc-timbre: -any
all-versions:
- '0.1'
- 0.1.1
- 0.1.2
- 0.1.3
- 0.2.0
- 0.2.1
- 0.2.2
- 0.3.0
- 0.4.0
- 0.5.0
- 0.6.0
- 0.6.1
- 0.7.0
- 0.7.1
- 0.7.2
- 0.7.3
- 0.7.4
- 0.7.5
author: Anton Kholomiov
latest: 0.7.5
description-type: haddock
description: A gallery of Csound instruments.
license-name: BSD-3-Clause
|
Remove enable repo for atomic | ---
#debug packages
- name: subscription-manager register and attach pool
redhat_subscription:
state: present
username: "{{ subscription_name }}"
password: "{{ subscription_pass }}"
autosubscribe: true
pool: "{{ subscription_pool }}"
#pool: '^Employee SKU$'
- shell: subscription-manager repos --disable='*'
- shell: subscription-manager repos --enable='rhel-7-server-rpms' --enable='rhel-7-server-extras-rpms' --enable='rhel-7-server-ose-3.1-rpms' --enable='rhel-7-server-optional-rpms'
| ---
#debug packages
- name: subscription-manager register and attach pool
redhat_subscription:
state: present
username: "{{ subscription_name }}"
password: "{{ subscription_pass }}"
autosubscribe: true
pool: "{{ subscription_pool }}"
#pool: '^Employee SKU$'
#Disable all the repository
- shell: subscription-manager repos --disable='*'
#Enable opensift repo
- name: enable repo rhel-7 and ose 3.1
shell: subscription-manager repos --enable='rhel-7-server-rpms' --enable='rhel-7-server-extras-rpms' --enable='rhel-7-server-ose-3.1-rpms' --enable='rhel-7-server-optional-rpms'
when: not ansible_local.system.is_atomic | bool
|
Revert "Remove special cases from the CI matrix" | language: ruby
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- rbx-18mode
- rbx-19mode
- jruby-18mode
- jruby-19mode
- jruby-head
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
| language: ruby
rvm:
- ree
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- ruby-head
- rbx-18mode
- rbx-19mode
matrix:
include:
- rvm: jruby-18mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-19mode
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
- rvm: jruby-head
env: JRUBY_OPTS="$JRUBY_OPTS --debug" # for simplecov
notifications:
irc:
channels:
- irc.freenode.org#rom-rb
on_success: never
on_failure: change
|
Revert "Overwriting pythonpath since current method breaks" | ---
- name: core schema update
shell: alembic upgrade head
sudo: true
environment:
PYTHONPATH: "data-act/core:/data-act/validator"
args:
chdir: /data-act/core/dataactcore
- name: validator schema update
shell: alembic upgrade head
sudo: true
environment:
PYTHONPATH: "/data-act/core:/data-act/validator"
args:
chdir: /data-act/validator/dataactvalidator/ | ---
- name: core schema update
shell: alembic upgrade head
sudo: true
environment:
PYTHONPATH: "{{ ansible_env.PYTHONPATH }}:/data-act/core:/data-act/validator"
args:
chdir: /data-act/core/dataactcore
- name: validator schema update
shell: alembic upgrade head
sudo: true
environment:
PYTHONPATH: "{{ ansible_env.PYTHONPATH }}:/data-act/core:/data-act/validator"
args:
chdir: /data-act/validator/dataactvalidator/ |
Update for v2 of Crowdin CLI tool | project_identifier: winsparkle
base_url: http://api.crowdin.net
base_path: .
preserve_hierarchy: false
files:
-
source: /winsparkle.pot
translation: /%locale_with_underscore%.po
languages_mapping:
locale_with_underscore:
ar: ar
be: be
bg: bg
bs: bs
co: co
cs: cs
da: da
de: de
el: el
es-ES: es
eu: eu
fr: fr
ga-IE: ga
he: he
hy-AM: hy
hr: hr
hu: hu
id: id
it: it
ja: ja
ko: ko
kk: kk
nb: nb
nl: nl
pl: pl
ru: ru
sk: sk
sr: sr
sv-SE: sv
tr: tr
uk: uk
zh-CN: zh_CN
zh-TW: zh_TW
| "project_identifier" : "winsparkle"
"base_path" : "."
"preserve_hierarchy" : false
"files" : [
{
"source" : "/winsparkle.pot",
"translation" : "/%locale_with_underscore%.po",
"languages_mapping" : {
"locale_with_underscore" : {
"ar": "ar",
"be": "be",
"bg": "bg",
"bs": "bs",
"co": "co",
"cs": "cs",
"da": "da",
"de": "de",
"el": "el",
"es-ES": "es",
"eu": "eu",
"fr": "fr",
"ga-IE": "ga",
"he": "he",
"hy-AM": "hy",
"hr": "hr",
"hu": "hu",
"id": "id",
"it": "it",
"ja": "ja",
"ko": "ko",
"kk": "kk",
"nb": "nb",
"nl": "nl",
"pl": "pl",
"ru": "ru",
"sk": "sk",
"sr": "sr",
"sv-SE": "sv",
"tr": "tr",
"uk": "uk",
"zh-CN": "zh_CN",
"zh-TW": "zh_TW"
}
}
}
]
|
Update OSMfocus Reborn to 1.1.0-fdroid (110) | Categories:
- Navigation
License: Apache-2.0
SourceCode: https://github.com/ubipo/osmfocus
IssueTracker: https://github.com/ubipo/osmfocus/issues
Donate: https://pfiers.net/donate
AutoName: OSMfocus Reborn
RepoType: git
Repo: https://github.com/ubipo/osmfocus
Builds:
- versionName: 1.0.0
versionCode: 100
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.1-fdroid
versionCode: 101
commit: v1.0.1
subdir: app
gradle:
- fdroid
- versionName: 1.0.3-fdroid
versionCode: 103
disable: https://github.com/ubipo/osmfocus/issues/8
commit: v1.0.3
subdir: app
gradle:
- fdroid
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.3-fdroid
CurrentVersionCode: 103
| Categories:
- Navigation
License: Apache-2.0
SourceCode: https://github.com/ubipo/osmfocus
IssueTracker: https://github.com/ubipo/osmfocus/issues
Donate: https://pfiers.net/donate
AutoName: OSMfocus Reborn
RepoType: git
Repo: https://github.com/ubipo/osmfocus
Builds:
- versionName: 1.0.0
versionCode: 100
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.1-fdroid
versionCode: 101
commit: v1.0.1
subdir: app
gradle:
- fdroid
- versionName: 1.0.3-fdroid
versionCode: 103
disable: https://github.com/ubipo/osmfocus/issues/8
commit: v1.0.3
subdir: app
gradle:
- fdroid
- versionName: 1.1.0-fdroid
versionCode: 110
commit: v1.1.0
subdir: app
gradle:
- fdroid
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.0-fdroid
CurrentVersionCode: 110
|
Add min_infix_len for all indexes | search:
# base dir path (from root if relative)
base: sphinx_data
# Search daemon base url
#api_endpoint: http://localhost:9304/
# Set `false` if sphinx deamons should not be started (when remote host used)
is_local: true
# Run `optimize index` against all tables after reindex
optimize: true
# name or path to searchd binary
#bin: searchd
# temporary progressive merge bug workaround (to make 'optimize index' work)
#common:
# progressive_merge: 0
searchd:
binlog_path: binlog
pid_file: pid_file
listen: searchd.sock:mysql41
indexes:
# Default configs to inherit. Done to simplify global modifications -
# morphology, charset table and others.
_default_base:
type: rt
'_default_topic: _default_base':
index_exact_words: 1
min_infix_len: 2
'_default_content: _default_base':
index_exact_words: 1
html_strip: 1
html_index_attrs: a=href;
html_remove_elements: blockquote
| search:
# base dir path (from root if relative)
base: sphinx_data
# Search daemon base url
#api_endpoint: http://localhost:9304/
# Set `false` if sphinx deamons should not be started (when remote host used)
is_local: true
# Run `optimize index` against all tables after reindex
optimize: true
# name or path to searchd binary
#bin: searchd
# temporary progressive merge bug workaround (to make 'optimize index' work)
#common:
# progressive_merge: 0
searchd:
binlog_path: binlog
pid_file: pid_file
listen: searchd.sock:mysql41
indexes:
# Default configs to inherit. Done to simplify global modifications -
# morphology, charset table and others.
_default_base:
type: rt
'_default_topic: _default_base':
index_exact_words: 1
min_infix_len: 2
'_default_content: _default_base':
index_exact_words: 1
min_infix_len: 2
html_strip: 1
html_index_attrs: a=href;
html_remove_elements: blockquote
|
Create a massive DB connection pool | default: &default
adapter: postgresql
encoding: unicode
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } * 4 %>
username: postgres
password:
host: db
development:
<<: *default
database: app_development
test:
<<: *default
database: app_test
| default: &default
adapter: postgresql
encoding: unicode
# For details on connection pooling, see rails configuration guide
# http://guides.rubyonrails.org/configuring.html#database-pooling
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } * 10 %>
username: postgres
password:
host: db
development:
<<: *default
database: app_development
test:
<<: *default
database: app_test
|
Update from Forestry.io - Updated Forestry configuration | ---
label: Posts
hide_body: false
is_partial: false
fields:
- type: text
default: post
label: Layout
name: layout
hidden: true
- type: textarea
name: summary
label: Summary
description: Meta description
config:
required: true
- type: select
config:
source:
type: simple
options:
- tutorials
- research
- tools
- ai
label: Category
name: categories
- type: text
name: keywords
label: Keywords
- type: tag_list
name: tags
label: Tags
pages:
- _posts/test.md
- _posts/2018-06-10-chatbots-a-different-approach-for-messaging.md
| ---
label: Posts
hide_body: false
is_partial: false
fields:
- type: text
default: post
label: Layout
name: layout
hidden: true
- type: textarea
name: summary
label: Summary
description: Meta description
config:
required: true
- type: select
config:
source:
type: simple
options:
- tutorials
- research
- tools
- ai
required: true
label: Category
name: categories
- type: text
name: keywords
label: Keywords
- type: tag_list
name: tags
label: Tags
pages:
- _posts/test.md
- _posts/2018-06-10-chatbots-a-different-approach-for-messaging.md
|
Add Ruby 3.2.preview1 (`head`) to testing | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake
| # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["2.5", "2.6", "2.7", "3.0", "3.1", "head"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby }}
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake
|
Update from Hackage at 2018-05-24T07:34:49Z | homepage: https://github.com/sannsyn/hasql-optparse-applicative
changelog-type: ''
hash: 176cc71d03d65fc7864dac3d4c979ea943afe4c402d28e0bb0c252d44ea72962
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: ! '"optparse-applicative" parsers for "hasql"'
changelog: ''
basic-deps:
hasql: ! '>=1.3 && <1.4'
base-prelude: <2
optparse-applicative: ! '>=0.12 && <0.15'
hasql-pool: ! '>=0.5 && <0.6'
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.2.2'
- '0.2.3'
- '0.2.4'
- '0.3'
- '0.3.0.1'
- '0.3.0.3'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.3.0.3'
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/sannsyn/hasql-optparse-applicative
changelog-type: ''
hash: 176cc71d03d65fc7864dac3d4c979ea943afe4c402d28e0bb0c252d44ea72962
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: ! '"optparse-applicative" parsers for "hasql"'
changelog: ''
basic-deps:
hasql: ! '>=1.3 && <1.4'
base-prelude: <2
optparse-applicative: ! '>=0.12 && <0.15'
hasql-pool: ! '>=0.5 && <0.6'
all-versions:
- '0.1'
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.2.2'
- '0.2.3'
- '0.2.4'
- '0.3'
- '0.3.0.1'
- '0.3.0.2'
- '0.3.0.3'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.3.0.3'
description-type: haddock
description: ''
license-name: MIT
|
Update checkout and setup-go actions to v3. | name: Test
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.18", "1.19"]
steps:
- name: CHECKOUT
uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go }}
- name: Print Go version
run: go version
- name: Install RabbitMQ
run: ./bin/ci/install_on_debian.sh
- name: Configure RabbitMQ
run: ./bin/ci/before_build.sh
- name: Restart RabbitMQ
run: service rabbitmq-server restart
- name: Await node startup
run: rabbitmqctl await_startup --timeout 60
- name: Run tests
run: make
| name: Test
on: [push,workflow_dispatch]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
go: ["1.18", "1.19"]
steps:
- name: CHECKOUT
uses: actions/checkout@v3
- name: Setup go
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- name: Print Go version
run: go version
- name: Install RabbitMQ
run: ./bin/ci/install_on_debian.sh
- name: Configure RabbitMQ
run: ./bin/ci/before_build.sh
- name: Restart RabbitMQ
run: service rabbitmq-server restart
- name: Await node startup
run: rabbitmqctl await_startup --timeout 60
- name: Run tests
run: make
|
Bump actions/setup-java from v1 to v2 | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '16' ]
# Kotlin needs access to java.util
include:
- java: '8'
maven-opts: ''
- java: '11'
maven-opts: ''
- java: '16'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Cache Maven packages
uses: actions/cache@v2.1.4
with:
path: ~/.m2
key: m2-${{ hashFiles('**/pom.xml') }}
restore-keys: m2
- name: Build with Maven
env:
MAVEN_OPTS: ${{ matrix.maven-opts }}
run: mvn test javadoc:javadoc
| name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '16' ]
# Kotlin needs access to java.util
include:
- java: '8'
maven-opts: ''
- java: '11'
maven-opts: ''
- java: '16'
maven-opts: --add-opens java.base/java.util=ALL-UNNAMED
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
- name: Cache Maven packages
uses: actions/cache@v2.1.4
with:
path: ~/.m2
key: m2-${{ hashFiles('**/pom.xml') }}
restore-keys: m2
- name: Build with Maven
env:
MAVEN_OPTS: ${{ matrix.maven-opts }}
run: mvn test javadoc:javadoc
|
Remove verbose to fix GitHub actions error | name: Testing GitHub Actions
on: [push]
jobs:
dothis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Set up websocket-client
run: |
pip install six
pip install coverage
pip install codecov
python -c "import setuptools; print(setuptools.__version__)"
coverage run --source=websocket --omit="/*/tests/__init__.py","*/tests/test_cookiejar.py","*/tests/test_websocket.py" websocket/tests/test_websocket.py
coverage report
coverage xml
- name: Codecov
uses: codecov/codecov-action@v1.2.1
verbose: true
| name: Testing GitHub Actions
on: [push]
jobs:
dothis:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Set up websocket-client
run: |
pip install six
pip install coverage
pip install codecov
python -c "import setuptools; print(setuptools.__version__)"
coverage run --source=websocket --omit="/*/tests/__init__.py","*/tests/test_cookiejar.py","*/tests/test_websocket.py" websocket/tests/test_websocket.py
coverage report
coverage xml
- name: Codecov
uses: codecov/codecov-action@v1.2.1
|
Add monitoring-client tag on common/sensu | ---
- include: facts.yml
- include: mail.yml
when: not ansible_local.system.is_atomic | bool
tags: mail
- include: logrotate.yml
- include: jq.yml
tags: service_ips
- include: gem.yml
when: not ansible_local.system.is_atomic | bool
- include: bashrc.yml
- include: ntp.yml
tags: ntp
- include: sensu.yml
tags: sensu-client
when: "'monitoring' in groups and not ansible_local.system.is_atomic | bool"
| ---
- include: facts.yml
- include: mail.yml
when: not ansible_local.system.is_atomic | bool
tags: mail
- include: logrotate.yml
- include: jq.yml
tags: service_ips
- include: gem.yml
when: not ansible_local.system.is_atomic | bool
- include: bashrc.yml
- include: ntp.yml
tags: ntp
- include: sensu.yml
tags:
- sensu-client
- monitoring-client
when: "'monitoring' in groups and not ansible_local.system.is_atomic | bool"
|
Update Twire to 1.9.6 (506) | AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Perflyst/Twire
IssueTracker: https://github.com/Perflyst/Twire/issues
Changelog: https://github.com/Perflyst/Twire/releases
AutoName: Twire
Description: |-
Twire is an open source, ad free Twitch browser and stream player for Android.
You can select multiple themes and also login with your twitch account.
You can also follow and unfollow streamers through the app.
Please note that the chat is only available if you login to your account.
RepoType: git
Repo: https://github.com/Perflyst/Twire.git
Builds:
- versionName: 1.9.2
versionCode: 502
commit: v1.9.2
subdir: app
gradle:
- yes
- versionName: 1.9.3
versionCode: 503
commit: v1.9.3
subdir: app
gradle:
- yes
- versionName: 1.9.5
versionCode: 505
commit: v1.9.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.5
CurrentVersionCode: 505
| AntiFeatures:
- NonFreeNet
Categories:
- Multimedia
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Perflyst/Twire
IssueTracker: https://github.com/Perflyst/Twire/issues
Changelog: https://github.com/Perflyst/Twire/releases
AutoName: Twire
Description: |-
Twire is an open source, ad free Twitch browser and stream player for Android.
You can select multiple themes and also login with your twitch account.
You can also follow and unfollow streamers through the app.
Please note that the chat is only available if you login to your account.
RepoType: git
Repo: https://github.com/Perflyst/Twire.git
Builds:
- versionName: 1.9.2
versionCode: 502
commit: v1.9.2
subdir: app
gradle:
- yes
- versionName: 1.9.3
versionCode: 503
commit: v1.9.3
subdir: app
gradle:
- yes
- versionName: 1.9.5
versionCode: 505
commit: v1.9.5
subdir: app
gradle:
- yes
- versionName: 1.9.6
versionCode: 506
commit: v1.9.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.6
CurrentVersionCode: 506
|
Upgrade analysis server to use analyzer-0.14.2 | name: analysis_server
version: 0.0.1
author: Dart Team <misc@dartlang.org>
description: An HTTP server that performs analysis of Dart code via web sockets.
homepage: http://www.dartlang.org
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
analyzer: 0.14.1
args: any
logging: any
dev_dependencies:
unittest: '>=0.10.0 <0.12.0'
| name: analysis_server
version: 0.0.1
author: Dart Team <misc@dartlang.org>
description: An HTTP server that performs analysis of Dart code via web sockets.
homepage: http://www.dartlang.org
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
analyzer: 0.14.2
args: any
logging: any
dev_dependencies:
unittest: '>=0.10.0 <0.12.0'
|
Test building docs on Travis | language: python
python:
- "3.5"
- "3.4"
- "3.3"
install:
- python setup.py install
- pip install coveralls
script:
- python setup.py test
after_success:
- coveralls
| language: python
python:
- "3.5"
- "3.4"
- "3.3"
install:
- pip install coveralls
script:
- python setup.py test
- python setup.py install
- python setup.py build_sphinx
after_success:
- coveralls
|
Add Python3 zed unit tests | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-yoga-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-zed-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
|
Raise minimum supported compiler to rustc 1.36 | sudo: false
language: rust
rust:
- stable
- beta
- nightly
- 1.34.0
script:
- cargo check
| sudo: false
language: rust
rust:
- stable
- beta
- nightly
- 1.36.0
script:
- cargo check
|
Add 1.5.0 to Travis tests | sudo: false
language: go
go:
- 1.3
- 1.4
- tip
env:
matrix:
- ES_VERSION=1.3.9
- ES_VERSION=1.4.2
- ES_VERSION=1.4.4
before_script:
- mkdir ${HOME}/elasticsearch
- wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >& /dev/null &
- sleep 15
| sudo: false
language: go
go:
- 1.3
- 1.4
- tip
env:
matrix:
- ES_VERSION=1.3.9
- ES_VERSION=1.4.2
- ES_VERSION=1.4.4
- ES_VERSION=1.5.0
before_script:
- mkdir ${HOME}/elasticsearch
- wget http://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz
- tar -xzf elasticsearch-${ES_VERSION}.tar.gz -C ${HOME}/elasticsearch
- ${HOME}/elasticsearch/elasticsearch-${ES_VERSION}/bin/elasticsearch >& /dev/null &
- sleep 15
|
Switch to xcodebuild since xctool can't be used with Xcode 8 | language: objective-c
osx_image: xcode8.2
install: gem install slather -N
env:
- DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
- DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=9.3"
- DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=8.1"
script: xctool -destination "$DESTINATION" -workspace Example/TTZoomTransitionExample.xcworkspace -scheme TTZoomTransitionExample -sdk iphonesimulator10.2 build test
after_success: slather
| language: objective-c
osx_image: xcode8.2
install: gem install slather -N
env:
- DESTINATION="platform=iOS Simulator,name=iPhone 6s,OS=10.2"
- DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=9.3"
- DESTINATION="platform=iOS Simulator,name=iPhone 6,OS=8.1"
script: xcodebuild -destination "$DESTINATION" -workspace Example/TTZoomTransitionExample.xcworkspace -scheme TTZoomTransitionExample -sdk iphonesimulator10.2 build test
after_success: slather
|
Install yaml on Travis build. | language: php
php:
- 5.6
- 7.0
- hhvm
sudo: required
before_install:
- sudo apt-get install -y libyaml-dev
- sudo pecl install yaml-beta && echo "extension=yaml.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
install:
- travis_retry composer install --no-interaction --prefer-source
script: vendor/bin/phpunit
| language: php
php:
- 5.6
- 7.0
- hhvm
sudo: required
before_install:
- pecl install yaml-beta
- echo "extension = yaml.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
install:
- travis_retry composer install --no-interaction --prefer-source
script: vendor/bin/phpunit
|
Install missing packages for ruby-head | sudo: false
addons:
apt:
packages:
- tidy
install: travis_retry bundle install --without=benchmark
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- rbx-2
- ruby-head
notifications:
email: false
| sudo: false
addons:
apt:
packages:
- tidy
- tcl
- tk
install: travis_retry bundle install --without=benchmark
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- rbx-2
- ruby-head
notifications:
email: false
|
Add rethinkdb --version in Travis | language: node_js
node_js:
- "node"
before_install:
- 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- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install rethinkdb -y --force-yes
before_script:
- sudo rethinkdb --daemon
- npm install
- ./bin/reqlite --port-offset 1 &
- sleep 10
after_script:
- rethinkdb
notifications:
email: false
| language: node_js
node_js:
- "node"
before_install:
- 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- http://download.rethinkdb.com/apt/pubkey.gpg | sudo apt-key add -
- sudo apt-get update
- sudo apt-get install rethinkdb -y --force-yes
- rethinkdb --version
before_script:
- sudo rethinkdb --daemon
- npm install
- ./bin/reqlite --port-offset 1 &
- sleep 10
after_script:
- rethinkdb
notifications:
email: false
|
Use a variety of distros in testing | language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash -ex ./.travis-docker.sh
env:
global:
- PINS="graphql-async:. graphql-lwt:. graphql:."
matrix:
- PACKAGE="graphql.dev" OCAML_VERSION="4.03.0"
- PACKAGE="graphql.dev" OCAML_VERSION="4.04.1"
- PACKAGE="graphql-lwt.dev" OCAML_VERSION="4.03.0"
- PACKAGE="graphql-lwt.dev" OCAML_VERSION="4.04.1"
- PACKAGE="graphql-async.dev" OCAML_VERSION="4.03.0"
- PACKAGE="graphql-async.dev" OCAML_VERSION="4.04.1"
| language: c
sudo: false
services:
- docker
install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/master/.travis-docker.sh
script: bash -ex ./.travis-docker.sh
env:
global:
- PINS="graphql-async:. graphql-lwt:. graphql:."
matrix:
- PACKAGE="graphql.dev" DISTRO="ubuntu-16.04" OCAML_VERSION="4.03.0"
- PACKAGE="graphql.dev" DISTRO="alpine-3.5" OCAML_VERSION="4.04.1"
- PACKAGE="graphql-lwt.dev" DISTRO="debian-unstable" OCAML_VERSION="4.03.0"
- PACKAGE="graphql-lwt.dev" DISTRO="debian-testing" OCAML_VERSION="4.04.1"
- PACKAGE="graphql-async.dev" DISTRO="debian-stable" OCAML_VERSION="4.03.0"
- PACKAGE="graphql-async.dev" DISTRO="fedora-25" OCAML_VERSION="4.04.1"
|
Fix invalid Travis target name | language: swift
osx_image: xcode8.3
branches:
only:
- master
env:
global:
- SDK="iphonesimulator"
matrix:
- DESTINATION="OS=9.0,name=iPhone 6s" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=9.0,name=iPhone 6s Plus" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
- DESTINATION="OS=9.0,name=iPad Air" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=9.0,name=iPad Air 2" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
- DESTINATION="OS=10.3,name=iPhone 7" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=10.3,name=iPhone 7 Plus" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
- DESTINATION="OS=10.3,name=iPad Pro (9.7 inch)" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=10.3,name=iPad Pro (12.9 inch)" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
script:
- set -o pipefail
- xcodebuild "$MODE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration "$CONFIGURATION" | xcpretty
| language: swift
osx_image: xcode8.3
branches:
only:
- master
env:
global:
- SDK="iphonesimulator"
matrix:
- DESTINATION="OS=9.0,name=iPhone 6s" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=9.0,name=iPhone 6s Plus" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
- DESTINATION="OS=9.0,name=iPad Air" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=9.0,name=iPad Air 2" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
- DESTINATION="OS=10.3,name=iPhone 7" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=10.3,name=iPhone 7 Plus" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
- DESTINATION="OS=10.3,name=iPad Pro (9.7-inch)" MODE="test" CONFIGURATION="Debug" SCHEME="Tests"
- DESTINATION="OS=10.3,name=iPad Pro (12.9-inch)" MODE="build" CONFIGURATION="Release" SCHEME="Overlay"
script:
- set -o pipefail
- xcodebuild "$MODE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration "$CONFIGURATION" | xcpretty
|
Remove coverage report from tests for now. | language: python
python:
- "2.7"
# - "pypy"
# - "3.3"
# - "3.4"
addons:
apt:
packages:
- graphviz
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- python setup.py install
script:
- pep8 storjnode
- pep8 examples
- pep8 tests
- coverage run --source="storjnode" -m unittest --quiet tests
- coverage report
after_success:
- coveralls
notifications:
slack: storjcommunity:TZfUO9ycY8R9UYwztWZTo0jk
email: false
| language: python
python:
- "2.7"
# - "pypy"
# - "3.3"
# - "3.4"
addons:
apt:
packages:
- graphviz
install:
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- python setup.py install
script:
- pep8 storjnode
- pep8 examples
- pep8 tests
- coverage run --source="storjnode" -m unittest --quiet tests
after_success:
- coveralls
notifications:
slack: storjcommunity:TZfUO9ycY8R9UYwztWZTo0jk
email: false
|
Install missing packages for Travis | language: python
matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pep8
install: pip install tox
script: tox
notifications:
email:
- julien@danjou.info
| language: python
addons:
apt:
packages:
- elasticsearch
- redis-server
- redis-sentinel
- zookeeper
- influxdb
matrix:
include:
- python: 3.5
env: TOXENV=py35
env:
- TOXENV=py27
- TOXENV=py34
- TOXENV=pypy
- TOXENV=pep8
install: pip install tox
script: tox
notifications:
email:
- julien@danjou.info
|
Use faster way to install Node on AppVeyor | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
project_id: "p24tu0v9akk906yq"
# build version format
version: "{build}"
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
# Get the latest stable version of Node 0.STABLE.latest
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install -g grunt-cli
- npm install
build: off
test_script:
- node --version
- npm --version
- ps: grunt test --no-color # PowerShell
- cmd: grunt test --no-color
| # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
project_id: "p24tu0v9akk906yq"
# build version format
version: "{build}"
# what combinations to test
environment:
matrix:
- nodejs_version: 0.10
# Get the latest stable version of Node 0.STABLE.latest
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g grunt-cli
- npm install
build: off
test_script:
- node --version
- npm --version
- ps: grunt test --no-color # PowerShell
- cmd: grunt test --no-color
|
Update from Hackage at 2017-02-23T00:19:21Z | homepage: https://github.com/githubuser/skylark-client#readme
changelog-type: ''
hash: e128475589c27ac4efa107f1e546ff8db5adc5030950de56e4727bdaea3765c8
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Skylark client.
changelog: ''
basic-deps:
optparse-generic: -any
stm: -any
base: ==4.8.*
shakers: -any
preamble: -any
conduit: -any
stm-conduit: -any
skylark-client: -any
conduit-extra: -any
lifted-async: -any
http-conduit: -any
http-types: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
- '0.1.3'
author: Swift Navigation Inc.
latest: '0.1.3'
description-type: haddock
description: Skylark network client.
license-name: BSD3
| homepage: https://github.com/githubuser/skylark-client#readme
changelog-type: ''
hash: 8301332c48cbd4f6203f7a3ba1b2a68cb8e7a0eb0b5520a13696ec83bf2a08cb
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Skylark client.
changelog: ''
basic-deps:
optparse-generic: -any
stm: -any
base: ==4.8.*
shakers: -any
preamble: -any
conduit: -any
stm-conduit: -any
skylark-client: -any
conduit-extra: -any
lifted-async: -any
http-conduit: -any
http-types: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.1.4'
author: Swift Navigation Inc.
latest: '0.1.4'
description-type: haddock
description: Skylark network client.
license-name: BSD3
|
Use standard http instead of https | # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Dependencies
markdown: kramdown
highlighter: pygments
# Setup
title: Kurorak
tagline: "[inspiring tagline here]"
url: https://kurorak.xyz
baseurl: ""
exclude: ["Makefile", "Gruntfile.js", "Gemfile", "README.md", "LICENSE", "node_modules", "package.json"]
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _scss
style: :compressed
# List of time zones supported in the TZ database
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Jakarta
# About/contact
author:
name: Kurorak
url: https://twitter.com/Kurorak
email: kurorak@outlook.com
# Collections
collections:
stuff:
output: true
permalink: /:path/
| # Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
relative_permalinks: true
# Dependencies
markdown: kramdown
highlighter: pygments
# Setup
title: Kurorak
tagline: "[inspiring tagline here]"
url: http://kurorak.xyz
baseurl: ""
exclude: ["Makefile", "Gruntfile.js", "Gemfile", "README.md", "LICENSE", "node_modules", "package.json"]
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _scss
style: :compressed
# List of time zones supported in the TZ database
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Jakarta
# About/contact
author:
name: Kurorak
url: https://twitter.com/Kurorak
email: kurorak@outlook.com
# Collections
collections:
stuff:
output: true
permalink: /:path/
|
Increase connection timeout in the integration test | server:
applicationConnectors:
- type: http
port: 0
adminConnectors:
- type: http
port: 0
h2Client:
connectionTimeout: 1s
idleTimeout: 2s
| server:
applicationConnectors:
- type: http
port: 0
adminConnectors:
- type: http
port: 0
h2Client:
connectionTimeout: 2s
idleTimeout: 2s
|
Remove pyaudio from conda install list | name: readthedocs-install-env
dependencies:
- portaudio
- numpydoc
- numpy
- scipy
- mock
- pyqt
- pyaudio
- matplotlib
- pyqtgraph
| name: readthedocs-install-env
dependencies:
- portaudio
- numpydoc
- numpy
- scipy
- mock
- pyqt
- matplotlib
- pyqtgraph
|
Replace Julius' text on BSSP page | title: Julius
thumbnail: '/assets/images/bssp/Julius.jpg'
description: "Julius is 20 years old and is looked after by his grandmother. He excels in school and loves attending science subjects like physics, biology, and chemistry. He is working on completing his high school education and hopes to become a doctor in the future."
| title: Julius
thumbnail: '/assets/images/bssp/Julius.jpg'
description: "Julius is 21 years old and is looked after by his grandmother, Beatrice, who participates in the agriculture program. Julius is attending a program in electrical engineering this year."
|
Update default production environment name | branch-defaults:
aws-eb-master:
environment: prod
aws-eb-test:
environment: test-2-8-7
group_suffix: null
global:
application_name: energy-sparks
branch: null
default_ec2_keyname: EnergySparksTestEC2
default_platform: Ruby 2.5 (Puma)
default_region: eu-west-2
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: eb-cli
repository: null
sc: git
workspace_type: Application
| branch-defaults:
aws-eb-master:
environment: prod-2-8-7
aws-eb-test:
environment: test-2-8-7
group_suffix: null
global:
application_name: energy-sparks
branch: null
default_ec2_keyname: EnergySparksTestEC2
default_platform: Ruby 2.5 (Puma)
default_region: eu-west-2
include_git_submodules: true
instance_profile: null
platform_name: null
platform_version: null
profile: eb-cli
repository: null
sc: git
workspace_type: Application
|
Fix typo with node version |
name: standard-ci
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- master
paths-ignore:
- '**.md'
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node v${{ matrix.node }} - ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
- name: Lint
run: npm run lint
- name: Build
run: npm run build
|
name: standard-ci
on:
pull_request:
paths-ignore:
- '**.md'
push:
branches:
- master
paths-ignore:
- '**.md'
jobs:
test:
strategy:
matrix:
node: [12, 14, 16]
os: [ubuntu-latest, windows-latest, macos-latest]
name: Node v${{ matrix.node }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test
run: npm test
- name: Lint
run: npm run lint
- name: Build
run: npm run build
|
Replace wget with ansible get_url module | ---
- name: ensure wget is installed
yum:
name: wget
state: latest
- name: download the pre-built overcloud images
shell: >
wget --quiet -c -O ~/{{ item.value }}
"{{ installer.images.base_url }}/{{ item.value }}"
with_dict: "{{ installer.images.overcloud.files }}"
- name: untar the images
shell: "tar -xvf ~/{{ item.value }}"
with_dict: "{{ installer.images.overcloud.files }}"
| ---
- name: download the pre-built overcloud images
get_url:
dest: "~/{{ item.value }}"
url: "{{ installer.images.base_url }}/{{ item.value }}"
with_dict: "{{ installer.images.overcloud.files }}"
- name: untar the images
shell: "tar -xvf ~/{{ item.value }}"
with_dict: "{{ installer.images.overcloud.files }}"
|
Fix variable name for packages to be installed | # _ __ ___ _
# _ __ ___ _ _ _ __ (_)_ __ / /__ _ __ ___ _ __ / / |_ __ _ ___| | _____
# | '_ ` _ \| | | | '_ \| | '_ \ / / __| '__/ _ \| '_ \ / /| __/ _` / __| |/ / __|
# | | | | | | |_| | | | | | | | |/ / (__| | | (_) | | | |/ / | || (_| \__ \ <\__ \
# |_| |_| |_|\__,_|_| |_|_|_| |_/_/ \___|_| \___/|_| |_/_/ \__\__,_|___/_|\_\___/
#
- name: install-pkg | Install munin
when: ansible_os_family == "RedHat"
yum: name={{ item }} state=present
with_items: munin.node.packages.install
| # _ __ ___ _
# _ __ ___ _ _ _ __ (_)_ __ / /__ _ __ ___ _ __ / / |_ __ _ ___| | _____
# | '_ ` _ \| | | | '_ \| | '_ \ / / __| '__/ _ \| '_ \ / /| __/ _` / __| |/ / __|
# | | | | | | |_| | | | | | | | |/ / (__| | | (_) | | | |/ / | || (_| \__ \ <\__ \
# |_| |_| |_|\__,_|_| |_|_|_| |_/_/ \___|_| \___/|_| |_/_/ \__\__,_|___/_|\_\___/
#
- name: install-pkg | Install munin
when: ansible_os_family == "RedHat"
yum: name={{ item }} state=present
with_items: munin.cron.packages.install
|
Use proper script for translations | ---
- hosts: all
roles:
- prep-zanata
- legacy-zuul-git-prep-upper-constraints
tasks:
- name: Run propose_translation_update.sh script
command: "{{ ansible_user_dir }}/scripts/upstream_translation_update.sh {{ zuul.project.short_name }} {{ zuul.branch }} {{ zuul.job }}"
args:
chdir: "src/{{ zuul.project.canonical_name }}"
| ---
- hosts: all
roles:
- prep-zanata
- legacy-zuul-git-prep-upper-constraints
tasks:
- name: Run propose_translation_update.sh script
command: "{{ ansible_user_dir }}/scripts/propose_translation_update.sh {{ zuul.project.short_name }} {{ zuul.branch }} {{ zuul.job }}"
args:
chdir: "src/{{ zuul.project.canonical_name }}"
|
Check to see if tests get reported if we don't publish them | # configuration for develop and master branch
-
branches:
only:
- develop
- master
image: Visual Studio 2019
configuration: Release
platform: Any CPU
test: off
pull_requests:
do_not_increment_build_number: false
# Install dotnet core latest
install:
- cinst dotnetcore-sdk --version 3.1.100
build_script:
- ps: .\build.ps1 -Target CI -Verbosity Verbose
after_build:
- ps: gci -Filter *.trx -Path .\TestResults\ | % { (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_.FullName)) }
artifacts:
- path: \bin\package\*.*
nuget:
disable_publish_on_pr: true
skip_commits:
files:
- '**/*.md'
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/855da764a995f5aa1a24
on_build_success: true
on_build_failure: true
on_build_status_changed: false | # configuration for develop and master branch
-
branches:
only:
- develop
- master
image: Visual Studio 2019
configuration: Release
platform: Any CPU
test: off
pull_requests:
do_not_increment_build_number: false
# Install dotnet core latest
install:
- cinst dotnetcore-sdk --version 3.1.100
build_script:
- ps: .\build.ps1 -Target CI -Verbosity Verbose
# after_build:
# - ps: gci -Filter *.trx -Path .\TestResults\ | % { (New-Object 'System.Net.WebClient').UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", (Resolve-Path $_.FullName)) }
artifacts:
- path: \bin\package\*.*
nuget:
disable_publish_on_pr: true
skip_commits:
files:
- '**/*.md'
notifications:
- provider: Webhook
url: https://webhooks.gitter.im/e/855da764a995f5aa1a24
on_build_success: true
on_build_failure: true
on_build_status_changed: false |
Use configuration variable for artifact path. | # Notes:
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
#---------------------------------#
# environment configuration #
#---------------------------------#
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf true
#---------------------------------#
# build configuration #
#---------------------------------#
# build Configuration, i.e. Debug, Release, etc.
configuration: Package
# scripts to run before build
before_build:
- cmd: nuget restore -DisableParallelProcessing
build:
verbosity: minimal # MSBuild verbosity level
cache:
- packages -> **\packages.config
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: 1.0.0.0
assembly_file_version: 1.0.0.0
assembly_informational_version: '{version}'
nuget:
project_feed: true
#---------------------------------#
# artifacts configuration #
#---------------------------------#
artifacts:
- path: Autofac.Extras.Alternatives.Package\bin\Package\Autofac.Extras.Alternatives.*.nupkg | # Notes:
# - Indent each level of configuration with 2 spaces. Do not use tabs!
# - All section names are case-sensitive.
# - Section names should be unique on each level.
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
#---------------------------------#
# environment configuration #
#---------------------------------#
# scripts that are called at very beginning, before repo cloning
init:
- git config --global core.autocrlf true
#---------------------------------#
# build configuration #
#---------------------------------#
# build Configuration, i.e. Debug, Release, etc.
configuration: Package
# scripts to run before build
before_build:
- cmd: nuget restore -DisableParallelProcessing
build:
verbosity: minimal # MSBuild verbosity level
cache:
- packages -> **\packages.config
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: 1.0.0.0
assembly_file_version: 1.0.0.0
assembly_informational_version: '{version}'
nuget:
project_feed: true
#---------------------------------#
# artifacts configuration #
#---------------------------------#
artifacts:
- path: Autofac.Extras.Alternatives.Package\bin\$(CONFIGURATION)\Autofac.Extras.Alternatives.*.nupkg |
Update example to show correct environment | apiVersion: v1
kind: ConfigMap
metadata:
name: demo-configmap
data:
application.properties: |
app.name=Staging Kinflate Demo
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
spring.datasource.username=root
spring.datasource.password=admin
server.tomcat.max-threads=20
server.tomcat.min-spare-threads=3
| apiVersion: v1
kind: ConfigMap
metadata:
name: demo-configmap
data:
application.properties: |
app.name=Production Kinflate Demo
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
spring.datasource.username=root
spring.datasource.password=admin
server.tomcat.max-threads=20
server.tomcat.min-spare-threads=3
|
Upgrade mailserver version to 0.0.2 | apiVersion: v1
description: A Helm chart for Kubernetes
name: mailserver
version: 0.0.1
maintainers:
- name: OTSUKA, Yuanying
email: yuan-docker@fraction.jp
engine: gotpl
| apiVersion: v1
description: A Helm chart for Kubernetes
name: mailserver
version: 0.0.2
maintainers:
- name: OTSUKA, Yuanying
email: yuan-docker@fraction.jp
engine: gotpl
|
Update Golem.de to 1.2.2 (138) | AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: Soenke Huster
AuthorEmail: projekte@eknoes.de
SourceCode: https://github.com/eknoes/golem-android-reader
IssueTracker: https://github.com/eknoes/golem-android-reader/issues
AutoName: Golem.de
RepoType: git
Repo: https://github.com/eknoes/golem-android-reader
Builds:
- versionName: 1.2.1
versionCode: 137
commit: v1.2.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.1
CurrentVersionCode: 137
| AntiFeatures:
- NonFreeNet
Categories:
- Reading
License: GPL-3.0-only
AuthorName: Soenke Huster
AuthorEmail: projekte@eknoes.de
SourceCode: https://github.com/eknoes/golem-android-reader
IssueTracker: https://github.com/eknoes/golem-android-reader/issues
AutoName: Golem.de
RepoType: git
Repo: https://github.com/eknoes/golem-android-reader
Builds:
- versionName: 1.2.1
versionCode: 137
commit: v1.2.1
subdir: app
gradle:
- yes
- versionName: 1.2.2
versionCode: 138
commit: f8b9406b3e5d1ecb8147bb0eaf48e6c503d64863
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.2.2
CurrentVersionCode: 138
|
Remove debian 6 from Test Kitchen | driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.1
- name: debian-6.0.10
run_list:
- recipe[apt]
- name: debian-7.8
run_list:
- recipe[apt]
- name: debian-8.1
run_list:
- recipe[apt]
- name: fedora-21
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[squid::default]
| driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.7
- name: centos-7.1
- name: debian-7.8
run_list:
- recipe[apt]
- name: debian-8.1
run_list:
- recipe[apt]
- name: fedora-21
- name: ubuntu-12.04
run_list:
- recipe[apt]
- name: ubuntu-14.04
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[squid::default]
|
Update Nottingham Christmas visit slots | ---
name: Nottingham
nomis_id: NMI
address:
- Perry Road
- 'NG5 3AG '
email: socialvisits.nottingham@hmps.gsi.gov.uk
enabled: true
estate: Nottingham
phone: 0115 962 8980
slots:
fri:
- 0915-1115
- 1415-1615
sat:
- 0915-1115
- 1400-1600
sun:
- 0915-1115
- 1400-1600
thu:
- 0915-1115
- 1415-1615
tue:
- 0915-1115
- 1415-1615
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-01-01
| ---
name: Nottingham
nomis_id: NMI
address:
- Perry Road
- 'NG5 3AG '
email: socialvisits.nottingham@hmps.gsi.gov.uk
enabled: true
estate: Nottingham
phone: 0115 962 8980
slots:
fri:
- 0915-1115
- 1415-1615
sat:
- 0915-1115
- 1400-1600
sun:
- 0915-1115
- 1400-1600
thu:
- 0915-1115
- 1415-1615
tue:
- 0915-1115
- 1415-1615
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-01-01
- 2015-12-25
- 2015-12-26
- 2016-01-01
|
Update Episodes to 0.14.0 (20) | Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode: 15
commit: 0.13.2
subdir: app
gradle:
- standard
- versionName: 0.13.3
versionCode: 16
commit: 0.13.3
subdir: app
gradle:
- standard
- versionName: 0.13.4
versionCode: 17
commit: 0.13.4
subdir: app
gradle:
- standard
- versionName: 0.13.5
versionCode: 18
commit: 0.13.5
subdir: app
gradle:
- standard
- versionName: 0.13.6
versionCode: 19
commit: 0.13.6
subdir: app
gradle:
- standard
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$
CurrentVersion: 0.13.6
CurrentVersionCode: 19
| Categories:
- Multimedia
License: GPL-3.0-or-later
AuthorName: red-coracle
SourceCode: https://github.com/red-coracle/episodes
IssueTracker: https://github.com/red-coracle/episodes/issues
AutoName: Episodes
RepoType: git
Repo: https://github.com/red-coracle/episodes
Builds:
- versionName: 0.13.2
versionCode: 15
commit: 0.13.2
subdir: app
gradle:
- standard
- versionName: 0.13.3
versionCode: 16
commit: 0.13.3
subdir: app
gradle:
- standard
- versionName: 0.13.4
versionCode: 17
commit: 0.13.4
subdir: app
gradle:
- standard
- versionName: 0.13.5
versionCode: 18
commit: 0.13.5
subdir: app
gradle:
- standard
- versionName: 0.13.6
versionCode: 19
commit: 0.13.6
subdir: app
gradle:
- standard
- versionName: 0.14.0
versionCode: 20
commit: b116965a69794f4cecb060b06a2d47e4b74a7980
subdir: app
gradle:
- standard
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$
CurrentVersion: 0.14.0
CurrentVersionCode: 20
|
Add failed_when for restarting ceilometer services | ---
- name: restart ceilometer services
service: name={{ item.name }} state=restarted must_exist=false
when: restart|default('True')
with_items:
- "{{ ceilometer.services.ceilometer_api }}"
- "{{ ceilometer.services.ceilometer_collector }}"
- "{{ ceilometer.services.ceilometer_notification }}"
- "{{ ceilometer.services.ceilometer_polling }}"
- name: restart ceilometer data services
service: name={{ item.name }} state=restarted must_exist=false
when: restart|default('True')
with_items:
- "{{ ceilometer.services.ceilometer_polling }}"
- "{{ ceilometer.services.ceilometer_polling_compute }}"
| ---
- name: restart ceilometer services
service: name={{ item.name }} state=restarted must_exist=false
when: restart|default('True')
failed_when: false
with_items:
- "{{ ceilometer.services.ceilometer_api }}"
- "{{ ceilometer.services.ceilometer_collector }}"
- "{{ ceilometer.services.ceilometer_notification }}"
- "{{ ceilometer.services.ceilometer_polling }}"
- name: restart ceilometer data services
service: name={{ item.name }} state=restarted must_exist=false
when: restart|default('True')
failed_when: false
with_items:
- "{{ ceilometer.services.ceilometer_polling }}"
- "{{ ceilometer.services.ceilometer_polling_compute }}"
|
Use globbing in example netstat file | netstat:
ssh4:
address: 0.0.0.0:22
ssh6:
address: :::22
| netstat:
ssh:
address:
- '*:22'
|
Allow x86 to fail in release, for now. | platform:
- x86
- x64
configuration:
#- Debug
- Release
branches:
only:
- master
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
allow_failures:
- platform: x86
configuration: Debug
- platform: x64
configuration: Release
skip_tags: true
os:
- Visual Studio 2015
build:
parallel: true
verbosity: detailed
install:
- C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\VC\vcvarsall.bat
build_script:
- tools\packaging\cpt.py --current-dev=tar --with-cling-url=https://github.com/vgvassilev/cling --verbose --no-test
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_failure:
# Your RDP session is limited by overall build time (60 min).
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
| platform:
- x86
- x64
configuration:
#- Debug
- Release
branches:
only:
- master
matrix:
fast_finish: true # set this flag to immediately finish build once one of the jobs fails.
allow_failures:
- platform: x86
configuration: Release
- platform: x64
configuration: Release
skip_tags: true
os:
- Visual Studio 2015
build:
parallel: true
verbosity: detailed
install:
- C:\"Program Files (x86)"\"Microsoft Visual Studio 14.0"\VC\vcvarsall.bat
build_script:
- tools\packaging\cpt.py --current-dev=tar --with-cling-url=https://github.com/vgvassilev/cling --verbose --no-test
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_failure:
# Your RDP session is limited by overall build time (60 min).
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
Add tag to cover more places | ---
interval: 10
loglevel: DEBUG
riemann:
host: localhost
port: 5555
transport: BlankTransport
agents:
- name: echo
module: oshino.agents.subprocess_agent.SubprocessAgent
script: "echo 'Hello world!'"
| ---
interval: 10
loglevel: DEBUG
riemann:
host: localhost
port: 5555
transport: BlankTransport
agents:
- name: echo
module: oshino.agents.subprocess_agent.SubprocessAgent
script: "echo 'Hello world!'"
tag: "bash"
|
Set db password for jenkins. | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development: &development
adapter: mysql2
encoding: utf8
reconnect: false
database: signonotron2_development
pool: 5
username: signonotron2
password:
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test: &test
<<: *development
database: signonotron2_test
production:
adapter: mysql2
encoding: utf8
reconnect: false
database: halberd_production
pool: 5
username: halberd
password:
cucumber:
<<: *test
signonotron1:
adapter: sqlite3
database: ../sign-on-o-tron/db/development.sqlite3
pool: 5
timeout: 5000
| # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
development: &development
adapter: mysql2
encoding: utf8
reconnect: false
database: signonotron2_development
pool: 5
username: signonotron2
password: signonotron2
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test: &test
<<: *development
database: signonotron2_test
production:
adapter: mysql2
encoding: utf8
reconnect: false
database: halberd_production
pool: 5
username: halberd
password:
cucumber:
<<: *test
signonotron1:
adapter: sqlite3
database: ../sign-on-o-tron/db/development.sqlite3
pool: 5
timeout: 5000
|
Update cache after adding repo. | ---
- name: Add signing key for elastic APT repository
apt_key:
data: "{{ lookup('file', 'elastic.asc') }}"
state: present
tags:
- packages
- log-forwarder
- name: Make sure apt-transport-https is installed
apt: pkg=apt-transport-https state=present
tags:
- packages
- log-forwarder
- name: Install beats repository
copy: src=beats.list dest=/etc/apt/sources.list.d/beats.list
notify: Update APT cache
tags:
- packages
- log-forwarder
- meta: flush_handlers
- name: Install filebeat
apt: pkg=filebeat state=present
tags:
- packages
- log-forwarder
| ---
- name: Add signing key for elastic APT repository
apt_key:
data: "{{ lookup('file', 'elastic.asc') }}"
state: present
tags:
- packages
- log-forwarder
- name: Make sure apt-transport-https is installed
apt: pkg=apt-transport-https state=present
tags:
- packages
- log-forwarder
- name: Install beats repository
copy: src=beats.list dest=/etc/apt/sources.list.d/beats.list
notify: Update APT cache
tags:
- packages
- log-forwarder
- meta: flush_handlers
- name: Install filebeat
apt: update_cache=yes pkg=filebeat state=present
tags:
- packages
- log-forwarder
|
Move the `dmg` to Circle's `Artifacts` directory | # https://discuss.circleci.com/t/is-there-a-way-to-force-building-on-os-x/4079/12
machine:
environment:
XCODE_SCHEME: symbolicator
XCODE_WORKSPACE: symbolicator
xcode:
version: 7.3
test:
override:
- npm run dist
| # https://discuss.circleci.com/t/is-there-a-way-to-force-building-on-os-x/4079/12
machine:
environment:
XCODE_SCHEME: symbolicator
XCODE_WORKSPACE: symbolicator
xcode:
version: 7.3
test:
override:
- npm run dist
deployment:
master:
branch: master
commands:
- cp dist/mac/*.dmg $CIRCLE_ARTIFACTS
|
Fix path of secret file | machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
- docker -v
timezone: Asia/Tokyo
services:
- docker
dependencies:
cache_directories:
- ~/.docker
pre:
- sudo pip install docker-compose
override:
- docker-compose build
test:
pre:
- mkdir -p $HOME/$GITHUB_REPONAME/secret
- echo $GCLOUD_ACCOUNT_JSON | base64 --decode > $HOME/$GITHUB_REPONAME/secret/gcloud.json
override:
- ./bin/test
deployment:
release:
branch: release
commands:
- docker-compose run app ./bin/release
| machine:
pre:
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
- docker -v
timezone: Asia/Tokyo
services:
- docker
dependencies:
cache_directories:
- ~/.docker
pre:
- sudo pip install docker-compose
override:
- docker-compose build
test:
pre:
- mkdir -p $HOME/$GITHUB_REPONAME/.secret
- echo $GCLOUD_ACCOUNT_JSON | base64 --decode > $HOME/$GITHUB_REPONAME/.secret/gcloud.json
override:
- ./bin/test
deployment:
release:
branch: release
commands:
- docker-compose run app ./bin/release
|
Update terraform version to 0.7.0 |
dependencies:
override:
- sudo curl -L# https://releases.hashicorp.com/terraform/0.6.16/terraform_0.6.16_linux_amd64.zip -o /usr/local/bin/tf.zip
- cd /usr/local/bin && sudo unzip tf.zip
test:
override:
- make test
|
dependencies:
override:
- sudo curl -L# https://releases.hashicorp.com/terraform/0.7.0/terraform_0.7.0_linux_amd64.zip -o /usr/local/bin/tf.zip
- cd /usr/local/bin && sudo unzip tf.zip
test:
override:
- make test
|
Remove what might be a duplicate `trusty` | compile:
override:
- npm run build-windows
dependencies:
pre: #install Wine
- sudo cat /etc/apt/sources.list
- sudo add-apt-repository --enable-source "http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse"
- sudo cat /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get build-dep --yes wine1.6
# - sudo apt-get install --yes wine1.6
| compile:
override:
- npm run build-windows
dependencies:
pre: #install Wine
- sudo cat /etc/apt/sources.list
- sudo add-apt-repository --enable-source "http://archive.ubuntu.com/ubuntu/ main universe multiverse"
- sudo cat /etc/apt/sources.list
- sudo apt-get update
- sudo apt-get build-dep --yes wine1.6
# - sudo apt-get install --yes wine1.6
|
Add new error message on yml | en:
entities:
resources:
users:
actions:
description:
index: "List of Users"
show: "Show of User"
new: "Access to registration form of User"
edit: "Access to change form of User"
create: "Perform action registering of User"
update: "Perform action update of User"
destroy: "Perform action destroy of User"
| en:
entities:
resources:
users:
actions:
description:
index: 'List of Users'
show: 'Show of User'
new: 'Access to registration form of User'
edit: 'Access to change form of User'
create: 'Perform action registering of User'
update: 'Perform action update of User'
destroy: 'Perform action destroy of User'
errors:
format: ! '%{attribute} %{message}'
messages:
many_blank: 'you must select at least one'
|
Update from Hackage at 2022-04-30T10:43:45Z | homepage: ''
changelog-type: ''
hash: 9b92c51bcaf1d55f60f8aaef9a96adb29acb77112631fa4110fd5dcae54be7a6
test-bench-deps:
base: -any
hspec: '>=2.2.3 && <2.8'
HUnit: '>=1.2 && <2'
containers: -any
mtl: -any
transformers: '>=0.3 && <0.6'
deepseq: '>=1.3 && <2'
QuickCheck: '>=2.3.0.2 && <3'
maintainer: mightybyte@gmail.com
synopsis: Syntax sugar for defining maps
changelog: ''
basic-deps:
base: '>=4.3 && <4.15'
containers: '>=0.3 && <0.7'
mtl: '>=2.0 && <2.3'
all-versions:
- '0.1'
- '0.2'
- 0.2.0.1
- 0.2.0.2
- '0.3'
author: Doug Beardsley
latest: '0.3'
description-type: markdown
description: |
Haskell's canonical list of tuples syntax for defining maps is not very
convenient and also has ambiguous semantics. This package leverages do
notation to create a lighter syntax that makes semantics explicit and also
allows the option of fail-fast handling of duplicate keys.
license-name: BSD-3-Clause
| homepage: ''
changelog-type: ''
hash: dc2389fb9eee15f087fa5b899c3591704094c07eb846cded4e45e3f93e1d5927
test-bench-deps:
base: -any
hspec: '>=2.2.3 && <2.10'
HUnit: '>=1.2 && <2'
containers: -any
mtl: -any
transformers: '>=0.3 && <0.6'
deepseq: '>=1.3 && <2'
QuickCheck: '>=2.3.0.2 && <3'
maintainer: mightybyte@gmail.com
synopsis: Syntax sugar for defining maps
changelog: ''
basic-deps:
base: '>=4.3 && <4.17'
containers: '>=0.3 && <0.7'
mtl: '>=2.0 && <2.3'
all-versions:
- '0.1'
- '0.2'
- 0.2.0.1
- 0.2.0.2
- '0.3'
author: Doug Beardsley
latest: '0.3'
description-type: markdown
description: |
Haskell's canonical list of tuples syntax for defining maps is not very
convenient and also has ambiguous semantics. This package leverages do
notation to create a lighter syntax that makes semantics explicit and also
allows the option of fail-fast handling of duplicate keys.
license-name: BSD-3-Clause
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.