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
76206ac3fa5075377b3a2dabb69b999d9730ba3f
kati.yml
kati.yml
--- - hosts: kati sudo: yes vars_files: - "vars/passwords.yml" roles: - wildfly tasks: - name: copy stone font debian package copy: src=ttf-stonesans_0.1-1_all.deb dest=/tmp - name: install stone font debian package apt: deb=/tmp/ttf-stonesans_0.1-1_all.deb - name: install oth...
--- - hosts: kati sudo: yes vars_files: - "vars/passwords.yml" roles: - wildfly tasks: - name: copy stone font debian package copy: src=ttf-stonesans_0.1-1_all.deb dest=/tmp - name: install stone font debian package apt: deb=/tmp/ttf-stonesans_0.1-1_all.deb - name: install oth...
Add a notification that war needs to be deployed manually
Add a notification that war needs to be deployed manually
YAML
mit
sbsdev/sbs-infrastructure
d702f88c887a0d27f6b944cbca507e9b58373eb9
pubspec.yaml
pubspec.yaml
name: observe version: 0.11.0+4 author: Polymer.dart Authors <web-ui-dev@dartlang.org> description: > Observable properties and objects for use in template_binding. Template Binding extends HTML and the DOM APIs to support a sensible separation between the UI (DOM) of a document or application and its underlyin...
name: observe version: 0.11.0+5 author: Polymer.dart Authors <web-ui-dev@dartlang.org> description: > Observable properties and objects for use in template_binding. Template Binding extends HTML and the DOM APIs to support a sensible separation between the UI (DOM) of a document or application and its underlyin...
Expand dependency on analyzer from observe
Expand dependency on analyzer from observe Review URL: https://codereview.chromium.org//459503002 git-svn-id: dae132d4ca6f88932ad8a9ec3641c81ad1592b72@39048 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-archive/observe,dart-lang/observe
fdc984fadbdec34c77016ff5c37a57727cbef7bd
pubspec.yaml
pubspec.yaml
name: irc description: A feature-full Dart IRC library version: 1.1.7 author: Kenneth Endfinger <kaendfinger@gmail.com> homepage: https://github.com/kaendfinger/irc.dart/ documentation: http://kaendfinger.github.io/docs/irc.dart/ dependencies: event_bus: ">=0.2.4 <0.3.0" irc_message: ">=1.0.0 <2.0.0" quiver: ">=0...
name: irc description: A feature-full Dart IRC library version: 1.1.7 author: Kenneth Endfinger <kaendfinger@gmail.com> homepage: https://github.com/kaendfinger/irc.dart/ documentation: http://www.dartdocs.org/documentation/irc/1.1.7/ dependencies: event_bus: ">=0.2.4 <0.3.0" irc_message: ">=1.0.0 <2.0.0" quiver:...
Update Documentation URL for 1.1.7
Update Documentation URL for 1.1.7
YAML
mit
DirectMyFile/irc.dart,DirectMyFile/irc.dart
e13d725c0f8599d4ecec48061f7aaeca78e665b0
.forestry/front_matter/templates/project.yml
.forestry/front_matter/templates/project.yml
--- label: Project hide_body: false is_partial: false fields: - type: file name: thumbnail label: Thumbnail description: This will only show up on the front page - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: required: true - type: ...
--- label: Project hide_body: false is_partial: false fields: - type: file name: thumbnail label: Thumbnail description: This will only show up on the front page - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: required: true - type: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
wkadwaikar/wkadwaikar.github.io,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,gatsbimantico/blog
c52d72e591cd62556b20b242e525195fb60f9f1e
tests/Functional/Application/config/framework.yml
tests/Functional/Application/config/framework.yml
framework: translator: { fallback: en } secret: test router: enabled: false resource: "%kernel.root_dir%/config/routing.yml" strict_requirements: "%kernel.debug%" form: false csrf_protection: false validation: { enable_anno...
framework: translator: { fallback: en } secret: test router: enabled: false resource: "%kernel.root_dir%/config/routing.yml" strict_requirements: "%kernel.debug%" form: false csrf_protection: false validation: { enable_anno...
Fix broken tests due to deprecations
Fix broken tests due to deprecations
YAML
mit
rollerworks/search,rollerworks/RollerworksSearch,sstok/RollerworksSearch
d44926621c3922c65cbc0334db927121181d51fa
inselect-win.yml
inselect-win.yml
name: inselect dependencies: - bzip2=1.0.6=vc9_3 - freetype=2.5.5=vc9_1 - jpeg=8d=vc9_0 - libpng=1.6.22=vc9_0 - libtiff=4.0.6=vc9_2 - mkl=11.3.3=1 - numpy=1.11.0=py27_2 - openssl=1.0.2h=vc9_0 - pillow=3.2.0=py27_1 - pip=9.0.1=py27_0 - pyqt=4.11.4=py27_4 - python=2.7.12=0 - pywin32=220=py27_1 - qt=4.8.7=vc9_9 - scikit-l...
name: inselect dependencies: - bzip2=1.0.6=vc9_3 - freetype=2.5.5=vc9_1 - jpeg=8d=vc9_0 - libpng=1.6.22=vc9_0 - libtiff=4.0.6=vc9_2 - mkl=11.3.3=1 - numpy=1.11.0=py27_2 - openssl=1.0.2h=vc9_0 - pillow=3.2.0=py27_1 - pip=9.0.1=py27_0 - pyqt=4.11.4 - python=2.7.12=0 - pywin32=220=py27_1 - qt=4.8.7=vc9_9 - scikit-learn=0....
Correct version spec for pyqt and sip
Correct version spec for pyqt and sip
YAML
bsd-3-clause
NaturalHistoryMuseum/inselect,NaturalHistoryMuseum/inselect
e2b399baac4eac06c3ac9e01de11ca2aad1de329
operations/experimental/enable-oci-phase-1.yml
operations/experimental/enable-oci-phase-1.yml
--- - type: replace path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/diego?/temporary_oci_buildpack_mode value: &temporary_oci_buildpack_mode oci-phase-1 - type: replace path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/diego?/temporary_oci_buildpack...
--- - type: replace path: /instance_groups/name=api/jobs/name=cloud_controller_ng/properties/cc/diego?/temporary_oci_buildpack_mode value: &temporary_oci_buildpack_mode oci-phase-1 - type: replace path: /instance_groups/name=cc-worker/jobs/name=cloud_controller_worker/properties/cc/diego?/temporary_oci_buildpack...
Add rep two-layer layering mode to oci phase 1 opsfile
Add rep two-layer layering mode to oci phase 1 opsfile [finishes #158949942](https://www.pivotaltracker.com/story/show/158949942)
YAML
apache-2.0
cloudfoundry/cf-deployment,cloudfoundry/cf-deployment
d707d4bc6dc721af4faea1ed2a6b9eb929a8a962
ansible/oooq/roles/pre-install-setup/tasks/main.yml
ansible/oooq/roles/pre-install-setup/tasks/main.yml
--- - name: Make sure rsync is installed yum: name=rsync state=present become: true - name: Copy browbeat to the undercloud synchronize: "src={{ local_working_dir }}/browbeat dest={{ ansible_env.HOME }}/ use_ssh_args=yes" - name: Set hosts gen as executable shell: "chmod +x {{ ansible_env.HOME }}/browbeat/an...
--- - name: Make sure rsync is installed yum: name=rsync state=present become: true - name: Copy browbeat to the undercloud synchronize: "src={{ local_working_dir }}/browbeat dest={{ ansible_env.HOME }}/ use_ssh_args=yes" - name: Set hosts gen as executable shell: "chmod +x {{ ansible_env.HOME }}/browbeat/an...
Fix source for CI vars file
Fix source for CI vars file The CI vars file is on the jenkins slave, not on the virthost where we where trying to copy the data from. The code that was checked in has never worked, what happened is that with a previous iteration of the commit we created /tmp/install_vars.yml and since the jenkins machine never gets r...
YAML
apache-2.0
jkilpatr/browbeat,jkilpatr/browbeat
22293cf96871ca0178a4429fe40ef7e1140bfe1a
config/jobs/bazelbuild/rules_k8s/rules_k8s_config.yaml
config/jobs/bazelbuild/rules_k8s/rules_k8s_config.yaml
presubmits: bazelbuild/rules_k8s: - name: pull-rules-k8s-e2e cluster: gke_rules-k8s_us-central1-f_testing max_concurrency: 1 # TODO(fejta): increase this always_run: true decorate: true spec: containers: - image: gcr.io/rules-k8s/gcloud-bazel:v20181017-3f8359f args: ...
presubmits: bazelbuild/rules_k8s: - name: pull-rules-k8s-e2e cluster: gke_rules-k8s_us-central1-f_testing max_concurrency: 1 # TODO(fejta): increase this always_run: true decorate: true spec: containers: - image: gcr.io/rules-k8s/gcloud-bazel:v20190222-v0.1-11-g87de67e args:...
Update Bazel to 0.22.0 from 0.17.2
Update Bazel to 0.22.0 from 0.17.2 Blocking https://github.com/bazelbuild/rules_k8s/pull/268
YAML
apache-2.0
cblecker/test-infra,BenTheElder/test-infra,pwittrock/test-infra,cjwagner/test-infra,kubernetes/test-infra,ixdy/kubernetes-test-infra,dims/test-infra,lavalamp/test-infra,cblecker/test-infra,ixdy/kubernetes-test-infra,pwittrock/test-infra,jessfraz/test-infra,fejta/test-infra,pwittrock/test-infra,dims/test-infra,cjwagner/...
7961081a0c7b77cf40f2aacb14846621c8d6e35a
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Python 3.8 uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install dependencies run: | ...
name: Build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Python 3.8 uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install dependencies run: | ...
Add site folder uncompressed to artifacts
Add site folder uncompressed to artifacts
YAML
mit
SpunkyBot/spunkybot-docs
e121b03ba86683cb338230d0a0f7fb07d3e9243c
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: include: - os: windows-2019 compiler: MSVC script: windows - os: windows-2019 compiler: clang script: windows cmake-options: "-TClangCL ...
name: build on: [push] jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: include: - os: windows-2019 compiler: MSVC script: windows - os: windows-2019 compiler: clang script: windows cmake-options: "-TClangCL ...
Build with clang on linux
Build with clang on linux
YAML
mit
antaljanosbenjamin/miscellaneous,antaljanosbenjamin/miscellaneous
e6da348fdcef050c83a4730fd74e362906c225cb
.github/workflows/main.yaml
.github/workflows/main.yaml
# Thid workflow will build and push the import pipeline container. # the plan later will be to include unit tests as well name: Building Pipeline Containers on: push: branches: 'dev' jobs: create-docker-image: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: docker login...
# Thid workflow will build and push the import pipeline container. # the plan later will be to include unit tests as well name: Building Pipeline Containers on: push: branches: 'dev' jobs: create-docker-image: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: docker login...
Fix typo in docker command
Fix typo in docker command
YAML
apache-2.0
RNAcentral/rnacentral-import-pipeline,RNAcentral/rnacentral-import-pipeline,RNAcentral/rnacentral-import-pipeline,RNAcentral/rnacentral-import-pipeline
7dea97526ea6dbbf6b0df65cd5edaa21209cf4e2
.github/workflows/rspec.yml
.github/workflows/rspec.yml
name: rspec on: push: branches: - master pull_request: branches: - "*" jobs: rspec: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-18.04] ruby: [2.5, 2.6, 2.7, 3.0] steps: - uses: actions/checkout@v2 ...
name: rspec on: push: branches: - master pull_request: branches: - "*" jobs: rspec: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-20.04, ubuntu-18.04] ruby: [2.5, 2.6, 2.7, '3.0', 3.1] steps: - uses: actions/checkout@v2 ...
Add Ruby 3.1 to the CI matrix
Add Ruby 3.1 to the CI matrix Also quoted 3.0 to prevent truncation to 3. This ensures that a 3.0.x Ruby version is run in CI.
YAML
mit
shishi/rash
ad92b4aa880e47e3be74d8d3f276973bc145019e
.github/workflows/scala.yml
.github/workflows/scala.yml
name: Scala CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ${{matrix.os}} strategy: fail-fast: false matrix: os: [ubuntu-latest] scala: [2.12.13, 2.13.4] steps: - uses: actions/checkout@v2 - name: Cache jabb...
name: Scala CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ${{matrix.os}} strategy: fail-fast: false matrix: os: [ubuntu-latest] scala: [2.12.13, 2.13.4] steps: - uses: actions/checkout@v2 - name: Cache jabb...
Bump actions/cache from v1 to v2.1.4
Bump actions/cache from v1 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v1 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v1...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] <5bdcd3c0d4d24...
YAML
apache-2.0
tethys-json/tethys
e72c155018ea16ceac0da0cb89ac9e8e3576911a
.github/workflows/test.yaml
.github/workflows/test.yaml
name: dotfiles on: push jobs: archlinux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build and push Docker images uses: docker/build-push-action@v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.GITHUB_TOKEN }} ...
name: dotfiles on: push jobs: archlinux: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Pull docker image run: docker-compose pull - uses: satackey/action-docker-layer-caching@v0.0.5 - name: Run installer on Archlinux run: docker-compose up --build ...
Revert "Chore: Disable Docker layer-caching and use GH registry"
Revert "Chore: Disable Docker layer-caching and use GH registry" This reverts commit 8dbe3b502a4fe48a841e356a0815791b9235870d.
YAML
mit
benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles,benmezger/dotfiles
7eee2433fb71c1bd88d7f9b490af8a2ba86972fb
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: [ push ] jobs: tests: runs-on: ${{ matrix.operating-system }} strategy: matrix: operating-system: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ] php-versions: [ '7.3', '7.4', '8.0' ] steps: - name: Checkout source uses: actions/checkout@v2 ...
name: tests on: [push] jobs: tests: name: Tests runs-on: ${{ matrix.operating-system }} strategy: matrix: operating-system: ['ubuntu-latest', 'windows-latest', 'macos-latest'] php-versions: ['7.3', '7.4', '8.0'] steps: - name: Checkout source uses: actions/checko...
Add separate workflow job for code coverage
Add separate workflow job for code coverage
YAML
mit
themichaelhall/bluemvc-core
628f03cb8b203a3ba6622e729cb2ae5da6b71dbb
.gitlab/ci/qa.gitlab-ci.yml
.gitlab/ci/qa.gitlab-ci.yml
package-and-qa: image: ruby:2.6-alpine stage: qa when: manual before_script: [] dependencies: [] cache: {} variables: GIT_DEPTH: "1" retry: 0 script: - source scripts/utils.sh - install_gitlab_gem - ./scripts/trigger-build omnibus only: - /.+/@gitlab-org/gitlab-ce - /.+/@gitl...
package-and-qa: image: ruby:2.6-alpine stage: review # So even if review-deploy failed we can still run this when: manual before_script: [] dependencies: [] cache: {} variables: GIT_DEPTH: "1" retry: 0 script: - source scripts/utils.sh - install_gitlab_gem - ./scripts/trigger-build omn...
Move package-and-qa to review stage from qa stage
Move package-and-qa to review stage from qa stage This way even if review-deploy failed we can still run it.
YAML
mit
stoplightio/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq
df22b59a29050b30d04a9ec9d55edab4b41b5358
ci/tasks/build.yml
ci/tasks/build.yml
--- platform: linux image_resource: type: docker-image source: {repository: "java", tag: "8"} inputs: - name: github outputs: - name: jar run: path: sh args: - -exc - | cd github && ./mvnw install && mv target/demo*.jar ../jar/demo.jar
--- platform: linux image_resource: type: docker-image source: {repository: "java", tag: "8"} params: HOSTEDGRAPHITE_APIKEY: {{hostedgraphite-apikey}} HOSTEDGRAPHITE_URL: {{hostedgraphite-url}} HOSTEDGRAPHITE_PORT: {{hostedgraphite-port}} inputs: - name: github outputs: - name: jar run: path: sh args: -...
Support required environment for CI pipeline.
Support required environment for CI pipeline.
YAML
apache-2.0
joshlong/operationalized-applications-meetup,joshlong/operationalized-applications-meetup,joshlong/operationalized-applications-meetup
536298003d396071db1c3fe6617805680668d1d7
buildsys-tags/cloud7-openstack-ussuri-candidate.yml
buildsys-tags/cloud7-openstack-ussuri-candidate.yml
packages: - project: openvswitch buildsys-tags: cloud7-openstack-ussuri-candidate: openvswitch-2.12.0-1.el7 - project: ovn buildsys-tags: cloud7-openstack-ussuri-candidate: ovn-2.12.0-3.el7 - project: ndisc6 buildsys-tags: cloud7-openstack-ussuri-candidate: ndisc6-1.0.3-1.el7
packages: - project: openvswitch buildsys-tags: cloud7-openstack-ussuri-candidate: openvswitch-2.12.0-1.el7 - project: ovn buildsys-tags: cloud7-openstack-ussuri-candidate: ovn-2.12.0-3.el7 - project: ndisc6 buildsys-tags: cloud7-openstack-ussuri-candidate: ndisc6-1.0.3-9.el7
Update ndisc6 to latest build in fedora
Update ndisc6 to latest build in fedora It has several relevant fixes. Change-Id: I3d2f5f7ceb08d6d424e5df2003a66f9994c13067
YAML
apache-2.0
javierpena/rdoinfo,redhat-openstack/rdoinfo
5eea110f1ba26b22df4b236a3a44da76a0599e23
manifest.yml
manifest.yml
--- applications: - name: agar-clone memory: 512M disk_quota: 1G buildpack: nodejs_buildpack host: agar-clone domain: mybluemix.net timeout: 180 env: { NPM_CONFIG_PRODUCTION: false }
--- applications: - name: agar-clone memory: 512M disk_quota: 1G buildpack: nodejs_buildpack host: agar-clone domain: mybluemix.net timeout: 180 env: NPM_CONFIG_PRODUCTION: false
Revert back to original env: ...
Revert back to original env: ...
YAML
mit
EdDT-Phi/Eddt.me,khangdpham/agar.io-clone,GODLIKE5/agar5,gabixdev/agar.io-clone,Nomad398/sosiufdoisudf,CustomButtons/agar.io-clone,ShawanSKR/agar.io-clone,lexoyo/agar.io-clone,cuongngo90/agar.io-clone,mbcontentnewmedia/hakio,heiyukidev/agar.io-clone,hnq90/agar.io-clone,mbcontent/hakio,braiden89/agar,LePixels/agar.io-cl...
8dbc5bddc0ddfbd7496af656eb65b0c02b529de7
.github/workflows/develop.yml
.github/workflows/develop.yml
name: Develop jobs on: push: branches: [develop] pull_request: branches: [develop] jobs: end-to-end: runs-on: ubuntu-latest container: vectorim/element-web-ci-e2etests-env:latest steps: - name: Checkout code uses: actions/checkout@v2 ...
name: Develop jobs on: push: branches: [develop] pull_request: branches: [develop] jobs: end-to-end: runs-on: ubuntu-latest container: vectorim/element-web-ci-e2etests-env:latest steps: - name: Checkout code uses: actions/checkout@v2 ...
Disable comment-on-alert for PR coming from a fork
Disable comment-on-alert for PR coming from a fork
YAML
apache-2.0
matrix-org/matrix-react-sdk,matrix-org/matrix-react-sdk,matrix-org/matrix-react-sdk,matrix-org/matrix-react-sdk,matrix-org/matrix-react-sdk,matrix-org/matrix-react-sdk
94b86c084283d957347c9e574fc5b6c625a940cf
.github/workflows/release.yml
.github/workflows/release.yml
on: push: branches: - master jobs: release: name: Release to GitHub runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Build v86 run: make build/libv86.js useacpi=true - name: Release to GitHub uses: marvinp...
on: push: branches: - master jobs: release: name: Release to GitHub runs-on: ubuntu-latest steps: - name: Checkout repository uses: actions/checkout@v2 - name: Build v86 run: make build/libv86.js useacpi=true - name: Release to GitHub uses: marvinp...
Include sourcemap in automatic builds
Include sourcemap in automatic builds
YAML
bsd-2-clause
copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86,copy/v86
9e36a9245c216ecc8ee85c4e8fadc90c6e8c6204
src/Oro/Bundle/UIBundle/Resources/config/oro/app.yml
src/Oro/Bundle/UIBundle/Resources/config/oro/app.yml
liip_imagine: filter_sets: avatar_med: quality: 95 filters: thumbnail: { size: [58, 58], mode: outbound } strip: ~ avatar_xsmall: quality: 95 filters: thumbnail: { size: [16...
liip_imagine: filter_sets: avatar_med: quality: 95 filters: thumbnail: { size: [58, 58], mode: outbound } strip: ~ avatar_xsmall: quality: 95 filters: thumbnail: { size: [16...
Upgrade underscore.js to latest versions
CRM-2245: Upgrade underscore.js to latest versions
YAML
mit
Djamy/platform,orocrm/platform,hugeval/platform,morontt/platform,hugeval/platform,ramunasd/platform,2ndkauboy/platform,orocrm/platform,trustify/oroplatform,trustify/oroplatform,geoffroycochard/platform,2ndkauboy/platform,geoffroycochard/platform,trustify/oroplatform,Djamy/platform,northdakota/platform,morontt/platform,...
f83a70ff1b89c0a9441202547bfc744f0455dbb7
config/sunspot.yml
config/sunspot.yml
production: solr: hostname: localhost port: 8983 log_level: WARNING path: /solr/production # read_timeout: 2 # open_timeout: 0.5 development: solr: hostname: localhost port: 8982 log_level: INFO path: /solr/development test: solr: hostname: localhost port: 8981 ...
production: solr: hostname: localhost port: 8983 log_level: WARNING path: /solr/production # read_timeout: 2 # open_timeout: 0.5 development: solr: hostname: localhost port: 8982 log_level: INFO path: /solr/development test: solr: hostname: localhost port: 8981 ...
Add solr environment for staging
Add solr environment for staging
YAML
mit
johan--/tahi,johan--/tahi,johan--/tahi,johan--/tahi
90e35468630d119139f0bc58bc64cd0d3a6b7310
config/testing.yml
config/testing.yml
application: title: OpenCFP url: http://localhost email: contact@openconf.com eventurl: http://localhost event_location: Miami, FL enddate: Oct. 14th, 2016 show_submission_count: false airport: MIA arrival: 2014-10-26 departure: 2014-10-31 secure_ssl: false online_conference: false date_format...
application: title: OpenCFP url: http://localhost email: contact@openconf.com eventurl: http://localhost event_location: Miami, FL enddate: Oct. 14th, 2116 show_submission_count: false airport: MIA arrival: 2014-10-26 departure: 2014-10-31 secure_ssl: false online_conference: false date_format...
Fix issue causing unit test failiures
Fix issue causing unit test failiures
YAML
mit
OpenWestConference/opencfp,mdwheele/opencfp,localheinz/opencfp,opencfp/opencfp,PHPBenelux/opencfp,localheinz/opencfp,PHPBenelux/opencfp,GrUSP/opencfp,phphants/opencfp,PHPBenelux/opencfp,phphants/opencfp,mdwheele/opencfp,mdwheele/opencfp,GrUSP/opencfp,GrUSP/opencfp,phphants/opencfp,OpenWestConference/opencfp,monoku/open...
ab94d9c82d61f3af794526036c61d446c8933dcd
catalog/Web_Apps_Services_Interaction/API_Builders.yml
catalog/Web_Apps_Services_Interaction/API_Builders.yml
name: API Builders description: projects: - active_model_serializers - acts_as_api - api-versions - apiary - bldr - blueprinter - cache_crispies - fast_jsonapi - grape - grapethor - jb - jbuilder - jsonapi-serializer - mutils - nativeson - rabl - representable - roar - rocket_pants...
name: API Builders description: projects: - active_model_serializers - acts_as_api - api-versions - apia - apiary - bldr - blueprinter - cache_crispies - fast_jsonapi - grape - grapethor - jb - jbuilder - jsonapi-serializer - mutils - nativeson - rabl - representable - roar - roc...
Add apia to API builders
Add apia to API builders Apia is an opinionated framework for building HTTP APIs into a Ruby application - Website: https://apia.k.io - Repository: https://github.com/krystal/apia
YAML
mit
rubytoolbox/catalog
45ddfffdd4cd4acbf9611dcedd757179e4f0aab5
molecule.yml
molecule.yml
--- ansible: playbook: tests/playbook.yml driver: name: docker docker: containers: - name: amazonlinux image: amazonlinux image_version: 2017.03.0.20170401 - name: centos_7 image: centos image_version: 7 - name: ubuntu-16_04 image: ubuntu image_version: 16.04 #ve...
--- ansible: playbook: tests/playbook.yml driver: name: docker docker: containers: - name: amazonlinux image: amazonlinux image_version: 2017.03.0.20170401 - name: centos_7 image: centos image_version: 7 - name: ubuntu-16_04 image: ubuntu image_version: 16.04 sce...
Define the default Molecule test scenario to include 'check' mode.
Define the default Molecule test scenario to include 'check' mode.
YAML
mit
jimrazmus/cis
b1a991d3058d11468ee70ac3253b04025e3b161b
manifests/app-autoscaler/operations.d/002-links.yml
manifests/app-autoscaler/operations.d/002-links.yml
--- - type: replace path: /addons/name=bosh-dns-aliases/jobs/name=bosh-dns-aliases/properties/aliases/domain=reverse-log-proxy.service.cf.internal/targets/instance_group=log-api/deployment value: ((deploy_env)) - type: replace path: /instance_groups/name=asapi/jobs/name=route_registrar/consumes/nats/deployment ...
--- - type: replace path: /addons/name=bosh-dns-aliases/jobs/name=bosh-dns-aliases/properties/aliases/domain=reverse-log-proxy.service.cf.internal/targets/instance_group=log-api/deployment value: ((deploy_env)) - type: replace path: /addons/name=bosh-dns-aliases/jobs/name=bosh-dns-aliases/properties/aliases/dom...
Add links for new instance group jobs
Add links for new instance group jobs As a result of changes introduced in the latest version of app-autoscaler some new links are introduced, these target cf as the deployment. We don't use the default name of cf in order to avoid collisions in the same AWS account, as a result we need to override it with an ops file...
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
de2610fe6365f033497cd34d291ae011aff6c744
infrastructure/dev-deploy/app-dev.yaml
infrastructure/dev-deploy/app-dev.yaml
runtime: custom env: flex beta_settings: cloud_sql_instances: ${GOOGLE_CLOUD_SQL_CONNECTION_NAME} env_variables: DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY} GOOGLE_CLOUD_SQL_DATABASE_USERNAME: ${GOOGLE_CLOUD_SQL_DATABASE_USERNAME} GOOGLE_CLOUD_SQL_DATABASE_PASSWORD: ${GOOGLE_CLOUD_SQL_DATABASE_PASSWORD} GOOGL...
runtime: custom env: flex beta_settings: cloud_sql_instances: ${GOOGLE_CLOUD_SQL_CONNECTION_NAME} env_variables: DJANGO_SECRET_KEY: ${DJANGO_SECRET_KEY} GOOGLE_CLOUD_SQL_DATABASE_USERNAME: ${GOOGLE_CLOUD_SQL_DATABASE_USERNAME} GOOGLE_CLOUD_SQL_DATABASE_PASSWORD: ${GOOGLE_CLOUD_SQL_DATABASE_PASSWORD} GOOGL...
Set correct location for dev static files
Set correct location for dev static files
YAML
mit
uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged
36de5dc07e90205428ae1eaceec33de2b85aecca
metadata/net.gitsaibot.af.yml
metadata/net.gitsaibot.af.yml
Categories: - Internet License: CC0-1.0 AuthorName: Gitsaibot SourceCode: https://github.com/Gitsaibot/AF-Weather-Widget IssueTracker: https://github.com/Gitsaibot/AF-Weather-Widget/issues Changelog: https://github.com/Gitsaibot/AF-Weather-Widget/releases AutoName: AF Weather RepoType: git Repo: https://github.com/...
Categories: - Internet License: CC0-1.0 AuthorName: Gitsaibot SourceCode: https://github.com/Gitsaibot/AF-Weather-Widget IssueTracker: https://github.com/Gitsaibot/AF-Weather-Widget/issues Changelog: https://github.com/Gitsaibot/AF-Weather-Widget/releases AutoName: AF Weather RepoType: git Repo: https://github.com/...
Update AF Weather to 1.3 (4)
Update AF Weather to 1.3 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0a590dad74ede17a648f67634b75f08c01fa99f6
prow/cluster/prowjob_customresourcedefinition.yaml
prow/cluster/prowjob_customresourcedefinition.yaml
apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: prowjobs.prow.k8s.io spec: group: prow.k8s.io version: v1 names: kind: ProwJob singular: prowjob plural: prowjobs scope: Namespaced validation: openAPIV3Schema: properties: spec: p...
apiVersion: apiextensions.k8s.io/v1beta1 kind: CustomResourceDefinition metadata: name: prowjobs.prow.k8s.io spec: group: prow.k8s.io version: v1 names: kind: ProwJob singular: prowjob plural: prowjobs scope: Namespaced validation: openAPIV3Schema: properties: spec: p...
Add custom fields to the CRD definition for better admin UX
Add custom fields to the CRD definition for better admin UX Signed-off-by: Steve Kuznetsov <a7da0fca91d9933d2725d731a48cabdc9e8ffd7a@redhat.com>
YAML
apache-2.0
kubernetes/test-infra,pwittrock/test-infra,lavalamp/test-infra,ixdy/kubernetes-test-infra,cjwagner/test-infra,dims/test-infra,BenTheElder/test-infra,shyamjvs/test-infra,lavalamp/test-infra,cblecker/test-infra,krzyzacy/test-infra,monopole/test-infra,pwittrock/test-infra,fejta/test-infra,shyamjvs/test-infra,brahmaroutu/t...
cfcdce500a52c32298ca0819c9f1659ae8a2a427
Resources/config/services.yaml
Resources/config/services.yaml
services: orbitale_cms.listeners.layouts: class: Orbitale\Bundle\CmsBundle\EventListener\LayoutsListener arguments: - '%orbitale_cms.layouts%' - "@templating" tags: - { name: kernel.event_subscriber } orbitale_cms.twig.extension: class: Orbitale...
services: orbitale_cms.listeners.layouts: class: Orbitale\Bundle\CmsBundle\EventListener\LayoutsListener arguments: - '%orbitale_cms.layouts%' - '@twig' tags: - { name: kernel.event_subscriber } orbitale_cms.twig.extension: class: Orbitale\Bundl...
Fix missing templating service issue
Fix missing templating service issue
YAML
mit
Orbitale/CmsBundle,Orbitale/CmsBundle
e963a378f42722dfdfa1d6c418758e78cac7cd62
custom/config.yaml
custom/config.yaml
# path to cluster administrator's kubeconfig file # Path relative to ./benchmarks/e2e/tests directory adminKubeconfig: ../../../custom/kubeconfig_cluster-admin.yml # path to the tenant's kubeconfig and its namespace # Path relative to ./benchmarks/e2e/tests directory tenantA: kubeconfig: ../../../custom/kubeconfig_...
# path to cluster administrator's kubeconfig file # Path relative to ./benchmarks/e2e/tests directory adminKubeconfig: ../../../custom/kubeconfig_cluster-admin.yml # path to the tenant's kubeconfig and its namespace # Path relative to ./benchmarks/e2e/tests directory tenantA: kubeconfig: ../../../custom/kubeconfig_...
Move to dev namespace instead of prod namespace
Move to dev namespace instead of prod namespace
YAML
apache-2.0
kubernetes-sigs/multi-tenancy,kubernetes-sigs/multi-tenancy
c2050bf23dd34e2b8aa930683c62e26e4c7a9ed4
docker-compose.yml
docker-compose.yml
version: '2' services: tests: image: buildkite/plugin-tester:latest@sha256:ee0d1ad34ee94a33a5d3d04ca306b8de683c736433bd853bf12a780f2b9ce683 volumes: - ".:/plugin"
version: '2' services: tests: image: buildkite/plugin-tester:latest@sha256:235385e0441ff758cc0b94f68a627b7b0fd4b76bc9f737bea1f8672f4c689e35 volumes: - ".:/plugin"
Update buildkite/plugin-tester:latest Docker digest to 235385e
Update buildkite/plugin-tester:latest Docker digest to 235385e
YAML
mit
buildkite/docker-compose-buildkite-plugin,buildkite-plugins/docker-compose,buildkite-plugins/docker-compose-buildkite-plugin
04cb5077bbb3a2157abb723be39c824c03728dfd
docker-compose.yml
docker-compose.yml
# Cribbed from https://github.com/DanWahlin/CodeWithDanDockerServices #. Run docker-compose build #. Run docker-compose up version: "3.1" services: node: container_name: node-front build: context: . dockerfile: .docker/node-front.dockerfile ports: - "8080:8...
# Cribbed from https://github.com/DanWahlin/CodeWithDanDockerServices #. Run docker-compose build #. Run docker-compose up version: "3.1" services: node: container_name: node-front build: context: . dockerfile: .docker/node-front.dockerfile environment: - N...
Isolate node server to separate directory
Isolate node server to separate directory
YAML
agpl-3.0
tephyr/simpleshelf,tephyr/simpleshelf,tephyr/simpleshelf,tephyr/simpleshelf
4c0199cd20b6f1e7b9f820af7023cf413d810a46
docker-compose.yml
docker-compose.yml
version: '2.1' services: cozy: container_name: cozy-desktop-stack build: ./dev/cozy-stack ports: - "8080:8080" - "8025:8025" - "5984:5984" volumes: - .:/cozy-desktop - ./tmp/couchdb:/usr/local/couchdb/data - ./tmp/cozy-storage:/data/cozy-storage
version: '2.1' services: cozy: container_name: cozy-desktop-stack build: ./dev/cozy-stack ports: - "8080:8080" - "8025:8025" - "5984:5984" volumes: - .:/cozy-desktop # Mounting storage files on a Windows or macOS workstation is a bad idea # since it may generate FS-...
Stop mounting storage (and couch) files
docker: Stop mounting storage (and couch) files Mounting storage files on a macOS workstation may generate FS-specific test failures (see next commit). And mounting couch files by themselves doesn't really make sense.
YAML
agpl-3.0
nono/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop,cozy-labs/cozy-desktop,nono/cozy-desktop,cozy-labs/cozy-desktop
17644ec28ca46e8050154e0c8053888ffaf2c1e6
docker-compose.yml
docker-compose.yml
version: "3" services: backend: image: bendahl/todo-backend:1.0 ports: - "8081:8081" frontend: depends_on: - backend environment: - BACKEND_HOSTNAME=backend image: bendahl/todo-frontend:1.0 ports: - "8080:8080"
version: "3" services: backend: image: bendahl/todo-backend:1.0 ports: - "8081:8081" frontend: depends_on: - backend environment: - BACKEND_HOSTNAME=backend image: bendahl/todo-frontend:1.0 ports: - "80:8080"
Use port 80 for web frontend
Use port 80 for web frontend
YAML
mit
bendahl/docker-todo
3f801b68f33c41c229e2b7956dc64bc6ab096565
resources/examples/RemoveBrokenReference/up-input.yml
resources/examples/RemoveBrokenReference/up-input.yml
City: - _id: MongoId(553a2b522fdb44fd198b458e) name: Reading - _id: MongoId(553a2b522fdb44fd198b457e) name: London User: - _id: "MongoId(53f31b5ad1703ad4398b4567)" name: Benny city: MongoDBRef(City,553a2b522fdb44fd198b458e)
City: - _id: MongoId(553a2b522fdb44fd198b458e) name: Reading - _id: MongoId(553a2b522fdb44fd198b457e) name: London User: - _id: "MongoId(53f31b5ad1703ad4398b4567)" name: Benny city: MongoDBRef(City, 553a2b522fdb44fd198b458e)
Introduce invalid ID error by adding a space after comma
Introduce invalid ID error by adding a space after comma
YAML
mit
mongrate/mongrate,mongrate/mongrate
caacf9da00552737081491b4e0f35326e1165200
db/seeds/prisons/SPI-spring-hill.yml
db/seeds/prisons/SPI-spring-hill.yml
--- name: Spring Hill nomis_id: SPI address: |- Grendon Underwood postcode: HP18 0TL email_address: socialvisits.springhill@hmps.gsi.gov.uk phone_no: 01296 445000 enabled: true recurring: fri: - 1345-1600 sat: - 1345-1600 sun: - 1345-1600 unbookable: - 2016-03-25 anomalous: 2016-01-15: - 1345-1600 2...
--- name: Spring Hill nomis_id: SPI address: |- Grendon Underwood postcode: HP18 0TL email_address: socialvisits.springhill@hmps.gsi.gov.uk phone_no: 01296 445000 enabled: true recurring: fri: - 1345-1545 sat: - 1345-1545 sun: - 1345-1545 unbookable: - 2016-03-25 anomalous: 2016-01-15: - 1345-1600 2...
Update recurring slots for spring hill
Update recurring slots for spring hill
YAML
mit
ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2,ministryofjustice/prison-visits-2
37a6b2ee9a6ca4ec12394d0d71b6794f6a4af6d7
deploy/site.yml
deploy/site.yml
--- - hosts: notebook vars_files: - ['secrets.yml', 'secrets.vault.yml'] - vars.yml roles: - common - notebook - hosts: proxy vars_files: - ['secrets.yml', 'secrets.vault.yml'] - vars.yml roles: - common - proxy
--- - hosts: notebook vars_files: - ['secrets.yml', 'secrets.vault.yml'] - ['vars.local.yml', 'vars.yml'] roles: - common - notebook - hosts: proxy vars_files: - ['secrets.yml', 'secrets.vault.yml'] - ['vars.local.yml', 'vars.yml'] roles: - common - proxy
Allow vars.local.yml to override vars.yml.
Allow vars.local.yml to override vars.yml.
YAML
bsd-3-clause
jupyter/nature-demo,jupyter/nature-demo,jupyter/nature-demo
4da122b1aa1b1558ccae906439615f728adb021b
wercker.yml
wercker.yml
box: wercker/golang build: steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Gets the dependencies - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get -t ./... ...
box: wercker/golang build: steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Gets the dependencies - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get -t ./... ...
Make goveralls publish the master branch instead of the HEAD
Make goveralls publish the master branch instead of the HEAD
YAML
apache-2.0
looplab/tarjan
6073b8cc499f4e73d621889d32f49e470b368b78
res/generators/templates/application/build.yml
res/generators/templates/application/build.yml
sdk: "<%=@sdk_path%>" sdkversion: <%=Rhodes::VERSION%> name: <%=@app_name%> version: 1.0 vendor: rhomobile build: debug bbver: 4.6 wmsdk: "Windows Mobile 6 Professional SDK (ARMV4I)" applog: rholog.txt iphone: configuration: Debug sdk: iphonesimulator4.3 provisionprofile: codesignidentity: entitlements: Bun...
sdk: "<%=@sdk_path%>" sdkversion: <%=Rhodes::VERSION%> name: <%=@app_name%> version: 1.0 vendor: rhomobile build: debug bbver: 4.6 wmsdk: "Windows Mobile 6 Professional SDK (ARMV4I)" applog: rholog.txt iphone: configuration: Release sdk: iphonesimulator4.3 provisionprofile: codesignidentity: entitlements: B...
Build rhodes release by default
Build rhodes release by default
YAML
mit
UIKit0/rhodes,nosolosoftware/rhodes,rhosilver/rhodes-1,rhosilver/rhodes-1,rhosilver/rhodes-1,rhosilver/rhodes-1,jdrider/rhodes,nosolosoftware/rhodes,louisatome/rhodes,nosolosoftware/rhodes,louisatome/rhodes,jdrider/rhodes,UIKit0/rhodes,jdrider/rhodes,UIKit0/rhodes,louisatome/rhodes,nosolosoftware/rhodes,rhosilver/rhode...
3ba702791e9c0a76babc15332c0eb98cf533ea72
plugins/tempest/tasks/setup/rpm/install_plugins.yml
plugins/tempest/tasks/setup/rpm/install_plugins.yml
--- - name: Include test vars include_vars: "{{ test_suite }}" - name: Install plugin packages for "{{ test_suite }}" suite become: yes package: name: "{{ item.value.package[test.openstack.version | int |default(overcloud_version)]|default(item.value.package.default) }}" state: present with_dict: "...
--- - name: Include test vars include_vars: "{{ test_suite }}" - name: Install plugin packages for "{{ test_suite }}" suite become: yes package: name: "{{ item.value.package[test.openstack.version |default(overcloud_version) | int]|default(item.value.package.default) }}" state: present with_dict: "...
Allow to install Tempest plugins from git repos
Allow to install Tempest plugins from git repos Right now the only supported method is RPM. Change-Id: I3428cbbc93becc790a606dfcafcb6f913d987bbb
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed,redhat-openstack/infrared,okolisny/InfraRed
210847a6b0e622fb560e8a43083a9f53646a55d5
metadata/de.hauke_stieler.geonotes.yml
metadata/de.hauke_stieler.geonotes.yml
Categories: - Science & Education - Navigation License: GPL-3.0-or-later AuthorName: Hauke Stieler SourceCode: https://github.com/hauke96/geonotes IssueTracker: https://github.com/hauke96/geonotes/issues Changelog: https://github.com/hauke96/GeoNotes/releases AutoName: GeoNotes RepoType: git Repo: https://github....
Categories: - Science & Education - Navigation License: GPL-3.0-or-later AuthorName: Hauke Stieler SourceCode: https://github.com/hauke96/geonotes IssueTracker: https://github.com/hauke96/geonotes/issues Changelog: https://github.com/hauke96/GeoNotes/releases AutoName: GeoNotes RepoType: git Repo: https://github....
Update CurrentVersion of GeoNotes to 1.0.2 (2)
Update CurrentVersion of GeoNotes to 1.0.2 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ac39b65dd9b6c191d3c09387319694457de01f4c
.forestry/front_matter/templates/team-member.yml
.forestry/front_matter/templates/team-member.yml
--- label: Team member hide_body: false fields: - type: text name: layout label: layout - type: text name: name label: name - type: number name: member-order label: member-order - type: text name: role label: role - type: file name: img label: img
--- label: Team member hide_body: false fields: - type: text name: layout label: layout hidden: true - type: text name: name label: Name config: required: true - type: file name: img label: Profile picture default: assets/img/profile-placeholder.jpg config: maxSize: 1 - type: text name: ro...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website
20a50793c57a9be607ebccbd82a2981fc56881c6
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant provisioner: name: chef_zero # You may wish to disable always updating cookbooks in CI or other testing environments. # For example: # always_update_cookbooks: <%= !ENV['CI'] %> always_update_cookbooks: true verifier: name: inspec platforms: - name: windows-81 driver: ...
--- driver: name: vagrant provisioner: name: chef_zero always_update_cookbooks: true verifier: name: inspec platforms: - name: windows-7 driver: box: aartemjevas/windows7PRO_64-chef customize: memory: 2048 - name: windows-81 driver: box: aartemjevas/windows81Pro_64-chef ...
Add Windows 7 platform and modify InSpec test location
Add Windows 7 platform and modify InSpec test location
YAML
apache-2.0
T-Wong/sourcetree
1d7104854236a2bf70f095850f950980cb3afd2d
.rubocop.yml
.rubocop.yml
inherit_from: .rubocop_todo.yml AllCops: Exclude: - lib/generators/**/* - vendor/bundle/**/* LineLength: Enabled: false StringLiterals: Enabled: false Documentation: Enabled: false MethodLength: Enabled: false ClassLength: Enabled: false CyclomaticComplexity: Enabled: false Style/SignalExc...
inherit_from: .rubocop_todo.yml AllCops: Exclude: - gemfiles/vendor/bundle/**/* # This dir only shows up on Travis - lib/generators/**/* - vendor/bundle/**/* LineLength: Enabled: false StringLiterals: Enabled: false Documentation: Enabled: false MethodLength: Enabled: false ClassLength: En...
Exclude vendor directory on Travis
Exclude vendor directory on Travis
YAML
mit
rpush/rpush
4f85b8b2c8055af94ac9cca72a4dbe90f43c03f1
.github/workflows/subdir_example.yml
.github/workflows/subdir_example.yml
name: subdir_example on: [push] jobs: build: name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} strategy: fail-fast: false matrix: config: - { name: "Windows Latest MSVC", os: windows-latest, build_type: "Debug"...
name: subdir_example on: [push] jobs: build: name: ${{ matrix.config.name }} runs-on: ${{ matrix.config.os }} strategy: fail-fast: false matrix: config: - { name: "Windows Latest MSVC", os: windows-latest, build_type: "Debug"...
Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months
Fix Github Actions build failing on "Ubuntu 16.04 GCC" for 3 months
YAML
mit
SRombauts/SQLiteCpp,SRombauts/SQLiteCpp,SRombauts/SQLiteCpp
4ba7a199d5c2520e4bb5715223f09ccb40d55804
.vsts-ci/azure-pipelines-release.yml
.vsts-ci/azure-pipelines-release.yml
name: Release-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr) variables: # Don't download unneeded packages - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE value: 'true' # Improve performance by not sending telemetry - name: DOTNET_CLI_TELEMETRY_OPTOUT value: 'true' trigger: branches: include: ...
name: Release-$(Build.SourceBranchName)-$(Date:yyyyMMdd)$(Rev:.rr) variables: # Don't download unneeded packages - name: DOTNET_SKIP_FIRST_TIME_EXPERIENCE value: 'true' # Improve performance by not sending telemetry - name: DOTNET_CLI_TELEMETRY_OPTOUT value: 'true' trigger: branches: include: ...
Update to new secure build and sign image
Update to new secure build and sign image
YAML
mit
PowerShell/PowerShellEditorServices
5b0543bda842f022289cae88a02498fa90d6a9a1
roles/openshift_node/tasks/storage_plugins/main.yml
roles/openshift_node/tasks/storage_plugins/main.yml
--- # The NFS storage plugin is always enabled since it doesn't require any # additional package dependencies - name: NFS storage plugin configuration include: nfs.yml when: not openshift.common.is_containerized | bool - name: GlusterFS storage plugin configuration include: glusterfs.yml when: "'glusterfs' in ...
--- # The NFS storage plugin is always enabled since it doesn't require any # additional package dependencies - name: NFS storage plugin configuration include: nfs.yml - name: GlusterFS storage plugin configuration include: glusterfs.yml when: "'glusterfs' in openshift.node.storage_plugin_deps" - name: Ceph sto...
Remove not is_containerized restriction on storage plugin includes.
Remove not is_containerized restriction on storage plugin includes.
YAML
apache-2.0
ewolinetz/openshift-ansible,anpingli/openshift-ansible,zhiwliu/openshift-ansible,abutcher/openshift-ansible,EricMountain-1A/openshift-ansible,jwhonce/openshift-ansible,nhr/openshift-ansible,thoraxe/openshift-ansible,EricMountain-1A/openshift-ansible,thoraxe/openshift-ansible,zhiwliu/openshift-ansible,akubicharm/openshi...
8ed3b1f403da045b764a3e8865b59117a704e331
undercloud-vm-source.yaml
undercloud-vm-source.yaml
Parameters: NeutronPublicInterface: Default: eth0 Description: What interface to bridge onto br-ex for network nodes. Type: String PowerManager: Default: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager Description: Bare metal power manager driver. Type: String PowerUserName: ...
Parameters: NeutronPublicInterface: Default: eth0 Description: What interface to bridge onto br-ex for network nodes. Type: String PowerManager: Default: nova.virt.baremetal.virtual_power_driver.VirtualPowerManager Description: Bare metal power manager driver. Type: String PowerSSHHost: ...
Support TripleO-CI for overcloud builds.
Support TripleO-CI for overcloud builds. For Tripleo-CI we can't generate the key in the VM and hand it out, because we have restricted access to the machine. Plus, this has been ugly forever. Pass an SSH key in, rather than pulling one out. Change-Id: I1def0757758e30e63891ff099106dac158bd8d83
YAML
apache-2.0
bcrochet/tripleo-heat-templates,bcrochet/tripleo-heat-templates,bcrochet/tripleo-heat-templates,openstack/tripleo-heat-templates,trozet/opnfv-tht,dprince/tripleo-heat-templates,trozet/tripleo-heat-templates,rdo-management/tripleo-heat-templates,openstack/tripleo-heat-templates,trozet/opnfv-tht,redhat-openstack/tripleo-...
bb753900caa7d729cb8cbff5ba350eee885564b2
deployment/puppet/openstack/other_repos.yaml
deployment/puppet/openstack/other_repos.yaml
# modulepath: /etc/puppet/modules repos: repo_paths: # openstack git repos git://github.com/puppetlabs/puppetlabs-nova: nova git://github.com/puppetlabs/puppetlabs-glance: glance git://github.com/puppetlabs/puppetlabs-swift: swift git://github.com/puppetlabs/puppetlabs-keystone: keystone git:/...
# modulepath: /etc/puppet/modules repos: repo_paths: # openstack git repos git://github.com/puppetlabs/puppetlabs-nova: nova git://github.com/puppetlabs/puppetlabs-glance: glance git://github.com/puppetlabs/puppetlabs-swift: swift git://github.com/puppetlabs/puppetlabs-keystone: keystone git:/...
Update xinetd url to use puppetlabs version
Update xinetd url to use puppetlabs version
YAML
apache-2.0
ddepaoli3/fuel-library-dev,SmartInfrastructures/fuel-library-dev,eayunstack/fuel-library,zhaochao/fuel-library,zhaochao/fuel-library,stackforge/fuel-library,huntxu/fuel-library,ddepaoli3/fuel-library-dev,zhaochao/fuel-library,Metaswitch/fuel-library,SmartInfrastructures/fuel-library-dev,huntxu/fuel-library,slystopad/fu...
721fd6c0651153aa76ee6c91fd836d95ee4d37e0
docs/antora.yml
docs/antora.yml
name: rubocop-rspec title: RuboCop RSpec version: '2.3' nav: - modules/ROOT/nav.adoc
name: rubocop-rspec title: RuboCop RSpec version: master nav: - modules/ROOT/nav.adoc
Switch docs version back to master
Switch docs version back to master
YAML
mit
backus/rubocop-rspec,bquorning/rubocop-rspec,backus/rubocop-rspec,nevir/rubocop-rspec
c662ccb3594f18b88e7817df0629be6579431c18
packages/ge/generics-eot.yaml
packages/ge/generics-eot.yaml
homepage: https://github.com/soenkehahn/generics-eot#readme changelog-type: '' hash: 6049ee46c8fed67cfc5e1425d1a33e01f61c87493e3687977f35fe41591fc16c test-bench-deps: shake: -any base: ==4.* hspec: -any markdown-unlit: -any filepath: -any doctest: -any mockery: -any interpolate: -any QuickCheck: -any ...
homepage: https://generics-eot.readthedocs.io/ changelog-type: '' hash: d4813fc6007fda53e809753f9f8b3fd24dee6839d1285d35b9f9fe01f3b58f88 test-bench-deps: shake: -any base: ! '>=4.8 && <5' hspec: -any markdown-unlit: -any filepath: -any doctest: -any silently: -any mockery: -any interpolate: -any Qui...
Update from Hackage at 2018-04-05T03:50:21Z
Update from Hackage at 2018-04-05T03:50:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
a242046318a7724f9e189019ea14a438efe881a8
packages/gs/gscholar-rss.yaml
packages/gs/gscholar-rss.yaml
homepage: http://www.ariis.it/static/articles/gscholar-rss/page.html changelog-type: '' hash: a407d9067af9990c1539232bd7a7ce48e35c0b7304e0d20da6d8073ca659aadc test-bench-deps: {} maintainer: fa-ml@ariis.it synopsis: scrapes google scholar, provides RSS feed changelog: '' basic-deps: scalpel-core: ! '>=0.5 && <0.7' ...
homepage: http://www.ariis.it/static/articles/gscholar-rss/page.html changelog-type: '' hash: 2c047a3c8afe2cb820d601ef95ac66397c0edf4f5784e9c577a6dab3f9bd35c3 test-bench-deps: {} maintainer: fa-ml@ariis.it synopsis: scrapes google scholar, provides RSS feed changelog: '' basic-deps: scalpel-core: ! '>=0.5 && <0.7' ...
Update from Hackage at 2019-08-30T00:33:01Z
Update from Hackage at 2019-08-30T00:33:01Z
YAML
mit
commercialhaskell/all-cabal-metadata
cb7a71b304c90fb16cdbfec98017d47d57ec2e4c
packages/lo/located-base.yaml
packages/lo/located-base.yaml
homepage: http://github.com/gridaphobe/located-base changelog-type: '' hash: 66c1f5ea2499b5661583d6e26ac51cde6e9f746dbc9ae0cd768d591792067731 test-bench-deps: {} maintainer: eric@seidel.io synopsis: Location-aware variants of partial functions changelog: '' basic-deps: base: ! '>=4.8.1.0 && <4.9' all-versions: - '0.1...
homepage: http://github.com/gridaphobe/located-base changelog-type: '' hash: c8118872eade28260f7891c342175e3e6055eb53973fa719bd9fd48652221bd4 test-bench-deps: located-base: -any base: -any criterion: -any maintainer: eric@seidel.io synopsis: Location-aware variants of partial functions changelog: '' basic-deps: ...
Update from Hackage at 2016-05-05T21:39:48+0000
Update from Hackage at 2016-05-05T21:39:48+0000
YAML
mit
commercialhaskell/all-cabal-metadata
b3573dcf602e11c2121bc8b78759941f22a0d3b4
packages/al/alternators.yaml
packages/al/alternators.yaml
homepage: https://github.com/louispan/alternators#readme changelog-type: '' hash: 7a74a4f839ffcb7da26b781dc7b7cb6b5ca3f85b0e19ec2d279c3aa6f5b985d9 test-bench-deps: {} maintainer: louis@pan.me synopsis: Handy functions when using transformers changelog: '' basic-deps: base: ! '>=4.7 && <5' mmorph: ! '>=1 && <2' tr...
homepage: https://github.com/louispan/alternators#readme changelog-type: '' hash: 9cec540bd9bb7ec17122d896d48f96a2ac732695c8696e1ffe51ba75ada0d310 test-bench-deps: {} maintainer: louis@pan.me synopsis: Handy functions when using transformers changelog: '' basic-deps: base: ! '>=4.7 && <5' mmorph: ! '>=1 && <2' tr...
Update from Hackage at 2017-12-24T09:17:45Z
Update from Hackage at 2017-12-24T09:17:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
faf2fbce6303c5171b3321757dc5d9a5fccb7ca7
packages/uu/uuid-orphans.yaml
packages/uu/uuid-orphans.yaml
homepage: '' changelog-type: '' hash: 1bb0a13b663bf50d23810c52a4b18731bd17c9a0a8daa9eaf6c181e38afd0288 test-bench-deps: {} maintainer: David Fox <dsf@seereason.com> synopsis: Orphan instances for the UUID datatype changelog: '' basic-deps: base: '>=4.9 && <5' text: -any safecopy: -any web-routes: -any uuid-ty...
homepage: '' changelog-type: '' hash: d13c188d30f289155de29e0b14dd0ef2216b5a740ed5678c489e1c8efc334e97 test-bench-deps: {} maintainer: David Fox <dsf@seereason.com> synopsis: Orphan instances for the UUID datatype changelog: '' basic-deps: base: '>=4.8 && <5' text: -any safecopy: -any web-routes: -any uuid-ty...
Update from Hackage at 2022-04-26T16:50:22Z
Update from Hackage at 2022-04-26T16:50:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
f579c2a2aa85b0ba7105c783720bced70b0091bd
packages/gh/ghcjs-perch.yaml
packages/gh/ghcjs-perch.yaml
homepage: '' changelog-type: '' hash: 6f86bb3a4c2c61e157b8eefd6baca442889b807b3fc3608ef62cf2d3af155969 test-bench-deps: {} maintainer: heraldhoi@gmail.com synopsis: GHCJS version of Perch library. changelog: '' basic-deps: base: ! '>=4.7 && <5' transformers: ! '>=0.4.2.0' all-versions: - '0.3.2' - '0.3.3' - '0.3.3....
homepage: '' changelog-type: '' hash: 60f2f5088f56a5617672455ca099fa5c3c44abf17a3e42fa0efaf222296cb5ce test-bench-deps: {} maintainer: heraldhoi@gmail.com synopsis: GHCJS version of Perch library. changelog: '' basic-deps: base: ! '>=4.7 && <5' transformers: ! '>=0.4.2.0' all-versions: - '0.3.2' - '0.3.3' - '0.3.3....
Update from Hackage at 2018-12-04T19:03:00Z
Update from Hackage at 2018-12-04T19:03:00Z
YAML
mit
commercialhaskell/all-cabal-metadata
8216cd66a31be9de05910bf0b6930879451f907b
packages/gh/ghcjs-perch.yaml
packages/gh/ghcjs-perch.yaml
homepage: '' changelog-type: '' hash: 1e732b65c8cade12a8e1d6a7b8fb133595a8ffddf2d863a6ed988bf4c6788311 test-bench-deps: {} maintainer: heraldhoi@gmail.com synopsis: GHCJS version of Perch library. changelog: '' basic-deps: base: ! '>=4.7 && <5' transformers: ! '>=0.4.2.0' all-versions: - '0.3.2' - '0.3.3' - '0.3.3....
homepage: '' changelog-type: '' hash: 6f86bb3a4c2c61e157b8eefd6baca442889b807b3fc3608ef62cf2d3af155969 test-bench-deps: {} maintainer: heraldhoi@gmail.com synopsis: GHCJS version of Perch library. changelog: '' basic-deps: base: ! '>=4.7 && <5' transformers: ! '>=0.4.2.0' all-versions: - '0.3.2' - '0.3.3' - '0.3.3....
Update from Hackage at 2017-04-01T19:41:03Z
Update from Hackage at 2017-04-01T19:41:03Z
YAML
mit
commercialhaskell/all-cabal-metadata
afb74e8d252d360a32ad39e26183fc75f2ecdbf2
packages/ha/hasql-implicits.yaml
packages/ha/hasql-implicits.yaml
homepage: https://github.com/nikita-volkov/hasql-implicits changelog-type: '' hash: 0015b563ca0e34242f34c5ab518648a02f01b577a469d2d24caced301e7aa33f test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Implicit definitions for Hasql, such as default codecs for standard types changelog: '' b...
homepage: https://github.com/nikita-volkov/hasql-implicits changelog-type: '' hash: 0848d3cbc9d94e1e539948fa0be4d0326b26335034161bf8076785293444ca6f test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Implicit definitions for Hasql, such as default codecs for standard types changelog: '' b...
Update from Hackage at 2022-06-20T10:49:53Z
Update from Hackage at 2022-06-20T10:49:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
9391d133952d6e7fdb6774d23af81ab768b35322
environment.yml
environment.yml
name: perses channels: - omnia-dev - omnia - openeye - conda-forge - defaults dependencies: - python >=3.6 - setuptools - numpy >=1.14 - scipy - numexpr - autograd - pymbar - openmm >=7.3.1 - openmoltools # may need to sort out ambermini/ambertools/parmed dependencies (we don't want ambertoo...
name: perses channels: - conda-forge - defaults - omnia-dev - omnia - openeye dependencies: - python >=3.6 - setuptools - numpy >=1.14 - scipy - numexpr - autograd - pymbar - openmm >=7.3.1 - openmoltools # may need to sort out ambermini/ambertools/parmed dependencies (we don't want ambertoo...
Add missing dependencies to env
Add missing dependencies to env
YAML
mit
choderalab/perses,choderalab/perses
18d82016ae931f29a0747782d1cf4f2bb3351c56
environment.yml
environment.yml
name: auspex channels: - bbn-q - defaults - conda-forge dependencies: - python=3.6 - matplotlib - h5py - numpy - scipy - scikit-learn - ruamel.yaml - PyVISA - tqdm - pandas - networkx - cffi - psutil - qgl
name: auspex channels: - bbn-q - defaults - conda-forge dependencies: - python=3.6 - matplotlib - h5py - numpy - scipy - scikit-learn - ruamel.yaml - PyVISA - tqdm - pandas - networkx - cffi - psutil - pip - "--editable=git+https://github.com/bbn-q/qgl.git@load-from-yaml#egg=qgl" ...
Clone appropriate qgl/adapt branches from github directly
Clone appropriate qgl/adapt branches from github directly
YAML
apache-2.0
BBN-Q/Auspex,BBN-Q/Auspex,BBN-Q/Auspex,BBN-Q/Auspex
c66a441f3509945720d49aa43b910fa6ae1f6536
packages/pa/path-extensions.yaml
packages/pa/path-extensions.yaml
homepage: '' changelog-type: markdown hash: 9a0a6ba58527d8d5585e1fe10a8ae46ec6349304d073c934904183e5f66a3169 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Enumeration of common filetype extensions for use with the path library. changelog: | # Changelog for path-extensions ## v0.1.0.0 * Add ...
homepage: '' changelog-type: markdown hash: c5b6ca14f8842ef3e7945a785accbcfc833b6d7cfa1e1dbe25ec35fa4aedd4d2 test-bench-deps: {} maintainer: dan.firth@homotopic.tech synopsis: Enumeration of common filetype extensions for use with the path library. changelog: | # Changelog for path-extensions ## v0.1.0.0 * Add ...
Update from Hackage at 2020-06-25T08:18:20Z
Update from Hackage at 2020-06-25T08:18:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
e7717b36edd8b240aec6a17662af3eb68161c93d
environment.yml
environment.yml
name: eigenmodes-nanodisc-with-particle dependencies: - python - ipython - jupyter - matplotlib>=1.5 - numpy
name: eigenmodes-nanodisc-with-particle dependencies: - python - ipython - jupyter - matplotlib>=1.5 - numpy - pandas - statsmodels
Add pandas and statsmodels as dependencies.
Add pandas and statsmodels as dependencies.
YAML
mit
maxalbert/paper-supplement-nanoparticle-sensing
82463f8043f2395b611070f9c7b6f51b0e65ca24
environment.yml
environment.yml
name: unidata-workshop channels: - https://conda.anaconda.org/conda-forge dependencies: - python=3 - numpy - matplotlib - cartopy - jupyter - networkx - netcdf4 - owslib - metpy - pint<0.7 - siphon - xarray - anaconda-client
name: unidata-workshop channels: - https://conda.anaconda.org/conda-forge dependencies: - python=3 - numpy - matplotlib - cartopy - jupyter - networkx - netcdf4 - owslib - metpy - pint<0.7 - siphon - xarray - anaconda-client - icu
Fix missing dependency for qt.
Fix missing dependency for qt.
YAML
mit
julienchastang/unidata-python-workshop,Unidata/unidata-python-workshop,julienchastang/unidata-python-workshop
3f181d6194123a808c3b22eb77e0b9246f8b5d61
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: Node.js Package on: [push] # pull_request: # branches: # - master # push: # branches: # - master jobs: build: name: Node.js ${{ matrix.node_version }} runs-on: ubuntu-latest strategy: matrix: node_version: [12] steps: - uses: actions/checkout@v2.3.3 ...
name: Node.js Package on: [push] # pull_request: # branches: # - master # push: # branches: # - master jobs: build: name: Node.js ${{ matrix.node_version }} runs-on: ubuntu-latest strategy: matrix: node_version: [12] steps: - uses: actions/checkout@v2.3.4 ...
Bump actions/checkout from v2.3.3 to v2.3.4
Bump actions/checkout from v2.3.3 to v2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/comp...
YAML
mit
LeoColomb/generator-latex
f1afc514155b4d7d9fc0f64a20dd64f7271a4671
.github/workflows/publish.yml
.github/workflows/publish.yml
name: Publish to NPM on: create: tags: - 'v*' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: '12.19.0' registry-url: https://r...
name: Publish to NPM on: push: tags: - 'v*' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: '12.19.0' registry-url: https://reg...
Change workflow trigger from create to push event
:wrench: Change workflow trigger from create to push event
YAML
mit
TobitSoftware/chayns-components,TobitSoftware/chayns-components,TobitSoftware/chayns-components
e84b0f01b60f6fbaa1f62acbec838193f2d4c824
docker-compose.yml
docker-compose.yml
version: '2.0' services: api: build: ./src/api ports: - "80:8080" volumes: - ./src/api:/usr/src/app/ links: - redis depends_on: - redis workers: build: ./src/workers volumes: - ./src/workers:/usr/src/app/ env_file: ./src/workers/.env-workers links: ...
version: '2.0' services: api: build: ./src/api ports: - "80:8080" volumes: - ./src/api:/usr/src/app/ links: - redis depends_on: - redis workers: build: ./src/workers volumes: - ./src/workers:/usr/src/app/ env_file: ./src/workers/.env links: - redi...
Rename .env file to be simpler
Rename .env file to be simpler No need to suffix as already within workers folder.
YAML
mit
craftship/phonebox,craftship/phonebox,craftship/phonebox
c2b753c2724a3cb0797563fa44ec7399362757dc
docker-compose.yml
docker-compose.yml
version: '2' services: web: build: web command: bundle exec rails s -p 3000 -b '0.0.0.0' volumes: - ./web:/app ports: - "3000:3000" links: - db environment: - POSTGRES_HOST=postgres://db/asicsaccess env_file: ./web/.env mywebsql: image: quantumobject/docker-m...
version: '2' services: web: build: web command: bundle exec rails s -p 3000 -b '0.0.0.0' volumes: - ./web:/app ports: - "3000:3000" links: - db environment: - POSTGRES_HOST=postgres://db/asicsaccess env_file: ./web/.env mywebsql: image: quantumobject/docker-m...
Change mywebsql port to 2052
Change mywebsql port to 2052
YAML
apache-2.0
d3estudio/asics-access,d3estudio/asics-access,d3estudio/asics-access,d3estudio/asics-access
f24d656059fa72138783930706dd33d96877879a
docker-compose.yml
docker-compose.yml
version: "2" services: etcd: image: quay.io/coreos/etcd:v2.3.7 command: -advertise-client-urls=http://0.0.0.0:2379 -listen-client-urls=http://0.0.0.0:2379 etcdsecure: image: quay.io/coreos/etcd:v2.3.7 command: -advertise-client-urls=https://0.0.0.0:2379 -listen-client-urls=https://0.0.0.0:2379 -trus...
version: "2" services: etcd: image: quay.io/coreos/etcd:v2.3.7 command: -advertise-client-urls=http://0.0.0.0:2379 -listen-client-urls=http://0.0.0.0:2379 etcdsecure: image: quay.io/coreos/etcd:v2.3.7 command: -advertise-client-urls=https://0.0.0.0:2379 -listen-client-urls=https://0.0.0.0:2379 -trus...
Use the official Rust Docker image.
Use the official Rust Docker image.
YAML
mit
jimmycuadra/rust-etcd
71924473808d1ced9a6618651a8450e46a9f041e
docker-compose.yml
docker-compose.yml
--- version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:5.2.6 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 kafka: image: confluentinc/cp-kafka:latest depends_on: - zookeeper ports: - 9092:9092 environment: KAFKA_BROKER_ID:...
--- version: '2' services: zookeeper: image: confluentinc/cp-zookeeper:5.2.6 environment: ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_TICK_TIME: 2000 kafka: image: confluentinc/cp-kafka:5.2.5-10 depends_on: - zookeeper ports: - 9092:9092 environment: KAFKA_BROKER_I...
Update docker compose config with versions that work out-of-the-box
Update docker compose config with versions that work out-of-the-box The config with `latest` was not working to run `kafka` during tests. --- Changelog: fix
YAML
mit
thijsc/rdkafka-ruby
fe00cca3ea0cf9ee57abf01743b7dbecf14a535d
docker-compose.yml
docker-compose.yml
engine: container_name: engine.dev.ammit image: php:7 volumes: - ".:/var/www:rw" composer: container_name: composer.dev.ammit image: composer/composer:latest volumes: - ".:/var/www:rw" working_dir: "/var/www"
engine: container_name: engine.dev.ammit image: php:7 volumes: - ".:/var/www:rw" working_dir: "/var/www" composer: container_name: composer.dev.ammit image: composer/composer:latest volumes: - ".:/var/www:rw" working_dir: "/var/www"
Fix Docker PHP working dir
Fix Docker PHP working dir
YAML
mit
imediafrance/ammit
001e545d02935306a87a4da81bf12ad6fa4ef177
docker-compose.yml
docker-compose.yml
# This configuration is the full-scale deployment config. Create # custom configurations to extend this for devleopment. version: '2' services: # # Data stores # # [PostgreSQL] Database for Django API postgres: image: "postgres" ports: - "127.0.0.1:5432:5432" ...
# This configuration is the full-scale deployment config. Create # custom configurations to extend this for devleopment. version: '2' services: # # Data stores # # [PostgreSQL] Database for Django API postgres: image: "postgres" ports: - "127.0.0.1:5432:5432" ...
Add restart tag to DC config
Add restart tag to DC config
YAML
apache-2.0
andrewsosa/hackfsu_com,andrewsosa/hackfsu_com,andrewsosa/hackfsu_com,andrewsosa/hackfsu_com
c4b3efc1614d70db1647514ac5e916940382a11f
.github/workflows/workflow.yml
.github/workflows/workflow.yml
name: Octokit CI on: push: branches: - master pull_request: branches: - master jobs: test: name: Ruby ${{ matrix.ruby_version }} runs-on: ubuntu-latest strategy: max-parallel: 3 matrix: ruby_version: [2.4.x, 2.5.x, 2.6.x] steps: - uses: actions/che...
name: Octokit CI on: push: branches: - master - 4-stable pull_request: branches: - master - 4-stable jobs: test: name: Ruby ${{ matrix.ruby_version }} runs-on: ubuntu-latest strategy: max-parallel: 3 matrix: ruby_version: [2.4.x, 2.5.x, 2.6.x] ...
Add 4-stable brach to CI config
Add 4-stable brach to CI config
YAML
mit
octokit/octokit.rb,octokit/octokit.rb
43558533ff8bf082a58fffaa3d745da46f07e546
.github/FUNDING.yml
.github/FUNDING.yml
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PZBZDFNKBJW5E&source=url
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PZBZDFNKBJW5E&source=url open_collective: pudl
Add Open Collective sponsorship link.
Add Open Collective sponsorship link.
YAML
mit
catalyst-cooperative/pudl,catalyst-cooperative/pudl
ba0a0ee3ab3c7f002607dac97e42019511ac8547
docs/_config.yml
docs/_config.yml
title: Sinon.JS description: | Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework. baseurl: /sinon url: 'https://sinonjs.org' github_username: sinonjs sinon: current_release: v1.17.6 next_release: v2.0.0-pre.5 markdown: kramdown kramdown: input: GFM syntax_highlig...
title: Sinon.JS description: | Standalone test spies, stubs and mocks for JavaScript. Works with any unit testing framework. url: 'https://sinonjs.org' github_username: sinonjs sinon: current_release: v1.17.6 next_release: v2.0.0-pre.5 markdown: kramdown kramdown: input: GFM syntax_highlighter: none syn...
Change base URL for the docs
Change base URL for the docs We have a dedicated host name now, and can run it from root
YAML
bsd-3-clause
fatso83/Sinon.JS,cjohansen/Sinon.JS,fatso83/Sinon.JS,mroderick/Sinon.JS,fatso83/Sinon.JS,cjohansen/Sinon.JS,mroderick/Sinon.JS,cjohansen/Sinon.JS,mroderick/Sinon.JS
99bc942c36142d91db8362f57db9c60166132fe0
metadata/org.dslul.openboard.inputmethod.latin.yml
metadata/org.dslul.openboard.inputmethod.latin.yml
Categories: - System - Writing License: GPL-3.0-only SourceCode: https://github.com/dslul/openboard IssueTracker: https://github.com/dslul/openboard/issues AutoName: OpenBoard RepoType: git Repo: https://github.com/dslul/openboard Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app...
Categories: - System - Writing License: GPL-3.0-only SourceCode: https://github.com/dslul/openboard IssueTracker: https://github.com/dslul/openboard/issues AutoName: OpenBoard RepoType: git Repo: https://github.com/dslul/openboard Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app...
Update OpenBoard to 1.4 (11)
Update OpenBoard to 1.4 (11)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
034a13055f3edea51d597d529cf41dd523eb06d1
.github/workflows/actions.yml
.github/workflows/actions.yml
name: CI on: push: branches: [master] pull_request: branches: [master] jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.4', '2.5', '2.6', '2.7', 'jruby-head' ] task: [test, spec] include: # run rubocop against lowest supported ruby - os...
name: CI on: push: branches: [master] pull_request: branches: [master] jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.4', '2.5', '2.6', '2.7', '3.0', 'jruby-head' ] task: [test, spec] include: # run rubocop against lowest supported ruby ...
Test using Ruby 3.0 as well
Test using Ruby 3.0 as well
YAML
mit
fakefs/fakefs
773f6c04bde6028e8ade003f899e0eac0e423a08
.github/workflows/nodebug.yml
.github/workflows/nodebug.yml
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/a...
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/a...
Update No Assertions to new version 8.0.0
Update No Assertions to new version 8.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
811e240c4fc1350dfdaa04ab3358326a30126b6a
.github/workflows/dusk.yml
.github/workflows/dusk.yml
name: Dusk tests on: push: branches: - master pull_request: branches: - master jobs: dusk: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Copy .env file run: cp .env.example .env - name: Configure Composer cache id: composer-cac...
name: Dusk tests on: push: branches: - master pull_request: branches: - master jobs: dusk: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Copy .env file run: cp .env.example .env - name: Configure Composer cache id: composer-cac...
Configure SQLite for Dusk tests
Configure SQLite for Dusk tests
YAML
mit
sbine/bdgt,sbine/bdgt,sbine/bdgt
f483f5536a17c0161700dca594c1d445184520fe
.github/workflows/lint.yml
.github/workflows/lint.yml
on: push name: Lint files jobs: eslint: name: eslint runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: install node v10 uses: actions/setup-node@v1 with: node-version: 10 - name: yarn install run: yarn install - name: lint run: yarn lint
on: push name: Lint files jobs: eslint: name: eslint runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: install node v14 uses: actions/setup-node@v1 with: node-version: 14 - name: yarn install run: yarn install - name: lint run: yarn lint
Set GitHub workflow Node version to LTS
Set GitHub workflow Node version to LTS
YAML
bsd-3-clause
grrr-amsterdam/gulpfile
957a0f6b35ecf0f079525d90e74a01a5c42271db
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Install apt dependencies run: | sudo apt install -y apt-utils clang curl git libblocksruntime-dev libxml2 - uses: actions/setup-python@v1 with: python-version: '3.6' ...
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-python@v1 with: python-version: '3.6' architecture: 'x64' - name: Install the library run: | pip install nbdev jupyter pip install -e . -...
Prepare CI for all tests
Prepare CI for all tests
YAML
apache-2.0
fastai/fastai
975c07bb349989f421b3b5148b7b02cf9f161ee4
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: [ '*' ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [2.7, pypy2, 3.5, 3.7, 3.8, pypy3] steps: - uses: actions/checkout@v2 - name: Cache dependencies uses: actions/cache@v1 ...
name: CI on: push: branches: [ '*' ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [2.7, pypy2, 3.5, 3.7, 3.8, pypy3] timezone: ["UTC", "Europe/Paris", "Asia/Hong_Kong"] steps: - uses: actions/checkout@v2 ...
Add travis matrix environment variables for TZ
Add travis matrix environment variables for TZ
YAML
mit
alisaifee/hiro,alisaifee/hiro
fb39fe55e2b7252cf762286455d9350f631812af
.github/workflows/main.yml
.github/workflows/main.yml
name: Deploy # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: build: ...
name: Deploy # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: build: ...
Switch to workload identity federation.
Switch to workload identity federation.
YAML
mit
sethrylan/bayesian,sethrylan/bayesian
6b620ae1d6fb45f450d4aeb06b7a8cd69813008a
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: turtlequeue/setup-babashka@v1.3.0 with: babashka-version: 0.8.1 - uses: actions/checkout@v2 - name: Run tests run: bb run test
name: CI on: [push] jobs: test: runs-on: ubuntu-latest steps: - uses: turtlequeue/setup-babashka@v1.3.0 with: babashka-version: 0.8.1 - uses: actions/checkout@v2 - name: Run tests run: bb run test
Rename CI job to test
Rename CI job to test ...since that's all it currently does
YAML
mit
Quantisan/docker-clojure
bb6126591478d3cf8959add3419f1c126e090b74
.github/workflows/ruby.yml
.github/workflows/ruby.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 will download a prebuilt Ruby version, install dependencies and run tests with Rake # For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby name: Ruby on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: "0 4 * * ...
Use correct version for GitHub action
Use correct version for GitHub action
YAML
mit
bnadlerjr/hoboken,bnadlerjr/hoboken,bnadlerjr/hoboken
346ffbade0f8827a52fcb0a0a90b92afb6b7d311
.github/workflows/test.yml
.github/workflows/test.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...
Comment out coverage reporter because it is broken
Comment out coverage reporter because it is broken
YAML
mit
saturnflyer/casting
76edf6a518429e41aaaa4719e2d4d650acff1ad3
.github/workflows/unit.yml
.github/workflows/unit.yml
name: PHPUnit on: [push, pull_request] jobs: tests: name: Unit tests strategy: matrix: include: - php: '8.1' os: ubuntu-20.04 - php: '8.0' os: macos-11 - php: '8.0' mode: high-deps os: ubuntu-20.04 - php: ...
name: PHPUnit on: [push, pull_request] jobs: tests: name: Unit tests strategy: matrix: include: - php: '8.1' os: ubuntu-20.04 - php: '8.0' os: macos-11 - php: '8.0' mode: high-deps os: ubuntu-20.04 - php: ...
Add step to install dependencies
ci: Add step to install dependencies
YAML
mit
cocur/slugify,cocur/slugify
6619107867345565f6c9aea75f03c416de9e60b3
images/alpine/cloudbuild.yaml
images/alpine/cloudbuild.yaml
steps: - name: gcr.io/k8s-testimages/gcb-docker-gcloud entrypoint: /buildx-entrypoint args: - build - --tag=gcr.io/$PROJECT_ID/alpine:$_GIT_TAG - --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x - --build-arg=IMAGE_ARG=gcr.io/$PROJECT_ID/alpine:$_GIT_TAG - --push - . ...
steps: - name: gcr.io/k8s-testimages/gcb-docker-gcloud entrypoint: /buildx-entrypoint args: - build - --tag=gcr.io/$PROJECT_ID/alpine:$_GIT_TAG - --build-arg=IMAGE_ARG=gcr.io/$PROJECT_ID/alpine:$_GIT_TAG - --platform=linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x - --push - . ...
Rebuild alpine image to use binfmt binary
Rebuild alpine image to use binfmt binary
YAML
apache-2.0
fejta/test-infra,monopole/test-infra,michelle192837/test-infra,monopole/test-infra,kubernetes/test-infra,monopole/test-infra,kubernetes/test-infra,BenTheElder/test-infra,cjwagner/test-infra,jessfraz/test-infra,kubernetes/test-infra,dims/test-infra,monopole/test-infra,cjwagner/test-infra,kubernetes/test-infra,fejta/test...
86542671319b775c0543911eb2f2bcdce980dc0b
pubspec.yaml
pubspec.yaml
name: ddo version: 0.2.1 author: Nathan Kerr <nathankerr@gmail.com> description: A port of PHP Data Objects to Dart. homepage: https://github.com/TheBosZ/pdo-dart dependencies: sqljocky: '>=0.10.0 <0.11.0' unittest: '>=0.10.1+2 <0.11.0'
name: ddo version: 0.2.2 author: Nathan Kerr <nathankerr@gmail.com> description: A port of PHP Data Objects to Dart. homepage: https://github.com/TheBosZ/pdo-dart dependencies: sqljocky: '>=0.10.0 <0.11.0' unittest: '>=0.10.1+2 <0.11.0'
Update the version pushed to pub.
Update the version pushed to pub.
YAML
mit
TheBosZ/pdo-dart,TheBosZ/pdo-dart,TheBosZ/ddo-dart,TheBosZ/ddo-dart
fb5d3d4e2fff42078b5ecd7e32b25a2ca5a979e0
pubspec.yaml
pubspec.yaml
name: pub_server version: 0.1.0 author: Dart Team <misc@dartlang.org> description: A Dart package containing re-usable components for making a pub package server. homepage: https://github.com/dart-lang/pub_server environment: sdk: '>=1.5.0 <2.0.0' dependencies: logging: ">=0.9.3 <1.0.0" mime: ">=0.9.2 <0.10.0" ...
name: pub_server version: 0.1.0 author: Dart Team <misc@dartlang.org> description: A Dart package containing re-usable components for making a pub package server. homepage: https://github.com/dart-lang/pub_server environment: sdk: '>=1.5.0 <2.0.0' dependencies: logging: ">=0.9.3 <1.0.0" mime: ">=0.9.3 <0.10.0" ...
Use newest version of package:mime
Use newest version of package:mime R=kevmoo@google.com Review URL: https://codereview.chromium.org//1119553002
YAML
bsd-3-clause
dart-archive/pub_server
fb22bb9a789d0be32c2befebaaf2b5aaef190a22
pubspec.yaml
pubspec.yaml
name: bridge description: Extensible end-to-end framework author: Emil Persson <emil.n.persson@gmail.com> version: 1.0.0-alpha1+3 homepage: http://github.com/dart-bridge/framework environment: sdk: ">=1.8.0 <2.0.0" dependencies: shelf: ">=0.5.7 <0.7.0" shelf_static: ">=0.2.2 <0.3.0" shelf_web_socket: '^0.0.1+2'...
name: bridge description: Extensible end-to-end framework author: Emil Persson <emil.n.persson@gmail.com> version: 1.0.0-alpha1+4 homepage: http://github.com/dart-bridge/framework environment: sdk: ">=1.8.0 <2.0.0" dependencies: shelf: ">=0.5.7 <0.7.0" shelf_static: ">=0.2.2 <0.3.0" shelf_web_socket: '^0.0.1+2'...
Bump up the version for release
Bump up the version for release
YAML
mit
dart-bridge/framework,dart-bridge/framework,ronlobo/framework,ronlobo/framework,ronlobo/framework
efc811c76f35e5a1b2258a806a9d95eabb8357a0
buildsys-tags/cloud8-openstack-wallaby-candidate.yml
buildsys-tags/cloud8-openstack-wallaby-candidate.yml
packages: - project: python-jsonpath-rw-ext buildsys-tags: cloud8-openstack-wallaby-candidate: python-jsonpath-rw-ext-1.2.2-1.el8 - project: python-openstackdocstheme buildsys-tags: cloud8-openstack-wallaby-candidate: python-openstackdocstheme-2.2.6-1.el8 - project: python-paste buildsys-tags: cloud8-...
packages: - project: python-cryptography-vectors buildsys-tags: cloud8-openstack-wallaby-candidate: python-cryptography-vectors-3.2-1.el8 - project: python-jsonpath-rw-ext buildsys-tags: cloud8-openstack-wallaby-candidate: python-jsonpath-rw-ext-1.2.2-1.el8 - project: python-openstackdocstheme buildsys-ta...
Rebuild python-cryptography-vectors from Fedora to match u-c
Rebuild python-cryptography-vectors from Fedora to match u-c python-cryptography-vectors is a BR of python-cryptography This is needed for https://review.rdoproject.org/r/#/c/30665/ Change-Id: I21e396dd637e72b37e168d3cce4fb6c0b14d8c28
YAML
apache-2.0
redhat-openstack/rdoinfo
854dc8c5c5137ef7ccbdc5eb5c9c569141bddd8a
playbooks/config-changed.yaml
playbooks/config-changed.yaml
--- - name: Add upstream apt key apt_key: id=36A1D7869245C8950F966E92D8576A8BA88D21E9 keyserver=keyserver.ubuntu.com - name: Add Upstream apt repository apt_repository: repo='deb https://get.docker.com/ubuntu docker main' state=present - name: Install required packages. apt: name={{item}} state=present update_...
--- - name: grab release info shell: uname -r register: rel - set_fact: thisrel: "{{ rel.stdout }}" - name: Add upstream apt key apt_key: id=36A1D7869245C8950F966E92D8576A8BA88D21E9 keyserver=keyserver.ubuntu.com - name: Add Upstream apt repository apt_repository: repo='deb https://get.docker.com/ubuntu...
Patch docker to have the AUFS backend
Patch docker to have the AUFS backend
YAML
mit
chuckbutler/drone-ci-charm,chuckbutler/drone-ci-charm
70d0a2692acc554903ee87e09d02f1320e861f5e
playbooks/roles/demo/defaults/main.yml
playbooks/roles/demo/defaults/main.yml
--- # # edX Configuration # # github: https://github.com/edx/configuration # wiki: https://github.com/edx/configuration/wiki # code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions # license: https://github.com/edx/configuration/blob/master/LICENSE.TXT # ## # Defaults for role de...
--- # # edX Configuration # # github: https://github.com/edx/configuration # wiki: https://github.com/edx/configuration/wiki # code style: https://github.com/edx/configuration/wiki/Ansible-Coding-Conventions # license: https://github.com/edx/configuration/blob/master/LICENSE.TXT # ## # Defaults for role de...
Update the course ID to match the split course_id
Update the course ID to match the split course_id We updated code elsewhere so that by default courses that are imported are imported into the split modules store but that also changes the course_id of this course and breaks the enrolling of test students into the demo course. This change should resolve the issue...
YAML
agpl-3.0
joshhu/configuration,hastexo/edx-configuration-old,xiangjf/configuration,armaan/edx-configuration,4eek/configuration,stvstnfrd/configuration,mitodl/configuration,proversity-org/configuration,jorgeomarmh/configuration,CredoReference/configuration,alu042/configuration,Livit/Livit.Learn.EdX.configuration,nikolas/configura...
21585f12ae8649cc66364b93bcae0f5aa9fcb507
media_server/ansible/roles/packages/tasks/main.yml
media_server/ansible/roles/packages/tasks/main.yml
- name: install packages apt: pkg={{ item }} state=installed update_cache=true cache_valid_time=86400 with_items: - bash-completion - build-essential - calibre - curl - dnsutils - ftp - git - vim - wget
- name: install packages apt: pkg={{ item }} state=installed update_cache=true cache_valid_time=86400 with_items: - bash-completion - build-essential - calibre - curl - dnsutils - ftp - git - vim - wget - p7zip-full
Add p7zip to the list of packages to install in the media server
Add p7zip to the list of packages to install in the media server
YAML
unlicense
rranelli/linuxsetup,rranelli/linuxsetup,rranelli/linuxsetup
a7e75bbfc7f8c9054d545afa0f01d414864b9c0b
recipes/lipyphilic/meta.yaml
recipes/lipyphilic/meta.yaml
{% set name = "lipyphilic" %} {% set version = "0.3.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/lipyphilic-{{ version }}.tar.gz sha256: 2be880638d28b1f7a2e3310574fec57e132e2a215673514443b049b2c147ebc2 build: number: 0 ...
{% set name = "lipyphilic" %} {% set version = "0.3.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/lipyphilic-{{ version }}.tar.gz sha256: 2be880638d28b1f7a2e3310574fec57e132e2a215673514443b049b2c147ebc2 build: number: 0 ...
Remove maximum required version of python and numpy
Remove maximum required version of python and numpy
YAML
bsd-3-clause
goanpeca/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,ig...
3ce89fe11270f4d183643d2edc6d03007dbe9164
config/settings/usergroups.yml
config/settings/usergroups.yml
setting_schemas: usergroup: forum_show: type: boolean default: true category: forum priority: 0 forum_read_topics: type: boolean default: false category: forum priority: 0 forum_reply_topics: type: boolean default: false category: forum ...
setting_schemas: usergroup: forum_show: type: boolean default: true category: forum priority: 0 forum_read_topics: type: boolean default: true category: forum priority: 0 forum_reply_topics: type: boolean default: false category: forum ...
Fix default settings for can_read_topic
Fix default settings for can_read_topic
YAML
mit
nodeca/nodeca.forum
51426c93fad495a76c8c0c1142d29722a3a76100
metadata/de.seemoo.at_tracking_detection.yml
metadata/de.seemoo.at_tracking_detection.yml
Categories: - Connectivity - Security License: Apache-2.0 AuthorName: Niklas Bittner AuthorEmail: niklas.bittner@stud.tu-darmstadt.de AuthorWebSite: https://www.seemoo.tu-darmstadt.de/ SourceCode: https://github.com/seemoo-lab/AirGuard IssueTracker: https://github.com/seemoo-lab/AirGuard/issues Changelog: https://g...
Categories: - Connectivity - Security License: Apache-2.0 AuthorName: Niklas Bittner AuthorEmail: niklas.bittner@stud.tu-darmstadt.de AuthorWebSite: https://www.seemoo.tu-darmstadt.de/ SourceCode: https://github.com/seemoo-lab/AirGuard IssueTracker: https://github.com/seemoo-lab/AirGuard/issues Changelog: https://g...
Update AirGuard to 1.0.6 (18)
Update AirGuard to 1.0.6 (18)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata