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
21873e77e1a4520bf5ae762472e20efbd0a5b54f
cookbooks/cumulus/.rubocop.yml
cookbooks/cumulus/.rubocop.yml
Metrics/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/RedundantBegin: Enabled: false
Metrics/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enabled: false Style/RedundantBegin: Enabled: false Style/RegexpLiteral: Enabled: false
Disable RegexpLiteral as we know its safe
Disable RegexpLiteral as we know its safe
YAML
apache-2.0
Vanders/ifupdown2,Vanders/ifupdown2
590b8941fc93f625d2eaf6eae2e3f594db7b21a8
packages/jv/jvm-streaming.yaml
packages/jv/jvm-streaming.yaml
homepage: http://github.com/tweag/inline-java/tree/master/jvm-streaming#readme changelog-type: '' hash: d8c788329e0eb7060a55a87217310262ade44762229fc74587c3c5277d1dc579 test-bench-deps: streaming: -any base: -any hspec: -any jvm: -any jvm-streaming: -any inline-java: -any maintainer: m@tweag.io synopsis: Ex...
homepage: http://github.com/tweag/inline-java/tree/master/jvm-streaming#readme changelog-type: '' hash: 450b02c6a0b4125ed8afbabfaed7c05f8c07605bfea4cead10ebc1b6fe38e827 test-bench-deps: streaming: -any base: -any hspec: -any jvm: -any jvm-streaming: -any inline-java: -any maintainer: m@tweag.io synopsis: Ex...
Update from Hackage at 2017-08-31T14:59:57Z
Update from Hackage at 2017-08-31T14:59:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
50d2c7c66ac1769d9629542ab5769922681d1d62
packages/nl/nlopt-haskell.yaml
packages/nl/nlopt-haskell.yaml
homepage: https://github.com/peddie/nlopt-haskell changelog-type: markdown hash: 829a4a9a63f6a3f45af99f7109c16f1d23c2b2e3ce786c8fa31a60c885a68dd1 test-bench-deps: base: ! '>=4.9 && <4.10' nlopt-haskell: -any vector: ! '>=0.10' maintainer: Matthew Peddie <mpeddie@gmail.com> synopsis: Low-level bindings to the NLOP...
homepage: https://github.com/peddie/nlopt-haskell changelog-type: markdown hash: 3e436a5ae44a25ceceb03c3b334768b83c21ff93db1d8ac7bdf426d3f2db224e test-bench-deps: base: ! '>=4.9 && <4.11' nlopt-haskell: -any vector: ! '>=0.10' maintainer: Matthew Peddie <mpeddie@gmail.com> synopsis: Low-level bindings to the NLOP...
Update from Hackage at 2018-01-21T06:50:54Z
Update from Hackage at 2018-01-21T06:50:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
3b4d8a8ff54bac413ab5f7d140cb06200899f9ba
testcluster.yaml
testcluster.yaml
apiVersion: "zalan.do/v1" kind: "Spilo" metadata: name: testcluster spec: docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p5 etcd_host: etcd-client.default.svc.cluster.local:2379 volume_size: 100 # GB resource_cpu: 100m resource_memory: 500Mi number_of_instances: 3 postgres_configuration...
apiVersion: "acid.zalan.do/v1" kind: Spilo metadata: name: testcluster spec: docker_image: registry.opensource.zalan.do/acid/spilo-9.6:1.2-p9 etcd_host: etcd-client.default.svc.cluster.local:2379 volume_size: 100 # GB resource_cpu: 100m resource_memory: 500Mi number_of_instances: 3 postgres_configurat...
Fix the vendor name in API version and update the docker image.
Fix the vendor name in API version and update the docker image.
YAML
mit
zalando-incubator/postgres-operator,zalando-incubator/postgres-operator
f64649dcd914dfb25bab92d1ebd1983cd9b6e5fe
tests/tests.yaml
tests/tests.yaml
bootstrap: true reset: true virtualenv: true makefile: - lint - test sources: - ppa:juju/stable packages: - amulet - distro-info-data - python-cinderclient - python-distro-info - python-glanceclient - python-heatclient - python-keystoneclient - python-neutronclient - pyth...
bootstrap: true reset: false virtualenv: true makefile: - lint - test sources: - ppa:juju/stable packages: - amulet - distro-info-data - python-ceilometerclient - python-cinderclient - python-distro-info - python-glanceclient - python-heatclient - python-keystoneclient - ...
Update bundletester testplan yaml file
Update bundletester testplan yaml file
YAML
apache-2.0
coreycb/charm-keystone,coreycb/charm-keystone
1646d11505834d569ff35fbc083ee0aa704f1879
circle.yml
circle.yml
machine: node: version: 4.2.2 dependencies: override: - npm install -g codeclimate-test-reporter - npm install -g snyk general: artifacts: - coverage test: post: - codeclimate-test-reporter < coverage/lcov.info
machine: node: version: 4.2.2 dependencies: override: - npm install -g codeclimate-test-reporter - npm install -g snyk - npm install -g jsdoc2md general: artifacts: - coverage test: post: - codeclimate-test-reporter < coverage/lcov.info
Install jsdoc2md globally on CI
Install jsdoc2md globally on CI
YAML
mit
TechnologyAdvice/obey
28ca408c3ec332af01a24142efdeccdec5e93335
circle.yml
circle.yml
general: artifacts: - "tmp" dependencies: post: - npm install -g accesslint-cli - gem install accesslint-ci compile: override: - bundle exec middleman build --verbose test: override: - | bundle exec middleman server --daemon --port=4567 --watcher-disable && \ accesslint-ci sca...
general: artifacts: - "tmp" machine: node: version: 6.1.0 dependencies: post: - npm install -g accesslint-cli - gem install accesslint-ci -v 0.2.5 compile: override: - bundle exec middleman build --verbose test: override: - | bundle exec middleman server --daemon --port=4567 ...
Update accesslint-ci dependency and config
Update accesslint-ci dependency and config
YAML
mit
thoughtbot/bourbon.io,thoughtbot/bourbon.io,thoughtbot/bourbon.io,thoughtbot/bourbon.io
37928b65af9d472e498c4f1360d8d1c9142df0d1
circle.yml
circle.yml
notify: webhooks: - url: http://td-beda.herokuapp.com/circleci_callback
test: post: - cp -af target/site/* $CIRCLE_ARTIFACTS notify: webhooks: - url: http://td-beda.herokuapp.com/circleci_callback
Copy jacoco result as a CircleCI artifact
Copy jacoco result as a CircleCI artifact
YAML
apache-2.0
treasure-data/td-jdbc
f5346bd3e5849ef40da4dc2c805f974fffdf46b9
circle.yml
circle.yml
machine: java: version: oraclejdk8 environment: ANDROID_HOME: /usr/local/android-sdk-linux dependencies: cache_directories: - /usr/local/android-sdk-linux/build-tools - /usr/local/android-sdk-linux/platforms - /usr/local/android-sdk-linux/system-images pre: - chmod +x gradlew override:...
machine: java: version: oraclejdk8 environment: ANDROID_HOME: /usr/local/android-sdk-linux dependencies: cache_directories: - /usr/local/android-sdk-linux/build-tools - /usr/local/android-sdk-linux/platforms - /usr/local/android-sdk-linux/system-images pre: - chmod +x gradlew override:...
Fix typo in CI build script
Fix typo in CI build script
YAML
apache-2.0
ayltai/mopub-nativead-adapters,ayltai/mopub-nativead-adapters
c3a34b481a749fc8f361cc205fdec5181aad307b
circle.yml
circle.yml
# Circle.yml for testing python3 with Ubuntu 14.04 machine: pre: - cat /etc/*release - pyenv global 2.7.11 3.5.1 # # python: # version: 3.5.1 # test: pre: - which python - python --version - which python2 - python2 --version - which python3 - python3 --version override: -...
# Circle.yml for testing python3 with Ubuntu 14.04 machine: pre: - cat /etc/*release - pyenv global 2.7.11 3.5.1 tlocalest: pre: - which python - v=$(python --version 2>& 1); if [ "$v" == "Python 2.7.11" ]; then echo "$v OK"; else ! echo "$v ERR"; fi - which python2 - v=$(python2 --version ...
Add actual tests for expected python versions.
Add actual tests for expected python versions.
YAML
apache-2.0
winksaville/circleci-python3
4702a717e032e073f9815e21f30c5ea424ead1ba
circle.yml
circle.yml
machine: node: version: 6.9.5 environment: YARN_VERSION: 0.20.3 PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" dependencies: pre: - | if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then echo "Download and install ...
machine: node: version: 6.9.5 environment: YARN_VERSION: 0.20.3 PATH: "${PATH}:${HOME}/.yarn/bin:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin" dependencies: pre: - | if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then echo "Download and install ...
Remove lint step as it is already run by test
Remove lint step as it is already run by test
YAML
agpl-3.0
sgmap/impact,sgmap/impact
0ea2569474f1623cdf67eb792fd2952bf8575be1
circle.yml
circle.yml
machine: java: version: oraclejdk8 environment: DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_TLS_VERIFY: 0 MAVEN_OPTS: -Xmx512m _JAVA_OPTIONS: "-Xms512m -Xmx1024m" 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...
machine: java: version: oraclejdk8 environment: DOCKER_HOST: tcp://127.0.0.1:2376 DOCKER_TLS_VERIFY: 0 MAVEN_OPTS: -Xmx512m _JAVA_OPTIONS: "-Xms512m -Xmx1024m" 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...
Add capture of JUnit reports for CircleCI
Add capture of JUnit reports for CircleCI
YAML
mit
rnorth/test-containers,outofcoffee/testcontainers-java,gorelikov/testcontainers-java,gorelikov/testcontainers-java,testcontainers/testcontainers-java,gorelikov/testcontainers-java,barrycommins/testcontainers-java,barrycommins/testcontainers-java,rnorth/test-containers,testcontainers/testcontainers-java,outofcoffee/test...
9fa5a418a91abbdb51241aa5edacb71ef1a9f8c2
packages/fo/follow-file.yaml
packages/fo/follow-file.yaml
homepage: '' changelog-type: '' hash: 69d9adf92f248a63384fb969783acf140d516d80c8a2a9b05a48bfb4447a3c2c test-bench-deps: follow-file: -any path: -any base: -any hinotify: -any directory: -any maintainer: Athan Clark <athan.clark@gmail.com> synopsis: Be notified when a file gets appended, solely with what was a...
homepage: '' changelog-type: '' hash: 65a5e36f6605993f8368f6e1ac8389dae26e9263a523342da84727ee4518ab3a test-bench-deps: {} maintainer: Athan Clark <athan.clark@gmail.com> synopsis: Be notified when a file gets appended, solely with what was added. changelog: '' basic-deps: bytestring: -any follow-file: -any unix:...
Update from Hackage at 2017-10-15T23:23:32Z
Update from Hackage at 2017-10-15T23:23:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
8e60de84f429b81bfc39b5ecfff38c1e303dbda3
wercker.yml
wercker.yml
# This references the default golang container from # the Docker Hub: https://registry.hub.docker.com/u/library/golang/ # If you want Google's container you would reference google/golang # Read more about containers on our dev center # http://devcenter.wercker.com/docs/containers/index.html box: attilaolah/godep build:...
# This references the default golang container from # the Docker Hub: https://registry.hub.docker.com/u/library/golang/ # If you want Google's container you would reference google/golang # Read more about containers on our dev center # http://devcenter.wercker.com/docs/containers/index.html box: golang build: # The s...
Update wreker to use godep
Update wreker to use godep
YAML
apache-2.0
krujos/watchman,krujos/watchman
78ac699a7c5302cf614e49b05b6faf2851b53978
packages/po/posix-timer.yaml
packages/po/posix-timer.yaml
homepage: https://github.com/mvv/posix-timer changelog-type: '' hash: 664a9c451589ef42cb121a19c23fd3ad2a43d6c9457f7e44c872d91bcfba8c1c test-bench-deps: {} maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com> synopsis: Bindings to POSIX clock and timer functions. changelog: '' basic-deps: unix: -any base: <...
homepage: https://github.com/mvv/posix-timer changelog-type: '' hash: ca1a736ffb88a57106e0a09e8012f41332d933c80ef811ab6f86268562e4d264 test-bench-deps: {} maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com> synopsis: Bindings to POSIX clock and timer functions. changelog: '' basic-deps: unix: -any base: <...
Update from Hackage at 2017-12-04T12:19:13Z
Update from Hackage at 2017-12-04T12:19:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
5e20fc97d7f8f3d83599970f10770dd871b3af7f
packages/te/text-binary.yaml
packages/te/text-binary.yaml
homepage: https://github.com/kawu/text-binary changelog-type: '' hash: 73815941abe470b6d0e2287c054995c5ec59524bed9d2f6bfef2411a4397c48d test-bench-deps: {} maintainer: waszczuk.kuba@gmail.com synopsis: Binary instances for text types changelog: '' basic-deps: base: ! '>=4 && <5' text: <1.2.1.0 binary: -any all-ve...
homepage: https://github.com/kawu/text-binary changelog-type: '' hash: 3524207f26b3df55c76ecb6c4b50e761dd1a9bec605aa9d696c706d989785119 test-bench-deps: {} maintainer: waszczuk.kuba@gmail.com synopsis: Binary instances for text types changelog: '' basic-deps: base: ! '>=4 && <5' text: <1.2.1.0 binary: -any all-ve...
Update from Hackage at 2015-05-28T10:20:39+0000
Update from Hackage at 2015-05-28T10:20:39+0000
YAML
mit
commercialhaskell/all-cabal-metadata
ac6aba7138652aafeb57eb72fdb4ea970da5f5cd
www/_config.yml
www/_config.yml
title: Shrine description: File Attachment toolkit for Ruby applications baseurl: "" url: shrinerb.com markdown: kramdown destination: build plugins: - jemoji exclude: - Gemfile - Gemfile.lock defaults: - scope: type: pages values: layout: default
title: Shrine description: File Attachment toolkit for Ruby applications baseurl: "" url: https://shrinerb.com markdown: kramdown destination: build plugins: - jemoji exclude: - Gemfile - Gemfile.lock defaults: - scope: type: pages values: layout: default
Fix RDoc links on the website
Fix RDoc links on the website
YAML
mit
janko-m/shrine,janko-m/shrine
42bda697047d46e8c90f6c8c7568f8c7159a4b88
.github/workflows/arduino_library_manager_linter.yml
.github/workflows/arduino_library_manager_linter.yml
# This is a basic workflow that is manually triggered name: Manual Arduino Library Manager Linter # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. on: workflow_dispatch: # Inputs the workflow accepts. inputs: name: # Friendly description to be s...
# This is a basic workflow that is manually triggered name: Manual Arduino Library Manager Linter # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. on: workflow_dispatch: # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: ...
Remove workflow input from lib manager action
Remove workflow input from lib manager action * Remove workflow input from lib manager action * Change the job name to something better.
YAML
lgpl-2.1
markszabo/IRremoteESP8266,markszabo/IRremoteESP8266,markszabo/IRremoteESP8266,markszabo/IRremoteESP8266
c01590af59639b2c75bac84aa9b25df8864b02cf
packages/se/semver-range.yaml
packages/se/semver-range.yaml
homepage: '' changelog-type: '' hash: aa7748d3f19f1e66e0562c87e0dcfac03bdcb820ce29dde1f97e5e2affb699a9 test-bench-deps: {} maintainer: anelson@narrativescience.com synopsis: An implementation of semver and semantic version ranges. changelog: '' basic-deps: base: ! '>=4.8 && <4.9' unordered-containers: -any text: ...
homepage: '' changelog-type: '' hash: 1854b5f247ed9b14228d37506df97f60bf7054272b035c321f3c4cf208b3b5a6 test-bench-deps: base: -any unordered-containers: -any hspec: -any text: -any parsec: -any classy-prelude: -any QuickCheck: -any maintainer: anelson@narrativescience.com synopsis: An implementation of se...
Update from Hackage at 2016-09-01T02:00:25+0000
Update from Hackage at 2016-09-01T02:00:25+0000
YAML
mit
commercialhaskell/all-cabal-metadata
e1b67d1b3209f21b3759c25fb96a9e62d6f465d5
.binstar.yml
.binstar.yml
# not sure how to fix the cut-and-paste between Windows and Linux here. # Effectively we have two separate config files. # Linux config package: anaconda_project platform: linux-64 engine: - python=3.5 - python=2.7 install: - conda install -y -q pip - pip install coverage flake8 pep257 pytest pytest-cov ya...
# not sure how to fix the cut-and-paste between Windows and Linux here. # Effectively we have two separate config files. # Linux config package: anaconda_project platform: linux-64 engine: - python=3.5 - python=2.7 install: - conda install -y -q pip - pip install coverage flake8 pep257 pytest pytest-cov ya...
Add win32 and python2 on Windows
Add win32 and python2 on Windows Over in anaconda-client land, these break
YAML
bsd-3-clause
conda/kapsel,conda/kapsel
0b3dfb30df207908400b84430caf558bc88e387a
.kitchen.yml
.kitchen.yml
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box suites: - name: default run_list: - recipe[margarine::defa...
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box suites: - name: default run_list: - recipe[chef-solo-searc...
Change run_list to include chef-solo-search & apt
Change run_list to include chef-solo-search & apt Need these cookbooks as dependencies for chef-solo/test-kitchen runs
YAML
mit
alunduil/margarine-chef,alunduil/margarine-chef
d9c227bd613edd5f4ef495ad488da3c01c12d2fa
.mergify.yml
.mergify.yml
pull_request_rules: - name: backport patches to 3.0 maint branch conditions: - base=master - label=backport-to-3.0 actions: backport: branches: - maint-3.0.x - name: backport patches to 3.1 maint branch conditions: - base=master - label=backport-to-3.1 ...
pull_request_rules: # Backport to maint(version) branches - name: backport patches to 3.0 maint branch conditions: - base=master - label=backport-to-3.0 actions: backport: branches: - maint-3.0.x - name: backport patches to 3.1 maint branch conditions: - base=...
Add auto-labeling for 3.3 and 3.1
Add auto-labeling for 3.3 and 3.1
YAML
apache-2.0
rundeck/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,variacode/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck
5c46e62f88c0b3d3fa145055eab7e6b3ca696e24
.rubocop.yml
.rubocop.yml
inherit_from: .rubocop_todo.yml # Avoid single-line methods. SingleLineMethods: AllowIfMethodIsEmpty: true StringLiterals: Enabled: false Style/SignalException: EnforcedStyle: 'only_raise' # Use trailing rather than leading dots on multi-line call chains Style/DotPosition: EnforcedStyle: trailing Style/Doc...
inherit_from: .rubocop_todo.yml # Avoid single-line methods. SingleLineMethods: AllowIfMethodIsEmpty: true StringLiterals: Enabled: false Style/SignalException: EnforcedStyle: 'only_raise' # Use trailing rather than leading dots on multi-line call chains Style/DotPosition: EnforcedStyle: trailing Style/Doc...
Enforce Rubocop defaults for class and method length
Enforce Rubocop defaults for class and method length
YAML
mit
gocardless/creditsafe-ruby,invoicefinance/creditsafe-ruby
9fba9f7ed4c8dd5ce11973bcca04d5e8d5b3e805
.rubocop.yml
.rubocop.yml
Documentation: Enabled: false Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 15 Style/ClassAndModuleChildren: Enabled: false Style/CollectionMethods: Enabled: false Style/DotPosition: EnforcedStyle: leading Style/FormatString: Enabled: false Style/AndOr: EnforcedStyle: conditionals Style/Not: ...
Documentation: Enabled: false Metrics/LineLength: Max: 120 Metrics/MethodLength: Max: 15 Style/ClassAndModuleChildren: Enabled: false Style/CollectionMethods: Enabled: false Style/DotPosition: EnforcedStyle: leading Style/FormatString: Enabled: false Style/AndOr: EnforcedStyle: conditionals Style/Not: ...
Apply extra rules to Rubocop
Apply extra rules to Rubocop
YAML
mit
moneyadviceservice/marketing-blog,moneyadviceservice/marketing-blog,moneyadviceservice/marketing-blog,moneyadviceservice/marketing-blog
63ad121a359fa727ae23c5ab20219e8af8f6194d
.styleci.yml
.styleci.yml
preset: recommended enabled: - long_array_syntax - concat_with_spaces - no_blank_lines_before_namespace - not_operator_with_space disabled: - short_array_syntax - concat_without_spaces - single_blank_line_before_namespace
preset: recommended enabled: - concat_with_spaces - no_blank_lines_before_namespace - not_operator_with_space disabled: - concat_without_spaces - single_blank_line_before_namespace
Tweak StyleCI rules to allow short array syntax
Tweak StyleCI rules to allow short array syntax
YAML
mit
rock-symphony/container
8fe9fbb4b1a3a4b9c1f82685141b5b5dcf2b537a
.codeclimate.yml
.codeclimate.yml
version: '2' # required to adjust maintainability checks plugins: checkstyle: enabled: true config: file: '.checkstyle.xml' checks: # We disable all the following CodeClimate checks: Checkstyle already checks for these things and has the advantage # that the Checkstyle config can also be used in o...
version: '2' # required to adjust maintainability checks plugins: checkstyle: enabled: true config: file: '.checkstyle.xml' checks: # We disable all the following CodeClimate checks: Checkstyle already checks for these things and has the advantage # that the Checkstyle config can also be used in o...
Exclude test classes in code climate config
Exclude test classes in code climate config
YAML
mit
AuthMe/ConfigMe
3cedad9c04d0d8183ee91afbaf8d634ce4ac1b74
environment.yml
environment.yml
name: symbiflow_arch_def_base channels: - defaults - symbiflow dependencies: - symbiflow-yosys=0.8_6021_gd8b2d1a2=20200708_083630 - symbiflow-yosys-plugins=1.0.0.7_0159_g4243dae=20201002_094407 - symbiflow-vtr=8.0.0.rc2_5097_gf1a3bcc2a=20200916_072439 - zachjs-sv2v=0.0.5_0018_ga170536 - cmake - make -...
name: symbiflow_arch_def_base channels: - defaults - symbiflow dependencies: - symbiflow-yosys=0.8_6021_gd8b2d1a2=20200708_083630 - symbiflow-yosys-plugins=1.0.0.7_0159_g4243dae=20201002_094407 - symbiflow-vtr=8.0.0.rc2_5097_gf1a3bcc2a=20200916_072439 - zachjs-sv2v=0.0.5_0018_ga170536 - cmake - make -...
Generalize libxml2 package spec now that 2.9.10 is released.
Generalize libxml2 package spec now that 2.9.10 is released. This allows using the libxml2 package from anaconda rather than from symbiflow. Signed-off-by: Keith Rothman <1bc19627a439baf17510dc2d0b2d250c96d445a5@users.noreply.github.com>
YAML
isc
SymbiFlow/symbiflow-arch-defs,SymbiFlow/symbiflow-arch-defs
4ef30b874c0476c707b6cfe171124b94889a05cb
environment.yml
environment.yml
name: devito channels: - defaults - conda-forge - omnia # pytest-ipynb dependencies: - numpy >=1.11 - sympy ==1.0 - matplotlib - pytest - pytest-ipynb - flake8>=2.1.0 - cached-property - py-cpuinfo - psutil>=5.1.0 - sphinx - sphinx_rtd_theme - pip: - "git+git://github.com/inducer/cgen...
name: devito channels: - defaults dependencies: - numpy >=1.11 - sympy ==1.0 - matplotlib - pytest - flake8>=2.1.0 - cached-property - psutil>=5.1.0 - sphinx - sphinx_rtd_theme - pip: - "git+git://github.com/inducer/cgen" - "git+git://github.com/inducer/codepy" - pytest-ipynb >=1.1 ...
Drop external conda channels and use pip instead
Travis: Drop external conda channels and use pip instead
YAML
mit
opesci/devito,opesci/devito
7ed5c5576d57a9a97f196d0bf2157b0b77d84d1f
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master pool: vmImage: "ubuntu-latest" steps: - task: Docker@2 displayName: Login inputs: command: login ...
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml trigger: - master stages: - stage: build jobs: - job: Build pool: vmImage: "ubuntu-latest" steps: - task: Docker@2...
Move deployment setup to yaml
Move deployment setup to yaml
YAML
isc
WritheM/Marconi
05389eda0561838375225fb3be1d5cedc6b43ead
recipes/mplcursors/meta.yaml
recipes/mplcursors/meta.yaml
{% set name = "mplcursors" %} {% set version = "0.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/m/mplcursors/mplcursors-{{ version }}.tar.gz sha256: 67fbbc5c7ea979c223baf01df55e3cab425f71d3fb96ed100686873ddf3ae786 build: number: 0 noarch: python...
{% set name = "mplcursors" %} {% set version = "0.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/m/mplcursors/mplcursors-{{ version }}.tar.gz sha256: 67fbbc5c7ea979c223baf01df55e3cab425f71d3fb96ed100686873ddf3ae786 build: number: 0 noarch: python...
Include the tests and run them
Include the tests and run them
YAML
bsd-3-clause
johanneskoester/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,isuruf/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,SylvainCorlay/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,rmcgibbo/staged-recipes,jakirkham/staged-recipes,cpaulik/staged-recipes,patricksnape/staged-rec...
ec78e9d84d13de60b54368dd751a338d8c9af73b
image-yaml/overcloud-images.yaml
image-yaml/overcloud-images.yaml
disk_images: - imagename: overcloud-full arch: amd64 type: qcow2 elements: - hosts - baremetal - dhcp-all-interfaces - overcloud-agent - overcloud-full - overcloud-controller - overcloud-compute - overcloud-ceph-storage - puppet-modules - hie...
disk_images: - imagename: overcloud-full arch: amd64 type: qcow2 elements: - hosts - baremetal - dhcp-all-interfaces - overcloud-agent - overcloud-full - overcloud-controller - overcloud-compute - overcloud-ceph-storage - puppet-modules - hie...
Remove remaining vendor plugins from default image YAML
Remove remaining vendor plugins from default image YAML Trunk is again broken by a vendor plugin not keeping up with deprecations in neutron. This time it is the bigswitch plugin that is using code from neutron that was moved to neutron-lib. There is not really any reason to have these vendor plugins installed in the...
YAML
apache-2.0
openstack/tripleo-common,openstack/tripleo-common
8a2b4930d0c29acc2387bae98fe27247d65a941a
test-integration/commands.yml
test-integration/commands.yml
- params: breaker: ../../../../../bin/breaker - description: Command help should display help information command: '{breaker} --help' exitcode: 0 output: 'Usage: breaker' - description: Command init should create sample Breaker hosts file command: '{breaker} init' exitcode: 0 output: 'Creating sample ...
- params: breaker: ../../../../../bin/breaker - description: Command help should display help information command: '{breaker} --help' exitcode: 0 output: 'Usage: breaker' - description: Command init should create sample Breaker hosts file command: '{breaker} init' exitcode: 0 output: 'Creating sample ...
Fix integration test output check following port change.
Fix integration test output check following port change.
YAML
mit
cliffano/breaker
cba072451b6b4d39c753225bb5a9390e18fae76c
ansible/playbook.yml
ansible/playbook.yml
--- - hosts : workstation connection : local vars_files: - vars/apps.yml - vars/system.yml roles: # init - { role: common/init, tags: [ "install", "init" ] } # get facts from shell - { role: common/shell_facts, tags: [ "install" ] } # apps - { role: apps/backup, tags: ...
--- - hosts : workstation connection : local vars_files: - vars/apps.yml - vars/system.yml roles: # init - { role: common/init, tags: [ "install", "init" ] } # check sudo - { role: common/check_sudo, tags: [ "install" ] } # get facts from shell - { role: common/she...
Move sudo check outside of init, so it doesn't break init
Move sudo check outside of init, so it doesn't break init
YAML
mit
d3v1an7/fresh
5ccd6bf4e7ca94cce84435e281b31b36c5b3ea8e
codecov.yml
codecov.yml
coverage: # Remember to change values in build.gradle.kts too ignore: - **/*Event.kt - **/*State.kt - **/*Configuration.kt - **/*Runner.kt - **/*Factory.kt - **/*Sleeper.kt
coverage: # Remember to change values in build.gradle.kts too ignore: - **/*Event.kt - **/*State.kt - **/*Configuration.kt - **/*Runner.kt - **/*Factory.kt - **/*Sleeper.kt status: project: off patch: off
Disable status setting for Codecov
Disable status setting for Codecov
YAML
isc
CarrotCodes/Warren,CarrotCodes/Warren
a5c40e361c4b6abf8b081fb64d92ed9abe521cca
puppet/hieradata/compute.yaml
puppet/hieradata/compute.yaml
# Hiera data here applies to all compute nodes nova::notify_on_state_change: 'vm_and_task_state' nova::compute::enabled: true nova::compute::instance_usage_audit: true nova::compute::instance_usage_audit_period: 'hour' nova::compute::vnc_enabled: true nova::compute::libvirt::vncserver_listen: '0.0.0.0' nova::compute...
# Hiera data here applies to all compute nodes nova::notify_on_state_change: 'vm_and_task_state' nova::notification_driver: messagingv2 nova::compute::enabled: true nova::compute::instance_usage_audit: true nova::compute::instance_usage_audit_period: 'hour' nova::compute::vnc_enabled: true nova::compute::libvirt::vnc...
Set notification driver for nova to send
Set notification driver for nova to send Currently since nova compute is not configured to send notifications to ceilometer, tempest tests fail on tempest.api.telemetry.test_telemetry_notification_api. Change-Id: I763b7d246ae3f5955b6f555c8fd107d2cac89787
YAML
apache-2.0
bcrochet/tripleo-heat-templates,dprince/tripleo-heat-templates,trozet/opnfv-tht,bcrochet/tripleo-heat-templates,bcrochet/tripleo-heat-templates,trozet/opnfv-tht,openstack/tripleo-heat-templates,dprince/tripleo-heat-templates,trozet/opnfv-tht,openstack/tripleo-heat-templates
44e7b59d4c759b24cca6b328c57c7748b9b19f46
roles/dotfile/tasks/main.yml
roles/dotfile/tasks/main.yml
--- # - name: "Launcher | Add repository Synapse" apt_repository: repo='ppa:noobslab/apps' state=present update_cache=yes when: {{ ansible_distribution }} == 'Ubuntu' && {{ ansible_distribution_version }} != '14.04' - name: "Launcher | Install Synapse" apt: pkg={{ item }} state=installed when: {{ ansible_dis...
--- # - name: "Launcher | Add repository Synapse" apt_repository: repo='ppa:noobslab/apps' state=present update_cache=yes when: ansible_distribution == "Ubuntu" and {{ ansible_distribution_version | version_compare('14.04', '<') }} - name: "Launcher | Install Synapse" apt: pkg={{ item }} state=installed when...
Fix bug : when test distibution
Fix bug : when test distibution
YAML
mit
ericjsilva/ansible-desktop-ubuntu
3ba555a0f9a944b452a5fdfa1d7e0ee8311f00ed
roles/mapping/tasks/main.yml
roles/mapping/tasks/main.yml
--- - name: mapping service docker: name: mapping-service image: deconst/mapping-service pull: always state: reloaded env: CONTROL_REPO_URL: "{{ control_repository_url }}" CONTROL_REPO_BRANCH: "{{ control_repository_branch }}" MAP_LOG_LEVEL: "{{ map_log_level }}" ports: ...
--- - name: mapping service docker: name: mapping-service image: quay.io/deconst/mapping-service pull: always state: reloaded env: CONTROL_REPO_URL: "{{ control_repository_url }}" CONTROL_REPO_BRANCH: "{{ control_repository_branch }}" MAP_LOG_LEVEL: "{{ map_log_level }}" por...
Use quay for the mapping service.
Use quay for the mapping service.
YAML
apache-2.0
ktbartholomew/deploy,ktbartholomew/deploy,deconst/deploy,deconst/deploy
af0350c0c85dca73b0ff6d337b7b252c2f4fe857
recipes/sphinx-intl/meta.yaml
recipes/sphinx-intl/meta.yaml
{% set name = "sphinx-intl" %} {% set version = "2.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sphinx-intl-{{ version }}.tar.gz sha256: b25a6ec169347909e8d983eefe2d8adecb3edc2f27760db79b965c69950638b4 build: number: 0...
{% set name = "sphinx-intl" %} {% set version = "2.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sphinx-intl-{{ version }}.tar.gz sha256: b25a6ec169347909e8d983eefe2d8adecb3edc2f27760db79b965c69950638b4 build: number: 0...
Add entrypoint and command line test
Add entrypoint and command line test
YAML
bsd-3-clause
conda-forge/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,igortg/...
70e905ccefd4d6fef1bd9dc407fdc325d8ca8d0d
shared-dotfiles/tmuxinator/system.yml
shared-dotfiles/tmuxinator/system.yml
# ~/.tmuxinator/system.yml name: system root: ~/ # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: rbenv sh...
# ~/.tmuxinator/system.yml name: system root: ~/ # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: rbenv sh...
Remove 1password server tab in tmux
Remove 1password server tab in tmux
YAML
mit
owickstrom/dotfiles
bcd601e537700ce196ee24abcc8e8deff474a1c5
packages/si/siphon.yaml
packages/si/siphon.yaml
homepage: https://github.com/andrewthad/colonnade#readme changelog-type: '' hash: 23c2c2d39b48c8b951bfd47609b67bacebca04bb725e746979cf6d569fa12e7c test-bench-deps: test-framework-hunit: -any either: -any bytestring: -any test-framework: -any base: -any text: -any test-framework-quickcheck2: -any HUnit: ...
homepage: https://github.com/andrewthad/colonnade#readme changelog-type: '' hash: 20e6a353bd75fd6a55b99a7dd0e3d4e63d33885d99fa7b3762f6bca8702e6ef8 test-bench-deps: test-framework-hunit: -any either: -any bytestring: -any test-framework: -any base: -any text: -any test-framework-quickcheck2: -any HUnit: ...
Update from Hackage at 2017-02-23T22:26:50Z
Update from Hackage at 2017-02-23T22:26:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
60d24502d761b53e55f8fb561f2ff6fedb6e090b
packages/hs/hspec-wai-json.yaml
packages/hs/hspec-wai-json.yaml
homepage: https://github.com/hspec/hspec-wai#readme changelog-type: '' hash: ecd6ea1436db21606320abd15accf9c1676703a1649fc5430d3a3f1cb2fc0269 test-bench-deps: hspec-wai-json: -any base: ==4.* hspec: -any hspec-wai: -any maintainer: ! 'Fujimura Daisuke <me@fujimuradaisuke.com>, Simon Hengel <sol@typeful.net>'...
homepage: https://github.com/hspec/hspec-wai#readme changelog-type: '' hash: 6db20f19fc5693a2b24df3e2e26e4f6a4d728b3e5a32a22111d1ae384d3b1930 test-bench-deps: hspec-wai-json: -any base: ==4.* hspec: -any hspec-wai: -any maintainer: ! 'Fujimura Daisuke <me@fujimuradaisuke.com>, Simon Hengel <sol@typeful.net>'...
Update from Hackage at 2018-12-26T00:34:57Z
Update from Hackage at 2018-12-26T00:34:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
1a2eb9c1f8bebddbcc49c7c45e8e6395ab00c83b
packages/li/linear-grammar.yaml
packages/li/linear-grammar.yaml
homepage: '' changelog-type: '' hash: 72062a9b71d9754908398bb5830d593bf6c619496471d145aa364403bbacbf97 test-bench-deps: base: -any hspec: -any quickcheck-instances: -any QuickCheck: -any maintainer: Athan Clark <athan.clark@gmail.com> synopsis: A simple grammar for building linear equations and inclusive inequa...
homepage: '' changelog-type: '' hash: 3bc160c84052342b8983c8370c88885eb378ec0d4efdcf0bb9ec50601ac81d7f test-bench-deps: base: -any hspec: -any quickcheck-instances: -any QuickCheck: -any maintainer: Athan Clark <athan.clark@gmail.com> synopsis: A simple grammar for building linear equations and inclusive inequa...
Update from Hackage at 2015-06-11T15:23:54+0000
Update from Hackage at 2015-06-11T15:23:54+0000
YAML
mit
commercialhaskell/all-cabal-metadata
8b77f1884bed00c3a4e62a2cc917b70d31b94ae7
tests/App/config/config.yml
tests/App/config/config.yml
imports: - { resource: models/shopping-cart/shopping-cart.yml } framework: secret: secret test: ~ router: { resource: "%kernel.root_dir%/config/routing.yml" } templating: { engines: ['twig'] } assets: ~ doctrine: dbal: driver: pdo_sqlite ...
imports: - { resource: models/shopping-cart/shopping-cart.yml } framework: secret: secret test: ~ router: { resource: "%kernel.root_dir%/config/routing.yml" } templating: { engines: ['twig'] } assets: ~ doctrine: dbal: driver: pdo_sql...
Fix unable to open database file
Fix unable to open database file
YAML
mit
tienvx/mbt-bundle
e9bd93dbd7209e5e590faea4ce0d19a1b258dfdd
appveyor.yml
appveyor.yml
--- version: "{build}" install: - set PATH=C:\Ruby%ruby_version%\bin;%PATH% - gem update --no-document --system 2.7.8 - gem install bundler --no-document --version="<2.0.0" - bundle install --jobs 3 --retry 3 build: off # We are intentionally starting Rake a few times here, because we have seen some # encod...
--- version: "{build}" install: - set PATH=C:\Ruby%ruby_version%\bin;%PATH% - gem update --no-document --system - gem install bundler --no-document - bundle install --jobs 3 --retry 3 build: off # We are intentionally starting Rake a few times here, because we have seen some # encoding issues when all tasks...
Drop old Ruby version matrix from Appveyor CI
Drop old Ruby version matrix from Appveyor CI Appveyor is very slow in the CI matrix. Actually, Appveyor have not recently found a problem. This PR proposes to drop old Ruby version matrix from Appveyor CI.
YAML
mit
tejasbubane/rubocop,vergenzt/rubocop,meganemura/rubocop,bquorning/rubocop,bquorning/rubocop,deivid-rodriguez/rubocop,vergenzt/rubocop,jmks/rubocop,mikegee/rubocop,panthomakos/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,smakagon/rubocop,maxjacobson/rubocop,meganemura/rubocop,mikegee/rubocop,panthomakos/rubocop,bquorn...
527732f0f4a883cfe42a82a7002b366126cee972
appveyor.yml
appveyor.yml
os: unstable environment: #GH_TOKEN: # secure: Ga+40bO3lQTmQOxV/e8JwZyd0SukxC6SFRlDZ1B478dZ29qxXDsWzStTdDt0FXg3 matrix: - nodejs_version: 7 cache: - "%LOCALAPPDATA%/Yarn" - node_modules -> package.json - app/node_modules -> app/package.json matrix: fast_finish: true build: off version: '0.0.1-...
os: unstable environment: #GH_TOKEN: # secure: Ga+40bO3lQTmQOxV/e8JwZyd0SukxC6SFRlDZ1B478dZ29qxXDsWzStTdDt0FXg3 matrix: - nodejs_version: 7 cache: - "%LOCALAPPDATA%/Yarn" - node_modules -> package.json - app/node_modules -> app/package.json platform: - x64 matrix: fast_finish: true build: of...
Allow x64 builds instead of x86 ones
Allow x64 builds instead of x86 ones
YAML
mit
MovieCast/moviecast-desktop,MovieCast/moviecast-desktop,MovieCast/desktop,MovieCast/desktop
6e615be3d80ca2613bee222bae6db0879256c8c8
metadata/com.serwylo.babydots.yml
metadata/com.serwylo.babydots.yml
Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/babydots/babydots IssueTracker: https://github.com/babydots/babydots/issues AutoName: Baby Dots RepoType: git Repo: https://github.com/babydots/babydots Builds: - versionName: 1.0.0 versionCode: 10000 commit: v1.0.0 subdir:...
Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/babydots/babydots IssueTracker: https://github.com/babydots/babydots/issues AutoName: Baby Dots RepoType: git Repo: https://github.com/babydots/babydots Builds: - versionName: 1.0.0 versionCode: 10000 commit: v1.0.0 subdir:...
Update Baby Dots to 1.2.0 (10200)
Update Baby Dots to 1.2.0 (10200)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
14d9b5464d7fbab868c48ded6f31855c6da90d97
appveyor.yml
appveyor.yml
version: '1.0.{build}' os: unstable cache: - bower_components - node_modules - app/node_modules environment: matrix: - nodejs_version: 6 install: - choco install googlechrome - ps: Install-Product node $env:nodejs_version - set CI=true - npm install -g npm@latest - set PATH=%APPDATA%\npm;%PATH% ...
version: '1.0.{build}' os: unstable cache: - bower_components - node_modules - app/node_modules environment: matrix: - nodejs_version: 6 install: - choco install googlechrome - ps: Install-Product node $env:nodejs_version - set CI=true - npm install -g npm@latest - set PATH=%APPDATA%\npm;%PATH% ...
Add auth_token to AppVeyor setting
Add auth_token to AppVeyor setting
YAML
mit
ujiro99/RedmineTimeTracker,ujiro99/RedmineTimeTracker,ujiro99/RedmineTimeTracker
74d944cefc50b2dc7e0f39f451284103231c14fd
metadata/com.oF2pks.netscope.yml
metadata/com.oF2pks.netscope.yml
Categories: - System License: GPL-3.0-only SourceCode: https://bitbucket.org/oF2pks/netscope IssueTracker: https://bitbucket.org/oF2pks/netscope/issues AutoName: Netscope Description: |- When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no lau...
Categories: - System License: GPL-3.0-only SourceCode: https://bitbucket.org/oF2pks/netscope IssueTracker: https://bitbucket.org/oF2pks/netscope/issues AutoName: Netscope Description: |- When you share a link with Netscope, it shows the URL and provides a list of Web browsers to open the link with. It has no lau...
Update Netscope to 2.2-5 (5)
Update Netscope to 2.2-5 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a433f96a7bbfe741216a19c9cccad30d6b00aebf
appveyor.yml
appveyor.yml
version: '1.0.{build}' matrix: fast_finish: true platform: Any CPU configuration: - Debug - Release test: assemblies: DataStructuresTest.dll
version: '1.0.{build}' matrix: fast_finish: true platform: Any CPU configuration: - Debug - Release before_build: - nuget restore test: assemblies: DataStructuresTest.dll
Fix Appveyor configuration to run nuget restore before the build
Fix Appveyor configuration to run nuget restore before the build
YAML
mit
gkalnytskyi/DataStructures
a829eb92096b0619dad47efa99e73e574a30dcf7
appveyor.yml
appveyor.yml
version: 1.0.{build} environment: matrix: - LUA: lua 5.1 install: - cmd: set PATH=%CD%\env\bin;C:\Python27\Scripts;%PATH% - cmd: pip install hererocks - cmd: hererocks env --%LUA% -rlatest - cmd: luarocks install busted - cmd: luarocks install luacheck build_script: - cmd: luarocks make test_script: - cmd: lua...
version: 1.0.{build} environment: matrix: - LUA: lua 5.1 - LUA: lua 5.2 - LUA: lua 5.3 install: - cmd: set PATH=%CD%\env\bin;C:\Python27\Scripts;%PATH% - cmd: pip install hererocks - cmd: hererocks env --%LUA% -rlatest - cmd: luarocks install busted - cmd: luarocks install luacheck build_script: - cmd: luar...
Add 5.2 and 5.3 test environments
Add 5.2 and 5.3 test environments
YAML
mit
cjtallman/lua_sysenv
e1dbe45cd075c3d1b34678b3450b43f8bace6a64
appveyor.yml
appveyor.yml
environment: matrix: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-gnu install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.6.0-${env:TARGET}.exe" - rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET ...
environment: matrix: - TARGET: x86_64-pc-windows-msvc - TARGET: i686-pc-windows-msvc - TARGET: i686-pc-windows-gnu install: - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-1.6.0-${env:TARGET}.exe" - rust-1.6.0-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" - SET PA...
Use correct file to extract
Use correct file to extract
YAML
apache-2.0
birkenfeld/rustendo64,bb2000/rustendo64,yupferris/rustendo64
65b936a9941c64be7eea240accb0945d5a21dc79
tilde/tmuxinator/hcking.yml
tilde/tmuxinator/hcking.yml
# ~/.tmuxinator/hcking.yml project_name: hcking project_root: ~/code/hcking pre: mysql.server start windows: - editor: layout: main-vertical panes: - vim - #empty, will just run plain bash - console: bundle exec rails s
# ~/.tmuxinator/hcking.yml project_name: hcking project_root: ~/code/hcking pre: vagrant up windows: - editor: layout: main-vertical panes: - vim - #empty, will just run plain bash
Use Vagrant for Hacken.in development
Use Vagrant for Hacken.in development
YAML
mit
moonglum/dotfiles,bascht/dotfiles-1,moonglum/dotfiles,bascht/dotfiles-1
61e1dd11f342cfc4411bd2c22c58d433eb107dcb
appveyor.yml
appveyor.yml
branches: only: - master clone_depth: 5 environment: matrix: - CMAKE_GENERATOR: "Visual Studio 12 2013" CMAKE_PREFIX_PATH: C:/Qt/5.3/msvc2013_opengl CONFIGURATION: Release - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64" CMAKE_PREFIX_PATH: C:/Qt/5.3/msvc2013_64_opengl CONFIGURA...
branches: only: - master clone_depth: 5 environment: matrix: - CMAKE_GENERATOR: "Visual Studio 12 2013" CMAKE_PREFIX_PATH: C:/Qt/5.6.3/msvc2013 CONFIGURATION: Release - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64" CMAKE_PREFIX_PATH: C:/Qt/5.6.3/msvc2015_64 CONFIGURATION: Rele...
Fix building and testing on AppVeyor
Fix building and testing on AppVeyor The default AppVeyor build worker image, Visual Studio 2015, doesn't contain Qt 5.3 nor Boost 1.59.0 anymore. See https://www.appveyor.com/docs/build-environment/#boost and https://www.appveyor.com/docs/build-environment/#qt.
YAML
mit
AbletonAG/aqt-stylesheets,AbletonAG/aqt-stylesheets
a65aa0001cf0ca911df9bd3f4590647bd578e003
appveyor.yml
appveyor.yml
build: off cache: "c:\\sr -> appveyor.yml" test_script: - set HLINT_ARGUMENTS=src - ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1') - stack exec -- weeder . +RTS -K1K - stack exec -- weeder --test +RTS -K1K - ps: Invoke-Command ([Scriptblock]::Create((I...
build: off cache: "c:\\sr -> appveyor.yml" test_script: - set HLINT_ARGUMENTS=src - ps: Invoke-Expression (Invoke-WebRequest 'https://raw.githubusercontent.com/ndmitchell/neil/master/appveyor.ps1') - stack exec -- weeder . --verbose +RTS -K1K - stack exec -- weeder --test --verbose +RTS -K1K - ps: Invoke-Command ([Scr...
Make the tests use verbose mode
Make the tests use verbose mode
YAML
bsd-3-clause
ndmitchell/weeder
d40c6765a2fc8d9b41ba448c23a7b7fdd93de271
appveyor.yml
appveyor.yml
version: '{build}' os: Windows Server 2012 install: - cinst jdk8 -params 'installdir=C:\\jdk8' - SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0 - SET PATH=%JAVA_HOME%\bin;%PATH% - ps: iex (new-object net.webclient).downloadstring('https://get.scoop.sh') - ps: $ErrorActionPreference = "Continue" - ps: scoop bu...
version: '{build}' os: Windows Server 2012 install: - cmd: SET JAVA_HOME=C:\Program Files\Java\jdk1.8.0 - cmd: SET PATH=%JAVA_HOME%\bin;%PATH% - cmd: choco install sbt -ia "INSTALLDIR=""C:\sbt""" - cmd: SET PATH=C:\sbt\bin;%JAVA_HOME%\bin;%PATH% # disable dynVer - ps: Remove-Item Env:\CI - cmd: sbt versio...
Use Chocolatey instead of Scoope for Windows sbt installation
Use Chocolatey instead of Scoope for Windows sbt installation
YAML
bsd-3-clause
scalameta/scalameta,scalameta/scalameta,scalameta/scalameta,scalameta/scalameta,scalameta/scalameta
85187a12d3b1bea530cbc6dd92b38e394ca32b20
backends.yml
backends.yml
development: mainstream: &mainstream type: elasticsearch server: localhost port: 9200 index_name: "rummager" detailed: &detailed type: elasticsearch server: localhost port: 9200 index_name: "detailed" primary: *mainstream secondary: type: none test: primary: type: n...
development: mainstream: &mainstream type: elasticsearch server: localhost port: 9200 index_name: "rummager" detailed: &detailed type: elasticsearch server: localhost port: 9200 index_name: "detailed" government: &government type: elasticsearch server: localhost port: 9...
Add 'government' index to stop preview Inside Gov breaking
Add 'government' index to stop preview Inside Gov breaking
YAML
mit
theodi/rummager,theodi/rummager,alphagov/rummager,alphagov/rummager
e5f6eb4d0d5641dfac55c31206e047d6e9e2a09d
_config/site.yml
_config/site.yml
title: Immutant profiles: staging: base_url: http://staging.immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/staging/htdocs production: base_url: http://immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/www/htdocs deve...
title: Immutant profiles: staging: base_url: http://staging.immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/staging/htdocs production: base_url: http://immutant.org/ deploy: host: immutant.org path: /var/www/domains/immutant.org/www/htdocs deve...
Fix latest 2.x plugin version.
Fix latest 2.x plugin version.
YAML
apache-2.0
immutant/immutant.org,immutant/immutant.org,immutant/immutant.org
f772cd8474566da55f6db5c4781c748e070e29e1
.github/stale.yml
.github/stale.yml
# Number of days of inactivity before an issue becomes stale daysUntilStale: 45 # Number of days of inactivity before a stale issue is closed daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - bug - 'help wanted' - 'in progress' - 'do not merge' - 'needs review' # La...
# Number of days of inactivity before an issue becomes stale daysUntilStale: 45 # Number of days of inactivity before a stale issue is closed daysUntilClose: 15 # Issues with these labels will never be considered stale exemptLabels: - todo - ready - 'in progress' - 'do not merge' - 'needs review' - 'high pr...
Remove bug from exempt issue list
Remove bug from exempt issue list
YAML
mit
storybooks/react-storybook,storybooks/storybook,storybooks/react-storybook,kadirahq/react-storybook,rhalff/storybook,storybooks/storybook,rhalff/storybook,storybooks/storybook,storybooks/storybook,rhalff/storybook,storybooks/storybook,storybooks/react-storybook,storybooks/react-storybook,rhalff/storybook,storybooks/sto...
b71a1ae964cb9f63dc33d5886d397955409cc5cd
roles/arpwatch/tasks/main.yml
roles/arpwatch/tasks/main.yml
--- - name: Arpwatch tasks block: - name: Ensure arpwatch is installed package: name: arpwatch state: latest - name: Ensure eth0 is used as device lineinfile: path: /etc/arpwatch.conf state: present regexp: "eth0 -m root$" # noqa 203 line: "eth0 -m ...
--- - name: Arpwatch tasks block: - name: Ensure arpwatch is installed package: name: arpwatch state: latest - name: Ensure args are configured correctly lineinfile: path: /etc/default/arpwatch state: present regexp: "ARGS=" # noqa 203 line: 'ARGS="...
Adjust for Debian buster package
Adjust for Debian buster package
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
f6c95a893927c286417be3a8d68573b0c25748c2
zuul.d/layout.yaml
zuul.d/layout.yaml
- project-template: name: puppet-tripleo-module-unit-jobs check: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-5.5-centos-8: voting: false - puppet-openstack-unit-6.0-ubuntu-bionic - puppet-openstack-unit-latest-ubuntu-bionic: vo...
- project-template: name: puppet-tripleo-module-unit-jobs check: jobs: - puppet-openstack-unit-5.5-centos-7 - puppet-openstack-unit-5.5-centos-8 - puppet-openstack-unit-6.0-ubuntu-bionic - puppet-openstack-unit-latest-ubuntu-bionic: voting: false gate: ...
Make CentOS8 unit tests voting
Make CentOS8 unit tests voting ... because currently CentOS7 job is only invoked for stable branches. Change-Id: I5fc1470e13f0f0a2df095a865757603a81d803e6 Closes-Bug: #1870448
YAML
apache-2.0
openstack/puppet-tripleo,openstack/puppet-tripleo,openstack/puppet-tripleo
5a4df2f3b9f0725361f916409162d42570502403
roles/internal/tasks/main.yml
roles/internal/tasks/main.yml
--- - name: Allow local loopback traffic action: ufw interface=lo rule=allow notify: Reload ufw - name: Allow outbound public traffic action: ufw interface=eth0 direction=out rule=allow notify: Reload ufw - name: Allow inbound TCP traffic from internal hosts action: ufw direction=in proto=tcp from_ip={{ ite...
--- - name: Enable ufw action: ufw state=enabled - name: Allow local loopback traffic action: ufw interface=lo rule=allow notify: Reload ufw - name: Allow outbound public traffic action: ufw interface=eth0 direction=out rule=allow notify: Reload ufw - name: Allow inbound TCP traffic from internal hosts ...
Enable ufw before creating rules
Enable ufw before creating rules
YAML
mit
RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible
4c39370f4dd447bcdd08222c50001b30b79f238e
roles/internal/tasks/main.yml
roles/internal/tasks/main.yml
--- - name: Enable ufw action: ufw state=enabled - name: Allow outbound public traffic action: ufw direction=out policy=allow notify: Reload ufw - name: Deny other inbound traffic action: ufw direction=in policy=deny notify: Reload ufw - name: Allow inbound traffic from internal hosts action: ufw directi...
--- - name: Enable ufw action: ufw state=enabled - name: Allow outbound public traffic action: ufw direction=outbound policy=allow notify: Reload ufw - name: Allow inbound traffic from internal hosts action: ufw direction=in proto=any from_ip={{ item }} rule=allow with_items: - 10.132.250.45 # dns-01 ...
Allow inbound private traffic before setting the default policy to deny
Allow inbound private traffic before setting the default policy to deny
YAML
mit
Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible,RitwikGupta/ansible
e926bd5611ced0bef97a1f3a03b636c22110a42b
roles/haproxy/defaults/main.yml
roles/haproxy/defaults/main.yml
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem haproxy_removal_applications: [] haproxy_cookie_max_idle: 3600 haproxy_rolling_updates: False haproxy_18: False
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem haproxy_removal_applications: [] haproxy_cookie_max_idle: 3600 haproxy_rolling_updates: False haproxy_18: False haproxy_metricbeat: False
Add default value for haproxy_metricbeat switch
Haproxy: Add default value for haproxy_metricbeat switch
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
ef8d5112accd73d4e32d476a2b25eaef08b5f025
metadata/net.nhiroki.bluesquarespeedometer.yml
metadata/net.nhiroki.bluesquarespeedometer.yml
Categories: - Navigation License: Apache-2.0 AuthorName: nhirokinet AuthorWebSite: https://nhiroki.net/ SourceCode: https://github.com/nhirokinet/bluesquarespeedometer IssueTracker: https://github.com/nhirokinet/bluesquarespeedometer/issues AutoName: Blue Square Speedometer RepoType: git Repo: https://github.com/nh...
Categories: - Navigation License: Apache-2.0 AuthorName: nhirokinet AuthorWebSite: https://nhiroki.net/ SourceCode: https://github.com/nhirokinet/bluesquarespeedometer IssueTracker: https://github.com/nhirokinet/bluesquarespeedometer/issues AutoName: Blue Square Speedometer RepoType: git Repo: https://github.com/nh...
Update Blue Square Speedometer to 0.1.1 (2)
Update Blue Square Speedometer to 0.1.1 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
963d38605e0d7d84122a8e3a8a4bd84ecb6c625b
.gitlab/ci/jest.yml
.gitlab/ci/jest.yml
jest: stage: test extends: - .env_base before_script: - source /opt/rh/rh-nodejs12/enable - yarn install script: - yarn test - echo "Also test eslint-plugin-zammad..." - cd .eslint - yarn install - yarn test
jest: stage: test extends: - .env_base before_script: - source /opt/rh/rh-nodejs*/enable - yarn install script: - yarn test - echo "Also test eslint-plugin-zammad..." - cd .eslint - yarn install - yarn test
Improve CI config to use any NodeJS available on the CentOS CI image.
Maintenance: Improve CI config to use any NodeJS available on the CentOS CI image.
YAML
agpl-3.0
zammad/zammad,zammad/zammad,zammad/zammad,monotek/zammad,monotek/zammad,monotek/zammad,monotek/zammad,zammad/zammad,zammad/zammad,monotek/zammad,zammad/zammad,monotek/zammad
7b63a98f428e41a6b791673017aed29e13c51dff
concourse/tasks/delete_admin.yml
concourse/tasks/delete_admin.yml
--- platform: linux image_resource: type: docker-image source: repository: governmentpaas/cf-uaac inputs: - name: paas-cf - name: cf-secrets - name: cf-manifest - name: admin-creds - name: bosh-CA run: path: sh args: - -e - -c - | NAME=$(cat admin-creds/username) if [ "${EN...
--- platform: linux image_resource: type: docker-image source: repository: governmentpaas/cf-cli inputs: - name: paas-cf - name: cf-secrets - name: cf-manifest - name: admin-creds - name: bosh-CA run: path: sh args: - -e - -u - -c - | NAME=$(cat admin-creds/username) if...
Use `cf remove-user` to remove user from test jobs
Use `cf remove-user` to remove user from test jobs Here we rework the common delete_admin.yml task to use cf(1) rather than uaac(1) when deleting the user, so that the deletion is progated to the cloudcontroller. There is still an asymetry here in that we use uaac to make the testing admin user, as you cannot create ...
YAML
mit
jimconner/paas-cf,jimconner/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,alphagov/paas-cf,jimconner/paas-cf,jimconner/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
ee54a4f359c3d02a376c48025fa53574fecdd7c8
.github/workflows/audit.yaml
.github/workflows/audit.yaml
--- name: Audit on: schedule: - cron: '30 2 * * *' jobs: audit: runs-on: ubuntu-20.04 name: Audit timeout-minutes: 15 strategy: fail-fast: false matrix: branch: - '2.4' - '2.6' - '2.7' - master steps: - run: sudo npm insta...
--- name: Audit on: schedule: - cron: '30 2 * * *' jobs: audit: runs-on: ubuntu-20.04 name: Audit timeout-minutes: 15 strategy: fail-fast: false matrix: branch: - '2.4' - '2.6' - '2.7' - master steps: - run: sudo npm insta...
Fix the checkout user to be able to create pull request for Snyk fix
Fix the checkout user to be able to create pull request for Snyk fix
YAML
mit
camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo
180cc05ba43e65d1981cfdbe05eea99fec35bf46
conda-recipes/llvmlite/meta.yaml
conda-recipes/llvmlite/meta.yaml
package: name: llvmlite version: "0.1.dev8" source: path: ../.. #git_url: https://github.com/numba/llvmlite.git build: number: 1 requirements: build: - python # On channel https://binstar.org/numba/ - llvmdev 3.5* #- cmake [win] run: - python - enum34 [py26 or...
package: name: llvmlite version: {{ environ['GIT_DESCRIBE_TAG'].lstrip('v') }} source: # Using the local source tree helps test building without pushing changes path: ../.. #git_url: https://github.com/numba/llvmlite.git build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} requirements: build: ...
Use git-describe to infer version and build number in conda recipe
Use git-describe to infer version and build number in conda recipe
YAML
bsd-2-clause
m-labs/llvmlite,squisher/llvmlite,sklam/llvmlite,ssarangi/llvmlite,ssarangi/llvmlite,m-labs/llvmlite,sklam/llvmlite,numba/llvmlite,pitrou/llvmlite,markdewing/llvmlite,sklam/llvmlite,m-labs/llvmlite,pitrou/llvmlite,squisher/llvmlite,markdewing/llvmlite,m-labs/llvmlite,ssarangi/llvmlite,markdewing/llvmlite,numba/llvmlite...
0a3631139c958fb604bb6999efa44099bd3de985
recipes/dukpy/meta.yaml
recipes/dukpy/meta.yaml
{% set name = "dukpy" %} {% set version = "0.2.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/amol-/{{ name }}/archive/{{ version }}.tar.gz sha256: 081eda6d60053dc6b141171ff6cfd5dfd037ab06d4ad5fbeaf01b850029cac3d build: number: 0 script: "{{ PYTHON }} -m pip...
{% set name = "dukpy" %} {% set version = "0.2.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/amol-/{{ name }}/archive/{{ version }}.tar.gz sha256: 081eda6d60053dc6b141171ff6cfd5dfd037ab06d4ad5fbeaf01b850029cac3d build: number: 0 script: "{{ PYTHON }} -m pip...
Add entry points for command line tools.
Add entry points for command line tools. Co-Authored-By: Marcelo Duarte Trevisani <5702938cc6f34d9b21feecbe3356d0c21a64f65f@users.noreply.github.com>
YAML
bsd-3-clause
mariusvniekerk/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,mcs07/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,chrisburr/staged-reci...
fecbce5807a7f8f5af7d045af339d297232489da
.github/workflows/codeql.yml
.github/workflows/codeql.yml
name: "CodeQL" on: push: pull_request: schedule: # Runs at 15:00 UTC on Fri - cron: '0 15 * * 5' jobs: analyze: if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository name: Analyze runs-on: ubuntu-latest ...
name: "CodeQL" on: push: pull_request: schedule: # Runs at 15:00 UTC on Fri - cron: '0 15 * * 5' jobs: analyze: if: github.event_name == 'schedule' || github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository name: Analyze runs-on: ubuntu-latest ...
Update CodeQL Actions to latest version
Update CodeQL Actions to latest version
YAML
mit
oduwsdl/ipwb,oduwsdl/ipwb,oduwsdl/ipwb,oduwsdl/ipwb
58b521bc93f0ef8993b67c79164375af87ceed2a
.github/workflows/dkm-ci.yml
.github/workflows/dkm-ci.yml
# This is a basic workflow to help you get started with Actions name: dkm-ci # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: [push] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: dkm-ci-${...
# This is a basic workflow to help you get started with Actions name: dkm-ci # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: [push] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build-and...
Fix issue in new Github Actions build
Fix issue in new Github Actions build Cmake command needs to be executed from build subdir, and matrix named value doesn't seem to be accessible for the job name.
YAML
mit
genbattle/dkm
07f502f29f9998614f744dcd18c2a37defd933d4
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 9.x, 10.x, 11.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ mat...
name: Node CI on: [push] jobs: build: strategy: matrix: node-version: [8.x, 12.x, 13.x] os: [ubuntu-latest, windows-latest, mac-latest] runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-nod...
Reduce the number of nodes in test (now 8,12,13); add oses (windows, mac)
Reduce the number of nodes in test (now 8,12,13); add oses (windows, mac)
YAML
mit
StoneCypher/jssm,StoneCypher/jssm,StoneCypher/jssm
475eef44ce9febf33b6b43b7e191fadfee423bf5
.github/workflows/pytest.yml
.github/workflows/pytest.yml
# .github/workflows/app.yaml name: PyTest on: push jobs: test: runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out repository code uses: actions/checkout@v2 # Setup Python (faster than using Python container) - name: Setup Python uses: actions/setup-pyt...
# .github/workflows/app.yaml name: PyTest on: push jobs: test: runs-on: ubuntu-latest timeout-minutes: 10 steps: - name: Check out repository code uses: actions/checkout@v2 # Setup Python (faster than using Python container) - name: Setup Python uses: actions/setup-pyt...
Add github actions to run tests.
Add github actions to run tests.
YAML
mit
ecolell/amphipathic
c7f55bf6dfde7dd4c49f1c1e5f896f988d97e91c
packages/av/avatar-generator.yaml
packages/av/avatar-generator.yaml
homepage: http://github.com/keera-studios/avatar-generator changelog-type: '' hash: 12fc502c958c58195cb95bd7cfeef7845da52d1df3e39935fa3c6cbcd00186be test-bench-deps: {} maintainer: ivan.perez@keera.co.uk synopsis: A simple 5x5 random avatar icon generator changelog: '' basic-deps: JuicyPixels: ! '>=3.2 && <3.3' bas...
homepage: http://github.com/keera-studios/avatar-generator changelog-type: '' hash: 765f6b24e602dba81da2f067f8d457ca62d95055dac3496a2994f9b4fa9c9d41 test-bench-deps: {} maintainer: ivan.perez@keera.co.uk synopsis: A simple random avatar icon generator changelog: '' basic-deps: JuicyPixels: ! '>=3.2 && <3.3' base: !...
Update from Hackage at 2015-09-22T13:37:50+0000
Update from Hackage at 2015-09-22T13:37:50+0000
YAML
mit
commercialhaskell/all-cabal-metadata
8f344cdd62d4e1ac631fe8296d2bf8367703fcae
packages/se/servant-cassava.yaml
packages/se/servant-cassava.yaml
homepage: http://haskell-servant.readthedocs.org/ changelog-type: '' hash: 7aacc6df79298bdd04960509be8fae806d5f993ef24892f29404833094f83f13 test-bench-deps: {} maintainer: haskell-servant-maintainers@googlegroups.com synopsis: Servant CSV content-type for cassava changelog: '' basic-deps: bytestring: -any base: ! '...
homepage: http://haskell-servant.readthedocs.org/ changelog-type: '' hash: 753cfc2484aa9b07c3704fd64068545907273030f3dface2705adacdac770cf2 test-bench-deps: {} maintainer: haskell-servant-maintainers@googlegroups.com synopsis: Servant CSV content-type for cassava changelog: '' basic-deps: bytestring: -any base: ! '...
Update from Hackage at 2017-11-08T09:03:11Z
Update from Hackage at 2017-11-08T09:03:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
cfe3a9268201a358fd81ada6ab795c85daf125c8
roles/i3/tasks/main.yml
roles/i3/tasks/main.yml
--- - name: Install i3 become: true apt: name: i3 state: installed - name: Install py3status become: true pip: name: py3status - name: Symlink i3 config file: src: "{{ role_path }}/files" dest: "~/.i3" state: link
--- - name: Install i3 become: true apt: name: i3 state: installed - name: Install py3status become: true pip: name: py3status - name: Symlink i3 config file: src: "{{ role_path }}/files" dest: "~/.i3" state: link - name: Install pytz for status calendar become: true pip: na...
Install pip modules for py3status
Install pip modules for py3status
YAML
mit
JohnAZoidberg/dotfiles,JohnAZoidberg/dotfiles
102944387753a6d54d08d4e3b37f68b850024ca0
cluster-monitoring/Chart.yaml
cluster-monitoring/Chart.yaml
apiVersion: v1 name: cluster-monitoring version: 1.8.8 description: Cluster-wide monitoring setup using Prometheus-operator and Grafana. keywords: - grafana - prometheus-operator - monitoring - prometheus - opsgenie home: https://github.com/coreos/prometheus-operator/ sources: - https://github.com/coreos/pr...
apiVersion: v1 name: cluster-monitoring version: 1.9.0 description: Cluster-wide monitoring setup using Prometheus-operator and Grafana. keywords: - grafana - prometheus-operator - monitoring - prometheus - opsgenie home: https://github.com/coreos/prometheus-operator/ sources: - https://github.com/coreos/pr...
Bump cluster monitoring chart version
Bump cluster monitoring chart version
YAML
apache-2.0
skyscrapers/charts
5a9e0ec3e8d05681e57041d8bef33335e3cb999c
cluster/canary/tabulator.yaml
cluster/canary/tabulator.yaml
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metada...
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metada...
Enable filter-columns on TG Canary
Enable filter-columns on TG Canary
YAML
apache-2.0
GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid
640f9428e83505f880aa41d668d2ee70409f05bd
_config/languageprefix.yml
_config/languageprefix.yml
--- Name: languageprefix-extensions --- SiteTree: extensions: ['LanguagePrefix'] --- Name: languageprefix-config --- prefixconfig: locale_prefix_map: '' enable_duplicate_urlsegments: false disable_prefix_for_default_lang: false
--- Name: languageprefix-extensions --- SiteTree: extensions: ['LanguagePrefix'] --- Name: languageprefix-config --- prefixconfig: locale_prefix_map: [] enable_duplicate_urlsegments: false disable_prefix_for_default_lang: false
Change locale_prefix_map def value to empty array
Change locale_prefix_map def value to empty array
YAML
bsd-3-clause
Martimiz/silverstripe-languageprefix
f80f9c0f3278221e959d545725561a1cf6c12f5f
packages/st/string-transform.yaml
packages/st/string-transform.yaml
homepage: https://github.com/ncaq/string-transform#readme changelog-type: '' hash: b0717fffba9b20db722be7bc40e7149d29c41ebbe1685362a51c37d8fd9db13b test-bench-deps: bytestring: -any tasty-smallcheck: -any base: ! '>=4.7 && <5' text: -any string-transform: -any utf8-string: -any tasty-hunit: -any tasty: ...
homepage: https://github.com/ncaq/string-transform#readme changelog-type: '' hash: 37d3978e661b6d7752b003a4da1004c5c0dcd1ca1ed31dabcaab1f0bd918fc32 test-bench-deps: bytestring: -any tasty-smallcheck: -any base: ! '>=4.7 && <5' text: -any string-transform: -any utf8-string: -any tasty-hunit: -any tasty: ...
Update from Hackage at 2019-07-02T05:11:15Z
Update from Hackage at 2019-07-02T05:11:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
14e14b696f9851bc7aa81988726b90cab4c10fd8
packages/ty/typed-wire-utils.yaml
packages/ty/typed-wire-utils.yaml
homepage: http://github.com/typed-wire/hs-typed-wire-utils#readme changelog-type: '' hash: 0d71105f277ba4a89035df81a012427e658f6e3a7de1d05ac163076d5c59916c test-bench-deps: {} maintainer: Alexander Thiemann <mail@athiemann.net> synopsis: Haskell utility library required for code generated by typed-wire compiler changel...
homepage: http://github.com/typed-wire/hs-typed-wire-utils#readme changelog-type: '' hash: bcc02ecafa9fdcb868c284ef3ead98ff75e22a8f5fc3eb9202d63dab17e480d1 test-bench-deps: {} maintainer: Alexander Thiemann <mail@athiemann.net> synopsis: Haskell utility library required for code generated by typed-wire compiler changel...
Update from Hackage at 2017-10-04T02:40:21Z
Update from Hackage at 2017-10-04T02:40:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
7c7280f79f7ecaf7af36bc6f0a21aaca66d415ac
packages/ev/eventful-core.yaml
packages/ev/eventful-core.yaml
homepage: https://github.com/jdreaver/eventful#readme changelog-type: markdown hash: 39e2bd038b6f2e61a3d60e5d5655eab3135ccc7342176fe3fb7a4dcf9eb107be test-bench-deps: hlint: -any base: ! '>=4.9 && <5' hspec: -any text: -any uuid: -any http-api-data: -any HUnit: -any path-pieces: -any containers: -any ...
homepage: https://github.com/jdreaver/eventful#readme changelog-type: markdown hash: 0e723a41f82075e7c9ac7eba0ecf4fe098ed68c9fe35f9a1e4113a634b9ab9f0 test-bench-deps: hlint: -any base: ! '>=4.9 && <5' hspec: -any text: -any uuid: -any sum-type-boilerplate: -any http-api-data: -any HUnit: -any path-pie...
Update from Hackage at 2017-06-16T03:02:28Z
Update from Hackage at 2017-06-16T03:02:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
0203d58f282cfcac760541ef837c495092dfb384
packages/fu/functor-infix.yaml
packages/fu/functor-infix.yaml
homepage: https://github.com/fmap/functor-infix changelog-type: '' hash: 29a4edad559c35752156b49e60a023f0627867775a122dd7e2bf75d2bbc2a107 test-bench-deps: {} maintainer: vi@computational.law synopsis: Infix operators for mapping over compositions of functors. Lots of them. changelog: '' basic-deps: base: ! '>=4.7 && ...
homepage: https://github.com/fmap/functor-infix changelog-type: '' hash: cea21a321031f556d7a21b51e049493e7cb78baf64dd63f0d1a36de01c4c735b test-bench-deps: {} maintainer: vi@computational.law synopsis: Infix operators for mapping over compositions of functors. Lots of them. changelog: '' basic-deps: base: ! '>=4.7 && ...
Update from Hackage at 2018-12-20T05:12:30Z
Update from Hackage at 2018-12-20T05:12:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
8ae2699f6b719cb448a10291ca369d33955429a8
playbook/roles/base/tasks/yum.yml
playbook/roles/base/tasks/yum.yml
--- # Setup basic repositories and install basic packages. # Prepare yum repositories - yum: name={{item}} state=present with_items: - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" when: distro == "rhel7" - yum: name={{item}} state=present with_items: - "https...
--- # Setup basic repositories and install basic packages. # Prepare yum repositories - yum: name={{item}} state=present with_items: - "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" when: distro == "rhel7" - yum: name={{item}} state=present with_items: - "https...
Update server on first run.
Update server on first run.
YAML
mit
wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina,wunderkraut/WunderMachina
7aea21af02b5c599728b2f53546439a646c31803
config/routes/easy_admin.yaml
config/routes/easy_admin.yaml
easy_admin_bundle: resource: '@EasyAdminBundle/Controller/AdminController.php' prefix: /admin type: annotation
easy_admin_bundle: resource: '@EasyAdminBundle/Controller/AdminController.php' prefix: /over type: annotation
Fix route to easy admin
Fix route to easy admin
YAML
agpl-3.0
N7-Consulting/Incipio,N7-Consulting/Incipio,n7consulting/Incipio,N7-Consulting/Incipio,n7consulting/Incipio,n7consulting/Incipio,N7-Consulting/Incipio
edc5ff79baf53290f2496ce3dfc3262aaad30aef
ansible/util/reboot-vagrant.yml
ansible/util/reboot-vagrant.yml
--- - name: reboot vagrant host command: '/usr/bin/vagrant reload' delegate_to: 127.0.0.1 changed_when: false
--- - name: reboot vagrant host command: 'vagrant reload' delegate_to: 127.0.0.1 changed_when: false
Remove path to vagrant for portability
Remove path to vagrant for portability
YAML
mit
januswel/centos6.5
9da4a68cdb5f4dde331157a3f3ea9bc486dfc50b
packages/op/opentelemetry.yaml
packages/op/opentelemetry.yaml
homepage: '' changelog-type: '' hash: 2d9bc83e841d4422d10fe080f35d9bd925799b89d56447d928556199dd3a00dc test-bench-deps: {} maintainer: ethercrow@gmail.com synopsis: '' changelog: '' basic-deps: exceptions: -any bytestring: -any base: '>=4.11 && <5' all-versions: - 0.0.0.0 - 0.0.0.1 - 0.0.0.2 - 0.1.0 - 0.2.0 - 0.3...
homepage: '' changelog-type: '' hash: 37cfa1249b60cd3fc45033d38f060419b1f3d4ebf3f9178d704f8da3b98646eb test-bench-deps: {} maintainer: ethercrow@gmail.com synopsis: '' changelog: '' basic-deps: exceptions: -any bytestring: -any base: '>=4.11 && <5' all-versions: - 0.0.0.0 - 0.0.0.1 - 0.0.0.2 - 0.1.0 - 0.2.0 - 0.3...
Update from Hackage at 2020-05-11T21:19:35Z
Update from Hackage at 2020-05-11T21:19:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
8c5c7069ce9ef2af088565b03a91dc41fa2d063d
.gitlab-ci.yml
.gitlab-ci.yml
image: python:3.5 before_script: - pip install tox stages: - style - test flake8: stage: style script: - tox -e flake8 imports: stage: style script: - tox -e isort py35: stage: test script: - tox -e py35
image: python:3.5 before_script: - pip install tox stages: - style - test flake8: stage: style script: - tox -e flake8 imports: stage: style script: - tox -e isort py35: stage: test script: - echo -e $AFIP_TEST_KEY > testapp/test.key - echo -e $AFIP_TEST_CRT > testapp/test.crt -...
Use variable test keys when running CI
Use variable test keys when running CI We currently use the in-repository keys for testing in CI. This has the downside that once they expire, we can't re-run these tests inside CI. Use keys that are passed as environment variables, so once we reconfigure CI to use new keys, this also affects re-runs of older builds....
YAML
isc
hobarrera/django-afip,hobarrera/django-afip
81f625b625b91b773916b8e34bb6a45933308a9a
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build build_project: stage: build script: - make tags: - make - c - sh - freebsd ## How-to install on FreeBSD (sshd highly recommended): # pkg install wget security/ca_root_nss gcc git # wget -O /usr/local/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.ama...
stages: - build build_project: stage: build script: - git submodule sync # In case .gitmodules changed and we're in 'fetch' mode - git submodule update --init --recursive - make tags: - make - c - sh - freebsd ## How-to install on FreeBSD (sshd highly recommended): # pkg install wg...
Add submodules (required by gitlab, sigh)
Add submodules (required by gitlab, sigh)
YAML
mit
BenWiederhake/endian-ci,BenWiederhake/endian-ci
53bf70501948e86c7f94df6e06d44a182b479f73
.gitlab-ci.yml
.gitlab-ci.yml
build: tags: - maven - docker script: - mvn clean compile test: tags: - maven - docker script: - (cd acme4j-it; mvn -B docker:remove) - mvn -B -P ci org.jacoco:jacoco-maven-plugin:prepare-agent verify - mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gitlab.r...
build: tags: - maven - docker script: - mvn clean compile test: tags: - maven - docker script: - (cd acme4j-it; mvn -B docker:remove) - mvn -B -P ci org.jacoco:jacoco-maven-plugin:0.8.3:prepare-agent verify - mvn -B sonar:sonar -Dsonar.gitlab.commit_sha=$CI_BUILD_REF -Dsonar.gi...
Fix CI coverage test on Java 11
Fix CI coverage test on Java 11
YAML
apache-2.0
shred/acme4j,shred/acme4j,shred/acme4j
ce26905867870e9cf8c449828745a450d4f96ed9
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - test - github - cleanup push to github: image: wurbanski/alpine-git stage: github script: - if [ ! -n "$(grep "^github.com " ~/.ssh/known_hosts)" ]; then ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null; fi - eval $(ssh-agent -s) - echo "$GITHUB_SSH_KEY" > /tmp/ssh_k...
stages: - build - test - github - cleanup push to github: image: wurbanski/alpine-git stage: github script: - if [ ! -n "$(grep "^github.com " ~/.ssh/known_hosts)" ]; then ssh-keyscan github.com >> ~/.ssh/known_hosts 2>/dev/null; fi - eval $(ssh-agent -s) - echo "$GITHUB_SSH_KEY" > /tmp/ssh_k...
Change permissions for SSH key file
Change permissions for SSH key file
YAML
bsd-3-clause
wurbanski/i-must-go
cc9eacc897a00c6a725683dd94a53c1d5397ad94
.gitlab-ci.yml
.gitlab-ci.yml
image: haskell:7.10.3 pages: cache: paths: - _cache - .stack before_script: - apt-get update - bash -c "yes | apt-get install git" - export STACK_ROOT=`pwd`/.stack - stack install --only-dependencies - stack setup - stack build script: - stack exec site build artifac...
image: haskell:latest pages: cache: paths: - _cache - .stack before_script: - apt-get update - bash -c "yes | apt-get install git" - export STACK_ROOT=`pwd`/.stack - stack install --only-dependencies - stack setup - stack build script: - stack exec site build artifac...
Move to latest haskell docker
Move to latest haskell docker
YAML
mit
sakshamsharma/acehack,sakshamsharma/acehack,sakshamsharma/acehack
63fc277ee284b0f2f3326c5570148a13d64663c7
.gitlab-ci.yml
.gitlab-ci.yml
build-against-irida-master: script: make test IRIDA_VERSION=master build-against-irida-development: script: make test IRIDA_VERSION=development pep8: script: "scripts/verifyPEP8.sh" #build: # script: make windows # artifacts: # paths: # - build/nsis/IRIDA_Uploader_*.exe
before-script: - rm -rf /tmp/irida/* build-against-irida-master: script: make test IRIDA_VERSION=master build-against-irida-development: script: make test IRIDA_VERSION=development pep8: script: "scripts/verifyPEP8.sh" #build: # script: make windows # artifacts: # paths: # - bui...
Remove irida temp directories before testing.
Remove irida temp directories before testing.
YAML
apache-2.0
phac-nml/irida-miseq-uploader,phac-nml/irida-miseq-uploader
83f5069be46107b2f30cdbf689423daaf18772f7
.gitlab-ci.yml
.gitlab-ci.yml
image: ubuntu:devel stages: - build - deploy variables: DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf meson ninja-build libxml2-dev libglib2.0-dev libglib2.0-bin valac libgee-0.8-dev gettext gnome-common libtool-bin gobject-introspection l...
image: ubuntu:devel stages: - build - deploy variables: DEPENDENCIES: gcc gettext gtk-doc-tools make autoconf meson ninja-build libxml2-dev libglib2.0-dev libglib2.0-bin valac libgee-0.8-dev gettext gnome-common libtool-bin gobject-introspection l...
Add on failure log files
CI: Add on failure log files
YAML
lgpl-2.1
GNOME/gxml,GNOME/gxml,GNOME/gxml,GNOME/gxml
f3bdab63a999c2102b16bc7c9c536b4a8e212b53
.gitlab-ci.yml
.gitlab-ci.yml
variables: GIT_STRATEGY: fetch GIT_SUBMODULE_STRATEGY: normal NODE_OPTIONS: --no-warnings stages: - test tests: stage: test tags: - windows before_script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install -y yarn - refreshenv script: - yarn ...
variables: GIT_STRATEGY: fetch GIT_CHECKOUT: "false" GIT_SUBMODULE_STRATEGY: normal NODE_OPTIONS: --no-warnings stages: - test tests: stage: test tags: - windows before_script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install -y yarn - refreshenv ...
Test a fix for Windows CI issues with symlinks
Test a fix for Windows CI issues with symlinks
YAML
mit
Squishymedia/BIDS-Validator,nellh/bids-validator,nellh/bids-validator,nellh/bids-validator,Squishymedia/bids-validator
31ae15b50fba07ca3b5b4a9f2c88b8e3c54cd3e3
.swiftlint.yml
.swiftlint.yml
# Configuration for SwiftLint (https://github.com/realm/SwiftLint) excluded: - Carthage enabled_rules: - empty_count - missing_docs disabled_rules: - cyclomatic_complexity - function_body_length - line_length - opening_brace - valid_docs
# Configuration for SwiftLint (https://github.com/realm/SwiftLint) excluded: - Carthage enabled_rules: - empty_count - missing_docs disabled_rules: - comma - conditional_binding_cascade - cyclomatic_complexity - function_body_length - line_length - opening_brace - valid_docs
Disable some new SwiftLint rules
Disable some new SwiftLint rules
YAML
mit
mattrubin/onetimepassword,mattrubin/onetimepassword
11149c19be64bf930fade663124ef2383aa986db
ansible/roles.yml
ansible/roles.yml
--- - src: bbatsche.Base path: ansible/roles version: v1.3.1 - src: bbatsche.Nginx path: ansible/roles version: v2.1.0 - src: bbatsche.Phpenv path: ansible/roles version: v1.0.1 - src: bbatsche.Node path: ansible/roles version: v2.0.1 - src: bbatsche.Python path: ansible/roles version: v2.0.0 -...
--- - src: bbatsche.Base path: ansible/roles version: v1.3.1 - src: bbatsche.Nginx path: ansible/roles version: v2.1.0 - src: bbatsche.Phpenv path: ansible/roles version: v1.0.1 - src: bbatsche.Node path: ansible/roles version: v2.0.1 - src: bbatsche.Python path: ansible/roles version: v2.0.0 -...
Update MongoDB Install role to avoid pip version confusion
Update MongoDB Install role to avoid pip version confusion
YAML
mit
bbatsche/Vagrant-Setup
0f0ec0f8831438f7a5d2d36cf968689646eee95d
playbooks/services_prereqs.yml
playbooks/services_prereqs.yml
--- - name: install prerequisites for the catalyst services (pull reserves, traject) hosts: services roles: # - { role: java, tags: ['java'], become: true } # - { role: chruby, tags: ['chruby'], become: true } - { role: deploy-keys, tags: ['deploy-keys'] }
--- - name: install prerequisites for the catalyst services (pull reserves, traject) hosts: services roles: # NOTE: we are leaning on the fact that jruby is already installed # on the servers we actually care about right now # in order to avoid the performance issues we are getting from # installing it wit...
Add edifying comment regarding services
Add edifying comment regarding services
YAML
cc0-1.0
dheles/catalyst-ansible,jiaola/catalyst-ansible
ce37740a02b50b47bac80c4788b33855e7b70c94
extensions/oidc-token-propagation/runtime/src/main/resources/META-INF/quarkus-extension.yaml
extensions/oidc-token-propagation/runtime/src/main/resources/META-INF/quarkus-extension.yaml
--- artifact: ${project.groupId}:${project.artifactId}:${project.version} name: "OpenID Connect Token Propagation" metadata: keywords: - "oauth2" - "openid-connect" - "oidc" - "oidc-client" - "oidc-token-propagation" guide: "https://quarkus.io/guides/security-openid-connect-client" categories: - "secu...
--- artifact: ${project.groupId}:${project.artifactId}:${project.version} name: "OpenID Connect Token Propagation" metadata: keywords: - "oauth2" - "openid-connect" - "oidc" - "oidc-client" - "oidc-token-propagation" guide: "https://quarkus.io/guides/security-openid-connect-client" categories: - "secu...
Set oidc-token-propagation status to stable
Set oidc-token-propagation status to stable
YAML
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
c1916a995a2b63aee02d5b6509fdfa84ac8de899
ansible/_persistent-volume-delete.yaml
ansible/_persistent-volume-delete.yaml
--- - hosts: master[0] any_errors_fatal: true name: "Delete Kubernetes Persistent Volume" become: yes vars_files: - group_vars/all.yaml tasks: - name: delete Kubernetes PV command: kubectl --kubeconfig {{ kubernetes_kubeconfig.kubectl }} --ignore-not-found delete pv {{ volume_...
--- - hosts: master[0] any_errors_fatal: true name: "Delete Kubernetes Persistent Volume" become: yes vars_files: - group_vars/all.yaml tasks: - name: delete Kubernetes PV command: kubectl --kubeconfig {{ kubernetes_kubeconfig.kubectl }} --ignore-not-found=true delete pv {{ vo...
Fix kismatic volume delete command
Fix kismatic volume delete command
YAML
apache-2.0
apprenda/kismatic,apprenda/kismatic,apprenda/kismatic