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 |
|---|---|---|---|---|---|---|---|---|---|
a1579dfabcf07eeb863dc803926220c8ffeb5f7f | docs/devsite-help/toc.yml | docs/devsite-help/toc.yml | - name: Client library help
items:
- name: Getting started
href: getting-started.md
- name: Troubleshooting
href: troubleshooting.md
- name: Emulator support
href: emulators.md
- name: Supported platforms
href: platforms.md
- name: Package names
href: package-names.md
- name: Page stre... | - name: Client library help
items:
- name: Getting started
href: getting-started.md
- name: Troubleshooting
href: troubleshooting.md
- name: Emulator support
href: emulators.md
- name: Supported platforms
href: platforms.md
- name: Package names
href: package-names.md
- name: Page stre... | Add TOC entry for GAX v4 breaking changes | docs: Add TOC entry for GAX v4 breaking changes
Without this, it looks like the file isn't actually published on
cloud.google.com.
| YAML | apache-2.0 | jskeet/gcloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet,googleapis/google-cloud-dotnet |
fd7bb0ae9aa9b0188e8c3b95aad889399695e9a0 | .badwolf.yml | .badwolf.yml | script:
- pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com -r dev-requirements.txt
- python setup.py develop
- py.test --cov=badwolf -v
notification:
email: lusheng.lv@bosondata.com.cn
| script:
- pip install -i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com -r dev-requirements.txt
- python setup.py develop
- py.test --cov=badwolf -v
notification:
email: tech@bosondata.com.cn
| Send notification email to tech group | Send notification email to tech group
| YAML | mit | bosondata/badwolf,bosondata/badwolf,bosondata/badwolf |
6aa9e020c225422edc67aa199063214e8b55810d | packages/co/continued-fraction.yaml | packages/co/continued-fraction.yaml | homepage: https://hub.darcs.net/vmchale/continued-fraction#readme
changelog-type: ''
hash: 450e6d11c9877cbb0afd8bab3a20da3bbe687fd728483d165d298f458198f6bf
test-bench-deps:
continued-fraction: -any
base: -any
hspec: -any
criterion: -any
maintainer: vanessa.mchale@reconfigure.io
synopsis: Types and functions for... | homepage: https://hub.darcs.net/vmchale/continued-fraction#readme
changelog-type: ''
hash: 8b45ed830b0c4283155a556090b810d1e831af5727f7ca1196ccef2f87c50bb2
test-bench-deps:
continued-fraction: -any
base: -any
hspec: -any
criterion: -any
maintainer: vanessa.mchale@reconfigure.io
synopsis: Types and functions for... | Update from Hackage at 2018-01-08T20:10:26Z | Update from Hackage at 2018-01-08T20:10:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
058718953187c361ec9c0217fecd60ded4cb0a41 | .rubocop.yml | .rubocop.yml | AllCops:
Exclude:
- db/schema.rb
- web/node_modules/**/*
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Exclude:
- db/**/*.rb
- spec/**/*.rb
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/NestedParenthesizedCalls:
Enabled: false
Style/BlockDelimiters:
Exclude:
- c... | AllCops:
Exclude:
- db/schema.rb
- web/node_modules/**/*
Documentation:
Enabled: false
Metrics/LineLength:
Max: 120
Exclude:
- db/**/*.rb
- spec/**/*.rb
Metrics/BlockLength:
Exclude:
- spec/**/*.rb
Style/HashSyntax:
EnforcedStyle: hash_rockets
Style/NestedParenthesizedCalls:
Enabl... | Exclude specs from RuboCop BlockLength rule | Exclude specs from RuboCop BlockLength rule
| YAML | mit | RailsRoading/wissle,RailsRoading/wissle,RailsRoading/wissle |
7e33938ae46bc36edc0832324b34ec5b6284862f | .rubocop.yml | .rubocop.yml | inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 1.9
Include:
- "**/*.cap"
- "Gemfile"
- "Rakefile"
- "appsignal.gemspec"
Exclude:
- "tmp/**/*"
- "gemfiles/vendor/**/*"
- "vendor/**/*"
- "benchmark.rake"
DisplayCopNames: true
UseCache: true
CacheRootDirectory: ./t... | inherit_from: .rubocop_todo.yml
AllCops:
TargetRubyVersion: 1.9
Include:
- "**/*.cap"
- "Gemfile"
- "Rakefile"
- "appsignal.gemspec"
Exclude:
- "pkg/**/*"
- "tmp/**/*"
- "gemfiles/vendor/**/*"
- "vendor/**/*"
- "benchmark.rake"
DisplayCopNames: true
UseCache: true
CacheR... | Exclude `pkg/` dir in RuboCop | Exclude `pkg/` dir in RuboCop [ci skip]
Used by `rake publish` to build different gem versions. No need to
validate them locally, as we wouldn't commit this directory either.
| YAML | mit | appsignal/appsignal-ruby,appsignal/appsignal,appsignal/appsignal-ruby,appsignal/appsignal,appsignal/appsignal-ruby,appsignal/appsignal-ruby,matrinox/appsignal-ruby,matrinox/appsignal-ruby,matrinox/appsignal-ruby |
499f08946c35d5b23df692bb70ded9cdfd49c790 | .rubocop.yml | .rubocop.yml | ---
inherit_from: .rubocop_todo.yml
require: rubocop-performance
AllCops:
TargetRubyVersion: 2.5
NewCops: enable
Layout/LineLength:
Max: 123
Exclude:
- 'lib/gitlab/client/*'
- 'spec/**/*'
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/ParameterLists:
MaxOptionalParameters: 4
Style/Doc... | ---
inherit_from: .rubocop_todo.yml
require: rubocop-performance
AllCops:
TargetRubyVersion: 2.5
NewCops: disable
Layout/LineLength:
Max: 123
Exclude:
- 'lib/gitlab/client/*'
- 'spec/**/*'
Metrics/BlockLength:
Exclude:
- 'spec/**/*'
Metrics/ParameterLists:
MaxOptionalParameters: 4
Style/Do... | Disable new cops in Rubocop | Disable new cops in Rubocop | YAML | bsd-2-clause | nanofi/gitlab,NARKOZ/gitlab,nanofi/gitlab,NARKOZ/gitlab |
1012a6544d623b6b2a231c9d89aeb2c0efedf85d | cloudbuild.yaml | cloudbuild.yaml | # See https://cloud.google.com/cloud-build/docs/build-config
steps:
- name: gcr.io/cloud-builders/docker
entrypoint: "/usr/bin/make"
args:
- "push-images"
- "TAG=$_GIT_TAG"
- name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
entrypoint: "/usr/bin/make"
args:
- "deploy"
- "TAG=... | # See https://cloud.google.com/cloud-build/docs/build-config
steps:
- id: build-image
name: gcr.io/cloud-builders/docker
entrypoint: "/usr/bin/make"
args:
- "push-images"
- "TAG=$_GIT_TAG"
- id: deploy-staging
name: "gcr.io/google.com/cloudsdktool/cloud-sdk"
entrypoint: "/usr/bin/mak... | Add stage ids and wait for image build | Add stage ids and wait for image build
| YAML | apache-2.0 | kubernetes/registry.k8s.io,kubernetes/registry.k8s.io |
583e110e5731c19ca53da52de361b14d407726a7 | data/deployments/production/sesi_rocquencourt.yaml | data/deployments/production/sesi_rocquencourt.yaml | ---
mountpoints:
/srv/storage/space:
device: saam:/srv/storage/space
fstype: nfs
options:
- rw
- soft
- intr
- rsize=8192
- wsize=8192
- noauto
- x-systemd.automount
- x-systemd.device-timeout=10
/srv/softwareheritage/objects:
device: saam:/srv/softwar... | ---
tmpfs::size: "%{::memory.swap.total_bytes}"
tmpfs::nr_inodes: 1m
mountpoints:
/srv/storage/space:
device: saam:/srv/storage/space
fstype: nfs
options:
- rw
- soft
- intr
- rsize=8192
- wsize=8192
- noauto
- x-systemd.automount
- x-systemd.device-timeout... | Add swap and tmp on tmpfs for Rocquencourt prod workers | Add swap and tmp on tmpfs for Rocquencourt prod workers
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
6b71493b39af5119c01250b089c6ff58c7dcc953 | metadata/com.fabienli.dokuwiki.yml | metadata/com.fabienli.dokuwiki.yml | Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/fabienli/DokuwikiAndroid
IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues
AutoName: Dokuwiki
Description: Android application to access a dokuwiki and keep pages in local cache.
RepoType: git
Repo: https://github.com/fab... | Categories:
- Internet
License: GPL-3.0-or-later
SourceCode: https://github.com/fabienli/DokuwikiAndroid
IssueTracker: https://github.com/fabienli/DokuwikiAndroid/issues
AutoName: Dokuwiki
Description: Android application to access a dokuwiki and keep pages in local cache.
RepoType: git
Repo: https://github.com/fab... | Update Dokuwiki to v0.16 (60) | Update Dokuwiki to v0.16 (60)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
932294a59b1ee4cb348ae309a6d30aea69cd5b1a | metadata/slowscript.warpinator.yml | metadata/slowscript.warpinator.yml | Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/slowscript/warpinator-android
IssueTracker: https://github.com/slowscript/warpinator-android/issues
Changelog: https://github.com/slowscript/warpinator-android/releases
AutoName: Warpinator
RepoType: git
Repo: https://github.com/slowscript/... | Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/slowscript/warpinator-android
IssueTracker: https://github.com/slowscript/warpinator-android/issues
Changelog: https://github.com/slowscript/warpinator-android/releases
AutoName: Warpinator
RepoType: git
Repo: https://github.com/slowscript/... | Update Warpinator to 1.3.2 (1032) | Update Warpinator to 1.3.2 (1032)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a445093ce091b05dc0ea687b121361aa0b74d49d | ansible/roles/etcd/tasks/github-release.yml | ansible/roles/etcd/tasks/github-release.yml | ---
- name: etcd version
set_fact:
etcd_version: "v2.2.0"
- name: Create download dir
file: path="/tmp/.ansible/files" state=directory
- name: Download tar file
get_url:
url: "https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz"
dest: /tmp/.... | ---
- name: etcd version
set_fact:
etcd_version: "v2.2.3"
- name: Create download dir
file: path="/tmp/.ansible/files" state=directory
- name: Download tar file
get_url:
url: "https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz"
dest: /tmp/.... | Update ansible etcd version to 2.2.3 | Update ansible etcd version to 2.2.3 | YAML | apache-2.0 | piosz/contrib,k8s-packages-power/contrib,jojimt/contrib,kow3ns/contrib,Q-Lee/contrib,eastbanctech/kubernetes-contrib,Wattpad/kubernetes-contrib,vishpat/contrib,lavalamp/contrib,chiradeep/contrib,k8s-packages-power/contrib,lavalamp/contrib,rchicoli/kubernetes-contrib,gemini-project/contrib,jojimt/contrib,marketlogicsoft... |
849e7edf115ebd44c683099b3333db336a342e7c | metadata/com.marcdonald.hibi.yml | metadata/com.marcdonald.hibi.yml | Categories:
- Science & Education
- Writing
License: Apache-2.0
AuthorName: Marc Donald
AuthorWebSite: https://marcdonald.com/
WebSite: https://marcdonald.com/hibi
SourceCode: https://github.com/marcdonald/hibi
IssueTracker: https://github.com/marcdonald/hibi/issues
Changelog: https://github.com/MarcDonald/Hibi/rel... | Categories:
- Science & Education
- Writing
License: Apache-2.0
AuthorName: Marc Donald
AuthorWebSite: https://marcdonald.com/
WebSite: https://marcdonald.com/hibi
SourceCode: https://github.com/marcdonald/hibi
IssueTracker: https://github.com/marcdonald/hibi/issues
Changelog: https://github.com/MarcDonald/Hibi/rel... | Update Hibi to 1.4.0 (36) | Update Hibi to 1.4.0 (36)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
7a1003acb62b8591f7e7eca5307393bb252bf9c4 | metadata/com.omgodse.notally.yml | metadata/com.omgodse.notally.yml | Categories:
- Writing
License: GPL-3.0-only
AuthorName: Om Godse
AuthorEmail: omgodseapps@gmail.com
SourceCode: https://github.com/OmGodse/Notally
IssueTracker: https://github.com/OmGodse/Notally/issues
Donate: https://www.patreon.com/omgodse
AutoName: Notally
RepoType: git
Repo: https://github.com/OmGodse/Notally
... | Categories:
- Writing
License: GPL-3.0-only
AuthorName: Om Godse
AuthorEmail: omgodseapps@gmail.com
SourceCode: https://github.com/OmGodse/Notally
IssueTracker: https://github.com/OmGodse/Notally/issues
Donate: https://www.patreon.com/omgodse
AutoName: Notally
RepoType: git
Repo: https://github.com/OmGodse/Notally
... | Update Notally to 3.3 (28) | Update Notally to 3.3 (28)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
588491efb66e97fd06132a6114fc0e9f95196916 | metadata/de.pixart.messenger.yml | metadata/de.pixart.messenger.yml | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
RepoType: ... | Categories:
- Internet
License: GPL-3.0-only
AuthorName: Christian Schneppe
SourceCode: https://github.com/kriztan/Pix-Art-Messenger
IssueTracker: https://github.com/kriztan/Pix-Art-Messenger/issues
Changelog: https://github.com/kriztan/Pix-Art-Messenger/blob/HEAD/CHANGELOG.md
AutoName: Pix-Art Messenger
RepoType: ... | Update Pix-Art Messenger to 2.1.1 (243) | Update Pix-Art Messenger to 2.1.1 (243)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
2ec71f80babfea71f127136a1f4f0c7c512da679 | packages/li/lightstep-haskell.yaml | packages/li/lightstep-haskell.yaml | homepage: https://github.com/ethercrow/lightstep-haskell#readme
changelog-type: ''
hash: 748c6f764ba3694eebc8385c2e7f2c23eac8ce9ea31bfc92538b0b024f9a5cc7
test-bench-deps: {}
maintainer: Dmitry Ivanov <ethercrow@gmail.com>
synopsis: LightStep OpenTracing client library
changelog: ''
basic-deps:
stm: -any
base: ! '>=... | homepage: https://github.com/ethercrow/lightstep-haskell#readme
changelog-type: ''
hash: 36315a3a74c0e81c7436b7d23bcb635157e4f985f22e571bb8fa555fb3d84f2c
test-bench-deps: {}
maintainer: Dmitry Ivanov <ethercrow@gmail.com>
synopsis: LightStep OpenTracing client library
changelog: ''
basic-deps:
stm: -any
base: ! '>=... | Update from Hackage at 2019-10-29T13:20:39Z | Update from Hackage at 2019-10-29T13:20:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
968e96f0a67a09040dffc2803558ab812aa44455 | config/automation/front_door_opened.yaml | config/automation/front_door_opened.yaml | - alias: 'Main door open'
initial_state: True
trigger:
- platform: state
entity_id: binary_sensor.door_window_sensor_158d00016d6ddb
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.gateway_light_34ce0088d9ad
- service: xiaomi.play_ringtone
data:
... | - alias: 'Main door open'
initial_state: True
trigger:
- platform: state
entity_id: binary_sensor.door_window_sensor_158d00016d6ddb
to: 'on'
action:
- service: light.turn_on
data:
entity_id: light.gateway_light_34ce0088d9ad
# - service: xiaomi.play_ringtone
# data:
# ... | Comment out front door ringtone-malfunctioning. | Comment out front door ringtone-malfunctioning.
| YAML | mit | pluskal/Home-AssistantConfig,pluskal/Home-AssistantConfig |
de135748bccc3d0403a098a3bcb9067fb844ea78 | .github/workflows/gh-pages.yml | .github/workflows/gh-pages.yml | name: Deploy Documentation
on:
pull_request:
branches:
- release
jobs:
deploy-docs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: Set up Python 3.8
uses: actions/setup-pyth... | name: Deploy Documentation
on:
workflow_dispatch:
pull_request:
branches:
- release
jobs:
deploy-docs:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v2
# Install dependencies
- name: Set up Python 3.8
use... | Add option to docs action to run on demand | Add option to docs action to run on demand | YAML | mit | PMEAL/OpenPNM |
d1ed3ff34a7319c56bab8cff98134d7aa814a5b9 | .github/workflows/prettier.yml | .github/workflows/prettier.yml | name: Prettier
on:
push:
branches: [ master, next ]
pull_request:
branches: [ master, next ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_act... | name: Prettier
on:
push:
branches: [ master, next ]
pull_request:
branches: [ master, next ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/prettier_act... | Fix version to be with a "v" | Fix version to be with a "v"
| YAML | mit | sebastianks/volcano |
4c22d7e9f1d98bf8e734440cef30ad5cfe093c51 | jetstreamdockerenv/group_vars/imageinstances.yml | jetstreamdockerenv/group_vars/imageinstances.yml | ---
image: "{{ base_name }}"
volume_name: galaxy-gie-all-20170417
image_names:
- bgruening/docker-jupyter-notebook:16.01.1
- shiltemann/ethercalc-galaxy-ie
| ---
image: "{{ base_name }}"
volume_name: galaxy-gie-all-20170419
image_names:
- bgruening/docker-jupyter-notebook:17.05
- shiltemann/ethercalc-galaxy-ie
| Update GIE Docker image volume | Update GIE Docker image volume
| YAML | mit | galaxyproject/infrastructure-playbook,galaxyproject/infrastructure-playbook |
9e87ee1fb0819b2db33546a9c240f400e3dfa2b8 | test/config/default.yml | test/config/default.yml | app:
port: 6789
# namespace:
# The base path for this application. Leave empty or omit for none.
namespace: /test
# trustProxy:
# Whether to set the Express 'trust proxy' setting, which tells Express to
# use the X-Forwarded-* headers to get client information like IP address and
# prot... | app:
port: 9099
# namespace:
# The base path for this application. Leave empty or omit for none.
namespace: /test
# trustProxy:
# Whether to set the Express 'trust proxy' setting, which tells Express to
# use the X-Forwarded-* headers to get client information like IP address and
# prot... | Change test port to 9099 | Change test port to 9099
| YAML | mit | nylen/node-web-template,nylen/node-web-media-player |
a9b759dbfb01a0de50da531f4552d578160a044b | .zuul.yaml | .zuul.yaml | - project:
check:
jobs:
- monasca-tempest-python-mysql:
voting: false
- monasca-tempest-python-postgresql:
voting: false
- monasca-tempest-java-mysql:
voting: false
- monasca-tempest-java-postgresql:
voting: false
- legacy... | - project:
check:
jobs:
- monasca-tempest-python-influxdb:
voting: false
- monasca-tempest-python-cassandra:
voting: false
- monasca-tempest-java-influxdb:
voting: false
- monasca-tempest-java-cassandra:
voting: false
- le... | Fix Zuul job names to enable tempest tests | Fix Zuul job names to enable tempest tests
Zuul job names have been changed in 877f3d60. Update Zuul configuration
to reflect these changes, so that tempest tests are run.
Change-Id: I0b706627eafb7c1d4651679c28b61436e34138ba
Depends-On: https://review.openstack.org/550795
| YAML | apache-2.0 | stackforge/monasca-thresh,stackforge/monasca-thresh,openstack/monasca-thresh,openstack/monasca-thresh,openstack/monasca-thresh |
1fb3ea69436f242eb570255ce101310438fe2a9a | example/src/main/resources/application.yml | example/src/main/resources/application.yml | spring:
profiles:
active: receiver,ssl
hono:
client:
host: localhost
tenant:
id: DEFAULT_TENANT
device:
id: 4711
---
spring:
profiles: receiver
hono:
client:
port: 15671
---
spring:
profiles: ssl
hono:
client:
hostnameVerificationRequired: false
trustStorePath: target/config/ho... | spring:
jmx:
enabled: false
profiles:
active: receiver,ssl
hono:
client:
host: localhost
tenant:
id: DEFAULT_TENANT
device:
id: 4711
---
spring:
profiles: receiver
hono:
client:
port: 15671
---
spring:
profiles: ssl
hono:
client:
hostnameVerificationRequired: false
trustS... | Disable JMX exporter for command line consumer. | Disable JMX exporter for command line consumer.
Signed-off-by: Kai Hudalla <6c3288b94355003a6c5f12ba233f9fc06ef02a62@bosch-si.com> | YAML | epl-1.0 | dejanb/hono,dejanb/hono,dejanb/hono |
3e615f77cd2a004d88b4f0e927884ed5ae597c93 | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | .github/workflows/copy-pr-template-to-dependabot-prs.yaml | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
jobs:
copy_pr_template:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- name: Fetch PR template
id: fetch-pr-template
uses: juliangruber/re... | name: Copy PR template to Dependabot PRs
on:
pull_request_target:
types: [opened]
permissions:
contents: read
pull-requests: write
jobs:
copy_pr_template:
name: Copy PR template to Dependabot PR
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/chec... | Create workflow to copy PR template onto Dependabot PRs | Create workflow to copy PR template onto Dependabot PRs | YAML | mit | alphagov/frontend,alphagov/frontend,alphagov/frontend,alphagov/frontend |
9ab0e5ce12610fd6912d26e55533c17f3fad5bf4 | packages/de/DeepDarkFantasy.yaml | packages/de/DeepDarkFantasy.yaml | homepage: ''
changelog-type: ''
hash: 536eb5ccdb14b53963fd9fbc90f357f7c3e2f4da88c4d2c17d6a2e4123b9f877
test-bench-deps:
base: ! '>=4.9.0.0 && <=4.9.1.0'
constraints: -any
mtl: -any
random: -any
DeepDarkFantasy: -any
maintainer: lolisa@marisa.moe
synopsis: A DSL for creating neural network.
changelog: ''
basic... | homepage: ''
changelog-type: ''
hash: 0dbd16368edcf4cf67ec98a506923cd4500d6ba2f72cca07b469a66a3abdefe4
test-bench-deps:
base: ! '>=4.9.0.0 && <=4.9.1.0'
constraints: -any
mtl: -any
random: -any
DeepDarkFantasy: -any
maintainer: lolisa@marisa.moe
synopsis: A DSL for creating neural network.
changelog: ''
basic... | Update from Hackage at 2017-04-01T23:36:21Z | Update from Hackage at 2017-04-01T23:36:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
841882a693e69da8249bb75e7f42497ff599b6e0 | test/fixtures/profiles.yml | test/fixtures/profiles.yml | one:
id: 1
firstname: Ada
lastname: Lovelace
email: ada@mail.de
encrypted_password: <%= Profile.new.send(:password_digest, 'Testpassword') %>
languages: Deutsch
city: New York
talks: CCC
published: true
two:
id: 2
firstname: Inge
lastname: lastname
email: inge@mail.de
languages: Deutsch
c... | one:
id: 1
firstname: Ada
lastname: Lovelace
email: ada@mail.de
encrypted_password: <%= Profile.new.send(:password_digest, 'Testpassword') %>
languages: Deutsch
talks: CCC
published: true
two:
id: 2
firstname: Inge
lastname: lastname
email: inge@mail.de
languages: Deutsch
talks: Repuclica
... | Remove city from the fixtures in the rakes tests | Remove city from the fixtures in the rakes tests
| YAML | mit | rubymonsters/speakerinnen_liste,1000miles/speakerinnen_liste,rubymonsters/speakerinnen_liste,rubymonsters/speakerinnen_liste,1000miles/speakerinnen_liste,1000miles/speakerinnen_liste |
16c31990c232625f99df6ff4fddab320b092c73e | metadata/com.securefilemanager.app.yml | metadata/com.securefilemanager.app.yml | Categories:
- Security
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/Secure-File-Manager/Secure-File-Manager
IssueTracker: https://github.com/Secure-File-Manager/Secure-File-Manager/issues
Changelog: https://github.com/Secure-File-Manager/Secure-File-Manager/blob/HEAD/CHANGELOG.md
RepoType: git... | Categories:
- Security
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/Secure-File-Manager/Secure-File-Manager
IssueTracker: https://github.com/Secure-File-Manager/Secure-File-Manager/issues
Changelog: https://github.com/Secure-File-Manager/Secure-File-Manager/blob/HEAD/CHANGELOG.md
AutoName: Sec... | Set autoname of Secure File Manager Beta | Set autoname of Secure File Manager Beta
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
488279c5c9d082a0b7b71c8cee67a942e2cb81f0 | packages/la/latex-formulae-hakyll.yaml | packages/la/latex-formulae-hakyll.yaml | homepage: https://github.com/liamoc/latex-formulae#readme
changelog-type: ''
hash: 6e21582d5e8f5b5a0e3671becabcf7a35bab8600a7da7b79717cd204902a8ee2
test-bench-deps: {}
maintainer: liamoc@cse.unsw.edu.au
synopsis: Use actual LaTeX to render formulae inside Hakyll pages
changelog: ''
basic-deps:
lrucache: ! '>=1.2 && <... | homepage: https://github.com/liamoc/latex-formulae#readme
changelog-type: ''
hash: f33ba39349e3f633cfb07f6ab5dc8564cb4d017560c0c44ba7f3156ce0b9e0db
test-bench-deps: {}
maintainer: liamoc@cse.unsw.edu.au
synopsis: Use actual LaTeX to render formulae inside Hakyll pages
changelog: ''
basic-deps:
lrucache: ! '>=1.2 && <... | Update from Hackage at 2015-11-13T03:36:30+0000 | Update from Hackage at 2015-11-13T03:36:30+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
5a64086e50bb2fcce1e9384bad965e2e0b42509e | metadata/me.ranko.autodark.yml | metadata/me.ranko.autodark.yml | Categories:
- System
License: MIT
AuthorName: 0ranko0P
AuthorEmail: ranko0p@outlook.com
SourceCode: https://github.com/0ranko0P/AutoDark
IssueTracker: https://github.com/0ranko0P/AutoDark/issues
Changelog: https://github.com/0ranko0P/AutoDark/releases
AutoName: AutoDark
RepoType: git
Repo: https://github.com/0ranko... | Categories:
- System
License: MIT
AuthorName: 0ranko0P
AuthorEmail: ranko0p@outlook.com
SourceCode: https://github.com/0ranko0P/AutoDark
IssueTracker: https://github.com/0ranko0P/AutoDark/issues
Changelog: https://github.com/0ranko0P/AutoDark/releases
AutoName: AutoDark
RepoType: git
Repo: https://github.com/0ranko... | Update AutoDark to 3.0.2 (12) | Update AutoDark to 3.0.2 (12)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ef56269034baeff74f07475dcce3428cf19f41f8 | changelogs/unreleased/1870-impersonation-stuck-on-password-change.yml | changelogs/unreleased/1870-impersonation-stuck-on-password-change.yml | ---
title: Impersonation no longer gets stuck on password change.
merge_request: 2904
author:
type: fixed
| ---
title: Impersonation no longer gets stuck on password change.
merge_request: 15497
author:
type: fixed
| Fix MR IID in changelog item | Fix MR IID in changelog item
[ci skip]
| YAML | mit | stoplightio/gitlabhq,iiet/iiet-git,jirutka/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,jirutka/gitlabhq,iiet/iiet-git,iiet/iiet-git,mmkassem/gitlabhq,dreampet/gitlab,iiet/iiet-git,stoplightio/gitlabhq,dreampet/gitlab,axilleas/gitlabhq,jirutka/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,dreampet/gitlab,jirutka/g... |
f46e002eac7693f69c8749491f70d936f767bfb3 | packages/ca/canteven-http.yaml | packages/ca/canteven-http.yaml | homepage: https://github.com/SumAll/canteven-http
changelog-type: ''
hash: 935dcd783a91086ca4437e461b16ebe666358d7ec6cc98c4ec64575e16c37e55
test-bench-deps: {}
maintainer: rick@owenssoftware.com
synopsis: Utilities for HTTP programming.
changelog: ''
basic-deps:
exceptions: ! '>=0.8.2 && <0.9'
bytestring: ! '>=0.10... | homepage: https://github.com/SumAll/canteven-http
changelog-type: ''
hash: 93ec0e7fe7a761149eb51292f78988cefc1ba5a1eccc4864f434f8e61e5a92b9
test-bench-deps: {}
maintainer: rick@owenssoftware.com
synopsis: Utilities for HTTP programming.
changelog: ''
basic-deps:
exceptions: ! '>=0.8.2 && <0.9'
bytestring: ! '>=0.10... | Update from Hackage at 2016-10-01T03:41:11+00:00 | Update from Hackage at 2016-10-01T03:41:11+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
4611ab5a2976dd01d3f647113784fff673e19da9 | packages/th/th-reify-many.yaml | packages/th/th-reify-many.yaml | homepage: http://github.com/mgsloan/th-reify-many
changelog-type: ''
hash: fe00ca5b122ab4faa12f8ba41c59b83dba5ce28573bfef0f92e051cfca6976d0
test-bench-deps:
base: -any
th-reify-many: -any
template-haskell: -any
maintainer: Michael Sloan <mgsloan at gmail>
synopsis: Recurseively reify template haskell datatype inf... | homepage: http://github.com/mgsloan/th-reify-many
changelog-type: ''
hash: 61020b3bbb609d80962494775bcbc2c2d02fde68f744a9794439c9e9c11168ef
test-bench-deps:
base: -any
th-reify-many: -any
template-haskell: -any
maintainer: Michael Sloan <mgsloan at gmail>
synopsis: Recurseively reify template haskell datatype inf... | Update from Hackage at 2016-01-19T00:15:13+0000 | Update from Hackage at 2016-01-19T00:15:13+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
b0d69292ee4ca0b94047501b73f81397021ade82 | ci/pipelines/shared/shared_jinja.yml | ci/pipelines/shared/shared_jinja.yml | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | Fix jinja logic for concourse-to-github creds | GEODE-6483: Fix jinja logic for concourse-to-github creds
Authored-by: Robert Houghton <8ee5723e9b22f5849055c1010807733cae5c117f@pivotal.io>
| YAML | apache-2.0 | jdeppe-pivotal/geode,PurelyApplied/geode,jdeppe-pivotal/geode,davinash/geode,davebarnes97/geode,masaki-yamakawa/geode,smgoller/geode,davebarnes97/geode,davebarnes97/geode,smgoller/geode,masaki-yamakawa/geode,smgoller/geode,davinash/geode,davinash/geode,davebarnes97/geode,davinash/geode,jdeppe-pivotal/geode,masaki-yamak... |
25705d95256b842cd996cc3beafc3427a95080a2 | kubernetes_deploy/staging/deployment.yml | kubernetes_deploy/staging/deployment.yml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kubernetes.io/change-cause: "<to be filled in deploy_to_kubernetes script>"
name: laa-legal-adviser-api
spec:
replicas: 2
template:
metadata:
labels:
app: laa-legal-adviser-api
env: staging
service_area:... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
annotations:
kubernetes.io/change-cause: "<to be filled in deploy_to_kubernetes script>"
name: laa-legal-adviser-api
spec:
replicas: 2
template:
metadata:
labels:
app: laa-legal-adviser-api
env: staging
service_area:... | Remove as-yet-not-useful sections of container spec | Remove as-yet-not-useful sections of container spec
They were copied across, but as they're not actually doing anything yet
it's probably best to remove them until we're ready to define them,
rather than have them hanging about incorrectly
| YAML | mit | ministryofjustice/laa-legal-adviser-api,ministryofjustice/laa-legal-adviser-api,ministryofjustice/laa-legal-adviser-api |
3adfc31e95c03e257c837740a045f20a13876ffa | build.yaml | build.yaml | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.6"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.12"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.1"
- "com.github.rundeck-plugins:multilin... | ---
rundeck:
plugins: # Extra plugins to bundle
- "com.github.Batix:rundeck-ansible-plugin:3.1.0"
- "com.github.rundeck-plugins:aws-s3-model-source:v1.0.6"
- "com.github.rundeck-plugins:py-winrm-plugin:2.0.13"
- "com.github.rundeck-plugins:openssh-node-execution:2.0.1"
- "com.github.rundeck-plugins:multilin... | Upgrade pywinrm plugin. Excluded RD_EXEC_COMMAND from environment variables due to it presents an issue when the command is a special character like % | Upgrade pywinrm plugin. Excluded RD_EXEC_COMMAND from environment variables due to it presents an issue when the command is a special character like %
| YAML | apache-2.0 | rundeck/rundeck,variacode/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck,rundeck/rundeck,rundeck/rundeck,variacode/rundeck,variacode/rundeck,rundeck/rundeck |
4c05f16a7f126af137df052c3dc269fd06ebb108 | circle.yml | circle.yml | machine:
node:
version: 4.3.1
general:
artifacts:
- "./coverage/lcov-report/"
| machine:
node:
version: 4.3.1
dependencies:
pre:
# Clean out node-modules to prevent issues with circle-ci's caching.
- rm -rf node_modules
general:
artifacts:
- "./coverage/lcov-report/"
| Clean out node_modules before install on CI. | Clean out node_modules before install on CI.
| YAML | mit | rangle/angular2-starter,rangle/angular2-starter,rangle/angular2-starter |
2191bc0ecdf2b2a6d6a454a42dadbd2ea09fece4 | circle.yml | circle.yml | machine:
node:
version: 4.4.7
test:
post:
# Ensure steps leading up to publishing work.
- node_modules/.bin/builder run transpile-dev | machine:
node:
version: 4.4.7
test:
post:
# Ensure steps leading up to publishing work.
- node_modules/.bin/builder run build-dist | Use correct script in Circle | Use correct script in Circle
| YAML | mit | plotly/dash-core-components |
202b676b1e91620df7c55a6be0e02962dcb8b601 | circle.yml | circle.yml | general:
artifacts:
- "build/reports" # relative to the build directory
branches:
ignore:
- gh-pages # list of branches to ignore
- /release\/.*/ # or ignore regexes
machine:
environment:
TERM: dumb
CI_BUILD: true
java:
version: oraclejdk7
test:
pre:
- ./create-coveralls... | general:
artifacts:
- "build/reports" # relative to the build directory
branches:
ignore:
- gh-pages # list of branches to ignore
- /release\/.*/ # or ignore regexes
machine:
environment:
TERM: dumb
CI_BUILD: true
java:
version: oraclejdk7
test:
pre:
- ./create-coveralls... | Add coveralls to test execution | Add coveralls to test execution
| YAML | apache-2.0 | mmichaelis/hamcrest-nextdeed,mmichaelis/hamcrest-nextdeed |
db3da44e675bdbcbdee365b200868f72bff5cfd6 | circle.yml | circle.yml | #general:
# build_dir: koordinates
machine:
python:
version: 2.7.9
test:
override:
- python setup.py test
| #general:
# build_dir: koordinates
#machine:
# python:
# version: 2.7.9
#test:
# override:
# - python setup.py test
machine:
python:
version: 3.4.2
dependencies:
pre:
- if [ $CIRCLE_NODE_INDEX == "1" ] ; then pyenv global 2.7.9 ; fi
test:
override:
- make tes... | Support 2.x/3.x testing via Parallel testing in CI | Support 2.x/3.x testing via Parallel testing in CI
This change will cause CircleCI to run two sets of tests in parallel.
The first container will use 3.4.3 (which has been set as the default
in the circle.yml 'machine' section. The second contain will, by testing
the env var 'CIRCLE_NODE_INDEX' switch to 2.7.9
| YAML | bsd-3-clause | koordinates/python-client,koordinates/python-client |
2e37fddefb10bead2fac312d5a414c45e8eecc31 | packages/te/test-framework-th-prime.yaml | packages/te/test-framework-th-prime.yaml | homepage: ''
changelog-type: ''
hash: 00b348473c411661809d90507150b6d128aed45f58be3562bfdc97b8a6da3160
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Template Haskell for test framework
changelog: ''
basic-deps:
test-framework: -any
base: ! '>=4 && <5'
haskell-src-exts: -any
cpphs: ! '... | homepage: ''
changelog-type: ''
hash: faee4da570533c3304b2239b218f6284eb24c6535e2c862f938f44cc99db5e5a
test-bench-deps: {}
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
synopsis: Template Haskell for test framework
changelog: ''
basic-deps:
test-framework: -any
base: ! '>=4 && <5'
haskell-src-exts: -any
cpphs: ! '... | Update from Hackage at 2017-09-11T06:15:02Z | Update from Hackage at 2017-09-11T06:15:02Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d880b9294bdf2e5f95dfd3cefde0ae482ac45afd | recipes/parquet-python/meta.yaml | recipes/parquet-python/meta.yaml | {% set name = "parquet-python" %}
{% set version = "1.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/p/parquet/parquet-{{ version }}.tar.gz
sha256: fb1c90768c1b9159d4d6a9b3112ea8107b0b46d7491c5ac452ba7350f333bf0a
build:
number: 0
noarch: python... | {% set name = "parquet-python" %}
{% set version = "1.3.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/p/parquet/parquet-{{ version }}.tar.gz
sha256: fb1c90768c1b9159d4d6a9b3112ea8107b0b46d7491c5ac452ba7350f333bf0a
build:
number: 0
noarch: python... | Use top level as first output | Use top level as first output
| YAML | bsd-3-clause | jakirkham/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes |
58c678aaede9fb87d4396242ada1d7ed90f7090a | parameters/Endogenous_BASL_11-params.yml | parameters/Endogenous_BASL_11-params.yml | ---
wall_channel: 1
marker_channel: 0
surface_percentile: 95
wall_percentile_filter_percentile: 95
wall_percentile_filter_size: 2
wall_zabove: -2
wall_zbelow: 6
wall_threshold_adaptive_block_size: 51
wall_remove_small_objects_in_cell_min_size: 5
wall_remove_small_objects_in_wall_min_size: 50
wall_erode_step: True
marke... | ---
wall_channel: 1
marker_channel: 0
surface_percentile: 95
wall_percentile_filter_percentile: 95
wall_percentile_filter_size: 2
wall_zabove: 0
wall_zbelow: 6
wall_threshold_adaptive_block_size: 151
wall_remove_small_objects_in_cell_min_size: 30
wall_remove_small_objects_in_wall_min_size: 50
wall_erode_step: True
mark... | Fix params for endogenous basl 11 | Fix params for endogenous basl 11
| YAML | mit | JIC-Image-Analysis/cells-from-leaves,JIC-Image-Analysis/cells-from-leaves,JIC-Image-Analysis/cells-from-leaves |
c6c197c0e35af5d7ff43eecc8f33f3858c1c6bfd | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
branches:
- main
jobs:
ci:
name: CI
runs-on: debian-latest
env:
DATABASE_URL: postgres://postgres@localhost:5433/flatshare_app_test
services:
db:
image: postgres:10.13
ports: ["5433:5432"]
env:
POSTGRES_HOS... | name: CI
on:
push:
pull_request:
branches:
- main
jobs:
ci:
name: CI
runs-on: ubuntu-20.04
env:
DATABASE_URL: postgres://postgres@localhost:5433/flatshare_app_test
services:
db:
image: postgres:10.13
ports: ["5433:5432"]
env:
POSTGRES_HOST... | Change OS label to ubuntu-20.04 | Change OS label to ubuntu-20.04 | YAML | mit | casi/flatshare_app,casi/flatshare_app,casi/flatshare_app,casi/flatshare_app |
e1637a41b24d7da36e55b117a83d167de16a9677 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
phpspec:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Validate Composer files
run:... | name: CI
on: [push, pull_request]
jobs:
phpspec:
runs-on: ubuntu-latest
strategy:
matrix:
php: [7.2, 7.3, 7.4, 8.0]
steps:
- uses: actions/checkout@v1
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- name: Validate Composer files
run:... | Stop using deprecated Composer option | CI: Stop using deprecated Composer option
| YAML | mit | franzliedke/studio |
1d70065c5029cd7e3f3abd70702b1f84058b42b5 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
env:
RUSTFLAGS: '-Dwarnings'
jobs:
test:
name: Rust ${{matrix.rust}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.34.0]
os: [ubuntu,... | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
env:
RUSTFLAGS: -Dwarnings
jobs:
test:
name: Rust ${{matrix.rust}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.34.0]
os: [ubuntu, m... | Drop unneeded quoting from env variable in workflows yaml | Drop unneeded quoting from env variable in workflows yaml
| YAML | apache-2.0 | dtolnay/link-cplusplus |
355b4b774b9fff657be4e0245824934fbdcfa61a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
env:
PROJECT_NAME: Lunet
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install .NET 5.0
uses: actions/setup-do... | name: ci
env:
PROJECT_NAME: Lunet
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'changelog.md'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install .NET 6.0
uses: actions/setup-do... | Fix CI to use net6.0 | Fix CI to use net6.0
| YAML | bsd-2-clause | lunet-io/lunet,lunet-io/lunet |
21e9d9743588d3a0f961fefee5113c7abc6199fc | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.7.x
- 2.6.x
- 2.5.x
rails:
- rails_5.2.4
- rails_6.0.3
- rails_6.1.0
steps:
- name: Ch... | ---
name: CI
on:
- push
- pull_request
jobs:
rspec:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- 2.7.x
- 2.6.x
- 2.5.x
rails:
- rails_5.2.4
- rails_6.0.3
- rails_6.1.0
steps:
- name: Ch... | Use latest bundler version in CI | Use latest bundler version in CI
| YAML | mit | crohr/syslogger |
d698309100ae72cdb9ff0508bd451b9ea77c08d5 | .github/workflows/go.yml | .github/workflows/go.yml | name: Go
on:
push:
pull_request:
schedule:
- cron: '6 15 * * SUN'
jobs:
build:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
name: "Build ${{ matrix.go-version }} test on ${{... | name: Go
on:
push:
pull_request:
schedule:
- cron: '6 15 * * SUN'
jobs:
build:
strategy:
matrix:
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
name: "Build ${{ matrix.go-version }} test on ${{ matrix.... | Test on newer versions of Go | Test on newer versions of Go
| YAML | apache-2.0 | maxmind/geoip2-csv-converter,maxmind/geoip2-csv-converter |
db9af74aaadf9111b24ecdf96e679ab8955666e2 | .github/workflows/sw.yml | .github/workflows/sw.yml | name: sw
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-20.04, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
- name: build
if: matrix.os == 'windo... | name: sw
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-20.04, macOS-latest]
steps:
- uses: actions/checkout@v1
- uses: egorpugin/sw-action@master
- name: build
if: matrix.os == 'windo... | Build unit tests on github ci on linux/macos. | [ci] Build unit tests on github ci on linux/macos.
| YAML | apache-2.0 | amitdo/tesseract,UB-Mannheim/tesseract,stweil/tesseract,amitdo/tesseract,amitdo/tesseract,UB-Mannheim/tesseract,stweil/tesseract,UB-Mannheim/tesseract,UB-Mannheim/tesseract,stweil/tesseract,stweil/tesseract,tesseract-ocr/tesseract,amitdo/tesseract,amitdo/tesseract,stweil/tesseract,UB-Mannheim/tesseract,tesseract-ocr/te... |
7faaa5e4178c95ed2423e181f6cfb19b39757d2c | test/dummy/config/database.yml | test/dummy/config/database.yml | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: sqlite3
pool: 5
timeout: 5000
development:
<<: *default
database: db/development.sqlite3
# Warning: The database defined as "test" will be erased and
# re-gene... | # SQLite version 3.x
# gem install sqlite3
#
# Ensure the SQLite 3 gem is defined in your Gemfile
# gem 'sqlite3'
#
default: &default
adapter: sqlite3
development:
<<: *default
database: ':memory:'
# Warning: The database defined as "test" will be erased and
# re-generated from your development database w... | Move to sqlite memory db | Move to sqlite memory db
| YAML | mit | simplelogica/gintonic-rails,simplelogica/gintonic-rails,simplelogica/gintonic-rails |
f2ef2327f900081daffc92462b0a7b0e439ff72a | manifests/cf-manifest/env-specific/prod.yml | manifests/cf-manifest/env-specific/prod.yml | ---
cell_instances: 30
router_instances: 6
api_instances: 6
doppler_instances: 24
log_api_instances: 6
adapter_instances: 2
cc_hourly_rate_limit: 20000
paas_region_name: ireland
| ---
cell_instances: 30
router_instances: 12
api_instances: 6
doppler_instances: 24
log_api_instances: 6
adapter_instances: 2
cc_hourly_rate_limit: 20000
paas_region_name: ireland
| Scale Ireland up from 6 to 12 routers | Scale Ireland up from 6 to 12 routers
We expect new services soon with lots of traffic. Doubling our routers now will give us plenty of capacity to serve traffic when that happens. My belief is these 12 routers will cope with 1,200–3,600rps. If CDN route caching is setup properly that should be enough. It's very possi... | 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 |
0c12a30f26188ec22c8a6bb79b289a6d53496585 | hieradata/nodes/dev02-master-01.yaml | hieradata/nodes/dev02-master-01.yaml | ---
profile::base::common::manage_networkifs: true
named_interfaces::config:
mgmt:
- eth0
transport:
- eth1
public:
- dummy0
network::interfaces_hash:
'eth0':
ipaddress: '10.171.92.6'
netmask: '255.255.255.0'
gateway: '10.171.92.1'
defroute: no
mtu: '1500'
'eth1... | ---
profile::base::common::manage_networkifs: true
named_interfaces::config:
mgmt:
- eth0
transport:
- eth1
public:
- dummy0
network::interfaces_hash:
'eth0':
ipaddress: '10.171.92.6'
netmask: '255.255.255.0'
gateway: '10.171.92.1'
defroute: no
mtu: '1500'
'eth1... | Fix dev02 master transport IP | Fix dev02 master transport IP
| YAML | apache-2.0 | tanzr/himlar,tanzr/himlar,mikaeld66/himlar,raykrist/himlar,eckhart/himlar,eckhart/himlar,norcams/himlar,norcams/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,mikaeld66/himlar,TorLdre/himlar,norcams/himlar,mikaeld66/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar,raykrist/himlar,... |
d160b85f83eac054e7fba89a9de7e313d606fd25 | metadata/ml.vivekthazhathattil.chalachithram.yml | metadata/ml.vivekthazhathattil.chalachithram.yml | Categories:
- Games
License: MIT
AuthorName: Vivek Thazhathattil
AuthorEmail: vivek.thazhathattil@gmail.com
AuthorWebSite: https://vivekthazhathattil.github.io
SourceCode: https://github.com/VivekThazhathattil/Chalachithram/
IssueTracker: https://github.com/VivekThazhathattil/Chalachithram/issues
Changelog: https://g... | Categories:
- Games
License: MIT
AuthorName: Vivek Thazhathattil
AuthorEmail: vivek.thazhathattil@gmail.com
AuthorWebSite: https://vivekthazhathattil.github.io
SourceCode: https://github.com/VivekThazhathattil/Chalachithram/
IssueTracker: https://github.com/VivekThazhathattil/Chalachithram/issues
Changelog: https://g... | Update Chalachithram to 1.4 (4) | Update Chalachithram to 1.4 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c5acb3c14d7ed5b472da8490487ae26875390e5b | deploy/ansible/roles/docker/tasks/main.yml | deploy/ansible/roles/docker/tasks/main.yml | ---
- name: Add GPG key for Docker packages
sudo: yes
apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=9DC858229FC7DD38854AE2D88D81803C0EBFCD88
- name: add repo for Docker packages
sudo: yes
apt_repository:
repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial main'
state: p... | ---
- name: Add GPG key for Docker packages
sudo: yes
apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=9DC858229FC7DD38854AE2D88D81803C0EBFCD88
- name: add repo for Docker packages
sudo: yes
apt_repository:
repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable'
state:... | Fix docker package repo. Also, device-mapper-libs is no longer needed. | Fix docker package repo.
Also, device-mapper-libs is no longer needed.
| YAML | mit | DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo |
cdf318972233068611e30b0df7df2104e4a0ea9c | config/sidekiq.yml | config/sidekiq.yml | :concurrency: 20
:queues:
- [default, 1]
- [searchkick, 1]
| :concurrency: 20
:queues:
- [default, 1]
- [searchkick, 1]
- [mailers, 1]
| Fix missing mailers queue in Sidekiq | :bug: Fix missing mailers queue in Sidekiq
| YAML | mit | ledermann/docker-rails,ledermann/docker-rails,ledermann/docker-rails,ledermann/docker-rails |
0dbf13e09d7da1eba60969f7d7b69b6289c0789a | metadata/org.mattvchandler.progressbars.yml | metadata/org.mattvchandler.progressbars.yml | Categories:
- Time
License: MIT
SourceCode: https://github.com/mattvchandler/progressbars
IssueTracker: https://github.com/mattvchandler/progressbars/issues
Changelog: https://github.com/mattvchandler/ProgressBars/releases
AutoName: Progress Bars
RepoType: git
Repo: https://github.com/mattvchandler/progressbars
Bu... | Categories:
- Time
License: MIT
SourceCode: https://github.com/mattvchandler/progressbars
IssueTracker: https://github.com/mattvchandler/progressbars/issues
Changelog: https://github.com/mattvchandler/ProgressBars/releases
AutoName: Progress Bars
RepoType: git
Repo: https://github.com/mattvchandler/progressbars
Bu... | Update Progress Bars to 2.0.4 (190020004) | Update Progress Bars to 2.0.4 (190020004)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
fa3fd9a13c232be3e5a082dcc46911e030cd0b99 | lovelace/mobility.yaml | lovelace/mobility.yaml | title: Mobility
path: mobility
icon: 'mdi:car'
cards:
- type: entities
entities:
- sensor.niro_expdate
- binary_sensor.niro_insured
- sensor.niro_recall
show_header_toggle: False
title: Kia Niro
- type: entities
entities:
- sensor.aygo_expdate
- binary_sensor.aygo_ins... | title: Mobility
path: mobility
icon: 'mdi:car'
cards:
- type: entities
entities:
- sensor.niro_expdate
- binary_sensor.niro_insured
- sensor.niro_recall
show_header_toggle: False
title: Kia Niro
- type: entities
entities:
- sensor.aygo_expdate
- binary_sensor.aygo_ins... | Add fuel prices to UI | Add fuel prices to UI
| YAML | mit | rtvb/home-assistant-config |
5be2c729a8e25c966e20682665700b359b10a82b | aws_lab_setup/roles/user_accounts/defaults/main.yml | aws_lab_setup/roles/user_accounts/defaults/main.yml | admin_password: changeme123
admin_password_hash: "{{ admin_password | password_hash(salt='sRvXWmR5BBwqRlih') }}"
| admin_password: LearnAnsible{{ lookup('pipe', 'date +%m%y')}}
admin_password_hash: "{{ admin_password | password_hash(salt='sRvXWmR5BBwqRlih') }}"
| Change default password to be generated based on current date | Change default password to be generated based on current date
| YAML | mit | ansible/lightbulb,ansible/lightbulb,ansible/lightbulb,tima/lightbulb,tima/lightbulb,thisdavejohnson/lightbulb,ansible/lightbulb,thisdavejohnson/lightbulb,tima/lightbulb |
4cbac12082f128039199b9613404a0983f4686bd | environments/major-upgrade-composable-steps.yaml | environments/major-upgrade-composable-steps.yaml | resource_registry:
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
parameter_defaults:
EnableConfigPurge: true
StackUpdateType: UPGRADE
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash
# Newton to Ocata, we need to remove old hiera hook data and
# install ansi... | resource_registry:
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
parameter_defaults:
EnableConfigPurge: true
StackUpdateType: UPGRADE
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash
set -eu
yum install -y python-heat-agent-*
yum update -y ansible
yu... | Remove hiera hook transition from the upgradeinitcommand. | Remove hiera hook transition from the upgradeinitcommand.
This is only valid for Netwon to Ocata upgrade.
Change-Id: I57dba7e004455b260d4c862bd6399d8f2848bcd8
| YAML | apache-2.0 | dprince/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates |
a57fc87fe12a8941fecae8483870532026e3ee8f | roles/apigee-tls-keystore/tasks/main.yml | roles/apigee-tls-keystore/tasks/main.yml | ---
- block:
- block:
- name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}
copy:
src: '{{ apigee_tls_keystore_src }}'
dest: '{{ apigee_tls_keystore_dest }}'
when: apigee_tls_keystore_src is not none
- block:
- name: Remove keystore
file:
... | ---
- block:
- block:
- name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}
copy:
src: '{{ apigee_tls_keystore_src }}'
dest: '{{ apigee_tls_keystore_dest }}'
when: apigee_tls_keystore_src is not none
- block:
- name: Remove keystore
file:
... | Remove redundant variables passed to keytool | Remove redundant variables passed to keytool
| YAML | apache-2.0 | apigee/ansible-install,apigee/ansible-install |
bfe890af3f218632e1aaf7df98be8eb0f5b2111b | mysql/deploy.yaml | mysql/deploy.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
name: mysql
annotations:
# Restrict scheduling to zone where volume is located.
scheduler.alpha.kubernetes.io/affinity: >
... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
name: mysql
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
... | Update node affinity for mysql | Update node affinity for mysql
| YAML | mit | IanLewis/homepage,IanLewis/homepage,IanLewis/homepage,IanLewis/homepage,IanLewis/homepage |
67a3d8a5fb36dddc8fa0cf45cd218ace8acd5df6 | yum/defaults/main.yaml | yum/defaults/main.yaml | ---
#
# yum
#
v_yum_common_packages:
- bash-completion
- git
- lsof
- mailx
- net-tools
- nmap
- tmux
- tree
- vim
#
# yum-cron
#
v_yum_cron_update_cmd: "minimal"
v_yum_cron_update_cmd_hourly: "security"
v_yum_cron_update_messages: "yes"
v_yum_cron_download_updates: "yes"
v_yum_cron_apply_updates: "y... | ---
#
# yum
#
v_yum_common_packages:
- bash-completion
- bind-utils
- git
- lsof
- mailx
- net-tools
- nmap
- ruby
- rubygem-bundler
- tmux
- tree
- vim
- whois
#
# yum-cron
#
v_yum_cron_update_cmd: "minimal"
v_yum_cron_update_cmd_hourly: "security"
v_yum_cron_update_messages: "yes"
v_yum_cro... | Add extra commonly used utils. | Add extra commonly used utils.
| YAML | mit | craighurley/ansible-roles,craighurley/ansible-roles |
b1d32253e7cbaf371450ef85b26ba0c270455a45 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: swift build
- name: Tests
run: swift test --enable-code-coverage
- name: Codecov
run: |
xcrun llvm... | name: Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: swift build
- name: Tests
run: swift test --enable-code-coverage
- name: Codecov
run:... | Rename checkout step in the github workflow | Rename checkout step in the github workflow
| YAML | mit | nsagora/validation-toolkit,nsagora/validation-toolkit |
41530b20c3a5b6444bd8949384bae0523f7775fc | hieradata_aws/class/integration/mapit.yaml | hieradata_aws/class/integration/mapit.yaml | lv:
data:
pv: '/dev/nvme1n1'
vg: 'postgresql'
| postgresql::globals::postgis_version: '2.2'
lv:
data:
pv: '/dev/nvme1n1'
vg: 'postgresql'
| Fix Postgis version to 2.2 for Mapit | Fix Postgis version to 2.2 for Mapit
Mapit uses Postgis version 2.2 . This fix ensures that is
the Postgis version that is installed when a new machine is
created.
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
428e16592bee5aacb876651f602a0fe9e59adf4e | .forestry/front_matter/templates/post.yml | .forestry/front_matter/templates/post.yml | ---
label: Post
hide_body: false
fields:
- type: textarea
name: content
label: Content
description: Content goes here
config:
wysiwyg: true
schema:
format: markdown
pages:
- _posts/Test.md
| ---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
- type: text
name: layout
label: layout
config:
required: true
default: post
hidden: true
pages:
- _posts/Test.md
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io |
f7be63e3072d22d576ca37a276a286c72e4f129d | .github/workflows/build.yaml | .github/workflows/build.yaml | name: Build
on:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ matrix.os }}
stra... | name: Build
on:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ matrix.os }}
stra... | Use latest .NET 5 SDK. | Use latest .NET 5 SDK.
| YAML | mit | ejball/XmlDocMarkdown,ejball/ArgsReading,Faithlife/FaithlifeUtility,Faithlife/Parsing |
4b333c12938664fc43f7d7b70797be2cb3bd6799 | .github/workflows/deploy.yml | .github/workflows/deploy.yml | # This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# This workflow uses actions that are not certified by GitHub.
# They are pro... | # This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# This workflow uses actions that are not certified by GitHub.
# They are pro... | Fix detection of tagged release | Fix detection of tagged release | YAML | mit | GeospatialPython/pyshp |
09482777eb936679549f9c815e3906d810abbe90 | .github/workflows/gradle.yml | .github/workflows/gradle.yml |
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 1.8, 11 ]
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java... | name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11.0.4 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ... | Build Java 1.8 and 11. | [Java] Build Java 1.8 and 11.
| YAML | apache-2.0 | real-logic/Agrona |
fbff16c9a6f3a10b915e4123fa682d65e8c5455a | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci --no-optional --no-audit --progress=false
- run: npm run dist
- run: npm run report:size
- run: n... | name: CI
on:
push:
branches-ignore:
- "gh-pages"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: nvm
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
- uses: actions/setup-node@v2-beta
with:
node-version: "$... | Tweak GitHub Actions build to use nvm | Tweak GitHub Actions build to use nvm
| YAML | mit | springload/draftail,springload/draftail,springload/draftail,springload/draftail |
205c8df5750b164f9d7b7fc817b94a4edcef9597 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: a... | Update actions/setup-node action to v3 | Update actions/setup-node action to v3 | YAML | mit | timbeadle/cfpathcheck |
7759ef8a5e7fb69acffe2b7b1112b6a47b22f1b1 | .github/workflows/nodejs.yml | .github/workflows/nodejs.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_requ... | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_requ... | Add node v17; remove node v15 | Add node v17; remove node v15
| YAML | mit | Bartvds/grunt-tv4,timbeadle/grunt-tv4 |
eceeb6a5fd44106c3bdc2966b3c3ade87160a7f2 | .github/workflows/qltest.yml | .github/workflows/qltest.yml | name: Run QL Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
qltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch CodeQL
run: |
gh release download --repo https://github.com/github/co... | name: Run QL Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
qltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch CodeQL
run: |
gh release download --repo https://github.com/github/co... | Break up QL CI tests into separatly named steps | Break up QL CI tests into separatly named steps
| YAML | mit | github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql |
50d933f71da778b39a580c238b9d33951e6f804c | .github/workflows/ubuntu.yml | .github/workflows/ubuntu.yml | name: Build Ubuntu
on: [ push ]
jobs:
build_gcc7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-7 -S ./source
- name: build
run: cmake --build ./
bu... | name: Build Ubuntu
on: [ push ]
jobs:
build_gcc7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-7 -S ./source
- name: build
run: cmake --build ./
bu... | Add clang-6.0, clang-8, and clang-9 to Build Ubuntu | [CI] Add clang-6.0, clang-8, and clang-9 to Build Ubuntu
| YAML | bsd-2-clause | sgshulman/DGEM,sgshulman/DGEM |
cfa4ce0e8e7f2aaa5b1967a80b432ae8d7a9aa65 | packages/tl/tls-session-manager.yaml | packages/tl/tls-session-manager.yaml | homepage: ''
changelog-type: markdown
hash: 015c52458b5669aa0055469b2a25382095e6bb28398a9ccf7070ce5db1ebd042
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: In-memory TLS session manager
changelog: ! '# 0.0.0.0
- A first release.
'
basic-deps:
base: ! '>=4.8 && <5'
clock: ! '>=0.4.2'
tls: ! '>=1.0'
... | homepage: ''
changelog-type: markdown
hash: e3d3f8a026196df46746a19d3d7d31211b2fca3aefed9074e951b2dcc1b8833c
test-bench-deps: {}
maintainer: kazu@iij.ad.jp
synopsis: In-memory TLS session manager
changelog: ! '# 0.0.0.0
- A first release.
'
basic-deps:
base: ! '>=4.7 && <5'
clock: -any
tls: -any
auto-update... | Update from Hackage at 2017-12-08T03:01:15Z | Update from Hackage at 2017-12-08T03:01:15Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b7d0af29ba74aa27906a84fc2f17708a39bfee1b | lib/generators/joofaq/templates/joofaq.yml | lib/generators/joofaq/templates/joofaq.yml | First_Category_Name:
- subtitle: first_category_subtitle_here
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: answer_2_text_here
Second_Category_Name:
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: Add more using the same format. Subtitle is completely ... | First_category_name_here:
- subtitle: first_category_subtitle_here
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: answer_2_text_here
Second_category_name_here:
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: Add more using the same format. Subtitle is c... | Improve default text in template yml to explain format better | Improve default text in template yml to explain format better
| YAML | mit | joofsh/joofaq,joofsh/joofaq |
317cfee409506e0898fbdb4c7ae273e53a5c049e | packages/ha/hasql-th.yaml | packages/ha/hasql-th.yaml | homepage: https://github.com/nikita-volkov/hasql-th
changelog-type: ''
hash: a816b4e340051780f0938de23557b4e12e62110fe150d6c27c6f52e1ffafcb6e
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Template Haskell utilities for Hasql
changelog: ''
basic-deps:
hasql: ! '>=0.15 && <0.16'
by... | homepage: https://github.com/nikita-volkov/hasql-th
changelog-type: ''
hash: 7edbb94964c377247011dd90a10a59d98a05ab44efe1fa3dca49a224203c7f34
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Template Haskell utilities for Hasql
changelog: ''
basic-deps:
hasql: ! '>=0.15 && <0.16'
by... | Update from Hackage at 2015-12-07T18:17:44+0000 | Update from Hackage at 2015-12-07T18:17:44+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
b9692e3da8eaeb2cab7ca363f8917ecacb6d729f | packages/mo/monad-st.yaml | packages/mo/monad-st.yaml | homepage: http://github.com/ekmett/monad-st
changelog-type: ''
hash: 0f717529f5b54911182b227b65d7032051ae951708e20aade98d051536f85ca0
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Provides a MonadST class
changelog: ''
basic-deps:
base: ! '>=4 && <5'
transformers: ! '>=0.2 && <0.6'
al... | homepage: http://github.com/ekmett/monad-st
changelog-type: ''
hash: cabbabb81b5f28a460937b1d224741060b63782cfc6d0f819d36860291026b05
test-bench-deps: {}
maintainer: Edward A. Kmett <ekmett@gmail.com>
synopsis: Provides a MonadST class
changelog: ''
basic-deps:
base: '>=4 && <5'
transformers: '>=0.2 && <0.7'
all-ve... | Update from Hackage at 2021-12-17T10:01:26Z | Update from Hackage at 2021-12-17T10:01:26Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f193a5d815b50f61db69e2616b1471b193ae6421 | .github/workflows/automerge.yml | .github/workflows/automerge.yml | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a de... | Bump ridedott/merge-me-action from 2.9.149 to 2.9.152 | Bump ridedott/merge-me-action from 2.9.149 to 2.9.152
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.149 to 2.9.152.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Com... | YAML | mit | fizyk/pyramid_localize |
677cfa7176f2ee55ea1bce3d46d19ce2dabec26f | playbooks/installer/ospd/overcloud/post.yml | playbooks/installer/ospd/overcloud/post.yml | ---
# Any step that should happen after the deployment of the overcloud playbook
# This could be validation of installation, etc
- name: Fetch key for SSH to the overcloud
hosts: undercloud
gather_facts: no
become: yes
become_user: "{{ installer.user.name }}"
tasks:
- name: fetch the private key file fr... | ---
# Any step that should happen after the deployment of the overcloud playbook
# This could be validation of installation, etc
- name: Fetch key for SSH to the overcloud
hosts: undercloud
gather_facts: no
become: yes
become_user: "{{ installer.user.name }}"
tasks:
- name: fetch the private key file fr... | Update inventory with overcloud user | [ospd] Update inventory with overcloud user
OSPd deploys overcloud with "heat-admin" user.
Updates overcloud nodes with that user in inventory and file.
| YAML | apache-2.0 | okolisny/InfraRed,redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed |
4d526a4eb8f0aa364765843143f3370252d6f18f | plugins/dashboard/dashboard-deployment.yaml | plugins/dashboard/dashboard-deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: kubernetes-dashboard
template:
metadata:
annotations:
scheduler.alpha.kubernetes... | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: kubernetes-dashboard
template:
metadata:
annotations:
scheduler.alpha.kubernetes... | Upgrade 'kubernetes-dashboard' to version 1.6.3. | Upgrade 'kubernetes-dashboard' to version 1.6.3.
| YAML | apache-2.0 | pires/kubernetes-vagrant-coreos-cluster |
bc77f7f8a4d768782c8e2d0924dfbe0ced4f718c | .github/workflows/merge-bot.yml | .github/workflows/merge-bot.yml | name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@v2.8.6
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TO... | name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/merge-me-action@v2.8.7
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TO... | Bump ridedott/merge-me-action from v2.8.6 to v2.8.7 | Bump ridedott/merge-me-action from v2.8.6 to v2.8.7
| YAML | bsd-3-clause | lcobucci/jwt |
3835c8ce3174081ec6ef6cdcb75eda14d501fee2 | .github/workflows/pythonapp.yml | .github/workflows/pythonapp.yml | name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip... | name: Acolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pi... | Rename the Github workflow action | Rename the Github workflow action
| YAML | mit | MoroseMagician/discolyte |
861aa6e381c3affa862cb3ea7c6f5425d5b0a4a0 | .github/workflows/run-tests.yml | .github/workflows/run-tests.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see... | Set up postgres server and database | Set up postgres server and database
| YAML | apache-2.0 | jlm/maint,jlm/maint,jlm/maint,jlm/maint |
46ce5a2046b09aeaf15f82fa9443e008cb8e5d8a | .github/workflows/python-package.yml | .github/workflows/python-package.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
workflow_dispatc... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
workflow_dispatc... | Convert flake8 linter output into GitHub annotations | Convert flake8 linter output into GitHub annotations
| YAML | mit | lukasschwab/arxiv.py |
3fe38ee9c67182d0449fae7317e096ebe2a1f53c | packages/cd/cdeps.yaml | packages/cd/cdeps.yaml | homepage: ''
changelog-type: ''
hash: 9075959b6929e46867c138fb66b3d23ab16c5db3b07ad4181ea1b41eb246d14e
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
text: -any
... | homepage: ''
changelog-type: ''
hash: 5d6cb4fa04a97c66c0c3e0362c90d393aeef5e12cb1cc130d9dd485fe68351e4
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: vamchale@gmail.com
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.11 && <5'
text: -any
... | Update from Hackage at 2018-04-22T04:38:42Z | Update from Hackage at 2018-04-22T04:38:42Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
969c22c9030989d486e6a1391b3323f0990ec338 | packages/mr/mrifk.yaml | packages/mr/mrifk.yaml | homepage: ''
changelog-type: ''
hash: 58c52d10aaf4ef240f9668ad1698fdcfddae4b0d65be7240b96972392ac7975d
test-bench-deps: {}
maintainer: ennisbaradine@gmail.com
synopsis: Decompiles Glulx files
changelog: ''
basic-deps:
base: ==4.9.*
array: -any
containers: -any
mtl: -any
all-versions:
- '4.0'
- '4.1'
- '4.2'
aut... | homepage: ''
changelog-type: ''
hash: e6c6c819476e2e56728a095d46b01c8ec9efd938ad77b88477c59217da4c7552
test-bench-deps: {}
maintainer: ennisbaradine@gmail.com
synopsis: Decompiles Glulx files
changelog: ''
basic-deps:
base: ==4.9.*
array: -any
containers: -any
mtl: -any
all-versions:
- '4.0'
- '4.1'
- '4.2'
- '... | Update from Hackage at 2017-01-16T23:40:22Z | Update from Hackage at 2017-01-16T23:40:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7b06a65ed630519a7eaee477f3d3e5e476dc2ba7 | recipes/dbt-athena-adapter/meta.yaml | recipes/dbt-athena-adapter/meta.yaml | {% set name = "dbt-athena-adapter" %}
{% set version = "1.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt-athena-adapter-{{ version }}.tar.gz
sha256: e92c0c3c8ef996345728740d370efd141ca67eabf83b637e5939380e99099c0b
build... | {% set name = "dbt-athena-adapter" %}
{% set version = "1.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt-athena-adapter-{{ version }}.tar.gz
sha256: e92c0c3c8ef996345728740d370efd141ca67eabf83b637e5939380e99099c0b
build... | Set minimum python version to 3.6. | Set minimum python version to 3.6.
| YAML | bsd-3-clause | ocefpaf/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes |
0890ad157da7abf7efc7e2d85a377ad4ec0b58b8 | openstack/keppel/templates/deployment-anycast-monitor.yaml | openstack/keppel/templates/deployment-anycast-monitor.yaml | {{- if .Values.keppel.anycast_domain_name }}
kind: Deployment
apiVersion: apps/v1
metadata:
name: keppel-anycast-monitor
spec:
revisionHistoryLimit: 5
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
name: keppel-anycast-monitor
template:
metadata:
labels:
name: ... | {{- if .Values.keppel.anycast_domain_name }}
kind: Deployment
apiVersion: apps/v1
metadata:
name: keppel-anycast-monitor
spec:
revisionHistoryLimit: 5
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
name: keppel-anycast-monitor
template:
metadata:
labels:
name: ... | Revert "keppel: fix anycast-monitor in QA" | Revert "keppel: fix anycast-monitor in QA"
This reverts commit 553e99a4d45b3c913b82519c0978f7e4efb87ada.
What was I thinking? This isn't the anycast domain name, it's the local
API public hostname.
| YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
e224876ef61b45bbc850edf9aa8c7401f8cab5aa | .travis.yml | .travis.yml | language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2
- 2.3.0
| sudo: required
dist: trusty
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.0
| Update Travis configuration with sudo/dist | Update Travis configuration with sudo/dist
| YAML | mit | vinted/ab |
0764302d7b622a6bd10f3f05b8bc3c12815fb131 | .travis.yml | .travis.yml | language: "python"
matrix:
include:
- python: 2.7
dist: trusty
- python: 3.4
dist: trusty
- python: 3.5
dist: trusty
- python: 3.6
dist: trusty
- python: 3.7
dist: xenial
- python: pypy
dist: trusty
install:
- "make reqs"
script:
- "make test"
| language: "python"
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: pypy
install:
- "make reqs"
script:
- "make test"
| Build with sudo: true for Python 3.7 | Build with sudo: true for Python 3.7
| YAML | mit | frederickjansen/polyline,hicsail/polyline |
6bfef4afc6c0855070a2757206c4bd24d68967ab | .travis.yml | .travis.yml | language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-23.0.3
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
| language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
| Update build-tools version 23.0.3 to 25.0.0 | Update build-tools version 23.0.3 to 25.0.0
| YAML | apache-2.0 | Glognus/NewsFinder,Glognus/NewsFinder |
82cef46043d1f1eb14437005127f25f93f06c848 | .travis.yml | .travis.yml | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_failure: ... | sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_failure: ... | Disable Travis cache for now | Disable Travis cache for now
| YAML | mit | SpongePowered/SpongeForge,SpongePowered/SpongeForge |
9db33d36eb128e09a3bd3a4c2cb1a3ca66ef5cc6 | .travis.yml | .travis.yml | language: python
python:
- 3.4
- 3.5
- 3.7
script: python setup.py test
| language: python
python:
- 3.5
- 3.7
- 3.8
script: python setup.py test
| Change Python versions used by Travis. | Change Python versions used by Travis.
| YAML | mit | r3c/Creep |
651c52b86729284915414a00f349c464c04a7c01 | ansible-requirements.yml | ansible-requirements.yml | ---
- src: ANXS.openssh
version: v1.0.1
- src: https://github.com/quarkslab/postgresql.git
name: ANXS.postgresql
version: master
- src: franklinkim.sudo
version: 1.0.0
- src: franklinkim.ufw
version: 1.3.0
- src: https://github.com/quarkslab/ansible-uwsgi.git
version: master
name: gdamjan.uwsgi
- sr... | ---
- src: https://github.com/ANXS/openssh.git
version: v1.1.0
name: ANXS.openssh
- src: https://github.com/ANXS/postgresql.git
version: v1.3.0
name: ANXS.postgresql
- src: https://github.com/weareinteractive/ansible-sudo.git
version: 1.5.0
name: franklinkim.sudo
- src: https://github.com/weareinteracti... | Update Nginx, PostgreSQL and RabbitMQ role location and/or version from the Ansible Requirements file. | Update Nginx, PostgreSQL and RabbitMQ role location and/or version from
the Ansible Requirements file.
As Ansible 2 is the main version of Ansible, some roles need to be
updated following the new version recommendation.
For the RabbitMQ role, some people manage to fix the errors, but the
fix has not been merged upstre... | YAML | apache-2.0 | quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma |
5737b9304111bdef7295dcfa2acf9e9fb5d30724 | .travis.yml | .travis.yml | language: node_js
node_js:
- "4.0.0"
- "4.1.0"
- "iojs"
- "node"
notifications:
email: false
| language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "iojs"
- "node"
notifications:
email: false
| Add more NodeJS versions to Travis Matrix | Add more NodeJS versions to Travis Matrix
| YAML | mit | fjorgemota/jimple |
61b90af21579f042c2da1fca4feefc236c9dcdd8 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.... | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-... | Test against PHP 7.2 and PHP 7.3 | Test against PHP 7.2 and PHP 7.3
| YAML | bsd-3-clause | sebastianbergmann/code-unit-reverse-lookup |
3845cf84dc49983c66c7adec246bd99daaeb259d | .travis.yml | .travis.yml | language: java
matrix:
include:
- jdk: openjdk7
- jdk: oraclejdk8
- jdk: openjdk11
- jdk: oraclejdk11
env: COVERALLS=true
after_success:
- test -z $COVERALLS || mvn clean test jacoco:report coveralls:report
| language: java
matrix:
include:
- jdk: openjdk8
- jdk: openjdk11
- jdk: oraclejdk11
env: COVERALLS=true
after_success:
- test -z $COVERALLS || mvn clean test jacoco:report coveralls:report
| Remove oraclejdk8 and openjdk7 from Travis build | Remove oraclejdk8 and openjdk7 from Travis build
Seems it is no longer available in the default Travis image.
| YAML | bsd-2-clause | Yubico/yubico-java-client,Yubico/yubico-java-client |
5a1086ca6f2307d3d05699535f0aed498cd04605 | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --covera... | language: php
matrix:
include:
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic
before_install:
- composer self-update
- composer clear-cache
install:
- t... | Test on PHP 7.4 stable | Test on PHP 7.4 stable | YAML | bsd-3-clause | sebastianbergmann/code-unit-reverse-lookup |
8cb0a929b7d844313dbb044c9d4390cdf351e130 | .travis.yml | .travis.yml | sudo: false
language: python
python:
- 3.6.2
script:
- nosetests --with-coverage tests/
after_success:
- codeclimate-test-reporter
- coveralls
| sudo: false
language: python
python:
- 3.6.2
script:
- nosetests --with-coverage
after_success:
- codeclimate-test-reporter
- coveralls
| Update how tests are executed | Update how tests are executed
| YAML | mit | gr1d99/shopping-list,gr1d99/shopping-list,gr1d99/shopping-list |
c878486f4843b75a324ad4eb3551199f61a58a2b | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- python setup.py install
script:
- python runtests.p... | language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- pip install -q -e . --use-mirrors
script:
- python ... | Revert "install from setup.py", for some reason it broke the build | Revert "install from setup.py", for some reason it broke the build
This reverts commit bb8301369088d3e2dc8209a92ab481955e5fd5ba.
| YAML | mit | Brobin/django-seed,henocdz/django-seed,ar45/django-seed,dchoruzy/django-seed |
c0b106aec5b09847f6c9e2b452d0eac6fe8061cf | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- ./tests/install.sh
script:
- ./tests/script.sh
| language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- sudo ./tests/install_root.sh
- ./tests/install.sh
script:
- ./tests/script.sh
| Update PHP versions to ones supported by Travis CI | Update PHP versions to ones supported by Travis CI
| YAML | bsd-3-clause | jacekkow/uphpCAS |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.