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
|
---|---|---|---|---|---|---|---|---|---|
182e6dd6f5c1c06b1fb06aec977862d4116624ed
|
_config.yml
|
_config.yml
|
url: https://ascendpotential.ca
repository: heatheranderson/heatheranderson.github.io
# Site settings
title: Ascend Potential
email: [email protected]
description: "Executive coaching and life coaching services by Heather Anderson, Certified Integral Master Coach(tm). Reach your goals not your limits."
# Heather collections
collections:
offerings:
output: false
testimonials:
output: false
about:
output: false
coaching:
output: false
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: http://twitter.com/ascendpotential
- title: facebook
url:
- title: instagram
url: https://www.instagram.com/ascendpotential/
- title: linkedin
url: https://www.linkedin.com/in/heathernoelleanderson/
# Postal address (add as many lines as necessary)
address:
- line: 3481 Melrose Place
- line: Beverly Hills, CA 90210
# Build settings
markdown: kramdown
permalink: pretty
|
url: https://ascendpotential.ca
repository: heatheranderson/heatheranderson.github.io
# Site settings
title: Ascend Potential
email: [email protected]
description: "Executive coaching and life coaching services by Heather Anderson, Certified Integral Master Coach(tm). Reach your goals not your limits."
# Heather collections
collections:
offerings:
output: false
testimonials:
output: false
about:
output: false
coaching:
output: false
# Social networks usernames (many more available: google-plus, flickr, dribbble, pinterest, instagram, tumblr, linkedin, etc.)
social:
- title: twitter
url: http://twitter.com/ascendpotential
- title: facebook
url: https://www.facebook.com/ascendpotential/
- title: instagram
url: https://www.instagram.com/ascendpotential/
- title: linkedin
url: https://www.linkedin.com/in/heathernoelleanderson/
# Postal address (add as many lines as necessary)
address:
- line: 3481 Melrose Place
- line: Beverly Hills, CA 90210
# Build settings
markdown: kramdown
permalink: pretty
|
Fix link to facebook page
|
Fix link to facebook page
|
YAML
|
apache-2.0
|
heatheranderson/heatheranderson.github.io,heatheranderson/heatheranderson.github.io,heatheranderson/heatheranderson.github.io,heatheranderson/heatheranderson.github.io
|
231bdfd3c11dd173543fdc63444bf9bc0800c2bc
|
helm/app/templates/certificate.yml
|
helm/app/templates/certificate.yml
|
{{- if .Values.ingress.tls -}}
{{- $values := .Values }}
{{- range .Values.ingress.tls -}}
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: {{ include "app.fullname" $ }}
{{- if hasKey $values "namespace" }}
namespace: {{ $values.namespace }}
{{- end }}
labels:
helm.sh/chart: {{ include "app.chart" $ }}
app.kubernetes.io/name: {{ include "app.name" $ }}
app.kubernetes.io/instance: {{ $.Release.Name }}
app.kubernetes.io/managed-by: {{ $.Release.Service }}
spec:
secretName: {{ .secretName }}
{{- with .hosts }}
dnsNames:
{{- toYaml . | nindent 4 }}
{{- end }}
issuerRef:
name: {{ $values.ingress.issuerName }}
kind: {{ $values.ingress.issuerKind }}
# DCOS-60297 Update certificate to comply with Apple security requirements
# https://support.apple.com/en-us/HT210176
usages:
- digital signature
- key encipherment
- server auth
- code signing
---
{{- end }}
{{- end }}
|
{{- if .Values.ingress.tls -}}
{{- $values := .Values }}
{{- range .Values.ingress.tls -}}
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadata:
name: {{ include "app.fullname" $ }}
{{- if hasKey $values "namespace" }}
namespace: {{ $values.namespace }}
{{- end }}
labels:
helm.sh/chart: {{ include "app.chart" $ }}
app.kubernetes.io/name: {{ include "app.name" $ }}
app.kubernetes.io/instance: {{ $.Release.Name }}
app.kubernetes.io/managed-by: {{ $.Release.Service }}
spec:
secretName: {{ .secretName }}
{{- with .hosts }}
dnsNames:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- if $values.issuer.selfSigned }}
# @TODO: how to do if not ?
{{- else }}
acme:
config:
- http01:
ingressClass: {{ $values.ingress.class }}
{{- with .hosts }}
domains:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}
issuerRef:
name: {{ $values.ingress.issuerName }}
kind: {{ $values.ingress.issuerKind }}
# DCOS-60297 Update certificate to comply with Apple security requirements
# https://support.apple.com/en-us/HT210176
usages:
- digital signature
- key encipherment
- server auth
- code signing
---
{{- end }}
{{- end }}
|
Add acme settings when not using self-signed cert
|
Add acme settings when not using self-signed cert
|
YAML
|
mit
|
vardius/go-api-boilerplate,vardius/go-api-boilerplate,vardius/go-api-boilerplate
|
998ef09f0399d2a1f1003e70e390394f74841751
|
.drone.yml
|
.drone.yml
|
image: 'arob/drone-nonstop-browser'
script:
- 'ns --verbose'
cache:
mount:
- node_modules
- .git
deploy:
bash:
command: 'ns upload --latest --index 10.0.0.4 --port 4444 --token lkdevtoken'
notify:
slack:
webhook_url: 'https://hooks.slack.com/services/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'
username: 'azurebuild'
channel: '#hackbot'
on_started: true
on_success: true
on_failure: true
|
image: 'arob/drone-nonstop-browser'
script:
- 'ns --verbose'
cache:
mount:
- node_modules
- .git
deploy:
bash:
command: 'ns upload --latest --index 10.0.0.4 --url /index/api --port 4444 --token lkdevtoken'
notify:
slack:
webhook_url: 'https://hooks.slack.com/services/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'
username: 'azurebuild'
channel: '#hackbot'
on_started: true
on_success: true
on_failure: true
|
Use new url command to add index prefix to upload command
|
Use new url command to add index prefix to upload command
|
YAML
|
mit
|
LeanKit-Labs/nonstop-index-ui,LeanKit-Labs/nonstop-index-ui
|
7b4af008be6287fdff545df5f0889d407d92249a
|
.drone.yml
|
.drone.yml
|
build:
image: teaci/msys32
pull: true
shell: msys32
commands:
- export RUNTEST=$$runtest
- ./ci-build.sh
notify:
irc:
prefix: build
nick: MSYS2-packages
channel: msys2-ci
server:
host: irc.oftc.net
port: 6667
matrix:
runtest:
- false
# Temprorary disable matrix build to workaround irc plugin bug on wine-ci.org, see https://github.com/drone/drone/issues/1459
# - true # allow failures
|
build:
image: teaci/msys$$arch
pull: true
shell: msys$$arch
commands:
- export RUNTEST=$$runtest
- ./ci-build.sh
notify:
irc:
prefix: build
nick: MSYS2-packages
channel: msys2-ci
server:
host: irc.oftc.net
port: 6667
matrix:
runtest:
- false
arch:
- 64
- 32
# Temprorary disable matrix build to workaround irc plugin bug on wine-ci.org, see https://github.com/drone/drone/issues/1459
# - true # allow failures
|
Test both 64 bit and 32 bit.
|
Test both 64 bit and 32 bit.
|
YAML
|
bsd-3-clause
|
fracting/MSYS2-packages,fracting/MSYS2-packages,fracting/MSYS2-packages,fracting/MSYS2-packages,fracting/MSYS2-packages
|
cee7e2ae84ee7ec6adf6c73cb6003b2d712300c3
|
.zuul.yaml
|
.zuul.yaml
|
- project:
templates:
- horizon-non-primary-django-jobs
- check-requirements
- openstack-python3-zed-jobs
|
- project:
templates:
- horizon-non-primary-django-jobs
- check-requirements
- openstack-python3-jobs
|
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: Ie4b3100688d0716fd7a9f7c4dc0d555f3bd4df10
|
YAML
|
apache-2.0
|
openstack/mistral-dashboard,openstack/mistral-dashboard,openstack/mistral-dashboard
|
38ae23faa81ef578d54b39c738dcc31d5c7b2735
|
buildsys-tags/cloud7-openstack-ussuri-candidate.yml
|
buildsys-tags/cloud7-openstack-ussuri-candidate.yml
|
packages:
- project: ndisc6
buildsys-tags:
cloud7-openstack-ussuri-candidate: ndisc6-1.0.3-9.el7
- project: openvswitch
buildsys-tags:
cloud7-openstack-ussuri-candidate: openvswitch-2.12.0-1.el7
- project: ovn
buildsys-tags:
cloud7-openstack-ussuri-candidate: ovn-2.12.0-9.el7
- project: python-amqp
buildsys-tags:
cloud7-openstack-ussuri-candidate: python-amqp-2.5.2-2.el7
- project: python-ansible-runner
buildsys-tags:
cloud7-openstack-ussuri-candidate: python-ansible-runner-1.4.4-1.el7
|
packages:
- project: ndisc6
buildsys-tags:
cloud7-openstack-ussuri-candidate: ndisc6-1.0.3-9.el7
- project: openvswitch
buildsys-tags:
cloud7-openstack-ussuri-candidate: openvswitch-2.12.0-1.el7
- project: ovn
buildsys-tags:
cloud7-openstack-ussuri-candidate: ovn-2.12.0-9.el7
- project: python-amqp
buildsys-tags:
cloud7-openstack-ussuri-candidate: python-amqp-2.5.2-2.el7
- project: python-ansible-runner
buildsys-tags:
cloud7-openstack-ussuri-candidate: python-ansible-runner-1.4.4-1.el7
- project: python-kombu
buildsys-tags:
cloud7-openstack-ussuri-candidate: python-kombu-4.6.6-2.el7
|
Rebuild python-kombu 4.6.6 from Fedora
|
Rebuild python-kombu 4.6.6 from Fedora
https://review.opendev.org/#/c/694083/ updated
both kombu and amqp, amqp already updated in RDO,
let's update kombu too.
Change-Id: I169a1f9f50a9b19e19ff7ddb720329084abdfbbd
|
YAML
|
apache-2.0
|
redhat-openstack/rdoinfo
|
a456c2805b7623a9c241294fc09d2a65479b6ea5
|
operations/use-offline-windows2016fs.yml
|
operations/use-offline-windows2016fs.yml
|
- type: replace
path: /releases/name=windows2016fs?
value:
name: windows2016fs
version: 1.8.0
|
- type: replace
path: /releases/name=windows2016fs
value:
name: windows2016fs
version: 1.8.0
|
Make `bosh int` fail without required `windows2016-cell.yml`
|
Make `bosh int` fail without required `windows2016-cell.yml`
|
YAML
|
apache-2.0
|
cloudfoundry/cf-deployment,cloudfoundry/cf-deployment
|
5a42dca666fa46366bfdc58e84962e29ffdab120
|
.github/workflows/deploy-ci-stack.yml
|
.github/workflows/deploy-ci-stack.yml
|
name: Deploy CI CloudFormation stack
on:
push:
branches:
- main
paths:
- ci/**
concurrency:
group: ${{ github.workflow }}
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v1
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::561178107736:role/DevOps-GitHubOidcFederatedRole
role-session-name: GitHubActions-DeployCiStack
- name: Deploy CloudFormation stack
working-directory: ci
run: |
bucket_name=$(aws cloudformation describe-stacks --region us-east-1 --stack-name aws-sam-cli-managed-default | jq -r ".Stacks[0].Outputs[0].OutputValue")
stack_name="infrastructure-ci"
sam deploy --region us-east-1 --no-confirm-changeset --no-fail-on-empty-changeset --stack-name "$stack_name" --s3-bucket "$bucket_name" --s3-prefix "$stack_name" --capabilities CAPABILITY_IAM
|
name: Deploy CI CloudFormation stack
on:
push:
branches:
- main
paths:
- ci/**
concurrency:
group: ${{ github.workflow }}
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
strategy:
matrix:
include:
- region: us-east-1
stack: infrastructure-ci
- region: us-west-2
stack: infrastructure-ci
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v1
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::561178107736:role/DevOps-GitHubOidcFederatedRole
role-session-name: GitHubActions-DeployCiStack
- name: Deploy CloudFormation stack
working-directory: ci
run: |
bucket_name=$(aws cloudformation describe-stacks --region ${{ matrix.region }} --stack-name aws-sam-cli-managed-default | jq -r ".Stacks[0].Outputs[0].OutputValue")
sam deploy --region ${{ matrix.region }} --no-confirm-changeset --no-fail-on-empty-changeset --stack-name "${{ matrix.stack }}" --s3-bucket "$bucket_name" --s3-prefix "${{ matrix.stack }}" --capabilities CAPABILITY_IAM
|
Update CI deploy workflow for multi-region
|
Update CI deploy workflow for multi-region
|
YAML
|
mit
|
PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure
|
9b69b6191c70652e03c5d4176aabbd72c46fe403
|
playbook.yml
|
playbook.yml
|
---
- name: Prepare the enviorment of remote host for ansible
hoats: all
gather_factes: False
pre_tasks:
- name: Install python for Ansible
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-simplejson)
changed_when: False
- name: Set up the development system by vagrant ansible provision
hosts: all
roles:
- base
- development
|
---
- name: Prepare the enviorment of remote host for ansible
hosts: all
gather_facts: False
pre_tasks:
- name: Install python for Ansible
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-simplejson)
changed_when: False
- name: Set up the development system by vagrant ansible provision
hosts: all
roles:
- base
- development
|
Check and install python on the remote host
|
[FEATURE] Check and install python on the remote host
|
YAML
|
mit
|
3vjuyuan-ltd/vagrant-esxi-ansible
|
ed005535efece2880b7d893a0348489df06d700e
|
packages/fu/fuzzy-time.yaml
|
packages/fu/fuzzy-time.yaml
|
homepage: https://github.com/NorfairKing/fuzzy-time
changelog-type: markdown
hash: d25c93db2ea9ec79a102bc378213b0e199f92d6f3234e48ca1fd4f2d831d2de1
test-bench-deps: {}
maintainer: [email protected]
synopsis: ''
changelog: |
# Changelog
## [0.2.0.0] - 2021-11-21
### Changed
- Got rid of CPP: Now requires `time >=1.9`
basic-deps:
base: '>=4.9 && <=5'
time: '>=1.9'
text: -any
megaparsec: -any
containers: -any
validity-time: -any
validity: -any
deepseq: -any
all-versions:
- 0.0.0.0
- 0.1.0.0
- 0.2.0.0
author: Tom Sydney Kerckhove
latest: 0.2.0.0
description-type: haddock
description: Fuzzy time types, parsing and resolution
license-name: MIT
|
homepage: https://github.com/NorfairKing/fuzzy-time
changelog-type: markdown
hash: bd2eba0448be8c36441dbe34daa05b5825bc7afdc6252ffc3e9f731ee79e4d8e
test-bench-deps: {}
maintainer: [email protected]
synopsis: ''
changelog: |
# Changelog
## [0.2.0.0] - 2021-11-21
### Changed
- Got rid of CPP: Now requires `time >=1.9`
basic-deps:
base: '>=4.9 && <=5'
time: '>=1.9'
text: -any
megaparsec: -any
containers: -any
validity-time: '>=0.5'
validity: -any
deepseq: -any
all-versions:
- 0.0.0.0
- 0.1.0.0
- 0.2.0.0
- 0.2.0.1
author: Tom Sydney Kerckhove
latest: 0.2.0.1
description-type: haddock
description: Fuzzy time types, parsing and resolution
license-name: MIT
|
Update from Hackage at 2022-07-01T11:32:08Z
|
Update from Hackage at 2022-07-01T11:32:08Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
e676d76005610e985f1e447461ab02ce760ed3d4
|
packages/ha/haskellish.yaml
|
packages/ha/haskellish.yaml
|
homepage: http://github.com/dktr0/Haskellish
changelog-type: ''
hash: 7a200f3e631b42ee8686733663dad4882b6ae5078f0434fe8a88a6f071d6e239
test-bench-deps: {}
maintainer: David Ogborn <[email protected]>
synopsis: For parsing Haskell-ish languages
changelog: ''
basic-deps:
base: '>=4.8 && <5'
containers: <0.7
haskell-src-exts: '>=1.17.1 && <1.23'
mtl: '>=2.2.2 && <2.3'
template-haskell: '>=2.10.0.0 && <2.15'
all-versions:
- 0.1.0
- 0.1.1
- 0.1.2
- 0.2.0
- 0.2.2
author: David Ogborn
latest: 0.2.2
description-type: haddock
description: A library for parsing miniature and esoteric languages that are similar
to Haskell
license-name: BSD-3-Clause
|
homepage: http://github.com/dktr0/Haskellish
changelog-type: ''
hash: 5cea702a971fd31ba6e093ccf5fafc317692fa6c6e3d2348b2d9e5708407f26c
test-bench-deps: {}
maintainer: David Ogborn <[email protected]>
synopsis: For parsing Haskell-ish languages
changelog: ''
basic-deps:
base: '>=4.8 && <5'
containers: <0.7
haskell-src-exts: '>=1.17.1 && <1.23'
mtl: '>=2.2.2 && <2.3'
template-haskell: '>=2.10.0.0 && <2.15'
all-versions:
- 0.1.0
- 0.1.1
- 0.1.2
- 0.2.0
- 0.2.2
- 0.2.3
author: David Ogborn
latest: 0.2.3
description-type: haddock
description: A library for parsing miniature and esoteric languages that are similar
to Haskell
license-name: BSD-3-Clause
|
Update from Hackage at 2020-05-27T01:19:24Z
|
Update from Hackage at 2020-05-27T01:19:24Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
cca10b2f0a37f5528c9c6b65d1ec4e32bade7bc4
|
pubspec.yaml
|
pubspec.yaml
|
name: uix
version: 0.5.1
author: Boris Kaul <[email protected]>
description: Library to build Web User Interfaces inspired by React.
homepage: https://github.com/localvoid/uix
environment:
sdk: '>=1.9.1'
dependencies:
collection: '^1.1.0'
dev_dependencies:
browser: any
unittest: any
|
name: uix
version: 0.5.1
author: Boris Kaul <[email protected]>
description: Library to build Web User Interfaces inspired by React.
homepage: https://github.com/localvoid/uix
environment:
sdk: '>=1.9.1'
dependencies:
collection: '^1.1.0'
dev_dependencies:
browser: any
unittest: '<0.12.0'
|
Fix unittest constraint to not get incompatible version
|
Fix unittest constraint to not get incompatible version
|
YAML
|
bsd-2-clause
|
localvoid/uix,localvoid/uix
|
da1d583ef6f80a35beb05dd10568ac663eee0744
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2.1
jobs:
ubuntu1804-python2:
docker:
- image: stbtester/circleci:ubuntu1804-python2
environment:
python_version: 2.7
LANG: en_GB.UTF-8
SHELL: /bin/bash
TERM: xterm
enable_virtual_stb: no
parallel: xargs
steps:
- checkout
- pylint
- pytest
- integrationtests
ubuntu1804-python3:
docker:
- image: stbtester/circleci:ubuntu1804-python3
environment:
python_version: 3
LANG: en_GB.UTF-8
SHELL: /bin/bash
TERM: xterm
enable_virtual_stb: no
parallel: xargs
steps:
- checkout
- pylint
- pytest
commands:
pylint:
steps:
- run:
name: make check-pylint
command: |
tesseract --version
pylint --version
make check-pylint
pytest:
steps:
- run: make check-pytest
integrationtests:
steps:
- run: make check-integrationtests
workflows:
test_all:
jobs:
- ubuntu1804-python2
- ubuntu1804-python3
|
version: 2.1
jobs:
ubuntu1804-python2:
docker:
- image: stbtester/circleci:ubuntu1804-python2
environment:
python_version: 2.7
LANG: en_GB.UTF-8
SHELL: /bin/bash
TERM: xterm
enable_virtual_stb: no
parallel: xargs
steps:
- checkout
- pylint
- pytest
- integrationtests
ubuntu1804-python3:
docker:
- image: stbtester/circleci:ubuntu1804-python3
environment:
python_version: 3
LANG: en_GB.UTF-8
SHELL: /bin/bash
TERM: xterm
enable_virtual_stb: no
parallel: xargs
steps:
- checkout
- pylint
- pytest
- integrationtests
commands:
pylint:
steps:
- run:
name: make check-pylint
command: |
tesseract --version
pylint --version
make check-pylint
pytest:
steps:
- run: make check-pytest
integrationtests:
steps:
- run: make check-integrationtests
workflows:
test_all:
jobs:
- ubuntu1804-python2
- ubuntu1804-python3
|
Enable the integrationtests on Python 3
|
CI: Enable the integrationtests on Python 3
Many of them are failing but I'll fix them over the next few commits.
|
YAML
|
lgpl-2.1
|
stb-tester/stb-tester,stb-tester/stb-tester,stb-tester/stb-tester,stb-tester/stb-tester
|
f2409612a9b368fb35db2f02b43d9e7159a10146
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
docker:
- image: circleci/node:6.11.1
working_directory: ~/vox-parser
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
|
version: 2
jobs:
test-lts:
docker:
- image: circleci/node:6.11.1
steps:
- checkout
- restore_cache:
keys:
- node-lts-dependencies-{{ checksum "package.json" }}
- node-lts-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: node-lts-dependencies-{{ checksum "package.json" }}
- run: yarn test
test-latest:
docker:
- image: circleci/node:8.1.4
steps:
- checkout
- restore_cache:
keys:
- node-latest-dependencies-{{ checksum "package.json" }}
- node-latest-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: node-latest-dependencies-{{ checksum "package.json" }}
- run: yarn test
workflows:
version: 2
node-lts:
jobs:
- test-lts
node-latest:
jobs:
- test-latest
|
Add multiple environments to build
|
Add multiple environments to build
|
YAML
|
mit
|
straku/vox-parser
|
3e259af70e37b86e14c53056e4cf9ad6f7ff2429
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2.1
commands:
test-nodejs:
steps:
- run:
name: Versions
command: npm version
- checkout
- restore_cache:
keys:
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-master-{{ .Environment.CIRCLE_JOB }}
- run:
name: Install dependencies
command: npm ci
- run:
name: Test
command: npm test
- save-npm-cache
save-npm-cache:
steps:
- save_cache:
key: v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock.json" }}
paths:
- ~/.npm/_cacache
jobs:
node-v8:
docker:
- image: node:8
steps:
- test-nodejs
node-v10:
docker:
- image: node:10
steps:
- test-nodejs
node-v11:
docker:
- image: node:11
steps:
- test-nodejs
workflows:
node-multi-build:
jobs:
- node-v8
- node-v10
- node-v11
|
version: 2.1
commands:
test-nodejs:
steps:
- run:
name: Versions
command: npm version
- checkout
- restore_cache:
keys:
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-master-{{ .Environment.CIRCLE_JOB }}
- run:
name: Install dependencies
command: npm ci
- run:
name: Test
command: npm test
- save-npm-cache
save-npm-cache:
steps:
- save_cache:
key: v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package-lock.json" }}
paths:
- ~/.npm/_cacache
jobs:
node-v8:
docker:
- image: node:8
steps:
- test-nodejs
node-v10:
docker:
- image: node:10
steps:
- test-nodejs
node-v12:
docker:
- image: node:12
steps:
- test-nodejs
workflows:
node-multi-build:
jobs:
- node-v8
- node-v10
- node-v12
|
Change Node v11 to v12
|
Change Node v11 to v12
|
YAML
|
mit
|
ghost-inspector/node-ghost-inspector,ghost-inspector/node-ghost-inspector
|
e89e8520761857e46b22fc1e58854a1a8dc637b5
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
working_directory: ~/react-webpack-skeleton
docker:
- image: circleci/node:8.1.2
steps:
- checkout
- restore_cache:
key: v1-yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
- run:
name: Installing dependencies
command: yarn install
- save_cache:
key: v1-yarn-{{ .Branch }}-{{ checksum "yarn.lock" }}
paths:
- node_modules
- run:
name: Scanning dependencies for vulnerabilities
command: yarn run security
- run:
name: Testing
command: mkdir -p /tmp/test-results/junit && yarn test --silent -- --reporter xunit > /tmp/test-results/junit/test-results.xml
- store_test_results:
path: /tmp/test-results
- run:
name: Building assets for production
command: NODE_ENV=production yarn build
- store_artifacts:
path: index.js
|
version: 2
jobs:
build:
working_directory: ~/react-webpack-skeleton
docker:
- image: circleci/node:8.1.2
steps:
- checkout
- restore_cache:
keys:
- v1-yarn-lock-{{ checksum "yarn.lock" }}
- v1-npm-package-lock-{{ checksum "package-lock.json" }}
- v1-npm-package-{{ checksum "package.json" }}
- run:
name: Installing dependencies
command: yarn install
- save_cache:
key: v1-yarn-lock-{{ checksum "yarn.lock" }}
paths:
- node_modules
- save_cache:
key: v1-npm-package-lock-{{ checksum "package-lock.json" }}
paths:
- node_modules
- save_cache:
key: v1-npm-package-{{ checksum "package.json" }}
paths:
- node_modules
- run:
name: Scanning dependencies for vulnerabilities
command: yarn run security
- run:
name: Testing
command: mkdir -p /tmp/test-results/junit && yarn test --silent -- --reporter xunit > /tmp/test-results/junit/test-results.xml
- store_test_results:
path: /tmp/test-results
- run:
name: Building assets for production
command: NODE_ENV=production yarn build
- store_artifacts:
path: index.js
|
Optimize cache save/restore; use multiple caches
|
Optimize cache save/restore; use multiple caches
|
YAML
|
mit
|
fokye/react-webpack-skeleton,fokye/react-webpack-skeleton,fokye/react-webpack-skeleton
|
64e3e9eb7430812ada6ab20cb6acf18fa12f6d0a
|
.circleci/config.yml
|
.circleci/config.yml
|
---
lint_and_unit: &lint_and_unit
- delivery
- danger
- lint-yaml
- lint-markdown
version: 2.1
orbs:
kitchen: sous-chefs/kitchen@2
workflows:
kitchen:
jobs:
- kitchen/yamllint:
name: lint-yaml
- kitchen/mdlint:
name: lint-markdown
- kitchen/danger:
name: danger
context: Danger
- kitchen/delivery:
name: delivery
- kitchen/dokken-single:
name: default-centos-7
suite: default-centos-7
requires: *lint_and_unit
- kitchen/dokken-single:
name: default-ubuntu-1604
suite: default-ubuntu-1604
requires: *lint_and_unit
- kitchen/dokken-single:
name: default-ubuntu-1804
suite: default-ubuntu-1804
requires: *lint_and_unit
- kitchen/dokken-single:
name: uninstall-ubuntu-1804
suite: uninstall-ubuntu-1804
requires: *lint_and_unit
|
---
lint_and_unit: &lint_and_unit
- delivery
- danger
- lint-yaml
- lint-markdown
version: 2.1
orbs:
kitchen: sous-chefs/kitchen@2
workflows:
kitchen:
jobs:
- kitchen/yamllint:
name: lint-yaml
- kitchen/mdlint:
name: lint-markdown
- kitchen/danger:
name: danger
context: Danger
- kitchen/delivery:
name: delivery
- kitchen/dokken-single:
name: default-centos-7
suite: default-centos-7
requires: *lint_and_unit
- kitchen/dokken-single:
name: default-ubuntu-1804
suite: default-ubuntu-1804
requires: *lint_and_unit
- kitchen/dokken-single:
name: uninstall-ubuntu-1804
suite: uninstall-ubuntu-1804
requires: *lint_and_unit
|
Remove the ubuntu 16.0 dokken tests from circleci
|
Remove the ubuntu 16.0 dokken tests from circleci
|
YAML
|
apache-2.0
|
jtimberman/vagrant-cookbook
|
4307263cad3b0168fb3e4e2cf5c3b71acac6506e
|
.rtd-environment.yml
|
.rtd-environment.yml
|
name: sunpy-rtd
channels:
- astropy
- sunpy
- jevans
dependencies:
- astropy
- beautiful-soup
- bsddb
- cairo
- contextlib2
- cycler
- db
- decorator
- fontconfig
- freetype
- funcsigs
- glymur
- jbig
- jpeg
- libgfortran
- libpng
- libtiff
- libxml2
- libxslt
- lxml
- matplotlib
- mkl
- mock
- networkx
- numpy
- openblas
- openjpeg
- openssl
- pandas
- pbr
- pillow
- pip
- pixman
- py
- pycairo
- pyparsing
- pyqt
- pytest
- python
- python-dateutil
- pytz
- qt
- readline
- requests
- scikit-image
- scipy
- setuptools
- sip
- six
- sqlalchemy
- sqlite
- suds-jurko
- tk
- wcsaxes
- wheel
- xz
- zlib
- pip:
- sphinx-gallery>=0.1.2
|
name: sunpy-rtd
dependencies:
- astropy
- beautiful-soup
- bsddb
- cairo
- contextlib2
- cycler
- db
- decorator
- fontconfig
- freetype
- funcsigs
- glymur
- jbig
- jpeg
- libgfortran
- libpng
- libtiff
- libxml2
- libxslt
- lxml
- matplotlib
- mkl
- mock
- networkx
- numpy
- openblas
- openjpeg
- openssl
- pandas
- pbr
- pillow
- pip
- pixman
- py
- pycairo
- pyparsing
- pyqt
- pytest
- python
- python-dateutil
- pytz
- qt
- readline
- requests
- scikit-image
- scipy
- setuptools
- sip
- six
- sqlalchemy
- sqlite
- suds-jurko
- tk
- wcsaxes
- wheel
- xz
- zlib
- pip:
- sphinx-gallery>=0.1.2
|
Add sphinx-gallery to rtd env
|
Add sphinx-gallery to rtd env
|
YAML
|
bsd-2-clause
|
dpshelio/sunpy,Alex-Ian-Hamilton/sunpy,Alex-Ian-Hamilton/sunpy,dpshelio/sunpy,dpshelio/sunpy,Alex-Ian-Hamilton/sunpy
|
b864e3db00d710c1d2bd43cac54a7162f57bf93f
|
jsk_2015_05_baxter_apc/config/kiva_pod_interactive_marker.yaml
|
jsk_2015_05_baxter_apc/config/kiva_pod_interactive_marker.yaml
|
frame_id: /base
initial_orientation: [0.002, -0.008, 0.014, 1.000]
initial_x: 1.410
initial_y: -0.004
initial_z: 0.414
object_a: 0.2
object_b: 0.2
object_g: 0.0
object_r: 0.0
object_type: cube
object_x: 0.865
object_y: 0.865
object_z: 1.0
publish_tf: true
tf_frame: kiva_pod_base
|
frame_id: /base
initial_orientation: [-0.002, -0.028, 0.017, 0.999]
initial_x: 1.421
initial_y: 0.020
initial_z: 0.496
object_a: 0.2
object_b: 0.2
object_g: 0.0
object_r: 0.0
object_type: cube
object_x: 0.865
object_y: 0.865
object_z: 1.0
publish_tf: true
tf_frame: kiva_pod_base
|
Adjust kiva pod pose to base
|
Adjust kiva pod pose to base
|
YAML
|
bsd-3-clause
|
pazeshun/jsk_apc,pazeshun/jsk_apc,pazeshun/jsk_apc,pazeshun/jsk_apc,pazeshun/jsk_apc
|
be01657b603319958eaebe3bc33718ded78a20af
|
.github/workflows/nodejs.yml
|
.github/workflows/nodejs.yml
|
name: Node CI
on: [push]
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test
|
name: Node CI
on: [push, pull_request]
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build
run: yarn build
- name: Test
run: yarn test
|
Add pull_request as a trigger for the CI job
|
Add pull_request as a trigger for the CI job
|
YAML
|
mit
|
davidkpiano/xstate,davidkpiano/xstate,davidkpiano/xstate
|
eea9a7128dd870b2235cd78c5cf77ff966aa311b
|
plugins/tempest/tasks/setup/rpm/install_plugins.yml
|
plugins/tempest/tasks/setup/rpm/install_plugins.yml
|
---
- name: Include test vars
include_vars: "{{ test_suite }}"
- name: Install plugin packages for "{{ test_suite }}" suite
become: yes
package:
name: "{{ item.value.package[test.openstack.version |default(overcloud_version) | int]|default(item.value.package.default) }}"
state: present
with_dict: "{{ test_dict.plugins | default({}) }}"
when: item.value.package is defined
- name: Clone plugin repository for "{{ test_suite }}" suite
become: yes
git:
repo: "{{ item.value.repo | default(item.value.default) }}"
dest: "{{ ansible_user_dir }}/{{ item.value.repo | basename }}"
accept_hostkey: true
retries: 3
delay: 60
with_dict: "{{ test_dict.plugins | default({}) }}"
when: item.value.package is not defined
|
---
- name: Include test vars
include_vars: "{{ test_suite }}"
- name: Install plugin packages for "{{ test_suite }}" suite
become: yes
package:
name: "{{ item.value.package[test.openstack.version |default(overcloud_version) | int]|default(item.value.package.default) }}"
state: present
with_dict: "{{ test_dict.plugins | default({}) }}"
when: item.value.package is defined
- name: Disable SSL verification by git
become: yes
shell: "git config --global http.sslVerify false"
- name: Clone plugin repository for "{{ test_suite }}" suite
become: yes
git:
repo: "{{ item.value.repo | default(item.value.default) }}"
dest: "{{ ansible_user_dir }}/{{ item.value.repo | basename }}"
accept_hostkey: true
retries: 3
delay: 60
with_dict: "{{ test_dict.plugins | default({}) }}"
when: item.value.package is not defined
|
Disable git ssl verification on undercloud
|
Disable git ssl verification on undercloud
For cloning internal repositories that require
certifications.
Change-Id: I1b203ca74a73a95b7ca51d3dbaec21d8e0e8d4ce
|
YAML
|
apache-2.0
|
redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed,okolisny/InfraRed,redhat-openstack/infrared
|
861841cf7eaf7a7156af0a62c64efcbbfc361423
|
metadata/org.kde.bettercounter.yml
|
metadata/org.kde.bettercounter.yml
|
Categories:
- Time
- Sports & Health
License: GPL-2.0-only
AuthorName: Albert Vaca Cintora
AuthorEmail: [email protected]
AuthorWebSite: https://albertvaka.wordpress.com/
SourceCode: https://github.com/albertvaka/bettercounter
IssueTracker: https://github.com/albertvaka/bettercounter/issues
AutoName: BetterCounter
RepoType: git
Repo: https://github.com/albertvaka/bettercounter
Builds:
- versionName: '1.6'
versionCode: 10600
commit: v1.6
subdir: app
gradle:
- yes
- versionName: '1.7'
versionCode: 10700
commit: v1.7
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.7'
CurrentVersionCode: 10700
|
Categories:
- Time
- Sports & Health
License: GPL-2.0-only
AuthorName: Albert Vaca Cintora
AuthorEmail: [email protected]
AuthorWebSite: https://albertvaka.wordpress.com/
SourceCode: https://github.com/albertvaka/bettercounter
IssueTracker: https://github.com/albertvaka/bettercounter/issues
AutoName: BetterCounter
RepoType: git
Repo: https://github.com/albertvaka/bettercounter
Builds:
- versionName: '1.6'
versionCode: 10600
commit: v1.6
subdir: app
gradle:
- yes
- versionName: '1.7'
versionCode: 10700
commit: v1.7
subdir: app
gradle:
- yes
- versionName: 1.8.1
versionCode: 10810
commit: v1.8.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.8.1
CurrentVersionCode: 10810
|
Update BetterCounter to 1.8.1 (10810)
|
Update BetterCounter to 1.8.1 (10810)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
b815dcdaae6f6f8f879b4f4be69c4f77f6997cfa
|
.github/workflows/android.yml
|
.github/workflows/android.yml
|
name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: sudo ./gradlew build
|
name: Android CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: 11
- name: Build with Gradle
run: sudo ./gradlew build
|
Use Java 11 in Github Actions workflow
|
Use Java 11 in Github Actions workflow
|
YAML
|
apache-2.0
|
cuberite/android
|
44b440a21b5cfb2c2a11e0eba1288ee262e336a0
|
.github/workflows/nodebug.yml
|
.github/workflows/nodebug.yml
|
name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
|
name: No Assertions
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
ndebug:
name: No Assertions
uses: steinwurf/nodebug-action/.github/workflows/[email protected]
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
|
Update No Assertions to new version 7.0.0
|
Update No Assertions to new version 7.0.0
|
YAML
|
bsd-3-clause
|
steinwurf/endian,steinwurf/endian
|
2e89eecc86c675dcf6ab0d1b57415e8166aeb0bf
|
.github/workflows/android.yml
|
.github/workflows/android.yml
|
name: GitHub CI
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Sdl Android Tests
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v1
with:
api-level: 29
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
- name: Hello Sdl Android Tests
run: ./android/gradlew -p ./android :hello_sdl_android:build
- name: Sdl JavaSE Tests
run: ./javaSE/gradlew -p ./javaSE test
- name: Hello Sdl JavaSE Tests
run: ./hello_sdl_java/gradlew -p ./hello_sdl_java test
- name: Sdl JavaEE Tests
run: ./javaEE/gradlew -p ./javaEE test
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
yml: ./codecov.yml
|
name: GitHub CI
on: [push, pull_request]
jobs:
test:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Sdl Android Tests
# For more info, please check out: https://github.com/marketplace/actions/android-emulator-runner
uses: reactivecircus/android-emulator-runner@v1
with:
api-level: 29
script: ./android/gradlew -p ./android :sdl_android:connectedCheck
- name: Hello Sdl Android Tests
run: ./android/gradlew -p ./android :hello_sdl_android:build
- name: Sdl JavaSE Tests
run: ./javaSE/gradlew -p ./javaSE test
- name: Hello Sdl JavaSE Tests
run: ./hello_sdl_java/gradlew -p ./hello_sdl_java test
- name: Sdl JavaEE Tests
run: ./javaEE/gradlew -p ./javaEE test
- name: Codecov
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
yml: ./codecov.yml
|
Update checkout action to v2
|
Update checkout action to v2
|
YAML
|
bsd-3-clause
|
smartdevicelink/sdl_android
|
7eb086ab16df5f041a5aad7c7f12e60929b6af34
|
playbooks/edx-east/jenkins_testeng_master.yml
|
playbooks/edx-east/jenkins_testeng_master.yml
|
# Configure a Jenkins master instance for testeng
# This has the Jenkins Java app, but none of the requirements
# to run the tests.
- name: Configure instance(s)
hosts: jenkins_master
sudo: True
gather_facts: True
vars:
COMMON_DATA_DIR: "/mnt"
COMMON_ENABLE_DATADOG: True
COMMON_ENABLE_SPLUNKFORWARDER: True
SPLUNKFORWARDER_LOG_ITEMS:
- source: '/var/lib/jenkins/jobs/*/builds/*/junitResult.xml'
recursive: true
index: 'testeng'
sourcetype: junit
followSymlink: false
crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/*/build.xml'
index: 'testeng'
recursive: true
sourcetype: build_result
followSymlink: false
crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/*/log'
index: 'testeng'
recursive: true
sourcetype: build_log
followSymlink: false
crcSalt: '<SOURCE>'
roles:
- common
- role: datadog
when: COMMON_ENABLE_DATADOG
- jenkins_master
# run just the splunkforwarder role by using '--tags "splunkonly"'
# e.g. ansible-playbook jenkins_testeng_master.yml -i inventory.ini --tags "splunkonly" -vvvv
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
tags: splunkonly
sudo: True
|
# Configure a Jenkins master instance for testeng
# This has the Jenkins Java app, but none of the requirements
# to run the tests.
- name: Configure instance(s)
hosts: jenkins_master
sudo: True
gather_facts: True
vars:
COMMON_DATA_DIR: "/mnt"
COMMON_ENABLE_DATADOG: True
COMMON_ENABLE_SPLUNKFORWARDER: True
SPLUNKFORWARDER_LOG_ITEMS:
- source: '/var/lib/jenkins/jobs/*/builds/*/junitResult.xml'
recursive: true
index: 'testeng'
sourcetype: junit
followSymlink: false
crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/*/build.xml'
index: 'testeng'
recursive: true
sourcetype: build_result
followSymlink: false
crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/*/log'
index: 'testeng'
recursive: true
sourcetype: build_log
followSymlink: false
crcSalt: '<SOURCE>'
- source: '/var/log/jenkins/jenkins.log'
index: 'testeng'
recursive: false
followSymlink: false
roles:
- common
- role: datadog
when: COMMON_ENABLE_DATADOG
- jenkins_master
# run just the splunkforwarder role by using '--tags "splunkonly"'
# e.g. ansible-playbook jenkins_testeng_master.yml -i inventory.ini --tags "splunkonly" -vvvv
- role: splunkforwarder
when: COMMON_ENABLE_SPLUNKFORWARDER
tags: splunkonly
sudo: True
|
Index the jenkins master log in Splunk
|
Index the jenkins master log in Splunk
|
YAML
|
agpl-3.0
|
nttks/configuration,mitodl/configuration,marcore/configuration,edx/configuration,open-craft/configuration,omarkhan/configuration,AlfiyaZi/configuration,zhengjunwei/configuration,hastexo/edx-configuration,louyihua/configuration,rue89-tech/configuration,CredoReference/configuration,arbrandes/edx-configuration,omarkhan/configuration,michaelsteiner19/open-edx-configuration,antshin72/configuration,antoviaque/configuration,arbrandes/edx-configuration,pedrorib/istx,pedrorib/istx,joshhu/configuration,EDUlib/configuration,kursitet/configuration,leansoft/configuration,hastexo/edx-configuration-old,fghaas/edx-configuration,nunpa/configuration,Carlos2005/configuration,hastexo/edx-configuration-old,beacloudgenius/configuration,xiangjf/configuration,pobrejuanito/configuration,Livit/Livit.Learn.EdX.configuration,mitodl/configuration,proversity-org/configuration,alu042/configuration,joshhu/configuration,zhengjunwei/configuration,Livit/Livit.Learn.EdX.configuration,glengal/configuration,Softmotions/configuration,edx/configuration,knehez/configuration,omarkhan/configuration,stvstnfrd/configuration,hastexo/edx-configuration,arifsetiawan/configuration,knehez/configuration,EDUlib/configuration,hks-epod/configuration,Pieros/configuration,4eek/configuration,nikolas/configuration,joshhu/configuration,leansoft/configuration,IndonesiaX/configuration,Livit/Livit.Learn.EdX.configuration,nttks/configuration,arbrandes/edx-configuration,IndonesiaX/configuration,jorgeomarmh/configuration,pobrejuanito/configuration,usernamenumber/configuration,antshin72/configuration,rue89-tech/configuration,appsembler/configuration,open-craft/configuration,kencung/configuration,proversity-org/configuration,louyihua/configuration,kencung/configuration,open-craft/configuration,4eek/configuration,AlfiyaZi/configuration,leansoft/configuration,pedrorib/istx,knehez/configuration,antshin72/configuration,IndonesiaX/configuration,appsembler/configuration,kencung/configuration,hastexo/edx-configuration,marcore/configuration,CredoReference/configuration,eduStack/configuration,edx/configuration,hks-epod/configuration,hks-epod/configuration,xiangjf/configuration,stvstnfrd/configuration,fghaas/edx-configuration,rue89-tech/configuration,armaan/edx-configuration,fghaas/edx-configuration,gsehub/configuration,vasyarv/configuration,nunpa/configuration,glengal/configuration,alu042/configuration,Softmotions/configuration,hks-epod/configuration,gsehub/configuration,lgfa29/configuration,louyihua/configuration,gsehub/configuration,mitodl/configuration,antshin72/configuration,jorgeomarmh/configuration,beacloudgenius/configuration,joshhu/configuration,Stanford-Online/configuration,antoviaque/configuration,Softmotions/configuration,EDUlib/configuration,lgfa29/configuration,hastexo/edx-configuration,openfun/configuration,kursitet/configuration,nikolas/configuration,openfun/configuration,Softmotions/configuration,beacloudgenius/configuration,mitodl/configuration,michaelsteiner19/open-edx-configuration,Stanford-Online/configuration,Stanford-Online/configuration,appsembler/configuration,hks-epod/configuration,hastexo/edx-configuration-old,glengal/configuration,louyihua/configuration,CredoReference/configuration,antoviaque/configuration,proversity-org/configuration,CredoReference/configuration,glengal/configuration,EDUlib/configuration,armaan/edx-configuration,openfun/configuration,alu042/configuration,eduStack/configuration,alu042/configuration,stvstnfrd/configuration,eduStack/configuration,proversity-org/configuration,4eek/configuration,lgfa29/configuration,stvstnfrd/configuration,EDUlib/configuration,nttks/configuration,kursitet/configuration,gashac03/ubuntu,arbrandes/edx-configuration,open-craft/configuration,pobrejuanito/configuration,bugcy013/edx_infra,edx/configuration,arifsetiawan/configuration,4eek/configuration,nttks/configuration,Pieros/configuration,beacloudgenius/configuration,Pieros/configuration,leansoft/configuration,rue89-tech/configuration,fghaas/edx-configuration,IndonesiaX/configuration,Stanford-Online/configuration,nikolas/configuration,pedrorib/istx,AlfiyaZi/configuration,vasyarv/configuration,gashac03/ubuntu,Carlos2005/configuration,hastexo/edx-configuration,zhengjunwei/configuration,bugcy013/edx_infra,Stanford-Online/configuration,xiangjf/configuration,kencung/configuration,marcore/configuration,marcore/configuration,proversity-org/configuration,arifsetiawan/configuration,knehez/configuration,nunpa/configuration,armaan/edx-configuration,AlfiyaZi/configuration,nunpa/configuration,bugcy013/edx_infra,armaan/edx-configuration,antoviaque/configuration,arbrandes/edx-configuration,stvstnfrd/configuration,arifsetiawan/configuration,gsehub/configuration,xiangjf/configuration,vasyarv/configuration,pobrejuanito/configuration,usernamenumber/configuration,michaelsteiner19/open-edx-configuration,kursitet/configuration,gsehub/configuration,nikolas/configuration,Livit/Livit.Learn.EdX.configuration,jorgeomarmh/configuration,zhengjunwei/configuration,gashac03/ubuntu,vasyarv/configuration,hastexo/edx-configuration-old,Carlos2005/configuration,jorgeomarmh/configuration,usernamenumber/configuration,usernamenumber/configuration,appsembler/configuration,gashac03/ubuntu,bugcy013/edx_infra,openfun/configuration,rue89-tech/configuration,Pieros/configuration,omarkhan/configuration,michaelsteiner19/open-edx-configuration,Carlos2005/configuration,lgfa29/configuration
|
d027e0795d0af128a1b950cad0802b27234dee5e
|
Resources/config/services.yml
|
Resources/config/services.yml
|
services:
easy_admin_popup.listener.crud_flashbag:
class: A5sys\EasyAdminPopupBundle\Listener\CrudFlashbagListener
arguments:
- "@session"
- "@translator"
tags:
- { name: kernel.event_listener, event: "easy_admin.post_persist", method: onPostPersist }
- { name: kernel.event_listener, event: "easy_admin.post_update", method: onPostUpdate }
- { name: kernel.event_listener, event: "easy_admin.post_remove", method: onPostRemove }
admin.translation.entity_extractor:
class: "A5sys\\EasyAdminPopupBundle\\Translation\\EntityExtractor"
arguments:
- "%easyadmin.config%"
- "EasyAdminBundle"
- "@easyadmin.translation.entity_translation"
tags:
- { name: jms_translation.extractor, alias: "adminbundle_translation_entity_extractor" }
easyadminpopup.twig.extension:
class: "A5sys\\EasyAdminPopupBundle\\Twig\\EasyAdminPopupTwigExtension"
arguments:
- "%easy_admin_popup.layout%"
tags:
- { name: twig.extension }
|
services:
easy_admin_popup.listener.crud_flashbag:
class: A5sys\EasyAdminPopupBundle\Listener\CrudFlashbagListener
arguments:
- "@session"
- "@translator"
tags:
- { name: kernel.event_listener, event: "easy_admin.post_persist", method: onPostPersist }
- { name: kernel.event_listener, event: "easy_admin.post_update", method: onPostUpdate }
- { name: kernel.event_listener, event: "easy_admin.post_remove", method: onPostRemove }
easy_admin_popup.translation.entity_extractor:
class: "A5sys\\EasyAdminPopupBundle\\Translation\\EntityExtractor"
arguments:
- "%easyadmin.config%"
- "EasyAdminBundle"
- "@easyadmin.translation.entity_translation"
tags:
- { name: jms_translation.extractor, alias: "adminbundle_translation_entity_extractor" }
easyadminpopup.twig.extension:
class: "A5sys\\EasyAdminPopupBundle\\Twig\\EasyAdminPopupTwigExtension"
arguments:
- "%easy_admin_popup.layout%"
tags:
- { name: twig.extension }
|
Fix prefix for service extractor
|
Fix prefix for service extractor
|
YAML
|
mit
|
A5sys/EasyAdminPopupBundle,A5sys/EasyAdminPopupBundle,A5sys/EasyAdminPopupBundle
|
70e723a4399ca555699cb9c3b4edd9ae8e5d4361
|
Resources/config/services.yml
|
Resources/config/services.yml
|
services:
r_u2f_two_factor.authenticator:
class: R\U2FTwoFactorBundle\Security\TwoFactor\Prodiver\U2F\U2FAuthenticator
arguments:
- '@request_stack'
r_u2f_two_factor.provider:
class: R\U2FTwoFactorBundle\Security\TwoFactor\Prodiver\U2F\TwoFactorProvider
arguments:
- '@r_u2f_two_factor.authenticator'
- '@templating'
- '%r_u2f_two_factor.formtemplate%'
- '%r_u2f_two_factor.authcodeparameter%'
tags:
- { name: scheb_two_factor.provider, alias: u2f_two_factor }
|
services:
R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FAuthenticator:
arguments:
- '@request_stack'
R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\TwoFactorProvider:
arguments:
- '@R\U2FTwoFactorBundle\Security\TwoFactor\Provider\U2F\U2FAuthenticator'
- '@templating'
- '%r_u2f_two_factor.formtemplate%'
- '%r_u2f_two_factor.authcodeparameter%'
tags:
- { name: scheb_two_factor.provider, alias: u2f_two_factor }
|
Use FQCN as service name
|
Use FQCN as service name
scheb/two-factor-bundle requires Symfony 3.4, so we can use a FQCN as a service name: https://symfony.com/blog/new-in-symfony-3-3-optional-class-for-named-services.
|
YAML
|
mit
|
darookee/u2f-two-factor-bundle,darookee/u2f-two-factor-bundle,darookee/u2f-two-factor-bundle
|
7ae79688fdc7d19d6f73e3926ff97710bece8522
|
packages/tr/transformers-lift.yaml
|
packages/tr/transformers-lift.yaml
|
homepage: ''
changelog-type: ''
hash: 14cddf1698f0c4b37da667c6b12b77224a71b6e98e428054cca9cedcc0dbc9b7
test-bench-deps: {}
maintainer: Vladislav Zavialov <[email protected]>
synopsis: Ad-hoc type classes for lifting
changelog: ''
basic-deps:
writer-cps-transformers: ! '>=0.1.1.3'
base: ! '>=4.6 && <4.12'
transformers: ! '>=0.4.2.0'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.2.0.1'
author: Vladislav Zavialov
latest: '0.2.0.1'
description-type: haddock
description: ! 'This simple and lightweight library provides type classes
for lifting monad transformer operations.'
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 85690b19b9c70c3256995544cfc19e3798e6a5d478bb3fcb12fc28c78562f799
test-bench-deps: {}
maintainer: Vladislav Zavialov <[email protected]>
synopsis: Ad-hoc type classes for lifting
changelog: ''
basic-deps:
writer-cps-transformers: ! '>=0.1.1.3'
base: ! '>=4.6 && <4.13'
transformers: ! '>=0.4.2.0'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.2.0.0'
- '0.2.0.1'
author: Vladislav Zavialov
latest: '0.2.0.1'
description-type: haddock
description: ! 'This simple and lightweight library provides type classes
for lifting monad transformer operations.'
license-name: BSD3
|
Update from Hackage at 2018-11-12T08:32:23Z
|
Update from Hackage at 2018-11-12T08:32:23Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
1424b1842d1e58743c87229eab1db34a12e12a34
|
update-slack-name/pipeline.yml
|
update-slack-name/pipeline.yml
|
---
resource_types:
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
resources:
- name: slack_alert
type: slack-notification
source:
url: {{slack-notification-url}}
- name: after-midnight-utc
type: time
source:
start: 12:00 AM
stop: 1:00 AM
jobs:
- name: update-slack-name
public: true
plan:
- do:
- get: after-midnight-utc
trigger: true
- task: update-slack-name
config:
platform: linux
params:
SLACK_URL: {{slack-update-url}}
image_resource:
type: docker-image
source: {repository: robdimsdale/middleman-site-docker-image}
run:
path: /bin/bash
args:
- -c
- |
set -eu
curl \
-s \
"${SLACK_URL}"
on_failure:
put: slack_alert
params:
silent: true
username: concourse
icon_url: http://cl.ly/image/3e1h0H3H2s0P/concourse-logo.png
channel: {{slack-notification-channel}}
text: {{slack-notification-failure-text}}
|
---
resource_types:
- name: slack-notification
type: docker-image
source:
repository: cfcommunity/slack-notification-resource
resources:
- name: slack_alert
type: slack-notification
source:
url: {{slack-notification-url}}
- name: twice-daily
type: time
source:
interval: 12h
jobs:
- name: update-slack-name
public: true
plan:
- do:
- get: twice-daily
trigger: true
- task: update-slack-name
config:
platform: linux
params:
SLACK_URL: {{slack-update-url}}
image_resource:
type: docker-image
source: {repository: robdimsdale/middleman-site-docker-image}
run:
path: /bin/bash
args:
- -c
- |
set -eu
curl \
-s \
"${SLACK_URL}"
on_failure:
put: slack_alert
params:
silent: true
username: concourse
icon_url: http://cl.ly/image/3e1h0H3H2s0P/concourse-logo.png
channel: {{slack-notification-channel}}
text: {{slack-notification-failure-text}}
|
Update slack name twice daily
|
Update slack name twice daily
|
YAML
|
mit
|
robdimsdale/robdimsdale-ci
|
d8e00a11323bbcfbfbb69d9fad3345db45f2be94
|
.github/workflows/cucumber-ruby-core.yml
|
.github/workflows/cucumber-ruby-core.yml
|
name: Test cucumber-core
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 5 * * *"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['2.5', '2.6', '2.7', '3.0']
include:
- os: ubuntu-latest
ruby: jruby
- os: macos-latest
ruby: '3.0'
- os: windows-latest
ruby: '3.0'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run ruby tests
uses: ./.github/actions/test-ruby
with:
ruby-version: ${{ matrix.ruby }}
|
name: Test cucumber-core
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 5 * * *"
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest]
fail-fast: false
ruby: ['2.5', '2.6', '2.7', '3.0']
include:
- os: ubuntu-latest
ruby: jruby
- os: macos-latest
ruby: '3.0'
- os: windows-latest
ruby: '3.0'
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Run ruby tests
uses: ./.github/actions/test-ruby
with:
ruby-version: ${{ matrix.ruby }}
|
Update test workflow to not failing fast
|
Update test workflow to not failing fast
|
YAML
|
mit
|
cucumber/cucumber-ruby-core
|
078b0be82e1efb2180a45a6e65c5fa51f2e2a16a
|
.github/workflows/mkdoc-build-deploy.yml
|
.github/workflows/mkdoc-build-deploy.yml
|
name: Build And Deploy MkDocs
on:
# TODO(vmirian) 2022-02-02 Enable below to execute action on push.
# push:
# branches:
# - main
# paths:
# - "**.md"
# - "mkdocs.yml"
workflow_dispatch:
jobs:
docs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files
- run: git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Publish docs
run: mkdocs gh-deploy
# TODO(vmirian) 2022-02-02 When action is live, enable message.
# run: mkdocs gh-deploy -m "mkdocs generated documentation from ${GITHUB_SHA}"
|
name: Build And Deploy MkDocs
on:
# TODO(vmirian) 2022-02-02 Enable below to execute action on push.
# push:
# branches:
# - main
# paths:
# - "**.md"
# - "mkdocs.yml"
workflow_dispatch:
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install --upgrade pip && pip install mkdocs mkdocs-gen-files
- run: git config user.name 'xls-github-bot' && git config user.email '[email protected]'
- name: Publish docs
run: mkdocs gh-deploy
# TODO(vmirian) 2022-02-02 When action is live, enable message.
# run: mkdocs gh-deploy -m "mkdocs generated documentation from ${GITHUB_SHA}"
|
Improve Github action for building and deploying the documentation. 1. Enable xls-github-bot to commit documentation builds. 2. Remove dependency in Build And Deploy MkDocs action.
|
[OSS] Improve Github action for building and deploying the documentation.
1. Enable xls-github-bot to commit documentation builds.
2. Remove dependency in Build And Deploy MkDocs action.
PiperOrigin-RevId: 426224153
|
YAML
|
apache-2.0
|
google/xls,google/xls,google/xls,google/xls,google/xls,google/xls
|
bf379fde375afdcd94edce50cace4fad9c310bd2
|
releasenotes/notes/oracle-zfssa-unsupported-4ce035213fa0e097.yaml
|
releasenotes/notes/oracle-zfssa-unsupported-4ce035213fa0e097.yaml
|
---
upgrade:
- |
The Oracle ZFSSA drivers have been marked as unsupported
and are now deprecated. ``enable_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use them.
deprecations:
- |
The Oracle ZFSSA drivers has been marked as unsupported
and are now deprecated. ``enable_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use them. Oracle has indicated that they don't plan to
continue to support the drivers so they will be removed in
the 'U' development cycle.
|
---
upgrade:
- |
The Oracle ZFSSA drivers have been marked as unsupported
and are now deprecated. ``enable_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use them.
deprecations:
- |
The Oracle ZFSSA drivers have been been marked as unsupported
and are now deprecated. ``enable_unsupported_driver`` will need
to be set to ``True`` in the driver's section in cinder.conf to
continue to use them. Oracle has indicated that they don't plan to
continue to support the drivers so they will be removed in
the 'U' development cycle.
|
Address reno nit for ZFSSA deprecation
|
Address reno nit for ZFSSA deprecation
Fixes a slight grammatical mistake in the release note pointed out in
Id6181e0632a84d9538a34ac9460c36ba983a3757.
Change-Id: Ifb8bd04876e96cdeb8cd2092e6dd794678c2f443
Signed-off-by: Sean McGinnis <[email protected]>
|
YAML
|
apache-2.0
|
openstack/cinder,openstack/cinder,mahak/cinder,mahak/cinder
|
d9d707d95e95f03cfcc64a823ebad1b7fd3de555
|
provisioning/roles/php-xhprof/tasks/main.yml
|
provisioning/roles/php-xhprof/tasks/main.yml
|
---
- name: "install xhprof"
command: pecl install xhprof-{{ xhprof_version }}
register: xhprof_result
changed_when: "'already installed' not in xhprof_result.stdout"
failed_when: "xhprof_result.stderr"
- name: "copy xhprof.ini"
copy: src=xhprof.ini dest=/etc/php5/fpm/conf.d/xhprof.ini
notify:
- restart php-fpm
- name: "copy default vhost"
copy: src=xhprof.conf dest=/etc/apache2/sites-available/xhprof.conf
- name: "enable xhprof vhosts"
shell: a2ensite xhprof.conf
register: a2ensite_result
changed_when: "'Enabling xhprof' in a2ensite_result.stdout"
notify: restart webserver
- name: "Create xhprof tmp directory"
shell: mkdir /tmp/xhprof
- name: "Fix user perm for xhprof tmp directory"
shell: chown www-data /tmp/xhprof/ -R;
- name: "Fix group perm for xhprof tmp directory"
shell: chgrp www-data /tmp/xhprof/ -R;
|
---
- name: "install xhprof"
command: pecl install xhprof-{{ xhprof_version }}
register: xhprof_result
changed_when: "'already installed' not in xhprof_result.stdout"
failed_when: "xhprof_result.stderr"
- name: "copy xhprof.ini"
copy: src=xhprof.ini dest=/etc/php5/fpm/conf.d/xhprof.ini
notify:
- restart php-fpm
- name: "copy default vhost"
copy: src=xhprof.conf dest=/etc/apache2/sites-available/xhprof.conf
- name: "enable xhprof vhosts"
shell: a2ensite xhprof.conf
register: a2ensite_result
changed_when: "'Enabling xhprof' in a2ensite_result.stdout"
notify: restart webserver
- name: "Setup xhprof tmp directory"
file: path=/tmp/xhprof owner=www-data group=www-data state=directory
|
Use ansible file module instead of shell commands
|
Use ansible file module instead of shell commands
|
YAML
|
mit
|
NBCUTechnology/pubstack,ericduran/pubstack,dsilambarasan/stack_dev,aliaksei-yakhnenka/pubstack,dsilambarasan/stack_dev,ericduran/pubstack,aliaksei-yakhnenka/pubstack,NBCUTechnology/pubstack
|
8c0979645efdc5c777d4b0c8326127307d6579f7
|
playbooks/setup-infrastructure.yml
|
playbooks/setup-infrastructure.yml
|
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: unbound-install.yml
- include: repo-install.yml
- include: haproxy-install.yml
# TODO(evrardjp): Remove the following when repo_build is done
# before lxc_container_create, and haproxy is moved with it as
# second step.
- include: repo-use.yml
- include: memcached-install.yml
- include: galera-install.yml
- include: rabbitmq-install.yml
- include: etcd-install.yml
- include: ceph-install.yml
- include: utility-install.yml
- include: rsyslog-install.yml
|
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- include: unbound-install.yml
- include: repo-install.yml
- include: haproxy-install.yml
# TODO(evrardjp): Remove the following when repo_build is done
# before lxc_container_create, and haproxy is moved with it as
# second step.
- include: repo-use.yml
- include: utility-install.yml
- include: memcached-install.yml
- include: galera-install.yml
- include: rabbitmq-install.yml
- include: etcd-install.yml
- include: ceph-install.yml
- include: rsyslog-install.yml
|
Move setup-utility before other plays
|
Move setup-utility before other plays
If we setup the utility containers before previous plays, we can
have a container that's ready for use in all contextes, because
it would contain all the necessary clients.
Change-Id: Iff34a005ca3d5a6dfcd7ff8d9d5bcc6d51441789
|
YAML
|
apache-2.0
|
stackforge/os-ansible-deployment,openstack/openstack-ansible,bunchc/openstack-ansible,stackforge/os-ansible-deployment,bunchc/openstack-ansible,openstack/openstack-ansible
|
5b5989c871b4d98a85a85566b8de97bff8b2283e
|
.eslintrc.yml
|
.eslintrc.yml
|
env:
browser: true
es6: true
jasmine: true
extends: 'eslint:recommended'
parserOptions:
sourceType: script
rules:
indent:
- 2
- tab
linebreak-style:
- 2
- unix
quotes:
- 2
- single
semi:
- 2
- always
no-var: 2
|
env:
browser: true
es6: true
jasmine: true
extends: 'eslint:recommended'
parserOptions:
sourceType: script
rules:
indent:
- 2
- tab
linebreak-style:
- 2
- unix
quotes:
- 2
- single
semi:
- 2
- always
no-var: 2
eqeqeq: 2
|
Add eqeqeq ESLint rule (require === instead of ==)
|
Add eqeqeq ESLint rule (require === instead of ==)
|
YAML
|
mit
|
Metalnem/javascript-crypto,Metalnem/javascript-crypto
|
85b4021f88e943355542e5d67e210c169416b15d
|
config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml
|
config/jobs/kubernetes/enhancements/enhancements-presubmit.yaml
|
presubmits:
kubernetes/enhancements:
- name: pull-enhancements-verify
always_run: true
decorate: true
spec:
containers:
- image: golang:1.11
command:
- ./hack/verify.sh
|
presubmits:
kubernetes/enhancements:
- name: pull-enhancements-verify
always_run: true
decorate: true
spec:
containers:
- image: golang:1.11
command:
- export PATH=$PATH:$GOPATH/bin
- ./hack/verify.sh
|
Add GOPATH/bin to PATH for enhancements verify job
|
Add GOPATH/bin to PATH for enhancements verify job
|
YAML
|
apache-2.0
|
fejta/test-infra,michelle192837/test-infra,michelle192837/test-infra,kubernetes/test-infra,ixdy/kubernetes-test-infra,monopole/test-infra,dims/test-infra,kubernetes/test-infra,fejta/test-infra,dims/test-infra,krzyzacy/test-infra,kubernetes/test-infra,dims/test-infra,pwittrock/test-infra,brahmaroutu/test-infra,monopole/test-infra,pwittrock/test-infra,shyamjvs/test-infra,dims/test-infra,jlowdermilk/test-infra,jessfraz/test-infra,krzyzacy/test-infra,cjwagner/test-infra,BenTheElder/test-infra,dims/test-infra,cjwagner/test-infra,cjwagner/test-infra,jessfraz/test-infra,shyamjvs/test-infra,lavalamp/test-infra,monopole/test-infra,jessfraz/test-infra,krzyzacy/test-infra,shyamjvs/test-infra,cjwagner/test-infra,cblecker/test-infra,cblecker/test-infra,jlowdermilk/test-infra,shyamjvs/test-infra,jlowdermilk/test-infra,cblecker/test-infra,pwittrock/test-infra,monopole/test-infra,ixdy/kubernetes-test-infra,shyamjvs/test-infra,cblecker/test-infra,jlowdermilk/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,lavalamp/test-infra,fejta/test-infra,fejta/test-infra,cblecker/test-infra,brahmaroutu/test-infra,lavalamp/test-infra,fejta/test-infra,krzyzacy/test-infra,jessfraz/test-infra,krzyzacy/test-infra,jessfraz/test-infra,dims/test-infra,jessfraz/test-infra,ixdy/kubernetes-test-infra,BenTheElder/test-infra,jlowdermilk/test-infra,monopole/test-infra,michelle192837/test-infra,jlowdermilk/test-infra,lavalamp/test-infra,cblecker/test-infra,cjwagner/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,brahmaroutu/test-infra,ixdy/kubernetes-test-infra,pwittrock/test-infra,krzyzacy/test-infra,lavalamp/test-infra,cjwagner/test-infra,monopole/test-infra,BenTheElder/test-infra,kubernetes/test-infra,michelle192837/test-infra,shyamjvs/test-infra,kubernetes/test-infra,michelle192837/test-infra,pwittrock/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,lavalamp/test-infra,ixdy/kubernetes-test-infra,fejta/test-infra,BenTheElder/test-infra
|
62e966fb282a9a0eee4e97c35da37b6117c51835
|
tasks/RedHat-install.yml
|
tasks/RedHat-install.yml
|
---
- name: New Relic sysmond | Setup yum repo
yum: name=https://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm state=present
- name: New Relic sysmond | Installing sysmond
yum: name=newrelic-sysmond state=present
|
---
- name: New Relic sysmond | Setup yum repo
yum: name=https://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm state=present
- name: New Relic sysmond | Install newrelic-sysmond
yum: name=newrelic-sysmond state=present
|
Reword name for rpm install.
|
Reword name for rpm install.
|
YAML
|
mit
|
mego22/ansible-role-newrelic-sysmond
|
5ec88d4f9e3103f09f728d5a84760003dec20095
|
ops/provisioning/roles/webserver_base/tasks/main.yml
|
ops/provisioning/roles/webserver_base/tasks/main.yml
|
---
# mysql
- name: create hutmap databases for mysql
mysql_db:
name=$item
state=present
with_items:
- ${hutmap.db_name}
- test_${hutmap.db_name}
- name: create hutmap user for mysql
mysql_user:
name=${hutmap.db_user}
password=${hutmap.db_password}
host='%'
priv=${hutmap.db_name}.*:ALL/test_${hutmap.db_name}.*:ALL
state=present
# packages needed by python requirements
- name: update apt
apt: update_cache=yes
- name: install pip
apt: pkg=python-pip state=latest
- name: install virtualenv
pip: name=virtualenv
- name: install packages needed by mysql-python
apt: pkg=$item state=installed
with_items:
- libmysqlclient-dev
- python-dev
- name: install packages needed by pil
apt: pkg=$item state=installed
with_items:
- libjpeg-dev
- libfreetype6-dev
- zlib1g-dev
- name: symlink libraries to /usr/lib
command: ln -s /usr/lib/${ansible_architecture}-linux-gnu/$item /usr/lib/
creates=/usr/lib/$item
with_items:
- libfreetype.so
- libjpeg.so
- libz.so
|
---
# mysql
- name: create hutmap databases for mysql
mysql_db:
name=$item
state=present
encoding=utf8
with_items:
- ${hutmap.db_name}
- test_${hutmap.db_name}
- name: create hutmap user for mysql
mysql_user:
name=${hutmap.db_user}
password=${hutmap.db_password}
host='%'
priv=${hutmap.db_name}.*:ALL/test_${hutmap.db_name}.*:ALL
state=present
# packages needed by python requirements
- name: update apt
apt: update_cache=yes
- name: install pip
apt: pkg=python-pip state=latest
- name: install virtualenv
pip: name=virtualenv
- name: install packages needed by mysql-python
apt: pkg=$item state=installed
with_items:
- libmysqlclient-dev
- python-dev
- name: install packages needed by pil
apt: pkg=$item state=installed
with_items:
- libjpeg-dev
- libfreetype6-dev
- zlib1g-dev
- name: symlink libraries to /usr/lib
command: ln -s /usr/lib/${ansible_architecture}-linux-gnu/$item /usr/lib/
creates=/usr/lib/$item
with_items:
- libfreetype.so
- libjpeg.so
- libz.so
|
Make sure tables have utf8 encoding.
|
Make sure tables have utf8 encoding.
|
YAML
|
mit
|
muescha/hutmap,dylanfprice/hutmap,dylanfprice/hutmap,muescha/hutmap,muescha/hutmap,dylanfprice/hutmap,dylanfprice/hutmap,muescha/hutmap
|
58aac50d66eecb01a5d2e191ceab54b07f9f14f2
|
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:[email protected]/accounting-db
- 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: gregcorbett/rest:deploy
ports:
- containerPort: 80
hostPort: 80
- containerPort: 443
hostPort: 443
imagePullPolicy: Always
env:
- name: DATA_DB
value: mysql://root:[email protected]/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:
|
Add MYSQL_HOST to yaml file
|
Add MYSQL_HOST to yaml file
|
YAML
|
apache-2.0
|
apel/rest,apel/rest
|
658b34ca0563c2b94e0c3931c2c3e398934fec62
|
.github/workflows/packaging.yml
|
.github/workflows/packaging.yml
|
name: Packaging
on:
# Make sure packaging process is not broken
push:
branches: [master]
pull_request:
# Make a package for release
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade build twine
- name: Create packages
run: python -m build
- name: Run twine check
run: twine check dist/*
- uses: actions/upload-artifact@v2
with:
name: python-gyazo-dist
path: dist
|
name: Packaging
on:
# Make sure packaging process is not broken
push:
branches: [master]
pull_request:
# Make a package for release
release:
types: [published]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: python -m pip install --upgrade build twine
- name: Create packages
run: python -m build
- name: Run twine check
run: twine check dist/*
- uses: actions/upload-artifact@v2
with:
name: python-gyazo-dist
path: dist
|
Fix Python version in GitHub Actions config
|
Fix Python version in GitHub Actions config
|
YAML
|
mit
|
ymyzk/python-gyazo
|
9fec2b282c6be301402e5554a3bcf1c3352fe4cf
|
.github/workflows/test_full.yml
|
.github/workflows/test_full.yml
|
name: Full Test
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
django-version: ['<2.1', '<2.2', '<3.0', '<3.1', '<3.2', '==3.2b1']
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install core
run: pip install "Django${{ matrix.django-version }}" pydantic
- name: Install tests
run: pip install pytest pytest-asyncio pytest-django
- name: Test
run: pytest
codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Dependencies
run: pip install black isort
- name: Black
run: black --check ninja
- name: isort
run: isort --check ninja
- name: Flake8
run: flake8 ninja
|
name: Full Test
on:
push:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9']
django-version: ['<2.1', '<2.2', '<3.0', '<3.1', '<3.2', '==3.2b1']
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install core
run: pip install "Django${{ matrix.django-version }}" pydantic
- name: Install tests
run: pip install pytest pytest-asyncio pytest-django
- name: Test
run: pytest
codestyle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install Dependencies
run: pip install black isort flake8
- name: Black
run: black --check ninja
- name: isort
run: isort --check ninja
- name: Flake8
run: flake8 ninja
|
Add missing github workflow dependency
|
Add missing github workflow dependency
|
YAML
|
mit
|
vitalik/django-ninja,vitalik/django-ninja,vitalik/django-ninja
|
c89500dfadc0d0720ba1f91fb4eafccd45589181
|
clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml
|
clusterloader2/pkg/prometheus/manifests/prometheus-prometheus.yaml
|
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
labels:
prometheus: k8s
name: k8s
namespace: monitoring
spec:
alerting:
alertmanagers:
- name: alertmanager-main
namespace: monitoring
port: web
baseImage: gcr.io/k8s-testimages/quay.io/prometheus/prometheus
nodeSelector:
beta.kubernetes.io/os: linux
replicas: 1
resources:
requests:
# Start with 2Gi and add 2Gi for each 2K nodes.
memory: {{MultiplyInt 2 (AddInt 1 (DivideInt .Nodes 2000))}}Gi
ruleSelector:
matchLabels:
prometheus: k8s
role: alert-rules
securityContext:
fsGroup: 2000
runAsNonRoot: true
runAsUser: 1000
serviceAccountName: prometheus-k8s
serviceMonitorNamespaceSelector: {}
serviceMonitorSelector: {}
version: v2.5.0
storage:
volumeClaimTemplate:
spec:
storageClassName: ssd
resources:
requests:
# Start with 10Gi, add 10Gi for each 1K nodes.
storage: {{MultiplyInt 10 (AddInt 1 (DivideInt .Nodes 1000))}}Gi
|
apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
labels:
prometheus: k8s
name: k8s
namespace: monitoring
spec:
alerting:
alertmanagers:
- name: alertmanager-main
namespace: monitoring
port: web
baseImage: gcr.io/k8s-testimages/quay.io/prometheus/prometheus
nodeSelector:
beta.kubernetes.io/os: linux
replicas: 1
resources:
requests:
# Start with 2Gi and add 2Gi for each 2K nodes.
memory: {{MultiplyInt 2 (AddInt 1 (DivideInt .Nodes 2000))}}Gi
ruleSelector:
matchLabels:
prometheus: k8s
role: alert-rules
securityContext:
fsGroup: 2000
runAsNonRoot: true
runAsUser: 1000
serviceAccountName: prometheus-k8s
serviceMonitorNamespaceSelector: {}
serviceMonitorSelector: {}
version: v2.5.0
retention: 7d
storage:
volumeClaimTemplate:
spec:
storageClassName: ssd
resources:
requests:
# Start with 10Gi, add 10Gi for each 1K nodes.
storage: {{MultiplyInt 10 (AddInt 1 (DivideInt .Nodes 1000))}}Gi
|
Set the prometheus data retention to 7d.
|
Set the prometheus data retention to 7d.
The default is 24h which may be not enough for long running / multiple
runs of scalability tests.
|
YAML
|
apache-2.0
|
shyamjvs/perf-tests,shyamjvs/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests,kubernetes/perf-tests,shyamjvs/perf-tests,sjug/perf-tests,sjug/perf-tests,shyamjvs/perf-tests,shyamjvs/perf-tests,kubernetes/perf-tests,sjug/perf-tests,sjug/perf-tests,sjug/perf-tests,kubernetes/perf-tests
|
aa2c8fcf26324d0615c379e48ed5ad35131e33dc
|
metadata/community.fairphone.fplauncher3.yml
|
metadata/community.fairphone.fplauncher3.yml
|
Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/WeAreFairphone/FP2-Launcher
IssueTracker: https://github.com/WeAreFairphone/FP2-Launcher/issues
Changelog: https://github.com/WeAreFairphone/FP2-Launcher/releases
AutoName: Fairphone Launcher 3
RepoType: git
Repo: https://github.com/WeAreFairphone/FP2-Launcher.git
Builds:
- versionName: '2.0'
versionCode: 8
commit: 26c46d63eb9bbc25e836c535c5688cb885cb0be2
gradle:
- yes
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
- versionName: 2.1.0
versionCode: 9
commit: 2.1.0
gradle:
- yes
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
- versionName: 2.2.0
versionCode: 10
commit: 2.2.0
gradle:
- yes
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.2.0
CurrentVersionCode: 10
|
Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/WeAreFairphone/FP2-Launcher
IssueTracker: https://github.com/WeAreFairphone/FP2-Launcher/issues
Changelog: https://github.com/WeAreFairphone/FP2-Launcher/releases
AutoName: Fairphone 2 Launcher
RepoType: git
Repo: https://github.com/WeAreFairphone/FP2-Launcher.git
Builds:
- versionName: '2.0'
versionCode: 8
commit: 26c46d63eb9bbc25e836c535c5688cb885cb0be2
gradle:
- yes
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
- versionName: 2.1.0
versionCode: 9
commit: 2.1.0
gradle:
- yes
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
- versionName: 2.2.0
versionCode: 10
commit: 2.2.0
gradle:
- yes
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.2.0
CurrentVersionCode: 10
|
Set autoname of Fairphone 2 Launcher
|
Set autoname of Fairphone 2 Launcher
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
fa189d8496d6c92953a3ccd4993adff8de30f20c
|
ansible/roles/Common/tasks/bash-profile.yml
|
ansible/roles/Common/tasks/bash-profile.yml
|
---
- name: Install Bash Completion
apt: package=bash-completion state=present
sudo: yes
- name: Turn On Color Prompt
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: "force_color_prompt=yes"
regexp: '#?force_color_prompt=yes'
state: present
- name: More User Friendly List Aliases
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: "alias {{ item.alias }}='{{ item.command }}'"
regexp: "^alias {{ item.alias }}="
state: present
with_items:
- { alias: ll, command: "ls -lFh" }
- { alias: la, command: "ls -lAh" }
- { alias: l, command: "ls -CF" }
- name: Cd to /vagrant on Log In
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: cd /vagrant
state: present
insertafter: EOF
when: ansible_hostname == "vagrant"
|
---
- name: Install Bash Completion
apt: package=bash-completion state=present
sudo: yes
- name: Turn On Color Prompt
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: "force_color_prompt=yes"
regexp: '#?force_color_prompt=yes'
state: present
- name: More User Friendly List Aliases
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: "alias {{ item.alias }}='{{ item.command }}'"
regexp: "^alias {{ item.alias }}="
state: present
with_items:
- { alias: ll, command: "ls -lFh" }
- { alias: la, command: "ls -lAh" }
- { alias: l, command: "ls -CF" }
- name: Cd to /vagrant on Log In
lineinfile:
dest: "{{ ansible_user_dir }}/.bashrc"
line: cd /vagrant
state: present
insertafter: EOF
when: inventory_hostname == "vagrant"
|
Fix cd into /vagrant on login
|
Fix cd into /vagrant on login
|
YAML
|
mit
|
gocodeup/Codeup-Vagrant-Setup,ZeshanNSegal/High_Low,gocodeup/Codeup-Vagrant-Setup,ZeshanNSegal/High_Low,gocodeup/Codeup-Vagrant-Setup,ZeshanNSegal/High_Low,ZeshanNSegal/High_Low,gocodeup/Codeup-Vagrant-Setup
|
e8901bd9e78610de03f8475e275b786382c2dd35
|
content/lives/design-patern-2019.yaml
|
content/lives/design-patern-2019.yaml
|
type: live
title: Design Patern 2019
date: 10/11/2019
image: live-design-patern-2019.jpg
short: Live de design patern 2019-2020
peertube_id:
- 2d8043ac-bc5e-4cdc-8db1-dacd79d7b596
authors:
- davidsonco
- lachaussee
description: Live de deisgn patern de l'année scolaire 2019-2020
keywords:
- formation: ing2
- cursus: génie-informatique
- category: informatique
|
type: live
title: Design Patern 2019
date: 10/11/2019
image: live-design-patern-2019.jpg
short: Live de design patern 2019-2020
peertube_id:
- 2d8043ac-bc5e-4cdc-8db1-dacd79d7b596
authors:
- davidsonco
- lachaussee
description: Live de design patterns de l'année scolaire 2019-2020
keywords:
- formation: ing2
- cursus: génie-informatique
- category: informatique
|
Apply 1 suggestion(s) to 1 file(s)
|
Apply 1 suggestion(s) to 1 file(s)
|
YAML
|
mit
|
Atilla-Learn/portal,Atilla-Learn/portal,Atilla-Learn/portal,Atilla-Learn/portal
|
b6f6fb46b760c78d5e9ded9c672f107616a0fc03
|
.circleci/config.yml
|
.circleci/config.yml
|
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
orbs:
docker-publish: circleci/[email protected]
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: mkdir ~/junit
- run:
command: yarn test-ci
environment:
JUNIT_REPORT_PATH: /home/circleci/junit/
- store_test_results:
path: ~/junit
- store_artifacts:
path: ~/junit
workflows:
version: 2
build:
jobs:
- build
build-docker-publish:
jobs:
- docker-publish/publish:
filters:
branches:
only: master
|
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
orbs:
docker-publish: circleci/[email protected]
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: mkdir ~/junit
- run:
command: yarn test-ci
environment:
JUNIT_REPORT_PATH: /home/circleci/junit/
- store_test_results:
path: ~/junit
- store_artifacts:
path: ~/junit
workflows:
version: 2
build:
jobs:
- build
build-docker-publish:
jobs:
- docker-publish/publish:
tag: latest
filters:
branches:
only: master
|
Fix to publish docker image with latest tag
|
Fix to publish docker image with latest tag
|
YAML
|
mit
|
danielpigott/cloudflare-cli
|
232eaafa98bbbc3e8d9c22cd38855748f39f6900
|
.circleci/config.yml
|
.circleci/config.yml
|
# JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.6
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm run lint
- run: npm test
|
# JavaScript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
jobs:
build:
docker:
- image: circleci/node:14.7
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: npm install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm run lint
- run: npm test
|
Update circleci/node Docker tag to v14.7
|
Update circleci/node Docker tag to v14.7
Signed-off-by: Renovate Bot <[email protected]>
|
YAML
|
mit
|
paazmaya/tozan
|
b8577ab3c61049cdcd11d5a254704bc99ec82922
|
angular_analyzer_plugin/pubspec.yaml
|
angular_analyzer_plugin/pubspec.yaml
|
name: angular_analyzer_plugin
version: 0.0.17+5
description: Dart analyzer plugin for Angular 2+
authors:
- Konstantin Scheglov <[email protected]>
- Mike Fairhurst <[email protected]>
- Max Kim <[email protected]>
homepage: https://github.com/dart-lang/angular_analyzer_plugin
environment:
sdk: ">=2.1.0-dev.5.0 <3.0.0"
dependencies:
analyzer: '0.34.2'
plugin: '^0.2.0'
analyzer_plugin: '0.0.1-alpha.6'
angular_ast: '^0.5.8'
meta: ^1.0.2
yaml: ^2.1.2
crypto: '>=1.1.1 <3.0.0'
dev_dependencies:
test_reflective_loader: '^0.1.0'
test: '^1.2.0'
mockito: '^3.0.0'
# === vvv REMOVE WHEN PUBLISHING vvv ===
dependency_overrides:
angular_ast:
path: ../angular_ast
# === ^^^ REMOVE WHEN PUBLISHING ^^^ ===
|
name: angular_analyzer_plugin
version: 0.0.17+5
description: Dart analyzer plugin for Angular 2+
authors:
- Konstantin Scheglov <[email protected]>
- Mike Fairhurst <[email protected]>
- Max Kim <[email protected]>
homepage: https://github.com/dart-lang/angular_analyzer_plugin
environment:
sdk: ">=2.1.0-dev.5.0 <3.0.0"
dependencies:
analyzer: ^0.35.0
plugin: '^0.2.0'
analyzer_plugin: '0.0.1-alpha.6'
angular_ast: '^0.5.8'
meta: ^1.0.2
yaml: ^2.1.2
crypto: '>=1.1.1 <3.0.0'
dev_dependencies:
test_reflective_loader: '^0.1.0'
test: '^1.2.0'
mockito: '^3.0.0'
# === vvv REMOVE WHEN PUBLISHING vvv ===
dependency_overrides:
angular_ast:
path: ../angular_ast
# === ^^^ REMOVE WHEN PUBLISHING ^^^ ===
|
Update analyzer dependency to ^0.35.0 to match other angular_* packages.
|
fix(plugin): Update analyzer dependency to ^0.35.0 to match other angular_* packages.
We have a travis check to verify all of the sub packages depend on the same version.
PiperOrigin-RevId: 237861087
|
YAML
|
mit
|
angulardart/angular,matanlurey/angular,matanlurey/angular,angulardart/angular,matanlurey/angular,angulardart/angular
|
0aedcf02cf05e59d6841a340a1d7c7a322c21509
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
branches:
only:
- master
working_directory: /var/tmp
docker:
- image: diegovalle/elcrimen-docker
steps:
- checkout
- run:
name: Build the website https://elcri.men
command: |
sudo -H -E bash -c "cp ansible/* /etc/ansible && cd /etc/ansible && echo $ANSIBLE_PASSWORD > password.txt && ansible-playbook -c local ssh.yml --vault-password-file=/etc/ansible/password.txt --extra-vars 'secrets=true' && cd /root/new.crimenmexico && git pull && make"
no_output_timeout: 2400
# - store_artifacts:
# path: /root/new.crimenmexico/db/crimenmexico.db
# destination: crimenmexico.db
|
version: 2
jobs:
build:
branches:
only:
- master
working_directory: /var/tmp
docker:
- image: diegovalle/elcrimen-docker
auth:
username: diegovalle # can specify string literal values
password: $DOCKERHUB_PASSWORD # or project environment variable reference
steps:
- checkout
- run:
name: Build the website https://elcri.men
command: |
sudo -H -E bash -c "cp ansible/* /etc/ansible && cd /etc/ansible && echo $ANSIBLE_PASSWORD > password.txt && ansible-playbook -c local ssh.yml --vault-password-file=/etc/ansible/password.txt --extra-vars 'secrets=true' && cd /root/new.crimenmexico && git pull && make"
no_output_timeout: 2400
# - store_artifacts:
# path: /root/new.crimenmexico/db/crimenmexico.db
# destination: crimenmexico.db
|
Add docker auth [Skip CI]
|
Add docker auth [Skip CI]
|
YAML
|
mit
|
diegovalle/new.crimenmexico,diegovalle/new.crimenmexico,diegovalle/new.crimenmexico,diegovalle/new.crimenmexico,diegovalle/new.crimenmexico
|
3528f97d661a0160f7989f0f253bf1bf25999271
|
.circleci/config.yml
|
.circleci/config.yml
|
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.7
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: yarn test
|
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
node8:
docker:
# specify the version you desire here
- image: circleci/node:8.7
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: yarn test
node6:
docker:
- image: circleci/node:6.11.4
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
node4:
docker:
- image: circleci/node:4.8.4
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: yarn test
workflows:
version: 2
build:
jobs:
- node4
- node6
- node8
|
Add more circleCI jobs with various node versions
|
Add more circleCI jobs with various node versions
|
YAML
|
mit
|
Gipphe/ualf
|
7fa461f4e55c7c427969bdd5494403094191c3ac
|
.circleci/config.yml
|
.circleci/config.yml
|
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
general:
branches:
ignore:
- gh-pages
jobs:
test:
docker:
- image: circleci/node:8.9.4
steps:
- checkout
- run: npm install
- run: npm test
|
# Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
general:
branches:
ignore:
- gh-pages
jobs:
test:
docker:
- image: circleci/node:8.9.4
steps:
- checkout
- run: npm install
- run: npm test
build:
docker:
- image: circleci/node:8.9.4
steps:
- checkout
- run: npm run lint
workflows:
version: 2
test_build:
jobs:
- build
- test
|
Replace build with lint circle.ci dummy
|
Replace build with lint circle.ci dummy
|
YAML
|
mit
|
Tezirg/os2
|
97e174ec77f550f410b0a6612cc88d4f75ac6bdc
|
.circleci/config.yml
|
.circleci/config.yml
|
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8u171-jdk
environment:
GRADLE_OPTS: -Dorg.gradle.jvmargs=-Xmx512m -Dorg.gradle.daemon=false
TERM: dumb
TZ: /usr/share/zoneinfo/America/Los_Angeles
branches:
ignore:
- /rel\/.*/
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: Run tests
command: ./gradlew check
- deploy:
name: Publish artifacts
command: |
if [ -z ${CI_PULL_REQUEST} ]; then
./gradlew publish
fi
- store_artifacts:
path: ~/project/build/reports/tests
- store_test_results:
path: ~/project/build/test-results/test
- save_cache:
paths:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle" }}
|
version: 2
jobs:
build:
docker:
- image: circleci/openjdk:11-jdk
environment:
GRADLE_OPTS: -Dorg.gradle.jvmargs=-Xmx512m -Dorg.gradle.daemon=false
TERM: dumb
TZ: /usr/share/zoneinfo/America/Los_Angeles
branches:
ignore:
- /rel\/.*/
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: Run tests
command: ./gradlew check
- deploy:
name: Publish artifacts
command: |
if [ -z ${CI_PULL_REQUEST} ]; then
./gradlew publish
fi
- store_artifacts:
path: ~/project/build/reports/tests
- store_test_results:
path: ~/project/build/test-results/test
- save_cache:
paths:
- ~/.gradle
key: v1-dependencies-{{ checksum "build.gradle" }}
|
Update jdk11 image for CircleCi
|
Update jdk11 image for CircleCi
|
YAML
|
bsd-3-clause
|
gosu-lang/gradle-gosu-plugin
|
b41a23c074118d401d0dac3b60d2148e2eb47ccf
|
.circleci/k8s-general-values.yml
|
.circleci/k8s-general-values.yml
|
fullnameOverride: "runner"
daemonSet: true
initContainers: {}
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
service:
annotations:
prometheus.io/scrape: "true"
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: File
containers:
- name: runner
securityContext:
readOnlyRootFilesystem: true
volumeMounts:
- name: runner-tmp-dir
mountPath: /tmp
readOnly: false
- mountPath: /var/run/docker.sock
name: docker-socket
resources:
requests:
cpu: 20m
memory: 128Mi
limits:
memory: 768Mi
livenessProbe:
path: /alive
readinessProbe:
path: /ready
env:
CYBER_DOJO_USE_CONTAINERD: "true"
CYBER_DOJO_PROMETHEUS: "true"
CYBER_DOJO_RUNNER_PORT: "4597"
# CYBER_DOJO_K8S_PORT: "19661"
|
fullnameOverride: "runner"
daemonSet: true
initContainers: {}
envFromSecret: {}
nodeSelector: {}
affinity: {}
tolerations: []
service:
annotations:
prometheus.io/scrape: "true"
volumes:
- name: runner-tmp-dir
emptyDir:
medium: Memory
sizeLimit: "64Mi"
- name: docker-socket
hostPath:
path: /var/run/docker.sock
type: ""
containers:
- name: runner
securityContext:
readOnlyRootFilesystem: true
volumeMounts:
- name: runner-tmp-dir
mountPath: /tmp
readOnly: false
- mountPath: /var/run/docker.sock
name: docker-socket
resources:
requests:
cpu: 20m
memory: 128Mi
limits:
memory: 768Mi
livenessProbe:
path: /alive
readinessProbe:
path: /ready
env:
CYBER_DOJO_USE_CONTAINERD: "true"
CYBER_DOJO_PROMETHEUS: "true"
CYBER_DOJO_RUNNER_PORT: "4597"
# CYBER_DOJO_K8S_PORT: "19661"
|
Update hostPath - type value for "docke.socket" volume
|
Update hostPath - type value for "docke.socket" volume
|
YAML
|
bsd-2-clause
|
cyber-dojo/runner,cyber-dojo/runner
|
06e4171ab8f56d77ab36b6d37aa63b8e6a244534
|
.kitchen.yml
|
.kitchen.yml
|
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
- name: debian-8.7
- name: freebsd-10.3
- name: freebsd-11.0
- name: fedora-25
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-14.04-chef127
driver_config:
box: bento/ubuntu-14.04
provisioner:
require_chef_omnibus: 12.7.2
- name: ubuntu-16.04
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
suites:
- name: default
run_list:
- recipe[ohai_test::default]
|
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: debian-8.7
- name: freebsd-10.3
- name: freebsd-11.0
- name: fedora-25
- name: opensuse-leap-42.2
- name: ubuntu-14.04
- name: ubuntu-14.04-chef127
driver_config:
box: bento/ubuntu-14.04
provisioner:
require_chef_omnibus: 12.7.2
- name: ubuntu-16.04
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/windows-server-2012r2-standard
suites:
- name: default
run_list:
- recipe[ohai_test::default]
|
Test on CentOS 6.9 in TK
|
Test on CentOS 6.9 in TK
Signed-off-by: Tim Smith <[email protected]>
|
YAML
|
apache-2.0
|
opscode-cookbooks/ohai,chef-cookbooks/ohai
|
0846d5f139b561c4c3484f2bf2973cca20bee8d0
|
.kitchen.yml
|
.kitchen.yml
|
---
driver:
name: vagrant
provisioner:
name: chef_zero
driver_config:
require_chef_omnibus: true
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
run_list: ["recipe[apt]"]
- name: ubuntu-10.04
driver_config:
box: opscode-ubuntu-10.04
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-10.04_provisionerless.box
run_list: ["recipe[apt]"]
- name: centos-6.4
driver_config:
box: opscode-centos-6.4
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
- name: centos-5.9
driver_config:
box: opscode-centos-5.9
box_url: http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box
suites:
- name: default
run_list: ["recipe[sqlite]"]
attributes: {}
|
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-12.04
run_list:
- recipe[apt::default]
- name: ubuntu-14.04
run_list:
- recipe[apt::default]
- name: centos-5.11
- name: centos-6.7
- name: centos-7.1
suites:
- name: default
run_list: ["recipe[sqlite]"]
attributes: {}
|
Update format and add new platforms
|
Update format and add new platforms
|
YAML
|
apache-2.0
|
chef-cookbooks/sqlite,opscode-cookbooks/sqlite
|
d8a8eb796c7d6b065baa6103a2cc92060d30d334
|
.github/workflows/lint-fixer.yml
|
.github/workflows/lint-fixer.yml
|
name: "Let me lint:fix that for you"
on: [push]
jobs:
LMLFTFY:
runs-on: ubuntu-latest
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
- name: "Install CLI tools"
run: npm install -g @angular/cli
- name: "Install application"
run: |
npm install --ignore-scripts
cd frontend
npm install --ignore-scripts
- name: "Fix everything which can be fixed"
run: 'npm run lint:fix'
- uses: stefanzweifel/[email protected]
with:
commit_message: "Auto-fix linting issues"
branch: ${{ github.head_ref }}
commit_options: '--signoff'
commit_user_name: JuiceShopBot
commit_user_email: [email protected]
commit_author: JuiceShopBot <[email protected]>
|
name: "Let me lint:fix that for you"
on: [push]
jobs:
LMLFTFY:
runs-on: ubuntu-latest
steps:
- name: "Check out Git repository"
uses: actions/checkout@v2
- name: "Use Node.js 14"
uses: actions/setup-node@v1
with:
node-version: 14
- name: "Install CLI tools"
run: npm install -g @angular/cli
- name: "Install application"
run: |
npm install --ignore-scripts
cd frontend
npm install --ignore-scripts
- name: "Fix everything which can be fixed"
run: 'npm run lint:fix'
- uses: stefanzweifel/[email protected]
with:
commit_message: "Auto-fix linting issues"
branch: ${{ github.head_ref }}
commit_options: '--signoff'
commit_user_name: JuiceShopBot
commit_user_email: [email protected]
commit_author: JuiceShopBot <[email protected]>
|
Install Node.js 14 before linting
|
Install Node.js 14 before linting
|
YAML
|
mit
|
bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop
|
36bd1ee8110463cfe9c3fb915d422915645fc996
|
.kitchen.yml
|
.kitchen.yml
|
---
provisioner:
name: ansible_playbook
hosts: test-kitchen
require_ansible_repo: false
require_ansible_omnibus: true
driver:
name: docker
platforms:
- name: centos-6
driver_config:
image: dynatrace/centos-testing:6
- name: debian-7.8
driver_config:
image: dynatrace/debian-testing:7.8
- name: ubuntu-12.04
driver_config:
image: dynatrace/ubuntu-testing:12.04
suites:
- name: default
|
---
provisioner:
name: ansible_playbook
hosts: test-kitchen
require_ansible_repo: false
require_ansible_omnibus: true
driver:
name: docker
platforms:
- name: centos-6
driver_config:
provision_command:
- yum update -y
- yum install -y net-tools tar
- name: debian-7.8
driver_config:
provision_command:
- apt-get update
- apt-get install -y net-tools tar
- name: ubuntu-12.04
driver_config:
provision_command:
- apt-get update
- apt-get install -y net-tools tar
suites:
- name: default
|
Drop dependency on external docker images.
|
Drop dependency on external docker images.
|
YAML
|
mit
|
dynaTrace/Dynatrace-Collector-Ansible,dynaTrace/Dynatrace-Collector-Ansible
|
fb3465b6ae7e160057b64310c087d70f5ff06dce
|
.mergify.yml
|
.mergify.yml
|
pull_request_rules:
- name: auto merge when label is set
conditions:
- label!=WIP
- label!=waiting
- label=ready to merge
- status-success~=Travis CI
- status-success~=Codacy
- status-success~=pullapprove
actions:
merge:
method: merge
strict: true
- name: remove ready to merge label when merged
conditions:
- merged
- label=ready to merge
actions:
label:
remove:
- ready to merge
- name: remove "ready to merge" label when pull is not approved
conditions:
- status-failure~=pullapprove
- label~=ready to merge
- -merged
actions:
comment:
message: The "ready to merge" label can only be set after one pull request approval
label:
remove:
- ready to merge
|
pull_request_rules:
- name: auto merge when label is set
conditions:
- label!=WIP
- label!=waiting
- label=ready to merge
- status-success~=Travis CI
- status-success~=Codacy
- status-success~=pullapprove
actions:
merge:
method: merge
strict: true
- name: remove ready to merge label when merged
conditions:
- merged
- label=ready to merge
actions:
label:
add:
- auto_merged
remove:
- ready to merge
- name: remove "ready to merge" label when pull is not approved
conditions:
- status-failure~=pullapprove
- label~=ready to merge
- -merged
actions:
comment:
message: The "ready to merge" label can only be set after one pull request approval
label:
remove:
- ready to merge
|
Add label after auto merge
|
Mergify: Add label after auto merge
Mergify will add "auto_merge" label after merge
|
YAML
|
agpl-3.0
|
schul-cloud/schulcloud-client,schul-cloud/schulcloud-client,schul-cloud/schulcloud-client
|
7ecdcfd92b6c52348e6e27d9da2d720bd8622e72
|
.github/workflows/python-app.yml
|
.github/workflows/python-app.yml
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r attentive_scoring/requirements.txt
- name: Lint with flake8
run: |
flake8 --indent-size 2 --max-line-length 80 attentive_scoring
- name: Run tests
run: |
sh attentive_scoring/run_tests.sh
|
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r attentive_scoring/requirements.txt
- name: Lint with flake8
run: |
flake8 --indent-size 2 --max-line-length 80 attentive_scoring
- name: Run tests
run: |
bash attentive_scoring/run_tests.sh
|
Use bash instead of sh
|
Use bash instead of sh
|
YAML
|
apache-2.0
|
google/speaker-id,google/speaker-id,google/speaker-id
|
a50cf1d33f77f43ad8121baf490ac33507c159aa
|
.eslintrc.yaml
|
.eslintrc.yaml
|
parser: babel-eslint
extends: airbnb/base
plugins:
- flowtype
rules:
eqeqeq:
- error
- allow-null
no-unused-expressions:
- error
- allowShortCircuit: true
no-use-before-define: off
no-multi-spaces:
- warn
- exceptions:
VariableDeclarator: true
ImportDeclaration: true
no-nested-ternary: off
no-cond-assign:
- error
- except-parens
key-spacing:
- warn
-
beforeColon: false
afterColon: true
mode: 'minimum'
react/sort-comp: off
|
parser: babel-eslint
extends: airbnb/base
plugins:
- flowtype
rules:
eqeqeq:
- error
- allow-null
no-unused-expressions:
- error
- allowShortCircuit: true
no-use-before-define: off
no-multi-spaces: off
no-nested-ternary: off
no-cond-assign:
- error
- except-parens
key-spacing:
- warn
-
beforeColon: false
afterColon: true
mode: 'minimum'
react/sort-comp: off
|
Align lint config to other libs
|
Align lint config to other libs
|
YAML
|
mit
|
guigrpa/timm,guigrpa/timm
|
83fd1f4de10364658452835d80376d17148be726
|
.forestry/front_matter/templates/page.yml
|
.forestry/front_matter/templates/page.yml
|
---
label: Page
hide_body: false
fields:
- type: text
name: title
label: Title
config:
required: true
- name: description
type: text
config:
required: false
label: Description
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
required: true
default: now
- name: updated
type: datetime
label: Updated
description: ''
config:
required: false
date_format: YYYY-MM-DD
time_format:
display_utc: false
- type: list
name: menu
label: Menu
- type: boolean
name: published
label: Published
default: false
- name: image
type: file
config:
maxSize: 250
label: Image
- name: alias
type: list
config:
use_select: false
min:
max:
source:
type: simple
label: Alias
- name: typora-root-url
type: text
config:
required: false
label: typora-root-url
default: "../static"
pages:
- content/a-propos.md
|
---
label: Page
hide_body: false
fields:
- type: text
name: title
label: Title
config:
required: true
- name: description
type: text
config:
required: false
label: Description
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
required: true
default: now
- name: updated
type: datetime
label: Updated
description: ''
config:
required: false
date_format: YYYY-MM-DD
time_format:
display_utc: false
- name: menu
type: field_group_list
fields:
- name: weight
type: number
label: Weight
description: ''
default: 0
required: true
config:
min:
max:
step:
config:
min:
max:
labelField:
label: Menu
- type: boolean
name: published
label: Published
default: false
- name: image
type: file
config:
maxSize: 250
label: Image
- name: alias
type: list
config:
use_select: false
min:
max:
source:
type: simple
label: Alias
- name: typora-root-url
type: text
config:
required: false
label: typora-root-url
default: "../static"
pages:
- content/a-propos.md
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
Narno/narno.com,Narno/narno.com
|
b466cfa4e8c512e0b7d4ffe737b9730a8fff1c67
|
.forestry/front_matter/templates/page.yml
|
.forestry/front_matter/templates/page.yml
|
---
label: Page
hide_body: false
fields:
- type: text
name: title
label: Title
config:
required: true
- name: description
type: text
config:
required: false
label: Description
- name: image
type: file
config:
maxSize: 250
label: Image
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
required: true
default: now
- name: menu
type: list
label: Menu
- type: boolean
name: published
label: Published
default: false
- name: updated
type: datetime
label: Updated
description: ''
config:
required: false
date_format: YYYY-MM-DD
time_format:
display_utc: false
- name: alias
type: list
config:
use_select: false
min:
max:
source:
type: simple
label: Alias
- name: typora-root-url
type: text
config:
required: false
label: typora-root-url
default: "../static"
hidden: true
pages:
- content/a-propos.md
|
---
label: Page
hide_body: false
display_field: title
fields:
- type: text
name: title
label: Title
config:
required: true
- name: description
type: text
config:
required: false
label: Description
- name: image
type: file
config:
maxSize: 250
label: Image
- type: datetime
name: date
label: Date
config:
date_format: YYYY-MM-DD
required: true
default: now
- name: menu
type: list
label: Menu
- type: boolean
name: published
label: Published
default: false
- name: updated
type: datetime
label: Updated
description: ''
config:
required: false
date_format: YYYY-MM-DD
time_format:
display_utc: false
- name: alias
type: list
config:
use_select: false
min:
max:
source:
type: simple
label: Alias
- name: typora-root-url
type: text
config:
required: false
label: typora-root-url
default: "../static"
hidden: true
pages:
- content/a-propos.md
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
Narno/narno.com,Narno/narno.com
|
22e0f001e351585e82564cb44394dad3c885896d
|
infrared/common/roles/tls-everywhere/tasks/prepare_undercloud.yml
|
infrared/common/roles/tls-everywhere/tasks/prepare_undercloud.yml
|
---
- name: Update /etc/hosts with freeipa's details
become: yes
lineinfile:
dest: "/etc/hosts"
line: "{{ freeipa_node_ipaddress }} {{ freeipa_node }}.{{ freeipa_cloud_domain }} {{ freeipa_node }}"
state: present
- name: Install python novajoin
become: yes
package:
name: python-novajoin
state: present
- name: Prepare novajoin to work
become: yes
shell: >
/usr/libexec/novajoin-ipa-setup --principal admin --password {{ freeipa_admin_password }} --server {{ freeipa_node }}.{{ freeipa_cloud_domain }} --realm {{ freeipa_cloud_domain|upper }}
--domain {{ freeipa_cloud_domain }} --hostname {{ groups['undercloud'][0] }}.{{ freeipa_cloud_domain }} --precreate
register: novajoin
- name: Edit undercloud.conf
blockinfile:
path: ~/undercloud.conf
backup: yes
marker: "# {mark} TLS EVERYWHERE SETTINGS -->"
content: |
enable_novajoin = True
ipa_otp = {{ novajoin.stdout }}
undercloud_hostname = {{ groups['undercloud'][0] }}.{{ freeipa_cloud_domain }}
undercloud_nameservers = {{ freeipa_node_ipaddress }}
overcloud_domain_name = {{ freeipa_cloud_domain }}
|
---
- name: Update /etc/hosts with freeipa's details
become: yes
lineinfile:
dest: "/etc/hosts"
line: "{{ freeipa_node_ipaddress }} {{ freeipa_node }}.{{ freeipa_cloud_domain }} {{ freeipa_node }}"
state: present
- name: Install python novajoin
become: yes
package:
name: python-novajoin
state: present
- name: Prepare novajoin to work
become: yes
shell: >
/usr/libexec/novajoin-ipa-setup --principal admin --password {{ freeipa_admin_password }} --server {{ freeipa_node }}.{{ freeipa_cloud_domain }} --realm {{ freeipa_cloud_domain|upper }}
--domain {{ freeipa_cloud_domain }} --hostname {{ groups['undercloud'][0] }}.{{ freeipa_cloud_domain }} --precreate
register: novajoin
- name: Edit undercloud.conf
blockinfile:
path: ~/undercloud.conf
backup: yes
insertbefore: '^\[ctlplane-subnet\]'
marker: "# {mark} TLS EVERYWHERE SETTINGS -->"
content: |
enable_novajoin = True
ipa_otp = {{ novajoin.stdout }}
undercloud_hostname = {{ groups['undercloud'][0] }}.{{ freeipa_cloud_domain }}
undercloud_nameservers = {{ freeipa_node_ipaddress }}
overcloud_domain_name = {{ freeipa_cloud_domain }}
|
Add tls-everywhere settings before ctlplane-subnet section
|
Add tls-everywhere settings before ctlplane-subnet section
In the undercloud.conf we have the [DEFAULT] followed by the
[ctlplane-subnet] section. When the tls-everywhere config settings
get added to the undercloud.conf the first time, they get appended
to config and end up in the [ctlplane-subnet] section. With this
the 'openstack undercloud install' has missing information and do
not configure and setup novajoin correct. As a result the overcloud
deploy will fail getting the certificates.
This change adds before statement to add the tls-everywhere settings
before the [ctlplane-subnet] section to end up in [DEFAULT].
Change-Id: I3dfb3b2db5ffef37c3321506c8ed893d4e112f14
|
YAML
|
apache-2.0
|
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
|
71dd4f699621cb7898f939bf3c17025dbd620f3f
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0
variables:
DOCKER_DRIVER: overlay
services:
- docker:1.12-dind
before_script:
- curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker
- export DOCKER_HOST=${DOCKER_PORT}
- docker info > /dev/null
build:
tags:
- docker
script:
- make verify images
except:
- master
- tags
master_push:
tags:
- docker
script:
- mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json
- make verify
- APP_VERSION=${CI_BUILD_REF_SLUG}-${CI_PIPELINE_ID} make images_push
- APP_VERSION=canary make images_push
only:
- master
release_push:
tags:
- docker
script:
- mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json
- make verify
- APP_VERSION=${CI_COMMIT_TAG} make images_push DOCKER_TAG="${CI_COMMIT_TAG}"
only:
- tags
|
image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0
variables:
DOCKER_DRIVER: overlay
services:
- docker:1.12-dind
before_script:
- curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker
- export DOCKER_HOST=${DOCKER_PORT}
- docker info > /dev/null
build:
tags:
- docker
script:
- make verify images
except:
- master
- tags
master_push:
tags:
- docker
script:
- mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json
- make verify
- make images_push APP_VERSION="${CI_BUILD_REF_SLUG}-${CI_PIPELINE_ID}"
- make images_push APP_VERSION="canary"
only:
- master
release_push:
tags:
- docker
script:
- mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json
- make verify
- make images_push APP_VERSION="${CI_COMMIT_TAG}"
only:
- tags
|
Fix GitLab build use of APP_VERSION
|
Fix GitLab build use of APP_VERSION
Signed-off-by: James Munnelly <[email protected]>
|
YAML
|
apache-2.0
|
jetstack-experimental/cert-manager,jetstack-experimental/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager,cert-manager/cert-manager,jetstack/cert-manager
|
9fab3bd22522542eef00ef382f06d256bd0b92d1
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
gitlab-dev:
tags:
- meao
- gcp
only:
- gitlab
variables:
NAMESPACE: nucleus-dev
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- CLUSTER_NAME=iowa-b bin/update-config.sh
- CLUSTER_NAME=frankfurt bin/update-config.sh
master:
tags:
- meao
- gcp
only:
- master
variables:
NAMESPACE: nucleus-dev
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- bin/update-config.sh
stage:
tags:
- meao
- gcp
only:
- stage
variables:
NAMESPACE: nucleus-stage
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- bin/update-config.sh
prod:
tags:
- meao
- gcp
only:
- prod
variables:
NAMESPACE: nucleus-prod
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- bin/update-config.sh
|
dev:
tags:
- meao
- gcp
only:
- gitlab
- master
variables:
NAMESPACE: nucleus-dev
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- CLUSTER_NAME=iowa-b bin/update-config.sh
- CLUSTER_NAME=frankfurt bin/update-config.sh
stage:
tags:
- meao
- gcp
only:
- stage
variables:
NAMESPACE: nucleus-stage
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- bin/update-config.sh
prod:
tags:
- meao
- gcp
only:
- prod
variables:
NAMESPACE: nucleus-prod
script:
- docker/bin/build_images.sh
- docker/bin/push2dockerhub.sh
- bin/update-config.sh
|
Consolidate gitlab and master branches in to single dev job
|
Consolidate gitlab and master branches in to single dev job
|
YAML
|
mpl-2.0
|
mozilla/nucleus,mozilla/nucleus,mozilla/nucleus,mozilla/nucleus
|
2694ee2c26c0baa492ef99da97c5f7f75cdf0e3a
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
stages:
- build
- test
- deploy
build:
image: docker
services:
- docker:dind
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
script:
- docker pull $CI_REGISTRY_IMAGE:CI_COMMIT_REF_NAME || true
- docker build --cache-from $CI_REGISTRY_IMAGE:CI_COMMIT_REF_NAME --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
deploy-beta:
stage: deploy
image:
name: alpine/helm:3.7.2
entrypoint: [""]
script:
- helm repo add kobo https://gitlab.com/api/v4/projects/32216873/packages/helm/stable
- helm -n beta upgrade kobo-beta kobo/kobo --atomic --set-string kpi.image.tag=${CI_COMMIT_SHORT_SHA} --reuse-values
environment:
name: beta
url: https://kf.beta.kobotoolbox.org
only:
refs:
- master
variables:
- $CI_COMMIT_REF_PROTECTED
|
stages:
- build
- test
- deploy
build:
image: docker
services:
- docker:dind
before_script:
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.gitlab.com
script:
- docker pull $CI_REGISTRY_IMAGE:CI_COMMIT_REF_NAME || true
- docker build --cache-from $CI_REGISTRY_IMAGE:CI_COMMIT_REF_NAME --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA --tag $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME .
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHORT_SHA
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_NAME
deploy-beta:
stage: deploy
image:
name: alpine/helm:3.7.2
entrypoint: [""]
script:
- helm repo add kobo https://gitlab.com/api/v4/projects/32216873/packages/helm/stable
- helm -n beta upgrade kobo-beta kobo/kobo --atomic --set-string kpi.image.tag=${CI_COMMIT_SHORT_SHA} --reuse-values
environment:
name: beta
url: https://kf.beta.kobotoolbox.org
only:
refs:
- public-beta
variables:
- $CI_COMMIT_REF_PROTECTED
|
Use `public-beta` branch in `deploy-beta` job
|
Use `public-beta` branch in `deploy-beta` job
(on GitLab)
|
YAML
|
agpl-3.0
|
kobotoolbox/kpi,kobotoolbox/kpi,kobotoolbox/kpi,kobotoolbox/kpi,kobotoolbox/kpi
|
5478aa52ad91253fac32c5d6e3ea7aa3d7b1a6e4
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
stages:
- build
before_script:
- git submodule update --init --recursive
osx:
stage: build
script:
- atbuild check
- atbuild package
tags:
- openswift
- atbuild
artifacts:
paths:
- bin/xcode_emit*.tar.xz
- bin/xcode-emit.rb
|
stages:
- build
before_script:
- git submodule update --init --recursive
osx:
stage: build
script:
- atbuild check
- atbuild package --configuration release
tags:
- openswift
- atbuild
artifacts:
paths:
- bin/xcode_emit*.tar.xz
- bin/xcode-emit.rb
|
Use release configuration for packaging
|
Use release configuration for packaging
|
YAML
|
apache-2.0
|
AnarchyTools/xcode-emit,AnarchyTools/xcode-emit
|
6115b849336157d0f2566c35c29da5692d1523b0
|
src/main/resources/application.yml
|
src/main/resources/application.yml
|
---
management:
security:
role: ADMIN
enabled: true
server:
port: 8080
secure:
port: 8443
spring:
datasource:
initialize: true
jackson:
serialization:
INDENT_OUTPUT: true
#http:
# mappers:
# jsonPrettyPrint: true
---
spring:
profiles: test
jpa:
hibernate:
ddl-auto: create-drop
generate-ddl: true
show-sql: true
---
spring:
profiles: postgres
jpa:
hibernate:
ddl-auto: create
database-platform: org.hibernate.dialect.PostgreSQLDialect
generate-ddl: true
show-sql: true
datasource:
driverClassName: org.postgresql.Driver
---
spring:
profiles: mysql
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQLDialect
generate-ddl: true
show-sql: true
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/my_db
username: testuser
password: testpassword
|
---
management:
security:
role: ADMIN
enabled: true
server:
port: 8080
secure:
port: 8443
spring:
datasource:
initialize: true
jackson:
serialization:
INDENT_OUTPUT: true
#http:
# mappers:
# jsonPrettyPrint: true
---
spring:
profiles: test
jpa:
hibernate:
ddl-auto: create-drop
generate-ddl: true
show-sql: true
---
spring:
profiles: postgres
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.PostgreSQLDialect
generate-ddl: true
show-sql: true
datasource:
driverClassName: org.postgresql.Driver
---
spring:
profiles: mysql
jpa:
hibernate:
ddl-auto: update
database-platform: org.hibernate.dialect.MySQLDialect
generate-ddl: true
show-sql: true
datasource:
driverClassName: com.mysql.jdbc.Driver
url: jdbc:mysql://localhost:3306/my_db
username: testuser
password: testpassword
|
Update the schema instead of creating it in postgres
|
Update the schema instead of creating it in postgres
|
YAML
|
apache-2.0
|
tsurelad/Midaat-Vaccination-Microservice,tsurelad/Midaat-Vaccination-Microservice,tsurelad/Midaat-Vaccination-Microservice,tsurelad/Midaat-Vaccination-Microservice
|
b5499b3092a52f3ad62163646af64eeedeee833e
|
.install.conf.yaml
|
.install.conf.yaml
|
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.agignore:
~/.aria2/aria2.conf:
~/.axelrc:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.dotfiles: ''
~/.emacs.d:
~/.emacs:
~/.gitconfig:
~/.gitignore_global:
~/.gnupg/gpg.conf:
~/.hgrc:
~/.inputrc:
~/.ipython/profile_default/ipython_kernel_config.py:
~/.irssi:
~/.jupyter/nbconfig/notebook.json: jupyter/notebook.json
~/.local/share/jupyter/nbextensions: jupyter/nbextensions
~/.pythonrc:
~/.rtorrent.rc:
~/.screenrc:
~/.shell:
~/.tmux.conf:
~/.vim:
~/.vimrc:
~/.zsh:
~/.zshrc:
- shell:
- mkdir -p ~/.rtorrent/session ~/.rtorrent/watch ~/.rtorrent/downloads
- git update-submodules # after linking ~/.gitconfig
|
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
~/.agignore:
~/.aria2/aria2.conf:
~/.axelrc:
~/.bash:
~/.bash_profile:
~/.bashrc:
~/.dotfiles: ''
~/.emacs.d:
~/.emacs:
~/.gitconfig:
~/.gitignore_global:
~/.gnupg/gpg.conf:
~/.hgrc:
~/.inputrc:
~/.ipython/profile_default/ipython_kernel_config.py:
~/.irssi:
~/.jupyter/nbconfig/notebook.json: jupyter/notebook.json
~/.local/share/jupyter/nbextensions: jupyter/nbextensions
~/.pythonrc:
~/.rtorrent.rc:
~/.screenrc:
~/.shell:
~/.tmux.conf:
~/.vim:
~/.vimrc:
~/.zsh:
~/.zshrc:
- shell:
- mkdir -p ~/.rtorrent/session ~/.rtorrent/watch ~/.rtorrent/downloads
# the following have to run after linking ~/.gitconfig
- git update-submodules
- >
git cleanall -f
emacs.d/vendor/
irssi/scripts/vendor/
jupyter/nbextensions/
shell/plugins/
vim/bundle/
zsh/plugins/
|
Make install script remove deleted submodules
|
Make install script remove deleted submodules
|
YAML
|
mit
|
anishathalye/dotfiles,anishathalye/dotfiles,anishathalye/dotfiles
|
002599231f284cba01c82b5cfb2bd6fca68f8e64
|
.rubocop_basic.yml
|
.rubocop_basic.yml
|
require: rubocop-rspec
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Include:
- "**/Rakefile"
- "**/config.ru"
Exclude:
- "db/**/*"
- "config/**/*"
- "script/**/*"
TargetRubyVersion: 2.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Layout/IndentationConsistency:
EnforcedStyle: rails
Layout/IndentationWidth:
Enabled: true
Layout/EndOfLine:
EnforcedStyle: lf
Layout/TrailingBlankLines:
Enabled: true
Layout/TrailingWhitespace:
Enabled: true
Lint/LiteralAsCondition:
Enabled: true
Lint/UselessAssignment:
Enabled: true
Metrics/LineLength:
Max: 100
RSpec/NotToNot:
Enabled: true
Style/StringLiterals:
EnforcedStyle: double_quotes
|
require: rubocop-rspec
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Include:
- "**/Rakefile"
- "**/config.ru"
Exclude:
- "db/migrate/**/*"
- "db/schema.rb"
TargetRubyVersion: 2.3
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true
Layout/IndentationConsistency:
EnforcedStyle: rails
Layout/IndentationWidth:
Enabled: true
Layout/EndOfLine:
EnforcedStyle: lf
Layout/TrailingBlankLines:
Enabled: true
Layout/TrailingWhitespace:
Enabled: true
Lint/LiteralAsCondition:
Enabled: true
Lint/UselessAssignment:
Enabled: true
Metrics/LineLength:
Max: 100
RSpec/NotToNot:
Enabled: true
Style/StringLiterals:
EnforcedStyle: double_quotes
|
Enable rubocop rules in config and seed files
|
Enable rubocop rules in config and seed files
We were unintentionally ignoring them while trying to ignore just the
schema file, migration files, and initializers generated with `rails
generate`
|
YAML
|
agpl-3.0
|
AyuntamientoMadrid/participacion,AyuntamientoMadrid/participacion,consul/consul,AyuntamientoPuertoReal/decidePuertoReal,usabi/consul_san_borondon,consul/consul,AyuntamientoMadrid/participacion,consul/consul,AyuntamientoPuertoReal/decidePuertoReal,usabi/consul_san_borondon,consul/consul,AyuntamientoMadrid/participacion,AyuntamientoPuertoReal/decidePuertoReal,consul/consul,usabi/consul_san_borondon,usabi/consul_san_borondon
|
d5ba64d9845f4db990efcdb50ce41f2043c4713c
|
circle.yml
|
circle.yml
|
machine:
python:
version: 2.7.9
node:
version: 4.3.1
dependencies:
pre:
- pip install robotframework==3.0
- pip install robotframework-requests==0.4.4
- pip install robotframework-selenium2library==1.7.4
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_modules
test:
post:
- npm run build
- npm start:
background: true
- pybot -d "./e2e/robot/test_results" ./e2e/robot/tests
general:
artifacts:
- "./e2e/robot/test_results"
|
machine:
python:
version: 2.7.9
node:
version: 4
dependencies:
pre:
- pip install robotframework==3.0
- pip install robotframework-requests==0.4.4
- pip install robotframework-selenium2library==1.7.4
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_modules
test:
post:
- npm run build
- npm start:
background: true
- pybot -d "./e2e/robot/test_results" ./e2e/robot/tests
general:
artifacts:
- "./e2e/robot/test_results"
|
Test against latest Node LTS
|
Test against latest Node LTS
|
YAML
|
mit
|
rangle/typescript-react-redux-starter,rayj480/redux-tasks,ayxos/react-cellar,ayxos/react-cellar,rayj480/redux-tasks,rayj480/redux-tasks,ayxos/react-cellar,rangle/typescript-react-redux-starter,ayxos/react-cellar,bang88/typescript-react-redux-starter,rayj480/redux-tasks,rangle/typescript-react-redux-starter,bang88/typescript-react-redux-starter,rangle/typescript-react-redux-starter,rayj480/redux-tasks,ayxos/react-cellar,bang88/typescript-react-redux-starter,rangle/typescript-react-redux-starter
|
8c395664f5b93aba3a61d24f6a0a41add7b2bfff
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
test:
override:
- mkdir logs
- docker build -t openvas . 2>&1 | tee logs/build.log:
timeout: 1200
general:
artifacts:
- "logs"
|
machine:
services:
- docker
test:
override:
- mkdir logs
- docker build -t openvas . &> logs/build.log:
timeout: 1200
- sh test.sh &> logs/test.log:
timeout: 600
general:
artifacts:
- "logs"
|
Add logs and log artifacts
|
Add logs and log artifacts
|
YAML
|
mit
|
danucalovj/openvas-docker,mikesplain/openvas-docker,mikesplain/openvas-docker,siddharthasahu/openvas-docker
|
b906382a630487d094a9bd940a42dbbe8d3b269f
|
circle.yml
|
circle.yml
|
machine:
java:
version: oraclejdk6
test:
override:
- TERM=dumb ./gradlew --no-color install check
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
|
machine:
java:
version: oraclejdk6
test:
override:
- TERM=dumb ./gradlew --console=plain install check
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
|
Replace deprecated gradle command line argument
|
Replace deprecated gradle command line argument
|
YAML
|
apache-2.0
|
michel-kraemer/gradle-download-task,michel-kraemer/gradle-download-task
|
d38508fe2d22c334984248b8f230729f7bd97d63
|
.github/workflows/linting-and-unit-testing.yml
|
.github/workflows/linting-and-unit-testing.yml
|
name: Node.js v14 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v14
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm run lint
- run: npm test
|
name: Node.js v14 CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js v14
uses: actions/setup-node@v2
with:
node-version: '14.x'
- run: npm ci
- run: npm run lint
- run: npm test
|
Update actions/setup-node action to v2
|
Update actions/setup-node action to v2
Signed-off-by: Renovate Bot <[email protected]>
|
YAML
|
mit
|
paazmaya/maezato
|
310cad6501c066da733c584a0fba533e2a8b2552
|
circle.yml
|
circle.yml
|
machine:
xcode:
version: "8.3.2"
dependencies:
pre:
- brew update 1> /dev/null 2> /dev/null
- brew outdated carthage || brew upgrade carthage
- gem install bundler
test:
override:
- ./scripts/macOS.sh
- ./scripts/iOS.sh
- ./scripts/tvOS.sh
post:
- carthage build --no-skip-current && for platform in Mac iOS tvOS; do test -d Carthage/Build/${platform}/Anchorage.framework || exit 1; done
# This is to work around the fact that CocoaPods wants to set up the master CocoaPods specs
# repo on pod lib lint, which takes several minutes on CircleCI. Without dependancies, this
# isn't a nescessary step. We can point it at any other (smaller) Git repo to speed up this
# step significantly. Because recursion is fun, let's point it at ourselves.
# Relevant CocoaPods bug: https://github.com/CocoaPods/CocoaPods/issues/6154
- bundle exec pod lib lint --sources="https://github.com/Raizlabs/Anchorage"
|
machine:
xcode:
version: "8.3.2"
dependencies:
pre:
- brew update 1> /dev/null 2> /dev/null
- brew outdated carthage || brew upgrade carthage
- gem install bundler
test:
override:
- ./scripts/macOS.sh
- ./scripts/iOS.sh
- ./scripts/tvOS.sh
post:
- carthage build --no-skip-current && for platform in Mac iOS tvOS; do test -d Carthage/Build/${platform}/Anchorage.framework || exit 1; done
# This is to work around the fact that CocoaPods wants to set up the master CocoaPods specs
# repo on pod lib lint, which takes several minutes on CircleCI. Without dependancies, this
# isn't a nescessary step. We can point it at any other (smaller) Git repo to speed up this
# step significantly. Because recursion is fun, let's point it at ourselves.
# Relevant CocoaPods bug: https://github.com/CocoaPods/CocoaPods/issues/6154
- bundle exec pod lib lint --sources="https://github.com/Raizlabs/Anchorage"
deployment:
release:
tag: /\d+(\.\d+)*(-.*)*/
commands:
- bundle exec pod trunk push
|
Enable auto-deploy on CircleCI based on tags.
|
Enable auto-deploy on CircleCI based on tags.
|
YAML
|
mit
|
Raizlabs/Anchorage,Raizlabs/Anchorage,Raizlabs/Anchorage
|
21e184e45818e66b24340a03546dced6fc79cae3
|
circle.yml
|
circle.yml
|
machine:
node:
version: 0.10.33
services:
branches:
only:
- master
|
machine:
node:
version: 0.10.33
services:
branches:
only:
- master
dependencies:
pre:
override:
- mvn install
test:
override:
- mvn verify
|
Add some overrides for starters
|
Add some overrides for starters
|
YAML
|
apache-2.0
|
Fatze/hawtio,samkeeleyong/hawtio,grgrzybek/hawtio,rajdavies/hawtio,jfbreault/hawtio,Fatze/hawtio,tadayosi/hawtio,uguy/hawtio,Fatze/hawtio,Fatze/hawtio,skarsaune/hawtio,mposolda/hawtio,padmaragl/hawtio,andytaylor/hawtio,grgrzybek/hawtio,telefunken/hawtio,hawtio/hawtio,andytaylor/hawtio,stalet/hawtio,jfbreault/hawtio,padmaragl/hawtio,stalet/hawtio,telefunken/hawtio,jfbreault/hawtio,andytaylor/hawtio,rajdavies/hawtio,tadayosi/hawtio,rajdavies/hawtio,samkeeleyong/hawtio,padmaragl/hawtio,andytaylor/hawtio,skarsaune/hawtio,jfbreault/hawtio,uguy/hawtio,samkeeleyong/hawtio,voipme2/hawtio,tadayosi/hawtio,hawtio/hawtio,stalet/hawtio,mposolda/hawtio,skarsaune/hawtio,mposolda/hawtio,stalet/hawtio,skarsaune/hawtio,grgrzybek/hawtio,stalet/hawtio,grgrzybek/hawtio,tadayosi/hawtio,telefunken/hawtio,grgrzybek/hawtio,telefunken/hawtio,samkeeleyong/hawtio,mposolda/hawtio,rajdavies/hawtio,uguy/hawtio,samkeeleyong/hawtio,voipme2/hawtio,andytaylor/hawtio,uguy/hawtio,rajdavies/hawtio,telefunken/hawtio,jfbreault/hawtio,hawtio/hawtio,uguy/hawtio,voipme2/hawtio,skarsaune/hawtio,padmaragl/hawtio,tadayosi/hawtio,hawtio/hawtio,voipme2/hawtio,hawtio/hawtio,mposolda/hawtio,voipme2/hawtio,padmaragl/hawtio,Fatze/hawtio
|
0bbc4e60764c06b2bf29ce6b9bbd64c6ea0a6911
|
circle.yml
|
circle.yml
|
machine:
environment:
INSTALL_PREFIX_DIR: ~/opt
INSTALL_PREFIX_BIN_DIR: ${INSTALL_PREFIX_DIR}/bin
PATH: ${INSTALL_PREFIX_BIN_DIR}:${PATH}
checkout:
post:
- git submodule sync --recursive
- git submodule update --recursive --init
dependencies:
override:
- vendor-install-tools/install.ph meson --installPrefixDir=${INSTALL_PREFIX_BIN_DIR}
test:
post:
- meson --version
- echo 'Does nothing yet'
|
machine:
environment:
INSTALL_PREFIX_DIR: ~/opt
INSTALL_PREFIX_BIN_DIR: ${INSTALL_PREFIX_DIR}/bin
PATH: ${INSTALL_PREFIX_BIN_DIR}:${PATH}
checkout:
post:
- git submodule sync --recursive
- git submodule update --recursive --init
dependencies:
override:
- vendor-install-tools/install.py meson --installPrefixDir=${INSTALL_PREFIX_BIN_DIR}
test:
post:
- meson -v
- echo 'Does nothing yet'
|
Fix typo and meson version is -v not --version.
|
Fix typo and meson version is -v not --version.
|
YAML
|
apache-2.0
|
winksaville/test-meson-helloworld,winksaville/test-meson-helloworld
|
4f663cbbe6e2955e0f5a46a28b4223c78f235f3c
|
circle.yml
|
circle.yml
|
machine:
node:
version: 4.1.2
general:
artifacts:
- $CIRCLE_TEST_REPORTS
test:
override:
- npm run security:check
- npm test -- --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/junit/results.xml
- npm run cover -- --output=$CIRCLE_TEST_REPORTS/coverage/
- CODECLIMATE_REPO_TOKEN=$CODECLIMATE_REPO_TOKEN ./node_modules/.bin/codeclimate-test-reporter < $CIRCLE_TEST_REPORTS/coverage/lcov.info
|
machine:
node:
version: 4.1.2
general:
artifacts:
- $CIRCLE_TEST_REPORTS
test:
override:
- npm run security:check
- npm test -- --reporter mocha-junit-reporter --reporter-options mochaFile=$CIRCLE_TEST_REPORTS/junit/results.xml
- npm run cover
- copy ./coverage $CIRCLE_TEST_REPORTS/coverage
- CODECLIMATE_REPO_TOKEN=$CODECLIMATE_REPO_TOKEN ./node_modules/.bin/codeclimate-test-reporter < $CIRCLE_TEST_REPORTS/coverage/lcov.info
|
Copy the coverage report to the artifact directory
|
Copy the coverage report to the artifact directory
|
YAML
|
mit
|
gregstewart/hearthstone-tracker,gregstewart/hearthstone-tracker
|
952e720807da0326537df4bf5faedbdfe19f1372
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
environment:
IMAGE_NAME: centurylink/watchtower
dependencies:
override:
- docker pull centurylink/golang-builder:latest
test:
override:
- docker run -v $(pwd):/src centurylink/golang-builder:latest --test
deployment:
hub:
branch: master
commands:
- docker run -v $(pwd):/src centurylink/golang-builder:latest
- docker build -t $IMAGE_NAME:latest .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push $IMAGE_NAME:latest
hub_mirror:
branch: auth
owner: rosscado
commands:
- docker run -v $(pwd):/src centurylink/golang-builder:latest
- docker build -t rosscado/watchtower:latest .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push rosscado/watchtower:latest
|
machine:
services:
- docker
environment:
IMAGE_NAME: rosscado/watchtower
dependencies:
override:
- docker pull centurylink/golang-builder:latest
test:
override:
- docker run -v $(pwd):/src centurylink/golang-builder:latest --test
deployment:
hub:
branch: master
commands:
- docker run -v $(pwd):/src centurylink/golang-builder:latest
- docker build -t $IMAGE_NAME:latest .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push $IMAGE_NAME:latest
hub_mirror:
branch: auth
owner: rosscado
commands:
- docker run -v $(pwd):/src centurylink/golang-builder:latest
- docker build -t rosscado/watchtower:latest .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push rosscado/watchtower:latest
|
Change image name to push to rosscado/watchtower
|
Change image name to push to rosscado/watchtower
The circle.yml version on this branch will automatically trigger a Circle CI build and push the resulting Docker image to the DockerHub repo rosscado/watchtower. This is a temporary DockerHub repo for the rosscado/watchtower GitHub repo, and can be used to pull or test unofficial watchtower builds before they are merged into the official centurylink/watchtower repos.
|
YAML
|
apache-2.0
|
talmai/rpi-watchtower,v2tec/watchtower,ubergesundheit/watchtower,CenturyLinkLabs/watchtower,v2tec/watchtower,talmai/rpi-watchtower
|
7192e3fa7f7534d2e6f41c952bbf1ba45eac1365
|
circle.yml
|
circle.yml
|
machine:
services:
- docker
dependencies:
override:
- docker version
- docker info
- docker build -t="blacklabelops/jenkins-swarm" .
test:
override:
- docker run -d --name="jenkins-swarm" blacklabelops/jenkins-swarm
- docker exec jenkins-swarm java -version
|
machine:
services:
- docker
dependencies:
override:
- docker version
- docker info
- docker build -t="blacklabelops/jenkins-swarm" .
test:
override:
- docker run -d --name="jenkins-swarm" blacklabelops/jenkins-swarm
- docker logs jenkins-swarm
|
Build test set to log output.
|
Build test set to log output.
|
YAML
|
mit
|
blacklabelops/jenkins-swarm
|
25544bb5e0f6eb141743dad72102515fe128ec35
|
circle.yml
|
circle.yml
|
## Customize the test machine
machine:
services:
- docker
test:
override:
- lein do clean, test, bin
## deployment:
## docker-hub:
## branch: master
## commands:
## - docker build -t samsara/hydrant .
## - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
## - docker push samsara/hydrant
|
## Customize the test machine
machine:
services:
- docker
test:
override:
- lein do clean, test, bin
deployment:
docker-hub:
branch: master
commands:
- docker build -t samsara/hydrant .
- docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
- docker push samsara/hydrant
|
Fix Auto Docker builds and push
|
Fix Auto Docker builds and push
|
YAML
|
epl-1.0
|
samsara/hydrant
|
ed30481e988ff29a2dfcdc23d15353bdc0ef4c04
|
circle.yml
|
circle.yml
|
machine:
pre:
- sudo rm /home/ubuntu/virtualenvs/venv-system/lib/python2.7/no-global-site-packages.txt
|
dependencies:
pre:
- sudo rm /home/ubuntu/virtualenvs/venv-system/lib/python2.7/no-global-site-packages.txt
|
Delete virtualenv configuration for no site packages
|
Delete virtualenv configuration for no site packages
|
YAML
|
agpl-3.0
|
okfn-brasil/gastos_abertos,LuizArmesto/gastos_abertos,okfn-brasil/gastos_abertos,nucleo-digital/gastos_abertos,LuizArmesto/gastos_abertos,andresmrm/gastos_abertos,andresmrm/gastos_abertos
|
0dccfc86afd5d1c6e8445aa49b094c1423183cdc
|
appveyor.yml
|
appveyor.yml
|
version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2015
install:
- cmd: >-
set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
dnvm install 1.0.0-rc1-update1 -r coreclr -arch x64
cache: C:\Users\appveyor\.dnx\packages
build_script:
- cmd: >-
dnvm use 1.0.0-rc1-update1 -r coreclr -arch x64
dnu restore
dnu build .\src\HTTPlease.Core
test_script:
- cmd: dnx -p test\HTTPlease.Core.Tests test
deploy_script:
- cmd: dnu pack .\src\HTTPlease.Core
|
version: 1.0.{build}
branches:
only:
- development/r1.0
- release/r1.0
image: Visual Studio 2015
install:
- cmd: >-
set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
dnvm install 1.0.0-rc1-update1 -r coreclr -arch x64
cache: C:\Users\appveyor\.dnx\packages
build_script:
- cmd: >-
dnvm use 1.0.0-rc1-update1 -r coreclr -arch x64
dnu restore --quiet
dnu build .\src\HTTPlease.Core
test_script:
- cmd: dnx -p test\HTTPlease.Core.Tests test
deploy_script:
- cmd: dnu pack .\src\HTTPlease.Core
|
Reduce output from dnu restore.
|
Reduce output from dnu restore.
|
YAML
|
mit
|
tintoy/HTTPlease,tintoy/HTTPlease
|
5527f37f4266b264eba0caf397552be24ec1ca25
|
appveyor.yml
|
appveyor.yml
|
environment:
EMACSBIN: emacs-24.4-bin%28i686-pc-mingw32%29.7z
matrix:
fast_finish: true
install:
- ps: Start-FileDownload "http://downloads.sourceforge.net/project/emacs-bin/releases/$env:EMACSBIN"
- ps: 7z x $env:EMACSBIN -oemacs-local | FIND /V "ing "
build_script:
- cmd: FSharp.AutoComplete\fake.cmd Test
test: off
|
environment:
EMACSBIN: emacs-24.4-bin-i686-pc-mingw32.7z
matrix:
fast_finish: true
install:
- ps: Start-FileDownload "http://downloads.sourceforge.net/project/emacs-bin/releases/$env:EMACSBIN"
- ps: 7z x $env:EMACSBIN -oemacs-local | FIND /V "ing "
build_script:
- cmd: FSharp.AutoComplete\fake.cmd Test
test: off
|
Update Emacs link in AppVeyor
|
Update Emacs link in AppVeyor
|
YAML
|
apache-2.0
|
kjnilsson/FSharp.AutoComplete,cloudRoutine/FsAutoComplete,rneatherway/FsAutoComplete,cloudRoutine/FsAutoComplete,vasily-kirichenko/FsAutoComplete
|
46810c8226308786207f1ff7444ad1657bdcc1ed
|
appveyor.yml
|
appveyor.yml
|
# image to use
image: Visual Studio 2017
# version format
version: 1.0.{build}
# Maximum number of concurrent jobs for the project
max_jobs: 1
services:
- mssql2014 # start SQL Server 2014 Express
build:
parallel: true # enable MSBuild parallel builds
project: src\bar-mgmt.sln # path to Visual Studio solution or project
# MSBuild verbosity level
verbosity: normal
|
# image to use
image: Visual Studio 2017
# version format
version: 1.0.{build}
# Maximum number of concurrent jobs for the project
max_jobs: 1
services:
- mssql2014 # start SQL Server 2014 Express
build:
parallel: true # enable MSBuild parallel builds
project: src\bar-mgmt.sln # path to Visual Studio solution or project
# MSBuild verbosity level
verbosity: normal
before_build:
- nuget restore
|
Add nuget restore to before build in AppVeyor yaml to restore packages
|
Add nuget restore to before build in AppVeyor yaml to restore packages
|
YAML
|
mit
|
kujotx/angular4-template,kujotx/angular4-template,kujotx/angular4-template,kujotx/angular4-template
|
88161005eb6ad1517aea8dfc5802ccdb6f0f286f
|
appveyor.yml
|
appveyor.yml
|
version: '{branch}-{build}'
os:
- Visual Studio 2015
- Visual Studio 2017
configuration: Release
branches:
only:
- master
init: []
before_build:
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build_script:
- md build
- cd build
- IF "%APPVEYOR_BUILD_WORKER_IMAGE%" == "Visual Studio 2015" (SET GEN="Visual Studio 14 2015") ELSE (SET GEN="Visual Studio 15 2017")
- cmake -Wno-dev .. -G%GEN%
- cmake --build .
test_script:
- ctest -C Debug --output-on-failure
install: []
|
version: '{branch}-{build}'
os:
- Visual Studio 2015
- Visual Studio 2017
platform:
- Win32
- x64
configuration:
- Release
- Debug
branches:
only:
- master
init: []
before_build:
- ps: |
Write-Output "Configuration: $env:CONFIGURATION"
Write-Output "Platform: $env:PLATFORM"
Write-Output "Toolset: $env:TOOLSET"
$generator = switch ($env:TOOLSET)
{
"v150" {"Visual Studio 15 2017"}
"v140" {"Visual Studio 14 2015"}
}
if ($env:PLATFORM -eq "x64")
{
$generator = "$generator Win64"
}
if ($env:TOOLSET -eq "v140")
{
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
}
build_script:
- md build
- cd build
- cmake -Wno-dev --config "$env:CONFIGURATION" -G "$generator" ..
- cmake --build --config "$env:CONFIGURATION" .
test_script:
- ctest -C "$env:CONFIGURATION" --output-on-failure
install: []
|
Create real build matrix for MSVC
|
Create real build matrix for MSVC
|
YAML
|
mit
|
ColinH/PEGTL,ColinH/PEGTL
|
8c8f4e3923135e25acd90a0eb9d8a2b826abb7a8
|
appveyor.yml
|
appveyor.yml
|
version: 1.0.{build}-{branch}
environment:
RUBYOPT: -Eutf-8
matrix:
- RUBY_VERSION: 200
- RUBY_VERSION: 200-x64
- RUBY_VERSION: 21
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 22
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 23
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 24
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 25
- RUBY_VERSION: 25-x64
- RUBY_VERSION: 26
- RUBY_VERSION: 26-x64
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle install
build: off
before_test:
- ruby -v
- gem -v
- bundle -v
test_script:
- bundle exec rake
|
version: 1.0.{build}-{branch}
environment:
RUBYOPT: -Eutf-8
matrix:
- RUBY_VERSION: 200
- RUBY_VERSION: 200-x64
- RUBY_VERSION: 21
- RUBY_VERSION: 21-x64
- RUBY_VERSION: 22
- RUBY_VERSION: 22-x64
- RUBY_VERSION: 23
- RUBY_VERSION: 23-x64
- RUBY_VERSION: 24
- RUBY_VERSION: 24-x64
- RUBY_VERSION: 25
- RUBY_VERSION: 25-x64
- RUBY_VERSION: 26
- RUBY_VERSION: 26-x64
- RUBY_VERSION: 27
- RUBY_VERSION: 27-x64
install:
- set PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- bundle install
build: off
before_test:
- ruby -v
- gem -v
- bundle -v
test_script:
- bundle exec rake
|
Test against Ruby 2.7 on AppVeyor
|
Test against Ruby 2.7 on AppVeyor
|
YAML
|
mit
|
emsk/bundle_outdated_formatter,emsk/bundle_outdated_formatter
|
d4c1085339d0bbdefcc953e9abffa7f6f295d0a9
|
appveyor.yml
|
appveyor.yml
|
environment:
PYTEST_ADDOPTS: --numprocesses auto
matrix:
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python27"
build: off
before_test:
- "%PYTHON%\\python.exe -m pip install tox wheel"
test_script:
- "%PYTHON%\\python.exe -m tox -e standard"
|
environment:
PYTEST_ADDOPTS: --numprocesses auto
matrix:
- PYTHON: "C:\\Python37"
- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python27"
build: off
before_test:
- "%PYTHON%\\python.exe -m pip install --upgrade pip tox wheel"
test_script:
- "%PYTHON%\\python.exe -m tox -e standard"
|
Upgrade pip to take advantage of env markers and avoid error in itertools
|
Upgrade pip to take advantage of env markers and avoid error in itertools
|
YAML
|
mit
|
AnalogJ/lexicon,AnalogJ/lexicon
|
28d25869af308b4e730964fdc6863cfb772f6555
|
appveyor.yml
|
appveyor.yml
|
build: false
shallow_clone: true
platform:
- x86
# - x64
cache:
- C:\tools\php -> appveyor.yml
init:
- SET PATH=C:\tools\php;%PATH%
- SET COMPOSER_NO_INTERACTION=1
- SET COMPOSER=0
install:
- IF EXIST c:\tools\php\composer (SET COMPOSER=1)
- IF %COMPOSER%==0 cinst -y php -i && cinst -y composer -i -version 4.6.0 -ia /DEV=C:\tools\php
- IF %COMPOSER%==1 composer self-update
- cd %APPVEYOR_BUILD_FOLDER%
- composer install --prefer-dist --no-progress
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- php test.php
|
build: false
shallow_clone: true
platform:
- x86
# - x64
cache:
- C:\tools\php -> appveyor.yml
init:
- SET PATH=C:\tools\php;%PATH%
- SET COMPOSER_NO_INTERACTION=1
- SET COMPOSER=0
install:
- IF EXIST c:\tools\php\composer (SET COMPOSER=1)
- IF %COMPOSER%==0 cinst -y php -i && cinst -y composer -i -version 4.6.0 -ia /DEV=C:\tools\php
- IF %COMPOSER%==1 composer self-update
- cd %APPVEYOR_BUILD_FOLDER%
- echo %APPVEYOR_BUILD_FOLDER%
- composer install --prefer-dist --no-progress
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- php test.php
|
Print out build dir with cached
|
Print out build dir with cached
|
YAML
|
mit
|
johnstevenson/chocolatey-appveyor
|
7462f54fa9ff95261c720e27bcc04f6a58e35fba
|
appveyor.yml
|
appveyor.yml
|
# Thanks for Grunt for template of this file!
# http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "4.0"
- nodejs_version: "5.0"
- nodejs_version: "6.0"
- nodejs_version: "7.4"
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm run build
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- ps: Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
- ps: if ($env:nodejs_version -Eq "7.4") { npm run test }
- ps: powershell.exe ".\test\full\test.ps1"
# Don't actually build.
build: off
# Set build version format here instead of in the admin panel.
version: "{build}"
|
# Thanks for Grunt for template of this file!
# http://www.appveyor.com/docs/appveyor-yml
# Fix line endings in Windows. (runs before repo cloning)
init:
- git config --global core.autocrlf input
# Test against these versions of Node.js.
environment:
matrix:
- nodejs_version: "6.0"
- nodejs_version: "8.0"
- nodejs_version: "10.0"
# Install scripts. (runs after repo cloning)
install:
- ps: Install-Product node $env:nodejs_version
- npm install
- npm run build
# Post-install test scripts.
test_script:
# Output useful info for debugging.
- ps: Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
- ps: if ($env:nodejs_version -Eq "8.0") { npm run test }
- ps: powershell.exe ".\test\full\test.ps1"
# Don't actually build.
build: off
# Set build version format here instead of in the admin panel.
version: "{build}"
|
Test on Node 6, 8, and 10
|
:construction_worker: Test on Node 6, 8, and 10
|
YAML
|
mit
|
felixrieseberg/npm-windows-upgrade
|
b6f9dfca966c361b5f97bacdc60f58a099853677
|
.github/workflows/update-transitive-dependenies.yaml
|
.github/workflows/update-transitive-dependenies.yaml
|
name: Update Transitive Dependencies
on:
schedule:
- cron: '15 11 * * 1' # weekly, on Monday morning (UTC)
jobs:
update:
name: Tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: remove and re-create lock file
run: |
rm package-lock.json
npm install
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.ZORGBORT_TOKEN }}
commit-message: Update Transitive Dependencies
title: Update Transitive Dependencies
body: |
- Dependency updates
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: auto-update-dependencies
labels: dependencies,autoupdate
|
name: Update Transitive Dependencies
on:
schedule:
- cron: '15 11 * * 1' # weekly, on Monday morning (UTC)
jobs:
update:
name: Tests
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
- name: remove and re-create lock file
run: |
rm package-lock.json
npm install
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
with:
token: ${{ secrets.ZORGBORT_TOKEN }}
commit-message: Update Transitive Dependencies
title: Update Transitive Dependencies
body: |
- Dependency updates
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: auto-update-dependencies
labels: dependencies,automerge
|
Apply Correct Tag to Trigger Automerge
|
Apply Correct Tag to Trigger Automerge
|
YAML
|
mit
|
ilios/frontend,dartajax/frontend,jrjohnson/frontend,jrjohnson/frontend,ilios/frontend,dartajax/frontend
|
9023462978134993e2ac7c08cc78b4637f08d6a0
|
zuul/site-variables.yaml
|
zuul/site-variables.yaml
|
# This file contains ansible variables that are used by our zuul-executors.
---
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "dfw.rax" ] -%}
{{ nodepool.region }}.{{ nodepool.cloud }}.opendev.org
{%- else -%}
{{ nodepool.region }}.{{ nodepool.cloud }}.openstack.org
{%- endif -%}
zuul_site_traceroute_host: opendev.org
zuul_site_image_manifest_files:
- /etc/dib-builddate.txt
- /etc/image-hostname.txt
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
bindep_command: /usr/bindep-env/bin/bindep
bindep_fallback: /usr/local/bindep-fallback/bindep-fallback.txt
|
# This file contains ansible variables that are used by our zuul-executors.
---
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.rax" ] -%}
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.opendev.org
{%- else -%}
mirror.{{ nodepool.region | lower }}.{{ nodepool.cloud | lower }}.openstack.org
{%- endif -%}
zuul_site_traceroute_host: opendev.org
zuul_site_image_manifest_files:
- /etc/dib-builddate.txt
- /etc/image-hostname.txt
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
bindep_command: /usr/bindep-env/bin/bindep
bindep_fallback: /usr/local/bindep-fallback/bindep-fallback.txt
|
Fix mirror hostnames after opendev migration test
|
Fix mirror hostnames after opendev migration test
Brown bag fix for errors in
I631e3e3592a9be5c7da642cf34eec6d9758bf161 which are causing job
failures.
Change-Id: I06dcb09a4825a8e39d2dc000e7425649aea7e6a8
|
YAML
|
apache-2.0
|
openstack-infra/project-config,openstack-infra/project-config
|
bd309686d02f1b6f335eb25ef4f84ba7d4069018
|
web/themes/custom/gk_theme/gk_theme.info.yml
|
web/themes/custom/gk_theme/gk_theme.info.yml
|
name: GreenKnowe Theme
type: theme
description: Theme for GreenKnowe
package: Other
core: 8.x
libraries:
- gk_theme/global-styling
base theme: bartik
regions:
header: Header
primary_menu: 'Primary menu'
secondary_menu: 'Secondary menu'
page_top: 'Page top'
page_bottom: 'Page bottom'
highlighted: Highlighted
featured_top: 'Featured top'
breadcrumb: Breadcrumb
content: Content
sidebar_first: 'Sidebar first'
sidebar_second: 'Sidebar second'
featured_bottom_first: 'Featured bottom first'
featured_bottom_second: 'Featured bottom second'
featured_bottom_third: 'Featured bottom third'
footer_first: 'Footer first'
footer_second: 'Footer second'
footer_third: 'Footer third'
footer_fourth: 'Footer fourth'
footer_fifth: 'Footer fifth'
|
name: GreenKnowe Theme
type: theme
description: Theme for GreenKnowe
package: Other
core_version_requirement: ^8 || ^9
libraries:
- gk_theme/global-styling
base theme: bartik
regions:
header: Header
primary_menu: 'Primary menu'
secondary_menu: 'Secondary menu'
page_top: 'Page top'
page_bottom: 'Page bottom'
highlighted: Highlighted
featured_top: 'Featured top'
breadcrumb: Breadcrumb
content: Content
sidebar_first: 'Sidebar first'
sidebar_second: 'Sidebar second'
featured_bottom_first: 'Featured bottom first'
featured_bottom_second: 'Featured bottom second'
featured_bottom_third: 'Featured bottom third'
footer_first: 'Footer first'
footer_second: 'Footer second'
footer_third: 'Footer third'
footer_fourth: 'Footer fourth'
footer_fifth: 'Footer fifth'
|
Mark gk theme d9 compatible
|
Mark gk theme d9 compatible
|
YAML
|
mit
|
greg-1-anderson/gk-8,greg-1-anderson/gk-8,greg-1-anderson/gk-8
|
a591078d1121281df845ece5793efdf109e66793
|
spec/fixtures/data/gas_asset_lists/default_pipes_connectors.yml
|
spec/fixtures/data/gas_asset_lists/default_pipes_connectors.yml
|
---
- pressure_level_index: '0'
part: pipes
type: ye_olde_pipe
amount: '7'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '0'
part: connectors
type: ye_olde_connector
amount: '7'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '0'
part: pipes
type: magic_pipe
amount: '7'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '1'
part: pipes
type: ye_olde_pipe
amount: '3'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '1'
part: connectors
type: magic_connector
amount: '3'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '1'
part: pipes
type: magic_pipe
amount: '3'
stakeholder: customer
building_year: '1970'
|
---
- pressure_level_index: '0'
part: pipes
type: big_pipe
amount: '7'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '0'
part: connectors
type: big_connector
amount: '7'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '0'
part: pipes
type: small_pipe
amount: '7'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '1'
part: pipes
type: big_pipe
amount: '3'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '1'
part: connectors
type: small_connector
amount: '3'
stakeholder: customer
building_year: '1960'
- pressure_level_index: '1'
part: pipes
type: small_pipe
amount: '3'
stakeholder: customer
building_year: '1970'
|
Fix business case calculator spec
|
Fix business case calculator spec
Ref 0d825f8c
|
YAML
|
mit
|
quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses
|
71a298b68ee6a70512f61178f3537b859cbd4932
|
galaxy.yml
|
galaxy.yml
|
- name: composer
src: geerlingguy.composer
version: 1.7.6
- name: ntp
src: geerlingguy.ntp
version: 1.6.4
- name: logrotate
src: nickhammond.logrotate
version: v0.0.5
- name: swapfile
src: oefenweb.swapfile
version: v2.0.22
- name: mailhog
src: geerlingguy.mailhog
version: 2.1.4
|
- name: composer
src: geerlingguy.composer
version: 1.7.6
- name: ntp
src: geerlingguy.ntp
version: 1.6.4
- name: logrotate
src: nickhammond.logrotate
version: v0.0.5
- name: swapfile
src: oefenweb.swapfile
version: v2.0.26
- name: mailhog
src: geerlingguy.mailhog
version: 2.1.4
|
Update `oefenweb.swapfile` from Ansible Galaxy
|
Update `oefenweb.swapfile` from Ansible Galaxy
|
YAML
|
mit
|
newtonne/trellis,roots/bedrock-ansible,pressbooks/trellis,buluma/trellis,buluma/trellis,newtonne/trellis,roots/trellis,roots/bedrock-ansible,buluma/trellis,newtonne/trellis,buluma/trellis,roots/trellis,pressbooks/trellis
|
f1e38d937b7ef60a2e321e9e99116dd39ff47823
|
glide.yaml
|
glide.yaml
|
package: github.com/beamly/go-gocd
import:
- package: github.com/urakozz/go-json-schema-generator
- package: github.com/urfave/cli
version: 1.20.0
- package: gopkg.in/yaml.v2
- package: github.com/sirupsen/logrus
version: master
testImport:
- package: github.com/goreleaser/goreleaser
version: ^0.30.0
subpackages:
- assert
|
package: github.com/beamly/go-gocd
import:
- package: github.com/urakozz/go-json-schema-generator
- package: github.com/urfave/cli
version: 1.20.0
- package: gopkg.in/yaml.v2
- package: github.com/sirupsen/logrus
version: master
- package: github.com/hashicorp/go-version
testImport:
- package: github.com/goreleaser/goreleaser
version: ^0.30.0
subpackages:
- assert
|
Add version parser as dependency
|
Add version parser as dependency
|
YAML
|
apache-2.0
|
drewsonne/go-gocd,drewsonne/go-gocd,drewsonne/go-gocd
|
71cc1718ff78fcea3ac222278ce2428a980b5d08
|
opendaylight/md-sal/model/model-inventory/src/main/yang/netconf-node-inventory.yang
|
opendaylight/md-sal/model/model-inventory/src/main/yang/netconf-node-inventory.yang
|
module netconf-node-inventory {
namespace "urn:opendaylight:netconf-node-inventory";
prefix "netinv";
import opendaylight-inventory { prefix inv; revision-date "2013-08-19";}
import yang-ext {prefix ext; revision-date "2013-07-09";}
revision "2014-01-08" {
description "Initial revision of Inventory model";
}
grouping netconf-node-fields {
leaf connected {
type boolean;
}
leaf-list initial-capability {
type string;
}
leaf-list current-capability {
type string;
}
}
augment /inv:nodes/inv:node {
ext:augment-identifier "netconf-node";
uses netconf-node-fields;
}
}
|
module netconf-node-inventory {
namespace "urn:opendaylight:netconf-node-inventory";
prefix "netinv";
import opendaylight-inventory { prefix inv; revision-date "2013-08-19";}
import yang-ext {prefix ext; revision-date "2013-07-09";}
revision "2014-01-08" {
description "Initial revision of Inventory model";
}
grouping netconf-node-fields {
leaf connected {
type boolean;
}
leaf-list initial-capability {
type string;
}
leaf-list current-capability {
type string;
}
container pass-through {
when "../connected = true";
description
"When the underlying node is connected, its NETCONF context
is available verbatim under this container through the
mount extension.";
}
}
augment /inv:nodes/inv:node {
ext:augment-identifier "netconf-node";
uses netconf-node-fields;
}
}
|
Add a container for pass-through netconf access
|
Add a container for pass-through netconf access
Change-Id: I4eeba4266250df9a27412db52b0a6f9ab2d5b42d
Signed-off-by: Robert Varga <[email protected]>
|
YANG
|
epl-1.0
|
my76128/controller,inocybe/odl-controller,opendaylight/controller,inocybe/odl-controller,aryantaheri/monitoring-controller,aryantaheri/monitoring-controller,Johnson-Chou/test,tx1103mark/controller,mandeepdhami/controller,my76128/controller,aryantaheri/monitoring-controller,aryantaheri/monitoring-controller,aryantaheri/controller,mandeepdhami/controller,Sushma7785/OpenDayLight-Load-Balancer,aryantaheri/controller,Sushma7785/OpenDayLight-Load-Balancer,my76128/controller,522986491/controller,mandeepdhami/controller,tx1103mark/controller,aryantaheri/controller,Johnson-Chou/test,522986491/controller,tx1103mark/controller,tx1103mark/controller,mandeepdhami/controller,my76128/controller
|
eb5fe719a4aecb1cf92ed8c279f97a0d92cc3a4a
|
pcep/segment-routing/src/main/yang/pcep-segment-routing-app-config.yang
|
pcep/segment-routing/src/main/yang/pcep-segment-routing-app-config.yang
|
module pcep-segment-routing-app-config {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config";
prefix "pcep-segment-routing-app-config";
description
"Configuration for the PCEP segment routing extension.";
revision "2016-07-07" {
description
"Initial revision.";
}
container pcep-segment-routing-config {
leaf iana-sr-subobjects-type {
description "If false (default) SR-ERO type (=5) and SR-RRO type (=6) is used,
else proposed type (36) is used for parsing/serialization";
type boolean;
default false;
}
leaf sr-capable {
type boolean;
default true;
}
}
}
|
module pcep-segment-routing-app-config {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config";
prefix "pcep-segment-routing-app-config";
description
"Configuration for the PCEP segment routing extension.";
revision "2016-07-07" {
description
"Initial revision.";
}
container pcep-segment-routing-config {
leaf iana-sr-subobjects-type {
description "If false (default) SR-ERO type (=5) and SR-RRO type (=6) is used,
else proposed type (36) is used for parsing/serialization";
type boolean;
default false;
}
leaf sr-capable {
description "Advertize segment-routing capability";
type boolean;
default true;
}
}
}
|
Add description to pcep SR capability model
|
Add description to pcep SR capability model
Change-Id: I62fb4d9baae0e431d4104689c6571b2002cfdf9e
Signed-off-by: Claudio D. Gasparini <[email protected]>
|
YANG
|
epl-1.0
|
opendaylight/bgpcep
|
b10295c53866235ab7ff4693a1dd3ade99deef5f
|
opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang
|
opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang
|
module opendaylight-mdsal-list-test {
namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:list";
prefix list-test;
description
"This module contains a collection of YANG definitions used for
some test cases.";
revision 2014-07-01 {
description
"Test model for testing data broker with nested lists.";
}
grouping two-level-list {
list top-level-list {
description
"Top Level List";
key "name";
leaf name {
type string;
}
list nested-list {
key "name";
leaf name {
type string;
}
leaf type {
type string;
// mandatory true;
// description
// "Mandatory type of list.";
}
ordered-by user;
description
"A list of service functions that compose the service chain";
}
}
}
container top {
uses two-level-list;
}
notification two-level-list-changed {
uses two-level-list;
}
rpc put-top {
input {
uses two-level-list;
}
}
}
|
module opendaylight-mdsal-list-test {
namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:list";
prefix list-test;
description
"This module contains a collection of YANG definitions used for
some test cases.";
revision 2014-07-01 {
description
"Test model for testing data broker with nested lists.";
}
grouping two-level-list {
list top-level-list {
description
"Top Level List";
key "name";
leaf name {
type string;
}
list nested-list {
key "name";
leaf name {
type string;
}
leaf type {
type string;
// mandatory true;
// description
// "Mandatory type of list.";
}
ordered-by user;
description
"A list of service functions that compose the service chain";
}
}
}
container top {
uses two-level-list;
}
notification two-level-list-changed {
uses two-level-list;
}
rpc put-top {
input {
uses two-level-list;
}
}
rpc get-top {
output {
uses two-level-list;
}
}
}
|
Add get-top rpc with output to sal-test-model
|
Add get-top rpc with output to sal-test-model
Need an rpc with output for a netconf UT.
Change-Id: Ia5f5c3a6a3a1318d8a3cab13c0695f332866e9d4
Signed-off-by: Tom Pantelis <[email protected]>
|
YANG
|
epl-1.0
|
opendaylight/controller
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.