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 |
|---|---|---|---|---|---|---|---|---|---|
5ff1c08c7ba142684312885b372aac42e99165f0 | essentials.yml | essentials.yml | ---
ath:
useLocalSnapshots: false
athRevision: "d74f39e5ac369106876c20495031cd2499f3aa3a"
tests:
- '*'
| ---
ath:
useLocalSnapshots: false
athRevision: "418902d61f8ed920e18f6cfaa701d37afc92739e"
tests:
- '*'
| Update th ATH used for testing | Update th ATH used for testing
| YAML | mit | v1v/jenkins,kohsuke/hudson,sathiya-mit/jenkins,kohsuke/hudson,v1v/jenkins,MarkEWaite/jenkins,viqueen/jenkins,daniel-beck/jenkins,aldaris/jenkins,Vlatombe/jenkins,DanielWeber/jenkins,kohsuke/hudson,batmat/jenkins,andresrc/jenkins,viqueen/jenkins,sathiya-mit/jenkins,godfath3r/jenkins,patbos/jenkins,rsandell/jenkins,bkmeneguello/jenkins,recena/jenkins,oleg-nenashev/jenkins,DanielWeber/jenkins,pjanouse/jenkins,jenkinsci/jenkins,damianszczepanik/jenkins,DanielWeber/jenkins,pjanouse/jenkins,patbos/jenkins,ikedam/jenkins,andresrc/jenkins,recena/jenkins,Vlatombe/jenkins,oleg-nenashev/jenkins,jenkinsci/jenkins,aldaris/jenkins,batmat/jenkins,v1v/jenkins,stephenc/jenkins,damianszczepanik/jenkins,Jochen-A-Fuerbacher/jenkins,patbos/jenkins,sathiya-mit/jenkins,Vlatombe/jenkins,rsandell/jenkins,damianszczepanik/jenkins,bkmeneguello/jenkins,batmat/jenkins,batmat/jenkins,godfath3r/jenkins,daniel-beck/jenkins,ikedam/jenkins,jenkinsci/jenkins,viqueen/jenkins,rsandell/jenkins,Vlatombe/jenkins,jenkinsci/jenkins,jenkinsci/jenkins,kohsuke/hudson,MarkEWaite/jenkins,Jochen-A-Fuerbacher/jenkins,daniel-beck/jenkins,patbos/jenkins,Vlatombe/jenkins,sathiya-mit/jenkins,rsandell/jenkins,daniel-beck/jenkins,MarkEWaite/jenkins,stephenc/jenkins,Vlatombe/jenkins,patbos/jenkins,aldaris/jenkins,sathiya-mit/jenkins,bkmeneguello/jenkins,stephenc/jenkins,andresrc/jenkins,bkmeneguello/jenkins,MarkEWaite/jenkins,kohsuke/hudson,patbos/jenkins,pjanouse/jenkins,viqueen/jenkins,bkmeneguello/jenkins,daniel-beck/jenkins,bkmeneguello/jenkins,oleg-nenashev/jenkins,oleg-nenashev/jenkins,rsandell/jenkins,ikedam/jenkins,v1v/jenkins,patbos/jenkins,viqueen/jenkins,daniel-beck/jenkins,v1v/jenkins,viqueen/jenkins,daniel-beck/jenkins,daniel-beck/jenkins,kohsuke/hudson,Vlatombe/jenkins,pjanouse/jenkins,pjanouse/jenkins,pjanouse/jenkins,andresrc/jenkins,stephenc/jenkins,DanielWeber/jenkins,DanielWeber/jenkins,DanielWeber/jenkins,rsandell/jenkins,godfath3r/jenkins,sathiya-mit/jenkins,andresrc/jenkins,damianszczepanik/jenkins,batmat/jenkins,sathiya-mit/jenkins,Jochen-A-Fuerbacher/jenkins,viqueen/jenkins,kohsuke/hudson,stephenc/jenkins,godfath3r/jenkins,Jochen-A-Fuerbacher/jenkins,andresrc/jenkins,godfath3r/jenkins,bkmeneguello/jenkins,Jochen-A-Fuerbacher/jenkins,Jochen-A-Fuerbacher/jenkins,kohsuke/hudson,ikedam/jenkins,rsandell/jenkins,damianszczepanik/jenkins,ikedam/jenkins,stephenc/jenkins,damianszczepanik/jenkins,jenkinsci/jenkins,rsandell/jenkins,andresrc/jenkins,pjanouse/jenkins,recena/jenkins,damianszczepanik/jenkins,aldaris/jenkins,aldaris/jenkins,ikedam/jenkins,v1v/jenkins,MarkEWaite/jenkins,batmat/jenkins,aldaris/jenkins,godfath3r/jenkins,MarkEWaite/jenkins,Jochen-A-Fuerbacher/jenkins,damianszczepanik/jenkins,jenkinsci/jenkins,batmat/jenkins,recena/jenkins,oleg-nenashev/jenkins,oleg-nenashev/jenkins,aldaris/jenkins,MarkEWaite/jenkins,MarkEWaite/jenkins,ikedam/jenkins,recena/jenkins,recena/jenkins,stephenc/jenkins,ikedam/jenkins,recena/jenkins,DanielWeber/jenkins,jenkinsci/jenkins,v1v/jenkins,godfath3r/jenkins,oleg-nenashev/jenkins |
68320981c1e9c71d6b800a8426f3992fa3888ce4 | roles/aws-disks/tasks/main.yml | roles/aws-disks/tasks/main.yml | - name: Provision storage disks
ec2_vol:
instance: "{{ item.id }}"
volume_type: "{{ ec2_storage_servers_disk_type }}"
volume_size: "{{ storage_servers_disk_size_gb }}"
# delete_on_termination: true # TODO: Added in Ansible 2.1
with_items: "{{ ec2.instances }}" | - name: Provision storage disks
ec2_vol:
instance: "{{ item.id }}"
volume_type: "{{ ec2_storage_servers_disk_type }}"
volume_size: "{{ storage_servers_disk_size_gb }}"
delete_on_termination: true
with_items: "{{ ec2.instances }}"
| Add the delete_on_termination flag to disk creation | Add the delete_on_termination flag to disk creation
| YAML | apache-2.0 | spohnan/gluster-ansible,spohnan/gluster-ansible |
6d53df48a3b78844fa4b5a074ef17149cb775441 | packages/at/attoparsec-uri.yaml | packages/at/attoparsec-uri.yaml | homepage: https://github.com/athanclark/attoparsec-uri#readme
changelog-type: ''
hash: dd8fd50b412bf7e5eafcb4aa3055c0b7b5669936e7d0fd4efb9c73a64ca01dbb
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: URI parser / printer using attoparsec
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: -any
n-tuple: ! '>=0.0.1.1'
strict: -any
bytedump: -any
attoparsec: -any
vector: -any
all-versions:
- '0.0.0'
- '0.0.1'
author: Athan Clark
latest: '0.0.1'
description-type: markdown
description: ! '# attoparsec-uri
'
license-name: BSD3
| homepage: https://github.com/athanclark/attoparsec-uri#readme
changelog-type: ''
hash: 9538094d918ef1a60e2e404c47cc21409aef2faa05d8a3bb77fe84ea1c7f30ec
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: URI parser / printer using attoparsec
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: -any
strict: -any
bytedump: -any
ip: -any
attoparsec-ip: -any
attoparsec: -any
vector: -any
all-versions:
- '0.0.0'
- '0.0.1'
- '0.0.2'
author: Athan Clark
latest: '0.0.2'
description-type: markdown
description: ! '# attoparsec-uri
'
license-name: BSD3
| Update from Hackage at 2017-09-29T23:36:49Z | Update from Hackage at 2017-09-29T23:36:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
afaee83fe56feebf3c85054ed4602f962447c7a8 | remote/remotes.yaml | remote/remotes.yaml | - platform: harmony
name: Living Room TV
activity: 27367873 # Watch TV
scan_interval: 1
| - platform: harmony
name: Living Room TV
activity: 'Watch TV'
scan_interval: 1
| Change harmony remote to use activity name rather than ID | Change harmony remote to use activity name rather than ID
| YAML | unlicense | danrspencer/hass-config,danrspencer/hass-config |
ff8ebd51dfdda96fc74dfde46cfb2bc230e2362e | sync/language.types.yml | sync/language.types.yml | all:
- language_interface
- language_content
- language_url
configurable:
- language_interface
negotiation:
language_content:
enabled:
language-url: -20
method_weights:
language-url: -20
language-content-entity: -19
language-session: -18
language-user: -17
language-browser: -16
language-interface: -15
language-selected: -14
language_url:
enabled:
language-url: 0
language-url-fallback: 1
language_interface:
enabled:
language-url: -20
language-selected: -19
method_weights:
language-user-admin: -17
language-url: -20
language-selected: -19
language-user: -18
language-session: -16
language-browser: -15
langcode: fr
_core:
default_config_hash: _EoMKNRvG7MpEj6bOnsdMR24OwuRqulpAxBf99NMVE0
| all:
- language_interface
- language_content
- language_url
configurable:
- language_interface
negotiation:
language_content:
enabled:
language-url: -20
method_weights:
language-url: -20
language-content-entity: -19
language-session: -18
language-user: -17
language-browser: -16
language-interface: -15
language-selected: -14
language_url:
enabled:
language-url: 0
language-url-fallback: 1
language_interface:
enabled:
language-url: -20
language-selected: -19
language-browser: -15
method_weights:
language-url: -20
language-selected: -19
language-user: -18
language-user-admin: -17
language-session: -16
language-browser: -15
langcode: fr
_core:
default_config_hash: _EoMKNRvG7MpEj6bOnsdMR24OwuRqulpAxBf99NMVE0
| Add langage detection based upon browser | Add langage detection based upon browser
| YAML | agpl-3.0 | Futurolan/ga-website,Futurolan/ga-website,Futurolan/ga-website,Futurolan/ga-website |
e26eae8e198698b93952e1dffbbd499c132f3b3a | metadata/fr.smarquis.sleeptimer.yml | metadata/fr.smarquis.sleeptimer.yml | Categories:
- Time
License: Apache-2.0
AuthorName: Simon Marquis
AuthorEmail: contact@simon-marquis.fr
AuthorWebSite: https://simon-marquis.fr/
SourceCode: https://github.com/SimonMarquis/SleepTimer
IssueTracker: https://github.com/SimonMarquis/SleepTimer/issues
Changelog: https://github.com/SimonMarquis/SleepTimer/releases
AutoName: Sleep Timer
RepoType: git
Repo: https://github.com/SimonMarquis/SleepTimer.git
Builds:
- versionName: 1.0.0
versionCode: 10000
commit: 1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.0
versionCode: 10001
commit: 1.0.0-1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.0
CurrentVersionCode: 10001
| Categories:
- Time
License: Apache-2.0
AuthorName: Simon Marquis
AuthorEmail: contact@simon-marquis.fr
AuthorWebSite: https://simon-marquis.fr/
SourceCode: https://github.com/SimonMarquis/SleepTimer
IssueTracker: https://github.com/SimonMarquis/SleepTimer/issues
Changelog: https://github.com/SimonMarquis/SleepTimer/releases
AutoName: Sleep Timer
RepoType: git
Repo: https://github.com/SimonMarquis/SleepTimer.git
Builds:
- versionName: 1.0.0
versionCode: 10000
commit: 1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.0
versionCode: 10001
commit: 1.0.0-1
subdir: app
gradle:
- yes
- versionName: 1.1.0
versionCode: 11000
commit: 1.1.0
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.0
CurrentVersionCode: 11000
| Update Sleep Timer to 1.1.0 (11000) | Update Sleep Timer to 1.1.0 (11000)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
77a7314aeff2df95ceaf2f2f7a3999cb06d96c55 | packages/li/list-t-libcurl.yaml | packages/li/list-t-libcurl.yaml | homepage: https://github.com/nikita-volkov/list-t-libcurl
changelog-type: ''
hash: 17ceacbd70abbedf7d9eeeb09f4c2e31e51aa3169cc63994ab55ab727547359d
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: A "libcurl"-based streaming HTTP client
changelog: ''
basic-deps:
either: ==4.*
bytestring: ! '>=0.10 && <0.11'
base-prelude: ! '>=0.1.19 && <0.2'
stm: ==2.*
base: <5
list-t: ! '>=0.4 && <0.5'
curlhs: ==0.1.*
resource-pool: ==0.2.*
mtl-prelude: ! '>=1 && <3'
all-versions:
- '0.2.0.0'
- '0.2.0.1'
- '0.2.0.2'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.2.0.2'
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/nikita-volkov/list-t-libcurl
changelog-type: ''
hash: 1a92883b998262715586f9f65f5161044121644edb31f65aadafd18415d3be99
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: A "libcurl"-based streaming HTTP client
changelog: ''
basic-deps:
either: ==4.*
bytestring: ! '>=0.10 && <0.11'
base-prelude: ! '>=0.1.19 && <0.2'
stm: ==2.*
base: <5
list-t: ! '>=0.4 && <0.5'
curlhs: ! '>=0.1.6 && <0.2'
resource-pool: ==0.2.*
mtl-prelude: ! '>=1 && <3'
all-versions:
- '0.2.0.0'
- '0.2.0.1'
- '0.2.0.2'
- '0.3.0.0'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.3.0.0'
description-type: haddock
description: ''
license-name: MIT
| Update from Hackage at 2015-05-26T06:20:21+0000 | Update from Hackage at 2015-05-26T06:20:21+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
1bdc1cf18505237d557921b567fb184e218e2364 | serverless.yml | serverless.yml | name: iiro.fi
iiro.fi:
component: ./node_modules/@sls-next/serverless-component
inputs:
build:
env:
NODE_ENV: production
baseDir: ./
useV2Handler: true
nextConfigDir: ./site
bucketName: iiro.fi
bucketRegion: eu-north-1
description: Lambda@Edge for iiro.fi
enableS3Acceleration: false # Not supported in eu-north-1
cloudfront:
distributionId: E16FEZ3W4V4PTV
priceClass: PriceClass_100
defaults:
forward:
headers:
- Host
domainRedirects:
www.iiro.fi: https://iiro.fi
iiro.jappinen.fi: https://iiro.fi
name:
defaultLambda: iiro-fi-next-default-lambda
runtime: nodejs14.x
memory: 128
minifyHandlers: true
removeOldLambdaVersions: true
| name: iiro.fi
iiro.fi:
component: ./node_modules/@sls-next/serverless-component
inputs:
build:
cmd: npm
args: ['run', 'build']
cwd: ./site
env:
NODE_ENV: production
useV2Handler: true
nextConfigDir: ./site
bucketName: iiro.fi
bucketRegion: eu-north-1
description: Lambda@Edge for iiro.fi
enableS3Acceleration: false # Not supported in eu-north-1
cloudfront:
distributionId: E16FEZ3W4V4PTV
priceClass: PriceClass_100
defaults:
forward:
headers:
- Host
domainRedirects:
www.iiro.fi: https://iiro.fi
iiro.jappinen.fi: https://iiro.fi
name:
defaultLambda: iiro-fi-next-default-lambda
runtime: nodejs14.x
memory: 128
minifyHandlers: true
removeOldLambdaVersions: true
| Revert "build: adjust @sls-next/component settings" | Revert "build: adjust @sls-next/component settings"
This reverts commit eee9cf8ce677390422a55a216d46652c677628a0.
| YAML | mit | iiroj/iiro.fi,iiroj/iiro.fi,iiroj/iiro.fi |
b94c0c9c362215895894990648978da33114bcc7 | templates/etc-configmap.yaml | templates/etc-configmap.yaml | apiVersion: v1
kind: ConfigMap
metadata:
name: manila-etc
labels:
system: openstack
type: configuration
component: manila
data:
manila.conf: |
{{ include "manila/templates/etc/_manila.conf.tpl" .| indent 4 }}
| apiVersion: v1
kind: ConfigMap
metadata:
name: manila-etc
labels:
system: openstack
type: configuration
component: manila
data:
manila.conf: |
{{ tuple "etc/_manila.conf.tpl" . | include "template" | indent 4 }}
| Update configmaps to use helper for dependent templates | Update configmaps to use helper for dependent templates
| YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
f60e52e3f9011fdf7267f8214884edf27267ab86 | config/mongoid.yml | config/mongoid.yml | development:
host: localhost
database: plan_characters_dev
test:
sessions:
default:
database: myapp_test
host: localhost
port: 27017
production:
uri: <%= ENV['MONGOHQ_URL'] %>
| development:
host: localhost
database: plan_characters_dev
test:
sessions:
default:
database: myapp_test
hosts:
- localhost:27017
production:
uri: <%= ENV['MONGOHQ_URL'] %>
| Configure the default test database *correctly* | Configure the default test database *correctly*
| YAML | mit | indentlabs/notebook,indentlabs/notebook,indentlabs/notebook |
995e3baddf82aac066239f6616f87e6d427d5612 | config/rubocop.yml | config/rubocop.yml | AllCops:
Exclude:
- 'db/schema.rb'
- 'vendor/bundle/**/*'
- 'bin/bundle'
- 'bin/rails'
- 'bin/rake'
# Missing top-level class documentation comment.
Style/Documentation:
Enabled: false
# Use only ascii symbols in comments.
Style/AsciiComments:
Enabled: false
Style/BlockDelimiters:
EnforcedStyle: braces_for_chaining
# Style/SpaceInsideBlockBraces: Space between { and | missing.
Style/SpaceInsideBlockBraces:
SpaceBeforeBlockParameters: false
# Use the lambda method for multi-line lambdas.
Style/Lambda:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Metrics/ClassLength:
Exclude:
- 'db/migrate/**/*'
Metrics/LineLength:
Max: 125
Metrics/MethodLength:
Exclude:
- 'db/migrate/**/*'
Metrics/AbcSize:
Exclude:
- 'db/migrate/**/*'
# Unnecessary spacing detected
Style/ExtraSpacing:
Enabled: false
| AllCops:
Exclude:
- 'db/schema.rb'
- 'vendor/bundle/**/*'
- 'bin/bundle'
- 'bin/rails'
- 'bin/rake'
# Missing top-level class documentation comment.
Style/Documentation:
Enabled: false
# Use only ascii symbols in comments.
Style/AsciiComments:
Enabled: false
Style/BlockDelimiters:
EnforcedStyle: braces_for_chaining
# Style/SpaceInsideBlockBraces: Space between { and | missing.
Style/SpaceInsideBlockBraces:
SpaceBeforeBlockParameters: false
# Use the lambda method for multi-line lambdas.
Style/Lambda:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Style/BlockDelimiters:
EnforcedStyle: semantic
Metrics/ClassLength:
Exclude:
- 'db/migrate/**/*'
Metrics/LineLength:
Max: 125
Metrics/MethodLength:
Exclude:
- 'db/migrate/**/*'
Metrics/AbcSize:
Exclude:
- 'db/migrate/**/*'
# Unnecessary spacing detected
Style/ExtraSpacing:
Enabled: false
| Allow braces for multi-line block without chain | Allow braces for multi-line block without chain
| YAML | mit | esminc/deka_eiwakun,esminc/deka_eiwakun |
ea755e704db27189116e6191cfb7b63050df18a0 | snapcraft.yaml | snapcraft.yaml | name: docker
version: 1.11.1-1
summary: Docker Linux container runtime
description: Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
apps:
docker:
command: docker
# TODO permissions
dockerd:
command: docker daemon
daemon: simple
# TODO permissions
parts:
docker:
plugin: shell
source: https://github.com/docker/docker/archive/v1.11.1.tar.gz
source-type: tar
shell: bash
shell-flags: ['-ex']
shell-command: |
for patch in "$SNAPDIR"/patches/*.patch; do
patch -p1 < "$patch"
done
export DOCKER_GITCOMMIT="$(
git ls-remote --tags \
https://github.com/docker/docker.git \
"refs/tags/v$(cat VERSION)^{}" \
| cut -b1-7
)"
export AUTO_GOPATH=1
./hack/make.sh dynbinary
dockerBin='bundles/latest/dynbinary/docker'
"$dockerBin" -v
ls -l bundles/latest/*/
install -d "$DESTDIR/bin"
install -T "$(readlink -f "$dockerBin")" "$DESTDIR/bin/docker"
build-packages:
- btrfs-tools
- gcc
- golang-go
- libc6-dev
- libdevmapper-dev
| name: docker
version: 1.11.1-1
summary: Docker Linux container runtime
description: Docker complements kernel namespacing with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
apps:
docker:
command: docker
# TODO permissions
dockerd:
command: docker daemon
daemon: simple
# TODO permissions
parts:
docker:
plugin: shell
source: https://github.com/docker/docker/archive/v1.11.1.tar.gz
source-type: tar
shell: bash
shell-flags: ['-ex']
shell-command: |
for patch in "$SNAPDIR"/patches/*.patch; do
patch -p1 -i "$patch"
done
export DOCKER_GITCOMMIT="$(
git ls-remote --tags \
https://github.com/docker/docker.git \
"refs/tags/v$(cat VERSION)^{}" \
| cut -b1-7
)"
export AUTO_GOPATH=1
./hack/make.sh dynbinary
dockerBin='bundles/latest/dynbinary/docker'
"$dockerBin" -v
ls -l bundles/latest/*/
install -d "$DESTDIR/bin"
install -T "$(readlink -f "$dockerBin")" "$DESTDIR/bin/docker"
build-packages:
- btrfs-tools
- gcc
- golang-go
- libc6-dev
- libdevmapper-dev
| Use "patch -i" instead of "patch <" for better "set -x" output | Use "patch -i" instead of "patch <" for better "set -x" output
| YAML | mit | docker-snap/docker,infosiftr/snap-docker,docker-snap/docker |
dbb1f23ca554b0a30d07f1d52d35880bd02f2474 | config/sidekiq.yml | config/sidekiq.yml | :verbose: true
# We set concurrency to 1 because parts of the publishing pipeline
# are not threadsafe. Once we've removed instances of `I18n.with_locale`
# from the workers, we can increase this again.
:concurrency: 1
:logfile: ./log/sidekiq.json.log
:queues:
- [bulk_republishing, 1]
- [imports, 2]
- [router, 4]
- [panopticon, 4]
- [publishing_api, 4]
- [default, 5]
- [scheduled_publishing, 10]
- [sync_checks, 1]
| :verbose: true
# We set concurrency to 1 because parts of the publishing pipeline
# are not threadsafe. Once we've removed instances of `I18n.with_locale`
# from the workers, we can increase this again.
:concurrency: 1
:logfile: ./log/sidekiq.json.log
:queues:
- scheduled_publishing
- default
- publishing_api
- panopticon
- bulk_republishing
- sync_checks
| Fix configuration of listening queues for Sidekiq | Fix configuration of listening queues for Sidekiq
This is currently configured using weighted queues. In newer versions
of Sidekiq, queues can have absolute priorities. So from this change,
scheduled publishing would always be processed first, followed by the
`default` queue (currently things like link reports, govspeak
rendering, document lists and should probably be tidied up elsewhere)
etc. `snyc_checks` should come after `bulk_republishing` as the sync
checks are entirely for developer use and should thus be the lowest
priority.
Both router and imports queues are no longer used.
| YAML | mit | alphagov/whitehall,alphagov/whitehall,alphagov/whitehall,alphagov/whitehall |
96071d521fa73967370391d60c4a19808bd0fa50 | playbooks/base.yml | playbooks/base.yml | ---
- hosts: all
remote_user: root
roles:
- { role: FGtatsuro.python-requirements }
- { role: FGtatsuro.ruby }
tasks:
- block:
- name: Install Bash
apk: name=bash update_cache=yes
become: yes
# TODO: This is hacky way
# root:x:0:0:root:/root:/bin/ash
- name: Make root use /bin/bash as login shell
lineinfile: dest="/etc/passwd" regexp="^(root.*):/bin/ash$" line="\1:/bin/bash" backrefs=yes
become: yes
when: ansible_os_family == "Alpine"
| ---
- hosts: all
remote_user: root
roles:
- role: FGtatsuro.python-requirements
tags:
- always
- role: FGtatsuro.ruby
tags:
- withruby
tasks:
- block:
- name: Install Bash
apk: name=bash update_cache=yes
become: yes
# TODO: This is hacky way
# root:x:0:0:root:/root:/bin/ash
- name: Make root use /bin/bash as login shell
lineinfile: dest="/etc/passwd" regexp="^(root.*):/bin/ash$" line="\1:/bin/bash" backrefs=yes
become: yes
when: ansible_os_family == "Alpine"
| Add tag to build image including ruby. | Add tag to build image including ruby.
| YAML | mit | FGtatsuro/infra-bridgehead,FGtatsuro/infra-bridgehead |
a97eab815072da4e2cbf4bcdd303892f338128a8 | artifacts/example/deployment.yaml | artifacts/example/deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: wardle-server
namespace: wardle
labels:
apiserver: "true"
spec:
replicas: 1
selector:
matchLabels:
apiserver: "true"
template:
metadata:
labels:
apiserver: "true"
spec:
serviceAccountName: apiserver
containers:
- name: wardle-server
# build from staging/src/k8s.io/sample-apiserver/artifacts/simple-image/Dockerfile
# or
# docker pull gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17
# docker tag gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17 kube-sample-apiserver:latest
image: kube-sample-apiserver:latest
imagePullPolicy: Never
args: [ "--etcd-servers=http://localhost:2379" ]
- name: etcd
image: quay.io/coreos/etcd:v3.4.4
| apiVersion: apps/v1
kind: Deployment
metadata:
name: wardle-server
namespace: wardle
labels:
apiserver: "true"
spec:
replicas: 1
selector:
matchLabels:
apiserver: "true"
template:
metadata:
labels:
apiserver: "true"
spec:
serviceAccountName: apiserver
containers:
- name: wardle-server
# build from staging/src/k8s.io/sample-apiserver/artifacts/simple-image/Dockerfile
# or
# docker pull gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17
# docker tag gcr.io/kubernetes-e2e-test-images/sample-apiserver:1.17 kube-sample-apiserver:latest
image: kube-sample-apiserver:latest
imagePullPolicy: Never
args: [ "--etcd-servers=http://localhost:2379" ]
- name: etcd
image: quay.io/coreos/etcd:v3.4.7
| Update default etcd server to 3.4.7 | Update default etcd server to 3.4.7
Kubernetes-commit: 394df132bd41b3deb0dbeccfdd4a9df9e0c6729c
| YAML | apache-2.0 | kubernetes-nightly/sample-apiserver,kubernetes/sample-apiserver,kubernetes-nightly/sample-apiserver,kubernetes/sample-apiserver |
27b98a7210d8f9b103c3cdbd392163cf81911a87 | playbooks/edx-east/deployer.yml | playbooks/edx-east/deployer.yml | # ansible-playbook -c ssh -vvvv --user=ubuntu -i ec2.py deployer.yml -e "@gh_users.yml" -e "@/path/to/secure/ansible/vars/hotg.yml" -e "@/path/to/configuration-secure/ansible/vars/common/common.yml" --limit="tag_aws_cloudformation_stack-name_<admin_stack_name>"
# You will need to create a gh_users.yml that contains the github names of users that should have login access to the machines.
# Setup user login on the bastion
- name: Configure Bastion
hosts: tag_role_bastion
sudo: True
gather_facts: False
roles:
- user
# Configure an admin instance with jenkins and asgard.
- name: Configure instance(s)
hosts: tag_role_admin
sudo: True
gather_facts: True
roles:
- common
- jenkins_master
- hotg
| # ansible-playbook -c ssh -vvvv --user=ubuntu -i ec2.py deployer.yml -e "@gh_users.yml" -e "@/path/to/secure/ansible/vars/hotg.yml" -e "@/path/to/configuration-secure/ansible/vars/common/common.yml" --limit="tag_aws_cloudformation_stack-name_<admin_stack_name>"
# You will need to create a gh_users.yml that contains the github names of users that should have login access to the machines.
# Setup user login on the bastion
- name: Configure Bastion
hosts: tag_play_bastion
sudo: True
gather_facts: False
roles:
- user
# Configure an admin instance with jenkins and asgard.
- name: Configure instance(s)
hosts: tag_play_admin
sudo: True
gather_facts: True
roles:
- common
- jenkins_master
- hotg
| Use play instead of role. | Use play instead of role.
| YAML | agpl-3.0 | zhengjunwei/configuration,Carlos2005/configuration,hmcmooc/ec2-edx-configuration,hastexo/edx-configuration-old,stvstnfrd/configuration,antoviaque/configuration,edx/configuration,hastexo/edx-configuration,B-MOOC/configuration,marcore/configuration,antoviaque/configuration,louyihua/configuration,IONISx/edx-configuration,negritobomb/edxplat,AlfiyaZi/configuration,zhengjunwei/configuration,glengal/configuration,pedrorib/istx,Unow/configuration,stvstnfrd/configuration,stvstnfrd/configuration,CredoReference/configuration,marcore/configuration,rue89-tech/configuration,hks-epod/configuration,arbrandes/edx-configuration,yrchen/configuration,pobrejuanito/configuration,usernamenumber/configuration,mitodl/configuration,hks-epod/configuration,gashac03/ubuntu,LearnEra/LearnEra-Configuration,omarkhan/configuration,Stanford-Online/configuration,beacloudgenius/configuration,negritobomb/edxplat,usernamenumber/configuration,hmcmooc/ec2-edx-configuration,lgfa29/configuration,kursitet/configuration,gashac03/ubuntu,CredoReference/configuration,Unow/configuration,LearnEra/LearnEra-Configuration,michaelsteiner19/open-edx-configuration,CredoReference/configuration,IONISx/edx-configuration,cecep-edu/configuration,kencung/configuration,hastexo/edx-configuration,sudheerchintala/LearnEra-Configuration,arbrandes/edx-configuration,glengal/configuration,edx/configuration,Unow/configuration,UXE/edx-configuration,mitodl/configuration,yrchen/configuration,UXE/edx-configuration,zhengjunwei/configuration,Softmotions/configuration,cyanna/configuration,pedrorib/istx,fghaas/edx-configuration,jorgeomarmh/configuration,pobrejuanito/configuration,nikolas/configuration,rue89-tech/configuration,bugcy013/edx_infra,4eek/configuration,leansoft/configuration,chenshuchuan/configuration,jp-bpl/configuration,jp-bpl/configuration,proversity-org/configuration,chenshuchuan/configuration,gashac03/ubuntu,hastexo/edx-configuration-old,gsehub/configuration,stvstnfrd/configuration,Carlos2005/configuration,Livit/Livit.Learn.EdX.configuration,B-MOOC/configuration,negritobomb/edxplat,open-craft/configuration,UXE/edx-configuration,kencung/configuration,EDUlib/configuration,arbrandes/edx-configuration,nunpa/configuration,nttks/configuration,proversity-org/configuration,michaelsteiner19/open-edx-configuration,Stanford-Online/configuration,edx/configuration,arifsetiawan/configuration,louyihua/configuration,jorgeomarmh/configuration,antoviaque/configuration,michaelsteiner19/open-edx-configuration,pobrejuanito/configuration,pobrejuanito/configuration,nikolas/configuration,IONISx/edx-configuration,xiangjf/configuration,knehez/configuration,eduStack/configuration,Carlos2005/configuration,usernamenumber/configuration,alu042/configuration,appsembler/configuration,antshin72/configuration,omarkhan/configuration,kmoocdev/configuration,Livit/Livit.Learn.EdX.configuration,joshhu/configuration,Carlos2005/configuration,nikolas/configuration,antoviaque/configuration,arifsetiawan/configuration,negritobomb/edxplat,4eek/configuration,arbrandes/edx-configuration,hks-epod/configuration,omarkhan/configuration,bugcy013/edx_infra,pedrorib/istx,omarkhan/configuration,eduStack/configuration,louyihua/configuration,knehez/configuration,usernamenumber/configuration,hastexo/edx-configuration,antshin72/configuration,openfun/configuration,Stanford-Online/configuration,stvstnfrd/configuration,sudheerchintala/LearnEra-Configuration,mitodl/configuration,joshhu/configuration,LearnEra/LearnEra-Configuration,sudheerchintala/LearnEra-Configuration,alu042/configuration,Pieros/configuration,proversity-org/configuration,IndonesiaX/configuration,nunpa/configuration,pedrorib/istx,4eek/configuration,kursitet/configuration,open-craft/configuration,xiangjf/configuration,kmoocdev/configuration,joshhu/configuration,EDUlib/configuration,kencung/configuration,michaelsteiner19/open-edx-configuration,arifsetiawan/configuration,alu042/configuration,open-craft/configuration,antshin72/configuration,armaan/edx-configuration,EDUlib/configuration,louyihua/configuration,gsehub/configuration,glengal/configuration,Softmotions/configuration,appsembler/configuration,chudaol/configuration,Livit/Livit.Learn.EdX.configuration,mitodl/configuration,4eek/configuration,nunpa/configuration,leansoft/configuration,lgfa29/configuration,bugcy013/edx_infra,beacloudgenius/configuration,kursitet/configuration,chenshuchuan/configuration,marcore/configuration,B-MOOC/configuration,xiangjf/configuration,Pieros/configuration,chudaol/configuration,kencung/configuration,arifsetiawan/configuration,armaan/edx-configuration,cyanna/configuration,EDUlib/configuration,jorgeomarmh/configuration,marcore/configuration,vasyarv/configuration,Pieros/configuration,IndonesiaX/configuration,openfun/configuration,Stanford-Online/configuration,kursitet/configuration,alu042/configuration,leansoft/configuration,openfun/configuration,appsembler/configuration,proversity-org/configuration,IndonesiaX/configuration,openfun/configuration,jp-bpl/configuration,kmoocdev/configuration,nttks/configuration,nunpa/configuration,rue89-tech/configuration,beacloudgenius/configuration,nikolas/configuration,nttks/configuration,yrchen/configuration,cecep-edu/configuration,Softmotions/configuration,jp-bpl/configuration,hks-epod/configuration,jorgeomarmh/configuration,hmcmooc/ec2-edx-configuration,CredoReference/configuration,hastexo/edx-configuration,hks-epod/configuration,fghaas/edx-configuration,vasyarv/configuration,arbrandes/edx-configuration,Livit/Livit.Learn.EdX.configuration,hastexo/edx-configuration-old,armaan/edx-configuration,glengal/configuration,proversity-org/configuration,UXE/edx-configuration,gashac03/ubuntu,bugcy013/edx_infra,AlfiyaZi/configuration,Softmotions/configuration,gsehub/configuration,Stanford-Online/configuration,AlfiyaZi/configuration,kmoocdev/configuration,open-craft/configuration,knehez/configuration,leansoft/configuration,AlfiyaZi/configuration,antshin72/configuration,xiangjf/configuration,beacloudgenius/configuration,rue89-tech/configuration,hastexo/edx-configuration-old,zhengjunwei/configuration,armaan/edx-configuration,Pieros/configuration,lgfa29/configuration,fghaas/edx-configuration,vasyarv/configuration,lgfa29/configuration,cyanna/configuration,yrchen/configuration,EDUlib/configuration,eduStack/configuration,hastexo/edx-configuration,cyanna/configuration,appsembler/configuration,knehez/configuration,gsehub/configuration,edx/configuration,nttks/configuration,joshhu/configuration,chudaol/configuration,rue89-tech/configuration,IONISx/edx-configuration,gsehub/configuration,chudaol/configuration,IndonesiaX/configuration,cecep-edu/configuration,jp-bpl/configuration,fghaas/edx-configuration,vasyarv/configuration |
36bb9d11677bcb54eee9ea784208e6c2e5c4534d | cloudbuild.yaml | cloudbuild.yaml | substitutions:
_REGION: us-central1
steps:
- name: 'gcr.io/k8s-skaffold/skaffold'
entrypoint: 'sh'
args:
- -xe
- -c
- |
# Build and push images
skaffold build --file-output=/workspace/artifacts.json \
--default-repo gcr.io/$PROJECT_ID \
--push=true
# Test images
skaffold test --build-artifacts=/workspace/artifacts.json
- name: 'google/cloud-sdk:latest'
entrypoint: 'sh'
args:
- -xe
- -c
- |
gcloud alpha deploy apply --region ${_REGION} --file deploy/pipeline.yaml
gcloud alpha deploy apply --region ${_REGION} --file deploy/staging.yaml
gcloud alpha deploy apply --region ${_REGION} --file deploy/canary.yaml
gcloud alpha deploy apply --region ${_REGION} --file deploy/prod.yaml
gcloud alpha deploy releases create $SHORT_SHA-$(date +%s) \
--delivery-pipeline sample-app \
--description "$(git log -1 --pretty='%s')" \
--region ${_REGION} \
--build-artifacts /workspace/artifacts.json
artifacts:
objects:
location: 'gs://$PROJECT_ID-gceme-artifacts/'
paths:
- '/workspace/artifacts.json'
options:
machineType: E2_HIGHCPU_8
timeout: 3600s | substitutions:
_REGION: us-central1
steps:
- name: 'gcr.io/k8s-skaffold/skaffold'
entrypoint: 'sh'
args:
- -xe
- -c
- |
# Build and push images
skaffold build --file-output=/workspace/artifacts.json \
--default-repo gcr.io/$PROJECT_ID \
--push=true
# Test images
skaffold test --build-artifacts=/workspace/artifacts.json
- name: 'gcr.io/k8s-skaffold/skaffold'
entrypoint: 'sh'
args:
- -xe
- -c
- |
gcloud alpha deploy apply --region ${_REGION} --file deploy/pipeline.yaml
gcloud alpha deploy apply --region ${_REGION} --file deploy/staging.yaml
gcloud alpha deploy apply --region ${_REGION} --file deploy/canary.yaml
gcloud alpha deploy apply --region ${_REGION} --file deploy/prod.yaml
gcloud alpha deploy releases create $SHORT_SHA-$(date +%s) \
--delivery-pipeline sample-app \
--description "$(git log -1 --pretty='%s')" \
--region ${_REGION} \
--build-artifacts /workspace/artifacts.json
artifacts:
objects:
location: 'gs://$PROJECT_ID-gceme-artifacts/'
paths:
- '/workspace/artifacts.json'
options:
machineType: E2_HIGHCPU_8
timeout: 3600s | Use skaffold image for creating releases | Use skaffold image for creating releases
| YAML | apache-2.0 | google/golden-path-for-app-delivery,google/golden-path-for-app-delivery,google/golden-path-for-app-delivery |
f487da881a2b47b0d7a2c0a4c86e1c6bd1204eb1 | conda-forge.yml | conda-forge.yml | build_platform:
osx_arm64: osx_64
conda_forge_output_validation: true
provider:
linux: azure
linux_aarch64: azure
linux_ppc64le: azure
osx: azure
win: azure
test_on_native_only: true
| bot:
abi_migration_branches: [v3.3.x]
build_platform:
osx_arm64: osx_64
conda_forge_output_validation: true
provider:
linux: azure
linux_aarch64: azure
linux_ppc64le: azure
osx: azure
win: azure
test_on_native_only: true
| Add v3.3.x branch to abi_migration_branches | [skip ci] Add v3.3.x branch to abi_migration_branches
This way we won't have to manually update that branch.
| YAML | bsd-3-clause | conda-forge/gdal-feedstock,conda-forge/gdal-feedstock |
e3bdbec7c3e561ed72287477744394b5c9763658 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: ["--py36-plus"]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: ['flake8-bugbear==20.1.4']
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
| repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.2
hooks:
- id: pyupgrade
args: [--py36-plus]
- repo: https://github.com/python/black
rev: 20.8b1
hooks:
- id: black
language_version: python3
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [flake8-bugbear==20.1.4]
- repo: https://github.com/asottile/blacken-docs
rev: v1.8.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
| Remove quotes in precommit config | Remove quotes in precommit config
Committed via https://github.com/asottile/all-repos
| YAML | mit | marshmallow-code/flask-marshmallow |
083a1e8acc5de0656b5a7716a0a80670b9ef9d92 | .pre-commit-config.yaml | .pre-commit-config.yaml | - repo: git@git.yelpcorp.com:mirrors/pre-commit/pre-commit-hooks
sha: 29bf11d13689a0a9a895c41eb3591c7e942d377d
hooks:
- id: check-added-large-files
language_version: python2.7
- id: check-merge-conflict
language_version: python2.7
- id: trailing-whitespace
language_version: python2.7
- id: end-of-file-fixer
language_version: python2.7
- id: autopep8-wrapper
language_version: python2.7
args: [--ignore=E501, --in-place]
- id: flake8
language_version: python2.7
args: [--ignore=E501]
- repo: git@github.com:asottile/reorder_python_imports.git
sha: f3dfe379d2ea341c6cf54d926d4585b35dea9251
hooks:
- id: reorder-python-imports
files: .*\.py$
language_version: python2.7
| - repo: https://github.com/pre-commit/pre-commit-hooks.git
sha: 29bf11d13689a0a9a895c41eb3591c7e942d377d
hooks:
- id: check-added-large-files
language_version: python2.7
- id: check-merge-conflict
language_version: python2.7
- id: trailing-whitespace
language_version: python2.7
- id: end-of-file-fixer
language_version: python2.7
- id: autopep8-wrapper
language_version: python2.7
args: [--ignore=E501, --in-place]
- id: flake8
language_version: python2.7
args: [--ignore=E501]
- repo: git@github.com:asottile/reorder_python_imports.git
sha: f3dfe379d2ea341c6cf54d926d4585b35dea9251
hooks:
- id: reorder-python-imports
files: .*\.py$
language_version: python2.7
| Use HTTPS for cloning pre-commit. | Use HTTPS for cloning pre-commit.
| YAML | apache-2.0 | Yelp/kafka-utils,Yelp/kafka-utils,anthonysandrin/kafka-utils,anthonysandrin/kafka-utils |
dfe9cda931dfdde804b2371d9b9e4241520f2eb3 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: .bumpversion.cfg
- id: check-merge-conflict
- id: check-added-large-files
- id: check-yaml
- id: check-json
- id: pretty-format-json
args: ["--autofix"]
exclude: slack.json
| repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
exclude: .bumpversion.cfg
- id: check-merge-conflict
#- id: check-added-large-files
- id: check-yaml
- id: check-json
- id: pretty-format-json
args: ["--autofix"]
exclude: slack.json
| Disable pre-commit check for large files, failing in CI | Disable pre-commit check for large files, failing in CI
| YAML | apache-2.0 | LREN-CHUV/workflow,LREN-CHUV/workflow,HBPSP8Repo/workflow,HBPSP8Repo/workflow |
36244cb82dc9faf06482eeee792d437dac4c843a | config/project_categories.yml | config/project_categories.yml | ---
- vmdb
- migrations
- lib
- replication
- vmdb_metrics
- automation
| ---
- vmdb
- migrations
- lib
- replication
- vmdb_metrics
- automation
- brakeman
| Add brakeman to the UI | [cc_monitor] Add brakeman to the UI
| YAML | apache-2.0 | ManageIQ/cc_monitor,ManageIQ/cc_monitor |
d43290bb128ef85883757c4627bb9fa62d0aa7b4 | test/integration/ruby_uninstall/inspec.yml | test/integration/ruby_uninstall/inspec.yml | name: rbenv
title: rbenv profile
maintainer: Sous Chefs
copyright: Webb Agile Solutions Ltd.
license: Apache-2.0
summary: Verifies rbenv is installed correctly
version: 1.0.0
supports:
- os-family: linux
| name: rbenv
title: rbenv profile
maintainer: Sous Chefs
license: Apache-2.0
summary: Verifies that Rubies can be uninstalled
version: 1.0.0
supports:
- os-family: linux
| Remove copyright, provide better summary | Remove copyright, provide better summary
| YAML | apache-2.0 | sous-chefs/ruby_rbenv,sous-chefs/ruby_rbenv,chef-rbenv/ruby_rbenv,chef-rbenv/ruby_rbenv,chef-rbenv/ruby_rbenv |
47944bd12ebef90bb6e55726e906c842f8da26a3 | tests/kernel/lifo/lifo_usage/testcase.yaml | tests/kernel/lifo/lifo_usage/testcase.yaml | tests:
kernel.lifo.usage:
tags: kernel
# FIXME: Keeps failing sporadically in CI. See #26163
platform_exclude: qemu_arc_em qemu_arc_hs
| tests:
kernel.lifo.usage:
tags: kernel
# FIXME: Keeps failing sporadically in CI. See #26163
platform_exclude: qemu_arc_hs
| Revert "tests: kernel: lifo_usage: Exclude on qemu_arc_em" | Revert "tests: kernel: lifo_usage: Exclude on qemu_arc_em"
This reverts commit 27d42f060da1afe129ae2b66e15a09dc54e904cf.
With icount finally working in QEMU for ARC these tests start to
pass reliably, so no need to exclude them any longer.
Signed-off-by: Alexey Brodkin <1fa739873496c8c0c1b521f2061ee5fa4a0306e8@synopsys.com>
| YAML | apache-2.0 | Vudentz/zephyr,nashif/zephyr,galak/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,nashif/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,Vudentz/zephyr,Vudentz/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,finikorg/zephyr,finikorg/zephyr,nashif/zephyr,Vudentz/zephyr,galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,Vudentz/zephyr |
25ddb4f59eff81622e8ff9a8b0aca4008860fa43 | modules/openstack_project/files/jenkins_job_builder/config/murano.yaml | modules/openstack_project/files/jenkins_job_builder/config/murano.yaml | - job:
name: gate-murano-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=murano,murano-api,murano-conductor,murano-repository
export PROJECTS="stackforge/murano-api $PROJECTS"
export PROJECTS="stackforge/murano-conductor $PROJECTS"
export PROJECTS="stackforge/murano-repository $PROJECTS"
export PROJECTS="stackforge/murano-common $PROJECTS"
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
export PROJECTS="stackforge/murano-dashboard $PROJECTS"
export PROJECTS="stackforge/murano-metadataclient $PROJECTS"
function pre_test_hook {
cd /opt/stack/new/murano-api/functionaltests
./pre_test_hook.sh
}
export -f pre_test_hook
function post_test_hook {
cd /opt/stack/new/murano-api/functionaltests
./post_test_hook.sh
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
| - job:
name: gate-murano-devstack-dsvm
node: devstack-precise
wrappers:
- timeout:
timeout: 65
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=60
export ENABLED_SERVICES=murano,murano-api,murano-conductor,murano-repository,tempest
export PROJECTS="stackforge/murano-api $PROJECTS"
export PROJECTS="stackforge/murano-conductor $PROJECTS"
export PROJECTS="stackforge/murano-repository $PROJECTS"
export PROJECTS="stackforge/murano-common $PROJECTS"
export PROJECTS="stackforge/python-muranoclient $PROJECTS"
export PROJECTS="stackforge/murano-dashboard $PROJECTS"
export PROJECTS="stackforge/murano-metadataclient $PROJECTS"
function pre_test_hook {
cd /opt/stack/new/murano-api/functionaltests
./pre_test_hook.sh
}
export -f pre_test_hook
function post_test_hook {
cd /opt/stack/new/murano-api/functionaltests
./post_test_hook.sh
}
export -f post_test_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
| Enable Tempest for Murano dvsm job | Enable Tempest for Murano dvsm job
Change-Id: Ibeb117b91ff0e3ed7cf447f34e772be5e7b37e70
| YAML | apache-2.0 | dongwenjuan/project-config,noorul/os-project-config,coolsvap/project-config,Tesora/tesora-project-config,citrix-openstack/project-config,noorul/os-project-config,openstack-infra/project-config,osrg/project-config,openstack-infra/project-config,Tesora/tesora-project-config,osrg/project-config,open-switch/infra_project-config,dongwenjuan/project-config,anbangr/osci-project-config,open-switch/infra_project-config,coolsvap/project-config,citrix-openstack/project-config,anbangr/osci-project-config |
da5f001e9eca6c9355d681ffcb0033bfa7d006f5 | ansible/roles/rabbitmq/tasks/main.yml | ansible/roles/rabbitmq/tasks/main.yml | ---
- name: Install RabbitMQ
apt:
name: rabbitmq-server
become: true
- name: Get existing rabbitmq_vhosts
shell:
rabbitmqctl list_vhosts | grep "{{ rabbitmq_vhost }}" | wc -l
changed_when: false
register: rabbitmq_vhosts
become: true
- name: Create isic-archive rabbitmq_vhost
command:
rabbitmqctl add_vhost {{ rabbitmq_vhost }}
become: true
when: rabbitmq_vhosts.stdout == "0"
- name: Get existing users
shell:
rabbitmqctl list_users | awk '$1 == "{{ rabbitmq_username }}"' | wc -l
changed_when: false
register: users
become: true
- name: Create isic-archive RabbitMQ user
command:
rabbitmqctl add_user {{ rabbitmq_username }} {{ rabbitmq_password }}
become: true
when: users.stdout == "0"
# TODO: Determine minimal set of permissions for RabbitMQ user
- name: Set RabbitMQ user permissions
command:
rabbitmqctl set_permissions -p {{ rabbitmq_vhost }} {{ rabbitmq_username }} ".*" ".*" ".*"
become: true
| ---
- name: Install RabbitMQ
apt:
name: rabbitmq-server
become: true
- name: Create RabbitMQ virtual host
rabbitmq_vhost:
name: "{{ rabbitmq_vhost }}"
become: true
- name: Create RabbitMQ user
rabbitmq_user:
user: "{{ rabbitmq_username }}"
password: "{{ rabbitmq_password }}"
update_password: always
vhost:
permissions:
- vhost: "{{ rabbitmq_vhost }}"
# TODO: Determine minimal set of permissions for RabbitMQ user
configure_priv: ".*"
read_priv: ".*"
write_priv: ".*"
become: true
| Use Ansible modules for RabbitMQ | Use Ansible modules for RabbitMQ
| YAML | apache-2.0 | ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive |
7a9152bf0d03b7d4020d58ecd5d23d82240b44e3 | packages/la/language-qux.yaml | packages/la/language-qux.yaml | homepage: https://github.com/qux-lang/language-qux
changelog-type: ''
hash: 1f91a83b15c56328d267955ca8e36ff5e383c07c2efb7d8c352667a293da2132
test-bench-deps: {}
maintainer: public@hjwylde.com
synopsis: Utilities for working with the Qux language
changelog: ''
basic-deps:
either: ==4.*
indents: ! '>=0.3.3 && <0.4'
base: ! '>=4.8 && <5'
parsec: ==3.*
containers: ==0.5.*
mtl: ==2.*
transformers: ==0.4.*
pretty: ! '>=1.1.2 && <2'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.0'
- '0.1.1.1'
- '0.1.1.2'
- '0.1.1.3'
author: Henry J. Wylde
latest: '0.1.1.3'
description-type: haddock
description: ''
license-name: BSD3
| homepage: https://github.com/qux-lang/language-qux
changelog-type: ''
hash: c777b2c1272ff76361955eaa9af082106276aee547b9067fcc586f574b4d1c6d
test-bench-deps: {}
maintainer: public@hjwylde.com
synopsis: Utilities for working with the Qux language
changelog: ''
basic-deps:
either: ==4.*
indents: ! '>=0.3.3 && <0.4'
base: ! '>=4.8 && <5'
parsec: ==3.*
containers: ==0.5.*
llvm-general-pure: ==3.4.*
mtl: ==2.*
transformers: ==0.4.*
pretty: ! '>=1.1.2 && <2'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.0'
- '0.1.1.1'
- '0.1.1.2'
- '0.1.1.3'
- '0.2.0.0'
author: Henry J. Wylde
latest: '0.2.0.0'
description-type: haddock
description: ! 'Qux is an experimental language developed from the ground up with
the aim of static
compile time verification. This package provides tools for working with it (parsing,
compiling, pretty printing and type checking).'
license-name: BSD3
| Update from Hackage at 2015-10-10T06:37:15+0000 | Update from Hackage at 2015-10-10T06:37:15+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
0abf25ce28ff9ea8509eaf0be3c8619ce64b2c98 | packages/ma/mapquest-api.yaml | packages/ma/mapquest-api.yaml | homepage: https://github.com/ocramz/mapquest-api
changelog-type: ''
hash: 590fb85a380fc27d662cd2d139fb5ce3cb4273afbc9257147184c2bdfb47ef69
test-bench-deps: {}
maintainer: zocca.marco gmail
synopsis: Bindings to the MapQuest API
changelog: ''
basic-deps:
exceptions: -any
bytestring: -any
goggles: ! '>=0.3'
base: ! '>=4.7 && <5'
text: -any
req: ! '>=1.0'
mtl: -any
aeson: -any
all-versions:
- '0.1.0.0'
- '0.2.0.0'
- '0.3'
author: Marco Zocca
latest: '0.3'
description-type: markdown
description: ! '# mapquest-api
[](https://travis-ci.org/ocramz/mapquest-api)
TODO Description.
'
license-name: BSD3
| homepage: https://github.com/ocramz/mapquest-api
changelog-type: ''
hash: 590fb85a380fc27d662cd2d139fb5ce3cb4273afbc9257147184c2bdfb47ef69
test-bench-deps: {}
maintainer: zocca.marco gmail
synopsis: Bindings to the MapQuest API
changelog: ''
basic-deps:
exceptions: -any
bytestring: -any
goggles: ! '>=0.3'
base: ! '>=4.7 && <5'
text: -any
req: ! '>=1.0'
mtl: -any
aeson: -any
all-versions:
- '0.3'
author: Marco Zocca
latest: '0.3'
description-type: markdown
description: ! '# mapquest-api
[](https://travis-ci.org/ocramz/mapquest-api)
TODO Description.
'
license-name: BSD3
| Update from Hackage at 2018-02-17T11:16:23Z | Update from Hackage at 2018-02-17T11:16:23Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
47d7a84fc98986876087bcca2d111982edd81825 | _data/main_nav.yml | _data/main_nav.yml | links:
- title: Vision
url: /vision
- title: Community
url: /community
- title: FAQ
url: /faq
- title: Blog
url: /blog
- title: Documentation
url: https://docs.bisq.network/
target: _blank
- title: Markets
url: /markets
| links:
- title: Vision
url: /vision/
- title: Community
url: /community/
- title: FAQ
url: /faq/
- title: Blog
url: /blog/
- title: Documentation
url: https://docs.bisq.network/
target: _blank
- title: Markets
url: /markets/
| Add trailing slashes to url so we can detect active page | Add trailing slashes to url so we can detect active page
| YAML | agpl-3.0 | bitsquare/site,bitsquare/site,bitsquare/site |
dfaa43820aa2ec0f538d845fa29976f396829475 | _data/partners.yml | _data/partners.yml | -
group: ""
elements:
- { name: "iMasters", description: "", link: "https://www.imasters.com.br", imageUrl: "imasters.png" }
- { name: "Umbler", description: "", link: "https://www.umbler.com", imageUrl: "umbler.png" }
- { name: "Casa do Código", description: "", link: "https://www.casadocodigo.com.br", imageUrl: "casa-do-codigo.png" }
- { name: "Stickers Dev", description: "", link: "https://www.stickersdevs.com.br", imageUrl: "stickers-dev.png" } | -
group: "Apoio"
elements:
- { name: "iMasters", description: "", link: "https://www.imasters.com.br", imageUrl: "imasters.png" }
- { name: "Umbler", description: "", link: "https://www.umbler.com", imageUrl: "umbler.png" }
- { name: "Casa do Código", description: "", link: "https://www.casadocodigo.com.br", imageUrl: "casa-do-codigo.png" }
- { name: "Stickers Dev", description: "", link: "https://www.stickersdevs.com.br", imageUrl: "stickers-dev.png" } | Add o nome apoiadores do site | Add o nome apoiadores do site
| YAML | mit | PHPeste/salvador-2016-website,PHPeste/salvador-2016-website,PHPeste/salvador-2016-website,PHPeste/salvador-2016-website |
645e68ceb451226177fb4b1f1b03083b6d66c045 | .forestry/front_matter/templates/review.yml | .forestry/front_matter/templates/review.yml | ---
label: review
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
- type: include
name: date
label: date
template: partial-date
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pages
section: books
label: Book
- type: boolean
name: featured
label: Featured
- type: include
name: weight
label: weight
template: partial-weight
pages:
- content/no/anmeldelser/sarah-kerr-vogue-usa-on.md
- content/no/anmeldelser/boston-globe-usa-on-før-du-sovner.md
| ---
label: review
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
default: on Before You Sleep
- type: datetime
name: date
label: Date
default: 1999-10-04 00:00:00 -0400
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pages
section: books
label: Book
- type: boolean
name: featured
label: Featured
- type: include
name: weight
label: weight
template: partial-weight
pages:
- content/no/anmeldelser/sarah-kerr-vogue-usa-on.md
- content/no/anmeldelser/boston-globe-usa-on-før-du-sovner.md
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann |
77d619d13797def247f80543966ef633c7534f3b | .github/ISSUE_TEMPLATE/1_new_bug_report.yml | .github/ISSUE_TEMPLATE/1_new_bug_report.yml | name: Bug Report
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
labels: ["bug", "classify"]
body:
body:
- type: input
attributes:
label: VS Code version
description: "Can be found via the `Help: About` command"
validations:
required: true
- type: input
attributes:
label: Extension version
description: 'Available under the Extensions side bar'
validations:
required: true
- type: dropdown
attributes:
label: OS type
options: ['Windows', 'macOS', 'Linux', 'Other']
validations:
required: true
- type: input
attributes:
label: OS version
validations:
required: true
- type: input
attributes:
label: Python version
validations:
required: true
- type: dropdown
attributes:
label: Python distribution
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
validations:
required: true
- type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/microsoft/vscode-python/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true | name: Bug Report
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
labels: ["bug", "classify"]
body:
body:
- type: input
attributes:
label: VS Code version
description: "Can be found via the `Help: About` command"
validations:
required: true
- type: input
attributes:
label: Extension version
description: 'Available under the Extensions side bar'
validations:
required: true
- type: dropdown
attributes:
label: OS type
options: ['Windows', 'macOS', 'Linux', 'Other']
validations:
required: true
- type: input
attributes:
label: OS version
validations:
required: true
- type: input
attributes:
label: Python version
validations:
required: true
- type: dropdown
attributes:
label: Python distribution
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
validations:
required: true
- type: dropdown
attributes:
label: Language server
description: 'Value of the `python.languagServer` setting'
options: ['Default', 'Pylance', 'Jedi', 'None']
validations:
required: true
- type: checkboxes
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/microsoft/vscode-python/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true | Add another field to the bug report template | Add another field to the bug report template | YAML | mit | DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode |
d86e33e3a32f86416fcdd213ff53ba19b43a5026 | tasks/main.yml | tasks/main.yml | ---
# tasks file for installation of node.js on centos
- include: yum_owncloud.yml
- include: modify_php_config.yml
- include: add_database.yml
when: owncloud_db_add_on_mysql_enable
tags:
- database
- name: Check SELinux is installed (if not, occurring error is to be ignored)
shell: which getenforce
register: owncloud_which_getenfoce
changed_when: False
ignore_errors: yes
# include if SELinux is installed
- include: modify_selinux.yml
when: owncloud_which_getenfoce.stdout != ""
- include: logs.yml
tags:
- logs
- include: backup.yml
when: owncloud_backup
tags:
- backup
| ---
# tasks file for installation of node.js on centos
- include: yum_owncloud.yml
- include: modify_php_config.yml
- include: add_database.yml
when: owncloud_db_add_on_mysql_enable
tags:
- database
- name: Check SELinux is installed (if not, occurring error is to be ignored)
shell: which getenforce
register: owncloud_which_getenfoce
changed_when: False
ignore_errors: yes
always_run: yes
# include if SELinux is installed
- include: modify_selinux.yml
when: owncloud_which_getenfoce.stdout != ""
- include: logs.yml
tags:
- logs
- include: backup.yml
when: owncloud_backup
tags:
- backup
| Add always run tu get getenforce binary | Add always run tu get getenforce binary
| YAML | mit | Ken24/ansible-role-owncloud,Ken24/ansible-role-owncloud |
1e301e96f369af6025fa3bc62f1f861efb807d4d | metadata/com.aurora.store.yml | metadata/com.aurora.store.yml | AntiFeatures:
- NonFreeNet
Categories:
- System
License: GPL-3.0-or-later
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: http://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/AuroraStore
IssueTracker: https://gitlab.com/AuroraOSS/AuroraStore/issues
Translation: https://poeditor.com/join/project/54swaCpFXJ
Changelog: https://gitlab.com/AuroraOSS/AuroraStore/blob/HEAD/CHANGELOG
Donate: https://www.paypal.me/whyorean
AutoName: Aurora Store
Description: |-
This ''Aurora Store'' is a complete rewrite, replacing [[com.dragons.aurora]].
Aurora Store is an alternate to Google's Play Store, with an elegant design,
using Aurora you can download apps, update existing apps, search for apps,
get details about in-app trackers, spoof your location and much more.
RepoType: git
Repo: https://gitlab.com/AuroraOSS/AuroraStore.git
Builds:
- versionName: 3.0.3
versionCode: 3
commit: 3.0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.0.3
CurrentVersionCode: 3
| AntiFeatures:
- NonFreeNet
Categories:
- System
License: GPL-3.0-or-later
AuthorName: Rahul Kumar Patel
AuthorEmail: whyorean@gmail.com
WebSite: http://auroraoss.com
SourceCode: https://gitlab.com/AuroraOSS/AuroraStore
IssueTracker: https://gitlab.com/AuroraOSS/AuroraStore/issues
Translation: https://poeditor.com/join/project/54swaCpFXJ
Changelog: https://gitlab.com/AuroraOSS/AuroraStore/blob/HEAD/CHANGELOG
Donate: https://www.paypal.me/whyorean
AutoName: Aurora Store
Description: |-
This ''Aurora Store'' is a complete rewrite, replacing [[com.dragons.aurora]].
Aurora Store is an alternate to Google's Play Store, with an elegant design,
using Aurora you can download apps, update existing apps, search for apps,
get details about in-app trackers, spoof your location and much more.
RepoType: git
Repo: https://gitlab.com/AuroraOSS/AuroraStore.git
Builds:
- versionName: 3.0.3
versionCode: 3
commit: 3.0.3
subdir: app
gradle:
- yes
- versionName: 3.0.4
versionCode: 4
commit: 3.0.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 3.0.4
CurrentVersionCode: 4
| Update Aurora Store to 3.0.4 (4) | Update Aurora Store to 3.0.4 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
85b59f34f65adac49a7453199bf3689e6bd9e1cf | yaml/accounting-server-rc.yaml | yaml/accounting-server-rc.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: accounting-server-rc
spec:
replicas: 1
selector:
name: accounting-server-rc
template:
metadata:
labels:
name: accounting-server-rc
spec:
containers:
- name: accounting
image: gregcorbett/rest:deploy
ports:
- containerPort: 80
hostPort: 80
- containerPort: 443
hostPort: 443
imagePullPolicy: Always
env:
- name: DATA_DB
value: mysql://root:PutYourPassHere@xx.xxx.xx.xx/accounting-db
- name: MYSQL_HOST
value:
- name: MYSQL_PASSWORD
value: PutYourPassHere
- name: ALLOWED_FOR_GET
value: "[]"
- name: SERVER_IAM_ID
value:
- name: SERVER_IAM_SECRET
value:
- name: DJANGO_SECRET_KEY
value:
| apiVersion: v1
kind: ReplicationController
metadata:
name: accounting-server-rc
spec:
replicas: 1
selector:
name: accounting-server-rc
template:
metadata:
labels:
name: accounting-server-rc
spec:
containers:
- name: accounting
image: indigodatacloud/accounting:1.0.0-1
ports:
- containerPort: 80
hostPort: 80
- containerPort: 443
hostPort: 443
imagePullPolicy: Always
env:
- name: DATA_DB
value: mysql://root:PutYourPassHere@xx.xxx.xx.xx/accounting-db
- name: MYSQL_HOST
value:
- name: MYSQL_PASSWORD
value: PutYourPassHere
- name: ALLOWED_FOR_GET
value: "[]"
- name: SERVER_IAM_ID
value:
- name: SERVER_IAM_SECRET
value:
- name: DJANGO_SECRET_KEY
value:
| Update yaml file to use 1.0.0-1 | Update yaml file to use 1.0.0-1
- in the indigo repo
| YAML | apache-2.0 | apel/rest,apel/rest |
8e9c4794ce9f8c017519785ee9851fb97ca363b4 | playbooks/run-lint-tests.yaml | playbooks/run-lint-tests.yaml | - hosts: all
tasks:
- shell:
cmd: |
if [ -f Modulefile -o -f metadata.json ]; then
if [ -f Modulefile ]; then
MODULE=$(awk '/^name/ {print $NF}' Modulefile |tr -d \"\')
elif [ -f metadata.json ]; then
MODULE=$(python -c 'import json;print json.load(open("metadata.json"))["name"]')
fi
if [ -z "$MODULE" ]; then
echo "Module name not defined in Modulefile or metadata.json"
else
mkdir -p "$MODULE"
rsync -a --exclude="$MODULE" --exclude ".*" . "$MODULE"
cd "$MODULE"
fi
fi
mkdir .bundled_gems
export GEM_HOME=`pwd`/.bundled_gems
if [ -f Gemfile ]; then
gem install bundler --no-rdoc --no-ri --verbose
$GEM_HOME/bin/bundle install --without system_tests
$GEM_HOME/bin/bundle exec rake lint 2>&1
else
gem install rake -n ./.bundled_gems/
gem install puppet-lint
gem install puppetlabs_spec_helper
./.bundled_gems/rake lint 2>&1
fi
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
| - hosts: all
tasks:
- shell:
cmd: |
if [ -f Modulefile -o -f metadata.json ]; then
if [ -f Modulefile ]; then
MODULE=$(awk '/^name/ {print $NF}' Modulefile |tr -d \"\')
elif [ -f metadata.json ]; then
MODULE=$(python -c 'import json;print json.load(open("metadata.json"))["name"]')
fi
if [ -z "$MODULE" ]; then
echo "Module name not defined in Modulefile or metadata.json"
else
mkdir -p "$MODULE"
rsync -a --exclude="$MODULE" --exclude ".*" . "$MODULE"
cd "$MODULE"
fi
fi
mkdir .bundled_gems
export GEM_HOME=`pwd`/.bundled_gems
if [ -f Gemfile ]; then
gem install bundler --no-rdoc --no-ri --verbose
$GEM_HOME/bin/bundle install --without system_tests --retry 3
$GEM_HOME/bin/bundle exec rake lint 2>&1
else
gem install rake -n ./.bundled_gems/
gem install puppet-lint
gem install puppetlabs_spec_helper
./.bundled_gems/rake lint 2>&1
fi
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'
| Add 3 retries when the installation fails for lint test | Add 3 retries when the installation fails for lint test
Change-Id: I9ae31a3934d10eb37509f9889381377cef94df0a
| YAML | apache-2.0 | openstack/puppet-openstack-integration,openstack/puppet-openstack-integration,openstack/puppet-openstack-integration |
bd00b1b97a4ef18ac9e97779df36e6362b1bff3b | .github/workflows/rich-navigation.yml | .github/workflows/rich-navigation.yml | name: "Rich Navigation Indexing"
on:
pull_request:
push:
branches:
- main
jobs:
richnav:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: caching-stage
name: Cache VS Code dependencies
with:
path: node_modules
key: ${{ runner.os }}-dependencies-${{ hashfiles('yarn.lock') }}
restore-keys: ${{ runner.os }}-dependencies-
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
if: steps.caching-stage.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
env:
CHILD_CONCURRENCY: 1
- uses: microsoft/RichCodeNavIndexer@v0.1
with:
languages: typescript
repo-token: ${{ secrets.GITHUB_TOKEN }}
typescriptVersion: 0.6.0-next.15
disableLsifLogging: false
continue-on-error: true
| name: "Rich Navigation Indexing"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
richnav:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
id: caching-stage
name: Cache VS Code dependencies
with:
path: node_modules
key: ${{ runner.os }}-dependencies-${{ hashfiles('yarn.lock') }}
restore-keys: ${{ runner.os }}-dependencies-
- uses: actions/setup-node@v2
with:
node-version: 14
- name: Install dependencies
if: steps.caching-stage.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
env:
CHILD_CONCURRENCY: 1
- uses: microsoft/RichCodeNavIndexer@v0.1
with:
languages: typescript
repo-token: ${{ secrets.GITHUB_TOKEN }}
typescriptVersion: 0.6.0-next.15
disableLsifLogging: false
continue-on-error: true
| Support manual trigger for rich nav indexing | Support manual trigger for rich nav indexing
| YAML | mit | microsoft/vscode,eamodio/vscode,Microsoft/vscode,Microsoft/vscode,microsoft/vscode,eamodio/vscode,microsoft/vscode,eamodio/vscode,eamodio/vscode,eamodio/vscode,Microsoft/vscode,Microsoft/vscode,microsoft/vscode,eamodio/vscode,eamodio/vscode,Microsoft/vscode,Microsoft/vscode,microsoft/vscode,microsoft/vscode,microsoft/vscode,microsoft/vscode,Microsoft/vscode,eamodio/vscode,Microsoft/vscode,Microsoft/vscode,eamodio/vscode,microsoft/vscode,microsoft/vscode,eamodio/vscode,microsoft/vscode,Microsoft/vscode,Microsoft/vscode,eamodio/vscode,eamodio/vscode,microsoft/vscode,microsoft/vscode,Microsoft/vscode,Microsoft/vscode,microsoft/vscode,eamodio/vscode,microsoft/vscode,eamodio/vscode,microsoft/vscode,eamodio/vscode,Microsoft/vscode,Microsoft/vscode,Microsoft/vscode,eamodio/vscode,eamodio/vscode,Microsoft/vscode,microsoft/vscode |
7cff92c4d66ccccfc3ba1ea5457d1978c6209559 | metadata/info.varden.hauk.yml | metadata/info.varden.hauk.yml | Categories:
- Navigation
License: Apache-2.0
AuthorName: Marius Lindvall
AuthorEmail: marius@varden.info
AuthorWebSite: https://varden.info/
SourceCode: https://github.com/bilde2910/Hauk
IssueTracker: https://github.com/bilde2910/Hauk/issues
AutoName: Hauk
RepoType: git
Repo: https://github.com/bilde2910/Hauk.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: android/app
gradle:
- yes
- versionName: 1.0.1
versionCode: 2
commit: v1.0.1
subdir: android/app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.1
CurrentVersionCode: 2
| Categories:
- Navigation
License: Apache-2.0
AuthorName: Marius Lindvall
AuthorEmail: marius@varden.info
AuthorWebSite: https://varden.info/
SourceCode: https://github.com/bilde2910/Hauk
IssueTracker: https://github.com/bilde2910/Hauk/issues
AutoName: Hauk
RepoType: git
Repo: https://github.com/bilde2910/Hauk.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: android/app
gradle:
- yes
- versionName: 1.0.1
versionCode: 2
commit: v1.0.1
subdir: android/app
gradle:
- yes
- versionName: '1.1'
versionCode: 3
commit: v1.1
subdir: android/app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 3
| Update Hauk to 1.1 (3) | Update Hauk to 1.1 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
bbcee7ba63193bbd95d091e6835a1acf271caca8 | .github/workflows/coverage.yaml | .github/workflows/coverage.yaml | name: Coverage
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Get codeclimate reporter
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -o ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: |
python -m pip install --upgrade pip coverage
pip install . .[tests]
- run: |
python -m coverage run -p --source=camellia setup.py test
- uses: actions/setup-python@v2
with:
python-version: pypy2
- run: |
python -m pip install --upgrade pip
pip install . .[tests]
- run: |
python -m coverage run -p --source=camellia setup.py test
- run: |
python -m coverage combine
python -m coverage xml
python -m coverage report
- name: Push coverage to codeclimate
run: ./cc-test-reporter after-build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
| name: Coverage
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Get codeclimate reporter
run: |
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 -o ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: |
python -m pip install --upgrade pip coverage
pip install .[tests]
pin install -e .
- run: |
python -m coverage run -p --source=camellia setup.py test
- uses: actions/setup-python@v2
with:
python-version: pypy2
- run: |
python -m pip install --upgrade pip
pip install .[tests]
pin install -e .
- run: |
python -m coverage run -p --source=camellia setup.py test
- run: |
python -m coverage combine
python -m coverage xml
python -m coverage report
- name: Push coverage to codeclimate
run: ./cc-test-reporter after-build
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
| Install package in develop mode | Install package in develop mode
| YAML | mit | var-sec/python-camellia,var-sec/python-camellia |
b3665f4073840cfd2649bfb2192cfe61b923cf9b | .github/workflows/unittests.yml | .github/workflows/unittests.yml | name: Unit tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libpulse-dev libasound2-dev
- name: Install Python dependencies
run: |
python -m pip install 'pocketsphinx<5'
python -m pip install git+https://github.com/openai/whisper.git
python -m pip install .
- name: Test with unittest
run: |
python -m unittest discover --verbose
| name: Unit tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install --no-install-recommends -y libpulse-dev libasound2-dev
sudo apt-get install --no-install-recommends -y ffmpeg
- name: Install Python dependencies
run: |
python -m pip install 'pocketsphinx<5'
python -m pip install git+https://github.com/openai/whisper.git
python -m pip install .
- name: Test with unittest
run: |
python -m unittest discover --verbose
| Install ffmpeg to run whisper in unit tests | Install ffmpeg to run whisper in unit tests | YAML | bsd-3-clause | Uberi/speech_recognition,Uberi/speech_recognition |
f6324d452a5bcaa2706bbea5082175c7b5884bd0 | install.conf.yaml | install.conf.yaml | - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vimrc: vimrc
~/.vimrc.bundles: vim/bundle.vim
~/.vimrc.map: vim/map.vim
~/.zshrc: zshrc
~/.zsh: zsh
~/.gitconfig: gitconfig
~/.oh-my-zsh: oh-my-zsh
~/.oh-my-zsh/custom/themes/powerlevel9k: powerlevel9k
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: vim -u ~/.vimrc.bundles +PluginInstall +qall
stdin: true
stdout: true
stderr: true
description: Installing vim plugins
| - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.vimrc: vimrc
~/.vimrc.bundles: vim/bundle.vim
~/.vimrc.map: vim/map.vim
~/.zshrc: zshrc
~/.zsh: zsh
~/.gitconfig: gitconfig
~/.oh-my-zsh: oh-my-zsh
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: vim -u ~/.vimrc.bundles +PluginInstall +qall
stdin: true
stdout: true
stderr: true
description: Installing vim plugins
| Remove powerlevel theme from install | Remove powerlevel theme from install
| YAML | mit | captain-proton/dotfiles,captain-proton/dotfiles |
6069b6b9dfdd966df72f5356d403f231e30a8395 | nodes.yaml | nodes.yaml | defaults:
box: 'norcams/base'
autostart: false
primary: false
location: 'vagrant'
domain: 'himlar.local'
cpus: 2
memory: 2048
networks:
- mgmt
#
# Nodes configuration examples:
#
# -name 'compute'
#
# Configured FQDN: vagrant-compute-box.vagrant.local
#
# -name 'c1'
# role: compute
#
# Configured FQDN: vagrant-compute-c1.vagrant.local
#
nodes:
- name: 'cephmon'
- name: 'compute'
- name: 'controller'
- name: 'foreman'
- name: 'leaf'
box: 'norcams/netdev'
- name: 'login'
- name: 'master'
- name: 'storage'
networks:
mgmt:
net: 10.0.3
auto_config: true
| defaults:
box: 'norcams/base'
autostart: false
primary: false
location: 'vagrant'
domain: 'himlar.local'
cpus: 2
memory: 2048
networks:
- mgmt
#
# Nodes configuration examples:
#
# -name 'compute'
#
# Configured FQDN: vagrant-compute-box.vagrant.local
#
# -name 'c1'
# role: compute
#
# Configured FQDN: vagrant-compute-c1.vagrant.local
#
nodes:
- name: 'cephmon'
- name: 'compute'
- name: 'controller'
- name: 'foreman'
- name: 'leaf'
box: 'norcams/netdev'
- name: 'login'
- name: 'master'
- name: 'storage'
networks:
mgmt:
net: 10.0.3
auto_config: true
transport:
net: 10.0.4
auto_config: true
| Add transport network to Vagrant | Add transport network to Vagrant
| YAML | apache-2.0 | mikaeld66/himlar,eckhart/himlar,mikaeld66/himlar,norcams/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,raykrist/himlar,TorLdre/himlar,erlendbm/himlar,erlendbm/himlar,TorLdre/himlar,mikaeld66/himlar,TorLdre/himlar,tanzr/himlar,norcams/himlar,eckhart/himlar,tanzr/himlar,TorLdre/himlar,mikaeld66/himlar,norcams/himlar,tanzr/himlar,eckhart/himlar,raykrist/himlar,norcams/himlar,mikaeld66/himlar,raykrist/himlar,tanzr/himlar,eckhart/himlar,tanzr/himlar |
a763ebf91fefd72fed2a49930d4165f908fc3dcf | properties.yml | properties.yml | default:
android:
# Path to the android sdk
androidsdkpath : "../android_sdk/"
# Target id. To get a list of all targets do "./android list targets".
# We want whatever matches android 4.0 (IceCreamSandwich API level 14)
#
# Note: Android WebDriver will not work on Gingerbread (SDK 2.3) emulator because of
# an emulator bug. However it will work with Gingerbread (SDK 2.3) devices.
androidtarget : 29
# Android platform. You can find supported platforms under androidsdkpath/platforms/
androidplatform : "android-14"
| default:
android:
# Path to the android sdk
androidsdkpath : "../android_sdk/"
# Target id. To get a list of all targets do "./android list targets".
# We want whatever matches android 4.0 (IceCreamSandwich API level 14)
#
# Note: Android WebDriver will not work on Gingerbread (SDK 2.3) emulator because of
# an emulator bug. However it will work with Gingerbread (SDK 2.3) devices.
androidtarget : "android-14"
# Android platform. You can find supported platforms under androidsdkpath/platforms/
androidplatform : "android-14"
| Use name, rather than positional ID, for android target. If this causes problems for anyone, we can just set an environmental override | DanielWagnerHall: Use name, rather than positional ID, for android target. If this causes problems for anyone, we can just set an environmental override
git-svn-id: aa1aa1384423cb28c2b1e29129bb3a91de1d9196@14458 07704840-8298-11de-bf8c-fd130f914ac9
| YAML | apache-2.0 | yumingjuan/selenium,jmt4/Selenium2,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,yumingjuan/selenium,yumingjuan/selenium,yumingjuan/selenium,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2,yumingjuan/selenium,jmt4/Selenium2 |
9fc5157cc7172eea6cd875692a44e13cab1b8226 | ansible/roles/horizon/tasks/start.yml | ansible/roles/horizon/tasks/start.yml | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "kolla_logs:/var/log/kolla/"
when: inventory_hostname in groups['horizon']
| ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
ENABLE_MANILA: "{{ 'yes' if enable_manila | bool else 'no' }}"
ENABLE_NEUTRON_LBAAS: "{{ 'yes' if enable_neutron_lbaas | bool else 'no' }}"
ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}"
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
ENABLE_ZAQAR: "{{ 'yes' if enable_zaqar | bool else 'no' }}"
volumes:
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "kolla_logs:/var/log/kolla/"
when: inventory_hostname in groups['horizon']
| Enable zaqar ui when zaqar enabled | Enable zaqar ui when zaqar enabled
Depends-On:I430340b38ff7642f46d76ec621ae65dcae8157c3
Change-Id: If669601691d1505049ba4196bd3c5856091ed921
Closes-Bug: #1647164
| YAML | apache-2.0 | dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible |
c0e231cddf9c3f3113b29844cfbe0d52ca90ce54 | .zuul.yaml | .zuul.yaml | - job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
ironic-ui: https://opendev.org/openstack/ironic-ui
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- check-requirements
- horizon-nodejs10-jobs
- horizon-non-primary-django-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-ui-integration-tests:
voting: false
| - job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
ironic-ui: https://opendev.org/openstack/ironic-ui
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- check-requirements
- horizon-nodejs10-jobs
- horizon-non-primary-django-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-ui-integration-tests:
voting: false
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I2ff6056c2c25112ec3324a6f921c97c4ee6eb7e6
| YAML | apache-2.0 | openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui |
caeeb51c70c7417811f69b916c38d2f41cc2f384 | .zuul.yaml | .zuul.yaml | - job:
name: ceilometermiddleware-integration
parent: telemetry-dsvm-integration
required-projects:
- openstack/ceilometermiddleware
- project:
templates:
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ceilometermiddleware-integration
gate:
jobs:
- ceilometermiddleware-integration
| - job:
name: ceilometermiddleware-integration
parent: telemetry-dsvm-integration
required-projects:
- openstack/ceilometermiddleware
- project:
templates:
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ceilometermiddleware-integration
gate:
jobs:
- ceilometermiddleware-integration
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ia85123faaf1aadcd8cd1e3f0e816dc38799d053f
| YAML | apache-2.0 | openstack/ceilometermiddleware |
0849569507975870368a75b53fabbf7ecd470481 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Switch to 2023.1 Python3 unit tests and generic template name | Switch to 2023.1 Python3 unit tests and generic template name
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope. Also,
updating the template name to generic one.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I92990bd9aa48941e092fafc6246317e152ad4602
| YAML | apache-2.0 | openstack/python-tackerclient,openstack/python-tackerclient |
35b5b295d113999c07cc9f651815565496018837 | .github/workflows/CI.yml | .github/workflows/CI.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: [ '*' ]
pull_request:
branches: [ '*' ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains build jobs
build_windows:
# The type of runner that the job will run on
runs-on: windows-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
# Ensure MSVC tools are available
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
# Generate and build MSVC project using batch file
- name: Build using MSVC
run: ./Bin/BuildMSVC.cmd
| # 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: [ '*' ]
pull_request:
branches: [ '*' ]
defaults:
run:
working-directory: Bin
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains build jobs
build_windows:
# The type of runner that the job will run on
runs-on: windows-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
# Ensure MSVC tools are available
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
# Generate and build MSVC project using batch file
- name: Build using MSVC
run: BuildMSVC.cmd
| Use specified working dir for action | Use specified working dir for action
| YAML | mit | JamesBoer/Jinx,JamesBoer/Jinx,JamesBoer/Jinx,JamesBoer/Jinx |
0ee651ad64293633ff3b55d2b33a097e91a9ce6e | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9']
name: CI build on Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setup pipenv
run: pip install pipenv
- name: Run tests
run: make venv test mypy
env:
HYPOTHESIS_PROFILE: ci
| name: CI build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
name: CI build on Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setup pipenv
run: pip install pipenv
- name: Run tests
run: make venv test mypy
env:
HYPOTHESIS_PROFILE: ci
| Use Python 3.10 on CI | Use Python 3.10 on CI
| YAML | mit | ahitrin/SiebenApp |
99b3fbfa259b39e27124bb6a881a8d73902e5931 | .github/workflows/ci.yml | .github/workflows/ci.yml | on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@v3
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@v3
- name: Build Android app
run: bazel build android_example:lyra_android_example --config=android_arm64 --copt=-DBENCHMARK
- name: Upload Android APK
uses: actions/upload-artifact@v2
if: github.repository_owner == 'lyra'
with:
path: bazel-bin/android_example/lyra_android_example.apk
- name: Upload Android APK on release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: bazel-bin/android_example/lyra_android_example.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: seanmiddleditch/gha-setup-ninja@16b940825621068d98711680b6c3ff92201f8fc0
- name: Build Android app
run: bazel build android_example:lyra_android_example --config=android_arm64 --copt=-DBENCHMARK
- name: Upload Android APK
uses: actions/upload-artifact@v2
if: github.repository_owner == 'lyra' && false # Feature disabled currently
with:
path: bazel-bin/android_example/lyra_android_example.apk
- name: Upload Android APK on release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && false # Feature disabled currently
with:
files: bazel-bin/android_example/lyra_android_example.apk
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| Disable Android APK upload and deploy, pin Ninja setup | CI: Disable Android APK upload and deploy, pin Ninja setup
- Disables the Android APK upload to GitHub and the deploy function (for now)
- Pin the setup Ninja action | YAML | apache-2.0 | google/lyra,google/lyra |
3986b22bc9caf7b2e97d33bf8e50f8c4ef22617e | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Android
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build debug
run: bash ./gradlew build jacocoTestReport assembleAndroidTest
- name: run tests
uses: reactivecircus/android-emulator-runner@v1
with:
api-level: 29
script: ./gradlew connectedCheck
- name: Upload coverage to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
| name: Android
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build debug
run: bash ./gradlew build jacocoTestReport assembleAndroidTest
- name: run tests
uses: reactivecircus/android-emulator-runner@v1
with:
api-level: 29
script: ./gradlew connectedCheck
- name: Upload coverage to Codecov
run: |
curl -Os https://uploader.codecov.io/latest/macos/codecov
chmod +x codecov
./codecov
| Use the mac version of the uploader | Use the mac version of the uploader
| YAML | apache-2.0 | codecov/example-android |
81d48912700c643fc8f062e22cc8a2d24797c685 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
moderate-modern:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
continue-on-error: ${{ matrix.php-versions == '8.2' }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl, sodium
ini-values: error_reporting=-1, display_errors=On
coverage: none
- name: Install Composer dependencies (PHP < 8.1)
if: ${{ matrix.php-versions != '8.1' }}
uses: "ramsey/composer-install@v1"
- name: Install Composer dependencies - ignore-platform-reqs (PHP 8.1)
if: ${{ matrix.php-versions == '8.1' }}
uses: "ramsey/composer-install@v1"
with:
composer-options: --ignore-platform-reqs
- name: PHPUnit tests
run: vendor/bin/phpunit | name: CI
on: [push]
jobs:
moderate-modern:
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
continue-on-error: ${{ matrix.php-versions == '8.2' }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring, intl, sodium
ini-values: error_reporting=-1, display_errors=On
coverage: none
- name: Install Composer dependencies (PHP < 8.1)
if: ${{ matrix.php-versions != '8.2' }}
uses: "ramsey/composer-install@v1"
- name: Install Composer dependencies - ignore-platform-reqs (PHP 8.1)
if: ${{ matrix.php-versions == '8.2' }}
uses: "ramsey/composer-install@v1"
with:
composer-options: --ignore-platform-reqs
- name: PHPUnit tests
run: vendor/bin/phpunit | Allow PHP 8.2 to break | Allow PHP 8.2 to break
| YAML | mit | paragonie/csp-builder |
7e08c641b3c9aeea51a0b676c35f003214cc88cd | .github/workflows/ci.yml | .github/workflows/ci.yml | name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run unit tests
run: |
pip install pytest coverage pytest-cov
pytest --cov=pyrpm.spec
- name: Check for type errors
run: |
pip install pytest pytest-mypy
pytest --mypy
| name: tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.4, 3.5, 3.6, 3.7, 3.8, 3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run unit tests
run: |
pip install pytest coverage pytest-cov
pytest --cov=pyrpm.spec
- name: Check for type errors
run: |
pip install pytest pytest-mypy
pytest --mypy
| Add Python ≥ 3.4 to test matrix | Add Python ≥ 3.4 to test matrix
| YAML | mit | bkircher/python-rpm-spec |
64de755b3e49488860da363ebd2bc9c2336d86ad | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '11', '12', '13', '14', '15' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java }}
- name: print Java version
run: java -version
- name: Build with Maven
run: ./mvnw clean test
| name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '11', '12', '13', '14', '15', '16' ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: print Java version
run: java -version
- name: Build with Maven
run: ./mvnw clean test
| Add JDK16; add "distribution: 'zulu'" | Add JDK16; add "distribution: 'zulu'" | YAML | mit | lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner,classgraph/classgraph |
ae1056a7e3587f3a17e869386206d691647649ca | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout Scaladex
uses: actions/checkout@v2
with:
path: scaladex
- name: Checkout Scaladex small index
uses: actions/checkout@v2
with:
repository: scalacenter/scaladex-small-index
path: scaladex-small-index
- name: Checkout Scaladex contrib
uses: actions/checkout@v2
with:
repository: scalacenter/scaladex-contrib
path: scaladex-contrib
- uses: olafurpg/setup-scala@v10
with:
java-version: "adopt@1.8"
- uses: coursier/cache-action@v5
- name: Formatting
run: |
cd scaladex
./bin/scalafmt --test
shell: bash
- name: Load elastic search
run: |
cd scaladex
sbt "data/run elastic"
shell: bash
- name: Unit tests
run: |
cd scaladex
sbt test
shell: bash
- name: Package server
run: |
cd scaladex
sbt server/universal:packageBin
shell: bash
| name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit:
runs-on: ubuntu-latest
steps:
- name: Checkout Scaladex
uses: actions/checkout@v2
with:
path: scaladex
- name: Checkout Scaladex small index
uses: actions/checkout@v2
with:
repository: scalacenter/scaladex-small-index
path: scaladex-small-index
- name: Checkout Scaladex contrib
uses: actions/checkout@v2
with:
repository: scalacenter/scaladex-contrib
path: scaladex-contrib
- uses: laughedelic/coursier-setup@v1
with:
jvm: "adopt:1.8"
- uses: coursier/cache-action@v5
- name: Formatting
run: |
cd scaladex
./bin/scalafmt --test
shell: bash
- name: Load elastic search
run: |
cd scaladex
sbtn "data/run elastic"
shell: bash
- name: Unit tests
run: |
cd scaladex
sbtn test
shell: bash
- name: Package server
run: |
cd scaladex
sbtn server/universal:packageBin
shell: bash
| Use sbtn in CI to load sbt once | Use sbtn in CI to load sbt once
| YAML | bsd-3-clause | scalacenter/scaladex,scalacenter/scaladex |
7aa4f28e3fbbbbe15c13c16dd0476c60c085e97e | .github/workflows/go.yml | .github/workflows/go.yml | name: Go Build and Test
on: [push, pull_request]
jobs:
build:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: go build -v .
- name: Test
run: go test -v -race -covermode=atomic ./...
| name: Go Build and Test
on: [push, pull_request]
jobs:
build:
name: Build and Test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Get dependencies
run: |
go get -v -t -d ./...
- name: Build
run: go build -v .
- name: Test
run: go test -v -race -covermode=atomic ./...
| Remove the shell script part that doesn't work on windows. | Remove the shell script part that doesn't work on windows. | YAML | apache-2.0 | google/cloudprober,cloudprober/cloudprober,cloudprober/cloudprober,google/cloudprober,cloudprober/cloudprober |
1b7f0a345fcb3326b2cafd91e6e9e8b261423063 | .semaphore/semaphore.yml | .semaphore/semaphore.yml | version: v1.0
name: Test ETModel
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: RSpec
task:
env_vars:
- name: DATABASE_URL
value: mysql2://root@localhost/etmodel_test?pool=5&encoding=utf8mb4
- name: RAILS_ENV
value: test
- name: BUNDLE_JOBS
value: '4'
- name: CI
value: 'true'
jobs:
- name: Test
commands:
- checkout
- sem-service start mysql 8
- cache restore
- bundle config set --local deployment 'true'
- bundle install
- yarn install
- cache store
- cat /dev/null > config/database.yml
- bundle exec rails webpacker:compile
- bundle exec rails db:setup
- bundle exec rspec --format RspecJunitFormatter --out junit.xml --format progress
epilogue:
always:
commands:
- test-results publish junit.xml
promotions:
- name: Deploy to staging
pipeline_file: deploy_staging.yml
auto_promote:
when: "result = 'passed' and branch = 'master'"
- name: Deploy to production
pipeline_file: deploy_production.yml
auto_promote:
when: "result = 'passed' and branch = 'production'"
| version: v1.0
name: Test ETModel
agent:
machine:
type: e1-standard-2
os_image: ubuntu2004
blocks:
- name: RSpec
task:
env_vars:
- name: DATABASE_URL
value: mysql2://root@localhost/etmodel_test?pool=5&encoding=utf8mb4
- name: RAILS_ENV
value: test
- name: BUNDLE_JOBS
value: '4'
- name: CI
value: 'true'
jobs:
- name: Test
commands:
- checkout
- sem-service start mysql 8
- sem-version node 16
- cache restore
- bundle config set --local deployment 'true'
- bundle install
- yarn install
- cache store
- cat /dev/null > config/database.yml
- bundle exec rails webpacker:compile
- bundle exec rails db:setup
- bundle exec rspec --format RspecJunitFormatter --out junit.xml --format progress
epilogue:
always:
commands:
- test-results publish junit.xml
promotions:
- name: Deploy to staging
pipeline_file: deploy_staging.yml
auto_promote:
when: "result = 'passed' and branch = 'master'"
- name: Deploy to production
pipeline_file: deploy_production.yml
auto_promote:
when: "result = 'passed' and branch = 'production'"
| Use Node 16 in Semaphore tests | Use Node 16 in Semaphore tests
It seems Semaphore have changed the default to 18 which breaks asset
compilation.
| YAML | mit | quintel/etmodel,quintel/etmodel,quintel/etmodel,quintel/etmodel |
fe936bff1c0cae5a2ebedc0e7d350cdd7b0f2d80 | recipes/tryceratops/meta.yaml | recipes/tryceratops/meta.yaml | {% set name = "tryceratops" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/tryceratops-{{ version }}.tar.gz
sha256: 4836284760be5e5ffaf31029e0bf858e8f4542ba183208baa249a5b1cc098b9e
build:
number: 0
noarch: python
entry_points:
- tryceratops = tryceratops.__main__:main
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.8
run:
- click >=7
- python >=3.8
- toml >=0.10.2
test:
imports:
- tryceratops
- tryceratops.analyzers
commands:
- pip check
- tryceratops --help
requires:
- pip
about:
home: https://github.com/guilatrova/tryceratops
summary: A linter to manage all your python exceptions and try/except blocks
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- thewchan
| {% set name = "tryceratops" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/tryceratops-{{ version }}.tar.gz
sha256: 4836284760be5e5ffaf31029e0bf858e8f4542ba183208baa249a5b1cc098b9e
build:
number: 0
noarch: python
entry_points:
- tryceratops = tryceratops.__main__:main
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- flit-core
- pip
- python >=3.8
run:
- click >=7
- python >=3.8
- toml >=0.10.2
test:
imports:
- tryceratops
- tryceratops.analyzers
commands:
- pip check
- tryceratops --help
requires:
- pip
about:
home: https://github.com/guilatrova/tryceratops
summary: A linter to manage all your python exceptions and try/except blocks
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- thewchan
| Add flit-core to host requirements | Add flit-core to host requirements
| YAML | bsd-3-clause | kwilcox/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes |
cbb42b2ecd99f1152af0439c55d02848c11d02a2 | tasks/configure-tomcat.yml | tasks/configure-tomcat.yml | #
# Configure Tomcat
#
- name: generate a custom 'setenv.sh' from template, provides the ability to configure Tomcat at start-up from outside the container
template:
src: setenv.sh.j2
dest: "{{ tomcat_catalina_base }}/bin/setenv.sh"
mode: ug+x
- name: "generate a custom '{{ tomcat_process_name }}.jmxremote.password' from template, to use pasword protected JMX ports"
template:
src: jmxremote.password.j2
dest: "{{ tomcat_catalina_base }}/conf/{{ tomcat_process_name }}.jmxremote.password"
owner: "{{ tomcat_system_user }}"
group: "{{ tomcat_system_group }}"
mode: 0600
- name: "generate a custom '{{ tomcat_process_name }}.jmxremote.access' from template, to use pasword protected JMX ports"
template:
src: jmxremote.access.j2
dest: "{{ tomcat_catalina_base }}/conf/{{ tomcat_process_name }}.jmxremote.access"
owner: "{{ tomcat_system_user }}"
group: "{{ tomcat_system_group }}"
mode: 0640
| #
# Configure Tomcat
#
- name: generate a custom 'setenv.sh' from template, provides the ability to configure Tomcat at start-up from outside the container
template:
src: setenv.sh.j2
dest: "{{ tomcat_catalina_base }}/bin/setenv.sh"
mode: ug+x
- name: "generate a custom '{{ tomcat_process_name }}.jmxremote.password' from template, to use pasword protected JMX ports"
template:
src: jmxremote.password.j2
dest: "{{ tomcat_catalina_base }}/conf/{{ tomcat_process_name }}.jmxremote.password"
owner: "{{ tomcat_system_user }}"
group: "{{ tomcat_system_group }}"
mode: 0600
- name: "generate a custom '{{ tomcat_process_name }}.jmxremote.access' from template, to use pasword protected JMX ports"
template:
src: jmxremote.access.j2
dest: "{{ tomcat_catalina_base }}/conf/{{ tomcat_process_name }}.jmxremote.access"
owner: "{{ tomcat_system_user }}"
group: "{{ tomcat_system_group }}"
mode: 0640
- name: add UTF-8 encoding to the server connector
xml:
file: "{{ tomcat_catalina_base }}/conf/server.xml"
xpath: "/Server/Service/Connector"
attribute: "URIEncoding"
ensure: present
value: "UTF-8"
| Add UTF-8 encoding to the server connector | Add UTF-8 encoding to the server connector
| YAML | mit | KAMI911/ansible-role-tomcat,KAMI911/ansible-role-tomcat |
438029226491c3a6c865d9a087b0c0d0808d4c59 | plugin.yml | plugin.yml | name: BuycraftPM
main: Buycraft\PocketMine\BuycraftPlugin
version: 1.1.0
author: Tebex Limited
api: [3.0.0]
| name: BuycraftPM
main: Buycraft\PocketMine\BuycraftPlugin
version: 1.1.0
author: Tebex Limited
api: 3.0.0
| Set the minimum API version to 3.0.0 | Set the minimum API version to 3.0.0
| YAML | mit | BuycraftPlugin/BuycraftPM,BuycraftPlugin/BuycraftPM |
8b91cd75a7b9c22c629c5d2513f9f99a50d63066 | boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml | boards/arm/adafruit_feather_m0_basic_proto/adafruit_feather_m0_basic_proto.yaml | identifier: adafruit_feather_m0_basic_proto
name: Adafruit Feather M0 Basic Proto
type: mcu
arch: arm
ram: 32
flash: 256
toolchain:
- zephyr
- gnuarmemb
- xtools
| identifier: adafruit_feather_m0_basic_proto
name: Adafruit Feather M0 Basic Proto
type: mcu
arch: arm
ram: 32
flash: 232
toolchain:
- zephyr
- gnuarmemb
- xtools
| Fix Adafruit Feather M0 Basic Proto board metadata | boards: Fix Adafruit Feather M0 Basic Proto board metadata
Available flash to the test system is limited by the code partition
defined in the device tree file.
Signed-off-by: Miguel Dardenne <462485810778257b1f492d4cff65c1b40bd3e2e1@gmail.com>
| YAML | apache-2.0 | zephyrproject-rtos/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,galak/zephyr,galak/zephyr,zephyrproject-rtos/zephyr |
59ec9571ea33cf881f4eb47d404d3df99e502d18 | ansible/roles/create/tasks/destroy_sync.yml | ansible/roles/create/tasks/destroy_sync.yml | ---
- name: acknowledge existing servers
os_server_facts:
- name: debug
set_fact: alive_servers="{{ alive_servers | default([]) | union([item.name]) }}"
when: item['metadata']['group'] is defined and (cluster_name + '_master' == item['metadata']['group'] or cluster_name + '_slaves' == item['metadata']['group'])
with_items: "{{ openstack_servers }}"
no_log: True
- name: The following instances will be destroyed now
debug: var=alive_servers
- name: destroy cluster instances
os_server:
state: absent
name: "{{ item }}"
with_items: "{{ alive_servers }}"
retries: 3
- name: destroy security group
include: destroy_security_group.yml
| ---
- name: acknowledge existing servers
os_server_facts:
- name: debug
set_fact: alive_servers="{{ alive_servers | default([]) | union([item.name]) }}"
when: item['metadata']['group'] is defined and (cluster_name + '_master' == item['metadata']['group'] or cluster_name + '_slaves' == item['metadata']['group'] or cluster_name + '_runner' == item['metadata']['group'])
with_items: "{{ openstack_servers }}"
no_log: True
- name: The following instances will be destroyed now
debug: var=alive_servers
- name: destroy cluster instances
os_server:
state: absent
name: "{{ item }}"
with_items: "{{ alive_servers }}"
retries: 3
- name: destroy security group
include: destroy_security_group.yml
| Add opportunity to destroy runner as usual | Add opportunity to destroy runner as usual
| YAML | apache-2.0 | ispras/spark-openstack,ispras/spark-openstack |
dcb03605e7cd4d259e25e6727ebb1260d9199a2c | packages/pi/pipes-extras.yaml | packages/pi/pipes-extras.yaml | homepage: ''
changelog-type: ''
hash: cee0341a5ec6b3f894c500652bbd6d17dacf5d89b67aebaf8f4d735406a39b3a
test-bench-deps:
test-framework-hunit: ! '>=0.3 && <1'
test-framework: ! '>=0.4 && <1'
base: ! '>=4 && <5'
HUnit: ! '>=1.2 && <1.3'
pipes: ! '>=4.0 && <4.2'
transformers: ! '>=0.2.0.0 && <0.5'
pipes-extras: -any
maintainer: Gabriel439@gmail.com
synopsis: Extra utilities for pipes
changelog: ''
basic-deps:
base: ! '>=4 && <5'
pipes: ! '>=4.0 && <4.2'
foldl: ! '>=1.0.1 && <1.2'
transformers: ! '>=0.2.0.0 && <0.5'
all-versions:
- '1.0.0'
- '1.0.1'
author: Gabriel Gonzalez
latest: '1.0.1'
description-type: haddock
description: ! 'This package holds miscellaneous utilities related to the @pipes@
library.'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: f783e38e5cfcab42e980b9a31279e2a9508bf15e3e123eea9090c338872f38a5
test-bench-deps:
test-framework-hunit: ! '>=0.3 && <1'
test-framework: ! '>=0.4 && <1'
base: ! '>=4 && <5'
HUnit: ! '>=1.2 && <1.4'
pipes: ! '>=4.0 && <4.2'
transformers: ! '>=0.2.0.0 && <0.5'
pipes-extras: -any
maintainer: Gabriel439@gmail.com
synopsis: Extra utilities for pipes
changelog: ''
basic-deps:
base: ! '>=4 && <5'
pipes: ! '>=4.0 && <4.2'
foldl: ! '>=1.0.1 && <1.2'
transformers: ! '>=0.2.0.0 && <0.5'
all-versions:
- '1.0.0'
- '1.0.1'
- '1.0.2'
author: Gabriel Gonzalez
latest: '1.0.2'
description-type: haddock
description: ! 'This package holds miscellaneous utilities related to the @pipes@
library.'
license-name: BSD3
| Update from Hackage at 2015-10-03T21:17:55+0000 | Update from Hackage at 2015-10-03T21:17:55+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
6d5c145ca899dcb99e0bfa7eddf4eed81bccac91 | packages/se/servant-ruby.yaml | packages/se/servant-ruby.yaml | homepage: https://github.com/joneshf/servant-ruby#readme
changelog-type: ''
hash: 5485b7da0b87a80d97f66fa061a2153c9cc5e740b181c05f187f91aa413a566b
test-bench-deps:
Cabal: ! '>=1.24 && <1.25'
base: -any
doctest: ! '>=0.11 && <0.12'
maintainer: jones3.hardy@gmail.com
synopsis: Generate a Ruby client from a Servant API with Net::HTTP.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: ! '>=1.2 && <1.3'
casing: ! '>=0.1 && <0.2'
lens: ! '>=4.15 && <4.16'
servant-foreign: ! '>=0.9 && <0.10'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.0'
author: Hardy Jones
latest: '0.1.1.0'
description-type: markdown
description: ! '# servant-ruby
Create a Ruby client from a Servant API using `Net::HTTP`.
'
license-name: BSD3
| homepage: https://github.com/joneshf/servant-ruby#readme
changelog-type: ''
hash: 26c25e792d31e7b27a41a2617295eae0621d7e693cec4851064dae80e9a40134
test-bench-deps:
Cabal: ! '>=1.24 && <1.25'
base: -any
doctest: ! '>=0.11 && <0.12'
maintainer: jones3.hardy@gmail.com
synopsis: Generate a Ruby client from a Servant API with Net::HTTP.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: ! '>=1.2 && <1.3'
casing: ! '>=0.1 && <0.2'
lens: ! '>=4.15 && <4.16'
servant-foreign: ! '>=0.9 && <0.11'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.0'
- '0.1.2.0'
author: Hardy Jones
latest: '0.1.2.0'
description-type: markdown
description: ! '# servant-ruby
Create a Ruby client from a Servant API using `Net::HTTP`.
'
license-name: BSD3
| Update from Hackage at 2017-03-20T04:24:30Z | Update from Hackage at 2017-03-20T04:24:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8f5da97e70e15e950184ec8121fb68d53f3a39e0 | docker-compose.yml | docker-compose.yml | version: '3'
services:
web:
container_name: functions_app
image: globobackstage/functions
ports:
- "8100:8100"
networks:
- functions_net
depends_on:
- redis
environment:
REDIS_ENDPOINT: redis://redis:6379/0
redis:
container_name: functions_db
image: redis
volumes:
- redis_vol:/data
networks:
- functions_net
volumes:
redis_vol:
networks:
functions_net:
| version: '3'
services:
web:
container_name: functions_app
image: globobackstage/functions
ports:
- "8100:8100"
networks:
- functions_net
depends_on:
- redis
command: node lib/app.js
volumes:
- .:/application/functions
- node_vol:/application/functions/node_modules
environment:
REDIS_ENDPOINT: redis://redis:6379/0
redis:
container_name: functions_db
image: redis
volumes:
- redis_vol:/data
networks:
- functions_net
volumes:
redis_vol:
node_vol:
networks:
functions_net:
| Add node_modules as volume and start the application | Add node_modules as volume and start the application
| YAML | mit | backstage/functions |
09f1e94f0b4f1589463d0379149e17a803315511 | docker-compose.yml | docker-compose.yml | version: "3.7"
networks:
default:
external:
name: proxy
intern: {}
volumes:
app: {}
cache: {}
db: {}
file: {}
tmp: {}
services:
cms-db:
image: akilli/postgres
restart: unless-stopped
networks:
default: {}
intern:
aliases:
- db
volumes:
- db:/data
- file:/app
cms-php:
image: akilli/cms
depends_on:
- cms-db
restart: unless-stopped
networks:
default: {}
intern:
aliases:
- php
volumes:
- app:/app
- file:/data/file:nocopy
- tmp:/tmp
cms-www:
image: akilli/nginx
depends_on:
- cms-db
- cms-php
restart: unless-stopped
extra_hosts:
- "www.akilli.de:127.0.0.1"
- "akilli.de:127.0.0.1"
labels:
- "traefik.enable=true"
- "traefik.http.routers.cms.entrypoints=https"
- "traefik.http.routers.cms.rule=host(`akilli.de`) || host(`www.akilli.de`)"
- "traefik.http.routers.cms.tls=true"
- "traefik.http.services.cms.loadbalancer.server.port=80"
networks:
default: {}
intern:
aliases:
- www
volumes:
- app:/app:nocopy
- cache:/tmp
- file:/data/file:nocopy
| version: "3.7"
networks:
default:
external:
name: proxy
intern: {}
volumes:
app: {}
db: {}
file: {}
services:
cms-db:
image: akilli/postgres
restart: unless-stopped
networks:
default: {}
intern:
aliases:
- db
volumes:
- db:/data
- file:/app
cms-php:
image: akilli/cms
depends_on:
- cms-db
restart: unless-stopped
networks:
default: {}
intern:
aliases:
- php
volumes:
- app:/app
- file:/data/file:nocopy
cms-www:
image: akilli/nginx
depends_on:
- cms-db
- cms-php
restart: unless-stopped
extra_hosts:
- "www.akilli.de:127.0.0.1"
- "akilli.de:127.0.0.1"
labels:
- "traefik.enable=true"
- "traefik.http.routers.cms.entrypoints=https"
- "traefik.http.routers.cms.rule=host(`akilli.de`) || host(`www.akilli.de`)"
- "traefik.http.routers.cms.tls=true"
- "traefik.http.services.cms.loadbalancer.server.port=80"
networks:
default: {}
intern:
aliases:
- www
volumes:
- app:/app:nocopy
- file:/data/file:nocopy
| Remove volumes needed for replicas > 1 | Remove volumes needed for replicas > 1
| YAML | mit | akilli/cms,akilli/cms,akilli/cms |
830cf987fdd6e1b950c44d3ba771f975461f6fff | docker-compose.yml | docker-compose.yml | version: "2"
services:
identifier:
image: semtech/mu-identifier:1.0.0
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher:1.0.1
links:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.0.0-virtuoso7.2.2
environment:
SPARQL_UPDATE: "true"
DEFAULT_GRAPH: "http://mu.semte.ch/application"
ports:
- "8890:8890"
volumes:
- ./data/db:/data
resource:
image: semtech/mu-cl-resources:1.10.1
links:
- db:database
volumes:
- ./config/resources:/config
| version: "2"
services:
identifier:
image: semtech/mu-identifier:1.0.0
links:
- dispatcher:dispatcher
ports:
- "80:80"
dispatcher:
image: semtech/mu-dispatcher:1.0.1
links:
- resource:resource
volumes:
- ./config/dispatcher:/config
db:
image: tenforce/virtuoso:1.0.0-virtuoso7.2.2
environment:
SPARQL_UPDATE: "true"
DEFAULT_GRAPH: "http://mu.semte.ch/application"
ports:
- "8890:8890"
volumes:
- ./data/db:/data
resource:
image: semtech/mu-cl-resources:1.11.0
links:
- db:database
volumes:
- ./config/resources:/config
| Upgrade default mu-cl-resources to 1.11.0 | Upgrade default mu-cl-resources to 1.11.0
Less bugs, more features... we hope
| YAML | mit | langens-jonathan/ReactiveMailServiceExample,nvdk/abb-musemtech-workshop,langens-jonathan/ReactiveMailServiceExample,mu-semtech/mu-project |
24cda4234a76b24fe86d702d626c01a93b86c9fd | docker-compose.yml | docker-compose.yml | api:
image: mersocarlin/aspnet
command: dnx web
volumes:
- ./BankService/BankService.Api:/app
ports:
- "5000:5000"
environment:
DB_DATABASE: bank
DB_PORT: 27017
DB_SERVER: 192.168.99.100
links:
- mongo
mongo:
image: mongo
ports:
- "27017:27017"
volumes:
- mongo-aspnet-core-docker:/data/db | api:
image: mersocarlin/aspnet
command: dnx web
volumes:
- ./BankService/BankService.Api:/app
ports:
- "5000:5000"
environment:
DB_DATABASE: bank
DB_PORT: 27017
DB_SERVER: mongo
links:
- mongo
mongo:
image: mongo
ports:
- "27017:27017"
volumes:
- mongo-aspnet-core-docker:/data/db | Update DB_SERVER env variable value | Update DB_SERVER env variable value
| YAML | mit | mersocarlin/aspnet-core-docker-sample,mersocarlin/aspnet-core-docker-sample,mersocarlin/aspnet-core-docker-sample |
a43862de2a4f6d936f7beed515cb0521a58b001e | data/building-hours/6-1-skoglund.yaml | data/building-hours/6-1-skoglund.yaml | name: Skoglund
image: skoglund
category: Gym
schedule:
- title: Hours
hours:
# - {days: [Mo, Tu, We, Th], from: '6:30am', to: '10:30pm'}
# - {days: [Fr], from: '6:30am', to: '8:45pm'}
# - {days: [Sa], from: '9:00am', to: '8:45pm'}
# - {days: [Su], from: '12:00pm', to: '10:30pm'}
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '7:00pm'}
- {days: [Fr], from: '8:00am', to: '2:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '7:00pm'}
- {days: [Fr], from: '8:00am', to: '2:00pm'}
| name: Skoglund
image: skoglund
category: Gym
schedule:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '7:00pm'}
- {days: [Fr], from: '8:00am', to: '6:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: Hours
hours:
- {days: [Mo, Tu, We, Th], from: '8:00am', to: '7:00pm'}
- {days: [Fr], from: '8:00am', to: '2:00pm'}
| Update Skoglund hours for week 35 | hours: Update Skoglund hours for week 35
Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
Reviewed-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
| YAML | agpl-3.0 | StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native |
3cd5bded29ce532311011a8eb765326700269d53 | Configuration/NodeTypes.Content.LatestArticles.yaml | Configuration/NodeTypes.Content.LatestArticles.yaml | 'Shel.Blog:Content.LatestArticles':
superTypes:
'Neos.Neos:Content': true
ui:
label: i18n
icon: icon-sitemap
inlineEditable: true
inspector:
groups:
plugin:
label: i18n
properties:
limit:
type: integer
defaultValue: 5
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
validation:
Neos.Neos/Validation/NotEmptyValidator: { }
sortingDirection:
type: string
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editor: Neos.Neos/Inspector/Editors/SelectBoxEditor
editorOptions:
values:
'':
label: i18n
descending:
label: i18n
sourceNode:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Feed'
categoryFilter:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Category'
pinnedArticles:
type: references
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Article'
| 'Shel.Blog:Content.LatestArticles':
superTypes:
'Neos.Neos:Content': true
ui:
label: i18n
icon: icon-sitemap
inlineEditable: true
inspector:
groups:
plugin:
label: i18n
properties:
limit:
type: integer
defaultValue: 5
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
validation:
Neos.Neos/Validation/NotEmptyValidator: { }
sortingDirection:
type: string
defaultValue: 'descending'
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editor: Neos.Neos/Inspector/Editors/SelectBoxEditor
editorOptions:
values:
'':
label: i18n
descending:
label: i18n
sourceNode:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Feed'
categoryFilter:
type: reference
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Category'
pinnedArticles:
type: references
ui:
label: i18n
reloadIfChanged: true
inspector:
group: plugin
editorOptions:
nodeTypes:
- 'Shel.Blog:Document.Article'
| Set sorting direction to descending for new elements | FEATURE: Set sorting direction to descending for new elements
| YAML | mit | Sebobo/Shel.Blog,Sebobo/Shel.Blog |
79034baf1ef3018fe53ffab4ae2c49a845b41ec5 | manifest.stage.yml | manifest.stage.yml | applications:
- name: pz-gateway
host: pz-gateway
path: pz-gateway.jar
buildpack: java_buildpack_offline
memory: 2048M
instances: 1
timeout: 80
services:
- pz-kafka
- pz-blobstore
env:
SPRING_PROFILES_ACTIVE: cloud
| applications:
- name: pz-gateway
host: pz-gateway
path: pz-gateway.jar
buildpack: java_buildpack_offline
memory: 2048M
instances: 1
timeout: 80
services:
- pz-kafka
- pz-blobstore
env:
SPRING_PROFILES_ACTIVE: cloud,secure
| Enable Security on Stage (when elevated) | Enable Security on Stage (when elevated) | YAML | apache-2.0 | venicegeo/pz-gateway,venicegeo/pz-gateway,venicegeo/pz-gateway |
40402fef305994913aa60137564690a0390751cb | .github/workflows/default.yml | .github/workflows/default.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Dump PHP version
run: php -v
- name: Validate composer.json
run: composer validate --strict
- name: Lint all PHP files
run: composer run qa:lint
- name: Install Barrel API Client dependencies through Composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: Get lines of code
run: composer run qa:phploc
- uses: actions/upload-artifact@master
with:
name: phploc
path: build/artifacts/phploc/phploc.xml
- name: Run static code analyser
run: composer run qa:phpstan
- name: Run unit tests
run: composer run test:phpunit:coverage
- uses: actions/upload-artifact@master
with:
name: PHPUnit Code Coverage report
path: build/artifacts/phpunit/coverage | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Dump PHP version
run: php -v
- name: Validate composer.json
run: composer validate --strict
- name: Lint all PHP files
run: composer run qa:lint
- name: Install Barrel API Client dependencies through Composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: Get lines of code
run: composer run qa:phploc
- uses: actions/upload-artifact@v1
with:
name: phploc
path: build/artifacts/phploc/phploc.xml
- name: Run static code analyser
run: composer run qa:phpstan
- name: Run unit tests
run: composer run test:phpunit:coverage
- uses: actions/upload-artifact@v1
with:
name: PHPUnit Code Coverage report
path: build/artifacts/phpunit/coverage | Use v1 instead of master | Use v1 instead of master
| YAML | mit | christeredvartsen/php-bittorrent |
76ccc3db3860a6d10959071cb0ad43df0e6774ca | recipes/xray-vision/meta.yaml | recipes/xray-vision/meta.yaml | package:
name: xray-vision
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requirements:
build:
- python
- distribute
- numpy
- six
- matplotlib
run:
- python
- numpy
- matplotlib
- pyqt
- six
test:
requires:
- nose
imports:
- xray_vision
- xray_vision.qt_widgets
- xray_vision.messenger
- xray_vision.messenger.mpl
- xray_vision.backend
- xray_vision.backend.mpl
about:
home: https://github.com/Nikea/xray-vision
license: 3-Clause BSD
| package:
name: xray-vision
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
number: 0
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requirements:
build:
- python
run:
- python
- numpy
- matplotlib
- pyqt
- six
test:
requires:
- nose
imports:
- xray_vision
- xray_vision.qt_widgets
- xray_vision.messenger
- xray_vision.messenger.mpl
- xray_vision.backend
- xray_vision.backend.mpl
about:
home: https://github.com/Nikea/xray-vision
license: 3-Clause BSD
| Fix bad build requirements in xray-vision recipe | Fix bad build requirements in xray-vision recipe
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes |
2347d7c96f344ce71098806d9c264e200149e570 | environment.yml | environment.yml | name: unidata-workshop
channels:
- conda-forge
dependencies:
- python=3.6
- numpy
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- shapely
- siphon
- xarray
- pip
- ffmpeg
- pytest
| name: unidata-workshop
channels:
- conda-forge
dependencies:
- python=3.6
- numpy
- matplotlib
- cartopy
- jupyter
- netcdf4
- owslib
- metpy
- pint
- shapely
- siphon
- xarray
- pip
- ffmpeg
- pytest
- pip:
- mpldatacursor
| Add back mpldatacursor for skewt command line example | Add back mpldatacursor for skewt command line example
| YAML | mit | julienchastang/unidata-python-workshop,julienchastang/unidata-python-workshop,Unidata/unidata-python-workshop |
e5baba9998f013865e9bcd755a16a8f7b0e2c1da | config/prisons/BLI-bristol.yml | config/prisons/BLI-bristol.yml | ---
name: Bristol
nomis_id: BLI
address:
- 19 Cambridge Road
- Bristol
- BS7 8PS
email: socialvisits.bristol@hmps.gsi.gov.uk
enabled: true
estate: Bristol
phone: 0117 372 3213
slots:
mon:
- 1400-1600
tue:
- 1400-1600
wed:
- 1400-1600
thu:
- 1400-1600
fri:
- 1400-1600
sat:
- 1400-1600
sun:
- 1400-1600
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-01-01
- 2015-04-03
| ---
name: Bristol
nomis_id: BLI
address:
- 19 Cambridge Road
- Bristol
- BS7 8PS
email: socialvisits.bristol@hmps.gsi.gov.uk
enabled: true
estate: Bristol
phone: 0117 372 3213
slots:
mon:
- 1400-1600
tue:
- 1400-1600
wed:
- 1400-1600
thu:
- 1400-1600
fri:
- 1400-1600
sat:
- 1400-1600
sun:
- 1400-1600
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-01-01
- 2015-04-03
- 2015-12-25
- 2015-12-26
| Update Bristol Christmas visit slots | Update Bristol Christmas visit slots
Unbookable:
- Christmas Day
- Boxing Day | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
5817e868fbc7714ce5ca22109f1749205546f336 | recipes/pickleshare/meta.yaml | recipes/pickleshare/meta.yaml | {% set version = "0.7.3" %}
package:
name: pickleshare
version: {{ version }}
source:
fn: pickleshare-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pickleshare/pickleshare-{{ version }}.tar.gz
md5: 0ccdd8e65737a92eec47888dae61ff95
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- pathlib2 # [py<34]
test:
imports:
- pickleshare
about:
home: https://github.com/vivainio/pickleshare
license: MIT
summary: "Tiny 'shelve'-like database with concurrency support"
| {% set version = "0.7.4" %}
package:
name: pickleshare
version: {{ version }}
source:
fn: pickleshare-{{ version }}.tar.gz
url: https://pypi.io/packages/source/p/pickleshare/pickleshare-{{ version }}.tar.gz
md5: 6a9e5dd8dfc023031f6b7b3f824cab12
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- pathlib2 # [py<34]
test:
imports:
- pickleshare
about:
home: https://github.com/vivainio/pickleshare
license: MIT
summary: "Tiny 'shelve'-like database with concurrency support"
| Update pickleshare recipe to version 0.7.4 | Update pickleshare recipe to version 0.7.4
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
9ef75ca5cc4a74245ca6137ca7e8ee55f54776d6 | docker-compose.yml | docker-compose.yml | version: '2'
services:
node-red:
build: node-red
user: "root"
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/node-red:/data"
ports:
- "1880:1880"
links:
- influxdb
influxdb:
image: tutum/influxdb
env_file: influxdb/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/influxdb:/data"
ports:
- "8083:8083"
- "8086:8086"
grafana:
image: grafana/grafana
env_file: grafana/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/grafana:/var/lib/grafana"
ports:
- "80:3000"
links:
- influxdb
| version: '2'
services:
node-red:
build: node-red
user: "root"
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/node-red:/data"
ports:
- "1880:1880"
links:
- influxdb
influxdb:
image: tutum/influxdb:0.9
env_file: influxdb/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/influxdb:/data"
ports:
- "8083:8083"
- "8086:8086"
grafana:
image: grafana/grafana
env_file: grafana/.env
volumes:
- "${TTN_DASHBOARD_DATA}/var/lib/grafana:/var/lib/grafana"
ports:
- "80:3000"
links:
- influxdb
| Switch to influxdb 0.9 in attempt to fix timestamping problem | Switch to influxdb 0.9 in attempt to fix timestamping problem
| YAML | mit | mcci-catena/docker-ttn-dashboard,mcci-catena/docker-ttn-dashboard |
ce876959326ed3382e3629a3d5dfa0342a21f126 | docker-compose.yml | docker-compose.yml | version: "3.2"
volumes:
keymaterial:
secrets:
mysql-root-password:
file: docker/secrets/mysql-root-password
mysql-password:
file: docker/secrets/mysql-password
admin-password:
file: docker/secrets/admin-password
services:
db:
image: mysql
environment:
MYSQL_ROOT_PASSWORD_FILE: /run/secrets/mysql-root-password
MYSQL_PASSWORD_FILE: /run/secrets/mysql-password
MYSQL_USER: "panopticlick"
MYSQL_DATABASE: "panopticlick"
volumes:
- ./examples/sql:/docker-entrypoint-initdb.d
secrets:
- mysql-root-password
- mysql-password
entrypoint: ['/entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
app:
build: .
links:
- db:db
volumes:
- .:/opt
- keymaterial:/tmp
secrets:
- mysql-password
- admin-password
cron:
build: .
entrypoint: []
command: bash -c 'touch /etc/crontab && cron -f'
volumes:
- keymaterial:/tmp
secrets:
- admin-password
nginx:
image: nginx
links:
- app:app
volumes:
- ./examples/nginx/extra:/etc/nginx/extra
- ./examples/nginx/conf.d:/etc/nginx/conf.d
ports:
- "443:443"
| version: "3.2"
volumes:
keymaterial:
secrets:
mysql-root-password:
file: docker/secrets/mysql-root-password
mysql-password:
file: docker/secrets/mysql-password
admin-password:
file: docker/secrets/admin-password
services:
db:
image: mysql
environment:
MYSQL_ROOT_PASSWORD_FILE: /run/secrets/mysql-root-password
MYSQL_PASSWORD_FILE: /run/secrets/mysql-password
MYSQL_USER: "panopticlick"
MYSQL_DATABASE: "panopticlick"
volumes:
- ./examples/sql:/docker-entrypoint-initdb.d
secrets:
- mysql-root-password
- mysql-password
entrypoint: ['/entrypoint.sh', '--default-authentication-plugin=mysql_native_password']
app:
build: .
volumes:
- .:/opt
- keymaterial:/tmp
secrets:
- mysql-password
- admin-password
cron:
build: .
entrypoint: []
command: bash -c 'touch /etc/crontab && cron -f'
volumes:
- keymaterial:/tmp
secrets:
- admin-password
nginx:
image: nginx
volumes:
- ./examples/nginx/extra:/etc/nginx/extra
- ./examples/nginx/conf.d:/etc/nginx/conf.d
ports:
- "443:443"
| Remove obsolete links from compose file | Remove obsolete links from compose file
| YAML | agpl-3.0 | EFForg/panopticlick-python,EFForg/panopticlick-python,EFForg/panopticlick-python,EFForg/panopticlick-python |
f50953975f98f93e43b62e77e240ae340dcd07d1 | docker-compose.yml | docker-compose.yml | planetsubjects:
dockerfile: Dockerfile
build: ./
volumes:
- ./:/generate-subjects-from-planet-api
ports:
- "3736:3736"
environment:
- "NODE_ENV=development"
| planetsubjects:
dockerfile: Dockerfile
build: ./
volumes:
- ./:/generate-subjects-from-planet-api
ports:
- "3736:3736"
environment:
- "NODE_ENV=development"
- "PLANET_API_KEY" | Use planet key from host env | Use planet key from host env
| YAML | apache-2.0 | zooniverse/planetary-response-network |
35cfa538ee6343cedc3aff4ec4e9eb5de0660891 | docker-compose.yml | docker-compose.yml | version: '2'
services:
golang:
image: golang | version: '2'
services:
golang:
image: golang
working_dir: /ecsy
volumes:
- ".:/ecsy" | Add file mounts in docker container | Add file mounts in docker container
| YAML | mit | lox/ecsy,lox/ecsy |
e21fff98172e91d1e54779f0bb5530a70d512924 | metadata/com.daemon.ssh.yml | metadata/com.daemon.ssh.yml | Categories:
- Security
License: GPL-2.0-or-later
AuthorName: Tibor Tarnai
AuthorEmail: tibor.tarnai@gmail.com
SourceCode: https://github.com/jazzm0/ssh-daemon
IssueTracker: https://github.com/jazzm0/ssh-daemon/issues
AutoName: SshDaemon
RepoType: git
Repo: https://github.com/jazzm0/ssh-daemon
Builds:
- versionName: 2.0.0
versionCode: 9
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode: 9
| Categories:
- Security
License: GPL-2.0-or-later
AuthorName: Tibor Tarnai
AuthorEmail: tibor.tarnai@gmail.com
SourceCode: https://github.com/jazzm0/ssh-daemon
IssueTracker: https://github.com/jazzm0/ssh-daemon/issues
AutoName: SshDaemon
RepoType: git
Repo: https://github.com/jazzm0/ssh-daemon
Builds:
- versionName: 2.0.0
versionCode: 9
commit: 2.0.0
subdir: app
gradle:
- yes
- versionName: 2.0.3
versionCode: 12
commit: 2.0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.3
CurrentVersionCode: 12
| Update SshDaemon to 2.0.3 (12) | Update SshDaemon to 2.0.3 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
decd216dad63aec5c89396aee4a2b5b9f29c0de9 | assets/testem.yml | assets/testem.yml | launchers:
Node:
command: node_modules/.bin/mocha test/**/*.spec.js
protocol: tap
launch_in_dev:
- Node
| launchers:
Node:
command: node_modules/.bin/mocha -R tap test/**/*.spec.js
protocol: tap
launch_in_dev:
- Node
| Update mocha test output to use tap format | Update mocha test output to use tap format
| YAML | mit | jinn-tool/jinn |
e843202ee600f60477b2a077c2e5819500c942aa | user/tasks/main.yml | user/tasks/main.yml | ---
- name: add groups
group:
state: present
gid: "{{ item.uid }}"
name: "{{ item.name }}"
with_items: "{{ user_users }}"
when: item.state | default("present") == "present"
- name: add and remove users
user:
state: "{{ item.state | default('present') }}"
name: "{{ item.name }}"
uid: "{{ item.uid }}"
group: "{{ item.name }}"
groups: "{{ item.groups | default() }}"
comment: "{{ item.comment }}"
home: "{{ item.home | default('/home/' + item.name) }}"
shell: "{{ item.shell | default(user_default_shell) }}"
login_class: "{{ item.class | default(omit) }}"
createhome: no
with_items: "{{ user_users }}"
notify: create home directories
- name: remove groups
group:
state: absent
name: "{{ item.name }}"
gid: "{{ item.uid }}"
with_items: "{{ user_users }}"
when: item.state | default("present") == "absent"
| ---
- name: add groups
group:
state: present
gid: "{{ item.uid }}"
name: "{{ item.name }}"
with_items: "{{ user_users }}"
when: item.state | default("present") == "present"
- name: add and remove users
user:
state: "{{ item.state | default('present') }}"
name: "{{ item.name }}"
uid: "{{ item.uid }}"
group: "{{ item.name }}"
groups: "{{ item.groups | default() }}"
comment: "{{ item.comment }}"
home: "{{ item.home | default('/home/' + item.name) }}"
shell: "{{ item.shell | default(user_default_shell) }}"
password: "{{ item.password | default('*************') }}"
login_class: "{{ item.class | default(omit) }}"
createhome: no
with_items: "{{ user_users }}"
notify: create home directories
- name: remove groups
group:
state: absent
name: "{{ item.name }}"
gid: "{{ item.uid }}"
with_items: "{{ user_users }}"
when: item.state | default("present") == "absent"
| Set default password hash to 13 asterisks | user: Set default password hash to 13 asterisks
From OpenBSD's passwd(5):
"Similarly, login accounts not allowing password authentication but
allowing other authentication methods, for example public key
authentication, conventionally have 13 asterisks in the password field."
| YAML | isc | jkryorg/ansible-roles |
84f11c7468db316c2ce93beedb81059bdf14e483 | zuul.d/layout.yaml | zuul.d/layout.yaml | ---
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal-pipeline
- tripleo-upgrades-master-pipeline
gate:
queue: tripleo
| ---
- project:
queue: tripleo
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal-pipeline
- tripleo-upgrades-master-pipeline
gate:
jobs:
- openstack-tox-pep8
| Declare queue at top level | zuul: Declare queue at top level
Zuul deprecated declaring shared queues at a pipeline level with
release 4.1.0. This updates the job definition to use the top level
declaration instead.
Change-Id: Ifd674efb349e0c3156606c8fce72a176f8d05b0f
| YAML | apache-2.0 | openstack/os-net-config |
7cf3200d24a5e689b161ab3ae44a73e5c8880cad | gaff2xml/meta.yaml | gaff2xml/meta.yaml | package:
name: gaff2xml
version: 0.6.1
source:
git_url: https://github.com/choderalab/gaff2xml.git
git_tag: 0.6.1
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- mdtraj
- numpy
- scipy
- pandas
- openmm
- ambermini
# - rdkit # rdkit is an optional dependency, may want to comment this out for the release version.
run:
- python
- setuptools
- pandas
- six
- mdtraj
- numpydoc
- scipy
- openmm
- ambermini
# - rdkit # rdkit is an optional dependency, may want to comment this out for the release version.
test:
requires:
- nose
imports:
- gaff2xml
commands:
- nosetests gaff2xml -v -a '!slow'
about:
home: https://github.com/choderalab/gaff2xml
license: GNU Lesser General Public License v2 or later (LGPLv2+)
| package:
name: gaff2xml
version: 0.6.2
source:
git_url: https://github.com/choderalab/gaff2xml.git
git_tag: 0.6.2
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- mdtraj
- numpy
- scipy
- pandas
- openmm
- ambermini
# - rdkit # rdkit is an optional dependency, may want to comment this out for the release version.
run:
- python
- setuptools
- pandas
- six
- mdtraj
- numpydoc
- scipy
- openmm
- ambermini
# - rdkit # rdkit is an optional dependency, may want to comment this out for the release version.
test:
requires:
- nose
imports:
- gaff2xml
commands:
- nosetests gaff2xml -v -a '!slow'
about:
home: https://github.com/choderalab/gaff2xml
license: GNU Lesser General Public License v2 or later (LGPLv2+)
| Update gaff2xml version to 0.6.2 release | Update gaff2xml version to 0.6.2 release
Former-commit-id: a3419c679754683241fad76de379e2a3f5458a4a | YAML | mit | swails/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes,rmcgibbo/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes,mpharrigan/conda-recipes,mpharrigan/conda-recipes,marscher/omnia-conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,marscher/omnia-conda-recipes,mpharrigan/conda-recipes,danielparton/omnia-md-conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,rmcgibbo/conda-recipes,swails/conda-recipes,swails/conda-recipes,marscher/omnia-conda-recipes,rmcgibbo/conda-recipes,jchodera/conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,marscher/omnia-conda-recipes,danielparton/omnia-md-conda-recipes,rmcgibbo/conda-recipes |
b83216e806f5eac27a1f072f7e51f68ad38f31bd | src/Oro/Bundle/FilterBundle/Resources/translations/OroFilterBundle.en.yml | src/Oro/Bundle/FilterBundle/Resources/translations/OroFilterBundle.en.yml | label_type_yes: yes
label_type_no: no
label_type_contains: contains
label_type_not_contains: does not contain
label_type_equals: is equal to
label_type_start_with: starts with
label_type_end_with: ends with
label_type_not_equals: is not equal to
label_type_equal: =
label_type_greater_equal: >=
label_type_greater_than: >
label_type_less_equal: <=
label_type_less_than: <
label_date_type_equal: =
label_date_type_greater_equal: >=
label_date_type_greater_than: >
label_date_type_less_equal: <=
label_date_type_less_than: <
label_date_type_null: is empty
label_date_type_not_null: is not empty
label_date_type_between: between
label_date_type_not_between: not between
label_date_type_more_than: more than
label_date_type_less_than: less than
| 'label_type_yes': 'yes'
'label_type_no': 'no'
'label_type_contains': 'contains'
'label_type_not_contains': 'does not contain'
'label_type_equals': 'is equal to'
'label_type_start_with': 'starts with'
'label_type_end_with': 'ends with'
'label_type_not_equals': 'is not equal to'
'label_type_equal': '='
'label_type_greater_equal': '>='
'label_type_greater_than': '>'
'label_type_less_equal': '<='
'label_type_less_than': '<'
'label_date_type_equal': '='
'label_date_type_greater_equal': '>='
'label_date_type_greater_than': '>'
'label_date_type_less_equal': '<='
'label_date_type_less_than': '<'
'label_date_type_null': 'is empty'
'label_date_type_not_null': 'is not empty'
'label_date_type_between': 'between'
'label_date_type_not_between': 'not between'
'label_date_type_more_than': 'more than'
'label_date_type_less_than': 'less than'
| Add quotes to translation messages for not displayed "greater than" symbol | Add quotes to translation messages for not displayed "greater than" symbol
| YAML | mit | Djamy/platform,akeneo/platform,hugeval/platform,morontt/platform,orocrm/platform,mszajner/platform,orocrm/platform,orocrm/platform,2ndkauboy/platform,geoffroycochard/platform,ramunasd/platform,akeneo/platform,akeneo/platform,trustify/oroplatform,geoffroycochard/platform,trustify/oroplatform,northdakota/platform,ramunasd/platform,2ndkauboy/platform,geoffroycochard/platform,umpirsky/platform,Djamy/platform,northdakota/platform,umpirsky/platform,2ndkauboy/platform,ramunasd/platform,trustify/oroplatform,northdakota/platform,mszajner/platform,hugeval/platform,morontt/platform,mszajner/platform,hugeval/platform,morontt/platform,Djamy/platform |
52f636d809f9d2bfdc8db7244831a69db4f9650a | roles/nginx/defaults/main.yml | roles/nginx/defaults/main.yml | ---
nginx_path: /etc/nginx
nginx_logs_root: /var/log/nginx
nginx_user: www-data
nginx_fastcgi_buffers: 8 8k
nginx_fastcgi_buffer_size: 8k
nginx_ssl_path: "{{ nginx_path }}/ssl"
# HSTS defaults
nginx_hsts_max_age: 31536000
nginx_hsts_include_subdomains: true
nginx_hsts_preload: true
# Fastcgi cache params
nginx_cache_path: /var/cache/nginx
nginx_cache_duration: 30s
nginx_cache_key_storage_size: 10m
nginx_cache_size: 250m
nginx_cache_inactive: 1h
nginx_skip_cache_uri: /admin/
nginx_skip_cache_cookie: .+username$|CRAFT_CSRF_TOKEN
| ---
nginx_path: /etc/nginx
nginx_logs_root: /var/log/nginx
nginx_user: www-data
nginx_fastcgi_buffers: 8 8k
nginx_fastcgi_buffer_size: 8k
nginx_ssl_path: "{{ nginx_path }}/ssl"
# HSTS defaults
nginx_hsts_max_age: 31536000
nginx_hsts_include_subdomains: true
nginx_hsts_preload: true
# Fastcgi cache params
nginx_cache_path: /var/cache/nginx
nginx_cache_duration: 30s
nginx_cache_key_storage_size: 10m
nginx_cache_size: 250m
nginx_cache_inactive: 1h
nginx_skip_cache_uri: /admin/
nginx_skip_cache_cookie: .+username$
| Remove CSRF cookie from nginx cache config | Remove CSRF cookie from nginx cache config
| YAML | mit | newtonne/trellis,newtonne/trellis,newtonne/trellis |
4aa9572a6b8c4d72bca65624084546ac7d02ac8a | helm/prometheus-operator/templates/clusterrole.yaml | helm/prometheus-operator/templates/clusterrole.yaml | {{- if .Values.rbacEnable }}
{{- if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1beta1" }}
apiVersion: rbac.authorization.k8s.io/v1beta1
{{- else if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1alpha1" }}
apiVersion: rbac.authorization.k8s.io/v1alpha1
{{- end }}
kind: ClusterRole
metadata:
labels:
app: {{ template "name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
name: {{ template "fullname" . }}
rules:
- apiGroups: [""]
resources: ["configmaps", "secrets"]
verbs: ["*"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["delete", "list"]
- apiGroups: [""]
resources: ["services", "endpoints"]
verbs: ["create", "get", "update"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list", "watch"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
verbs: ["*"]
- apiGroups: ["extensions"]
resources: ["thirdpartyresources"]
verbs: ["create", "get"]
- apiGroups: ["monitoring.coreos.com"]
resources: ["alertmanagers", "prometheuses", "servicemonitors"]
verbs: ["*"]
{{- end }}
| {{- if .Values.rbacEnable }}
{{- if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1beta1" }}
apiVersion: rbac.authorization.k8s.io/v1beta1
{{- else if .Capabilities.APIVersions.Has "rbac.authorization.k8s.io/v1alpha1" }}
apiVersion: rbac.authorization.k8s.io/v1alpha1
{{- end }}
kind: ClusterRole
metadata:
labels:
app: {{ template "name" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
name: {{ template "fullname" . }}
rules:
- apiGroups: [""]
resources: ["configmaps", "secrets"]
verbs: ["*"]
- apiGroups: [""]
resources: ["pods"]
verbs: ["delete", "list"]
- apiGroups: [""]
resources: ["services", "endpoints"]
verbs: ["create", "get", "update"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["list", "watch"]
- apiGroups: ["apps"]
resources: ["statefulsets"]
verbs: ["*"]
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["create", "get"]
- apiGroups: ["monitoring.coreos.com"]
resources: ["alertmanagers", "prometheuses", "servicemonitors"]
verbs: ["*"]
{{- end }}
| Fix RBAC support for CRD | Fix RBAC support for CRD
| YAML | apache-2.0 | gianrubio/prometheus-operator,brancz/prometheus-operator,brancz/prometheus-operator,mmerrill3/prometheus-operator,gianrubio/prometheus-operator,mmerrill3/prometheus-operator,gianrubio/prometheus-operator,coreos/prometheus-operator,jescarri/prometheus-operator,brancz/prometheus-operator,coreos/prometheus-operator,mmerrill3/prometheus-operator,jescarri/prometheus-operator |
c180bce00b2949fce65c70a0fbdab78c624cfa58 | .github/release-drafter.yml | .github/release-drafter.yml | name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: 'Breaking Changes'
labels:
- 'breaking'
- title: 'Enhancements'
labels:
- 'enhancement'
- title: 'Facebook Connector Changes'
labels:
- 'connector/facebook'
- title: 'GitHub Connector Changes'
labels:
- 'connector/github'
- title: 'Gitter Connector Changes'
labels:
- 'connector/gitter'
- title: 'Matrix Connector Changes'
labels:
- 'connector/matrix'
- title: 'Rocketchat Connector Changes'
labels:
- 'connector/rocketchat'
- title: 'Slack Connector Changes'
labels:
- 'connector/slack'
- title: 'Telegram Connector Changes'
labels:
- 'connector/telegram'
- title: 'Twitch Connector Changes'
labels:
- 'connector/twitch'
- title: 'Webex Teams Connector Changes'
labels:
- 'connector/webexteams'
- title: 'Websocket Connector Changes'
labels:
- 'connector/websocket'
- title: 'Database Changes'
labels:
- 'database'
- title: 'Bug Fixes'
labels:
- 'bug'
- title: 'Documentation and code quality'
labels:
- 'documentation'
exclude-labels:
- 'dependencies'
- 'installation/packaging'
- 'tests'
- 'infrastructure'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
| name-template: 'v$NEXT_MINOR_VERSION'
tag-template: 'v$NEXT_MINOR_VERSION'
categories:
- title: 'Breaking Changes'
labels:
- 'breaking'
- title: 'Enhancements'
labels:
- 'enhancement'
- title: 'Facebook Connector Changes'
labels:
- 'connector/facebook'
- title: 'GitHub Connector Changes'
labels:
- 'connector/github'
- title: 'Gitter Connector Changes'
labels:
- 'connector/gitter'
- title: 'Mattermost Connector Changes'
labels:
- 'connector/mattermost'
- title: 'Matrix Connector Changes'
labels:
- 'connector/matrix'
- title: 'Rocketchat Connector Changes'
labels:
- 'connector/rocketchat'
- title: 'Slack Connector Changes'
labels:
- 'connector/slack'
- title: 'Telegram Connector Changes'
labels:
- 'connector/telegram'
- title: 'Twitch Connector Changes'
labels:
- 'connector/twitch'
- title: 'Webex Teams Connector Changes'
labels:
- 'connector/webexteams'
- title: 'Websocket Connector Changes'
labels:
- 'connector/websocket'
- title: 'Database Changes'
labels:
- 'database'
- title: 'Bug Fixes'
labels:
- 'bug'
- title: 'Documentation and code quality'
labels:
- 'documentation'
exclude-labels:
- 'dependencies'
- 'installation/packaging'
- 'tests'
- 'infrastructure'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
template: |
## Changes
$CHANGES
| Add mattermost section to changelog | Add mattermost section to changelog | YAML | apache-2.0 | opsdroid/opsdroid,jacobtomlinson/opsdroid,FabioRosado/opsdroid |
ae7d4551af1dc9dec75eff06ee90c265152e297a | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
bundler-cache: true
- uses: ankane/setup-elasticsearch@v1
- run: bundle exec rake test
| name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
bundler-cache: true
- uses: ankane/setup-elasticsearch@v1
- run: bundle exec rake test
| Test with Ruby 3.1 on CI | Test with Ruby 3.1 on CI
| YAML | mit | ankane/searchjoy,ankane/searchjoy |
47dbcddb17ccfc2f7b34d9c4642fe111b7d06841 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches:
- master
- develop
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
build_redox:
name: Build on Redox OS
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set nightly default
run: rustup default nightly
- name: Update
run: sudo apt update
- name: Install pkg-config
run: sudo apt install pkg-config
- name: Install redoxer
run: cargo +nightly install redoxer
- name: Install redoxer toolchain
run: redoxer install
- name: Build
run: redoxer build
build_macos:
name: Build on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install rust
run: brew install rust
- name: Build
run: cargo build --verbose
| name: build
on:
push:
branches:
- master
- develop
jobs:
build:
name: Build on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build --verbose
build_redox:
name: Build on Redox OS
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Set nightly default
run: rustup default nightly
- name: Update
run: sudo apt update
- name: Install fuse
run: sudo apt install fuse
- name: Install redoxer
run: cargo +nightly install redoxer
- name: Install redoxer toolchain
run: redoxer install
- name: Build
run: redoxer build
build_macos:
name: Build on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Install rust
run: brew install rust
- name: Build
run: cargo build --verbose
| Add fuse to redox github action. | Add fuse to redox github action.
| YAML | mit | redox-os/orbtk |
e3f7d647f01922172c280b16a5fb196e7c16a171 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: |
make
make test
- name: Install packaging dependencies
run: |
sudo apt-get install rpm ruby-dev
sudo gem install fpm
- name: Check packaging
run: |
GO111MODULE=off go get github.com/mitchellh/gox
make gox-build
make DEVEL=1 fpm-deb
make DEVEL=1 fpm-rpm
make sum-files
- name: Artifact
id: artifact
uses: actions/upload-artifact@v2
with:
name: packages-${{ matrix.go }}
retention-days: 1
path: |
*.deb
*.rpm
sha256sum
md5sum
| name: Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
tests:
name: Test code
runs-on: ubuntu-latest
strategy:
matrix:
go:
- ^1.13
- ^1.14
- ^1.15
- ^1
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Test
run: |
make
make test
- name: Install packaging dependencies
run: |
sudo apt-get install rpm ruby-dev
sudo gem install fpm
- name: Check packaging
run: |
GO111MODULE=off go get github.com/mitchellh/gox
make gox-build
make DEVEL=1 fpm-deb
make DEVEL=1 fpm-rpm
make sum-files
- name: Artifact
id: artifact
uses: actions/upload-artifact@v2
with:
name: packages-${{ matrix.go }}
path: |
*.deb
*.rpm
sha256sum
md5sum
| Set artifacts expiration to 90 days | Set artifacts expiration to 90 days
| YAML | mit | lomik/carbon-clickhouse,lomik/carbon-clickhouse,lomik/carbon-clickhouse |
5149d9104211b33f56fe02c92d9b6d5ffca78f3b | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Tests
on:
push:
branches: "*"
pull_request:
branches: "*"
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
- name: Check out source
uses: actions/checkout@v2.3.4
- name: Configure environment
run: pip install -r requirements.txt
- name: Run unit tests
run: pytest --tb=short --color=yes
| name: Unit Tests
on: [push, pull_request]
jobs:
unit_tests:
name: Unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Set up Python
uses: actions/setup-python@v2
- name: Check out source
uses: actions/checkout@v2.3.4
- name: Configure environment
run: pip install -r requirements.txt
- name: Run unit tests
run: pytest --tb=short --color=yes
| Improve workflow trigger and name. | Improve workflow trigger and name.
Also, a single '*' matches zero or more characters, but does not match
the '/' character, so this is less restrictive.
| YAML | mit | openelections/openelections-data-ca,openelections/openelections-data-ca |
25cb6953d605e47b892f5633a21c4ad3339260d9 | roles/nodepool/tasks/main.yml | roles/nodepool/tasks/main.yml | ---
- name: install required packages
become: yes
apt:
name: "{{ item }}"
with_items:
- debootstrap
- qemu-utils
- name: install nodepool sudoers file (for DIB builds)
become: yes
copy:
dest: /etc/sudoers.d/99_nodepool_suoders
mode: 0400
owner: root
content: "nodepool ALL=(ALL) NOPASSWD:ALL"
- name: ensure image build directory
become: yes
file:
path: /opt/nodepool/images
state: directory
owner: nodepool
group: nodepool
- name: create ~/.openstack
become: yes
file:
path: /var/lib/nodepool/.config/openstack
state: directory
owner: nodepool
group: nodepool
- name: create clouds.yaml
become: yes
copy:
dest: /var/lib/nodepool/.config/openstack/clouds.yaml
content: "{{ secrets.nodepool.providers | to_nice_yaml }}"
owner: nodepool
group: nodepool
mode: 0400
| - name: install required packages
become: yes
apt:
name: "{{ item }}"
with_items:
- debootstrap
- qemu-utils
- curl
- name: install nodepool sudoers file (for DIB builds)
become: yes
copy:
dest: /etc/sudoers.d/99_nodepool_suoders
mode: 0400
owner: root
content: "nodepool ALL=(ALL) NOPASSWD:ALL"
- name: ensure image build directory
become: yes
file:
path: /opt/nodepool/images
state: directory
owner: nodepool
group: nodepool
- name: create ~/.openstack
become: yes
file:
path: /var/lib/nodepool/.config/openstack
state: directory
owner: nodepool
group: nodepool
- name: create clouds.yaml
become: yes
copy:
dest: /var/lib/nodepool/.config/openstack/clouds.yaml
content: "{{ secrets.nodepool.providers | to_nice_yaml }}"
owner: nodepool
group: nodepool
mode: 0400
| Add curl as a nodepool dep | Add curl as a nodepool dep
| YAML | apache-2.0 | SpamapS/hoist,SpamapS/hoist,BonnyCI/hoist,jamielennox/hoist,BonnyCI/hoist,jamielennox/hoist |
dbad2985590ac78364d5933f23c0a41f8ab9069b | roles/security/tasks/main.yml | roles/security/tasks/main.yml | ---
- include: firewalld.yml
sudo: true
when: secure_firewalld
- include: sshd.yml
sudo: true
when: secure_ssh
- include: fail2ban.yml
sudo: true
when: secure_fail2ban
# ipv6? Check it if you have it.
- include: ipv6.yml
sudo: true
when: ansible_default_ipv6 != {} and secure_ipv6
- name: Add SSH keys from github
authorized_key: user=ryansb key=https://github.com/ryansb.keys
when: ansible_user_id == "ryansb"
- name: Add root SSH keys
authorized_key: user=root key=https://github.com/ryansb.keys
sudo: true
| ---
- include: firewalld.yml
sudo: true
when: secure_firewalld
- include: sshd.yml
sudo: true
when: secure_ssh
- include: fail2ban.yml
sudo: true
when: secure_fail2ban
# ipv6? Check it if you have it.
- include: ipv6.yml
sudo: true
when: ansible_default_ipv6 != {} and secure_ipv6
- name: Add SSH keys from github
authorized_key: user=ryansb key=https://github.com/ryansb.keys
when: ansible_user_id == "ryansb"
- name: Add root SSH keys
authorized_key: user=root key=https://github.com/ryansb.keys
sudo: true
- name: Trust internal CA
copy:
content: "{{ lookup('file', 'ryansb.com.pem') }}"
dest: /etc/pki/ca-trust/source/anchors/ryansb.com.pem
owner: root
group: root
mode: "0644"
sudo: true
- name: load cert into trust store
shell: update-ca-trust
become: true
| Add internal CA trust to trust anchors list | Add internal CA trust to trust anchors list
| YAML | mit | ryansb/workstation,ryansb/workstation,ryansb/workstation |
3e825d5039e804c51400e3d9b5699fd1c81e12a2 | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: github pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist | name: github pages
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '16.x'
# - name: Cache dependencies
# uses: actions/cache@v1
# with:
# path: ~/.npm
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
# restore-keys: |
# ${{ runner.os }}-node-
- run: npm ci
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist | Remove cache temporarily and use Node.js v16 | Remove cache temporarily and use Node.js v16
| YAML | mit | sondreb/Basilar,sondreb/Basilar |
1336c4b6d1a6f4bc6beebccb920e5ff858889292 | .github/workflows/gtest-ci.yml | .github/workflows/gtest-ci.yml | name: ci
on:
push:
pull_request:
env:
BAZEL_CXXOPTS: -std=c++14
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
MacOs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
| name: ci
on:
push:
pull_request:
env:
BAZEL_CXXOPTS: -std=c++14
jobs:
Linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
MacOs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=-std=c++14 --features=external_include_paths --test_output=errors ...
Windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Tests
run: bazel test --cxxopt=/std:c++14 --features=external_include_paths --test_output=errors ...
| Fix MSVC C++14 flag for GitHub workflow | Fix MSVC C++14 flag for GitHub workflow
PiperOrigin-RevId: 474053482
Change-Id: If5cdf7458139ba3ad04b8c078734d6890199a348
| YAML | bsd-3-clause | google/googletest,google/googletest,google/googletest,google/googletest |
37085765aed161446873f04e36ce9ea14715de5f | .github/workflows/openbsd.yaml | .github/workflows/openbsd.yaml | # CI on Unix OS
# Separated from main CI matrix to reduce churn on failures due to infra
name: OpenBSD CI
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
jobs:
# SSH into OpenBSD server and run test on OpenBSD 6.8 32-bit
# Configured to pull latest from oshi master branch
# To test on a PR, log into the openbsd server and create a new branch
testopenbsd:
runs-on: ubuntu-latest
name: Test JDK 8, openbsd
steps:
- name: Test in OpenBSD
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.OPENBSD_OSHI_DOMAIN }}
username: oshi
password: ${{ secrets.OPENBSD_OSHI_PW }}
port: 10060
script_stop: true
command_timeout: 15m
script: |
cd ~/git/oshi
git checkout master
doas git reset --hard HEAD~2
doas git pull
doas mvn clean
mvn test -B -Djacoco.skip=true
doas mvn test -B -Djacoco.skip=true
| # CI on Unix OS
# Separated from main CI matrix to reduce churn on failures due to infra
name: OpenBSD CI
on:
workflow_dispatch:
push:
branches:
- master
paths-ignore:
- '**.md'
- '**.yml'
- '**.yaml'
jobs:
# SSH into OpenBSD server and run test on OpenBSD 6.8 32-bit
# Configured to pull latest from oshi master branch
# To test on a PR, log into the openbsd server and create a new branch
testopenbsd:
runs-on: ubuntu-latest
name: Test JDK 8, openbsd
steps:
- name: Test in OpenBSD
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.OPENBSD_OSHI_DOMAIN }}
username: oshi
password: ${{ secrets.OPENBSD_OSHI_PW }}
port: 10060
script_stop: true
command_timeout: 15m
script: |
cd ~/git/oshi
git checkout master
doas git reset --hard HEAD~2
doas git pull
doas mvn clean
doas chown -R oshi:oshi .
mvn test -B -Djacoco.skip=true
doas mvn test -B -Djacoco.skip=true | Make OpenBSD test robust to filesystem changes | Make OpenBSD test robust to filesystem changes | YAML | mit | dbwiddis/oshi,hazendaz/oshi |
b9be0ed1fbc75c09793f7c7ef057c73a67046c06 | tasks/main.yml | tasks/main.yml | ---
# tasks file for consul
- name: Run specified tasks on current platform
include: "{{ ansible_system }}.yml"
| ---
# tasks file for consul
- name: Run specified tasks on current platform
include: "{{ ansible_system }}.yml"
- block:
- name: Ensure consul_config_remote_dir exists
file:
path: "{{ consul_config_remote_dir }}"
owner: "{{ consul_config_owner }}"
group: "{{ consul_config_group }}"
state: 'directory'
- name: Copy Consul config files from consul_config_src_dir to consul_config_remote_dir
copy:
src: "{{ consul_config_src_dir }}"
dest: "{{ consul_config_remote_dir }}"
owner: "{{ consul_config_owner }}"
group: "{{ consul_config_group }}"
- name: Ensure Consul config files are readable
file:
path: "{{ consul_config_remote_dir }}"
recurse: yes
mode: 'a+r'
when: consul_config_src_dir is defined
become: yes
| Implement tasks for Consul config. | Implement tasks for Consul config.
| YAML | mit | FGtatsuro/ansible-consul,FGtatsuro/ansible-consul |
1085794761176577f17927346e466291ce70dcd2 | packages/la/lapack-ffi.yaml | packages/la/lapack-ffi.yaml | homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: 44c32c08d3377feef6fe07c28b109746df6bf9a4215d02f2ab69c8f8c2ae7c20
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! '>=0.0 && <0.1'
base: ! '>=4.5 && <5'
all-versions:
- '0.0'
- '0.0.1'
author: Henning Thielemann <haskell@henning-thielemann.de>
latest: '0.0.1'
description-type: haddock
description: ! 'LAPACK is a package for efficient numerically robust linear algebra.
The original implementation is written in FORTRAN.
This is an automatically generated low-level wrapper.
We provide bindings to functions of all variants
for @Float@, @Double@, @Complex Float@ and @Complex Double@.
We do not use TemplateHaskell nor HSC nor CHS,
but instead Haskell 98 code
generated by the custom @lapack-ffi-tools@ package.'
license-name: BSD3
| homepage: http://hub.darcs.net/thielema/lapack-ffi/
changelog-type: ''
hash: 582283c5ad755287d1b81cb4b7679da03d84a3d07f0efc6974499eeb1ef4c2fd
test-bench-deps: {}
maintainer: Henning Thielemann <haskell@henning-thielemann.de>
synopsis: Auto-generated interface to Fortran LAPACK
changelog: ''
basic-deps:
netlib-ffi: ! '>=0.0 && <0.2'
base: ! '>=4.5 && <5'
all-versions:
- '0.0'
- '0.0.1'
- '0.0.2'
author: Henning Thielemann <haskell@henning-thielemann.de>
latest: '0.0.2'
description-type: haddock
description: ! 'LAPACK is a package for efficient numerically robust linear algebra.
The original implementation is written in FORTRAN.
This is an automatically generated low-level wrapper.
We provide bindings to functions of all variants
for @Float@, @Double@, @Complex Float@ and @Complex Double@.
We do not use TemplateHaskell nor HSC nor CHS,
but instead Haskell 98 code
generated by the custom @lapack-ffi-tools@ package.'
license-name: BSD3
| Update from Hackage at 2018-04-02T21:15:31Z | Update from Hackage at 2018-04-02T21:15:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.