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 |
|---|---|---|---|---|---|---|---|---|---|
300a84d74fe45ec67148447725c7bcdfebd4fb0f | phpci.yml | phpci.yml | build_settings:
ignore:
- "vendor"
- "tests"
- "framework"
setup:
composer:
action: "install --dev"
test:
php_unit:
config:
- "phpunit.xml.dist"
php_mess_detector:
allow_failures: true
php_code_sniffer:
standard: "PSR2"
php_cp... | build_settings:
ignore:
- "vendor"
- "tests"
- "framework"
setup:
composer:
action: "install --dev"
test:
php_unit:
config:
- "phpunit.xml.dist"
php_mess_detector:
allow_failures: true
php_code_sniffer:
allow_failures: true
... | Allow failures for code sniffer | MINOR: Allow failures for code sniffer
| YAML | mit | bendubuisson/silverstripe-cacheinclude,heyday/silverstripe-cacheinclude |
eae617a54e498e007d36145cef119791bfa4c5c3 | roles/base/tasks/install-macos.yml | roles/base/tasks/install-macos.yml | ---
- name: Install base packages
homebrew:
name:
- zsh # Changing shell
- curl # Installing
- luarocks # Spacehammer/fennel
- antigen # Shell config
state: present
- name: Restore all packages
command: brew bundle --file=Brewfile
tags: [brew, extra]
- name: Link emacs
become: ... | ---
- name: Create custom brew cache
become: yes
file:
state: directory
path: /opt/HomebrewCache
owner: mattias
- name: Install base packages
homebrew:
name:
- zsh # Changing shell
- curl # Installing
- luarocks # Spacehammer/fennel
- antigen # Shell config
state: pres... | Move homebrew cache to /opt | Move homebrew cache to /opt
| YAML | mit | mattiaslundberg/ansible-workstation,mattiaslundberg/ansible-workstation |
b78221d05e6350779c2311e1836ed5a7448caed9 | manifests/cf-manifest/env-specific/prod-lon.yml | manifests/cf-manifest/env-specific/prod-lon.yml | ---
cell_instances: 30
router_instances: 3
api_instances: 4
doppler_instances: 12
log_api_instances: 6
cc_hourly_rate_limit: 15000
paas_region_name: london
| ---
cell_instances: 30
router_instances: 3
api_instances: 8
doppler_instances: 12
log_api_instances: 6
cc_hourly_rate_limit: 15000
paas_region_name: london
| Scale up the number of API instances | Scale up the number of API instances
Since DiT have reenabled prometheus in the staging org we are triggering alerts.
| 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 |
7c1c75dd4c4f5d8541bfe9e4ea3dfa1ca866e1a8 | vars/production.yml | vars/production.yml | ---
domain: "digitalmarketplace.service.gov.uk"
maintenance_mode: live
instances: 5
router:
instances: 6
rate_limiting_enabled: enabled
routes:
- dm-router-{env}.cloudapps.digital
- dm-router-{env}.cloudapps.digital/_metrics
- www.digitalmarketplace.service.gov.uk
- api.digitalmarketplace.service... | ---
domain: "digitalmarketplace.service.gov.uk"
maintenance_mode: live
instances: 5
router:
instances: 6
rate_limiting_enabled: enabled
routes:
- dm-router-{env}.cloudapps.digital
- dm-router-{env}.cloudapps.digital/_metrics
- www.digitalmarketplace.service.gov.uk
- api.digitalmarketplace.service... | Revert "scale up supplier frontend and api" | Revert "scale up supplier frontend and api"
| YAML | mit | alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws |
963dd5e7843efe8e0bf8472c622402433b34fb4a | metadata/com.forrestguice.suntimescalendars.yml | metadata/com.forrestguice.suntimescalendars.yml | Categories:
- Time
License: GPL-3.0-or-later
WebSite: https://forrestguice.github.io/SuntimesWidget/
SourceCode: https://github.com/forrestguice/SuntimesCalendars
IssueTracker: https://github.com/forrestguice/SuntimesCalendars/issues
Changelog: https://github.com/forrestguice/SuntimesCalendars/blob/HEAD/CHANGELOG.md
... | Categories:
- Time
License: GPL-3.0-or-later
WebSite: https://forrestguice.github.io/SuntimesWidget/
SourceCode: https://github.com/forrestguice/SuntimesCalendars
IssueTracker: https://github.com/forrestguice/SuntimesCalendars/issues
Changelog: https://github.com/forrestguice/SuntimesCalendars/blob/HEAD/CHANGELOG.md
... | Update Suntimes Calendars to 0.2.0 (3) | Update Suntimes Calendars to 0.2.0 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata |
3ad63ccf81d9a046cc24088360f493e86d63f3b7 | packages/ha/haskell-time-range.yaml | packages/ha/haskell-time-range.yaml | homepage: https://github.com/mankyKitty/haskell-time-range#readme
changelog-type: ''
hash: 5ca8509b2e8e54fb87285950979353703f7629ba5ca1c14c23c1e66495128d37
test-bench-deps: {}
maintainer: sclhiannan@gmail.com
synopsis: Some useful wrappers and functions for building time ranges
changelog: ''
basic-deps:
base: ! '>=4.... | homepage: https://github.com/mankyKitty/haskell-time-range#readme
changelog-type: ''
hash: f351cf828b6defe2b638d13ba7e54df6a6bf5f33971d802ca2f3188e268779ec
test-bench-deps:
base: -any
doctest: ! '>=0.8'
maintainer: sclhiannan@gmail.com
synopsis: Some useful wrappers and functions for building time ranges
changelog:... | Update from Hackage at 2017-02-26T23:17:18Z | Update from Hackage at 2017-02-26T23:17:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
6c32fe3e06a0af61a54cc43e841397ec0115f2d7 | packages/st/strict-concurrency.yaml | packages/st/strict-concurrency.yaml | homepage: https://github.com/ygale/strict-concurrency
changelog-type: ''
hash: 9782540dbda9ca4925573ed9c1fc0e9e613cb7081d7e2976fa68434106cd30f0
test-bench-deps: {}
maintainer: Yitz Gale <gale@sefer.org>
synopsis: Strict concurrency abstractions
changelog: ''
basic-deps:
base: ! '>=4 && <5'
deepseq: ! '>=1'
all-vers... | homepage: https://github.com/ygale/strict-concurrency
changelog-type: ''
hash: de8600001558ca5c4557a0dbf497d626760a976e97e1c8033f93b400dc92a18a
test-bench-deps: {}
maintainer: Yitz Gale <gale@sefer.org>
synopsis: Strict concurrency abstractions
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
deepseq: ! '>=1.1'
all-... | Update from Hackage at 2018-10-02T10:35:36Z | Update from Hackage at 2018-10-02T10:35:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
4c8edc464e0a80c045ea6c77c228627062494369 | packages/st/string-interpreter.yaml | packages/st/string-interpreter.yaml | homepage: https://hackage.haskell.org/package/string-interpreter
changelog-type: markdown
hash: 3552420b05560e55adbfb50af5068d19c8360b294f2d1166b58ee6927ee4b048
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Is used in the recursive mode for phonetic languages approach.
changelog: |
# Revision histor... | homepage: https://hackage.haskell.org/package/string-interpreter
changelog-type: markdown
hash: c24ea75b22d0dbbcf030125cecf9085acc4a79a875138d80c2dd6c666de1aeae
test-bench-deps: {}
maintainer: olexandr543@yahoo.com
synopsis: Is used in the recursive mode for phonetic languages approach.
changelog: "# Revision history f... | Update from Hackage at 2021-08-31T12:49:26Z | Update from Hackage at 2021-08-31T12:49:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8bf045fcf7429731104925cb0a50f97415803057 | roles/database/client/vars/main.yml | roles/database/client/vars/main.yml | ---
mysql_release_filename: mysql57-community-release-el7-9.noarch.rpm
mysql_community_ini_section: mysql57-community
oracle_instantclient_basic_filename: oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm
oracle_instantclient_sqlplus_filename: oracle-instantclient12.2-sqlplus-12.2.0.1.0-1.x86_64.rpm
oracle_instant... | ---
mysql_release_filename: mysql57-community-release-el7-9.noarch.rpm
mysql_community_ini_section: mysql57-community
oracle_instantclient_basic_filename: oracle-instantclient12.2-basic-12.2.0.1.0-1.x86_64.rpm
oracle_instantclient_sqlplus_filename: oracle-instantclient12.2-sqlplus-12.2.0.1.0-1.x86_64.rpm
oracle_instant... | Update Redshift JDBC driver to 1003 | Update Redshift JDBC driver to 1003
| YAML | mit | rewse/ansible-playbooks,rewse/ansible-playbooks,rewse/ansible-playbooks |
9effe4482516ac1764c837f3c4f431fa0f5c0a9e | .ci/gitlab-ci.yml | .ci/gitlab-ci.yml | stages:
- base
- modules
variables:
GIT_SUBMODULE_STRATEGY: none
.docker-in-docker:
retry:
max: 2
when:
- always
image: docker:stable
tags:
- long execution time
- docker-in-docker
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: o... | stages:
- base
- modules
variables:
GIT_SUBMODULE_STRATEGY: none
.docker-in-docker:
retry:
max: 2
when:
- always
image: docker:stable
variables:
DOCKER_HOST: tcp://docker:2375/
DOCKER_DRIVER: overlay2
before_script:
- apk --update add openssh-c... | Revert "[ci|gitlab] allow shared runners to pickup builds" | Revert "[ci|gitlab] allow shared runners to pickup builds"
This reverts commit e3191da6671350ce77f1e367676a37ad23a7f3fe.
| YAML | bsd-2-clause | dune-community/dune-gdt-super |
757fff2255132b12b53eeec63af72f187c1796ef | vars/osx.yml | vars/osx.yml | ---
homebrew_install: true
homebrew_cask_install: true
homebrew_upgrade_all_packages: false
homebrew_install_emacs: false
homebrew_taps:
- caskroom/cask
- caskroom/fonts
- homebrew/binary
- homebrew/dupes
- homebrew/versions
- thoughtbot/formulae
- railwaycat/emacsmacport
homebrew_installed_packages:
... | ---
homebrew_install: true
homebrew_cask_install: true
homebrew_upgrade_all_packages: false
homebrew_install_emacs: false
homebrew_taps:
- caskroom/cask
- caskroom/fonts
- homebrew/binary
- homebrew/dupes
- homebrew/versions
- thoughtbot/formulae
- railwaycat/emacsmacport
homebrew_installed_packages:
... | Remove seil and textwrangler, add slack | Remove seil and textwrangler, add slack | YAML | mit | andrewtchin/ansible-osx,andrewtchin/ansible-osx |
d881e152f681bea6abf8bcedf3156b965b46fe5f | ready.yml | ready.yml | repo: PubMedMiner.jl
site_name: PubMedMiner
maintainers:
- name: Ian Bacher
github_user: ibacher
repo_url: https://github.com/bcbi/PubMedMiner.jl
site_description: Tool to visually explore MeSH descriptors of MEDLINE/PubMed articles.
site_url: https://bcbi.brown.edu/PubMedMiner
type: web_app
| repo: PubMedMiner.jl
site_name: PubMedMiner
maintainers:
- name: Ian Bacher
github_user: ibacher
repo_url: https://github.com/bcbi/PubMedMiner.jl
site_description: Tool to visually explore MeSH descriptors of MEDLINE/PubMed articles.
site_url: https://bcbi.brown.edu/pubmedminer
type: web_app
| Fix URL for PubMedMiner app | Fix URL for PubMedMiner app
| YAML | mit | bcbi/PubMedMiner.jl |
5b2a5a144199bac10e780c06a3cd822c2922dddb | .appveyor.yml | .appveyor.yml | # brian's standard Appveyor config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_appveyor_config
# This file is licensed under the Artistic License 2.0
image:
- Visual Studio 2015
- Ubuntu
environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
platform: x64
branches:
only:
- maste... | # brian's standard Appveyor config for Perl 5 modules
# https://github.com/briandfoy/brians_perl_modules_appveyor_config
# This file is licensed under the Artistic License 2.0
image:
- Visual Studio 2015
- ubuntu1604
- ubuntu1804
- ubuntu
environment:
PERL5LIB: /home/appveyor/perl5/lib/perl5
platform: x64
... | Update AppVeyor for Ubuntu 18.04 | Update AppVeyor for Ubuntu 18.04
| YAML | artistic-2.0 | briandfoy/Test-Env,briandfoy/Test-Env |
05a5866c0d8274d8bc41e042c0bbe5ba2cf6301e | .appveyor.yml | .appveyor.yml | build: false
services:
- postgresql96
environment:
global:
PGUSER: postgres
PGHOST: localhost
PGPORT: 5432
PGPASSWORD: Password12!
matrix:
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda3-x64
init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scri... | build: false
services:
- postgresql96
environment:
global:
PGUSER: postgres
PGHOST: localhost
PGPORT: 5432
PGPASSWORD: Password12!
matrix:
- PYTHON_VERSION: 3.7
MINICONDA: C:\Miniconda3-x64
init:
- "ECHO %PYTHON_VERSION% %MINICONDA%"
install:
- "set PATH=%MINICONDA%;%MINICONDA%\\Scri... | Drop conda-forge build from Appveyor | Drop conda-forge build from Appveyor
| YAML | mit | nismod/smif,willu47/smif,willu47/smif,tomalrussell/smif,nismod/smif,willu47/smif,tomalrussell/smif,nismod/smif,tomalrussell/smif,tomalrussell/smif,willu47/smif,nismod/smif |
85df095a3a86f736b41c33e4f2fe3ed38f07976e | .appveyor.yml | .appveyor.yml | install:
- C:\msys64\usr\bin\pacman -Syu --noconfirm make mingw-w64-x86_64-clang mingw-w64-x86_64-boost mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-python2
build_script:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
- cd build
- cmake -G"MSYS Makefiles" -DCMAKE_CXX_COMPILER=clang++ -DC... | install:
- C:\msys64\usr\bin\pacman -Syu --noconfirm make mingw-w64-x86_64-clang mingw-w64-x86_64-boost mingw-w64-x86_64-yaml-cpp mingw-w64-x86_64-python2
build_script:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH%
- cd build
- 'cmake -G"MSYS Makefiles" -DCMAKE_EXE_LINKER_FLAGS="-Wl,-... | Work around bug in Clang on 64-bit mingw-w64 target. | AppVeyor: Work around bug in Clang on 64-bit mingw-w64 target.
See https://llvm.org/bugs/show_bug.cgi?format=multiple&id=9744 for more info.
| YAML | bsd-3-clause | blindsighttf2/Astron,blindsighttf2/Astron,blindsighttf2/Astron,blindsighttf2/Astron |
9a21aedd120388c601cc2cec9d1242a7b2d868f9 | .fixtures.yml | .fixtures.yml | fixtures:
repositories:
'stdlib': git://github.com/puppetlabs/puppetlabs-stdlib.git
symlinks:
'gai': "#{source_dir}"
| fixtures:
repositories:
'stdlib':
repo: 'git://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.2.0'
symlinks:
'gai': "#{source_dir}"
| Set stdlib version for tests to 4.2.0 | Set stdlib version for tests to 4.2.0
| YAML | bsd-2-clause | smoeding/puppet-gai,smoeding/puppet-gai |
4634783a4e2889cd3b7f307022aecdc3e1e5963a | .fixtures.yml | .fixtures.yml | fixtures:
repositories:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
provision: 'https://github.com/carabasdaniel/provision.git'
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
registry: 'https://github.com/puppetlabs/puppetlabs-registry.git'
translate: 'ht... | fixtures:
repositories:
facts: 'https://github.com/puppetlabs/puppetlabs-facts.git'
provision: 'https://github.com/puppetlabs/provision.git'
puppet_agent: 'https://github.com/puppetlabs/puppetlabs-puppet_agent.git'
registry: 'https://github.com/puppetlabs/puppetlabs-registry.git'
translate: 'https... | Fix url for provision module | Fix url for provision module
| YAML | apache-2.0 | puppetlabs/puppetlabs-motd |
959aeed788cae24ed1b390a32950fc92da0e7961 | .fixtures.yml | .fixtures.yml | fixtures:
repositories:
concat: https://github.com/puppetlabs/puppetlabs-concat.git
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
selinux_core:
repo: https://github.com/puppetlabs/puppetlabs-selinux_core.git
puppet_version: ">= 6.0.0"
| fixtures:
repositories:
stdlib: https://github.com/puppetlabs/puppetlabs-stdlib.git
selinux_core:
repo: https://github.com/puppetlabs/puppetlabs-selinux_core.git
puppet_version: ">= 6.0.0"
| Remove concat as a fixture | Remove concat as a fixture
7c8bf65243d71f2c083ee5412dcee50e9789a580 removed the use of this module.
It's not listed as a dependency either so it can be safely removed as a
fixture.
| YAML | apache-2.0 | vchepkov/puppet-selinux,vchepkov/puppet-selinux,vchepkov/puppet-selinux,jfryman/puppet-selinux |
56ea0e5e283679f8c0b1296d087b7210d6690c63 | metadata/su.xash.husky.yml | metadata/su.xash.husky.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: a1batross
AuthorEmail: contact@fwgs.ru
SourceCode: https://git.mentality.rip/FWGS/Husky
IssueTracker: https://git.mentality.rip/FWGS/Husky/issues
Translation: https://l10n.mentality.rip/projects/husky/
Changelog: https://git.mentality.rip/FWGS/Husky/releases
A... | Categories:
- Internet
License: GPL-3.0-only
WebSite: https://husky.adol.pw
SourceCode: https://git.sr.ht/~captainepoch/husky
IssueTracker: https://todo.sr.ht/~captainepoch/husky
Changelog: https://git.sr.ht/~captainepoch/husky/tree/master/item/HISTORY
AutoName: Husky
RepoType: git
Repo: https://git.sr.ht/~captaine... | Update Husky version to 1.1.2 | Update Husky version to 1.1.2
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
61fed70b07b4043b41b8f9def95a259407745d46 | scripts/ci/deploy-cf-alone/task.yml | scripts/ci/deploy-cf-alone/task.yml | ---
platform: linux
image: docker:///cloudfoundry/runtime-ci
inputs:
- name: cf-deployment
- name: cf-release
- name: etcd-release
- name: consul-release
- name: mega-ci
- name: stemcell
run:
path: mega-ci/scripts/ci/deploy-cf-alone/task
params:
STUB_PATH:
STUB_PARTS_PATH:
BOSH_DIRECTOR:
BOSH_... | ---
platform: linux
image: docker:///cloudfoundry/runtime-ci
inputs:
- name: mega-ci
- name: cf-deployment
- name: cf-release
- name: etcd-release
- name: consul-release
- name: mega-ci-env
- name: stemcell
run:
path: mega-ci/scripts/ci/deploy-cf-alone/task
params:
STUB_PATH:
STUB_PARTS_PATH:
... | Add mega-ci-env as dependency to deploy-cf-alone. | Add mega-ci-env as dependency to deploy-cf-alone.
[#108995852]
| YAML | apache-2.0 | cloudfoundry/mega-ci,cloudfoundry/mega-ci |
4e0f7d7076b670fbedf4a8a4fd2ad583414e1892 | metadata/app.fedilab.tubelab.yml | metadata/app.fedilab.tubelab.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Thomas
AuthorWebSite: https://fedilab.app/
SourceCode: https://framagit.org/tom79/fedilab-tube
IssueTracker: https://framagit.org/tom79/fedilab-tube/issues
Translation: https://crowdin.com/project/tubelab
AutoName: TubeLab
RepoType: git
Repo: https://framagit... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Thomas
AuthorWebSite: https://fedilab.app/
SourceCode: https://framagit.org/tom79/fedilab-tube
IssueTracker: https://framagit.org/tom79/fedilab-tube/issues
Translation: https://crowdin.com/project/tubelab
AutoName: TubeLab
RepoType: git
Repo: https://framagit... | Update TubeLab to 1.4.1 (16) | Update TubeLab to 1.4.1 (16)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2b0dfa9be3c369a389a0e61a7e28df9ee2cd0f45 | metadata/fr.ralala.hexviewer.yml | metadata/fr.ralala.hexviewer.yml | Categories:
- Development
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/Keidan/HexViewer/
IssueTracker: https://github.com/Keidan/HexViewer/issues/
Changelog: https://github.com/Keidan/HexViewer/releases/
AutoName: HexViewer
RepoType: git
Repo: https://github.com/Keidan/HexViewer
Builds:
- ver... | Categories:
- Development
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/Keidan/HexViewer/
IssueTracker: https://github.com/Keidan/HexViewer/issues/
Changelog: https://github.com/Keidan/HexViewer/releases/
AutoName: HexViewer
RepoType: git
Repo: https://github.com/Keidan/HexViewer
Builds:
- ver... | Update HexViewer to 1.9 (11) | Update HexViewer to 1.9 (11)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
87ff5e63f11d957e40129349b7b4777b08e0493b | .appveyor.yml | .appveyor.yml | install:
- set BOOST_ROOT=C:\Libraries\boost
- set BOOST_LIBRARYDIR=%BOOST_ROOT%\lib64-msvc-12.0
- cd dependencies
- appveyor DownloadFile https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.5.3.zip -FileName yaml-cpp.zip
- 7z x yaml-cpp.zip
- ren yaml-cpp-yaml-cpp-0.5.3 yaml-cpp
- cd yaml-cpp
- cmake -G"Visual Studi... | install:
- set BOOST_ROOT=C:\Libraries\boost\boost_1_62_0
- set BOOST_LIBRARYDIR=%BOOST_ROOT%\lib64-msvc-14.0
- cd dependencies
- appveyor DownloadFile https://github.com/jbeder/yaml-cpp/archive/yaml-cpp-0.5.3.zip -FileName yaml-cpp.zip
- 7z x yaml-cpp.zip
- ren yaml-cpp-yaml-cpp-0.5.3 yaml-cpp
- cd yaml-cpp
- cmake -G... | Build with Boost 1.62 and MSVC 14.0. | AppVeyor: Build with Boost 1.62 and MSVC 14.0.
| YAML | bsd-3-clause | blindsighttf2/Astron,blindsighttf2/Astron,blindsighttf2/Astron,blindsighttf2/Astron |
296e4863b1dde8d0f4accfa1d00c94189917fe6a | .eslintrc.yml | .eslintrc.yml | env:
es6: true
node: true
mocha: true
parserOptions:
ecmaVersion: 2017
sourceType: module
extends: ['eslint:recommended', 'plugin:react/recommended']
parser: babel-eslint
rules:
no-var: 2
key-spacing: 2
semi-spacing: 2
block-spacing: 2
spaced-comment: 2
callback-return: 2
space-infix-ops: 2
... | env:
es6: true
node: true
browser: true
parserOptions:
ecmaVersion: 2017
sourceType: module
extends: ['eslint:recommended', 'plugin:react/recommended']
parser: babel-eslint
rules:
no-var: 2
key-spacing: 2
semi-spacing: 2
block-spacing: 2
spaced-comment: 2
callback-return: 2
space-infix-ops: ... | Remove mocha from environment and add browser | Remove mocha from environment and add browser
| YAML | mit | leapfrogtechnology/chill-dashboard,leapfrogtechnology/chill-dashboard |
8d8c0cabbc74b4994e24df225d9f035635716251 | openmoltools/meta.yaml | openmoltools/meta.yaml | package:
name: openmoltools
version: 0.6.8
source:
git_url: https://github.com/choderalab/openmoltools.git
git_tag: v0.6.8
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- mdtraj
- numpy
- scipy
- pandas
- openmm
- ambermini
#... | package:
name: openmoltools
version: 0.6.8
source:
git_url: https://github.com/choderalab/openmoltools.git
git_tag: v0.6.8
build:
preserve_egg_dir: True
number: 0
requirements:
build:
- python
- setuptools
- mdtraj
- numpy
- scipy
- pandas
- openmm
- ambermini
... | Fix openmoltools conda recipe to add parmed | Fix openmoltools conda recipe to add parmed
@jchodera - looks like @kylebeauchamp forgot to add parmed as a requirement in the omnia conda recipe when he added it as a requirement for travis in the package itself, hence the problem here. It's not clear to me why this didn't cause problems sooner, since `utils` has bee... | YAML | mit | marscher/omnia-conda-recipes,swails/conda-recipes,jchodera/conda-recipes,jchodera/conda-recipes,marscher/omnia-conda-recipes,cwehmeyer/conda-recipes,cwehmeyer/conda-recipes,peastman/conda-recipes,swails/conda-recipes,mpharrigan/conda-recipes,rmcgibbo/conda-recipes,rmcgibbo/conda-recipes,peastman/conda-recipes,peastman/... |
3a909c6de35dcd4d8dc06b4398c817676a2f2249 | tasks/push_remote.yml | tasks/push_remote.yml | - name: Create user
user: name={{ pusher_username }} generate_ssh_key=yes
- name: Deploy the sync script
template: src=push_remote_public.sh dest=/usr/local/bin/push_remote_public.sh mode=0755
- name: Add remote repositories to git
ini_file: dest={{ git_repositories_dir }}/public/config option=url value={{ ite... | - name: Create user {{ pusher_username }} to sync repos
user: name={{ pusher_username }} generate_ssh_key=yes
- name: Deploy the sync script
template: src=push_remote_public.sh dest=/usr/local/bin/push_remote_public.sh mode=0755
- name: Add remote repositories to git
ini_file: dest={{ git_repositories_dir }}/pu... | Add a better message (also, remove ansible-lint warning) | Add a better message (also, remove ansible-lint warning)
| YAML | mit | mscherer/ansible-role-ansible_bastion,mscherer/ansible-role-ansible_bastion,OSAS/ansible-role-ansible_bastion,OSAS/ansible-role-ansible_bastion |
932ede82f064ea2d636bf9f1653266d1726740d3 | install.conf.yaml | install.conf.yaml | - defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config', '~/.config/git', '~/.local/bin', '~/.atom']
- link:
~/.config/base16-shell: base16-shell
~/.config/zsh: zsh
~/.config/nvim: nvim
~/.config/git/config: git/config
~/.tmux.conf: tmux/tmux.conf
~/.editorconfig... | - defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config', '~/.config/git', '~/.local/bin', '~/.atom']
- link:
~/.config/base16-shell: base16-shell
~/.config/zsh: zsh
~/.config/nvim: nvim
~/.config/git/config: git/config
~/.tmux.conf: tmux/tmux.conf
~/.editorconfig... | Move bin into home folder | Move bin into home folder
| YAML | mit | andrew-dias/dotfiles-base,andrew-dias/dotfiles |
7f9de105b9ee9d76c8313002c0298ca3deb1d3e5 | packages/as/ascii.yaml | packages/as/ascii.yaml | homepage: https://github.com/typeclasses/ascii
changelog-type: ''
hash: 4be5c0d0c2d4f65af36f6cabda146c7ec563b85410e36b9c9d098611ed31d44f
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Type-safe, bytestring-based ASCII values.
changelog: ''
basic-deps:
bytestring: ! '>=0.9 && <0.11'
case-inse... | homepage: https://github.com/typeclasses/ascii
changelog-type: ''
hash: ef54b90e2c154faca039087cad2930aaf0e67939e15d2384d3841d42e17e17ed
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Type-safe, bytestring-based ASCII values.
changelog: ''
basic-deps:
bytestring: ! '>=0.9 && <0.11'
case-inse... | Update from Hackage at 2018-10-22T03:08:00Z | Update from Hackage at 2018-10-22T03:08:00Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bdc08f3f22f161fc3c27174c59070d7e59ee81d5 | packages/pa/paint.yaml | packages/pa/paint.yaml | homepage: https://github.com/lovasko/paint
changelog-type: ''
hash: 5e77d7a49015f6998f3f52d798d2cbc530776acb96b5404f88bc3d244daeb4e2
test-bench-deps: {}
maintainer: Daniel Lovasko <daniel.lovasko@gmail.com>
synopsis: Colorization of text for command-line output
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: ... | homepage: https://github.com/lovasko/paint
changelog-type: ''
hash: b892916be73af98bd62372df7cee15a917bcea7345e00dfed3b02086cdd2c956
test-bench-deps: {}
maintainer: Daniel Lovasko <daniel.lovasko@gmail.com>
synopsis: Colorization of text for command-line output
changelog: ''
basic-deps:
paint: -any
base: ! '>=4.7 &... | Update from Hackage at 2020-02-22T19:08:39Z | Update from Hackage at 2020-02-22T19:08:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
67d93c0ee90dffe55fc38c9616af0a5d170ec011 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
"test":
parameters:
version:
type: string
default: "latest"
docker:
- image: "circleci/golang:<< parameters.version >>"
working_directory: /go/src/github.com/tyler-sommer/stick
environment:
GO111MODULE: "on"
steps:
- checkout
- run:... | version: 2.1
jobs:
"test":
parameters:
version:
type: string
default: "latest"
docker:
- image: "circleci/golang:<< parameters.version >>"
working_directory: /go/src/github.com/tyler-sommer/stick
environment:
GO111MODULE: "on"
steps:
- checkout
- run:... | Add go1.18 to CircleCI matrix | Add go1.18 to CircleCI matrix
| YAML | mit | tyler-sommer/stick |
4c88ed661bac1ce6d34cb2ad75417b1b35349d0c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350
- image: circleci/mongo:3@sha256:aa59341f95052da53f148906263f86eeea56b465dcfbb145d4e81e4d455a3176
steps:
- checkout
- run: yarn install --frozen-lockfile
... | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350
- image: circleci/mongo:3@sha256:0db9cdd9763c7d6cbdd13563c7055ffb69b3d5f054d531083ed5d0296b41f397
steps:
- checkout
- run: yarn install --frozen-lockfile
... | Update circleci/mongo:3 Docker digest to 0db9cd | Update circleci/mongo:3 Docker digest to 0db9cd | YAML | mit | js-accounts/accounts |
382ebbc7260f70348b034036c7c2494aa8ebf50e | .circleci/config.yml | .circleci/config.yml | version: 2
workflows:
version: 2
workflow:
jobs:
- test-2.7
- test-3.4
- test-3.5
- test-3.6
- test-3.7
- test-3.8
- test-3.9
- lint-rst
defaults: &defaults
working_directory: ~/code
environment:
STRICT_WARNINGS: "1"
steps:
- checkout
- run:
... | version: 2.1
workflows:
workflow:
jobs:
- test:
matrix:
parameters:
python_version: ["2.7", "3.4", "3.5", "3.6", "3.7", "3.8", "3.9"]
- lint-rst
jobs:
test:
parameters:
python_version:
type: string
steps:
- checkout
- run:
... | Use version 2.1 of CircleCI | Use version 2.1 of CircleCI
- Can no longer specify a version in workflows.
- Can no longer have numbers in job names
- Use a matrix instead of duplicating the job for each Python version
| YAML | mit | elasticsales/ciso8601,closeio/ciso8601,closeio/ciso8601,closeio/ciso8601,elasticsales/ciso8601 |
677d17f9a6fd10e2b1ad8fa5dc27ddbf11df350f | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
macos:
xcode: '10.0.0'
environment:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
FASTLANE_DISABLE_ANIMATION: 1
SKIP_SLOW_FASTLANE_WARNING: 1
GEM_HOME: .gem
GEM_PATH: .gem
steps:
- checkout
- run: xcodebuild -version -sdk
- run: xcrun s... | version: 2
jobs:
build:
macos:
xcode: '10.0.0'
environment:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
FASTLANE_DISABLE_ANIMATION: 1
SKIP_SLOW_FASTLANE_WARNING: 1
GEM_HOME: .gem
GEM_PATH: .gem
steps:
- checkout
- run: xcodebuild -version -sdk
- run: xcrun s... | Remove wildcard in store_artifacts path | Remove wildcard in store_artifacts path
| YAML | mit | 0xced/XCDYouTubeKit,creationst/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,twobitlabs/XCDYouTubeKit,0xced/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,creationst/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewControlle... |
31721ab8f28ea587a454971aeaad0d600673ccb7 | .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.0@sha256:bcd0202b4e1fa74fdcea21ad018b1ae14672e3b79db500c669e5105dee109d69
working_directory: ~/repo
steps:
- checko... | # 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.0@sha256:6de1b4677b7f37f413b64a043cbb5df435eb4356d4b4f86c34aa8f0b6e31cd76
working_directory: ~/repo
steps:
- checko... | Update circleci/python:3.7.0 Docker digest to 6de1b46 | Update circleci/python:3.7.0 Docker digest to 6de1b46 | YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
82b1e7b4e2244ccc9d7199e66c0c7441eb74c102 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
# https://circleci.com/docs/2.0/circleci-images/#nodejs
- image: circleci/node:latest
working_directory: ~/ofreport.com
environment:
NUXT_BUILD_DIR: ~/ofreport.com/dist
PER_PAGE: "10"
APP_ENV: "prod"
steps:
- checkout
# Down... | version: 2
jobs:
build:
docker:
# https://circleci.com/docs/2.0/circleci-images/#nodejs
- image: circleci/node:latest
working_directory: ~/ofreport.com
environment:
NUXT_BUILD_DIR: ~/ofreport.com/dist
PER_PAGE: "10"
APP_ENV: "prod"
steps:
- checkout
# Down... | Comment out master filter for now. | Comment out master filter for now.
| YAML | mit | joshukraine/ofreport.com,joshukraine/ofreport.com |
5bf58054d2cac52aec2279d46f22aebc6da231b8 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: sicz/dockerspec
environment:
- MAKEFLAGS=--no-print-directory
- RSPEC_FORMAT=doc
steps:
- checkout
- run:
name: Checkout make files
command: |
cd ..
curl -sSL https://github.com/SICZ/Mk/archi... | version: 2
jobs:
build:
docker:
- image: sicz/dockerspec
environment:
- MAKEFLAGS=--no-print-directory
- RSPEC_FORMAT=doc
steps:
- checkout
- run:
name: Checkout make files
command: |
cd ..
curl -sSL https://github.com/SICZ/Mk/archi... | Add support for Docker build cache | Add support for Docker build cache
| YAML | apache-2.0 | sicz/docker-dockerspec |
050e752da9ab14190dcb9b19bb71ffee297543f2 | 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... | Fix wrong source currency translation | Fix wrong source currency translation
| YAML | mit | Sylius/SyliusAdminBundle,Sylius/SyliusAdminBundle |
39f39b628bbe3b4eea82a6823fe5138216742109 | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: physicalproperty
# version: x.y.z
# The version string is stored in `physicalproperty/version.py`.
# `build.sh` includes code to properly incorporate the version
# string in the built package.
source:
path: ..
requirements:
build:
- python
- numpy
- a... | package:
name: physicalproperty
# version: x.y.z
# The version string is stored in `physicalproperty/version.py`.
# `build.sh` includes code to properly incorporate the version
# string in the built package.
about:
home: https://github.com/jrsmith3/physicalproperty
license: MIT
summary:... | Move "about" section earlier in file, cosmetic | Move "about" section earlier in file, cosmetic
| YAML | mit | jrsmith3/physicalproperty,jrsmith3/physicalproperty |
cb1fca8b9777651b4d02c4c4310a773e708160bd | Resources/config/app/darvin_admin.yaml | Resources/config/app/darvin_admin.yaml | darvin_admin:
menu:
groups:
-
name: menu
position: 20
colors:
main: '#cb9023'
sidebar: '#a4ce23'
icons:
main: bundles/darvinmenu/images/admin/menus_main.png
... | darvin_admin:
menu:
groups:
menu:
position: 20
colors:
main: '#cb9023'
sidebar: '#a4ce23'
icons:
main: bundles/darvinmenu/images/admin/menus_main.png
sidebar: bun... | Use admin menu groups config keys as group names. | Use admin menu groups config keys as group names.
| YAML | mit | DarvinStudio/DarvinMenuBundle,DarvinStudio/DarvinMenuBundle |
e46773c5b56d7f445b5928d548789d3d23ccfb0e | .buildkite/pipeline.yml | .buildkite/pipeline.yml | steps:
- label: run bats tests
plugins:
docker-compose#v3.0.1:
run: tests
- label: ":bash: Shellcheck"
plugins:
shellcheck#v1.1.2:
files:
- hooks/*
- label: ":sparkles: Linter"
plugins:
plugin-linter#v2.0.0:
id: golang
- label: test running a sp... | steps:
- label: run bats tests
plugins:
docker-compose#v3.0.2:
run: tests
- label: ":bash: Shellcheck"
plugins:
shellcheck#v1.1.2:
files:
- hooks/*
- label: ":sparkles: Linter"
plugins:
plugin-linter#v2.0.0:
id: golang
- label: test running a sp... | Update buildkite plugin docker-compose to v3.0.2 | Update buildkite plugin docker-compose to v3.0.2
| YAML | mit | buildkite-plugins/golang-buildkite-plugin,buildkite-plugins/golang-buildkite-plugin |
0723826cb06a82da7a8149d9bb3eea396299f3b5 | playbooks/roles/authn/tasks/main.yml | playbooks/roles/authn/tasks/main.yml | - name: Build Authn MFE
include_role:
name: mfe
vars:
MFE_NAME: authn
MFE_VERSION: '{{ AUTHN_MFE_VERSION }}'
| - name: Build Authn MFE
include_role:
name: mfe
vars:
MFE_NAME: authn
MFE_VERSION: '{{ AUTHN_MFE_VERSION }}'
MFE_SITE_NAME: 'Your Platform Name Here'
| Set site name for authn MFE. | Set site name for authn MFE.
| YAML | agpl-3.0 | edx/configuration,mitodl/configuration,edx/configuration,arbrandes/edx-configuration,mitodl/configuration,arbrandes/edx-configuration,mitodl/configuration,edx/configuration,edx/configuration,arbrandes/edx-configuration,arbrandes/edx-configuration,arbrandes/edx-configuration,mitodl/configuration |
0a19d79172c7ae609fdef051accd0144a5c7502d | app/config/config_dev.yml | app/config/config_dev.yml | imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: %kernel.debug%
intercept_redirects: false
monolog:
handlers:
main:
... | imports:
- { resource: config.yml }
framework:
router:
resource: "%kernel.root_dir%/config/routing_dev.yml"
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: %kernel.debug%
intercept_redirects: false
monolog:
handlers:
main:
... | Add a dev config environment for RabbitMQ | Add a dev config environment for RabbitMQ
| YAML | mit | alfonsomga/symfony.demo.on.roids,alfonsomga/symfony-demo-on-roids,alfonsomga/symfony.demo.on.roids,alfonsomga/symfony.demo.on.roids,alfonsomga/symfony-demo-on-roids,alfonsomga/symfony-demo-on-roids,alfonsomga/symfony-demo-on-roids,alfonsomga/symfony.demo.on.roids,alfonsomga/symfony.demo.on.roids,alfonsomga/symfony-demo... |
498b39fd6fe5f127017beae254cc5a5bb72d1ad3 | packages/bt/btree.yaml | packages/bt/btree.yaml | homepage: https://github.com/andrewthad/btree
changelog-type: ''
hash: 7cc86dcb8d7e2993867d50d67c8cba28df802405dcfc6e8b72deb971073c0b05
test-bench-deps:
btree: -any
tasty-smallcheck: -any
MonadRandom: -any
base: -any
clock: -any
smallcheck: -any
containers: -any
ghc-prim: -any
hashable: -any
tasty-h... | homepage: https://github.com/andrewthad/btree
changelog-type: ''
hash: 0e9bb8de7350f16246e319af076c542c69ed1d696598e3a6413a401b5394f199
test-bench-deps:
btree: -any
tasty-smallcheck: -any
MonadRandom: -any
base: -any
clock: -any
smallcheck: -any
containers: -any
ghc-prim: -any
hashable: -any
tasty-h... | Update from Hackage at 2018-11-09T20:14:54Z | Update from Hackage at 2018-11-09T20:14:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b6ca6651ce4974d493b2db384f24a709ff13ead0 | packages/jo/joint.yaml | packages/jo/joint.yaml | homepage: https://github.com/iokasimov/joint
changelog-type: ''
hash: 12a0c93d32d80f98bbed18afe23c1ea352f1301a526570362d7647a489bf07c4
test-bench-deps: {}
maintainer: Murat Kasimov <iokasimov.m@gmail.com>
synopsis: Trying to compose non-composable
changelog: ''
basic-deps:
base: ==4.*
comonad: -any
adjunctions: -... | homepage: https://github.com/iokasimov/joint
changelog-type: ''
hash: a20e9160e629d289f71923eb8e01090699525d0f95237d99e489b1dfa867f7dc
test-bench-deps: {}
maintainer: Murat Kasimov <iokasimov.m@gmail.com>
synopsis: Trying to compose non-composable
changelog: ''
basic-deps:
base: ==4.*
comonad: -any
adjunctions: -... | Update from Hackage at 2021-01-01T15:00:01Z | Update from Hackage at 2021-01-01T15:00:01Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
92a7875218876144a0a2b9e2c27cfb86ff0781a9 | packages/co/complex-generic.yaml | packages/co/complex-generic.yaml | homepage: https://code.mathr.co.uk/complex-generic
changelog-type: ''
hash: 47f845edbb74b424702fd477be5b0b466230d40e2c2c400b7d5a816a04aec249
test-bench-deps: {}
maintainer: claude@mathr.co.uk
synopsis: complex numbers with non-mandatory RealFloat
changelog: ''
basic-deps:
base: <4.11
template-haskell: <2.13
all-ver... | homepage: https://code.mathr.co.uk/complex-generic
changelog-type: ''
hash: 7ca697a27b035465fa89d54a3e058db3cfe7ec75186b2149dd459e5b08e01498
test-bench-deps: {}
maintainer: claude@mathr.co.uk
synopsis: complex numbers with non-mandatory RealFloat
changelog: ''
basic-deps:
base: <4.12
template-haskell: <2.14
all-ver... | Update from Hackage at 2018-03-13T20:10:18Z | Update from Hackage at 2018-03-13T20:10:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
730d6d8d2817ee924e487919afe8a5ea7dea8731 | packages/or/orderly-workers.yaml | packages/or/orderly-workers.yaml | homepage: ''
changelog-type: markdown
hash: 91f351269768b89d3eeec319d51a720e1cc9367929df9a6bc0f5655ad19f40f0
test-bench-deps: {}
maintainer: TomMurphy
synopsis: Fork concurrent worker threads and produce ordered results
changelog: |
# Revision history for orderly-workers
## 0.1.0.0 -- 2019-09-07
* First version... | homepage: ''
changelog-type: markdown
hash: fba5313912d644d422d2c1a18dc970b3348d5f49db4830bcfbd04bdd237ed1e6
test-bench-deps: {}
maintainer: TomMurphy
synopsis: Fork concurrent worker threads and produce ordered results
changelog: |
# Revision history for orderly-workers
## 0.1.0.0 -- 2019-09-07
* First version... | Update from Hackage at 2019-09-09T23:28:54Z | Update from Hackage at 2019-09-09T23:28:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
02cd795531ebf935b6ac8ad9b3254baf4aada37d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
AUTH0_DOMAIN: fake-domain.auth0.com
SENDGRID_API_KEY: SG.TEST_KEY
SESSION_SECRET: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ... | name: Node.js CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
env:
AUTH0_DOMAIN: fake-domain.auth0.com
SENDGRID_API_KEY: SG.TEST_KEY
SESSION_SECRET: test
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup ... | Use MongoDB 4.2 in GitHub CI tests | Use MongoDB 4.2 in GitHub CI tests
| YAML | mit | lentz/buddyduel,lentz/buddyduel,lentz/buddyduel |
9e5b4e01e11a39661c400b989f0780f69156ca76 | config/locales/en.yml | config/locales/en.yml | # Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
add_to_cart: Add to Basket
cart: Basket
checkout: Checkout
continue_shopping: Continue shopping
cost: Cost
forgot_your... | # Sample localization file for English. Add more files in this directory for other locales.
# See http://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
en:
add_to_cart: Add to Basket
cart: Basket
checkout: Checkout
continue_shopping: Continue shopping
cost: Cost
forgot_your... | Change 'Join' to 'Sign Up' | Change 'Join' to 'Sign Up'
| YAML | mit | ianfleeton/zmey,ianfleeton/zmey,ianfleeton/zmey,ianfleeton/zmey |
827b6d6b766cc1c55bd2256ee6c33f12302584dc | config/locales/en.yml | config/locales/en.yml | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | # Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <... | Fix speeling error and begin removing tr namespace | Fix speeling error and begin removing tr namespace
| YAML | mit | OSC/ood-myjobs,OSC/ood-myjobs,OSC/ood-myjobs,OSC/ood-myjobs |
87652f23689aa4daa04f9b24016b02b2c2888be1 | .github/workflows/ci.yml | .github/workflows/ci.yml | # This workflow will do a clean install of node dependencies and run tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs... | # This workflow will do a clean install of node dependencies and run tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Static code a... | Add separate jobs in GitHub Actions CI | Add separate jobs in GitHub Actions CI
| YAML | mit | wojtekmaj/react-calendar,wojtekmaj/react-calendar,wojtekmaj/react-calendar |
4947f1924a4a0346bf60d37e1f9d9c2db5cde382 | metadata/com.kazufukurou.nanji.yml | metadata/com.kazufukurou.nanji.yml | Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/kazufukurou/nanji
IssueTracker: https://github.com/kazufukurou/nanji/issues
AutoName: Nanji
Description: |-
Home screen clock widget for Chinese, Japanese, Korean, Russian and English learners.
* Chinese, Japanese, Korean, Russian, Englis... | Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/kazufukurou/nanji
IssueTracker: https://github.com/kazufukurou/nanji/issues
AutoName: Nanji
Description: |-
Home screen clock widget for Chinese, Japanese, Korean, Russian and English learners.
* Chinese, Japanese, Korean, Russian, Englis... | Update Nanji to 1.3.2 (37) | Update Nanji to 1.3.2 (37)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d30d6cfd4270330f9f4995381418adbc4b86398a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5
- 2.6
- 2.7
- "3.0"
- head
gemfile:
- rails_6.0.gemfile
... | name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5
- 2.6
- 2.7
- "3.0"
- head
gemfile:
- rails_6.0.gemfile
... | Add dependency of coverage job | Add dependency of coverage job
| YAML | mit | satoryu/rakuten_web_service-rails,satoryu/rakuten_web_service-rails,satoryu/rakuten_web_service-rails |
bfbe4cfcc88c93ad5e498e8fc47ae934a266dd1e | crane.yml | crane.yml |
containers:
database:
image: database
dockerfile: database
run:
privileged: true
phpmyadmin:
image: phpmyadmin
dockerfile: phpmyadmin
run:
privileged: true
publish:
- "9000:80"
link:
- "database:database"
web:
image: web
dockerfile: web
ru... |
containers:
database:
image: virtualvulcano/database
dockerfile: database
run:
privileged: true
phpmyadmin:
image: virtualvulcano/phpmyadmin
dockerfile: phpmyadmin
run:
privileged: true
publish:
- "9000:80"
link:
- "database:database"
web:
image: ... | Rename images to the correct names. | Rename images to the correct names.
| YAML | bsd-2-clause | ernestoalejo/virtual-vulcano,ernestoalejo/virtual-vulcano,ernestoalejo/virtual-vulcano |
1c3338952f07f96cbfe4a96395a54ba2bde9bbd3 | packages/cr/crdt.yaml | packages/cr/crdt.yaml | homepage: https://github.com/cblp/crdt#readme
changelog-type: ''
hash: 4db9a4c23c7a0074c8e63314a5a7e7c0008f5664126a77f383d7af27cdf2673d
test-bench-deps:
base: ! '>=4.9 && <4.10'
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
vector: -any
derive: -any
crdt: -any
maintainer: Yuriy Syrovetskiy <cblp@cbl... | homepage: https://github.com/cblp/crdt#readme
changelog-type: ''
hash: 0b643e9518969273e9079fea96a5888be01afa0ce7f5f5036786800c3fe60ffd
test-bench-deps:
base: ! '>=4.9 && <4.10'
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
vector: -any
crdt: -any
maintainer: Yuriy Syrovetskiy <cblp@cblp.su>
synopsis:... | Update from Hackage at 2017-05-15T19:02:41Z | Update from Hackage at 2017-05-15T19:02:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7f17509d9402903d4b6784cdf328aaca97a18c9b | build.yaml | build.yaml | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1
findbugs_annotations: com.google.code.findbugs:annotations:jar:3.0.0
javax_inject: javax.inject:javax.inject:jar:1
javax_inject_sources: javax.inject:javax.inject:jar:sources:1
ao... | repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
findbugs_annotations: com.google.code.findbugs:annotations:jar:3.0.0
javax_inject: javax.inject:javax.inject:jar:1
javax_inject_sources: javax.inject:javax.inject... | Update the com.google.code.findbugs dependency coordinates. | Update the com.google.code.findbugs dependency coordinates.
| YAML | apache-2.0 | realityforge/gwt-mmvp,realityforge/gwt-mmvp |
f67fc2b23524fb5e120a602700e454ce22bfe007 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-versio... | name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version... | Rename CI job to test | Rename CI job to test | YAML | mit | davidparsson/junit-report-builder |
b88d46ee7f9e9c729f147dc1da7d3b68f16e06ec | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI Workflow
on:
pull_request:
branches:
- master
jobs:
unit-tests:
name: Unit Tests
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.16]
steps:
- name: Set up Go
uses: act... | name: CI Workflow
on:
pull_request:
branches:
- master
jobs:
unit-tests:
name: Unit Tests
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.16, 1.17]
steps:
- name: Set up Go
use... | Add Go 1.17 to GitHub Actions | Add Go 1.17 to GitHub Actions
| YAML | apache-2.0 | miniflux/miniflux,xqin/miniflux,xqin/miniflux,xqin/miniflux,xqin/miniflux,miniflux/miniflux,miniflux/miniflux |
de7dd4644de8b3d1dd3914ffe33bbd695b51611c | circle.yml | circle.yml | general:
artifacts:
- app/build/outputs/apk
machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filte... | general:
artifacts:
- app/build/outputs/apk
machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError"'
_JAVA_OPTIONS: "-Xms256m -Xmx1280m -XX:MaxPermSize=350m"
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.andr... | Make Circle CI work using @mfretz's config | Make Circle CI work using @mfretz's config
| YAML | mit | johnjohndoe/AntennaPod,johnjohndoe/AntennaPod,mfietz/AntennaPod,mfietz/AntennaPod,mfietz/AntennaPod,mfietz/AntennaPod,johnjohndoe/AntennaPod,johnjohndoe/AntennaPod |
2b0725f486aecccc2e40f6f92cb82f3debdf998f | circle.yml | circle.yml | machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make SECURE_COMPARATOR=enable
- sudo make SECURE_COMPARATOR=enable install
- sudo make SECURE... | machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make SECURE_COMPARATOR=enable
- sudo make SECURE_COMPARATOR=enable install
- sudo make SECURE... | Add ThemisPP tests to CircleCI | Add ThemisPP tests to CircleCI
| YAML | apache-2.0 | mnaza/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,mnaza/themis,storojs72/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,mnaza/themis,Lagovas/themis,cossacklabs/themis,mnaza/themis,storojs72/themis,cossacklabs/themis,mnaza/themis,cossacklabs/themis,storojs72/themis,cossa... |
7d79b9331f6b1cbd78e6d932af7457e93911d88a | .github/workflows/ci.yml | .github/workflows/ci.yml | # Run CI tests with pytest and update coverage to coveralls
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.9]
steps:
- uses: actions/checkout@v2
with:
su... | # Run CI tests with pytest and update coverage to coveralls
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.7', '3.10']
steps:
- uses: actions/checkout@v2
with:
... | Modify newest Python version to test | Modify newest Python version to test
| YAML | mit | JamesPHoughton/pysd |
38d21c4e605a1f2edba7a60ca525c1cee7de2d5e | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: /opt/meza
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJs... | ---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
# with:
# path: /opt/meza
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${... | Replace action to use git clone | Replace action to use git clone
| YAML | unknown | freephile/meza,freephile/meza,freephile/qb,freephile/qb,freephile/meza,freephile/meza,freephile/qb |
8f8e024dcdce5f3b72491ebb58af9197ad3e0cda | circle.yml | circle.yml | machine:
python:
version: 3.5.2
test:
override:
- pytest
| machine:
python:
version: 3.5.2
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/pytest
- pytest --junitxml=$CIRCLE_TEST_REPORTS/pytest/junit.xml
| Add Test Summary to CircleCI | Add Test Summary to CircleCI
| YAML | bsd-3-clause | rockymeza/ymrj,rockymeza/ymrj |
176960c0b89741f3c3e4919db006615ea35a1f68 | metadata/info.kesavan.malartoon.yml | metadata/info.kesavan.malartoon.yml | Categories:
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/kesavanm/malartoon
IssueTracker: https://github.com/kesavanm/malartoon/issues
AutoName: Malar Toon
Description: |-
Picks cartoon from Dinamalar daily, a leading news portal in Tamil from India.
Has option to view current day ca... | Categories:
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/kesavanm/malartoon
IssueTracker: https://github.com/kesavanm/malartoon/issues
AutoName: Malar Toon
Description: |-
Picks cartoon from Dinamalar daily, a leading news portal in Tamil from India.
Has option to view current day ca... | Move Malar Toon to the archive | Move Malar Toon to the archive
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
194f69f83b0678ec80573561b154fda6ab863c28 | packages/vp/vpq.yaml | packages/vp/vpq.yaml | homepage: ''
changelog-type: ''
hash: 892abe07e9a5c2a8a7f2d8912fef7d16b9312b5cc267f5c8cc5a2883bee947c8
test-bench-deps:
vpq: -any
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.3'
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Priority queue based on vector
changelog: ''
b... | homepage: ''
changelog-type: ''
hash: 0bce83af1113ebc19559b98b602795785945626cf226d6638d0f3dbadcc6969b
test-bench-deps:
vpq: -any
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.3'
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: Priority queue based on vector
changelog: ''
b... | Update from Hackage at 2018-05-09T03:45:08Z | Update from Hackage at 2018-05-09T03:45:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
401a16a9dde29a3f2ff6a3ee18d39d82984abb59 | extension/edge-service/src/main/resources/application.yaml | extension/edge-service/src/main/resources/application.yaml | server:
port: 8082
eureka:
instance:
hostname: edgeservice
client:
healthcheck:
enabled: true
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://discovery:8761/eureka/
endpoints:
info:
enabled: true
zuul:
routes:
eventservice:
path... | server:
port: 8082
eureka:
instance:
hostname: edgeservice
client:
healthcheck:
enabled: true
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://discovery:8761/eureka/
endpoints:
info:
enabled: true
zuul:
routes:
eventservice:
path: /e... | Make zuul talk to eureka for static path | Make zuul talk to eureka for static path
| YAML | apache-2.0 | holisticon/camunda-bpm-cloud,holisticon/camunda-bpm-cloud |
829b64ab8c0db34c8c3e8fe5ec7a83f826233be2 | circle.yml | circle.yml | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
n... | version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
n... | Correct emulator command in CircleCI | Correct emulator command in CircleCI
| YAML | mit | thyrlian/AwesomeValidation,thyrlian/AwesomeValidation |
3c0a3b97dc93186d6e3e1eff3d38d27ed7b64e82 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11 ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name... | name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11, 17 ]
steps:
- name: Checkout
uses... | Add LTS JDK 17 to the matrix; change skipping tests completely to only skip execution; restrict GH Actions permissions to bare minimum | CI: Add LTS JDK 17 to the matrix; change skipping tests completely to only skip execution; restrict GH Actions permissions to bare minimum
| YAML | apache-2.0 | pferraro/JGroups,pferraro/JGroups,belaban/JGroups,rhusar/JGroups,pferraro/JGroups,belaban/JGroups,rhusar/JGroups,belaban/JGroups,rhusar/JGroups |
b1b3860c1f746d87e555bf65cb0a6517d4b6a750 | aws/cloud-config.yml | aws/cloud-config.yml | #cloud-config
hostname: hither
coreos:
update:
reboot-strategy: best-effort
units:
- name: hither.service
command: start
content: |
[Unit]
Description=Hither container
After=docker.service
[Service]
Restart=always
ExecStart=/home/core/run-hithe... | #cloud-config
hostname: hither
coreos:
update:
reboot-strategy: best-effort
units:
- name: hither.service
command: start
content: |
[Unit]
Description=Hither container
After=docker.service
[Service]
Restart=always
ExecStart=/home/core/run-hithe... | Set the pidfile.path to /dev/null to stop Play from writing the pidfile. This will ensure that if play crashes and systemd restarts it it won’t fail due to the PIDFILE being left behind. | Set the pidfile.path to /dev/null to stop Play from writing the pidfile. This will ensure that if play crashes and systemd restarts it it won’t fail due to the PIDFILE being left behind.
| YAML | mit | WiredThing/hither,WiredThing/hither,WiredThing/hither |
97cf3856e9a35f82d514b4d3838aec6e055f5b89 | docs.yaml | docs.yaml | title: Java Driver for Apache Cassandra
summary: High performance Java client for Apache Cassandra
homepage: http://docs.datastax.com/en/developer/java-driver
theme: datastax
sections:
- title: Manual
prefix: /manual
sources:
- type: markdown
files: 'manual/**/*.md'
- title: Ch... | title: Java Driver for Apache Cassandra™
summary: High performance Java client for Apache Cassandra™
homepage: http://docs.datastax.com/en/developer/java-driver
theme: datastax
sections:
- title: Manual
prefix: /manual
sources:
- type: markdown
files: 'manual/**/*.md'
- title: ... | Add trademarks in doc title and summary | Add trademarks in doc title and summary
| YAML | apache-2.0 | datastax/java-driver,datastax/java-driver |
1ccdd852e5eba43111340df7c5fa33717f2ae61c | .github/workflows/ci.yml | .github/workflows/ci.yml | on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- u... | on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- u... | Add step that uploads Android APK as artifact | CI: Add step that uploads Android APK as artifact | YAML | apache-2.0 | google/lyra,google/lyra |
d08d932ae9948265de3659d49a10581f52f6ebbd | circle.yml | circle.yml | deployment:
staging:
branch: master
heroku:
appname: funstructor | machine:
java:
version: oraclejdk8
deployment:
staging:
branch: master
heroku:
appname: funstructor | Use Oracle JDK8 for CircleCI | Use Oracle JDK8 for CircleCI
| YAML | epl-1.0 | split-brain/funstructor,split-brain/funstructor |
19c6636cd60d2859513672f5e6b3840c39b437a3 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Test with Rust ${{ matrix.rust }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [1.41.1, stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup... | name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Test with Rust ${{ matrix.rust }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [1.41.1, stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup... | Add Miri to GitHub CI | Add Miri to GitHub CI
| YAML | apache-2.0 | tomprogrammer/rust-ascii |
cc4a5a353ba6aa7815391f6b5de68b1d53b932dc | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build Go package (release snapshot)
run: ./build --snapsot
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build Go packag... | name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build Go package (release snapshot)
run: ./build --snapshot
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build Go packa... | Fix param in CI GitHub Action | Fix param in CI GitHub Action
| YAML | mit | conjurinc/summon,conjurinc/summon,conjurinc/summon |
c29fd6b9d3e31738710b9add53836dd3d9769f9a | recipes/supersmoother/meta.yaml | recipes/supersmoother/meta.yaml | {% set name = "supersmoother" %}
{% set version = "0.4" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "aeef4e1b00c32316d624ea7e3ac87c244bf2e59abbb6c042e7791f69ae0669cb"
build:
num... | {% set name = "supersmoother" %}
{% set version = "0.4" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "aeef4e1b00c32316d624ea7e3ac87c244bf2e59abbb6c042e7791f69ae0669cb"
build:
noa... | Add noarch and remove import of tests package | Add noarch and remove import of tests package
| YAML | bsd-3-clause | stuertz/staged-recipes,birdsarah/staged-recipes,kwilcox/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,... |
d317cea826ad8021e2ec979fb596bebae66cc83e | .forestry/front_matter/templates/team.yml | .forestry/front_matter/templates/team.yml | ---
pages:
- _team/martin-murphy.markdown
- _team/daniel-walsh.markdown
- _team/cody-winton.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: tags
label: Tags
t... | ---
pages:
- _team/martin-murphy.markdown
- _team/daniel-walsh.markdown
- _team/cody-winton.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Name
type: text
hidden: false
default: ''
description: e.g. John Smith
config:
required: true
- name: date
label: Date
type: datetime
... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io |
657f512bdff6f5de42b9cf2d4579803a9561d7e4 | .forestry/front_matter/templates/work.yml | .forestry/front_matter/templates/work.yml | ---
pages:
- _work/tropically-bohemian.markdown
- _work/puttin-on-the-ritz.markdown
- _work/olivia-joy-photography.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Work Title
type: text
hidden: false
default: ''
description: e.g. Meals OnCol
config:
required: true
- name: subtitl... | ---
pages:
- _work/tropically-bohemian.markdown
- _work/puttin-on-the-ritz.markdown
- _work/olivia-joy-photography.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Work Title
type: text
hidden: false
default: ''
description: e.g. Meals OnCol
config:
required: true
- name: subtitl... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | sarahwintondesign/sarahwintondesign.github.io,sarahwintondesign/sarahwintondesign.github.io |
823ea026125a887c065fe960f58136d0585bf633 | recipes/perl-test-nowarnings/meta.yaml | recipes/perl-test-nowarnings/meta.yaml | package:
name: perl-test-nowarnings
version: "1.04"
source:
fn: Test-NoWarnings-1.04.tar.gz
url: http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
md5: 682ed043f7d3e38f3dfd8745fd21c49a
build:
number: 0
skip: True # [osx]
requirements:
build:
- perl-threaded
run:
- ... | package:
name: perl-test-nowarnings
version: "1.04"
source:
fn: Test-NoWarnings-1.04.tar.gz
url: http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
md5: 682ed043f7d3e38f3dfd8745fd21c49a
build:
number: 1
requirements:
build:
- perl-threaded
run:
- perl-threaded
# When... | Add OSX build for Perl Test::NoWarnings | Add OSX build for Perl Test::NoWarnings
| YAML | mit | bow/bioconda-recipes,guowei-he/bioconda-recipes,gvlproject/bioconda-recipes,phac-nml/bioconda-recipes,lpantano/recipes,martin-mann/bioconda-recipes,abims-sbr/bioconda-recipes,xguse/bioconda-recipes,HassanAmr/bioconda-recipes,daler/bioconda-recipes,keuv-grvl/bioconda-recipes,JenCabral/bioconda-recipes,bow/bioconda-recip... |
f20b8fad8e28377d3e1b8a1288a7657ce6b17279 | metadata/com.github.niqdev.ipcam.yml | metadata/com.github.niqdev.ipcam.yml | Categories:
- Internet
License: MIT
AuthorName: niqdev
AuthorEmail: niqdev.info@gmail.com
SourceCode: https://github.com/niqdev/ipcam-view
IssueTracker: https://github.com/niqdev/ipcam-view/issues
AutoName: IPCam Demo
Description: |-
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with... | Categories:
- Internet
License: MIT
AuthorName: niqdev
AuthorEmail: niqdev.info@gmail.com
SourceCode: https://github.com/niqdev/ipcam-view
IssueTracker: https://github.com/niqdev/ipcam-view/issues
AutoName: IPCam Demo
Description: |-
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with... | Update CV of IPCam Demo to 1.9.0 (12) | Update CV of IPCam Demo to 1.9.0 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ee7de6ebd25a46128da0d2c60198f09e1d93ec31 | reference.example.yml | reference.example.yml | # Logging settings
logging:
loggers:
org.apache.shiro: INFO
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# HTTP-specific options.
server:
applicationConnectors:
- type: http
port: 8081
idleTimeout: 10 seconds
adminConnectors:
... | # Logging settings
logging:
loggers:
org.apache.shiro: INFO
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# HTTP-specific options.
server:
# Must disable gzip as Jersey/gzip will buffer SSE events rather than send them to clients immediately
# Futu... | Disable server side gzip encoding. SSE events get inappropriately buffered. | Disable server side gzip encoding. SSE events get inappropriately buffered.
Upon later dropwizard upgrade we should consider a more fine tuned
approach using 'syncFlush=true' fix from dropwizard/dropwizard#1673.
| YAML | apache-2.0 | airbnb/airpal,airbnb/airpal,airbnb/airpal,airbnb/airpal |
10994a8523bbbe07617b30d13bbe049135261239 | .forestry/front_matter/templates/protip.yml | .forestry/front_matter/templates/protip.yml | ---
label: protip
hide_body: false
fields:
- type: text
name: layout
label: layout
default: post
hidden: true
- type: text
name: title
label: Título
config:
required: true
- type: text
name: description
label: Subtítulo
description: max 70 char
config:
required: true
- type: datetime
nam... | ---
label: protip
hide_body: false
fields:
- type: text
name: layout
label: layout
default: post
hidden: true
- type: text
name: title
label: Título
config:
required: true
- type: text
name: description
label: Subtítulo
description: max 70 char
config:
required: true
- type: datetime
nam... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
ef4ad3c7a80e537089e4aaafd0182bb20062706f | deployment/deploy.yml | deployment/deploy.yml | ---
- hosts: gbm-server
remote_user: root
become: yes
become_method: su
become_user: gbm
tasks:
# download the application
- name: clone git repository
git:
repo: https://github.com/devinit/grand-bargain-monitoring.git
dest: /var/www/grand-bargain-monitoring
update: yes
... | ---
- hosts: gbm-server
remote_user: root
become: yes
become_method: su
become_user: gbm
tasks:
# download the application
- name: clone git repository
git:
repo: https://github.com/devinit/grand-bargain-monitoring.git
dest: /var/www/grand-bargain-monitoring
update: yes
... | Copy apache2 config file to correct location | Copy apache2 config file to correct location
| YAML | mit | devinit/grand-bargain-monitoring,devinit/grand-bargain-monitoring,devinit/grand-bargain-monitoring |
ee60e01b8b45720394ab1720aea31f0973a7c7cd | provisioning/roles/updatedb/defaults/main.yml | provisioning/roles/updatedb/defaults/main.yml | ---
# Version of OMERO we're upgrading from
# Use omero_version from provisioning/vars.yml for new version
old_version: 5.4.6
old_underscore_version: "OMERO5.4__0"
# Is it a major update e.g. moving from 5.3 to 5.4
major_update: false
# Path to the SQL file that updates the OMERO schema
omero_update_patch: "{{ omero... | ---
# Version of OMERO we're upgrading from
# Use omero_version from provisioning/vars.yml for new version
old_version: 5.4.9
old_underscore_version: "OMERO5.4__0"
# Is it a major update e.g. moving from 5.3 to 5.4
major_update: false
# Path to the SQL file that updates the OMERO schema
omero_update_patch: "{{ omero... | Change previous version variable in updatedb role to upgrade from 5.4.9 to 5.5.1 | Change previous version variable in updatedb role to upgrade from 5.4.9 to 5.5.1
| YAML | mit | JIC-CSB/omero-ansible |
04a62976f168eefd1632aa9e0d90ae60ffc719dd | packages/pr/prettyprinter-lucid.yaml | packages/pr/prettyprinter-lucid.yaml | homepage: https://github.com/georgefst/prettyprinter-lucid
changelog-type: ''
hash: a21b23d58a082b7d054ab130307da4a35d7e705399a433f74c8e117ed08c1e0a
test-bench-deps: {}
maintainer: georgefsthomas@gmail.com
synopsis: A prettyprinter backend for lucid
changelog: ''
basic-deps:
lucid: ^>=2.9.12
base: ^>=4.12 || ^>=4.1... | homepage: https://github.com/georgefst/prettyprinter-lucid
changelog-type: ''
hash: 09b900bf57baf4211e9ee6092e93a8cdd172bc9508d0277e7049de20d3e1780b
test-bench-deps: {}
maintainer: georgefsthomas@gmail.com
synopsis: A prettyprinter backend for lucid
changelog: ''
basic-deps:
lucid: ^>=2.9.12 || ^>=2.10 || ^>=2.11
b... | Update from Hackage at 2022-01-06T17:58:25Z | Update from Hackage at 2022-01-06T17:58:25Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
244337ad1ee689f30ff580a7b625d645b5bc186a | actions/st2_prep_release_packages.meta.yaml | actions/st2_prep_release_packages.meta.yaml | ---
name: st2_prep_release_packages
runner_type: mistral-v2
description: Prepare and test st2 packages for release
enabled: true
entry_point: workflows/st2_prep_release_packages.yaml
parameters:
version:
type: string
description: Version to use for the release. Should include the patch e.g. 0.1.0
... | ---
name: st2_prep_release_packages
runner_type: mistral-v2
description: Prepare and test st2 packages for release
enabled: true
entry_point: workflows/st2_prep_release_packages.yaml
parameters:
version:
type: string
description: Version to use for the release. Should include the patch e.g. 0.1.0
... | Fix default workflow in st2_prep_release_packages | Fix default workflow in st2_prep_release_packages
| YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd |
34a95b7e33376fa81deac91786f9b9f38902071b | jenkins/jobs/deb-openstack-pkg-tools.yaml | jenkins/jobs/deb-openstack-pkg-tools.yaml | - job:
name: pkgdeb-build-openstack-pkg-tools
node: debian-jessie
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp ${WORKSPACE}/build-tools/pkgos-infra-in... | - job:
name: pkgdeb-build-openstack-pkg-tools
node: debian-jessie
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp ${WORKSPACE}/build-tools/pkgos-infra-in... | Revert split into 2 shell scripts | Revert split into 2 shell scripts
Previously, it was attempted to split deb-openstack-pkg-tools.yaml into
2 shell scripts instead of one, to attempt to work around the sbuild
relogin problem. This didn't work, and since, a workaround was found.
Therefore, this patch cleans-up the mess from previous attemp, and
remerg... | YAML | apache-2.0 | Tesora/tesora-project-config,Tesora/tesora-project-config,openstack-infra/project-config,dongwenjuan/project-config,openstack-infra/project-config,dongwenjuan/project-config |
a70f68ebcfc481b31b9ae0f1612ae530103b32fe | ansible/roles/docker_service/tasks/main.yml | ansible/roles/docker_service/tasks/main.yml | ---
- name: Create Docker network
docker_network:
name: ci-net
state: present
- name: Run Jenkins service
become: yes
become_user: jenkins
include: docker.yml
vars:
directory: "{{ repo_dir }}/docker/{{ item }}"
with_items:
- jenkins
- nginx
| ---
- name: Create Docker network
docker_network:
name: ci-net
state: present
- name: Run Jenkins service
become: yes
become_user: jenkins
include_tasks: docker.yml
vars:
directory: "{{ repo_dir }}/docker/{{ item }}"
with_items:
- jenkins
- nginx
| Use 'include_tasks' instead of 'include' | Use 'include_tasks' instead of 'include'
| YAML | apache-2.0 | unguiculus/docker-jenkins-bootstrap |
34b84c2ea733d096a34d2981b8b7471014e0f2c3 | .github/workflows/issue-planned.yml | .github/workflows/issue-planned.yml | name: Mark issue as planned
on:
issues:
types: [ milestoned ]
jobs:
apply-label:
runs-on: ubuntu-20.04
steps:
- uses: actions/github-script@v4.0.1
name: Add label 'status planned' to issue when milestoned
with:
github-token: ${{github.token}}
script: |
... | name: Mark issue as planned
on:
issues:
types: [ milestoned ]
jobs:
apply-label:
runs-on: ubuntu-20.04
steps:
- uses: actions/github-script@v4
name: Add label 'status planned' to issue when milestoned
with:
github-token: ${{github.token}}
script: |
... | Use @v4 instead of fixed version | Use @v4 instead of fixed version
| YAML | apache-2.0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung |
79d9223668af564779d64c967413ce2c64b035e8 | .github/workflows/pythonpackage.yml | .github/workflows/pythonpackage.yml | name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
... | Remove Python 2.x from pipeline | Remove Python 2.x from pipeline
| YAML | mit | exhuma/puresnmp,exhuma/puresnmp |
d24dcfa24da91253dcead2aaf418010925da9483 | manifests/cf-manifest/operations.d/230-loggregator-deployment.yml | manifests/cf-manifest/operations.d/230-loggregator-deployment.yml | ---
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/deployment?
value: ((environment))
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/tags?/deployment
value: ((environment))
- type: replace
path: /addons/name=forwarder_a... | ---
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/deployment?
value: ((environment))
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/tags?/deployment
value: ((environment))
- type: replace
path: /addons/name=forwarder_a... | Use 3.19 loggregator agent to mitigate file descs | Use 3.19 loggregator agent to mitigate file descs
3.18 and below has a problem wherein we run out of file descriptors if
prom_scraper 404s
see https://github.com/cloudfoundry/loggregator-agent-release/releases/tag/v3.19
Signed-off-by: Toby Lorne <527052641d65eef236eeef9545b2acac74c35d57@digital.cabinet-office.gov.uk... | 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 |
77c8e8d64ee9dc90a60359c383e03fa712bdc03c | packages/fe/feature-flipper-postgres.yaml | packages/fe/feature-flipper-postgres.yaml | homepage: https://github.com/toddmohney/flipper-postgres#readme
changelog-type: ''
hash: ed01729f416f50831fcd5bdabd54d48ae72dbb1b69a6c25406fe97f8e080d5cc
test-bench-deps:
bytestring: -any
base: -any
persistent: -any
hspec: -any
persistent-postgresql: -any
containers: -any
mtl: -any
feature-flipper: -any... | homepage: https://github.com/toddmohney/flipper-postgres#readme
changelog-type: ''
hash: 37c35246d43939235c19dcc74c591dcffe7504757ae59a89106883d6525757c4
test-bench-deps:
bytestring: -any
base: -any
persistent: -any
hspec: -any
persistent-postgresql: -any
containers: -any
mtl: -any
feature-flipper: -any... | Update from Hackage at 2017-08-09T12:50:39Z | Update from Hackage at 2017-08-09T12:50:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
210370f1465419247bb64db38cfc67147c3a9211 | .github/workflows/run-static-code-analysis.yml | .github/workflows/run-static-code-analysis.yml | name: Run Static Code Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze-code:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
poetry-version: ["1.1"]
steps:
- uses: actions/checkout@v3
... | name: Run Static Code Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze-code:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
poetry-version: ["1.1"]
steps:
- uses: actions/checkout@v3
... | Make GitHub Action run flake8 | Make GitHub Action run flake8
| YAML | mit | evanepio/dotmanca,evanepio/dotmanca,evanepio/dotmanca |
39cac802576698aa59aaafe084d912cf40c6fbf3 | provisioning/roles/backups/tasks/main.yml | provisioning/roles/backups/tasks/main.yml | ---
- name: Add the Percona repository key
apt_key: url=http://keys.gnupg.net/pks/lookup?search=0x1C4CBDCDCD2EFD2A&fingerprint=on&op=get id=CD2EFD2A
- name: Add the Percona sources
apt_repository: repo='deb http://repo.percona.com/apt precise main'
- name: Install percona xtrabackup
apt: pkg=percona-xtrabackup up... | ---
- name: Add the Percona repository key
apt_key: url=http://keys.gnupg.net/pks/lookup?op=get&search=0x1C4CBDCDCD2EFD2A id=CD2EFD2A
- name: Add the Percona sources
apt_repository: repo='deb http://repo.percona.com/apt precise main'
- name: Install percona xtrabackup
apt: pkg=percona-xtrabackup update_cache=yes ... | Update URL that was 404ing | Update URL that was 404ing
| YAML | agpl-3.0 | otherchirps/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph |
9ed99b3d84a2912745939249a9691234226f8969 | .ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml | .ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml | ---
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm
display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility"
description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n"
project-type: matrix
node: master
scm:
- git:
wipe-wor... | ---
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm
display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility"
description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n"
workspace: "/dev/shm/elastic+elasticsearch+%BRANCH%+multijob+platform-support-... | Use a ramdisk for ARM platform CI jobs | Use a ramdisk for ARM platform CI jobs
| YAML | apache-2.0 | GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch |
3ed2fb0949a7a0e2a49bb0d9d55b067a3833be10 | packages/sq/squeather.yaml | packages/sq/squeather.yaml | homepage: https://github.com/massysett/squeather#readme
changelog-type: ''
hash: 170aa385377c4f9a2bc4b08299c51b7437e30149880461f6f8a154115378c3c4
test-bench-deps: {}
maintainer: omari@smileystation.com
synopsis: Use databases with the version 3 series of the SQLite C library
changelog: ''
basic-deps:
bytestring: -any... | homepage: https://github.com/massysett/squeather#readme
changelog-type: markdown
hash: e07011f80e2da9e99121086d02514c34923ed7dea79be4b0ece29f0cb2e7747e
test-bench-deps: {}
maintainer: omari@smileystation.com
synopsis: Use databases with the version 3 series of the SQLite C library
changelog: |
# Changelog for squeath... | Update from Hackage at 2020-02-22T21:20:19Z | Update from Hackage at 2020-02-22T21:20:19Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
06d24a85588a8401706317faa0654689a22539ad | .forestry/front_matter/templates/simple.yml | .forestry/front_matter/templates/simple.yml | ---
label: simple
hide_body: false
fields:
- type: text
name: layout
label: layout
| ---
label: simple
hide_body: false
fields:
- type: text
name: layout
label: layout
default: default
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
9a729730df91a5d617fb6c05025db9ff4ecbbe1c | .github/workflows/build_release_package.yml | .github/workflows/build_release_package.yml | name: Build release version
on:
push:
tags:
- 'v*'
pull_request:
branches:
master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Set up python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Checkout
uses: actions... | name: Build release version
on:
push:
tags:
- 'v*'
pull_request:
branches:
master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Set up python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Checkout
uses: actions... | Add suport for release candidate tags | Add suport for release candidate tags
Signed-off-by: Niklas Koep <342d5290239d9c5264c8f98185afedb99596601a@gmail.com>
| YAML | bsd-3-clause | pymanopt/pymanopt,pymanopt/pymanopt |
a79418cdc1dbba3cf0ff6e74864be2a12d2b58b2 | .github/workflows/update-gradle-wrapper.yml | .github/workflows/update-gradle-wrapper.yml | name: Update Gradle Wrapper
on:
schedule:
- cron: "0 0 * * *"
jobs:
update-gradle-wrapper:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-w... | name: Update Gradle Wrapper
on:
schedule:
- cron: "0 0 * * *"
jobs:
update-gradle-wrapper:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-w... | Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4 | Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/co... | YAML | mit | testcontainers/testcontainers-java,rnorth/test-containers,testcontainers/testcontainers-java,testcontainers/testcontainers-java,rnorth/test-containers,rnorth/test-containers |
2137ce8ef5baea475ba404376de242cbfcfe297a | web/src/main/resources/application.yml | web/src/main/resources/application.yml | jlineup:
workingDirectory: /tmp/jlineup/
screenshotsDirectory: report-{id}
reportDirectory: report-{id}
maxParallelJobs: 1
chromeLaunchParameters: --use-spdy=off, --disable-dev-shm-usage
edison:
application:
title: JLineup
description: Takes screenshots of webpages and checks for differences
manag... | jlineup:
workingDirectory: /tmp/jlineup/
screenshotsDirectory: report-{id}
reportDirectory: report-{id}
maxParallelJobs: 1
chromeLaunchParameters: --use-spdy=off, --disable-dev-shm-usage
edison:
application:
title: JLineup
description: Takes screenshots of webpages and checks for differences
manag... | Fix configuration for loggers endpoint, web version didn't start without a manual config file. | Fix configuration for loggers endpoint, web version didn't start without a manual config file.
| YAML | apache-2.0 | otto-de/jlineup,otto-de/jlineup,otto-de/jlineup |
2ecf19c979daa73a93ce15d4391283525fe722d9 | helm_deploy/cla-backend/values-staging.yaml | helm_deploy/cla-backend/values-staging.yaml | # Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
whitelist_additional:
- 52.210.85.116/32
# Lists don't ... | # Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
whitelist_additional:
- 52.210.85.116/32
# Lists don't ... | Use the newly migrated postgres10 database credentials | Use the newly migrated postgres10 database credentials
| YAML | mit | ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend |
b384b7390073df1cf5f18ad9b6826c0a6ffb3ead | config/environments/common/jira.yml | config/environments/common/jira.yml | ---
disabled: false
authentication:
strategy: oauth
consumer_key: 97d861d04544acff696aa1203ec53197
private_key_file: priv.pem
token: vJKdCKuYLIZnXrzQjzCVJsorvOx9wgPc
secret: <%= ENV["JIRA_SQUASH_SECRET"] %>
api_host: "https://jira.powershophq.com"
api_root: ""
create_issue_details: "/secure/CreateIssueDetail... | ---
disabled: false
authentication:
strategy: oauth
consumer_key: 97d861d04544acff696aa1203ec53197
private_key_file: priv.pem
token: vJKdCKuYLIZnXrzQjzCVJsorvOx9wgPc
secret: <%= ENV["JIRA_SQUASH_SECRET"] %>
api_host: "https://jira.fluxfederation.com"
api_root: ""
create_issue_details: "/secure/CreateIssueDet... | Update JIRA url in config | Update JIRA url in config
| YAML | apache-2.0 | powershop/SquareSquash-web,powershop/SquareSquash-web,powershop/SquareSquash-web,powershop/SquareSquash-web |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.