commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
ccd1173e3c66ec35c6b18c42b39c780be5d479a9
.github/workflows/snyk_merge.yaml
.github/workflows/snyk_merge.yaml
--- name: Snyk Clojure Merge on: push jobs: snyk_clojure: runs-on: ubuntu-latest steps: - name: checkout the current PR uses: actions/checkout@v2 with: fetch-depth: 1 persist-credentials: false - name: Run Clojure Snyk Scan id: scan uses: puppetlabs/security-snyk...
--- name: Snyk Clojure Merge on: push jobs: snyk_clojure: runs-on: ubuntu-latest steps: - name: Connect to Twingate uses: twingate/github-action@v1 with: service-key: ${{ secrets.TWINGATE_PUBLIC_REPO_KEY }} - name: checkout the current PR uses: actions/checkout@v2 with: ...
Update snyk clojure action to v2
Update snyk clojure action to v2
YAML
apache-2.0
puppetlabs/clj-http-client,puppetlabs/clj-http-client
0490fe518344bd5d9265f00f0b44e3b5b8cdb83c
.github/workflows/c.yml
.github/workflows/c.yml
name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ openbsd-6.9, freebsd-13.0, netbsd-9.2, dragonflybsd-5.2.0 ] steps: - name: Bootstrap ${{ matrix.os }} us...
name: C/C++ CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ openbsd-7.0 ] steps: - name: Bootstrap ${{ matrix.os }} uses: mario-campos/emulate@main with: ...
Upgrade to OpenBSD 7.0 for CI
Upgrade to OpenBSD 7.0 for CI
YAML
bsd-3-clause
mario-campos/dyndnsd
b2223fb50dd67c2c24a20fb09ea90eb6d251030a
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v1.2.3 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper - id: check-docstring-first - id: check-yaml - id: debug-statements - id: requirements-txt-fixer - id: flake...
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-docstring-first - id: check-yaml - id: debug-statements - id: requirements-txt-fixer - id: flake8 - repo: https://github.co...
Migrate from autopep8-wrapper to mirrors-autopep8
Migrate from autopep8-wrapper to mirrors-autopep8 Committed via https://github.com/asottile/all-repos
YAML
mit
asottile/pyterminalsize,asottile/pyterminalsize
bde3cab216bf00caf3bb4c186fb7b8e8192a5ddd
.github/workflows/fuzz.yml
.github/workflows/fuzz.yml
on: pull_request: branches: [ master ] paths: - '**.c' - '**.h' jobs: fuzz: runs-on: ubuntu-latest steps: - name: Build Fuzzers id: build uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master with: oss-fuzz-project-name: 'jansson' dry-run: false...
on: pull_request: branches: [ master ] paths: - '**.c' - '**.h' jobs: fuzz: runs-on: ubuntu-latest steps: - name: Build Fuzzers id: build uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master with: oss-fuzz-project-name: 'jansson' dry-run:...
Fix GitHub actions workflow syntax
Fix GitHub actions workflow syntax
YAML
mit
akheron/jansson,Mephistophiles/jansson,markalanj/jansson,akheron/jansson,bstarynk/jansson,bstarynk/jansson,markalanj/jansson,akheron/jansson,bstarynk/jansson,Mephistophiles/jansson,markalanj/jansson
41b19446bdbb6deb9b09dfd188b583c3a44976a1
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: Ruby on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby_version: [2.5, 2.6, 2.7, 3.0] steps: - uses: actions/checkout@v2.3.4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} ...
name: Ruby on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby_version: [2.5, 2.6, 2.7, 3.0] steps: - uses: actions/checkout@v2.3.4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby_version }} ...
Change github action to work with simplecov 0.21
Change github action to work with simplecov 0.21
YAML
mit
maartenvanvliet/moneybird,maartenvanvliet/moneybird
714a8bad10b70d8ba4b8cca90557e8279d1fbd76
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: [push] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ve...
name: Test on: [push] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-ve...
Update actions/setup-node action to v2
Update actions/setup-node action to v2
YAML
isc
elliottsj/generate-json-webpack-plugin
69e79a64c9a118e5d49d7aaf7b78526e2419ec25
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: - push - pull_request jobs: test: name: "Ruby ${{ matrix.ruby }}" runs-on: ubuntu-latest strategy: matrix: ruby: ["3.0", "2.7", "2.6", "jruby-head"] steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby }} uses: ruby/setup-ruby@...
name: Test on: - push - pull_request jobs: test: name: "Ruby ${{ matrix.ruby }}" runs-on: ubuntu-latest strategy: matrix: ruby: - 3.1 - "3.0" # Needs quotes, otherwise stringified to "3" - 2.7 - 2.6 - jruby-head steps: - use...
Add Ruby 3.1 to matrix
CI: Add Ruby 3.1 to matrix
YAML
mit
savonrb/wasabi
9afa7cee680de97e1b6e6fb380c46f91982fac39
modules/custom/ga_ticket/config/schema/ga_ticket.schema.yml
modules/custom/ga_ticket/config/schema/ga_ticket.schema.yml
ga_ticket.settings: type: config_object label: 'Ticket settings' mapping: title: type: text label: 'Title'
ga_ticket.settings: type: config_object label: 'Ticket settings' mapping: title: type: text label: 'Title' weezevent_code: type: text label: 'Weezevent Code'
Add Weezevent Code to translation
Add Weezevent Code to translation
YAML
agpl-3.0
Futurolan/ga-website,Futurolan/ga-website,Futurolan/ga-website,Futurolan/ga-website
36a56425a9cad900cbcd8474ebb02ebf89b1639c
chart/templates/tls-secrets.yaml
chart/templates/tls-secrets.yaml
{{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 kind: Secret metadata: name: longhorn namespace: {{ include "release_namespace" . }} labels: {{- include "longhorn.labels" . | nindent 4 }} app: longhorn type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }} ...
{{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 kind: Secret metadata: name: {{ .name }} namespace: {{ include "release_namespace" $ }} labels: {{- include "longhorn.labels" $ | nindent 4 }} app: longhorn type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }...
Fix ability to provide own tls certificate for ingress.
Fix ability to provide own tls certificate for ingress. Signed-off-by: Jan Černý <66c5883bbb8b0cd04d3936cfb2c6f09dc3cc8e6c@Gmail.com> Signed-off-by: JenTing Hsiao <45f52b84e8dbbd6debe686c9cfd4b5cf4d4bd0dc@suse.com>
YAML
apache-2.0
rancher/longhorn
5c3776b35e0a33f90f15bc748166f40e3310abdd
chart/templates/tls-secrets.yaml
chart/templates/tls-secrets.yaml
{{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 kind: Secret metadata: name: longhorn namespace: {{ include "release_namespace" . }} labels: {{- include "longhorn.labels" . | nindent 4 }} app: longhorn type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }} ...
{{- if .Values.ingress.enabled }} {{- range .Values.ingress.secrets }} apiVersion: v1 kind: Secret metadata: name: {{ .name }} namespace: {{ include "release_namespace" $ }} labels: {{- include "longhorn.labels" $ | nindent 4 }} app: longhorn type: kubernetes.io/tls data: tls.crt: {{ .certificate | b64enc }...
Fix ability to provide own tls certificate for ingress.
Fix ability to provide own tls certificate for ingress. Signed-off-by: Jan Černý <66c5883bbb8b0cd04d3936cfb2c6f09dc3cc8e6c@Gmail.com>
YAML
apache-2.0
rancher/longhorn
3f47bafbce039f9f2aac4854d988a0bd42be5b7a
.github/workflows/test_and_release.yml
.github/workflows/test_and_release.yml
name: Test and (maybe) Release on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '1.16' - name: install needed dependencies run: | scripts/bootstrap echo "...
name: Test and (maybe) Release on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '1.16' - name: install needed dependencies run: | scripts/bootstrap echo "...
Add tmate Github Action for debugging
Add tmate Github Action for debugging Signed-off-by: Jesse Szwedko <719fcfb5cfbe2d227592ba0489e86dc2a3b7e15f@gmail.com>
YAML
mit
git-duet/git-duet,git-duet/git-duet
7664178bd1ea6b338500af516ab49c1ec8b915aa
tasks/config.yml
tasks/config.yml
--- - name: config > confluence-init.properties template: src: confluence-init.properties.j2 dest: "{{ confluence_install_dir }}/{{ confluence_version }}/confluence/WEB-INF/classes/confluence-init.properties" owner: root group: root mode: 0444 - name: config > server.xml template: src: ...
--- - name: config > confluence-init.properties template: src: confluence-init.properties.j2 dest: "{{ confluence_install_dir }}/{{ confluence_version }}/confluence/WEB-INF/classes/confluence-init.properties" owner: root group: root mode: 0444 - name: config > server.xml template: src: ...
Create directory for systemd manifest
Create directory for systemd manifest
YAML
apache-2.0
telstra-digital/ansible-role-confluence,telstra-digital/ansible-role-confluence
c1d2c45257b3fbfdefe8a6b44f59c2869a76c52a
circle.yml
circle.yml
machine: services: - docker checkout: post: - echo $CIRCLE_BRANCH - git clone --depth=1 --branch=$CIRCLE_BRANCH https://github.com/movabletype/movabletype.git - cp -r movabletype/* ./ dependencies: cache_directories: - "~/docker" override: - if [[ -e ~/docker/image.tar ]]; then docker...
machine: services: - docker checkout: post: - echo $CIRCLE_BRANCH - git clone --depth=1 --branch=$CIRCLE_BRANCH https://github.com/movabletype/movabletype.git - cp -r movabletype/* ./ - t/git-mtime t/cpanfile t/ldif/cn=config.ldif t/ldif/domain1_example_jp.ldif t/ldif/domain2_example_jp.ldif t/...
Change timestamp of some files for caching in CircleCI Docker.
Change timestamp of some files for caching in CircleCI Docker.
YAML
mit
movabletype/mt-plugin-Loupe,movabletype/mt-plugin-Loupe,movabletype/mt-plugin-Loupe,movabletype/mt-plugin-Loupe,movabletype/mt-plugin-Loupe
3f5925c890f33f914c9fbceaa23137bec668f1c3
circle.yml
circle.yml
machine: xcode: version: 7.3 environment: XCODE_PROJECT: build/tangram.xcodeproj XCODE_SCHEME: phony # Dummy value, Circle won't run without a scheme. checkout: post: - git submodule sync - git submodule update --init --recursive test: pre: - set -o pipefail && mkdir build && ...
machine: xcode: version: 8.1 environment: XCODE_PROJECT: build/tangram.xcodeproj XCODE_SCHEME: phony # Dummy value, Circle won't run without a scheme. checkout: post: - git submodule sync - git submodule update --init --recursive test: pre: - set -o pipefail && mkdir build && ...
Use Xcode 8.1 on Circle
Use Xcode 8.1 on Circle
YAML
mit
cleeus/tangram-es,quitejonny/tangram-es,tangrams/tangram-es,tangrams/tangram-es,tangrams/tangram-es,cleeus/tangram-es,tangrams/tangram-es,quitejonny/tangram-es,quitejonny/tangram-es,cleeus/tangram-es,quitejonny/tangram-es,tangrams/tangram-es,quitejonny/tangram-es,quitejonny/tangram-es,cleeus/tangram-es,tangrams/tangram...
f8db4e4d9211ed860a4024edf26ee64b8445b5df
concourse/templates/web-svc.yaml
concourse/templates/web-svc.yaml
apiVersion: v1 kind: Service metadata: name: {{ template "web.fullname" . }} labels: app: {{ template "web.fullname" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" component: web release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" dns: route53 annotations: kubernete...
apiVersion: v1 kind: Service metadata: name: {{ template "web.fullname" . }} labels: app: {{ template "web.fullname" . }} chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" component: web release: "{{ .Release.Name }}" heritage: "{{ .Release.Service }}" dns: route53 spec: tls: - secretName:...
Remove annotations from service, already in the ingress
Remove annotations from service, already in the ingress
YAML
apache-2.0
skyscrapers/charts
25ccb6bea09a178db3e5a86e5c1a5773ca9199ac
extruder.recipe/meta.yaml
extruder.recipe/meta.yaml
{% set data = load_setuptools() %} package: name: extruder version: {{data.get('version')}} source: path: ../ build: script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - astropy-helpers r...
{% set data = load_setuptools() %} package: name: extruder version: {{data.get('version')}} source: path: ../ build: script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - astropy-helpers r...
Add obvious-ci as a runtime dependency of extruder
Add obvious-ci as a runtime dependency of extruder
YAML
bsd-3-clause
astropy/conda-build-tools,astropy/conda-build-tools
36bf9faeaf515f683d287714a1a4271a07653037
roles/util/tasks/main.yml
roles/util/tasks/main.yml
--- - name: Install homebrew essentials homebrew: name: "{{ item }}" state: present with_items: - curl - git - gpg - jq - openssl - mercurial #gvm wants this - nvm - ssh-copy-id - tree - watch - wget - zsh
--- - name: Install homebrew essentials homebrew: name: "{{ item }}" state: present with_items: - curl - git - gpg - jq - openssl - protobuf - mercurial #gvm wants this - nvm - ssh-copy-id - tree - watch - wget - zsh
Add protobuf to brew installs.
Add protobuf to brew installs.
YAML
mit
cholick/workstation_ansible,cholick/workstation_ansible
795e6e96a0a2c1eeff3dc066b6346d477d255484
common-services.yml
common-services.yml
webapp: build: . command: ./docker_startup_helper.sh environment: # port and host application listens - APP_PORT=8000 - APP_HOST=0.0.0.0 # hardened security compared to default settings. - DJANGO_SECURE_BROWSER_XSS_FILTER=true - DJANGO_SECURE_CONTENT_TYPE_NOSNIFF=true - DJANGO_LOG_LEV...
webapp: build: . command: ./docker_startup_helper.sh environment: # port and host application listens - APP_PORT=8000 - APP_HOST=0.0.0.0 # hardened security compared to default settings. - DJANGO_SECURE_BROWSER_XSS_FILTER=true - DJANGO_SECURE_CONTENT_TYPE_NOSNIFF=true - DJANGO_LOG_LEV...
Make comment about fixed settings more reassuring
Make comment about fixed settings more reassuring
YAML
mit
geometalab/osmaxx,geometalab/osmaxx-frontend,geometalab/osmaxx-frontend,geometalab/osmaxx,geometalab/osmaxx,geometalab/osmaxx-frontend,geometalab/osmaxx-frontend,geometalab/drf-utm-zone-info,geometalab/drf-utm-zone-info,geometalab/osmaxx
ad9216f91b8484d3c1e185e2eef4b625e9267941
app/config/config_dev.yml
app/config/config_dev.yml
imports: - { resource: config.yml } framework: router: resource: "%kernel.root_dir%/config/routing_dev.yml" strict_requirements: true profiler: { only_exceptions: false } web_profiler: toolbar: "%debug_toolbar%" intercept_redirects: "%debug_redirects%" monolog: handlers: ...
imports: - { resource: config.yml } framework: router: resource: "%kernel.root_dir%/config/routing_dev.yml" strict_requirements: true profiler: { only_exceptions: false } web_profiler: toolbar: "%debug_toolbar%" intercept_redirects: "%debug_redirects%" monolog: handlers: ...
Include app translations and place translations under app/Resources/translations
Include app translations and place translations under app/Resources/translations
YAML
apache-2.0
SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA
29a1987332914d7a1babe9f835c2e7f751c3f00e
recipes/vardict-java/meta.yaml
recipes/vardict-java/meta.yaml
{% set version = "1.4.10" %} package: name: vardict-java version: {{ version }} source: fn: VarDict-{{ version }}.zip url: https://github.com/AstraZeneca-NGS/VarDictJava/files/758679/VarDict-{{ version }}.zip md5: 7c14ec203363ad64439e475463ca28cd build: number: 0 requirements: run: - java-jdk tes...
{% set version = "1.5.0" %} package: name: vardict-java version: {{ version }} source: fn: VarDict-{{ version }}.zip url: https://github.com/AstraZeneca-NGS/VarDictJava/files/758679/VarDict-{{ version }}.zip md5: 7c14ec203363ad64439e475463ca28cd build: number: 0 requirements: run: - openjdk test:...
Update VarDict-Java to 1.5.0; move dependency to openjdk as per linting.
Update VarDict-Java to 1.5.0; move dependency to openjdk as per linting.
YAML
mit
daler/bioconda-recipes,lpantano/recipes,keuv-grvl/bioconda-recipes,matthdsm/bioconda-recipes,phac-nml/bioconda-recipes,CGATOxford/bioconda-recipes,martin-mann/bioconda-recipes,jfallmann/bioconda-recipes,matthdsm/bioconda-recipes,saketkc/bioconda-recipes,abims-sbr/bioconda-recipes,peterjc/bioconda-recipes,lpantano/recip...
a2807b7a1b95443f0d3cd6bdf77dc5c16215937b
metadata/com.wire.yml
metadata/com.wire.yml
AntiFeatures: - NonFreeAssets Categories: - Internet - Phone & SMS License: GPL-3.0-or-later SourceCode: https://github.com/wireapp/wire-android IssueTracker: https://github.com/wireapp/wire-android/issues Translation: https://crowdin.com/projects/wire Changelog: https://github.com/wireapp/wire-android/releases ...
AntiFeatures: - NonFreeAssets Categories: - Internet - Phone & SMS License: GPL-3.0-or-later SourceCode: https://github.com/wireapp/wire-android IssueTracker: https://github.com/wireapp/wire-android/issues Translation: https://crowdin.com/projects/wire Changelog: https://github.com/wireapp/wire-android/releases ...
Update Wire to 3.78.13 (2493557)
Update Wire to 3.78.13 (2493557)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
719190d897e586bdaf268953db13955ac68326e1
circle.yml
circle.yml
machine: services: - docker test: override: - docker run -d -p 8000:80 --name php-lumen yamaszone/php-lumen:latest; sleep 10 - vendor/bats/bin/bats tests/bats/
machine: services: - docker test: override: - docker run -d -p 8000:80 --name php-lumen yamaszone/php-lumen:latest; sleep 10 - /home/ubuntu/php-lumen/run tests
Use test runner script to invoke tests
Use test runner script to invoke tests
YAML
mit
yamaszone/php-lumen
99ba3df6bb27651a16f7ba3250dfd899218c9a50
circle.yml
circle.yml
version: 2 # CircleCI version 2 jobs: build: working_directory: ~/transcriptase # The primary container is an instance of the first list image listed. Your build commands run in this container. docker: - image: circleci/node:8.1.0 steps: - checkout test: docker: - image: circleci/no...
version: 2 # CircleCI version 2 jobs: build: working_directory: ~/transcriptase # The primary container is an instance of the first list image listed. Your build commands run in this container. docker: - image: circleci/node:8.1.0 steps: - checkout test: docker: - image: circl...
Make `test` a key under `jobs`
Make `test` a key under `jobs`
YAML
agpl-3.0
briandk/transcriptase,briandk/transcriptase
e3b7b3e6363c2e7a9f9d98ed976e4625d9c6928f
circle.yml
circle.yml
machine: environment: GOPATH: "${HOME}/.go_workspace" PATH: "${PATH}:${GOPATH}/bin" GOPATH_PROJECT: "${GOPATH}/src/github.com/oinume/lekcije" DB_DSN: "lekcije:lekcije@tcp(127.0.0.1:3306)/lekcije_test" services: - mysql dependencies: pre: - echo "" > ~/.gitconfig - git config --global u...
machine: environment: GOPATH: "${HOME}/.go_workspace" PATH: "${PATH}:${GOPATH}/bin" GOPATH_PROJECT: "${GOPATH}/src/github.com/oinume/lekcije" DB_DSN: "lekcije:lekcije@tcp(127.0.0.1:3306)/lekcije_test" services: - mysql dependencies: pre: - echo "" > ~/.gitconfig - git config --global u...
Fix Circle CI build error
Fix Circle CI build error
YAML
mit
oinume/dmm-eikaiwa-fft,oinume/lekcije,oinume/dmm-eikaiwa-fft,oinume/lekcije,oinume/lekcije,oinume/dmm-eikaiwa-fft,oinume/dmm-eikaiwa-fft,oinume/lekcije,oinume/lekcije,oinume/lekcije
e7bdd7acbea62ae6d8bbf3997558229013f8c069
circle.yml
circle.yml
machine: node: version: 4.4.5 general: artifacts: - "dist" - "jsdoc" dependencies: override: - npm install test: post: - npm run lint - npm run jsdoc
machine: node: version: 4.4.5 general: artifacts: - "dist" - "jsdoc" dependencies: post: - npm run build test: post: - npm run lint - npm run jsdoc
Make sure build artifacts exist
Make sure build artifacts exist Currently, Circle CI can't archive `dist/` since we're never actually building the project :-)
YAML
mit
qlik-oss/enigma.js,qlik-oss/enigma.js
89d9bba283a16e226c01a033ac5b73ab7e3249d8
circle.yml
circle.yml
machine: node: version: 7 deployment: staging: branch: master owner: artsy commands: - NODE_ENV=production make deploy env=staging dependencies: override: - yarn install test: override: - "npm run danger" - yarn test: parallel: true
machine: node: version: 7 deployment: staging: branch: master owner: artsy commands: - NODE_ENV=production make deploy env=staging dependencies: override: - yarn install test: override: - "DANG=811cbbb6dff14fe34cc7f ER_TOKEN=7e0778afdd8b1508764 DANGER_GITHUB_API_TOKEN=${DANG}${ER_T...
Use weird danger token separation
Use weird danger token separation
YAML
mit
craigspaeth/positron,kanaabe/positron,kanaabe/positron,eessex/positron,craigspaeth/positron,kanaabe/positron,artsy/positron,craigspaeth/positron,eessex/positron,eessex/positron,eessex/positron,craigspaeth/positron,kanaabe/positron,artsy/positron,artsy/positron,artsy/positron
283da9cc38149c319ba92cf0066acc78530b9b0f
circle.yml
circle.yml
general: artifacts: - build/vistk.js deployment: release: tag: /v[0-9]+(\.[0-9]+)*/ owner: romsson commands: - grunt - echo "Deployment script goes here".
general: artifacts: - build/vistk.js test: post: - grunt deployment: release: tag: /v[0-9]+(\.[0-9]+)*/ owner: romsson commands: - echo "Deployment script goes here".
Build should happen before deployment, after test
Build should happen before deployment, after test To make sure that even branch builds return a fresh artifact.
YAML
mit
cid-harvard/vis-toolkit,cid-harvard/vis-toolkit
df03ec5c642c35d992778ef31a0755bd0c33a1f0
circle.yml
circle.yml
machine: environment: ANDROID_NDK_ROOT: $ANDROID_NDK ## Customize dependencies dependencies: pre: - sudo apt-get install libssl-dev python3 python3-setuptools ruby override: - make - make test - make test_all - sudo make install - sudo make pythemis_install - sudo make rubythemis...
machine: environment: ANDROID_NDK_ROOT: $ANDROID_NDK ## Customize dependencies dependencies: pre: - sudo apt-get install libssl-dev python3 python3-setuptools ruby override: - make - make test - make test_all - sudo make install - sudo make pythemis_install - sudo make rubythemis...
Add ios test to main test script
Add ios test to main test script
YAML
apache-2.0
storojs72/themis,cossacklabs/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,cossacklabs/themis,Lagovas/themis,storojs72/themis,cossacklabs/themis,Lagovas/themis,cossacklabs/themis,cossacklabs/themis,Lagovas/themis,mnaza/themis,mnaza/themis,cossacklabs/themis,mnaza/themis,storojs72/themis,storojs72/themis,Lagovas/the...
79a633ef84ce50f782aede8787c3e60ba443c092
circle.yml
circle.yml
machine: python: version: 3.5.2 dependencies: override: - pip install -r dev-requirements.txt test: pre: - cp blog/settings.example.cfg blog/settings.cfg override: - export BLOG_PATH=$(pwd) && coverage run --source blog -m unittest tests/**.py
machine: python: version: 3.5.2 general: artifacts: - "htmlcov/" dependencies: override: - pip install -r dev-requirements.txt test: pre: - cp blog/settings.example.cfg blog/settings.cfg override: - export BLOG_PATH=$(pwd) && coverage run --source blog -m unittest tests/**.py post: ...
Save HTML Coverage Reports as Artifact
Save HTML Coverage Reports as Artifact
YAML
agpl-3.0
levlaz/blog,levlaz/blog,levlaz/blog,levlaz/blog
8ee80f8f2691c5eddd9dd0780c82189a03535817
circle.yml
circle.yml
machine: python: version: 2.7.12 environment: APEXTESTSDB_BASE_URL: 'https://apextestsdb.herokuapp.com' APEXTESTSDB_USER_ID: 1 CUMULUSCI_PATH: ../CumulusCI GITHUB_USERNAME: mrbelvedere GITHUB_ORG_NAME: SalesforceFoundation GITHUB_REPO_NAME: 'CumulusCI-Test' PREFIX_RELEASE: rel/ S...
machine: python: version: 2.7.12 environment: APEXTESTSDB_BASE_URL: 'https://apextestsdb.herokuapp.com' APEXTESTSDB_USER_ID: 1 CUMULUSCI_PATH: ../CumulusCI GITHUB_USERNAME: mrbelvedere GITHUB_ORG_NAME: SalesforceFoundation GITHUB_REPO_NAME: 'CumulusCI-Test' PREFIX_RELEASE: rel/ S...
Move junit output file to the test reports directory
Move junit output file to the test reports directory
YAML
bsd-3-clause
SalesforceFoundation/CumulusCI-Test
7769ecdbae5e50f170a3a43e9bc697393ea55639
circle.yml
circle.yml
dependencies: cache_directories: - t/build - t/tmp - t/vendor pre: - sudo apt-get install luarocks test: override: - make test
dependencies: cache_directories: - t/build - t/tmp - t/vendor pre: - sudo apt-get install luarocks override: - make test_dependencies test: override: - make test
Fix caching for CI environment.
Fix caching for CI environment.
YAML
mit
UseFedora/lua-resty-auto-ssl,GUI/lua-resty-auto-ssl,UseFedora/lua-resty-auto-ssl
450a4413d624fd86194c3cc0e2638377a16d231f
circle.yml
circle.yml
machine: python: version: 3.4.0 dependencies: override: - pip install -U -r dev-requirements.txt coveralls codecov==1.1.0: timeout: 60 deployment: master: branch: master commands: - pyenv local 2.7.8 - fab deploy test: override: - py.test: timeout: 60 - cov...
machine: python: version: 3.4.0 dependencies: override: - pip install -U -r dev-requirements.txt coveralls codecov==1.1.0: timeout: 60 deployment: master: branch: master commands: - python2 -c "from fabric.api import execute; from fabfile import deploy; execute(deploy, hosts=['104....
Use fabric library to call command through python cli
Use fabric library to call command through python cli
YAML
bsd-3-clause
FreeMusicNinja/api.freemusic.ninja
7b327e7a204efa35d48cc1266f272ac9dedc2bd0
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - name: ":rspec:" command: "rspec --color specs" plugins: docker-compose#v3.8.0: run: app
steps: - name: ":rspec:" command: "rspec --color specs" plugins: docker-compose#v3.9.0: run: app
Update buildkite plugin docker-compose to v3.9.0
Update buildkite plugin docker-compose to v3.9.0
YAML
mit
buildkite/ruby-docker-example
b7f3d2cc363441ed61d8694ae92caebce98a50a7
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - name: ":golang:" command: "./scripts/test.sh" plugins: - docker-compose#v3.0.1: run: app
steps: - name: ":golang:" command: "./scripts/test.sh" plugins: - docker-compose#v3.0.2: run: app
Update buildkite plugin docker-compose to v3.0.2
Update buildkite plugin docker-compose to v3.0.2
YAML
mit
buildkite/golang-docker-example,buildkite/golang-docker-example
d99b17a84cf3409b652c5b66ab81ffbe480a13f4
.pre-commit-config.yaml
.pre-commit-config.yaml
--- # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/PyCQA/isort rev: 5.9.2 hooks: - id: isort - repo: https://github.com/psf/black rev: 21.6b0 hooks: - id: black - repo: https://github.com/pre-co...
--- # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/PyCQA/isort rev: 5.9.2 hooks: - id: isort - repo: https://github.com/psf/black rev: 21.6b0 hooks: - id: black additional_dependencies: ['...
Fix "click" issue in black
Fix "click" issue in black
YAML
mit
exhuma/puresnmp,exhuma/puresnmp
19649fe28bbb820adfa6bd8909efab422959925f
docker-compose.travis.yml
docker-compose.travis.yml
django: command: runtests.sh environment: BASE_SETTINGS_MODULE: docker PGHOST: postgres PGUSER: postgres TRAVIS: image: interaction/icekit:latest links: - elasticsearch - postgres - redis volumes: - ./:/opt/django-icekit - ./.coverage:/opt/django-icekit/.coverage elasticsea...
django: command: runtests.sh environment: BASE_SETTINGS_MODULE: docker PGHOST: postgres PGUSER: postgres TRAVIS: image: interaction/icekit:${TAG} links: - elasticsearch - postgres - redis volumes: - ./:/opt/django-icekit - ./.coverage:/opt/django-icekit/.coverage elasticsea...
Use the image we just built, not `latest`.
Use the image we just built, not `latest`.
YAML
mit
ic-labs/django-icekit,ic-labs/django-icekit,ic-labs/django-icekit,ic-labs/django-icekit
98c28894f3aab4f422dcdd3ce3597d61b9e87234
ansible/playbooks/apps/stack-data.yaml
ansible/playbooks/apps/stack-data.yaml
--- - name: AEM Author CloudFormation Stack hosts: all gather_facts: no connection: local tasks: - name: Create random credentials for system users system_users_credentials: register: credentials tags: - create - name: Ensure data bucket exists s3_bucket: name: "...
--- - name: AEM Author CloudFormation Stack hosts: all gather_facts: no connection: local tasks: - name: Create random credentials for system users system_users_credentials: register: credentials tags: - create - name: Ensure data bucket exists s3_bucket: name: "...
Add step to upload stack provisioner from stage to S3.
Add step to upload stack provisioner from stage to S3.
YAML
apache-2.0
shinesolutions/aem-aws-stack-builder,shinesolutions/aem-aws-stack-builder
a6354c7de77661bd0486321be6f780ddbdf27e54
ansible/roles/workshop/tasks/main.yaml
ansible/roles/workshop/tasks/main.yaml
- name: Create the workshop folder file: path: "{{ BASE }}/workshop" state: directory mode: 0755 - name: Clone all workshop git repos from github become: true become_user: stack git: repo: "https://github.com/{{ item }}" dest: "{{ BASE }}/workshop/{{ item | basename }}" with_items: - af...
- name: Create the workshop folder become: true file: path: "{{ BASE }}/workshop" state: directory mode: 0755 owner: stack - name: Clone all workshop git repos from github become: true become_user: stack git: repo: "https://github.com/{{ item }}" dest: "{{ BASE }}/workshop/{{ item | b...
Create workshop folder for user stack
Create workshop folder for user stack
YAML
apache-2.0
afrittoli/cross_service_tempest_plugins,afrittoli/cross_service_tempest_plugins
5ac1000a92d698d36c3877652ac4c54db482bef2
.github/workflows/build-maven-repo.yml
.github/workflows/build-maven-repo.yml
name: GitHub Actions Demo on: [push] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 T...
name: GitHub Actions Demo on: [push] jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest steps: - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 T...
Add name for bazelisk job
Add name for bazelisk job
YAML
apache-2.0
android/android-test,android/android-test,android/android-test,android/android-test,android/android-test
2269d295e06155cd8871934cd2e578ae40c380cf
app/config/parameters.yml
app/config/parameters.yml
database: driver: pdo_mysql user: cmsv4 password: cmsv4 dbname: cmsv4 host: localhost mail: use: mandrill php_mailer: charset: utf-8 smtp_auth: true host: username: password: port: 587 mandrill: api_key: template_name: template_content: [] global_merge_vars: ...
database: driver: pdo_mysql user: cmsv4 password: cmsv4 dbname: cmsv4 host: localhost mail: use: swift_mailer php_mailer: charset: utf-8 smtp_auth: true host: username: password: port: 587 mandrill: api_key: template_name: template_content: [] global_merge_vars: ...
Adjust naming of swiftmailer > swift_mailer
Adjust naming of swiftmailer > swift_mailer
YAML
mit
rmatil/angular-cms,rmatil/angular-cms
972dc8c2dd62aa989817702f07d6c16ba9e94b5c
docs/_data/docs.yml
docs/_data/docs.yml
- title: Getting Started docs: - home - quickstart - installation - usage - structure - configuration - title: Your Content docs: - frontmatter - posts - drafts - pages - static-files - variables - collections - datafiles - assets - migrations - title: Customization docs: - tem...
- title: Getting Started docs: - home - quickstart - installation - usage - structure - configuration - title: Your Content docs: - frontmatter - posts - drafts - pages - static-files - variables - collections - datafiles - assets - migrations - title: Customization docs: - tem...
Include navigation page in doc list
Include navigation page in doc list Include the navigation page in the sidebar doc list.
YAML
mit
rasa2011/rasa2011.github.io,tillgrallert/jekyll,tomjohnson1492/jekyll,rasa2011/rasa2011.github.io,jaybe-jekyll/jekyll,alex-kovac/jekyll,x-way/jekyll,chrisfinazzo/jekyll,jaybe-jekyll/jekyll,jekyll/jekyll,gencer/jekyll,Strangehill/jekyll,chrisfinazzo/jekyll,ryanshaw/jekyll,fulldecent/jekyll,x-way/jekyll,getandpost/jekyll...
d54fed68ebc769db0d29ac088c9a53a04e9eb709
data/mois.yml
data/mois.yml
1: "janvier" 2: "février" 3: "mars" 4: "avril" 5: "mai" 6: "juin" 7: "juillet" 8: "août" 9: "septembre" 10: "octobre" 11: "novembre" 12: "décembre"
"1": "janvier" "2": "février" "3": "mars" "4": "avril" "5": "mai" "6": "juin" "7": "juillet" "8": "août" "9": "septembre" "10": "octobre" "11": "novembre" "12": "décembre"
Fix 0.37 warning: convert keys to strings
Fix 0.37 warning: convert keys to strings
YAML
mit
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
713cf4a9cd547d8476c71c98f922088f6f50dca7
src/OpenClassroomsCourse/PlatformBundle/Resources/config/services.yml
src/OpenClassroomsCourse/PlatformBundle/Resources/config/services.yml
services: # open_classrooms_course_platform.example: # class: OpenClassroomsCourse\PlatformBundle\Example # arguments: ["@service_id", "plain_value", "%parameter%"] services: openclassroomscourse_platform.spam_filter: class: OpenClassroomsCourse\PlatformBundle\Filter\SpamFilter arg...
services: # open_classrooms_course_platform.example: # class: OpenClassroomsCourse\PlatformBundle\Example # arguments: ["@service_id", "plain_value", "%parameter%"] services: openclassroomscourse_platform.spam_filter: class: OpenClassroomsCourse\PlatformBundle\Filter\SpamFilter arg...
Add quotes around scalar parameter.
Add quotes around scalar parameter.
YAML
mit
stevepetcu/openclassrooms_course,stevepetcu/openclassrooms_course,stevepetcu/openclassrooms_course
83acf9a0fb22f3cef763d1663716488a783b4a1f
.expeditor/config.yml
.expeditor/config.yml
product_key: push-jobs-server # Slack channel in Chef Software slack to send notifications about build failures, etc slack: notify_channel: chef-server-notify github: maintainer_group: chef/sustaining-eng-team merge_actions: built_in:bump_version: ignore_labels: "Version: Skip Bump" built_in:update_chang...
product_key: push-jobs-server # Slack channel in Chef Software slack to send notifications about build failures, etc slack: notify_channel: chef-server-notify github: maintainer_group: chef/sustaining-eng-team merge_actions: built_in:bump_version: ignore_labels: "Version: Skip Bump" built_in:update_chang...
Update the CHANGELOG when push-server is promoted to stable
Update the CHANGELOG when push-server is promoted to stable Signed-off-by: Tom Duffield <96835dd8bfa718bd6447ccc87af89ae1675daeca@chef.io>
YAML
apache-2.0
chef/opscode-pushy-server,chef/opscode-pushy-server,chef/opscode-pushy-server
4d7e6e0bf72dab374cf5e9fc2299ef3a6dfcf85e
app/config/services.yml
app/config/services.yml
parameters: services:
parameters: services: app.host-repository: class: Doctrine\ORM\EntityRepository factory: ['@doctrine.orm.default_entity_manager', getRepository] arguments: - CBList\ModelBundle\Entity\Host app.category-repository: class: Doctrine\ORM\EntityRepository factory...
Add various Repository service definitions
Add various Repository service definitions
YAML
mit
becosta/cb-list-platform
a1697a5f5e8da800ca093b7e466f26fd5bb17fa2
.kitchen.yml
.kitchen.yml
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] suites: - name: disable run_list: - recipe[apparmor::default] attributes: apparmor: disable: ...
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: ubuntu-15.04 run_list: - recipe[apt::default] suites: - name: disable run_list: - recipe[a...
Add Ubuntu 15.04 to test systemd
Add Ubuntu 15.04 to test systemd
YAML
apache-2.0
chef-cookbooks/apparmor,opscode-cookbooks/apparmor,opscode-cookbooks/apparmor
0323ecf5258b879856f304aba029f5496819888e
.ravello.yml
.ravello.yml
applications: - name: platformtest vms: - name: centos6 sysinit: "yum -y install dbus-devel dbus-x11" - name: fedora16 sysinit: "yum -y install dbus-devel dbus-x11" - name: fedora17 sysinit: "yum -y install dbus-devel dbus-x11" - name: ubuntu1204 sysinit: "a...
language: nodefaults applications: - name: platformtest vms: - name: centos6 sysinit: "yum -y install dbus-devel dbus-x11" - name: fedora16 sysinit: "yum -y install dbus-devel dbus-x11" - name: fedora17 sysinit: "yum -y install dbus-devel dbus-x11" - name: ubuntu120...
Test on Python3 as well.
Test on Python3 as well.
YAML
mit
geertj/python-dbusx,geertj/python-dbusx
450dc16e74ca5f88dcb4fbfda247d617ae1c4793
.rubocop.yml
.rubocop.yml
require: - rubocop-performance - rubocop-rails - rubocop-rspec AllCops: TargetRailsVersion: 5.2 TargetRubyVersion: 2.7 Exclude: - 'bin/*' - 'db/**/*' - 'log/**/*' - 'node_modules/**/*' - 'public/**/*' - 'tmp/**/*' - 'vendor/**/*' Layout/LineLength: Enabled: false Metrics/Blo...
require: - rubocop-performance - rubocop-rails - rubocop-rspec AllCops: TargetRailsVersion: 5.2 TargetRubyVersion: 2.7 Exclude: - 'bin/*' - 'db/**/*' - 'log/**/*' - 'node_modules/**/*' - 'public/**/*' - 'tmp/**/*' - 'vendor/**/*' Layout/LineLength: Enabled: false Lint/RaiseE...
Add new RuboCop offences configuration
Add new RuboCop offences configuration
YAML
bsd-2-clause
diowa/ruby2-rails5-bootstrap-heroku,diowa/ruby2-rails5-bootstrap-heroku,diowa/ruby2-rails5-bootstrap-heroku
a84209984bf0dc9ba29e4b7345e14bfd2acd0aa3
.rubocop.yml
.rubocop.yml
# Disable line-length check; it's too easy for the cure to be worse than the disease Metrics/LineLength: Enabled: False # Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947) Style/Documentation: Enabled: false # Allow one line around class body (Style/EmptyLines will...
# Don't check generated files AllCops: Exclude: - 'db/schema.rb' # Disable line-length check; it's too easy for the cure to be worse than the disease Metrics/LineLength: Enabled: False # Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947) Style/Documentation: E...
Exclude generated schema.rb from RuboCop checks
Exclude generated schema.rb from RuboCop checks
YAML
mit
CDLUC3/stash,CDLUC3/stash,CDLUC3/stash,CDLUC3/stash
2aff15daf84dff5f4f246dbc06ca8754fcf68153
.styleci.yml
.styleci.yml
preset: symfony finder: - path: src - path: tests enabled: - ordered_use - strict disabled: - empty_return
preset: symfony finder: path: [src, tests] enabled: - ordered_use - strict disabled: - empty_return
Fix the StyleCI configuration not to replace "Tests" namespace by "tests" (attempt 2)
Fix the StyleCI configuration not to replace "Tests" namespace by "tests" (attempt 2)
YAML
mit
mnapoli/repository,puli/repository,samsonasik/repository,stof/repository,tgalopin/repository,WedgeSama/repository,kormik/repository,temp/repository
7d7d7d0833c382b078b6d1aa8a745352e5b129d9
roles/conduit/defaults/main.yml
roles/conduit/defaults/main.yml
--- # Where to fetch the kersing packages forwarder_baseurl_kersing: https://github.com/kersing/multitech-installer/raw/master # Where to fetch the TTN packages forwarder_baseurl_ttn: https://github.com/TheThingsNetwork/packet_forwarder/releases/download # mLinux upgrade info mlinux_upgrade_bin: "mlinux-factory-image...
--- # Where to fetch the kersing packages forwarder_baseurl_kersing: https://github.com/kersing/multitech-installer/raw/master # Where to fetch the TTN packages forwarder_baseurl_ttn: https://github.com/TheThingsNetwork/packet_forwarder/releases/download # mLinux upgrade info mlinux_upgrade_bin: "mlinux-factory-image...
Fix path to mLinux upgrade downloads
Fix path to mLinux upgrade downloads
YAML
mit
IthacaThings/ttn-multitech-cm,IthacaThings/ttn-multitech-cm
e6080d8009977b66e98a4f3774d17384117a54a1
metadata/manifest.yml
metadata/manifest.yml
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '7.0.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cart...
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '7.1.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cart...
Set default Node.js version to 7.1.0
Set default Node.js version to 7.1.0
YAML
isc
icflorescu/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs
b140d4e43f56e1e48b9137a1137e92d6bbe2850c
packages/be/beam.yaml
packages/be/beam.yaml
homepage: http://travis.athougies.net/projects/beam.html changelog-type: '' hash: 8b152385012f449ccf0bcfafe8563437e07e89e3b2671ba7db51d5c7aed11bb1 test-bench-deps: {} maintainer: travis@athougies.net synopsis: A type-safe SQL mapper for Haskell that doesn't use Template Haskell changelog: '' basic-deps: base: ! '>=4....
homepage: http://travis.athougies.net/projects/beam.html changelog-type: '' hash: 9de9d5326c4e391028255d15efbb64c9233c66d04892b92f637241d2c9ae85a2 test-bench-deps: {} maintainer: travis@athougies.net synopsis: A type-safe SQL mapper for Haskell that doesn't use Template Haskell changelog: '' basic-deps: base: ! '>=4....
Update from Hackage at 2016-01-26T02:41:21+0000
Update from Hackage at 2016-01-26T02:41:21+0000
YAML
mit
commercialhaskell/all-cabal-metadata
28761f8633a2e0741dfdc89f7d89b81499b6466e
core/folioxml/resources/test.yaml
core/folioxml/resources/test.yaml
folio_help: infobases: - id: foliohelp path: files/folio-help/FolioHlp.FFF - id: getting_started path: files/folio-help/Getstrt4.FFF export_locations: default: path: "files/folio-help/export/{id}-{stamp}/{input}" luceneindex: path: "files/indexes/folio-help/" image: ...
folio_help: infobases: - id: foliohelp path: files/folio-help/FolioHlp.FFF # - id: getting_started # path: files/folio-help/Getstrt4.FFF export_locations: default: path: "files/folio-help/export/{id}-{stamp}/{input}" luceneindex: path: "files/indexes/folio-help/" image: ...
Drop second help file from config.
Travis: Drop second help file from config.
YAML
apache-2.0
imazen/folioxml,imazen/folioxml
771ae5ceb8cf4b6156e09d94ec003512597162c9
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: node-w3capi tests on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] env: W3CAPIKEY: ${{ secrets.W3CAPIKEY }} steps: - uses: actions/checkout@v2 ...
name: node-w3capi tests on: [push, pull_request_target, workflow_dispatch] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] if: | (github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') || (github.event_name != 'pull_requ...
Fix workflow and provide API key to dependabot PRs
Fix workflow and provide API key to dependabot PRs
YAML
mit
w3c/node-w3capi
373a2f4f260811dfea2530238e2cf998b8866314
data/building-hours/4-3-rølvaag-library.yaml
data/building-hours/4-3-rølvaag-library.yaml
name: Rølvaag Library image: rolvaag-library category: Libraries schedule: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:45am', to: '2:00am'} - {days: [Fr], from: '7:45am', to: '9:00pm'} - {days: [Sa], from: '9:00am', to: '9:00pm'} - {days: [Su], from: '12:00pm', to: '2:00am'}...
name: Rølvaag Library image: rolvaag-library category: Libraries schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th], from: '7:45am', to: '2:00am'} # - {days: [Fr], from: '7:45am', to: '9:00pm'} # - {days: [Sa], from: '9:00am', to: '9:00pm'} # - {days: [Su], from: '12:00pm', to: '...
Comment out AY Rølvaag hours
Comment out AY Rølvaag hours
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
91a69694c558d1fa8843beb2e9e66f16ee981a48
scikit-ci.yml
scikit-ci.yml
schema_version: "0.5.0" before_install: environment: PYTHON: python RUN_ENV: "" appveyor: environment: PYTHON: $<PYTHON_DIR>\\python.exe RUN_ENV: .\\appveyor\\run-with-visual-studio.cmd commands: - python appveyor/patch_vs2008.py - python appveyor/install_visual_studio_wra...
schema_version: "0.5.0" before_install: environment: PYTHON: python RUN_ENV: "" appveyor: environment: PYTHON: $<PYTHON_DIR>\\python.exe RUN_ENV: .\\appveyor\\run-with-visual-studio.cmd commands: - python appveyor/patch_vs2008.py - python appveyor/install_visual_studio_wra...
Add test checking CMake version
ci: Add test checking CMake version
YAML
apache-2.0
scikit-build/scikit-ci-addons,scikit-build/scikit-ci-addons
97fd0272be6765bcd830d1d1eae5d16fc46ac375
vars/undercloud-local.yaml
vars/undercloud-local.yaml
undercloud_user: stack ssh_user: "{{ undercloud_user }}" non_root_user: "{{ undercloud_user }}" non_root_group: "{{ undercloud_user }}" local_working_dir: "{{ lookup('env', 'LWD') }}" working_dir: /home/{{ undercloud_user }} undercloud_vcpu: 3 undercloud_disk: 50 undercloud_memory: 4096
undercloud_user: stack ssh_user: "{{ undercloud_user }}" non_root_user: "{{ undercloud_user }}" non_root_group: "{{ undercloud_user }}" local_working_dir: "{{ lookup('env', 'LWD') }}" working_dir: /home/{{ undercloud_user }} undercloud_vcpu: 3 undercloud_disk: 50 undercloud_memory: 4096 # TODO consider priv VMs magic ...
Add notes for priv libvirt VMs configs
Add notes for priv libvirt VMs configs Signed-off-by: Bogdan Dobrelya <62b3a3e71fe69d786a0eb2bf561b6ce08e31d2cc@mail.ru>
YAML
apache-2.0
bogdando/oooq-warp
fa3ffd62155e1fe6876b6f42868ed99e134cd6e9
.btd.yml
.btd.yml
input: docs output: _build requirements: requirements.txt target: gh-pages formats: [ html, pdf, man ] theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
input: docs output: build requirements: requirements.txt target: gh-pages formats: [ html, pdf, man ] theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
Update BTD config for build
Update BTD config for build Signed-off-by: Teodor-Dumitru Ene <2853baffc346a14b7885b2637a7ab7a41c2198d9@gmail.com>
YAML
apache-2.0
tdene/synth_opt_adders
6a4608446b7b5bb3fc9c30ef3ac457cc341bb145
docker-compose.yml
docker-compose.yml
mongo: image: mongo # volumes: # - ./data/runtime/db:/data/db # - ./data/dump:/dump command: mongod --smallfiles --oplogSize 128 rocketchat: image: rocketchat/rocket.chat:latest # volumes: # - ./uploads:/app/uploads environment: - PORT=3000 - ROOT_URL=http://yourhost:3000 - MONGO_URL=mongo...
mongo: image: mongo # volumes: # - ./data/runtime/db:/data/db # - ./data/dump:/dump command: mongod --smallfiles --oplogSize 128 rocketchat: image: rocketchat/rocket.chat:latest # volumes: # - ./uploads:/app/uploads environment: - PORT=3000 - ROOT_URL=http://yourhost:3000 - MONGO_URL=mongo...
Update hubot version to v.0.1.4
Update hubot version to v.0.1.4 Version 1.x.x was being used and it's not working right.
YAML
mit
xasx/Rocket.Chat,AimenJoe/Rocket.Chat,k0nsl/Rocket.Chat,Gyubin/Rocket.Chat,Kiran-Rao/Rocket.Chat,igorstajic/Rocket.Chat,ziedmahdi/Rocket.Chat,fatihwk/Rocket.Chat,Achaikos/Rocket.Chat,Gyubin/Rocket.Chat,4thParty/Rocket.Chat,cnash/Rocket.Chat,4thParty/Rocket.Chat,JamesHGreen/Rocket_API,JamesHGreen/Rocket_API,subesokun/Ro...
578829af335c7c01b1139ab8ee34ba5137c57228
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres environment: - POSTGRES_DB=om - POSTGRES_USER=om - POSTGRES_PASSWORD=om ports: - "5433:5432" web: build: context: . depends_on: - db entrypoint: dock...
version: '2' services: db: restart: always image: postgres environment: - POSTGRES_DB=om - POSTGRES_USER=om - POSTGRES_PASSWORD=om ports: - "5432:5432" web: restart: always build: context: . command: sh docker/docker-comm...
Add restart: always and use default ports (docker containers).
Add restart: always and use default ports (docker containers).
YAML
mpl-2.0
vecnet/om,vecnet/om,vecnet/om,vecnet/om,vecnet/om
863f4d4999c2b25d9ca0910e4a2b83e04a3d5b04
docker-compose.yml
docker-compose.yml
db: image: postgres volumes: - postgresql:/var/lib/postgresql web: build: . command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" links: - db env_file: .env
db: image: postgres volumes: - ./postgresql:/var/lib/postgresql web: build: . command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" links: - db env_file: .env
Fix volume path for docler
Fix volume path for docler
YAML
mit
palcu/infoeducatie-api,palcu/infoeducatie-api,infoeducatie/infoeducatie-api,infoeducatie/infoeducatie-api,infoeducatie/infoeducatie-api,palcu/infoeducatie-api
743cfa60164ba705ca457dee01500c46b49ba75a
docker-compose.yml
docker-compose.yml
version: '3.5' networks: public: external: name: traefik_webgateway services: app: build: args: - XDEBUG=true - NODE_JS=true - RELEASE_VERSION=apache - USER_ID=${USER_ID} - GROUP_ID=${USER_ID} context: ~/docker container_name: mvc5playground ...
version: '3.5' networks: public: external: name: traefik_webgateway services: app: build: args: - XDEBUG=true - NODE_JS=true - RELEASE_VERSION=apache - USER_ID=${USER_ID} - GROUP_ID=${GROUP_ID} - TZ=${TZ} context: ~/docker container_nam...
Add timezone to docker compose and fix group id.
Add timezone to docker compose and fix group id.
YAML
mit
devosc/mvc5-application,mvc5/mvc5-application,mvc5/mvc5-application,devosc/mvc5-application,devosc/mvc5-application
07c3664fd18ce7f5be76ba3c8a508a7b2689ae52
.github/workflows/build.yml
.github/workflows/build.yml
on: push: paths: - '.github/workflows/ci.yml' - 'import.go' - 'db/schema.sql' pull_request: branches: - main schedule: - cron: '0 0 * * *' jobs: build: runs-on: ubuntu-latest steps: - name: Set Git Tag name id: date run: | echo "{tag_n...
on: push: paths: - '.github/workflows/ci.yml' - 'import.go' - 'db/schema.sql' pull_request: branches: - main schedule: - cron: '0 0 * * *' jobs: build: runs-on: ubuntu-latest steps: - name: Set Git Tag name id: date run: | echo "{tag_n...
Make `GH_TOKEN` available as env var when importing data
Make `GH_TOKEN` available as env var when importing data
YAML
mit
hanami/contributors,hanami/contributors
1fb23153a5d4fa424d4a1188c039b619cf41af87
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 12.x - 13.x steps: - uses: actions/checkout@v1 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ mat...
name: Build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 12.x - 13.x steps: - uses: actions/checkout@v1 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-ve...
Build on push and pull-request
Build on push and pull-request
YAML
mit
asciidoctor/asciidoctor-cli.js,asciidoctor/asciidoctor-cli.js
be66bb6094df84e7bcbaed493a9986a324d51dde
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Urlaubsverwaltung CI on: [push] jobs: build: name: with jdk ${{ matrix.java }} runs-on: ubuntu-latest strategy: matrix: java: [ '11', '12' ] steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version:...
name: Urlaubsverwaltung CI on: [push] jobs: build: name: with jdk ${{ matrix.java }} runs-on: ubuntu-latest strategy: matrix: java: [ '11', '12', '13' ] steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-ve...
Add java 13 to github actions
Add java 13 to github actions
YAML
apache-2.0
synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung
2ad72f969aff70cc3020cc796aeecdc85c8cfdf2
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tinycss2's tests on: [push] jobs: tests: name: ${{ matrix.os }} - ${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, pypy3] exclude: ...
name: tinycss2's tests on: [push] jobs: tests: name: ${{ matrix.os }} - ${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9, pypy3] exclude: ...
Add Python 3.9 in CI
Add Python 3.9 in CI
YAML
bsd-3-clause
SimonSapin/tinycss2
1801842536ea9732de855cc6ca0e1af50562c69a
deploy/ansible/roles/configure/tasks/main.yml
deploy/ansible/roles/configure/tasks/main.yml
# Configure the box. This happens after the base initialization, but before # the project is cloned or built. - name: set hostname hostname: name={{hostname}} - name: add loopback references to our domain in /etc/hosts lineinfile: dest=/etc/hosts state=present line="127.0.0.1 {{hostname}} {{app_fqdn}}...
# Configure the box. This happens after the base initialization, but before # the project is cloned or built. - name: set hostname hostname: name={{hostname}} - name: add loopback references to our domain in /etc/hosts lineinfile: dest=/etc/hosts state=present line="127.0.0.1 {{hostname}} {{app_fqdn}}...
Allow passwordless sudo in development.
Allow passwordless sudo in development.
YAML
mit
jugglinmike/deployment-workflow,bocoup/deployment-workflow,jugglinmike/deployment-workflow,bocoup/deployment-workflow,bocoup/deployment-workflow,jugglinmike/deployment-workflow
e99de29cffe878516c6efe3629fbd8c45d493a69
molecule/default/converge.yml
molecule/default/converge.yml
--- - name: Converge hosts: all pre_tasks: - name: update apt package cache apt: update_cache: yes when: (ansible_os_family | lower) == 'debian' roles: - role: nephelaiio.tree
--- - name: Converge hosts: all pre_tasks: - name: update apt package cache apt: update_cache: yes when: (ansible_os_family | lower) == 'debian' changed_when: false roles: - role: nephelaiio.tree
Fix bogus idempotency test failure
Fix bogus idempotency test failure
YAML
mit
nephelaiio/ansible-role-tree
575e2d7559808b47236aadd6b07fd218d3af0034
manifest.yml
manifest.yml
--- language: staticfile default_versions: - name: nginx version: 1.13.5 dependencies: - name: nginx version: 1.13.5 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.5-linux-x64-50e8d1ff.tgz md5: 50e8d1fff9edde27198db3b933cce203 cf_stacks: - cflinuxfs2 pre_package: scripts/build.sh inc...
--- language: staticfile default_versions: - name: nginx version: 1.13.5 dependencies: - name: nginx version: 1.13.5 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.5-linux-x64-300d56a9.tgz md5: 300d56a9a6c459f00a9cf4fc8221ce24 cf_stacks: - cflinuxfs2 pre_package: scripts/build.sh inc...
Add nginx 1.13.5, remove nginx 1.13.5
Add nginx 1.13.5, remove nginx 1.13.5 source url: http://nginx.org/download/nginx-1.13.5.tar.gz source gpg-signature: -----BEGIN PGP SIGNATURE----- iQEcBAABAgAGBQJZrsNEAAoJEFIKmZOhwFL4I2UH/01ZDIEOJPAL+r5O8xkvOkyA N8cu334iqaEBsujtYPWw1SnvEot0tW+vLf2Bto/boPnyB6DinnCKCNjmiLEHzLGq 5+q/ujn48eVBhvsb1RviSjSMLmw+75uk1eN1txdF...
YAML
apache-2.0
cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack
d65654f694f618a0005da004b42d058ccf88ac09
ghpages/_config.yml
ghpages/_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Include https for base site protocol
Include https for base site protocol
YAML
mit
naomiaro/waveform-playlist,naomiaro/waveform-playlist
01368ee0483e3ed6a8a0a7d9c60ad3996925b145
cron.yaml
cron.yaml
cron: - description: refresh url: /fm/start_parse_missions schedule: every monday 05:30 timezone: Europe/Paris - description: launch missions url: /fm/start_launch_missions schedule: every 1 hours timezone: Europe/Paris - description: taxes url: /fm/start_taxes schedule: every monday 03:30 timezone:...
cron: - description: refresh url: /fm/start_parse_missions schedule: every monday 05:30 timezone: Europe/Paris - description: launch missions url: /fm/start_launch_missions schedule: every 1 hours timezone: Europe/Paris - description: taxes url: /fm/start_taxes schedule: every monday 03:30 timezone:...
Disable watcher as an independant task
Disable watcher as an independant task
YAML
mit
egenerat/flight-manager,egenerat/gae-django,egenerat/flight-manager,egenerat/gae-django,egenerat/gae-django,egenerat/flight-manager,egenerat/flight-manager
bdde9ce3345111d82c67b262609e0f532e966a2a
.travis.yml
.travis.yml
language: python python: - "2.5" - "2.6" - "2.7" env: - DJANGO=Django==1.4.5 - DJANGO=Django==1.5.1 matrix: exclude: # Django 1.5 drops support for Python 2.5 - python: "2.5" env: DJANGO=Django==1.5.1 allow_failures: # Failing due to Django 1.5 dropping CBV support - env: DJANGO=Dja...
language: python python: - "2.5" - "2.6" - "2.7" env: - DJANGO=Django==1.4.5 - DJANGO=Django==1.5.1 matrix: exclude: # Django 1.5 drops support for Python 2.5 - python: "2.5" env: DJANGO=Django==1.5.1 allow_failures: # Failing due to Django 1.5 dropping CBV support - env: DJANGO=Dja...
Revert "Python 2.5 patch has arrived in django-setuptest."
Revert "Python 2.5 patch has arrived in django-setuptest." This reverts commit 04547ea775698af57aa48e972931cee5ab5c3b9a.
YAML
agpl-3.0
viaregio/django-newsletter,viaregio/django-newsletter,ctxis/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,dsanders11/django-newsletter
eec7e921c3210a6acf13bda26f9b0e9790dc65cf
.travis.yml
.travis.yml
language: go go: - 1.9
language: go go: - 1.9 before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/axw/gocov/gocov - go get github.com/modocache/gover - go get github.com/mattn/goveralls install: - go get -t ./... script: - go test -coverprofile=main.coverprofile . - go test -coverprofile=ranking.cov...
Adjust Travis integration to report coverage to Coveralls
Adjust Travis integration to report coverage to Coveralls
YAML
mit
mauricioklein/text-search-engine
db410dd83c4794d9b92d5472d959bfa89acb83c9
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "7" - "6" cache: directories: - node_modules script: - npm run lint - npm test matrix: fast_finish: true after_script: "npm run coverage"
sudo: false language: node_js node_js: - "8" - "6" cache: directories: - node_modules script: - npm run lint - npm test matrix: fast_finish: true after_script: "npm run coverage"
Test against Node.js version 8 at Travis CI
Test against Node.js version 8 at Travis CI
YAML
mit
paazmaya/shuji
cf7bf224985e23c8f44c2a3a14561622a4ebefc6
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.3 env: - DB=mysql - DB=pg before_install: - 'cp "config.yml.${DB}.travis" "config.yml"' before_script: - 'if [ "$DB" = "pg" ]; then psql -c "create database myapp;" -U postgres; fi' - bundle exec rake dummy:setup script: xvfb-run bundle exec rake ci
language: ruby sudo: false cache: bundler rvm: - 2.3.0 env: - DB=mysql - DB=pg before_install: - 'cp "config.yml.${DB}.travis" "config.yml"' before_script: - 'if [ "$DB" = "pg" ]; then psql -c "create database myapp;" -U postgres; fi' - bundle exec rake dummy:setup script: xvfb-run bundle exec rake ci
Fix Travis CI ruby to 2.3.0
Fix Travis CI ruby to 2.3.0
YAML
mit
graudeejs/releaf,cubesystems/releaf,cubesystems/releaf,graudeejs/releaf,cubesystems/releaf,graudeejs/releaf
88bd010073e106bd6f5623fee1c7f2537fbaef1d
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.5 - 2.3.1 services: - redis-server sudo: false cache: bundler addons: apt: packages: - libpcap-dev
language: ruby rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 services: - redis-server sudo: false cache: bundler addons: apt: packages: - libpcap-dev before_install: - gem update --system
Set Travis to all current Ruby versions, and workaround a currently known issue.
Set Travis to all current Ruby versions, and workaround a currently known issue.
YAML
mit
esigler/lita-dig,esigler/lita-dig
99c8b1ca376afcc74d3b5cba9e76a1119349e25c
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" - "pypy3" services: - redis-server install: - pip install -r requirements.txt -r requirements-test.txt - pip install coveralls before_script: - psql -c 'create database mygpo_test;' -U postgres script: - pytest --cov=mygpo/ -...
language: python python: - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" - "pypy3" services: - redis-server install: - pip install -r requirements.txt -r requirements-test.txt - pip install coveralls before_script: - psql -c 'create database mygpo_test;' -U postgres script: - pytest --cov=mygpo/ --cov-bran...
Remove support for Python 3.5
Remove support for Python 3.5
YAML
agpl-3.0
gpodder/mygpo,gpodder/mygpo,gpodder/mygpo,gpodder/mygpo
b09de74fa83128e613ea8c169c8912a299594feb
.travis.yml
.travis.yml
--- sudo: required language: python services: - python before_install: - docker pull wd15/fipy-test - docker run -d -p 127.0.0.1:80:4567 wd15/fipy-test:latest /bin/bash - docker ps -a - docker run wd15/fipy-test:latest /bin/bash -c "su testuser; cd /home/testuser/git/fipy; python setup.py test" script: ...
--- sudo: required language: python services: - python before_install: - docker pull wd15/fipy-test - docker run -d -p 127.0.0.1:80:4567 wd15/fipy-test:latest /bin/bash - docker ps -a - docker run wd15/fipy-test:latest /bin/bash -c "cd /home/testuser/git/fipy; su testuser -c '~/anaconda/bin/python setup.py...
Fix docker run command to actually run the tests
Fix docker run command to actually run the tests
YAML
mit
wd15/fipy-dockerize,wd15/mdc-dockerize
3245c4183f4ad43830fe471e09ce831a9291f153
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - hhvm matrix: allow_failures: - php: hhvm sudo: false before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix" - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = P...
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 sudo: false before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix" - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis')" - php -S localhost:8000 & - ...
Remove HHVM from Travis CI test suite
Remove HHVM from Travis CI test suite
YAML
lgpl-2.1
xetown/xe-core,xetown/xe-core,xetown/xe-core
18761ef8d4f2d190462c1048f67a3a6af4d1ae30
.travis.yml
.travis.yml
language: node_js node_js: - "4.2" before_install: - sudo apt-get install graphicsmagick script: - npm run production after_success: - npm run deploy cache: directories: - node_modules
language: node_js node_js: - "4.2" sudo: false script: - npm run production after_success: - npm run deploy cache: directories: - node_modules
Switch back to Docker base Travis.CI for faster build
Switch back to Docker base Travis.CI for faster build Don't need that imageshack right now
YAML
mit
therabbitteam/blog,therabbitteam/blog,therabbitteam/blog
766cd8cf58ce74a8373285ab0e11c49689fe071b
.travis.yml
.travis.yml
os: - osx - linux before_install: - if [ $TRAVIS_OS_NAME == "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi install: - npm install script: - npm test --silent
language: node_js node_js: - "5.10" os: - osx - linux before_install: - if [ $TRAVIS_OS_NAME == "linux" ]; then export CODE_VERSION="1.0.0" export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi install: - npm install script: - npm test --s...
Use old version for linux on CI
Use old version for linux on CI
YAML
mit
HookyQR/VSCodeBeautify
ad8de7f4299a5f8a5619ce13ddd9e6dd17ba1660
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: pretty relative_permalinks: true # Setup title: Colin Cross tagline: 'Chicago Software Developer' description: 'Software Developer in Chicago. Currently leading application scaling efforts at ...
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: pretty # Setup title: Colin Cross tagline: 'Chicago Software Developer' description: 'Software Developer in Chicago. Currently leading application scaling efforts at at <a href="https://twitte...
Make compatible with Jekyll 3
Make compatible with Jekyll 3
YAML
mit
AlarmingCow/alarmingcow.github.io,AlarmingCow/alarmingcow.github.io
8b25a60d9b6a49cbb764ad212cdb2e94f0316ff3
_config.yml
_config.yml
author: Danny Guinther highlighter: rouge markdown: redcarpet redcarpet: extensions: [ autolink, disable_indented_code_blocks, fenced_code_blocks, footnotes, no_intra_emphasis, space_after_headers, strikethrough, tables, underline ] title: Tao of the Lean Software Developer url: ...
author: Danny Guinther highlighter: rouge markdown: redcarpet redcarpet: extensions: [ autolink, disable_indented_code_blocks, fenced_code_blocks, footnotes, no_intra_emphasis, space_after_headers, strikethrough, tables, underline ] title: Tao of the Lean Software Developer url: ...
Switch url to port 4001
Switch url to port 4001
YAML
mit
tdg5/tao-of-the-lean-software-developer,tdg5/tao-of-the-lean-software-developer,tdg5/tao-of-the-lean-software-developer
1c1456dde1bc6bd2342728d522dd795b8819b8dc
_config.yml
_config.yml
title: Marcel Samyn description: This is my blog-thing. # Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc) # When testing locally leave blank or use http://localhost:4000 url: //iamarcel.github.io # Owner/author information owner: name: ...
title: Marcel Samyn description: This is my blog-thing. # Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc) # When testing locally leave blank or use http://localhost:4000 url: //iamarcel.github.io # Owner/author information owner: name: ...
Move to Markdown processor to Kramdown
Move to Markdown processor to Kramdown
YAML
mit
iamarcel/iamarcel.github.io,iamarcel/iamarcel.github.io,iamarcel/iamarcel.github.io
44e2cd314d617f8a6f75b015c55f5faf807f2c73
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11 ] name: Build - Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: ja...
name: Build on: push: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11 ] name: Build - Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: ja...
Add a job to run functional tests on Linux
Add a job to run functional tests on Linux
YAML
apache-2.0
rodm/gradle-teamcity-plugin,rodm/gradle-teamcity-plugin
b84d26764d41cce31c5d6772f8d2a2101a1f745d
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push jobs: build: name: build runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@master with: fetch-depth: 1 - name: libxml run: brew install libxml2 - name: Swift build macOS run: | swift build ...
name: Build on: push jobs: build: name: build runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@master with: fetch-depth: 1 - name: libxml run: brew install libxml2 - name: Swift build macOS run: | swift build ...
Build for catalyst and ios in two step
Build for catalyst and ios in two step
YAML
mit
dongri/OAuthSwift,OAuthSwift/OAuthSwift,OAuthSwift/OAuthSwift,dongri/OAuthSwift
71045174e18c8e45715b111e0f412f7078de4366
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Pull config run: git submodule update --init --recursive - name: Run t...
name: Build on: push jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Pull config run: git submodule update --init --recursive - name: Run t...
Decrypt all credentials when publishing artifacts
Decrypt all credentials when publishing artifacts
YAML
apache-2.0
SpineEventEngine/base,SpineEventEngine/base,SpineEventEngine/base
1b793a15bc92b1a563998980e3ea53f6d8c678e0
.github/workflows/maven.yml
.github/workflows/maven.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: [ push ] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v...
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: [ push, pull_request ] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: acti...
Add packages publication in our Nexus repository
Add packages publication in our Nexus repository
YAML
apache-2.0
sdinot/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,sdinot/hipparchus
d38e4e4d947aa205ff81594d302b1080e96b79f6
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: branches: - 'master' pull_request: ~ jobs: tests: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - php: '5.6' - ph...
name: Tests on: push: branches: - 'master' pull_request: ~ jobs: tests: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - php: '7.0' - ph...
Remove PHP 5.6 the test matrix
Remove PHP 5.6 the test matrix
YAML
mit
netgen/query-translator
c7a56fc17ad6fe4fa1482a16edb1be8d7751aff3
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push, pull_request, workflow_dispatch] jobs: build: name: >- ${{ matrix.os }} ${{ matrix.ruby }} runs-on: ${{ matrix.os }} if: | !( contains(github.event.pull_request.title, '[ci skip]') || contains(github.event.pull_request.title, '[skip ci]') || contai...
name: Tests on: [push, pull_request, workflow_dispatch] jobs: build: name: >- ${{ matrix.os }} ${{ matrix.ruby }} runs-on: ${{ matrix.os }} if: | !( contains(github.event.pull_request.title, '[ci skip]') || contains(github.event.pull_request.title, '[skip ci]') || contai...
Extend test matrix (all MRI versions, 18.04, 20.04)
Extend test matrix (all MRI versions, 18.04, 20.04)
YAML
mit
influxdb/influxdb-ruby,influxdata/influxdb-ruby,influxdata/influxdb-ruby
3572d193d508b345da43a41bd4fce5310e335455
templates/slap/config.yml
templates/slap/config.yml
name: Will Smith Slapping Chris Rock source: https://knowyourmeme.com/memes/will-smith-slapping-chris-rock text: - style: default color: white font: thick anchor_x: 0.18 anchor_y: 0.13 angle: 44.0 scale_x: 0.35 scale_y: 0.3 start: 0.0 stop: 1.0 - style: default color: white ...
name: Will Smith Slapping Chris Rock source: https://knowyourmeme.com/memes/will-smith-slapping-chris-rock text: - style: upper color: white font: thick anchor_x: 0.18 anchor_y: 0.13 angle: 44.0 scale_x: 0.35 scale_y: 0.3 start: 0.0 stop: 1.0 - style: upper color: white f...
Make the slap text uppercase
Make the slap text uppercase
YAML
mit
jacebrowning/memegen,jacebrowning/memegen
ecc1a697c70b312dc13c065d372042495c096974
training_content/wiki_ed/slides/44-thinking-about-wikipedia-discussion/4401-thinking-about-wikipedia.yml
training_content/wiki_ed/slides/44-thinking-about-wikipedia-discussion/4401-thinking-about-wikipedia.yml
title: "Discussion: Thinking about Wikipedia" id: 4401 content: |+ * What do you think of Wikipedia's definition of "neutrality"? * What are the impacts and limits of Wikipedia as a source of information? * On Wikipedia, all material must be attributable to reliable, published sources. What kinds of sources does ...
title: "Discussion: Thinking about Wikipedia" id: 4401 content: |+ * What do you think of Wikipedia's definition of "neutrality"? * What are the impacts and limits of Wikipedia as a source of information? * On Wikipedia, all material must be attributable to reliable, published sources. What kinds of sources doe...
Update 'Thinking about Wikipedia' discussion questions
Update 'Thinking about Wikipedia' discussion questions
YAML
mit
WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
c3dfbe2cdda435b1af5e4406e1fc7778ebed824a
build_tools/conda_qt5_win_commercial.yml
build_tools/conda_qt5_win_commercial.yml
name: qt5_win channels: - conda-forge dependencies: - alabaster=0.7.11 - colorama - ipykernel=4.9.0 - ipython=6.5.0 - jupyter=1.0.0 - nbformat - pyopencl=2018.2.2 - scipy=1.2.0 - hdf5=1.10.4 - h5py=2.9.0 - lxml=4.3.0 - twisted=18.9.0 - sphinx=1.8.4 - pytest=4.2.0 - cython=0.29.4 - sip - numba=0.39 -...
name: qt5_win channels: - conda-forge dependencies: - alabaster - colorama - ipykernel - ipython - jupyter - nbformat - pyopencl=2018.2.2 - scipy=1.2.0 - hdf5=1.10.4 - h5py=2.9.0 - lxml=4.3.0 - twisted=18.9.0 - sphinx=1.8.4 - pytest=4.2.0 - cython=0.29.4 - sip - numba=0.39 - setuptools=44.0.0 - num...
Fix merge conflict. Let's merge this huge PR. What could possibly go wrong.
Fix merge conflict. Let's merge this huge PR. What could possibly go wrong.
YAML
bsd-3-clause
SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview
2fe2cebfcbfc87a7fb132a0c2d18fecfaf0fa4d0
{{cookiecutter.repo_name}}/.gitlab-ci.yml
{{cookiecutter.repo_name}}/.gitlab-ci.yml
# Official docker image. image: docker:latest services: - docker:dind variables: POSTGRES_USER: {{ cookiecutter.repo_name }} POSTGRES_PASSWORD: {{ cookiecutter.repo_name }} DOCKER_DRIVER: overlay before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - apk update -...
# Official docker image. image: docker:latest services: - docker:dind variables: POSTGRES_USER: {{ cookiecutter.repo_name }} POSTGRES_PASSWORD: {{ cookiecutter.repo_name }} DOCKER_DRIVER: overlay before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - apk update -...
Change coverage to regex to make GitLab CI work
Change coverage to regex to make GitLab CI work
YAML
isc
thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template
2ec9277ff49a07539478017f0460d8bfb73f4c65
app.yaml
app.yaml
runtime: python vm: true entrypoint: gunicorn -b :$PORT whereismybus230.main:app runtime_config: python_version: 3
runtime: python vm: true entrypoint: gunicorn -b :$PORT whereismybus230.starter:app runtime_config: python_version: 3
Fix the path to the module starter for gunicorn
Fix the path to the module starter for gunicorn
YAML
mit
paraita/whereismybus230
bfe989a0f927bb9bda2dcd923cf1e98b9171c9c7
.forestry/front_matter/templates/tools.yml
.forestry/front_matter/templates/tools.yml
--- hide_body: true fields: - name: title label: Title type: text hidden: false default: '' - name: color label: Color type: text hidden: false default: - name: description label: Description type: text hidden: false default: ''
--- hide_body: true fields: - name: title label: Title type: text hidden: false default: '' - name: color label: Color type: text hidden: false default: description: 'This should be a hash. e.g. #ABA194' - name: description label: Description type: text hidden: false default: ''
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org
f4b5f6a775f72b762b9ef3c400f8db64609627ed
app.yaml
app.yaml
application: webminery version: 0-0-1 runtime: python27 api_version: 1 threadsafe: true #builtins: # - appstats: on handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico mime_type: image/vnd.microsoft.icon - url: /static static_dir: static - url: /task/.* script: backend.applicatio...
application: webminery version: 0-0-1 runtime: python27 api_version: 1 threadsafe: true #builtins: # - appstats: on handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico mime_type: image/vnd.microsoft.icon - url: /static static_dir: static - url: /task/.* script: backend.applicatio...
Use lxml==2.3.5 instead of 2.3
Use lxml==2.3.5 instead of 2.3
YAML
apache-2.0
notapresent/yukata,notapresent/yukata
c58e2d3b76c98c979c88134e5953335587d1c60d
deploy/standalone/flux-deployment.yaml
deploy/standalone/flux-deployment.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: flux spec: replicas: 1 template: metadata: labels: name: flux spec: containers: - name: fluxd image: quay.io/weaveworks/fluxd:master-952c028 args: - --fluxsvc-address=ws://localhost:3030/api/f...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: flux spec: replicas: 1 # Having maxSurge 0 and maxUnavailable 1 means the deployment will update one # replica at a time as it will have to stop one (making one unavailable) # before it can start one (surge of zero) strategy: rollingUpdate...
Add a termination grace period to allow flux jobs to clean up before exiting
Add a termination grace period to allow flux jobs to clean up before exiting
YAML
apache-2.0
weaveworks/flux,squaremo/flux,weaveworks/flux,squaremo/flux
a395a1621e83e637d98a7a958fe04316c11b2db8
hieradata/svn.yaml
hieradata/svn.yaml
--- # Where will users access this server from? (other IPs will be blocked by # Apache) roles::svnmirror::access_ip: '130.56.244.72 130.56.244.73' # List of servers to mirror roles::svnmirror::mirrors: um: url: /svn/um origin: https://code.metoffice.gov.uk/svn/um gcom: url: ...
--- # Where will users access this server from? (other IPs will be blocked by # Apache) roles::svnmirror::access_ip: '130.56.244.72 130.56.244.73 130.56.244.115' # List of servers to mirror roles::svnmirror::mirrors: um: url: /svn/um origin: https://code.metoffice.gov.uk/svn/um gcom: ...
Allow access from ARCCSS jenkins
Allow access from ARCCSS jenkins
YAML
apache-2.0
coecms/climate-cms,coecms/climate-cms,coecms/climate-cms,ScottWales/climate-cms,ScottWales/climate-cms,ScottWales/svnmirror,ScottWales/svnmirror,coecms/climate-cms,ScottWales/svnmirror,ScottWales/climate-cms