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
72f2be15556693a6c9ddcdf1a7de590fc6542760
.dependabot/config.yml
.dependabot/config.yml
version: 1 update_configs: - package_manager: "java:gradle" directory: "/" update_schedule: "daily" default_reviewers: - quotidian-ennui - aaron-mcgrath-adp
version: 1 update_configs: - package_manager: "java:gradle" directory: "/" update_schedule: "daily" default_reviewers: - quotidian-ennui - aaron-mcgrath-adp - higgyfella
Add higgy to dependabot review list
Add higgy to dependabot review list
YAML
apache-2.0
adaptris/interlok
23343240d22f03f33c637ad70aa82144f956d698
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: assets/uploads public_path: assets/uploads front_matter_path: '' use_front_matter_path: false file_template: ":filename:" i...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all templates: - post upload_dir: assets/uploads public_path: assets/uploads front_matter_path: '' use_front_matter_path: false file_te...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io
78c31181d82b7d33e9a23836ac49f2067a5a5faa
.gitlab-ci.yml
.gitlab-ci.yml
image: $CI_REGISTRY/backend/docker/images/php:8.1-deploy stages: - build - test - deploy cache: key: ${CI_COMMIT_REF_SLUG} paths: - vendor/ variables: DOCKER_DRIVER: overlay2 build: stage: build script: - composer install -n --prefer-dist -o --no-ansi --no-progress artifacts: e...
image: $CI_REGISTRY/backend/docker/images/php:8.1-deploy stages: - build - test - deploy cache: key: ${CI_COMMIT_REF_SLUG} paths: - vendor/ variables: DOCKER_DRIVER: overlay2 build: stage: build script: - composer install -n --prefer-dist -o --no-ansi --no-progress artifacts: e...
Set coverage in CI/CD config
Set coverage in CI/CD config
YAML
mit
PBWebMedia/audit-bundle
6755aa8c015bfdd846325d2f8a83b570eed0c3d9
.swiftlint.yml
.swiftlint.yml
reporter: "xcode" excluded: - DerivedData - Pods - "EurofurenceModel/Public/Default Dependency Implementations/Core Data Store/Model Adaptation/*.swift" disabled_rules: - identifier_name - type_name - weak_delegate - trailing_whitespace - class_delegate_protocol - todo opt_in_rules: - empty_count...
reporter: "xcode" excluded: - DerivedData - Pods - "Domain Model/EurofurenceModel/Public/Default Dependency Implementations/Core Data Store/Model Adaptation/*.swift" disabled_rules: - identifier_name - type_name - weak_delegate - trailing_whitespace - class_delegate_protocol - todo opt_in_rules: ...
Correct directory path to ignored files
Correct directory path to ignored files
YAML
mit
Fenrikur/ef-app_ios,Fenrikur/ef-app_ios,eurofurence/ef-app_ios,eurofurence/ef-app_ios
ab8e52a89f881f8179085afae3c7ff8dac566c93
mysite/_config/jobs.yml
mysite/_config/jobs.yml
--- Name: addonsjobs --- CleanupJob: # clean up jobs that are older than 3 days is_enabled: true cleanup_method: age cleanup_value: 3
--- Name: addonsjobs --- CleanupJob: # clean up jobs that are older than 3 days is_enabled: true cleanup_method: age cleanup_value: 3 cleanup_statuses: - Complete - Broken - Paused - Cancelled
Add cleanup statuses to CleanupJob configuration
Add cleanup statuses to CleanupJob configuration
YAML
bsd-3-clause
silverstripe/addons.silverstripe.org,silverstripe/addons.silverstripe.org,silverstripe/addons.silverstripe.org
5d51673098f6b0f2d0a634ee9a5e621e1e183e86
app.yaml
app.yaml
application: search-gonuts-io version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: public/favicon.ico upload: public/favicon.ico - url: /apple-touch-icon(.*)\.png static_files: public/apple-touch-icon\1.png upload: public/apple-touch-icon(.*).png - url: /rob...
application: search-gonuts-io version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: public/favicon.ico upload: public/favicon.ico - url: /apple-touch-icon(.*)\.png static_files: public/apple-touch-icon\1.png upload: public/apple-touch-icon(.*).png - url: /rob...
Revert "Protect add action." - doesn't work as expected.
Revert "Protect add action." - doesn't work as expected. This reverts commit 7cada95aae39e884cdc0662f0cd9e81506b2187e.
YAML
bsd-2-clause
AlekSi/search.gonuts.io
fdf9515777f48dc19aee7ae07bde2f27933034c8
cluster/addons/kube-ui/kube-ui-rc.yaml
cluster/addons/kube-ui/kube-ui-rc.yaml
apiVersion: v1 kind: ReplicationController metadata: name: kube-ui-v1 namespace: default labels: k8s-app: kube-ui version: v1 kubernetes.io/cluster-service: "true" spec: replicas: 1 selector: k8s-app: kube-ui version: v1 template: metadata: labels: k8s-app: kube-ui ...
apiVersion: v1 kind: ReplicationController metadata: name: kube-ui-v1 namespace: default labels: k8s-app: kube-ui version: v1 kubernetes.io/cluster-service: "true" spec: replicas: 1 selector: k8s-app: kube-ui version: v1 template: metadata: labels: k8s-app: kube-ui ...
Add liveness probe to kube-ui
Add liveness probe to kube-ui
YAML
apache-2.0
virajs/kubernetes,krousey/kubernetes,dchen1107/kubernetes-1,vlajos/kubernetes,sputnik13/kubernetes,gpndata/kubernetes,xialonglee/kubernetes,sjenning/kubernetes,cri-containerd/kubernetes,angdev/kubernetes,ChenLingPeng/kubernetes,adream307/kubernetes,vektra/kubernetes,vlajos/kubernetes,jasonparekh/kubernetes,mindprince/k...
16f04dd2e5215cee009ece5bb403b158dbc157af
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...
Add mock when testing with python2
Add mock when testing with python2
YAML
apache-2.0
coecms/ARCCSSive
9fee8a251cdff8ed8224c683a98c015cd24935f9
.github/workflows/macos.yml
.github/workflows/macos.yml
name: MacOS on: [push] jobs: MacOS: timeout-minutes: 15 runs-on: macos-10.15 steps: - name: Checkout uses: actions/checkout@v1 with: submodules: recursive - name: Set environment run: | echo ::set-env name=GRABBER_VERSION::nightly echo ::set-env name=GR...
name: MacOS on: [push] jobs: MacOS: timeout-minutes: 20 runs-on: macos-10.15 steps: - name: Checkout uses: actions/checkout@v1 with: submodules: recursive - name: Set environment run: | echo ::set-env name=GRABBER_VERSION::nightly echo ::set-env name=GR...
Increase macOS actions timeout from 15 to 20 minutes
Increase macOS actions timeout from 15 to 20 minutes
YAML
apache-2.0
Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber,Bionus/imgbrd-grabber
56a6fa35782dbf3b4757c544c66f4e8632880578
packages/op/opaleye-trans.yaml
packages/op/opaleye-trans.yaml
homepage: https://github.com/WraithM/opaleye-trans changelog-type: '' hash: 2cc03ade60ae9dc24759edc24e1761d5c26edb0b05af557bebda99db9204b3f2 test-bench-deps: {} maintainer: wraithm@gmail.com synopsis: A monad transformer for Opaleye changelog: '' basic-deps: opaleye-trans: -any base: ! '>=4.8 && <4.10' product-pr...
homepage: https://github.com/WraithM/opaleye-trans changelog-type: '' hash: d41f6e7d8b97299de10303d3892890bc613512fa0c27f197e2087e34ab0e2233 test-bench-deps: {} maintainer: wraithm@gmail.com synopsis: A monad transformer for Opaleye changelog: '' basic-deps: opaleye-trans: -any base: ! '>=4.8 && <4.10' product-pr...
Update from Hackage at 2017-02-26T15:48:47Z
Update from Hackage at 2017-02-26T15:48:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
4d6e99298c307e171320fba0370a7f8432b4e11b
lang.java/metaborg.yaml
lang.java/metaborg.yaml
--- id: org.metaborg:lang.java:1.0.0-SNAPSHOT name: metaborg-java dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion} - org.metaborg:org.metaborg.meta.lang.template:${metaborgVersion} - org.metaborg:org.metaborg.meta.lang.nabl:${metaborgVersion} - org.metaborg:org.metaborg.meta...
--- id: org.metaborg:lang.java:1.0.0-SNAPSHOT name: metaborg-java dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion} - org.metaborg:org.metaborg.meta.lang.template:${metaborgVersion} - org.metaborg:org.metaborg.meta.lang.nabl:${metaborgVersion} - org.metaborg:org.metaborg.meta...
Set `sdf2table` option to java.
Set `sdf2table` option to java.
YAML
apache-2.0
metaborg/java-front,metaborg/java-front
003612b4f8cba1f40f374276e3c4c8bb14f18478
contrib/kube-prometheus/manifests/exporters/kube-state-metrics-deployment.yaml
contrib/kube-prometheus/manifests/exporters/kube-state-metrics-deployment.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: kube-state-metrics spec: replicas: 1 template: metadata: labels: app: kube-state-metrics spec: containers: - name: kube-state-metrics image: gcr.io/google_containers/kube-state-metrics:v0.4.1 ports: ...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: kube-state-metrics spec: replicas: 2 template: metadata: labels: app: kube-state-metrics spec: containers: - name: kube-state-metrics image: gcr.io/google_containers/kube-state-metrics:v0.4.1 ports: ...
Make kube-state-metrics HA by default, now the dashboards support it
Make kube-state-metrics HA by default, now the dashboards support it
YAML
apache-2.0
coreos/prometheus-operator,mmerrill3/prometheus-operator,jescarri/prometheus-operator,gianrubio/prometheus-operator,sjuxax/prometheus-operator,gianrubio/prometheus-operator,brancz/prometheus-operator,brancz/prometheus-operator,coreos/prometheus-operator,gianrubio/prometheus-operator,nirdothan/prometheus-operator,jescar...
6b4adce0676ac41fe6da7cdf0541115391a93b6c
packages/re/ref-tf.yaml
packages/re/ref-tf.yaml
homepage: '' changelog-type: '' hash: 69de3550250e0cd69f45d080359cb314a9487c915024349c75b78732bbee9332 test-bench-deps: {} maintainer: Geoffrey Mainland <mainland@drexel.edu> synopsis: A type class for monads with references using type families. changelog: '' basic-deps: stm: ! '>=2.1 && <2.6' base: ! '>=4 && <5' ...
homepage: '' changelog-type: '' hash: 8df6d3633c74c71bfba6a6e5e50bacfb17133fc213e0e5616b7edb16918e1e77 test-bench-deps: {} maintainer: Geoffrey Mainland <mainland@drexel.edu> synopsis: A type class for monads with references using type families. changelog: '' basic-deps: stm: '>=2.1 && <2.6' base: '>=4 && <5' tra...
Update from Hackage at 2021-04-29T21:06:56Z
Update from Hackage at 2021-04-29T21:06:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
3b4491b85e12eeba043dcf7e10aab9ec401e7517
src/main/resources/config.yml
src/main/resources/config.yml
# Default config for MagicArenas # The base wand template to use for determining a player's current path path_template: "default" # How often to check ("tick") active arenas, in ticks tick_interval: 40
# Default config for MagicArenas # The base wand template to use for determining a player's current path path_template: "wand" # How often to check ("tick") active arenas, in ticks tick_interval: 40
Change default path template to "wand"
Change default path template to "wand"
YAML
mit
elBukkit/MagicArenas
2737e41efff414374fbcba7f743390efb74f1c4a
data/building-hours/1-2-pause-kitchen.yaml
data/building-hours/1-2-pause-kitchen.yaml
name: The Pause Kitchen image: pause-kitchen category: Food schedule: - title: Finals notes: The late night menu starts at 9 p.m. hours: - {days: [Mo], from: '10:30am', to: '6:00pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title...
name: The Pause Kitchen image: pause-kitchen category: Food schedule: - title: Daylight notes: The late night menu starts at 9 p.m. hours: # - {days: [Mo], from: '10:30am', to: '12:00am'} # - {days: [Tu], from: '11:30am', to: '12:00am'} # - {days: [We], from: '10:30am', to: '12:00am'} ...
Update pause hours for interim
Update pause hours for interim
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,carls-app/carls,carls-app/carls,carls-app/carls,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,carls-app/carls,carls-app/carls,StoDevX/AAO-React-Native,carls-app/carls,StoDevX/AAO-React-Native,carls-app/carls,StoDevX/AAO-React-Native,StoDevX/...
171517fe8f017639234f1803f43ea507a5f2c8d9
ansible/deploy_local.yml
ansible/deploy_local.yml
- name: deploy Airflow containers locally hosts: localhost vars: command: scheduler tasks: - name: launch Airflow containers shell: "{{ item }}" with_items: - docker stop $(docker ps -a -q) || true - docker rm $(docker ps -a -q) || true - docker volume rm $(docker volu...
- name: deploy Airflow containers locally hosts: localhost vars: command: scheduler compose_conf: ansible/files/docker-compose.yml tasks: - name: launch Airflow containers shell: "{{ item }}" with_items: - docker-compose -f {{ compose_conf }} down -v --remove-orphans - doc...
Use docker-compose to stop running containers.
Use docker-compose to stop running containers.
YAML
mpl-2.0
opentrials/opentrials-airflow,opentrials/opentrials-airflow
d979a7a90007fbb9da870440323f7a841d95c603
recipe/meta.yaml
recipe/meta.yaml
{% set name = "cca-babel" %} {% set version = "1.4.0" %} package: name: {{ name }} version: {{ version }} source: git_url: https://github.com/csdms/{{ name }} patches: - mac-inline.patch [osx] - override-java.patch [unix] requirements: build: - python >=2.7.13 - numpy - libxml2 - gc...
{% set name = "cca-babel" %} {% set version = "2.0.0" %} package: name: {{ name }} version: {{ version }} source: url: https://computation.llnl.gov/casc/components/docs/babel-2.0.0.tar.gz fname: babel-2.0.0.tar.gz # git_url: https://github.com/csdms/{{ name }} # patches: # - mac-inline.patch [osx] #...
Build with Python less than 3.
Build with Python less than 3.
YAML
mit
csdms-stack/cca-babel-recipe
7621269acf8735276d0c803866e7dea3b59c81fd
playbooks/vars/rpc-release.yml
playbooks/vars/rpc-release.yml
rpc_product_releases: master: maas_release: master osa_release: master rpc_release: master newton: maas_release: 1.7.0 osa_release: 3553c048188093c7a8d912cc32c30730536d70d3 rpc_release: r14.8.0 ocata: maas_release: 1.7.0 osa_release: fcfd8e267011d040dba722201fea2a3ae31ec503 rpc...
rpc_product_releases: master: maas_release: master osa_release: master rpc_release: master newton: maas_release: 1.7.0 osa_release: 3553c048188093c7a8d912cc32c30730536d70d3 rpc_release: r14.8.0 ocata: maas_release: 1.7.0 osa_release: 5047124f1fe181306674c60beeccd189252a9d62 rpc...
Update OSA SHAs for cmd2 fix
Update OSA SHAs for cmd2 fix This updates the OSA SHAs to pull in the cmd2 package pinning fix.
YAML
apache-2.0
jacobwagner/rpc-openstack,rcbops/rpc-openstack,BjoernT/rpc-openstack,rcbops/rpc-openstack,BjoernT/rpc-openstack,jacobwagner/rpc-openstack
7873903cf7e2bbbeea0a2bbd16372c9540fc3fd4
cumulusci.yml
cumulusci.yml
project: name: HEDA package: name: HEDA namespace: hed api_version: 35.0 install_class: STG_InstallScript git: prefix_release: rel/ tasks: update_admin_profile: class_path: tasks.salesforce.UpdateAdminProfile flows: ci_feature: description: D...
project: name: HEDAP package: name: HEDA namespace: hed api_version: 35.0 install_class: STG_InstallScript git: prefix_release: rel/ tasks: update_admin_profile: class_path: tasks.salesforce.UpdateAdminProfile flows: ci_feature: description: ...
Use managed mode for update_admin_profile in ci_beta_install
Use managed mode for update_admin_profile in ci_beta_install
YAML
bsd-3-clause
SalesforceFoundation/HEDAP,chanli/HEDAP,chanli/HEDAP,chanli/HEDAP,SalesforceFoundation/HEDAP,chanli/HEDAP,SalesforceFoundation/HEDAP
31b37c1e2d7ddeaa46a7d145c1f07b9b2e4d44e4
install.conf.yaml
install.conf.yaml
- defaults: link: create: true relink: true - clean: ['~', '~/.config', '~/.config/git', '~/.local/bin', '~/.atom'] - link: ~/.config/base16-shell: base16-shell ~/.config/zsh: zsh ~/.config/nvim: nvim ~/.config/git/config: git/config ~/.tmux.conf: tmux/tmux.conf ~/.editorconfig...
- defaults: link: create: true relink: true - clean: ['~', '~/.config', '~/.config/git', '~/.config/zsh', '~/.config/nvim', '~/.config/base16-shell', '~/bin'] - link: ~/.config/base16-shell: base16-shell ~/.config/zsh: zsh ~/.config/nvim: nvim ~/.config/git/config: git/config ~/.tm...
Update install script 'clean' directive
Update install script 'clean' directive
YAML
mit
andrew-dias/dotfiles-base,andrew-dias/dotfiles
b43a6362161114cb0f755ff134ce01b4c8b67d43
config/defaults.yaml
config/defaults.yaml
apps: dir: &apps_dir ./apps default: home server: host: 0.0.0.0 port: 25842 session: secret: "these are not the droids you are looking for" storage: global: adapter: 'nedbDOWN' dir: data plugins: adapter: 'nedbDOWN' dir: data/plugins apps: adapter: 'nedbDOWN' dir: *apps_di...
apps: dir: &apps_dir ./apps default: home server: host: 0.0.0.0 port: 25842 session: secret: "these are not the droids you are looking for" storage: global: adapter: 'nedbDOWN' dir: data plugins: adapter: 'nedbDOWN' dir: data/plugins apps: adapter: 'nedbDOWN' dir: *apps_di...
Change default path for log file
Change default path for log file
YAML
agpl-3.0
snap-project/snap,snap-project/snap
7126cfcc0fc65f9a631d610d61fe80f07455a5fa
pubspec.yaml
pubspec.yaml
name: sass version: 1.0.0-dev description: A Sass implementation in Dart. author: Dart Team <misc@dartlang.org> homepage: https://github.com/sass/dart-sass executables: dart-sass: sass environment: sdk: '>=1.21.0 <2.0.0' dependencies: args: "^0.13.0" charcode: "^1.1.0" collection: "^1.8.0" convert: "^2.0...
name: sass version: 1.0.0-dev description: A Sass implementation in Dart. author: Dart Team <misc@dartlang.org> homepage: https://github.com/sass/dart-sass executables: dart-sass: sass environment: sdk: '>=1.21.0 <2.0.0' dependencies: args: "^0.13.0" charcode: "^1.1.0" collection: "^1.8.0" convert: "^2.0...
Use the latest version of the archive package
Use the latest version of the archive package brendan-duncan/archive#41 has been fixed as of 1.0.32.
YAML
mit
sass/dart-sass,sass/dart-sass
15a3c1c1e327ac5ce223b118da56d40861ea6d19
metadata/com.aurora.adroid.yml
metadata/com.aurora.adroid.yml
Categories: - System License: GPL-3.0-only AuthorName: Rahul Kumar Patel AuthorEmail: whyorean@gmail.com WebSite: https://auroraoss.com SourceCode: https://gitlab.com/AuroraOSS/auroradroid IssueTracker: https://gitlab.com/AuroraOSS/auroradroid/issues Changelog: https://gitlab.com/AuroraOSS/auroradroid/blob/HEAD/CHANG...
Categories: - System License: GPL-3.0-only AuthorName: Rahul Kumar Patel AuthorEmail: whyorean@gmail.com WebSite: https://auroraoss.com SourceCode: https://gitlab.com/AuroraOSS/auroradroid IssueTracker: https://gitlab.com/AuroraOSS/auroradroid/issues Changelog: https://gitlab.com/AuroraOSS/auroradroid/blob/HEAD/CHANG...
Update Aurora Droid to 1.0.5 (5)
Update Aurora Droid to 1.0.5 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
63d690c476135e0174ca569e671c4873cd71bea8
defaults/main.yml
defaults/main.yml
--- # defaults file for sigma.coreos-bootstrap coreos_ssl_certs: "/etc/ssl/certs" coreos_pkg_home: "/home/core" coreos_pypy_url: "https://bitbucket.org/squeaky/portable-pypy/downloads" coreos_pypy_flavor: "linux_x86_64-portable" coreos_pypy_version: "5.3.1" coreos_pypy_sha256: "73014c3840609a62c0984b9c383652097f0a8c52...
--- # defaults file for sigma.coreos-bootstrap coreos_ssl_certs: "/etc/ssl/certs" coreos_pkg_home: "/home/core" coreos_pypy_url: "https://bitbucket.org/squeaky/portable-pypy/downloads" coreos_pypy_flavor: "linux_x86_64-portable" coreos_pypy_version: "5.4.1" coreos_pypy_sha256: "0b59f8e69c7883d454fce6364ab01a5ec6a481ed...
Update pypy version to 5.4.1
Update pypy version to 5.4.1
YAML
mit
vmware/ansible-coreos-bootstrap
61d748a07a9272fe227956d3f4d7552f7874235c
docker-compose.builder.yml
docker-compose.builder.yml
version: "2" services: builder: image: openlmis/dev:4 links: - db - log volumes: - '.:/app' command: - './build.sh' environment: GRADLE_OPTS: '-Dorg.gradle.daemon=false' env_file: .env sonar: image: openlmis/dev:4 links: - db - log volu...
version: "2" services: builder: image: openlmis/dev:4 links: - db - log - redis volumes: - '.:/app' command: - './build.sh' environment: GRADLE_OPTS: '-Dorg.gradle.daemon=false' env_file: .env sonar: image: openlmis/dev:4 links: - db ...
Revert "Revert "OLMIS-5493, add missing link""
Revert "Revert "OLMIS-5493, add missing link"" This reverts commit 005ca5a109a23e14270f05f4acb1d8701451614e.
YAML
agpl-3.0
OpenLMIS/openlmis-referencedata,OpenLMIS/openlmis-referencedata,OpenLMIS/openlmis-referencedata,OpenLMIS/openlmis-referencedata
eae258b9780ad39e15783e8fd90fe3b0106e1b6a
defaults/main.yml
defaults/main.yml
--- mysql_vendor: mysql mysql_origin: distribution mysql_upstream_version: ~ # MariaDB: 10.2, MySQL: 5.7 mysql_root_password: "My $3cr3t password" mysql_import_timezones: yes mysql_bind_address: 0.0.0.0 mysql_key_buffer_size: 256M mysql_max_allowed_packet: 1M mysql_table_open_cache: 256 mysql_sort_buffer_size: 1M m...
--- mysql_vendor: mysql mysql_origin: distribution mysql_upstream_version: ~ # MariaDB: 10.2, MySQL: 5.7 mysql_root_password: "My $3cr3t password" mysql_import_timezones: yes mysql_bind_address: 0.0.0.0 mysql_key_buffer_size: 256M mysql_max_allowed_packet: 1M mysql_table_open_cache: 256 mysql_sort_buffer_size: 1M m...
Set mysql_backup to disabled by default
Set mysql_backup to disabled by default
YAML
mit
mjanser/ansible-role-mysql
7f7665bd13e3fd818a657617ae4c6ff909f56222
deploy-sp-all.yml
deploy-sp-all.yml
--- #- include: deploy-nginx.yml # deploying SONATA SP dependencies - include: deploy-common.yml - include: deploy-pgsql.yml - include: deploy-mysql.yml - include: deploy-mongo.yml - include: deploy-docker.yml # deploy RabbitMQ message bus - include: deploy-sp-broker.yml # deploy Gatekepper module - include: de...
--- #- include: deploy-nginx.yml # deploying SONATA SP dependencies - include: deploy-common.yml - include: deploy-pgsql.yml # To be available in Y2 #- include: deploy-mysql.yml - include: deploy-mongo.yml - include: deploy-docker.yml # deploy RabbitMQ message bus - include: deploy-sp-broker.yml # deploy Gateke...
Disable the mysql local installation
Disable the mysql local installation
YAML
apache-2.0
sonata-nfv/son-install,sonata-nfv/son-install
74183083d5eecac963a58195996e6dc63bd6b3ec
lightsail/variables.yml
lightsail/variables.yml
elastic_version: 5.4.0 elastic_download: https://artifacts.elastic.co elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}" elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}" elasticsearch_password: "{{ lookup('env','ELASTICSEARCH_PASSWORD') }}" domain: xeraa.wtf
elastic_version: 5.4.1 elastic_download: https://artifacts.elastic.co elasticsearch_host: "{{ lookup('env','ELASTICSEARCH_HOST') }}" elasticsearch_user: "{{ lookup('env','ELASTICSEARCH_USER') }}" elasticsearch_password: "{{ lookup('env','ELASTICSEARCH_PASSWORD') }}" domain: xeraa.wtf
UPDATE to the latest Elastic Stack version
UPDATE to the latest Elastic Stack version
YAML
mit
xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring
e7d4c780f739492abccf0c0c690da799dd9eeafb
roles/samples.nordic44/defaults/main.yml
roles/samples.nordic44/defaults/main.yml
--- # defaults file # 2015 Nordic44 data will be downloaded to this path (53 zip files, one per week) nordic44_downloads: "{{ ipst_install_path | default( ansible_env.HOME) }}/samples/Nordic44/downloads" # ENTSO-E like repository location nordic44_caserepo: "{{ ipst_install_path | default( ansible_env.HOME) }}/samples...
--- # defaults file # 2015 Nordic44 data will be downloaded to this path (53 zip files, one per week) nordic44_downloads: "{{ project_home +'/samples/Nordic44/downloads' }}" # ENTSO-E like repository location nordic44_caserepo: "{{ project_home +'/samples/Nordic44/caserepo' }}" # these parameters set how many weeks...
Set Nordic paths relative to the home project
Set Nordic paths relative to the home project
YAML
mpl-2.0
itesla/ipst-ansible,itesla/ipst-ansible
4ec1f41057515d3667d160a0f5fe539b73599dfd
update_kb_bsfcampus_sen.yml
update_kb_bsfcampus_sen.yml
--- # Ansible playbook for BSF Campus Sénégale #It will be always localhost - hosts: localhost roles: - tinc-static # Start. has to be always enable - logs # Stop. has to be always enable
--- # Ansible playbook for BSF Campus Sénégale #It will be always localhost - hosts: localhost roles: - { role: upgradeIdc, when: ansible_hostname == 'kb-bsfcampus-sen-76' } - tinc-static # Start. has to be always enable - logs # Stop. has to be always enable
Enable the upgrade of Ideascube on KoomBook 76
Enable the upgrade of Ideascube on KoomBook 76
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
d1af94fbbc8b8ca8ab5454f96e344b5f70fdef6a
.forestry/front_matter/templates/author.yml
.forestry/front_matter/templates/author.yml
--- label: Author hide_body: true is_partial: false fields: - type: text label: title name: title config: required: true - type: textarea name: bio label: Bio config: required: true - type: file name: avatar label: Avatar - type: text name: twitter label: Twitter pages: - data/authors/nichla...
--- label: Author hide_body: true is_partial: false fields: - type: text label: Name name: title config: required: true - type: textarea name: bio label: Bio config: required: true - type: file name: avatar label: Avatar - type: text name: twitter label: Twitter pages: - data/authors/nichlas...
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
eb5238272b5f8164305142992521213f809958ba
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml
cluster/addons/calico-policy-controller/typha-horizontal-autoscaler-clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: typha-cpha labels: kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile rules: - apiGroups: [""] resources: ["nodes"] verbs: ["list"]
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: typha-cpha labels: kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile rules: - apiGroups: [""] resources: ["nodes"] verbs: ["list", "watch"]
Fix the cluster role for typha horizontal scaler.
Fix the cluster role for typha horizontal scaler.
YAML
apache-2.0
openshift/kubernetes,feiskyer/kubernetes,warmchang/kubernetes,ravisantoshgudimetla/kubernetes,aveshagarwal/kubernetes,ping035627/kubernetes,jagosan/kubernetes,huangjiuyuan/kubernetes,joelsmith/kubernetes,erwinvaneyk/kubernetes,ravilr/kubernetes,LalatenduMohanty/kubernetes,csrwng/kubernetes,hex108/kubernetes,wongma7/kub...
706532fabcf21474ce9a75c856560bfdb823b376
packages/st/Stack.yaml
packages/st/Stack.yaml
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type) changelog-type: '' hash: 6cfcd8c9d1aba60f421616e585513e9a6177c7654606b27b1fd85110bbe8dcd8 test-bench-deps: {} maintainer: rwlock404@yahoo.com synopsis: Stack data structure type changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0' -...
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type) changelog-type: '' hash: e9f5a01e22e3a80048aea06bc525c4d3226821098a5da17c6df4225d4b07dc6e test-bench-deps: {} maintainer: rwlock404@yahoo.com synopsis: Stack data structure changelog: '' basic-deps: stm: -any base: ! '>=4.7 && <5' nats: -any all-v...
Update from Hackage at 2016-12-09T18:28:47Z
Update from Hackage at 2016-12-09T18:28:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
aac78f02ef039aa35415ec2eecae7d2bf4d210e0
network_roles.yaml
network_roles.yaml
# Unique network role name - id: "influxdb_vip" # Role mapping to network default_mapping: "management" properties: # Should be true if network role requires subnet being set subnet: true # Should be true if network role requires gateway being set gateway: false # List of VIPs to be allocated ...
# Network and virtual IP address for the InfluxDB service - id: "influxdb_vip" default_mapping: "management" properties: subnet: true gateway: false vip: - name: "influxdb" namespace: "haproxy" alias: "influxdb" node_roles: - "influxdb_grafana" - "...
Provision another network and VIP for Grafana
Provision another network and VIP for Grafana Note that the change doesn't modify the configuration of HAProxy to use the new virtual IP address. This will be addressed in another review. Change-Id: I28175b193e690c5dfe6b994194cefd9f01216de3 DocImpact: update instructions regarding network templates
YAML
apache-2.0
stackforge/fuel-plugin-influxdb-grafana,stackforge/fuel-plugin-influxdb-grafana,stackforge/fuel-plugin-influxdb-grafana,stackforge/fuel-plugin-influxdb-grafana
1b833109fa65a20ead65d75624ea01c4e1638aa2
app.yaml
app.yaml
application: neillatitude version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /favicon.ico static_files: images/favicon.ico upload: images/favicon.ico - url: /stylesheets static_dir: stylesheets - url: /glDatePicker static_dir: glDatePicker - url: /images static_dir: ...
application: neillatitude version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /favicon.ico static_files: images/favicon.ico upload: images/favicon.ico - url: /stylesheets static_dir: stylesheets - url: /glDatePicker static_dir: glDatePicker - url: /images static_dir: ...
Add endpoints to the yaml file
Add endpoints to the yaml file
YAML
mit
nparley/mylatitude,nparley/mylatitude,nparley/mylatitude
00935dbf059be14e0f78a3dd764786f5480a6dc8
recipes/pbbam/meta.yaml
recipes/pbbam/meta.yaml
{% set name = "pbbam" %} {% set version = "0.1" %} package: name: {{ name }} version: {{ version }} build: number: 0 skip: False string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}} source: git_url: https://github.com/PacificBiosciences/{{ name }}.git git_rev: 928605a86ac024aced821fe4a4bce0b43d5ee680 req...
{% set name = "pbbam" %} {% set version = "0.1" %} package: name: {{ name }} version: {{ version }} build: number: 0 skip: False string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}} source: git_url: https://github.com/PacificBiosciences/{{ name }}.git git_rev: 928605a86ac024aced821fe4a4bce0b43d5ee680 req...
Move htslib to run dependency
Move htslib to run dependency
YAML
mit
bow/bioconda-recipes,HassanAmr/bioconda-recipes,chapmanb/bioconda-recipes,cokelaer/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,JenCabral/bioconda-recipes,ivirshup/bioconda-recipes,blankenberg/bioconda-recipes,bioconda/recipes,xguse/bioconda-recipes,pi...
1d660ad431e5b760359535a6563c557ec8490efe
app.yaml
app.yaml
runtime: go vm: true api_version: go1 handlers: - url: /.* script: _go_app secure: always
runtime: go vm: true api_version: go1 handlers: - url: /.* script: _go_app secure: always redirect_http_response_code: 301
Change HTTP -> HTTPS redirect to a 301.
Change HTTP -> HTTPS redirect to a 301. Apparently 302 is the default: https://cloud.google.com/appengine/docs/go/config/appref#handlers_redirect_http_response_code Thanks for @ivanr for finding (using hardenize.com).
YAML
bsd-3-clause
chromium/hstspreload.org,chromium/hstspreload.org,chromium/hstspreload.org,chromium/hstspreload.org
2ad1d5d3af8fff837fa72ce4c979494494bad300
packages/mi/miso-examples.yaml
packages/mi/miso-examples.yaml
homepage: http://github.com/dmjio/miso changelog-type: '' hash: dce137cbf1bb700b44571c00fe11b53b8664ebbf77942e9795681d195ceb74d3 test-bench-deps: {} maintainer: David M. Johnson <djohnson.m@gmail.com> synopsis: A tasty Haskell front-end framework changelog: '' basic-deps: {} all-versions: - 1.2.0.0 - 1.3.0.0 author: Da...
homepage: http://github.com/dmjio/miso changelog-type: '' hash: 0d7b8cf695a3ae57cdcd2a103b917618dbed761f29dc75287452c56ae3a37083 test-bench-deps: {} maintainer: David M. Johnson <djohnson.m@gmail.com> synopsis: A tasty Haskell front-end framework changelog: '' basic-deps: {} all-versions: - 1.2.0.0 - 1.3.0.0 - 1.5.0.0 ...
Update from Hackage at 2020-03-25T03:24:32Z
Update from Hackage at 2020-03-25T03:24:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
5b9fecec731feb78630b9315399c04f82e064cae
packages/st/strict-writer.yaml
packages/st/strict-writer.yaml
homepage: https://github.com/oisdk/strict-writer changelog-type: '' hash: 46d44c4fd93989cbe9f1e0224a433ecd5fe68057d0d25c66be2ffc68fb596169 test-bench-deps: {} maintainer: mail@doisinkidney.com synopsis: Initial project template from stack changelog: '' basic-deps: base: ! '>=4.7 && <5' mtl: ! '>=2.2' all-versions: ...
homepage: https://github.com/oisdk/strict-writer changelog-type: '' hash: 989da423e372609feb2c9b9dc77d8f5e4003a2951d909af61d23e60069181ff2 test-bench-deps: {} maintainer: mail@doisinkidney.com synopsis: A stricter writer, which uses StateT in order to avoid space leaks. changelog: '' basic-deps: base: ! '>=4.7 && <5'...
Update from Hackage at 2017-02-10T10:35:31Z
Update from Hackage at 2017-02-10T10:35:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
8a40f2dfbac26c7402aedda6628d59ad8fd182b9
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '1.7', '8', '11' ] name: JDK ${{ matrix.java }} steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: $...
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ '8', '11', '17' ] name: JDK ${{ matrix.java }} steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: ${...
Test against Java 17 on CI server
Test against Java 17 on CI server
YAML
apache-2.0
michel-kraemer/bson4jackson
4e664a24ab769b6879e76ae9c925e44429c514c0
.github/workflows/issues.yml
.github/workflows/issues.yml
name: issue assignment on: issues: types: [opened] jobs: auto-assign: runs-on: ubuntu-latest steps: - name: 'auto-assign issue' uses: pozil/auto-assign-issue@v1.7.0 with: assignees: konstruktoid
name: issue assignment on: issues: types: [opened] jobs: auto-assign: runs-on: ubuntu-latest steps: - name: 'auto-assign issue' uses: pozil/auto-assign-issue@v1.7.1 with: assignees: konstruktoid
Update pozil/auto-assign-issue action to v1.7.1
Update pozil/auto-assign-issue action to v1.7.1
YAML
apache-2.0
konstruktoid/ansible-role-hardening
d8e8f7bd4f5e11484bba325d06390eedfadcb71a
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,16.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
Build with Node.js 16 on GitHub Actions.
Build with Node.js 16 on GitHub Actions.
YAML
mit
bigeasy/operation
e27951b6022a5a08461f9a422360e1f131332eec
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,16.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
Build with Node.js 16 on GitHub Actions.
Build with Node.js 16 on GitHub Actions.
YAML
mit
bigeasy/sequester
07b0edd4e25d076c9631e04cdf1e745056af2dab
db/config.yml
db/config.yml
development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 production: adapter: sqlite3 database: db/production.sqlite3 pool: 5 timeout: 5000 test: &test adapter: sqlite3 database: db/test.sqlite3 # database: ':memory:' pool: 5 timeout: 5000
development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 production: adapter: sqlite3 database: db/production.sqlite3 pool: 5 timeout: 5000 test: &test adapter: sqlite3 # database: db/test.sqlite3 database: ':memory:' pool: 5 timeout: 5000
Use in-memory DB for tests
Use in-memory DB for tests
YAML
mit
CDLUC3/stash,CDLUC3/stash,CDLUC3/stash,CDLUC3/stash
afb2d34e51d1c7ebe5fdb0e668c7e39ea9f444ba
roles/common/defaults/main.yml
roles/common/defaults/main.yml
common: java_version: 8u191 java_home: "/usr/java/jdk1.8.0_191-amd64" java_download: "http://download.oracle.com/otn-pub/java/jdk/8u191-b12/2787e4a523244c269598db4e85c51e0c/jdk-8u191-linux-x64.rpm" java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
common: java_version: 8u201 java_home: "/usr/java/jdk1.8.0_201-amd64" java_download: "http://download.oracle.com/otn-pub/java/jdk/8u201-b09/42970487e3af4f5aa5bca3f542482c60/jdk-8u201-linux-x64.rpm" java_jce_download: "http://download.oracle.com/otn-pub/java/jce/8/jce_policy-8.zip"
Update to Java SDK 8u201
Update to Java SDK 8u201
YAML
apache-2.0
lresende/spark-cluster-install
51b4282e6e5c2999e6813f216b2e3850776dbd7f
roles/devilspie/tasks/main.yml
roles/devilspie/tasks/main.yml
- name: Ensure needed service files exist copy: content: | # Managed by Ansible [Unit] Description=Devilspie 2 [Service] Type=simple ExecStart=/usr/bin/devilspie2 [Install] WantedBy=default.target dest: "{{ ansible_user_dir }}/.config/systemd/user/devilspie2.s...
- name: Ensure systemd unit is disabled systemd: name: devilspie2.service enabled: no daemon_reload: no user: yes tags: - devilspie2 - name: Ensure systemd unit file is removed file: path: "{{ ansible_user_dir }}/.config/systemd/user/devilspie2.service" state: absent tags: - dev...
Switch to auto start from systemd user unit
Switch to auto start from systemd user unit
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
e6f13cc2ba1e4c869fc50fcd4515a08f530bef7e
packages/at/aterm.yaml
packages/at/aterm.yaml
homepage: https://github.com/spechub/Hets/tree/master/atermlib changelog-type: '' hash: b3a1cbaf126364dabd3e29279060696ddcc21abd655051cde1cfcd67e890b56c test-bench-deps: {} maintainer: Christian Maeder <chr.maedere@web.de> synopsis: serialisation for Haskell values with sharing support changelog: '' basic-deps: base:...
homepage: https://github.com/spechub/Hets/tree/master/atermlib changelog-type: '' hash: b73978fd9270eb90910c0d36d6ae59b46d0adc031d6a24fc007eb8938699066e test-bench-deps: {} maintainer: Christian Maeder <chr.maeder@web.de> synopsis: serialisation for Haskell values with sharing support changelog: '' basic-deps: base: ...
Update from Hackage at 2020-10-06T09:54:18Z
Update from Hackage at 2020-10-06T09:54:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
eac5937a73c9155d41218dfd459f95913b8a02b9
packages/gs/gsasl.yaml
packages/gs/gsasl.yaml
homepage: https://john-millikin.com/software/haskell-gsasl/ changelog-type: '' hash: 4e61630828df96626f73154bf70edf3e05b2bd3caaf3bd9dde8770e2f5c1f381 test-bench-deps: {} maintainer: John Millikin <john@john-millikin.com> synopsis: Bindings for GNU libgsasl changelog: '' basic-deps: bytestring: ! '>=0.9' base: ! '>=...
homepage: https://git.sr.ht/~singpolyma/gsasl-haskell changelog-type: '' hash: f8290d372e8062b1546e852ffaf7c27411ed989e85533179b9a7858ac10cd8db test-bench-deps: {} maintainer: Stephen Paul Weber <singpolyma@singpolyma.net> synopsis: Bindings for GNU libgsasl changelog: '' basic-deps: bytestring: ! '>=0.9' base: ! '...
Update from Hackage at 2020-02-16T03:09:28Z
Update from Hackage at 2020-02-16T03:09:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
b0278a5193c63cd232e2ead8fc8db762af3bcf53
packages/hs/hsini.yaml
packages/hs/hsini.yaml
homepage: '' changelog-type: '' hash: b9a67bcdc416b5f6d1947b1a907f288887f3b5bc9a5e72066386240e94fb4731 test-bench-deps: bytestring: -any tasty-th: -any base: -any parsec: -any containers: -any tasty-quickcheck: -any mtl: -any tasty-hunit: -any tasty: -any maintainer: Magnus Therning <magnus@therning.o...
homepage: '' changelog-type: '' hash: e6e290ad8d26a8632e64c0887003897674beeeb0da68c429279418fda4547b72 test-bench-deps: bytestring: -any tasty-th: -any base: -any parsec: -any containers: -any tasty-quickcheck: -any mtl: -any tasty-hunit: -any tasty: -any maintainer: Magnus Therning <magnus@therning.o...
Update from Hackage at 2019-04-24T18:48:30Z
Update from Hackage at 2019-04-24T18:48:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
187fbedb70ac3fd52d6b1805d076d4029831cd65
packages/ri/rings.yaml
packages/ri/rings.yaml
homepage: https://github.com/cmk/rings changelog-type: markdown hash: 5f40ce274fd850fb7a34d5dcce8de63ee4a0c0037be5076dea00ff791546ee07 test-bench-deps: property: -any base: ==4.* connections: -any hedgehog: -any rings: -any maintainer: chris.mckinlay@gmail.com synopsis: Rings, semirings, and dioids. changelog...
homepage: https://github.com/cmk/rings changelog-type: markdown hash: b3bff567890ad73c90e6c9b8166c6eef1bbc714e477a9ffdb6cf92e9c64ebe34 test-bench-deps: property: -any base: ==4.* connections: -any hedgehog: -any rings: -any maintainer: chris.mckinlay@gmail.com synopsis: Rings, semirings, and dioids. changelog...
Update from Hackage at 2019-12-02T08:39:45Z
Update from Hackage at 2019-12-02T08:39:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
e26b9b9bd083a54e37cff5a565b8771e613d14e8
environment.yml
environment.yml
# Some remove, built and test commands: # conda-env remove -n ece2cmor3-check # conda clean --all # conda env create -f environment.yml # conda update --all # conda-env list # conda list # cdo -V # nosetests name: ece2cmor3-check channels: - pcmdi/label/nightly - conda-forge - defaults dependencies: - cmor=201...
# Some remove, built and test commands: # conda-env remove -n ece2cmor3-check # conda clean --all # conda env create -f environment.yml # conda update --all # conda-env list # conda list # cdo -V # nosetests name: ece2cmor3-check channels: - pcmdi/label/nightly - conda-forge - defaults dependencies: - cmor=201...
Correct comment: dependent on libnetcdf > 4.6
Correct comment: dependent on libnetcdf > 4.6
YAML
apache-2.0
goord/ece2cmor3,goord/ece2cmor3
07e11b933222d971d7248a8ea0d3b6d4588e76d9
environment.yml
environment.yml
name: IOOS3 channels: - conda-forge - defaults dependencies: - icu=56 - libnetcdf=4.4.0 - python=3.5 - anaconda-navigator - bagit - beautifulsoup4 - bokeh - cartopy - cc-plugin-glider - cmocean - compliance-checker - ctd - cython - descartes - fiona - flake8 - folium - gdal - g...
name: IOOS3 channels: - conda-forge - defaults dependencies: - icu=56 - libnetcdf=4.4.0 - python=3.5 - anaconda-navigator - bagit - beautifulsoup4 - bokeh - cartopy - cc-plugin-glider - cmocean - compliance-checker - ctd - cython - descartes - fiona - flake8 - folium - gdal - g...
Install the new r-base together with the rest of the stack
Install the new r-base together with the rest of the stack
YAML
mit
ocefpaf/notebooks_demos,ocefpaf/notebooks_demos,ioos/notebooks_demos
acccf2d5ac405431b15fa723a57497e491c28478
.github/workflows/analysis.yml
.github/workflows/analysis.yml
name: Static Code Analysis on: push: branches: - development paths-ignore: - '**.md' - '**.txt' pull_request: branches: - master - develoment jobs: analysis: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2-beta with: fetch-dept...
name: Static Code Analysis on: push: branches: - development paths-ignore: - '**.md' - '**.txt' pull_request: branches: - master - develoment jobs: analysis: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v2 wit...
Use Latest Actions for Static Code Analysis
Use Latest Actions for Static Code Analysis
YAML
mit
phalcon/zephir,phalcon/zephir,zephir-lang/zephir,zephir-lang/zephir,zephir-lang/zephir,phalcon/zephir,zephir-lang/zephir,vpg/zephir,phalcon/zephir,zephir-lang/zephir,vpg/zephir,phalcon/zephir,vpg/zephir,phalcon/zephir,vpg/zephir,vpg/zephir,vpg/zephir
925ca3e03c2b3cf4d51c038ba548d734dd8a8964
.github/workflows/docbuild.yml
.github/workflows/docbuild.yml
name: docbuild on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: build-type: [ 'html', 'doctest' ] name: ${{ matrix.build-type }} steps: - uses: actions/checkout@v1 - name: Set up Python 3.10 uses: actions/setup-python@v1 with: p...
name: docbuild on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: build-type: [ 'html', 'doctest' ] name: ${{ matrix.build-type }} steps: - uses: actions/checkout@v1 - name: Set up Python 3.10 uses: actions/setup-python@v1 with: p...
Remove vl-convert from doc build CI since emoji example doesn't render properly
Remove vl-convert from doc build CI since emoji example doesn't render properly
YAML
bsd-3-clause
altair-viz/altair
f7fe40b6932e5be7e30cb018b32b9762635b672d
packages/kr/kraken.yaml
packages/kr/kraken.yaml
homepage: '' changelog-type: '' hash: b9af41e85ddcb6093974c4d6656598138cc06a8dcafa4ef07cf0f66afb265a07 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: Kraken.io API client changelog: '' basic-deps: http-client: -any bytestring: -any base: ! '>=4.5 && <4.10' http-client-tls: -any mtl: -any ...
homepage: '' changelog-type: '' hash: 03085f9b1e839e82a6bfef3778f95f327c55bbd247727d0929b0758bd801a136 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: Kraken.io API client changelog: '' basic-deps: http-client: -any bytestring: ! '>=0.10' base: ! '>=4.5 && <4.10' http-client-tls: -any mtl: ...
Update from Hackage at 2016-10-02T08:19:18+00:00
Update from Hackage at 2016-10-02T08:19:18+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
d9bb2cf22a0e5ef03dcdc6387dc4151b02b83cde
app.yaml
app.yaml
application: restoncoffeemachine version: 1 runtime: python27 api_version: 1 handlers: - url: /favicon\.ico static_files: img/favicon.ico upload: img/favicon\.ico - url: /img/(.*) static_files: img/\1 upload: img/(.*) mime_type: image/jpeg expiration: "30d" - url: .* script: result.py
application: restoncoffeemachine version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /favicon\.ico static_files: img/favicon.ico upload: img/favicon\.ico - url: /img/(.*) static_files: img/\1 upload: img/(.*) mime_type: image/jpeg expiration: "30d" - url: .* script: result.py
Make sure to incldue the threadsafe keyword in yaml.
Make sure to incldue the threadsafe keyword in yaml.
YAML
apache-2.0
morrowc/restoncoffeemachine
a5eada79c032c68f17e3f307a8bd01b3193f4d69
.github/workflows/linters.yml
.github/workflows/linters.yml
name: linters on: [pull_request] jobs: linters: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - run: | git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/* - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ...
name: linters on: [pull_request] jobs: linters: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - run: | git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/* - name: Setup Ruby uses: ruby/setup-ruby@v1 with: ...
Fix Pronto on Dependabot pull requests
Fix Pronto on Dependabot pull requests As explained in "GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions" [1], we need to consider Dependabot pull requests as external pull requests. [1] https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-...
YAML
agpl-3.0
consul/consul,consul/consul,consul/consul,consul/consul,consul/consul
6a7f2ac72d4d66004502b088228769fd3cb7ae09
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: Node.js CI on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 14.x - 16.x - 18.x steps: - name: Set up Git run: | git config --...
name: Node.js CI on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 16.x - 18.x steps: - name: Set up Git run: | git config --global user.name ...
Drop Node 14 tests 🦀
chore: Drop Node 14 tests 🦀 Looks like the npm version that comes with Node 14 doesn't support workspaces
YAML
mit
sapegin/mrm
27a87ac586a3458abe33872635526b31caf62e33
.builds/freebsd.yml
.builds/freebsd.yml
image: freebsd/latest packages: - devel/evdev-proto - devel/libepoll-shim - devel/libudev-devd - devel/meson # implies ninja - devel/pkgconf - graphics/libdrm - graphics/mesa-libs - graphics/png - graphics/wayland - graphics/wayland-protocols - multimedia/ffmpeg - x11/libX11 - x11/libinput - x11/libxcb - x11/libxkbcomm...
image: freebsd/latest packages: - devel/evdev-proto - devel/libepoll-shim - devel/libudev-devd - devel/meson # implies ninja - devel/pkgconf - graphics/libdrm - graphics/mesa-libs - graphics/png - graphics/wayland - graphics/wayland-protocols - multimedia/ffmpeg - x11/libX11 - x11/libinput - x11/libxcb - x11/libxkbcomm...
Switch to system epoll-shim.pc in FreeBSD build
Switch to system epoll-shim.pc in FreeBSD build
YAML
mit
swaywm/wlroots,swaywm/wlroots,ascent12/wlroots,ascent12/wlroots,SirCmpwn/wlroots
1a0ebbd05ad40cd6bc8fa6122c984a1dd67fda21
.kitchen.docker.yml
.kitchen.docker.yml
# # Copyright 2016 Walter Dolce # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
# # Copyright 2016 Walter Dolce # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed ...
Add test commands to provision_command
Add test commands to provision_command
YAML
apache-2.0
walterdolce/ansible-role-sudoers-manager,walterdolce/ansible-role-sudoers-manager
64d75d7a581a1fa804bbe835f1f342edef98433c
.github/workflows/dependabot.yml
.github/workflows/dependabot.yml
name: Help Dependabot with vendoring on: push: branches: - 'dependabot/bundler/**' paths: - 'Gemfile.lock' jobs: bundle-install: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 - run: bundle install - name: Commit and push ...
name: Help Dependabot with vendoring on: push: branches: - 'dependabot/bundler/**' paths: - 'Gemfile.lock' jobs: bundle-install: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 - run: bundle install - name: Commit and push ...
Access the GitHub Actions secret correctly
Access the GitHub Actions secret correctly https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#using-encrypted-secrets-in-a-workflow
YAML
mit
Starkast/wikimum,Starkast/wikimum
6fd8ee9c0ef8f8b4ba07ecf7f4143fdd0c0240ca
django/tasks/20-django/20-update_requirements.yml
django/tasks/20-django/20-update_requirements.yml
--- # install all requirements from requirements.txt # # use_pip_compile == True: # before installing requirements.txt, install pip-tools and recompile # requirements inputs configured in requirement_files # # tag: update_requirements # - name: install pip-tools pip: > virtualenv="{{ virtualenv_path }}" ...
--- # install all requirements from requirements.txt # # use_pip_compile == True: # before installing requirements.txt, install pip-tools and recompile # requirements inputs configured in requirement_files # # tag: update_requirements # - name: install pip-tools pip: > virtualenv="{{ virtualenv_path }}" ...
Revert "Set fixed pip version compatible with pip-tools 3.0"
Revert "Set fixed pip version compatible with pip-tools 3.0" This reverts commit 70ebc2a0dc846f984e34d026482ba45888df7777. Fix released: https://github.com/jazzband/pip-tools/issues/688
YAML
mit
fdemmer/ansible_roles
bfc49d2063bdf908e2b79ca1806976c04831aaa0
recipes/pdfo/meta.yaml
recipes/pdfo/meta.yaml
{% set name = "pdfo" %} {% set version = "1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pdfo-{{ version }}.tar.gz sha256: 10838d75e7408e28074bb0e07cc2d7576c29686dc9df5029c38e8f72d3731bff build: number: 0 script: {{ PY...
{% set name = "pdfo" %} {% set version = "1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pdfo-{{ version }}.tar.gz sha256: 10838d75e7408e28074bb0e07cc2d7576c29686dc9df5029c38e8f72d3731bff build: number: 0 skip: True #...
Fix for the linter and skip windows
Fix for the linter and skip windows
YAML
bsd-3-clause
jakirkham/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes...
2b40ba628e46e490aa5b910fde2e7d6e99fed5d8
recipes/sahi/meta.yaml
recipes/sahi/meta.yaml
{% set name = "sahi" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz sha256: 5a688f9782c78251669ddb3db3e280e2eb43a978102cec9aab87e5953070069f build: number: 0 noarch: pyt...
{% set name = "sahi" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz sha256: 5a688f9782c78251669ddb3db3e280e2eb43a978102cec9aab87e5953070069f build: number: 0 noarch: pyt...
Add pycocotools as a runtime dependency
Add pycocotools as a runtime dependency
YAML
bsd-3-clause
stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,o...
b352ba9219896c1889aae747181c5396b7538a5b
recipes/zict/meta.yaml
recipes/zict/meta.yaml
{% set version = "0.1.2" %} {% set name = "zict" %} package: name: {{ name }} version: "{{ version }}" source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 9e4c951c2149c1ed3a201e56c07269b058081370bd1f20558d7fadc0046...
{% set version = "0.1.3" %} {% set name = "zict" %} package: name: {{ name }} version: "{{ version }}" source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 63377f063086fc92e5c16e4d02162c571f6470b9e796cf3411ef9e815c9...
Update zict to version 0.1.3
Update zict to version 0.1.3
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
80b9caf1f017de0f47181c57e70067f6fc6bfbef
.github/workflows/pypi-publish.yml
.github/workflows/pypi-publish.yml
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jobs: de...
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: push: # Sequence of patterns matched ...
Change from 'release created' to push on tag
Change from 'release created' to push on tag
YAML
mit
SpunkyBot/spunkybot,SpunkyBot/spunkybot
e426a7bace9ad55edb2cd39288e0eef41e8e4007
snap/snapcraft.yaml
snap/snapcraft.yaml
name: gitless version: git summary: A simple version control system built on top of Git description: | Version control system that is built on top of Git in attempt to make user interface easier by playing with underlying concepts. Gitless is fully compatible with Git and can be used with it interchangeably. g...
# obligatory fields name: gitless version: git summary: A simple version control system built on top of Git description: | Version control system that is built on top of Git in attempt to make user interface easier by playing with underlying concepts. Gitless is fully compatible with Git and can be used with i...
Add `gl` command (that doesn't work)
Add `gl` command (that doesn't work) ✗ gitless.gl Traceback (most recent call last): File "/snap/gitless/x5/bin/gl", line 11, in <module> load_entry_point('gitless==0.8.6', 'console_scripts', 'gl')() File "/snap/gitless/x5/lib/python3.5/site-packages/pkg_resources/__init__.py", line 480, in...
YAML
mit
sdg-mit/gitless,sdg-mit/gitless
1f4e93d6ee9ba7cba24e67d0c3d83603349b46ad
service/delivery/src/main/resources/application.yaml
service/delivery/src/main/resources/application.yaml
osdu: processing: thread-pool-capacity: 3 fields-to-strip: location, kind delfi: filePortal: url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/ portal: appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T url: https://api.evq.csp.slb.com/
osdu: processing: thread-pool-capacity: 3 fields-to-strip: location, kind, signedUrl delfi: filePortal: url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/ portal: appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T url: https://api.evq.csp.slb.com/
Add delivery response field to strip
OSDU-20: Add delivery response field to strip
YAML
apache-2.0
google/framework-for-osdu,google/framework-for-osdu,google/framework-for-osdu
49c083f5552edb057309634ef6cdd3432713e922
ansible/roles/grafana/tasks/post_config.yml
ansible/roles/grafana/tasks/post_config.yml
--- - name: Wait for grafana port wait_for: host: "{{ api_interface_address }}" port: "{{ grafana_server_port }}" - name: Enable influxdb datasource uri: url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}/api/datasources" method: POST user: admin pass...
--- - name: Wait for grafana application ready uri: url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}" status_code: 200 register: result until: result.status == 200 retries: 10 delay: 2 run_once: true connection: local - name: Enable influxdb datasource ...
Fix "Enable influxdb datasource" random error
Fix "Enable influxdb datasource" random error Sometimes the "Enable influxdb datasource" task failed with "503 Service Unavailable" error. Waiting for grafana port UP seems not always enough, it requires to wait for application ready. Change-Id: I3a27b3086698b89a80a3f585beb810831289ae7a Closes-Bug: #1697213
YAML
apache-2.0
dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible
947658e724b46309ef3c887d75b65171aab22d18
grunt/aliases.yml
grunt/aliases.yml
api: description: Start the api tasks: - 'docs' - 'express' - 'watch' default: description: Default Grunt task tasks: - 'api' docs: description: Build the docs tasks: - 'run:docs'
api: description: Start the api tasks: - 'docs' - 'express' - 'watch' default: description: Default Grunt task tasks: - 'api' docs: description: Build the docs tasks: - 'run:docs' test: description: Run the tests tasks: - 'mochaTest'
Rename testing command to 'test'
Rename testing command to 'test'
YAML
bsd-3-clause
FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com
f87daf50e5b67f3c039bca8cde6576effa077277
metadata/com.github.jameshnsears.quoteunquote.yml
metadata/com.github.jameshnsears.quoteunquote.yml
Categories: - Reading License: Apache-2.0 AuthorName: James HN Sears AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues AutoName: Quote… Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnqu...
Categories: - Reading License: Apache-2.0 AuthorName: James HN Sears AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues AutoName: Quote… Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnqu...
Update Quote… Unquote to 2.1.1-fdroid (49)
Update Quote… Unquote to 2.1.1-fdroid (49)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
6c5bc6f2edbcc8ff19c8ff6fe01de7228896bbd0
essentials.yml
essentials.yml
--- ath: useLocalSnapshots: false athRevision: "8c3126005c0d5394ed225a5c9f3eab99ab385afe" athImage: "jenkins/ath@sha256:284c2fdfaf1a51e95783126367c0a88c07af83ff9234063d12ba3001959628e8" tests: - "*"
--- ath: useLocalSnapshots: false athRevision: "8f4233a353ba7a751eaf542e4095f243093b2e79" athImage: "jenkins/ath:acceptance-test-harness-1.66" tests: - "*"
Use ATH 1.66 to test
Use ATH 1.66 to test
YAML
mit
oleg-nenashev/jenkins,patbos/jenkins,jenkinsci/jenkins,rsandell/jenkins,oleg-nenashev/jenkins,Vlatombe/jenkins,rsandell/jenkins,pjanouse/jenkins,stephenc/jenkins,godfath3r/jenkins,godfath3r/jenkins,damianszczepanik/jenkins,v1v/jenkins,oleg-nenashev/jenkins,godfath3r/jenkins,ikedam/jenkins,Jochen-A-Fuerbacher/jenkins,da...
51de56b5be15bbf732a5baaa472406e01f384705
_config/routing.yml
_config/routing.yml
--- Name: fluentrouting After: - requestprocessors --- SilverStripe\Control\Director: extensions: FluentDirectorExtension: TractorCow\Fluent\Extension\FluentDirectorExtension SilverStripe\Core\Injector\Injector: SilverStripe\Control\Director: properties: Middlewares: InitStateMiddleware: %$...
--- Name: fluentrouting After: - requestprocessors --- SilverStripe\Control\Director: extensions: FluentDirectorExtension: TractorCow\Fluent\Extension\FluentDirectorExtension SilverStripe\Core\Injector\Injector: SilverStripe\Control\Director: properties: Middlewares: InitStateMiddleware: '%...
FIX Quote Injector service references, will break in Symfony 4
FIX Quote Injector service references, will break in Symfony 4
YAML
bsd-3-clause
Internetrix/silverstripe-fluent,Internetrix/silverstripe-fluent,Internetrix/silverstripe-fluent
f8e655096bc85dbc408fac30c985d900edd0c771
.github/workflows/dart.yml
.github/workflows/dart.yml
name: Dart CI on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: "0 0 * * 0" defaults: run: shell: bash jobs: build: name: "Dart CI" runs-on: ubuntu-latest steps: - uses: actions/cache@v2 with: path: "~/.pub-cache/hosted" ...
name: Dart CI on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: "0 0 * * 0" defaults: run: shell: bash jobs: build: name: "Dart CI" runs-on: ubuntu-latest steps: - uses: actions/cache@v2 with: path: "~/.pub-cache/hosted" ...
Fix test coverage collection for Dart 2.17
Fix test coverage collection for Dart 2.17
YAML
mit
renggli/dart-more,renggli/dart-more
5463febfe7ec6b6d6d08919aca8d81762a7716d2
.github/workflows/jdks.yml
.github/workflows/jdks.yml
name: JDK on: push: paths: - '.github/workflows/jdks.yml' - 'install-jdk.sh' jobs: jdk-ea: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 with: fetch-depth: 1 - run: source install-jdk.sh --feature ea --os linux-x64 - run: java -version jdk-6: ...
name: JDK on: push: paths: - '.github/workflows/jdks.yml' - 'install-jdk.sh' jobs: jdk-ea: runs-on: ubuntu-latest steps: - run: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh - run: wget https://download.java.net/java/early_access/jdk15/1/GPL/openjdk-15-ea+1_linu...
Use setup-java action to install JDK 15
Use setup-java action to install JDK 15 Issue #100
YAML
mit
sormuras/bach,sormuras/bach
17ad3f8e28c7ae17d4ea97f5b7704cc5fbeef45c
.github/workflows/labeler.yml
.github/workflows/labeler.yml
name: "Pull Request Labeler" on: pull_request_target: permissions: contents: read pull-requests: write # NOTE: Do not check out/execute code from the PR since a read-write token is present due to pull_request_target jobs: triage: runs-on: ubuntu-latest steps: - uses: actions/labeler@v3 ...
name: "Pull Request Labeler" on: pull_request_target: permissions: contents: read pull-requests: write # NOTE: Do not check out/execute code from the PR since a read-write token is present due to pull_request_target jobs: triage: runs-on: ubuntu-latest steps: - uses: actions/labeler@v3 ...
Stop automated removal of `tests:hive` label
Stop automated removal of `tests:hive` label This label should not be removed automatically. We can revisit this later, if needed.
YAML
apache-2.0
smartnews/presto,smartnews/presto,smartnews/presto,smartnews/presto,smartnews/presto
415e6fa0b6ff583014c810a6b1e7a514f3d1d9bb
.github/workflows/lenuage.yml
.github/workflows/lenuage.yml
--- name: Continuous Integration on: push: pull_request: branches: [master] jobs: flake8: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-versi...
--- name: Continuous Integration on: push: branches: [master] pull_request: jobs: flake8: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-versi...
Add Django 2 in tests
Add Django 2 in tests
YAML
agpl-3.0
bgaultier/laboitepro,laboiteproject/laboite-backend,laboiteproject/laboite-backend,bgaultier/laboitepro,laboiteproject/laboite-backend,bgaultier/laboitepro
6bfddb25a22da0f90a65d0bd5957f4dea5b0750d
.github/workflows/main.yml
.github/workflows/main.yml
name: Build simhash on: [push] jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python: ['2.7', '3.7', '3.8', '3.9'] steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${...
name: Build simhash on: [push, pull_request] jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python: ['2.7', '3.7', '3.8', '3.9'] steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: pyth...
Add GitHub workflow for pull request.
Add GitHub workflow for pull request.
YAML
mit
liangsun/simhash,leonsim/simhash
073d8621cf4169bd346c631413bd039224d6c27e
people/2015/spring/c_coffie.yaml
people/2015/spring/c_coffie.yaml
name: Caleb Coffie blog: https://CalebCoffie.com feed: https://CalebCoffie.com/bizleg-feed.xml forges: - https://github.com/CCoffie irc: c_coffie rit_dce: csc6972 hw: firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction/
name: Caleb Coffie blog: https://CalebCoffie.com feed: https://CalebCoffie.com/bizleg-feed.xml forges: - https://github.com/CCoffie irc: c_coffie rit_dce: csc6972 hw: firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction litreview0: https://calebcoffie.com/lit-review-of-foss-legal-primer...
Add lit review and vid review
Add lit review and vid review
YAML
apache-2.0
brendanwhitfield/bizlegfoss,decause/bizlegfoss,decause/bizlegfoss,brendanwhitfield/bizlegfoss,Nolski/bizlegfoss,amm4108/bizlegfoss,liam-middlebrook/bizlegfoss,liam-middlebrook/bizlegfoss
b7e853899ec90bb536618facb00d536e6966f928
vmslave-config/ansible/roles/install-package-for-ci/tasks/main.yml
vmslave-config/ansible/roles/install-package-for-ci/tasks/main.yml
- name: Install test deps become: true apt: name={{item}} state=present with_items: - openjdk-7-jdk - maven - socat - name: Check if ovftool is installed shell: | ovftool --version ignore_errors: yes register: ovftool_check - name: Download ovftool get_url: url: "{{ ovftool_bundle }}...
- name: Install test deps become: true apt: name={{item}} state=present with_items: - openjdk-7-jdk - maven - socat - fuseiso - name: Check if ovftool is installed shell: | ovftool --version ignore_errors: yes register: ovftool_check - name: Download ovftool get_url: url: "{{ ovf...
Install fuseiso for image service FIT
Install fuseiso for image service FIT
YAML
apache-2.0
changev/on-build-config,changev/on-build-config,changev/on-build-config
a3510c590a1ac8bad3613028e049e58311fb95a3
packages/co/Concurrential.yaml
packages/co/Concurrential.yaml
homepage: http://github.com/avieth/Concurrential changelog-type: '' hash: 6664603dd6baa979f67e92ad29cbc8d9346102548d7357ad61d3f84327f0d563 test-bench-deps: {} maintainer: aovieth@gmail.com synopsis: Mix concurrent and sequential computation changelog: '' basic-deps: base: ! '>=4.7 && <4.8' async: ! '>=2.0 && <2.1' ...
homepage: http://github.com/avieth/Concurrential changelog-type: '' hash: a51489628594abd6e77f8d2e52ee42d3de95d2d38a506ecf5994146bd1d5c2f8 test-bench-deps: {} maintainer: aovieth@gmail.com synopsis: Mix concurrent and sequential computation changelog: '' basic-deps: base: ! '>=4.7 && <4.9' async: ! '>=2.0 && <2.1' ...
Update from Hackage at 2015-09-04T00:38:12+0000
Update from Hackage at 2015-09-04T00:38:12+0000
YAML
mit
commercialhaskell/all-cabal-metadata
f2dbf6f073b1cabd9384212cbc6f2eb0cb51fdec
packages/ht/http2-grpc-types.yaml
packages/ht/http2-grpc-types.yaml
homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme changelog-type: markdown hash: 2c3043ddc9deb542d25d6651dfc252840b27b2a8e96e04deea5de93c43bb6d2c test-bench-deps: {} maintainer: lucas@dicioccio.fr synopsis: Types for gRPC over HTTP2 common for client and servers. changelog: ! '# Changelog for http2-gr...
homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme changelog-type: markdown hash: ffb02152397186dbc925358498b5c005b982ef54f191f4465f9c7947afd7f9d4 test-bench-deps: {} maintainer: lucas@dicioccio.fr synopsis: Types for gRPC over HTTP2 common for client and servers. changelog: | # Changelog for http2-g...
Update from Hackage at 2019-04-01T20:36:54Z
Update from Hackage at 2019-04-01T20:36:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
cea9470d79f6d9a1554dc73af1f75ab16c459f50
packages/ra/raven-haskell.yaml
packages/ra/raven-haskell.yaml
homepage: https://bitbucket.org/dpwiz/raven-haskell changelog-type: '' hash: 65bf508adfcd2701932bb81afdd79459002a1b156f2745ab34cd3b92095f57ff test-bench-deps: bytestring: -any base: -any unordered-containers: -any hspec: -any raven-haskell: -any aeson: -any maintainer: aenor.realm@gmail.com synopsis: Haskel...
homepage: https://bitbucket.org/dpwiz/raven-haskell changelog-type: '' hash: f422e185152dc3fea33d744879e29caf5fcfd589438bdcc1c004d4944762f891 test-bench-deps: bytestring: -any base: -any unordered-containers: -any hspec: -any raven-haskell: -any aeson: -any maintainer: aenor.realm@gmail.com synopsis: Haskel...
Update from Hackage at 2017-11-18T14:09:25Z
Update from Hackage at 2017-11-18T14:09:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
0a4ac11a91aad6d9458e034e569d4cd3d5ed07dd
packages/co/convert.yaml
packages/co/convert.yaml
homepage: https://github.com/luna/convert changelog-type: '' hash: 7c7fcc5f75e2dec9adf10cadab6e00eb9802ea6e7167829fc12605b4f3db7928 test-bench-deps: {} maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Safe and unsafe data conversion utilities with strong type-level operation. checking. changelog:...
homepage: https://github.com/luna/convert changelog-type: '' hash: 3ad90cc24e7ea7630080ec5da8cfce82036d796b3bb01c3805078cf502d1d906 test-bench-deps: {} maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Safe and unsafe data conversion utilities with strong type-level operation. checking. changelog:...
Update from Hackage at 2018-06-10T16:02:19Z
Update from Hackage at 2018-06-10T16:02:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
b1b828ac542f1c695c99fb5ff11ea0f7d5d374fa
config/packages/prod/monolog.yaml
config/packages/prod/monolog.yaml
monolog: handlers: main: type: fingers_crossed action_level: error handler: syslog excluded_404s: # regex: exclude all 404 errors from the logs - ^/ syslog: type: syslog level: debug conso...
monolog: handlers: main: type: fingers_crossed action_level: error handler: error_log excluded_404s: # regex: exclude all 404 errors from the logs - ^/ error_log: type: error_log level: debug ...
Change prod logs to error_log
Change prod logs to error_log
YAML
mit
jolicode/slack-secret-santa,jolicode/slack-secret-santa,jolicode/slack-secret-santa
30f3e3363cb408630539f5f142ff6071a0a7fe4a
catalog/Developer_Tools/scripting_frameworks.yml
catalog/Developer_Tools/scripting_frameworks.yml
name: Scripting Frameworks description: Libraries that simplify the writing of command-line interfaces for your Ruby programs projects: - boson - lucie - main - rake - sake - thor
name: Scripting Frameworks description: Libraries that simplify the writing of command-line interfaces for your Ruby programs projects: - boson - hanami-cli - lucie - main - rake - sake - thor
Add hanami-cli to Scripting Frameworks
Add hanami-cli to Scripting Frameworks Hanami::CLI is a great alternative to Thor.
YAML
mit
rubytoolbox/catalog
87b630f0b5a52bd4a8bb9d5d062abee4b296b99c
_data/navigation.yml
_data/navigation.yml
- title: Home url: "/" side: left - title: "Location" url: "/location/" side: left - title: "Contact" url: "/contact/" side: left - title: "Info" url: "/info/" side: left - title: Blog url: "/blog/" side: left dropdown: - title: "Blog Archive" url: "/blog/archive/"
- title: Home url: "/" side: left - title: "Location" url: "/location/" side: left - title: "Contact" url: "/contact/" side: left - title: "Info" url: "/info/" side: left
Remove the blog portion of the site.
Remove the blog portion of the site.
YAML
mit
cprieger/Mizu,cprieger/Mizu,cprieger/Mizu
1782f18f43da8370a36c0f4cbc3862146dc62032
roles/apt-client/tasks/main.yml
roles/apt-client/tasks/main.yml
--- #FIXME: these tasks are executed each time: - name: Disable update-manager and notifier command: "gsettings set {{ item }}" when: has_editors_other_than_emacs with_items: - com.ubuntu.update-notifier auto-launch false - com.ubuntu.update-notifier hide-reboot-notification true - com.ubuntu.update-n...
--- #FIXME: these tasks are executed each time: - name: Disable update-manager and notifier command: "gsettings set {{ item }}" when: has_editors_other_than_emacs with_items: - com.ubuntu.update-notifier no-show-notifications true - com.ubuntu.update-notifier regular-auto-launch-interval 999 # days - ...
Fix disabling update-manager on Ubuntu 14.04.
Fix disabling update-manager on Ubuntu 14.04.
YAML
unlicense
AurelienLourot/my-ansible-setup
ea3845d8c80e9e8e97df9d28be77a3854c4bce3c
packages/hr/hrfsize.yaml
packages/hr/hrfsize.yaml
homepage: https://github.com/librerush/hrfsize#readme changelog-type: markdown hash: cf449a632ef69c70c45f33822295360ea25abc22398de5e8d6bcffaeac7a6570 test-bench-deps: base: ! '>=4.7 && <5' process: -any hrfsize: -any tasty-hunit: -any tasty: -any maintainer: Dias Kozhabay <librerush@tutanota.com> synopsis: Fi...
homepage: https://github.com/librerush/hrfsize#readme changelog-type: markdown hash: 17a4c4d40f9c18695238eef41a98694c033434d649875721bcf4779126eebf8b test-bench-deps: base: ! '>=4.7 && <5' process: -any hrfsize: -any tasty-hunit: -any tasty: -any maintainer: Dias Kozhabay <librerush@tutanota.com> synopsis: Fi...
Update from Hackage at 2019-06-29T10:26:22Z
Update from Hackage at 2019-06-29T10:26:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
7d3ac44c170f53c09395f1fde11bec27ac0cdf21
packages/ht/htirage.yaml
packages/ht/htirage.yaml
homepage: '' changelog-type: '' hash: 52d4a1b2a9ffe18964fe89eba7e8415202d9980ab315047072c9d93c12c08c4b test-bench-deps: htirage: -any base: ! '>=4.6 && <5' text: -any containers: ! '>=0.5 && <0.6' tasty-quickcheck: -any transformers: ! '>=0.4 && <0.6' tasty: ! '>=0.11' QuickCheck: ! '>=2.0' maintainer: ...
homepage: '' changelog-type: '' hash: b3324d73aa91fde7a02767cc84df2c5724138820821739bcfdf2f69248e49065 test-bench-deps: htirage: -any base: ! '>=4.6 && <5' text: ! '>=1.2' containers: ! '>=0.5' tasty-quickcheck: -any transformers: ! '>=0.5' tasty: ! '>=0.11' QuickCheck: ! '>=2.0' maintainer: Julien Mout...
Update from Hackage at 2018-08-30T23:36:57Z
Update from Hackage at 2018-08-30T23:36:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
13dab8311516fc77eb1fdacb59c9522906af4f91
{{cookiecutter.app_name}}/.travis.yml
{{cookiecutter.app_name}}/.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" env: global: - GAE_VERSION=1.9.20 - PYTHONPATH=$PYTHONPATH:$PWD/vendor/google_appengine before_script: - wget -P vendor -nv https://storage.googleapis.com/appengine-sdks/featured/google_appengine_${...
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" env: global: - GAE_VERSION=1.9.24 - PYTHONPATH=$PYTHONPATH:$PWD/vendor/google_appengine before_script: - wget -P vendor -nv https://storage.googleapis.com/appengine-sdks/featured/google_appengine_${...
Update GAE version, get rid of gae_lib.pth
Update GAE version, get rid of gae_lib.pth
YAML
mit
n8henrie/cookiecutter_gae_flask,n8henrie/cookiecutter_gae_flask,n8henrie/cookiecutter_gae_flask
b52619ba7af231876ce2c371775b681bb1b46565
doc/config.yml
doc/config.yml
Content: Zapdos: root_dir: ${ROOT_DIR}/doc/content moose: root_dir: ${MOOSE_DIR}/framework/doc/content content: - js/* - css/* - contrib/** - media/** - templates/stubs/* Renderer: type: MooseDocs.base.MaterializeRenderer ...
Content: Zapdos: root_dir: ${ROOT_DIR}/doc/content moose: root_dir: ${MOOSE_DIR}/framework/doc/content content: - js/* - css/* - contrib/** - media/** - templates/stubs/* Renderer: type: MooseDocs.base.MaterializeRenderer ...
Fix website homepage link bug
Fix website homepage link bug
YAML
lgpl-2.1
shannon-lab/zapdos,lindsayad/zapdos,shannon-lab/zapdos,lindsayad/zapdos,lindsayad/zapdos,shannon-lab/zapdos
0123672cdc9c6a4e6c16221d5ca3727d2ba6c6d3
html/changelogs/AutoChangeLog-pr-13062.yml
html/changelogs/AutoChangeLog-pr-13062.yml
author: Xhuis delete-after: True changes: - tweak: ""Many medicines have received rebalancing. Expect underused chemicals like Oxandralone to be much more effective in restoring damage."" - tweak: ""Many toxins are now more or less efficient."" - tweak: ""The descriptions of many reagents have been made more acc...
author: Xhuis delete-after: True changes: - tweak: "Many medicines have received rebalancing. Expect underused chemicals like Oxandralone to be much more effective in restoring damage." - tweak: "Many toxins are now more or less efficient." - tweak: "The descriptions of many reagents have been made more accurate...
Fix multiple quotes around the changelog text
Fix multiple quotes around the changelog text
YAML
agpl-3.0
Jordie0608/-tg-station,XDTM/tgstation,Kirill1243/-tg-station,kingofkosmos/-tg-station,AnturK/-tg-station,utahclock/yogstation,neersighted/tgstation,bear1ake/-tg-station,optimumtact/-tg-station,OBA-code/tgstation,HippieStation/HippieStation,Core0verload/-tg-station,utahclock/yogstation,InsaneHyena/tgstation,kingofkosmos...
9604692e88836d4a610f05aed73b32a69f5bf4f2
cluster/manifests/pdb-controller/deployment.yaml
cluster/manifests/pdb-controller/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: pdb-controller namespace: kube-system labels: application: pdb-controller version: v0.0.12 spec: replicas: 1 selector: matchLabels: application: pdb-controller template: metadata: labels: application: pdb-controller ...
apiVersion: apps/v1 kind: Deployment metadata: name: pdb-controller namespace: kube-system labels: application: pdb-controller version: v0.0.13 spec: replicas: 1 selector: matchLabels: application: pdb-controller template: metadata: labels: application: pdb-controller ...
Update to v0.0.13: Fix Kind/APIVersion
Update to v0.0.13: Fix Kind/APIVersion Ref: https://github.com/mikkeloscar/pdb-controller/pull/35 Signed-off-by: Mikkel Oscar Lyderik Larsen <81479e3d2d1e6902cb05f938ea9a734a092b1af3@zalando.de>
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
c0827d5828329dfdf5202b8b48ec9f1b9c72fe50
roles/dosomething.vagrant/tasks/main.yml
roles/dosomething.vagrant/tasks/main.yml
--- - name: Create setup-www script remote_user: "{{ app_user }}" template: > src=scripts/setup-www.j2 dest=bin/setup-www mode="u=rwx,g=r,o=r" - name: Setup welcome message become: yes template: > src=etc/motd.j2 dest=/etc/update-motd.d/60-dosomething mode="u=rwx,g=rx,o=rx" - name: Ad...
--- - name: Create setup-www script remote_user: "{{ app_user }}" template: > src=scripts/setup-www.j2 dest=bin/setup-www mode="u=rwx,g=r,o=r" - name: Setup welcome message become: yes template: > src=etc/motd.j2 dest=/etc/update-motd.d/60-dosomething mode="u=rwx,g=rx,o=rx" - name: Ad...
Add rogue setup to vagrant tasks
Add rogue setup to vagrant tasks
YAML
mit
DoSomething/tower,DoSomething/tower,DoSomething/tower
854daeecd681c9f2701c9de92f6e2d22c1a5e574
roles/clojars/tasks/files.yml
roles/clojars/tasks/files.yml
# Directories and files - name: ensure release directory exists file: path=~/releases state=directory mode=0755 - name: ensure logs directory exists become: yes become_user: root file: path=/logs state=directory mode=0755 owner=clojars group=clojars - name: ensure data directory exists file: path=~/data sta...
# Directories and files - name: ensure release directory exists file: path=~/releases state=directory mode=0755 - name: ensure logs directory exists become: yes become_user: root file: path=/logs state=directory mode=0755 owner=clojars group=clojars - name: ensure data directory exists file: path=~/data sta...
Add comment to use synchronize in the future
Add comment to use synchronize in the future
YAML
mit
clojars/clojars-server-config,clojars/clojars-server-config
19040f373da2e412ab906b91710d96ae34113f73
roles/hbase/defaults/main.yml
roles/hbase/defaults/main.yml
--- #Required... #dfs_namenode_host: #zookeeper_group: #hbase_master_host: # Defaults... hbase_version: 1.1.2 hbase_install_dir: /opt/hbase hbase_exe_dir: "JAVA_HOME={{ java_home }} {{ hbase_install_dir }}/default/bin" hbase_conf_dir: "{{ hbase_install_dir }}/default/conf" hbase_user: hbase hbase_group: hbase hbase_st...
--- #Required... #dfs_namenode_host: #zookeeper_group: #hbase_master_host: # Defaults... hbase_version: 1.1.3 hbase_install_dir: /opt/hbase hbase_exe_dir: "JAVA_HOME={{ java_home }} {{ hbase_install_dir }}/default/bin" hbase_conf_dir: "{{ hbase_install_dir }}/default/conf" hbase_user: hbase hbase_group: hbase hbase_st...
Fix Hbase stable to version specific folders
Fix Hbase stable to version specific folders
YAML
mit
istresearch/ansible-symphony,istresearch/ansible-symphony,istresearch/ansible-symphony
171cb867fb73d7dea8aee8fd9402f2bf0066c9e6
app/src/main/fabric8/deployment.yml
app/src/main/fabric8/deployment.yml
apiVersion: v1 kind: DeploymentConfig metadata: name: ${project.artifactId} spec: replicas: 1 strategy: rollingParams: timeoutSeconds: 10800 type: Rolling template: spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: ...
apiVersion: v1 kind: DeploymentConfig metadata: name: ${project.artifactId} spec: replicas: 1 strategy: rollingParams: timeoutSeconds: 10800 type: Rolling template: spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: ...
Make a new test whre we pass the JAVA_OPTIONS
Make a new test whre we pass the JAVA_OPTIONS
YAML
apache-2.0
wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured,obsidian-toaster-quickstarts/secured_rest_swarm,obsidian-toaster-quickstarts/secured_rest_swarm,wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured,wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured
0eaa16408150a578244277f692115ddabaca00b6
conf/conda-recipes/openmpi/meta.yaml
conf/conda-recipes/openmpi/meta.yaml
package: name: openmpi version: 1.10.1 about: home: http://www.open-mpi.org/ summary: 'Open MPI: A high performance message passing library' license: 'BSD (https://www.open-mpi.org/community/license.php)' requirements: conflicts: - mpich - mpich2 source: fn: openmpi-1.10.1.tar.bz2 url: http:/...
package: name: openmpi version: 1.10.1 about: home: http://www.open-mpi.org/ summary: 'Open MPI: A high performance message passing library' license: 'BSD (https://www.open-mpi.org/community/license.php)' requirements: conflicts: - mpich - mpich2 source: fn: openmpi-1.10.1.tar.bz2 url: http:/...
Update Open MPI recipe to 1.10.2
conda: Update Open MPI recipe to 1.10.2
YAML
bsd-2-clause
mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py
0affa990bf7f99d4d99997124e2de4a790ccbe52
buildspec.yml
buildspec.yml
version: 0.2 phases: install: runtime-versions: nodejs: 10 commands: - mkdir -p layers/nodejs - cp package*.json layers/nodejs - npm install - npm install --production --prefix layers/nodejs build: commands: - npx s...
version: 0.2 phases: install: runtime-versions: nodejs: 12 commands: - mkdir -p layers/nodejs - cp package*.json layers/nodejs - npm install - npm install --production --prefix layers/nodejs build: commands: - npx s...
Use NodeJs 12 on build
Use NodeJs 12 on build
YAML
mit
entu/entu-api,entu/entu-api