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 |
|---|---|---|---|---|---|---|---|---|---|
5cd411ac67799f55214fc1e514833b17ad5a64d1 | pack.yaml | pack.yaml | ---
name : st2cd
description : pack of actions specifically created for the continuous delivery pipeline at StackStorm
version : 0.1
author : st2-dev
email : info@stackstorm.com
| ---
name : st2cd
description : pack of actions specifically created for the continuous delivery pipeline at StackStorm
version : 0.1.0
author : st2-dev
email : info@stackstorm.com
| Change the version to valid semver | Change the version to valid semver
As Winson pointed out, we don't have a semver string here and in st2ci, but it's assumed in the current pack management codebase. | YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd |
62f13e63d4c2fbd62fcc27b7001a36a724121812 | .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.10.1 to 2.10.2 | Bump ridedott/merge-me-action from 2.10.1 to 2.10.2
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.1 to 2.10.2.
- [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/GeneratedHydrator |
2ee93676860c54d3ca6e1bfb4f6dbbe43f7559b7 | utils/packaging/packaging_redhat.yml | utils/packaging/packaging_redhat.yml | ---
- name: Create temporary mount point
file: dest=temp state=directory
- name: Prepare a sparse file
shell: "{{ item }}"
with_items:
- fallocate -l 2G rootfs.img
- mkfs.btrfs rootfs.img
- mount -t btrfs -o compress=lzo rootfs.img temp
- rsync -a --xattrs {{ chrootpath }}/ tem... | ---
- name: Create temporary mount point
file: dest=temp state=directory
- name: Prepare a sparse file
shell: "{{ item }}"
with_items:
- fallocate -l 2G rootfs.img
- mkfs.ext4 -F rootfs.img
- mount -t ext4 rootfs.img temp
- rsync -a --xattrs {{ chrootpath }}/ temp/
- umou... | Use ext4 instead of btrfs | Use ext4 instead of btrfs
| YAML | apache-2.0 | squashible/squashible,squashible/squashible |
eced00177b6a8c27bd8f289df806bc537c965810 | packages/ea/easytensor-vulkan.yaml | packages/ea/easytensor-vulkan.yaml | homepage: https://github.com/achirkin/easytensor#readme
changelog-type: ''
hash: 1a4a0debf53db4278955d9e1b054d5b101155afb0f19a6fa793880f66f3a8768
test-bench-deps: {}
maintainer: chirkin@arch.ethz.ch
synopsis: Use easytensor with vulkan-api
changelog: ''
basic-deps:
easytensor: ! '>=1'
base: ! '>=4.10 && <5'
vulka... | homepage: https://github.com/achirkin/easytensor#readme
changelog-type: ''
hash: 3e0ddf68fc00fcb1dd2a5ad8889c3e142368dd391d4bf6de41776aaa6b2b8d47
test-bench-deps: {}
maintainer: achirkin@users.noreply.github.com
synopsis: Use easytensor with vulkan-api.
changelog: ''
basic-deps:
easytensor: ! '>=2 && <3'
base: ! '>... | Update from Hackage at 2019-06-07T19:02:18Z | Update from Hackage at 2019-06-07T19:02:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
fcff1f86fb6c6a19cbf0b4d343f14fdaec010d30 | packages/ea/easytensor-vulkan.yaml | packages/ea/easytensor-vulkan.yaml | homepage: https://github.com/achirkin/easytensor#readme
changelog-type: ''
hash: 8f73379833ced2384bb453c91a4d02a4f672639e901b13795920e8296b2d3fc3
test-bench-deps: {}
maintainer: achirkin@users.noreply.github.com
synopsis: Use easytensor with vulkan-api.
changelog: ''
basic-deps:
easytensor: ! '>=2.0.1.0 && <3'
base... | homepage: https://github.com/achirkin/easytensor#readme
changelog-type: ''
hash: 7156156b3f2ad9e34a4b0e2d56236d4c8ba9ef88a531a0297864defb4eae0fb3
test-bench-deps: {}
maintainer: achirkin@users.noreply.github.com
synopsis: Use easytensor with vulkan-api.
changelog: ''
basic-deps:
easytensor: '>=2.0.1.0 && <3'
base: ... | Update from Hackage at 2021-04-05T14:31:08Z | Update from Hackage at 2021-04-05T14:31:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a903b35731d2fe673b3ff2467863aae227856ee0 | roles/keitaro.db_restore/tasks/main.yml | roles/keitaro.db_restore/tasks/main.yml | - name: Drop newly created keitaro DB
shell: mysql -e "DROP DATABASE keitaro"
- name: Restore DB from sql dump
shell: mysql --user={{ db_user }} --password={{ db_password }} {{ db_name }} < '{{ db_restore_path }}'
args:
chdir: ../
- name: Reset Keitaro salt
lineinfile:
path: "{{ keitaro.path }}/applic... | - name: Drop newly created keitaro DB
shell: mysql -e "DROP DATABASE {{ db_name }}; CREATE DATABASE {{ db_name }}"
- name: Restore DB from sql dump
shell: mysql --user={{ db_user }} --password={{ db_password }} {{ db_name }} < '{{ db_restore_path }}'
args:
chdir: ../
- name: Reset Keitaro salt
lineinfile:... | Create empty database before restoring | Create empty database before restoring
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
530b7378701f834da62dc3e77025b5545e11b70c | roles/keitaro.nginx-tune/tasks/main.yml | roles/keitaro.nginx-tune/tasks/main.yml | - name: Make status logs dir
file:
path: /var/log/nginx/status
state: directory
- name: Make logrotate hourly dir
file:
path: /etc/logrotate.hourly.d/
state: directory
- name: Install proper files
copy:
src: "{{ item.path }}"
dest: "/{{ item.path }}"
mode: "{{ item.mode }}"
with_it... | - name: Make status logs dir
file:
path: /var/log/nginx/status
state: directory
- name: Make logrotate hourly dir
file:
path: /etc/logrotate.hourly.d/
state: directory
- name: Install proper files
copy:
src: "{{ item.path }}"
dest: "/{{ item.path }}"
mode: "{{ item.mode }}"
with_it... | Add saving stats cron job | Add saving stats cron job
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
32e935801398b8869fc2ed597bdf58b0200cfb75 | packages/pr/primitive-checked.yaml | packages/pr/primitive-checked.yaml | homepage: https://github.com/andrewthad/primitive-checked#readme
changelog-type: ''
hash: a1bfaf9b0e2a70c4a4228d1e306b0267241ac12e0c8378a7c56d898ab76dffc8
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: primitive functions with bounds-checking
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
prim... | homepage: https://github.com/andrewthad/primitive-checked#readme
changelog-type: ''
hash: 31bdf3266f4b5630227e028d1bd2e528a164ab0ff166890947a8b56b3c0a73c1
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: primitive functions with bounds-checking
changelog: ''
basic-deps:
base: ! '>=4.9.1.0 && <5'
... | Update from Hackage at 2018-07-10T03:51:59Z | Update from Hackage at 2018-07-10T03:51:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
20ac6a33a4c5b2aa84cf0c44a725511c57ace04d | _config/site.yml | _config/site.yml | title: Immutant
profiles:
staging:
base_url: http://staging.immutant.org/
deploy:
host: immutant.org
path: /var/www/domains/immutant.org/staging/htdocs
production:
base_url: http://immutant.org/
deploy:
host: immutant.org
path: /var/www/domains/immutant.org/www/htdocs
deve... | title: Immutant
profiles:
staging:
base_url: http://staging.immutant.org/
deploy:
host: immutant.org
path: /var/www/domains/immutant.org/staging/htdocs
production:
base_url: http://immutant.org/
deploy:
host: immutant.org
path: /var/www/domains/immutant.org/www/htdocs
deve... | Update plugin version to 0.15.1. | Update plugin version to 0.15.1.
| YAML | apache-2.0 | immutant/immutant.org,immutant/immutant.org,immutant/immutant.org |
beffacc6d738142d3e5ed4bd0a1e85e4b8df04a1 | helm_deploy/cla-public/values-staging.yaml | helm_deploy/cla-public/values-staging.yaml | # Default values for cla-public in a staging environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: staging
backend_base_uri: https://staging-backend.cla.dsd.io/
laalaa_api_host: https://laa-legal-adviser-api-staging.apps.live... | # Default values for cla-public in a staging environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
image:
pullPolicy: IfNotPresent
environment: staging
backend_base_uri: https://staging-backend.cla.dsd.io/
laalaa_api_host: https://laa-legal-adviser-api-staging.apps.live... | Use wildcard cert for multideploy ingress | Use wildcard cert for multideploy ingress
| YAML | mit | ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public |
d1cbaeb249e820f6992d41f949861447c64e2751 | .github/workflows/continous-integration.yml | .github/workflows/continous-integration.yml | name: Continous Integration
on: [push, pull_request]
jobs:
run-tests:
name: Run PHPUnit tests
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Copy sample.env to .env
run: cp sample.env .env
- name: Build and start t... | name: Continous Integration
on: [push, pull_request]
jobs:
run-tests:
name: Run PHPUnit tests
runs-on: ubuntu-latest
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Copy sample.env to .env
run: cp sample.env .env
- name: Build and start t... | Remove PHPStorm specific output format | Remove PHPStorm specific output format | YAML | agpl-3.0 | WEEE-Open/tarallo-backend,WEEE-Open/tarallo-backend |
e4facefaac7208e8cc8978502ec3c9c0d5a6a830 | locale/flarum-sticky.yml | locale/flarum-sticky.yml | flarum-sticky:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Strings in this namespace are used by the admin interface.
admin:
# These strings are used in the Permissions page of the admin interface.
permissions:
sticky_discussions_label: Sticky discussions
... | flarum-sticky:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Strings in this namespace are used by the admin interface.
admin:
# These strings are used in the Permissions page of the admin interface.
permissions:
sticky_discussions_label: Sticky discussions
... | Clean up reused "sticky" string | Clean up reused "sticky" string
- Adds a reused string and two references
| YAML | mit | balkanje/flarum-ext-bosnian1,FlarumChina/flarum-ext-simplified-chinese-pro,pladask/flarum-ext-norwegian-nynorsk,FlarumChina/flarum-ext-simplified-chinese-pro,pladask/flarum-ext-norwegian-nynorsk,ogioncz/flarum-ext-czech,ogioncz/flarum-ext-czech,flarum/english,pladask/flarum-ext-norwegian-bokmal,gtugablue/flarum-ext-por... |
1dfb1a1e1dce8c72570c42c02a507d7de8b70f98 | website/stack.yaml | website/stack.yaml |
resolver: lts-3.9
packages: []
extra-deps:
- extra-1.4.2
- tagsoup-0.13.3
- markdown-0.1.13.2
| # Run:
# stack build extra tagsoup markdown
# stack ghci
resolver: lts-3.9
packages: []
| Update the Stack.yaml file to say how to run things | Update the Stack.yaml file to say how to run things
| YAML | bsd-3-clause | ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake,ndmitchell/shake |
644805b7b6589cd29c29dc3ce6044d51ed731e72 | zuul/site-variables.yaml | zuul/site-variables.yaml | # This file contains ansible variables that are used by our zuul-executors.
---
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "IAD.... | # This file contains ansible variables that are used by our zuul-executors.
---
# NOTE(ianw): 2019-05 this list of clouds will grow as we provision
# new opendev.org based mirrors, but then eventually be removed once
# all are updated.
zuul_site_mirror_fqdn: >-
{%- if nodepool.region + "." + nodepool.cloud in [ "DFW.... | Revert "Enable IAD opendev.org mirror" | Revert "Enable IAD opendev.org mirror"
This reverts commit 3e5df9727f246f6504fc41bf5d9354b6fec67b2b.
We have been testing with the kernel referenced in the original for
several days and have enough data. There is an open issue with oops
in fscache which we need to resolve for this to be stable.
Change-Id: I691e2bd6... | YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
e856e422dcabb4a942c4687b909eb66594f76a03 | recipes/pydeck-earthengine-layers/meta.yaml | recipes/pydeck-earthengine-layers/meta.yaml | {% set name = "pydeck-earthengine-layers" %}
{% set version = "1.0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: "0cf5c8034a44f2ecd7e925e5033f853ecb420ef4ddcf49dc4f4f8d6ff736e96b"
buil... | {% set name = "pydeck-earthengine-layers" %}
{% set version = "1.0.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: "0cf5c8034a44f2ecd7e925e5033f853ecb420ef4ddcf49dc4f4f8d6ff736e96b"
buil... | Add setuptools and twine to build requirements | Add setuptools and twine to build requirements
| YAML | bsd-3-clause | ocefpaf/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,petrushy/staged-recipes,jochym/staged-recipes,chrisburr/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged... |
dd8897157cbbee07c7098a6d6006a8593b43c568 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: CI
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14
steps:
- uses: actions/checkout@v2
- name: Set up system
run: bin/before_install
- name: Set up Node
uses: actions/se... | name: CI
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14
steps:
- uses: actions/checkout@v2
- name: Set up system
run: bin/before_install
- name: Set up Node
... | Add manual option for CI github workflow | Add manual option for CI github workflow
| YAML | apache-2.0 | ManageIQ/manageiq-ui-service,ManageIQ/manageiq-ui-service,ManageIQ/manageiq-ui-service |
d9e15ac23d43713d6f1547f551bd56fb9d277574 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: "CI"
on:
pull_request:
push:
branches:
- "master"
schedule:
- cron: "42 3 * * *"
workflow_dispatch:
jobs:
phpunit:
name: "PHPUnit"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
dependencies:... | name: "CI"
on:
pull_request:
push:
branches:
- "master"
workflow_dispatch:
jobs:
phpunit:
name: "PHPUnit"
runs-on: "ubuntu-20.04"
strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
dependencies:
- "highest"
steps:
... | Drop on "schedule" from CI | Drop on "schedule" from CI
It disables Actions after a while of inactivity
| YAML | mit | php-ds/polyfill |
143fe2c5ba7c122a38fb8a3fbd6bc744b2c51f3c | .github/workflows/CodeQL_Analysis.yml | .github/workflows/CodeQL_Analysis.yml | name: "CodeQL"
permissions:
contents: read
security-events: write
actions: read
deployments: none
packages: none
on:
push:
pull_request:
schedule:
- cron: '0 6 * * 1'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/c... | name: "CodeQL"
permissions:
contents: read
security-events: write
actions: read
deployments: none
packages: none
on:
push:
pull_request:
schedule:
- cron: '0 6 * * 1'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/c... | Bump github/codeql-action from 1.0.26 to 1.0.27 | Bump github/codeql-action from 1.0.26 to 1.0.27
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.26 to 1.0.27.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/g... | YAML | mit | LeSuisse/vault-gpg-plugin,LeSuisse/vault-gpg-plugin |
01ae327b1cd72a0feb5a935166b9b61765fc0410 | Vokal-Swift.xctemplate/.swiftlint.yml | Vokal-Swift.xctemplate/.swiftlint.yml | disabled_rules:
- trailing_whitespace
- variable_name
- todo
- type_name
- function_parameter_count
- type_body_length
- function_body_length
- file_length
- line_length
- nesting
- cyclomatic_complexity
- control_statement
opt_in_rules:
- force_unwrapping
force_unwrapping:
severity: error... | disabled_rules:
- control_statement
- cyclomatic_complexity
- file_length
- function_body_length
- function_parameter_count
- line_length
- nesting
- todo
- trailing_whitespace
- type_body_length
- type_name
- unused_optional_binding
- variable_name
opt_in_rules:
- force_unwrapping
force_u... | Disable unused_optional_binding in SwiftLint yml | Disable unused_optional_binding in SwiftLint yml
Seeing many false positives/negatives with this
| YAML | mit | bryanluby/Xcode-Template,vokal/Xcode-Template |
e3ea7e263e609ccdd4bfb81510fc27c33f1eaff5 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: heading
label: Main Content
- type: directory
path: content/tool
label: Tool
create: all
match: "**/*"
templates:
- tool
- type: directory
path: content/showcase
label: Showcase
create: all
match: "**/*... | ---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: heading
label: Main Content
- type: directory
path: content/tool
label: Tool
create: all
match: "**/*"
templates:
- tool
- type: directory
path: content/showcase
label: Showcase
create: all
match: "**/*... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic |
534429031e7364bfff638424f160efb3b7668280 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
collections:
- path: ''
label: Pages
create: all
- path: _posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
| ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
- type: directory
path: _data
label: Data
create: none
match: "**/*.{json,yaml,yml}"
upload_dir: uploads
public_path: "/uploads"
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | jloh/lists,jloh/lists,jloh/lists |
34ee984e6855243b8028b09d32d11d9fc36080e3 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: true
admin_path: "/admin"
webhook_url:
sections:
- type: jekyll-posts
label: News & Results
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
build:
preview_command: bundle exec jekyll build --... | ---
new_page_extension: md
auto_deploy: true
admin_path: admin
webhook_url:
sections:
- type: jekyll-posts
label: News & Results
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
build:
preview_command: bundle exec jekyll build --dra... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | digitalfort/goulburnspeedway |
70ebc2c7ca6bb7347936dc0a4c0d01cb4bbd8475 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: heading
label: Main Content
- type: directory
path: content/tool
label: Tools Directory
create: all
match: "**/*"
templates:
- tool
- type: directory
path: content/showcase
label: Showcase
create: all
m... | ---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: heading
label: Main Content
- type: directory
path: content/tool
label: Tools Directory
create: all
match: "**/*"
templates:
- tool
- type: directory
path: content/showcase
label: Showcase
create: all
m... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org |
b7ac91205b0a47fad797e638d2057134259d98be | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_command: npm install
preview_docker_image: node:10
mount_path: "/srv"
working... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_command: npm install
preview_docker_image: node:10
mount_path: "/srv"
worki... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | Narno/narno.com,Narno/narno.com |
44878bd545c3beac1a545f60e392ade9d1469aea | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
versioning-strategy: increase-if-necessary
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
| version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
versioning-strategy: increase-if-necessary
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
| Update GH Actions less frequently | Update GH Actions less frequently
| YAML | mit | noflo/noflo |
7e660ffb70d422ce55e0119323d203f7787e9ab5 | .dependabot/config.yml | .dependabot/config.yml | version: 1
update_configs:
- package_manager: "go:dep"
directory: "/"
update_schedule: "daily"
| version: 1
update_configs:
- package_manager: "go:dep"
directory: "/"
update_schedule: "daily"
target_branch: "v7"
| Switch dependabot to target v7 branch | Switch dependabot to target v7 branch
Signed-off-by: Jenna Goldstrich <ece644b3066e86d728b815a5811e74b079a9aacc@pivotal.io>
| YAML | apache-2.0 | cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli |
7a4c01e84ddc2732986e7f2e901dd2c6f0701003 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
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.cl... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
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.cl... | 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 |
7342c706f15351ff2fa3c5f8891f401c185c1409 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: true
admin_path: admin
webhook_url:
sections:
- type: jekyll-posts
label: News & Results
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
build:
preview_command: bundle exec jekyll build --dra... | ---
new_page_extension: md
auto_deploy: true
admin_path: "/admin"
webhook_url:
sections:
- type: jekyll-posts
label: News & Results
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
build:
preview_command: bundle exec jekyll build --... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | digitalfort/goulburnspeedway |
c2c8c97c01d79ffdf21a3d6670f680c9d88c7d45 | .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://help.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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-update... | Stop dependency Updates for 2.5.x | Stop dependency Updates for 2.5.x
| YAML | mit | freefair/okhttp-spring-boot |
a4328a66687e62fb4826e4645b2cad1f59b50e34 | metadata/com.github.igrmk.smsq.yml | metadata/com.github.igrmk.smsq.yml | Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: igrmk
AuthorEmail: igrmkx@gmail.com
WebSite: https://smsq.me
SourceCode: https://github.com/igrmk/smsq
IssueTracker: https://github.com/igrmk/smsq/issues
Bitcoin: 32JdGEVP42WiVxsADa3Z65qn1xe2K7Yg3S
Litecoin: MCCRrC4NcT926bDRchpKxQ5kmatzcEMaz7
AutoName: smsQ... | Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: igrmk
AuthorEmail: igrmkx@gmail.com
WebSite: https://smsq.me
SourceCode: https://github.com/igrmk/smsq
IssueTracker: https://github.com/igrmk/smsq/issues
Bitcoin: 32JdGEVP42WiVxsADa3Z65qn1xe2K7Yg3S
Litecoin: MCCRrC4NcT926bDRchpKxQ5kmatzcEMaz7
AutoName: smsQ... | Update smsQ to 1.6 (16) | Update smsQ to 1.6 (16)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2c41b5f299c5a680d5f05e1ea3a07208529a71f9 | metadata/com.rtbishop.look4sat.yml | metadata/com.rtbishop.look4sat.yml | Categories:
- Science & Education
License: GPL-2.0-only
AuthorName: Arty Bishop
AuthorEmail: bishop.arty@gmail.com
SourceCode: https://github.com/rt-bishop/Look4Sat
IssueTracker: https://github.com/rt-bishop/Look4Sat/issues
Changelog: https://github.com/rt-bishop/Look4Sat/releases
AutoName: Look4Sat
RepoType: git
R... | Categories:
- Science & Education
License: GPL-2.0-only
AuthorName: Arty Bishop
AuthorEmail: bishop.arty@gmail.com
SourceCode: https://github.com/rt-bishop/Look4Sat
IssueTracker: https://github.com/rt-bishop/Look4Sat/issues
Changelog: https://github.com/rt-bishop/Look4Sat/releases
AutoName: Look4Sat
RepoType: git
R... | Update Look4Sat to 2.0.1 (201) | Update Look4Sat to 2.0.1 (201)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0c4db4e398791c8a0872db0459819c9b0f6bc47c | metadata/rocks.tbog.tblauncher.yml | metadata/rocks.tbog.tblauncher.yml | Categories:
- System
- Theming
License: GPL-3.0-only
AuthorName: TBog
SourceCode: https://github.com/TBog/TBLauncher
IssueTracker: https://github.com/TBog/TBLauncher/issues
AutoName: TinyBit launcher
RepoType: git
Repo: https://github.com/TBog/TBLauncher
Builds:
- versionName: '4.5'
versionCode: 14
com... | Categories:
- System
- Theming
License: GPL-3.0-only
AuthorName: TBog
SourceCode: https://github.com/TBog/TBLauncher
IssueTracker: https://github.com/TBog/TBLauncher/issues
AutoName: TinyBit launcher
RepoType: git
Repo: https://github.com/TBog/TBLauncher
Builds:
- versionName: '4.5'
versionCode: 14
com... | Update TinyBit launcher to 4.7 (16) | Update TinyBit launcher to 4.7 (16)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
0d6dd4df27aff168bc0aa151ca507195c7521153 | manifest.yml | manifest.yml | ---
language: staticfile
default_versions:
- name: nginx
version: 1.13.12
dependencies:
- name: nginx
version: 1.13.12
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.12-linux-x64-d1593c9d.tgz
sha256: d1593c9d76ee25e28a7811dd09eadd6ee83ee26dfec90ba3a64f8d8c1cf65a73
cf_stacks:
- cflinu... | ---
language: staticfile
default_versions:
- name: nginx
version: 1.15.0
dependencies:
- name: nginx
version: 1.15.0
uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.15.0-linux-x64-fcf8f112.tgz
sha256: fcf8f1128d66c8a654865657517be7dcba71ffbe1091bc198a9d663036083aa9
cf_stacks:
- cflinuxfs... | Add nginx 1.15.0, remove nginx 1.13.12 | Add nginx 1.15.0, remove nginx 1.13.12
source url: http://nginx.org/download/nginx-1.15.0.tar.gz
source gpg-signature:
-----BEGIN PGP SIGNATURE-----
iQEcBAABAgAGBQJbFpWVAAoJEFIKmZOhwFL4XrEIAJp+3L5sf5IB+eefODYGpLUt
3SZuzybqTIJ5KZM0Qk5bj+FS28/XEBcNqOa6sgwBBuSVwFbaJYXjjQ4AVIvnwjty
YLv83dQbVDWPsBmn0aUEh6BiLhgK5zzznix4LdG... | YAML | apache-2.0 | cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack |
35935f62fe7c1c4fc60cd6e24d1f539f35dcfeb0 | manifest.yml | manifest.yml | ---
applications:
- name: halliwell
buildpack: https://github.com/cloudfoundry/python-buildpack#v1.5.3
command: python launch.py
disk_quota: 512M
memory: 256M
no-route: true | ---
applications:
- name: halliwell
buildpack: https://github.com/cloudfoundry/python-buildpack#v1.5.3
command: python launch.py
disk_quota: 512M
memory: 128M
no-route: true | Reduce required CF resource further | Reduce required CF resource further
| YAML | isc | textbook/halliwell |
e4c3de388909f08b93e13e3919b44cd7cf86872b | src/Resources/config/common.yml | src/Resources/config/common.yml | services:
swagger.external.filesystem:
class: Symfony\Component\Filesystem\Filesystem
swagger.processor.routing:
class: Insidion\SwaggerBundle\Processor\RoutingProcessor
arguments: ['@router', '%morlack.swagger.info%']
swagger.processor.schema:
class: Insidion\SwaggerBundle\Processor\SchemaP... | services:
_defaults:
public: true
swagger.external.filesystem:
class: Symfony\Component\Filesystem\Filesystem
swagger.processor.routing:
class: Insidion\SwaggerBundle\Processor\RoutingProcessor
arguments: ['@router', '%morlack.swagger.info%']
swagger.processor.schema:
class: Insidion\... | Make services public by default | Make services public by default
| YAML | mit | tomasz-ryba/InsidionSwaggerBundle,tomasz-ryba/InsidionSwaggerBundle,tomasz-ryba/InsidionSwaggerBundle |
aaafb62ba0ffd03073cfbf829b13d535cb13d74a | metallus.yml | metallus.yml | software_groups: &software
- "base"
jobs:
runit_common:
software_groups: *software
builder: "make"
base: "ubuntu:12.04"
packages:
- type: debian
name: runit-common
depends:
- runit
- postfix
repos:
- mxm-public
target: install
| software_groups: &software
- "base"
jobs:
runit_common:
software_groups: *software
builder: "make"
base: "ubuntu:12.04"
packages:
- type: debian
name: runit-common
depends:
- runit
- runit-logging
- postfix
repos:
- mxm-public
... | Add runit-logging as a dependency | Add runit-logging as a dependency | YAML | bsd-3-clause | madebymany/runit-common-package |
80eec3d000550232032421cb0b3d43dff6aab1fe | ops/user.yml | ops/user.yml | ---
- name: Add or update the existing user on Ubuntu servers
hosts: server
sudo: yes
roles:
- user
vars_prompt:
- name: "username"
prompt: "New username"
private: no
- name: "password"
prompt: "New password"
encrypt: "md5_crypt"
salt_size: 7
confirm: yes
-... | ---
- name: Add or update the existing user on Ubuntu servers
hosts: server
sudo: yes
roles:
- user
vars_prompt:
- name: "username"
prompt: "New username"
private: no
- name: "password"
prompt: "New password"
encrypt: "sha512_crypt"
confirm: yes
- name: "id_rsa_p... | Switch from `md5_crypt` to `sha512_crypt` for better security | Switch from `md5_crypt` to `sha512_crypt` for better security
See: https://pythonhosted.org/passlib/lib/passlib.hash.md5_crypt.html
| YAML | mit | zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub |
76c31fc343b5ff3217690232a5fd76d0e2e16480 | manifest.yml | manifest.yml | applications:
- path: target/cdiasyncdemo.war
memory: 512M
instances: 1
domain: eu-gb.mybluemix.net
name: CdiAsyncDemo
host: CdiAsyncDemo
disk_quota: 1024M
env:
IBM_JVM_LICENSE: L-JWOD-9SYNCP
IBM_LIBERTY_LICENSE: L-MCAO-9SYMVC
JBP_CONFIG_IBMJDK: 'version: 1.8.+'
| applications:
- path: target/cdiasyncdemo.war
memory: 512M
instances: 1
domain: eu-gb.mybluemix.net
name: CdiAsyncDemo
host: CdiAsyncDemo
disk_quota: 1024M
env:
IBM_JVM_LICENSE: L-JWOD-9SYNCP
IBM_LIBERTY_LICENSE: L-MCAO-9SYMVC
JBP_CONFIG_IBMJDK: 'version: 1.8.+'
JBP_CONFIG_LIBERTY "app_archive... | Set Java EE Full Profile | Set Java EE Full Profile | YAML | apache-2.0 | sknitelius/CdiAsyncDemo,sknitelius/CdiAsyncDemo |
48a25d306becf32cd7e169511b10473d984ae7ff | manifest.yml | manifest.yml | ---
applications:
- name: chaos-galago-broker
memory: 20M
disk_quota: 50M
instances: 2
path: broker
services:
- chaos-galago-db
- name: chaos-galago-processor
memory: 20M
disk_quota: 50M
instances: 2
path: processor
no-route: true
services:
- chaos-galago-db
- cf-service
| ---
applications:
- name: chaos-galago-broker
memory: 20M
disk_quota: 50M
instances: 2
path: broker
services:
- chaos-galago-db
- name: chaos-galago-processor
memory: 20M
disk_quota: 50M
instances: 2
path: processor
no-route: true
health-check-type: none
services:
- chaos-galago-db
- cf-se... | Update health check to work for diego, no route is not enough anymore | Update health check to work for diego, no route is not enough anymore
| YAML | mit | FidelityInternational/chaos-galago,FidelityInternational/chaos-galago |
4c8b74be42d152dde2c7337f60822e772215fb56 | docker/docker-compose.yml | docker/docker-compose.yml | db:
image: mysql:5.5
environment:
- MYSQL_DATABASE=bedrock
- MYSQL_USER=bedrock
- MYSQL_PASSWORD=bedrock
- MYSQL_ROOT_PASSWORD=root
web:
build: ../
ports:
- "8000:8000"
links:
- db
environment:
- PYTHONDONTWRITEBYTECODE=1
- DATABASE_URL=mysql://bedrock:bedrock@db/bedrock
... | db:
image: postgres:9.4
web:
build: ../
ports:
- "8000:8000"
links:
- db
environment:
- PYTHONDONTWRITEBYTECODE=1
- DATABASE_URL=postgres://postgres@db/postgres
- DEBUG=True
- ALLOWED_HOSTS=localhost,127.0.0.1,
- SECRET_KEY=39114b6a-2858-4caf-8878-482a24ee9542
- DOCKER=True
c... | Switch to Postgres to match our AWS setup. | Switch to Postgres to match our AWS setup.
| YAML | mpl-2.0 | kyoshino/bedrock,sgarrity/bedrock,pmclanahan/bedrock,l-hedgehog/bedrock,gerv/bedrock,jgmize/bedrock,glogiotatidis/bedrock,hoosteeno/bedrock,mozilla/bedrock,jpetto/bedrock,ericawright/bedrock,gerv/bedrock,gerv/bedrock,glogiotatidis/bedrock,CSCI-462-01-2017/bedrock,kyoshino/bedrock,jgmize/bedrock,mkmelin/bedrock,davehunt... |
e7c6756c048791e30a17ab06351246ceef6c571b | docs/_data/navigation.yml | docs/_data/navigation.yml | - name: GitHub
link: https://github.com/donkirkby/testing | - name: GitHub
link: https://github.com/donkirkby/testing
- name: <img src="https://donkirkby.github.io/favicon.png">
link: https://donkirkby.github.io/
| Add link to main site. | Add link to main site.
| YAML | mit | donkirkby/testing |
2c639a6c85d5716712c4092b99f8b092328ec023 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Hugo
run: sudo apt-get install hugo
- name: Build
run: hugo -d www/
| name: Deploy
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: "0.73.0"
steps:
- uses: actions/checkout@v2
- name: Install Hugo
run: curl -LO https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64... | Install more recent hugo version | Install more recent hugo version
apt's version is a bit old
| YAML | mit | bjgill/bjgill.github.io-generation,bjgill/bjgill.github.io-generation |
065c4d99b9843627dfd2dad8e417620831424877 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Nightly Deploy
on:
schedule:
- cron: "0 8 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger a build on Netlify
shell: bash
env:
NETLIFY_BUILD_HOOK: ${{ secrets.NETLIFY_BUILD_HOOK }}
run: curl -X POST -d {} "$NETLIFY_BUILD_HOOK"
| name: Nightly Deploy
on:
schedule:
- cron: "0 8 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger a build on Netlify
shell: bash
env:
NETLIFY_BUILD_HOOK: ${{ secrets.NETLIFY_BUILD_HOOK }}
run: curl -X POST -d {} "$NETLIFY_BUILD_HOOK"
| Deploy daily, hockey is coming back! | Deploy daily, hockey is coming back!
| YAML | mit | tristandunn/hockey,tristandunn/hockey,tristandunn/hockey |
ddd9ff7b85ef5e250f26b0f38377729c1d64d235 | .github/workflows/docker.yml | .github/workflows/docker.yml | name: Build Docker image and push to GitHub Package Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: wuvt/impala/impala
usernam... | name: Build Docker image and push to GitHub Package Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: wuvt/impala/impala
usernam... | Use Git tag as Docker tag | Use Git tag as Docker tag
| YAML | agpl-3.0 | wuvt/impala,wuvt/impala |
97ee250f66bf3100f4b1cfbb7e6ca2076d9e8611 | packages/ge/generic-arbitrary.yaml | packages/ge/generic-arbitrary.yaml | homepage: ''
changelog-type: markdown
hash: cd59b725f8fa02e4b7ff34ca7bf4d49aae8471de61b276c964124faa5bf1c9e6
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: ! '0.1.0
-----
* Public release
'
basic-deps:
base: ! '>=4.8 && <5'
QuickChec... | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 5c8619724d64271725c89a479630279fde40825eed75e68960ed0f14ca682d78
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | Update from Hackage at 2021-07-07T16:55:37Z | Update from Hackage at 2021-07-07T16:55:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b18bd085d1a4a5fe5df304ebf5c092b9a7f5cc5b | codefresh.yml | codefresh.yml | version: '1.0'
steps:
agent_test:
image: node:7.2.0
working_directory: ${{main_clone}}/agent
commands:
- npm i -g yarn
- yarn install
- yarn test
agent_build:
type: build
image_name: test_agent
working_directory: ${{main_clone}}/agent
tag: latest
image_name: http... | version: '1.0'
steps:
agent_test:
image: node:7.2.0
working_directory: ${{main_clone}}/agent
commands:
- npm i -g yarn
- yarn install
- yarn test
agent_build:
type: build
working_directory: ${{main_clone}}/agent
tag: latest
image_name: httpmark-test-agent
agent_pu... | Add app test CI step | Add app test CI step
| YAML | mit | httpmark/httpmark,httpmark/httpmark,httpmark/httpmark |
286494caed068f9d113187cf89c4c81dbd5e2f90 | zuul.d/layout.yaml | zuul.d/layout.yaml | ---
- project:
name: openstack/python-tripleoclient
templates:
- tripleo-undercloud-jobs
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-ovb-check
- tripleo-ovb-experimental
- tripleo-buildimage-jobs
| ---
- project:
name: openstack/python-tripleoclient
templates:
- tripleo-undercloud-jobs
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-buildimage-jobs
| 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: Ie28daf8e3b4f6609ca855a1c29a7549490419a1d
| YAML | apache-2.0 | openstack/python-tripleoclient |
a08294c731f9bd190786911830cc636f00b2af7d | console/kubernetes/darzee-service.yml | console/kubernetes/darzee-service.yml | apiVersion: apps/v1
kind: Service
metadata:
labels:
app: darzee
name: darzee-svc
spec:
type: LoadBalancer
ports:
# NOTE: Exposting ports
- port: 8080
targetPort: 8080
- port: 9090
targetPort: 9090
selector:
app: darzee
sessionAffinity: None
| apiVersion: v1
kind: Service
metadata:
labels:
app: darzee
name: darzee-svc
spec:
type: LoadBalancer
ports:
# NOTE: Exposting ports
- port: 8080
name: nodejs-server-port
targetPort: 8080
- port: 9090
name: prometheus-port
targetPort: 9090
selector:
app: darzee
ses... | Add name to ports. Fix API version. | Add name to ports. Fix API version.
| YAML | mit | emc-mongoose/console,emc-mongoose/console,emc-mongoose/console |
61ae16ab99fbb3e8032b8f4aeb8ce877af7c512a | playbook.yml | playbook.yml | - hosts: 127.0.0.1
connection: local
tasks:
- file: path=~/.ssh mode=0700 state=directory
- homebrew: name={{item}} state=present
with_items:
- ansible
- caskroom/cask/brew-cask
- tmux
- homebrew_cask: name={{item}} state=present
with_items:
- eclipse-java
- firefox
- google-ch... | - hosts: 127.0.0.1
connection: local
tasks:
- file: path=~/.ssh mode=0700 state=directory
- lineinfile: dest=~/.ssh/known_hosts create=yes state=present line="{{ lookup('pipe', 'ssh-keyscan -t rsa github.com') }}" regexp='^github.com'
- homebrew: name={{item}} state=present
with_items:
- ansible
-... | Add github host key to ~/.ssh/known_hosts | Add github host key to ~/.ssh/known_hosts
| YAML | mit | hoxu/osx-dev-playbook |
ae487f91782dfc4a696704c36d33fbb44e06ce7d | defaults/main.yml | defaults/main.yml | ---
release:
repo: https://github.com/Aplyca/ansible-role-release.git
target: /tmp
project: myapp
semver:
enabled: false
type: patch
diff_url: https://github.com
publish: true
prefix: "v"
env_vars: {}
during_commands: []
after_commands: []
sync_exclude: []
max_keep: 3
releaser: "... | ---
release:
repo: https://github.com/Aplyca/ansible-role-release.git
target: /tmp
project: myapp
semver:
enabled: false
type: patch
diff_url: https://github.com
publish: true
prefix: "v"
env_vars: {}
during_commands: []
after_commands: []
sync_exclude: []
max_keep: 3
releaser: "... | Fix template path in webhook response | Fix template path in webhook response
| YAML | mit | Aplyca/ansible-role-release,Aplyca/ansible-role-release |
e5836e47766c00cec69a0aa1dd8dccb47bc5fad6 | pubspec.yaml | pubspec.yaml | name: math_expressions
version: 1.1.0-dev
author: Frederik Leonhardt <frederik.leonhardt@gmail.com>
description: A library for evaluating mathematical expressions.
homepage: https://github.com/fkleon/math-expressions
documentation: http://www.dartdocs.org/documentation/math_expressions/latest
dependencies:
vector_mat... | name: math_expressions
version: 1.1.0-dev
author: Frederik Leonhardt <frederik.leonhardt@gmail.com>
description: A library for evaluating mathematical expressions.
homepage: https://github.com/fkleon/math-expressions
documentation: https://pub.dartlang.org/documentation/math_expressions/latest
dependencies:
vector_ma... | Use secure link to documentation | Use secure link to documentation
| YAML | mit | fkleon/math-expressions |
970ed05ca378048febc6acbdb03b83749f56e82d | provision/roles/ggrc/vars/main.yml | provision/roles/ggrc/vars/main.yml | # Copyright (C) 2014 Google Inc., authors, and contributors <see AUTHORS file>
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
# Created By: goran@reciprocitylabs.com
# Maintained By: goran@reciprocitylabs.com
---
ggrc_packages:
- name: unzip
- name: zip
- name: vim
- name: make
... | # Copyright (C) 2014 Google Inc., authors, and contributors <see AUTHORS file>
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
# Created By: goran@reciprocitylabs.com
# Maintained By: goran@reciprocitylabs.com
---
ggrc_packages:
- name: unzip
- name: zip
- name: vim
- name: make
... | Move junit reporter to global node modules | Move junit reporter to global node modules
| YAML | apache-2.0 | selahssea/ggrc-core,j0gurt/ggrc-core,josthkko/ggrc-core,edofic/ggrc-core,prasannav7/ggrc-core,jmakov/ggrc-core,VinnieJohns/ggrc-core,j0gurt/ggrc-core,NejcZupec/ggrc-core,AleksNeStu/ggrc-core,jmakov/ggrc-core,VinnieJohns/ggrc-core,andrei-karalionak/ggrc-core,AleksNeStu/ggrc-core,plamut/ggrc-core,josthkko/ggrc-core,prasa... |
8b1db949ac83b90ac634b4fc0f75ad0d35c51c2b | k8s/deployment.yaml | k8s/deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: isitup-org
spec:
selector:
matchLabels:
app.kubernetes.io/name: isitup-org
app.kubernetes.io/part-of: isitup-org
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
revisionHistoryLimit: 1
template:
... | apiVersion: apps/v1
kind: Deployment
metadata:
name: isitup-org
spec:
selector:
matchLabels:
app.kubernetes.io/name: isitup-org
app.kubernetes.io/part-of: isitup-org
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
revisionHistoryLimit: 1
template:
... | Use the correct label name for pod affinity | Use the correct label name for pod affinity
| YAML | mit | sjparkinson/isitup.org,sjparkinson/isitup.org |
cd04a7349a9a6b54935727368b5caa3e9f2d1084 | packages/ba/barrier.yaml | packages/ba/barrier.yaml | homepage: https://github.com/philopon/barrier
changelog-type: ''
hash: 2f75bd296d54424250895888d24eaec14bbdb35b355306306b6f8632052473bc
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: ! '>=2.2 && <2.4'
barrier: -any
lens-family-core: ! '>=1.2 && <1.3'
tasty: ! '>=0.10 && <0.11'
maintainer: Hiroto... | homepage: https://github.com/philopon/barrier
changelog-type: ''
hash: bcb912e8105f792720b8515ddf9b37d6a1eecd17cb325cc40bd688641068e9e6
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: ! '>=2.2 && <2.4'
barrier: -any
lens-family-core: ! '>=1.2 && <1.3'
tasty: ! '>=0.10 && <0.12'
maintainer: Hiroto... | Update from Hackage at 2015-10-21T14:19:27+0000 | Update from Hackage at 2015-10-21T14:19:27+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9419de09a4e994fa8f2440eb461e9c3c5dc8a69c | packages/lo/loch-th.yaml | packages/lo/loch-th.yaml | homepage: https://github.com/liskin/loch-th
changelog-type: ''
hash: 7b543d2e740d85b43bd4af851df5d883f66ef3b3581c436de17cad491e09513f
test-bench-deps: {}
maintainer: tomi@nomi.cz
synopsis: Support for precise error locations in source files (Template Haskell version)
changelog: ''
basic-deps:
base: ==4.*
pretty: -a... | homepage: https://github.com/liskin/loch-th
changelog-type: ''
hash: 262a1f2190decd5e24c9368008a6fc87d83515f5f3a8488e384bd8acc0a5529c
test-bench-deps: {}
maintainer: tomi@nomi.cz
synopsis: Support for precise error locations in source files (Template Haskell version)
changelog: ''
basic-deps:
base: ==4.*
pretty: -a... | Update from Hackage at 2018-04-08T09:07:06Z | Update from Hackage at 2018-04-08T09:07:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7bbc186d6fc85a01f8874fbe6868704152131a74 | packages/ft/FTPLine.yaml | packages/ft/FTPLine.yaml | homepage: ''
changelog-type: ''
hash: a612ae33e09e3ec83f00fff043163332e702f1aafc8bd0b863f95d346994cab3
test-bench-deps: {}
maintainer: Daniel Diaz (dhelta `dot` diaz `at` gmail `dot` com)
synopsis: A command-line FTP client.
changelog: ''
basic-deps:
bytestring: -any
haskeline: -any
base: ==4.*
strict: -any
n... | homepage: ''
changelog-type: ''
hash: 3d3b21780aeac4365947fdb0f47f7999bd89531e03d9477985039e0afe5daa90
test-bench-deps: {}
maintainer: Daniel Diaz (dhelta `dot` diaz `at` gmail `dot` com)
synopsis: A command-line FTP client.
changelog: ''
basic-deps:
bytestring: -any
haskeline: -any
base: ==4.*
strict: -any
n... | Update from Hackage at 2016-06-03T18:42:31+0000 | Update from Hackage at 2016-06-03T18:42:31+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
c32f4e24e64003f663a8b7d24664cd2f9d83631f | packages/sy/symbols.yaml | packages/sy/symbols.yaml | homepage: ''
changelog-type: markdown
hash: 3dd6da172eae327943510aa4f3b70505ec320ae596a5746bef32e36cc97ff464
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: Symbol manipulation
changelog: ! '# Revision history for symbols
## 0.2.0.0
* added ToList, ToUpper, ToLower, ReadNat type families
... | homepage: ''
changelog-type: markdown
hash: 7dcee392de4ce066bb1bdb75f142828cab73b81580bf1983f4e5eedc649291c7
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: Symbol manipulation
changelog: |
# Revision history for symbols
## 0.2.0.0
* added ToList, ToUpper, ToLower, ReadNat type families
... | Update from Hackage at 2019-09-08T11:00:13Z | Update from Hackage at 2019-09-08T11:00:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3cc8d5963c7a71d10734df5955ce72d535272fe6 | packages/mf/mfsolve.yaml | packages/mf/mfsolve.yaml | homepage: ''
changelog-type: ''
hash: d1d9eea2448db9670798abca6d8dc5115f48f24949f3fdfa76a922195416d57c
test-bench-deps:
base: ! '>=4 && <5'
mfsolve: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.8'
maintainer: Kristof Bastiaensen
synopsis: Equation solver and calculator à la metafont
changelog: ''
basic-deps:
bas... | homepage: ''
changelog-type: ''
hash: 7519500ebc867cb500303b772ab86a7dc3f6db5e0d4f545271b06957aea92e41
test-bench-deps:
base: ! '>=4 && <5'
mfsolve: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.8'
maintainer: Kristof Bastiaensen
synopsis: Equation solver and calculator à la metafont
changelog: ''
basic-deps:
bas... | Update from Hackage at 2015-09-05T14:18:07+0000 | Update from Hackage at 2015-09-05T14:18:07+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4666eb4c1f883aaf0110157acc5963edc8ae6194 | packages/pi/picedit.yaml | packages/pi/picedit.yaml | homepage: https://github.com/mdibaiee/picedit#readme
changelog-type: ''
hash: 2a0ba84b59b684d4bb77d2fbf782690e0fc264124b50671ebfafc29e3cc25eaa
test-bench-deps: {}
maintainer: mdibaiee@aol.com
synopsis: simple image manipulation functions
changelog: ''
basic-deps:
JuicyPixels: ! '>=3.2.8 && <3.3'
base: ! '>=4.7 && <... | homepage: https://github.com/mdibaiee/picedit#readme
changelog-type: ''
hash: 0386eeca4fc8cd9322d547558a89fe03ed63117c0911b7c65b069ab088be6706
test-bench-deps: {}
maintainer: mdibaiee@aol.com
synopsis: simple image manipulation functions
changelog: ''
basic-deps:
JuicyPixels: ! '>=3.2.8 && <3.3'
base: ! '>=4.7 && <... | Update from Hackage at 2017-02-02T20:22:45Z | Update from Hackage at 2017-02-02T20:22:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
22002d6a24268778ab4c12483dc845db238174fc | pubspec.yaml | pubspec.yaml | name: http_throttle
version: 1.0.2-dev
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/http_throttle
description: HTTP client middleware that throttles requests.
environment:
sdk: ">=1.13.0 <2.0.0-dev.infinity"
dependencies:
http: ">=0.9.0 <0.12.0"
pool: ">=1.0.0 <2.0.0"
dev_dependenc... | name: http_throttle
version: 1.0.2-dev
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/http_throttle
description: HTTP client middleware that throttles requests.
environment:
sdk: ">=1.13.0 <2.0.0"
dependencies:
http: ">=0.9.0 <0.12.0"
pool: ">=1.0.0 <2.0.0"
dev_dependencies:
test: ... | Remove -dev.infinity in SDK upper constraint | Remove -dev.infinity in SDK upper constraint | YAML | bsd-3-clause | dart-archive/http_throttle,dart-lang/http_throttle |
ddd9bba5bb7b9b41918f113e394314740f0587ff | pubspec.yaml | pubspec.yaml | name: flutter_widgets
version: 0.1.4+1
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
homepage: https://github.com/google/flutter.widgets
environment:
sdk: ">=2.3.0 <3.0.0"
d... | name: flutter_widgets
version: 0.1.4+1
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
homepage: https://github.com/google/flutter.widgets
environment:
sdk: ">=2.3.0 <3.0.0"
d... | Adjust the minimum versions for flutter_widgets dependencies | Adjust the minimum versions for flutter_widgets dependencies
Adjust the minimum versions for flutter_widgets dependencies to try
to appease pub.dev's package health metrics.
PiperOrigin-RevId: 257265915
PiperOrigin-RevId: 260608089
| YAML | bsd-3-clause | google/flutter.widgets,google/flutter.widgets |
e3c7f99078bad84503179213adbc15660174b490 | docker-compose.stage.yml | docker-compose.stage.yml | magento2:
container_name: jira-mg2tpp-develop.hipay-pos-platform.com
ports:
- "80:80"
links:
- db
- selenium
env_file:
- ./conf/stage/hipay.env.sample
- ./conf/stage/auth.env.sample
- ./conf/stage/mage.env.sample
- ./conf/stage/module.env.sample
selenium:
image: selenium/standalo... | magento2:
container_name: jira-mg2tpp-develop.hipay-pos-platform.com
ports:
- "80:80"
links:
- db
- selenium
env_file:
- ./conf/stage/hipay.env.sample
- ./conf/stage/auth.env.sample
- ./conf/stage/mage.env.sample
- ./conf/stage/module.env.sample
selenium:
image: selenium/standalo... | Fix Unit Test for magento2 | Fix Unit Test for magento2
| YAML | apache-2.0 | hipay/hipay-fullservice-sdk-magento2,hipay/hipay-fullservice-sdk-magento2,hipay/hipay-fullservice-sdk-magento2,hipay/hipay-fullservice-sdk-magento2 |
0a2f9d31cd81083a89c8352af77c3678b9c502e3 | packages/ic/icfpc2020-galaxy.yaml | packages/ic/icfpc2020-galaxy.yaml | homepage: ''
changelog-type: ''
hash: 5a7a0c47b14d1dcdcbda0c383ab4b2ffd3a0d01dde8c155314e1409a6de3010d
test-bench-deps: {}
maintainer: mniip@mniip.com
synopsis: A strange message received at the Pegovka observatory
changelog: ''
basic-deps:
base: '>=4.10 && <4.15'
ghc-prim: -any
transformers: '>=0.5'
all-versions... | homepage: ''
changelog-type: ''
hash: d1c4f78f274965b673f006cb76a4330e25814fd94cff6fb3603806f742304eb7
test-bench-deps: {}
maintainer: mniip@mniip.com
synopsis: A strange message received at the Pegovka observatory
changelog: ''
basic-deps:
base: '>=4.10 && <4.15'
ghc-prim: -any
transformers: '>=0.5'
all-versions... | Update from Hackage at 2020-08-04T08:40:46Z | Update from Hackage at 2020-08-04T08:40:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1e45fb91d17beb22072ea617ca9341babe29ecce | roles/internal/acts/tasks/main.yml | roles/internal/acts/tasks/main.yml | ---
- apt_key: url=https://packagecloud.io/gpg.key state=present
- apt_repository: repo="deb https://packagecloud.io/sr/packages/ubuntu/ wily main" state=present
- apt: name=acts={{acts_version}} state=present update_cache=yes cache_valid_time=3600
- template:
dest=/etc/acts.conf
src=acts.conf.j2
owner=root... | ---
- apt_key: url=https://packagecloud.io/gpg.key state=present
- apt_repository: repo="deb https://packagecloud.io/sr/packages/ubuntu/ wily main" state=present
- apt: name=acts={{acts_version}} state=present update_cache=yes cache_valid_time=3600
- template:
dest=/etc/acts.conf
src=acts.conf.j2
owner=root... | Fix permission on acts cronfile | Fix permission on acts cronfile
| YAML | mit | sr/ansible-playbook-dev |
dfdc95a7327c8b21f3bb0218de2589271f5cf966 | packages/hb/hburg.yaml | packages/hb/hburg.yaml | homepage: http://www.bytelabs.org/hburg.html
changelog-type: ''
hash: 73bcdcbc0f5c6f7e9c7c3cbf923f4390f2700ea74c4fc6b7e4e4da350df55e11
test-bench-deps: {}
maintainer: igor@bytelabs.org
synopsis: Haskell Bottom Up Rewrite Generator
changelog: ''
basic-deps:
base: ! '>=3'
haskell98: ! '>=1.0'
filepath: -any
array... | homepage: https://www.bytelabs.org/project/haskell-bottom-up-rewrite-generator/
changelog-type: ''
hash: 8f9edc7e3a70c66bccdf725cdb6e243f3956a719e21bad69e0752c4ee55fef92
test-bench-deps: {}
maintainer: igor@bytelabs.org
synopsis: Haskell Bottom Up Rewrite Generator
changelog: ''
basic-deps:
base: ! '>=4.5 && <5.0'
... | Update from Hackage at 2016-12-29T21:14:49Z | Update from Hackage at 2016-12-29T21:14:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
26cef937350393bb529b99aab45e2399a11c4896 | packages/je/jenga.yaml | packages/je/jenga.yaml | homepage: https://github.com/erikd/jenga
changelog-type: markdown
hash: afde3065608c9cfa1ceba7320e48b646c4b930092dc213ca8863b8cf728be354
test-bench-deps: {}
maintainer: erikd@mega-nerd.com
synopsis: Generate a cabal freeze file from a stack.yaml
changelog: ! '# Revision history for jenga
## 0.1.0.0 -- YYYY-mm-dd
... | homepage: https://github.com/erikd/jenga
changelog-type: markdown
hash: 5e40d1abdf950db45400f2d1a13dac3016aba8b929e3c247c0a231181bf36ddb
test-bench-deps: {}
maintainer: erikd@mega-nerd.com
synopsis: Generate a cabal freeze file from a stack.yaml
changelog: ! '# Revision history for jenga
## 0.1.1.0 -- 2017-05-14
... | Update from Hackage at 2017-05-13T23:35:53Z | Update from Hackage at 2017-05-13T23:35:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5beac42d5960edb84d454454b46ee1a983c5c426 | tasks/pkginstall-gnome.yml | tasks/pkginstall-gnome.yml | - name: Install package list - GNOME
dnf: name={{item}} state=installed
with_items:
- gnome-tweak-tool
- weston
- polari
- gnome-photos
- gnome-builder
- gnome-shell-extension-background-logo
- gnome-shell-extension-activities-configurator
- gnome-shell-extension-alternate-tab
- ... | - name: Install package list - GNOME
dnf: name={{item}} state=installed
with_items:
- gnome-tweak-tool
- weston
- gnome-photos
- gnome-builder
- gnome-shell-extension-background-logo
- gnome-shell-extension-activities-configurator
- gnome-shell-extension-alternate-tab
- gnome-shell-e... | Revert "add polari for gnome installs" | Revert "add polari for gnome installs"
This reverts commit b4a633255290f6e0b8a4153424293084053b988f.
| YAML | mit | maxamillion/maxible |
760c50f3f897d1db8eb860728253979a1ca3ffa2 | pubspec.yaml | pubspec.yaml | name: ansi_pixels
description: A Polymer.dart application to edit ANSI art
dependencies:
archive: '>=1.0.0 <1.1.0'
crypto: '>=0.9.0 <0.10.0'
polymer: '>=0.12.0 <0.13.0'
pixel_canvas: '>=1.0.0 <1.1.0'
ansi_color_palette: '>=1.0.0 <1.1.0'
fold_button: '>=1.0.0 <1.1.0'
#pixel_canvas: {path: '../pixel_canvas'... | name: ansi_pixels
description: A Polymer.dart application to edit ANSI art
dependencies:
archive: '>=1.0.0 <1.1.0'
crypto: '>=0.9.0 <0.10.0'
polymer: '>=0.12.0 <0.13.0'
pixel_canvas: '>=1.0.0 <1.1.0'
ansi_color_palette: '>=1.1.0 <1.2.0'
fold_button: '>=1.0.0 <1.1.0'
#pixel_canvas: {path: '../pixel_canvas'... | Upgrade ansi_color_palette to support Firefox | Upgrade ansi_color_palette to support Firefox
| YAML | mit | kui/ansi_pixels,kui/ansi_pixels,kui/ansi_pixels |
74fa3f03a18a3133e4b76160acaf2781f3e931b0 | pubspec.yaml | pubspec.yaml | name: dherkin
version: 0.2.1
author: Danil Kornishev <danil.kornishev@gmail.com>
description: Gherkin/Cucumber implementation in dart
homepage: https://github.com/dkornishev/dherkin
dependencies:
log4dart: ">=1.4.10 <1.5.0"
args: ">=0.8.7 < 0.9.0"
dev_dependencies:
| name: dherkin
version: 0.2.1
author: Danil Kornishev <danil.kornishev@gmail.com>
description: Gherkin/Cucumber implementation in dart
homepage: https://github.com/dkornishev/dherkin
dependencies:
log4dart: ">=1.4.10 <1.5.0"
args: ">=0.8.7 < 0.9.0"
worker:
git: https://github.com/Dreckr/Worker.git
#worker: "... | Change worker dependency URI to public. | Change worker dependency URI to public.
| YAML | bsd-2-clause | dkornishev/dherkin |
91d57caee910c9095988f6d86959ed1c1353e3c7 | pubspec.yaml | pubspec.yaml | name: statemachine
version: 1.4.2
author: Lukas Renggli <renggli@gmail.com>
homepage: https://github.com/renggli/dart-statemachine
description: A simple, yet powerful state machine framework for Dart supporting
Flutter and web apps.
environment:
sdk: ^2.0.0
dev_dependencies:
build_runner: ^0.9.0
build_test: ^... | name: statemachine
version: 1.4.2
author: Lukas Renggli <renggli@gmail.com>
homepage: https://github.com/renggli/dart-statemachine
description: A simple, yet powerful state machine framework for Dart supporting
Flutter and web apps.
environment:
sdk: '>=2.0.0-dev.61.0 <3.0.0'
dev_dependencies:
build_runner: ^0.... | Revert SDK version to make Travis and Flutter work again | Revert SDK version to make Travis and Flutter work again
| YAML | mit | renggli/dart-statemachine,renggli/dart-statemachine |
6065e7833fcce06b3f6ba5a9c159e533cab33efa | pubspec.yaml | pubspec.yaml | name: dartcoin
version: 0.0.0
author: Steven Roose <stevenroose@gmail.com>
description: A Bitcoin library for Dart. Pub-test release.
homepage: http://www.dartcoin.org/
dependencies:
bignum: '>=0.0.4'
cipher:
path: /Users/steven/git/cipher
collection: any
crypto: any
json: any
json_rpc: any
asn1lib:
... | name: dartcoin
version: 0.0.0
author: Steven Roose <stevenroose@gmail.com>
description: A Bitcoin library for Dart. Pub-test release.
homepage: http://www.dartcoin.org/
dependencies:
bignum: '>=0.0.4'
cipher:
path: /home/steven/git/cipher
collection: any
crypto: any
json: any
json_rpc: any
asn1lib: '>... | Set minimum version of asn1lib to 0.3.1 | Set minimum version of asn1lib to 0.3.1
| YAML | mit | stevenroose/dartcoin-lib,dartcoin/dartcoin-lib |
d34c26eb9ea577940da9ed492f294eed8b17d8d8 | pubspec.yaml | pubspec.yaml | name: angular_recaptcha
description: Google Angular Recaptcha
version: 0.0.5
homepage: https://github.com/lejard-h/angular_recaptcha
author: Hadrien Lejard <hadrien.lejard@gmail.com>
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ">=2.2.0 <3.0.0"
js: ^0.6.0
transformers:
- angular2 | name: angular_recaptcha
description: Google Angular Recaptcha
version: 0.0.6
homepage: https://github.com/lejard-h/angular_recaptcha
author: Hadrien Lejard <hadrien.lejard@gmail.com>
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ">=2.2.0 <4.0.0"
js: ^0.6.0
transformers:
- angular2 | Include angular 3.x.x as valid dependency | Include angular 3.x.x as valid dependency
| YAML | bsd-3-clause | lejard-h/angular_recaptcha |
ba1de185233b3deb1c6f6cd6819c13bc55d058ba | .forestry/front_matter/templates/colinha.yml | .forestry/front_matter/templates/colinha.yml | ---
label: colinha
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
config:
required:... | ---
label: colinha
hide_body: true
display_field: title
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
c... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
a2313b23839c399d47001be90a9fd36f712ed67f | .forestry/front_matter/templates/journal.yml | .forestry/front_matter/templates/journal.yml | ---
label: Journal
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: excerpt
label: Excerpt
description: Short snippet that will show outside of the actual post
config:
required: true
- type: datetime
name: date
label... | ---
label: Journal
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: excerpt
label: Excerpt
description: Short snippet that will show outside of the actual post
config:
required: true
- type: datetime
name: date
label... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io |
f8db68d7ff00a68c02e16d03c57cdf487e20ddf2 | .github/workflows/github-actions-ci-jest.yml | .github/workflows/github-actions-ci-jest.yml | name: jest
on: pull_request
jobs:
jest-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | name: jest
on: pull_request
jobs:
jest-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | Remove node 15 testing as it isn't currently compatible | Remove node 15 testing as it isn't currently compatible
| YAML | mit | atomicjolt/lti_starter_app,atomicjolt/lti_starter_app,atomicjolt/lti_starter_app,atomicjolt/lti_starter_app |
fa82249c0c29b3705b25b245ff5476e22d07d1fa | .github/workflows/upgrade-deps-workflow.yaml | .github/workflows/upgrade-deps-workflow.yaml | ---
name: Upgrade Dependencies
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: git config --global user.email "pakkun@cliffano.com"
- run: git config --global ... | ---
name: Upgrade Dependencies
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: git config --global ... | Use studio token as part of checkout. | Use studio token as part of checkout.
| YAML | mit | cliffano/ae86 |
ed3bcb624e9d6eb0dce38f4f137732231fb5ed01 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- 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_template: ":filename:"
instant_previe... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- 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_template: ":filename:"
instant_previe... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017 |
9fea2cb0345507349984a8ea31add49d9c6ebb37 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Content
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_com... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Content
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_output_directory... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | SourceAura/sourceaura.github.io,SourceAura/sourceaura.github.io |
09c3e92387d5bec5d413044e744843f7ed4e780d | blueprints.yaml | blueprints.yaml | name: Breadcrumbs
version: 1.1.0
description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.
icon: caret-square-o-right
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-breadcrum... | name: Breadcrumbs
version: 1.1.0
description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.
icon: caret-square-o-right
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-breadcrum... | Set default back to enabled | Set default back to enabled
| YAML | mit | getgrav/grav-plugin-breadcrumbs |
817557e0601d3b7d140e77772657c6a0491386e4 | _config/extensions.yml | _config/extensions.yml | ---
Name: allinone-extensions
---
SiteConfig:
extensions:
['AllInOnePageSiteConfig']
SiteTree:
extensions:
['AllInOnePageExtension']
---
Name: modelascontrollerroutes
After: cms/routes#modelascontrollerroutes
---
Director:
rules:
'': 'AllInOneRootController'
'$URLSegment//$Ac... | ---
Name: allinone-extensions
---
SiteConfig:
extensions:
['AllInOnePageSiteConfig']
SiteTree:
extensions:
['AllInOnePageExtension']
---
Name: modelascontrollerroutes
After: cms/routes#modelascontrollerroutes
---
Injector:
ModelAsController:
class: AllInOneModelAsController
RootU... | Use Injector to set new controllers, instead of overwrites routes | Use Injector to set new controllers, instead of overwrites routes | YAML | bsd-3-clause | guru-digital/silverstripe-all-in-one-page,guru-digital/silverstripe-all-in-one-page |
acb54c6a4ce6bc30355518f3fe81386922f34e57 | src/Oro/Bundle/UserBundle/Resources/config/oro/routing.yml | src/Oro/Bundle/UserBundle/Resources/config/oro/routing.yml | oro_user_bundle:
resource: "@OroUserBundle/Controller"
type: annotation
prefix: /user
oro_user_api_user:
resource: "@OroUserBundle/Controller/Api/Rest/UserController.php"
type: rest
prefix: api/rest/{version}/
requirements:
version: latest|v1
... | oro_user_bundle:
resource: "@OroUserBundle/Controller"
type: annotation
prefix: /user
oro_user_api_user:
resource: "@OroUserBundle/Controller/Api/Rest/UserController.php"
type: rest
prefix: api/rest/{version}/
requirements:
version: latest|v1
... | Remove BC break of REST API after migration to new version of FOSRestBundle - added deprecated routes | BAP-6912: Remove BC break of REST API after migration to new version of FOSRestBundle
- added deprecated routes
| YAML | mit | northdakota/platform,geoffroycochard/platform,morontt/platform,ramunasd/platform,geoffroycochard/platform,northdakota/platform,ramunasd/platform,morontt/platform,trustify/oroplatform,2ndkauboy/platform,orocrm/platform,trustify/oroplatform,trustify/oroplatform,geoffroycochard/platform,hugeval/platform,orocrm/platform,mo... |
e83e39ed12c12acbebfb33e121f85c8edbfc34a6 | _data/publications.yml | _data/publications.yml | # Required fields: title
# Optional fields: author, description, contributor, link
- title: How to Win Friends & Influence People
author: Dale Carnegie
description: >
A great read that helped me understand how to stay engaged in conversation and listen to people.
link: http://www.amazon.com/How-Win-Friends-I... | # Required fields: title
# Optional fields: author, description, contributor, link
- title: How to Win Friends & Influence People
author: Dale Carnegie
description: >
A great read that helped me understand how to stay engaged in conversation and listen to people.
link: http://www.amazon.com/How-Win-Friends-I... | Add Thinking, Fast and Slow | Add Thinking, Fast and Slow
| YAML | mit | hackclub/reading-list |
4a4b352c5bdb92aae606cfb91d90ea8b20f78387 | spec/fixtures/config_eachimage.yml | spec/fixtures/config_eachimage.yml | ---
defaults:
parent: ubuntu:14.04.1
repository: docker.example.com/baha
maintainer: Ishmael <ishmael@example.com>
images:
- include: base_image.yml
- include: no_such_file_exists.yml
- parent: 'ubuntu:14.04.1'
name: base
tag: 1.0.0
maintainer: '"Captain Ahab" <ahab@example.com>'
- dockerfile:... | ---
defaults:
parent: ubuntu:14.04.1
repository: docker.example.com/baha
maintainer: Ishmael <ishmael@example.com>
images:
- include: base_image.yml
- include: no_such_file_exists.yml
- parent: 'ubuntu:14.04.1'
name: base
tag: 1.0.0
maintainer: '"Captain Ahab" <ahab@example.com>'
- dockerfile:... | Fix Dockerfile fixture ref in config_spec | Fix Dockerfile fixture ref in config_spec
| YAML | mit | justenwalker/baha,justenwalker/baha,justenwalker/baha |
7c8af2b70c9f95973230aa31f630f1acac23b888 | ab_tests/ab_tests.yaml | ab_tests/ab_tests.yaml | ---
- BenchmarkALDescription1
- BenchmarkCmButton1
- BenchmarkCmTitle2
- BenchmarkDVLAButton1
- BenchmarkDVLATitle1
- BenchmarkInlineLink
- EpilepsyDrivingStart
- SearchFormatBoosting
- WorldwidePublishingTaxonomy
| ---
- BenchmarkALDescription1
- BenchmarkCmButton1
- BenchmarkCmTitle2
- BenchmarkDVLAButton1
- BenchmarkDVLATitle1
- BenchmarkInlineLink
- EpilepsyDrivingStart
- WorldwidePublishingTaxonomy
| Remove search format boosting a/b test | Remove search format boosting a/b test
| YAML | mit | alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure |
a5e11980e8bc1d081ff7db28ba4298b299f11a61 | deployments/stat89a/config/common.yaml | deployments/stat89a/config/common.yaml | jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
- felder
# List of other admin users
# Professor
- mahoneymw
# GSIs
- krinsman
- theisen
# UGSI
- wqixu... | jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
- felder
# List of other admin users
# Professor
- mahoneymw
# GSIs
- krinsman
- theisen
# UGSI
- wqixu... | Revert "Temporarily nerf nbgitpuller to debug" | Revert "Temporarily nerf nbgitpuller to debug"
| YAML | bsd-3-clause | ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub |
fe5bb98fa6a6a3a332c73cd872d0dcf95be539e6 | packages/dm/dmenu.yaml | packages/dm/dmenu.yaml | homepage: https://github.com/m0rphism/haskell-dmenu
changelog-type: ''
hash: 652e779a3e015eacc26f089b8477a686927d12caaef86fe5d00cae96af9001b7
test-bench-deps: {}
maintainer: Hannes Saffrich <m0rphism@zankapfel.org>
synopsis: Complete bindings to the dmenu and dmenu2 command line tools.
changelog: ''
basic-deps:
base:... | homepage: https://github.com/m0rphism/haskell-dmenu
changelog-type: ''
hash: e7fa1f6a1a78a9f2e68dc7d0209565ee1856f12823480967025de9ea5eb221f0
test-bench-deps: {}
maintainer: Hannes Saffrich <m0rphism@zankapfel.org>
synopsis: Complete bindings to the dmenu and dmenu2 command line tools.
changelog: ''
basic-deps:
base:... | Update from Hackage at 2017-01-19T16:35:37Z | Update from Hackage at 2017-01-19T16:35:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
83bb60417bcd7f588c9aec02031a71f59d503455 | packages/gl/Gleam.yaml | packages/gl/Gleam.yaml | homepage: ''
changelog-type: markdown
hash: 8c62ea250aab71f01667ee12d959255ead9d25f60289342df3d0dbe3c972a92f
test-bench-deps: {}
maintainer: bennye@tcd.ie
synopsis: HTML Canvas graphics, animations and simulations.
changelog: |
# Revision history for Gleam
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on ... | homepage: ''
changelog-type: markdown
hash: fc92723c0cc92531d152c4acf9bea4751ce23ce1b7ef515d35d48a9a17815fb5
test-bench-deps: {}
maintainer: bennye@tcd.ie
synopsis: HTML Canvas graphics, animations and simulations.
changelog: |
# Revision history for Gleam
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on ... | Update from Hackage at 2020-04-16T15:15:33Z | Update from Hackage at 2020-04-16T15:15:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
60328536346e95d861f51b7589ff1046245a8a57 | packages/va/valid.yaml | packages/va/valid.yaml | homepage: ''
changelog-type: ''
hash: 6959d62c70c4a6c97c3776d6a293b785ee55f3ed47f8862d5093a622b22fc644
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Type isomorphic to `Either` with `Applicative` instance which combines errors
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 0.1.0.0
aut... | homepage: ''
changelog-type: ''
hash: 24b99093b8ac291a3a03ef111f46f12d33ddc1d0f4260489370c18e71bdb0edf
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Type isomorphic to `Either` with `Applicative` instance which combines errors
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
util: ! '>=0.1.12 && <0.2... | Update from Hackage at 2019-08-22T23:46:33Z | Update from Hackage at 2019-08-22T23:46:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ed080ba8619efc16658f891c5af7f64dd0836d26 | common/mariadb/Chart.yaml | common/mariadb/Chart.yaml | apiVersion: v1
description: A Helm chart for Kubernetes
name: mariadb
version: 0.3.49
| apiVersion: v1
description: A Helm chart for Kubernetes
name: mariadb
version: 0.3.50
| Change of MariaDB log configuration | Change of MariaDB log configuration | YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
d1262b5e5f80dedbeb74478e2521105b2950c331 | META.yml | META.yml | ---
abstract: "Display where template's start and stop"
author:
- 'Caleb Cushing <xenoterracide@gmail.com>'
build_requires:
Carp: 0
English: 0
File::Find: 0
File::Temp: 0
Scalar::Util: 0
Template::Test: 0
Test::More: 0.94
perl: 5.004
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
ge... | ---
abstract: "Display where template's start and stop"
author:
- 'Caleb Cushing <xenoterracide@gmail.com>'
build_requires:
Carp: 0
English: 0
File::Find: 0
File::Temp: 0
Scalar::Util: 0
Template::Test: 0
Test::More: 0.94
perl: 5.004
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
ge... | Build results of 3c96715 (on master) | Build results of 3c96715 (on master)
| YAML | artistic-2.0 | xenoterracide/Template-ShowStartStop |
fa2b5e3a6a6b638c8e84c491ad0ef2a548ef304b | shared/charts/backup-exporter/templates/configmap.yaml | shared/charts/backup-exporter/templates/configmap.yaml | kind: ConfigMap
apiVersion: v1
metadata:
name: {{ template "backup-exporter.name" . }}
namespace: backup-exporter
labels:
app: {{ template "backup-exporter.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
data:
backup.sh... | kind: ConfigMap
apiVersion: v1
metadata:
name: {{ template "backup-exporter.name" . }}
namespace: backup-exporter
labels:
app: {{ template "backup-exporter.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
data:
backup.sh... | Select the images based on the ID of the snapshots | Select the images based on the ID of the snapshots
| YAML | bsd-3-clause | mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-infra |
e14bdc4a1d3af20e8883164c590963e0998550fa | .github/workflows/release.yml | .github/workflows/release.yml | name: Corral Release
on:
release:
types: [published]
env:
SOLUTION: source/Corral.sln
jobs:
job0:
name: Corral Release
runs-on: ubuntu-20.04
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Checkout Corral
... | name: Corral Release
on:
release:
types: [published]
env:
SOLUTION: source/Corral.sln
jobs:
job0:
name: Corral Release
runs-on: ubuntu-20.04
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Checkout Corral
... | Revert "Minor fix of how the package is selected" | Revert "Minor fix of how the package is selected"
This reverts commit f9ea33fe0909c2b0717ca80ae4863241dc5d408d.
| YAML | mit | boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral |
19350c9bad0f4c6aeecb51724f44e5613d3238f4 | src/main/resources/application.yml | src/main/resources/application.yml | someValue: 4711
example:
greeting: Hello, World!
interval: 1000
precision: 42.23
servers:
- name: springbootbuch
url: http://springbootbuch.de
---
spring:
profiles: demo1
example:
greeting: Hello, Demo1!
servers:
- name: demo
url: http://test.com
---
s... | someValue: 4711
example:
greeting: Hello, World!
interval: 1000
precision: 42.23
servers:
- name: springbootbuch
url: http://springbootbuch.de
---
spring:
profiles: demo1
example:
greeting: Hello, Demo1!
servers:
- name: demo
url: http://test.com
---
s... | Add example for negated profile | Add example for negated profile
| YAML | apache-2.0 | springbootbuch/extconfig,springbootbuch/extconfig |
19c3816355acaa3dee5a5a94075b213e3ca97d74 | app/config/routing.yml | app/config/routing.yml | AdmingeneratorDoctrineODMDemoActorBundle_admin_admingenerator_doctrine_odm_demo_actor_bundle:
resource: "@AdmingeneratorDoctrineODMDemoBundle/Controller/Actor/"
type: admingenerator
prefix: /admin-demo-odm-actor
# Internal routing configuration to handle ESI
#_internal:
# resource: "@FrameworkBundl... | _welcome:
pattern: /
defaults: { _controller: AdmingeneratorDemoBundle:List:index }
AdmingeneratorDoctrineODMDemoActorBundle_admin_admingenerator_doctrine_odm_demo_actor_bundle:
resource: "@AdmingeneratorDoctrineODMDemoBundle/Controller/Actor/"
type: admingenerator
prefix: /admin-demo-od... | Configure / route in prod | Configure / route in prod | YAML | mit | symfony2admingenerator/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,symfony2admingenerator/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum |
8dda5135d26e86642314e93f2b06992c5992fab3 | recipes/static/meta.yaml | recipes/static/meta.yaml | {% set name = "static" %}
{% set version = "1.1.1" %}
{% set md5 = "75c738ed25cc69a71299b93369ee4e40" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
... | {% set name = "static" %}
{% set version = "1.1.1" %}
{% set md5 = "75c738ed25cc69a71299b93369ee4e40" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
... | Add `pystache` as a requirement | Add `pystache` as a requirement
| YAML | bsd-3-clause | vamega/staged-recipes,blowekamp/staged-recipes,birdsarah/staged-recipes,shadowwalkersb/staged-recipes,sodre/staged-recipes,rmcgibbo/staged-recipes,shadowwalkersb/staged-recipes,arokem/staged-recipes,JohnGreeley/staged-recipes,stuertz/staged-recipes,mcernak/staged-recipes,johannesring/staged-recipes,conda-forge/staged-r... |
73eb565a90c429c082f203f7e6fd560af5057a2c | config/field.field.media.image.field_media_image.yml | config/field.field.media.image.field_media_image.yml | uuid: b70ca6ed-0004-4448-9c34-cfa333fbe4c2
langcode: en
status: true
dependencies:
config:
- field.storage.media.field_media_image
- media.type.image
enforced:
module:
- media
module:
- image
_core:
default_config_hash: pzPA-2JwyxlJ3qMb4L9viAnhNhbEhl2couH8A3FO020
id: media.image.field_medi... | uuid: b70ca6ed-0004-4448-9c34-cfa333fbe4c2
langcode: en
status: true
dependencies:
config:
- field.storage.media.field_media_image
- media.type.image
enforced:
module:
- media
module:
- image
_core:
default_config_hash: pzPA-2JwyxlJ3qMb4L9viAnhNhbEhl2couH8A3FO020
id: media.image.field_medi... | Make 'alt' field not required. @todo: Ideally we should hide this and set automatically. | Image: Make 'alt' field not required. @todo: Ideally we should hide this and set automatically.
| YAML | mit | ISO-tech/sw-d8,ISO-tech/sw-d8,ISO-tech/sw-d8,ISO-tech/sw-d8 |
4a80ced618f2106ca14fd5c0674f45436937b80d | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of ana... | name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of ana... | Update actions/cache action to v3 | Update actions/cache action to v3 | YAML | apache-2.0 | mcaserta/spring-crypto-utils |
4bdfb3c6fc8f8f88f9f4699fb3ebfea6a1453bdc | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
- ruby: 2.7
gemfile: gemfiles/rails60.gemf... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
- ruby: 2.7
gemfile: gemfiles/rails60.gemf... | Test PostgreSQL adapter on CI | Test PostgreSQL adapter on CI
| YAML | mit | ankane/blazer,ankane/blazer,ankane/blazer |
9a81a8f39c60cd95fb0cd0083c38b3b469a1f441 | .github/workflows/build.yml | .github/workflows/build.yml | ---
name: build
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- README.md
pull_request:
branches:
- master
jobs:
ansible-lint:
container:
image: quay.io/ansible/toolset:main
name: Lint Ansible files
runs-on: ubuntu-latest
steps:
- uses: actions/chec... | ---
name: build
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- README.md
pull_request:
branches:
- master
jobs:
ansible-lint:
container:
image: quay.io/ansible/toolset:main
name: Lint Ansible files
runs-on: ubuntu-latest
steps:
- uses: actions/chec... | Add unit testing only, parallelize in actions | Add unit testing only, parallelize in actions
| YAML | mit | aglorei/dotfiles,aglorei/dotfiles |
fac84e28529b83b9bd44f2de8eb75be54388bf58 | .github/workflows/maven.yml | .github/workflows/maven.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Add Java 16-ea to GitHub builds. | Add Java 16-ea to GitHub builds.
| YAML | apache-2.0 | apache/commons-bcel,apache/commons-bcel,apache/commons-bcel |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.