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 |
|---|---|---|---|---|---|---|---|---|---|
cba5054afb7d458db4729c5659c4eccf4618f9c7 | recipes/bamhash/meta.yaml | recipes/bamhash/meta.yaml | package:
name: bamhash
version: 1.0
source:
git_url: https://github.com/DecodeGenetics/BamHash.git
git_tag: v1.0
requirements:
build:
- gcc # [linux]
- llvm # [osx]
- openssl
run:
- openssl
test:
commands:
- 'bamhash_checksum_bam --version'
- 'bamhash_checksum_fastq --ver... | package:
name: bamhash
version: 1.0
source:
git_url: https://github.com/DecodeGenetics/BamHash.git
git_tag: v1.0
requirements:
build:
- gcc # [linux]
- llvm # [osx]
- openssl
- zlib
run:
- openssl
- libgcc
- zlib
test:
commands:
- 'bamhash_checksum_bam --version'
... | Add the zlib missing (the error did not appear in Travis nor in Mac | Add the zlib missing (the error did not appear in Travis nor in Mac
| YAML | mit | peterjc/bioconda-recipes,dmaticzka/bioconda-recipes,ostrokach/bioconda-recipes,rob-p/bioconda-recipes,Luobiny/bioconda-recipes,oena/bioconda-recipes,JenCabral/bioconda-recipes,dmaticzka/bioconda-recipes,mdehollander/bioconda-recipes,lpantano/recipes,dmaticzka/bioconda-recipes,CGATOxford/bioconda-recipes,omicsnut/biocon... |
da2f1fa78222e5798d6c91ec27a72f258f5fe061 | metadata/com.guillaumepayet.remotenumpad.yml | metadata/com.guillaumepayet.remotenumpad.yml | Categories:
- System
License: GPL-3.0-only
AuthorName: Guillaume Payet
AuthorEmail: theolizard@gmail.com
SourceCode: https://github.com/theolizard/remote-numpad
IssueTracker: https://github.com/theolizard/remote-numpad/issues
AutoName: Remote Numpad
RepoType: git
Repo: https://github.com/theolizard/remote-numpad
B... | Categories:
- System
License: GPL-3.0-only
AuthorName: Guillaume Payet
AuthorEmail: theolizard@gmail.com
SourceCode: https://github.com/theolizard/remote-numpad
IssueTracker: https://github.com/theolizard/remote-numpad/issues
AutoName: Remote Numpad
RepoType: git
Repo: https://github.com/theolizard/remote-numpad
B... | Update Remote Numpad to 1.7.0 (28) | Update Remote Numpad to 1.7.0 (28)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
aa80b8fec488891e0279145eabba39e801087e34 | metadata/com.guillaumepayet.remotenumpad.yml | metadata/com.guillaumepayet.remotenumpad.yml | Categories:
- System
License: GPL-3.0-only
AuthorName: Guillaume Payet
AuthorEmail: theolizard@gmail.com
SourceCode: https://github.com/theolizard/remote-numpad
IssueTracker: https://github.com/theolizard/remote-numpad/issues
AutoName: Remote Numpad
RepoType: git
Repo: https://github.com/theolizard/remote-numpad
B... | Categories:
- System
License: GPL-3.0-only
AuthorName: Guillaume Payet
AuthorEmail: theolizard@gmail.com
SourceCode: https://github.com/theolizard/remote-numpad
IssueTracker: https://github.com/theolizard/remote-numpad/issues
AutoName: Remote Numpad
RepoType: git
Repo: https://github.com/theolizard/remote-numpad
B... | Update Remote Numpad to 1.6.4 (27) | Update Remote Numpad to 1.6.4 (27)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a479b6291437a903f437951d77403f96946f1135 | manifests/cf-manifest/operations.d/339-uaa-set-uaa-boshrelease.yml | manifests/cf-manifest/operations.d/339-uaa-set-uaa-boshrelease.yml | ---
- type: replace
path: /releases/name=uaa
value:
name: "uaa"
version: "73.3.0"
url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=73.3.0"
sha1: "b6e8a9cbc8724edcecb8658fa9459ee6c8fc259e"
| ---
- type: replace
path: /releases/name=uaa
value:
name: "uaa"
version: "0.1.6"
url: "https://s3-eu-west-1.amazonaws.com/gds-paas-build-releases/uaa-0.1.6.tgz"
sha1: "709987b24596bc157481ab3434e083b8bde0c845"
| Update uaa release to be zdd with v73.4.0 | Update uaa release to be zdd with v73.4.0
We want to release a version of UAA which uses the
DelegatingPasswordEncoder which is zero downtime, once UAA understands
BOTH password hashes with the "{bcrypt}" prefix and without, then we can
release a version which runs migrations to ensure that all password
hashes start w... | 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 |
2e8d34972f7973d0a067fb5744443747e26bcbb4 | services/viper.cloud/docker-compose.yaml | services/viper.cloud/docker-compose.yaml | version: '3'
services:
web:
image: vipercloud/web:latest
deploy:
resources:
limits:
cpus: '0.5'
memory: 200M
replicas: 2
update_config:
parallelism: 1
delay: 10s
restart_policy:
condition: on-failure
delay: 5s
max_att... | version: '3'
services:
web:
image: vipercloud/web:latest
deploy:
resources:
limits:
cpus: '0.5'
memory: 200M
replicas: 2
update_config:
parallelism: 1
delay: 10s
restart_policy:
condition: on-failure
delay: 5s
max_att... | Write viper.cloud data outsie of container | Write viper.cloud data outsie of container
| YAML | bsd-3-clause | holmescode/server |
96acc2389247baf2b7093058b0e90ddcbd29865d | ansible/roles/water-gkhs-nginx/tasks/main.yml | ansible/roles/water-gkhs-nginx/tasks/main.yml | - name: install nginx
apt: pkg=nginx state=installed
- name: configure letsencrypt config for misc
template:
src: letsencrypt.conf.j2
dest: /etc/nginx/snippets/letsencrypt.conf
vars:
cert_id: "{{ letsencrypt_dir }}"
- name: configure letsencrypt config for foip_me
template:
src: letsencrypt... | - name: install nginx
apt:
pkg: nginx
state: present
- name: configure letsencrypt config for misc
template:
src: letsencrypt.conf.j2
dest: /etc/nginx/snippets/letsencrypt.conf
vars:
cert_id: "{{ letsencrypt_dir }}"
- name: configure letsencrypt config for foip_me
template:
src: l... | Update for new Ansible syntax | Update for new Ansible syntax
| YAML | mit | aquarion/autopelago,aquarion/autopelago,aquarion/autopelago |
a64502b2252fbad9922b3bbe5415cdf3939e084a | .github/workflows/ci.yml | .github/workflows/ci.yml | on:
push:
branches: [master]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.gemfile == 'gemfiles/rails_edge.gemfile' }}
strategy:
matrix:
ruby:
# MRI
- head
- "3.1.0-preview1"
- ... | on:
push:
branches: [master]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
continue-on-error: ${{ endsWith(matrix.ruby, 'head') || matrix.gemfile == 'gemfiles/rails_edge.gemfile' }}
strategy:
matrix:
ruby:
# MRI
- head
- "3.1.0-preview1"
- ... | Exclude MRI 2.6 from testing against Rails Edge | Exclude MRI 2.6 from testing against Rails Edge
| YAML | mit | roidrage/lograge |
68e55e7b208a22cad1ff340fcc5531f60be73c0f | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setu... | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setu... | Upgrade github actions to v2 | Upgrade github actions to v2
Use latest version of actions
https://github.com/actions/setup-python
https://github.com/actions/checkout
| YAML | mit | arcticfoxnv/slackminion,arcticfoxnv/slackminion |
8bb7c65b094f45a0112cf9776d4510c83e4b17c8 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Tests
'on':
push:
pull_request:
jobs:
test:
runs-on: ubuntu-18.04
name: Node ${{ matrix.node }}
strategy:
matrix:
node:
- '12'
- '14'
- '16'
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
... | name: Tests
'on':
push:
pull_request:
jobs:
test:
runs-on: ubuntu-18.04
name: Node ${{ matrix.node }}
strategy:
matrix:
node:
- '14'
- '16'
- '18'
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v1
... | Drop node.js 12 support, add 18 | Drop node.js 12 support, add 18
| YAML | bsd-3-clause | papandreou/node-optipng |
721241c4d25b08688831682cc84ede25e49aa27c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
schedule:
- cron: 0 14 * * 0 # Sunday 2PM UTC = Monday 12AM AEST
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0', '8.1']
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: acti... | name: CI
on:
push:
pull_request:
schedule:
- cron: 0 14 * * 0 # Sunday 2PM UTC = Monday 12AM AEST
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0', '8.1']
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
uses: acti... | Disable linting under CI for PHP 8 | Disable linting under CI for PHP 8
| YAML | mit | eloquent/phony,eloquent/phony,eloquent/phony,eloquent/phony |
e1b4a84a9f058f8db575470dab0cbd0208a0e9d0 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build-and-test:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
os: [ubuntu-latest]
... | name: ci
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build-and-test:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-late... | Add python 3.10 to github CI workflow. | Add python 3.10 to github CI workflow.
PiperOrigin-RevId: 489443136
| YAML | apache-2.0 | deepmind/dm_pix,deepmind/dm_pix |
42205ea4d684b6cd9a79413edc20f35123c1e664 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Build:
runs-on: ubuntu-20.04
strategy:
matrix:
include:
- python-version: '3.6'
DJANGO: Django~=2.2.0
- python-version: '3.6'
DJANGO: Django~=3.0.0
... | name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
Build:
runs-on: ubuntu-20.04
strategy:
matrix:
include:
- python-version: '3.6'
DJANGO: Django~=2.2.0
- python-version: '3.6'
DJANGO: Django~=3.0.0
... | Test on Django 4.0 too | Test on Django 4.0 too
| YAML | mit | valohai/django-safespace,valohai/django-safespace |
f14d1cb81aec6b0664a2891f53d4756573c9ff15 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
container:
image: erlang:${{matrix.otp_vsn}}
strategy:
matrix:
otp_vsn: [21... | ---
name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ci:
name: Run checks and tests over ${{matrix.otp_vsn}} and ${{matrix.os}}
runs-on: ${{matrix.os}}
strategy:
matrix:
otp_vsn: [21, 22, 23]
os: [ubuntu-latest]
steps:
... | Move to a GitHub action (instead of container-based) CI approach | Move to a GitHub action (instead of container-based) CI approach
Also, that GitHub action is now the "official" action for Erlang+rebar3 CI, as per EEF
| YAML | apache-2.0 | inaka/cowboy-trails |
65dd19e6135e5eef67a79ad88e844296dce62700 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Ruby CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "2.7", "2.6", "2.5", "jruby-head"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-ve... | name: Ruby CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [3.1, "3.0", 2.7, 2.6, 2.5, jruby-head]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-versi... | Add Ruby 3.1 to matrix | CI: Add Ruby 3.1 to matrix | YAML | mit | barsoom/attr_extras |
a0f9723016605c0e18d609c90e506086be562b81 | .github/workflows/go.yml | .github/workflows/go.yml | name: Build and Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.16, 1.17]
steps:
- name: Set up Go
uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 #v2
with:
... | name: Build and Test
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
name: Go CI
runs-on: ubuntu-latest
strategy:
matrix:
go: [1.16, 1.17]
steps:
- name: Set up Go
uses: actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab #v3.0.0
with:
... | Update to latest action versions. | build: Update to latest action versions.
This updates to the following Github Actions:
- actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab #v3.0.0
- actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 #v3.0.0
| YAML | isc | decred/dcrd,decred/dcrd |
dfeca7fb45a5db4d9751ab1b78de1bee32237bb5 | updates/2019-07-01.yml | updates/2019-07-01.yml | changed:
-
title: "Gradle include file for reusage"
tags:
- quickstart
- android
description: |
The _auth0.md and the _api_authz.md files were both using redundant and inconsistent gradle instructions. A _gradle file was created on the includes for reusage and consistency. | changed:
-
title: "Gradle include file for reusage"
tags:
- quickstart
- android
description: |
The _auth0.md and the _api_authz.md files were both using redundant and inconsistent gradle instructions. A _gradle file was created on the includes for reusage and consistency.
fixed:
-
... | Add explanation about change in save and refresh token | Add explanation about change in save and refresh token
| YAML | mit | auth0/docs,auth0/docs,yvonnewilson/docs,auth0/docs,yvonnewilson/docs,jeffreylees/docs,jeffreylees/docs,yvonnewilson/docs,jeffreylees/docs |
1729d9d8df51447264aa2e19876eb7892dfae644 | roles/bash/tasks/main.yml | roles/bash/tasks/main.yml | ---
- name: Install Bash
homebrew:
name: bash
state: latest
tags:
- brew
- name: Create ~/.bashrc.d
file:
name: ~/.bashrc.d
state: directory
- name: Install bash path helpers
copy:
src: 00-path-helpers
dest: ~/.bashrc.d/00-path-helpers
mode: "0755"
- name: Install .bashrc
co... | ---
- name: Install Bash
homebrew:
name: bash
state: latest
tags:
- brew
- name: Create ~/.bashrc.d
file:
name: ~/.bashrc.d
state: directory
- name: Install bash path helpers
copy:
src: 00-path-helpers
dest: ~/.bashrc.d/00-path-helpers
mode: "0755"
- name: Install ~/.bashrc
... | Rename tasks to be more consistent | Rename tasks to be more consistent
| YAML | mit | tmiller/polka |
c4dd27d68835bc2f472d58097334ff93949d283b | roles/desk/tasks/main.yml | roles/desk/tasks/main.yml | ---
- name: "Running Desk role"
debug: msg="project"
when: desk == true
changed_when: true
- name: "Create Deskfile"
template:
src: "{{ desk_template }}"
dest: "~/.desk/desks/{{ project }}.sh"
when: present == true and desk == true
- name: "Remove Deskfile"
file:
path: "~/.desk/desks/{{ proje... | ---
- name: "Running Desk role"
debug: msg="project"
when: desk == true
changed_when: true
- name: Check if project deskfile is provided
stat:
path: "{{ projects_path }}/files/desk/{{ project }}.sh"
register: provided
- name: "Create Deskfile from template"
template:
src: "{{ desk_template }}"
... | Allow per project desk file template | Allow per project desk file template
| YAML | mit | Benoth/projects-installer,Benoth/projects-installer |
66914c2b69ab6724e138f490b21281b27ab426ab | .drone.yml | .drone.yml | matrix:
VERSION:
- 1.5
publish:
docker:
file: $$VERSION/Dockerfile
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/golang
tag: "$$VERSION"
storage_driver: overlay
# Caching
load: docker/image.tar
save:
destination: docker... | matrix:
VERSION:
- 1.5
build:
image: armhfbuild/alpine:3.2
commands:
- sed -i 's/FROM /FROM armhfbuild\//' $$VERSION/Dockerfile
publish:
docker:
file: $$VERSION/Dockerfile
username: $$DOCKER_USER
email: $$DOCKER_EMAIL
password: $$DOCKER_PASSWORD
repo: armhfbuild/golang
tag: "$$... | Add "armhfbuild/" prefix to base images on build | Add "armhfbuild/" prefix to base images on build
| YAML | mit | armhf-docker-library/golang |
2d6a7bbc748f0aec43585b0c57d7ee2d60e0c031 | .frigg.yml | .frigg.yml | tasks:
- npm install
- npm run mocha
- npm run lint
deploy_tasks:
- npm install
- npm install forever
- npm run bundle
- PORT=8000 ./node_modules/.bin/forever start node_modules/.bin/babel-node server.js
coverage:
path: coverage/cobertura-coverage.xml
parser: cobertura
deployment:
image: frigg/frigg-tes... | setup_tasks:
- npm install
tasks:
- npm run mocha
- npm run lint
deploy_tasks:
- npm install
- npm install forever
- npm run bundle
- PORT=8000 ./node_modules/.bin/forever start node_modules/.bin/babel-node server.js
coverage:
path: coverage/cobertura-coverage.xml
parser: cobertura
deployment:
image: f... | Move npm install to setup-tasks | Move npm install to setup-tasks
| YAML | mit | webkom/lego-webapp,webkom/lego-webapp,webkom/lego-webapp |
f04174cc2364d9988074ad2d7298965aae68ce5d | tests/test.yml | tests/test.yml | ---
- hosts: localhost
become: true
vars:
# geerlingguy.git
git_install_from_source: false
git_install_from_source_force_update: false
git_version: 2.9.3
# fubarhouse.curl
curl_configure_flags:
- disable-shared
# fubarhouse.nodejs
install_ivm: true
install_iojs: true
... | ---
- hosts: localhost
become: true
vars:
# geerlingguy.git
git_install_from_source: false
git_install_from_source_force_update: false
# fubarhouse.curl
curl_source: http://curl.askapache.com/download
curl_configure_flags:
- disable-shared
# fubarhouse.nodejs
install_ivm: tr... | Remove dependency install pre_tasks; add curl mirror variable. | Remove dependency install pre_tasks; add curl mirror variable.
Signed-off-by: Karl Hepworth <c14c6f041bb80410635ef9142e07c8627a565b5a@gmail.com>
| YAML | mit | fubarhouse/fubarhouse.npm,fubarhouse/ansible-role-nodejs |
5717d164dc5f67a175f995fe049d16011c615308 | metadata/org.kde.bettercounter.yml | metadata/org.kde.bettercounter.yml | Categories:
- Time
- Sports & Health
License: GPL-2.0-only
AuthorName: Albert Vaca Cintora
AuthorEmail: albertvaka@gmail.com
AuthorWebSite: https://albertvaka.wordpress.com/
SourceCode: https://github.com/albertvaka/bettercounter
IssueTracker: https://github.com/albertvaka/bettercounter/issues
AutoName: BetterCoun... | Categories:
- Time
- Sports & Health
License: GPL-2.0-only
AuthorName: Albert Vaca Cintora
AuthorEmail: albertvaka@gmail.com
AuthorWebSite: https://albertvaka.wordpress.com/
SourceCode: https://github.com/albertvaka/bettercounter
IssueTracker: https://github.com/albertvaka/bettercounter/issues
AutoName: BetterCoun... | Update BetterCounter to 1.9.0 (10900) | Update BetterCounter to 1.9.0 (10900)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c79bc4fce2ee96ca3c074d9ca9e3d2e85e86a5e7 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
check:
jobs:
- freezer-web-ui-ubuntu
- openstack-tox-pylint
gate:
jobs:
- openstack-tox-pylint
- job:
... | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
check:
jobs:
- freezer-web-ui-ubuntu
- openstack-tox-pylint
gate:
jobs:
- openstack-tox-pylint
- job:... | Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I71bbce732f7e6af22313a7f602964... | YAML | apache-2.0 | openstack/freezer-web-ui,openstack/freezer-web-ui,openstack/freezer-web-ui,openstack/freezer-web-ui |
58c74eb1bf3d9f0043fd2fd7d28c5e858c057ada | .zuul.yaml | .zuul.yaml | - project:
templates:
- nodejs8-jobs
- nodejs8-publish-to-npm
- release-notes-jobs-python3
check:
jobs:
- tripleo-ci-centos-7-undercloud-oooq:
files:
- ^src/.*$
- ^webpack.*$
- ^package.json$
- ^npm-shrinkwrap.js... | - project:
templates:
- nodejs8-jobs
- nodejs8-publish-to-npm
- release-notes-jobs-python3
check:
jobs:
- tripleo-ci-centos-7-undercloud-containers:
files:
- ^src/.*$
- ^webpack.*$
- ^package.json$
- ^npm-shrinkw... | Fix the missing undercloud jobs | Fix the missing undercloud jobs
The old defined undercloud job is instack-undercloud based which has
been dropped as of Stein. This replaces it with the containerized
version.
Change-Id: I90ada83a715f9a9631d474413a1d66befd02eaab
| YAML | apache-2.0 | knowncitizen/tripleo-ui,knowncitizen/tripleo-ui,knowncitizen/tripleo-ui,knowncitizen/tripleo-ui |
50210aac3305034d281aa72218a65cecad04dae1 | .zuul.yml | .zuul.yml | ui: mocha-bdd
browsers:
- name: chrome
version: ["45", "latest"]
- name: ie
version: ["9", "10", "latest"]
- name: firefox
version: ["36", "latest"]
- name: iphone
version: ["8.0", "latest"]
- name: ipad
version: ["8.0", "latest"]
- name: android
version: ["4.0", "latest"]
- name: ... | ui: mocha-bdd
browsers:
- name: chrome
version: ["45", "latest"]
- name: ie
version: ["9", "10", "latest"]
- name: firefox
version: ["36", "latest"]
- name: android
version: ["4.0", "latest"]
- name: opera
version: ["12", "latest"]
- name: safari
version: ["6", "latest"]
| Remove iOS from Zuul testing pool; adds hours to CI wall time waiting in line for Sauce Labs, and has never had a regression that didn't also fail desktop Safari. | Remove iOS from Zuul testing pool; adds hours to CI wall time waiting in line for Sauce Labs, and has never had a regression that didn't also fail desktop Safari.
| YAML | bsd-3-clause | rtfeldman/seamless-immutable,crudh/seamless-immutable |
e2aa2ed5c05e30e4dc0d74a4c59bcb83f06057e4 | packages/st/stripe-concepts.yaml | packages/st/stripe-concepts.yaml | homepage: https://github.com/typeclasses/stripe
changelog-type: markdown
hash: b55fc9da0562023447453754c12705dc74e14bb1efc33d8886f5e0444fa385e0
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Types for the Stripe API
changelog: |
# Changelog
All notable changes to this package will be docume... | homepage: https://github.com/typeclasses/stripe
changelog-type: markdown
hash: 0593eab5b12db97b82efdfeac7ace1931d120cd9845c9b61d3baa93a85ef9eef
test-bench-deps: {}
maintainer: Chris Martin, Julie Moronuki
synopsis: Types for the Stripe API
changelog: |
# Changelog
All notable changes to this package will be docume... | Update from Hackage at 2019-10-01T02:22:18Z | Update from Hackage at 2019-10-01T02:22:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8214561d4f219751947c93d4c6e83cb88f592a40 | packages/ye/yesod-colonnade.yaml | packages/ye/yesod-colonnade.yaml | homepage: https://github.com/andrewthad/colonnade#readme
changelog-type: ''
hash: d763678b4861b6b17ac1c927338509a44af2833b1bd1321300c3637531befd31
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Helper functions for using yesod with colonnade
changelog: ''
basic-deps:
yesod-elements: ! '>=1.1 && <... | homepage: https://github.com/andrewthad/colonnade#readme
changelog-type: ''
hash: 441e55d425755fb1b8fd9c8808ae0481cdaf748d8c31bdd657a1caa5bb637f7c
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Helper functions for using yesod with colonnade
changelog: ''
basic-deps:
yesod-elements: ! '>=1.1 && <... | Update from Hackage at 2020-01-30T15:54:55Z | Update from Hackage at 2020-01-30T15:54:55Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3211e33569a39ec8a33bc7f6e44ce18410b33529 | plugins/fb_app/locales/en-US.yml | plugins/fb_app/locales/en-US.yml |
"en-US": &en-US
fb_app_plugin:
lib:
plugin:
name: 'Facebook integration'
description: 'Use the Cirandas app for Facebook!'
models:
page_tab:
types:
profile: 'Catalog of one SSE enterprise'
profiles: 'Catalog of manually selected SSE enterprises'
... |
"en-US": &en-US
fb_app_plugin:
lib:
plugin:
name: 'Facebook integration'
description: 'Use the Cirandas app for Facebook!'
models:
page_tab:
types:
profile: 'Catalog of one SSE enterprise'
profiles: 'Catalog of manually selected SSE enterprises'
... | Add strings for catalog setting labels | Add strings for catalog setting labels | YAML | agpl-3.0 | CIRANDAS/noosfero-ecosol,coletivoEITA/noosfero-ecosol,samasti/noosfero,EcoAlternative/noosfero-ecosol,EcoAlternative/noosfero-ecosol,EcoAlternative/noosfero-ecosol,coletivoEITA/noosfero-ecosol,blogoosfero/noosfero,samasti/noosfero,samasti/noosfero,EcoAlternative/noosfero-ecosol,blogoosfero/noosfero,blogoosfero/noosfero... |
8b6770a7192b0d51ba2f85f75fe00b63d8c48d00 | environment_dev.yml | environment_dev.yml | name: goetia-dev
channels:
- bioconda
- conda-forge
dependencies:
- boltons
- cppyy=1.6.2
- cmake
- ninja
- pytest
- numpy
- scipy
- openmp
- screed
- blessings
- pytest-benchmark
- pyfiglet
- py-cpuinfo
- sourmash-minimal=3.4.0
- zlib
- jsonschema... | name: goetia-dev
channels:
- bioconda
- conda-forge
dependencies:
- boltons
- cppyy=1.6.2
- cmake
- ninja
- pytest
- numpy
- scipy
- pandas
- openmp
- screed
- blessings
- pytest-benchmark
- pyfiglet
- py-cpuinfo
- sourmash-minimal=3.4.0
- zlib
... | Add pandas to dev environment | Add pandas to dev environment
| YAML | mit | camillescott/boink,camillescott/boink,camillescott/boink,camillescott/boink |
5a4f2b0223e9302e0db4fa5c6c8eca36942207e1 | packages/na/Naperian.yaml | packages/na/Naperian.yaml | homepage: https://github.com/idontgetoutmuch/Naperian
changelog-type: markdown
hash: 9f5c5c38ab7fc76bba3acec6c337905c92b49f50dfc04fbcc16882b9cbc04cde
test-bench-deps: {}
maintainer: dominic@steinitz.org
synopsis: Naperian Functors for APL-like programming
changelog: |
# Revision history for Naperian
## 0.1.0.0 --... | homepage: https://github.com/idontgetoutmuch/Naperian
changelog-type: markdown
hash: 381838765401aff4c574af318c5c693c97b72c4cbfc25eb3904135468af5525a
test-bench-deps: {}
maintainer: dominic@steinitz.org
synopsis: Naperian Functors for APL-like programming
changelog: |
# Revision history for Naperian
## 0.1.0.0 --... | Update from Hackage at 2022-05-08T08:56:57Z | Update from Hackage at 2022-05-08T08:56:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3d9b63736b041bf0aa900b072ea702212760ad3b | packages/ha/haskus-utils-data.yaml | packages/ha/haskus-utils-data.yaml | homepage: http://www.haskus.org
changelog-type: ''
hash: f62c4e49021b463185d043f7b69c727b63af641a71d7edd582d9f4f98e80e500
test-bench-deps:
base: '>=4.9 && <5'
doctest: -any
maintainer: sylvain@haskus.fr
synopsis: Haskus data utility modules
changelog: ''
basic-deps:
base: '>=4.12 && <5'
haskus-utils-types: '>=1... | homepage: http://www.haskus.org
changelog-type: ''
hash: bfa94363b94b14779edd6834fbd59dbb847c3d7b8f48e3844f456ffdc077da4a
test-bench-deps:
base: '>=4.9 && <5'
doctest: -any
maintainer: sylvain@haskus.fr
synopsis: Haskus data utility modules
changelog: ''
basic-deps:
base: '>=4.12 && <5'
haskus-utils-types: '>=1... | Update from Hackage at 2021-03-03T11:15:57Z | Update from Hackage at 2021-03-03T11:15:57Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9eb2c7f769a15a929e0bebac269af493a6eb4339 | packages/js/jsaddle-wkwebview.yaml | packages/js/jsaddle-wkwebview.yaml | homepage: ''
changelog-type: ''
hash: 6d373617e08692207691d95405fae7c1c853939d8cf6bad9eb9fd5824b55b9d8
test-bench-deps: {}
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>
synopsis: Interface for JavaScript that works with GHCJS and GHC
changelog: ''
basic-deps:
bytestring: ! '>=0.10.6.0 && <0.11'
b... | homepage: ''
changelog-type: ''
hash: af07ad2af2a8c59af928edd53c942cecf576c7e8c1e9229d722d5e94237d2f1f
test-bench-deps: {}
maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>
synopsis: Interface for JavaScript that works with GHCJS and GHC
changelog: ''
basic-deps:
bytestring: ! '>=0.10.6.0 && <0.11'
b... | Update from Hackage at 2016-12-23T09:22:37Z | Update from Hackage at 2016-12-23T09:22:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8408bd1942702715a3404418a59951136adf1b95 | .pkgr.yml | .pkgr.yml | user: idb
group: idb
vendor: bytemine GmbH
maintainer: info@bytemine.net
homepage: https://www.bytemine.net/
before:
- ln -s config-example config
- ./scripts/mark-version.sh
targets:
centos-8:
build_dependencies:
- mysql-devel
- libxml2-devel
- libxslt
- libxslt-devel
dependenc... | user: idb
group: idb
vendor: bytemine GmbH
maintainer: info@bytemine.net
homepage: https://www.bytemine.net/
before:
- ln -s config-example config
- ./scripts/mark-version.sh
targets:
centos-8:
build_dependencies:
- mysql-devel
- libxml2-devel
- libxslt
- libxslt-devel
dependenc... | Switch to mariadb on Ubuntu as well for packager.io | Switch to mariadb on Ubuntu as well for packager.io
| YAML | agpl-3.0 | dra/the-idb,dra/the-idb,idb-project/the-idb,idb-project/the-idb,idb-project/the-idb,rbns/the-idb,rbns/the-idb,dra/the-idb,dra/the-idb,rbns/the-idb,idb-project/the-idb,rbns/the-idb |
e075940ee8a65303b9f0197f94256077d6f08986 | packages/fo/Folly.yaml | packages/fo/Folly.yaml | homepage: https://github.com/dillonhuff/Folly
changelog-type: ''
hash: 88c56589742d25e4df9c8c78c9c55a09e1092f50821cdcd0c7098c1d52a700fa
test-bench-deps: {}
maintainer: Dillon Huff
synopsis: A first order logic library in Haskell
changelog: ''
basic-deps:
base: <6
parsec: -any
HUnit: -any
containers: -any
all-ve... | homepage: https://github.com/dillonhuff/Folly
changelog-type: ''
hash: 8b0e8c52f44e90c09d5b38e4ae8fd266851fe8f4733ba207e46c69b462ea0aa9
test-bench-deps: {}
maintainer: Dillon Huff
synopsis: A first order logic library in Haskell
changelog: ''
basic-deps:
base: <6
parsec: -any
HUnit: -any
containers: -any
all-ve... | Update from Hackage at 2015-08-30T02:18:08+0000 | Update from Hackage at 2015-08-30T02:18:08+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4a316a66e30529d82e4ba6b0a324141183dca2cd | playbooks/controllers.yml | playbooks/controllers.yml | - hosts: controller
roles:
- common
- ntp_server
- mariadb
- rabbitmq
- keystone
- glance
- nova
- neutron
# - horizon
# - cinder
# - heat
| - hosts: controller
roles:
- common
- ntp_server
- mariadb
- rabbitmq
- keystone
- glance
- nova
- neutron
- horizon
- cinder
- heat
| Fix roles of controller hosts | Fix roles of controller hosts
| YAML | apache-2.0 | nec-openstack/os-test-ansible,nec-openstack/os-test-ansible |
8c344572f1d45be45eefff165cf06c1e7dfd0e6d | playbooks/edx_sandbox.yml | playbooks/edx_sandbox.yml | ---
# Example sandbox configuration
# for single server community
# installs
- name: Configure instance(s)
hosts: all
sudo: True
gather_facts: True
vars:
migrate_db: "yes"
openid_workaround: True
EDXAPP_LMS_NGINX_PORT: '80'
edx_platform_version: 'master'
# Set to false if deployed behind a... | ---
# Example sandbox configuration
# for single server community
# installs
- name: Configure instance(s)
hosts: all
sudo: True
gather_facts: True
vars:
migrate_db: "yes"
openid_workaround: True
EDXAPP_LMS_NGINX_PORT: '80'
edx_platform_version: 'master'
# Set to false if deployed behind a... | Disable old ORA on sandboxes by default. | Disable old ORA on sandboxes by default.
| YAML | agpl-3.0 | AlfiyaZi/configuration,beacloudgenius/configuration,xiangjf/configuration,alu042/configuration,Stanford-Online/configuration,openfun/configuration,hastexo/edx-configuration-old,pedrorib/istx,openfun/configuration,pobrejuanito/configuration,hastexo/edx-configuration,fghaas/edx-configuration,omarkhan/configuration,antshi... |
afc53d83d761b02c6b49c64066c692f859a53735 | packages/fo/Folly.yaml | packages/fo/Folly.yaml | homepage: https://github.com/dillonhuff/Folly
changelog-type: ''
hash: b0c5222012d7e11f62e0aacf4bff7030a53d0f22ee2ca36e6aedfd5d15977bcc
test-bench-deps: {}
maintainer: Dillon Huff
synopsis: A first order logic library in Haskell
changelog: ''
basic-deps:
base: <6
parsec: -any
HUnit: -any
containers: -any
all-ve... | homepage: https://github.com/dillonhuff/Folly
changelog-type: ''
hash: d0c5a539305629648036e8dd0b803d3e93e498e4d233d43454f5b1cee820036a
test-bench-deps: {}
maintainer: Dillon Huff
synopsis: A first order logic library in Haskell
changelog: ''
basic-deps:
base: <6
parsec: -any
HUnit: -any
containers: -any
all-ve... | Update from Hackage at 2015-08-30T21:38:16+0000 | Update from Hackage at 2015-08-30T21:38:16+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
328ad3990b48f492e7b7be4ee1434d2e43783184 | data/transition-sites/dclg_localdirect.yml | data/transition-sites/dclg_localdirect.yml | ---
site: dclg_localdirect
whitehall_slug: department-for-communities-and-local-government
homepage: https://www.gov.uk/government/organisations/department-for-communities-and-local-government
homepage_furl: www.gov.uk/dclg
tna_timestamp: 20160330154530
host: www.localdirect.gov.uk
aliases:
- localdirect.gov.uk
global:... | ---
site: dclg_localdirect
whitehall_slug: department-for-communities-and-local-government
homepage: http://www.localdigitalcoalition.uk
tna_timestamp: 20160330154530
host: www.localdirect.gov.uk
aliases:
- localdirect.gov.uk
global: =410
homepage_title: 'Local Digital Coalition'
| Update homepage and homepage_title for www.localdirect.gov.uk | Update homepage and homepage_title for www.localdirect.gov.uk
This site is archived at this domain, but Local Digital Coalition are going to
continue to run and update the site at a non-government domain, so we need to
link to that instead of the DCLG homepage from the archive pages.
This commit also removes the css ... | YAML | mit | alphagov/transition-config,alphagov/transition-config |
96b05a8be9ccaf0832be23bf4046c82981b1f046 | packages/to/total.yaml | packages/to/total.yaml | homepage: ''
changelog-type: ''
hash: dd46ebf120bfea26d6e0c60d5e944234ce7129c194ca73818ef745dbfd0e4932
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: Exhaustive pattern matching using lenses, traversals, and prisms
changelog: ''
basic-deps:
void: ! '>=0.4 && <0.8'
base: ! '>=4 && <5'
all-versions:
-... | homepage: ''
changelog-type: ''
hash: 2b453e5b321d24c304bdfb1889f6ba058ffe55fc589311c51f33dada79e5832b
test-bench-deps: {}
maintainer: Gabriel439@gmail.com
synopsis: Exhaustive pattern matching using lenses, traversals, and prisms
changelog: ''
basic-deps:
void: '>=0.4 && <0.8'
base: '>=4 && <5'
all-versions:
- 1.0... | Update from Hackage at 2020-05-15T03:17:06Z | Update from Hackage at 2020-05-15T03:17:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f2e95de52433c25b7b79d79748f346299254d0e9 | .forestry/front_matter/templates/default-post.yml | .forestry/front_matter/templates/default-post.yml | ---
label: Default Post
hide_body: false
fields:
- name: author_profile
type: boolean
label: Author Profile
default: true
- name: read_time
type: boolean
label: Read Time
default: true
- name: comments
type: boolean
label: Comments
default: true
- name: share
type: boolean
label: Share
default: ... | ---
label: Default Post
hide_body: false
fields:
- name: author_profile
type: boolean
label: Author Profile
default: true
- name: read_time
type: boolean
label: Read Time
default: true
- name: comments
type: boolean
label: Comments
default: true
- name: share
type: boolean
label: Share
default: ... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | JesseWaas/jessewaas.github.io,JesseWaas/jessewaas.github.io,JesseWaas/jessewaas.github.io |
429022a309f9521cf5384924d8424e035448dfce | .forestry/front_matter/templates/review-blurb.yml | .forestry/front_matter/templates/review-blurb.yml | ---
label: Blurbs
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
default: " on Grace"
description: 'For CMS Reference: e.g. Times on The Cold Song'
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
description: Put an asterisk around any word... | ---
label: Blurbs
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
default: " on Stella Descending"
description: 'For CMS Reference: e.g. Times on The Cold Song'
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
description: Put an asterisk aro... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann |
4c6a52e61bf7362117d0588091e667ec8bfe1ba9 | hooks/host_vars/localhost/asdf.yml | hooks/host_vars/localhost/asdf.yml | ---
asdf_dir: "{{ ansible_user_dir }}/.asdf"
asdf_plugins:
cabal:
git_url: https://github.com/sestrella/asdf-ghcup.git
ghc:
git_url: https://github.com/sestrella/asdf-ghcup.git
nodejs: {}
python:
# https://github.com/pyenv/pyenv/wiki#suggested-build-environment
dependencies:
- openssl
... | ---
asdf_dir: "{{ ansible_user_dir }}/.asdf"
asdf_plugins:
cabal:
git_url: https://github.com/sestrella/asdf-ghcup.git
dependencies: [ghcup]
ghc:
git_url: https://github.com/sestrella/asdf-ghcup.git
dependencies: [ghcup]
nodejs: {}
python:
# https://github.com/pyenv/pyenv/wiki#suggested-buil... | Add cabal and ghc dependencies | Add cabal and ghc dependencies
| YAML | mit | sestrella/dotfiles |
4ad608857059a17619ae8b02809c2892058a0e95 | provisioning/playbook.yml | provisioning/playbook.yml | ---
# This playbook is for provisioning on a Linode box. It should be at least a Linode 2048 box and have
# 64 bit Ubuntu 12.04 LTS with 256 MB swap (I think).
#
# To run in development:
# vagrant provision local
#
# To run in production:
# cd provisioning
# ansible-playbook --user=root -i hosts playbook.yml
#
- hosts:... | ---
# This playbook is for provisioning on a Linode box. It should be at least a Linode 2048 box and have
# 64 bit Ubuntu 12.04 LTS with 256 MB swap (I think).
#
# To run in development:
# vagrant provision local
#
# To run in production:
# cd provisioning
# ansible-playbook --user=root -i hosts playbook.yml
#
- hosts:... | Upgrade all packages before starting an Ansible run | Upgrade all packages before starting an Ansible run
This ensures you're at a reasonably consistent state. It's also a good
idea to make sure all the machine's packages are up to date anyway.
This also fixes #1133.
| YAML | agpl-3.0 | openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph |
38e3c2141cbb25beae047dfc63faac899d4e253e | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: ci
on:
pull_request:
push:
branches: [main]
tags: ['*']
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
name: Pytest ${{ matrix.python-version }}
steps:
- uses: actions/checko... | name: ci
on:
pull_request:
push:
branches: [main]
tags: ['*']
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
... | Remove names from GitHub Actions jobs | Remove names from GitHub Actions jobs
| YAML | mit | remcohaszing/pywakeonlan |
bcf02be6cf0b7d3967d57c05cc00cd3abb894e81 | .github/workflows/lib.yml | .github/workflows/lib.yml | name: Lib.java
on: [push]
jobs:
linux:
name: Linux
runs-on: ubuntu-latest
container: openjdk:13
steps:
- name: Print working directory
run: pwd
- name: Print Java version
run: java --version
- uses: actions/checkout@v1
- name: Load module org.junit.jupiter version 5.5.1
... | name: Lib.java
on: [push]
jobs:
linux:
name: Linux
runs-on: ubuntu-latest
steps:
- name: 'Set up JDK'
uses: actions/setup-java@v1
with:
java-version: 13
- name: 'Print working directory'
run: pwd
- name: 'Print Java version'
run: java --version
- name: 'Ch... | Use pre-installed JDK 13 and quote names | Use pre-installed JDK 13 and quote names
| YAML | mit | sormuras/bach,sormuras/bach |
853f7eb0fe8be7da1fd1fde614a4d6f7b9c54735 | .github/workflows/php.yml | .github/workflows/php.yml | name: Testing package
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
... | name: Testing package
on: [push, pull_request]
jobs:
run:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
... | Add mbstring extension into workflow process | Add mbstring extension into workflow process
| YAML | mit | ElForastero/Transliterate |
4e30694d584b96a9063ed92b880f3dcc36cc52ae | azure-pipelines.yml | azure-pipelines.yml | pool:
name: Azure Pipelines
vmImage: windows-latest
demands:
- msbuild
- visualstudio
- vstest
jobs:
- job: Build
variables:
BuildSolution: StyleCopAnalyzers.sln
BuildPlatform: AnyCPU
strategy:
matrix:
Debug:
BuildConfiguration: Debug
Release:
BuildConfiguration:... | pool:
name: Azure Pipelines
vmImage: windows-latest
demands:
- msbuild
- visualstudio
- vstest
jobs:
- job: Build
variables:
BuildSolution: StyleCopAnalyzers.sln
BuildPlatform: Any CPU
strategy:
matrix:
Debug:
BuildConfiguration: Debug
Release:
BuildConfiguration... | Set the build platform to 'Any CPU' instead of 'AnyCPU' | Set the build platform to 'Any CPU' instead of 'AnyCPU'
| YAML | mit | DotNetAnalyzers/StyleCopAnalyzers |
8f5abde896eff6f3b39a83b898019575d7703312 | .build.yml | .build.yml | image: archlinux
packages:
- python
- python-pip
sources:
- https://github.com/kragniz/python-etcd3
environment:
TEST_ETCD_VERSION: v3.3.10
tasks:
- test: |
cd python-etcd3
pip install --progress-bar off -U tox
curl -L https://github.com/coreos/etcd/releases/download/$TEST_ETCD_VERSION/etcd-... | image: archlinux
packages:
- python
- python-pip
- python39
sources:
- https://github.com/kragniz/python-etcd3
environment:
TEST_ETCD_VERSION: v3.3.10
tasks:
- test: |
cd python-etcd3
pip install --progress-bar off -U tox
curl -L https://github.com/coreos/etcd/releases/download/$TEST_ETCD_... | Install Python3.9 before running the CI script | Install Python3.9 before running the CI script
| YAML | apache-2.0 | kragniz/python-etcd3 |
49b8841233f8727bc1411cfa5ab82ce45a9aad80 | app/config/security.yml | app/config/security.yml | # To get started with security, check out the documentation:
# http://symfony.com/doc/current/book/security.html
security:
# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
providers:
git:
id: app.git_user_provider
encoders:
AppBund... | # To get started with security, check out the documentation:
# http://symfony.com/doc/current/book/security.html
security:
# http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
providers:
git:
id: app.git_user_provider
encoders:
AppBund... | Add access to all users | Add access to all users
| YAML | mit | gitdown-wiki/gitdown-wiki,gitdown-wiki/gitdown-wiki,gitdown-wiki/gitdown-wiki |
75c6cab1f774f15523a669e7c30055f9a71347fa | metadata/ca.ramzan.virtuosity.yml | metadata/ca.ramzan.virtuosity.yml | Categories:
- Multimedia
- Science & Education
- Writing
License: GPL-3.0-or-later
AuthorName: Ramzan Sheikh
SourceCode: https://github.com/ramzan/virtuosity
IssueTracker: https://github.com/ramzan/virtuosity/issues
Changelog: https://github.com/ramzan/virtuosity/releases
AutoName: Virtuosity
RepoType: git
Repo... | Categories:
- Multimedia
- Science & Education
- Writing
License: GPL-3.0-or-later
AuthorName: Ramzan Sheikh
SourceCode: https://github.com/ramzan/virtuosity
IssueTracker: https://github.com/ramzan/virtuosity/issues
Changelog: https://github.com/ramzan/virtuosity/releases
AutoName: Virtuosity
RepoType: git
Repo... | Update Virtuosity to 1.0.1 (2) | Update Virtuosity to 1.0.1 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3196c1986d4b7dfeb40b9ea7437e2183196eaf6e | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- check-requirements
check:
jobs:
- monasca-tempest-python-influxdb
- monasca-tempest-java-influxdb
- monasca-tempest-python-cassandra
- monasca-tempest... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
check:
jobs:
- monasca-tempest-python-influxdb
- monasca-tempest-java-influxd... | Use templates for cover and lower-constraints | Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.
Use openstack-lower-constraints-jobs template.
Remove jobs that are part of the templates.
Change-Id: I276ef74f5ca9f2be7b0f03f19dca897390cbe105
| YAML | apache-2.0 | openstack/monasca-persister,openstack/monasca-persister,stackforge/monasca-persister,stackforge/monasca-persister,openstack/monasca-persister,stackforge/monasca-persister |
ab931de53a5ffb685e44c3dda6e28413955543fb | .zuul.yaml | .zuul.yaml | - project:
cloud-provider-openstack-all:
jobs:
- cloud-provider-openstack-unittest
- cloud-provider-openstack-acceptance-test-keystone-authentication-authorization
- cloud-provider-openstack-acceptance-test-lb-octavia
- cloud-provider-openstack-acceptance-test-e2e-conformance
... | - project:
cloud-provider-openstack-all:
jobs:
- cloud-provider-openstack-unittest
- cloud-provider-openstack-acceptance-test-keystone-authentication-authorization
- cloud-provider-openstack-acceptance-test-lb-octavia
- cloud-provider-openstack-acceptance-test-e2e-conformance
... | Add periodic jobs for E2E conformance tests | Add periodic jobs for E2E conformance tests
- test against kubernetes master
- test against kubernetes latest release(v1.10.0)
Closes #103
| YAML | apache-2.0 | kubernetes/cloud-provider-openstack,kubernetes/cloud-provider-openstack,kubernetes/cloud-provider-openstack |
76786bdd11eac589bdaeb9a8cea5dcacaf613225 | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black
| repos:
- repo: https://github.com/psf/black
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/asottile/blacken-docs
rev: v1.4.0
hooks:
- id: blacken-docs
| Update black in pre-commit and add blacken-docs. | Update black in pre-commit and add blacken-docs.
| YAML | mit | jaraco/portend,jaraco/jaraco.path,jaraco/zipp,hugovk/inflect.py,yougov/pmxbot,jaraco/jaraco.stream,python/importlib_metadata,jaraco/tempora,jaraco/jaraco.logging,jaraco/jaraco.collections,jaraco/irc,jaraco/hgtools,jaraco/keyring,jaraco/jaraco.functools,yougov/pmxbot,jaraco/jaraco.text,pytest-dev/pytest-runner,jaraco/ba... |
3dbb61d9af82700c2936f5f469334a82746384ca | .pre-commit-config.yaml | .pre-commit-config.yaml | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: autopep8-wrapper
- id: check-docstring-first
- id: check-json
- id: check-yaml
- id: debug-statements
- id: name-tests-test
... | repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-docstring-first
- id: check-json
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-f... | Migrate from autopep8-wrapper to mirrors-autopep8 | Migrate from autopep8-wrapper to mirrors-autopep8
Committed via https://github.com/asottile/all-repos
| YAML | mit | pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit,pre-commit/pre-commit |
0e2b3adfc4ae66d6d3c1e61f8bcf3bd3b5341e5c | roles/personalized/tmux/tasks/main.yml | roles/personalized/tmux/tasks/main.yml | - name: Ensure that the desired git repository folder exists
file:
state: directory
path: "{{ git_repo_folder }}"
- name: Check if personal tmux configuration repository exists locally
stat:
path: "{{ git_repo_folder }}/config.tmux"
register: st
- name: Acquire personal tmux configuration
gi... | - name: Ensure that the desired git repository folder exists
file:
state: directory
path: "{{ git_repo_folder }}"
- name: Check if personal tmux configuration repository exists locally
stat:
path: "{{ git_repo_folder }}/config.tmux"
register: st
- name: Acquire personal tmux configuration
gi... | Revert "Don't touch tmux.local, simply ensure that it exists" | Revert "Don't touch tmux.local, simply ensure that it exists"
This reverts commit 5331ffce8d0e63d38ddbc55986877c1ded785494.
| YAML | mit | cmrosenberg/setup |
3ad30a005c703fa0c53528c0ebfaee2321351908 | {{cookiecutter.project_name}}/meta/main.yml | {{cookiecutter.project_name}}/meta/main.yml | ---
galaxy_info:
role_name: {{ cookiecutter.role_name }}
author: {{ cookiecutter.author_name }}
description: {{ cookiecutter.role_short_description }}
license: {{ cookiecutter.license }}
min_ansible_version: 2.2
platforms:
- name: EL
versions:
- 7
- name: Archlinux
versions:
... | ---
galaxy_info:
role_name: {{ cookiecutter.role_name }}
author: {{ cookiecutter.galaxy_user }}
description: {{ cookiecutter.role_short_description }}
license: {{ cookiecutter.license }}
min_ansible_version: 2.2
platforms:
- name: EL
versions:
- 7
- name: Archlinux
versions:
... | Set role author metadata to galaxy user | Set role author metadata to galaxy user
| YAML | mit | nephelaiio/cookiecutter-ansible-role |
b31b5e65f4ffb93b171c5832d193159538c8318a | .github/workflows/release-on-milestone-closed.yml | .github/workflows/release-on-milestone-closed.yml | name: "Automatic Releases"
on:
milestone:
types:
- "closed"
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.1."
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secret... | name: "Automatic Releases"
on:
milestone:
types:
- "closed"
jobs:
release:
name: "Git tag, release & create merge-up PR"
uses: "doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.1.1"
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_EMAIL: ${{ secre... | Add missing digit in version number | Add missing digit in version number
| YAML | mit | doctrine/DoctrineBundle |
34902889eacb33b1c9ade247b8328516c06a3847 | plugins/tempest/tasks/setup/rpm/install_plugins_source.yml | plugins/tempest/tasks/setup/rpm/install_plugins_source.yml | - name: Install git
become: yes
yum:
name: "git"
state: present
- name: Create plugins directory
file:
state: directory
path: "{{ plugins_dir }}"
- name: Clone tempest plugin
environment:
GIT_SSL_NO_VERIFY: 0
git:
repo: "{{ plugin_dict.value.repo | default(plugin_dict.val... | - name: Install git
become: yes
yum:
name: "git"
state: present
- name: Install pip
become: yes
easy_install:
name: pip
state: latest
- name: Create plugins directory
file:
state: directory
path: "{{ plugins_dir }}"
- name: Clone tempest plugin
environment:
GIT_S... | Install pip for tempest git plugins | Install pip for tempest git plugins
Added installation of the pip package
for the case when git plugin need to
be installed from the source (package
is missing). This scenario is actual
for the case when tempset setup method
is rpm.
Pip is required in that case to install
plugin requirements
Change-Id: I513e7a1c3280... | YAML | apache-2.0 | redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared |
16a2e549ab6dad5bef96bf67157e4da9b67ce1d3 | recipes/pymetalink/meta.yaml | recipes/pymetalink/meta.yaml | {% set name = "pymetalink" %}
{% set version = "6.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2c930aaa660b60872118f41784e479264985f3f7b1c66843205a68fa377091f5
build:
noarch: python... | {% set name = "pymetalink" %}
{% set version = "6.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2c930aaa660b60872118f41784e479264985f3f7b1c66843205a68fa377091f5
build:
noarch: python... | Add a base python version | Add a base python version
| YAML | bsd-3-clause | stuertz/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,... |
69f55e14ccc6855dfea536f7a38e81289cd326ab | recipes/cgns/meta.yaml | recipes/cgns/meta.yaml | {% set name = "cgns" %}
{% set version = "3.2.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/{{ name|upper }}/{{ name|upper }}/archive/v{{ version }}.tar.gz
sha256: 677d0da94f0892b72b96da7cf4de51f661acfff1141c585af50a531fa161773f
patches:
- if-block.patch
b... | {% set name = "cgns" %}
{% set version = "3.2.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/{{ name|upper }}/{{ name|upper }}/archive/v{{ version }}.tar.gz
sha256: 677d0da94f0892b72b96da7cf4de51f661acfff1141c585af50a531fa161773f
patches:
- if-block.patch
b... | Add zlib and hdf5 to run requirements | Add zlib and hdf5 to run requirements
| YAML | bsd-3-clause | isuruf/staged-recipes,asmeurer/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,SylvainCorlay/staged-recipes,synapticarbors/staged-recipes,ReimarBauer/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,cpaulik/staged-recipes,Juanlu001/staged-recipes,hadim/stage... |
3c98212c61f7c6fb8e113cb7b4338439a014e0a9 | .github/workflows/dart.yml | .github/workflows/dart.yml | name: Dart CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
defaults:
run:
shell: bash
jobs:
build:
name: "Dart CI"
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: "~/.pub-cache/hosted"
... | name: Dart CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: "0 0 * * 0"
defaults:
run:
shell: bash
jobs:
build:
name: "Dart CI"
runs-on: ubuntu-latest
steps:
- uses: actions/cache@v2
with:
path: "~/.pub-cache/hosted"
... | Fix GitHub action to work with Dart 2.17 | Fix GitHub action to work with Dart 2.17
| YAML | mit | petitparser/dart-petitparser |
e27143fe91c486baa4fe2abf654f73ef594b5216 | .github/workflows/lint.yml | .github/workflows/lint.yml | name: Lint
on:
pull_request:
push:
# filtering branches here prevents duplicate builds from pull_request and push
branches:
- master
env:
CI: true
jobs:
source:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
name: Source
runs-on: ubuntu-latest
steps:
... | name: Lint
on:
pull_request:
push:
# filtering branches here prevents duplicate builds from pull_request and push
branches:
- main
env:
CI: true
jobs:
source:
if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
name: Source
runs-on: ubuntu-latest
steps:
... | Rename default branch to `main` | Rename default branch to `main` | YAML | mit | jkusa/ember-cli-clipboard,jkusa/ember-cli-clipboard |
5aa5ab972608aaaeeea9bd90f0d2a0ff82ecf2e1 | .github/workflows/main.yml | .github/workflows/main.yml | name: Test and build
on: [pull_request]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-20.04', 'ubuntu-18.04', 'macos-latest']
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install Dependencies (Linux)
run: |
sudo apt-get update -y
sudo apt-get inst... | name: Test and build
on: [pull_request]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-22.04', 'ubuntu-20.04', 'ubuntu-18.04', 'macos-latest']
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Install Dependencies (Linux)
run: |
sudo apt-get update -y
s... | Add ubuntu-22.04 runner to Actions Matrix | Add ubuntu-22.04 runner to Actions Matrix
The new runner version is going GA https://github.com/actions/virtual-environments/issues/5998 | YAML | mit | github/backup-utils,github/backup-utils |
2a2daf8f86d739010383f08316556bd62d75a7ab | .github/workflows/main.yml | .github/workflows/main.yml | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more ... | # This is a basic workflow to help you get started with Actions
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more ... | Switch the build over to make install | Switch the build over to make install
This includes the BranchedGP package install
| YAML | apache-2.0 | ManchesterBioinference/BranchedGP,ManchesterBioinference/BranchedGP |
423443971e985ea067641c14ec1359e940edf5eb | .github/workflows/pypi.yml | .github/workflows/pypi.yml | name: "PYPI"
on:
workflow_dispatch:
inputs:
version:
description: "Version of the release, e.g. 1.0.0"
required: true
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v2
with:
ref: ${{ git... | name: "PYPI"
on:
workflow_dispatch:
inputs:
version:
description: "Version of the release, e.g. 1.0.0"
required: true
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v2
with:
ref: 'v${{ g... | Fix PYPI workflow by adding prefix to version name | Fix PYPI workflow by adding prefix to version name
| YAML | agpl-3.0 | shoopio/shoop,shoopio/shoop,shoopio/shoop |
075706b024989b664f324fb3b3b49fdf3b0ce59e | .github/workflows/test.yml | .github/workflows/test.yml | name: Test package
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix... | name: Test package
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.11'
- name: Install nox
run: pip install nox
- name: Run checks
run: nox --non... | Use nox in github actions | Use nox in github actions
| YAML | isc | akaIDIOT/Digestive |
41b939d37a509901645bfb87089e04b95439d217 | .github/workflows/test.yml | .github/workflows/test.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: Test before merging to `develop`
on:
push:
branches... | # 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: Test before merging to `develop`
on:
push:
branches... | Replace deploy script with `actions-gh-pages` | Replace deploy script with `actions-gh-pages`
| YAML | mit | ogaoga/json-visual-editor,ogaoga/json-visual-editor |
bf22c2a15dc491f819149134e7198d8a3d14c34b | .github/workflows/unit.yml | .github/workflows/unit.yml | name: unit
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.12
- name: Check out code
uses: actions/checkout@v1
- name: Get dependencies
run: |
sudo apt-ge... | name: unit
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
name: [mysql57, mysql80, mariadb101]
steps:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.12
- name: Check out code
uses: actions/checkout@v1
... | Add matrix build for mysql | Add matrix build for mysql
Signed-off-by: Morgan Tocker <cfa41afc5ac20f7c1e01316e2d765e1ba4c4bf7a@gmail.com>
| YAML | apache-2.0 | tinyspeck/vitess,vitessio/vitess,tinyspeck/vitess,tinyspeck/vitess,mahak/vitess,mahak/vitess,mahak/vitess,mahak/vitess,mahak/vitess,mahak/vitess,vitessio/vitess,tinyspeck/vitess,tinyspeck/vitess,tinyspeck/vitess,vitessio/vitess,mahak/vitess,vitessio/vitess,vitessio/vitess,vitessio/vitess,vitessio/vitess,vitessio/vitess... |
8fd65352f37bf0734c992419bbe270fbf8a5bd5a | metadata/de.nulide.findmydevice.yml | metadata/de.nulide.findmydevice.yml | Categories:
- Phone & SMS
- Security
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/findmydevice
IssueTracker: https://gitlab.com/Nulide/findmydevice/issues
Liberapay: Nulide
AutoName: FindMyDevice
RepoType: git
Repo: https://gitlab.com/Nulide/findmydevice.git
Builds:
- versionName: 0.0... | Categories:
- Phone & SMS
- Security
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/Nulide/findmydevice
IssueTracker: https://gitlab.com/Nulide/findmydevice/issues
Liberapay: Nulide
AutoName: FindMyDevice
RepoType: git
Repo: https://gitlab.com/Nulide/findmydevice.git
Builds:
- versionName: 0.0... | Update FindMyDevice to 0.0.2 (2) | Update FindMyDevice to 0.0.2 (2)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
fd50796ce3050c926c8c4ada4083ba385a028794 | metadata/me.rosuh.easywatermark.yml | metadata/me.rosuh.easywatermark.yml | Categories:
- Multimedia
License: MIT
AuthorName: rosuH
AuthorEmail: rosuh@qq.com
AuthorWebSite: https://rosuh.me/
SourceCode: https://github.com/rosuH/EasyWatermark
IssueTracker: https://github.com/rosuH/EasyWatermark/issues
AutoName: 简单水印
RepoType: git
Repo: https://github.com/rosuH/EasyWatermark
Builds:
- ver... | Categories:
- Multimedia
License: MIT
AuthorName: rosuH
AuthorEmail: rosuh@qq.com
AuthorWebSite: https://rosuh.me/
SourceCode: https://github.com/rosuH/EasyWatermark
IssueTracker: https://github.com/rosuH/EasyWatermark/issues
AutoName: 简单水印
RepoType: git
Repo: https://github.com/rosuH/EasyWatermark
Builds:
- ver... | Update CurrentVersion of 简单水印 to 1.0 (3) | Update CurrentVersion of 简单水印 to 1.0 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d3faaaf2385e6dc6c406c97cd5e7851e28179291 | behat.yml | behat.yml | # behat.yml
default:
suites:
default:
contexts:
- FeatureContext
- MyMinkContext
extensions:
Behat\MinkExtension:
base_url: http://lanager
goutte: ~
| # behat.yml
default:
suites:
default:
contexts:
- FeatureContext
- MyMinkContext
extensions:
Behat\MinkExtension:
goutte: ~
| Configure Mink base_url in environment variable | Configure Mink base_url in environment variable
| YAML | agpl-3.0 | zeropingheroes/lanager,zeropingheroes/lanager |
71c4258afe1778028572614f255a54fe20fd4be6 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- release-notes-jobs-python3
gate:
queue: os-win
| - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- release-notes-jobs-python3
gate:
queue: os-win
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I62296feb3086cc17ea0b890648bca40... | YAML | apache-2.0 | openstack/os-win |
2353f5029634bf441c2b33e02e3a353d60448fe3 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 xena unit tests | Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I84de85283509bf49f6793276d29a885805fea... | YAML | apache-2.0 | openstack/automaton |
bdc690643ef1d1a7b2218960309ea6de5ffbe109 | ubuntu/roles/tailscale/tasks/main.yml | ubuntu/roles/tailscale/tasks/main.yml | ---
# https://tailscale.com/download/linux/ubuntu-2204
- name: add tailscale signing key
ansible.builtin.apt_key:
url: https://pkgs.tailscale.com/stable/ubuntu/{{ ansible_distribution_release }}.gpg
- name: add tailscale repository
ansible.builtin.apt_repository:
repo: deb https://pkgs.tailscale.com/stabl... | ---
# https://tailscale.com/download/linux/ubuntu-2204
- name: download tailscale signing key
ansible.builtin.get_url:
url: https://pkgs.tailscale.com/stable/ubuntu/{{ ansible_distribution_release }}.noarmor.gpg
dest: /usr/share/keyrings/tailscale-archive-keyring.gpg
owner: root
group: root
mode:... | Upgrade tailscale to more secure install method | Upgrade tailscale to more secure install method
| YAML | mpl-2.0 | mfinelli/arch-install |
4ce3c4ebf2601beacc31b1e35c804fcab912bbf9 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-master-branch-jobs
- openstack-python3-yoga-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironiccl... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-master-branch-jobs
- openstack-python3-yoga-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
# NOTE(rpi... | Test python 3.6 for distributions compatibility | Test python 3.6 for distributions compatibility
As discussed during the ironic meeting on 29/11/2021, the community has
decided to continue testing the code against Python 3.6 to keep
compatibility with distributions that have native support for it, such
as CentOS Stream 8, Ubuntu Bionic, Debian 10, and openSuse Leap,... | YAML | apache-2.0 | openstack/python-ironicclient,openstack/python-ironicclient |
e23b96c18d5dfb29efa171ca791bbfcc04edfa4a | zuul.d/project.yaml | zuul.d/project.yaml | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Allow the experimental trigger of the integrated repo | Allow the experimental trigger of the integrated repo
This would allow someone to test its change with an AIO.
Change-Id: I6a1dadbc6c6b86e337f5b25d8c35276bf3dfe3a1
| YAML | apache-2.0 | openstack/openstack-ansible-repo_server,openstack/openstack-ansible-repo_server |
b14be6a0b1c3cfa9c5a6c8994d251fc7d99cb45f | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-master-branch-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-inspector-grenade
- ironic-in... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-master-branch-jobs
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-inspector-grenade
- ironic-in... | Add Python3 yoga unit tests | Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I6617d6025be66cd7d99c05dd5c0542acf6790... | YAML | apache-2.0 | openstack/ironic-inspector,openstack/ironic-inspector |
c4f2c219f420178bf40835706bb6463bec6d5145 | tasks/install.bin.yml | tasks/install.bin.yml | ---
# tasks file for sbux-nodejs
- name: Fetch nodejs archive
get_url:
url={{ nodejs_bin_url }}
dest=/opt/node-v{{ nodejs_version }}.tar.gz
force=no
- name: Un-archive nodejs
unarchive:
copy=no
src=/opt/node-v{{ nodejs_version }}.tar.gz
dest=/opt/
creates=/opt/node-v{{ nodejs_version }... | ---
# tasks file for sbux-nodejs
- name: Fetch nodejs archive
get_url:
url={{ nodejs_bin_url }}
dest=/opt/node-v{{ nodejs_version }}.tar.gz
force=no
- name: Un-archive nodejs
unarchive:
copy=no
src=/opt/node-v{{ nodejs_version }}.tar.gz
dest=/opt/
creates=/opt/node-v{{ nodejs_version }... | Add node to the PATH | Add node to the PATH
| YAML | mit | wiredcraft-ops/role-wcl-nodejs |
4eadf4e92215aba44bfe5fdd83bd70ab5eeba53f | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/python:3.6-stretch-node-browsers
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo npm i -g npm@7
npm ci
virtualenv venv
. venv/bin/activate
pip... | version: 2
jobs:
build:
docker:
- image: circleci/python:3.6-stretch-node-browsers
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo npm i -g npm@8
npm ci
virtualenv venv
. venv/bin/activate
pip... | Upgrade to NPM 8 on Circle | Upgrade to NPM 8 on Circle
| YAML | bsd-3-clause | netbek/chrys,netbek/chrys,netbek/chrys |
982612c31e40d5c9ed6fa47c4b0bf4e968c9c804 | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.7.2@sha256:1b08218269494a6cc3232081683b5275ad4456b41f38cbb4e0267cf623ecd75a
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.2@sha256:58e86b1bce563888c80f69194a31dd40a83fdfeba5e6179b7dd9f9e92c9f5af2
working_directory: ~/repo
steps:
- checko... | Update circleci/python:3.7.2 Docker digest to 58e86b1 | Update circleci/python:3.7.2 Docker digest to 58e86b1 | YAML | bsd-3-clause | kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler |
1ee098c79867e4d9bad97e1b028a5594e485a446 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
general:
branches:
ignore:
- gh-pages
workflows:
version: 2
test_build:
jobs:
- build
- test
jobs:
build:
docker:
- image: circleci/nod... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
general:
branches:
ignore:
- gh-pages
workflows:
version: 2
test_build:
jobs:
- build
- test
jobs:
build:
docker:
- image: circleci/nod... | Test to grep auf filesystem | Test to grep auf filesystem
| YAML | mit | Tezirg/os2 |
51cdaac2d53a97484ea739f22599003dc344e2a1 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:11
- image: circleci/mongo:3
- image: circleci/redis:4
- image: circleci/postgres:10.8
environment:
POSTGRES_USER: accounts-js
POSTGRES_DB: accounts-js-tests-e2e
steps:
- checkout
- run: yar... | version: 2
jobs:
build:
docker:
- image: circleci/node:11
- image: circleci/mongo:3
- image: circleci/redis:4
- image: circleci/postgres:10.9
environment:
POSTGRES_USER: accounts-js
POSTGRES_DB: accounts-js-tests-e2e
steps:
- checkout
- run: yar... | Update circleci/postgres Docker tag to v10.9 | Update circleci/postgres Docker tag to v10.9
| YAML | mit | js-accounts/accounts |
d8c1871b0e734a320a83e2091df70f4937bd3c20 | .codeclimate.yml | .codeclimate.yml | engines:
eslint:
enabled: true
channel: "eslint-3"
duplication:
enabled: true
fixme:
enabled: true
nodesecurity:
enabled: true
ratings:
paths:
- src/**
| engines:
eslint:
enabled: true
channel: "eslint-3"
duplication:
enabled: true
config:
languages:
- javascript
fixme:
enabled: true
nodesecurity:
enabled: true
ratings:
paths:
- src/**
| Configure duplication engine for javascript | Configure duplication engine for javascript
| YAML | mit | RenovateSimply/redux-jsonapi,andyhite/redux-jsonapi,andyhite/redux-jsonapi,RenovateSimply/redux-jsonapi |
d166c7924251dde5ba38560a5f6fc872ca4f8bfa | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:latest-browsers
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run:
name: Install Dependencies... | version: 2
jobs:
build:
docker:
- image: circleci/node:latest-browsers
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- v1-dependencies-
- run:
name: Install Dependencies... | Build API docs in CI job | Build API docs in CI job
| YAML | bsd-2-clause | bjornharrtell/ol3,tschaub/ol3,adube/ol3,openlayers/openlayers,tschaub/ol3,tschaub/ol3,stweil/openlayers,stweil/ol3,oterral/ol3,geekdenz/openlayers,ahocevar/ol3,ahocevar/ol3,stweil/ol3,geekdenz/openlayers,adube/ol3,ahocevar/ol3,tschaub/ol3,stweil/openlayers,openlayers/openlayers,openlayers/openlayers,bjornharrtell/ol3,g... |
34d134ca6b621bba0743917df6b625f6d5beba81 | .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:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.7.0
... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.7.0
... | Save imageio ffmpeg download to cache for CircleCI | Save imageio ffmpeg download to cache for CircleCI
| YAML | mit | Harmon758/Harmonbot,Harmon758/Harmonbot |
9d85fc4a9df4965fcb38ef28c07eb14677160ce5 | .circleci/config.yml | .circleci/config.yml | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: docker:latest
steps:
- checkout
- setup_remote_docker
- run:
name: Setup build r... | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# Image for build runner.
- image: docker:17.06
steps:
- checkout
- setup_remote_docker
- run:
name: Setup build runner
... | Fix build runner image tag | Fix build runner image tag
| YAML | mit | eugenesia/docker-phpfarm,eugenesia/docker-phpfarm |
503bd0fc5fe7a7a977457bb1f826356019546500 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/package-tracker
docker:
- image: circleci/ruby:2.4.1-node
environment:
RAILS_ENV: test
- image: circleci/postgres:9.4.12-alpine
steps:
- checkout
# Restore bundle cache
- type: cache-restore
key: package-... | version: 2
jobs:
build:
working_directory: ~/package-tracker
docker:
- image: circleci/ruby:2.4.1-node
environment:
RAILS_ENV: test
- image: circleci/postgres:9.4.12-alpine
steps:
- checkout
# Restore bundle cache
- type: cache-restore
key: package-... | Delete instead of comment in circle ci file | Delete instead of comment in circle ci file
| YAML | mit | coreyja/package-tracker,coreyja/package-tracker,coreyja/package-tracker |
34bb55faa97139cd577ef9b43e099dcc47c478e7 | .circleci/config.yml | .circleci/config.yml | jobs:
rspec:
docker:
- image: ruby:2.5.3
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "Gemfile.lock" }}
- v1-dependencies-
- run:
command: bundle install --jobs=4 --retry=3 --path vendor/bundle
name: bundle... | jobs:
rspec:
docker:
- image: ruby:2.5.3
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "Gemfile.lock" }}
- v1-dependencies-
- run:
command: bundle install --jobs=4 --retry=3 --path vendor/bundle
name: bundle... | Set RAILS_ENV=test on rails db:setup | Set RAILS_ENV=test on rails db:setup
| YAML | mit | r7kamura/autodoc,r7kamura/autodoc,r7kamura/autodoc |
af331438941bbbea877e8c69e8f0c9d3a9dd9890 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/latest
# Specify service dependencies here if necessary
# CircleC... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
# Specify service dependencies here if necessary
# ... | Fix incorrect image in circleci setting | Fix incorrect image in circleci setting
| YAML | mit | shirasudon/chat,shirasudon/chat |
0bbe6c21613ab4c00297b8c4df88a022b9dedb55 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
- run: ./gradlew dependencies --no-parallel
- save_cache:
paths:
... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8-jdk
working_directory: ~/repo
environment:
_JAVA_OPTIONS: -Xmx2048m
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "build.gradle" }}
- run: ./gradlew dependencies --... | Fix Retard CircleCI ™ - Round 3 | Fix Retard CircleCI ™ - Round 3
| YAML | apache-2.0 | Hexworks/zircon,Hexworks/zircon,Hexworks/zircon |
2e0f3a2deb3b5e126d29d515001d89b8babbde85 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/circulate
docker:
- image: python:3.6.0
environment:
GULP_LIB: /home/ubuntu/pymatgen/cmd_line/gulp/Libraries
steps:
- checkout
- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run:... | version: 2
jobs:
build:
working_directory: ~/circulate
docker:
- image: python:3.6.0
environment:
GULP_LIB: /home/ubuntu/pymatgen/cmd_line/gulp/Libraries
steps:
- checkout
- restore_cache:
key: deps1-{{ .Branch }}-{{ checksum "requirements.txt" }}
- run:... | Add ls to see path. | Add ls to see path.
| YAML | mit | gVallverdu/pymatgen,fraricci/pymatgen,montoyjh/pymatgen,mbkumar/pymatgen,mbkumar/pymatgen,matk86/pymatgen,gpetretto/pymatgen,tschaume/pymatgen,fraricci/pymatgen,setten/pymatgen,johnson1228/pymatgen,montoyjh/pymatgen,nisse3000/pymatgen,matk86/pymatgen,dongsenfo/pymatgen,vorwerkc/pymatgen,setten/pymatgen,vorwerkc/pymatge... |
146bfcbdf33f9852cb8eaf78352d7e1184cf1ab0 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: cibuilds/docker-hugo:0.53
- image: circleci/node:4.8.2
working_directory: ~/devopsdays
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@5'
- restore_cache:
key: dependency-cache-... | version: 2
jobs:
build:
docker:
- image: cibuilds/hugo:0.53
- image: circleci/node:4.8.2
working_directory: ~/devopsdays
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@5'
- restore_cache:
key: dependency-cache-{{ chec... | Fix hugo docker image for circle | Fix hugo docker image for circle
| YAML | apache-2.0 | gomex/devopsdays-web,gomex/devopsdays-web,gomex/devopsdays-web,gomex/devopsdays-web |
e12f461bd3d60b1c0775c61117bb6f40facfcdb3 | .circleci/config.yml | .circleci/config.yml | #
version: 2
jobs:
build:
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
steps:
- checkout
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --no-cache bash
- run:
... | #
version: 2
jobs:
build:
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
steps:
- checkout
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --no-cache bash
- run:
... | Fix deploy logic as it wasn't working | Fix deploy logic as it wasn't working
branches:
only:
- master
Even with the above, it deployed with CIRCLE_BRANCH=feature/circleci
| YAML | apache-2.0 | shusugmt/st2-docker,shusugmt/st2-docker |
024bcf544481c4d67f7369dfd74ef4cacf56e71f | playbooks/tasks/buri/ami_set_build_info_post_build.yml | playbooks/tasks/buri/ami_set_build_info_post_build.yml | ---
# Set "full" name to be used in tagging. Other process may append additional details (IE: -ebs or -s3)
# New way, looks to the hostvars for what the chroot host set as facts for the build
- name: Setting AMI appversion information
set_fact:
buri_ami_appversion: "{{ buri_ami_base_name }}-{{ hostvars[buri_ami_... | ---
# Set "full" name to be used in tagging. Other process may append additional details (IE: -ebs or -s3)
# New way, looks to the hostvars for what the chroot host set as facts for the build
- name: Setting AMI appversion information
set_fact:
buri_ami_appversion: "{{ buri_ami_base_name }}-{{ hostvars[buri_ami_... | Add date to end of AMI name for uniqueness. | Add date to end of AMI name for uniqueness.
| YAML | apache-2.0 | jhohertz/buri,viafoura/buri,jhohertz/buri,viafoura/buri,MarkRose/buri,jhohertz/buri,viafoura/buri,MarkRose/buri,jhohertz/buri,viafoura/buri,MarkRose/buri,MarkRose/buri |
d9b606aa60b84ff84c59e6e7a8b2c098b67dea69 | prow/plugins.yaml | prow/plugins.yaml | # Plugin repository whitelist.
# Keys: Full repo name: "org/repo".
# Values: List of plugins to run against the repo.
---
google/cadvisor:
- trigger
kubernetes/charts:
- trigger
kubernetes/heapster:
- trigger
kubernetes/kops:
- trigger
kubernetes/kubernetes:
- trigger
- release-note
kubernetes/test-infra:
- trigge... | # Plugin repository whitelist.
# Keys: Full repo name: "org/repo".
# Values: List of plugins to run against the repo.
---
google/cadvisor:
- trigger
kubernetes/charts:
- trigger
kubernetes/heapster:
- trigger
kubernetes/kops:
- trigger
kubernetes/kubernetes:
- trigger
- release-note
kubernetes/test-infra:
- trigge... | Enable assign plugin on kubernetes org | Enable assign plugin on kubernetes org
| YAML | apache-2.0 | krousey/test-infra,jessfraz/test-infra,rmmh/kubernetes-test-infra,monopole/test-infra,cjwagner/test-infra,piosz/test-infra,nlandolfi/test-infra-1,piosz/test-infra,shyamjvs/test-infra,fejta/test-infra,ixdy/kubernetes-test-infra,gmarek/test-infra,BenTheElder/test-infra,michelle192837/test-infra,rmmh/kubernetes-test-infra... |
588b6812e90d31ee90e1eb615ba898fbd498fd8d | catalog/Developer_Tools/Terminal_Coloring.yml | catalog/Developer_Tools/Terminal_Coloring.yml | name: Terminal Coloring
description:
projects:
- ansi
- colored
- colorize
- lolcat
- paint
- rainbow
- term-ansicolor
| name: Terminal Coloring
description:
projects:
- ansi
- colored
- colorize
- lolcat
- paint
- pastel
- rainbow
- term-ansicolor
| Add pastel to Terminal Coloring category | Add pastel to Terminal Coloring category
Add [pastel](https://github.com/piotrmurach/pastel) to terminal coloring gems. | YAML | mit | rubytoolbox/catalog |
b44e8950ec4e2183244e9b5d16dccc015f57d995 | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
# for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true
# Build documentation with M... | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html
# for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: dirhtml
configuration: docs/conf.py
fail_on_warning: true
# Build documentation wit... | Switch RTD to the `dirhtml` builder | Switch RTD to the `dirhtml` builder
| YAML | bsd-3-clause | cherrypy/cheroot |
8f16516e7361a8f7d2b4f03c606462266bb55cf7 | .scrutinizer.yml | .scrutinizer.yml | filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
before_commands:
- 'composer install --dev'
tools:
php_analyzer: true
php_mess_detector: true
php_code_sniffer:
config:
standard: PSR1
sensiolabs_security_checker: true
php_code_coverage:
test_comman... | filter:
excluded_paths:
- 'vendor/*'
- 'tests/*'
before_commands:
- 'composer install'
tools:
php_analyzer: true
php_mess_detector: true
php_code_sniffer:
config:
standard: PSR1
sensiolabs_security_checker: true
php_code_coverage:
test_command: './... | Remove --dev: that's the default. | Remove --dev: that's the default.
| YAML | mit | nubs/netacuity-php,krishnaramya/netacuity-php,dominionenterprises/netacuity-php |
f381aa80a4cf5bbc54e1120901fe913d383529f2 | .scrutinizer.yml | .scrutinizer.yml | filter:
paths: [PhpAmqpLib/*]
excluded_paths: [tests/*, demo/*, benchmark/*, spec/*]
checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: f... | filter:
paths: [PhpAmqpLib/*]
excluded_paths: [tests/*, demo/*, benchmark/*, spec/*]
checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: f... | Increase timeout time, and wait for 4 runs (not 3) | Increase timeout time, and wait for 4 runs (not 3)
| YAML | lgpl-2.1 | postalservice14/php-amqplib,php-amqplib/php-amqplib,videlalvaro/php-amqplib,eexit/php-amqplib,revinate/php-amqplib |
bf8804ef14336ffe6c45a5e561b4727c044e3e4f | .scrutinizer.yml | .scrutinizer.yml | filter:
excluded_paths: [tests/*]
checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
... | filter:
excluded_paths: [tests/*]
checks:
php:
remove_extra_empty_lines: true
remove_php_closing_tag: true
remove_trailing_whitespace: true
fix_use_statements:
remove_unused: true
preserve_multiple: false
preserve_blanklines: true
... | Add code coverage for Scrutinizer CI | Add code coverage for Scrutinizer CI
| YAML | mit | srmklive/flysystem-dropbox-v2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.