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
a2b94c686bec0cb90692769cd606b41819fdeffe
modules/openstack_project/files/jenkins_job_builder/config/release.yaml
modules/openstack_project/files/jenkins_job_builder/config/release.yaml
- job: name: common-bump-milestone concurrent: false node: master properties: - authorization: openstack-release: - job-build ttx: - job-build parameters: - choice: name: PROJECT description: On what project to run? ...
- job: name: common-bump-milestone concurrent: false node: master properties: - authorization: openstack-release: - job-build ttx: - job-build parameters: - choice: name: PROJECT description: On what project to run? ...
Add Heat to common-bump-milestone job
Add Heat to common-bump-milestone job Update the list of projects in the common-bump-milestone job parameters: - Add Heat. Should hopefully allow us (once seeded) to generate properly-versioned artefacts from heat-tarball job. - Remove Python client projects and Melange, which do not use this job anymore. Chang...
YAML
apache-2.0
citrix-openstack/project-config,openstack-infra/project-config,dongwenjuan/project-config,anbangr/osci-project-config,open-switch/infra_project-config,noorul/os-project-config,anbangr/osci-project-config,noorul/os-project-config,coolsvap/project-config,osrg/project-config,Tesora/tesora-project-config,openstack-infra/pr...
9ba68e2776c24c3bdc08b3515070dc525ed26fbd
data/transition-sites/dclg_planning.yml
data/transition-sites/dclg_planning.yml
--- site: dclg_planning whitehall_slug: department-for-communities-and-local-government homepage: https://www.gov.uk/government/collections/planning-practice-guidance tna_timestamp: 20140724121321 host: planningguidance.planningportal.gov.uk homepage_furl: www.gov.uk/dclg options: --query-string p aliases: - planningg...
--- site: dclg_planning whitehall_slug: department-for-communities-and-local-government homepage: https://www.gov.uk/government/collections/planning-practice-guidance homepage_title: Planning guidance tna_timestamp: 20140724121321 host: planningguidance.planningportal.gov.uk options: --query-string p aliases: - planni...
Update configuration for DCL Planning
Update configuration for DCL Planning This commit is a follow up on https://github.com/alphagov/transition-config/pull/1209 To address @jennyd comment https://github.com/alphagov/transition-config/pull/1209#issuecomment-270613121
YAML
mit
alphagov/transition-config,alphagov/transition-config
91b860fe5c878e63502a8ee7addaa7faf9ea0250
db/seeds/prisons/NSI-north-sea-camp.yml
db/seeds/prisons/NSI-north-sea-camp.yml
--- name: North Sea Camp nomis_id: NSI address: |- Freiston postcode: PE22 0QX email_address: socialvisits.northseacamp@hmps.gsi.gov.uk phone_no: 01205 769 368 enabled: true private: false closed: false recurring: sat: - 0900-1130 - 1330-1545 sun: - 0900-1130 - 1330-1545 wed: - 1330-1545 unbookable: -...
--- name: North Sea Camp nomis_id: NSI address: |- Freiston postcode: PE22 0QX email_address: socialvisits.northseacamp@hmps.gsi.gov.uk phone_no: 01205 769 368 enabled: true private: false closed: false recurring: sat: - 0900-1130 - 1330-1545 sun: - 0900-1130 - 1330-1545 wed: - 1330-1545 unbookable: -...
Fix indentation in yaml file
Fix indentation in yaml file
YAML
mit
ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2
52fac9389e7b7cc80571c200c461d6e924373386
src/translations/es/sharp/repeat.yml
src/translations/es/sharp/repeat.yml
command: Comando a repetir (dejar en blanco para enviar el último comando en el historial): description: Repite un comando x veces empty_times: No se especificó el número de repeticiones. invalid_times: El valor no es un número válido. times: Número de veces que el comando se repetirá:
command: "Comando a repetir (dejar en blanco para enviar el último comando en el historial):" description: Repite un comando x veces empty_times: No se especificó el número de repeticiones. invalid_times: El valor no es un número válido. times: "Número de veces que el comando se repetirá:"
Fix minor errors on the Spanish translation
Fix minor errors on the Spanish translation
YAML
bsd-3-clause
vlegoff/cocomud
de91e0de8a04b6cc7fe9ac03e3640f83560f7684
azure-pipelines-job.yml
azure-pipelines-job.yml
parameters: name: '' formula: '' head: false jobs: - job: ${{ parameters.name }} pool: vmImage: macOS-10.13 steps: - script: sudo xcode-select --switch /Applications/Xcode_10.1.app/Contents/Developer - ${{ if eq(parameters.head, true) }}: - script: brew install --verbose --HEAD ./${{ parameters.f...
parameters: name: '' formula: '' head: false jobs: - job: ${{ parameters.name }} strategy: matrix: HighSierra: VM_IMAGE: macOS-10.13 XCODE_VERSION: '10.1' Mojave: VM_IMAGE: macOS-10.14 XCODE_VERSION: '10.2' pool: vmImage: $(VM_IMAGE) steps: - script: su...
Set up Azure Pipelines to build on Mojave too
Set up Azure Pipelines to build on Mojave too
YAML
bsd-2-clause
fernandotcl/homebrew-fernandotcl
b86286f56b65c27de5261910b0611f23e67c8aba
.forestry/front_matter/templates/pages-coders-md.yml
.forestry/front_matter/templates/pages-coders-md.yml
--- pages: - coders.md hide_body: false is_partial: false fields: - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: datetime hidden: false default: '' - name: display_title label: Display title type: text hidden: false default: - name: subtitle lab...
--- pages: - coders.md hide_body: false is_partial: false fields: - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: datetime hidden: true default: '' - name: display_title label: Display title type: text hidden: false default: - name: subtitle labe...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io
963189ee4b24543e2eb32a72b994a67d319ad7f7
ansible/roles/java/tasks/main.yml
ansible/roles/java/tasks/main.yml
--- - name: Install java become: yes apt: name=default-jdk - name: Install IntelliJ IDEA unarchive: src: https://download-cf.jetbrains.com/idea/ideaIU-2017.2.4-no-jdk.tar.gz dest: "{{ home_dir }}/opt/" remote_src: yes creates: "{{ home_dir }}/opt/idea-IU-172.4155.36/bin/idea.sh"
--- - name: Install java become: yes apt: name=default-jdk - stat: path="{{ home_dir }}/opt/idea-IU-172.4155.36/bin/idea.sh" register: idea_sh_file # Work around https://github.com/ansible/ansible/issues/23864 - name: Download IntelliJ IDEA get_url: url: https://download-cf.jetbrains.com/idea/ideaIU-2017....
Work around timeout downloading IDEA
Work around timeout downloading IDEA
YAML
mit
fernandoacorreia/homefiles,fernandoacorreia/homefiles
91032efcf1f891ec774a7de67e9704824e6f0954
playbooks/inventory/group_vars/ceilometer_all.yml
playbooks/inventory/group_vars/ceilometer_all.yml
--- # Copyright 2016, 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 ...
--- # Copyright 2016, 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 ...
Enable Gnocchi and Aodh when inv groups non-empty
Enable Gnocchi and Aodh when inv groups non-empty This variable was not evaluating to True in any case because it was set to the value of a complex expression as a string without evaluation, causing Ceilometer to behave as if these services were never available. Change-Id: I273e3007b1f8f8a6f5c8518318fbec9aca088621
YAML
apache-2.0
cloudnull/os-ansible-deployment,BjoernT/os-ansible-deployment,BjoernT/os-ansible-deployment,weezer/openstack-ansible,Logan2211/openstack-ansible,yanyao/openstack-ansible,stackforge/os-ansible-deployment,bunchc/openstack-ansible,BjoernT/openstack-ansible,BjoernT/openstack-ansible,os-cloud/os-ansible-deployment,robb-roma...
49a8371ae77f7d993142c813f384c694cef52829
api/Resources/config/config.yml
api/Resources/config/config.yml
imports: - { resource: services.yml } # The secret is only required to sign fragment URLs which is not used framework: secret: '' default_locale: en security: providers: contao_manager_user_provider: id: contao_manager.security.user_provider encoders: Symfony\Component...
imports: - { resource: services.yml } # The secret is only required to sign fragment URLs which is not used framework: secret: '' default_locale: en security: providers: contao_manager_user_provider: id: contao_manager.security.user_provider encoders: Symfony\Component...
Use the *auto* password encoder in Symfony
Use the *auto* password encoder in Symfony fixes #512
YAML
mit
contao/package-manager
86095735434fd8cec38c94cd3f4146a2258e85c6
test/fixtures/goldberg_system_settings.yml
test/fixtures/goldberg_system_settings.yml
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html first: site_name: "Goldberg" site_subtitle: "A website development tool for Ruby on Rails" public_role_id: <%= Fixtures.identify(:Student_role) %> session_timeout: 7200 default_markup_style_id: <%= Fixtures.identify(:markup_style1) %> ...
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html first: site_name: "Goldberg" site_subtitle: "A website development tool for Ruby on Rails" public_role_id: <%= Fixtures.identify(:Student_role) %> session_timeout: 7200 default_markup_style_id: <%= Fixtures.identify(:markup_style1) %> ...
Change to fixture file for tests.
E09: Change to fixture file for tests. git-svn-id: ec6d1a7668f11232d01c7bd193c3f208c491d15b@1236 392d7b7b-3f31-0410-9dc3-c95a9635ea79
YAML
mit
rmmaily/expertiza,expertiza/expertiza,sid5788/expertiza,akshayjain114/expertiza,joshio1/expertiza,akshayjain114/expertiza,ApertureScienceInnovators/expertiza,expertiza/expertiza,michaelamoran/expertiza,ApertureScienceInnovators/expertiza,KunmiaoYang/expertiza,urmilparikh95/expertiza,rmmaily/expertiza,KunmiaoYang/expert...
6fa111f9ef88b42a9a7ea502742499814eac8795
.github/workflows/checkForNextStable.yaml
.github/workflows/checkForNextStable.yaml
name: Check for NVDA-2020.4 on: push: schedule: # * is a special character in YAML so you have to quote this string - cron: '0 * * * *' jobs: update-release-link: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Update release run: | ...
name: Check for NVDA-2020.4 on: schedule: # * is a special character in YAML so you have to quote this string - cron: '0 * * * *' jobs: update-release-link: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Update release run: | import ...
Remove push event after debugging
Remove push event after debugging
YAML
mit
nvdaes/nvdaes.github.io,nvdaes/nvdaes.github.io
1d946d90f26ff50b65a6726832112db4b277cafa
tests/data/automated/run_info-scrnaseq.yaml
tests/data/automated/run_info-scrnaseq.yaml
upload: dir: upload details: - analysis: scRNA-seq algorithm: umi_type: harvard-indrop singlecell_quantifier: kallisto minimum_barcode_depth: 500 description: Test1 files: - ../data/Harvard-inDrop/r1.fq.gz - ../data/Harvard-inDrop/r2.fq.gz genome_build: mm9
upload: dir: upload details: - analysis: scRNA-seq algorithm: umi_type: harvard-indrop singlecell_quantifier: rapmap minimum_barcode_depth: 500 description: Test1 files: - ../data/Harvard-inDrop/r1.fq.gz - ../data/Harvard-inDrop/r2.fq.gz genome_build: mm9
Switch single-cell test to use Rapmap.
Switch single-cell test to use Rapmap. kallisto support works but requires a manual intervention to get going. Addresses an issue in #1524.
YAML
mit
a113n/bcbio-nextgen,brainstorm/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,brainstorm/bcbio-nextgen,biocyberman/bcbio-nextgen,biocyberman/bcbio-nextgen,biocyberman/bcbio-nextgen,vladsaveliev/bcbio-nextgen,lbeltrame/bcbio-nextgen,vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,chapmanb/bcbio-nextge...
e110f9e7806bf1287cbcd31e2efe1d188622ad79
local-services/docker/docker-compose.yml
local-services/docker/docker-compose.yml
version: "3" services: majavashakki-mongo: image: mongo restart: always volumes: - majavashakki-data:/data/db ports: - 27017:27017 majavashakki-mongo-express: image: mongo-express restart: always ports: - 8081:8081 volumes: majavashakki-data:
version: "3" services: majavashakki-mongo: image: mongo restart: always volumes: - majavashakki-data:/data/db ports: - 27017:27017 majavashakki-mongo-express: image: mongo-express restart: always ports: - 8081:8081 environment: ME_CONFIG_MONGODB_SERVER: majav...
Fix mongo-express not finding mongo running on docker
Fix mongo-express not finding mongo running on docker The mongo-express image defaults to looking for hostname mongo but our mongo container is configured to have hostname majavashakki-mongo.
YAML
mit
Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki,Majavapaja/Mursushakki
36818a8959f1bbf574252e78a1d4778e65997834
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - db/schema.rb LineLength: Max: 130 MethodLength: Max: 20 AsciiComments: Enabled: false Documentation: Enabled: false
AllCops: Exclude: - db/schema.rb - node_modules/**/* - public/js/ext/**/* LineLength: Max: 130 MethodLength: Max: 20 AsciiComments: Enabled: false Documentation: Enabled: false
Fix format of exclude directories to newer format
Fix format of exclude directories to newer format
YAML
apache-2.0
cloudconductor/cloud_conductor,cloudconductor/cloud_conductor,cloudconductor/cloud_conductor
abecc4e0fd79b8e8da776754fe4f9018bedebfe8
metadata/com.donnnno.arcticons.light.yml
metadata/com.donnnno.arcticons.light.yml
Categories: - Theming License: GPL-3.0-only AuthorName: Donno AuthorEmail: info@onnno.nl SourceCode: https://github.com/Donnnno/Arcticons IssueTracker: https://github.com/Donnnno/Arcticons/issues Changelog: https://github.com/Donnnno/Arcticons/blob/main/CHANGELOG.md Donate: https://paypal.me/onnovdd Liberapay: Donno ...
Categories: - Theming License: GPL-3.0-only AuthorName: Donno AuthorEmail: info@onnno.nl SourceCode: https://github.com/Donnnno/Arcticons IssueTracker: https://github.com/Donnnno/Arcticons/issues Changelog: https://github.com/Donnnno/Arcticons/blob/main/CHANGELOG.md Donate: https://paypal.me/onnovdd Liberapay: Donno ...
Update Arcticons Light to 2.1.0 (66)
Update Arcticons Light to 2.1.0 (66)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
dfdf647815c08130248a43a29e4d944b6998fc19
metadata/io.kuenzler.whatsappwebtogo.yml
metadata/io.kuenzler.whatsappwebtogo.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT SourceCode: https://github.com/92lleo/WhatsappWebToGo IssueTracker: https://github.com/92lleo/WhatsappWebToGo/issues Changelog: https://github.com/92lleo/WhatsappWebToGo/releases AutoName: WhatsApp Web To Go Description: |- ''WhatsappWeb'' lets you...
AntiFeatures: - NonFreeNet Categories: - Internet License: MIT SourceCode: https://github.com/92lleo/WhatsappWebToGo IssueTracker: https://github.com/92lleo/WhatsappWebToGo/issues Changelog: https://github.com/92lleo/WhatsappWebToGo/releases AutoName: WhatsApp Web To Go Description: |- ''WhatsappWeb'' lets you...
Update WhatsApp Web To Go to 1.6.0 (29)
Update WhatsApp Web To Go to 1.6.0 (29)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
3d33b4e1f396120f5c719e3a2e02da305fc9c075
metadata/de.k3b.android.calef.yml
metadata/de.k3b.android.calef.yml
Categories: - Time - System License: GPL-3.0-or-later AuthorName: k3b SourceCode: https://github.com/k3b/CalEF IssueTracker: https://github.com/k3b/CalEF/issues Changelog: https://github.com/k3b/CalEF/releases Donate: https://f-droid.org/donate AutoName: 'CalEF: Calendar Entry Formatter' RepoType: git Repo: https...
Categories: - Time - System License: GPL-3.0-or-later AuthorName: k3b SourceCode: https://github.com/k3b/CalEF IssueTracker: https://github.com/k3b/CalEF/issues Changelog: https://github.com/k3b/CalEF/releases Donate: https://f-droid.org/donate AutoName: 'CalEF: Calendar Entry Formatter' RepoType: git Repo: https...
Update CalEF: Calendar Entry Formatter to 1.1.0 (3)
Update CalEF: Calendar Entry Formatter to 1.1.0 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
30ec9c7c58b5829a28a8b6a5cda4743bf19653c2
metadata/de.markusfisch.android.libra.yml
metadata/de.markusfisch.android.libra.yml
Categories: - Sports & Health License: MIT AuthorName: Markus Fisch AuthorEmail: mf@markusfisch.de AuthorWebSite: https://www.markusfisch.de SourceCode: https://github.com/markusfisch/Libra IssueTracker: https://github.com/markusfisch/Libra/issues Changelog: https://github.com/markusfisch/Libra/releases AutoName: De...
Categories: - Sports & Health License: MIT AuthorName: Markus Fisch AuthorEmail: mf@markusfisch.de AuthorWebSite: https://www.markusfisch.de SourceCode: https://github.com/markusfisch/Libra IssueTracker: https://github.com/markusfisch/Libra/issues Changelog: https://github.com/markusfisch/Libra/releases AutoName: De...
Update Decisions to 1.12.2 (18)
Update Decisions to 1.12.2 (18)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
87022a28f5c859e0a992267e781ff351a2a37b3c
server/src/main/resources/config/application.yml
server/src/main/resources/config/application.yml
rfs: version: id: '@project.groupId@' short: '@project.version@' full: '@project.version@ (@git.commit.id.describe@)'
rfs: version: id: '@project.groupId@' short: '@project.version@' full: '@project.version@ (@git.commit.id.describe@, built on @git.build.time@)'
Include build time in full version
Include build time in full version
YAML
mit
izstas/RFS
b4304d4606fae01287b255f24dbdcc5402c35ea4
metadata/de.kaffeemitkoffein.tinyweatherforecastgermany.yml
metadata/de.kaffeemitkoffein.tinyweatherforecastgermany.yml
Categories: - Internet License: GPL-3.0-or-later AuthorName: Pawel Dube SourceCode: https://codeberg.org/Starfish/TinyWeatherForecastGermany IssueTracker: https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues AutoName: Tiny Weather Forecast Germany RepoType: git Repo: https://codeberg.org/Starfish/TinyWea...
Categories: - Internet License: GPL-3.0-or-later AuthorName: Pawel Dube SourceCode: https://codeberg.org/Starfish/TinyWeatherForecastGermany IssueTracker: https://codeberg.org/Starfish/TinyWeatherForecastGermany/issues AutoName: Tiny Weather Forecast Germany RepoType: git Repo: https://codeberg.org/Starfish/TinyWea...
Update Tiny Weather Forecast Germany to 0.52.3 (16)
Update Tiny Weather Forecast Germany to 0.52.3 (16)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
cea4fe6d50b509303b37156c74f2c6e19a1258f7
packages/hu/human-readable-duration.yaml
packages/hu/human-readable-duration.yaml
homepage: http://github.com/yogsototh/human-readable-duration#readme changelog-type: '' hash: df9d93b9f2abffbd257677f0b7fc6069bc22cba800c4be0375cd41ea518aa4ed test-bench-deps: {} maintainer: yann.esposito@gmail.com synopsis: Provide duration helper changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1....
homepage: http://github.com/yogsototh/human-readable-duration#readme changelog-type: '' hash: 2e9b71270fa2d9665ffab64e284248eb8f62899b672b7a41713923aeefd1a45f test-bench-deps: {} maintainer: yann.esposito@gmail.com synopsis: Provide duration helper changelog: '' basic-deps: base: ! '>=4.7 && <5' time: ! '>=1.0' all...
Update from Hackage at 2016-01-12T09:16:00+0000
Update from Hackage at 2016-01-12T09:16:00+0000
YAML
mit
commercialhaskell/all-cabal-metadata
d9b828a8214ed06d2a505b96418fdb28e81d92c0
util/ansible/roles/composer/tasks/main.yml
util/ansible/roles/composer/tasks/main.yml
--- - name: Install Composer shell: curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer args: warn: no - name: Ensure vendor folder exists file: path="{{ item }}" state=directory owner=azuracast group=www-data mode=0744 with_items: - "{{ www_base }}/vendor" ...
--- - name: Install Composer shell: curl -fsSL https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer args: warn: no - name: Ensure vendor folder exists file: path="{{ item }}" state=directory owner=azuracast group=www-data mode=0744 with_items: - "{{ www_base }}/vendor" ...
Allow Ansible to override composer.lock from composer merge plugin.
Allow Ansible to override composer.lock from composer merge plugin.
YAML
agpl-3.0
AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast
9e1e6a7c5c24fe4e70e97efa8627b8e002d84b4b
metadata/ml.docilealligator.infinityforreddit.yml
metadata/ml.docilealligator.infinityforreddit.yml
AntiFeatures: - NonFreeNet Categories: - Internet - Reading - Multimedia License: AGPL-3.0-only WebSite: https://www.reddit.com/r/Infinity_For_Reddit/ SourceCode: https://github.com/Docile-Alligator/Infinity-For-Reddit IssueTracker: https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/ Translation: ht...
AntiFeatures: - NonFreeNet Categories: - Internet - Reading - Multimedia License: AGPL-3.0-only WebSite: https://www.reddit.com/r/Infinity_For_Reddit/ SourceCode: https://github.com/Docile-Alligator/Infinity-For-Reddit IssueTracker: https://github.com/Docile-Alligator/Infinity-For-Reddit/issues/ Translation: ht...
Update Infinity to 4.2.0 (55)
Update Infinity to 4.2.0 (55)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
eda0038770be9fe5b30edd99f3dfafe9459bf004
.github/workflows/pr-build-scan-comment.yml
.github/workflows/pr-build-scan-comment.yml
name: Add a build scan comment to PR on: pull_request jobs: gradle: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 11 - uses: ./ - id: gradle working-directory: __tests__/samples/kotlin-dsl run: ./gradlew he...
name: Add a build scan comment to PR on: pull_request: types: [assigned, review_requested] jobs: gradle: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 11 - uses: ./ - id: gradle working-directory: __tests__...
Reduce the number of automated comments left on PR
Reduce the number of automated comments left on PR
YAML
mit
eskatos/gradle-command-action,eskatos/gradle-command-action,eskatos/gradle-command-action
b6a43f0a1269fa4c48769cb63cb52d9bb8577435
osa/dbaas/dbimage-builder/playbooks/tasks/init-deployer.yml
osa/dbaas/dbimage-builder/playbooks/tasks/init-deployer.yml
--- # This task is invoked during the invocation of the playbook below: # # ansible-playbook -i host_file dbimage-make.yml -u ubuntu -c ssh # # This is invoked on the deployer node AKA localhost as root - debug: var=deployment_environment - name: Create directories file: path: "{{ item }}" state: directory...
--- # This task is invoked during the invocation of the playbook below: # # ansible-playbook -i host_file dbimage-make.yml -u ubuntu -c ssh # # This is invoked on the deployer node AKA localhost as root - debug: var=deployment_environment - name: Create directories file: path: "{{ item }}" state: directory...
Clean inventory files that were added for proxy support
Clean inventory files that were added for proxy support This guards against the simulated inventory file from carrying over from one installation to the next Change-Id: Ic8b3e2e00e2cf7bc5d574f60e04a48cc4ebee4d3
YAML
apache-2.0
open-power-ref-design/os-services,open-power-ref-design/os-services,open-power-ref-design-toolkit/os-services,open-power-ref-design-toolkit/os-services,open-power-ref-design-toolkit/os-services
16ea86942ea2ce0abfc8e443334b598b3fe741e6
.github/workflows/linux_mkspecs.yml
.github/workflows/linux_mkspecs.yml
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/actio...
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/actio...
Update Linux C++ make-specs to new version 5.0.0
Update Linux C++ make-specs to new version 5.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
2874f08f81db1cabacfd73ff57298621dbd29d58
.github/workflows/slack-message.yml
.github/workflows/slack-message.yml
name: slack-notification on: pull_request: types: [opened] pull_request_review: types: [submitted] pull_request_review_comment: types: [created] issues: types: [opened] issue_comment: types: [created] jobs: slack-notification: runs-on: ubuntu-latest name: Sends a message to Sla...
name: slack-notification on: pull_request: types: [opened] pull_request_review: types: [submitted] pull_request_review_comment: types: [created] issues: types: [opened] issue_comment: types: [created] jobs: slack-notification: runs-on: ubuntu-latest name: Sends a message to Sla...
Add slack block to message
Add slack block to message
YAML
mit
auth0/angular2-jwt,auth0/angular2-jwt,auth0/angular2-jwt
0097e45d6a3689cce196d0fbcd85b275f9ccc2f0
cloudml_deploy.yaml
cloudml_deploy.yaml
trainingInput: args: [ "--root_feature_path", "gs://alex-dataflow-scratch/features-scratch/20160925T101632Z", "--training_output_path", "gs://alex-dataflow-scratch/cloudml/full-data-2012-2016-fixed-chief"] packageUris: gs://world-fishing-827-ml/alex_vessel_classification/alex_vessel_classification-1.0.tar.g...
trainingInput: args: [ "--root_feature_path", "gs://alex-dataflow-scratch/features-scratch/20160925T101632Z", "--training_output_path", "gs://alex-dataflow-scratch/cloudml/full-data-2012-2016-fixed-chief"] packageUris: gs://world-fishing-827-ml/alex_vessel_classification/alex_vessel_classification-1.0.tar.g...
Drop worker count back down.
Drop worker count back down.
YAML
apache-2.0
GlobalFishingWatch/vessel-classification,GlobalFishingWatch/vessel-classification,GlobalFishingWatch/vessel-classification
6daf9f45bb7cae52717ccd8556e93abe1d01dda3
_data/config.yml
_data/config.yml
grpc_release_branch: release-0_13 milestones_link: https://github.com/grpc/grpc/milestones
grpc_release_branch: release-0_14 milestones_link: https://github.com/grpc/grpc/milestones
Change links to release 0_14
Change links to release 0_14
YAML
bsd-3-clause
avx2/avx2.github.io,wildebeestdev/grpc.github.io,wildebeestdev/grpc.github.io,wildebeestdev/grpc.github.io,avx2/avx2.github.io,avx2/avx2.github.io
8066b1d6012a6a95e2afef7413de5a38fecf00b7
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: 8a521a794789ca325db53267e076ac2c5e9233a98bdd483762dbff2bf300b3a1 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' dual: ! '>=0.1 && <0.2' all-versions: - 0.2.0.0 - 0.2...
homepage: '' changelog-type: '' hash: e9362b68e2943b644b4e07a3b03de8fb73dd80448a2d51db327e7f87a18a774b test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' dual: ! '>=0.1 && <0.2' all-versions: - 0.2.0.0 - 0.2...
Update from Hackage at 2019-12-24T16:02:25Z
Update from Hackage at 2019-12-24T16:02:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
c501d2195d32f7939d9909f1b9483c815f5dd191
appveyor.yml
appveyor.yml
version: 0.0.{build} image: - Visual Studio 2017 - Ubuntu shallow_clone: true init: - ps: if ($env:APPVEYOR_REPO_TAG_NAME) { Update-AppveyorBuild -Version $env:APPVEYOR_REPO_TAG_NAME.Substring(1) } platform: - Any CPU configuration: - Release matrix: fast_finish: true dotnet_csproj: patch: true f...
version: 0.0.{build} image: - Visual Studio 2017 - Ubuntu shallow_clone: true init: - ps: if ($env:APPVEYOR_REPO_TAG_NAME) { Update-AppveyorBuild -Version $env:APPVEYOR_REPO_TAG_NAME.Substring(1) } platform: - Any CPU configuration: - Release matrix: fast_finish: true dotnet_csproj: patch: true f...
Leverage MSBuild to restore NuGet package.
Leverage MSBuild to restore NuGet package.
YAML
mit
lijunle/Vsxmd
785550f6c86f7e7e299f976894c7a37084ca6a8e
appveyor.yml
appveyor.yml
platform: - x64 environment: global: MSYS2_BASEVER: 20150512 matrix: - MSYS2_ARCH: x86_64 install: - ps: | $url = "http://sourceforge.net/projects/mingw-w64/files/" $url += "Toolchains%20targetting%20Win64/Personal%20Builds/" $url += "mingw-builds/4.9.2/threads-win32/seh/" ...
platform: - x64 install: - ps: Start-FileDownload 'http://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.exe' - rust-1.0.0-x86_64-pc-windows-gnu.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin - rustc --version - cargo --version bu...
Remove MinGW from AppVeyor build
Remove MinGW from AppVeyor build
YAML
mit
rschmitt/heatseeker,rschmitt/heatseeker
3bfa531cc3cc8928962592e0b4f65dfd4d2fdcfc
.zuul.yml
.zuul.yml
ui: mocha-bdd browserify: - transform: babelify browsers: - name: firefox version: 37..latest platform: Mac 10.10 - name: opera version: latest platform: Mac 10.10 - name: chrome version: 36..latest - name: safari version: 7..latest - name: ie version: 9..latest - name: android...
ui: mocha-bdd browserify: - transform: babelify browsers: - name: firefox version: 37..latest platform: Mac 10.10 - name: opera version: latest platform: Mac 10.10 - name: chrome version: 36..latest - name: safari version: 7..latest - name: ie version: 9..latest - name: android...
Remove iPad from list of platforms to test on sauce labs
Remove iPad from list of platforms to test on sauce labs It's really unnecessary given iPhone is also on the list.
YAML
mit
Frikki/cycle-dom,cyclejs/cycle-web,cyclejs/cycle-dom,WorldMaker/cycle-dom,WorldMaker/cycle-dom,cyclejs/cycle-dom,cyclejs/cycle-web,Frikki/cycle-dom
91d695aecd43e4c86059557b9ab8f389bd3e89f4
.github/workflows/analyze-and-build.yml
.github/workflows/analyze-and-build.yml
name: Analyze and build the source on: push jobs: js: name: js runs-on: ubuntu-latest steps: - uses: actions/checkout@master - run: yarn install - name: Bundle data, then run flow run: | yarn run bundle-data yarn run flow check
name: Analyze and build the source on: push jobs: js: name: js runs-on: ubuntu-latest steps: - uses: actions/checkout@master - run: yarn install - run: yarn run bundle-data - run: yarn run flow check
Switch to two simpler steps
Switch to two simpler steps These are two logically different things, so they should be in different steps. Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
199ccd15de2cc1eacfa031f5bb9a9335e2d983f6
playbooks/common.yml
playbooks/common.yml
--- - hosts: all gather_facts: false connection: ssh sudo: yes tasks: - include: common/tasks/fireball.yml - action: fireball - hosts: all connection: fireball tasks: - include: common/tasks/main.yml
--- - hosts: all gather_facts: false connection: ssh tasks: - name: update dpkg index apt: update_cache=yes - hosts: all gather_facts: false connection: ssh tasks: - include: common/tasks/fireball.yml - action: fireball - hosts: all connection: fireball tasks: - include: common/t...
Add an apt-get update before even fireball.
Add an apt-get update before even fireball. Fireball's dependencies can't be installed if the package cache is out of date, causing failures on spanking-new machines.
YAML
mit
ddaskal/ursula,MaheshIBM/ursula,nirajdp76/ursula,knandya/ursula,MaheshIBM/ursula,edtubillara/ursula,davidcusatis/ursula,blueboxgroup/ursula,rongzhus/ursula,ddaskal/ursula,edtubillara/ursula,blueboxjesse/ursula,zrs233/ursula,blueboxjesse/ursula,knandya/ursula,panxia6679/ursula,lihkin213/ursula,sivakom/ursula,EricCrosson...
b3a6f6cadb952456db51b41c1614f908825825d8
config/browsers.yml
config/browsers.yml
minimums: Chrome: 66 Safari: 11 Firefox: 64 Internet Explorer: 11
minimums: Chrome: 66 Safari: 11 Firefox: 60 Internet Explorer: 11
Change browser.yml back to Firefox 60
Change browser.yml back to Firefox 60 ESR users are seeing the warning banner and would like to see it removed; the only way to do that is to lower the Firefox version to 60 from 64. Firefox 60 is the top-level ESR offered by Firefox. Chrome Enterprise allows admins to pin at any version, so we will not adjust the Ch...
YAML
agpl-3.0
djbender/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,djbender/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,sfu/canvas-lms
73f3be77d28d453d2733f4e423b0d1ce45c9c216
config/cucumber.yml
config/cucumber.yml
## # Separate iOS and Android profiles to require platform specific page objects ## <% iosdevice = "DEVICE_TARGET='' BUNDLE_ID='com.blocksolid.example' DEVICE_ENDPOINT='http://0.0.0.0:37265' CODE_SIGN_IDENTITY=''" %> <% iossimulator = "DEVICE_TARGET='4F3865CE-4711-47DF-9545-D0DC417EF2C6' APP='build/exampl...
## # Separate iOS and Android profiles to require platform specific page objects ## <% iosdevice = "DEVICE_TARGET='' BUNDLE_ID='com.blocksolid.example' DEVICE_ENDPOINT='http://0.0.0.0:37265' CODE_SIGN_IDENTITY=''" %> <% iossimulator = "DEVICE_TARGET='3510B964-24B2-44BC-B34C-A766D1EE3075' APP='build/exampl...
Change default config device simulator to iPhone 7 on iOS 10
Change default config device simulator to iPhone 7 on iOS 10
YAML
unlicense
danbuckland/ios-android-cucumber-boilerplate
c51971817cbb32c5443cce69c00f61196ce76752
ansible/site.yml
ansible/site.yml
# site.yml --- - hosts: srv001 sudo: true roles: [] - hosts: srv002 sudo: true roles: []
# site.yml --- - hosts: srv001 become: true roles: [] - hosts: srv002 become: true roles: []
Fix Ansible 2.0 deprecation warning for ‘sudo:’ directive
Fix Ansible 2.0 deprecation warning for ‘sudo:’ directive
YAML
mit
bertvv/ansible-skeleton,bertvv/ansible-skeleton
79f51a8d790acb2b8a634774a6af98b784676e75
packages/tr/tree-sitter-java.yaml
packages/tr/tree-sitter-java.yaml
homepage: https://github.com/tree-sitter/tree-sitter-go#readme changelog-type: '' hash: ae93fb106defce8698b78de75f5b159bae0888ce21f501dfb0fe17cd84cf6b26 test-bench-deps: {} maintainer: tclem@github.com synopsis: Tree-sitter grammar/parser for Java changelog: '' basic-deps: base: ! '>=4.12 && <5' tree-sitter-java-in...
homepage: https://github.com/tree-sitter/tree-sitter-go#readme changelog-type: markdown hash: 82490699dc20bc1fe450d9edca6f88404c2755c4286f7116984306094b9ced97 test-bench-deps: {} maintainer: tclem@github.com synopsis: Tree-sitter grammar/parser for Java changelog: | # v0.3.0.0 * Adds AST datatypes in `TreeSitter.J...
Update from Hackage at 2019-10-03T00:50:20Z
Update from Hackage at 2019-10-03T00:50:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
d5a42d52150e71803982ceb9bd03514cd6a5e160
.github/workflows/npm-build-and-deploy-develop.yml
.github/workflows/npm-build-and-deploy-develop.yml
# This workflow will do a clean install of node dependencies, build the source code and push the binaries to the deployment repository. name: Continuous Delivery and Deployment on: push: branches: [develop] jobs: build: runs-on: ubuntu-latest strategy: matrix: ...
# This workflow will do a clean install of node dependencies, build the source code and push the binaries to the deployment repository. name: Continuous Delivery and Deployment on: push: branches: [develop] jobs: build: runs-on: ubuntu-latest strategy: matrix: ...
Fix automated deployment due to path change
Fix automated deployment due to path change
YAML
mit
bitshares/bitshares-ui,bitshares/bitshares-ui,bitshares/bitshares-ui,bitshares/bitshares-ui
18eefa119c2206a386cbe9fee3acaf3dcaaa10b2
packages/pr/preamble.yaml
packages/pr/preamble.yaml
homepage: https://github.com/swift-nav/preamble changelog-type: '' hash: 011ab09a701ef20e941f41b5e923b03d1777576c1e703cdc52d1dce4f250f9a2 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Yet another prelude. changelog: '' basic-deps: exceptions: -any base: ==4.8.* time: -any shakers: -any ...
homepage: https://github.com/swift-nav/preamble changelog-type: '' hash: 618d8ae25f0ab537afd9b6074661e6610f78095ef7f1a3b26d0a41cb2206ec53 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: Yet another prelude. changelog: '' basic-deps: exceptions: -any base: ==4.8.* time: -any shakers: -any ...
Update from Hackage at 2016-12-23T22:18:54Z
Update from Hackage at 2016-12-23T22:18:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
398708f222b391aa92b382944cb98b40eebeb959
mi/platform/rsn/node_config_files/WinchController_SC01B.yml
mi/platform/rsn/node_config_files/WinchController_SC01B.yml
node_meta_data: description: Winch Controller Endurance location: Endurance node_id_name: SN0121-SC01B node_type: WinchController oms_sample_rate: 5 reference_designator: CE04OSPS-SC01B serial_number: SN0121 read_only_mode: True node_streams: secondary_node_port_eng_data: - port_type: Instrument ...
node_meta_data: description: Winch Controller Endurance location: Endurance node_id_name: SN0124-SC01B node_type: WinchController oms_sample_rate: 5 reference_designator: CE04OSPS-SC01B serial_number: SN0121 read_only_mode: True node_streams: secondary_node_port_eng_data: - port_type: Instrument ...
Update serial number for 2019 deployment
Update serial number for 2019 deployment
YAML
bsd-2-clause
oceanobservatories/mi-instrument,oceanobservatories/mi-instrument
162ec96025c796738ab7f7161345d06cce84387a
containers/dev/docker-compose.yml
containers/dev/docker-compose.yml
redis-dev: image: redis ports: - "6379:6379" elasticsearch-dev: image: elasticsearch:5.1 environment: - cluster.name=elasticsearch ports: - "9200:9200" - "9300:9300" kibana-dev: image: kibana:5.1 ports: - "5601:5601" environment: - ELASTICSEARCH_URL=http://elasticsearch-dev:9200 ...
version: '2' services: redis-dev: image: redis ports: - "6379:6379" elasticsearch-dev: image: elasticsearch:5.1 environment: - cluster.name=elasticsearch ports: - "9200:9200" - "9300:9300" kibana-dev: image: kibana:5.1 ports: - "5601:5601" environment:...
Add single broker kafka cluster
Add single broker kafka cluster
YAML
epl-1.0
yogsototh/ctia,quoll/ctia,yogsototh/ctia,quoll/ctia,saintx/ctia,yogsototh/ctia,polygloton/ctia,threatgrid/ctia,threatgrid/ctia,quoll/ctia,threatgrid/ctia,saintx/ctia,saintx/ctia,threatgrid/ctia,polygloton/ctia,polygloton/ctia
d150e371d8edc5324bdb45cc540de215f9e92bd3
recipes/opuslib/meta.yaml
recipes/opuslib/meta.yaml
{% set name = "opuslib" %} {% set version = "3.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/opuslib-{{ version }}.tar.gz sha256: 2cb045e5b03e7fc50dfefe431e3404dddddbd8f5961c10c51e32dfb69a044c97 build: number: 0 noarc...
{% set name = "opuslib" %} {% set version = "3.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/opuslib-{{ version }}.tar.gz sha256: 2cb045e5b03e7fc50dfefe431e3404dddddbd8f5961c10c51e32dfb69a044c97 build: number: 0 noarc...
Add python pinning to 2.7
Add python pinning to 2.7
YAML
bsd-3-clause
hadim/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,jaki...
45a2f3c6247881217aefddb382d705f8cf9c5a45
recipes/spefile/meta.yaml
recipes/spefile/meta.yaml
{% set version = "1.6" %} package: name: spefile version: {{ version }} source: path: src build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python - n...
{% set version = "1.6" %} package: name: spefile version: {{ version }} source: path: src build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python - n...
Add note about moving the src/ folder into its own project on github
Add note about moving the src/ folder into its own project on github
YAML
bsd-3-clause
tylere/staged-recipes,patricksnape/staged-recipes,sannykr/staged-recipes,chohner/staged-recipes,sodre/staged-recipes,JohnGreeley/staged-recipes,data-exp-lab/staged-recipes,petrushy/staged-recipes,dschreij/staged-recipes,ocefpaf/staged-recipes,rvalieris/staged-recipes,kwilcox/staged-recipes,richardotis/staged-recipes,ig...
fb84d2c1d80c7e71521b2d8117aba8f84799869c
packages/ht/html-presentation-text.yaml
packages/ht/html-presentation-text.yaml
homepage: '' changelog-type: markdown hash: d663336a29bdddf54d3015d187ec53f310f1529efb65fa2108ba4791f2a1de7a test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Simple tool to create html presentation for text. changelog: | # Revision history for html-presentation-text ## 0.1.0.0 -- 2022-01-18 * Fir...
homepage: '' changelog-type: markdown hash: 0e0069cb74ee0718966f563507fe0055c9446f958e41197ae5f49a0e970e945b test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Simple tool to create html presentation for text. changelog: "# Revision history for html-presentation-text\n\n## 0.1.0.0 -- 2022-01-18\n\n* Firs...
Update from Hackage at 2022-01-18T21:05:47Z
Update from Hackage at 2022-01-18T21:05:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
6267ffe7454ea2de0793f62754e88c059ef966f4
roles/uninstall/tasks/selinux.yml
roles/uninstall/tasks/selinux.yml
- name: Check killinuxfloor SELinux policy module status shell: cmd: semodule --list | grep killinuxfloor failed_when: no changed_when: no register: klf_selinux - name: Disable SELinux policy module command: cmd: semodule --remove=killinuxfloor when: klf_selinux.rc == 0 - name: Delete SELinux poli...
- name: Check killinuxfloor SELinux policy module status shell: cmd: semodule --list | grep killinuxfloor failed_when: no changed_when: no register: klf_selinux - name: Disable SELinux policy module command: cmd: semodule --remove=killinuxfloor when: klf_selinux.rc == 0 - name: Delete SELinux poli...
Remove old path for SELinux module too
Remove old path for SELinux module too
YAML
mit
bviktor/kf2-centos
b285c26861bb0475e5e6a5b1b308249204ae1236
environments/openshift.yaml
environments/openshift.yaml
resource_registry: OS::TripleO::Services::Docker: ../deployment/deprecated/docker/docker-baremetal-ansible.yaml OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.yaml OS::TripleO::Services::Keepalived: ../deployment/keepalived/keepalived-container-puppet.yaml OS::TripleO::Services::...
resource_registry: OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.yaml OS::TripleO::Services::Keepalived: ../deployment/keepalived/keepalived-container-puppet.yaml OS::TripleO::Services::OpenShift::Infra: ../extraconfig/services/openshift-infra.yaml OS::TripleO::Services::OpenShi...
Switch OpenShift nodes to use Podman
Switch OpenShift nodes to use Podman Have TripleO use podman instead of docker to manage containers. This follows the general direction taken by TripleO and allows to deploy on RHEL8 based nodes. Closes-Bug: #1821363 Change-Id: I0f1c0478cf424a7ea2314226a27685b02d5e7ce0
YAML
apache-2.0
dprince/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
9e7b9c737f0f63aef7962af1396ef9408125624a
config/jobs/kubernetes/org/kubernetes-org-jobs.yaml
config/jobs/kubernetes/org/kubernetes-org-jobs.yaml
presubmits: kubernetes/org: - name: pull-org-test-all always_run: true decorate: true spec: containers: - image: launcher.gcr.io/google/bazel:0.28.1 command: - bazel args: - test - //... annotations: testgrid-num-columns-recent: '30' te...
presubmits: kubernetes/org: - name: pull-org-test-all always_run: true decorate: true spec: containers: - image: launcher.gcr.io/google/bazel:0.29.1 command: - bazel args: - test - //... annotations: testgrid-num-columns-recent: '30' te...
Update org jobs to bazel 0.29.1
Update org jobs to bazel 0.29.1
YAML
apache-2.0
cjwagner/test-infra,monopole/test-infra,BenTheElder/test-infra,jessfraz/test-infra,pwittrock/test-infra,BenTheElder/test-infra,kubernetes/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,brahmaroutu/test-infra,pwittrock/test-infra,ixdy/kubernetes-test-infra,cjwagner/test-infra,pwittrock/test-infra,cblecker/test-...
d88806f7eec8ac8d5d6d9ef799bb050f4a102db2
gcp/modules/templater/values/couchdb.yaml
gcp/modules/templater/values/couchdb.yaml
clusterSize: ${env == "dev" ? 2 : 3} adminUsername: ${couchdb_admin_username} adminPassword: ${couchdb_admin_password} cookieAuthSecret: ${couchdb_auth_cookie} persistentVolume: enabled: true accessModes: - ReadWriteOnce size: 10Gi storageClass: "standard" podAntiAffinity: true
clusterSize: ${env == "dev" ? 2 : 3} adminUsername: ${couchdb_admin_username} adminPassword: ${couchdb_admin_password} cookieAuthSecret: ${couchdb_auth_cookie} persistentVolume: enabled: true accessModes: - ReadWriteOnce size: 10Gi storageClass: "standard" affinity: podAntiAffinity: requiredDuringS...
Add affinity config into CouchDB release values
Add affinity config into CouchDB release values
YAML
bsd-3-clause
mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-infra
da7def4576d4827edff8c5733d1d7ff9a85f9100
infrared/common/roles/vbmc/tasks/install.yml
infrared/common/roles/vbmc/tasks/install.yml
--- - name: Install packages required for 'pxe_ipmitool' ironic's driver on RedHat based distros become: true package: name: - python-setuptools - ipmitool state: latest disable_gpg_check: yes - name: Install python-virtualbmc from repo's become: true package: name: pyth...
--- - name: Install packages required for 'pxe_ipmitool' ironic's driver on RedHat based distros become: true package: name: - python-setuptools - ipmitool state: latest disable_gpg_check: yes - name: Install python-virtualbmc from repo's become: true package: name: pyth...
Patch to enable latest virtualbmc
Patch to enable latest virtualbmc Customized job run sucessfuly deployed with latest version of a package: https://rhos-qe-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/OSPD-Customized-Deployment-virt/6028/ Change-Id: Ibc5106ef8a312d93848a9321441c35425eac3cc5
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
c08e2fbf3a74ad4dd51b8802d151c92dc5138f70
src/site/_config.yml
src/site/_config.yml
# For AppEngine safe: false port: 8081 source: site destination: appengine/build/static markdown: kramdown permalink: /articles/:title.html baseurl: /web fundamentals: /fundamentals url: /web highlighter: pygments pygments: true spotlights: false github: root: https://github.com/Google/WebFundamentals content: tree...
# For AppEngine safe: false port: 8081 source: site destination: appengine/build/static markdown: kramdown permalink: /articles/:title.html baseurl: /web fundamentals: /web/fundamentals url: /web highlighter: pygments pygments: true spotlights: false github: root: https://github.com/Google/WebFundamentals content: ...
Update base url on config
Update base url on config
YAML
apache-2.0
AlfiyaZi/WebFundamentals,yufengg/WebFundamentals,ominux/WebFundamentals,fonai/WebFundamentals,simongong/WebFundamentals,simongong/WebFundamentals,briankostar/WebFundamentals,PaulKinlan/WebFundamentals-old,jamesblunt/WebFundamentals,tommyboy326/WebFundamentals,GianlucaFormica/WebFundamentals,paulirish/WebFundamentals,Ho...
eda7ffe39b9caccc637597624a3c255c5d7443b6
image-yaml/overcloud-images-ceph-rhel8.yaml
image-yaml/overcloud-images-ceph-rhel8.yaml
disk_images: - imagename: overcloud-ceph type: qcow2 distro: rhel8 release: 8
disk_images: - imagename: overcloud-ceph type: qcow2 distro: rhel release: 8
Use unversioned RHEL element w/ RHEL8
Use unversioned RHEL element w/ RHEL8 Using 'rhel8' instead of 'rhel' causes errors. Related to commits: 18788b2b1748ffaa088a23caeec165391d9d7b4e 5877ef54d3c3a2392297123a70cbf4a03f93e977 Change-Id: I54097b2bbf19cd07bceb6ce608aa7f80435ad894 Signed-off-by: Lon Hohberger <ff1811917d4a4d5f8c801f25e2c8fea5684c1092@re...
YAML
apache-2.0
openstack/tripleo-common,openstack/tripleo-common
d0d8d4a2ddd93f1da4210ac89039b339775df448
deploy-scripts/kubernetes/service.yml
deploy-scripts/kubernetes/service.yml
apiVersion: v1 kind: Service metadata: name: $CIRCLE_PROJECT_REPONAME-service spec: # defines behaviour of service selector: # route service traffic to pod(s) with label keys and values matching this selector app: jekyll-nginx externalIPs: # for which nodes will accept traffic for this service - 104.154....
apiVersion: v1 kind: Service metadata: name: $CIRCLE_PROJECT_REPONAME-service spec: # defines behaviour of service selector: # route service traffic to pod(s) with label keys and values matching this selector app: jekyll-nginx type: LoadBalancer # determines how service is exposed loadBalancerIP: 104.15...
Revert to load balancer; external IPs dont work with Google Cloud?
Revert to load balancer; external IPs dont work with Google Cloud?
YAML
mit
family-guy/minima,family-guy/minima,family-guy/minima
b57a3e26b32bc8c59218e5363f7b8bd3694bbe05
src/Backend/Modules/Mailmotor/Resources/config/commands.yml
src/Backend/Modules/Mailmotor/Resources/config/commands.yml
services: mailmotor.handler.save_settings: class: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettingsHandler arguments: - "@fork.settings" tags: - { name: command_handler, handles: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettings } mailmotor.handler.subscription: ...
services: mailmotor.handler.save_settings: class: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettingsHandler arguments: - "@fork.settings" tags: - { name: command_handler, handles: Backend\Modules\Mailmotor\Domain\Settings\Command\SaveSettings } mailmotor.handler.subscription: ...
Fix wrong command config for mailmotor
Fix wrong command config for mailmotor
YAML
mit
forkcms/forkcms,sumocoders/forkcms,jessedobbelaere/forkcms,jessedobbelaere/forkcms,riadvice/forkcms,tommyvdv/forkcms,jonasdekeukelaere/forkcms,sumocoders/forkcms,sumocoders/forkcms,sumocoders/forkcms,tommyvdv/forkcms,mathiashelin/forkcms,bartdc/forkcms,riadvice/forkcms,riadvice/forkcms,DegradationOfMankind/forkcms,just...
2ca60650900d642a82b1093f288a84fa6c996c62
hieradata/node/mysql-backup-1.backend.staging.publishing.service.gov.uk.yaml
hieradata/node/mysql-backup-1.backend.staging.publishing.service.gov.uk.yaml
govuk_sudo::sudo_conf: govuk-backup: content: 'govuk-backup ALL=NOPASSWD:/usr/bin/mysqldump'
govuk_sudo::sudo_conf: govuk-backup: content: 'govuk-backup ALL=NOPASSWD:/usr/bin/mysqldump' govuk_env_sync::tasks: "push_collections_publisher_production_daily": hour: "0" minute: "12" action: "push" dbms: "mysql" storagebackend: "s3" database: "collections_publisher_production" tem...
Add push jobs for mysql databases
Add push jobs for mysql databases
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
09fde3ea31b753527919baca4401401b15e3efc7
k8s/base/deployments/deployment.yaml
k8s/base/deployments/deployment.yaml
# Copyright 2021 Google LLC # # 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, ...
# Copyright 2021 Google LLC # # 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, ...
Add liveness probe to shutdown app if unhealthy
Add liveness probe to shutdown app if unhealthy
YAML
apache-2.0
google/golden-path-for-app-delivery,google/golden-path-for-app-delivery,google/golden-path-for-app-delivery
a871dcc428810906d107767b4064a2d2db8500b0
metadata/de.storchp.fdroidbuildstatus.yml
metadata/de.storchp.fdroidbuildstatus.yml
Categories: - Development License: MIT AuthorName: Peter Storch WebSite: https://codeberg.org/pstorch/F-Droid_Build_Status SourceCode: https://codeberg.org/pstorch/F-Droid_Build_Status IssueTracker: https://codeberg.org/pstorch/F-Droid_Build_Status/issues Changelog: https://codeberg.org/pstorch/F-Droid_Build_Status/r...
Categories: - Development License: MIT AuthorName: Peter Storch WebSite: https://codeberg.org/pstorch/F-Droid_Build_Status SourceCode: https://codeberg.org/pstorch/F-Droid_Build_Status IssueTracker: https://codeberg.org/pstorch/F-Droid_Build_Status/issues Changelog: https://codeberg.org/pstorch/F-Droid_Build_Status/r...
Update F-Droid Build Status to 1.3 (4)
Update F-Droid Build Status to 1.3 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0194b3434449acbd6c515f5a99189da00c1296db
deploy/addons/heapster/heapster-rc.yaml
deploy/addons/heapster/heapster-rc.yaml
apiVersion: v1 kind: ReplicationController metadata: labels: kubernetes.io/cluster-service: 'true' k8s-app: heapster name: heapster kubernetes.io/minikube-addons: heapster name: heapster namespace: kube-system spec: replicas: 1 selector: kubernetes.io/cluster-service: "true" k8s-app: h...
apiVersion: v1 kind: ReplicationController metadata: labels: kubernetes.io/cluster-service: 'true' k8s-app: heapster name: heapster kubernetes.io/minikube-addons: heapster name: heapster namespace: kube-system spec: replicas: 1 selector: kubernetes.io/cluster-service: "true" k8s-app: h...
Update heapster addon to v1.3.0
Update heapster addon to v1.3.0
YAML
apache-2.0
kubernetes/minikube,aaron-prindle/minikube,warmchang/minikube,kubernetes/minikube,dlorenc/minikube,abbytiz/minikube,dims/minikube,dalehamel/minikube,cu12/minikube,kubernetes/minikube,warmchang/minikube,dongsupark/minikube,mikegrass/minikube,r2d4/minikube,dlorenc/minikube,kubernetes/minikube,kubernetes/minikube,r2d4/min...
3300f76c98afe789c5e1e7405d41799943918bf7
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black args: [--line-length=80] - repo: https://gitlab.com/pycqa/flake8 rev: "3.8.4" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade rev: v2.7.4 hooks: - id: pyupgrade args: ...
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black args: [--line-length=80] - repo: https://github.com/PyCQA/flake8 rev: "3.8.4" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade rev: v2.7.4 hooks: - id: pyupgrade args: ...
Update repository URL for Flake8
Update repository URL for Flake8 Committed via https://github.com/asottile/all-repos
YAML
bsd-3-clause
morepath/more.basicauth
6df4a809c98395c9bd34c720dcb6ace2a8d8f019
cas-security-spring-boot-sample/docker-compose.yml
cas-security-spring-boot-sample/docker-compose.yml
version: '3' services: cas: # Tag version does not really represent CAS server version. Please check pom.xml to get real version. image: apereo/cas:v5.1.3 ports: - "8080:8080" volumes: - ./docker/tmp:/root/.m2/repository/ - ./docker/cas.properties:/cas-overlay/etc/cas/config/cas.prop...
version: '2.1' services: cas: # Tag version does not really represent CAS server version. Please check pom.xml to get real version. image: apereo/cas:v5.1.3 ports: - "8080:8080" volumes: - ./docker/tmp:/root/.m2/repository/ - ./docker/cas.properties:/cas-overlay/etc/cas/config/cas.pr...
Add docker healtcheck and depends_on
Add docker healtcheck and depends_on
YAML
mit
kakawait/cas-security-spring-boot-starter,kakawait/cas-security-spring-boot-starter,kakawait/cas-security-spring-boot-starter
6775db6a3318029b47e67eb5abaf808548992dc9
provisioners/roles/newrelic_wsgi/defaults/main.yml
provisioners/roles/newrelic_wsgi/defaults/main.yml
--- # defaults file for newrelic_wsgi newrelic_ini_path: /opt/newrelic/ newrelic_agentlog_path: /var/log/newrelic/wsgi/ newrelic_ini_file: "{{newrelic_ini_path}}/newrelic.ini" newrelic_agentlog_file: "{{newrelic_agentlog_path}}/newrelic_python_agent.log" application_name: "test LAMP wsgi python application" newrelic_hi...
--- # defaults file for newrelic_wsgi newrelic_ini_path: /opt/newrelic/ newrelic_agentlog_path: /var/log/newrelic/ newrelic_ini_file: "{{newrelic_ini_path}}/newrelic.ini" newrelic_agentlog_file: "{{newrelic_agentlog_path}}/newrelic_python_agent.log" application_name: "test LAMP wsgi python application" newrelic_high_se...
Put python log w/ php log, make writable by apache
Put python log w/ php log, make writable by apache
YAML
cc0-1.0
cfpb/new-relic-installer,sleitner/new-relic-installer
9a0c8c504ca74023ff72708b9a9beabc408ec6d8
packages/co/concrete-haskell-autogen.yaml
packages/co/concrete-haskell-autogen.yaml
homepage: https://github.com/hltcoe changelog-type: '' hash: 48a74b681c636c337de4f0287f12fb1f6e4ebd43b10af67e035dd8d0a2658bae test-bench-deps: {} maintainer: tom@cs.jhu.edu synopsis: Automatically generated Thrift definitions for the Concrete data format. changelog: '' basic-deps: bytestring: -any base: ! '>=4.6 &&...
homepage: https://github.com/hltcoe changelog-type: '' hash: 1d352f54bbef567af0a503b1054d09ee48447da801de71802b1974007849be08 test-bench-deps: {} maintainer: tom@cs.jhu.edu synopsis: Automatically generated Thrift definitions for the Concrete data format. changelog: '' basic-deps: bytestring: -any base: ! '>=4.6 &&...
Update from Hackage at 2017-08-27T14:46:37Z
Update from Hackage at 2017-08-27T14:46:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
6df3e78236aff7084d6962266d2403cf213dc934
ingestion-api/circle.yml
ingestion-api/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/ingestion-api . ## - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS ## ...
## Customize the test machine machine: services: - docker test: override: - lein do clean, test, bin deployment: docker-hub: branch: master commands: - docker build -t samsara/ingestion-api . - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS - docker push samsara...
Fix Auto Docker builds and push
Fix Auto Docker builds and push
YAML
apache-2.0
ChallenHB/samsara,ChallenHB/samsara,samsara/samsara,ChallenHB/samsara,ChallenHB/samsara,samsara/samsara,ChallenHB/samsara,samsara/samsara,samsara/samsara,samsara/samsara,samsara/samsara
98e58d62c6014578dec6648bd9db4e95a69c1222
metadata/com.samco.trackandgraph.yml
metadata/com.samco.trackandgraph.yml
Categories: - Sports & Health License: GPL-3.0-or-later AuthorName: Samuel Amantea-Collins AuthorEmail: help.trackandgraph@gmail.com SourceCode: https://github.com/SamAmco/track-and-graph IssueTracker: https://github.com/SamAmco/track-and-graph/issues Changelog: https://github.com/SamAmco/track-and-graph/releases Au...
Categories: - Sports & Health License: GPL-3.0-or-later AuthorName: Samuel Amantea-Collins AuthorEmail: help.trackandgraph@gmail.com SourceCode: https://github.com/SamAmco/track-and-graph IssueTracker: https://github.com/SamAmco/track-and-graph/issues Changelog: https://github.com/SamAmco/track-and-graph/releases Au...
Update Track & Graph to 1.6.0 (10600)
Update Track & Graph to 1.6.0 (10600)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
953bdb1bb8801dfc58ba329abb8aac165c28a5cd
packages/sd/sdl2-image.yaml
packages/sd/sdl2-image.yaml
homepage: '' changelog-type: markdown hash: 7d5c7c825727632ac1837672db01522aaff0819291f4794b8d9254ec8245d380 test-bench-deps: {} maintainer: cailei@live.com synopsis: Haskell binding to sdl2-image. changelog: ! '## v0.1.3.2 - add support for ''base-4.8'' ## v0.1.3.1 - add ''this'' change-log file ## v0.1....
homepage: '' changelog-type: '' hash: 57c95f16777afcf43a491a1a4a6ca99a5e41f255ef64335ffd94d082be583c4f test-bench-deps: {} maintainer: Siniša Biđin <sinisa@bidin.eu> synopsis: Bindings to SDL2_image. changelog: '' basic-deps: bytestring: ! '>=0.10.4.0' base: ! '>=4.7 && <5' text: ! '>=1.1.0.0' sdl2: ! '>=2.0' ...
Update from Hackage at 2017-01-16T22:40:02Z
Update from Hackage at 2017-01-16T22:40:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
e64e4090029ae0ea5967c3eb0149889a2b6b6ead
.github/workflows/continuous-integration-conda.yml
.github/workflows/continuous-integration-conda.yml
name: CI (conda) on: [push, pull_request] jobs: build: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] python-version: [2.7, 3.6, 3.7, 3.8] runs-on: ${{ matrix.os }} steps: - uses: goanpeca/setup-miniconda@v1 with: auto-update-conda...
name: CI (conda) on: [push, pull_request] jobs: build: strategy: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] python-version: [2.7, 3.6, 3.7, 3.8] runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Minic...
Add checkout and debug step, removed explicit shell name
Add checkout and debug step, removed explicit shell name
YAML
mit
mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext,mwouts/jupytext
bf95fc9954ff52a11787fda50e3b28ddf5d5d470
tasks/selinux-context.yml
tasks/selinux-context.yml
--- - name: RedHat | Ensure selinux context for MISP httpd directories command: "chcon -R httpd_sys_rw_content_t {{ item }}" # FIXME! sefcontext module not working # sefcontext: # target: "{{ item }}(/.*)?" # setype: httpd_sys_rw_content_t # state: present with_items: - /var/www/MISP/app/files - ...
--- - name: RedHat | Ensure selinux context for MISP httpd directories sefcontext: target: "{{ item }}(/.*)?" setype: httpd_sys_rw_content_t state: present with_items: - /var/www/MISP/app/files - /var/www/MISP/app/files/terms - /var/www/MISP/app/files/scripts/tmp - /var/www/MISP/app/Plu...
Revert "manual command for chcon as sefcontext module does not seem to work"
Revert "manual command for chcon as sefcontext module does not seem to work" This reverts commit abb40b5d9cb9da991bd04ea42c84b2d699e4d142.
YAML
bsd-2-clause
juju4/ansible-MISP,juju4/ansible-MISP,juju4/ansible-MISP
87f0f72d69a9806bb890c9b8f77f5aee46cdcd56
meta.lib.spoofax/metaborg.yaml
meta.lib.spoofax/metaborg.yaml
--- id: org.metaborg:meta.lib.spoofax:${metaborgVersion} name: libspoofax metaborgVersion: 2.3.0-SNAPSHOT metaborgBaselineVersion: 2.2.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} exports: - ...
--- id: org.metaborg:meta.lib.spoofax:${metaborgVersion} name: libspoofax metaborgVersion: 2.3.0-SNAPSHOT metaborgBaselineVersion: 2.2.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} exports: - ...
Disable sdf buildstep to prevent generation of erroneous completions.str.
Disable sdf buildstep to prevent generation of erroneous completions.str.
YAML
apache-2.0
metaborg/spoofax,metaborg/spoofax,metaborg/spoofax,metaborg/spoofax
04f62b949bc82d6f32d39c42667b7c8cebe94195
playbook/roles/selenium/defaults/main.yml
playbook/roles/selenium/defaults/main.yml
--- # defaults file for selenium selenium_install_dir: /opt selenium_version: "3.4.0" selenium_install_firefox: yes selenium_install_chrome: yes selenium_chromedriver: "2.30" selenium_display_id: "1" selenium_port: 4444 selenium_xvfb_args: "--server-args='-screen 0, 1920x1080x24'" selenium_user: www-admin
--- # defaults file for selenium selenium_install_dir: /opt selenium_version: "3.10.0" selenium_install_firefox: yes selenium_install_chrome: yes selenium_chromedriver: "2.36" selenium_display_id: "1" selenium_port: 4444 selenium_xvfb_args: "--server-args='-screen 0, 1920x1080x24'" selenium_user: www-admin
Update selenium and webdriver versions.
Update selenium and webdriver versions.
YAML
mit
wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina
47f1cef0f5b185c64a826406dbc8271ce1428168
provision/roles/core/tasks/std_packages.yml
provision/roles/core/tasks/std_packages.yml
--- - name: Install core standard packages apt: name: - abcde - audacity - autojump - clipit - curl - dconf-tools - ffmpeg - fonts-inconsolata - gimp - gnome-do - gnome-do-plugins - gnome-nettool - htop - indicator-multiload ...
--- - name: Install core standard packages apt: name: - abcde - audacity - autojump - clipit - curl - dconf-tools - ffmpeg - fonts-inconsolata - gimp - gnome-do - gnome-do-plugins - gnome-nettool - htop - indicator-multiload ...
Use vim compiled with system keyboard support
Use vim compiled with system keyboard support
YAML
apache-2.0
cfgrok/dotfiles,cfgrok/dotfiles
f9376685c1fa4896cba46ed36ba7fdd2c6d5507a
manifests/prometheus/operations.d/310-alertmanager-routes.yml
manifests/prometheus/operations.d/310-alertmanager-routes.yml
--- - type: replace path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route? value: receiver: critical-receiver group_by: - alertname group_wait: 30s group_interval: 1m repeat_interval: 1h routes: - receiver: warning-receiver match: ...
--- - type: replace path: /instance_groups/name=alertmanager/jobs/name=alertmanager/properties/alertmanager/route? value: receiver: critical-receiver group_by: - alertname group_wait: 30s group_interval: 1m repeat_interval: 1h routes: - receiver: warning-receiver match: ...
Set email subject for Alertmanager alerts
Set email subject for Alertmanager alerts The original email subject looks the following: [{{ .Status | toUpper }}{{ if eq .Status "firing" }}:{{ .Alerts.Firing | len }}{{ end }}] {{ .GroupLabels.SortedPairs.Values | join " " }} {{ if gt (len .CommonLabels) (len .GroupLabels) }}({{ with .CommonLabels.Remove .GroupLabe...
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
a1d7ef685cfa55e06607485c51e8e82970ca5efe
moduleroot/spec/default_facts.yml
moduleroot/spec/default_facts.yml
--- concat_basedir: "/tmp" ipaddress: "172.16.254.254" is_pe: false macaddress: "AA:AA:AA:AA:AA:AA" selinux_config_mode: "disabled"
--- concat_basedir: "/tmp" ipaddress: "172.16.254.254" is_pe: false macaddress: "AA:AA:AA:AA:AA:AA"
Remove selinux_config_mode from default facts
Remove selinux_config_mode from default facts This fact doesn't always exist on systems and having it as a default fact is masking strict variable issues.
YAML
apache-2.0
voxpupuli/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config,dhoppe/modulesync_config,puppet-community/modulesync_config,dhoppe/modulesync_config,voxpupuli/modulesync_config
52724bb6119dec3706de02af62a382cc4d62ceea
packages/am/amqp-worker.yaml
packages/am/amqp-worker.yaml
homepage: '' changelog-type: '' hash: 5544c8079f85d19754d84c1d27d50988473a2800ca4fb827d59c630280429178 test-bench-deps: bytestring: -any base: -any amqp: -any text: -any amqp-worker: -any tasty-hunit: -any tasty: -any aeson: -any maintainer: seanhess@gmail.com synopsis: High level functions for working ...
homepage: '' changelog-type: '' hash: 6e4627a037255a5a15e13cbbe45aeccc5280e1cf6611d532214894932d07c8e3 test-bench-deps: bytestring: -any base: -any amqp: -any text: -any amqp-worker: -any tasty-hunit: -any tasty: -any aeson: -any maintainer: seanhess@gmail.com synopsis: High level functions for working ...
Update from Hackage at 2016-12-14T22:22:32Z
Update from Hackage at 2016-12-14T22:22:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
7e62649b4a19a8c1053c6885cdc0bbeefbe3f0d3
config/jobs/kubernetes-sigs/scheduler-plugins/scheduler-plugins-presubmits.yaml
config/jobs/kubernetes-sigs/scheduler-plugins/scheduler-plugins-presubmits.yaml
# sigs.k8s.io/scheduler-plugins presubmits presubmits: kubernetes-sigs/scheduler-plugins: - name: pull-scheduler-plugins-verify-gofmt decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.13 command: - make a...
# sigs.k8s.io/scheduler-plugins presubmits presubmits: kubernetes-sigs/scheduler-plugins: - name: pull-scheduler-plugins-verify-gofmt decorate: true path_alias: sigs.k8s.io/scheduler-plugins always_run: true spec: containers: - image: golang:1.15.2 command: - make ...
Update scheduler-plugins CI Job To Go 1.15.2
Update scheduler-plugins CI Job To Go 1.15.2
YAML
apache-2.0
michelle192837/test-infra,BenTheElder/test-infra,fejta/test-infra,dims/test-infra,monopole/test-infra,jessfraz/test-infra,monopole/test-infra,fejta/test-infra,kubernetes/test-infra,cjwagner/test-infra,dims/test-infra,kubernetes/test-infra,dims/test-infra,monopole/test-infra,dims/test-infra,fejta/test-infra,brahmaroutu/...
9b85ae4bae94ca74e3e1463cbbf80e895b58540a
template/.travis.yml
template/.travis.yml
language: java sudo: required jdk: - oraclejdk8 cache: directories: - $HOME/.CommandBox env: matrix: - ENGINE=lucee@4.5 - ENGINE=lucee@5 - ENGINE=adobe@2016 - ENGINE=adobe@11 - ENGINE=adobe@10 before_install: - sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622 - sudo echo "deb ...
language: java sudo: required jdk: - oraclejdk8 cache: directories: - $HOME/.CommandBox env: matrix: - ENGINE=lucee@4.5 - ENGINE=lucee@5 - ENGINE=adobe@2016 - ENGINE=adobe@11 before_install: - sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622 - sudo echo "deb http://downloads.ortus...
Remove ACF 10 from Travis matrix as it is EOL
Remove ACF 10 from Travis matrix as it is EOL
YAML
mit
elpete/cb-module-template
c5a7be7bb102f051967631fb106457ae4b5d81b9
kubernetes/helm/templates/rnacentral.yaml
kubernetes/helm/templates/rnacentral.yaml
apiVersion: v1 kind: Service metadata: name: rnacentral labels: app: rnacentral spec: type: NodePort ports: - port: {{ .Values.rnacentralPort }} targetPort: {{ .Values.rnacentralPort }} protocol: TCP selector: app: rnacentral --- apiVersion: apps/v1 kind: Deployment metadata: name: rnacent...
apiVersion: v1 kind: Service metadata: name: rnacentral labels: app: rnacentral spec: type: NodePort ports: - port: {{ .Values.rnacentralPort }} targetPort: {{ .Values.rnacentralPort }} protocol: TCP selector: app: rnacentral --- apiVersion: apps/v1 kind: Deployment metadata: name: rnacent...
Add branch to the values
Add branch to the values
YAML
apache-2.0
RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode
bac0fe3391a518b791cf24c2f7d0ad219ff28621
generators/script/templates/.travis.yml
generators/script/templates/.travis.yml
language: node_js node_js: - "0.12" - "0.10" - "iojs" sudo: false cache: directories: - node_modules notifications: email: false
language: node_js node_js: - "5" - "0.12" sudo: false cache: directories: - node_modules notifications: email: false
Test Node 5, and 0.12 only
Test Node 5, and 0.12 only
YAML
mit
ClaudeBot/generator-hubot,ClaudeBot/generator-hubot
c583e47540f5c5a40ff7b7792b0b1925caea4d29
packages/op/optima-for-hasql.yaml
packages/op/optima-for-hasql.yaml
homepage: https://github.com/nikita-volkov/optima-for-hasql changelog-type: '' hash: 4ddbd39532cfe5a8b545a6d51eb7e21f0713abe04e0a87ef268574c952372678 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Command-line arguments parsing for Hasql changelog: '' basic-deps: hasql: ! '>=1.4 && ...
homepage: https://github.com/nikita-volkov/optima-for-hasql changelog-type: '' hash: 078ddf6e4d98284ebea99efc4c1e9b4d42cd05c7c67b09ed3d34a86aef7cc44c test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Command-line arguments parsing for Hasql changelog: '' basic-deps: hasql: '>=1.6 && <1...
Update from Hackage at 2022-09-01T13:45:46Z
Update from Hackage at 2022-09-01T13:45:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
bb5df7667956c12704bff4be15ecd033d82c6d08
operations/portable-ip-for-router.yml
operations/portable-ip-for-router.yml
--- - type: replace path: /resource_groups/name=router/networks/name=default/default? value: [dns, gateway] - type: replace path: /resource_groups/name=router/networks/- value: name: static static_ips: [ ((sl_router_ip)) ]
--- - type: replace path: /instance_groups/name=router/networks/name=default/default? value: [dns, gateway] - type: replace path: /instance_groups/name=router/networks/- value: name: static static_ips: [ ((sl_router_ip)) ]
Fix ops-file path for instance_groups
Fix ops-file path for instance_groups
YAML
apache-2.0
cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci,cloudfoundry-incubator/bits-service-ci
2ba709c17ab154896574c7297b14302b4ffa33da
packages/list-stylesheets/.travis.yml
packages/list-stylesheets/.travis.yml
sudo: false language: node_js node_js: - 'stable' - '0.12' - '0.10' before_script: - npm install -g gulp - gulp lint after_success: npm run coveralls # whitelist branches: only: - master notifications: email: - kempdogg@gmail.com
sudo: false language: node_js node_js: - '8' - '6' - '4' before_script: - npm install -g gulp - gulp lint after_success: npm run coveralls # whitelist branches: only: - master notifications: email: - kempdogg@gmail.com
Update node versions for Travis CI.
Update node versions for Travis CI.
YAML
mit
jonkemp/inline-css,jonkemp/inline-css
eed22bf33cfb406026d2b10e1d09a15d76b150c5
packages/pa/partial-isomorphisms.yaml
packages/pa/partial-isomorphisms.yaml
homepage: http://www.informatik.uni-marburg.de/~rendel/unparse changelog-type: '' hash: 4b49219eb6715cc36440cf06194a3e83592a942059a51b328dd66586e2bb8843 test-bench-deps: {} maintainer: rendel@informatik.uni-marburg.de synopsis: Partial isomorphisms. changelog: '' basic-deps: base: ! '>=3 && <5' template-haskell: -a...
homepage: http://www.informatik.uni-marburg.de/~rendel/unparse changelog-type: '' hash: dc27254b2fb36077e39a78632a392c4dc5beca2b9dcc536fea0ee2532a453263 test-bench-deps: {} maintainer: rendel@informatik.uni-marburg.de synopsis: Partial isomorphisms. changelog: '' basic-deps: base: ! '>=3 && <5' template-haskell: ! ...
Update from Hackage at 2017-05-05T11:49:20Z
Update from Hackage at 2017-05-05T11:49:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
c1ac46c478d592ee0feaad9d8cc640ae6acff55a
packages/sq/sqlite-simple-errors.yaml
packages/sq/sqlite-simple-errors.yaml
homepage: https://github.com/caneroj1/sqlite-simple-errors changelog-type: '' hash: c5721b225696ace0c93ef123aff8d05ab1e3a9c5e5afe33b2606e51c4a4a5187 test-bench-deps: base: -any sqlite-simple: -any text: -any sqlite-simple-errors: -any mtl: -any maintainer: jmc41493@gmail.com synopsis: Wrapper around errors fr...
homepage: https://github.com/caneroj1/sqlite-simple-errors changelog-type: '' hash: aae745033281f0a63096edbc63df34834aadc186981f3d5f49a4a40136d750e4 test-bench-deps: base: -any sqlite-simple: ! '>=0.4.9 && <0.5.0' text: ! '>=1.2.2.1 && <1.2.3' sqlite-simple-errors: -any mtl: ! '>=2.2.1 && <2.3' maintainer: jm...
Update from Hackage at 2016-10-12T02:53:46+00:00
Update from Hackage at 2016-10-12T02:53:46+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
f9381bf5f72f9e594f1d58e3675741d74b503b49
packages/te/test-framework-hunit.yaml
packages/te/test-framework-hunit.yaml
homepage: https://batterseapower.github.io/test-framework/ changelog-type: '' hash: 6e637a0904fd0b96bf35c2c00fb5282c8fcb5f329f0a24b4dbf3d131ae531bd0 test-bench-deps: {} maintainer: Haskell Libraries <libraries@haskell.org> synopsis: HUnit support for the test-framework package. changelog: '' basic-deps: test-framewor...
homepage: https://batterseapower.github.io/test-framework/ changelog-type: '' hash: 50dfa482f626505b45ab433d0110f275e314f872a198b5fc24d1a640af755880 test-bench-deps: {} maintainer: Haskell Libraries <libraries@haskell.org> synopsis: HUnit support for the test-framework package. changelog: '' basic-deps: test-framewor...
Update from Hackage at 2016-10-07T16:00:25+00:00
Update from Hackage at 2016-10-07T16:00:25+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
eba88ba21da599f8c89b6da0242a2c58ef8d6ff9
serfnode/deploy/roles/docker/tasks/main.yml
serfnode/deploy/roles/docker/tasks/main.yml
--- - name: Update apt-get once a day apt: update_cache=yes cache_valid_time=84600 sudo: yes - name: Ensure curl is installed apt: name=curl sudo: yes - name: Install docker shell: curl -sSL https://get.docker.com/ubuntu/ | sudo sh args: creates: /usr/bin/docker sudo: yes - name: Ensure docker is ...
--- - name: Update apt-get once a day apt: update_cache=yes cache_valid_time=84600 sudo: yes - name: Ensure curl is installed apt: name=curl sudo: yes - name: Ensure python is installed apt: name={{ item }} with_items: - python - python-pip sudo: yes - name: Install docker shell: curl -sSL htt...
Install pip in docker playbook
Install pip in docker playbook
YAML
mit
waltermoreira/serfnode,waltermoreira/serfnode,waltermoreira/serfnode
4b9139f9cc96c41deafe6f497920f9890e496283
packages/gr/gray-extended.yaml
packages/gr/gray-extended.yaml
homepage: https://github.com/mhwombat/gray-extended changelog-type: '' hash: 253345a95219b9eb2fcd743da2424d1eab9731fab974351947ac6c3817bacc8e test-bench-deps: test-framework: ==0.8.* base: ==4.* test-framework-quickcheck2: ==0.3.* gray-extended: -any QuickCheck: ==2.7.* maintainer: amy@nualeargais.ie synopsis...
homepage: https://github.com/mhwombat/gray-extended#readme changelog-type: '' hash: 992d02d8d7e53e93dd52de2898dbfb886d2cb8f1f51caf07cbe59bfd6dab8115 test-bench-deps: test-framework: ==0.8.* base: -any test-framework-quickcheck2: ==0.3.* gray-extended: -any QuickCheck: ==2.7.* || ==2.8.* || ==2.9.* maintainer:...
Update from Hackage at 2016-11-04T13:24:13Z
Update from Hackage at 2016-11-04T13:24:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
30d5f672e275fca7bf1287c0ce179cdb8c74c0b4
.github/workflows/docker-build.yml
.github/workflows/docker-build.yml
on: push name: Docker build and push jobs: build: name: Docker build and push if: '!github.event.deleted' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: '0' - name: Bump version and push tag if: github.ref == 'refs/heads/master' uses: ano...
on: push name: Docker build and push jobs: build: name: Docker build and push if: '!github.event.deleted' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: '0' - name: Bump version and push tag if: github.ref == 'refs/heads/master' uses: ano...
Update docker build and push action to v2 syntax
Update docker build and push action to v2 syntax
YAML
mit
spejder/msml
5de55a88cbf06f88b515d8b7abb556915325f7d2
.github/workflows/install-adbe.yml
.github/workflows/install-adbe.yml
name: InstallAdbeTest on: [push] jobs: test: runs-on: macos-latest timeout-minutes: 15 strategy: matrix: python-version: [3.5, 3.7, 3.8] steps: - name: checkout uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup...
name: InstallAdbeTest on: [push] jobs: test: runs-on: macos-latest timeout-minutes: 15 strategy: matrix: python-version: [3.7, 3.8, 3.9] steps: - name: checkout uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup...
Test on Python 3.9 instead of 3.5
Test on Python 3.9 instead of 3.5
YAML
apache-2.0
ashishb/adb-enhanced
4a5ebd516ddc595f76c1b8060a7f59c3b9c66823
packages/ne/network-types-icmp.yaml
packages/ne/network-types-icmp.yaml
homepage: https://github.com/adamflott/network-types-icmp#readme changelog-type: markdown hash: 9e0e5a2330360154222513d876311e541e5b8796cf403639162db89dade965cd test-bench-deps: network-types-icmp: -any base: '>=4.7 && <5' maintainer: adam@adamflott.com synopsis: Types for representing ICMP and ICMPv6 messages. cha...
homepage: https://github.com/adamflott/network-types-icmp#readme changelog-type: markdown hash: 524d97cbabe02bf177ce17a8ce9ad4a9534f2df82fb9a883dd3b48654dc846ef test-bench-deps: network-types-icmp: -any base: '>=4.7 && <5' maintainer: adam@adamflott.com synopsis: Types for representing ICMP and ICMPv6 messages. cha...
Update from Hackage at 2020-09-28T22:31:14Z
Update from Hackage at 2020-09-28T22:31:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
edd13db1c64b76159033f699d221f59ab243e6dc
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Mount bazel cache uses: actions/cache@v1 with: path: "/home/runner/.cache/bazel" key: bazel - name: Install bazelis...
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Mount bazel cache uses: actions/cache@v1 with: path: "/home/runner/.cache/bazel" key: bazel - name: Install bazelis...
Apply pylint on all python files
Apply pylint on all python files
YAML
apache-2.0
googleinterns/bert-annotator,googleinterns/bert-annotator,googleinterns/bert-annotator
f3666def8da20c4ef43c1bf461cff9c1f21fb2ed
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.201 - name: Build run: dotnet build --configuration Release
name: CI on: [push] jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 3.1.201 - name: Restore NuGet Packages run: dotnet restore - name: Download ACT Binaries u...
Add github action to download ACT binaries
Add github action to download ACT binaries
YAML
mit
Makar8000/ACT-Discord-Triggers
ed67613a1bda3741965d91e6f3b59143d920ea00
.github/workflows/main.yml
.github/workflows/main.yml
--- name: Main workflow on: - push - pull_request jobs: lint: name: Lint runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: php-versions: ['8.0', '8.1'] experimental: [false] include: - php-versio...
--- name: Main workflow on: - push - pull_request jobs: lint: name: Lint runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: fail-fast: false matrix: php-versions: - '8.0' - '8.1' experimental: [false] include: ...
Remove unknown setting to update to latest PHP patch release
Remove unknown setting to update to latest PHP patch release
YAML
agpl-3.0
bheisig/i-doit-api-client-php,bheisig/i-doit-api-client-php
5a427fbdf5730fcdfad4434dcc7fd72af5431dd5
.github/workflows/ruby.yml
.github/workflows/ruby.yml
# This workflow will download a prebuilt Ruby version, install dependencies and # run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: CI on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '16 4...
# This workflow will download a prebuilt Ruby version, install dependencies and # run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: CI on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '16 4...
Test with Ruby 3.1 in CI
Test with Ruby 3.1 in CI
YAML
lgpl-2.1
mvz/gir_ffi-cairo
1447444f72f9708ab02473afc00c4189aafb87e9
.github/workflows/rust.yml
.github/workflows/rust.yml
on: [push, pull_request] name: Continuous integration jobs: check: name: Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - uses: actions-rs/carg...
on: [push, pull_request] name: CI jobs: check: name: Check runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable override: true - uses: actions-rs/cargo@v1 with: ...
Update Github Actions workflow name to CI
Update Github Actions workflow name to CI The name "Continuous integration" was pretty long, especially for the badge, so this commit shortens it to "CI".
YAML
mit
aag/eagle-eye
954637132adf9ff04ad660b481a83dbb9a11b42f
.github/workflows/test.yml
.github/workflows/test.yml
on: push name: Run tests jobs: test: runs-on: ubuntu-latest strategy: matrix: node: [12, 14, 15] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: .github/workflows/install.sh - run: npm in...
on: push name: Run tests jobs: test: runs-on: ubuntu-latest strategy: matrix: node: [12, 14, 15] steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: .github/workflows/install.sh - run: npm ci...
Use 'npm ci' on GH Actions
Use 'npm ci' on GH Actions
YAML
mit
nfroidure/gulp-iconfont,nfroidure/gulp-iconfont
54f74ff4e51e08cdb18040880a82b9124f040e4c
.github/workflows/test.yml
.github/workflows/test.yml
name: test on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-versi...
name: test on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${...
Use Node 14.x and 16.x images
ci: Use Node 14.x and 16.x images
YAML
mit
PeculiarVentures/webcrypto-liner,PeculiarVentures/webcrypto-liner
4c2d48b632d2e043a97b33d61920fc2126ba9e77
.github/workflows/test.yml
.github/workflows/test.yml
name: actions on: push: branches: - master pull_request: branches: - "*" jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 bundler-cache...
name: actions on: push: branches: - master pull_request: branches: - "*" jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 1 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 bundler-cache...
Add indent for better code reading
Add indent for better code reading
YAML
mit
coderdojo-japan/dojopaas,coderdojo-japan/dojopaas,coderdojo-japan/dojopaas
562cc69bd3780386f3575c7af31377ee6bb58068
roles/gce-instances/defaults/main.yml
roles/gce-instances/defaults/main.yml
# # Storage instance default settings # # Reference info for settings and pricing # # http://docs.ansible.com/ansible/gce_module.html # https://cloud.google.com/compute/pricing # # The number of storage servers in your cluster storage_servers_count: 2 # The size of each storage server gce_storage_server_machine_type:...
# # Storage instance default settings # # Reference info for settings and pricing # # http://docs.ansible.com/ansible/gce_module.html # https://cloud.google.com/compute/pricing # # The number of storage servers in your cluster storage_servers_count: 2 # The size of each storage server gce_storage_server_machine_type:...
Update gce image to latest
Update gce image to latest
YAML
apache-2.0
spohnan/gluster-ansible,spohnan/gluster-ansible
a1e7521e787336f149b34ba3aacd0c0c936ad902
circle.yml
circle.yml
dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tools" - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3" - echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" test: override: - ./gradlew assembleRelease - cp -r build/ou...
dependencies: pre: - echo y | android update sdk --no-ui --all --filter "tools" - echo y | android update sdk --no-ui --all --filter "build-tools-23.0.3" - echo y | android update sdk --no-ui --all --filter "extra-android-m2repository" test: override: - ./gradlew assembleRelease - cp -r build/ou...
Modify whitespace in CI config
Modify whitespace in CI config
YAML
apache-2.0
epeterson320/flashlight
e0f87fc561904e9f4f18f27919ea5b2a3893754e
circle.yml
circle.yml
dependencies: post: - curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes - multirust default stable test: override: - cargo test
dependencies: post: - sudo apt-get install -y alsa-base - curl -Lsf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh -s -- --yes - multirust default stable test: override: - cargo test
Install alsa (headers are needed to compile libsoundio, disabling ALSA doesn't work)
Install alsa (headers are needed to compile libsoundio, disabling ALSA doesn't work)
YAML
apache-2.0
klingtnet/rsoundio