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
c4e65fd053d03bcabc18f802e6a8423d21449fdf
config/locales/about.en.yml
config/locales/about.en.yml
i18n: en-US: users: about: skype: Skype whatsapp: WhatsApp telegram: Telegram jabber: Jabber icq: ICQ
i18n: en-US: users: about: skype: Skype whatsapp: WhatsApp telegram: Telegram jabber: Jabber icq: ICQ admin: users: about: skype: Skype whatsapp: WhatsApp telegram: Telegram jabber: Jabber icq: ICQ
Add locales for custom "about" fields in ACP
Add locales for custom "about" fields in ACP
YAML
mit
rcdesign/rcd-nodeca,rcdesign/rcd-nodeca
a2517e97557960bf686213514bc1e30852c0de14
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master stages: - stage: build jobs: - job: Build pool: vmImage: "ubuntu-latest" steps: - task: Docker@2...
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master stages: - stage: build jobs: - job: Build pool: vmImage: "ubuntu-latest" steps: - task: Docker@2...
Use script instead of the Docker task
Use script instead of the Docker task
YAML
isc
WritheM/Marconi
fd627530e5f755c9d624a9e6a93ea66314c7cf82
azure-pipelines.yml
azure-pipelines.yml
# https://docs.microsoft.com/vsts/pipelines/languages/javascript pool: vmImage: "vs2017-win2016" strategy: maxParallel: 3 matrix: node_10_x: node_version: "10.x" node_8_x: node_version: "8.x" node_6_x: node_version: "6.x" steps: - task: NodeTool@0 inputs: versionSpec: ...
# https://docs.microsoft.com/vsts/pipelines/languages/javascript pool: vmImage: "vs2017-win2016" strategy: maxParallel: 3 matrix: node_10_x: node_version: "10.x" node_8_x: node_version: "8.x" node_6_x: node_version: "6.x" steps: - task: NodeTool@0 inputs: versionSpec: ...
Set core.autoCRLF -> true so Windows stops failing lint
chore(ci): Set core.autoCRLF -> true so Windows stops failing lint
YAML
mit
lerna/lerna,lerna/lerna,sebmck/lerna,lerna/lerna,kittens/lerna,evocateur/lerna,evocateur/lerna
32907d1dec1f63663e2e21fbc6330a3e1c5c118c
azure-pipelines.yml
azure-pipelines.yml
trigger: - '*' pr: - '*' strategy: matrix: linux: imageName: 'ubuntu-16.04' mac: imageName: 'macos-10.13' windows: imageName: 'vs2017-win2016' pool: vmImage: $(imageName) steps: - task: NodeTool@0 inputs: versionSpec: '8.x' displayName: 'Install Node.js' - bash: | /usr...
trigger: - '*' pr: - '*' strategy: matrix: linux: imageName: 'ubuntu-16.04' mac: imageName: 'macos-10.14' windows: imageName: 'vs2017-win2016' pool: vmImage: $(imageName) steps: - task: NodeTool@0 inputs: versionSpec: '8.x' displayName: 'Install Node.js' - bash: | /usr...
Use macos-10.14 instead of macos-10.13
Use macos-10.14 instead of macos-10.13
YAML
mit
DAXaholic/vscode-edifact
a7711f6e2d1595d5e427aa80f1ca9ba87a698f48
_config.yml
_config.yml
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" highlighter: rouge name: "[ antoinealb.net ]" description: A blog about robotics, embedded software and Linux author: name: Antoine Albertelli email: antoine...
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" highlighter: rouge name: "[ antoinealb.net ]" description: A blog about robotics, embedded software and Linux. Also doubles as my personal wiki author: name: A...
Add a note that this website also serves as my wiki
Add a note that this website also serves as my wiki
YAML
mit
antoinealb/antoinealb.github.io,antoinealb/antoinealb.github.io,antoinealb/antoinealb.github.io
76f87df7154664585741d401c8d6377d8795edc8
_config.yml
_config.yml
name: Babele description: Code is words meta_description: Scripts and scripta. highlighter: pygments logo: false paginate: 15 permalink: :title domain_name: 'babele.io' google_analytics: 'UA-65889640-1' gems: - jekyll-paginate - redcarpet searchindex: yes # Details for the RSS feed generator url: 'http...
name: Babele description: Code is words meta_description: Scripts and scripta. highlighter: rouge logo: false paginate: 15 permalink: :title domain_name: 'babele.io' google_analytics: 'UA-65889640-1' gems: - jekyll-paginate - redcarpet searchindex: yes # Details for the RSS feed generator url: 'http://...
Change pygments to rouge to fix GitHub pages warning
Change pygments to rouge to fix GitHub pages warning
YAML
mit
Aubreymcfato/aubreymcfato.github.io,Aubreymcfato/aubreymcfato.github.io
184d0753b1743eafa1044f99831d14297871a7ce
_config.yml
_config.yml
name: Arch Linux 臺灣社群 name_en: Arch Linux Taiwan Community url: http://archlinux.tw markdown: redcarpet highlighter: 'pygments' timezone: 'Asia/Taipei' exclude: ['Gemfile', 'Gemfile.lock', 'AUTHORS', 'LICENSE', 'NOTICE', 'README.md', 'CHRONICLES.md', 'config.rb', 'build.sh', 'bootstrap'] rss_post_limit: 10 paginate: 5 ...
name: Arch Linux 臺灣社群 name_en: Arch Linux Taiwan Community url: http://archlinux.tw markdown: redcarpet highlighter: 'pygments' timezone: 'Asia/Taipei' exclude: ['Gemfile', 'Gemfile.lock', 'AUTHORS', 'LICENSE', 'NOTICE', 'README.md', 'CHRONICLES.md', 'config.rb', 'build.sh'] keep_files: ['bootstrap'] rss_post_limit: 10...
Fix Twitter Bootstrap submodule locating
Fix Twitter Bootstrap submodule locating Signed-off-by: Huei-Horng Yo <2f041d5c1b2d2a0d1ca5b8fec69b348877f4bcd5@ghostsinthelab.org>
YAML
mit
hiroshiyui/arch.linux.org.tw,xatier/arch.linux.org.tw,xatier/arch.linux.org.tw,xatier/arch.linux.org.tw,hiroshiyui/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,hiroshiyui/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,hiroshiyui/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,linux-taiwan/arch.linux.org.tw,xatie...
9b4e1501fbc894f0a3ad03c9c9eff37d507cc9ae
_config.yml
_config.yml
# Site settings title: "Dom McKellar" header-img: img/home-bg.jpeg email: dom.mckellar@gmail.com copyright_name: "Dom McKellar" description: > # this means to ignore newlines until "baseurl:" Dominic McKellar - blog and portfolio. baseurl: "" # the subpath of your site, e.g. /blog author: "Dom McKellar" twitter_usern...
# Site settings title: "Dom McKellar" header-img: img/home-bg.jpeg email: dom.mckellar@gmail.com copyright_name: "Dom McKellar" description: > # this means to ignore newlines until "baseurl:" by Dom McKellar baseurl: "" # the subpath of your site, e.g. /blog author: "Dom McKellar" twitter_username: _dom_mc linkedin_u...
Change site description in config.yml
Change site description in config.yml
YAML
mit
Dom-Mc/Dom-Mc.github.io,Dom-Mc/Dom-Mc.github.io,Dom-Mc/Dom-Mc.github.io,Dom-Mc/Dom-Mc.github.io
6908cc5208c2d0b05fb5d2827d97f5b102ed6797
_config.yml
_config.yml
name: GiPHouse description: Software Development in Start-ups and Entrepeneurship sass: sass_dir: assets/css/_sass style: :compressed markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "superscript"] #url: http://nadjetey.github.io/wan...
name: GiPHouse description: Software Development in Start-ups and Entrepeneurship sass: sass_dir: assets/css/_sass style: :compressed markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "tables", "fenced_code_blocks", "autolink", "strikethrough", "superscript"] url: http://giphouse.github.io perm...
Add correct URL to site instead of localhost
Add correct URL to site instead of localhost
YAML
mit
gzuidhof/giphouse.github.io,gzuidhof/giphouse.github.io
1c35d5479c534ca8e88992ff5af270562d29c877
recipes/flaimapper/v2.3.4/meta.yaml
recipes/flaimapper/v2.3.4/meta.yaml
package: name: flaimapper version: "2.3.4" source: fn: v2.3.4.tar.gz url: https://github.com/yhoogstrate/flaimapper/archive/v2.3.4.tar.gz sha256: 10eabc52839d1c6172a15b9c0f71cdbd6bb13987778519eb73b893a043cfb4f2 build: preserve_egg_dir: True number: 0 skip: True # [not py27] requirements: build: ...
package: name: flaimapper version: "2.3.4" source: fn: v2.3.4.tar.gz url: https://github.com/yhoogstrate/flaimapper/archive/v2.3.4.tar.gz sha256: 10eabc52839d1c6172a15b9c0f71cdbd6bb13987778519eb73b893a043cfb4f2 build: preserve_egg_dir: True number: 0 skip: True # [not py27] requirements: build: ...
Remove setuptools as run dependency
Remove setuptools as run dependency
YAML
mit
mdehollander/bioconda-recipes,jfallmann/bioconda-recipes,saketkc/bioconda-recipes,bioconda/recipes,mcornwell1957/bioconda-recipes,acaprez/recipes,gvlproject/bioconda-recipes,hardingnj/bioconda-recipes,saketkc/bioconda-recipes,CGATOxford/bioconda-recipes,rvalieris/bioconda-recipes,ivirshup/bioconda-recipes,acaprez/recip...
1088f8516d74cf1a3bb2b87c392b90ec1f5b70d4
travis/.travis.yml
travis/.travis.yml
language: ruby sudo: false cache: bundler before_install: - "script/clone_all_rspec_repos" # Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004 # Note this doesn't work on JRUBY 2.0.0 mode so we don't do it - if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle...
language: ruby sudo: false cache: bundler before_install: - "script/clone_all_rspec_repos" # Downgrade bundler to work around https://github.com/bundler/bundler/issues/3004 # Note this doesn't work on JRUBY 2.0.0 mode so we don't do it - if [ -z "$JRUBY_OPTS" ]; then gem install bundler -v=1.5.3 && alias bundle...
Trim 2.1.x entries in build matrix now that 2.2 is out.
Trim 2.1.x entries in build matrix now that 2.2 is out.
YAML
mit
rspec/rspec-dev,rspec/rspec-dev,rspec/rspec-dev
0bcee6a1d53129dc3e426aa39ad05a212ff893b7
roles/etcd/tasks/upgrade_static.yml
roles/etcd/tasks/upgrade_static.yml
--- # PREREQ Node service is ready to run static pods # INPUT r_etcd_upgrade_version - include_tasks: runtime.yml - name: Verify cluster is healthy pre-upgrade command: "{{ etcdctlv2 }} cluster-health" # We removed the ability to detect what was previously 'containerized' # Need to stop and disable this service, ...
--- # PREREQ Node service is ready to run static pods # INPUT r_etcd_upgrade_version - include_tasks: runtime.yml - name: Verify cluster is healthy pre-upgrade command: "{{ etcdctlv2 }} cluster-health" - name: Check for old etcd service files stat: path: "{{ item }}" with_items: - "/etc/systemd/system/e...
Remove old service files before masking them
Remove old service files before masking them Masking a service creates a symlink from /etc/systemd/system/foo.service to /dev/null. If we deleted them after masking then the service effectively becomes unmasked.
YAML
apache-2.0
aveshagarwal/openshift-ansible,rhdedgar/openshift-ansible,markllama/openshift-ansible,akram/openshift-ansible,ewolinetz/openshift-ansible,maxamillion/openshift-ansible,rhdedgar/openshift-ansible,maxamillion/openshift-ansible,markllama/openshift-ansible,rjhowe/openshift-ansible,jwhonce/openshift-ansible,gburges/openshif...
b45de7027c9322d4eb92611c9691df77d4f9e461
tasks/anaconda.yml
tasks/anaconda.yml
- name: Install Anaconda 3 homebrew_cask: name=anaconda
# Note that Homebrew currently installs to /usr/local/anaconda3 - name: Install Anaconda 3 homebrew_cask: name=anaconda
Add installation direction comment to Anaconda task
Add installation direction comment to Anaconda task
YAML
mit
frankhinek/mac-setup
dd3729d617c4e75888f5fe92a3507cafe9b4cc72
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - name: ":node:" command: npm test plugins: - docker-compose#v3.1.0: run: app
steps: - name: ":node:" command: npm test plugins: - docker-compose#v3.2.0: run: app
Update buildkite plugin docker-compose to v3.2.0
Update buildkite plugin docker-compose to v3.2.0
YAML
mit
buildkite/nodejs-docker-example
48aa4912a2e8587c19015d9cd00187567e6bd0d0
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - id: check-toml - id: check-added-large-files - id: debug-statements - repo: https://github.com/PyCQA/...
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - id: check-toml - id: check-added-large-files - id: debug-statements - repo: https://github.com/PyCQA/...
Add pyupgrade as a pre-commit hook
Add pyupgrade as a pre-commit hook
YAML
mit
untitaker/vdirsyncer,untitaker/vdirsyncer,untitaker/vdirsyncer
999923ba9789c6268bdf2f8d2076c0c9e4e6bd2a
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/psf/black rev: 21.9b0 hooks: - id: black args: [--safe, --quiet, --target-version, py35] language_version: python3.7 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: trailing-whitespace - id: end-of-fi...
repos: - repo: https://github.com/psf/black rev: 21.9b0 hooks: - id: black args: [--safe, --quiet, --target-version, py35] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml ...
Allow black and rst pre-commit hooks to run on any Python 3 version
Allow black and rst pre-commit hooks to run on any Python 3 version Since py2 is dropped we don't really need to worry about this anymore.
YAML
mit
nicoddemus/pytest-xdist,pytest-dev/pytest-xdist
a924e5317b0fc7a304e059ae1e71d156235cd112
.github/workflows/publish-latest.yaml
.github/workflows/publish-latest.yaml
name: Publish Docker image on: push: branches: - master release: types: - published jobs: build-and-push-image: name: Push Docker image to GitHub Packages runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Check out the repo u...
name: Publish Docker image on: push: branches: - master - next release: types: - published jobs: build-and-push-image: name: Push Docker image to GitHub Packages runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Check out the r...
Enable publishing pre-releases from next
Enable publishing pre-releases from next
YAML
mit
harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl,harrystech/arthur-redshift-etl
0040d2cabf289a3b02517964c5d9578953765ab1
.github/workflows/python-package.yml
.github/workflows/python-package.yml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ master ] pull_request: branches: [ ma...
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ master ] pull_request: branches: [ ma...
Update test grid to test python 3.6 and newer
Update test grid to test python 3.6 and newer
YAML
apache-2.0
harlowja/fasteners
7d849da0c89a5a205facb275cecbc93709122d57
network_roles.yaml
network_roles.yaml
- id: "elasticsearch" default_mapping: "management" properties: subnet: true gateway: false vip: - name: "es_vip_mgmt" namespace: "haproxy" alias: "elasticsearch" node_roles: - "elasticsearch_kibana" - "primary-elasticsearch_kibana"
# Network and virtual IP address for the Elasticsearch service - id: "elasticsearch" default_mapping: "management" properties: subnet: true gateway: false vip: - name: "es_vip_mgmt" namespace: "haproxy" alias: "elasticsearch" node_roles: - "elasticsearch_kiba...
Provision another network and VIP for Kibana
Provision another network and VIP for Kibana Note that the change doesn't modify the configuration of HAProxy to use the new virtual IP address. This will be addressed in another review. Change-Id: I84ef6e24402fe2dff2334c92986be5935e4fdc3c
YAML
apache-2.0
stackforge/fuel-plugin-elasticsearch-kibana,stackforge/fuel-plugin-elasticsearch-kibana,stackforge/fuel-plugin-elasticsearch-kibana
66279c84bd741f473db910686f094fd49c916d3e
slush/default/templates/_travis.yml
slush/default/templates/_travis.yml
language: node_js node_js: - '0.10' cache: apt: true directories: - node_modules before_script: - sudo apt-get update - sudo apt-get install python-software-properties -y - sudo add-apt-repository ppa:eyecreate/haxe -y - sudo apt-get update - sudo apt-get install haxe -y - sud...
language: node_js node_js: - '0.10' cache: apt: true directories: - node_modules before_script: - sudo apt-get update - sudo apt-get install python-software-properties -y - sudo add-apt-repository ppa:eyecreate/haxe -y - sudo apt-get update - sudo apt-get install haxe -y - sud...
Fix install from haxelib in travis
Fix install from haxelib in travis
YAML
mit
DropechoStudios/slush-haxelib
197a16c2ade835b66a0344783f7fd90de4393a63
env/tacc/group_vars/galaxynodes.yml
env/tacc/group_vars/galaxynodes.yml
--- # 500 GB why not cvmfs_quota_limit: 512000 galaxynodes_group_authorized_key_users: - name: g2test authorized: "{{ galaxy_team_users }}" - name: g2main authorized: "{{ galaxy_team_users }}" galaxynodes_group_packages: - collectl - lzo - libcgroup-tools - singularity-runtime # packages for ol...
--- # 500 GB why not cvmfs_quota_limit: 512000 galaxynodes_group_authorized_key_users: - name: g2test authorized: "{{ galaxy_team_users }}" - name: g2main authorized: "{{ galaxy_team_users }}" galaxynodes_group_packages: - collectl - lzo - libcgroup-tools - singularity-runtime # packages for ol...
Add X11 runtime libs for Conda R
Add X11 runtime libs for Conda R
YAML
mit
galaxyproject/infrastructure-playbook,galaxyproject/infrastructure-playbook
03e83a2b234feaa025333345a0c115751cc4a35e
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '0.91' nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc
Switch back docs version to master
Switch back docs version to master
YAML
mit
tejasbubane/rubocop,rrosenblum/rubocop,bbatsov/rubocop,maxjacobson/rubocop,rrosenblum/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tdeo/rubocop,tdeo/rubocop,tejasbubane/rubocop,bbatsov/rubocop,maxjacobson/rubocop,tdeo/rubocop,rrosenblum/rubocop
0544ee18573aa84b117de3cafcc5d7a2b8ce175a
zuul.d/layout.yaml
zuul.d/layout.yaml
- project: templates: - check-requirements - openstack-cover-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - tripleo-multinode-container-minimal gate: queue: tripleo
- project: templates: - check-requirements - openstack-cover-jobs - openstack-python3-victoria-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - tripleo-multinode-container-minimal gate: queue: tripleo
Add Python3 victoria unit tests
Add Python3 victoria unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I017fdafa9c54d2a48b89acde9bbda...
YAML
apache-2.0
openstack/os-net-config
c32a24db38aac1ca8e0b8fc4fd9afd8bf7e9108d
zuul.d/layout.yaml
zuul.d/layout.yaml
- project: templates: - check-requirements - openstack-cover-jobs - openstackclient-plugin-jobs - openstack-python3-xena-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - tripleo-buildimage-jobs - tripleo-build-containers-jobs - tripleo-multinode-...
- project: templates: - check-requirements - openstack-cover-jobs - openstackclient-plugin-jobs - openstack-python3-yoga-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 - tripleo-buildimage-jobs - tripleo-build-containers-jobs - tripleo-multinode-...
Use Python3 yoga unit tests
Use Python3 yoga unit tests Because the Xena release is not being created for TripleO repos, test runtime is not updated by automation tools. This change updates the job template to use the tested runtime for Yoga. Change-Id: Idaac0bd54c8cc05ef3b1de4c268cdf440b82c8e5
YAML
apache-2.0
openstack/python-tripleoclient
0748586beeecf8c4bd66824ffde1b097d6bee431
.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 exa...
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: - na...
Update CI configs to v0.7.10
Update CI configs to v0.7.10 Update lint scripts and CI configs.
YAML
mit
pion/interceptor
65878395ae108ae1b4cca51c8727fcc4354f0737
Resources/config/routing/frontend.yml
Resources/config/routing/frontend.yml
asf_website_public_homepage: path: / defaults: { _controller: "ASFWebsiteBundle:Public:index" } asf_website_public_page_route: path: /{path} defaults: { _controller: "ASFWebsiteBundle:Public:page" } requirements: path: "^(?!admin|login|blog|js|css|fonts).+" asf_website_public_...
asf_website_public_homepage: path: / defaults: { _controller: "ASFWebsiteBundle:Public:index" } asf_website_public_page_route: path: /{path} defaults: { _controller: "ASFWebsiteBundle:Public:page" } requirements: path: "^(?!admin|login|blog|js|css|fonts).+"
Remove posts (move to BlogBundle)
Remove posts (move to BlogBundle)
YAML
mit
artscorestudio/website-bundle,artscorestudio/website-bundle
97fce8cd85110be4216dafde4a9593d72ba3e3be
fig.yml
fig.yml
web1: build: . command: python app.py ports: - "5001:5000" volumes: - .:/code links: - redis environment: - APP_DB_HOST=redis_1 - APP_DB_PORT=6379 web2: build: . command: python app.py ports: - "5002:5000" volumes: - .:/code links: - redis environment: - APP_DB_HOST=redis_1 -...
web1: build: . command: python app.py ports: - "5001:5000" volumes: - .:/code links: - redis environment: - APP_DB_HOST=redis_1 - APP_DB_PORT=6379 web2: build: . command: python app.py ports: - "5002:5000" volumes: - .:/code links: - redis environment: - APP_DB_HOST=redis_1 -...
Remove outward facing DB port
Remove outward facing DB port
YAML
mit
iskar909/dockerfigflask-demo,iskar909/simple-docker-demo
710e894925dea4a3595a43c1680e9293bc411a45
jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-nondisruptive-ha-without-nodes-upgrade-template.yaml
jenkins/ci.suse.de/templates/cloud-mkcloud-job-upgrade-nondisruptive-ha-without-nodes-upgrade-template.yaml
- job-template: name: 'cloud-mkcloud{version}-job-upgrade-nondisruptive-ha-without-nodes-upgrade-{arch}' node: cloud-trigger disabled: '{obj:disabled}' triggers: - timed: '32 22 * * *' logrotate: numToKeep: -1 daysToKeep: 7 builders: - trigger-builds: - project...
- job-template: name: 'cloud-mkcloud{version}-job-upgrade-nondisruptive-ha-without-nodes-upgrade-{arch}' node: cloud-trigger disabled: '{obj:disabled}' triggers: - timed: '32 22 * * *' logrotate: numToKeep: -1 daysToKeep: 7 builders: - trigger-builds: - project...
Set the correct size of the HA cluster
upgrade: Set the correct size of the HA cluster MariaDB setup was complaining about not enough cluster nodes
YAML
apache-2.0
SUSE-Cloud/automation,SUSE-Cloud/automation,aspiers/automation,aspiers/automation,aspiers/automation,gosipyan/automation,gosipyan/automation,SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,SUSE-Cloud/automation,aspiers/automation
82addfd9bee8935516baece856bb46fab7cf2389
_data/navigation.yml
_data/navigation.yml
# Site navigation links - title: Work url: /work/ excerpt: "Things designed, illustrated, or developed by Michael Rose." image: relic-scout-teaser-225.jpg - title: Articles url: /articles/ excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia." image: skinny-bones-theme-teaser-225.j...
# Site navigation links - title: Work url: /work/ excerpt: "Things designed, illustrated, or developed by Michael Rose." image: relic-scout-teaser-225.jpg - title: Articles url: /articles/ excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia." image: skinny-bones-theme-teaser-225.j...
Update Mastering Paper teaser image in off-canvas nav
Update Mastering Paper teaser image in off-canvas nav
YAML
mit
zhelezko/made-mistakes-jekyll,mmistakes/made-mistakes-jekyll,wakermahmud/made-mistakes-jekyll,wakermahmud/made-mistakes-jekyll,bcmoseley/made-mistakes-jekyll,bcmoseley/made-mistakes-jekyll,zhelezko/made-mistakes-jekyll,blogtips/blogtips.github.io,mmistakes/made-mistakes-jekyll,zhelezko/made-mistakes-jekyll,mmistakes/ma...
e9e292e014bc702ee5237c77ae554bd52fac2d34
.github/workflows/python-package.yml
.github/workflows/python-package.yml
name: parse_this tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["2.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 - name: set up python...
name: parse_this tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 - name: set up python ${{ ma...
Remove py27 from github actions
Remove py27 from github actions
YAML
mit
bertrandvidal/parse_this
2a90a44bd707b216895246b437a501ff5241e60c
.github/workflows/run_starminder.yml
.github/workflows/run_starminder.yml
name: Run Starminder on: schedule: # Adjust this to your liking - cron: "13 10 * * *" push: branches: - main jobs: build: name: Run Starminder Script runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Python 3.9 ...
name: Run Starminder on: schedule: # Adjust this to your liking - cron: "13 10 * * *" jobs: build: name: Run Starminder Script runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Set up Python 3.9 uses: actions/setup-python@v2...
Revert "Run Starminder on push to main"
Revert "Run Starminder on push to main" This reverts commit 116b8452b89d1f66aa38a06d7baa15162c879fbc.
YAML
mit
nkantar/Starminder
fb69661b8841e7f1225324b3eea817881d6be201
.kitchen.docker.yml
.kitchen.docker.yml
settings: parallel: true driver: name: docker # privileged is required otherwise the container doesn't boot right privileged: true platforms: - name: centos-7.1 driver: image: centos:7 platform: rhel run_command: /usr/lib/systemd/systemd provision_command: - /bin/yum install -y initscr...
settings: parallel: true driver: name: docker # privileged is required otherwise the container doesn't boot right privileged: true platforms: - name: centos-7.2 driver: image: centos:7 platform: rhel run_command: /usr/lib/systemd/systemd provision_command: - /bin/yum install -y initscr...
Use the latest chef / ubuntu in travis ci
Use the latest chef / ubuntu in travis ci
YAML
apache-2.0
opscode-cookbooks/gunicorn,chef-cookbooks/gunicorn,opscode-cookbooks/gunicorn,chef-cookbooks/gunicorn
c7d59c3f6a555f26ecdd58cb84e7ae2c639d8f7e
roles/arch-chroot/tasks/user.yml
roles/arch-chroot/tasks/user.yml
--- - name: install sudo pacman: name=sudo state=present - name: configure sudoers template: src=sudoers.j2 dest=/etc/sudoers mode=440 - name: create user group group: name={{ user.group }} state=present - name: create user user: > name={{ user.name }} group={{ user.group }} append=yes groups...
--- - name: install sudo pacman: name=sudo state=present - name: configure sudoers template: src=sudoers.j2 dest=/etc/sudoers mode=440 validate: 'visudo -cf %s' - name: create user group group: name={{ user.group }} state=present - name: create user user: > name={{ user.name }} group={{ user.group ...
Validate sudoers template before installing
Validate sudoers template before installing
YAML
mit
zoresvit/archible
970aab70e15a10593e54af0e406e82559dfc9547
roles/download/defaults/main.yml
roles/download/defaults/main.yml
--- etcd_version: v2.2.2 flannel_version: 0.5.5 kube_version: v1.1.3 kubectl_checksum: "01b9bea18061a27b1cf30e34fd8ab45cfc096c9a9d57d0ed21072abb40dd3d1d" kubelet_checksum: "62191c66f2d670dd52ddf1d88ef81048977abf1ffaa95ee6333299447eb6a482" calico_version: v0.12.0 etcd_download_url: "https://github.com/coreos/etcd/rel...
--- etcd_version: v2.2.2 flannel_version: 0.5.5 kube_version: v1.1.3 kubectl_checksum: "01b9bea18061a27b1cf30e34fd8ab45cfc096c9a9d57d0ed21072abb40dd3d1d" kubelet_checksum: "62191c66f2d670dd52ddf1d88ef81048977abf1ffaa95ee6333299447eb6a482" calico_version: v0.13.0 etcd_download_url: "https://github.com/coreos/etcd/rel...
Upgrade calico version to v0.13.0, fixes the node reboot issue
Upgrade calico version to v0.13.0, fixes the node reboot issue
YAML
apache-2.0
kubernetes-incubator/kargo,VincentS/kargo,kubernetes-sigs/kubespray,rogerwelin/kargo,ayaz/kubespray,kubernetes-sigs/kubespray,ayaz/kubespray,galthaus/setup-kubernetes,kubernetes-sigs/kubespray,kubernetes-incubator/kubespray,jonbec/kargo,hatch-k8s/kargo,kubernetes-sigs/kubespray,Lendico/kargo,Atoms/kubespray,Atoms/kubes...
fb1dd53e817f3ccc8e8c3173efaa59e6e704a880
ansible/vars/all.yml
ansible/vars/all.yml
--- server: install: '1' packages: [vim, htop, iotop, bwm-ng, git] timezone: UTC locale: en_US.UTF-8 vagrant_local: install: '1' vm: { base_box: trusty64, hostname: design-patterns, ip: 192.168.11.2, sharedfolder: ./, enableWindows: '1', useVagrantCloud: '1', syncType: nfs } php: install: '1...
--- server: install: '1' packages: - vim - htop - iotop - bwm-ng - git timezone: UTC locale: en_US.UTF-8 vagrant_local: install: '1' vm: hostname: design-patterns php: install: '1' ppa: php packages: - php7.0-cli - php7.0-intl ...
Make lists of params more readable and remove useless vagrant_local params
Make lists of params more readable and remove useless vagrant_local params
YAML
mit
domnikl/DesignPatternsPHP,giordan83/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,HossamYoussef2009/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,leonampd/DesignPatternsPHP,zoka123/DesignPatternsPHP,ModernPUG/DesignPatternsPHP,Sajaki/DesignPatternsPHP,piotrgradzinski/DesignPatternsPHP,henninghorn/DesignPatterns...
29da2e4fec80e8552e78cd3e9e6a0499b9459afc
_config_dev.yml
_config_dev.yml
exclude: - release-scripts - LICENSE - Makefile - README.md - RELEASING.md - BUILDING_CALICO.md - CONTRIBUTING_DOCS.md - CONTRIBUTING_CODE.md - DOC_STYLE_GUIDE.md - hack - calico_node - v1.5 - v1.6 - v2.0 - v2.1 - v2.2 - v2.3 - v2.4 - v2.5 - v2.6 - v3.0 - v3.1 - v3.2 - v3...
exclude: - release-scripts - LICENSE - Makefile - README.md - RELEASING.md - BUILDING_CALICO.md - CONTRIBUTING_DOCS.md - CONTRIBUTING_CODE.md - DOC_STYLE_GUIDE.md - hack - calico_node - v1.5 - v1.6 - v2.0 - v2.1 - v2.2 - v2.3 - v2.4 - v2.5 - v2.6 - v3.0 - v3.1
Revert "Exclude v3.3 from config_dev."
Revert "Exclude v3.3 from config_dev." This reverts commit 3195292cf96037d3ee5767c5edb7d09eef820378.
YAML
apache-2.0
bcreane/calico,bcreane/calico,bcreane/calico,bcreane/calico,bcreane/calico,bcreane/calico
690287a6c429831c6ec13f60622c5f220f0cd607
metadata/superustats.tool.android.yml
metadata/superustats.tool.android.yml
Categories: - System License: GPL-3.0-or-later SourceCode: https://gitlab.com/superustats/superustats IssueTracker: https://gitlab.com/superustats/superustats/issues AutoName: SuperUStats RepoType: git Repo: https://gitlab.com/superustats/superustats Builds: - versionName: '1.0' versionCode: 1 commit: v1...
Categories: - System License: GPL-3.0-or-later SourceCode: https://gitlab.com/superustats/superustats IssueTracker: https://gitlab.com/superustats/superustats/issues AutoName: SuperUStats RepoType: git Repo: https://gitlab.com/superustats/superustats Builds: - versionName: '1.0' versionCode: 1 commit: v1...
Update SuperUStats to 1.2 (12)
Update SuperUStats to 1.2 (12)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
fda26f82b32bb5b2323cab64b5a7d7a5c1077bfd
config.yaml
config.yaml
baseURL: https://gaston.life/ enableGitInfo: true params: toc: true taxonomies: category: categories related: threshold: 80 includeNewer: true toLower: true indices: - name: categories weight: 100 - name: date pattern: 200601 width: 50
baseURL: https://gaston.life/ enableGitInfo: true params: toc: true taxonomies: category: categories markup: highlight: style: solarized-light related: threshold: 80 includeNewer: true toLower: true indices: - name: categories weight: 100 - name: date pattern: 200601 width: 50
Use solarized light for syntax highlight
Use solarized light for syntax highlight
YAML
mit
gjorquera/Gaston.Life,gjorquera/Gaston.Life,gjorquera/Gaston.Life
f3b870400d53d80a28c3166f790b94456edd0b31
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-role.yaml
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: typha-cpha namespace: kube-system labels: kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile rules: - apiGroups: [""] resources: ["configmaps"] verbs: ["get"] - apiGroups: ["extensions"] resou...
apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: typha-cpha namespace: kube-system labels: kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile rules: - apiGroups: [""] resources: ["configmaps"] verbs: ["get"] - apiGroups: ["apps", "extensions"] ...
Allow typha-cpa to get apps/deployments
Allow typha-cpa to get apps/deployments Without this it fails after deployments were switched from extensions to apps with ``` E0902 11:25:51.197420 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get...
YAML
apache-2.0
lichuqiang/kubernetes,mosoft521/kubernetes,andrewsykim/kubernetes,davidz627/kubernetes,saad-ali/kubernetes,jfrazelle/kubernetes,Acidburn0zzz/kubernetes,chestack/kubernetes,jessfraz/kubernetes,mikebrow/kubernetes,fabriziopandini/kubernetes,njuicsgz/kubernetes-1,huangjiuyuan/kubernetes,nak3/kubernetes,PiotrProkop/kuberne...
763b4c30047baa90e43092467ef90977f9a78ea4
config/locales/en/course/admin/sidebar_settings.yml
config/locales/en/course/admin/sidebar_settings.yml
en: course: admin: sidebar_settings: edit: header: 'Sidebar Settings' name: 'Name' weight: 'Weight' button: 'Update Sidebar Settings' update: success: 'Settings updated successfully'
en: course: admin: sidebar_settings: edit: header: 'Sidebar Ordering' name: 'Name' weight: 'Weight' button: 'Update Sidebar Ordering' update: success: 'Settings updated successfully'
Rename Sidebar Settings to Sidebar Ordering.
Rename Sidebar Settings to Sidebar Ordering. [ci skip]
YAML
mit
Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,cysjonathan/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2,Coursemology/coursemology2
85e697e7d1ba51459f06a90cf5e68d477f884cf2
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: Nav - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_templa...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: Nav - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: images public_path: "/images" front_matter_path: '' use_front_matter_path: false file_template...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
isc
yapjonathan/jonathanyap-site,yapjonathan/jonathanyap-site,yapjonathan/jonathanyap-site
f0e1e01c81651455ef1428e8e69122d4b09541a1
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: redac webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: config.yaml label: Configuration upload_dir: '' public_path: '' front_matter_path: https://res...
--- new_page_extension: md auto_deploy: false admin_path: redac webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: config.yaml label: Configuration upload_dir: '' public_path: '' front_matter_path: https://res...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
4627850c83bfff8023c5aa50186916453ee58157
.github/dependabot.yml
.github/dependabot.yml
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-update...
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-update...
Increase limit of open PR for Dependabot to operate
Increase limit of open PR for Dependabot to operate
YAML
mit
fvogler/TweetwallFX,jmichelberger/TweetwallFX,mklaehn/TweetwallFX,svenreimers/TweetwallFX,TweetWallFX/TweetwallFX
6ba0597a014031cd15b04a10f740c31dce8832d3
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily allow: # Security updates - dependency-name: brakeman dependency-type: direct # Internal gems - dependency-name: "govuk*" dependency-type: direct - dependency-name: g...
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily - package-ecosystem: npm directory: / schedule: interval: daily
Remove allow list from Dependabot config
Remove allow list from Dependabot config
YAML
mit
alphagov/transition,alphagov/transition,alphagov/transition
ac5478cc607270daf14ef57015fe167608900efe
.github/workflows/Vienna.yml
.github/workflows/Vienna.yml
name: Vienna on: pull_request jobs: test: name: Test runs-on: macos-11.0 steps: - name: Use Xcode 12.3 run: sudo xcode-select -s "/Applications/Xcode_12.3.app" - name: Set up Git repository uses: actions/checkout@v2 - name: Build Xcode project run: xcodebuild -project Vien...
name: Vienna on: pull_request jobs: test: name: Test runs-on: macos-11.0 steps: - name: Set up Git repository uses: actions/checkout@v2 - name: Build Xcode project run: xcodebuild -project Vienna.xcodeproj -scheme Vienna -configuration Development build-for-testing | xcpretty && exi...
Update GitHub action to use default Xcode
Update GitHub action to use default Xcode Currently for macos-11, default is Xcode 12.5
YAML
apache-2.0
ViennaRSS/vienna-rss,barijaona/vienna-rss,ViennaRSS/vienna-rss,barijaona/vienna-rss,josh64x2/vienna-rss,josh64x2/vienna-rss,josh64x2/vienna-rss,barijaona/vienna-rss,barijaona/vienna-rss,josh64x2/vienna-rss,Eitot/vienna-rss,ViennaRSS/vienna-rss,josh64x2/vienna-rss,ViennaRSS/vienna-rss,Eitot/vienna-rss,barijaona/vienna-r...
7816eddf86d0ea3b1076ba2d8277d9922af20c60
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
Fix `npm ls -a` on GitHub Actions.
Fix `npm ls -a` on GitHub Actions.
YAML
mit
bigeasy/prolific,bigeasy/prolific
5634b317d6e152e2708c0cc1ecd12467101a9edb
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: CI on: [push, pull_request] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] node-version: [8.x, 10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: acti...
name: CI on: push: pull_request: schedule: - cron: '30 12 * * *' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] node-version: [8.x, 10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${...
Add schedule to run CI once a day at 12:30 UTC.
Add schedule to run CI once a day at 12:30 UTC.
YAML
mit
DavidAnson/markdownlint,DavidAnson/markdownlint
0868272a06c56b1c1ec0aa213e60dc33a3bedb0d
.github/workflows/pronto.yml
.github/workflows/pronto.yml
name: Pronto on: [pull_request] jobs: pronto: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - run: git fetch --prune --unshallow - uses: actions/setup-ruby@v1 with: ruby-version: '2.7' - uses: borales/actions-yarn@v2.0.0 with: cmd:...
name: Pronto on: [pull_request] jobs: pronto: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - run: git fetch --prune --unshallow - uses: actions/setup-ruby@v1 with: ruby-version: '2.7' - uses: actions/setup-node@v1 with: node-versi...
Switch to actions/setup-node and upgrade node to the version we use in prod
Switch to actions/setup-node and upgrade node to the version we use in prod
YAML
mit
neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode
ca6119ab8db9e27d3f737522c51e7a3c1714e374
src/My/TestBundle/Resources/config/services.yml
src/My/TestBundle/Resources/config/services.yml
services: light_switch: class: My\TestBundle\Light\LightSwitch arguments: [@session] light_controller: class: My\TestBundle\Controller\LightController arguments: [@light_switch]
services: light_switch: class: My\TestBundle\Light\LightSwitch arguments: [@session] light_controller: class: My\TestBundle\Controller\LightController arguments: [@light_switch] tags: - {name: container_aware}
Add the compiler_aware tag to the service definition.
Add the compiler_aware tag to the service definition.
YAML
mit
brendanbates89/sf2-controller-service
0d6f588e457e8c85349aa97330713d79753fdf99
.github/FUNDING.yml
.github/FUNDING.yml
# These are supported funding model platforms github: Phoenix616 custom: ['https://s.moep.tv/chestshop-github-paypal', 'https://phoenix616.dev/tip'] patreon: Phoenix616
# These are supported funding model platforms github: Phoenix616 custom: ['https://acrobot-paypal.phoenix616.dev', 'https://tip.phoenix616.dev'] patreon: Phoenix616 ko_fi: Phoenix616
Improve display of custom funding links and add Ko-fi
[CI-SKIP] Improve display of custom funding links and add Ko-fi
YAML
lgpl-2.1
ChestShop-authors/ChestShop-3,ChestShop-authors/ChestShop-3
f13d477f4da669d97ef069356f960682b5dfe02e
metadata/com.wa2c.android.cifsdocumentsprovider.yml
metadata/com.wa2c.android.cifsdocumentsprovider.yml
Categories: - Connectivity - System License: MIT AuthorName: Atsushi Wada AuthorWebSite: https://www.wa2c.com/wp/ WebSite: https://github.com/wa2c/cifs-documents-provider/wiki SourceCode: https://github.com/wa2c/cifs-documents-provider IssueTracker: https://github.com/wa2c/cifs-documents-provider/issues AutoName: ...
Categories: - Connectivity - System License: MIT AuthorName: Atsushi Wada AuthorWebSite: https://www.wa2c.com/wp/ WebSite: https://github.com/wa2c/cifs-documents-provider/wiki SourceCode: https://github.com/wa2c/cifs-documents-provider IssueTracker: https://github.com/wa2c/cifs-documents-provider/issues AutoName: ...
Update CIFS Documents Provider to 1.3.0 (6)
Update CIFS Documents Provider to 1.3.0 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e7967b20fa1f86a6aa92398f4e65314cefa1efb2
wercker.yml
wercker.yml
box: dosomething/ds-docker-php build: # The steps that will be executed on build steps: - script: name: start mongodb code: |- sudo /usr/bin/mongod --quiet --config /etc/mongod.conf --fork --logpath /var/log/mongod.log - leipert/composer-install@0.9.1 - script: name: c...
box: dosomething/ds-docker-php build: # The steps that will be executed on build steps: - script: name: install npm 3.x code: npm install -g npm@3.x-latest - script: name: start mongodb code: |- sudo /usr/bin/mongod --quiet --config /etc/mongod.conf --fork --logpat...
Make sure we're running NPM 3.x.
Make sure we're running NPM 3.x.
YAML
mit
DoSomething/northstar,DoSomething/northstar,DoSomething/northstar
9626fb5a75fa78c1e11809f6971bb5672aa65cc1
bin/config.yaml
bin/config.yaml
# ah name: Zissou # basic verbose: true silent: false # input data: ['items.csv'] # output stub: items overwrite: false backup: true # sql hostname: 127.0.0.1 database: dspdb username: root password: ???? fail: true # broker restock: 3600 tick: 30 # scrub server: bahamut threads: -1 itemids: [] stock01: 5 stock12...
# ah name: Zissou # basic verbose: true silent: false # input data: ['items.csv'] # output stub: items overwrite: false backup: true # sql hostname: 127.0.0.1 database: xidb username: root password: ???? fail: true # broker restock: 3600 tick: 30 # scrub server: bahamut threads: -1 itemids: [] stock01: 5 stock12:...
Change the default database name
Change the default database name
YAML
mit
AdamGagorik/pydarkstar
8de284f26728b529642cc79fbac71edbe295c967
.codacy.yaml
.codacy.yaml
--- exclude_paths: - "api-java/src/test/**/*.*" - "client/src/test/**/*.*"
--- exclude_paths: - "api-java/src/test/**/*.*" - "client/src/test/**/*.*" - "firebase-endpoint/src/test/**/*.*"
Exclude tests from Codacy check.
Exclude tests from Codacy check.
YAML
apache-2.0
SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list
4a2fbe17b8deda98bd659ebd0969c455f1c18cb0
docker-compose.yaml
docker-compose.yaml
version: "3.8" services: dispatcher: image: nginx network_mode: "host" volumes: - ./dev/nginx-dispatcher.conf:/etc/nginx/conf.d/dispatcher.conf api: build: context: ./api/dev environment: GOOGLE_APPLICATION_CREDENTIALS: /go/src/github.com/ShawnLabo/api/credentials.json ...
version: "3.8" services: dispatcher: image: nginx network_mode: "host" volumes: - ./dev/nginx-dispatcher.conf:/etc/nginx/conf.d/dispatcher.conf api: build: context: ./api/dev environment: GOOGLE_APPLICATION_CREDENTIALS: /go/src/github.com/ShawnLabo/api/credentials.json ...
Update node Docker tag to v14.16.1
Update node Docker tag to v14.16.1
YAML
apache-2.0
GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal,GoogleCloudPlatform/appengine-cloud-demo-portal
f1456c501e9e53ea1768a87ee40e4632de6d17d8
boost/meta.yaml
boost/meta.yaml
package: name: boost version: 1.55.0 source: fn: boost_1_55_0-msvc-11.0-64.exe [win64] url: http://downloads.sourceforge.net/project/boost/boost-binaries/1.55.0/boost_1_55_0-msvc-11.0-64.exe [win64] fn: boost_1_55_0.tar.bz2 ...
package: name: boost version: 1.55.0 source: fn: boost_1_55_0-msvc-11.0-64.exe [win64] url: http://downloads.sourceforge.net/project/boost/boost-binaries/1.55.0/boost_1_55_0-msvc-11.0-64.exe [win64] fn: boost_1_55_0.tar.bz2 ...
Remove build dependency on Python
Boost: Remove build dependency on Python
YAML
bsd-2-clause
ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes
c971260674b5ea49c63afad940c7d7639f6afc32
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 - name: debian-8.7 - name: freebsd-10.3 run_list: freebsd::portsnap - name: fedora-25 - name: opensuse-leap-42.2 - name: sles-12-sp1 driver...
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.9 - name: centos-7.3 - name: debian-7.11 - name: debian-8.7 - name: freebsd-10.3 run_list: freebsd::portsnap - name: fedora-25 - name: opensuse-leap-42.2 - name: sles-12-sp1 driver...
Test on the latest CentOS bento box
Test on the latest CentOS bento box Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef-cookbooks/ark,chef-cookbooks/ark
b1dca4d38441c9ff4a2ef1a0b2e9233b192027b1
.kitchen.yml
.kitchen.yml
driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 run_list: - recipe[apt::default] - name: centos-6.6 suites: - name: default run_list: - recipe[nscd::default] attributes: nscd: server_user: "nobody"
driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 run_list: - recipe[apt::default] - name: ubuntu-14.04 run_list: - recipe[apt::default] - name: centos-6.6 suites: - name: default run_list: - recipe[nscd::default] attributes: ...
Add Trusty to the Kitchen config
Add Trusty to the Kitchen config
YAML
apache-2.0
chef-cookbooks/nscd,opscode-cookbooks/nscd,chef-cookbooks/nscd,opscode-cookbooks/nscd
12f75cf3a79da49bf2d5f15ca48b19139f91c9a1
.rubocop.yml
.rubocop.yml
inherit_from: - '.rubocop_core.yml' # Put your project-specifc Rubocop config here Style/IndentationWidth: Enabled: false
inherit_from: - '.rubocop_core.yml' # Put your project-specifc Rubocop config here Style/IndentationWidth: Enabled: false Style/HashSyntax: EnforcedStyle: hash_rockets Style/SymbolArray: Enabled: false Style/Lambda: Enabled: false
Configure Rubocop for Ruby 1.8 compatible style
Style: Configure Rubocop for Ruby 1.8 compatible style
YAML
mit
jfelchner/ruby-progressbar,jfelchner/ruby-progressbar
bca98de1a687dc255d90858cdbead01f059f6c9a
config/locales/enumerations.pt-BR.yml
config/locales/enumerations.pt-BR.yml
pt-BR: enumerations: week_days: monday: 'Segunda-feira' tuesday: 'Terça-feira' wednesday: 'Quarta-feira' thursday: 'Quinta-feira' friday: 'Sexta-feira' saturday: 'Sábado' sunday: 'Domingo' worker_kind: pf: 'Pessoa física' pj: 'Pessoa jurídica'
pt-BR: enumerations: week_days: monday: 'Segunda-feira' tuesday: 'Terça-feira' wednesday: 'Quarta-feira' thursday: 'Quinta-feira' friday: 'Sexta-feira' saturday: 'Sábado' sunday: 'Domingo' worker_kind: pf: 'Pessoa física' pj: 'Pessoa jurídica' points_k...
Move texto do enumeration de points kind para locale
Move texto do enumeration de points kind para locale
YAML
mit
lucasrcdias/controle-pontos,lucasrcdias/controle-pontos,lucasrcdias/controle-pontos
39d8b9a6c0cfcb6e690d475a1e5bf3b320b39f39
.pyup.yml
.pyup.yml
# PyUp config # https://pyup.io/docs/bot/config/ # Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix. search: False schedule: "every week on sunday" requirements: - requirements-app.txt: update: all pin: True - requirements-dev.txt: update: False pin: True -...
# PyUp config # https://pyup.io/docs/bot/config/ # Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix. search: False schedule: "every week on sunday" requirements: - requirements.in: update: all pin: True - requirements-dev.in: update: False pin: True - requi...
Update PyUp configuration for pip-tools
Update PyUp configuration for pip-tools
YAML
mit
alphagov/digitalmarketplace-admin-frontend,alphagov/digitalmarketplace-admin-frontend,alphagov/digitalmarketplace-admin-frontend,alphagov/digitalmarketplace-admin-frontend
b0d33fdd03e5e1ebec40dc36d43c075af9180ed2
.zuul.yml
.zuul.yml
ui: tape browsers: - name: chrome version: 32..latest # - name: safari # version: latest # - name: ie # version: 9..latest - name: firefox version: 26..latest server: ./test/server.js
ui: tape browsers: - name: chrome version: 32..latest # - name: safari # version: latest # - name: ie # version: 9..latest - name: firefox version: 27..latest server: ./test/server.js
Remove firefox 26 from testing
Remove firefox 26 from testing
YAML
apache-2.0
eightyeight/rtc-signaller,rtc-io/rtc-signaller
2c211aa20fec597349401023fba82f2ccf18deb0
.ci/buildkite/pipeline.template.yml
.ci/buildkite/pipeline.template.yml
steps: - name: ":fastlane: Test iOS" command: .ci/scripts/test-ios agents: name: "$BUILDKITE_AGENT_META_DATA_NAME" - name: ":fastlane: Test iOS Extension" command: .ci/scripts/test-ios-extension agents: name: "$BUILDKITE_AGENT_META_DATA_NAME" - type: "waiter" - name:...
steps: # - # name: ":fastlane: Test iOS" # command: .ci/scripts/test-ios # agents: # name: "$BUILDKITE_AGENT_META_DATA_NAME" # - # name: ":fastlane: Test iOS Extension" # command: .ci/scripts/test-ios-extension # agents: # name: "$BUILDKITE_AGENT_META_DATA_NAME" # - # type:...
Remove the extension tests from CI
[OPR-118]: Remove the extension tests from CI Currently there are just a few too many annoying unit tests which fail. They all get run in the main iOS test suite - so, having them run 2, 3 or 4 times increases the likelihood that any one will fail.
YAML
mit
cezarywojcik/Operations,blg-andreasbraun/ProcedureKit,ProcedureKit/ProcedureKit,blg-andreasbraun/Operations,ProcedureKit/ProcedureKit,ProcedureKit/ProcedureKit,blg-andreasbraun/Operations,danthorpe/Operations,cezarywojcik/Operations,cezarywojcik/Operations,danthorpe/Operations,danthorpe/Operations,blg-andreasbraun/Oper...
f3007586ca52e6984ca083fb52b8b4634b0716e7
.github/workflows/linux_mkspecs.yml
.github/workflows/linux_mkspecs.yml
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/actio...
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/actio...
Update Linux C++ make-specs to new version 3.0.0
Update Linux C++ make-specs to new version 3.0.0
YAML
bsd-3-clause
steinwurf/stub,steinwurf/stub
08bc7f34be79b8531ee44f23f16fa00d686cfd58
.github/workflows/linux_mkspecs.yml
.github/workflows/linux_mkspecs.yml
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/actio...
name: Linux C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: Linux-mkspecs: uses: steinwurf/linux-mkspecs-action/.github/workflows/actio...
Update Linux C++ make-specs to new version 5.0.0
Update Linux C++ make-specs to new version 5.0.0
YAML
bsd-3-clause
steinwurf/recycle,steinwurf/recycle
2b4707515bb084e5b24a29cb66aaacadf9a23197
.github/workflows/documentation.yml
.github/workflows/documentation.yml
name: documentation on: pull_request: branches: [master] push: branches: [master] jobs: checks: if: github.event_name != 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: '12.x' ...
name: documentation on: pull_request: branches: [master] push: branches: [master] jobs: checks: if: github.event_name != 'push' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: '12.x' ...
Make sure we install from npm
Make sure we install from npm
YAML
mit
chartjs/Chart.smith.js
2fd3ccfc4d745f2f19b4fdf87fadbb08dab23a24
.github/workflows/macos_mkspecs.yml
.github/workflows/macos_mkspecs.yml
name: MacOS C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: MacOS-mkspecs: uses: steinwurf/macos-mkspecs-action/.github/workflows/actio...
name: MacOS C++ make-specs on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: MacOS-mkspecs: uses: steinwurf/macos-mkspecs-action/.github/workflows/actio...
Update MacOS C++ make-specs to new version 4.0.0
Update MacOS C++ make-specs to new version 4.0.0
YAML
bsd-3-clause
steinwurf/recycle,steinwurf/recycle
b5be647ce7579de7b4e2f711e4d19d2a9267a51c
azure-pipelines.yml
azure-pipelines.yml
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displa...
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displa...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
storybooks/storybook,storybooks/react-storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/react-storybook,storybooks/react-storybook,storybooks/react-storybook
9892822ef3fc171ce2432d992ad7d1109c669588
playbook/roles/varnish/tasks/main.yml
playbook/roles/varnish/tasks/main.yml
--- #- include: "yum.yml" - yum: name={{ item }} state=present with_items: - varnish - template: src=default.vcl.j2 dest=/etc/varnish/default.vcl backup=yes notify: - restart varnish - template: src=varnish.params.j2 dest=/etc/varnish/varnish.params backup=yes notify: ...
--- #- include: "yum.yml" - yum: name={{ item }} state=present with_items: - varnish - template: src=default.vcl.j2 dest=/etc/varnish/default.vcl backup=yes notify: - restart varnish - template: src=varnish.params.j2 dest=/etc/varnish/varnish.params backup=yes notify: ...
Fix varnish role with_items variable escaping.
Fix varnish role with_items variable escaping.
YAML
mit
wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina
a67c294828b53a0afcdcb16af317225e16b1d779
tasks/aws_repo_ops.yml
tasks/aws_repo_ops.yml
--- # Tag - name: Invoke aws_repo.py to do the {{ aws_repo_op }} for {{ aws_image }}:{{ aws_tag }} vars: aws_account_id: "{{ ansible_aws_instance_params.account_id }}" script: "../files/aws_repo_ops.py {{ aws_repo_op }} {{ ansible_aws_region }} {{ aws_account_id }}.dkr.ecr.{{ ansible_aws_region...
--- # Tag - name: Invoke aws_repo.py to do the {{ aws_repo_op }} for {{ aws_image }}:{{ aws_tag }} vars: aws_account_id: "{{ ansible_aws_instance_params.account_id }}" script: "roles/ansible_aws/files/aws_repo_ops.py {{ aws_repo_op }} {{ ansible_aws_region }} {{ aws_account_id }}.dkr.ecr.{{ ans...
Clarify path since task can be invoked form other roles
Clarify path since task can be invoked form other roles
YAML
bsd-2-clause
dieswaytoofast/ansible_aws
a9b2240b5546ad499f56703e23430ba63697b8eb
ansible/roles/notebook_host/tasks/setup_system.yml
ansible/roles/notebook_host/tasks/setup_system.yml
- name: Disable auto-updates on Pouta file: name=/etc/cron.daily/automatic_updates state=absent # fixes for centos 7.6 image, roll everything back to 7.5 - name: Move existing yum repo command: mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.back - name: optionally lock operating system min...
- name: Disable auto-updates on Pouta file: name=/etc/cron.daily/automatic_updates state=absent # fixes for centos 7.6 image, roll everything back to 7.5 - name: optionally lock operating system minor version in repo config yum_repository: name: "{{ item.name }}" baseurl: "http://vault.centos.org/7.5.1804/...
Rectify error when centos base repo is not present in pool_vms.
Rectify error when centos base repo is not present in pool_vms.
YAML
mit
CSC-IT-Center-for-Science/pouta-blueprints,CSC-IT-Center-for-Science/pouta-blueprints,CSC-IT-Center-for-Science/pouta-blueprints,CSC-IT-Center-for-Science/pouta-blueprints
8b84877d8557d7792cf199d9217c079bd28e36bb
install.yml
install.yml
--- # Here we describe every software we may want to install - hosts: all vars: oh_my_zsh_theme: agnoster roles: - role: osxc.packages brew_taps: - caskroom/fonts - motemen/ghq - peco/peco brew_packages: - cask - ghq - git - go - hub - peco - tig - wget ...
--- # Here we describe every software we may want to install - hosts: all vars: oh_my_zsh_theme: agnoster roles: - role: osxc.packages brew_taps: - caskroom/fonts - motemen/ghq - peco/peco brew_packages: - brew-cask - ghq - git - go - hub - peco - tig - wget...
Add brew-cask for brew upgrade
Add brew-cask for brew upgrade
YAML
mit
nettabo/starter
f1948df2cb6793ba232197979dae8e8a389aa722
install.yml
install.yml
--- - name: Playbook hosts: localhost gather_facts: no connection: local
--- - name: Playbook hosts: localhost gather_facts: no connection: local tasks: - name: "Install apt dependencies" apt: name: espeak update_cache: yes
Add ansible dependencies for espeak
Add ansible dependencies for espeak
YAML
mit
Ultchad/kalliope-espeak
e0447e9e74a1ccd30fcf2996cb1b4a39aa6382f8
conf/letsencrypt.yml
conf/letsencrypt.yml
--- - hosts: [ dev, qa, prod ] remote_user: ubuntu become: yes roles: - role: thefinn93.letsencrypt tags: letsencrypt letsencrypt_email: "{{letsencrypt_email_addr}}" letsencrypt_cert_domains: [ "{{server_name}}" ] letsencrypt_renewal_command_args: '--renew-hook "systemctl restart ngin...
--- - hosts: [ dev, qa, prod ] remote_user: ubuntu become: yes roles: - role: thefinn93.letsencrypt tags: letsencrypt letsencrypt_email: "{{letsencrypt_email_addr}}" letsencrypt_cert_domains: [ "{{server_name}}" ] letsencrypt_renewal_command_args: '--renew-hook "systemctl restart ngin...
Fix Nginx not restarting after cert renewal
Fix Nginx not restarting after cert renewal
YAML
agpl-3.0
Tradenomiliitto/tradenomiitti,Tradenomiliitto/tradenomiitti,Tradenomiliitto/tradenomiitti
f6e9452eadfeaab0ff9277b837bd2d2021235ab6
azure-pipelines.yml
azure-pipelines.yml
# ASP.NET Core (.NET Framework) # Build and test ASP.NET Core projects targeting the full .NET Framework. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - master pr: - master pool: vmImage: 'windows-latest' variab...
# ASP.NET Core (.NET Framework) # Build and test ASP.NET Core projects targeting the full .NET Framework. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - master pr: - master pool: vmImage: 'windows-latest' variab...
Remove tests from main build (they are moved to separate build)
Remove tests from main build (they are moved to separate build)
YAML
mit
leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,leotsarev/joinrpg-net,leotsarev/joinrpg-net,joinrpg/joinrpg-net,joinrpg/joinrpg-net
c7c80d1595e750307b9a5e0457e18f5621dddf97
.github/workflows/python-publish.yml
.github/workflows/python-publish.yml
name: Publish on: # Dependency to a testing workflow workflow_run: workflows: ["Testing"] branches: [ master ] types: - completed jobs: publish: # Prevent Publish from running on forks. if: | github.repository == 'tensorflow/similarity' && ${{ github.event.workflow_run.conc...
name: Publish on: workflow_dispatch: # Allow manual triggers jobs: publish: # Prevent Publish from running on forks. if: | github.ref == 'refs/heads/master' && github.repository == 'tensorflow/similarity' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set ...
Make master publish a manual event.
Make master publish a manual event.
YAML
apache-2.0
tensorflow/similarity
9aeed1baaeb2eaa763474648f7feacfc56e4c8c3
app/config/services.yml
app/config/services.yml
# Learn more about services, parameters and containers at # http://symfony.com/doc/current/book/service_container.html parameters: # parameter_name: value services: # service_name: # class: AppBundle\Directory\ClassName # arguments: ["@another_service_name", "plain_value", "%parameter_name%"] a...
# Learn more about services, parameters and containers at # http://symfony.com/doc/current/book/service_container.html parameters: # parameter_name: value services: # service_name: # class: AppBundle\Directory\ClassName # arguments: ["@another_service_name", "plain_value", "%parameter_name%"] a...
Use parameters.secret to generate short codes
Use parameters.secret to generate short codes
YAML
mit
veloxy/purl,veloxy/purl,veloxy/purl
5fed7f17d8a9e905bfe4e3ff4dcad21e797cbd4f
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-gene...
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: db/development.sqlite3 # Warning: The database defined as "test" will be erased and # re-gene...
Add more to postgres pool for sneakers.
Add more to postgres pool for sneakers.
YAML
apache-2.0
pulibrary/pomegranate,pulibrary/pomegranate,pulibrary/pomegranate,pulibrary/pomegranate
e9a01799f081841ba3c1448ed83b1cb42f9ee134
exercises/scrabble-score/metadata.yml
exercises/scrabble-score/metadata.yml
--- blurb: "Write a program that, given a word, computes the scrabble score for that word." source: "Inspired by the Extreme Startup game" source_url: "https://github.com/rchatley/extreme_startup"
--- blurb: "Given a word, compute the scrabble score for that word." source: "Inspired by the Extreme Startup game" source_url: "https://github.com/rchatley/extreme_startup"
Remove "write a program" from scrabble-score exercise
Remove "write a program" from scrabble-score exercise
YAML
mit
petertseng/x-common,jmluy/x-common,kgengler/x-common,petertseng/x-common,rpottsoh/x-common,Vankog/problem-specifications,jmluy/x-common,ErikSchierboom/x-common,ErikSchierboom/x-common,kgengler/x-common,jmluy/x-common,exercism/x-common,rpottsoh/x-common,exercism/x-common,Vankog/problem-specifications
7ebfbb0253a8ec6be361c3a7388113df0e2276be
src/OpenConext/EngineBlockBundle/Resources/config/routing_api.yml
src/OpenConext/EngineBlockBundle/Resources/config/routing_api.yml
# This routing file is separated due to being hosted on a different sub-domain # see app/config/routing.yml api_heartbeat: path: / defaults: _controller: engineblock.controller.api.heartbeat:itWorksAction api_connections: path: /api/connections methods: [POST] defaults: ...
# This routing file is separated due to being hosted on a different sub-domain # see app/config/routing.yml api_heartbeat: path: / defaults: _controller: engineblock.controller.api.heartbeat:itWorksAction api_connections: path: /api/connections methods: [POST] defaults: ...
Add POST route for ARP API
Add POST route for ARP API
YAML
apache-2.0
thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock
94496e7dfffdba1446df364dad1760faaa628b1a
examples/encrypted/service_group.yml
examples/encrypted/service_group.yml
apiVersion: v1 kind: Secret metadata: name: ring-key-20170816102049 labels: habitat: "true" ring-key: "true" type: Opaque data: # base64-encoded ring key ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQ== --- apiVersion: habitat.sh/v1 k...
apiVersion: v1 kind: Secret metadata: name: ring-key-20170816102049 labels: habitat: "true" ring-key: "true" type: Opaque data: # base64-encoded ring key ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQo= --- apiVersion: habitat.sh/v1 k...
Update encoded key in example to match name
Update encoded key in example to match name
YAML
apache-2.0
kinvolk/habitat-operator,kinvolk/habitat-operator
a87946d9f91a753c1320c342dd6738de0deb266e
.pre-commit-config.yaml
.pre-commit-config.yaml
exclude: ^(tests/data/) repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-docstring-first - id: check-yaml - id: debug-statements - id: name-tests-test - id: requirements-txt-...
exclude: ^(tests/data/) repos: - repo: https://github.com/psf/black rev: 19.10b0 hooks: - id: black args: [-S, --line-length=79, --safe, --quiet] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer ...
Update pre-commit hooks to latest versions
Update pre-commit hooks to latest versions
YAML
apache-2.0
madmaze/pytesseract
94748fc87665e793af840df61a4d7c7df785add7
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
obstacle_range: 5.0 raytrace_range: 10.0 # footprint for KIT-C5 new model footprint: [[0.20, -0.30], [0.20, 0.30], [-0.50, 0.30], [-0.50, -0.30]] # inflation_radius: 0.5 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.02 z_voxels: 0.02 publish_voxel_map: false observation_sources: velodyne_sensor velodyne_sens...
obstacle_range: 5.0 raytrace_range: 10.0 # footprint for KIT-C5 new model footprint: [[0.20, -0.30], [0.20, 0.30], [-0.50, 0.30], [-0.50, -0.30]] # inflation_radius: 0.5 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.02 z_voxels: 0.02 publish_voxel_map: false observation_sources: velodyne_sensor velodyne_sens...
Modify param of minimum height of obstacles
Modify param of minimum height of obstacles
YAML
bsd-3-clause
CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg
06a6607b513ae5adb91f0fd35e017c1d52c1b014
packages/ar/arithmatic.yaml
packages/ar/arithmatic.yaml
homepage: '' changelog-type: '' hash: 23a6e4baeade5a2c9f17bebaea1c877cf9102632faa7bacc827f6ffb802bbb55 test-bench-deps: {} maintainer: hawk.alan@gmail.com synopsis: do things with numbers changelog: '' basic-deps: base: <10000 all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Alan Hawkins latest: '0.1.0.2' de...
homepage: '' changelog-type: '' hash: 51f7d45b4bd5972aa7c933fae8a8c73a6273fb563f5294baf95ac45058c4fef6 test-bench-deps: {} maintainer: hawk.alan@gmail.com synopsis: do things with numbers changelog: '' basic-deps: base: <10000 all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' author: Alan Hawkins latest: ...
Update from Hackage at 2017-01-26T03:29:02Z
Update from Hackage at 2017-01-26T03:29:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
30e21a89289c30491b606be8f7bba75c8060adee
packages/fu/fuzzy-time.yaml
packages/fu/fuzzy-time.yaml
homepage: https://github.com/NorfairKing/fuzzy-time changelog-type: markdown hash: bd2eba0448be8c36441dbe34daa05b5825bc7afdc6252ffc3e9f731ee79e4d8e test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: '' changelog: | # Changelog ## [0.2.0.0] - 2021-11-21 ### Changed - Got rid of CPP: Now requires `time >=...
homepage: https://github.com/NorfairKing/fuzzy-time changelog-type: markdown hash: 769fc273e9c4be85c2bb1315e6e09326789a9873f83dc354c1eed888b7f1b27a test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: '' changelog: | # Changelog ## [0.2.0.2] - 2022-09-24 ### Changed * Compatibility with GHC 9.4 ## [0.2...
Update from Hackage at 2022-09-24T18:50:55Z
Update from Hackage at 2022-09-24T18:50:55Z
YAML
mit
commercialhaskell/all-cabal-metadata
e1d13ca2ff65fbec2ebc7e8c471d9d94ad4d87bb
packages/ne/netlib-ffi.yaml
packages/ne/netlib-ffi.yaml
homepage: http://hub.darcs.net/thielema/netlib-ffi/ changelog-type: '' hash: a7062e0d875724271ddd463a96de1658a466e8dc1219f22af107065fad27ae5f test-bench-deps: {} maintainer: Henning Thielemann <haskell@henning-thielemann.de> synopsis: Helper modules for FFI to BLAS and LAPACK changelog: '' basic-deps: base: ! '>=4.5 ...
homepage: http://hub.darcs.net/thielema/netlib-ffi/ changelog-type: '' hash: d81fa5dadf88de069b56cceb5f7d1fb2cb4555ecf555686e1664ce87af85b229 test-bench-deps: {} maintainer: Henning Thielemann <haskell@henning-thielemann.de> synopsis: Helper modules for FFI to BLAS and LAPACK changelog: '' basic-deps: base: ! '>=4.5 ...
Update from Hackage at 2019-01-05T22:51:26Z
Update from Hackage at 2019-01-05T22:51:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
d5e8c03f2d6e38229c83ed3bb6df959ad846ca89
packages/se/servant-oauth2-examples.yaml
packages/se/servant-oauth2-examples.yaml
homepage: https://github.com/tweag/servant-oauth2#readme changelog-type: '' hash: 27eaa9ab02c8489efff162f1feb8c92f9b5fcbda948d89d4e4488c46db3b8dbf test-bench-deps: {} maintainer: noon.vandersilk@tweag.io synopsis: Example applications using this library in three ways. changelog: '' basic-deps: shakespeare: -any war...
homepage: https://github.com/tweag/servant-oauth2#readme changelog-type: '' hash: 6180e554ac720a3355f2aa9998a3384302b239d9bc294fc6c8784ee307fdec0d test-bench-deps: {} maintainer: noon.vandersilk@tweag.io synopsis: Example applications using this library in three ways. changelog: '' basic-deps: shakespeare: -any war...
Update from Hackage at 2022-07-18T12:31:30Z
Update from Hackage at 2022-07-18T12:31:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
0f637bb582eef938467c154fe1c2a090983af518
.github/workflows/repo-check.yml
.github/workflows/repo-check.yml
name: repo-check on: push: branches: - master pull_request: branches: - master jobs: copyright-check: runs-on: ubuntu-latest steps: - name: checkout MFEM uses: actions/checkout@v2 with: path: MFEM - name: copyright check run: | cd MFEM ...
name: repo-check on: push: branches: - master pull_request: branches: - master jobs: copyright-check: runs-on: ubuntu-latest steps: - name: checkout MFEM uses: actions/checkout@v2 with: path: MFEM - name: copyright check run: | cd MFEM ...
Fix action so that it captures 2020 in copyrights
Fix action so that it captures 2020 in copyrights
YAML
bsd-3-clause
mfem/mfem,mfem/mfem,mfem/mfem,mfem/mfem,mfem/mfem
fca613b3812a42da9f3b15ce6b485279c0148515
.azure-pipelines/jobs/package.yml
.azure-pipelines/jobs/package.yml
parameters: vmImage: jobs: - job: Package dependsOn: - Test_Primary - Test_Secondary pool: vmImage: ${{ parameters.vmImage }} steps: - task: UsePythonVersion@0 displayName: Use Python 3 latest inputs: versionSpec: '3' - bash: pip install twine nox setuptools wheel displayNam...
parameters: vmImage: jobs: - job: Package dependsOn: - Test_Primary - Test_Secondary pool: vmImage: ${{ parameters.vmImage }} steps: - task: UsePythonVersion@0 displayName: Use Python 3 latest inputs: versionSpec: '3' - bash: | git config --global user.email "pypa-dev@goog...
Build a dummy release on Azure Pipelines
Build a dummy release on Azure Pipelines
YAML
mit
pradyunsg/pip,xavfernandez/pip,pypa/pip,sbidoul/pip,xavfernandez/pip,xavfernandez/pip,pradyunsg/pip,pfmoore/pip,pfmoore/pip,pypa/pip,sbidoul/pip
cbdb0b8fa9561a7c503bc01e483bcdc2cdc08b36
.github/workflows/depsreview.yaml
.github/workflows/depsreview.yaml
name: 'Dependency Review' on: [pull_request] permissions: contents: read jobs: dependency-review: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' uses: actions/dependency-review-action@v2
name: 'Dependency Review' on: [pull_request] permissions: contents: read jobs: dependency-review: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' uses: actions/dependency-review-action@v3
Bump actions/dependency-review-action from 2 to 3
Bump actions/dependency-review-action from 2 to 3 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 2 to 3. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v2...v3) ...
YAML
mit
rspec/rspec-rails,rspec/rspec-rails,rspec/rspec-rails
31731e145a0667356ebe7c0aab88ff34602adc8f
zuul.d/layout.yaml
zuul.d/layout.yaml
- project: templates: - tripleo-buildimage-jobs - openstack-python3-yoga-jobs - release-notes-jobs-python3 post: jobs: - publish-openstack-python-branch-tarball
- project: templates: - tripleo-buildimage-jobs - openstack-python3-zed-jobs - release-notes-jobs-python3 post: jobs: - publish-openstack-python-branch-tarball
Use python job template for Zed
Use python job template for Zed the current master should be compatible with the Zed release of the other projects. Related-Bug: #1974244 Signed-off-by: Chandan Kumar (raukadah) <37614c4f126be5146599b9d19fe2ba37ae0ea495@redhat.com> Change-Id: I4ae059fe095378c3ee3b072b6216908a8988bf26
YAML
apache-2.0
openstack/tripleo-image-elements,openstack/tripleo-image-elements
0009afc2b31031f6cd50e60aec096421f7a9d3c7
.github/FUNDING.yml
.github/FUNDING.yml
open_collective: catalyst-cooperative custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PZBZDFNKBJW5E&source=url
open_collective: catalyst-cooperative github: catalyst-cooperative custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PZBZDFNKBJW5E&source=url
Add GitHub Sponsors to funding options.
Add GitHub Sponsors to funding options.
YAML
mit
catalyst-cooperative/pudl,catalyst-cooperative/pudl
5d8c66d6ca6a588b8b7ecdc455117ccf99d3fc75
roles/apigee-bootstrap/tasks/selinux.yml
roles/apigee-bootstrap/tasks/selinux.yml
--- - name: Install SELinux support yum: name: '{{ item }}' state: present with_items: - libselinux-python - selinux-policy - name: Disable SELinux selinux: state: disabled
--- - name: Install SELinux support yum: name: - libselinux-python - selinux-policy state: present - name: Disable SELinux selinux: state: disabled
Change yum module syntax from loop to list
Change yum module syntax from loop to list
YAML
apache-2.0
apigee/ansible-install,apigee/ansible-install
a9dae7cb5306ec75c978337dc3db3603acbffa3f
scripts/roles/cikit-php/tasks/xdebug.yml
scripts/roles/cikit-php/tasks/xdebug.yml
--- - name: Set name of directory for XDebug set_fact: cikit_php_xdebug: "xdebug-{{ php.xdebug }}" - name: Download XDebug get_url: url: "https://xdebug.org/files/{{ cikit_php_xdebug }}.tgz" dest: "/tmp/{{ cikit_php_xdebug }}.tgz" - name: Unarchive XDebug shell: "tar -xf /tmp/{{ cikit_php_xdebug }}....
--- - name: Set name of directory for XDebug set_fact: cikit_php_xdebug: "xdebug-{{ php.xdebug }}" - name: Download XDebug get_url: url: "https://xdebug.org/files/{{ cikit_php_xdebug }}.tgz" dest: "/tmp/{{ cikit_php_xdebug }}.tgz" - name: Unarchive XDebug shell: "tar -xf /tmp/{{ cikit_php_xdebug }}....
Check only environment variable name presence instead of possibly mutating value
[PHP] Check only environment variable name presence instead of possibly mutating value
YAML
apache-2.0
BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit
619c8b81a5fe3205167f3159bdb02f49a01af58c
zuul.d/layout.yaml
zuul.d/layout.yaml
--- - project: name: openstack/os-net-config templates: - tripleo-multinode-baremetal-minimal - tripleo-multinode-container-minimal - tripleo-ovb-check - tripleo-ovb-experimental
--- - project: name: openstack/os-net-config templates: - tripleo-multinode-baremetal-minimal - tripleo-multinode-container-minimal
Remove RH1 OVB jobs from configuration
Remove RH1 OVB jobs from configuration Remove OVB RH1 jobs from configuration for this repo Related-Bug: #1744763 Change-Id: I1850dfe4835d43fe9fe148aee1434d3a327a7231
YAML
apache-2.0
openstack/os-net-config
0a6aeebdbcec78f3b207703ab8a52b0b947fb561
.github/FUNDING.yml
.github/FUNDING.yml
# These are supported funding model platforms github: [richardwilkes] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift:...
# These are supported funding model platforms github: [richardwilkes] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift:...
Add link for one-time donations
Add link for one-time donations
YAML
mpl-2.0
richardwilkes/gcs,richardwilkes/gcs
f9870eceb9d02dddb63608fa7d83986792ffbaf8
.github/FUNDING.yml
.github/FUNDING.yml
custom: ["http://paypal.me/mattmajor14", https://www.buymeacoffee.com/mattmajordev]
custom: ["http://paypal.me/mattmajor14", "https://www.buymeacoffee.com/mattmajordev"]
Add BMC to funding options
Add BMC to funding options
YAML
mit
matt-major/do-wrapper,matt-major/do-wrapper
2485ca79d765cfdc667614c9cb71d5d892bdb73f
prow/monitoring/grafana_expose.yaml
prow/monitoring/grafana_expose.yaml
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort ports: - name: http port: 3001 targetPort: http selector: app: grafana --- apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/i...
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort ports: - name: http port: 3001 targetPort: http selector: app: grafana --- apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/i...
Fix grafana ingress static ip name.
Fix grafana ingress static ip name.
YAML
apache-2.0
cblecker/test-infra,krzyzacy/test-infra,BenTheElder/test-infra,BenTheElder/test-infra,brahmaroutu/test-infra,pwittrock/test-infra,brahmaroutu/test-infra,monopole/test-infra,dims/test-infra,jessfraz/test-infra,ixdy/kubernetes-test-infra,krzyzacy/test-infra,krzyzacy/test-infra,monopole/test-infra,BenTheElder/test-infra,f...
084916caf800625cd96d95a0fefd231b59fcd474
app.yaml
app.yaml
application: mallinson-shreddies version: 1 runtime: python27 api_version: 1 threadsafe: true default_expiration: "5d" builtins: - appstats: on - admin_redirect: on - deferred: on - remote_api: on libraries: - name: jinja2 version: "2.6" - name: markupsafe version: "0.15" - name: pycrypto version: "2.6" inbou...
application: mallinson-shreddies version: 1 runtime: python27 api_version: 1 threadsafe: true default_expiration: "5d" cron: - description: keep instance alive url: / schedule: every 2 minutes builtins: - appstats: on - admin_redirect: on - deferred: on - remote_api: on libraries: - name: jinja2 version: "2.6...
Add cron job to keep instance alive
Add cron job to keep instance alive If site is quiet, Google App Engine will close the instance, creating an initial latency to the user in the range of seconds. This pings the server every 2 minutes to prevent this.
YAML
artistic-2.0
danielchatfield/shreddi.es,danielchatfield/shreddi.es,danielchatfield/shreddi.es
557954ba0aeb13d79542fdebe5e710784f723643
app.yaml
app.yaml
application: oppia-test-server version: 2 runtime: python27 api_version: 1 threadsafe: false builtins: - remote_api: on handlers: - url: /favicon.ico static_files: static/images/favicon.ico upload: static/images/favicon.ico secure: always - url: /images static_dir: static/images secure: always - url: /img ...
application: oppia-test-server version: 2 runtime: python27 api_version: 1 threadsafe: false builtins: - remote_api: on handlers: - url: /favicon.ico static_files: static/images/favicon.ico upload: static/images/favicon.ico secure: always - url: /images static_dir: static/images secure: always - url: /img ...
Make static/ directory in data/widgets accessible for static file loading
Make static/ directory in data/widgets accessible for static file loading
YAML
apache-2.0
CMDann/oppia,jestapinski/oppia,souravbadami/oppia,gale320/oppia,MaximLich/oppia,aldeka/oppia,sunu/oppia,Atlas-Sailed-Co/oppia,felipecocco/oppia,sdulal/oppia,paulproteus/oppia-test-3,sbhowmik89/oppia,dippatel1994/oppia,jestapinski/oppia,michaelWagner/oppia,asandyz/oppia,virajprabhu/oppia,openhatch/oh-missions-oppia-beta...