commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
f1578e4e7149aedbaef87256a7a4e48dfe4f2c3a | recipes/ansible-core/meta.yaml | recipes/ansible-core/meta.yaml | {% set name = "ansible-core" %}
{% set version = "2.11.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
build:
number: ... | {% set name = "ansible-core" %}
{% set version = "2.11.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5
build:
number: ... | Remove noarch: python because of selector | Remove noarch: python because of selector
| YAML | bsd-3-clause | stuertz/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged... |
1360bb75d7a1d37b56bbe4ca288337b940f43dfc | recipes/enso_metrics/meta.yaml | recipes/enso_metrics/meta.yaml | {% set name = "enso_metrics" %}
{% set version = "v1.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/CLIVAR-PRP/ENSO_metrics/archive/refs/tags/{{ version }}.tar.gz
sha256: e933f373be1d793b801ed7155690fc4759a463da5931f18b5117ba9b259840b3
build:
numb... | {% set name = "enso_metrics" %}
{% set version = "1.1.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/CLIVAR-PRP/ENSO_metrics/archive/refs/tags/{{ version }}.tar.gz
sha256: e933f373be1d793b801ed7155690fc4759a463da5931f18b5117ba9b259840b3
build:
numbe... | Remove v from version number | Remove v from version number
Co-authored-by: Bastian Zimmermann <b3368e04b7e3b52fc729c766328505e730c1c698@users.noreply.github.com> | YAML | bsd-3-clause | johanneskoester/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes |
974d7c224631e1361579dda57809cfaeed7c061d | spec/dummy/config/settings.yml | spec/dummy/config/settings.yml | default: &default
url: 'http://localhost:3000'
action_mailer:
delivery_method: 'test'
execution_logger:
type: 'Void'
custom_tasks: ~
notifiers:
mail:
mail_from: 'Kuroko2 <no-reply@example.com>'
mail_to: "kuroko@example.com"
slack:
webhook_url: ~
api_basic_authentication_app... | default: &default
url: 'http://localhost:3000'
action_mailer:
delivery_method: 'test'
execution_logger:
type: 'Void'
custom_tasks: ~
notifiers:
mail:
mail_from: 'Kuroko2 <no-reply@example.com>'
mail_to: "kuroko@example.com"
slack:
webhook_url: 'https://localhost/test/slack'
... | Add config for slack specs | Add config for slack specs
| YAML | mit | cookpad/kuroko2,cookpad/kuroko2,cookpad/kuroko2 |
3b1acf10c9d9a47f1317499be65568848c2157b3 | roles/mac/vars/cask_config.yml | roles/mac/vars/cask_config.yml | ---
install_directory: /Applications
packages:
- caffeine
- box-sync
- dropbox
- google-chrome
- virtualbox
- vagrant
- spotify
- sublime-text
- skype
- spectacle
- vlc
- sequel-pro
- textmate
- java
- intellij-idea
- font-firacode-nerd-font
- font-roboto
- font-source-code-pro
- f... | ---
install_directory: /Applications
packages:
- caffeine
- box-sync
- dropbox
- google-chrome
- virtualbox
- vagrant
- spotify
- sublime-text
- skype
- spectacle
- vlc
- sequel-pro
- textmate
- java
- intellij-idea
- font-firacode-nerd-font
- font-roboto
- font-source-code-pro
- f... | Remove eclipse & rescue time 🌪 | Remove eclipse & rescue time 🌪
| YAML | mit | v1shwa/mac-playbook |
729569fd9ea9052ebdbfeaec59f3eeb1f108e78d | roles/homefiles/tasks/main.yml | roles/homefiles/tasks/main.yml | ---
- name: Set homefiles directory
set_fact:
homefiles_dir: "{{ lookup('env','HOME') }}/homefiles"
- name: Clone homefiles repository
git:
repo: git@github.com:fernandoacorreia/homefiles.git
dest: "{{ homefiles_dir }}"
- name: Create link for ~/bin
file:
src: "{{ homefiles_dir }}/bin"
dest:... | ---
- name: Set homefiles directory
set_fact:
homefiles_dir: "{{ lookup('env','HOME') }}/homefiles"
- name: Clone homefiles repository
git:
repo: git@github.com:fernandoacorreia/homefiles.git
dest: "{{ homefiles_dir }}"
- name: Create link for ~/bin
file:
src: "{{ homefiles_dir }}/bin"
dest:... | Create links for shell profiles | Create links for shell profiles
| YAML | mit | fernandoacorreia/homefiles,fernandoacorreia/homefiles |
fdedccc7a2461f495ea6661dccbaa7fa3f27b04f | docs/nav/top-menu-items.yml | docs/nav/top-menu-items.yml | - text: Docs
url: /documentation/getting-started/
highlightUrl: /documentation
- text: Media
url: /media/community/
highlightUrl: /media
- text: FAQ
url: /faq/
- text: Support
url: /support/
- text: TestCafe Studio
url: https://www.devexpress.com/products/testcafestudio/
external: true
id: studio-link | - text: Docs
url: /documentation/getting-started/
highlightUrl: /documentation
- text: Media
url: /media/community/
highlightUrl: /media
- text: FAQ
url: /faq/
- text: Support
url: /support
- text: Release Notes
url: /blog/
- text: TestCafe Studio
url: https://www.devexpress.com/products/testcafestudio/... | Return 'Release Notes' to the main menu | [docs] Return 'Release Notes' to the main menu | YAML | mit | AndreyBelym/testcafe,miherlosev/testcafe,AndreyBelym/testcafe,miherlosev/testcafe,VasilyStrelyaev/testcafe,AndreyBelym/testcafe,DevExpress/testcafe,DevExpress/testcafe,miherlosev/testcafe,VasilyStrelyaev/testcafe,DevExpress/testcafe,miherlosev/testcafe,DevExpress/testcafe,VasilyStrelyaev/testcafe,AndreyBelym/testcafe,m... |
395f3a38900390a68de7d936f0b2ab275674b725 | kitchen.yml | kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
platforms:
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: oracle-7
- name: debian-8
- name: fedora-28
- name: opensuse-leap-42
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: amaz... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
platforms:
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: oracle-7
- name: debian-8
- name: fedora-28
- name: opensuse-leap-42
- name: ubuntu-14.04
-... | Update for Chef 15 license agreement and Chef Workstation | Update for Chef 15 license agreement and Chef Workstation
| YAML | apache-2.0 | opscode-cookbooks/lvm,opscode-cookbooks/lvm,chef-cookbooks/lvm,chef-cookbooks/lvm |
d2d2a627aada872a385f8845d1009ee58775548b | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
container_name: twpg
build:
context: .
dockerfile: Dockerfile.postgres
restart: always
ports:
- "5432:5432"
web:
container_name: twtc
build:
context: .
dockerfile: Dockerfile.tomcat
restart: always
depends_on:
- db
li... | version: '2.1'
services:
db:
container_name: twpg
build:
context: .
dockerfile: Dockerfile.postgres
restart: always
ports:
- "5432:5432"
healthcheck:
test: "pg_isready -h localhost -p 5432 -q -U postgres"
interval: 10s
timeout: 5s
retries: 5
web:
co... | Use healthcheck to make sure DB container starts first | Use healthcheck to make sure DB container starts first
| YAML | mit | Foxoncz/docker-thingworx |
35128bfae6c90422914cddd9949e96657ebabce0 | docker-compose.yml | docker-compose.yml | version: "2"
volumes:
mongodb_data:
services:
redis:
image: redis
hostname: redis
restart: always
mongodb:
build:
context: ./mongodb
volumes:
- mongodb_data:/data
ports:
- "5018:27017"
node:
extends:
file: docker-compose-base.yml
service: mean-service
... | version: "2"
volumes:
mongodb_data:
services:
redis:
image: redis
hostname: redis
restart: always
mongodb:
build:
context: ./mongodb
volumes:
- mongodb_data:/data
ports:
- "5018:27017"
node:
extends:
file: docker-compose-base.yml
service: mean-service
... | Delete ref to old folder | Delete ref to old folder
| YAML | mit | cmalaboeuf/angular2-blog,cmalaboeuf/angular2-blog,cmalaboeuf/mean-docker-compose,cmalaboeuf/mean-docker-compose,cmalaboeuf/mean-docker-compose,cmalaboeuf/angular2-blog,cmalaboeuf/angular2-blog,cmalaboeuf/mean-docker-compose |
f3eb9933839ef6e5b0f1a39ed02da8a34f16f65a | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:a784b49bb241291feb47b578a2cb58938d3565dff5b0f6d9bf627036cbd7f419
volumes:
- ".:/plugin"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:7c2d08e8d6dc32637236105e82f6c161fe2a2c3098e9035a92eb1401b6593bdf
volumes:
- ".:/plugin"
| Update buildkite/plugin-tester:latest Docker digest to 7c2d08 | Update buildkite/plugin-tester:latest Docker digest to 7c2d08 | YAML | mit | buildkite/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose,buildkite-plugins/docker-compose-buildkite-plugin |
aef9d7723a1d7fa57d9bf9e8d9832860c3e9384e | docker-compose.yml | docker-compose.yml | version: '2'
services:
web:
image: php:7.0-apache
working_dir: /var/www/html
volumes:
- ./:/var/www/html/:cached
ports:
- 3000:80 | version: '2'
services:
web:
image: php:7.2-apache
working_dir: /var/www/html
volumes:
- ./:/var/www/html/:cached
ports:
- 3000:80 | Update PHP version to 7.2 | Update PHP version to 7.2
| YAML | mit | jadu/pulsar,jadu/pulsar,jadu/pulsar |
156d22193f085c8478bdb6dec6739d1ebdc4cdd2 | docker-compose.yml | docker-compose.yml | version: '2'
services:
init:
image: koding/base
working_dir: /opt/koding
entrypoint: scripts/bootstrap-container
command: configure
env_file: .env-docker-compose
volumes:
- .:/opt/koding
backend:
image: koding/base
working_dir: /opt/koding
entrypoint: scripts/bootstrap-co... | version: '2'
services:
init:
image: koding/base
working_dir: /opt/koding
entrypoint: scripts/bootstrap-container
command: configure
env_file: .env-docker-compose
volumes:
- .:/opt/koding
backend:
image: koding/base
working_dir: /opt/koding
entrypoint: scripts/bootstrap-co... | Add client/landing build service container | Add client/landing build service container
Signed-off-by: Sonmez Kartal <d2d15c3d37396a5f2a09f8b42cf5f27d43a3fbde@koding.com>
| YAML | agpl-3.0 | alex-ionochkin/koding,kwagdy/koding-1,kwagdy/koding-1,sinan/koding,drewsetski/koding,cihangir/koding,mertaytore/koding,sinan/koding,kwagdy/koding-1,andrewjcasal/koding,koding/koding,szkl/koding,acbodine/koding,andrewjcasal/koding,andrewjcasal/koding,koding/koding,jack89129/koding,andrewjcasal/koding,drewsetski/koding,r... |
5d2be57d66dc284483d41b3acfc8294dc0fb2838 | packages/en/envelope.yaml | packages/en/envelope.yaml | homepage: https://github.com/cdepillabout/envelope#readme
changelog-type: ''
hash: 80b353141d991635cb52468932b145f3dafc0099f4f49b147b5a9de55040ba53
test-bench-deps:
base: -any
doctest: -any
Glob: -any
maintainer: cdep.illabout@gmail.com
synopsis: Defines generic 'Envelope' type to wrap reponses from a JSON API.
c... | homepage: https://github.com/cdepillabout/envelope#readme
changelog-type: ''
hash: 560571f376ac39bb5ba20534c9e94827aaf67275d41181a2a6a57bcf52f2df09
test-bench-deps:
base: -any
doctest: -any
Glob: -any
maintainer: cdep.illabout@gmail.com
synopsis: Defines generic 'Envelope' type to wrap reponses from a JSON API.
c... | Update from Hackage at 2016-10-19T11:12:18Z | Update from Hackage at 2016-10-19T11:12:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c7652e26bc6365cd708fa9b1e93720cd01b6987c | packages/is/isocline.yaml | packages/is/isocline.yaml | homepage: https://github.com/daanx/isocline#readme
changelog-type: ''
hash: 4847ab3433a2db12cb284f10669d57ba6b108159a355c99f9cbc85b676b0baa9
test-bench-deps:
bytestring: -any
base: '>=3.0 && <5'
text: -any
isocline: -any
maintainer: daan@effp.org
synopsis: A portable alternative to GNU Readline
changelog: ''
ba... | homepage: https://github.com/daanx/isocline#readme
changelog-type: ''
hash: be7abc05aa421c96198e4a3d4bac56d03cc518a0e35b917ab3c678f23e0b4deb
test-bench-deps:
bytestring: -any
base: '>=3.0 && <5'
text: -any
isocline: -any
maintainer: daan@effp.org
synopsis: A portable alternative to GNU Readline
changelog: ''
ba... | Update from Hackage at 2021-08-27T22:22:59Z | Update from Hackage at 2021-08-27T22:22:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4045bf9120dc844d5294f7e276e5dc21a6f68db7 | playbooks/group_setup.yml | playbooks/group_setup.yml | - name: 'Setup groups'
hosts: localhost
connection: local
become: no
tasks:
- name: wait for ssh
wait_for: "port=22 host={{ item }}"
with_items: groups['tag_openshift-demo_' ~ cluster_id]
- name: Add masters to requisite groups
add_host:
name: "{{ item }}"
groups: masters, etcd, nod... | - name: 'Setup groups'
hosts: localhost
connection: local
become: no
tasks:
- name: wait for ssh
wait_for: "port=22 host={{ item }}"
with_items: groups['tag_openshift-demo_' ~ cluster_id]
- name: Add masters to requisite groups
add_host:
name: "{{ item }}"
groups: masters, etcd, nod... | Add OSEv3 group for additional playbook support | Add OSEv3 group for additional playbook support
| YAML | apache-2.0 | ryanj/demo-ansible,ryanj/demo-ansible,2015-Middleware-Keynote/demo-ansible,2015-Middleware-Keynote/demo-ansible |
15f524bf098f0ec639d7a4c4c4103c10d62ccb97 | .ci/macos-steps.yml | .ci/macos-steps.yml | steps:
- checkout: self
clean: true
fetchDepth: 5
submodules: true
- script: mkdir $(ccacheDir)
condition:
displayName: Create CCache directory
- template: ./download-extract.yml
parameters:
name: 'CCache'
artifactName: $(ccacheArtifactName)-$(use_mkl)
destinationFolder: $(ccacheDir)
downl... | steps:
- checkout: self
clean: true
fetchDepth: 5
submodules: true
- script: mkdir $(ccacheDir)
condition:
displayName: Create CCache directory
- template: ./download-extract.yml
parameters:
name: 'CCache'
artifactName: $(ccacheArtifactName)-$(use_mkl)
destinationFolder: $(ccacheDir)
downl... | Update xcode version in macOS VM | Update xcode version in macOS VM
| YAML | bsd-3-clause | shogun-toolbox/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun |
7d683e50f117021e6f88f0d5d83df21ee970024b | .github/FUNDING.yml | .github/FUNDING.yml | # These are supported funding model platforms
github: [mindsers] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: mindsers # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: mindsers # Replace with a single Ko-fi usern... | # These are supported funding model platforms
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: mindsers # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: mindsers # Replace with a single Ko-fi username
tidelif... | Fix github accounts and add custom link | Fix github accounts and add custom link | YAML | apache-2.0 | Mindsers/configfile |
927f5cd44f02c4c209ceee0d203f431c227efee9 | .github/workflows/merge-dependabot-upgrades.yml | .github/workflows/merge-dependabot-upgrades.yml | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge... | # See https://github.com/ridedott/merge-me-action/
# This workflow automates merges from patches sent by Dependabot, and
# only by dependabot, once the other CI workflows pass
name: Auto-merge Dependabot PRs
on:
workflow_run:
types:
- completed
workflows:
- "Continuous Integration"
jobs:
merge... | Bump ridedott/merge-me-action from 2.9.46 to 2.9.47 | Bump ridedott/merge-me-action from 2.9.46 to 2.9.47
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.46 to 2.9.47.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Commits... | YAML | mit | Ocramius/DoctrineBatchUtils |
a7529518a185f051e005cbd2d59ec14ef0db83ec | assets/stevenson_dotfile.yml | assets/stevenson_dotfile.yml | template_aliases:
hyde-base:
git: https://github.com/RootsRated/hyde.git
subdirectory: base
templatedco-exmachina:
git: https://github.com/RootsRated/hyde.git
subdirectory: exmachina
templatedco-horizons:
git: https://github.com/RootsRated/hyde.git
subdirectory: horizons
templatedco-ion:... | template_aliases:
hyde-base:
name: https://github.com/RootsRated/hyde.git
options:
subdirectory: base
templatedco-exmachina:
name: https://github.com/RootsRated/hyde.git
options:
subdirectory: exmachina
templatedco-horizons:
name: https://github.com/RootsRated/hyde.git
options:... | Refactor dutiful template to match new factory alias expectations | Refactor dutiful template to match new factory alias expectations
| YAML | mit | RootsRated/stevenson |
6afa165d4a720ca4c3fea43bd714ffdf4b7482ee | packages/ht/http-encodings.yaml | packages/ht/http-encodings.yaml | homepage: http://github.com/achudnov/http-encodings
changelog-type: ''
hash: 0370852e7250c2c2bb1575155286442cbfcdd03a7e494dcaa73305d4e84a6c76
test-bench-deps: {}
maintainer: Andrey Chudnov <oss@chudnov.com>
synopsis: A library for encoding and decoding bodies of HTTP messages
changelog: ''
basic-deps:
mime: ==0.4.*
... | homepage: http://github.com/achudnov/http-encodings
changelog-type: ''
hash: 5d6088d3d3691cec6febb92f81d5034a69bcf6d319230d5a478d79cb79b0e6f9
test-bench-deps: {}
maintainer: Andrey Chudnov <oss@chudnov.com>
synopsis: A library for encoding and decoding bodies of HTTP messages
changelog: ''
basic-deps:
mime: ==0.4.*
... | Update from Hackage at 2016-02-18T00:21:34+0000 | Update from Hackage at 2016-02-18T00:21:34+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
a5c5d4b250f3e7a936ba8511fdfc6807b064c577 | .github/workflows/Publish_to_Github_Pages.yml | .github/workflows/Publish_to_Github_Pages.yml | name: Deploy to github pages
on:
push:
branches: [master, fix/deployment]
jobs:
build-and-deploy-to-github-pages:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
submodules: "recursive"
lfs: true
- name: Install and Buil... | name: Deploy to github pages
on:
push:
branches: [master, fix/deployment]
jobs:
build-and-deploy-to-github-pages:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
with:
submodules: "recursive"
lfs: true
- name: Install and Buil... | Revert "Update node on runner" | Revert "Update node on runner"
This reverts commit 5ffc53e13b53995b0d45a794fbb51c8f401952c1.
| YAML | apache-2.0 | KhronosGroup/glTF-Sample-Viewer,KhronosGroup/glTF-Sample-Viewer |
2aa8a6733a3d41c1cbf3254d1d2f6b7bc6cf51a1 | substrate/hiera/common.yaml | substrate/hiera/common.yaml | ---
curl::version: "7.54.0"
libarchive::version: "3.2.2"
libffi::version: "3.2.1"
libiconv::version: "1.15"
libssh2::version: "1.8.0"
libxml2::version: "2.9.4"
libxslt::version: "1.1.29"
libyaml::version: "0.1.7"
openssl::version: "1.0.2l"
readline::version: "7.0"
xz::version: "5.2.3"
zlib::version: "1.2.11"
installati... | ---
curl::version: "7.54.0"
libarchive::version: "3.2.2"
libffi::version: "3.2.1"
libiconv::version: "1.15"
libssh2::version: "1.8.0"
libxml2::version: "2.9.4"
libxslt::version: "1.1.29"
libyaml::version: "0.1.7"
openssl::version: "1.0.2l"
readline::version: "7.0"
xz::version: "5.2.3"
zlib::version: "1.2.11"
installati... | Update ruby version within substrate | Update ruby version within substrate
| YAML | mit | mitchellh/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagra... |
a808eda2b0789f947870231ca1f1a26cd8a69d72 | spec/files/soyuz_example.yml | spec/files/soyuz_example.yml | # .soyuz.yml in the app you want to deploy with soyuz
default:
deploy_cmd: 'opsicle deploy $SOYUZ_ENVIRONMENT'
environments:
-
production:
deploy_cmd:
-
display: "Deploy"
cmd: "cap $SOYUZ_ENVIRONMENT deploy:rolling"
-
display: "Deploy with Migrations"
... | # .soyuz.yml in the app you want to deploy with soyuz
defaults:
deploy_cmd: 'echo default deploy $SOYUZ_ENVIRONMENT'
environments:
-
production:
deploy_cmd:
-
display: "Deploy"
cmd: "echo deploying $SOYUZ_ENVIRONMENT "
-
display: "Deploy with Migrations"
... | Switch test config to peform harmless command that can be used for integration testing | Switch test config to peform harmless command that can be used for integration testing
| YAML | mit | sportngin/soyuz |
897615cae9782975e80d88e16f2b03d92b954324 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | #
# Copyright 2012-2021 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required... | #
# Copyright 2012-2022 the original author or authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required... | Support JDK 18-GA and 19-EA on CI | Support JDK 18-GA and 19-EA on CI
| YAML | apache-2.0 | hazendaz/velocity-scripting,mybatis/velocity-scripting |
7b737db02bfe704623ac1391f8176795c7fd64d0 | recipes/glueviz/meta.yaml | recipes/glueviz/meta.yaml | {% set version = "0.7.3" %}
package:
name: glueviz
version: {{version}}
source:
fn: glueviz-{{version}}.tar.gz
url: https://pypi.python.org/packages/6d/03/cbef6e6f80112dfc4edb4f1d6a419ea9b159511f0828b94f1bfd730f7cdb/glueviz-{{version}}.tar.gz
md5: 27d246df1e69e1c9e05a474c714cc4af
build:
number: 0
scrip... | {% set version = "0.7.3" %}
package:
name: glueviz
version: {{version}}
source:
fn: glueviz-{{version}}.tar.gz
url: https://pypi.io/packages/source/g/glueviz/glueviz-{{version}}.tar.gz
md5: 27d246df1e69e1c9e05a474c714cc4af
build:
number: 0
script: python setup.py install --single-version-externally-man... | Fix URL for tar file | Fix URL for tar file | YAML | bsd-3-clause | dharhas/staged-recipes,caspervdw/staged-recipes,data-exp-lab/staged-recipes,arokem/staged-recipes,ceholden/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,JohnGreeley/staged-recipes,larray-project/staged-recipes,asmeurer/staged-recipes,mcernak/staged-recipes,koverholt/staged-recipes,dharhas/staged-r... |
15d437756f1540ed6c530569f636268de6de8e69 | packages/tr/tree-sitter-ql.yaml | packages/tr/tree-sitter-ql.yaml | homepage: https://github.com/tree-sitter/haskell-tree-sitter/tree/master/tree-sitter-ql
changelog-type: markdown
hash: 3f02c7f87c192218498509b3360d60691e4ebf73d757746d2c8a0c379ad4e9d9
test-bench-deps: {}
maintainer: rewinfrey@github.com
synopsis: Tree-sitter grammar/parser for QL
changelog: |
# v0.1.0.1
* Bump tre... | homepage: https://github.com/tree-sitter/haskell-tree-sitter/tree/master/tree-sitter-ql
changelog-type: markdown
hash: 0e666550fc7d54e239e25531db9cf09d483937cc2592b4d880664f924b28aff7
test-bench-deps: {}
maintainer: rewinfrey@github.com
synopsis: Tree-sitter grammar/parser for QL
changelog: |
# v0.1.0.2
* Bump tre... | Update from Hackage at 2020-03-31T01:33:55Z | Update from Hackage at 2020-03-31T01:33:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
58307b8ada6e2c5ec8c5878739938ab4d7d947e1 | src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-script-functions.yaml | src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-script-functions.yaml | # Test functions defined as scripts
---
- Statement: CREATE FUNCTION test_f1(x DOUBLE, y INT) RETURNS DOUBLE LANGUAGE javascript PARAMETER STYLE variables AS 'Math.pow(x, y)' DETERMINISTIC;
---
- Statement: SELECT test_f1(10,3)
- output: [[1000.0]]
---
- Statement: >
CREATE FUNCTION test_f2(s VARCHAR(1024), p VARCH... | # Test functions defined as scripts
---
- Statement: CREATE FUNCTION test_f1(x DOUBLE, y INT) RETURNS DOUBLE LANGUAGE javascript PARAMETER STYLE variables AS 'Math.pow(x, y)' DETERMINISTIC;
---
- Statement: SELECT test_f1(10,3)
- output: [[1000.0]]
---
- Statement: >
CREATE FUNCTION test_f2(s VARCHAR(1024), p VARCH... | Add a call to function via JDBC syntax (which is recognized by our parser). | Add a call to function via JDBC syntax (which is recognized by our parser).
| YAML | agpl-3.0 | ngaut/sql-layer,qiuyesuifeng/sql-layer,wfxiang08/sql-layer-1,ngaut/sql-layer,shunwang/sql-layer-1,qiuyesuifeng/sql-layer,ngaut/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,shunwang/sql-layer-1,jaytaylor/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,relateiq/sql-layer,wf... |
6e891982c55d2d51495ed61e3151f6ab4f529815 | packages/ty/typed-duration.yaml | packages/ty/typed-duration.yaml | homepage: https://github.com/osa1/typed-duration#readme
changelog-type: markdown
hash: fe19c614ac2354215dc13c5f4a6167be673a071d1ca53cd6915d76d6fa277c5a
test-bench-deps: {}
maintainer: Ömer Sinan Ağacan <omeragacan@gmail.com>
synopsis: Thread delay and timeout functions with typed arguments
changelog: ! '# 0.1.0.0
-... | homepage: https://github.com/osa1/typed-duration#readme
changelog-type: markdown
hash: 432c971e471e819d8c2663487ce0e95f848e668fd9720e56f966bb56edbfe0a6
test-bench-deps: {}
maintainer: Ömer Sinan Ağacan <omeragacan@gmail.com>
synopsis: Thread delay and timeout functions with typed arguments
changelog: ! '# 0.1.1.0
-... | Update from Hackage at 2017-07-13T07:49:57Z | Update from Hackage at 2017-07-13T07:49:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
c4d12eba1b5b6c27b318b84a58a442ee80aa9db0 | playbooks/roles/system_crontab_coordination/tasks/main.yml | playbooks/roles/system_crontab_coordination/tasks/main.yml | ---
# Copyright 2015, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2015, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Fix crontab errors on CentOS/SUSE | Fix crontab errors on CentOS/SUSE
CentOS comes with a default empty crontab file that is fine for
most deployers. It also lacks the `--report` option for `run-parts`
that Ubuntu has.
SUSE doesn't have run-parts at all.
This causes the server administrator to receive emails with errors
from cron on a regular basis. T... | YAML | apache-2.0 | cfarquhar/openstack-ansible,cfarquhar/openstack-ansible,openstack/openstack-ansible,stackforge/os-ansible-deployment,bunchc/openstack-ansible,openstack/openstack-ansible,bunchc/openstack-ansible,stackforge/os-ansible-deployment |
0116c79ebc503557559fd324e8469278d7b22092 | core/src/main/assets/migrations/19.yaml | core/src/main/assets/migrations/19.yaml | up:
- CREATE TABLE DataSetCompleteRegistration (_id INTEGER PRIMARY KEY AUTOINCREMENT, period TEXT NOT NULL, dataSet TEXT NOT NULL, organisationUnit TEXT NOT NULL, attributeOptionCombo TEXT, date TEXT, storedBy TEXT, state TEXT, FOREIGN KEY (dataSet) REFERENCES DataSet (uid) ON DELETE CASCADE DEFERRABLE INITIALLY DEFER... | up:
- CREATE TABLE DataSetCompleteRegistration (_id INTEGER PRIMARY KEY AUTOINCREMENT, period TEXT NOT NULL, dataSet TEXT NOT NULL, organisationUnit TEXT NOT NULL, attributeOptionCombo TEXT, date TEXT, storedBy TEXT, state TEXT, FOREIGN KEY (dataSet) REFERENCES DataSet (uid) ON DELETE CASCADE DEFERRABLE INITIALLY DEFER... | Fix UNIQUE constraint in DataSetCompleteRegistration table | Fix UNIQUE constraint in DataSetCompleteRegistration table
| YAML | bsd-3-clause | dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk |
aa9c1c54e1c2ae5cb62eb9abfc6665958adb94e4 | requirements.yml | requirements.yml | - src: https://github.com/William-Yeh/ansible-oracle-java
version: 2.9.0
name: williamyeh.oracle-java
- src: https://github.com/galaxyproject/ansible-postgresql
version: master
name: galaxyprojectdotorg.postgresql
- src: https://github.com/geerlingguy/ansible-role-haproxy
version: 1.0.2
name: geerlingguy.... | - src: https://github.com/William-Yeh/ansible-oracle-java
version: 2.9.0
name: williamyeh.oracle-java
- src: https://github.com/galaxyproject/ansible-postgresql
version: master
name: galaxyprojectdotorg.postgresql
- src: https://github.com/uoi-io/ansible-haproxy
version: master
name: uoi-io.haproxy
| Switch to uoi-io haproxy Ansible role | Switch to uoi-io haproxy Ansible role
| YAML | apache-2.0 | telstra-digital/ansible-role-confluence,telstra-digital/ansible-role-confluence |
93cc6c4f096c88523563fc19d0ec6b9d676bf147 | packages/he/heapsize.yaml | packages/he/heapsize.yaml | homepage: ''
changelog-type: ''
hash: 0c1bcf1d67f0fe72254c96ea6a94f62e286c3df235a45225e4ac14e646167764
test-bench-deps:
base: -any
criterion: -any
deepseq: -any
primitive: -any
heapsize: -any
maintainer: Pepe Iborra <pepeiborra@gmail.com>
synopsis: Determine the size of runtime data structures
changelog: ''
b... | homepage: ''
changelog-type: ''
hash: 0b69aa97a46d819b700ac7b145f3b5493c3565cf2c5b8298682238d405d0326e
test-bench-deps:
base: -any
criterion: -any
deepseq: -any
primitive: -any
heapsize: -any
maintainer: Pepe Iborra <pepeiborra@gmail.com>
synopsis: Determine the size of runtime data structures
changelog: ''
b... | Update from Hackage at 2020-12-09T09:27:57Z | Update from Hackage at 2020-12-09T09:27:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5df742d0bfa3ffae2a04e766cdc50c718985806f | packages/na/names-th.yaml | packages/na/names-th.yaml | homepage: http://khibino.github.io/haskell-relational-record/
changelog-type: ''
hash: 5b4921b86759b2d247fc854fb09b5de40200d80af8a1a63e076a6df43ea044f8
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Manipulate name strings for TH
changelog: ''
basic-deps:
base: <5
containers: -any
template-haskel... | homepage: http://khibino.github.io/haskell-relational-record/
changelog-type: ''
hash: 602c7655aa865dc3f0615c825e8af04b414b963c66d3b8adbfecd675b30e38c8
test-bench-deps: {}
maintainer: ex8k.hibino@gmail.com
synopsis: Manipulate name strings for TH
changelog: ''
basic-deps:
base: <5
containers: -any
template-haskel... | Update from Hackage at 2015-11-30T14:37:56+0000 | Update from Hackage at 2015-11-30T14:37:56+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
ac1e9fbe130c2e68c547bc5dae08499d2e09367b | _config.yml | _config.yml | # Site settings
title: CTFEDs.org
description: > # this means to ignore newlines until "baseurl:"
Making the web better, one site at a time.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://ctfeds.org" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
permalink: :title/
... | # Site settings
title: CTFEDs.org
description: > # this means to ignore newlines until "baseurl:"
Making the web better, one site at a time.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://ctfeds.org" # the base hostname & protocol for your site
# Build settings
markdown: kramdown
permalink: :title/
... | Add call for speakers to nav | Add call for speakers to nav | YAML | mit | CTFEDs/ctfeds.org,CTFEDs/ctfeds.org,CTFEDs/ctfeds.org |
be96c636d7b85f0d981479e6dc267eff2c57c9b4 | _config.yml | _config.yml | # Site Settings
title: Lei (Raymond) Yang
email: lei.yang.cs.art@gmail.com
description: To be the Better Me.
baseurl: ""
url: "http://www.leiyangblog.com"
twitter_username:
github_username: Ray-Young
markdown: kramdown
permalink: pretty
excerpt_separator: "<!--MORE-->"
kramdown:
input: GFM
gems:
- jekyll-feed
| # Site Settings
title: Lei Yang
email: lei.yang.cs.art@gmail.com
description: To be the Better Me.
baseurl: ""
url: "http://www.leiyangblog.com"
twitter_username:
github_username: Ray-Young
markdown: kramdown
permalink: pretty
excerpt_separator: "<!--MORE-->"
kramdown:
input: GFM
gems:
- jekyll-feed
| Update the config.yml Blog name | Update the config.yml Blog name
| YAML | mit | Ray-Young/ray-young.github.com,Ray-Young/ray-young.github.com |
31d81893b02fbd6a1012a5de1ea514cac0b706b4 | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For te... | Change the site URL to use https instead of http. | Change the site URL to use https instead of http.
| YAML | mit | nmccrea/nickmccrea.com,nmccrea/nickmccrea.com |
3340ca2b90a0b81c6a6dbee2fbb20112dda049c3 | _config.yml | _config.yml | # Site settings
title: A7W's Blog
description: "A7W's Blog"
url: "http://www.allen7wang.com"
author:
name: "Allen Wang"
email: "allen7wang@gmail.com"
url: "http://www.allen7wang.com"
# Build settings
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
markdown: kramdown
source: .
desti... | # Site settings
title: Allen's Blog
description: "Allen's Blog"
url: "http://www.allen7wang.info"
author:
name: "Allen Wang"
email: "allen7wang@gmail.com"
url: "http://www.allen7wang.info"
# Build settings
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
markdown: kramdown
source: .... | Change customer domain to allen7wang.info | Change customer domain to allen7wang.info
| YAML | mit | allen7wang/allen7wang.github.io,allen7wang/allen7wang.github.io,allen7wang/allen7wang.github.io |
48652b0cb2bd74e5d769e89453af8e6b5acd1cbb | _config.yml | _config.yml | ---
title: Brightlycolored.Org
timezone: America/Chicago
collections:
posts:
title: Posts
output: true
custom_type: link
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
subtitle:
custom_type: link
layout: post
author: timsmith
l... | ---
title: Brightlycolored.Org
timezone: America/Chicago
collections:
posts:
title: Posts
output: true
custom_type: link
uploads:
title: Uploads
output: true
defaults:
- scope:
path: ''
type: posts
values:
custom_type: link
subtitle:
excerpt:
layout: post
author: t... | Add more default fields. It's getting out of hand really… | Add more default fields. It's getting out of hand really…
| YAML | mit | smithtimmytim/brightlycolored.org,smithtimmytim/brightlycolored.org,smithtimmytim/brightlycolored.org |
b4cabe48357e105838031209aa33b551eed083e1 | _config.yml | _config.yml | #
# Jekyll configuration
#
auto: true
permalink: /:title
pygments: true
lsi: true
markdown: rdiscount
rdiscount
extensions: [smart]
#
# Site configuration
#
base_url: http://example.com
url: http://example.com
title: "le titre de votre site"
description: "La meta description sur la page d'accueil de votre site"
auth... | #
# Jekyll configuration
#
auto: true
permalink: /:title
pygments: true
lsi: true
markdown: rdiscount
rdiscount
extensions: [smart]
#
# Site configuration
#
base_url: http://jeherve.github.com/jekyll-skeleton # L'URL de votre site
url: http://jeherve.github.com/jekyll-skeleton # L'URL de votre site
title: "Jekyll Sk... | Change default values to real demo site ones | Change default values to real demo site ones
| YAML | mit | jeherve/jekyll-skeleton,jeherve/jekyll-skeleton |
baade86a5ccab9f0b85bd0b2311cf498c2603a9d | _config.yml | _config.yml | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | # Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the se... | Add www to LinkedIn URL | Add www to LinkedIn URL
| YAML | apache-2.0 | justinharringa/harringa.com |
95cc9b6cfa01eb0d1200647bc770b5a7b4e817bd | _config.yml | _config.yml | title: yuasabe
logo: https://avatars3.githubusercontent.com/u/5180742?s=400&u=2d2abb484ef4fca12fe432ac562b6ff69aa70278&v=4
description:
show_downloads: false
google_analytics: UA-120752245-1
theme: jekyll-theme-minimal
| title: yuasabe
logo: https://avatars3.githubusercontent.com/u/5180742?s=400&u=2d2abb484ef4fca12fe432ac562b6ff69aa70278&v=4
description:
show_downloads: false
google_analytics: UA-120752245-1
theme: jekyll-theme-minimal
keep_files: [blog]
| Add keep_files option to keep blog folder on production xserver | Add keep_files option to keep blog folder on production xserver
| YAML | cc0-1.0 | yuasabe/yuasabe.github.io,yuasabe/yuasabe.github.io,yuasabe/yuasabe.github.io,yuasabe/yuasabe.github.io |
4aca433408dbb9d2f265f3d9913eebed695b14c3 | .github/workflows/build-and-test.yml | .github/workflows/build-and-test.yml | name: Build and Test
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version:... | name: Build and Test
on:
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version:... | Install instead of package so that site may not fail. | Install instead of package so that site may not fail.
| YAML | lgpl-2.1 | hendriks73/casampledsp,hendriks73/casampledsp,hendriks73/casampledsp |
6e54f3c2f6c214b47ac7ad4899e417b8682b9b5e | _config.yml | _config.yml | title: Raspberry Turk
email: contact@joeymeyer.com
description: >
The Raspberry Turk is a robot that can play chess—it's entirely open source, based on
Raspberry Pi, and inspired by the 18th century chess playing machine, the Mechanical Turk.
baseurl: ""
url: "http://www.raspberryturk.com"
twitter_username: joey_me... | title: Raspberry Turk
email: contact@joeymeyer.com
description: >
The Raspberry Turk is a robot that can play chess—it's entirely open source, based on
Raspberry Pi, and inspired by the 18th century chess playing machine, the Mechanical Turk.
baseurl: ""
url: "http://www.raspberryturk.com"
author: Joey Meyer
twitte... | Add Joey Meyer as author | Add Joey Meyer as author
| YAML | mit | raspberryturk/www.raspberryturk.com,raspberryturk/www.raspberryturk.com,raspberryturk/www.raspberryturk.com |
946927364406b654f26d074dc64db0b6fc441074 | .github/workflows/ghsa-sync-jira.yml | .github/workflows/ghsa-sync-jira.yml | name: GitHub Security Alerts for Jira
on:
schedule:
- cron: '0 */6 * * *'
jobs:
syncSecurityAlerts:
runs-on: ubuntu-latest
steps:
- name: "Sync security alerts to Jira issues"
uses: reload/github-security-jira@v1.x
env:
GH_SECURITY_TOKEN: ${{ secrets.GH_TOKEN }}
... | name: GitHub Security Alerts for Jira
on:
schedule:
- cron: '0 */1 * * *'
jobs:
syncSecurityAlerts:
runs-on: ubuntu-latest
steps:
- name: "Sync security alerts to Jira issues"
uses: reload/github-security-jira@v1.x
env:
GH_SECURITY_TOKEN: ${{ secrets.GH_TOKEN }}
... | Update security alert sync to 1 hour | Update security alert sync to 1 hour | YAML | mit | syntacticNaCl/budgeit,syntacticNaCl/budgeit,syntacticNaCl/budgeit |
fe8dbf14e092407a46851151ef569e17caf45770 | config/mongoid.yml | config/mongoid.yml | staging:
sessions:
default:
database: cbecc_com_web_staging
hosts:
- localhost:27017
options:
vagrant:
sessions:
default:
database: cbecc_com_web_vagrant
hosts:
- localhost:27017
options:
production:
sessions:
default:
database: cbecc_com_web_p... | staging:
sessions:
default:
database: cbecc_com_web_staging
hosts:
- 127.0.0.1:27017
options:
vagrant:
sessions:
default:
database: cbecc_com_web_vagrant
hosts:
- 127.0.0.1:27017
options:
production:
sessions:
default:
database: cbecc_com_web_p... | Fix for moped connections on Windows | Fix for moped connections on Windows
| YAML | bsd-2-clause | NREL/t24compliance-web,NREL/t24compliance-web,NREL/t24compliance-web,NREL/t24compliance-web |
db4e5f8c69c08c0b988eb6d133c45f07d9e1be85 | config/secrets.yml | config/secrets.yml | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to diction... | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to diction... | Make these all come from ENV | Make these all come from ENV
| YAML | mit | ornlabs/SlackBeaconCheckin-Rails,ornlabs/SlackBeaconCheckin-Rails,ornlabs/SlackBeaconCheckin-Rails |
2e1489cae098f77306ecdeeeba0704e63d6c3836 | config/sidekiq.yml | config/sidekiq.yml | ---
:verbose: true
:pidfile: tmp/pids/sidekiq.pid
:logfile: ./log/sidekiq.log
:global: true
:concurrency: 10
:queues:
- [deletegenotype, 10]
- [zipgenotyping,5]
- [zipfulldata,5]
- [recommend,5]
- [fitbit,3]
- [frequency,1]
- [fixphenotypes,1]
- [default, 1]
- [mailnewgenotype, 10]
- [mailers, 1]
... | ---
:verbose: true
:pidfile: tmp/pids/sidekiq.pid
:global: true
:concurrency: 10
:queues:
- [deletegenotype, 10]
- [zipgenotyping,5]
- [zipfulldata,5]
- [recommend,5]
- [fitbit,3]
- [frequency,1]
- [fixphenotypes,1]
- [default, 1]
- [mailnewgenotype, 10]
- [mailers, 1]
- [user_snps, 3]
- [prepa... | Make Sidekiq log to stdout | Make Sidekiq log to stdout
| YAML | mit | openSNP/snpr,gedankenstuecke/snpr,philippbayer/snpr,vivekiitkgp/snpr,openSNP/snpr,vivekiitkgp/snpr,vivekiitkgp/snpr,openSNP/snpr,gedankenstuecke/snpr,philippbayer/snpr,philippbayer/snpr,gedankenstuecke/snpr,openSNP/snpr,gedankenstuecke/snpr,philippbayer/snpr,vivekiitkgp/snpr |
e2f0866c93098131a521bd61c2938fa7c749732d | tasks/atom-packages-nodejs.yml | tasks/atom-packages-nodejs.yml | ---
- include: ./apm.yml plugin_name='es6-javascript'
- include: ./apm.yml plugin_name='javascript-snippets'
- include: ./apm.yml plugin_name='language-javascript-jsx'
- include: ./apm.yml plugin_name='node-debugger'
- include: ./apm.yml plugin_name='node-resolver'
- include: ./apm.yml plugin_name='npm-docs'
- include:... | ---
- include: ./apm.yml plugin_name='es6-javascript'
- include: ./apm.yml plugin_name='javascript-snippets'
- include: ./apm.yml plugin_name='language-javascript-jsx'
- include: ./apm.yml plugin_name='node-debugger'
- include: ./apm.yml plugin_name='npm-helper'
| Remove packages that appears to be broken | Remove packages that appears to be broken
| YAML | mit | halvards/vagrant-dev-ubuntu |
a0987263c8769c216e18ad38bf3179761dd71dc0 | metadata/com.marv42.ebt.newnote.yml | metadata/com.marv42.ebt.newnote.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
... | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
... | Update EBT New Note to 0.46.0 | Update EBT New Note to 0.46.0
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
65eb4566b7fdf1cfa2433b708d322b2fb761d0d8 | training_content/wiki_ed/slides/16-finding_articles/1612-finding-articles-summary.yml | training_content/wiki_ed/slides/16-finding_articles/1612-finding-articles-summary.yml | id: 1612
title: In summary
summary:
content: |
* Good articles to improve in class are:
1. Rated low-quality but high-importance by a WikiProject.
2. Not controversial.
* You can find article assessments through WikiProjects in your topic area.
You can find those WikiProjects on the Talk pages for mos... | id: 1612
title: In summary
summary:
content: |
* Good articles to improve in class are:
1. Rated low-quality but high-importance by a WikiProject.
2. Not controversial.
* You can find article assessments through WikiProjects in your topic area.
You can find those WikiProjects on the Talk pages for mos... | Add feedback link to end of Finding Articles training | Add feedback link to end of Finding Articles training
| YAML | mit | WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiE... |
639b1b8888f10fc52a3c47a099b1df16d723b782 | ansible/image-service.yml | ansible/image-service.yml | - hosts: image-service
roles:
- java
- common
- {role: db-backup, db: postgres}
- {role: postgresql, pg_version: "10"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"]}
- tomcat
- webserver
- image-service
| - hosts: image-service
roles:
- java
- common
- {role: db-backup, db: postgres, db_name: "images", db_user: "{{ images_db_username }}", db_password: "{{ images_db_password }}" }
- {role: postgresql, pg_version: "10"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"], db_name: "images", db_u... | Fix vars in images playbook | Fix vars in images playbook
| YAML | apache-2.0 | AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install |
8e66bfce7eb29736abade26d49c1d560e9ec6c1f | .github/workflows/build-pr.yml | .github/workflows/build-pr.yml | name: Build PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Gradle Caches
id: cache-gradle-caches
uses: actions/cache@v2
with:
key: ${{ runner.os }}-${{hashFiles('**/*.gradle')}}
... | name: Build PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Gradle Caches
id: cache-gradle-caches
uses: actions/cache@v2
with:
key: ${{ runner.os }}-${{hashFiles('**/*.gradle')}}
... | Enable build scans for PRs | Enable build scans for PRs
| YAML | apache-2.0 | rahulsom/grooves,rahulsom/grooves,rahulsom/grooves |
c943a99194626c8247ae6f8d9c3143292b472087 | .github/workflows/cbindgen.yml | .github/workflows/cbindgen.yml | name: cbindgen
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
... | name: cbindgen
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
... | Add a minimum version check | CI: Add a minimum version check
| YAML | mpl-2.0 | eqrion/cbindgen,eqrion/cbindgen,eqrion/cbindgen |
56eb4b476a5b2b9970f1bf63d67a42e7f5c77572 | .github/workflows/cppcheck.yml | .github/workflows/cppcheck.yml | name: Cppcheck
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@1.0.0
| name: Cppcheck
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0
| Update Cppcheck to new version 2.0.0 | Update Cppcheck to new version 2.0.0 | YAML | bsd-3-clause | steinwurf/recycle,steinwurf/recycle |
1eb81e471aeceb638652e9df61c60081df87cb3f | .github/workflows/standard.yml | .github/workflows/standard.yml | name: Standard checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2.3.4
- uses: actions-rs/toolchain@v1.0.7
... | name: Standard checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2.3.5
- uses: actions-rs/toolchain@v1.0.7
... | Bump actions/checkout from 2.3.4 to 2.3.5 | Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/... | YAML | apache-2.0 | gz/rust-elfloader,gz/rust-elfloader |
5988b9f9db0a145c29953a0ebca84d534be189ca | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: pocean-core
version: "1.1.0"
source:
path: ../
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- pytz
- python-dateutil
- netcdf4
- pa... | package:
name: pocean-core
version: "1.1.0"
source:
path: ../
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- pytz
- python-dateutil
- netcdf4
- pa... | Fix home link in recipe | Fix home link in recipe
| YAML | mit | pyoceans/pocean-core,pyoceans/pocean-core |
a33ec46b349094b3baa4e138705dd4b96a6c88db | mungegithub/block-path.yaml | mungegithub/block-path.yaml | blockRegexp:
- ^docs/admin
- ^docs/design
- ^docs/devel
- ^docs/getting-started-guides
- ^docs/proposals
- ^docs/user-guide
doNotBlockRegexp:
- ^docs/admin/federation-apiserver.md$
- ^docs/admin/federation-controller-manager.md$
- ^docs/admin/high-availability/.*\.(yaml)$
- ^docs/admin/kube-apiserve... | blockRegexp:
- ^docs/man
- ^docs/user-guide
- ^docs/yaml
doNotBlockRegexp:
- ^docs/man/man1/.*\.1$
- ^docs/user-guide/kubectl/kubectl.*\.md$
- ^docs/yaml/kubectl/kubectl_.*\.yaml$
| Remove old-docs from blocked path | Remove old-docs from blocked path
| YAML | apache-2.0 | grodrigues3/test-infra,kewu1992/test-infra,cblecker/test-infra,abgworrall/test-infra,pwittrock/test-infra,spxtr/test-infra,monopole/test-infra,krzyzacy/test-infra,rmmh/kubernetes-test-infra,brahmaroutu/test-infra,foxish/test-infra,ixdy/kubernetes-test-infra,ixdy/kubernetes-test-infra,BenTheElder/test-infra,shyamjvs/tes... |
26782e028ca71942be9f1889b7274cd93f00b23c | config/cable.yml | config/cable.yml | development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://h:pdbmpqjo7un9u6d1nkopmp2l5jv@ec2-50-16-208-18.compute-1.amazonaws.com:14439
| development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://h:p9475ae6ba0fcb70642f6af8881900bd6eb7cef9662ab4aa400cc4c8637e3a781@ec2-35-153-112-127.compute-1.amazonaws.com:9569
| Use the new redis server heroku assigned (why they do this?) to my project | Use the new redis server heroku assigned (why they do this?) to my project
| YAML | mit | fuentesjr/chirp,fuentesjr/chirp,fuentesjr/chirp |
2c454acee2001534e6cbcbba2a94843d33adc9e5 | .github/workflows/tutorials.yml | .github/workflows/tutorials.yml | name: Jupyter notebooks
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test Jupyter notebooks on ${{ matrix.python-version }} and ${{ matrix.os }}
runs-on: ${{ matrix... | name: Jupyter notebooks
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test Jupyter notebooks on ${{ matrix.python-version }} and ${{ matrix.os }}
runs-on: ${{ matrix... | Reduce verbosity of pytest output | Reduce verbosity of pytest output
REF:
https://github.com/devitocodes/devito/pull/1069#discussion_r364800231
modified: .github/workflows/tutorials.yml
| YAML | mit | opesci/devito,opesci/devito |
685c47e0979e72f852008ee044ad705799dc728b | .github/release-drafter.yml | .github/release-drafter.yml | tag-template: analysis-model-$NEXT_PATCH_VERSION
name-template: Analysis Model $NEXT_PATCH_VERSION 🎁
template: |
$CHANGES
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: 💥 Removed
label: removed
- title: ⚠️ Deprecated
label: deprecated
- title: 🚀 New features
labels:
... | tag-template: analysis-model-$NEXT_PATCH_VERSION
name-template: Analysis Model $NEXT_PATCH_VERSION 🎁
template: |
$CHANGES
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: 💥 Removed
label: removed
- title: ⚠️ Deprecated
label: deprecated
- title: 🚀 New features
labels:
... | Fix mapping of labels to section. | Fix mapping of labels to section.
| YAML | mit | jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model |
60e96b1be1ba9df49ab9c8faf263951aab75be45 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: a... | name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: a... | Fix path to saliweb clone | Fix path to saliweb clone
| YAML | lgpl-2.1 | salilab/modloop,salilab/modloop |
788b20ef2560147fc8f614b3cf33d996cd576cf7 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push: ~
pull_request: ~
release:
types: [created]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~
jobs:
tests:
runs-on: ubuntu-latest
name: "PHP ${{ matrix.php }}"
strategy:
fail-fast... | name: Build
on:
push: ~
pull_request: ~
release:
types: [created]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~
jobs:
tests:
runs-on: ubuntu-latest
name: "PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}"
... | Fix GH Action to support different Sf versions | [Maintenance] Fix GH Action to support different Sf versions
| YAML | mit | winzou/state-machine |
6aed083fe8f0372cc96167890defac0d98e85a83 | .github/workflows/build.yml | .github/workflows/build.yml | name: websocket-client build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Check out source repository
uses: actions/checkou... | name: websocket-client build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest]
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Pyth... | Add ampersand for background process | Add ampersand for background process | YAML | apache-2.0 | websocket-client/websocket-client |
3b6eae569e66d68c5132a20163fd7ad2b6928fc9 | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Urlaubsverwaltung CI
on: [push]
jobs:
build:
name: with jdk ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '12' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version:... | name: Urlaubsverwaltung CI
on: [push]
jobs:
build:
name: with jdk ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '12' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version:... | Add github token to the sonar job | Add github token to the sonar job
| YAML | apache-2.0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung |
70bfe5fcd68c88d0c6e54ae2fc0ac462aa80c051 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build-and-test:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
os: [ubuntu-la... | name: tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build-and-test:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8"]
os: [ubuntu-latest]
... | Update build workflow for optax. | Update build workflow for optax.
PiperOrigin-RevId: 409108819
| YAML | apache-2.0 | deepmind/optax,deepmind/optax |
773d8859a14381ca435eadab0c9b1352e0b6e33b | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: "libhydromath"
version: "0.2.0"
source:
git_url: https://github.com/amacd31/hydromath.git
git_rev: master
requirements:
build:
- gcc # [unix]
- cmake # [unix]
run:
- libgcc # [unix]
| package:
name: "libhydromath"
version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
source:
git_url: https://github.com/amacd31/hydromath.git
git_rev: master
requirements:
build:
- gcc # [unix]
- cmake # [unix]
... | Use version information from git | Use version information from git
| YAML | bsd-3-clause | amacd31/hydromath,amacd31/hydromath |
5b7773e1bda0f407671b97c0d48868b1c4659dc0 | app/config/config_test.yml | app/config/config_test.yml | imports:
- { resource: config.yml }
- { resource: security.yml }
- { resource: test-data-loaders.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
di... | parameters:
env(ILIOS_DATABASE_HOST):
env(ILIOS_DATABASE_PORT):
env(ILIOS_DATABASE_NAME):
env(ILIOS_DATABASE_USER):
env(ILIOS_DATABASE_PASSWORD):
env(ILIOS_DATABASE_MYSQL_VERSION):
env(ILIOS_MAILER_TRANSPORT):
env(ILIOS_MAILER_HOST):
env(ILIOS_MAILER_USER):
env(ILIOS_MAILER_PASSW... | Put some default ENV variables into the testing configuration | Put some default ENV variables into the testing configuration
| YAML | mit | ilios/ilios,dartajax/ilios,thecoolestguy/ilios,stopfstedt/ilios,ilios/ilios,Trott/ilios,stopfstedt/ilios,thecoolestguy/ilios,Trott/ilios,dartajax/ilios |
097a2eab417fa5363370228040bf559151d8e5ac | shard.yml | shard.yml | name: liquid
version: 0.2.5
authors:
- Arnaud Fernandés <arnaud.fernandes@laposte.net>
crystal: 0.20.3
license: MIT
dependencies:
inflector:
github: phoffer/inflector.cr
version: "~> 0.1.8"
| name: liquid
version: 0.2.5
authors:
- Arnaud Fernandés <arnaud.fernandes@laposte.net>
crystal: 0.25.0
license: MIT
dependencies:
inflector:
github: phoffer/inflector.cr
version: "~> 0.1.8"
| Update support files to Crystal 0.25.0 | Update support files to Crystal 0.25.0
| YAML | mit | TechMagister/liquid.cr |
eafc65938b3bc7230ee0133eecc703592c05a313 | brozzler/job_schema.yml | brozzler/job_schema.yml | id:
type: string
required: true
<<: &multi_level_options
time_limit:
type: number
min: 0
enable_warcprox_features:
type: boolean
ignore_robots:
type: boolean
warcprox_meta:
type: dict
nullable: true
proxy:
type: string
nullable: true
scope:
type: dict
schema... | id:
type: string
required: true
<<: &multi_level_options
time_limit:
type: number
min: 0
enable_warcprox_features:
type: boolean
ignore_robots:
type: boolean
warcprox_meta:
type: dict
nullable: true
proxy:
type: string
nullable: true
scope:
type: dict
schema... | Enforce at least one seed | Enforce at least one seed
| YAML | apache-2.0 | internetarchive/brozzler,nlevitt/brozzler,internetarchive/brozzler,nlevitt/brozzler,nlevitt/brozzler,internetarchive/brozzler,internetarchive/brozzler,nlevitt/brozzler,nlevitt/brozzler |
3501bf5c0184c86dc9387539db4d882e14414693 | roles/preinstall-gems/tasks/main.yml | roles/preinstall-gems/tasks/main.yml | - name: Installing common ruby gems
gem: name={{item}} state=latest executable=/home/deploy/.rbenv/shims/gem
with_items: preinstall_gems
| - name: Installing common ruby gems
shell: '/home/{{ deploy_user }}/.rbenv/shims/gem install {{ item }}'
with_items: preinstall_gems
| Fix an issue with gems not installing | Fix an issue with gems not installing
| YAML | mit | phawk/rails-deploy,alternatelabs/rails-deploy |
792eacbc12984cf995a85f89c2ea6f41e2006d7a | ansible/roles/mesosphere/tasks/deploy.yml | ansible/roles/mesosphere/tasks/deploy.yml | ---
- include: mesos-master.yml
when: mesos_mode is defined and mesos_mode == "master"
- include: mesos-slave.yml
when: mesos_mode is defined and mesos_mode == "slave"
- include: marathon.yml
when: mesos_mode is defined and mesos_mode == "marathon"
| ---
- include: mesos-master.yml
when: mesos_mode is defined and mesos_mode == "master"
- include: mesos-slave.yml
when: mesos_mode is defined and mesos_mode == "slave"
- include: marathon.yml
when: mesos_mode is defined and mesos_mode == "marathon"
- name: Stop mesos-master when node is not set as master
ser... | Make sure other roles are stopped when a node is not configured with them | Make sure other roles are stopped when a node is not configured with them
| YAML | mit | theclaymethod/Foundry-vagrant-mesos-kafka-cluster,bwboy/Foundry-vagrant-mesos-kafka-cluster,theclaymethod/Foundry-vagrant-mesos-kafka-cluster,bwboy/Foundry-vagrant-mesos-kafka-cluster |
00a42fa6dafd652c11c0d5fe272ee06de0082007 | .github/workflows/actions.yml | .github/workflows/actions.yml | name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: ruby${{ matrix.ruby }} rails${{ matrix.rails }} rake test
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
rails: ['50', '51', '52']
env:
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.... | name: CI
on: push
jobs:
build:
name: ruby${{ matrix.ruby }} rails${{ matrix.rails }} rake test
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
rails: ['50', '51', '52']
env:
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails }}.gemfile
runs-on: ubuntu-latest
services:
... | Configure CI to run on every push | Configure CI to run on every push
It seems that CI doesn't run on pull requests, only when they're merged.
Hopefully this change will fix it.
| YAML | apache-2.0 | zendesk/arsi |
98009623c1e83ce28ff45e24b6b063f11e9a5ba7 | .github/workflows/android.yml | .github/workflows/android.yml | name: Android CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
... | name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
| Change GitHub Actions to fire on all push only. | Change GitHub Actions to fire on all push only. | YAML | apache-2.0 | GoogleChrome/android-browser-helper,GoogleChrome/android-browser-helper |
b43bf44e137363b3d8db4a5c4a36392e2348495e | .github/workflows/freebsd.yml | .github/workflows/freebsd.yml | name: FreeBSD daily Builds
on:
schedule:
- cron: "0 0 * * *"
jobs:
build-freebsd:
runs-on: macos-10.15
timeout-minutes: 30
name: build-freebsd-package
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Find tag
id: tagger
uses: jimschubert/query-tag-action@v1
... | name: FreeBSD daily Builds
on:
schedule:
- cron: "0 0 * * *"
jobs:
build-freebsd:
runs-on: macos-10.15
timeout-minutes: 30
name: build-freebsd-package
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Find tag
id: tagger
uses: jimschubert/query-tag-action@v1
... | Fix FreeBSD CI build harder | trivial: Fix FreeBSD CI build harder
| YAML | lgpl-2.1 | fwupd/fwupd,fwupd/fwupd,fwupd/fwupd,fwupd/fwupd |
5cb0e118b327e473429a9dbdd49fd53356910e85 | .github/workflows/linters.yml | .github/workflows/linters.yml | name: Run Linters
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Setup gems
run: |
echo "source 'https://rubygems.org'" > Gemfile
... | name: Run Linters
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install package dependencies
run: >
sudo apt-get install --yes --quiet
pandoc
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-v... | Add pandoc-ruby to make slim-lint happy | Add pandoc-ruby to make slim-lint happy
| YAML | mit | jbox-web/redmine_git_hosting,jbox-web/redmine_git_hosting,jbox-web/redmine_git_hosting,jbox-web/redmine_git_hosting |
e0f1857e402d7d4a47c1caf2fa12ffd6cb3abc92 | .github/workflows/linting.yml | .github/workflows/linting.yml | name: Linting
on: pull_request
jobs:
swiftformat:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Installing packages
run: brew update && brew install -f swiftformat
- name: swiftformat
run: |
swiftformat --lint .
swiftlint:
runs-on: macos-latest
... | name: Linting
on: pull_request
jobs:
swiftformat:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Installing packages
run: brew update && brew install -f swiftformat
- name: swiftformat
run: |
swiftformat --lint .
swiftlint:
runs-on: macos-latest
... | Add brew link --overwrite swiftlint to overwrite potential CI issue | Add brew link --overwrite swiftlint to overwrite potential CI issue
| YAML | mit | mssun/passforios,mssun/passforios,mssun/pass-ios,mssun/passforios,mssun/passforios,mssun/passforios,mssun/pass-ios |
54bbe23b1a9b6545479279abdb0870e22f6647fd | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_requ... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_requ... | Update to npm@8 for Github dependencies | Update to npm@8 for Github dependencies
| YAML | mit | ericleong/zoomwall.js,ericleong/zoomwall.js,ericleong/zoomwall.js |
33695ac4f21c0ced1ae6c975868f1eac12662617 | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: ... | # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: ... | Update actions/setup-node action to v3 | Update actions/setup-node action to v3
| YAML | mit | jackmcpickle/include-media-spread |
a42efa48c43a3f2df02b314b7f87c69d9123fc0b | roles/selinux/tasks/main.yml | roles/selinux/tasks/main.yml | ---
- name: Set selinux permissive
selinux:
policy=targeted
state=permissive | ---
- name: Detect /etc/selinux/config exists
stat: path=/etc/selinux/config
register: selinux_config
- name: Set selinux permissive
selinux:
policy=targeted
state=permissive
when: selinux_config.stat.exists
| Change selinux policy only when /etc/selinux/config exists | Change selinux policy only when /etc/selinux/config exists
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
2359a19b18a3cac7696a34447b6da8cd5d00a939 | .github/workflows/release.yml | .github/workflows/release.yml | name: Release
on:
push:
tags:
- dropwizard-kafka-*
jobs:
release:
runs-on: 'ubuntu-latest'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: ... | name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: 'ubuntu-latest'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
... | Fix tags for Release workflow | Fix tags for Release workflow
| YAML | apache-2.0 | dropwizard/dropwizard-discovery |
97b127297f065a06ff70bd5ab8e698b4158c08be | .github/workflows/testing.yml | .github/workflows/testing.yml | on:
push:
branches:
- master
- 'test-*'
paths:
- 'lib/**'
- 'plugins/**'
- 'test/**'
pull_request:
branches:
- master
jobs:
unit-tests:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
name: Vagrant unit tests on... | on:
push:
branches:
- master
- 'test-*'
paths:
- 'bin/**'
- 'lib/**'
- 'plugins/**'
- 'test/**'
pull_request:
branches:
- master
paths:
- 'bin/**'
- 'lib/**'
- 'plugins/**'
- 'test/**'
jobs:
unit-tests:
runs-on: ubuntu-18.04
... | Add path filtering to pull requests | Add path filtering to pull requests
Also include `./bin` directory contents
| YAML | mit | mitchellh/vagrant,chrisroberts/vagrant,mitchellh/vagrant,chrisroberts/vagrant,mitchellh/vagrant,sni/vagrant,marxarelli/vagrant,chrisroberts/vagrant,sni/vagrant,marxarelli/vagrant,sni/vagrant,marxarelli/vagrant,sni/vagrant,mitchellh/vagrant,chrisroberts/vagrant,marxarelli/vagrant |
7fe5637f1b96295e30ce2648b8fb5684724d4411 | .github/workflows/verify.yaml | .github/workflows/verify.yaml | name: Verify Build Workflow
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [master]
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDU... | name: Verify Build Workflow
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [master]
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDU... | Disable integration testing for now | Disable integration testing for now
Needs to be improved, as it fails non-deterministically. | YAML | apache-2.0 | Apicurio/apicurio-studio,apiman/apiman-studio,apiman/apiman-studio,apiman/apiman-studio,apiman/apiman-studio,apiman/apiman-studio,Apicurio/apicurio-studio,Apicurio/apicurio-studio,Apicurio/apicurio-studio,Apicurio/apicurio-studio |
73074017cf5ac93cf7da2971451a2ae41d162af9 | scripts/people/2014/fall/kocsen.yaml | scripts/people/2014/fall/kocsen.yaml | irc: Kocsen
name: Kocsen Chung
rit_dce: kxc4519
| blog: http://kocsen-hfoss.blogspot.com
feed: http://kocsen-hfoss.blogspot.com/feeds/posts/default?alt=rss
forges:
- http://forge.kocsen.com
irc: Kocsen
name: Kocsen Chung
rit_dce: kxc4519
| Add blog, feed and forges | Add blog, feed and forges
| YAML | apache-2.0 | decause/hflossk,decause/hflossk |
f971a6b79934d02ffa9fb0ce9a28460243c7b13a | packages/da/dataflower.yaml | packages/da/dataflower.yaml | homepage: https://github.com/doublecrowngaming/dataflower#readme
changelog-type: ''
hash: 3d344c324db439806d8a6b9a318b3c24afaec72b21e77c63a376787629bdcc9b
test-bench-deps:
stm: -any
base: '>=4.7 && <5'
hspec: '>=2.0.0'
criterion: -any
dataflower: -any
QuickCheck: -any
maintainer: Jesse Kempf
synopsis: A Pur... | homepage: https://github.com/doublecrowngaming/dataflower#readme
changelog-type: ''
hash: 2c48b7c8cf9622c62ac08d3b34dad74fea433b6e4ee3152a915e5f0fd211d23c
test-bench-deps:
stm: -any
base: '>=4.7 && <5'
hspec: '>=2.0.0'
criterion: -any
dataflower: -any
QuickCheck: -any
maintainer: Jesse Kempf
synopsis: A Pur... | Update from Hackage at 2020-05-13T03:54:09Z | Update from Hackage at 2020-05-13T03:54:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0fa19ad5a0a79c76dbb8deb674bb5cbfc86d5c8c | Scripts/script-SplunkSearch.yml | Scripts/script-SplunkSearch.yml | commonfields:
id: SplunkSearch
version: 1
name: SplunkSearch
script: |-
var rows = args.rows ? args.rows : 30;
var query = (args.query.indexOf('|') > 0) ? args.query : args.query + ' | head ' + rows;
var res = executeCommand('search', {'using-brand': 'splunk', query: query});
var table = {
Type: 1,
... | commonfields:
id: SplunkSearch
version: 1
name: SplunkSearch
script: |-
var rows = args.rows ? args.rows : 30;
var query = (args.query.indexOf('|') > 0) ? args.query : args.query + ' | head ' + rows;
var res = executeCommand('search', {'using-brand': 'splunk', query: query});
var table = {
Type: 1,
... | Change SplunkSearch response when no results | Change SplunkSearch response when no results
| YAML | mit | VirusTotal/content,demisto/content,VirusTotal/content,demisto/content,VirusTotal/content,demisto/content,VirusTotal/content,demisto/content |
5ce0044c5b48ced8ac928513e9a12828d4acbdc1 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
main:
docker:
- image: astrofrog/hyperion-ci:1.4
steps:
- checkout
- run:
name: Initialize submodule
command: |
git submodule init
git submodule update
- run:
name: Compiling Fortran code
command: |
... | version: 2
jobs:
main:
docker:
- image: astrofrog/hyperion-ci:1.4
steps:
- checkout
- run:
name: Initialize submodule
command: |
git submodule init
git submodule update
- run:
name: Compiling Fortran code
command: |
... | Make sure we install test dependencies | Make sure we install test dependencies
| YAML | bsd-2-clause | hyperion-rt/hyperion,hyperion-rt/hyperion,hyperion-rt/hyperion |
5c741ec2941118441ba7addcfb1cc839e08e4ad8 | django_app_server_db_server/deployment/roles/app_server/tasks/RedHat.yml | django_app_server_db_server/deployment/roles/app_server/tasks/RedHat.yml | ---
- name: Install epel-release first
package: name=epel-release state=present
- name: Install OS Dependencies (Redhat)
package: name={{ item }} state=present
with_items:
# - epel-release
- gcc
- glibc-common
- postgresql-devel
- uwsgi
- vixie-cron
- name: Start up cron
service: name=c... | ---
- name: Install epel-release first
package: name=epel-release state=present
- name: Install OS Dependencies (Redhat)
package: name={{ item }} state=present
with_items:
# - epel-release
- gcc
- glibc-common
- postgresql-devel
- uwsgi
- vixie-cron
- name: Start up cron
service: name=c... | Add /opt/IBM/informix to bashrc and bash_profile | Add /opt/IBM/informix to bashrc and bash_profile
| YAML | mit | censof/ansible-deployment,censof/ansible-deployment,censof/ansible-deployment |
691944147fa29236f2cd83fcb26bb85cce062759 | packages/wa/wai-accept-language.yaml | packages/wa/wai-accept-language.yaml | homepage: https://github.com/mitsuji/wai-accept-language
changelog-type: ''
hash: c5ca7a100c6e67f73ff0cf95cea68059eef004fc3aeb1c9b8183c328ddf77af1
test-bench-deps: {}
maintainer: tkms@mitsuji.org
synopsis: Rewrite based on Accept-Language header
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -any
ba... | homepage: https://github.com/mitsuji/wai-accept-language
changelog-type: ''
hash: fa38413dfd263134b18577172e4449b5cafbc054d7e307e080cc24a1976c7b0b
test-bench-deps: {}
maintainer: tkms@mitsuji.org
synopsis: Rewrite based on Accept-Language header
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -any
ba... | Update from Hackage at 2015-12-27T14:15:41+0000 | Update from Hackage at 2015-12-27T14:15:41+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9492b10c6b7e38d21d8544470ce12ba56060e88f | install_files/ansible-base/roles/common/tasks/remove_unused_packages.yml | install_files/ansible-base/roles/common/tasks/remove_unused_packages.yml | ---
- name: Remove unused packages
apt:
name: "{{ unused_packages }}"
state: absent
tags:
- apt
- hardening
# After installing securedrop-grsec, remove
# old generic kernels to avoid accidental
# boots into a less secure environment.
# We must used command due to the use of wildcards
- name: Remove... | ---
- name: Remove unused packages
apt:
name: "{{ unused_packages }}"
state: absent
purge: yes
tags:
- apt
- hardening
# After installing securedrop-grsec, remove
# old generic kernels to avoid accidental
# boots into a less secure environment.
# We must used command due to the use of wildcards... | Make sure to purge unwanted packages | Make sure to purge unwanted packages
If we don't purge them, config files can linger, causing problems with
other services. Discovered during removal of snapd, which will leave
apparmor profiles (as well as the old snaps themselves) on disk if only
removed, but not purged.
| YAML | agpl-3.0 | conorsch/securedrop,conorsch/securedrop,conorsch/securedrop,conorsch/securedrop,conorsch/securedrop |
dd5a3988c19f16faab4a9cf7646f75eba945960a | docs/_config.yml | docs/_config.yml | markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# These allow the documentation to be updated with new releases of Alluxio.
ALLUXIO_RELEASED_VERSION: master
ALLUXIO_MASTER_VERSION_SHORT: 1.2.0-SNAPSHOT
# These attach the pages of different languages with different 'lang' attri... | markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# These allow the documentation to be updated with new releases of Alluxio.
ALLUXIO_RELEASED_VERSION: 1.1.0
ALLUXIO_MASTER_VERSION_SHORT: 1.2.0-SNAPSHOT
# These attach the pages of different languages with different 'lang' attrib... | Revert "[DOCFIX] Update master docs version to master" | Revert "[DOCFIX] Update master docs version to master"
| YAML | apache-2.0 | riversand963/alluxio,wwjiang007/alluxio,bf8086/alluxio,yuluo-ding/alluxio,jsimsa/alluxio,Alluxio/alluxio,Alluxio/alluxio,Alluxio/alluxio,Alluxio/alluxio,madanadit/alluxio,EvilMcJerkface/alluxio,maobaolong/alluxio,WilliamZapata/alluxio,aaudiber/alluxio,aaudiber/alluxio,Reidddddd/alluxio,ShailShah/alluxio,wwjiang007/allu... |
e46e10a46c854cc6a0d11881fa499ab68867d943 | src/main/resources/config/application-heroku.yml | src/main/resources/config/application-heroku.yml | # ===================================================================
# Spring Boot configuration.
#
# This configuration will be overriden by the Spring profile you use,
# for example application-dev.yml if you use the "dev" profile.
# ===================================================================
# ============... | # ===================================================================
# Spring Boot configuration.
#
# This configuration will be overriden by the Spring profile you use,
# for example application-dev.yml if you use the "dev" profile.
# ===================================================================
# ============... | Add correct PostgreSQL driver class name for datasource | Add correct PostgreSQL driver class name for datasource
| YAML | mit | iisidro/iisidro-server,iisidro/iisidro-server,iisidro/iisidro-server |
abf2992695c2678e8e44ab970f9032781ad3be07 | releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml | releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml | ---
prelude: >
This is an intermediate release during the Ussuri development cycle to
mark the end of support for EM Queens in Tempest.
After this release, Tempest will support below OpenStack Releases:
* Train
* Stein
* Rocky
Current development of Tempest is for OpenStack Ussuri de... | ---
prelude: |
This is an intermediate release during the Ussuri development cycle to
mark the end of support for EM Queens in Tempest.
After this release, Tempest will support below OpenStack Releases:
* Train
* Stein
* Rocky
Current development of Tempest is for OpenStack Ussuri developm... | Remove indentation for bullet list | Remove indentation for bullet list
This commit removes the unnecessary indentation of the bullet list in
the releasenote. It causes weird rendering on the web page.
https://docs.openstack.org/releasenotes/tempest/unreleased.html#relnotes-23-0-0
Change-Id: I146a9c8a74227aa1810e0a02d7cb6a91fbe4da08
| YAML | apache-2.0 | openstack/tempest,openstack/tempest,cisco-openstack/tempest,cisco-openstack/tempest |
13681534117608b3b15f82afb1ec0f9d42789d94 | recipes/hole-filling-liepa/meta.yaml | recipes/hole-filling-liepa/meta.yaml | {% set name = "hole-filling-liepa" %}
{% set version = "0.0.3" %}
package:
name: "{{ name|lower }}"
version: {{ version }}
source:
url: https://github.com/russelmann/hole-filling-liepa/archive/v{{ version }}.tar.gz
sha256: c73a65bd39b30801f5c85f7245de0f1ae8458d6eb78d657f63d8976d63cf4a47
build:
number: 0
... | {% set name = "hole-filling-liepa" %}
{% set version = "0.0.3" %}
package:
name: "{{ name|lower }}"
version: {{ version }}
source:
url: https://github.com/russelmann/hole-filling-liepa/archive/v{{ version }}.tar.gz
sha256: c73a65bd39b30801f5c85f7245de0f1ae8458d6eb78d657f63d8976d63cf4a47
build:
number: 0
... | Move libraries to host section | Move libraries to host section | YAML | bsd-3-clause | jakirkham/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes |
2bce81951917c1943aff0880828532d340313947 | test/integration/roles/test_fetch/tasks/main.yml | test/integration/roles/test_fetch/tasks/main.yml | # test code for the pip module
# (c) 2014, Michael DeHaan <michael.dehaan@gmail.com>
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License,... | # test code for the pip module
# (c) 2014, Michael DeHaan <michael.dehaan@gmail.com>
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License,... | Fix fails on ubuntu due to missing /etc/motd | Fix fails on ubuntu due to missing /etc/motd
Some systems that we are testing on may not have /etc/motd. So we need to create a file that we can control and use that for the further tests.
| YAML | mit | thaim/ansible,thaim/ansible |
72964847b0b05fc81f56ee2ea123015c3a1bcdfb | config/rbac/rbac_role.yaml | config/rbac/rbac_role.yaml | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- get
- list
- watch
- create
- update
- patch
... | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- ""
- "airflow.k8s.io"
- "apps"
- "policy"
- "app.k8s.io"
- "rbac.authorization.k8s.io"
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
-... | Fix RBAC for airflowbases & airflowclusters resources | Fix RBAC for airflowbases & airflowclusters resources
| YAML | apache-2.0 | GoogleCloudPlatform/airflow-operator |
5d3729a81d95d08688493c321b7845d929d45b6e | roles/wordpress-import/tasks/dev.yml | roles/wordpress-import/tasks/dev.yml | ---
- name: "WordPress Import | create wordpress uploads subdirectories"
file:
path="{{ www_root }}/{{ item[0] }}/shared/{{ item[1] }}"
owner="{{ admin_user }}"
group="{{ admin_user_group }}"
state="directory"
recurse="yes"
with_nested:
- "wordpress_sites.keys()"
- ["blogs.dir", "upload... | ---
- name: "WordPress Import | create wordpress uploads subdirectories"
file:
path="{{ www_root }}/{{ item[0] }}/shared/{{ item[1] }}"
owner="{{ web_user }}"
group="{{ web_group }}"
state="directory"
recurse="yes"
with_nested:
- "wordpress_sites.keys()"
- ["blogs.dir", "uploads"]
- na... | Improve idempodence by creating uploads directory owned by web_user. | Improve idempodence by creating uploads directory owned by web_user.
| YAML | mit | mlaa/trellis,mlaa/trellis |
e612a6204ac2752d32caf283bca96f5dcf7c85c3 | .github/workflows/publish.yml | .github/workflows/publish.yml | name: "Build and upload to PyPI"
on:
release:
types: ["published"]
workflow_dispatch:
jobs:
upload:
uses: "matrix-org/backend-meta/.github/workflows/release.yml@release/v1"
with:
repository: pypi
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
| name: "Build and upload to PyPI"
on:
release:
types: ["published"]
workflow_dispatch:
jobs:
upload:
uses: "matrix-org/backend-meta/.github/workflows/release.yml@v1"
with:
repository: pypi
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_ACCESS_TOKEN }}
| Correct secret name; don't use twine verbose mode | Correct secret name; don't use twine verbose mode
| YAML | apache-2.0 | matrix-org/sydent,matrix-org/sydent,matrix-org/sydent |
e943dfdb5edb5935e9f71491717361e4a9a5bc70 | metadata/com.activitymanager.yml | metadata/com.activitymanager.yml | Categories:
- System
- Development
License: Apache-2.0
AuthorName: Yuriy Mysochenko
AuthorWebSite: https://sdex.dev/
SourceCode: https://github.com/sdex/ActivityManager
IssueTracker: https://github.com/sdex/ActivityManager/issues
Donate: https://sdex.dev/donate.html
Bitcoin: 17NABADZGJyvYNaX3gpJzMpdQyWnTRXCD
AutoN... | Categories:
- System
- Development
License: Apache-2.0
AuthorName: Yuriy Mysochenko
AuthorWebSite: https://sdex.dev/
SourceCode: https://github.com/sdex/ActivityManager
IssueTracker: https://github.com/sdex/ActivityManager/issues
Donate: https://sdex.dev/donate.html
Bitcoin: 17NABADZGJyvYNaX3gpJzMpdQyWnTRXCD
AutoN... | Update Activity Manager to 4.1.2 (412) | Update Activity Manager to 4.1.2 (412)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
aa16f98ba5fb48c21d9ecef4b6e9045a47e7cdcc | data/transition-sites/ea_publications.yml | data/transition-sites/ea_publications.yml | ---
site: ea_publications
whitehall_slug: environment-agency
title: Environment Agency
redirection_date: 1st April 2014
homepage: https://www.gov.uk/government/organisations/environment-agency
tna_timestamp: 20130903163836
host: publications.environment-agency.gov.uk
furl: www.gov.uk/environment-agency
options: --query... | ---
site: ea_publications
whitehall_slug: environment-agency
title: Environment Agency
redirection_date: 1st April 2014
homepage: https://www.gov.uk/government/organisations/environment-agency
tna_timestamp: 20130903163836
host: publications.environment-agency.gov.uk
furl: www.gov.uk/environment-agency
options: --query... | Add alias to EA publications library config | Add alias to EA publications library config
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
7f16bf17753af567474241302b69501801c39e72 | packages/ba/battleplace-api.yaml | packages/ba/battleplace-api.yaml | homepage: ''
changelog-type: ''
hash: e3cebe89430920cffac40ff14df814ad8aea4e76190bcebcc4654c131a968952
test-bench-deps: {}
maintainer: Alexander Bich <quyse0@gmail.com>
synopsis: Public API definitions of BattlePlace.io service
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
servant-client: ! '>=0.13'
servant: -a... | homepage: ''
changelog-type: ''
hash: 56b20b0f9a395983a5a43a7d5e75e11d285619dc7851028a6dfef16cc02abcef
test-bench-deps: {}
maintainer: Alexander Bich <quyse0@gmail.com>
synopsis: Public API definitions of BattlePlace.io service
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
servant-client: ! '>=0.13'
servant: -a... | Update from Hackage at 2018-07-13T14:02:52Z | Update from Hackage at 2018-07-13T14:02:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.