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 |
|---|---|---|---|---|---|---|---|---|---|
40a980c6ea7fdc7a4324f583ef5cffd62b3699fd | circle.yml | circle.yml | deployment:
dockerhub:
branch: master
commands:
- $DOCKER_HUB_TRIGGER
machine:
node:
version: 4.4.5
test:
override:
- npm install -g tap-xunit
- mkdir $CIRCLE_TEST_REPORTS/xunit
- npm test | tap-xunit > $CIRCLE_TEST_REPORTS/xunit/results.xml | deployment:
dockerhub:
branch: master
commands:
- $DOCKER_HUB_TRIGGER
machine:
node:
version: 8.9.4
test:
override:
- npm install -g tap-xunit
- mkdir $CIRCLE_TEST_REPORTS/xunit
- npm test | tap-xunit > $CIRCLE_TEST_REPORTS/xunit/results.xml | Update node version for tests | Update node version for tests
| YAML | apache-2.0 | Streampunk/ledger |
8f64ff01311776436ff0c242c06039c2d3a81e1d | circle.yml | circle.yml | machine:
environment:
DB_CONNECTION_STRING: jdbc:postgresql://localhost/circle_test?user=ubuntu
TEST_DB_USERNAME: ubuntu | machine:
environment:
DB_CONNECTION_STRING: jdbc:postgresql://localhost/circle_test?user=ubuntu
TEST_DB_USERNAME: ubuntu
GOOGLE_CLIENT_ID: 128416141127-mp9b2fsq6e8bt1r3lva6cot1kdqnlof9.apps.googleusercontent.com | Add client ID for CI | Add client ID for CI
| YAML | epl-1.0 | nilenso/time-tracker,nilenso/time-tracker,nilenso/time-tracker |
c6a42b14694c7689a9da9b332ea3f226021b699b | circle.yml | circle.yml | test:
override:
- ./scripts/circle-runner.sh aeron:
timeout: 480
parallel: true
machine:
java:
version: oraclejdk8
dependencies:
pre:
- sudo pip install awscli
- echo '{:user {:plugins [[lein-voom "0.1.0-20150822_000839-g763d315"]]}}' > ~/.lein/profiles.clj
- lein voom build-... | test:
override:
- ./scripts/circle-runner.sh aeron:
timeout: 480
parallel: true
machine:
java:
version: oraclejdk8
dependencies:
pre:
- sudo pip install awscli
- echo '{:user {:plugins [[lein-voom "0.1.0-20150822_000839-g763d315"]]}}' > ~/.lein/profiles.clj
- lein voom build-... | Add metrics and bookkeeper to release gist | Add metrics and bookkeeper to release gist
| YAML | epl-1.0 | onyx-platform/onyx,vijaykiran/onyx |
1d49c2737487c9953fcf9651cfd0e14aad3c7f12 | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
override:
- docker info
- docker build --no-cache -t=mattrayner/lamp .
test:
override:
- docker run -d -p 3000:80 mattrayner/lamp; sleep 10
- 'curl --retry 10 --retry-delay 5 -v --silent http://localhost:3000 --stderr - | grep "OS: Linux<br/>"'
-... | machine:
services:
- docker
dependencies:
override:
- docker info
- docker build --no-cache -t=mattrayner/lamp .
test:
override:
- docker run -d -p 3000:80 mattrayner/lamp; sleep 10
- 'curl --retry 10 --retry-delay 5 -v --silent http://localhost:3000 --stderr - | grep "OS: Linux<br/>"'
-... | Remove CircleCI deployments - moved to Docker Hub | Remove CircleCI deployments - moved to Docker Hub
| YAML | apache-2.0 | mattrayner/docker-lamp,mattrayner/docker-lamp,mattrayner/docker-lamp |
f9af3e22c2834bea12ba80504bb4fed42e246e49 | circle.yml | circle.yml | machine:
services:
- docker
dependencies:
override:
- docker build -t quay.io/levlaz/braindump .
test:
override:
- echo "No Tests"
# - docker run quay.io/levlaz/braindump python manage.py test
deployment:
docker:
tag: /v[0-9]+(\.[0-9]+)*/
owner: levlaz
commands:
- docker lo... | machine:
services:
- docker
dependencies:
override:
- docker build -t quay.io/levlaz/braindump:$CIRCLE_TAG .
test:
override:
- echo "No Tests"
# - docker run quay.io/levlaz/braindump python manage.py test
deployment:
docker:
tag: /v[0-9]+(\.[0-9]+)*/
owner: levlaz
commands:
... | Use Tags when Building Docker | Use Tags when Building Docker
| YAML | mit | levlaz/braindump,levlaz/braindump,levlaz/braindump,levlaz/braindump |
41b6fe9acee7f1052b270088fb312a714f0bbf0d | circle.yml | circle.yml | machine:
python:
version: 2.7.12
dependencies:
override:
- pip install --upgrade pip wheel # pip >= 8.0 needed to be compatible with "manylinux" wheels, used by numpy >= 1.11
- pip install twine
- pip install .[test] --upgrade
test:
pre:
- git fetch
override:
- make test
- ./check-... | machine:
python:
version: 2.7.12
env:
PYPI_USERNAME: openfisca-bot # set here the name of your Pypi account to automatically publish your template to Pypi
# PYPI_PASSWORD: this value is set in CircleCI's web interface; do not set it here, it is a secret!
dependencies:
override:
- pip install --u... | Improve CI config file readability | Improve CI config file readability
| YAML | agpl-3.0 | openfisca/country-template,openfisca/country-template |
ce648300d3457310106184d415b826f34ff0589a | circle.yml | circle.yml | machine:
python:
version: 2.7.9
node:
version: 6
dependencies:
pre:
- pip install robotframework==3.0
- pip install robotframework-requests==0.4.4
- pip install robotframework-selenium2library==1.7.4
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_m... | machine:
python:
version: 2.7.9
node:
version: 6
dependencies:
pre:
- pip install robotframework==3.0
- pip install robotframework-requests==0.4.4
- pip install robotframework-selenium2library==1.7.4
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_m... | Modify the robot testing in CI | Modify the robot testing in CI
| YAML | mit | rangle/bridge-events-map-app,AbdellaToronto/react-starter,AbdellaToronto/react-starter,Kiran-Rao/react-redux-starter,rangle/bridge-events-map-app,rangle/bridge-events-map-app,rangle/bridge-events-map-app,AbdellaToronto/react-starter,Kiran-Rao/react-redux-starter,AbdellaToronto/react-starter |
d1d9c896f8a5e43aa86c9539df18badc92701dc4 | circle.yml | circle.yml | machine:
environment:
LAMBDA_ARN: "arn:aws:lambda:us-east-1:320028119408:function:salvador-dev"
deployment:
production:
branch: master
commands:
# - lein deploy private
staging:
branch: lambda-deploy
commands:
- lein lambda update dev
# - aws lambda add-permission --function-name exc... | machine:
environment:
LAMBDA_ARN: "arn:aws:lambda:us-east-1:320028119408:function:salvador-dev"
deployment:
production:
branch: master
commands:
# - lein deploy private
- lein lambda update dev
staging:
branch: lambda-deploy
commands:
- lein lambda update dev
# - aws lambda add-p... | Update lambda with every build | Update lambda with every build
| YAML | apache-2.0 | trieloff/salvador |
9105806532d440fabb8775ca605ba9c36ea022a2 | circle.yml | circle.yml | machine:
node:
version: 8.6.0
dependencies:
override:
- npm i
test:
override:
- exit 0
deployment:
release:
branch: kevin-prevent-superlarge-image
owner: computer-lab
commands:
- ./contrib/resize-images.sh
| machine:
node:
version: 8.6.0
dependencies:
override:
- npm i
test:
override:
- exit 0
deployment:
release:
branch: master
owner: computer-lab
commands:
- ./contrib/resize-images.sh
| Revert "tmp: make sure transformer dtrt" | Revert "tmp: make sure transformer dtrt"
This reverts commit 4bcc35ca4f9f1ba015eca97e2f7758a64eff72d6.
| YAML | mit | computer-lab/salon94design.com,computer-lab/salon94design.com,computer-lab/salon94design.com |
fafb4f0ae9a9fb37f22eaf6f8258a97c86de2fa2 | circle.yml | circle.yml | machine:
timezone:
America/Montreal
node:
version:
6.3.0
general:
branches:
only:
- master
- electron-boilerplate-vue
test:
post:
- bash <(curl -s https://codecov.io/bash)
| machine:
timezone:
America/Montreal
node:
version:
6.3.0
general:
branches:
only:
- master
test:
post:
- bash <(curl -s https://codecov.io/bash)
| Remove the useless branch in the CircleCI config file | Remove the useless branch in the CircleCI config file
| YAML | mit | Elgolfin/4yb,Elgolfin/4yb |
e51c262308496e1ab1b1c5c5adfeef6e2dc39063 | circle.yml | circle.yml | general:
branches:
ignore:
- ggmaster
- hots
- jonomon
- master
- old_master
test:
override:
- python -m unittest discover test_replays
- python -m unittest discover test_s2gs
| general:
branches:
ignore:
- ggmaster
- hots
- jonomon
- master
- old_master
test:
override:
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
... | Add flake8 to the testing | Add flake8 to the testing | YAML | mit | ggtracker/sc2reader,ggtracker/sc2reader,StoicLoofah/sc2reader,StoicLoofah/sc2reader |
c6339eedf7b3c700b85714a7a856a6d158b7a5ee | devtools/conda-recipe/meta.yaml | devtools/conda-recipe/meta.yaml | package:
name: yank-dev
version: !!str 0.0.0
source:
path: ../..
build:
preserve_egg_dir: True
number: 0
skip: True # [py2k]
requirements:
build:
- python
- cython
- setuptools
run:
- python
- pandas
- numpy >=1.11
- scipy
- cython
- netcdf4 ==1.3.1 # TODO: Fix t... | package:
name: yank-dev
version: !!str 0.0.0
source:
path: ../..
build:
preserve_egg_dir: True
number: 0
skip: True # [py2k]
requirements:
build:
- python
- cython
- setuptools
run:
- python
- pandas
- numpy >=1.11
- scipy
- cython
- netcdf4 >=1.4.2
- openmm >... | Update netcdf4 to use latest netcdf | Update netcdf4 to use latest netcdf
| YAML | mit | choderalab/yank,choderalab/yank |
08a20ad662d7e376980964adc7bd248f118bbe6b | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
on:
push:
tags:
- 'v*.*.*'
jobs:
ghpublish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup system dependencies
run: |
sudo apt-get install autoconf-archive
- name: Configure
run: |
... | name: Deploy
on:
push:
tags:
- 'v*.*.*'
jobs:
ghpublish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup system dependencies
run: |
sudo apt-get install autoconf-archive
- name: Configure
run: |
... | Add missing ‘v’ to GHPR image tags | fix(docker): Add missing ‘v’ to GHPR image tags
| YAML | agpl-3.0 | alerque/casile,alerque/casile,alerque/casile,alerque/casile,alerque/casile |
826c82b1a3cb3eb7deeecd1d7586104b01543eed | .github/workflows/gradle.yml | .github/workflows/gradle.yml | name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '11', '14']
env:
WORKSPACE: ${{ github.workspace }}
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
RUN_TESTS_O... | name: Java CI
on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
inputs:
message:
description: 'Snapshot information (e.g. New Core Snapshot Tue Dec 15 00:07:18 UTC 2020 f212f54)'
required: true
jobs:
build:
runs-on: ubuntu-latest
... | Enable Java CI workflow dispatch | Enable Java CI workflow dispatch
| YAML | apache-2.0 | grails/grails3-functional-tests,grails/grails3-functional-tests |
197732e1f4b514a323bccb3f561d1502faeafd0a | .github/workflows/master.yml | .github/workflows/master.yml | name: master
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '11' ]
name: Build Spark with JDK ${{ matrix.java }}
steps:
- uses: actions/checkout@master
- name: Set up JDK $... | name: master
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '11' ]
hadoop: [ 'hadoop-2.7', 'hadoop-3.2' ]
exclude:
- java: '11'
hadoop: 'hadoop-2.7'
na... | Add Hadoop 2.7 combination to GitHub Action | [SPARK-29125][INFRA] Add Hadoop 2.7 combination to GitHub Action
### What changes were proposed in this pull request?
Until now, we are testing JDK8/11 with Hadoop-3.2. This PR aims to extend the test coverage for JDK8/Hadoop-2.7.
### Why are the changes needed?
This will prevent Hadoop 2.7 compile/package issues a... | YAML | apache-2.0 | wzhfy/spark,jkbradley/spark,jiangxb1987/spark,wangmiao1981/spark,dbtsai/spark,vinodkc/spark,taroplus/spark,xuanyuanking/spark,shuangshuangwang/spark,zzcclp/spark,srowen/spark,vinodkc/spark,xuanyuanking/spark,dbtsai/spark,ptkool/spark,bdrillard/spark,apache/spark,shuangshuangwang/spark,kevinyu98/spark,goldmedal/spark,vi... |
3f2379754336edbdeabb953586bbec13bb002e47 | .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]
mongodb-version: [3.2, 4.2]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
mongodb-version: [3.2, 4.2]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | Fix make -> update in GitHub action | Fix make -> update in GitHub action
| YAML | mit | johnjcamilleri/gabra-api,johnjcamilleri/gabra-api,MLRS/gabra-api,MLRS/gabra-api,MLRS/gabra-api,johnjcamilleri/gabra-api |
3d478baa50184d33187065e7b516e9acca995176 | app/config/config_test.yml | app/config/config_test.yml | imports:
- { resource: config_dev.yml }
- { resource: "@SimplyTestableWebClientBundle/Resources/config/parameters_test.yml" }
- { resource: "@SimplyTestableWebClientBundle/Resources/config/services_test.yml" }
framework:
test: ~
session:
storage_id: session.storage.mock_file
web_... | imports:
- { resource: config_dev.yml }
- { resource: "@SimplyTestableWebClientBundle/Resources/config/parameters_test.yml" }
- { resource: "@SimplyTestableWebClientBundle/Resources/config/services_test.yml" }
framework:
test: ~
session:
storage_id: session.storage.mock_file
web_... | Set test env to use /run/shm sqlite db for speed | Set test env to use /run/shm sqlite db for speed
| YAML | mit | webignition/web.client.simplytestable.com,webignition/web.client.simplytestable.com,webignition/web.client.simplytestable.com |
75e17eca4d0932427c991b2c907a4d0ff224b5de | config.yml | config.yml | COMMON: &common
DEBUG: False
TESTING: False
SECRET_KEY: 't0p s3cr3t'
SSL_DISABLE: False
SQLALCHEMY_COMMIT_ON_TEARDOWN: True
SQLALCHEMY_RECORD_QUERIES: True
SQLALCHEMY_TRACK_MODIFICATIONS: True
MAIL_SERVER: 'smtp.googlemail.com'
MAIL_PORT: 587
MAIL_USE_TLS: True
MAIL_USERNAME: 'MAIL_USERNAME'
MAI... | COMMON: &common
DEBUG: False
TESTING: False
SECRET_KEY: 't0p s3cr3t'
SSL_DISABLE: False
SQLALCHEMY_COMMIT_ON_TEARDOWN: True
SQLALCHEMY_RECORD_QUERIES: True
SQLALCHEMY_TRACK_MODIFICATIONS: True
MAIL_SERVER: 'smtp.googlemail.com'
MAIL_PORT: 587
MAIL_USE_TLS: True
MAIL_USERNAME: 'MAIL_USERNAME'
MAI... | Change type DEFAULT_USER_LANGUAGE from string into int | Change type DEFAULT_USER_LANGUAGE from string into int
| YAML | agpl-3.0 | uzh/msregistry |
c4b9e3155b116249fb349af5964af9d189dab631 | .azure-pipelines/test-code.yml | .azure-pipelines/test-code.yml | trigger:
- main
pr:
branches:
include:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-20.04'
mac:
imageName: 'macos-10.14'
windows:
imageName: 'vs2017-win2016'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
display... | trigger:
- main
pr:
branches:
include:
- '*'
strategy:
matrix:
linux:
imageName: 'ubuntu-20.04'
mac:
imageName: 'macos-10.15'
windows:
imageName: 'vs2017-win2016'
pool:
vmImage: $(imageName)
steps:
- task: NodeTool@0
inputs:
versionSpec: '14.x'
display... | Update mac image of azure pipelines | Update mac image of azure pipelines
| YAML | mit | yasuyuky/transient-emacs,yasuyuky/transient-emacs |
257143a20a95fdcd4cf83e2809616b53a3f28c54 | handlers/main.yml | handlers/main.yml | ---
- name: restart nginx
service: name=nginx state=restarted
# Restart the supervisor service itself, for loading new configuration
- name: restart supervisor
service: name=supervisor state=restarted
# Restart the forever instance (i.e. if a new version of the app is installed)
- name: restart ghost
super... | ---
- name: restart nginx
service: name=nginx state=restarted
# Restart the supervisor service itself, for loading new configuration
- name: restart supervisor
service: name=supervisor state=restarted
# Restart the node instance (i.e. if reconfigured or new version installed)
- name: restart ghost
supervis... | Fix comment - not using forever atm | Fix comment - not using forever atm
| YAML | mit | rmasters/ghost-ansible |
c3b6e45d1b7260e895b70ac91c1977102762db0e | handlers/main.yml | handlers/main.yml | ---
- name: restart dnsdist
service: name=dnsdist state=restarted
| ---
- name: check config and restart dnsdist
command: dnsdist --check-config -C /etc/dnsdist/dnsdist.conf
notify: restart dnsdist
- name: restart dnsdist
service: name=dnsdist state=restarted
| Add a check and restart handler | Add a check and restart handler
| YAML | mit | PowerDNS/dnsdist-ansible |
99b51e8e659061a62c6f452a1d2d84256fc567ec | templates/ci/html.yml | templates/ci/html.yml | # HTML
# Archive your static HTML application and save it with the build record.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(build.sourcesDirectory)'
includeRootFolder: false
- task: Pub... | # HTML
# Archive your static HTML project and save it with the build record.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: ArchiveFiles@2
inputs:
rootFolderOrFile: '$(build.sourcesDirectory)'
includeRootFolder: false
- task: Publish... | Update YAML template for HTML | Update YAML template for HTML | YAML | mit | dylan-smith/vso-agent-tasks,dylan-smith/vso-agent-tasks,Microsoft/vsts-tasks,dylan-smith/vso-agent-tasks,Microsoft/vsts-tasks,Microsoft/vsts-tasks,grawcho/vso-agent-tasks,grawcho/vso-agent-tasks,Microsoft/vso-agent-tasks,dylan-smith/vso-agent-tasks,grawcho/vso-agent-tasks,dylan-smith/vso-agent-tasks,grawcho/vso-agent-t... |
8a856ed79cc7ca97d4a12b9d5448014a0a3afd30 | clusterrunner.yaml | clusterrunner.yaml | Unit:
commands:
- nosetests --with-xunit --xunit-file $ARTIFACT_DIR/result.xml $TESTPATH
atomizers:
- TESTPATH: find "test/unit" -name "test_*.py"
| Unit:
commands:
- nosetests --with-xunit --xunit-file $ARTIFACT_DIR/result.xml $TESTPATH
atomizers:
- TESTPATH: find "test/unit" -name "test_*.py"
| Revert "TJ Testing pull request builder plugin" | Revert "TJ Testing pull request builder plugin"
This reverts commit 3f9b71498c650f904703205a14f97d5084273071.
| YAML | apache-2.0 | Medium/ClusterRunner,nickzuber/ClusterRunner,josephharrington/ClusterRunner,nickzuber/ClusterRunner,josephharrington/ClusterRunner,box/ClusterRunner,Medium/ClusterRunner,box/ClusterRunner |
5ad005db964a03299755523bf046471af2691b38 | .github/workflows/cs-fixer.yml | .github/workflows/cs-fixer.yml | name: CS Fixer
on: [push, pull_request]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: sebastianks/php-cs-fixer-ga@v0.0.2
with:
args: -vvv --using-cache false .
| name: CS Fixer
on: [push, pull_request]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: PHP-CS-Fixer
uses: sebastianks/php-cs-fixer-ga@v0.0.3
with:
args: -vvv --using-cache false .
| Update to version with php8 | Update to version with php8
| YAML | mit | sebastianks/volcano |
4ee27137a206e24852497e160b648380695d6c14 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Deploy
on:
push:
branches:
- master
tags:
- latest
- v*
jobs:
ghcr:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Fetch tags
run: |
... | name: Deploy
on:
push:
branches:
- master
tags:
- latest
- v*
jobs:
ghcr:
strategy:
fail-fast: false
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Fetch tags
run: |
... | Update workflow to push to GHCR | ci(actions): Update workflow to push to GHCR
| YAML | agpl-3.0 | alerque/casile,alerque/casile,alerque/casile,alerque/casile,alerque/casile |
ab1d0b80350893eb5c8914bb6fa48a09b84360d8 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | name: Nightly Deploy
on:
schedule:
- cron: "0 8 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger a build on Netlify
shell: bash
env:
NETLIFY_BUILD_HOOK: ${{ secrets.NETLIFY_BUILD_HOOK }}
run: curl -X POST -d {} "$NETLIFY_BUILD_HOOK"
| name: Weekly Deploy
on:
schedule:
- cron: "0 8 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger a build on Netlify
shell: bash
env:
NETLIFY_BUILD_HOOK: ${{ secrets.NETLIFY_BUILD_HOOK }}
run: curl -X POST -d {} "$NETLIFY_BUILD_HOOK"
| Deploy weekly during the offseason. | Deploy weekly during the offseason.
| YAML | mit | tristandunn/hockey,tristandunn/hockey,tristandunn/hockey |
b3f190c8a744c4e36cab63831e091fb713439c9c | configs/logging_config.yaml | configs/logging_config.yaml | version: 1
formatters:
simple:
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
colored:
(): colorlog.ColoredFormatter
format: '%(bg_black)s%(log_color)s%(levelname)-8s%(reset)s %(bg_blue)s[%(pathname)s : lineno %(lineno)s]%(reset)s %(bg_cyan)s %(asctime)s %(reset)s %(bg_black)s%(log_color... | version: 1
formatters:
simple:
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
colored:
(): colorlog.ColoredFormatter
format: '%(bg_black)s%(log_color)s%(levelname)-8s%(reset)s %(bg_blue)s[%(pathname)s : lineno %(lineno)s]%(reset)s %(bg_cyan)s %(asctime)s %(reset)s %(bg_black)s%(log_color... | Add handlers for logger 'glanceclient.common.http' | [SAIC-818] Add handlers for logger 'glanceclient.common.http'
| YAML | apache-2.0 | SVilgelm/CloudFerry,mgrygoriev/CloudFerry,SVilgelm/CloudFerry,MirantisWorkloadMobility/CloudFerry,MirantisWorkloadMobility/CloudFerry,mgrygoriev/CloudFerry,SVilgelm/CloudFerry,mgrygoriev/CloudFerry,MirantisWorkloadMobility/CloudFerry,mgrygoriev/CloudFerry,SVilgelm/CloudFerry,MirantisWorkloadMobility/CloudFerry |
ce398adda398188b56e85546c5f26819e0210099 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | # This workflow will do a clean install of node dependencies, 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:
branches: [ devel ]
pull_req... | # This workflow will do a clean install of node dependencies, 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:
branches: [ devel ]
pull_req... | Test using Node.js 14 too | Test using Node.js 14 too | YAML | bsd-2-clause | macbre/nodemw |
28c1f8a2f030e1a9081ed4097d2f5e2053064f5d | .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,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.node-ver... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x,14.x,16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-ver... | Build with Node.js 16 on GitHub Actions. | Build with Node.js 16 on GitHub Actions.
| YAML | mit | bigeasy/isochronous |
5190344c7fe41a84ad11cbcaa576eeabe6ac3861 | packages/he/hein.yaml | packages/he/hein.yaml | homepage: https://github.com/khanage/heineken
changelog-type: ''
hash: c8051d22122e9490a62f5d0daeece1a9f853161523d8a03f499544039c6252e4
test-bench-deps: {}
maintainer: khanage@gmail.com
synopsis: An extensible build helper for haskell, in the vein of leiningen.
changelog: ''
basic-deps:
ghc: ! '>=7.8.3'
bytestring:... | homepage: https://github.com/khanage/heineken
changelog-type: ''
hash: b00a3fa17cf2aca335c51844189072410351eb698cc073ae330bca0d0e1e5fb1
test-bench-deps: {}
maintainer: khanage@gmail.com
synopsis: An extensible build helper for haskell, in the vein of leiningen.
changelog: ''
basic-deps:
bytestring: ! '>=0.10.4.0'
b... | Update from Hackage at 2015-05-30T07:20:17+0000 | Update from Hackage at 2015-05-30T07:20:17+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
dc194a4073f5719351350b8866b31bd0272e6e78 | packages/hs/HSvm.yaml | packages/hs/HSvm.yaml | homepage: ''
changelog-type: ''
hash: 76bacb0f9e00742201757281c994c9b2649433bfcb39f49c3d678c0c4e9f7cc5
test-bench-deps: {}
maintainer: Paolo Losi <paolo.losi@gmail.com>
synopsis: Haskell Bindings for libsvm
changelog: ''
basic-deps:
base: ! '>=4 && <5'
containers: -any
all-versions:
- '0.1.0.2.89'
- '0.1.0.2.90'
au... | homepage: ''
changelog-type: ''
hash: 9938623ff8647cb64e120f75d8b7e94fa73f036a9a1cbdddcd44ea6b697c7f70
test-bench-deps: {}
maintainer: Pavel Ryzhov <paul@paulrz.cz>
synopsis: Haskell Bindings for libsvm
changelog: ''
basic-deps:
base: ! '>=4 && <5'
containers: -any
all-versions:
- '0.1.0.2.89'
- '0.1.0.2.90'
- '0.1... | Update from Hackage at 2017-08-16T22:15:56Z | Update from Hackage at 2017-08-16T22:15:56Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
70936d1da2392b14ff5aa45e6af70e3e28e541db | packages/lo/loup.yaml | packages/lo/loup.yaml | homepage: https://github.com/swift-nav/loup
changelog-type: ''
hash: 741833124c5028599f250cf6fd6c102614036323e6ee0d7e7c0ebca09f4c3b05
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Amazon Simple Workflow Service Wrapper for Work Pools.
changelog: ''
basic-deps:
amazonka: -any
bytestring: -an... | homepage: https://github.com/swift-nav/loup
changelog-type: ''
hash: 614bdb5f5b6e85790958ac32aa24ea10fe78c540717fb2134eaae3dd32411fd4
test-bench-deps: {}
maintainer: Mark Fine <dev@swiftnav.com>
synopsis: Amazon Simple Workflow Service Wrapper for Work Pools.
changelog: ''
basic-deps:
amazonka: -any
bytestring: -an... | Update from Hackage at 2017-06-15T22:57:44Z | Update from Hackage at 2017-06-15T22:57:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b733cef85e239ff77b10852df310df0e9728051f | .github/workflows/php-qa.yml | .github/workflows/php-qa.yml | name: PHP Quality Assurance
on: [push]
jobs:
qa:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
fail-fast: true
matrix:
php-versions: ['7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '8.0']
steps:
... | name: PHP Quality Assurance
on: [push]
jobs:
qa:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
strategy:
fail-fast: true
matrix:
php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
steps:
... | Use --migrate-configuration for PHPUnit in Actions | Use --migrate-configuration for PHPUnit in Actions
| YAML | mit | Brain-WP/BrainMonkey |
a016e896f05d2bd79b3e74667388764afbd68af1 | packages/ta/taco.yaml | packages/ta/taco.yaml | homepage: https://github.com/ocramz/taco-hs#readme
changelog-type: ''
hash: 990e839e311c782b4114b9834986433cae937ffe6ea7ca7703dbe9f466338a21
test-bench-deps:
base: -any
taco: -any
maintainer: zocca.marco gmail
synopsis: Tensor Algebra COmpiler
changelog: ''
basic-deps:
exceptions: -any
base: ! '>=4.7 && <5'
c... | homepage: https://github.com/ocramz/taco-hs#readme
changelog-type: ''
hash: 990e839e311c782b4114b9834986433cae937ffe6ea7ca7703dbe9f466338a21
test-bench-deps:
base: -any
taco: -any
maintainer: zocca.marco gmail
synopsis: Tensor Algebra COmpiler
changelog: ''
basic-deps:
exceptions: -any
base: ! '>=4.7 && <5'
c... | Update from Hackage at 2018-03-04T13:57:31Z | Update from Hackage at 2018-03-04T13:57:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0be613d7276f1083a5eba336e32b7f648edc406b | roles/nodejs/vars/main.yml | roles/nodejs/vars/main.yml | ---
nodejs_nvm_ver: "0.29.0"
nodejs_nvm_install_url: "https://raw.githubusercontent.com/creationix/nvm/v{{nodejs_nvm_ver}}/install.sh"
nodejs_nvm_install_script: "{{home_dir}}/tmp/install.sh"
nodejs_default_ver: "5.10"
nodejs_versions:
- "0.10"
- "0.12"
- "5.10"
nodejs_versions_to_remove:
- "0.10.40"
- "0.10... | ---
nodejs_nvm_ver: "0.29.0"
nodejs_nvm_install_url: "https://raw.githubusercontent.com/creationix/nvm/v{{nodejs_nvm_ver}}/install.sh"
nodejs_nvm_install_script: "{{home_dir}}/tmp/install.sh"
nodejs_default_ver: "5.10"
nodejs_versions:
- "0.10"
- "0.12"
- "5.10"
nodejs_versions_to_remove:
- "0.10.43"
- "5.9.... | Remove old node 0.10.x versions | Remove old node 0.10.x versions
| YAML | mit | mtchavez/mac-ansible |
b4fdd05d0bf1cf87c4f8c76bd67611fd2009844b | src/Oro/Bundle/ConfigBundle/Resources/translations/messages.en.yml | src/Oro/Bundle/ConfigBundle/Resources/translations/messages.en.yml | oro:
config:
module_label: "System configuration"
actions:
collapse_all: "Collapse all"
expand_all: "Expand all"
save_settings: "Save settings"
restore_saved_values: "Reset"
menu:
system_configuration.label: "Configurati... | oro:
config:
module_label: "System configuration"
actions:
collapse_all: "Collapse All"
expand_all: "Expand All"
save_settings: "Save settings"
restore_saved_values: "Reset"
menu:
system_configuration.label: "Configurati... | Add toggle trigger for changing state of Configuration Items - revert translations | BAP-16565: Add toggle trigger for changing state of Configuration Items
- revert translations
| YAML | mit | orocrm/platform,orocrm/platform,orocrm/platform |
c9df0b962e4fa06c42485dfa0b12e81ba20ffbd9 | packages/or/orthotope-hmatrix.yaml | packages/or/orthotope-hmatrix.yaml | homepage: ''
changelog-type: markdown
hash: 93471b96446d464f043c08a99f4857c11c410d25da53612cee9f3e7df927d682
test-bench-deps: {}
maintainer: lennart@augustsson.net
synopsis: Some algorithms from hmatrix
changelog: |+
## Changes
#### 0.1.0.0
- Initial version
basic-deps:
base: '>=4.12 && <4.18'
orthotope: -... | homepage: ''
changelog-type: markdown
hash: 8ad94c788f6913a6b6461b07343774850f74cb53207f220d94ce58f30b802b7e
test-bench-deps: {}
maintainer: lennart@augustsson.net
synopsis: Some algorithms from hmatrix
changelog: |+
## Changes
#### 0.1.0.0
- Initial version
basic-deps:
base: '>=4.12 && <4.18'
orthotope: -... | Update from Hackage at 2022-01-18T14:43:14Z | Update from Hackage at 2022-01-18T14:43:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0bd62c911843f02b76bf6b0fe1af228aff7690c1 | .github/workflows/pythonapp.yml | .github/workflows/pythonapp.yml | name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install... | name: Python application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install... | Add unit tests to CI | Add unit tests to CI
| YAML | mit | plamere/spotipy |
893f65f30135e1404db85e0e92f6aa67e6ee6ea6 | recipes/datamuxer/meta.yaml | recipes/datamuxer/meta.yaml | package:
name: datamuxer
version: v0.3.0
source:
git_url: https://github.com/NSLS-II/datamuxer
git_rev: v0.3.0
build:
number: 0
requirements:
build:
- python
run:
- python
- pandas
- six
- scipy
- tzlocal
test:
requires:
- nslsii_dev_configuration
- databroker
impo... | package:
name: datamuxer
version: v0.3.0
source:
git_url: https://github.com/NSLS-II/datamuxer
git_rev: v0.3.0
build:
number: 0
requirements:
build:
- python
run:
- python
- pandas
- six
- scipy
- tzlocal
test:
requires:
- nslsii_dev_configuration
imports:
- datamu... | Remove databroker from test requirements for datamuxer | Remove databroker from test requirements for datamuxer
| YAML | bsd-3-clause | NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes |
cbd8b3c1566f77b8e1a43c3d40d915aed72b6fbe | recipes/freebayes/meta.yaml | recipes/freebayes/meta.yaml | package:
name: freebayes
version: '1.1.0'
source:
git_url: https://github.com/ekg/freebayes.git
git_rev: 39e5e4b
build:
number: 0
skip: False
requirements:
build:
- cmake
- zlib
- python
run:
- zlib
- python
test:
commands:
- freebayes --version
about:
home: https://g... | package:
name: freebayes
version: '1.1.0'
source:
git_url: https://github.com/ekg/freebayes.git
git_rev: 39e5e4b
build:
number: 0
skip: False
requirements:
build:
- cmake
- zlib
- python
run:
- zlib
- python
test:
commands:
- freebayes --version
about:
home: https://git... | Switch to git source checkout | Switch to git source checkout
| YAML | mit | zwanli/bioconda-recipes,gvlproject/bioconda-recipes,npavlovikj/bioconda-recipes,rob-p/bioconda-recipes,HassanAmr/bioconda-recipes,bebatut/bioconda-recipes,keuv-grvl/bioconda-recipes,ivirshup/bioconda-recipes,keuv-grvl/bioconda-recipes,matthdsm/bioconda-recipes,roryk/recipes,keuv-grvl/bioconda-recipes,ivirshup/bioconda-... |
31884aa6070a43934f93d761c46082531fed45ed | stable/contour/templates/clusterrolebinding.yaml | stable/contour/templates/clusterrolebinding.yaml | {{- if .Values.rbac.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ template "contour.fullname" . }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ template "contour.name" . }}
subjects:
- kind: ServiceAccount
name: {{ template "cont... | {{- if .Values.rbac.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ template "contour.fullname" . }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ template "contour.fullname" . }}
subjects:
- kind: ServiceAccount
name: {{ template "... | Use correct ClusterRole name in ClusterRoleBinding | Use correct ClusterRole name in ClusterRoleBinding
| YAML | mit | rimusz/charts |
7e77fc7c8fc311934ef6d19968e5cafa4d67dfa4 | packages/me/mergeless.yaml | packages/me/mergeless.yaml | homepage: https://github.com/NorfairKing/mergeless#readme
changelog-type: markdown
hash: 76707af87bf1df3ca2d5cb164d68f980ec83be9faac7a23eb8f0baf5f5cbf4a3
test-bench-deps: {}
maintainer: syd.kerckhove@gmail.com
synopsis: ''
changelog: |
# Changelog for mergeless
## Unreleased changes
## [0.2.0.0] - 2020-02-12
... | homepage: https://github.com/NorfairKing/mergeless#readme
changelog-type: markdown
hash: c7be570b7d52976a1f98af96958e58b027f45d906fc9320282a3d2de8e1534e5
test-bench-deps: {}
maintainer: syd.kerckhove@gmail.com
synopsis: ''
changelog: |
# Changelog for mergeless
## Unreleased changes
## [0.2.0.1] - 2020-02-13
... | Update from Hackage at 2020-02-13T12:03:40Z | Update from Hackage at 2020-02-13T12:03:40Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1bc364febafc6d968f11b9bdb2eb2db98092ab7a | ansible/roles/kibana/tasks/main.yml | ansible/roles/kibana/tasks/main.yml | ---
# tasks file for kibana
# include the distro-specific stuff
- include: debian.yml
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
- include: rhel.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
- name: Copy the Kibana config
templat... | ---
# tasks file for kibana
# include the distro-specific stuff
- include: debian.yml
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
- include: rhel.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
- name: Copy the Kibana config
templa... | Install the x-pack plugin as the kibana user | Install the x-pack plugin as the kibana user
| YAML | mit | proffalken/aws-blog-framework,proffalken/aws-blog-framework,proffalken/aws-blog-framework |
3a22ef65b8f5afe050f970da9f66a40227544f4c | bootstrap/playbooks/solar.yaml | bootstrap/playbooks/solar.yaml | ---
- hosts: all
sudo: yes
tasks:
# Setup development env for solar
- shell: python setup.py develop chdir=/vagrant/solar
| ---
- hosts: all
sudo: yes
tasks:
# Setup development env for solar
- shell: pip install -e . chdir=/vagrant/solar
| Use pip install instead of setup.py develop | Use pip install instead of setup.py develop
| YAML | apache-2.0 | zen/solar,loles/solar,pigmej/solar,Mirantis/solar,pigmej/solar,loles/solar,Mirantis/solar,openstack/solar,loles/solar,openstack/solar,loles/solar,Mirantis/solar,openstack/solar,zen/solar,pigmej/solar,zen/solar,Mirantis/solar,zen/solar |
57d5dbfaa97da40f7a034fa0f69d34301020467b | jjb/_scm.yaml | jjb/_scm.yaml | - scm:
name: github
scm:
- git:
url: "git@github.com:{github-owner}/{github-project}.git"
branches:
- '{branch}'
browser: githubweb
browser-url: "https://github.com/{github-owner}/{github-project}/"
| - scm:
name: github
scm:
- git:
url: "https://github.com/{github-owner}/{github-project}"
branches:
- '{branch}'
browser: githubweb
browser-url: "https://github.com/{github-owner}/{github-project}/"
| Use a working git URL | Use a working git URL
| YAML | apache-2.0 | drwahl/jenkins-jjb |
d38281f5c9b55226f9725940e77545bee112fe21 | metadata/com.punksta.apps.volumecontrol.yml | metadata/com.punksta.apps.volumecontrol.yml | Categories:
- System
License: MIT
SourceCode: https://github.com/punksta/volume_control_android
IssueTracker: https://github.com/punksta/volume_control_android/issues
Changelog: https://github.com/punksta/volume_control_android/releases
AutoName: Volume Control
RepoType: git
Repo: https://github.com/punksta/volume_... | Categories:
- System
License: MIT
SourceCode: https://github.com/punksta/volume_control_android
IssueTracker: https://github.com/punksta/volume_control_android/issues
Changelog: https://github.com/punksta/volume_control_android/releases
AutoName: Volume Control
RepoType: git
Repo: https://github.com/punksta/volume_... | Update Volume Control to 2.3.4 (24) | Update Volume Control to 2.3.4 (24)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
bc9206afaee526f2c8624861510cb667535bdbc4 | metadata/uk.sensoryunderload.infinilist.yml | metadata/uk.sensoryunderload.infinilist.yml | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/fredx100/InfiniList
IssueTracker: https://github.com/fredx100/InfiniList/issues
AutoName: InfiniList
RepoType: git
Repo: https://github.com/fredx100/InfiniList
Builds:
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
subd... | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/fredx100/InfiniList
IssueTracker: https://github.com/fredx100/InfiniList/issues
AutoName: InfiniList
RepoType: git
Repo: https://github.com/fredx100/InfiniList
Builds:
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
subd... | Update InfiniList to 1.0.5 (6) | Update InfiniList to 1.0.5 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
5929b228c974a2a207276514567dce486aa1f262 | tasks/ansible_aws_get_config_from_s3.yml | tasks/ansible_aws_get_config_from_s3.yml | ---
- name: Make sure there is no existing file called {{ ansible_aws_config_file }}
file:
path: "{{ ansible_aws_config_file }}"
state: absent
- name: Copy config file {{ ansible_aws_config_file }} from {{ ansible_aws_s3_url }}
command: "{{ ansible_aws_paths.aws }} s3 cp {{ ansible_aws_s3_url }} {{ ansib... | ---
- name: Make sure there is no existing file called {{ ansible_aws_config_file }}
file:
path: "{{ ansible_aws_config_file }}"
state: absent
- name: Copy config file {{ ansible_aws_config_file }} from {{ ansible_aws_s3_url }}
command: "{{ ansible_aws_paths.aws }} s3 cp {{ ansible_aws_s3_url }} {{ ansib... | Exit if the config file wasn't downloaded | Exit if the config file wasn't downloaded
| YAML | bsd-2-clause | dieswaytoofast/ansible_aws |
08ccf227d00e7b59d73a5ca3f671ef0524d0a6e1 | 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.1 (101) | Update Libre Ipsum to 0.1.1 (101)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f54369c4e57003ac4bb21b1bc7ab90b8af975251 | tasks/main.yml | tasks/main.yml | ---
# See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
- name: Ensure script to install NodeSource Node.js 0.12 repo has been executed
shell: >
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
creates=/etc/apt/sources.list.d/nodesource.list
sudo: yes
- nam... | ---
# See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
- name: Ensure script to install NodeSource Node.js 0.12 repo has been executed
shell: >
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
creates=/etc/apt/sources.list.d/nodesource.list
sudo: yes
- nam... | Make sure user config files are validated before upload | Make sure user config files are validated before upload
| YAML | mit | astorije/ansible-lounge,astorije/ansible-role-shout,astorije/ansible-role-shout |
cfeca3e7f1cb33bfd2b4beab45177351a9e4ec7f | roles/ranger/tasks/main.yml | roles/ranger/tasks/main.yml | ---
- name: Install ranger
become: true
package:
name: ranger
state: installed
- name: Symlink rifle config
- file:
src: "{{ role_path }}/files/rifle.conf"
dest: "~/.config/ranger/rifle.conf"
state: link
| ---
- name: Install ranger
become: true
package:
name: ranger
state: installed
- name: Symlink rifle config
file:
src: "{{ role_path }}/files/rifle.conf"
dest: "~/.config/ranger/rifle.conf"
state: link
| Fix syntax error in ranger task | Fix syntax error in ranger task
| YAML | mit | JohnAZoidberg/dotfiles,JohnAZoidberg/dotfiles |
e7f7d5a54aad0fe3325b249553b5cd5354b9638d | compose/3node_cluster/base.yml | compose/3node_cluster/base.yml | consul:
image: docker2.r3.03.bera.gaikai.biz:5000/qnib/consul
ports:
- "8500:8500"
- "8400:8400"
- "8302:8302"
- "8302:8302/udp"
- "8301:8301"
- "8301:8301/udp"
- "8300:8300"
environment:
- DC_NAME=qnib
- CONSUL_BOOTSTRAP_SOLO=true
- CONSUL_CLUSTER_IPS=192.168.99.100,192.168.99.101,1... | consul:
image: qnib/consul
ports:
- "8500:8500"
- "8400:8400"
- "8302:8302"
- "8302:8302/udp"
- "8301:8301"
- "8301:8301/udp"
- "8300:8300"
environment:
- DC_NAME=dc1
- CONSUL_BOOTSTRAP_SOLO=true
- CONSUL_CLUSTER_IPS=192.168.99.100,192.168.99.101,192.168.99.102
- RUN_SERVER=true
... | Revert "use qnib as DC" | Revert "use qnib as DC"
This reverts commit aa3da8cb85ed1a3a35dcfedceddc8b556d22e80d.
| YAML | mit | qnib/docker-consul |
03e2c50c1896955bb65ecaf696702fe47be82af0 | .forestry/front_matter/templates/data-socials.yml | .forestry/front_matter/templates/data-socials.yml | ---
hide_body: false
is_partial: false
fields:
- type: field_group_list
name: socials
label: Socials
description: Social and online accounts
fields:
- type: text
name: title
label: Title
description: e.g. Facebook
config:
required: true
- type: text
label: URL
name: url
des... | ---
hide_body: false
is_partial: false
fields:
- type: field_group_list
name: socials
label: Socials
description: Social and online accounts
fields:
- type: text
name: title
label: Title
description: e.g. Facebook
config:
required: true
- type: text
label: URL
name: url
des... | Update from Forestry.io - _data/socials.yml | Update from Forestry.io - _data/socials.yml | YAML | mit | truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io |
01fde06f3bc5f6cf8ec56fa440564f403d36952a | test-integration/generator.yml | test-integration/generator.yml | - params:
base: ../../../../../
- description: Install Yeoman as peer dependency
command: npm install -g yo
exitcode: 0
- description: Install Generator Bob
command: cd {base} && npm link
exitcode: 0
- description: Generate Bob project using Yeoman
command: echo "someproject" | yo bob
exitcode: 0
o... | - params:
base: ../../../../../
- description: Install Yeoman as peer dependency
command: npm install -g yo
exitcode: 0
- description: Install Generator Bob
command: cd {base} && npm link
exitcode: 0
- description: Generate Bob project using Yeoman
command: echo "someproject" | yo bob
exitcode: 0
o... | Change test expectation, latest dep no longer includes colon in prompts. | Change test expectation, latest dep no longer includes colon in prompts.
| YAML | mit | cliffano/generator-bob |
60bb7b20af3345ad5eb64b71d78249bcf3e8db46 | glide.yaml | glide.yaml | package: github.com/trilopin/godinary
import:
- package: cloud.google.com/go
version: ^0.13.0
subpackages:
- storage
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/h2non/bimg.v1
version: ^1.0.18
- package: github.com/getsentry/raven-go
- package: github.com/certifi/gocertifi
versio... | package: github.com/trilopin/godinary
import:
- package: cloud.google.com/go
version: ^0.13.0
subpackages:
- storage
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/h2non/bimg.v1
version: ^1.0.14
- package: github.com/getsentry/raven-go
- package: github.com/certifi/gocertifi
versio... | Revert "upgrade bimg to 1.0.18 in order to avoid go-debug dependency" | Revert "upgrade bimg to 1.0.18 in order to avoid go-debug dependency"
This reverts commit bfb653e75cbbba92d2157a9ed9c979871d858286.
| YAML | mit | trilopin/godinary |
83f35a1f2157f98e3058588846852103a2d43987 | .pyup.yml | .pyup.yml | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: True
-... | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements.in:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: False
- req... | Update PyUp configuration for pip-tools | Update PyUp configuration for pip-tools
| YAML | mit | alphagov/digitalmarketplace-search-api,alphagov/digitalmarketplace-search-api |
c38751f26cbd437bbb8b56bef1710177ac61d912 | .zuul.yml | .zuul.yml | ui: mocha-bdd
concurrency: 5
browsers:
- name: android
version: [oldest, latest]
- name: chrome
version: [oldest, latest]
- name: firefox
version: [oldest, latest]
- name: ie
version: oldest..latest
- name: iphone
version: [6.0, 9.0]
- name: safari
version: oldest..latest
| ui: mocha-bdd
concurrency: 5
browsers:
- name: android
version: [oldest, latest]
- name: chrome
version: [oldest, latest]
- name: firefox
version: [oldest, latest]
- name: ie
version: oldest..latest
- name: iphone
version: [5.1, 6.0, 9.0]
- name: safari
version: oldest..latest
| Add iPhone 5.1 to test device. | Add iPhone 5.1 to test device.
| YAML | mit | lsm/superplumber,lsm/superpipe |
44bf332a0ad7b7cdee4fdd6cc315c66b857e551a | .zuul.yml | .zuul.yml | ui: jasmine
browsers:
- name: chrome
version: 30..latest
- name: ie
version: 9..latest
- name: firefox
version: 30..latest
- name: iphone
version: 4.3..latest
- name: ipad
version: 4.3..latest
- name: android
version: 4.0..latest
- name: opera
version: 11..latest
- name: safa... | ui: jasmine
browsers:
- name: chrome
version: 30..latest
- name: ie
version: 9..latest
- name: firefox
version: 30..latest
- name: iphone
version: 6..latest
- name: ipad
version: 6..latest
- name: android
version: 4.0..latest
- name: opera
version: 12..latest
- name: safari
... | Update Zuul to exclude unsupported browser versions. | Update Zuul to exclude unsupported browser versions.
| YAML | bsd-3-clause | virajsanghvi/seamless-immutable,oliverwoodings/seamless-immutable,rtfeldman/seamless-immutable,jedwards1211/seamless-immutable,crudh/seamless-immutable,SamHowie/seamless-immutable |
1acde7390e36ed6ecf3920ce6c6f74891f446971 | packages/we/webkit2gtk3-javascriptcore.yaml | packages/we/webkit2gtk3-javascriptcore.yaml | homepage: ''
changelog-type: ''
hash: e1e410f39ca702d509856e20e113db0e1e8d79315328736084b6c5a93541e59a
test-bench-deps: {}
maintainer: Ian-Woo Kim <ianwookim@gmail.com>
synopsis: JavaScriptCore FFI from webkitgtk
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- 0.14.2.1
- 0.14.3.0
author: Ian-Woo Kim
lat... | homepage: ''
changelog-type: ''
hash: 4532761f3efb64bf36517c9231f259e5b2d75a5bda372777cf2adbe386c521d2
test-bench-deps: {}
maintainer: Ian-Woo Kim <ianwookim@gmail.com>
synopsis: JavaScriptCore FFI from webkitgtk
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- 0.14.2.1
- 0.14.3.0
- 0.14.4.0
author: Ian-... | Update from Hackage at 2019-12-23T22:03:38Z | Update from Hackage at 2019-12-23T22:03:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8f0e1a896aa9acce542e16014bbfbcdc538f7206 | config/mongoid.yml | config/mongoid.yml | development:
# Configure available database sessions. (required)
sessions:
# Defines the default session. (required)
default:
# Defines the name of the default database that Mongoid can connect to.
# (required).
database: recruiter_development
# Provides the hosts the default session... | development:
# Configure available database sessions. (required)
sessions:
# Defines the default session. (required)
default:
# Defines the name of the default database that Mongoid can connect to.
# (required).
database: recruiter_development
# Provides the hosts the default session... | Update mongodb config for production | Update mongodb config for production
| YAML | mit | jrhorn424/recruiter,jrhorn424/recruiter |
966c1694ba6a69f27909e92f8a69f4bed3ec3e16 | codeship-steps.yml | codeship-steps.yml | - service: maven
command: mvn clean deploy -DdockerBuild=true
encrypted_dockercfg_path: dockercfg.encrypted
| - service: maven
command: mvn clean install -DdockerBuild=true -DpushImage
encrypted_dockercfg_path: dockercfg.encrypted
| Use maven install instead of deploy | Use maven install instead of deploy
| YAML | apache-2.0 | corbel-platform/corbel,bq/corbel,corbel-platform/corbel,bq/corbel |
f339ef25c70d2132e72c3ce81dcd91e8006e4273 | config/plugins.yml | config/plugins.yml | loomio_org_plugin:
repo: https://github.com/loomio/loomio_org_plugin.git
branch: membership-emails
loomio_tags:
repo: https://github.com/loomio/loomio_tags.git
loomio_truncate_comment:
repo: https://github.com/loomio/loomio_truncate_comment.git
loomio_content_preview:
repo: ... | loomio_org_plugin:
repo: https://github.com/loomio/loomio_org_plugin.git
loomio_tags:
repo: https://github.com/loomio/loomio_tags.git
loomio_truncate_comment:
repo: https://github.com/loomio/loomio_truncate_comment.git
loomio_content_preview:
repo: https://github.com/loomio/lo... | Use master loomio org plugin branch | Use master loomio org plugin branch
| YAML | agpl-3.0 | piratas-ar/loomio,loomio/loomio,loomio/loomio,loomio/loomio,piratas-ar/loomio,loomio/loomio,piratas-ar/loomio,piratas-ar/loomio |
4e7400ae615e537113fba0da228b350cb8496f75 | server/stack.yaml | server/stack.yaml | resolver: lts-12.5
extra-deps:
- github: fimad/prometheus-haskell
commit: e44ab37a5d4e4a570e24cb1ca29d2753a27090c5
subdirs:
- prometheus-client
- prometheus-metrics-ghc
- wai-middleware-prometheus
| resolver: lts-12.5
extra-deps:
- prometheus-client-1.0.0
- prometheus-metrics-ghc-1.0.0
- wai-middleware-prometheus-1.0.0
| Use the newly released prometheus-client-1.0.0 library | Use the newly released prometheus-client-1.0.0 library
Instead of building from git. This still needs some fixes in our code
though, since the types in the library changed.
| YAML | bsd-3-clause | channable/icepeak,channable/icepeak,channable/icepeak |
d32612300e2d24e01ddd3874990f9dd887b0f45e | azure-pipelines.yml | azure-pipelines.yml | # Maven package Java project Web App to Linux on Azure
# Build your Java project and deploy it to Azure as a Linux web app
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
- develop
pool:
vmImage: 'ubuntu-late... | # Maven package Java project Web App to Linux on Azure
# Build your Java project and deploy it to Azure as a Linux web app
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
- develop
- release/*
pool:
vmImage: ... | Update azure pipeline to build release branches | Update azure pipeline to build release branches
| YAML | agpl-3.0 | musIndex/mouseinventory,musIndex/mouseinventory,musIndex/mouseinventory |
7be7bb240f14ef7286678ec4a3db9b35496015b5 | config/secrets.yml | config/secrets.yml | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to diction... | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to diction... | Change config files for secret_key_base | Change config files for secret_key_base
| YAML | mit | mccallumjack/sinder,mccallumjack/sinder,mccallumjack/sinder |
96d1a8a40aafcc95333863e8aeb2763da5902862 | config/storage.yml | config/storage.yml | test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>
google:
service: GCS
credentials:
type: "service_account"
project_id: "<%= ENV.fetch('GOOGLE_PROJECT_ID', '') %>"
private_key_id: "<%= ENV.fetch('GOOGLE_PRIVATE_KEY_ID',... | test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>
google:
service: GCS
credentials:
type: "service_account"
project_id: "<%= ENV.fetch('GOOGLE_PROJECT_ID', '') %>"
private_key_id: "<%= ENV.fetch('GOOGLE_PRIVATE_KEY_ID',... | Fix line endings in config file | Fix line endings in config file
| YAML | agpl-3.0 | panterch/future_kids,panterch/future_kids,panterch/future_kids,panterch/future_kids |
415827e2760b1a1970df71afc320de3fd1594fba | .github/workflows/build-ab.yml | .github/workflows/build-ab.yml | name: build ab
on:
- push
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential cmake libfmt-dev python3-pip ninja-build ragel
sudo pip install pyyaml jinja2
- name: chec... | name: build ab
on:
- push
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential cmake libfmt-dev python3-pip ninja-build ragel
sudo pip install pyyaml jinja2
- name: chec... | Remove verbose option from ninja | Remove verbose option from ninja
Signed-off-by: Robert Young <42c59959a3f4413d6a1b4d7b4f99db457d199e49@gmail.com>
| YAML | apache-2.0 | ab-vm/ab,ab-vm/ab,ab-vm/ab,ab-vm/ab,ab-vm/ab |
4bc39cb899e42825b7172f330e0c34d3d8780c13 | .github/workflows/ci-build.yml | .github/workflows/ci-build.yml | name: CI
on: push
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run:
make test
| name: CI
on: pull_request
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run:
make test
| Change push to pull_request event | Change push to pull_request event
Used push to trigger before opening a PR.
| YAML | bsd-3-clause | scraperwiki/hanoverd,sensiblecodeio/hanoverd,sensiblecodeio/hanoverd,scraperwiki/hanoverd |
f197f9d0bcaea6c999295ad45c18b071e7d8ada7 | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.y... | Update Valgrind to new version 3.0.0 | Update Valgrind to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/stub,steinwurf/stub |
eea40bdff6efe5c43a894d61115b3ec8ee4b4033 | tasks/install.deb.yml | tasks/install.deb.yml | ---
- name: Install requirements - pt. 1
apt: pkg={{item}}
with_items:
- cron
- lzop
- pv
- python-pip
- name: Install requirements - pt. 2
pip: name=wal-e
| ---
- name: Install requirements - pt. 1
apt: pkg={{item}}
with_items:
- cron
- lzop
- pv
- python-pip
- python-dev
- python-lxml
- name: Install requirements - pt. 2
pip: name=wal-e
| Add more packages required to build/install wal-e | Add more packages required to build/install wal-e | YAML | mit | Stouts/Stouts.wale |
e2aed49adfa17d1c02e7b8c4b085371f8999e6b5 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | ---
on:
- push
- pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
- name: Compile
run: g... | ---
on:
- push
- pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
- name: Compile
run: go... | Use go1.18 in CI as well | Use go1.18 in CI as well
| YAML | mit | jekyll/dashboard |
4e506c0d05146aa0c3cee1d71f5709df2228e74b | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: David Wittman
description: Highly configurable role to install Redis and Redis Sentinel from source
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- 6
categori... | ---
galaxy_info:
author: David Wittman
description: Highly configurable role to install Redis and Redis Sentinel from source
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- 6
- ... | Add EL 7 to supported platforms | Add EL 7 to supported platforms | YAML | mit | DavidWittman/ansible-redis,holycattle/ansible-redis,mikechau/ansible-redis,silverlogic/ansible-redis,3choBoomer/ansible-redis,umn-asr/ansible-redis,albsen/ansible-redis,DavidWittman/ansible-redis,sourcestream/ansible-redis |
5e6fab9b0b964bd1bd04465584a37cf575ec56ea | metadata.yaml | metadata.yaml | name: layer-docker
summary: juju-compose layer for Docker
maintainers:
- Charles Butler <charles.butler@canonical.com>
- Matt Bruzek <matthew.bruzek@canonical.com>
description: |
A minimalist docker charm layer for use with juju compose,
powered by the reactive framework
tags:
- containers
- layer
subor... | name: docker
summary: juju-compose layer for Docker
maintainers:
- Charles Butler <charles.butler@canonical.com>
- Matt Bruzek <matthew.bruzek@canonical.com>
description: |
A minimalist docker charm layer for use with juju compose,
powered by the reactive framework
tags:
- containers
- layer
subordinate... | Rename layer-docker to 'docker' for generation purposes | Rename layer-docker to 'docker' for generation purposes
| YAML | bsd-3-clause | chuckbutler/layer-docker,chuckbutler/layer-docker |
5ca5de64cff9cedf9b10a2fee4a6a22af5f1f0b3 | metadata/com.blogspot.developersu.ns_usbloader.yml | metadata/com.blogspot.developersu.ns_usbloader.yml | Categories:
- Connectivity
License: GPL-3.0-or-later
WebSite: https://developersu.blogspot.com
SourceCode: https://github.com/developersu/ns-usbloader-mobile
IssueTracker: https://github.com/developersu/ns-usbloader-mobile/issues
Changelog: https://github.com/developersu/ns-usbloader-mobile/releases
Donate: https://p... | Categories:
- Connectivity
License: GPL-3.0-or-later
WebSite: https://developersu.blogspot.com
SourceCode: https://github.com/developersu/ns-usbloader-mobile
IssueTracker: https://github.com/developersu/ns-usbloader-mobile/issues
Changelog: https://github.com/developersu/ns-usbloader-mobile/releases
Donate: https://p... | Update metadata for picking up the latest application version | Update metadata for picking up the latest application version
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
e7cd76c52948dea50f6b66b33c2ae7a9bd6ae2f6 | docker-compose.yml | docker-compose.yml | version: '3.1'
services:
mongo:
container_name: gazetteer_mongo
image: mongo:4.0
volumes:
- ./mongo/docker-entrypoint.sh:/docker-entrypoint.sh
- ./src/test/resources:/docker-entrypoint-initdb.d/data
environment:
MONGO_INITDB_DATABASE: gazetteer
ports:
- 27017:27017
en... | version: '3.1'
services:
mongo:
container_name: gazetteer_mongo
image: mongo:4.0
volumes:
- ./mongo/docker-entrypoint.sh:/docker-entrypoint.sh
- ./src/test/resources:/docker-entrypoint-initdb.d/data
environment:
MONGO_INITDB_DATABASE: gazetteer
ports:
- 27017:27017
en... | Add discovery type to prevent memory warning in development mode | Add discovery type to prevent memory warning in development mode
Also see: https://www.elastic.co/guide/en/elasticsearch/reference/6.7/docker.html
| YAML | apache-2.0 | dainst/gazetteer,codarchlab/gazetteer,dainst/gazetteer,codarchlab/gazetteer,dainst/gazetteer,codarchlab/gazetteer,dainst/gazetteer,dainst/gazetteer,codarchlab/gazetteer,codarchlab/gazetteer,dainst/gazetteer |
1acf8f7f0ac052de51d2f02a800429e82ebcc538 | roles/static/tasks/main.yml | roles/static/tasks/main.yml | ---
- name: create static sync user
user: name={{ static.sync_user }} createhome=no state=present
- name: create static dir
file: path={{ static_dir }} state=directory
- name: create static idp image directory
file: path={{ static_dir }}/logos/idp state=directory owner={{ static.sync_user }}
- name: create st... | ---
- name: create static sync user
user: name={{ static.sync_user }} createhome=no state=present
- name: create static dir
file: path={{ static_dir }} state=directory
- name: create static idp image directory
file: path={{ static_dir }}/logos/idp state=directory owner={{ static.sync_user }}
- name: create st... | Add aa variety to static logo site | Add aa variety to static logo site
| YAML | apache-2.0 | OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy |
57a184ff19049f7d5c5c8a914cc2ca4e43db43f5 | docker-compose.yml | docker-compose.yml | version: '3.6'
services:
cocoa-maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:server-payload-platform-steps-cli
environment:
DEBUG:
VERBOSE:
BUILDKITE:
BUILDKITE_PIPELINE_NAME:
MAZE_DEVICE_FARM_USERNAME:
MAZE_DEVICE_FARM_ACCESS_KEY:
volumes... | version: '3.6'
services:
cocoa-maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v4-cli
environment:
DEBUG:
VERBOSE:
BUILDKITE:
BUILDKITE_PIPELINE_NAME:
MAZE_DEVICE_FARM_USERNAME:
MAZE_DEVICE_FARM_ACCESS_KEY:
volumes:
- .... | Revert back to latest maze-runner v4 release | Tests: Revert back to latest maze-runner v4 release
| YAML | mit | bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa |
a470bcc1d3d006f1c17043ffca5105570dcf5af8 | docker-compose.yml | docker-compose.yml | feeder:
build: .
volumes:
- .:/app
env_file:
- .env
links:
- db
ports:
- "3001:3000"
command: web
environment:
VIRTUAL_HOST: feeder.prx.docker
LOCAL_ENV: "true"
worker:
image: feederprxorg_feeder
volumes:
- .:/app
env_file:
- .env
links:
- db
command: worker
d... | version: '2'
networks:
feeder-net:
driver: bridge
services:
feeder:
build: .
volumes:
- .:/app
env_file:
- .env
links:
- db
ports:
- "3001:3000"
command: web
environment:
VIRTUAL_HOST: feeder.prx.docker
LOCAL_ENV: "true"
networks:
- feede... | Update compose file to later version | Update compose file to later version
| YAML | agpl-3.0 | PRX/feeder.prx.org,PRX/feeder.prx.org,PRX/feeder.prx.org |
8de62d7dc650adf88330d19323bd22af2de2fa21 | schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml | schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml | %YAML 1.1
---
$schema: "http://json-schema.org/draft-04/schema"
id: "http://stsci.edu/schemas/asdf/asdf-schema-1.0.0"
title:
ASDF schema
description: |
A metaschema extending YAML Schema and JSON Schema to add support
for some ASDF-specific checks, related to nd-arrays.
allOf:
- $ref: "http://stsci.edu/schemas/... | %YAML 1.1
---
$schema: "http://json-schema.org/draft-04/schema"
id: "http://stsci.edu/schemas/asdf/asdf-schema-1.0.0"
title:
ASDF schema
description: |
A metaschema extending YAML Schema and JSON Schema to add support
for some ASDF-specific checks, related to nd-arrays.
allOf:
- $ref: "http://stsci.edu/schemas/... | Fix malformed reference in ASDF schema | Fix malformed reference in ASDF schema
| YAML | bsd-3-clause | spacetelescope/asdf-standard |
ad6ae323b708bd3af72788bce617596123697de7 | .install.conf.yaml | .install.conf.yaml | - defaults:
link:
create: true
relink: true
force: true
shell:
stderr: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.gitconfig:
~/.iterm2:
~/.ssh/authorized_keys: ssh/authorized_keys
~/.ssh/config: ssh/config
~/.ssh/id_ecdsa.pub: ssh/id_ecdsa.pub
~/.ssh/id_... | - defaults:
link:
create: true
relink: true
force: true
shell:
stderr: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.gitconfig:
~/.iterm2:
~/.ssh/authorized_keys: ssh/authorized_keys
~/.ssh/config: ssh/config
~/.ssh/id_ecdsa.pub: ssh/id_ecdsa.pub
~/.ssh/id_... | Revert "Remove the check for submodules, dotbot's install script already does it" | Revert "Remove the check for submodules, dotbot's install script already does it"
This reverts commit 0de1219988e42087a5653886868181b5b02a450a.
Dotbot actually checks its own submodules, not the ones of the
superproject
| YAML | unlicense | Twanislas/dotfiles,Twanislas/dotfiles |
923659a27d4f7f641c665ead3d4f1c93ceb92215 | ccp/ses-ansible/roles/ses/tasks/pre_setup.yml | ccp/ses-ansible/roles/ses/tasks/pre_setup.yml | ---
- name: "Ensure host in /etc/hosts"
lineinfile:
dest: "/etc/hosts"
line: "{{ item }}"
owner: root
group: root
mode: 0644
with_items:
- "{{ ansible_default_ipv4.address }} {{ ansible_hostname }}"
- "::1 {{ ansible_hostname }}"
- name: "Count number of disk devices"
shell: |
ls... | ---
- name: "Ensure host in /etc/hosts"
lineinfile:
dest: "/etc/hosts"
line: "{{ item }}"
owner: root
group: root
mode: 0644
with_items:
- "{{ ansible_default_ipv4.address }} {{ ansible_hostname }}"
- "::1 {{ ansible_hostname }}"
- name: "Count number of disk devices"
shell:... | Switch tab for space in ses-ansible role | Switch tab for space in ses-ansible role
travis-ci is failing due to tabs found on the ses-ansible role.
This change switches the tab for space in this role.
| YAML | apache-2.0 | aspiers/automation,gosipyan/automation,SUSE-Cloud/automation,aspiers/automation,gosipyan/automation,SUSE-Cloud/automation,SUSE-Cloud/automation,aspiers/automation,SUSE-Cloud/automation,aspiers/automation,gosipyan/automation,gosipyan/automation |
61b8157a291e4ea47257a1d3b8e0f6995c62d3f5 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: PowerDNS Engineering Team
description: Install and configure Metronome
company: PowerDNS.COM BV
license: MIT
min_ansible_version: 2.2
platforms:
- name: EL
versions:
- 7
- 6
- name: Debian
versions:
- jessie
- stretch
- name: ... | ---
galaxy_info:
role_name: metronome
author: PowerDNS Engineering Team
description: Install and configure Metronome
company: PowerDNS.COM BV
license: MIT
min_ansible_version: 2.2
platforms:
- name: EL
versions:
- 7
- 6
- name: Debian
versions:
- jessie
... | Fix the ansible-galaxy role name in meta/tasks.yml | Fix the ansible-galaxy role name in meta/tasks.yml
| YAML | mit | PowerDNS/metronome-ansible |
0ae8718ff3319597a9869ff825d40dd244e1d901 | metainfo.yaml | metainfo.yaml | maintainer:
description: KDE Integration for QtWebKit
tier: 3
type: integration
platforms:
- name: Linux
- name: FreeBSD
- name: Windows
- name: MacOSX
portingAid: false
deprecated: false
release: true
libraries:
- qmake: KDEWebKit
cmake: "KF5::WebKit"
cmakename: KF5WebKit
public_lib: true
group: F... | maintainer:
description: KDE Integration for QtWebKit
tier: 3
type: integration
platforms:
- name: Linux
- name: FreeBSD
- name: Windows
- name: MacOSX
portingAid: false
deprecated: false
release: true
libraries:
- qmake: KDEWebKit
cmake: "KF5::WebKit"
cmakename: KF5WebKit
public_lib: true
group: F... | Downgrade KDEWebKit from Tier 3 to Porting Aids | Downgrade KDEWebKit from Tier 3 to Porting Aids
Summary:
QtWebKit is dead, even the "revived" version has no changes since more
than a year.
Reviewers: apol, cullmann
Reviewed By: apol, cullmann
Subscribers: cullmann, apol, asturmlechner, kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabr... | YAML | lgpl-2.1 | KDE/kdewebkit |
88db51b33219aa61c6ebf22d5b4767a66193de8e | metadata/de.nulide.shiftcal.yml | metadata/de.nulide.shiftcal.yml | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/Nulide/ShiftCal
IssueTracker: https://github.com/Nulide/ShiftCal/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P2YXK4UTC886S&source=url
AutoName: ShiftCal
RepoType: git
Repo: https://github.com/Nulide/Shift... | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/Nulide/ShiftCal
IssueTracker: https://github.com/Nulide/ShiftCal/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P2YXK4UTC886S&source=url
AutoName: ShiftCal
RepoType: git
Repo: https://github.com/Nulide/Shift... | Update ShiftCal to 1.2 (3) | Update ShiftCal to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
aecde2e55e10ec214ef3af793499e7f032c0f06e | data/templates/tried/config.yml | data/templates/tried/config.yml | name: At Least You Tried
default:
- At Least
- You Tried
link: http://weknowmemes.com/2012/04/at-least-you-tried/
aliases:
- at-least-you-tried
- you-tried
| name: At Least You Tried
default:
- At Least
- You Tried
link: http://knowyourmeme.com/memes/you-tried
aliases:
- at-least-you-tried
- you-tried
| Update link for "you tried" meme | Update link for "you tried" meme
| YAML | mit | DanLindeman/memegen,DanLindeman/memegen,DanLindeman/memegen,DanLindeman/memegen |
7520eaee970901fa77e7fe8a6c7d2eda9fbf3fcc | data/transition-sites/ukef.yml | data/transition-sites/ukef.yml | ---
site: ukef
whitehall_slug: uk-export-finance
host: www.ukexportfinance.gov.uk
tna_timestamp: 20130109053809
homepage_furl: www.gov.uk/uk-export-finance
homepage: https://www.gov.uk/government/organisations/export-credit-guarantee-department
aliases:
- www.ecgd.gov.uk
| ---
site: ukef
whitehall_slug: uk-export-finance
host: www.ukexportfinance.gov.uk
tna_timestamp: 20130109053809
homepage_furl: www.gov.uk/uk-export-finance
homepage: https://www.gov.uk/government/organisations/export-credit-guarantee-department
aliases:
- ukexportfinance.gov.uk
- www.ecgd.gov.uk
- ecgd.gov.uk
| Add non-www aliases for UK Export Finance domains | Add non-www aliases for UK Export Finance domains
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
bd15a4bd6ac5b25e0df7053da9280ac87674e2b0 | concourse/tasks/build-vsix.yml | concourse/tasks/build-vsix.yml | inputs:
- name: sts4
- name: maven-cache
outputs:
- name: out
platform: linux
image_resource:
type: docker-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
run:
path: sts4/concourse/tasks/build-vsix.sh
| inputs:
- name: sts4
- name: maven-cache
outputs:
- name: out
platform: linux
image_resource:
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
run:
path: sts4/concourse/tasks/build-vsix.sh
| Use 'registry-image' instead of 'docker-image' | Use 'registry-image' instead of 'docker-image'
| YAML | epl-1.0 | spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4 |
541dfc194d8f5c16cb1712ea387e790f69ff19c1 | .kitchen.docker.yml | .kitchen.docker.yml | settings:
parallel: true
driver:
name: docker
# privileged is required otherwise the container doesn't boot right
privileged: true
platforms:
- name: centos-7.1
driver:
image: centos:7
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscr... | settings:
parallel: true
driver:
name: docker
# privileged is required otherwise the container doesn't boot right
privileged: true
platforms:
- name: centos-7.2
driver:
image: centos:7
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscr... | Use the latest chef / ubuntu in travis ci | Use the latest chef / ubuntu in travis ci
| YAML | apache-2.0 | chef-cookbooks/fail2ban,chef-cookbooks/fail2ban,opscode-cookbooks/fail2ban,aleksandrs-ledovskis/fail2ban-cookbook,aleksandrs-ledovskis/fail2ban-cookbook,opscode-cookbooks/fail2ban |
07faf065543b0159c28f1274148af82eea27a5a3 | .github/workflows/tests-cli.yml | .github/workflows/tests-cli.yml | name: CLI tests
on:
push:
paths:
- 'lib/cli'
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use No... | name: CLI tests
on:
push:
paths:
- 'lib/cli/*'
- 'lib/cli/*/*'
- 'lib/cli/*/*/*'
- 'lib/cli/*/*/*/*'
- 'lib/cli/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*/*/*'
- 'li... | FIX the path for the cli test action | FIX the path for the cli test action
| YAML | mit | storybooks/react-storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/storybook,storybooks/react-storybook,storybooks/react-storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/react-storybook |
fa80a8376e8baeb19cebae0d78976fcb0c825005 | docker-compose.yml | docker-compose.yml | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- db
- dns
- mailhog
ports:
- "8080:8080"
command:
- "db create"
- "db upgrade"
... | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- db
- dns
- mailhog
ports:
- "8080:8080"
command:
- "db create"
- "db upgrade"
... | Use port forwarding for mailhog | Use port forwarding for mailhog
| YAML | agpl-3.0 | loomchild/puffin,loomchild/puffin,puffinrocks/puffin,loomchild/jenca-puffin,puffinrocks/puffin,loomchild/puffin,loomchild/puffin,loomchild/puffin,loomchild/jenca-puffin |
33bd72ddcb93c1eedda6530ce3b1178b106828a2 | docker-compose.yml | docker-compose.yml | version: '3'
services:
gem:
build:
context: .
dockerfile: Dockerfile
links:
- rabbit
- mongo
volumes:
- ./lib/rrj/:/ruby_rabbitmq_janus/lib/rrj
- ./spec/:/ruby_rabbitmq_janus/spec
- ./coverage/:/ruby_rabbitmq_janus/coverage
rabbit:
image: rabbitmq:alpine
... | version: '3'
services:
gem:
build:
context: .
dockerfile: Dockerfile
links:
- rabbit
- mongo
volumes:
- ./lib/rrj/:/ruby_rabbitmq_janus/lib/rrj
- ./spec/:/ruby_rabbitmq_janus/spec
- ./coverage/:/ruby_rabbitmq_janus/coverage
rabbit:
image: rabbitmq:alpine
... | Remove port open for web interface in rabbit | Remove port open for web interface in rabbit
| YAML | mit | dazzl-tv/ruby-rabbitmq-janus |
e372ab9e6ee9dd825efff4b530178c16f6e733ef | docker-compose.yml | docker-compose.yml | version: '3'
services:
app:
restart: always
build: .
# map the local (host) directories to their container counterparts
# to support live-syncing
volumes:
- ./sampleproj:/app/sampleproj/
- ./mdot-rest:/app/mdot-rest
ports:
- "${PORT:-8000}:8000"
command: >
bash -c ... | version: '3'
services:
app:
restart: always
build: .
# map the local (host) directories to their container counterparts
# to support live-syncing
volumes:
- ./sampleproj:/app/sampleproj/
- ./mdot-rest:/app/mdot-rest
ports:
- "${PORT:-8000}:8000"
command: >
bash -c ... | Delete db so unique superuser can be created again. | Delete db so unique superuser can be created again.
We'll clean this up when we fix up the newer docker container.
| YAML | apache-2.0 | uw-it-aca/mdot-rest,uw-it-aca/mdot-rest |
5229542c72347407d75ac8e7d3df82c9a10d8621 | docker-compose.yml | docker-compose.yml | version: '3'
services:
db:
image: postgres:9.6
container_name: sanctuary_db
ports:
- "5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
web:
build:
context: ./
working_dir: /sanctuary
container_name: sanctuary_web
env_file: .env
command: >
sh -c... | version: '3'
services:
db:
image: postgres:9.6
container_name: sanctuary_db
ports:
- "5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
web:
build:
context: ./
working_dir: /sanctuary
container_name: sanctuary_web
env_file: .env
command: >
sh -c... | Add bundle exec to rake db:setup | Add bundle exec to rake db:setup
Due to running rake db:setup without bundle exec, gets this error:
```
sanctuary_web | rake aborted!
sanctuary_web | Gem::LoadError: You have already activated rake 12.3.2, but your Gemfile requires rake 13.0.1. Prepending `bundle exec` to your command may solve this.
sanctuary_web... | YAML | mit | CZagrobelny/new_sanctuary_asylum,CZagrobelny/new_sanctuary_asylum,CZagrobelny/new_sanctuary_asylum,CZagrobelny/new_sanctuary_asylum |
1865154b2ad561a0328255a943a9ddf1170c488b | docker-compose.yml | docker-compose.yml | web:
image: tranhuucuong91/webapp_demo
ports:
- "80:5000"
links:
- redis:redis
redis:
image: redis:3.0
#ports:
#- "6379:6379"
| web:
image: tranhuucuong91/webapp_demo
ports:
- "80:5000"
links:
- redis:redis
redis:
image: redis:3.0
| Update docker-compsose: remote redis publish port | Update docker-compsose: remote redis publish port
| YAML | apache-2.0 | tranhuucuong91/webapp_demo |
6aba7956bd89ba84efb5fe309fc3a061ff8fcccb | docker-compose.yml | docker-compose.yml | version: '3.5'
services:
nginx:
image: ilios/nginx:v3
environment:
- FPM_CONTAINERS=php:9000
depends_on:
- php
php:
image: ilios/fpm:v3
messages:
image: ilios/consume-messages:v3
| version: '3.5'
volumes:
public:
services:
nginx:
image: ilios/nginx:v3
environment:
- FPM_CONTAINERS=php:9000
depends_on:
- php
volumes:
- public:/var/www/ilios/public:ro
php:
image: ilios/fpm:v3
volumes:
- public:/var/www/ilios/public
messages:
image: ilios/c... | Use a shared volume for public data | Use a shared volume for public data
In order to fill the public directory we have to share this directory
with the PHP end so the cache clearing can pull it from S3
| YAML | mit | dartajax/ilios,thecoolestguy/ilios,ilios/ilios,thecoolestguy/ilios,dartajax/ilios,stopfstedt/ilios,ilios/ilios,Trott/ilios,stopfstedt/ilios,Trott/ilios |
8be89f80db90fc03093050d6f9ac11ca9999bf00 | grunt/aliases.yml | grunt/aliases.yml | api:
description: Start the api
tasks:
- 'cssmin:production'
- 'buildJS'
- 'uglify:production'
- 'express:dev'
- 'watch'
buildJS:
tasks:
- 'babel'
default:
description: Default Grunt task
tasks:
- 'api'
test:
description: Run the tests
tasks:
- 'run:createTestUser'
- 'express:test'
... | api:
description: Start the api
tasks:
- 'express:dev'
- 'watch'
buildJS:
tasks:
- 'babel'
default:
description: Default Grunt task
tasks:
- 'api'
test:
description: Run the tests
tasks:
- 'run:createTestUser'
- 'express:test'
- 'mochaTest'
| Remove css and js minify stuff | Remove css and js minify stuff
| YAML | bsd-3-clause | FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com |
4c0fc98e1ec2fab2e79c100303100fbb6a75466d | .landscape.yaml | .landscape.yaml | strictness: veryhigh
test-warnings: true
ignore-patterns:
- '# pragma: no lint'
| strictness: veryhigh
test-warnings: true
ignore-patterns:
- '# pragma: no lint'
pylint:
disable:
- attribute-defined-outside-init
| Disable pylint attribute-defined-outside-init warning for setup | Disable pylint attribute-defined-outside-init warning for setup
__init__ should not be used here, since this is controlled by nose.
| YAML | mit | cdown/srt |
9e609d71a0059afab52c7985615b7a7bee3bdd7e | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: postgres:9.5
environment:
POSTGRES_DB: $DB_NAME
POSTGRES_USER: $DB_USER
POSTGRES_PASSWORD: $DB_PASS
volumes:
- data:/var/lib/postgresql
ports:
- "127.0.0.1:5432:5432"
app:
image: quay.io/levlaz/braindump:latest
environment:
... | version: '2'
services:
db:
image: postgres:9.5
environment:
POSTGRES_DB: $DB_NAME
POSTGRES_USER: $DB_USER
POSTGRES_PASSWORD: $DB_PASS
volumes:
- data:/var/lib/postgresql
ports:
- "127.0.0.1:5432:5432"
app:
image: quay.io/levlaz/braindump:stable
environment:
... | Use Stable instead of Latest in Production | Use Stable instead of Latest in Production
| YAML | mit | levlaz/braindump,levlaz/braindump,levlaz/braindump,levlaz/braindump |
49d31abde59b1db74668a3c944bee327ec7e8578 | docker-compose.yml | docker-compose.yml | # Note that this docker-compose file is only for development!
#
# studentenportal:8000 ----- studentenportal-media:/srv/www/studentenportal/media
# || \
# || ---- ./:/srv/www/studentenportal/
# ||
# postgres ----- postgres-data:/var/lib/postgresql/data
#
version: '3.2'
s... | # Note that this docker-compose file is only for development!
#
# studentenportal:8000 ----- studentenportal-media:/srv/www/studentenportal/media
# || \
# || ---- ./:/srv/www/studentenportal/
# ||
# postgres ----- postgres-data:/var/lib/postgresql/data
#
version: '3.2'
s... | Upgrade dev environment to postgres 12 | Upgrade dev environment to postgres 12
Django 2.2 dropped support for PostgreSQL 9.3:
https://docs.djangoproject.com/en/2.2/releases/2.1/#dropped-support-for-postgresql-9-3
PostgreSQL has no LTS versions, all versions are supported for five years:
https://www.postgresql.org/support/versioning/
Support for 9.3 ended ... | YAML | agpl-3.0 | studentenportal/web,studentenportal/web,studentenportal/web,studentenportal/web,studentenportal/web |
b80bd79952d161db9ee187b181c9bff001f29353 | packages/hk/hkd.yaml | packages/hk/hkd.yaml | homepage: https://github.com/ekmett/codex/tree/master/hkd#readme
changelog-type: markdown
hash: 6506bbfb963ed40a1ad65e9114930428d5d7c23c16dc2ed37525819fc402e0a7
test-bench-deps:
base: -any
some: -any
hkd: -any
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: '"higher-kinded data"'
changelog: |
# 0
* ... | homepage: https://github.com/ekmett/codex/tree/master/hkd#readme
changelog-type: markdown
hash: 44da8a0f2b115ec0667bd981c096394335ec30fcdc834ddff665995360f60120
test-bench-deps:
base: -any
some: -any
hkd: -any
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: '"higher-kinded data"'
changelog: |
# 0
* ... | Update from Hackage at 2022-01-02T18:30:45Z | Update from Hackage at 2022-01-02T18:30:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.