commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
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
e069a57d9cc170e3e40626f9b763a55a9b967dc4
metadata/com.odysee.floss.yml
metadata/com.odysee.floss.yml
AntiFeatures: - NonFreeNet - Tracking Categories: - Internet License: MIT WebSite: https://odysee.com/ SourceCode: https://github.com/OdyseeTeam/odysee-android-floss IssueTracker: https://github.com/OdyseeTeam/odysee-android-floss/issues AutoName: Odysee RepoType: git Repo: https://github.com/OdyseeTeam/odysee-...
AntiFeatures: - NonFreeNet - Tracking Categories: - Internet License: MIT WebSite: https://odysee.com/ SourceCode: https://github.com/OdyseeTeam/odysee-android-floss IssueTracker: https://github.com/OdyseeTeam/odysee-android-floss/issues AutoName: Odysee RepoType: git Repo: https://github.com/OdyseeTeam/odysee-...
Update Odysee to 0.0.50 (50)
Update Odysee to 0.0.50 (50)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ec91bfa095671f9977e5a1c76630cc0906070ae2
.github/workflows/pythonpackage.yml
.github/workflows/pythonpackage.yml
name: Python package on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} ...
name: Python package on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} ...
Update command to now install correctly
Update command to now install correctly
YAML
apache-2.0
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
b80f92ae9c11a466ba6a025730f5f58533957ec1
save_resume_restart/keras_save_resume/polyaxonfile.yml
save_resume_restart/keras_save_resume/polyaxonfile.yml
--- version: 1 kind: experiment declarations: batch_size: 32 epochs: 200 data_augmentation: true num_classes: 10 version: 1 run: image: tensorflow/tensorflow:1.4.1 build_steps: - pip install keras - pip install --no-cache-dir -U polyaxon-helper cmd: python run.py --batch-size={{ batch_size }...
--- version: 1 kind: experiment declarations: batch_size: 32 epochs: 200 data_augmentation: true num_classes: 10 version: 1 run: image: tensorflow/tensorflow:1.6.0 build_steps: - pip install keras - pip install --no-cache-dir -U polyaxon-helper cmd: python run.py --batch-size={{ batch_size }...
Update keras example : tf image 1.6.0
Update keras example : tf image 1.6.0
YAML
apache-2.0
polyaxon/polyaxon,polyaxon/polyaxon,polyaxon/polyaxon
d4de8438e3ff3c391e51b63a3eb52d64b61daf2b
cluster/addons/fluentd-gcp/scaler-policy.yaml
cluster/addons/fluentd-gcp/scaler-policy.yaml
apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: scalingpolicies.scalingpolicy.kope.io labels: addonmanager.kubernetes.io/mode: Reconcile spec: group: scalingpolicy.kope.io version: v1alpha1 names: kind: ScalingPolicy plural: scalingpolicies scope: Namespac...
apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: scalingpolicies.scalingpolicy.kope.io labels: addonmanager.kubernetes.io/mode: Reconcile spec: group: scalingpolicy.kope.io versions: - name: v1alpha1 names: kind: ScalingPolicy plural: scalingpolicies scope: ...
Switch fluentd-gcp-scaler policy to non deprecated api.
Switch fluentd-gcp-scaler policy to non deprecated api. Starting from Kubernetes 1.22 apiextensions.k8s.io/v1beta1 is removed. Instead apiextensions.k8s.io/v1 should be used: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#customresourcedefinition-v122
YAML
apache-2.0
tpepper/kubernetes,PiotrProkop/kubernetes,jessfraz/kubernetes,iameli/kubernetes,nak3/kubernetes,ingvagabund/kubernetes,dixudx/kubernetes,warmchang/kubernetes,iterion/kubernetes,feiskyer/kubernetes,Clarifai/kubernetes,x13n/kubernetes,k82/kubernetes,iameli/kubernetes,zhangmingld/kubernetes,liggitt/kubernetes,PiotrProkop/...
b096d566daba3624f0fc3f544dc4c6eecbca7080
.github/workflows/publish_to_pypi.yaml
.github/workflows/publish_to_pypi.yaml
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Publish release to PyPI on: release: types: [published] jobs: build: runs-o...
# This workflow will install Python dependencies, run tests and lint with a single version of Python # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Publish release to PyPI on: release: types: [published] jobs: build: runs-o...
Fix usage of "twine check"
Fix usage of "twine check"
YAML
mit
HumanBrainProject/neuroglancer-scripts
ae76b98b4ae09afcd59cba812953a3090ee3023c
packages/co/constraint-classes.yaml
packages/co/constraint-classes.yaml
homepage: http://github.com/guaraqe/constraint-classes#readme changelog-type: '' hash: 206026591aec14c45cd78735507d943368b4e4b5ceab348b888c436317e2cb63 test-bench-deps: {} maintainer: guaraqe@openmailbox.org synopsis: Prelude classes using ConstraintKinds changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: ...
homepage: http://github.com/guaraqe/constraint-classes#readme changelog-type: '' hash: c39690e0c77d9215c450abfd1f4bbaef6ccf2fbd12d00e3c3d2062ef8038c7ff test-bench-deps: {} maintainer: guaraqe@openmailbox.org synopsis: Prelude classes using ConstraintKinds changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: ...
Update from Hackage at 2016-09-13T15:00:45+0000
Update from Hackage at 2016-09-13T15:00:45+0000
YAML
mit
commercialhaskell/all-cabal-metadata
245f7614bf8f335fa030dd1cadf4d3880c12bbbf
packages/ge/generics-eot.yaml
packages/ge/generics-eot.yaml
homepage: https://github.com/soenkehahn/generics-eot#readme changelog-type: '' hash: d7e2648e07f0333d56fb141eb6dcb34231fb318faef2169000fad6b8aa11a340 test-bench-deps: shake: -any base: ==4.* hspec: -any filepath: -any doctest: -any mockery: -any interpolate: -any QuickCheck: -any directory: -any maint...
homepage: https://github.com/soenkehahn/generics-eot#readme changelog-type: '' hash: 4d2c95a8ff39bfccb3f70c0d9b0db67994868c01952529407f3fbabc9de0c659 test-bench-deps: shake: -any base: ==4.* hspec: -any filepath: -any doctest: -any mockery: -any interpolate: -any QuickCheck: -any directory: -any maint...
Update from Hackage at 2016-01-22T17:33:27+0000
Update from Hackage at 2016-01-22T17:33:27+0000
YAML
mit
commercialhaskell/all-cabal-metadata
7ab179839abe0af7eba93a57a0d0e4e5a74e30e9
packages/lu/lucid-extras.yaml
packages/lu/lucid-extras.yaml
homepage: https://github.com/diffusionkinetics/open/lucid-extras changelog-type: markdown hash: 7cea731049d034093ece7711d2cfab325f1c950a38c9f272093070871ba5d281 test-bench-deps: lucid: -any base: ! '>=4.6 && <5' lucid-extras: -any directory: ! '>=1.2' maintainer: Tom Nielsen <tanielsen@gmail.com> synopsis: Gene...
homepage: https://github.com/diffusionkinetics/open/lucid-extras changelog-type: markdown hash: 54041128f962e466ec54f5f1d79003ef208f07713891b332543f994f09f284b1 test-bench-deps: lucid: -any base: ! '>=4.6 && <5' lucid-extras: -any directory: ! '>=1.2' maintainer: Tom Nielsen <tanielsen@gmail.com> synopsis: Gene...
Update from Hackage at 2018-05-21T11:45:09Z
Update from Hackage at 2018-05-21T11:45:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
b68a5b3a7ffd0a26468538d8b759ad6cef246bf1
packages/op/openpgp-asciiarmor.yaml
packages/op/openpgp-asciiarmor.yaml
homepage: http://floss.scru.org/openpgp-asciiarmor changelog-type: '' hash: 888e81b3175d09d52a8e4c092e798653e52fe6af78ded5cd604d6e04e605fabf test-bench-deps: openpgp-asciiarmor: -any bytestring: -any base: ! '>4 && <5' base64-bytestring: -any criterion: -any binary: -any tasty-hunit: -any attoparsec: -a...
homepage: http://floss.scru.org/openpgp-asciiarmor changelog-type: '' hash: 92cc52175d28315e2a015a706f1342ed00c93c70a71d20bb3ac0bc1387ca9848 test-bench-deps: openpgp-asciiarmor: -any bytestring: -any base: ! '>4 && <5' base64-bytestring: -any criterion: -any binary: -any tasty-hunit: -any attoparsec: -a...
Update from Hackage at 2019-05-07T21:10:01Z
Update from Hackage at 2019-05-07T21:10:01Z
YAML
mit
commercialhaskell/all-cabal-metadata
cb0defcb34c09caf42627ee282424b5b055da4bd
metadata/com.donnnno.arcticons.yml
metadata/com.donnnno.arcticons.yml
Categories: - Theming License: GPL-3.0-only SourceCode: https://github.com/Donnnno/Arcticons IssueTracker: https://github.com/Donnnno/Arcticons/issues Changelog: https://github.com/Donnnno/Arcticons/blob/main/CHANGELOG.md Donate: https://paypal.me/onnovdd AutoName: Arcticons RepoType: git Repo: https://github.com/D...
Categories: - Theming License: GPL-3.0-only SourceCode: https://github.com/Donnnno/Arcticons IssueTracker: https://github.com/Donnnno/Arcticons/issues Changelog: https://github.com/Donnnno/Arcticons/blob/main/CHANGELOG.md Donate: https://paypal.me/onnovdd AutoName: Arcticons RepoType: git Repo: https://github.com/D...
Update Arcticons to 1.2.0 (43)
Update Arcticons to 1.2.0 (43)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
abad9b3db7248660b1c3f5dc2320f57904f37c95
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.7 (10700)
Update BetterCounter to 1.7 (10700)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
66d738164e78924af6f24a1f7827709a01532c91
app/templates/_travis.yml
app/templates/_travis.yml
language: "node_js" node_js: - "0.10" - "0.8" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"
language: "node_js" node_js: - "0.12" - "0.10" - "0.8" - "iojs" before_install: - "npm install istanbul -g" - "npm install coveralls -g" script: "make ci-travis" after_success: - "make submit-cov-to-coveralls"
Update Travis CI template to include node 0.12 and io.js.
Update Travis CI template to include node 0.12 and io.js.
YAML
mit
jaredhanson/generator-node
d13b642767f56c6aa70543b37baf662e1d2a243b
artifacts/example/rc.yaml
artifacts/example/rc.yaml
apiVersion: v1 kind: ReplicationController metadata: name: wardle-server namespace: wardle labels: apiserver: "true" spec: replicas: 1 selector: apiserver: "true" template: metadata: labels: apiserver: "true" spec: serviceAccountName: apiserver containers: - n...
apiVersion: v1 kind: ReplicationController metadata: name: wardle-server namespace: wardle labels: apiserver: "true" spec: replicas: 1 selector: apiserver: "true" template: metadata: labels: apiserver: "true" spec: serviceAccountName: apiserver containers: - n...
Update default etcd server to 3.3.15 for kubernetes 1.16
Update default etcd server to 3.3.15 for kubernetes 1.16 Change-Id: I68f1a5e5339d83077a1a9f312c4e6e33848886c5 Kubernetes-commit: 8fbfdf8267795d6960f9ac27f52affc6f29e7b76
YAML
apache-2.0
kubernetes-nightly/sample-apiserver,kubernetes/sample-apiserver,kubernetes/sample-apiserver,kubernetes-nightly/sample-apiserver
548a12162316f21cf1bd0e8315e91c02fc3f8ab7
docker-compose.yaml
docker-compose.yaml
version: "2" services: web: build: . command: circusd /code/docker/circus.ini entrypoint: ./scripts/start-docker.sh volumes: - .:/code environment: - CELERY_BROKER_URL=redis://redis:6379/0 - CELERY_RESULT_BACKEND=redis://redis:6379/1 - DATABASE_URL=psql://postgres:@db/mail...
version: "2" services: web: build: . command: circusd /code/docker/circus.ini entrypoint: ./scripts/start-docker.sh volumes: - .:/code environment: - CELERY_BROKER_URL=redis://redis:6379/0 - CELERY_RESULT_BACKEND=redis://redis:6379/1 - DATABASE_URL=psql://postgres:@db/mail...
Use mailme.test instead of mailme.dev
Use mailme.test instead of mailme.dev
YAML
bsd-3-clause
mailme/mailme,mailme/mailme
6b5c2c830ceae901333677a7aab3340e37a9c85e
.github/workflows/php.yml
.github/workflows/php.yml
name: PHP on: push: branches: - "5.2" - "5.3" - "5.4" - "5.5" - master pull_request: jobs: syntax: name: "Check Syntax (${{ matrix.php }})" runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: - '8.1' steps: - name: Set up PHP ...
name: PHP on: push: branches: - "5.2" - "5.3" - "5.4" - "5.5" - master pull_request: jobs: syntax: name: "Check Syntax (${{ matrix.php }})" runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: - '8.1' steps: - name: Set up PHP ...
Fix PHP syntax check workflow
Fix PHP syntax check workflow
YAML
lgpl-2.1
SoftCreatR/WCF,WoltLab/WCF,SoftCreatR/WCF,SoftCreatR/WCF,WoltLab/WCF,WoltLab/WCF,SoftCreatR/WCF,WoltLab/WCF
7cc34b6e25e5fb3ce67c82734a8148d7489567c6
recipes/python-isal/meta.yaml
recipes/python-isal/meta.yaml
{% set name = "isal" %} {% set version = "0.1.0" %} package: name: "python-isal" # To avoid confusion with isa-l proper version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 25828d73e71e17ffcc54aeda20b8e4ddb654e805fcd6dc471e6...
{% set name = "isal" %} {% set version = "0.1.0" %} package: name: "python-isal" # To avoid confusion with isa-l proper version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 25828d73e71e17ffcc54aeda20b8e4ddb654e805fcd6dc471e6...
Move most build dependencies to host
Move most build dependencies to host
YAML
bsd-3-clause
ReimarBauer/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/stag...
22564f17b20f1ffc0c4a6e0236d699e8f25e2f59
playbook.yml
playbook.yml
--- - hosts: all sudo: true vars: home: /home/vagrant document_root: /vagrant mw_dir: /var/www/html/w pre_tasks: - name: Symlink sh to bash rather than dash file: src=/bin/bash dest=/bin/sh state=link force=true - name: Update apt cache and optionally upgrade apt: ...
--- - hosts: all sudo: true vars: home: /home/vagrant document_root: /vagrant mw_dir: /var/www/html/w pre_tasks: - name: Symlink sh to bash rather than dash file: src=/bin/bash dest=/bin/sh state=link force=true - name: Update apt cache and optionally upgrade apt: ...
Add travis tags to certain roles
Add travis tags to certain roles
YAML
mit
rdfio/rdfio-vagrantbox,samuell/devbox-rdfio
39c2cde6de5d8c71dc59a2664e971f54f9444dc7
_data/people/bbockelm.yml
_data/people/bbockelm.yml
name: Brian Bockelman shortname: bbockelm title: Technology Area Coordinator active: green institution: University of Nebraska - Lincoln website: http://iris-hep.org photo: /assets/images/team/Brian-Bockelman.jpg presentations:
name: Brian Bockelman shortname: bbockelm title: Technology Area Coordinator active: green institution: University of Nebraska - Lincoln website: http://opensciencegrid.org photo: /assets/images/team/Brian-Bockelman.jpg presentations:
Move default website to OSG.
Move default website to OSG.
YAML
apache-2.0
bbockelm/bbockelm.github.io
366da8c54ac2c056324932f05b2044889d8c8a25
jenkins/jobs/tripleo-upstream-templates.yml
jenkins/jobs/tripleo-upstream-templates.yml
- job-template: name: 'tripleo-upstream-containers-build-{openstack_release}-{cpu_arch}' defaults: 'weirdo-defaults' properties: - inject: properties-content: | CPU_ARCH={cpu_arch} OPENSTACK_RELEASE={openstack_release} CICO_FLAVOR=medium scm: -...
- job-template: name: 'tripleo-upstream-containers-build-{openstack_release}-{cpu_arch}' defaults: 'weirdo-defaults' properties: - inject: properties-content: | CPU_ARCH={cpu_arch} OPENSTACK_RELEASE={openstack_release} CICO_FLAVOR=medium scm: -...
Adjust ppc64le containers job to match tripleo promotion timings
Adjust ppc64le containers job to match tripleo promotion timings This patch tweaks the ppc64le upstream containers build job to run with similar timings to the tripleo promotion job, so that commit hashes will (hopefully) always match. Change-Id: Ib078db6805d7b10e30e5d97a5dba8a3dcb23d473
YAML
apache-2.0
rdo-infra/ci-config,redhat-openstack/rdo-infra,rdo-infra/ci-config,rdo-infra/ci-config,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra,rdo-infra/ci-config,redhat-openstack/rdo-infra
0140c925a09889d397386925f62c98acac8c9b57
packages/sp/spatial-rotations.yaml
packages/sp/spatial-rotations.yaml
homepage: https://github.com/leftaroundabout/rotations changelog-type: markdown hash: 1ee6dcb1209c27b36fe55f24fe53ffb4c639b1e6e26dedca310c990c5e9f56e3 test-bench-deps: base: ! '>=4 && <5' vector-space: -any spatial-rotations: -any pragmatic-show: -any manifolds: -any containers: -any tasty-quickcheck: -an...
homepage: https://github.com/leftaroundabout/rotations changelog-type: markdown hash: a591a567f6c64dc2be9c8af651ed0b85cdc407dbd00dcd8987f00e378d2508ea test-bench-deps: base: ! '>=4 && <5' vector-space: -any spatial-rotations: -any pragmatic-show: -any manifolds: -any containers: -any tasty-quickcheck: -an...
Update from Hackage at 2018-09-26T18:44:00Z
Update from Hackage at 2018-09-26T18:44:00Z
YAML
mit
commercialhaskell/all-cabal-metadata
dacef162c7c7d040ee0132428a5b493520ecad85
config/worker.spree.yml
config/worker.spree.yml
queue: builds.spree shell: buffer: 1.0 timeouts: install: 300 before_script: 300 script: 1500
queue: builds.spree shell: buffer: 1.0 timeouts: install: 600 before_script: 600 script: 3000
Update default timeouts for workers dedicated to Spree
Update default timeouts for workers dedicated to Spree [ci skip]
YAML
mit
final-ci/travis-worker,travis-ci/travis-worker,final-ci/travis-worker,gavioto/travis-worker,ireznice/travis-worker,ireznice/travis-worker,travis-ci/travis-worker,gavioto/travis-worker
a8bf79afc393e4e328cd247e022de57cc0bb2cbd
kubernetes/kube-state-metrics-deployment.yaml
kubernetes/kube-state-metrics-deployment.yaml
apiVersion: apps/v1 # Kubernetes version 1.8.x should use apps/v1beta2 # Kubernetes versions before 1.8.0 should use apps/v1beta1 or extensions/v1beta1 kind: Deployment metadata: labels: k8s-app: kube-state-metrics name: kube-state-metrics namespace: kube-system spec: selector: matchLabels: k8s-ap...
apiVersion: apps/v1 kind: Deployment metadata: labels: k8s-app: kube-state-metrics name: kube-state-metrics namespace: kube-system spec: selector: matchLabels: k8s-app: kube-state-metrics replicas: 1 template: metadata: labels: k8s-app: kube-state-metrics spec: serv...
Remove comment from deployment file
kubernetes: Remove comment from deployment file As users that have that API in the clusters cannot use kube-state-metrics anyways as we do not support that API, the message is redundant.
YAML
apache-2.0
kubernetes/kube-state-metrics,kubernetes/kube-state-metrics
5edae70c7d3f1f2893142d87b5c82b938eece9a5
roles/jupyterhub/tasks/packages.yml
roles/jupyterhub/tasks/packages.yml
--- - name: JupyterHub conda dependencies command: conda install name={{item}} state=present become: true with_items: - configurable-http-proxy - sqlalchemy - name: pip install jupyterhub command: pip install name={{item}} state=present editable=false become: true with_items: - jupyterhub==0.7...
--- - name: install jupyterhub dependencies via conda conda: name={{item}} state=present become: true with_items: - configurable-http-proxy - sqlalchemy - name: install jupyterhub via pip pip: name={{item}} state=present editable=false become: true with_items: - jupyterhub==0.7 - oauthenti...
Revert conda and pip modules and update names
Revert conda and pip modules and update names
YAML
bsd-3-clause
jupyterhub/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching,jupyterhub/jupyterhub-deploy-teaching,ellisonbg/jupyterhub-deploy-teaching
c5bd9fb17385679a5668c8aa964faba42d78f859
pubspec.yaml
pubspec.yaml
name: quark version: 0.3.0 description: Full featured testing framework author: Emil Persson <emil.n.persson@gmail.com> homepage: https://github.com/emilniklas/quark environment: sdk: ">=1.12.0 <2.0.0" dependencies: test: ">=0.1.0 <1.0.0" tuple: ^1.0.0 reflectable: ^0.5.0 path: ^1.0.0 dev_dependencies: dart...
name: quark version: 0.3.0 description: Full featured testing framework author: Emil Persson <emil.n.persson@gmail.com> homepage: https://github.com/emilniklas/quark environment: sdk: ">=1.12.0 <2.0.0" dependencies: test: ">=0.1.0 <1.0.0" tuple: ^1.0.0 reflectable: ^0.5.0 path: ^1.0.0 dev_dependencies: dart...
Add failing test to entry_points
Add failing test to entry_points
YAML
mit
emilniklas/quark,emilniklas/quark,emilniklas/quark
d6076c7ad7b0664b6a78712f1d9216a7cf9533ed
pubspec.yaml
pubspec.yaml
name: intl version: 0.9.0 author: Dart Team <misc@dartlang.org> description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. homepage: http://www.dartlang.org documentation: http://api.dartlang.org/docs/...
name: intl version: 0.9.1 author: Dart Team <misc@dartlang.org> description: Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. homepage: http://www.dartlang.org documentation: http://api.dartlang.org/docs/...
Make pkg/path 1.0.0 and upgrade dependencies appropriately.
Make pkg/path 1.0.0 and upgrade dependencies appropriately. All existing packages that use pkg/path (other than pkg/stack_trace, which has already been updated) are compatible with both the pre-1.0 and post-1.0 path API, so I've marked their version constraints as ">=0.9.0 <2.0.0". I've also incremented their patch ve...
YAML
bsd-3-clause
dart-lang/intl,astashov/intl,astashov/intl
9e166e0c1529a72981c48f9b699134d743332d94
pubspec.yaml
pubspec.yaml
name: mockito version: 4.1.2 description: A mock framework inspired by Mockito. homepage: https://github.com/dart-lang/mockito environment: sdk: '>=2.7.0 <3.0.0' dependencies: analyzer: ^0.39.15 build: ^1.3.0 code_builder: ^3.4.0 collection: ^1.1.0 dart_style: ^1.3.6 matcher: ^0.12.3 meta: ^1.3.0-nul...
name: mockito version: 4.1.2 description: A mock framework inspired by Mockito. homepage: https://github.com/dart-lang/mockito environment: sdk: '>=2.7.0 <3.0.0' dependencies: analyzer: ^0.39.15 build: ^1.3.0 code_builder: ^3.4.0 collection: ^1.1.0 dart_style: ^1.3.6 matcher: ^0.12.3 meta: ^1.3.0-nul...
Add a dev dependency on package_config
Add a dev dependency on package_config
YAML
apache-2.0
dart-lang/mockito
8d56d5e526168ac0f09629292541f9a0e1c45af8
pubspec.yaml
pubspec.yaml
name: update_homebrew version: 0.1.0 dependencies: _discoveryapis_commons: ^0.1.3+1 args: ^0.13.0 googleapis: ^0.35.0 http: ^0.11.1+1 path: ^1.4.1 stack_trace: ^1.3.2
name: update_homebrew version: 0.1.0 dependencies: _discoveryapis_commons: ^0.1.3+1 args: ^0.13.0 googleapis: ^0.51.0 http: ^0.11.1+1 path: ^1.4.1 stack_trace: ^1.3.2
Upgrade homebrew dependencies to work on Dart 2
[infra] Upgrade homebrew dependencies to work on Dart 2 Change-Id: I1f6cb435d4b57aef3bf5b60e4a8254dfe5ecc77d Reviewed-on: https://dart-review.googlesource.com/67121 Reviewed-by: William Hesse <a821cddceae7dc400f272e3cb1a72f400f9fed6d@google.com>
YAML
bsd-3-clause
dart-lang/homebrew-dart,dart-lang/homebrew-dart,dart-lang/homebrew-dart
416b3c74672032b0cfd966c9b1c07d5532a8c7d3
pubspec.yaml
pubspec.yaml
name: template_binding version: 0.9.0 author: Polymer.dart Team <web-ui-dev@dartlang.org> description: > Extends the capabilities of the HTML Template Element by enabling it to create, manage, and remove instances of content bound to data defined in Dart. homepage: https://www.dartlang.org/polymer-dart/ dependencie...
name: template_binding author: Polymer.dart Team <web-ui-dev@dartlang.org> description: > Extends the capabilities of the HTML Template Element by enabling it to create, manage, and remove instances of content bound to data defined in Dart. homepage: https://www.dartlang.org/polymer-dart/ dependencies: logging: a...
Revert "add versions and constraints for packages and samples"
Revert "add versions and constraints for packages and samples" This is currently blocking us from testing samples. BUG= R=kasperl@google.com Review URL: https://codereview.chromium.org//59513007 git-svn-id: 34d430745197549daf83b1f027ea5104cda4d1f7@29960 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-archive/template-binding,dart-archive/template-binding,dart-archive/template-binding
8743e12cb5c3fca1f3cb500d6995e6ea99068ec9
pubspec.yaml
pubspec.yaml
name: reflective author: Stijn Van Bael <stijn.van.bael@appify.be> homepage: https://github.com/stijnvanbael/reflection version: 0.0.4 description: A fluent reflection API dependencies: dev_dependencies: unittest: any collection: any
name: reflective author: Stijn Van Bael <stijn.van.bael@appify.be> homepage: https://github.com/stijnvanbael/reflection version: 0.0.5 description: A fluent reflection API dependencies: dev_dependencies: unittest: any collection: any
Convert from and to JSON
Convert from and to JSON
YAML
mit
stijnvanbael/reflection
27c32b2404b7f07f06c3e97f5800487e425b45a5
pubspec.yaml
pubspec.yaml
name: angular_quill description: Angular dart component for the Quill rich text editor. Quill is a free, open source WYSIWYG editor built for the modern web. version: 0.1.3 homepage: https://github.com/adamlofts/angular_quill author: Adam Lofts <adam.lofts@gmail.com> environment: sdk: '>=2.0.0 <3.0.0' dependencies:...
name: angular_quill description: Angular dart component for the Quill rich text editor. Quill is a free, open source WYSIWYG editor built for the modern web. version: 0.1.3 homepage: https://github.com/adamlofts/angular_quill environment: sdk: '>=2.0.0 <3.0.0' dependencies: angular: '>=5.0.0 <7.0.0' angular_for...
Add upper bound to forms
Add upper bound to forms
YAML
bsd-3-clause
adamlofts/angular_quill,adamlofts/angular_quill,adamlofts/angular_quill
fd2575bfc078e42fc1ddd443a2b050858d4660d8
pubspec.yaml
pubspec.yaml
name: dnd version: 0.2.1+1 author: Marco Jakob <majakob@gmx.ch> description: Drag and Drop for Dart web apps with mouse and touch support. homepage: http://code.makery.ch/library/dart-drag-and-drop/ documentation: http://www.dartdocs.org/documentation/dnd/latest/ dependencies: browser: '>=0.10.0+2 <0.11.0' dev_depend...
name: dnd version: 0.2.1+1 author: Marco Jakob <majakob@gmx.ch> description: Drag and Drop for Dart web apps with mouse and touch support. homepage: http://code.makery.ch/library/dart-drag-and-drop/ documentation: http://www.dartdocs.org/documentation/dnd/latest/ dependencies: browser: '>=0.10.0+2 <0.11.0' dev_depend...
Add an explicit version to polymer dev_dependency
Add an explicit version to polymer dev_dependency
YAML
mit
marcojakob/dart-dnd,marcojakob/dart-dnd
6457d8c075d5bc81143f6c27959e8be9f2a55d32
Resources/Prototypes/Entities/Buildings/emergency_light.yml
Resources/Prototypes/Entities/Buildings/emergency_light.yml
- type: entity id: EmergencyLight name: "Emergency Light" parent: WallLight components: - type: PointLight radius: 10 energy: 5 offset: "0.5, 0" color: "#FF4020" mask: /Textures/emergency_mask.png #- type: EmergencyLight placement: snap: - Wallmount
- type: entity id: EmergencyLight name: "Emergency Light" parent: WallLight components: - type: PointLight radius: 10 energy: 2.5 offset: "0.5, 0" color: "#FF4020" mask: /Textures/emergency_mask.png - type: EmergencyLight placement: snap: - Wallmount
Fix emergency light not spinning.
Fix emergency light not spinning.
YAML
mit
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14-content,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14-content
78185fc861cae99cd6a20b8cec4635f6ab884b9e
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_prev...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_prev...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017
9f3d564f7f12ba39232a6ef6f9891acb639d2990
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily allow: # Security updates - dependency-name: brakeman dependency-type: direct # Internal gems - dependency-name: "govuk*" dependency-type: direct - dependency-name: g...
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily - package-ecosystem: npm directory: / schedule: interval: daily # Ruby needs to be upgraded manually in multiple places, so cannot # be upgraded by Dependabot. That effectively makes the below ...
Remove allow list from Dependabot config
Remove allow list from Dependabot config
YAML
mit
alphagov/collections-publisher,alphagov/collections-publisher,alphagov/collections-publisher
988d29688aa6f9822500d3e01d6cdb2e452a571f
.github/protolint.yaml
.github/protolint.yaml
lint: files: exclude: - proto/gribi_aft/gribi_aft.proto - proto/gribi_aft/enums/enums.proto rules: remove: - ENUM_FIELD_NAMES_PREFIX - ENUM_FIELD_NAMES_ZERO_VALUE_END_WITH - REPEATED_FIELD_NAMES_PLURALIZED - SERVICE_NAMES_UPPER_CAMEL_CASE
lint: files: exclude: - v1/proto/gribi_aft/gribi_aft.proto - v1/proto/gribi_aft/enums/enums.proto rules: remove: - ENUM_FIELD_NAMES_PREFIX - ENUM_FIELD_NAMES_ZERO_VALUE_END_WITH - REPEATED_FIELD_NAMES_PLURALIZED - SERVICE_NAMES_UPPER_CAMEL_CASE
Remove newly generated protobuts from linter.
Remove newly generated protobuts from linter.
YAML
apache-2.0
openconfig/gribi
8582b74e4fe9b8b270625e74477fb1b21b26346e
meta/main.yml
meta/main.yml
--- galaxy_info: author: Peter Sagerson description: manipulating an LDAP directory license: 2-Clause BSD License min_ansible_version: 1.9 platforms: - name: GenericUNIX versions: - all - any categories: - ldap dependencies: []
--- galaxy_info: author: Peter Sagerson description: manipulating an LDAP directory license: 2-Clause BSD License min_ansible_version: 1.9 platforms: - name: GenericUNIX versions: - all - any galaxy_tags: - ldap dependencies: []
Update to use galaxy_info.galaxy_tags instead of galaxy_info.categories.
Update to use galaxy_info.galaxy_tags instead of galaxy_info.categories. Signed-off-by: Kouhei Maeda <c9f1823971fa1a4c79cdb50b3311094021cee31e@palmtb.net>
YAML
bsd-2-clause
mkouhei/ansible-role-ldap
eb7582238291ad5f3421e30ed0e0cfc1a369348f
meta/main.yml
meta/main.yml
--- dependencies: - role: meta/repository repository_key: '0xb9316a7bc7917b12' repository_url: 'deb http://ppa.launchpad.net/chris-lea/nginx-devel/ubuntu trusty main' - role: meta/monitor monitor_name: nginx monitor_pidfile: "{{ nginx_pidfile_path }}" - role: packages/fluentd fluentd_sources...
--- dependencies: - role: meta/repository repository_key: '0xb9316a7bc7917b12' repository_url: 'deb http://ppa.launchpad.net/chris-lea/nginx-devel/ubuntu trusty main' - role: meta/monitor monitor_name: nginx monitor_pidfile: "{{ nginx_pidfile_path }}" - role: package/fluentd fluentd_sources:...
Package should not be pluralized. Derp
Package should not be pluralized. Derp
YAML
mit
stevenharradine/ansible-nginx,stevenharradine/ansible-nginx,aaronpederson/ansible-nginx,aaronpederson/ansible-nginx,telusdigital/ansible-nginx,telusdigital/ansible-nginx
21277d21dd24682413667a504f3db638a19bb073
meta/main.yml
meta/main.yml
--- dependencies: - role: jetty-runner name: "{{ artifactory_name }}" deploy_dir: "{{ artifactory_home_dir }}" logs_dir: "{{ artifactory_logs_dir }}" user: "{{ artifactory_user }}" group: "{{ artifactory_group }}" context_root: "{{ artifactory_context_root }}" server_port: "{{ artifactory_...
--- dependencies: - role: jetty-runner name: "{{ artifactory_name }}" deploy_dir: "{{ artifactory_home_dir }}" logs_dir: "{{ artifactory_logs_dir }}" user: "{{ artifactory_user }}" group: "{{ artifactory_group }}" context_root: "{{ artifactory_context_root }}" server_port: "{{ artifactory_...
Add init dependency on postgresql
Add init dependency on postgresql
YAML
mit
jirutka/ansible-role-artifactory,gentoo-ansible/role-artifactory
1825dad289b1565e91b9f1540206a1d963d3cc36
_data/navigation.yml
_data/navigation.yml
- title: Getting Started url: "/getting-started/" side: left dropdown: - title: "Quick Start Guide" url: "/getting-started/quickstart/" - title: "Downloads" url: "/getting-started/downloads/" - title: Documentation url: "/docs/" side: left dropdown: - title: "Manual" url: "/docs/manual/" ...
- title: Getting Started url: "/getting-started/" side: left dropdown: - title: "Quick Start Guide" url: "/getting-started/quickstart/" - title: "Download" url: "/getting-started/download/" - title: Documentation url: "/docs/" side: left dropdown: - title: "Manual" url: "/docs/manual/" ...
Change file name of download page
Change file name of download page
YAML
mit
aspectran/aspectran.github.io,aspectran/aspectran.github.io
42b88b7a8395f14c222d7b87952784a2264ef7f2
pubspec.yaml
pubspec.yaml
name: services version: 0.0.1 author: Dart Team <misc@dartlang.org> description: The server backend for a web based interactive Dart service. homepage: https://github.com/dart-lang/dart-services environment: sdk: '>=1.0.0 <2.0.0' dependencies: analyzer: 0.29.5 appengine: ^0.3.0 archive: '>=1.0.19 <1.1.0' ar...
name: services version: 0.0.1 author: Dart Team <misc@dartlang.org> description: The server backend for a web based interactive Dart service. homepage: https://github.com/dart-lang/dart-services environment: sdk: '>=1.0.0 <2.0.0' dependencies: analyzer: 0.29.7 appengine: ^0.3.0 archive: '>=1.0.19 <1.1.0' ar...
Update Analyzer and compiler version
Update Analyzer and compiler version
YAML
bsd-3-clause
dart-lang/dart-services,dart-lang/dart-services,dart-lang/dart-services
8b009a0ef631a2b2757b790d8d772c3762bb600a
pubspec.yaml
pubspec.yaml
name: reflective author: Stijn Van Bael <stijn.van.bael@appify.be> homepage: https://github.com/stijnvanbael/reflection version: 0.0.9 description: A fluent reflection API dependencies: dev_dependencies: unittest: any collection: any
name: reflective author: Stijn Van Bael <stijn.van.bael@appify.be> homepage: https://github.com/stijnvanbael/reflection version: 0.0.10 description: A fluent reflection API dependencies: dev_dependencies: unittest: any collection: any
Fix for error converting JSON array to object (Caught type 'List' is not a subtype of type 'Map' of 'map'.)
Fix for error converting JSON array to object (Caught type 'List' is not a subtype of type 'Map' of 'map'.)
YAML
mit
stijnvanbael/reflection
9d5705e09781de8dd87f54e6efc41036fb5f0213
pubspec.yaml
pubspec.yaml
name: observe version: 0.9.1+1 author: Polymer.dart Authors <web-ui-dev@dartlang.org> description: > Observable properties and objects for use in Model-Driven-Views (MDV). MDV extends HTML and the DOM APIs to support a sensible separation between the UI (DOM) of a document or application and its underlying data (...
name: observe version: 0.9.2 author: Polymer.dart Authors <web-ui-dev@dartlang.org> description: > Observable properties and objects for use in Model-Driven-Views (MDV). MDV extends HTML and the DOM APIs to support a sensible separation between the UI (DOM) of a document or application and its underlying data (mo...
Make pkg/path 1.0.0 and upgrade dependencies appropriately.
Make pkg/path 1.0.0 and upgrade dependencies appropriately. All existing packages that use pkg/path (other than pkg/stack_trace, which has already been updated) are compatible with both the pre-1.0 and post-1.0 path API, so I've marked their version constraints as ">=0.9.0 <2.0.0". I've also incremented their patch ve...
YAML
bsd-3-clause
dart-lang/observe,dart-archive/observe
83215f3f31e86fc9ff6ebc95b83ab237fd89ed99
circle.yml
circle.yml
machine: node: version: 6.1.0 dependencies: post: - npm run lint - npm run build test: override: - NODE_ENV=test npm test -- --reporters junit,coverage - mv TESTS*.xml $CIRCLE_TEST_REPORTS/ post: - bash <(curl -s https://codecov.io/bash) general: artifacts: - dist deployment: dev...
machine: node: version: 6.1.0 dependencies: post: - npm run lint - npm run build test: override: - NODE_ENV=test npm test -- --reporters junit,coverage - mv TESTS*.xml $CIRCLE_TEST_REPORTS/ post: - bash <(curl -s https://codecov.io/bash) general: artifacts: - dist deployment: dev...
Add "owner" to circlci config
Add "owner" to circlci config Ensures it only runs for yunity org builds (i.e. not external PRs)
YAML
mit
yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/karrot-frontend,yunity/foodsaving-frontend,yunity/foodsaving-frontend
357e092097f0e4347fb358bda750bd49c0acc589
circle.yml
circle.yml
machine: environment: LANG: en_US.UTF-8 xcode: version: "7.0" dependencies: pre: - sudo gem install cocoapods --version 0.38.2 - pod setup - pod install test: override: - make test test: override: - set -o pipefail && make test | tee $CIRCLE_ARTIFACTS/xcode_raw.log | ...
machine: environment: LANG: en_US.UTF-8 xcode: version: "6.4" dependencies: pre: - sudo gem install cocoapods --version 0.38.2 - pod setup - pod install test: override: - make test test: override: - set -o pipefail && make test | tee $CIRCLE_ARTIFACTS/xcode_raw.log | ...
Downgrade xcode version to 6.4
Downgrade xcode version to 6.4
YAML
mit
segmentio/analytics-ios,hzalaz/analytics-ios,segmentio/analytics-ios,string-team/analytics-ios,operator/analytics-ios,segmentio/analytics-ios,segmentio/analytics-ios,djfink-carglass/analytics-ios,operator/analytics-ios,hzalaz/analytics-ios,djfink-carglass/analytics-ios,string-team/analytics-ios,hzalaz/analytics-ios,str...