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
25920832eb5feae9f601afe650ee127c70c5075b
ggd-recipes/GRCh37/transcripts.yaml
ggd-recipes/GRCh37/transcripts.yaml
# Transcript, annotation and indices for RNA-seq analysis # Prepared from Ensembl transcripts using: # https://github.com/chapmanb/cloudbiolinux/blob/master/utils/prepare_tx_gff.py --- attributes: name: transcripts version: 2015-12-01 recipe: full: recipe_type: bash recipe_cmds: - | baseurl...
# Transcript, annotation and indices for RNA-seq analysis # Prepared from Ensembl transcripts using: # https://github.com/chapmanb/cloudbiolinux/blob/master/utils/prepare_tx_gff.py --- attributes: name: transcripts version: 2015-12-01 recipe: full: recipe_type: bash recipe_cmds: - | baseurl...
Increase robustness of unpacking in secure containers
Increase robustness of unpacking in secure containers By adding the `--no-same-owner` option to the unpacking command, we avoid permission errors like what is below. This can occur in more secure LXC or Docker setups where user ID namespaces that differ from the host. ``` tar: GRCh37/rnaseq-2015-12-01/ref-transcr...
YAML
mit
rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux
b3d038b71cc892364d9b5101366447714489faab
circle.yml
circle.yml
machine: environment: ANDROID_NDK_ROOT: $ANDROID_NDK ## Customize dependencies dependencies: pre: - sudo apt-get install libssl-dev python3 python3-setuptools ruby override: - make - make test - make test_all - sudo make install - sudo make pythemis_install - sudo make rubythemis...
machine: environment: ANDROID_NDK_ROOT: $ANDROID_NDK ## Customize dependencies dependencies: pre: - sudo apt-get install libssl-dev python3 python3-setuptools ruby override: - make - make test - make test_all - sudo make install - sudo make pythemis_install - sudo make rubythemis...
Add phpthemis to CircleCI tests
Add phpthemis to CircleCI tests
YAML
apache-2.0
Lagovas/themis,cossacklabs/themis,Lagovas/themis,storojs72/themis,cossacklabs/themis,storojs72/themis,cossacklabs/themis,Lagovas/themis,storojs72/themis,mnaza/themis,cossacklabs/themis,mnaza/themis,cossacklabs/themis,cossacklabs/themis,mnaza/themis,storojs72/themis,cossacklabs/themis,storojs72/themis,cossacklabs/themis...
6a5ab4aead86db0916ea9dc93812456502a2925f
circle.yml
circle.yml
dependencies: pre: - echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/gcloud-service-key.json - sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update - sudo /opt/google-cloud-sdk/bin/gcloud auth activate-service-account --key-file ${HOME}/gcloud-service-key.json - sudo /...
dependencies: pre: - echo $GCLOUD_SERVICE_KEY | base64 --decode --ignore-garbage > ${HOME}/gcloud-service-key.json - sudo /opt/google-cloud-sdk/bin/gcloud --quiet components update - sudo /opt/google-cloud-sdk/bin/gcloud auth activate-service-account --key-file ${HOME}/gcloud-service-key.json - sudo /...
Add test file to locate bin
Add test file to locate bin
YAML
mit
Gamebuildr/Hal
c178a4fcd42fa7fffd60fcfd9723a6859c43d16c
circle.yml
circle.yml
machine: php: version: 7.0.2 dependencies: override: - mkdir -p build/logs - composer install --dev --no-interaction # - sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini test: override: - php vendor/bin/phpunit - php vendor/bin/coveralls -v general: artifacts: ...
machine: php: version: 7.0.4 dependencies: override: - mkdir -p build/logs - composer install --dev --no-interaction # - sed -i 's/^;//' ~/.phpenv/versions/$(phpenv global)/etc/conf.d/xdebug.ini test: override: - php vendor/bin/phpunit - php vendor/bin/coveralls -v general: artifacts: ...
Update PHP version for Circle
:construction_worker: Update PHP version for Circle
YAML
mit
serenohq/core,serenohq/core,serenohq/core
e1b47bbf1fe379acdd057e9347b8010c689185b4
circle.yml
circle.yml
machine: services: - docker dependencies: override: - docker build -t quay.io/levlaz/braindump . test: override: - echo "No Tests" # - docker run quay.io/levlaz/braindump python manage.py test deployment: master: branch: master commands: - docker tag quay.io/levlaz/braindump:la...
machine: services: - docker dependencies: override: - if [ -z "$CIRCLE_TAG" ]; then docker build -t quay.io/levlaz/braindump:$CIRCLE_SHA .; else docker build -t quay.io/levlaz/braindump:$CIRCLE_TAG .; fi test: override: - echo "No Tests" # - docker run quay.io/levlaz/braindump python manage.py ...
Build SHA if no Tag
Build SHA if no Tag
YAML
mit
levlaz/braindump,levlaz/braindump,levlaz/braindump,levlaz/braindump
c4ce7ba727f7c28bc5e2a53f06ff22f3160f4c2c
circle.yml
circle.yml
dependencies: override: - ./bin/setup test: override: - bundle exec rubocop - bundle exec rake spec deployment: rubygems: branch: master commands: - curl -u Leko:$RUBYGEMS_PASSWORD https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials - bund...
dependencies: override: - ./bin/setup test: override: - bundle exec rubocop - bundle exec rake spec deployment: rubygems: branch: master commands: - curl -u Leko:$RUBYGEMS_PASSWORD https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials - git ...
Set git user setting for deploy to rubygems
chore: Set git user setting for deploy to rubygems
YAML
mit
Leko/activeresource-chatwork,Leko/activeresource-chatwork
9464423b197b3ead776773c9a97e251d145a1970
circle.yml
circle.yml
machine: python: version: "3.5.2" dependencies: pre: - pip install pytest pytest-cov fakeredis hypothesis networkx mypy - pip install -r script/linting/requirements.txt - sudo apt-get update ; sudo apt-get install python3 python3-setuptools - gem install fpm override: - rm -rf jacquard_sp...
machine: python: version: "3.5.2" dependencies: pre: - pip install --upgrade setuptools - pip install pytest pytest-cov fakeredis hypothesis networkx mypy - pip install -r script/linting/requirements.txt - sudo apt-get update ; sudo apt-get install python3 python3-setuptools - gem install f...
Upgrade to a newer version of setuptools
Upgrade to a newer version of setuptools
YAML
mit
prophile/jacquard,prophile/jacquard
30df4e1ff04f9e42dcce4471687b0acb22b7ea3c
circle.yml
circle.yml
machine: services: - docker dependencies: cache_directories: - "~/docker" - "~/openvas" pre: - if [[ ! -e ~/docker ]]; then mkdir -p ~/docker; fi - if [[ ! -e ~/openvas ]]; then cd ~ && wget http://s3.mikespla.in/openvas/data.tar.gz && tar -zxvf data.tar.gz && rm -rf data.tar.gz; fi overrid...
machine: services: - docker dependencies: cache_directories: - "~/openvas" pre: - if [[ ! -e ~/openvas ]]; then cd ~ && wget http://s3.mikespla.in/openvas/data.tar.gz && tar -zxvf data.tar.gz && rm -rf data.tar.gz; fi override: - curl --fail -L -O https://github.com/phusion/baseimage-docker/arc...
Remove docker cache for now... probably just downloading will be faster
Remove docker cache for now... probably just downloading will be faster
YAML
mit
mikesplain/openvas-docker,danucalovj/openvas-docker,xetus-oss/openvas-docker,xetus-oss/openvas-docker,mikesplain/openvas-docker,siddharthasahu/openvas-docker
c940a312e53925bec0344767798eab88c57362e5
circle.yml
circle.yml
machine: services: - docker environment: CGO_ENABLED: "0" GOOS: "linux" GOARCH: "amd64" GOPATH: "$HOME/go" GS_WD: "$HOME/go/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME" dependencies: override: - sudo add-apt-repository ppa:masterm...
machine: services: - docker environment: CGO_ENABLED: "0" GOOS: "linux" GOARCH: "amd64" GOPATH: "$HOME/go" GS_WD: "$HOME/go/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME" dependencies: override: - sudo add-apt-repository ppa:masterm...
Remove docker commands since this is a library
Remove docker commands since this is a library
YAML
apache-2.0
giantswarm/k8scloudconfig,giantswarm/k8scloudconfig
e31b67a7d3f88fa88455b8df4e43f4301745fcb0
circle.yml
circle.yml
dependencies: override: - pip install tox tox-pyenv - pyenv local 2.7.11 3.4.4 3.5.1 test: override: - tox
machine: environment: CODECLIMATE_REPO_TOKEN: 783d26fa43e7bee1cc8791677e808941795bc20f6d530e92905e2d8577a2de06 dependencies: override: - pip install tox tox-pyenv - pyenv local 2.7.11 3.4.4 3.5.1 test: override: - tox
Add Code Climate repo token to Circle CI yaml
Add Code Climate repo token to Circle CI yaml Pulling this configuration value into the `circle.yml` file allows cross-origin PRs to submit test coverage successfully.
YAML
mit
codeclimate/python-test-reporter,codeclimate/python-test-reporter
1143a772b29632d6df2df1aebc7eb9d1bd4e37ee
circle.yml
circle.yml
machine: pre: - curl -sS https://static.rust-lang.org/rustup.sh > rustup.sh - chmod +x ./rustup.sh - ./rustup.sh --yes - sudo apt-get install libXxf86vm-dev libosmesa6-dev environment: GLIUM_HEADLESS_TESTS: 1 test: override: - cargo build --verbose -j 2 - cargo test --features "glutin...
machine: pre: - curl -sS https://static.rust-lang.org/rustup.sh > rustup.sh - chmod +x ./rustup.sh - ./rustup.sh --yes - sudo apt-get install libXxf86vm-dev libosmesa6-dev environment: GLIUM_HEADLESS_TESTS: 1 test: override: # temporary workaround until cargo#2078 is ready - eval `ssh...
Add temporary workaround for CircleCI problem
Add temporary workaround for CircleCI problem
YAML
apache-2.0
carbidegames/glium,glium/glium,tomaka/glium
46084297ce4901d0b774cb0f727977cc41ee8db3
circle.yml
circle.yml
general: build_dir: api test: post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/target/surefire-reports/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
general: build_dir: api test: post: - mkdir -p $CIRCLE_TEST_REPORTS/junit/ - find . -type f -regex ".*/src/test/java/uk/co/jemos/podam/test/utils/.*java" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
Add the src path to Junit test
Add the src path to Junit test
YAML
mit
KnHack/podam,KnHack/podam
c89aa04a3299c70013666c0a28d085e57b089ceb
circle.yml
circle.yml
machine: ruby: version: 2.4.2 ## Customize dependencies dependencies: pre: - gem install bundler --pre deployment: prod: branch: master commands: - ./bin/deploy ${BUCKET_NAME} ## Custom notifications notify: webhooks: # A list of hashes representing hooks. Only the url field is sup...
machine: ruby: version: 2.4.2 test: override: - "true" ## Customize dependencies dependencies: pre: - gem install bundler --pre deployment: prod: branch: master commands: - ./bin/deploy ${BUCKET_NAME}
Fix the no tests error Circle throws up
Fix the no tests error Circle throws up
YAML
mit
jimmythompson/jimmythompson.co.uk,jimmythompson/jimmythompson.co.uk,jimmythompson/jimmythompson.co.uk
a6159743e1a9c8c3b3f9634151857109b7a427c1
circle.yml
circle.yml
machine: environment: DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_TLS_VERIFY: 0 dependencies: override: - "sudo docker -d -e lxc -s btrfs -H 0.0.0.0:2376 -H unix:///var/run/docker.sock": background: true - mvn install -DskipTests notify: webhooks: - url: https://webhooks.gitter.im/e/1bf1c...
machine: environment: DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_TLS_VERIFY: 0 dependencies: override: - "sudo docker -d -e lxc -s btrfs -H 0.0.0.0:2376 -H unix:///var/run/docker.sock --log-level=debug --debug=true": background: true - mvn install -DskipTests notify: webhooks: - url: htt...
Modify CircleCI docker daemon settings to provide better debug logs
Modify CircleCI docker daemon settings to provide better debug logs
YAML
mit
outofcoffee/testcontainers-java,barrycommins/testcontainers-java,rnorth/test-containers,outofcoffee/testcontainers-java,gorelikov/testcontainers-java,rnorth/test-containers,gorelikov/testcontainers-java,testcontainers/testcontainers-java,barrycommins/testcontainers-java,testcontainers/testcontainers-java,testcontainers...
09393ce98482896c24db08af270885f9c559425b
circle.yml
circle.yml
test: override: - py.test tests/ dependencies: pre: - pip install pytest - sudo apt-get install gdal-bin libgdal1-dev - sudo apt-get install libgdal-dev - sudo apt-get install python-gdal - sudo apt-get install build-essential python-all-dev - wget http:...
test: override: - py.test tests/ dependencies: pre: - pip install pytest - sudo apt-get install gdal-bin libgdal1-dev - sudo apt-get install libgdal-dev - sudo apt-get install python-gdal - sudo apt-get install build-essential python-all-dev - wget http:...
Test depended on large local virtual raster. Including a test tif to run tests for now.
Test depended on large local virtual raster. Including a test tif to run tests for now.
YAML
isc
friend0/tower
c28c5c8ec508f50f8348396976b41a8beab7a071
circle.yml
circle.yml
machine: environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" node: version: 6.1.0 dependencies: override: - yarn post: - "yarn run buildprod" test: override: - "yarn test" deployment: production: branch: production # TODO: Change to production once new b...
machine: environment: PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" node: version: 6.1.0 dependencies: pre: - "yarn self-upgrade" override: - yarn post: - "yarn run buildprod" test: override: - "yarn test" deployment: production: branch: production # TODO...
Use latest version of YARN on CircleCI
LV: Use latest version of YARN on CircleCI
YAML
apache-2.0
saasquatch/saasquatch-docs,saasquatch/saasquatch-docs,saasquatch/saasquatch-docs
c3cb0a3f45844321512d33953a4003e53917bf16
circle.yml
circle.yml
test: override: - hugo -v - cd blog; - docker build -t blog.mahata.org . deployment: deploy: branch: master commands: - export TODAY=$(date "+%Y%m%d") - cd blog; - docker tag blog.mahata.org mahata/blog.mahata.org:$(echo $TODAY) - docker login -u mahata -p $DOCKERHUB_PAS...
machine: environment: BLOG_DIR: $HOME/$CIRCLE_PROJECT_REPONAME PATH: ~/.local/bin:$PATH dependencies: cache_directories: - ~/.local # Not in use at this moment test: override: - cd $BLOG_DIR; docker build -t blog.mahata.org . deployment: deploy: branch: master commands: - expor...
Add 2nd trial for CircleCI
Add 2nd trial for CircleCI
YAML
mit
mahata/mahata.org,mahata/mahata.org
33f5054e0ceb88f91e1712aa116f78cd26a760cc
src/main/resources/application.yaml
src/main/resources/application.yaml
# production defaults # see the `dev` profile below for development app: vaadin: productionMode: "false" # we always need devmode because of the SASS compiler; must be string! vaadin: servlet: params: productionMode: "${app.vaadin.productionMode}" # see https://github.com/peholmst/vaadin4spring/is...
# production defaults # see the `dev` profile below for development app: vaadin: productionMode: "false" # we always need devmode because of the SASS compiler; must be string! vaadin: servlet: params: productionMode: "${app.vaadin.productionMode}" # see https://github.com/peholmst/vaadin4spring/is...
Allow INFO logging for com.vaadin.ui.UI to get the output for "generate declarative design" from the debug window
Allow INFO logging for com.vaadin.ui.UI to get the output for "generate declarative design" from the debug window
YAML
bsd-3-clause
christoph-frick/vdecl,christoph-frick/vdecl
7a999c658b49de16fab931090351e435757efa33
roles/cockpit-ui/defaults/main.yml
roles/cockpit-ui/defaults/main.yml
--- l_os_cockpit_default_images_dict: origin: 'docker.io/cockpit/${component}:${version}' openshift-enterprise: 'registry.redhat.io/openshift3/ose-${component}:${version}' l_os_cockpit_default_images_default: "{{ l_os_cockpit_default_images_dict[openshift_deployment_type] }}" l_os_cockpit_image_version_dict: ori...
--- l_os_cockpit_image_version_dict: origin: 'latest' openshift-enterprise: "{{ openshift_image_tag }}" l_os_cockpit_image_version: "{{ l_os_cockpit_image_version_dict[openshift_deployment_type] }}" l_os_cockpit_image_format: "{{ l_os_non_standard_reg_url | regex_replace('${version}' | regex_escape, l_os_cockpit_i...
Revert "Set correct vars for registry console"
Revert "Set correct vars for registry console"
YAML
apache-2.0
mwoodson/openshift-ansible,kwoodson/openshift-ansible,gburges/openshift-ansible,miminar/openshift-ansible,aveshagarwal/openshift-ansible,rjhowe/openshift-ansible,markllama/openshift-ansible,markllama/openshift-ansible,aveshagarwal/openshift-ansible,bparees/openshift-ansible,miminar/openshift-ansible,rhdedgar/openshift-...
72d96067d8a031e79146c7208c21874f4c8a1dc6
roles/prometheus/defaults/main.yml
roles/prometheus/defaults/main.yml
--- # defaults file for prometheus prometheus_consul_host: "{{ ansible_host }}" prometheus_config_dir: /etc/prometheus prometheus_node_exporter_image: "prom/node-exporter:latest" prometheus_node_exporter_port: 9100 prometheus_node_exporter_hostname: "{{ ansible_host }}" prometheus_node_exporter_consul_service_id: "{{ a...
--- # defaults file for prometheus prometheus_consul_host: "{{ ansible_host }}" prometheus_config_dir: /etc/prometheus prometheus_node_exporter_image: "prom/node-exporter:latest" prometheus_node_exporter_port: 9100 prometheus_node_exporter_hostname: "{{ ansible_host }}" prometheus_node_exporter_consul_service_id: "{{ a...
Fix incorrect DATABASE_URL for prometheus dashboard.
Fix incorrect DATABASE_URL for prometheus dashboard.
YAML
mit
enxebre/Apollo,Capgemini/Apollo,Capgemini/Apollo,enxebre/Apollo,Capgemini/Apollo
fcd19526d092016e2a63392f02219f3d880f2037
recipes/oneagent-sdk/meta.yaml
recipes/oneagent-sdk/meta.yaml
{% set name = "oneagent-sdk" %} {% set version = "1.4.0.20210127.165413" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/oneagent-sdk-{{ version }}.zip sha256: c76ca9f4aace3286f405ea4d5719967d48fe0a59d1c87f74309931001d0af57f bui...
{% set name = "oneagent-sdk" %} {% set version = "1.4.0.20210127.165413" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/oneagent-sdk-{{ version }}.zip sha256: c76ca9f4aace3286f405ea4d5719967d48fe0a59d1c87f74309931001d0af57f bui...
Add python to host requirements
Add python to host requirements Co-authored-by: Uwe L. Korn <61df1ade108ad4f778ae80c035cf888799bb0fe0@users.noreply.github.com>
YAML
bsd-3-clause
jakirkham/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipe...
e7774343be22688cca91d18bb4a73e0aa27b9c95
roles/cron-cideploy/tasks/main.yml
roles/cron-cideploy/tasks/main.yml
- name: Cron ci deploy cron: name: "deploy CI" minute: "*/15" user: cideploy job: "/usr/local/bin/ansible-runner ci-deploy" - name: Download SeedCI from github.ibm.com git: repo: git@github.ibm.com:OpenStackInnovation/SeedCI dest: "{{ cideploy_ansible_root }}" update: true
- name: Cron ci deploy cron: name: "deploy CI" minute: "*/15" user: cideploy job: "/usr/local/bin/ansible-runner ci-deploy" - name: Download SeedCI from github.ibm.com git: repo: git@github.ibm.com:OpenStackInnovation/SeedCI dest: "{{ ansible_root }}" update: true
Remove cideploy_ in cideploy checkout
Remove cideploy_ in cideploy checkout
YAML
apache-2.0
SpamapS/hoist,jamielennox/hoist,BonnyCI/hoist,BonnyCI/hoist,jamielennox/hoist,SpamapS/hoist
902e3bb0089472ea99ee075fb728c0e249a051e3
manifests/operators/use-sqlite3.yml
manifests/operators/use-sqlite3.yml
- type: remove path: /instance_groups/name=database - type: remove path: /instance_groups/name=grafana/jobs/name=grafana/properties/grafana/database - type: remove path: /instance_groups/name=grafana/jobs/name=grafana/properties/grafana/session
- type: remove path: /instance_groups/name=database - type: remove path: /instance_groups/name=grafana/jobs/name=grafana/properties/grafana/database - type: remove path: /instance_groups/name=grafana/jobs/name=grafana/properties/grafana/session - type: remove path: /releases/name=postgres
Remove postgres release when sqlite3 is used
Remove postgres release when sqlite3 is used
YAML
apache-2.0
cloudfoundry-community/prometheus-boshrelease,mkuratczyk/prometheus-boshrelease
052a57a9fb15d776f28cbf108f4d3a567403ed9c
metadata/com.finnmglas.launcher.yml
metadata/com.finnmglas.launcher.yml
Categories: - System License: MIT AuthorName: Finn M Glas AuthorEmail: finn@finnmglas.com AuthorWebSite: https://www.finnmglas.com/ SourceCode: https://github.com/finnmglas/Launcher IssueTracker: https://github.com/finnmglas/Launcher/issues Changelog: https://github.com/finnmglas/Launcher/releases Donate: https://www...
Categories: - System License: MIT AuthorName: Finn M Glas AuthorEmail: finn@finnmglas.com AuthorWebSite: https://www.finnmglas.com/ SourceCode: https://github.com/finnmglas/Launcher IssueTracker: https://github.com/finnmglas/Launcher/issues Changelog: https://github.com/finnmglas/Launcher/releases Donate: https://www...
Update Launcher to v1.6.0 (12)
Update Launcher to v1.6.0 (12)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
29dc0ce75be0d1897274bb51b1169b73b87f4376
docker-compose.builder.yml
docker-compose.builder.yml
version: "2" services: builder: image: openlmis/dev:3 links: - db - log volumes: - '.:/app' command: - './build.sh' environment: GRADLE_OPTS: '-Dorg.gradle.daemon=false' env_file: .env sonar: image: openlmis/dev:3 volumes: - '.:/app' entrypoi...
version: "2" services: builder: image: openlmis/dev:3 links: - db - log volumes: - '.:/app' command: - './build.sh' environment: GRADLE_OPTS: '-Dorg.gradle.daemon=false' env_file: .env sonar: image: openlmis/dev:3 links: - log volumes: ...
Add link to log container
Add link to log container Some integration test introduced by pull request merge needs the log container, since it is sending log statements to it.
YAML
agpl-3.0
OpenLMIS/openlmis-fulfillment,OpenLMIS/openlmis-fulfillment,OpenLMIS/openlmis-fulfillment,OpenLMIS/openlmis-fulfillment
7d0f89203b844fdf55a348e24398891f67ca3c2b
metadata/org.tengel.planisphere.yml
metadata/org.tengel.planisphere.yml
Categories: - Science & Education License: GPL-3.0-or-later SourceCode: https://github.com/tengel/AndroidPlanisphere AutoName: Planisphere RepoType: git Repo: https://github.com/tengel/AndroidPlanisphere.git Builds: - versionName: 1.0.0 versionCode: 1 commit: v1.0.0 subdir: app gradle: - ye...
Categories: - Science & Education License: GPL-3.0-or-later SourceCode: https://github.com/tengel/AndroidPlanisphere AutoName: Planisphere RepoType: git Repo: https://github.com/tengel/AndroidPlanisphere.git Builds: - versionName: 1.0.0 versionCode: 1 commit: v1.0.0 subdir: app gradle: - ye...
Update Planisphere to 1.1.0 (2)
Update Planisphere to 1.1.0 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e3bb4aa93543d6dfc4798e7d3d2cbcdca2ee3868
.kitchen.cloud.yml
.kitchen.cloud.yml
--- driver: name: ec2 require_chef_omnibus: true aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %> region: us-east-1 availability_zone: us-east-1b security_group_ids: ['ci-testing'] instance_type: c3.2xlarge interface: public transport: ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %> tags: Name: mcrout...
--- driver: name: ec2 require_chef_omnibus: true aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %> region: us-east-1 availability_zone: us-east-1b security_group_ids: ['ci-testing'] instance_type: c3.2xlarge interface: public tags: Name: mcrouter-ubuntu-1404 Type: test transport: ssh_key: <%= ...
Move the transport key around in the kitchen file
Move the transport key around in the kitchen file
YAML
apache-2.0
evertrue/mcrouter-cookbook
bd4aed46ebd631b822fc6f503d9b8f40cf787d2f
metadata/com.proch.practicehub.yml
metadata/com.proch.practicehub.yml
Categories: - Multimedia License: GPL-3.0-only SourceCode: https://archive.softwareheritage.org/browse/origin/https://music-practice-tools.googlecode.com/directory/ AutoName: Practice Hub Description: |- Tools for musicians, including a chromoatic tuner, a metronome, and a pitch drone. Builds: - versionNa...
Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/rproch/music-practice-tools AutoName: Practice Hub Description: |- Tools for musicians, including a chromoatic tuner, a metronome, and a pitch drone. Builds: - versionName: '1.0' versionCode: 1 commit: 109c0bddf346 b...
Update repo for Practice Hub
Update repo for Practice Hub Signed-off-by: mvglasow <michael -at- vonglasow.com>
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b5e00a6df834ee42932d485c3cf54c94f2dd9019
packages/hw/hw-hspec-hedgehog.yaml
packages/hw/hw-hspec-hedgehog.yaml
homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme changelog-type: '' hash: a788b87962e8ec686e5de9268cbb89149f5168c867d88a2399faf0fb7368c8b5 test-bench-deps: base: -any hspec: -any hedgehog: -any hw-hspec-hedgehog: -any maintainer: newhoggy@gmail.com synopsis: Interoperability between hspec and...
homepage: https://github.com/haskell-works/hw-hspec-hedgehog#readme changelog-type: '' hash: 6526cc59dddb42e2ab6ca23fc1bddc3da5b7b688d6a3f0b2d5883edd649a317d test-bench-deps: base: -any hspec: -any hedgehog: -any hw-hspec-hedgehog: -any maintainer: newhoggy@gmail.com synopsis: Interoperability between hspec and...
Update from Hackage at 2018-04-20T10:16:13Z
Update from Hackage at 2018-04-20T10:16:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
42dd940cec81e37975c28ecae90982ee79c4d217
metadata/foss.cnugteren.nlweer.yml
metadata/foss.cnugteren.nlweer.yml
AntiFeatures: - NonFreeNet Categories: - Science & Education License: MIT SourceCode: https://github.com/CNugteren/NLWeer IssueTracker: https://github.com/CNugteren/NLWeer/issues Changelog: https://raw.githubusercontent.com/CNugteren/NLWeer/HEAD/CHANGELOG AutoName: NLWeer RepoType: git Repo: https://github.com/CN...
AntiFeatures: - NonFreeNet Categories: - Science & Education License: MIT SourceCode: https://github.com/CNugteren/NLWeer IssueTracker: https://github.com/CNugteren/NLWeer/issues Changelog: https://raw.githubusercontent.com/CNugteren/NLWeer/HEAD/CHANGELOG AutoName: NLWeer RepoType: git Repo: https://github.com/CN...
Update NLWeer to 1.4.0 (5)
Update NLWeer to 1.4.0 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
981d21c8c49d77fbc1262ccd9f70200c038a637c
metadata/me.hackerchick.catima.yml
metadata/me.hackerchick.catima.yml
Categories: - Money License: GPL-3.0-or-later AuthorName: Sylvia van Os SourceCode: https://github.com/TheLastProject/Catima IssueTracker: https://github.com/TheLastProject/Catima/issues Translation: https://hosted.weblate.org/projects/catima/catima/ Changelog: https://github.com/TheLastProject/Catima/blob/HEAD/CHANG...
Categories: - Money License: GPL-3.0-or-later AuthorName: Sylvia van Os SourceCode: https://github.com/TheLastProject/Catima IssueTracker: https://github.com/TheLastProject/Catima/issues Translation: https://hosted.weblate.org/projects/catima/catima/ Changelog: https://github.com/TheLastProject/Catima/blob/HEAD/CHANG...
Update Catima to 1.2.0 (44)
Update Catima to 1.2.0 (44)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
87c7c0736ae812f18ed26cc76cb85a551ba08b37
metadata/org.kde.bettercounter.yml
metadata/org.kde.bettercounter.yml
Categories: - Time - Sports & Health License: GPL-2.0-only AuthorName: Albert Vaca Cintora AuthorEmail: albertvaka@gmail.com AuthorWebSite: https://albertvaka.wordpress.com/ SourceCode: https://github.com/albertvaka/bettercounter IssueTracker: https://github.com/albertvaka/bettercounter/issues AutoName: BetterCoun...
Categories: - Time - Sports & Health License: GPL-2.0-only AuthorName: Albert Vaca Cintora AuthorEmail: albertvaka@gmail.com AuthorWebSite: https://albertvaka.wordpress.com/ SourceCode: https://github.com/albertvaka/bettercounter IssueTracker: https://github.com/albertvaka/bettercounter/issues AutoName: BetterCoun...
Update CurrentVersion of BetterCounter to 1.6 (10600)
Update CurrentVersion of BetterCounter to 1.6 (10600)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0506e653b69d4f148806e05a73dc8956db546c6c
molecule/generic_files/prepare.yml
molecule/generic_files/prepare.yml
--- - name: prepare servers - Debian only hosts: borgbackup_servers gather_facts: true tasks: - name: start ssh - Debian Server command: service ssh start # note: https://forums.docker.com/t/any-simple-and-safe-way-to-start-services-on-centos7-systemd/5695/8 # needs to be implemented # - name: start s...
--- - name: prepare servers - Debian only hosts: borgbackup_servers gather_facts: true tasks: - name: start ssh - Debian Server command: service ssh start # note: https://forums.docker.com/t/any-simple-and-safe-way-to-start-services-on-centos7-systemd/5695/8 # needs to be implemented # - name: start s...
Make sure mysql is started
Make sure mysql is started
YAML
mit
FiaasCo/borgbackup,FiaasCo/borgbackup
1c133e6f6d535db36c09180002c40f83043f0fb2
packages/mo/morphisms-objects.yaml
packages/mo/morphisms-objects.yaml
homepage: https://github.com/iokasimov/morphisms-objects changelog-type: markdown hash: 75752694a55d5eae9c8d4697f8503e6b523c8370e52b539877668c05fa5e0ff5 test-bench-deps: {} maintainer: Murat Kasimov <iokasimov.m@gmail.com> synopsis: Algebraic structures changelog: ! '# 0.1.1 * Define `Setoid` and `Chain` type classe...
homepage: https://github.com/iokasimov/morphisms-objects changelog-type: markdown hash: 9e4a22fd532c702220974087a003cedb5d97c045800ccf22164a341fa986b907 test-bench-deps: {} maintainer: Murat Kasimov <iokasimov.m@gmail.com> synopsis: Algebraic structures changelog: | # 0.1.1 * Define `Setoid` and `Chain` type classe...
Update from Hackage at 2019-01-04T10:59:09Z
Update from Hackage at 2019-01-04T10:59:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
2a4400e8d7b2584af7be5a5d662053bbb911cbab
packages/sy/system-linux-proc.yaml
packages/sy/system-linux-proc.yaml
homepage: https://github.com/erikd/system-linux-proc changelog-type: markdown hash: 4aad6287c91e44a84ff22fbac4d4e33fd00735a79ff721c43344c1f619a31dce test-bench-deps: base: ! '>=4.8 && <5.0' hedgehog: -any maintainer: erikd@mega-nerd.com synopsis: A library for accessing the /proc filesystem in Linux changelog: ! '#...
homepage: https://github.com/erikd/system-linux-proc changelog-type: markdown hash: fdac3a88bebcf472d3ff5d4888ce555b458807cd670e11a341dae541e61e21c6 test-bench-deps: base: ! '>=4.8 && <5.0' hedgehog: -any maintainer: erikd@mega-nerd.com synopsis: A library for accessing the /proc filesystem in Linux changelog: ! '#...
Update from Hackage at 2017-07-09T03:34:45Z
Update from Hackage at 2017-07-09T03:34:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
5550b791755cc88ef2985fd6e66bc37052ee12ca
packages/tr/transformers-free.yaml
packages/tr/transformers-free.yaml
homepage: '' changelog-type: '' hash: cdd6460f7cc68c708c2fc86f48ba587f7b352dfc2ecf9ea30b0a4e56057abc31 test-bench-deps: {} maintainer: Gabriel439@gmail.com synopsis: Free monad transformers changelog: '' basic-deps: base: ! '>=2 && <6' transformers: ! '>=0.2' all-versions: - '1.0.0' - '1.0.1' author: Gabriel Gonzal...
homepage: '' changelog-type: '' hash: f17896283725026a294f9f071226f73b66bd4609a408399393ccc62b9efc71fe test-bench-deps: {} maintainer: Gabriel439@gmail.com synopsis: Free monad transformers changelog: '' basic-deps: base: ! '>=2 && <6' transformers: ! '>=0.2' all-versions: - '1.0.0' - '1.0.1' author: Gabriel Gonzal...
Update from Hackage at 2016-05-31T12:42:20+0000
Update from Hackage at 2016-05-31T12:42:20+0000
YAML
mit
commercialhaskell/all-cabal-metadata
de4a3a369383d23152ad3212b9e589cf057988c8
.bettercodehub.yml
.bettercodehub.yml
component_depth: 2 languages: - javascript - name: javascript production: exclude: - .*\.test\.js - .*\/__test__\/.*\.js - .*\/__mock__\/.*\.js - .*\.stories\.js test: include: - .*\.test\.js - .*\/__test__\/.*\.js
component_depth: 2 languages: - javascript - name: javascript production: exclude: - .*\.test\.js - .*\/__test__\/.*\.js - .*\/__mock__\/.*\.js - .*\.stories\.js test: include: - .*\.test\.js - .*\/__test__\/.*\.js - .*\.storyshot
Add storyshot as a test file
Add storyshot as a test file
YAML
mit
storybooks/react-storybook,storybooks/storybook,storybooks/react-storybook,storybooks/storybook,storybooks/react-storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/react-storybook,kadirahq/react-storybook,storybooks/storybook
2fa9d22b5328c45885098b9dfdbba61087126f49
packages/re/reverse-geocoding.yaml
packages/re/reverse-geocoding.yaml
homepage: https://github.com/jcristovao/reverse-geocoding changelog-type: '' hash: 26978db700c181e5618c7a3ce33c517a708af14aee351a1b5548677ad6205b71 test-bench-deps: {} maintainer: jmacristovao@gmail.com synopsis: Simple reverse geocoding using OpenStreeMap changelog: '' basic-deps: lens-aeson: ! '>=1.0 && <1.1' bas...
homepage: https://github.com/jcristovao/reverse-geocoding changelog-type: '' hash: 9fccfc69f9e42d0b737560dcfd7f884d0b1b66ae02cc37bcff19e7b493901c29 test-bench-deps: {} maintainer: jmacristovao@gmail.com synopsis: Simple reverse geocoding using OpenStreeMap changelog: '' basic-deps: lens-aeson: ! '>=1.0 && <1.1' bas...
Update from Hackage at 2015-08-21T14:18:21+0000
Update from Hackage at 2015-08-21T14:18:21+0000
YAML
mit
commercialhaskell/all-cabal-metadata
ad350b0606180e031488f115f9992ff195ed88d2
packages/xm/xml-conduit-parse.yaml
packages/xm/xml-conduit-parse.yaml
homepage: https://github.com/k0ral/xml-conduit-parse changelog-type: '' hash: 0306a65403a5f992e94a2d0cf939d0d206ddd7f003965aad838b3ab3a3337449 test-bench-deps: hlint: -any xml-conduit-parse: -any base: ! '>=4.8' conduit-parse: -any conduit: -any data-default: -any parsers: -any tasty-hunit: -any tasty...
homepage: https://github.com/k0ral/xml-conduit-parse changelog-type: '' hash: f8a2a7b6b7c2d2a908a1913564b70856ad24e38ab667ceea9ba4a9a0280f3e8a test-bench-deps: hlint: -any xml-conduit-parse: -any base: ! '>=4.8' conduit-parse: -any conduit: -any data-default: -any parsers: -any tasty-hunit: -any tasty...
Update from Hackage at 2015-06-22T09:39:53+0000
Update from Hackage at 2015-06-22T09:39:53+0000
YAML
mit
commercialhaskell/all-cabal-metadata
147f73cb16aed7aaafcef9410872c9a9ebbc1d27
.github/workflows/audit.yml
.github/workflows/audit.yml
name: Audit on: push: branches: - master jobs: audit: runs-on: ubuntu-latest container: image: homebrew/brew steps: - uses: actions/checkout@master - run: brew audit ./homebrew-xorg/homebrew-xorg/Formula/*.rb
name: Audit on: push: branches: - master jobs: audit: runs-on: ubuntu-latest container: image: homebrew/brew steps: - uses: actions/checkout@master - run: brew audit Formula/*.rb
Update GitHub Actions Audit workflow again
Update GitHub Actions Audit workflow again
YAML
bsd-2-clause
maxim-belkin/homebrew-xorg,LinuxbrewTestBot/homebrew-xorg,Linuxbrew/homebrew-xorg
1292d0e13d9172503d718ca5f5b4093f4e013339
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: java-version: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17] steps: - name: Checkout uses: actions/checkout@v3 - name: Set up Java ${{ matrix.java-version }} uses: actions/setup-ja...
name: build on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: java-version: [8, 9, 10, 11, 12, 13, 14, 15, 16, 17] steps: - name: Checkout uses: actions/checkout@v3 - name: Set up Java ${{ matrix.java-version }} uses: actions/setup-ja...
Update codecov/codecov-action action to v3
Update codecov/codecov-action action to v3 Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
YAML
apache-2.0
TNG/config-builder
4f66671c228dcf61bda61250208a08cf23a38f1d
.github/workflows/build.yml
.github/workflows/build.yml
name: Build and test on: [push, pull_request] jobs: build: runs-on: ubuntu-18.04 env: DOTNET_NOLOGO: true steps: - name: Check out our repo uses: actions/checkout@v2 - name: Setup .NET Core 3.1 uses: actions/setup-dotnet@v2 with: dotnet-version: 3.1.x - na...
name: Build and test on: [push, pull_request] jobs: build: runs-on: ubuntu-18.04 env: DOTNET_NOLOGO: true steps: - name: Check out our repo uses: actions/checkout@v3 - name: Setup .NET Core 3.1 uses: actions/setup-dotnet@v2 with: dotnet-version: 3.1.x - na...
Update actions/checkout action to v3
Update actions/checkout action to v3
YAML
apache-2.0
googleapis/google-cloudevents-dotnet,googleapis/google-cloudevents-dotnet
0b72383c86ccdfca1b4a41ba62fdb570bbc3c43d
.github/workflows/macos.yml
.github/workflows/macos.yml
name: Build macOS on: [ push ] jobs: build_gcc8: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: cmake run: cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc-8 -DCMAKE_CXX_COMPILER=g++-8 -S ./source - name: build run: cmake --build ./ build_gcc9: ...
name: Build macOS on: [ push ] jobs: build: name: ${{ matrix.compiler_name }} runs-on: macos-latest strategy: matrix: compiler_name: [build_gcc8, build_gcc9, build_clang] include: - compiler_name: build_gcc8 c_compiler: gcc-8 cxx_compiler: g++-8 ...
Use matrix to reduce code duplication in Build macOS
[CI] Use matrix to reduce code duplication in Build macOS
YAML
bsd-2-clause
sgshulman/DGEM,sgshulman/DGEM
a87a3ba24c72f8db65d9e388540d9a02d6b6a146
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Java CI on: pull_request: branches: - 4.1-maintenance - 4.1-development - 5.0-development push: branches: - 4.1-maintenance - 4.1-development - 5.0-development jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: java_version: [8, 11] os: ...
name: Java CI on: pull_request: branches: - release/* push: branches: - release/* jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: java_version: [8, 11] os: - ubuntu-latest env: JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" ...
Update branch list in GitHub Action workflow
Update branch list in GitHub Action workflow [ci skip]
YAML
apache-2.0
dropwizard/metrics,dropwizard/metrics,dropwizard/metrics
7aeb68cf02bf8006e30a7152daebf671b855f8e2
.github/workflows/maven.yml
.github/workflows/maven.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: GitHub CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest ...
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: GitHub CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest ...
Deploy para mvn central sem o PGP
Deploy para mvn central sem o PGP
YAML
apache-2.0
wmixlabs/correios
478ce549039527001b9d0418ddda5091c75a6095
.github/workflows/tests.yml
.github/workflows/tests.yml
--- name: Tests on: push: branches-ignore: - auto-backport-of-pr-[0-9]+ - v[0-9]+.[0-9]+.[0-9x]+-doc pull_request: jobs: test: name: "Python ${{ matrix.python-version }} ${{ matrix.name-suffix }}" runs-on: ubuntu-20.04 strategy: matrix: python-version: ["3.6", "3.7", ...
--- name: Tests on: push: branches-ignore: - auto-backport-of-pr-[0-9]+ - v[0-9]+.[0-9]+.[0-9x]+-doc pull_request: jobs: test: name: "Python ${{ matrix.python-version }} ${{ matrix.name-suffix }}" runs-on: ubuntu-20.04 strategy: matrix: python-version: ["3.6", "3.7", ...
Update to codecov-action@v2, Python 3.10-dev to 3.10
CI: Update to codecov-action@v2, Python 3.10-dev to 3.10 On February 1, 2022, the codecov-action v1 will be end of life and not longer function. https://github.com/codecov/codecov-action/tree/v2.1.0#%EF%B8%8F--deprecration-of-v1. This commit updates the action to v2. Also, the Python 3.10-dev tag is replaced with 3...
YAML
bsd-3-clause
matplotlib/cycler
08dfe87bda509eb8a89e28707065d44ac00e57b7
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Validate composer.json and composer.lock run: composer validate - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - name: Run test su...
name: Tests on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4'] steps: - uses: actions/checkout@v1 - name: Install PHP uses: shivammathur/setup-php@1.7.0 with: php-version: ${{ matrix.php...
Add matrix for CI on multiple PHP versions
Add matrix for CI on multiple PHP versions
YAML
mit
Kevinrob/guzzle-cache-middleware
2719af6ccb8f2f1f5da02080a1843e05cdf62604
.xmonad/stack.yaml
.xmonad/stack.yaml
resolver: lts-5.5 packages: [.] extra-deps: - xmonad-contrib-0.12 - X11-xft-0.3.1
resolver: lts-5.5 packages: [.] extra-deps: - xmonad-0.12 - xmonad-contrib-0.12 - X11-xft-0.3.1 - setlocale-1.0.0.4
Add some XMonad dependencies explicitly
Add some XMonad dependencies explicitly Not sure why they're not needed in later Haskell Stack resolvers, but adding `xmonad` and `setlocale` allows `lts-2` to work.
YAML
mit
benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles,benizi/dotfiles
58c7922e8f61ac42f4bdb80cbd8ae2f61a10791a
playbooks/docker_build_service.yml
playbooks/docker_build_service.yml
--- - hosts: all tasks: - name: Run node setup script shell: "{{ zuul.projects['git.openstack.org/openstack/monasca-common'].src_dir }}/playbooks/setup_ci.sh" become: true - name: Changing permission of Docker socket to 666 file: path: /run/docker.sock mode: 666 become...
--- - hosts: all tasks: - name: Run node setup script shell: "{{ zuul.projects['git.openstack.org/openstack/monasca-common'].src_dir }}/playbooks/setup_ci.sh" become: true - name: Changing permission of Docker socket to 666 file: path: /run/docker.sock mode: 666 become...
Use full branch name as build_image.sh argument
Use full branch name as build_image.sh argument `build_image.sh` expects full branch name as argument like e.g. `stable/stein`. This change fixes Zuul playbook to pass the right argument. Depends-On: https://review.openstack.org/649538 Change-Id: Ie132389a21ed74cec4e7e22ecdcb9254964b9d3c
YAML
apache-2.0
stackforge/monasca-common,stackforge/monasca-common,openstack/monasca-common,openstack/monasca-common,openstack/monasca-common,stackforge/monasca-common
8e1fcbf998075eb71e6368a5e8845af280c05126
packages/na/nat-sized-numbers.yaml
packages/na/nat-sized-numbers.yaml
homepage: https://github.com/oisdk/nat-sized-numbers#readme changelog-type: '' hash: 4276d445edb78cc22cf2b6049b69b3306f67e9c37bf83e4421f4d22c66523e62 test-bench-deps: nat-sized-numbers: -any base: -any doctest: ! '>=0.11' smallcheck: ! '>=1.1' QuickCheck: ! '>=2.8' maintainer: mail@doisinkidney.com synopsis: ...
homepage: https://github.com/oisdk/nat-sized-numbers#readme changelog-type: '' hash: 5b94a9880c6061f4058f6916e548ae993a8d389cb52f55663cfa988c80860447 test-bench-deps: nat-sized-numbers: -any base: -any doctest: ! '>=0.11' smallcheck: ! '>=1.1' QuickCheck: ! '>=2.8' maintainer: mail@doisinkidney.com synopsis: ...
Update from Hackage at 2017-03-27T15:47:04Z
Update from Hackage at 2017-03-27T15:47:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
e50703560254ccac1e5d0bb9428620d53ac3d9ab
packages/tr/transformers-lift.yaml
packages/tr/transformers-lift.yaml
homepage: '' changelog-type: '' hash: 31cdcb429a7f4226aaa191cd6ba421f2cdf78a0087828c47b20f18622f956b66 test-bench-deps: {} maintainer: Vladislav Zavialov <vlad.z.4096@gmail.com> synopsis: Ad-hoc type classes for lifting changelog: '' basic-deps: writer-cps-transformers: ! '>=0.1.1.3' base: ! '>=4.6 && <4.13' tran...
homepage: '' changelog-type: '' hash: c005297e54084d86b100f81b9a63252c91476b72229825a70ceb1ec467936758 test-bench-deps: {} maintainer: Vladislav Zavialov <vlad.z.4096@gmail.com> synopsis: Ad-hoc type classes for lifting changelog: '' basic-deps: writer-cps-transformers: ==0.1.1.4 base: ! '>=4.8 && <4.13' transfor...
Update from Hackage at 2019-05-23T10:23:16Z
Update from Hackage at 2019-05-23T10:23:16Z
YAML
mit
commercialhaskell/all-cabal-metadata
08ab15e201c19b0176f89a5b52c2823d5768480a
packages/ne/netwire-input-glfw.yaml
packages/ne/netwire-input-glfw.yaml
homepage: https://www.github.com/Mokosha/netwire-input-glfw changelog-type: '' hash: b9cd5ff1c193ab3d571e428eb878a20ca7bc212ad7cf550cfbe4760a1c9df9c1 test-bench-deps: {} maintainer: Krajcevski@gmail.com synopsis: GLFW instance of netwire-input changelog: '' basic-deps: stm: -any base: ! '>=4.6 && <6' netwire-inpu...
homepage: https://www.github.com/Mokosha/netwire-input-glfw changelog-type: '' hash: 6def650df2044288192a03825eac982877b4c3e1c4e36e339535d6e907cdf476 test-bench-deps: {} maintainer: Krajcevski@gmail.com synopsis: GLFW instance of netwire-input changelog: '' basic-deps: bytestring: -any OpenGL: -any netwire-input-...
Update from Hackage at 2017-12-21T08:53:52Z
Update from Hackage at 2017-12-21T08:53:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
d85deb85cf4db364e8416841123fd4f1be68e092
packages/al/algebraic-prelude.yaml
packages/al/algebraic-prelude.yaml
homepage: https://github.com/konn/algebraic-prelude#readme changelog-type: '' hash: 29c6f626a519b9edebc68550b0516dda2c4b92ffaaf42523c931e22141ac6251 test-bench-deps: {} maintainer: konn.jinro _at_ gmail.com synopsis: Algebraically structured Prelude changelog: '' basic-deps: base: ! '>=4.9.0.0 && <4.10' basic-prelu...
homepage: https://github.com/konn/algebraic-prelude#readme changelog-type: '' hash: 08ee78346a36aee6533fa44acaeff3c5e94910a6413fb0d249e2c122ece3ad72 test-bench-deps: {} maintainer: konn.jinro _at_ gmail.com synopsis: Algebraically structured Prelude changelog: '' basic-deps: base: ! '>=4.9.0.0 && <4.10' basic-prelu...
Update from Hackage at 2017-12-01T06:32:49Z
Update from Hackage at 2017-12-01T06:32:49Z
YAML
mit
commercialhaskell/all-cabal-metadata
23ef77db165f363861a58f5b3f256069a8762eb2
.github/workflows/deploy-release-artifacts.yml
.github/workflows/deploy-release-artifacts.yml
name: Create Release # Create a new release whenever a version is tagged on: push: tags: jobs: create_release: name: Create Release runs-on: macos-latest steps: - name: Checkout Sources uses: actions/checkout@v2 - name: Create XCFramework uses: unsignedapps/swift-creat...
name: Create Release # Create a new release whenever a version is tagged on: release: types: [published] jobs: create_release: name: Create Release runs-on: macos-latest steps: - name: Checkout Sources uses: actions/checkout@v2 - name: Create XCFramework uses: unsigned...
Switch to releasing on publish
Switch to releasing on publish
YAML
mit
tonyarnold/Differ,tonyarnold/Differ,tonyarnold/Differ,tonyarnold/Differ
6c46ca83a90a19185701f43187b72d8124092959
docs/_data/nav.yaml
docs/_data/nav.yaml
- title: Getting Started - title: Elements items: - title: Color - title: Typography - title: Icons - title: Aside - title: Buttons - title: Card - title: Header - title: Tables - title: Responsive Utilities
- title: Getting Started - title: Elements items: - title: Color - title: Typography - title: Icons # - title: Aside - title: Buttons # - title: Card # - title: Header # - title: Tables - title: Responsive Utilities
Hide the not yet approved aside, card, header, and table links.
docs: Hide the not yet approved aside, card, header, and table links.
YAML
mit
Pearson-Higher-Ed/elements,Pearson-Higher-Ed/elements
a190955545efb3d2e73e3d63bd4a1886e45199df
docs/acme-cert.yaml
docs/acme-cert.yaml
## Example Certificate that uses nginx ingress to validate requests apiVersion: certmanager.k8s.io/v1alpha1 kind: Certificate metadata: name: cm-http-nginx-k8s-group spec: secretName: cm-http-nginx-k8s-group issuer: letsencrypt-staging domains: - cm-http-nginx.k8s.group acme: config: - domains: ...
## Example Certificate that uses multiple challenge mechanisms to obtain ## a SAN certificate for multiple domains from the letsencrypt-staging issuer. apiVersion: certmanager.k8s.io/v1alpha1 kind: Certificate metadata: name: cm-http-nginx-k8s-group spec: secretName: cm-http-nginx-k8s-group issuer: letsencrypt-st...
Update example cert to be bundled into one
Update example cert to be bundled into one
YAML
apache-2.0
cert-manager/cert-manager,jetstack-experimental/cert-manager,jetstack-experimental/cert-manager,jetstack/cert-manager,dippynark/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,dippynark/cert-manager,jetstack-experimental/cert-manager,dippynark/cert-manager
ce81373e85a4654ba25c489d486a9ad9de6c627e
roles/interactive/tasks/jupyter.yml
roles/interactive/tasks/jupyter.yml
--- - name: pip3 install python packages pip: name: "{{ item }}" state: latest executable: pip3 with_items: # upgrade pip - pip - notebook - jupyter - jupyterhub - bash_kernel tags: jupyter #TODO and NOTE looks like npm ansible module is broken # and I can't install configu...
--- - name: pip3 install python packages pip: name: "{{ item }}" state: latest executable: pip3 with_items: # upgrade pip - pip - notebook - jupyter - jupyterhub - bash_kernel tags: jupyter - name: install configurable-http-proxy for jupyterhub npm: name: configurable-...
Use npm Ansbile module for Jupyter + configurable-http-proxy. Future TODO notes.
Use npm Ansbile module for Jupyter + configurable-http-proxy. Future TODO notes.
YAML
apache-2.0
MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible,MonashBioinformaticsPlatform/bio-ansible
0ad1499c37c01383b4ab720280c9b21511f563b7
people/2015/spring/dropofwill.yaml
people/2015/spring/dropofwill.yaml
blog: http://dropofwill.herokuapp.com feed: http://dropofwill.herokuapp.com/feed.xml forges: - https://github.com/dropofwill irc: dropofwill name: Will Paul rit_dce: whp3652
blog: http://dropofwill.herokuapp.com feed: http://dropofwill.herokuapp.com/bizleg_feed.xml forges: - https://github.com/dropofwill irc: dropofwill name: Will Paul rit_dce: whp3652 hw: firstflight: http://dropofwill.herokuapp.com/2015/01/30/first-flight-round-2/
Update RSS feed to be just Biz Leg posts and add First Flight blog post
Update RSS feed to be just Biz Leg posts and add First Flight blog post
YAML
apache-2.0
Nolski/bizlegfoss,liam-middlebrook/bizlegfoss,brendanwhitfield/bizlegfoss,liam-middlebrook/bizlegfoss,decause/bizlegfoss,brendanwhitfield/bizlegfoss,amm4108/bizlegfoss,decause/bizlegfoss
905e19e8b5de0e55c322074d43da064f580269a4
roles/initial-setup/tasks/main.yml
roles/initial-setup/tasks/main.yml
--- - name: add deploy user user: name={{ deploy_user }} groups=wheel append=yes - name: add deploy user ssh key authorized_key: user={{ deploy_user }} key="{{ deploy_user_key }}" manage_dir=yes state=present - name: confirm sudo is installed apt: pkg=sudo ...
--- - name: add deploy user user: name={{ deploy_user }} groups=wheel append=yes - name: add deploy user ssh key authorized_key: user={{ deploy_user }} key="{{ deploy_user_key }}" manage_dir=yes state=present - name: confirm sudo is installed apt: pkg=sudo ...
Test whether this bit is needed
Test whether this bit is needed
YAML
mit
ardinor/ansible-playbooks,ardinor/ansible-playbooks
644f6653753be546fdbd2dc027ac1042e3b0e0a0
wercker.yml
wercker.yml
box: node:0.10 services: - mongo:2.6 - redis:2.8 build: steps: - npm-install - npm-test - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) runnin...
box: node:0.10 services: - mongo:2.6 - redis:2.8 build: steps: - npm-install - npm-test - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) runnin...
Update Docker PaaS deploy script from Wercker CI
Update Docker PaaS deploy script from Wercker CI
YAML
mit
Turistforeningen/Turbasen,Turbasen/Turbasen
8ef92144912b2a494819ae7ad7e420b1ecc3810c
wercker.yml
wercker.yml
box: starefossen/iojs-imagemagick build: steps: - npm-install - script: name: npm run-script test-drone code: | npm run-script test-drone - script: name: echo nodejs information code: | ...
box: starefossen/iojs-imagemagick build: steps: - npm-install - npm-test - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" after-steps: ...
Use correct test command on Wercker CI
Use correct test command on Wercker CI
YAML
mit
Turistforeningen/Jotunheimr
c8cd21f0523c2a3b5faf01d74717309f3bfb8554
wercker.yml
wercker.yml
box: id: golang:alpine cmd: /bin/sh no-response-timeout: 20 services: - boostport/hbase-phoenix-all-in-one:1.1.5-4.7.0 build: steps: - setup-go-workspace # Set up enviroment variable - script: name: set up environment variables code: | export AVATICA_HOST=http://$PHOEN...
box: id: golang:alpine cmd: /bin/sh no-response-timeout: 20 services: - boostport/hbase-phoenix-all-in-one:1.1.5-4.7.0 build: steps: - setup-go-workspace # Set up enviroment variable - script: name: set up environment variables code: | export AVATICA_HOST=http://$PHOEN...
Install git for alpine build.
Install git for alpine build.
YAML
apache-2.0
Boostport/calcite-avatica-go,Boostport/calcite-avatica-go
0de1219988e42087a5653886868181b5b02a450a
.install.conf.yaml
.install.conf.yaml
- defaults: link: create: true relink: true force: true - clean: ['~'] - link: ~/.dotfiles: '' ~/.gitconfig: ~/.iterm2: ~/.ssh/authorized_keys: ssh/authorized_keys ~/.ssh/config: ssh/config ~/.ssh/id_ecdsa.pub: ssh/id_ecdsa.pub ~/.ssh/id_ed25519.pub: ssh/id_ed25519.pu...
- defaults: link: create: true relink: true force: true - clean: ['~'] - link: ~/.dotfiles: '' ~/.gitconfig: ~/.iterm2: ~/.ssh/authorized_keys: ssh/authorized_keys ~/.ssh/config: ssh/config ~/.ssh/id_ecdsa.pub: ssh/id_ecdsa.pub ~/.ssh/id_ed25519.pub: ssh/id_ed25519.pu...
Remove the check for submodules, dotbot's install script already does it
Remove the check for submodules, dotbot's install script already does it
YAML
unlicense
Twanislas/dotfiles,Twanislas/dotfiles
7bcc581942de5022af711fb5a9c62d6279a03ebb
catalog/Rails_Plugins/rails_admin_interfaces.yml
catalog/Rails_Plugins/rails_admin_interfaces.yml
name: Rails Admin Interfaces description: projects: - ab_admin - active_scaffold - activeadmin - admin_assistant - admin_data - admin_interface - administrate - commondream/control_center - dry_crud - forest_liana - fullstack-admin - inline_forms - lipsiadmin - puffer - qadmin - rails_ad...
name: Rails Admin Interfaces description: projects: - ab_admin - active_scaffold - activeadmin - admin_assistant - admin_data - admin_interface - administrate - commondream/control_center - dry_crud - forest_liana - fullstack-admin - inline_forms - lipsiadmin - mission_kontrol_relay - puff...
Add mission_kontrol_relay to Rails Admin Interface
Add mission_kontrol_relay to Rails Admin Interface
YAML
mit
rubytoolbox/catalog
6533466f1c5d193da808dc58ed77caf605fa1428
Configuration/Services.yaml
Configuration/Services.yaml
services: _defaults: autowire: true autoconfigure: true public: false
services: _defaults: autowire: true autoconfigure: true public: false Brainworxx\Includekrexx\: resource: '../Classes/*' # Make the live preset class available for injection within # the extension, and wire it onto the index controller. context.livepreset: class: TYPO3\CMS\Install\Configur...
Make use of the symphony injections.
Make use of the symphony injections.
YAML
lgpl-2.1
brainworxx/kreXX-TYPO3-Extension,brainworxx/kreXX-TYPO3-Extension,brainworxx/kreXX-TYPO3-Extension,brainworxx/kreXX-TYPO3-Extension
6c1a2b53d640571d1f10db438032bce0932c78e9
training_content/wiki_ed/slides/3-instructor_orientation/322-guidebooks-and-handouts.yml
training_content/wiki_ed/slides/3-instructor_orientation/322-guidebooks-and-handouts.yml
id: 322 title: Printed brochures summary: content: | <figure class="alt-layout-40-right"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Wiki_Education_Foundation_Revised_Brochures.jpg/480px-Wiki_Education_Foundation_Revised_Brochures.jpg" /> </figure> Wikipedia has thousands of "help pa...
id: 322 title: Printable brochures summary: content: | <figure class="alt-layout-40-right"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/90/Wiki_Education_Foundation_Revised_Brochures.jpg/480px-Wiki_Education_Foundation_Revised_Brochures.jpg" /> </figure> Wikipedia has thousands of "help ...
Update title of brochures slide too
Update title of brochures slide too
YAML
mit
WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
37b0fba9cfdbe33d77bb7dedac2a98cce4818b39
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant driver_config: require_chef_omnibus: true provisioner: name: chef_zero platforms: - name: ubuntu-12.04 suites: - name: package run_list: - recipe[taskwarrior::default] attributes: - name: source run_list: - recipe[taskwarrior::default] attribute...
--- driver: name: vagrant driver_config: require_chef_omnibus: true provisioner: name: chef_zero platforms: - name: ubuntu-13.10 suites: - name: package run_list: - recipe[taskwarrior::default] attributes: - name: source run_list: - recipe[taskwarrior::default] attribute...
Use ubuntu 13.10 as the new testing platform.
Use ubuntu 13.10 as the new testing platform.
YAML
mit
masterkorp/cookbook-taskwarrior,masterkorp/cookbook-taskwarrior
d59d99909274b3c865a4b59315081a75f0472da5
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.9 - name: centos-7.3 - name: debian-7.11 - name: debian-8.8 - name: fedora-26 - name: opensuse-leap-42.2 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: default run_list: - ...
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6 - name: centos-7 - name: debian-7 - name: debian-8 - name: fedora-26 - name: opensuse-leap-42 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: default run_list: - recipe[motd...
Use Bento slugs in Kitchen
Use Bento slugs in Kitchen Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
opscode-cookbooks/motd-tail,opscode-cookbooks/motd-tail,getaroom/chef-motd-tail,chef-cookbooks/motd-tail,chef-cookbooks/motd-tail,chef-cookbooks/motd-tail
324553a29cf76bb7ad3269088fc80edf08822e8f
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.8 - name: centos-7.2 - name: debian-7.11 run_list: apt::default - name: debian-8.5 run_list: apt::default - name: fedora-24 run_list: yum::dnf_yum_compat - name: ubuntu-12.04 run_list: ...
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.8 - name: centos-7.2 - name: debian-7.11 run_list: apt::default - name: debian-8.6 run_list: apt::default - name: fedora-25 run_list: yum::dnf_yum_compat - name: ubuntu-12.04 run_list: ...
Update Test Kitchen platforms to the latest
Update Test Kitchen platforms to the latest
YAML
apache-2.0
opscode-cookbooks/subversion,opscode-cookbooks/subversion,chef-cookbooks/subversion,chef-cookbooks/subversion
ca256d4a39d41f3c258dfb9f76fef244f77d5fea
.kitchen.yml
.kitchen.yml
driver: name: vagrant platforms: - name: centos-5.11 - name: centos-6.7 - name: fedora-21 - name: freebsd-9.3 run_list: freebsd::portsnap - name: freebsd-10.2 run_list: freebsd::portsnap - name: macosx-10.9 - name: debian-7.8 run_list: apt::default - name: debian-8.1 run_list: apt::de...
driver: name: vagrant platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.1 - name: debian-7.8 run_list: apt::default - name: debian-8.1 run_list: apt::default - name: fedora-21 - name: freebsd-9.3 run_list: freebsd::portsnap - name: freebsd-10.2 run_list: freebsd::port...
Add CentOS 7 to Test Kitchen
Add CentOS 7 to Test Kitchen
YAML
apache-2.0
opscode-cookbooks/build-essential,protec-cookbooks/build-essential,chef-cookbooks/build-essential,h4ck3rm1k3/build-essential,GannettDigital/chef-build-essential,juliandunn/build-essential
6c7be31112b48b3e60b335e27659548a1ae8db10
vars/Debian.yaml
vars/Debian.yaml
# Copyright 2015 Red Hat, Inc. # # 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 to in writing, so...
# Copyright 2015 Red Hat, Inc. # # 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 to in writing, so...
Build centos-minimal on debian hosts
Build centos-minimal on debian hosts We were missing the yum-utils package for yumdownloader. Change-Id: If803f126a00bdca81d8e6061a929a8b9d65e751f Depends-On: I9127bca54331d37b95a1ac9e560dea0dfe4a44f5 Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
YAML
apache-2.0
openstack/ansible-role-diskimage-builder
0699688dcf2fcb7e9c7557679e62db600c63d15f
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - id: check-toml - id: check-added-large-files - id: debug-statements - repo: https://github.com/asotti...
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - id: end-of-file-fixer - id: check-toml - id: check-added-large-files - id: debug-statements - repo: https://github.com/asotti...
Add mypy as a pre-commit hook
Add mypy as a pre-commit hook
YAML
isc
pimutils/todoman,hobarrera/todoman
caf475298bbcaf22594b0abe8ed272a567d6459e
src/main/resources/example.yml
src/main/resources/example.yml
# Boundary Integration to VMWare configuration server: minThreads: 1 applicationConnectors: - type: http acceptorThreads: 1 selectorThreads: 1 client: minThreads: 4 maxThreads: 4 timeout: 10s connectionTimeout: 10s retries: 3 gzipEnabledForRequests: false metricsClient: baseUri: https:...
# Boundary Integration to VMWare configuration server: minThreads: 1 applicationConnectors: - type: http acceptorThreads: 1 selectorThreads: 1 client: minThreads: 4 maxThreads: 4 timeout: 10s connectionTimeout: 10s retries: 3 gzipEnabledForRequests: false metricsClient: baseUri: https:...
Add comment to name variable
Add comment to name variable
YAML
apache-2.0
boundary/boundary-vmware
3dd50ad0783b203a4bab8c04531b1dd1df653aa6
www/.eslintrc.yml
www/.eslintrc.yml
parserOptions: ecmaVersion: 6 sourceType: module rules: # Best Practices no-else-return: 1 # Strict Mode strict: [1, never] # Stylistic Issues eol-last: [1, never] func-style: [2, expression] indent: [1, 2] quotes: [1, single, {avoidEscape: true}] semi: [1, never] #TODO: re-enable jsdoc re...
parserOptions: ecmaVersion: 6 sourceType: module rules: # Best Practices no-else-return: 1 # Strict Mode strict: [1, never] # Stylistic Issues eol-last: [1, never] #func-style: [2, expression] indent: [1, 2] quotes: [1, single, {avoidEscape: true}] semi: [1, never] #TODO: re-enable jsdoc r...
Comment out a couple ESLint rules.
Comment out a couple ESLint rules. Commenting these out for now so we can run "make grunt" with ESLint's 'fix' set to true so it can auto-fix all the other linting issues.
YAML
mit
josve05a/wikipedia-ios,wikimedia/wikipedia-ios,wikimedia/wikipedia-ios,wikimedia/apps-ios-wikipedia,wikimedia/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,montehurd/apps-ios-wikipedia,wikimedia/wikipedia-ios,julienbodet/wikipedia-ios,julienbodet/wikipedia-ios,josve05a/wikipedia-ios,wikimedia/wikipedia-ios,julienbode...
0119d73b38d7287c0a26be06564418ca5285dfa8
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
obstacle_range: 12.0 raytrace_range: 15.0 # footprint for KIT-C5 new model footprint: [[0.07, -0.30], [0.07, 0.30], [-0.43, 0.30], [-0.43, -0.30]] inflation_radius: 0.5 cost_scaling_factor: 7.0 rigin_z: 0.0 z_resolution: 0.2 z_voxels: 0.2 publish_voxel_map: false max_obstacle_height: 0.4 min_obstacle_height: 0.05 obs...
obstacle_range: 12.0 raytrace_range: 15.0 # footprint for KIT-C5 new model footprint: [[0.07, -0.30], [0.07, 0.30], [-0.43, 0.30], [-0.43, -0.30]] inflation_radius: 0.5 cost_scaling_factor: 7.0 rigin_z: 0.0 z_resolution: 0.2 z_voxels: 0.2 publish_voxel_map: false max_obstacle_height: 0.4 min_obstacle_height: 0.05 obs...
Fix params for navigation about obstacles
Fix params for navigation about obstacles
YAML
bsd-3-clause
CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg
b14558b1d1af83bbdf902970554a2868ae288025
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - sweet_notifications.gemspec - lib/sweet_notifications/version.rb ClassAndModuleChildren: Exclude: - test/**/*.rb Documentation: Include: - lib/**/*.rb MethodLength: Exclude: - lib/sweet_notifications/controller_runtime.rb ModuleFunction: Enabled: false Metrics/AbcS...
AllCops: Exclude: - sweet_notifications.gemspec - lib/sweet_notifications/version.rb - "vendor/**/*" - "gemfiles/vendor/**/*" ClassAndModuleChildren: Exclude: - test/**/*.rb Documentation: Include: - lib/**/*.rb MethodLength: Exclude: - lib/sweet_notifications/controller_runtime.r...
Exclude Travis-CI cache in Rubocop
Exclude Travis-CI cache in Rubocop
YAML
mit
lautis/sweet_notifications
c3f6ba03348b674ee8a8bea6636ca5b7caf4629e
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - vendor/** AlignParameters: Enabled: false Encoding: Enabled: false HashSyntax: Enabled: false LineLength: Enabled: false MethodLength: Max: 30
AllCops: Exclude: - vendor/**/* AlignParameters: Enabled: false Encoding: Enabled: false HashSyntax: Enabled: false LineLength: Enabled: false MethodLength: Max: 30
Use the new exclusion syntax
Use the new exclusion syntax
YAML
apache-2.0
chef-cookbooks/activemq,chef-cookbooks/activemq,pmccarthy/activemq,opscode-cookbooks/activemq,opscode-cookbooks/activemq,pmccarthy/activemq
ccdb2fb0b28f11377b097363478344845c59fbbd
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - 'bin/**/*' - 'Rakefile' - 'lib/tasks/*' TargetRubyVersion: 2.3 Style/Encoding: Enabled: true Metrics/LineLength: Max: 80 Exclude: - spec/**/* Metrics/BlockLength: Exclude: - spec/**/* - ruby_rabbitmq_janus.gemspec
AllCops: Exclude: - 'bin/**/*' - 'Rakefile' - 'lib/tasks/*' TargetRubyVersion: 2.3 Style/Encoding: Enabled: true Style/Documentation: Enabled: true Exclude: - lib/rrj/errors/**/* Metrics/LineLength: Max: 80 Exclude: - spec/**/* - lib/rrj/errors/**/* Metrics/BlockLength: Excl...
Add rules for errors classes
Add rules for errors classes
YAML
mit
dazzl-tv/ruby-rabbitmq-janus
bd92bbe14155ca9a2ac37124d969e02e000b4239
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - vendor/**/* TargetRubyVersion: 2.2 Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/SpaceAroundEqualsInParameterDefa...
AllCops: Exclude: - gemfiles/* - vendor/**/* TargetRubyVersion: 2.2 Layout/AccessModifierIndentation: EnforcedStyle: outdent Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/SpaceAroundEqua...
Exclude generated gemfiles from linting
Exclude generated gemfiles from linting
YAML
mit
Within3/liquid-autoescape
6b2eb1464dbca748652bc45a5fa9121a68a11930
.github/labels.yml
.github/labels.yml
- name: bug description: Bugs or performance problems color: CC0000 - name: dependencies description: Update of dependencies color: 0366d6 - name: feature color: a4c6fb description: New features - name: enhancement description: Enhancement of existing functionality color: 94a6eb - name: deprecated des...
- name: bug description: Bugs or performance problems color: CC0000 - name: feature color: 1d76db description: New features - name: enhancement description: Enhancement of existing functionality color: 0366d6 - name: deprecated description: Deprecating API color: f4c21d - name: removed description: Re...
Use new colors for dependencies.
Use new colors for dependencies.
YAML
mit
jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model
ea9feeb6871c7b09f3b9410c356c3e571b4defc4
recipes/colcon-argcomplete/meta.yaml
recipes/colcon-argcomplete/meta.yaml
{% set name = "colcon-argcomplete" %} {% set version = "0.3.3" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/colcon-argcomplete-{{ version }}.tar.gz sha256: 3e70a32b7d16b816a7c72182bdb20df985ffc01678ec9c67d44659814a61987d build...
{% set name = "colcon-argcomplete" %} {% set version = "0.3.3" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/colcon-argcomplete-{{ version }}.tar.gz sha256: 3e70a32b7d16b816a7c72182bdb20df985ffc01678ec9c67d44659814a61987d build...
Remove package only needed on Debian
Remove package only needed on Debian
YAML
bsd-3-clause
goanpeca/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes
52bb20b1425dbc3d8fa6096aa91f9b800faa9402
api/client-server/definitions/sync_filter.yaml
api/client-server/definitions/sync_filter.yaml
properties: event_fields: description: List of event fields to include. If this list is absent then all fields are included. The entries may include '.' charaters to indicate sub-fields. So ['content.body'] will include the 'body' field of the 'content' object. A literal '.' character in a field...
properties: event_fields: description: List of event fields to include. If this list is absent then all fields are included. The entries may include '.' charaters to indicate sub-fields. So ['content.body'] will include the 'body' field of the 'content' object. A literal '.' character in a field...
Document filtering for account data
Document filtering for account data
YAML
apache-2.0
matrix-org/matrix-doc,matrix-org/matrix-doc,matrix-org/matrix-doc,matrix-org/matrix-doc
3bff986b41e7e3939af0aafd841f2bd768eac3ee
blueprint4-springboot-webapp/step03/src/main/resources/application.yml
blueprint4-springboot-webapp/step03/src/main/resources/application.yml
info: app: encoding: @project.build.sourceEncoding@ java: source: @maven.compiler.source@ target: @maven.compiler.target@ project: name: '@project.name@' groupId: @project.groupId@ artifactId: @project.artifactId@ version: @project.version@ management: endpoint: h...
info: app: encoding: @project.build.sourceEncoding@ java: source: @maven.compiler.source@ target: @maven.compiler.target@ management: endpoint: health: show-details: when-authorized endpoints: web: base-path: '/monitoring' exposure: include: "*" server: ...
Remove project infos that are provided by build-info goal now
Remove project infos that are provided by build-info goal now
YAML
mit
dbmdz/blueprints,dbmdz/blueprints,dbmdz/blueprints
c0c80c1b6fd497e3622bf877b0c803e47b4377f8
mongodb/docker-compose.yml
mongodb/docker-compose.yml
version: '2' services: primary: image: mongo command: mongod --replSet ${REPLSET} --smallfiles ports: - 27017 volumes: - /data/db - /data/configdb restart: always networks: - mongonet secondary: image: mongo command: mongod --replSet ${REPLSET} --smallfiles ...
version: '2' services: primary: image: mongo command: mongod --replSet ${REPLSET} --smallfiles --oplogSize 128 ports: - 27017 volumes: - /data/db - /data/configdb restart: always networks: - mongonet secondary: image: mongo command: mongod --replSet ${REPLSE...
Set mongodb oplog sizes for replica set
Set mongodb oplog sizes for replica set
YAML
mit
satterly/docker-config
17aa3c60ecb6e08989efde5220957f4affa4d170
packages/co/container.yaml
packages/co/container.yaml
homepage: https://github.com/luna/container changelog-type: '' hash: 82cecd7dcd99cdc16d1c11911341efd6ff227fe73bfc21d1d0e154d4b5788d51 test-bench-deps: {} maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Containers abstraction and utilities. changelog: '' basic-deps: base: ! '>=4.10 && <4.12' te...
homepage: https://github.com/luna/container changelog-type: '' hash: cab89bac8f81600bec9db2fe661bbe348940c04951c2b82156e6d8bdefb0cc6b test-bench-deps: {} maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Containers abstraction and utilities. changelog: '' basic-deps: base: ! '>=4.10 && <4.12' te...
Update from Hackage at 2018-09-03T07:14:48Z
Update from Hackage at 2018-09-03T07:14:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
a583556d09f5c650e4c3989293e1a7423a5b1f37
openmoltools/meta.yaml
openmoltools/meta.yaml
package: name: openmoltools version: 0.7.3 source: git_url: https://github.com/choderalab/openmoltools.git git_tag: 0.7.3 build: number: 0 skip: - [win32 or (win and py2k)] requirements: build: - python - setuptools - pandas - six - mdtraj - numpy - numpydoc - sc...
package: name: openmoltools version: 0.7.4 source: git_url: https://github.com/choderalab/openmoltools.git git_tag: 0.7.4 build: number: 0 skip: - [win32 or (win and py2k)] requirements: build: - python - setuptools - pandas - six - mdtraj - numpy - numpydoc - sc...
Update openmoltools version to 0.7.4
Update openmoltools version to 0.7.4
YAML
mit
omnia-md/conda-recipes,peastman/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,swails/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,omnia-md/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,jc...
c8f2986a00a4ec754d2569ce3d6b00e4ecd80001
src/test/resources/application.yml
src/test/resources/application.yml
cache-preload: angular-module: myapp placeholder: '{customPlaceholder}' cached-urls: - url: api/simple-list - url: api/long-list # with parameter expression - url: api/steps/{by} parameters: by: 2+3 # with url encoding - url: api/split/{argument} parameters: arg...
cache-preload: angular-module: myapp placeholder: '{customPlaceholder}' encoding: UTF-8 cached-urls: - url: api/simple-list - url: api/long-list # with parameter expression - url: api/steps/{by} parameters: by: 2+3 # with url encoding - url: api/split/{argument} param...
Use every config option in test yaml
Use every config option in test yaml
YAML
mit
lukashinsch/spring-angular-cache-preloader
d6936475f4486c83eae12864fad0ba6d56ed5203
.drone.yml
.drone.yml
pipeline: build: image: alpine commands: - apk --no-cache add python py-pip gcc python-dev musl-dev libffi-dev openssl-dev - pip install -r requirements.txt - pip install -r tests/requirements.txt - pip install . - py.test -v slack: image: plugins/slack channel: tools ...
pipeline: build: image: alpine commands: - apk --no-cache add python py-pip gcc python-dev musl-dev libffi-dev openssl-dev - pip install -r requirements.txt - pip install -r tests/requirements.txt - pip install . - py.test -v slack: image: plugins/slack channel: tools ...
Configure CI to run slack notifications only on push, but regardless of success/failure
chore: Configure CI to run slack notifications only on push, but regardless of success/failure Signed-off-by: Kai Blin <ad3597797f6179d503c382b2627cc19939309418@biosustain.dtu.dk>
YAML
apache-2.0
kblin/ncbi-genome-download,kblin/ncbi-genome-download
5791a2a021a153160850a726ebb9aa163547383b
.drone.yml
.drone.yml
build: image: python:3.4 commands: - pip install -r requirements.txt - pip install -r dev-requirements.txt # - flake8 setup.py drone_tower bin tests # - nosetests -s --with-coverage --cover-package drone_tower -v plugin: name: Marathon desc: Deploy an application to a Marathon cluster type: d...
build: image: python:3.4 commands: - pip install -r requirements.txt - pip install -r dev-requirements.txt # - flake8 setup.py drone_tower bin tests # - nosetests -s --with-coverage --cover-package drone_tower -v publish: docker: username: $$DOCKER_USER password: $$DOCKER_PASS email: ...
Deploy image to DockerHub using Drone
Deploy image to DockerHub using Drone Now _that's_ what I call "eating your own dogfood"!
YAML
apache-2.0
expansioncap/drone-marathon
998d065438cce199c9057b4259518c86ccf3f741
test/dummy/config/database.yml
test/dummy/config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: ':memory:' # Warning: The database defined as "test" will be erased and # re-generated from y...
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: sqlite3 pool: 5 timeout: 5000 development: <<: *default database: ':memory:' # Warning: The database defined as "test" will be erased and # re-generated from y...
Use .sqlite3 file for testing
Use .sqlite3 file for testing because we want to share the same DB from the graph generator test which runs on a different process
YAML
mit
amatsuda/stateful_enum,amatsuda/stateful_enum
253d051b382a49ca641fcc15812ad33a68d212ea
.github/workflows/pullrequest-readyforreview.yml
.github/workflows/pullrequest-readyforreview.yml
name: Pull Request Ready for Review on: pull_request: types: [labeled] jobs: addToProject: runs-on: ubuntu-latest steps: - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }} run: echo "$GITHUB_CONTEXT"
name: Pull Request Ready for Review on: pull_request: types: [labeled] jobs: addToProject: runs-on: ubuntu-latest steps: - name: Move to "Ready for review" column if: github.event.label.name == 'ready for review') uses: alex-page/github-project-automation-plus@v0.1.1 with:...
Move to "Ready for review" column if label event matches
Move to "Ready for review" column if label event matches Signed-off-by: Jan Philip Bernius <814ff5be9e22112ef64fe4fffd286a913b75a514@tum.de>
YAML
mit
ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS
895fde73aa576f55e0d53b278ad1ceecdbf69d57
.usher.yml
.usher.yml
build_prod: cmd: docker build force_rm: true tags: - registry: &REGISTRY docker-registry.dun.fh image: &IMAGE_NAME findmypast/usher tag: latest - registry: *REGISTRY image: *IMAGE_NAME tag: <%=version%> fast_tests: cmd: npm test # docker build # --force-rm # --file=Dockerfile.t...
build: cmd: docker build force_rm: true tags: - registry: &REGISTRY docker-registry.dun.fh image: &IMAGE_NAME findmypast/usher tag: <%=version%> - registry: *REGISTRY image: *IMAGE_NAME tag: latest push: - cmd: docker push registry: *REGISTRY image: *IMAGE_NAME tag: ...
Define CI steps in YAML
Define CI steps in YAML
YAML
apache-2.0
findmypast/usher
60df9b4035a40cfd1071731a966e99789e624dea
.zuul.yaml
.zuul.yaml
- project: templates: - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - openstackclient-plugin-jobs
- project: templates: - openstack-python3-xena-jobs - publish-openstack-docs-pti - openstackclient-plugin-jobs
Add Python3 xena unit tests
Add Python3 xena unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I55c5a8568ccd93e504120365d4d2f3107cf0a...
YAML
apache-2.0
openstack/python-aodhclient
5a18bd8d5d609c8de7c02cc5c24b37a471fd130d
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 victoria unit tests
Add Python3 victoria unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I139356c434d0ee483ef12889c27cc...
YAML
apache-2.0
stackforge/python-tackerclient,openstack/python-tackerclient,openstack/python-tackerclient,stackforge/python-tackerclient
c247f6e7d161823c129767dce05fe782c739ccbb
conda-recipe/meta.yaml
conda-recipe/meta.yaml
{% set name = "pyodesys" %} {% set version = "0.12.0.git" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: ../ build: noarch: python number: 0 script: python -m pip install --no-deps --ignore-installed . requirements: build: - python - setuptools - pip run: ...
{% set name = "pyodesys" %} {% set version = "0.12.0.git" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: ../ build: noarch: python number: 0 script: python -m pip install --no-deps --ignore-installed . requirements: build: - python - setuptools - pip run: ...
Update pycvodes version in conda build
Update pycvodes version in conda build
YAML
bsd-2-clause
bjodah/pyodesys,bjodah/pyodesys,bjodah/pyodesys,bjodah/pyodesys
e2b3ca84fabcc04ed3ceefc49a1b3daec9a710d1
hw/drivers/chg_ctrl/da1469x_charger/pkg.yml
hw/drivers/chg_ctrl/da1469x_charger/pkg.yml
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
Fix deps to included modules
da1469x_charger: Fix deps to included modules Charger shell code conditionally includes two modules. Those two were not added to dependency list. Missing modules were: util/parse hw/drivers/adc/gpadc_da1469x hw/drivers/adc/sdadc_da1469x
YAML
apache-2.0
mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core
016ff3dfabbf13c69f79842baf1e769a5efd4346
packages/du/dump-core.yaml
packages/du/dump-core.yaml
homepage: '' changelog-type: markdown hash: 081d100880a12ba13fd7fc7741b457d5a8fc3b70ca6511ad4e4185746de59667 test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A plug-in for rendering GHC core changelog: ! "# Revision history for dump-core\n\n## 0.1.3.2\n * Changes to work with more recent GHC\n\n## ...
homepage: '' changelog-type: markdown hash: e0cb5cc302b056ced10506c83297453d5251d7de558c0a647dfebadbb7fdd653 test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A plug-in for rendering GHC core changelog: | # Revision history for dump-core ## 0.1.4 * Changes to work with various GHCs ## 0.1.3...
Update from Hackage at 2021-11-28T19:14:14Z
Update from Hackage at 2021-11-28T19:14:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
25ea6c9df06050c503010f4b4e34bd55b3e1e80f
packages/hw/hw-parser.yaml
packages/hw/hw-parser.yaml
homepage: http://github.com/haskell-works/hw-parser#readme changelog-type: '' hash: 484c15351f61c9de6e7fb305c553753a334ff596e0e675c3058dea45ee4b34ad test-bench-deps: {} maintainer: newhoggy@gmail.com synopsis: Conduits for tokenizing streams. changelog: '' basic-deps: bytestring: -any base: ! '>=4.7 && <5' text: ...
homepage: http://github.com/haskell-works/hw-parser#readme changelog-type: '' hash: e2bf51d179834b35391c45e3533a63847ba7c2d718e56ed454239b8646efcbad test-bench-deps: {} maintainer: newhoggy@gmail.com synopsis: Simple parser support changelog: '' basic-deps: bytestring: -any base: ! '>=4 && <5' text: -any hw-pri...
Update from Hackage at 2017-07-20T00:43:11Z
Update from Hackage at 2017-07-20T00:43:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
c18ab397e7ef6e6a12c639026335ad4bb8789f82
packages/ma/massiv-io.yaml
packages/ma/massiv-io.yaml
homepage: https://github.com/lehins/massiv changelog-type: '' hash: 840ecb23558d86f2e8a334b1d5b4059e5ddd3ba9bb6391ba6e2b9446409abeaf test-bench-deps: {} maintainer: alexey@kuleshevi.ch synopsis: Import/export of Image files into massiv Arrays changelog: '' basic-deps: JuicyPixels: ! '>=3.2.7' bytestring: -any bas...
homepage: https://github.com/lehins/massiv changelog-type: '' hash: 5f1e34ec5f0a16c34de82b422f4e20d014b5e5677176a30731d17b5f5ccaa9c3 test-bench-deps: {} maintainer: alexey@kuleshevi.ch synopsis: Import/export of Image files into massiv Arrays changelog: '' basic-deps: JuicyPixels: ! '>=3.2.7' bytestring: -any bas...
Update from Hackage at 2018-06-08T17:35:30Z
Update from Hackage at 2018-06-08T17:35:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
619e99529a37397185d476da834946f689ba1d99
packages/si/simple-ui.yaml
packages/si/simple-ui.yaml
homepage: '' changelog-type: '' hash: 0cd9ee937ef943222dcb40cc607471afa747f4af34b3ccad2f1d9cb56b174149 test-bench-deps: {} maintainer: Piotr Borek <piotrborek@op.pl> synopsis: UI library for terminal. changelog: '' basic-deps: exceptions: (>=0.8 && <0.11) stm: (>=2.4 && <2.5) base: (>=4.9 && <5) data-default-cl...
homepage: '' changelog-type: '' hash: 5603e3f1de2b98c9d24cd85f32af58c33dacb81441e63e17c8eb4cffb2aff2c9 test-bench-deps: {} maintainer: Piotr Borek <piotrborek@op.pl> synopsis: UI library for terminal. changelog: '' basic-deps: exceptions: (>=0.8 && <0.11) stm: (>=2.4 && <2.5) base: (>=4.9 && <5) data-default-cl...
Update from Hackage at 2018-04-15T13:11:30Z
Update from Hackage at 2018-04-15T13:11:30Z
YAML
mit
commercialhaskell/all-cabal-metadata