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 |
|---|---|---|---|---|---|---|---|---|---|
cd6e6d9adbaf51d894d2f636110ece4419374a37 | appveyor.yml | appveyor.yml | version: 1.0.{build}
install:
- cinst pester
init:
- git config --global core.autocrlf true
before_build:
- nuget restore
- ps: Update-Help
build_script:
- ps: .\build.ps1
on_finish:
- ps: |
# Pester tests produce artifacts in .\out directory
$pesterTestResultsFile = ".\Te... | version: 1.0.{build}
install:
- cinst pester
init:
- git config --global core.autocrlf true
before_build:
- nuget restore
- ps: Update-Help
build_script:
- ps: .\build.ps1
on_finish:
- ps: |
# Pester tests produce artifacts in .\out directory
$pesterTestResultsFile = ".\Te... | Change name of the generated archive | Change name of the generated archive
| YAML | mit | PowerShell/platyPS,PowerShell/platyPS,PowerShell/platyPS |
633278de8f862c2691deabdde570736e88a1a3ee | appveyor.yml | appveyor.yml | version: "{build}-{branch}"
branches:
except:
- gh-pages
init:
- ps: choco install -y pester
build: off
test_script:
- ps: invoke-pester -path test/ -outputfile TestResults.xml -outputformat NUnitXML
- ps: (new-object net.webclient).uploadfile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVE... | version: "{build}-{branch}"
branches:
except:
- gh-pages
init:
- ps: choco install -y pester
build: off
test_script:
- ps: $result = invoke-pester -path test/ -outputfile TestResults.xml -outputformat NUnitXML -passthru
- ps: (new-object net.webclient).uploadfile("https://ci.appveyor.com/api/testresult... | Enable pester to exit powershell session on failure | Enable pester to exit powershell session on failure
| YAML | unlicense | huncrys/scoop,deepwaterdiver/scoop,deevus/scoop-powershell2,Congee/scoop,ErnWong/scoop,moigagoo/scoop,nueko/scoop,lukesampson/scoop,reelsense/scoop,saildata/scoop,barohatoum/scoop,seonho/scoop,rasa/scoop,damnhandy/scoop,vidarkongsli/scoop,pacificcoast/scoop,rivy/scoop,guillermooo-forks/scoop,rmyorston/scoop,toxeus/scoo... |
f1724e577a7f3ee6927ac62bc32d847554e57e53 | appveyor.yml | appveyor.yml | build: false
environment:
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda
- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.5"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda3
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.... | build: false
environment:
matrix:
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.8"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda
- PYTHON: "C:\\Python33"
PYTHON_VERSION: "3.3.5"
PYTHON_ARCH: "32"
MINICONDA: C:\Miniconda3
- PYTHON: "C:\\Python34"
PYTHON_VERSION: "3.... | Add Python 3.5 to Appveyor. | TST: Add Python 3.5 to Appveyor.
| YAML | mit | emaudes/bha,ritviksahajpal/LUH2,christiancarballo/bha,ritviksahajpal/LUH2,uwescience/shablona,neurohackweek/avalanche,rabernat/xrft,mfalkiewicz/diffusion_embed,arokem/shablona,ramansbach/cluster_analysis,katiehamren/splash,xgcm/xrft,ramansbach/cluster_analysis,ramansbach/cluster_analysis,mekman/recon,geoffbacon/semrep,... |
359db8788a2f4b895072a5cc8c88d68ad384195e | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python27"
cache:
- C:\container
- C:\Python27
install:
- ps: $env:PATH="${env:PYTHON};${env:PYTHON}/Scripts;${env:PATH};C:/MinGW/bin"
- ps: $env:POLYSQUARE_PREINSTALLED_PYTHON="C:/Python27"
- ps: wget public-travis-scripts.polysquare.org/bootst... | environment:
matrix:
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python27"
cache:
- C:\container -> appveyor.yml
- C:\Python27 -> appveyor.yml
- C:\Python34 -> appveyor.yml
install:
- ps: $env:PATH="${env:PYTHON};${env:PYTHON}/Scripts;${env:PATH};C:/MinGW/bin"
- ps: $env:POLYSQUARE_PREINSTALLED_PYTHON="C:/Py... | Use Python 3.4 as default container | Use Python 3.4 as default container
| YAML | mit | polysquare/polysquare-generic-file-linter |
e9c74dd59c560f9502b63e7890437f1f7f4a2196 | appveyor.yml | appveyor.yml | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
- bundle install --without examples
before_test:
- ruby -v
- gem -v
- bundle -v
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "200"
- ruby_version: "200-x64"
- ruby_... | ---
install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
- gem install bundler -v '< 2.0'
- bundle install --without examples
before_test:
- ruby -v
- gem -v
- bundle -v
build: off
test_script:
- bundle exec rake ci
environment:
matrix:
- ruby_version: "21"
- ruby_version: "21-x64"
- ruby_ve... | Change to remove Ruby 2.0 | Change to remove Ruby 2.0
| YAML | mit | peter-murach/rspec-benchmark,piotrmurach/rspec-benchmark,piotrmurach/rspec-benchmark |
ad91d31d57d2c11f246fbaec4ec76f0f6d3953d0 | appveyor.yml | appveyor.yml | os: Visual Studio 2014 CTP4
version: "{build}"
build: off
platform: x64
environment:
matrix:
- nodejs_version: "0.10"
nodejs_arch: "x86"
- nodejs_version: "0.10"
nodejs_arch: "x64"
- nodejs_version: "0.12"
nodejs_arch: "x86"
- nodejs_version: "0.12"
nodejs_arch: "x64"
- nodejs_version: "2"
... | os: Visual Studio 2014 CTP4
version: "{build}"
build: off
platform: x64
environment:
matrix:
- nodejs_version: "0.10"
nodejs_arch: "x86"
- nodejs_version: "0.10"
nodejs_arch: "x64"
- nodejs_version: "0.12"
nodejs_arch: "x86"
- nodejs_version: "0.12"
nodejs_arch: "x64"
- nodejs_version: "2"
... | Add node versions 4, 6, 8, 10, 12 to Appveyor | Add node versions 4, 6, 8, 10, 12 to Appveyor
| YAML | apache-2.0 | dachev/node-cld,dachev/node-cld,dachev/node-cld |
7c4395e120b8f87ae39aa5a59d8992a95543a808 | appveyor.yml | appveyor.yml | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 0.12
install:
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
- npm install -g grunt-cli
- npm install
- npm build
build: off... | # appveyor file
# http://www.appveyor.com/docs/appveyor-yml
init:
- git config --global core.autocrlf input
environment:
matrix:
- nodejs_version: 4.2
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g grunt-cli
- npm install
- npm build
build: off
test_script:
- node --ve... | Update AppVeyor to Node 4.2 | Update AppVeyor to Node 4.2
| YAML | mit | trustmaster/noflo,trustmaster/noflo,noflo/noflo |
b6851915655d3988bb6650287a5ad8fea5b69a71 | appveyor.yml | appveyor.yml | version: '{build}'
os: Visual Studio 2015
clone_depth: 1
configuration:
- Release
before_build:
- cmake -H. -Bbuild -G"Visual Studio 14 2015 Win64"
build_script:
- cmake --build build --config Release
| version: '{build}'
os: Visual Studio 2015
clone_depth: 1
configuration:
- Release
install:
- cmd: md .appveyor
- appveyor DownloadFile https://cdn.rawgit.com/ignacio/lua-appveyor-example/0f1932a380ae29d0962db065934556edaf700794/.appveyor/install.bat -FileName .appveyor/install.bat
- appveyor DownloadFile https:... | Add scripts install lua 5.1.5. | Add scripts install lua 5.1.5.
| YAML | bsd-3-clause | ma-bo/lua-poco,ma-bo/lua-poco |
628267b8e3916599e6a748327cf0840169bf0501 | appveyor.yml | appveyor.yml | # AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
# https://ci.appveyor.com/project/PyWavelets/pywt
# This file is built on the template here:
# http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTH... | # AppVeyor.com is a Continuous Integration service to build and run tests under
# Windows
# https://ci.appveyor.com/project/PyWavelets/pywt
# This file is built on the template here:
# http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/
environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTH... | Create wheels to cache on AppVeyor | MAINT: Create wheels to cache on AppVeyor
The install step is split into two stages, the first creates wheels for all
requirements, and the second installs from those wheels. The wheels and
downloaded sources are cached with AppVeyor to reduce build times.
| YAML | mit | eriol/pywt,grlee77/pywt,rgommers/pywt,kwohlfahrt/pywt,kwohlfahrt/pywt,eriol/pywt,rgommers/pywt,kwohlfahrt/pywt,michelp/pywt,PyWavelets/pywt,eriol/pywt,rgommers/pywt,michelp/pywt,grlee77/pywt,PyWavelets/pywt,michelp/pywt,rgommers/pywt |
5d22f140990d0db45448b3e31e72c24bf38920b0 | appveyor.yml | appveyor.yml | cache:
- "c:\\sr" # stack root, short paths == less problems
- "%LOCALAPPDATA%\\Programs\\stack"
build: off
before_test:
- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-windows.zip" -OutFile stack.zip
- ps: Invoke-WebRequest "https://github.com/fpco/... | cache:
- "c:\\sr" # stack root, short paths == less problems
- "%LOCALAPPDATA%\\Programs\\stack"
build: off
before_test:
- ps: Invoke-WebRequest "https://github.com/commercialhaskell/stack/releases/download/v0.1.4.0/stack-0.1.4.0-x86_64-windows.zip" -OutFile stack.zip
- ps: Invoke-WebRequest "https://github.com/fpco/... | Use stack exec to run hlint | Use stack exec to run hlint | YAML | bsd-3-clause | ndmitchell/hlint,ndmitchell/hlint |
be3365d9dfc257a1029bbfab055113ce3c1ae4d6 | appveyor.yml | appveyor.yml | version: "{build}"
environment:
nodejs_version: "4.7.2"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build_script:
- gulp --require coffee-script/register build
build: on | version: "{build}"
environment:
nodejs_version: "4.7.2"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm install gulp -g
build_script:
- gulp --require coffee-script/register build
build: on | Install Gulp global to Appveyor | Install Gulp global to Appveyor
| YAML | mit | drobyshev/drobyshev.github.io |
ed144d26ab9dbe1f0c8a29d1ed88f0abe937bfdd | .circleci/web-values.yaml | .circleci/web-values.yaml |
fullnameOverride: "web"
replicaCount: 3
service:
port: 3000
containers:
- name: web
image: cyberdojo/web
securityContext:
runAsUser: 65534 # nobody
fsGroup: 65534 # nobody
allowPrivilegeEscalation: false
resources:
requests:
cpu: 100m
memory: 128Mi
limit... |
fullnameOverride: "web"
replicaCount: 3
service:
port: 3000
containers:
- name: web
image: cyberdojo/web
securityContext:
runAsUser: 65534 # nobody
fsGroup: 65534 # nobody
allowPrivilegeEscalation: false
resources:
requests:
cpu: 100m
memory: 128Mi
limit... | Remove k8s liveness probe (k8s says it is failing) | Remove k8s liveness probe (k8s says it is failing)
| YAML | bsd-2-clause | cyber-dojo/web,cyber-dojo/web,cyber-dojo/web,cyber-dojo/web |
1982eec644bd211953058add8ad4eba242fb333c | meta/configs/tmux.yaml | meta/configs/tmux.yaml | - link:
~/.tmux.conf: terminals/tmux/tmux.conf
- shell:
- [tmux source-file ~/.tmux.conf, Sourcing new tmux configuration]
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :
| - link:
~/.tmux.conf: terminals/tmux/tmux.conf
- shell:
- [tmux source-file ~/.tmux.conf || true, Sourcing new tmux configuration]
# vim: set filetype=yaml ts=4 sw=4 tw=0 et :
| Make shell script fault tolerant | Make shell script fault tolerant
| YAML | unlicense | vbrandl/dotfiles |
659581ba921cee9489fa85724969e9e4a56622a5 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '2.6'
- '2.7'
services:
postgres:
image: manageiq/postgresql:10
env:
POSTGRESQL_USE... | name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- '2.6'
- '2.7'
services:
postgres:
image: manageiq/postgresql:10
env:
POSTGRESQL_USE... | Add timeout-minutes to setup-ruby job | Add timeout-minutes to setup-ruby job
| YAML | apache-2.0 | ManageIQ/manageiq-providers-amazon,ManageIQ/manageiq-providers-amazon |
91482b66709598c3f9f3bb7a216ba962c550b8f2 | data/users.yml | data/users.yml | - url: http://livingsocial.com/
image: livingsocial.png
- url: http://squareup.com/
image: square.png
- url: http://tilde.io/
image: tilde.png
- url: http://www.zendesk.com/
image: zendesk.png
- url: http://www.groupon.com
image: groupon.png
- url: https://www.yapp.us/
image: yapp.png
- url: http://www.mhel... | - url: http://livingsocial.com/
image: livingsocial.png
- url: http://squareup.com/
image: square.png
- url: http://tilde.io/
image: tilde.png
- url: http://www.zendesk.com/
image: zendesk.png
- url: http://www.groupon.com
image: groupon.png
- url: https://www.yapp.us/
image: yapp.png
- url: http://www.mhel... | Add kohactive logo to about page | Add kohactive logo to about page
| YAML | mit | mrjavascript/website,elwayman02/website,cyberkoi/website,quangv/website,MinxianLi/ember,wifelette/website,EricSchank/website,elwayman02/website,duggiefresh/website,davidpett/website,mrjavascript/website,datajohnny/website,kpfefferle/website,MinxianLi/ember,cyberkoi/website,knownasilya/website,workmanw/ember-website,wor... |
7372d19c628bc1884ac2e0bfb84f318bf4851553 | couscous.yml | couscous.yml | title: Ibuildings QA Tools
github:
user: ibuildingsnl
repo: qa-tools-v3
template:
directory: docs/couscous/template
menu:
items:
home:
text: <i class="fa fa-check"></i> Ibuildings QA Tools
relativeUrl: ""
github:
text: <i class="fa fa-github"></i> Gi... | baseUrl: https://ibuildingsnl.github.io/qa-tools-v3
title: Ibuildings QA Tools
github:
user: ibuildingsnl
repo: qa-tools-v3
template:
directory: docs/couscous/template
menu:
items:
home:
text: <i class="fa fa-check"></i> Ibuildings QA Tools
relativeUrl: ""
githu... | Configure documentation base URL to properly load assets | Configure documentation base URL to properly load assets
| YAML | mit | ibuildingsnl/qa-tools,ibuildingsnl/qa-tools,ibuildingsnl/qa-tools |
7d50262ff9b1a57f887366eb05db08a45b89375c | packages/tr/transient.yaml | packages/tr/transient.yaml | homepage: http://www.fpcomplete.com/user/agocorona
changelog-type: ''
hash: 6d5c85cce22d9e02bec25aa662fddc518691b80e3fe93649eea9c72420ca9795
test-bench-deps: {}
maintainer: agocorona@gmail.com
synopsis: A monad for extensible effects and primitives for unrestricted composability
of applications
changelog: ''
basic-de... | homepage: http://www.fpcomplete.com/user/agocorona
changelog-type: ''
hash: 6ea0eed1cfdedb94f6f826e4256ca57bfa769d36ce386c622d8e3d17e1221462
test-bench-deps: {}
maintainer: agocorona@gmail.com
synopsis: A monad for extensible effects and primitives for unrestricted composability
of applications
changelog: ''
basic-de... | Update from Hackage at 2015-08-22T10:18:25+0000 | Update from Hackage at 2015-08-22T10:18:25+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9bfa1e32871b21dd8d0856f1e6b5ec15637e80d8 | docker-compose.prod.yml | docker-compose.prod.yml | version: '3.4'
services:
web_prod:
restart: always
build:
context: .
dockerfile: Dockerfile.prod
env_file: .env.prod
environment:
POSTGRES_PORT: 5433
volumes:
- type: volume
source: web-media
target: /app/media
volume:
nocopy: true
-... | version: '3.4'
services:
web_prod:
restart: always
build:
context: .
dockerfile: Dockerfile.prod
env_file: .env.prod
environment:
POSTGRES_PORT: 5433
volumes:
- type: volume
source: web-media
target: /app/media
volume:
nocopy: true
-... | Update Postgres to version 12 | Update Postgres to version 12
| YAML | agpl-3.0 | lutris/website,lutris/website,lutris/website,lutris/website |
ae851a5a8f14cca4ff2a85c1ed5102e14d4efb06 | ansible/vars/common_vars.yml | ansible/vars/common_vars.yml | ---
jenkins_user: 'jenkins'
jenkins_group: 'jenkins'
jenkins_home: "/var/lib/{{jenkins_user}}"
jenkins_workspace: "{{jenkins_home}}/workspace"
jenkins_hostname: 10.10.10.10
jenkins_http_port: 8080
jenkins_url_prefix: /
jenkins_full_url: "http://{{ jenkins_hostname }}:{{ jenkins_http_port }}{{ jenkins_url_prefix }}"
... | ---
jenkins_user: 'jenkins'
jenkins_group: 'jenkins'
jenkins_home: "/var/lib/{{jenkins_user}}"
jenkins_workspace: "{{jenkins_home}}/workspace"
jenkins_hostname: 10.10.10.10
jenkins_http_port: 8080
jenkins_url_prefix: /
jenkins_full_url: "http://{{ jenkins_hostname }}:{{ jenkins_http_port }}{{ jenkins_url_prefix }}"
... | Update jenkins swarm plugin version | Update jenkins swarm plugin version
| YAML | mit | EricKoegel/buildbot-xfce |
197283ca3932fa2954649582ae1f4c21747f32f1 | dotfiles.yml | dotfiles.yml | - hosts: all
vars:
dotfiles_repo: "https://github.com/rynffoll/dotfiles"
dotfiles_name: "dotfiles"
dotfiles_branch: "master"
dotfiles_dest: "~/Projects"
dotfiles_home: "~"
dotfiles_files:
- ".bashrc"
- ".tmux.conf"
- ".config/mpv/config"
- ".config/gtk-3.0/gtk.css"
... | - hosts: all
vars:
dotfiles_repo: "https://github.com/rynffoll/dotfiles"
dotfiles_name: "dotfiles"
dotfiles_branch: "master"
dotfiles_dest: "~/Projects"
dotfiles_home: "~"
dotfiles_files:
- ".bashrc"
- ".tmux.conf"
- ".config/mpv/config"
- ".config/gtk-3.0/gtk.css"
... | Add desktop-files to dotfile list | Add desktop-files to dotfile list
| YAML | mit | rynffoll/envy,rynffoll/envy,rynffoll/envy |
d859556922fed88cf91ee1a9dd7d9f5e6bb83c40 | .forestry/front_matter/templates/journal.yml | .forestry/front_matter/templates/journal.yml | ---
label: Journal
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: excerpt
label: Excerpt
description: Short snippet that will show outside of the actual post
config:
required: true
- type: datetime
name: date
label... | ---
label: Journal
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: excerpt
label: Excerpt
description: Short snippet that will show outside of the actual post
config:
required: true
- type: datetime
name: date
label... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog |
639d05139bb52fe921c14a5e1e0066a84faeb63b | roles/docker/tasks/main.yml | roles/docker/tasks/main.yml | ---
- name: CentOS
include: centos.yml
when: 'ansible_distribution == "CentOS"'
- name: Debian
include: debian.yml
when: 'ansible_distribution == "Debian"'
- name: enable docker service
service:
name: docker
enabled: yes
state: started
# Kind of like doing update_cache for apt. Issue: https://... | ---
- name: CentOS
include: centos.yml
when: 'ansible_distribution == "CentOS"'
- name: Debian
include: debian.yml
when: 'ansible_distribution == "Debian"'
- name: enable docker service
service:
name: docker
enabled: yes
state: started
# Install docker-compose which also installs the docker py... | Remove pip upgrade in docker role | Remove pip upgrade in docker role
| YAML | apache-2.0 | osu-mist/ansible-roles |
35718f1c4d12a8da516642a56ffcc32162361e17 | roles/mistral/meta/main.yml | roles/mistral/meta/main.yml | ---
galaxy_info:
description: Install custom OpenStack Mistral, patched by StackStorm
author: armab
company: StackStorm
license: Apache
min_ansible_version: 1.9
platforms:
- name: Ubuntu
versions:
- trusty
- precise
categories:
- system
dependencies:
- role: ANXS.postgresql... | ---
galaxy_info:
description: Install custom OpenStack Mistral, patched by StackStorm
author: armab
company: StackStorm
license: Apache
min_ansible_version: 1.9.1
platforms:
- name: Ubuntu
versions:
- trusty
- precise
categories:
- system
dependencies:
- role: ANXS.postgres... | Add sudo flag for ANXS.postgresql role | Add sudo flag for ANXS.postgresql role
Also make sure Ansible version is >= 1.9.1 for this flag to work, see bug: https://github.com/ansible/ansible/issues/10550
| YAML | apache-2.0 | armab/ansible-st2,StackStorm/ansible-st2 |
c0142a4b11b3580a0357b0a0df55ec657731c22b | packages/io/ioctl.yaml | packages/io/ioctl.yaml | homepage: ''
changelog-type: ''
hash: 3145af9dd5acd0a0ee22da02d14290cd23abce20205ce9ffaa995dd7f2e67445
test-bench-deps: {}
maintainer: uzytkownik2@gmail.com
synopsis: Type-safe I/O control package
changelog: ''
basic-deps:
unix: -any
base: ! '>=3 && <5'
network: -any
all-versions:
- 0.0.1
author: Maciej Piechotka... | homepage: ''
changelog-type: ''
hash: 5861ee9cdf3a2159fce85e3f9213b99bbbb0132e0ff85af7fc23df5215bd2096
test-bench-deps: {}
maintainer: uzytkownik2@gmail.com
synopsis: Type-safe I/O control package
changelog: ''
basic-deps:
unix: -any
base: ! '>=3 && <5'
network: <2.9
all-versions:
- 0.0.1
author: Maciej Piechotka... | Update from Hackage at 2019-06-19T11:31:12Z | Update from Hackage at 2019-06-19T11:31:12Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
20ca16414c9ee132e86da3877aa3e9169dccf79f | roles/rvm/tasks/bundler.yml | roles/rvm/tasks/bundler.yml | ---
- name: install bundler
sudo_user: "{{ rvm_user }}"
command: /home/{{ rvm_user }}/.rvm/bin/gem install bundler creates=/home/{{ rvm_user }}/.rvm/gems/ruby-{{ ruby_version }}/bin/bundle
- name: Bundler install gems (first run is slow)
sudo_user: "{{ rvm_user }}"
command: /home/{{ rvm_user }}/.rvm/bin/rvm {... | ---
- name: install bundler
sudo_user: "{{ rvm_user }}"
command: /home/{{ rvm_user }}/.rvm/bin/rvm {{ ruby_version }} exec gem install bundler creates=/home/{{ rvm_user }}/.rvm/gems/ruby-{{ ruby_version }}/bin/bundle
- name: Bundler install gems (first run is slow)
sudo_user: "{{ rvm_user }}"
command: /home/{... | Update Bundler install command, rvm 'gem' binary is deprecated | Update Bundler install command, rvm 'gem' binary is deprecated
| YAML | mit | HSBNE/DigitalOcean01 |
32aba512918233fa2e2663c32a35a3c27c6e668e | .github/workflows/needs-more-info-closer.yml | .github/workflows/needs-more-info-closer.yml | name: Needs More Info Closer
on:
schedule:
- cron: 20 11 * * * # 4:20am Redmond
# on: repository_dispatch
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
... | name: Needs More Info Closer
on:
schedule:
- cron: 20 11 * * * # 4:20am Redmond
repository_dispatch:
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v2
with:
repository: 'JacksonKearl/vscode-triage-github-actions'
ref... | Debug needs-more0info-closer rate limit usage | Debug needs-more0info-closer rate limit usage
| YAML | mit | hoovercj/vscode,Krzysztof-Cieslak/vscode,microsoft/vscode,hoovercj/vscode,Krzysztof-Cieslak/vscode,eamodio/vscode,Microsoft/vscode,eamodio/vscode,the-ress/vscode,microsoft/vscode,hoovercj/vscode,microsoft/vscode,eamodio/vscode,Microsoft/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,Krzysztof-Cieslak/vscode,microsoft/... |
2846e6c6bf6ae2a4e0e9c552edae90696a8ce7d5 | goreleaser.yml | goreleaser.yml | build:
main: main.go
binary: scar
goos:
- windows
- darwin
- linux
brews:
-
name: scar
folder: Formula
commit_author:
name: stve
email: steve.agalloco@gmail.com
tap:
owner: stve
name: homebrew-formulae
token: ${{ secrets.GITHUB_TOKEN }}
| build:
main: main.go
binary: scar
goos:
- windows
- darwin
- linux
brews:
-
name: scar
folder: Formula
commit_author:
name: stve
email: steve.agalloco@gmail.com
tap:
owner: stve
name: homebrew-formulae
token: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
| Update token used for Goreleaser Homebrew Formula | Update token used for Goreleaser Homebrew Formula | YAML | mit | stve/scar |
c822b06dd84127be1b8fd4bf98e24cdf593838d3 | app/templates/_travis.yml | app/templates/_travis.yml | language: node_js
node_js:
- "0.10"
- "0.12"
- iojs
| language: node_js
node_js:
- "0.12"
- iojs
| Drop support for 0.10 in tests | Drop support for 0.10 in tests
| YAML | mit | eush77/generator-node |
7a3c2e8a1a5c1e4da70f8351e89a6690af4f7d2f | .circleci/config.yml | .circleci/config.yml | ---
version: 2
jobs:
serverTest:
docker:
- image: isic/isic_test:latest
- image: circleci/mongo:3.6-ram
command: ["mongod", "--storageEngine", "ephemeralForTest"]
working_directory: /home/circleci/project
steps:
- checkout:
path: /home/circleci/project
- run:
... | ---
version: 2
jobs:
serverTest:
docker:
- image: isic/isic_test:latest
- image: circleci/mongo:3.6-ram
command: ["mongod", "--storageEngine", "ephemeralForTest", "--dbpath", "/dev/shm/mongo"]
working_directory: /home/circleci/project
steps:
- checkout:
path: /home/ci... | Revert "Remove unnecessary mongo flag for CI" | Revert "Remove unnecessary mongo flag for CI"
| YAML | apache-2.0 | ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive |
8acde7a84c544d8b75e7e4b21847e71379f9e411 | .circleci/config.yml | .circleci/config.yml | # Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
# See https://circleci.com/docs/2.0/circleci-images/
- image: circleci/golang:1.13
- image: circleci/redis:5.0
- image: couchdb:2.3.1
steps:
- checkout
- run:
name:... | # Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
jobs:
build:
docker:
# See https://circleci.com/docs/2.0/circleci-images/
- image: circleci/golang:1.13
- image: circleci/redis:5.0
- image: couchdb:2.3.1
steps:
- checkout
- run:
name:... | Use go test instead of gotestsum on CircleCI | Use go test instead of gotestsum on CircleCI
| YAML | agpl-3.0 | nono/cozy-stack,nono/cozy-stack,nono/cozy-stack,nono/cozy-stack,nono/cozy-stack |
f6f6976fec30b24596a31827d104ce4c1d068bdf | .circleci/config.yml | .circleci/config.yml | # Clojure CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-clojure/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/clojure:tools-deps-1.9.0.397
# Specify service dependencies here if necessary
# Ci... | # Clojure CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-clojure/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/clojure:tools-deps-1.9.0.397
# Specify service dependencies here if necessary
# Ci... | Add sudo to make build work | Add sudo to make build work
| YAML | mit | juxt/tick,juxt/tick |
6f434674eecde7c54c09d6491678d43b1fa1b094 | .circleci/config.yml | .circleci/config.yml | version: 2
defaults: &defaults
working_directory: ~/demoscene
docker:
- image: cahirwpz/demoscene:latest
jobs:
check_style:
<<: *defaults
steps:
- checkout
- run: './style-python.sh'
build:
<<: *defaults
steps:
- checkout
- run:
name: Git LFS (insta... | version: 2
defaults: &defaults
working_directory: ~/demoscene
docker:
- image: cahirwpz/demoscene:latest
jobs:
check_style:
<<: *defaults
steps:
- checkout
- run: './style-python.sh'
build:
<<: *defaults
steps:
- checkout
- run:
name: Git LFS (insta... | Make sure job producing artifacts is run as last one. | Make sure job producing artifacts is run as last one.
| YAML | artistic-2.0 | cahirwpz/demoscene,cahirwpz/demoscene,cahirwpz/demoscene,cahirwpz/demoscene |
729edeed3535e476de9f56a6a9cda8dc8802bb2a | config/prisons/MDI-moorland-closed.yml | config/prisons/MDI-moorland-closed.yml | ---
name: Moorland Closed
nomis_id: MDI
address:
- Bawtry Road
- DN7 6BW
email: socialvisits.moorlandclosed@hmps.gsi.gov.uk
enabled: true
estate: Moorland Closed
finder_slug: moorland
lead_days: 1
phone: 01302523289
slots:
wed:
- 1340-1545
thu:
- 1340-1545
sat:
- 1340-1545
sun:
- 1340-1545
unbookable:
-... | ---
name: Moorland Closed
nomis_id: MDI
address:
- Bawtry Road
- DN7 6BW
email: socialvisits.moorlandclosed@hmps.gsi.gov.uk
enabled: true
estate: Moorland Closed
finder_slug: moorland
lead_days: 1
phone: 01302523289
slots:
wed:
- 1340-1545
thu:
- 1340-1545
sat:
- 1340-1545
sun:
- 1340-1545
unbookable:
-... | Update Moorland Christmas visit slots | Update Moorland Christmas visit slots
Unbookable:
- Christmas Day
- Boxing Day
- New Year's Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
667616f249d88ba66e91a7b8c24414665334c565 | packages/ba/barrier.yaml | packages/ba/barrier.yaml | homepage: https://github.com/philopon/barrier
changelog-type: ''
hash: bcb912e8105f792720b8515ddf9b37d6a1eecd17cb325cc40bd688641068e9e6
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: ! '>=2.2 && <2.4'
barrier: -any
lens-family-core: ! '>=1.2 && <1.3'
tasty: ! '>=0.10 && <0.12'
maintainer: Hiroto... | homepage: https://github.com/philopon/barrier
changelog-type: ''
hash: 18a88146162700174dd843177691b0924633fefa3a6984cdad86ed01a116cbd6
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: ! '>=2.2 && <2.4'
barrier: -any
lens-family-core: ! '>=1.2 && <1.3'
tasty: ! '>=0.10 && <0.12'
maintainer: Hiroto... | Update from Hackage at 2016-12-12T16:25:35Z | Update from Hackage at 2016-12-12T16:25:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
da4244a8d21944049848ee479ebc85a3fb5d1dae | packages/bi/bittrex.yaml | packages/bi/bittrex.yaml | homepage: https://github.com/dmjio/bittrex
changelog-type: markdown
hash: 70c1994c268bb9d79b43c45ba359129f7a2f87be49643615ab9c8bb15a5dbfe0
test-bench-deps: {}
maintainer: djohnson.m@gmail.com
synopsis: API bindings to bittrex.com
changelog: ! '# Revision history for bittrex
## 0.1.0.0 -- YYYY-mm-dd
* First ver... | homepage: https://github.com/dmjio/bittrex
changelog-type: markdown
hash: 3d363a4db874aef2a2a2a63111eb2f1803967c19004df25920008549a752c786
test-bench-deps: {}
maintainer: djohnson.m@gmail.com
synopsis: API bindings to bittrex.com
changelog: ! '# Revision history for bittrex
## 0.1.0.0 -- YYYY-mm-dd
* First ver... | Update from Hackage at 2017-12-27T06:01:51Z | Update from Hackage at 2017-12-27T06:01:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
627778a952070cab70852598695967ea984bcbd2 | packages/sh/shakers.yaml | packages/sh/shakers.yaml | homepage: https://github.com/swift-nav/shakers
changelog-type: ''
hash: 746f320d0c22fa632011696b5528deb3b77d4548194021933c4d460fb15cb610
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Shake helpers.
changelog: ''
basic-deps:
shake: -any
base: ==4.8.*
shakers: -any
basic-prelude: -any
d... | homepage: https://github.com/swift-nav/shakers
changelog-type: ''
hash: 9fdc27d5374afd2991d71f6c654545da9a7a581db83371849b2822e8a04dbe20
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Shake helpers.
changelog: ''
basic-deps:
shake: -any
base: ==4.8.*
shakers: -any
basic-prelude: -any
d... | Update from Hackage at 2017-01-10T23:20:59Z | Update from Hackage at 2017-01-10T23:20:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
09f48884ece138767076627d10fcdaf18b33776c | _data/navigation.yml | _data/navigation.yml | # Site navigation links
- title: Home
url: /
- title: Quick Start
url: /docs/getting-started
- title: Documentation
url: /docs/
- title: Blog
url: /blog/
- title: Github
url: https://github.com/metrophp
- title: Theme Setup
url: /theme-setup/
| # Site navigation links
- title: Home
url: /
- title: Quick Start
url: /docs/getting-started
- title: Documentation
url: /docs/
- title: Blog
url: /blog/
- title: Github
url: https://github.com/metrophp
| Remove theme setup link from nav (merge junk) | Remove theme setup link from nav (merge junk)
| YAML | mit | metrophp/metrophp.github.io,metrophp/metrophp.github.io,metrophp/metrophp.github.io |
a4ec335accd58c965cd0070bebc83f7086a66cdd | pkg/observe/pubspec.yaml | pkg/observe/pubspec.yaml | name: observe
version: 0.10.0-pre.4
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: >
Observable properties and objects for use in template_binding.
Template Binding extends HTML and the DOM APIs to support a sensible
separation between the UI (DOM) of a document or application and its
under... | name: observe
version: 0.10.0-pre.4
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
description: >
Observable properties and objects for use in template_binding.
Template Binding extends HTML and the DOM APIs to support a sensible
separation between the UI (DOM) of a document or application and its
under... | Expand the observe package's barback constraint. | Expand the observe package's barback constraint.
R=jmesserly@google.com
BUG=
Review URL: https://codereview.chromium.org//296453010
git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@36403 260f80e4-7a28-3924-810f-c04153c831b5
| YAML | bsd-3-clause | dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartin... |
2a9bed377cc3840e450d59ec7c533e0f5b5155cf | recipes/django-simple-deploy/meta.yaml | recipes/django-simple-deploy/meta.yaml | {% set name = "django-simple-deploy" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-simple-deploy-{{ version }}.tar.gz
sha256: f36065a6a02cfe4fa1eded0353492586839465670675da330c12bf4f7faafe44
... | {% set name = "django-simple-deploy" %}
{% set version = "0.2.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/django-simple-deploy-{{ version }}.tar.gz
sha256: f36065a6a02cfe4fa1eded0353492586839465670675da330c12bf4f7faafe44
... | Add tzdata and test suite | Add tzdata and test suite
| YAML | bsd-3-clause | hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,hadim/staged-... |
9bb836f53db1c1c5f9464b51487567304a2c8acd | manifest.yml | manifest.yml | ---
language: staticfile
default_versions:
- name: nginx
version: 1.13.1
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
- pkg/
- ".envrc"
- cf.Gemfile
- cf.Gemfile.lock
- scripts/
- src/
dependencies:
- name: nginx
ve... | ---
language: staticfile
default_versions:
- name: nginx
version: 1.11.13
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
- pkg/
- ".envrc"
- cf.Gemfile
- cf.Gemfile.lock
- scripts/
- src/
dependencies:
- name: nginx
v... | Revert "Add nginx 1.13.1, remove nginx 1.11.13" | Revert "Add nginx 1.13.1, remove nginx 1.11.13"
- 30 day notice for adding 1.13.x expires on 2017-06-09
[#146295321]
This reverts commit ebfca73d218dd81b23fceb035b2e6969bfaca0e2.
| YAML | apache-2.0 | cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack |
9ddca32797bdba3da92f7e21dd5a391df7ac1f69 | recipes/amplpy/meta.yaml | recipes/amplpy/meta.yaml | {% set name = "amplpy" %}
{% set version = "0.6.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 32fafce36f50275cf6c0a1c7213e1c3820924c42338e53a1e410d2567389d770
build:
number: 0
... | {% set name = "amplpy" %}
{% set version = "0.6.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 32fafce36f50275cf6c0a1c7213e1c3820924c42338e53a1e410d2567389d770
build:
number: 0
... | Add compilers to the requirements | Add compilers to the requirements
| YAML | bsd-3-clause | Juanlu001/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,isuruf/staged-recipes,synapticarbors/staged-recipes,asmeurer/staged-recipes,stuertz/staged-recipes,rmcgibbo/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recip... |
02871bf81af5df106752e05bea7ba4f21b073fcf | testcontainers-create.yml | testcontainers-create.yml | ---
- hosts: localhost
connection: local
gather_facts: no
tasks:
- name: Create ubuntu bionic test container
lxd_container:
name: ubuntu-bionic-ansible
state: started
wait_for_ipv4_addresses: true
source:
type: image
mode: pull
server: https://images.linuxcont... | ---
- hosts: localhost
connection: local
gather_facts: no
tasks:
- name: Create ubuntu bionic test container
lxd_container:
name: ubuntu-bionic-ansible
state: started
wait_for_ipv4_addresses: true
source:
type: image
mode: pull
server: https://images.linuxcont... | Create privileged LXD containers for testing | Create privileged LXD containers for testing
| YAML | unlicense | casept/ansible-playbooks,casept/ansible-playbooks,casept/ansible-playbooks |
4e036043cd087a8b591a9ab7114806d73de73609 | frontend/config/database.yml | frontend/config/database.yml | development:
adapter: postgresql
encoding: unicode
database: lore_seeker
production:
adapter: postgresql
encoding: unicode
database: lore_seeker
| development:
adapter: postgresql
encoding: unicode
database: lore_seeker
pool: 5
username: lore_seeker
password: /2ZcnhB^Y7aQw6kp
production:
adapter: postgresql
encoding: unicode
database: lore_seeker
pool: 5
username: lore_seeker
password: /2ZcnhB^Y7aQw6kp
| Add db credentials to config (safe to publish since only local connections are allowed) | Add db credentials to config (safe to publish since only local connections are allowed)
| YAML | mit | fenhl/lore-seeker,fenhl/lore-seeker,fenhl/lore-seeker,fenhl/lore-seeker,fenhl/lore-seeker |
e63d091aed65d71e67ffbee4da62e162680046e2 | manifest.yml | manifest.yml | ---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.11.1
dependencies:
- name: nginx
version: 1.11.1
ur... | ---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.11.1
dependencies:
- name: nginx
version: 1.11.1
ur... | Make buildpacks.cloudfoundry.org the default url for buildpack dependencies | Make buildpacks.cloudfoundry.org the default url for buildpack dependencies
[#121757949]
| YAML | mit | SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,jockhip12/mybuildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,SaberZaabouti/myBuildpack,cloudfoundry... |
6317e245aec117abd593b37b0a08730526b6bb2d | Resources/config/services.yml | Resources/config/services.yml | services:
#
# Plugin
#
elcodi_plugin.stripe:
parent: elcodi.abstract_plugin
arguments:
- "Elcodi\\Plugin\\StripeBundle\\ElcodiStripeBundle"
stripe.transaction.wrapper:
class: %stripe.transaction.wrapper.class%
arguments:
stripe.private.key: @... | services:
#
# Plugin
#
elcodi_plugin.stripe:
parent: elcodi.abstract_plugin
arguments:
- "Elcodi\\Plugin\\StripeBundle\\ElcodiStripeBundle"
stripe.transaction.wrapper:
class: %stripe.transaction.wrapper.class%
arguments:
stripe.private.key: @... | Store + Shipping + Menus | Store + Shipping + Menus
* Using new Store feature from Elcodi
* Added Store management in Admin
* Changed all definitions that was depending on such implementation
* Removed under construction logic and tests
* Removed menu fixtures
* Defined them as dynamic content. Some of them are generated dinamically, and
som... | YAML | mit | elcodi-plugins/StripeBundle |
0e7df96b930288d7f717dc729e095713d95d9978 | peergrade.yaml | peergrade.yaml | session_name: peergrade
start_directory: ~/work/peergrade/peergrade.io
shell_command_before:
- '[ -d `.venv/bin/activate` ] && source .venv/bin/activate && reset'
windows:
- window_name: peergrade
layout: main-horizontal
focus: true
panes:
- focus: True
- blank
- no_proxy='*' python worker.py
- python ... | session_name: peergrade
start_directory: ~/work/peergrade/peergrade.io
shell_command_before:
- '[ -d `.venv/bin/activate` ] && source .venv/bin/activate && reset'
windows:
- window_name: peergrade
layout: main-horizontal
focus: true
panes:
- focus: True
- blank
- no_proxy='*' ./worker.py
- ./run_grasp.... | Access script directly (no python command) | Access script directly (no python command)
| YAML | mit | tony/tmuxp-config,tony/tmuxp-config |
a40f25e187e306d91a4703af79c03da3e12657f9 | config/govuk_index/migrated_formats.yaml | config/govuk_index/migrated_formats.yaml | migrated:
# Contacts
- contact
# Publisher
- answer
- guide
- help_page
- licence
- local_transaction
- place
- transaction
- simple_smart_answer
# Specialist Publisher
- aaib_report
- asylum_support_decision
- business_finance_support_scheme
- cma_case
- countryside_stewardship_grant
- dfid_research_output
- drug_safe... | migrated:
# Contacts
- contact
# Publisher
- answer
- guide
- help_page
- licence
- local_transaction
- place
- transaction
- simple_smart_answer
# Specialist Publisher
- aaib_report
- asylum_support_decision
- business_finance_support_scheme
- cma_case
- countryside_stewardship_grant
- dfid_research_output
- drug_safe... | Make `mainstream_browse_page` and `topic` indexable | Make `mainstream_browse_page` and `topic` indexable
| YAML | mit | alphagov/rummager,alphagov/rummager |
d4153d53a99ff2191c4717dfa09199ab6b2d5db4 | templates/import/chrome-dep.template.yml | templates/import/chrome-dep.template.yml | # This template installs Chrome and ChromeDriver for imports
hooks:
after_bundle_exec:
- exec:
cd: /tmp
cmd:
- curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
- echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.... | # This template installs Chrome for imports
hooks:
after_bundle_exec:
- exec:
cd: /tmp
cmd:
- curl -sS -o - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add
- echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chr... | Remove chromedriver; import script installs latest version | Remove chromedriver; import script installs latest version
| YAML | mit | discourse/discourse_docker,discourse/discourse_docker,discourse/discourse_docker |
00a6c05f4d7fc2a79093a47496a76a59d2fc6624 | roles/keitaro.db_restore/tasks/main.yml | roles/keitaro.db_restore/tasks/main.yml | - name: Restore DB from sql dump
shell:
mysql --user={{ db_user }} --password={{ db_password }} {{ db_name }} < '{{ db_restore_path }}'
| - name: Restore DB from sql dump
shell: mysql --user={{ db_user }} --password={{ db_password }} {{ db_name }} < '{{ db_restore_path }}'
args:
chdir: ../
| Fix issue with specifying related path to dump | Fix issue with specifying related path to dump
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
12f8a50735de3a504ae33d13037091c9e4ff1034 | config/search.yml | config/search.yml | site_name: Mapzen Search
docs_dir: src/search
site_dir: dist/search
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Add search to a map': 'add-search-to-a-map.md'
- 'API keys and rate limits': 'api-keys-rate-limits.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomple... | site_name: Mapzen Search
docs_dir: src/search
site_dir: dist/search
pages:
- Home: index.md
- 'Get started': 'get-started.md'
- 'Add search to a map': 'add-search-to-a-map.md'
- 'API keys and rate limits': 'api-keys-rate-limits.md'
- 'Search': 'search.md'
- 'Reverse geocoding': 'reverse.md'
- 'Autocomple... | Change repo to pelias org | Change repo to pelias org | YAML | mit | mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation |
5e9dcde5b9554001880ce1637cec61460d0d3c1b | .github/workflows/main-openjdk_lts-linux.yml | .github/workflows/main-openjdk_lts-linux.yml | name: main-openjdk_lts-linux
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 11
... | name: main-openjdk_lts-linux
on:
push:
branches: [ develop, feature/*, release/* ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: JDK
uses: actions/setup-java@v1
with:
java-version: 17
... | Use correct JDK version in GH Actions | Use correct JDK version in GH Actions
| YAML | isc | io7m/jwhere |
ab5d935aaf029c57f6d6f8369d4c88062100fcb9 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: bcbio-nextgen
version: '0.7.7a'
build:
number: 1
source:
git_url: https://github.com/chapmanb/bcbio-nextgen.git
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- argparse [py26]
- biopython
- ipython
- ipython-cluster-helper
- logb... | package:
name: bcbio-nextgen
version: '0.7.7a'
build:
number: 1
source:
git_url: https://github.com/chapmanb/bcbio-nextgen.git
requirements:
build:
- python
- setuptools
run:
- python
- setuptools
- argparse [py26]
- biopython
- ipython
- ipython-cluster-helper
- logb... | Update import tests for conda package with new parallel structure | Update import tests for conda package with new parallel structure
| YAML | mit | lbeltrame/bcbio-nextgen,fw1121/bcbio-nextgen,biocyberman/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,vladsaveliev/bcbio-nextgen,vladsaveliev/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,brainstorm/bcbio-nextgen,fw1121/bcbio-nextgen,mjafin/bcbio-nextgen,verdurin/bcbio-nextgen,SciLifeLab/bcbio-nextgen,biocyberman/bcbio-nextgen,... |
b4026944926c8b580399ba8fb47e405d10543879 | conf/vagrant_local.yml | conf/vagrant_local.yml | name: wundertools
hostname: local.wundertools.com
mem: 2000
cpus: 2
ip: 192.168.10.177
box: "geerlingguy/centos7"
#Check for newer box versions here: https://atlas.hashicorp.com/geerlingguy/boxes/centos7
#Box version is used for Virtualboxes only. VMWare does not have problems with the latest versions at this time
box_... | name: wundertools
hostname: local.wundertools.com
mem: 2000
cpus: 2
ip: 192.168.10.178
box: "geerlingguy/centos7"
#Check for newer box versions here: https://atlas.hashicorp.com/geerlingguy/boxes/centos7
#Box version is used for Virtualboxes only. VMWare does not have problems with the latest versions at this time
box_... | Increment IP for local FSA setup | Increment IP for local FSA setup
| YAML | mit | wunderkraut/WunderTools,wunderkraut/WunderTools,wunderkraut/WunderTools |
ca43f1e8036180cc666872c8734a952725421737 | .github/workflows/CI.yml | .github/workflows/CI.yml | name: CI
on:
push:
branches: [ master, development ]
pull_request:
branches: [ master, development ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
| name: "GRDB CI"
on:
push:
branches:
- master
- development
paths:
- 'GRDB/**'
- 'Tests/**'
- '.github/workflows/**'
- 'Package.swift'
pull_request:
paths:
- 'GRDB/**'
- 'Tests/**'
- '.github/workflows/**'
- 'Package.swift'
concurrency:
gr... | Test macOS, All Xcodes and Swifts | Test macOS, All Xcodes and Swifts
| YAML | mit | groue/GRDB.swift,groue/GRDB.swift,groue/GRDB.swift,groue/GRDB.swift |
54f2bda17cb565c3c5541a5925f371c2cd45dd3c | .github/workflows/cd.yml | .github/workflows/cd.yml | name: Upload PyPI Package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python
uses: actions/setup-python@v2.2.2
with:
python-version: 3.7
- name: Install dependencies
run: |
pyth... | name: Upload PyPI Package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- name: Set up Python
uses: actions/setup-python@v2.2.2
with:
python-version: 3.9
- name: Install dependencies
run: |
pyth... | Update deploy workflow to use Python 3.9 | Update deploy workflow to use Python 3.9 | YAML | mit | sedders123/phial |
323986ccafb63183245dc86ac53dce1a55077eb8 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18-ea ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Validate Gradle Wrapper
uses: gradle/wrap... | name: Build
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18-ea ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Validate Gradle Wrapper
uses: gradle/wrapper-va... | BUILD remove Java 6/7 from GitHub Actions build matrix: they require older versions of Gradle | BUILD remove Java 6/7 from GitHub Actions build matrix: they require older versions of Gradle
| YAML | apache-2.0 | remkop/picocli,remkop/picocli,remkop/picocli,remkop/picocli |
4eea74802634ca2ee82b51126e23a38c8c86bd7c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python... | name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python... | Store test outputs, even if the test job fails, for a few days | Store test outputs, even if the test job fails, for a few days
| YAML | mit | rst2pdf/rst2pdf,rst2pdf/rst2pdf |
b0a7f87d9c0727c36ef265fb6c48a904d6f8ace6 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
steps:
- uses: actions/checkout@v2
- name: Python ${{ matri... | name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
steps:
- uses: actions/checkout@v2
- name: Python ${{ matrix.py... | Rename master branch to main | Rename master branch to main
| YAML | mpl-2.0 | rfinnie/2ping,rfinnie/2ping |
d6798e770a1faeea13fb59cfce6527523c0839b2 | .github/workflows/ci.yml | .github/workflows/ci.yml | on:
- pull_request
- push
name: CI
jobs:
run:
name: Tests
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
... | on:
- pull_request
- push
name: CI
jobs:
run:
name: Tests
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
uses: actions/checkout@v2
... | Test in 7.1 -> 8.0 | Test in 7.1 -> 8.0
| YAML | mit | donatj/mddoc |
c9002b05d6169580e7ed9bb028cf4e5c3e0f4300 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: lovelace-website CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
... | name: lovelace-website CI
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
... | Change dir to find requirements.txt | Change dir to find requirements.txt
| YAML | mit | project-lovelace/lovelace-website,project-lovelace/lovelace-website,project-lovelace/lovelace-website |
60746d7ee78e1958c1910709c8d409d27246c35b | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5
- 2.6
- 2.7
- '3.0'
- 3.1
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: rub... | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.7
- '3.0'
- 3.1
steps:
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
... | Drop Ruby 2.5, 2.6. EOL. | CI: Drop Ruby 2.5, 2.6. EOL.
Also update the checkout Action. | YAML | mit | barsoom/banktools-dk,barsoom/banktools-dk |
495a41ddab20853a6cb91b9b55288b9cc52e82ae | src/glide.yaml | src/glide.yaml | package: github.com/NAExpire/API
import:
- package: github.com/gorilla/mux
version: ~1.3.0
| package: github.com/NAExpire/API
import:
- package: github.com/gorilla/mux
version: ~1.3.0
- package: github.com/go-sql-driver/mysql
version: ^1.3.0
| Add SQL driver to dependencies | Add SQL driver to dependencies
| YAML | mit | NaExpire/API |
556042ef5c650367b89cab8e9ead01806789cff2 | deployment_scripts/detach-keystone/tasks/keystone-hiera-override-tasks.yaml | deployment_scripts/detach-keystone/tasks/keystone-hiera-override-tasks.yaml | - id: keystone-hiera-override
type: puppet
groups: [primary-controller, controller, primary-keystone, keystone]
requires: [globals]
required_for: [logging]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/detach-keystone/hiera-override.pp
puppet_modules: /etc/puppet/modules
t... | - id: keystone-hiera-override
type: puppet
groups: [primary-controller, controller, primary-keystone, keystone, cinder,
cinder-vmware, compute, ceph-osd, primary-mongo, mongo]
requires: [globals]
required_for: [logging]
parameters:
puppet_manifest: /etc/puppet/modules/osnailyfacter/modular/detach-keys... | Add hiera override task to all roles | Add hiera override task to all roles
| YAML | apache-2.0 | mattymo/detach-keystone,Barthalion/detach-keystone |
c503c7ac219f5d08d16b8c9bd88950285eb71101 | tasks/main.yml | tasks/main.yml | ---
# tasks file for tmux
- name: tmux Debug
debug: >
msg="{{ item }}"
with_items:
# - "{{ tmux }}"
- "{{ ansible_pkg_mgr }}"
- "{{ ansible_os_family }}"
- include: apt_package.yml
when: ansible_pkg_mgr == 'apt'
- include: yum_package.yml
when: ansible_pkg_mgr == 'yum'
- include: homebrew_package.... | ---
# tasks file for tmux
- include: apt_package.yml
when: ansible_pkg_mgr == 'apt'
- include: yum_package.yml
when: ansible_pkg_mgr == 'yum'
- include: homebrew_package.yml
when: ansible_os_family == 'Darwin'
- name: tmux - Ensure permissions on /usr/bin/tmux
file: >
path=/usr/bin/tmux
owner=root
... | Install default .tmux.conf for all tmux_users | Install default .tmux.conf for all tmux_users
| YAML | mit | trinitronx/ansible-role-tmux,trinitronx/ansible-role-tmux |
d6364128859bc7973125d1d2be9fa4d16419ef8a | packages/fx/fx.yaml | packages/fx/fx.yaml | homepage: https://github.com/nikita-volkov/fx
changelog-type: ''
hash: 658698461a6ccc856418e917910dbca06ec6860d523f306fdf7c6aaba624d95c
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Horizontally composable effects
changelog: ''
basic-deps:
base-prelude: ! '>=1 && <2'
base: ! '>=4... | homepage: https://github.com/nikita-volkov/fx
changelog-type: ''
hash: f5a7698bd1f541408f103fa33d795e666b260073818c1289383ea94956179038
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Horizontally composable effects
changelog: ''
basic-deps:
base: ! '>=4.10 && <5'
all-versions:
- '0.... | Update from Hackage at 2018-01-05T15:40:58Z | Update from Hackage at 2018-01-05T15:40:58Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d1d2c75b0e4841618d385186816e6c09a4fe8815 | defaults/main.yml | defaults/main.yml | ---
# You can override vars by using host or group vars
# ACTIVATE MONITOR_SECRET VARIABLE FOR NON-VAGRANT DEPLOYMENT
# monitor_secret:
cephx: true
# Rados Gateway options
# referenced in common role too.
radosgw: false
| ---
# You can override vars by using host or group vars
# ACTIVATE BOTH FSID AND MONITOR_SECRET VARIABLES FOR NON-VAGRANT DEPLOYMENT
fsid: "{{ cluster_uuid.stdout }}"
# monitor_secret:
cephx: true
# Rados Gateway options
# referenced in common role too.
radosgw: false
| Revert "Remove the fsid vars from mon and osd roles" | Revert "Remove the fsid vars from mon and osd roles"
This reverts commit 216c8e24c83a865a49798a7383fdda7e53b331cf.
| YAML | apache-2.0 | ceph/ansible-ceph-mon,staticfork/ansible-ceph-mon |
92bc7603a2126a78f4341696a88cf569a03ffa04 | defaults/main.yml | defaults/main.yml | ---
apache:
ServerTokens: Prod
ServerSignature: "Off"
php:
modules:
20: mysql
expose_php: 'Off'
max_execution_time: '120'
memory_limit: '256M'
variables_order: 'EGPCS'
| ---
apache:
ServerTokens: Prod
ServerSignature: "Off"
php:
modules:
20: mysql
core:
expose_php: 'Off'
max_execution_time: '120'
memory_limit: '256M'
variables_order: 'EGPCS'
| MOve PHP core settings to support dynamic override | MOve PHP core settings to support dynamic override
| YAML | mit | Aplyca/ansible-role-lamp |
d33bff95b44da05b426da8a6973212a550164ecf | test/fixtures/addresses.yml | test/fixtures/addresses.yml | chicago:
address1: '123 Main St.'
address2: 'Apt. 109'
city: 'Chicago'
state: 'IL'
zip: '60606'
home_phone: '312-555-1234'
alsip:
address1: '456 Maple Ave.'
city: 'Alsip'
state: 'IL'
zip: '60803'
home_phone: '708-111-2222'
tinley_park:
address1: '789 Oakland Pl.'
city: 'Tinley Park'
state:... | chicago:
address1: '123 Main St.'
address2: 'Apt. 109'
city: 'Chicago'
state: 'IL'
zip: '60606'
address_type: individual
home_phone: '312-555-1234'
alsip:
address1: '456 Maple Ave.'
city: 'Alsip'
state: 'IL'
zip: '60803'
address_type: individual
home_phone: '708-111-2222'
tinley_park:
addr... | Update the fixtures with address type information | Update the fixtures with address type information | YAML | mit | jwood/addressbook,jwood/addressbook,jwood/addressbook |
fe9a7d5870687a979e1a9d5ebe714f03f3c84590 | packages/di/ditto-lucid.yaml | packages/di/ditto-lucid.yaml | homepage: ''
changelog-type: ''
hash: 9e290d0c2d3da4045c85fb5974df5fa481c339571998679b99efbaa517b1a20d
test-bench-deps: {}
maintainer: zacharyachurchill@gmail.com
synopsis: Add support for using lucid with Ditto
changelog: ''
basic-deps:
lucid: <3.0.0
ditto: ! '>=0.1.1.0 && <=0.2'
base: ! '>4.5 && <5'
text: ! '... | homepage: ''
changelog-type: ''
hash: db73ca552737e4e39f40db6d76e715df6808e4e70df8d0b35c677037df227527
test-bench-deps: {}
maintainer: zacharyachurchill@gmail.com
synopsis: Add support for using lucid with Ditto
changelog: ''
basic-deps:
lucid: <3.0.0
ditto: ! '>=0.1.1.0 && <=0.2'
base: ! '>4.5 && <5'
text: ! '... | Update from Hackage at 2019-07-22T18:15:43Z | Update from Hackage at 2019-07-22T18:15:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
db6bbc428d87d207241c43dba434946e9fe2b709 | packages/ne/network-run.yaml | packages/ne/network-run.yaml | homepage: ''
changelog-type: markdown
hash: e625dfb65dfefaae30309cc8e9761213cb246b38b2d8d17d20b44a5acdcc05df
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
bytestring: -any
base: '>=... | homepage: ''
changelog-type: markdown
hash: 7dbb06def522dab413bce4a46af476820bffdff2071974736b06f52f4ab57c96
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
bytestring: -any
base: '>=... | Update from Hackage at 2020-08-18T02:32:19Z | Update from Hackage at 2020-08-18T02:32:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
21691dd6ad031d5a20c8ad51bae7e226c7de5dd3 | packages/ne/network-run.yaml | packages/ne/network-run.yaml | homepage: ''
changelog-type: markdown
hash: a564d38794de13c3f3c7a193776f6723eb1c9587eefc625a64e1660d1d8d5b48
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
base: ! '>=4 && <5'
networ... | homepage: ''
changelog-type: markdown
hash: 328987ff93c78bf820e3f88d51edce74869f89b87aae6c4cf5f698caa20d5e40
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: Simple network runner library
changelog: |
# Revision history for network-run
## 0.0.0
* First version.
basic-deps:
base: ! '>=4 && <5'
networ... | Update from Hackage at 2019-08-01T04:00:01Z | Update from Hackage at 2019-08-01T04:00:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c55e44c157a092752b4ce588ca403b6d880739d8 | packages/ye/yesod-table.yaml | packages/ye/yesod-table.yaml | homepage: https://github.com/andrewthad/yesod-table
changelog-type: ''
hash: 725768abd426045f48565cd681a293c73673b6ac6285a6240ef604ad00ecb378
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: HTML tables for Yesod
changelog: ''
basic-deps:
yesod-core: ! '>=1.2'
base: ==4.7.*
text: ! '>=1.0'
co... | homepage: https://github.com/andrewthad/yesod-table
changelog-type: ''
hash: f0e975d57fd7bdf260f707521a19f47fbb48924e7b41fca31d4d32e6e7b93cd4
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: HTML tables for Yesod
changelog: ''
basic-deps:
yesod-core: ! '>=1.2'
base: ! '>=4.3 && <=5.0'
text: ! '... | Update from Hackage at 2015-06-15T18:31:43+0000 | Update from Hackage at 2015-06-15T18:31:43+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
f62a9aeaba6a0d3559d0f061b6c9daf0e1266768 | .github/workflows/main.yml | .github/workflows/main.yml | name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
continue-on-error: true
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'jsonschema'
dry-run: false
- name: Ru... | name: CIFuzz
on: [pull_request]
jobs:
Fuzzing:
runs-on: ubuntu-latest
steps:
- name: Build Fuzzers
id: build
uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
with:
oss-fuzz-project-name: 'jsonschema'
dry-run: false
continue-on-error: true
- name: ... | Move continue-on-error to build step. | Move continue-on-error to build step.
| YAML | mit | Julian/jsonschema,python-jsonschema/jsonschema,Julian/jsonschema |
383fb7e6e65c100345fb2cadcab693c52ac6fa4b | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
pull_request:
branches: [ main ]
# Allows you to run this workflow manually f... | name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install requirements
run: make setup
- name: Linting
run: |
make auto_format
... | Add setup to CI workflow | Add setup to CI workflow
| YAML | apache-2.0 | nzlosh/err-stackstorm,nzlosh/err-stackstorm,nzlosh/err-stackstorm |
ebc98cf436b8fa95fbac641c17a393c2bef859f5 | .github/workflows/main.yml | .github/workflows/main.yml | name: Continuous Integration
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [i686, x86_64]
fail-fast: false
env:
ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v2
- name: Install toolchain depende... | name: Continuous Integration
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [i686, x86_64]
fail-fast: false
env:
ARCH: ${{ matrix.arch }}
steps:
- uses: actions/checkout@v2
- name: Install toolchain depende... | Install mtools in Github Actions. | Install mtools in Github Actions.
| YAML | isc | dennis95/dennix,dennis95/dennix,dennis95/dennix |
5726884d5f14585aa3ff99afa3b65dcc179317bf | .github/workflows/ruby.yml | .github/workflows/ruby.yml | name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 1 * * SUN'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head' ]
steps:
- uses: actions/checkout@v2
-... | name: Test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 1 * * SUN'
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version: [ '2.5', '2.6', '2.7', '3.0', '3.1', 'ruby-head' ]
steps:
- uses: ac... | Disable fail-fast with github CI | Disable fail-fast with github CI
Doesn't cancel all jobs when one failed | YAML | mit | johnf/pvoutput,johnf/pvoutput |
49beb4f53458262ebdfec8e7bb10b96ff45874c6 | .github/workflows/ruby.yml | .github/workflows/ruby.yml | name: Ruby
on:
push:
schedule:
- cron: '0 0 1 * *' # at 00:00 on the 1st of every month
jobs:
test:
name: '${{ matrix.os }}: ${{ matrix.ruby }}'
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, ruby-head, jruby, truffleru... | name: Ruby
on:
push:
schedule:
- cron: '0 0 1 * *' # at 00:00 on the 1st of every month
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest ]
ruby: [ 2.4, 2.5, 2.6, 2.7, '3.0', ruby-head, jruby, truffleruby ]
exclude:
- os: wind... | Add Ruby 3.0 to test matrix | Add Ruby 3.0 to test matrix
Let Actions name the jobs automatically using the test matrix. | YAML | mit | dentarg/dyno_metadata |
7f94c5dab6e0b8221985b2de927ca3b37c337221 | .github/workflows/rust.yml | .github/workflows/rust.yml | name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{... | name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
feature: ["", "gcpkms", "awskms"]
steps:
- uses: actions/cache@v2
with:
path: |
~/.c... | Build kms features in Github Actions | Build kms features in Github Actions | YAML | apache-2.0 | int08h/roughenough |
5b0eb70055bbbba2c6b7d657f5ffde026ba2cafd | .github/workflows/test.yml | .github/workflows/test.yml | on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Checkout pull request HEAD commit instead of merge commit
ref: ${{ github.event.pull_request.head.sha }}
fetch-de... | on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# Checkout pull request HEAD commit instead of merge commit
ref: ${{ github.event.pull_request.head.sha }}
fetch-de... | Add Python deps so that pyright can type check in pre-commit | Add Python deps so that pyright can type check in pre-commit
| YAML | bsd-3-clause | joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument,joerick/pyinstrument |
606d1fdd9db1ea215514d63551a0d37535d41b6e | playbooks/base-test/pre.yaml | playbooks/base-test/pre.yaml | - hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- use-cached-repos
- mirror-workspace-git-repos
- role: validate-host
# TODO(mordred) When we have site-local variables, these should go there
zuul_traceroute_host: git.openstack.org
zuul_image_manifest: /etc/dib-buildda... | - hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- use-cached-repos
- mirror-workspace-git-repos
- role: validate-host
# TODO(mordred) When we have site-local variables, these should go there
zuul_traceroute_host: git.openstack.org
zuul_image_manifest: /etc/dib-buildda... | Add fetch-zuul-cloner role to base-test job | Add fetch-zuul-cloner role to base-test job
Change-Id: I79f7cba77d2df9fd4019ff9f47c2f960bf34e544
Depends-On: Id1609ce069cce6018b53025b1bd148ad0c36ae13
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
e935e5799dc208c10dedeabe54b2ee43bce4c538 | .circleci/runner-values.yaml | .circleci/runner-values.yaml |
fullnameOverride: "runner"
daemonSet: true
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: File
service:
port: 4597
annotations:
prometheus.io/scrape: "true"
prometheus.io/port... |
fullnameOverride: "runner"
daemonSet: true
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: File
service:
port: 4597
annotations:
prometheus.io/scrape: "true"
prometheus.io/port... | Reduce k8s cpu limit so 3 replicas can be allocated on the nodes | Reduce k8s cpu limit so 3 replicas can be allocated on the nodes
| YAML | bsd-2-clause | cyber-dojo/runner,cyber-dojo/runner |
454b81df64ae4b01b5c524fad82c56f2b6fd7183 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,15.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | Build with Node.js 16 on GitHub Actions. | Build with Node.js 16 on GitHub Actions.
| YAML | mit | bigeasy/perhaps,bigeasy/perhaps |
1d0d3e95fa65042cdfe0f53363a1a66704a04420 | metadata/com.github.muellerma.coffee.yml | metadata/com.github.muellerma.coffee.yml | Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mueller-ma/Coffee
IssueTracker: https://github.com/mueller-ma/Coffee/issues
Changelog: https://github.com/mueller-ma/Coffee/releases
AutoName: Coffee
RepoType: git
Repo: https://github.com/mueller-ma/Coffee.git
Builds:
- versionName: '1.2'
... | Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mueller-ma/Coffee
IssueTracker: https://github.com/mueller-ma/Coffee/issues
Changelog: https://github.com/mueller-ma/Coffee/releases
AutoName: Coffee
RepoType: git
Repo: https://github.com/mueller-ma/Coffee.git
Builds:
- versionName: '1.2'
... | Update Coffee to 1.3 (4) | Update Coffee to 1.3 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9d17f2b78c64388709117c2123d479ff427cb1b1 | schemas/stsci.edu/asdf/core/integer-1.0.0.yaml | schemas/stsci.edu/asdf/core/integer-1.0.0.yaml | %YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/core/integer-1.0.0"
title: Arbitrary precision integer value.
description: |
Represents an arbitrarily large integer value.
tag: "tag:stsci.edu:asdf/core/integer-1.0.0"
type: object
properties:
words:
$ref... | %YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/core/integer-1.0.0"
title: Arbitrary precision integer value.
description: |
Represents an arbitrarily large integer value.
tag: "tag:stsci.edu:asdf/core/integer-1.0.0"
type: object
properties:
words:
$ref... | Add optional string representation of integer for readability | Add optional string representation of integer for readability
| YAML | bsd-3-clause | spacetelescope/asdf-standard |
a2f7e019b98098ce3a0994f80d06040f6b3f5cc2 | codeship-services.yml | codeship-services.yml | version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
image: registry.heroku.com/arxiv-vanity-ass/web
command: python -Wd manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
links:
- db
environment:
DEBUG: "... | version: '2'
services:
db:
image: postgres
web:
build:
dockerfile: Dockerfile
image: registry.heroku.com/arxiv-vanity-ass/web
links:
- db
environment:
SECRET_KEY: "not secure only use for development"
cached: true
dockercfg_generator:
image: codeship/heroku-dockercf... | Remove some settings from CI build | Remove some settings from CI build
| YAML | apache-2.0 | arxiv-vanity/arxiv-vanity,arxiv-vanity/arxiv-vanity,arxiv-vanity/arxiv-vanity,arxiv-vanity/arxiv-vanity |
fad0b7eef2cf265aebdf5321c8203996145952d3 | docker-compose.production.yml | docker-compose.production.yml | web:
container_name: {CONTAINER_NAME_WEB}
build: .
dockerfile: ./bin/docker/php5-6/Dockerfile
ports:
- "{PORT_WEB}:80"
env_file:
- ./bin/conf/production/hipay.env.sample
- ./bin/conf/production/mage.env.sample
- ./bin/conf/production/mysql.env.sample
mysql:
container_name: {CONTAINER_NAME_... | web:
container_name: {CONTAINER_NAME_WEB}
build: .
dockerfile: ./bin/docker/php5-6/Dockerfile
ports:
- "{PORT_WEB}:80"
env_file:
- ./bin/conf/production/hipay.env.sample
- ./bin/conf/production/mage.env.sample
- ./bin/conf/production/mysql.env.sample
labels:
- "com.hipay.github={label}... | Install SSH PASS for deploying | Install SSH PASS for deploying
| YAML | apache-2.0 | hipay/hipay-fullservice-sdk-magento1,hipay/hipay-fullservice-sdk-magento1,hipay/hipay-fullservice-sdk-magento1,hipay/hipay-fullservice-sdk-magento1 |
99a98bc3cedcb0fac298085cc1e4ac7df4d2c863 | manifest.yml | manifest.yml | ---
language: staticfile
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.11.4
dependencies:
- name: nginx
version: 1.11.4
uri: https://buildpacks.clo... | ---
language: staticfile
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.11.5
dependencies:
- name: nginx
version: 1.11.5
uri: https://buildpacks.clo... | Add nginx 1.11.5, remove nginx 1.11.4 | Add nginx 1.11.5, remove nginx 1.11.4
source url: http://nginx.org/download/nginx-1.11.5.tar.gz, source gpg-signature:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAABCAAGBQJX/P9pAAoJEFIKmZOhwFL4CZwH/jsxeNwEfdnMpYzyJePS+OpC
FTIFzMIKa1giJBjC2Em7JNOI0o8dzHziVF97bKJl35v15hLDaBYGIgZ2Ggv+7bqV
hJ0+EeJpeYG42a+76GS/I... | YAML | mit | jockhip12/mybuildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,cloudfoundry/staticfile-buildpack,jockhip12/mybuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,SaberZaa... |
7dd2a0d6f96f308b26ca0e022fecdc92cfa53150 | appveyor.yml | appveyor.yml | build: false
clone_depth: 5
environment:
PHP_CHOCO_VERSION: 7.2.0
PHP_CACHE_DIR: C:\tools\php
cache:
- '%PHP_CACHE_DIR% -> appveyor.yml'
init:
- SET PATH=%PHP_CACHE_DIR%;%PATH%
- SET COMPOSER_CACHE_DIR=%PHP_CACHE_DIR%
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=0
- SET ANSICON=121x90 (121x90)
install:... | build: false
clone_depth: 5
environment:
# This sets the PHP version (from Chocolatey)
PHPCI_CHOCO_VERSION: 7.2.9
PHPCI_CACHE: C:\tools\phpci
PHPCI_PHP: C:\tools\phpci\php
PHPCI_COMPOSER: C:\tools\phpci\composer
cache:
- '%PHPCI_CACHE% -> appveyor.yml'
init:
- SET PATH=%PHPCI_PHP%;%PHPCI_COMPOSER%;%PAT... | Improve Appveyor caching and update PHP | Improve Appveyor caching and update PHP
| YAML | mit | stefangr/composer,slbmeh/composer,johnstevenson/composer,floverdevel/composer,nicolas-grekas/composer,alcohol/composer,milleruk/composer,naderman/composer,localheinz/composer,stof/composer,fabpot/composer,pierredup/composer,staabm/composer,composer/composer,andrerom/composer |
6f72f2d23a53ab39d1299e19303463fbe8febb32 | .github/workflows/erlang.yml | .github/workflows/erlang.yml | name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: erlang:${{matrix.otp}}
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp:
- 24
- 23
- 22
- 21
- 20
- 19
steps:
- uses: action... | name: Continuous Integration
on:
- push
- pull_request
- workflow_dispatch
jobs:
ci:
runs-on: ubuntu-latest
name: Erlang ${{matrix.otp}} / rebar ${{matrix.rebar3}}
strategy:
matrix:
otp:
- '24'
- '23'
- '22'
- '21'
- '20'
- ... | Update workflow to use setup-beam | Update workflow to use setup-beam
| YAML | apache-2.0 | kivra/meck,apache/couchdb-meck,eproxus/meck |
2a7f92f63ee15705c0ec2cd7154cbe9e8906b869 | appveyor.yml | appveyor.yml | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- mk... | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: i686-pc-windows-gnu
install:
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
- mk... | Use LIB instead of PATH for Cbc lib | Use LIB instead of PATH for Cbc lib
| YAML | mit | jcavat/rust-lp-modeler |
fb078c94635d807ee4890fe69a051fc1105fe126 | packages/hs/hspkcs11.yaml | packages/hs/hspkcs11.yaml | homepage: https://github.com/denisenkom/hspkcs11
changelog-type: ''
hash: 7aefc4833b77ed50154daa8d6cf6692bf739d6ac92c17689f428146a36600be1
test-bench-deps: {}
maintainer: denisenkom@gmail.com
synopsis: ! 'Wrapper for PKCS #11 interface'
changelog: ''
basic-deps:
bytestring: -any
unix: -any
base: <4.10
crypto-ap... | homepage: https://github.com/denisenkom/hspkcs11
changelog-type: ''
hash: 5887047a0e4e8c99f34eb072ff4cb299b2b840f5c39e22dc8c09fc8ed2c4671a
test-bench-deps: {}
maintainer: denisenkom@gmail.com
synopsis: ! 'Wrapper for PKCS #11 interface'
changelog: ''
basic-deps:
bytestring: -any
unix: -any
base: <4.10
crypto-ap... | Update from Hackage at 2017-01-15T05:34:48Z | Update from Hackage at 2017-01-15T05:34:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3942d7f725feaa22329fd791bef839b6398b5ed8 | manifest.yml | manifest.yml | ---
language: staticfile
default_versions:
- name: nginx
version: 1.11.9
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
-... | ---
language: staticfile
default_versions:
- name: nginx
version: 1.11.10
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
... | Add nginx 1.11.10, remove nginx 1.11.9 | Add nginx 1.11.10, remove nginx 1.11.9
source url: http://nginx.org/download/nginx-1.11.10.tar.gz
source gpg-signature:
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEsPQlM3P49vUQ1CF4UgqZk6HAUvgFAlijJQUACgkQUgqZk6HA
UvhVbQf/ZaaR9xVhFuJczdIFtUaRwLAnDWKw4A6KlC0bm0hgX55deOEiB9CQ852+
YcFxVVobVJEpm9DvOC0DIG7p0MjPk8HZ5bBSWA... | YAML | mit | SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-bu... |
e17b5d3413b3505ef02aa436df5b620beaf47c5f | BackofficeBundle/Resources/config/group.yml | BackofficeBundle/Resources/config/group.yml | parameters:
open_orchestra_user.repository.group.class: OpenOrchestra\UserBundle\Repository\GroupRepository
services:
open_orchestra_user.repository.group:
class: %open_orchestra_user.repository.group.class%
factory_service: doctrine.odm.mongodb.document_manager
factory_method: getRepos... | parameters:
open_orchestra_user.repository.group.class: OpenOrchestra\UserBundle\Repository\GroupRepository
services:
open_orchestra_user.repository.group:
class: %open_orchestra_user.repository.group.class%
factory:
- @doctrine.odm.mongodb.document_manager
- getReposito... | Replace factory service in yaml | Replace factory service in yaml
| YAML | apache-2.0 | open-orchestra/open-orchestra-media-admin-bundle,open-orchestra/open-orchestra-media-admin-bundle,open-orchestra/open-orchestra-media-admin-bundle,open-orchestra/open-orchestra-cms-bundle,open-orchestra/open-orchestra-cms-bundle,open-orchestra/open-orchestra-cms-bundle |
e1968a33cebc8b0b1636383a0c9f91df329c98c8 | .github/workflows/conda-release.yaml | .github/workflows/conda-release.yaml | name: Pyconll Release to Conda
on:
push
jobs:
release:
name: Release pyconll
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Python 3.8.5
uses: actions/setup-python@v1
with:
python-version: 3.8.5
- name: Setup conda
uses: s-... | name: Pyconll Release to Conda
on:
push
jobs:
release:
name: Release pyconll
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2.3.2
- name: Setup Python 3.8.5
uses: actions/setup-python@v1
with:
python-version: 3.8.5
- name: Setup conda
uses: s-... | Make sure to install conda-build. | Make sure to install conda-build.
| YAML | mit | pyconll/pyconll,pyconll/pyconll |
1b45f60caaced21c7cf40a966e79861c5a187c14 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res... | ---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io |
4227f8406b0ef11600a802871c379f122dbdbc31 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_preview: true
build:
preview_env:
- JEKYLL_ENV=stagi... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
match: "**/*"
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017 |
1f7312a5fcd0ea791cf11248a6c00a8ea0eb2e24 | .github/workflows/github-actions.yml | .github/workflows/github-actions.yml | name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: export UWSGI_UID=$(id -u)
run: export UWSGI_GID=$(id -g)
run: docker-compose build
run: docker-compose up -d
... | name: Build RCAMP and run unit tests
on: [push, pull_request]
jobs:
run_rcamp_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
- run: export UWSGI_UID=$(id -u)
- run: export UWSGI_GID=$(id -g)
- run: docker-compose build
- run: docker-compose up -d
- ... | Add - for invalid file fix | Add - for invalid file fix
| YAML | mit | ResearchComputing/RCAMP,ResearchComputing/RCAMP,ResearchComputing/RCAMP,ResearchComputing/RCAMP |
59c3ffa850c5eab2467a102e49e47d41aee59059 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
allow:
- dependency-type: production
| version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
time: "03:00"
open-pull-requests-limit: 10
allow:
- dependency-type: production
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
time: "03:00"
| Add Docker to Dependabot configuration | Add Docker to Dependabot configuration
We want to make sure we are using the latest version of our Docker base
images, let's use Dependabot to help us with that.
| YAML | mit | alphagov/digitalmarketplace-api,alphagov/digitalmarketplace-api,alphagov/digitalmarketplace-api |
e2e0647009a75f8454539a3eabfe6ef7bfb82641 | .github/workflows/release-please.yml | .github/workflows/release-please.yml | on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
token: ${{secrets.GOOGLEWORKSPACE_BOT_TOKEN}}
release-type: node
package-name: release-please... | on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
token: ${{secrets.GOOGLEWORKSPACE_BOT_TOKEN}}
release-type: node
package-... | Add id to workflow step to ref output correctly | chore: Add id to workflow step to ref output correctly
| YAML | apache-2.0 | googleworkspace/apps-script-oauth2,gsuitedevs/apps-script-oauth2 |
e728907beddf7742bd031409dde0ac0e7f97784c | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
| version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
| Update dependatbot config, also notify us about Python dependency updates. | Update dependatbot config, also notify us about Python dependency
updates.
| YAML | apache-2.0 | apache/libcloud,apache/libcloud,apache/libcloud |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.