commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266 values | license stringclasses 13 values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
6adc7ae4038547d50ac0ea4ae33f453be46f838b | ansible/browbeat/roles/ceilometer-backend/tasks/main.yml | ansible/browbeat/roles/ceilometer-backend/tasks/main.yml | ---
#
# Ceilometer tasks for browbeat
# * Change backend between database and gnocchi
#
- name: Get current backend(s)
become: true
command: crudini --get /etc/ceilometer/ceilometer.conf DEFAULT meter_dispatchers
register: current_backend
- debug: msg="Current Backend={{current_backend.stdout}}"
- name: Configure Ceilometer Backend
become: true
ini_file:
dest: /etc/ceilometer/ceilometer.conf
mode: 0640
section: DEFAULT
option: meter_dispatchers
value: "{{ ceilometer_backend }}"
backup: yes
notify:
- pacemaker default unmanaged
- restart ceilometer services
- restart gnocchi services
- pacemaker default managed
- pacemaker cleanup ceilometer
- pacemaker cleanup gnocchi
- name: Configure for gnocchi
become: true
when: ("'{{ ceilometer_backend }}' == 'gnocchi'") and (inventory_hostname == groups['controller'][0])
shell: gnocchi-upgrade --create-legacy-resource-types
| ---
#
# Ceilometer tasks for browbeat
# * Change backend between database and gnocchi
#
- name: Get current backend(s)
become: true
command: crudini --get /etc/ceilometer/ceilometer.conf DEFAULT meter_dispatchers
register: current_backend
- debug: msg="Current Backend={{current_backend.stdout}}"
- name: Configure Ceilometer Backend
become: true
ini_file:
dest: /etc/ceilometer/ceilometer.conf
mode: 0640
section: DEFAULT
option: meter_dispatchers
value: "{{ ceilometer_backend }}"
backup: yes
notify:
- pacemaker default unmanaged
- restart ceilometer services
- restart gnocchi services
- pacemaker default managed
- pacemaker cleanup ceilometer
- pacemaker cleanup gnocchi
- name: Configure for gnocchi
become: true
when: "('{{ceilometer_backend}}' == 'gnocchi') and (inventory_hostname == groups['controller'][0])"
shell: gnocchi-upgrade --create-legacy-resource-types
| Fix bug in Ceilometer backend role | Fix bug in Ceilometer backend role
Fix bug, last task always runs regardless of what
ceilometer_backend is set to
Change-Id: I81be126b2e789cf4d614b2530577c8bcb7285b9c
| YAML | apache-2.0 | jkilpatr/browbeat,jkilpatr/browbeat |
cd2a3c8c213b291ea765fe3fed6ed3b7fbdb5800 | packages/po/polar-shader.yaml | packages/po/polar-shader.yaml | homepage: ''
changelog-type: ''
hash: 2aa272cb14009b89a8615d854089f5356577fe906498f36f7e957a7aea7b83f8
test-bench-deps:
polar-shader: -any
base: ! '>=4.8 && <5'
hspec: ! '>=2.1'
containers: ! '>=0.5.5'
maintainer: David Farrell <shokku.ra@gmail.com>
synopsis: High-level shader compiler for Polar Game Engine
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
containers: ! '>=0.5.5'
lens: ! '>=4.12'
mtl: ! '>=2.2'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
- '0.2.0.0'
author: David Farrell
latest: '0.2.0.0'
description-type: haddock
description: A high-level generic shader compiler library built for the Polar Game
Engine.
license-name: Apache-2.0
| homepage: ''
changelog-type: ''
hash: 3ebab20c627b3dd7e1f174229a651f4dff75ae53bdb3a8f91a34580226bfcf4a
test-bench-deps:
polar-shader: -any
base: ! '>=4.9 && <4.10'
hspec: ! '>=2.2 && <2.4'
containers: ! '>=0.5.5 && <0.6'
maintainer: David Farrell <shokku.ra@gmail.com>
synopsis: High-level shader compiler framework
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.10'
containers: ! '>=0.5.5 && <0.6'
lens: ! '>=4.14 && <4.16'
mtl: ! '>=2.2 && <2.3'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
- '0.2.0.0'
- '0.3.0.0'
author: David Farrell
latest: '0.3.0.0'
description-type: haddock
description: A compiler framework for a high-level shading language, built for the
Polar game Engine.
license-name: Apache-2.0
| Update from Hackage at 2016-11-21T10:22:53Z | Update from Hackage at 2016-11-21T10:22:53Z | YAML | mit | commercialhaskell/all-cabal-metadata |
d9e3b9bc9e54b87a9133cf6d338a2f4fb16ea890 | app.yaml | app.yaml | runtime: php
env: flex
entrypoint: serve src/public/index.php
#api_version: 1
handlers:
- url: /css
static_dir: src/public/css
- url: /img
static_dir: src/public/img
- url: /webboard
static_dir: src/public/webboard | runtime: php
env: flex
#api_version: 1
runtime_config:
document_root: src/public
front_controller_file: index.php | Revert "Revert "document_root required for flex environment"" | Revert "Revert "document_root required for flex environment""
This reverts commit d9b1940f
| YAML | mit | rikmeijer/teach.php,rikmeijer/teach.php,rikmeijer/teach.php |
3462e96c1e42a74561665994fe5307db8982cb55 | ansible/ansible_hosts.yaml | ansible/ansible_hosts.yaml | ---
all:
hosts:
carbonbean:
ansible_connection: local
children:
servers:
vars:
ansible_connection: ssh
hosts:
cloud2.technicalissues.us:
ansible_user: gene
mail.alt.technicalissues.us:
ansible_user: gliverma
mini-watcher.local:
ansible_user: gene
| ---
all:
hosts:
carbonbean:
ansible_connection: local
children:
servers:
vars:
ansible_connection: ssh
hosts:
cloud2.technicalissues.us:
ansible_user: gene
mail.alt.technicalissues.us:
ansible_user: gliverma
mini-watcher.local:
ansible_user: gene
tart.local:
ansible_user: pi
| Add tart to server list | Add tart to server list
| YAML | bsd-3-clause | genebean/dots,genebean/dots |
bad4f41c2575e8aac73f0048e71566830c2dc616 | .markdownlint.yml | .markdownlint.yml | # These rules are documented on https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
ul: # unordered list style
style: sublist
line_length: false # do not check for line length; rely on editor wrapping
no-inline-html:
allowed_elements:
- abbr
- i
emphasis-style:
style: underscore
strong-style:
style: asterisk
| # These rules are documented on https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md
ul: # unordered list style
style: sublist
line_length: false # do not check for line length; rely on editor wrapping
no-inline-html:
allowed_elements:
- abbr
- i
no-duplicate-header:
siblings_only: true
emphasis-style:
style: underscore
strong-style:
style: asterisk
| Allow duplicated headers if they are not siblings | Allow duplicated headers if they are not siblings
| YAML | agpl-3.0 | openfisca/openfisca-doc,openfisca/openfisca-doc,openfisca/openfisca-doc,openfisca/openfisca-doc |
e08ab248e5539ee80c2a9b72d36045a7ae4e6e38 | .rubocop_todo.yml | .rubocop_todo.yml | # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-03-16 09:38:54 +0100 using RuboCop version 0.38.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 17
Metrics/AbcSize:
Max: 28
# Offense count: 7
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 159
# Offense count: 2
Metrics/CyclomaticComplexity:
Max: 10
# Offense count: 57
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 39
# Offense count: 1
Metrics/PerceivedComplexity:
Max: 11
| # This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-05-10 10:05:38 +0200 using RuboCop version 0.39.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.
# Offense count: 18
Metrics/AbcSize:
Max: 28
# Offense count: 8
# Configuration parameters: CountComments.
Metrics/ClassLength:
Max: 149
# Offense count: 2
Metrics/CyclomaticComplexity:
Max: 10
# Offense count: 59
# Configuration parameters: CountComments.
Metrics/MethodLength:
Max: 39
# Offense count: 1
Metrics/PerceivedComplexity:
Max: 11
| Bring RuboCop config up to date | Bring RuboCop config up to date
| YAML | bsd-2-clause | yui-knk/byebug,yui-knk/byebug,deivid-rodriguez/byebug,deivid-rodriguez/byebug,deivid-rodriguez/byebug,yui-knk/byebug |
a3ac9a2764df1957749344cab142dc2a0a0fdfc2 | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '8.x'
- task: Npm@1
displayName: 'npm ci'
inputs:
workingDir: ./tests/
command: custom
customCommand: 'ci'
- task: Npm@1
displayName: 'npm test'
inputs:
workingDir: ./tests/
command: custom
customCommand: 'run test:ci'
| pool:
vmImage: 'Ubuntu 18.04'
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
- task: Npm@1
displayName: 'npm ci'
inputs:
workingDir: ./tests/
command: custom
customCommand: 'ci'
- task: Npm@1
displayName: 'npm test'
inputs:
workingDir: ./tests/
command: custom
customCommand: 'run test:ci'
| Update OS and node version. | CI: Update OS and node version.
| YAML | mit | bbcmicrobit/PythonEditor,bbcmicrobit/PythonEditor,bbcmicrobit/PythonEditor,bbcmicrobit/PythonEditor |
0909f949801e9155bf9f24d5f1be7a162ee2c42b | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
strategy:
matrix:
Python27:
python.version: '2.7'
Python35:
python.version: '3.5'
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
displayName: 'Use Python $(python.version)'
- script: |
set -xe
python --version
python -m pip install --upgrade pip
# disable builds isolation in pip to allow installing numba
# for python 2.7
python -m pip install --no-build-isolation -r requirements.txt
displayName: 'Install dependencies'
- script: |
set -xe
pip install -e .
displayName: 'Install tslearn'
- script: |
set -xe
# avoid CPU oversubscription
export OMP_NUM_THREADS=2
export NUMBA_NUM_THREADS=2
python -m pip install pytest pytest-azurepipelines pytest-timeout
python -m pytest -v --durations 10 --timeout 90 tslearn/
displayName: 'Test'
| # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
strategy:
Python35:
python.version: '3.5'
Python36:
python.version: '3.6'
Python37:
python.version: '3.7'
Python38:
python.version: '3.8'
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '$(python.version)'
displayName: 'Use Python $(python.version)'
- script: |
set -xe
python --version
python -m pip install --upgrade pip
# disable builds isolation in pip to allow installing numba
# for python 2.7
python -m pip install --no-build-isolation -r requirements.txt
displayName: 'Install dependencies'
- script: |
set -xe
pip install -e .
displayName: 'Install tslearn'
- script: |
set -xe
# avoid CPU oversubscription
export OMP_NUM_THREADS=2
export NUMBA_NUM_THREADS=2
python -m pip install pytest pytest-azurepipelines pytest-timeout
python -m pytest -v --durations 10 --timeout 90 tslearn/ -k 'not (test_all_estimators and Shapelet)'
displayName: 'Test'
| Drop Python 2 and skip Shapelet common tests | Drop Python 2 and skip Shapelet common tests
| YAML | bsd-2-clause | rtavenar/tslearn |
dc2625522534d0838a6964b62e55bd5b4d09ca02 | app/config/routing_dev.yml | app/config/routing_dev.yml | _wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_configurator:
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
prefix: /_configurator
_main:
resource: routing.yml
# AcmeDemoBundle routes (to be removed)
_acme_demo:
resource: "@AcmeDemoBundle/Resources/config/routing.yml"
| _wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt
_profiler:
resource: "@WebProfilerBundle/Resources/config/routing/profiler.xml"
prefix: /_profiler
_configurator:
resource: "@SensioDistributionBundle/Resources/config/routing/webconfigurator.xml"
prefix: /_configurator
_main:
resource: routing.yml
# AcmeDemoBundle routes (to be removed)
#_acme_demo:
# resource: "@AcmeDemoBundle/Resources/config/routing.yml"
| Disable the default "Acme" routes. | Disable the default "Acme" routes.
| YAML | mit | MinePlus/MinePlus,MinePlus/MinePlus,MinePlus/MinePlus |
907af3f12f842ca7598854e5707d6398f48fd93e | .appveyor.yml | .appveyor.yml | install:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
- bash -lc "pacman -S --noconfirm git binutils p7zip gcc mingw-w64-$(uname -m)-python3-sphinx"
- bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.1/ghc-7.10.1-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
- bash -lc "mkdir /usr/local"
- bash -lc "mkdir /usr/local/bin"
- bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
- bash -lc "cabal update"
- bash -lc "cabal install -j --prefix=/usr/local alex happy"
build_script:
- echo "test"
test: off
| clone_folder: "C:\msys64\home\ghc\shake-build"
install:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
- bash -lc "pacman -S --noconfirm git binutils p7zip gcc"
- bash -lc "curl -LsS http://www.haskell.org/ghc/dist/7.10.1/ghc-7.10.1-x86_64-unknown-mingw32.tar.xz | tar -xJ -C /mingw64 --strip-components=1"
- bash -lc "mkdir /usr/local"
- bash -lc "mkdir /usr/local/bin"
- bash -lc "curl -LsS https://www.haskell.org/cabal/release/cabal-install-1.22.0.0/cabal-1.22.0.0-i386-unknown-mingw32.tar.gz | tar -xz -C /usr/local/bin"
- bash -lc "cabal update"
- bash -lc "cabal install -j --prefix=/usr/local alex happy"
build_script:
- echo "test"
test: off
| Drop heavy python dependency, change project folder. | Drop heavy python dependency, change project folder.
See #110. [skip ci]
| YAML | bsd-3-clause | bgamari/shaking-up-ghc,sdiehl/ghc,izgzhen/hadrian,sdiehl/ghc,sdiehl/ghc,quchen/shaking-up-ghc,snowleopard/hadrian,snowleopard/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc |
c18b357d13db3116a1dc069ea3c965de8baae5ae | .codeclimate.yml | .codeclimate.yml | version: "2"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false
plugins:
rubocop:
enabled: true
channel: rubocop-0-74
ratings:
paths:
- "**.rb"
| version: "2"
checks:
argument-count:
enabled: false
complex-logic:
enabled: false
file-lines:
enabled: false
method-complexity:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
nested-control-flow:
enabled: false
return-statements:
enabled: false
similar-code:
enabled: false
identical-code:
enabled: false
ratings:
paths:
- "**.rb"
| Disable RuboCop channel at Code Climate | Disable RuboCop channel at Code Climate
| YAML | mit | yahonda/oracle-enhanced,rsim/oracle-enhanced,rshell/oracle-enhanced,rshell/oracle-enhanced,rsim/oracle-enhanced,yahonda/oracle-enhanced |
338b24e4027edf3dca83dcfc2676a77742c47d02 | .codeclimate.yml | .codeclimate.yml | engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
| engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "source/js/lib/*"
| Exclude paths in lib (out of our control) | Exclude paths in lib (out of our control)
| YAML | mit | niteshpatel/dashlight,niteshpatel/dashlight |
cadb0c5bfc14c9d524e38a36e46a680646bf48c9 | conf.yml | conf.yml | ---
mongo:
host: 127.0.0.1
port: 27017
db: teamboard-dev
snapshots_dir: snapshots
api_url: http://localhost:9002/api
| ---
mongo:
host: 127.0.0.1
port: 27017
db: test
snapshots_dir: snapshots
api_url: http://localhost:9002/api
| Change default database name to `test` | Change default database name to `test`
| YAML | mit | N4SJAMK/contriboard-populator |
ac993b66fdccbf3b2d5b4cfa0474e090b6d36021 | amazon_s3/amazon_s3.yml | amazon_s3/amazon_s3.yml | metadata:
storage:
label: Storage
units: GB
precision: 1
storage_count:
label: Storage Count
precision: 0
data_aws:
label: Data: internal total
units: GB/hr
precision: 2
data_out:
label: Data: external out
units: GB/hr
precision: 2
data_in:
label: Data: external in
units: GB/hr
precision: 2
req_list:
label: Requests: List
units: req/hr
precision: 0
req_get:
label: Requests: GET
units: req/hr
precision: 0
req_head:
label: Requests: HEAD
units: req/hr
precision: 0
req_put:
label: Requests: PUT
units: req/hr
precision: 0
req_delete:
label: Requests: DELETE
units: req/hr
precision: 0
req_copy:
label: Requests: COPY
units: req/hr
precision: 0
| metadata:
storage:
label: Storage
units: GB
precision: 1
storage_count:
label: Storage Count
precision: 0
data_aws:
label: Data - internal total
units: GB/hr
precision: 2
data_out:
label: Data - external out
units: GB/hr
precision: 2
data_in:
label: Data - external in
units: GB/hr
precision: 2
req_list:
label: Requests - List
units: req/hr
precision: 0
req_get:
label: Requests - GET
units: req/hr
precision: 0
req_head:
label: Requests - HEAD
units: req/hr
precision: 0
req_put:
label: Requests - PUT
units: req/hr
precision: 0
req_delete:
label: Requests - DELETE
units: req/hr
precision: 0
req_copy:
label: Requests - COPY
units: req/hr
precision: 0
| Rename things so they sort better | Rename things so they sort better
| YAML | mit | pingdomserver/scout-plugins,pap/scout-plugins,skiold/scout-plugins,wenyanw/scout-plugins,scoutapp/scout-plugins,envato/scout-plugins,wenyanw/scout-plugins,scoutapp/scout-plugins,pingdomserver/scout-plugins,wenyanw/scout-plugins,pap/scout-plugins,scoutapp/scout-plugins,envato/scout-plugins,skiold/scout-plugins,pap/scout-plugins,pingdomserver/scout-plugins,envato/scout-plugins,skiold/scout-plugins |
3f0acd20f59da08bae8e4b722d15e36d3b070c94 | examples/vmi-masquerade.yaml | examples/vmi-masquerade.yaml | ---
apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachineInstance
metadata:
labels:
special: vmi-masquerade
name: vmi-masquerade
spec:
domain:
devices:
disks:
- disk:
bus: virtio
name: containerdisk
- disk:
bus: virtio
name: cloudinitdisk
interfaces:
- masquerade: {}
name: testmasquerade
ports:
- name: http
port: 80
protocol: TCP
rng: {}
machine:
type: ""
resources:
requests:
memory: 1024M
networks:
- name: testmasquerade
pod: {}
terminationGracePeriodSeconds: 0
volumes:
- containerDisk:
image: registry:5000/kubevirt/fedora-cloud-container-disk-demo:devel
name: containerdisk
- cloudInitNoCloud:
userData: |-
#!/bin/bash
echo "fedora" |passwd fedora --stdin
yum install -y nginx
systemctl enable nginx
systemctl start nginx
name: cloudinitdisk
| ---
apiVersion: kubevirt.io/v1alpha3
kind: VirtualMachineInstance
metadata:
labels:
special: vmi-masquerade
name: vmi-masquerade
spec:
domain:
devices:
disks:
- disk:
bus: virtio
name: containerdisk
- disk:
bus: virtio
name: cloudinitdisk
interfaces:
- masquerade: {}
name: testmasquerade
ports:
- name: http
port: 80
protocol: TCP
rng: {}
machine:
type: ""
resources:
requests:
memory: 1024M
networks:
- name: testmasquerade
pod: {}
terminationGracePeriodSeconds: 0
volumes:
- containerDisk:
image: registry:5000/kubevirt/fedora-cloud-container-disk-demo:devel
name: containerdisk
- cloudInitNoCloud:
userData: |-
#!/bin/bash
echo "fedora" |passwd fedora --stdin
ip -6 addr add fd2e:f1fe:9490:a8ff::2/120 dev eth0
sleep 5
ip -6 route add default via fd2e:f1fe:9490:a8ff::1 src fd2e:f1fe:9490:a8ff::2
yum install -y nginx
systemctl enable nginx
systemctl start nginx
name: cloudinitdisk
| Update generated vmi-masquarade.yaml with ip6 related user data | Update generated vmi-masquarade.yaml with ip6 related user data
Signed-off-by: Alona Kaplan <9ea2f88c7fe7e68aa51858b03e0d548211901b83@redhat.com>
| YAML | apache-2.0 | davidvossel/kubevirt,stu-gott/kubevirt,kubevirt/kubevirt,kubevirt/kubevirt,davidvossel/kubevirt,stu-gott/kubevirt,stu-gott/kubevirt,davidvossel/kubevirt,stu-gott/kubevirt,kubevirt/kubevirt,kubevirt/kubevirt,davidvossel/kubevirt |
66ff9e35052a348733f1cddb240d751144067974 | .codeclimate.yml | .codeclimate.yml | engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.js"
- "**.md"
| engines:
duplication:
enabled: true
config:
languages:
- javascript
fixme:
enabled: true
markdownlint:
enabled: true
ratings:
paths:
- "**.js"
- "**.md"
| Remove eslint from code climate since it can't use my sharable config | Remove eslint from code climate since it can't use my sharable config
| YAML | mit | Steven-Roberts/chrome-manifest-iconify |
accbfe3e55769e193fa15f0691759f50b490a3a3 | .fixtures.yml | .fixtures.yml | fixtures:
repositories:
monitoring_check:
repo: 'git@sysgit.yelpcorp.com:mirrors/Yelp/puppet-monitoring_check.git'
ref: '8b3d5d4e0bb43d072339a58e305b39ebd319c7a6'
stdlib:
repo: 'git@sysgit.yelpcorp.com:mirrors/fhats/puppetlabs-stdlib.git'
ref: 'origin/410_add_convert_base'
symlinks:
cron: "#{source_dir}"
| fixtures:
repositories:
monitoring_check:
repo: 'git@sysgit.yelpcorp.com:mirrors/Yelp/puppet-monitoring_check.git'
ref: '8b3d5d4e0bb43d072339a58e305b39ebd319c7a6'
stdlib:
repo: 'git@sysgit.yelpcorp.com:mirrors/puppetlabs/puppetlabs-stdlib.git'
ref: '4.3.2'
symlinks:
cron: "#{source_dir}"
| Fix stdlib to fix tests | Fix stdlib to fix tests
| YAML | apache-2.0 | Yelp/puppet-cron,dnephin/puppet-cron,dnephin/puppet-cron,Yelp/puppet-cron,dnephin/puppet-cron,Yelp/puppet-cron |
76f7945b46fe601b3f629071e7b8ca255c4af2ec | .codeclimate.yml | .codeclimate.yml | #
# ---Choose Your Languages---
# To disable analysis for a certain language, set the language to `false`.
# For help setting your languages:
# http://docs.codeclimate.com/article/169-configuring-analysis-languages
#
languages:
Ruby: false
JavaScript: true
Python: false
PHP: true
#
# ---Exclude Files or Directories---
# List the files or directories you would like excluded from our analysis.
# For help setting your exclude paths:
# http://docs.codeclimate.com/article/166-excluding-files-folders
#
exclude_paths:
- "*/lib"
- "*/libs"
- "*/lib/*"
- "*/libs/*" | #
# ---Choose Your Languages---
# To disable analysis for a certain language, set the language to `false`.
# For help setting your languages:
# http://docs.codeclimate.com/article/169-configuring-analysis-languages
#
languages:
Ruby: false
JavaScript: true
Python: false
PHP: true
#
# ---Exclude Files or Directories---
# List the files or directories you would like excluded from our analysis.
# For help setting your exclude paths:
# http://docs.codeclimate.com/article/166-excluding-files-folders
#
exclude_paths:
- "*/lib"
- "*/libs"
- "*/library"
- "*/lib/*"
- "*/libs/*"
- "*/library/*" | Exclude library folders on CodeClimate | Exclude library folders on CodeClimate
| YAML | lgpl-2.1 | QuantiModo/QuantiModo-WordPress-Plugin,Abolitionist-Project/QuantiModo-WordPress-Plugin,QuantiModo/QuantiModo-WordPress-Plugin,Abolitionist-Project/QuantiModo-WordPress-Plugin,QuantiModo/QuantiModo-WordPress-Plugin |
43ace63f05c16174bc8b6f83602353ecad3bff99 | .codeclimate.yml | .codeclimate.yml | ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths: []
| ---
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- woffTools/*
| Exclude woffTools Library from Code Climate | Exclude woffTools Library from Code Climate
| YAML | mit | friendsoftheweb/woff-rb,friendsoftheweb/woff-rb |
eef5a7d5f586b7476de9743cbcc5fc0818bb7ed3 | .codeclimate.yml | .codeclimate.yml | ---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
channel: beta
exclude_paths:
# Mutations involve a bunch of boilerplate that's making duplication go nuts
- app/graphql/mutations/
config:
languages:
ruby:
javascript:
mass_threshold: 60
eslint:
enabled: true
config:
config: .eslintrc.js
checks:
import/extensions:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/
- db/
- script/
- test/
- vendor/
| ---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
duplication:
enabled: true
channel: beta
exclude_paths:
# Mutations involve a bunch of boilerplate that's making duplication go nuts
- app/graphql/mutations/
- node_modules
- public
config:
languages:
ruby:
javascript:
mass_threshold: 60
eslint:
enabled: true
config:
config: .eslintrc.js
checks:
import/extensions:
enabled: false
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/
- db/
- script/
- test/
- vendor/
| Exclude build artifacts from duplication analysis | Exclude build artifacts from duplication analysis
| YAML | mit | neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode |
f067ff0fe966e1890c5ece34ec1d13372e23de14 | .scrutinizer.yml | .scrutinizer.yml | filter:
paths: [src/*]
excluded_paths: [tests/*]
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 4
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, test]
php_cpd:
enabled: true
excluded_dirs: [vendor, test] | filter:
paths: [src/*]
excluded_paths: [tests/*]
checks:
php:
code_rating: true
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 3
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, test]
php_cpd:
enabled: true
excluded_dirs: [vendor, test] | Adjust Scrutinizer code coverage settings. | Adjust Scrutinizer code coverage settings.
| YAML | mit | mubassirhayat/glide,thephpleague/glide,curtisgibby/glide,barryvdh/glide |
2deeccb96902561819e2fb7a16e5353a0a253ea2 | .codeclimate.yml | .codeclimate.yml | ---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
checks:
MD001:
enabled: false
MD013:
enabled: false
MD024:
enabled: false
MD026:
enabled: false
ratings:
paths:
- "**/*.md"
exclude_paths: []
| ---
engines:
fixme:
enabled: true
markdownlint:
enabled: true
checks:
MD001:
enabled: false
MD013:
enabled: false
MD024:
enabled: false
MD026:
enabled: false
MD034:
enabled: false
ratings:
paths:
- "**/*.md"
exclude_paths: []
| Disable MD034 Bare URL used | Disable MD034 Bare URL used
| YAML | mit | tedmiston/notes,tedmiston/notes,tedmiston/notes |
f9ae9d20c7f3451ea2d11ddf3ac06dd768ca2e76 | data/transition-sites/businesslink_contractsfinder.yml | data/transition-sites/businesslink_contractsfinder.yml | ---
site: businesslink_contractsfinder
whitehall_slug: government-digital-service
homepage: https://www.gov.uk/government/organisations/government-digital-service
tna_timestamp: 20141216171146
host: contractsfinder.businesslink.gov.uk
| ---
site: businesslink_contractsfinder
whitehall_slug: government-digital-service
homepage: http://data.gov.uk/data/contracts-archive/
homepage_title: 'Business Link'
tna_timestamp: 20141216171146
host: contractsfinder.businesslink.gov.uk
global: =301 http://data.gov.uk/data/contracts-archive/
global_redirect_append_path: true
aliases:
- www.contractsfinder.businesslink.gov.uk
| Correct homepage and add missing properties | Correct homepage and add missing properties
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
c06fbe8d111009b41782939593e2d6f1f945df11 | .codeclimate.yml | .codeclimate.yml | engines:
duplication:
enabled: true
config:
languages:
- php
exclude_paths:
- "**.dataset.php"
fixme:
enabled: true
phpmd:
enabled: true
config:
file_extensions: "php"
rulesets: "cleancode,codesize,design,naming,unusedcode"
ratings:
paths:
- "**.php"
| engines:
duplication:
enabled: true
config:
languages:
- php
exclude_paths:
- "**.dataset.php"
- "config/dist/*.php"
fixme:
enabled: true
phpmd:
enabled: true
config:
file_extensions: "php"
rulesets: "cleancode,codesize,design,naming,unusedcode"
ratings:
paths:
- "**.php"
| Exclude config/dist from duplication checks | Exclude config/dist from duplication checks
(for now anyhow)
| YAML | mit | lightster/hodor,lightster/hodor,Twenty7/hodor |
2e0655f61e6b641d2e12527b0b448f2545413f8f | .readthedocs.yml | .readthedocs.yml | version: 2
# bottlneck does not install with python 3.10
build:
os: ubuntu-20.04
apt_packages:
- graphviz
tools:
python: "3.9"
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- all
formats: []
| version: 2
build:
os: ubuntu-20.04
apt_packages:
- graphviz
tools:
python: "3.10"
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
python:
install:
- method: pip
path: .
extra_requirements:
- docs
- all
formats: []
| Update RTD config to use Python 3.10 | Update RTD config to use Python 3.10
| YAML | bsd-3-clause | larrybradley/photutils,astropy/photutils |
7da1cd6d6ee99fd1d3c9d57d7655b4001befddde | .readthedocs.yml | .readthedocs.yml | conda:
file: docs/environment.yml
python:
version: 3.6
pip_install: true
| conda:
file: docs/environment.yml
python:
pip_install: true
| Remove python version from rtd config. | Remove python version from rtd config.
| YAML | mit | ljchang/neurolearn,ljchang/nltools |
0799492b094f921df436aae54c6969899b321b58 | .platform.app.yaml | .platform.app.yaml | # This file describes an application. You can have multiple applications
# in the same project.
# The name of this app. Must be unique within a project.
name: php
# The toolstack used to build the application.
type: php:5.5
build:
flavor: composer
# The relationships of the application with services or other applications.
# The left-hand side is the name of the relationship as it will be exposed
# to the application in the PLATFORM_RELATIONSHIPS variable. The right-hand
# side is in the form `<service name>:<endpoint name>`.
relationships:
database: "mysql:mysql"
# The configuration of app when it is exposed to the web.
web:
# The public directory of the app, relative to its root.
document_root: "/public"
# The front-controller script to send non-static requests to.
passthru: "/index.php"
# The size of the persistent disk of the application (in MB).
disk: 1024
# The mounts that will be performed when the package is deployed.
mounts:
"/storage": "shared:files/storage"
"/bootstrap/cache": "shared:files/cache"
hooks:
build: |
mkdir storage/app
mkdir -p storage/framework/cache
mkdir storage/framework/sessions
mkdir storage/framework/views
mkdir storage/logs
#php artisan key:generate
deploy: |
php artisan migrate --seed
php artisan vendor:publish
| # This file describes an application. You can have multiple applications
# in the same project.
# The name of this app. Must be unique within a project.
name: php
# The toolstack used to build the application.
type: php:5.5
build:
flavor: composer
# The relationships of the application with services or other applications.
# The left-hand side is the name of the relationship as it will be exposed
# to the application in the PLATFORM_RELATIONSHIPS variable. The right-hand
# side is in the form `<service name>:<endpoint name>`.
relationships:
database: "mysql:mysql"
# The configuration of app when it is exposed to the web.
web:
# The public directory of the app, relative to its root.
document_root: "/public"
# The front-controller script to send non-static requests to.
passthru: "/index.php"
# The size of the persistent disk of the application (in MB).
disk: 1024
# The mounts that will be performed when the package is deployed.
mounts:
"/storage": "shared:files/storage"
"/bootstrap/cache": "shared:files/cache"
hooks:
build: |
#php artisan key:generate
deploy: |
mkdir storage/app
mkdir -p storage/framework/cache
mkdir storage/framework/sessions
mkdir storage/framework/views
mkdir storage/logs
# Only need to run this once.
php artisan migrate --seed
| Create folders in a deploy hook. | Create folders in a deploy hook. | YAML | mit | GuGuss/laravel5-example-platformsh,GuGuss/laravel5-example-platformsh,GuGuss/laravel5-example-platformsh |
87ba996af0b363d734155326db7b865d035046fd | .slackbot.yml | .slackbot.yml | releaseSchedule:
OmarShehata: 9/2/2019
mramato: 10/1/2019
hpinkos: 11/1/2019
lilleyse: 12/1/2019
kring: 1/6/2020
lilleyse: 2/3/2020
mramato: 3/2/2020
greetings:
- Happy Friday everyone!
- Can you believe Friday is already here?
- I hope you all had awesome week!
- I skipped breakfast, so I hope Gary baked something good today...
- Good morning everyone!
| # List of Slack usernames (not GitHub) for the Cesium Concierge Slackbot to send release reminders for.
releaseSchedule:
mamato: 3/2/2020
oshehata: 4/1/2020
lilleyse: 5/1/2020
ian: 6/1/2020
sam.suhag: 7/1/2020
sam.vargas: 8/3/2020
kevin: 9/1/2020
mamato: 10/1/2020
oshehata: 11/2/2020
lilleyse: 12/1/2020
| Update release schedule for 2020 | Update release schedule for 2020 | YAML | apache-2.0 | YonatanKra/cesium,YonatanKra/cesium,likangning93/cesium,CesiumGS/cesium,progsung/cesium,CesiumGS/cesium,AnalyticalGraphicsInc/cesium,YonatanKra/cesium,AnalyticalGraphicsInc/cesium,CesiumGS/cesium,likangning93/cesium,likangning93/cesium,progsung/cesium,likangning93/cesium,likangning93/cesium,CesiumGS/cesium,YonatanKra/cesium,CesiumGS/cesium |
2bb2c93dfde37cf96aa64722971eae932fe6d3db | .scrutinizer.yml | .scrutinizer.yml | build:
environment:
php:
version: 5.6.9
| build:
environment:
php:
version: 5.6.9
tools:
php_mess_detector: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true
php_cs_fixer:
config: { level: psr2 }
enabled: true
php_code_sniffer:
config:
standard: "PSR2"
checks:
php:
code_rating: true
duplication: true
filter:
paths:
- 'src/*'
build_failure_conditions:
- 'elements.rating(<= C).new.exists'
- 'issues.label("coding-style").exists'
- 'project.metric("scrutinizer.quality", < 9.5)'
| Enable PSR fixes with Scrutinizer | Enable PSR fixes with Scrutinizer
| YAML | mit | inviqa/dock-cli,sroze/dock-cli,inviqa/dock-cli,tasuk/dock-cli,tasuk/dock-cli,sroze/dock-cli |
5b8209e78bc59922d02b28c4de984a495364634c | .scrutinizer.yml | .scrutinizer.yml | filter:
excluded_paths: [tests/*]
checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 3 | filter:
excluded_paths: [tests/*]
checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
order_alphabetically: true
fix_php_opening_tag: true
fix_linefeed: true
fix_line_ending: true
fix_identation_4spaces: true
fix_doc_comments: true
tools:
external_code_coverage:
timeout: 600
runs: 2 | Use only 2 coverage source | Use only 2 coverage source
| YAML | mit | ndrx-io/profiler-laravel |
f86c66eb447b8b5f9313aa165b2453d65ae9ad0b | .scrutinizer.yml | .scrutinizer.yml | tools:
# Code Coverage
external_code_coverage:
enabled: false
php_code_coverage:
enabled: false
# Code Sniffer
php_code_sniffer:
enabled: true
command: phpcs
config:
standard: PSR1
filter:
excluded_paths:
- 'bin/*'
- 'vendor/*'
- 'features/*'
- 'i18n.php'
# Copy/Paste Detector
php_cpd:
enabled: true
command: phpcpd
excluded_dirs:
- 'bin/*'
- 'vendor/*'
- 'features/*'
# PHP CS Fixer (http://http://cs.sensiolabs.org/).
php_cs_fixer:
enabled: true
command: php-cs-fixer
config:
level: all
filter:
excluded_paths:
- 'bin/*'
- 'vendor/*'
- 'features/*'
# Analyzes the size and structure of a PHP project.
php_loc:
enabled: true
command: phploc
excluded_dirs:
- bin
- vendor
- features
# PHP Mess Detector (http://phpmd.org).
php_mess_detector:
enabled: true
command: phpmd
filter:
excluded_paths:
- 'bin/*'
- 'vendor/*'
- 'features/*'
# Analyzes the size and structure of a PHP project.
php_pdepend:
enabled: true
command: pdepend
excluded_dirs:
- bin
- vendor
- features
# Runs Scrutinizer's PHP Analyzer Tool
php_analyzer:
enabled: true
filter:
excluded_paths:
- 'bin/*'
- 'vendor/*'
- 'features/*'
# Security Advisory Checker
sensiolabs_security_checker: true
| checks:
php:
code_rating: true
duplication: true
tools:
external_code_coverage: false
php_code_coverage: false
php_code_sniffer:
config: { standard: 'PSR1' }
php_changetracking: true
php_sim: true
php_cs_fixer:
config: { level: 'psr1' }
php_mess_detector: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true
filter:
paths: [ 'src/*' ]
| Update and simplify Scrutinizer config | Update and simplify Scrutinizer config
| YAML | mit | spolischook/behat,Taluu/Behat,Behat/Behat,spolischook/behat,spolischook/behat,v-abramchuk/Behat |
f26c9a4ebae662d1ff5683b51e9573ab6a8b1e75 | circle.yml | circle.yml | machine:
node:
version: 0.10.33
java:
version: oraclejdk7
services:
branches:
only:
- master
dependencies:
pre:
- npm install -g gulp
override:
- mvn install
test:
override:
- echo true
general:
artifacts:
- '**/target/*.jar'
- '**/target/*.war'
- '**/target/classes/features.xml'
deployment:
website:
branch: master
owner: hawtio
commands:
- git config --global user.email "circleci@mail.com"
- git config --global user.name "CircleCI"
- ./ci-website.sh
| machine:
node:
version: 0.10.33
java:
version: oraclejdk8
services:
branches:
only:
- master
dependencies:
pre:
- npm install -g gulp
override:
- mvn install
test:
override:
- echo true
general:
artifacts:
- '**/target/*.jar'
- '**/target/*.war'
- '**/target/classes/features.xml'
deployment:
website:
branch: master
owner: hawtio
commands:
- git config --global user.email "circleci@mail.com"
- git config --global user.name "CircleCI"
- ./ci-website.sh
| Upgrade Circle.yml to use JDK 8 | Upgrade Circle.yml to use JDK 8
| YAML | apache-2.0 | tadayosi/hawtio,skarsaune/hawtio,tadayosi/hawtio,tadayosi/hawtio,hawtio/hawtio,skarsaune/hawtio,tadayosi/hawtio,hawtio/hawtio,skarsaune/hawtio,tadayosi/hawtio,skarsaune/hawtio,skarsaune/hawtio,hawtio/hawtio,hawtio/hawtio,hawtio/hawtio |
d730fd5df0215ef3268f676cb6d6b288e9127979 | circle.yml | circle.yml | dependencies:
override:
- pip install -q numpy
- pip install scipy
- pip install -r requirements.txt
- pip install -Iv https://wiki.fysik.dtu.dk/ase-files/python-ase-3.6.0.2515.tar.gz
- python setup.py install
test:
override:
- mv pymatgen pmg
- nosetests:
environment:
PATH: $PATH:`pwd`/cmd_line/enum/Linux_64bit | dependencies:
override:
- pip install -q numpy
- pip install scipy
- pip install -r requirements.txt
- pip install -Iv https://wiki.fysik.dtu.dk/ase-files/python-ase-3.6.0.2515.tar.gz
- python setup.py install
- virtualenv --system-site-packages venv
test:
override:
- mv pymatgen pmg
- nosetests:
environment:
PATH: $PATH:`pwd`/cmd_line/enum/Linux_64bit | Add system site packages to virtual env. | Add system site packages to virtual env.
| YAML | mit | migueldiascosta/pymatgen,Bismarrck/pymatgen,migueldiascosta/pymatgen,Bismarrck/pymatgen,sonium0/pymatgen,ctoher/pymatgen,ctoher/pymatgen,rousseab/pymatgen,sonium0/pymatgen,ctoher/pymatgen,migueldiascosta/pymatgen,rousseab/pymatgen,Bismarrck/pymatgen,yanikou19/pymatgen,Bismarrck/pymatgen,Bismarrck/pymatgen,rousseab/pymatgen,Dioptas/pymatgen,yanikou19/pymatgen,sonium0/pymatgen,yanikou19/pymatgen,Dioptas/pymatgen |
4648aa215cb975111dd862c4e16221d5e9e9317a | circle.yml | circle.yml | machine:
node:
version: 4.2.2
dependencies:
pre:
- npm install -g bower
override:
- npm i
- bower i
| machine:
node:
version: 6.10.0
dependencies:
pre:
- npm install -g bower
override:
- npm i
- bower i
| Bump node version for CI | Bump node version for CI
| YAML | mit | robwebdev/ember-cli-staticboot,robwebdev/ember-cli-staticboot |
c8a43bbef0cfc425d624bae50c02d17a7e03f0c4 | circle.yml | circle.yml | general:
branches:
ignore:
- /work\/.*/
dependencies:
pre:
- sudo pip install awscli
deployment:
production:
branch: $PRODUCTION_BRANCH
commands:
- aws s3 rm s3://$BUCKET_NAME/* --recursive
- aws s3 cp docs/ s3://$BUCKET_NAME/ --recursive | version: 2
jobs:
build:
working_directory: ~/
docker: # requires
- image: circleci/node:7.10
branches:
only:
- master
steps:
- checkout
- run:
name: show environments
command: |
cat /etc/issue
- run:
name: Install dependencies
working_directory: ./
command: |
sudo apt-get -y -qq update
sudo apt-get -y -qq install python3.4-dev
sudo curl -O https://bootstrap.pypa.io/get-pip.py
sudo python3.4 get-pip.py
sudo pip install awscli --upgrade
- run:
name: deployment
command: |
aws s3 rm s3://$BUCKET_NAME/* --recursive
aws s3 cp docs/ s3://$BUCKET_NAME/ --recursive
| Update to passed file in local. | Update to passed file in local.
| YAML | mit | addli/motorhomes.addli.jp,addli/motorhomes.addli.jp |
750ce05c0529a3dbbfd2a330173462571fe2a696 | circle.yml | circle.yml | dependencies:
post:
- rvm 2.2 do gem install test-unit
test:
override:
- rvm 1.8.7 do rake test
- rvm 1.9.2 do rake test
- rvm 1.9.3 do rake test
- rvm 2.0 do rake test
- rvm 2.1 do rake test
- rvm 2.2 do rake test
- rvm jruby-1.7 do rake test
- rvm jruby-9.0 do rake test
| dependencies:
post:
- rvm 2.2 do gem install test-unit
test:
override:
- rvm 1.8.7 do rake test
- rvm 1.9.2,1.9.3 do rake test
- rvm 2.0,2.1,2.2,2.3.1,2.4.1 do rake test
- rvm jruby-1.7,jruby-9.0 do rake test
| Add ruby 2.3 and 2.4 to Circle CI test suite | Add ruby 2.3 and 2.4 to Circle CI test suite
| YAML | mit | remvee/exifr |
3cc756b1fca4bdcef216c4ca6a220e6ba112f193 | circle.yml | circle.yml | machine:
python:
version: 3.5.2
test:
override:
- promgen test
| machine:
python:
version: 3.5.2
environment:
SECRET_KEY: abcd
test:
override:
- promgen test
| Add required SECRET_KEY for Django | Add required SECRET_KEY for Django
| YAML | mit | kfdm/promgen,kfdm/promgen,kfdm/promgen,kfdm/promgen |
595d8aa6b0a310f689b5d02fe7838be422babe05 | circle.yml | circle.yml | ## Customize the test machine
machine:
timezone:
America/Montreal
environment:
PATH: "/home/ubuntu/cmake-3.7.1-Linux-x86_64/bin:$PATH"
## Customize checkout
checkout:
pre:
- git clone https://github.com/OpenMA/openma-data.git data
## Customize dependencies
dependencies:
cache_directories:
- ~/cmake-3.7.1-Linux-x86_64
pre:
- >
if [ ! -d ~/cmake-3.7.1-Linux-x86_64 ]; then
echo "No cache - installing CMake"
cd ~ && wget --quiet https://cmake.org/files/v3.7/cmake-3.7.1-Linux-x86_64.tar.gz && tar -xvf cmake-3.7.1-Linux-x86_64.tar.gz
else
echo "Cached CMake found"
fi
override:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE:CHAR=Release -DBUILD_SHARED_LIBS:BOOL=1 -DBUILD_UNIT_TESTS:BOOL=1 -DOPENMA_TESTING_DATA_PATH:CHAR=/home/ubuntu/data -G "Unix Makefiles" /home/ubuntu/openma
- make
## Customize test commands
test:
override:
- make test | ## Customize the test machine
machine:
timezone:
America/Montreal
environment:
PATH: "/home/ubuntu/cmake-3.7.1-Linux-x86_64/bin:$PATH"
## Customize checkout
checkout:
pre:
- git clone https://github.com/OpenMA/openma-data.git data
## Customize dependencies
dependencies:
cache_directories:
- ~/cmake-3.7.1-Linux-x86_64
pre:
- >
if [ ! -d ~/cmake-3.7.1-Linux-x86_64 ]; then
echo "No cache - installing CMake"
cd ~ && wget --quiet https://cmake.org/files/v3.7/cmake-3.7.1-Linux-x86_64.tar.gz && tar -xvf cmake-3.7.1-Linux-x86_64.tar.gz
else
echo "Cached CMake found"
fi
override:
- mkdir build && cd build
- cmake -DCMAKE_BUILD_TYPE:CHAR=Release -DBUILD_SHARED_LIBS:BOOL=1 -DBUILD_UNIT_TESTS:BOOL=1 -DOPENMA_TESTING_DATA_PATH:CHAR=/home/ubuntu/data -G "Unix Makefiles" /home/ubuntu/openma
- make
## Customize test commands
test:
override:
- ctest -VV | Make the unit tests verbose for CircleCI. | Make the unit tests verbose for CircleCI.
| YAML | bsd-3-clause | OpenMA/openma,OpenMA/openma,OpenMA/openma,OpenMA/openma |
f93a0acbd2ccb7794c526570f620cf929289a23e | circle.yml | circle.yml | machine:
python:
version: 3.6.1
dependencies:
post:
- pip install -r requirements.txt
test:
override:
- createdb bucketlist_db;
- createdb test_db;
- python manage.py databases init
- python manage.py databases migrate
- python manage.py databases upgrade
- nosetests | machine:
python:
version: 3.6.1
dependencies:
post:
- pip install -r requirements.txt
test:
override:
- createdb bucketlist_db;
- createdb test_db;
- rm -rf migrations
- python manage.py databases init
- python manage.py databases migrate
- python manage.py databases upgrade
- nosetests | Add database scripts to ci setup file | Add database scripts to ci setup file
| YAML | mit | paulupendo/CP-2-Bucketlist-Application |
cc4b0bceaa29c62c75fca4933023c3b26a133071 | circle.yml | circle.yml | machine:
services:
- redis
dependencies:
override:
- eval "$(curl -sL https://apt.vapor.sh)"
- sudo apt-get install vapor cmysql
- sudo chmod -R a+rx /usr/
test:
override:
- swift build
- swift build -c release
- swift test
| machine:
services:
- redis
dependencies:
override:
- eval "$(curl -sL https://apt.vapor.sh)"
- sudo apt-get install swift vapor cmysql
- sudo chmod -R a+rx /usr/
test:
override:
- swift build
- swift build -c release
- swift test
- sudo apt-get remove swift
- sudo apt-get install swift-beta
- swift build
- swift build -c release
- swift test
| Test forward and backwards compatibility | Test forward and backwards compatibility
| YAML | mit | czechboy0/Redbird,czechboy0/Redbird |
5002931ad2efa3b14de1f67296aa876e11519412 | circle.yml | circle.yml |
machine:
node:
version: 6
dependencies:
pre:
- bundle config without development:production
cache_directories:
- "/node_modules/"
test:
pre:
- npm run build
override:
- npm run test
deployment:
npm:
tag: /release-.*/
owner: 18F
commands:
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm run check-publish
|
machine:
node:
version: 6
dependencies:
pre:
- bundle config without development:production
- npm rebuild node-sass
cache_directories:
- "/node_modules/"
test:
pre:
- npm run build
override:
- npm run test
deployment:
npm:
tag: /release-.*/
owner: 18F
commands:
- echo -e "$NPM_USERNAME\n$NPM_PASSWORD\n$NPM_EMAIL" | npm login
- npm run check-publish
| Rebuild node-sass in v6 env | Rebuild node-sass in v6 env
| YAML | cc0-1.0 | 18F/cg-style,18F/cg-style,18F/cg-style |
a324ffed41ec3ec629e80e75886534cc50b1191e | circle.yml | circle.yml | dependencies:
override:
- pip install -r requirements.txt
- pip install pycrypto
test:
override:
- coverage run manage.py test
general:
artifacts:
- 'coverage'
deployment:
# production:
# branch: master
# commands:
# - fab deploy
production:
branch: master
commands:
- |
cat >~/.netrc <<EOF
machine api.heroku.com
login $HEROKU_EMAIL
password $HEROKU_TOKEN
machine git.heroku.com
login $HEROKU_EMAIL
password $HEROKU_TOKEN
EOF
- chmod 600 ~/.netrc # Heroku cli complains about permissions without this
- "[[ ! -s \"$(git rev-parse --git-dir)/shallow\" ]] || git fetch --unshallow"
- heroku maintenance:on --app staging-speakerfight
- heroku scale web=0 --app staging-speakerfight
- git push git@heroku.com:staging-speakerfight.git $CIRCLE_SHA1:refs/heads/master
- heroku run python manage.py migrate --app staging-speakerfight
- heroku run python manage.py compilemessages --app staging-speakerfight
- heroku scale web=1 --app staging-speakerfight
- heroku maintenance:off --app staging-speakerfight
| dependencies:
override:
- pip install -r requirements.txt
- pip install pycrypto
test:
override:
- coverage run manage.py test
general:
artifacts:
- 'coverage'
# deployment:
# production:
# branch: master
# commands:
# - fab deploy | Stop deploying on heroku due to installation issues. | Stop deploying on heroku due to installation issues.
| YAML | mit | luanfonceca/speakerfight,luanfonceca/speakerfight,luanfonceca/speakerfight |
a5a50dd12de0eecb6cb53377a1e51152d07e9e1c | circle.yml | circle.yml | machine:
xcode:
version: 8.3
checkout:
post:
- git submodule sync --recursive
- git submodule update --recursive --init
test:
override:
- ./Scripts/test_buy
- ./Scripts/test_buy_tv
- ./Scripts/test_buy_watch
- ./Scripts/test_pay
- ./Scripts/test_sample
| machine:
xcode:
version: 9.0
checkout:
post:
- git submodule sync --recursive
- git submodule update --recursive --init
test:
override:
- ./Scripts/test_buy
- ./Scripts/test_buy_tv
- ./Scripts/test_buy_watch
- ./Scripts/test_pay
- ./Scripts/test_sample
| Upgrade CircleCI from Xcode 8.3 -> Xcode 9.0 | Upgrade CircleCI from Xcode 8.3 -> Xcode 9.0
| YAML | mit | Shopify/mobile-buy-sdk-ios,Shopify/mobile-buy-sdk-ios,Shopify/mobile-buy-sdk-ios |
8bc439df04e754d5b554c87bbaccf3bb33835d70 | templates/redmine.config.yml | templates/redmine.config.yml | ######################################
# Redmine configuration
######################################
######################################
# SMTP server using TLS (GMail)
######################################
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.gmail.com"
port: 587
domain: "forgeservicelab.fi" # 'your.domain.com' for GoogleApps
authentication: :plain
user_name: "support@forgeservicelab.fi"
password: "Tummapall0h"
| ######################################
# Redmine configuration
######################################
######################################
# SMTP server using TLS (Mandrill)
######################################
production:
email_delivery:
delivery_method: :smtp
smtp_settings:
enable_starttls_auto: true
address: "smtp.mandrillapp.com"
port: 587
domain: "{{ mandrillapp_domain }}"
authentication: :plain
user_name: "{{ mandrillapp_username }}"
password: "{{ mandrillapp_password }}"
| Configure redmine to use mandrill as mail sender. | Configure redmine to use mandrill as mail sender.
| YAML | mit | forgeservicelab/ansible-roles.redmine |
19f62a35a96e99bdd02f44f8e46047b30b65c068 | examples/fitness/pubspec.yaml | examples/fitness/pubspec.yaml | name: fitness
dependencies:
sky: any
sky_tools: any
playfair: "^0.0.5"
path: "^1.3.6"
dependency_overrides:
material_design_icons:
path: ../../sky/packages/material_design_icons
sky:
path: ../../sky/packages/sky
| name: fitness
dependencies:
sky: any
sky_tools: any
playfair: "^0.0.6"
path: "^1.3.6"
dependency_overrides:
material_design_icons:
path: ../../sky/packages/material_design_icons
sky:
path: ../../sky/packages/sky
| Move Fitness.app to the latest playfair | Move Fitness.app to the latest playfair
@collinjackson
| YAML | bsd-3-clause | Hixie/flutter,tvolkert/flutter,turnidge/flutter,Hixie/flutter,cbracken/flutter,cbracken/flutter,flutter/flutter,aghassemi/flutter,jason-simmons/flutter,Hixie/flutter,turnidge/flutter,aghassemi/flutter,tvolkert/flutter,flutter/flutter,aghassemi/flutter,tvolkert/flutter,flutter/flutter,jason-simmons/flutter,tvolkert/flutter,cbracken/flutter,flutter/flutter,Hixie/flutter,jason-simmons/flutter,cbracken/flutter,flutter/flutter,turnidge/flutter,tvolkert/flutter,flutter/flutter,Hixie/flutter,cbracken/flutter,tvolkert/flutter,flutter/flutter,Hixie/flutter,cbracken/flutter,Hixie/flutter,Hixie/flutter,aghassemi/flutter,cbracken/flutter,tvolkert/flutter,tvolkert/flutter,tvolkert/flutter,flutter/flutter,Hixie/flutter,cbracken/flutter,flutter/flutter,turnidge/flutter,flutter/flutter,jason-simmons/flutter,Hixie/flutter,tvolkert/flutter,turnidge/flutter,cbracken/flutter,cbracken/flutter |
d8767f8d686a639fc7118fb94b7ed88788bef59f | modules/openstack_project/files/jenkins_job_builder/config/pypi-jobs.yaml | modules/openstack_project/files/jenkins_job_builder/config/pypi-jobs.yaml | - job-template:
name: '{name}-pypi-upload'
node: pypi
builders:
- shell: |
#!/bin/bash -xe
TAG=`echo $ZUUL_REF | sed 's/^refs.tags.//'`
FILENAME="{name}-$TAG.tar.gz"
rm -rf *tar.gz
curl --fail -o $FILENAME http://{tarball-site}/{name}/$FILENAME
# Make sure we actually got a gzipped file
file -b $FILENAME | grep gzip
- shell: |
/usr/local/jenkins/slave_scripts/pypi-upload.sh {name}
publishers:
- console-log
- job-group:
name: pypi-jobs
jobs:
- '{name}-pypi-upload'
| - job-template:
name: '{name}-pypi-upload'
node: pypi
builders:
- gerrit-git-prep
- shell: |
/usr/local/jenkins/slave_scripts/pypi-upload.sh {name} {tarball-site}
publishers:
- console-log
- job-group:
name: pypi-jobs
jobs:
- '{name}-pypi-upload'
| Determine the package name when uploading to PyPI | Determine the package name when uploading to PyPI
* modules/jenkins/files/slave_scripts/pypi-extract-name.py: Short
new script to safely parse the sdist package name out of a setup.cfg
file.
* modules/jenkins/files/slave_scripts/pypi-upload.sh: Subsume the
guts of the first shell builder from the pypi-upload job, extended
to call pypi-extract-name.py and fall back to the name of the Git
project if it fails--this is needed for cases where those names
differ, for example in capitalization.
* .../jenkins_job_builder/config/pypi-jobs.yaml: Clone and checkout
the Git tag which triggered this upload to PyPI, and then only call
the modified pypi-upload.sh script since it should now analyze the
state of the setup.cfg to determine how to retrieve the
corresponding tarball.
Change-Id: I43843e6e74b918e9c68f4b27958ec605774668ff
| YAML | apache-2.0 | citrix-openstack/project-config,open-switch/infra_project-config,open-switch/infra_project-config,noorul/os-project-config,openstack-infra/project-config,coolsvap/project-config,Tesora/tesora-project-config,openstack-infra/project-config,dongwenjuan/project-config,osrg/project-config,osrg/project-config,anbangr/osci-project-config,citrix-openstack/project-config,noorul/os-project-config,coolsvap/project-config,Tesora/tesora-project-config,dongwenjuan/project-config,anbangr/osci-project-config |
c4ef172c3f9bcf963b962062bac3ad44f8a3cd55 | docs/_config.yml | docs/_config.yml | gems:
- github-pages
- jekyll-default-layout
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-titles-from-headings
| gems:
- github-pages
- jekyll-default-layout
- jekyll-optional-front-matter
- jekyll-readme-index
- jekyll-titles-from-headings
theme: jekyll-theme-dinky
| Select GitHub Pages Jekyll theme "dinky". | Select GitHub Pages Jekyll theme "dinky".
| YAML | apache-2.0 | apetro/uPortal,apetro/uPortal,apetro/uPortal,apetro/uPortal,apetro/uPortal |
eb13318d548142e75d45ed1058e2026acef30ba0 | docs/_config.yml | docs/_config.yml | title: Evergreen
description: A debug tool for Android TV devices
url: 'https://google.github.io/evergreen-checker'
theme: null
theme_color: '#9cc269'
include:
- '*.txt'
- .well-known
exclude:
- '*.sh'
- '*.yml'
- CNAME
- Gemfile*
- README.md
- vendor
github:
- metadata
repository: 'google/evergreen-checker'
| title: Evergreen
description: A debug tool for Android TV devices
url: 'https://google.github.io/evergreen-checker'
repository: google/evergreen-checker
theme: null
theme_color: '#9cc269'
include:
- '*.txt'
- .well-known
exclude:
- '*.sh'
- '*.yml'
- CNAME
- Gemfile
- Gemfile.lock
- README.md
- vendor
github:
- metadata
| Add specific exclusions for `Gemfile` and `Gemfile.lock` | Add specific exclusions for `Gemfile` and `Gemfile.lock`
| YAML | apache-2.0 | google/evergreen-checker,google/evergreen-checker |
680bbfb9c065b4cf33377e84689cfd26af1ce6ba | docs/_config.yml | docs/_config.yml | # Site settings
title: Zazu App
description: >
Zazu is a new open source productivity app, that allows developers to be in the
drivers seat. Unlike other solutions, there are no built in integrations, so
every plugin has the full scope of what Zazu has to offer.
fixedNav: 'true' # true or false
themeColor: mint # teal, purple, green, blue, orange, purple, grey
siteurl: 'http://zazuapp.org'
branch: gh-pages
collections:
packages:
output: false
documentation:
output: true
permalink: /documentation/:path/
gems:
- jekyll-github-metadata
- kramdown
- rouge
# Social
twitterUsername:
dribbbleUsername:
codepenUsername:
githubUsername: tinytacoteam
# Build settings
permalink: /:year/:month/:title
markdown: kramdown
include: [_pages, _packages, _documentation]
exclude: [vendor, _site, CHANGELOG.md, LICENSE, README.md, .ruby-version]
sass:
style: compressed
| # Site settings
title: Zazu App
description: >
Zazu is a new open source productivity app, that allows developers to be in the
drivers seat. Unlike other solutions, there are no built in integrations, so
every plugin has the full scope of what Zazu has to offer.
fixedNav: 'true' # true or false
themeColor: mint # teal, purple, green, blue, orange, purple, grey
siteurl: 'http://zazuapp.org'
branch: gh-pages
collections:
packages:
output: false
documentation:
output: true
permalink: /documentation/:path/
gems:
- jekyll-github-metadata
- kramdown
- rouge
# Social
twitterUsername: zazuapp
dribbbleUsername:
codepenUsername:
githubUsername: tinytacoteam
# Build settings
permalink: /:year/:month/:title
markdown: kramdown
include: [_pages, _packages, _documentation]
exclude: [vendor, _site, CHANGELOG.md, LICENSE, README.md, .ruby-version]
sass:
style: compressed
| Add twitter link to the bottom. | Add twitter link to the bottom. [skip ci]
| YAML | mit | tinytacoteam/zazu,tinytacoteam/zazu |
ad4678293dd5ee55dfbb07e06ccd73f186a64b9b | recipes/ipyvtklink/meta.yaml | recipes/ipyvtklink/meta.yaml | {% set name = "scooby" %}
{% set version = "0.5.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5ff823c41873f2856ca0664a130bf88ab12f2dd99a1702a9191829c3642368ac
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python
- pip
run:
- python
test:
imports:
- ipyvtklink
about:
home: https://github.com/Kitware/ipyvtklink/
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Minimal ipywidget to interface with any Python vtkRenderWindow
description: |
ipyvtklink provides an ipywidget interface for interacting with vtkRenderWindows in a Jupyter notebook. This is most notably used with PyVista.
doc_url: https://github.com/Kitware/ipyvtklink/blob/master/README.md
dev_url: https://github.com/Kitware/ipyvtklink
extra:
recipe-maintainers:
- banesullivan
| {% set name = "ipyvtklink" %}
{% set version = "0.5.6" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 5ff823c41873f2856ca0664a130bf88ab12f2dd99a1702a9191829c3642368ac
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv
requirements:
host:
- python
- pip
run:
- python
test:
imports:
- ipyvtklink
about:
home: https://github.com/Kitware/ipyvtklink/
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Minimal ipywidget to interface with any Python vtkRenderWindow
description: |
ipyvtklink provides an ipywidget interface for interacting with vtkRenderWindows in a Jupyter notebook. This is most notably used with PyVista.
doc_url: https://github.com/Kitware/ipyvtklink/blob/master/README.md
dev_url: https://github.com/Kitware/ipyvtklink
extra:
recipe-maintainers:
- banesullivan
| Fix name from copy pasta | Fix name from copy pasta | YAML | bsd-3-clause | ReimarBauer/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes |
d7ff32213609680219aec967c72b8dd2791fd914 | .fixtures.yml | .fixtures.yml | fixtures:
forge_modules:
stdlib: 'puppetlabs-stdlib'
git: 'puppetlabs-git'
vcsrepo: 'puppetlabs-vcsrepo'
epel: 'stahnma-epel'
python:
repo: 'stankevich-python'
ref: '1.9.4'
mysql: 'puppetlabs-mysql'
uwsgi:
repo: 'cwood-uwsgi'
ref: '0.2.2'
symlinks:
patchwork: "#{source_dir}"
| fixtures:
forge_modules:
stdlib: 'puppetlabs-stdlib'
git: 'puppetlabs-git'
vcsrepo: 'puppetlabs-vcsrepo'
epel: 'stahnma-epel'
python:
repo: 'stankevich-python'
ref: '1.9.4'
mysql: 'puppetlabs-mysql'
uwsgi:
repo: 'engage-uwsgi'
ref: '1.2.0'
symlinks:
patchwork: "#{source_dir}"
| Switch dependency from cwood to engage | Switch dependency from cwood to engage
cwood provides little to no documentation
Signed-off-by: Trevor Bramwell <9318f446584e3f6cf68dea37a1a9fde63cb30ce1@linuxfoundation.org>
| YAML | apache-2.0 | bramwelt/puppet-patchwork,bramwelt/puppet-patchwork,bramwelt/puppet-patchwork |
e31a6748207b2e987513d8ad84a0fd0fbd21d8de | recipes/s3transfer/meta.yaml | recipes/s3transfer/meta.yaml | {%set name = "s3transfer" %}
{%set version = "0.1.9" %}
{%set hash_type = "sha256" %}
{%set hash_val = "17ad7d672115f93a72ed7917209cb0bb02fc87f96f11886408ed8a6b1bb4c754" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- botocore >=1.3.0,<2.0.0
- futures >=2.2.0,<4.0.0 # [not py3k]
run:
- python
- botocore >=1.3.0,<2.0.0
- futures >=2.2.0,<4.0.0 # [not py3k]
test:
imports:
- s3transfer
about:
home: https://github.com/boto/s3transfer
license: Apache 2.0
summary: 'An Amazon S3 Transfer Manager'
| {%set name = "s3transfer" %}
{%set version = "0.1.10" %}
{%set hash_type = "sha256" %}
{%set hash_val = "ba1a9104939b7c0331dc4dd234d79afeed8b66edce77bbeeecd4f56de74a0fc1" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
{{ hash_type }}: {{ hash_val }}
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- botocore >=1.3.0,<2.0.0
- futures >=2.2.0,<4.0.0 # [not py3k]
run:
- python
- botocore >=1.3.0,<2.0.0
- futures >=2.2.0,<4.0.0 # [not py3k]
test:
imports:
- s3transfer
about:
home: https://github.com/boto/s3transfer
license: Apache 2.0
summary: 'An Amazon S3 Transfer Manager'
| Update s3transfer recipe to version 1.1.10 | Update s3transfer recipe to version 1.1.10
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
9a6b15ebb4858ef60f8c21777d7b140a117abd21 | roles/dotfiles/tasks/main.yml | roles/dotfiles/tasks/main.yml | ---
- include: variables.yml
- name: 'Cloning dotfiles repo'
git:
repo: "{{ dotfiles_repo }}"
dest: "{{ dotfiles_path }}"
accept_hostkey: True
version: "{{ dotfiles_branch }}"
update: True
clone: True
force: True
- name: 'Creating directory for local dotfiles'
file:
dest: "{{ dotfiles_local_path }}"
state: directory
owner: "{{ dotfiles_user }}"
mode: "{{ dotfiles_dir_mode }}"
- name: 'Setting correct permissions for the dotfiles'
file:
path: "{{ dotfiles_path }}"
mode: "{{ dotfiles_dir_mode }}"
owner: "{{ dotfiles_user }}"
recurse: True
- name: 'Register thoughtbot formulae'
homebrew_tap:
tap: thoughtbot/formulae
state: present
- name: 'Installing rcm'
homebrew:
name: rcm
state: latest
# rcup -vf -d ~/.dotfiles-local -d ~/.dotfiles <-- first one wins
- name: 'Linking dotfiles'
shell: "rcup -vf -d {{ dotfiles_local_path }} -d {{ dotfiles_path }} | { grep -v identical || true; }"
register: rcup_output
changed_when: rcup_output.stdout_lines|length > 0 | ---
- include: variables.yml
- name: 'Cloning dotfiles repo'
git:
repo: "{{ dotfiles_repo }}"
dest: "{{ dotfiles_path }}"
accept_hostkey: True
version: "{{ dotfiles_branch }}"
update: True
clone: True
force: True
- name: 'Creating directory for local dotfiles'
file:
dest: "{{ dotfiles_local_path }}"
state: directory
owner: "{{ dotfiles_user }}"
mode: "{{ dotfiles_dir_mode }}"
- name: 'Setting correct permissions for the dotfiles'
file:
path: "{{ dotfiles_path }}"
owner: "{{ dotfiles_user }}"
recurse: True
- name: 'Register thoughtbot formulae'
homebrew_tap:
tap: thoughtbot/formulae
state: present
- name: 'Installing rcm'
homebrew:
name: rcm
state: latest
# rcup -vf -d ~/.dotfiles-local -d ~/.dotfiles <-- first one wins
- name: 'Linking dotfiles'
shell: "rcup -vf -d {{ dotfiles_local_path }} -d {{ dotfiles_path }} | { grep -v identical || true; }"
register: rcup_output
changed_when: rcup_output.stdout_lines|length > 0 | Change the owner but not permissions for dotfiles | Change the owner but not permissions for dotfiles
| YAML | mit | jfahrer/ansible-dev-mac,jfahrer/ansible-dev-mac |
063ad6599832b1706d0cd6eb586e643c17e6240f | url_monitor/url_monitor.yml | url_monitor/url_monitor.yml | options:
url:
name: Url
notes: The full URL (including http://) of the URL to monitor. You can provide basic authentication options as well (http://user:pass@domain.com)
default: "http://www.scoutapp.com/"
metadata:
response_time:
label: Response Time
units: secs
precision: 2
larger_is_better: false
| options:
url:
name: Url
notes: The full URL (including http://) of the URL to monitor. You can provide basic authentication options as well (http://user:pass@domain.com)
default: "http://www.scoutapp.com/"
metadata:
response_time:
label: Response Time
units: secs
precision: 2
larger_is_better: false
up:
label: Url Reachable
precision: 0
larger_is_better: true
| Fix metadata for URL monitor. | Fix metadata for URL monitor.
| YAML | mit | pap/scout-plugins,envato/scout-plugins,pingdomserver/scout-plugins,scoutapp/scout-plugins,envato/scout-plugins,envato/scout-plugins,pingdomserver/scout-plugins,skiold/scout-plugins,pap/scout-plugins,scoutapp/scout-plugins,pingdomserver/scout-plugins,wenyanw/scout-plugins,pap/scout-plugins,scoutapp/scout-plugins,skiold/scout-plugins,wenyanw/scout-plugins,skiold/scout-plugins,wenyanw/scout-plugins |
92e1b977d5fa98b7d91f59ea9212c243140aea4c | roles/keystone/meta/main.yml | roles/keystone/meta/main.yml | ---
dependencies:
- role: monitoring-common
- role: logging-config
service: keystone
logdata: "{{ keystone.logs }}"
- role: openstack-source
project_name: keystone
project_rev: "{{ keystone.source.rev }}"
when: openstack_install_method == 'source'
| ---
dependencies:
- role: monitoring-common
- role: logging-config
service: keystone
logdata: "{{ keystone.logs }}"
- role: openstack-source
project_name: keystone
project_rev: "{{ keystone.source.rev }}"
# is this even required anymore with Juno?
python_requirements:
- { name: babel, version: "{{ keystone.babel_version }}" }
when: openstack_install_method == 'source'
| Break source install into an openstack-source role | Break source install into an openstack-source role
This is the first step to supporting both source installs as well as
package installs. Since the source installs are effectively the
same for all openstack projects, break the process into its own common
tasks and handlers. Then make install of source a dependency of each
role.
| YAML | mit | EricCrosson/ursula,dlundquist/ursula,knandya/ursula,greghaynes/ursula,nirajdp76/ursula,twaldrop/ursula,nirajdp76/ursula,pbannister/ursula,panxia6679/ursula,rongzhus/ursula,andrewrothstein/ursula,panxia6679/ursula,blueboxgroup/ursula,panxia6679/ursula,narengan/ursula,dlundquist/ursula,msambol/ursula,narengan/ursula,allomov/ursula,narengan/ursula,twaldrop/ursula,sivakom/ursula,pgraziano/ursula,lihkin213/ursula,ryshah/ursula,jwaibel/ursula,kennjason/ursula,masteinhauser/ursula,zrs233/ursula,aldevigi/ursula,fancyhe/ursula,mjbrewer/ursula,channus/ursula,allomov/ursula,edtubillara/ursula,MaheshIBM/ursula,msambol/ursula,pgraziano/ursula,nirajdp76/ursula,twaldrop/ursula,persistent-ursula/ursula,j2sol/ursula,zrs233/ursula,kennjason/ursula,wupeiran/ursula,persistent-ursula/ursula,MaheshIBM/ursula,andrewrothstein/ursula,persistent-ursula/ursula,channus/ursula,edtubillara/ursula,fancyhe/ursula,EricCrosson/ursula,lihkin213/ursula,jwaibel/ursula,edtubillara/ursula,knandya/ursula,mjbrewer/ursula,pgraziano/ursula,blueboxgroup/ursula,fancyhe/ursula,blueboxgroup/ursula,persistent-ursula/ursula,pbannister/ursula,rongzhus/ursula,pbannister/ursula,j2sol/ursula,masteinhauser/ursula,blueboxgroup/ursula,mjbrewer/ursula,zrs233/ursula,j2sol/ursula,sivakom/ursula,aldevigi/ursula,edtubillara/ursula,davidcusatis/ursula,lihkin213/ursula,ddaskal/ursula,msambol/ursula,channus/ursula,ryshah/ursula,paulczar/ursula,andrewrothstein/ursula,panxia6679/ursula,rongzhus/ursula,knandya/ursula,twaldrop/ursula,narengan/ursula,ryshah/ursula,kennjason/ursula,dlundquist/ursula,davidcusatis/ursula,pgraziano/ursula,wupeiran/ursula,zrs233/ursula,lihkin213/ursula,wupeiran/ursula,ryshah/ursula,greghaynes/ursula,nirajdp76/ursula,sivakom/ursula,davidcusatis/ursula,knandya/ursula,ddaskal/ursula,masteinhauser/ursula,allomov/ursula,ddaskal/ursula,wupeiran/ursula,j2sol/ursula,paulczar/ursula,channus/ursula,masteinhauser/ursula,jwaibel/ursula,MaheshIBM/ursula,ddaskal/ursula,rongzhus/ursula,paulczar/ursula,fancyhe/ursula,aldevigi/ursula,EricCrosson/ursula,greghaynes/ursula |
b100f7d26001276a1b824e83d0d3bba10c88d98f | roles/taiga/tasks/circus.yml | roles/taiga/tasks/circus.yml | - name: install essential packages
become: true
become_user: root
apt:
name: "{{ item }}"
with_items:
- circus
- python-setuptools
- name: "make Circus configuration directory writeable for user {{ taiga_user }}"
become: true
become_user: root
file:
path: /etc/circus/conf.d
owner: root
group: taiga
mode: '0775'
state: directory
tags:
- config
- front-config
- back-config
- events-config
- offline
- name: enable Circus service
become: true
become_user: root
service:
name: circusd
state: started
tags:
- config
- front-config
- back-config
- events-config
- offline
| - name: install essential packages
become: true
become_user: root
apt:
name: "{{ item }}"
with_items:
- circus
- python-setuptools
tags:
- install
- front-install
- back-install
- events-install
- name: "make Circus configuration directory writeable for user {{ taiga_user }}"
become: true
become_user: root
file:
path: /etc/circus/conf.d
owner: root
group: taiga
mode: '0775'
state: directory
tags:
- config
- front-config
- back-config
- events-config
- offline
- name: enable Circus service
become: true
become_user: root
service:
name: circusd
state: started
tags:
- config
- front-config
- back-config
- events-config
- offline
| Add missing install tags on Circus installation | Add missing install tags on Circus installation
| YAML | agpl-3.0 | fghaas/taiga-ansible |
219a7fdb47b514139cab6db1476f9131c80dec24 | .pre-commit-config.yaml | .pre-commit-config.yaml | ---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: trailing-whitespace
| ---
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks:
- id: check-added-large-files
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-yaml
- id: check-symlinks
- id: debug-statements
- id: detect-private-key
- id: end-of-file-fixer
- id: requirements-txt-fixer
- id: trailing-whitespace
| Add pre-commit hook to check symlinks | Add pre-commit hook to check symlinks
| YAML | mit | loliee/dotfiles,loliee/dotfiles |
3cff578f5070ea6d42de8c3c46f432935790668d | tasks/common.yml | tasks/common.yml | ---
# Common tasks applicable to both Oracle and OpenJDK
# this directory will contain the Java downloads
- name: Install local ansible data path directory (local)
tags:
- java
- download
local_action: file
state=directory
owner=0
group=0
mode=2777
dest={{ local_ansible_data_path }}
# this directory will get copies of large files
- name: Install remote ansible data path directory
tags: teamcity
file:
state=directory
dest={{ remote_ansible_data_path }}
# Test whether we need to download Java.
- name: Install Oracle Java redis package sha256sum (local)
tags:
- java
- download
local_action: template
src=sha256sum.j2
dest={{ local_ansible_data_path }}/java.sha256sum
mode=0644
# Updating the package cache at least once is mandatory for apt
- name: Update apt package cache
tags: java
when: ansible_os_family == 'Debian'
apt:
update_cache=yes
cache_valid_time=3600
# Ansile requirement if SELinux is enabled
- include: selinux.yml
| ---
# Common tasks applicable to both Oracle and OpenJDK
# this directory will contain the Java downloads
- name: Install local ansible data path directory (local)
tags:
- java
- download
local_action: file
state=directory
owner=0
group=0
mode=2777
dest={{ local_ansible_data_path }}
# this directory will get copies of large files
- name: Install remote ansible data path directory
tags: java
file:
state=directory
dest={{ remote_ansible_data_path }}
# Test whether we need to download Java.
- name: Install Oracle Java redis package sha256sum (local)
tags:
- java
- download
local_action: template
src=sha256sum.j2
dest={{ local_ansible_data_path }}/java.sha256sum
mode=0644
# Updating the package cache at least once is mandatory for apt
- name: Update apt package cache
tags: java
when: ansible_os_family == 'Debian'
apt:
update_cache=yes
cache_valid_time=3600
# Ansile requirement if SELinux is enabled
- include: selinux.yml
| Fix wrong tag name (thx to review) | Fix wrong tag name (thx to review)
| YAML | apache-2.0 | silpion/ansible-java,ludovicc/ansible-java,ludovicc/ansible-java,silpion/ansible-java,hakamadare/ansible-java,AlbanAndrieu/ansible-java,hakamadare/ansible-java,ludovicc/ansible-java,silpion/ansible-java,hakamadare/ansible-java |
4001767c98f30654c71f3f7e3d1a0b8ca248284e | ansible/macbook_pro.yml | ansible/macbook_pro.yml | - hosts: all
tasks:
- name: register keyboard_id
shell: ioreg -n IOHIDKeyboard -r | grep -e VendorID\" -e ProductID | ruby -e 'print ARGF.read.scan(/\d+/).join(?-)'
register: keyboard_id
- name: s/caps lock/ctrl/
command: defaults -currentHost write -g com.apple.keyboard.modifiermapping.{{ keyboard_id.stdout }}-0 -array-add '<dict><key>HIDKeyboardModifierMappingDst</key><integer>2</integer><key>HIDKeyboardModifierMappingSrc</key><integer>0</integer></dict>'
| - hosts: all
tasks:
- name: register keyboard_id
shell: ioreg -n IOHIDKeyboard -r | grep -e VendorID\" -e ProductID | ruby -e 'print ARGF.read.scan(/\d+/).join(?-)'
register: keyboard_id
- name: s/caps lock/ctrl/
command: defaults -currentHost write -g com.apple.keyboard.modifiermapping.{{ keyboard_id.stdout }}-0 -array-add '<dict><key>HIDKeyboardModifierMappingDst</key><integer>2</integer><key>HIDKeyboardModifierMappingSrc</key><integer>0</integer></dict>'
- name: install logitech options
homebrew_cask: name=logitech-options state=installed
| Install Logitech Options on the MBP | [ansible] Install Logitech Options on the MBP
| YAML | mit | kejadlen/dotfiles,kejadlen/dotfiles |
459faef7bbcbfd0124654aa773e1d3c4550c1048 | .github/workflows/build.yaml | .github/workflows/build.yaml | name: publish-to-pypi
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[aws,test]"
- name: Run PyTest
run: pytest .
| name: publish-to-pypi
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install -e ".[aws,test]"
- name: Run PyTest
run: pytest .
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -e ".[aws,test]"
- name: Publish to PyPi
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
| Add back publishing, to test.pypi | Add back publishing, to test.pypi
| YAML | mit | dgnorth/drift,dgnorth/drift,dgnorth/drift |
c46274f195307a68961b43abdbface163b89a1e8 | .github/workflows/docker.yml | .github/workflows/docker.yml | name: Docker
on:
push:
tags: ["v?[0-9]+.[0-9]+.[0-9]+"]
jobs:
cryptol:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .github/ci.sh set_version
id: outputs
- name: Publish to Registry
uses: docker/build-push-action@v1
with:
username: ${{ secrets.GITHUBCRYPTOL_USERNAME }}
password: ${{ secrets.GITHUBCRYPTOL }}
repository: galoisinc/cryptol
tags: "latest,${{ steps.outputs.outputs.cryptol-version }}"
add_git_labels: true
push: true
cryptol-remote-api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .github/ci.sh set_version
id: outputs
- name: Publish to Registry
uses: docker/build-push-action@v1
with:
repository: galoisinc/cryptol-remote-api
tags: "latest,${{ steps.outputs.outputs.cryptol-version }}"
add_git_labels: true
push: true
dockerfile: .github/Dockerfile-remote-api
| name: Docker
on:
push:
tags: ["v?[0-9]+.[0-9]+.[0-9]+"]
jobs:
cryptol:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .github/ci.sh set_version
id: outputs
- name: Publish to Registry
uses: docker/build-push-action@v1
with:
username: ${{ secrets.GITHUBCRYPTOL_USERNAME }}
password: ${{ secrets.GITHUBCRYPTOL }}
repository: galoisinc/cryptol
tags: "latest,${{ steps.outputs.outputs.cryptol-version }}"
add_git_labels: true
push: true
cryptol-remote-api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- run: .github/ci.sh set_version
id: outputs
- name: Publish to Registry
uses: docker/build-push-action@v1
with:
username: ${{ secrets.GITHUBCRYPTOL_USERNAME }}
password: ${{ secrets.GITHUBCRYPTOL }}
repository: galoisinc/cryptol-remote-api
tags: "latest,${{ steps.outputs.outputs.cryptol-version }}"
add_git_labels: true
push: true
dockerfile: .github/Dockerfile-remote-api
| Set credentials for `cryptol-remote-api` Docker | Set credentials for `cryptol-remote-api` Docker
| YAML | bsd-3-clause | GaloisInc/cryptol,GaloisInc/cryptol,GaloisInc/cryptol |
656581abfb2576e36435f1a42417e881d5a523ed | .github/workflows/issues.yml | .github/workflows/issues.yml | name: Add bugs to bugs project
on:
issues:
types: [ opened, labeled ]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/timescale/projects/55
# Token will expire Oct 2, 2022
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
labeled: bug
| name: Add bugs to bugs project
on:
issues:
types: [ opened, labeled ]
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.1.0
with:
project-url: https://github.com/orgs/timescale/projects/55
github-token: ${{ secrets.ORG_AUTOMATION_TOKEN }}
labeled: bug
| Update the name of the automation token | Update the name of the automation token
We now have an organization-wide token for automation. This patch
changes the name in existing Github actions accordingly.
| YAML | apache-2.0 | timescale/timescaledb-docker |
f994f461cd8aff9ae41c775103be999c6a2af113 | .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-version }}
- name: npm install
run: npm install --no-package-lock
- name: npm ls
run: npm ls
- name: npm install nyc, prove, codecov
run: npm install -g nyc prove codecov
- name: npm test
run: nyc npm test
env:
CI: true
- name: generate codecov report
run: nyc report --reporter=text-lcov > coverage.lcov
- name: ship coverage to codecov
run: codecov --branch=${GITHUB_REF##*/}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
| 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-version }}
- name: npm install
run: npm install --no-package-lock
- name: npm ls
run: npm ls
- name: npm install nyc, prove, codecov
run: npm install -g nyc prove codecov
- name: npm test
run: nyc npm test
env:
CI: true
- name: generate codecov report
run: nyc report --reporter=text-lcov > coverage.lcov
- name: ship coverage to codecov
run: codecov --branch=${GITHUB_REF##*/}
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
| Build with Node.js 16 on GitHub Actions. | Build with Node.js 16 on GitHub Actions.
| YAML | mit | bigeasy/paxos,bigeasy/paxos |
7fd8dbf10b8d5ada549ed1c88c95877c223afedb | .github/workflows/wheels.yml | .github/workflows/wheels.yml | name: Build
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, macos-10.15]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build wheels
uses: joerick/cibuildwheel@v2.1.2
env:
CIBW_BUILD: "cp39-* cp310-*"
CIBW_ARCHS_MACOS: "arm64 x86_64"
CIBW_TEST_COMMAND: "python -m pymunk.tests"
CIBW_BUILD_VERBOSITY: 3
- uses: actions/upload-artifact@v2
if: ${{ github.ref == 'refs/heads/arm64' }}
with:
path: ./wheelhouse/*.whl
retention-days: 7
| name: Build
on: [push, pull_request]
jobs:
build_wheels:
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Build wheels
uses: joerick/cibuildwheel@v2.2.2
env:
CIBW_BUILD: "cp36-* cp37-* cp38-* cp39-* cp310-* pp37-*"
CIBW_ARCHS_MACOS: "arm64 x86_64"
CIBW_TEST_COMMAND: "python -m pymunk.tests"
CIBW_BUILD_VERBOSITY: 3
- uses: actions/upload-artifact@v2
if: ${{ github.ref == 'refs/heads/arm64' }}
with:
path: ./wheelhouse/*.whl
retention-days: 7
| Update build to build all | Update build to build all
| YAML | mit | viblo/pymunk,viblo/pymunk |
9e7ed83d1c8d2462f92c5fcf963c8a091d1cdd4d | config/database.yml | config/database.yml | default: &default
host: localhost
encoding: unicode
adapter: postgis
pool: 5
timeout: 5000
username: postgres
database: pp_development
development:
<<: *default
test:
<<: *default
database: pp_test
production:
<<: *default
database: pp_production
staging:
<<: *default
database: feature/nr-stats
| default: &default
host: localhost
encoding: unicode
adapter: postgis
pool: 5
timeout: 5000
username: postgres
database: pp_development
development:
<<: *default
test:
<<: *default
database: pp_test
production:
<<: *default
database: pp_production
staging:
<<: *default
database: develop
| Change staging repo to point to develop branch db | Change staging repo to point to develop branch db
| YAML | bsd-3-clause | unepwcmc/ProtectedPlanet,unepwcmc/ProtectedPlanet,unepwcmc/ProtectedPlanet,unepwcmc/ProtectedPlanet,unepwcmc/ProtectedPlanet |
4596840e6a9979f72c406dc129dd3c7f6ec59fef | config/livestax.yml | config/livestax.yml | livestax:
members:
- jamiecobbett
- lozette
- sl33p
- deberny
channel:
"#pull-requests"
exclude_titles:
- "[DO NOT MERGE]"
- DO NOT MERGE
- WIP
- "[DO NOT SEAL]"
- "[DON'T SEAL]"
- DO NOT SEAL
- DON'T SEAL
| livestax:
members:
- jamiecobbett
- lozette
- sl33p
- deberny
- shaffi
channel:
"#pull-requests"
exclude_titles:
- "[DO NOT MERGE]"
- DO NOT MERGE
- WIP
- "[DO NOT SEAL]"
- "[DON'T SEAL]"
- DO NOT SEAL
- DON'T SEAL
| Add Shaffi to the seal | Add Shaffi to the seal
| YAML | mit | livestax/seal,livestax/seal |
5490ba55103b6f7ae328e081d6348a934408e781 | k8s/demo/pvc-standard-cstor-default.yaml | k8s/demo/pvc-standard-cstor-default.yaml | kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: demo-cstor-vol1-claim
spec:
storageClassName: openebs-cstor-default-0.7.0
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 4G
| kind: PersistentVolumeClaim
apiVersion: v1
metadata:
name: demo-cstor-vol1-claim
spec:
storageClassName: openebs-cstor-sparse
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 4G
| Use cstor sparse sc for sample cstor PVC spec | refactor(yaml): Use cstor sparse sc for sample cstor PVC spec
Signed-off-by: ksatchit <4e09569602c0d91933a7f764cdb047663f85b57e@openebs.io>
| YAML | apache-2.0 | yudaykiran/openebs |
86680faac173fb46f81d7df0e0cf5417be27b79d | config/trinidad.yml | config/trinidad.yml | ---
classes_dir: src
libs_dir: jars/
public: ./public
jruby_max_runtimes: 5
extensions:
logging:
config: config/trinidad-logging.properties
logging_system: log4j
| ---
classes_dir: src
libs_dir: jars/
public: ./public
jruby_max_runtimes: 1
extensions:
logging:
config: config/trinidad-logging.properties
logging_system: log4j
| Revert jruby runtimes. It causes weird errors in production. | Revert jruby runtimes. It causes weird errors in production.
| YAML | epl-1.0 | circleci/frontend,RayRutjes/frontend,circleci/frontend,RayRutjes/frontend,prathamesh-sonpatki/frontend,prathamesh-sonpatki/frontend,circleci/frontend |
be0be6cc9fe443c4da6ab415ce8e8f658f1ba278 | config_defaults.yml | config_defaults.yml | ---
.travis.yml:
includes:
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES=yes
- rvm: 2.0.0
env: PUPPET_GEM_VERSION="~> 3.0" STRICT_VARIABLES=yes FUTURE_PARSER=yes
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES=yes
| ---
.travis.yml:
includes:
- rvm: 2.3.1
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES=yes
- rvm: 2.4.1
env: PUPPET_GEM_VERSION="~> 5.0" STRICT_VARIABLES=yes
| Remove puppet 3 testing, add puppet 5 testing | Remove puppet 3 testing, add puppet 5 testing
| YAML | apache-2.0 | rnelson0/puppet-modulesync_config,rnelson0/puppet-modulesync_config |
39144e5f70d7ea1c4d46db591eb3247640a30b12 | haskell-dev/tasks/main.yml | haskell-dev/tasks/main.yml | ---
- name: Add the unofficial GHC PPA
apt_repository: repo="ppa:hvr/ghc" state=present
- name: Install the basic Haskell packages
apt: name={{ item }} state=latest
with_items:
- alex-{{ alex_version }}
- ghc-{{ ghc_version }}
- happy-{{ happy_version }}
- cabal-install-{{ cabal_install_version }}
- name: Add the Haskell tools to $PATH
template: src=haskell.sh.j2 dest=/etc/profile.d/haskell.sh
- name: Update cabal's cache
sudo: True
sudo_user: "{{ interactive_user }}"
command: cabal update creates=/home/{{ interactive_user }}/.cabal/packages/hackage.haskell.org
when: interactive_user is defined
| ---
- name: Add the unofficial GHC PPA
apt_repository: repo="ppa:hvr/ghc" state=present
- name: Add the FP Complete apt key
apt_key: url=https://s3.amazonaws.com/download.fpcomplete.com/ubuntu/fpco.key state=present
- name: Add the FP Complete repository
apt_repository: repo="deb http://download.fpcomplete.com/ubuntu/{{ ansible_distribution_release }} stable main" state=present
- name: Install the basic Haskell packages
apt: name={{ item }} state=latest
with_items:
- alex-{{ alex_version }}
- ghc-{{ ghc_version }}
- happy-{{ happy_version }}
- cabal-install-{{ cabal_install_version }}
- stack
- name: Add the Haskell tools to $PATH
template: src=haskell.sh.j2 dest=/etc/profile.d/haskell.sh
- name: Update cabal's cache
sudo: True
sudo_user: "{{ interactive_user }}"
command: cabal update creates=/home/{{ interactive_user }}/.cabal/packages/hackage.haskell.org
when: interactive_user is defined
| Add stack to Haskell role. | Add stack to Haskell role.
| YAML | mit | tomku/ansible-roles |
f7b0dfcf5325abc3b1dedd4cad6b580efd32fe3f | opensanctions/config/gb_hmt_sanctions.yml | opensanctions/config/gb_hmt_sanctions.yml | name: gb_hmt_sanctions
description: "[OSANC] UK HM Treasury sanctions list"
schedule: daily
pipeline:
init:
method: seed
params:
url: 'http://hmt-sanctions.s3.amazonaws.com/sanctionsconlist.csv'
handle:
pass: fetch
fetch:
method: fetch
handle:
pass: parse
parse:
method: opensanctions.crawlers.gb_hmt_sanctions:parse
| name: gb_hmt_sanctions
description: "[OSANC] UK HM Treasury sanctions list"
schedule: daily
pipeline:
init:
method: seed
params:
url: 'https://ofsistorage.blob.core.windows.net/publishlive/ConList.csv'
handle:
pass: fetch
fetch:
method: fetch
handle:
pass: parse
parse:
method: opensanctions.crawlers.gb_hmt_sanctions:parse
| Update HMT Sanctions Check URL | Update HMT Sanctions Check URL | YAML | mit | pudo/opennames,pudo/opennames |
84e1315a3e4ae8eefdbca2ae8e46727d8dd5253b | k8s/charts/openebs/Chart.yaml | k8s/charts/openebs/Chart.yaml | apiVersion: v1
version: 0.5.4
name: openebs
appVersion: 0.5.3
description: Containerized Storage for Containers
icon: https://raw.githubusercontent.com/openebs/chitrakala/master/OpenEBS%20logo/openebs%20logos-03.png
home: http://www.openebs.io/
keywords:
- cloud-native-storage
- block-storage
- iSCSI
- storage
sources:
- https://github.com/openebs/openebs
| apiVersion: v1
version: 0.5.4
name: openebs
appVersion: 0.5.4
description: Containerized Storage for Containers
icon: https://raw.githubusercontent.com/openebs/chitrakala/master/OpenEBS%20logo/openebs%20logos-03.png
home: http://www.openebs.io/
keywords:
- cloud-native-storage
- block-storage
- iSCSI
- storage
sources:
- https://github.com/openebs/openebs
| Update the helm chart appVersion to use 0.5.4 | Update the helm chart appVersion to use 0.5.4
Signed-off-by: ksatchit <4e09569602c0d91933a7f764cdb047663f85b57e@cloudbyte.com>
| YAML | apache-2.0 | yudaykiran/openebs |
79aae867713ff0758fa2aecd46330c9b352a0620 | packages/at/attoparsec-time.yaml | packages/at/attoparsec-time.yaml | homepage: https://github.com/nikita-volkov/attoparsec-time
changelog-type: ''
hash: ee92ab803345039990d6b68822ef9e198276e954dac2c7e790c53249a6bbe5ce
test-bench-deps:
base-prelude: <2
base: <5
filepath: ! '>=1.4 && <2'
doctest: ==0.11.*
directory: ! '>=1.2 && <2'
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Attoparsec parsers of time
changelog: ''
basic-deps:
base-prelude: <2
time: ! '>=1.4 && <2'
text: ! '>=1 && <2'
attoparsec: ! '>=0.13 && <0.15'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.1.1'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.1.1.1'
description-type: haddock
description: A collection of Attoparsec parsers for the \"time\" library
license-name: MIT
| homepage: https://github.com/nikita-volkov/attoparsec-time
changelog-type: ''
hash: 09608f6d209d147ff1696d0aede1ba2331ba27fd1938738ae51dbe5fbe0a9a06
test-bench-deps:
base-prelude: <2
base: <5
filepath: ! '>=1.4 && <2'
doctest: ==0.11.*
directory: ! '>=1.2 && <2'
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Attoparsec parsers of time
changelog: ''
basic-deps:
base-prelude: <2
time: ! '>=1.4 && <2'
text: ! '>=1 && <2'
attoparsec: ! '>=0.13 && <0.15'
scientific: ==0.3.*
all-versions:
- '0.1'
- '0.1.1'
- '0.1.1.1'
- '0.1.2'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.1.2'
description-type: haddock
description: A collection of Attoparsec parsers for the \"time\" library
license-name: MIT
| Update from Hackage at 2017-04-23T14:29:07Z | Update from Hackage at 2017-04-23T14:29:07Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5e4207dcb741f7f4bedeea51fc683e28a5349900 | packages/ye/yesod-paginator.yaml | packages/ye/yesod-paginator.yaml | homepage: http://github.com/pbrisbin/yesod-paginator
changelog-type: ''
hash: c86062bddb72f54c06a767f096cb3dc16dbd6f6a71c753dc6f91da2ad751bc33
test-bench-deps: {}
maintainer: pbrisbin@gmail.com
synopsis: A pagination approach for yesod
changelog: ''
basic-deps:
base: ! '>=4 && <5'
persistent: ! '>=1.3 && <1.4'
text: ! '>=0.11 && <2.0'
yesod: ! '>=1.2 && <1.3'
transformers: -any
resourcet: ! '>=0.4.4'
all-versions:
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.2.2.1'
- '0.2.3'
- '0.3'
- '0.3.2'
- '0.3.3'
- '0.4.0'
- '0.4.1'
- '0.9'
- '0.9.1'
author: Patrick Brisbin
latest: '0.9.1'
description-type: haddock
description: Paginate a list showing a per-item widget and links to other pages
license-name: BSD3
| homepage: http://github.com/pbrisbin/yesod-paginator
changelog-type: ''
hash: 387bae75e4dd96591ee84a8592e492d4011b2f2e8a473af3b5e6184222c9b783
test-bench-deps: {}
maintainer: pbrisbin@gmail.com
synopsis: A pagination approach for yesod
changelog: ''
basic-deps:
base: ! '>=4 && <5'
persistent: ! '>=2.0'
text: ! '>=0.11 && <2.0'
yesod: ! '>=1.4'
transformers: -any
resourcet: ! '>=0.4.4'
all-versions:
- '0.1.1'
- '0.2'
- '0.2.1'
- '0.2.2.1'
- '0.2.3'
- '0.3'
- '0.3.2'
- '0.3.3'
- '0.4.0'
- '0.4.1'
- '0.9'
- '0.9.1'
- '0.10.0'
author: Patrick Brisbin
latest: '0.10.0'
description-type: haddock
description: Paginate a list showing a per-item widget and links to other pages
license-name: BSD3
| Update from Hackage at 2015-11-02T19:16:52+0000 | Update from Hackage at 2015-11-02T19:16:52+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
d5ed97b0c0e7457b7d768f410389db6670dcd2dd | compiler/sim/compiler.yml | compiler/sim/compiler.yml | #
# Copyright (c) 2015 Runtime Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
############################# Compiler Variables #############################
compiler.path.cc: "/usr/local/bin/gcc-5"
compiler.path.archive: "ar"
compiler.path.objdump: "gobjdump"
compiler.path.objsize: "objsize"
compiler.path.objcopy: "gobjcopy"
compiler.flags.base: >
-m32 -Wall -Werror -ggdb -O0
compiler.flags.default: [compiler.flags.base]
compiler.flags.debug: [compiler.flags.base, -ggdb -O0]
compiler.ld.mapfile: false
| #
# Copyright (c) 2015 Runtime Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
############################# Compiler Variables #############################
compiler.path.cc: "/usr/local/bin/gcc-5"
compiler.path.archive: "ar"
compiler.path.objdump: "gobjdump"
compiler.path.objsize: "objsize"
compiler.path.objcopy: "gobjcopy"
compiler.flags.base: >
-m32 -Wall -Werror -ggdb -O0 -DMN_OSX
compiler.flags.default: [compiler.flags.base]
compiler.flags.debug: [compiler.flags.base, -ggdb -O0]
compiler.ld.mapfile: false
| Fix sim build for Linux. | Fix sim build for Linux.
| YAML | apache-2.0 | andrzej-kaczmarek/incubator-mynewt-core,mlaz/mynewt-core,wes3/incubator-mynewt-core,IMGJulian/incubator-mynewt-core,wes3/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/apache-mynewt-core,wes3/incubator-mynewt-core,wes3/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/apache-mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/apache-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,mlaz/mynewt-core,IMGJulian/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,wes3/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,IMGJulian/incubator-mynewt-core,IMGJulian/incubator-mynewt-core |
f0119045e75493b7421ea244abd1a43cf16248b8 | _data/versions.yml | _data/versions.yml | "3.10": "v3.10.0-devel"
"3.9": "v3.9.0-beta.1"
"3.8": "v3.8.5"
"3.7": "v3.7.16"
"3.6": "v3.6.16"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.10": "v3.10.0-devel"
"3.9": "v3.9.0-beta.1"
"3.8": "v3.8.5"
"3.7": "v3.7.17"
"3.6": "v3.6.16"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| Create 'release/3.7.17' for 3.7.17 release | Create 'release/3.7.17' for 3.7.17 release
| YAML | apache-2.0 | arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs |
7e21290d2d21c980d33976fd2011b68ac43b13d0 | _config/site.yml | _config/site.yml | encoding: UTF-8
profiles:
production:
disqus: v4tov6
google_analytics: UA-5839460-1
change_frequency: weekly
base_url: http://www.knowledgebombs.net/
deploy:
host: awestruct@oxygen.clearfly.net
path: /var/www/knowledgebombs.net
uncommitted: true | encoding: UTF-8
profiles:
production:
disqus: v4tov6
google_analytics: UA-5839460-1
change_frequency: weekly
base_url: https://www.knowledgebombs.net/
deploy:
host: awestruct@oxygen.clearfly.net
path: /var/www/knowledgebombs.net
uncommitted: true | Use HTTPS for base URL | Use HTTPS for base URL
| YAML | mit | codylerum/knowledgebombs.net,codylerum/knowledgebombs.net |
8108c040452856e161cfad73a2c29d60ea1cb97e | manifest.yml | manifest.yml | ---
applications:
- name: test-app
command: thin -R config.ru start
path: .
| ---
applications:
- name: rabbit-example-app
command: thin -R config.ru start
path: .
| Use the corrent application name for cf | Use the corrent application name for cf
[#127470381]
Signed-off-by: Svett Ralchev <da5e7676cee2b8579db636d977fd7d6ee8a31e38@pivotal.io>
| YAML | apache-2.0 | pivotal-cf/rabbit-example-app |
6575b36e86f601373b1ee86662692d8920b2517b | manifest.yml | manifest.yml | ---
applications:
- name: change-me
memory: 512M
buildpack: java_buildpack
services:
- change-me-db
env:
JBP_CONFIG_JAVA_MAIN: '{ arguments: "server s3://change-me/change-me.yaml" }'
AWS_ACCESS_KEY_ID: change-me
AWS_SECRET_ACCESS_KEY: change-me
AWS_DEFAULT_REGION: change-me
| ---
applications:
- name: change-me
memory: 512M
buildpack: java_buildpack
services:
- change-me-db
env:
JBP_CONFIG_JAVA_MAIN: '{ arguments: "server s3://change-me/change-me.yaml" }'
AWS_ACCESS_KEY_ID: change-me
AWS_SECRET_ACCESS_KEY: change-me
AWS_REGION: change-me
| Set the AWS region explicitly | Set the AWS region explicitly
| YAML | mit | openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java |
e4ca20659d182e0abfbbd53ad29fca86464bef5b | manifest.yml | manifest.yml | applications:
- name: pzsvc-pdal
host: pzsvc-pdal
memory: 1G
instances: 1
timeout: 80
command: ./pzsvc-pdal
buildpack: https://github.com/venicegeo/binary-pdal-buildpack
env:
GDAL_DATA: "/usr/local/share/gdal"
LD_LIBRARY_PATH: "/usr/local/lib"
PATH: "/usr/local/bin:/bin:/usr/bin:/home/vcap/app/bin"
PDAL_DRIVER_PATH: "/usr/local/lib"
| applications:
- name: pzsvc-pdal
host: pzsvc-pdal
memory: 1G
instances: 1
timeout: 80
command: ./pzsvc-pdal
buildpack: https://github.com/venicegeo/binary-pdal-buildpack
env:
GDAL_DATA: "/home/vcap/app/gdal/1.10"
LD_LIBRARY_PATH: "/home/vcap/app/pdal"
PATH: "/home/vcap/app/pdal:/bin:/usr/bin:/home/vcap/app/bin"
PDAL_DRIVER_PATH: "/home/vcap/app/pdal"
| Revert "Unsure if we can write the buildpack binaries into /usr/local, but try to trigger the whole process regardless" | Revert "Unsure if we can write the buildpack binaries into /usr/local, but try to trigger the whole process regardless"
This reverts commit f7be0c5e427fa9bedced938c93e5840df8d0c4f5.
| YAML | apache-2.0 | venicegeo/pdal-microservice,venicegeo/pdal-microservice,venicegeo/pzsvc-pdal,venicegeo/pzsvc-pdal |
14f2c8baf8c40fc22a8357faf3591eaac41775c6 | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliangruber/read-file-action@v1
with:
path: .github/pull_request_template.md
- name: Create comment
uses: peter-evans/create-or-update-comment@v2
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.fetch-pr-template.outputs.content }}
| name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Post PR template as a comment
uses: actions/github-script@v6
with:
script: |
const fs = require('fs')
const body = [
"pull_request_template.md",
".github/pull_request_template.md",
"docs/pull_request_template.md",
].
filter(path => fs.existsSync(path)).
map(path => fs.readFileSync(path)).
join("\n")
if (body !== "") {
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body
})
}
| Create workflow to copy PR template onto Dependabot PRs | Create workflow to copy PR template onto Dependabot PRs | YAML | mit | alphagov/content-tagger,alphagov/content-tagger,alphagov/content-tagger |
d2b5ceec0fbeba64b35be1c1964ce36adfd050da | config/database.sample.yml | config/database.sample.yml | # PostgreSQL. Versions 9.1 or later are supported.
#
# Install the pg driver:
# gem install pg
# On Mac OS X with macports:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.
# Install PostgreSQL and put its /bin directory on your path.
development:
adapter: postgresql
encoding: utf-8
database: catarse_development
pool: 5
username: catarse
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
# domain sockets, so uncomment these lines.
#host: localhost
#port: 5432
# Schema search path. The server defaults to $user,public
#schema_search_path: myapp,sharedapp,public
# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# log, notice, warning, error, fatal, and panic
# The server defaults to notice.
#min_messages: warning
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test: &test
adapter: postgresql
encoding: utf-8
database: catarse_test
pool: 5
username: catarse
production:
adapter: postgresql
encoding: utf-8
database: catarse_production
pool: 5
username: catarse
| # PostgreSQL. Versions 9.1 or later are supported.
#
# Install the pg driver:
# gem install pg
# On Mac OS X with macports:
# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
# On Windows:
# gem install pg
# Choose the win32 build.
# Install PostgreSQL and put its /bin directory on your path.
development:
adapter: postgresql
encoding: unicode
host: localhost
database: catarse_development
pool: 5
username: postgres
password: password
# Connect on a TCP socket. Omitted by default since the client uses a
# domain socket that doesn't need configuration. Windows does not have
# domain sockets, so uncomment these lines.
#host: localhost
#port: 5432
# Schema search path. The server defaults to $user,public
#schema_search_path: myapp,sharedapp,public
# Minimum log levels, in increasing order:
# debug5, debug4, debug3, debug2, debug1,
# log, notice, warning, error, fatal, and panic
# The server defaults to notice.
#min_messages: warning
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: postgresql
encoding: unicode
host: localhost
database: catarse_test
pool: 5
username: postgres
password: password
| Make a default database template for easy use with vagrant. | Make a default database template for easy use with vagrant.
| YAML | mit | raksonibs/raimcrowd,jessicalau/vamosagir,MicroPasts/micropasts-crowdfunding,diogob/catarse,diogob/catarse,mrmarcondes/catarse,manuelballmer/catarse_b,frbelli/catarse,rockkhuya/taydantay,pinak1180/cytarse,jinutm/silverl,wlads/catarse,Saharitte/catarse,victor95pc/catarse,jinutm/silverprod,wlads/catarse,BPluribus/PluribusFund,vicnicius/catarse,coopsource/catarse,Saharitte/catarse,enzoz/mutuo.cc,jinutm/silverprod,Haseeb-Qureshi/catarse,dreamingofcows/catarse,cesvald/littlebigmoney,jinutm/silverprod,catarse/catarse,alexandred/catarse,catarse/catarse,diatmpravin/funder,duxdux/duxdux,diatmpravin/funder,vandofb/catarse,egozo/producerun,gumanoz/catarse,adrianob/99gamers,magyarmosoly/akimasnakoktatas,umeshduggal/flockaway,rokibulhassan/catarse,ripple0328/catarse,jinutm/silveralms.com,juntos-com-vc/juntos.com.vc,valorizeme/valorizeme,valorizeme/valorizeme,rscoutinho/Formigueiro,stephenhack/yhacks,jinutm/silvfinal,gustavoguichard/neighborly,adrianob/99gamers,magyarmosoly/akimasnakoktatas,carmenmp/catarse,cesvald/lbm,victor95pc/catarse,ripple0328/catarse,thiagocatarse/catarse,Haseeb-Qureshi/catarse,jinutm/silverclass,diatmpravin/moneyfunder,sushant12/jvn,duxdux/duxdux,danielweinmann/littlebigmoney,danielweinmann/littlebigmoney,juanmanunez/catarse,vandofb/catarse,ripple0328/catarse,jinutm/silvfinal,paulopatto/catarse,adrianob/catarse,jinutm/catsilver,valorizeme/valorizeme,paulodarosa/catarse,danielweinmann/littlebigmoney,elesban/catarse,juntos-com-vc/juntos.com.vc,Saharitte/catarse,Haseeb-Qureshi/catarse,devton/catarse,nicolasiensen/labcriativo,pinak1180/cytarse,pinak1180/cytarse,engageis/juntos.com.vc,rockkhuya/taydantay,umeshduggal/flockaway,egozo/producerun,jessicalau/vamosagir2,globalavocado/catarse,jessicalau/vamosagir,paulodarosa/crowd,cesvald/lbm,jinutm/silverme,devton/catarse,danielweinmann/catarse,andrewyong82/100pp,mrmarcondes/catarse,carmenmp/catarse,rscoutinho/Formigueiro,paulodarosa/catarse,rokibulhassan/catarse,jinutm/silverme,liberland/catarse,alexandred/catarse,marnen/catarse_full,nicolasiensen/labcriativo,jinutm/silverclass,frbelli/catarse,vicnicius/catarse,jinutm/silverpro,diraulo/catarse,sushant12/jvn,JamesUcci/webapplication,danielweinmann/littlebiginvestment,raksonibs/raimcrowd,Davidzhu001/catarse,juanmanunez/catarse,lvxn0va/catarse-test-heroku,diraulo/catarse,williamair1/catarse,diegorv/catarse,jinutm/silveralms.com,devton/catarse,ujjwalkhanal/helpbegin,paulodarosa/mudabr,carloshlopez/catarse,engageis/sou_do_esporte,coopsource/catarse,jinutm/silverpro,globalavocado/catarse,globalavocado/catarse,marnen/catarse_full,rockkhuya/taydantay,jinutm/silverclass,andrewyong82/100pp,ujjwalkhanal/helpbegin,diatmpravin/moneyfunder,manuelballmer/catarse_b,stephenhack/yhacks,victor95pc/catarse,jinutm/silverl,paulodarosa/pollis.co,elesban/catarse,cesvald/littlebigmoney,diegorv/catarse,sushant12/jvn,jessicalau/vamosagir2,adrianob/catarse,danielweinmann/littlebiginvestment,nicolasiensen/bookstart,catarse/catarse,MicroPasts/micropasts-crowdfunding,Davidzhu001/catarse,paulodarosa/pollis.co,jinutm/silverme,marnen/catarse_full,juntos-com-vc/juntos.com.vc,engageis/juntos.com.vc,diegorv/catarse,jessicalau/vamosagir2,thiagocatarse/catarse,paulodarosa/mudabr,carloshlopez/catarse,engageis/sou_do_esporte,paulodarosa/pollis.co,nicolasiensen/labcriativo,coopsource/catarse,paulodarosa/catarse,cesvald/littlebigmoney,umeshduggal/flockaway,MicroPasts/micropasts-crowdfunding,egozo/producerun,ujjwalkhanal/helpbegin,cesvald/lbm,elesban/catarse,diogob/catarse,juanmanunez/catarse,JamesUcci/webapplication,mrmarcondes/catarse,carloshlopez/catarse,liberland/catarse,gustavoguichard/neighborly,gustavoguichard/neighborly,liberland/catarse,rokibulhassan/catarse,raksonibs/raimcrowd,devton/catarse,vicnicius/catarse,vandofb/catarse,Davidzhu001/catarse,adrianob/catarse,bigblue/catarse_charity,BPluribus/PluribusFund,gumanoz/catarse,paulopatto/catarse,ripple0328/catarse,gullitmiranda/broota-dev,williamair1/catarse,gullitmiranda/broota-dev,andrewyong82/100pp,alexandred/music,sushant12/jvn,dreamingofcows/catarse,jinutm/silveralms.com,adrianob/99gamers,pinak1180/cytarse,nicolasiensen/bookstart,jinutm/silverl1,catarse/catarse,ujjwalkhanal/helpbegin,lvxn0va/catarse-test-heroku,gumanoz/catarse,JamesUcci/webapplication,stephenhack/yhacks,MicroPasts/micropasts-crowdfunding,paulodarosa/crowd,magyarmosoly/akimasnakoktatas,raksonibs/raimcrowd,bigblue/catarse_charity,alexandred/music,thiagocatarse/catarse,jinutm/silverpro,jinutm/silverl1,diraulo/catarse,carloshlopez/catarse,williamair1/catarse,paulopatto/catarse,paulopatto/catarse,danielweinmann/catarse,wlads/catarse,jinutm/catsilver,engageis/juntos.com.vc,enzoz/mutuo.cc,jinutm/silvfinal |
05b169dc20eb28ecac43bfe8fe1306e21347ade8 | config/new_relic_agent.yml | config/new_relic_agent.yml | # Cloud Foundry Java Buildpack
# Copyright (c) 2013 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Configuration for the New Relic framework
---
version: 3.7.+
repository_root: "{default.repository.root}/new-relic"
| # Cloud Foundry Java Buildpack
# Copyright (c) 2013 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# Configuration for the New Relic framework
---
version: 3.8.+
repository_root: "{default.repository.root}/new-relic"
| Upgrade New Relic to 3.8.+ | Upgrade New Relic to 3.8.+
A new version of New Relic is available and should be consumed in the Java
buildpack, this change does so.
[#74772414]
| YAML | apache-2.0 | leachbj/java-buildpack,BLaurent/java-buildpack,kyletravis/java-buildpack,ThomasBruggenwirth/shop-java-buildpack,datianshi/app-dynamic-jb,kaizimmerm/java-buildpack,yihyunyi/java-buildpack,shinji62/liferay-buildpack,broec/java-buildpack,andrewBrunette/java-buildpack,pivotal-cf/weblogic-buildpack,datianshi/app-dynamic-jb,dixanms/CF-java-buildpack-tests,tkarlsson-pivotal/weblogic-buildpack,leelakranthi/java-buildpack,Altoros/java-buildpack,trisberg/java-buildpack,oviboc-hybris/buildpacknorestart,JagannathLenka/java-buildpack,phopper-pivotal/java-buildpack,ringgi/java-buildpack,tkaburagi1214/java-buildpack,dsyer/java-buildpack,sherbet/java-buildpack,ajdennis78/java-buildpack,jghiloni/java-buildpack,mpkmtv/java-buildpack,Service-Flow/java-buildpack-cloudfoundry,jgawor/java-buildpack,ActiveState/java-buildpack-harbor-debug,jiaweizhou/java-buildpack,es11558/java-buildpack,kei-yamazaki/java-buildpack,tkarlsson-pivotal/weblogic-buildpack,willtf/java-buildpack,leelakranthi/java-buildpack,dvkoleda/java-buildpack-baml,rakutentech/java-buildpack,heroicefforts/java-buildpack-pyclid,john-k-ge/java-buildpack,europeana/java-buildpack,thesrinivas/java-buildpack,pivotal-oscar/java-buildpack,bbyers-pivotal/java-buildpack,cf-platform-eng/java-buildpack,snaik17/java-buildpack,alokhm/java-buildpack,nishit85/java-buildpack,dnsw83/java-buildpack,mulesoft-consulting/anypoint-buildpack,AlpanaKumari/java-buildpack,sureshkatragadda/java-buildpack,nevenc-pivotal/java-buildpack,ariel-bentu/java-buildpack,happiestminds-covisint/java-buildpack,es11558/java-buildpack,europeana/java-buildpack,pdesgarets/java-buildpack,peeeto/java-buildpack-cloudfoundry,alokhm/java-jar-support,sentinelgh/java-buildpack,chrisumbel/java-buildpack,ringgi/java-buildpack,bob-jackson/java-buildpack,ajdennis78/java-buildpack,hmlingesh/java-buildpack,alokhm/java-multi-jar-buildpack,PonmaniPandian/java-buildpack,Appdynamics/java-buildpack,SudarsananRengarajan/java-buildpack,afalak/java-buildpack,allomov/jenkins-buildpack-v2,datianshi/weblogic-buildpack,mulesoft-consulting/mule-cf-java-buildpack,violetagg/tomee-buildpack,pivotal-oscar/java-buildpack,sureshkatragadda/java-buildpack,karthikmob/mobnlp,mtrocchio/MyCF,leelakranthi/java-buildpack,mcelrojb58/java-buildpack,brijeshgp/java-buildpack,cloudfoundry-community/jboss-buildpack,bagelswitch/java-8-alte-buildpack,davidehringer/java-buildpack,bbooth/java-buildpack,jhaefele/java-buildpack,bluebreezecf/java-buildpack,bencabanas/hacked_java_buildpack,davidehringer/java-buildpack,FreightTrain/java-buildpack-qb,jiaweizhou/java-buildpack,thesrinivas/java-buildpack,pdesgarets/java-buildpack,dave-malone/jboss-buildpack,chrisumbel/jboss-buildpack,AlpanaKumari/java-buildpack,cdejonge/java-buildpack,tom-collings/java-buildpack,mcelrojb58/java-buildpack,ctoestreich/java-buildpack,thesrinivas/java-buildpack,veyrats/cf-java-buildpack-production,Informatthic/weblogic-buildpack,svenfrauen/java-buildpack,andrewBrunette/java-buildpack,homedepot/cloudfoundry-java-buildpack,rbrutas/java-buildpack,chrisumbel/jboss-buildpack,sivabalans/java-buildpack,bbyers-pivotal/java-buildpack,es11558/java-buildpack,mpkmtv/java-buildpack,santoshsrivastava/kieserver_mvn,kei-yamazaki/java-buildpack,Covisint-PST/java-buildpack,alokhm/java-buildpack,kodierer3/CF,krujos/java-buildpack,ajjaskie/java-buildpack,datianshi/jndi-buildpack,cf-guardian/java-buildpack,mulesoft-consulting/mule-cf-java-buildpack,pivotalservices/oracle-jre-java-buildpack,skysports-digitalmedia/java-buildpack,cdejonge/java-buildpack,jiaweizhou/java-buildpack,grigorijk/java-buildpack,rsamban/java-buildpack,owaism/cf-java-buildpack,pdesgarets/java-buildpack,Service-Flow/java-buildpack-cloudfoundry,tkaburagi1214/java-buildpack,europeana/java-buildpack-pass-dea,trastle/java-buildpack-analytics,dattnguyen82/java-buildpack,hpcloud/java-buildpack-harbor-debug,my3D-Team/java-buildpack,bluebreezecf/java-buildpack,martinSaad/cfJavaBuildPack_newRelic,AlpanaKumari/java-buildpack,kyletravis/java-buildpack,chrisumbel/java-buildpack,ctoestreich/java-buildpack,ajdennis78/java-buildpack,cwstewart/java-buildpack,gberche-orange/java-buildpack-configs,cf-guardian/java-buildpack,bencabanas/hacked_java_buildpack,chrisribble/java-buildpack,joek/java-jetty-buildpack-1,lhotari/java-buildpack,chrisumbel/jboss-buildpack,tpweber/java-buildpack,ActiveState/java-buildpack-harbor-debug,mgunter-pivotal/java-buildpack,oviboc-hybris/buildpacknorestart,jdeoliveira/mule-cf-java-buildpack,lhotari/java-buildpack,mtrocchio/MyCF,jgawor/java-buildpack,jghiloni/java-buildpack,stipx/java-buildpack,priyankaSood/java-buildpack,ctoestreich/java-buildpack,kei-yamazaki/java-buildpack,trastle/java-buildpack-analytics,PatrikSteuer/java-buildpack,roagarwal/java-buildpack-newrelic,bagelswitch/java-8-buildpack,jdeoliveira/mule-cf-java-buildpack,dave-malone/jboss-buildpack,rhardt-pivotal/sidecar-buildpack,nishit85/java-buildpack,my3D-Team/java-buildpack,owaism/cf-java-buildpack,svenfrauen/java-buildpack,violetagg/java-buildpack,kaizimmerm/java-buildpack,sentinelgh/java-buildpack,sky-uk/shop-java-buildpack,BLaurent/java-buildpack,cf-platform-eng/java-buildpack,dnsw83/java-buildpack,tom-collings/jboss-buildpack,broec/java-buildpack,priyankaSood/java-buildpack,joek/java-jetty-buildpack-1,broec/java-buildpack,willtf/java-buildpack,pivotal-cf/weblogic-buildpack,dixanms/CF-java-buildpack-tests,priyankaSood/java-buildpack,tkaburagi1214/java-buildpack,pcl/java-8-buildpack,PonmaniPandian/java-buildpack,cwstewart/java-buildpack,anshada/java-buildpack,snaik17/java-buildpack,demo-app/java-buildpack,happiestminds-covisint/java-buildpack,hurleyinnovations/java-buildpack,sureshkatragadda/java-buildpack,cloudfoundry/java-buildpack,pivotal-oscar/java-buildpack,kodierer3/TestCF,bbooth/java-buildpack,seakayone/java-buildpack,cloudfoundry-community/tomee-buildpack,martinSaad/cfJavaBuildPack_newRelic,alokhm/java-jar-support,heroicefforts/java-buildpack-pyclid,gittify/java-buildpack,stvhei/geoserver-java-buildpack,SudarsananRengarajan/java-buildpack,AlpanaKumari/java-buildpack,celkins/dropwizard-buildpack,bsinno/bic-sp-java-buildpack,na-na/java-buildpack,tom-collings/java-buildpack,hurleyinnovations/java-buildpack,agairing/java-buildpack,tpweber/java-buildpack,rsamban/java-buildpack,gcristof/java-buildpack,chrisumbel/java-buildpack,krujos/java-buildpack,dvkoleda/java-buildpack-baml,joelavalos/java-buildpack,Informatthic/weblogic-buildpack,na-na/java-buildpack,cloudfoundry/java-buildpack,jdeoliveira/mule-cf-java-buildpack,rhardt-pivotal/sidecar-buildpack,leachbj/java-buildpack,my3D-Team/java-buildpack,tom-collings/java-buildpack,datianshi/weblogic-buildpack,kjmd75/java-buildpack,veyrats/cf-java-buildpack-production,violetagg/java-buildpack,mariokam/java-buildpack,trisberg/java-buildpack,agairing/java-buildpack,kei-yamazaki/java-buildpack,amulyas/java-buildpack,karthikmob/mobnlp,sky-uk/shop-java-buildpack,dave-malone/jboss-buildpack,blandong/java-buildpack,krujos/java-buildpack,PatrikSteuer/java-buildpack,qatsi/java-buildpack,pivotalservices/oracle-jre-java-buildpack,ctoestreich/java-buildpack,nevenc-pivotal/java-buildpack,ajjaskie/java-buildpack,es11558/java-buildpack,bsinno/bic-sp-java-buildpack,Appdynamics/java-buildpack,santoshsrivastava/kieserver_mvn,gberche-orange/java-buildpack-configs,voxgen/java-buildpack,tfynes-pivotal/java-buildpack,davidehringer/java-buildpack,kyletravis/java-buildpack,mgunter-pivotal/java-buildpack,shinji62/liferay-buildpack,tkarlsson-pivotal/weblogic-buildpack,jasenbg/jtest,leachbj/java-buildpack,tspatel02/java-buildpack,tspatel02/java-buildpack,andrewBrunette/java-buildpack,seakayone/java-buildpack,stvhei/geoserver-java-buildpack,ThomasBruggenwirth/shop-java-buildpack,violetagg/tomee-buildpack,na-na/java-buildpack,joek/java-jetty-buildpack-1,YannRobert/java-buildpack,roagarwal/java-buildpack-newrelic,sentinelgh/java-buildpack,europeana/java-buildpack-pass-dea,ajdennis78/java-buildpack,homedepot/cloudfoundry-java-buildpack,nkatre/java-buildpack,agairing/java-buildpack,tfynes-pivotal/java-buildpack,jasenbg/jtest,pivotalservices/oracle-jre-java-buildpack,Altoros/java-buildpack,mariokam/java-buildpack,tkarlsson-pivotal/weblogic-buildpack,roagarwal/java-buildpack-newrelic,PonmaniPandian/java-buildpack,pcl/java-8-buildpack,datianshi/weblogic-buildpack,priyankaSood/java-buildpack,cf-platform-eng/java-buildpack,kishoretiwary/kieserver_mvn_prod,hpcloud/java-buildpack-harbor-debug,pdesgarets/java-buildpack,hurleyinnovations/java-buildpack,mulesoft-consulting/mule-cf-java-buildpack,JagannathLenka/java-buildpack,YannRobert/java-buildpack,yihyunyi/java-buildpack,mcelrojb58/java-buildpack,tspatel02/java-buildpack,mcelrojb58/java-buildpack,homedepot/cloudfoundry-java-buildpack,kaizimmerm/java-buildpack,grigorijk/java-buildpack,kishoretiwary/kieserver_mvn_prod,cwstewart/java-buildpack,hmlingesh/java-buildpack,amulyas/java-buildpack,jghiloni/java-buildpack,hmlingesh/java-buildpack,joelavalos/java-buildpack,cloudfoundry-community/jboss-buildpack,dixanms/CF-java-buildpack-tests,celkins/dropwizard-buildpack,Informatthic/weblogic-buildpack,tom-collings/jboss-buildpack,waltersve/java-buildpack,kodierer3/CF,andrewBrunette/java-buildpack,pivotal-oscar/java-buildpack,rbrutas/java-buildpack,alokhm/java-multi-jar-buildpack,gyantcs/kieserver_mvn,JagannathLenka/java-buildpack,dattnguyen82/java-buildpack,jhaefele/java-buildpack,ringgi/java-buildpack,bbyers-pivotal/java-buildpack,kjmd75/java-buildpack,ringgi/java-buildpack,venkytv/covisint-java-buildpack,kjmd75/java-buildpack,SudarsananRengarajan/java-buildpack,SudarsananRengarajan/java-buildpack,stipx/java-buildpack,FreightTrain/java-buildpack-qb,tpweber/java-buildpack,phopper-pivotal/java-buildpack,qatsi/java-buildpack,pivotal-cf/weblogic-buildpack,ajjaskie/java-buildpack,JagannathLenka/java-buildpack,blandong/java-buildpack,datianshi/jndi-buildpack,gittify/java-buildpack,Covisint-PST/java-buildpack,amulyas/java-buildpack,qatsi/java-buildpack,jiaweizhou/java-buildpack,peeeto/java-buildpack-cloudfoundry,cloudfoundry-community/tomee-buildpack,thesrinivas/java-buildpack,nishit85/java-buildpack,mulesoft-consulting/anypoint-buildpack,anshada/java-buildpack,roagarwal/java-buildpack-newrelic,whewatt-pivotal/java-buildpack,tspatel02/java-buildpack,grigorijk/java-buildpack,phopper-pivotal/java-buildpack,waltersve/java-buildpack,ariel-bentu/java-buildpack,afalak/java-buildpack,pivotal-cf/weblogic-buildpack,seakayone/java-buildpack,jghiloni/java-buildpack,mgunter-pivotal/java-buildpack,sivabalans/java-buildpack,whewatt-pivotal/java-buildpack,nkatre/java-buildpack,voxgen/java-buildpack,john-k-ge/java-buildpack,bagelswitch/java-8-alte-buildpack,nevenc-pivotal/java-buildpack,yihyunyi/java-buildpack,hmlingesh/java-buildpack,gyantcs/kieserver_mvn,snaik17/java-buildpack,shinji62/liferay-buildpack,kaizimmerm/java-buildpack,venkytv/covisint-java-buildpack,dsyer/java-buildpack,lucasreginato/custom-java-buildpack,rsamban/java-buildpack,bagelswitch/java-8-buildpack,oviboc-hybris/buildpacknorestart,sherbet/java-buildpack,snaik17/java-buildpack,gittify/java-buildpack,kodierer3/CF,demo-app/java-buildpack,allomov/jenkins-buildpack-v2,PonmaniPandian/java-buildpack,Informatthic/weblogic-buildpack,skysports-digitalmedia/java-buildpack,kodierer3/TestCF,jhaefele/java-buildpack,ywang-pivotal/java-buildpack,seakayone/java-buildpack,phopper-pivotal/java-buildpack,bbooth/java-buildpack,bob-jackson/java-buildpack,trisberg/java-buildpack,bencabanas/hacked_java_buildpack,skysports-digitalmedia/java-buildpack,chrisribble/java-buildpack,whewatt-pivotal/java-buildpack,mpkmtv/java-buildpack,gcristof/java-buildpack,tfynes-pivotal/java-buildpack,lucasreginato/custom-java-buildpack,bluebreezecf/java-buildpack,ywang-pivotal/java-buildpack,bob-jackson/java-buildpack,bluebreezecf/java-buildpack,brijeshgp/java-buildpack,sherbet/java-buildpack,mtrocchio/MyCF,rakutentech/java-buildpack,mulesoft-consulting/anypoint-buildpack |
11b0cd415fb80c2cf07646b519ea7251fc5ca863 | vars/preview.yml | vars/preview.yml | ---
domain: preview.marketplace.team
maintenance_mode: live
api:
memory: 2GB
router:
instances: 2
rate_limiting_enabled: enabled
search-api:
instances: 2
| ---
domain: preview.marketplace.team
maintenance_mode: live
api:
memory: 2GB
buyer-frontend:
instances: 2
router:
instances: 2
rate_limiting_enabled: enabled
search-api:
instances: 2
| Scale Preview Buyer FE to 2 instances | Scale Preview Buyer FE to 2 instances
Following recent flakiness during smoulder tests.
| YAML | mit | alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws |
da8e2cfba6e2a2d67aa8c97b7e7864db3d197622 | metadata/app.fedilab.openmaps.yml | metadata/app.fedilab.openmaps.yml | Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://framagit.org/tom79/openmaps
SourceCode: https://framagit.org/tom79/openmaps
IssueTracker: https://framagit.org/tom79/openmaps/issues
AutoName: OpenMaps
RepoType: git
Repo: https://framagit.org/tom79/openmaps.git
Builds:
- versionName: 1.0.5
versionCode: 6
commit: 1.0.5
subdir: app
gradle:
- yes
- versionName: 1.0.6
versionCode: 7
commit: 1.0.6
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.6
CurrentVersionCode: 7
| Categories:
- Navigation
License: GPL-3.0-only
WebSite: https://framagit.org/tom79/openmaps
SourceCode: https://framagit.org/tom79/openmaps
IssueTracker: https://framagit.org/tom79/openmaps/issues
AutoName: OpenMultiMaps
RepoType: git
Repo: https://framagit.org/tom79/openmaps.git
Builds:
- versionName: 1.0.5
versionCode: 6
commit: 1.0.5
subdir: app
gradle:
- yes
- versionName: 1.0.6
versionCode: 7
commit: 1.0.6
subdir: app
gradle:
- yes
- versionName: 1.1.0
versionCode: 8
commit: 1.1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.0
CurrentVersionCode: 8
| Update OpenMultiMaps to 1.1.0 (8) | Update OpenMultiMaps to 1.1.0 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
031c7a6c9e66ac831ef0e07b3ff0f41e472d0761 | metadata/de.selfnet.wifisetup.yml | metadata/de.selfnet.wifisetup.yml | Categories:
- Connectivity
License: Apache-2.0
WebSite: https://www.selfnet.de/services/wlan.html
SourceCode: https://github.com/Selfnet/selfnet-wificonfig
IssueTracker: https://github.com/Selfnet/selfnet-wificonfig/issues
AutoName: Selfnet Wi-Fi Setup
RepoType: git
Repo: https://github.com/Selfnet/selfnet-wificonfig
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1-1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 2
| Categories:
- Connectivity
License: Apache-2.0
WebSite: https://www.selfnet.de/services/wlan.html
SourceCode: https://github.com/Selfnet/selfnet-wificonfig
IssueTracker: https://github.com/Selfnet/selfnet-wificonfig/issues
AutoName: Selfnet Wi-Fi Setup
RepoType: git
Repo: https://github.com/Selfnet/selfnet-wificonfig
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1-1
subdir: app
gradle:
- yes
- versionName: 1.1.2
versionCode: 4
commit: v1.1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.2
CurrentVersionCode: 4
| Update Selfnet Wi-Fi Setup to 1.1.2 (4) | Update Selfnet Wi-Fi Setup to 1.1.2 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9bf673f69954ed907e43ab9b9334e2a7b51914f5 | Stars_Without_Number_Revised/.github/workflows/main.yml | Stars_Without_Number_Revised/.github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a set of commands using the runners shell
- name: Copy
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
src_path: /.
exclude: .github/*, LICENSE
dst_path: /Stars_Without_Number_Revised/
dst_owner: Karlinator
dst_repo_name: roll20-character-sheets
| # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
# Runs a set of commands using the runners shell
- name: Copy
uses: andstor/copycat-action@v3
with:
personal_token: ${{ secrets.PERSONAL_TOKEN }}
src_path: /.
exclude: .github/*,.gitignore,LICENCE
dst_path: /Stars_Without_Number_Revised/
dst_owner: Karlinator
dst_repo_name: roll20-character-sheets
| Update file(s) "/." from "Karlinator/Roll20-SWNRevised" | Update file(s) "/." from "Karlinator/Roll20-SWNRevised"
| YAML | mit | finderski/roll20-character-sheets,kreuvf/roll20-character-sheets,Roll20/roll20-character-sheets,vince-roll20/roll20-character-sheets,Zakarik/roll20-character-sheets,Polaris-Dust/roll20-character-sheets,mantonyz/roll20-character-sheets,kreuvf/roll20-character-sheets,Zakarik/roll20-character-sheets,vince-roll20/roll20-character-sheets,chesster415/roll20-character-sheets,chesster415/roll20-character-sheets,Zakarik/roll20-character-sheets,Zakarik/roll20-character-sheets,finderski/roll20-character-sheets,Orta15a/roll20-character-sheets,finderski/roll20-character-sheets,Polaris-Dust/roll20-character-sheets,mantonyz/roll20-character-sheets,vince-roll20/roll20-character-sheets,mantonyz/roll20-character-sheets,timothystone/roll20-character-sheets,kreuvf/roll20-character-sheets,vince-roll20/roll20-character-sheets,Roll20/roll20-character-sheets,chesster415/roll20-character-sheets,timothystone/roll20-character-sheets,ap3h3ad/roll20-character-sheets,Roll20/roll20-character-sheets,suldae/roll20-character-sheets,devSithun/roll20-character-sheets,chesster415/roll20-character-sheets,suldae/roll20-character-sheets,timothystone/roll20-character-sheets,cypher0n3/roll20-character-sheets,cypher0n3/roll20-character-sheets,devSithun/roll20-character-sheets,timdenee/roll20-character-sheets,Roll20/roll20-character-sheets,Orta15a/roll20-character-sheets,Thalar/roll20-character-sheets,chesster415/roll20-character-sheets,suldae/roll20-character-sheets,ap3h3ad/roll20-character-sheets,kreuvf/roll20-character-sheets,Thalar/roll20-character-sheets,Roll20/roll20-character-sheets,cypher0n3/roll20-character-sheets,Orta15a/roll20-character-sheets,vince-roll20/roll20-character-sheets,ap3h3ad/roll20-character-sheets,ap3h3ad/roll20-character-sheets,finderski/roll20-character-sheets,suldae/roll20-character-sheets,ap3h3ad/roll20-character-sheets,suldae/roll20-character-sheets,kreuvf/roll20-character-sheets,timdenee/roll20-character-sheets,finderski/roll20-character-sheets,timdenee/roll20-character-sheets,timothystone/roll20-character-sheets,Zakarik/roll20-character-sheets |
8f2904be5a34d401514ae84490719733c0919387 | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master, master-v5 ]
pull_request:
branches: [ master, master-v5 ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run codecov
# Travis machines usually have 2 cores (see https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system )
# Quarantine mode (sigh) to catch unstable tests (see https://devexpress.github.io/testcafe/documentation/guides/basic-guides/run-tests.html#quarantine-mode )
- run: BASE_URL=http://127.0.0.1:8000/BookReaderDemo/ npx testcafe --concurrency 2 --quarantine-mode
| # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
- run: npm run codecov
# Travis machines usually have 2 cores (see https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system )
# Quarantine mode (sigh) to catch unstable tests (see https://devexpress.github.io/testcafe/documentation/guides/basic-guides/run-tests.html#quarantine-mode )
- run: BASE_URL=http://127.0.0.1:8000/BookReaderDemo/ npx testcafe --concurrency 2 --quarantine-mode
| Remove master-v5 check from CI | Remove master-v5 check from CI
master-v5 is now merged!
| YAML | agpl-3.0 | internetarchive/bookreader,internetarchive/bookreader |
0781150f2005b478c3d58984ac300a2406e0342f | .gitlab/ci/lint.gitlab-ci.yml | .gitlab/ci/lint.gitlab-ci.yml | ########################################
# LINTER
########################################
# later we must fix lint and format-check jobs and remove "allow_failure"
lint27:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- tox -e py27-lint
lint37:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- tox -e py37-lint
invalidcode27:
stage: lint
image: "before-install"
needs: []
script:
- tox -e py27-invalidcode
invalidcode37:
stage: lint
image: "before-install"
allow_failure: true
needs: []
script:
- tox -e py37-invalidcode
format-check:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- tox -e py37-black
| ########################################
# LINTER
########################################
# later we must fix lint and format-check jobs and remove "allow_failure"
lint37:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- tox -e py37-lint
invalidcode37:
stage: lint
image: "before-install"
allow_failure: true
needs: []
script:
- tox -e py37-invalidcode
format-check:
stage: lint
image: "before-install"
needs: []
allow_failure: true
script:
- tox -e py37-black
| Remove python2.7 lint from CI | Remove python2.7 lint from CI
| YAML | agpl-3.0 | YunoHost/yunohost,YunoHost/moulinette-yunohost,YunoHost/moulinette-yunohost,YunoHost/moulinette-yunohost,YunoHost/yunohost,YunoHost/yunohost,YunoHost/moulinette-yunohost,YunoHost/moulinette-yunohost,YunoHost/yunohost |
0aae5da2340f37121a3f5c47d9b8b07da2b759d5 | setup.yml | setup.yml | ---
- name: playbook to set the MDC
hosts: local
connection: local
vars:
local_path: "{{ lookup('env', 'HOME') }}"
anaconda_path: "{{ local_path }}/anaconda"
mdc_path: "{{ local_path }}/git/mdc"
tasks:
# - name: apt-get installs
# apt:
# name: "{{ item }}"
# state: present
# become: true
# with_items:
# - bzip2
# - g++
# - libgfortran3
# - liblapack3
- name: download miniconda
get_url:
url: https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
dest: /tmp
force: no
- name: install miniconda
shell: bash /tmp/Miniconda-latest-Linux-x86_64.sh -b -p {{ anaconda_path }}
args:
creates: "{{ anaconda_path }}"
- name: update conda
shell: "{{ anaconda_path }}/bin/conda update conda"
- name: clone MDC
git:
repo: https://github.com/usnistgov/mdcs.git
dest: "{{ mdc_path }}"
version: master
| ---
- name: playbook to set the MDC
hosts: local
connection: local
vars:
local_path: "{{ lookup('env', 'HOME') }}"
anaconda_path: "{{ local_path }}/anaconda"
mdc_path: "{{ local_path }}/git/mdc"
tasks:
- name: apt-get installs
apt:
name: "{{ item }}"
state: present
become: true
with_items:
- bzip2
# - g++
# - libgfortran3
# - liblapack3
- name: download miniconda
get_url:
url: https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh
dest: /tmp
force: no
- name: install miniconda
shell: bash /tmp/Miniconda-latest-Linux-x86_64.sh -b -p {{ anaconda_path }}
args:
creates: "{{ anaconda_path }}"
- name: update conda
shell: "{{ anaconda_path }}/bin/conda update conda"
- name: clone MDC
git:
repo: https://github.com/usnistgov/mdcs.git
dest: "{{ mdc_path }}"
version: master
| Add bzip2 to installation as it is required | Add bzip2 to installation as it is required
| YAML | mit | wd15/mdc-dockerize |
cb9376cb47b3f0eeeb5f9a137072e89b1bf902ce | packages/flutter/pubspec.yaml | packages/flutter/pubspec.yaml | name: sky
version: 0.0.26
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newton: ^0.1.2
sky_engine: ^0.0.3
sky_services: ^0.0.4
sky_tools: ^0.0.4
vector_math: ^1.4.3
environment:
sdk: '>=1.8.0 <2.0.0'
| name: sky
version: 0.0.26
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newton: ^0.1.2
sky_engine: ^0.0.4
sky_services: ^0.0.5
sky_tools: ^0.0.4
vector_math: ^1.4.3
environment:
sdk: '>=1.8.0 <2.0.0'
| Make sky package depend on new sky_engine and sky_services | Make sky package depend on new sky_engine and sky_services
| YAML | bsd-3-clause | jason-simmons/flutter,flutter/flutter,Hixie/flutter,cbracken/flutter,flutter/flutter,Hixie/flutter,cbracken/flutter,Hixie/flutter,tvolkert/flutter,flutter/flutter,tvolkert/flutter,tvolkert/flutter,Hixie/flutter,flutter/flutter,flutter/flutter,Hixie/flutter,cbracken/flutter,flutter/flutter,aghassemi/flutter,cbracken/flutter,jason-simmons/flutter,cbracken/flutter,cbracken/flutter,cbracken/flutter,flutter/flutter,cbracken/flutter,turnidge/flutter,aghassemi/flutter,tvolkert/flutter,turnidge/flutter,turnidge/flutter,Hixie/flutter,aghassemi/flutter,tvolkert/flutter,cbracken/flutter,Hixie/flutter,tvolkert/flutter,tvolkert/flutter,flutter/flutter,Hixie/flutter,Hixie/flutter,tvolkert/flutter,cbracken/flutter,aghassemi/flutter,turnidge/flutter,tvolkert/flutter,Hixie/flutter,jason-simmons/flutter,jason-simmons/flutter,turnidge/flutter,tvolkert/flutter,flutter/flutter,flutter/flutter |
58aac53ddef4e0f13aff25b700f1ab035a02203d | packages/tr/trasa-client.yaml | packages/tr/trasa-client.yaml | homepage: ''
changelog-type: ''
hash: b2df00539f1061ac737eb9e5d6de05a65bc7362d1c35fbf9deab2439eabde15e
test-bench-deps:
http-client: -any
base: ! '>=4.9 && <5'
trasa: -any
unordered-containers: -any
text: -any
ip: -any
trasa-client: -any
http-types: -any
aeson: -any
maintainer: mckean.kylej@gmail.com
synopsis: Type safe http requests
changelog: ''
basic-deps:
http-client: ==0.5.*
bytestring: ==0.10.*
case-insensitive: ==1.2.*
base: ! '>=4.9 && <5'
trasa: ==0.3.*
text: ==1.2.*
containers: ! '>=0.5'
binary: ==0.8.*
http-types: ! '>=0.9'
http-media: ! '>=0.6 && <0.8'
all-versions:
- 0.1.0.0
- '0.2'
- '0.3'
author: Kyle McKean
latest: '0.3'
description-type: haddock
description: Http client integration for trasa
license-name: MIT
| homepage: https://github.com/haskell-trasa/trasa
changelog-type: ''
hash: 35c281709ddbfc1746f43528240f1c53351026236eb4c88beea26920b8850497
test-bench-deps: {}
maintainer: |-
Andrew Martin <andrew.thaddeus@gmail.com>
Kyle McKean <mckean.kylej@gmail.com>
chessai <chessai1996@gmail.com>
synopsis: Type safe http requests
changelog: ''
basic-deps:
http-client: ==0.5.*
bytestring: ==0.10.*
case-insensitive: ==1.2.*
base: ! '>=4.9 && <5'
trasa: ==0.4.*
text: ==1.2.*
containers: ! '>=0.5 && <0.7'
binary: ==0.8.*
http-types: ! '>=0.9'
http-media: ! '>=0.6 && <0.8'
all-versions:
- 0.1.0.0
- '0.2'
- '0.3'
- '0.4'
author: |-
Andrew Martin
Kyle McKean
latest: '0.4'
description-type: haddock
description: http-client integration for trasa
license-name: MIT
| Update from Hackage at 2019-03-24T17:43:42Z | Update from Hackage at 2019-03-24T17:43:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3db5a3256e4e5429dfbaffc1d9b0de0194d6e9aa | playbooks/provision-image.yml | playbooks/provision-image.yml | ---
- hosts: localhost
connection: local
vars:
- image: CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01.raw
- image_url: http://cloud.centos.org/centos/7/devel/{{ image }}
tasks:
- name: download image
local_action: get_url
url={{ image_url }}
dest={{ ansible_env.PWD }}/{{ image }}
| ---
- hosts: localhost
connection: local
vars:
- base_url: http://cloud.centos.org/centos/7/devel
- image: CentOS-7-x86_64-GenericCloud-GA-7.0.1406_01
- sha256sum: 6a31fa7ad8c5b10d4c58e2dec47bf5971bb21ec730b830d9b6201eada1c9200c
- tmp_dir: "{{ ansible_env.PWD }}"/tmp
tasks:
- name: enable openstack repo
sudo: yes
yum: >
name=https://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
state=present
- name: install qemu-img and glance client
sudo: yes
yum: >
name={{ item }}
state=latest
with_items:
- qemu-img
- python-glanceclient
- name: create tmp directory
file: >
path={{ tmp_dir }}
state=directory
- name: download image from url
get_url: >
url={{ base_url }}/{{ image }}.qcow2
dest={{ tmp_dir }}/{{ image }}.qcow2
sha256sum={{ sha256sum }}
- name: convert image from qcow2 to raw
command: >
qemu-img convert
{{ tmp_dir }}/{{ image }}.qcow2
{{ tmp_dir }}/{{ image }}.raw
creates={{ tmp_dir }}/{{ image }}.raw
- name: upload image to glance
glance_image: >
auth_url={{ lookup('env','OS_AUTH_URL') }}
login_username={{ lookup('env','OS_USERNAME') }}
login_password={{ lookup('env','OS_PASSWORD') }}
login_tenant_name={{ lookup('env','OS_TENANT_NAME') }}
name={{ image }}
file={{ tmp_dir }}/{{ image }}.raw
disk_format=raw
is_public=false
state=present
| Add playbook for provisioning image to glance. | Add playbook for provisioning image to glance.
| YAML | apache-2.0 | Parkayun/microservices-infrastructure,eirslett/microservices-infrastructure,chrislovecnm/microservices-infrastructure,sehqlr/mantl,eirslett/microservices-infrastructure,ludovicc/microservices-infrastructure,arminc/microservices-infrastructure,cmgc/microservices-infrastructure,asteris-llc/microservices-playground,CiscoCloud/microservices-infrastructure,benschumacher/microservices-infrastructure,ddONGzaru/microservices-infrastructure,CiscoCloud/mantl,benschumacher/microservices-infrastructure,arminc/microservices-infrastructure,sudhirpandey/microservices-infrastructure,remmelt/microservices-infrastructure,chrislovecnm/microservices-infrastructure,mehulsbhatt/microservices-infrastructure,stevendborrelli/mi-security,SillyMoo/microservices-infrastructure,futuro/microservices-infrastructure,huodon/microservices-infrastructure,CiscoCloud/mantl,ContainerSolutions/microservices-infrastructure,ddONGzaru/microservices-infrastructure,liangyali/microservices-infrastructure,datascienceinc/mantl,eirslett/microservices-infrastructure,phnmnl/mantl,mehulsbhatt/microservices-infrastructure,linearregression/microservices-infrastructure,liangyali/microservices-infrastructure,ianscrivener/microservices-infrastructure,pinterb/microservices-infrastructure,abn/microservices-infrastructure,huodon/microservices-infrastructure,linearregression/microservices-infrastructure,stevendborrelli/mi-security,remmelt/microservices-infrastructure,huodon/microservices-infrastructure,heww/microservices-infrastructure,groknix/microservices-infrastructure,huodon/microservices-infrastructure,KaGeN101/mantl,ilboud/microservices-infrastructure,TeaBough/microservices-infrastructure,bitium/mantl,SillyMoo/microservices-infrastructure,pinterb/microservices-infrastructure,KaGeN101/mantl,ianscrivener/microservices-infrastructure,mehulsbhatt/microservices-infrastructure,benschumacher/microservices-infrastructure,CiscoCloud/microservices-infrastructure,keithchambers/microservices-playground,ianscrivener/microservices-infrastructure,kenjones-cisco/microservices-infrastructure,chrislovecnm/microservices-infrastructure,z00223295/microservices-infrastructure,abn/microservices-infrastructure,ludovicc/microservices-infrastructure,mantl/mantl,Parkayun/microservices-infrastructure,arminc/microservices-infrastructure,ilboud/microservices-infrastructure,kenjones-cisco/microservices-infrastructure,sehqlr/mantl,TeaBough/microservices-infrastructure,benschumacher/microservices-infrastructure,kindlyops/microservices-infrastructure,revpoint/microservices-infrastructure,cmgc/microservices-infrastructure,ContainerSolutions/microservices-infrastructure,phnmnl/mantl,futuro/microservices-infrastructure,pinterb/microservices-infrastructure,chrislovecnm/microservices-infrastructure,noelbk/microservices-infrastructure,bitium/mantl,abn/microservices-infrastructure,heww/microservices-infrastructure,benschumacher/microservices-infrastructure,kindlyops/microservices-infrastructure,datascienceinc/mantl,revpoint/microservices-infrastructure,mantl/mantl,revpoint/microservices-infrastructure,ilboud/microservices-infrastructure,ianscrivener/microservices-infrastructure,z00223295/microservices-infrastructure,cmgc/microservices-infrastructure,linearregression/microservices-infrastructure,z00223295/microservices-infrastructure,gtcno/microservices-infrastructure,ianscrivener/microservices-infrastructure,huodon/microservices-infrastructure,chrislovecnm/microservices-infrastructure,gtcno/microservices-infrastructure,sudhirpandey/microservices-infrastructure,noelbk/microservices-infrastructure |
10f91f1f28158422bf2446d35eb3a86f4fab674a | packages/at/ats-storable.yaml | packages/at/ats-storable.yaml | homepage: https://github.com//ats-generic#readme
changelog-type: ''
hash: dcd680b3d74eac3745b68f333ce06f02ef9dbd1ac9a07615f156c293172bfa6f
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Marshal ATS types into Haskell
changelog: ''
basic-deps:
bytestring: -any
composition-prelude: -any
base: ! '>=4.9 && <5'
text: -any
all-versions:
- '0.1.0.3'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.2.0.0'
- '0.2.0.1'
- '0.2.0.2'
- '0.2.0.3'
author: Vanessa McHale
latest: '0.2.0.3'
description-type: markdown
description: ! '# ats-storable
Resuscitation of
[generic-storable](hackage.haskell.org/package/generic-storable) altered to
work with ATS'' algebraic data types.
For documentation of how to use the ATS side of things, consult the
[documentation](http://ats-lang.sourceforge.net/DOCUMENT/INT2PROGINATS/HTML/x2179.html).
'
license-name: BSD3
| homepage: https://github.com//ats-generic#readme
changelog-type: ''
hash: 1ded67820d044d290b8404a5bc2f1cd170054d69a5aaf5c0e46a09b7ee2fbe7d
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: Marshal ATS types into Haskell
changelog: ''
basic-deps:
bytestring: -any
composition-prelude: -any
base: ! '>=4.9 && <5'
text: -any
all-versions:
- '0.1.0.3'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.2.0.0'
- '0.2.0.1'
- '0.2.0.2'
- '0.2.0.3'
- '0.2.1.0'
author: Vanessa McHale
latest: '0.2.1.0'
description-type: markdown
description: ! '# ats-storable
Resuscitation of
[generic-storable](hackage.haskell.org/package/generic-storable) altered to
work with ATS'' algebraic data types.
For documentation of how to use the ATS side of things, consult the
[documentation](http://ats-lang.sourceforge.net/DOCUMENT/INT2PROGINATS/HTML/x2179.html).
'
license-name: BSD3
| Update from Hackage at 2018-02-11T19:37:23Z | Update from Hackage at 2018-02-11T19:37:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
48ac4a84073d6def6f74df38b96111e92413a508 | packages/flutter/pubspec.yaml | packages/flutter/pubspec.yaml | name: sky
version: 0.0.24
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.20
mojo: 0.0.20
mojom: 0.0.20
newton: ^0.1.2
sky_engine: ^0.0.2
sky_services: ^0.0.2
sky_tools: ^0.0.4
vector_math: ^1.4.3
environment:
sdk: '>=1.8.0 <2.0.0'
| name: sky
version: 0.0.24
author: Chromium Authors <sky-dev@googlegroups.com>
description: A framework for writing Sky applications
homepage: https://github.com/domokit/sky_engine/tree/master/sky/packages/sky
dependencies:
cassowary: ^0.1.7
material_design_icons: ^0.0.2
mojo_services: 0.0.21
mojo: 0.0.21
newton: ^0.1.2
sky_engine: ^0.0.2
sky_services: ^0.0.2
sky_tools: ^0.0.4
vector_math: ^1.4.3
environment:
sdk: '>=1.8.0 <2.0.0'
| Update mojo and mojo_services dependencies | Update mojo and mojo_services dependencies
| YAML | bsd-3-clause | cbracken/flutter,cbracken/flutter,Hixie/flutter,aghassemi/flutter,Hixie/flutter,flutter/flutter,cbracken/flutter,Hixie/flutter,tvolkert/flutter,tvolkert/flutter,jason-simmons/flutter,turnidge/flutter,Hixie/flutter,turnidge/flutter,cbracken/flutter,Hixie/flutter,tvolkert/flutter,flutter/flutter,flutter/flutter,cbracken/flutter,flutter/flutter,tvolkert/flutter,tvolkert/flutter,jason-simmons/flutter,cbracken/flutter,turnidge/flutter,Hixie/flutter,jason-simmons/flutter,cbracken/flutter,tvolkert/flutter,flutter/flutter,flutter/flutter,cbracken/flutter,turnidge/flutter,Hixie/flutter,tvolkert/flutter,Hixie/flutter,cbracken/flutter,turnidge/flutter,flutter/flutter,cbracken/flutter,Hixie/flutter,jason-simmons/flutter,flutter/flutter,flutter/flutter,aghassemi/flutter,aghassemi/flutter,tvolkert/flutter,tvolkert/flutter,aghassemi/flutter,tvolkert/flutter,Hixie/flutter,flutter/flutter |
e8a0b8351b2576d7bde4ec31e56773b99c844317 | packages/ra/rank-product.yaml | packages/ra/rank-product.yaml | homepage: http://github.com/GregorySchwartz/rank-product#readme
changelog-type: ''
hash: baa32db0358a5c8cb9db1fdb0d60205f6bd8c2ed4a4605cc513c8879e994a4bd
test-bench-deps: {}
maintainer: gsch@mail.med.upenn.edu
synopsis: Find the rank product of a data set.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
random-fu: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
author: Gregory W. Schwartz
latest: '0.1.0.2'
description-type: haddock
description: Find the rank product of a data set and get the p-value from a permutation
test.
license-name: GPL-3
| homepage: http://github.com/GregorySchwartz/rank-product#readme
changelog-type: ''
hash: b19c42db895c32198f1505fc881e7dbe4f3d12618cf40053583faf6d495a6514
test-bench-deps: {}
maintainer: gsch@mail.med.upenn.edu
synopsis: Find the rank product of a data set.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
random-fu: -any
all-versions:
- '0.1.0.3'
author: Gregory W. Schwartz
latest: '0.1.0.3'
description-type: haddock
description: Find the rank product of a data set and get the p-value from a permutation
test.
license-name: GPL-3
| Update from Hackage at 2017-04-05T19:48:48Z | Update from Hackage at 2017-04-05T19:48:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
728912df26bb1ad2983336e5b99f51b8ad254ff6 | packages/ya/yampa-canvas.yaml | packages/ya/yampa-canvas.yaml | homepage: ''
changelog-type: markdown
hash: 40342318303cc5a26cd0089e2938f7e423942ac111f93957c891f8edea976e15
test-bench-deps: {}
maintainer: andygill@ku.edu
synopsis: blank-canvas frontend for Yampa
changelog: ! '## 0.2.2
* Allow building with `blank-canvas-0.6` and `Yampa-0.10`
## 0.2.1
* Allowed building with `base-4.8.0.0` and `time-1.5`
'
basic-deps:
Yampa: ! '>=0.9.6 && <0.12'
stm: ! '>=2.4 && <2.6'
base: ! '>=4.7 && <4.13'
time: ! '>=1.4 && <1.9'
text: ! '>=1.1 && <1.3'
blank-canvas: ! '>=0.5 && <0.7'
yampa-canvas: -any
all-versions:
- '0.2'
- '0.2.2'
author: Neil Sculthorpe
latest: '0.2.2'
description-type: markdown
description: ! 'yampa-canvas
============
Blank Canvas backend for Yampa
'
license-name: BSD3
| homepage: ''
changelog-type: markdown
hash: bdd784726a9c0cd002854f0ffa8f5c3e6bceb79e4368d0f396fb4a3e33b345ae
test-bench-deps: {}
maintainer: andygill@ku.edu
synopsis: blank-canvas frontend for Yampa
changelog: ! '## 0.2.2
* Allow building with `blank-canvas-0.6` and `Yampa-0.10`
## 0.2.1
* Allowed building with `base-4.8.0.0` and `time-1.5`
'
basic-deps:
Yampa: ! '>=0.9.6 && <0.13'
stm: ! '>=2.4 && <2.6'
base: ! '>=4.7 && <4.13'
time: ! '>=1.4 && <1.9'
text: ! '>=1.1 && <1.3'
blank-canvas: ! '>=0.5 && <0.7'
yampa-canvas: -any
all-versions:
- '0.2'
- '0.2.2'
author: Neil Sculthorpe
latest: '0.2.2'
description-type: markdown
description: ! 'yampa-canvas
============
Blank Canvas backend for Yampa
'
license-name: BSD3
| Update from Hackage at 2018-10-21T21:12:57Z | Update from Hackage at 2018-10-21T21:12:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4c2bea630be001ebb0527402e6986970cb935d51 | docker/docker-compose.yml | docker/docker-compose.yml | spotscore:
image: spotscore/spotscore
ports:
- "3000:3000"
links:
- mongodb
mongodb:
image: mongo
| spotscore:
image: spotscore/spotscore
ports:
- "3000:3000"
links:
- postgresql_1
postgresql_1:
image: mdillon/postgis
| Use PostgreSQL with PostGIS instead of MongoDB | Use PostgreSQL with PostGIS instead of MongoDB
| YAML | bsd-2-clause | SpotScore/spotscore |
2879303f703c637e3b2a2f1f2eb96df51a674d2b | packages/he/hedgehog-fn.yaml | packages/he/hedgehog-fn.yaml | homepage: https://github.com/qfpl/hedgehog-fn
changelog-type: markdown
hash: 6316a86744e6730b031287a498b5089e5caab83c0a9af3c9d566696dd82642ff
test-bench-deps: {}
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
synopsis: Function generation for `hedgehog`
changelog: |
1.0 - 2019-05-17
* Drop support for GHC < 8
* Upgrade to hedgehog-1.0
0.6
* hedgehog-0.6 compatibility
0.5
* Initial release
basic-deps:
base: ! '>=4.8 && <5'
hedgehog: ==1.0.*
contravariant: ! '>=1.4 && <1.6'
transformers: ! '>=0.5 && <0.6'
hedgehog-fn: -any
all-versions:
- '0.5'
- '0.6'
- '1.0'
author: Isaac Elliott
latest: '1.0'
description-type: haddock
description: |-
Generating shrinkable, showable functions with `hedgehog`. See
`Hedgehog.Function` for example usages.
license-name: BSD-3-Clause
| homepage: https://github.com/qfpl/hedgehog-fn
changelog-type: markdown
hash: a4bc52eaba59ce23e221d77413ee6599cb82ada6600451d9bb347b8182ab82e6
test-bench-deps: {}
maintainer: Queensland Functional Programming Lab <oᴉ˙ldɟb@llǝʞsɐɥ>
synopsis: Function generation for `hedgehog`
changelog: |
1.0 - 2019-05-17
* Drop support for GHC < 8
* Upgrade to hedgehog-1.0
0.6
* hedgehog-0.6 compatibility
0.5
* Initial release
basic-deps:
base: '>=4.8 && <5'
hedgehog: '>=1.0 && <1.2'
contravariant: '>=1.4 && <1.6'
transformers: '>=0.5 && <0.7'
hedgehog-fn: -any
all-versions:
- '0.5'
- '0.6'
- '1.0'
author: Isaac Elliott
latest: '1.0'
description-type: haddock
description: |-
Generating shrinkable, showable functions with `hedgehog`. See
`Hedgehog.Function` for example usages.
license-name: BSD-3-Clause
| Update from Hackage at 2022-02-03T12:38:21Z | Update from Hackage at 2022-02-03T12:38:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1234d1ce3b4df7b94e74f60d74b84871c50ecf55 | src/main/resources/paas.yaml | src/main/resources/paas.yaml | database:
driverClass: org.postgresql.Driver
url: "dummy-value"
initialSize: 1
minSize: 1
maxSize: 4
properties:
charSet: UTF-8
server:
requestLog:
appenders:
- type: access-logstash-console
registerDefaultExceptionMappers: false
register: ${REGISTER}
schema: ${REGISTER}
registerDomain: ${REGISTER_DOMAIN}
enableDownloadResource: true
externalConfigDirectory: /tmp
downloadConfigs: true
fieldsYamlLocation: classpath://config/fields.yaml
registersYamlLocation: classpath://config/registers.yaml
credentials:
user: ${USER}
password: ${PASSWORD}
logging:
level: INFO
loggers:
"uk.gov": DEBUG
"org.skife.jdbi.v2": TRACE
appenders:
- type: logstash-console
| database:
driverClass: org.postgresql.Driver
url: "dummy-value"
initialSize: 1
minSize: 1
maxSize: 4
properties:
charSet: UTF-8
server:
requestLog:
appenders:
- type: access-logstash-console
registerDefaultExceptionMappers: false
register: ${REGISTER}
schema: public
registerDomain: ${REGISTER_DOMAIN}
enableDownloadResource: true
externalConfigDirectory: /tmp
downloadConfigs: true
fieldsYamlLocation: classpath://config/fields.yaml
registersYamlLocation: classpath://config/registers.yaml
credentials:
user: ${USER}
password: ${PASSWORD}
logging:
level: INFO
loggers:
"uk.gov": DEBUG
"org.skife.jdbi.v2": TRACE
appenders:
- type: logstash-console
| Use the default Postgres schema | Use the default Postgres schema
In the case of running on PaaS we only ever expect there to be one
register (for the time being and whilst we're only deploying throwaway
instances). In order to avoid the lack of `CREATE SCHEMA` permissions we
can just use the default Postgres schema.
| YAML | mit | openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.