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 |
|---|---|---|---|---|---|---|---|---|---|
da7578cbf11701df47423de19fc5060041b46843 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 6
strategy:
matrix:
node-version: [8, 10, 12, 14]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
... | name: CI
on: [push, pull_request]
jobs:
Tests:
runs-on: ${{ matrix.os }}
timeout-minutes: 6
strategy:
matrix:
node-version: [8, 10, 12, 14]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
... | Increase timeout for unit tests | Increase timeout for unit tests
Mac build randomly takes between 1 minute + 4 minutes, so this stops it getting cancelled. | YAML | mit | sveltejs/svelte,sveltejs/svelte |
1229ffc7ae69f2b95c812993506522a0e7cd54e2 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Java CI
on:
pull_request:
branches:
- latest
push:
branches:
- latest
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '11', '12', '13', '14', '15', '16', '17',... | name: Java CI
on:
pull_request:
branches:
- latest
push:
branches:
- latest
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '8', '11', '12', '13', '14', '15', '16', '17',... | Bump actions/setup-java from 2 to 3 | Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
depe... | YAML | mit | lukehutch/fast-classpath-scanner,lukehutch/fast-classpath-scanner,classgraph/classgraph |
fa5e57d33492419083f1c6268cf71abcef2ff9d6 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches-ignore:
- 'wip-*'
pull_request:
branches:
- main
release:
types: [released]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
... | name: CI
on:
push:
branches-ignore:
- 'wip-*'
pull_request:
branches:
- main
release:
types: [released]
workflow_dispatch:
inputs:
deploy:
required: false
type: boolean
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
-... | Add input for manual deployment | Add input for manual deployment
| YAML | mit | cocopon/tweakpane,cocopon/tweakpane,cocopon/tweakpane |
8e17fb30e9af4da96380937f320446d295162a0e | .semaphore/semaphore.yml | .semaphore/semaphore.yml | version: v1.0
name: Tests
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
execution_time_limit:
minutes: 4
blocks:
- name: Lint
task:
prologue:
commands:
- sem-version node 8.16.1
- checkout
- npm ci
jobs:
- name: Execu... | version: v1.0
name: Tests
agent:
machine:
type: e1-standard-2
os_image: ubuntu1804
execution_time_limit:
minutes: 4
auto_cancel:
running:
when: 'true'
blocks:
- name: Lint
task:
prologue:
commands:
- sem-version node 8.16.1
- checkout
... | Add "auto-cancel" policy on test pipeline | Add "auto-cancel" policy on test pipeline | YAML | mit | botfactoryit/terremotibot |
83ff2f22dae324a983cc4845b00900b08cdac3d9 | puppet/services/certmonger-user.yaml | puppet/services/certmonger-user.yaml | heat_template_version: pike
description: >
Requests certificates using certmonger through Puppet
parameters:
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
via parameter_defaults in the resource registry. This
mapping overr... | heat_template_version: pike
description: >
Requests certificates using certmonger through Puppet
parameters:
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
via parameter_defaults in the resource registry. This
mapping overr... | Configure CRL URI if TLS in the internal network is enabled | Configure CRL URI if TLS in the internal network is enabled
This uses by default the URL for the CRL provided by FreeIPA (the
default CA in TripleO).
bp tls-via-certmonger
Depends-On: I38e163e8ebb80ea5f79cfb8df44a71fdcd284e04
Change-Id: I87001388f300f3decb3b74bc037fff9d3b3ccdc2
| YAML | apache-2.0 | dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates,dprince/tripleo-heat-templates |
1bf989d138ecc380294efeab22177f503a26d5bf | packages/bu/buffon.yaml | packages/bu/buffon.yaml | homepage: https://github.com/derekelkins/buffon
changelog-type: ''
hash: 072148f21ef4c96089e381056efde23925fde97bcab072cfa451c6dc387f50d4
test-bench-deps: {}
maintainer: derek.a.elkins+github@gmail.com
synopsis: An implementation of Buffon machines.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13 && <0.14'
base: ! ... | homepage: https://github.com/derekelkins/buffon
changelog-type: ''
hash: d86b3711b5753fcd0e352d8471b3bed94b7a5c4b9c217cdf3087ec21425b2e8e
test-bench-deps: {}
maintainer: derek.a.elkins+github@gmail.com
synopsis: An implementation of Buffon machines.
changelog: ''
basic-deps:
mwc-random: ! '>=0.13 && <0.14'
base: ! ... | Update from Hackage at 2018-03-26T09:55:18Z | Update from Hackage at 2018-03-26T09:55:18Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bdb8b095058d32ffadb7407f4a8769f3d18347da | packages/ha/halive.yaml | packages/ha/halive.yaml | homepage: https://github.com/lukexi/halive
changelog-type: ''
hash: 5356bbeef99a802b1a47976a3080ed49ba58af3e29189a9a23a6cfd7730b8155
test-bench-deps: {}
maintainer: lukexi@me.com
synopsis: A live recompiler
changelog: ''
basic-deps:
foreign-store: -any
ghc: -any
base: ! '>=4.7 && <4.9'
filepath: -any
bin-pack... | homepage: https://github.com/lukexi/halive
changelog-type: ''
hash: eb063f3dbf75e6b73e0234a1c7b0f217bd9ad1250075dd30f9cc4a3764e057d0
test-bench-deps: {}
maintainer: lukexi@me.com
synopsis: A live recompiler
changelog: ''
basic-deps:
foreign-store: -any
ghc: -any
base: ==4.8.*
filepath: -any
bin-package-db: -a... | Update from Hackage at 2015-06-27T23:21:19+0000 | Update from Hackage at 2015-06-27T23:21:19+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
6c5173cbecd20cbcdd3c289ca9c8bdd695246390 | recipes/jupyterlab_widgets/meta.yaml | recipes/jupyterlab_widgets/meta.yaml | {% set version = "1.0.0a3" %}
{% set sha256 = "6cf804fed4f4ee33d486948e21c9a8fc6a4bccf78cdf79d0b7fdab5ae87c5447" %}
package:
name: jupyterlab_widgets
version: {{ version }}
source:
url: https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
n... | {% set version = "1.0.0a3" %}
{% set sha256 = "6cf804fed4f4ee33d486948e21c9a8fc6a4bccf78cdf79d0b7fdab5ae87c5447" %}
package:
name: jupyterlab_widgets
version: {{ version }}
source:
url: https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
n... | Add nodejs to build requirements | Add nodejs to build requirements
| YAML | bsd-3-clause | scopatz/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,chrisburr/staged-recipes,chrisburr/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,conda-forge/stage... |
e9c8c71fc75b4c50e191640063a443136d4b4415 | recipes/pysingular/meta.yaml | recipes/pysingular/meta.yaml | {% set name = "PySingular" %}
{% set version = "0.9.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ca03d1d7538fc61f4350acff42708c6c443e0232712a2dc42ce72140831ef60c
build:
number: 0
... | {% set name = "PySingular" %}
{% set version = "0.9.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: ca03d1d7538fc61f4350acff42708c6c443e0232712a2dc42ce72140831ef60c
build:
number: 0
... | Use singular 4.1.1 for now | Use singular 4.1.1 for now
| YAML | bsd-3-clause | dschreij/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,synapticarbors/staged-recipes,goanpeca/staged-recipes,petrushy/staged-rec... |
fa8817057d6f7e93b73c19a33e2f43d9fdf538bf | recipes/watchfiles/meta.yaml | recipes/watchfiles/meta.yaml | {% set name = "watchfiles" %}
{% set version = "0.12" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 962aa5fcc212fe4d838f9b28fcf70b6a5c850930fc4d389f444edb821d264110
build:
number: 0
... | {% set name = "watchfiles" %}
{% set version = "0.12" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 962aa5fcc212fe4d838f9b28fcf70b6a5c850930fc4d389f444edb821d264110
build:
number: 0
... | Add rust compiler to build requirements, remove noarch: python | Add rust compiler to build requirements, remove noarch: python
| YAML | bsd-3-clause | jakirkham/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes |
ae521c29f94b609536d6ef9e0e10308b222c8651 | roles/signalk/tasks/main.yml | roles/signalk/tasks/main.yml | # Copyright 2016 Teppo Kurki <teppo.kurki@iki.fi>
#
# 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 a... | # Copyright 2016 Teppo Kurki <teppo.kurki@iki.fi>
#
# 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 a... | Copy SignalK settings from local file if “signalk_settings_file” is defined | Copy SignalK settings from local file if “signalk_settings_file” is defined
NOTE! By default the copied file is not used! Use SIGNALK_NODE_SETTINGS
environment variable to take it into use. For example:
- role: signalk
signalk_settings_file: signalk-settings-freya.json
node_app_env:
- "NODE_ENV=produc... | YAML | apache-2.0 | tkurki/marinepi-provisioning |
fd5558b36480903de0032a57fedd4847eaeee4e7 | roles/percona-arbiter/tasks/main.yml | roles/percona-arbiter/tasks/main.yml | ---
- name: try to stop old garbd service
service: name=garbd state=stopped enabled=false pattern=/usr/bin/garbd
failed_when: False
- name: make garbd log
copy: dest=/var/log/garbd.log owner=nobody content='' force=no
# the arbiter node only needs the garbd daemon
- name: install percona garbd package
apt: pk... | ---
- name: try to stop old garbd service
service: name=garbd state=stopped enabled=false pattern=/usr/bin/garbd
failed_when: False
- name: make garbd log
copy: dest=/var/log/garbd.log owner=nobody content='' force=no
- name: galera data dir
file:
path: /var/lib/galera
owner: nobody
state: directo... | Create directory for garbd data | Create directory for garbd data
This directory appears to be needed now, as nobody owner so that data
can be written into it.
| YAML | mit | panxia6679/ursula,rongzhus/ursula,masteinhauser/ursula,pgraziano/ursula,nirajdp76/ursula,zrs233/ursula,dlundquist/ursula,dlundquist/ursula,wupeiran/ursula,lihkin213/ursula,ddaskal/ursula,nirajdp76/ursula,twaldrop/ursula,sivakom/ursula,panxia6679/ursula,pgraziano/ursula,blueboxgroup/ursula,ryshah/ursula,edtubillara/ursu... |
bc4cec86257d730e179d30e5591e74faf1fed983 | recipes/ecole/meta.yaml | recipes/ecole/meta.yaml | {% set version = "0.5.0" %}
package:
name: ecole
version: {{ version }}
source:
url: https://github.com/ds4dm/ecole/archive/v{{ version }}.tar.gz
sha256: b127d7871c0f6b2cd9854a1e6cdcc715177b52aba4c44666c5a57f5385d86a19
build:
number: 0
skip: True # [win]
requirements:
build:
- {{ compiler('cxx') ... | {% set version = "0.5.0" %}
package:
name: ecole
version: {{ version }}
source:
url: https://github.com/ds4dm/ecole/archive/v{{ version }}.tar.gz
sha256: b127d7871c0f6b2cd9854a1e6cdcc715177b52aba4c44666c5a57f5385d86a19
build:
number: 0
skip: True # [win]
requirements:
build:
- {{ compiler('cxx') ... | Add about information to Ecole recipe | Add about information to Ecole recipe
| YAML | bsd-3-clause | ocefpaf/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,j... |
1563de52a9eb31c96961153ca49159646dd4f4fe | recipes/pbbam/meta.yaml | recipes/pbbam/meta.yaml | {% set name = "pbbam" %}
{% set version = "0.1" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
skip: False
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
source:
git_url: https://github.com/PacificBiosciences/{{ name }}.git
git_rev: 928605a86ac024aced821fe4a4bce0b43d5ee680
req... | {% set name = "pbbam" %}
{% set version = "0.1" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
skip: False
string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}}
source:
git_url: https://github.com/PacificBiosciences/{{ name }}.git
git_rev: 928605a86ac024aced821fe4a4bce0b43d5ee680
req... | Add zlib as run dependency | Add zlib as run dependency
| YAML | mit | bow/bioconda-recipes,JenCabral/bioconda-recipes,HassanAmr/bioconda-recipes,cokelaer/bioconda-recipes,mdehollander/bioconda-recipes,omicsnut/bioconda-recipes,pinguinkiste/bioconda-recipes,phac-nml/bioconda-recipes,omicsnut/bioconda-recipes,lpantano/recipes,jfallmann/bioconda-recipes,HassanAmr/bioconda-recipes,bow/biocon... |
68d7e2ab3ba87845952f39cff217a5ceacfef6cf | config/sidekiq.yml | config/sidekiq.yml | ---
:queues:
- default
- mailers
- load_testing
- zendesk
| ---
:concurrency: <%= ENV.fetch('RAILS_MAX_THREADS') { 5 } %>
:queues:
- default
- mailers
- load_testing
- zendesk
| Set Sidekiq pool to 'Rails Max Threads' | Set Sidekiq pool to 'Rails Max Threads'
| YAML | mit | ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2 |
a89b0825d8fdee31e11ae4e1419ffb79ffa298ce | app/email_domains.yml | app/email_domains.yml | ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
- gov.wales
- bigl... | ---
- gov.uk
- mod.uk
- mil.uk
- ddc-mod.org
- slc.co.uk
- gov.scot
- parliament.scot
- parliament.uk
- nhs.uk
- nhs.net
- police.uk
- dclgdatamart.co.uk
- ucds.email
- naturalengland.org.uk
- hmcts.net
- scotent.co.uk
- assembly.wales
- cjsm.net
- cqc.org.uk
- bl.uk
- stfc.ac.uk
- wmfs.net
- bbsrc.ac.uk
- acas.org.uk
... | Add Scottish Parliament to list of government email addresses | Add Scottish Parliament to list of government email addresses
We have the Welsh and UK parliaments already.
Northern Ireland’s devolved legislature use `niassembly.gov.uk`, so they’re covered by virtue of their domain ending in .gov.uk | YAML | mit | alphagov/notifications-admin,alphagov/notifications-admin,alphagov/notifications-admin,alphagov/notifications-admin |
9ca189fdda6c94b60fd0e2cd89db1f88f83b554c | hack/deploy/admission/rbac-list.yaml | hack/deploy/admission/rbac-list.yaml | # to read the config for terminating authentication
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: searchlight-admission-webhook-extension-server-authentication-reader
namespace: kube-system
roleRef:
kind: Role
apiGroup: rbac.authorization.k8s.io
name: extension-apiserver-auth... | # to read the config for terminating authentication
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: RoleBinding
metadata:
name: searchlight-admission-webhook-extension-server-authentication-reader
namespace: kube-system
roleRef:
kind: Role
apiGroup: rbac.authorization.k8s.io
name: extension-apiserver-auth... | Remove system prefix from webhook cluster role | Remove system prefix from webhook cluster role
| YAML | apache-2.0 | searchlight/searchlight,searchlight/searchlight,searchlight/searchlight,appscode/searchlight,searchlight/searchlight,appscode/searchlight,appscode/searchlight,appscode/searchlight |
4552a976e0a5d6fe675af8a62cb236d5b2d5d595 | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:973f078d7d648c88cd211dbaf6edcd17bd18778a6fda0aa9e00a7cf8fba32006
volumes:
- ".:/plugin"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:a784b49bb241291feb47b578a2cb58938d3565dff5b0f6d9bf627036cbd7f419
volumes:
- ".:/plugin"
| Update buildkite/plugin-tester:latest Docker digest to a784b4 | Update buildkite/plugin-tester:latest Docker digest to a784b4 | YAML | mit | buildkite/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose |
e1618b75b636f517e29e2af875fb8dd2be97963d | .appveyor.yml | .appveyor.yml | version: '{branch}-{build}'
init:
- cmd: git config --global core.autocrlf true
before_build:
- cmd: >-
git submodule update --init --recursive
nuget restore CSF.Screenplay.sln
copy /y Tests\CSF.Screenplay.Web.Tests\App.config.AppVeyor Tests\CSF.Screenplay.Web.Tests\App.config
services:
- ii... | version: '{branch}-{build}'
init:
- cmd: git config --global core.autocrlf true
before_build:
- cmd: >-
git submodule update --init --recursive
nuget restore CSF.Screenplay.sln
copy /y Tests\CSF.Screenplay.Web.Tests\App.config.AppVeyor Tests\CSF.Screenplay.Web.Tests\App.config
services:
- ii... | Change the way Screenplay reports are displayed (not artifacts) | Change the way Screenplay reports are displayed (not artifacts)
| YAML | mit | csf-dev/CSF.Screenplay,csf-dev/CSF.Screenplay,csf-dev/CSF.Screenplay |
ced9aebfe5185d7acb0a6b69465a3bf71bc74a4d | .appveyor.yml | .appveyor.yml | version: 0.0.{build}-{branch}
image: Visual Studio 2017
shallow_clone: true
environment:
matrix:
- CONFIG: Release
RENDERER: Null
- CONFIG: Debug
RENDERER: Null
- CONFIG: Release
RENDERER: OpenGL
- CONFIG: Debug
RENDERER: OpenGL
install:
- cmd: |
set PREFIX_DIR=%APPVE... | version: 0.0.{build}-{branch}
image: Visual Studio 2017
shallow_clone: true
environment:
matrix:
- CONFIG: Release
RENDERER: Null
- CONFIG: Debug
RENDERER: Null
- CONFIG: Release
RENDERER: OpenGL
- CONFIG: Debug
RENDERER: OpenGL
cache:
- _3rdparty\.cache
install:
- cmd: ... | Save bootstrapper cache on AppVeyor | Save bootstrapper cache on AppVeyor
| YAML | apache-2.0 | blagodarin/yttrium,blagodarin/yttrium |
3c22c38ff506bfb9ffc7456c65c5492f8d59fb96 | .fixtures.yml | .fixtures.yml | fixtures:
repositories:
"stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git"
symlinks:
"python": "#{source_dir}"
| fixtures:
repositories:
stdlib: "git://github.com/puppetlabs/puppetlabs-stdlib.git"
symlinks:
python: "#{source_dir}"
| Fix some quotes which are unnecessary according to Puppet Labs | Fix some quotes which are unnecessary according to Puppet Labs
| YAML | apache-2.0 | ody/puppet-python,xaque208/puppet-python,stankevich/puppet-python,skpy/puppet-python,skpy/puppet-python,ghoneycutt/puppet-python,vicinus/puppet-python,ghoneycutt/puppet-python,vmfarms/puppet-python,xaque208/puppet-python,stankevich/puppet-python,vmfarms/puppet-python,ody/puppet-python,vicinus/puppet-python,xaque208/pup... |
accef1a9b72b03e02592ac1bc08b0ad97bd85875 | .appveyor.yml | .appveyor.yml | environment:
matrix:
- TOXENV: py27-pip8
- TOXENV: py27-pip8.1.1
- TOXENV: py27-pip9
- TOXENV: py27-piplatest
- TOXENV: py34-pip8
- TOXENV: py34-pip8.1.1
- TOXENV: py34-pip9
- TOXENV: py34-piplatest
- TOXENV: py35-pip8
- TOXENV: py35-p... | environment:
matrix:
- TOXENV: py27-pip8
- TOXENV: py27-pip8.1.1
- TOXENV: py27-pip9
- TOXENV: py27-piplatest
- TOXENV: py34-pip8
- TOXENV: py34-pip8.1.1
- TOXENV: py34-pip9
- TOXENV: py34-piplatest
- TOXENV: py35-pip8
- TOXENV: py35-p... | Remove unsupported PyPy from AppVeyor build matrix | Remove unsupported PyPy from AppVeyor build matrix
| YAML | bsd-2-clause | suutari-ai/prequ,suutari/prequ,suutari/prequ |
f5094c35d387a0bab51c4caa876cc365732b867a | .appveyor.yml | .appveyor.yml | version: "{branch}-ci-{build}"
image: Visual Studio 2019
branches:
only:
- master
platform:
- mingw32
- mingw64
install:
- set PATH=C:\msys64\%platform%;C:\msys64\%platform%\bin;C:\projects\deps\ninja;C:\Libraries\boost_1_73_0;%PATH%
before_build:
- git submodule update --init
build_script:
- mkdir build &... | version: "{branch}-ci-{build}"
image: Visual Studio 2019
branches:
only:
- main
platform:
- mingw32
- mingw64
install:
- set PATH=C:\msys64\%platform%;C:\msys64\%platform%\bin;C:\projects\deps\ninja;C:\Libraries\boost_1_73_0;%PATH%
before_build:
- git submodule update --init
build_script:
- mkdir build && ... | Update branch name on AppVeyor | Update branch name on AppVeyor | YAML | mit | MIPT-ILab/mipt-mips,MIPT-ILab/mipt-mips,MIPT-ILab/mipt-mips-2015,MIPT-ILab/mipt-mips-2015,MIPT-ILab/mipt-mips-2015,MIPT-ILab/mipt-mips-2015 |
b76563e8546f60c5b453345426325b5e5cd89dd9 | .appveyor.yml | .appveyor.yml | version: '{build}'
only_commits:
files:
- CMakeLists.txt
- appveyor.yml
- include/
- tests/
image:
- Visual Studio 2017
- Visual Studio 2019
configuration:
- Release
- Debug
platform:
- x64
init:
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" )
- if "%A... | version: '{build}'
only_commits:
files:
- CMakeLists.txt
- appveyor.yml
- include/
- tests/
image:
- Visual Studio 2017
- Visual Studio 2019
configuration:
- Release
- Debug
platform:
- x64
init:
- if "%APPVEYOR_BUILD_WORKER_IMAGE%"=="Visual Studio 2019" ( set generator="Visual Studio 16 2019" )
- if "%A... | Remove Win64 from generation and add configuration to build command | Remove Win64 from generation and add configuration to build command
| YAML | mit | tinfoilboy/CTML |
8f211c88a8e5f08f28614cd736d5b7ad5af9d78a | .appveyor.yml | .appveyor.yml | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: x86_64-pc-windows-gnu
- TARGET: i686-pc-windows-gnu
install:
- cinst openssl.light
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" -FileName "rust-nightly.exe"
- ps:... | environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
- TARGET: i686-pc-windows-msvc
- TARGET: x86_64-pc-windows-gnu
- TARGET: i686-pc-windows-gnu
install:
- cinst openssl.light
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe" -FileName "rust-nightly.exe"
- ps:... | Add OpenSSL path to windows build | Add OpenSSL path to windows build
| YAML | mit | amousset/rust-smtp,lettre/lettre,cloudvlts/lettre,amousset/lettre,amousset/lettre |
67ae89345e5479bb76b8cc7a0c309c03ca088721 | .golangci.yml | .golangci.yml | run:
timeout: 10m
linters-settings:
goimports:
local-prefixes: vitess.io/vitess
linters:
disable-all: true
enable:
# Defaults
- deadcode
# - errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- varcheck
# Extras
- gofmt
- ... | run:
timeout: 10m
linters-settings:
goimports:
local-prefixes: vitess.io/vitess
linters:
disable-all: true
enable:
# Defaults
- deadcode
# - errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- varcheck
# Extras
- gofmt
- ... | Exclude protoc-gen-go generated files from the linter goimports check | Exclude protoc-gen-go generated files from the linter goimports check
Signed-off-by: Andrew Mason <8a240ff75aa1467ba5eba4db0c8200b61262547e@slack-corp.com>
| YAML | apache-2.0 | tinyspeck/vitess,vitessio/vitess,vitessio/vitess,mahak/vitess,mahak/vitess,vitessio/vitess,mahak/vitess,mahak/vitess,mahak/vitess,vitessio/vitess,tinyspeck/vitess,tinyspeck/vitess,mahak/vitess,tinyspeck/vitess,vitessio/vitess,mahak/vitess,vitessio/vitess,tinyspeck/vitess,vitessio/vitess,tinyspeck/vitess,tinyspeck/vites... |
d799353dcf08e2a789e60ccb3ddfd412a387f011 | config/sidekiq.yml | config/sidekiq.yml | ---
:concurrency: 15
:pidfile: tmp/pids/morph-worker-1.pid
:queues:
- default
- scraper
:limits:
scraper: 10
| ---
:concurrency: 20
:pidfile: tmp/pids/morph-worker-1.pid
:queues:
- default
- scraper
:limits:
scraper: 15
| Increase the scraper queue size from 10 to 15 | Increase the scraper queue size from 10 to 15
We've currently got a lot of scrapers that are taking a long time to
finish and this means we have quite a backlog of scraper runs.
This is a small increase that we can easily cater for with our current
server resources to see if it alleviates the problem.
| YAML | agpl-3.0 | openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph |
c35b5b5a8c2bdfc3d04dd82641657f54e5caa62e | data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml | data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml | swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 96
swh::deploy::storage::db::host: somerset.internal.softwareheritage.org
swh::deploy::storage::db::port: 5433
swh::deploy::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')... | swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 96
swh::deploy::storage::db::host: dbreplica0.euwest.azure.internal.softwareheritage.org
swh::deploy::storage::db::port: 5433
swh::deploy::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_... | Revert "storage0: Switch database back to somerset" | Revert "storage0: Switch database back to somerset"
This reverts commit aa443628b1104094fa4318e93e4bb684c875867f.
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
f97713a75c7eb0604c5cfec5826e727ae0ed9bf2 | config/kubernetes/wg-structured-logging/teams.yaml | config/kubernetes/wg-structured-logging/teams.yaml | teams:
wg-structured-logging-leads:
description: ""
members:
- serathius
- shubheksha
privacy: closed
wg-structured-logging-members:
description: ""
members:
- Priyankasaggu11929
- yangjunmyfm192085
privacy: closed
wg-structured-logging-reviews:
description: ""
... | teams:
wg-structured-logging-leads:
description: ""
members:
- serathius
- shubheksha
privacy: closed
wg-structured-logging-members:
description: ""
members:
- Priyankasaggu11929
- serathius
- shubheksha
- yangjunmyfm192085
privacy: closed
wg-structured-... | Add leads to members and reviewers | Add leads to members and reviewers | YAML | apache-2.0 | kubernetes/org,kubernetes/org,kubernetes/org |
e64bb5dbd82552b42707d48ca2c021ed595ce845 | deploy/appspec.yml | deploy/appspec.yml | version: 0.0
os: linux
files:
- source: /
destination: /srv/openregister-java
hooks:
ApplicationStop:
- location: scripts/stop-service.sh
timeout: 60
runas: root
AfterInstall:
- location: scripts/change_permissions.sh
timeout: 30
runas: root
ApplicationStart:
- location: ... | version: 0.0
os: linux
files:
- source: /
destination: /srv/openregister-java
hooks:
ApplicationStop:
- location: scripts/stop-service.sh
timeout: 60
runas: root
AfterInstall:
- location: scripts/change_permissions.sh
timeout: 30
runas: root
ApplicationStart:
- location: ... | Revert "Temporarily increase the deploy timeout" | Revert "Temporarily increase the deploy timeout"
We fixed the problem that meant we had to increase this timeout as part
of `9f2daaa6c52541a4c81f99fc707b07db9f76731d` on
`openregister/deployment`.
This reverts commit 80be73aef1349cc65e457c64f30f07d914bb0ca7.
| YAML | mit | openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java |
b410140b635089782db39fe46b9b4ba8cfebf954 | bootstrap.yml | bootstrap.yml | ---
- hosts: all
roles:
- pacman-mirrors
- facts
- locale
- bootloader
- mounts
- networking
- users
# Dialog is required by wifi-menu if doing setup over wifi
- { role: packages, packages: ['git', 'openssh', 'dialog'] }
- { role: services, services: ['sshd'] }
- { role: vi... | ---
- hosts: all
roles:
- pacman-mirrors
- facts
- locale
- bootloader
- mounts
- networking
- users
- { role: packages, packages: ['git', 'openssh'] }
- { role: services, services: ['sshd'] }
- { role: virtualbox-guest, when: ansible_virtualization_type == 'virtualbox' }
- ho... | Set wireless domain for laptops | Set wireless domain for laptops
| YAML | mit | henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible |
6557722d7aef4ebcfc5491ecdbedae7a91871dd2 | .builds/binary-generic-amd64-obsd.yaml | .builds/binary-generic-amd64-obsd.yaml | image: openbsd/latest
arch: amd64
packages:
- gcc
- perl5
- p5-App-cpanminus
secrets:
- 63069bd6-993a-4133-aaf9-51398b07d60e
tasks:
- prepare: |
mkdir -p "/tmp/ci-$JOB_ID"
mkdir -p ~/.ssh
cat <<-EOF > ~/.ssh/config
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
EOF
... | image: openbsd/latest
arch: amd64
packages:
- gcc
secrets:
- 63069bd6-993a-4133-aaf9-51398b07d60e
tasks:
- prepare: |
mkdir -p "/tmp/ci-$JOB_ID"
mkdir -p ~/.ssh
cat <<-EOF > ~/.ssh/config
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
EOF
curl -L http://cpanmin.us ... | Fix up OpenBSD build manifest | Fix up OpenBSD build manifest
| YAML | artistic-2.0 | rakudo/star |
0482c201d9df371ff85933db6b9db820378c6851 | tripleo_common/templates/deployments.yaml | tripleo_common/templates/deployments.yaml | - name: "Render deployment file for {{ item }}"
template:
src: ../templates/heat-config.j2
dest: "/var/lib/heat-config/tripleo-config-download/{{ item }}"
become: true
vars:
deployment: "{{ vars[item] | to_json }}"
- name: "Force remove deployed file for {{ item }}"
file:
path: /var/lib/heat-co... | - name: "Render deployment file for {{ item }}"
template:
src: ../templates/heat-config.j2
dest: "/var/lib/heat-config/tripleo-config-download/{{ item ~ '-' ~ vars[item]['id'] }}"
become: true
vars:
deployment: "{{ vars[item] | to_json }}"
- name: "Force remove deployed file for {{ item }}"
file:
... | Add UUID to directory where Heat configs are stored | Add UUID to directory where Heat configs are stored
Change-Id: I3ec019e2719749786d6af51ad131ddb531dec9bb
Closes-Bug: 1748973
| YAML | apache-2.0 | openstack/tripleo-common,openstack/tripleo-common |
2984fe809db7166326224eaa16a69d0f24719e16 | Resources/config/services/main.yml | Resources/config/services/main.yml | services:
# Video Manager Pro API credentials instance
vmpro_api.credentials:
class: MovingImage\Client\VMPro\Entity\ApiCredentials
arguments:
- %vm_pro_api_credentials_username%
- %vm_pro_api_credentials_password%
# JWT Token extractor instance
vmpro_api.token_e... | services:
# Video Manager Pro API credentials instance
vmpro_api.credentials:
class: MovingImage\Client\VMPro\Entity\ApiCredentials
arguments:
- %vm_pro_api_credentials_username%
- %vm_pro_api_credentials_password%
# JWT Token extractor instance
vmpro_api.token_e... | Fix this bug for autowiring | Fix this bug for autowiring
| YAML | bsd-3-clause | MovingImage24/VMProApiBundle |
bc8843db00d7b2630fecb1380844627f4dd8ba76 | .github/workflows/build-and-deploy.yml | .github/workflows/build-and-deploy.yml | # Builds the Next.js site and deploys it to Firebase hosting
name: Deploy each push
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
# - name: Build site
# uses: docker://jekyll/builder:4.1.0
# with:
# args: jekyl... | # Builds the Next.js site and deploys it to Firebase hosting
name: Deploy each push
on:
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
with:
persist-credentials: false
# See https://github.com/act... | Change github action to build next.js site instead of jekyll | Change github action to build next.js site instead of jekyll
| YAML | mit | teelahti/kerkesix.fi,teelahti/kerkesix.fi |
3821ba2e008520853763031bd3ff559209eceacb | ansible/roles/docker/tasks/main.yaml | ansible/roles/docker/tasks/main.yaml | ---
- name: reload services
command: systemctl daemon-reload
- name: enable docker
command: systemctl enable "docker.service"
- name: start docker service
service:
name: "docker"
state: started
enabled: yes
# force_docker_restart=true to force restart
- name: force restart docke... | ---
- name: reload services
command: systemctl daemon-reload
- name: enable docker
command: systemctl enable "docker.service"
- name: start docker service
service:
name: "docker"
state: started
enabled: yes
# force_docker_restart=true to force restart
- name: force restart docke... | Load docker images for ingress | Load docker images for ingress
| YAML | apache-2.0 | apprenda/kismatic,apprenda/kismatic,apprenda/kismatic |
e50a312dea2c9d9597d973c08aed04c45a7c2c21 | test-environment.yml | test-environment.yml | name: skantest
dependencies:
- python>=3.5*
- setuptools>=19.6*
- numba>=0.29
- numpy>=1.11*
- numpydoc>=0.5*
- scipy>=0.18*
- networkx>=1.11*
- matplotlib>=1.5*
- pandas>=0.18*
- pytest>=3*
- coverage>=4.0
- pytest-cov>=2.2
- pip:
- git+http://github.com/jni/scikit-image.git@fix-sauvola
- hypothesis>=3.6
- image... | name: skantest
dependencies:
- python>=3.5*
- setuptools>=19.6*
- numba>=0.29
- numpy>=1.11*
- numpydoc>=0.5*
- scipy>=0.18*
- networkx>=1.11*
- matplotlib>=1.5*
- pandas>=0.18*
- pytest>=3*
- coverage>=4.0
- pytest-cov>=2.2
- pip:
- git+http://github.com/scikit-image/scikit-image.git
- hypothesis>=3.6
- imageio>... | Use scikit-image master on git | Use scikit-image master on git
| YAML | bsd-3-clause | jni/skan |
97f062db615b9e779d9b338a205fbfe94957359e | db/seeds/prisons/NWI-norwich-a-b-c-e-m-only.yml | db/seeds/prisons/NWI-norwich-a-b-c-e-m-only.yml | ---
name: Norwich (A, B, C, E, M only)
nomis_id: NWI
address: |-
Knox Road
postcode: NR1 4LU
email_address: socialvisits.norwich@hmps.gsi.gov.uk
phone_no: 01603 708795
enabled: true
private: false
closed: false
recurring:
tue:
- 0930-1130
wed:
- 1400-1600
thu:
- 0930-1130
sat:
- 1400-1600
sun:
- 0... | ---
name: Norwich (A, B, C, E, M only)
nomis_id: NWI
address: |-
Knox Road
postcode: NR1 4LU
email_address: socialvisits.norwich@hmps.gsi.gov.uk
phone_no: 01603 708795
enabled: true
private: false
closed: false
recurring:
tue:
- 0930-1130
wed:
- 1400-1600
thu:
- 0930-1130
sat:
- 1400-1600
sun:
- 0... | Remove trailing whitespace from Norwich yml file | Remove trailing whitespace from Norwich yml file
| YAML | mit | ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2 |
facdfa639e5cabf30efcf9200453f4e01c13be71 | docker-compose.yml | docker-compose.yml | version: "3"
services:
# service configuration for our database
database:
# use the preferred version of the official Postgres image
# see https://hub.docker.com/_/postgres/
image: postgres:9.6.21
environment:
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
# persist the database between container... | version: "3"
services:
# service configuration for our database
database:
# use the preferred version of the official Postgres image
# see https://hub.docker.com/_/postgres/
image: postgres:9.6.21
environment:
- POSTGRES_PASSWORD=$POSTGRES_PASSWORD
# persist the database between container... | Remove SSH_AUTH references in docker compose | Remove SSH_AUTH references in docker compose
It was added in commit 1db5a00ea, probably due to the Capistrano
configuration of the developer who wrote the code. On my machine, docker
compose crashed due to these lines.
| YAML | agpl-3.0 | consul/consul,consul/consul,consul/consul,consul/consul,consul/consul |
65db08d507b547a8387b979ab15806420e8a2412 | docker-compose.yml | docker-compose.yml | ---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:latest
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-kafka:latest
depends_on:
- zookeeper
ports:
- 9092:9092
environment:
KAFKA_BROKER_ID... | ---
version: '2'
services:
zookeeper:
image: confluentinc/cp-zookeeper:5.2.6
environment:
ZOOKEEPER_CLIENT_PORT: 2181
ZOOKEEPER_TICK_TIME: 2000
kafka:
image: confluentinc/cp-kafka:latest
depends_on:
- zookeeper
ports:
- 9092:9092
environment:
KAFKA_BROKER_ID:... | Rollback zookeeper version to 5.x.x | Rollback zookeeper version to 5.x.x
Version > 6 was not working out of-the-box therefore making the
development environment not able to run.
---
Changelog: fix
| YAML | mit | thijsc/rdkafka-ruby |
2df54338eda5c0c01525776f1cdc0ba3a63bbb3c | docker-compose.yml | docker-compose.yml | version: "2"
services:
mysql:
image: mysql:5.7
volumes:
- mysql-data:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: root
restart: unless-stopped
wiki:
build: wiki/docker-mediawiki
depends_on:
- mysql
ports:
- "8080:80"
volumes:
- ./wiki/conf:/var/www-s... | version: "2"
services:
mysql:
image: mysql:5.7
volumes:
- mysql-data:/var/lib/mysql
environment:
MYSQL_ROOT_PASSWORD: root
restart: unless-stopped
wiki:
build: wiki/docker-mediawiki
depends_on:
- mysql
ports:
- "8080:80"
volumes:
- ./wiki/conf:/var/www-s... | Remove unused environment variables passed to WP container | Remove unused environment variables passed to WP container
| YAML | mit | oc4d/main,oc4d/main,oc4d/main |
97eed95a82ae816b29c19ace53096f4af9e528ee | docker-compose.yml | docker-compose.yml | version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:a784b49bb241291feb47b578a2cb58938d3565dff5b0f6d9bf627036cbd7f419
volumes:
- ".:/plugin:ro"
| version: '2'
services:
tests:
image: buildkite/plugin-tester:latest@sha256:7c2d08e8d6dc32637236105e82f6c161fe2a2c3098e9035a92eb1401b6593bdf
volumes:
- ".:/plugin:ro"
| Update buildkite/plugin-tester:latest Docker digest to 7c2d08 | Update buildkite/plugin-tester:latest Docker digest to 7c2d08 | YAML | mit | mikeknox/docker-buildkite-plugin |
add288ac1aa7690e55607b353a16c6e0bee785c2 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
- pull_request
- push
jobs:
windows:
name: Test on Windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Restore chocolatey
uses: actions/cache@v2
with:
path:... | name: CI
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
on:
- pull_request
- push
jobs:
windows:
name: Test on Windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Restore chocolatey
uses: actions/cache@v2
with:
path:... | Test tests on windows without coverage | Test tests on windows without coverage
| YAML | mit | hrzndhrn/xema |
3dd9face09dae8f29f1ed06e095d19c8d163226e | data/templates/ive/config.yml | data/templates/ive/config.yml | name: Jony Ive Redesigns Things
default:
-
link: http://www.quickmeme.com/Jony-Ive
aliases:
- jony
- best-thing-ever
| name: Jony Ive Redesigns Things
default:
-
link: https://www.apple.com/pr/bios/jonathan-ive.html
aliases:
- jony
- best-thing-ever
| Swap out broken quickmeme.com link | Swap out broken quickmeme.com link
| YAML | mit | joshfriend/memegen,joshfriend/memegen,DanLindeman/memegen,DanLindeman/memegen,joshfriend/memegen,DanLindeman/memegen,joshfriend/memegen,DanLindeman/memegen |
be3e8e2aa12be270fa50674e85aaa22aa548236b | .github/workflows/add-to-project.yml | .github/workflows/add-to-project.yml | name: Axon Framework
on:
pull_request:
types:
- labeled
jobs:
add-to-project:
name: Add Dependency Upgrade PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project_url: https://github.com/orgs/AxonFramework/projects/2
git... | name: Axon Framework
on:
pull_request:
types:
- labeled
jobs:
add-to-project:
name: Add Dependency Upgrade PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/AxonFramework/projects/2
git... | Adjust parameters to use dash instead of underscore | Adjust parameters to use dash instead of underscore
Adjust parameters to use dash instead of underscore
| YAML | apache-2.0 | AxonFramework/AxonFramework |
0fa4b166605bf0175677a38cedc2a35cc71bc153 | tools/docker-compose/unit-tests/docker-compose.yml | tools/docker-compose/unit-tests/docker-compose.yml | ---
version: '2'
services:
unit-tests:
build:
context: ../../../
dockerfile: tools/docker-compose/unit-tests/Dockerfile
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
environment:
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
TEST_DIRS: awx/main... | ---
version: '2'
services:
unit-tests:
build:
context: ../../../
dockerfile: tools/docker-compose/unit-tests/Dockerfile
image: gcr.io/ansible-tower-engineering/unit-test-runner:${GIT_BRANCH}
environment:
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
TEST_DIRS: a... | Rebuild unit-test image for every branch | Rebuild unit-test image for every branch
This variable is set by Jenkins, you'll have to set it manually if you build locally.
| YAML | apache-2.0 | wwitzel3/awx,snahelou/awx,snahelou/awx,snahelou/awx,snahelou/awx,wwitzel3/awx,wwitzel3/awx,wwitzel3/awx |
fe3bfbce91ba52ed21274df0c4c9488341278174 | db/config/database.travis-ci.yml | db/config/database.travis-ci.yml | ---
bootstrap:
- tests/bootstrap.php
schema:
auto_id: true
base_model: \LazyRecord\BaseModel
base_collection: \LazyRecord\BaseCollection
paths:
- tests
cache:
class: LazyRecord\Cache\Memcache
servers:
- { host: localhost, port: 11211 }
data_source:
default: sqlite
nodes:
sqlite:
dsn:... | ---
bootstrap:
- tests/bootstrap.php
schema:
auto_id: true
base_model: \LazyRecord\BaseModel
base_collection: \LazyRecord\BaseCollection
paths:
- tests
cache:
class: LazyRecord\Cache\Memcache
servers:
- { host: localhost, port: 11211 }
data_source:
default: sqlite
nodes:
sqlite:
dsn:... | Remove password field from config for travis | Remove password field from config for travis
| YAML | bsd-3-clause | talib570/LazyRecord,talib570/LazyRecord,c9s/LazyRecord,c9s/LazyRecord,c9s/LazyRecord,talib570/LazyRecord |
3897d9c91aa44f8d348b34e6c3aaa470e30f47fa | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
yarn: artsy/yarn@2.1.1
codecov: codecov/codecov@1.0.5
workflows:
build_and_verify:
jobs:
- yarn/workflow-queue
- yarn/update-cache:
requires:
- yarn/workflow-queue
- yarn/relay:
requires:
- yarn/workflow-queue
- yarn/lint... | version: 2.1
orbs:
yarn: artsy/yarn@3.0.0
codecov: codecov/codecov@1.0.5
workflows:
build_and_verify:
jobs:
- yarn/workflow-queue
- yarn/update-cache:
requires:
- yarn/workflow-queue
- yarn/relay:
requires:
- yarn/workflow-queue
- yarn/lint... | Update yarn orb to v3 | Update yarn orb to v3
| YAML | mit | artsy/reaction,artsy/reaction-force,artsy/reaction-force,artsy/reaction,artsy/reaction |
3cb758685dc9c4fb2576af2de2fedd2d691f8c98 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
python: circleci/python@1.0.0
jobs:
build:
docker:
- image: cimg/python:3.6.10
steps:
- checkout
- run: pip install pytest pytest-cov
- run: |
curl -L https://github.com/rqlite/rqlite/releases/download/v6.7.0/rqlite-v6.7.0-linux-amd64.tar.gz -o rqlite... | version: 2.1
orbs:
python: circleci/python@1.0.0
jobs:
build:
docker:
- image: cimg/python:3.6.10
steps:
- checkout
- run: pip install pytest pytest-cov
- run: |
curl -L https://github.com/rqlite/rqlite/releases/download/v7.2.0/rqlite-v7.2.0-linux-amd64.tar.gz -o rqlite... | Use rqlite 7.2.0 for testing | Use rqlite 7.2.0 for testing
| YAML | mit | rqlite/pyrqlite |
083c35676ad9bb4521a5c103bfb44eda81b763b0 | .circleci/config.yml | .circleci/config.yml | # Ruby CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/ruby:2.4.1-node-browsers
# Specify service dependencies here if necessary
# Circl... | # Ruby CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-ruby/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/ruby:2.4.1-node-browsers
# Specify service dependencies here if necessary
# Circl... | Move gems to gems folder, like locally | Move gems to gems folder, like locally
| YAML | mit | jimmythompson/jimmythompson.co.uk,jimmythompson/jimmythompson.co.uk,jimmythompson/jimmythompson.co.uk |
89bcdc79c0b5a82b25e3151af0768efe7b97c6f5 | gcsweb.k8s.io/deployment.yaml | gcsweb.k8s.io/deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: gcsweb
labels:
app: gcsweb
spec:
replicas: 2
# selector defaults from template labels
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
labels:
app: gcsweb
... | Add k8s-release-dev bucket to gcsweb | Add k8s-release-dev bucket to gcsweb
| YAML | apache-2.0 | thockin/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,thockin/k8s.io,thockin/k8s.io,kubernetes/k8s.io,thockin/k8s.io,kubernetes/k8s.io |
85a812a0399c444c52b7354b334d324252b74a7e | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/datavisyn
docker:
- image: circleci/node:12.13-buster-browsers
steps:
- checkout
- restore_cache:
key: deps3-{{ .Branch }}-{{ checksum "package.json" }}-{{ checksum "package-lock.json" }}
- run:
name: install-npm-wee
... | version: 2
jobs:
build:
working_directory: ~/datavisyn
docker:
- image: circleci/node:12.13-buster-browsers
steps:
- checkout
- restore_cache:
key: deps3-{{ .Branch }}-{{ checksum "package.json" }}
- run:
name: install-npm-wee
command: npm install
... | Remove package-lock.json from CircleCI cache hash | Remove package-lock.json from CircleCI cache hash
| YAML | bsd-3-clause | datavisyn/datavisyn-scatterplot,datavisyn/datavisyn-scatterplot |
51d4bcd9d9784b80a8b08567bdf81ae2d6273613 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8
steps:
- checkout
- run: ./gradlew build
- run: mkdir -p circle-test-results/junit/
- run: find . -type f -regex ".*/build/test-results/test/.*xml" -exec cp {} circle-test-results/junit/ \;
- run: mkdir -p circle-... | version: 2
jobs:
build:
docker:
- image: circleci/openjdk:8
steps:
- checkout
- run: ./gradlew build --max-workers=2
- run: mkdir -p circle-test-results/junit/
- run: find . -type f -regex ".*/build/test-results/test/.*xml" -exec cp {} circle-test-results/junit/ \;
- run: ... | Add a --max-workers argument to the Gradle CircleCI build | Add a --max-workers argument to the Gradle CircleCI build
Java 8 has problems getting the CPU count in Docker, so Gradle
could use some assistance in choosing its parallelism level.
| YAML | apache-2.0 | AlexLandau/semlang,AlexLandau/semlang,AlexLandau/semlang,AlexLandau/semlang |
2377566d143f69903ce24cd9286493ac1b7d21b4 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
working_directory: ~/js-sdk
docker:
- image: circleci/node:10.5-stretch-browsers
steps:
- checkout
- restore_cache:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Instal... | version: 2
jobs:
test:
working_directory: ~/js-sdk
docker:
- image: circleci/node:10.12.0
steps:
- checkout
- restore_cache:
name: Restore Yarn Package Cache
keys:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Install Dependencies... | Update node docker image in circleci | Update node docker image in circleci
| YAML | mit | procore/js-sdk |
c3fda1f322587f2e8a80bcb14a0aa836c260acd1 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
gradle: circleci/gradle@1.0.10
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-29
environment:
- JVM_OPTS: -Xmx3200m
steps:
- checkout
- gradle/with_cache:
steps:
- run:
name: Download Depen... | version: 2.1
orbs:
gradle: circleci/gradle@1.0.10
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-29
environment:
- JVM_OPTS: -Xmx3200m
steps:
- checkout
- gradle/with_cache:
steps:
- run:
name: Download Depen... | Remove incorrect test artifact paths | Remove incorrect test artifact paths
| YAML | apache-2.0 | evant/redux |
7eabf5045723c13351e129d1f0bf04322c80effc | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
test:
docker:
- image: circleci/golang:latest
steps:
- checkout
- run: go test -v ./
- run: go test -v ./cmd/jid
release:
docker:
- image: circleci/golang:latest
steps:
- checkout
- run:
name: build jid using goreleaser
... | version: 2
jobs:
test:
docker:
- image: circleci/golang:latest
steps:
- checkout
- run: go test -v ./
- run: go test -v ./cmd/jid
release:
docker:
- image: circleci/golang:latest
steps:
- checkout
- run:
name: build jid using goreleaser
... | Add CircleCI filter: run test when push version tags | Add CircleCI filter: run test when push version tags
| YAML | mit | simeji/jid |
7d4a153a18ae3dfe384c09b428c92826c7662b8d | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: microsoft/dotnet:1.1-sdk
steps:
- checkout
- run: dotnet test -f netcoreapp1.1 test/BinaryEncoding.Tests/BinaryEncoding.Tests.csproj
build:
docker:
- image: microsoft/dotnet:2.0-sdk
steps:
- checkout
- run: dotnet test -f n... | version: 2
jobs:
build:
docker:
- image: microsoft/dotnet:1.1-sdk
steps:
- checkout
- run: dotnet test -f netcoreapp1.1 -c Release test/BinaryEncoding.Tests/BinaryEncoding.Tests.csproj
build:
docker:
- image: microsoft/dotnet:2.2-sdk
steps:
- checkout
- run: dotne... | Use newest dotnet docker image for circleci | Use newest dotnet docker image for circleci
| YAML | mit | tabrath/BinaryEncoding |
1b7eafe5f5657683fc0e7276de2ddb38db94f61d | .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: selenium/node-chrome
# Specify service dependencies here if necessary
# Ci... | # 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:10.14-jessie-browsers
# Specify service dependencies here if neces... | Use stock circle image with browser support | Use stock circle image with browser support
| YAML | mit | wearemolecule/date-range-picker,wearemolecule/date-range-picker |
b10f15e570bed47e85edf622b33b738fc360586e | solano.yml | solano.yml | hooks:
pre: npm install
nodejs:
version: '0.12.4'
tests:
- npm test
- npm run lint
| hooks:
pre: npm install
nodejs:
version: '0.12.4'
tests:
- npm test
- npm run lint
firefox: '39.0'
| Use latest Firefox in CI | :arrow_up: Use latest Firefox in CI
| YAML | mit | Gusto/react-masked-field,murzvo/react-masked-field,Gusto/react-masked-field |
63114eba02155f302843836428f9acf20aaf1a2b | deploy-openshift.yml | deploy-openshift.yml | ---
- hosts: all
remote_user: root
vars_files:
- "{{ playbook_dir }}/common/vars/default_vars.yml"
roles:
- "{{ playbook_dir }}/openshift/roles/prerequisites"
- "openshift-contrib/roles/docker-storage-setup"
post_tasks:
- name: Enable and start docker service
service:
state: start... | ---
- hosts: all
remote_user: root
vars_files:
- "{{ playbook_dir }}/common/vars/default_vars.yml"
roles:
- "{{ playbook_dir }}/openshift/roles/prerequisites"
- "openshift-contrib/roles/docker-storage-setup"
post_tasks:
- name: Enable and start docker service
service:
state: starte... | Add labels for go and kubevirt deployment | playbook: Add labels for go and kubevirt deployment
Signed-off-by: gbenhaim <3a104f550a4784bbc0bb3cc32fbc850215e9789e@gmail.com>
| YAML | apache-2.0 | kubevirt-incubator/kubevirt-ansible,kubevirt-incubator/kubevirt-ansible |
c2758d1c80f279f0af66f74dd55bc17d65df74d5 | stack.yaml | stack.yaml | # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-6.17
# Local packages, usually specified by relative directory name
packages:
- '.'
# Packages to be pull... | # For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-6.17
# Local packages, usually specified by relative directory name
packages:
- '.'
# Packages to be pull... | Fix cryptonite building on Travis. | Fix cryptonite building on Travis.
| YAML | bsd-3-clause | vaibhavsagar/duffer.hs,vaibhavsagar/duffer |
e0706d8e095c3fb6e22c532e01ac15733392d805 | stack.yaml | stack.yaml | resolver: nightly-2018-10-20
packages:
- .
extra-deps:
- exception-mtl-0.4.0.1
- exception-transformers-0.4.0.7
- haskell-src-meta-0.8.0.3@rev:1
- language-c-quote-0.12.2@rev:1
- neat-interpolation-0.3.2.4
- mainland-pretty-0.7@rev:1
- megaparsec-7.0.1
- srcloc-0.5.1.2
- symbol-0.2.4@rev:2
- versions-3.5.0
flags: {}
... | resolver: nightly-2019-01-25
packages:
- .
flags: {}
extra-package-dbs: []
| Update to newer Stack snapshot. | Update to newer Stack snapshot.
| YAML | isc | diku-dk/futhark,diku-dk/futhark,HIPERFIT/futhark,HIPERFIT/futhark,HIPERFIT/futhark,diku-dk/futhark,diku-dk/futhark,diku-dk/futhark |
8a34c34bd9aa1e1956b6665bf9808f2af74dabaa | packages/hs/hsbc.yaml | packages/hs/hsbc.yaml | homepage: ''
changelog-type: markdown
hash: 1c80b03f226ba31f33962062b5cb397367a13e25ab32799da694a5ec2099dbe7
test-bench-deps: {}
maintainer: grogers385@gmail.com
synopsis: Command Line Calculator
changelog: ! '# Revision history for hsbc
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting wor... | homepage: ''
changelog-type: markdown
hash: 1960716cbdce2b1a008d714c824f2d00d86f857b4ff276dd2c35842ac556ff39
test-bench-deps: {}
maintainer: grogers385@gmail.com
synopsis: Command Line Calculator
changelog: ! '# Revision history for hsbc
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting wor... | Update from Hackage at 2016-12-16T18:01:08Z | Update from Hackage at 2016-12-16T18:01:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
402dc2a76774a345a3891c66decbea5705a2c12c | .builds/.freebsd.yaml | .builds/.freebsd.yaml | image: freebsd/latest
packages:
- gmake
- gcc
sources:
- https://github.com/janet-lang/janet.git
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc
| image: freebsd/latest
packages:
- gmake
- gcc
sources:
- https://github.com/janet-lang/janet.git
tasks:
- build: |
cd janet
gmake CC=gcc
gmake test CC=gcc
gmake install CC=gcc
gmake test-install CC=gcc
| Test installation on sourcehut free bsd as well. | Test installation on sourcehut free bsd as well.
| YAML | mit | bakpakin/gst,bakpakin/gst |
8a31736460083e1dce6d2552e5724a44573a8b73 | _data/navigation.yml | _data/navigation.yml | # Menu navigation links
#- title: Theme Setup
# url: /theme-setup/
#
#- title: External Link
# url: http://mademistakes.com
- title: GraphTax (Canada)
url: http://graphtax.ca
- title: GraphTax (USA)
url: http://graphtax.com
| # Menu navigation links
#- title: Theme Setup
# url: /theme-setup/
#
#- title: External Link
# url: http://mademistakes.com
- title: Subscribe
url: /feed.xml
- title: GraphTax (Canada)
url: http://graphtax.ca
- title: GraphTax (USA)
url: http://graphtax.com
| Add subscription button to the menu | Add subscription button to the menu
| YAML | mit | OutlierFinance/outlierfinance,OutlierFinance/outlierfinance,OutlierFinance/outlierfinance |
0d946957cc6d96ae4bbbd4f960a2e661331d0554 | travis.yml | travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
# command to run tests
script: python setup.py test
| language: python
python:
- 2.6
- 2.7
- 3.2
# install
install: python --version
# command to run tests
script: python setup.py test
| Add the install section back (I suspect it may be required to indicate a Python project). | Add the install section back (I suspect it may be required to indicate a Python project).
--HG--
branch : distribute
extra : rebase_source : 1741ce7955e97e5f4837bcf9d64df56ac4bb4e78
| YAML | mit | pypa/setuptools,pypa/setuptools,pypa/setuptools |
3bc1a3205e52a9d7dfa86ebfa39b4b18eb400563 | .travis.yml | .travis.yml | bundler_args: --without development doc
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby
- jruby-head
- ruby-head
- rbx-2
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-2
fast_finish: true
sudo: false
| sudo: false
bundler_args: --without development doc
env:
global:
- JRUBY_OPTS="$JRUBY_OPTS --debug"
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- jruby
- jruby-head
- ruby-head
- rbx-2
matrix:
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-2
fast_finish: true
sud... | Use Travis's containerized build system | Use Travis's containerized build system
| YAML | mit | pezra/http.rb,httprb/http,httprb/http.rb,Connorhd/http.rb |
a9c934f6f40d9d3562d6207a7f6445ee27e6b64b | .travis.yml | .travis.yml | language: c
compiler:
- clang
- gcc
before_script:
- ./autogen.sh
script:
- ./configure --enable-code-coverage && make && make check
after_success:
- mv src/sas/.libs/*.gc* .
- mv src/spss/.libs/*.gc* .
- mv src/stata/.libs/*.gc* .
- mv src/.libs/*.gc* .
- bash <(curl -s https://codecov.io/bash)
| language: c
sudo: required
compiler:
- clang
- gcc
before_install:
- sudo add-apt-repository ppa:jonathonf/gcc-7.2
- sudo apt-get update -q
- sudo apt-get install gcc-7.2 -y
before_script:
- ./autogen.sh
script:
- ./configure --enable-code-coverage && make && make check
after_success:
- mv src/sas/... | Add GCC 7.2 to Travis | Add GCC 7.2 to Travis
| YAML | mit | WizardMac/ReadStat,WizardMac/ReadStat |
8275fe13cb6f683e7e63ac79dedb670c6a752411 | .travis.yml | .travis.yml | git:
depth: 1
install:
- "cargo install diesel_cli"
language: "rust"
notifications:
email: false
irc: "chat.freenode.net#ruma"
rust:
- "nightly"
script:
- "cargo build"
- "make"
services:
- "docker"
sudo: "required"
| before_install:
- "sudo add-apt-repository ppa:cjwatson/launchpad"
- "sudo apt-get update"
- "sudo apt-get install libsodium"
cache: "cargo"
git:
depth: 1
install:
- "cargo install diesel_cli"
language: "rust"
notifications:
email: false
irc: "chat.freenode.net#ruma"
rust:
- "nightly"
script:
- "cargo... | Add libsodium to Travis build and cache Cargo builds. | Add libsodium to Travis build and cache Cargo builds.
| YAML | mit | yblein/ruma,yblein/ruma |
cce8caa171d7a82a60f41f3dbd3a5242d2daf419 | .travis.yml | .travis.yml | language: ruby
os: osx
env: OSX=10.12
osx_image: xcode8.1
rvm: system
cache: bundler
before_install:
- export TRAVIS_COMMIT="$(git rev-parse --verify -q HEAD)"
- if [ -f ".git/shallow" ]; then
travis_retry git fetch --unshallow;
fi
- HOMEBREW_REPOSITORY="$(brew --repo)"
- sudo chown -R "$USER" "$HOME... | language: ruby
os: osx
env: OSX=10.12
osx_image: xcode8.1
rvm: system
cache: bundler
before_install:
- export TRAVIS_COMMIT="$(git rev-parse --verify -q HEAD)"
- if [ -f ".git/shallow" ]; then
travis_retry git fetch --unshallow;
fi
- HOMEBREW_REPOSITORY="$(brew --repo)"
- sudo chown -R "$USER" "$HOME... | Revert "Set --enable-frozen-string-literal in Travis." | Revert "Set --enable-frozen-string-literal in Travis."
This reverts commit 0b503b833f7e4bec98699213b015f40945a206d6.
Many errors occur as a result of enabling this setting.
| YAML | mit | Homebrew/homebrew-bundle |
63ee6f1d14672255ee3f7a35d9b0191290575869 | .travis.yml | .travis.yml | language: node_js
node_js:
- '0.10'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
| language: node_js
node_js:
- '6'
before_script:
- 'npm install -g bower grunt-cli'
- 'bower install'
| Test with Node 6 (it's latest version that works) | Test with Node 6 (it's latest version that works)
| YAML | mit | uq-eresearch/midja-map,uq-eresearch/midja-map,uq-eresearch/midja-map,uq-eresearch/midja-map |
6588eeaef145712a226808eaf49e8aeb0364e462 | .travis.yml | .travis.yml | language: node_js
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- default-jdk
- g++-4.8
- make
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.4"
- "5.0"
- "5.11"
- "6.0"
- "6.1"
before_install:
- export CXX=g++-4.8
- npm install -g jshint || true
| language: node_js
sudo: false
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- default-jdk
- g++-4.8
- make
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.0"
- "4.8"
- "5.0"
- "5.12"
- "6.0"
- "6.13"
- "7.0"
- "7.10"
- "8.0"
- "8.10"
- "9.0"
- "9.9"
before_install:
- export CXX=g++-4.... | Update node versions to test | -Travis: Update node versions to test
| YAML | apache-2.0 | onddo/node-jmx,onddo/node-jmx,zuazo/node-jmx,zuazo/node-jmx |
f716b11f5872127e77e6f4ad31dc62af42891a82 | .travis.yml | .travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
sudo: false
cache:
- cargo
script:
- cargo test --no-default-features --features rustc-serialization
- cargo test --no-default-features --features serde-serialization
env:
global:
- RUST_BACKTRACE=1 | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
os:
- linux
- osx
sudo: false
cache:
- cargo
script:
- cargo test --no-default-features --features rustc-serialization
- cargo test --no-default-features --features serde-serialization
env:
global:
- RU... | Build tests on Linux and on OSX | Build tests on Linux and on OSX
| YAML | mit | NeoLegends/tokio-request |
def52d6a60599e5da693fbd85e39e635f4277359 | .travis.yml | .travis.yml | # http://docs.travis-ci.com/user/build-configuration/
language: cpp
sudo: false
matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env:
- MATRIX_EVAL="CC=gcc-6 &&... | # http://docs.travis-ci.com/user/build-configuration/
language: cpp
sudo: false
matrix:
include:
# works on Precise and Trusty
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
- libunittest++-dev
env:
... | Move apt packages to same key space as sources? | Move apt packages to same key space as sources?
| YAML | mit | Cat-Ion/FixedPoint,Cat-Ion/FixedPoint |
f3986bc998885a648e1ec2a3891db4ce361518cf | .travis.yml | .travis.yml | language: cpp
sudo: required
dist: trusty
compiler: gcc
os: linux
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-net-dev libglew-dev libglm-dev freeglut3-d... | language: cpp
sudo: required
dist: trusty
compiler: gcc
os: linux
before_install:
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
- sudo apt-get install -q cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev libsdl2-mixer-dev libsdl2-net-dev libglew-dev libglm-dev freeglut3-dev... | Increase Travis verbosity for debugging | Increase Travis verbosity for debugging
| YAML | mit | piluke/BasicEventEngine,piluke/BasicEventEngine |
e4313ee5fcc64211a55ad16bffd9784d1fbd77df | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.1"
before_script:
- npm install -g gulp
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 5
script:
- gulp ts-lint
- gulp test
| language: node_js
node_js:
- "4.1"
before_script:
- npm install -g gulp
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 5
script:
- gulp browserify
- gulp test
| Add missing browserify task to Travis CI | Add missing browserify task to Travis CI
| YAML | mit | mapillary/mapillary-js,mapillary/mapillary-js |
50564507893983b218cd07df2491b21cdf71a7d5 | .travis.yml | .travis.yml | rvm:
- 1.9.3
- 2.0.0
| rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.0
| Test against Ruby 2.1.5 and 2.2.0 | Test against Ruby 2.1.5 and 2.2.0
| YAML | mit | dwilkie/torasup |
0f1477e28816939e9861c8b19ea47ba73b539cab | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
script:
- "ruby -e \"RUBY_VERSION == '2.6.4' ? system('bundle exec rubocop') : exit(0)\""
- bundle exec rake spec
rvm:
- 2.4.7
- 2.5.6
- 2.6.4
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails... | language: ruby
sudo: false
cache: bundler
script:
- "ruby -e \"RUBY_VERSION == '2.6.5' ? system('bundle exec rubocop') : exit(0)\""
- bundle exec rake spec
rvm:
- 2.4.9
- 2.5.7
- 2.6.5
gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.0.gemfile
- gemfiles/rails_5.1.gemfile
- gemfiles/rails... | Test against the latest Ruby versions | Test against the latest Ruby versions | YAML | mit | cassiomarques/enumerate_it |
f1d1f9c19ac4a74a55cbec2f32c20e710cd7f3bb | .travis.yml | .travis.yml | language: python
install:
- pip install -r docs/requirements.txt
- pip install -r tests/requirements.txt
python:
- 2.7
- 3.3
- 3.4
- nightly
script:
- nosetests --with-coverage
# doctest is not tested on Python 2 because Python 2/3 have differing
# invocations in some doctests, and we are mainly targ... | language: python
install:
- pip install -r docs/requirements.txt
- pip install -r tests/requirements.txt
python:
- 2.7
- 3.3
- 3.4
- nightly
script:
- nosetests --with-coverage
# doctest is not tested on Python 2 because Python 2/3 have differing
# invocations in some doctests, and we are mainly targ... | Enable container based Travis CI infrastructure | Enable container based Travis CI infrastructure
| YAML | isc | garg10may/yturl |
2f12ae41f24900c5032cdc7ff3a1d05fa9bd058d | .travis.yml | .travis.yml | dist: focal
language: python
services:
- docker
script: ./docker/run.sh make getgnulinux build
| dist: focal
language: python
services:
- docker
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
- sudo apt-get -y -o Dpkg::Opt... | Install latest version of Docker for CI | Install latest version of Docker for CI
| YAML | agpl-3.0 | figure002/getgnulinux,figure002/getgnulinux,figure002/getgnulinux,figure002/getgnulinux |
7c124d828b1e104a3c5f2c31b4ad46bb2e1ae435 | .travis.yml | .travis.yml | language: java
install:
- mkdir RI
- git clone https://github.com/WASdev/standards.jsr352.jbatch
- cd standards.jsr352.jbatch
- mvn clean install
- cd ..
- rm -rf standards.jsr352.jbatch
script: mvn install
branches:
only:
- master
| language: java
install:
- git clone https://github.com/WASdev/standards.jsr352.jbatch
- cd standards.jsr352.jbatch
- mvn clean install
- cd ..
- rm -rf standards.jsr352.jbatch
script: mvn install
branches:
only:
- master
| Test push for Travis (Delete unnecessary mkdir) | Test push for Travis (Delete unnecessary mkdir)
| YAML | apache-2.0 | WASdev/standards.jsr352.tck,sidgoyal/standards.jsr352.tck,goldenryan/standards.jsr352.tck |
a3e5f18fe734433578aba41fbf819f3696c21463 | .travis.yml | .travis.yml | language: node_js
cache: yarn
node_js:
- node
- "10"
- "8"
- "6"
git:
depth: 5
| language: node_js
cache: yarn
node_js:
- node
- "10"
- "8"
- "6"
git:
depth: 5
install:
- YARN_IGNORE_ENGINES=true yarn
| Fix Node 6 on Travis CI | Fix Node 6 on Travis CI
| YAML | mit | bezoerb/postcss,Semigradsky/postcss,jonathantneal/postcss,postcss/postcss,postcss/postcss |
61b60badb83f1868bedb24dc6d9eaba95c639872 | .travis.yml | .travis.yml | language: python
env:
- RASTERIO_VERSION=2.6
python:
- "2.7"
- "3.4"
cache:
directories:
- $HOME/.pip-cache/
- $HOME/wheelhouse
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update -qq
- sudo apt-get install -y libgdal1h gdal-bin
- curl -L https://github.com/mapbo... | language: python
env:
- RASTERIO_VERSION="0.26.0"
python:
- "2.7"
- "3.4"
cache:
directories:
- $HOME/.pip-cache/
- $HOME/wheelhouse
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update -qq
- sudo apt-get install -y libgdal1h gdal-bin
- curl -L https://github.com/... | Use proper release tag 0.26.0 | Use proper release tag 0.26.0
| YAML | mit | sgillies/rio-plugin-example |
5f0d3f5de300da291b850701ca8c20c42fed43bb | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
install: ./setup.py install
script: ./setup.py test
| language: python
python:
- "2.7"
install: ./setup.py install
script: ./setup.py test
| Drop python 2.6 compatability, it is too hard. | Drop python 2.6 compatability, it is too hard.
| YAML | unlicense | squirly/eece411-kvclient |
c22053060bb4f109737a25541f5bf9cf5d70ee62 | .travis.yml | .travis.yml | language: node_js
sudo: false
node_js:
- '8'
- '7'
- '6'
- '4'
- '4.2'
env:
- MAIN_RUN=true
- MAIN_RUN=false && REACT_VERSION=0.14
- MAIN_RUN=false && REACT_VERSION=15.0
before_install:
- npm install -g npm@2
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- if [[ $MAIN_RUN ... | language: node_js
sudo: false
node_js:
- '10'
- '8'
- '7'
- '6'
- '4'
- '4.2'
env:
- MAIN_RUN=true
- MAIN_RUN=false && REACT_VERSION=0.14
- MAIN_RUN=false && REACT_VERSION=15.0
before_install:
- npm install -g npm@2
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- if [[ $... | Add node 10 to test matrix | Add node 10 to test matrix
| YAML | mit | brigade/react-waypoint,brigade/react-waypoint |
68826b40558ab2d9cde185f3a78b3a003574dfa6 | .travis.yml | .travis.yml | language: python
python:
- 3.5
- 3.6
install: pip install tox
# http://stackoverflow.com/a/42309035
script:
- tox -e $(echo py${TRAVIS_PYTHON_VERSION} | tr -d . | sed -e 's/pypypy/pypy/')
- tox -e lint
after_failure: cat .tox/log/tox-*.log
| language: python
python:
- 3.5
- 3.6
- 3.7
install: pip install tox
# http://stackoverflow.com/a/42309035
script:
- tox -e $(echo py${TRAVIS_PYTHON_VERSION} | tr -d . | sed -e 's/pypypy/pypy/')
- tox -e lint
after_failure: cat .tox/log/tox-*.log
| Add Python 3.7 to Travis | Add Python 3.7 to Travis
| YAML | mit | n8henrie/pycookiecheat |
6d425f8b474fb749b3aa08a0db155ecf3c02e9c8 | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 2.3.0
- jruby
services:
- redis-server
before_install:
- gem install bundler | language: ruby
rvm:
- 2.0
- 2.1
- 2.2
- 2.3.0
- jruby
services:
- redis-server
before_install:
- gem install bundler | Remove support for ruby 1.9.3 | Remove support for ruby 1.9.3
| YAML | mit | gabynaiman/eternity |
64fc00a5be4a908fefd9092ec9ca8c2a578fc483 | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"
env:
-
- RACK_VERSION=1.1.0
- RACK_VERSION=1.2.0
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
- RAILS_VERSION=3.2.0
- RAILS_VERSION=4... | language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4.0
install:
- "gem install bundler"
- "bundle install --jobs=3 --retry=3"
env:
-
- RACK_VERSION=1.1.0
- RACK_VERSION=1.2.0
- RACK_VERSION=1.3.0
- RACK_VERSION=1.4.0
- RACK_VERSION=1.5.0
- RACK_VERSION=1.6.0
- RAILS_VERSION=3.2.0
- RAILS_VERSION... | Set RVM Ruby 2.4.0 instead of 2.4 | Set RVM Ruby 2.4.0 instead of 2.4
| YAML | mit | dtaniwaki/rack-dev-mark |
db2bdfd5baad19914d0d5d78eacbaa7d49b9ce57 | .travis.yml | .travis.yml | language: android
jdk: oraclejdk7
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-android-m2repository
| language: android
jdk: oraclejdk7
android:
components:
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-android-m2repository
script:
# The project currently contains no android tests.
# By default Travis-ci executes './gradlew build connectedCheck' which checks for c... | Make ./gradlew build the default building command | Make ./gradlew build the default building command
| YAML | mit | pchrysa/Memento-Calendar,pchrysa/Memento-Calendar,pchrysa/Memento-Calendar |
c21c13cbae1aa4916b1474bab6c577f21ad28d56 | .travis.yml | .travis.yml | language: php
sudo: false
php:
- 5.6
- 7.0
- 7.1
- hhvm
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer selfupdate
install:
- composer install
before_script:
- mkdir -p build/logs
script:
- vendor/bin/phpunit --coverage-clover=clover.xml
after... | language: php
sudo: false
dist: trusty
php:
- 5.6
- 7.0
- 7.1
- hhvm
cache:
directories:
- $HOME/.composer/cache
before_install:
- composer selfupdate
install:
- composer install
before_script:
- mkdir -p build/logs
script:
- vendor/bin/phpunit --coverage-clover=clover.... | Use trusty distributive to fix hhvm builds | Use trusty distributive to fix hhvm builds
| YAML | mit | v-matsuk/time-overlap-calculator |
e65b846a3334e4d883b81b886d8e139a88ec5571 | .travis.yml | .travis.yml | language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
script:
- cp configuration.properties-sample configuration.properties
- mvn
| language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
before_install: cp configuration.properties-sample configuration.properties
script: mvn
| Create `configuration.properties' before everything else. | Create `configuration.properties' before everything else.
| YAML | apache-2.0 | mbezjak/vhdllab,mbezjak/vhdllab,mbezjak/vhdllab |
c1c2c6b1fef7bc0764b5e28fadbb6f36f0ef9a7e | .travis.yml | .travis.yml | language: objective-c
os: osx
osx_image: xcode11.1
env:
- TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
before_install:
- wget http://travisci.rubymotion.com/ -O RubyMotion-TravisCI.pkg
- sudo installer -pkg RubyMotion-TravisCI.pkg -target /
- cp -r /usr/lib/swif... | os: osx
osx_image: xcode11.1
env:
global:
- RUBYMOTION_LICENSE=1dcac45cc434293009f74b33037bdf7361a3a1ff # Official license key for open-source projects
- TMP_DIR=./tmp # For motion repo, so it doesn't attempt to use /tmp, to which it has no access
before_install:
- wget http://travisci.rubymotion.com/ -O R... | Add the open source RubyMotion license | Add the open source RubyMotion license
| YAML | mit | infinitered/cdq |
3af14b448506ad920608fd607e54dcf85516a5d3 | .travis.yml | .travis.yml | language: go
before_install:
- export FILE=go_appengine_sdk_linux_amd64-1.9.40.zip
- curl -O https://storage.googleapis.com/appengine-sdks/featured/$FILE
- unzip -q $FILE
- export PATH=$PATH:./go_appengine/
- goapp get golang.org/x/tools/cmd/cover
- goapp get github.com/mattn/goveralls
- goapp get github... | language: go
before_install:
- export FILE=go_appengine_sdk_linux_amd64-1.9.40.zip
- curl -O https://storage.googleapis.com/appengine-sdks/featured/$FILE
- unzip -q $FILE
- export PATH=$PATH:./go_appengine/
- goapp get golang.org/x/tools/cmd/cover
- goapp get github.com/mattn/goveralls
- goapp get github... | Fix run runtest script on Travis CI | Fix run runtest script on Travis CI
| YAML | apache-2.0 | nowsprinting/ChouseisanReminder,nowsprinting/ChouseisanReminder |
3ffa0f90dbf6c26918524be397844136c3f994d2 | .travis.yml | .travis.yml | sudo: false
language: ruby
cache: bundler
rvm:
- 2.2.4
- 2.3.3
env:
- DB=sqlite3
- DB=mysql
- DB=postgresql
before_install: gem install bundler -v 1.13.3
| sudo: false
language: ruby
cache: bundler
services:
- mongodb
rvm:
- 2.2.4
- 2.3.3
env:
- DB=sqlite3
- DB=mysql
- DB=postgresql
before_install: gem install bundler -v 1.13.3
| Add mongodb service to CI | Add mongodb service to CI
| YAML | mit | ebeigarts/database_flusher,ebeigarts/database_flusher |
7f5a5fb113d45d0b647712c3f751d1d6ea9860f9 | .travis.yml | .travis.yml | # vim: set tabstop=2 shiftwidth=2 expandtab:
language: php
php:
- 5.4
- 5.6
- 7.0
sudo: false
cache:
directories:
- $HOME/composer/.cache
install:
- composer install --prefer-dist --no-interaction
before_script: phpenv config-add travis/etc/php-mongo.ini
script:
- vendor/bin/phpunit
| # vim: set tabstop=2 shiftwidth=2 expandtab:
language: php
php:
- 5.4
- 5.6
sudo: false
cache:
directories:
- $HOME/composer/.cache
install:
- composer install --prefer-dist --no-interaction
before_script: phpenv config-add travis/etc/php-mongo.ini
script:
- vendor/bin/phpunit
| Revert "Add support for PHP 7.0" | Revert "Add support for PHP 7.0"
This reverts commit 9ec4abc466e7c3f469383a2ddf0017a75e1b90d6.
| YAML | mit | onebip/onebip-clock |
6c2154da01d5207f8e68516e243da2b0a4387749 | .travis.yml | .travis.yml | language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
matrix:
fast_finish: true
include:
- php: 5.4
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMF... | language: php
php:
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- nightly
matrix:
fast_finish: true
include:
- php: 5.4
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*
- php: 5.6
... | Add PHP nightly to Travis configuration | Add PHP nightly to Travis configuration
| YAML | mit | jdecool/TwigConstantAccessorBundle |
150a12732b737d49bef48772445394efe3488d3b | .travis.yml | .travis.yml | language: node_js
node_js:
- 6
- 7
- 8
- 9
- 10
script:
- npm test
notifications:
email: false
| language: node_js
node_js:
- 6
- 8
- 9
- 10
script:
- npm test
notifications:
email: false
| Drop Node 7 for Travis | Drop Node 7 for Travis
| YAML | mit | guyonroche/exceljs,guyonroche/exceljs |
58f2762f002984e40fdc4f5032747803048f1c7d | .travis.yml | .travis.yml | language: rust
script: bash ./bin/test
sudo: false
rust:
- stable
- beta
- nightly
cache:
directories:
- $HOME/.cargo
addons:
apt:
packages:
- llvm-3.9-dev
- libcfitsio3-dev
- pkg-config
# XXX this does not work at the moment
# after_success: |
# sudo apt-get install libcurl4-o... | language: rust
install: |
rustup component add clippy
script: |
bash ./bin/test
sudo: false
rust:
- stable
- beta
- nightly
cache:
directories:
- $HOME/.cargo
addons:
apt:
packages:
- llvm-3.9-dev
- libcfitsio3-dev
- pkg-config
# XXX this does not work at the moment
# after_s... | Install clippy before running tests | Install clippy before running tests
| YAML | apache-2.0 | mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-fitsio,mindriot101/rust-cfitsio,mindriot101/rust-fitsio,mindriot101/rust-cfitsio |
293a791a726dce75aec9d31ead108434f334a4fb | .travis.yml | .travis.yml | sudo: required
dist: trusty
addons:
apt:
packages:
- docker-ce
services:
- docker
notifications:
email:
on_success: change
on_failure: change
before_install:
- docker build -t rcaelers/esp32-loopp docker
script:
- docker run --tty --rm -v "$TRAVIS_BUILD_DIR:/esp32/project" rcaelers/esp... | sudo: required
dist: trusty
addons:
apt:
packages:
- docker-ce
services:
- docker
notifications:
email:
on_success: change
on_failure: change
before_install:
- docker build -t rcaelers/esp32-loopp docker
script:
- docker run --tty --rm -v "$TRAVIS_BUILD_DIR:/esp32/project" rcaelers/esp... | Use ESP-IDF 3.2 in Travis build | Use ESP-IDF 3.2 in Travis build
Signed-off-by: Rob Caelers <3af403030f0678adda0645888f405305e69409fe@gmail.com>
| YAML | mit | rcaelers/esp32-beacon-scanner,rcaelers/esp32-beacon-scanner,rcaelers/esp32-beacon-scanner,rcaelers/esp32-beacon-scanner,rcaelers/esp32-beacon-scanner |
39babf62b179c9dfd5e3c73e3f9dada3bd726000 | .travis.yml | .travis.yml | language: java
jdk:
- oraclejdk8
- openjdk7
sudo: false
cache:
directories:
- $HOME/.gradle
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- "export DISPLAY=:99.0"
deploy:
... | language: java
jdk:
- oraclejdk8
- openjdk7
sudo: false
cache:
directories:
- $HOME/.gradle
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16"
- "export DISPLAY=:99.0"
deploy:
... | Deploy from the JDK8 build only | Deploy from the JDK8 build only | YAML | apache-2.0 | eddyson-de/tapestry-react,eddyson-de/tapestry-react |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.