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
297e3cea39efcaef69e30b5b2ad59018e11d4a3e
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Maven CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt'...
name: Maven CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt'...
Throw error when lint fails
Throw error when lint fails
YAML
mit
csdms/bmi-java,csdms/bmi-java
b9ce0e9668c5ce6eca490c5b7770bf74006b842e
.github/workflows/maven.yml
.github/workflows/maven.yml
name: build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11, 17 ] steps: - uses: actions/checkout@v3 - name: Setup java uses: actions/setup-java@v3.2.0 with: ...
name: build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11, 17 ] steps: - uses: actions/checkout@v3 - name: Setup java uses: actions/setup-java@v3.3.0 with: ...
Update actions/setup-java action to v3.3.0
Update actions/setup-java action to v3.3.0
YAML
mit
dvare/dynamic-loader
a24b024e7b9b35454463c992d0be973c66206355
.github/workflows/pythonlint.yml
.github/workflows/pythonlint.yml
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Lint on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: ...
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Lint on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: ...
Exclude tests folder from flake8 lint tests
Exclude tests folder from flake8 lint tests
YAML
mit
SpunkyBot/spunkybot,SpunkyBot/spunkybot
db4864f8d11ecc09556b042328aeb8299de62807
recipes/sahi/meta.yaml
recipes/sahi/meta.yaml
{% set name = "sahi" %} {% set version = "0.8.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz sha256: 4b6855a1db49988c775759cf9ccafa875c03267e1ef6856f84094cc9e5728452 build: number: 0 noarch: pyt...
{% set name = "sahi" %} {% set version = "0.8.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz sha256: 4b6855a1db49988c775759cf9ccafa875c03267e1ef6856f84094cc9e5728452 build: number: 0 noarch: pyt...
Support Python 3.7 or above only
Support Python 3.7 or above only
YAML
bsd-3-clause
stuertz/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-...
f7d2e1f4259a2c77e25742da683d0b8f9665c7ef
ansible/roles/bind9/tasks/boot-script.yml
ansible/roles/bind9/tasks/boot-script.yml
# _ _ _ ___ ___ _ # | |__ (_)_ __ __| |/ _ \ / / |_ __ _ ___| | _____ # | '_ \| | '_ \ / _` | (_) |/ /| __/ _` / __| |/ / __| # | |_) | | | | | (_| |\__, / / | || (_| \__ \ <\__ \ # |_.__/|_|_| |_|\__,_| /_/_/ \__\__,_|___/_|\_\___/ # ...
# _ _ _ ___ ___ _ # | |__ (_)_ __ __| |/ _ \ / / |_ __ _ ___| | _____ # | '_ \| | '_ \ / _` | (_) |/ /| __/ _` / __| |/ / __| # | |_) | | | | | (_| |\__, / / | || (_| \__ \ <\__ \ # |_.__/|_|_| |_|\__,_| /_/_/ \__\__,_|___/_|\_\___/ # ...
Fix the number of KILL
Fix the number of KILL
YAML
bsd-2-clause
azumakuniyuki/make-server,azumakuniyuki/make-server,azumakuniyuki/make-server,azumakuniyuki/make-server
e8c1d22ec435a2a7ac8590a8f1772c4eb9359e6b
conda/meta.yaml
conda/meta.yaml
package: name: arccssive version: {{ GIT_DESCRIBE_TAG }} build: number: {{ GIT_DESCRIBE_NUMBER }} string: {{ GIT_BUILD_STR }} source: git_url: ../ build: script: python setup.py install entry_points: - search_replica = ARCCSSive.cli.search_replica:main - compare_ESGF = AR...
package: name: arccssive version: {{ GIT_DESCRIBE_TAG }} build: number: {{ GIT_DESCRIBE_NUMBER }} string: {{ GIT_BUILD_STR }} source: git_url: ../ build: script: python setup.py install entry_points: - search_replica = ARCCSSive.cli.search_replica:main - compare_ESGF = AR...
Make esgf stuff depend on python 2
Make esgf stuff depend on python 2
YAML
apache-2.0
coecms/ARCCSSive
d610ba0bd9c4da9b4cf90e300dc2514f33233d2c
behat.yml
behat.yml
default: formatters: pretty: verbose: true paths: false snippets: false suites: installation: contexts: - Behat\MinkExtension\Context\MinkContext - CSBill\CoreBundle\Behat\CoreContext - CSBill\In...
default: formatters: pretty: verbose: true paths: false snippets: false suites: installation: contexts: - Behat\MinkExtension\Context\MinkContext - CSBill\CoreBundle\Behat\CoreContext - CSBill\In...
Disable debug mode when running Behat tests
Disable debug mode when running Behat tests
YAML
mit
CSBill/CSBill,pierredup/SolidInvoice,CSBill/CSBill,CSBill/CSBill,CSBill/CSBill,SolidInvoice/SolidInvoice,pierredup/CSBill,pierredup/CSBill,SolidInvoice/SolidInvoice,pierredup/CSBill,pierredup/CSBill,pierredup/SolidInvoice,SolidInvoice/SolidInvoice
d7aa38e20c1547e4036e2f7c9ba0e8e15eebc5ef
.github/workflows/rails-assets.yml
.github/workflows/rails-assets.yml
name: Rails assets on: push: branches: - main pull_request: branches: - main jobs: precompile: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Install...
Add GitHub Action for rails assets precompile
Add GitHub Action for rails assets precompile
YAML
mit
biow0lf/evemonk,biow0lf/evemonk,biow0lf/evemonk
68d4076c1d79c7fa972a90216ee1f9d5d7cc2c0d
data/transition-sites/icinspector.yml
data/transition-sites/icinspector.yml
--- site: icinspector whitehall_slug: independent-chief-inspector-of-borders-and-immigration homepage: https://www.gov.uk/government/organisations/independent-chief-inspector-of-borders-and-immigration tna_timestamp: 20140404084345 host: icinspector.independent.gov.uk
--- site: icinspector whitehall_slug: independent-chief-inspector-of-borders-and-immigration homepage: https://www.gov.uk/government/organisations/independent-chief-inspector-of-borders-and-immigration tna_timestamp: 20170803100457 host: icinspector.independent.gov.uk
Add timestamp to ICIBI for the national archive.
Add timestamp to ICIBI for the national archive. Trello: https://trello.com/c/fqyGw8LI/133-add-timestamp-to-icibi-in-transition-tool
YAML
mit
alphagov/transition-config,alphagov/transition-config
84831dcd6247165a98cf044bd217abac0d2d632e
install_files/ansible-base/roles/development/tasks/main.yml
install_files/ansible-base/roles/development/tasks/main.yml
--- - name: install apt package deps for dev environment apt: pkg="{{ item }}" state=latest with_items: dev_deps - name: install pip deps for dev env pip: requirements="{{ dev_pip_requirements }}" - name: set SECUREDROP_ENV in bashrc lineinfile: dest: /home/{{ securedrop_user }}/.bashrc state: present...
--- - name: update apt package lists apt: update_cache=yes - name: install apt package deps for dev environment apt: pkg="{{ item }}" state=latest with_items: dev_deps - name: install pip deps for dev env pip: requirements="{{ dev_pip_requirements }}" - name: set SECUREDROP_ENV in bashrc lineinfile: de...
Update apt before installing packages in development
Update apt before installing packages in development
YAML
agpl-3.0
pwplus/securedrop,jeann2013/securedrop,conorsch/securedrop,micahflee/securedrop,jrosco/securedrop,ageis/securedrop,heartsucker/securedrop,chadmiller/securedrop,jeann2013/securedrop,conorsch/securedrop,heartsucker/securedrop,garrettr/securedrop,conorsch/securedrop,GabeIsman/securedrop,jaseg/securedrop,heartsucker/secure...
920fa3eda27e7952f8aa9b2c991e7eb17d14f93d
ansible/roles/node-yeoman-webapp-project/tasks/main.yml
ansible/roles/node-yeoman-webapp-project/tasks/main.yml
--- - name: Create project directory file: name=yo-webapp state=directory # avoid interactive prompts by creating config files with answers - name: Create insight config directory file: path=.config/configstore state=directory - name: Create insight configuration files template: src={{ item }} dest=.config/conf...
--- - name: Create project directory file: name=~/yo-webapp state=directory # avoid interactive prompts by creating config files with answers - name: Create insight config directory file: path=~/.config/configstore state=directory - name: Create insight configuration files template: src={{ item }} dest=~/.confi...
Fix yeoman webapp project paths to be relative to user home directory
Fix yeoman webapp project paths to be relative to user home directory
YAML
mit
ebargtuo/docker-dev-env,ebargtuo/docker-dev-env,ebargtuo/docker-dev-env
2022a23bb5b53a173ddebca1c78739b84b89c4a0
app/config/routing.yml
app/config/routing.yml
app: resource: "@AppBundle/Controller/" type: annotation
the_game_maps: resource: "@TheGameMapsBundle/Controller/" type: annotation prefix: / app: resource: "@AppBundle/Controller/" type: annotation
Update to include the TheGame:MapBundle controller
Update to include the TheGame:MapBundle controller
YAML
apache-2.0
syacko/UYBGames,syacko/UYBGames
36926ca886abc3efae5631b2173a936974a62add
.github/workflows/dockerpublish.yml
.github/workflows/dockerpublish.yml
name: Docker on: push: branches: - master env: IMAGE_NAME: toolbox jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build image run: docker build -t $IMAGE_NAME . - name: Log into github registry run: echo "${{ sec...
name: Docker on: push: branches: - main env: IMAGE_NAME: toolbox jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build image run: docker build -t $IMAGE_NAME . - name: Log into github registry run: echo "${{ secre...
Switch docker publishing to main branch
Switch docker publishing to main branch
YAML
mit
apexskier/dotfiles,apexskier/dotfiles
0ffd6fa19047866c6032bbbccf56d4501cf5413a
.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 5.0.0
Update MacOS C++ make-specs to new version 5.0.0
YAML
bsd-3-clause
steinwurf/petro,steinwurf/petro
66ba5a403a5eb900e263f69f5624feda11486767
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: '1.4' 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 the docs version to master
Switch back the docs version to master
YAML
mit
rrosenblum/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,tdeo/rubocop,tejasbubane/rubocop,bbatsov/rubocop,maxjacobson/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tdeo/rubocop,rrosenblum/rubocop,tdeo/rubocop,maxjacobson/rubocop,maxjacobson/rubocop
cb047ae2707d774eb4eaa52c4334abe9a805b1c2
playbooks/roles/elasticsearch/defaults/main.yml
playbooks/roles/elasticsearch/defaults/main.yml
--- elasticsearch_version: 1.7 elasticsearch_plugins: kopf: source: lmenezes/elasticsearch-kopf cloud-aws: source: elasticsearch/elasticsearch-cloud-aws/2.4.1 elasticsearch_deps: - default-jdk
--- elasticsearch_version: 1.7 elasticsearch_plugins: kopf: source: lmenezes/elasticsearch-kopf cloud-aws: source: elasticsearch/elasticsearch-cloud-aws/2.7.1 elasticsearch_deps: - default-jdk
Use elasticsearch-cloudwatch-aws version compatible with ES 1.7
Use elasticsearch-cloudwatch-aws version compatible with ES 1.7
YAML
mit
alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws
1d08d577f564adfbc15c6c089d05c3d1ce64216a
schema/Claim.schema.yaml
schema/Claim.schema.yaml
title: Claim '@id': stencila:Claim extends: CreativeWork role: secondary status: unstable description: A claim represents specific reviewable facts or statements. $comment: | It is usually displayed as a block element and can have a label and title. In the context of a scholarly article this could be a theorem or p...
title: Claim '@id': stencila:Claim extends: CreativeWork role: secondary status: unstable description: A claim represents specific reviewable facts or statements. $comment: | It is usually displayed as a block element and can have a label and title. In the context of a scholarly article this could be a theorem or p...
Use 'statement' for claim type enum
Use 'statement' for claim type enum
YAML
apache-2.0
stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila
445600ae5d8a543a8829961fd31bdea32f5d082a
.forestry/front_matter/templates/review.yml
.forestry/front_matter/templates/review.yml
--- label: review hide_body: false is_partial: false fields: - type: include name: defaults label: defaults template: partial-default - type: include name: date label: date template: partial-date - name: attribution label: Attribution type: text hidden: false default: '' - type: select name: book ...
--- label: review hide_body: false is_partial: false fields: - type: text name: title label: Title - type: include name: date label: date template: partial-date - name: attribution label: Attribution type: text hidden: false default: '' - type: select name: book config: source: type: pag...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann
5e2aaeae028b425369ef5be47d71d5728fe26135
.github/workflows/create-docker-images.yaml
.github/workflows/create-docker-images.yaml
name: Create and publish Docker images on: # push: # branches: ['develop'] workflow_dispatch: jobs: create-and-publish-dev-image: name: Create and publish dev image # if: github.ref == 'refs/heads/develop' runs-on: ubuntu-20.04 steps: - name: Checkout repository uses: actions/c...
name: Create and publish Docker images on: workflow_dispatch: push: branches: ['develop', 'server-migration'] jobs: create-and-publish-dev-image: name: Create and publish dev image # if: github.ref == 'refs/heads/develop' runs-on: ubuntu-20.04 steps: - name: Checkout repository ...
Add branch name to job
Add branch name to job
YAML
mit
uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged
413f127bdb9df239ca0c4f12acdbca05913f39c3
ansible/roles/app/tasks/main.yml
ansible/roles/app/tasks/main.yml
--- - name: Install app dependencies pip: requirements={{ deploy_directory }}/repo/requirements.txt virtualenv={{ deploy_directory }}/venv executable={{ deploy_directory }}/venv/bin/pip sudo_user: "{{ app_user }}"
--- - name: Install app dependencies pip: requirements={{ deploy_directory }}/repo/app/requirements.txt virtualenv={{ deploy_directory }}/venv executable={{ deploy_directory }}/venv/bin/pip sudo_user: "{{ app_user }}"
Change location of reqs file
Change location of reqs file
YAML
bsd-3-clause
logston/ipy.io,logston/ipy.io,logston/ipy.io,logston/ipy.io
565c807d3b98baf80f7f5d1ede21704ee1999d47
nodepool/elements/infra-package-needs/package-installs.yaml
nodepool/elements/infra-package-needs/package-installs.yaml
coreutils: cron: util-linux: openssh-server: build-essential: python-dev: python3-dev: uuid-runtime:
coreutils: cron: util-linux: openssh-server: build-essential: python-dev: python3-dev: uuid-runtime: traceroute:
Add traceroute to default preinstalled packageset
Add traceroute to default preinstalled packageset When building images with diskimage-builder, include traceroute so that it can be used as an ever-present diagnostic in a variety of jobs without having to declare it in job-specific or project-specific dependency lists. Change-Id: Ic0be90226d01b399f3ca0c26ad6d43bcaa2...
YAML
apache-2.0
openstack-infra/project-config,dongwenjuan/project-config,Tesora/tesora-project-config,openstack-infra/project-config,Tesora/tesora-project-config,dongwenjuan/project-config
e9b8f853e0290fe5289dbd668cac2aeb31f49b4a
.appveyor.yml
.appveyor.yml
environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash MAKE: /cygdrive/c/cygwin/bin/make CC: /cygdrive/c/cygwin/bin/gcc CXX: /cygdrive/c/cygwin/bin/g++ FC: /cygdrive/c/cygwin/bin/gfortran ...
environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash MAKE: /cygdrive/c/cygwin/bin/make SETUP: /cygdrive/c/cygwin/bin/setup-x86.exe CC: /cygdrive/c/cygwin/bin/gcc CXX: /cygdrive/c/cygwin/...
Fix identation and add Unix-style variable 'SETUP'
Fix identation and add Unix-style variable 'SETUP'
YAML
apache-2.0
igorbonadio/make,renatocf/make,basejumpa/make,umake/make,basejumpa/make,renatocf/make,umakefile/make,umakefile/make,igorbonadio/make,renatocf/make,basejumpa/make,umake/make,igorbonadio/make,umakefile/make,umake/make
e4edd3d8792977cabc0d46a65f3b41e5716f5b79
install.conf.yaml
install.conf.yaml
- defaults: link: create: true relink: true - clean: ['~'] - link: ~/.condarc: managed/anaconda/condarc ~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light ~/.flink: managed/flink ~/.gitconfig: managed/git/gitconfig ~/.iterm2: if: '[ `uname` = Darwin ]' p...
- defaults: link: create: true relink: true - clean: ['~'] - link: ~/.condarc: managed/anaconda/condarc ~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light ~/.flink: managed/flink ~/.gitconfig: managed/git/gitconfig ~/.iterm2: if: '[ `uname` = Darwin ]' p...
Fix nested installation of oh-my-zsh.
Fix nested installation of oh-my-zsh.
YAML
mit
stefanistrate/dotfiles
c9fe99cd351380c6082b68429c27ffb87af4e47d
prow/oss/cluster/monitoring/grafana_expose.yaml
prow/oss/cluster/monitoring/grafana_expose.yaml
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort sessionAffinity: ClientIP ports: - name: http port: 3001 targetPort: http - name: nginx port: 80 targetPort: nginx selector: app: grafana # TODO(chaodai...
--- apiVersion: v1 kind: Service metadata: labels: app: grafana name: grafana namespace: prow-monitoring spec: type: NodePort sessionAffinity: ClientIP ports: - name: http port: 3001 targetPort: http - name: nginx port: 80 targetPort: nginx selector: app: grafana --- apiVersion...
Revert "Revert "Expose prow monitoring dashboard""
Revert "Revert "Expose prow monitoring dashboard"" This reverts commit 53dabe6f1bca1ee2c9e83168b8be5634905c7aa8.
YAML
apache-2.0
GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra
f3815b3e29aba6470df0198cc9e1a2a018f92b18
.eslintrc.yml
.eslintrc.yml
--- extends: - "plugin:shopify/es5" - "plugin:shopify/node" - "plugin:shopify/jquery" env: browser: true node: true jquery: true globals: theme: true Shopify: false slate: true QRCode: false rules: no-lonely-if: 0 comma-dangle: 0 spaced-comment: 0 indent: ["error", 2, {"SwitchCase": 1}]
--- extends: - "plugin:shopify/es5" - "plugin:shopify/node" - "plugin:shopify/jquery" env: browser: true node: true jquery: true globals: theme: true Shopify: false slate: true QRCode: false rules: no-lonely-if: 0 comma-dangle: 0 spaced-comment: 0 no-process-env: 0 indent: ["error", 2, {"...
Remove warning when using process.env
Remove warning when using process.env
YAML
mit
t-kelly/slate,t-kelly/slate
f392f8afd4960bd3089463277eff9e8a0c6f77da
packages/de/dequeue.yaml
packages/de/dequeue.yaml
homepage: '' changelog-type: '' hash: 8702b1f815eb3132730b83e600f259b0142681d5d7e6b9b52e6bfb29fe02cdc6 test-bench-deps: Cabal: -any base: <5 cabal-test-quickcheck: -any dequeue: -any maintainer: Henry Bucklow <henry@elsie.org.uk> synopsis: A typeclass and an implementation for double-ended queues. changelog: ''...
homepage: '' changelog-type: '' hash: 547c2a71819dca0ae1bf7c15fb290b39f80d5d9a6f9985a06a1cb8645b578df2 test-bench-deps: Cabal: -any base: <5 cabal-test-quickcheck: -any dequeue: -any maintainer: Henry Bucklow <henry@elsie.org.uk> synopsis: A typeclass and an implementation for double-ended queues. changelog: ''...
Update from Hackage at 2015-09-03T12:18:01+0000
Update from Hackage at 2015-09-03T12:18:01+0000
YAML
mit
commercialhaskell/all-cabal-metadata
a242f1212cf786d73e622e8cf31376df961db166
.github/workflows/build_on_push.yml
.github/workflows/build_on_push.yml
name: build_on_push on: [push] env: BUILD_TYPE: Release jobs: #--------------------------------------------------------------------- # MacOS CI build_MacOS: runs-on: macOS-latest steps: - uses: actions/checkout@v2 with: submodules: 'recursive' - name: Install dependencies ...
name: build_on_push on: [push] env: BUILD_TYPE: Release jobs: #--------------------------------------------------------------------- # MacOS CI build_MacOS: runs-on: macOS-latest steps: - uses: actions/checkout@v2 with: submodules: 'recursive' - name: Install dependencies ...
Add googletest checkout to Linux build
Add googletest checkout to Linux build
YAML
mit
AnotherJohnH/Platform,AnotherJohnH/Platform,AnotherJohnH/Platform,AnotherJohnH/Platform
4bc31bafa06c6b1fa188a6f4fce37ee77f398539
.github/workflows/push-packages.yml
.github/workflows/push-packages.yml
name: Publish to GitHub Packages on: push jobs: publish: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 1.8 - name: Cache Maven artifacts uses: actions/cache@v2 with: path: ~/.m2/repositor...
name: Publish to GitHub Packages on: push jobs: publish: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: 1.8 - name: Cache Maven artifacts uses: actions/cache@v2 with: path: ~/.m2/repositor...
Include sources for GitHub Packages deployments
Include sources for GitHub Packages deployments
YAML
apache-2.0
fbonzon/graphhopper,boldtrn/graphhopper,graphhopper/map-matching,graphhopper/graphhopper,fbonzon/graphhopper,graphhopper/map-matching,fbonzon/graphhopper,boldtrn/graphhopper,graphhopper/graphhopper,graphhopper/graphhopper,boldtrn/graphhopper,graphhopper/map-matching,fbonzon/graphhopper,graphhopper/graphhopper,boldtrn/g...
711216c3a2ecfe8b41392ff45f4fec13f0864872
.github/workflows/test-examples.yml
.github/workflows/test-examples.yml
name: "Execute Docker example tests" on: push: branches: - master jobs: Test Examples: runs-on: ubuntu-18.04 steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: 3.8 - na...
name: "Execute Docker example tests" on: push: branches: - master jobs: Test-Examples: runs-on: ubuntu-18.04 steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: 3.8 - na...
Fix key for examples tests workflow.
Fix key for examples tests workflow.
YAML
mit
Fizzadar/pyinfra,Fizzadar/pyinfra
27a3ecb5608e59e63372fa2363dab7a3a3458b62
packages/hm/HMarkov.yaml
packages/hm/HMarkov.yaml
homepage: https://github.com/swizzard/HMarkov#readme changelog-type: '' hash: b309e19591793888c67987638cd4b1284923d4b4f8ed48e3141f4d835d78fcff test-bench-deps: base: ! '>=4.7 && <5' HMarkov: -any lens: -any tasty-quickcheck: -any mtl: -any tasty-hunit: -any random: -any tasty: -any QuickCheck: -any ...
homepage: https://github.com/swizzard/HMarkov#readme changelog-type: '' hash: d80032845b2921820b1a72d6044f544dc843f72f61bac8bc45debc7d641c76d0 test-bench-deps: base: ! '>=4.7 && <5' HMarkov: -any lens: -any tasty-quickcheck: -any mtl: -any tasty-hunit: -any random: -any tasty: -any QuickCheck: -any ...
Update from Hackage at 2016-12-04T18:08:59Z
Update from Hackage at 2016-12-04T18:08:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
f23b9c50863d288bce6d1d2c80e3b89dd63a3cf6
extras/docker/compose/docker-compose.yml
extras/docker/compose/docker-compose.yml
version: '3.7' services: web: image: wger/devel:2.0-dev volumes: - type: bind source: ../../../ target: /home/wger/src/ - media:/home/wger/media ports: - 8000:8000 env_file: - ./dev.env depends_on: - db - cache db: image: postgres:12.0-al...
version: '3.7' services: web: image: wger/devel:2.0-dev volumes: - type: bind source: ../../../ target: /home/wger/src/ - media:/home/wger/media ports: - 8000:8000 env_file: - ./dev.env depends_on: - db - cache db: image: postgres:12-alpi...
Use the last version of the 12er postgres release
Use the last version of the 12er postgres release
YAML
agpl-3.0
rolandgeider/wger,petervanderdoes/wger,wger-project/wger,rolandgeider/wger,rolandgeider/wger,rolandgeider/wger,petervanderdoes/wger,wger-project/wger,petervanderdoes/wger,wger-project/wger,wger-project/wger,petervanderdoes/wger
3bbd844b58266d331310721b6c9084db799501fc
app.yaml
app.yaml
service: react-render runtime: custom env: flex # TODO(jlfwong): Figure out what the right scaling policy is automatic_scaling: min_num_instances: 1 max_num_instances: 200 cool_down_period_sec: 60 cpu_utilization: target_utilization: 0.4 resources: cpu: 1 # TODO(benkraft): This feels like more memory ...
service: react-render runtime: custom env: flex # TODO(jlfwong): Figure out what the right scaling policy is automatic_scaling: min_num_instances: 1 max_num_instances: 200 cool_down_period_sec: 60 cpu_utilization: target_utilization: 0.2 resources: cpu: 1 # TODO(benkraft): This feels like more memory ...
Update target CPU use to 20%.
Update target CPU use to 20%. The react-render server is not scaling to handle the load of the video page. With recent changes to the way we do SSR, it's bound on network and/or memory, not CPU. In flex, we cannot sale based on the concurrent connections or memory, so this sets the target CPU to about what it is when ...
YAML
mit
Khan/react-render-server,Khan/react-render-server,Khan/react-render-server
c3628abb127e9790d967e9fb7620f63212e85418
metadata/de.storchp.opentracks.osmplugin.yml
metadata/de.storchp.opentracks.osmplugin.yml
Categories: - Sports & Health - Navigation License: Apache-2.0 AuthorName: OpenTracks Team WebSite: https://github.com/OpenTracksApp SourceCode: https://github.com/OpenTracksApp/OSMDashboard IssueTracker: https://github.com/OpenTracksApp/OSMDashboard/issues AutoName: OpenTracks - OSM Dashboard RepoType: git Repo:...
Categories: - Sports & Health - Navigation License: Apache-2.0 AuthorName: OpenTracks Team WebSite: https://github.com/OpenTracksApp SourceCode: https://github.com/OpenTracksApp/OSMDashboard IssueTracker: https://github.com/OpenTracksApp/OSMDashboard/issues AutoName: OpenTracks - OSM Dashboard RepoType: git Repo:...
Update OpenTracks - OSM Dashboard to 1.5.0 (7)
Update OpenTracks - OSM Dashboard to 1.5.0 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
834d08dcb126ad2f2c2848bfe21c2acda9c56370
.appveyor.yml
.appveyor.yml
platform: Any CPU image: Visual Studio 2017 configuration: Debug before_build: - nuget restore - nuget install xunit.runner.console -Version 2.2.0 -OutputDirectory buildtools - nuget install OpenCover -Version 4.6.519 -OutputDirectory buildtools - nuget install coveralls.net -Version 0.412 -OutputDirec...
platform: Any CPU image: Visual Studio 2017 configuration: Debug environment: OPENCOVER_VER: 4.6.519 XUNIT_VER: 2.2.0 COVERALLS_VER: 0.412 before_build: - nuget restore - cmd: nuget install xunit.runner.console -Version %XUNIT_VER% -OutputDirectory buildtools - cmd: nuget install OpenCover -Ve...
Use environment vars for nuget package versions
Use environment vars for nuget package versions [skip ci]
YAML
mit
RipcordSoftware/HttpWebClient
05060d476729021e2ae7add7386b58d1859293b3
packages/pa/partial.yaml
packages/pa/partial.yaml
homepage: https://github.com/paf31/partial changelog-type: '' hash: f49cbb0cfb2f101a006bb54ada3982ae85b6413d019fd92927ce259b3666e172 test-bench-deps: {} maintainer: paf31@cantab.net synopsis: A nullary type class for partial functions changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '0.1.0.0' author: Phi...
homepage: https://github.com/paf31/partial changelog-type: '' hash: 43deb5d10262ebba8eb200078866e7828d282dac1ce8666c67b9c29122488360 test-bench-deps: {} maintainer: paf31@cantab.net synopsis: A nullary type class for partial functions changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '0.1.0.0' - '1.0.0.0'...
Update from Hackage at 2017-11-28T17:43:41Z
Update from Hackage at 2017-11-28T17:43:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
ae6651445e8fc600d11e9f3095f77203593f59cd
ansible/roles/facts/tasks/main.yml
ansible/roles/facts/tasks/main.yml
--- - name: "Create facts and tags directories" local_action: module: file path: "{{ item }}" state: directory with_items: - "{{ fact_dir }}" - "{{ tag_dir }}" become: False # Common facts we want to apply to all images - include: facts.yml # We lookup any facts starting with nectar_image_pr...
--- - name: "Create facts and tags directories" local_action: module: file path: "{{ item }}" state: directory with_items: - "{{ fact_dir }}" - "{{ tag_dir }}" become: False # Common facts we want to apply to all images - include: facts.yml # We lookup any facts starting with nectar_image_pr...
Add debugging to show image property facts
Add debugging to show image property facts Change-Id: I52c79423f586c38f4ce5f7f7bad9478a9b1b2a0f
YAML
apache-2.0
NeCTAR-RC/nectar-images,NeCTAR-RC/nectar-images
fc9c85232edeb4d46c27e783dcf9e083c7d8309a
.eslintrc.yml
.eslintrc.yml
env: browser: true es6: true greasemonkey: true extends: 'eslint:recommended' rules: indent: - error - 2 linebreak-style: - error - unix quotes: - warn - single semi: - error - always eqeqeq: - error - always no-else-return: error no-useless-return: error no...
parserOptions: ecmaVersion: 2018 env: browser: true greasemonkey: true extends: 'eslint:recommended' rules: indent: - error - 2 linebreak-style: - error - unix quotes: - warn - single semi: - error - always eqeqeq: - error - always no-else-return: error no-use...
Update ECMAScript version to 2018
Update ECMAScript version to 2018
YAML
unlicense
curipha/userscripts,curipha/userscripts
679558e255100e689568d749fb1fef943d3e7ecb
app/config/static_routing.yml
app/config/static_routing.yml
homepage: pattern: / defaults: _controller: FrameworkBundle:Template:template template: 'MainBundle:Default:index.html.twig' maxAge: 86400 sharedMaxAge: 86400 private: false examples: pattern: /ejemplo/ defaults: _controller: FrameworkBundle:Template:temp...
homepage: pattern: / defaults: _controller: FrameworkBundle:Template:template template: 'MainBundle:Default:index.html.twig' examples: pattern: /ejemplo/ defaults: _controller: FrameworkBundle:Template:template template: 'MainBundle:Example\\Default:examples.html.twig'
Remove cache data for templateController
Remove cache data for templateController
YAML
mit
showmethecodeteam/showmethecode,showmethecodeteam/showmethecode,showmethecodeteam/showmethecode
80d168274ea7a22076065b67a074a30e85327c16
config/worker.ruby.yml
config/worker.ruby.yml
memory: 1536 json: rvm: default: 1.8.7 rubies: - name: 1.9.3 - name: rbx-head arguments: --branch 2.0.testing using: 1.8.7 - name: rbx-head arguments: -n d19 --branch 2.0.testing -- --default-version=1.9 using: 1.9.3 check_for: rbx-head-d19 - name: 1.8.7 - nam...
memory: 1536 json: rvm: default: 1.8.7 rubies: - name: 1.9.3 - name: rbx-head arguments: --branch 2.0.testing using: 1.8.7 - name: rbx-head arguments: -n d19 --branch 2.0.testing --19 using: 1.9.3 check_for: rbx-head-d19 - name: 1.8.7 - name: jruby - name:...
Use --19 flag to avoid libyaml configuration issues
Use --19 flag to avoid libyaml configuration issues
YAML
mit
0xCCD/travis-boxes,travis-ci/travis-boxes
657f29ad08979423ea57eabdd8e7078e9adc478d
packages/chiffchaff-reporter-www/.travis.yml
packages/chiffchaff-reporter-www/.travis.yml
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 - node_js: 6 - node_js: node
language: node_js matrix: include: - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 6 - node_js: node
Drop support for old Node
Drop support for old Node
YAML
mit
zentrick/chiffchaff,zentrick/chiffchaff
d1b2c7a078dc4e365c01bfb54b365fadb891769e
roles/i3/tasks/main.yml
roles/i3/tasks/main.yml
--- - name: Install i3wm apt: name: i3-wm become: yes - name: Install i3blocks apt: name: i3blocks become: yes - name: Install desktop enviroment extras apt: name: "{{ item }}" become: yes with_items: - xautolock - feh - pavucontrol - moka-icon-theme - vinagre - rofi ...
--- - name: Install i3wm apt: name: i3 become: yes - name: Install i3blocks apt: name: i3blocks become: yes - name: Install desktop enviroment extras apt: name: "{{ item }}" become: yes with_items: - xautolock - feh - pavucontrol - moka-icon-theme - vinagre - rofi ...
Revert to i3 the real metapakage
Revert to i3 the real metapakage
YAML
apache-2.0
jarias/linux-setup
584fd8a9811592d04c7c1d43c37778410b8d6590
.appveyor.yml
.appveyor.yml
install: - set MSYSTEM=MINGW64 - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH% - bash -lc "pacman -S git tar binutils autoconf make libtool automake python2 p7zip patch gcc mingw-w64-$(uname -m)-python3-sphinx" build_script: - echo "test" test: off
install: - set MSYSTEM=MINGW64 - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH% - bash -lc "pacman -S --noconfirm git binutils p7zip gcc mingw-w64-$(uname -m)-python3-sphinx" - bash -lc "curl -L http://www.haskell.org/ghc/dist/7.10.1/ghc-7.10.1-x86_64-unknown-mingw32.tar...
Install prerequisites for Windows build.
Install prerequisites for Windows build. See #110. [skip ci]
YAML
bsd-3-clause
sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,izgzhen/hadrian,snowleopard/shaking-up-ghc,quchen/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc,snowleopard/hadrian
134a168d72202581db604166c18bb0f3cd1897bf
.appveyor.yml
.appveyor.yml
version: 1.0.{build} image: Visual Studio 2017 shallow_clone: true configuration: Release platform: x64 install: - cmd: scripts\bin\windows\genie.exe vs2017 build: parallel: true verbosity: minimal project: build/projects/vs2017/slang.sln test_script: - cmd: build\win64_vs2017\bin\unittestsRelease.exe
version: 1.0.{build} image: Visual Studio 2017 Preview shallow_clone: true configuration: Release platform: x64 install: - cmd: scripts\bin\windows\genie.exe vs2017 build: parallel: true verbosity: minimal project: build/projects/vs2017/slang.sln test_script: - cmd: build\win64_vs2017\bin\unittestsReleas...
Use preview version of VS2017 in AppVeyor to fix internal compiler error
Use preview version of VS2017 in AppVeyor to fix internal compiler error
YAML
mit
MikePopoloski/slang,MikePopoloski/slang
37735f5ff8d40aaea2689db9f5feea2af7c90961
{{cookiecutter.project_short_name}}/envs/report.yaml
{{cookiecutter.project_short_name}}/envs/report.yaml
name: report channels: - conda-forge dependencies: - python=3.7 - pango=1.42.4 - cairocffi==1.1.0 - psutil=5.7.2 - weasyprint==51 - pandoc=2.10.1 - pip=20.1.1 - pip: - pandoc-tablenos==1.4.2 - pandoc-fignos==1.4.2 - pantable==0.12.2
name: report channels: - conda-forge dependencies: - python=3.7 - pango=1.42.4 - cairocffi==1.1.0 - psutil=5.7.2 - weasyprint==51 - pandoc=2.9.2.1 - pip=20.1.1 - pip: - pandoc-tablenos==1.4.2 - pandoc-fignos==1.4.2 - pantable==0.12.3
Downgrade pandoc for pantable compatibility
Downgrade pandoc for pantable compatibility
YAML
mit
timtroendle/cookiecutter-reproducible-science
8b9090bd370797b326e3ed3b5574a8e1e0fd7993
packages/da/datetime.yaml
packages/da/datetime.yaml
homepage: http://github.com/esessoms/datetime changelog-type: '' hash: 7f4e22fcbb367d3881afe4ac88f9a5ec39076cbf266e1dd20e3f3e971b684c3e test-bench-deps: {} maintainer: nubgames@gmail.com synopsis: Utilities to make Data.Time.* easier to use. changelog: '' basic-deps: base: <5 time: ! '>=1.1.2.2' old-time: ! '>=1....
homepage: http://github.com/stackbuilders/datetime changelog-type: '' hash: 7e275bd0ce7a2f66445bedfa0006abaf4d41af4c2204c3f8004c17eab5480e74 test-bench-deps: test-framework-hunit: -any test-framework: -any base: ! '>=4.2 && <4.9' time: ! '>=1.1.2.2' test-framework-quickcheck2: -any HUnit: -any old-time: !...
Update from Hackage at 2015-07-20T22:39:06+0000
Update from Hackage at 2015-07-20T22:39:06+0000
YAML
mit
commercialhaskell/all-cabal-metadata
ecbc19138a417df0257ba36590612013ce68e21f
chart/flux/templates/helm-tls.yaml
chart/flux/templates/helm-tls.yaml
{{- if .Values.helmOperator.tls.enable -}} {{- if .Values.helmOperator.tls.verify -}} {{- if .Values.helmOperator.tls.caContent }} apiVersion: v1 kind: ConfigMap metadata: name: {{ template "flux.fullname" . }}-helm-tls-ca-config data: ca.crt: | {{ .Values.helmOperator.tls.caContent | indent 4 }} {{- end -}} {{- en...
{{- if and .Values.helmOperator.tls.enable .Values.helmOperator.tls.verify .Values.helmOperator.tls.caContent -}} apiVersion: v1 kind: ConfigMap metadata: name: {{ template "flux.fullname" . }}-helm-tls-ca-config data: ca.crt: | {{ .Values.helmOperator.tls.caContent | indent 4 }} {{- end -}}
Reduce 3 if statements in helm template into single line
Reduce 3 if statements in helm template into single line ***What does this commit/MR/PR do?*** - Reduce 3 if statements in helm template into single line ***Why is this commit/MR/PR needed?*** - Less code
YAML
apache-2.0
weaveworks/flux,weaveworks/flux
b2cefc628542361eda36f76eab4fa2721949698c
jvm-dev/defaults/main.yml
jvm-dev/defaults/main.yml
--- interactive_user: false initialize_lein: true initialize_sbt: true sbt_version: "0.13.5" apache_mirror: "http://www.carfab.com/apachesoftware" maven_version: "3.2.1" ant_version: "1.9.4" gradle_version: "2.0" groovy_version: "2.3.2" jruby_version: "1.7.12"
--- interactive_user: false initialize_lein: true initialize_sbt: true sbt_version: "0.13.5" apache_mirror: "http://www.carfab.com/apachesoftware" maven_version: "3.2.2" ant_version: "1.9.4" gradle_version: "2.0" groovy_version: "2.3.6" jruby_version: "1.7.13"
Update Maven, Gradle and JRuby versions.
Update Maven, Gradle and JRuby versions.
YAML
mit
tomku/ansible-roles
455fc6a7664eae8c98ccf8478ec8696e8fe928c2
packages/de/dependent-sum-aeson-orphans.yaml
packages/de/dependent-sum-aeson-orphans.yaml
homepage: '' changelog-type: '' hash: 1f6f3a8f84f031482f82df9bb8b209c92923be7f4d68aff9bbe6ffac8b9dd104 test-bench-deps: {} maintainer: maintainer@obsidian.systems synopsis: '' changelog: '' basic-deps: dependent-sum: -any constraints-extras: -any base: ! '>=4.9 && <4.12' dependent-map: -any constraints: -any ...
homepage: '' changelog-type: '' hash: b1d99f1e53fc4d8b4491913f49f0f896c1e7bd21e39e70bcd5c5f00a8b424472 test-bench-deps: {} maintainer: maintainer@obsidian.systems synopsis: JSON instances for DSum, DMap, and Some changelog: '' basic-deps: dependent-sum: ! '>=0.6.1 && <0.7' constraints-extras: ! '>=0.3.0 && <0.4' ...
Update from Hackage at 2019-08-23T16:43:10Z
Update from Hackage at 2019-08-23T16:43:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
dfa26d453767bbf191722262475bb28232c96611
roles/roles_requirements.yml
roles/roles_requirements.yml
- src: git+https://github.com/meteorfox/ansible-rally.git name: ansible-rally - src: git+https://github.com/meteorfox/pcp-ansible.git name: pcp-ansible - src: git+https://github.com/vhe182/perf-ansible.git name: influxdb
- src: git+https://github.com/meteorfox/ansible-rally.git name: ansible-rally - src: git+https://github.com/meteorfox/pcp-ansible.git name: pcp-ansible - src: git+https://github.com/vhe182/ansible-influxdb.git name: influxdb
Change influxdb role git repo
ansible-influxdb: Change influxdb role git repo Isolated the influxdb role to align with correct ansible role requirements.
YAML
apache-2.0
meteorfox/os-ansible-perftools,meteorfox/os-ansible-perftools,meteorfox/os-ansible-perftools
6dc45b096c3f916d0617ac1eeb52b1bf5155b6f7
packages/te/test-lib.yaml
packages/te/test-lib.yaml
homepage: '' changelog-type: markdown hash: a9b025e822b5352eddffa6e37679fea13eaa10c8ed5d19b6f1b165fa218c5e37 test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A library to make a quick test-runner script. changelog: ! '# Revision history for test-lib ## 0.1.0.0 -- 2018-12-11 * First version. Re...
homepage: '' changelog-type: markdown hash: a1c0ace357bcc6db054d1610dd0bc8e63ef23923b60a782e021ee35837d34ad5 test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A library to make a quick test-runner script. changelog: ! '# Revision history for test-lib ## 0.1.0.0 -- 2018-12-11 * First version. Re...
Update from Hackage at 2018-12-12T19:33:39Z
Update from Hackage at 2018-12-12T19:33:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
9bc51f5d4795091711dab24a1121121cffa13c4c
packages/tm/tmapchan.yaml
packages/tm/tmapchan.yaml
homepage: https://github.com/athanclark/tmapchan#readme changelog-type: '' hash: 2cce5ad33242f66f171dea8883362b3f75b59396514e0839c9103e764ba59d20 test-bench-deps: {} maintainer: athan.clark@gmail.com synopsis: An insert-ordered multimap (indexed FIFO) which consumes values as you lookup changelog: '' basic-deps: stm:...
homepage: https://github.com/athanclark/tmapchan#readme changelog-type: '' hash: 92b8cc72293420bcd9c37dcee38088429907acc74ef11fbb1825051e042e2805 test-bench-deps: {} maintainer: athan.clark@gmail.com synopsis: An insert-ordered multimap (indexed FIFO) which consumes values as you lookup changelog: '' basic-deps: stm:...
Update from Hackage at 2017-05-14T01:20:27Z
Update from Hackage at 2017-05-14T01:20:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
612c3e3c5070e8aaebc83f5b9c51418a3e22eeb3
.github/workflows/gradle-build.yml
.github/workflows/gradle-build.yml
name: "Build Gradle project" on: [push, workflow_dispatch] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 9, 10, 11, 12, 13 ] name: Building on Java ${{ matrix.java }} steps: - name: Check out project uses: ...
name: "Build Gradle project" on: [push, workflow_dispatch] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 9, 10, 11, 12, 13 ] name: Building on Java ${{ matrix.java }} steps: - name: Check out project uses: ...
Use wrapper & dependencies cache in Gradle GH action
Use wrapper & dependencies cache in Gradle GH action
YAML
apache-2.0
etiennestuder/gradle-credentials-plugin
3e56e5a3ce409df629eb5a09796f2840718d7393
.github/workflows/run-coverage.yml
.github/workflows/run-coverage.yml
# This workflow will do a clean installation of node dependencies and run code coverage across different versions of node name: Run Code Coverage on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [16.x, 18.x] steps: - name: Checkout repo...
# This workflow will do a clean installation of node dependencies and run code coverage across different versions of node name: Run Code Coverage on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v3 - name: Use Node...
Fix coverage workflow and start using Codecov
Fix coverage workflow and start using Codecov
YAML
mit
dabroek/node-cache-manager-redis-store
6ded59199bbf02b671918641056300787cf47620
packages/wa/watchdog.yaml
packages/wa/watchdog.yaml
homepage: '' changelog-type: '' hash: 270911cdbe9d457b27158f9c2bd6746d12ac3e60637ec8c0c467028b7e795733 test-bench-deps: {} maintainer: Jan Vornberger <jan@uos.de> synopsis: Simple control structure to re-try an action with exponential backoff changelog: '' basic-deps: base: ==4.* time: ==1.4.* mtl: ==2.1.* all-ve...
homepage: '' changelog-type: '' hash: 4be2223ba1d5c60cc68f2b3be6371d5cec09a8c87e16db1fdafa921fb11ec5ca test-bench-deps: {} maintainer: Jan Vornberger <jan@uos.de> synopsis: Simple control structure to re-try an action with exponential backoff changelog: '' basic-deps: base: ==4.* time: ! '>=1.4 && <1.9' mtl: ! '>...
Update from Hackage at 2017-05-26T15:08:55Z
Update from Hackage at 2017-05-26T15:08:55Z
YAML
mit
commercialhaskell/all-cabal-metadata
dbfba968a55049f9f66a8309bb412bb741da1883
ansible/roles/girder/tasks/main.yml
ansible/roles/girder/tasks/main.yml
--- - name: Install build dependencies apt: name: "{{ item }}" sudo: yes with_items: - git # - build-essential # - python-dev - libffi-dev - name: Download git: repo: "https://github.com/girder/girder.git" dest: "{{ girder_path }}" version: "{{ girder_version }}" update: yes ...
--- - name: Install build dependencies apt: name: "{{ item }}" sudo: yes with_items: - git # - build-essential # - python-dev - libffi-dev - name: Download git: repo: "https://github.com/girder/girder.git" dest: "{{ girder_path }}" version: "{{ girder_version }}" update: yes ...
Provision with the correct version of Pillow
Provision with the correct version of Pillow
YAML
apache-2.0
ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive
31094181c307ce2470b8e1359548e12006c09834
data/nodes/hades.apache.org.yaml
data/nodes/hades.apache.org.yaml
--- classes: - apache - collectd - collectd::plugin::cpu - collectd::plugin::load - collectd::plugin::memory - collectd::plugin::interface - collectd::plugin::write_http - puppet_asf - ssl::name::wildcard_apache_org apache::keepalive: 'On' apache::keepalive_timeout: '30' apache::default_v...
--- classes: - apache - apache::mod::dav_svn - apache::mod::ssl - collectd - collectd::plugin::cpu - collectd::plugin::load - collectd::plugin::memory - collectd::plugin::interface - collectd::plugin::write_http - puppet_asf - ssl::name::wildcard_apache_org apache::keepalive: 'On' apac...
Add initial httpd modules for hades
Add initial httpd modules for hades
YAML
apache-2.0
chtyim/infrastructure-puppet,chtyim/infrastructure-puppet,bdube/infrastructure-puppet,chtyim/infrastructure-puppet,bdube/infrastructure-puppet,stumped2/infrastructure-puppet,apache/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,sebbASF/infrastructure-puppet,apache/infrastructure-puppet...
35bcf18dd4a4d19ddc816e01f437e817be1725d2
menpo/meta.yaml
menpo/meta.yaml
package: name: menpo version: 0.2 source: fn: menpo-0.2.zip url: https://github.com/menpo/menpo/archive/windows_fixes.zip #url: https://pypi.python.org/packages/source/c/cyrasterize/cyrasterize-0.1.4.tar.gz #md5: 67e5cd526c60833c37f67f31e1d63481 requirements: build: - python - setuptools - n...
package: name: menpo version: 0.2.1 source: fn: menpo-0.2.1.tar.gz url: https://pypi.python.org/packages/source/m/menpo/menpo-0.2.1.tar.gz md5: 031c0a8677e74e6ed21f3c335b93988f requirements: build: - python - setuptools - numpy - cython run: - python - numpy - scipy - cy...
Use latest pypi for menpo
Use latest pypi for menpo
YAML
bsd-3-clause
menpo/conda-recipes,menpo/conda-recipes
2d83651c33f831799018a65266ff3ececc5caace
hieradata/class/draft_content_store.yaml
hieradata/class/draft_content_store.yaml
--- govuk::apps::content_store::default_ttl: 1 govuk::apps::content_store::mongodb_name: 'draft_content_store_production' govuk::apps::content_store::mongodb_nodes: - 'api-mongo-1.api' - 'api-mongo-2.api' - 'api-mongo-3.api' govuk::apps::content_store::vhost: 'draft-content-store' govuk::node::s_draft_content_s...
--- govuk::apps::content_store::default_ttl: '1' govuk::apps::content_store::mongodb_name: 'draft_content_store_production' govuk::apps::content_store::mongodb_nodes: - 'api-mongo-1.api' - 'api-mongo-2.api' - 'api-mongo-3.api' govuk::apps::content_store::vhost: 'draft-content-store' govuk::node::s_draft_content...
Use string to define draft content-store TTL
Use string to define draft content-store TTL To prevent this Puppet error: [draft-content-store-2.api] out: Error: Failed to apply catalog: Parameter content failed on File[/etc/govuk/content-store/env.d/DEFAULT_TTL]: Munging failed for value 1 in class content: can't convert Fixnum into String at /usr/share/pupp...
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
52d4e7a94e17a8be5515f2f0d9f310f204fa9546
metadata/eu.berdosi.app.heartbeat.yml
metadata/eu.berdosi.app.heartbeat.yml
Categories: - Sports & Health License: ISC AuthorName: Bálint Erdősi SourceCode: https://github.com/berdosi/HeartBeat IssueTracker: https://github.com/berdosi/HeartBeat/issues Changelog: https://github.com/berdosi/HeartBeat/releases Donate: https://paypal.me/BalintErdosi AutoName: HeartBeat RepoType: git Repo: http...
Categories: - Sports & Health License: ISC AuthorName: Bálint Erdősi SourceCode: https://github.com/berdosi/HeartBeat IssueTracker: https://github.com/berdosi/HeartBeat/issues Changelog: https://github.com/berdosi/HeartBeat/releases Donate: https://paypal.me/BalintErdosi AutoName: HeartBeat RepoType: git Repo: http...
Update HeartBeat to 1.2 (3)
Update HeartBeat to 1.2 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ae299420bbe8d398f379d1df9608afd25dcff1c3
metadata/superfreeze.tool.android.yml
metadata/superfreeze.tool.android.yml
Categories: - System License: GPL-3.0-only SourceCode: https://gitlab.com/SuperFreezZ/SuperFreezZ IssueTracker: https://gitlab.com/SuperFreezZ/SuperFreezZ/issues RepoType: git Repo: https://gitlab.com/SuperFreezZ/SuperFreezZ.git Builds: - versionName: 0.0.1-alpha versionCode: 1 commit: v0.0.1-alpha gr...
Categories: - System License: GPL-3.0-only SourceCode: https://gitlab.com/SuperFreezZ/SuperFreezZ IssueTracker: https://gitlab.com/SuperFreezZ/SuperFreezZ/issues AutoName: SuperFreezZ App stopper RepoType: git Repo: https://gitlab.com/SuperFreezZ/SuperFreezZ.git Builds: - versionName: 0.0.1-alpha versionCode...
Set autoname of SuperFreezZ App stopper
Set autoname of SuperFreezZ App stopper
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
3b057ceab08a2d99acc4b91e5a5fe4b4995c841a
.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: false default: post - name: title label: Title type: text hidden: false default: Titulo - name: date label: Date type: datetime hidden: false default: 2019-03-15 03:00:00 +0000 - name: img label: Img ...
--- label: colinha hide_body: false fields: - name: layout label: Layout type: text hidden: false default: post - name: title label: Title type: text hidden: false default: Titulo - type: text name: subtitle label: SUBTITLE description: max 70 char - name: date label: Date type: datetime hid...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
daa1606e33bc9e93bb6eba5ed0355be0baf46bcb
.forestry/front_matter/templates/project.yml
.forestry/front_matter/templates/project.yml
--- label: Project hide_body: false is_partial: false fields: - type: file name: thumbnail label: Thumbnail description: This will only show up on the front page - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: required: true - type: ...
--- label: Project hide_body: false is_partial: false fields: - type: file name: thumbnail label: Thumbnail description: This will only show up on the front page - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: required: true - type: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
wkadwaikar/wkadwaikar.github.io,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,gatsbimantico/blog
fa0a1bde6898e618d70e7d9be94c29f82a183ebd
docker/fission-ui.yaml
docker/fission-ui.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: fission-ui namespace: fission spec: replicas: 1 template: metadata: labels: svc: fission-ui spec: containers: - name: nginx image: yqf3139/fission-ui:0.1.0 --- apiVersion: v1 kind: Service metadata: name...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: fission-ui namespace: fission spec: replicas: 1 template: metadata: labels: svc: fission-ui spec: containers: - name: nginx image: fission/fission-ui:0.1.0 --- apiVersion: v1 kind: Service metadata: name...
Update docker image username to fission (will work when the docker hub image will be pushed inside fission account)
Update docker image username to fission (will work when the docker hub image will be pushed inside fission account)
YAML
apache-2.0
fission/fission-ui,fission/fission-ui,fission/fission-ui
46bae42341219ff95faae7dff5d246178629aa93
src/app_engine/cron.yaml
src/app_engine/cron.yaml
cron: - description: bi-hourly CEOD probing job url: /probe/ceod schedule: every 2 hours synchronized - description: bi-hourly collider probing job url: /probe/collider schedule: every 2 hours synchronized
cron: - description: hourly CEOD probing job url: /probe/ceod schedule: every 1 hours synchronized - description: hourly collider probing job url: /probe/collider schedule: every 1 hours synchronized
Change the prober job to be run hourly
Change the prober job to be run hourly
YAML
bsd-3-clause
arnauorriols/apprtc,aadebuger/docker-apprtc,jarl-alejandro/apprtc,bpyoung92/apprtc,YouthAndra/apprtc,JiYou/apprtc,procandi/apprtc,virajs/apprtc,TribeMedia/apprtc,TheKnarf/apprtc,YouthAndra/apprtc,bpyoung92/apprtc,jiayliu/apprtc,arnauorriols/apprtc,todotobe1/apprtc,shelsonjava/apprtc,webrtc/apprtc,todotobe1/apprtc,todot...
36e0115a5ebdc7cf9ea4059a18a46a21feac5c1e
packages/et/eternal.yaml
packages/et/eternal.yaml
homepage: '' changelog-type: '' hash: a1ee2c14835d7e87b2afbe1c09b04591cb671156e5a12b44b1f5f8208f065533 test-bench-deps: {} maintainer: Heather Cynede <Cynede@Gentoo.org> synopsis: everything breaking the Fairbairn threshold changelog: '' basic-deps: base-unicode-symbols: -any base: ! '>=4.3 && <5' utf8-string: -a...
homepage: '' changelog-type: '' hash: 69cb0822b3d7e3c83eeb30588fd6085d0bc97e3052159f7ccec36036c7e7fbfd test-bench-deps: {} maintainer: Heather Cynede <Heather@live.ru> synopsis: everything breaking the Fairbairn threshold changelog: '' basic-deps: base-unicode-symbols: -any base: ! '>=4.3 && <5' utf8-string: -any...
Update from Hackage at 2015-11-03T11:37:10+0000
Update from Hackage at 2015-11-03T11:37:10+0000
YAML
mit
commercialhaskell/all-cabal-metadata
d094820c18af105b9c7c3c9388984581c0627674
src/Resources/translations/messages.fr.yml
src/Resources/translations/messages.fr.yml
lag: admin: save: Sauvegarder save_errors: Une erreur s'est produite durant la sauvegarde create: Ajouter save_and_return_to_list: Sauvegarder et retourner à la liste cancel: Annuler saved: Les modifications ont été sauvegardées welcome_message: 'Bienvenue %us...
lag: admin: save: Sauvegarder save_errors: Une erreur s'est produite durant la sauvegarde create: Ajouter save_and_return_to_list: Sauvegarder et retourner à la liste cancel: Annuler saved: Les modifications ont été sauvegardées welcome_message: 'Bienvenue %us...
Fix typo in the delete message
Fix typo in the delete message
YAML
mit
larriereguichet/AdminBundle,larriereguichet/AdminBundle,larriereguichet/AdminBundle
41a3fcdd95be51c16675f7ff4e66b5f0d0595d0b
conda.recipe/meta.yaml
conda.recipe/meta.yaml
package: name: nbbrowserpdf version: "{{ environ.get('GIT_DESCRIBE_TAG', ' ')[1:] }}" source: path: ../ build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} {% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0 {% else %}string: py{{ environ....
package: name: nbbrowserpdf version: "{{ environ.get('GIT_DESCRIBE_TAG', ' ')[1:] }}" source: path: ../ build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} {% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0 {% else %}string: py{{ environ....
Add nb_config_manager as a conda-specific dependency
Add nb_config_manager as a conda-specific dependency
YAML
bsd-3-clause
Anaconda-Server/nbbrowserpdf,Anaconda-Server/nbbrowserpdf,Anaconda-Server/nbbrowserpdf
40ae24c16f2662d70aa93f32b07802453af78d63
packages/sp/Spintax.yaml
packages/sp/Spintax.yaml
homepage: https://github.com/MichelBoucey/spintax changelog-type: '' hash: d02008a53fdaf027c226956b8bdcbe1ba9e5a65aa9e819fc9af307d9334e0449 test-bench-deps: {} maintainer: michel.boucey@gmail.com synopsis: Random text generation based on spintax changelog: '' basic-deps: mwc-random: -any extra: -any base: ! '>=4....
homepage: https://github.com/MichelBoucey/spintax changelog-type: '' hash: 0b3e898b3a1c4bdd9d84ba5ddbc15f17c9427df522bf6d6588b2477aa020f6c8 test-bench-deps: {} maintainer: michel.boucey@cybervisible.fr synopsis: Random text generation based on spintax changelog: '' basic-deps: mwc-random: -any extra: -any base: !...
Update from Hackage at 2016-10-19T10:40:38Z
Update from Hackage at 2016-10-19T10:40:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
2e503e07dd865bcba8173c42b82810042237259c
config/prisons/BNI-bullingdon-convicted-only.yml
config/prisons/BNI-bullingdon-convicted-only.yml
--- name: Bullingdon (Convicted Only) nomis_id: BNI address: - Bicester - OX25 1PZ email: socialvisits.bullingdon@hmps.gsi.gov.uk enabled: true estate: Bullingdon finder_slug: bullingdon phone: 01869 353176 slots: mon: - 1400-1610 sat: - 1400-1610 sun: - 1400-1610 thu: - 1400-1610 tue: - 1400-1610 ...
--- name: Bullingdon (Convicted Only) nomis_id: BNI address: - Bicester - OX25 1PZ email: socialvisits.bullingdon@hmps.gsi.gov.uk enabled: true estate: Bullingdon finder_slug: bullingdon phone: 01869 353176 slots: mon: - 1400-1610 sat: - 1400-1610 sun: - 1400-1610 thu: - 1400-1610 tue: - 1400-1610 ...
Update Bullingdon convicted Christmas visit slots
Update Bullingdon convicted Christmas visit slots Unbookable: - Christmas Day - New Year's Day
YAML
mit
ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits
d28a87f5e15b4e91cecbabad29620b7f26b5ae2c
recipes/memprof/meta.yaml
recipes/memprof/meta.yaml
{% set name = "memprof" %} {% set version = "0.3.4" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8aebb0ce5ec11a42bf06c1430fb5e9e1f91aec0709056bce4af9...
{% set name = "memprof" %} {% set version = "0.3.4" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 8aebb0ce5ec11a42bf06c1430fb5e9e1f91aec0709056bce4af9...
Add toolchain to build requirements
Add toolchain to build requirements
YAML
bsd-3-clause
rvalieris/staged-recipes,pstjohn/staged-recipes,jerowe/staged-recipes,jochym/staged-recipes,Juanlu001/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,benvandyke/staged-recipes,jakirkham/staged-recipes,johannesring/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,mcernak/staged-recipes,isur...
3b7e40192d8bdb41986a1a5d4adf091f418ddd21
node-perf-dash.k8s.io/node-perf-dash-certificate.yaml
node-perf-dash.k8s.io/node-perf-dash-certificate.yaml
apiVersion: cert-manager.io/v1alpha2 kind: Certificate metadata: name: node-perf-dash-k8s-io namespace: node-perf-dash annotations: acme.cert-manager.io/http01-override-ingress-name: "node-perf-dash" cert-manager.io/issue-temporary-certificate: "true" spec: secretName: node-perf-dash-k8s-io-tls issuer...
apiVersion: cert-manager.io/v1alpha2 kind: Certificate metadata: name: node-perf-dash-k8s-io namespace: node-perf-dash annotations: acme.cert-manager.io/http01-override-ingress-name: "node-perf-dash" cert-manager.io/issue-temporary-certificate: "true" spec: secretName: node-perf-dash-k8s-io-tls issuer...
Delete node-perf-dash staging from the certificate
Delete node-perf-dash staging from the certificate
YAML
apache-2.0
kubernetes/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,thockin/k8s.io,thockin/k8s.io,thockin/k8s.io,thockin/k8s.io,kubernetes/k8s.io
7936d95aa1b21955fbcc81aca78bb433af4b99c3
metadata/com.github.axet.filemanager.yml
metadata/com.github.axet.filemanager.yml
Categories: - System License: GPL-3.0-only SourceCode: https://gitlab.com/axet/android-file-manager IssueTracker: https://gitlab.com/axet/android-file-manager/issues AutoName: File Manager Summary: File Manager with root browser Description: |- File Manager with two panels, smart copy/move dialogs, easy open/sha...
Categories: - System License: GPL-3.0-only SourceCode: https://gitlab.com/axet/android-file-manager IssueTracker: https://gitlab.com/axet/android-file-manager/issues AutoName: File Manager Summary: File Manager with root browser Description: |- File Manager with two panels, smart copy/move dialogs, easy open/sha...
Update File Manager to 0.2.59 (102)
Update File Manager to 0.2.59 (102)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
5eeadb2114016f1844565b77cab5555b51679190
ci/environments/ovb-ha.yaml
ci/environments/ovb-ha.yaml
parameter_defaults: ControllerExtraConfig: nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu Debug: true DockerPuppetDebug: True
parameter_defaults: ControllerExtraConfig: nova::compute::libvirt::services::libvirt_virt_type: qemu nova::compute::libvirt::libvirt_virt_type: qemu Debug: true HideSensitiveLogs: false DockerPuppetDebug: True
Enable sensitive logs for OVB HA
Enable sensitive logs for OVB HA to debug correctly http://bugs.launchpad.net/tripleo/+bug/1873770 Change-Id: I7f92b2a815b3fade3bdb933046ce611d0d68c020 Related-Bug: #1873770
YAML
apache-2.0
openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
5a8fac1838b2ed3ace12da7821cfde766794dcdd
roles/utils/vars/main.yml
roles/utils/vars/main.yml
--- packages: - apg #random password generator - at - bmon - build-essential - byobu #For remove-old-kernels - cloc #Count lines of code - git - git-extras - gnupg - gparted - htop - incron - iotop - lftp - lnav - most - mtr - multitail - ncdu - openssl - pandoc - preload...
--- packages: - apg #random password generator - at - bmon - build-essential - byobu #For remove-old-kernels - cloc #Count lines of code - git - git-extras - gnupg - gparted - htop - incron - iotop - lftp - lnav - most - mtr - multitail - ncdu - openssl - pandoc - preload...
Add exiftool for pdf edit
Add exiftool for pdf edit
YAML
apache-2.0
mansonjesus/ansible-playbooks
c733d88877b4aba914d42a4433ea6e8571896e50
rpm/harbour-sailsoma.yaml
rpm/harbour-sailsoma.yaml
Name: harbour-sailsoma Summary: SailSoma Version: 0.2.3 Release: 1 Group: Qt/Qt License: 'Copyright (c) 2013-2014, Andrea Grandi All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistribut...
Name: harbour-sailsoma Summary: SailSoma Version: 0.2.3 Release: 1 Group: Qt/Qt License: 'BSD' Sources: - '%{name}-%{version}.tar.bz2' Description: |- SailSoma is a very simple client for the popular Soma.fm radio, a free streaming radio with more than 20 channels available. Configure: none Builder: qtc5 PkgConfigBR:...
Update license section in rpm package .yaml file
Update license section in rpm package .yaml file
YAML
bsd-2-clause
andreagrandi/sailsoma
1380fd2e1ea11b38ba53777ef88574189865ac75
schema/Figure.schema.yaml
schema/Figure.schema.yaml
title: Figure '@id': stencila:Figure extends: CreativeWork role: primary status: unstable category: prose description: Encapsulates one or more images, videos, tables, etc, and provides captions and labels for them. properties: label: '@id': stencila:label description: A short label for the figure. type: ...
title: Figure '@id': stencila:Figure extends: CreativeWork role: primary status: unstable category: prose description: Encapsulates one or more images, videos, tables, etc, and provides captions and labels for them. properties: label: '@id': stencila:label description: A short label for the figure. type: ...
Allow caption to be a string for compatability with caption on other types
fix(Figure): Allow caption to be a string for compatability with caption on other types
YAML
apache-2.0
stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila
4bf6512b801161fd6cbfd485e07712c87f6cd2f1
.zuul.yml
.zuul.yml
ui: tape browsers: - name: chrome version: latest # - name: safari # version: latest # - name: ie # version: 9..latest - name: firefox version: 25..latest # server: ./test/server.js
ui: tape browsers: - name: chrome version: latest # - name: safari # version: latest # - name: ie # version: 9..latest - name: firefox version: 28..latest # server: ./test/server.js
Upgrade firefox browsers to test
Upgrade firefox browsers to test
YAML
apache-2.0
rtc-io/rtc-bufferedchannel
6fb27132902ff79f0454619e3a555f891858fbb4
hw/bsp/hifive1/syscfg.yml
hw/bsp/hifive1/syscfg.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...
# # 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...
Add config and reboot fcb
bsp/hifive1: Add config and reboot fcb Flash areas were already configured in bsp but two syscfg values were missing to be able to use reboot log and config fcb as in other platforms.
YAML
apache-2.0
mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core
3278a07fd96201195a419ae84e528cc424595248
metadata/com.gmail.anubhavdas54.whatsdeleted.yml
metadata/com.gmail.anubhavdas54.whatsdeleted.yml
Categories: - Internet License: GPL-3.0-only AuthorName: 4nubhav AuthorEmail: anubhavdas54@gmail.com SourceCode: https://github.com/4nubhav/WhatsDeleted IssueTracker: https://github.com/4nubhav/WhatsDeleted/issues Bitcoin: bc1qs50wst8x53ud5lr80wukhjcy6l7zpxf5mz5rtm Litecoin: LMJdc2F1E2aKXNyLidnjWjiWFR9gvczXsX AutoNa...
Categories: - Internet License: GPL-3.0-only AuthorName: 4nubhav AuthorEmail: anubhavdas54@gmail.com SourceCode: https://github.com/4nubhav/WhatsDeleted IssueTracker: https://github.com/4nubhav/WhatsDeleted/issues Bitcoin: bc1qs50wst8x53ud5lr80wukhjcy6l7zpxf5mz5rtm Litecoin: LMJdc2F1E2aKXNyLidnjWjiWFR9gvczXsX AutoNa...
Update WhatsDeleted to 0.4 (4)
Update WhatsDeleted to 0.4 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
f6407411b67ad0ad939ec9ee1b27c7c1bf2ab4db
packages/wa/wai-middleware-travisci.yaml
packages/wa/wai-middleware-travisci.yaml
homepage: https://github.com/mitchellwrosen/wai-middleware-travisci changelog-type: '' hash: 8333ae4a34ae30199d32553ef8a1e22b8cc7f56968359dc715a62c4f934ca939 test-bench-deps: {} maintainer: Mitchell Rosen <mitchellwrosen@gmail.com> synopsis: WAI middleware for authenticating webhook payloads from Travis CI changelog: '...
homepage: https://github.com/mitchellwrosen/wai-middleware-travisci changelog-type: '' hash: 1db2466267ecdac22169325ba6e915561f68d5e7d916f7c5f176f1578e173348 test-bench-deps: {} maintainer: Mitchell Rosen <mitchellwrosen@gmail.com> synopsis: WAI middleware for authenticating webhook payloads from Travis CI changelog: '...
Update from Hackage at 2019-05-21T15:40:17Z
Update from Hackage at 2019-05-21T15:40:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
a691ad85acbdf71481b2616325d51d2cef1a5857
recipes/pbzip2/meta.yaml
recipes/pbzip2/meta.yaml
{% set version = "1.1.13" %} {% set major_version = "1.1" %} {% set sha1 = "f61e65a7616a3492815d18689c202d0685fe167d" %} {% set md5 = "4cb87da2dba05540afce162f34b3a9a6" %} package: name: pbzip2 version: {{ version }} source: fn: pbzip2-{{ version }}.tar.gz url: https://launchpad.net/pbzip2/{{ major_version }}...
{% set version = "1.1.13" %} {% set major_version = "1.1" %} {% set sha1 = "f61e65a7616a3492815d18689c202d0685fe167d" %} {% set md5 = "4cb87da2dba05540afce162f34b3a9a6" %} package: name: pbzip2 version: {{ version }} source: fn: pbzip2-{{ version }}.tar.gz url: https://launchpad.net/pbzip2/{{ major_version }}...
Add conda-forge build env toolchain
Add conda-forge build env toolchain
YAML
bsd-3-clause
sodre/staged-recipes,benvandyke/staged-recipes,koverholt/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,tylere/staged-recipes,glemaitre/staged-recipes,sodre/staged-recipes,valgur/staged-recipes,hajapy/staged-recipes,igortg/staged-recipes,khallock/s...
a769a770aba0d4bc4ebfde7579119d9090210e60
recipes/pyrosm/meta.yaml
recipes/pyrosm/meta.yaml
{% set version = "0.5.2" %} {% set name = "pyrosm" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: cf16e00a4523b4d73f440dc38f15db1f1889e5a5173596fbd09173a9fc4e5089 build: number: 0 scri...
{% set version = "0.5.2" %} {% set name = "pyrosm" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: cf16e00a4523b4d73f440dc38f15db1f1889e5a5173596fbd09173a9fc4e5089 build: number: 0 scri...
Add recipe for Pyrosm package
Add recipe for Pyrosm package
YAML
bsd-3-clause
conda-forge/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,k...
4147324b8e87e7c8867bdbac81b06a4bef29b97c
packages/li/ListTree.yaml
packages/li/ListTree.yaml
homepage: http://github.com/yairchu/generator/tree changelog-type: '' hash: a4d4f0b740f6bc5b90ee833f9fe8af06ceeba3f91c4aa7370f87c398691c937d test-bench-deps: {} maintainer: yairchu@gmail.com synopsis: Trees and monadic trees expressed as monadic lists where the underlying monad is a list changelog: '' basic-deps: L...
homepage: http://github.com/yairchu/generator/tree changelog-type: '' hash: 425843b79e7a9a48522f83e117163f158ad9ffd446a6ed99aa15cdb061548764 test-bench-deps: {} maintainer: yairchu@gmail.com synopsis: Trees and monadic trees expressed as monadic lists where the underlying monad is a list changelog: '' basic-deps: L...
Update from Hackage at 2016-12-26T18:09:54Z
Update from Hackage at 2016-12-26T18:09:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
161cdb45def0620ba716d3c043d90727f4cbefe4
catalog/Background_Processing/scheduling.yml
catalog/Background_Processing/scheduling.yml
name: Scheduling description: Execute tasks on a schedule projects: - clockwork - latimes/craken - recurrent - resque-scheduler - rufus-scheduler - sidecloq - sidekiq-cron - sidekiq-scheduler - simple_scheduler - Swirrl/Taskit - whenever
name: Scheduling description: Execute tasks on a schedule projects: - clockwork - latimes/craken - que-scheduler - recurrent - resque-scheduler - rufus-scheduler - sidecloq - sidekiq-cron - sidekiq-scheduler - simple_scheduler - Swirrl/Taskit - whenever
Add que-scheduler to Background Processing (Scheduling) category
Add que-scheduler to Background Processing (Scheduling) category
YAML
mit
rubytoolbox/catalog
c2ab33e0bbd8713d7a28378302898920a4b3bb13
spec/acceptance/nodesets/centos-6-x64.yml
spec/acceptance/nodesets/centos-6-x64.yml
HOSTS: centos-6-x64: roles: - master - database - dashboard platform: el-6-x86_64 image: centos:6.7 hypervisor: docker docker_cmd: ["/sbin/init"] docker_preserve_image: true docker_image_commands: - yum install -y wget tar which java-1.8.0-openjdk-headless - r...
HOSTS: centos-6-x64: roles: - master - database - dashboard platform: el-6-x86_64 image: centos:6.9 hypervisor: docker docker_cmd: ["/sbin/init"] docker_preserve_image: true docker_image_commands: - yum install -y wget tar which java-1.8.0-openjdk-headless - r...
Update centos 6 image tag to 6.9
Update centos 6 image tag to 6.9
YAML
apache-2.0
tylerjl/puppet-elasticsearch,tylerjl/puppet-elasticsearch,tylerjl/puppet-elasticsearch
a96c388783549e9c8f442edd516b713ccc7ec259
bxbot-ui-server-rest-api/src/main/resources/application.yml
bxbot-ui-server-rest-api/src/main/resources/application.yml
jwt: secret: ChangeMeAndKeepMeSecret! expiration: 3600 allowed_clock_skew: 300 issuer: bxbot-ui-server audience: bxbot-ui
jwt: secret: ChangeMeAndKeepMeSecret! expiration: 3600 allowed_clock_skew: 60 issuer: bxbot-ui-server audience: bxbot-ui
Set more sensible skew time
Set more sensible skew time
YAML
mit
gazbert/bxbot-ui-server,gazbert/bxbot-ui-server
ad2553897e7aa2a619a8ae8e89b424cf7ed22040
data/building-hours/8-bc.yaml
data/building-hours/8-bc.yaml
name: Buntrock Commons image: buntrock category: Academia schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th], from: '7:00am', to: '12:00am'} # - {days: [Fr, Sa], from: '7:00am', to: '2:00am'} # - {days: [Su], from: '7:00am', to: '12:00am'} - {days: [Mo, Tu, We, Th], from: '7:00am...
name: Buntrock Commons image: buntrock category: Academia schedule: - title: Hours hours: - {days: [Mo, Tu, We, Th, Fr], from: '7:00am', to: '10:00pm'} - {days: [Sa, Su], from: '7:00am', to: '12:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] ...
Update Buntrock Commons hours for week 35
hours: Update Buntrock Commons hours for week 35 Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com> Reviewed-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
c5fdd9fd7e1d43a19111804925ab3464953397c4
metadata/io.mkg20001.arubanetworkslogin.yml
metadata/io.mkg20001.arubanetworkslogin.yml
AntiFeatures: - NonFreeNet Categories: - Connectivity License: GPL-3.0-only AuthorName: Maciej Krüger AuthorEmail: mkg20001@gmail.com AuthorWebSite: https://mkg20001.io/ SourceCode: https://github.com/mkg20001/aruba-networks-login IssueTracker: https://github.com/mkg20001/aruba-networks-login/issues Changelog: http...
AntiFeatures: - NonFreeNet Categories: - Connectivity License: GPL-3.0-only AuthorName: Maciej Krüger AuthorEmail: mkg20001@gmail.com AuthorWebSite: https://mkg20001.io/ SourceCode: https://github.com/mkg20001/aruba-networks-login IssueTracker: https://github.com/mkg20001/aruba-networks-login/issues Changelog: http...
Update CV of Aruba Networks Login to 0.4 (4000)
Update CV of Aruba Networks Login to 0.4 (4000)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
8a5890744b0b67deaa2b121a5aefcc2bf7ada1dd
metadata/org.schabi.jedentageinset.yml
metadata/org.schabi.jedentageinset.yml
Categories: - Multimedia License: GPL-3.0-or-later AuthorName: Christian Schabesberger AuthorEmail: schabi@schabi.org WebSite: https://jedentageinset.de SourceCode: https://gitlab.com/derSchabi/jedentageinset-android IssueTracker: https://gitlab.com/derSchabi/jedentageinset-android/issues Changelog: https://gitlab.co...
Categories: - Multimedia License: GPL-3.0-or-later AuthorName: Christian Schabesberger AuthorEmail: schabi@schabi.org WebSite: https://jedentageinset.de SourceCode: https://gitlab.com/derSchabi/jedentageinset-android IssueTracker: https://gitlab.com/derSchabi/jedentageinset-android/issues Changelog: https://gitlab.co...
Update Jedentageinset to 1.1 (20)
Update Jedentageinset to 1.1 (20)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
f0a34ba3b6e76b2fe1962beb94435626c7d62741
env/galaxy/group_vars/jenkinsslaves/vars.yml
env/galaxy/group_vars/jenkinsslaves/vars.yml
--- jenkinsslaves_group_authorized_key_users: "{{ vault_jenkinsslaves_group_authorized_key_users }}" jenkinsslaves_group_private_key_users: "{{ vault_jenkinsslaves_group_private_key_users }}" jenkinsslaves_group_packages: - git - openjdk-8-jre-headless - ntp - ntpdate - build-essential - curl - pandoc ...
--- jenkinsslaves_group_authorized_key_users: "{{ vault_jenkinsslaves_group_authorized_key_users }}" jenkinsslaves_group_private_key_users: "{{ vault_jenkinsslaves_group_private_key_users }}" jenkinsslaves_group_packages: - git - openjdk-8-jre-headless - ntp - ntpdate - build-essential - curl - pandoc ...
Install python3-venv on Jenkins workers for usegalaxy-tools
Install python3-venv on Jenkins workers for usegalaxy-tools
YAML
mit
galaxyproject/infrastructure-playbook,galaxyproject/infrastructure-playbook
09e965ca73c7b428e9e9d4a6fe88ac33a00fbb11
roles/cv-greeter-theme/tasks/main.yml
roles/cv-greeter-theme/tasks/main.yml
--- - name: Install theme dependencies xbps: pkg: - git-all - qt5-graphicaleffects - qt5-quickcontrols2 - name: Copy theme git: repo: git://github.com/collegiumv/sddm_wynn-theme.git dest: /usr/share/sddm/themes/sddm_wynn-theme depth: 1 notify: sddm - name: Download assets get...
--- - name: Install theme dependencies xbps: pkg: - git-all - qt5-graphicaleffects - qt5-quickcontrols2 - name: Copy theme git: repo: git://github.com/collegiumv/sddm_wynn-theme.git dest: /usr/share/sddm/themes/sddm_wynn-theme depth: 1 umask: '022' notify: sddm - name: Down...
Set the umask in cv-greeter-theme
Set the umask in cv-greeter-theme
YAML
isc
dinoocch/cv_config,collegiumv/cv_config,collegiumv/cv_config,tdorianh/cv_config,m-wynn/cv_config,tdorianh/cv_config,m-wynn/cv_config,dinoocch/cv_config
2c5e07dc08253814b22289b43724806e1afcfb57
roles/deploy/hooks/finalize-after.yml
roles/deploy/hooks/finalize-after.yml
--- - name: WordPress Installed? command: wp core is-installed {{ project.multisite.enabled | default(false) | ternary('--network', '') }} args: chdir: "{{ deploy_helper.new_release_path }}" register: wp_installed changed_when: false failed_when: wp_installed.stderr != "" - name: Update WP theme paths ...
--- - name: WordPress Installed? command: wp core is-installed {{ project.multisite.enabled | default(false) | ternary('--network', '') }} args: chdir: "{{ deploy_helper.current_path }}" register: wp_installed changed_when: false failed_when: wp_installed.stderr != "" - name: Update WP database command...
Update finalize after hooks with better paths
Update finalize after hooks with better paths `new_release_path` was being used but at this point the symlink has already been created and the deploy finalized so we should use `current_path`. This also moves the themes path update task after DB updates.
YAML
mit
partounian/trellis,Twansparant/trellis-db-sync,fullyint/trellis,pressbooks/trellis,mAAdhaTTah/bedrock-ansible,NicBeltramelli/trellis,pressbooks/trellis,kalenjohnson/trellis,cimocimocimo/cimo-wordpress-server,mAAdhaTTah/bedrock-ansible,kalenjohnson/trellis,cimocimocimo/cimo-wordpress-server,kalenjohnson/trellis,Twanspar...
878647eaf99fd063b3e07322efcc05ce3a49c937
metadata/ademar.textlauncher.yml
metadata/ademar.textlauncher.yml
Categories: - Theming License: MIT AuthorName: Ademar Alves de Oliveira SourceCode: https://gitlab.com/ademar111190/textlauncher IssueTracker: https://gitlab.com/ademar111190/textlauncher/-/issues AutoName: Text Launcher RepoType: git Repo: https://gitlab.com/ademar111190/textlauncher.git Builds: - versionName: ...
Categories: - Theming License: MIT AuthorName: Ademar Alves de Oliveira SourceCode: https://gitlab.com/ademar111190/textlauncher IssueTracker: https://gitlab.com/ademar111190/textlauncher/-/issues AutoName: Text Launcher RepoType: git Repo: https://gitlab.com/ademar111190/textlauncher.git Builds: - versionName: ...
Update Text Launcher to 1.3.2 (8)
Update Text Launcher to 1.3.2 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a1733d2b6bc13b56f6dbdf65aa4dcbc613cc2e30
metadata/org.kknickkk.spider.yml
metadata/org.kknickkk.spider.yml
Categories: - Connectivity License: AGPL-3.0-or-later SourceCode: https://github.com/nickdurante/Spider IssueTracker: https://github.com/nickdurante/Spider/issues AutoName: Spider RepoType: git Repo: https://github.com/nickdurante/Spider Builds: - versionName: 0.1.6 versionCode: 7 commit: v0.1.6 subd...
Categories: - Connectivity License: AGPL-3.0-or-later SourceCode: https://github.com/nickdurante/Spider IssueTracker: https://github.com/nickdurante/Spider/issues AutoName: Spider RepoType: git Repo: https://github.com/nickdurante/Spider Builds: - versionName: 0.1.6 versionCode: 7 commit: v0.1.6 subd...
Update CV of Spider to 0.2.0 (11)
Update CV of Spider to 0.2.0 (11)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
03fca9c20f5b81126cff9bffaa7a15b658b7a8e0
playbooks/roles/rabbitmq-cluster/tasks/setup.yml
playbooks/roles/rabbitmq-cluster/tasks/setup.yml
--- - name: Add primary rabbit host to /etc/hostname lineinfile: dest=/etc/hosts line="{{ hostvars[groups.rabbitmq.0]['ansible_ssh_host'] }} {{ groups['rabbitmq'][0] }}" - name: Replace rabbitmq cookie with a common value template: dest=/var/lib/rabbitmq/.erlang.cookie src=erlang.cookie.j2 ...
--- - name: Add primary rabbit host to /etc/hostname lineinfile: dest=/etc/hosts line="{{ hostvars[groups.rabbitmq.0]['ansible_host'] }} {{ groups['rabbitmq'][0] }}" - name: Replace rabbitmq cookie with a common value template: dest=/var/lib/rabbitmq/.erlang.cookie src=erlang.cookie.j2 ...
Use ansible_host in rabbitmq-cluster role
Use ansible_host in rabbitmq-cluster role
YAML
apache-2.0
devjatkin/stackforce-ansible,devjatkin/stackforce-ansible
48dc70e3f8ab80811f309d7e2317a1ac09848f5e
stable/gcloud-sqlproxy/templates/pdb.yaml
stable/gcloud-sqlproxy/templates/pdb.yaml
{{- if .Values.podDisruptionBudget -}} apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: labels: app: {{ template "gcloud-sqlproxy.name" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} name: {{ template "gcloud-sqlproxy.fu...
{{- if .Values.podDisruptionBudget -}} apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: labels: app: {{ template "gcloud-sqlproxy.fullname" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} name: {{ template "gcloud-sqlprox...
Use fullname, not name for PDB
Use fullname, not name for PDB
YAML
mit
rimusz/charts
af0d28728cc7984afcbef236f1c730bc274e6ee2
.forestry/front_matter/templates/video.yml
.forestry/front_matter/templates/video.yml
--- hide_body: false is_partial: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description description: Name of presenter, or very short intro - type: select name: vendor config: source: type: simple ...
--- hide_body: false is_partial: false fields: - type: text name: title label: Title - type: datetime name: date label: Date - type: textarea name: description label: Description description: Name of presenter, or very short intro - type: select name: vendor config: source: type: simple ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org
e0e4b6b4dccb7dae1e1c2681a053c73caed31760
rest-api-spec/test/index/10_with_id.yaml
rest-api-spec/test/index/10_with_id.yaml
--- "Index with ID": - do: index: index: weird-index-中文 type: weird.type id: 1 body: { foo: bar } - is_true: ok - match: { _index: weird-index-中文 } - match: { _type: weird.type } - match: { _id: "1"} - match: { _version: 1} - do: ...
--- "Index with ID": - do: index: index: test-weird-index-中文 type: weird.type id: 1 body: { foo: bar } - is_true: ok - match: { _index: test-weird-index-中文 } - match: { _type: weird.type } - match: { _id: "1"} - match: { _version: 1} -...
Rename weird-index to start with test- so that it gets cleaned up
Rename weird-index to start with test- so that it gets cleaned up
YAML
apache-2.0
nomoa/elasticsearch,s1monw/elasticsearch,hafkensite/elasticsearch,amaliujia/elasticsearch,iantruslove/elasticsearch,nknize/elasticsearch,micpalmia/elasticsearch,sposam/elasticsearch,s1monw/elasticsearch,dylan8902/elasticsearch,rhoml/elasticsearch,lzo/elasticsearch-1,Ansh90/elasticsearch,markllama/elasticsearch,sreeramj...
3ebaf6985e2e76c480f511acf3c29aa6197f09b6
config/services.yml
config/services.yml
parameters: services: gift_wrapping_handler: class: Heystack\GiftWrapping\GiftWrappingHandler arguments: [ @state, @event_dispatcher, @currency_service ] tags: - { name: ss_orm_backend.reference_data_provider } - { name: transaction.modifier } - { name: state.restore } gift_wrappin...
parameters: services: gift_wrapping_handler: class: Heystack\GiftWrapping\GiftWrappingHandler arguments: [ @state, @event_dispatcher, @currency_service ] tags: - { name: ss_orm_backend.reference_data_provider } - { name: transaction.modifier } - { name: state.restore } gift_wrappin...
Migrate to be compatible with new haystack schema changes
Migrate to be compatible with new haystack schema changes
YAML
mit
heyday/heystack-ecommerce-giftwrapping
550414cda6e34a5a3d047f9ef20f422301c72047
config/settings.yml
config/settings.yml
--- host: 'https://beta.moses.et-model.com' etengine_host: 'https://beta.et-engine.com' etmodel_host: 'https://beta.pro.energytransitionmodel.com' # Path to static files loaded by ActiveHash. static_data_path: 'db/static' cache: # Cache the results of network calculations. networks: true
--- host: 'https://beta.moses.et-model.com' etengine_host: 'https://beta.et-engine.com' etmodel_host: 'https://beta-pro.energytransitionmodel.com' # Path to static files loaded by ActiveHash. static_data_path: 'db/static' cache: # Cache the results of network calculations. networks: true
Fix 'Create national scenario' button
Fix 'Create national scenario' button
YAML
mit
quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses,quintel/etmoses