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 |
|---|---|---|---|---|---|---|---|---|---|
8f642c0dd5917f0f229b8f96c4fcb97244be823a | _data/topnav.yml | _data/topnav.yml | ## Topnav single links
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
topnav:
- title: Topnav
items:
- title: About
url: /about.html
- title: News
url: /news.html
- title: Issues
url: /issues.html
- title: Testimon... | ## Topnav single links
## if you want to list an external url, use external_url instead of url. the theme will apply a different link base.
topnav:
- title: Topnav
items:
- title: About
url: /about.html
- title: News
url: /news.html
- title: Issues
url: /issues.html
- title: Members
... | Add top navigation menu link for the Members page | Add top navigation menu link for the Members page
Before this change, that page was unreachable from interactive browsing.
Bug: Issue 11050
Change-Id: If415aca5d30d136027c5d764987aecacbe21220f
| YAML | apache-2.0 | GerritCodeReview/homepage,GerritCodeReview/homepage,GerritCodeReview/homepage,GerritCodeReview/homepage,GerritCodeReview/homepage |
51ea5d82f9e5213468e60ac3d04b6821aae67760 | inst/rmarkdown/shared/_output.yaml | inst/rmarkdown/shared/_output.yaml | html_document:
code_folding: show
df_print: paged
highlight: pygments
number_sections: false
self_contained: true
theme: cosmo
toc: true
toc_float:
collapsed: true
smooth_scroll: false
pdf_document:
number_sections: false
toc: true
toc_depth: 1
| html_document:
code_folding: hide
df_print: paged
highlight: pygments
number_sections: false
self_contained: true
theme: cosmo
toc: true
toc_float:
collapsed: true
smooth_scroll: false
pdf_document:
number_sections: false
toc: true
toc_depth: 1
| Revert back to hiding | Revert back to hiding [ci skip]
| YAML | mit | hbc/bcbioRnaseq,hbc/bcbioRnaseq |
c89d0c517e295212e48bf669a338146df6a107b6 | .github/workflows/appengine_deploy.yml | .github/workflows/appengine_deploy.yml | # This is a basic workflow to help you get started with Actions
name: Deploy to App Engine
# Controls when the workflow will run
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
... | # Workflow that prepares files and deploys to appengine
name: Deploy to App Engine
# Controls when the workflow will run
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
prepare:
name: Prepare
runs-on: ubuntu-latest
steps:
# Checks-out the reposito... | Update comments to be more descriptive | Update comments to be more descriptive
| YAML | apache-2.0 | rachel-fenichel/blockly,rachel-fenichel/blockly,mark-friedman/blockly,mark-friedman/blockly,google/blockly,google/blockly,rachel-fenichel/blockly,mark-friedman/blockly,google/blockly,mark-friedman/blockly,google/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,mark-friedman/blockly,google... |
37fd89bd78bb7bbf47a2bf6cbe97c5ae4b964c2f | .github/workflows/update-changelog.yml | .github/workflows/update-changelog.yml | name: "Update Changelog"
on:
release:
types: [released]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.ref_name }}
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1... | name: "Update Changelog"
on:
release:
types: [released]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.ref_name }}
- name: Update Changelog
uses: stefanzweifel/changelog-updater-action@v1... | Use release target branch in changelog compare URL | Use release target branch in changelog compare URL | YAML | mit | laravel/dusk |
de3935a6ccc26ec063e13d2739dd098c7616fde2 | hadrian/stack.yaml | hadrian/stack.yaml | # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-13.21
extra-deps:
# We need a newer happy (see #16825)
- git: https://github.com/simonmar/happy.git
comm... | # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-13.21
extra-deps:
# We need a newer happy (see #16825)
- git: https://github.com/simonmar/happy.git
comm... | Add shake 0.18.3 to extra deps | Add shake 0.18.3 to extra deps
| YAML | bsd-3-clause | sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc |
9f853e7d533113f12c3b3d26842ad10588fbc1e4 | .github/workflows/api_doc_build.yml | .github/workflows/api_doc_build.yml | name: API Doc Build
on:
push:
branches:
- master
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Dependencies
run: sudo apt-get install doxygen xsltproc
- name: Create Build Environment
run: cmake -... | name: API Doc Build
on:
push:
branches:
- master
env:
BUILD_TYPE: Release
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install Dependencies
run: sudo apt-get install doxygen xsltproc
- na... | Update API doc build to upload to GH pages | Update API doc build to upload to GH pages | YAML | lgpl-2.1 | FluidSynth/fluidsynth,FluidSynth/fluidsynth,FluidSynth/fluidsynth,FluidSynth/fluidsynth |
83bbe11924ccc10d2aeba5b6635fa68adb52ee79 | .github/workflows/pull_requests.yml | .github/workflows/pull_requests.yml | name: PR triage
on:
pull_request:
types: [opened]
jobs:
markPRsForTriage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- name: Apply PR Triage Label
uses: actions/github@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: label nee... | name: PR triage
on:
pull_request:
types: [opened]
jobs:
markPRsForTriage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
- name: Apply PR Triage Label
uses: actions/github@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_ACTIONS_TOKEN }}
with:
args: l... | Update GH Actions token for PR triage labeling | Update GH Actions token for PR triage labeling | YAML | mpl-2.0 | terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,kjmkznr/terraform-provider-aws,kjmkznr/terraform-provider-aws,terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws |
6442ec86c230d8ddb5d8b651d46b66dfc93788d7 | recipes/pytest-ordering/meta.yaml | recipes/pytest-ordering/meta.yaml | {% set name = "pytest-ordering" %}
{% set version = "0.6" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 561ad653626bb171da78e682f6d39ac33bb13b3e272d406cd555adb6b006bda6
build:
num... | {% set name = "pytest-ordering" %}
{% set version = "0.6" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://github.com/ftobia/{{ name }}/archive/{{ version }}.tar.gz"
sha256: c1149011a3bec662d4dd92427197bd5d02546f380b3568eb6217efb743614309
build:
number: 0
script: "{{ PY... | Tweak pytest ordering recipe to use github link for LICENSE | Tweak pytest ordering recipe to use github link for LICENSE
| YAML | bsd-3-clause | stuertz/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,Juanlu001/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,asmeurer/staged-recipes,dschreij/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,birdsarah/staged-recipes,SylvainCorlay/staged-recipes,petr... |
d0f5ad06602a35cdf28e4f47e4dcf749801d02fe | ansible/playbooks/apt.yml | ansible/playbooks/apt.yml | - hosts: all
name: APT
tasks:
- name: Refresh APT repo
# Only run "update_cache=yes" if the last one is more than 3600 seconds ago
apt: update_cache=yes cache_valid_time=3600
sudo: yes | - hosts: all
name: APT
tasks:
- name: Refresh APT repo
# Only run "update_cache=yes" if the last one is more than 3600 seconds ago
apt: update_cache=yes cache_valid_time=3600
sudo: yes
- name: Install VIM
apt: pkg={{ item }} state=installed update_cache=true install_recommends=yes... | Install vim on the virtual | Install vim on the virtual
| YAML | mit | Wildhoney/AnsibleAlexa |
2e81f09c2df54ca76ce33a3b8cbeefaf93be9a52 | scripts/jenkins/jobs-ibs/cloud-mkcloud6-job-ha.yaml | scripts/jenkins/jobs-ibs/cloud-mkcloud6-job-ha.yaml | - job:
name: 'cloud-mkcloud6-job-ha'
node: cloud-trigger
triggers:
- timed: '11 2 * * *'
logrotate:
numToKeep: 7
daysToKeep: -1
builders:
- trigger-builds:
- project: openstack-mkcloud
condition: SUCCESS
block: true
current-parameters:... | - job:
name: 'cloud-mkcloud6-job-ha'
node: cloud-trigger
triggers:
- timed: '11 2 * * *'
logrotate:
numToKeep: 7
daysToKeep: -1
builders:
- trigger-builds:
- project: openstack-mkcloud
condition: SUCCESS
block: true
current-parameters:... | Move jenkins HA trigger to all_noreboot | Move jenkins HA trigger to all_noreboot
This is more consistent with other triggers.
| YAML | apache-2.0 | SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,aspiers/automation,SUSE-Cloud/automation,gosipyan/automation,gosipyan/automation,aspiers/automation,aspiers/automation,SUSE-Cloud/automation,vmoravec/automation,vmoravec/automation,vmoravec/automation,vmoravec/automation,aspiers/automation,SUSE-Cloud/automat... |
c9de25a19bc12c395b6a0b5b92503d5e2ba0d7c7 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-antelope-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 antelope unit tests | Add Python3 antelope unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ib55e899627f3a3ca7faf0e03d2e88... | YAML | apache-2.0 | openstack/oslo.vmware |
23ee4d15b85c6d0dedc4e69c0c7109bdf2a3d810 | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- check-requirements
check:
jobs:
- openstack-tox-lower-constraints
- openstack-tox-cover:
... | - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- release-notes-jobs-python3
- publish-openstack-docs-pti
- check-requirements
gate:
queue: kuryr
| Use templates for cover and lower-constraints | Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.
Use openstack-lower-constraints-jobs template.
Remove jobs that are part of the templates.
Change-Id: I21efefc2e85c57d754b272b02de694f5c6a6edfd
| YAML | apache-2.0 | openstack/kuryr,openstack/kuryr |
efee2163c7095c00e3c08a8ab2fb649b6e0f6865 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs14-jobs
- openstack-python3-zed-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs-jobs
- openstack-python3-zed-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Use Horizon project template for nodejs jobs | Use Horizon project template for nodejs jobs
Horizon defined a project template 'horizon-nodejs-jobs'
for nodejs jobs. This patch updates ``.zuul.yaml`` to
use that template to run nodejs jobs here.
Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929
Change-Id: I2812afb4ec02fdcadb0284db2c95651ce8e8dbf... | YAML | apache-2.0 | openstack/zaqar-ui,openstack/zaqar-ui,openstack/zaqar-ui,openstack/zaqar-ui |
f033a33c70212637119eaae6fd19b02ca4f55cf2 | .github/workflows/close_stale.yml | .github/workflows/close_stale.yml | name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove the "... | name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove the "... | Bump actions/stale from 4 to 5 | Bump actions/stale from 4 to 5
Bumps [actions/stale](https://github.com/actions/stale) from 4 to 5.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v4...v5)
---
updated-dependencies... | YAML | apache-2.0 | smoketurner/dropwizard-zipkin,smoketurner/dropwizard-zipkin |
7da0c7f7255dc5d5de3521bed1dfdc8d9b3f18b9 | .github/workflows/macos_cmake.yml | .github/workflows/macos_cmake.yml | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | Update MacOS Cmake to new version 3.0.0 | Update MacOS Cmake to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/endian,steinwurf/endian |
7da97dbb11173ad624579d2fcb30e8ec0627108e | .github/workflows/validations.yml | .github/workflows/validations.yml | name: Validations
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
LC_CTYPE: en_US.UTF-8
LANG: en_US.UTF-8
jobs:
validate-cocoapods:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: ./Scripts/ci-select-xcode.sh
- run: pod lib lint
ru... | name: Validations
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
LC_CTYPE: en_US.UTF-8
LANG: en_US.UTF-8
jobs:
validate-cocoapods:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: ./Scripts/ci-select-xcode.sh
- run: pod lib lint
ru... | Use Danger's own github action | Use Danger's own github action
| YAML | bsd-3-clause | CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack,sushichop/CocoaLumberjack,sushichop/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack |
86fea144a2279d5415946366d3644c97e95a9b5b | ansible/main.yml | ansible/main.yml | ---
- hosts: all
vars:
cf_cli_version: "6.24.0"
maven_version: "3.3.9"
maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b"
sbt_version: "0.13.13"
intellij_version: "2016.3.4"
sts_version: "3.8.3"
eclipse_version: "4.6.2"
docker_compose_version: "1.11.2"
atom_version: "1.14.4"
gr... | ---
- hosts: all
vars:
cf_cli_version: "6.25.0"
maven_version: "3.3.9"
maven_checksum: "516923b3955b6035ba6b0a5b031fbd8b"
sbt_version: "0.13.13"
intellij_version: "2016.3.4"
sts_version: "3.8.3"
eclipse_version: "4.6.2"
docker_compose_version: "1.11.2"
atom_version: "1.14.4"
gr... | Update cf cli to 6.25.0 | Update cf cli to 6.25.0
Autocomplete goodness!!
| YAML | apache-2.0 | cagiti/developer-environment |
eb47b792e23ac81135666ad62d3da6da70f50a33 | skeleton/spec/acceptance/nodesets/ubuntu-1404-x64.yml | skeleton/spec/acceptance/nodesets/ubuntu-1404-x64.yml | HOSTS:
ubuntu--1404-x64:
roles:
- master
platform: ubuntu-1404-amd64
box: puppetlabs/ubuntu-14.04-64-nocm
box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm
hypervisor: vagrant
CONFIG:
log_level: verbose
type: foss
| HOSTS:
ubuntu-1404-x64:
roles:
- master
platform: ubuntu-1404-amd64
box: puppetlabs/ubuntu-14.04-64-nocm
box_url: https://vagrantcloud.com/puppetlabs/boxes/ubuntu-14.04-64-nocm
hypervisor: vagrant
CONFIG:
log_level: verbose
type: foss
| Fix typo in ubuntu 14.04 nodeset | Fix typo in ubuntu 14.04 nodeset
| YAML | apache-2.0 | tubemogul/puppet-module-skeleton,fvoges/puppet-module-skeleton,jlambert121/puppet-module-skeleton,witjoh/puppet-module-skeleton,tuxmea/puppet-module-skeleton,timhughes/puppet-module-skeleton,jlambert121/puppet-module-skeleton,natemccurdy/puppet-module-skeleton,garethr/puppet-module-skeleton,tubemogul/puppet-module-skel... |
d672c864035eccb121acaf0f56bdf4ca12d607a0 | tests/REQUEST-942-APPLICATION-ATTACK-SQLI/942280.yaml | tests/REQUEST-942-APPLICATION-ATTACK-SQLI/942280.yaml | ---
meta:
author: "Christian S.J. Peron"
description: None
enabled: true
name: 942280.yaml
tests:
-
test_title: 942230-1
desc: "Postgres pg_sleep injection, waitfor delay attacks and database shutdown attempts"
stages:
-
stage:
input:
dest_addr: 127.0.0.1
... | ---
meta:
author: "Christian S.J. Peron"
description: None
enabled: true
name: 942280.yaml
tests:
-
test_title: 942280-1
desc: "Postgres pg_sleep injection, waitfor delay attacks and database shutdown attempts"
stages:
-
stage:
input:
dest_addr: 127.0.0.1
... | Fix pg_sleep injection log_contains check | Fix pg_sleep injection log_contains check
- Look for the right pattern in the log
- Fix up the rule name
| YAML | apache-2.0 | csjperon/OWASP-CRS-regressions,SpiderLabs/OWASP-CRS-regressions |
63872737fbd2863dfc4356a0093b230033a9c1a2 | scripts/deploy/docker-compose.yml | scripts/deploy/docker-compose.yml | version: "2"
services:
imagespace-mongo:
image: mongo:3.0
networks:
- imagespace-network
imagespace-solr:
image: solr:6.0
networks:
- imagespace-network
entrypoint:
- docker-entrypoint.sh
- solr-precreate
- imagespace
imagespace-girder:
image: kitware/image_sp... | version: "2"
services:
imagespace-mongo:
image: mongo:3.0
networks:
- imagespace-network
imagespace-solr:
image: solr:6.0
networks:
- imagespace-network
entrypoint:
- docker-entrypoint.sh
- solr-precreate
- imagespace
imagespace-girder:
image: kitware/image_sp... | Add mounted image volume to girder container | Add mounted image volume to girder container
| YAML | apache-2.0 | memex-explorer/image_space,memex-explorer/image_space,smadha/image_space,memex-explorer/image_space,smadha/image_space,smadha/image_space,memex-explorer/image_space,smadha/image_space |
cdf7a551654d935a36401746d49e3fb1a69e95d8 | roles/general/meta/main.yml | roles/general/meta/main.yml | ---
dependencies:
- role: jnv.unattended-upgrades
- role: tersmitten.htop
| ---
dependencies:
- role: jnv.unattended-upgrades
unattended_remove_unused_dependencies: true
- role: tersmitten.htop
| Configure jnv.unattended-upgrades to remove unused dependencies. Otherwise old kernel versions fill the disk to the point that all apt commands fail, and then they're a pain to clear out. | Configure jnv.unattended-upgrades to remove unused dependencies. Otherwise old kernel versions fill the disk to the point that all apt commands fail, and then they're a pain to clear out.
| YAML | mit | smashingboxes/taperole,smashingboxes/taperole |
3358fa09048ff3f6f7ab03c0fccbed3f0550ee54 | config/document_cloud.yml | config/document_cloud.yml | <% secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"] %>
defaults: &defaults
cloud_crowd_server: http://dev.dcloud.org:8080
server_root: dev.dcloud.org
aws_zone: us-east-1c
preconfigured_ami_id: ami-11a4b578
asset_root: "dev.dcloud.org"
develop... | <% secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"] %>
defaults: &defaults
cloud_crowd_server: http://dev.dcloud.org:8080
server_root: dev.dcloud.org
aws_zone: us-east-1c
preconfigured_ami_id: ami-11a4b578
asset_root: "dev.dcloud.org"
develop... | Set address for cloud_crowd server on staging | Set address for cloud_crowd server on staging
| YAML | mit | dannguyen/documentcloud,ivarvong/documentcloud,moodpo/documentcloud,ivarvong/documentcloud,dannguyen/documentcloud,documentcloud/documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,moodpo/documentcloud,gunjanmodi/documentcloud,monofox/documentcloud,documentcloud/documentcloud,Teino1978-Corp/Teino1978-Corp-documen... |
b6e4d2adca07fb0127c3fd504569e872966e2fbf | playbooks/tasks/mac.yml | playbooks/tasks/mac.yml | ---
- name: Update Homebrew
homebrew: update_homebrew=yes
- name: Install libraries with Homebrew
homebrew: name={{ item }} state=latest
with_items:
- ack
- bash
- curl
- fasd
- git
- hub
- nmap
- node
- python
- python3
- readline
- rename
- ssh-copy-id
- ... | ---
- name: Update Homebrew
homebrew: update_homebrew=yes
- name: Install libraries with Homebrew
homebrew: name={{ item }} state=latest
with_items:
- ack
- bash
- curl
- fasd
- git
- hub
- nmap
- node
- python
- python3
- readline
- rename
- ssh-copy-id
- ... | Remove pygtk because it fucks Nagstamon | Remove pygtk because it fucks Nagstamon
| YAML | mit | smathson/dotfiles |
916275c2de1ddec7f648c0d56ad94a19e22c0833 | data/location/sesi_rocquencourt.yaml | data/location/sesi_rocquencourt.yaml | ---
dns::forwarders:
- 193.51.196.130
- 193.51.196.131
dns::forwarder_insecure: true
ntp::servers:
- sesi-ntp1.inria.fr
- sesi-ntp2.inria.fr
smtp::relayhost: '[smtp.inria.fr]'
swh::deploy::worker::instances:
- swh_lister_debian
- swh_lister_github
- swh_loader_debian
- swh_loader_git
- swh_loader_s... | ---
dns::forwarders:
- 193.51.196.130
- 193.51.196.131
dns::forwarder_insecure: true
ntp::servers:
- sesi-ntp1.inria.fr
- sesi-ntp2.inria.fr
smtp::relayhost: '[smtp.inria.fr]'
swh::deploy::worker::instances:
- swh_lister_debian
- swh_lister_github
- swh_loader_debian
- swh_loader_git
- swh_loader_g... | Deploy loader-git disk to swh-workers | data/defaults: Deploy loader-git disk to swh-workers
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
822abf8067de6fdbccc0c234086db7ab81f0ad6e | ansible/roles/webapi_instance/vars/main.yml | ansible/roles/webapi_instance/vars/main.yml | version: "1.0"
artifactId: "webapi"
classifier: ''
packaging: "war"
groupId: "au.org.ala"
webapi_war_url: "{{maven_repo_ws_url}}"
| version: "{{ webapi_version | default('2.0-SNAPSHOT') }}"
artifactId: "webapi"
classifier: ''
packaging: "war"
groupId: "au.org.ala"
webapi_war_url: "{{maven_repo_ws_url}}"
| Update webapi version and allow configuration | Update webapi version and allow configuration
| YAML | apache-2.0 | AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install |
08a35810adb516e0d023d1734d363d33a4cb74b4 | .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 3.0.0 | Update MacOS C++ make-specs to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
707f3659e548b2d83918ec6579633d85598111f7 | metadata/com.gyorog.polycal.yml | metadata/com.gyorog.polycal.yml | Categories:
- Time
License: GPL-2.0-only
AuthorName: Jason Gyorog
AuthorEmail: jasongyorog@gmail.com
SourceCode: https://github.com/jasongyorog/PolyCal
AutoName: PolyCal
RepoType: git
Repo: https://github.com/jasongyorog/PolyCal
Builds:
- versionName: '1.6'
versionCode: 6
commit: v1.6
subdir: app
... | Categories:
- Time
License: GPL-2.0-only
AuthorName: Jason Gyorog
AuthorEmail: jasongyorog@gmail.com
SourceCode: https://github.com/jasongyorog/PolyCal
AutoName: PolyCal
RepoType: git
Repo: https://github.com/jasongyorog/PolyCal
Builds:
- versionName: '1.6'
versionCode: 6
commit: v1.6
subdir: app
... | Update PolyCal to 1.7 (7) | Update PolyCal to 1.7 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
25b142bb71a5daef79f06fa0f3109e05af876c83 | cuteshop/specs/qtyaml.yml | cuteshop/specs/qtyaml.yml | name: qtyaml
source:
http: https://github.com/uranusjr/qtyaml/archive/master.zip
project:
sources:
- "3rdparty/libyaml/src/*.c"
- "src/*.cpp"
headers:
- src/qtyaml_global.h
- src/qyamldocument.h
- src/qyamlmapping.h
- src/qyamlsequence.h
- src/qyamlval... | name: qtyaml
source:
git: https://github.com/uranusjr/qtyaml.git
project:
sources:
- "3rdparty/libyaml/src/*.c"
- "src/*.cpp"
headers:
- src/qtyaml_global.h
- src/qyamldocument.h
- src/qyamlmapping.h
- src/qyamlsequence.h
- src/qyamlvalue.h
defines... | Revert "Switch QtYAML download to use zip file" | Revert "Switch QtYAML download to use zip file"
This reverts commit c1592705e4eb5d19e4112775eb534a9f3ef65157.
| YAML | mit | uranusjr/cuteshop |
593d919ff1c5f35b801b5e58ee07eb5f1dcc4dbc | packages/ge/generic-arbitrary.yaml | packages/ge/generic-arbitrary.yaml | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 77b9d6b9f1edd9917f0d2e1bd2fd3d510715bc25029c66fc6a1e7806590ae8f4
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 82e28b909cf4a57e599f7b59273a621122cab4998b831d87866b2372e61bb302
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.1
-----
* Added compatibili... | Update from Hackage at 2022-04-05T07:29:48Z | Update from Hackage at 2022-04-05T07:29:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ac3c8dd96f3fb3c18ca0d3089975761b71165a53 | packages/ho/hora.yaml | packages/ho/hora.yaml | homepage: https://github.com/ciez/hora
changelog-type: markdown
hash: 784422e12d8ec5ca53a7381d1066feed234e82d7dba3519933013e20167f9080
test-bench-deps:
base: ! '>=4.8'
time: -any
hspec: ! '>=2.1.7'
regex-do: ! '>=3.1'
QuickCheck: ! '>=2.8.1'
maintainer: Imants Cekusins
synopsis: date time
changelog: ! "##### ... | homepage: https://github.com/ciez/hora
changelog-type: markdown
hash: 30e2e23404c52dd88eb23219ae5430f057f3dc82f5ea02b3e674487aa1530b32
test-bench-deps:
base: ! '>=4.8'
time: -any
hspec: ! '>=2.1.7'
binary: -any
regex-do: ! '>=3.1'
QuickCheck: ! '>=2.8.1'
maintainer: Imants Cekusins
synopsis: date time
chang... | Update from Hackage at 2016-12-12T22:21:16Z | Update from Hackage at 2016-12-12T22:21:16Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2bf62c992531b728191149095df2b1b539371be2 | packages/lo/loup.yaml | packages/lo/loup.yaml | homepage: https://github.com/swift-nav/loup
changelog-type: ''
hash: 85173a22e5228cc4808dc3b8df0ad34ea8aaf6b02979735f62e750233c32f0eb
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Amazon Simple Workflow Service Wrapper for Work Pools.
changelog: ''
basic-deps:
amazonka: -any
optparse-generi... | homepage: https://github.com/swift-nav/loup
changelog-type: ''
hash: 844e7756441466d6c72996359c07326a416e79f994bc325b5859e1df3fcba008
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Amazon Simple Workflow Service Wrapper for Work Pools.
changelog: ''
basic-deps:
amazonka: -any
bytestring: -an... | Update from Hackage at 2017-06-09T05:37:56Z | Update from Hackage at 2017-06-09T05:37:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0842d39c2a57ee135af1369e1bf974fddd712739 | packages/op/opencog-atomspace.yaml | packages/op/opencog-atomspace.yaml | homepage: github.com/opencog/atomspace/tree/master/opencog/haskell
changelog-type: ''
hash: e4f10c917c43e26fd698436b7d9a4948519fb59a8c8361c96a26e3e27c7e9cdc
test-bench-deps: {}
maintainer: '-'
synopsis: Haskell Bindings for the AtomSpace.
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
transformers: ! '>=0.3'
all-v... | homepage: github.com/opencog/atomspace/tree/master/opencog/haskell
changelog-type: ''
hash: 7572f139c45c5b44716114b9169fa35303a3368db7c569c7e15e055aecc382ef
test-bench-deps: {}
maintainer: '-'
synopsis: Haskell Bindings for the AtomSpace.
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
transformers: ! '>=0.3'
all-v... | Update from Hackage at 2016-10-16T15:23:29+00:00 | Update from Hackage at 2016-10-16T15:23:29+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
d66fd9b46aee7b8da487dabff040100f4ffd9294 | data/transition-sites/mod_dasa.yml | data/transition-sites/mod_dasa.yml | ---
site: mod_dasa
whitehall_slug: ministry-of-defence
title: Ministry of Defence
redirection_date: 28th February 2014
homepage: https://www.gov.uk/government/organisations/ministry-of-defence
tna_timestamp: 20140116142443
host: dasa.mod.uk
furl: www.gov.uk/mod
aliases:
- www.dasa.mod.uk
| ---
site: mod_dasa
whitehall_slug: ministry-of-defence
title: Ministry of Defence
redirection_date: 28th February 2014
homepage: https://www.gov.uk/government/organisations/ministry-of-defence/about/statistics
tna_timestamp: 20140116142443
host: dasa.mod.uk
furl: www.gov.uk/mod
aliases:
- www.dasa.mod.uk
| Revise DASA homepage to MOD statistics | Revise DASA homepage to MOD statistics
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
cd486e7c86096174e9381eea4fcf9b0d2bd4365d | ansible/roles/debian/vars/main.yml | ansible/roles/debian/vars/main.yml | apt_packages:
- cloc
- cmake
- fish
- git
- gnome
- golang
- graphviz
- libssl-dev
- lynis
- mitmproxy
- mosh
- mplayer
- neovim
- pandoc
- python-cffi
- python-pip
- python3
- python3-cffi
- python3-pip
- redis-server
- sysbench
- tmux
- yubioath-desktop
| apt_packages:
- cloc
- cmake
- fish
- git
- golang
- graphviz
- libssl-dev
- lynis
- mosh
- neovim
- pandoc
- python-cffi
- python-pip
- python3
- python3-cffi
- python3-pip
- redis-server
- sysbench
- tmux
apt_desktop:
- gnome
- mitmproxy
- mplayer
- yubioath-desktop
| Move desktop apps to different var | Ansible/Debian: Move desktop apps to different var
| YAML | mit | justuswilhelm/pufferfish,justuswilhelm/pufferfish |
cadec40f8c4448e45e6583c0ec6c6f20256751c1 | .github/workflows/build-test.yaml | .github/workflows/build-test.yaml | name: Python Package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{matrix.py... | name: Python Package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python: [3.5, 3.6, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: ${{matrix.py... | Add the tox installation step | Add the tox installation step
| YAML | bsd-3-clause | yt-project/unyt |
ae6f6efe7ed601dc4be2bad3e14c13c93de01cae | .github/workflows/first_issue.yml | .github/workflows/first_issue.yml | name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |-
Hello ${{ github.actor }},
Thank you for being part of the Anchore community!
... | name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |-
Hello ${{ github.actor }},
Thank you for being part of the Anchore comm... | Add the first PR message trigger | Add the first PR message trigger
Signed-off-by: Robert Prince <d9b34157691e7da60641baaf8d2175a488c0677f@anchore.com>
| YAML | apache-2.0 | anchore/anchore-engine,anchore/anchore-engine,anchore/anchore-engine |
ecd31f80b1ddf0d2fbe8b165b1f12ea72394531a | .github/workflows/macos_cmake.yml | .github/workflows/macos_cmake.yml | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | Update MacOS Cmake to new version 4.0.0 | Update MacOS Cmake to new version 4.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
30541360e93ad56d5d2f2d398f5fbf23c4a47b86 | .github/workflows/macos_cmake.yml | .github/workflows/macos_cmake.yml | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cma... | Update MacOS Cmake to new version 5.0.0 | Update MacOS Cmake to new version 5.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
632e7f35b40b48db14a5a837a4d746edee76671e | ansible/roles/docker/tasks/main.yml | ansible/roles/docker/tasks/main.yml | ---
- name: Install docker
apt:
pkg: "{{ item }}"
state: installed
with_items:
- docker.io
- docker-compose
become: yes
tags:
- docker
- name: Create docker conf directory
file:
dest: /root/.docker
state: directory
recurse: true
owner: root
group: root
mode: 700
... | ---
- name: Install docker
apt:
pkg: "{{ item }}"
state: installed
with_items:
- docker.io
- docker-compose
become: yes
tags:
- docker
- name: Create docker conf directory
file:
dest: /root/.docker
state: directory
recurse: true
owner: root
group: root
mode: 700
... | Add ansible user to docker group | Add ansible user to docker group
| YAML | mit | adrienkohlbecker/hypervisor,adrienkohlbecker/hypervisor |
71750bc5806104e0adc575f8f3043e955381bd23 | 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
- python-tk
- tcl8.6-dev
- tk8.6-dev
- libffi-dev
- libssl-dev
- name: Download
git:
repo: "https://github.com/girder/girder.git"
dest: "{{ gi... | ---
- name: Install build dependencies
apt:
name: "{{ item }}"
sudo: yes
with_items:
- git
# - build-essential
# - python-dev
- python-tk
- tcl8.6-dev
- tk8.6-dev
- libffi-dev
- libssl-dev
- name: Download
git:
repo: "https://github.com/girder/girder.git"
dest: "{{ gi... | Fix installing Girder Python package | Ansible: Fix installing Girder Python package
| YAML | apache-2.0 | ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive,ImageMarkup/isic-archive |
a17dd3139cb0a16d9ad90e69144198608d69c66b | ansible/roles/install-deps/tasks/install-mongodb.yml | ansible/roles/install-deps/tasks/install-mongodb.yml | ---
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
- name: Add MongoDB apt key
apt_key: id=7F0CEB10
url=hkp://keyserver.ubuntu.com:80
tags:
- install
- mongodb
- name: Add MongoDB repository
apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ub... | ---
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
- name: Add MongoDB apt key
apt_key: id=7F0CEB10
url=hkp://keyserver.ubuntu.com:80
tags:
- install
- mongodb
- name: Add MongoDB repository
apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ub... | Make usre mongodb is running. | Make usre mongodb is running.
| YAML | lgpl-2.1 | kernelci/kernelci-backend,kernelci/kernelci-backend,joyxu/kernelci-backend,joyxu/kernelci-backend,joyxu/kernelci-backend |
acadb089cb269621e840fc7cbbb24a44934ad334 | communication/slack-config/sig-docs/docs-channels.yaml | communication/slack-config/sig-docs/docs-channels.yaml | channels:
- name: kubernetes-docs-ar
- name: kubernetes-docs-de
- name: kubernetes-docs-es
- name: kubernetes-docs-fr
- name: kubernetes-docs-hi
- name: kubernetes-docs-id
- name: kubernetes-docs-it
- name: kubernetes-docs-ja
- name: kubernetes-docs-ko
- name: kubernetes-docs-pt
- name: kubernetes... | channels:
- name: kubernetes-docs-ar
- name: kubernetes-docs-de
- name: kubernetes-docs-es
- name: kubernetes-docs-fr
- name: kubernetes-docs-hi
- name: kubernetes-docs-id
- name: kubernetes-docs-it
- name: kubernetes-docs-ja
- name: kubernetes-docs-ko
- name: kubernetes-docs-pt
- name: kubernetes... | Add Slack channel for Ukrainian localization | Add Slack channel for Ukrainian localization
| YAML | apache-2.0 | kubernetes/community,kubernetes/community,pwittrock/community,kubernetes/community,pwittrock/community |
718cdd9e91658a351bd031d5375b70ac85ab3608 | Resources/config/app/dev/assetic.yml | Resources/config/app/dev/assetic.yml | assetic:
bundles: []
debug: %kernel.debug%
java: /usr/bin/java
filters:
closure:
jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/compiler.jar
cssembed:
jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/cssembed-0.4.5.jar
... | assetic:
bundles: []
filters:
closure:
jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/compiler.jar
cssembed:
jar: %kernel.root_dir%/../src/Darvin/AdminBundle/Resources/java/cssembed-0.4.5.jar
cssrewrite: ~
yui_css:
jar: %kernel... | Remove defaults from Assetic sample configuration file. | Remove defaults from Assetic sample configuration file.
| YAML | mit | DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle |
77467dbfb27d94de992e79249767778c0e380911 | packages/co/composition-extra.yaml | packages/co/composition-extra.yaml | homepage: ''
changelog-type: ''
hash: 8e945e1073c05a613129b16bae450aabed96761f6dff1fdcb1e18ba9dc60e80e
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: Combinators for unorthodox structure composition
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
contravariant: -any
all-versions:
- '0.0.0.1'
- '0.0... | homepage: ''
changelog-type: ''
hash: 4084908fa9ee5c8175ca7136351fa2bee31e2a21ef38a51512f46327061f2178
test-bench-deps: {}
maintainer: athan.clark@gmail.com
synopsis: Combinators for unorthodox structure composition
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
contravariant: -any
all-versions:
- '0.0.0.1'
- '0.0... | Update from Hackage at 2015-07-04T19:39:34+0000 | Update from Hackage at 2015-07-04T19:39:34+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
856c4a50fa19212d280dab8dab6abb6d2cb23862 | .github/workflows/docker-image.yml | .github/workflows/docker-image.yml | name: Docker Image CI
on:
push:
branches: '**'
tags: 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- run: cd Docker; docker build --tag owlery:${GITHUB_REF#refs/heads/} .
- name: Dockerize
if: success()
uses: manusa/acti... | name: Docker Image CI
on:
push:
#branches: '**'
#tags: 'v*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- run: cd Docker; docker build --tag owlery:${GITHUB_REF#refs/heads/} .
- name: Dockerize
if: success()
uses: manusa/ac... | Disable action until it can be fixed | Disable action until it can be fixed | YAML | mit | phenoscape/owlery,phenoscape/owlery |
241f571a9c5cbaebffb8711c7352caffcbd6664f | .github/workflows/docker-image.yml | .github/workflows/docker-image.yml | name: Docker CI
on:
push:
branches: [ multi-template_render_endpoint, master ]
jobs:
install_kbsdk_and_test:
runs-on: ubuntu-latest
steps:
- name: checkout git repo
uses: actions/checkout@v2
- name: Add bin to $PATH
run: |
env
echo "::add-path::$GITHUB_WORKSPACE/bi... | name: Docker CI
on: [push, pull_request]
jobs:
install_kbsdk_and_test:
runs-on: ubuntu-latest
steps:
- name: checkout git repo
uses: actions/checkout@v2
- name: Add bin to $PATH
run: |
env
echo "::add-path::$GITHUB_WORKSPACE/bin"
- name: pull and run docker image
... | Update action to run on push and on pull request | Update action to run on push and on pull request
| YAML | mit | msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport,msneddon/KBaseReport |
e0726524c3b3463eafbe7c16854c403582460e12 | packages/petdoor.yaml | packages/petdoor.yaml | ##################################################
## Components/Sensors
##################################################
cover:
- platform: mqtt
name: "PetDoor"
command_topic: "homeassistant/cover/petdoor/set"
state_topic: "homeassistant/cover/petdoor/state"
# availability_topic: "homeassistant/cov... | ##################################################
## Components/Sensors
##################################################
cover:
- platform: mqtt
name: "PetDoor"
command_topic: "homeassistant/cover/petdoor/set"
state_topic: "homeassistant/cover/petdoor/state"
# availability_topic: "homeassistant/cov... | Use default payloads and states | Use default payloads and states
| YAML | mit | shortbloke/home_assistant_config |
3d815bce0229db027e819294c608a1e7aa773dc5 | data/transition-sites/decc_restats.yml | data/transition-sites/decc_restats.yml | ---
site: decc_restats
whitehall_slug: department-of-energy-climate-change
homepage: https://www.gov.uk/government/organisations/department-of-energy-climate-change
tna_timestamp: 20131204131046
host: restats.decc.gov.uk
homepage_furl: www.gov.uk/decc
special_redirect_strategy: via_aka
# This special redirect strategy ... | ---
site: decc_restats
whitehall_slug: department-of-energy-climate-change
homepage: https://www.gov.uk/government/collections/renewable-energy-planning-data
tna_timestamp: 20140711173142
host: restats.decc.gov.uk
homepage_furl: www.gov.uk/decc
special_redirect_strategy: via_aka
# This special redirect strategy is to e... | Change DECC restats configuration information | Change DECC restats configuration information
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
a5172775d8cba92c1be540390a44ce743563d7ae | docs/docs-environment.yml | docs/docs-environment.yml | name: mb-docs
channels:
- default
- conda-forge
dependencies:
- python=3.7
- qutip=4.3
- sphinx=2
- nbsphinx=0.4
- jupyter=1.0
- matplotlib=3.1
- seaborn=0.9
- pip
- pip:
- recommonmark
- sphinx_rtd_theme
| name: mb-docs
channels:
- default
- conda-forge
dependencies:
- python=3.7
- qutip=4.3
- sphinx=2
- nbsphinx=0.7
- jupyter=1.0
- matplotlib=3.1
- seaborn=0.9
- pip
- pip:
- recommonmark
- sphinx_rtd_theme
| Update nbsphinx in docs env file | Update nbsphinx in docs env file
| YAML | mit | tommyogden/maxwellbloch,tommyogden/maxwellbloch |
60cadc2ce08de0c9bbe76ed57760345f87f03a38 | packages/he/headed-megaparsec.yaml | packages/he/headed-megaparsec.yaml | homepage: https://github.com/nikita-volkov/headed-megaparsec
changelog-type: ''
hash: 2695b09f0a6208c24f0112fac1b97b392b410ca59db38c6b8a25e175ebf8d661
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: More informative parser
changelog: ''
basic-deps:
case-insensitive: '>=1.2 && <2'
b... | homepage: https://github.com/nikita-volkov/headed-megaparsec
changelog-type: ''
hash: 57b9ef00dd06605d1c3ebe7fc07070a1d9de76d4b14b6eb990673f8a10cb86c8
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: More informative parser
changelog: ''
basic-deps:
case-insensitive: '>=1.2 && <2'
b... | Update from Hackage at 2022-02-23T07:45:41Z | Update from Hackage at 2022-02-23T07:45:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
40480fd40a4e57e4bf0df898ae01ee712e3fb901 | pdbfixer/meta.yaml | pdbfixer/meta.yaml | package:
name: pdbfixer
version: 1.1.dev0
source:
fn: master.zip
url: https://github.com/SimTk/pdbfixer/archive/master.zip
requirements:
build:
- python
- setuptools
- openmm
run:
- python
- openmm
build:
script: $PYTHON setup.py install
test:
commands:
# - nosetests
about:
... | package:
name: pdbfixer
version: 1.1
source:
fn: v1.1.tar.gz
url: https://github.com/pandegroup/pdbfixer/archive/v1.1.tar.gz
requirements:
build:
- python
- setuptools
- openmm
run:
- python
- openmm
build:
script: $PYTHON setup.py install
test:
commands:
# - nosetests
about... | Update pdbfixer to 1.1 release | Update pdbfixer to 1.1 release
Former-commit-id: 9baf9179648e53be4884203778633b0b549c6e3a | YAML | mit | mpharrigan/conda-recipes,rmcgibbo/conda-recipes,swails/conda-recipes,jchodera/conda-recipes,danielparton/omnia-md-conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,cwehmeyer/conda-recipes,mpharrigan/conda-recipes,marscher/omnia-conda-recipes,swails/conda-recipes,rmcgibbo/conda-recipes,peastman/conda-recipes,... |
582d1ee09ebc19ad9262cbcc7489f2c923d49a3b | packages/hn/hnix.yaml | packages/hn/hnix.yaml | homepage: http://github.com/jwiegley/hnix
changelog-type: ''
hash: 8267f50b3b3fc9736bb1e942fbe425a1a4ef2b96a6b906dff18496ce1e0578d6
test-bench-deps:
data-fix: -any
tasty-th: -any
base: ! '>=4.3 && <5'
text: -any
criterion: -any
containers: -any
hnix: -any
tasty-hunit: -any
tasty: -any
maintainer: john... | homepage: http://github.com/jwiegley/hnix
changelog-type: ''
hash: 1ecf5f617f6f503483c21abdc49922ac8132e2bf13e8eeb4559e83bd65380edc
test-bench-deps:
data-fix: -any
tasty-th: -any
base: ! '>=4.3 && <5'
text: -any
criterion: -any
containers: -any
hnix: -any
tasty-hunit: -any
tasty: -any
maintainer: john... | Update from Hackage at 2015-07-20T21:39:23+0000 | Update from Hackage at 2015-07-20T21:39:23+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
eb80b7cdaef7d923610235d44564af1c6af2f2f1 | packages/le/lenz.yaml | packages/le/lenz.yaml | homepage: ''
changelog-type: ''
hash: 2ecef7837a8f86a866940218ac022943929d91871b7562b06ece71fe1082ec7d
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Van Laarhoven lenses
changelog: ''
basic-deps:
base-unicode-symbols: ! '>=0.1 && <0.3'
hs-functors: ! '>=0.1 && <0.2'
base: ! '>=4.8 && <5'
transfo... | homepage: ''
changelog-type: ''
hash: 76680aeb83687f227b6403d4132b1ec086fe02116e5793f535a08dd872ef6345
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Van Laarhoven lenses
changelog: ''
basic-deps:
base-unicode-symbols: ! '>=0.1 && <0.3'
hs-functors: ! '>=0.1.1 && <0.2'
base: ! '>=4.8 && <5'
trans... | Update from Hackage at 2017-11-28T20:37:44Z | Update from Hackage at 2017-11-28T20:37:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f9e2fc758b28383bd180dbbe533d586c7f50c8f | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: posts
label: Post
create: all
match: "**/*"
- type: directory
path: images
label: Image
create: all
match: "**/*"
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_... | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: directory
path: _posts
label: Post
create: all
match: "**/*"
- type: directory
path: images
label: Image
create: all
match: "**/*"
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | say8425/say8425.github.io,say8425/say8425.github.io |
b8857552254f7eeda410b7d5c1a8f768d1f70b30 | .github/workflows/run-tests.yml | .github/workflows/run-tests.yml | name: run-tests
on:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php: [7.4]
laravel: [7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-versi... | name: run-tests
on:
push:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
php: [7.4]
laravel: [7.*, 8.*]
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-versi... | Use correct command to run tests in CI | Use correct command to run tests in CI
| YAML | mit | Dionera/laravel-beanstalkd-admin-ui,Dionera/laravel-beanstalkd-admin-ui,Dionera/laravel-beanstalkd-admin-ui |
3e864c6f4f5189949b067a4ee4f2a9e1c135fb61 | packages/xd/xdg-desktop-entry.yaml | packages/xd/xdg-desktop-entry.yaml | homepage: ''
changelog-type: markdown
hash: 99757f462608248a9160fe752f813917b21b59bd08df9534ea8cf466aa78db3b
test-bench-deps: {}
maintainer: IvanMalison@gmail.com
synopsis: Parse files conforming to the xdg desktop entry spec
changelog: |
# Revision history for xdg-desktop-entry
## 0.1.0.0 -- YYYY-mm-dd
* First... | homepage: ''
changelog-type: markdown
hash: 4d35724b7a5ac1ffa636d60d7671726e7333290930ac17669b5819a37867049d
test-bench-deps: {}
maintainer: IvanMalison@gmail.com
synopsis: Parse files conforming to the xdg desktop entry spec
changelog: |
# Revision history for xdg-desktop-entry
## 0.1.0.0 -- YYYY-mm-dd
* First... | Update from Hackage at 2019-06-25T01:54:44Z | Update from Hackage at 2019-06-25T01:54:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e10229b5e4286b0217b09c9b4a65359995917e20 | ansible/roles/homebrew/vars/main.yml | ansible/roles/homebrew/vars/main.yml | formulae:
- name: ctags
- name: direnv
- name: fasd
- name: git
- name: macvim
install_options: with-override-system-vim
- name: reattach-to-user-namespace
- name: terminal-notifier
- name: the_silver_searcher
- name: tmux
- name: tree
- name: youtube-dl
- name: zsh
casks:
- 1password
-... | formulae:
- name: ctags
- name: direnv
- name: fasd
- name: git
- name: macvim
install_options: with-override-system-vim
- name: reattach-to-user-namespace
- name: terminal-notifier
- name: the_silver_searcher
- name: tmux
- name: tree
- name: youtube-dl
- name: zsh
casks:
- 1password
-... | Install TaskPaper+Things instead of OmniFocus | [ansible] Install TaskPaper+Things instead of OmniFocus
| YAML | mit | kejadlen/dotfiles,kejadlen/dotfiles |
5aeea682ab64694b8ee2457f5a8b771c5ff70626 | packages/an/ANum.yaml | packages/an/ANum.yaml | homepage: https://github.com/DanBurton/ANum#readme
changelog-type: ''
hash: 3339a0ac2a2bc7900a3313bb0a80d2fed4179ce8fe1912ef8d6682b2bc46f7e9
test-bench-deps: {}
maintainer: dan.burton@originate.com
synopsis: Num instance for Applicatives provided via the ANum newtype
changelog: ''
basic-deps:
base: ==4.*
all-versions... | homepage: https://github.com/DanBurton/ANum#readme
changelog-type: ''
hash: 4dec8cf82968f9af259f1e60640bc34202740d549042f46cbc3509bc1063cb4a
test-bench-deps:
ANum: -any
base: -any
maintainer: dan.burton@originate.com
synopsis: Num instance for Applicatives provided via the ANum newtype
changelog: ''
basic-deps:
b... | Update from Hackage at 2018-02-09T21:40:37Z | Update from Hackage at 2018-02-09T21:40:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e48a2a4f43f32cad9c7d2524938414338de5ec7d | .github/workflows/docker-image.yml | .github/workflows/docker-image.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build the main Docker image (android-sdk)
run: docker build -t android-sdk ./android-sdk
- name: Displa... | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build the main Docker image (android-sdk)
run: docker build -t android-sdk ./android-sdk
- name: Displa... | Remove pseudo-tty option for GitHub action | Remove pseudo-tty option for GitHub action | YAML | apache-2.0 | thyrlian/AndroidSDK,thyrlian/AndroidSDK |
1cfd7ee22c4070475a8ba586d2ea443a226dae73 | .github/workflows/gradle-build.yml | .github/workflows/gradle-build.yml | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK 6
uses: actions/setup-java@v1
with:
... | name: "Build Gradle project"
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out project
uses: actions/checkout@v2
- name: Set up JDK 6
uses: actions/setup-java@v1
with:
... | Add missing GH token to release development versions as GH pre-releases | Add missing GH token to release development versions as GH pre-releases
| YAML | apache-2.0 | etiennestuder/teamcity-build-scan-plugin,etiennestuder/teamcity-build-scan-plugin,etiennestuder/teamcity-build-scan-plugin |
7d24296c1c2c4d519686f1457167cff4af10b214 | example_configs/example_server_configs.yaml | example_configs/example_server_configs.yaml | databases:
- default: 'dbname=my_db user=my_user password= host=localhost'
default_recipe: 'example_recipe'
log_level: 'info'
SRID: 3857 # optional global parameter
scale: 1 # optional global parameter
buffer: 0 # optional global parameter
clip: False # optional global parameter
CORS: '*'
builtin_plugins: []
plugi... | databases:
default: 'dbname=my_db user=my_user password= host=localhost'
default_recipe: 'example_recipe'
log_level: 'info'
SRID: 3857 # optional global parameter
scale: 1 # optional global parameter
buffer: 0 # optional global parameter
clip: False # optional global parameter
CORS: '*'
builtin_plugins: []
plugi... | Change databases list to dict in example_config to match expected value | Change databases list to dict in example_config to match expected value
| YAML | mit | jondelmil/aiovectortiler,shongololo/aiovectortiler |
502da9a685917f470354caa4567c7a2a2fbb44d4 | roles/nat_router/defaults/main.yml | roles/nat_router/defaults/main.yml | ---
nat_router_local_interface: wlan0
nat_router_inet_interface: eth0
nat_router_ip: 192.168.74.1
nat_router_netmask: 255.255.255.0
nat_router_dhcp_range: "192.168.74.100,192.168.74.150,24h"
nat_router_dhcp_option: "option:router,192.168.74.1"
nat_router_static_ips: []
nat_router_dns_servers:
- "8.8.8.8"
- "4.4.4.4... | ---
nat_router_local_interface: wlan0
nat_router_inet_interface: eth0
nat_router_ip: 192.168.74.1
nat_router_netmask: 255.255.255.0
nat_router_dhcp_range: "192.168.74.100,192.168.74.150,24h"
nat_router_dhcp_option: "option:router,{{ nat_router_ip }}"
nat_router_static_ips: []
nat_router_dns_servers:
- "8.8.8.8"
- "... | Use router's own IP as default for DHCP router option | Use router's own IP as default for DHCP router option
| YAML | apache-2.0 | tkurki/marinepi-provisioning |
bcc7167b238b959cee021186ea953f28c49fa087 | metadata/de.storchp.opentracks.osmplugin.offline.yml | metadata/de.storchp.opentracks.osmplugin.offline.yml | Categories:
- Sports & Health
- Navigation
License: Apache-2.0
AuthorName: OpenTracks Team
WebSite: https://OpenTracksApp.com
SourceCode: https://github.com/OpenTracksApp/OSMDashboard
IssueTracker: https://github.com/OpenTracksApp/OSMDashboard/issues
Translation: https://weblate.bubu1.eu/projects/open-tracks-osm-da... | Categories:
- Sports & Health
- Navigation
License: Apache-2.0
AuthorName: OpenTracks Team
WebSite: https://OpenTracksApp.com
SourceCode: https://github.com/OpenTracksApp/OSMDashboard
IssueTracker: https://github.com/OpenTracksApp/OSMDashboard/issues
Translation: https://weblate.bubu1.eu/projects/open-tracks-osm-da... | Update OSM Dashboard for OpenTracks to 2.10.0 (22) | Update OSM Dashboard for OpenTracks to 2.10.0 (22)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
92337165dfc58e39e8bec133a95f63ccb5022351 | circle.yml | circle.yml | test:
override:
- gradle dist
post:
- cp desktop/build/libs/desktop-1.0 $CIRCLE_ARTIFACTS/robogame.jar
| test:
override:
- gradle dist
post:
- cp desktop/build/libs/desktop-1.0.jar $CIRCLE_ARTIFACTS/robogame.jar
| Fix path to build file | Fix path to build file
| YAML | mit | prophile/ggj2015,prophile/ggj2015,prophile/ggj2015,prophile/ggj2015 |
202aad0f0397b1f6b310abcc5d063d247c0915ae | circle.yml | circle.yml | machine:
xcode:
version: 7.3
dependencies:
pre:
- brew update || brew update
- brew install swiftlint
override:
- git submodule sync --recursive
- git submodule update --init --recursive
test:
override:
- set -o pipefail &&
swiftlint lint --strict --reporter json |
tee $CIRCL... | machine:
xcode:
version: 7.3
dependencies:
pre:
- brew update || brew update
- brew install swiftlint
override:
- git submodule sync --recursive
- git submodule update --init --recursive
test:
pre:
- xcrun instruments -w '547B1B63-3F66-4E5B-8001-F78F2F1CDEA7' || true
- sleep 15
ove... | Add sleep to help prevent exit code 65 errors | Add sleep to help prevent exit code 65 errors | YAML | apache-2.0 | kickstarter/ios-ksapi,kickstarter/ios-ksapi |
e3ab2af9ca56c2a96ea0c4b7dcf24772469c677e | circle.yml | circle.yml | machine:
environment:
PATH: $HOME/go/bin:$HOME/gopath/bin:$PATH
GOPATH: $HOME/gopath
dependencies:
pre:
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev; cd ~/; git clone https://github.com/steve-m/librtlsdr.git; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ... | machine:
environment:
PATH: $HOME/go/bin:$HOME/gopath/bin:$PATH
GOPATH: $HOME/gopath
dependencies:
pre:
- sudo apt-get update; sudo apt-get install libusb-1.0-0-dev; cd ~/; git clone https://github.com/steve-m/librtlsdr.git; cd librtlsdr; mkdir build; cd build; cmake ../; make; sudo make install; sudo ... | Remove submodule directories before update. | Remove submodule directories before update.
| YAML | bsd-3-clause | ssokol/stratux,kdknigga/stratux,ccicchitelli/stratux,lukepalmer/stratux,ccicchitelli/stratux,jpoirier/stratux,timami/stratux,lukepalmer/stratux,ssokol/stratux,westphae/stratux,cyoung/stratux,stratux-fork/stratux,ssokol/stratux,timami/stratux,egid/stratux,lukepalmer/stratux,kdknigga/stratux,westphae/stratux,egid/stratux... |
520a5a71d0d401618569834e9841ad46fed6be6a | circle.yml | circle.yml | ## Circle CI configuration
machine:
timezone:
America/Los_Angeles
# Override /etc/hosts
hosts:
circlehost: 127.0.0.1
#dev.mycompany.com: 127.0.0.1
# Add some environment variables
environment:
CIRCLE_ENV: test
GOPATH: /tmp/build/src:/tmp/build/src/github.com/qorio/omni/third_party
## C... | ## Circle CI configuration
machine:
timezone:
America/Los_Angeles
# Override /etc/hosts
hosts:
circlehost: 127.0.0.1
#dev.mycompany.com: 127.0.0.1
# Add some environment variables
environment:
CIRCLE_ENV: test
GOPATH: /tmp/build:/tmp/build/src/github.com/qorio/omni/third_party
## Custo... | Fix broken test GOPATH environment variable | Fix broken test GOPATH environment variable
| YAML | apache-2.0 | qorio/omni,qorio/omni,qorio/omni,qorio/omni |
574942670d33e9f5546651a959a58812fd1b6b6f | circle.yml | circle.yml | version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.5.0
environment:
TZ: "/usr/share/zoneinfo/America/Argentina/Buenos_Aires"
paralelism: 2
steps:
- add_ssh_keys:
fingerprints:
- "2b:d1:13:72:6c:a2:d1:4c:30:a5:a7:e5:b4:52:ee:75"
- run: git config --glob... | version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.6.5
environment:
TZ: "/usr/share/zoneinfo/America/Argentina/Buenos_Aires"
paralelism: 2
steps:
- add_ssh_keys:
fingerprints:
- "2b:d1:13:72:6c:a2:d1:4c:30:a5:a7:e5:b4:52:ee:75"
- run: git config --glob... | Update ruby version and dependencies | Update ruby version and dependencies
| YAML | apache-2.0 | tadp-utn-frba/tadp-utn-frba.github.io,tadp-utn-frba/tadp-utn-frba.github.io,tadp-utn-frba/tadp-utn-frba.github.io,tadp-utn-frba/tadp-utn-frba.github.io |
fc649f7866855f32be20143e836a193e8cbb3413 | circle.yml | circle.yml | machine:
environment:
MINICONDA_ROOT: $HOME/miniconda
OOMMFTCL: $MINICONDA_ROOT/opt/oommf.tcl
PATH: $MINICONDA_ROOT/bin:$PATH
OOMMF_PATH: $MINICONDA_ROOT/opt/oommf.tcl
dependencies:
# Note, we used to use the naive caching of docker images, but found that
# it was quicker just to pull each time. ... | machine:
environment:
MINICONDA_ROOT: $HOME/miniconda
OOMMFTCL: $MINICONDA_ROOT/opt/oommf.tcl
PATH: $MINICONDA_ROOT/bin:$PATH
OOMMF_PATH: $MINICONDA_ROOT/opt/oommf.tcl
dependencies:
# Note, we used to use the naive caching of docker images, but found that
# it was quicker just to pull each time. ... | Switch on running of our tests | Switch on running of our tests
| YAML | bsd-2-clause | ryanpepper/oommf-python,ryanpepper/oommf-python,ryanpepper/oommf-python,fangohr/oommf-python,fangohr/oommf-python,ryanpepper/oommf-python,fangohr/oommf-python |
f76e49e555df7a90d4758761788faa5c21508112 | circle.yml | circle.yml | machine:
ruby:
version: 2.3.3
services:
- docker
dependencies:
cache_directories:
- "~/.cache/docker"
post:
- docker info
- docker version
- if [ -d ~/.cache/docker ]; then ls -lahR ~/.cache/docker; fi
- ./ci_util.rb list
- ./ci_util.rb gc 86400
- ./ci_util.rb pull minimum2... | machine:
ruby:
version: 2.4.0
services:
- docker
dependencies:
cache_directories:
- "~/.cache/docker"
post:
- docker info
- docker version
- if [ -d ~/.cache/docker ]; then ls -lahR ~/.cache/docker; fi
- ./ci_util.rb list
- ./ci_util.rb gc 86400
- ./ci_util.rb pull minimum2... | Use ruby 2.4.0 in Circle CI | Use ruby 2.4.0 in Circle CI
| YAML | mit | minimum2scp/dockerfiles,minimum2scp/dockerfiles,minimum2scp/dockerfiles |
3022ace387585aca7b2e58404ff54c34bb84f15c | circle.yml | circle.yml | machine:
node:
version: 6.1.0
test:
override:
- npm run ci
- if [[ -e junitresults.xml ]]; then cp junitresults.xml $CIRCLE_TEST_REPORTS/test-results.xml; fi
post:
- npm run semantic-release || true
| machine:
node:
version: 6.1.0
environment:
YARN_VERSION: 0.18.1
PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
dependencies:
pre:
- |
if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
echo "Download and install Yar... | Replace npm with yarn at CircleCI | chore: Replace npm with yarn at CircleCI
| YAML | mit | lingui/js-lingui,lingui/js-lingui |
72532357e601dcf7732501a460c5041a6fb2b3b8 | circle.yml | circle.yml | machine:
xcode:
version: 8.0
dependencies:
pre:
- mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'" | awk '{print "echo "$1" && defaults read "$1"/Contents/Info.plist CFBundleShortVersionString\0"}' | xargs -0 bash -c
- xcodebuild -version -sdk
- xcrun simctl list
- sudo gem install sc... | machine:
xcode:
version: 8.1
dependencies:
pre:
- mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'" | awk '{print "echo "$1" && defaults read "$1"/Contents/Info.plist CFBundleShortVersionString\0"}' | xargs -0 bash -c
- xcodebuild -version -sdk
- xcrun simctl list
- sudo gem install sc... | Use Xcode 8.1 on Circle CI | Use Xcode 8.1 on Circle CI
| YAML | mit | morrisirrom/XCDYouTubeKit,itamaker/XCDYouTubeKit,gshaviv/XCDYouTubeVideoPlayerViewController,0xced/XCDYouTubeKit,gshaviv/XCDYouTubeVideoPlayerViewController,0xced/XCDYouTubeKit,gshaviv/XCDYouTubeVideoPlayerViewController,gshaviv/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,gshaviv/XCDYouTubeVideoPlayerV... |
13815f1310f3b83acfee623b5b5609eeb1b28491 | circle.yml | circle.yml | dependencies:
pre:
- npm install karma-cli -g
# To install Chrome 47. Remove once a new build environment comes out with this built in.
- curl -L -o google-chrome.deb https://s3.amazonaws.com/circle-downloads/google-chrome-stable_current_amd64_47.0.2526.73-1.deb
- sudo dpkg -i google-chrome.deb
- ... | dependencies:
pre:
- npm install karma-cli -g
cache_directories:
- node_modules
test:
override:
- lein karma-once
- karma start --single-run --reporters junit,dots
| Remove Chrome 47 Circle install | Remove Chrome 47 Circle install
| YAML | mit | daiyi/re-frame,chpill/re-frankenstein,Day8/re-frame,Day8/re-frame,danielcompton/re-frame,daiyi/re-frame,martinklepsch/re-frame,danielcompton/re-frame,daiyi/re-frame,martinklepsch/re-frame,Day8/re-frame,richardharrington/re-frame,chpill/re-frankenstein,richardharrington/re-frame,chpill/re-frankenstein,danielcompton/re-f... |
f3170f5f1bb913fb85b8fd18994ac591c2eb1b81 | circle.yml | circle.yml | machine:
python:
version: 3.4.0
node:
version: 0.10.28
dependencies:
override:
- pip install -r django/requirements.txt coverage coveralls:
timeout: 60
- cd ember && npm install && bower install:
timeout: 60
test:
override:
- coverage run django/manage.py test:
time... | machine:
python:
version: 3.4.0
node:
version: 0.10.28
dependencies:
override:
- pip install -r django/requirements.txt coverage coveralls:
timeout: 60
- cd ember && npm install && bower install:
timeout: 60
test:
override:
- cd django && coverage run manage.py test:
... | Fix code coverage on Circle | Fix code coverage on Circle
| YAML | bsd-3-clause | FreeMusicNinja/freemusic.ninja,FreeMusicNinja/freemusic.ninja |
b68f115072794effca16649b36df706a31d6261e | circle.yml | circle.yml | machine:
xcode:
version: "8.2.1"
dependencies:
override:
- brew update
- bin/setup
test:
override:
- bin/test
- bin/archive
| machine:
xcode:
version: "9.2.0"
dependencies:
override:
- brew update
- bin/setup
test:
override:
- bin/test
- bin/archive
| Use Xcode 9.2 on CI | Use Xcode 9.2 on CI
| YAML | mit | thoughtbot/Tropos,andreamazz/Tropos,andreamazz/Tropos,faimin/Tropos,faimin/Tropos,andreamazz/Tropos,thoughtbot/Tropos,faimin/Tropos,thoughtbot/Tropos |
967e256b5c39fdf73ef19867620a02d478f10cb3 | jenkins/jobs/tripleo-upstream-templates.yml | jenkins/jobs/tripleo-upstream-templates.yml | - job-template:
name: 'tripleo-upstream-containers-build-{openstack_release}-{cpu_arch}'
defaults: 'weirdo-defaults'
properties:
- inject:
properties-content: |
CPU_ARCH={cpu_arch}
OPENSTACK_RELEASE={openstack_release}
CICO_FLAVOR=medium
scm:
-... | - job-template:
name: 'tripleo-upstream-containers-build-{openstack_release}-{cpu_arch}'
defaults: 'weirdo-defaults'
properties:
- inject:
properties-content: |
CPU_ARCH={cpu_arch}
OPENSTACK_RELEASE={openstack_release}
CICO_FLAVOR=medium
scm:
-... | Change tripleo-upstream job to run once every four hours | Change tripleo-upstream job to run once every four hours
This patch alters the trigger for the tripleo-upstream job to run
once very four hours from 1PM to 1AM UTC. This is due to the
current schedule of roughly once per day making it difficult to
test patches once landed. This change will be reverted once the
job is ... | YAML | apache-2.0 | redhat-openstack/rdo-infra,redhat-openstack/rdo-infra,rdo-infra/ci-config,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra,rdo-infra/ci-config,rdo-infra/ci-config,rdo-infra/ci-config |
11a3ae4648af6caebb4c94ddc0ff256240ee95da | saltswap/meta.yaml | saltswap/meta.yaml | package:
name: saltswap
version: 0.5.1
source:
git_url: https://github.com/choderalab/saltswap.git
git_tag: "v0.5.1"
build:
preserve_egg_dir: True
number: 0
skip: True # [win]
requirements:
build:
- python
- cython
- numpy
- scipy
- setuptools
- openmm >=7.1
- openmmtools... | package:
name: saltswap
version: 0.5.1
source:
git_url: https://github.com/choderalab/saltswap.git
git_tag: "v0.5.1"
build:
preserve_egg_dir: True
number: 0
skip: True # [win32 or (win and py2k)
requirements:
build:
- python
- cython
- numpy
- scipy
- setuptools
- openmm >=7.1... | Enable python 3 builds on win64 | Enable python 3 builds on win64
| YAML | mit | peastman/conda-recipes,omnia-md/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes |
0b0a9561c7a11703181bb87d339ed3c3cf628241 | ab_tests/ab_tests.yaml | ab_tests/ab_tests.yaml | # List the variants for your AB or multivariate test here.
# Please leave the 'Example' test config in place.
---
- Example:
- A
- B
- SearchSynonyms:
- A
- B
- TaskListBrowse:
- A
- B
- TaskListHeader:
- A
- B
- TaskListSidebar:
- A
- B
- CivilPartnershipTasklistSidebar:
- A
- B
- CivilPartners... | # List the variants for your AB or multivariate test here.
# Please leave the 'Example' test config in place.
---
- Example:
- A
- B
- SearchSynonyms:
- A
- B
- TaskListBrowse:
- A
- B
- TaskListHeader:
- A
- B
- TaskListSidebar:
- A
- B
- CivilPartnershipTasklistSidebar:
- A
- B
- CivilPartners... | Add A/B tests for get-a-divorce tasklist features | Add A/B tests for get-a-divorce tasklist features
The Modelling Services team are testing the tasklist header and sidebar features for the new tasklist "Get a divorce: step by step"
Trello card: https://trello.com/c/QhkM8rLS/
| YAML | mit | alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure |
426058126a0a6e1f089a146424e1f9cd28d98293 | provisioning/roles/plugins/defaults/main.yml | provisioning/roles/plugins/defaults/main.yml | ---
plugin_dependencies:
- python-reportlab
pip_plugins:
# - "omero-webtagging-autotag"
- "omero-iviewer"
- "omero-figure"
omero_plugin_names:
# - "omero_webtagging_autotag"
- "omero_iviewer"
- "omero_figure"
python_lib_path: "/usr/lib/python2.7/site-packages"
| ---
pip_dependencies:
- reportlab
- markdown
pip_plugins:
# - "omero-webtagging-autotag"
- "omero-iviewer"
- "omero-figure==3.2.1"
omero_plugin_names:
# - "omero_webtagging_autotag"
- "omero_iviewer"
- "omero_figure"
python_lib_path: "/usr/lib/python2.7/site-packages"
| Install older version of omero-figure (newer on e did not work with server v5.4.9) | Install older version of omero-figure (newer on e did not work with server v5.4.9)
| YAML | mit | JIC-CSB/omero-ansible |
573ad1d871ee1e0ac40ea1ce5a9028a89a8f91b8 | metadata/com.katiearose.sobriety.yml | metadata/com.katiearose.sobriety.yml | Categories:
- Sports & Health
- Time
License: GPL-3.0-only
AuthorName: Katherine Rose
AuthorEmail: katiearose@protonmail.com
SourceCode: https://github.com/KiARC/Sobriety
IssueTracker: https://github.com/KiARC/Sobriety/issues
Changelog: https://github.com/KiARC/Sobriety/releases
AutoName: Sobriety
RepoType: git
R... | Categories:
- Sports & Health
- Time
License: GPL-3.0-only
AuthorName: Katherine Rose
AuthorEmail: katiearose@protonmail.com
SourceCode: https://github.com/KiARC/Sobriety
IssueTracker: https://github.com/KiARC/Sobriety/issues
Changelog: https://github.com/KiARC/Sobriety/releases
AutoName: Sobriety
RepoType: git
R... | Update Sobriety to v5.2.1 (12) | Update Sobriety to v5.2.1 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
e08a087a115621e3bce5696d5a26c4baf1df0388 | roles/desktop/handlers/main.yml | roles/desktop/handlers/main.yml | ---
- name: enable bluetooth
systemd:
name: bluetooth.service
enabled: yes
state: started
- name: restart pulseaudio as user
systemd:
name: pulseaudio.service
scope: user
state: restarted
become: yes
become_user: "{{ user.name }}"
environment:
XDG_RUNTIME_DIR: "/run/user/{{ user.u... | ---
- name: enable bluetooth
systemd:
name: bluetooth.service
enabled: yes
state: started
- name: restart pulseaudio as user
systemd:
name: pulseaudio.service
scope: user
state: restarted
become: yes
become_user: "{{ user.name }}"
environment:
XDG_RUNTIME_DIR: "/run/user/{{ user.u... | Fix enabling user systemd unit files | Fix enabling user systemd unit files
| YAML | mit | zoresvit/archible |
f787d7bc164d152935cbd9aa02657f82c2a021bb | recipes/Boostnote.yml | recipes/Boostnote.yml | app: Boostnote
ingredients:
dist: trusty
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
script:
- URL=$(wget -q https://boostnote.io/ -O - | grep -e "boostnote_.*_amd64.deb" | cut -d '"' -f 2)
- wget -c "$URL"
- echo "$URL" | cut -d _ -f 2 > VERSION
exclude:
- gconf2... | app: Boostnote
ingredients:
dist: trusty
sources:
- deb http://archive.ubuntu.com/ubuntu/ trusty main universe
script:
- URL=$(wget -q https://boostnote.io/ -O - | grep -e "boostnote_.*_amd64.deb" | cut -d '"' -f 4)
- wget -c "$URL"
- echo "$URL" | cut -d _ -f 2 > VERSION
exclude:
- gconf2... | Fix the file, wasn't able to fetch the URL of the .deb file | Fix the file, wasn't able to fetch the URL of the .deb file | YAML | mit | probonopd/AppImages,darealshinji/AppImages |
079dfb122619a700dcf4fa16d48d259e074d3ff8 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: CI
on:
push:
branches:
- master
paths-ignore:
- "bin/**"
- "*.md"
pull_request:
branches:
- master
paths-ignore:
- "bin/**"
- "*.md"
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
... | ---
name: CI
on:
push:
branches:
- master
paths-ignore:
- "bin/**"
- "*.md"
pull_request:
branches:
- master
paths-ignore:
- "bin/**"
- "*.md"
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
... | Add Ruby 3.0 to CI workflow | Add Ruby 3.0 to CI workflow
| YAML | mit | peter-murach/necromancer |
c7e213213f4d06a65080236f8d90c9fd9e1a317f | seed.yml | seed.yml | before_compile:
- apt -y remove php7.3
- apt -y install software-properties-common
- add-apt-repository ppa:ondrej/php
- apt-get update
- apt -y install php7.4
- composer install --prefer-dist --optimize-autoloader --no-dev
before_build:
- npx gulp
- make cache
after_deploy:
- if [... | before_compile:
- which php
- apt -y remove php7
- apt -y install software-properties-common
- add-apt-repository ppa:ondrej/php
- apt-get update
- apt -y install php7.4
- composer install --prefer-dist --optimize-autoloader --no-dev
before_build:
- npx gulp
- make cache
after_depl... | Deploy using PHP 7.4 on SEED | Deploy using PHP 7.4 on SEED
| YAML | mit | mnapoli/externals,mnapoli/externals |
d6b3e28a1f15386bba422bb62375fbbb3d603192 | .github/workflows/run_renovate.yml | .github/workflows/run_renovate.yml | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | name: Renovate-Dry-Run
on:
workflow_dispatch:
inputs:
pac_to_use:
description: "Name of the workflow secret to use"
type: string
required: true
branch:
description: "Branch that renovate should operate on"
type: string
required: true
jobs:
renovate:
... | Update renovatebot/github-action action to v32.197.0 | Update renovatebot/github-action action to v32.197.0
Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com> | YAML | apache-2.0 | TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven |
1a017b6ef26fe358452244280b11b8684ea612d9 | recipes/sdf/meta.yaml | recipes/sdf/meta.yaml | {% set name = "sdf" %}
{% set version = "0.3.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 0
script: python -m pip install --no-deps sdf=={{ version }}
requirements:
build:
- python
- pip
run:
- python
- h5py
- matplotlib
- numpy
- scipy
test:
... | {% set name = "sdf" %}
{% set version = "0.3.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
build:
number: 0
script: python -m pip install --no-deps https://github.com/ScientificDataFormat/SDF-Python/archive/v{{ version }}.tar.gz
requirements:
build:
- python
- pip
run:
- python... | Install from tarball instead of wheel. | Install from tarball instead of wheel.
| YAML | bsd-3-clause | birdsarah/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,barkls/staged-recipes,jakirkham/staged-recipes,jjhelmus/staged-recipes,mcs07/staged-recipes,asmeurer/staged-recipes,ja... |
c39d4b2f7bf770a6cabb935b5660c7e42b8c40f3 | site.yml | site.yml | ---
- name: All roles
hosts: localhost
roles:
- { role: system, tags: ['desktop', 'server'] }
- { role: utils, tags: ['desktop'] }
- { role: python, tags: ['desktop','test'] }
- { role: fun, tags: ['desktop'] }
- { role: personal, tags: ['desktop'] }
- { role: docker, tags: ['desktop', 'se... | ---
- name: All roles
hosts: localhost
roles:
- { role: system, tags: ['desktop', 'server'] }
- { role: utils, tags: ['desktop'] }
- { role: python, tags: ['desktop'] }
- { role: fun, tags: ['desktop'] }
- { role: personal, tags: ['desktop'] }
- { role: docker, tags: ['desktop', 'server'] ... | Remove test tag from python role | Remove test tag from python role
| YAML | apache-2.0 | mansonjesus/ansible-playbooks |
81b8bbbacd2ce95af1cdd542b902783e89a60297 | tasks/dependencies.yml | tasks/dependencies.yml | ---
# ---------------------------------------------
# Install other dependencies
# ---------------------------------------------
- name: install dependencies | Debian
package:
pkg: "{{ item }}"
update_cache: yes
cache_valid_time: 86400
state: present
with_items:
- gcc
- make
- openssl
... | ---
# ---------------------------------------------
# Install other dependencies
# ---------------------------------------------
- name: install dependencies | Debian
package:
pkg: "{{ item }}"
update_cache: yes
cache_valid_time: 86400
state: present
with_items:
- gcc
- g++
- make
- ... | Add g++ to dependency (required for pyodbc python package) | Add g++ to dependency (required for pyodbc python package)
| YAML | mit | miarec/ansible-role-miarecweb |
c16922e8b74fcd5f676b939a9de4a13d4c96f8ca | metadata/com.asdoi.quicktiles.yml | metadata/com.asdoi.quicktiles.yml | Categories:
- Development
- Multimedia
- System
License: GPL-3.0-or-later
AuthorName: Asdoi
AuthorEmail: asdoi@t-online.de
SourceCode: https://gitlab.com/asdoi/quick-tiles
IssueTracker: https://gitlab.com/asdoi/quick-tiles/issues
Changelog: https://gitlab.com/asdoi/quick-tiles/-/releases
AutoName: QuickTiles
Re... | Categories:
- Development
- Multimedia
- System
License: GPL-3.0-or-later
AuthorName: Asdoi
AuthorEmail: asdoi@t-online.de
SourceCode: https://gitlab.com/asdoi/quick-tiles
IssueTracker: https://gitlab.com/asdoi/quick-tiles/issues
Changelog: https://gitlab.com/asdoi/quick-tiles/-/releases
AutoName: QuickTiles
Re... | Update QuickTiles to 1.3 (13) | Update QuickTiles to 1.3 (13)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
89bbd72a3bddedbfd1e5faa0c28ac4c4156131d0 | packages/mo/monadcryptorandom.yaml | packages/mo/monadcryptorandom.yaml | homepage: https://github.com/TomMD/monadcryptorandom
changelog-type: ''
hash: 13a494277f640986f51cb4ab9b93f580c8698f498391be5029cbc0931d867c49
test-bench-deps: {}
maintainer: Thomas DuBuisson <thomas.dubuisson@gmail.com>
synopsis: A monad for using CryptoRandomGen
changelog: ''
basic-deps:
bytestring: ! '>=0.9 && <0.... | homepage: https://github.com/TomMD/monadcryptorandom
changelog-type: ''
hash: 162749c50b5459263df2693c37135076ea0b1a68f6b24eaa85b1ac1824889918
test-bench-deps: {}
maintainer: Thomas DuBuisson <thomas.dubuisson@gmail.com>
synopsis: A monad for using CryptoRandomGen
changelog: ''
basic-deps:
exceptions: ! '>=0.8 && <0.... | Update from Hackage at 2017-02-02T15:47:51Z | Update from Hackage at 2017-02-02T15:47:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6361f7ef7bd3a70d500f3249b38eb31ce8e3d00a | .github/autoissuelabeler.yml | .github/autoissuelabeler.yml | ## docs: https://github.com/maxandersen/jbang-issuelabeler
- labels: [area/qute]
title: "(?i).*qute.*"
description: "(?i).*qute.*" | ## docs: https://github.com/maxandersen/jbang-issuelabeler
- labels: [area/amazon-lambda]
title: "(?i).*lambda.*"
description: "(?i).*lambda.*"
addcomment: "/cc @patriot1burke"
- labels: [area/devmode]
title: "(?i).*dev mode.*"
description: "(?i).*dev mode.*"
- labels: [area/gradle]
title: "(?i).*gradle.*"
... | Add some more autolabeler rules and see how it goes | Add some more autolabeler rules and see how it goes
| YAML | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
9e57db7db9461067d063516a3594d322afe17b3a | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
# Temporary
on: [ push ]
#on:
# push:
# branches:
# - master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: production
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python... | name: Deploy
# Temporary
on: [ push ]
#on:
# push:
# branches:
# - master
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
environment: production
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python... | Add king to known hosts | Add king to known hosts
| YAML | mit | ZeusWPI/hydra,ZeusWPI/hydra,ZeusWPI/hydra |
7c981338ac1821addbfd235e67a855b50954e4b3 | .github/workflows/gradle.yml | .github/workflows/gradle.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java_version: [ 8, 11, 15 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java... | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java_version: [ 8, 11, 15 ]
steps:
- uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java_version }}
id: setup-test-java
if: matrix.java_version != 8 && matrix.java_version... | Use local JDK in CI when possible rather than downloading it | Use local JDK in CI when possible rather than downloading it
| YAML | apache-2.0 | gwtproject/gwt-places,gwtproject/gwt-places |
deb65ea97dae5c5659cc377d19794fe763e0eb4a | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | Update actions/setup-node action to v3 | Update actions/setup-node action to v3 | YAML | mit | timbeadle/tv4-reporter |
ad616a12c9b42e13423144710b1e87045d728445 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: build
on:
push:
branches:
- master
# Run tests for any PRs.
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | name: build
on:
push:
branches:
- master
# Run tests for any PRs.
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 13.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | Update actions/setup-node action to v2.3.1 | Update actions/setup-node action to v2.3.1
| YAML | mit | personnummer/js,personnummer/js,frozzare/is-personnummer |
36aa74a2e78b9101afd63fb27a21bc97797e081a | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node CI
on: [push]
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [8, 10, 12]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: ... | name: Github CI
on: [push]
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version... | CHANGE to test on less platforms, in the hope this action will start working && RENAME action | CHANGE to test on less platforms, in the hope this action will start working && RENAME action
| YAML | mit | storybooks/storybook,kadirahq/react-storybook,storybooks/react-storybook,storybooks/storybook,storybooks/storybook,storybooks/react-storybook,storybooks/react-storybook,kadirahq/react-storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/react-storybook |
80847428ccac37e9cce5ed9d60055f994da68ce0 | .github/workflows/python.yml | .github/workflows/python.yml | name: Python
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses:... | name: Python
on:
push:
branches: [ master ]
tags:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
... | Add github actions tags push hook | SECURITY-5100: Add github actions tags push hook
| YAML | mit | emartech/escher-python |
eb78aa0fae787ae9013c721d92ecf8d774430daf | packages/ge/genifunctors.yaml | packages/ge/genifunctors.yaml | homepage: https://github.com/danr/genifunctors
changelog-type: text
hash: a2a3bb342c1fc33db7b3301605845a998877c56e18d0640d523b580fbf7ceebd
test-bench-deps:
base: -any
containers: -any
mtl: -any
template-haskell: <3
maintainer: danr@chalmers.se
synopsis: Generate generalized fmap, foldMap and traverse
changelog:... | homepage: https://github.com/danr/genifunctors
changelog-type: text
hash: 8ceeacea87e63908bf12f5ea8e289884311a3a78d7a18180a18e41f621906085
test-bench-deps:
base: -any
containers: -any
mtl: -any
template-haskell: <3
maintainer: danr@chalmers.se
synopsis: Generate generalized fmap, foldMap and traverse
changelog:... | Update from Hackage at 2016-11-14T10:29:16Z | Update from Hackage at 2016-11-14T10:29:16Z | YAML | mit | commercialhaskell/all-cabal-metadata |
29e864febfc9578355fad8888dc2df7810546826 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions... | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, windows-2019]
java: [6, 7, 7.0.121, 8, 9, 10, 11, 12, 13, 14, 15, 16]
runs-on: ${{ matrix.os }}
steps:
- uses: actions... | Update GitHub Actions Setup Java SDK to version 2 | Update GitHub Actions Setup Java SDK to version 2
Update from `actions/setup-java@v1` to `actions/setup-java@v2`
See: https://github.com/actions/setup-java/blob/v2.3.0/docs/switching-to-v2.md
We will keep using Zulu JDK distributions.
| YAML | epl-1.0 | saeg/ba-dua |
4b9f5048a05ce816bf1d1b052159c0ad019d0ed9 | .github/workflows/main.yml | .github/workflows/main.yml | on: push
name: Continuous integration
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- beta
services:
postgres:
image: postgres:11.6
env:
POSTGRES_PASSWORD:
ports:
- 5432:5432
options: --healt... | on: push
name: Continuous integration
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- beta
services:
postgres:
image: postgres:11.6
env:
POSTGRES_PASSWORD:
ports:
- 5432:5432
options: --healt... | Remove clippy checks for now | Remove clippy checks for now
| YAML | mit | paupino/rust-decimal,paupino/rust-decimal |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.