commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
01ac3f76110aa6fa897d2a3c5131ca85724b7190 | config/prisons/FNI-full-sutton.yml | config/prisons/FNI-full-sutton.yml | ---
name: Full Sutton
nomis_id: FNI
enabled: false
estate: Full Sutton
| ---
name: Full Sutton
nomis_id: FNI
address:
- York
- YO41 1PS
booking_window: 28
email: socialvisits.fullsutton@hmps.gsi.gov.uk
enabled: true
estate: Full Sutton
lead_days: 3
phone: 01759 475355
slots:
thu:
- 1415-1615
fri:
- 0900-1100
- 1320-1615
sat:
- 1345-1615
sun:
- 1345-1615
unbookable:
- 2015-... | Update FNI Full Sutton for Go Live | Update FNI Full Sutton for Go Live | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
7d0af4998ff02db9aaccbee656cb9a215397ce6e | conda-recipes/libgdf/meta.yaml | conda-recipes/libgdf/meta.yaml | # Copyright (c) 2018, NVIDIA CORPORATION.
# Usage:
# conda build -c defaults -c conda-forge .
package:
name: libgdf
version: {{ environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') }}
source:
# git_url: ../..
path: ../..
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
script_env:
- C... | # Copyright (c) 2018, NVIDIA CORPORATION.
# Usage:
# conda build -c defaults -c conda-forge .
package:
name: libgdf
version: {{ environ.get('GIT_DESCRIBE_TAG', '0.0.0.dev').lstrip('v') }}
source:
# git_url: ../..
path: ../..
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
script_env:
- C... | Make arrow version 0.10.0 default for conda envirnoment. Eliminate flatbuffers and arrow dependencies for conda build. | Make arrow version 0.10.0 default for conda envirnoment. Eliminate flatbuffers and arrow dependencies for conda build.
| YAML | apache-2.0 | gpuopenanalytics/libgdf,gpuopenanalytics/libgdf,gpuopenanalytics/libgdf,gpuopenanalytics/libgdf |
e8d038c18ab6ddaedd3fb2d33cc71212d6db1238 | config/locales/projects.en.yml | config/locales/projects.en.yml | en:
activities:
update:
project:
activate: "%{user} reactivated a %{model}"
deactivate: "%{user} finished a %{model}"
projects:
index:
page_header: "Projects"
page_hint: "Overview"
new_project_link: "Create new project"
filter:
by_select: "Scope"
... | en:
activities:
update:
project:
activate: "%{user} reactivated a %{model}"
deactivate: "%{user} finished a %{model}"
projects:
bulk_collection:
deactivate_project: "Archive"
activate_project: "Reactivate"
index:
page_header: "Projects"
page_hint: "Overview"... | Add localization for projects bulk actions | Add localization for projects bulk actions
| YAML | mit | rrrene/outline,rrrene/outline |
7699cb7f8a4884b45c5e614013bd2432848bf644 | test-integration/generator.yml | test-integration/generator.yml | - params:
base: ../../../../../
- description: Install Yeoman as peer dependency
command: npm install -g yo
exitcode: 0
- description: Install Generator Bob
command: cd {base} && npm link
exitcode: 0
- description: Generate Bob project using Yeoman
command: echo "someproject" | yo bob
exitcode: 0
o... | - params:
base: ../../../../../
- description: Install Yeoman as peer dependency
command: npm install -g yo
exitcode: 0
- description: Install Generator Bob
command: cd {base} && npm link
exitcode: 0
- description: Generate Bob project using Yeoman
command: echo "someproject" | yo bob
exitcode: 0
o... | Test project name prompt only. | Test project name prompt only.
| YAML | mit | cliffano/generator-bob |
59455fe23f7c35b4feb307ff7fb40bbb5b2aa206 | test/dummy/config/database.yml | test/dummy/config/database.yml | test:
:adapter: oracle_enhanced
:username: rails_audit_test
:password: rails_audit_test
:database: railyard
| oracle: &oracle
adapter: oracle_enhanced
username: rails_audit_test
password: rails_audit_test
database: railyard
test:
<<: *<%= ENV['DB'] || "oracle" %>
| Add structure for switching out DB backend in tests based on ENV. | Add structure for switching out DB backend in tests based on ENV.
Intended to resurrect test runs in Postgresql.
| YAML | mit | rst/smartguard,rst/smartguard |
5bbc444893cb2e8879d7e8ac21ec083cd195aae6 | .github/workflows/regression.yml | .github/workflows/regression.yml | name: Regression Tests
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v2
# Check out a *known good* version
# For now I am assuming 'main' is known good
... | name: Regression Tests
on:
push:
branches: [main]
tags: ["v*.*.*"]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v2
# Check out a *known good* version
# For now I am assuming 'main' is known good
... | Revert "Ignore main branch for now" | Revert "Ignore main branch for now"
This reverts commit 6bccbff8426c45ceb1a73bc5a654e4d81c42e14a.
Now that the new code and scripts have landed, we can use main as a
point of reference.
| YAML | apache-2.0 | googlefonts/glyphsLib |
21ac701c8bc61b15a607c4e2c04b1435832dad71 | node/.travis.yml | node/.travis.yml | language: node_js
node_js:
- "0.8"
- "0.10"
| language: node_js
node_js:
- "0.10"
- "0.12"
| Drop Node 0.8 from Travis and add 0.12 | Drop Node 0.8 from Travis and add 0.12
| YAML | mit | mankees/init |
90e7cc5a32cb53dfff05b6c5daf880526a7b1746 | ansible/roles/munin/httpd/tasks/make-config.yml | ansible/roles/munin/httpd/tasks/make-config.yml | # _ ___ _
# _ __ __ _(_)_ __ __ __ / / |_ __ _ ___| | _____
# | '_ \ / _` | | '_ \\ \/ / / /| __/ _` / __| |/ / __|
# | | | | (_| | | | | |> < / / | || (_| \__ \ <\__ \
# |_| |_|\__, |_|_| |_/_/\_\/_/ \__\__,_|___/_|\_\___/
# |___/ ... | # _ ___ _
# _ __ __ _(_)_ __ __ __ / / |_ __ _ ___| | _____
# | '_ \ / _` | | '_ \\ \/ / / /| __/ _` / __| |/ / __|
# | | | | (_| | | | | |> < / / | || (_| \__ \ <\__ \
# |_| |_|\__, |_|_| |_/_/\_\/_/ \__\__,_|___/_|\_\___/
# |___/ ... | Add backup parmeter to template module | Add backup parmeter to template module
| YAML | bsd-2-clause | azumakuniyuki/make-server,azumakuniyuki/make-server,azumakuniyuki/make-server,azumakuniyuki/make-server |
39fcc2a936351ba6e279c053f54a0f6dea0aca4a | manifests/cf-manifest/operations.d/229-cf-update_cflinuxfs_releases.yml | manifests/cf-manifest/operations.d/229-cf-update_cflinuxfs_releases.yml | ---
- type: replace
path: /releases/name=cflinuxfs3
value:
name: "cflinuxfs3"
version: "0.164.0"
url: "https://bosh.io/d/github.com/cloudfoundry/cflinuxfs3-release?v=0.164.0"
sha1: "6ea1a18526dfac6d4b953aead53452297ea05331"
| ---
- type: replace
path: /releases/name=cflinuxfs3
value:
name: "cflinuxfs3"
version: "0.169.0"
url: "https://bosh.io/d/github.com/cloudfoundry/cflinuxfs3-release?v=0.169.0"
sha1: "c85894a5e733fbaa5411b2903aef14c7ec9484cb"
| Upgrade cflinuxfs3 from 0.164.0 to 0.169.0 | Upgrade cflinuxfs3 from 0.164.0 to 0.169.0
| YAML | mit | alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf |
454748328d5490316c8a89cbfe2d86c791aef384 | docs/rtd_environment.yml | docs/rtd_environment.yml | name: menpo_rtd
channels:
- menpo
dependencies:
- python
- setuptools
- numpy>=1.10,<1.11
- cython=0.23.*
- pathlib=1.0
- numpy>=1.10,<1.11
- scipy=0.16.*
- pillow=3.0.*
- cyvlfeat>=0.4.2,<0.5
- matplotlib>=1.4,<1.6
- mock=1.3.*
- nose
- pip:
- sphinx==1.3.1
- sphinx_rtd_theme==... | name: menpo_rtd
channels:
- menpo
dependencies:
- python
- setuptools
- numpy>=1.10,<1.11
- cython=0.23.*
- pathlib=1.0
- numpy>=1.10,<1.11
- scipy=0.16.*
- pillow=3.0.*
- cyvlfeat>=0.4.2,<0.5
- imageio>=1.5.0,<1.6.0
- matplotlib>=1.4,<1.6
- mock=1.3.*
- nose
- pip:
- sphinx==1.3.1
... | Add imageio dep to RTD YML | Add imageio dep to RTD YML
| YAML | bsd-3-clause | menpo/menpo,grigorisg9gr/menpo,patricksnape/menpo,patricksnape/menpo,yuxiang-zhou/menpo,menpo/menpo,yuxiang-zhou/menpo,grigorisg9gr/menpo,patricksnape/menpo,grigorisg9gr/menpo,menpo/menpo,yuxiang-zhou/menpo |
1ecc6ec7810f8e3e3546ce5babc4e858c7dc0fe4 | contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml | contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml | # Packages available in the Homebrew and Linuxbrew package manager
---
minimal:
- cmake
- s3gof3r
perl:
- cpanminus
bio_nextgen:
alignment:
- bwa
- bowtie2
- novoalign
- rna-star
- snap-aligner
- tophat-binary
utilities:
- bamtools
- bedtools
- cramtools
- biobambam
... | # Packages available in the Homebrew and Linuxbrew package manager
---
minimal:
- cmake
- s3gof3r
perl:
- cpanminus
bio_nextgen:
alignment:
- bwa
- bowtie2
- novoalign
- rna-star
- snap-aligner
- tophat-binary
utilities:
- bamtools
- bedtools
- cramtools
- biobambam
... | Use binary installation of express to avoid boost dependency | Use binary installation of express to avoid boost dependency
| YAML | mit | rchekaluk/cloudbiolinux,AICIDNN/cloudbiolinux,AICIDNN/cloudbiolinux,elkingtonmcb/cloudbiolinux,elkingtonmcb/cloudbiolinux,kdaily/cloudbiolinux,joemphilips/cloudbiolinux,pjotrp/cloudbiolinux,rchekaluk/cloudbiolinux,AICIDNN/cloudbiolinux,chapmanb/cloudbiolinux,joemphilips/cloudbiolinux,heuermh/cloudbiolinux,heuermh/cloud... |
356ffd9b983a3e72eb5402ca8ac99695b2ef1122 | parmed/meta.yaml | parmed/meta.yaml | package:
name: parmed
version: !!str 2.0-beta
source:
fn: ParmEd-2.0-beta.tar.gz
url: https://github.com/ParmEd/ParmEd/archive/v2.0-beta.tar.gz
md5: 95be9c4aa4d519cc2e738c23d1662555
build:
number: 0
requirements:
build:
- python
- numpy
- setuptools
run:
- python
- numpy
- pa... | package:
name: parmed
version: !!str 2.0beta0
source:
fn: ParmEd-2.0-beta.tar.gz
url: https://github.com/ParmEd/ParmEd/archive/v2.0-beta.tar.gz
md5: 95be9c4aa4d519cc2e738c23d1662555
build:
number: 0
requirements:
build:
- python
- numpy
- setuptools
run:
- python
- numpy
- pa... | Fix version string for parmed | Fix version string for parmed
Former-commit-id: 3ab299e79968fae5f1f2d42fd01a0011c5f5622a | YAML | mit | mpharrigan/conda-recipes,omnia-md/conda-recipes,mpharrigan/conda-recipes,cwehmeyer/conda-recipes,danielparton/omnia-md-conda-recipes,jchodera/conda-recipes,rmcgibbo/conda-recipes,rmcgibbo/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,marscher/omnia-conda-recipes,jchodera/conda-recipes... |
dd31b28047b1895e405a0bdb6bd9c0a7a30cf31b | packages/pi/pipes-lines.yaml | packages/pi/pipes-lines.yaml | homepage: https://github.com/mindreader/pipes-lines
changelog-type: ''
hash: 33cdadd19740f15d117fa0706477e1ef3703d3254ea47e20f8cbe608627ed429
test-bench-deps:
pipes-lines: -any
bytestring: ! '>=0.10 && <0.12'
base: -any
pipes-group: ! '>=1.0 && <2.0'
lens: -any
pipes: ! '>=4 && <5'
mtl: ! '>=2.2 && <3'
... | homepage: https://github.com/mindreader/pipes-lines
changelog-type: ''
hash: 760be173b7a99b94954c51e767e18fe7244d14155a1bea361c8c3b2f28c0ca2a
test-bench-deps:
pipes-lines: -any
bytestring: ! '>=0.10 && <0.12'
base: -any
pipes-group: ! '>=1.0 && <2.0'
lens: -any
pipes: ! '>=4 && <5'
mtl: ! '>=2.2 && <3'
... | Update from Hackage at 2017-03-02T21:23:43Z | Update from Hackage at 2017-03-02T21:23:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
95efa9611c5a2e253cbe42664eb7f72b7435aa1c | .github/workflows/changeset.yml | .github/workflows/changeset.yml | name: New changeset
on: push
jobs:
test:
name: Run tests
strategy:
matrix:
os: [ubuntu-18.04]
node: [6, 8, 10, 12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
... | name: New changeset
on: push
jobs:
test:
name: Run tests
strategy:
matrix:
os: [ubuntu-18.04]
node: [8, 10, 12, 13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
... | Remove testing for node v6, add for node v13 | Remove testing for node v6, add for node v13
| YAML | mit | sth/karma-summary-reporter,sth/karma-summary-reporter |
7c1f23179e72f4f31d22ada98f6c11d3862cf962 | .github/workflows/custom_ci.yml | .github/workflows/custom_ci.yml | name: ci
on:
push:
paths:
- .github/workflows/custom_ci.yml
- lib/**
- spec/**
- Gemfile
- Gemfile.devtools
- "*.gemspec"
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5", "2.4", "j... | name: ci
on:
push:
paths:
- .github/workflows/custom_ci.yml
- lib/**
- spec/**
- Gemfile
- Gemfile.devtools
- "*.gemspec"
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby: ["2.7", "2.6", "2.5", "2.4", "j... | Use deps from master for 2.7 | Use deps from master for 2.7
| YAML | mit | dry-rb/dry-validation,dry-rb/dry-validation,dryrb/dry-validation,dryrb/dry-validator |
475da6360e24e70e6e0d1deada573c842a71f261 | .github/workflows/pythonapp.yml | .github/workflows/pythonapp.yml | name: Mahjong lib
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: '3.7'
- name: Instal... | name: Mahjong lib
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: '3.7'
- name: Instal... | Add pypy runners to GA | Add pypy runners to GA
| YAML | mit | MahjongRepository/mahjong |
a1f229d5c6a01b3b39adba72026836b4b9855fb7 | .github/workflows/remove-pr.yml | .github/workflows/remove-pr.yml | name: remove-pr
on:
pull_request:
types: [closed]
jobs:
remove-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}.wiki
- name: Prune PR files
run: |
rm -rf ${{ github.ref }}
git add .
... | name: remove-pr
on:
pull_request:
types: [closed]
jobs:
remove-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}.wiki
- name: Prune PR files
run: |
rm -rf ${{ github.head_ref }}
git add .
... | Use github.head_ref to reference PR branch after merge. | Use github.head_ref to reference PR branch after merge.
| YAML | apache-2.0 | google/site-kit-wp,google/site-kit-wp,google/site-kit-wp,google/site-kit-wp |
af81d69fa040a805ba15d8e0c819f691ec9cf300 | .github/workflows/run-tests.yml | .github/workflows/run-tests.yml | name: Package Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: R... | name: Package Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate composer.json and composer.lock
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-progress --no-suggest
- name: R... | Add coverall to gh action | Add coverall to gh action
| YAML | apache-2.0 | edno/codeception-gherkin-param |
42242e4d016e095b7eee0e4edb43535a81db56da | .github/workflows/changelog-release.yaml | .github/workflows/changelog-release.yaml | name: Release
on:
push:
tags:
- "test*"
jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
- name: Build changelog from PRs with labels
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2
... | name: Release
on:
push:
tags:
- v*
jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
- name: Build changelog from PRs with labels
id: build_changelog
uses: mikepenz/release-changelog-builder-action@v2
... | Revert "Run release action for tags starting with test*" | Revert "Run release action for tags starting with test*"
This reverts commit 2cf5286cc71bda93f8cc7961549a99baa55838a3.
Automatic releases are working, enable them again for v* tags
| YAML | bsd-3-clause | haasad/PyPardisoProject |
ae70bc31e25b97ce401fa14e0fecfd488abe3e4e | packages/yo/yoctoparsec.yaml | packages/yo/yoctoparsec.yaml | homepage: https://github.com/mniip/yoctoparsec
changelog-type: ''
hash: 24940dd42379cec68de337473943a25ea4631e7e1c9cc9ea9cced47521192a91
test-bench-deps: {}
maintainer: mniip@mniip.com
synopsis: A truly tiny monadic parsing library
changelog: ''
basic-deps:
free: ! '>=4.0'
base: ! '>=4.8 && <4.13'
mtl: ! '>=2.0.0... | homepage: https://github.com/mniip/yoctoparsec
changelog-type: ''
hash: 67d1ae54540f5716ebbe384234297ef10647ed5c1c542bdb537b1a8f1ed56bfb
test-bench-deps: {}
maintainer: mniip@mniip.com
synopsis: A truly tiny monadic parsing library
changelog: ''
basic-deps:
free: ! '>=4.0'
base: ! '>=4.8 && <4.14'
mtl: ! '>=2.0.0... | Update from Hackage at 2019-12-23T08:15:38Z | Update from Hackage at 2019-12-23T08:15:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f8bf64166561be43e5c2440009e733d32c9ac04 | .examples/docker-compose/with-mariadb/docker-compose.yaml | .examples/docker-compose/with-mariadb/docker-compose.yaml | version: '2.2'
services:
mariadb:
image: mariadb:10.4
volumes:
- mariadb_data:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=
env_file:
- db.env
ports:
- '3306:3306'
healthcheck:
test: ["CMD", "bash", "-c", "/usr/bin/mysql --user=$$MYSQL_USER --password=$$MYSQL... | version: '2.2'
services:
mariadb:
image: mariadb:10.4
volumes:
- mariadb_data:/var/lib/mysql
environment:
- MYSQL_ROOT_PASSWORD=
env_file:
- db.env
ports:
- '3306:3306'
healthcheck:
test: ["CMD", "bash", "-c", "/usr/bin/mysql --user=$$MYSQL_USER --password=$$MYSQL... | Fix actuator healthpoint in docker compose | Fix actuator healthpoint in docker compose
| YAML | apache-2.0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung |
4f194daba2bd0033f668cba59b65b83bbaefa522 | .github/workflows/unitTests.yml | .github/workflows/unitTests.yml | # This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Unit tests
on:
push:
branches: [ ci_iss680 ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-l... | # This workflow will build a Java project with Gradle
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
name: Unit tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-late... | Switch unit test to codecov action | Switch unit test to codecov action
| YAML | apache-2.0 | NLeSC/Xenon,NLeSC/Xenon |
039cb59a5d999df613a10c41e05f9f56f6597a7a | Scripts/script-CveReputation.yml | Scripts/script-CveReputation.yml | commonfields:
id: b695f044-fbdd-4d4b-89ce-9066cb0e165a
version: 45
name: cveReputation
script: |
var resCmd = executeCommand('cve-search', {'cveId': args.input})[0];
var maxTries = 5;
var counter = 0;
while (isError(resCmd) && counter < maxTries) {
resCmd = executeCommand('cve-search', {'cveId': args.... | commonfields:
id: b695f044-fbdd-4d4b-89ce-9066cb0e165a
version: 45
name: cveReputation
script: |
var resCmd = executeCommand('cve-search', {'cveId': args.input})[0];
var maxTries = 5;
var counter = 0;
while (isError(resCmd) && counter < maxTries) {
resCmd = executeCommand('cve-search', {'cveId': args.... | Add releaseNotes to CveReputation script yml file | Add releaseNotes to CveReputation script yml file
| YAML | mit | demisto/content,demisto/content,VirusTotal/content,demisto/content,VirusTotal/content,VirusTotal/content,demisto/content,VirusTotal/content |
ee78247d50ba5bb6b00e4dc43ec087a78dda71bc | .github/workflows/deploy.js.yml | .github/workflows/deploy.js.yml | name: Deploy
on:
push:
branches: [ next, main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.no... | name: Deploy
on:
push:
branches: [ next, main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
persist-credentials: false
- name: Use Node.js ${{ matrix.no... | Change deploy script to build from dev | Change deploy script to build from dev
| YAML | mit | rei/rei-cedar,rei/rei-cedar |
39fd76c17375c68fc4cfc4d1bd09a40372ec6703 | .github/workflows/merge-bot.yml | .github/workflows/merge-bot.yml | 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.8.23
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_T... | 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.8.39
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_T... | Bump ridedott/merge-me-action from 2.8.23 to 2.8.39 | Bump ridedott/merge-me-action from 2.8.23 to 2.8.39
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.8.23 to 2.8.39.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Commits... | YAML | bsd-3-clause | lcobucci/di-builder |
7c405bb46189635b5f1971833baaf30fb568e64f | FILES.deploy-tools/usr/local/lib/ndslabs/ansible/roles/openstack-key/tasks/main.yml | FILES.deploy-tools/usr/local/lib/ndslabs/ansible/roles/openstack-key/tasks/main.yml |
- name: OpenStack Key
connection: local
become: false
os_keypair:
state: present
name: "{{ key_name }}"
register: newkey
- name: Save new key
connection: local
become: false
local_action: copy mode=0600 content="{{ newkey.key.private_key }}" dest={{ key_path }}/{{ key_name }}.pem
when: newkey.... |
- name: OpenStack Key
connection: local
become: false
os_keypair:
state: present
name: "{{ key_name }}"
register: remotekey
- name: Check if key exists locally
stat:
path: "{{ key_path }}/{{ key_name }}.pem"
register: localkey
- name: Fail if OpenStack key already exists remotely, but not loc... | Add a check to Ansible to fail if OpenStack key already exists remotely, but not locally | NDS-626: Add a check to Ansible to fail if OpenStack key already exists remotely, but not locally
| YAML | bsd-3-clause | nds-org/ndslabs-deploy-tools,bodom0015/ndslabs-deploy-tools |
d3acafcaf443bd74699550e5bcf70d51e2aa6a7b | rank_filter.recipe/meta.yaml | rank_filter.recipe/meta.yaml | package:
name: rank_filter
version: {{ environ.get('GIT_DESCRIBE_TAG', '')[1:] }}{{ '+' + environ.get('GIT_DESCRIBE_NUMBER', '0') + '.' + environ.get('GIT_DESCRIBE_HASH', '0') if environ.get('GIT_DESCRIBE_NUMBER', '0') != '0' else "" }}
source:
git_url: ..
build:
script_env:
- CC
- CXX
- CXX_FLAGS... | package:
name: rank_filter
version: {{ environ.get('GIT_DESCRIBE_TAG', '')[1:] }}{{ '+' + environ.get('GIT_DESCRIBE_NUMBER', '0') + '.' + environ.get('GIT_DESCRIBE_HASH', '0') if environ.get('GIT_DESCRIBE_NUMBER', '0') != '0' else "" }}
source:
git_url: ..
build:
script_env:
- CC
- CXX
- CXX_FLAGS... | Use `x.x` with `numpy` in the recipe. | Use `x.x` with `numpy` in the recipe.
As this links to NumPy, it makes sense that it track the version of
NumPy that it links to. Here we fix that by adding the `x.x` syntax.
| YAML | bsd-3-clause | jakirkham/rank_filter,DudLab/rank_filter,jakirkham/rank_filter,DudLab/rank_filter,jakirkham/rank_filter,nanshe-org/rank_filter,DudLab/rank_filter,nanshe-org/rank_filter,nanshe-org/rank_filter |
56bb2f5f7fd50da7410d7e36d7189245622b79ff | qa/src/test/resources/projects/mongo-topology.tosca.yaml | qa/src/test/resources/projects/mongo-topology.tosca.yaml | tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03
description: Alien4Cloud generated service template
template_name: php
template_version: 0.1.0-SNAPSHOT
template_author: admin
imports:
- mongod-type:1.0.0-SNAPSHOT
- tosca-normative-types:1.0.0.wd06-SNAPSHOT
- brooklyn-types:0.1.0-SNAPSHOT
topology_templa... | tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03
description: Alien4Cloud generated service template
template_name: php
template_version: 0.1.0-SNAPSHOT
template_author: admin
imports:
- mongod-type:1.0.0-SNAPSHOT
- tosca-normative-types:1.0.0.wd06-SNAPSHOT
- brooklyn-types:0.1.0-SNAPSHOT
topology_templa... | Add location to mongo-toplogy test | Add location to mongo-toplogy test
| YAML | apache-2.0 | cloudsoft/brooklyn-tosca,kiuby88/brooklyn-tosca,cloudsoft/brooklyn-tosca,SeaCloudsEU/brooklyn-tosca,SeaCloudsEU/brooklyn-tosca,SeaCloudsEU/brooklyn-tosca,kiuby88/brooklyn-tosca,cloudsoft/brooklyn-tosca,kiuby88/brooklyn-tosca |
9dc82ee51c8246fa888d555ef7bf0d0f1828eac1 | recipes/derivative/meta.yaml | recipes/derivative/meta.yaml | {% set name = "derivative" %}
{% set version = "0.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 50d0ce9999d385d1aa22b4cd0553d788ff89dcfab1531c5895c9b78bbc00e507
build:
noarch: pyth... | {% set name = "derivative" %}
{% set version = "0.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 50d0ce9999d385d1aa22b4cd0553d788ff89dcfab1531c5895c9b78bbc00e507
build:
noarch: pyth... | Remove the toml file from the tarball. | Remove the toml file from the tarball.
| YAML | bsd-3-clause | scopatz/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-rec... |
275ccc260e16ce49c6d6ed15f0c8021420c58a91 | src/Oro/Bundle/FormBundle/Resources/config/autocomplete.yml | src/Oro/Bundle/FormBundle/Resources/config/autocomplete.yml | parameters:
oro_form.autocomplete.security.class: Oro\Bundle\FormBundle\Autocomplete\Security
oro_form.autocomplete.search_registry.class: Oro\Bundle\FormBundle\Autocomplete\SearchRegistry
oro_form.autocomplete.search_handler.class: Oro\Bundle\FormBundle\Autocomplete\SearchHandler
oro_form.autocomplet... | parameters:
oro_form.autocomplete.security.class: Oro\Bundle\FormBundle\Autocomplete\Security
oro_form.autocomplete.search_registry.class: Oro\Bundle\FormBundle\Autocomplete\SearchRegistry
oro_form.autocomplete.search_handler.class: Oro\Bundle\FormBundle\Autocomplete\SearchHandler
oro_form.autocomplet... | Remove SearchHandler::initSearchIndexer() call to be able to disable SearchBundle | Remove SearchHandler::initSearchIndexer() call to be able to disable SearchBundle | YAML | mit | akeneo/platform,akeneo/platform,akeneo/platform |
b8ddbd564c3aece5f3acc9187179d70d4a2b6fee | .github/stale.yml | .github/stale.yml | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 14
# Issues or Pull Requests with these labels will never be... | # Configuration for probot-stale - https://github.com/probot/stale
# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60
# Number of days of inactivity before a stale Issue or Pull Request is closed
daysUntilClose: 14
# Issues or Pull Requests with these labels will never be... | Fix typo in close comment | [StaleBot] Fix typo in close comment
| YAML | mit | calt/Moya,ashfurrow/Moya,Moya/Moya,calt/Moya,ashfurrow/Moya,justinmakaila/Moya,justinmakaila/Moya,Moya/Moya,justinmakaila/Moya,Moya/Moya,calt/Moya |
8b5a056176be689842711ddf22ec9e1aebfc7d83 | .github/workflows/ci-ubuntu.yml | .github/workflows/ci-ubuntu.yml | name: Ubuntu
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
us... | name: Ubuntu
on: [push]
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7]
operating-system: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
us... | Add petsc install to CI-Ubuntu to test our PETSc wrapper | Add petsc install to CI-Ubuntu to test our PETSc wrapper
| YAML | mit | PMEAL/OpenPNM,TomTranter/OpenPNM |
7fc19f17ada83761bfae66f4e6c9f08827caa13a | ggd-recipes/hg19/effects_transcripts.yaml | ggd-recipes/hg19/effects_transcripts.yaml | # Custom transcripts for effects prediction
# Tweaks canonical transcripts in effects predictors like snpEff.
---
attributes:
name: effects_transcript
version: 2017-02-22
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
COMMIT=f2e7af839a9b847be9e391fb04274ef3d6340294
mkdir -p snpeff/... | # Custom transcripts for effects prediction
# Tweaks canonical transcripts in effects predictors like snpEff.
---
attributes:
name: effects_transcript
version: 2017-03-16
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
COMMIT=93d7d3794e6afe39d92e1abc0c56406373f98501
mkdir -p snpeff/... | Update cancer_effect_transcipts: add TP53, ARID1B, TET2, CEBPA, PIK3C2G | Update cancer_effect_transcipts: add TP53, ARID1B, TET2, CEBPA, PIK3C2G
| YAML | mit | chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux |
bc36ae5f9ffe06a60db7359fcafb78ff0480c5d2 | app/views/govuk_component/docs/previous_and_next_navigation.yml | app/views/govuk_component/docs/previous_and_next_navigation.yml | name: Previous and next navigation
description: Navigational links that allow users navigate within a series of pages
or elements.
body: |
This component accepts 2 optional parameters, previous and next.
Each optional parameter accepts:
- an URL for the link
- a title for the URL
- a label that can add ex... | name: Previous and next navigation
description: Navigational links that allow users navigate within a series of pages
or elements.
body: |
This component accepts 2 optional parameters, previous and next.
Each optional parameter accepts:
- an URL for the link
- a title for the URL
- a label that can add ex... | Add longer real world example of labels | Add longer real world example of labels
| YAML | mit | alphagov/static,alphagov/static,alphagov/static |
a7d25c59e161b77ba0f717a5f8033f09d9776b3a | hieradata_aws/class/production/ckan.yaml | hieradata_aws/class/production/ckan.yaml | ---
govuk_solr::disable: true
govuk_solr6::present: true
govuk::apps::ckan::enabled: true
govuk::apps::ckan::blanket_redirect_url: https://data.gov.uk/ckan_maintenance
govuk::apps::ckan::enable_harvester_fetch: false
govuk::apps::ckan::enable_harvester_gather: false
govuk::apps::ckan::cronjobs::enable: false
govuk... | ---
govuk_solr::disable: true
govuk_solr6::present: true
govuk::apps::ckan::enabled: true
govuk::apps::ckan::blanket_redirect_url: https://data.gov.uk/ckan_maintenance
govuk::apps::ckan::enable_harvester_fetch: true
govuk::apps::ckan::enable_harvester_gather: true
govuk::apps::ckan::cronjobs::enable: true
govuk::a... | Enable CKAN harvesting on production | Enable CKAN harvesting on production
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
36de18ed1ef628d3c1e6c25212e92f5b2836b962 | prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-images.yaml | prow/prowjobs/GoogleCloudPlatform/testgrid/testgrid-images.yaml | presubmits:
GoogleCloudPlatform/testgrid:
- name: test-testgrid-all
branches:
- ^master$
decorate: true
always_run: true
spec:
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20200708-6aff115-testgrid
command:
- bazel
args:
- t... | presubmits:
GoogleCloudPlatform/testgrid:
- name: test-testgrid-all
branches:
- ^master$
decorate: true
always_run: true
spec:
containers:
- image: gcr.io/k8s-testimages/launcher.gcr.io/google/bazel:v20210806-38e1be0-testgrid
command:
- bazel
args:
- t... | Update testgrid unit test image to something with bazel 3.4.1 and 3.0.0 | Update testgrid unit test image to something with bazel 3.4.1 and 3.0.0
| YAML | apache-2.0 | GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra |
22dda6ffb576ecf896f480e31d8cc22cb209b8c9 | static/admin/config.yml | static/admin/config.yml | backend:
name: github
repo: simonyiszk/mvk-web
branch: master
media_folder: src/assets/uploads
public_folder: /assets/uploads
collections:
- name: news
label: News
folder: src/pages/news
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- {label: "Title", name: "title", ... | backend:
name: github
repo: simonyiszk/mvk-web
branch: master
media_folder: static/images/uploads
public_folder: /images/uploads
collections:
- name: news
label: News
folder: src/pages/news
create: true
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
fields:
- {label: "Title", name: "title... | Revert "Add support for responsive asset uploads" | Revert "Add support for responsive asset uploads"
This reverts commit 467f64b68113959505b8048315810667800cdd39.
| YAML | mit | simonyiszk/mvk-web,simonyiszk/mvk-web |
dc2ba8cd508b7ae70f57545482cc7552a427cd30 | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | config/jobs/kubernetes/test-infra/test-infra-trusted.yaml | postsubmits:
kubernetes/org:
- name: post-org-peribolos
cluster: test-infra-trusted
decorate: true
spec:
containers:
- image: gcr.io/cloud-builders/bazel
command:
- bazel
args:
- run
- //admin:update
- --
- --github-token-path=/etc/gith... | postsubmits:
kubernetes/org:
- name: post-org-peribolos
cluster: test-infra-trusted
decorate: true
spec:
containers:
- image: gcr.io/cloud-builders/bazel
command:
- bazel
args:
- run
- //admin:update
- --
- --github-token-path=/etc/gith... | Enable peribolos to take mutating action | Enable peribolos to take mutating action
| YAML | apache-2.0 | cjwagner/test-infra,kargakis/test-infra,BenTheElder/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,kubernetes/test-infra,krzyzacy/test-infra,michelle192837/test-infra,krzyzacy/test-infra,jessfraz/test-infra,fejta/test-infra,fejta/test-infra,jlowdermilk/test-infra,ixdy/kubernetes-test-infra,kubernetes/test-... |
d799f6d093372041d68763952340929dac0259b8 | ansible/roles/web/tasks/amy.yml | ansible/roles/web/tasks/amy.yml | # Tasks specifically related to AMY integration.
- name: install pexpect package systemwide so Ansible can use it
pip: name=pexpect
become: true
# Creating a Django user account will fail if a user with that same
# name already exists, so we ignore errors.
- name: create AMY superuser
django_manage: command="cr... | # Tasks specifically related to AMY integration.
# Creating a Django user account will fail if a user with that same
# name already exists, so we ignore errors.
- name: create AMY superuser
django_manage: command="createsuperuser --noinput --username {{ amy_username }} --email {{ admin_email }}"
ap... | Remove workaround for adding superuser password. | Remove workaround for adding superuser password.
See "Change in Django 3.0" infobox in
https://docs.djangoproject.com/en/3.0/ref/django-admin/#createsuperuser
and https://github.com/pydata/conf_site/pull/122.
| YAML | mit | pydata/conf_site,pydata/conf_site,pydata/conf_site |
ac4445e161cd59eb21b61f1363ade1d2dffe7066 | data/building-hours/3-1-post-office.yaml | data/building-hours/3-1-post-office.yaml | name: Post Office
image: post-office
category: Mail and Packages
schedule:
- title: Hours
# closedForChapelTime: true
hours:
# - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'}
# - {days: [Sa], from: '10:00am', to: '1:00pm'}
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '3:00pm'... | name: Post Office
image: post-office
category: Mail and Packages
schedule:
- title: Hours
closedForChapelTime: true
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'}
- {days: [Sa], from: '10:00am', to: '3:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interi... | Update Post Office hours per user submission | hours: Update Post Office hours per user submission
Unverified as of yet.
Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
| YAML | agpl-3.0 | StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native |
d2b0d98e46654c41104d72a97c74a9eacfb90460 | docker-compose-withEmbeddedCollector.yml | docker-compose-withEmbeddedCollector.yml | dtserver:
container_name: "dtserver"
hostname: "docker-dtserver"
image: "dynatrace/server:6.2"
environment:
NAME: "dtserver"
HOST_NAME: "docker-dtserver"
LICENSE_KEY_FILE_URL: "${DT_SERVER_LICENSE_KEY_FILE_URL}"
volumes:
- "/tmp/log/dynatrace/servers/dtserver:/dynatrace/log/server/dtserver"
... | dtserver:
container_name: "dtserver"
hostname: "docker-dtserver"
image: "dynatrace/server:6.2"
environment:
NAME: "dtserver"
HOST_NAME: "docker-dtserver"
LICENSE_KEY_FILE_URL: "${DT_SERVER_LICENSE_KEY_FILE_URL}"
volumes:
- "/tmp/log/dynatrace/servers/dtserver:/dynatrace/log/server/dtserver"
... | Fix location of Dynatrace Collector. | Fix location of Dynatrace Collector.
| YAML | mit | dynaTrace/dynatrace-docker,dynaTrace/dynatrace-docker,dynaTrace/dynatrace-docker |
fedf771275258cf333371406146dbbb8f7c8ae56 | config/prisons/WYI-wetherby.yml | config/prisons/WYI-wetherby.yml | ---
name: Wetherby
nomis_id: WYI
address:
- York Road
- 'LS22 5ED '
email: socialvisits.wetherby@hmps.gsi.gov.uk
enabled: true
estate: Wetherby
phone: 01937 544207
slots:
wed:
- 1830-2000
sat:
- 0930-1130
- 1430-1630
sun:
- 0930-1130
- 1430-1630
unbookable:
- 2014-12-25
| ---
name: Wetherby
nomis_id: WYI
address:
- York Road
- 'LS22 5ED '
email: socialvisits.wetherby@hmps.gsi.gov.uk
enabled: true
estate: Wetherby
phone: 01937 544207
slot_anomalies:
2015-12-24:
- 1430-1630
2015-12-28:
- 1430-1630
2015-12-31:
- 1430-1630
2016-01-01:
- 1430-1630
slots:
wed:
- 1830-2000
... | Update Wetherby Christmas visit slots | Update Wetherby Christmas visit slots
Unbookable - Christmas Day
Additional slots - 24th, 28th, 31st Dec and 1st Jan 1430-1630 | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
e234f160808e04c1e6600b0edfef9cfc63415d63 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-yoga-jobs
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-zed-jobs
- release-notes-jobs-python3
| Add Python3 zed unit tests | Add Python3 zed unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for zed.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I91dda208c3f6251db8b35f40701e7071b492310... | YAML | apache-2.0 | openstack/murano-agent,openstack/murano-agent,openstack/murano-agent,openstack/murano-agent |
442f1571937a5adb92b3494de1603f6f4fcce0ea | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-yoga-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 yoga unit tests | Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ia489c3d9a47828961b7a8fe736c3bc1ddaaa3... | YAML | apache-2.0 | openstack/stevedore |
d57dd1a7c377c94d2a5880ef271936d642cb06a5 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - job:
name: cross-nova-tox-functional
parent: openstack-tox
description: |
Run cross-project functional tests on nova.
vars:
zuul_work_dir: src/opendev.org/openstack/nova
tox_envlist: functional
required-projects:
- openstack/nova
- openstack/oslo.policy
- job:
na... | Add nova/neutron project unit/functional tests job in gate | Add nova/neutron project unit/functional tests job in gate
We do not test the olso policy master code changes with
services unit or functional tests. Tempest job initialize
policy once and run with default rules so it will not be able
to catch all the scenario what unit or functional job does.
They initialize or overr... | YAML | apache-2.0 | openstack/oslo.policy |
366f95043a8f566de293e1b8a5655308b387b00b | cloudbuild.yaml | cloudbuild.yaml | steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-f', 'docker/test/Dockerfile', '-t', 'redissample_test:latest', '.']
- name: 'gcr.io/cloud-builders/docker'
args: ['run', '-v', '/workspace:/redissample', 'redissample_test:latest']
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-... | steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-f', 'docker/test/Dockerfile', '-t', 'redissample_test:latest', '.']
- name: 'gcr.io/cloud-builders/docker'
args: ['run', '-v', '/workspace:/redissample', '-d', '--name', 'redissample-test', 'redissample_test:latest', '/bin/bash', 'infinity']
... | Detach to allow flexible tests | Detach to allow flexible tests
| YAML | mit | harai/gcp-builder-redis-sample,harai/gcp-builder-redis-sample |
2c2811c48e220d5a88db54135fa0942a64372436 | vars/preview.yml | vars/preview.yml | ---
domain: preview.marketplace.team
maintenance_mode: live
api:
memory: 2GB
buyer-frontend:
instances: 2
router:
instances: 2
rate_limiting_enabled: enabled
search-api:
instances: 2
| ---
domain: preview.marketplace.team
maintenance_mode: recovery
api:
memory: 2GB
buyer-frontend:
instances: 2
router:
instances: 2
rate_limiting_enabled: enabled
search-api:
instances: 2
| Set maintenance mode to recovery | Set maintenance mode to recovery
## Summary\r\nSet maintenance mode to 'recovery' for the PREVIEW environment.
| YAML | mit | alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws |
23f9f390286f410e7cc2f1002281022e8f0bf4db | config/settings.yml | config/settings.yml | question_types: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'FREE_RESPONSE', 'SLIDER', 'FRONT_PICTURE',
'REAR_PICTURE']
question_with_options: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER']
# ISO 639-1 cod... | #PENDING QUESTION TYPES: FRONT_PIcTURE, REAR_PICTURE
question_types: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER', 'FREE_RESPONSE', 'SLIDER']
question_with_options: ['SELECT_ONE', 'SELECT_MULTIPLE', 'SELECT_ONE_WRITE_OTHER',
'SELECT_MULTIPLE_WRITE_OTHER']
# I... | Add spanish to translations and take away unfinished question types | Add spanish to translations and take away unfinished question types
| YAML | mit | DukeMobileTech/rails_survey,mnipper/rails_survey,mnipper/rails_survey,DukeMobileTech/rails_survey,DukeMobileTech/rails_survey,mnipper/rails_survey |
3ead42fe27b75e3415f256e899830a4956aacff9 | api/internal/crawl/config/crawler/kustomize_stats/job.yaml | api/internal/crawl/config/crawler/kustomize_stats/job.yaml | apiVersion: batch/v1
kind: Job
metadata:
name: kustomize-stats
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: kustomize-stats
image: gcr.io/haiyanmeng-gke-dev/kustomize_stats:v1
imagePullPolicy: Always
command: ["/kustomize_stats"]
args: ["--... | apiVersion: batch/v1
kind: Job
metadata:
name: kustomize-stats
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: kustomize-stats
image: gcr.io/haiyanmeng-gke-dev/kustomize_stats:v1
imagePullPolicy: Always
command: ["/kustomize_stats"]
args: ["--... | Add --index flag to kustomize_stats config file | Add --index flag to kustomize_stats config file
| YAML | apache-2.0 | kubernetes-sigs/kustomize,kubernetes-sigs/kustomize,kubernetes-sigs/kustomize |
dd459a09bd805d810669dc28c8ada0dd8a4410aa | romana-install/roles/romana/install-agent/tasks/network.yml | romana-install/roles/romana/install-agent/tasks/network.yml | ---
# Check if the romana-gw already exists
- shell: /sbin/ip link show romana-gw 2>/dev/null
register: gw
ignore_errors: True
# If the previous command failed, create the gateway and configure it.
- name: Create romana gateway
shell: "{{ item }}"
with_items:
- /sbin/ip link add romana-gw type dummy
- ... | ---
# Check if the romana-gw already exists
- shell: /sbin/ip link show romana-gw 2>/dev/null
register: gw
ignore_errors: True
# If the previous command failed, create the gateway and configure it.
- name: Create romana gateway
shell: "{{ item }}"
with_items:
- /sbin/ip link add romana-gw type dummy
- ... | Comment update. VMs -> endpoints, gw -> gateway | Comment update. VMs -> endpoints, gw -> gateway
| YAML | apache-2.0 | romana/romana,romana/romana,mortensteenrasmussen/romana,mortensteenrasmussen/romana,mortensteenrasmussen/romana |
44ffaf5135f7a103f2f491e2f90ca67de063a9bd | examples/e-commerce/frontend.yml | examples/e-commerce/frontend.yml | pages:
- name: index
elements: |
h1 E-commerce Application
- name: cart
elements: |
h1 Shopping Cart
- name: catalog
elements: |
h1 Shopping Catalog
table.table
th
td Name
td Description
- http_get(endpoint_of("catalog", "items"))[:items].eac... | pages:
- name: index
elements: |
h1 E-commerce Application
ul
li
a href="/cart" Shopping Cart
li
a href="/catalog" Shopping Catalog
li
a href="/payment" Payment
li
a href="/shipment" Shipment
- name: cart
elements: |
h... | Add payment and shipment page | Add payment and shipment page
| YAML | mit | dtan4/msplex,dtan4/msplex |
67cdba258243c0a1b01eec33698156dc7a2d126b | .github/workflows/dotnetcore.yml | .github/workflows/dotnetcore.yml | name: Detection-CI
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.101
- name: Restore with dotnet
run: dotnet restore
- name: Build with dotnet
... | name: Detection-CI
on:
pull_request:
push:
branches:
- dev
- master
- releases/*
- features/*
jobs:
build:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/... | Build CI on Windows, Ubuntu, macOS | Build CI on Windows, Ubuntu, macOS
Build only if pull request and main branches.
| YAML | apache-2.0 | wangkanai/Detection |
c3ddbacbde178a25d57d264c9ea6ab28e46c6659 | data/location/azure_euwest.yaml | data/location/azure_euwest.yaml | ---
dns::forwarders:
- 168.63.129.16
dns::forwarder_insecure: false
icinga2::network: 192.168.200.0/21
munin::node::network: 192.168.200.0/21
swh::deploy::worker::instances:
- swh_indexer_rehash
- swh_indexer_mimetype
- swh_indexer_language
- swh_indexer_fossology_license
- swh_indexer_orchestrator
- s... | ---
dns::forwarders:
- 168.63.129.16
dns::forwarder_insecure: false
icinga2::network: 192.168.200.0/21
munin::node::network: 192.168.200.0/21
swh::deploy::worker::instances:
- swh_indexer_rehash
- swh_indexer_mimetype
- swh_indexer_fossology_license
- swh_indexer_orchestrator
- swh_indexer_orchestrator_t... | Remove language indexer from azure runtime | data/default: Remove language indexer from azure runtime
Closes T853
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
72c7536c718f46eb68cdcfd2fe27f099f40a4b15 | cluster/manifests/infrastructure-configs/deployment-config.yaml | cluster/manifests/infrastructure-configs/deployment-config.yaml | apiVersion: v1
kind: ConfigMap
metadata:
name: deployment-config
namespace: kube-system
data:
aws-account-id: "{{accountID .Cluster.InfrastructureAccount}}"
cluster-alias: "{{.Cluster.Alias}}"
scalyr-team-token: "{{.Cluster.ConfigItems.scalyr_team_token}}"
create-namespaces: "true"
aws-available: "true"
... | apiVersion: v1
kind: ConfigMap
metadata:
name: deployment-config
namespace: kube-system
data:
aws-account-id: "{{accountID .Cluster.InfrastructureAccount}}"
cluster-alias: "{{.Cluster.Alias}}"
cluster-vpc-id: "{{.Cluster.ConfigItems.vpc_id}}"
scalyr-team-token: "{{.Cluster.ConfigItems.scalyr_team_token}}"
... | Add the cluster's VPC ID to the deployment config | Add the cluster's VPC ID to the deployment config
Signed-off-by: Alexey Ermakov <6610c7e1c26fb4c3222ac4f760cb43a9f3c01622@zalando.de>
| YAML | mit | zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws |
00419cffc2b637b314f4a63c43d7c97ca118acf5 | playbooks/roles/common/defaults/main.yml | playbooks/roles/common/defaults/main.yml | ---
# Common variables are defined in the common_vars role on which this
# role depends. This is to allow sharing vars without creating
# side-effects. Any vars requred by this role should be added to
# common_vars/defaults/main.yml
| ---
# Common variables are defined in the common_vars role on which this
# role depends. This is to allow sharing vars without creating
# side-effects. Any vars requred by this role should be added to
# common_vars/defaults/main.yml
#
| Make a change in common to trigger all docker builds. | Make a change in common to trigger all docker builds.
| YAML | agpl-3.0 | gsehub/configuration,stvstnfrd/configuration,edx/configuration,open-craft/configuration,EDUlib/configuration,michaelsteiner19/open-edx-configuration,arbrandes/edx-configuration,michaelsteiner19/open-edx-configuration,Stanford-Online/configuration,gsehub/configuration,hks-epod/configuration,arbrandes/edx-configuration,g... |
46bf7e04f44de808b43e29d0694bfff06fa0b0e1 | crowdin.yml | crowdin.yml | files:
- source: /_locales/en/*.json
translation: /_locales/%two_letters_code%/%original_file_name%
| files:
- source: /_locales/en/*.json
translation: /_locales/%two_letters_code%/%original_file_name%
languages_mapping:
- two_letters_code:
- zh-CN: zh_CN
pt-BR: pt_BR
zh-TW: zh_TW
| Set exceptions to two letter code | Set exceptions to two letter code
| YAML | mpl-2.0 | kkapsner/CanvasBlocker,kkapsner/CanvasBlocker,kkapsner/CanvasBlocker |
4a46fbe6dde2a34eb7d6ae09de2af6eebe311316 | .github/workflows/build-test.yml | .github/workflows/build-test.yml | name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup submodule
run: |
git submod... | name: Build & Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Setup submodule
run: |
git submod... | Enable server GC for integration tests. | Enable server GC for integration tests.
| YAML | mit | space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14 |
34e3bf39967b46c693d70110d69cb33ae203b5b7 | hieradata/nodes/trd-controller-01.yaml | hieradata/nodes/trd-controller-01.yaml | ---
netcf_if:
br0:
ensure: present
definition: '
<interface type="bridge" name="br0">
<start mode="onboot"/>
<mtu size="1500"/>
<protocol family="ipv4">
<ip address="10.171.91.11" prefix="24"/>
<route gateway="10.171.91.1"/>
</protocol>
<bridg... | ---
network::interfaces_hash:
'em1':
onboot: 'yes'
'em2':
onboot: 'yes'
'em3':
onboot: 'yes'
bridge: 'br0'
'br0':
ipaddress: '10.171.91.11'
netmask: '255.255.255.0'
gateway: '10.171.91.1'
defroute: 'yes'
onboot: 'yes'
mtu: '1500'
type: '... | Update nodefile for trd controller 01 | Update nodefile for trd controller 01
| YAML | apache-2.0 | raykrist/himlar,eckhart/himlar,TorLdre/himlar,tanzr/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,mikaeld66/himlar,norcams/himlar,eckhart/himlar,eckhart/himlar,norcams/himlar,raykrist/himlar,norcams/himlar,raykrist/himlar,mikaeld66/himlar,tanzr/himlar,eckhart/himlar,norcams/himlar,tanzr/himlar,mikaeld66/himlar... |
e2ca113def51393b3bebcbbbe497ee33c7494d52 | .github/workflows/pythontest.yml | .github/workflows/pythontest.yml | name: Python Testing
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matr... | name: Python Testing
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.7, 3.8, 3.9]
steps:
- name: Checkout Code
uses: actions/checkout@v2
... | Fix Formatting of test workflow. | Fix Formatting of test workflow.
| YAML | mpl-2.0 | nstockton/speechlight,nstockton/speechlight |
a3c36fd502bf4092d406e00eb01d8ff393f32954 | .github/workflows/run-tests.yaml | .github/workflows/run-tests.yaml | name: Run Test
on: [push, pull_request]
jobs:
Test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10.0-beta - 3.10.0'
os: [ubuntu-latest]
steps:
- name: Check out repository cod... | name: Run Test
on: [push, pull_request]
jobs:
Test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'
- '3.11.0-beta - 3.11.0'
os: [ubuntu-latest]
steps:
- name: Check... | Update GH actions test matrix | Update GH actions test matrix
| YAML | apache-2.0 | RKrahl/photo-tools |
03b7e8d9c51dc171c0dfd001fa063879d7e2bd7f | query-specifications/interactive-complex-read-14-new.yaml | query-specifications/interactive-complex-read-14-new.yaml | workload: Interactive
operation: complex
number: 14 new
title: Trusted connection paths (new version)
description: |
**This query is WORK-IN-PROGRESS. It is going to be used in the new version of SNB Interactive (v2.0, to be released).**
Given two *Persons*, find a cheapest path between two *Persons*, in the inter... | workload: Interactive
operation: complex
number: 14 new
title: Trusted connection paths (new version)
description: |
**This query is WORK-IN-PROGRESS. It is going to be used in the new version of SNB Interactive (v2.0, to be released).**
Given two *Persons*, find a cheapest path between two *Persons*, in the inter... | Fix return type in Interactive Q14 new | Fix return type in Interactive Q14 new
| YAML | apache-2.0 | ldbc/ldbc_snb_docs,ldbc/ldbc_snb_docs,ldbc/ldbc_snb_docs |
4755a57d5b8096fb4def8eca1c5e2af74b68fadc | contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml | contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml | # Packages available in the Homebrew and Linuxbrew package manager
---
minimal:
- cmake
perl:
- cpanminus
bio_nextgen:
alignment:
- bwa
- bowtie2
- novoalign
- rna-star
- snap;--devel
- tophat-binary
utilities:
- bamtools
- bedtools
- cramtools
- libmaus
- biobambam
... | # Packages available in the Homebrew and Linuxbrew package manager
---
minimal:
- cmake
perl:
- cpanminus
bio_nextgen:
alignment:
- bwa
- bowtie2
- novoalign
- rna-star
- snap-aligner;--devel
- tophat-binary
utilities:
- bamtools
- bedtools
- cramtools
- libmaus
- bi... | Correct target for SNAP aligner | Correct target for SNAP aligner
| YAML | mit | chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,joemphilips/cloudbiolinux,joemphilips/cloudbiolinux,pjotrp/cloudbiolinux,kdaily/cloudbiolinux,elkingtonmcb/cloudbiolinux,AICIDNN/cloudbiolinux,lpantano/cloudbiolinux,heuermh/cloudbiolinux,rchekaluk/cloudbiolinux,joemphilips/cloudbiolinux,averagehat/cloudbiolinux,averagehat/... |
0322ad20c49868fa547736d294d35d9bc5bd2255 | images/k8s-cloud-builder/variants.yaml | images/k8s-cloud-builder/variants.yaml | variants:
cross1.16:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.16.1-1'
SKOPEO_VERSION: 'v1.2.0'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.8-1'
SKOPEO_VERSION: 'v1.2.0'
cross1.15-legacy:
CONFIG: 'cross1.15-legacy'
KUBE_CROSS_VERSION: 'v1.15.8-legacy-1'
SKOPEO_V... | variants:
cross1.16:
CONFIG: 'cross1.16'
KUBE_CROSS_VERSION: 'v1.16.1-1'
SKOPEO_VERSION: 'v1.2.0'
cross1.15:
CONFIG: 'cross1.15'
KUBE_CROSS_VERSION: 'v1.15.10-1'
SKOPEO_VERSION: 'v1.2.0'
cross1.15-legacy:
CONFIG: 'cross1.15-legacy'
KUBE_CROSS_VERSION: 'v1.15.10-legacy-1'
SKOPEO... | Update k8s-cloud-builder to v1.15.10-1 and v1.15.10-legacy-1 | Update k8s-cloud-builder to v1.15.10-1 and v1.15.10-legacy-1
| YAML | apache-2.0 | kubernetes/release,kubernetes/release |
8eefca2b95394bc488c12e8b80e5ce992a399deb | packages/co/conduit-audio.yaml | packages/co/conduit-audio.yaml | homepage: http://github.com/mtolly/conduit-audio
changelog-type: ''
hash: bd866a21667776e9c6bbaee8f5e7b8b4cf233b9a4aad967d2315985560c76829
test-bench-deps: {}
maintainer: miketolly@gmail.com
synopsis: Combinators to efficiently slice and dice audio streams
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.12'
conduit:... | homepage: http://github.com/mtolly/conduit-audio
changelog-type: ''
hash: 2a94559ac636c4e2802367a9cea43b195b018bd9a79b8c1ec7bb729143c78d7e
test-bench-deps: {}
maintainer: miketolly@gmail.com
synopsis: Combinators to efficiently slice and dice audio streams
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
conduit: -a... | Update from Hackage at 2018-11-29T19:38:02Z | Update from Hackage at 2018-11-29T19:38:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
631ebe87f9e61484d3b0a3891f2220147c7000aa | FlingChallengeKit/.swiftlint.yml | FlingChallengeKit/.swiftlint.yml | opt_in_rules:
- conditional_binding_cascade
disabled_rules:
- closing_brace
- cyclomatic_complexity
- file_length
- force_cast
- function_body_length
- function_parameter_count
- nesting
- statement_position
- type_body_length
- type_name
- variable_name
colon: error
comma: error
conditional_bin... | opt_in_rules:
- conditional_binding_cascade
disabled_rules:
- closing_brace
- cyclomatic_complexity
- file_length
- force_cast
- function_body_length
- function_parameter_count
- nesting
- statement_position
- type_body_length
- type_name
- variable_name
excluded:
- FlingChallengeKit/Model/Aut... | Exclude auto-generated model files from linting | Exclude auto-generated model files from linting
| YAML | mit | akolov/FlingChallenge |
835c9d10f685f508b131656a9e13799f90268a02 | step1-prepare-docker-windows/install-docker.yml | step1-prepare-docker-windows/install-docker.yml | ---
- name: Checking if Docker Windows Service is already configured (to always ensure a fresh Windows Docker installation)
win_service:
name: docker
register: docker_service_info
ignore_errors: yes
- name: Stop old Docker Windows Service if there
win_service:
name: docker
state:... | ---
- name: Checking if Docker Windows Service is already configured (to always ensure a fresh Windows Docker installation)
win_service:
name: docker
register: docker_service_info
ignore_errors: yes
- name: Stop old Docker Windows Service if there
win_service:
name: docker
state:... | Upgrade to win_service Update in Ansible 2.3 | Upgrade to win_service Update in Ansible 2.3
| YAML | mit | jonashackt/ansible-windows-docker-springboot,jonashackt/ansible-windows-docker-springboot |
c2d3a28f52fce2eec5a9e14e27f8ed21733ae09f | .github/stale.yml | .github/stale.yml | # 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
... | _extends: .github
| Add org-wide config for Stale app | Add org-wide config for Stale app
| YAML | mit | ssbc/ssb-markdown |
8e84c1308c6d0d6b634b87b226999bf7e9f0d8c5 | setup-environments/vars/project-vars.yml | setup-environments/vars/project-vars.yml | ---
# the project code
product: ms-scrum
# the project descrption
product_description: Microservices Scrum Demo
# the name of the repostory for this project
repo: estafet-microservices-scrum
# the working directory
workdir: ~/.estafet
# Task Manager
task_manager: jira
task_manager_title: Jira | ---
# the project code
product: ms-scrum
# the project descrption
product_description: Microservices Scrum Demo
# the name of the repostory for this project
repo: estafet-microservices-scrum
# the working directory
workdir: ~/.estafet
# Task Manager
task_manager: jira
task_manager_title: Jira Features | Update the task manager title to have the full text | Update the task manager title to have the full text
| YAML | mit | Estafet-LTD/estafet-microservices-scrum |
2aa03882f2b62462ccb88281151a021a12ace4e8 | db/seeds/prisons/WTI-whatton.yml | db/seeds/prisons/WTI-whatton.yml | ---
name: Whatton
nomis_id: WTI
address: |-
New Lane
postcode: NG13 9FQ
email_address: socialvisits.whatton@hmps.gsi.gov.uk
phone_no: 01949 803564
enabled: true
private: false
closed: false
recurring:
fri:
- 1415-1615
mon:
- 1415-1615
sat:
- 0900-1130
- 1400-1600
sun:
- 0900-1130
- 1400-1600
thu... | ---
name: Whatton
nomis_id: WTI
address: |-
New Lane
postcode: NG13 9FQ
email_address: socialvisits.whatton@hmps.gsi.gov.uk
phone_no: 01949 803564
enabled: true
private: false
closed: false
recurring:
mon:
- 1345-1545
thu:
- 1345-1545
fri:
- 1345-1545
sat:
- 0900-1130
- 1400-1600
sun:
- 0900-113... | Update to slots for Whatton | Update to slots for Whatton
Beginning Monday 22nd September, our social visiting times will be as
follows:
Monday, Thursday and Friday: 13.45 - 15.45
Sat and Sunday sessions remain the same as at present.
| YAML | mit | ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2 |
bdf9623f56994362fd35740543a8c1ad6ee1f5a0 | lib/ansible/modules/extras/.travis.yml | lib/ansible/modules/extras/.travis.yml | sudo: false
language: python
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py' .
| sudo: false
language: python
addons:
apt:
sources:
- deadsnakes
packages:
- python2.4
script:
- python2.4 -m compileall -fq -x 'cloud/|zabbix|layman.py|maven_artifact.py|consul' .
| Exclude consul modules from py24 syntax check | Exclude consul modules from py24 syntax check
| YAML | mit | thaim/ansible,thaim/ansible |
991325c656448279206fe338f9be79a93e2ef4fc | .swiftlint.yml | .swiftlint.yml | line_length: 150
disabled_rules:
- valid_docs
- conditional_binding_cascade
| line_length: 150
disabled_rules:
- valid_docs
- conditional_binding_cascade
variable_name:
excluded:
- to
| Allow `to` as parameter name | Allow `to` as parameter name
| YAML | mit | royratcliffe/Snippets,royratcliffe/Snippets |
fd26dc87179c5a3f98f82f461576cb51d151adfa | config/locales/renalware/pd/training_sessions.en.yml | config/locales/renalware/pd/training_sessions.en.yml | en:
renalware:
pd:
training_sessions:
new:
title: New PD Training Session
edit:
title: Edit
show:
title: PD Training Session
list:
title: PD Training Sessions
date_time: Date recorded
started_on: Starting Date
... | en:
renalware:
pd:
training_sessions:
new:
title: New PD Training Session
edit:
title: Edit
show:
title: PD Training Session
list:
title: PD Training Sessions
date_time: Date recorded
started_on: Starting Date
... | Add 'Drainage System' as training type | Add 'Drainage System' as training type
| YAML | mit | airslie/renalware-core,airslie/renalware-core,airslie/renalware-core,airslie/renalware-core |
78365c42eca44753baa6d7425c9ecb5be04859b8 | .github/workflows/pull_request-post-release-notes-on-pull-request.yml | .github/workflows/pull_request-post-release-notes-on-pull-request.yml | on: pull_request
name: Post release notes
jobs:
postReleaseNotes:
name: Post release notes
runs-on: ubuntu-latest
steps:
- name: Dump github context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@master
- name: Except depende... | on: pull_request
name: Post release notes
jobs:
postReleaseNotes:
name: Post release notes
runs-on: ubuntu-latest
steps:
- name: Dump github context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: actions/checkout@master
- name: Extract releas... | Use new if syntax instead of custom actions | Use new if syntax instead of custom actions
| YAML | mit | lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks |
6a92cfe74c8c80ced6e61eef701c8b33e144b089 | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.37'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: ~
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version | Switch back the docs version
| YAML | mit | tejasbubane/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,tejasbubane/rubocop |
53038de067e0369568a97a0d712011c0ec224cf4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Build & Publish wheel
on: push
jobs:
build:
strategy:
# Allows for matrix sub-jobs to fail without canceling the rest
fail-fast: false
matrix:
env: [{TARGET: wheel_manylinux2010_x86_64}, {TARGET: wheel_manylinux2010_i686}, {TARGET: wheel_manylinux2014_aarch64}]
runs-on: ub... | name: Build & Publish wheel
on: push
jobs:
build:
strategy:
# Allows for matrix sub-jobs to fail without canceling the rest
fail-fast: false
matrix:
env: [{TARGET: wheel_manylinux2010_x86_64}, {TARGET: wheel_manylinux2010_i686}, {TARGET: wheel_manylinux2014_aarch64}]
runs-on: ub... | Use GH Releases upload instead of PyPI upload. | Use GH Releases upload instead of PyPI upload.
| YAML | mit | scoder/fastrlock,scoder/fastrlock |
6f1ab299d8cfe2da50198c5fef3edc0645e858b9 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
"on":
push:
paths:
- ".github/workflows/ci.yml"
- "lib/**"
- "*.gemspec"
- "spec/**"
- "Rakefile"
- "Gemfile"
- ".rubocop.yml"
pull_request:
branches:
- main
schedule:
- cron: "30 4 * * *"
create:
jobs:
tests:
runs-on: ubuntu-latest
... | name: ci
"on":
push:
paths:
- ".github/workflows/ci.yml"
- "lib/**"
- "*.gemspec"
- "spec/**"
- "Rakefile"
- "Gemfile"
- ".rubocop.yml"
pull_request:
branches:
- main
schedule:
- cron: "30 4 * * *"
create:
jobs:
tests:
runs-on: ubuntu-latest
... | Remove `notify_when: "failure"` as it doesn't work | CI: Remove `notify_when: "failure"` as it doesn't work
| YAML | mit | hanami/controller,hanami/controller,hanami/controller |
74b998d4b4ccf08db784d6c7624ccfd991c562c3 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: Java CI
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
java: [8, 11, 12, 13, 14, 15, 16-ea]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v... | ---
name: Java CI
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04]
java: [8, 11, 12, 13, 14, 15, 16]
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
... | Use java 16 instead of ea | Use java 16 instead of ea | YAML | apache-2.0 | rest-assured/rest-assured,rest-assured/rest-assured,jayway/rest-assured,jayway/rest-assured,rest-assured/rest-assured |
f6105140af717eb1c8f5a648875a3987ca357579 | .github/workflows/ci.yml | .github/workflows/ci.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_requ... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_requ... | Bump actions/checkout from 2.3.4 to 2.3.5 | Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/... | YAML | mit | digabi/rich-text-editor,digabi/rich-text-editor,digabi/rich-text-editor |
79ed8f3e443025ab114d80f88c76db0e68cd7d77 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: "Node.js CI"
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | name: "Node.js CI"
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: "Use Node.js ${{ matrix.node-version }}"
uses:... | Fix syntax of run/uses in GH action config and missing CLI package | Fix syntax of run/uses in GH action config and missing CLI package
| YAML | mit | bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop |
1ca89fbd1fd176d22e218cbc8e92f72a9cf5c468 | gcp/modules/couchdb/values.yaml | gcp/modules/couchdb/values.yaml | clusterSize: ${replica_count}
adminUsername: ${couchdb_admin_username}
adminPassword: ${couchdb_admin_password}
cookieAuthSecret: ${couchdb_auth_cookie}
persistentVolume:
enabled: true
accessModes:
- ReadWriteOnce
size: 10Gi
storageClass: "standard"
affinity:
podAntiAffinity:
requiredDuringScheduli... | clusterSize: ${replica_count}
adminUsername: ${couchdb_admin_username}
adminPassword: ${couchdb_admin_password}
cookieAuthSecret: ${couchdb_auth_cookie}
persistentVolume:
enabled: true
accessModes:
- ReadWriteOnce
size: 10Gi
storageClass: "standard"
affinity:
podAntiAffinity:
requiredDuringScheduli... | Revert the setting of log severity in CouchDB | Revert the setting of log severity in CouchDB
| YAML | bsd-3-clause | mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-infra |
241dd4904653eb36bf3022c9721f71d3da9be3d8 | .github/workflows/release-notes-reminder-bot.yml | .github/workflows/release-notes-reminder-bot.yml | name: Release Notes Reminder Bot
on:
pull_request:
types: [labeled]
jobs:
release-note-reminder-bot:
runs-on: ubuntu-latest
name: Prompt to add release notes
steps:
- name: Prompt to add release notes
uses: ponylang/release-notes-reminder-bot-action@0.1.0
env:
API_C... | name: Release Notes Reminder Bot
on:
pull_request_target:
types: [labeled]
jobs:
release-note-reminder-bot:
runs-on: ubuntu-latest
name: Prompt to add release notes
steps:
- name: Prompt to add release notes
uses: ponylang/release-notes-reminder-bot-action@0.1.0
env:
... | Make release notes reminder bot worked with forked repos | Make release notes reminder bot worked with forked repos
| YAML | bsd-2-clause | Theodus/ponyup |
eedae77f6f1f9137f3701d72ea79ab2acb6e4ff0 | metadata/com.jtmcn.archwiki.viewer.yml | metadata/com.jtmcn.archwiki.viewer.yml | Categories:
- Reading
- Internet
License: Apache-2.0
SourceCode: https://github.com/jtmcn/archwiki-viewer
IssueTracker: https://github.com/jtmcn/archwiki-viewer/issues
Changelog: https://github.com/jtmcn/archwiki-viewer/releases
AutoName: ArchWiki Viewer
Description: Quickly view Arch Linux Wiki articles on your p... | Categories:
- Reading
- Internet
License: Apache-2.0
SourceCode: https://github.com/jtmcn/archwiki-viewer
IssueTracker: https://github.com/jtmcn/archwiki-viewer/issues
Changelog: https://github.com/jtmcn/archwiki-viewer/releases
AutoName: ArchWiki Viewer
Description: Quickly view Arch Linux Wiki articles on your p... | Update ArchWiki Viewer to 1.0.13 (14) | Update ArchWiki Viewer to 1.0.13 (14)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
47e19bbd0e19d2de6ac380bb40bdea172078ce99 | metadata/de.jugendhacker.xmppadmin.yml | metadata/de.jugendhacker.xmppadmin.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: j.r
AuthorEmail: j.r@jugendhacker.de
WebSite: https://gitlab.com/jugendhacker/xmpp-admin/
SourceCode: https://gitlab.com/jugendhacker/xmpp-admin/tree/HEAD
IssueTracker: https://gitlab.com/jugendhacker/xmpp-admin/issues
Description: |-
Easy to use applicati... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: j.r
AuthorEmail: j.r@jugendhacker.de
WebSite: https://gitlab.com/jugendhacker/xmpp-admin/
SourceCode: https://gitlab.com/jugendhacker/xmpp-admin/tree/HEAD
IssueTracker: https://gitlab.com/jugendhacker/xmpp-admin/issues
AutoName: XMPP Admin
Description: |-
... | Set autoname of XMPP Admin | Set autoname of XMPP Admin
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7cfa0e8c16b633c6ba43c6ba98c3cb14b8cc367d | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: openpathsampling-dev
version: "0.0.3"
source:
# git_url: ../../.git
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- numpy
run:
- python
- numpy
- scipy
- pandas
- netcdf4
- openmm
- openmmtools
... | package:
name: openpathsampling-dev
version: "0.0.3"
source:
# git_url: ../../.git
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- numpy
run:
- python
- numpy
- scipy
- pandas
- netcdf4
- openmm
- openmmtools
... | Add psutil to conda recipe | Add psutil to conda recipe
| YAML | mit | openpathsampling/openpathsampling,openpathsampling/openpathsampling,dwhswenson/openpathsampling,choderalab/openpathsampling,openpathsampling/openpathsampling,dwhswenson/openpathsampling,openpathsampling/openpathsampling,dwhswenson/openpathsampling,choderalab/openpathsampling,dwhswenson/openpathsampling,choderalab/openp... |
82602d47a9d94cdb3754f582f7ed3babb057ec20 | config/images.yml | config/images.yml | ap-northeast-1:
platform: centos
image: ami-0d9b720d
ap-southeast-1:
platform: centos
image: ami-36556364
ap-southeast-2:
platform: centos
image: ami-11b0c12b
eu-west-1:
platform: centos
image: ami-ede0739a
eu-central-1:
platform: centos
image: ami-98a79585
sa-east-1:
platform: centos
image: ami... | ap-northeast-1:
platform: centos
image: ami-0d9b720d
ap-southeast-1:
platform: centos
image: ami-36556364
ap-southeast-2:
platform: centos
image: ami-11b0c12b
eu-west-1:
platform: centos
image: ami-ede0739a
eu-central-1:
platform: centos
image: ami-98a79585
sa-east-1:
platform: centos
image: ami... | Update AMI ID of base image in N.Virginia region | Update AMI ID of base image in N.Virginia region
| YAML | apache-2.0 | cloudconductor/cloud_conductor,cloudconductor/cloud_conductor,cloudconductor/cloud_conductor |
9d278f971730de3d17aecd2fad49ef5f7669abbd | packages/ma/managed.yaml | packages/ma/managed.yaml | homepage: ''
changelog-type: ''
hash: 83231a77ba09404deb3bc6d8e2ea605f34242b430e2f85729a792c27e640a82c
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: A monad for managed values
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
transformers: ! '>=0.2.0.0 && <0.6'
all-versions:
- '1.0.0'
- '1.0.1'
- '1.... | homepage: ''
changelog-type: ''
hash: e7f9f3305dafb963c377c1a08a58eb59d2fe1a4afe3ff02cf622c219e1d56847
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: A monad for managed values
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
transformers: ! '>=0.4.0.0 && <0.6'
all-versions:
- '1.0.0'
- '1.0.1'
- '1.... | Update from Hackage at 2016-05-18T04:19:11+0000 | Update from Hackage at 2016-05-18T04:19:11+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
42fe3cf1ed1f9ba6ee17000ad61b1bf3234ebf48 | packages/gh/ghcjs-dom-jsaddle.yaml | packages/gh/ghcjs-dom-jsaddle.yaml | homepage: ''
changelog-type: ''
hash: 31ddfc5ebcbb4811b0c956fd5fcf106643012b46bb4e0bc2f15d09db1d116fbb
test-bench-deps: {}
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>
synopsis: DOM library that supports both GHCJS and GHC using jsaddle
changelog: ''
basic-deps:
jsaddle-dom: ! '>=0.9.3.1 && <0.10'... | homepage: ''
changelog-type: ''
hash: 7a903b5d8e2b6ef94174def9bf70e3f870ea96c2f68275069d278c6dcdf2f418
test-bench-deps: {}
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>
synopsis: DOM library that supports both GHCJS and GHC using jsaddle
changelog: ''
basic-deps:
jsaddle-dom: '>=0.9.5.0 && <0.10'
a... | Update from Hackage at 2021-12-21T02:57:27Z | Update from Hackage at 2021-12-21T02:57:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e8b93af7132f62fb4764f34bc0b048f48d694eac | metadata/one.librem.social.yml | metadata/one.librem.social.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Purism SPC
AuthorEmail: feedback@puri.sm
WebSite: https://librem.one
SourceCode: https://source.puri.sm/liberty/social/android
IssueTracker: https://source.puri.sm/liberty/social/android/issues
Changelog: https://source.puri.sm/liberty/social/android/blob/maste... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Purism SPC
AuthorEmail: feedback@puri.sm
WebSite: https://librem.one
SourceCode: https://source.puri.sm/liberty/social/android
IssueTracker: https://source.puri.sm/liberty/social/android/issues
Changelog: https://source.puri.sm/liberty/social/android/blob/maste... | Set autoname of Librem Social | Set autoname of Librem Social
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9595dc4f3527f3981641e33070325a6faee5e8ef | packages/hw/hw-hspec-hedgehog.yaml | packages/hw/hw-hspec-hedgehog.yaml | homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme
changelog-type: ''
hash: 65e60ae471e72e2fd945768dc9248b81504d9d5acb56ee0699b7ca79743d7089
test-bench-deps:
base: -any
hspec: -any
hedgehog: -any
hw-hspec-hedgehog: -any
maintainer: newhoggy@gmail.com
synopsis: Interoperability between hspec and... | homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme
changelog-type: ''
hash: 85ae6fd87ed37e079c5ce195b8bf0c43b9726bc64951ec3f0456544cca2d0896
test-bench-deps:
base: -any
hspec: ! '>=2.4 && <2.6'
hedgehog: ! '>=0.5 && <0.7'
hw-hspec-hedgehog: -any
maintainer: newhoggy@gmail.com
synopsis: Interope... | Update from Hackage at 2018-05-29T07:28:04Z | Update from Hackage at 2018-05-29T07:28:04Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
093ece6e415b9f9677116284eaaa892db806c04e | src/misc/config.yml | src/misc/config.yml | lib_dir: lib
local_galaxy_dir: galaxy-master
galaxy_dir: $lib_dir/$local_galaxy_dir
galaxy_tool_dir: $galaxy_dir/tools/
tool_dir: $lib_dir/galaxy_tools/
tool_playbook_dir: $lib_dir/galaxy_tools_playbook/
shed_dir: $lib_dir/shed_tools/
data_dir: data
galaxy_conf_file_dir: $data_dir/galaxy_config/
tool_data_dir: $data_d... | lib_dir: lib
local_galaxy_dir: galaxy-master
local_toolshed_dir: galaxy-toolshed
galaxy_dir: $lib_dir/$local_galaxy_dir
galaxy_tool_dir: $galaxy_dir/tools/
tool_dir: $lib_dir/galaxy_tools/
tool_playbook_dir: $lib_dir/galaxy_tools_playbook/
shed_dir: $lib_dir/shed_tools/
data_dir: data
galaxy_conf_file_dir: $data_dir/g... | Add a variable for toolshed dir | Add a variable for toolshed dir
| YAML | apache-2.0 | ASaiM/framework,ASaiM/framework |
089f96ccd64a65e5875c8dd047c9036b165420d1 | doc/readthedocs-environment.yml | doc/readthedocs-environment.yml | name: SFS-readthedocs
dependencies:
- python==3.5
- sphinx>=1.3
- sphinx_rtd_theme
- numpy
- scipy
- matplotlib>=1.5
| name: SFS-readthedocs
channels:
- conda-forge
dependencies:
- python==3.5
- sphinx>=1.3
- sphinx_rtd_theme
- numpy
- scipy
- matplotlib>=1.5
| Use conda-forge channel on RTD | DOC: Use conda-forge channel on RTD
| YAML | mit | chris-hld/sfs-python,chris-hld/sfs-python,sfstoolbox/sfs-python,sfstoolbox/sfs-python |
030bf280e66c92e24a24fd9d25e521fae700bbf1 | packages/fu/funcons-lambda-cbv-mp.yaml | packages/fu/funcons-lambda-cbv-mp.yaml | homepage: ''
changelog-type: markdown
hash: adbd35f0cf7899194169b9699d05a2e4a58d7462194fb95eb00f061731340511
test-bench-deps: {}
maintainer: ltvanbinsbergen@acm.org
synopsis: Basic call-by-value lambda-calculus with operational semantics based on
Funcons
changelog: ! '# Revision history for lambda-cbv
## 0.1.0.0 ... | homepage: ''
changelog-type: markdown
hash: aa4f6733c147d745de479bda6693c03258e2142ce9cdbce1b503b3fca86b9c2c
test-bench-deps: {}
maintainer: ltvanbinsbergen@acm.org
synopsis: call-by-value lambda-calculus with meta-programming
changelog: ! '# Revision history for lambda-cbv
## 0.1.0.0 -- YYYY-mm-dd
* First ver... | Update from Hackage at 2018-07-08T10:25:40Z | Update from Hackage at 2018-07-08T10:25:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
48b27d1320ef1a914dc79198133e027604944a3e | vmdb/product/views/ContainerService.yaml | vmdb/product/views/ContainerService.yaml | #
# This is an MIQ Report configuration file
# Single value parameters are specified as:
# single_value_parm: value
# Multiple value parameters are specified as:
# multi_value_parm:
# - value 1
# - value 2
#
# Report title
title: Container Services
# Menu name
name: ContainerService
# Main DB... | #
# This is an MIQ Report configuration file
# Single value parameters are specified as:
# single_value_parm: value
# Multiple value parameters are specified as:
# multi_value_parm:
# - value 1
# - value 2
#
# Report title
title: Container Services
# Menu name
name: ContainerService
# Main DB... | Add container services additional fields to display | Add container services additional fields to display
| YAML | apache-2.0 | mzazrivec/manageiq,NickLaMuro/manageiq,borod108/manageiq,jntullo/manageiq,lpichler/manageiq,NaNi-Z/manageiq,durandom/manageiq,djberg96/manageiq,mfeifer/manageiq,jvlcek/manageiq,jvlcek/manageiq,syncrou/manageiq,mfeifer/manageiq,andyvesel/manageiq,ailisp/manageiq,billfitzgerald0120/manageiq,chessbyte/manageiq,mresti/mana... |
3a01751efe86a6c128ee439ebc79e788686832bb | playbooks/wheel/pre.yaml | playbooks/wheel/pre.yaml | - hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
- legacy-install-afs-with-puppet
- legacy-copy-project-config-scripts
pre_tasks:
# NOTE(pabelanger): Needed by puppet-openafs package.
- name: Add OpenAFS OpenStack CI build
... | - hosts: all
roles:
- role: bindep
bindep_profile: test
bindep_dir: "src/{{ zuul.project.canonical_name }}"
- legacy-install-afs-with-puppet
- legacy-copy-project-config-scripts
pre_tasks:
# NOTE(pabelanger): Needed by puppet-openafs package.
- name: Add OpenAFS OpenStack CI build
... | Use become: yes for yum_repository task | Use become: yes for yum_repository task
We need to be root to add repo files.
Change-Id: Ie1e56e49fb37792c74cc6b045a8f345b95a6d755
Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
b445ec36d42105fbad616d83577561b21522ef82 | ci/tasks/gats.yml | ci/tasks/gats.yml | ---
image_resource:
type: docker-image
source:
repository: cfgarden/grootfs-ci
tag: latest
platform: linux
inputs:
- name: garden-runc-release
- name: grootfs-release-develop
params:
LOG_LEVEL: debug
GARDEN_ADDRESS:
run:
path: grootfs-release-develop/ci/scripts/gats.sh
user: root
| ---
image_resource:
type: docker-image
source:
repository: cfgarden/garden-ci-ubuntu
tag: '0.4.0'
platform: linux
inputs:
- name: garden-runc-release
- name: grootfs-release-develop
params:
LOG_LEVEL: debug
GARDEN_ADDRESS:
run:
path: grootfs-release-develop/ci/scripts/gats.sh
user: root
| Use the same Docker image that garden does to run GATs | Use the same Docker image that garden does to run GATs
[#133600229]
| YAML | apache-2.0 | masters-of-cats/grootfs-release,masters-of-cats/grootfs-release |
f8fa78b85a29e87f7732eb4ae6187b24f0329ba8 | recipes/libpng/meta.yaml | recipes/libpng/meta.yaml | {% set version = "1.6.26" %}
package:
name: libpng
version: {{ version }}
source:
fn: libpng-{{ version }}.tar.gz
url: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-{{ version }}.tar.gz
sha256: 81bfc8f16ed125622c0c5ad44eeffda19e7a7c7e32f47e43c8932bf32deae7cc
build:
number: 0
requirement... | {% set version = "1.6.28" %}
package:
name: libpng
version: {{ version }}
source:
fn: libpng-{{ version }}.tar.gz
url: ftp://ftp.simplesystems.org/pub/libpng/png/src/libpng16/libpng-{{ version }}.tar.gz
sha256: b6cec903e74e9fdd7b5bbcde0ab2415dd12f2f9e84d9e4d9ddd2ba26a41623b2
build:
number: 0
requirement... | Update linpng recipe to version 1.6.28 | Update linpng recipe to version 1.6.28
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
d266a4b30d44c5157626045c845254ba908b4ea5 | packages/fi/filesystem-abstractions.yaml | packages/fi/filesystem-abstractions.yaml | homepage: https://oss.xkcd.com/
changelog-type: markdown
hash: 1f34df8dd4e65fc791e90a51123828f2757c6024dc67b0bb9c2fbeda97bb6007
test-bench-deps: {}
maintainer: oss@xkcd.com
synopsis: A shared set of abstractions and types for representing filessytem data.
changelog: |
# Revision history for filesystem-abstractions
... | homepage: https://oss.xkcd.com/
changelog-type: markdown
hash: c704b985a4839c03c1dcee754ea38d1bd87c5aa1d53ff1dba7ecc9e25d8cd361
test-bench-deps: {}
maintainer: oss@xkcd.com
synopsis: A shared set of abstractions and types for representing filessytem data.
changelog: |
# Revision history for filesystem-abstractions
... | Update from Hackage at 2020-01-19T22:28:11Z | Update from Hackage at 2020-01-19T22:28:11Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
92970621b992695e91f5c4c9c8f93a20a13e0bfb | packages/cs/css-syntax.yaml | packages/cs/css-syntax.yaml | homepage: ''
changelog-type: ''
hash: 031d150ce7cf2722b960f0800db0e8d1d640ed001435c5784d1e0bf9124c6ba2
test-bench-deps:
base: '>=4.5 && <4.14'
hspec: -any
text: -any
criterion: -any
deepseq: -any
scientific: -any
QuickCheck: -any
directory: -any
maintainer: Tomas Carnecky <tomas.carnecky@gmail.com>
syno... | homepage: ''
changelog-type: ''
hash: be583835f381ed32c30e3edc652400388a76ee8f63cae400b549d82b7d727c58
test-bench-deps:
base: '>=4.8 && <4.14'
hspec: -any
text: -any
criterion: -any
deepseq: -any
scientific: -any
QuickCheck: -any
directory: -any
maintainer: Tomas Carnecky <tomas.carnecky@gmail.com>
syno... | Update from Hackage at 2020-04-19T07:56:33Z | Update from Hackage at 2020-04-19T07:56:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f5ebb8f03cb00f16afc232b05bcb2409f1978001 | config/blacklisted_tag_types.yml | config/blacklisted_tag_types.yml | travel-advice-publisher:
# This is a temporary workaround for the fact that 'parent' links
# can sometimes be blobs of JSON (containing a breadcrumb, for example)
# rather than the array of content IDs content-tagger currently expects. We
# need to either improve the editing interface in content tagger to some... | contacts-admin:
- parent
travel-advice-publisher:
# This is a temporary workaround for the fact that 'parent' links
# can sometimes be blobs of JSON (containing a breadcrumb, for example)
# rather than the array of content IDs content-tagger currently expects. We
# need to either improve the editing interfac... | Add contacts-admin parent field to blacklisted tag types | Add contacts-admin parent field to blacklisted tag types
| YAML | mit | alphagov/content-tagger,alphagov/content-tagger,alphagov/content-tagger |
532768e40d990a6a6036cac37073c5a4c287e920 | setup-softlayer.yml | setup-softlayer.yml | # Softlayer machines come with SSH root access and no users set up. This doesn't
# match how OpenStack and other providers work so create a user with the right
# ssh key so we don't nee to modify our whole hoist repo to handle softlayer.
---
- hosts: all
vars:
softlayer_user: ubuntu
softlayer_authorized_key: ... | # Softlayer machines come with SSH root access and no users set up. This doesn't
# match how OpenStack and other providers work so create a user with the right
# ssh key so we don't nee to modify our whole hoist repo to handle softlayer.
---
- hosts: all
vars:
softlayer_user: ubuntu
softlayer_authorized_key: ... | Add sudo permissions to softlayer user | Add sudo permissions to softlayer user
Unfortunately if you don't give sudo to the cideploy user and then hoist
removes root login then we have no way to escalate ansible to actually
do things.
Make sure the user has sudo.
Signed-off-by: Jamie Lennox <1b9801e8e46f6bd96338b24e58c84c4f37762fc2@gmail.com>
| YAML | apache-2.0 | SpamapS/hoist,BonnyCI/hoist,jamielennox/hoist,BonnyCI/hoist,jamielennox/hoist,SpamapS/hoist |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.