Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add "CHANGES" style release note file names to defaults | productionFiles:
include:
- '**/src/**'
exclude:
- '**/test/**'
releaseNoteFiles:
include:
- '**/CHANGE*LOG*'
- '**/RELEASE*NOTES*' | productionFiles:
include:
- '**/src/**'
exclude:
- '**/test/**'
releaseNoteFiles:
include:
- '**/CHANGE*LOG*'
- '**/CHANGES*'
- '**/RELEASE*NOTES*' |
Set autoname of Light ePaper Launcher | Categories:
- System
License: GPL-2.0-only
WebSite: https://github.com/postapczuk/Light-ePaper-Launcher/blob/HEAD/README.md
SourceCode: https://github.com/postapczuk/Light-ePaper-Launcher
IssueTracker: https://github.com/postapczuk/Light-ePaper-Launcher/issues
Changelog: https://github.com/postapczuk/Light-ePaper-Lau... | Categories:
- System
License: GPL-2.0-only
WebSite: https://github.com/postapczuk/Light-ePaper-Launcher/blob/HEAD/README.md
SourceCode: https://github.com/postapczuk/Light-ePaper-Launcher
IssueTracker: https://github.com/postapczuk/Light-ePaper-Launcher/issues
Changelog: https://github.com/postapczuk/Light-ePaper-Lau... |
Add caching and whitelisted branches to the Travis config | language: python
python:
- "3.5"
- "3.6"
install:
- pip install -r dev-requirements.txt
- pip install coveralls
script:
- flake8 src
- coverage run --source='.' ./src/manage.py test src
after_success:
coveralls
notifications:
slack: utnkar:yoXuou43TNbtRLmeIyga5mmO | language: python
python:
- "3.5"
- "3.6"
cache: pip
branches:
only:
- master
- development
install:
- pip install -r dev-requirements.txt
- pip install coveralls
script:
- flake8 src
- coverage run --source='.' ./src/manage.py test src
after_success:
coveralls
notifications:
slack: utnkar:yoXuou43TNbt... |
Use .NET Core SDK 2.1.4 on Travis | language: csharp
sudo: false
# Should keep up to date with security releases
dotnet: 2.0.3
# Need 5.2+ for the included MSBuild
mono: 5.10.0
matrix:
include:
- os: linux
install:
- sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.6
- os: osx
install:
- curl... | language: csharp
sudo: false
dotnet: 2.1.4 # SDK version; includes runtime version 2.0.5. Need 2.0+ for netcoreapp2.0 tests.
mono: 5.10.0 # Need 5.2+ for the included MSBuild.
matrix:
include:
- os: linux
install:
- sudo apt-get install dotnet-sharedframework-microsoft.netcore.app-1.1.6
- os... |
Make consul advertise the docker bridge ip | consul:
image: sh4rk/consul
ports:
- "8400:8400"
- "8500:8500"
- "53:8600/udp"
volumes:
- /srv/consul:/data
container_name: consul
hostname: rrp
command: agent -server -bootstrap -ui-dir /app/web-ui -data-dir /data -client 0.0.0.0
registrator:
image: gliderlabs/registrator
container_name... | consul:
image: sh4rk/consul
ports:
- "8400:8400"
- "8500:8500"
- "53:8600/udp"
volumes:
- /srv/consul:/data
container_name: consul
hostname: rrp
command: agent -server -bootstrap -ui-dir /app/web-ui -data-dir /data -client 0.0.0.0 -advertise 172.17.42.1
registrator:
image: gliderlabs/regis... |
Update from Hackage at 2019-12-22T20:08:13Z | homepage: haskoin.com
changelog-type: ''
hash: 1734578f779b7368323290c1852be634dd62186607151cdca2d7356d0de76874
test-bench-deps: {}
maintainer: wraithm@gmail.com
synopsis: An adapter for haskoin to network-bitcoin
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
haskoin-core: ! '>=0.4.3'
network-bitcoin: ! '>=... | homepage: haskoin.com
changelog-type: ''
hash: 389930308ef383a78e5330e1d27d84f947f37f0fe4396333834638f216195e1f
test-bench-deps: {}
maintainer: matt@bitnomial.com
synopsis: An adapter for haskoin to network-bitcoin
changelog: ''
basic-deps:
cereal: ! '>=0.5 && <0.6'
haskoin-core: ! '>=0.9.0'
network-bitcoin: ! '>... |
Reduce indexer counter frequency to 1 day | dar::backup::exclude:
- srv/softwareheritage/postgres
# that's a mirror of the load on the host...
icinga2::host::vars:
load: high
prometheus::sql::exporter::extra_config:
- name: "SoftwareHeritageIndexerCounters"
interval: '1h'
connections:
- 'postgres://postgres@:5434/softwareheritage-indexer?sslm... | dar::backup::exclude:
- srv/softwareheritage/postgres
# that's a mirror of the load on the host...
icinga2::host::vars:
load: high
prometheus::sql::exporter::extra_config:
- name: "SoftwareHeritageIndexerCounters"
interval: '1d'
connections:
- 'postgres://postgres@:5434/softwareheritage-indexer?sslm... |
Update from Hackage at 2016-05-25T05:21:44+0000 | homepage: https://github.com/nikita-volkov/conversion
changelog-type: markdown
hash: bcc9636c2347ea7ef3e7f64450b12d209b17d5f7dcf41c8d344fb8834321f893
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Universal converter between values of different types
changelog: ''
basic-deps:
base-p... | homepage: https://github.com/nikita-volkov/conversion
changelog-type: markdown
hash: 8db4210950736e54be5cd7f7076c19e05d06fb48673eb23638093246a1e7199e
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Universal converter between values of different types
changelog: ''
basic-deps:
base-p... |
Update from Hackage at 2018-05-24T09:05:55Z | homepage: https://github.com/leptonyu/yam#readme
changelog-type: ''
hash: d8fe1937e1daa40a6fad9d54bc47d0524bee6015382280324fe93b51c33e7ab4
test-bench-deps: {}
maintainer: Daniel YU <leptonyu@gmail.com>
synopsis: Yam Configuation
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
unordered-containers: -any
text: -any... | homepage: https://github.com/leptonyu/yam#readme
changelog-type: ''
hash: a280bdc204c7fb1bb815f26aa3d16e2e8441c97fde067f6eb9696693c0ccc07e
test-bench-deps: {}
maintainer: Daniel YU <leptonyu@gmail.com>
synopsis: Yam Configuation
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
unordered-containers: -any
text: -any... |
Add Python3 victoria unit tests | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironicclient-functio... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironicclient-funct... |
Add npm update & CRLF -> LF | box: wercker/ubuntu12.04-nodejs0.10
build:
# The steps that will be executed on build
steps:
# Install packages
#- install-packages:
# packages: lua5.2
#- script:
# name: echo lua information
# code: |
# luac -v
# A custom script step, name value ... | box: wercker/ubuntu12.04-nodejs0.10
build:
# The steps that will be executed on build
steps:
# Install packages
#- install-packages:
# packages: lua5.2
#- script:
# name: echo lua information
# code: |
# luac -v
# A custom script step, name value is used in th... |
Bump MacOs image version to 11 | name: Check Netty SNAPSHOTS
on:
schedule:
- cron: "0 14 * * *"
permissions: read-all
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
transport: [native, nio]
exclude:
# excludes native on... | name: Check Netty SNAPSHOTS
on:
schedule:
- cron: "0 14 * * *"
permissions: read-all
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
transport: [native, nio]
exclude:
# excludes native on... |
Update the version since the old one has been deleted. | {% set name = "BFEE2" %}
{% set version = "2.1.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9bd5aa274b1792dc06e10a9593780d3731d642d3f85426d861fd98d8a46ba4ac
build:
noarch: python
... | {% set name = "BFEE2" %}
{% set version = "2.1.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9bd5aa274b1792dc06e10a9593780d3731d642d3f85426d861fd98d8a46ba4ac
build:
noarch: python
... |
Add Theo to list of authors | name: Cucumber
description: Cucumber. Simple, Human Collaboration
author: Cucumber Limited
copyright: Cucumber Limited
edit_url: https://github.com/cucumber/website/edit/master/apps/dynamic/views
show_ribbon: false
# Blog
authors:
aslak:
display_name: Aslak Hellesøy
email: aslak@cucumber.io
gravatar: 0b... | name: Cucumber
description: Cucumber. Simple, Human Collaboration
author: Cucumber Limited
copyright: Cucumber Limited
edit_url: https://github.com/cucumber/website/edit/master/apps/dynamic/views
show_ribbon: false
# Blog
authors:
aslak:
display_name: Aslak Hellesøy
email: aslak@cucumber.io
gravatar: 0b... |
Fix repository in workflow used to delete old workflow runs | name: Delete old workflow runs
on:
schedule:
- cron: '0 0 * * *'
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 25
name: Delete old workflow runs
steps:
- name: Delete old workflow runs
uses: MajorScruffy/delete-old-workflow-r... | name: Delete old workflow runs
on:
schedule:
- cron: '0 0 * * *'
env:
HAS_SECRETS: ${{ secrets.HAS_SECRETS }}
jobs:
build:
runs-on: ubuntu-20.04
timeout-minutes: 25
name: Delete old workflow runs
steps:
- name: Delete old workflow runs
uses: MajorScruffy/delete-old-workflow-r... |
Add quotes to python versions so 3.10 doesn't become 3.1 | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master, dev ]
pull_request:
branches:... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master, dev ]
pull_request:
branches:... |
Enable various new SwiftLint rules | disabled_rules:
- file_length
- force_cast
- force_try
- function_body_length
- identifier_name
- redundant_optional_initialization
- type_body_length
opt_in_rules:
- attributes
- closure_end_indentation
- closure_spacing
- conditional_returns_on_newline
- convenience_type
- empty_count
- e... | disabled_rules:
- file_length
- force_cast
- force_try
- function_body_length
- identifier_name
- redundant_optional_initialization
- type_body_length
opt_in_rules:
- array_init
- attributes
- closure_end_indentation
- closure_spacing
- collection_alignment
- conditional_returns_on_newline
... |
Revert "feat(roles/go): install command-line go utilities" | ---
- include: 'arch.yml'
when: ansible_os_family == 'Archlinux'
- include: 'debian.yml'
when: ansible_os_family == 'Debian'
- include: 'macos.yml'
when: ansible_os_family == 'Darwin'
- name: install go command line utilities
shell: "go get {{ item }}"
with_items:
- golint
- gorename
- gotags
| ---
- include: 'arch.yml'
when: ansible_os_family == 'Archlinux'
- include: 'debian.yml'
when: ansible_os_family == 'Debian'
- include: 'macos.yml'
when: ansible_os_family == 'Darwin'
|
Fix host names in configure molecule tests | ---
# Copyright 2022 Samsung Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... | ---
# Copyright 2022 Samsung Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to... |
Build the site from the gatsby branch and publish to master where the user site is hosted. | name: build
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Deploy with github-pages
uses: JamesIves/github-pages-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_REPO }}
... | name: build
on:
push:
branches:
- gatsby
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Deploy with github-pages
uses: JamesIves/github-pages-deploy-action@master
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN_REPO }}
... |
Add GoodJob to Background Jobs | name: Background Jobs
description: Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling
projects:
- acts_as_executor
- amqp
- backburner
- backgrounded
- barttenbrinke/worker_queue
- beetle
- bj
- bunny
- cloud-crowd
- delayed_job
- ... | name: Background Jobs
description: Process slow tasks asynchronously to keep response times low, improve fault-tolerance and aid with horizontal scaling
projects:
- acts_as_executor
- amqp
- backburner
- backgrounded
- barttenbrinke/worker_queue
- beetle
- bj
- bunny
- cloud-crowd
- delayed_job
- ... |
Update from Hackage at 2018-03-31T04:30:49Z | homepage: https://github.com/luqui/data-inttrie
changelog-type: markdown
hash: 91d073540aea2da72178138108a7dc48bdc47ed679fbf1c53976a080a634bb5b
test-bench-deps: {}
maintainer: lrpalmer@gmail.com
synopsis: A simple lazy, infinite trie from integers
changelog: ! '# Revision history for data-inttrie
## 0.1.2 -- YYYY-... | homepage: https://github.com/luqui/data-inttrie
changelog-type: markdown
hash: 7b91bbc80c667b6f38e38c872c65f51a79d929774967166c172a73e5cebb0e33
test-bench-deps: {}
maintainer: lrpalmer@gmail.com
synopsis: A simple lazy, infinite trie from integers
changelog: ''
basic-deps:
base: ! '>=4.10 && <5.0'
all-versions:
- '0.... |
Update Travis APT source to point to up-to-date libcouchbase | language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
addons:
apt:
sources:
- couchbase-precise
packages:
- libcouchbase-dev
- libcouchbase2-libevent
install:
- pip -q install testresources==0.2.7
- pip -q install -r dev_requirements.txt
- pip -q ins... | language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
addons:
apt:
sources:
- couchbase-trusty
packages:
- libcouchbase-dev
- libcouchbase2-libevent
install:
- pip -q install testresources==0.2.7
- pip -q install -r dev_requirements.txt
- pip -q inst... |
Add PHP 7.3 to CI & Some changes in CI | language: php
matrix:
allow_failures:
- php: hhvm
include:
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: hhvm
before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source
script:
- vendor/bin/phpunit --cover... | language: php
php:
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer update --no-interaction --no-progress --no-suggest --prefer-dist
script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
after_script:
-... |
Update from Hackage at 2017-10-01T01:20:48Z | homepage: https://github.com/mtolly/tinyfiledialogs
changelog-type: ''
hash: ea66d69c0c46f18df8d683721900f6414f6e1e9709ed167deb0c78ab63eefd64
test-bench-deps: {}
maintainer: miketolly@gmail.com
synopsis: Wrapper around the 'tiny file dialogs' C library
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: -any
all-... | homepage: https://github.com/mtolly/tinyfiledialogs
changelog-type: markdown
hash: 20b820209189fa61cd67bca9a8a2202c178c0a0f16b893726aa502bd99458f34
test-bench-deps: {}
maintainer: miketolly@gmail.com
synopsis: Wrapper around the 'tiny file dialogs' C library
changelog: ! "## 0.2.0.0\n\n * Support yesnocancel message b... |
Update from Hackage at 2018-03-25T20:35:15Z | homepage: https://github.com/identicalsnowflake/hlrdb-core
changelog-type: ''
hash: cedf7b19b1ee0f6699f2993da89421d877d2e158d46ae7e15d58260a93ed8473
test-bench-deps: {}
maintainer: identicalsnowflake@protonmail.com
synopsis: High-level Redis Database Core API
changelog: ''
basic-deps:
bytestring: ^>=0.10.8.1
base: ... | homepage: https://github.com/identicalsnowflake/hlrdb-core
changelog-type: ''
hash: dadda86e0a1bed738b757ec6c8cb77fca4d10bb61f5d0340e0aad949645b2181
test-bench-deps: {}
maintainer: identicalsnowflake@protonmail.com
synopsis: High-level Redis Database Core API
changelog: ''
basic-deps:
bytestring: ^>=0.10.8.1
base: ... |
Fix io.js version in Travis configuration | language: node_js
node_js:
- "0.12"
- "iojs"
before_install:
# Setup sources and keys for LLVM
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list"
- sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' >> /etc/a... | language: node_js
node_js:
- "0.12"
- "iojs-v1.0.4"
before_install:
# Setup sources and keys for LLVM
- sudo sh -c "echo 'deb http://llvm.org/apt/precise/ llvm-toolchain-precise-3.5 main' >> /etc/apt/sources.list"
- sudo sh -c "echo 'deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu precise main' >>... |
Install slycot from binstar in Travis CI | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# install required system libraries
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sudo apt-get update --fix-missing -qq
- sudo apt-get install gfortran liblapack-dev
# use miniconda to install numpy/scipy, to avoid lengthy build... | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# install required system libraries
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# use miniconda to install numpy/scipy, to avoid lengthy build from source
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget http://repo.c... |
Update album dev recipe: portal -> broker | package:
name: album
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/album
git_rev: master
build:
number: 0
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.g... | package:
name: album
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: https://github.com/NSLS-II/album
git_rev: master
build:
number: 0
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.g... |
Update from Hackage at 2019-08-28T00:20:34Z | homepage: ''
changelog-type: ''
hash: 1da370dfdf8fc4f764a431557cc80fe4626f59b08437f90091d91f277623f982
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.4'
Map: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Class of key-value maps
changelog: ''
basic-de... | homepage: ''
changelog-type: ''
hash: 92440cde231d406fd5a3194065a263adebe763eacbb7e734494eb9a3581e4ad0
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.4'
Map: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Class of key-value maps
changelog: ''
basic-de... |
Update actions/checkout requirement to v2.3.4 | name: Labeler
on:
push:
branches:
- main
- master
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.3
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
with:
skip-delete:... | name: Labeler
on:
push:
branches:
- main
- master
jobs:
labeler:
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2.3.4
- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.1
with:
skip-delete:... |
Remove key_usage for unit tests | - type: remove
path: /variables/name=tls-kubelet/options/organization
- type: remove
path: /variables/name=tls-kubelet-client/options/organization
- type: remove
path: /variables/name=tls-kubernetes/options/organization
| - type: remove
path: /variables/name=tls-kubelet/options/organization
- type: remove
path: /variables/name=tls-kubelet-client/options/organization
- type: remove
path: /variables/name=tls-kubernetes/options/organization
- type: remove
path: /variables/name=tls-kube-controller-manager/options/key_usage
|
Rename 'Finding Articles' training for instructors | name: Finding Articles
id: 16
description: |
If you'd like to find articles for your students to work on, this orientation
offers some key information. It's a quick guide to help you find articles
relevant to your course.
estimated_ttc: 10 minutes
slides:
- slug: content-gaps # 1601
- slug: avoid-the-best-art... | name: Finding Articles (for instructors)
id: 16
description: |
If you'd like to find articles for your students to work on, this orientation
offers some key information. It's a quick guide to help you find articles
relevant to your course.
estimated_ttc: 10 minutes
slides:
- slug: content-gaps # 1601
- slug: ... |
Check for bad versions of yum and subscription-manager. | ---
# NOTE: requires openshift_facts be run
- name: Determine openshift_version to configure on first master
hosts: oo_first_master
roles:
- openshift_version
# NOTE: We set this even on etcd hosts as they may also later run as masters,
# and we don't want to install wrong version of docker and have to downgrade... | ---
# NOTE: requires openshift_facts be run
- hosts: l_oo_all_hosts
gather_facts: no
tasks:
# See:
# https://bugzilla.redhat.com/show_bug.cgi?id=1395047
# https://bugzilla.redhat.com/show_bug.cgi?id=1282961
# https://github.com/openshift/openshift-ansible/issues/1138
- name: Check for bad combinatio... |
Rename task in destroy role that removes images | ---
- name: Destroying Kolla images
command: /tmp/kolla-cleanup/tools/cleanup-images
when:
- destroy_include_images | bool
| ---
- name: Removing Kolla images
command: /tmp/kolla-cleanup/tools/cleanup-images
when:
- destroy_include_images | bool
|
Fix plugin example to be compatible with newer version of Fuel | # Plugin name
name: fuel_plugin_example
title: Fuel plugin example
# Plugin version
version: '1.0.0'
# Description
description: Plugin example which installs simple service on controllers
# Required fuel version
fuel_version: ['6.0']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
ver... | # Plugin name
name: fuel_plugin_example
title: Fuel plugin example
# Plugin version
version: '1.0.0'
# Description
description: Plugin example which installs simple service on controllers
# Required fuel version
fuel_version: ['6.0']
# The plugin is compatible with releases in the list
releases:
- os: ubuntu
ver... |
Add presets for rbe and bazel | presubmits:
kubernetes/org:
- name: pull-org-test-all
always_run: true
decorate: true
spec:
containers:
- image: launcher.gcr.io/google/bazel:0.29.1
command:
- bazel
args:
- test
- --config=ci
- //...
annotations:
testgrid-num-columns... | presubmits:
kubernetes/org:
- name: pull-org-test-all
always_run: true
decorate: true
labels:
preset-service-account: "true"
preset-bazel-scratch-dir: "true"
spec:
containers:
- image: launcher.gcr.io/google/bazel:0.29.1
command:
- bazel
args:
... |
Use correct path to the stats dir | - cron: name="run indexer"
user="clojars"
minute=5
job=". ~/bin/config_env; ~/bin/maven-index-repo ~/releases/clojars-web-current.jar ~/indexer/indexer-core-{{ indexer_version }}-cli.jar ~/indexer/index-{{ indexer_version }} ~/repo"
become: yes
- cron: name="check disk space"
user="... | - cron: name="run indexer"
user="clojars"
minute=5
job=". ~/bin/config_env; ~/bin/maven-index-repo ~/releases/clojars-web-current.jar ~/indexer/indexer-core-{{ indexer_version }}-cli.jar ~/indexer/index-{{ indexer_version }} ~/repo"
become: yes
- cron: name="check disk space"
user="... |
Update from Hackage at 2020-11-30T04:39:29Z | homepage: https://github.com/tonyday567/numhask-free#readme
changelog-type: ''
hash: ae9cbd3d822d75997ef883f83fe045d382e43564fb0ea4fa9c981a57760cfcad
test-bench-deps:
numhask: '>=0.6 && <0.7'
base: '>=4.7 && <5'
numhask-free: -any
doctest: '>=0.16 && <0.17'
maintainer: tonyday567@gmail.com
synopsis: See readme.... | homepage: https://github.com/tonyday567/numhask-free#readme
changelog-type: ''
hash: 096cd369f0b825f66406ce60ac9f5d15ae02b15307d88e3683f20b2300ae579d
test-bench-deps:
numhask: '>=0.7 && <0.8'
base: '>=4.7 && <5'
numhask-free: -any
doctest: '>=0.16 && <0.18'
maintainer: tonyday567@gmail.com
synopsis: Numerical f... |
Update from Hackage at 2015-07-01T20:20:11+0000 | homepage: https://github.com/tomjaguarpaw/product-profunctors
changelog-type: ''
hash: 01edcbebd6228c9fc9dbfbb173651e45cbca28cbd1dc55386a59dd24fb0a6ccd
test-bench-deps:
base: ! '>=4 && <5'
product-profunctors: -any
profunctors: -any
maintainer: Purely Agile
synopsis: product-profunctors
changelog: ''
basic-deps:
... | homepage: https://github.com/tomjaguarpaw/product-profunctors
changelog-type: ''
hash: 04f9c23f6f4369cf19546028e51d1c81ef0e7399331b6ec527f6f31872862537
test-bench-deps:
base: ! '>=4 && <5'
product-profunctors: -any
profunctors: -any
maintainer: Purely Agile
synopsis: product-profunctors
changelog: ''
basic-deps:
... |
Fix broken tests for Symfony 3.3 | framework:
translator: false
validation: false
assets: false
secret: test
router:
resource: '%kernel.root_dir%/config/routing.yml'
strict_requirements: '%kernel.debug%'
default_locale: en
trusted_proxies: []
session:
... | framework:
translator: false
validation: false
assets: false
secret: test
router:
resource: '%kernel.root_dir%/config/routing.yml'
strict_requirements: '%kernel.debug%'
default_locale: en
session:
storage_id: session.s... |
Fix typo in config map entry | apiVersion: v1
kind: ConfigMap
metadata:
name: db-maintain-manila
labels:
system: openstack
type: configuration
component: database
data:
db-maintaine.sh: |
#!/usr/bin/env bash
data_dir=/postgresql-data/data
cp /postgresql-conf/postgresql.conf $data_dir/postgresql.conf
cp /postgres... | apiVersion: v1
kind: ConfigMap
metadata:
name: db-maintain-manila
labels:
system: openstack
type: configuration
component: database
data:
db-maintain.sh: |
#!/usr/bin/env bash
data_dir=/postgresql-data/data
cp /postgresql-conf/postgresql.conf $data_dir/postgresql.conf
cp /postgresq... |
Fix apt install requiring interaction | trigger:
paths:
include: ['config/*']
branches:
include: ['release']
pr:
paths:
include: ['config/*']
branches:
include: ['release']
pool:
vmImage: 'ubuntu-latest'
steps:
- bash: sudo dpkg --add-architecture i386
displayName: 'Enable 32-bit support'
- bash: sudo apt update
displayName: ... | trigger:
paths:
include: ['config/*', 'azure-pipelines.yml']
branches:
include: ['release']
pr:
paths:
include: ['config/*', 'azure-pipelines.yml']
branches:
include: ['release']
pool:
vmImage: 'ubuntu-latest'
steps:
- bash: sudo dpkg --add-architecture i386
displayName: 'Enable 32-bit su... |
Rebuild sqlalchemy-utils-0.37.8 from Fedora for xena | packages:
- project: ansible-collection-ansible-netcommon
buildsys-tags:
cloud8s-openstack-xena-candidate: ansible-collection-ansible-netcommon-2.2.0-1.el8
- project: ansible-collection-ansible-posix
buildsys-tags:
cloud8s-openstack-xena-candidate: ansible-collection-ansible-posix-1.2.0-1.el8
- project: ans... | packages:
- project: ansible-collection-ansible-netcommon
buildsys-tags:
cloud8s-openstack-xena-candidate: ansible-collection-ansible-netcommon-2.2.0-1.el8
- project: ansible-collection-ansible-posix
buildsys-tags:
cloud8s-openstack-xena-candidate: ansible-collection-ansible-posix-1.2.0-1.el8
- project: ans... |
Make sure you specify dependency as optional | parameters:
services:
happyr.loco.translation.loader:
class: Happyr\LocoBundle\Translation\Loader
tags:
- { name: 'translation.loader', alias: 'phps' }
happyr.loco.translation.dumper:
class: Happyr\LocoBundle\Translation\Dumper
tags:
- { name: 'translation.dumper', alias: 'phps' }
#... | parameters:
services:
happyr.loco.translation.loader:
class: Happyr\LocoBundle\Translation\Loader
tags:
- { name: 'translation.loader', alias: 'phps' }
happyr.loco.translation.dumper:
class: Happyr\LocoBundle\Translation\Dumper
tags:
- { name: 'translation.dumper', alias: 'phps' }
#... |
Add default credentials to APM server extension | apm-server:
host: localhost:8200
output:
elasticsearch:
hosts: http://elasticsearch:9200
| apm-server:
host: localhost:8200
output:
elasticsearch:
hosts: ['http://elasticsearch:9200']
username: elastic
password: changeme
|
Remove regular expression for password in user creation API spec | paths:
'':
$name: dvhb_hybrid.users:create
post:
$handler: dvhb_hybrid.users.views.create_user
tags:
- user
summary: Create new user
description: Returns api_key on successful user creation
consumes:
- application/json
- application/x-www-form-urlencoded
... | paths:
'':
$name: dvhb_hybrid.users:create
post:
$handler: dvhb_hybrid.users.views.create_user
tags:
- user
summary: Create new user
description: Returns api_key on successful user creation
consumes:
- application/json
- application/x-www-form-urlencoded
... |
Update from Hackage at 2019-04-17T16:23:33Z | homepage: ''
changelog-type: ''
hash: f95554330e4ab10ef1c1a3f291f41ce19bfa4be3c056466a410fbc0f980977c9
test-bench-deps: {}
maintainer: simon.hudon@gmail.com
synopsis: Instances for Serialize of cereal
changelog: ''
basic-deps:
cereal: ! '>=0.4 && <0.6'
base: ! '>=4.7 && <5'
unordered-containers: -any
semigroups... | homepage: ''
changelog-type: ''
hash: a26cae4775872fec683af20fbeacb8daf81e320800f6851c8bfe018a8c34fdaa
test-bench-deps: {}
maintainer: simon.hudon@gmail.com
synopsis: Instances for Serialize of cereal
changelog: ''
basic-deps:
cereal: ! '>=0.4 && <0.6'
base: ! '>=4.8 && <4.10'
unordered-containers: -any
semigro... |
Update from Hackage at 2019-01-23T17:57:32Z | homepage: http://github.com/GregorySchwartz/spectral-clustering#readme
changelog-type: ''
hash: cffff875a613d2ca1a714529db0a3f7b01a1ab06630e76cdf20d4a471bb3ad5b
test-bench-deps: {}
maintainer: gsch@mail.med.upenn.edu
synopsis: Library for spectral clustering.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13.6.0'
clu... | homepage: http://github.com/GregorySchwartz/spectral-clustering#readme
changelog-type: ''
hash: 51c49936026dd60bd1fe4690ea97042154c160acd27ce814ab475146ef1cf2d0
test-bench-deps: {}
maintainer: gsch@mail.med.upenn.edu
synopsis: Library for spectral clustering.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13.6.0'
clu... |
Deploy new indexer origin_head on azure nodes | ---
dns::forward_zones:
'internal.softwareheritage.org.':
- 192.168.200.22
'100.168.192.in-addr.arpa.':
- 192.168.200.22
'101.168.192.in-addr.arpa.':
- 192.168.200.22
dns::forwarders:
- 168.63.129.16
dns::forwarder_insecure: true
internal_network: 192.168.200.0/21
swh::deploy::worker::instances:
... | ---
dns::forward_zones:
'internal.softwareheritage.org.':
- 192.168.200.22
'100.168.192.in-addr.arpa.':
- 192.168.200.22
'101.168.192.in-addr.arpa.':
- 192.168.200.22
dns::forwarders:
- 168.63.129.16
dns::forwarder_insecure: true
internal_network: 192.168.200.0/21
swh::deploy::worker::instances:
... |
Update from Hackage at 2021-03-08T13:14:57Z | homepage: https://github.com/dfithian/prune-juice#readme
changelog-type: ''
hash: b63c45848e65968db231336ddcfcba96fd4b5be8c311811132820e93b57a6433
test-bench-deps:
bytestring: -any
file-path-th: -any
base: <5.0
hspec: -any
text: -any
megaparsec: -any
filepath: -any
turtle: -any
containers: -any
mtl:... | homepage: https://github.com/dfithian/prune-juice#readme
changelog-type: ''
hash: 979b584cfca5dd80a352b1148d66d7ce06f25f32b23c7c6085364fb81ebfef60
test-bench-deps:
bytestring: -any
file-path-th: -any
base: <5.0
hspec: -any
text: -any
megaparsec: -any
filepath: -any
turtle: -any
containers: -any
mtl:... |
Allow auto merge for rubocop-xxx | # c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdepe... | # c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdepe... |
Update Plees Tracker to 6.0 (6) | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... | Categories:
- Sports & Health
- Time
License: MIT
AuthorName: Miklos Vajna
AuthorEmail: plees-tracker@vmiklos.hu
SourceCode: https://github.com/vmiklos/plees-tracker
IssueTracker: https://github.com/vmiklos/plees-tracker/issues
AutoName: Plees Tracker
RepoType: git
Repo: https://github.com/vmiklos/plees-tracker
... |
Improve names of task in pipeline | pool: Hosted Windows 2019 with VS2019
trigger:
- master
- develop
variables:
solution: 'Squirrel.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
steps:
- checkout: self
submodules: true
- task: NuGetToolInstaller@1
inputs:
versionSpec: 4.9.4
- task: NuGetCommand@2
inputs:
restoreSol... | pool: Hosted Windows 2019 with VS2019
trigger:
- master
- develop
variables:
solution: 'Squirrel.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
steps:
- checkout: self
submodules: true
- task: NuGetToolInstaller@1
inputs:
versionSpec: 4.9.4
- task: NuGetCommand@2
displayName: Restore
... |
Add graphviz back since it is used by the CS188x class. | ---
# Base role for installing requirements common between edxapp and edxlocal
edxapp_common_role_name: edxapp_common
# OS packages
edxapp_common_debian_pkgs:
- build-essential
- gfortran
- graphviz-dev
- liblapack-dev
- libmysqlclient-dev
- libxml2-dev
# for shapely
- libgeos-dev
... | ---
# Base role for installing requirements common between edxapp and edxlocal
edxapp_common_role_name: edxapp_common
# OS packages
edxapp_common_debian_pkgs:
- build-essential
- gfortran
# Needed for sandboxes for CS188x classes :-(
- graphviz
- graphviz-dev
- liblapack-dev
- libmysqlclie... |
Install plugins only if they were set + add node param when adding an user | ---
- name: ensure python-software-properties is installed
sudo: yes
apt: pkg=python-software-properties state=installed
- name: add rabbitmq official apt repository
apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main' state=present
- name: add the verification key for the package
sudo: yes... | ---
- name: add rabbitmq official apt repository
apt_repository: repo='deb http://www.rabbitmq.com/debian/ testing main' state=present
- name: add the verification key for the package
sudo: yes
shell: curl http://www.rabbitmq.com/rabbitmq-signing-key-public.asc | sudo apt-key add -
- name: update repositories
... |
Update CurrentVersion of SimpleAdvancedMetronome to 0.2.0 (2) | Categories:
- Multimedia
License: GPL-3.0-only
AuthorName: raffarti
AuthorEmail: raffarti@zoho.com
WebSite: https://raffarti.gitlab.io/simpleadvancedmetronome
SourceCode: https://gitlab.com/Raffarti/simpleadvancedmetronome
IssueTracker: https://gitlab.com/Raffarti/simpleadvancedmetronome/issues
Donate: https://www.pa... | Categories:
- Multimedia
License: GPL-3.0-only
AuthorName: raffarti
AuthorEmail: raffarti@zoho.com
WebSite: https://raffarti.gitlab.io/simpleadvancedmetronome
SourceCode: https://gitlab.com/Raffarti/simpleadvancedmetronome
IssueTracker: https://gitlab.com/Raffarti/simpleadvancedmetronome/issues
Donate: https://www.pa... |
Move wordcloud template settings into metadata, and remove contents of definition (since no fields edited by studio authors have scope.settings) | ---
metadata:
display_name: Word cloud
version: 1
data: |
<word_cloud num_inputs="5" num_top_words="250" display_student_percents="True" />
children: []
| ---
metadata:
display_name: Word cloud
version: 1
num_inputs: 5
num_top_words: 250
display_student_percents: True
data: {}
children: []
|
Fix ownership handling + update | apiVersion: apps/v1
kind: Deployment
metadata:
name: pdb-controller
namespace: kube-system
labels:
application: pdb-controller
version: v0.0.11
spec:
replicas: 1
selector:
matchLabels:
application: pdb-controller
template:
metadata:
labels:
application: pdb-controller
... | apiVersion: apps/v1
kind: Deployment
metadata:
name: pdb-controller
namespace: kube-system
labels:
application: pdb-controller
version: v0.0.12
spec:
replicas: 1
selector:
matchLabels:
application: pdb-controller
template:
metadata:
labels:
application: pdb-controller
... |
Add kubelet feature flags to the sysconfig file | ---
- name: Join on workers
command: >
kubeadm join --ignore-preflight-errors=all
--token {{ k8s_init_token }}
--discovery-token-unsafe-skip-ca-verification master:6443
- name: Add feature gates to kubelet
lineinfile:
path: /etc/systemd/system/kubelet.service.d/10-kubeadm.conf
... | ---
- name: Join on workers
command: >
kubeadm join --ignore-preflight-errors=all
--token {{ k8s_init_token }}
--discovery-token-unsafe-skip-ca-verification master:6443
- name: Add feature gates to kubelet
lineinfile:
path: /etc/sysconfig/kubelet
regexp: '^KUBELET_EXTRA_ARGS'
... |
Use H2 XA datasource provided in standalone.xml | # SQLite version 3.x
# gem 'activerecord-jdbcsqlite3-adapter'
#
# Configure Using Gemfile
# gem 'activerecord-jdbcsqlite3-adapter'
#
development:
adapter: sqlite3
database: db/development.sqlite3
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you r... | development:
adapter: h2
jndi: java:jboss/datasources/ExampleXADS
# 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:
adapter: sqlite3
database: db/test.sqlite3
prod... |
Update from Hackage at 2017-01-01T16:19:23Z | homepage: http://github.com/GregorySchwartz/find-clumpiness#readme
changelog-type: ''
hash: a0597da82d93318fe862f678ba20d3a57c940ac2db3544abfc967d53afc9e0a1
test-bench-deps: {}
maintainer: gregory.schwartz@drexel.edu
synopsis: Find the clumpiness of labels in a tree
changelog: ''
basic-deps:
bytestring: -any
base: ... | homepage: http://github.com/GregorySchwartz/find-clumpiness#readme
changelog-type: ''
hash: 8a86eb5b9161789d9cd65fb4d555442e1b1eb89e46ce7f4db928f700f6ee05ef
test-bench-deps: {}
maintainer: gregory.schwartz@drexel.edu
synopsis: Find the clumpiness of labels in a tree
changelog: ''
basic-deps:
bytestring: -any
base: ... |
Update nightly && show version | version: 2
jobs:
build:
working-directory: ~/sonos_discovery
docker:
- image: liuchong/rustup:nightly
steps:
- checkout
- run: rustup run nightly cargo run --bin sonos_discovery
| version: 2
jobs:
build:
working-directory: ~/sonos_discovery
docker:
- image: liuchong/rustup:nightly
steps:
- checkout
- run: rustup update nightly
- run: rustup show
- run: rustup run nightly cargo run --bin sonos_discovery
|
Update circleci/python:3.7.3 Docker digest to 27bd135 | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.3@sha256:d95601afe4bf164ac9356bef5a1fa4fe027e5cd95e65c846bf610be4dc2a4de3
working_directory: ~/repo
steps:
- checko... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.3@sha256:27bd135e2d3973cc6408e60ea99c29109e642278cbbefa96dd9f73d833789a2b
working_directory: ~/repo
steps:
- checko... |
Edit sshd config as root | ---
- name: Create stack group
group:
name: stack
state: present
become: yes
- name: Create stack user
user:
name: stack
shell: /bin/bash
home: "{{ BASE }}"
group: stack
password: $6$ysCvNvD8kWi5xQoU$eHcz.n8wjQfMbZJmr/POSU0r9PyNuK09TG0mnxEYm2zM6pe7loz8MILCy73wndMSkU9DeSbtSu0B/4mSE... | ---
- name: Create stack group
group:
name: stack
state: present
become: yes
- name: Create stack user
user:
name: stack
shell: /bin/bash
home: "{{ BASE }}"
group: stack
password: $6$ysCvNvD8kWi5xQoU$eHcz.n8wjQfMbZJmr/POSU0r9PyNuK09TG0mnxEYm2zM6pe7loz8MILCy73wndMSkU9DeSbtSu0B/4mSE... |
Add en_gb dictionary to Atom installation | ---
- name: "install atom using deb link"
apt:
deb="https://github.com/atom/atom/releases/download/v{{atom_version}}/atom-amd64.deb"
autoremove=yes | ---
- name: "install atom using deb link"
apt:
deb="https://github.com/atom/atom/releases/download/v{{atom_version}}/atom-amd64.deb"
autoremove=yes
- name: "install en_gb dictionary"
apt:
name=myspell-en-gb
state=present
autoremove=yes |
Disable mklml in Windows Build | jobs:
- template: templates/win-ci.yml
parameters:
AgentPool : 'Win-CPU'
DoDebugBuild: 'true'
DoCompliance: 'false'
BuildCommand: '$(Build.SourcesDirectory)\tools\ci_build\build.py --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --cmake_path $(Build.BinariesDirectory)\cmake\bin\cmake.exe ... | jobs:
- template: templates/win-ci.yml
parameters:
AgentPool : 'Win-CPU'
DoDebugBuild: 'true'
DoCompliance: 'false'
BuildCommand: '$(Build.SourcesDirectory)\tools\ci_build\build.py --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --cmake_path $(Build.BinariesDirectory)\cmake\bin\cmake.exe ... |
Rename repos role to openshift_repos | - name: master/config.yml, populate oo_masters_to_config host group if needed
hosts: localhost
gather_facts: no
tasks:
- name: "Evaluate oo_host_group_exp if it's set"
add_host: "name={{ item }} groups=oo_masters_to_config"
with_items: "{{ oo_host_group_exp | default('') }}"
when: oo_host_group_exp ... | - name: master/config.yml, populate oo_masters_to_config host group if needed
hosts: localhost
gather_facts: no
tasks:
- name: "Evaluate oo_host_group_exp if it's set"
add_host: "name={{ item }} groups=oo_masters_to_config"
with_items: "{{ oo_host_group_exp | default('') }}"
when: oo_host_group_exp ... |
Create DataConverter - cs updates | oro_entity_config:
email:
field:
items:
available_in_template:
options:
value_type: boolean
default_value: true
allowed_type: [string, text, integer, smallint, bigint, boolean, ... | oro_entity_config:
email:
field:
items:
available_in_template:
options:
value_type: boolean
default_value: true
allowed_type: [string, text, integer, smallint, bigint, b... |
Add jekyll to requiremnts first | {% set name = "jekyll-avatar" %}
{% set version = "0.6.0" %}
package:
name: rb-{{ name|lower }}
version: {{ version }}
source:
url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 371418af8d822365af27ea5b59148c6dad5013bcdab628ae3eb6de8132118688
build:
noarch: generic
number: 0
scrip... | {% set name = "jekyll-avatar" %}
{% set version = "0.6.0" %}
package:
name: rb-{{ name|lower }}
version: {{ version }}
source:
url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 371418af8d822365af27ea5b59148c6dad5013bcdab628ae3eb6de8132118688
build:
noarch: generic
number: 0
scrip... |
Fix supportconfig collection in new CI | #
# (c) Copyright 2019 SUSE LLC
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... | #
# (c) Copyright 2019 SUSE LLC
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, s... |
Add image tag to each service | version: '2'
services:
girder:
build:
context: .
dockerfile: girder/Dockerfile
command: -d ${MONGODB_URL}
volumes:
- assetstore:/assetstore
nginx:
build:
context: nginx
dockerfile: Dockerfile
ports:
- 8080:80
depends_on:
- 'girder'
r... | version: '2'
services:
girder:
image: openchemistry/girder:oc
build:
context: .
dockerfile: girder/Dockerfile
command: -d ${MONGODB_URL}
volumes:
- assetstore:/assetstore
nginx:
image: openchemistry/nginx:oc
build:
context: nginx
dockerfile: Dockerfile
... |
Set env var boolean value correctly | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "studio.fullname" . }}-prober
spec:
replicas: 1
selector:
matchLabels:
app: {{ template "studio.fullname" . }}-prober
template:
metadata:
labels:
app: {{ template "studio.fullname" . }}-prober
spec:
contai... | ---
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "studio.fullname" . }}-prober
spec:
replicas: 1
selector:
matchLabels:
app: {{ template "studio.fullname" . }}-prober
template:
metadata:
labels:
app: {{ template "studio.fullname" . }}-prober
spec:
contai... |
Test with latest Node.js 4 on Travis CI. | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4.2'
- '5.1'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_ins... | sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
- '4'
- '5.1'
branches:
only:
- master
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_insta... |
Allow CI fail with some ruby versions | language: ruby
sudo: false
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
gemfile:
- gemfiles/ar_4.2.gemfile
- gemfiles/ar_5.2.gemfile
- gemfiles/ar_6.0.gemfile
matrix:
allow_failures:
- gemfile: gemfiles/ar_6.0.gemfile
- rvm: 2.4
fast_finish: true
before_install:
- gem update --system
- gem install bundler... | language: ruby
sudo: false
rvm:
- 2.4
- 2.5
- 2.6
- 2.7
gemfile:
- gemfiles/ar_4.2.gemfile
- gemfiles/ar_5.2.gemfile
- gemfiles/ar_6.0.gemfile
matrix:
allow_failures:
# Rails 6 requires Ruby 2.5 or newer. ref: https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#ruby-versions
- rvm: 2... |
Test node 6 & latest | sudo: false
language: node_js
node_js:
- "4"
- "5"
script: npm run-script coverage && (npm run-script coveralls || exit 0)
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
| sudo: false
language: node_js
node_js:
- "4"
- "6"
- "node"
script: npm run-script coverage && (npm run-script coveralls || exit 0)
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
|
Resolve issue with css by potentially updating the url and base url. | url: https://y7kim.github.io
baseurl: /agency-jekyll-theme/
# Site settings
title: RnS Apps
email: your-email@domain.com
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml s... | url: https://rns-apps.github.io/
baseurl: /
# Site settings
title: RnS Apps
email: your-email@domain.com
description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.... |
Add Ruby 2.1.0 to Travis. | language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
| language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
|
Add Ruby 2.3 to Travis | language: ruby
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx-2
rvm:
- 2.0
- 2.1
- 2.2
- jruby
- rbx-2
script:
- bundle exec rubocop
- bundle exec rspec spec
| language: ruby
matrix:
allow_failures:
- rvm: jruby
- rvm: rbx-2
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- jruby
- rbx-2
sudo: false
script:
- bundle exec rubocop
- bundle exec rspec spec
|
Tweak bundler setup to make Travis happy | language: ruby
rvm:
- 2.0.0
- 2.1.2
- 2.2.0
- 2.3.0
before_install:
- gem install bundler
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
gemfile:
- gemfiles/activesupport_3.gemfile
- gemfiles/activesupport_4.gemfileset
| language: ruby
rvm:
- 2.0.0
- 2.1.2
- 2.2.0
- 2.3.0
before_install:
- 'echo ''gem: --no-ri --no-rdoc'' > ~/.gemrc'
- gem install bundler bundle_cache
- bundle_cache_install
# uncomment this line if your project needs to run something other than `rake`:
script: bundle exec rspec spec
gemfile:
- gemfi... |
Update Travis CI config to run Cucumber | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1.2
script: bundle exec rake spec
| language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.1.2
script: bundle exec cucumber
|
Fix PHP 5.3 and PHP 5.5 builds | sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
dist: trusty
php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- 7.2
install:
composer install --prefer-dist --no-interaction
before_script:
- mkdir -p build/logs
script:
... | sudo: false
language: php
cache:
directories:
- $HOME/.composer/cache
matrix:
include:
- php: 5.3
dist: precise
- php: 5.5
env: PHPUNIT_VERSION='4.8.36'
php:
- 5.4
- 5.6
- 7.0
- 7.1
- 7.2
install:
- if [ "$PHPUNIT_VERSION" != "" ]; then composer require phpu... |
Move test script from before_script and use as main test | language: ruby
rvm:
- 2.2.3
- 2.2.2
- 2.1.5
- jruby
- rbx
addons:
postgresql: "9.3"
services:
- postgresql
before_script:
- psql -c 'create database dummy_test;' -U postgres
- bin/setup
- bin/test
| language: ruby
rvm:
- 2.2.3
- 2.2.2
- 2.1.5
- jruby
- rbx
addons:
postgresql: "9.3"
services:
- postgresql
before_script:
- psql -c 'create database dummy_test;' -U postgres
- bin/setup
script: bin/test |
Fix FFMPEG download URL for tests | node_js:
- "6"
- "7"
- "8"
- "9"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
before_script:
- curl http://ffmpeg.gusari.org/static/64bit/ffmpeg.static.64bit.latest.tar.gz | sudo tar -C /usr/local/bin/ -xvz
| node_js:
- "6"
- "7"
- "8"
- "9"
language: node_js
script: "npm run-script test-travis"
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
before_script:
- curl https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-64bit-static.tar.xz | sudo tar -C /usr/local/bin/ -xvJ
|
Remove buster global installation, use local dev dependency buster instead. | language: node_js
node_js:
- 0.9
- 0.8
- 0.6
before_install: "npm install -g bob buster"
script: "bob clean lint; buster test"
| language: node_js
node_js:
- 0.9
- 0.8
- 0.6
before_install: "npm install -g bob"
script: "bob clean lint && node_modules/buster/bin/buster test"
|
Update go versions for CI. | language: go
sudo: false
os:
- linux
- osx
go:
- 1.7.x
- 1.8.x
- 1.9.x
- master
script:
- go test -v -cpu=1,2,4 .
- go test -v -cpu=2 -race -short .
matrix:
allow_failures:
- go: 'master'
fast_finish: true
| language: go
sudo: false
os:
- linux
- osx
go:
- 1.9.x
- 1.10.x
- master
script:
- go test -v -cpu=1,2,4 .
- go test -v -cpu=2 -race -short .
matrix:
allow_failures:
- go: 'master'
fast_finish: true
|
Add some Erlang/Elixir versions for Travis | language:
elixir
elixir:
- 1.0.5
otp_release:
- 17.5
- 18.0
services:
- redis-server
script:
- mix test
| language:
elixir
elixir:
- 1.0.5
- 1.1.0
- 1.1.1
otp_release:
- 17.5
- 18.0
- 18.1
services:
- redis-server
script:
- mix test
|
Allow notebooks test to fail | language: python
before_script:
- pip install tox
- pip install -U requests"$REQUESTS_VERSION"
# test script
script: tox -e ${TOX_ENV}
notifications:
on_success: change
on_failure: always
env:
global:
- TRAVIS_GH3="True"
matrix:
- TOX_ENV=py26 REQUESTS_VERSION="==2.0.1"
- TOX_ENV=py27 REQUESTS_VERSION=... | language: python
before_script:
- pip install tox
- pip install -U requests"$REQUESTS_VERSION"
# test script
script: tox -e ${TOX_ENV}
notifications:
on_success: change
on_failure: always
env:
global:
- TRAVIS_GH3="True"
matrix:
- TOX_ENV=py26 REQUESTS_VERSION="==2.0.1"
- TOX_ENV=py27 REQUESTS_VERSION=... |
Update go versions in build matrix | name: All builds
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.17.6", "1.16.5", "1.15.13"]
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v3.1.0
with:
go-version: ${{ matrix.go... | name: All builds
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go_version: ["1.17.8", "1.16.15", "1.15.15"]
steps:
- uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v3.1.0
with:
go-version: ${{ matrix.g... |
Test on Ubuntu Xenial in Travis | language: ruby
cache: bundler
sudo: false
branches:
only:
- master
- 14-stable
- 13-stable
bundler_args: --jobs 7 --without docs debug
before_install:
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler
- bundle --version
- rm -f .bundle/config
rvm:
... | language: ruby
cache: bundler
dist: xenial
sudo: false
branches:
only:
- master
- 14-stable
- 13-stable
bundler_args: --jobs 7 --without docs debug
before_install:
- gem --version
- rvm @global do gem uninstall bundler -a -x -I || true
- gem install bundler
- bundle --version
- rm -f .bundle/... |
Remove the deprecated sudo option and run on the latest version | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit --stderr --coverage-clover=clover.xml
- tests/lint.sh
- vendor/bin/composer-require-... | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit --stderr --coverage-clover=clover.xml
- tests/lint.sh
- vendor/bin/composer-require-... |
Remove the deprecated sudo option and run on the latest version | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
sudo: false
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- vendor/bin/phpstan analyse --level=max src tes... | language: php
php:
- 7.1
- 7.2
- nightly
matrix:
allow_failures:
- php: nightly
env:
- COMPOSER_OPTS=""
- COMPOSER_OPTS="--prefer-lowest"
install:
- composer self-update
- composer update $COMPOSER_OPTS
script:
- vendor/bin/phpunit
- vendor/bin/phpstan analyse --level=max src tests
jobs:
i... |
Update from Hackage at 2021-10-30T02:42:54Z | homepage: ''
changelog-type: markdown
hash: a824e4f615469a27ad949dbf4907ba258bd6b459deebec00524c7bcb3f65cc9f
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: 'swap and assoc: Symmetric and Semigroupy Bifunctors'
changelog: |
## 1.0.2
- Add 'Swap' instances for more n-tuples
## 1.0.1
... | homepage: ''
changelog-type: markdown
hash: e0d9d1febc172e2a1b22aacd25df7f90be557dcf12ff87359f43128f8c194d9e
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: 'swap and assoc: Symmetric and Semigroupy Bifunctors'
changelog: |
## 1.0.2
- Add 'Swap' instances for more n-tuples
## 1.0.1
... |
Remove line break between build and version | environment:
matrix:
- PYTHON: C:\Python27
- PYTHON: C:\Python33
install:
- ps: Install-Product node ''
- scripts\install.cmd %PYTHON%
test_script:
- scripts\run_tests.cmd %PYTHON%
build: off
version: "{build}"
| environment:
matrix:
- PYTHON: C:\Python27
- PYTHON: C:\Python33
install:
- ps: Install-Product node ''
- scripts\install.cmd %PYTHON%
test_script:
- scripts\run_tests.cmd %PYTHON%
build: off
version: "{build}"
|
Use NodeJS 12 for github workflows | name: Check
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
node-version: "10.x"
- name: Cache Node.js modules
uses: actions/cache@v1
with:
path... | name: Check
on: [push]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Cache Node.js modules
uses: actions/cache@v1
with:
path... |
Copy instead. Really having trouble with this. | # -----------------------------------------------------------------------------
# <copyright file="appveyor.yml" company="MTCS (Matt Middleton)">
# Copyright (c) Meridian Technology Consulting Services (Matt Middleton).
# All rights reserved.
# </copyright>
# ------------------------------------------------------------... | # -----------------------------------------------------------------------------
# <copyright file="appveyor.yml" company="MTCS (Matt Middleton)">
# Copyright (c) Meridian Technology Consulting Services (Matt Middleton).
# All rights reserved.
# </copyright>
# ------------------------------------------------------------... |
Enable CI for release candidate branches | trigger:
batch: true
branches:
include:
- ci/*
- master
- stable
variables:
BASE_BRANCH: "master"
CACHE_S3_PREFIX: "stack"
CACHE_S3_VERSION: "v0.1.4"
S3_BUCKET: "fpco-public-cache"
AWS_REGION: "us-east-1"
jobs:
- template: ./.azure/azure-osx-template.yml
parameters:
name: macOS
... | trigger:
batch: true
branches:
include:
- ci/*
- rc/*
- master
- stable
variables:
BASE_BRANCH: "master"
CACHE_S3_PREFIX: "stack"
CACHE_S3_VERSION: "v0.1.4"
S3_BUCKET: "fpco-public-cache"
AWS_REGION: "us-east-1"
jobs:
- template: ./.azure/azure-osx-template.yml
parameters:
name... |
Correct TS categories for ucsc twobittofa | name: ucsc_twobittofa
owner: iuc
description: twoBitToFa is a tool to convert all or part of .2bit file to fasta
homepage_url: https://genome.ucsc.edu/goldenpath/help/twoBit.html
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/twobittofa
type: unrestricted
categories:
- Se... | name: ucsc_twobittofa
owner: iuc
description: twoBitToFa is a tool to convert all or part of .2bit file to fasta
homepage_url: https://genome.ucsc.edu/goldenpath/help/twoBit.html
remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/master/tools/ucsc-tools/twobittofa
type: unrestricted
categories:
- ... |
Set autoname of Privacy Indicators | Categories:
- Security
- System
License: MIT
AuthorName: Nitish Gadangi
AuthorEmail: nitishgadangi@gmail.com
AuthorWebSite: https://nitishgadangi.github.io/
SourceCode: https://github.com/NitishGadangi/Privacy-Indicator-App
IssueTracker: https://github.com/NitishGadangi/Privacy-Indicator-App/issues
Changelog: https... | Categories:
- Security
- System
License: MIT
AuthorName: Nitish Gadangi
AuthorEmail: nitishgadangi@gmail.com
AuthorWebSite: https://nitishgadangi.github.io/
SourceCode: https://github.com/NitishGadangi/Privacy-Indicator-App
IssueTracker: https://github.com/NitishGadangi/Privacy-Indicator-App/issues
Changelog: https... |
Switch language to dart, so that a DartVM is available. | language: node_js
node_js:
- "0.12"
- "stable"
- "iojs" | language: dart # NodeJS is available everywhere
node_js:
- "stable"
before_script:
- npm install
script:
- npm test
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.