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
b97a18dc00d6c7eb5b23a6bfcc3dc5d2c87a7060
_data/scroll.yml
_data/scroll.yml
header: - title: "Upcoming events" type: info icon: calendar scroll: - text: 2/29 – Theater Boosters @ 6:45 pm in the X-Theater - text: 3/1 – Coffee Connections with Dr. Marshhausen @ 7:30 am, Starbucks in Mill Run - text: 3/1 – Harlem Wizards vs. HCSD Staff @ 7 pm in the Darby Main Gym - text: 3/2 – Coffee Connections with Dr. Marshhausen @ 8 am, Scrambler Maries on Nike Station Way - text: 3/2 – Parent Workshop on Teen Sex Trafficing, @ 6 pm @ Heritage Middle School - text: 3/4 – Coffee Connections with Dr. Marshhausen @ 9 am, Panera Bread on Hilliard Rome Rd. - text: 3/7 – Gridiron Club Meeting @ 7 pm in room 160 - text: 3/7 – Diamond Club Meeting @ 7 pm in room 200 - text: 3/7 – 3/11 – OGT Testing Week - text: 3/8 – Winter Band Concert @ 7 pm in the PAC
header: - title: "Upcoming events" type: info icon: calendar scroll: - text: 3/4 – Coffee Connections with Dr. Marshhausen @ 9 am, Panera Bread on Hilliard Rome Rd. - text: 3/7 – Gridiron Club Meeting @ 7 pm in room 160 - text: 3/7 – Diamond Club Meeting @ 7 pm in room 200 - text: 3/7 – 3/11 – OGT Testing Week - text: 3/8 – Winter Band Concert @ 7 pm in the PAC
Update and limit to five events
Update and limit to five events
YAML
agpl-3.0
enzanki-ars/dbyannounce,enzanki-ars/dbyannounce,enzanki-ars/dbyannounce,enzanki-ars/dbyannounce
f2f9e6ca1c4daf12a5d1c7ca5ea9689fc719829d
data/index.yaml
data/index.yaml
# Definition build list --- defs: AU: ['au.yaml'] CA: ['ca.yaml', 'north_america_informal.yaml'] CZ: ['cz.yaml'] DK: ['dk.yaml'] DE: ['de.yaml'] ES: ['es.yaml'] FR: ['fr.yaml'] GB: ['gb.yaml'] IE: ['ie.yaml'] IS: ['is.yaml'] IT: ['it.yaml'] MX: ['mx.yaml', 'north_america_informal.yaml'] NL: ['nl.yaml'] "NO": ['no.yaml'] NYSE: ['nyse.yaml'] NZ: ['nz.yaml'] PT: ['pt.yaml'] US: ['us.yaml', 'north_america_informal.yaml'] United_Nations: ['united_nations.yaml'] UPS: ['ups.yaml'] ZA: ['za.yaml'] North_America: ['ca.yaml', 'mx.yaml', 'us.yaml', 'north_america_informal.yaml'] Europe: ['cz.yaml', 'dk.yaml', 'de.yaml', 'es.yaml', 'fr.yaml', 'gb.yaml', 'ie.yaml', 'is.yaml', 'it.yaml', 'nl.yaml', 'no.yaml', 'pt.yaml']
# Definition build list --- defs: AU: ['au.yaml'] CA: ['ca.yaml', 'north_america_informal.yaml'] CZ: ['cz.yaml'] DK: ['dk.yaml'] DE: ['de.yaml'] ES: ['es.yaml'] FR: ['fr.yaml'] GB: ['gb.yaml'] IE: ['ie.yaml'] IS: ['is.yaml'] IT: ['it.yaml'] MX: ['mx.yaml', 'north_america_informal.yaml'] NL: ['nl.yaml'] "NO": ['no.yaml'] NYSE: ['nyse.yaml'] NZ: ['nz.yaml'] PT: ['pt.yaml'] SE: ['se.yaml'] US: ['us.yaml', 'north_america_informal.yaml'] United_Nations: ['united_nations.yaml'] UPS: ['ups.yaml'] ZA: ['za.yaml'] North_America: ['ca.yaml', 'mx.yaml', 'us.yaml', 'north_america_informal.yaml'] Scandinavia: ['dk.yaml', 'is.yaml', 'no.yaml', 'se.yaml'] Europe: ['cz.yaml', 'dk.yaml', 'de.yaml', 'es.yaml', 'fr.yaml', 'gb.yaml', 'ie.yaml', 'is.yaml', 'it.yaml', 'nl.yaml', 'no.yaml', 'pt.yaml']
Add missing Scandinavia and SE definitions
Add missing Scandinavia and SE definitions
YAML
mit
tallgreentree/holidays,emilianodellacasa/holidays,ptrimble/holidays,ghiculescu/holidays,hasanen/holidays,domain7/holidays,mirelon/holidays,dceddia/holidays,ghiculescu/holidays,causztic/holidays,samzurcher/holidays,timur/holidays,alexdunae/holidays,alexdunae/holidays,ptrimble/holidays,thomasguillory/holidays,sugi/holidays,rumblelabs/holidays,DenisKnauf/holidays,lecterror/holidays,jg/holidays,seanhandley/holidays,johankok/holidays,kreintjes/holidays,rtcreativegroup/holidays,okdas/holidays,harvesthq/holidays,yoka/holidays,hubbiz/holidays,netikular/holidays,PerfectlyNormal/holidays,jak78/holidays,ideeli/holidays,george-semenov/holidays,HealthWave/holidays
b4e4150fb9604a562b84b52018db477b37b4c952
actions/st2workroom_run_st2installer.yaml
actions/st2workroom_run_st2installer.yaml
--- name: "st2workroom_run_installer" runner_type: "remote-shell-script" description: "Script which runs installer with the provided data" enabled: true entry_point: "scripts/run_installer.py" parameters: installer_url: type: "string" description: "Installer URL without the trailing slash." required: true hostname: type: "string" description: "System hostname / IP address." required: true admin_username: type: "string" description: "Admin username." default: "admin" required: false system_username: type: "string" description: "System account username." default: "stanley" required: false enterprise_key: type: "string" description: "Enterprise license key." required: false
--- name: "st2workroom_run_st2installer" runner_type: "remote-shell-script" description: "Script which runs installer with the provided data" enabled: true entry_point: "scripts/run_installer.py" parameters: installer_url: type: "string" description: "Installer URL without the trailing slash." required: true hostname: type: "string" description: "System hostname / IP address." required: true admin_username: type: "string" description: "Admin username." default: "admin" required: false system_username: type: "string" description: "System account username." default: "stanley" required: false enterprise_key: type: "string" description: "Enterprise license key." required: false
Fix action name - use consistent file and action names.
Fix action name - use consistent file and action names.
YAML
apache-2.0
StackStorm/st2cd,StackStorm/st2cd
9ba4ecf51ce87f1c6de3c75dab3abd3a593e650f
packages/ti/tidal-midi.yaml
packages/ti/tidal-midi.yaml
homepage: http://tidal.lurk.org/ changelog-type: '' hash: 29b0d9090b6de731f2e7147d0ab1589e9eea5a1ec19257701c097281a318969f test-bench-deps: {} maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -any tidal: ! '>=0.9.5' PortMidi: ! '>=0.1.6.0' transformers: -any all-versions: - '0.0.1' - '0.0.2' - '0.1' - '0.6' - '0.8' - '0.8.2' - '0.9' - '0.9.1' - '0.9.2' - '0.9.3' - '0.9.4' - '0.9.5.2' author: Alex McLean latest: '0.9.5.2' description-type: haddock description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly. license-name: GPL-3
homepage: http://tidal.lurk.org/ changelog-type: '' hash: f89469bcda07714d17375974b7384f7c22ce3866e3fbcc38d6822e32e89896b6 test-bench-deps: {} maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -any tidal: ! '>=0.9.9' PortMidi: ! '>=0.1.6.0' transformers: -any all-versions: - '0.0.1' - '0.0.2' - '0.1' - '0.6' - '0.8' - '0.8.2' - '0.9' - '0.9.1' - '0.9.2' - '0.9.3' - '0.9.4' - '0.9.5.2' - '0.9.9' author: Alex McLean latest: '0.9.9' description-type: haddock description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly. license-name: GPL-3
Update from Hackage at 2018-04-14T09:47:59Z
Update from Hackage at 2018-04-14T09:47:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
318b7dcb5755f80d4331c9c1e5d732d63ad061e1
packages/ti/tidal-midi.yaml
packages/ti/tidal-midi.yaml
homepage: http://tidal.lurk.org/ changelog-type: '' hash: fe86dee6e6fa0be36385d2c2f0b9ebfc812324a351a0d0d076290fc32bd568e4 test-bench-deps: {} maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -any tidal: ==0.8.2 PortMidi: ==0.1.6.0 transformers: -any all-versions: - '0.0.1' - '0.0.2' - '0.1' - '0.6' - '0.8' - '0.8.2' author: Alex McLean latest: '0.8.2' description-type: haddock description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly. license-name: GPL-3
homepage: http://tidal.lurk.org/ changelog-type: '' hash: 642320dd6172c50c528a91e302d2e747fafd780f8a49474ee18d65f9e6daee90 test-bench-deps: {} maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -any tidal: ==0.9 PortMidi: ==0.1.6.0 transformers: -any all-versions: - '0.0.1' - '0.0.2' - '0.1' - '0.6' - '0.8' - '0.8.2' - '0.9' author: Alex McLean latest: '0.9' description-type: haddock description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other synths. Interface is likely to change significantly. license-name: GPL-3
Update from Hackage at 2017-03-10T07:50:52Z
Update from Hackage at 2017-03-10T07:50:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
96b08b63b089c5427f4238c1c1989d9c0b63bbde
packages/hu/HulkImport.yaml
packages/hu/HulkImport.yaml
homepage: http://github.com/tobs169/HulkImport#readme changelog-type: '' hash: d9c870280cda1bd6cc1bc1b98daf014371523c4b11bdbae9f5ff07f538a2afec test-bench-deps: base: -any tasty-golden: -any HulkImport: -any tasty: -any maintainer: [email protected] synopsis: Initial project template from stack changelog: '' basic-deps: base: <5 text: -any HulkImport: -any attoparsec: -any pretty: -any all-versions: - '0.1.0.0' author: Toby Smyth latest: '0.1.0.0' description-type: haddock description: Please see README.md license-name: BSD3
homepage: http://github.com/tobs169/HulkImport#readme changelog-type: '' hash: a2a4572cc55b9c3a88b6692bfdb37e076c2ef53df8eec7a85a9ed022d8470f6a test-bench-deps: base: -any tasty-golden: -any HulkImport: -any tasty: -any maintainer: [email protected] synopsis: Easily bulk import CSV data to SQL Server changelog: '' basic-deps: base: <5 text: -any HulkImport: -any attoparsec: -any pretty: -any all-versions: - '0.1.0.0' - '0.1.0.1' author: Toby Smyth latest: '0.1.0.1' description-type: haddock description: Please see README.md license-name: BSD3
Update from Hackage at 2015-11-03T19:37:02+0000
Update from Hackage at 2015-11-03T19:37:02+0000
YAML
mit
commercialhaskell/all-cabal-metadata
477567c6d16a3ec344c4bf4c2e8db5e5d6977def
packages/mo/monad-tree.yaml
packages/mo/monad-tree.yaml
homepage: '' changelog-type: markdown hash: 0dc0b41bd77b0f8467ed642efaf4327236c1d0bbf3b633eb699b8d1091159924 test-bench-deps: {} maintainer: [email protected] synopsis: Tree data structure for nondeterministic computations. changelog: | # Revision history for monad-tree ## 0.1.0 -- 2021-08-20 * First version. Added Tree definition, instances, and basic tree traversals. basic-deps: base: '>=4.9 && <=4.16' all-versions: - 0.1.0 author: Nathan Bedell latest: 0.1.0 description-type: markdown description: | # monad-tree This package provides monad instances for a rose-tree-like data structure, allowing for the definition of non-deterministic computations that do not depend on a specific search procedure. For more information, see the documentation for the main Control.Monad.Tree module. license-name: MIT
homepage: '' changelog-type: markdown hash: fe4e388ab4f7d586f5415c2ef0a77742cf12255f1401adbf55ce92d3dad37d55 test-bench-deps: {} maintainer: [email protected] synopsis: Tree data structure for nondeterministic computations. changelog: | # Revision history for monad-tree ## 0.1.0 -- 2021-08-20 * First version. Added Tree definition, instances, and basic tree traversals. basic-deps: base: '>=4.9 && <=4.16' mtl: -any transformers: -any all-versions: - 0.1.0 - 0.2.0.0 author: Nathan Bedell latest: 0.2.0.0 description-type: markdown description: | # monad-tree <p align="center"> <a href="https://www.haskell.org/"> <img src="https://img.shields.io/badge/Language-Haskell-blue"> </a> <a href="https://hackage.haskell.org/package/monad-tree-0.1.0"> <img src="https://img.shields.io/badge/Hackage-0.1.0-green"> </a> <img src="https://img.shields.io/badge/License-MIT-blue"> </p> This package provides monad instances for a rose-tree-like data structure `Tree`, allowing for the definition of non-deterministic computations that do not depend on a specific search procedure. When not used as a monad for nondeterministic computation, `Tree` can also be used as a general purpose rose tree data structure. For more information, see the documentation for the main Control.Monad.Tree module. license-name: MIT
Update from Hackage at 2021-11-09T14:12:19Z
Update from Hackage at 2021-11-09T14:12:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
0f03d837c54517f847c0ca23fe368305ca89f708
roles/dotfiles/tasks/main.yml
roles/dotfiles/tasks/main.yml
--- - name: Create ~/.bin file: dest=~/.bin state=directory - name: Link dotfiles file: src={{ item }} dest=~/.{{ item | basename }} state=link with_fileglob: - ./conf/* - name: Link executables file: src={{ item }} dest=~/.bin/{{ item | basename }} state=link with_fileglob: - ./bin/*
--- - name: Create ~/.bin file: dest=~/.bin state=directory - name: Link dotfiles file: src={{ item }} dest=~/.{{ item | basename }} state=link with_fileglob: - ./conf/* - name: Link executables file: src={{ item }} dest=~/.bin/{{ item | basename }} state=link with_fileglob: - ./bin/* - name: Install docker-enter get_url: | url=https://raw.githubusercontent.com/jpetazzo/nsenter/master/docker-enter dest=~/.bin/docker-enter mode=0700 sha256sum=09610705fa512d6c31b82d08b8e88a8103a356a6b496199a1a31d11793d45492
Add docker-enter to dotfiles role
Add docker-enter to dotfiles role
YAML
mit
jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles,jcf/ansible-dotfiles
945cc16dbed91e0c2cc4ed1279a88022d68ffae5
roles/security/tasks/main.yml
roles/security/tasks/main.yml
--- - include: sshd.yml sudo: true - include: firewalld.yml sudo: true - include: fail2ban.yml # ipv6? Check it if you have it. - include: ipv6.yml sudo: true when: "ansible_default_ipv6 != {}"
--- - include: sshd.yml sudo: true - include: firewalld.yml sudo: true - include: fail2ban.yml sudo: true # ipv6? Check it if you have it. - include: ipv6.yml sudo: true when: "ansible_default_ipv6 != {}" - file: path=~/.ssh state=directory mode=0700 - name: add authorized keys copy: content={{ authorized_keys }} dest=~/.ssh/authorized_keys backup=true mode=0600
Add task to copy in authorized key files
Add task to copy in authorized key files
YAML
mit
ryansb/workstation,ryansb/workstation,ryansb/workstation
6fac9ec144b94d88c9a07d77caec3a232be9ee97
roles/vpn/tasks/libreswan.yml
roles/vpn/tasks/libreswan.yml
--- - yum: name=libreswan state=latest tags: - packages - copy: dest=/etc/ipsec.d/redhat.secrets content="{{ vpn_secret }}" owner=root group=root notify: restart ipsec - template: dest=/etc/ipsec.conf src=ipsec.conf owner=root group=root notify: restart ipsec - service: name=ipsec enabled=true - lineinfile: dest: /root/.bashrc regexp: "^alias vpn" line: 'alias vpn="systemctl restart ipsec && sleep 5 && ipsec auto --up redhat"' backup: yes - name: ssh in and enable the VPN please, token up shell: sleep 180
--- - yum: name=libreswan state=latest tags: - packages - copy: dest=/etc/ipsec.d/redhat.secrets content="{{ vpn_secret }}" owner=root group=root notify: restart ipsec - template: dest=/etc/ipsec.conf src=ipsec.conf owner=root group=root notify: restart ipsec - service: name=ipsec enabled=true - lineinfile: dest: /root/.bashrc regexp: "^alias vpn" line: 'alias vpn="systemctl restart ipsec && sleep 5 && ipsec auto --up redhat"' backup: yes - pause: seconds=180 prompt="waiting for user to run `vpn` as root"
Replace `sleep` with pause builtin
Replace `sleep` with pause builtin
YAML
mit
ryansb/workstation,ryansb/workstation,ryansb/workstation
3513aa7672081335ac992da57f972dc232c5d879
spec/internal/config/database.yml
spec/internal/config/database.yml
test: &test adapter: postgresql database: activerecord_views_test min_messages: warning development: <<: *test production: <<: *test
test: &test adapter: postgresql database: activerecord_views_test min_messages: warning advisory_locks: <%= !Rails.version.start_with?('6.0.') %> development: <<: *test production: <<: *test
Disable migration advisory locks on Rails 6.0
Disable migration advisory locks on Rails 6.0 The connection for the lock prevents Combustion from dropping and re-creating the test database. This seems to only be a problem in Rails 6.0 and is fixed in Rails 6.1.
YAML
mit
jasoncodes/activerecord_views,jasoncodes/activerecord_views
5458e99a590be35a13efeb1da16929afdd575a22
app/config/config_jenkins.yml
app/config/config_jenkins.yml
imports: - { resource: config_dev.yml } - { resource: "@SimplyTestableApiBundle/Resources/config/parameters_test.yml" } - { resource: "@SimplyTestableApiBundle/Resources/config/services_test.yml" } framework: test: ~ session: storage_id: session.storage.mock_file web_profiler: toolbar: false intercept_redirects: false monolog: handlers: main: type: stream path: %kernel.logs_dir%/%kernel.environment%.log level: debug doctrine: dbal: connections: default: driver: pdo_sqlite path: /run/shm/app.simplytestable.com.db
imports: - { resource: config_dev.yml } - { resource: "@SimplyTestableApiBundle/Resources/config/parameters_test.yml" } - { resource: "@SimplyTestableApiBundle/Resources/config/services_test.yml" } framework: test: ~ session: storage_id: session.storage.mock_file web_profiler: toolbar: false intercept_redirects: false monolog: handlers: main: type: stream path: %kernel.logs_dir%/%kernel.environment%.log level: debug #doctrine: # dbal: # connections: # default: # driver: pdo_sqlite # path: /run/shm/app.simplytestable.com.db
Use mysql not sqlite for jenkins app.test (maybe quicker now?)
Use mysql not sqlite for jenkins app.test (maybe quicker now?)
YAML
mit
webignition/app.simplytestable.com,webignition/app.simplytestable.com
70357dbd6cd5678d3d842b3b2313a846929f1bf5
close_pull_requests.yaml
close_pull_requests.yaml
# YAML file to give repositories and text to close PRs with --- # organization/owner # repository # close - boolean - close any open PR # lock - boolean - lock further discussion (must be done manually, but # URL provided) # message - str - text for closing comment - organization: mozilla repository: gecko-dev close: True lock: True message: Please do not file PRs here, see https://developer.mozilla.org/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch - organization: mozilla repository: gecko-projects close: True lock: True message: Please do not file PRs here, see https://developer.mozilla.org/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch
# YAML file to give repositories and text to close PRs with --- # organization/owner # repository # close - boolean - close any open PR # lock - boolean - lock further discussion (must be done manually, but # URL provided) # message - str - text for closing comment - organization: mozilla repository: gecko-dev close: True lock: True message: Please do not file PRs here, see https://developer.mozilla.org/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch - organization: mozilla repository: gecko-projects close: True lock: True message: Please do not file PRs here, see https://developer.mozilla.org/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch - organization: mozilla repository: webtools-bmo-bugzilla lock: False close: True message: Please do not file PRs here, see https://wiki.mozilla.org/BMO/Submitting_Patches
Add mozilla/webtools-bmo-mozilla to list per glob
Add mozilla/webtools-bmo-mozilla to list per glob
YAML
mpl-2.0
mozilla/github-org-scripts,hwine/github-org-scripts,fwenzel/github-org-scripts,fwenzel/github-org-scripts,mozilla/github-org-scripts,mozilla/github-org-scripts,hwine/github-org-scripts
f2ef1a0be89927eab2fcd5b31cc4ab183c19567a
_data/main_nav.yml
_data/main_nav.yml
links: - title: Vision url: /vision/ - title: Bisq DAO url: /dao/ - title: Network Stats url: /stats/ - title: FAQ url: /faq/ - title: Markets url: /markets/ mobile_links: - title: Community url: /community/ - title: Blog url: /blog/ - title: Documentation url: https://docs.bisq.network/ target: _blank
links: - title: Vision url: /vision/ - title: Bisq DAO url: /dao/ - title: Statistics url: /stats/ - title: FAQ url: /faq/ - title: Markets url: /markets/ mobile_links: - title: Community url: /community/ - title: Blog url: /blog/ - title: Documentation url: https://docs.bisq.network/ target: _blank
Change stats page name to 'statistics'
Change stats page name to 'statistics' Was 'network stats'.
YAML
agpl-3.0
bitsquare/site,bitsquare/site,bitsquare/site
bb0950828a774d5ce8ff8fc90a43e6f7c9f39214
.scrutinizer.yml
.scrutinizer.yml
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: tests: override: - command: 'tools/phpunit --coverage-clover=coverage-file' coverage: file: 'coverage-file' format: 'php-clover' dependencies: before: - 'wget https://phar.io/releases/phive.phar' - 'wget https://phar.io/releases/phive.phar.asc' - 'gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79' - 'gpg --verify phive.phar.asc phive.phar' - 'php phive.phar install --trust-gpgp-keys "0x4AA394086372C20A"' environment: php: version: 5.6.9 tools: php_sim: false php_cpd: false
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: tests: override: - command: 'phpunit --coverage-clover=coverage-file' coverage: file: 'coverage-file' format: 'php-clover' environment: php: version: 7.0 tools: php_sim: false php_cpd: false
Use different approach & test with php 7.
Use different approach & test with php 7.
YAML
mit
SAM-IT/react-smtp
d818519f143d7490ec2bede30181bc9c2837ed4c
.scrutinizer.yml
.scrutinizer.yml
build: tests: before: - mysql --version - mysql -u root -e "create database if not exists test_audit character set = 'utf8' collate='utf8_general_ci';" - mysql -u root -e "create database if not exists test_data character set = 'utf8' collate='utf8_general_ci';" - mysql -u root -e "create user 'test'@'localhost' identified by 'test';" - mysql -u root -e "grant all on test_audit.* to 'test'@'localhost';" - mysql -u root -e "grant all on test_data.* to 'test'@'localhost';" override: - command: './bin/phing unit' coverage: file: 'test/coverage.xml' format: 'php-clover'
build: tests: before: - mysql --version - mysql -u root -e "create database if not exists test_audit character set = 'utf8' collate='utf8_general_ci';" - mysql -u root -e "create database if not exists test_data character set = 'utf8' collate='utf8_general_ci';" - mysql -u root -e "create user 'test'@'localhost' identified by 'test';" - mysql -u root -e "grant all on test_audit.* to 'test'@'localhost';" - mysql -u root -e "grant all on test_data.* to 'test'@'localhost';" - mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql override: - command: './bin/phing unit' coverage: file: 'test/coverage.xml' format: 'php-clover'
Load all time zones into MySQL.
Load all time zones into MySQL.
YAML
mit
SetBased/php-audit
02bc3db0342cc924a389a6ed7598c8a6665c82c9
playbooks/byo/openshift-master/scaleup.yml
playbooks/byo/openshift-master/scaleup.yml
--- - include: ../openshift-cluster/initialize_groups.yml - name: Ensure there are new_masters hosts: localhost connection: local become: no gather_facts: no tasks: - fail: msg: > Detected no new_masters or no new_nodes in inventory. Please add hosts to the new_masters and new_nodes host groups to add masters. when: - (g_new_master_hosts | default([]) | length == 0) or (g_new_node_hosts | default([]) | length == 0) - include: ../../common/openshift-cluster/std_include.yml - include: ../../common/openshift-master/scaleup.yml vars: openshift_cluster_id: "{{ cluster_id | default('default') }}" openshift_debug_level: "{{ debug_level | default(2) }}"
--- - include: ../openshift-cluster/initialize_groups.yml - name: Ensure there are new_masters or new_nodes hosts: localhost connection: local become: no gather_facts: no tasks: - fail: msg: > Detected no new_masters or no new_nodes in inventory. Please add hosts to the new_masters and new_nodes host groups to add masters. when: - (g_new_master_hosts | default([]) | length == 0) and (g_new_node_hosts | default([]) | length == 0) - include: ../../common/openshift-cluster/std_include.yml - include: ../../common/openshift-master/scaleup.yml vars: openshift_cluster_id: "{{ cluster_id | default('default') }}" openshift_debug_level: "{{ debug_level | default(2) }}"
Fix new_master or new_node fail check
Fix new_master or new_node fail check
YAML
apache-2.0
ttindell2/openshift-ansible,miminar/openshift-ansible,twiest/openshift-ansible,detiber/openshift-ansible,detiber/openshift-ansible,miminar/openshift-ansible,sdodson/openshift-ansible,anpingli/openshift-ansible,twiest/openshift-ansible,miminar/openshift-ansible,akubicharm/openshift-ansible,twiest/openshift-ansible,aveshagarwal/openshift-ansible,zhiwliu/openshift-ansible,akubicharm/openshift-ansible,ewolinetz/openshift-ansible,zhiwliu/openshift-ansible,zhiwliu/openshift-ansible,rjhowe/openshift-ansible,mwoodson/openshift-ansible,akubicharm/openshift-ansible,wbrefvem/openshift-ansible,markllama/openshift-ansible,akubicharm/openshift-ansible,maxamillion/openshift-ansible,rjhowe/openshift-ansible,ewolinetz/openshift-ansible,bparees/openshift-ansible,zhiwliu/openshift-ansible,miminar/openshift-ansible,nak3/openshift-ansible,akubicharm/openshift-ansible,aveshagarwal/openshift-ansible,sosiouxme/openshift-ansible,EricMountain-1A/openshift-ansible,gburges/openshift-ansible,zhiwliu/openshift-ansible,abutcher/openshift-ansible,ttindell2/openshift-ansible,abutcher/openshift-ansible,tagliateller/openshift-ansible,wbrefvem/openshift-ansible,markllama/openshift-ansible,wbrefvem/openshift-ansible,aveshagarwal/openshift-ansible,sdodson/openshift-ansible,markllama/openshift-ansible,jwhonce/openshift-ansible,tagliateller/openshift-ansible,sosiouxme/openshift-ansible,sosiouxme/openshift-ansible,nak3/openshift-ansible,abutcher/openshift-ansible,sdodson/openshift-ansible,ewolinetz/openshift-ansible,detiber/openshift-ansible,markllama/openshift-ansible,maxamillion/openshift-ansible,twiest/openshift-ansible,maxamillion/openshift-ansible,EricMountain-1A/openshift-ansible,akram/openshift-ansible,wbrefvem/openshift-ansible,detiber/openshift-ansible,EricMountain-1A/openshift-ansible,akram/openshift-ansible,liggitt/openshift-ansible,ttindell2/openshift-ansible,maxamillion/openshift-ansible,sdodson/openshift-ansible,openshift/openshift-ansible,openshift/openshift-ansible,miminar/openshift-ansible,rjhowe/openshift-ansible,rjhowe/openshift-ansible,markllama/openshift-ansible,abutcher/openshift-ansible,jwhonce/openshift-ansible,liggitt/openshift-ansible,sdodson/openshift-ansible,ewolinetz/openshift-ansible,rhdedgar/openshift-ansible,kwoodson/openshift-ansible,sosiouxme/openshift-ansible,ewolinetz/openshift-ansible,aveshagarwal/openshift-ansible,kwoodson/openshift-ansible,liggitt/openshift-ansible,jwhonce/openshift-ansible,gburges/openshift-ansible,EricMountain-1A/openshift-ansible,ttindell2/openshift-ansible,EricMountain-1A/openshift-ansible,maxamillion/openshift-ansible,twiest/openshift-ansible,detiber/openshift-ansible,tagliateller/openshift-ansible,rjhowe/openshift-ansible,rhdedgar/openshift-ansible,jwhonce/openshift-ansible,aveshagarwal/openshift-ansible,mwoodson/openshift-ansible,jwhonce/openshift-ansible,tagliateller/openshift-ansible,sosiouxme/openshift-ansible,bparees/openshift-ansible,liggitt/openshift-ansible,ttindell2/openshift-ansible,wbrefvem/openshift-ansible,tagliateller/openshift-ansible,anpingli/openshift-ansible,abutcher/openshift-ansible,liggitt/openshift-ansible
7c84c720d62c09f8acc89d501d692897721a3d00
playbooks/galera_status.yml
playbooks/galera_status.yml
- service: name=mysql state=started - name: Fetch Galera sync status from MySQL sudo: yes command: mysql -N -e "SHOW STATUS LIKE 'wsrep_local_state'" register: wsrep_local_state - set_fact: galera_status="Synced" when: wsrep_local_state.stdout == "wsrep_local_state\t4" - set_fact: galera_status="Out of Sync" when: wsrep_local_state.stdout != "wsrep_local_state\t4"
- service: name=mysql state=started - name: Fetch Galera sync status from MySQL sudo: yes command: mysql --defaults-file=/mnt/state/root/metadata.my.cnf -N -e "SHOW STATUS LIKE 'wsrep_local_state'" register: wsrep_local_state - set_fact: galera_status="Synced" when: wsrep_local_state.stdout == "wsrep_local_state\t4" - set_fact: galera_status="Out of Sync" when: wsrep_local_state.stdout != "wsrep_local_state\t4"
Use defaults file explicitly for galera status
Use defaults file explicitly for galera status There are corner cases while recovering from errors where this file will be available but the resulting .my.cnf will not be installed into root's home directory yet. This makes the process more resilient. Change-Id: I2e9bf921ddaba82a9c40a8df44b05fe7dee92fb6
YAML
apache-2.0
SpamapS/tripleo-ansible,SpamapS/tripleo-ansible
300656c30dff16478770a8385f529d8e55a96108
playbooks/util_playbooks/register_host.yml
playbooks/util_playbooks/register_host.yml
# vim: set ft=ansible: --- - hosts: localhost connection: local sudo: no gather_facts: no vars_files: - ../vars.yml vars: cluster_hosts: "{{ groups['tag_env_' ~ cluster_id] }}" tasks: - fail: msg: required values not set when: rhsm_user is not defined or rhsm_pass is not defined or cluster_id is not defined and not (skip_subscription_management | bool) - add_host: name: "{{ item }}" ansible_ssh_user: openshift ansible_sudo: yes groups: oo_hosts_to_register with_items: cluster_hosts - name: Register host(s) hosts: oo_hosts_to_register serial: 1 tasks: - name: Enable subscription-manager ini_file: dest: /etc/yum/pluginconf.d/subscription-manager.conf section: main option: enabled value: 1 when: not (skip_subscription_management | bool) - name: Register host redhat_subscription: username: "{{ rhsm_user }}" password: "{{ rhsm_pass }}" state: present pool: "^(60 Day Supported OpenShift Enterprise|Employee)" when: not (skip_subscription_management | bool)
# vim: set ft=ansible: --- - hosts: localhost connection: local sudo: no gather_facts: no vars_files: - ../vars.yml vars: cluster_hosts: "{{ groups['tag_env_' ~ cluster_id] }}" tasks: - fail: msg: required values not set when: rhsm_user is not defined or rhsm_pass is not defined or cluster_id is not defined and not (skip_subscription_management | bool) - add_host: name: "{{ item }}" ansible_ssh_user: openshift ansible_sudo: yes groups: oo_hosts_to_register with_items: cluster_hosts - name: Register host(s) hosts: oo_hosts_to_register serial: 1 tasks: - name: Enable subscription-manager ini_file: dest: /etc/yum/pluginconf.d/subscription-manager.conf section: main option: enabled value: 1 when: not (skip_subscription_management | bool) - name: Register host redhat_subscription: username: "{{ rhsm_user }}" password: "{{ rhsm_pass }}" state: present pool: "^(60 Day Supported OpenShift Enterprise|OpenShift Enterprise Premium|Employee)" when: not (skip_subscription_management | bool)
Add support for OpenShift Enterprise Premium RHSM pool
Add support for OpenShift Enterprise Premium RHSM pool
YAML
apache-2.0
ryanj/demo-ansible,christian-posta/demo-ansible,thoraxe/demo-ansible,christian-posta/demo-ansible,thoraxe/demo-ansible,detiber/demo-ansible,2015-Middleware-Keynote/demo-ansible,detiber/demo-ansible,2015-Middleware-Keynote/demo-ansible,ryanj/demo-ansible
523f37189989285315e2f0b07393aafb59ada60f
docker/test.yml
docker/test.yml
app: extends: file: common.yml service: app image: mycompany/myapp-test:latest links: - db volumes_from: - cache volumes: - ../src:/application db: extends: file: common.yml service: db cache: image: mycompany/myapp-test:latest container_name: mycompany_myapp_cache volumes: - /tmp/mycompany_myapp_cache:/cache entrypoint: "true" agent: extends: file: common.yml service: agent links: - db builder: image: mycompany/myapp-builder:latest volumes: - ../src:/application volumes_from: - cache
app: extends: file: common.yml service: app image: mycompany/myapp-test:latest links: - db volumes_from: - cache volumes: - ../src:/application db: extends: file: common.yml service: db cache: image: mycompany/myapp-test:latest container_name: mycompany_myapp_cache volumes: - /tmp/mycompany_myapp_cache:/cache entrypoint: "true" agent: extends: file: common.yml service: agent links: - db builder: image: mycompany/myapp-builder:latest volumes: - ../src:/application - ../target:/wheelhouse volumes_from: - cache
Change build directory to target
Change build directory to target
YAML
mit
cloudhotspot/pypackage-docker,cloudhotspot/pypackage-docker,cloudhotspot/pypackage-docker,cloudhotspot/pypackage-docker
dac06715f5c00883d7359b4098d332d74614f01f
snapcraft.yaml
snapcraft.yaml
name: syncplay summary: Syncplay version: build version-script: cat syncplay/__init__.py | awk '/version/ {gsub("\047", "", $3); print $NF}' summary: Client/server to synchronize media playback on many computers description: | Syncplay synchronises the position and play state of multiple media players so that the viewers can watch the same thing at the same time. This means that when one person pauses/unpauses playback or seeks (jumps position) within their media player then this will be replicated across all media players connected to the same server and in the same 'room' (viewing session). When a new person joins they will also be synchronised. Syncplay also includes text-based chat so you can discuss a video as you watch it (or you could use third-party Voice over IP software to talk over a video). confinement: classic icon: syncplay/resources/syncplay.png grade: stable parts: syncplay: plugin: python source: . stage-packages: - python3-pyside after: [desktop-qt4] apps: syncplay: command: bin/desktop-launch $SNAP/usr/bin/python3 $SNAP/bin/syncplay desktop: lib/python3.5/site-packages/syncplay/resources/syncplay.desktop syncplay-server: command: bin/syncplay-server desktop: lib/python3.5/site-packages/syncplay/resources/syncplay-server.desktop
name: syncplay summary: Syncplay version: build version-script: cat syncplay/__init__.py | awk '/version/ {gsub("\047", "", $3); print $NF}' summary: Client/server to synchronize media playback on many computers description: | Syncplay synchronises the position and play state of multiple media players so that the viewers can watch the same thing at the same time. This means that when one person pauses/unpauses playback or seeks (jumps position) within their media player then this will be replicated across all media players connected to the same server and in the same 'room' (viewing session). When a new person joins they will also be synchronised. Syncplay also includes text-based chat so you can discuss a video as you watch it (or you could use third-party Voice over IP software to talk over a video). confinement: classic icon: syncplay/resources/syncplay.png grade: stable parts: syncplay: plugin: python source: . stage-packages: - python3-pyside after: [desktop-qt4] apps: syncplay: command: bin/desktop-launch $SNAP/usr/bin/python3 $SNAP/bin/syncplay desktop: lib/python3.5/site-packages/syncplay/resources/syncplay.desktop environment: DISABLE_WAYLAND: 1 syncplay-server: command: bin/syncplay-server desktop: lib/python3.5/site-packages/syncplay/resources/syncplay-server.desktop
Disable native wayland for snap
Disable native wayland for snap Snap is using QT4 (due to lack of pyside2 in core18) which is not compatible with Wayland. Hopefully this should prevent #331 from occurring.
YAML
apache-2.0
alby128/syncplay,alby128/syncplay,Syncplay/syncplay,Syncplay/syncplay
bd8f1bdde466dc417b4757c2a8f14eaf5807815b
metadata/de.taz.android.app.free.yml
metadata/de.taz.android.app.free.yml
Categories: - Multimedia - Reading - Science & Education License: AGPL-3.0-or-later WebSite: https://www.taz.de SourceCode: https://github.com/die-tageszeitung/taz-neo IssueTracker: https://github.com/die-tageszeitung/taz-neo/issues AutoName: die tageszeitung RepoType: git Repo: https://github.com/die-tageszeitung/taz-neo Builds: - versionName: 1.1.2 versionCode: 10102900 commit: 1.1.2 subdir: app output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk build: - export VERSION_IGNORES_DIRTY_TREE=true - export SENTRY_ENVIRONMENT=fdroid - gradle assembleFreeTazUnminifiedRelease AutoUpdateMode: Version %v UpdateCheckMode: Tags .*[0-9]\.*[0-9]+$ CurrentVersion: 1.1.2 CurrentVersionCode: 10102900
Categories: - Multimedia - Reading - Science & Education License: AGPL-3.0-or-later WebSite: https://www.taz.de SourceCode: https://github.com/die-tageszeitung/taz-neo IssueTracker: https://github.com/die-tageszeitung/taz-neo/issues AutoName: die tageszeitung RepoType: git Repo: https://github.com/die-tageszeitung/taz-neo Builds: - versionName: 1.1.2 versionCode: 10102900 commit: 1.1.2 subdir: app output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk build: - export VERSION_IGNORES_DIRTY_TREE=true - export SENTRY_ENVIRONMENT=fdroid - gradle assembleFreeTazUnminifiedRelease - versionName: 1.2.2 versionCode: 10202900 commit: 1.2.2 subdir: app output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk build: - export VERSION_IGNORES_DIRTY_TREE=true - export SENTRY_ENVIRONMENT=fdroid - gradle assembleFreeTazUnminifiedRelease MaintainerNotes: Dynamic versionName and version code, so no autoupdates possible. AutoUpdateMode: None UpdateCheckMode: None CurrentVersion: 1.2.2 CurrentVersionCode: 10202900
Disable autoupdate and add maintainer note
Disable autoupdate and add maintainer note https://forum.f-droid.org/t/corrected-autoupdatemode-after-source-release-will-it-apply/12843
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
f589dfd021a42925d802af351b9a08ab95d23e08
metadata/org.segin.bfinterpreter.yml
metadata/org.segin.bfinterpreter.yml
Categories: - Development License: Apache-2.0 SourceCode: https://github.com/segin/BFInterpreter IssueTracker: https://github.com/segin/BFInterpreter/issues AutoName: BF Interpreter Description: Implementation of the "Brainfuck" programming language. RepoType: git Repo: https://github.com/segin/BFInterpreter Builds: - versionName: '0.3' versionCode: 3 commit: f96d6bf3fd25c025b6d818434a36b4878e147015 subdir: app gradle: - yes - versionName: '0.5' versionCode: 5 commit: b1cff985af8c9e3fae7 subdir: app gradle: - yes - versionName: '0.7' versionCode: 7 commit: 0.7-corrected subdir: app gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: '0.7' CurrentVersionCode: 7
Categories: - Development License: Apache-2.0 SourceCode: https://github.com/segin/BFInterpreter IssueTracker: https://github.com/segin/BFInterpreter/issues AutoName: BF Interpreter Description: Implementation of the "Brainfuck" programming language. RepoType: git Repo: https://github.com/segin/BFInterpreter Builds: - versionName: '0.3' versionCode: 3 commit: f96d6bf3fd25c025b6d818434a36b4878e147015 subdir: app gradle: - yes - versionName: '0.5' versionCode: 5 commit: b1cff985af8c9e3fae7 subdir: app gradle: - yes - versionName: '0.7' versionCode: 7 commit: 0.7-corrected subdir: app gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: '0.8' CurrentVersionCode: 9
Update CV of BF Interpreter to 0.8 (9)
Update CV of BF Interpreter to 0.8 (9)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
67fe3219ea5f10a463d999b8915f9a379746777e
templates/vsphere-resource-pools.yml
templates/vsphere-resource-pools.yml
jobs: (( merge )) resource_pools: - name: riak-pool network: riak-cs-network size: (( auto )) stemcell: name: bosh-aws-xen-ubuntu-lucid-go_agent version: (( merge || 2578 )) cloud_properties: ram: 4096 disk: 10240 cpu: 2 - name: broker-pool network: riak-cs-network size: (( auto )) stemcell: name: bosh-aws-xen-ubuntu-lucid-go_agent version: (( merge || 2578 )) cloud_properties: ram: 512 disk: 4096 cpu: 1
jobs: (( merge )) resource_pools: - name: riak-pool network: riak-cs-network size: (( auto )) stemcell: name: bosh-vsphere-esxi-ubuntu-lucid-go_agent version: (( merge || 2578 )) cloud_properties: ram: 4096 disk: 10240 cpu: 2 - name: broker-pool network: riak-cs-network size: (( auto )) stemcell: name: bosh-vsphere-esxi-ubuntu-lucid-go_agent version: (( merge || 2578 )) cloud_properties: ram: 512 disk: 4096 cpu: 1
Use correct stemcell for vsphere
Use correct stemcell for vsphere
YAML
apache-2.0
datianshi/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,mikfreedman/cf-riak-cs-release,datianshi/cf-riak-cs-release,datianshi/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,mikfreedman/cf-riak-cs-release,mikfreedman/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,mikfreedman/cf-riak-cs-release,cloudfoundry/cf-riak-cs-release,datianshi/cf-riak-cs-release
2f110af596dfd9d96d9aea3252184e9bf9062367
examples/cassandra-lib/client-config.yaml
examples/cassandra-lib/client-config.yaml
endpoints: - localhost:9042 op_timeout: 5000000000 # 5 seconds (creating a new keyspace is very slow on travis) dial_timeout: 3000000000 # 3 seconds redial_interval: 60000000000 # 60 seconds protocol_version: 4
endpoints: - localhost:9042 op_timeout: 10000000000 # 10 seconds (creating a new keyspace is very slow on travis) dial_timeout: 3000000000 # 3 seconds redial_interval: 60000000000 # 60 seconds protocol_version: 4
Extend optimout for cassandra in travis
Extend optimout for cassandra in travis
YAML
apache-2.0
junmipan/cn-infra,lukasmacko/cn-infra,jozef-slezak/cn-infra,mpundlik/cn-infra,ligato/cn-infra,lukasmacko/cn-infra,jozef-slezak/cn-infra,mpundlik/cn-infra,junmipan/cn-infra,ligato/cn-infra
2031f101dc43d2a45f96700b0e0a757bf1f3dfe8
scripts/release/release-notes-sections.yml
scripts/release/release-notes-sections.yml
changelog: repository: spring-projects/spring-security sections: - title: ":rewind: Breaking Changes" labels: ["type: breaks-passivity"] sort: "title" - title: ":star: New Features" labels: ["type: enhancement"] sort: "title" - title: ":beetle: Bug Fixes" labels: ["type: bug"] sort: "title" - title: ":hammer: Dependency Upgrades" emoji: ":hammer:" labels: ["type: dependency-upgrade"] sort: "title"
changelog: repository: spring-projects/spring-security sections: - title: ":rewind: Breaking Changes" labels: ["type: breaks-passivity"] sort: "title" - title: ":star: New Features" labels: ["type: enhancement"] sort: "title" - title: ":beetle: Bug Fixes" labels: ["type: bug"] sort: "title" - title: ":hammer: Dependency Upgrades" emoji: ":hammer:" labels: ["type: dependency-upgrade"] sort: "title" issues: exclude: labels: ["status: duplicate"]
Exclude duplicate issues from changelog
Exclude duplicate issues from changelog Closes gh-11154
YAML
apache-2.0
spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security
0166e92d70063cc75e9a6c978f12b6166ebb321e
.github/assign-reviewers.yml
.github/assign-reviewers.yml
numberOfReviewers: 2 # This group should NEVER be changed based on availability; it's to help # determine if a PR author is an external contributor. team: - brettcannon - int19h - karthiknadig - karrtikr - kimadeline - luabud - paulacamargo25 # Comment yourself out when you will be unavailable for reviews for more than a # couple of days. reviewers: - karthiknadig - karrtikr - kimadeline # - paulacamargo25
numberOfReviewers: 2 # This group should NEVER be changed based on availability; it's to help # determine if a PR author is an external contributor. team: - brettcannon - int19h - karthiknadig - karrtikr - kimadeline - luabud - paulacamargo25 # Comment yourself out when you will be unavailable for reviews for more than a # couple of days. reviewers: - karthiknadig - karrtikr - kimadeline - paulacamargo25
Add Paula back in the review queue
Add Paula back in the review queue
YAML
mit
DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode,DonJayamanne/pythonVSCode
503089128397413431cbab80a0f9e9ed50532f6d
cluster/canary/tabulator.yaml
cluster/canary/tabulator.yaml
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metadata: labels: app: testgrid channel: stable component: tabulator spec: serviceAccountName: tabulator containers: - name: tabulator image: gcr.io/k8s-testgrid/tabulator:v20220418-v0.0.134-12-g4cb66d51 ports: - name: metrics containerPort: 2112 args: - --config=gs://k8s-testgrid-canary/config - --confirm - --wait=15m - --pubsub=k8s-testgrid/canary-test-group-updates - --persist-queue=gs://k8s-testgrid-canary/queue/tabulator.json - --filter - --filter-columns resources: requests: cpu: "30" memory: "75G" limits: cpu: "40" memory: "150G" --- apiVersion: v1 kind: ServiceAccount metadata: annotations: # Uses same as updater iam.gke.io/gcp-service-account: [email protected] name: tabulator namespace: testgrid-canary
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metadata: labels: app: testgrid channel: stable component: tabulator spec: serviceAccountName: tabulator containers: - name: tabulator image: gcr.io/k8s-testgrid/tabulator:v20220418-v0.0.134-12-g4cb66d51 ports: - name: metrics containerPort: 2112 args: - --config=gs://k8s-testgrid-canary/config - --confirm - --wait=15m - --pubsub=k8s-testgrid/canary-test-group-updates - --persist-queue=gs://k8s-testgrid-canary/queue/tabulator.json - --filter resources: requests: cpu: "30" memory: "75G" limits: cpu: "40" memory: "150G" --- apiVersion: v1 kind: ServiceAccount metadata: annotations: # Uses same as updater iam.gke.io/gcp-service-account: [email protected] name: tabulator namespace: testgrid-canary
Remove filter-columns experiment from canary
Remove filter-columns experiment from canary
YAML
apache-2.0
GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid
3b49c578345b1c32d3fdbc25533c718a5bb808b8
purge-cluster.yml
purge-cluster.yml
--- # This playbook purges Ceph # It removes: packages, configuration files and ALL THE DATA - hosts: - mons - osds vars: devices: [ '/dev/sdb', '/dev/sdc', '/dev/sdd', '/dev/sde', '/dev/sdf' ] partitions: [ '1', '2', '3' ] tasks: - name: disk zap command: /usr/sbin/sgdisk --zap-all --clear --mbrtogpt -g -- {{ item }} with_items: devices failed_when: false - name: disk zap command: /usr/sbin/sgdisk --zap-all --clear --mbrtogpt -g -- {{ item }} with_items: devices failed_when: false - name: call partprobe command: partprobe - name: purge ceph command: ceph-deploy purge {{ ansible_fqdn }} delegate_to: 127.0.0.1 - name: remove osd data shell: rm -rf /var/lib/ceph/osd/*/* failed_when: false - name: purge remaining data command: ceph-deploy purgedata {{ ansible_fqdn }} delegate_to: 127.0.0.1
--- # This playbook purges Ceph # It removes: packages, configuration files and ALL THE DATA - hosts: - mons - osds vars: devices: [ '/dev/sdb', '/dev/sdc', '/dev/sdd', '/dev/sde', '/dev/sdf' ] partitions: [ '1', '2', '3' ] tasks: - name: disk zap command: /usr/sbin/sgdisk --zap-all --clear --mbrtogpt -g -- {{ item }} with_items: devices failed_when: false - name: disk zap command: /usr/sbin/sgdisk --zap-all --clear --mbrtogpt -g -- {{ item }} with_items: devices failed_when: false - name: purge ceph command: ceph-deploy purge {{ ansible_fqdn }} delegate_to: 127.0.0.1 - name: remove osd data shell: rm -rf /var/lib/ceph/osd/*/* failed_when: false - name: purge remaining data command: ceph-deploy purgedata {{ ansible_fqdn }} delegate_to: 127.0.0.1 - name: call partprobe command: partprobe
Move parted to the end of the playbook
Move parted to the end of the playbook If we call partprobe directly after the partition deletion the task will get stucked. Signed-off-by: SΓ©bastien Han <[email protected]>
YAML
apache-2.0
mcsage/ceph-ansible,nkmail/ceph-ansible,AcalephStorage/ceph-ansible,jsaintrocc/ceph-ansible,ceph/ceph-ansible,dang/ceph-ansible,jtaleric/ceph-ansible,sheepkiller/ceph-ansible,albertomurillo/ceph-ansible,fgal/ceph-ansible,PiotrProkop/ceph-ansible,albertomurillo/ceph-ansible,thetrav/ceph-ansible,jfcoz/ceph-ansible,AcalephStorage/ceph-ansible,bengland2/ceph-ansible,rootfs/ceph-ansible,guits/ceph-ansible,dang/ceph-ansible,jfcoz/ceph-ansible,PiotrProkop/ceph-ansible,thiagodasilva/ceph-ansible,lejonet/ansible-ceph-common,fgal/ceph-ansible,travmi/ceph-ansible,bengland2/ceph-ansible,WingkaiHo/ceph-ansible,jtaleric/ceph-ansible,thetrav/ceph-ansible,jsaintrocc/ceph-ansible,rootfs/ceph-ansible,travmi/ceph-ansible,msambol/ceph-ansible,nkmail/ceph-ansible,Abhishekvrshny/ceph-ansible,font/ceph-ansible,ceph/ceph-ansible,WingkaiHo/ceph-ansible,msambol/ceph-ansible,guits/ceph-ansible,thiagodasilva/ceph-ansible,verdurin/ceph-ansible-1,albertomurillo/ceph-ansible,Abhishekvrshny/ceph-ansible,mcsage/ceph-ansible,WingkaiHo/ceph-ansible,font/ceph-ansible,sheepkiller/ceph-ansible,verdurin/ceph-ansible-1
48de0b15804e56208df3d27695f3c25fe2fecb58
manifests/cf-manifest/env-specific/prod-lon.yml
manifests/cf-manifest/env-specific/prod-lon.yml
--- uaa_instances: 3 nats_instances: 3 diego_api_instances: 3 cell_instances: 105 router_instances: 15 api_instances: 12 doppler_instances: 54 log_api_instances: 27 scheduler_instances: 6 cc_worker_instances: 6 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds: 300 paas_region_name: london prometheus_disk_size: 750GB prometheus_retention_size: 700GB
--- uaa_instances: 3 nats_instances: 3 diego_api_instances: 3 cell_instances: 111 router_instances: 15 api_instances: 12 doppler_instances: 54 log_api_instances: 27 scheduler_instances: 6 cc_worker_instances: 6 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds: 300 paas_region_name: london prometheus_disk_size: 750GB prometheus_retention_size: 700GB
Scale Cells in London to 111
Scale Cells in London to 111
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
ebeecd3d85df4b0452b93a8db08c434c03ed87ed
templates/docker/docker-compose.inherit.yml
templates/docker/docker-compose.inherit.yml
db: container_name: <%= projectName %>_<%= environment %>_db extends: file: docker-compose.yml service: db volumes: - /data/<%= projectName %>_<%= environment %>/mysql:/var/lib/mysql <% if (cache.external) { %> cache: container_name: <%= projectName %>_<%= environment %>_cache extends: file: docker-compose.yml service: cache <% } %><% if (proxy.exists) { %> proxy: container_name: <%= projectName %>_<%= environment %>_proxy image: phase2/varnish4 environment: VARNISH_BACKEND_HOST: www VIRTUAL_HOST: ${DOCKER_ENV}.atmos.ci.p2devcloud.com links: - www <% } %> www: container_name: <%= projectName %>_<%= environment %>_www image: <%= app.image %> environment: DOCROOT: /var/www/build/html PHP_XDEBUG: "<%= debugMode %>" PHP_XHPROF: "<%= debugMode %>" <% if (!proxy.exists) { %>VIRTUAL_HOST: <%= virtualHost %><% } %> links: - db<% if (cache.external) { %><%= cache.docker.link %><% } %> volumes: - .:/var/www/ - /data/<%= projectName %>_<%= environment %>/files:/var/www/build/html/sites/default/files
db: container_name: <%= projectName %>_<%= environment %>_db extends: file: docker-compose.yml service: db volumes: - /data/<%= projectName %>_<%= environment %>/mysql:/var/lib/mysql <% if (cache.external) { %> cache: container_name: <%= projectName %>_<%= environment %>_cache extends: file: docker-compose.yml service: cache <% } %><% if (proxy.exists) { %> proxy: container_name: <%= projectName %>_<%= environment %>_proxy image: phase2/varnish4 environment: VARNISH_BACKEND_HOST: www VIRTUAL_HOST: <%= virtualHost %> links: - www <% } %> www: container_name: <%= projectName %>_<%= environment %>_www image: <%= app.image %> environment: DOCROOT: /var/www/build/html PHP_XDEBUG: "<%= debugMode %>" PHP_XHPROF: "<%= debugMode %>" <% if (!proxy.exists) { %>VIRTUAL_HOST: <%= virtualHost %><% } %> links: - db<% if (cache.external) { %><%= cache.docker.link %><% } %> volumes: - .:/var/www/ - /data/<%= projectName %>_<%= environment %>/files:/var/www/build/html/sites/default/files
Fix virtualHost entry for devcloud environments.
Fix virtualHost entry for devcloud environments.
YAML
mit
phase2/generator-outrigger-drupal,phase2/generator-outrigger-drupal,phase2/generator-outrigger-drupal
ec58cbb5c5a8a0c02f5647b1e6251d8bf4b11e8d
ansible/site.yml
ansible/site.yml
--- # Provisioning a dev box - name: Configuring Base System hosts: local sudo: yes sudo_user: vagrant tasks: - name: Checkout dotfiles git: repo=git://github.com/scorpionresponse/dotfiles.git dest=/home/vagrant/dotfiles accept_hostkey=True - name: Make install script executable shell: chmod +x /home/vagrant/dotfiles/install_dotfiles.sh - name: Install dotfiles command: /home/vagrant/dotfiles/install_dotfiles.sh args: chdir: /home/vagrant/dotfiles/ executable: /bin/bash - name: apt-get install stuff apt: pkg={{ item }} state=installed update_cache=true sudo_user: root with_items: - build-essential - cabal-install - python3 - python3-pip - python3-setuptools - name: Cabal update and Shellcheck shell: cabal update && cabal install shellcheck - name: pip install stuff pip: name={{ item }} executable=pip3 sudo_user: root with_items: - flask - requests
--- # Provisioning a dev box - name: Configuring Base System hosts: local sudo: yes sudo_user: vagrant tasks: - name: Checkout dotfiles git: repo=git://github.com/scorpionresponse/dotfiles.git dest=/home/vagrant/dotfiles accept_hostkey=True - name: Make install script executable shell: chmod +x /home/vagrant/dotfiles/install_dotfiles.sh - name: Install dotfiles shell: /home/vagrant/dotfiles/install_dotfiles.sh - name: apt-get install stuff apt: pkg={{ item }} state=installed update_cache=true sudo_user: root with_items: - build-essential - cabal-install - python3 - python3-pip - python3-setuptools - name: Cabal update and Shellcheck shell: cabal update && cabal install shellcheck - name: pip install stuff pip: name={{ item }} executable=pip3 sudo_user: root with_items: - flask - requests
Use shell to call dotfiles install script
Use shell to call dotfiles install script
YAML
apache-2.0
ScorpionResponse/devbox,ScorpionResponse/devbox
3273e888f4d2038dc3eb177663cf702735761df6
packs/windows/actions/winrm_cmd.yaml
packs/windows/actions/winrm_cmd.yaml
--- name: "winrm_cmd" runner_type: "run-python" description: "Run a command via WinRM" enabled: true entry_point: "winrm_cmd.py" parameters: host: type: "string" description: "IP address of a Windows server to run the query on" required: true password: type: "string" description: "Account password." required: true username: type: "string" description: "Account username." required: false command: type: "string" description: "The command to run" required: true params: type: "list" description: "list of parameters for the command" required: true port: type: "integer" description: "TCP port" required: false secure: type: "boolean" description: "Use HTTPS" required: false
--- name: "winrm_cmd" runner_type: "run-python" description: "Run a command via WinRM" enabled: true entry_point: "winrm_cmd.py" parameters: host: type: "string" description: "IP address of a Windows server to run the query on" required: true password: type: "string" description: "Account password." required: true username: type: "string" description: "Account username." required: false command: type: "string" description: "The command to run" required: true params: type: "array" description: "array of parameters for the command" required: true port: type: "integer" description: "TCP port" required: false secure: type: "boolean" description: "Use HTTPS" required: false
Change params type from list to array
Change params type from list to array List is not a valid parameter type
YAML
apache-2.0
StackStorm/st2contrib,StackStorm/st2contrib,StackStorm/st2contrib,tonybaloney/st2contrib,tonybaloney/st2contrib,tonybaloney/st2contrib
4c987589b925a2d524d46763f234243354573985
.github/workflows/coding-standards.yml
.github/workflows/coding-standards.yml
name: "CS" on: pull_request: branches: - master push: branches: - master jobs: coding-standards: name: "CS Fixer & PHPStan" runs-on: "ubuntu-16.04" strategy: matrix: php: - "7.3" steps: - name: "Checkout" uses: "actions/checkout@v2" - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: coverage: "none" php-version: "${{ matrix.php }}" tools: cs2pr, pecl, composer:v2 ini-values: "date.timezone=Europe/Paris" env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Install dependencies with Composer" uses: "ramsey/composer-install@v1" with: composer-options: "--optimize-autoloader --prefer-dist" - name: "Run PHP CS Fixer" run: "bin/php-cs-fixer fix --verbose --dry-run --format=checkstyle | cs2pr" - name: "Generate test cache for PHPStan" run: "php bin/console cache:clear --env=test" - name: "Install PHPUnit for PHPStan" run: "php bin/simple-phpunit install" - name: "Run PHPStan" run: "php bin/phpstan analyse --no-progress --error-format=checkstyle | cs2pr"
name: "CS" on: pull_request: branches: - master push: branches: - master jobs: coding-standards: name: "CS Fixer & PHPStan" runs-on: "ubuntu-16.04" strategy: matrix: php: - "7.3" steps: - name: "Checkout" uses: "actions/checkout@v2" - name: "Install PHP" uses: "shivammathur/setup-php@v2" with: coverage: "none" php-version: "${{ matrix.php }}" tools: pecl, composer:v2 ini-values: "date.timezone=Europe/Paris" env: COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: "Install dependencies with Composer" uses: "ramsey/composer-install@v1" with: composer-options: "--optimize-autoloader --prefer-dist" - name: "Run PHP CS Fixer" run: "bin/php-cs-fixer fix --verbose --dry-run" - name: "Generate test cache for PHPStan" run: "php bin/console cache:clear --env=test" - name: "Install PHPUnit for PHPStan" run: "php bin/simple-phpunit install" - name: "Run PHPStan" run: "php bin/phpstan analyse --no-progress"
Remove cs2pr to have error reported in the build
Remove cs2pr to have error reported in the build
YAML
mit
j0k3r/f43.me,j0k3r/f43.me,j0k3r/f43.me
b6a151d28b6f362cf604200e391434e3e1e48fd7
.github/workflows/clang-format.yml
.github/workflows/clang-format.yml
name: Clang-Format on: workflow_dispatch: schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Clang-Format: uses: steinwurf/clang-format-action/.github/workflows/[email protected]
name: Clang-Format on: workflow_dispatch: schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Clang-Format: uses: steinwurf/clang-format-action/.github/workflows/[email protected]
Update Clang-Format to new version 2.0.0
Update Clang-Format to new version 2.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
d1f7063a36b19c4c06c6b1e40b62906a9f699a3f
playbooks/roles/elasticsearch/defaults/main.yml
playbooks/roles/elasticsearch/defaults/main.yml
--- elasticsearch_app_dir: "{{ COMMON_APP_DIR }}/elasticsearch" elasticsearch_data_dir: "{{ COMMON_DATA_DIR }}/elasticsearch" elasticsearch_log_dir: "{{ COMMON_LOG_DIR }}/elasticsearch" elasticsearch_cfg_dir: "{{ COMMON_CFG_DIR }}/elasticsearch" elasticsearch_apt_key_url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch" elasticsearch_repo: "deb [trusted=yes] https://artifacts.elastic.co/packages/7.x/apt stable main" elasticsearch_package_name: "elasticsearch" elasticsearch_user: "elasticsearch" elasticsearch_group: "elasticsearch" # # Defaults for a single server installation. ELASTICSEARCH_CLUSTER_MEMBERS: [] ELASTICSEARCH_HEAP_SIZE: "512m" ELASTICSEARCH_VERSION: "7.8.1"
--- elasticsearch_app_dir: "{{ COMMON_APP_DIR }}/elasticsearch" elasticsearch_data_dir: "{{ COMMON_DATA_DIR }}/elasticsearch" elasticsearch_log_dir: "{{ COMMON_LOG_DIR }}/elasticsearch" elasticsearch_cfg_dir: "{{ COMMON_CFG_DIR }}/elasticsearch" elasticsearch_apt_key_url: "https://artifacts.elastic.co/GPG-KEY-elasticsearch" elasticsearch_repo: "deb [trusted=yes] https://artifacts.elastic.co/packages/7.x/apt stable main" elasticsearch_package_name: "elasticsearch" elasticsearch_user: "elasticsearch" elasticsearch_group: "elasticsearch" # # Defaults for a single server installation. ELASTICSEARCH_CLUSTER_MEMBERS: [] ELASTICSEARCH_HEAP_SIZE: "512m" ELASTICSEARCH_VERSION: "7.10.2"
Upgrade ES version to 7.10
Upgrade ES version to 7.10
YAML
agpl-3.0
mitodl/configuration,mitodl/configuration,arbrandes/edx-configuration,arbrandes/edx-configuration,arbrandes/edx-configuration,edx/configuration,edx/configuration,mitodl/configuration,arbrandes/edx-configuration,edx/configuration,arbrandes/edx-configuration,mitodl/configuration,edx/configuration
304beeff19d5e70cfbf8cfd1cf93b8feeae8a11a
hieradata/common.yaml
hieradata/common.yaml
--- # Classes is an array of Puppet modules to run classes: - site site::domain: 'climate-cms.nci.org.au' site::puppet::master: puppet-2 site::proxy_ip: '10.0.1.10' # Default class arguments apache::default_vhost: false apache::default_mods: false
--- # Classes is an array of Puppet modules to run. This file defines classes to # install on all servers. classes: - site - client::icinga site::domain: 'climate-cms.nci.org.au' site::puppet::master: puppet-2 site::proxy_ip: '10.0.1.10' # Default class arguments apache::default_vhost: false apache::default_mods: false
Enable icinga client for all servers
Enable icinga client for all servers
YAML
apache-2.0
coecms/climate-cms,coecms/climate-cms,coecms/climate-cms,coecms/climate-cms
3d2af653be9bcc4f1c8b217edbec25d089aeba10
packages/un/universe-instances-trans.yaml
packages/un/universe-instances-trans.yaml
homepage: https://github.com/dmwit/universe changelog-type: '' hash: 9f75eb7f8cda98e8ecb5e9f6ec079890a66265bdfd6707f4fa4cb8857327dfa4 test-bench-deps: {} maintainer: [email protected] synopsis: Universe instances for types from the transformers and mtl packages changelog: '' basic-deps: base: ! '>=4 && <5' universe-base: ! '>=1.0 && <1.1' universe-instances-base: ! '>=1.0 && <1.1' mtl: ! '>=1.0 && <2.3' transformers: ! '>=0.2 && <0.5' all-versions: - '1.0' - '1.0.0.1' author: Daniel Wagner latest: '1.0.0.1' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/dmwit/universe changelog-type: '' hash: c96cbeb4bf0240bbe09476ca360e9d35cb07cb0af4324bfbfa5cce55df7a9c35 test-bench-deps: {} maintainer: [email protected] synopsis: Universe instances for types from the transformers and mtl packages changelog: '' basic-deps: base: ! '>=4 && <5' universe-base: ! '>=1.0 && <1.1' universe-instances-base: ! '>=1.0 && <1.1' mtl: ! '>=1.0 && <2.3' transformers: ! '>=0.2 && <0.6' all-versions: - '1.0' - '1.0.0.1' author: Daniel Wagner latest: '1.0.0.1' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2016-01-18T06:35:15+0000
Update from Hackage at 2016-01-18T06:35:15+0000
YAML
mit
commercialhaskell/all-cabal-metadata
a09ea9d95ea528b26c944a42b77c46694fda15c9
.github/workflows/build-container.yml
.github/workflows/build-container.yml
name: Build Docker Container on: push: branches: [ main ] jobs: docker: runs-on: ubuntu-latest steps: - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Install doctl uses: digitalocean/action-doctl@v2 with: token: ${{ secrets.REGISTRY_TOKEN }} - name: Log in to DigitalOcean Container Registry with short-lived credentials run: doctl registry login --expiry-seconds 600 - name: Build and push id: docker_build uses: docker/build-push-action@v2 with: push: true file: src/SmtpPilot/Dockerfile tags: smtppilot:latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}
name: Build Docker Container on: push: branches: [ main ] jobs: docker: runs-on: ubuntu-latest steps: - name: Set up QEMU uses: docker/setup-qemu-action@v1 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Login to Container Registry uses: docker/login-action@v1 with: username: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }} registry: ${{ secrets.REGISTRY }} - name: Build and push id: docker_build uses: docker/build-push-action@v2 with: push: true file: src/SmtpPilot/Dockerfile tags: smtppilot:latest - name: Image digest run: echo ${{ steps.docker_build.outputs.digest }}
Revert back to normal login
Revert back to normal login
YAML
mit
cmcquillan/SMTPileIt,cmcquillan/SmtpPilot
62225f4a47b4c3b0d3f845af785c99fee85527ef
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
name: "CodeQL" on: workflow_dispatch: schedule: - cron: '23 5 * * 0' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout repo uses: actions/checkout@v3 # The code in examples/ might intentionally do things like log credentials # in order to show how the library is used, aid in debugging etc. We # should ignore those for CodeQL scanning, and only focus on the package # itself. - name: Remove example code run: | rm -rf examples/ - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: languages: 'go' - name: CodeQL Analysis uses: github/codeql-action/analyze@v2
name: "CodeQL" on: workflow_dispatch: schedule: - cron: '23 5 * * 0' pull_request: branches: - master paths: - '**.go' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout repo uses: actions/checkout@v3 # The code in examples/ might intentionally do things like log credentials # in order to show how the library is used, aid in debugging etc. We # should ignore those for CodeQL scanning, and only focus on the package # itself. - name: Remove example code run: | rm -rf examples/ - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: languages: 'go' - name: CodeQL Analysis uses: github/codeql-action/analyze@v2
Update CI configs to v0.7.10
Update CI configs to v0.7.10 Update lint scripts and CI configs.
YAML
mit
pion/transport
12df6e39b8c6f4753e9d7b8683dfb8ef3ddd6fa6
.github/workflows/test_and_deploy.yml
.github/workflows/test_and_deploy.yml
name: Test and deploy on: - push - workflow_dispatch jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a with: ruby-version: 2.6.3 - name: Install dependencies run: bundle install - name: Pull worker run: bin/pull_worker.sh - name: Run tests run: bundle exec rake - name: Deploy if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials chmod 0600 $HOME/.gem/credentials printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials gem build *.gemspec gem push *.gem env: GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
name: Test and deploy on: - push - workflow_dispatch jobs: test_and_deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a with: ruby-version: 2.6.3 - name: Install dependencies run: bundle install - name: Pull worker run: bin/pull_worker.sh - name: Run tests run: bundle exec rake - name: Deploy if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials chmod 0600 $HOME/.gem/credentials printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials gem build *.gemspec gem push *.gem env: GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
Enforce consistency with other projects
Enforce consistency with other projects
YAML
mit
mumuki/mumuki-gobstones-runner,mumuki/mumuki-gobstones-runner,mumuki/mumuki-gobstones-runner,mumuki/mumuki-gobstones-runner
b26f7c9e603c062f5e3d202429bff867189b70e5
data/sites/defra.yml
data/sites/defra.yml
--- site: defra whitehall_slug: department-for-environment-food-rural-affairs host: www.defra.gov.uk redirection_date: 10th April 2013 tna_timestamp: 20130128102031 title: Department for Environment&#44; Food & Rural Affairs furl: www.gov.uk/defra homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs css: department-for-environment-food-rural-affairs
--- site: defra whitehall_slug: department-for-environment-food-rural-affairs host: www.defra.gov.uk redirection_date: 10th April 2013 tna_timestamp: 20130822084033 title: Department for Environment&#44; Food & Rural Affairs furl: www.gov.uk/defra homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs css: department-for-environment-food-rural-affairs
Update crawl date for DEFRA partial transitions to August
Update crawl date for DEFRA partial transitions to August
YAML
mit
alphagov/transition-config,alphagov/transition-config
5e53c7c4fd037c5fad48ae55dadd7a7e5e0b666d
update_idb_aus_slwa.yml
update_idb_aus_slwa.yml
--- # Ansible playbook for State Library Western Australia, Australia (obviously) - hosts: localhost roles: - logs # We need to upgrade this. - ideascube #- role: kalite # version: "0.15.0" # lang: ["en"] #- kiwix #- role: zim_install # zim_name: "wikipedia.en wiktionary.en wikiversity.en wikibooks.en wikisource.en gutenberg.en tedbusiness.en teddesign.en tedentertainment.en tedglobalissues.en tedscience.en tedtechnology.en vikidia.en" # post_tasks: # - name: Job done, let's shutdown now. # command: shutdown -h now # when: ideascube_version.stdout == ""
--- # Ansible playbook for State Library Western Australia, Australia (obviously) - hosts: localhost roles: - logs #- role: kalite # version: "0.15.0" # lang: ["en"] #- kiwix #- role: zim_install # zim_name: "wikipedia.en wiktionary.en wikiversity.en wikibooks.en wikisource.en gutenberg.en tedbusiness.en teddesign.en tedentertainment.en tedglobalissues.en tedscience.en tedtechnology.en vikidia.en" # post_tasks: # - name: Job done, let's shutdown now. # command: shutdown -h now # when: ideascube_version.stdout == ""
Disable package upgrade for now.
Disable package upgrade for now.
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
b7ebe4ee3611beaef08e8135320b64efdc215ade
src/fifth_robot_pkgs/fifth_robot_launcher/config/razor_imu_9dof.yaml
src/fifth_robot_pkgs/fifth_robot_launcher/config/razor_imu_9dof.yaml
## USB port port: /dev/serial/by-id/usb-SparkFun_SFE_9DOF-D21-if00 ##### Calibration #### ### accelerometer accel_x_min: -250.0 accel_x_max: 250.0 accel_y_min: -250.0 accel_y_max: 250.0 accel_z_min: -250.0 accel_z_max: 250.0 ### magnetometer # standard calibration magn_x_min: -600.0 magn_x_max: 600.0 magn_y_min: -600.0 magn_y_max: 600.0 magn_z_min: -600.0 magn_z_max: 600.0 # extended calibration calibration_magn_use_extended: false magn_ellipsoid_center: [0, 0, 0] magn_ellipsoid_transform: [[0, 0, 0], [0, 0, 0], [0, 0, 0]] # AHRS to robot calibration imu_yaw_calibration: 0.0 ### gyroscope gyro_average_offset_x: 0.0 gyro_average_offset_y: 0.0 gyro_average_offset_z: 0.0
## USB port port: /dev/serial/by-id/usb-SparkFun_SFE_9DOF-D21-if00 ## Sensor Flame ## !!!!!!!!!!!!!!!!!!!! CHECK REQUIRED !!!!!!!!!!!!!!!!!!!! flame_id: imu_link ##### Calibration #### ### accelerometer accel_x_min: -250.0 accel_x_max: 250.0 accel_y_min: -250.0 accel_y_max: 250.0 accel_z_min: -250.0 accel_z_max: 250.0 ### magnetometer # standard calibration magn_x_min: -600.0 magn_x_max: 600.0 magn_y_min: -600.0 magn_y_max: 600.0 magn_z_min: -600.0 magn_z_max: 600.0 # extended calibration calibration_magn_use_extended: false magn_ellipsoid_center: [0, 0, 0] magn_ellipsoid_transform: [[0, 0, 0], [0, 0, 0], [0, 0, 0]] # AHRS to robot calibration imu_yaw_calibration: 0.0 ### gyroscope gyro_average_offset_x: 0.0 gyro_average_offset_y: 0.0 gyro_average_offset_z: 0.0
Add flame_id param configure for imu
Add flame_id param configure for imu
YAML
bsd-3-clause
CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg
cdf4eddc52c5d26b2ca7f8b2374db25cff62c92c
roles/StackStorm.st2chatops/meta/main.yml
roles/StackStorm.st2chatops/meta/main.yml
--- galaxy_info: description: Install st2chatops author: humblearner company: StackStorm license: Apache 2.0 min_ansible_version: 2.5 platforms: - name: Ubuntu versions: - bionic - xenial - name: EL versions: - 7 - 8 galaxy_tags: - system - st2 - devops - chatops - automation - hubot dependencies: - role: StackStorm.nodejs - role: StackStorm.st2
--- galaxy_info: description: Install st2chatops author: humblearner company: StackStorm license: Apache 2.0 min_ansible_version: 2.5 platforms: - name: Ubuntu versions: - bionic - xenial - focal - name: EL versions: - 7 - 8 galaxy_tags: - system - st2 - devops - chatops - automation - hubot dependencies: - role: StackStorm.nodejs - role: StackStorm.st2
Update the st2chatops role and add support for Ubuntu 20.04
Update the st2chatops role and add support for Ubuntu 20.04
YAML
apache-2.0
armab/ansible-st2,StackStorm/ansible-st2
bd992ff11c1f4b00eb0e0ebf348d5f3c3370ffa5
packages/at/attoparsec-time.yaml
packages/at/attoparsec-time.yaml
homepage: https://github.com/nikita-volkov/attoparsec-time changelog-type: '' hash: 50d4c4fb080037721dc37e02f93d49a0e44c26408e46ac3e8e04683f0adbcc09 test-bench-deps: base-prelude: <2 base: <5 filepath: ! '>=1.4 && <2' doctest: ==0.13.* directory: ! '>=1.2 && <2' maintainer: Nikita Volkov <[email protected]> synopsis: Attoparsec parsers of time changelog: '' basic-deps: bytestring: ==0.10.* base-prelude: <2 base: ! '>=4.7 && <5' time: ! '>=1.4 && <2' text: ! '>=1 && <2' attoparsec: ! '>=0.13 && <0.15' scientific: ==0.3.* all-versions: - '0.1' - 0.1.1 - 0.1.1.1 - 0.1.2 - 0.1.2.1 - 0.1.3 - 0.1.3.1 - 0.1.3.2 - 0.1.4 - '1' author: Nikita Volkov <[email protected]> latest: '1' description-type: haddock description: A collection of Attoparsec parsers for the \"time\" library license-name: MIT
homepage: https://github.com/nikita-volkov/attoparsec-time changelog-type: '' hash: 170e366908be6d028cf1fc8f46117f51ebffacbda0d4855ce1f63bda6f3167af test-bench-deps: {} maintainer: Nikita Volkov <[email protected]> synopsis: Attoparsec parsers of time changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.9 && <5' time: ! '>=1.4 && <2' text: ! '>=1 && <2' attoparsec: ! '>=0.13 && <0.15' scientific: ==0.3.* all-versions: - '0.1' - 0.1.1 - 0.1.1.1 - 0.1.2 - 0.1.2.1 - 0.1.3 - 0.1.3.1 - 0.1.3.2 - 0.1.4 - '1' - 1.0.1 author: Nikita Volkov <[email protected]> latest: 1.0.1 description-type: haddock description: A collection of Attoparsec parsers for the \"time\" library license-name: MIT
Update from Hackage at 2019-10-24T16:19:35Z
Update from Hackage at 2019-10-24T16:19:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
f342a2405d8842c550127b9bda62fddcac701480
common/server/framework/src/main/resources/log4j2.yml
common/server/framework/src/main/resources/log4j2.yml
Configuration: name: Default Appenders: Console: name: Console_Appender target: SYSTEM_OUT PatternLayout: pattern: "[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{1} - %msg%n" Loggers: Root: level: info AppenderRef: - ref: Console_Appender
Configuration: name: Default Appenders: Console: name: Console_Appender target: SYSTEM_OUT direct: true PatternLayout: pattern: "[%-5level] %d{yyyy-MM-dd HH:mm:ss.SSS} [%t] %c{6} - %msg%n" Loggers: Root: level: info AppenderRef: - ref: Console_Appender
Use direct console logging and log more of the logger name.
Use direct console logging and log more of the logger name.
YAML
mit
curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack
5aac4185c38a58c5d4be5320d4ea20bc2423ff0a
packages/bl/blaze-colonnade.yaml
packages/bl/blaze-colonnade.yaml
homepage: https://github.com/andrewthad/colonnade#readme changelog-type: '' hash: 71af7674390e6395e1d755736a42be233682cae50189bc671c62c7c7f4918d8b test-bench-deps: base: ! '>=4.7 && <=5' doctest: -any colonnade: -any maintainer: [email protected] synopsis: Helper functions for using blaze-html with colonnade changelog: '' basic-deps: base: ! '>=4.7 && <5' blaze-markup: ! '>=0.7 && <0.9' text: ! '>=1.0 && <1.3' colonnade: ! '>=1.1 && <1.3' blaze-html: ! '>=0.8 && <0.10' all-versions: - '0.1' - '1.0' - '1.1.0' author: Andrew Martin latest: '1.1.0' description-type: haddock description: Blaze HTML and colonnade license-name: BSD3
homepage: https://github.com/andrewthad/colonnade#readme changelog-type: '' hash: c653cef15919aef41e2531dc78ea311617096c040b5a23027ba54eee38447646 test-bench-deps: base: ! '>=4.7 && <=5' doctest: -any colonnade: -any maintainer: [email protected] synopsis: Helper functions for using blaze-html with colonnade changelog: '' basic-deps: base: ! '>=4.7 && <5' blaze-markup: ! '>=0.7 && <0.9' text: ! '>=1.0 && <1.3' colonnade: ! '>=1.1 && <1.2' blaze-html: ! '>=0.8 && <0.10' all-versions: - '0.1' - '1.0' - '1.1.0' author: Andrew Martin latest: '1.1.0' description-type: haddock description: Blaze HTML and colonnade license-name: BSD3
Update from Hackage at 2018-02-01T11:41:24Z
Update from Hackage at 2018-02-01T11:41:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
323893bc942e721b8981fb06263e5c58081b707c
.github/workflows/ci.yml
.github/workflows/ci.yml
name: ci on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: [2.4, 2.5, 2.6, 2.7] steps: - uses: actions/checkout@v2 - uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Install dependencies run: | gem install bundler bundle install --jobs 4 --retry 3 - name: Run test run: bundle exec rake
name: ci on: [push, pull_request] env: RUBYOPT: -Eutf-8 jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: [2.4, 2.5, 2.6, 2.7] steps: - uses: actions/checkout@v2 - uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - name: Install dependencies run: | gem install bundler bundle install --jobs 4 --retry 3 - name: Run test run: bundle exec rake
Fix failing tests on GitHub Actions
Fix failing tests on GitHub Actions https://github.com/emsk/bundle_outdated_formatter/runs/434066982?check_suite_focus=true#step:5:8
YAML
mit
emsk/bundle_outdated_formatter,emsk/bundle_outdated_formatter
9b6640b4dcff5d3e0376beaf63c0127b3b6fae26
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: build: name: Python ${{ matrix.python }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: - ubuntu-18.04 - macOS-10.14 python: - '2.7' - '3.7' - 'pypy3' steps: - uses: actions/checkout@master - uses: actions/setup-python@v1 with: python-version: ${{ matrix.python }} - run: python run.py deps - run: python run.py ci
name: CI on: [push] jobs: build: name: Python ${{ matrix.python }} on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: - ubuntu-18.04 - macOS-10.14 python: - '2.7' - '3.7' steps: - uses: actions/checkout@master - uses: actions/setup-python@v1 with: python-version: ${{ matrix.python }} - run: python run.py deps - run: python run.py ci
Drop pypy3 on Mac for GitHub Actions since it segfaults
Drop pypy3 on Mac for GitHub Actions since it segfaults
YAML
mit
wbond/oscrypto
c09ddc2241516b8c5859b8ef1f70305f762f2d0a
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: pull_request: schedule: [cron: "40 1 * * *"] jobs: test: name: Rust ${{matrix.rust}} runs-on: ubuntu-latest strategy: fail-fast: false matrix: rust: [beta, stable, 1.36.0] include: - rust: nightly rustflags: --cfg thiserror_nightly_testing steps: - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{matrix.rust}} - run: cargo test --all env: RUSTFLAGS: ${{matrix.rustflags}} msrv: name: Rust 1.31.0 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: dtolnay/[email protected] - run: cargo check clippy: name: Clippy runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@clippy - run: cargo clippy --tests -- -Dclippy::pedantic
name: CI on: push: pull_request: schedule: [cron: "40 1 * * *"] jobs: test: name: Rust ${{matrix.rust}} runs-on: ubuntu-latest strategy: fail-fast: false matrix: rust: [beta, stable, 1.36.0] include: - rust: nightly rustflags: --cfg thiserror_nightly_testing steps: - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@master with: toolchain: ${{matrix.rust}} - run: cargo test --all env: RUSTFLAGS: ${{matrix.rustflags}} msrv: name: Rust 1.31.0 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: dtolnay/[email protected] - run: cargo check clippy: name: Clippy runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: dtolnay/rust-toolchain@clippy - run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
Fix catching clippy warnings as CI failures
Fix catching clippy warnings as CI failures
YAML
apache-2.0
dtolnay/thiserror
6086f337a2d49daaf046bd1b661a0e1f2e9d5ecd
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: tests: name: Tests and validations runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] node: [10, 12, 13, 14, 15, 16] steps: - name: Git checkout uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - name: Install dependencies run: npm install - name: Run tests run: npm run test - name: Run coverage report uses: codecov/codecov-action@v2 - name: Run validations run: npm run lint
name: CI on: [push, pull_request] jobs: tests: name: Tests and validations runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, windows-latest, ubuntu-latest] node: [12, 13, 14, 15, 16] steps: - name: Git checkout uses: actions/checkout@v2 - name: Use Node.js uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - name: Install dependencies run: npm install - name: Run tests run: npm run test - name: Run coverage report uses: codecov/codecov-action@v2 - name: Run validations run: npm run lint
Remove node 10 from test matrix
Remove node 10 from test matrix
YAML
mit
schorfES/node-lintspaces,schorfES/node-lintspaces
3d5bc9a500aa0f538ff605cadbaa49531514caa6
packages/ha/hasql-implicits.yaml
packages/ha/hasql-implicits.yaml
homepage: https://github.com/nikita-volkov/hasql-implicits changelog-type: '' hash: c585c1d93d8f61d415ea5be33de8369534800c42d576d0b8227e48266a9c425c test-bench-deps: {} maintainer: Nikita Volkov <[email protected]> synopsis: Implicit definitions for Hasql, such as default codecs for standard types changelog: '' basic-deps: hasql: ! '>=1.4 && <1.5' bytestring: ! '>=0.10 && <0.11' base: ! '>=4.12 && <5' time: ! '>=1.4 && <2' text: ! '>=1 && <2' uuid: ! '>=1.3 && <1.4' containers: ! '>=0.6 && <0.7' network-ip: ! '>=0.2 && <1' scientific: ! '>=0.2 && <0.4' ptr: ! '>=0.16.6 && <0.17' aeson: ! '>=1 && <2' vector: ! '>=0.10 && <0.13' all-versions: - '0.1' author: Nikita Volkov <[email protected]> latest: '0.1' description-type: haddock description: '' license-name: MIT
homepage: https://github.com/nikita-volkov/hasql-implicits changelog-type: '' hash: 93581bf006dbb2641930c41c647b5a42c87064aa6a4feaa7dee6af8e58ccd7af test-bench-deps: {} maintainer: Nikita Volkov <[email protected]> synopsis: Implicit definitions for Hasql, such as default codecs for standard types changelog: '' basic-deps: hasql: ! '>=1.4 && <1.5' bytestring: ! '>=0.10 && <0.11' base: ! '>=4.12 && <5' time: ! '>=1.4 && <2' text: ! '>=1 && <2' uuid: ! '>=1.3 && <1.4' containers: ! '>=0.6 && <0.7' network-ip: ! '>=0.2 && <1' scientific: ! '>=0.2 && <0.4' ptr: ! '>=0.16.6 && <0.17' aeson: ! '>=1 && <2' vector: ! '>=0.10 && <0.13' all-versions: - '0.1' - 0.1.0.1 author: Nikita Volkov <[email protected]> latest: 0.1.0.1 description-type: haddock description: '' license-name: MIT
Update from Hackage at 2019-05-28T14:57:12Z
Update from Hackage at 2019-05-28T14:57:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
6d9eb08cea7279eec7d0532fc9503b5a65d3697f
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: pull_request: jobs: test: runs-on: macOS-latest strategy: matrix: env: - sdk: iphonesimulator13.0 destination: platform=iOS Simulator,name=iPhone 11 Pro,OS=13.0 - sdk: macosx10.15 destination: arch=x86_64 - sdk: appletvsimulator13.0 destination: OS=13.0,name=Apple TV steps: - uses: actions/checkout@v1 - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_11.app - name: Generate Xcode Project run: swift package generate-xcodeproj --enable-code-coverage - name: Build and Test run: | set -o pipefail && xcodebuild clean build test \ -project "$PROJECT" \ -scheme "$SCHEME" \ -sdk "$SDK" \ -destination "$DESTINATION" \ -configuration Debug \ -enableCodeCoverage YES \ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; env: PROJECT: ReactorKit.xcodeproj SCHEME: ReactorKit-Package SDK: ${{ matrix.env.sdk }} DESTINATION: ${{ matrix.env.destination }} - name: Upload Code Coverage run: | bash <(curl -s https://codecov.io/bash) \ -X xcodeplist \ -J ReactorKit \ -t "$CODECOV_TOKEN" env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
name: CI on: push: pull_request: jobs: test: runs-on: macOS-latest strategy: matrix: env: - sdk: iphonesimulator destination: platform=iOS Simulator,name=iPhone 11 Pro,OS=latest - sdk: macosx destination: arch=x86_64 - sdk: appletvsimulator destination: platform=tvOS Simulator,name=Apple TV,OS=latest steps: - uses: actions/checkout@v1 - name: Select Xcode run: sudo xcode-select -s /Applications/Xcode_11.app - name: Generate Xcode Project run: swift package generate-xcodeproj --enable-code-coverage - name: Build and Test run: | set -o pipefail && xcodebuild clean build test \ -project "$PROJECT" \ -scheme "$SCHEME" \ -sdk "$SDK" \ -destination "$DESTINATION" \ -configuration Debug \ -enableCodeCoverage YES \ CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO | xcpretty -c; env: PROJECT: ReactorKit.xcodeproj SCHEME: ReactorKit-Package SDK: ${{ matrix.env.sdk }} DESTINATION: ${{ matrix.env.destination }} - name: Upload Code Coverage run: | bash <(curl -s https://codecov.io/bash) \ -X xcodeplist \ -J ReactorKit \ -t "$CODECOV_TOKEN" env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Use latest sdk on CI
Use latest sdk on CI
YAML
mit
ReactorKit/ReactorKit,ReactorKit/ReactorKit
d6669b69531de33b16cc85387f67489ab57c157b
packages/pa/pandoc-lens.yaml
packages/pa/pandoc-lens.yaml
homepage: http://github.com/bgamari/pandoc-lens changelog-type: '' hash: 3113aba744f96a292633e9e30a9dd42a62f9b54418d50d2eb17d577c3334c23a test-bench-deps: {} maintainer: [email protected] synopsis: Lenses for Pandoc documents changelog: '' basic-deps: base: ! '>=4.7 && <4.10' pandoc-types: ! '>=1.16 && <1.18' containers: ! '>=0.5 && <0.6' lens: ! '>=4.2 && <4.16' all-versions: - '0.1.0.0' - '0.2.0' - '0.2.1' - '0.3' - '0.3.1' - '0.3.2' - '0.3.3' - '0.4.0' - '0.4.1' - '0.5' - '0.6' - '0.6.1' - '0.6.2' author: Ben Gamari latest: '0.6.2' description-type: haddock description: Lenses for Pandoc documents license-name: BSD3
homepage: http://github.com/bgamari/pandoc-lens changelog-type: '' hash: ad517d9812c3292bbf76145c5ff11aadd6ff9811f5ea224c3434b5e6549878ac test-bench-deps: {} maintainer: [email protected] synopsis: Lenses for Pandoc documents changelog: '' basic-deps: base: ! '>=4.7 && <4.11' pandoc-types: ! '>=1.16 && <1.20' containers: ! '>=0.5 && <0.6' lens: ! '>=4.2 && <4.16' all-versions: - '0.1.0.0' - '0.2.0' - '0.2.1' - '0.3' - '0.3.1' - '0.3.2' - '0.3.3' - '0.4.0' - '0.4.1' - '0.5' - '0.6' - '0.6.1' - '0.6.2' author: Ben Gamari latest: '0.6.2' description-type: haddock description: Lenses for Pandoc documents license-name: BSD3
Update from Hackage at 2017-08-29T21:09:22Z
Update from Hackage at 2017-08-29T21:09:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
8affc817c01e8c39bef3ddb408b08034294670e6
metadata/com.theworld.help.cbtandroid.yml
metadata/com.theworld.help.cbtandroid.yml
Categories: - Sports & Health - Writing License: GPL-3.0-only WebSite: https://copoer.gitlab.io/CBTAndroid/ SourceCode: https://gitlab.com/copoer/CBTAndroid/tree/HEAD IssueTracker: https://gitlab.com/copoer/CBTAndroid/issues Summary: Seven column CBT thought journal Description: |- A simple implementation of a seven column thought journal. What is CBT: CBT is a form of therapy that helps you restructure negative thoughts in order to improve your life How to use: When you find yourself feeling down, record the thoughts you are currently having. Then prove that those thoughts are wrong with facts. Finally come up with a new way of looking at the situation. [https://copoer.gitlab.io/CBTAndroid/ Learn More] RepoType: git Repo: https://gitlab.com/copoer/CBTAndroid.git Builds: - versionName: 0.0.4 versionCode: 3 commit: v0.0.4 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags
Categories: - Sports & Health - Writing License: GPL-3.0-only WebSite: https://copoer.gitlab.io/CBTAndroid/ SourceCode: https://gitlab.com/copoer/CBTAndroid/tree/HEAD IssueTracker: https://gitlab.com/copoer/CBTAndroid/issues AutoName: CBTAndroid Summary: Seven column CBT thought journal Description: |- A simple implementation of a seven column thought journal. What is CBT: CBT is a form of therapy that helps you restructure negative thoughts in order to improve your life How to use: When you find yourself feeling down, record the thoughts you are currently having. Then prove that those thoughts are wrong with facts. Finally come up with a new way of looking at the situation. [https://copoer.gitlab.io/CBTAndroid/ Learn More] RepoType: git Repo: https://gitlab.com/copoer/CBTAndroid.git Builds: - versionName: 0.0.4 versionCode: 3 commit: v0.0.4 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 0.0.4 CurrentVersionCode: 3
Update CV of CBTAndroid to 0.0.4 (3)
Update CV of CBTAndroid to 0.0.4 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
b6af71049bbb514f8eb4f66dd354a28243a7cd59
metadata/ogz.tripeaks.yml
metadata/ogz.tripeaks.yml
Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/mimoguz/tripeaks-gdx IssueTracker: https://github.com/mimoguz/tripeaks-gdx/issues Changelog: https://github.com/mimoguz/tripeaks-gdx/releases AutoName: TriPeaks RepoType: git Repo: https://github.com/mimoguz/tripeaks-gdx Builds: - versionName: '0.1' versionCode: 1 commit: '0.1' subdir: android gradle: - yes - versionName: '0.20' versionCode: 3 commit: '0.20' subdir: android gradle: - yes - versionName: '0.30' versionCode: 4 commit: '0.30' subdir: android gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '0.30' CurrentVersionCode: 4
Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/mimoguz/tripeaks-gdx IssueTracker: https://github.com/mimoguz/tripeaks-gdx/issues Changelog: https://github.com/mimoguz/tripeaks-gdx/releases AutoName: TriPeaks RepoType: git Repo: https://github.com/mimoguz/tripeaks-gdx Builds: - versionName: '0.1' versionCode: 1 commit: '0.1' subdir: android gradle: - yes - versionName: '0.20' versionCode: 3 commit: '0.20' subdir: android gradle: - yes - versionName: '0.30' versionCode: 4 commit: '0.30' subdir: android gradle: - yes - versionName: '0.40' versionCode: 5 commit: '0.40' subdir: android gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '0.40' CurrentVersionCode: 5
Update TriPeaks to 0.40 (5)
Update TriPeaks to 0.40 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
db079c3da9fa5454998113f23b781c568ecadc6e
metadata/com.machiav3lli.derdiedas.yml
metadata/com.machiav3lli.derdiedas.yml
Categories: - Science & Education License: MIT AuthorName: Antonios Hazim SourceCode: https://github.com/machiav3lli/DerDieDas IssueTracker: https://github.com/machiav3lli/DerDieDas/issues Changelog: https://github.com/machiav3lli/DerDieDas/blob/HEAD/Changelog.md AutoName: DerDieDas RepoType: git Repo: https://github.com/machiav3lli/DerDieDas Builds: - versionName: 1.2.0 versionCode: 1200 commit: 1.2.0 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.2.0 CurrentVersionCode: 1200
Categories: - Science & Education License: MIT AuthorName: Antonios Hazim SourceCode: https://github.com/machiav3lli/DerDieDas IssueTracker: https://github.com/machiav3lli/DerDieDas/issues Changelog: https://github.com/machiav3lli/DerDieDas/blob/HEAD/Changelog.md AutoName: Der Die Das RepoType: git Repo: https://github.com/machiav3lli/DerDieDas Builds: - versionName: 1.2.0 versionCode: 1200 commit: 1.2.0 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.2.0 CurrentVersionCode: 1200
Set autoname of Der Die Das
Set autoname of Der Die Das
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a7397198ca76a3ebbf16e1a41710848145b50490
keps/sig-api-machinery/555-server-side-apply/kep.yaml
keps/sig-api-machinery/555-server-side-apply/kep.yaml
title: Apply kep-number: 555 authors: - "@lavalamp" - "@tkashem" owning-sig: sig-api-machinery participating-sigs: - sig-api-machinery - sig-cli reviewers: - "@pwittrock" - "@erictune" approvers: - "@bgrant0607" prr-approvers: - "@deads2k" editor: TBD creation-date: 2018-03-28 last-updated: 2021-09-21 status: implementable see-also: - n/a replaces: - n/a superseded-by: - n/a stage: stable latest-milestone: "v1.22" milestone: alpha: "v1.14" beta: "v1.16" stable: "v1.22" feature-gates: - name: ServerSideApply components: - kube-apiserver disable-supported: true
title: Apply kep-number: 555 authors: - "@lavalamp" - "@tkashem" owning-sig: sig-api-machinery participating-sigs: - sig-api-machinery - sig-cli reviewers: - "@pwittrock" - "@erictune" approvers: - "@bgrant0607" prr-approvers: - "@deads2k" editor: TBD creation-date: 2018-03-28 last-updated: 2021-09-21 status: implemented see-also: - n/a replaces: - n/a superseded-by: - n/a stage: stable latest-milestone: "v1.22" milestone: alpha: "v1.14" beta: "v1.16" stable: "v1.22" feature-gates: - name: ServerSideApply components: - kube-apiserver disable-supported: true
Update SSA KEP to implemented
Update SSA KEP to implemented
YAML
apache-2.0
kubernetes/enhancements,kubernetes/enhancements,kubernetes/enhancements
5876e86868628716c36d4cb3a1b75d419508a295
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- # This playbook contains common plays for all nodes. - name: Update APT's cache apt: update_cache=yes cache_valid_time=3600 - name: Install tmux apt: name=tmux state=latest - name: Configure tmux copy: src=tmux.conf dest=/etc/tmux.conf force=yes - name: Install Vim apt: name=vim state=latest when: install_vim - name: Install Emacs apt: name=emacs state=latest when: install_emacs - name: Install Zsh apt: name=zsh state=latest when: install_zsh - name: Install Git apt: name=git state=latest when: install_git - name: Generate default locale locale_gen: name={{ locale }} state=present - name: Set default locale command: /usr/sbin/update-locale LANG={{ locale }}
--- # This playbook contains common plays for all nodes. - name: Update APT's cache apt: update_cache=yes cache_valid_time=3600 - name: Install tmux apt: name=tmux state=latest - name: Configure tmux copy: src=tmux.conf dest=/etc/tmux.conf force=yes - name: Install Vim apt: name=vim state=latest when: install_vim - name: Install Emacs apt: name=emacs state=latest when: install_emacs - name: Install Zsh apt: name=zsh state=latest when: install_zsh - name: Install Git apt: name=git state=latest when: install_git - name: Install bzip2 apt: name=bzip2 state=latest - name: Generate default locale locale_gen: name={{ locale }} state=present - name: Set default locale command: /usr/sbin/update-locale LANG={{ locale }}
Add bzip2 package to 'common' role
Add bzip2 package to 'common' role
YAML
mit
imobach/vagrant-ansible-playbooks
edbb3b9717ecb6d165bf545f53d9906b77dc8554
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- - name: Include packages include_vars: file: "{{ item }}.yml" with_items: - packages - repositories #Command for switch from apache2_handler to php-fpm #- name: Remove a repo # apt_repository: # repo: "{{ item }}" # state: present # update_cache: no # with_items: removerepository - name: Reinstall certificates apt: name: ca-certificates state: latest # Add an apt key for the ppas by id from a keyserver - name: Add ppa repository keys apt_key: keyserver=keyserver.ubuntu.com id=14AA40EC0831756756D7F66C4F4EA0AAE5267A6C become: Yes - name: Ensure all necessary reposirories are present apt_repository: repo: "{{ item }}" state: present with_items: "{{ repositories }}" become: Yes - name: perform apt-get update apt: update_cache: yes cache_valid_time: 360 become: Yes - name: ensure that packages are installed apt: name: "{{ item }}" state: present with_items: "{{ packages }}" become: Yes #- name: install php-fpm packages # apt: # name: "{{ item }}" # state: present # with_items: packagesfastcgi
--- - name: Include packages include_vars: file: "{{ item }}.yml" with_items: - packages - repositories #Command for switch from apache2_handler to php-fpm #- name: Remove a repo # apt_repository: # repo: "{{ item }}" # state: present # update_cache: no # with_items: removerepository - name: Reinstall certificates apt: name: ca-certificates state: latest tags: # ansible-lint complains about state: latest and we do want this. - skip_ansible_lint # Add an apt key for the ppas by id from a keyserver - name: Add ppa repository keys apt_key: keyserver=keyserver.ubuntu.com id=14AA40EC0831756756D7F66C4F4EA0AAE5267A6C become: Yes - name: Ensure all necessary reposirories are present apt_repository: repo: "{{ item }}" state: present with_items: "{{ repositories }}" become: Yes - name: Perform apt-get update apt: update_cache: yes cache_valid_time: 360 become: Yes - name: Ensure that packages are installed apt: name: "{{ item }}" state: present with_items: "{{ packages }}" become: Yes #- name: install php-fpm packages # apt: # name: "{{ item }}" # state: present # with_items: packagesfastcgi
Make ansible-lint quiet on a particular role
Make ansible-lint quiet on a particular role
YAML
apache-2.0
venekamp/nowfap-portal
5a0574ba1d9cba601600a34fd98a083bff55fab3
roles/python/tasks/main.yml
roles/python/tasks/main.yml
--- - hosts: all become: yes become_user: root become_method: sudo gather_facts: yes tasks: - name: Install python 2 and utils apt: package: [python, python-pip, ipython] update_cache: yes state: present - name: Install python 3 and utils apt: package: [python3, python3-pip, ipython3] update_cache: yes state: present
--- - hosts: all become: yes become_user: root become_method: sudo gather_facts: yes tasks: - name: Install python 2 and utils apt: package: [python, python-pip, ipython] update_cache: yes state: present - name: Install python 3 and utils apt: package: [python3, python3-pip, ipython3] update_cache: yes state: present - name: Install pipenv pip: executable: pip3 name: pipenv state: present
Add pipenv to python role
Add pipenv to python role
YAML
unlicense
casept/ansible-playbooks,casept/ansible-playbooks,casept/ansible-playbooks
3aa3142606324b3a77cd3f05be634f12405e9758
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- - name: Set Public IP Facts publicip: - name: Set System Time to UTC timezone: name: UTC - name: Install 2600hz Stable Repo yum: name: https://packages.2600hz.com/centos/7/stable/2600hz-release/4.1/2600hz-release-4.1-0.el7.centos.noarch.rpm state: installed - name: Install Delta RPMs yum: name: deltarpm state: latest - name: Install Yum Utils yum: name: yum-utils state: latest - name: Install Sup Python Library copy: src: library/sup.py dest: /usr/lib64/python2.7/sup.py - name: Allow Kazoo nodes to communicate template: src: kazoo-zone.xml.j2 dest: /etc/firewalld/zones/kazoo-zone.xml notify: Restart FirewallD
--- - name: Set Public IP Facts publicip: - name: Set System Time to UTC timezone: name: UTC - name: Install 2600hz Stable Repo yum: name: https://packages.2600hz.com/centos/7/stable/2600hz-release/4.1/2600hz-release-4.1-0.el7.centos.noarch.rpm state: installed - name: Install Delta RPMs yum: name: deltarpm state: latest - name: Install Yum Utils yum: name: yum-utils state: latest - name: Install Sup Python Library copy: src: library/sup.py dest: /usr/lib64/python2.7/sup.py - name: Change FirewallD Default Zone to Public shell: firewall-cmd --set-default-zone=public changed_when: false check_mode: no - name: Allow Kazoo nodes to communicate template: src: kazoo-zone.xml.j2 dest: /etc/firewalld/zones/kazoo-zone.xml notify: Restart FirewallD
Set FirewallD default zone to public
Set FirewallD default zone to public
YAML
mit
tnewman/kazoo-ansible,kazoo-ansible/kazoo-ansible
403d351442f2a6b484c4f5b9b71b10ac2884aa39
examples/shell-test.yaml
examples/shell-test.yaml
--- :domain: example.com :network: 192.168.123.0/24 :image: centos-7.1 :cpus: '' :memory: '' :disks: 0 :disksize: 40G :boxurlprefix: '' :sync: rsync :syncdir: '' :syncsrc: '' :folder: '' :extern: [] :cd: '' :puppet: false :classes: [] :shell: - script: echo hello world > /tmp/hello1 once: true - echo hello again > /tmp/hello2 :docker: [] :kubernetes: false :ansible: [] :playbook: [] :ansible_extras: {} :cachier: false :vms: [] :namespace: omv :count: 1 :username: '' :password: '' :poolid: true :repos: [] :update: false :reboot: false :unsafe: false :nested: false :tests: - echo These tests should be run with vtest+ - omv up - vssh root@omv1 -c 'test -e /tmp/hello1 -a -e /tmp/hello2' - omv destroy :comment: simple shell run example with test :reallyrm: false
--- :domain: example.com :network: 192.168.123.0/24 :image: centos-7.1 :cpus: '' :memory: '' :disks: 0 :disksize: 40G :boxurlprefix: '' :sync: rsync :syncdir: '' :syncsrc: '' :folder: '' :extern: [] :cd: '' :puppet: false :classes: [] :shell: - script: echo hello world > /tmp/hello1 once: true - echo hello again > /tmp/hello2 :docker: [] :kubernetes: false :ansible: [] :playbook: [] :ansible_extras: {} :cachier: false :vms: [] :namespace: omv :count: 1 :username: '' :password: '' :poolid: true :repos: [] :update: false :reboot: false :unsafe: false :nested: false :tests: - echo These tests should be run with vtest+ - omv up - vssh root@omv1 -c test -e /tmp/hello1 -a -e /tmp/hello2 - omv destroy :comment: simple shell run example with test :reallyrm: false
Remove single quotes to try and fix test
Remove single quotes to try and fix test This is a weird nested shell issue... If you can help figure out why it passes normally, but fails on the centos-ci when single quotes are used, I'd appreciate the patch!
YAML
agpl-3.0
purpleidea/oh-my-vagrant,purpleidea/oh-my-vagrant,purpleidea/oh-my-vagrant
396d5aa7f5a9bc565554c07d40db83f16e2dc07f
roles/pull/tasks/MacOSX.yml
roles/pull/tasks/MacOSX.yml
--- - name: Install homebrew dependencies homebrew: name: "{{ homebrew['brews'] }}" state: present notify: restart-logrotate - name: Create launchd entry to clone/pull git repository template: src: library_launchagents_dotfiles.j2 dest: "/Library/LaunchAgents/com.{{ ansible_user_id | regex_replace('\.', '') }}.dotfiles.plist" owner: root group: root mode: 0644 become: yes
--- - name: Install homebrew dependencies homebrew: name: "{{ homebrew['brews'] }}" state: present notify: restart-logrotate - name: Create launchd entry to clone/pull git repository template: src: library_launchagents_dotfiles.j2 dest: "/Library/LaunchAgents/com.{{ ansible_user_id | regex_replace('\\.', '') }}.dotfiles.plist" owner: root group: wheel mode: 0644 become: yes
Change group ownership to wheel
Change group ownership to wheel
YAML
mit
aglorei/dotfiles,aglorei/dotfiles
880f9464c73701c667e67f81f09bad6822bb33cd
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: randomknowledge/docker-pyenv-tox steps: - checkout - run: pip install tox - run: tox -e py27,py33,py34,py35,py36
version: 2 jobs: build: docker: - image: randomknowledge/docker-pyenv-tox steps: - checkout - run: pip install tox - run: tox -e py27,py34,py35,py36
Drop 3.3 from Circle CI
Drop 3.3 from Circle CI
YAML
bsd-3-clause
Safihre/cherrypy,cherrypy/cherrypy,cherrypy/cherrypy,Safihre/cherrypy
2771fac9dbbd33d5169135f47a143d5914ee10eb
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/php:7.1.8-browsers working_directory: ~/eloquent-locale steps: - checkout - run: mkdir -p build/logs - run: sudo apt install -y libsqlite3-dev - run: sudo composer self-update - restore_cache: keys: - composer-v1-{{ checksum "composer.json" }} - composer-v1- - run: composer install --dev --no-interaction - save_cache: key: composer-v1-{{ checksum "composer.json" }} paths: - vendor - run: vendor/bin/phpunit - run: vendor/bin/coveralls - store_test_results: path: build/logs - store_artifacts: path: build/logs
version: 2 jobs: build: docker: - image: circleci/php:7.1.8-browsers working_directory: ~/eloquent-locale steps: - checkout - run: mkdir -p build/logs - run: sudo apt install -y libsqlite3-dev - run: pecl install xdebug && docker-php-ext-enable xdebug - run: sudo composer self-update - restore_cache: keys: - composer-v1-{{ checksum "composer.json" }} - composer-v1- - run: composer install --dev --no-interaction - save_cache: key: composer-v1-{{ checksum "composer.json" }} paths: - vendor - run: vendor/bin/phpunit - run: vendor/bin/coveralls - store_test_results: path: build/logs - store_artifacts: path: build/logs
Install and enable xdebug in CircleCI
Install and enable xdebug in CircleCI
YAML
mit
AriasBros/eloquent-locale
c8c31a70ac48e62f55962ec6576a838781a5e289
metadata/com.fabienli.dokuwiki.yml
metadata/com.fabienli.dokuwiki.yml
Categories: - Internet License: GPL-3.0-or-later SourceCode: https://github.com/fabienli/DokuwikiAndroid IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues AutoName: Dokuwiki Description: Android application to access a dokuwiki and keep pages in local cache. RepoType: git Repo: https://github.com/fabienli/DokuwikiAndroid Builds: - versionName: v0.8 versionCode: 52 commit: v0.8 subdir: app gradle: - yes - versionName: v0.10 versionCode: 54 commit: v0.10 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags v\d+\.\d+ CurrentVersion: v0.10 CurrentVersionCode: 54
Categories: - Internet License: GPL-3.0-or-later SourceCode: https://github.com/fabienli/DokuwikiAndroid IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues AutoName: Dokuwiki Description: Android application to access a dokuwiki and keep pages in local cache. RepoType: git Repo: https://github.com/fabienli/DokuwikiAndroid Builds: - versionName: v0.8 versionCode: 52 commit: v0.8 subdir: app gradle: - yes - versionName: v0.10 versionCode: 54 commit: v0.10 subdir: app gradle: - yes - versionName: v0.11 versionCode: 55 commit: v0.11 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags v\d+\.\d+ CurrentVersion: v0.11 CurrentVersionCode: 55
Update Dokuwiki to v0.11 (55)
Update Dokuwiki to v0.11 (55)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
f29789ed58985b772a7f91c9732afb64ccd866cc
.forestry/front_matter/templates/gallery.yml
.forestry/front_matter/templates/gallery.yml
--- label: 'Thermalright SP-94 : photos' hide_body: true fields: - type: field_group_list name: Sp94 guide montage label: Sp94 guide montage fields: - type: file name: file label: File - type: text name: description label: Description config: required: true
--- label: 'Thermalright SP-94 : photos' hide_body: true fields: - type: field_group_list name: Sp94 guide montage label: Sp94 guide montage fields: - type: file name: file label: File - type: text name: description label: Description config: required: true pages: - data/photos/soltek_eq3401/sp94_guide_montage.yml
Update from Forestry.io Arnaud Ligny updated data/photos/soltek_eq3401/sp94_guide_montage.yml
Update from Forestry.io Arnaud Ligny updated data/photos/soltek_eq3401/sp94_guide_montage.yml
YAML
mit
Narno/narno.com,Narno/narno.com
debd2d3c6909c48885f5f0aec5fb67b40bcae7b9
.github/workflows/main-openjdk_lts-linux.yml
.github/workflows/main-openjdk_lts-linux.yml
name: main-openjdk_lts-linux on: push: branches: [ develop, feature/*, release/* ] pull_request: branches: [ develop ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: JDK uses: actions/setup-java@v1 with: java-version: 11 - name: Build run: mvn --errors clean verify site - name: Coverage uses: codecov/codecov-action@v1 with: file: com.io7m.jtensors.tests/target/site/jacoco/jacoco.xml
name: main-openjdk_lts-linux on: push: branches: [ develop, feature/*, release/* ] pull_request: branches: [ develop ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: JDK uses: actions/setup-java@v1 with: java-version: 17 - name: Build run: mvn --errors clean verify site - name: Coverage uses: codecov/codecov-action@v1 with: file: com.io7m.jtensors.tests/target/site/jacoco/jacoco.xml
Use correct JDK version in GH Actions
Use correct JDK version in GH Actions
YAML
isc
io7m/jtensors
9ca943cc4e203b5fa0f61ede66604de197e7d95e
misc/src/main/resources/plugin.yml
misc/src/main/resources/plugin.yml
name: EV-${project.name} version: ${plugin.version} description: ${project.description} main: fr.ethilvan.bukkit.${project.artifactId}.${project.name}Plugin depend: [EV-API] commands: evmisc: description: "Commande principale." usage: "book" aliases: ["misc"] # Livre "evmisc book": description: "Commande pour les livres" usage: "<author|title|pages|page>" aliases: ["book"] "evmisc book author": description: "RedΓ©finis l'auteur" usage: "<author>" aliases: ["author"] permission: "ev.misc.commands.author" "evmisc book pages": description: "RedΓ©finis les pages" usage: "<pages...>" aliases: ["pages"] permission: "ev.misc.commands.pages" "evmisc book page": description: "RedΓ©finis une page" usage: "[page] [data]" aliases: ["page"] permission: "ev.misc.commands.page" "evmisc book title": description: "RedΓ©finis le titre du livre" usage: "<title>" aliases: ["title"] permission: "ev.misc.commands.title"
name: EV-${project.name} version: ${plugin.version} description: ${project.description} main: fr.ethilvan.bukkit.${project.artifactId}.${project.name}Plugin depend: [EV-API] commands: evmisc: description: "Commande principale." usage: "book" aliases: ["misc"] # Livre "evmisc book": description: "Commande pour les livres" usage: "<author|title|pages|page>" aliases: ["book"] "evmisc book author": description: "RedΓ©finis l'auteur" usage: "<author>" aliases: ["author"] permission: "ev.misc.commands.book.author" "evmisc book pages": description: "RedΓ©finis les pages" usage: "<pages...>" aliases: ["pages"] permission: "ev.misc.commands.book.pages" "evmisc book page": description: "RedΓ©finis une page" usage: "[page] [data]" aliases: ["page"] permission: "ev.misc.commands.book.page" "evmisc book title": description: "RedΓ©finis le titre du livre" usage: "<title>" aliases: ["title"] permission: "ev.misc.commands.book.title" permissions: "ev.misc.commands.book.*": children: ev.misc.commands.book.author: true ev.misc.commands.book.pages: true ev.misc.commands.book.page: true ev.misc.commands.book.title: true
Add general command's permission for book and rename permission
[Misc] Add general command's permission for book and rename permission
YAML
mit
EthilVan/Plugins,EthilVan/Plugins,EthilVan/Plugins
3ecdd1e99273734d55a5e4054a3eea0f0d9518d6
roles/arch-chroot/defaults/main.yml
roles/arch-chroot/defaults/main.yml
hostname: localhost timezone: America/Los_Angeles country: United States locales: - en_US interfaces: wireless: "wlan0" user: name: user group: user uid: 1000 comment: First Last groups: - sys - video - wheel - systemd-journal shell: /bin/zsh email: [email protected] initramfs_hooks: - base - systemd - autodetect - keyboard - sd-vconsole - modconf - block - sd-encrypt - filesystems - fsck base_packages: - arch-wiki-lite - dialog - efibootmgr - fwupd - git - man - man-db - man-pages - mlocate - moreutils - networkmanager - rsync - terminus-font - wpa_supplicant - zsh - zsh-completions # System monitoring - glances - htop - lsof - powertop - smartmontools - strace - sysstat
hostname: localhost timezone: America/Los_Angeles country: United States locales: - en_US interfaces: wireless: "wlan0" user: name: user group: user uid: 1000 comment: First Last groups: - sys - video - wheel - systemd-journal shell: /bin/zsh email: [email protected] initramfs_hooks: - base - systemd - autodetect - keyboard - sd-vconsole - modconf - block - sd-encrypt - filesystems - fsck base_packages: - arch-wiki-lite - dialog - efibootmgr - fwupd - git - man - man-db - man-pages - mlocate - moreutils - networkmanager - rsync - terminus-font - texinfo - wpa_supplicant - zsh - zsh-completions # System monitoring - glances - htop - lsof - powertop - smartmontools - strace - sysstat
Add texinfo to base packages
Add texinfo to base packages
YAML
mit
zoresvit/archible
cac2815c8bd210e4383cfea1de2d3d7bf5308257
tasks/symlink.yml
tasks/symlink.yml
--- # Performs symlink exchange - name: ANSISTRANO | Change softlink to new release file: state: link path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}" src: "./{{ ansistrano_version_dir }}/{{ ansistrano_release_version }}"
--- # Migration check from rsync deployment - stat: path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}" register: stat_current_dir - name: ANSISTRANO | Remove current folder if it's a directory file: state: absent path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}" when: stat_current_dir.stat.isdir is defined and stat_current_dir.stat.isdir # Performs symlink exchange - name: ANSISTRANO | Change softlink to new release file: state: link path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}" src: "./{{ ansistrano_version_dir }}/{{ ansistrano_release_version }}"
Add migration from rsync deployment
Add migration from rsync deployment
YAML
mit
mblaschke/deploy,dgsuarez/deploy,ngpestelos/deploy,laupow/deploy
51553d2f8dde4a616979c0313e939b3ec3c2f88b
packages/ti/timeit.yaml
packages/ti/timeit.yaml
homepage: https://github.com/merijn/timeit changelog-type: markdown hash: b714dc9e70179f7e21dd9d9e2d3bb9b45838674a0f505b040bd63a51d4109b90 test-bench-deps: {} maintainer: Merijn Verstraaten <[email protected]>, Lennart Augustsson synopsis: Time monadic computations with an IO base. changelog: ! '2.0 --- * Generalise `timeIt` and `timeItT` to work for any `MonadIO` * Added `timeItShow` and `timeItNamed` ' basic-deps: base: ! '>=3 && <5' all-versions: - '0.9.0.0' - '1.0.0.0' - '2.0' author: Lennart Augustsson latest: '2.0' description-type: haddock description: ! 'A simple wrapper to show the used CPU time of monadic computation with an IO base.' license-name: BSD3
homepage: https://github.com/merijn/timeit changelog-type: markdown hash: 0757796734c8bcc8cad97bac90d6db60e40f148b5d62699baf12fb8ec8939b34 test-bench-deps: {} maintainer: Merijn Verstraaten <[email protected]>, Lennart Augustsson synopsis: Time monadic computations with an IO base. changelog: ! '2.0 --- * Generalise `timeIt` and `timeItT` to work for any `MonadIO` * Added `timeItShow` and `timeItNamed` ' basic-deps: base: ! '>=3 && <5' all-versions: - '0.9.0.0' - '1.0.0.0' - '2.0' author: Lennart Augustsson latest: '2.0' description-type: haddock description: ! 'A simple wrapper to show the used CPU time of monadic computation with an IO base.' license-name: BSD3
Update from Hackage at 2018-12-06T15:02:36Z
Update from Hackage at 2018-12-06T15:02:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
fe854afd83199b142bd0160168c4684db9465866
models/post/columns.yaml
models/post/columns.yaml
# =================================== # Column Definitions # =================================== columns: title: label: Title searchable: true author: label: Author relation: user select: @login searchable: true categories: label: Categories relation: categories select: @name searchable: true created_at: label: Created type: date updated_at: label: Updated type: date published_at: label: Published type: date
# =================================== # Column Definitions # =================================== columns: title: label: Title searchable: true # author: # label: Author # relation: user # select: @login # searchable: true categories: label: Categories relation: categories select: @name searchable: true created_at: label: Created type: date updated_at: label: Updated type: date published_at: label: Published type: date
Comment out author column (not used)
Comment out author column (not used)
YAML
mit
vojtasvoboda/blog-plugin,rainlab/blog-plugin,vojtasvoboda/blog-plugin,rainlab/blog-plugin,rainlab/blog-plugin,vojtasvoboda/blog-plugin
c6980fda16bb8ef1e18af1c39838298be6932659
.github/workflows/publish_documentation.yml
.github/workflows/publish_documentation.yml
name: Publish the documentation on: release: types: [published] jobs: publish: name: Publish runs-on: ubuntu-latest steps: - name: Checkout the branch uses: actions/[email protected] with: persist-credentials: false - name: Set up Python 3.9 uses: actions/setup-python@v1 with: python-version: 3.9 - name: Build the documentation with Sphinx run: | pip install -r requirements-doc.txt sphinx-build -b html docs docs/build/html - name: Publish the documentation if: success() && github.ref == 'refs/heads/main' uses: JamesIves/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs/build/html CLEAN: true
name: Publish the documentation on: release: types: [published] jobs: publish: name: Publish runs-on: ubuntu-latest steps: - name: Checkout the branch uses: actions/[email protected] with: persist-credentials: false - name: Set up Python 3.9 uses: actions/setup-python@v1 with: python-version: 3.9 - name: Build the documentation with Sphinx run: | pip install -r requirements-doc.txt sphinx-build -b html docs docs/build/html - name: Publish the documentation uses: JamesIves/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs/build/html CLEAN: true
Fix the workflow that publishes the docs
Fix the workflow that publishes the docs
YAML
apache-2.0
blackjax-devs/blackjax
1d09a1a32e2c26c023f73ec057d38fb50b68d011
packages/ne/netwire-input-javascript.yaml
packages/ne/netwire-input-javascript.yaml
homepage: https://github.com/ziocroc/netwire-input-javascript changelog-type: '' hash: 9fb6ecd2e328bb0594ba2c8d4fe5d622db36c14f95fd551a115ea26cb024f655 test-bench-deps: {} maintainer: [email protected] synopsis: JavaScript instance of netwire-input changelog: '' basic-deps: base: ! '>=4.9 && <4.10' netwire-input: ! '>=0.0 && <0.1' ghcjs-base: -any containers: -any transformers: -any netwire: ! '>=5.0 && <5.2' all-versions: - '0.0.1' author: Luca "ziocroc" Prezzavento latest: '0.0.1' description-type: markdown description: '' license-name: BSD3
homepage: https://github.com/ziocroc/netwire-input-javascript changelog-type: '' hash: 1ee1c2da829c18f2b532083a6a066952a0cab3a5cecce52b45e68dcdcbe17395 test-bench-deps: {} maintainer: [email protected] synopsis: JavaScript instance of netwire-input changelog: '' basic-deps: base: ! '>=4.9 && <4.10' netwire-input: ! '>=0.0 && <0.1' ghcjs-base: -any containers: -any transformers: -any netwire: ! '>=5.0 && <5.2' all-versions: - '0.0.1' - '0.0.2' author: Luca "ziocroc" Prezzavento latest: '0.0.2' description-type: haddock description: GHCJS implementation of netwire-input. license-name: BSD3
Update from Hackage at 2016-10-08T23:58:24+00:00
Update from Hackage at 2016-10-08T23:58:24+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
09b6e2b451a4d185f081494c6e91f076669fec84
site/.forestry/front_matter/templates/post.yml
site/.forestry/front_matter/templates/post.yml
--- hide_body: false fields: - name: date label: Date type: datetime hidden: false default: '' - name: title label: Title type: text hidden: false default: '' - name: subtitle label: Subtitle type: text hidden: false default: '' - name: featureImage label: Featureimage type: textarea hidden: false default: '' - name: categories label: Categories type: tag_list hidden: false default: - travel - name: tags label: Tags type: tag_list hidden: false default: [] - name: author label: Author type: text hidden: false default: '' - name: type label: Type type: text hidden: false default: ''
--- hide_body: false fields: - name: date label: Date type: datetime hidden: false default: '' - name: title label: Title type: text hidden: false default: '' - name: subtitle label: Subtitle type: text hidden: false default: '' - name: featureImage label: Featureimage type: textarea hidden: false default: '' - name: categories label: Categories type: tag_list hidden: false default: - travel - name: tags label: Tags type: tag_list hidden: false default: [] - name: author label: Author type: text hidden: false default: '' - name: type label: Type type: text hidden: true default: ''
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Jayphen/happeatravels,Jayphen/happeatravels
e5bb61ed56efd48e5c71d2403a073ce00999d933
hieradata/nodes/donut.dwnet.yaml
hieradata/nodes/donut.dwnet.yaml
# define this server as the NFS host droidwiki::default::isNFSServer: true redis::bind: '0.0.0.0'
# define this server as the NFS host droidwiki::default::isnfsserver: true redis::bind: '0.0.0.0'
Fix false variable name in hieradata
Fix false variable name in hieradata
YAML
mit
droidwiki/operations-puppet,droidwiki/operations-puppet,droidwiki/operations-puppet,droidwiki/operations-puppet
f298f1b3fefd45ef9606a4b880b9a1890f72a334
packages/fu/funcons-lambda-cbv-mp.yaml
packages/fu/funcons-lambda-cbv-mp.yaml
homepage: '' changelog-type: markdown hash: 422b02411827ac8551965ce0dcff8c0741df57a933da0f7a9bba02a5518cc9c9 test-bench-deps: {} maintainer: [email protected] synopsis: Basic call-by-value lambda-calculus with operational semantics based on Funcons changelog: ! '# Revision history for lambda-cbv ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: gll: ! '>=0.4.0.3' funcons-tools: ! '>=0.2.0.1' base: ! '>=4.9 && <=5.0' text: ! '>=1.2.2' containers: ! '>=0.5.7' all-versions: - '0.1.0.0' author: L. Thomas van Binsbergen latest: '0.1.0.0' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: markdown hash: adbd35f0cf7899194169b9699d05a2e4a58d7462194fb95eb00f061731340511 test-bench-deps: {} maintainer: [email protected] synopsis: Basic call-by-value lambda-calculus with operational semantics based on Funcons changelog: ! '# Revision history for lambda-cbv ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: gll: ! '>=0.4.0.3' funcons-tools: ! '>=0.2.0.3' base: ! '>=4.9 && <=5.0' text: ! '>=1.2.2' containers: ! '>=0.5.7' all-versions: - '0.1.0.0' author: L. Thomas van Binsbergen latest: '0.1.0.0' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2018-07-07T10:13:50Z
Update from Hackage at 2018-07-07T10:13:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
ca6fbf5b2c549a1d752c0ac760ae1ffeab4ccd93
packages/hs/hspec-pg-transact.yaml
packages/hs/hspec-pg-transact.yaml
homepage: https://github.com/jfischoff/hspec-pg-transact#readme changelog-type: '' hash: 5cc5e00eadaa42973e6682fe4fd178aa1e1a0e430c47064eced36c30ba1f5d13 test-bench-deps: {} maintainer: [email protected] synopsis: Helpers for creating database tests with hspec and pg-transact changelog: '' basic-deps: bytestring: -any tmp-postgres: -any base: ! '>=4.7 && <5' hspec: -any text: -any resource-pool: -any postgresql-simple: -any pg-transact: -any all-versions: - '0.1.0.0' - '0.1.0.1' author: Jonathan Fischoff latest: '0.1.0.1' description-type: markdown description: ! '# hspec-pg-transact ' license-name: BSD3
homepage: https://github.com/jfischoff/pg-transact-hspec#readme changelog-type: '' hash: 8753bfda3bac96005a3498d346ff98211e973c6790993cb557acb8fa90ca9cfc test-bench-deps: {} maintainer: [email protected] synopsis: Helpers for creating database tests with hspec and pg-transact changelog: '' basic-deps: bytestring: -any tmp-postgres: -any base: ! '>=4.7 && <5' hspec: -any text: -any resource-pool: -any postgresql-simple: -any pg-transact: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Jonathan Fischoff latest: '0.1.0.2' description-type: markdown description: ! '# hspec-pg-transact ' license-name: BSD3
Update from Hackage at 2017-06-19T18:32:13Z
Update from Hackage at 2017-06-19T18:32:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
549ef5264af4ebd1f005ffcc34d37dcbe50e25b5
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all upload_dir: '' public_path: static front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
zenatuz/zenatuz.github.io,zenatuz/zenatuz.github.io,zenatuz/zenatuz.github.io
def31a18117363dd6495f33547812000829b3067
roles/taiga-front/tasks/gulp.yml
roles/taiga-front/tasks/gulp.yml
--- - name: install required packages become: true become_user: root apt: name: - ruby - ruby-dev state: "{{ taiga_upgrade | bool | ternary('latest', 'present') }}" tags: - install - front-install - name: install required gems become: true become_user: "{{ taiga_user }}" gem: user_install: true name: "{{ item }}" with_items: - sass - scss_lint tags: - install - front-install - name: install global NPM modules become: true become_user: root npm: name: "{{ item }}" global: true state: "{{ taiga_upgrade | bool | ternary('latest', 'present') }}" with_items: - gulp tags: - install - front-install - name: install local NPM modules become: true become_user: "{{ taiga_user }}" npm: path: "{{ taiga_user_home }}/{{ taiga_front_checkout_dir }}" state: "{{ taiga_upgrade | bool | ternary('latest', 'present') }}" tags: - install - front-install - name: run gulp deploy become: true become_user: "{{ taiga_user }}" shell: gulp deploy args: chdir: "{{ taiga_user_home }}/{{ taiga_front_checkout_dir }}" creates: "{{ taiga_user_home }}/{{ taiga_front_checkout_dir }}/dist/conf.example.json" tags: - config - front-config
--- - name: install required packages become: true become_user: root apt: name: - ruby - ruby-dev state: "{{ taiga_upgrade | bool | ternary('latest', 'present') }}" tags: - install - front-install - name: install required gems become: true become_user: "{{ taiga_user }}" gem: user_install: true name: "{{ item }}" with_items: - sass - scss_lint tags: - install - front-install - name: install global NPM modules become: true become_user: root npm: name: "{{ item }}" global: true state: "{{ taiga_upgrade | bool | ternary('latest', 'present') }}" with_items: - gulp tags: - install - front-install - name: install local NPM modules become: true become_user: "{{ taiga_user }}" npm: path: "{{ taiga_user_home }}/{{ taiga_front_checkout_dir }}" state: "{{ taiga_upgrade | bool | ternary('latest', 'present') }}" tags: - install - front-install - name: run gulp deploy become: true become_user: "{{ taiga_user }}" command: gulp deploy args: chdir: "{{ taiga_user_home }}/{{ taiga_front_checkout_dir }}" creates: "{{ taiga_user_home }}/{{ taiga_front_checkout_dir }}/dist/conf.example.json" tags: - config - front-config
Fix ansible-lint error 305, "Use shell only when shell functionality is required"
Fix ansible-lint error 305, "Use shell only when shell functionality is required" In this case, we are not using any of the special features of shell, so command will do just fine.
YAML
agpl-3.0
fghaas/taiga-ansible
cf698e6df5029fff078e7fa85ce2292d4687c713
defaults/main.yml
defaults/main.yml
--- webapp: name: "webapp" ACL_dirs: [] app_dirs: [] webserver_dirs: [] links_to_base: [] internal_links: [] php: opcache: enable_file_override: 1 interned_strings_buffer: 16 revalidate_path: 1 revalidate_freq: 60 fast_shutdown: 1 apache: virtualhosts: - ServerName: "{{ webapp['name'] | lower }}.com" ServerAlias: - "*.{{ webapp['name'] | lower }}.com" DocumentRoot: "/var/www/{{ webapp['name'] }}/web" ErrorLog: "{{ apache_logs_dir }}/{{ webapp['name'] | lower }}.com.error.log" CustomLog: "{{ apache_logs_dir }}/{{ webapp['name'] | lower }}.com.log" IncludeOptional: "/var/www/{{ webapp['name'] }}/include.conf"
--- webapp: name: "webapp" ACL_dirs: [] app_dirs: [] webserver_dirs: [] links_to_base: [] internal_links: [] php: opcache: enable_file_override: 1 interned_strings_buffer: 16 revalidate_path: 1 revalidate_freq: 60 fast_shutdown: 1 apache: virtualhosts: - ServerName: "{{ webapp['name'] | lower }}.com" ServerAlias: - "*.{{ webapp['name'] | lower }}.com" DocumentRoot: "/var/www/{{ webapp['name'] }}/web" ErrorLog: "{{ apache_logs_dir }}/{{ webapp['name'] | lower }}.com.error.log" CustomLog: "{{ apache_logs_dir }}/{{ webapp['name'] | lower }}.com.log" IncludeOptional: - "/var/www/{{ webapp['name'] }}/include.conf"
Fix include conf files in Apache
Fix include conf files in Apache
YAML
mit
Aplyca/ansible-role-webapp,Aplyca/ansible-role-webapp
1ef5c41c0843162f16b4781fdb59d64873eb3ac0
.github/workflows/run_test.yml
.github/workflows/run_test.yml
on: [pull_request] name: CI jobs: check: name: Check+Test runs-on: ubuntu-latest strategy: matrix: rust: - stable - beta - nightly - 1.31.0 steps: - name: Checkout sources uses: actions/checkout@v2 - name: Install toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: ${{ matrix.rust }} override: true - name: Run cargo check uses: actions-rs/cargo@v1 with: command: check - name: Run cargo test uses: actions-rs/cargo@v1 with: command: test fmt: name: Rustfmt runs-on: ubuntu-latest steps: - name: Checkout sources uses: actions/checkout@v2 - name: Install toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly # required for the "ignore" entry in rustfmt.toml, switch to stable asap override: true components: rustfmt - name: Print rustfmt version uses: actions-rs/cargo@v1 with: command: fmt args: -- --version - name: Run cargo fmt uses: actions-rs/cargo@v1 with: command: fmt args: -- --check
on: [pull_request] name: CI jobs: check: name: Check+Test runs-on: ubuntu-latest strategy: matrix: rust: - stable - beta - nightly steps: - name: Checkout sources uses: actions/checkout@v2 - name: Install toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: ${{ matrix.rust }} override: true - name: Run cargo check uses: actions-rs/cargo@v1 with: command: check - name: Run cargo test uses: actions-rs/cargo@v1 with: command: test fmt: name: Rustfmt runs-on: ubuntu-latest steps: - name: Checkout sources uses: actions/checkout@v2 - name: Install toolchain uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: nightly # required for the "ignore" entry in rustfmt.toml, switch to stable asap override: true components: rustfmt - name: Print rustfmt version uses: actions-rs/cargo@v1 with: command: fmt args: -- --version - name: Run cargo fmt uses: actions-rs/cargo@v1 with: command: fmt args: -- --check
Remove rustc 1.31 from CI
Remove rustc 1.31 from CI
YAML
apache-2.0
ejmahler/RustFFT,ejmahler/RustFFT
82b3d061afe6e29c55cc306012e418ea199e9cb7
.github/workflows/issue-pr-interceptor.yml
.github/workflows/issue-pr-interceptor.yml
name: "Intercept bad issue/PRs" on: issues: types: [opened, reopened] pull_request: types: [opened, reopened] jobs: autoclose: runs-on: ubuntu-latest steps: - name: Auto close issues/pr that did not follow template uses: roots/[email protected] with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-pattern: "\\[x\\] I have read" issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template." pr-pattern: "\\[x\\] Bug|\\[x\\] New feat|\\[x\\] Break|\\[x\\] Doc|@dependabot" pr-close-message: ":wave: Hi @${pull_request.user.login},\n\nThis PR is being automatically closed because it does not follow the PR template."
name: "Intercept bad issue/PRs" on: [issues, pull_request] jobs: autoclose: runs-on: ubuntu-latest steps: - name: Auto close issues/pr that did not follow template uses: roots/[email protected] with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-pattern: "\\[x\\] I have read" issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template." pr-pattern: "\\[x\\] Bug|\\[x\\] New feat|\\[x\\] Break|\\[x\\] Doc|@dependabot" pr-close-message: ":wave: Hi @${pull_request.user.login},\n\nThis PR is being automatically closed because it does not follow the PR template."
Update the condition of issues intercept
Update the condition of issues intercept
YAML
mit
aaronisme/aaronisme.github.io,mohuk/mohuk.github.io,mohuk/mohuk.github.io,mohuk/mohuk.github.io,aaronisme/aaronisme.github.io,aaronisme/aaronisme.github.io,mohuk/mohuk.github.io,aaronisme/aaronisme.github.io
0b5887376075d6c06fe23696714d8161c49eade4
src/Sample/Bundle/Resources/config/routing.yml
src/Sample/Bundle/Resources/config/routing.yml
# default homepage _welcome: pattern: / defaults: { _controller: SampleBundle:Default:index } # module pages sample: path: /sample defaults: { _controller: SampleBundle:Default:index } sample_module: path: /sample/main-samples/{mode}/{extra} defaults: { _controller: SampleBundle:Default:mainsamples, mode:'default', extra:'default' } sample_bootstrap: path: /sample/bootstrap-samples defaults: { _controller: SampleBundle:Default:bootstrapsamples } sample_json: path: /sample/json/{mode} defaults: { _controller: SampleBundle:Default:json, mode:default } benchmark: path: /sample/benchmark defaults: { _controller: SampleBundle:Default:benchmark } # end
# default homepage _welcome: path: / defaults: { _controller: SampleBundle:Default:index } # module pages sample: path: /sample defaults: { _controller: SampleBundle:Default:index } sample_module: path: /sample/main-samples/{mode}/{extra} defaults: { _controller: SampleBundle:Default:mainsamples, mode:'default', extra:'default' } sample_bootstrap: path: /sample/bootstrap-samples defaults: { _controller: SampleBundle:Default:bootstrapsamples } sample_json: path: /sample/json/{mode} defaults: { _controller: SampleBundle:Default:json, mode:default } benchmark: path: /sample/benchmark defaults: { _controller: SampleBundle:Default:benchmark } # end
Upgrade to Symfony 2.7.1.2 / Twig 1.18.2
Upgrade to Symfony 2.7.1.2 / Twig 1.18.2
YAML
bsd-3-clause
unix-world/SF2-Skeleton,unix-world/SF2-Skeleton,unix-world/SF2-Skeleton
939bfdc9290be362172babc1adc0e10dd254451c
packages/we/websockets-simple.yaml
packages/we/websockets-simple.yaml
homepage: https://github.com/athanclark/websockets-simple#readme changelog-type: '' hash: 8c6c35dc5e4612adf401fe27f20276afd45ff9a0b930ffd918a63e261da47d09 test-bench-deps: {} maintainer: [email protected] synopsis: Simpler interface to the websockets api changelog: '' basic-deps: exceptions: -any bytestring: -any wai-transformers: -any stm: -any base: ! '>=4.8 && <5' every: ! '>=0.0.1' monad-control: -any async: -any websockets: ! '>=0.11' aeson: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.2.1' - '0.0.2.2' - '0.0.3' - '0.0.4' - '0.0.4.1' author: Athan Clark latest: '0.0.4.1' description-type: markdown description: ! '# websockets-simple ' license-name: BSD3
homepage: https://github.com/athanclark/websockets-simple#readme changelog-type: '' hash: 26c5b7c5524143e16ccc4e6516510a629045a18f71c6351209ab7a55b786ca50 test-bench-deps: {} maintainer: [email protected] synopsis: Simpler interface to the websockets api changelog: '' basic-deps: exceptions: -any bytestring: -any wai-transformers: -any stm: -any base: ! '>=4.8 && <5' every: ! '>=0.0.1' monad-control: -any async: -any websockets: ! '>=0.11' aeson: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.2.1' - '0.0.2.2' - '0.0.3' - '0.0.4' - '0.0.4.1' - '0.0.5' author: Athan Clark latest: '0.0.5' description-type: markdown description: ! '# websockets-simple ' license-name: BSD3
Update from Hackage at 2017-05-10T21:09:50Z
Update from Hackage at 2017-05-10T21:09:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
a86b197c5b4dc8cfcde57e25c003e6483e5d8756
packages/di/distance.yaml
packages/di/distance.yaml
homepage: https://github.com/agrafix/distance#readme changelog-type: '' hash: 2080b8ecf16b8e4cec7bfcdca8fa40805f7f139dbcd09762a317b16ceeaedbbd test-bench-deps: {} maintainer: [email protected] synopsis: Useful distance datatype and functions changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0.0' author: Alexander Thiemann latest: '0.1.0.0' description-type: markdown description: ! '# Haskell `distance` package [![CircleCI](https://circleci.com/gh/agrafix/distance.svg?style=svg)](https://circleci.com/gh/agrafix/distance) [![Hackage](https://img.shields.io/hackage/v/distance.svg)](http://hackage.haskell.org/package/distance) The `distance` packages provides an abstract data type for distances. You can create them using well named quantities (`meters`) and turn them back into a specified quantity. ' license-name: MIT
homepage: https://github.com/agrafix/distance#readme changelog-type: '' hash: b8629453e8a81834e23eb577c6b304891ff60f36b956d03e59da854ba8adda47 test-bench-deps: {} maintainer: [email protected] synopsis: Useful distance datatype and functions changelog: '' basic-deps: base: ! '>=4.8 && <5' all-versions: - '0.1.0.0' author: Alexander Thiemann latest: '0.1.0.0' description-type: markdown description: ! '# Haskell `distance` package [![CircleCI](https://circleci.com/gh/agrafix/distance.svg?style=svg)](https://circleci.com/gh/agrafix/distance) [![Hackage](https://img.shields.io/hackage/v/distance.svg)](http://hackage.haskell.org/package/distance) The `distance` packages provides an abstract data type for distances. You can create them using well named quantities (`meters`) and turn them back into a specified quantity. ' license-name: MIT
Update from Hackage at 2017-01-07T23:21:34Z
Update from Hackage at 2017-01-07T23:21:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
69a7e78d4b0c608ca53734c2c6fef4042b792fac
src/Sylius/Bundle/AdminBundle/Resources/config/grids/exchange_rate.yml
src/Sylius/Bundle/AdminBundle/Resources/config/grids/exchange_rate.yml
sylius_grid: grids: sylius_admin_exchange_rate: driver: name: doctrine/orm options: class: "%sylius.model.exchange_rate.class%" sorting: id: desc fields: id: type: string enabled: false sortable: ~ sourceCurrency: type: twig label: sylius.ui.base_currency path: . options: template: "@SyliusAdmin/ExchangeRate/Grid/Field/sourceCurrencyName.html.twig" targetCurrency: type: twig label: sylius.ui.target_currency path: . options: template: "@SyliusAdmin/ExchangeRate/Grid/Field/targetCurrencyName.html.twig" ratio: type: string label: sylius.ui.ratio sortable: ~ filters: currency: type: entity label: sylius.ui.currency options: fields: [sourceCurrency, targetCurrency] form_options: class: "%sylius.model.currency.class%" choice_label: name actions: main: create: type: create item: update: type: update delete: type: delete
sylius_grid: grids: sylius_admin_exchange_rate: driver: name: doctrine/orm options: class: "%sylius.model.exchange_rate.class%" sorting: id: desc fields: id: type: string enabled: false sortable: ~ sourceCurrency: type: twig label: sylius.ui.source_currency path: . options: template: "@SyliusAdmin/ExchangeRate/Grid/Field/sourceCurrencyName.html.twig" targetCurrency: type: twig label: sylius.ui.target_currency path: . options: template: "@SyliusAdmin/ExchangeRate/Grid/Field/targetCurrencyName.html.twig" ratio: type: string label: sylius.ui.ratio sortable: ~ filters: currency: type: entity label: sylius.ui.currency options: fields: [sourceCurrency, targetCurrency] form_options: class: "%sylius.model.currency.class%" choice_label: name actions: main: create: type: create item: update: type: update delete: type: delete
Fix wrong source currency translation
Fix wrong source currency translation
YAML
mit
gseidel/Sylius,gseidel/Sylius,videni/Sylius,loic425/Sylius,foobarflies/Sylius,SyliusBot/Sylius,Mozan/Sylius,mbabker/Sylius,dragosprotung/Sylius,antonioperic/Sylius,diimpp/Sylius,lchrusciel/Sylius,torinaki/Sylius,Joypricecorp/Sylius,GSadee/Sylius,NeverResponse/Sylius,pamil/Sylius,gseidel/Sylius,GSadee/Sylius,GSadee/Sylius,pjedrzejewski/Sylius,Brille24/Sylius,Arminek/Sylius,ezecosystem/Sylius,pamil/Sylius,pjedrzejewski/Sylius,SyliusBot/Sylius,Mozan/Sylius,venyii/Sylius,foobarflies/Sylius,101medialab/Sylius,Brille24/Sylius,101medialab/Sylius,bitbager/Sylius,diimpp/Sylius,itinance/Sylius,ezecosystem/Sylius,dragosprotung/Sylius,loic425/Sylius,kayue/Sylius,mbabker/Sylius,antonioperic/Sylius,ezecosystem/Sylius,foobarflies/Sylius,mbabker/Sylius,Joypricecorp/Sylius,Sylius/Sylius,foobarflies/Sylius,venyii/Sylius,Mozan/Sylius,pamil/Sylius,SyliusBot/Sylius,mbabker/Sylius,videni/Sylius,gorkalaucirica/Sylius,Arminek/Sylius,101medialab/Sylius,Sylius/Sylius,NeverResponse/Sylius,Brille24/Sylius,Zales0123/Sylius,Joypricecorp/Sylius,ezecosystem/Sylius,kayue/Sylius,diimpp/Sylius,dragosprotung/Sylius,venyii/Sylius,kayue/Sylius,Joypricecorp/Sylius,Zales0123/Sylius,videni/Sylius,Zales0123/Sylius,Mozan/Sylius,antonioperic/Sylius,torinaki/Sylius,Mozan/Sylius,lchrusciel/Sylius,bitbager/Sylius,NeverResponse/Sylius,loic425/Sylius,torinaki/Sylius,dragosprotung/Sylius,Arminek/Sylius,venyii/Sylius,gseidel/Sylius,gorkalaucirica/Sylius,bitbager/Sylius,torinaki/Sylius,gorkalaucirica/Sylius,videni/Sylius,bitbager/Sylius,pjedrzejewski/Sylius,Sylius/Sylius,Brille24/Sylius,NeverResponse/Sylius,itinance/Sylius,itinance/Sylius,pjedrzejewski/Sylius,lchrusciel/Sylius,itinance/Sylius,gorkalaucirica/Sylius
782922f91ad8e44be0bad06460d03d1967aa475a
offlineimap/madcore.yaml
offlineimap/madcore.yaml
- id: offlineimap type: plugin image: https://wiki.madcore.ai/_media/app/iconproduct-plugin-offlineimap-001.png description: Copy emails from IMAP server to local folder bullets: - OfflineIMAP text_active: Active text_buy: "$2.99" text_inactive: Inactive text_prerequesite: Prerequisite missing frame_color: gold parameters: - name: app_name value: offlineimap description: Plugin app name type: string - name: account value: mysecret description: IMAP account type: string jobs: - name: deploy parameters: - name: S3BUCKETNAME value: "{{ MADCORE_S3_BUCKET }}" description: S3 Bucket Name for backup type: string prompt: false
- id: offlineimap type: plugin image: https://wiki.madcore.ai/_media/app/iconproduct-plugin-offlineimap-001.png description: Copy emails from IMAP server to local folder bullets: - OfflineIMAP text_active: Active text_buy: "$2.99" text_inactive: Inactive text_prerequesite: Prerequisite missing frame_color: gold parameters: - name: app_name value: offlineimap description: Plugin app name type: string jobs: - name: deploy parameters: - name: account value: mysecret description: IMAP account type: string
Move parameter from global to job, and remove unnecessary
Move parameter from global to job, and remove unnecessary
YAML
mit
madcore-ai/plugins
412f1cb7d180e15c640d1913d500d2489ae4bb0c
helloWindows/helloWindows.yml
helloWindows/helloWindows.yml
tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03 description: Hello World for windows. template_name: hello-windows-types template_version: 1.0.0-SNAPSHOT template_author: FastConnect imports: - "tosca-normative-types:1.0.0.wd06-SNAPSHOT" node_types: alien.nodes.HelloWindows: derived_from: tosca.nodes.SoftwareComponent properties: world: type: string artifacts: - powershell_script: scripts/start.ps1 type: tosca.artifacts.File interfaces: Standard: create: inputs: WORLD_NAME: { get_property: [SELF, world] } implementation: scripts/install.bat start: inputs: HELLO_MESSAGE: { get_operation_output: [ SELF, Standard, create, HELLO_MESSAGE ] } implementation: scripts/start.bat
tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03 description: Hello World for windows. template_name: hello-windows-types template_version: 1.0.0-SNAPSHOT template_author: FastConnect imports: - "tosca-normative-types:1.0.0.wd06-SNAPSHOT" - "alien-base-types:1.0-SNAPSHOT" node_types: alien.nodes.HelloWindows: derived_from: tosca.nodes.SoftwareComponent properties: world: type: string artifacts: - powershell_script: scripts/start.ps1 type: tosca.artifacts.File interfaces: Standard: create: inputs: WORLD_NAME: { get_property: [SELF, world] } implementation: scripts/install.bat start: inputs: HELLO_MESSAGE: { get_operation_output: [ SELF, Standard, create, HELLO_MESSAGE ] } implementation: scripts/start.bat
Add windows hello world artifacts
Add windows hello world artifacts
YAML
apache-2.0
alien4cloud/samples,alien4cloud/samples,alien4cloud/samples,alien4cloud/samples
a4388dee562410e6421fb6d0aa11fdfd6e6df767
packages/ha/Hangman.yaml
packages/ha/Hangman.yaml
homepage: https://github.com/lf94/Hangman changelog-type: '' hash: 001a10b5e54971341acc23271a48f0ef3d7bc764e380b9292580f259aab3c3c9 test-bench-deps: base: -any hspec: ! '>=1.8' transformers: ==0.4.3.* maintainer: [email protected] synopsis: The classic game of Hangman. changelog: '' basic-deps: base: ! '>=4.7 && <4.8' transformers: ==0.4.3.* random: ==1.* all-versions: - '0.1.0.0' author: Lee Fallat latest: '0.1.0.0' description-type: markdown description: ! '# Hangman in Haskell This is an educational implementation of the classic game Hangman. # Usage You will have to open Words.hs and input your own word list, then recompile. # Acknowledgements A huge thank you to several users in #haskell, you have improved my functional programming tenfold within the last week. ' license-name: GPL-3
homepage: https://github.com/lf94/Hangman changelog-type: '' hash: eb6621a7b3d1c2032d11cf26d3f2c80bdf23f48a58360385a640b970c93f580b test-bench-deps: base: -any hspec: ! '>=1.8' transformers: ==0.4.3.* maintainer: [email protected] synopsis: The classic game of Hangman. changelog: '' basic-deps: base: ! '>=4.7 && <4.8' transformers: ==0.4.3.* random: ==1.* all-versions: - '0.1.0.0' - '0.1.0.1' author: Lee Fallat latest: '0.1.0.1' description-type: markdown description: ! '# Hangman in Haskell This is an educational implementation of the classic game Hangman. # Usage You will have to open Words.hs and input your own word list, then recompile. # Acknowledgements A huge thank you to several users in #haskell, you have improved my functional programming tenfold within the last week. ' license-name: GPL-3
Update from Hackage at 2015-08-17T13:38:54+0000
Update from Hackage at 2015-08-17T13:38:54+0000
YAML
mit
commercialhaskell/all-cabal-metadata
e0c00065afa6e3ef57c8d6aac68e9fe9919d4c1d
conda-recipe/meta.yaml
conda-recipe/meta.yaml
package: name: pycodeexport version: "0.0.5" requirements: build: - python run: - python test: # Python imports requires: - pycompilation #commands: # You can put test commands to be run here. Use this to test that the # entry points work. # You can also put a file called run_test.py in the recipe that will be run # at test time. # requires: # Put any additional test requirements here. For example # - nose about: home: https://github.com/bjodah/pycodeexport license: BSD License summary: 'Python package for codegeneration.' # See # http://docs.continuum.io/conda/build.html for # more information about meta.yaml
package: name: pycodeexport version: "0.0.5" source: url: https://github.com/bjodah/pycodeexport/archive/master.zip requirements: build: - python run: - python test: # Python imports requires: - pycompilation #commands: # You can put test commands to be run here. Use this to test that the # entry points work. # You can also put a file called run_test.py in the recipe that will be run # at test time. # requires: # Put any additional test requirements here. For example # - nose about: home: https://github.com/bjodah/pycodeexport license: BSD License summary: 'Python package for codegeneration.' # See # http://docs.continuum.io/conda/build.html for # more information about meta.yaml
Make conda-recipe use master branch as source.
Make conda-recipe use master branch as source.
YAML
bsd-2-clause
bjodah/pycodeexport,bjodah/pycodeexport
dda20a7fdfe05928dd91e2577408e711c51103f0
recipes/lucid/meta.yaml
recipes/lucid/meta.yaml
{% set name = "lucid" %} {% set version = "0.5.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/pcdshub/{{ name }}/archive/v{{ version }}.tar.gz sha256: 293ec9e37da1011b01da499098096d599ba78bff667a5eea9c530a1c1aba4ae1 build: number: 0 noarch: python script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: host: - python >=3.6 - pip - setuptools - pyqt >=5 - qtpy run: - python >=3.6 - fuzzywuzzy - ophyd - pyqt >=5 - pyqtads - pyyaml - qtpy - typhos test: imports: - lucid requires: - pytest - pytest-qt about: home: https://github.com/pcdshub/lucid summary: 'SLAC National Accelerator Laboratory: LCLS User Control and Interface Design' license: SLAC Open license_family: OTHER license_file: LICENSE.txt extra: recipe-maintainers: - klauer - hhslepicka
{% set name = "lucid" %} {% set version = "0.5.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/pcdshub/{{ name }}/archive/v{{ version }}.tar.gz sha256: 293ec9e37da1011b01da499098096d599ba78bff667a5eea9c530a1c1aba4ae1 build: number: 0 noarch: python script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: host: - python >=3.6 - pip - setuptools run: - python >=3.6 - fuzzywuzzy - ophyd - pyqt >=5 - pyqtads - pyyaml - qtpy - typhos test: imports: - lucid requires: - pytest - pytest-qt about: home: https://github.com/pcdshub/lucid summary: 'SLAC National Accelerator Laboratory: LCLS User Control and Interface Design' license: SLAC Open license_family: OTHER license_file: LICENSE.txt extra: recipe-maintainers: - klauer - hhslepicka
Remove unnecessary build deps for lucid
Remove unnecessary build deps for lucid
YAML
bsd-3-clause
johanneskoester/staged-recipes,patricksnape/staged-recipes,SylvainCorlay/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,ocefpaf/staged-recipes,birdsarah/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,asmeurer/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,asmeurer/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,petrushy/staged-recipes,ReimarBauer/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,birdsarah/staged-recipes,Juanlu001/staged-recipes
94b454a7335c74dfcf6b1485c11bfb84a04dee94
recipes/py2dm/meta.yaml
recipes/py2dm/meta.yaml
{% set name = "py2dm" %} {% set version = "0.2.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/py2dm-{{ version }}.tar.gz sha256: 447e3af1e5adfc7a898acd5e5744ab58f86d995cf615147629fec7b4bf605be7 build: script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: build: - {{ compiler('cxx') }} host: - python - pip run: - python - typing-extensions # [py<38] - cached-property # [py<38] test: imports: - py2dm about: home: https://github.com/leonhard-s/Py2DM summary: Read and write 2DM mesh files license: MIT license_file: LICENSE extra: recipe-maintainers: - optiz0r
{% set name = "py2dm" %} {% set version = "0.2.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/py2dm-{{ version }}.tar.gz sha256: 447e3af1e5adfc7a898acd5e5744ab58f86d995cf615147629fec7b4bf605be7 build: script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: build: - {{ compiler('cxx') }} # Without these the compilation of the C++ extension fails on Python 3.7 - typing-extensions # [py<38] - cached-property # [py<38] host: - python - pip run: - python - typing-extensions # [py<38] - cached-property # [py<38] test: imports: - py2dm about: home: https://github.com/leonhard-s/Py2DM summary: Read and write 2DM mesh files license: MIT license_file: LICENSE extra: recipe-maintainers: - optiz0r
Put 3.7 build deps back
Put 3.7 build deps back
YAML
bsd-3-clause
goanpeca/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes
a24b478ac8d1467ebb127acb8b57cb30c4716924
recipes/qt.py/meta.yaml
recipes/qt.py/meta.yaml
{% set name = "Qt.py" %} {% set version = "1.0.0" %} {% set sha256 = "209fd4909241f08983e9cdf8768341b7f56adcc37cc4abacd0bca6ad8620479f" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python - setuptools run: - python test: requires: - PyQt4 imports: - Qt about: home: http://github.com/mottosso/Qt.py license: MIT license_family: MIT summary: 'Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.' extra: recipe-maintainers: - fredrikaverpil - mottosso
{% set name = "Qt.py" %} {% set version = "1.0.0" %} {% set sha256 = "209fd4909241f08983e9cdf8768341b7f56adcc37cc4abacd0bca6ad8620479f" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python - setuptools run: - python test: requires: - pyside2 imports: - Qt about: home: http://github.com/mottosso/Qt.py license: MIT license_family: MIT summary: 'Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.' extra: recipe-maintainers: - fredrikaverpil - mottosso
Use pyside2 as test requirement
Use pyside2 as test requirement
YAML
bsd-3-clause
ocefpaf/staged-recipes,SylvainCorlay/staged-recipes,synapticarbors/staged-recipes,johanneskoester/staged-recipes,sodre/staged-recipes,ceholden/staged-recipes,jjhelmus/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,Cashalow/staged-recipes,ReimarBauer/staged-recipes,chrisburr/staged-recipes,isuruf/staged-recipes,guillochon/staged-recipes,jochym/staged-recipes,cpaulik/staged-recipes,cpaulik/staged-recipes,barkls/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,jochym/staged-recipes,petrushy/staged-recipes,asmeurer/staged-recipes,chrisburr/staged-recipes,basnijholt/staged-recipes,kwilcox/staged-recipes,glemaitre/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,pmlandwehr/staged-recipes,stuertz/staged-recipes,shadowwalkersb/staged-recipes,rvalieris/staged-recipes,isuruf/staged-recipes,jjhelmus/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,pmlandwehr/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,birdsarah/staged-recipes,birdsarah/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,ceholden/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,chohner/staged-recipes,sodre/staged-recipes,sannykr/staged-recipes,goanpeca/staged-recipes,mcs07/staged-recipes,Juanlu001/staged-recipes,guillochon/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,rvalieris/staged-recipes,scopatz/staged-recipes,basnijholt/staged-recipes,hadim/staged-recipes,mcs07/staged-recipes,asmeurer/staged-recipes,chohner/staged-recipes,NOAA-ORR-ERD/staged-recipes,rmcgibbo/staged-recipes,conda-forge/staged-recipes,shadowwalkersb/staged-recipes,dschreij/staged-recipes,SylvainCorlay/staged-recipes,synapticarbors/staged-recipes,conda-forge/staged-recipes,NOAA-ORR-ERD/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,larray-project/staged-recipes,barkls/staged-recipes,patricksnape/staged-recipes,Cashalow/staged-recipes,larray-project/staged-recipes,rmcgibbo/staged-recipes,sodre/staged-recipes
5f4b37843e4408ba5f2d16d157c87061b606f5d3
recipes/qt.py/meta.yaml
recipes/qt.py/meta.yaml
{% set name = "Qt.py" %} {% set version = "1.0.0" %} {% set sha256 = "209fd4909241f08983e9cdf8768341b7f56adcc37cc4abacd0bca6ad8620479f" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python - setuptools run: - python test: requires: - PySide imports: - Qt about: home: http://github.com/mottosso/Qt.py license: MIT license_family: MIT summary: 'Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.' extra: recipe-maintainers: - fredrikaverpil - mottosso
{% set name = "Qt.py" %} {% set version = "1.0.0" %} {% set sha256 = "209fd4909241f08983e9cdf8768341b7f56adcc37cc4abacd0bca6ad8620479f" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} build: number: 0 script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python - setuptools run: - python test: requires: - PyQt4 imports: - Qt about: home: http://github.com/mottosso/Qt.py license: MIT license_family: MIT summary: 'Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.' extra: recipe-maintainers: - fredrikaverpil - mottosso
Use PyQt4 as test requirement
Use PyQt4 as test requirement
YAML
bsd-3-clause
basnijholt/staged-recipes,chrisburr/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,chohner/staged-recipes,Cashalow/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,rvalieris/staged-recipes,birdsarah/staged-recipes,jjhelmus/staged-recipes,Cashalow/staged-recipes,asmeurer/staged-recipes,stuertz/staged-recipes,rmcgibbo/staged-recipes,dschreij/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,synapticarbors/staged-recipes,petrushy/staged-recipes,glemaitre/staged-recipes,sannykr/staged-recipes,larray-project/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,conda-forge/staged-recipes,glemaitre/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,larray-project/staged-recipes,johanneskoester/staged-recipes,cpaulik/staged-recipes,asmeurer/staged-recipes,sodre/staged-recipes,synapticarbors/staged-recipes,NOAA-ORR-ERD/staged-recipes,goanpeca/staged-recipes,barkls/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,NOAA-ORR-ERD/staged-recipes,pmlandwehr/staged-recipes,kwilcox/staged-recipes,birdsarah/staged-recipes,basnijholt/staged-recipes,ceholden/staged-recipes,chohner/staged-recipes,guillochon/staged-recipes,jjhelmus/staged-recipes,SylvainCorlay/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,isuruf/staged-recipes,rvalieris/staged-recipes,sannykr/staged-recipes,mcs07/staged-recipes,patricksnape/staged-recipes,sodre/staged-recipes,shadowwalkersb/staged-recipes,ceholden/staged-recipes,mariusvniekerk/staged-recipes,barkls/staged-recipes,sodre/staged-recipes,shadowwalkersb/staged-recipes,hadim/staged-recipes,guillochon/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,mcs07/staged-recipes,cpaulik/staged-recipes,pmlandwehr/staged-recipes
e9e4fad1a3c0f10bd6e9cd16e13fedb4232bdb0c
playbooks/linux_setup.yml
playbooks/linux_setup.yml
--- - hosts: linux_fresh vars: tasks: - include: ../roles/common-linux/tasks/ensure_python.yml - include: ../roles/common-linux/tasks/apt_update_upgrade.yml - include: ../roles/common-linux/tasks/add_users_groups.yml - include: ../roles/common-linux/tasks/restrict_ssh.yml - include: ../roles/common-linux/tasks/restrict_firewall.yml - include: ../roles/common-linux/tasks/install_ntp.yml - include: ../roles/common-linux/tasks/install_postfix.yml - include: ../roles/common-linux/tasks/setup_dns.yml handlers: - include: ../roles/common-linux/handlers/handlers.yml
--- - hosts: linux_fresh vars: tasks: - include: ../roles/common-linux/tasks/ensure_python.yml - include: ../roles/common-linux/tasks/setup_dns.yml - include: ../roles/common-linux/tasks/apt_update_upgrade.yml - include: ../roles/common-linux/tasks/add_users_groups.yml - include: ../roles/common-linux/tasks/restrict_ssh.yml - include: ../roles/common-linux/tasks/restrict_firewall.yml - include: ../roles/common-linux/tasks/install_ntp.yml - include: ../roles/common-linux/tasks/install_postfix.yml handlers: - include: ../roles/common-linux/handlers/handlers.yml
Put DNS setup higher in the linux setup playbook to make sure DNS was setup for later tasks.
Put DNS setup higher in the linux setup playbook to make sure DNS was setup for later tasks.
YAML
apache-2.0
HamWAN/infrastructure-configs,HamWAN/infrastructure-configs,HamWAN/infrastructure-configs
678cecc8645f011b7da22f735d7d88abfa8b9300
.goreleaser.yml
.goreleaser.yml
builds: - main: proteus-orchestrate/main.go binary: proteus-orchestrate goos: - darwin - linux goarch: - amd64 - main: proteus-registry/main.go binary: proteus-registry goos: - darwin - linux goarch: - amd64 # Archive customization archive: format: tar.gz name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" files: - LICENSE checksum: name_template: "{{ .ProjectName }}_checksums.txt"
builds: - main: proteus-orchestrate/main.go binary: proteus-orchestrate goos: - darwin - linux goarch: - amd64 - main: proteus-registry/main.go binary: proteus-registry goos: - darwin - linux goarch: - amd64 # Archive customization archive: format: tar.gz name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}" files: - LICENSE # This doesn't actually work, though it's documented to work: # https://goreleaser.com/#checksum #checksum: # name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
Comment out checksums as it doesn't work
Comment out checksums as it doesn't work
YAML
bsd-3-clause
hellais/proteus,hellais/proteus