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
bd40bcab99e63c05827f02ef17bbc529f004f12f
recipes/mistune/meta.yaml
recipes/mistune/meta.yaml
{% set version = "0.7.3" %} package: name: mistune version: {{ version }} source: fn: mistune-{{ version }}.tar.gz url: https://github.com/lepture/mistune/archive/v{{ version }}.tar.gz sha256: c4f391e61d3b5e8fbb112669a5c6960fb04b71b61d35f0f09a201809545b1676 build: number: 0 script: python setup.py inst...
{% set version = "0.7.4" %} package: name: mistune version: {{ version }} source: fn: mistune-{{ version }}.tar.gz url: https://github.com/lepture/mistune/archive/v{{ version }}.tar.gz sha256: 5030d5e3e0ec90fbdaed0f52d3c756ffb30e4ab46c3de159c97482c09569abcb build: number: 0 noarch: python script: pyt...
Update mistune recipe to version 0.7.4
Update mistune recipe to version 0.7.4 Change to noarch: python recipe Remove testing using nose
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
6b1d6c715897ea252bf310c59d3245bf5443f763
recipes/pyflyby/meta.yaml
recipes/pyflyby/meta.yaml
{% set name = "pyflyby" %} {% set version = "1.6.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5bebd9fe0f40d809bbf029e3d0d1bfa7bfe2a94379f5a8f383cb85d94fb9a88c build: skip: true # ...
{% set name = "pyflyby" %} {% set version = "1.6.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 5bebd9fe0f40d809bbf029e3d0d1bfa7bfe2a94379f5a8f383cb85d94fb9a88c build: number: 0 no...
Revert "Don't build pyflyby on Windows"
Revert "Don't build pyflyby on Windows" This reverts commit 62bc74c1f4060c1e2972a3caf8f991f0e849482a.
YAML
bsd-3-clause
chrisburr/staged-recipes,SylvainCorlay/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,SylvainCorlay/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-r...
7cd309c7c7f95bcf3f6d5bb6a99db3235285b2c3
recipes/vcf2maf/meta.yaml
recipes/vcf2maf/meta.yaml
build: number: 0 skip: True # [osx] since variant-effect-predictor is not there yet package: name: vcf2maf version: 1.6.8 source: fn: v1.6.8.tar.gz url: https://github.com/mskcc/vcf2maf/archive/v1.6.8.tar.gz md5: 69eef38b218efd719bb78950549ee94e requirements: build: - perl-threaded - variant-...
build: number: 0 skip: True # [osx] since variant-effect-predictor is not there yet package: name: vcf2maf version: 1.6.12 source: fn: v1.6.12.tar.gz url: https://github.com/mskcc/vcf2maf/archive/v1.6.12.tar.gz md5: ebdba06c46650b3f185d237f6819a209 requirements: build: - perl-threaded - varia...
Update vcf2maf info and URL to v1.6.12
Update vcf2maf info and URL to v1.6.12
YAML
mit
pinguinkiste/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,matthdsm/bioconda-recipes,gregvonkuster/bioconda-recipes,phac-nml/bioconda-recipes,dmaticzka/bioconda-recipes,shenwei356/bioconda-recipes,martin-mann/bioconda-recipes,zachcp/bioconda-recipes,keuv-grvl/bioconda-recipes,guowei-he/bioconda-recip...
c3b37f81d4c8c3edf2568a5edf79f2444a4f9304
config/locales/en/brexit_checker/email_signup.yml
config/locales/en/brexit_checker/email_signup.yml
en: brexit_checker: email_signup: title: "How to get ready for new rules in 2021" sign_up_heading: "Get email alerts about your results" sign_up_message: | <p class="govuk-body">You're signing up for email updates about changes to your results because of any additional arrangements betwe...
en: brexit_checker: email_signup: title: "Get email alerts about your Brexit checker results" sign_up_heading: "Get email alerts about your results" sign_up_message: | <p class="govuk-body">You're signing up for email updates about changes to your results.</p> <p class="govuk-bod...
Update wording on the brexit email signup page
Update wording on the brexit email signup page Updated wording on the Brexit "Get email alerts about your results" page to reflect the end of the transition period.
YAML
mit
alphagov/finder-frontend,alphagov/finder-frontend,alphagov/finder-frontend,alphagov/finder-frontend
a68e07bdb2ee94e7054b8547091f54e64462acb5
containers/zookeeper/exhibitor/docker-compose.yml
containers/zookeeper/exhibitor/docker-compose.yml
version: "3" services: zookeeper: build: . image: tony/zookeeper-ex networks: - zookeeper ports: - 2181:2181 - 3888:3888 - 8080:8080 - 8181:8181 volumes: - "./data/:/opt/zookeeper/local_configs/" - "./backup/:/opt/exhibitor/backup/" networks: zookeeper:...
version: "3" services: zookeeper: build: . image: tony/zookeeper-ex networks: - zookeeper ports: - 2181 - 2888 - 3888 - 8080 - 8181 volumes: - "./data/:/opt/zookeeper/local_configs/" - "./backup/:/opt/exhibitor/backup/" networks: zookeeper:
Update port mapping for scalability
Update port mapping for scalability
YAML
apache-2.0
tonylixu/docker-compose,tonylixu/docker-compose,tonylixu/docker-compose
4d590fe4a0ed73dd58723f71612d904f18cbb096
roles/utils/vars/main.yml
roles/utils/vars/main.yml
--- packages: - at - bmon - git - gnupg - htop - lftp - mtr - ncdu - openssl - pv - pydf - ranger - rsync - tmux - tree packages_arch: - openssh - cronie packages_debian: - anacron - aptitude - openssh-client - openssh-server
--- packages: - at - bmon - byobu #For remove-old-kernels - git - gnupg - htop - lftp - mtr - ncdu - openssl - pv - pydf - ranger - rsync - tmux - tree packages_arch: - openssh - cronie packages_debian: - anacron - aptitude - openssh-client - openssh-server
Add byobu for remove old kernels
Add byobu for remove old kernels
YAML
apache-2.0
mansonjesus/ansible-playbooks
6b89415186fa441e8741c1183cfa1960a48b9b3c
roles/utils/vars/main.yml
roles/utils/vars/main.yml
--- packages: - certbot - jq - at - bmon - cloc #Count lines of code - git - gnupg - gparted - htop - incron - iotop - lftp - lnav - most - mtr - multitail - ncdu - openssl - pandoc - preload - pv - pydf - renameutils - ranger - rsync - task-spooler - tig - tlp ...
--- packages: - certbot - jq - at - bmon - cloc #Count lines of code - git - gnupg - gparted - htop - incron - iotop - lftp - lnav - most - mtr - multitail - ncdu - openssl - pandoc - preload - pv - pydf - renameutils - ranger - rsync - task-spooler - tig - tlp ...
Move tmuxp to arch util packages
Move tmuxp to arch util packages
YAML
apache-2.0
mansonjesus/ansible-playbooks
9faed4cfb07d1dd0c80eb4eb5189ba0609eafdd3
Configuration/Policy.yaml
Configuration/Policy.yaml
resources: methods: 'RobertLemke.Plugin.Blog:PostController': method(RobertLemke\Plugin\Blog\Controller\PostController->createAction()) acls: 'TYPO3.Neos:Editor': methods: 'RobertLemke.Plugin.Blog:PostController': GRANT
resources: methods: 'RobertLemke.Plugin.Blog:PostController:index': method(RobertLemke\Plugin\Blog\Controller\PostController->indexAction()) 'RobertLemke.Plugin.Blog:PostController:rss': method(RobertLemke\Plugin\Blog\Controller\PostController->rssAction()) 'RobertLemke.Plugin.Blog:PostController:create'...
Update policy to latest Neos changes of securing all controllers
[TASK] Update policy to latest Neos changes of securing all controllers
YAML
mit
million12/Neos.Plugin.Blog,million12/Neos.Plugin.Blog,robertlemke/RobertLemke.Plugin.Blog,robertlemke/RobertLemke.Plugin.Blog,robertlemke/RobertLemke.Plugin.Blog
4c87f568e56d437abe8cc2b3449aa8a2f96cc09a
conda-recipe/meta.yaml
conda-recipe/meta.yaml
package: name: trackpy version: {{ environ.get('GIT_DESCRIBE_TAG').replace('0.2.4', '0.3.0-pre') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }} source: git_url: ../ requ...
package: name: trackpy version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }} source: git_url: ../ requirements: build: - p...
Clean up residual conda messiness.
BLD: Clean up residual conda messiness.
YAML
bsd-3-clause
daniorerio/trackpy,daniorerio/trackpy
f725359fc85e0be8465c947b1f6201e11f99a0d7
conda-recipe/meta.yaml
conda-recipe/meta.yaml
package: name: trackpy version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }} source: git_url: ../ requirements: build: - p...
package: name: trackpy version: {{ environ.get('GIT_DESCRIBE_TAG', '') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }} string: {{ environ.get('GIT_BUILD_STR', '') + '_py' + environ['PY_VER'] }} source: git_url: ../ requirements: build: - p...
Add numexpr, required for pandas usage in examples.
BLD: Add numexpr, required for pandas usage in examples.
YAML
bsd-3-clause
daniorerio/trackpy,daniorerio/trackpy
fda7b456253037d783e3b4c6cae235cf5c4d5e5a
metadata/ademar.bitac.yml
metadata/ademar.bitac.yml
AntiFeatures: - NonFreeNet Categories: - Money License: MIT AuthorName: Ademar Alves de Oliveira SourceCode: https://gitlab.com/ademar111190/BitAC IssueTracker: https://gitlab.com/ademar111190/BitAC/-/issues AutoName: BitAC RepoType: git Repo: https://gitlab.com/ademar111190/BitAC.git Builds: - versionName: 1....
AntiFeatures: - NonFreeNet Categories: - Money License: MIT AuthorName: Ademar Alves de Oliveira SourceCode: https://gitlab.com/ademar111190/BitAC IssueTracker: https://gitlab.com/ademar111190/BitAC/-/issues AutoName: BitAC RepoType: git Repo: https://gitlab.com/ademar111190/BitAC.git Builds: - versionName: 1....
Update BitAC to 1.1.2 (6)
Update BitAC to 1.1.2 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
8dbcd4f75e62382dabace33d95ba80a0ae73aa96
metadata/ogz.tripeaks.yml
metadata/ogz.tripeaks.yml
Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/mimoguz/tripeaks-gdx IssueTracker: https://github.com/mimoguz/tripeaks-gdx/issues Changelog: https://github.com/mimoguz/tripeaks-gdx/releases AutoName: TriPeaks RepoType: git Repo: https://github.com/mimoguz/tripeaks-gdx Builds: - versionNa...
Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/mimoguz/tripeaks-gdx IssueTracker: https://github.com/mimoguz/tripeaks-gdx/issues Changelog: https://github.com/mimoguz/tripeaks-gdx/releases AutoName: TriPeaks RepoType: git Repo: https://github.com/mimoguz/tripeaks-gdx Builds: - versionNa...
Update TriPeaks to 0.20 (3)
Update TriPeaks to 0.20 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a08207ddd1b828fa4935b946cbfdfc62e7f061d4
{{cookiecutter.project_slug}}/_/ci-services/vexor.yml
{{cookiecutter.project_slug}}/_/ci-services/vexor.yml
# Painless deployment with VEXOR. # Visit the docs at https://vexor.io/help/#config-file language: python python: {%- for env in cookiecutter.tests.split(',') if env != "flake8" and env != "pylint" and env != "behave" %} - "{{ env|replace('py27','2.7')|replace('py33','3.3')|replace('py34','3.4')|replace('py35','3....
# Painless deployment with VEXOR. # Visit the docs at https://vexor.io/help/#config-file language: python python: {%- for env in cookiecutter.tests.split(',') if env not in ["flake8", "pylint", "behave"] %} - "{{ env|replace('py27','2.7')|replace('py33','3.3')|replace('py34','3.4')|replace('py35','3.5') }}" {%- ...
Use nicer syntax for if in template loop
Use nicer syntax for if in template loop
YAML
apache-2.0
painless-software/painless-continuous-delivery,painless-software/painless-continuous-delivery,painless-software/painless-continuous-delivery,painless-software/painless-continuous-delivery
599ccd554fc6a66939866f66213129fc22e29023
roles/conduit/handlers/main.yml
roles/conduit/handlers/main.yml
--- # handlers file for setup # # Set hostname when /etc/hostsname is updated # - name: Set hostname shell: "hostname $(cat /etc/hostname)" # # Restart sshd after config changes # - name: Restart ssh service: name=ssh state=restarted # # Run update-ca-certificates # - name: update-ca-certificates shell: "updat...
--- # handlers file for setup # # Set hostname when /etc/hostsname is updated # - name: Set hostname shell: "hostname $(cat /etc/hostname)" # # Restart sshd after config changes # - name: Restart ssh service: name=ssh state=restarted # # Run update-ca-certificates # - name: update-ca-certificates shell: "updat...
Add a handler to update the rc rules
Add a handler to update the rc rules
YAML
mit
IthacaThings/ttn-multitech-cm,IthacaThings/ttn-multitech-cm
96d6236370ea6b25c98a5225145022ae31c18a56
roles/supervisor/tasks/main.yml
roles/supervisor/tasks/main.yml
--- - name: install apt supervisor package apt: pkg=supervisor state=present become: true - name: check if supervisord is running service: name=supervisor enabled=yes state=started become: true - name: run supervisord as root lineinfile: dest=/etc/supervisor/supervisord.conf state=present line="user=root" ...
--- - name: install apt supervisor package apt: pkg=supervisor state=present become: true - name: make sure supervisord is running service: name=supervisor enabled=yes state=started become: true - name: run supervisord as root lineinfile: dest=/etc/supervisor/supervisord.conf state=present line="user=root"...
Use original phrase for accuracy
Use original phrase for accuracy
YAML
bsd-3-clause
jupyterhub/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching,jupyterhub/jupyterhub-deploy-teaching
3cd8b8e20de3081a01771ae89af3b2ea1b89a1a6
.github/workflows/Dev-CI.yml
.github/workflows/Dev-CI.yml
# Basic CI build name: Dev CI # Controls when the action will run. Triggers the workflow on push # events but only for the develop branch on: push: branches: [ develop ] jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: windows-l...
# Basic CI build name: Dev CI # Controls when the action will run. Triggers the workflow on push # events but only for the develop branch on: push: branches: [ develop ] jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on runs-on: windows-l...
Add nuget config path to github action
Add nuget config path to github action
YAML
apache-2.0
mikeedwards83/Glass.Mapper,mikeedwards83/Glass.Mapper
367eba1bafcc37e668bb0bc9ebc656a7e018e079
.github/workflows/audit.yaml
.github/workflows/audit.yaml
--- name: Audit on: schedule: - cron: "30 2 * * *" jobs: main: runs-on: ubuntu-18.04 name: Audit timeout-minutes: 5 strategy: fail-fast: false matrix: branch: - '2.4' - '2.5' steps: - uses: actions/checkout@v1 with: ref: ${...
--- name: Audit on: schedule: - cron: "30 2 * * *" jobs: main: runs-on: ubuntu-18.04 name: Audit timeout-minutes: 5 strategy: fail-fast: false matrix: branch: - '2.4' - '2.5' steps: - uses: actions/checkout@v1 with: ref: ${...
Use the --force option to get all packages
Use the --force option to get all packages
YAML
mit
camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo,camptocamp/ngeo
d94e058b38597a57b9f3ce72471f5994a1e96a45
.github/workflows/django.yml
.github/workflows/django.yml
name: Test on: [push, pull_request] jobs: test: runs-on: ubuntu-20.04 strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version...
name: Test on: [push, pull_request] jobs: test: runs-on: ubuntu-20.04 strategy: matrix: python-version: [3.7, 3.8, 3.9, 3.10] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-versio...
Remove python 3.6 and add 3.10 to CI
Remove python 3.6 and add 3.10 to CI
YAML
agpl-3.0
d120/pyfeedback,d120/pyfeedback,d120/pyfeedback,d120/pyfeedback
0152d309370422be29e1d33090f7f739ca23b288
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: Jenetics Build on: push: branches: - master - releases/* - issues/* pull_request: branches: - master - releases/* jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-latest, macos-latest ] java-version: [ 11.0.3, 11, 17....
name: Jenetics Build on: push: branches: - master - releases/* - issues/* pull_request: branches: - master - releases/* jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-latest ] java-version: [ 11.0.3, 11, 17.0.1, 17 ] ...
Remove 'macos-latest' from build matrix for master
Remove 'macos-latest' from build matrix for master Will not be fixed for master branch.
YAML
apache-2.0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
bce9c9d277060bd9dc2a67ff0edf028989098338
.github/workflows/linter.yml
.github/workflows/linter.yml
########################### ########################### ## Linter GitHub Actions ## ########################### ########################### name: Lint Code Base # # Documentation: # https://help.github.com/en/articles/workflow-syntax-for-github-actions # ################################################ # Trigger the ...
########################### ########################### ## Linter GitHub Actions ## ########################### ########################### name: Lint Code Base # # Documentation: # https://help.github.com/en/articles/workflow-syntax-for-github-actions # ################################################ # Trigger the ...
Use major version 3, no need to pin a specific one
Use major version 3, no need to pin a specific one
YAML
agpl-3.0
wger-project/wger,wger-project/wger,rolandgeider/wger,wger-project/wger,wger-project/wger,rolandgeider/wger,rolandgeider/wger,petervanderdoes/wger,petervanderdoes/wger,petervanderdoes/wger,petervanderdoes/wger,rolandgeider/wger
644c9f5b05e348f1530d3f6b339b66ff426cd749
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node.js CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: a...
name: Node.js CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: a...
Update actions/setup-node action to v3
Update actions/setup-node action to v3
YAML
mit
timbeadle/grunt-cfpathcheck,timbeadle/grunt-cfpathcheck
42430137e581c1e5b1eef3b621699b6ad61ed8d6
data/transition-sites/bis_greatbusiness.yml
data/transition-sites/bis_greatbusiness.yml
--- site: bis_greatbusiness whitehall_slug: department-for-business-energy-and-industrial-strategy homepage: https://www.gov.uk/government/organisations/department-for-business-energy-and-industrial-strategy tna_timestamp: 20160105122945 host: www.greatbusiness.gov.uk homepage_furl: www.gov.uk/beis aliases: - greatbusi...
--- site: bis_greatbusiness whitehall_slug: department-for-business-energy-and-industrial-strategy homepage: https://www.gov.uk/browse/business tna_timestamp: 20160105122945 host: www.greatbusiness.gov.uk homepage_furl: www.gov.uk/beis aliases: - greatbusiness.gov.uk
Update the homepage for www.greatbusiness.gov.uk
Update the homepage for www.greatbusiness.gov.uk Zendesk ticket: https://govuk.zendesk.com/agent/tickets/4134888
YAML
mit
alphagov/transition-config,alphagov/transition-config
4be80d11a5b495ac976782193b786577097fc52c
hiera.yml
hiera.yml
--- :hierarchy: - 'class/%{::environment}/%{::govuk_node_class}' - 'class/%{::govuk_node_class}' - '%{::environment}_credentials' - '%{::environment}' - 'common' :backends: - eyaml - yaml :eyaml: :datadir: '%{::settings::manifestdir}/../hieradata' :gpg_gnupghome: '/etc/puppet/gpg' :extension: 'yaml'...
--- :hierarchy: - 'class/%{::environment}/%{::govuk_node_class}' - 'class/%{::govuk_node_class}' - '%{::environment}_credentials' - '%{::environment}' - 'common.%{::lsbdistcodename}' - 'common' :backends: - eyaml - yaml :eyaml: :datadir: '%{::settings::manifestdir}/../hieradata' :gpg_gnupghome: '/et...
Add Hiera override for distribution-specific data
Add Hiera override for distribution-specific data Allow for Hiera data specific to an Ubuntu LTS release. For example, to override Hiera values for the Precise LTS release, add Hiera data to a `common.precise.yaml` file. __NOTE__: If we use the values for Trusty as the class parameter defaults, then override these i...
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
544c92cbf46a7131df66364aa7e852ea82867344
docs/antora.yml
docs/antora.yml
name: rubocop-rspec title: RuboCop RSpec version: '2.6' nav: - modules/ROOT/nav.adoc
name: rubocop-rspec title: RuboCop RSpec version: master nav: - modules/ROOT/nav.adoc
Switch docs version back to master
Switch docs version back to master
YAML
mit
backus/rubocop-rspec,bquorning/rubocop-rspec,backus/rubocop-rspec,nevir/rubocop-rspec
5f0f1016933aa91cf3159e2a4a153fb5accbf029
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '1.7' nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc
Switch back the docs version
Switch back the docs version
YAML
mit
tejasbubane/rubocop,maxjacobson/rubocop,bbatsov/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,maxjacobson/rubocop,rrosenblum/rubocop,maxjacobson/rubocop
cfa8bdaea526ae0521cc44873f64f2d9e7fe330e
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 0.85 nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: master nav: - modules/ROOT/nav.adoc
Switch back docs version to master
Switch back docs version to master
YAML
mit
deivid-rodriguez/rubocop,bbatsov/rubocop,rrosenblum/rubocop,deivid-rodriguez/rubocop,tdeo/rubocop,jmks/rubocop,rrosenblum/rubocop,jmks/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,tdeo/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,tdeo/rubocop,deivid-rodriguez/rubocop,bbatsov/rubocop,jmks/ruboc...
d59b923841597b1c24768d2a5085de986a2efa32
azure-steps/test.yml
azure-steps/test.yml
steps: - task: UsePythonVersion@0 displayName: Setup Python ${{ parameters.python_version }} inputs: versionSpec: '${{parameters.python_version}}' - template: install_deps.yml - script: 'pipenv run make coverage' displayName: Run Tests with Coverage - task: PublishTestResults@2 displayN...
steps: - task: UsePythonVersion@0 displayName: Setup Python $(parameters.python_version) inputs: versionSpec: '${{parameters.python_version}}' - template: install_deps.yml - script: 'pipenv run make coverage' displayName: Run Tests with Coverage - task: PublishTestResults@2 displayName:...
Fix access to template parameters
Fix access to template parameters
YAML
mit
gatkin/declxml
266aaa127973bf296eb1a51ae4ac57c19c8a0029
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: ruby: circleci/ruby@1.1.2 jobs: test: parameters: version: type: string executor: name: ruby/default tag: << parameters.version >> steps: - checkout - run: name: Generate Gemfile.lock command: bundle lock - ruby/install...
version: 2.1 orbs: ruby: circleci/ruby@1.1.2 jobs: test: parameters: version: type: string executor: name: ruby/default tag: << parameters.version >> steps: - checkout - run: name: Generate Gemfile.lock command: bundle lock - ruby/install...
Use *-node images and install SVGO
Use *-node images and install SVGO
YAML
mit
jgarber623/svgeez
f196a936366070e0814c9664dcc1a7ccfeebc912
.circleci/config.yml
.circleci/config.yml
# Check https://circleci.com/docs/2.0/language-javascript/ for more details version: 2 jobs: run_tests: docker: - image: circleci/node:10 working_directory: ~/repo steps: - checkout - run: sudo git clone https://github.com/sstephenson/bats.git ~/bats - run: pushd ~/bats && sudo ...
# Check https://circleci.com/docs/2.0/language-javascript/ for more details version: 2 jobs: run_tests: docker: - image: circleci/node:10 working_directory: ~/repo steps: - checkout - run: sudo git clone https://github.com/sstephenson/bats.git ~/bats - run: pushd ~/bats && sudo ...
Build Docker images on version-tagged commits on master
ci: Build Docker images on version-tagged commits on master
YAML
mpl-2.0
shoreditch-ops/artillery,shoreditch-ops/artillery,shoreditch-ops/artillery
7273d571b57d9a7567b3eeec856d657149d60672
.circleci/config.yml
.circleci/config.yml
# defaults: &defaults working_directory: /build docker: - image: docker:17.06.0-ce-git version: 2 jobs: build: <<: *defaults steps: - checkout - setup_remote_docker: reusable: true exclusive: true - run: name: Install bash command: apk add --...
# defaults: &defaults working_directory: /build docker: - image: docker:17.06.0-ce-git version: 2 jobs: build: <<: *defaults steps: - checkout - setup_remote_docker: reusable: true exclusive: true - run: name: Install bash command: apk add --...
Add tags only filter to build job
Add tags only filter to build job
YAML
apache-2.0
shusugmt/st2-docker,shusugmt/st2-docker
dfb8058e6aa83ae92165f67850ee9038c1e454b2
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/Clever/clever-php docker: - image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37 environment: CIRCLE_ARTIFACTS: /tmp/circleci-artifacts CIRCLE_TEST_REPORTS: /tmp/circleci-test-results steps: - run: command: cd $HOME ...
version: 2 jobs: build: working_directory: ~/Clever/clever-php docker: - image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37 environment: CIRCLE_ARTIFACTS: /tmp/circleci-artifacts CIRCLE_TEST_REPORTS: /tmp/circleci-test-results steps: - run: command: cd $HOME ...
Remove unnused ecr step. Install php curl
Remove unnused ecr step. Install php curl
YAML
apache-2.0
Clever/clever-php,Clever/clever-php
83edaa2daf9bd998fef4a6b2b544585ebbcc9fdb
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/openjdk:8-jdk working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "pom.xml" }} # fallback to using the latest cache ...
version: 2 jobs: build: docker: - image: circleci/openjdk:8-jdk working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "pom.xml" }} # fallback to using the latest cache ...
Add function to build only by tag in CircleCI
Add function to build only by tag in CircleCI
YAML
mit
Vovas11/courses,Vovas11/courses,Vovas11/courses
fe77ab192134fed4b8651dbaeb129f8e0d4c2747
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/openjdk:13-jdk-buster branches: only: - master - dev steps: - checkout - restore_cache: key: hotspot-{{ checksum "pom.xml" }} - run: mvn dependency:go-offline - save_cache: key: hotspo...
version: 2 jobs: build: docker: - image: circleci/openjdk:13-jdk-buster steps: - checkout - restore_cache: key: hotspot-{{ checksum "pom.xml" }} - run: mvn dependency:go-offline - save_cache: key: hotspot-{{ checksum "pom.xml" }} paths: -...
Test all branches in CI
Test all branches in CI
YAML
unlicense
matco/hotspot-api
fe6795435276da85ed4ec8aa2f461bc2e8c47488
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: hokusai: artsy/hokusai@0.7.3 not_staging_or_release: &not_staging_or_release filters: branches: ignore: - staging - release only_master: &only_master context: hokusai filters: branches: only: master only_release: &only_release context: hokusai filte...
version: 2.1 orbs: hokusai: artsy/hokusai@0.7.4 not_staging_or_release: &not_staging_or_release filters: branches: ignore: - staging - release only_master: &only_master context: hokusai filters: branches: only: master only_release: &only_release context: hokusai filte...
Update hokusai orb from 0.7.3 to v0.7.4
Update hokusai orb from 0.7.3 to v0.7.4
YAML
mit
artsy/artsy-wwwify
f96fc436f458014cc772d1c5c13e4e77220861a7
.circleci/config.yml
.circleci/config.yml
# Golang CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-go/ for more details version: 2 jobs: build: docker: - image: circleci/golang:1.9 working_directory: /go/src/github.com/johannesboyne/gofakes3 steps: - checkout - run: go get -v -t -d ./... - run: go ...
# Golang CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-go/ for more details version: 2 jobs: test: docker: - image: circleci/golang:1.9 working_directory: /go/src/github.com/johannesboyne/gofakes3 steps: - checkout - run: go get -v -t -d ./... - run: go t...
Add code coverage from codecov.io
Add code coverage from codecov.io
YAML
mit
johannesboyne/gofakes3,johannesboyne/gofakes3
f5a2eab2977610a3e197feb3cd7a7f39aeac84b6
.circleci/config.yml
.circleci/config.yml
version: 2 executorType: docker jobs: build: docker: - image: circleci/clojure:lein-2.8.1 - image: akiel/datomic-free working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ .Branch }}-{{ .Revision }} - run: name...
version: 2 executorType: docker jobs: test: docker: - image: circleci/clojure:lein-2.8.1 - image: akiel/datomic-free working_directory: ~/repo steps: - checkout - restore_cache: keys: - "{{ .Environment.CIRCLE_PROJECT_REPONAME }}-{{ checksum \"project.clj\" }}" ...
Switch to circle workflows, only deploy on master, fix cache behavior.
Switch to circle workflows, only deploy on master, fix cache behavior.
YAML
epl-1.0
onyx-platform/onyx-datomic
4363cd9328c978130e8b2bfb5a08d6e6066bc9a1
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/golang:1.9 steps: - checkout - run: make deps - run: make build
version: 2 jobs: build: docker: - image: circleci/golang:1.9 working_directory: /go/src/github.com/bradgignac/fortune-api steps: - checkout - run: make deps - run: make build
Move working directory to GOPATH.
Move working directory to GOPATH.
YAML
mit
bradgignac/fortune-api
08f1a11b17726358d396eeacf6a3955b18d3a768
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: openchemistry/mongochemserver:latest environment: - CIRCLE_BRANCH: ${CIRCLE_BRANCH} - CIRCLE_BUILD_NUM: ${CIRCLE_BUILD_NUM} - image: mongo:latest working_directory: /mongochemserver steps: - checkout - run: ...
version: 2 jobs: build: docker: - image: openchemistry/mongochemserver:latest environment: - CIRCLE_BRANCH: ${CIRCLE_BRANCH} - CIRCLE_BUILD_NUM: ${CIRCLE_BUILD_NUM} - image: mongo:latest working_directory: /mongochemserver steps: - checkout - run: ...
Install requirements as part of CI build
Install requirements as part of CI build
YAML
bsd-3-clause
OpenChemistry/mongochemserver
49917de198dfcc004396d7c68d8af247f3785304
Resources/config/grids/exchange_rate.yml
Resources/config/grids/exchange_rate.yml
sylius_grid: grids: sylius_admin_exchange_rate: driver: name: doctrine/orm options: class: "%sylius.model.exchange_rate.class%" sorting: id: desc fields: id: type: stri...
sylius_grid: grids: sylius_admin_exchange_rate: driver: name: doctrine/orm options: class: "%sylius.model.exchange_rate.class%" sorting: id: desc fields: id: type: stri...
Add currency filter to exchange rates index
[Admin][ExchangeRate] Add currency filter to exchange rates index
YAML
mit
Sylius/SyliusAdminBundle,Sylius/SyliusAdminBundle
2a3af7c390c2f3a47314c2dc48a8a8aa3614f1b5
meta.lib.spoofax/metaborg.yaml
meta.lib.spoofax/metaborg.yaml
--- id: org.metaborg:meta.lib.spoofax:${metaborgVersion} name: libspoofax metaborgVersion: 2.4.0-SNAPSHOT metaborgBaselineVersion: 2.2.1 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} exports: - ...
--- id: org.metaborg:meta.lib.spoofax:${metaborgVersion} name: libspoofax metaborgVersion: 2.4.0-SNAPSHOT metaborgBaselineVersion: 2.3.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} exports: - ...
Update baseline version to 2.3.0
Update baseline version to 2.3.0
YAML
apache-2.0
metaborg/spoofax,metaborg/spoofax,metaborg/spoofax,metaborg/spoofax
9d007e70fa5f759f38a4857619ed21dfefd3cdc8
packages/co/constraint.yaml
packages/co/constraint.yaml
homepage: '' changelog-type: '' hash: 0467251601d0c10639d774052f3953f96c4f453501bb96a48d36f72dc039db98 test-bench-deps: {} maintainer: m.farkasdyck@gmail.com synopsis: Reified constraints changelog: '' basic-deps: base: ! '>=4.10 && <5' category: ! '>=0.1.2 && <0.3' unconstrained: ! '>=0.1 && <0.2' all-versions: ...
homepage: '' changelog-type: '' hash: 4a36258ba46565995970f7ba5f13b70576714875fab9a76d66430e8dedabb898 test-bench-deps: {} maintainer: m.farkasdyck@gmail.com synopsis: Reified constraints changelog: '' basic-deps: base: ! '>=4.10 && <5' category: ! '>=0.1.2 && <0.3' unconstrained: ! '>=0.1 && <0.2' all-versions: ...
Update from Hackage at 2019-11-18T19:17:07Z
Update from Hackage at 2019-11-18T19:17:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
909ad3735469c3d4ff254ca1b6aafa6d30f20baa
ansible/roles/create_vpc/tasks/main.yml
ansible/roles/create_vpc/tasks/main.yml
--- - debug: msg="VPC basename--> {{ name_env }}" - { include: create_vpc.yml } - { include: create_front_end_security_grp.yml } - name: save network information template: src=save_vpc_create_vars.j2 dest=./vpc_vars.out
--- - debug: msg="VPC basename--> {{ name_env }}" - { include: create_vpc.yml } - { include: create_front_end_security_grp.yml } - name: save network information template: src=save_vpc_create_vars.j2 dest=./vpc-vars.yml
Rename vpc-vars.out to yml. May put in a vars dir
Rename vpc-vars.out to yml. May put in a vars dir
YAML
bsd-3-clause
mredar/ingest_deploy,ucldc/ingest_deploy,mredar/ingest_deploy,ucldc/ingest_deploy
1ea4d8041a3d2483ef7a512fe6288538acafafb4
environment.yml
environment.yml
name: taxdata-dev dependencies: - python>=2.7.14 - numpy >=1.12.1 - pandas >=0.22.0 - bokeh >=0.12.3 - pytest pip: - ipython - ipykernel - cylp==0.7.1
name: taxdata-dev dependencies: - python>=2.7.14 - numpy >=1.12.1 - pandas >=0.22.0 - bokeh >=0.12.3 - pytest - pip: - ipython - ipykernel - cylp==0.7.1
Fix formatting for env.yml file
Fix formatting for env.yml file
YAML
mit
OpenSourcePolicyCenter/taxdata
1b69d9059a44e10cbfd650e350f8974fe77f9174
packages/wi/witherable.yaml
packages/wi/witherable.yaml
homepage: https://github.com/fumieval/witherable changelog-type: '' hash: e678ea8e7b097ef219b908eb35c6e96b2082fb8a270313478adccf0bc5a952ea test-bench-deps: {} maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com> synopsis: filterable traversable changelog: '' basic-deps: base: ==4.* unordered-containers: -any base-...
homepage: https://github.com/fumieval/witherable changelog-type: '' hash: c10939269a1d74d08de9f443893f395a6ffec698f65ffe3a7cc28e12df4114c9 test-bench-deps: {} maintainer: Fumiaki Kinoshita <fumiexcel@gmail.com> synopsis: filterable traversable changelog: '' basic-deps: base: ==4.* unordered-containers: -any base-...
Update from Hackage at 2017-10-23T03:31:50Z
Update from Hackage at 2017-10-23T03:31:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
5c834eb6290cdebdce48183fea630ee425b15b0d
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: Java CI on: push: branches: - wip pull_request: branches: - wip jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Install webapp run: ...
name: Java CI on: push: branches: - dev pull_request: branches: - dev jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Install webapp run: ...
Fix branch for github CI
Fix branch for github CI
YAML
agpl-3.0
axelor/axelor-business-suite,axelor/axelor-business-suite,axelor/axelor-business-suite
f2b68e769477c539c5089f8e1159ab36e752cd95
.github/workflows/issues.yml
.github/workflows/issues.yml
name: issue assignment on: issues: types: [opened] jobs: auto-assign: runs-on: ubuntu-latest steps: - name: 'auto-assign issue' uses: pozil/auto-assign-issue@v1.7.3 with: assignees: konstruktoid
name: issue assignment on: issues: types: [opened] jobs: auto-assign: runs-on: ubuntu-latest steps: - name: 'auto-assign issue' uses: pozil/auto-assign-issue@v1.8.0 with: assignees: konstruktoid
Update pozil/auto-assign-issue action to v1.8.0
Update pozil/auto-assign-issue action to v1.8.0
YAML
apache-2.0
konstruktoid/ansible-role-hardening
9172ca387c71aff23207b82634ac759025f54aaf
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x,12.x,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.nod...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x,12.x,14.x,16.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.nod...
Build with Node.js 16 on Travis CI.
Build with Node.js 16 on Travis CI.
YAML
mit
bigeasy/avenue,bigeasy/avenue
e2eefb30532dbe36ce0c2243f5756df6d7f42f6c
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} ...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} ...
Update build for static deploy
Update build for static deploy
YAML
mit
ytechie/msdevshow,ytechie/msdevshow,ytechie/msdevshow
35c620ce34601a348d48c2ea486e6d5c2cbd2728
wercker.yml
wercker.yml
box: starefossen/iojs-imagemagick build: steps: - npm-install - script: name: npm run-script test-drone code: | npm run-script test-drone - script: name: echo nodejs information code: | ...
box: starefossen/iojs-imagemagick build: steps: - npm-install - script: name: npm run-script test-drone code: | npm run-script test-drone - script: name: echo nodejs information code: | ...
Add Docker PaaS Deploy Target
Add Docker PaaS Deploy Target
YAML
mit
Turistforeningen/Jotunheimr
feaeb3fd5b9bf585fd8dafdc5c4feac989cb6b01
wercker.yml
wercker.yml
box: wercker/golang services: - mies/rethinkdb build: steps: - setup-go-workspace - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get ./... go get github.com/reiver/go-porterstemmer go get github.com/stretchr/testify ...
box: wercker/golang services: - mies/rethinkdb build: steps: - setup-go-workspace - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get ./... go get github.com/reiver/go-porterstemmer go get github.com/stretchr/testify ...
Cover tool should already be installed?
Cover tool should already be installed?
YAML
unlicense
nylar/miru
7e4cbdb5a0d0b784d4925db8a1ad6a0c7e8c9ca0
docs/cert-manager.yaml
docs/cert-manager.yaml
apiVersion: apps/v1beta1 kind: Deployment metadata: name: cert-manager spec: replicas: 1 strategy: type: Recreate template: metadata: labels: app: cert-manager spec: containers: - name: cert-manager image: quay.io/jetstack/cert-manager:canary imagePullPolicy...
apiVersion: apps/v1beta1 kind: Deployment metadata: name: cert-manager spec: replicas: 1 strategy: type: Recreate template: metadata: labels: app: cert-manager spec: containers: - name: cert-manager image: quay.io/jetstack/cert-manager:canary.1 imagePullPoli...
Update port number. Update image tag.
Update port number. Update image tag.
YAML
apache-2.0
dippynark/cert-manager,cert-manager/cert-manager,dippynark/cert-manager,jetstack-experimental/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,jetstack/cert-manager,jetstack-experimental/cert-manager,dippynark/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager
041709df2235acfe9f44fe647ef270c7792d75f6
.codecov.yml
.codecov.yml
# Codecov configuration to make it a bit less noisy coverage: status: patch: false project: default: threshold: 50% comment: layout: "header" require_changes: false branches: null behavior: default flags: null paths: null
# Codecov configuration to make it a bit less noisy coverage: range: 60..90 status: patch: false project: default: threshold: 50% comment: layout: "header" require_changes: false branches: null behavior: default flags: null paths: null
Use a more reasonable coverage target range
Use a more reasonable coverage target range
YAML
lgpl-2.1
shirtsgroup/physical-validation
e9ea4e2671f8376eb114a5aa3d07f5a35b1683fb
docker/basic.yml
docker/basic.yml
phpfpm: build: php-fpm/ volumes: - ..:/var/www/z-push nginx: build: nginx/ volumes: - ..:/var/www/z-push links: - phpfpm:zpushphpfpm ports: - "80:80" - "443:443"
phpfpm: build: php-fpm/ volumes: - ..:/var/www/z-push:Z nginx: build: nginx/ volumes_from: - phpfpm links: - phpfpm:zpushphpfpm ports: - "80:80" - "443:443"
Use volumes_from Set Z context for Selinux enabled distributions.
chore(docker): Use volumes_from Set Z context for Selinux enabled distributions. Requires docker 1.7 or 1.6 (in CentOS/Fedora). Signed-off-by: Francisco Miguel Biete <1d85ea0d1a60a438fd84497dece37a4d29dd6409@gmail.com> <fmbiete@gmail.com>
YAML
agpl-3.0
RavenB/Z-Push-contrib,fmbiete/Z-Push-contrib,mta59066/Z-Push-contrib
31937fe3cf71ec599561b69905abaa2c2d56a970
docs/_config.yml
docs/_config.yml
markdown: kramdown kramdown: input: GFM hard_wrap: false syntax_highlighter: rouge # These allow the documentation to be updated with new releases of Tachyon. TACHYON_RELEASED_VERSION: 0.8.0 TACHYON_MASTER_VERSION_SHORT: 0.8.0
markdown: kramdown kramdown: input: GFM hard_wrap: false syntax_highlighter: rouge # These allow the documentation to be updated with new releases of Tachyon. TACHYON_RELEASED_VERSION: 0.8.0 TACHYON_MASTER_VERSION_SHORT: 0.9.0-SNAPSHOT
Update docs version to 0.9.0-SNAPSHOT.
Update docs version to 0.9.0-SNAPSHOT.
YAML
apache-2.0
Alluxio/alluxio,apc999/alluxio,maobaolong/alluxio,maobaolong/alluxio,Alluxio/alluxio,maobaolong/alluxio,yuluo-ding/alluxio,apc999/alluxio,Reidddddd/mo-alluxio,calvinjia/tachyon,jsimsa/alluxio,ChangerYoung/alluxio,aaudiber/alluxio,riversand963/alluxio,PasaLab/tachyon,WilliamZapata/alluxio,Reidddddd/alluxio,aaudiber/allu...
c821722db7c66f0e69a92eb6dc305a19c7d98b58
docs/_config.yml
docs/_config.yml
highlighter: rouge markdown: kramdown # For some reason kramdown seems to behave differently on different # OS/packages wrt encoding. So we hard code this config. kramdown: entity_output: numeric include: - _static - _modules exclude: - alg-ref - lang-ref # These allow the documentation to be updated with...
highlighter: rouge markdown: kramdown # For some reason kramdown seems to behave differently on different # OS/packages wrt encoding. So we hard code this config. kramdown: entity_output: numeric include: - _static - _modules exclude: - alg-ref - lang-ref # These allow the documentation to be updated with...
Update doc version to match pom.xml version
[MINOR] Update doc version to match pom.xml version
YAML
apache-2.0
gweidner/systemml,gweidner/systemml,deroneriksson/incubator-systemml,nakul02/systemml,niketanpansare/incubator-systemml,dusenberrymw/incubator-systemml,deroneriksson/incubator-systemml,nakul02/systemml,nakul02/incubator-systemml,nakul02/systemml,apache/incubator-systemml,nakul02/systemml,gweidner/systemml,dusenberrymw/...
5647b27abc574e58cf755b4bc077eec51b0dd4c3
docs/foliant.yml
docs/foliant.yml
title: Foliant Docs chapters: - index.md - installation.md - Backends: - MkDocs: backends/mkdocs.md - backends/pandoc.md - Preprocessors: - preprocessors/blockdiag.md - preprocessors/flags.md - preprocessors/flatten.md - preprocessors/includes.md - CLI Extensions: - cli/init.md p...
title: Foliant chapters: - index.md - installation.md - Backends: - MkDocs: backends/mkdocs.md - backends/pandoc.md - Preprocessors: - preprocessors/blockdiag.md - preprocessors/flags.md - preprocessors/flatten.md - preprocessors/includes.md - CLI Extensions: - cli/init.md prepro...
Add github stuff, ensure includes chapter is built correctly.
Docs: Add github stuff, ensure includes chapter is built correctly.
YAML
mit
foliant-docs/foliant
ac9d7c2c985c05e6edbe4bc202f1d234c48585a1
cloudbuild.yaml
cloudbuild.yaml
# Initialize gcloud via CLI # $ gcloud init steps: # Install node packages for firestore - name: 'gcr.io/cloud-builders/npm' id: 'Install npm packages for firestore' waitFor: ['-'] entrypoint: 'bash' args: - '-c' - | cd firestore && npm install # Install node packages for funct...
# Initialize gcloud via CLI # $ gcloud init steps: # Install node packages for firestore - name: 'gcr.io/cloud-builders/npm' id: 'Install npm packages for firestore' waitFor: ['-'] entrypoint: 'bash' args: - '-c' - | cd firestore && npm install # Install node packages for funct...
Fix anchor aliases yaml syntax
Fix anchor aliases yaml syntax
YAML
apache-2.0
google/ground-platform,google/ground-platform,google/ground-platform,google/ground-platform
dafa26bd535c6cc27e221cebb212619c845aeedc
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-6.5 suites: - name: default run_list: - recipe[yum-erlang_solutions::default]
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.11 - name: centos-6.7 - name: centos-7.1 - name: fedora-21 suites: - name: default run_list: - recipe[yum-erlang_solutions::default]
Update platforms in Test Kitchen
Update platforms in Test Kitchen
YAML
apache-2.0
chef-cookbooks/yum-erlang_solutions,chef-cookbooks/yum-erlang_solutions
5571e451e8b50d7bf8c4344bbce9e25d530c37eb
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-7.3 - name: debian-7.11 - name: debian-8.6 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: ubuntu-16.04-chef-12.1 driver_config: box: bento/ubuntu-16.04 provisioner: require_che...
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-7.3 - name: debian-7.11 - name: debian-8.6 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: ubuntu-16.04-chef-12.1 driver_config: box: bento/ubuntu-16.04 provisioner: require_che...
Exclude centos in suites properly
Exclude centos in suites properly Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef-cookbooks/apt,opscode-cookbooks/apt,protec-cookbooks/apt,opscode-cookbooks/apt,protec-cookbooks/apt,chef-cookbooks/apt
b1565fd09879c446a7d95972ef90f54fafb514e8
.rubocop.yml
.rubocop.yml
AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - 'db/**/*' - 'config/**/*' - 'script/**/*' - !ruby/regexp /old_and_unused\.rb$/ TargetRubyVersion: 2.3 Rails: Enabled: true Metrics/LineLength: Enabled: false Metrics/AbcSize: Max: 20 Style/FrozenStringLiteralComment: ...
AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - 'db/**/*' - 'config/**/*' - 'script/**/*' - 'vendor/**/*' - !ruby/regexp /old_and_unused\.rb$/ TargetRubyVersion: 2.3 Rails: Enabled: true Metrics/LineLength: Enabled: false Metrics/AbcSize: Max: 20 Style/FrozenStr...
Exclude vendor folder from Rubocop checks
Exclude vendor folder from Rubocop checks
YAML
mit
steve-mcclellan/j-scorer,steve-mcclellan/j-scorer,steve-mcclellan/j-scorer
a33aa8a69c5d499eab59aeeb7a17c3a52a05a455
.rubocop.yml
.rubocop.yml
Lint/UnusedBlockArgument: Enabled: false Lint/UnusedMethodArgument: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/LineLength: Max: 120 Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enable...
Lint/UnusedBlockArgument: Enabled: false Lint/UnusedMethodArgument: Enabled: false Metrics/AbcSize: Enabled: false Metrics/ClassLength: Enabled: false Metrics/CyclomaticComplexity: Enabled: false Metrics/LineLength: Max: 120 Metrics/MethodLength: Enabled: false Metrics/PerceivedComplexity: Enable...
Allow to use and and or
Allow to use and and or
YAML
mit
nurse/serverkit,serverkit/serverkit,nurse/serverkit,serverkit/serverkit
bb74557453c6fad898ccf35a9690e318012084ca
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - 'vendor/**/*' - 'scripts/vendor/**/*' - 'platform-tests/src/platform/vendor/**/*' - 'tools/metrics/vendor/**/*' TargetRubyVersion: 2.2 Metrics/BlockLength: # FIXME: Remove when upstream PR is released: # https://github.com/alphagov/govuk-lint/pull/87 Enabled: true Exclude...
AllCops: Exclude: - 'vendor/**/*' - 'scripts/vendor/**/*' - 'platform-tests/src/platform/vendor/**/*' - 'tools/metrics/vendor/**/*' TargetRubyVersion: 2.5 Metrics/BlockLength: # FIXME: Remove when upstream PR is released: # https://github.com/alphagov/govuk-lint/pull/87 Enabled: true Exclude...
Update Ruby version to 2.5 for Rubocop
Update Ruby version to 2.5 for Rubocop Ruby 2.2 reached EOL on 2018-03-31 (#1), so we decided to migrate to the latest stable version.
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
227a9fcb3ff2b4be351da2c0fcdaebbd8b7a93d0
.styleci.yml
.styleci.yml
preset: symfony finder: exclude: - "spec" path: - "src" - "tests" enabled: - short_array_syntax disabled: - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198
preset: symfony finder: exclude: - "spec" path: - "src" - "tests" disabled: - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198
Update ruleset to match symfony.
chore(style-ci): Update ruleset to match symfony.
YAML
mit
php-http/react-adapter
d62eea4046d4932f125715a8c3f5ec4f5b6251bd
packages/hu/huttons-razor.yaml
packages/hu/huttons-razor.yaml
homepage: '' changelog-type: '' hash: 036069a4af92467ae70a63f561daad01aabedf147ac5db3fd9952d22d287b98e test-bench-deps: {} maintainer: steven@steshaw.org synopsis: Quick implemention of Hutton's Razor changelog: '' basic-deps: base: ! '>=4.8 && <4.9' parsec: -any parsec-numbers: -any all-versions: - '0.1.0.0' aut...
homepage: https://github.com/steshaw/huttons-razor changelog-type: '' hash: 8fc1587921ac78538c4e71d7abe816098711220749b687fc8f3e53e454bbc4a9 test-bench-deps: {} maintainer: steven@steshaw.org synopsis: Quick implemention of Hutton's Razor changelog: '' basic-deps: base: ! '>=4.8 && <4.9' parsec: -any parsec-numbe...
Update from Hackage at 2015-05-23T22:40:10+0000
Update from Hackage at 2015-05-23T22:40:10+0000
YAML
mit
commercialhaskell/all-cabal-metadata
02a0f20f85a3d1d8d2bf39496e53a086aaae919e
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: Build and Test on: - push jobs: build: name: Build and Test runs-on: ubuntu-latest strategy: matrix: php_version: - '7.4' - '8.0' steps: - uses: actions/checkout@v2 ...
name: Build and Test on: - push jobs: build: name: Build and Test runs-on: ubuntu-latest strategy: matrix: php_version: - '8.0' steps: - uses: actions/checkout@v2 - name: Cache vendors ...
Remove tests for php 7.4
Remove tests for php 7.4
YAML
mit
johnkrovitch/Configuration
2d6e4e207ec9b7ec9dc2d179595a78d69f536ce6
packages/le/lens-tutorial.yaml
packages/le/lens-tutorial.yaml
homepage: '' changelog-type: '' hash: 6f9bd8af13908577e3a776dd6ec98e9e707e57c670ffc2ed4df5d97f627659b8 test-bench-deps: base: <5 doctest: ! '>=0.9.12 && <0.11' maintainer: Gabriel439@gmail.com synopsis: Tutorial for the lens library changelog: '' basic-deps: base: <5 lens: -any all-versions: - '1.0.0' - '1.0.1'...
homepage: '' changelog-type: '' hash: fe74f2aefe993c354e8971b330f36b3663cc66128bac6002c9f9eddea2a11277 test-bench-deps: base: <5 doctest: ! '>=0.9.12 && <0.11' maintainer: Gabriel439@gmail.com synopsis: Tutorial for the lens library changelog: '' basic-deps: base: <5 lens: -any all-versions: - '1.0.0' - '1.0.1'...
Update from Hackage at 2017-07-31T01:16:22Z
Update from Hackage at 2017-07-31T01:16:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
76567062527e86ddc6f2e65c0a022b631284de18
.github/workflows/build.yaml
.github/workflows/build.yaml
name: Build on: push: paths-ignore: - 'docs/**' - '**.md' pull_request: paths-ignore: - 'docs/**' - '**.md' jobs: build: name: Building on ${{matrix.os}} using ${{matrix.compiler}} runs-on: ${{matrix.os}} strategy: matrix: os: [ubuntu-18.04, ubuntu-lates...
name: Build on: push: paths-ignore: - 'docs/**' - '**.md' pull_request: paths-ignore: - 'docs/**' - '**.md' jobs: build: name: Building on ${{matrix.os}} using ${{matrix.compiler}} runs-on: ${{matrix.os}} strategy: matrix: os: [ubuntu-18.04, ubuntu-lates...
Use latest development version of Alire in GitHub Actions
Use latest development version of Alire in GitHub Actions Signed-off-by: onox <34c1d3d2d1347bea60a26f46574de21a7a79b6d5@gmail.com>
YAML
apache-2.0
onox/orka
78cb8aebccd33f69db58bb38560f1caa64466999
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: Jenetics Build on: push: branches: - master - releases/* - r7.0.0 - issues/* pull_request: branches: - master - releases/* - r7.0.0 jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-latest, macos-latest ] j...
name: Jenetics Build on: push: branches: - master - releases/* - r7.0.0 - issues/* pull_request: branches: - master - releases/* - r7.0.0 jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-latest, macos-latest ] j...
Add '--stacktrace' to Gradle build command.
Add '--stacktrace' to Gradle build command.
YAML
apache-2.0
jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics,jenetics/jenetics
bf93d362c2e7dca2e5e7afc8db9acdfbb4049821
.github/workflows/uptime.yml
.github/workflows/uptime.yml
name: Uptime on: [push] jobs: test: runs-on: ubuntu-latest container: image: ruby:2.6.5 steps: - name: Install Unipept Gem run: | gem install unipept - uses: actions/checkout@v2 - name: Run uptime check run: | chmod u+x ./test/uptime/check_upti...
name: Uptime on: [push] jobs: test: runs-on: ubuntu-latest container: image: ruby:2.6.5 steps: - name: Install Unipept Gem run: | gem install unipept - name: Install required utilities run: | apt-get update apt-get -y install bc - use...
Add required utilities to workflow
Add required utilities to workflow
YAML
mit
unipept/unipept,unipept/unipept,unipept/unipept,unipept/unipept,unipept/unipept
e5b74ea06fd19aacff027ff811e0118366b84ca5
tasks/build-vagrant-prepare/task.yml
tasks/build-vagrant-prepare/task.yml
--- platform: linux image: docker:///cloudfoundry/lattice-ci inputs: - name: lattice-ci - name: current-vagrant-box-version - name: next-vagrant-box-version - name: vagrant-box-commit run: path: lattice-ci/tasks/build-vagrant-prepare/run.sh params: GITHUB_SSH_KEY: some-github-ssh-key AWS_SSH_PRIVATE_KEY: some-aws...
--- platform: linux image: docker:///cloudfoundry/lattice-ci inputs: - name: lattice-ci - name: vagrant-image-changes - name: current-vagrant-box-version - name: next-vagrant-box-version - name: vagrant-box-commit run: path: lattice-ci/tasks/build-vagrant-prepare/run.sh params: GITHUB_SSH_KEY: some-github-ssh-key ...
Add vagrant path-limited git resource to prepare
Add vagrant path-limited git resource to prepare [#106017092]
YAML
apache-2.0
cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci
4d642466fbb70f2fbd290d93b858102239459212
pkg/analyzer/pubspec.yaml
pkg/analyzer/pubspec.yaml
name: analyzer version: 0.30.0+2 author: Dart Team <misc@dartlang.org> description: Static analyzer for Dart. homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer environment: sdk: '>=1.20.0 <2.0.0' dependencies: args: '>=0.12.1 <0.14.0' charcode: ^1.1.0 collection: ^1.10.1 convert: ^2.0.0 cr...
name: analyzer version: 0.30.0+2 author: Dart Team <misc@dartlang.org> description: Static analyzer for Dart. homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer environment: sdk: '>=1.20.0 <2.0.0' dependencies: args: '>=0.12.1 <2.0.0' charcode: ^1.1.0 collection: ^1.10.1 convert: ^2.0.0 cry...
Update pkg/analyzer dependency on pkg/args to include v1.x
Update pkg/analyzer dependency on pkg/args to include v1.x pkg/analyzer currently does not create an AgrParser so the breaking behavior charge that came w/ the bump to args v1 does not affect any code R=brianwilkerson@google.com Review-Url: https://codereview.chromium.org/2955583003 .
YAML
bsd-3-clause
dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,da...
0a9bd3fb436be2800435a96b0ec6dfa8f372d7ae
app.yaml
app.yaml
application: YOUR_APP_ID_HERE version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico - url: .* script: main.app libraries: - name: webapp2 version: "2.5.2"
application: YOUR_APP_ID_HERE version: 1 runtime: python27 api_version: 1 threadsafe: yes handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico - url: /set_webhook login: admin script: main.app - url: .* script: main.app libraries: - name: webapp2 version: "2.5.2"
Make sure only admins can call set_webhook
Make sure only admins can call set_webhook
YAML
apache-2.0
atareao/atareaobot,Coman-PL/JanuszBot,mahdikord/kordba,mehradae/telebot,erknrio/reminders-telegram-bot,Helias/telebot,sgomez/telebot,0Cristofer/telebot,anaboth/anabot,deepenmhrj/telebot,ThomasPfeiffer/SCWKbot,yoophi/telegram_bot,jgabrielfreitas/telebot,redstormbot/ztesbot,aviaryan/telebot,shapovalov/bot-appetit,talajoo...
4b6b67f3c199c6e310441974654b9840f7412a29
metadata/com.nononsenseapps.wanidoku.yml
metadata/com.nononsenseapps.wanidoku.yml
AntiFeatures: - NonFreeNet Categories: - Science & Education License: GPL-3.0-only SourceCode: https://gitlab.com/spacecowboy/wanidoku IssueTracker: https://gitlab.com/spacecowboy/wanidoku/issues Changelog: https://gitlab.com/spacecowboy/wanidoku/blob/HEAD/CHANGELOG.md Bitcoin: 1PdmeeGxB2iktvmtkGqwUNmYq7L9tnxjwE A...
AntiFeatures: - NonFreeNet Categories: - Science & Education License: GPL-3.0-only SourceCode: https://gitlab.com/spacecowboy/wanidoku IssueTracker: https://gitlab.com/spacecowboy/wanidoku/issues Changelog: https://gitlab.com/spacecowboy/wanidoku/blob/HEAD/CHANGELOG.md Bitcoin: 1PdmeeGxB2iktvmtkGqwUNmYq7L9tnxjwE A...
Update WaniDoku to 1.0.5 (6)
Update WaniDoku to 1.0.5 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e0ad36d5a409134a28e70e3a8133d178ba1ced24
recipes/ipyevents/meta.yaml
recipes/ipyevents/meta.yaml
{% set name = "ipyevents" %} {% set version = "0.0.1" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} {% set hash_value = "c389e5444fae86cd947563c1f680e98833624378abb2596fdda2deb08e435f72" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: '{{ name }}-{{ version }}.{{ file...
{% set name = "ipyevents" %} {% set version = "0.0.1" %} {% set file_ext = "tar.gz" %} {% set hash_type = "sha256" %} {% set hash_value = "c389e5444fae86cd947563c1f680e98833624378abb2596fdda2deb08e435f72" %} package: name: '{{ name|lower }}' version: '{{ version }}' source: fn: '{{ name }}-{{ version }}.{{ file...
Make this a noarch package
Make this a noarch package
YAML
bsd-3-clause
johanneskoester/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,chohner/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,Cashalow/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,cehold...
fc06c3ea13390bf47ab094b5406a45220755d547
packages/hm/HMarkov.yaml
packages/hm/HMarkov.yaml
homepage: https://github.com/swizzard/HMarkov#readme changelog-type: '' hash: 08676db9ddb4f789d3c833607e9262c4daf51f6aec7046d54f3f5c9f8abeae81 test-bench-deps: base: -any HMarkov: -any tasty-quickcheck: -any tasty-hunit: -any random: -any tasty: -any QuickCheck: -any vector: -any maintainer: sam.raker@g...
homepage: https://github.com/swizzard/HMarkov#readme changelog-type: '' hash: 045176ab095d729a5db0257fc34fc1b8ce51e1c96055b5955f8c03527e9694f2 test-bench-deps: base: -any HMarkov: -any tasty-quickcheck: -any tasty-hunit: -any random: -any tasty: -any QuickCheck: -any vector: -any maintainer: sam.raker@g...
Update from Hackage at 2016-11-25T23:52:07Z
Update from Hackage at 2016-11-25T23:52:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
751ccb1ca341e3bab33409d3f57877ae2ca1413a
packages/no/notmuch.yaml
packages/no/notmuch.yaml
homepage: https://github.com/purebred-mua/hs-notmuch changelog-type: '' hash: b3d1f8ce16eaf09c848b539517e2b9a6dcc24b2bc0fc758133ce695071f868e2 test-bench-deps: {} maintainer: frase@frase.id.au synopsis: Haskell binding to Notmuch, the mail indexer changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.9 && <5'...
homepage: https://github.com/purebred-mua/hs-notmuch changelog-type: '' hash: 92f1eba7fb675cfb4ce1ca8afbbd5e5761e91edfb70bdbf628edbc6b16a49ddb test-bench-deps: {} maintainer: frase@frase.id.au synopsis: Haskell binding to Notmuch, the mail indexer changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=4.9 && <5'...
Update from Hackage at 2019-06-09T05:53:38Z
Update from Hackage at 2019-06-09T05:53:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
3839e72c07e3c54f492f020bdd6b4a8681e4949b
packages/rf/rfc1751.yaml
packages/rf/rfc1751.yaml
homepage: https://github.com/xenog/rfc1751.git#readme changelog-type: '' hash: 018e25707bf64bb4f02937fcfe96cf34a41d7c9758b05c71fb44d6f7aa9089ea test-bench-deps: cereal: -any bytestring: -any base: -any hspec: -any rfc1751: -any QuickCheck: -any vector: -any maintainer: xenog@protonmail.com synopsis: RFC-1...
homepage: https://github.com/xenog/rfc1751.git#readme changelog-type: '' hash: dd17cbe8d16bfc9e6c28ef516325573a88e63f465818277dbed60e911cb4c483 test-bench-deps: cereal: -any bytestring: -any base: -any hspec: -any rfc1751: -any QuickCheck: -any vector: -any maintainer: xenog@protonmail.com synopsis: RFC-1...
Update from Hackage at 2020-06-12T13:14:23Z
Update from Hackage at 2020-06-12T13:14:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
c1a69fe0455ee8f89e7fc3aea55372aeff20c906
config/cucumber.yml
config/cucumber.yml
<% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --strict --tags ~@wip" %> default: <%...
<% rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : "" rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}" std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} --tags ~@wip" %> default: <%= std_opt...
Remove strict settings, cause pending tests make rake fail.
Remove strict settings, cause pending tests make rake fail.
YAML
agpl-3.0
sozialhelden/wheelmap,sozialhelden/wheelmap,sozialhelden/wheelmap,sozialhelden/wheelmap,sozialhelden/wheelmap
207f0ab25f645406649ba0659cbdd5d6425d38e6
.github/workflows/update-transitive-dependenies.yaml
.github/workflows/update-transitive-dependenies.yaml
name: Update Transitive Dependencies on: schedule: - cron: '15 11 * * 1' # weekly, on Monday morning (UTC) workflow_dispatch: jobs: update: name: Tests runs-on: macos-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 - name:...
name: Update Transitive Dependencies on: schedule: - cron: '15 11 * * 0' # weekly, on Sunday morning (UTC) workflow_dispatch: jobs: update: name: Tests runs-on: macos-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 - name:...
Update our auto update action
Update our auto update action And moved auto update to sunday to prevent conflicts with dependabot.
YAML
mit
ilios/frontend,dartajax/frontend,dartajax/frontend,jrjohnson/frontend,ilios/frontend,jrjohnson/frontend
cb7bf8aff917146dec800b4c81d40a9cf63b9860
conda/meta.yaml
conda/meta.yaml
package: name: "spark-nlp" version: 3.4.0 app: entry: spark-nlp summary: Natural Language Understanding Library for Apache Spark. source: fn: spark-nlp-3.4.0.tar.gz url: https://files.pythonhosted.org/packages/2e/a7/b8039340527323f285cb011ddf48f9e0a2df2c43d9e4cce396b571aeb3bb/spark-nlp-3.4.0.tar.gz ...
package: name: "spark-nlp" version: 3.4.1 app: entry: spark-nlp summary: Natural Language Understanding Library for Apache Spark. source: fn: spark-nlp-3.4.1.tar.gz url: https://files.pythonhosted.org/packages/1c/70/83dd4bedae58293b06c91e9248fc7060f67113d3272593eb29b0a8f713a3/spark-nlp-3.4.1.tar.gz ...
Update Conda to 3.4.1 release [skip test]
Update Conda to 3.4.1 release [skip test]
YAML
apache-2.0
JohnSnowLabs/spark-nlp,JohnSnowLabs/spark-nlp,JohnSnowLabs/spark-nlp,JohnSnowLabs/spark-nlp
4fb3dc367d1004774a3140b83b07dc5b0d775d98
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- - name: install common packages apt: pkg={{ item }} update_cache=yes state=present with_items: - python-pycurl - python-apt - vim-nox - mc - htop - ntp - less - ncurses-term - name: create common directory for downloads file: dest={{ common_download_dir }} state=directory
--- - name: install common packages apt: pkg={{ item }} update_cache=yes state=present with_items: - python-pycurl - python-apt - vim-nox - mc - htop - ntp - less - ncurses-term - git - screen - name: create common directory for downloads file: dest={{ common_download_dir }} state=...
Install screen and git on all servers
Install screen and git on all servers
YAML
apache-2.0
microservice-hackathon/infrastructure,microservice-hackathon/ansible-microservice-hackathon
d8525ad977bada9ca4100899e77e701d230b2e39
roles/osx/defaults/main.yml
roles/osx/defaults/main.yml
--- osx: brew: taps: - caskroom/cask packages: - ansible - autojump - brew-cask - cowsay - fish - fortune - reattach-to-user-namespace - tmux custom_packages: - name: emacs options: - cocoa casks: - 1password - a...
--- osx: brew: taps: - caskroom/cask packages: - ansible - autojump - brew-cask - cowsay - fish - fortune - reattach-to-user-namespace - terminal-notifier - tmux custom_packages: - name: emacs options: - cocoa casks: ...
Install terminal-notifier on my OS X machines.
Install terminal-notifier on my OS X machines.
YAML
mit
alloy-d/alloy-d.nyc
7c7cc466ae211d1addb3c2425363e52491aa4173
roles/uchiwa/tasks/main.yml
roles/uchiwa/tasks/main.yml
--- - name: install uchiwa yum: name: '{{ uchiwa_package_name }}' state: installed when: manage_packages|default(false) - name: configure uchiwa template: src: templates/uchiwa.json.j2 dest: '{{ uchiwa_file_path }}' notify: - restart uchiwa - name: ensure uchiwa is started and enabled at boot...
--- - name: install uchiwa yum: name: '{{ uchiwa_package_name }}' state: installed when: manage_packages|default(false) - name: configure uchiwa template: src: templates/uchiwa.json.j2 dest: '{{ uchiwa_file_path }}' notify: - restart uchiwa - name: ensure uchiwa is started and enabled at boot...
Use properly the uchiwa_port inside jinja
Use properly the uchiwa_port inside jinja
YAML
apache-2.0
centos-opstools/opstools-ansible,centos-opstools/opstools-ansible,jbadiapa/opstools-ansible-1
efc04838100a33fe780f61b38844d733b0440814
config/settings.yml
config/settings.yml
apps_with_migrated_tagging: - businesssupportfinder - calculators - calendars - licencefinder - smartanswers
apps_with_migrated_tagging: - businesssupportfinder - calculators - calendars - licencefinder - smartanswers - policy-publisher
Add policy-publisher to list of migrated apps
Add policy-publisher to list of migrated apps
YAML
mit
alphagov/panopticon,alphagov/panopticon,alphagov/panopticon,alphagov/panopticon
8ca413cbdc496fd82a9dbf512718771d68dd9d59
.github/workflows/node.js.yml
.github/workflows/node.js.yml
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI on: push: branc...
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI - Build & Deploy to Gi...
Add action deploy to github pages
Add action deploy to github pages
YAML
mit
ravuthz/ravuthz.github.io,ravuthz/ravuthz.github.io
1613185fbc29b6473c04e45c0e8661a1591bb88d
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: Build and test Upload Tool on: push: branches: [ develop ] pull_request: types: [ submitted ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version ...
name: Build and test Upload Tool on: push: branches: [ develop, uploader-2020 ] pull_request: types: [ submitted ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matri...
Add uploader-2020 to github actions
Add uploader-2020 to github actions
YAML
mit
openaq/openaq-upload,openaq/openaq-upload,openaq/openaq-upload
d849e755401f27ef424f2b9fca5dd3f0a60d7573
.github/workflows/release.yml
.github/workflows/release.yml
name: Build, Test, and Publish on release on: release: types: [published] branches: [master] jobs: build: name: Build, test and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: node-version: 14 registry-url: '...
name: Build, Test, and Publish on release on: release: types: [published] branches: [main] jobs: build: name: Build, test and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: node-version: 14 registry-url: 'ht...
Set main to default branch (patch)
Set main to default branch (patch)
YAML
mit
zrrrzzt/difi
82c96f33232b10d416431bc3781f27aaddbbee76
test/tophat/test_tophat.yaml
test/tophat/test_tophat.yaml
cluster: name: odyssey profile: lsf cores: 1 log_dir: log dir: results: results/test/tophat1 data: data meta: meta tmp: tmp gtf: test/data/E_coli_k12.ASM584v1.15.gtf ref: test/data/bowtie/e_coli program: tophat: tophat bowtie: bowtie input: - [test/data/s_1_1_10k.fq, test/data/s_1_2_10k.fq] -...
cluster: name: odyssey profile: lsf cores: 1 log_dir: log dir: results: results/test/tophat1 data: data meta: meta tmp: tmp gtf: test/data/E_coli_k12.ASM584v1.15.gtf ref: test/data/bowtie/e_coli program: tophat: tophat bowtie: bowtie input: - [test/data/s_1_1_10k.fq, test/data/s_1_2_10k.fq] -...
Use illumina file format for testing.
Use illumina file format for testing.
YAML
mit
roryk/bipy,roryk/bipy
c60d0434e0f2ece91e20d620fa7043b3d8f85c0c
dockercloud.yml
dockercloud.yml
api-server: autoredeploy: true command: node api-server environment: - VIRTUAL_HOST=api.cloud image: cotedemo/dockercloud-microservices:api ports: - '3000' restart: always tags: - nodecluster-name=services time-service: autoredeploy: true command: node time-service image: cotedemo/docker...
api-server: autoredeploy: true command: node api-server environment: - VIRTUAL_HOST=api.cloud image: cotedemo/dockercloud-microservices:api ports: - '3000' restart: always tags: - services time-service: autoredeploy: true command: node time-service image: cotedemo/dockercloud-microservic...
Use standard tags for deployment instead of nodecluster-name tags
Use standard tags for deployment instead of nodecluster-name tags
YAML
mit
dashersw/dockercloud-microservices
08c68e680393d0dc6dea075e85b5e8203bf96436
cluster/manifests/aws-node-decommissioner/cronjob.yaml
cluster/manifests/aws-node-decommissioner/cronjob.yaml
apiVersion: batch/v1 kind: CronJob metadata: name: aws-node-decommissioner namespace: "kube-system" labels: application: kubernetes component: aws-node-decommissioner spec: schedule: "*/5 * * * *" concurrencyPolicy: Forbid startingDeadlineSeconds: 600 successfulJobsHistoryLimit: 1 failedJobsHist...
apiVersion: batch/v1 kind: CronJob metadata: name: aws-node-decommissioner namespace: "kube-system" labels: application: kubernetes component: aws-node-decommissioner spec: schedule: "*/5 * * * *" concurrencyPolicy: Forbid startingDeadlineSeconds: 600 successfulJobsHistoryLimit: 1 failedJobsHist...
Update aws-node-decommissioner for multi-arch image
Update aws-node-decommissioner for multi-arch image
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
b34f3c51f044673c1eadb5dc97714e39bac13215
recipes/pyribs/meta.yaml
recipes/pyribs/meta.yaml
{% set name = "pyribs" %} {% set pypi_name = "ribs" %} {% set version = "0.3.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/ribs-{{ version }}.tar.gz sha256: 8b4c037d412e94cb488eeb33a9d5a5f139b9fe9826173d9acea3c392e...
{% set name = "pyribs" %} {% set pypi_name = "ribs" %} {% set version = "0.3.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ pypi_name[0] }}/{{ pypi_name }}/ribs-{{ version }}.tar.gz sha256: 8b4c037d412e94cb488eeb33a9d5a5f139b9fe9826173d9acea3c392e...
Add python to pyribs recipe
Add python to pyribs recipe
YAML
bsd-3-clause
kwilcox/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,o...
001e5e6d19d0e84956c4c0f337f84ddc6be4e2ed
provisioning/mdot-dev.yml
provisioning/mdot-dev.yml
--- - hosts: all tasks: - include: tasks/apt_system.yml - name: installing virtualenv... sudo: yes apt: pkg={{ item }} state=installed update_cache=yes with_items: - python-virtualenv - npm - build-essential - name: installing nodeenv... pip: name=nodeenv...
--- - hosts: all tasks: - include: tasks/apt_system.yml - name: installing virtualenv... sudo: yes apt: pkg={{ item }} state=installed update_cache=yes with_items: - python-virtualenv - npm - build-essential - name: installing nodeenv... pip: name=nodeenv...
Create the project when it does *not* exist, rather than when it does.
Create the project when it does *not* exist, rather than when it does.
YAML
apache-2.0
abztrakt/mdot-vagrant
3a0e0cca572b3eb4fd0a57c38482a731752c6ea2
elk.yml
elk.yml
# vim: ft=ansible --- - hosts: elasticsearch tags: - elasticsearch - elk vars_files: - "{{ inventory_dir }}/../vars/main.yml" roles: - { role: 'geerlingguy.repo-epel' } - { role: 'leifmadsen.elasticsearch' } - hosts: logstash tags: - logstash - elk vars_files: - "{{ invent...
# vim: ft=ansible --- - hosts: elasticsearch tags: - elasticsearch - elk vars_files: - "{{ inventory_dir }}/../vars/main.yml" roles: - { role: 'geerlingguy.repo-epel' } - { role: 'leifmadsen.elasticsearch' } - hosts: logstash tags: - logstash - elk vars_files: - "{{ invent...
Add java to logstash deployment node
Add java to logstash deployment node
YAML
apache-2.0
redhat-nfvpe/toad,redhat-nfvpe/ansible-cira,leifmadsen/toad
d5899ae834aa668dabadbea3f5718444f5f9c5e9
docs/_book.yaml
docs/_book.yaml
upper_tabs: # Tabs left of dropdown menu - include: /_upper_tabs_left.yaml - include: /api_docs/_upper_tabs_api.yaml # Dropdown menu - name: Resources path: /resources is_default: true menu: - include: /resources/_menu_toc.yaml lower_tabs: # Subsite tabs other: - name: Guide contents: ...
upper_tabs: # Tabs left of dropdown menu - include: /_upper_tabs_left.yaml - include: /api_docs/_upper_tabs_api.yaml # Dropdown menu - name: Resources path: /resources is_default: true menu: - include: /resources/_menu_toc.yaml lower_tabs: # Subsite tabs other: - name: Datasets contents: ...
Add datasets tab to top of page
Add datasets tab to top of page PiperOrigin-RevId: 229652555
YAML
apache-2.0
tensorflow/datasets,tensorflow/datasets,tensorflow/datasets,tensorflow/datasets,tensorflow/datasets
8b8510864f2c97fc126dbbb78a5351aada06ef28
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '1.9' nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc
Switch back the docs version to master
Switch back the docs version to master
YAML
mit
maxjacobson/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,bbatsov/rubocop,rrosenblum/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,maxjacobson/rubocop
0a18f9c361226762c651c2e99c3150a708d03fe7
metadata/org.getdisconnected.libreipsum.yml
metadata/org.getdisconnected.libreipsum.yml
Categories: - Development - Writing License: GPL-3.0-or-later WebSite: https://get-disconnected.org/apps/LibreIpsum SourceCode: https://codeberg.org/getdisconnected/LibreIpsum IssueTracker: https://codeberg.org/getdisconnected/LibreIpsum/issues AutoName: Libre Ipsum RepoType: git Repo: https://codeberg.org/getdis...
Categories: - Development - Writing License: GPL-3.0-or-later WebSite: https://get-disconnected.org/apps/LibreIpsum SourceCode: https://codeberg.org/getdisconnected/LibreIpsum IssueTracker: https://codeberg.org/getdisconnected/LibreIpsum/issues AutoName: Libre Ipsum RepoType: git Repo: https://codeberg.org/getdis...
Update Libre Ipsum to 0.1.4 (104)
Update Libre Ipsum to 0.1.4 (104)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
2d7533a6a790d450a1a2f8cc3b48973784ae4288
.github/ISSUE_TEMPLATE/Bug_report.yml
.github/ISSUE_TEMPLATE/Bug_report.yml
name: 🐛 Bug report description: Something does not work the way we promised labels: - bug body: - type: checkboxes attributes: label: Before you start - checklist options: - label: I followed instructions in documentation written for my React-Calendar version required: true ...
name: 🐛 Bug report description: Something does not work the way we promised labels: - bug body: - type: checkboxes attributes: label: Before you start - checklist options: - label: I followed instructions in documentation written for my React-Calendar version required: true ...
Fix Environment rendered as markdown in YAML issue form
Fix Environment rendered as markdown in YAML issue form
YAML
mit
wojtekmaj/react-calendar,wojtekmaj/react-calendar,wojtekmaj/react-calendar
3c5e7b8c9b649025400f98449d30a362c0a062cc
scripts/people/danShumway.yaml
scripts/people/danShumway.yaml
# Hi! I coppied this from threebean - blog: http://blog.latinforimagination.com/foss/ feed: http://blog.latinforimagination.com/category/humanitarian_foss/feed/ forges: - https://github.com/danShumway - http://bitbucket.org/danShumway irc: danShumway name: Daniel Shumway rit_dce: drs7453 litreview1...
# Hi! I coppied this from threebean - blog: http://bridgeurl.com/danshumway-blogs feed: http://www.rssmix.com/u/3886341/rss.xml forges: - https://github.com/danShumway - http://bitbucket.org/danShumway irc: danShumway name: Daniel Shumway rit_dce: drs7453 litreview1: http://blog.latinforimagination...
Set up new blog system that works better for the main class. Maintaining two blogs and combining them into a singular feed/webpage allows a number of advantages :
Set up new blog system that works better for the main class. Maintaining two blogs and combining them into a singular feed/webpage allows a number of advantages : - I don't have to worry about overposting on the main blog. - I don't have to worry about keeping styles consistent between company posts and class posts. -...
YAML
apache-2.0
ritjoe/ofCourse,sctjkc01/ofCourse,ryansb/ofCourse,ritjoe/ofCourse,sctjkc01/ofCourse,ryansb/ofCourse
8d223ff38331605a32516ccbab64d29880a2717a
meta.yaml
meta.yaml
package: name: statdyn version: {{ GIT_DESCRIBE_TAG }} source: path: . requirements: build: - click - python - setuptools - setuptools_scm run: - python - setuptools - hoomd - click - scipy - pandas - numba ...
package: name: statdyn version: {{ GIT_DESCRIBE_TAG }} source: path: . requirements: build: - click 6.7* - python 3.6* - setuptools 36.2.2 - setuptools_scm run: - python 3.6* - setuptools - hoomd 2.1* - click 6.7* - scipy 0.1...
Add version numbers to conda dependencies
Add version numbers to conda dependencies To make the deployment of packages more repeatable I am adding version numbers to the various dependencies of the project.
YAML
mit
malramsay64/MD-Molecules-Hoomd,malramsay64/MD-Molecules-Hoomd
cbfeba08070d2a14fcee6498343e0987c0001e58
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
name: "Code scanning - action" on: push: branches: ['*/dev','*/contrib'] pull_request: # The branches below must be a subset of the branches above branches: ['*/dev','*/contrib'] permissions: contents: read jobs: CodeQL-Build: permissions: actions: read # for github/codeql-action/init...
name: "Code scanning - action" on: push: branches: ["*/dev", "*/contrib"] pull_request: # The branches below must be a subset of the branches above branches: ["*/dev", "*/contrib"] permissions: contents: read jobs: CodeQL-Build: permissions: actions: read # for github/codeql-action/init...
Fix CodeQL duplicate "permissions" node and reformat
Fix CodeQL duplicate "permissions" node and reformat
YAML
mit
umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,abjerner/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,umbraco/Umbraco-CMS,arknu/Umbraco-CMS,abryukhov/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbraco-...