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
44ada655eee1eb8187f9e3e205bcd5550430cd62
.circleci/config.yml
.circleci/config.yml
version: 2 workflows: version: 2 test: jobs: - test-3.6 - test-3.5 - test-2.7 jobs: test-3.6: &test-template docker: image: circleci/python:3.6 working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "...
version: 2 workflows: version: 2 test: jobs: - test-3.6 - test-3.5 - test-2.7 jobs: test-3.6: &test-template docker: - image: circleci/python:3.6 working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum...
Fix CircleCI YAML Docker declaration
Fix CircleCI YAML Docker declaration
YAML
mit
adambrenecki/virtualfish,adambrenecki/virtualfish
f4cc105f93e9846685b078ecf07786d1d13d7966
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: haskell: haskell-works/haskell-build-2@1.6.17 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 context: haskell-ci ...
version: 2.1 orbs: haskell: haskell-works/haskell-build-2@1.6.17 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 context: haskell-ci ...
Add fallback binary cache uri
Add fallback binary cache uri
YAML
bsd-3-clause
haskell-works/hw-prim
d623235d6a9c89585476ec5d5f830ea69f1330b3
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/camerakit-android docker: - image: circleci/android:api-25-alpha environment: JVM_OPTS: -Xmx3200m steps: - checkout - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "camerakit/build.gradle" }} - r...
version: 2 jobs: build: working_directory: ~/camerakit-android docker: - image: mwangijames/android-26-alpha-ndk environment: JVM_OPTS: -Xmx3200m steps: - checkout - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "camerakit/build.gradle" }} ...
Update circle docker to 3rd party with ndk support
Update circle docker to 3rd party with ndk support
YAML
mit
wonderkiln/CameraKit-Android,gogopop/CameraKit-Android,wonderkiln/CameraKit-Android,wonderkiln/CameraKit-Android,wonderkiln/CameraKit-Android,flurgle/CameraKit-Android
09f65badd7908a535bc82724f4d1b94ce363bfca
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/python:3.7.0-stretch-node-browsers steps: - checkout - run: name: Install miniconda command: | wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x...
version: 2 jobs: build: docker: - image: circleci/python:3.7.0-stretch-node-browsers steps: - checkout - run: name: Install miniconda command: | wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x...
FIX graphviz for viz of workflow
FIX graphviz for viz of workflow
YAML
bsd-3-clause
neuropycon/ephypype
7c76b7df25454cd2ca4dfe6c3920bbc956dfe8d6
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/danger docker: - image: ruby:2.3 environment: - RAILS_ENV=test - RACK_ENV=test steps: - checkout - run: gem update --system 2.4.8 - run: gem install bundler - restore_cache: key: gem-cache-{{ .Bran...
version: 2 jobs: build: working_directory: ~/danger docker: - image: ruby:2.3 environment: - RAILS_ENV=test - RACK_ENV=test steps: - checkout - run: gem update --system 2.4.8 - run: gem install bundler -v '1.17.3' - restore_cache: key: gem-ca...
Update bundler version for CircleCI
Update bundler version for CircleCI
YAML
mit
danger/danger,KrauseFx/danger,danger/danger,KrauseFx/danger,danger/danger
9cb9f4c317ebbc7c17aaf28487b14d6a6ff0d2d2
.circleci/config.yml
.circleci/config.yml
defaults: &defaults working_directory: ~/project docker: - image: node:latest version: 2 jobs: install: <<: *defaults steps: - restore_cache: key: stylelint-application - checkout - run: name: Install stylelint command: | npm install --globa...
defaults: &defaults working_directory: ~/project docker: - image: node:latest version: 2 jobs: install: <<: *defaults steps: - checkout - restore_cache: key: stylelint-application - run: name: Install stylelint command: npm install stylelint stylelint-c...
Install stylelint into local directory
Install stylelint into local directory By default, npm is installed in /usr/local/lib/node_modules. Caching /usr/local/lib/node_modules reverts version of npm to older one.
YAML
unlicense
curipha/userstyles
ed717f96ed27583b09004888c807260ec44e2a01
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:9@sha256:1632bcfcebea3d44a3835d0c53c0d58f1153f4742e77fc313cebfe5b31ecc074 - image: circleci/mongo:3@sha256:0ac35bbb9d95ae30faab813014ee90eebc083cb0c301f2a539a42115ada1aff9 - image: redis:4@sha256:fc13b47aca9b5b53f625efe91bcd5cc44c637e80a81e...
version: 2 jobs: build: docker: - image: circleci/node:9@sha256:1632bcfcebea3d44a3835d0c53c0d58f1153f4742e77fc313cebfe5b31ecc074 - image: circleci/mongo:3@sha256:36180754020ffa6fefb84a67fe46aa65e7d2ac12f6d20c89eec139ec2540469a - image: redis:4@sha256:fc13b47aca9b5b53f625efe91bcd5cc44c637e80a81e...
Update circleci/mongo:3 Docker digest to 361807
Update circleci/mongo:3 Docker digest to 361807
YAML
mit
js-accounts/accounts
57646689f3595c39d1e8b61ae8ac784119ea2cf3
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/codelabs docker: - image: circleci/node:8.1.2 steps: - checkout - run: name: install yarn command: 'yarn install' - run: name: lint command: yarn lint - run: name: test co...
version: 2 jobs: build-node8: working_directory: ~/codelabs docker: - image: circleci/node:8 steps: - checkout - run: name: install yarn command: 'yarn install' - run: name: lint command: yarn lint - run: name: test ...
Add supported node version in circleci
Add supported node version in circleci
YAML
mit
eleven-labs/codelabs,eleven-labs/codelabs
35fa705642b0307ec3f9011883c131d243cefdf9
.circleci/config.yml
.circleci/config.yml
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:7.10 # Specify service dependencies here if necessary # Circ...
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:7.10 # Specify service dependencies here if necessary # Circ...
Remove unauthorized npm update command
ci(circleci):: Remove unauthorized npm update command
YAML
mit
OzTK/elm-express-typescript-webpack-boilerplate,OzTK/elm-express-boilerplate,OzTK/elm-express-boilerplate,OzTK/elm-express-typescript-webpack-boilerplate,OzTK/elm-express-boilerplate,OzTK/elm-express-typescript-webpack-boilerplate
0f36983c926a169a37fa8cb000903e29fbd8e43e
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: '/:title.html' relative_permalinks: true # Setup title: "Adriaan's blog" tagline: "Adriaan's coding blog" description: 'Just learnings, no bullshit' url: https://blog.adriaan.io b...
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: '/:title.html' # Setup title: "Adriaan's blog" tagline: "Adriaan's coding blog" description: 'Just learnings, no bullshit' url: https://blog.adriaan.io baseurl: / disqus_...
Remove relative permalinks because GitHubs has deprecated it
Remove relative permalinks because GitHubs has deprecated it See more: https://help.github.com/articles/removing-relative-permalinks/
YAML
mit
harianus/blog.adriaan.io
c5cc01245278d496990cbca93abd8f8acbbc3c7a
_config.yml
_config.yml
safe: true lsi: false pygments: true permalink: /posts/:title markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data", "tables"] name: Corey Haines url: http://coreyhaines.github.com/stagingcoreyhaines.github.io description: C...
safe: true lsi: false pygments: true permalink: /posts/:title markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "strikethrough", "superscript", "with_toc_data", "tables"] name: Corey Haines url: http://coreyhaines.github.io/stagingblog description: Corey's Ramblings u...
Update config to be correct url for staging
Update config to be correct url for staging
YAML
mit
coreyhaines/staging-blog
04bc841ad9483c3bfe4d09f7f27f447004e237b2
_config.yml
_config.yml
markdown: kramdown highlighter: pygments permalink: /news/:year/:month/:day/:title/ excerpt_separator: "" google_analytics_id: UA-46880695-1 organization_url: https://github.com/frida repository: https://github.com/frida/frida timezone: Europe/Oslo collections: docs: output: true name: Frida • A world-class ...
markdown: kramdown highlighter: pygments permalink: /news/:year/:month/:day/:title/ excerpt_separator: "" google_analytics_id: UA-46880695-1 organization_url: https://github.com/frida repository: https://github.com/frida/frida timezone: Europe/Oslo collections: docs: output: true name: Frida • A world-class ...
Revert "Update to the new Jekyll configuration format"
Revert "Update to the new Jekyll configuration format" Too lazy to update the CI right now.
YAML
mit
frida/frida-website,frida/frida-website,frida/frida-website
bd0efaf1402d34f806726165adffdb724804049c
_config.yml
_config.yml
lang: en title: Jürgen's Dev Blog author: Jürgen Ratzenböck description: Hi, I am Jürgen. I am a Software Developer and passionate about full-stack web technologies. baseurl: "/jratzenboeck-blog" # the subpath of your site, e.g. /blog url: "https://ratzi199.github.io" # the base hostname & protocol for your site, e.g. ...
lang: en title: Jürgen's Dev Blog author: Jürgen Ratzenböck description: Hi, I am Jürgen. I am a Software Developer and passionate about full-stack web technologies. baseurl: "/" # the subpath of your site, e.g. /blog url: "https://ratzi199.github.io" # the base hostname & protocol for your site, e.g. http://example.co...
Change baseurl for customer domain
Change baseurl for customer domain
YAML
mit
ratzi199/jratzenboeck-blog,ratzi199/jratzenboeck-blog,ratzi199/jratzenboeck-blog
bcc86062d0cb02dae9ae22ec770f7c9b377de85f
_config.yml
_config.yml
# Site settings title: Clean Blog email: your-email@yourdomain.com description: "Write your site description here. It will be used as your sites meta description as well!" baseurl: "/startbootstrap-clean-blog-jekyll" url: "http://yourdomain.com" twitter_username: SBootstrap github_username: davidtmiller facebook_usern...
# Site settings title: Clean Blog email: your-email@yourdomain.com description: "Write your site description here. It will be used as your sites meta description as well!" baseurl: "/startbootstrap-clean-blog-jekyll" url: "http://yourdomain.com" twitter_username: SBootstrap github_username: davidtmiller facebook_usern...
Exclude source folders and files unnecessary for deployment.
Exclude source folders and files unnecessary for deployment. Exclude the "less" folder, and "Gruntfile.js", "package.json", and "README.md" files from being copied to the "_site" destination folder as they are unnecessary for deployment of the site.
YAML
apache-2.0
nupurshah91/nupurshah91.github.io,eddyhutchins/threeguysandawhine,jpace121/portfolio,dainiuxt/30dienu,muscly/muscly.github.io.raw,theneedytoday/theneedytoday.github.io,wasi/wasi.github.io,zhangzuoqiang/blog,raesian/SeattleLungProject,arikan/mulksuzlestirme,theneedytoday/theneedytoday.github.io,carinaboo/carinaboo.githu...
4ff9bcf1e1725e172d03fc4811aab2cee2590573
_config.yml
_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Update twitter & github handles
Update twitter & github handles
YAML
mit
akkomar/akkomar.github.io
d45a3bd3291e1f3eaa68926d82d78232c6163fc0
_config.yml
_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Fix to add interoperability documents
Fix to add interoperability documents
YAML
bsd-3-clause
oasis-open/cti-documentation,oasis-open/cti-documentation,oasis-open/cti-documentation,oasis-open/cti-documentation,oasis-open/cti-documentation
da036e328dc92f09eafd8ad494a116084b504eb0
_config.yml
_config.yml
# Permalinks permalink: pretty relative_permalinks: true # Setup title: Hawk Weisman url: https://hawkweisman.me paginate: 1 baseurl: / author: name: Hawk Weisman url: https://hawkweisman.me email: hawk@hawkweisman.me kramdown: inp...
# Permalinks permalink: pretty relative_permalinks: true # Setup title: Hawk Weisman url: https://hawkweisman.me paginate: 1 baseurl: / author: name: Hawk Weisman url: https://hawkweisman.me email: hawk@hawkweisman.me exclude: ["websi...
Exclude project files, LaTeX aux files from Jekyll
Exclude project files, LaTeX aux files from Jekyll
YAML
mit
hawkw/hawkw.github.io,hawkw/hawkw.github.io,hawkw/hawkw.github.io
0c3885eb996e45c79ecbd9274ebae59d93b4781b
_config.yml
_config.yml
########################### EDIT YOUR SETTINGS HERE # Site settings title: Brume # give your site a title email: you@example.com # put your email address in here; optional # edit your site description; keep it brief description: > # this just means to ignore newlines until "baseurl:" Brume is simple. It's easy to use...
########################### EDIT YOUR SETTINGS HERE # Site settings title: Noah McMullen's Cool Blog for Adults # give your site a title email: noahmcmlln@gmail.com # put your email address in here; optional # edit your site description; keep it brief description: > # this just means to ignore newlines until "baseurl:"...
Edit config.yml for initial site.
Edit config.yml for initial site. Edited config.yml with personal information for the purpose of making a new GitHub site.
YAML
mit
noahmcmlln/noahmcmlln.github.io,noahmcmlln/noahmcmlln.github.io
f2a992dc6943d13de15ef24842b1161b6aad386d
tasks/main.yml
tasks/main.yml
# Install Node.js using packages crafted by NodeSource --- - name: Ensure the system can use the HTTPS transport for APT stat: path: /usr/lib/apt/methods/https register: apt_https_transport - name: Install HTTPS transport for APT apt: pkg: apt-transport-https state: installed when: not apt_https_tr...
# Install Node.js using packages crafted by NodeSource --- - name: Ensure the system can use the HTTPS transport for APT stat: path: /usr/lib/apt/methods/https register: apt_https_transport - name: Install HTTPS transport for APT apt: pkg: apt-transport-https state: installed when: not apt_https_tr...
Install GPG key from keyserver.ubuntu.com
Install GPG key from keyserver.ubuntu.com deb.nodesource.com is now in CloudFront, and older versions of Python (such as than installed in Ubuntu 12.04 and 14.04) can no longer install the GPG key from that server. Instead, install the key from keyserver.ubuntu.com, and include an ID so that downloading can be skipped...
YAML
mit
nodesource/ansible-nodejs-role
0626bcf73993fc96773064394881a4279daa960e
recipes/distro/meta.yaml
recipes/distro/meta.yaml
{% set name = "distro" %} {% set version = "1.1.0" %} {% set sha256 = "722054925f339a39ca411a8c7079f390a41d42c422697bedf228f1a9c46ac1ee" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na...
{% set name = "distro" %} {% set version = "1.1.0" %} {% set sha256 = "722054925f339a39ca411a8c7079f390a41d42c422697bedf228f1a9c46ac1ee" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na...
Fix script by changing host into build.
Fix script by changing host into build.
YAML
bsd-3-clause
rvalieris/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,ReimarBauer/staged-recipes,glemaitre/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,conda-forge/staged-recipes,NOAA-ORR-ERD/staged-recipes,SylvainCorlay/staged-recipes,barkls/staged-recipes,Cashalow/staged-...
8f2e7f3125dafb67c680f89d2d3dc4b921ac1181
metadata/com.github.cetoolbox.yml
metadata/com.github.cetoolbox.yml
Categories: - Science & Education License: Apache-2.0 WebSite: https://cetoolbox.github.io SourceCode: https://github.com/cetoolbox/cetoolbox IssueTracker: https://github.com/cetoolbox/cetoolbox/issues AutoName: CEToolbox Description: |- The CEToolbox project aims to provide a convenient tool for computing Capil...
Categories: - Science & Education License: Apache-2.0 WebSite: https://cetoolbox.github.io SourceCode: https://github.com/cetoolbox/cetoolbox IssueTracker: https://github.com/cetoolbox/cetoolbox/issues AutoName: CEToolbox Description: |- The CEToolbox project aims to provide a convenient tool for computing Capil...
Change AUM, change last tag and remove previous failed buids in CEToolbox
Change AUM, change last tag and remove previous failed buids in CEToolbox
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
78a0b96e95f460c00f1b06a6a79c8030aa9624bc
metadata/net.xisberto.timerpx.yml
metadata/net.xisberto.timerpx.yml
Categories: - Time License: Apache-2.0 AuthorName: Humberto Fraga AuthorEmail: humberto.fraga+fdroid512@gmail.com SourceCode: https://gitlab.com/humbertofraga/timerx IssueTracker: https://gitlab.com/humbertofraga/timerx/issues AutoName: Timer +X RepoType: git Repo: https://gitlab.com/humbertofraga/timerx.git Build...
Categories: - Time License: Apache-2.0 AuthorName: Humberto Fraga AuthorEmail: humberto.fraga+fdroid512@gmail.com SourceCode: https://gitlab.com/humbertofraga/timerx IssueTracker: https://gitlab.com/humbertofraga/timerx/issues AutoName: Timer +X RepoType: git Repo: https://gitlab.com/humbertofraga/timerx.git Build...
Update Timer +X to 1.2.2 (6)
Update Timer +X to 1.2.2 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
6fd234bfebd4cc991f0b16fcd4204953ed3e9418
vars/common.yml
vars/common.yml
--- aws_region: eu-west-1 internal_root_domain: dmdev user_ips: - 0.0.0.0/0 dev_user_ips: - 127.0.0.1/32 api: instance_type: t2.micro min_instance_count: 1 max_instance_count: 2 search_api: instance_type: t2.micro min_instance_count: 1 max_instance_count: 2 admin_frontend: instance_type: t2.micro...
--- aws_region: eu-west-1 internal_root_domain: dmdev user_ips: - 0.0.0.0/0 dev_user_ips: - 127.0.0.1/32 api: instance_type: t2.micro min_instance_count: 1 max_instance_count: 2 search_api: instance_type: t2.micro min_instance_count: 1 max_instance_count: 2 admin_frontend: instance_type: t2.micro...
Bump Nginx image to ami-1e2d7469
Bump Nginx image to ami-1e2d7469
YAML
mit
alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws
7cbdb4a20a0b676ee8ae4fc8d2c9a803426a5586
examples/taskruns/dind-sidecar.yaml
examples/taskruns/dind-sidecar.yaml
apiVersion: tekton.dev/v1alpha1 kind: TaskRun metadata: generateName: dind-sidecar- spec: taskSpec: steps: - image: docker name: client script: | #!/usr/bin/env sh # Run a Docker container. docker run busybox echo hello # Write a Dockerfile and `docker bu...
apiVersion: tekton.dev/v1alpha1 kind: TaskRun metadata: generateName: dind-sidecar- spec: taskSpec: steps: - image: docker name: client env: # Connect to the sidecar over TCP without TLS. - name: DOCKER_HOST value: tcp://localhost:2375 script: | #!/usr/bin/env...
Update the dind sidecar example to use a recent dind image
Update the dind sidecar example to use a recent dind image Some time after 18.09, Docker stopped communicating with its daemon using the socket, and instead uses TCP. This example now uses TCP accordingly, without TLS.
YAML
apache-2.0
tektoncd/pipeline,tektoncd/pipeline
5cd1491e258e5deb8f1d20802c3126e5b33c2441
packages/pi/pipes-interleave.yaml
packages/pi/pipes-interleave.yaml
homepage: http://github.com/bgamari/pipes-interleave changelog-type: '' hash: 73e87ec94f696e10bbd992efcbbb40bea0c781bda4d42c834bb0f25373ce2268 test-bench-deps: {} maintainer: bgamari.foss@gmail.com synopsis: Interleave and merge streams of elements changelog: '' basic-deps: base: ! '>=4.6 && <4.10' containers: ! '>...
homepage: http://github.com/bgamari/pipes-interleave changelog-type: '' hash: eb4ea7100d33970a2ca3e00a54d03dd9ebe6fb0e09f0cd54320bb66a488c7005 test-bench-deps: {} maintainer: bgamari.foss@gmail.com synopsis: Interleave and merge streams of elements changelog: '' basic-deps: heaps: ! '>=0.3 && <0.4' base: ! '>=4.6 &...
Update from Hackage at 2016-10-26T04:08:07Z
Update from Hackage at 2016-10-26T04:08:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
e37046a86eb87d0946b7f4421111b2cc04411e02
google-cloud-debugger/.rubocop.yml
google-cloud-debugger/.rubocop.yml
AllCops: Exclude: - "acceptance/**/*" - "integration/**/*" - "google-cloud-debugger.gemspec" - "lib/google/devtools/**/*" # GAPIC client has too many violations. Exclude for now. - "lib/google/cloud/debugger/v2/**/*" - "lib/google/cloud/debugger/v2.rb" - "Rakefile" - "support/**/*"...
AllCops: Exclude: - "acceptance/**/*" - "integration/**/*" - "google-cloud-debugger.gemspec" - "lib/google/devtools/**/*" # GAPIC client has too many violations. Exclude for now. - "lib/google/cloud/debugger/v2/**/*" - "lib/google/cloud/debugger/v2.rb" - "Rakefile" - "support/**/*"...
Add exception for Debugger mutation detection
Add exception for Debugger mutation detection
YAML
apache-2.0
CloudVLab/google-cloud-ruby,landrito/google-cloud-ruby,googleapis/google-cloud-ruby,landrito/google-cloud-ruby,landrito/google-cloud-ruby,landrito/google-cloud-ruby,blowmage/gcloud-ruby,googleapis/google-cloud-ruby,CloudVLab/google-cloud-ruby,CloudVLab/google-cloud-ruby,googleapis/google-cloud-ruby,quartzmo/google-clou...
ed22de79897b991653e2d52d097c7f3bb09619f1
Resources/config/routing/customer.yml
Resources/config/routing/customer.yml
sylius_admin_customer: resource: | alias: sylius.customer section: admin templates: SyliusAdminBundle:Crud except: ['show'] redirect: update grid: sylius_admin_customer permission: true vars: all: subheader: sylius.ui.manage...
sylius_admin_customer: resource: | alias: sylius.customer section: admin templates: SyliusAdminBundle:Crud except: ['show'] redirect: update grid: sylius_admin_customer permission: true vars: all: subheader: sylius.ui.manage...
Implement basic steps for scenario
[Behat][Admin] Implement basic steps for scenario
YAML
mit
Sylius/SyliusAdminBundle,Sylius/SyliusAdminBundle
51f23ece914b9ddaa999815a95c37626b2a8a2f4
vars/mesos.yml
vars/mesos.yml
--- mesos_version: 0.22.0 marathon_version: 0.8.1 chronos_version: 2.3.2 zookeeper_version: 3.4.6
--- mesos_version: 0.22.1 marathon_version: 0.8.2 chronos_version: 2.3.4 zookeeper_version: 3.4.6
Update to the latest schedulers
Update to the latest schedulers
YAML
mit
smarthall/ansible-mesos,diceone/ansible-mesos
2b25ba0b0be753b40b7e508edf81b3f94b829dcd
hieradata/nodes/trd-foreman-01.yaml
hieradata/nodes/trd-foreman-01.yaml
--- netcf_if: eth0: ensure: present definition: ' <interface type="ethernet" name="eth0"> <start mode="onboot"/> <mtu size="1500"/> <protocol family="ipv4"> <ip address="10.171.91.5" prefix="24"/> <route gateway="10.171.91.1"/> </protocol> </int...
--- network::interfaces_hash: 'eth0': onboot: 'yes' mtu: '1500' ipaddress: '10.171.91.5' netmask: '255.255.255.0' gateway: '10.171.91.1' defroute: 'yes'
Update nodefile for trd foreman 01
Update nodefile for trd foreman 01
YAML
apache-2.0
tanzr/himlar,eckhart/himlar,TorLdre/himlar,tanzr/himlar,mikaeld66/himlar,norcams/himlar,norcams/himlar,raykrist/himlar,TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,raykrist/himlar,tanzr/himlar,norcams/himlar,eckhart/himlar,tanzr/himlar,raykrist/himlar,TorLdre/himlar,norcams/himlar,mikaeld66/himlar,eckhart/himlar,mik...
8e8991896adf6c58a0c4aadb2262cb7133bee215
.github/workflows/params-version-mongo.yml
.github/workflows/params-version-mongo.yml
--- # ------------------------------------------------------------------------------------------------- # Job Name # ------------------------------------------------------------------------------------------------- name: params # ---------------------------------------------------------------------------------------...
--- # ------------------------------------------------------------------------------------------------- # Job Name # ------------------------------------------------------------------------------------------------- name: params # ---------------------------------------------------------------------------------------...
Remove failing services in CI
Remove failing services in CI
YAML
mit
cytopia/devilbox,cytopia/devilbox,cytopia/devilbox
f647df7529e06df7692fa16fa1e1f9bbe21d3e4b
api/serverless.yml
api/serverless.yml
service: ticker frameworkVersion: ">=1.1.0" custom: bucket: ${env:STELLARTERM_S3_BUCKET} provider: name: aws runtime: nodejs6.10 stage: dev region: us-west-2 iamRoleStatements: - Effect: Allow Action: - s3:* Resource: "arn:aws:s3:::${self:custom.bucket}/*" functions: ticker: ...
service: ticker frameworkVersion: ">=1.1.0" custom: bucket: ${env:STELLARTERM_S3_BUCKET} provider: name: aws runtime: nodejs6.10 stage: dev region: us-west-2 timeout: 30 iamRoleStatements: - Effect: Allow Action: - s3:* Resource: "arn:aws:s3:::${self:custom.bucket}/*" functions...
Extend AWS Lambda timeout to accomodate newer longer task
Extend AWS Lambda timeout to accomodate newer longer task
YAML
apache-2.0
irisli/stellarterm,irisli/stellarterm,irisli/stellarterm
d1896db5fccbd79c971556d688783da097776f0a
app.yaml
app.yaml
application: hn-archive version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /tasks/.* script: hn-archive.cron_app login: admin - url: /.* script: hn-archive.app - url: /_ah/queue/deferred script: google.appengine.ext.deferred.deferred.application login: admin builtins: - deferred: ...
application: hn-archive version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /tasks/.* script: hn-archive.cron_app login: admin - url: /.* script: hn-archive.app - url: /_ah/queue/deferred script: google.appengine.ext.deferred.deferred.application login: admin builtins: - deferred: ...
Disable remote API since we're not using it for data extraction
Disable remote API since we're not using it for data extraction
YAML
agpl-3.0
gpanther/hn-archive,gpanther/hn-archive,codevlabs/hn-archive,codevlabs/hn-archive
f87a2a4612c07d52fb77eb2a1b8fd0e68ab17b97
configs/logging_config.yaml
configs/logging_config.yaml
version: 1 formatters: simple: format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s' colored: (): colorlog.ColoredFormatter format: '%(bg_black)s%(log_color)s%(levelname)-8s%(reset)s %(bg_blue)s[%(pathname)s : lineno %(lineno)s]%(reset)s %(bg_cyan)s %(asctime)s %(reset)s %(bg_black)s%(log_color...
version: 1 formatters: simple: format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s' colored: (): colorlog.ColoredFormatter format: '%(bg_black)s%(log_color)s%(levelname)-8s%(reset)s %(bg_blue)s[%(pathname)s : lineno %(lineno)s]%(reset)s %(bg_cyan)s %(asctime)s %(reset)s %(bg_black)s%(log_color...
Add handlers for logger 'paramiko.transport'
[SAIC-791] Add handlers for logger 'paramiko.transport'
YAML
apache-2.0
MirantisWorkloadMobility/CloudFerry,mgrygoriev/CloudFerry,SVilgelm/CloudFerry,MirantisWorkloadMobility/CloudFerry,SVilgelm/CloudFerry,MirantisWorkloadMobility/CloudFerry,mgrygoriev/CloudFerry,MirantisWorkloadMobility/CloudFerry,mgrygoriev/CloudFerry,SVilgelm/CloudFerry,mgrygoriev/CloudFerry,SVilgelm/CloudFerry
c52f51a6d285285346c3e2341ec5a2975bd37479
hieradata/role/st2express.yaml
hieradata/role/st2express.yaml
--- classes: - 'role::st2express' npm::proxy: false puppet::masterless::cron: disable st2::version: 0.14dev st2::revision: 114 st2::autoupdate: false st2::mistral_git_branch: master
--- classes: - 'role::st2express' npm::proxy: false puppet::masterless::cron: disable st2::version: 0.14dev st2::revision: 148 st2::autoupdate: false st2::mistral_git_branch: master
Use latest debs (148) for st2
Use latest debs (148) for st2
YAML
apache-2.0
StackStorm/st2workroom,StackStorm/st2workroom,lattwood/st2workroom,lattwood/st2workroom,lattwood/st2workroom,StackStorm/st2workroom
2e2d234444358fac776b7e7099c5179173a621be
examples/v1alpha2/http-routing/bar-httproute.yaml
examples/v1alpha2/http-routing/bar-httproute.yaml
apiVersion: gateway.networking.k8s.io/v1alpha2 kind: HTTPRoute metadata: name: bar-route spec: parentRefs: - name: example-gateway hostnames: - "bar.example.com" rules: - matches: - headers: - type: Exact name: env value: canary backendRefs: - name: bar-svc-canary p...
apiVersion: gateway.networking.k8s.io/v1alpha2 kind: HTTPRoute metadata: name: bar-route spec: parentRefs: - name: example-gateway hostnames: - "bar.example.com" rules: - matches: - headers: - type: Exact name: env value: canary backendRefs: - name: bar-svc-canary p...
Fix v1alpha2 "HTTP routing" example
Fix v1alpha2 "HTTP routing" example The "bar-route" HTTPRoute had a bug where both backendRefs belonged to the same rule so traffic will either match the header in which case it will be split 50/50 between bar-svc-canary and bar-svc, or it won't match the header in which case I'm not sure what happens. This PR adds a...
YAML
apache-2.0
istio/gateway-api,istio/gateway-api,istio/gateway-api
55b5bed298f2650cf804027fbf0ea6fdf39eb957
ansible/roles/openzfs-jenkins-public/meta/main.yml
ansible/roles/openzfs-jenkins-public/meta/main.yml
--- dependencies: - { role: geerlingguy.jenkins }
--- dependencies: - { role: geerlingguy.security } - { role: geerlingguy.jenkins }
Use 'geerlingguy.security' on master instances
Use 'geerlingguy.security' on master instances This is a simple change to use the 'geerlingguy.security' role on the Jenkins master instances, which will install fail2ban and do some other security related configuration.
YAML
apache-2.0
openzfs/openzfs-build,openzfs/openzfs-build
2219b4057225a2ffca6f2ff8bfc1654d7c51b428
docker-compose.yml
docker-compose.yml
version: '2.1' services: elasticsearch: container_name: elasticsearch environment: - cluster.name=run-and-fun - node.name=run-and-fun-1 - bootstrap.memory_lock=true - ES_JAVA_OPTS=-Xms512m -Xmx512m - discovery.type=single-node healthcheck: test: wget --spider --quiet -...
version: '2.1' services: elasticsearch: container_name: elasticsearch environment: - cluster.name=run-and-fun - node.name=run-and-fun-1 - bootstrap.memory_lock=true - ES_JAVA_OPTS=-Xms512m -Xmx512m - discovery.type=single-node healthcheck: test: wget --spider --quiet -...
Use exit 1 instead of exit 0
Use exit 1 instead of exit 0
YAML
mit
inpercima/run-and-fun,inpercima/run-and-fun,inpercima/run-and-fun,inpercima/run-and-fun,inpercima/run-and-fun
e0219407205816590a88c61e0856092868ffa83b
docker-compose.yml
docker-compose.yml
version: "3" volumes: dbdata: services: db: image: postgres:9.4 ports: - "5432:5432" volumes: - dbdata:/var/lib/postgresq environment: - POSTGRES_USER=timed - POSTGRES_PASSWORD=timed backend: build: . ports: - "8000:80" depends_on: - db environ...
version: "3" volumes: dbdata: services: db: image: postgres:9.4 ports: - "5432:5432" volumes: - dbdata:/var/lib/postgresql/data environment: - POSTGRES_USER=timed - POSTGRES_PASSWORD=timed backend: build: . ports: - "8000:80" depends_on: - db e...
Use correct pg data volume mount point
Use correct pg data volume mount point
YAML
agpl-3.0
adfinis-sygroup/timed-backend,adfinis-sygroup/timed-backend,adfinis-sygroup/timed-backend
496c18f357fa30ccd7f7c6c5dae3ea6aa77c0552
docker-compose.yml
docker-compose.yml
server: build: . ports: - "8000:8000" volumes: - .:/app/
server: build: . ports: - "8000:8000" volumes: - .:/app/ links: - db db: image: mongo:3.2 volumes: - volumes/db:/data/db
Add mongodb to docker compose
Add mongodb to docker compose
YAML
mit
beeworking/voyant,beeworking/voyant,beeworking/voyant,beeworking/voyant
b45a58aff32292d1030483474b7778b9cf96cf81
docker-compose.yml
docker-compose.yml
version: '2' services: postgresql: image: postgres:9.4 expose: - "5432" elasticsearch: image: elasticsearch:1.7 expose: - "9200" - "9300" redis: image: redis:3.0 expose: - "6379" site: build: context: site args: MB_OAUTH_CLIENT_ID: MBOAuthC...
version: '2' services: postgresql: image: postgres:9.4 expose: - "5432" elasticsearch: image: elasticsearch:1.7 expose: - "9200" - "9300" redis: image: redis:3.0 expose: - "6379" site: build: context: site args: MB_OAUTH_CLIENT_ID: MBOAuthC...
Add site-dev and site-prod services which extend site service
Add site-dev and site-prod services which extend site service
YAML
unlicense
bookbrainz/bookbrainz-docker
371e019dd00a55b662cfd6aaccb2e2e75123e9c0
jenkins/jobs/zun.yaml
jenkins/jobs/zun.yaml
- job: name: 'gate-zun-devstack-dsvm' node: ubuntu-xenial wrappers: - build-timeout: timeout: 70 - timestamps builders: - link-logs - net-info - devstack-checkout - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true export...
- job: name: 'gate-zun-devstack-dsvm' node: ubuntu-xenial wrappers: - build-timeout: timeout: 70 - timestamps builders: - link-logs - net-info - devstack-checkout - shell: | #!/bin/bash -xe export PYTHONUNBUFFERED=true export...
Correct the directory path for Zun
Correct the directory path for Zun The project has been renamed so the path needs to be updated. Change-Id: I9694745e82c6ef1fd6c061c032ed25f2da74a23d
YAML
apache-2.0
Tesora/tesora-project-config,Tesora/tesora-project-config,openstack-infra/project-config,openstack-infra/project-config
5abbee5fefeb18b4e68bb4d68e74db6183fbfba9
.ci/appveyor.yml
.ci/appveyor.yml
version: 0.0.1.{build}-test shallow_clone: true environment: LUAROCKS_VER: 2.2.2 matrix: - LUA_VER: 5.1.5 # - LUA_VER: 5.2.4 # Lua 5.2.4 with compatibility flags enabled (DLUA_COMPAT_ALL). - LUA_VER: 5.2.4 # Lua 5.2.4 with compatibility flags disabled. NOCOMPAT: true # - LUA_VER: 5.3.1 # Lua 5.3.1 ...
version: 0.0.1.{build}-test shallow_clone: true environment: LUAROCKS_VER: 2.2.2 matrix: - LUA_VER: 5.1.5 # - LUA_VER: 5.2.4 # Lua 5.2.4 with compatibility flags enabled (DLUA_COMPAT_ALL). - LUA_VER: 5.2.4 # Lua 5.2.4 with compatibility flags disabled. NOCOMPAT: true # - LUA_VER: 5.3.1 # Lua 5.3.1 ...
Test whether luv builds properly on AppVeyor
Test whether luv builds properly on AppVeyor
YAML
mit
tbastos/lift
a869273f9935d8e0e7a4723db8b2aacd26872e7f
.codeclimate.yml
.codeclimate.yml
languages: PHP: true JavaScript: true exclude_paths: - "tests/*" - "*/uw-brand/*"
languages: PHP: true JavaScript: true exclude_paths: - "tests/*" - "bin/*" - "*/uw-brand/*"
Exclude bin from code climate.
Exclude bin from code climate.
YAML
mit
AthensFramework/core,AthensFramework/core,AthensFramework/core,AthensFramework/core
3de756f361c96960d038cc47fed1384c50854823
.scrutinizer.yml
.scrutinizer.yml
imports: - javascript - php filter: excluded_paths: [3rdparty/*, js/vendor/*, js/public/app.js, tests/] tools: external_code_coverage: timeout: 600 # Timeout in seconds. 10 minutes runs: 2 # Scrutinizer waits for the first 2 coverage submissions (unit & integration) build: ...
imports: - javascript - php filter: excluded_paths: [3rdparty/*, js/vendor/*, js/public/app.js, tests/] dependency_paths: - vendor/christophwurst/nextcloud tools: external_code_coverage: timeout: 300 # Timeout in seconds, 5 minutes runs: 2 # Scrutinizer waits for...
Install core dependencies when Scrutinizer is run
Install core dependencies when Scrutinizer is run This will make the Scrutinizer results greatly more useful, as we get rid of the vast amount of false positives on "type not found" which got reported every time we import some class from the Nextcloud/ownCloud core. Also, timeout the wait for code coverage data alrea...
YAML
agpl-3.0
paulijar/music,owncloud/music,owncloud/music,paulijar/music,paulijar/music,paulijar/music,owncloud/music,owncloud/music,paulijar/music,owncloud/music
a3fa5e40227c3dcf49f5fc663b0614f0b3eedb6f
.scrutinizer.yml
.scrutinizer.yml
tools: external_code_coverage: timeout: 2000 filter: excluded_paths: - 'tests' - 'sam.php'
tools: external_code_coverage: timeout: 2000 runs: 8 filter: excluded_paths: - 'tests' - 'sam.php'
Add run options in the CI configuration
Add run options in the CI configuration
YAML
mit
larriereguichet/AdminBundle,larriereguichet/AdminBundle,larriereguichet/AdminBundle
ecd8d97740d2ae1955c72d041a37d1fd6302ebed
metadata/com.github.jameshnsears.quoteunquote.yml
metadata/com.github.jameshnsears.quoteunquote.yml
Categories: - Reading License: Apache-2.0 AuthorName: James HN Sears AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues AutoName: Quote… Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnqu...
Categories: - Reading License: Apache-2.0 AuthorName: James HN Sears AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues AutoName: Quote… Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnqu...
Update Quote… Unquote to 2.1.0-fdroid (48)
Update Quote… Unquote to 2.1.0-fdroid (48)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
3feed29824eec33c3d516b56237e1a23d59a41ba
appveyor.yml
appveyor.yml
version: 1.0.{build} environment: BrowserStack_UserName: secure: 1pPava/umi31t0fUJWpcaw== BrowserStack_AccessKey: secure: kTuv757nz0qovSIwBwGIIFeb2X3PXJuci0mJjGMJuIk= assembly_info: patch: true file: AssemblyVersion.cs assembly_version: "1.0.0.0" assembly_file_version: "{version}.0" assembly_inf...
version: 1.0.{build} environment: BrowserStack_UserName: secure: 1pPava/umi31t0fUJWpcaw== BrowserStack_AccessKey: secure: kTuv757nz0qovSIwBwGIIFeb2X3PXJuci0mJjGMJuIk= assembly_info: patch: true file: AssemblyVersion.cs assembly_version: "1.0.0.0" assembly_file_version: "{version}.0" assembly_inf...
Deploy packages to NuGet from AppVeyor CI
Deploy packages to NuGet from AppVeyor CI
YAML
apache-2.0
martincostello/browserstack-automate
b117d399d7906a15d0885e56fd85adb1220f68bf
appveyor.yml
appveyor.yml
version: 1.0.{build} branches: only: - master before_build: - ps: nuget restore PhotoLife\PhotoLife.sln build: project: PhotoLife\PhotoLife.sln verbosity: minimal after_test: - PhotoLife\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"PhotoLife\packages\...
version: 1.0.{build} branches: only: - master before_build: - ps: nuget restore PhotoLife\PhotoLife.sln build: project: PhotoLife\PhotoLife.sln verbosity: minimal after_test: - PhotoLife\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[*]*" -target:"PhotoLife\packages\...
Add reference to Auth Tests for coveralls
Add reference to Auth Tests for coveralls
YAML
mit
Branimir123/PhotoLife,Branimir123/PhotoLife,Branimir123/PhotoLife
69b959761872bf4e72ae80e662eff7114d46964e
appveyor.yml
appveyor.yml
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:node...
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: #node.js - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 #io.js - nodejs_version: 2.5.0 install: - ps: Update...
Add io.js testing in Appveyor
Add io.js testing in Appveyor
YAML
mit
resin-io/resin-image
4593e911e9c5359e209c6ce8bc10330d36d66576
appveyor.yml
appveyor.yml
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:node...
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: #node.js - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 #io.js - nodejs_version: 2.5.0 install: - ps: Update...
Add io.js testing in Appveyor
Add io.js testing in Appveyor
YAML
apache-2.0
resin-io/resin-sdk
bb2aa81aec3d439da35f998f6f5613abfa88c886
appveyor.yml
appveyor.yml
version: 0.1.{build} # Test against this version of Node.js environment: nodejs_version: "6.2.1" platform: - x64 # fetch repository as zip archive shallow_clone: true artifacts: - path: dist/Mapeo-win32-x64 name: mapeo-win cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' init: - git conf...
version: 0.1.{build} # Test against this version of Node.js environment: nodejs_version: "6.2.1" platform: - x64 # fetch repository as zip archive shallow_clone: true artifacts: - path: dist/Mapeo-win32-x64 name: mapeo-win cache: - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' init: - git conf...
Use latest npm for windows build
Use latest npm for windows build
YAML
mit
digidem/ecuador-map-editor,digidem/ecuador-map-editor
48fd4a1f7e6e91f68a306c3054ec239ed82f79f0
appveyor.yml
appveyor.yml
install: - echo "Installed Python versions:" - dir c:\Python* - C:\Python35\python -m pip install tox build: false # Not a C# project, build stuff at the test step instead. test_script: - 'set TESTENVS= py26, py27, py33, py34 ' - C:\Python35\python -m tox -e "%T...
install: - echo "Installed Python versions:" - dir c:\Python* - C:\Python35\python -m pip install tox build: false # Not a C# project, build stuff at the test step instead. test_script: - 'set TESTENVS= py27, py33, py34 ' - C:\Python35\python -m tox -e "%TESTENVS%"
Remove Python 2.6 (follow up to 87880158)
Remove Python 2.6 (follow up to 87880158)
YAML
bsd-3-clause
WoLpH/portalocker
28a4ff6dd6ef71af0b09207f3a75e95fa949d069
appveyor.yml
appveyor.yml
version: '1.0.0-{build}' image: Ubuntu clone_depth: 1 branches: only: - master skip_commits: message: /.*\[ci skip\].*/ build_script: - sh: dotnet publish ./src/BibleBot.Backend/BibleBot.Backend.csproj --verbosity q - sh: dotnet build ./src/BibleBot.Lib/BibleBot.Lib.csproj --verbosity q - sh: nuget pa...
version: '1.0.0-{build}' image: Ubuntu clone_depth: 1 branches: only: - master skip_commits: message: /.*\[ci skip\].*/ build_script: - sh: dotnet publish ./src/BibleBot.Backend/BibleBot.Backend.csproj --verbosity q - sh: dotnet build ./src/BibleBot.Lib/BibleBot.Lib.csproj --verbosity q - sh: nuget pa...
Make tests quiet like everything else in CI.
Make tests quiet like everything else in CI. [ci skip]
YAML
mpl-2.0
BibleBot/BibleBot,BibleBot/BibleBot,BibleBot/BibleBot
e60ff2644188b7f44b45a9b38c7a5dd6b67453c2
codeship-services.yml
codeship-services.yml
db: image: mariadb:10 environment: MYSQL_ROOT_PASSWORD: r00tp@ss! MYSQL_DATABASE: test MYSQL_USER: silauth MYSQL_PASSWORD: silauth web: image: silintl/ssp-base:latest env_file: - ./common.env depends_on: - db volumes: - ./:/data/vendor/simpl...
db: image: mariadb:10 environment: MYSQL_ROOT_PASSWORD: r00tp@ss! MYSQL_DATABASE: test MYSQL_USER: silauth MYSQL_PASSWORD: silauth web: image: silintl/ssp-base:latest env_file: - ./common.env depends_on: - db - testweb volumes: - ./:...
Add testweb container for use in Codeship (CI/CD) tests
Add testweb container for use in Codeship (CI/CD) tests
YAML
mit
silinternational/simplesamlphp-module-silauth,silinternational/simplesamlphp-module-silauth
65f4f6b109547d55de8a4090e95edf579eeaaeeb
data/building-hours/7-3-sarn.yaml
data/building-hours/7-3-sarn.yaml
name: SARN subtitle: Sexual Assault Resource Network category: Health and Wellness schedule: - title: Office hours: - {days: [Mo, We, Fr], from: '10:10am', to: '10:30am'} - {days: [Tu], from: '11:10am', to: '11:30am'} - {days: [Th], from: '11:00am', to: '12:35pm'} - {days: [Tu, Su], from:...
name: SARN subtitle: Sexual Assault Resource Network category: Health and Wellness schedule: - title: Office hours: - {days: [Mo, We, Fr], from: '10:10am', to: '10:30am'} - {days: [Tu], from: '11:10am', to: '11:30am'} - {days: [Th], from: '11:00am', to: '12:35pm'} - {days: [Tu, Su], from:...
Update sarn (key note -> notes)
hours: Update sarn (key note -> notes) Signed-off-by: Kristofer Rye <1ed31cfd0b53bc3d1689a6fee6dbfc9507dffd22@gmail.com>
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
c8b11c374417c78577de054cf61827cd2e95077a
.github/workflows/set-automatic-deploys-enabled.yaml
.github/workflows/set-automatic-deploys-enabled.yaml
name: Set automatic_deploys_enabled (optionally image_tag too) on: workflow_dispatch: inputs: resetImageTag: description: 'Reset image tag to main' required: false default: false type: boolean automaticDeploysEnabled: description: 'Activate automatic deploys' ...
name: Set automatic deploys run-name: Set automatic deploys to ${{ inputs.setAutomaticDeploys }} in ${{ inputs.environment }} on: workflow_dispatch: inputs: setAutomaticDeploys: description: 'Set automatic deploys' required: false type: choice options: - enabled ...
Update set automatic deploy workflow
Update set automatic deploy workflow This updates the workflow to use the changes in the resuable workflow.
YAML
mit
alphagov/frontend,alphagov/frontend,alphagov/frontend,alphagov/frontend
b33f34e288d87635dca022e1a2b7df79cd88fbcf
concourse/pipeline.yml
concourse/pipeline.yml
resources: - name: docker-git type: git source: uri: git@github.com:spring-projects/sts4.git branch: master username: kdvolder private_key: {{rsa_id}} paths: - concourse/docker - name: sts4-git type: git source: uri: git@github.com:spring-projects/sts4.git branch: master priv...
resources: - name: docker-git type: git source: uri: git@github.com:spring-projects/sts4.git branch: master username: kdvolder private_key: {{rsa_id}} paths: - concourse/docker - name: sts4-git type: git source: uri: git@github.com:spring-projects/sts4.git branch: master priv...
Revert pulling docker image explicitly
Revert pulling docker image explicitly
YAML
epl-1.0
spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4
46035f8ba81cc272c60eb3f4021af41c504f8885
tasks/cockpit-tasks-centosci.yaml
tasks/cockpit-tasks-centosci.yaml
--- apiVersion: v1 kind: ReplicationController metadata: name: centosci-tasks spec: replicas: 1 selector: infra: cockpit-tasks template: metadata: labels: infra: cockpit-tasks spec: containers: - name: cockpit-tasks image: docker.io/cockpit/tasks env: ...
--- apiVersion: v1 kind: ReplicationController metadata: name: centosci-tasks spec: replicas: 1 selector: infra: cockpit-tasks template: metadata: labels: infra: cockpit-tasks spec: containers: - name: cockpit-tasks image: docker.io/cockpit/tasks env: ...
Introduce 'RUN_STATISTICS_QUEUE' option for CentosCI
task: Introduce 'RUN_STATISTICS_QUEUE' option for CentosCI This option enables task containers to pick events from 'statistics' queue.
YAML
lgpl-2.1
cockpit-project/cockpituous,cockpit-project/cockpituous
75c72329c0e3b0db2ef46e15a689c1e066117636
metadata/com.ktprograms.ohmsnow.yml
metadata/com.ktprograms.ohmsnow.yml
Categories: - Science & Education License: GPL-3.0-or-later AuthorName: ktprograms AuthorEmail: ktprograms@gmail.com SourceCode: https://github.com/ktprograms/Ohms_Now IssueTracker: https://github.com/ktprograms/Ohms_Now/issues AutoName: Ohms Now! RepoType: git Repo: https://github.com/ktprograms/Ohms_Now Builds: ...
Categories: - Science & Education License: GPL-3.0-or-later AuthorName: ktprograms AuthorEmail: ktprograms@gmail.com SourceCode: https://github.com/ktprograms/Ohms_Now IssueTracker: https://github.com/ktprograms/Ohms_Now/issues AutoName: Ohms Now! RepoType: git Repo: https://github.com/ktprograms/Ohms_Now Builds: ...
Update Ohms Now! to v0.1.1-beta (2)
Update Ohms Now! to v0.1.1-beta (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
eba780dbdded2d6a0cf6d754b6ac4bcb34d84945
cluster/addons/dashboard/dashboard-controller.yaml
cluster/addons/dashboard/dashboard-controller.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: kubernetes-dashboard namespace: kube-system labels: k8s-app: kubernetes-dashboard kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile spec: selector: matchLabels: k8s-app: kubernetes-dashboard te...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: kubernetes-dashboard namespace: kube-system labels: k8s-app: kubernetes-dashboard kubernetes.io/cluster-service: "true" addonmanager.kubernetes.io/mode: Reconcile spec: selector: matchLabels: k8s-app: kubernetes-dashboard te...
Update dashboard to version 1.6
Update dashboard to version 1.6
YAML
apache-2.0
mboersma/kubernetes,dgoodwin/kubernetes,erictune/kubernetes,xiaoping378/kubernetes,sdminonne/kubernetes,jennybuckley/kubernetes,perotinus/kubernetes,tomerf/kubernetes,lukemarsden/kubernetes,humblec/kubernetes,RenaudWasTaken/kubernetes,jhorwit2/kubernetes,kevensen/kubernetes,enxebre/kubernetes,tenxcloud/kubernetes,inven...
037bcfcd2b9ac1f4a3750bf8c06b9e8501186108
seattle_example/seattle_tasks.yml
seattle_example/seattle_tasks.yml
--- - name: Copy geo data to server copy: src=seattle_example/{{ item }} dest=/opt/bq2geojson/html/ with_items: - seattle_council_districts.geojson - seattle_census10_blockgroups.topojson - seattle_blkgrpce10 - pip: name=ipaddress state=latest - name: Ingest council districts to postgres command...
--- - name: Copy geo data to server copy: src=seattle_example/{{ item.src }} dest=/opt/bq2geojson/html/{{ item.dest }} with_items: - { src: seattle_council_districts.geojson, dest: seattle_council_districts.geojson } - { src: seattle_census10_blockgroups.topojson, dest: seattle_census10_blockgroups.topo...
Fix Seattle Ansible playbook to copy center.js to right place.
Fix Seattle Ansible playbook to copy center.js to right place.
YAML
apache-2.0
critzo/piecewise,critzo/piecewise,opentechinstitute/piecewise,opentechinstitute/piecewise,critzo/piecewise,opentechinstitute/piecewise,opentechinstitute/piecewise,critzo/piecewise
94f4e092347478ecc3ea6e11e9170f35d5f3c822
config/dist/chain/quick-start.yml
config/dist/chain/quick-start.yml
commands: - command: site:new arguments: directory: drupal8.dev version: 8.0.2 - command: site:install options: langcode: en db-type: sqlite db-file: sites/default/files/.ht.sqlite site-name: 'Drupal 8 Quick Start' site-mail: admin@example.com acco...
commands: - command: site:new arguments: directory: drupal8.dev version: 8.0.2 - command: site:install options: langcode: en db-type: sqlite db-file: sites/default/files/.ht.sqlite site-name: 'Drupal 8 Quick Start' site-mail: admin@example.com acco...
Remove not required option on chain command.
Remove not required option on chain command.
YAML
mit
revagomes/DrupalConsole,revagomes/DrupalConsole,revagomes/DrupalConsole
4a530645535f1dfba482705a6b21d3bcbf35e448
app.yaml
app.yaml
application: gcdc2013-iogrow version: 9 runtime: python27 api_version: 1 threadsafe: true inbound_services: - mail libraries: - name: jinja2 version: latest - name: endpoints version: latest - name: django version: "1.4" - name: ssl version: latest builtins: - remote_api: on handlers: - url: /admin/.* scri...
application: gcdc2013-iogrow version: 10 runtime: python27 api_version: 1 threadsafe: true inbound_services: - mail libraries: - name: jinja2 version: latest - name: endpoints version: latest - name: django version: "1.4" - name: ssl version: latest builtins: - remote_api: on handlers: - url: /admin/.* scr...
Change the version of App to 10
Change the version of App to 10 Former-commit-id: 99f522b2df04f039ae996a56bc48ed2ec8b5a6c6 [formerly 15c497ce63c023045d32714e4bfc4f24435d7881] [formerly 4e88b54977388a534bf9d15a060d4b5a8d556226 [formerly 60a446bfdd708bb7e2db53383355d700b5777015]] Former-commit-id: 06cb9786c7c4ef460335498b8fb712dbd207a359 [formerly 14...
YAML
agpl-3.0
ioGrow/iogrowCRM,ioGrow/iogrowCRM,ioGrow/iogrowCRM
3d9e22ea7ff8d810830db8bd667cf674043d12cf
setup-macos.yml
setup-macos.yml
--- - hosts: workstation connection: local pre_tasks: - name: Ensure homebrew is updated homebrew: update_homebrew: yes - name: Ensure required packages are installed homebrew: name: "{{ item }}" state: present with_items: - python@3 - tmux ...
--- - hosts: workstation connection: local pre_tasks: - name: Ensure homebrew is updated homebrew: update_homebrew: yes - name: Ensure required packages are installed homebrew: name: "{{ item }}" state: present with_items: - python@3 - tmux ...
Change hostname using scutils on macos
Change hostname using scutils on macos
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
a57b1de1aa479f9aa28cc4f114d0d37f4c542027
docker/Jenkins/docker-compose.yml
docker/Jenkins/docker-compose.yml
version: '3.3' services: jenkins-docker: image: docker:dind container_name: jenkins-bocker volumes: - jenkins-docker-certs:/certs/client - jenkins-data:/var/jenkins_home #restart: always privileged: true environment: DOCKER_TLS_CERTDIR: /certs ports: - "2376:2376"...
version: '3.3' services: jenkins-docker: image: docker:dind container_name: jenkins-bocker volumes: - jenkins-docker-certs:/certs/client - jenkins-data:/var/jenkins_home #restart: always privileged: true environment: DOCKER_TLS_CERTDIR: /certs ports: - "2376:2376"...
Fix creating internal volume issue
Fix creating internal volume issue
YAML
mit
MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang,MarsBighead/mustang
c5f686e41999fa9fe1d72b44cea2177bc4a7433f
metadata/com.donnnno.arcticons.yml
metadata/com.donnnno.arcticons.yml
Categories: - Theming License: GPL-3.0-only SourceCode: https://github.com/Donnnno/Arcticons IssueTracker: https://github.com/Donnnno/Arcticons/issues Changelog: https://github.com/Donnnno/Arcticons/blob/main/CHANGELOG.md Donate: https://paypal.me/onnovdd AutoName: Arcticons RepoType: git Repo: https://github.com/D...
Categories: - Theming License: GPL-3.0-only SourceCode: https://github.com/Donnnno/Arcticons IssueTracker: https://github.com/Donnnno/Arcticons/issues Changelog: https://github.com/Donnnno/Arcticons/blob/main/CHANGELOG.md Donate: https://paypal.me/onnovdd AutoName: Arcticons RepoType: git Repo: https://github.com/D...
Update Arcticons to 1.1.1 (42)
Update Arcticons to 1.1.1 (42)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
6a62b20b9920cf8f718309587e7462be6693e0aa
packages/at/attoparsec-time.yaml
packages/at/attoparsec-time.yaml
homepage: https://github.com/sannsyn/attoparsec-time changelog-type: '' hash: 3711c00bd9fb50627014b1cbd57d27e02fbed33a542e1c1051a99f361b16d8f3 test-bench-deps: base-prelude: <2 base: <5 filepath: ! '>=1.4 && <2' doctest: ==0.11.* directory: ! '>=1.2 && <2' maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> s...
homepage: https://github.com/sannsyn/attoparsec-time changelog-type: '' hash: 5d847446232427da6fefe22b78906612c2395ced5670f64b32cd17eedc97ac9c test-bench-deps: base-prelude: <2 base: <5 filepath: ! '>=1.4 && <2' doctest: ==0.11.* directory: ! '>=1.2 && <2' maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> s...
Update from Hackage at 2017-02-01T15:30:27Z
Update from Hackage at 2017-02-01T15:30:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
9db440e31afcd877d5b3f586ccffc52ff20f56b7
tmuxinator/survey_tool_elixir.yml
tmuxinator/survey_tool_elixir.yml
# ~/.tmuxinator/survey_tool_elixir.yml name: survey_tool_elixir root: ~/elixir/survey_tool_elixir # Runs before everything. Use it to start daemons etc. pre: # - brew services start postgresql # - brew services start redis # - mailcatcher # Runs in each window and pane before window/pane specific commands. Use...
# ~/.tmuxinator/survey_tool_elixir.yml name: survey_tool_elixir root: ~/elixir/survey_tool_elixir # Runs before everything. Use it to start daemons etc. pre: # - brew services start postgresql # - brew services start redis # - mailcatcher # Runs in each window and pane before window/pane specific commands. Use...
Add grip to survey elixir project
Add grip to survey elixir project
YAML
mit
paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles
5549f92e0f21bcad8686dc0fcad8c6b98c97179c
config/locales/tl.yml
config/locales/tl.yml
tl: views: button: create: "Likhain" link: back: "Bumalik" product: header: new: "Bagong Produkto" activerecord: models: product: "Produkto" attributes: product: name: "Pangalan" description: "Paglalarawan" cost: "Presyo" stoc...
tl: views: button: create: "Likhain" link: back: "Bumalik" product: header: new: "Bagong Produkto" activerecord: models: product: "Produkto" attributes: product: name: "Pangalan" description: "Paglalarawan" cost: "Presyo" stoc...
Change format of Tagalog error header
Change format of Tagalog error header
YAML
mit
bryanbibat/rasm40code,bryanbibat/rasm40code
4bbde86a40d06db4cd0995b81830822bd791f866
cluster/manifests/roles/public-openid-discovery.yaml
cluster/manifests/roles/public-openid-discovery.yaml
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: public-openid-discovery rules: - nonResourceURLs: ["/openid/v1/jwks", "/.well-known/openid-configuration"] verbs: ["get"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: public-openid-discovery roleRef...
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: anonymous-service-account-issuer-discovery roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: system:service-account-issuer-discovery subjects: - apiGroup: rbac.authorization.k8s.io kind: Group name: system:a...
Use existing role for anonymous OIDC discovery
Use existing role for anonymous OIDC discovery Signed-off-by: Mikkel Oscar Lyderik Larsen <81479e3d2d1e6902cb05f938ea9a734a092b1af3@zalando.de>
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
0b0e54bbe47590cd19958b5d223bac62a4c9d8c1
config/testgrids/openshift/hypershift.yaml
config/testgrids/openshift/hypershift.yaml
test_groups: - name: redhat-hypershift-main-aws-pooled-conformance gcs_prefix: origin-ci-test/logs/periodic-ci-openshift-hypershift-main-e2e-aws-pooled-periodic-conformance dashboards: - name: redhat-hypershift dashboard_tab: - name: hypershift-main-aws-pooled-conformance test_group_name: redhat-hypershift-m...
test_groups: - name: redhat-hypershift-main-aws-pooled-conformance gcs_prefix: origin-ci-test/logs/periodic-ci-openshift-hypershift-main-periodics-e2e-aws-pooled-periodic-conformance dashboards: - name: redhat-hypershift dashboard_tab: - name: hypershift-main-aws-pooled-conformance test_group_name: redhat-hy...
Update Hypershift testgrig to reflect job name change
Update Hypershift testgrig to reflect job name change
YAML
apache-2.0
kubernetes/test-infra,cblecker/test-infra,cblecker/test-infra,kubernetes/test-infra,michelle192837/test-infra,BenTheElder/test-infra,michelle192837/test-infra,cjwagner/test-infra,michelle192837/test-infra,cblecker/test-infra,cjwagner/test-infra,fejta/test-infra,jessfraz/test-infra,dims/test-infra,cjwagner/test-infra,je...
4c95b1064e029ae818473488dc1f357a5525e59a
tasks/build-binary-new/php74-extensions-patch.yml
tasks/build-binary-new/php74-extensions-patch.yml
--- extensions: exclusions: - name: sodium - name: libz - name: yaf - name: amqp - name: cassandra - name: interbase - name: recode - name: wddx - name: phalcon additions: - name: gd version: nil md5: nil klass: Gd74FakePeclRecipe
--- extensions: exclusions: - name: libz - name: yaf - name: amqp - name: cassandra - name: interbase - name: recode - name: wddx - name: phalcon additions: - name: gd version: nil md5: nil klass: Gd74FakePeclRecipe
Add sodium to php 7.4
Add sodium to php 7.4 [#173847421]
YAML
apache-2.0
cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci
653ffb10e66a593d9764e69e3e8f425c29a559ac
media_server/ansible/roles/packages/tasks/main.yml
media_server/ansible/roles/packages/tasks/main.yml
- name: install packages apt: name="{{ item }}" state="present" update_cache="yes" cache_valid_time="7200" with_items: - bash-completion - build-essential - calibre - curl - dnsutils - ftp - git - vim - wget - p7zip-full
- name: install packages apt: name="{{ item }}" state="present" update_cache="yes" cache_valid_time="7200" with_items: - bash-completion - build-essential - calibre - curl - dnsutils - ftp - git - vim - wget - p7zip-full - mkvtoolnix
Add mkvtoolnix to media_server packages
Add mkvtoolnix to media_server packages
YAML
unlicense
rranelli/linuxsetup,rranelli/linuxsetup,rranelli/linuxsetup
882a2263ea2d4eb4fcfc82b2836b0ec141c59556
_data/logos.yml
_data/logos.yml
- url: http://domains.com.au src: /img/logos/domain.svg name: Domains - url: https://www.box.com src: /img/logos/box.png name: Box - url: https://www.facebook.com src: /img/logos/facebook.png name: Facebook - url: https://www.paypal.com src: /img/logos/paypal.svg name: PayPal - url: http://www.thena...
- url: http://www.domain.com.au src: /img/logos/domain.svg name: Domain - url: https://www.box.com src: /img/logos/box.png name: Box - url: https://www.facebook.com src: /img/logos/facebook.png name: Facebook - url: https://www.paypal.com src: /img/logos/paypal.svg name: PayPal - url: http://www.the...
Correct link to Domain via logo
Correct link to Domain via logo
YAML
mit
willklein/eslint.github.io,eslint/eslint.github.io,2gis/eslint.github.io,mockee/eslint.github.io,Getable/eslint.github.io,2gis/eslint.github.io,joeybaker/eslint.github.io,algolia/eslint.github.io,tomecko/eslint.github.io,joeybaker/eslint.github.io,SimpliField/eslint.github.io,willklein/eslint.github.io,Gillespie59/esli...
67ff2e60a834c60d79c6687e134c4c16b092e613
.github/workflows/lenuage.yml
.github/workflows/lenuage.yml
--- name: Continuous Integration on: push: branches: [master] pull_request: jobs: flake8: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-versi...
--- name: Continuous Integration on: push: branches: [master] pull_request: jobs: flake8: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-versi...
Remove next Django version in tests
Remove next Django version in tests
YAML
agpl-3.0
laboiteproject/laboite-backend,bgaultier/laboitepro,laboiteproject/laboite-backend,bgaultier/laboitepro,laboiteproject/laboite-backend,bgaultier/laboitepro
b6ae127a97f49c90bf6eb9571a4c108480b835de
config/locales/ru.yml
config/locales/ru.yml
en: available_styles: "Версии" upload_a_file: "Загрузить файл" insert_one: "Вставить файл" insert_one_tip: "Вставить файл" insert_many: "Вставить файлы" insert_many_tip: "Вставить файлы (держать браузер открытым)" view_grid: "Таблица" view_grid_tip: "Таблица" view_list: "Список" view_list_tip: "Спис...
ru: available_styles: "Версии" upload_a_file: "Загрузить файл" insert_one: "Вставить файл" insert_one_tip: "Вставить файл" insert_many: "Вставить файлы" insert_many_tip: "Вставить файлы (держать браузер открытым)" view_grid: "Таблица" view_grid_tip: "Таблица" view_list: "Список" view_list_tip: "Спис...
Fix tag for RU translation
Fix tag for RU translation
YAML
mit
krim/rich,dalpo/rich,kreativgebiet/rich,artemaminov/rich,donbobka/rich,dalpo/rich,krim/rich,Sergey-B/rich,artemaminov/rich,donbobka/rich,krim/rich,Nimdis/rich,Nimdis/rich,kreativgebiet/rich,Sergey-B/rich,donbobka/rich,Nimdis/rich,artemaminov/rich,kreativgebiet/rich,dalpo/rich
f8f46284c124f8bd83230732e4d236fd884aa0d5
packages/co/composite-cassava.yaml
packages/co/composite-cassava.yaml
homepage: '' changelog-type: markdown hash: 91abfe347afc387e9eaccea6fd3efb670da52d55bf1e07ffdf86c66e5d6a1681 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Csv parsing functionality for composite. changelog: | # Changelog for composite-cassava ## v0.0.2.0 * Fix `ToNamedRecord` instances. ...
homepage: '' changelog-type: markdown hash: 3d03049150eaaea520ee2b3541396fd5baaf242a168def4405ff4730957b53a1 test-bench-deps: bytestring: -any base: '>=4.7 && <5' composite-base: '>=0.7.0.0 && <0.8' unordered-containers: -any text: -any cassava: '>=0.5.0.0 && <0.6' composite-cassava: -any tasty-hunit: -...
Update from Hackage at 2021-09-01T10:18:49Z
Update from Hackage at 2021-09-01T10:18:49Z
YAML
mit
commercialhaskell/all-cabal-metadata
4006714df0904efb2361d3e205e2d0be1192807e
recipes/poretools/0.5.0/meta.yaml
recipes/poretools/0.5.0/meta.yaml
package: name: poretools version: "0.5.0" source: fn: poretools_v0.5.0.tar.gz url: https://github.com/arq5x/poretools/archive/v0.5.0.tar.gz md5: c647561ea603e84bca14fdf56a5c962f requirements: build: - python - rpy2 >=2.4.2 - h5py >=2.0 - watchdog >=0.8.3 run...
package: name: poretools version: "0.5.0" source: fn: poretools_v0.5.0.tar.gz url: https://github.com/arq5x/poretools/archive/v0.5.0.tar.gz md5: c647561ea603e84bca14fdf56a5c962f requirements: build: - python - rpy2 >=2.4.2 - h5py >=2.0 - watchdog >=0.8.3 run...
Add r-ggplot2 to poretools v0.5.0 and build for osx
Add r-ggplot2 to poretools v0.5.0 and build for osx
YAML
mit
npavlovikj/bioconda-recipes,JenCabral/bioconda-recipes,ostrokach/bioconda-recipes,ThomasWollmann/bioconda-recipes,gvlproject/bioconda-recipes,zwanli/bioconda-recipes,gregvonkuster/bioconda-recipes,saketkc/bioconda-recipes,saketkc/bioconda-recipes,abims-sbr/bioconda-recipes,shenwei356/bioconda-recipes,rvalieris/bioconda...
2550679621b13c1e41e391caf97de2d566caf7ab
.github/workflows/rubocop.yml
.github/workflows/rubocop.yml
name: RuboCop on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - name: Install required package run: | sudo apt-get update sudo ...
name: RuboCop on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - name: Install required package run: | sudo apt-get update sudo ...
Use --assume-yes to install the dependencies for Github's workflows:
Use --assume-yes to install the dependencies for Github's workflows: This could prevent not install if require a confirmation action on system were is run the workflow.
YAML
mit
kddeisz/rails,yalab/rails,schuetzm/rails,eileencodes/rails,Edouard-chin/rails,lcreid/rails,Edouard-chin/rails,Vasfed/rails,jeremy/rails,georgeclaghorn/rails,yahonda/rails,schuetzm/rails,tgxworld/rails,eileencodes/rails,tjschuck/rails,palkan/rails,lcreid/rails,Edouard-chin/rails,yhirano55/rails,mechanicles/rails,vipulns...
670e47e3d3915cb5a4887ce5a17556271d46a42a
Magic/src/main/resources/examples/lucky/worlds.yml
Magic/src/main/resources/examples/lucky/worlds.yml
world_lucky: world: world block_break: lucky_cobble: class: Cast type: cobblestone,stone spells: lucky_loot: 10 lucky_potion: 20 lucky_block: 30 none: 100 lucky_dirt: class: Cast types: dirt,grass_block spells: lucky_loot: 10 ...
world_lucky: world: world block_break: lucky_cobble: class: Cast types: cobblestone,stone spells: lucky_loot: 10 lucky_potion: 20 lucky_block: 30 none: 100 lucky_dirt: class: Cast types: dirt,grass_block spells: lucky_loot: 10 ...
Fix the stone lucky block rule
Fix the stone lucky block rule
YAML
mit
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
555a124e7b2f4f1a03fbd5c390d7686889caee72
packages/pe/perf.yaml
packages/pe/perf.yaml
homepage: https://github.com/tonyday567/perf changelog-type: '' hash: 75a95213992a6a1d4b9c244cddf860d0d99f568271c7cf6d02129e7c9ee3239b test-bench-deps: base: ! '>=4.7 && <5' doctest: -any protolude: -any perf: -any maintainer: tonyday567@gmail.com synopsis: low-level performance statistics changelog: '' basic-d...
homepage: https://github.com/tonyday567/perf changelog-type: '' hash: fd18a5b7b3d47f7b8b2613e0e0e8fa5a16efd3790c2f88b0ce8c99d2402b89d4 test-bench-deps: base: ! '>=4.7 && <5' doctest: -any protolude: -any perf: -any maintainer: tonyday567@gmail.com synopsis: low-level performance statistics changelog: '' basic-d...
Update from Hackage at 2017-09-16T01:57:21Z
Update from Hackage at 2017-09-16T01:57:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
f416064fcee35f48e500d1bd2e6ddaad9b89e0f4
.github/workflows/pullrequests.yml
.github/workflows/pullrequests.yml
name: Build pull request on: pull_request: branches: [master] types: [opened, synchronize, reopened] jobs: build: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-20.04 strategy: matrix: include: - mongodb-version: 3.6 karate-opti...
# This workflow build and test pull requests name: Build pull request on: pull_request: branches: - "*" types: [opened, synchronize, reopened] jobs: build: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-20.04 strategy: matrix: include: ...
Build PR for all branches
Build PR for all branches [skip ci]
YAML
agpl-3.0
SoftInstigate/restheart,SoftInstigate/restheart,SoftInstigate/restheart,SoftInstigate/restheart
e62bf0b23bd444aa855bea50bd720d97e6ce4e7c
.github/workflows/super-linter.yml
.github/workflows/super-linter.yml
# This workflow executes several linters on changed files based on languages used in your code base whenever # you push a code or open a pull request. # # You can adjust the behavior by modifying this file. # For more information, see: # https://github.com/github/super-linter name: Lint Code Base on: push: branc...
# This workflow executes several linters on changed files based on languages used in your code base whenever # you push a code or open a pull request. # # You can adjust the behavior by modifying this file. # For more information, see: # https://github.com/github/super-linter name: Lint Code Base on: push: branc...
Add Rust validation to the super linter config
Add Rust validation to the super linter config
YAML
apache-2.0
awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a...
b6460f34f69deed496231c8aff73a159e0525fe8
pkg/analyzer_plugin/pubspec.yaml
pkg/analyzer_plugin/pubspec.yaml
name: analyzer_plugin description: A framework for building plugins for the analysis server. version: 0.0.1-alpha.0 author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin environment: sdk: '>=1.8.0 <2.0.0' dependencies: analyzer: '^0.31.0-alpha.1' charco...
name: analyzer_plugin description: A framework for building plugins for the analysis server. version: 0.0.1-alpha.1 author: Dart Team <misc@dartlang.org> homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer_plugin environment: sdk: '>=1.8.0 <2.0.0' dependencies: analyzer: '^0.31.0-alpha.1' charco...
Upgrade analyzer_plugin for republish with recent bugfix
Upgrade analyzer_plugin for republish with recent bugfix Change-Id: Ib431ae65936be23ccf05a160e8e607d40ab7d5ff Reviewed-on: https://dart-review.googlesource.com/45962 Reviewed-by: Brian Wilkerson <1f7641b6b14c52b9163524ab8d9aabff80176f21@google.com>
YAML
bsd-3-clause
dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-s...
1f19e65245935830674cfb18753a0d836cad2a2f
packages/at/attoparsec-data.yaml
packages/at/attoparsec-data.yaml
homepage: https://github.com/nikita-volkov/attoparsec-data changelog-type: '' hash: 068fdb772fc85eea38ef818075c6c41fc90b8af2ffeccebe572a29e54f6cbff2 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Parsers for the standard Haskell data types changelog: '' basic-deps: bytestring: ! '>=...
homepage: https://github.com/nikita-volkov/attoparsec-data changelog-type: '' hash: 7d9225f77efab0ddb4b9b14b7d0e745993e4735fdab81c7222eb16dfe47a1a01 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Parsers for the standard Haskell data types changelog: '' basic-deps: bytestring: ! '>=...
Update from Hackage at 2019-04-25T12:44:34Z
Update from Hackage at 2019-04-25T12:44:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
1359c88db4a4ed80b06510d3fbe62de6e8ba2cf7
ansible/roles/i3/tasks/main.yml
ansible/roles/i3/tasks/main.yml
- name: Install i3 things when: ansible_facts['os_family'] == "Debian" become: yes apt: name: "{{ packages }}" state: latest vars: packages: - autorandr - i3 - pavucontrol - playerctl - pulseaudio-utils - rofi - xautolock - xbacklight - xss-lock ...
# Note that this doesn't actually change the default session type to i3 - name: Install i3 things when: ansible_facts['os_family'] == "Debian" become: yes apt: name: "{{ packages }}" state: latest vars: packages: - autorandr - i3 - pavucontrol - playerctl - pulseaudio-...
Clarify what i3 role does
Clarify what i3 role does
YAML
mit
nathanalderson/dotfiles,nathanalderson/dotfiles,nathanalderson/dotfiles
ea364c58cd954d6b076c4e30bb283f33381a1246
.github/workflows/publish_pricing_to_s3.yml
.github/workflows/publish_pricing_to_s3.yml
# Workflow which runs on daily basis and publishes pricing data to S3 bucket name: Publish pricing.json to S3 bucket on: schedule: - cron: '0 13 * * *' - cron: '0 2 * * *' jobs: generate_and_publish_pricing_data: name: Generate and Publish Pricing file to S3 runs-on: ubuntu-latest strategy: ...
# Workflow which runs on daily basis and publishes pricing data to S3 bucket name: Publish pricing.json to S3 bucket on: schedule: - cron: '0 13 * * *' - cron: '0 2 * * *' jobs: generate_and_publish_pricing_data: name: Generate and Publish Pricing file to S3 runs-on: ubuntu-latest strategy: ...
Update nightly workflow to fail if bucket / pricing file permissions are not correct.
Update nightly workflow to fail if bucket / pricing file permissions are not correct.
YAML
apache-2.0
mistio/libcloud,apache/libcloud,Kami/libcloud,mistio/libcloud,mistio/libcloud,Kami/libcloud,apache/libcloud,apache/libcloud,Kami/libcloud
cdc575878db35e3d1aa49bb7b5599f024a3b1425
blueprints.yaml
blueprints.yaml
name: LightSlider version: 1.1.1 description: "This plugin wraps the [Lightslider](http://sachinchoolur.github.io/lightslider/) jQuery plugin and let's you add nice content sliders." icon: bolt author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-plugin...
name: LightSlider version: 1.1.1 description: "This plugin wraps the [Lightslider](http://sachinchoolur.github.io/lightslider/) jQuery plugin and let's you add nice content sliders." icon: bolt author: name: Team Grav email: devs@getgrav.org url: http://getgrav.org homepage: https://github.com/getgrav/grav-plugin...
Move validation parameter inside the form
Bluprints: Move validation parameter inside the form
YAML
mit
getgrav/grav-plugin-lightslider,getgrav/grav-plugin-lightslider,getgrav/grav-plugin-lightslider
119491ce590fb1b80b9f5fb23c68c0adae0f7171
packages/po/postgresql-schema.yaml
packages/po/postgresql-schema.yaml
homepage: https://github.com/mfine/postgresql-schema changelog-type: '' hash: 7baac2ddb164ff30501b54db598c01c6fe897a5b29ed6c82a6a25d28fe7714d0 test-bench-deps: {} maintainer: mark.fine@gmail.com synopsis: PostgreSQL Schema Management changelog: '' basic-deps: shelly: -any postgresql-schema: -any base: ! '>=4.7 &&...
homepage: https://github.com/mfine/postgresql-schema changelog-type: '' hash: 53d4b8f0097b1f724529869c59a28fe60634ed30092721a9513240f00e05a022 test-bench-deps: {} maintainer: mark.fine@gmail.com synopsis: PostgreSQL Schema Management changelog: '' basic-deps: shelly: -any postgresql-schema: -any base: ! '>=4.7 &&...
Update from Hackage at 2015-10-06T08:37:47+0000
Update from Hackage at 2015-10-06T08:37:47+0000
YAML
mit
commercialhaskell/all-cabal-metadata
a8d25b07d1fc50fb57a1e41029992c432eb109e1
.github/workflows/test_windows.yml
.github/workflows/test_windows.yml
name: Windows on: push: pull_request: jobs: build: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: python-version: [2, 3.5, 3.6, 3.7, 3.8] os: [windows-latest] architecture: [x86, x64] steps: - uses: actions/checkout@v2 - name...
name: Windows on: push: branches: - '**' paths-ignore: - docs/** - ChangeLog* tags: - 'v[0-9]+.[0-9]+.[0-9]+' - 'v[0-9]+.[0-9]+.[0-9]+rc[0-9]+' pull_request: branches: - '**' paths-ignore: - docs/** - ChangeLog* jobs: build: ...
Add publish windows wheels on release tag
Add publish windows wheels on release tag
YAML
lgpl-2.1
pymssql/pymssql,pymssql/pymssql
07c81824d684d3fac422330bb6506ec8a2afc10e
template/.travis.yml
template/.travis.yml
language: java sudo: required jdk: - oraclejdk8 env: matrix: - ENGINE=lucee@4.5 - ENGINE=lucee@5 - ENGINE=adobe@2016 - ENGINE=adobe@11 - ENGINE=adobe@10 before_install: - sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622 - sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /"...
language: java sudo: required jdk: - oraclejdk8 env: matrix: - ENGINE=lucee@4.5 - ENGINE=lucee@5 - ENGINE=adobe@2016 - ENGINE=adobe@11 - ENGINE=adobe@10 before_install: - sudo apt-key adv --keyserver keys.gnupg.net --recv 6DA70622 - sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /"...
Fix regex to fail tests
Fix regex to fail tests
YAML
mit
elpete/cb-module-template
d0b62e55bd98ff818a7f896f958727cde8c8a425
.sync.yml
.sync.yml
--- .travis.yml: acceptance: - '*' forge_password: "QcG6iRpDC8ojkaCsrO3HVyBCspKcc2lkxRlBLG5X61Gp8dytr36tzndldMsxGW4CgTnCWNuRlJhfKwvH8ObSR8hDZyQkNwzoOSRMIUM9SGvHKqCScSMW1gjdNvh/0oMt/WbZEcyN7/XIEmQqtMmXShBaQ0yWYdp3TvgfNSJ/NdM="
--- .travis.yml: acceptance: - '*' forge_password: "QcG6iRpDC8ojkaCsrO3HVyBCspKcc2lkxRlBLG5X61Gp8dytr36tzndldMsxGW4CgTnCWNuRlJhfKwvH8ObSR8hDZyQkNwzoOSRMIUM9SGvHKqCScSMW1gjdNvh/0oMt/WbZEcyN7/XIEmQqtMmXShBaQ0yWYdp3TvgfNSJ/NdM=" extras: - rvm: default sudo: required services: docker env: BE...
Add acceptance test for puppet AIO
Add acceptance test for puppet AIO
YAML
apache-2.0
camptocamp/puppet-puppetserver,olivierHa/puppet-puppetserver,roman-mueller/puppet-puppetserver,roman-mueller/puppet-puppetserver,camptocamp/puppet-puppetserver,olivierHa/puppet-puppetserver
d33b587302d6ebad3a7cf8ff434b7f5423e87593
packages/ta/tasty-test-vector.yaml
packages/ta/tasty-test-vector.yaml
homepage: https://oss.xkcd.com/ changelog-type: markdown hash: b3afb3206b31a5b2e14925308e2cb3e3a485dc8ecf70194988939fef06e4432f test-bench-deps: {} maintainer: oss@xkcd.com synopsis: Test vector support for tasty. changelog: ! '# Revision history for tasty-test-vector ## 0 -- 2018-12-18 * First version. ' basi...
homepage: https://oss.xkcd.com/ changelog-type: markdown hash: 602fc2b1810b0e8ffab22fb9c8fe6311335c3ab3590298573aba6b988874e78f test-bench-deps: {} maintainer: oss@xkcd.com synopsis: Test vector support for tasty. changelog: | # Revision history for tasty-test-vector ## 0 -- 2018-12-18 * First version. basic-de...
Update from Hackage at 2020-01-17T22:42:31Z
Update from Hackage at 2020-01-17T22:42:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
ab22cd3f63a715588f1c9eac11a946e02a6491ef
prow/cluster/cluster-issuer.yaml
prow/cluster/cluster-issuer.yaml
--- # cluster-issuer apiVersion: certmanager.k8s.io/v1alpha1 kind: ClusterIssuer metadata: namespace: default # Adjust the name here accordingly name: letsencrypt-prod spec: acme: # The ACME server URL server: https://acme-v02.api.letsencrypt.org/directory # Email address used for ACME registration ...
--- # cluster-issuer apiVersion: certmanager.k8s.io/v1alpha1 kind: ClusterIssuer metadata: namespace: default # Adjust the name here accordingly name: letsencrypt-prod spec: acme: # The ACME server URL server: https://acme-v02.api.letsencrypt.org/directory # Email address used for ACME registration ...
Send cert-manager emails to osp-engprod-tools@google.com.
Send cert-manager emails to osp-engprod-tools@google.com.
YAML
apache-2.0
monopole/test-infra,michelle192837/test-infra,kubernetes/test-infra,brahmaroutu/test-infra,kubernetes/test-infra,ixdy/kubernetes-test-infra,fejta/test-infra,cjwagner/test-infra,kubernetes/test-infra,monopole/test-infra,kubernetes/test-infra,cjwagner/test-infra,fejta/test-infra,kubernetes/test-infra,cblecker/test-infra,...
a352927c6a762e0d73cb726171a4e98fff304a74
config/sidekiq.yml
config/sidekiq.yml
# See also config/initializers/sidekiq.rb # default concurrency :concurrency: 2 # :pidfile: ./tmp/pids/sidekiq.pid :verbose: false :queues: - [default, 1] - [mailer, 1] :development: :concurrency: 1
# See also config/initializers/sidekiq.rb # default concurrency #:concurrency: 2 # original value before I started messing around with it :concurrency: 1 # :pidfile: ./tmp/pids/sidekiq.pid :verbose: false :queues: #- [default, 1] - [mailer, 1] :development: :concurrency: 1
Reduce concurency value to 1 to see what it does in production
Reduce concurency value to 1 to see what it does in production
YAML
mit
kbarre123/starterkits_rails4,kbarre123/starterkits_rails4,kbarre123/starterkits_rails4
20e6e25a08de040a2a7b03557d444e58f24ad286
automations/outdoor_lights.yaml
automations/outdoor_lights.yaml
- alias: 'Turn Outdoor Lights on at Sunset' trigger: platform: sun event: sunset offset: '-00:20:00' action: - delay: '00:{{ (range(0, 11) | random) }}:00' - service: light.turn_on data: entity_id: group.outdoor_lights - alias: 'Turn Outdoor Lights off in the Night when Away' tr...
- alias: 'Turn Outdoor Lights on at Sunset' trigger: platform: sun event: sunset offset: '-00:20:00' action: - delay: '00:{{ (range(0, 11) | random) }}:00' - service: light.turn_on data: entity_id: group.outdoor_lights - alias: 'Turn Outdoor Lights off in the Night when Away' tr...
Fix typo in name of automation
Fix typo in name of automation
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
92995ca4eb628a46cf1377aa8e865dc240f802d2
packages/xm/xmonad-volume.yaml
packages/xm/xmonad-volume.yaml
homepage: https://github.com/vmchale/xmonad-volume#readme changelog-type: markdown hash: 1f12eeeded78c65a52ab750e52284a3112c34025f1a26e0ab8c678e1dc44177e test-bench-deps: {} maintainer: vanessa.mchale@iohk.io synopsis: XMonad volume controls changelog: ! "# xmonad-volume\n\n## 0.1.0.1\n\n * Generalize type signatures\...
homepage: https://github.com/vmchale/xmonad-volume#readme changelog-type: markdown hash: f16a421f9eac069fcafa1db116af0f7b159bdc83388c99b8da459167cabf3a48 test-bench-deps: {} maintainer: vanessa.mchale@iohk.io synopsis: XMonad volume controls changelog: ! "# xmonad-volume\n\n## 0.1.1.0\n\n * Work with `alsa-mixer == 0....
Update from Hackage at 2018-12-13T22:28:34Z
Update from Hackage at 2018-12-13T22:28:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
eea1aae430fe9b2b5f0470ebb500a43a3283f7a3
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: 935ce229eff2a4fcdd943a784ec7917d48abc0d4a161b648dd949dff3837bb3a test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0....
homepage: '' changelog-type: '' hash: 481b4209eedaf9ac0ae689759860b230b04e5b7fa6c2e84c1bdcf695a02ec7bf test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0....
Update from Hackage at 2018-10-16T00:34:26Z
Update from Hackage at 2018-10-16T00:34:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
9e66d199794c70eaf286d4feaa8858d526247aa3
packages/do/dot.yaml
packages/do/dot.yaml
homepage: https://github.com/andrewthad/dot#readme changelog-type: '' hash: 4270d1d487b28ab9c6e76a19880665b0fdf7361c8a6b2fd17cab0fc07b384ac4 test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Data types and encoding for graphviz dot files changelog: '' basic-deps: impure-containers: ! '>=0.3 && <0.4'...
homepage: https://github.com/andrewthad/dot#readme changelog-type: '' hash: c5230a5cb5c628592f0f4f78cc02651d5d0c5420288f1a6f6fc2581c1e47f5ce test-bench-deps: {} maintainer: andrew.thaddeus@gmail.com synopsis: Data types and encoding for graphviz dot files changelog: '' basic-deps: impure-containers: ! '>=0.3 && <0.4'...
Update from Hackage at 2016-08-02T20:08:08+0000
Update from Hackage at 2016-08-02T20:08:08+0000
YAML
mit
commercialhaskell/all-cabal-metadata
2046b4aeb0e245b2b6fbe43ac0f07ab2423bea76
packages/ds/dsp.yaml
packages/ds/dsp.yaml
homepage: http://www.haskell.org/haskellwiki/DSP changelog-type: '' hash: 3138ebd30c6a7e2feadd391b81b9b866603962c0a60a8905757731b5ff72540d test-bench-deps: base: -any array: -any containers: -any dsp: -any QuickCheck: '>=2.5 && <3' maintainer: Henning Thielemann <haskell@henning-thielemann.de> synopsis: Haske...
homepage: http://www.haskell.org/haskellwiki/DSP changelog-type: '' hash: 0b988569ad8718df17ef3b9c4f87b896684400181de6ac5ef32c61e38de86a26 test-bench-deps: base: -any array: -any containers: -any dsp: -any QuickCheck: '>=2.5 && <3' maintainer: Henning Thielemann <haskell@henning-thielemann.de> synopsis: Haske...
Update from Hackage at 2022-09-21T08:04:08Z
Update from Hackage at 2022-09-21T08:04:08Z
YAML
mit
commercialhaskell/all-cabal-metadata