commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
dd901c01c45dfb7556109bf6995da11696c8ea37
openshift/zac.svc.yaml
openshift/zac.svc.yaml
apiVersion: v1 kind: Service metadata: name: zac spec: ports: - name: web port: 8080 protocol: TCP targetPort: 8080 selector: name: zac sessionAffinity: None type: ClusterIP
apiVersion: v1 kind: Service metadata: name: zac annotations: prometheus.io/scrape: "true" spec: ports: - name: web port: 8080 protocol: TCP targetPort: 8080 selector: name: zac sessionAffinity: None type: ClusterIP
Add scrape annotation on service
Add scrape annotation on service
YAML
apache-2.0
barkbay/zac
59af0bb9b5be79f4235795ffc5efccc1ee1c7338
packages/hg/HGE2D.yaml
packages/hg/HGE2D.yaml
homepage: https://github.com/I3ck/HGE2D changelog-type: '' hash: a89a44605b5bb1523e2ef371316af52a492091074d5ea65fd517c68e5e33868c test-bench-deps: {} maintainer: Martin Buck <buckmartin@buckmartin.de> synopsis: 2D game engine written in Haskell changelog: '' basic-deps: OpenGL: ! '>=3.0 && <3.1' GLUT: ! '>=2.7 && <...
homepage: https://github.com/I3ck/HGE2D changelog-type: '' hash: ce8889a61b661cf8920cb80ac74012fbf20766f53d49d2f24487bfb4fd1e90dc test-bench-deps: {} maintainer: Martin Buck <buckmartin@buckmartin.de> synopsis: 2D game engine written in Haskell changelog: '' basic-deps: OpenGL: ! '>=3.0 && <3.1' GLUT: ! '>=2.7 && <...
Update from Hackage at 2016-07-24T11:46:33+0000
Update from Hackage at 2016-07-24T11:46:33+0000
YAML
mit
commercialhaskell/all-cabal-metadata
0d9ac76556381fb725def165c59adbf248b3de52
app/config/app.yml
app/config/app.yml
COMMON: &common SECRET_KEY: insecure SECURITY_POST_LOGIN_VIEW: '/profile' SQLALCHEMY_DATABASE_URI: postgresql://postgres:password@192.168.0.10:5432/flask_social_example_development ADMIN_CREDENTIALS: 'admin,password' SECURITY_TRACKABLE: True SOCIAL_CONNECT_ALLOW_VIEW: '/profile' DEVELOPMENT: &development ...
COMMON: &common SECRET_KEY: insecure SECURITY_POST_LOGIN_VIEW: '/profile' SQLALCHEMY_DATABASE_URI: postgresql://postgres:password@192.168.0.10:5432/flask_social_example_development ADMIN_CREDENTIALS: 'admin,password' SECURITY_TRACKABLE: True SOCIAL_CONNECT_ALLOW_VIEW: '/profile' SOCIAL_TWITTER: cons...
Fix config to work as previously
Fix config to work as previously
YAML
mit
mattupstate/flask-social-example,mattupstate/flask-social-example,talizon/flask-social-example,rmelly/flask-social-example,talizon/flask-social-example,mattupstate/flask-social-example,rmelly/flask-social-example,rmelly/flask-social-example,talizon/flask-social-example
616243ae9094c55857612477f84ee0a9c5ee6ffc
compose/nginx/docker-compose.yml
compose/nginx/docker-compose.yml
# # Source code address # https://hub.docker.com/u/cuongtransc/ # # Syntax: https://docs.docker.com/compose/compose-file/ # version: "2" services: nginx: image: cuongtransc/nginx:1.10.3 ports: - "80:80" - "443:443" networks: - nginx-back volumes:...
# # Source code address # https://hub.docker.com/u/cuongtransc/ # # Syntax: https://docs.docker.com/compose/compose-file/ # version: "2" services: nginx: image: cuongtransc/nginx:1.10.3 ports: - "80:80" - "443:443" networks: - nginx-back volumes:...
Update nginx: disable auto restart
Update nginx: disable auto restart
YAML
mit
tranhuucuong91/docker-training,tranhuucuong91/docker-training,tranhuucuong91/docker-training
7a427a972af5c48ca50ef5f5b8f21d03bf5dc57c
.github/workflows/renovate-go-mod-fix.yaml
.github/workflows/renovate-go-mod-fix.yaml
# # DO NOT EDIT THIS FILE # # It is automatically copied from https://github.com/pion/.goassets repository. # If this repository should have package specific CI config, # remove the repository name from .goassets/.github/workflows/assets-sync.yml. # # If you want to update the shared CI config, send a PR to # https://g...
# # DO NOT EDIT THIS FILE # # It is automatically copied from https://github.com/pion/.goassets repository. # If this repository should have package specific CI config, # remove the repository name from .goassets/.github/workflows/assets-sync.yml. # # If you want to update the shared CI config, send a PR to # https://g...
Update CI configs to v0.4.6
Update CI configs to v0.4.6 Update lint scripts and CI configs.
YAML
mit
pion/sctp
aab48da421c64297d6f2f125d34834c51d90781f
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: push: branches: - master - develop jobs: build: name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v1 - name: Build run: cargo bui...
name: build on: push: branches: - master - develop jobs: build: name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v1 - name: Build run: cargo bui...
Add pkg-config to github action.
Add pkg-config to github action.
YAML
mit
redox-os/orbtk
489ded470f1ddfdb35e4b00fcb7c5b5f4192d1ee
.github/workflows/build.yml
.github/workflows/build.yml
on: push: branches: - osagnostic tags: - '*' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, macos-10.15] include: - os: macos-10.15 - os: macos-latest steps: - uses: actions/checkout@v2 with: re...
on: push: branches: - osagnostic tags: - '*' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [macos-latest, macos-10.15] include: - os: macos-10.15 - os: macos-latest steps: - uses: actions/checkout@v2 with: re...
Check if WAIL is running before taking screenshots
Check if WAIL is running before taking screenshots
YAML
mit
machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail
8f0ebdfd838654ed69540744aa6b0a13d35164e8
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: macos_latest: name: macos_latest uses: bazelbuild/tulsi/.github/workflows/macos.yml@master with: bazel: latest name: macos_latest macos_last_green: name: macos_last_green uses: bazelbuil...
name: build on: push: branches: [ master ] pull_request: branches: [ master ] jobs: macos_latest: name: macos_latest uses: bazelbuild/tulsi/.github/workflows/macos.yml@master with: bazel: latest name: macos_latest macos_last_green: name: macos_last_green uses: bazelbuil...
Use rolling release for `macos_latest_head_deps`
Use rolling release for `macos_latest_head_deps` There's a change in Bazel rolling that is required for this: https://github.com/bazelbuild/bazel/blob/4858cbfa37d5ed96fb282280819a3577064eb51d/src/main/java/com/google/devtools/build/lib/rules/config/ConfigGlobalLibrary.java#L123-L126 Otherwise the build would fail wi...
YAML
apache-2.0
bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi
5dd5cd376b995cc8891c95ffee74c904eac16481
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: push: branches: main pull_request: branches: main jobs: haskell: strategy: fail-fast: false matrix: include: - { os: ubuntu-latest } runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v12...
name: build on: push: branches: main pull_request: branches: main jobs: haskell: strategy: fail-fast: false matrix: include: - { os: ubuntu-latest } runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: cachix/install-nix-action@v15...
Update github actions to support flakes
Update github actions to support flakes
YAML
mpl-2.0
brendanhay/text-manipulate
57adea240dda62f05697344923cfba30a5902999
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Java CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: name: Test on JDK ${{ matrix.java }} runs-on: ubuntu-latest strategy: matrix: java: [8, 11] steps: - uses: actions/checkout@v2 - name: Set up JDK uses: actions/setup-j...
name: Java CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: name: Test on JDK ${{ matrix.java }} runs-on: ubuntu-latest strategy: matrix: java: [8, 11] steps: - uses: actions/checkout@v2 - name: Set up JDK uses: actions/setup-j...
Add integration tests to action
Add integration tests to action
YAML
apache-2.0
nla/tinycdxserver,nla/outbackcdx,nla/tinycdxserver,nla/outbackcdx,nla/tinycdxserver,nla/outbackcdx,nla/tinycdxserver,nla/outbackcdx
3ddc752bf87d075b3832babbc947e3b6924c98eb
.github/workflows/maven.yml
.github/workflows/maven.yml
--- name: Java CI with Maven on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java: [17, 18] fail-fast: false max-parallel: 4 name: Test JDK ${{ matr...
--- name: Java CI with Maven on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java: [17, 19] fail-fast: false max-parallel: 4 name: Test JDK ${{ matr...
Build with Java 17 & 19
Build with Java 17 & 19
YAML
epl-1.0
eckig/graph-editor
76cb8e7a2fe33fa59966f8c9b9ae65bbe85f445a
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [6.x, 8.x, 10.x, 12.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-no...
name: Tests on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: acti...
Add node 14 and node 16 to test matrix
Add node 14 and node 16 to test matrix
YAML
bsd-2-clause
mwilliamson/mammoth.js,mwilliamson/mammoth.js
c2a717c7b10b7f1ae91b549f07c7c6d232d2f753
.github/workflows/tests.yml
.github/workflows/tests.yml
--- name: Tests on: pull_request: branches: - main push: branches: - main jobs: build: name: Tests with Ruby ${{ matrix.ruby }} runs-on: "ubuntu-latest" strategy: fail-fast: false matrix: ruby: ["2.7.x", "2.6.x", "2.5.x"] steps: - uses: actions/check...
--- name: Tests on: pull_request: branches: - main push: branches: - main jobs: build: name: Tests with Ruby ${{ matrix.ruby }} runs-on: "ubuntu-latest" strategy: fail-fast: false matrix: ruby: ["2.7.x", "2.6.x", "2.5.x", "3.0.x", "3.1.x"] steps: - u...
Add more ruby versions to test matrix.
Add more ruby versions to test matrix.
YAML
mit
fnando/aitch
b6f9714c3a9355e4426caa58a0690133e546dd62
.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 env: working-directory: ./python strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set ...
name: Python package on: push: branches: [ master ] pull_request: branches: [ master ] defaults: run: working-directory: ./python jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - nam...
Fix python working-directory in Github workflow.
Fix python working-directory in Github workflow.
YAML
apache-2.0
BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC,BYVoid/OpenCC
b110292199089f16b266cf302b1997dced8fae6a
metadata/de.moekadu.metronome.yml
metadata/de.moekadu.metronome.yml
Categories: - Science & Education License: GPL-3.0-or-later SourceCode: https://github.com/thetwom/toc2 IssueTracker: https://github.com/thetwom/toc2/issues AutoName: Metronome RepoType: git Repo: https://github.com/thetwom/toc2 Builds: - versionName: 1.4.0 versionCode: 11 commit: v1.4.0 subdir: app ...
Categories: - Science & Education License: GPL-3.0-or-later SourceCode: https://github.com/thetwom/toc2 IssueTracker: https://github.com/thetwom/toc2/issues AutoName: Metronome RepoType: git Repo: https://github.com/thetwom/toc2 Builds: - versionName: 1.4.0 versionCode: 11 commit: v1.4.0 subdir: app ...
Update Metronome to 1.6.0 (14)
Update Metronome to 1.6.0 (14)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
2a90386524fa5f33da2fd3dd0e2733bf5efb2aa2
metadata/net.dcnnt.yml
metadata/net.dcnnt.yml
Categories: - Connectivity - System License: MIT AuthorName: cyanomiko SourceCode: https://github.com/cyanomiko/dcnnt-android IssueTracker: https://github.com/cyanomiko/dcnnt-android/issues AutoName: Device Connect RepoType: git Repo: https://github.com/cyanomiko/dcnnt-android Builds: - versionName: 0.3.7 ...
Categories: - Connectivity - System License: MIT AuthorName: cyanomiko SourceCode: https://github.com/cyanomiko/dcnnt-android IssueTracker: https://github.com/cyanomiko/dcnnt-android/issues AutoName: Device Connect RepoType: git Repo: https://github.com/cyanomiko/dcnnt-android Builds: - versionName: 0.3.7 ...
Update Device Connect to 0.4.0 (14)
Update Device Connect to 0.4.0 (14)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e296ccef23da3e9abe325a1d7b65b63fb207c119
metadata/com.gianlu.pretendyourexyzzy.yml
metadata/com.gianlu.pretendyourexyzzy.yml
AntiFeatures: - NonFreeNet Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/devgianlu/PretendYoureXyzzyAndroid IssueTracker: https://github.com/devgianlu/PretendYoureXyzzyAndroid/issues Changelog: https://github.com/devgianlu/PretendYoureXyzzyAndroid/releases RepoType: git Repo: https://git...
AntiFeatures: - NonFreeNet Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/devgianlu/PretendYoureXyzzyAndroid IssueTracker: https://github.com/devgianlu/PretendYoureXyzzyAndroid/issues Changelog: https://github.com/devgianlu/PretendYoureXyzzyAndroid/releases AutoName: Pretend You're Xyzzy ...
Update Pretend You're Xyzzy to 2.6.10 (63)
Update Pretend You're Xyzzy to 2.6.10 (63)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
a21d0b47646b680ec37b130f99dc4ae772457b7a
metadata/me.hackerchick.raisetoanswer.yml
metadata/me.hackerchick.raisetoanswer.yml
Categories: - Phone & SMS License: MIT SourceCode: https://github.com/TheLastProject/RaiseToAnswer IssueTracker: https://github.com/TheLastProject/RaiseToAnswer/issues AutoName: Raise To Answer RepoType: git Repo: https://github.com/TheLastProject/RaiseToAnswer.git Builds: - versionName: 1.3.4 versionCode: 9...
Categories: - Phone & SMS License: MIT SourceCode: https://github.com/TheLastProject/RaiseToAnswer IssueTracker: https://github.com/TheLastProject/RaiseToAnswer/issues AutoName: Raise To Answer RepoType: git Repo: https://github.com/TheLastProject/RaiseToAnswer.git Builds: - versionName: 1.3.4 versionCode: 9...
Update Raise To Answer to 1.3.5 (10)
Update Raise To Answer to 1.3.5 (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
65f53a80c785e719baca69fcbfa3e2b1b521d89b
data/hostname/worker17.softwareheritage.org.yaml
data/hostname/worker17.softwareheritage.org.yaml
swh::deploy::worker::instances: - loader_oneshot - loader_git swh::deploy::worker::loader_oneshot::concurrency: 10 swh::deploy::worker::loader_oneshot::max_tasks_per_child: 1 swh::deploy::worker::loader_oneshot::task_queues: # loader-git - swh.loader.git.tasks.UpdateGitRepository - oneshot:swh.loader.git.tas...
swh::deploy::worker::instances: - loader_oneshot - loader_git swh::deploy::worker::loader_oneshot::concurrency: 5 swh::deploy::worker::loader_oneshot::max_tasks_per_child: 1 swh::deploy::worker::loader_oneshot::task_queues: # loader-git - swh.loader.git.tasks.UpdateGitRepository - oneshot:swh.loader.git.task...
Align with worker18 hardware specification
worker17: Align with worker18 hardware specification
YAML
apache-2.0
SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site
f774c7cc620c5cffb5b2a48db5be54f2dffdd854
metadata/jl.musicalnotes.yml
metadata/jl.musicalnotes.yml
Categories: - Science & Education License: GPL-3.0-only SourceCode: https://codeberg.org/jonas-l/musical-notes-android IssueTracker: https://codeberg.org/jonas-l/musical-notes-android/issues AutoName: Notes RepoType: git Repo: https://codeberg.org/jonas-l/musical-notes-android.git Builds: - versionName: '1.1' ...
Categories: - Science & Education License: GPL-3.0-only SourceCode: https://codeberg.org/jonas-l/musical-notes-android IssueTracker: https://codeberg.org/jonas-l/musical-notes-android/issues AutoName: Notes RepoType: git Repo: https://codeberg.org/jonas-l/musical-notes-android.git Builds: - versionName: '1.1' ...
Update Notes to 1.2 (3)
Update Notes to 1.2 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
391af79fb060f150ba2748fc37872f245a692c19
metadata/org.pgnapps.pk2.yml
metadata/org.pgnapps.pk2.yml
Categories: - Games License: MIT SourceCode: https://github.com/danilolc/pk2 IssueTracker: https://github.com/danilolc/pk2/issues Changelog: https://github.com/danilolc/pk2/tags AutoName: Pekka Kana 2 RepoType: git Repo: https://github.com/danilolc/pk2.git Builds: - versionName: 1.4.2 versionCode: 1026 c...
Categories: - Games License: MIT SourceCode: https://github.com/danilolc/pk2 IssueTracker: https://github.com/danilolc/pk2/issues Changelog: https://github.com/danilolc/pk2/tags AutoName: Pekka Kana 2 RepoType: git Repo: https://github.com/danilolc/pk2.git Builds: - versionName: 1.4.2 versionCode: 1026 c...
Update Pekka Kana 2 to 1.4.3 (1027)
Update Pekka Kana 2 to 1.4.3 (1027)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
5ba656b43de02f3c727a207c8924b4d1ef47dff8
config/elasticsearch.yml
config/elasticsearch.yml
cluster.name: "pubmed" medline: host: "localhost" port: 9300 bulk: size: 1000 threads: 4 parsing: threads: 3
cluster.name: "pubmed" pubmed: host: "localhost" port: 9300 bulk: size: 1000 threads: 4 parsing: threads: 3
Update sample config file to reflect change in setting names
Update sample config file to reflect change in setting names
YAML
apache-2.0
imotov/pubmed-loader,imotov/pubmed-loader
40ba7b332d9bbe17819260b87c7fb54a8a8d6f6d
modules/deploy/27-couchdb-svc.yml
modules/deploy/27-couchdb-svc.yml
apiVersion: v1 kind: Service metadata: name: couchdb-lb labels: app: couchdb project: gpii environment: production spec: selector: app: couchdb project: gpii environment: production ports: - name: data port: 5984 - name: admin port: 5986
apiVersion: v1 kind: Service metadata: name: couchdb labels: app: couchdb project: gpii environment: production spec: selector: app: couchdb project: gpii environment: production ports: - name: data port: 5984 - name: admin port: 5986
Fix incorrect name of the service
Fix incorrect name of the service
YAML
bsd-3-clause
mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform
e3c6407dfbce6a9305109d89d69b796b779b452e
packages/gh/ghc-compact.yaml
packages/gh/ghc-compact.yaml
homepage: '' changelog-type: '' hash: 996e8395da7b7d8c4972083e6ee814a1a48aaac3c652f0314bef222d3b225e7f test-bench-deps: {} maintainer: libraries@haskell.org synopsis: In memory storage of deeply evaluated data structure changelog: '' basic-deps: bytestring: ! '>=0.10.6.0 && <0.11' base: ! '>=4.9.0 && <4.11' ghc-p...
homepage: '' changelog-type: '' hash: 53f9beb2f37e4fdaae3e23e7ce755773b539666beba0dfbfbc63d312ca748cbb test-bench-deps: {} maintainer: libraries@haskell.org synopsis: In memory storage of deeply evaluated data structure changelog: '' basic-deps: bytestring: ! '>=0.10.6.0 && <0.11' base: ! '>=4.9.0 && <4.11' ghc-p...
Update from Hackage at 2017-11-21T23:22:05Z
Update from Hackage at 2017-11-21T23:22:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
eaefc3424921907ab688ad701256336088219f18
packages/la/lambda-cube.yaml
packages/la/lambda-cube.yaml
homepage: https://github.com/Ailrun/LambdaCube#readme changelog-type: '' hash: 2b3e9fa85897d04529c010efd24ee36e5d4916a14e304eb8bf078efb2673ce83 test-bench-deps: base: -any hspec: -any lambda-cube: -any QuickCheck: -any maintainer: jjc9310@gmail.com synopsis: Haskell implementation of (some of) lambda cube calcu...
homepage: https://github.com/Ailrun/lambda-cube#readme changelog-type: '' hash: c041f1cf761b50c6f1c30d38ef6334f0d84dacd2a67189095ffa839724718a79 test-bench-deps: base: -any hspec: -any lambda-cube: -any QuickCheck: -any maintainer: jjc9310@gmail.com synopsis: Haskell implementation of (some of) lambda cube calc...
Update from Hackage at 2021-08-21T09:37:31Z
Update from Hackage at 2021-08-21T09:37:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
55a7fea47cb5f7cd55ac4226d0e6251441489983
msmbuilder/meta.yaml
msmbuilder/meta.yaml
package: name: msmbuilder version: !!str 3.0.0 source: git_url: https://github.com/msmbuilder/msmbuilder.git git_tag: v3.0.0 build: preserve_egg_dir: True number: 0 entry_points: - msmb = msmbuilder.scripts.msmb:main requirements: build: - python - setuptools - cython - numpy...
package: name: msmbuilder version: !!str 3.1.0 source: fn: msmbuilder-3.1.0.tar.gz url: https://pypi.python.org/packages/source/m/msmbuilder/msmbuilder-3.1.0.tar.gz#md5=b27a0bac0735427bc9ceea7df4e6d10d md5: b27a0bac0735427bc9ceea7df4e6d10d build: preserve_egg_dir: True number: 0 entry_points: ...
Update msmbuilder recipe to latest version
Update msmbuilder recipe to latest version Former-commit-id: 728bd2ff8d2e856d991b578f78bb37ef8c34341e
YAML
mit
marscher/omnia-conda-recipes,peastman/conda-recipes,mpharrigan/conda-recipes,rmcgibbo/conda-recipes,jchodera/conda-recipes,rmcgibbo/conda-recipes,mpharrigan/conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,marscher/omnia-conda-recipes,rmcgibbo/conda-recipes,mpharrigan/conda-recipes,cwehmeyer/conda-reci...
09a6d257f822249a95e3f6f2c46e5cea45578be4
playbooks/base-test/pre.yaml
playbooks/base-test/pre.yaml
- hosts: localhost roles: - role: test-emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all pre_tasks: # NOTE(pabelanger): Until we hit the validate-host role, we have a minimal # set of ansible variables collected by zuul-executor. This doesn't include # network variables (...
- hosts: localhost roles: - role: emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all pre_tasks: # NOTE(pabelanger): Until we hit the validate-host role, we have a minimal # set of ansible variables collected by zuul-executor. This doesn't include # network variables (ansib...
Revert "base-test: Validate test-emit-job-header work"
Revert "base-test: Validate test-emit-job-header work" This is no longer needed, testing is finished. This reverts commit a5838b79645257bb4a6d474f263252d5b010e33b. Change-Id: Iaeed75dc89add4133c9e4dc0eebc94a87673aea7 Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
1fbb6d41ba00c5535499c2dbf16db2313f776a74
.lgtm.yml
.lgtm.yml
queries: - exclude: cpp/integer-multiplication-cast-to-long - exclude: cpp/missing-header-guard - exclude: cpp/short-global-name - exclude: cpp/tainted-format-string - exclude: cpp/toctou-race-condition
path_classifiers: test: - exclude: locale queries: - exclude: cpp/integer-multiplication-cast-to-long - exclude: cpp/missing-header-guard - exclude: cpp/short-global-name - exclude: cpp/tainted-format-string - exclude: cpp/toctou-race-condition - exclude: cpp/cleartext-transmission
Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file (which contains the pattern for a PIN, *not* any password info...)
Disable bogus "cleartext password" error for "JobPassword" keyword in PPD file (which contains the pattern for a PIN, *not* any password info...) Also silence any testing in the "locale" directory.
YAML
apache-2.0
OpenPrinting/cups,OpenPrinting/cups,OpenPrinting/cups,OpenPrinting/cups
f7d9d01be08719708f26361e2c3386f54f66fc36
environment.yml
environment.yml
name: cocoscore channels: - defaults - conda-forge dependencies: - fasttext=0.1.0 - xgboost=0.6a2 - nltk=3.2.4 - numpy=1.13.3 - pandas=0.20.3 - python=3.6.1 - scikit-learn=0.19.1 - scipy=0.19.1 - pip: - gensim==3.0.1
name: cocoscore channels: - defaults - conda-forge dependencies: - fasttext=0.1.0 - xgboost=0.6a2 - matplotlib=2.1.0 - nltk=3.2.4 - numpy=1.13.3 - pandas=0.20.3 - python=3.6.1 - scikit-learn=0.19.1 - scipy=0.19.1 - seaborn=0.8.0 - pip: - gensim==3.0.1
Add matplotlib and seaborn as dependencies
Add matplotlib and seaborn as dependencies
YAML
mit
JungeAlexander/cocoscore
8ec350e2fd28a9960fa65ac2b2e601ff32c14306
staging/elasticsearch/es-rc.yaml
staging/elasticsearch/es-rc.yaml
apiVersion: v1 kind: ReplicationController metadata: name: es labels: component: elasticsearch spec: replicas: 1 template: metadata: labels: component: elasticsearch spec: serviceAccount: elasticsearch containers: - name: es securityContext: capabili...
apiVersion: v1 kind: ReplicationController metadata: name: es labels: component: elasticsearch spec: replicas: 1 template: metadata: labels: component: elasticsearch spec: serviceAccount: elasticsearch initContainers: - name: init-sysctl image: busybox ...
Add initContainers & ES_JAVA_OPTS to enable 5.5.1
Add initContainers & ES_JAVA_OPTS to enable 5.5.1
YAML
apache-2.0
kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples,kubernetes/examples
c43673a419c93c13d9545a50c396ae49ae88d3bf
ansible/roles/common_debian/tasks/main.yml
ansible/roles/common_debian/tasks/main.yml
--- - name: Copy sources.list for apt template: src: sources.list dest: /etc/apt/sources.list owner: root group: root mode: 644 backup: yes
--- - name: Copy sources.list for apt template: src: sources.list dest: /etc/apt/sources.list owner: root group: root mode: 644 backup: yes register: result - name: Update apt cache apt: update_cache: yes when: result|changed
Update cache when sources.list is updated
Update cache when sources.list is updated
YAML
agpl-3.0
Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2
370d2ad1fdca4926f093b759f735a5c7741696ec
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Java CI on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Get OpenJDK 11 run: wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar....
name: Java CI on: push jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Get OpenJDK 11 run: wget https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.6%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.6_10.tar.gz - name: Set up JDK 11 ...
Remove the filter of branches on push
Remove the filter of branches on push
YAML
apache-2.0
mosoft521/wicket,apache/wicket,apache/wicket,mosoft521/wicket,apache/wicket,mosoft521/wicket,mosoft521/wicket,apache/wicket,apache/wicket,mosoft521/wicket
9a12aae4edaccf73ad7ec460cb7719da8104e8ab
.github/workflows/maven.yml
.github/workflows/maven.yml
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: push: branches: [ master ] ...
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: push: branches: [ master ] ...
Downgrade Java to version 8
Downgrade Java to version 8
YAML
apache-2.0
doubleSlashde/jEDM
ea6d042823b11040c808acc574fc14cce2308fc5
.github/workflows/on-pr.yml
.github/workflows/on-pr.yml
# This workflow will triage pull requests and apply a label based on the # paths that are modified in the pull request. # # To use this workflow, you will need to set up a .github/labeler.yml # file with configuration. For more information, see: # https://github.com/actions/labeler name: Labeler on: [pull_request_tar...
# This workflow will triage pull requests and apply a label based on the # paths that are modified in the pull request. # # To use this workflow, you will need to set up a .github/labeler.yml # file with configuration. For more information, see: # https://github.com/actions/labeler name: Labeler on: [pull_request_tar...
Remove github_api_url from labeler action
Remove github_api_url from labeler action This variable is unused and the action sends a warning when we provide it.
YAML
apache-2.0
libopenstorage/openstorage,libopenstorage/openstorage,libopenstorage/openstorage
9fde447ad0c0c1e7e34ddc41ba6235a3d2ce1f32
.github/workflows/test.yaml
.github/workflows/test.yaml
name: Test on: push: branches: - master pull_request: jobs: test: runs-on: ubuntu-latest services: postgres: image: postgres:14-alpine env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: everydayrails ports: ["5432:...
name: Test on: push: branches: - master pull_request: jobs: test: runs-on: ubuntu-latest services: postgres: image: postgres:14-alpine env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: everydayrails ports: ["5432:...
Read .ruby-version in GitHub Actions
Read .ruby-version in GitHub Actions
YAML
mit
dtan4/everydayrails-rspec,dtan4/everydayrails-rspec,dtan4/everydayrails-rspec
0879f775bc769994326ef058b0a5e13de556ea23
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: pull_request: jobs: test: strategy: fail-fast: false matrix: python: - "3.6" - "3.7" - "3.8" django: - "2.2.20" - "3.1.8" - "3.2" drf: - "no" - "3.12.4" name: "Pytho...
name: Tests on: push: pull_request: jobs: test: strategy: fail-fast: false matrix: python: - "3.6" - "3.7" - "3.8" django: - "2.2.20" - "3.1.8" - "3.2" drf: - "no" - "3.12.4" name: "Pytho...
MIgrate CI to GitHub actions
MIgrate CI to GitHub actions
YAML
mit
nshafer/django-hashid-field,nshafer/django-hashid-field
08eb2d976934906bbdeefe50e8096ac560405d12
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: schedule: # Every sunday at midnight - cron: '0 0 * * 0' jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: npm ci - run: npm run lint integration: runs-on: ubuntu-latest strategy: matrix: eslint: ["4.7",...
name: Tests on: push: schedule: # Every sunday at midnight - cron: '0 0 * * 0' jobs: lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - run: npm ci - run: npm run lint integration: runs-on: ubuntu-latest strategy: matrix: eslint: ["4.7",...
Update setup-node and use caching
chore: Update setup-node and use caching New version supports caching based on package-lock.json file
YAML
isc
BenoitZugmeyer/eslint-plugin-html,BenoitZugmeyer/eslint-plugin-html,BenoitZugmeyer/eslint-plugin-html
fb51de2e496bb37974eaec0a47720fddb149c488
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
.package-and-qa-base: image: ruby:2.6-alpine stage: qa needs: ["build-qa-image", "gitlab:assets:compile pull-cache"] dependencies: [] variables: GIT_DEPTH: "1" retry: 0 script: - source scripts/utils.sh - install_gitlab_gem - ./scripts/trigger-build omnibus only: - branches@gitlab-or...
.package-and-qa-base: image: ruby:2.6-alpine stage: qa dependencies: [] variables: GIT_DEPTH: "1" retry: 0 script: - source scripts/utils.sh - install_gitlab_gem - ./scripts/trigger-build omnibus only: - branches@gitlab-org/gitlab-ce - branches@gitlab-org/gitlab-ee except: - ...
Introduce a new 'package-and-qa-manual:master' job
Introduce a new 'package-and-qa-manual:master' job This is needed because in `master`, the `gitlab:assets:compile` is created, but not the `gitlab:assets:compile pull-cache` job, and the `needs` keyword cannot take jobs that don't exist, thus we have to create a dedicated job for `master`, with `needs: ["build-qa-imag...
YAML
mit
mmkassem/gitlabhq,mmkassem/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq
86de671c16ee90b36b9abf731699c1d4b39b35ce
packages/le/lenz-template.yaml
packages/le/lenz-template.yaml
homepage: '' changelog-type: '' hash: 5270b03c83473824099aa2d1f84e01b3d7868c01134c1b011b59decb86b5b4f9 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Van Laarhoven lens templates changelog: '' basic-deps: base-unicode-symbols: ! '>=0.1 && <0.3' base: ! '>=4.9 && <5' lenz: ! '>=0.2 && <0.4' contai...
homepage: '' changelog-type: '' hash: f3763906e926227a724ecfbfdbb8151acad45ed17badb764e560b6a7a225f13b test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Van Laarhoven lens templates changelog: '' basic-deps: base-unicode-symbols: ! '>=0.1 && <0.3' base: ! '>=4.9 && <5' lenz: ! '>=0.2 && <0.5' contai...
Update from Hackage at 2019-11-02T06:21:41Z
Update from Hackage at 2019-11-02T06:21:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
856f5ba54a007e510289018af1775fab58fa59ef
packs/fireeye/actions/submit_malware.yaml
packs/fireeye/actions/submit_malware.yaml
--- name: "submit_malware" runner_type: "run-python" description: "Submit a Malware object to FireEye AX appliance" enabled: true entry_point: "submit_malware.py" parameters: file_path: type: "string" description: "Location on filesystem to malware file to upload" required: true file_type: type: "st...
--- name: "submit_malware" runner_type: "run-python" description: "Submit a Malware object to FireEye AX appliance" enabled: true entry_point: "submit_malware.py" parameters: file_name: type: "string" description: "Location on filesystem to malware file to upload" required: true file_type: type: "st...
Update file_path parameter to file_name
Update file_path parameter to file_name Fixes mismatch in `submit_malware` action.
YAML
apache-2.0
tonybaloney/st2contrib,lmEshoo/st2contrib,digideskio/st2contrib,pearsontechnology/st2contrib,lmEshoo/st2contrib,tonybaloney/st2contrib,pearsontechnology/st2contrib,psychopenguin/st2contrib,pidah/st2contrib,pearsontechnology/st2contrib,psychopenguin/st2contrib,StackStorm/st2contrib,pidah/st2contrib,armab/st2contrib,tony...
5ace9c336a6895ce2f4f249a6ddc4a5996239ff0
Resources/Locale/nl-NL/tools.yml
Resources/Locale/nl-NL/tools.yml
# Example Dutch translations - msgid: Wrench msgstr: Moersleutel - msgid: Welding Tool msgstr: Lasapparaat - msgid: Crowbar msgstr: Koevoet - msgid: Screwdriver msgstr: Schroevendraaier - msgid: Wirecutters msgstr: Draadtang - msgid: Multitool msgstr: Multi Tool # This is what google translate gives m...
# Example Dutch translations - msgid: wrench msgstr: moersleutel - msgid: welding tool msgstr: lasapparaat - msgid: crowbar msgstr: koevoet - msgid: screwdriver msgstr: schroevendraaier - msgid: wirecutters msgstr: draadtang - msgid: multitool msgstr: multi tool # This is what google translate gives m...
Update example dutch translations to remove capitalization.
Update example dutch translations to remove capitalization.
YAML
mit
space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14,space-wizards/space-station-14
1557aed982f960e240d789413b93d46e63157674
data/transition-sites/bis_nmo.yml
data/transition-sites/bis_nmo.yml
--- site: bis_nmo whitehall_slug: national-measurement-office title: National Measurement Office redirection_date: homepage: https://www.gov.uk/government/organisations/national-measurement-office furl: www.gov.uk/nmo tna_timestamp: 20110213145434 host: www.nmo.bis.gov.uk global: =301 http://www.bis.gov.uk/nmo global_r...
--- site: bis_nmo whitehall_slug: national-measurement-office title: National Measurement Office redirection_date: 14th July 2014 homepage: https://www.gov.uk/government/organisations/national-measurement-office furl: www.gov.uk/nmo tna_timestamp: 20110213145434 host: www.nmo.bis.gov.uk global: =301 http://www.bis.gov....
Add date of transition to NMO legacy site
Add date of transition to NMO legacy site
YAML
mit
alphagov/transition-config,alphagov/transition-config
2f2a1037023389682073bd5fb462cb46120d703b
testem.yml
testem.yml
framework: buster on_start: command: browserstack tunnel localhost:<port> wait_for_text: Tunnel is running before_tests: npm run prepare-browser-test src_files: - index.js - questor.min.js - test/integration/**-test.js serve_files: - test/bundle-helper.js - test/integration/**-test.js launchers: No...
framework: buster on_start: command: browserstack tunnel localhost:<port> wait_for_text: Tunnel is running before_tests: npm run prepare-browser-test src_files: - index.js - questor.min.js - test/integration/**-test.js serve_files: - test/bundle-helper.js - test/integration/**-test.js launchers: No...
Disable iOS 7 in CI test runs (delay too long)
Disable iOS 7 in CI test runs (delay too long)
YAML
mit
contentful/contentful.js
fe138c875668dc738bb1c23bce82ab13b9bf44be
config/locales/simple_form.en.yml
config/locales/simple_form.en.yml
en: simple_form: labels: user: address_street: 'Street Address' address_city: 'City' address_state: 'State' address_zip_code: 'Zip code' update_address: "Update my address on my profile."
en: simple_form: labels: user: address_street: 'Street Address' address_city: 'City' address_state: 'State' address_zip_code: 'Zip code' update_address: "Update my address on my profile." payment: account_holder_name: 'Account Holder Name' routin...
Add form labels to locales
Add form labels to locales
YAML
mit
FromUte/dune-balanced-bankaccount,FromUte/dune-balanced-bankaccount,FromUte/dune-balanced-bankaccount,FromUte/dune-balanced-bankaccount
cd0f0bd46451efacf3427fb623d6d85fa08c4df5
travis.yml
travis.yml
language: ruby rvm: - 1.9.3
language: ruby rvm: - 1.9.3 before_script: - psql -c "CREATE USER uk_postcodes;" -U postgres
Create DB user for Travis
Create DB user for Travis
YAML
mit
theodi/uk-postcodes,theodi/uk-postcodes,theodi/uk-postcodes
cafc06c7e06e1b99f149928bd7332a5a460ff526
packs/purr/actions/workflows/create_vm_for_contestant.yaml
packs/purr/actions/workflows/create_vm_for_contestant.yaml
version: '2.0' purr.create_vm_for_contestant: description: Create VM for the contestant. input: - contestant vars: username: odie output: address: <% $.address %> username: <% $.username %> password: <% $.password %> tasks: create_instance: ...
version: '2.0' purr.create_vm_for_contestant: description: Create VM for the contestant. input: - contestant vars: username: odie instance_id: null output: address: <% $.address %> username: <% $.username %> password: <% $.password %> tasks: ...
Add step to destroy VM on failure
Add step to destroy VM on failure
YAML
apache-2.0
StackStorm/st2incubator,StackStorm/st2incubator
dac2b7360e06f61d3c699b37e4aa56a6fd732872
packages/hi/hierarchical-clustering-diagrams.yaml
packages/hi/hierarchical-clustering-diagrams.yaml
homepage: '' changelog-type: '' hash: b35a89a3c9436a4940c03904f558ee3a52912b64896cab24a6e60ea63fb2eb3c test-bench-deps: diagrams-lib: ==0.5.* base: ==4.* hspec: ==0.9.* diagrams-cairo: ==0.5.* hierarchical-clustering: ==0.4.* HUnit: ==1.2.* hierarchical-clustering-diagrams: -any maintainer: felipe.lessa@g...
homepage: '' changelog-type: '' hash: c4acd67eba9e918d09193d9cc46a62b709ad020180e1ee0eb49714c474bbb13c test-bench-deps: diagrams-lib: ==1.4.* base: ==4.* hspec: ! '>=2.6' diagrams-cairo: ==1.4.* hierarchical-clustering: ==0.4.* HUnit: ==1.6.* hierarchical-clustering-diagrams: -any maintainer: felipe.lessa...
Update from Hackage at 2019-10-07T20:31:09Z
Update from Hackage at 2019-10-07T20:31:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
e421902a3f83a3b91636a554eae910a722a2ef91
packages/li/libBF.yaml
packages/li/libBF.yaml
homepage: '' changelog-type: markdown hash: c906917a67fbe3806e7b1c3d5318d3731ddeac6397ef5b2ab29566747241dcda test-bench-deps: base: -any libBF: -any maintainer: iavor.diatchki@gmail.com synopsis: A binding to the libBF library. changelog: | # Revision history for libBF-hs ## 0.5.0 -- 2020-07-01 * First vers...
homepage: '' changelog-type: markdown hash: adab87e6235cb7192427444bc424d6e620e609d6bbd0f530a613c037926e360c test-bench-deps: base: -any libBF: -any maintainer: iavor.diatchki@gmail.com synopsis: A binding to the libBF library. changelog: | # Revision history for libBF-hs ## 0.6 -- 2021-01-29 * Fix a bug wi...
Update from Hackage at 2021-02-01T23:59:14Z
Update from Hackage at 2021-02-01T23:59:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
d3646367272c580188c3134b13dc5217cea973eb
packages/te/tempi.yaml
packages/te/tempi.yaml
homepage: http://github.com/dktr0/tempi changelog-type: '' hash: 55b436847e9609d74d49acf88f4e3e3bc8b10a0f89f79e39466f8bbbb182fb01 test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For representing musical tempi changelog: '' basic-deps: base: '>=4.8 && <5' time: '>=1.8.0.2 && <1.9' all-ve...
homepage: http://github.com/dktr0/tempi changelog-type: '' hash: 700561f0c7a4cf1a3e00d321bfc9c0937365f956b4cd0937f16744c3b23657fd test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For representing musical tempi changelog: '' basic-deps: base: '>=4.8 && <5' time: '>=1.8.0.2 && <1.9' all-ve...
Update from Hackage at 2020-04-27T05:20:04Z
Update from Hackage at 2020-04-27T05:20:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
ae1897e2ea0fc7bdfa9a9404e9341d5cf02a068a
.decent_ci-Linux.yaml
.decent_ci-Linux.yaml
compilers: - name: "clang" version: "3.5" cmake_extra_flags: -DUSE_LIB_CXX:BOOL=OFF -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA - name: "gcc" version: "4.8" cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=O...
compilers: - name: "clang" version: "3.5" cmake_extra_flags: -DUSE_LIB_CXX:BOOL=OFF -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=ON -DCOMMIT_SHA=$COMMIT_SHA - name: "gcc" version: "4.8" cmake_extra_flags: -DBUILD_SAMPLES:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DBUILD_TESTING:BOOL=...
Update to force CI rebuild
Update to force CI rebuild
YAML
bsd-3-clause
bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language,kamilzubair/ChaiScript,bradparks/ChaiScript__cplusplus_scripting_language
7b8c05feb71e877db6b737f767682d1ba09fd24d
packages/co/colorful-monoids.yaml
packages/co/colorful-monoids.yaml
homepage: https://github.com/minad/colorful-monoids#readme changelog-type: '' hash: ad2fc49dbdd8075474f75e98a6d332263960d1c38600170b79e42d5ca78f4c63 test-bench-deps: colorful-monoids: -any base: ! '>=4.8 && <5' maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Styled console text output using ANSI escap...
homepage: https://github.com/minad/colorful-monoids#readme changelog-type: '' hash: 61dafaf4ae5f07964db297a4d1ef7afd5de702a60cc32ca66c7fa90415e48851 test-bench-deps: colorful-monoids: -any base: '>=4.8 && <5' maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Styled console text output using ANSI escape ...
Update from Hackage at 2020-06-17T18:23:36Z
Update from Hackage at 2020-06-17T18:23:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
5e299954b63f87da229355f5e40f24d401503ede
manifests/app-autoscaler/operations.d/020-bosh-set-stemcells.yml
manifests/app-autoscaler/operations.d/020-bosh-set-stemcells.yml
--- - type: replace path: /stemcells value: - alias: default os: ubuntu-xenial version: "621.123"
--- - type: replace path: /stemcells value: - alias: default os: ubuntu-bionic version: "1.61"
Switch autoscaler to bionic stemcell
Switch autoscaler to bionic stemcell
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
b6e00793b62a763069df258907f59dec35bed917
Resources/config/config.yml
Resources/config/config.yml
stof_doctrine_extensions: default_locale: en_US orm: default: timestampable: true sluggable: true fos_user: db_driver: orm firewall_name: main user_class: "Dime\TimetrackerBundle\Entity\User" jms_serializer: handlers: datetime: default_format: "Y...
stof_doctrine_extensions: default_locale: en_US orm: default: timestampable: true sluggable: true fos_user: db_driver: orm firewall_name: main user_class: "Dime\TimetrackerBundle\Entity\User" jms_serializer: handlers: datetime: default_format: "Y...
Format Listener now stops listening to / and instead only listens to /api
Modified: Format Listener now stops listening to / and instead only listens to /api
YAML
mit
stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime,stiftungswo/Dime
a4c959d51ea5fde60ecbb5016bc710ef3bd90bfd
examples/3d-mhd.yaml
examples/3d-mhd.yaml
initial_walls: x: [42] y: [42] z: [74] intra_node_shape: [64,64,128] monitor_interval: 20 mpi_grid_shape: [2,2,1] temporal_blocking_interval: 1 #mpi_grid_shape: [32,54,48]
initial_walls: x: [42] y: [42] z: [42] intra_node_shape: [64,64,64] monitor_interval: 20 mpi_grid_shape: [2,2,2] temporal_blocking_interval: 1 #mpi_grid_shape: [32,54,48]
Update the shape for local execution; for deadlock test
Update the shape for local execution; for deadlock test
YAML
mit
nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura,nushio3/formura
add018741151ba99f803c036bae9da6021060c17
packages/po/polysemy-kvstore.yaml
packages/po/polysemy-kvstore.yaml
homepage: '' changelog-type: markdown hash: 7ef4abed58783c6142e14ff16c1e5e32dbdd913d607aa4259cbc40431fa2f7f6 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: KVStore effect for polysemy. changelog: | # Changelog for polysemy-kvstore ## v0.1.1.0 * Add `runKVStoreAsKVStore` and `runKVStoreAsKVSt...
homepage: '' changelog-type: markdown hash: d7016144ed6bfce89d6df18af47cf18020574d286ec743b42c8e9be83097e1e5 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: KVStore effect for polysemy. changelog: | # Changelog for polysemy-kvstore ## v0.1.2.0 * Add `runKVStoreAsKVStore` and `runKVStoreAsKVSt...
Update from Hackage at 2021-07-16T17:49:35Z
Update from Hackage at 2021-07-16T17:49:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
ab2463be3f3df2473d483109eb8113d4a618e8d3
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 branches: only: - master - develop script: ./gradlew test
language: java jdk: - oraclejdk8 branches: only: - master - develop script: ./gradlew test -P -PsonatypeUsername=argius -PsonatypePassword=
Update Travis-CI settings for adding a build task "uploadArchives"
Update Travis-CI settings for adding a build task "uploadArchives"
YAML
apache-2.0
argius/minestra
d090e6f690152026e92f8b4489980f7bdc7e83a6
.travis.yml
.travis.yml
language: objective-c script: - bundle exec rake # - bundle exec rake ci
language: objective-c rvm: system install: - sudo gem install bundler --no-ri --no-rdoc - sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install script: - bundle exec rake ci
Use to system ruby and enable cookbook_spec on Travis
Use to system ruby and enable cookbook_spec on Travis Now safe to do since Travis is running Mavericks [#69812122]
YAML
mit
pivotal-sprout/sprout-postgresql
988a0ceee4b0d200630ab04cf97fa66dabd91985
.travis.yml
.travis.yml
language: java install: true script: mvn deploy after_script: mvn site site:deploy notifications: email: - d.madama@gmail.com - simoneg@apache.org
language: java install: true script: mvn deploy after_script: mvn site site:deploy notifications: email: - d.madama@gmail.com - simoneg@apache.org
Use spaces instead of tabs
Use spaces instead of tabs
YAML
apache-2.0
madama/jalia
d1c1cad2de554364d9fbf6e497791792d5fca8a3
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - DJANGO=1.2.7 - DJANGO=1.3.1 - DJANGO=1.4.3 install: - pip install -q Django==$DJANGO --use-mirrors - pip install -q django-dynamic-fixture==1.6.4 script: - make test
language: python python: - "2.6" - "2.7" env: - DJANGO=1.2.7 - DJANGO=1.3.1 - DJANGO=1.4.3 install: - pip install -q Django==$DJANGO --use-mirrors - pip install -q django-dynamic-fixture==1.6.4 - pip install -e . script: - make test
Install contact_recipients before running tests
Install contact_recipients before running tests test settings cannot be found otherwise.
YAML
bsd-2-clause
bennylope/django-contact-recipients
8198584f45f3e2e1b613ae38dbbd957a68a67de9
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 before_script: - sleep 15 - mongo gfk --eval 'db.addUser("gfk", "password");' script: - gradle clean build -Pdb.uri=mongodb://localhost/gfk -Pdb.username=gfk -Pdb.password=password
language: java jdk: - oraclejdk7 before_script: - sleep 15 - mongo gfk --eval 'db.addUser("gfk", "password");' script: - ./gradlew clean build -Pdb.uri=mongodb://localhost/gfk -Pdb.username=gfk -Pdb.password=password
Fix broken Travis build related to gradle
Fix broken Travis build related to gradle gh-4
YAML
unlicense
StarTrackDevKL/announcement-board,StarTrackDevKL/announcement-board,rashidi/announcement-board,rashidi/announcement-board,StarTrackDevKL/announcement-board,rashidi/announcement-board
0dbfe6250ee6258e33aeb95f5d29a25f713b9d1c
.travis.yml
.travis.yml
language: objective-c os: osx osx_image: xcode7.3 env: matrix: - TEST_TYPE=iOS - TEST_TYPE=OSX - TEST_TYPE=tvOS before_install: - | gem install xcpretty -N --no-ri --no-rdoc script: - | if [ "$TEST_TYPE" = iOS ]; then set -o pipefail xcodebuild clean test -workspace Kingfisher.xcwork...
language: objective-c os: osx osx_image: xcode8 env: matrix: - TEST_TYPE=iOS - TEST_TYPE=OSX - TEST_TYPE=tvOS before_install: - | gem install xcpretty -N --no-ri --no-rdoc script: - | if [ "$TEST_TYPE" = iOS ]; then set -o pipefail xcodebuild clean test -workspace Kingfisher.xcworksp...
Use Xcode 8 image for CI
Use Xcode 8 image for CI
YAML
mit
onevcat/Kingfisher,Ashok28/Kingfisher,farice/VennCache,Ashok28/Kingfisher,onevcat/Kingfisher,pNre/Kingfisher,Ashok28/Kingfisher,farice/VennCache,tomaskraina/Kingfisher,tomaskraina/Kingfisher,tomaskraina/Kingfisher,pNre/Kingfisher,pNre/Kingfisher,farice/VennCache
b12421046db1ce60a1f2f0c026d2492fe6a53a0f
roles/common/handlers/main.yml
roles/common/handlers/main.yml
--- - name: refresh CAs command: update-ca-certificates - name: restart rsyslog service: name=rsyslog state=restarted - name: restart remote_syslog service: name=remote_syslog state=restarted - name: update timezone command: dpkg-reconfigure --frontend noninteractive tzdata - name: apply-sysctl shell: "ca...
--- - name: refresh CAs command: update-ca-certificates - name: restart rsyslog service: name=rsyslog state=restarted - name: restart remote_syslog service: name=remote_syslog state=restarted - name: update timezone command: dpkg-reconfigure --frontend noninteractive tzdata - name: apply-sysctl shell: "ca...
Make sshd handlers visible by the common role.
Make sshd handlers visible by the common role. The new sshd task was calling a handler which was not in scope - make sure the handler is included.
YAML
mit
channus/ursula,wupeiran/ursula,pgraziano/ursula,edtubillara/ursula,allomov/ursula,andrewrothstein/ursula,allomov/ursula,msambol/ursula,pbannister/ursula,lihkin213/ursula,blueboxjesse/ursula,panxia6679/ursula,blueboxjesse/ursula,jwaibel/ursula,MaheshIBM/ursula,rongzhus/ursula,kennjason/ursula,fancyhe/ursula,ddaskal/ursu...
60c441e2fd03c2ff7bc11aaea3f96f719460eedb
.travis.yml
.travis.yml
notifications: email: on_success: never on_failure: never language: php php: - 7.0 - 5.6 - 5.5 - 5.4 matrix: allow_failures: - php: 7.0 before_script: - echo Start travis - echo Current dir is `pwd` - echo Home dir is `echo ~` - wget https://packages.zendframework.com/pyrus.phar...
notifications: email: on_success: never on_failure: never language: php php: - 7.0 - 5.6 - 5.5 - 5.4 matrix: allow_failures: - php: 7.0 before_script: - echo Start travis - echo Current dir is `pwd` - echo Home dir is `echo ~` - pyrus install pear/PHP_CodeSniffer - phpenv reha...
Abort try to get PHP 7.0 working
Abort try to get PHP 7.0 working
YAML
mit
thulin82/innebandybokning,thulin82/innebandybokning
b9bb0278aa05c1a625f4d61dbec941a2f23c9139
.travis.yml
.travis.yml
sudo: true dist: xenial #services: # - docker #language: python #python: # - "3.4" script: # Get command line help - boot/bionitio-boot.sh -h # Create a new repository using Python - boot/bionitio-boot.sh -i python -n skynet -c BSD-3-Clause -g cyberdyne -a 'Miles Bennett Dyson' -e 'miles@cyberdyne.com'
sudo: true dist: xenial #services: # - docker #language: python #python: # - "3.4" script: # Get command line help - boot/bionitio-boot.sh -h # Create a new repository using Python - boot/bionitio-boot.sh -i python -n skynet -c BSD-3-Clause -a 'Miles Bennett Dyson' -e 'miles@cyberdyne.com' -l logfile
Remove github account name and add log file output
Remove github account name and add log file output
YAML
mit
biotool-paper/biotool,bionitio-team/bionitio,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool,biotool-paper/biotool
de33931f90c41f4dee03be4537c7c37667ae110c
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 services: - redis before_script: - psql -U postgres -c 'CREATE DATABASE dummy_test' - bundle exec rake db:migrate RAILS_ENV=test
sudo: false language: ruby cache: bundler rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0 services: - redis before_script: - psql -U postgres -c 'CREATE DATABASE dummy_test' - bundle exec rake db:migrate RAILS_ENV=test
Use container-based infrastructure, and turn on caching
Travis: Use container-based infrastructure, and turn on caching
YAML
mit
jackii/citizen,opennorth/citizen_budget_model,opennorth/citizen_budget_model,jackii/citizen,jackii/citizen,opennorth/citizen_budget_model
9bfd9ad401db73843f82552ea496373e85e1f4a6
.travis.yml
.travis.yml
sudo: no language: python python: - 2.7 - 3.3 - 3.4 - 3.5 cache: directories: - $HOME/.cache/pip before_cache: - rm -f $HOME/.cache/pip/log/debug.log install: - pip install --upgrade pip wheel setuptools - pip install -r requirements-dev.txt - python setup.py develop script: - flake8 pya...
sudo: no language: python python: - 2.7 - 3.3 - 3.4 - 3.5 cache: directories: - $HOME/.cache/pip before_cache: - rm -f $HOME/.cache/pip/log/debug.log install: - pip install --upgrade pip wheel setuptools - pip install -r requirements-dev.txt - python setup.py develop script: - flake8 . -...
Add ignoring of F401 for __init__ file.
Add ignoring of F401 for __init__ file.
YAML
apache-2.0
oriontvv/pyaspeller
e842a38299118b098d7ac071e400af0cf5bcfe0f
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - ree
language: ruby bundler_args: --without development rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - jruby-head - ree - ruby-head - rbx-18mode # - rbx-19mode
Add more rubies. And no development gems. For Travis CI
Add more rubies. And no development gems. For Travis CI
YAML
mit
benknowles/customerio-ruby,customerio/customerio-ruby
343d3bb5569f0edaccb9799b2ebe9fc2c6c9bb7c
.travis.yml
.travis.yml
language: python python: - '2.6' - '2.7' - '3.2' - '3.3' env: - DOCKER_VERSION=0.7.6 - DOCKER_VERSION=0.8.0 matrix: allow_failures: - python: '3.2' - python: '3.3' install: script/travis-install script: - pwd - env - sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION" deploy: provider: pypi user: orchard ...
language: python python: - '2.6' - '2.7' - '3.2' - '3.3' env: - DOCKER_VERSION=0.8.0 - DOCKER_VERSION=0.8.1 matrix: allow_failures: - python: '3.2' - python: '3.3' install: script/travis-install script: - pwd - env - sekexe/run "`pwd`/script/travis $TRAVIS_PYTHON_VERSION" deploy: provider: pypi user: orchard ...
Remove unsupported Docker 0.7.6 from Travis
Remove unsupported Docker 0.7.6 from Travis
YAML
apache-2.0
d2bit/compose,swoopla/compose,tpounds/compose,bdwill/docker.github.io,aduermael/docker.github.io,lmesz/compose,shin-/docker.github.io,mrfuxi/compose,thaJeztah/docker.github.io,heroku/fig,marcusmartins/compose,LuisBosquez/docker.github.io,gdevillele/docker.github.io,gdevillele/docker.github.io,Yelp/docker-compose,twithe...
fb8398e5b421b66db848ba266f80825e65ee10e5
.travis.yml
.travis.yml
language: java script: mvn clean package -P strict after_success: - mvn jacoco:report coveralls:report jdk: - oraclejdk7 - oraclejdk8 branches: only: - master sudo: false
language: java script: mvn clean package -P strict after_success: - mvn jacoco:report coveralls:report jdk: - oraclejdk7 - oraclejdk8 branches: only: - master sudo: false cache: directories: - $HOME/.m2
Configure caching on Travis CI
Configure caching on Travis CI
YAML
apache-2.0
vbauer/jconditions
ed77413c540408be4c5b63bf54a814299363aeb9
.travis.yml
.travis.yml
# Copyright 2018, The max Contributors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. language: cpp matrix: include: - os: linux compiler: clang - stage: build script: cd Projects/Clang\ X86\ Make && make ...
# Copyright 2018, The max Contributors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. language: cpp matrix: include: - os: linux compiler: clang - stage: build script: cd Projects/Clang\ X86\ Make && make ...
Comment out OSX for now from Travis CI builds
Comment out OSX for now from Travis CI builds
YAML
bsd-3-clause
ProgramMax/max
0c6e7d1603b33f9e0a86b42a6e36d7460565845f
.travis.yml
.travis.yml
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: global: - CI=true matrix: - WITH_NOKOGIRI=true - WITH_NOKOGIRI=false rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx
language: ruby bundler_args: --without debug script: "bundle exec rspec spec" env: global: - CI=true matrix: - WITH_NOKOGIRI=true - WITH_NOKOGIRI=false rvm: - 1.9.3 - 2.0.0 - 2.1.0 - jruby-19mode - rbx
Add Ruby 2.1.0 to Travis CI mix.
Add Ruby 2.1.0 to Travis CI mix.
YAML
unlicense
ruby-rdf/sparql-client,ckristo/sparql-client
d6a92364dfd99b01b8b1ce3460ee87c5919bd93b
.travis.yml
.travis.yml
before_script: rvm get head language: objective-c #Used for Swift or Objective-c osx_image: xcode8 script: xcodebuild -project Friend Finder/Friend-Finder.xcodeproj -scheme Friend-Finder -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' build test
before_script: rvm get head language: objective-c #Used for Swift or Objective-c osx_image: xcode8 script: xcodebuild -project Friend\ Finder/Friend-Finder.xcodeproj -scheme Friend-Finder -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' build test
Add escape for directory " "
Add escape for directory " "
YAML
mit
nonamesoftwaredev/friend-finder,nonamesoftwaredev/friend-finder
91be3e7b0b318ff536a5ba4bbaaa3eb28b44503b
.travis.yml
.travis.yml
language: objective-c script: xcodebuild -sdk iphonesimulator -scheme SwiftRSS_Example clean test
language: objective-c install: - gem install --no-ri --no-rdoc xcpretty script: xcodebuild -sdk iphonesimulator -scheme SwiftRSS_Example clean test | xcpretty -c
Revert "remove xcpretty for now"
Revert "remove xcpretty for now" This reverts commit e467d2814e07766958017d94133e8bdf996174ed.
YAML
mit
pristap/SwiftRSS,rjsamson/SwiftRSS,rjsamson/SwiftRSS,pristap/SwiftRSS,tibo/SwiftRSS,rjsamson/SwiftRSS,pristap/SwiftRSS,rjsamson/SwiftRSS
280101e0e9a91a10c4689256ae28ebbe205dc770
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 - hhvm-3.18 # - hhvm-nightly dist: trusty sudo: required matrix: fast_finish: true # allow_failures: # - php: hhvm-nightly before_install: - if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" ]]; then composer require --dev --no-update phpunit/phpunit 6.*; else composer r...
language: php php: # - 7.0 # - 7.1 - hhvm-3.15 # - hhvm-nightly dist: trusty sudo: required matrix: fast_finish: true # allow_failures: # - php: hhvm-nightly before_install: - if [[ ${TRAVIS_PHP_VERSION:0:1} == "7" ]]; then composer require --dev --no-update phpunit/phpunit 6.*; else composer...
Enable PHP7 mode for hhvm and disable testing for PHP for now, until tests with hhvm are OK.
Enable PHP7 mode for hhvm and disable testing for PHP for now, until tests with hhvm are OK.
YAML
apache-2.0
frankmayer/ArangoDB-PHP-Core,frankmayer/ArangoDB-PHP-Core
efee85445161249396a34b259d923107b8260bd8
.travis.yml
.travis.yml
language: python python: - "3.5" # command to install dependencies install: - pip install -r requirements.txt # command to run tests script: - python YouKnowShit/CheckFile.py
language: python python: - "3.5" # command to install dependencies install: - pip install -r requirements.txt # command to run tests script: - python YouKnowShit/CheckFile.py notifications: slack: jiangtianyu:s5kgWEw0Mmf0PhlYniLoT8Sv
Add Slack notification for TravisCI
Add Slack notification for TravisCI
YAML
mit
jiangtianyu2009/PiSoftCake
d2f72fcbe4b3ec3cea5032c4c9fb13a45c97e2e7
.travis.yml
.travis.yml
language: ruby rvm: - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head gemfile: - gemfiles/rails-3.x.gemfile - gemfiles/rails-4.x.gemfile - gemfiles/rails-head.gemfile matrix: allow_failures: - rvm: ruby-head - gemfile: gemfiles/rails-head.gemfile script: bundle exec rspec notifications: slack: secure: SFTem6vmK6EHR3mH1RS...
language: ruby rvm: - 2.0.0 - 2.1.0 - 2.1.1 - ruby-head gemfile: - gemfiles/rails-3.x.gemfile - gemfiles/rails-4.x.gemfile - gemfiles/rails-head.gemfile matrix: exclude: - rvm: ruby-head gemfile: gemfiles/rails-3.x.gemfile allow_failures: - rvm: ruby-head - gemfile: gemfiles/rails-head.gemfile script: bun...
Exclude CI: ruby-head with rails-3.x
Exclude CI: ruby-head with rails-3.x
YAML
mit
magnet-inc/blue_print,magnet-inc/blue_print
9687e269700f4bf5f39f1f2fe8ef278ebd305035
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "6" - "7" - "8"
language: node_js node_js: - "6" - "7" - "8"
Remove Node 4 from Travis
Remove Node 4 from Travis
YAML
mit
mcollina/aedes-persistence
46749cb7cb64b373448a69093dce0205ee7d4f49
.travis.yml
.travis.yml
language: python python: - "2.7" env: - TOX_ENV=py2.7-django1.6 - TOX_ENV=flake8 install: - pip install tox script: - tox -e $TOX_ENV
language: python python: - "2.7" env: - TOX_ENV=py2.7-django1.6 - TOX_ENV=py3.3-django1.6 - TOX_ENV=flake8 install: - pip install tox script: - tox -e $TOX_ENV
Add Python 3 to Travis build
Add Python 3 to Travis build
YAML
bsd-3-clause
paulcwatts/django-whippedcream
35d5fd501fc7042e5865f557bf3e8667eec274a2
.travis.yml
.travis.yml
language: php sudo: false matrix: include: - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 fast_finish: true services: - redis-server before_install: - travis_retry composer self-update install: travis_retry composer install --no-interaction --prefer-source --no-suggest script: vendor/bin/phpu...
language: php sudo: false matrix: include: - php: 7.0 - php: 7.1 - php: 7.2 - php: 7.3 fast_finish: true allow_failutres: - php: 7.3 services: - redis-server before_install: - travis_retry composer self-update install: travis_retry composer install --no-interaction --prefer-source --n...
Allow PHP 7.3 to fail util it's released
Allow PHP 7.3 to fail util it's released
YAML
bsd-3-clause
mako-framework/framework
a201b860411781a1bd1fce1d591a698627f69034
.travis.yml
.travis.yml
language: python dist: trusty python: - 2.7 - 3.4 - 3.5 - 3.6 - nightly matrix: allow_failures: - python: nightly fast_finish: true before_install: - pip install --upgrade pip install: - pip install .[test] - pip install . script: - pylint --rcfile .pylintrc -E rtv/ - coverage run -m py.t...
language: python dist: trusty python: - 2.7 - 3.4 - 3.5 - 3.6 - 3.7 - nightly matrix: allow_failures: - python: - nightly - 3.7 fast_finish: true before_install: - pip install --upgrade pip install: - pip install .[test] - pip install . script: - pylint --rcfile .pylintrc -E r...
Add 3.7 to allowed failures
Add 3.7 to allowed failures
YAML
mit
michael-lazar/rtv,michael-lazar/rtv,michael-lazar/rtv
f1f974caa19c4d75708845dbfe6759e1c46477af
.travis.yml
.travis.yml
language: sh sudo: false before_script: - mkdir shunit2 && curl -L https://api.github.com/repos/kward/shunit2/tarball | tar -xz -C shunit2 --strip-components 1 script: - bash test.sh
language: sh sudo: false os: - linux - osx before_script: - mkdir shunit2 && curl -L https://api.github.com/repos/kward/shunit2/tarball | tar -xz -C shunit2 --strip-components 1 script: - bash test.sh
Test on osx and linux
Test on osx and linux
YAML
mit
pmbarrett314/os-info
63d78f6d35becb1312dfd6315e3c2906543ba392
.travis.yml
.travis.yml
addons: postgresql: "9.3" env: - NPROCS=1 JOBS=1 PGUSER=postgres before_install: - sudo apt-get install -y pkg-config libcairo2-dev libjpeg8-dev libgif-dev language: node_js node_js: - "0.10" notifications: irc: channels: - "irc.freenode.org#cartodb" use_notice: true
addons: postgresql: "9.3" env: - NPROCS=1 JOBS=1 PGUSER=postgres before_install: - sudo add-apt-repository ppa:cartodb/cairo - sudo apt-get install -y pkg-config libcairo2-dev libjpeg8-dev libgif-dev language: node_js node_js: - "0.10" notifications: irc: channels: - "irc.freenode.org#cartodb" ...
Use cartodb's ppa to use a more recent libcairo2-dev version
Use cartodb's ppa to use a more recent libcairo2-dev version
YAML
bsd-3-clause
CartoDB/Windshaft,CartoDB/Windshaft,wsw0108/Windshaft,wsw0108/Windshaft,CartoDB/Windshaft,wsw0108/Windshaft
5df19a41037e6f41027ae717b9cecb974427b91e
.travis.yml
.travis.yml
language: python dist: xenial sudo: false cache: pip: true directories: - $HOME/.m2 - $HOME/.npm services: - mysql python: - "3.6" - "3.7" - "3.8" install: - pip install -U pip wheel coveralls - pip install -r requirements/development.txt - pip install -r requirements/production.txt - npm ...
language: python cache: pip: true directories: - $HOME/.m2 - $HOME/.npm services: - mysql python: - "3.6" - "3.7" - "3.8" install: - pip install -U pip wheel coveralls - pip install -r requirements/development.txt - pip install -r requirements/production.txt - npm install before_script: -...
Remove depricated sudo, xenial is now the default, append coverage results
Remove depricated sudo, xenial is now the default, append coverage results
YAML
agpl-3.0
d120/pyophase,d120/pyophase,d120/pyophase,d120/pyophase
6c5cd5a471e4cc6c932c61401bb2e0f4278fdf35
.travis.yml
.travis.yml
language: php php: [5.5, 5.6, 7.0, hhvm] sudo: false cache: directories: - $HOME/.composer/cache - bin - vendor matrix: include: - php: 5.5 env: DEPENDENCIES='low' before_script: - composer selfupdate - if [ "$DEPENDENCIES" != "low" ]; then composer update; fi; - if [ "$DEPENDENCIES...
language: php php: [5.5, 5.6, 7.0] sudo: false cache: directories: - $HOME/.composer/cache - bin - vendor matrix: include: - php: 5.5 env: DEPENDENCIES='low' before_script: - composer selfupdate - if [ "$DEPENDENCIES" != "low" ]; then composer update; fi; - if [ "$DEPENDENCIES" = "l...
Drop support for HHVM for now
Drop support for HHVM for now
YAML
bsd-3-clause
ingenerator/behat-support
541a335e5fb73859cffa7ec44f275f11c22f19ad
.travis.yml
.travis.yml
language: ruby script: bundle exec rake --trace rvm: - 1.9.2 - 1.9.3 - jruby-19mode # JRuby in 1.9 mode - rbx-19mode # currently in active development, may or may not work for your project - ruby-head env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development SKIP_RCOV=true notifications: irc: "irc.fr...
language: ruby script: bundle exec rake --trace rvm: - 1.9.2 - 1.9.3 - jruby-19mode # JRuby in 1.9 mode - rbx-19mode # currently in active development, may or may not work for your project - ruby-head env: ARUBA_TIMEOUT=120 RAILS_ENV=development AHN_ENV=development notifications: irc: "irc.freenode.org#adhe...
Revert "[BUGFIX] Skip coverage on Travis"
Revert "[BUGFIX] Skip coverage on Travis" This reverts commit 17591fb3b1f45792db714dc485729c25978b6210.
YAML
mit
adhearsion/adhearsion,adhearsion/adhearsion,renemendoza/adhearsion,renemendoza/adhearsion,cloudvox/adhearsion,adhearsion/adhearsion,renemendoza/adhearsion,adhearsion/adhearsion,cloudvox/adhearsion,kares/adhearsion,cloudvox/adhearsion,kares/adhearsion,cloudvox/adhearsion
046a970d228756b3f5c5b4b0b89e4ac26813e403
.travis.yml
.travis.yml
language: go env: - GO111MODULE=on go: - '1.11' - '1.12' - '1.13' - '1.14' - 'master'
language: go env: - GO111MODULE=on go: - '1.12' - '1.13' - '1.14' - 'master'
Drop Go 1.11 support, modules not working
Drop Go 1.11 support, modules not working
YAML
apache-2.0
mikepea/go-jira-ui
f5830aeaa831edf82e6cb0cb5afc62292dd5fa02
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - nightly sudo: false matrix: allow_failures: - php: hhvm - php: nightly before_script: - composer self-update - composer install --no-progress --prefer-source # TODO: Fix JavaScript, then use JSCS and JSHint. # - npm install -g js...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - nightly sudo: false matrix: allow_failures: - php: hhvm - php: nightly before_script: - composer self-update - composer install --no-progress --prefer-source # TODO: Fix JavaScript, then use JSCS and JSHint. # - npm install -g js...
Make Travis CI notify us via Slack.
Make Travis CI notify us via Slack.
YAML
mit
inpsyde/multilingual-press,inpsyde/multilingual-press
93130dab9f06b1dcaaca8fc6b9d651bec4ed49d0
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.1 before_script: - chmod +x ./script/cibuild # Assume bundler is being used, therefore # the `install` step will run `bundle install` by default. script: ./script/cibuild # branch whitelist, for GitHub Pages branches: only: - master - /pages-(.*)/ # test every branch which starts wi...
language: ruby rvm: - 2.7.4 before_script: - chmod +x ./script/cibuild # Assume bundler is being used, therefore # the `install` step will run `bundle install` by default. script: ./script/cibuild # branch whitelist, for GitHub Pages branches: only: - master - /pages-(.*)/ # test every branch which starts wi...
Update ruby version to 2.7.4 to accomodate jekyll
Update ruby version to 2.7.4 to accomodate jekyll
YAML
mit
cmey/cmey.github.io,cmey/cmey.github.io
beb2017d71b0ef62f9834033ea14905e71edc2c0
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 1.9.2 - 1.8.7 - ree - ruby-head - rbx-18mode - rbx-19mode
language: ruby rvm: - 1.9.3 - 1.9.2 - 1.8.7 - ree - rbx-18mode - rbx-19mode
Remove ruby-head from build environments.
Remove ruby-head from build environments.
YAML
mit
mhat/zephyr
c124c6c0027edcaef59acd81a2fc8a34d989f577
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" # command to install dependencies install: "pip install -r requirements/test.txt" # command to run tests script: coverage run -m nose flake8 after_success: coveralls
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" # command to install dependencies install: "pip install -r requirements/test.txt" # command to run tests script: - coverage run -m nose - flake8 after_success: coveralls
Put coverage and flake8 on separate lines
Put coverage and flake8 on separate lines
YAML
mit
jessamynsmith/pipwrap,jessamynsmith/pipwrap,jessamynsmith/pipreq,jessamynsmith/pipreq
e630176a2f87ad610f2686785e3e1d8aa1880df9
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - jruby env: - "TEST_ADAPTER=postgresql TEST_OWNER=postgres TEST_USERNAME=postgres" - "TEST_ADAPTER=mysql TEST_USERNAME=root TEST_ENCODING=utf8" - "TEST_ADAPTER=mysql2 TEST_USERNAME=root TEST_ENCODING=utf8" - "TEST_ADAPTER=sqlite3 TEST_DATABASE=':memory:'" script: "rake spec" not...
language: ruby rvm: - 1.9.3 - jruby-18mode - jruby-19mode env: - "TEST_ADAPTER=postgresql TEST_OWNER=postgres TEST_USERNAME=postgres" - "TEST_ADAPTER=mysql TEST_USERNAME=root TEST_ENCODING=utf8" - "TEST_ADAPTER=mysql2 TEST_USERNAME=root TEST_ENCODING=utf8" - "TEST_ADAPTER=sqlite3 TEST_DATABASE=':memory:'"...
Test both 1.8 and 1.9 mode in jruby and exclude mysql2 test on jruby
Test both 1.8 and 1.9 mode in jruby and exclude mysql2 test on jruby
YAML
mit
mrbrdo/sequel-rails,zBMNForks/sequel-rails,TalentBox/sequel-rails,jarredholman/sequel-rails,amaniak/sequel-rails,jarredholman/sequel-rails,zBMNForks/sequel-rails,amaniak/sequel-rails,TalentBox/sequel-rails
bd1b55ea910a0f0d35cd5ee74992cc0f8efdbead
.travis.yml
.travis.yml
language: python python: - '3.5' install: - pip install -e . - pip install -r requirements.txt services: - redis-server before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-b...
language: python python: - '3.5' install: - pip install -e . - pip install -r requirements.txt services: - redis-server before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter - ./cc-test-reporter before-b...
Fix codeclimate code coverage stats
Fix codeclimate code coverage stats
YAML
mit
pwnbus/scoring_engine,pwnbus/scoring_engine,pwnbus/scoring_engine,pwnbus/scoring_engine
b8826f8df0a7286f3a533a05ef54ad4eb0997d68
.travis.yml
.travis.yml
language: ruby script: bundle exec rspec spec rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ruby-head - jruby-head - ree
language: ruby script: bundle exec rake rvm: - 1.8.7 - 1.9.2 - 1.9.3 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode - ruby-head - jruby-head - ree
Make Travis just run rake
Make Travis just run rake
YAML
mit
alphagov/ghost,bjeanes/ghost
77602d228faa86563c1d714746505f7f47ce704b
.travis.yml
.travis.yml
script: "bundle exec rake db:drop db:create db:migrate test" rvm: - 1.8.7 - rbx-2.0 - ree
script: "bundle exec rake db:drop db:create db:migrate test" rvm: - 1.8.7 - rbx - ree
Revert "Test against Rubinius 2.0"
Revert "Test against Rubinius 2.0" This reverts commit 8d4ee842f419d83e49559024e41c150767033530.
YAML
mit
0xCCD/travis-ci,0xCCD/travis-ci
268963d5520730cf650fc1bd49479c541df21958
hieradata/bgo/modules/calico.yaml
hieradata/bgo/modules/calico.yaml
--- calico::debug: false # Reflector settings calico::reflector::client_defaults: peer_as: 65501 local_as: 65501 calico::reflector::clients: c1: peer_ipv4: '172.18.0.103' c2: peer_ipv4: '172.18.0.104' c3: peer_ipv4: '172.18.0.105' gw: peer_ipv4: "%{hiera('netcfg_trp_gateway')}" # compute ...
--- calico::debug: false # Reflector settings calico::reflector::client_defaults: peer_as: 65501 local_as: 65501 calico::reflector::clients: c1: peer_ipv4: '172.18.0.103' c2: peer_ipv4: '172.18.0.104' c3: peer_ipv4: '172.18.0.105' gw: peer_ipv4: "%{hiera('netcfg_trp_gateway')}" # compute ...
Test hiera merge for peer default
Test hiera merge for peer default
YAML
apache-2.0
mikaeld66/himlar,norcams/himlar,TorLdre/himlar,eckhart/himlar,tanzr/himlar,eckhart/himlar,tanzr/himlar,raykrist/himlar,TorLdre/himlar,norcams/himlar,raykrist/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,norcams/himlar,eckhart/himlar,norcams/himlar,raykrist/himlar,mikaeld66/himlar,norcams/himlar,tanzr/himlar,T...
44bdecf9bedfbbfbfc9e43480c6130ddc364db98
data/transition-sites/monitor.yml
data/transition-sites/monitor.yml
--- site: monitor whitehall_slug: monitor title: Monitor redirection_date: 31st May 2014 homepage: https://www.gov.uk/government/organisations/monitor tna_timestamp: 20140106173514 host: www.monitor.gov.uk furl: www.gov.uk/monitor aliases: - monitor.gov.uk - monitor-nhsft.gov.uk - monitor-nhsft.org.uk - www.monitor-nhs...
--- site: monitor whitehall_slug: monitor title: Monitor redirection_date: 31st May 2014 homepage: https://www.gov.uk/government/organisations/monitor tna_timestamp: 20140106173514 host: www.monitor.gov.uk furl: www.gov.uk/monitor aliases: - monitor.gov.uk - monitor-nhsft.gov.uk - monitor-nhsft.org.uk - www.monitor-nhs...
Add missing query string param
[Monitor] Add missing query string param eg http://www.monitor.gov.uk/sites/all/modules/fckeditor/plugins/ktbrowser/_openTKFile.php?id=44724
YAML
mit
alphagov/transition-config,alphagov/transition-config
5a1290626b29cd1677d548757a9ab520ffb8663b
.github/workflows/ci-workflow.yml
.github/workflows/ci-workflow.yml
name: CI on: push: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 16 ] fail-fast: false steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v1 with: java-version: ${{ matrix.java-ve...
name: CI on: push: branches: - master env: # Check if version is a SNAPSHOT - grep returns 0 if the pattern is found, otherwise 1 IS_SNAPSHOT: $(grep -A 1 "<artifactId>kryo.*</artifactId>" pom.xml | grep SNAPSHOT) jobs: build: runs-on: ubuntu-latest strategy: matrix: ...
Add GitHub actions for CI and PR builds
Add GitHub actions for CI and PR builds
YAML
bsd-3-clause
EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo,EsotericSoftware/kryo
46a4b744598ece568c919e334caac479c90c3b4a
.github/workflows/style-check.yml
.github/workflows/style-check.yml
name: Style Check on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Find changed files run: echo "_CHANGED_FILES=$(git di...
name: Style Check on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Install style guide libs run: pip install flake8 wema...
Disable automated WPS guide and manually run it only on changed portions of the code
Disable automated WPS guide and manually run it only on changed portions of the code
YAML
mit
PMEAL/OpenPNM
07d7f7c15017228eb9098a9ef03fe7193130a6ee
packages/li/lines-of-action.yaml
packages/li/lines-of-action.yaml
homepage: https://github.com/jxv/lines-of-action#readme changelog-type: '' hash: 39c09ac169b0eb8306a670fe8d18baa76ee2d2f82807875d7894c7e233716a17 test-bench-deps: {} maintainer: Joe Vargas synopsis: Lines of Action, 2-player strategy board game changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: ! '>=0.5 &&...
homepage: https://github.com/jxv/lines-of-action#readme changelog-type: '' hash: c649ee4484d685ad7716fc876f20981a82f720eb25d0200479a4157f50e0faa3 test-bench-deps: {} maintainer: Joe Vargas synopsis: Lines of Action, 2-player strategy board game changelog: '' basic-deps: base: ! '>=4.7 && <5' containers: ! '>=0.5 &&...
Update from Hackage at 2018-06-16T07:07:53Z
Update from Hackage at 2018-06-16T07:07:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
a46bcab81a4924b47d33d5ef02f7f0daa361dfd5
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 before_script: - composer install --no-progress --prefer-source script: - vendor/bin/phpunit
language: php php: - 7.3 - 7.4 before_script: - composer install --no-progress --prefer-source script: - vendor/bin/phpunit
Update Travis config to match upported PHP versionS.
Update Travis config to match upported PHP versionS.
YAML
mit
mnapoli/FrontYAML