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 |
|---|---|---|---|---|---|---|---|---|---|
eeced700efef1d5b43b3513d67f41cdab93f9b1b | packages/ve/vector-text.yaml | packages/ve/vector-text.yaml | homepage: https://github.com/luna/vector-text
changelog-type: ''
hash: 56eb6d61eb0b8b7ea8529c80f04faea5dae5922f7790b17ebf1b087cf2763f1d
test-bench-deps: {}
maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org>
synopsis: Text implementation based on unboxed char vector.
changelog: ''
basic-deps:
base: ! '>=4.10 ... | homepage: https://github.com/luna/vector-text
changelog-type: ''
hash: 1db139021dae0cf901e2d920f59ad8321019bda7718f5e1245c968bb9169f7fa
test-bench-deps: {}
maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org>
synopsis: Text implementation based on unboxed char vector.
changelog: ''
basic-deps:
base: ! '>=4.10 ... | Update from Hackage at 2018-08-24T10:06:01Z | Update from Hackage at 2018-08-24T10:06:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
166e2fc5c03dd8e263dd2db32dd1739e25a27ddf | packages/in/interpolate.yaml | packages/in/interpolate.yaml | homepage: https://github.com/sol/interpolate#readme
changelog-type: ''
hash: bc243859cb5489b5ccd1e771714f79fc801bbd209c6c69b2059156c8f3dcb1ae
test-bench-deps:
bytestring: -any
base: ==4.*
hspec: ! '>=1.5'
text: -any
quickcheck-instances: -any
base-compat: -any
QuickCheck: -any
haskell-src-meta: ! '>=0.8... | homepage: https://github.com/sol/interpolate#readme
changelog-type: ''
hash: e102d1870811afce16a339fc47f75cef6fc093bf931453569f326669186fb1db
test-bench-deps:
bytestring: -any
base: ==4.*
hspec: '>=1.5'
text: -any
quickcheck-instances: -any
base-compat: -any
QuickCheck: -any
haskell-src-meta: '>=0.8'
... | Update from Hackage at 2020-06-05T11:52:20Z | Update from Hackage at 2020-06-05T11:52:20Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5fa02622ff1d83109715a856d5ecb7f6d9faa3be | fig.yml | fig.yml | db:
image: orchardup/postgresql
ports:
- "5432"
web:
build: .
command: gin
volumes:
- .:/go/src/github.com/hackedu/backend
ports:
- "3000:3000"
links:
- db
| db:
image: orchardup/postgresql
ports:
- "5432"
redis:
image: orchardup/redis
web:
build: .
command: gin
volumes:
- .:/go/src/github.com/hackedu/backend
ports:
- "3000:3000"
links:
- db
| Add Redis service to Fig. | Add Redis service to Fig.
| YAML | mit | zachlatta/website,zachlatta/website,hackedu/website,zachlatta/website,hackedu/website,hackedu/website |
743d6782e1ef8b8585b1daaabab82742c28577fb | playbooks/group_vars/all.yml | playbooks/group_vars/all.yml |
# Copyright (c) 2015-2018 Agalmic Ventures LLC (www.agalmicventures.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to u... |
# Copyright (c) 2015-2018 Agalmic Ventures LLC (www.agalmicventures.com)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to u... | Fix missing interpolation in Ansible group_vars | Fix missing interpolation in Ansible group_vars
| YAML | mit | AgalmicVentures/Environment,AgalmicVentures/Environment,AgalmicVentures/Environment |
6ae8e9cc8e715eb3fd7dacb4478ef4066e76b4a7 | readthedocs-environment.yml | readthedocs-environment.yml | channels:
- conda-forge
dependencies:
- python=3.7
- ipython
- numpy
- numba
- scipy
- sparse
- matplotlib
- pandoc
- ipykernel
- nbsphinx
- nbconvert=5.4.1
| channels:
- conda-forge
dependencies:
- python=3.7
- ipython
- numpy
- numba
- scipy
- sparse
- matplotlib
- pandoc
- ipykernel
- nbsphinx
- nbconvert=5.4.1
- pip:
- pyganja
| Add pyganja dependency to ReadTheDocs yml config | Add pyganja dependency to ReadTheDocs yml config
This was only added to the pip config, so didn't work when built in conda
| YAML | bsd-3-clause | arsenovic/clifford,arsenovic/clifford |
6b153ec01b1c27b258bcab9b89ba239ec2c46766 | recipes/deeptools/meta.yaml | recipes/deeptools/meta.yaml | package:
name: deeptools
version: '2.0.0'
source:
fn: deepTools-2.0.0.tar.gz
url: https://pypi.python.org/packages/source/d/deepTools/deepTools-2.0.0.tar.gz
md5: 09821e73f56ddb744a35d01173c6eb29
build:
number: 0
skip: True # [not py27]
requirements:
build:
- python
- setuptools
- numpy x.... | package:
name: deeptools
version: '2.0.0'
source:
fn: deepTools-2.0.0.tar.gz
url: https://pypi.python.org/packages/source/d/deepTools/deepTools-2.0.0.tar.gz
md5: 09821e73f56ddb744a35d01173c6eb29
build:
number: 0
skip: True # [not py27]
requirements:
build:
- python
- setuptools
- numpy >=... | Remove x.x from numpy and drop the nosetests in favor of just bamCompare --version | Remove x.x from numpy and drop the nosetests in favor of just bamCompare --version
| YAML | mit | bebatut/bioconda-recipes,JenCabral/bioconda-recipes,bow/bioconda-recipes,joachimwolff/bioconda-recipes,JingchaoZhang/bioconda-recipes,acaprez/recipes,matthdsm/bioconda-recipes,cokelaer/bioconda-recipes,colinbrislawn/bioconda-recipes,roryk/recipes,saketkc/bioconda-recipes,keuv-grvl/bioconda-recipes,mdehollander/bioconda... |
2f0e7257f62d84d1849a1d957e5c8cd8e5c8aa49 | tests/acceptance.suite.yml | tests/acceptance.suite.yml | # Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
class_name: AcceptanceTester
modules:
enabled:
- PhpBrowser:
url: 'https://registry.d... | # Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
class_name: AcceptanceTester
modules:
enabled:
- PhpBrowser:
url: 'http://registry.de... | Update the codecept acceptance config | Update the codecept acceptance config
| YAML | agpl-3.0 | jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry,jonphipps/Metadata-Registry |
2866b7b10457946bb8575f744a79ed655102df0e | codeship-steps.yml | codeship-steps.yml | - name: download_cache
service: cache
command: true
- name: trigger_build
service: herokudeployment
command: true
- service: integrationtest
command: deploy_to_heroku_app codeship-heroku-deployment
- service: integrationtest
command: heroku run --app codeship-heroku-deployment -- ls
- service: herokudeploym... | - name: download_cache
service: cache
command: true
- name: trigger_build
service: herokudeployment
command: true
- service: integrationtest
command: deploy_to_heroku_app codeship-heroku-deployment
- service: integrationtest
command: heroku run --app codeship-heroku-deployment -- true
- service: herokudeplo... | Use true instead of ls as test command | Use true instead of ls as test command
| YAML | mit | codeship-library/heroku-deployment,codeship-library/heroku-deployment |
d109924b8700b582aba6ad8fe01ee6d9b9b7c6ca | release/tag/goreleaser.yaml | release/tag/goreleaser.yaml | # Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | # Copyright 2019 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | Remove files from release artifacts and improve naming | Remove files from release artifacts and improve naming
| YAML | apache-2.0 | GoogleContainerTools/kpt,GoogleContainerTools/kpt,GoogleContainerTools/kpt,GoogleContainerTools/kpt,GoogleContainerTools/kpt |
d7dcb41b271e6b5d5e74988a979a286185a0093e | tests/model/SiteTreeBrokenLinksTest.yml | tests/model/SiteTreeBrokenLinksTest.yml | Page:
content:
Title: ContentPage
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
about:
Title: About
URLSegment: about
Content: 'about us here <a name="yes-anchor-here">abo... | Page:
content:
Title: ContentPage
Content: 'This is some partially happy content. It has one missing a skiplink, but does have another <a name="yes-anchor-here">skiplink here</a>.'
about:
Title: About
URLSegment: about
Content: 'about us here <a name="yes-anchor-here">abo... | Remove tab - invalid YAML | FIX: Remove tab - invalid YAML
| YAML | bsd-3-clause | jonom/silverstripe-cms,jonom/silverstripe-cms,silverstripe/silverstripe-cms,silverstripe/silverstripe-cms |
30899b1e9d8c213d4d10d352aee242a3d632fd14 | .github/workflows/generate-documentation.yml | .github/workflows/generate-documentation.yml | name: Manually generate documentation
on:
workflow_dispatch
permissions:
contents: read
pages: write
id-token: write
packages: read
concurrency:
group: "update-standard-library-documentation"
cancel-in-progress: true
jobs:
generate-documentation:
name: Generate documentation for release
envi... | name: Manually generate documentation
on:
workflow_dispatch
permissions:
contents: read
pages: write
id-token: write
packages: read
concurrency:
group: "update-standard-library-documentation"
cancel-in-progress: true
jobs:
generate-documentation:
name: Generate documentation for release
envi... | Put generated documentation step back to using release | Put generated documentation step back to using release
| YAML | bsd-2-clause | ponylang/ponyc,ponylang/ponyc,ponylang/ponyc |
2e886f6c2c8483c673b329acd8052bc0dcabf449 | image-yaml/overcloud-images.yaml | image-yaml/overcloud-images.yaml | disk_images:
-
imagename: overcloud
arch: amd64
type: qcow2
elements:
- hosts baremetal dhcp-all-interfaces os-collect-config overcloud-full overcloud-controller overcloud-compute overcloud-ceph-storage heat-config-puppet heat-config-script puppet-modules hiera os-net-config stable-interface-nam... | disk_images:
-
imagename: overcloud
arch: amd64
type: qcow2
elements:
- hosts baremetal dhcp-all-interfaces os-collect-config overcloud-full overcloud-controller overcloud-compute overcloud-ceph-storage heat-config-puppet heat-config-script puppet-modules hiera os-net-config stable-interface-nam... | Remove epel element from base yaml ramdisk agent image | Remove epel element from base yaml ramdisk agent image
The epel element should not be in the base element.
Change-Id: I843e9ed3bd027dd0b975d6b423ba3475631b7bd9
| YAML | apache-2.0 | openstack/tripleo-common,openstack/tripleo-common |
dd03e75be462746978c910690947e84fc340e7b3 | .goreleaser.yml | .goreleaser.yml | builds:
- ldflags:
- -s -w -X github.com/khlieng/dispatch/version.Tag=v{{.Version}} -X github.com/khlieng/dispatch/version.Commit={{.ShortCommit}} -X github.com/khlieng/dispatch/version.Date={{.Date}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- am... | builds:
- ldflags:
- -s -w -X github.com/khlieng/dispatch/version.Tag=v{{.Version}} -X github.com/khlieng/dispatch/version.Commit={{.ShortCommit}} -X github.com/khlieng/dispatch/version.Date={{.Date}}
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- am... | Add amd64 and darwin archive name replacements | Add amd64 and darwin archive name replacements
| YAML | mit | khlieng/dispatch,khlieng/dispatch,khlieng/name_pending,khlieng/name_pending,khlieng/dispatch,khlieng/name_pending,khlieng/name_pending |
cb3d490b395df11d40cab7d00d40842e3be093df | util/ansible/roles/azuracast-fixtures/tasks/main.yml | util/ansible/roles/azuracast-fixtures/tasks/main.yml | ---
- name: Find fixture ZIP files
find:
paths: "{{ util_base }}/fixtures"
patterns: "*.zip"
recurse: yes
register: fixture_zip_files
- name: Extract fixture ZIP files
unarchive:
src: "{{ item.path }}"
dest: "{{ app_base }}/stations"
owner: azuracast
with_items: "{{ fixture_zip_files.fi... | ---
- name: Find fixture ZIP files
find:
paths: "{{ util_base }}/fixtures"
patterns: "*.zip"
recurse: yes
register: fixture_zip_files
- name: Extract fixture ZIP files
unarchive:
src: "{{ item.path }}"
dest: "{{ app_base }}/stations"
owner: azuracast
with_items: "{{ fixture_zip_files.fi... | Add failure criteria to fixture install. | Add failure criteria to fixture install.
| YAML | agpl-3.0 | AzuraCast/AzuraCast,AzuraCast/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,SlvrEagle23/AzuraCast,AzuraCast/AzuraCast,AzuraCast/AzuraCast |
859fee51a0d121842a42fd12da7e617258cc8011 | recipes/dotty-dict/meta.yaml | recipes/dotty-dict/meta.yaml | {% set name = "dotty-dict" %}
{% set version = "1.3.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
pypi_name: "dotty_dict"
source:
url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/{{ pypi_name }}-{{ version }}.tar.gz
sha256: eb0035a3629ecd84397a68f1f42f1e94abd1c34577a19... | {% set name = "dotty-dict" %}
{% set version = "1.3.0" %}
{% set pypi_name = "dotty_dict" %}
package:
name: {{ name|lower }}
version: {{ version }}
pypi_name: {{ pypi_name }}
source:
url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/{{ pypi_name }}-{{ version }}.tar.gz
sha256: eb0035a... | Use jinja template variable at the top | Use jinja template variable at the top
| YAML | bsd-3-clause | igortg/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,jakirkha... |
20eaa43d18b9dbaaa66f9bfb26453d4d872e910c | roles/dev/defaults/main.yml | roles/dev/defaults/main.yml | ---
projects:
- { name: idea, version: '2017.3.5', url_prefix: 'https://download.jetbrains.com/idea/ideaIC-' }
- { name: pycharm, version: '2017.3.4', url_prefix: 'https://download.jetbrains.com/python/pycharm-professional-' }
bashrc_path: "{{ ansible_env.HOME }}/.bashrc"
| ---
projects:
- { name: idea, version: '2018.1', url_prefix: 'https://download.jetbrains.com/idea/ideaIC-' }
- { name: pycharm, version: '2018.1', url_prefix: 'https://download.jetbrains.com/python/pycharm-professional-' }
bashrc_path: "{{ ansible_env.HOME }}/.bashrc"
| Upgrade pycharm and intellij idea | Upgrade pycharm and intellij idea
| YAML | mit | andornaut/ansible-workstation |
334627535ea1d9987bfa6aca762230af66cd8618 | roles/fidimag/vars/main.yml | roles/fidimag/vars/main.yml | ---
FIDIMAG_REPO_URL: https://github.com/computationalmodelling/fidimag.git
FIDIMAG_INSTALL_PATH: /opt/fidimag
FIDIMAG_VERSION: v0.0.1
XPRA_DISPLAYS:
- 25
- 30
- 36
- 49
- 50
- 64
- 75
- 81
- 90
- 99
| ---
FIDIMAG_REPO_URL: https://github.com/computationalmodelling/fidimag.git
FIDIMAG_INSTALL_PATH: /opt/fidimag
FIDIMAG_VERSION: v0.0.2
XPRA_DISPLAYS:
- 25
- 30
- 36
- 49
- 50
- 64
- 75
- 81
- 90
- 99
| Build fidimag with the somewhat stable 0.0.2 version for consistency, which fixes a container installation issue. | Build fidimag with the somewhat stable 0.0.2 version for consistency, which fixes a container installation issue.
| YAML | bsd-3-clause | fangohr/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,fangohr/virtualmicromagnetics |
461718186328d1b705636e57215a47e3fb59d27e | config/ansible/tasks/gerrit_replication_update.yaml | config/ansible/tasks/gerrit_replication_update.yaml | ---
- include: update_configrepo.yaml
- stat: path=/root/config/gerrit/replication.config
register: rstat
- name: Check if replication.config changed
command: diff /root/config/gerrit/replication.config /home/gerrit/site_path/etc/replication.config
register: diffstat
no_log: True
failed_when: diffstat.rc > 1... | ---
- include: update_configrepo.yaml
- stat: path=/root/config/gerrit/replication.config
register: rstat
- name: Check if replication.config changed
command: diff /root/config/gerrit/replication.config /home/gerrit/site_path/etc/replication.config
register: diffstat
no_log: True
when: rstat.stat.exists == T... | Fix failing diff if /root/config/gerrit/replication.config missing | Fix failing diff if /root/config/gerrit/replication.config missing
If /root/config/gerrit/replication.config is missing the diff will
return with an exit code of 2, and therefore the task will fail.
Due to the earlier stat it's already known if the file exists, so just
checking this using a "when" condition.
Change-I... | YAML | apache-2.0 | enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory |
58b151577bfbceb41fed5ba485cadd5ef28905be | roles/scripts/tasks/main.yml | roles/scripts/tasks/main.yml | - name: Install custom script helpers
copy: src={{ item }} dest=/usr/local/bin/{{ item | basename }} mode=0755
with_fileglob:
- ../files/*
- name: Get wp-phptidy for html coding standards
command: curl -L -o /usr/local/bin/wp-phptidy https://raw.githubusercontent.com/scribu/wp-phptidy/master/wp-phptidy.php
... | - name: Install custom script helpers
copy: src={{ item }} dest=/usr/local/bin/{{ item | basename }} mode=0755
with_fileglob:
- ../files/*
| Remove undocumented and unused wp-phptidy in favor of phpcs | Remove undocumented and unused wp-phptidy in favor of phpcs
| YAML | mit | Seravo/wp-vagrant,Seravo/wp-palvelu-vagrant |
f3a6b2c0fb62823da59eea3986dac6ad9aa7322b | .octorunner.yml | .octorunner.yml | image: golang:latest
script:
- go get -u github.com/kardianos/govendor
- cd /go
- mkdir -p src/github.com/boyvanduuren/
- ln -s /var/run/octorunner /go/src/github.com/boyvanduuren/octorunner
- cd /go/src/github.com/boyvanduuren/octorunner
- govendor sync
- go test ./... | image: golang:latest
script:
- go get -u github.com/kardianos/govendor
- cd /go
- mkdir -p src/github.com/boyvanduuren/
- ln -s /var/run/octorunner /go/src/github.com/boyvanduuren/octorunner
- cd /go/src/github.com/boyvanduuren/octorunner
- govendor sync
- go get
- go test ./...
| Make sure ql dep is downloaded before running tests | Make sure ql dep is downloaded before running tests
| YAML | mit | boyvanduuren/octorunner |
158a871e7d94638e368d190ca8e05a8656b5fc63 | .overcommit.yml | .overcommit.yml | #
# Select version of overcommit and the other tools from Gemfile
#
gemfile: Gemfile
#
# Hooks that are run against every commit message after a user has written it.
#
CommitMsg:
HardTabs:
enabled: true
SingleLineSubject:
enabled: true
#
# Hooks that are run after `git commit` is executed, before the com... | #
# Select version of overcommit and the other tools from Gemfile
#
gemfile: Gemfile
#
# Hooks that are run against every commit message after a user has written it.
#
CommitMsg:
HardTabs:
enabled: true
SingleLineSubject:
enabled: true
#
# Hooks that are run after `git commit` is executed, before the com... | Exclude migration related files from rubocop hook | Exclude migration related files from rubocop hook
| YAML | apache-2.0 | CredentialEngine/CredentialRegistry,coffeejunk/CredentialRegistry,learningtapestry/learningregistry,learningtapestry/learningregistry,CredentialEngine/CredentialRegistry,CredentialEngine/CredentialRegistry,coffeejunk/CredentialRegistry,coffeejunk/CredentialRegistry,learningtapestry/learningregistry |
431723522dce7fb6fdfa9a3599a2d374724d3479 | .pep8speaks.yml | .pep8speaks.yml | scanner:
linter: flake8
flake8:
max-line-length: 79 # Using the default of 79 in PEP8
ignore:
- E741 # l and b are valid variable names for the galactic frame
- E226 # Don't force "missing whitespace around arithmetic operator"
- E402 # .conf has to be set in the __init__.py modules imports
... | scanner:
linter: flake8
flake8:
max-line-length: 100
ignore:
- E741 # l and b are valid variable names for the galactic frame
- E226 # Don't force "missing whitespace around arithmetic operator"
- E402 # .conf has to be set in the __init__.py modules imports
- W503 # line break before bina... | Make PEP8speaks max line length agree with tox flake8 codestyle test | Make PEP8speaks max line length agree with tox flake8 codestyle test
| YAML | bsd-3-clause | larrybradley/photutils,astropy/photutils |
7f4727cfa3b307f7500ef08da2ce5907d4c57215 | config/mongoid.yml | config/mongoid.yml | development:
host: localhost
database: cartoque_development
test:
host: localhost
database: cartoque_test
# set these environment variables on your prod server
production:
host: <%= ENV['MONGOID_HOST'] || 'localhost' %>
port: <%= ENV['MONGOID_PORT'] || '27017' %>
username: <%= ENV['MONGOID_USERNAME'] %>... | development:
host: localhost
database: cartoque
test:
host: localhost
database: cartoque_test
# set these environment variables on your prod server
production:
host: <%= ENV['MONGOID_HOST'] || 'localhost' %>
port: <%= ENV['MONGOID_PORT'] || '27017' %>
username: <%= ENV['MONGOID_USERNAME'] %>
password:... | Use the same mongodb database name in development and production modes for simplicity | Use the same mongodb database name in development and production modes for simplicity
| YAML | mit | cartoque/cartoque,jbbarth/cartoque,skylost/cartoque,jbbarth/cartoque,skylost/cartoque,cartoque/cartoque,jbbarth/cartoque,cartoque/cartoque |
e30604311f71e4ac84500b15f54b661165a5287f | test/config/database.yml | test/config/database.yml | <% raise "ENV['DB'] not specified!" unless ENV['DB'] %>
# a bit hackish - tests would require a refactoring instead
mysql2: &mysql2
host: localhost
adapter: mysql2
database: activewarehouse_etl_test
username: root
encoding: utf8
local_infile: true
# the tests would require a rework: disabling casting fo... | <% raise "ENV['DB'] not specified!" unless ENV['DB'] %>
# a bit hackish - tests would require a refactoring instead
mysql2: &mysql2
host: 127.0.0.1
adapter: mysql2
database: activewarehouse_etl_test
username: root
encoding: utf8
local_infile: true
# the tests would require a rework: disabling casting fo... | Make the test suite start on my machine | Make the test suite start on my machine
| YAML | mit | activewarehouse/activewarehouse-etl |
62c0abcb38c5c836b24c06b78c01bfd655c0bfdb | metadata/bluepie.ad_silence.yml | metadata/bluepie.ad_silence.yml | AntiFeatures:
- NonFreeAdd
Categories:
- System
License: GPL-3.0-only
AuthorName: BluePie
AuthorEmail: iambluepie@gmail.com
AuthorWebSite: https://github.com/aghontpi
WebSite: https://github.com/aghontpi/ad-silence
SourceCode: https://github.com/aghontpi/ad-silence
IssueTracker: https://github.com/aghontpi/ad-silen... | AntiFeatures:
- NonFreeAdd
Categories:
- System
License: GPL-3.0-only
AuthorName: BluePie
AuthorEmail: iambluepie@gmail.com
AuthorWebSite: https://github.com/aghontpi
WebSite: https://github.com/aghontpi/ad-silence
SourceCode: https://github.com/aghontpi/ad-silence
IssueTracker: https://github.com/aghontpi/ad-silen... | Update Ad-silence to 0.4.0 (11) | Update Ad-silence to 0.4.0 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f5532e8520212b55dbb46bbc7736aa1d34fe656b | environment/external.yaml | environment/external.yaml | resources:
httpproxy:
number: 1
flavor: large
image: trusty
networks: default
assign_floating_ip: true
| resources:
httpproxy:
number: 1
flavor: large
image: trusty
networks: default
boot_volume: default_volume
assign_floating_ip: true
| Make httpproxy boot from volume | Make httpproxy boot from volume
so that we can create a new external layout
| YAML | apache-2.0 | devendermishrajio/puppet-rjil,amar266/puppet-rjil,JioCloud/puppet-rjil-keystone,swamireddy/puppet-rjil,bafna/puppet-rjil,swamireddy/puppet-rjil,rakeshmi/puppet-rjil,ajayaa/puppet-rjil,sajuptpm/puppet-rjil-temp,amar266/puppet-rjil,d4devops/puppet-openstack_cloud,sajuptpm/puppet-rjil-temp,anshprat/puppet-rjil,anshprat/pu... |
239fa847ca7d091b5a8d8d9341e433a211c43de4 | actions/workflows/st2_integration_tests.yaml | actions/workflows/st2_integration_tests.yaml | ---
chain:
-
name: "core_local_date"
ref: "st2cd.action_run"
params:
name: "core_local_date"
action: "core.local"
params: "date"
hosts: "{{hostname}}"
on-success: "core_http_google"
on-failure: "core_http_google"
-
name: "core_http_google"
... | ---
chain:
-
name: "core_local_date"
ref: "st2cd.action_run"
params:
name: "core_local_date"
action: "core.local"
params: "date"
hosts: "{{hostname}}"
on-success: "core_http_google"
-
name: "core_http_google"
ref: "st2cd.action_run"
par... | Make this actually fail if there is a problem | Make this actually fail if there is a problem
| YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd |
0f1ca99984de1b8d421475e7ac5714f954aa4945 | .github/release-drafter.yml | .github/release-drafter.yml | name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "🚀 Features"
labels:
- "feature"
- "enhancement"
- title: "🐛 Bug Fixes"
labels:
- "fix"
- "bugfix"
- "bug"
- title: "🧰 Maintenance"
label: "chore"
change-template: "- $TITLE ... | name-template: "v$RESOLVED_VERSION 🌈"
tag-template: "v$RESOLVED_VERSION"
categories:
- title: "🚀 Features"
labels:
- "feature"
- "enhancement"
- title: "🐛 Bug Fixes"
labels:
- "fix"
- "bugfix"
- "bug"
- title: "🧰 Maintenance"
label: "chore"
change-template: "- $TITLE ... | Add GradleRIO command to download vendordep | Add GradleRIO command to download vendordep
| YAML | mit | strykeforce/thirdcoast,strykeforce/thirdcoast,strykeforce/thirdcoast |
e7143eface23933a10215f59e50325f5d264c458 | .github/workflows/build.yml | .github/workflows/build.yml | on: push
name: build
jobs:
test:
runs-on: ubuntu-latest
services:
db:
image: postgres:11
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: action... | on: push
name: build
jobs:
test:
runs-on: ubuntu-latest
services:
db:
image: postgres:12.1
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: acti... | Use Postgres v12.1 for now until they get their images fixed | Use Postgres v12.1 for now until they get their images fixed
| YAML | mit | lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks |
76d3d580b5b8f83b5e57183478744a42ea215d01 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.loc... | name: Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}
... | Use cache key of Gemfile | Use cache key of Gemfile
Failure if Gemfile.lock is used:
##[error]The template is not valid.
hashFiles('/home/runner/work/pixyll/pixyll/**/Gemfile.lock') failed.
Search pattern
'/home/runner/work/pixyll/pixyll/**/Gemfile.lock' doesn't match any
file under '/home/runner/work/pixyll/pixyll'
| YAML | mit | muodov/blog,galeone/galeone.github.io,muodov/blog,galeone/galeone.github.io,kongove/kongove.github.com,kongove/kongove.github.com,pepijn/pepijn.github.io,galeone/galeone.github.io,tanmaybinaykiya/tanmaybinaykiya.github.io,deepredsky/deepredsky.github.io,faustovaz/faustovaz.github.io,kongove/kongove.github.com,deepredsk... |
9d6df3137a018426b9b125e908abb8a50e7e341b | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
pull_request:
push:
branches:
- main
- develop
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: Get the sources
uses: actions/checkout@v2
- name: ... | name: Build
on:
pull_request:
push:
branches:
- main
- develop
- hotfix/*
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
steps:
- name: Get the sources
uses: actions/checkout@v... | Build hotfix branches on GitHub actions | Build hotfix branches on GitHub actions
| YAML | mit | gep13/cake,patriksvensson/cake,devlead/cake,cake-build/cake,patriksvensson/cake,devlead/cake,gep13/cake,cake-build/cake |
3b2a3ad5117480294de822b18fffbc07c22ca75e | .github/workflows/build.yml | .github/workflows/build.yml | name: Build project
on: [push]
jobs:
build_project:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build
run: |
mvn test --batch-mode
| name: Build project
on: [push]
jobs:
build_project:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Build
run: |
mvn test --batch-mode
- name: Install
run: |
mvn install --batch-mode
| Test install step in CI | Test install step in CI
| YAML | apache-2.0 | tudelft-atlarge/graphalytics-platforms-reference,ldbc/ldbc_graphalytics_platforms_reference,ldbc/ldbc_graphalytics_platforms_reference,tudelft-atlarge/graphalytics-platforms-reference |
a961f0ef25663f787096149ad978ca357152eace | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
steps:
- name: Ch... | name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
steps:
- name: Ch... | Enable colour output from .NET CLI | Enable colour output from .NET CLI
Enable coloured output to the terminal in GitHub Actions for Linux and macOS. | YAML | apache-2.0 | martincostello/project-euler |
dbbe2b9d6bdccb7b869a24532313e47aad49d01d | .github/workflows/maven.yml | .github/workflows/maven.yml | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use ... | Set permissions for GH Actions | Set permissions for GH Actions
| YAML | apache-2.0 | apache/commons-imaging,apache/commons-imaging |
e50a38e9d257067149e62695c6437754fa625562 | .github/workflows/stale.yml | .github/workflows/stale.yml | name: Mark stale issues and pull requests
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'As this issue has received no new activity, it has been marked ... | name: Mark stale issues and pull requests
on:
schedule:
- cron: "30 1 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'As this issue has received no new activity, it has been marked ... | Expand list of exempt labels | Expand list of exempt labels | YAML | bsd-3-clause | zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos |
1cf1b0248d23cd0789332df868c7690672291710 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: $... | name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: ... | Change PR to only run on master | Change PR to only run on master
| YAML | mit | taylorhakes/promise-polyfill |
d75f3a5391a46ea267602dbea79c780436d63320 | ansible/main.yml | ansible/main.yml | ---
- hosts: all
vars:
cf_cli_version: "6.32.0"
maven_version: "3.5.2"
intellij_version: "2017.2.6"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.17.1"
atom_version: "1.20.1"
gradle_version: "4.3.1"
go_version: "1.9.2"
compliance_masonry_version: "1.... | ---
- hosts: all
vars:
cf_cli_version: "6.33.0"
maven_version: "3.5.2"
intellij_version: "2017.2.6"
sts_version: "3.9.1"
eclipse_version: "4.7.1a"
docker_compose_version: "1.17.1"
atom_version: "1.20.1"
gradle_version: "4.3.1"
go_version: "1.9.2"
compliance_masonry_version: "1.... | Update cf-cli, bosh-bootloader & terraform | Update cf-cli, bosh-bootloader & terraform
| YAML | apache-2.0 | cagiti/developer-environment |
e0ad4860f5461a9a1b7bbca45009d12cc6999a42 | .github/workflows/continuous-integration-workflow.yml | .github/workflows/continuous-integration-workflow.yml | name: Continuous Integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
... | name: Continuous Integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ['3.7', '3.8']
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
... | Remove shell bash command and only run tox -e pytest. | Remove shell bash command and only run tox -e pytest.
| YAML | mit | grmToolbox/grmpy |
7a1ba5e4e1668750b89051d1220383ad7f6e8bbc | spec/acceptance/nodesets/fedora-22.yml | spec/acceptance/nodesets/fedora-22.yml | HOSTS:
fedora-22:
roles:
- master
platform: fedora-22-x86_64
box: boxcutter/fedora22
box_url: https://atlas.hashicorp.com/boxcutter/boxes/fedora22
hypervisor: vagrant
CONFIG:
log_level: verbose
type: foss
| HOSTS:
fedora-22:
roles:
- master
platform: fedora-22-x86_64
box: fedora/22-cloud-base
box_url: https://dl.fedoraproject.org/pub/fedora/linux/releases/22/Cloud/x86_64/Images/Fedora-Cloud-Base-Vagrant-22-20150521.x86_64.vagrant-virtualbox.box
hypervisor: vagrant
CONFIG:
log_level: verbose
... | Use official Fedora 22 base box for Beaker tests | Use official Fedora 22 base box for Beaker tests
Signed-off-by: Daniel Farrell <65eaad88897e615d9128b5e890b98414aac720cc@redhat.com>
| YAML | bsd-2-clause | srisankethu/puppet-opendaylight,srisankethu/puppet-opendaylight,trozet/puppet-opendaylight,trozet/puppet-opendaylight,umeshksingla/puppet-opendaylight,umeshksingla/puppet-opendaylight |
a9f8fe9eaf2e4cec0189fa6db410b38f1a1ecb28 | .pyup.yml | .pyup.yml | # see https://pyup.io/docs/configuration/ for all available options
schedule: "every week on monday"
# Security updates only - not just any newer version
update: insecure
search: False
requirements:
- requirements.in
- requirements_for_test.txt
| # see https://pyup.io/docs/configuration/ for all available options
schedule: "every week on monday"
# Security updates only - not just any newer version
update: insecure
search: False
requirements:
- requirements.in:
update: insecure
- requirements_for_test.txt:
update: insecure
| Fix PyUp insecure-only version bumps. | Fix PyUp insecure-only version bumps.
PyUp docs:
```
requirements:
- requirements/staging.txt:
# update all dependencies and pin them
update: all
pin: True
- requirements/dev.txt:
# don't update dependencies, use global 'pin' default
update: False
- requirements/prod.txt:
# u... | YAML | mit | alphagov/notifications-admin,alphagov/notifications-admin,alphagov/notifications-admin,alphagov/notifications-admin |
f57be67dddf857c85e202abdea064a1fa9288ede | tests/all-roles.yml | tests/all-roles.yml | ---
- name: Dummy playbook that includes all roles for syntax checking
hosts: all
sudo: True
roles:
- development
- multimedia
- office
- vagrant
| ---
- name: Dummy playbook that includes all roles for syntax checking
hosts: all
sudo: True
roles:
- development
- multimedia
- office
| Remove Vagrant roles of tests | Remove Vagrant roles of tests
| YAML | mit | JeanFred/APPA |
4ffa7e5c7a0ea1068b4bdead028224b837b573fd | spec/support/broken/site.yml | spec/support/broken/site.yml | :site:
:name: My broken site
:url: http://broke.it
:copyright: 2010
:how-to-break-it:
Just start writing like you don't know what you're doing. | :site:
:name: My broken site
:url: http://broke.it
:copyright: 2010
:how-to-br eak-it:
Just start writing like you don't know what you're doing. | Use really broken yml to test | Use really broken yml to test | YAML | mit | benschwarz/bonsai,benschwarz/bonsai,benschwarz/bonsai |
1a73d55bae86fc746b8e64dafd4ca60007401522 | roles/ceph-mon/tasks/docker/create_configs.yml | roles/ceph-mon/tasks/docker/create_configs.yml | ---
- name: create ceph conf directory
file:
path: /etc/ceph
state: directory
owner: root
group: root
mode: 0644
- name: generate ceph configuration file
config_template:
src: "{{ playbook_dir }}/roles/ceph-common/templates/ceph.conf.j2"
dest: /etc/ceph/ceph.conf
owner: "r... | ---
- name: create ceph conf directory
file:
path: /etc/ceph
state: directory
owner: root
group: root
mode: 0644
- name: generate ceph configuration file
action: config_template
args:
src: "{{ playbook_dir }}/roles/ceph-common/templates/ceph.conf.j2"
dest: /etc/ceph/ceph.con... | Fix mis-use of config_template in docker tasks | Fix mis-use of config_template in docker tasks
As written, generating the config file for ceph-mon in Docker yielded:
ERROR: config_template is not a legal parameter in an Ansible task or
handler
This fixes that error condition.
| YAML | apache-2.0 | guits/ceph-ansible,mcsage/ceph-ansible,ceph/ceph-ansible,rootfs/ceph-ansible,dang/ceph-ansible,jfcoz/ceph-ansible,font/ceph-ansible,travmi/ceph-ansible,bengland2/ceph-ansible,jsaintrocc/ceph-ansible,albertomurillo/ceph-ansible,fgal/ceph-ansible,jfcoz/ceph-ansible,jtaleric/ceph-ansible,fgal/ceph-ansible,verdurin/ceph-an... |
600d88a261ec4a04b822d4b3de4eefe07ea0b09d | charts/lagoon-logging/templates/logging.yaml | charts/lagoon-logging/templates/logging.yaml | apiVersion: logging.banzaicloud.io/v1beta1
kind: Logging
metadata:
namespace: {{ .Release.Namespace | quote }}
name: {{ include "lagoon-logging.fullname" . }}
labels:
{{- include "lagoon-logging.labels" . | nindent 4 }}
spec:
fluentd: {}
fluentbit: {}
controlNamespace: {{ .Release.Namespace | quote }}
| apiVersion: logging.banzaicloud.io/v1beta1
kind: Logging
metadata:
namespace: {{ .Release.Namespace | quote }}
name: {{ include "lagoon-logging.fullname" . }}
labels:
{{- include "lagoon-logging.labels" . | nindent 4 }}
spec:
fluentd:
security:
podSecurityContext:
runAsUser: 100
fluentbi... | Define PodSecurityContext for OpenShift compatibility | Define PodSecurityContext for OpenShift compatibility
| YAML | apache-2.0 | amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon |
3591429347aaa2b8df502f37a6ef54da0ce6cc7b | tasks/promote-candidate-to-rc/task.yml | tasks/promote-candidate-to-rc/task.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: cfbuildpacks/ci
inputs:
- name: buildpacks-ci
- name: candidate
- name: version
outputs:
- name: release-candidate
run: buildpacks-ci/tasks/promote-candidate-to-rc/run.sh
| ---
platform: linux
image_resource:
type: docker-image
source:
repository: cfbuildpacks/ci
inputs:
- name: buildpacks-ci
- name: candidate
- name: version
outputs:
- name: release-candidate
run:
path: buildpacks-ci/tasks/promote-candidate-to-rc/run.sh
| Add correct path to promote-candidate-to-rc | Add correct path to promote-candidate-to-rc
Co-authored-by: David Freilich <0106e5ee349bb58d7c51800b6acf5b57cf80aef6@pivotal.io>
| YAML | apache-2.0 | cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci |
39278df515f040920b8850273740940a7a62f93f | wercker.yml | wercker.yml | box: node:10-wheezy
build:
steps:
- script:
name: nodejs and npm version information
code: npm --versions
- npm-install
- script:
name: ESLint everything!
code: npm run lint
- npm-test
| box: node:10.13
build:
steps:
- script:
name: nodejs and npm version information
code: npm --versions
- npm-install
- script:
name: ESLint everything!
code: npm run lint
- npm-test
| Test with the same minimum | Test with the same minimum
| YAML | mit | paazmaya/grunt-sakugawa |
d1c19e1b9e99d7930712c685c3c297cd7099b409 | wercker.yml | wercker.yml | # This references the default Ruby container from
# the Docker Hub.
# https://registry.hub.docker.com/_/ruby/
# If you want to use a specific version you would use a tag:
# ruby:2.2.2
box: ruby:2.2.2
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercker.com/docs/services... | # This references the default Ruby container from
# the Docker Hub.
# https://registry.hub.docker.com/_/ruby/
# If you want to use a specific version you would use a tag:
# ruby:2.2.2
# box: ruby:2.2.2
box: wercker/rvm
# You can also use services such as databases. Read more on our dev center:
# http://devcenter.wercke... | Add RVM box for build | Add RVM box for build | YAML | mit | multunus/moveit-rails,multunus/moveit-rails,multunus/moveit-rails,multunus/moveit-rails |
b68c27140654f5d34bdc0bae3cd0e5af3a4c36a7 | zuul.d/project.yaml | zuul.d/project.yaml | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Remove unified queue from gate pipeline | Remove unified queue from gate pipeline
Initially the intent for adding this was to better test
any patches for roles together before they merge, but it
has had the unintended side-effect of causing patches to
take much longer to merge (because they all get lined up
in a single queue, rather than independent queues) a... | YAML | apache-2.0 | openstack/openstack-ansible-rabbitmq_server,openstack/openstack-ansible-rabbitmq_server |
21b9de47c5261f0374902aa4d3df8e9df915c716 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
hokusai: artsy/hokusai@0.6.0
jobs:
build-and-test:
executor: hokusai/deploy
steps:
- add_ssh_keys
- checkout
- setup_remote_docker
- run:
name: Test
command: COMMIT_HASH_FULL=$(git rev-parse HEAD) CODECOV_TOKEN=$CODECOV_TOKEN BRANCH_NAME=$CIRC... | version: 2.1
orbs:
hokusai: artsy/hokusai@0.7.0
jobs:
build-and-test:
executor: hokusai/deploy
steps:
- add_ssh_keys
- checkout
- setup_remote_docker
- run:
name: Test
command: COMMIT_HASH_FULL=$(git rev-parse HEAD) CODECOV_TOKEN=$CODECOV_TOKEN BRANCH_NAME=$CIRC... | Update hokusai orb to v0.7.0 | Update hokusai orb to v0.7.0
| YAML | mit | artsy/positron,artsy/positron,artsy/positron,artsy/positron |
e3abd3ee968b28dbd86d02471cb7297359c797a5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-node-browsers
working_directory: ~/vertex
steps:
- checkout
- run: sudo apt install -y libsqlite3-dev zlib1g-dev
- run: sudo docker-php-ext-install zip
- run: sudo composer self-update
- restore_cache:
... | version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-node-browsers
working_directory: ~/vertex
steps:
- checkout
- run: sudo apt install -y libsqlite3-dev zlib1g-dev
- run: sudo docker-php-ext-install zip
- run: sudo composer self-update
- restore_cache:
... | Change Yarn to NPM in CircleCI | Change Yarn to NPM in CircleCI
| YAML | mit | Daniel-Griffiths/Vertex,Daniel-Griffiths/Vertex,Daniel-Griffiths/Vertex |
95d88949ebe1db26b76ac05ce94e7afa9b89259a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:latest
steps:
- checkout
- run:
name: Install ESLint
command: sudo npm install --global eslint
- run:
name: System information
command: uname -a
- run:
name: Node.js version
... | version: 2
jobs:
build:
docker:
- image: node:latest
steps:
- checkout
- run:
name: Install ESLint
command: npm install --global eslint
- run:
name: System information
command: uname -a
- run:
name: Node.js version
comma... | Use pure Node.js image for CI | Use pure Node.js image for CI
| YAML | unlicense | curipha/userscripts,curipha/userscripts |
982de8869079b0185e5a2d4cfd302d2e98e49cfa | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/sunshinejr/moya-modelmapper
parallelism: 1
shell: /bin/bash --login
environment:
LANG: en_US.UTF-8
macos:
xcode: 11.0.0
steps:
- checkout
- restore_cache:
keys:
- v1-build-{{ .Branch }}-
- save_cac... | version: 2
jobs:
build:
working_directory: ~/sunshinejr/moya-modelmapper
parallelism: 1
shell: /bin/bash --login
environment:
LANG: en_US.UTF-8
macos:
xcode: 11.0.0
steps:
- checkout
- restore_cache:
keys:
- v1-build-{{ .Branch }}-
- save_cac... | Use our own env variable for swift test command | Use our own env variable for swift test command
| YAML | mit | sunshinejr/Moya-ModelMapper,sunshinejr/Moya-ModelMapper,sunshinejr/Moya-ModelMapper |
899e21b07996bccabf77ecf0b26cf8cd625c5dc6 | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2
working_directory: ~/repo
steps:
- checkout
- run:
name: update packages
command: sudo ... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2
working_directory: ~/repo
steps:
- checkout
- run:
name: update packages
command: sudo ... | Fix cannot create directory venv | Fix cannot create directory venv
Signed-off-by: Dan Yeaw <2591e5f46f28d303f9dc027d475a5c60d8dea17a@yeaw.me>
| YAML | lgpl-2.1 | amolenaar/gaphor,amolenaar/gaphor |
f632dfbf031395a0e5da9efbdffc8e2277002e2b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: microsoft/aspnetcore-build:2.0
steps:
- checkout
- run:
name: Build
command: dotnet build
- run:
name: Unit tests
command: |
dotnet test Contentful.AspNetCore.Tests
dotnet test Con... | version: 2
jobs:
build:
docker:
- image: microsoft/aspnetcore-build:2.0
steps:
- checkout
- run:
name: Build
command: dotnet build
- run:
name: Unit tests
command: |
dotnet test Contentful.AspNetCore.Tests
dotnet test Con... | Update e2e call from circleci | Update e2e call from circleci
| YAML | mit | contentful/contentful.net |
0957427839024b2d42f4259abf42eac23ed3657f | metadata/org.billthefarmer.notes.yml | metadata/org.billthefarmer.notes.yml | Categories:
- Writing
License: GPL-3.0-only
AuthorName: Bill Farmer
AuthorWebSite: https://billthefarmer.github.io/
SourceCode: https://github.com/billthefarmer/notes
IssueTracker: https://github.com/billthefarmer/notes/issues
Changelog: https://github.com/billthefarmer/notes/releases
AutoName: Notes
RepoType: git
... | Categories:
- Writing
License: GPL-3.0-only
AuthorName: Bill Farmer
AuthorWebSite: https://billthefarmer.github.io/
SourceCode: https://github.com/billthefarmer/notes
IssueTracker: https://github.com/billthefarmer/notes/issues
Changelog: https://github.com/billthefarmer/notes/releases
AutoName: Notes
RepoType: git
... | Update Notes to 1.02 (102) | Update Notes to 1.02 (102)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f3dd328cd697f82dc4fec744bd0318988116a36b | .circleci/config.yml | .circleci/config.yml | version: 2.1
executors:
chefdk:
machine: true
jobs:
lint:
executor: chefdk
steps:
- checkout
- run:
name: Install ChefDK
command: curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P chefdk
- run:
name: Lint & Unit Test
c... | version: 2.1
executors:
chefdk:
machine: true
jobs:
lint:
executor: chefdk
steps:
- checkout
- run:
name: Install ChefDK
command: curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -c stable -P chefdk
- run:
name: Add dnsimple gem
c... | Add dnsimple gem to environment | Add dnsimple gem to environment
| YAML | apache-2.0 | dnsimple/chef-dnsimple,aetrion/chef-dnsimple,aetrion/chef-dnsimple |
207c38d7ac194e60bbbfbb2211c405d8aa62f622 | packages/ba/basement.yaml | packages/ba/basement.yaml | homepage: https://github.com/haskell-foundation/foundation#readme
changelog-type: ''
hash: cbb9187d3575b78ee1165b7a49a0e8570ee563820330a944a67cd09e1cfe23bf
test-bench-deps: {}
maintainer: vincent@snarc.org
synopsis: Foundation scrap box of array & string
changelog: ''
basic-deps:
base: '>=4.9 && <4.16'
ghc-prim: -a... | homepage: https://github.com/haskell-foundation/foundation#readme
changelog-type: ''
hash: ab26d28b86410fc4edd96dd6f71d0b7d8c0f17fbbc23d34efc5f86d999006973
test-bench-deps: {}
maintainer: vincent@snarc.org
synopsis: Foundation scrap box of array & string
changelog: ''
basic-deps:
base: -any
ghc-prim: -any
all-versi... | Update from Hackage at 2022-02-28T04:11:27Z | Update from Hackage at 2022-02-28T04:11:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2225efed5e7163fe4f5206cf7a3eab53fad878fb | site/.forestry/front_matter/templates/news.yml | site/.forestry/front_matter/templates/news.yml | ---
pages:
- news/color-run-fundraiser.md
- news/earth-day-garden-party.md
- news/color-run-online-donations-are-better-than-ever-.md
- news/garden-work-party.md
- news/i-love-to-read-month.md
- news/vote-yes-for-anacortes-schools-.md
- news/november-pta-meeting---nov-15th-not-8th.md
- news/chocolate-fundraiser.md
- ne... | ---
pages:
- news/color-run-prizes-.md
- news/color-run-fundraiser.md
- news/earth-day-garden-party.md
- news/color-run-online-donations-are-better-than-ever-.md
- news/garden-work-party.md
- news/i-love-to-read-month.md
- news/vote-yes-for-anacortes-schools-.md
- news/november-pta-meeting---nov-15th-not-8th.md
- news/... | Update from Forestry.io - Added media | Update from Forestry.io - Added media | YAML | mit | IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site |
8ba56454ca8ba2aff7165518c909eb8154ee8698 | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/docker_upgrade.yml | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/docker_upgrade.yml | - name: Check if Docker is installed
command: rpm -q docker
register: pkg_check
failed_when: pkg_check.rc > 1
changed_when: no
- name: Upgrade Docker
command: "{{ ansible_pkg_mgr}} update -y docker"
when: pkg_check.rc == 0 and g_docker_version.curr_version | version_compare('1.9','<')
register: docker_up... | - name: Check if Docker is installed
command: rpm -q docker
register: pkg_check
failed_when: pkg_check.rc > 1
changed_when: no
- name: Upgrade Docker
command: "{{ ansible_pkg_mgr}} update -y docker"
when: pkg_check.rc == 0 and g_docker_version.curr_version | version_compare('1.9','<')
register: docker_up... | Use systemctl restart docker instead of ansible service. | Use systemctl restart docker instead of ansible service.
Ansible is doing a full service stop and then start, which does not
allow systemd to keep the containerized services up and running.
Switching to this will cause the related services to come back within a
few seconds.
| YAML | apache-2.0 | EricMountain-1A/openshift-ansible,git001/openshift-ansible,akram/openshift-ansible,nhr/openshift-ansible,jwhonce/openshift-ansible,rharrison10/openshift-ansible,miminar/openshift-ansible,DG-i/openshift-ansible,thoraxe/openshift-ansible,jwhonce/openshift-ansible,akubicharm/openshift-ansible,DG-i/openshift-ansible,sdodso... |
3dccc1248550c07df4bb7cd6e6c4057bcbbc509a | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2012r2
driver_config:
box: chef/wi... | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2... | Add windows 2016 testing and use elevated winrm | Add windows 2016 testing and use elevated winrm
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/iis,chef-cookbooks/iis |
0ac00167ee6a26a1139c28454ade8a88cc3e83c2 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2... | driver:
name: vagrant
customize:
cpus: 2
memory: 4096
transport:
name: winrm
elevated: true
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: windows-2008r2
driver_config:
box: chef/windows-server-2008r2-standard
- name: windows-2... | Add test suite for disabling the default | Add test suite for disabling the default
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | opscode-cookbooks/iis,chef-cookbooks/iis |
974b189517535618a5271f1a58d74eb636b591b8 | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.6
run_list: apt::default
- name: fedora-25
- name: freebsd-10.3
- name: ope... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.7
run_list: apt::default
- name: fedora-25
- name: freebsd-10.3
- name: ope... | Test on the latest Debian in TK | Test on the latest Debian in TK
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | snkutlu/squid,chef-cookbooks/squid,opscode-cookbooks/squid,chef-cookbooks/squid,opscode-cookbooks/squid,snkutlu/squid |
b9ca96221836cb3925d92b0d7ed0c08354edf12f | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.7
run_list: apt::default
- name: fedora-25
- name: freebsd-10.3
run_list:... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
run_list: apt::default
- name: debian-8.7
run_list: apt::default
- name: fedora-25
- name: freebsd-10.3
run_list:... | Test on CentOS 6.9 in TK | Test on CentOS 6.9 in TK
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | gmiranda23/ntp,tas50/ntp,gmiranda23/ntp,chef-cookbooks/ntp,tas50/ntp,gmiranda23/ntp,tas50/ntp,chef-cookbooks/ntp |
e3ee041e3fbfd34a01a9ec50908963db74ea2e6b | .rubocop.yml | .rubocop.yml | AllCops:
Exclude:
- 'db/schema.rb'
- 'bin/rails'
- 'bin/rake'
- 'bin/spring'
- 'db/migrate/*'
Rails:
Enabled: true
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/DotPosition:
EnforcedStyle: trailing
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Style/MultilineMetho... | AllCops:
Exclude:
- 'db/schema.rb'
- 'bin/rails'
- 'bin/rake'
- 'bin/spring'
- 'db/migrate/*'
- 'vendor/*'
Rails:
Enabled: true
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/DotPosition:
EnforcedStyle: trailing
Style/AlignParameters:
EnforcedStyle: with_fixed_indentation
Sty... | Exclude vendor directory from cops | Exclude vendor directory from cops
| YAML | mit | technoeleganceteam/kanban_on_rails,technoeleganceteam/kanban_on_rails |
095a543c408d33f03e683c6144f30320e3e0f5e7 | .rubocop.yml | .rubocop.yml | AllCops:
RunRailsCops: true
Exclude:
- 'bin/*'
- 'db/*'
- 'vendor/**/*'
Documentation:
Enabled: false
Lint/HandleExceptions:
Exclude:
- Rakefile
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Max: 15
Style/RescueModifier:
Enabled: false
| AllCops:
RunRailsCops: true
Exclude:
- 'bin/*'
- 'db/**/*'
- 'vendor/**/*'
Documentation:
Enabled: false
Lint/HandleExceptions:
Exclude:
- Rakefile
Metrics/LineLength:
Max: 120
Metrics/MethodLength:
Max: 15
Style/RescueModifier:
Enabled: false
| Stop Rubocop complaining about exclusion pattern | Stop Rubocop complaining about exclusion pattern
| YAML | mit | guidance-guarantee-programme/output,guidance-guarantee-programme/output,guidance-guarantee-programme/output |
193988b13fbeb73fb653a034c7bf1330c1db0553 | jenkins/yaml/jobs/collections/sclo-vagrant1-sclo.yaml | jenkins/yaml/jobs/collections/sclo-vagrant1-sclo.yaml | - project:
name: sclo-vagrant1
namespace: sclo
release:
- 6
- 7
arch: x86_64
jobs:
- 'SCLo-{name}-{namespace}-C{release}-{arch}'
| - project:
name: sclo-vagrant1
namespace: sclo
release:
- 7
arch: x86_64
jobs:
- 'SCLo-{name}-{namespace}-C{release}-{arch}'
| Remove C6 from sclo-vagrant1 tests, not applicable | Remove C6 from sclo-vagrant1 tests, not applicable
| YAML | bsd-3-clause | sclorg/sclo-ci-tests,sclorg/sclo-ci-tests,khardix/sclo-ci-tests,khardix/sclo-ci-tests |
b2a60a93a8b2fa3bc784fccf958a9fd3d497ba66 | tasks/install_tool_list.yml | tasks/install_tool_list.yml | # set outer loop's filename as a fact
- name: get tool list
include_vars: "{{ tool_list_file }}"
- name: Install Tool Shed tools
command: '{{ galaxy_tools_base_dir }}/venv/bin/shed-install -y "{{ item | to_nice_yaml }}" -a "{{ galaxy_tools_api_key }}" -g "{{ galaxy_tools_galaxy_instance_url }}"'
register: instal... | # set outer loop's filename as a fact
- name: get tool list
include_vars: "{{ tool_list_file }}"
- name: Install Tool Shed tools
command: '{{ galaxy_tools_base_dir }}/venv/bin/shed-install -y "{{ item | to_nice_yaml }}" -a "{{ galaxy_tools_api_key }}" -g "{{ galaxy_tools_galaxy_instance_url }}"'
register: instal... | Check script return code to determine if the install succeeded | Check script return code to determine if the install succeeded
| YAML | mit | galaxyproject/ansible-galaxy-tools,anmoljh/ansible-galaxy-tools,galaxyproject/ansible-tools |
33f565d2e9ba46c7ef2900f20d9068f4fb1c88a6 | packages/re/regex-tdfa-text.yaml | packages/re/regex-tdfa-text.yaml | homepage: ''
changelog-type: ''
hash: bb226fcd9f2b95fba073a458d40dd083826c46426e8dd7fea7cc50d2e986ddc9
test-bench-deps: {}
maintainer: shelarcy <shelarcy@gmail.com>
synopsis: Text interface for regex-tdfa
changelog: ''
basic-deps:
base: ! '>=3 && <5'
text: -any
array: -any
regex-tdfa: ! '>=1.1.1'
regex-base: ... | homepage: ''
changelog-type: ''
hash: fb72123627eadf43dd5ca74a2896940d50aac291e61f62177960f0563f7d5c03
test-bench-deps: {}
maintainer: shelarcy <shelarcy@gmail.com>
synopsis: Text interface for regex-tdfa
changelog: ''
basic-deps:
base: ! '>=3 && <5'
text: -any
array: -any
regex-tdfa: ! '>=1.1.1'
regex-base: ... | Update from Hackage at 2019-09-29T11:22:34Z | Update from Hackage at 2019-09-29T11:22:34Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
28ce85cde5d0abdf3b84efc99ee93cd6654a2d87 | packages/ri/rio-prettyprint.yaml | packages/ri/rio-prettyprint.yaml | homepage: https://github.com/commercialhaskell/rio-prettyprint#readme
changelog-type: ''
hash: 75deb6dab0249c657f6b4002e6ff7b554759a2348f7eee16d9ff22a46a7c44e8
test-bench-deps: {}
maintainer: michael@snoyman.com
synopsis: Pretty-printing for RIO
changelog: ''
basic-deps:
rio: -any
Cabal: -any
path: -any
base: '... | homepage: https://github.com/commercialhaskell/rio-prettyprint#readme
changelog-type: ''
hash: c32767eff57be76a8e96740f4092f4b3a60f438eddfc2d63b1c4ee4c24070958
test-bench-deps: {}
maintainer: michael@snoyman.com
synopsis: Pretty-printing for RIO
changelog: ''
basic-deps:
rio: -any
Cabal: -any
path: -any
base: '... | Update from Hackage at 2022-11-05T15:58:32Z | Update from Hackage at 2022-11-05T15:58:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6237636db316a566497aa2560432bbb2892d2842 | packages/sy/system-info.yaml | packages/sy/system-info.yaml | homepage: https://github.com/ChaosGroup/system-info
changelog-type: ''
hash: 88a9b1f9f538ce82091ee49f8b7aac47d0fb411f00827ce3fb123af59343de2c
test-bench-deps:
base: -any
system-info: -any
maintainer: daniel.taskoff@chaosgroup.com
synopsis: Get information about CPUs, memory, etc.
changelog: ''
basic-deps:
base: !... | homepage: https://github.com/ChaosGroup/system-info
changelog-type: ''
hash: be3300d180e32f6a3d887a024ac9355fca8389db4798c9f6444606b72807aa73
test-bench-deps:
base: -any
system-info: -any
maintainer: daniel.taskoff@chaosgroup.com
synopsis: Get information about CPUs, memory, etc.
changelog: ''
basic-deps:
base: !... | Update from Hackage at 2016-11-21T13:36:43Z | Update from Hackage at 2016-11-21T13:36:43Z | YAML | mit | commercialhaskell/all-cabal-metadata |
0054c6c6a56505f0bae5737ff0ae7657b8864e4f | packages/ne/networked-game.yaml | packages/ne/networked-game.yaml | homepage: ''
changelog-type: ''
hash: 9ffa19a2ac14115c75e54221d92cc96a2774c02db8841f93cc357e1d1aca18d3
test-bench-deps: {}
maintainer: emertens@gmail.com
synopsis: Networked-game support library
changelog: ''
basic-deps:
bytestring: <0.11
base: ! '>=4.6 && <4.11'
time: <1.7
network: <2.7
containers: <0.6
bi... | homepage: ''
changelog-type: ''
hash: 004ab2a6f1109ba899db9ccb7000d69da123008d1ba2319d3e2a2ce30cd798e5
test-bench-deps: {}
maintainer: emertens@gmail.com
synopsis: Networked-game support library
changelog: ''
basic-deps:
bytestring: <0.11
base: ! '>=4.6 && <4.11'
time: <1.9
network: <2.7
containers: <0.6
bi... | Update from Hackage at 2017-12-29T18:20:02Z | Update from Hackage at 2017-12-29T18:20:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d1eca04eebdc8d51c7b9ece50e926b1119210ccc | k8s/senpy-deployment.yaml | k8s/senpy-deployment.yaml | ---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: senpy-latest
spec:
replicas: 1
template:
metadata:
labels:
role: senpy-latest
app: test
spec:
containers:
- name: senpy-latest
image: gsiupm/senpy:latest
imagePullPolicy: Always
ar... | ---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: senpy-latest
spec:
replicas: 1
template:
metadata:
labels:
role: senpy-latest
app: test
spec:
containers:
- name: senpy-latest
image: $IMAGEWTAG
imagePullPolicy: Always
args:
... | Deploy latest with its version tag | Deploy latest with its version tag
Kubernetes doesn't pull the `latest` tag automatically, so we need to change the
image tag in the deployment file.
As a plus, we can now see exactly what version we're running.
| YAML | apache-2.0 | gsi-upm/senpy,gsi-upm/senpy,gsi-upm/senpy |
80ef7778b6ba7688bd88c01ffbed8ab0058ef480 | packages/nu/numeric-ranges.yaml | packages/nu/numeric-ranges.yaml | homepage: http://github.com/nicodelpiano/ranges
changelog-type: ''
hash: 2b7c76febb15854164c8c7079735bedb2692a7756d8b89fef44237b90bcb2e79
test-bench-deps:
base: ! '>=4.7 && <4.8'
hspec: ==2.*
HUnit: ! '>=1.2'
numeric-ranges: -any
QuickCheck: ! '>=2.7'
maintainer: ndel314@gmail.com
synopsis: A framework for nu... | homepage: http://github.com/nicodelpiano/numeric-ranges
changelog-type: ''
hash: 68b2a84c67b84bfe3cc3e7f4f2b0fafcd8e0741d4a3c57359f4437bb8824ea07
test-bench-deps:
base: ! '>=4.7 && <4.8'
hspec: ==2.*
HUnit: ! '>=1.2'
numeric-ranges: -any
QuickCheck: ! '>=2.7'
maintainer: ndel314@gmail.com
synopsis: A framewor... | Update from Hackage at 2016-01-06T14:15:59+0000 | Update from Hackage at 2016-01-06T14:15:59+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
51a305b8e4bce42e67fabaaeb65c12b600094fe8 | packages/pr/primitive-addr.yaml | packages/pr/primitive-addr.yaml | homepage: https://github.com/andrewthad/primitive-addr
changelog-type: markdown
hash: b85f99fdee69c5aa6d8672a195e638b6ab02c195bf94970c7e08c3f62ef1bee3
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Addresses to unmanaged memory
changelog: |
# Revision history for primitive-addr
## 0.1.0.0 -- Y... | homepage: https://github.com/andrewthad/primitive-addr
changelog-type: markdown
hash: 5731618f8f28d62300b07a1b1de64860a586741cb2158e1da941ddd584676745
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Addresses to unmanaged memory
changelog: |
# Revision history for primitive-addr
## 0.1.0.1 -- 2... | Update from Hackage at 2019-06-18T18:06:35Z | Update from Hackage at 2019-06-18T18:06:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
73b8bdbfa6e036218167a8bfe5e7e67de2454b49 | packages/is/isocline.yaml | packages/is/isocline.yaml | homepage: https://github.com/daanx/isocline#readme
changelog-type: ''
hash: be7abc05aa421c96198e4a3d4bac56d03cc518a0e35b917ab3c678f23e0b4deb
test-bench-deps:
bytestring: -any
base: '>=3.0 && <5'
text: -any
isocline: -any
maintainer: daan@effp.org
synopsis: A portable alternative to GNU Readline
changelog: ''
ba... | homepage: https://github.com/daanx/isocline#readme
changelog-type: ''
hash: 21c2c4496ce65d3c35a0b02df7f3cb4d5644d2f3f9e7c41d1ad95ebf7b91af2f
test-bench-deps:
bytestring: -any
base: '>=3.0 && <5'
text: -any
isocline: -any
maintainer: daan@effp.org
synopsis: A portable alternative to GNU Readline
changelog: ''
ba... | Update from Hackage at 2021-08-29T00:02:44Z | Update from Hackage at 2021-08-29T00:02:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4266bec8b25e4f60692f057ce954e8b016991077 | packages/js/json-ast.yaml | packages/js/json-ast.yaml | homepage: https://github.com/nikita-volkov/json-ast
changelog-type: ''
hash: d8cf4010bc27261bfff5fb8ab636e06300f9c74f9ab7a54e35cdde8246f62b02
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Universal JSON AST datastructure
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
unordered-c... | homepage: https://github.com/nikita-volkov/json-ast
changelog-type: ''
hash: b0338a0be2c1665f62003e40e3c6b422d2091f4b346234422631806380884af9
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Universal JSON AST datastructure
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
unordered-c... | Update from Hackage at 2017-04-06T13:49:31Z | Update from Hackage at 2017-04-06T13:49:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f880156dc15376df24913ad1d6ac432ade4616ed | packages/st/string-convert.yaml | packages/st/string-convert.yaml | homepage: https://bitbucket.org/tdammers/string-convert
changelog-type: ''
hash: f84f86ec950de02ccb5729ec1a40c1576ba6a7875eb0749f94de59c35d45df43
test-bench-deps:
bytestring: -any
string-convert: -any
base: ! '>=4.5 && <5.0'
text: -any
utf8-string: -any
tasty-hunit: -any
tasty: -any
maintainer: tdammers@g... | homepage: https://bitbucket.org/tdammers/string-convert
changelog-type: ''
hash: 601a753c3761a4e41bf5944236a811ea133e5abef3502ecc49e2ee2e8834acbd
test-bench-deps:
bytestring: -any
string-convert: -any
base: ! '>=4.5 && <5.0'
text: -any
utf8-string: -any
tasty-hunit: -any
tasty: -any
maintainer: tdammers@g... | Update from Hackage at 2016-12-30T12:10:50Z | Update from Hackage at 2016-12-30T12:10:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8132ef20e82e33b07b7720e02c6b2466632f06b7 | _data/navigation.yml | _data/navigation.yml | # Site navigation links
- title: About
url: /about/
- title: Sample Posts
url: /posts/ | # Site navigation links
- title: About
url: /about/
- title: All Posts
url: /posts/ | Change all posts page title | Change all posts page title
| YAML | mit | mdelapenya/mdelapenya.github.io,mdelapenya/mdelapenya.github.io,mdelapenya/mdelapenya.github.io |
910a35ec8a5c8a7fa2b781eef9e1ede36df3b4e0 | _config_dev.yml | _config_dev.yml | title: after.design after.thoughts
email: rafal+blog@malinowski.be
description:
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
permalink: "/:year/:month/:day/:title.html"
# Build settings
highlighter: pygments
markdown: kramdown
kramdown:
... | title: after.design after.thoughts
email: rafal+blog@malinowski.be
description:
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://127.0.0.1:4000" # the base hostname & protocol for your site
permalink: "/:year/:month/:day/:title.html"
# Build settings
markdown: kramdown
kramdown:
input: GFM
sass:
... | Move to rouge syntax hightlighter to make sure everything works | Move to rouge syntax hightlighter to make sure everything works
| YAML | mit | afterdesign/afterdesign.net |
7c11c08fd9a9bd95db4ec9581fa4c59ac848a6c3 | .github/workflows/create_feedstocks.yml | .github/workflows/create_feedstocks.yml | name: Create feedstocks
on:
push:
branches:
- master
schedule:
- cron: '*/5 * * * *'
jobs:
create-feedstocks:
name: Create feedstocks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Prevent multiple jobs running in parallel
... | name: Create feedstocks
on:
push:
branches:
- master
schedule:
- cron: '*/5 * * * *'
jobs:
create-feedstocks:
name: Create feedstocks
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Prevent multiple jobs running in parallel
... | Fix typo in GitHub actions config | Fix typo in GitHub actions config
| YAML | bsd-3-clause | jakirkham/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,jochym/staged-recipes,j... |
2e7358a7b9d25a6a87ba12eb5c5d37c02d0fb053 | playbooks/base-test/pre.yaml | playbooks/base-test/pre.yaml | - hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- configure-unbound
- validate-host
- use-cached-repos
- mirror-workspace-git-repos
- mirror-info
- configure-mirrors
... | - hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
roles:
- add-build-sshkey
- start-zuul-console
- configure-unbound
- validate-host
- use-cached-repos
- mirror-workspace-git-repos
- mirror-info
- role: configure-mirro... | Add trusted option to apt mirrors | Add trusted option to apt mirrors
Since our Debian+Ubuntu mirrors are unsigned, we need to set the
"trusted" option on them in order to allow newer apt versions to pull
updates from them.
Test the change on base-test playbook first.
Change-Id: Ie20a68aa0a39163f1310ab3e22eaddcfb9704544
Depends-On: https://review.open... | YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
291b87cfc226ff7ccaeeab81f434a7c6897a662d | .github/workflows/post-release-notes.yml | .github/workflows/post-release-notes.yml | on:
pull_request:
types: [closed]
name: Post release notes
jobs:
postReleaseNotes:
name: Post release notes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
with:
ref: refs/heads/${{ github.head_ref }}
if: github.event.pull_request.merged
- name: Extract rele... | on:
pull_request:
types: [closed]
name: Post release notes
jobs:
postReleaseNotes:
name: Post release notes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1.0.0
with:
ref: ${{ github.sha }}
if: github.event.pull_request.merged
- name: Extract release notes
... | Use the SHA for checkout not branch name | Use the SHA for checkout not branch name
| YAML | mit | lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks,lee-dohm/atom-style-tweaks |
71d6632ecf545980d5fee8b023a09bc901d4e7eb | packages/tr/transformers-either.yaml | packages/tr/transformers-either.yaml | homepage: ''
changelog-type: ''
hash: 97b7d94f4af41c741fcc290e1e3b0b39ace09cbd81095fd165f9ffb374e9922c
test-bench-deps: {}
maintainer: Tim McGilchrist <timmcgil@gmail.com>
synopsis: An Either monad transformer
changelog: ''
basic-deps:
base: ! '>=3 && <5'
transformers: ! '>=0.4 && <0.6'
all-versions:
- '0.0.1'
auth... | homepage: ''
changelog-type: ''
hash: 49e94fab448b816ffb2feff39493e45fb86c62f45cb4d6cf7ae13943ffd14b47
test-bench-deps: {}
maintainer: Tim McGilchrist <timmcgil@gmail.com>
synopsis: An Either monad transformer
changelog: ''
basic-deps:
base: ! '>=3 && <5'
text: ==1.2.*
transformers: ! '>=0.4 && <0.6'
all-versions... | Update from Hackage at 2018-01-15T02:24:56Z | Update from Hackage at 2018-01-15T02:24:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ccfc6c7537c9537ab706e1aff8d6fc747172acef | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: bqplot
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_... | package:
name: bqplot
version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
{% if environ.get('GIT_DESCRIBE_NUMBER', '0') == '0' %}string: py{{ environ.get('PY_VER').replace('.', '') }}_0
{% else %}string: py{{ environ.get('PY_VER').replace('.', '') }}_... | Use path instead of git_url in conda recipe | Use path instead of git_url in conda recipe
| YAML | apache-2.0 | ssunkara1/bqplot,ChakriCherukuri/bqplot,dmadeka/bqplot,rmenegaux/bqplot,SylvainCorlay/bqplot,dmadeka/bqplot,SylvainCorlay/bqplot,ChakriCherukuri/bqplot,ssunkara1/bqplot,SylvainCorlay/bqplot,bloomberg/bqplot,rmenegaux/bqplot,ChakriCherukuri/bqplot,bloomberg/bqplot,bloomberg/bqplot |
dcb0e39dc618d7f34dbcb659fe2ba48106393fa2 | packages/ye/yesod-auth-kerberos.yaml | packages/ye/yesod-auth-kerberos.yaml | homepage: http://www.yesodweb.com/
changelog-type: ''
hash: bf17a03424128d94f4811b0f6bd78316ff48ca0992a574c5284be2840c7252ee
test-bench-deps: {}
maintainer: Arash Rouhani
synopsis: Kerberos Authentication for Yesod.
changelog: ''
basic-deps:
shakespeare: ! '>=2.0 && <2.1'
bytestring: ! '>=0.9.1.4 && <0.11'
yesod-... | homepage: http://www.yesodweb.com/
changelog-type: ''
hash: 99e47212c2aa47d64bcc004d6366bb740f66621e85c60999b9a6b73be6cf9b7a
test-bench-deps: {}
maintainer: Arash Rouhani
synopsis: Kerberos Authentication for Yesod.
changelog: ''
basic-deps:
shakespeare: ! '>=2.0 && <2.1'
bytestring: ! '>=0.9.1.4 && <0.11'
yesod-... | Update from Hackage at 2015-09-09T09:18:17+0000 | Update from Hackage at 2015-09-09T09:18:17+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
3688447c0b8e94185d6c7fabeb5eb4ee15821385 | packages/ye/yesod-form-richtext.yaml | packages/ye/yesod-form-richtext.yaml | homepage: http://github.com/geraldus/yesod-form-richtext#readme
changelog-type: ''
hash: 79913d23d152bfc11a2167868b61b79b80b31ab10f38b345271c8b9b4b39f174
test-bench-deps: {}
maintainer: heraldhoi@gmail.com
synopsis: Various rich-text WYSIWYG editors for Yesod forms.
changelog: ''
basic-deps:
shakespeare: ! '>=2.0'
... | homepage: http://github.com/geraldus/yesod-form-richtext#readme
changelog-type: ''
hash: 26c56e95b818c9aae338253e9722982b5fc34fae1c65b6dadcf26898f5ffce18
test-bench-deps: {}
maintainer: heraldhoi@gmail.com
synopsis: Various rich-text WYSIWYG editors for Yesod forms.
changelog: ''
basic-deps:
shakespeare: ! '>=2.0'
... | Update from Hackage at 2017-06-21T08:29:51Z | Update from Hackage at 2017-06-21T08:29:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
18a61cfc9a0fa8c1a6c62f409beb5a8c8b4ced8d | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: nbtools
version: 0.1.0
source:
fn: 0.1.1.tar.gz
url: https://github.com/28ni/nbtools/archive/0.1.1.tar.gz
build:
number: 0
requirements:
build:
- setuptools
- pip
- python 2.7*
- jinja2
- ipython-notebook
- matplotlib
- ghdiff
- nose
run:
- python 2.7*... | package:
name: nbtools
version: 0.1.1
source:
fn: 0.1.1.tar.gz
url: https://github.com/28ni/nbtools/archive/0.1.1.tar.gz
build:
number: 0
requirements:
build:
- setuptools
- pip
- python 2.7*
- jinja2
- ipython-notebook
- matplotlib
- ghdiff
- nose
run:
- python 2.7*... | Fix number version in conda recipe | Fix number version in conda recipe
| YAML | bsd-3-clause | thni/nbtools,thni/nbtools,thni/nbtools |
3e87b6c3babb5ded3a7df644b699c5ed0fc474a2 | ansible/roles/docker-compose/tasks/main.yml | ansible/roles/docker-compose/tasks/main.yml |
# Copyright 2017-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... |
# Copyright 2017-present Open Networking Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or ag... | Revert to older docker-compose version to fix Ansible docker_service module | [CORD-1857]
Revert to older docker-compose version to fix Ansible docker_service
module
Change-Id: I234f9b515a4d3ec40208165ab602583085797d84
| YAML | apache-2.0 | opencord/cord,opencord/cord,opencord/cord |
95546f83b80b992aaa9bf4537e50fe09e87c7913 | cluster/manifests/flannel/configmap.yaml | cluster/manifests/flannel/configmap.yaml | kind: ConfigMap
apiVersion: v1
metadata:
name: kube-flannel-cfg
namespace: kube-system
labels:
application: flannel
data:
cni-conf.json: |
{
"name": "podnet",
"type": "flannel",
"delegate": {
"isDefaultGateway": true
}
}
net-conf.json: |
{
"Net... | kind: ConfigMap
apiVersion: v1
metadata:
name: kube-flannel-cfg
namespace: kube-system
labels:
application: flannel
data:
cni-conf.json: |
{
"name": "podnet",
"type": "flannel",
"delegate": {
"isDefaultGateway": true,
"hairpinMode": true
}
}
... | Allow pods to direct traffic to itself via a service | Allow pods to direct traffic to itself via a service
Signed-off-by: Nick Jüttner <75ef9faee755c70589550b513ad881e5a603182c@zalando.de>
| YAML | mit | zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws |
4945dc6d542531f349a803d9ca85a15196a53bf4 | 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... | Add back explicit dependency on docker image for build-vsix | Add back explicit dependency on docker image for build-vsix | YAML | epl-1.0 | spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4 |
638786a7a686f8b848d16f0e1bc1b12b39fd7da2 | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: nb_conda
version: "0.1.0"
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', '0') }}
requirements:
build:
- python
run:
- python
- nbwrapper
- nbsetuptools
test:
requires:
-... | package:
name: nb_conda
version: "0.1.0"
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
string: py{{ environ.get('PY_VER').replace('.', '') }}_{{ environ.get('GIT_BUILD_STR', '0') }}
requirements:
build:
- python
run:
- python
- nb_config_manager
- nbsetuptools
test:
require... | Change from nbwrapper to nb_config_manager | Change from nbwrapper to nb_config_manager
| YAML | bsd-3-clause | Anaconda-Server/nb_conda,Anaconda-Server/nb_conda,Anaconda-Server/nb_conda,Anaconda-Server/nb_conda |
4fa4eddc8ca68d6ceb50ff09643f6faddfb02c2e | recipes/jupyterlab_widgets/meta.yaml | recipes/jupyterlab_widgets/meta.yaml | {% set version = "1.0.0a3" %}
{% set sha256 = "6cf804fed4f4ee33d486948e21c9a8fc6a4bccf78cdf79d0b7fdab5ae87c5447" %}
package:
name: jupyterlab_widgets
version: {{ version }}
source:
url: https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
n... | {% set version = "1.0.0a3" %}
{% set sha256 = "6cf804fed4f4ee33d486948e21c9a8fc6a4bccf78cdf79d0b7fdab5ae87c5447" %}
package:
name: jupyterlab_widgets
version: {{ version }}
source:
url: https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
n... | Add jupyterlab to host requirements | Add jupyterlab to host requirements
| YAML | bsd-3-clause | hadim/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,chrisburr/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,jakirkham/staged-recipes,jakirk... |
2cb07d8afc33341cae5e8331aa316665535f4d7f | _config/togglepaginator.yml | _config/togglepaginator.yml | ---
Name: togglepaginator
After:
- 'framework/*'
- 'cms/*'
---
GridFieldTogglePaginator:
enable_icon: 'arrow-circle-135-left'
disable_icon: 'arrow-circle-double'
| ---
Name: togglepaginator
After:
- 'framework/*'
---
GridFieldTogglePaginator:
enable_icon: 'arrow-circle-135-left'
disable_icon: 'arrow-circle-double'
| Drop dependency on CMS from YAML | Drop dependency on CMS from YAML
| YAML | bsd-2-clause | ntd/silverstripe-togglepaginator |
16c803c8975dc1af3eb3ce88f691bf4492a7bd02 | docker-compose.yml | docker-compose.yml | version: '3.6'
services:
cocoa-maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:master-cli
command: ["--tags", "not @skip"]
environment:
APP_LOCATION: /app/build/iOSTestApp.ipa
BROWSER_STACK_USERNAME:
BROWSER_STACK_ACCESS_KEY:
BROWSER_STACK_LOCAL_IDENTIF... | version: '3.6'
services:
cocoa-maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:latest-v2-cli
command: ["--tags", "not @skip"]
environment:
APP_LOCATION: /app/build/iOSTestApp.ipa
BROWSER_STACK_USERNAME:
BROWSER_STACK_ACCESS_KEY:
BROWSER_STACK_LOCAL_IDEN... | Use latest maze runner release | Use latest maze runner release | YAML | mit | bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa |
6a6a40436711231456aa54cdb01049dee66c40ec | rojak-api/docker-compose.yml | rojak-api/docker-compose.yml | version: '2'
services:
web:
build:
context: .
dockerfile: Dockerfile.dev
command: mix phoenix.server
environment:
- MIX_ENV=dev
- DB_USERNAME=root
- DB_HOST=db
- DB_NAME=rojak_database
ports:
- "${PORT}:4000"
volumes:
- .:/app
links:
- db
... | version: '2'
services:
web:
build:
context: .
dockerfile: Dockerfile.dev
command: mix phoenix.server
environment:
- MIX_ENV=dev
- DB_USERNAME=root
- DB_HOST=db
- DB_NAME=rojak_database
ports:
- "${PORT}:4000"
volumes:
- .:/app
links:
- db
... | Add container for building releases | Add container for building releases
| YAML | bsd-3-clause | CodeRiderz/rojak,reinarduswindy/rojak,bobbypriambodo/rojak,reinarduswindy/rojak,rawgni/rojak,rawgni/rojak,rawgni/rojak,CodeRiderz/rojak,pyk/rojak,CodeRiderz/rojak,pyk/rojak,pyk/rojak,CodeRiderz/rojak,CodeRiderz/rojak,bobbypriambodo/rojak,reinarduswindy/rojak,rawgni/rojak,bobbypriambodo/rojak,reinarduswindy/rojak,pyk/ro... |
3aece880b7f2750da6f0d5f46f3016cc2adb3e08 | xc7/environment.yml | xc7/environment.yml | name: xc7
channels:
- symbiflow
dependencies:
- symbiflow::symbiflow-yosys=0.8_6021_gd8b2d1a2
- symbiflow::symbiflow-yosys-plugins=1.0.0.7_0117_g160b309
- symbiflow::symbiflow-vtr=8.0.0.rc2_4003_g8980e4621
- symbiflow::prjxray-db=0.0_0230_g485a837
- symbiflow::prjxray-tools
- make
- lxml
- simplejson
... | name: xc7
channels:
- symbiflow
dependencies:
- symbiflow::symbiflow-yosys=0.8_6021_gd8b2d1a2=20200708_083630
- symbiflow::symbiflow-yosys-plugins=1.0.0.7_0060_g7454cd6=20200902_114536
- symbiflow::symbiflow-vtr=8.0.0.rc2_4003_g8980e4621
- symbiflow::prjxray-db=0.0_0230_g485a837
- symbiflow::prjxray-tools
... | Update yosys plugins package version to match symbiflow-arch-defs. | Update yosys plugins package version to match symbiflow-arch-defs.
Signed-off-by: Tim Callahan <ea16a3c075a6a229c9a452aa4faba7441b41c040@google.com>
| YAML | apache-2.0 | SymbiFlow/symbiflow-examples,SymbiFlow/symbiflow-examples |
1ed08072cdb813a76fbece209eb033e9e768d3c7 | metadata/com.klee.sapio.yml | metadata/com.klee.sapio.yml | Categories:
- System
License: GPL-3.0-only
AuthorName: Jonathan Klee
AuthorEmail: klee.jonathan@protonmail.com
SourceCode: https://github.com/jonathanklee/Sapio
IssueTracker: https://github.com/jonathanklee/Sapio/issues
AutoName: Sapio
RepoType: git
Repo: https://github.com/jonathanklee/Sapio.git
Builds:
- versi... | Categories:
- System
License: GPL-3.0-only
AuthorName: Jonathan Klee
AuthorEmail: klee.jonathan@protonmail.com
SourceCode: https://github.com/jonathanklee/Sapio
IssueTracker: https://github.com/jonathanklee/Sapio/issues
AutoName: Sapio
RepoType: git
Repo: https://github.com/jonathanklee/Sapio.git
Builds:
- versi... | Update Sapio to 0.8 (8) | Update Sapio to 0.8 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d3d6a5ed03edd85ec75037b6e05716e530ab0ef6 | spec/javascripts/support/jasmine.yml | spec/javascripts/support/jasmine.yml | # path to parent directory of src_files
# relative path from Rails.root
# defaults to app/assets/javascripts
src_dir: "app/assets/javascripts"
# list of file expressions to include as source files
# relative path from src_dir
src_files:
- "application.js"
# path to parent directory of spec_files
# relative path from... | # path to parent directory of src_files
# relative path from Rails.root
# defaults to app/assets/javascripts
src_dir: "app/assets/javascripts"
# list of file expressions to include as source files
# relative path from src_dir
src_files:
- "../../../spec/javascripts/helpers/jquery-1.7.2.js"
- "application.js"
# path... | Add JQuery include so $ is defined in time for tests | Add JQuery include so $ is defined in time for tests
| YAML | mit | alphagov/manuals-frontend,alphagov/manuals-frontend,alphagov/manuals-frontend,alphagov/manuals-frontend |
3237312d3ed62aeef2f75efa1d2eb5bb72e3c47d | update_kb_bsfcampus_cmr.yml | update_kb_bsfcampus_cmr.yml | ---
# Ansible playbook for BSF Campus Cameroun
#It will be always localhost
- hosts: localhost
roles:
# # Can be enable/disable on demand but affect all devices
- role: upgradeIdc
version: "0.9.0~rc3"
when: ansible_hostname == 'kb-bsfcampus-cmr-232'
- role: updateMook
mook_name: "bsf... | ---
# Ansible playbook for BSF Campus Cameroun
#It will be always localhost
- hosts: localhost
roles:
# # Can be enable/disable on demand but affect all devices
- role: upgradeIdc
version: "0.9.0~rc3"
- role: updateMook
mook_name: "bsfcampus"
version: "030316"
- tinc-static
... | Enable update for all KoomBook | Enable update for all KoomBook
| YAML | mit | ideascube/ansiblecube,ideascube/ansiblecube |
19f14ad8e2152e5719dbdd135ffbf53d5d88aa12 | cluster/addons/fluentd-gcp/scaler-deployment.yaml | cluster/addons/fluentd-gcp/scaler-deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: fluentd-gcp-scaler
namespace: kube-system
labels:
k8s-app: fluentd-gcp-scaler
version: v0.3.0
addonmanager.kubernetes.io/mode: Reconcile
spec:
selector:
matchLabels:
k8s-app: fluentd-gcp-scaler
template:
metadata:
labels:
... | apiVersion: apps/v1
kind: Deployment
metadata:
name: fluentd-gcp-scaler
namespace: kube-system
labels:
k8s-app: fluentd-gcp-scaler
version: v0.3.0
addonmanager.kubernetes.io/mode: Reconcile
spec:
selector:
matchLabels:
k8s-app: fluentd-gcp-scaler
template:
metadata:
labels:
... | Increase CPU limit to 1000 millicores to support 100kb/s throughput. | Increase CPU limit to 1000 millicores to support 100kb/s throughput.
| YAML | apache-2.0 | gambol99/kubernetes,bizhao/kubernetes,RenaudWasTaken/kubernetes,lojies/kubernetes,ping035627/kubernetes,NickrenREN/kubernetes,dlorenc/kubernetes,warmchang/kubernetes,linyouchong/kubernetes,k82cn/kubernetes,victorgp/kubernetes,rpothier/kubernetes,liggitt/kubernetes,zhangxiaoyu-zidif/kubernetes,alejandroEsc/kubernetes,wa... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.