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 |
|---|---|---|---|---|---|---|---|---|---|
c1b8e00fcfa79af91e5478e012e5c5d2f5f6858a | config/newrelic.yml | config/newrelic.yml | common: &default_settings
license_key: '<%= ENV["NEW_RELIC_LICENSE_KEY"] %>'
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %>
monitor_mode: true
developer_mode: false
log_level: info
ssl: false
apdex_t: 0.5
browser_monitoring:
auto_instrument: true
development:
<<: *default_settings
monitor_mode: fal... | common: &default_settings
license_key: '<%= ENV["NEW_RELIC_LICENSE_KEY"] %>'
app_name: <%= ENV["NEW_RELIC_APP_NAME"] %>
monitor_mode: true
developer_mode: false
dispatcher: 'puma'
log_level: info
ssl: false
apdex_t: 0.5
browser_monitoring:
auto_instrument: true
development:
<<: *default_setting... | Configure New Relic to recognize Puma | Configure New Relic to recognize Puma
| YAML | mit | jbhannah/bestsigs-wow-cacher,jbhannah/bestsigs-wow-cacher |
96624a4f3bc8302bc2fbefe401a6547f84dd8f7a | .gitlab-ci.yml | .gitlab-ci.yml | image: fedora:rawhide
variables:
DEPENDENCIES:
gcc
automake
autoconf
autoconf-archive
libtool
glibc-devel
glib-devel
gtk-doc
gobject-introspection-devel
libcanberra-devel
vala
DEPENDENCIES_ABI_CHECK:
libabigail
LAST_ABI_BREAK: "a86946b494aa32782b3f6334344d07b5c11d5... | image: fedora:rawhide
variables:
DEPENDENCIES:
gcc
meson
git
glibc-devel
glib-devel
gtk-doc
gobject-introspection-devel
libcanberra-devel
vala
DEPENDENCIES_ABI_CHECK:
automake
autoconf
autoconf-archive
libabigail
libtool
LAST_ABI_BREAK: "a86946b494aa32782b3... | Update CI to use meson | ci: Update CI to use meson
| YAML | lgpl-2.1 | GNOME/gsound,GNOME/gsound |
a49c1560079ecfcfb941ed6e93436bec7326ee3f | .gitlab-ci.yml | .gitlab-ci.yml | image: tetraweb/php
stages:
- test
- deploy
before_script:
- apt-get update
- apt-get install zip unzip
test:
stage: test
script:
- cd api
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
- php composer... | image: tetraweb/php
stages:
- test
- deploy
before_script:
- apt-get update
- apt-get install zip unzip
- cd api
- php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
- php composer-setup.php
- php -r "unlink('composer-setup.php');"
- php composer.phar update
- composer insta... | Fix up the build steps | Fix up the build steps
| YAML | mit | mkoch227/Mods-for-HESK,mkoch227/Mods-for-HESK,mkoch227/Mods-for-HESK |
2cd2c669fe6ab07bd5f05c5c14a1cb6db3551b9e | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- apt-get update -qy
- apt-get install -y python
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- export PATH="$PATH:$PWD/fdroidserver"
metadata_check:
script:
- fdroid readmeta
| before_script:
- apt-get update -qy
- apt-get install -y python python-requests python-magic
- test -d fdroidserver && rm -rf fdroidserver
- git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10
- export PATH="$PATH:$PWD/fdroidserver"
metadata_check:
script:
- fdroid readmeta
| Add deps necessary for fdroid readmeta | Add deps necessary for fdroid readmeta
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data |
62c11ed57158f3739bbd474594a0ca6c2b3c0857 | .gitlab-ci.yml | .gitlab-ci.yml | image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0
variables:
DOCKER_DRIVER: overlay
services:
- docker:1.12-dind
before_script:
- curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker
- export DOCKER_H... | image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0
variables:
DOCKER_DRIVER: overlay
DOCKER_HOST: tcp://localhost:2375
services:
- docker:1.12-dind
before_script:
- curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 us... | Add DOCKER_HOST env var to gitlab build | Add DOCKER_HOST env var to gitlab build
Signed-off-by: James Munnelly <474ba67bdb289c6263b36dfd8a7bed6c85b04943@munnelly.eu>
| YAML | apache-2.0 | jetstack/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager,jetstack/cert-manager,jetstack/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager |
54b6f28adb717e37e9da8e90f186399910a397ee | .gitlab-ci.yml | .gitlab-ci.yml | include:
- project: 'prodsec/scp-scanning/gitlab-checkmarx'
ref: latest
file: '/templates/.sast_scan.yml'
image:
name: "openjdk:11.0.11-9-jdk"
stages:
- build
- verify
- release
build:
stage: build
script:
- ./mvnw clean package -DskipTests=true
- ./mvnw verify
sast-scan:
stage: veri... | include:
- project: 'prodsec/scp-scanning/gitlab-checkmarx'
ref: latest
file: '/templates/.sast_scan.yml'
image:
name: "openjdk:11.0.11-9-jdk"
stages:
- build
- verify
- release
build:
stage: build
script:
- ./mvnw clean package -DskipTests=true
- ./mvnw verify
sast-scan:
stage: veri... | Fix branch name in GL CI | Fix branch name in GL CI
| YAML | apache-2.0 | signalfx/signalfx-java,signalfx/signalfx-java,signalfx/signalfx-java |
10385fa2e2be981f57ea6d249b26d5d150aa8f00 | tmuxinator/resume.yml | tmuxinator/resume.yml | # ~/.tmuxinator/resume.yml
name: resume
root: ~/ruby/resume
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_windo... | # ~/.tmuxinator/resume.yml
name: resume
root: ~/ruby/resume
# Optional tmux socket
# socket_name: foo
# Runs before everything. Use it to start daemons etc.
# pre: sudo /etc/rc.d/mysqld start
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
# pre_windo... | Add in a window for local running of a Ruby server for offline GitPitch presentations | Add in a window for local running of a Ruby server for offline GitPitch presentations
| YAML | mit | paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles |
b7b8750834599de244cb9248e41f1703fecb8d4d | packages/mt/mtl-tf.yaml | packages/mt/mtl-tf.yaml | homepage: ''
changelog-type: ''
hash: c437eed65dc4cfa013b2daf164031242f1075c8c63ba483aac3f68283ee40d64
test-bench-deps: {}
maintainer: trevor@galois.com
synopsis: Monad transformer library using type families
changelog: ''
basic-deps:
base: -any
all-versions:
- '0.1'
author: Andy Gill
latest: '0.1'
description-type: ... | homepage: ''
changelog-type: ''
hash: 0ecf9fc9c848b8f6d41b14968fd856bb504a03395eb068dd471cc5102cecaf6f
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Monad Transformer Library with Type Families
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
transformers: ! '>=0.4 && <0.6'
all-versions:
- '0.1'
- '0... | Update from Hackage at 2018-01-21T21:25:19Z | Update from Hackage at 2018-01-21T21:25:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
82354d12a6d46a48427672bb47e42e7e48bb1f78 | packages/st/stagen.yaml | packages/st/stagen.yaml | homepage: ''
changelog-type: ''
hash: c728447961ef6ebcdeeed3f55955bac44550343e5a324fab12f754acd98053f1
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: Static site generator
changelog: ''
basic-deps:
markdown: -any
lucid: -any
bytestring: -any
filemanip: -any
base: ! '>=4.7 && <5'
text: -any
parsec: -... | homepage: ''
changelog-type: ''
hash: 434547e8dd69a3ad867b925817b9274cf8505163bd88942b804b4aff663f0b18
test-bench-deps: {}
maintainer: Joe Vargas
synopsis: Static site generator
changelog: ''
basic-deps:
markdown: -any
lucid: -any
bytestring: -any
filemanip: -any
base: ! '>=4.7 && <5'
text: -any
parsec: -... | Update from Hackage at 2018-01-14T16:05:23Z | Update from Hackage at 2018-01-14T16:05:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
82780cc1cd3475bebba5a3d61553861354dd1a59 | .github/workflows/build.yaml | .github/workflows/build.yaml | name: build
on: [push, pull_request]
jobs:
run-test:
runs-on: macOS-latest
strategy:
matrix:
destination: [
'macOS',
'iOS',
'tvOS'
]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
id: bundler-cache
with:
... | name: build
on: [push, pull_request]
jobs:
run-test:
runs-on: macos-11
strategy:
matrix:
destination: [
'macOS',
'iOS',
'tvOS'
]
steps:
- uses: actions/checkout@v1
- uses: actions/cache@v1
id: bundler-cache
with:
... | Upgrade to latest macOS CI | Upgrade to latest macOS CI
| YAML | mit | onevcat/APNGKit,onevcat/APNGKit |
a46fee4b0e900990a08381502af436dd1952a547 | .forestry/front_matter/templates/post.yml | .forestry/front_matter/templates/post.yml | ---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
- type: text
name: layout
label: layout
config:
required: true
default: post
hidden: true
pages:
- _posts/Test.md
| ---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
- type: text
name: layout
label: layout
config:
required: true
default: post
hidden: false
pages:
- _posts/Test.md
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io |
b75c77d9b93584f3cf5e1d8dc6c3895ce2cc53e3 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v1
- name: Get version
run: echo "::set-env name=IMAGE_VERSION::$(... | name: Deploy
on:
push:
tags:
- v*
jobs:
build-and-push:
name: Build and Push
runs-on: ubuntu-latest
env:
REGISTRY: registry.digitalocean.com
NAME: ghost/gscan
steps:
- uses: actions/checkout@v2
- name: Get version
run: echo "::set-env name=IMAGE_VERSION::$(... | Update actions/checkout action to v2 | Update actions/checkout action to v2
| YAML | mit | TryGhost/gscan |
451d0e4d49b02346a9b60e65849e5f9e7f9a01c0 | .github/workflows/code-quality-checks.yml | .github/workflows/code-quality-checks.yml | name: Code quality checks
on:
push:
branches:
- main
pull_request:
jobs:
code_quality:
name: Check code quality
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
... | name: Code quality checks
on:
push:
branches:
- main
pull_request:
jobs:
code_quality:
name: Check code quality
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.6, 3.7, 3.8, 3.9]
... | Add build validation to CI | Add build validation to CI
| YAML | bsd-3-clause | nkantar/Parsenvy |
aa7150ed8b4a53796fa23df8407634f0720c422e | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 17.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | Add node v18; remove node v12 | Add node v18; remove node v12
| YAML | mit | timbeadle/cfpathcheck |
d0dd61e3645cc2918d539d9fa20975edc0b28f6b | recipes/jupyter_client/meta.yaml | recipes/jupyter_client/meta.yaml | {% set version = "5.0.0" %}
package:
name: jupyter_client
version: {{ version }}
source:
fn: jupyter_client-{{ version }}.tar.gz
url: https://pypi.io/packages/source/j/jupyter_client/jupyter_client-{{ version }}.tar.gz
sha256: 2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b
build:
number... | {% set version = "5.0.1" %}
package:
name: jupyter_client
version: {{ version }}
source:
fn: jupyter_client-{{ version }}.tar.gz
url: https://pypi.io/packages/source/j/jupyter_client/jupyter_client-{{ version }}.tar.gz
sha256: 1fe573880b5ca4469ed0bece098f4b910c373d349e12525e1ea3566f5a14536b
build:
number... | Update jupyter_client recipe to version 5.0.1 | Update jupyter_client recipe to version 5.0.1
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
0f5faf12c68eecdcf26a519f6398f3d7a7fed887 | packages/ty/type-combinators.yaml | packages/ty/type-combinators.yaml | homepage: https://github.com/kylcarte/type-combinators
changelog-type: ''
hash: 2a5f2209d4d26a9803c370fd8d19e3d7c80a5b0e190d4a3fdeb46e9a1f74c440
test-bench-deps: {}
maintainer: kylcarte@gmail.com
synopsis: A collection of data types for type-level programming
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
contai... | homepage: https://github.com/kylcarte/type-combinators
changelog-type: ''
hash: 1f1eeab7967603cd13de091eaa233ac39ca4b14769b823305895901952e9e427
test-bench-deps: {}
maintainer: kylcarte@gmail.com
synopsis: A collection of data types for type-level programming
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
all-vers... | Update from Hackage at 2015-12-11T15:16:52+0000 | Update from Hackage at 2015-12-11T15:16:52+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
454dd64c9ec65727fa204296ec307d4ac8e446b8 | recipes/visan/meta.yaml | recipes/visan/meta.yaml | {% set version = "4.3" %}
package:
name: visan
version: {{ version }}
source:
git_url: https://github.com/stcorp/visan.git
git_rev: bd8dbbf8d3725838fceb5317d65bdf2635b5d1f2
build:
number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- make # [not win]
... | {% set version = "4.3" %}
package:
name: visan
version: {{ version }}
source:
git_url: https://github.com/stcorp/visan.git
git_rev: b22d9a88139ed3b7783b54ad23db0fca20fc906c
build:
number: 0
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- make # [not win]
... | Use latest visan version and add mesalib as dependency for linux | Use latest visan version and add mesalib as dependency for linux
| YAML | bsd-3-clause | jakirkham/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,ha... |
7ff77d21ae0caf4bb7e6f5df1318894a133cb98a | .dependabot/config.yml | .dependabot/config.yml | version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "weekly"
automerged_updates:
- match:
dependency_type: "all"
update_type: "in_range"
| version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "monthly"
automerged_updates:
- match:
dependency_type: "all"
update_type: "in_range"
| Change dependabot to monthly update | Change dependabot to monthly update
* Weekly seems a little needy
| YAML | mit | cahamilton/music-mashup,cahamilton/music-mashup |
dcc2c5992af59bcb459fed2764a43511c034a4ee | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: heading
label: Main Content
- type: directory
path: content/tool
label: Tool
create: all
match: "**/*"
templates:
- tool
- type: directory
path: content/showcase
label: Showcase
create: all
match: "**/*... | ---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: heading
label: Main Content
- type: directory
path: content/tool
label: Tool
create: all
match: "**/*"
templates:
- tool
- type: directory
path: content/showcase
label: Showcase
create: all
match: "**/*... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic |
cb2c034d64825570eaff64de17f5c96652b83922 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _drafts
label: Drafts
create: documents
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
upload_dir: im... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _drafts
label: Drafts
create: documents
match: "**/*"
- type: jekyll-pages
label: Pages
create: all
upload_dir: im... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
962fa7f5e0e769fdf9a943eea532b73bdd3feb53 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: html
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
new_doc_ext: html
templates:
- blog-post
upload_dir: assets/images
public_path: assets/images
front_matter_path: ''
use_front_m... | ---
new_page_extension: html
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
new_doc_ext: html
templates:
- blog-post
upload_dir: assets/images
public_path: assets/images
front_matter_path: ''
use_front_m... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | cc0-1.0 | david-hc/david-hc.github.io |
4ce0889c81c95557c1db740099725be7e5137d1a | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _books2
label: Books2
create: all
match: "**/*"
- type: directory
path: _media
label: Media
create:... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _books2
label: Books2
create: all
match: "**/*"
- type: directory
path: _media
label: Media
create:... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io |
392a643137f20063a40284b50e15d024a3cd28c2 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
reviewers:
- MarkEWaite
labels:
- dependencies
ignore:
- dependency-name: com.github.ben-manes.caffeine:caffeine
# caffeine 3.0.0 and later requires JDK... | version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
target-branch: master
reviewers:
- MarkEWaite
labels:
- dependencies
ignore:
- dependency-name: com.github.ben-manes.caffeine:caffeine
# caffeine 3.0.0 and later requires JDK... | Check github actions for dependency updates | Check github actions for dependency updates
| YAML | mit | jenkinsci/git-plugin,MarkEWaite/git-plugin,jenkinsci/git-plugin,martinda/git-plugin,jenkinsci/git-plugin,MarkEWaite/git-plugin,martinda/git-plugin,martinda/git-plugin,MarkEWaite/git-plugin,jenkinsci/git-plugin,MarkEWaite/git-plugin |
a6f0dd229900b0119f174644fac7744dc8edafcb | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: perses-dev
version: !!str 0.0.0
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- openmm >=6.3
- numpy
- scipy
#- openmoltools
#- alchemy
run:
- python
- openmm >=6.3
- numpy
- scipy
... | package:
name: perses-dev
version: !!str 0.0.0
source:
path: ../../
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- openmm >=6.3
- numpy
- scipy
- openmoltools
- alchemy
run:
- python
- openmm >=6.3
- numpy
- scipy
- ... | Add alchemy and openmmtools packages to conda requirements | Add alchemy and openmmtools packages to conda requirements
| YAML | mit | choderalab/perses,choderalab/perses |
5be73b9bb250aeda12af0327f3d393705e39a3dd | plugins/openstack/tasks/keys.yml | plugins/openstack/tasks/keys.yml | # This is needed for os_keypair as it uses public key
- name: Retrieve public key from private key
command: "ssh-keygen -y -f {{ provision.key.file }}"
register: public_key_content
when: not provision.key.name
- name: Add keypair
os_keypair:
cloud: "{{ provision.cloud | default(omit) }}"
name: "{{ ... | # This is needed for os_keypair as it uses public key
# By loading the .pub file we allow use of crypted private keys.
- name: Retrieve public key from private key
shell: |
if [[ -f {{ provision.key.file }}.pub ]]; then
cat {{ provision.key.file }}.pub
else
ssh-keygen -y -f {{ provision.key.file... | Use pub key when available | Use pub key when available
Allows use of crypted keys by reusing
existing pub keys.
Change-Id: Ie6d8447d6030f3a63fd3d4baff4f2817cd1cf006
| YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed,okolisny/InfraRed |
1cbe7aa7b57b538d5581cb94a0ba1750dcb6f9b9 | packages/de/dequeue.yaml | packages/de/dequeue.yaml | homepage: ''
changelog-type: ''
hash: 17e79aed1560e9cd7b60b2811384e85e8ee4be390384af27021d7632c48f5464
test-bench-deps: {}
maintainer: Henry Bucklow <henry@elsie.org.uk>
synopsis: A typeclass and an implementation for double-ended queues.
changelog: ''
basic-deps:
base: <5
QuickCheck: ! '>=2'
safe: -any
all-versi... | homepage: ''
changelog-type: ''
hash: bb732487db5296410985c88e6782bb8d2914c5b789216e0ff634a7cbced62560
test-bench-deps: {}
maintainer: Henry Bucklow <henry@elsie.org.uk>
synopsis: A typeclass and an implementation for double-ended queues.
changelog: ''
basic-deps:
base: <5
QuickCheck: ! '>=2'
safe: -any
all-versi... | Update from Hackage at 2015-09-02T09:18:17+0000 | Update from Hackage at 2015-09-02T09:18:17+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
66cfd4b5eb7a977316acdc283ced378a3cc44a2d | packages/mf/mfsolve.yaml | packages/mf/mfsolve.yaml | homepage: ''
changelog-type: ''
hash: d1e65c66f3968240cfb5a2f2fac7a7760305dd3b15aa1a8bcbdd7fb2b873bb05
test-bench-deps:
base: '>=4 && <5'
mfsolve: -any
tasty-hunit: '>=0.9'
tasty: '>=0.8'
maintainer: Kristof Bastiaensen
synopsis: Equation solver and calculator à la metafont
changelog: ''
basic-deps:
mtl-compa... | homepage: ''
changelog-type: ''
hash: 4a1799fb82e0f2753b3c7db3124ced3bd5a9b9fcd970d6e941a7af404d946824
test-bench-deps:
base: '>=4 && <5'
mfsolve: -any
tasty-hunit: '>=0.9'
tasty: '>=0.8'
maintainer: Kristof Bastiaensen
synopsis: Equation solver and calculator à la metafont
changelog: ''
basic-deps:
mtl-compa... | Update from Hackage at 2022-05-08T01:17:44Z | Update from Hackage at 2022-05-08T01:17:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
05035b83e1535f80f7e13bd5feb04e9aa90e9463 | packages/al/alg.yaml | packages/al/alg.yaml | homepage: ''
changelog-type: ''
hash: b62b8f99060b514fc5828d5f15609a672e47bcb9ab834b21f27c0665b163e364
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
util: ! '>=0.1.9 && <0.2'
all-versions:
- '0.2.0.0'
- '0.2.1.0'
- '0.2.2.0'
- '0.2... | homepage: ''
changelog-type: ''
hash: d538717f762d50f69790920e2a6d4f2853e420d6c21996d11210b346b4764170
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.11 && <5'
util: ! '>=0.1.9 && <0.2'
all-versions:
- '0.2.0.0'
- '0.2.1.0'
- '0.2.2.0'
- '0.... | Update from Hackage at 2018-08-14T22:55:51Z | Update from Hackage at 2018-08-14T22:55:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ab19f1777713f61b6063c0dbc5a3803773a7b0f0 | deploy/prod.cfg.yml | deploy/prod.cfg.yml | database_url: 'postgres://localhost/cliche'
# http://docs.celeryproject.org/en/latest/configuration.html
broker_url: 'redis://localhost/1'
CELERYBEAT_SCHEDULE:
'tvtropes-sync':
task: 'cliche.services.tvtropes.sync'
schedule: !!python/object/apply:datetime.timedelta [1, 0, 0]
'wikipedia-sync':
task: 'c... | database_url: 'postgres://localhost/cliche'
# http://docs.celeryproject.org/en/latest/configuration.html
broker_url: 'redis://localhost/1'
CELERYBEAT_SCHEDULE:
'tvtropes-sync':
task: 'cliche.services.tvtropes.crawler.crawl'
schedule: !!python/object/apply:datetime.timedelta [1, 0, 0]
'wikipedia-sync':
... | Fix sync job endpoint to beat | Fix sync job endpoint to beat
| YAML | mit | clicheio/cliche,clicheio/cliche,item4/cliche,item4/cliche,clicheio/cliche |
a61b767d8cc3a3c9d94516a212894df66b71da8a | catalog/Security/rails_authentication.yml | catalog/Security/rails_authentication.yml | name: Web Authentication
description: Handle the authentication of users in web applications written in frameworks like Rails
projects:
- adauth
- authlogic
- authorizme
- clearance
- current_user
- cz_auth
- devise
- devise_oauth2_providable
- doorkeeper
- envylabs/BlueLightSpecial
- letmein
- ... | name: Web Authentication
description: Handle the authentication of users in web applications written in frameworks like Rails
projects:
- adauth
- authlogic
- authorizme
- clearance
- current_user
- cz_auth
- devise
- devise_oauth2_providable
- doorkeeper
- envylabs/BlueLightSpecial
- letmein
- ... | Add passwordless to Rails Authentication | Add passwordless to Rails Authentication
| YAML | mit | rubytoolbox/catalog |
2de5a436eb5554c0f095f1238458f69685828653 | metadata/de.jl.notificationlog.yml | metadata/de.jl.notificationlog.yml | Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://gitlab.com/notificationlog/notificationlog-android
IssueTracker: https://gitlab.com/notificationlog/notificationlog-android/issues
AutoName: NotificationLog
RepoType: git
Repo: https://gitlab.com/notificationlog/notificationlog-android
Builds:
- ... | Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://gitlab.com/notificationlog/notificationlog-android
IssueTracker: https://gitlab.com/notificationlog/notificationlog-android/issues
AutoName: NotificationLog
RepoType: git
Repo: https://gitlab.com/notificationlog/notificationlog-android
Builds:
- ... | Update NotificationLog to 1.3 (4) | Update NotificationLog to 1.3 (4)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
ae040dc92509e184acd13bf0e310ab81d436e118 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- openstack-lower-constraints-jobs-neutron
- openstack-python3-wallaby-jobs-neutron
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| - project:
templates:
- openstack-lower-constraints-jobs-neutron
- openstack-python3-xena-jobs-neutron
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| Add Python3 xena unit tests | Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I3eeb1ed56a80ee70aa36a48155a8e073bb963... | YAML | apache-2.0 | openstack/networking-sfc,openstack/networking-sfc |
7efc2a7101648448ccd6fd9506600a006d3fc108 | metadata/la.daube.photochiotte.yml | metadata/la.daube.photochiotte.yml | Categories:
- Multimedia
License: GPL-3.0-only
AuthorEmail: fnepcbxayn@tutanota.com
SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues
AutoName: PhotoChiotte
RepoType: git
Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
... | Categories:
- Multimedia
License: GPL-3.0-only
AuthorEmail: fnepcbxayn@tutanota.com
SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues
AutoName: PhotoChiotte
RepoType: git
Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte
... | Update PhotoChiotte to 1.10 (11) | Update PhotoChiotte to 1.10 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
b231f899e15197051971e354f1dc328dbdf5ee0c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/package-tracker
docker:
- image: pawurb/ruby-jemalloc-node-yarn:latest
environment:
RAILS_ENV: test
- image: circleci/postgres:9.4.12-alpine
steps:
- checkout
# Restore bundle cache
- type: cache-restore
... | version: 2
jobs:
test:
working_directory: ~/package-tracker
docker:
- image: pawurb/ruby-jemalloc-node-yarn:latest
environment:
RAILS_ENV: test
- image: circleci/postgres:9.4.12-alpine
steps:
- checkout
# Restore bundle cache
- type: cache-restore
k... | Add deploy job to CircleCI | Add deploy job to CircleCI
| YAML | mit | coreyja/package-tracker,coreyja/package-tracker,coreyja/package-tracker |
286098b5de6a4457acb4160d88cc6202370c2813 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: node:carbon
working_directory: ~/ci-museeks
steps:
- checkout
- run:
name: Display node and npm informations
command: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
-... | version: 2
jobs:
build:
docker:
- image: node:carbon
working_directory: ~/ci-museeks
steps:
- checkout
- run:
name: Display node and npm informations
command: |
echo "node version $(node -v) running"
echo "npm version $(npm -v) running"
-... | Update CircleCI to the new mpris-service native deps | Update CircleCI to the new mpris-service native deps
| YAML | mit | KeitIG/museeks,KeitIG/museeks,KeitIG/museeks |
0fccf791812520e3d834ad60347f1acc221e5d83 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
unit-tests:
parameters:
version:
type: string
docker:
- image: cimg/node:12.18
environment:
THUNDERBIRD_VERSION: << parameters.version >>
steps:
- checkout
- run: node --version
- run: npm install
- setup_remote_docker
- run: ... | version: 2.1
jobs:
unit-tests:
docker:
- image: cimg/node:12.18
steps:
- checkout
- run: node --version
- run: npm install
- run: ./test.sh
integration-tests:
docker:
- image: cimg/base:stable
parameters:
version:
type: string
environment:
... | Split unit from integration tests | Split unit from integration tests
| YAML | mit | beltrachi/automatic_dictionary,beltrachi/automatic_dictionary,beltrachi/automatic_dictionary,beltrachi/automatic_dictionary |
3bfe2e35f5996be6766407062fc9c003186ecb39 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
macos:
xcode: "9.2.0"
steps:
- checkout
- run: swift build
- run: swift test
| version: 2
jobs:
build:
macos:
xcode: "9.2.0"
steps:
- checkout
- run: swift build
- run: swift test
- run: sh build_generated_specs.sh
| Add compile generated fixture step to circleCI | Add compile generated fixture step to circleCI | YAML | mit | yonaskolb/SwagGen,yonaskolb/SwagGen,yonaskolb/SwagGen |
f9e14f29bcde14d6eff0250633fdec3c6630f167 | .circleci/config.yml | .circleci/config.yml | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.1.5-browsers
# Specify service dependencies here if necessary
# CircleCI maint... | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.1.5-browsers
# Specify service dependencies here if necessary
# CircleCI maint... | Add composer to Circle Ci | Add composer to Circle Ci
| YAML | mit | pipo02mix/tiatere,pipo02mix/tiatere,pipo02mix/tiatere,pipo02mix/tiatere |
54e944652838227094eb771e0e9541a7969e3ff9 | .circleci/config.yml | .circleci/config.yml | version: 2.1
workflows:
version: 2
workflow:
jobs:
- build
context:
- SonarCloud
jobs: # a collection of steps
build:
# Remove if parallelism is not desired
parallelism: 2
environment:
_JAVA_OPTIONS: "-Xmx3g"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gra... | version: 2.1
workflows:
version: 2
workflow:
jobs:
- build:
context:
- SonarCloud
jobs: # a collection of steps
build:
# Remove if parallelism is not desired
parallelism: 2
environment:
_JAVA_OPTIONS: "-Xmx3g"
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gr... | Return of the retard CircleCIâ ix¢ - Round 3 | fix: Return of the retard CircleCIâ ix¢ - Round 3
| YAML | apache-2.0 | Hexworks/zircon,Hexworks/zircon,Hexworks/zircon |
345896e34530baf66f3daa588e8ad964775b41f1 | developer/doctrine/schema/system_user.yml | developer/doctrine/schema/system_user.yml | User:
tableName: system_user
columns:
firstName:
type: string(255)
lastName:
type: string(255)
email:
type: string(255)
unique: true
notnull: true
language:
type: enum
length: 2
values: ['en', 'tr']
default: 'en'
username:
type: string(... | User:
tableName: system_user
columns:
firstName:
type: string(255)
lastName:
type: string(255)
email:
type: string(255)
unique: true
notnull: true
language:
type: enum
length: 2
values: ['en', 'tr']
default: 'en'
username:
type: string(... | Put a breakline for future If we wanna concat the YAMLs | Put a breakline for future If we wanna concat the YAMLs | YAML | mit | lab2023/kebab-project,lab2023/kebab-project,lab2023/kebab-project |
1e784802395bf696c832de3420817cc254672deb | metadata/org.sasehash.burgerwp.yml | metadata/org.sasehash.burgerwp.yml | Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://gitlab.com/samsumas/LivingBurger
IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues
Changelog: https://gitlab.com/samsumas/LivingBurger/tags
AutoName: BurgerWP
Description: |-
Very nice Wallpaper featuring some pizza and burger. Burger an... | Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://gitlab.com/samsumas/LivingBurger
IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues
Changelog: https://gitlab.com/samsumas/LivingBurger/tags
AutoName: BurgerWP
Description: |-
Very nice Wallpaper featuring some pizza and burger. Burger an... | Update BurgerWP to 1.2.1 (121) | Update BurgerWP to 1.2.1 (121)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c23c4873cb255f83ecd2bfa7048c6656ed7691ae | packages/co/compendium-client.yaml | packages/co/compendium-client.yaml | homepage: https://higherkindness.io/mu-haskell/
changelog-type: ''
hash: df13fb2814ab9a3bb57cb0ac34a28d3a0915c66c4eadc694552f7fe364d20988
test-bench-deps: {}
maintainer: alejandro.serrano@47deg.com
synopsis: Client for the Compendium schema server
changelog: ''
basic-deps:
http-client: -any
base: ! '>=4.12 && <5'
... | homepage: https://higherkindness.io/mu-haskell/
changelog-type: ''
hash: cd477438d507273b34b82581ade333921ae997c1618b48af0c1da2a4968623e0
test-bench-deps: {}
maintainer: alejandro.serrano@47deg.com
synopsis: Client for the Compendium schema server
changelog: ''
basic-deps:
http-client: '>=0.6.4 && <0.7'
base: '>=4.... | Update from Hackage at 2020-11-19T09:01:05Z | Update from Hackage at 2020-11-19T09:01:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
540aeb584386d919aefc9b745a6e1f7a47dcda03 | packages/ge/generics-sop-lens.yaml | packages/ge/generics-sop-lens.yaml | homepage: https://github.com/phadej/generics-sop-lens#readme
changelog-type: markdown
hash: 6ea2756e5e916c6a7d24f7d261bb0bf27925b8d8dd30332df4a053160596afcc
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: Lenses for types in generics-sop
changelog: ! "- 0.1.2.0\n\n - Add 'constructorName... | homepage: https://github.com/phadej/generics-sop-lens#readme
changelog-type: markdown
hash: a2160b8fc068aa4909447a95788680b7f576631300d42ac67c11b04f63712493
test-bench-deps: {}
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: Lenses for types in generics-sop
changelog: ! "- 0.1.2.0\n\n - Add 'constructorName... | Update from Hackage at 2016-12-05T10:00:56Z | Update from Hackage at 2016-12-05T10:00:56Z | YAML | mit | commercialhaskell/all-cabal-metadata |
8cd39cc0052a536402951a66ae1efc73f0053662 | packages/ja/javascript-extras.yaml | packages/ja/javascript-extras.yaml | homepage: https://github.com/louispan/javascript-extras#readme
changelog-type: ''
hash: bef300b0fc5df31784383f71673339b25cf9cdfbb497a497b87b87674d2525ab
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Extra javascript functions when using GHCJS
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: ! '>=1.2 &... | homepage: https://github.com/louispan/javascript-extras#readme
changelog-type: ''
hash: 20dd8061d3304bd9876d6e1758929356e7f806547c211395865830179dd50774
test-bench-deps: {}
maintainer: louis@pan.me
synopsis: Extra javascript functions when using GHCJS
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: ! '>=1.2 &... | Update from Hackage at 2017-03-23T09:16:14Z | Update from Hackage at 2017-03-23T09:16:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
927d28a4b7c19717568fbe456996f278e26c573c | recipes/robotframework-databaselibrary/meta.yaml | recipes/robotframework-databaselibrary/meta.yaml | {% set name = "robotframework-databaselibrary" %}
{% set version = "1.2.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robotframework-databaselibrary-{{ version }}.tar.gz
sha256: 627d872b3dda6a308a650ac9e676dadedf9c294e4ef70ad... | {% set name = "robotframework-databaselibrary" %}
{% set version = "1.2.4" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robotframework-databaselibrary-{{ version }}.tar.gz
sha256: 627d872b3dda6a308a650ac9e676dadedf9c294e4ef70ad... | Update Lower Pins for Python and robotframework | Update Lower Pins for Python and robotframework | YAML | bsd-3-clause | conda-forge/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes |
a06b85a3c46a21f795747bcb23c672f8cfe20bf2 | metadata/com.android.todolist.yml | metadata/com.android.todolist.yml | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/Webierta/ToDoList
IssueTracker: https://github.com/Webierta/ToDoList/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=986PSAHLH6N4L
AutoName: To Do List
RepoType: git
Repo: https://github.com/Webierta/T... | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/Webierta/ToDoList
IssueTracker: https://github.com/Webierta/ToDoList/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=986PSAHLH6N4L
AutoName: To Do List
RepoType: git
Repo: https://github.com/Webierta/T... | Update To Do List to 1.1 (2) | Update To Do List to 1.1 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
8bf55b4328556cdc8fbf1b495f30827fa057bf92 | metadata/de.hu_berlin.eduroam.yml | metadata/de.hu_berlin.eduroam.yml | Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/hu-berlin-cms/hu-eduroam
IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues
AutoName: HU Berlin Wi-Fi Installer
Description: |-
With this app members of Humboldt University Berlin (everyone who has a
Computer- and Media s... | Categories:
- Internet
License: Apache-2.0
SourceCode: https://github.com/hu-berlin-cms/hu-eduroam
IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues
AutoName: HU Berlin Wi-Fi Installer
Description: |-
With this app members of Humboldt University Berlin (everyone who has a
Computer- and Media s... | Update CV of HU Berlin Wi-Fi Installer to 0.30 (20181010) | Update CV of HU Berlin Wi-Fi Installer to 0.30 (20181010)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
adeec91f9bcd6c12e623a40ef83a54a01654f4df | test/docker-compose.yml | test/docker-compose.yml | version: '3'
services:
db:
image: mongo:latest
environment:
- MONGO_DATA_DIR=/data/db
- MONGO_LOG_DIR=/dev/null
- MONGODB_DBNAME=eae
command: mongod --smallfiles --logpath=/dev/null # --quiet
swift:
image: bouncestorage/swift-aio
command: /bin/bash /bin/swift
ports:
... | version: '3'
services:
db:
image: mongo:latest
environment:
- MONGO_DATA_DIR=/data/db
- MONGO_LOG_DIR=/dev/null
- MONGODB_DBNAME=eae
command: mongod --smallfiles --logpath=/dev/null # --quiet
swift:
image: bouncestorage/swift-aio
command: /bin/bash /bin/swift
ports:
... | Test docker compose fix relavtive paths | Test docker compose fix relavtive paths
| YAML | mit | dsi-icl/eae-compute,dsi-icl/eae-compute,dsi-icl/eae-compute |
321cd07501d2f81b6e8184a0bf678216a0514295 | recipes/scikit-hep-testdata/meta.yaml | recipes/scikit-hep-testdata/meta.yaml | {% set name = "scikit-hep-testdata" %}
{% set version = "0.1.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2e6bd537f00e007b620217fa434dc90bce678cabe18645d5310f44c56817ee03
build:
... | {% set name = "scikit-hep-testdata" %}
{% set version = "0.1.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://github.com/scikit-hep/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 969087d9fb2fc4a426c73357af895b7e7df83def7143be286c16dec29d8c3dbc
build:
number: 0
noarc... | Build from GitHub tarball so tests are available | Build from GitHub tarball so tests are available
| YAML | bsd-3-clause | patricksnape/staged-recipes,ceholden/staged-recipes,cpaulik/staged-recipes,kwilcox/staged-recipes,cpaulik/staged-recipes,scopatz/staged-recipes,mcs07/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,jjhelmus/staged-recipes,ceho... |
52f8e1c991adf4060f2f12f3d0026a6cbb3d59dd | buildkite/pipelines/gerrit-postsubmit.yml | buildkite/pipelines/gerrit-postsubmit.yml | ---
platforms:
ubuntu1604:
build_targets:
- "//:release"
test_flags:
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
ubuntu1804:
build_flags:
- "--define=ABSOLUTE_JAVABASE=/usr/lib/jvm/java-11-openjdk-amd64"
- "--host_javabase=@bazel_tools//tools/jdk... | ---
platforms:
ubuntu1604:
shell_commands:
- "npm install"
build_targets:
- "//:release"
test_flags:
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
ubuntu1804:
shell_commands:
- "npm install"
build_flags:
- "--define=ABSOLUTE_JAVABASE=... | Add "npm install" step to Gerrit's pipeline. | Add "npm install" step to Gerrit's pipeline. | YAML | apache-2.0 | bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration |
5d1f71ffedc5c5add117c55624dd3fc4c8d09dc4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}... | name: Node
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-no... | Add Node.js 16 for testing | Add Node.js 16 for testing
| YAML | mit | LitoMore/nofan |
86a2ff4824206fe71c3b4876acb3ce0188f9623a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
steps:
- uses: action... | name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
steps:
- uses: action... | Remove "package" again (only one target supported?) | Remove "package" again (only one target supported?) | YAML | mit | lukehutch/fast-classpath-scanner,classgraph/classgraph,lukehutch/fast-classpath-scanner |
acc90eea4a99bb80f993f98cb3c6035fd8e7e3cd | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continupus Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
BUILDFLAGS: -ldflags="-X github.com/bpicode/fritzctl/config.Version=undefined -X github.com/bpicode/fritzctl/config.Revision={{ github.sha }}"
steps:
- name: Set up Go 1.13
use... | name: Continupus Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
BUILDFLAGS: -ldflags="-X github.com/bpicode/fritzctl/config.Version=undefined -X github.com/bpicode/fritzctl/config.Revision=${{ github.sha }}"
steps:
- name: Set up Go 1.13
us... | Correct usage of context interpolation | Correct usage of context interpolation
| YAML | mit | bpicode/fritzctl,bpicode/fritzctl |
964d43fd3b554394caad88acfa4caef8211d9bc6 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
jdk: [8, 9, 11, 15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Se... | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
jdk: [8, 9, 11, 15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Se... | Fix issue with CA Certs for Java 9 in GitHub CI | Fix issue with CA Certs for Java 9 in GitHub CI
| YAML | bsd-3-clause | digital-preservation/droid,adamretter/droid,adamretter/droid,digital-preservation/droid,adamretter/droid,digital-preservation/droid,digital-preservation/droid,digital-preservation/droid |
7f8c8535707b37629307d88bc9fe4f6300c4746d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node CI
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | name: Node CI
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- name: codecov
... | Drop CI support for Node 10 | Drop CI support for Node 10
| YAML | isc | JasonEtco/todo |
13d420cc08d1474f32f8ffa25d49493763d02f9c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Do some action caching
uses: actions/cache@v2.1... | name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0']
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Do some action caching
uses: actions/cac... | Add Ruby 3.0 to build matrix | Add Ruby 3.0 to build matrix
| YAML | mit | bkeepers/dotenv |
916020754ca03b2bdfdf3b48bd078905a4f3ca63 | ansible/roles/app/tasks/main.yml | ansible/roles/app/tasks/main.yml | ---
- name: Install app dependencies
pip: requirements={{ deploy_directory }}/repo/app/requirements.txt
virtualenv={{ deploy_directory }}/venv
executable={{ deploy_directory }}/venv/bin/pip
sudo_user: "{{ app_user }}"
| ---
- name: Install app dependencies
pip: requirements={{ deploy_directory }}/repo/requirements.txt
virtualenv={{ deploy_directory }}/venv
executable={{ deploy_directory }}/venv/bin/pip
sudo_user: "{{ app_user }}"
| Change location of requirements.txt file | Change location of requirements.txt file
| YAML | bsd-3-clause | logston/ipy.io,logston/ipy.io,logston/ipy.io,logston/ipy.io |
55975433894f5a66eb0275014dda5ead0caea8a9 | recipes/linear_operator/meta.yaml | recipes/linear_operator/meta.yaml | {% set name = "linear_operator" %}
{% set version = "0.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 81adc1aea9e98f3c4f07f5608eb77b689bc61793e9beebfea82155e9237bf1be
build:
noarch:... | {% set name = "linear_operator" %}
{% set version = "0.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 81adc1aea9e98f3c4f07f5608eb77b689bc61793e9beebfea82155e9237bf1be
build:
noarch:... | Revert "Remove pytorch version spec" | Revert "Remove pytorch version spec"
This reverts commit a159f0f70573675483f581527cb312001eacd101.
| YAML | bsd-3-clause | ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes |
7a3a35c09d281a091f7457397bb2e3cce20ffaa0 | java/backend/src/main/resources/application.yml | java/backend/src/main/resources/application.yml | # Give the project a nice name
spring.application.name: backend
# Set the port
server.port: ${SERVER_PORT:8081}
# Enable all the actuator endpoints for HTTP (keep them under the base path) and JMX
management.endpoints:
web:
base-path: /
exposure.include: "*"
jmx.exposure.include: "*"
spring.jpa.hibernate... | # Give the project a nice name
spring.application.name: backend
# Set the port
server.port: ${SERVER_PORT:8081}
# Enable all the actuator endpoints for HTTP (keep them under the base path) and JMX
management.endpoints:
web:
base-path: /
exposure.include: "*"
jmx.exposure.include: "*"
spring.jpa.hibernate... | Fix MySQL JDBC connection (we need a Timezone) | Fix MySQL JDBC connection (we need a Timezone)
| YAML | mit | xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring |
7d871f6c5c1eec987e1e05b76dd659b3633d9a33 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- openstack-lower-constraints-jobs-neutron
- openstack-python3-ussuri-jobs-neutron
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| - project:
templates:
- openstack-lower-constraints-jobs-neutron
- openstack-python3-victoria-jobs-neutron
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ice7a9c700eea40f592e9417e29ce2... | YAML | apache-2.0 | openstack/networking-sfc,openstack/networking-sfc |
8cbbef893743cc9584e22ed4984cd9c2e4648360 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:14.17.1-stretch-browsers
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo npm install -g bower grunt-cli gulp-cli
sudo apt-get update -qq
sudo apt-get install -y ... | version: 2
jobs:
build:
docker:
- image: circleci/node:14.17.1-stretch-browsers
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo npm install -g bower grunt-cli gulp-cli npm@7
sudo apt-get update -qq
sudo apt-get insta... | Set Circle to NPM 7 | Set Circle to NPM 7
| YAML | agpl-3.0 | netbek/lichen,netbek/lichen |
bac724f2e35a1d285a04a4fe3f6a787d6433fa97 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: golang
working_directory: /go/src/github.com/tisp-lang/tisp
steps:
- checkout
- run:
name: OS Setup
command: |
apt -y update --fix-missing
apt -y install rake
- run:
name: Install depen... | version: 2
jobs:
build:
docker:
- image: golang
working_directory: /go/src/github.com/tisp-lang/tisp
steps:
- checkout
- run:
name: OS Setup
command: |
apt -y update --fix-missing
apt -y install rake
- run:
name: Install depen... | Disable coverage report from Circle CI | Disable coverage report from Circle CI
| YAML | mit | raviqqe/tisp,raviqqe/tisp,raviqqe/tisp,tisp-lang/tisp,tisp-lang/tisp |
970470d8971130789102f3701b9cf8e79c6a7b30 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: chrisdotn/truffle-docker
- image: wbuchwalter/testrpc
command: testrpc -m 'scen... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: chrisdotn/truffle-docker:0.0.4
- image: wbuchwalter/testrpc
command: testrpc -m... | Add fixed version to docker images | Add fixed version to docker images
| YAML | mit | chrisdotn/jsmnSol |
a8a06bfff63f4e6f9fa679373d82e015deac3663 | .circleci/config.yml | .circleci/config.yml | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
branches:
only:
- circleci
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8
working_directory: /go/src/github.com/antonve/logger-api
steps:
... | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
branches:
only:
- circleci
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8
working_directory: /go/src/github.com/antonve/logger-api
steps:
... | Remove run prefix from checkout | Remove run prefix from checkout
| YAML | mit | antonve/logger-api |
6c20ab07eacf9b17244ba969888d3d6d5d929ede | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: dideler/fish-shell:3.0.0
shell: fish
steps:
- checkout
- run:
name: Install fisher
command: |
apt-get update --quiet
apt-get install --yes --quiet curl
curl -sLo ~/.config/fish/functions/fis... | version: 2
jobs:
build:
docker:
- image: dideler/fish-shell:3.0.0
shell: fish
steps:
- checkout
- run:
name: Install fisher
command: |
apt-get update --quiet
apt-get install --yes --quiet curl
curl -sLo ~/.config/fish/functions/fis... | Fix CI build: installing fisher | Fix CI build: installing fisher
There was a breaking API change in fisher 3.2.6 even though it wasn't
a major version change according to semver.
https://github.com/jorgebucaran/fisher/commit/37a6cd28e3b742915be4d672c988cf55bcafc8fb
| YAML | mit | dideler/fish-cd-git |
a334b624c09847c51934140dccf64eda18e87e65 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
jobs:
unittest-lint:
parallelism: 1
working_directory: ~/repo
docker:
- image: manifoldai/orbyter-ml-dev:latest
steps:
- checkout
- run:
name: Black lint check
command: |
cd swifter && black -l 120 -... | version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
jobs:
unittest-lint:
parallelism: 1
working_directory: ~/repo
docker:
- image: python:3.6
steps:
- checkout
- run:
name: Black lint check
command: |
pip install black && cd swifter && black -l 120 --... | Switch to python 3.6 base image for CI | Switch to python 3.6 base image for CI
| YAML | mit | jmcarpenter2/swifter |
7e10475407e3b896b5e1ba35727da8896c563a08 | .circleci/config.yml | .circleci/config.yml | version: 2
workflows:
version: 2
test:
jobs:
- test-3.7
- test-3.6
- test-3.5
jobs:
test-3.6: &test-template
docker:
- image: circleci/python:3.6-jessie
working_directory: ~/repo
steps:
- checkout
- run:
name: Install Octave
command: |
... | version: 2
workflows:
version: 2
test:
jobs:
- test-3.6
- test-3.5
jobs:
test-3.6: &test-template
docker:
- image: circleci/python:3.6-jessie
working_directory: ~/repo
steps:
- checkout
- run:
name: Install Octave
command: |
sudo apt-ge... | Remove python 3.7 from CI | Remove python 3.7 from CI
| YAML | mit | suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online |
6fb90abb969249373d11693cf53e062228756c90 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
macos:
xcode: '10.0.0'
environment:
GEM_HOME: .gem
GEM_PATH: .gem
steps:
- checkout
- run: gem install fastlane --no-rdoc --no-ri --no-document
- run: echo 'export PATH=$GEM_PATH:$PATH' >> $BASH_ENV
- run: make test_macOS
- run: make test_tvOS
... | version: 2
jobs:
build:
macos:
xcode: '10.0.0'
environment:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
GEM_HOME: .gem
GEM_PATH: .gem
steps:
- checkout
- run: gem install fastlane --no-rdoc --no-ri --no-document
- run: echo 'export PATH=$GEM_PATH:$PATH' >> $BASH_ENV
... | Set locale to UTF-8 for fastlane | Set locale to UTF-8 for fastlane
See https://docs.fastlane.tools/getting-started/ios/setup/#set-up-environment-variables
| YAML | mit | 0xced/XCDYouTubeKit,0xced/XCDYouTubeKit,0xced/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,cre... |
749673b781fd0f244fe6ab4475a054bbd99de4b3 | tmuxinator/blog.yml | tmuxinator/blog.yml | # ~/.tmuxinator/blog.yml
<% jekyll_port = 5000 %>
<% grip_port = 6419 %>
name: blog
root: ~/blogs/paulfioravanti.github.io
on_project_first_start:
- bundle install
- bundle update
- open --background https://analytics.google.com/analytics
- open --background https://paulfioravanti.disqus.com
# Jekyll serve... | # ~/.tmuxinator/blog.yml
# Jekyll runs on 4000 by default
<% jekyll_port = 5000 %>
# Grip runs on 6419 by default
<% grip_port = 7419 %>
name: blog
root: ~/blogs/paulfioravanti.github.io
on_project_first_start:
- bundle install
- bundle update
- open --background https://analytics.google.com/analytics
- open... | Change grip port so it doesn't clobber the Grip port of any other projects that may be running | Change grip port so it doesn't clobber the Grip port of any other projects that may be running
| YAML | mit | paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles |
f83b4d01bab36253612fa07bf9fdc156dd09de6c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/slim-base
branches:
ignore:
- '/slummed\/.*/'
steps:
- add-ssh-keys:
fingerprints:
- '56:76:54:43:c3:70:31:03:b5:ff:20:89:43:af:a2:48'
- checkout
- run:
name: Create slummed mirror of this b... | version: 2
jobs:
build:
docker:
- image: circleci/slim-base
branches:
ignore:
- '/slummed\/.*/'
steps:
- add-ssh-keys:
fingerprints:
- '56:76:54:43:c3:70:31:03:b5:ff:20:89:43:af:a2:48'
- checkout
- run:
name: Create slummed mirror of this b... | Fix all the problems with the CI filter-branch command | Fix all the problems with the CI filter-branch command
| YAML | mit | stuartpb/git-slum |
9f0246b1b7ab25a65be936f7f16b188a21d8ace4 | .circleci/config.yml | .circleci/config.yml | #
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --... | #
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --... | Add setup_remote_docker to deploy job | Add setup_remote_docker to deploy job
| YAML | apache-2.0 | shusugmt/st2-docker,shusugmt/st2-docker |
14d0a79f7614f660bbb96801cea16fe75d61e4f1 | .kitchen.vagrant.yml | .kitchen.vagrant.yml | ---
provisioner:
name: puppet_apply
files_path: files
manifests_path: test/integration
puppet_debug: false
puppet_verbose: false
driver:
name: vagrant
customize:
cpus: 2
memory: 3096
cpuexecutioncap: 50
platforms:
# Opscode vagrant box names taken from http://www.vagrantbox.es/
- name: c... | ---
provisioner:
name: puppet_apply
files_path: files
manifests_path: test/integration
driver:
name: vagrant
customize:
cpus: 2
memory: 3096
cpuexecutioncap: 50
platforms:
# Opscode vagrant box names taken from http://www.vagrantbox.es/
- name: centos-6.5
- name: debian-7.4
- name: ubunt... | Clean up test kitchen configuration. | Clean up test kitchen configuration.
| YAML | mit | dynaTrace/Dynatrace-Puppet,nespresso/Dynatrace-Puppet,dynaTrace/Dynatrace-Puppet,nespresso/Dynatrace-Puppet,nespresso/Dynatrace-Puppet,dynaTrace/Dynatrace-Puppet |
393924e8abb439a7224c9558ae535c090821feb2 | _config/extensions.yml | _config/extensions.yml | ---
Only:
moduleexists: 'userforms'
---
DynamicList:
extensions:
- 'DynamicListUDFExtension'
| ---
Only:
moduleexists: 'silverstripe/userforms'
---
DynamicList:
extensions:
- 'DynamicListUDFExtension'
| FIx reference to silverstripe/userforms in yml moduleexists | FIx reference to silverstripe/userforms in yml moduleexists
| YAML | bsd-3-clause | sheadawson/silverstripe-dynamiclists,sheadawson/silverstripe-dynamiclists |
3452242c7eed1f05b6f41d6043091b9383eef57b | .github/workflows/gateware.yml | .github/workflows/gateware.yml | name: oxide_ci
on: [push, pull_request]
jobs:
check-multi-proj:
runs-on: ubuntu-latest
steps:
- run: wget --progress=dot:giga -O- https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14.tar.gz | tar -xzC /opt
- run: echo "/opt/riscv64-unknown-elf-gcc-8... | name: oxide_ci
on: [push, pull_request]
jobs:
check-multi-proj:
runs-on: ubuntu-latest
steps:
- run: wget --progress=dot:giga -O- https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14.tar.gz | tar -xzC /opt
- run: echo "/opt/riscv64-unknown-elf-gcc-8... | Use Conda instead of building Oxide tools from scratch. | Use Conda instead of building Oxide tools from scratch.
Signed-off-by: Tim Callahan <ea16a3c075a6a229c9a452aa4faba7441b41c040@google.com>
| YAML | apache-2.0 | google/CFU-Playground,google/CFU-Playground,google/CFU-Playground,google/CFU-Playground |
a1632259dc5197447ec666bfc4357381fe8f303b | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | Update Valgrind to new version 3.0.0 | Update Valgrind to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
b3249204db241ebc6938b198fc2bda0c01d0fccd | .github/workflows/python-app.yml | .github/workflows/python-app.yml | name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.6.8'
steps:
- uses: checkout@v2
with:
fetch-depth: ‘2’
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.6.8
- ... | name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.6.8'
steps:
- uses: checkout@v2
with:
fetch-depth: ‘2’
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.6.8
- ... | Remove unnecessary with clause from workflow | Remove unnecessary with clause from workflow | YAML | mit | craigthomas/Chip8Python |
76b564a26d9102a041d1dccd52b1636e2f18e6a9 | .drone.yml | .drone.yml | clone:
git:
image: plugins/git
depth: 1
pipeline:
signed-off-check:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=gallery
- CORE_BRANCH=master
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
-... | clone:
git:
image: plugins/git
depth: 1
pipeline:
signed-off-check:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=gallery
- CORE_BRANCH=master
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
-... | Add auth token to GitHub requests | Add auth token to GitHub requests
Signed-off-by: Daniel Calviño Sánchez <bd7629e975cc0e00ea7cda4ab6a120f2ee42ac1b@gmail.com>
| YAML | agpl-3.0 | desaintmartin/gallery,desaintmartin/gallery,desaintmartin/gallery |
1b128aa5cd61e33216a02b63fec79f99f615d631 | .drone.yml | .drone.yml | build:
unit_tests:
image: python:3
commands:
- apt-get install -y --no-install-recommends curl
- curl -sL https://deb.nodesource.com/setup_6.x | bash -
- apt-get install nodejs libjpeg-dev ghostscript
- npm install -g less
- cp onlineweb4/settings/example-local.py onlineweb4/set... | build:
unit_tests:
image: python:3
commands:
- apt-get install -y --no-install-recommends curl
- curl -sL https://deb.nodesource.com/setup_6.x | bash -
- apt-get install nodejs libjpeg-dev ghostscript
- npm install -g less
- cp onlineweb4/settings/example-local.py onlineweb4/set... | Add deployment of dev on every push to develop | Add deployment of dev on every push to develop
| YAML | mit | dotKom/onlineweb4,dotKom/onlineweb4,dotKom/onlineweb4,dotKom/onlineweb4 |
00e7fdeeccb3b57890576a68cd949c2415806eb9 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ic436d12516f32c3125fe8c3a2cef141... | YAML | apache-2.0 | openstack/python-solumclient |
0fe843d86722cfe96046d4097168998386350a8d | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs10-jobs
- openstack-lower-constraints-jobs-horizon
- openstack-python-jobs-horizon
- openstack-python3-train-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-pyt... | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs10-jobs
- openstack-lower-constraints-jobs-horizon
- openstack-python-jobs-horizon
- openstack-python3-ussuri-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-py... | Switch to official Ussuri jobs | Switch to official Ussuri jobs
Change-Id: I09354ad59b62902aa6667b83e17f4bcd1925de21
| YAML | apache-2.0 | stackforge/senlin-dashboard,stackforge/senlin-dashboard,stackforge/senlin-dashboard,openstack/senlin-dashboard,openstack/senlin-dashboard,openstack/senlin-dashboard,openstack/senlin-dashboard |
6c546a04591741d4e0f9f073b7805e8f64a7ec79 | .zuul.yaml | .zuul.yaml | - job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack... | - job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack... | Use Horizon project template for nodejs jobs | Use Horizon project template for nodejs jobs
Horizon defined a project template 'horizon-nodejs-jobs'
for nodejs jobs. This patch updates ``.zuul.yaml`` to
use that template to run nodejs jobs here.
Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929
Change-Id: I29d423305cd15cd3d22ab48c599968c89ee8b44... | YAML | apache-2.0 | openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui |
8b7a41e247e7619ea701b6b449856dceb31f1d98 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- openstack-python3-victoria-jobs
- openstack-lower-constraints-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- bifrost-integration-tinyipa-ubuntu-bionic
- bifrost-integration-tinyipa-cen... | - project:
templates:
- openstack-python3-victoria-jobs
- openstack-lower-constraints-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- bifrost-integration-tinyipa-ubuntu-bionic
- bifrost-integration-tinyipa-cen... | Make the keystone job voting and re-enable commented out jobs | Make the keystone job voting and re-enable commented out jobs
The keystone job used to be voting before the Python 3 transition.
Also uncomment the jobs that we're supposed to either fix or remove.
Change-Id: Ia069ec6c7b747171c3fd3085dfd4766f8b2197ee
| YAML | apache-2.0 | openstack/bifrost,openstack/bifrost |
a6141a597b06c6ee91d6e8a6c651b94f4fd9ca05 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9.1
working_directory: /go/src/github.com/FINRAOS/yum-nginx-api
steps:
- run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite .
- run:
shell: /bin/sh
command: |
cd yum-nginx-ap... | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9.1
working_directory: /go/src/github.com/FINRAOS/yum-nginx-api
steps:
- setup_remote_docker
- run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite .
- run:
shell: /bin/bash
command:... | Change build to work with circleci 2 | Change build to work with circleci 2
| YAML | apache-2.0 | FINRAOS/yum-nginx-api,FINRAOS/yum-nginx-api |
78b234a826af91da0be5f37ee003aefee322d976 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
node: circleci/node@2.0.3
workflows:
test:
jobs:
- node/test
| version: 2.1
orbs:
node: circleci/node@2.1.0
workflows:
test:
jobs:
- node/test
| Update node orb to v2.1.0 | Update node orb to v2.1.0
| YAML | mit | wesbaker/nemeslack,wesbaker/nemeslack,wesbaker/nemeslack |
ef65b1918578eccb9fcbedb0294e2781dde91689 | .circleci/config.yml | .circleci/config.yml | version: 2.1
executors:
gcc:
parameters:
version:
type: string
docker:
- image: gcc:<< parameters.version >>
jobs:
lint:
docker:
- image: koalaman/shellcheck-alpine:stable
steps:
- checkout
- run:
name: ShellCheck version
command: shellchec... | version: 2.1
executors:
gcc:
parameters:
version:
type: string
docker:
- image: gcc:<< parameters.version >>
jobs:
lint:
docker:
- image: koalaman/shellcheck-alpine:stable
steps:
- checkout
- run:
name: ShellCheck version
command: shellchec... | Stop build ruby because it takes long time to build | Stop build ruby because it takes long time to build
| YAML | unlicense | curipha/install |
43beadef0a5d37af013640cfa7bcbd1e1a2ff986 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documen... | version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documen... | Use md5 instead of ls -laR | Use md5 instead of ls -laR
| YAML | mit | patrick91/pycon,patrick91/pycon |
8f789cc4f5a238e1afe37783dfbc6c8f3190f0e6 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/mongo:3
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
| version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:257fdc7e2949a9576e1a96364e0428d461d0505167c70dcc3e6c3825ce8a6557
- image: circleci/mongo:3@sha256:ee19048c4d10975ce337f9c07efe73a706114ac78f5c0e597f0dce366cad9327
steps:
- checkout
- run: yarn install --frozen-lockfile
... | Update Pin Docker Digests packages | Update Pin Docker Digests packages | YAML | mit | js-accounts/accounts |
f1519257ed00290c8e821e0cc0bc039af559445a | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8
# Specify service dependencies here if necessary
# CircleCI main... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8@sha256:257fdc7e2949a9576e1a96364e0428d461d0505167c70dcc3e6c3825ce8a6557
... | Update circleci/node to tag 8 | Update circleci/node to tag 8 | YAML | mit | wKovacs64/hibp-stdlib |
f21f1c5cfe1b1f2390c339271d28e85fc396b286 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/NuffieProductions/ClaimToken
parallelism: 1
shell: /bin/bash --login
docker:
- image: circleci/ruby:2.6.0-jessie
environment:
BUNDLE_PATH: vendor/bundle
steps:
- checkout
- run:
name: Which bundler?
command: bu... | version: 2
jobs:
build:
working_directory: ~/NuffieProductions/ClaimToken
parallelism: 1
shell: /bin/bash --login
docker:
- image: circleci/ruby:2.6-stretch
environment:
BUNDLE_PATH: vendor/bundle
steps:
- checkout
- run:
name: Which bundler?
command: bun... | Update build image to use stretch rather than jessie linux distribution | Update build image to use stretch rather than jessie linux distribution | YAML | apache-2.0 | NuffieProductions/ClaimToken |
7479993532020e9049eac8fbca64002ae51d7564 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
python: circleci/python@2.0.3
ship: auth0/ship@dev:alpha
executors:
python_3_10:
docker:
- image: cimg/python:3.10
python_2_7:
docker:
- image: cimg/python:2.7
jobs:
python_3:
executor: python_3_10
steps:
- checkout
- python/install-packages:
... | version: 2.1
orbs:
python: circleci/python@2.0.3
ship: auth0/ship@dev:35c43dd
executors:
python_3_10:
docker:
- image: cimg/python:3.10
python_2_7:
docker:
- image: cimg/python:2.7
jobs:
python_3:
executor: python_3_10
steps:
- checkout
- python/install-packages:
... | Use specific build for Python releasing | Use specific build for Python releasing
| YAML | mit | auth0/auth0-python,auth0/auth0-python |
b103be775e4ddeb776bd3f3bdc77ea3a20366ca5 | config/k8s/worker-deployment.yaml | config/k8s/worker-deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: portability
name: portability-worker
spec:
replicas: 3
selector:
matchLabels:
app: portability
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
cre... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: portability
name: portability-worker
spec:
replicas: 3
selector:
matchLabels:
app: portability
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
cre... | Use keyword for image name for setup script to substitute in, depending on project name | Use keyword for image name for setup script to substitute in, depending on project name
| YAML | apache-2.0 | google/data-transfer-project,google/data-transfer-project,google/data-transfer-project,google/data-transfer-project,google/data-transfer-project |
ed8790d441912954c09d9cb5f628565d9d023947 | tools/docker_dev/environment.yml | tools/docker_dev/environment.yml | name: scipydev
dependencies:
- pytest=6.2.1
- pybind11=2.6.1
- compilers=1.1.3
- matplotlib=3.3.3
- numpy=1.19.5
- mypy=0.800
- python=3.8
- sphinx=3.4.3
- cython=0.29.21 | name: scipydev
dependencies:
- pytest=6.2.1
- pybind11=2.6.1
- compilers=1.1.3
- matplotlib=3.3.3
- numpy=1.19.5
- mypy=0.800
- python=3.8
- sphinx=3.4.3
- cython=0.29.21
- pythran=0.9.8.post2
- ipython=7.19.0 # that version has working autocompletion it looks like | Add pythran and ipython deps | DEV: Add pythran and ipython deps
| YAML | bsd-3-clause | Eric89GXL/scipy,e-q/scipy,zerothi/scipy,matthew-brett/scipy,anntzer/scipy,perimosocordiae/scipy,andyfaff/scipy,Eric89GXL/scipy,grlee77/scipy,rgommers/scipy,endolith/scipy,mdhaber/scipy,Stefan-Endres/scipy,zerothi/scipy,vigna/scipy,ilayn/scipy,matthew-brett/scipy,endolith/scipy,grlee77/scipy,e-q/scipy,anntzer/scipy,mdha... |
f740d72a382230bad98ebfb91b66707c848253cc | metadata/com.jarsilio.android.drowser.yml | metadata/com.jarsilio.android.drowser.yml | Categories:
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/juanitobananas/drowser/tree/HEAD
IssueTracker: https://gitlab.com/juanitobananas/drowser/issues
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
AutoName: Drowser
Summary: Simple background app killer
Description: |-
Avoid rogue apps from runni... | Categories:
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/juanitobananas/drowser/tree/HEAD
IssueTracker: https://gitlab.com/juanitobananas/drowser/issues
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
AutoName: Drowser
Summary: Simple background app killer
Description: |-
Avoid rogue apps from runni... | Update Drowser to 0.9 (9) | Update Drowser to 0.9 (9)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
7068cb378dc6117752a7307b539eb00216b285b6 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | {% set name = "climlab" %}
{% set version = "0.6.0.dev7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../
build:
number: 0
#skip: True # [not py2k]
requirements:
build:
- toolchain
- mingwpy # [win]
- gcc # [osx]
- python
- setuptools
- libgfortran ... | {% set name = "climlab" %}
{% set version = "0.6.0.dev7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../
build:
number: 0
#skip: True # [not py2k]
requirements:
build:
- toolchain
- mingwpy # [win]
- gcc # [osx or linux]
- python
- setuptools
- libg... | Add gcc to conda build packages for linux. | Add gcc to conda build packages for linux.
| YAML | mit | cjcardinale/climlab,cjcardinale/climlab,brian-rose/climlab,brian-rose/climlab,cjcardinale/climlab |
5a3b75bfc94d1f836eaf8224044b8f3921d63a9a | packages/fu/funcons-values.yaml | packages/fu/funcons-values.yaml | homepage: http://plancomps.org
changelog-type: ''
hash: 4be12a9cdf0a2cd87070262fa8593abc903a772224904bef82dde482419b9f40
test-bench-deps: {}
maintainer: L. Thomas van Binsbergen <ltvanbinsbergen@acm.org>
synopsis: Library providing values and operations on values.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
tex... | homepage: http://plancomps.org
changelog-type: ''
hash: a25fe850c369e5954bac484bb0e896e4f36cd61366ac82d00bd70210f779b248
test-bench-deps: {}
maintainer: L. Thomas van Binsbergen <ltvanbinsbergen@acm.org>
synopsis: Library providing values and operations on values in a fixed universe.
changelog: ''
basic-deps:
base: !... | Update from Hackage at 2018-07-06T16:25:32Z | Update from Hackage at 2018-07-06T16:25:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
14c5b0af5fea5d34adb68b0e168eb7d78237720d | packages/pa/pandoc-citeproc-preamble.yaml | packages/pa/pandoc-citeproc-preamble.yaml | homepage: https://github.com/spwhitton/pandoc-citeproc-preamble
changelog-type: ''
hash: 49f3ddf58a41146ad46077bfc61025be283b4ca001cfbb475831fd3733132b2c
test-bench-deps: {}
maintainer: spwhitton@spwhitton.name
synopsis: Insert a preamble before pandoc-citeproc's bibliography
changelog: ''
basic-deps:
base: ! '>=4 &&... | homepage: https://github.com/spwhitton/pandoc-citeproc-preamble
changelog-type: ''
hash: 0fe4483763b607d2b8b1030fbe68dce80399c2014dfab7bf0456e84fc24e2cf8
test-bench-deps: {}
maintainer: spwhitton@spwhitton.name
synopsis: Insert a preamble before pandoc-citeproc's bibliography
changelog: ''
basic-deps:
base: ! '>=4 &&... | Update from Hackage at 2019-11-29T04:48:27Z | Update from Hackage at 2019-11-29T04:48:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
55d8de967c8a38d4f56159ca380e18828c6fb6bd | packages/uu/uu-interleaved.yaml | packages/uu/uu-interleaved.yaml | homepage: https://github.com/UU-ComputerScience/uu-interleaved
changelog-type: ''
hash: 72ae61853b078af0e6aeea60d7ab1866e8998604bc184177f1475474385faaef
test-bench-deps: {}
maintainer: Doaitse Swierstra
synopsis: Providing an interleaving combinator for use with applicative style implementations.
changelog: ''
basic-de... | homepage: https://github.com/UU-ComputerScience/uu-interleaved
changelog-type: ''
hash: cbaa7ae178e615b36e683cff0e582bfeae984099211c1a87d052d8d4e7e9e186
test-bench-deps: {}
maintainer: Doaitse Swierstra
synopsis: An interleaving combinator for use with applicative style implementations.
changelog: ''
basic-deps:
base... | Update from Hackage at 2018-08-06T14:48:14Z | Update from Hackage at 2018-08-06T14:48:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
727e27213a872e666230e46ca00722805e19b944 | roles/git/tasks/main.yml | roles/git/tasks/main.yml | ---
- name: Install git
apt:
name: git
state: latest
- name: Memorize hub version
shell: "hub --version | grep hub | cut -d' ' -f3"
register: hub_installed_version
ignore_errors: True
- block:
- name: Download hub
get_url: url={{hub_url}} dest=/tmp
- name: Extract hub
unarchive: src=/tmp... | ---
- name: Install git
apt:
name: git
state: latest
- name: Memorize hub version
shell: "hub --version | grep hub | cut -d' ' -f3"
register: hub_installed_version
ignore_errors: True
- block:
- name: Download hub
get_url: url={{hub_url}} dest=/tmp
- name: Extract hub
unarchive: src=/tmp... | Fix warnings on latest ansible | Fix warnings on latest ansible
| YAML | mit | deivid-rodriguez/dotfiles,deivid-rodriguez/dotfiles |
703c080919199b446d31a6eb64f50032c40c147c | tasks/main.yml | tasks/main.yml | ---
# Returns 'ansible_aws_params_file' which is where future playbooks can load params
- name: Load AWS config params
include: ansible_aws_load_config.yml
when: ansible_aws_load_config
- name: Login to AWS ECR
include: ansible_aws_login_to_ecr.yml
when: ansible_aws_login_to_ecr
# Bring up the instances we c... | ---
# Returns 'ansible_aws_params_file' which is where future playbooks can load params
- name: Load AWS config params
include: ansible_aws_load_config.yml
when: ansible_aws_load_config
with_items: "{{ ansible_aws_config_files | default([]) }}"
loop_control:
loop_var: ansible_aws_config_file
- name: Login... | Move from single invocation to lists * get_info * load_config | Move from single invocation to lists
* get_info
* load_config
| YAML | bsd-2-clause | dieswaytoofast/ansible_aws |
051605d07df03277fbf630c0d1a67256ee97ea1d | tasks/main.yml | tasks/main.yml | ---
- include: install.yml
tags: [influxdb, install]
- include: configure.yml
tags: [influxdb, configure]
- name: Start the InfluxDB service
service:
name: influxdb
state: restarted
enabled: yes
register: influxdb_started
when: influxdb_start_service
- name: Wait for InfluxDB to come up
wait_... | ---
- include: install.yml
tags: [influxdb, install]
- include: configure.yml
tags: [influxdb, configure]
- name: Start the InfluxDB service
service:
name: influxdb
state: restarted
enabled: yes
register: influxdb_started
when: influxdb_start_service
- name: Wait for InfluxDB to come up
wait_... | Improve error handling on startup. | Improve error handling on startup.
| YAML | mit | rossmcdonald/influxdb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.