commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
f387acd12135ddae0bedd4c7ee675dbbfe955742
virtual/tasks/lx-brand.yml
virtual/tasks/lx-brand.yml
--- - name: SmartOS LX Brand Debian tasks block: - name: Hold back systemd dpkg_selections: name: systemd selection: hold # A dirty hack for https://bugs.python.org/issue36610 # This could fail on Debians that don't use 3.8, but we aren't running any of those right now, so this is good # enough for the moment - name: Disable sendfile in Python shutil lineinfile: dest: "/usr/lib/python3.8/shutil.py" line: "_USE_CP_SENDFILE = False # use of sendfile disabled by 'virtual' Ansible role" regexp: "^_USE_CP_SENDFILE =" state: present backup: false # resolv.conf is not maintained in newer maually-updated LX Brand Ubuntu zones - name: Include resolv role for Ubuntu LX Brand zones include_role: name: resolv when: ansible_distribution == "Ubuntu" and ansible_distribution_version is version('18.04', '>=') - name: Create native ZFS mount-all service copy: src: zfs-mount.service dest: /etc/systemd/system/zfs-mount.service mode: "0644" - name: Enable native ZFS mount-all service systemd: name: zfs-mount.service enabled: true when: ansible_os_family == "Debian"
--- - name: SmartOS LX Brand Debian tasks block: - name: Hold back systemd dpkg_selections: name: systemd selection: hold # sendfile bug fixed in https://github.com/joyent/illumos-joyent/commit/b189ef943db9b29af9068d3b3b49bc364699da56 20200910T013122Z # resolv.conf is not maintained in newer maually-updated LX Brand Ubuntu zones - name: Include resolv role for Ubuntu LX Brand zones include_role: name: resolv when: ansible_distribution == "Ubuntu" and ansible_distribution_version is version('18.04', '>=') - name: Create native ZFS mount-all service copy: src: zfs-mount.service dest: /etc/systemd/system/zfs-mount.service mode: "0644" - name: Enable native ZFS mount-all service systemd: name: zfs-mount.service enabled: true when: ansible_os_family == "Debian"
Remove Python sendfile hack (fixed upstream in LX)
Remove Python sendfile hack (fixed upstream in LX)
YAML
mit
galaxyproject/ansible-common-roles,galaxyproject/ansible-common-roles
c0e61305a77c8eba0cef02e7a77f389de969b13e
bsp-gonk/travis/travis_linux.yml
bsp-gonk/travis/travis_linux.yml
language: generic sudo: required dist: trusty os: - linux jdk: - openjdk7 # Pay close attention here ideally this should match prerequisites-linux.md addons: apt: sources: - ubuntu-toolchain-r-test - kubuntu-backports packages: - openjdk-7-jdk - m4 - libxml2-utils - ccache - cmake - android-tools-adb - lib32z1 - lib32stdc++6 - libc6-dev-i386 - linux-libc-dev - g++ - g++-4.8 - g++-4.8-multilib - libcv-dev - libcvaux-dev - libhighgui-dev - libopencv-dev install: - source ./travis/install script: - ./travis/script
language: generic sudo: required dist: trusty os: - linux jdk: - openjdk7 # Pay close attention here ideally this should match prerequisites-linux.md addons: apt: sources: - ubuntu-toolchain-r-test - kubuntu-backports - git-core packages: - openjdk-7-jdk - m4 - libxml2-utils - ccache - cmake - android-tools-adb - lib32z1 - lib32stdc++6 - libc6-dev-i386 - linux-libc-dev - g++ - g++-4.8 - g++-4.8-multilib - git - libcv-dev - libcvaux-dev - libhighgui-dev - libopencv-dev install: - source ./travis/install script: - ./travis/script
Update git version on Travis
Update git version on Travis
YAML
mit
silklabs/silk,silklabs/silk,silklabs/silk,silklabs/silk,silklabs/silk,silklabs/silk
cb30244a59280aba484d09817c0d23846f5119cd
.codeclimate.yml
.codeclimate.yml
languages: Ruby: true JavaScript: true PHP: true Python: true exclude_paths: - "app/interfaces/api/v1/*" - "lib/demo_data/*"
languages: Ruby: true JavaScript: true PHP: true Python: true exclude_paths: - "app/interfaces/api/v1/*" - "lib/demo_data/*" - "db/*" - "db/migrate/*" - "db/seeds/*"
Exclude db/* db/migrate/* db/seeds/* from CodeClimate
Exclude db/* db/migrate/* db/seeds/* from CodeClimate
YAML
mit
ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments
4487183e8d34fe05c3d0053879374cd0555fc9dd
.codeclimate.yml
.codeclimate.yml
--- engines: csslint: enabled: true duplication: enabled: true config: languages: javascript: mass_threshold: 140 exclude_paths: - "**/tests" eslint: enabled: true channel: "eslint-2" fixme: enabled: true ratings: paths: - "**.css" - "**.inc" - "**.js" - "**.jsx" - "**.es6" - "**.module" exclude_paths: - "bin/**/*" - "test/**/*" - "**/tests" - "tmp/**/*" - "vendor/**/*" - ".idea/" - "**.spec.js" - "**.min.js" - "**.min.css" - "DeepFramework.js" - "**/frontend/_build/" - "**/dist" - "**/node_modules" - "**/packages" - "**/font-awesome.css" - "**/materialdesignicons.css"
--- engines: csslint: enabled: true duplication: enabled: true config: languages: javascript: mass_threshold: 140 exclude_paths: - "**/tests" eslint: enabled: true channel: "eslint-2" fixme: enabled: true ratings: paths: - "**.css" - "**.inc" - "**.js" - "**.jsx" - "**.es6" - "**.module" exclude_paths: - "bin/**/*" - "test/**/*" - "**/tests" - "tmp/**/*" - "vendor/**/*" - "**/lib" - ".idea/" - "**.spec.js" - "**.min.js" - "**.min.css" - "DeepFramework.js" - "**/frontend/_build/" - "**/dist" - "**/node_modules" - "**/packages" - "**/font-awesome.css" - "**/materialdesignicons.css"
Add lib folder to ignore
Add lib folder to ignore
YAML
mit
MitocGroup/deep-microservices-root-angularjs,MitocGroup/deep-microservices-root-angularjs,MitocGroup/deep-microservices-root-angularjs
da2de44a6cbae7649051d6e6d1a00595764f5822
.readthedocs.yml
.readthedocs.yml
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 python: # enable access to preinstalled modules (numpy, scipy, matplotlib) system_packages: true # Build documentation in the docs/ directory with Sphinx sphinx: # treat warnings as build errors fail_on_warning: true # Also build downloadable PDF formats: - pdf
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 python: # enable access to preinstalled modules (numpy, scipy, matplotlib) system_packages: true # Build documentation in the docs/ directory with Sphinx sphinx: # treat warnings as build errors fail_on_warning: true # Also build downloadable PDF formats: - pdf - htmlzip
Build downloadable HTML on Read the Docs
Build downloadable HTML on Read the Docs
YAML
mit
PyAbel/PyAbel
eaab059c533a280199ce111768012fa47fe3ab59
.scrutinizer.yml
.scrutinizer.yml
imports: - php tools: php_cpd: true php_pdepend: true php_mess_detector: enabled: true filter: paths: { } excluded_paths: - '*/Tests/*' config: design_rules: coupling_between_objects: false php_analyzer: true sensiolabs_security_checker: true
imports: - php tools: external_code_coverage: true php_cpd: true php_pdepend: true php_mess_detector: enabled: true filter: paths: { } excluded_paths: - '*/Tests/*' config: design_rules: coupling_between_objects: false php_analyzer: true sensiolabs_security_checker: true
Allow external code coverage for Scrutinizer.
Allow external code coverage for Scrutinizer.
YAML
mit
Causecast/SamlSPBundle,HearstCorp/SamlSPBundle,rlustin/SamlSPBundle,INSEAD-asim/SamlSPBundle,rlustin/SamlSPBundle,aerialship/SamlSPBundle,stuartwilsondev/SamlSPBundle,stuartwilsondev/SamlSPBundle,aerialship/SamlSPBundle,HearstCorp/SamlSPBundle,Causecast/SamlSPBundle,rlustin/SamlSPBundle,Causecast/SamlSPBundle,stuartwilsondev/SamlSPBundle,INSEAD-asim/SamlSPBundle,INSEAD-asim/SamlSPBundle,aerialship/SamlSPBundle
f41377f10de13c7ea9bd34ec46e543e4d2f253cf
.taskcluster.yml
.taskcluster.yml
version: 0 metadata: name: servo description: >- A modern, high-performance browser engine designed for both application and embedded use. owner: '{{ event.head.user.email }}' source: '{{ event.head.repo.url }}' tasks: - provisionerId: '{{ taskcluster.docker.provisionerId }}' workerType: 'servo-docker-worker' extra: github: events: - pull_request.opened - pull_request.reopened - pull_request.synchronize payload: maxRunTime: 3600 image: 'servobrowser/servo-linux-dev:servo-linux-build-deps-2017-06-30' command: - /bin/bash - '--login' - '-c' - '-x' - >- git clone {{event.head.repo.url}} servo && cd servo && git config advice.detachedHead false && git checkout {{event.head.sha}} && etc/ci/taskcluster-test.sh metadata: name: linux-tests description: Run Linux tests. owner: '{{ event.head.user.email }}' source: '{{ event.head.repo.url }}' allowPullRequests: public
version: 0 metadata: name: servo description: >- A modern, high-performance browser engine designed for both application and embedded use. owner: '{{ event.head.user.email }}' source: '{{ event.head.repo.url }}' tasks: - provisionerId: '{{ taskcluster.docker.provisionerId }}' workerType: 'servo-docker-worker' extra: github: events: - pull_request.opened - pull_request.reopened - pull_request.synchronize payload: maxRunTime: 7200 image: 'servobrowser/servo-linux-dev:servo-linux-build-deps-2017-06-30' command: - /bin/bash - '--login' - '-c' - '-x' - >- git clone {{event.head.repo.url}} servo && cd servo && git config advice.detachedHead false && git checkout {{event.head.sha}} && etc/ci/taskcluster-test.sh metadata: name: linux-tests description: Run Linux tests. owner: '{{ event.head.user.email }}' source: '{{ event.head.repo.url }}' allowPullRequests: public
Increase max run time to 2 hours
Increase max run time to 2 hours Based on the Taskcluster log for (https://taskcluster-artifacts.net/HkxDh1oKQceXH1fL9RSGow/0/public/logs/live_backing.log), it looks like the job is running successfully but hitting the max time limit. Our builds + tests shouldn't take this long to run normally, but we'll need to set up sccache with cache uploading/downloading in order to improve most build times. For now, bump the max run time to 2 hours; since we complete one build + som tests within an hour, 2 hours should be enough for the second build to finish as well.
YAML
mpl-2.0
paulrouget/servo,mbrubeck/servo,pyfisch/servo,emilio/servo,dati91/servo,mbrubeck/servo,peterjoel/servo,notriddle/servo,nnethercote/servo,splav/servo,paulrouget/servo,larsbergstrom/servo,saneyuki/servo,mbrubeck/servo,DominoTree/servo,szeged/servo,pyfisch/servo,saneyuki/servo,dati91/servo,emilio/servo,szeged/servo,SimonSapin/servo,peterjoel/servo,KiChjang/servo,KiChjang/servo,nnethercote/servo,KiChjang/servo,notriddle/servo,saneyuki/servo,szeged/servo,KiChjang/servo,DominoTree/servo,cbrewster/servo,splav/servo,ConnorGBrewster/servo,sadmansk/servo,jimberlage/servo,peterjoel/servo,cbrewster/servo,DominoTree/servo,saneyuki/servo,sadmansk/servo,paulrouget/servo,SimonSapin/servo,larsbergstrom/servo,peterjoel/servo,ConnorGBrewster/servo,splav/servo,sadmansk/servo,paulrouget/servo,emilio/servo,nnethercote/servo,saneyuki/servo,DominoTree/servo,sadmansk/servo,mbrubeck/servo,nnethercote/servo,splav/servo,emilio/servo,ConnorGBrewster/servo,SimonSapin/servo,SimonSapin/servo,dati91/servo,DominoTree/servo,SimonSapin/servo,paulrouget/servo,szeged/servo,szeged/servo,cbrewster/servo,peterjoel/servo,dati91/servo,mbrubeck/servo,jimberlage/servo,ConnorGBrewster/servo,larsbergstrom/servo,notriddle/servo,emilio/servo,KiChjang/servo,peterjoel/servo,SimonSapin/servo,nnethercote/servo,jimberlage/servo,pyfisch/servo,dati91/servo,cbrewster/servo,pyfisch/servo,splav/servo,larsbergstrom/servo,saneyuki/servo,larsbergstrom/servo,peterjoel/servo,cbrewster/servo,jimberlage/servo,ConnorGBrewster/servo,pyfisch/servo,szeged/servo,szeged/servo,ConnorGBrewster/servo,dati91/servo,ConnorGBrewster/servo,notriddle/servo,sadmansk/servo,KiChjang/servo,notriddle/servo,dati91/servo,cbrewster/servo,jimberlage/servo,sadmansk/servo,peterjoel/servo,DominoTree/servo,nnethercote/servo,emilio/servo,KiChjang/servo,KiChjang/servo,szeged/servo,splav/servo,mbrubeck/servo,KiChjang/servo,DominoTree/servo,larsbergstrom/servo,szeged/servo,nnethercote/servo,cbrewster/servo,dati91/servo,sadmansk/servo,paulrouget/servo,saneyuki/servo,pyfisch/servo,larsbergstrom/servo,DominoTree/servo,emilio/servo,paulrouget/servo,peterjoel/servo,larsbergstrom/servo,cbrewster/servo,notriddle/servo,nnethercote/servo,larsbergstrom/servo,pyfisch/servo,saneyuki/servo,mbrubeck/servo,notriddle/servo,saneyuki/servo,peterjoel/servo,pyfisch/servo,paulrouget/servo,sadmansk/servo,notriddle/servo,ConnorGBrewster/servo,emilio/servo,saneyuki/servo,SimonSapin/servo,pyfisch/servo,KiChjang/servo,splav/servo,notriddle/servo,mbrubeck/servo,jimberlage/servo,larsbergstrom/servo,emilio/servo,nnethercote/servo,DominoTree/servo,splav/servo,jimberlage/servo,SimonSapin/servo,paulrouget/servo,szeged/servo,emilio/servo,splav/servo,jimberlage/servo,notriddle/servo,splav/servo,nnethercote/servo,jimberlage/servo,pyfisch/servo,DominoTree/servo,paulrouget/servo
a5bf24c2419a4b84b7e7b32078b2352eb7a438fe
packages/li/libvirt-hs.yaml
packages/li/libvirt-hs.yaml
homepage: http://redmine.iportnov.ru/projects/libvirt-hs changelog-type: '' hash: c9d917ee369b11dc541c37d65da60409cfe9ee2e0be11821afc4eec35fbbcdf7 test-bench-deps: {} maintainer: [email protected] synopsis: FFI bindings to libvirt virtualization API (http://libvirt.org) changelog: '' basic-deps: unix: -any base: ! '>=4 && <5' syb: ! '>=0.1.0.2' all-versions: - '0.1' - 0.1.2 - 0.2.0 - 0.2.1 author: IlyaPortnov latest: 0.2.1 description-type: haddock description: This package provides low-level (at this moment, at least) FFI bindings to libvirt library. license-name: BSD-3-Clause
homepage: https://github.com/portnov/libvirt-hs changelog-type: '' hash: 5c967306af0a46f122ec8afc0c52ff4c55c1780513d31e2b4b761da1909e65fc test-bench-deps: {} maintainer: [email protected] synopsis: FFI bindings to libvirt virtualization API (http://libvirt.org) changelog: '' basic-deps: unix: -any base: ! '>=4 && <5' syb: ! '>=0.1.0.2' all-versions: - '0.1' - 0.1.2 - 0.2.0 - 0.2.1 - 0.2.2 author: IlyaPortnov latest: 0.2.2 description-type: haddock description: This package provides low-level (at this moment, at least) FFI bindings to libvirt library. license-name: BSD-3-Clause
Update from Hackage at 2019-06-28T18:49:36Z
Update from Hackage at 2019-06-28T18:49:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
7181c81619e63ee8c1e9f706870236e2c65da763
packages/or/ory-kratos.yaml
packages/or/ory-kratos.yaml
homepage: https://github.com/njaremko/ory-kratos-haskell-sdk changelog-type: '' hash: 334e6ae6f7b0214183a6e74aa0e34d6adf08be0a9471bc746393e1e4a38eb4db test-bench-deps: {} maintainer: [email protected] synopsis: API bindings for Ory Kratos changelog: '' basic-deps: {} all-versions: - 0.0.5.5 - 0.0.5.6 - 0.0.5.7 - 0.0.5.8 - 0.0.5.9 - 0.0.5.10 - 0.0.6.0 - 0.0.7.0 - 0.0.7.1 - 0.0.7.2 - 0.0.7.3 - 0.0.8.0 author: ory latest: 0.0.8.0 description-type: haddock description: API bindings for ory-kratos 0.10.1 license-name: Apache-2.0
homepage: https://github.com/njaremko/ory-kratos-haskell-sdk changelog-type: '' hash: 5b12fa9eeef53fae2def634a80f62ff902139ff8672760bbe0dd7b89ea0b2941 test-bench-deps: {} maintainer: [email protected] synopsis: API bindings for Ory Kratos changelog: '' basic-deps: {} all-versions: - 0.0.5.5 - 0.0.5.6 - 0.0.5.7 - 0.0.5.8 - 0.0.5.9 - 0.0.5.10 - 0.0.6.0 - 0.0.7.0 - 0.0.7.1 - 0.0.7.2 - 0.0.7.3 - 0.0.8.0 - 0.0.9.0 author: ory latest: 0.0.9.0 description-type: haddock description: API bindings for ory-kratos 0.10.1 license-name: Apache-2.0
Update from Hackage at 2022-06-15T05:34:14Z
Update from Hackage at 2022-06-15T05:34:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
5f1be735e7cfd2917e64d9ce82c72399c2c17e73
packages/we/web-output.yaml
packages/we/web-output.yaml
homepage: https://github.com/danse/web-output changelog-type: '' hash: cc00098f7c8f8282be9a713fc2310539d790b1112c403e9608a7136d0ae36b70 test-bench-deps: base: -any open-browser: -any text: -any filepath: -any temporary: -any directory: -any maintainer: [email protected] synopsis: Library to present content to an user via their browser changelog: '' basic-deps: base: ! '>=4.9 && <4.10' open-browser: -any text: -any filepath: -any temporary: -any directory: -any all-versions: - '0.3.0.0' - '0.3.0.1' author: danse latest: '0.3.0.1' description-type: haddock description: Library to present content to an user via their browser license-name: PublicDomain
homepage: https://github.com/danse/web-output changelog-type: '' hash: ebdb833bcf6d0c15184ba19f30a8d931fc53a0ac7cdc384ecd7bf10024ab9b33 test-bench-deps: base: -any open-browser: -any text: -any filepath: -any temporary: -any directory: -any maintainer: [email protected] synopsis: Library to present content to an user via their browser changelog: '' basic-deps: base: ! '>=4.9 && <4.10' open-browser: -any text: -any filepath: -any temporary: -any directory: -any all-versions: - '0.3.0.0' - '0.3.0.1' - '0.4.0.0' author: danse latest: '0.4.0.0' description-type: haddock description: Library to present content to an user via their browser license-name: PublicDomain
Update from Hackage at 2017-04-03T10:23:11Z
Update from Hackage at 2017-04-03T10:23:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
749c85e9b14799d1a499cab9c890e02151e41c47
config/sidekiq.yml
config/sidekiq.yml
:verbose: true :concurrency: 8 :logfile: ./log/sidekiq.json.log :queues: - scheduled_publishing - default - publishing_api - asset_manager - email_alert_api_signup - bulk_republishing - link_checks - asset_migration :schedule: check_all_organisations_links_worker: cron: '0 3 * * *' # Runs at 3 a.m every day class: CheckAllOrganisationsLinksWorker
:verbose: true :concurrency: 8 :logfile: ./log/sidekiq.json.log :queues: - scheduled_publishing - default - publishing_api - asset_manager - email_alert_api_signup - bulk_republishing - link_checks - asset_migration :schedule: check_all_organisations_links_worker: cron: '0 4 * * *' # Runs at 4 a.m every day class: CheckAllOrganisationsLinksWorker
Change start time of CheckAllOrganisationsLinksWorker
Change start time of CheckAllOrganisationsLinksWorker This commit changes the start time of `CheckAllOrganisationsLinksWorker` from `03:00` to `04:00`. We have been seeing a number of errors for `CheckOrganisationLinksWorker` (called by `CheckAllOrganisationsLinksWorker` for every organisation) which indicate that the `editions` database table doesn't exist. The Whitehall database is synced from production to staging at 03:00 everyday (https://github.com/alphagov/govuk-puppet/blob/f1716ae4be57832c3f1e57f93e95646908f799c4/hieradata_aws/class/staging/db_admin.yaml#L136). From the logs this takes approximately 20 minutes, after which these particular errors desist until the next day at 03:00. By moving the time that the worker starts forwards by one hour, we allow the database sync to complete.
YAML
mit
alphagov/whitehall,alphagov/whitehall,alphagov/whitehall,alphagov/whitehall
461b1193176fff52e33ed4576dbaa8bf172dd6bd
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
name: "CodeQL" on: workflow_dispatch: push: branches: [ master ] pull_request: # The branches below must be a subset of the branches above branches: [ master ] schedule: - cron: '33 5 * * 0' env: NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages jobs: analyze: name: Analyze runs-on: windows-2022 permissions: actions: read contents: read security-events: write strategy: fail-fast: false matrix: language: [ 'csharp' ] steps: - name: Checkout repository uses: actions/checkout@v2 with: fetch-depth: 0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: ${{ matrix.language }} - uses: actions/cache@v2 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} restore-keys: | ${{ runner.os }}-nuget- - name: Autobuild uses: github/codeql-action/autobuild@v1 - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1
name: "CodeQL" on: workflow_dispatch: # Have to disable this until CodeQL is support on Server 2022 # push: # branches: [ master ] # pull_request: # # The branches below must be a subset of the branches above # branches: [ master ] # schedule: # - cron: '33 5 * * 0' env: NUGET_PACKAGES: ${{ github.workspace }}/.nuget/packages jobs: analyze: name: Analyze runs-on: windows-2022 permissions: actions: read contents: read security-events: write strategy: fail-fast: false matrix: language: [ 'csharp' ] steps: - name: Checkout repository uses: actions/checkout@v2 with: fetch-depth: 0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1 with: languages: ${{ matrix.language }} - uses: actions/cache@v2 with: path: ${{ github.workspace }}/.nuget/packages key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }} restore-keys: | ${{ runner.os }}-nuget- - name: Autobuild uses: github/codeql-action/autobuild@v1 - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v1
Disable CodeQL as 2022 isn't currently supported
Disable CodeQL as 2022 isn't currently supported
YAML
apache-2.0
flcdrg/VsShowMissing,flcdrg/VsShowMissing,flcdrg/VsShowMissing,flcdrg/VsShowMissing
53b03152f3bc581841cde9c957e1c7acc915fd3c
.github/workflows/post-pr-comment.yml
.github/workflows/post-pr-comment.yml
name: Post pull-request comment on: workflow_run: workflows: ["Query help preview"] types: - completed permissions: pull-requests: write jobs: post_comment: runs-on: ubuntu-latest steps: - name: Download artifact uses: dawidd6/action-download-artifact@af92a8455a59214b7b932932f2662fdefbd78126 with: workflow: ${{ github.event.workflow_run.workflow_id }} workflow_conclusion: success name: comment - run: | PR=$(grep -o '^[0-9]\+$' pr.txt) PR_HEAD_SHA=$(gh api "/repos/${{ github.repository }}/pulls/${PR}" --jq .head.sha) # Check that the pull-request head SHA matches the head SHA of the workflow run if [ "${WORKFLOW_RUN_HEAD_SHA}" != "${PR_HEAD_SHA}" ]; then exit 1 fi cat comment.txt | gh pr comment "${PR}" --repo "${{ github.repository }}" -F - env: GITHUB_TOKEN: ${{ github.token }} WORKFLOW_RUN_HEAD_SHA: ${{ github.event.workflow_run.head_commit.id }}
name: Post pull-request comment on: workflow_run: workflows: ["Query help preview"] types: - completed permissions: pull-requests: write jobs: post_comment: runs-on: ubuntu-latest steps: - name: Download artifact run: gh run download "${{ github.event.workflow_run.id }}" --repo "${{ github.repository }}" --name "comment" env: GITHUB_TOKEN: ${{ github.token }} - run: | PR=$(grep -o '^[0-9]\+$' pr.txt) PR_HEAD_SHA=$(gh api "/repos/${{ github.repository }}/pulls/${PR}" --jq .head.sha) # Check that the pull-request head SHA matches the head SHA of the workflow run if [ "${WORKFLOW_RUN_HEAD_SHA}" != "${PR_HEAD_SHA}" ]; then exit 1 fi cat comment.txt | gh pr comment "${PR}" --repo "${{ github.repository }}" -F - env: GITHUB_TOKEN: ${{ github.token }} WORKFLOW_RUN_HEAD_SHA: ${{ github.event.workflow_run.head_commit.id }}
Use 'gh' command to download artifacts
Use 'gh' command to download artifacts
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
79a2790214f2398de42d0ba4b8879820a59bea6e
.github/workflows/pytest-core-mpi.yml
.github/workflows/pytest-core-mpi.yml
name: CI-mpi on: # Trigger the workflow on push or pull request, # but only for the master branch push: branches: - master pull_request: branches: - master jobs: build: name: pytest-mpi runs-on: ubuntu-20.04 env: DEVITO_LANGUAGE: "openmp" DEVITO_ARCH: "gcc-9" DEVITO_BACKEND: "core" CC: "gcc-9" CXX: "g++-9" steps: - name: Checkout devito uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt install mpich -y pip3 install --upgrade pip pip3 install -r requirements-mpi.txt pip3 install -e .[extras] - name: Test with pytest run: | python3 -m pytest --cov --cov-config=.coveragerc --cov-report=xml -m parallel tests/ - name: Upload coverage to Codecov uses: codecov/[email protected] with: token: ${{ secrets.CODECOV_TOKEN }} name: pytest-mpi
name: CI-mpi on: # Trigger the workflow on push or pull request, # but only for the master branch push: branches: - master pull_request: branches: - master jobs: build: name: pytest-mpi runs-on: ubuntu-20.04 env: DEVITO_LANGUAGE: "openmp" DEVITO_ARCH: "gcc-9" DEVITO_BACKEND: "core" CC: "gcc-9" CXX: "g++-9" steps: - name: Checkout devito uses: actions/checkout@v2 - name: Install dependencies run: | sudo apt-get update sudo apt install mpich -y pip3 install --upgrade pip pip3 install -r requirements-mpi.txt pip3 install -e .[extras] - name: Test with pytest run: | python3 -m pytest --cov --cov-config=.coveragerc --cov-report=xml -m parallel tests/ - name: Upload coverage to Codecov uses: codecov/[email protected] with: token: ${{ secrets.CODECOV_TOKEN }} name: pytest-mpi
Work around archives missing error on apt install
ci: Work around archives missing error on apt install
YAML
mit
opesci/devito,opesci/devito
aa5ed742cc66cb7ab521927fe2ffd0b8c2a3def2
.github/workflows/test_and_deploy.yml
.github/workflows/test_and_deploy.yml
name: Test and deploy on: - push - workflow_dispatch jobs: test_and_deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a with: ruby-version: 2.6.3 - name: Install dependencies run: bundle install - name: Pull worker run: bin/pull_worker.sh - name: Run tests run: bundle exec rake - name: Deploy if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials chmod 0600 $HOME/.gem/credentials printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials gem build *.gemspec gem push *.gem env: GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
name: Test and deploy on: - push - workflow_dispatch jobs: test_and_deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@21351ecc0a7c196081abca5dc55b08f085efe09a with: ruby-version: 2.6.3 bundler: 2.1.4 bundler-cache: true - name: Pull worker run: bin/pull_worker.sh - name: Run tests run: bundle exec rake - name: Deploy if: ${{ startsWith(github.ref, 'refs/tags/v') }} run: | mkdir -p $HOME/.gem touch $HOME/.gem/credentials chmod 0600 $HOME/.gem/credentials printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials gem build *.gemspec gem push *.gem env: GEM_HOST_API_KEY: "${{secrets.RUBYGEMS_AUTH_TOKEN}}"
Use bundler cache for actions
Use bundler cache for actions
YAML
mit
mumuki/mumuki-rspec-server
30547bdff18e9f852599878f275faedf9abdfd84
AzurePipelines.yml
AzurePipelines.yml
# .NET Desktop # Build and run tests for .NET Desktop or Windows classic desktop solutions. # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net trigger: - master pool: vmImage: 'VS2017-Win2016' variables: solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' steps: - task: NuGetToolInstaller@0 - task: NuGetCommand@2 inputs: restoreSolution: '$(solution)' - task: VSBuild@1 inputs: solution: '$(solution)' platform: '$(buildPlatform)' configuration: '$(buildConfiguration)' - task: VSTest@2 inputs: platform: '$(buildPlatform)' configuration: '$(buildConfiguration)'
# --------------------------------------------------------------------------- # # common # --------------------------------------------------------------------------- # trigger: - master pool: vmImage: 'VS2017-Win2016' # --------------------------------------------------------------------------- # # variables # --------------------------------------------------------------------------- # variables: PROJECT_NAME: 'Cube.Core' PROJECT_PLATFORM: 'Any CPU' PROJECT_CONFIG: 'Release' PROJECT_BIN: 'bin\\Any CPU\\Release\\net45' TEST_TOOL: '..\\packages\\OpenCover.4.7.922\\tools\\OpenCover.Console.exe' TEST_CORETOOL: '..\\packages\\NUnit.ConsoleRunner.3.10.0\\tools\\nunit3-console.exe' TEST_RESULTS: 'TestResults' TEST_COVERAGE: 'CoverResults.xml' # --------------------------------------------------------------------------- # # steps # --------------------------------------------------------------------------- # steps: - task: NuGetToolInstaller@0 displayName: 'Use NuGet 4.9 or later' inputs: versionSpec: '>= 4.9' - task: UseRubyVersion@0 displayName: 'Use Ruby 2.4 or later' inputs: versionSpec: '>= 2.4' - script: rake restore displayName: 'NuGet restore' - task: VSBuild@1 displayName: 'Build solution' inputs: solution: '$(PROJECT_NAME).sln' platform: '$(PROJECT_PLATFORM)' configuration: '$(PROJECT_CONFIG)' - script: >- "$(TEST_TOOL)" -log:Error -register:user -target:"$(TEST_CORETOOL)" -targetargs:"$(PROJECT_NAME).Tests.dll" -targetdir:"Tests\$(PROJECT_BIN)" -returntargetcode -hideskipped:All -output:"$(TEST_COVERAGE)" -filter:"+[Cube*]* -[*]*NativeMethods -[*]*Properties.*" displayName: 'Run tests via OpenCover and NUnit'
Fix settings for Azure Pipelines.
Fix settings for Azure Pipelines.
YAML
apache-2.0
cube-soft/Cube.Core,cube-soft/Cube.Core
5a53f117406bb72480a16b0269dd5ad85407d781
data/plugins/generic/config-lot1.yml
data/plugins/generic/config-lot1.yml
plugins: - name: add-to-any config: !include add-to-any/v1/config-plugin.yml - name: simple-sitemap config: !include simple-sitemap/v1/config-plugin.yml - name: tinymce-advanced config: !include tinymce-advanced/v1/config-plugin.yml - name: black-studio-tinymce-widget config: !include black-studio-tinymce-widget/v1/config-plugin.yml - name: akismet config: !include akismet/config-plugin.yml - name: hello config: !include hello/config-plugin.yml - name: mainwp-child config: !include mainwp-child/v1/plugin-config.yml - name: miniorange-saml-20-single-sign-on config: !include miniorange-saml-20-single-sign-on/v1/config-plugin.yml - name: mainwp-child config: !include mainwp-child/v1/config-plugin.yml
plugins: - name: add-to-any config: !include add-to-any/v1/config-plugin.yml - name: simple-sitemap config: !include simple-sitemap/v1/config-plugin.yml - name: tinymce-advanced config: !include tinymce-advanced/v1/config-plugin.yml - name: black-studio-tinymce-widget config: !include black-studio-tinymce-widget/v1/config-plugin.yml - name: akismet config: !include akismet/config-plugin.yml - name: hello config: !include hello/config-plugin.yml - name: miniorange-saml-20-single-sign-on config: !include miniorange-saml-20-single-sign-on/v1/config-plugin.yml - name: mainwp-child config: !include mainwp-child/v1/config-plugin.yml
Update plugin list, duplicate entry, maybe because of merge...
Update plugin list, duplicate entry, maybe because of merge...
YAML
mit
epfl-idevelop/jahia2wp,epfl-idevelop/jahia2wp,epfl-idevelop/jahia2wp,epfl-idevelop/jahia2wp
32a759fcfe457bacb347a6214b6a9e1ab7c861a9
openedx.yaml
openedx.yaml
# This file describes this Open edX repo, as described in OEP-2: # http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification nick: ecom oeps: {} openedx-release: {ref: master} owner: edx/learner tags: [ecom] track-pulls: true
# This file describes this Open edX repo, as described in OEP-2: # http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification nick: ecom oeps: {} openedx-release: {ref: master} owner: cpennington supporting_teams: - edx/rev-team - edx/rev-mint - edx/rev-emerald - edx/ecommerce tags: [ecom] track-pulls: true
Mark myself as owner of the ecommerce repo, and add list of supporting teams
Mark myself as owner of the ecommerce repo, and add list of supporting teams
YAML
agpl-3.0
edx/ecommerce,edx/ecommerce,edx/ecommerce,eduNEXT/edunext-ecommerce,edx/ecommerce,eduNEXT/edunext-ecommerce,eduNEXT/edunext-ecommerce,eduNEXT/edunext-ecommerce
72b8d134140df4ba653401d8af39bb141ab49e65
.github/workflows/build.yml
.github/workflows/build.yml
--- name: Tests on: pull_request: branches: - master env: # see https://github.com/composer/composer/issues/9368#issuecomment-718112361 COMPOSER_ROOT_VERSION: "dev-master" jobs: tests: runs-on: ubuntu-latest strategy: fail-fast: true matrix: laravel: [^6, ^7, ^8] php: [7.4, 8.0] name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} steps: - uses: actions/checkout@v2 # required for "git tag" presence for changelog-linker git tags resolver; default is 1 # https://github.com/actions/checkout#fetch-all-tags - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://github.com/shivammathur/setup-php - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: none - uses: "ramsey/composer-install@v1" with: composer-options: ${{ matrix.composer-options }} - run: composer require "illuminate/support:${{ matrix.laravel }}" --no-interaction --no-update - run: vendor/bin/phpunit
--- name: Tests on: pull_request: branches: - master env: # see https://github.com/composer/composer/issues/9368#issuecomment-718112361 COMPOSER_ROOT_VERSION: "dev-master" jobs: tests: runs-on: ubuntu-latest strategy: fail-fast: true matrix: laravel: [^6, ^7, ^8, 9.0] php: [7.4, 8.0, 8.0] name: PHP ${{ matrix.php }} / Laravel ${{ matrix.laravel }} steps: - uses: actions/checkout@v2 # required for "git tag" presence for changelog-linker git tags resolver; default is 1 # https://github.com/actions/checkout#fetch-all-tags - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://github.com/shivammathur/setup-php - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: none - uses: "ramsey/composer-install@v1" with: composer-options: ${{ matrix.composer-options }} - run: composer require "illuminate/support:${{ matrix.laravel }}" --no-interaction --no-update - run: vendor/bin/phpunit
Update GitHub Actions for Laravel 9
Update GitHub Actions for Laravel 9
YAML
mit
prodeveloper/social-share
d6cca5230c6834c98bd0d8b9b2c8e30625e7471c
.github/workflows/build.yml
.github/workflows/build.yml
name: Build project on: [push] jobs: build_project: runs-on: ubuntu-20.04 steps: - name: Set up Git repository uses: actions/checkout@v1 - name: Build run: | mvn test --batch-mode
name: Build project on: [push] jobs: build_project: runs-on: ubuntu-20.04 steps: - name: Set up Git repository uses: actions/checkout@v1 - name: Build run: | mvn test --batch-mode - name: Install run: | mvn install --batch-mode
Test install step in CI
Test install step in CI
YAML
apache-2.0
ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics,ldbc/ldbc_graphalytics
607bf95d87e7f0d25a0dabb1b830f2729f90d9b4
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1 bundler-cache: true - run: bundle exec rake test
name: build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.0" # for pre-built grpc bundler-cache: true - run: bundle exec rake test
Test with Ruby 3.0 on CI for now for prebuilt grpc
Test with Ruby 3.0 on CI for now for prebuilt grpc
YAML
mit
ankane/errbase
eaa2d9bba05a2808f89ec25a9a5571c165184714
.github/workflows/maven.yml
.github/workflows/maven.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: [ push, pull_request ] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build with Maven run: mvn -B package test install checkstyle:checkstyle -f pom.xml - name: SonarQube scan run: mvn -B -f pom.xml sonar:sonar -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.host.url=$SONARQUBE_HOST env: SONARQUBE_HOST: ${{ secrets.SONARQUBE_HOST }} SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - name: Deployment if: success() && ( github.ref == 'master' || github.ref == 'develop' ) run: mvn -B -f pom.xml -s .CI/maven-settings.xml deploy -Pci-deploy -DskipTests=true env: NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: [ push, pull_request ] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build with Maven run: mvn -B package test install checkstyle:checkstyle -f pom.xml - name: SonarQube scan run: mvn -B -f pom.xml sonar:sonar -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.host.url=$SONARQUBE_HOST env: SONARQUBE_HOST: ${{ secrets.SONARQUBE_HOST }} SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - name: Deployment if: github.ref == 'master' || github.ref == 'develop' run: mvn -B -f pom.xml -s .CI/maven-settings.xml deploy -Pci-deploy -DskipTests=true env: NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Fix mistake in branch filtering
Fix mistake in branch filtering
YAML
apache-2.0
Hipparchus-Math/hipparchus,sdinot/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus
8c9008b9f54aaeda1706c8d8fa557e5c44eba9fd
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: branches: - master - ci pull_request: branches: - master jobs: test: runs-on: ${{ matrix.os }} strategy: max-parallel: 4 matrix: node-version: ["10", "12", "13"] os: [ubuntu-latest] steps: - uses: actions/checkout@v1 with: fetch-depth: 50 - name: Install EdgeDB env: OS_NAME: ${{ matrix.os }} SLOT: 1-alpha2 run: | .github/workflows/install-edgedb.sh - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Test run: | yarn yarn lint yarn test
name: Tests on: push: branches: - master - ci pull_request: branches: - master jobs: test: runs-on: ${{ matrix.os }} strategy: max-parallel: 4 matrix: node-version: ["10", "12", "13"] os: [ubuntu-latest] steps: - uses: actions/checkout@v1 with: fetch-depth: 50 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install dev deps run: | yarn install - name: Lint run: | yarn lint - name: Install EdgeDB env: OS_NAME: ${{ matrix.os }} SLOT: 1-alpha2 run: | .github/workflows/install-edgedb.sh - name: Run functional tests run: | yarn test
Make CI sequence easier to follow
Make CI sequence easier to follow
YAML
apache-2.0
edgedb/edgedb-js,edgedb/edgedb-js
614b4bbd65d41a6a4356509b5cb6d86c4de41e4a
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: branches: - '*' jobs: build: runs-on: ubuntu-18.04 strategy: matrix: python-version: [3.7] phonopy-version: [2.7.0, 2.14.0] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Before_install run: | sudo apt-get -y install ghostscript inkscape - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install matplotlib==${{ matrix.phonopy-version }} python -m pip install pytest>=4.6 python -m pip install pytest-cov python -m pip install codecov coverage - name: Test with pytest run: | python -mpytest -ra --cov=./ --log-level=DEBUG tests
name: Tests on: push: branches: - '*' jobs: build: runs-on: ubuntu-18.04 strategy: matrix: python-version: [3.7] phonopy-version: [2.7.0, 2.14.0] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install matplotlib==${{ matrix.phonopy-version }} python -m pip install pytest>=4.6 python -m pip install pytest-cov python -m pip install codecov coverage - name: Test with pytest run: | python -mpytest -ra --cov=./ --log-level=DEBUG tests
Modify not to install unnecessary packages
Modify not to install unnecessary packages
YAML
mit
yuzie007/upho
c414b6ef76f46d0c54fb91679ee879d5b6eb6d53
opts.yml
opts.yml
maintainer: Jordon Bedwell <[email protected]> user: jekyll tags: 3.5.2: stable 3.5.1: stable 3.5.0: stable 3.4.4: relative 3.4.3: relative 3.4.2: relative 3.4.1: relative 3.4.0: relative 3.3.1: relative 3.3.0: relative 3.2.1: old 3.2.0: old 3.1.6: old 3.1.5: old 3.1.4: old 3.1.3: old 3.1.2: old 3.1.0: old 3.0.5: old 3.0.4: old 3.0.3: old 3.0.2: old 3.0.1: old 3.0.0: old pages: pages aliases: latest: 3.5.1 stable: 3.5.1 3.5: 3.5.1 3.4: 3.4.4 3.3: 3.3.1 3.2: 3.2.1 3.1: 3.1.6 3.0: 3.0.5 3: 3.5.1 releases: tag: pages: 3.4.5
maintainer: Jordon Bedwell <[email protected]> user: jekyll tags: 3.5.2: stable 3.5.1: stable 3.5.0: stable 3.4.4: relative 3.4.3: relative 3.4.2: relative 3.4.1: relative 3.4.0: relative 3.3.1: relative 3.3.0: relative 3.2.1: old 3.2.0: old 3.1.6: old 3.1.5: old 3.1.4: old 3.1.3: old 3.1.2: old 3.1.0: old 3.0.5: old 3.0.4: old 3.0.3: old 3.0.2: old 3.0.1: old 3.0.0: old pages: pages aliases: latest: 3.5.2 stable: 3.5.2 3.5: 3.5.2 3.4: 3.4.4 3.3: 3.3.1 3.2: 3.2.1 3.1: 3.1.6 3.0: 3.0.5 3: 3.5.1 releases: tag: pages: 3.5.1
Fix aliases and update Github-Pages.
Fix aliases and update Github-Pages.
YAML
mit
jekyll/docker,jekyll/docker,TheSpyder/jekyll-docker,TheSpyder/jekyll-docker
7fcdd418971209c73573aee3f4244655d1b844dc
fluentd-daemonset-elasticsearch.yaml
fluentd-daemonset-elasticsearch.yaml
apiVersion: extensions/v1beta1 kind: DaemonSet metadata: name: fluentd namespace: kube-system labels: k8s-app: fluentd-logging version: v1 kubernetes.io/cluster-service: "true" spec: template: metadata: labels: k8s-app: fluentd-logging version: v1 kubernetes.io/cluster-service: "true" spec: containers: - name: fluentd image: fluent/fluentd-kubernetes-daemonset:elasticsearch env: - name: FLUENT_ELASTICSEARCH_HOST value: "elasticsearch-logging" - name: FLUENT_ELASTICSEARCH_PORT value: "9200" resources: limits: memory: 200Mi requests: cpu: 100m memory: 200Mi volumeMounts: - name: varlog mountPath: /var/log - name: varlibdockercontainers mountPath: /var/lib/docker/containers readOnly: true terminationGracePeriodSeconds: 30 volumes: - name: varlog hostPath: path: /var/log - name: varlibdockercontainers hostPath: path: /var/lib/docker/containers
apiVersion: extensions/v1beta1 kind: DaemonSet metadata: name: fluentd namespace: kube-system labels: k8s-app: fluentd-logging version: v1 kubernetes.io/cluster-service: "true" spec: template: metadata: labels: k8s-app: fluentd-logging version: v1 kubernetes.io/cluster-service: "true" spec: tolerations: - key: node-role.kubernetes.io/master effect: NoSchedule containers: - name: fluentd image: fluent/fluentd-kubernetes-daemonset:elasticsearch env: - name: FLUENT_ELASTICSEARCH_HOST value: "elasticsearch-logging" - name: FLUENT_ELASTICSEARCH_PORT value: "9200" resources: limits: memory: 200Mi requests: cpu: 100m memory: 200Mi volumeMounts: - name: varlog mountPath: /var/log - name: varlibdockercontainers mountPath: /var/lib/docker/containers readOnly: true terminationGracePeriodSeconds: 30 volumes: - name: varlog hostPath: path: /var/log - name: varlibdockercontainers hostPath: path: /var/lib/docker/containers
Add toleration to allow fluentd to run on masters
Add toleration to allow fluentd to run on masters
YAML
apache-2.0
fluent/fluentd-kubernetes-daemonset,fluent/fluentd-kubernetes-daemonset,fluent/fluentd-kubernetes-daemonset
054d79860071c0958ed100b4379efb78191b52e1
recipes/unasync/meta.yaml
recipes/unasync/meta.yaml
{% set name = "unasync" %} {% set version = "0.5.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: b675d87cf56da68bd065d3b7a67ac71df85591978d84c53083c20d79a7e5096d build: noarch: python number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.5 - pip run: - python >=3.5 - setuptools test: imports: - unasync about: home: https://github.com/python-trio/unasync license: MIT license_family: MIT license_file: LICENSE.MIT summary: The async transformation code doc_url: https://unasync.readthedocs.io dev_url: https://github.com/python-trio/unasync extra: recipe-maintainers: - davidbrochart
{% set name = "unasync" %} {% set version = "0.5.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: b675d87cf56da68bd065d3b7a67ac71df85591978d84c53083c20d79a7e5096d build: noarch: python number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: host: - python >=3.5 - pip run: - python >=3.5 - setuptools >=40.6.2 test: imports: - unasync about: home: https://github.com/python-trio/unasync license: MIT license_family: MIT license_file: LICENSE.MIT summary: The async transformation code doc_url: https://unasync.readthedocs.io dev_url: https://github.com/python-trio/unasync extra: recipe-maintainers: - davidbrochart
Add lower pin to setuptools
Add lower pin to setuptools
YAML
bsd-3-clause
goanpeca/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes
a0f0d4a105d1d60f3275da3ae9007de63da506a3
roles/xserver/vars/main.yml
roles/xserver/vars/main.yml
WALLPAPER_URL: http://cmg.soton.ac.uk/assets/project-images/229/SkyrmionIntro.jpg
WALLPAPER_URL: http://www.southampton.ac.uk/~mv3g08/virmag_background.jpg
Change background to a higher-resolution one.
Change background to a higher-resolution one.
YAML
bsd-3-clause
computationalmodelling/virtualmicromagnetics,fangohr/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,fangohr/virtualmicromagnetics
c4472312b862572f52619badd93e7cba62b7a7f5
docker-compose.yml
docker-compose.yml
version: '3' services: redis: image: redis:3 ports: - 6379:6379 volumes: - .redis/data:/data - .redis/redis.default.conf:/usr/local/etc/redis/redis.conf - ./:/repo command: /usr/local/etc/redis/redis.conf
version: '3' services: redis: image: redis ports: - 6379:6379 volumes: - .redis/data:/data - .redis/redis.default.conf:/usr/local/etc/redis/redis.conf - ./:/repo command: /usr/local/etc/redis/redis.conf
Update redis server version to latest
Update redis server version to latest
YAML
mit
hollodotme/redis-status,hollodotme/redis-status,hollodotme/redis-status,hollodotme/redis-status
200b0c994c699fab78c356d7c497351050f47433
docker-compose.yml
docker-compose.yml
version: '2' services: api: container_name: doubtfire-api build: . command: bash -c "if [ -f /doubtfire-api/tmp/pids/server.pid ]; then rm /doubtfire-api/tmp/pids/server.pid; fi && rails server" ports: - "3000:3000" volumes: - ../doubtfire-api:/doubtfire-api links: - web depends_on: - db environment: DATABASE_URL: 'postgresql://itig:d872$$dh@db:5432/doubtfire_dev' RAILS_ENV: 'development' db: container_name: doubtfire-db image: postgres ports: - "5432:5432" environment: POSTGRES_PASSWORD: d872$$dh POSTGRES_USER: itig web: container_name: doubtfire-web build: ../doubtfire-web command: npm start environment: DOUBTFIRE_DOCKER_MACHINE_IP: $DOUBTFIRE_DOCKER_MACHINE_IP ports: - "8000:8000" - "8080:8080" volumes: - ../doubtfire-web:/doubtfire-web
version: '2' services: api: container_name: doubtfire-api build: . command: bash -c "if [ -f /doubtfire-api/tmp/pids/server.pid ]; then rm /doubtfire-api/tmp/pids/server.pid; fi && rails server -b 0.0.0.0" ports: - "3000:3000" volumes: - ../doubtfire-api:/doubtfire-api links: - web depends_on: - db environment: DATABASE_URL: 'postgresql://itig:d872$$dh@db:5432/doubtfire_dev' RAILS_ENV: 'development' db: container_name: doubtfire-db image: postgres ports: - "5432:5432" environment: POSTGRES_PASSWORD: d872$$dh POSTGRES_USER: itig web: container_name: doubtfire-web build: ../doubtfire-web command: npm start environment: DOUBTFIRE_DOCKER_MACHINE_IP: $DOUBTFIRE_DOCKER_MACHINE_IP ports: - "8000:8000" - "8080:8080" volumes: - ../doubtfire-web:/doubtfire-web
Add missing bind option to accept all connections
FIX: Add missing bind option to accept all connections By default, Rails will only serve to localhost, which means connections outside the docker VM will not be accepted. The host needs to be able to connect, so bind to 0.0.0.0
YAML
agpl-3.0
jakerenzella/doubtfire-api,final-year-project/doubtfire-api,doubtfire-lms/doubtfire-api,alexcu/doubtfire-api,jakerenzella/doubtfire-api,jakerenzella/doubtfire-api,alexcu/doubtfire-api,doubtfire-lms/doubtfire-api,alexcu/doubtfire-api,doubtfire-lms/doubtfire-api,jakerenzella/doubtfire-api,final-year-project/doubtfire-api,jakerenzella/doubtfire-api,doubtfire-lms/doubtfire-api,jakerenzella/doubtfire-api,alexcu/doubtfire-api,final-year-project/doubtfire-api,alexcu/doubtfire-api,jakerenzella/doubtfire-api,final-year-project/doubtfire-api,final-year-project/doubtfire-api,doubtfire-lms/doubtfire-api,doubtfire-lms/doubtfire-api,doubtfire-lms/doubtfire-api,alexcu/doubtfire-api
6a47e89c84cf9815283897093a6629a983d2a5b1
docker-compose.yml
docker-compose.yml
version: "3" services: web: build: . volumes: # - .:/app - .:/marli container_name: marli ports: - "3000:3000" env_file: - test.env environment: CI: CODECLIMATE_REPO_TOKEN: COVERALLS_REPO_TOKEN: depends_on: - setup_dbs test: build: . volumes: - .:/app environment: RAILS_ENV: test env_file: - test.env command: "tail -f /dev/null" depends_on: - setup_dbs setup_dbs: build: . volumes: - .:/app environment: MARLI_DB_HOST: db command: bash -c "sleep 5; rake db:setup" depends_on: - db db: image: library/mysql:5.6.22 expose: - "3306" environment: MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
version: "3" services: web: build: . volumes: # - .:/app # - .:/marli container_name: marli ports: - "3000:3000" env_file: - test.env environment: CI: CODECLIMATE_REPO_TOKEN: COVERALLS_REPO_TOKEN: depends_on: - setup_dbs test: build: . # volumes: # - .:/app environment: RAILS_ENV: test env_file: - test.env command: "tail -f /dev/null" depends_on: - setup_dbs setup_dbs: build: . volumes: - .:/app environment: MARLI_DB_HOST: db command: bash -c "sleep 5; rake db:setup" depends_on: - db db: image: library/mysql:5.6.22 expose: - "3306" environment: MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
Remove all volumes from docker compose
Remove all volumes from docker compose
YAML
mit
NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli
02dd68e9c8e1ae204b3750d733cd5ecf58d7bf25
packages/ma/manifolds-core.yaml
packages/ma/manifolds-core.yaml
homepage: https://github.com/leftaroundabout/manifolds changelog-type: '' hash: 96d8507bb06d773553d482c75ed2ce4df2e65fac7b6c5c9bdeade4835afcd4d6 test-bench-deps: {} maintainer: (@) jsagemue $ uni-koeln.de synopsis: The basic classes for the manifolds hierarchy. changelog: '' basic-deps: base: ! '>=4.5 && <5' vector-space: ! '>=0.11' tagged: -any call-stack: -any all-versions: - 0.4.0.0 - 0.4.1.0 - 0.4.4.0 - 0.4.5.0 - 0.5.0.0 - 0.5.0.1 - 0.5.0.2 - 0.5.0.3 author: Justus Sagemüller latest: 0.5.0.3 description-type: haddock description: |- The basic classes for the <http://hackage.haskell.org/package/manifolds manifolds> hierarchy. license-name: GPL-3.0-only
homepage: https://github.com/leftaroundabout/manifolds changelog-type: '' hash: b5c49d87577af34801c6d18ae1d16225e8025d144de41c7bdb98c532f30b2457 test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: The basic classes for the manifolds hierarchy. changelog: '' basic-deps: base: ! '>=4.5 && <5' vector-space: ! '>=0.11' tagged: -any call-stack: -any all-versions: - 0.4.0.0 - 0.4.1.0 - 0.4.4.0 - 0.4.5.0 - 0.5.0.0 - 0.5.0.1 - 0.5.0.2 - 0.5.0.3 - 0.5.0.4 author: Justus Sagemüller latest: 0.5.0.4 description-type: haddock description: |- The basic classes for the <http://hackage.haskell.org/package/manifolds manifolds> hierarchy. license-name: GPL-3.0-only
Update from Hackage at 2019-10-14T12:36:55Z
Update from Hackage at 2019-10-14T12:36:55Z
YAML
mit
commercialhaskell/all-cabal-metadata
59559ab91c323b9775cf50b1dce21ad421b260d3
updates/version.yaml
updates/version.yaml
1.0.1: First version of ClearCacheWidget 1.0.2: Translate for brazilian portuguese 1.0.3: Some fix 1.0.4: Fix chart 1.0.5: Add chart size property 1.0.6: Add cs_CZ locale 1.1.0: Added functionality to delete thumbs images. (set up in widget settings) 1.1.1: Ability to specify the path to the folder preview. (set up in widget settings) 1.1.2: Some fix. For those who use PHP version below 5.5 1.1.3: Update cs_CZ locale 1.1.4: Fix ErrorException
1.0.1: First version of ClearCacheWidget 1.0.2: Translate for brazilian portuguese 1.0.3: Some fix 1.0.4: Fix chart 1.0.5: Add chart size property 1.0.6: Add cs_CZ locale 1.1.0: Added functionality to delete thumbs images. (set up in widget settings) 1.1.1: Ability to specify the path to the folder preview. (set up in widget settings) 1.1.2: Some fix. For those who use PHP version below 5.5 1.1.3: Update cs_CZ locale 1.1.4: Fix ErrorException 1.1.5: Add french and italian locales
Add french and italian locales
Add french and italian locales
YAML
mit
romanov-acc/octobercms_clearcachewidget,romanov-acc/octobercms_clearcachewidget
c5ebb08e98d1f5c9cb6c08e59e29c705b2571350
tests/data/automated/run_info-srnaseq.yaml
tests/data/automated/run_info-srnaseq.yaml
upload: dir: upload fc_date: '150803' fc_name: miRQC details: - analysis: smallRNA-seq algorithm: aligner: star adapters: ["TGGAATTCTCGGGTGC"] species: hsa description: miRQCa files: - ../data/test_srnaseq/mirqca.fastq genome_build: hg19
upload: dir: upload fc_date: '150803' fc_name: miRQC details: - analysis: smallRNA-seq algorithm: aligner: star adapters: ["TGGAATTCTCGGGTGC"] species: hsa description: miRQCa files: - ../data/test_srnaseq/mirqca.fastq genome_build: hg19 metadata: type: mirqc
Add metadata to small RNAseq test sample
Add metadata to small RNAseq test sample
YAML
mit
vladsaveliev/bcbio-nextgen,chapmanb/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,brainstorm/bcbio-nextgen,a113n/bcbio-nextgen,mjafin/bcbio-nextgen,vladsaveliev/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,gifford-lab/bcbio-nextgen,vladsaveliev/bcbio-nextgen,a113n/bcbio-nextgen,gifford-lab/bcbio-nextgen,mjafin/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,biocyberman/bcbio-nextgen,mjafin/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,gifford-lab/bcbio-nextgen,lpantano/bcbio-nextgen,elkingtonmcb/bcbio-nextgen,brainstorm/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,lpantano/bcbio-nextgen,lbeltrame/bcbio-nextgen,chapmanb/bcbio-nextgen,brainstorm/bcbio-nextgen,biocyberman/bcbio-nextgen,lbeltrame/bcbio-nextgen,guillermo-carrasco/bcbio-nextgen,lpantano/bcbio-nextgen,a113n/bcbio-nextgen,lbeltrame/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen,biocyberman/bcbio-nextgen,chapmanb/bcbio-nextgen,Cyberbio-Lab/bcbio-nextgen
ee30a0fbd1518617831b176161f12ea0a0895e87
lib/active_interaction/locale/en.yml
lib/active_interaction/locale/en.yml
en: active_interaction: errors: messages: invalid: is invalid invalid_nested: has an invalid nested value (%{name} => %{value}) invalid_type: is not a valid %{type} missing: is required types: array: array boolean: boolean date: date date_time: date time decimal: decimal file: file float: float hash: hash integer: integer model: model string: string symbol: symbol time: time
en: active_interaction: errors: messages: invalid: is invalid invalid_nested: has an invalid nested value (%{name} => %{value}) invalid_type: is not a valid %{type} missing: is required types: array: array boolean: boolean date: date date_time: date time decimal: decimal file: file float: float hash: hash integer: integer interface: interface model: model string: string symbol: symbol time: time
Add translation for interface filter
Add translation for interface filter
YAML
mit
orgsync/active_interaction,orgsync/active_interaction,JasOXIII/active_interaction,frbl/active_interaction,AaronLasseigne/active_interaction,antoinefinkelstein/active_interaction,AaronLasseigne/active_interaction,JasOXIII/active_interaction,frbl/active_interaction,antoinefinkelstein/active_interaction
8f8b91ab41898b5af80c55883c9149696cfb4780
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: true admin_path: webhook_url: sections: - type: directory path: content label: Pages create: all match: "*" - type: directory path: content/podcast label: Podcast create: all match: "**/*" - type: directory path: content/assets label: Assets create: all match: "**/*" - type: directory path: content/blog label: Blog create: all match: "**/*" upload_dir: static/uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:" version: '0.28'
--- new_page_extension: md auto_deploy: true admin_path: webhook_url: sections: - type: directory path: content label: Pages create: all match: "*" - type: directory path: content/podcast label: Podcast create: all match: "**/*" - type: directory path: content/assets label: Assets create: all match: "**/*" - type: directory path: content/blog label: Blog create: all match: "**/*" upload_dir: static/uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:" version: '0.26'
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
twiztedmyrtle/twiztedmyrtle.github.io,twiztedmyrtle/twiztedmyrtle.github.io
58c0ecc77982e2d8187c5c34420e578ad3e26dcb
packages/bi/bittrex.yaml
packages/bi/bittrex.yaml
homepage: https://github.com/dmjio/bittrex changelog-type: markdown hash: 25f94751760e20279315d645e7cfcb0cf6573bdab71a1f83b6864613b12cb3fb test-bench-deps: {} maintainer: [email protected] synopsis: API bindings to bittrex.com changelog: ! '# Revision history for bittrex ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any lens-aeson: -any SHA: -any split: -any base: <5 time: -any text: -any wreq: -any bittrex: -any lens: -any http-client-tls: -any scientific: -any aeson: -any all-versions: - '0.1.0.0' - '0.2.0.0' author: David Johnson latest: '0.2.0.0' description-type: haddock description: Haskell bindings to the Bittrex exchange license-name: BSD3
homepage: https://github.com/dmjio/bittrex changelog-type: markdown hash: 70c1994c268bb9d79b43c45ba359129f7a2f87be49643615ab9c8bb15a5dbfe0 test-bench-deps: {} maintainer: [email protected] synopsis: API bindings to bittrex.com changelog: ! '# Revision history for bittrex ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any lens-aeson: -any SHA: -any split: -any base: <5 time: -any text: -any wreq: -any bittrex: -any lens: -any http-client-tls: -any scientific: -any aeson: -any all-versions: - '0.1.0.0' - '0.2.0.0' - '0.3.0.0' author: David Johnson latest: '0.3.0.0' description-type: haddock description: Haskell bindings to the Bittrex exchange license-name: BSD3
Update from Hackage at 2017-12-25T20:51:50Z
Update from Hackage at 2017-12-25T20:51:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
6b1da42aaf75b3e17e7c5334223c487cf8eda6df
packages/gc/gcodehs.yaml
packages/gc/gcodehs.yaml
homepage: https://github.com/hackerspace/gcodehs changelog-type: '' hash: 13f0ac86d5e88df31bb5920835efc1d84abfd7a6035f74c19b65f0e3b12e8ab8 test-bench-deps: {} maintainer: [email protected] synopsis: GCode processor changelog: '' basic-deps: pipes-aeson: -any bytestring: -any ansi-wl-pprint: -any base: ! '>=4.7 && <5' pipes-bytestring: -any text: -any containers: -any pipes-parse: -any pipes: -any formatting: -any pipes-attoparsec: -any attoparsec: -any optparse-applicative: -any pipes-safe: -any aeson: -any gcodehs: -any all-versions: - '0.1.0.0' author: Richard Marko latest: '0.1.0.0' description-type: haddock description: GCode parser, pretty-printer and processing utils license-name: BSD3
homepage: https://github.com/hackerspace/gcodehs changelog-type: '' hash: 52dc92e1dbcc2ab19501cc381c499562ad1b8314cb141fb3352c70f1f4bc379f test-bench-deps: {} maintainer: [email protected] synopsis: GCode processor changelog: '' basic-deps: bytestring: -any pipes-text: -any ansi-wl-pprint: -any base: ! '>=4.7 && <5' pipes-bytestring: -any text: -any double-conversion: -any vty: -any array: -any containers: -any pipes-parse: -any pipes: -any pipes-attoparsec: -any mtl: -any attoparsec: -any optparse-applicative: -any pipes-safe: -any gcodehs: -any all-versions: - '0.1.0.0' - '0.1.1.0' author: Richard Marko latest: '0.1.1.0' description-type: haddock description: GCode parser, pretty-printer and processing utils license-name: BSD3
Update from Hackage at 2018-07-24T17:31:24Z
Update from Hackage at 2018-07-24T17:31:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
5516ac482fea1b1fc314f9ba9e0e2616ec1afd54
roles/kernel/tasks/add_ipv4_nameserver.yml
roles/kernel/tasks/add_ipv4_nameserver.yml
- name: Comment out all ipv6 nameservers in /etc/resolv.conf lineinfile: path: /etc/resolv.conf regexp: '^(nameserver.*)$' line: '# \1' backrefs: yes - name: Add ipv4 public nameservers lineinfile: path: /etc/resolv.conf line: 'nameserver 8.8.8.8' - name: Check whether /etc/dhcp/ directory exists stat: path: /etc/dhcp register: dhcp_config_dir - name: Preserve /etc/resolv.conf from updating by DHCP client lineinfile: path: /etc/dhcp/dhclient-enter-hooks create: true line: 'make_resolv_conf() { : ; }' # Override function, which generates resolv.conf when: dhcp_config_dir.stat.isdir is defined and dhcp_config_dir.stat.isdir
- name: Comment out all ipv6 nameservers in /etc/resolv.conf lineinfile: path: /etc/resolv.conf regexp: '^(nameserver.*)$' line: '# \1' backrefs: yes - name: Add ipv4 public nameservers lineinfile: path: /etc/resolv.conf line: 'nameserver 8.8.8.8' - name: Check whether /etc/dhcp/ directory exists stat: path: /etc/dhcp register: dhcp_config_dir - name: Preserve /etc/resolv.conf from updating by DHCP client lineinfile: path: /etc/dhcp/dhclient-enter-hooks create: true line: 'make_resolv_conf() { : ; }' # Override function, which generates resolv.conf mode: 0755 when: dhcp_config_dir.stat.isdir is defined and dhcp_config_dir.stat.isdir
Make dhcp client hook file executable
Make dhcp client hook file executable
YAML
mit
keitarocorp/centos_provision,keitarocorp/centos_provision
263b9277feefe44b1948223475708d5674bcec57
metadata/gh.cloneconf.ardicter.yml
metadata/gh.cloneconf.ardicter.yml
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education - Reading License: MIT AuthorName: Clone Conflict AuthorEmail: [email protected] SourceCode: https://github.com/cloneconf/Ardicter IssueTracker: https://github.com/cloneconf/Ardicter/issues Name: Ardicter AutoName: Ardicter RepoType: git Repo: https://github.com/cloneconf/Ardicter Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes - versionName: '2.0' versionCode: 2 commit: 35af9a9b2aff51f059e5b022346d59bb36010c9f subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: '2.0' CurrentVersionCode: 2
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education - Reading License: MIT AuthorName: Clone Conflict AuthorEmail: [email protected] SourceCode: https://github.com/cloneconf/Ardicter IssueTracker: https://github.com/cloneconf/Ardicter/issues Name: Ardicter AutoName: Ardicter RepoType: git Repo: https://github.com/cloneconf/Ardicter Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes - versionName: '2.0' versionCode: 2 commit: 35af9a9b2aff51f059e5b022346d59bb36010c9f subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes - versionName: '3.0' versionCode: 3 commit: 678d70b1601d9ecb79b64200b959b860d54fad2e subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk - update-alternatives --auto java gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: '3.0' CurrentVersionCode: 3
Update Ardicter to 3.0 (3)
Update Ardicter to 3.0 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
7df6bfbd31244d03d381eb7fc9ffcdab17285230
metadata/la.daube.photochiotte.yml
metadata/la.daube.photochiotte.yml
Categories: - Multimedia License: GPL-3.0-only AuthorEmail: [email protected] SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues AutoName: PhotoChiotte RepoType: git Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte Builds: - versionName: '1.6' versionCode: 7 commit: v1.6 subdir: app gradle: - yes - versionName: '1.8' versionCode: 9 commit: v1.8 subdir: app gradle: - flavorA AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.8' CurrentVersionCode: 9
Categories: - Multimedia License: GPL-3.0-only AuthorEmail: [email protected] SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues AutoName: PhotoChiotte RepoType: git Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte Builds: - versionName: '1.6' versionCode: 7 commit: v1.6 subdir: app gradle: - yes - versionName: '1.8' versionCode: 9 commit: v1.8 subdir: app gradle: - flavorA - versionName: '1.9' versionCode: 10 commit: v1.9 subdir: app gradle: - flavorA AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.9' CurrentVersionCode: 10
Update PhotoChiotte to 1.9 (10)
Update PhotoChiotte to 1.9 (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
26ad0a67dda0731538637417249d50bcfc84d6d4
pubspec.yaml
pubspec.yaml
name: scheduled_test version: 0.9.1 author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > A package for writing readable tests of asynchronous behavior. This package works by building up a queue of asynchronous tasks called a "schedule", then executing those tasks in order. This allows the tests to read like synchronous, linear code, despite executing asynchronously. dependencies: http: ">=0.9.0 <0.10.0" path: ">=0.9.0 <0.10.0" stack_trace: ">=0.9.1 <0.10.0" unittest: ">=0.9.0 <0.10.0" environment: sdk: ">=0.8.10+6 <2.0.0"
name: scheduled_test version: 0.9.2 author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > A package for writing readable tests of asynchronous behavior. This package works by building up a queue of asynchronous tasks called a "schedule", then executing those tasks in order. This allows the tests to read like synchronous, linear code, despite executing asynchronously. dependencies: http: ">=0.9.0 <0.10.0" path: ">=0.9.0 <2.0.0" stack_trace: ">=0.9.1 <0.10.0" unittest: ">=0.9.0 <0.10.0" environment: sdk: ">=0.8.10+6 <2.0.0"
Make pkg/path 1.0.0 and upgrade dependencies appropriately.
Make pkg/path 1.0.0 and upgrade dependencies appropriately. All existing packages that use pkg/path (other than pkg/stack_trace, which has already been updated) are compatible with both the pre-1.0 and post-1.0 path API, so I've marked their version constraints as ">=0.9.0 <2.0.0". I've also incremented their patch versions and I intend to release new versions as soon as this CL lands. [email protected], [email protected], [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org//110873002 git-svn-id: b90127a0f73590c96be848d3e4cb640efa9a7657@31005 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-lang/scheduled_test,dart-archive/scheduled_test
689cf23b34e45c72b5b7dc5324f2f1062d9189ba
pubspec.yaml
pubspec.yaml
name: clean_sync description: A sample command-line application dependencies: clean_ajax: path: ../clean_ajax clean_data: git: https://github.com/hleumas/clean_data mongo_dart: any dev_dependencies: clean_backend: path: ../clean_backend/
name: clean_sync description: Part of the clean framework that handles server-client synchronization. dependencies: clean_ajax: path: https://github.com/hleumas/clean_ajax clean_data: git: https://github.com/hleumas/clean_data mongo_dart: any dev_dependencies: clean_backend: path: https://github.com/hleumas/clean_backend
Fix package dependencies. Never depend on path.
Fix package dependencies. Never depend on path.
YAML
bsd-2-clause
cleandart/clean_sync,cleandart/clean_sync
454ab0f9ea6bd06942a983238d8a6818b1357edb
pubspec.yaml
pubspec.yaml
name: ffi version: 0.1.3+1 homepage: https://github.com/dart-lang/ffi description: Utilities for working with Foreign Function Interface (FFI) code. environment: sdk: '>=2.6.0 <3.0.0' # dependencies: dev_dependencies: pedantic: ^1.0.0 test: ^1.6.8
name: ffi version: 0.1.3+1 homepage: https://github.com/dart-lang/ffi description: Utilities for working with Foreign Function Interface (FFI) code. environment: sdk: '>=2.9.0 <3.0.0' # dependencies: dev_dependencies: pedantic: ^1.0.0 test: ^1.6.8
Update sdk constraint to enable NNBD strong mode
Update sdk constraint to enable NNBD strong mode
YAML
bsd-3-clause
dart-lang/ffi
1e12598a94872b70521858b2001ad7ca580731b0
automations/outdoor_lights.yaml
automations/outdoor_lights.yaml
- alias: 'Turn Outdoor Lights on before Sunset' trigger: platform: state entity_id: sensor.period_of_day from: 'Day' to: 'Sunset' action: - service: light.turn_on data: entity_id: group.outdoor_lights - alias: 'Turn Outdoor Lights off in the Night when Away' trigger: platform: time at: '01:00:00' condition: condition: state entity_id: input_boolean.away_mode state: 'on' action: - service: light.turn_off data: entity_id: group.outdoor_lights - alias: 'Turn Outdoor Lights off after Sunrise' trigger: platform: state entity_id: sensor.period_of_day from: 'Sunrise' to: 'Day' action: - service: light.turn_off data: entity_id: group.outdoor_lights
- alias: 'Turn Outdoor Lights on before Sunset' trigger: platform: state entity_id: sensor.period_of_day from: 'Day' to: 'Sunset' action: - service: light.turn_on data: entity_id: group.outdoor_lights - alias: 'Turn Outdoor Lights off after Sunrise' trigger: platform: state entity_id: sensor.period_of_day from: 'Sunrise' to: 'Day' action: - service: light.turn_off data: entity_id: group.outdoor_lights - alias: 'Turn Outdoor Lights off in the Night when Away' trigger: platform: time at: '01:00:00' condition: condition: state entity_id: input_boolean.away_mode state: 'on' action: - service: light.turn_off data: entity_id: group.outdoor_lights
Reorder automations of outdoor lights
Reorder automations of outdoor lights
YAML
mit
davidorlea/homeassistant-config,davidorlea/homeassistant-config,davidorlea/homeassistant-config
2d757c697129fd51be3af8d46c053e523d527b6b
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: pull_request: push: schedule: - cron: '00 01 * * *' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] node: ['12.x', '14.x'] steps: - uses: actions/checkout@v1 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - name: Install Rust uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: npm install, build, and test run: | npm install npm run build --if-present npm test env: CI: true
name: CI on: pull_request: push: schedule: - cron: '00 01 * * *' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] node: ['12.x', '14.x'] steps: - uses: actions/checkout@v1 - name: Use Node ${{ matrix.node }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - name: Install Rust uses: actions-rs/toolchain@v1 with: profile: minimal toolchain: stable - name: Install wasm-pack run: npm install -g [email protected] - name: npm install, build, and test run: | npm install npm run build --if-present npm test env: CI: true
Use wasm-pack 0.10.1 in CI
Use wasm-pack 0.10.1 in CI
YAML
mit
nickbabcock/jomini,nickbabcock/jomini,nickbabcock/jomini
c720ed7bc7d1b3ef2ec8e0e61cf1d8e3479319bb
.github/workflows/ci.yml
.github/workflows/ci.yml
name: PHP Ci on: push: branches: [ '*' ] pull_request: branches: [ '*' ] jobs: build: runs-on: ubuntu-latest strategy: matrix: php-versions: [ '7.4', '8.0', '8.1' ] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} tools: phpunit:7.5.5 - name: Install dependencies uses: php-actions/composer@v5 - name: Run tests uses: php-actions/phpunit@v3s
name: PHP Ci on: push: branches: [ '*' ] pull_request: branches: [ '*' ] jobs: build: runs-on: ubuntu-latest strategy: matrix: php-versions: [ '7.4', '8.0', '8.1' ] steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} tools: phpunit:7.5.5 - name: Install dependencies uses: php-actions/composer@v5 - name: Run tests uses: php-actions/phpunit@v3
Add GitHub Actions for CI
Add GitHub Actions for CI
YAML
mit
piotrooo/wsdl-creator
dc6d35037d0054e6e2ed6e200c69743f90eda626
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push, pull_request] jobs: test: name: >- Test (${{ matrix.gemfile }} ${{ matrix.ruby }}) runs-on: ubuntu-latest strategy: fail-fast: false matrix: gemfile: - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile - Gemfile ruby: - 2.5 - 2.6 - 2.7 - 3.0 - jruby include: - ruby: 3.0 gemfile: gemfiles/rails_head.gemfile env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake test rubocop: name: Rubocop runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 bundler-cache: true - run: bundle exec rubocop --format github
name: CI on: [push, pull_request] jobs: test: name: >- Test (${{ matrix.gemfile }} ${{ matrix.ruby }}) runs-on: ubuntu-latest strategy: fail-fast: false matrix: gemfile: - gemfiles/rails_5.2.gemfile - gemfiles/rails_6.0.gemfile - Gemfile ruby: - 2.5 - 2.6 - 2.7 - 3.0 - jruby env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake test rubocop: name: Rubocop runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 3.0 bundler-cache: true - run: bundle exec rubocop --format github
Remove ruby head from test matrix
Remove ruby head from test matrix
YAML
mit
lautis/sweet_notifications
ca92c0a788664d3d7e9b14af48f188772643d208
.platform.app.yaml
.platform.app.yaml
name: php-fig-website type: php:7.1 build: flavor: composer web: locations: "/": root: "output_dev" index: - "index.html" expires: 300s scripts: true allow: false rules: \.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|html|ico|svg?)$: allow: true ^/(robots|humans)\.txt$: allow: true disk: 1024 hooks: build: | set -e gem install bundler bin/install.sh bin/build.sh
name: php-fig-website type: php:7.1 build: flavor: composer web: locations: "/": root: "output_dev" index: - "index.html" expires: 300s scripts: true allow: false rules: \.(css|js|gif|jpe?g|png|ttf|eot|woff2?|otf|html|ico|svg?)$: allow: true ^/(robots|humans)\.txt$: allow: true disk: 1024 hooks: build: | set -e curl -sS https://platform.sh/cli/installer | php gem install bundler bin/install.sh bin/build.sh crons: renewcert: # Force a redeploy at 6 am (UTC) on the 14th and 28th of every month. spec: '0 6 14,28 * *' cmd: | if [ "$PLATFORM_BRANCH" = master ]; then platform redeploy --yes --no-wait fi
Add configuration for auto-redeploy to get updated TLS certs.
Add configuration for auto-redeploy to get updated TLS certs.
YAML
mit
php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com,php-fig/php-fig.github.com
0527a0d7abb320f906d664f454f3f55b62087e58
.github/workflows/go.yml
.github/workflows/go.yml
name: Go on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: name: Build runs-on: ubuntu-latest strategy: matrix: go: [ '1.12', '1.13', '1.14' ] steps: - name: Set up timezone uses: zcong1993/[email protected] with: timezone: America/Los_Angeles - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} id: go - name: Check out code into Go module directory uses: actions/checkout@v2 - name: Get dependencies run: | go get -v -t -d ./... if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure fi - name: Build run: go build -v ./... - name: Test run: go test -v ./... - name: Race Test run: go test -v -race ./...
name: Go on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: name: Build runs-on: ubuntu-latest strategy: matrix: go: [ '1.12', '1.13', '1.14' ] steps: - name: Set up timezone uses: zcong1993/[email protected] with: timezone: America/Los_Angeles - name: Set up Go ${{ matrix.go }} uses: actions/setup-go@v2 with: go-version: ${{ matrix.go }} id: go - name: Check out code into Go module directory uses: actions/checkout@v2 - name: Get dependencies run: | go get -v -t -d ./... if [ -f Gopkg.toml ]; then curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh dep ensure fi - name: Build run: go build -v ./... - name: Test run: go test -v ./...
Remove race test, not safe to use here.
Remove race test, not safe to use here.
YAML
apache-2.0
openconfig/gnmi,openconfig/gnmi,openconfig/gnmi
798ef7db1fb57ba5b322dbf5a2ae8f935286d9af
packages/al/algebra-driven-design.yaml
packages/al/algebra-driven-design.yaml
homepage: https://github.com/isovector/algebra-driven-design#readme changelog-type: markdown hash: 0a0715a0ec9908ac22359d88f2665cb557cc98bdaba6d0ac8e303bc6793f5b48 test-bench-deps: {} maintainer: [email protected] synopsis: Companion library for the book Algebra-Driven Design by Sandy Maguire changelog: | # Changelog for algebra-driven-design ## Unreleased changes basic-deps: JuicyPixels: -any base: '>=4.7 && <5' quickspec: -any containers: -any mtl: -any file-embed: -any QuickCheck: -any all-versions: - 0.1.0.0 - 0.1.0.1 author: Sandy Maguire latest: 0.1.0.1 description-type: markdown description: | # algebra-driven-design license-name: BSD-3-Clause
homepage: https://github.com/isovector/algebra-driven-design#readme changelog-type: markdown hash: 1331f03fa8796bd0f1c5badefe561e1d2d6f32d504b4d7b13305acc703fd8776 test-bench-deps: {} maintainer: [email protected] synopsis: Companion library for the book Algebra-Driven Design by Sandy Maguire changelog: | # Changelog for algebra-driven-design ## Unreleased changes basic-deps: generic-data: -any monoid-subclasses: -any JuicyPixels: -any bytestring: -any monoidal-containers: -any base: '>=4.7 && <5' quickspec: -any dlist: -any containers: -any mtl: -any hashable: -any file-embed: -any multiset: -any QuickCheck: -any all-versions: - 0.1.0.0 - 0.1.0.1 - 0.1.1.0 author: Sandy Maguire latest: 0.1.1.0 description-type: markdown description: | # algebra-driven-design [![Hackage](https://img.shields.io/hackage/v/algebra-driven-design.svg?logo=haskell&label=algebra-driven-design)](https://hackage.haskell.org/package/algebra-driven-design) license-name: BSD-3-Clause
Update from Hackage at 2020-08-31T06:51:02Z
Update from Hackage at 2020-08-31T06:51:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
bd7d3bc09b8ee9a50c8ee82eec221d5943e1907e
metadata/top.fumiama.copymanga.yml
metadata/top.fumiama.copymanga.yml
AntiFeatures: - NonFreeNet Categories: - Reading License: GPL-3.0-only AuthorName: 源文雨 SourceCode: https://github.com/fumiama/copymanga IssueTracker: https://github.com/fumiama/copymanga/issues Changelog: https://github.com/fumiama/copymanga/releases AutoName: 拷贝漫画 RepoType: git Repo: https://github.com/fumiama/copymanga.git Binaries: https://github.com/fumiama/copymanga/releases/download/%v/top.fumiama.copymanga_%c.apk Builds: - versionName: 2.0.beta11 versionCode: 23 commit: cfcfa99934f652fdeeea7bf37918b54cd8a59cb2 subdir: app sudo: - apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: 2.0.beta13 CurrentVersionCode: 25
AntiFeatures: - NonFreeNet Categories: - Reading License: GPL-3.0-only AuthorName: 源文雨 SourceCode: https://github.com/fumiama/copymanga IssueTracker: https://github.com/fumiama/copymanga/issues Changelog: https://github.com/fumiama/copymanga/releases AutoName: 拷贝漫画 RepoType: git Repo: https://github.com/fumiama/copymanga.git Binaries: https://github.com/fumiama/copymanga/releases/download/%v/top.fumiama.copymanga_%c.apk Builds: - versionName: 2.0.beta11 versionCode: 23 commit: cfcfa99934f652fdeeea7bf37918b54cd8a59cb2 subdir: app sudo: - apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: 2.0.beta14 CurrentVersionCode: 26
Update CurrentVersion of 拷贝漫画 to 2.0.beta14 (26)
Update CurrentVersion of 拷贝漫画 to 2.0.beta14 (26)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
55c63b83d9901fe8e6c5bc65b05cfd61356a6241
group_vars/all.yml
group_vars/all.yml
--- network_interfaces: - name: default mode: static mode6: disabled resolvermode: static routers: - 192.168.42.3 resolvers: - 192.168.42.3 sshd_banner: assets/sshd_banner sshd_AuthorizedKeysCommand: /usr/local/sbin/ssh_pubkeys sshd_AuthorizedKeysFile: false sshd_AllowGroupAlways: Server Admins rsyslog_remote: nitrogen.collegiumv.org telegraf_influxdb_remote: oxygen.collegiumv.org telegraf_influxdb_db: collegiumv telegraf_influxdb_password: "{{ lookup('file', 'secret/influxdb_telegraf') }}"
--- network_interfaces: - name: default mode: static mode6: disabled resolvermode: static routers: - 192.168.42.3 resolvers: - 192.168.42.3 sshd_banner: assets/sshd_banner sshd_AuthorizedKeysCommand: /usr/local/sbin/ssh_pubkeys sshd_AuthorizedKeysFile: false sshd_AllowGroupAlways: Server Admins rsyslog_remote: nitrogen.collegiumv.org telegraf_influxdb_remote: oxygen.collegiumv.org telegraf_influxdb_db: collegiumv telegraf_influxdb_password: "{{ lookup('file', 'secret/influxdb_telegraf') }}" network_output_policy: ACCEPT
Drop network level outbound rules
Drop network level outbound rules
YAML
isc
collegiumv/cv_config,collegiumv/cv_config
e7a6bbeec757e17cddcb04675db5f0277ee1b6de
ansible-checkmk_agent/playbooks/test.yml
ansible-checkmk_agent/playbooks/test.yml
--- - hosts: 'placeholder_fqdn' become: True roles: - role: debops.etc_services tags: [ 'role::etc_services' ] etc_services__dependent_list: - name: 'check-mk-agent' port: '{{ checkmk_agent__port }}' comment: 'Check_MK agent (via xinetd)' when: (checkmk_agent|d() and 'xinetd' in checkmk_agent) - role: debops.ferm tags: [ 'role::ferm' ] ferm__dependent_rules: '{{ checkmk_agent__ferm_dependent_rules }}' when: (checkmk_agent|d() and 'xinetd' in checkmk_agent) - role: ansible-checkmk_agent tags: [ 'role::checkmk_agent' ]
--- - hosts: 'placeholder_fqdn' become: True roles: - role: debops.etc_services etc_services__dependent_list: - '{{ checkmk_agent__etc_services__dependent_list }}' when: (checkmk_agent|d() and 'xinetd' in checkmk_agent) - role: debops.ferm ferm__dependent_rules: - '{{ checkmk_agent__ferm__dependent_rules }}' when: (checkmk_agent|d() and 'xinetd' in checkmk_agent) - role: debops.mariadb mariadb__users: - '{{ checkmk_agent__mariadb__users }}' when: (("mk_mysql" in checkmk_agent__plugin_list and checkmk_agent__plugin_mysql|d("automatic") == "automatic") or ((checkmk_agent__plugin_autodetect|d(True) | bool) and "debops_mariadb_server" in hostvars[inventory_hostname]["group_names"]) ) - role: debops-contrib.checkmk_agent tags: [ 'role::checkmk_agent' ]
Use new variables for dependant role configuration
Use new variables for dependant role configuration
YAML
mit
ganto/debops-test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite
a145d66297157994d6aae1024fbb5fbcd0c0563b
shared_gen_src/1_rendering.yaml
shared_gen_src/1_rendering.yaml
--- component: name: Sprite members: - sprite: 'Halley::Sprite' - layer: type: int defaultValue: 0 - mask: type: int defaultValue: 1 --- component: name: TextLabel members: - text: 'Halley::TextRenderer' - layer: int - mask: int --- component: name: SpriteAnimation members: - player: 'Halley::AnimationPlayer' --- component: name: Camera members: - zoom: float - clear: 'Halley::Maybe<Halley::Colour4f>' - mask: int - layer: int ...
--- component: name: Sprite members: - sprite: 'Halley::Sprite' - layer: type: int defaultValue: 0 - mask: type: int defaultValue: 1 --- component: name: TextLabel members: - text: 'Halley::TextRenderer' - layer: int - mask: int --- component: name: SpriteAnimation members: - player: 'Halley::AnimationPlayer' --- component: name: Camera members: - zoom: float - clear: 'Halley::Maybe<Halley::Colour4f>' - mask: int - layer: int - offset: 'Halley::Vector2f' ...
Add offset to Camera for backwards compatibility
Add offset to Camera for backwards compatibility
YAML
apache-2.0
amzeratul/halley,amzeratul/halley,amzeratul/halley
8d86d11fdf54b1aca902d128ca89a8614e8c9a27
contrib/example_log_config.yaml
contrib/example_log_config.yaml
# Example log_config file for synapse. To enable, point `log_config` to it in # `homeserver.yaml`, and restart synapse. # # This configuration will produce similar results to the defaults within # synapse, but can be edited to give more flexibility. version: 1 formatters: fmt: format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s' filters: context: (): synapse.util.logcontext.LoggingContextFilter request: "" handlers: # example output to console console: class: logging.StreamHandler filters: [context] # example output to file - to enable, edit 'root' config below. file: class: logging.handlers.RotatingFileHandler formatter: fmt filename: /var/log/synapse/homeserver.log maxBytes: 100000000 backupCount: 3 filters: [context] root: level: INFO handlers: [console] # to use file handler instead, switch to [file] loggers: synapse: level: INFO synapse.storage: level: INFO # example of enabling debugging for a component: # # synapse.federation.transport.server: # level: DEBUG
# Example log_config file for synapse. To enable, point `log_config` to it in # `homeserver.yaml`, and restart synapse. # # This configuration will produce similar results to the defaults within # synapse, but can be edited to give more flexibility. version: 1 formatters: fmt: format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s' filters: context: (): synapse.util.logcontext.LoggingContextFilter request: "" handlers: # example output to console console: class: logging.StreamHandler filters: [context] # example output to file - to enable, edit 'root' config below. file: class: logging.handlers.RotatingFileHandler formatter: fmt filename: /var/log/synapse/homeserver.log maxBytes: 100000000 backupCount: 3 filters: [context] root: level: INFO handlers: [console] # to use file handler instead, switch to [file] loggers: synapse: level: INFO synapse.storage.SQL: # beware: increasing this to DEBUG will make synapse log sensitive # information such as access tokens. level: INFO # example of enabling debugging for a component: # # synapse.federation.transport.server: # level: DEBUG
Bring example log config into line with default
Bring example log config into line with default
YAML
apache-2.0
matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse,matrix-org/synapse
490c10ac868b234af4c3a5449fddfd7f961212ad
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_preview: true build: preview_env: - JEKYLL_ENV=staging preview_output_directory: "/srv/jekyll/_site" preview_docker_image: jekyll/builder mount_path: "/srv/jekyll" instant_preview_command: jekyll build --drafts --unpublished preview_command: jekyll build --drafts --unpublished --future -d _site
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_preview: true build: preview_env: - JEKYLL_ENV=staging preview_output_directory: "/srv/jekyll/_site" preview_docker_image: jekyll/builder mount_path: "/srv/jekyll" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site preview_command: jekyll build --drafts --unpublished --future -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017
092b5290af6a93726aef9aa208d4332793a59cb5
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: "/static/editor" webhook_url: sections: - type: directory path: content label: Pages create: all match: "*" - type: directory path: content/colorrun label: Colorrun create: all match: "**/*" - type: directory path: content/news label: News create: all match: "**/*" - type: directory path: content/event label: Event create: all match: "**/*" upload_dir: static/uploads public_path: "/uploads" front_matter_path: "/uploads" use_front_matter_path: false file_template: ":filename:" build: preview_command: hugo -E -F -D -b $DEPLOY_URL -d public publish_command: hugo -d public preview_env: - HUGO_ENV=staging - HUGO_VERSION=0.54.0 publish_env: - HUGO_ENV=production - HUGO_VERSION=0.54.0 preview_output_directory: public output_directory: public instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk -d public version: 0.54.0
--- new_page_extension: md auto_deploy: false admin_path: "/static/editor" webhook_url: sections: - type: document path: content/yearbook/_index.md label: Yearbook match: "**/*" - type: directory path: content label: Pages create: all match: "*" - type: directory path: content/colorrun label: Colorrun create: all match: "**/*" - type: directory path: content/news label: News create: all match: "**/*" - type: directory path: content/event label: Event create: all match: "**/*" upload_dir: static/uploads public_path: "/uploads" front_matter_path: "/uploads" use_front_matter_path: false file_template: ":filename:" build: preview_command: hugo -E -F -D -b $DEPLOY_URL -d public publish_command: hugo -d public preview_env: - HUGO_ENV=staging - HUGO_VERSION=0.54.0 publish_env: - HUGO_ENV=production - HUGO_VERSION=0.54.0 preview_output_directory: public output_directory: public instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk -d public version: 0.54.0
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site,IslandViewPTA/islandview-pta-site
067de0d42d8c80a7de532da41b315b5ab62721a1
.github/dependabot.yml
.github/dependabot.yml
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" # Maintain dependencies for npm - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" # Maintain dependencies for Maven - package-ecosystem: "maven" directory: "/" # Location of package manifests schedule: interval: "daily" # Maintain dependencies for Gradle - package-ecosystem: "gradle" directory: "/" # Location of package manifests schedule: interval: "daily"
# To get started with Dependabot version updates, you'll need to specify which # package ecosystems to update and where the package manifests are located. # Please see the documentation for all configuration options: # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" # Maintain dependencies for npm - package-ecosystem: "npm" directory: "/" schedule: interval: "daily" # Maintain dependencies for Maven - package-ecosystem: "maven" directory: "/" # Location of package manifests schedule: interval: "daily" # Allow up to 10 open pull requests for maven dependencies open-pull-requests-limit: 10 # Maintain dependencies for Gradle - package-ecosystem: "gradle" directory: "/" # Location of package manifests schedule: interval: "daily"
Allow up to 10 open pull requests for maven dependencies
ISIS-2445: Allow up to 10 open pull requests for maven dependencies
YAML
apache-2.0
apache/isis,apache/isis,apache/isis,apache/isis,apache/isis,apache/isis
7fb1d60241ac9939f75764ce7da274113fe617c9
.github/dependabot.yml
.github/dependabot.yml
#!dependabot version: 2 updates: - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly"
#!dependabot version: 2 updates: - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - package-ecosystem: "pip" directory: "/" schedule: interval: "weekly"
Add pip requirements check to Dependabot
Add pip requirements check to Dependabot
YAML
mit
alerta/docker-alerta,alerta/docker-alerta,alerta/docker-alerta
78cb5f09c99e94b1c396a03660e6a837d1e3cc31
metadata/dev.yasan.metro.fdroid.yml
metadata/dev.yasan.metro.fdroid.yml
Categories: - Navigation License: GPL-3.0-or-later AuthorName: YASAN SourceCode: https://github.com/yasandev/tehro-android IssueTracker: https://github.com/yasandev/tehro-android/issues AutoName: Tehro RepoType: git Repo: https://github.com/yasandev/tehro-android Builds: - versionName: 2.0.4 versionCode: 204 commit: 592e6eafde16d98bec7f0f55a0b9ed2361c55cdc subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - fdroid AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^[0-9.v]*$ UpdateCheckName: dev.yasan.metro CurrentVersion: 2.0.4 CurrentVersionCode: 204
Categories: - Navigation License: GPL-3.0-or-later AuthorName: YASAN SourceCode: https://github.com/yasandev/tehro-android IssueTracker: https://github.com/yasandev/tehro-android/issues AutoName: Tehro RepoType: git Repo: https://github.com/yasandev/tehro-android Builds: - versionName: 2.0.4 versionCode: 204 commit: 592e6eafde16d98bec7f0f55a0b9ed2361c55cdc subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - fdroid - versionName: 2.0.5 versionCode: 205 commit: fbd2746d21b851dc35ec99b1fdff197c07f24e86 subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - fdroid AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^[0-9.v]*$ UpdateCheckName: dev.yasan.metro CurrentVersion: 2.0.5 CurrentVersionCode: 205
Update Tehro to 2.0.5 (205)
Update Tehro to 2.0.5 (205)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
8e6d3c7c97a1958a6ed34526dde09d36d0a8309a
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily allow: # Internal gems - dependency-name: "govuk*" dependency-type: direct - dependency-name: gds-api-adapters dependency-type: direct - dependency-name: govspeak dependency-type: direct - dependency-name: plek dependency-type: direct - dependency-name: rubocop-govuk dependency-type: direct # Framework gems - dependency-name: minitest dependency-type: direct - dependency-name: rails dependency-type: direct - dependency-name: sass-rails dependency-type: direct
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily allow: # Internal gems - dependency-name: "govuk*" dependency-type: direct - dependency-name: gds-api-adapters dependency-type: direct - dependency-name: govspeak dependency-type: direct - dependency-name: plek dependency-type: direct - dependency-name: rubocop-govuk dependency-type: direct - dependency-name: slimmer dependency-type: direct # Framework gems - dependency-name: minitest dependency-type: direct - dependency-name: rails dependency-type: direct - dependency-name: sass-rails dependency-type: direct
Add slimmer to Dependabot config
Add slimmer to Dependabot config This got missed in the initial config creation. As Slimmer is an internal gem, it should be added to the config. https://trello.com/c/uPoriyfJ/2049-add-dependabot-configuration-to-each-repo-blitz-pair
YAML
mit
alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers
8e165692c231f6171a4aac326e25af0d4b9ecc57
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: "gradle" directory: "/" target-branch: "4.6.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" target-branch: "4.5.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" target-branch: "4.4.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" target-branch: "4.3.x" schedule: interval: "daily"
version: 2 updates: - package-ecosystem: "gradle" directory: "/" target-branch: "4.6.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" target-branch: "4.5.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" target-branch: "4.4.x" schedule: interval: "daily"
Stop dependency Updates for 4.3.x
Stop dependency Updates for 4.3.x
YAML
apache-2.0
joinfaces/joinfaces,joinfaces/joinfaces
3bddf75102f66e47d3825f41129a4f1ffc747215
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: daily time: "04:00" open-pull-requests-limit: 10 labels: - dependencies versioning-strategy: increase ignore: - dependency-name: "@types/node" update-types: [ "version-update:semver-patch" ]
version: 2 updates: # CommonJS - package-ecosystem: npm directory: "/" schedule: interval: daily time: "04:00" open-pull-requests-limit: 10 labels: - dependencies - CJS versioning-strategy: increase ignore: - dependency-name: "@types/node" update-types: [ "version-update:semver-patch" ] # TypeScript Module - package-ecosystem: npm directory: "/" schedule: interval: weekly time: "06:00" open-pull-requests-limit: 10 versioning-strategy: increase target-branch: "es-module" labels: - dependencies - ESM
Split Dependabot update in main & es-module branch updates
Split Dependabot update in main & es-module branch updates
YAML
mit
Borewit/strtok3
12f793a0bc05510f47625f922610b352c27c7812
roles/haproxy/tasks/main.yml
roles/haproxy/tasks/main.yml
--- - name: Install haproxy 1.8 yum repo copy: src=haproxy18.repo dest=/etc/yum.repos.d/ owner=root mode=0544 when: haproxy_18 - include: multiple-instances.yml when: haproxy_multi_instance is defined - include: single-instance.yml when: haproxy_multi_instance is not defined - name: disable health checks for development envs command: 'echo "disable health {{item.name}}" | socat /var/lib/haproxy/stats stdio' with_items: - "{{ haproxy_applications }}" when: develop
--- - name: Install haproxy 1.8 yum repo copy: src=haproxy18.repo dest=/etc/yum.repos.d/ owner=root mode=0644 when: haproxy_18 - include: multiple-instances.yml when: haproxy_multi_instance is defined - include: single-instance.yml when: haproxy_multi_instance is not defined - name: disable health checks for development envs command: 'echo "disable health {{item.name}}" | socat /var/lib/haproxy/stats stdio' with_items: - "{{ haproxy_applications }}" when: develop
Set haproxy 1.8 repo file permissions
Haproxy: Set haproxy 1.8 repo file permissions
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
2c353dc10e3a6a8da638d6b5cbf58255b64d2582
roles/selinux/tasks/main.yml
roles/selinux/tasks/main.yml
--- - name: Set selinux permissive selinux: policy=targeted state=permissive
--- - name: Detect /etc/selinux/config exists stat: path=/etc/selinux/config register: selinux_config - name: Set selinux permissive selinux: policy=targeted state=permissive when: selinux_config.stat.exists
Change selinux policy only when /etc/selinux/config exists
Change selinux policy only when /etc/selinux/config exists
YAML
mit
lda/centos_provision,lda/centos_provision
28fcaa38242516245e29d8da4b8d0e890436ee8f
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.info/10_basic.yml
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/nodes.info/10_basic.yml
setup: - skip: features: [arbitrary_key] --- "node_info test": - skip: version: "all" reason: "Awaits fix: https://github.com/elastic/elasticsearch/issues/71147" - do: nodes.info: {} - set: nodes._arbitrary_key_: node_id - is_true: nodes - is_true: cluster_name --- "node_info role test": - skip: version: " - 7.7.99" reason: "node roles were not sorted before 7.8.0" features: [no_xpack] - do: nodes.info: {} - set: nodes._arbitrary_key_: node_id - is_true: nodes.$node_id.roles # the roles output is sorted - match: { nodes.$node_id.roles.0: "data" } - match: { nodes.$node_id.roles.1: "data_cold" } - match: { nodes.$node_id.roles.2: "data_content" } - match: { nodes.$node_id.roles.3: "data_frozen" } - match: { nodes.$node_id.roles.4: "data_hot" } - match: { nodes.$node_id.roles.5: "data_warm" } - match: { nodes.$node_id.roles.6: "ingest" } - match: { nodes.$node_id.roles.7: "master" } - match: { nodes.$node_id.roles.8: "remote_cluster_client" }
setup: - skip: features: [arbitrary_key] --- "node_info test": - do: nodes.info: {} - set: nodes._arbitrary_key_: node_id - is_true: nodes - is_true: cluster_name --- "node_info role test": - skip: version: " - 7.7.99" reason: "node roles were not sorted before 7.8.0" features: [no_xpack] - do: nodes.info: {} - set: nodes._arbitrary_key_: node_id - is_true: nodes.$node_id.roles # the roles output is sorted - match: { nodes.$node_id.roles.0: "data" } - match: { nodes.$node_id.roles.1: "data_cold" } - match: { nodes.$node_id.roles.2: "data_content" } - match: { nodes.$node_id.roles.3: "data_frozen" } - match: { nodes.$node_id.roles.4: "data_hot" } - match: { nodes.$node_id.roles.5: "data_warm" } - match: { nodes.$node_id.roles.6: "ingest" } - match: { nodes.$node_id.roles.7: "master" } - match: { nodes.$node_id.roles.8: "remote_cluster_client" }
Revert "Mute ClientYamlTestSuiteIT node_info role test"
Revert "Mute ClientYamlTestSuiteIT node_info role test" This reverts commit 78fe9cca460efd3e509e4561d49b1fd5072af4de.
YAML
apache-2.0
GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch
d3de6991a1b97a6960c3f30fbac8038abe54af36
metadata/de.taz.android.app.free.yml
metadata/de.taz.android.app.free.yml
Categories: - Multimedia - Reading - Science & Education License: AGPL-3.0-or-later WebSite: https://www.taz.de SourceCode: https://github.com/die-tageszeitung/taz-neo IssueTracker: https://github.com/die-tageszeitung/taz-neo/issues AutoName: die tageszeitung RepoType: git Repo: https://github.com/die-tageszeitung/taz-neo Builds: - versionName: 1.1.2 versionCode: 10102900 commit: 1.1.2 subdir: app output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk build: - export VERSION_IGNORES_DIRTY_TREE=true - export SENTRY_ENVIRONMENT=fdroid - gradle assembleFreeTazUnminifiedRelease AutoUpdateMode: Version v%v UpdateCheckMode: Tags .*[0-9]+$ CurrentVersion: 1.1.2 CurrentVersionCode: 10102900
Categories: - Multimedia - Reading - Science & Education License: AGPL-3.0-or-later WebSite: https://www.taz.de SourceCode: https://github.com/die-tageszeitung/taz-neo IssueTracker: https://github.com/die-tageszeitung/taz-neo/issues AutoName: die tageszeitung RepoType: git Repo: https://github.com/die-tageszeitung/taz-neo Builds: - versionName: 1.1.2 versionCode: 10102900 commit: 1.1.2 subdir: app output: build/outputs/apk/freeTaz/unminifiedRelease/app-free-taz-unminifiedRelease-unsigned.apk build: - export VERSION_IGNORES_DIRTY_TREE=true - export SENTRY_ENVIRONMENT=fdroid - gradle assembleFreeTazUnminifiedRelease AutoUpdateMode: Version %v UpdateCheckMode: Tags .*[0-9]\.*[0-9]+$ CurrentVersion: 1.1.2 CurrentVersionCode: 10102900
Use correct tag for AutUpdateMode and regex for UpdateCheckMode
Use correct tag for AutUpdateMode and regex for UpdateCheckMode This way a tag 1.2.2 would be successful wherease1.2.2-alpha.1 won't.
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
90d221c17f410808542b0b5661162ad60a308e2d
packages/qu/quickcheck-simple.yaml
packages/qu/quickcheck-simple.yaml
homepage: '' changelog-type: '' hash: 499767e9d7ddbf2aba671c354d616eda10e6a75f0b4739356681ae4208cb6c82 test-bench-deps: {} maintainer: [email protected] synopsis: Test properties and default-mains for QuickCheck changelog: '' basic-deps: base: <5 QuickCheck: ! '>=2' all-versions: - '0.0.1.0' - '0.1.0.0' author: Kei Hibino latest: '0.1.0.0' description-type: haddock description: ! 'This package contains definitions of test properties and default-mains using QuickCheck library.' license-name: BSD3
homepage: '' changelog-type: '' hash: ea8ed42690273a6508814f2a1b6b2966721e789b7192ef1646a999b3acb1f3b9 test-bench-deps: {} maintainer: [email protected] synopsis: Test properties and default-mains for QuickCheck changelog: '' basic-deps: base: <5 QuickCheck: ! '>=2' all-versions: - '0.0.1.0' - '0.1.0.0' - '0.1.0.1' author: Kei Hibino latest: '0.1.0.1' description-type: haddock description: ! 'This package contains definitions of test properties and default-mains using QuickCheck library.' license-name: BSD3
Update from Hackage at 2016-06-19T09:22:53+0000
Update from Hackage at 2016-06-19T09:22:53+0000
YAML
mit
commercialhaskell/all-cabal-metadata
f2834463eba7b46257f106248eb5726220181c10
apps/api/config/routing.yml
apps/api/config/routing.yml
message_post: url: /message/post.json param: { module: message, action: post, sf_format: json } requirements: { sf_method: [post] } message_search: url: /message/search.json param: { module: message, action: search, sf_format: json } requirements: { sf_method: [get] } recent_message_list: url: /message/recentList.json param: { module: message, action: recentList, sf_format: json } requirements: { sf_method: post }
message_post: url: /message/post.json class: sfRequestRoute param: { module: message, action: post, sf_format: json } requirements: { sf_method: post } message_search: url: /message/search.json class: sfRequestRoute param: { module: message, action: search, sf_format: json } requirements: { sf_method: post } recent_message_list: url: /message/recentList.json class: sfRequestRoute param: { module: message, action: recentList, sf_format: json } requirements: { sf_method: post } message_no_default: url: /message/* param: { module: default, action: error }
Use only POST method in message api action.
Use only POST method in message api action.
YAML
apache-2.0
ShinichiU/opMessagePlugin,martini2002jp/opMessagePlugin,tejimaya/opMessagePlugin,tejimaya/opMessagePlugin,martini2002jp/opMessagePlugin,ShinichiU/opMessagePlugin
2eaba3f6337b390a8d6df680cc9652b0823b8c02
azure-pipelines.yml
azure-pipelines.yml
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayName: 'Install Node.js' - script: | npm install npm run build displayName: 'npm install and build'
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript pool: vmImage: 'ubuntu-16.04' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayName: 'Install Node.js' - script: | npm install npm run build displayName: 'npm install and build'
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
stevenaw/vs-utils
5cfe548e991d461e375b9291a6fd1fe7262e02bc
data/chosen_tools/functional_assignation_tool_list.yaml
data/chosen_tools/functional_assignation_tool_list.yaml
api_key: <Admin user API key from galaxy_instance> galaxy_instance: <Galaxy instance IP> tools: - name: 'humann2' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True #revisions: #- 'd084f63fbf30' - name: 'group_humann2_uniref_abundances_to_go' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True #revisions: #- 'd084f63fbf30' - name: 'compare_humann2_output' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True #revisions: #- 'd084f63fbf30'
api_key: <Admin user API key from galaxy_instance> galaxy_instance: <Galaxy instance IP> tools: - name: 'humann2' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True #revisions: #- 'd084f63fbf30' - name: 'group_humann2_uniref_abundances_to_go' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True #revisions: #- 'd084f63fbf30' - name: 'compare_humann2_output' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://testtoolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True #revisions: #- 'd084f63fbf30' - name: 'combine_metaphlan2_humann2' owner: 'bebatut' tool_panel_section_id: 'metabolic_analysis' tool_shed_url: 'http://toolshed.g2.bx.psu.edu/' install_tool_dependencies: True install_repository_dependencies: True revisions: - '31394a0c0242'
Add combine_metaphlan2_humann2 with a fixed MTS version
Add combine_metaphlan2_humann2 with a fixed MTS version
YAML
apache-2.0
ASaiM/framework,ASaiM/framework
0f979449e485af157df98a00f2cf9c902ce0d5a5
azure-pipelines.yml
azure-pipelines.yml
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript #trigger: #- master pool: vmImage: vs2017-win2016 strategy: maxParallel: 3 matrix: node-10: node_version: ^10.14.1 node-8: node_version: ^8.14.0 node-6: node_version: ^6.15.1 steps: - task: NodeTool@0 displayName: "Install node" inputs: versionSpec: $(node_version) - script: | npm install -g npm@latest displayName: "Install npm" - script: | npm ci displayName: "Install dependencies" - script: | npm run ci displayName: "Run tests" variables: nproc: 4
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript #trigger: #- master pool: vmImage: vs2017-win2016 strategy: maxParallel: 3 matrix: node-10: node_version: ^10.14.1 # node-8: # node_version: ^8.14.0 # node-6: # node_version: ^6.15.1 steps: - task: NodeTool@0 displayName: "Install node" inputs: versionSpec: $(node_version) - script: | npm install -g npm@latest displayName: "Install npm" - script: | npm install -g yarn@latest displayName: "Install yarn" - script: | npm ci displayName: "Install dependencies" - script: | npm config set loglevel warn git config --global user.email [email protected] git config --global user.name "Tester McPerson" displayName: "Configure test environment" - script: | npm run ci displayName: "Run tests" variables: nproc: 4
Add yarn, configure git user, and limit to node 10
ci(azure): Add yarn, configure git user, and limit to node 10
YAML
mit
lerna/lerna,evocateur/lerna,sebmck/lerna,lerna/lerna,evocateur/lerna,lerna/lerna,kittens/lerna
3e50999c2a53888c1a11cf56395a98779f0ea8e1
zero-disk/tasks/main.yml
zero-disk/tasks/main.yml
--- - name: Clean up the APT cache command: apt-get clean - name: Clean out /tmp shell: rm -f /tmp/*.zip /tmp/*.deb /tmp/*.gz /tmp/*.bz2 /tmp/*.lisp /tmp/*.sh ignore_errors: yes - name: Clean out the Oracle Java installer's cache file: path=/var/cache/oracle-jdk{{ item }}-installer state=absent with_items: - 7 - 8 - name: Zero out the disk shell: dd if=/dev/zero of=/EMPTY bs=1M; rm -f /EMPTY ignore_errors: yes
--- - name: Clean up the APT cache command: apt-get clean - name: Clean out /tmp shell: rm -f /tmp/*.zip /tmp/*.deb /tmp/*.gz /tmp/*.bz2 /tmp/*.lisp /tmp/*.sh ignore_errors: yes - name: Clean out the Oracle Java installer's cache file: path=/var/cache/oracle-jdk{{ item }}-installer state=absent with_items: - 7 - 8 - name: Delete the VirtualBox additions ISO file: path=/home/vagrant/VBoxGuestAdditions.iso state=absent - name: Zero out the disk shell: dd if=/dev/zero of=/EMPTY bs=1M; rm -f /EMPTY ignore_errors: yes
Add extra check to delete VBox guest additions ISO if uploaded from local copy by Vagrant.
Add extra check to delete VBox guest additions ISO if uploaded from local copy by Vagrant.
YAML
mit
tomku/ansible-roles
359006641260eef1fe6d28f5c43c7c98d40f257d
.github/workflows/gem.yml
.github/workflows/gem.yml
name: Release Version on: push: tags: - "v*" jobs: release_version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: lsegal/github-release-from-changelog-action@latest - name: Publish RubyGem uses: dawidd6/action-publish-gem@v1 with: api_key: ${{secrets.RUBYGEMS_API_KEY}}
name: Release Version on: push: tags: - "v*" jobs: release_version: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: lsegal/github-release-from-changelog-action@latest env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Publish RubyGem uses: dawidd6/action-publish-gem@v1 with: api_key: ${{secrets.RUBYGEMS_API_KEY}}
Add GITHUB_TOKEN to release command
Add GITHUB_TOKEN to release command
YAML
mit
lsegal/yard,lsegal/yard,lsegal/yard,thomthom/yard,thomthom/yard,thomthom/yard
564b47348f2e644aeded1653c51b132776baaafe
config/docker/gitorious.overrides.yml
config/docker/gitorious.overrides.yml
repository_base_path: /var/lib/gitorious/repositories archive_cache_dir: /var/lib/gitorious/tarballs-cache archive_work_dir: /var/lib/gitorious/tarballs-work messaging_adapter: resque enable_repository_dir_sharding: false
user: git repository_base_path: /var/lib/gitorious/repositories archive_cache_dir: /var/lib/gitorious/tarballs-cache archive_work_dir: /var/lib/gitorious/tarballs-work messaging_adapter: resque enable_repository_dir_sharding: false
Enforce user to "git" when running in Docker
Enforce user to "git" when running in Docker
YAML
agpl-3.0
tigefa4u/gitorious-mainline,gitorious/mainline,SamuelMoraesF/Gitorious,elcom/gitorious,SamuelMoraesF/Gitorious,spencerwp/mainline,tigefa4u/gitorious-mainline,gitorious/mainline,Gitorious-backup/mainline,rae/gitorious-mainline,tigefa4u/gitorious-mainline,gitorious/mainline,elcom/gitorious,rae/gitorious-mainline,Gitorious-backup/mainline,Gitorious-backup/mainline,Gitorious-backup/mainline,tigefa4u/gitorious-mainline,spencerwp/mainline,SamuelMoraesF/Gitorious,elcom/gitorious,gitorious/mainline,SamuelMoraesF/Gitorious,rae/gitorious-mainline,spencerwp/mainline,elcom/gitorious,rae/gitorious-mainline,spencerwp/mainline
de73052ecd9953fe155825c0cb713272b49eda20
packages/na/natural-induction.yaml
packages/na/natural-induction.yaml
homepage: '' changelog-type: '' hash: 40184361d998a6fe8d737d58e2b54d66f26f0d55a0cc576dde90a6da848f8c6c test-bench-deps: {} maintainer: [email protected] synopsis: Induction over natural numbers changelog: '' basic-deps: peano: ! '>=0.1 && <0.2' base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.0' author: M Farkas-Dyck latest: '0.1.1.0' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: '' hash: e51041d3811a0151f404533749717cd69ccc31fcfbbadbf041fe786a9fc72a21 test-bench-deps: {} maintainer: [email protected] synopsis: Induction over natural numbers changelog: '' basic-deps: peano: ! '>=0.1 && <0.2' base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.0' - '0.2.0.0' author: M Farkas-Dyck latest: '0.2.0.0' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2017-12-14T06:35:50Z
Update from Hackage at 2017-12-14T06:35:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
7a2b2959458a8a98dfc6cd43c157800de0145f5f
confluent_osdeploy/esxi7/profiles/hypervisor/profile.yaml
confluent_osdeploy/esxi7/profiles/hypervisor/profile.yaml
label: VMware ESXi %%VERSION%% Hypervisor ostype: esxi kernelargs: runweasel
label: Confluent installation of VMware ESXi %%VERSION%% Hypervisor ostype: esxi kernelargs: runweasel
Change default label for ESXi to be more clear
Change default label for ESXi to be more clear
YAML
apache-2.0
xcat2/confluent,xcat2/confluent,xcat2/confluent,jjohnson42/confluent,xcat2/confluent,xcat2/confluent,jjohnson42/confluent,jjohnson42/confluent,jjohnson42/confluent,jjohnson42/confluent
3336d3b82321415845a0458a14ca183cdce80477
roles/dev/tasks/idea.yml
roles/dev/tasks/idea.yml
--- - name: create latest idea directory become: yes file: path={{ idea_path }} state=directory mode="0775" recurse=yes - name: install IntelliJ IDEA become: yes shell: wget -O - http://download.jetbrains.com/idea/ideaIU-{{ idea_version }}.tar.gz | tar -C {{ idea_path }} --strip-components=1 -xzf - args: creates: "{{ idea_path }}/bin/idea.sh" notify: - unlink idea - link idea # http://freedesktop.org/wiki/Specifications/desktop-entry-spec/ - name: install idea.desktop become: yes shell: desktop-file-install {{ role_path }}/files/usr/share/applications/idea.desktop creates=/usr/share/applications/idea.desktop notify: - add idea desktop entry into gnome favorite-apps - update desktop database
--- - name: create latest idea directory become: yes file: path={{ idea_path }} state=directory group=staff mode="0775" recurse=yes - name: install IntelliJ IDEA become: yes shell: wget -O - http://download.jetbrains.com/idea/ideaIU-{{ idea_version }}.tar.gz | tar -C {{ idea_path }} --strip-components=1 -xzf - args: creates: "{{ idea_path }}/bin/idea.sh" notify: - unlink idea - link idea # http://freedesktop.org/wiki/Specifications/desktop-entry-spec/ - name: install idea.desktop become: yes shell: desktop-file-install {{ role_path }}/files/usr/share/applications/idea.desktop creates=/usr/share/applications/idea.desktop notify: - add idea desktop entry into gnome favorite-apps - update desktop database
Apply group staff recursively into IDEA installation directory
Apply group staff recursively into IDEA installation directory
YAML
mit
zshamrock/ididitagain
44120495e29c65034c326774294241ebd1fe514a
roles/font/vars/main.yml
roles/font/vars/main.yml
packages: - { name: fontforge } - { name: ricty } fonts: # For Ricty # http://www.task-notes.com/entry/20150124/1422091466 - { name: xquartz } # https://github.com/caskroom/homebrew-fonts/tree/master/Casks - { name: font-source-code-pro } - { name: font-source-han-code-jp } - { name: font-source-han-sans } - { name: font-roboto } - { name: font-rounded-m-plus } - { name: font-ionicons } - { name: ricty }
packages: - { name: fontforge } - { name: ricty } fonts: # For Ricty # http://www.task-notes.com/entry/20150124/1422091466 - { name: xquartz } # https://github.com/caskroom/homebrew-fonts/tree/master/Casks - { name: font-source-code-pro } - { name: font-source-han-code-jp } - { name: font-source-han-sans } - { name: font-roboto } - { name: font-rounded-m-plus } - { name: font-ionicons }
Remove ricty from brewcask packages
fix: Remove ricty from brewcask packages
YAML
mit
Leko/setup-osx
c26f8e3e78a8fa7038e0fb35a6e5ecd2a4c46002
metadata/com.apozas.contactdiary.yml
metadata/com.apozas.contactdiary.yml
Categories: - Writing License: GPL-3.0-or-later AuthorName: Alex Pozas-Kerstjens AuthorWebSite: https://www.alexpozas.com/ SourceCode: https://github.com/apozas/contactdiary IssueTracker: https://github.com/apozas/contactdiary/issues Donate: https://paypal.me/apozasker AutoName: Contact Diary RepoType: git Repo: https://github.com/apozas/contactdiary Builds: - versionName: 1.0.4-github versionCode: 5 commit: v1.0.4 subdir: android_app/app gradle: - github - versionName: 1.0.5-github versionCode: 6 commit: v1.0.5 subdir: android_app/app gradle: - github - versionName: 1.1.3 versionCode: 9 commit: v1.1.3 subdir: android_app/app gradle: - github - versionName: 1.1.4 versionCode: 10 commit: v1.1.4 subdir: android_app/app gradle: - github AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.1.4 CurrentVersionCode: 10
Categories: - Writing License: GPL-3.0-or-later AuthorName: Alex Pozas-Kerstjens AuthorWebSite: https://www.alexpozas.com/ SourceCode: https://github.com/apozas/contactdiary IssueTracker: https://github.com/apozas/contactdiary/issues Donate: https://paypal.me/apozasker AutoName: Contact Diary RepoType: git Repo: https://github.com/apozas/contactdiary Builds: - versionName: 1.0.4-github versionCode: 5 commit: v1.0.4 subdir: android_app/app gradle: - github - versionName: 1.0.5-github versionCode: 6 commit: v1.0.5 subdir: android_app/app gradle: - github - versionName: 1.1.3 versionCode: 9 commit: v1.1.3 subdir: android_app/app gradle: - github - versionName: 1.1.4 versionCode: 10 commit: v1.1.4 subdir: android_app/app gradle: - github - versionName: 1.2.0 versionCode: 11 commit: v1.2.0 subdir: android_app/app gradle: - github AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.0 CurrentVersionCode: 11
Update Contact Diary to 1.2.0 (11)
Update Contact Diary to 1.2.0 (11)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ea29ae2e98c4289d6af49bcd565dc950afe625f8
metadata/com.samco.trackandgraph.yml
metadata/com.samco.trackandgraph.yml
Categories: - Sports & Health License: GPL-3.0-or-later AuthorName: Samuel Amantea-Collins AuthorEmail: [email protected] SourceCode: https://github.com/SamAmco/track-and-graph IssueTracker: https://github.com/SamAmco/track-and-graph/issues Changelog: https://github.com/SamAmco/track-and-graph/releases AutoName: Track & Graph RepoType: git Repo: https://github.com/SamAmco/track-and-graph Builds: - versionName: 1.4.3 versionCode: 10403 commit: v1.4.3 subdir: app gradle: - yes - versionName: 1.4.4 versionCode: 10404 commit: v1.4.4 subdir: app gradle: - yes - versionName: 1.5.1 versionCode: 10501 commit: v1.5.1 subdir: app gradle: - yes - versionName: 1.6.2 versionCode: 10602 commit: v1.6.2 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags v CurrentVersion: 1.6.2 CurrentVersionCode: 10602
Categories: - Sports & Health License: GPL-3.0-or-later AuthorName: Samuel Amantea-Collins AuthorEmail: [email protected] SourceCode: https://github.com/SamAmco/track-and-graph IssueTracker: https://github.com/SamAmco/track-and-graph/issues Changelog: https://github.com/SamAmco/track-and-graph/releases AutoName: Track & Graph RepoType: git Repo: https://github.com/SamAmco/track-and-graph Builds: - versionName: 1.4.3 versionCode: 10403 commit: v1.4.3 subdir: app gradle: - yes - versionName: 1.4.4 versionCode: 10404 commit: v1.4.4 subdir: app gradle: - yes - versionName: 1.5.1 versionCode: 10501 commit: v1.5.1 subdir: app gradle: - yes - versionName: 1.6.2 versionCode: 10602 commit: v1.6.2 subdir: app gradle: - yes - versionName: 1.7.2 versionCode: 10702 commit: v1.7.2 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags v CurrentVersion: 1.7.2 CurrentVersionCode: 10702
Update Track & Graph to 1.7.2 (10702)
Update Track & Graph to 1.7.2 (10702)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0fc99359c9410624deba9067fc47af8d9df5eb5b
.github/workflows/main.yml
.github/workflows/main.yml
name: Test and build on: [push] jobs: build: strategy: matrix: os: ['ubuntu-latest', 'macos-latest'] # os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest'] fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Install Dependencies (Linux) run: | sudo apt-get update -y sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz" tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz" sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck if: matrix.os == 'ubuntu-latest' - name: Install Dependencies (macOS) run: | brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt brew unlink parallel brew install moreutils gawk if: matrix.os == 'macos-latest' - name: Get Sources uses: actions/checkout@v2 - name: Test run: | export PATH="$PATH:/snap/bin" make test shell: bash - name: Build (Linux) run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc if: matrix.os == 'ubuntu-latest'
name: Test and build on: [push] jobs: build: strategy: matrix: os: ['ubuntu-latest', 'macos-latest'] # os: ['ubuntu-20.04', 'ubuntu-18.04', 'ubuntu-16.04', 'macos-latest'] fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Install Dependencies (Linux) run: | sudo apt-get update -y sudo apt-get --purge remove parallel sudo apt-get install -y devscripts debhelper moreutils fakeroot jq pigz wget "https://storage.googleapis.com/shellcheck/shellcheck-v0.7.0.linux.x86_64.tar.xz" tar --xz -xvf "shellcheck-v0.7.0.linux.x86_64.tar.xz" sudo cp shellcheck-v0.7.0/shellcheck /usr/bin/shellcheck if: matrix.os == 'ubuntu-latest' - name: Install Dependencies (macOS) run: | brew install gnu-tar shellcheck jq pigz coreutils gnu-sed gnu-getopt brew unlink parallel brew install moreutils gawk if: matrix.os == 'macos-latest' - name: Get Sources uses: actions/checkout@v2 - name: Test run: | export PATH="$PATH:/snap/bin" make test shell: bash - name: Build (Linux) run: DEB_BUILD_OPTIONS=nocheck debuild -us -uc if: matrix.os == 'ubuntu-latest'
Purge parallel so Ubuntu uses moreutils
Purge parallel so Ubuntu uses moreutils
YAML
mit
github/backup-utils,github/backup-utils
a6fca0f53704afae55a30961b01d1a994fe16a12
.github/workflows/main.yml
.github/workflows/main.yml
name: Continuous Integration and Delivery on: [push] jobs: run_example_site_tests: if: github.ref == 'refs/heads/develop' name: Run Django-Address Tests runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 with: ref: 'refs/heads/develop' - name: Set up Python 3.8.5 uses: actions/setup-python@v1 with: python-version: 3.8.5 - name: Install dependencies run: pip install -r example_site/requirements.txt - name: Run tests run: python example_site/manage.py test example_site/ env: SYSTEM_ENV: GITHUB_WORKFLOW
name: Continuous Integration and Delivery on: [push] jobs: run_tests_master: if: github.ref == 'refs/heads/master' name: Run Django-Address Tests on master runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 with: ref: 'refs/heads/master' - name: Set up Python 3.8.5 uses: actions/setup-python@v1 with: python-version: 3.8.5 - name: Install dependencies run: pip install -r example_site/requirements.txt - name: Run tests run: python example_site/manage.py test example_site/ env: SYSTEM_ENV: GITHUB_WORKFLOW run_tests_develop: if: github.ref == 'refs/heads/develop' name: Run Django-Address Tests on develop runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v1 with: ref: 'refs/heads/develop' - name: Set up Python 3.8.5 uses: actions/setup-python@v1 with: python-version: 3.8.5 - name: Install dependencies run: pip install -r example_site/requirements.txt - name: Run tests run: python example_site/manage.py test example_site/ env: SYSTEM_ENV: GITHUB_WORKFLOW
Add testing to run against commits to master
Add testing to run against commits to master
YAML
bsd-3-clause
furious-luke/django-address,furious-luke/django-address,furious-luke/django-address
5fbe9f31775ace15717be23636130d0b9ec6ede2
.github/workflows/main.yml
.github/workflows/main.yml
# This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ version-bump-test ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" update-version: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 with: ref: 'development' # Runs a single command using the runners shell - name: Bump patch version on development run: | npm version patch
# This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ version-bump-test ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workflow contains a single job called "build" update-version: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 with: ref: 'development' # Runs a single command using the runners shell - name: Bump patch version on development run: | git config --local user.email "[email protected]" git config --local user.name "GitHub Action" npm version patch
Configure user for automated commit
Configure user for automated commit
YAML
mit
cynicaloptimist/improved-initiative,cynicaloptimist/improved-initiative,cynicaloptimist/improved-initiative
068dc566e876478e0ae6fddbf138ba1ef02f63a5
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: [push, pull_request] jobs: test: name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}) if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: ruby: - 3.0 - 2.7 - 2.6 - jruby-9.3.2 - truffleruby-21.3.0 os: - ubuntu-latest - macos-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests run: bundle exec rake test-windows: name: Ruby ${{ matrix.ruby }} (windows-latest) if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: ruby: - 3.0 - 2.7 - 2.6 runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests run: bundle exec rake
name: Test on: [push, pull_request] jobs: test: name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}) if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: ruby: - 3.1 - 3.0 - 2.7 - 2.6 - jruby-9.3.2 - truffleruby-21.3.0 os: - ubuntu-latest - macos-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests run: bundle exec rake test-windows: name: Ruby ${{ matrix.ruby }} (windows-latest) if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: ruby: - 3.0 - 2.7 - 2.6 runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests run: bundle exec rake
Update CI Rubies: Add Ruby 3.1
Update CI Rubies: Add Ruby 3.1
YAML
mit
janlelis/unicode-confusable
9fb12673a8c913a903ccf5d2660cea8e26b611c3
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: pull_request: push: schedule: - cron: '0 6 * * *' jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: - '3.6' - '3.7' - '3.8' - '3.9' - '3.10' - 'pypy3' toxenv: [py] include: - python-version: '3.6' toxenv: lint - python-version: '3.6' toxenv: typing steps: - name: Check out repository uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip wheel python -m pip install --upgrade --upgrade-strategy=eager coverage tox - name: Run tests run: tox -e ${{ matrix.toxenv }} - name: Generate XML coverage report if: matrix.toxenv == 'py' run: coverage xml - name: Upload coverage to Codecov if: matrix.toxenv == 'py' uses: codecov/codecov-action@v2 with: fail_ci_if_error: false # vim:set et sts=2:
name: Test on: pull_request: push: schedule: - cron: '0 6 * * *' jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: - '3.6' - '3.7' - '3.8' - '3.9' - '3.10' - 'pypy-3.6' - 'pypy-3.7' - 'pypy-3.8' toxenv: [py] include: - python-version: '3.6' toxenv: lint - python-version: '3.6' toxenv: typing steps: - name: Check out repository uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install --upgrade pip wheel python -m pip install --upgrade --upgrade-strategy=eager coverage tox - name: Run tests run: tox -e ${{ matrix.toxenv }} - name: Generate XML coverage report if: matrix.toxenv == 'py' run: coverage xml - name: Upload coverage to Codecov if: matrix.toxenv == 'py' uses: codecov/codecov-action@v2 with: fail_ci_if_error: false # vim:set et sts=2:
Update PyPy versions in CI
Update PyPy versions in CI
YAML
mit
jwodder/headerparser
5a9ca8404a36127c443ef3b125b1ec8a3fc642d5
.github/workflows/test.yml
.github/workflows/test.yml
--- # https://hynek.me/articles/python-github-actions/ name: Test on: push: branches: ['master'] pull_request: branches: ['master'] workflow_dispatch: jobs: tests: name: Python ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: matrix: python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -VV python -m site python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade virtualenv tox tox-gh-actions - name: Run tox targets for ${{ matrix.python-version }} run: python -m tox
--- # https://hynek.me/articles/python-github-actions/ name: Test on: push: branches: ['master'] pull_request: branches: ['master'] workflow_dispatch: jobs: tests: name: Python ${{ matrix.python-version }} runs-on: ubuntu-latest strategy: matrix: python-version: ['3.8', '3.9', '3.10'] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -VV python -m site python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade virtualenv versioneer tox tox-gh-actions - name: Run tox targets for ${{ matrix.python-version }} run: python -m tox
Install versioneer on github actions
Install versioneer on github actions
YAML
mit
Josef-Friedrich/audiorename
1e4a74067d6b15ae6ff7f8235ab3ef5ab1598f7c
ansible/build-node.yml
ansible/build-node.yml
--- - hosts: 127.0.0.1 connection: local vars: - cm_buildimage: "caremonkey/cmbuilder" - ecr_image_name: "984601232468.dkr.ecr.us-west-2.amazonaws.com/{{ cm_buildimage }}:latest" tasks: - name: Get Login command for private AWS ECR registry command: aws ecr get-login --region us-west-2 register: docker_login_command - name: Login to the registry command: "{{ docker_login_command.stdout_lines }}" - name: Pull supporting Docker images become: yes docker_image: name: "{{ item }}" with_items: - "postgres:9.4" - "memcached:1.4-alpine" - "redis:2.8.19" - "{{ ecr_image_name }}" - name: Tag the builder image with something easier to work with become: yes command: docker tag "{{ ecr_image_name }}" "{{ cm_buildimage }}:latest"
--- - hosts: 127.0.0.1 connection: local vars: - cm_buildimage: "caremonkey/cmbuilder" - ecr_image_name: "984601232468.dkr.ecr.us-west-2.amazonaws.com/{{ cm_buildimage }}:latest" tasks: - name: Get Login command for private AWS ECR registry command: aws ecr get-login --region us-west-2 register: docker_login_command - name: Login to the registry command: "{{ docker_login_command.stdout_lines }}" - name: Pull supporting Docker images become: yes docker_image: name: "{{ item }}" with_items: - "postgres:9.4" - "memcached:1.4-alpine" - "redis:2.8.19" - "{{ ecr_image_name }}" - name: Tag the builder image with something easier to work with become: yes command: docker tag "{{ ecr_image_name }}" "{{ cm_buildimage }}:latest"
Fix indenting in ansible playbook
Fix indenting in ansible playbook
YAML
mit
caremonkey/buildkite-aws-elastic-stack,caremonkey/buildkite-aws-elastic-stack
785aef03d012543d8c6d84b9145d7ce85707927b
packages/pr/product-profunctors.yaml
packages/pr/product-profunctors.yaml
homepage: https://github.com/tomjaguarpaw/product-profunctors changelog-type: '' hash: 75773f30607faa502a996a2bb088f39e09963f2436a5a59405e54313d902c35b test-bench-deps: base: ! '>=4 && <5' product-profunctors: -any profunctors: -any maintainer: Purely Agile synopsis: product-profunctors changelog: '' basic-deps: base: ! '>=4.5 && <5' tagged: ! '>=0.0 && <1' contravariant: ! '>=0.4 && <1.5' template-haskell: -any profunctors: ! '>=4.0 && <5.3' all-versions: - '0.5' - '0.6' - '0.6.1' - '0.6.3' - '0.6.3.1' - '0.7.0.2' - '0.7.1.0' - '0.8.0.2' author: Purely Agile latest: '0.8.0.2' description-type: haddock description: Product profunctors license-name: BSD3
homepage: https://github.com/tomjaguarpaw/product-profunctors changelog-type: '' hash: f07b6305b1e4da83d8c0c87c309be5f3b2eed6a1e1bb7654a3f96c4d61454afa test-bench-deps: base: ! '>=4 && <5' product-profunctors: -any profunctors: -any maintainer: Purely Agile synopsis: product-profunctors changelog: '' basic-deps: base: ! '>=4.5 && <5' tagged: ! '>=0.0 && <1' contravariant: ! '>=0.4 && <1.5' template-haskell: -any profunctors: ! '>=4.0 && <5.3' all-versions: - '0.5' - '0.6' - '0.6.1' - '0.6.3' - '0.6.3.1' - '0.7.0.2' - '0.7.1.0' - '0.8.0.2' - '0.8.0.3' author: Purely Agile latest: '0.8.0.3' description-type: haddock description: Product profunctors license-name: BSD3
Update from Hackage at 2017-02-25T23:04:34Z
Update from Hackage at 2017-02-25T23:04:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
6e268aa6c39429b6d321bdc8d5fd2a59ea9d0f55
config/doctrine/page.yml
config/doctrine/page.yml
gnPage: actAs: Sluggable: fields: [title] canUpdate: true gnAttachableTemplate: ~ I18n: fields: [title, content, description] actAs: Taggable: {} Timestampable: {} Versionable: fields: [title, content, description] auditLog: true gnSearchTemplate: fields: [title, content, description] SoftDelete: {} columns: title: string(255) content: string description: string profile: string(255) published: boolean published_from: timestamp published_to: timestamp comment_status: { type: enum, default: open, values: ["open", "users", "closed"] } comment_count: { type: integer, default: 0 } searchable: { type: boolean, default: 1 } options: collate: utf8_unicode_ci charset: utf8
gnPage: actAs: Sluggable: fields: [title] canUpdate: true gnAttachableTemplate: ~ I18n: fields: [title, content, description] actAs: Taggable: {} Timestampable: {} Versionable: fields: [title, content, description] auditLog: true gnSearchTemplate: fields: [title, content, description] SoftDelete: {} columns: title: string(255) content: string description: string profile: string(255) published: { type: boolean, default: 1 } published_from: timestamp published_to: timestamp comment_status: { type: enum, default: open, values: ["open", "users", "closed"] } comment_count: { type: integer, default: 0 } searchable: { type: boolean, default: 1 } options: collate: utf8_unicode_ci charset: utf8
Set the published value to true as default.
Set the published value to true as default.
YAML
mit
pierswarmers/rtCorePlugin,pierswarmers/rtCorePlugin
547c886a7ee65b55d30dcf3822d3edf6d1a04f88
app/config/routing.yml
app/config/routing.yml
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski sylius_shop: resource: "@SyliusShopBundle/Resources/config/routing.yml" sylius_admin: resource: "@SyliusAdminBundle/Resources/config/routing.yml" prefix: /admin sylius_api: resource: "@SyliusApiBundle/Resources/config/routing/main.yml" prefix: /api
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski sylius_admin_dashboard_redirect: path: /admin defaults: _controller: FrameworkBundle:Redirect:redirect route: sylius_admin_dashboard permanent: true sylius_shop: resource: "@SyliusShopBundle/Resources/config/routing.yml" sylius_admin: resource: "@SyliusAdminBundle/Resources/config/routing.yml" prefix: /admin sylius_api: resource: "@SyliusApiBundle/Resources/config/routing/main.yml" prefix: /api
Fix admin without a slash sufix path
[Admin] Fix admin without a slash sufix path
YAML
mit
Lowlo/Sylius,jjanvier/Sylius,torinaki/Sylius,sweoggy/Sylius,foobarflies/Sylius,ylastapis/Sylius,Zales0123/Sylius,NeverResponse/Sylius,ezecosystem/Sylius,gabiudrescu/Sylius,davalb/Sylius,101medialab/Sylius,vihuvac/Sylius,Pitoune/Sylius,gruberro/Sylius,gorkalaucirica/Sylius,Niiko/Sylius,danut007ro/Sylius,videni/Sylius,mheki/Sylius,inssein/Sylius,gruberro/Sylius,DorianCMore/Sylius,gseidel/Sylius,ylastapis/Sylius,Lowlo/Sylius,CoderMaggie/Sylius,diimpp/Sylius,okwinza/Sylius,101medialab/Sylius,mheki/Sylius,kayue/Sylius,pjedrzejewski/Sylius,MichaelKubovic/Sylius,pjedrzejewski/Sylius,cdaguerre/Sylius,foobarflies/Sylius,nakashu/Sylius,Mozan/Sylius,psren/Sylius,NeverResponse/Sylius,GSadee/Sylius,patrick-mcdougle/Sylius,SyliusBot/Sylius,pamil/Sylius,mkilmanas/Sylius,MichaelKubovic/Sylius,michalmarcinkowski/Sylius,sweoggy/Sylius,ktzouno/Sylius,Lowlo/Sylius,Lowlo/Sylius,PyRowMan/Sylius,coudenysj/Sylius,MichaelKubovic/Sylius,kayue/Sylius,CoderMaggie/Sylius,mbabker/Sylius,TheMadeleine/Sylius,mkilmanas/Sylius,gabiudrescu/Sylius,Sylius/Sylius,ylastapis/Sylius,gseidel/Sylius,gorkalaucirica/Sylius,pamil/Sylius,jjanvier/Sylius,Mozan/Sylius,dragosprotung/Sylius,okwinza/Sylius,sweoggy/Sylius,Pitoune/Sylius,ezecosystem/Sylius,Joypricecorp/Sylius,loic425/Sylius,vihuvac/Sylius,okwinza/Sylius,antonioperic/Sylius,jvahldick/Sylius,itinance/Sylius,dragosprotung/Sylius,patrick-mcdougle/Sylius,nakashu/Sylius,Brille24/Sylius,coudenysj/Sylius,kayue/Sylius,Arminek/Sylius,GSadee/Sylius,Brille24/Sylius,davalb/Sylius,nakashu/Sylius,SyliusBot/Sylius,loic425/Sylius,venyii/Sylius,dragosprotung/Sylius,patrick-mcdougle/Sylius,Mozan/Sylius,gmoigneu/platformsh-integrations,mbabker/Sylius,regnisolbap/Sylius,ktzouno/Sylius,mkilmanas/Sylius,jvahldick/Sylius,Brille24/Sylius,michalmarcinkowski/Sylius,Joypricecorp/Sylius,bitbager/Sylius,bitbager/Sylius,gruberro/Sylius,bretto36/Sylius,Niiko/Sylius,Sylius/Sylius,CoderMaggie/Sylius,videni/Sylius,inssein/Sylius,patrick-mcdougle/Sylius,psren/Sylius,dragosprotung/Sylius,Brille24/Sylius,gmoigneu/platformsh-integrations,diimpp/Sylius,coudenysj/Sylius,lchrusciel/Sylius,PyRowMan/Sylius,danut007ro/Sylius,danut007ro/Sylius,bretto36/Sylius,gruberro/Sylius,mheki/Sylius,pamil/Sylius,mheki/Sylius,patrick-mcdougle/Sylius,PyRowMan/Sylius,cdaguerre/Sylius,pjedrzejewski/Sylius,cdaguerre/Sylius,antonioperic/Sylius,CoderMaggie/Sylius,gmoigneu/platformsh-integrations,inssein/Sylius,torinaki/Sylius,danut007ro/Sylius,videni/Sylius,NeverResponse/Sylius,regnisolbap/Sylius,DorianCMore/Sylius,vihuvac/Sylius,gseidel/Sylius,jvahldick/Sylius,gorkalaucirica/Sylius,psren/Sylius,michalmarcinkowski/Sylius,videni/Sylius,Zales0123/Sylius,jjanvier/Sylius,NeverResponse/Sylius,davalb/Sylius,torinaki/Sylius,bretto36/Sylius,mbabker/Sylius,jjanvier/Sylius,sweoggy/Sylius,GSadee/Sylius,inssein/Sylius,gabiudrescu/Sylius,gorkalaucirica/Sylius,diimpp/Sylius,ktzouno/Sylius,Arminek/Sylius,venyii/Sylius,Niiko/Sylius,TheMadeleine/Sylius,ezecosystem/Sylius,gabiudrescu/Sylius,DorianCMore/Sylius,psren/Sylius,okwinza/Sylius,bretto36/Sylius,foobarflies/Sylius,nakashu/Sylius,lchrusciel/Sylius,Joypricecorp/Sylius,itinance/Sylius,regnisolbap/Sylius,gmoigneu/platformsh-integrations,Pitoune/Sylius,jjanvier/Sylius,101medialab/Sylius,antonioperic/Sylius,TheMadeleine/Sylius,ezecosystem/Sylius,MichaelKubovic/Sylius,bitbager/Sylius,ylastapis/Sylius,venyii/Sylius,Mozan/Sylius,Niiko/Sylius,cdaguerre/Sylius,lchrusciel/Sylius,itinance/Sylius,michalmarcinkowski/Sylius,PyRowMan/Sylius,regnisolbap/Sylius,itinance/Sylius,cdaguerre/Sylius,bitbager/Sylius,Arminek/Sylius,TheMadeleine/Sylius,mbabker/Sylius,mkilmanas/Sylius,loic425/Sylius,Joypricecorp/Sylius,davalb/Sylius,pjedrzejewski/Sylius,SyliusBot/Sylius,gseidel/Sylius,jvahldick/Sylius,Sylius/Sylius,venyii/Sylius,Zales0123/Sylius,coudenysj/Sylius,coudenysj/Sylius,Mozan/Sylius,okwinza/Sylius,torinaki/Sylius,foobarflies/Sylius,DorianCMore/Sylius,vihuvac/Sylius,davalb/Sylius,ktzouno/Sylius,Pitoune/Sylius
08861cb0e763921c0f1be407f0849ad16bf10970
config/database.yml
config/database.yml
default: &default adapter: postgresql encoding: unicode username: postgres pool: 5 timeout: 5000 development: <<: *default database: testrubypdx_dev # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: &test <<: *default database: testrubypdx_test production: <<: *default database: testrubypdx_prod username: testrubypdx password: <%= ENV['TESTRUBYPDX_DATABASE_PASSWORD'] %> cucumber: <<: *test
default: &default adapter: postgresql encoding: unicode username: <%= ENV['TRAVIS'] ? 'postgres' : 'dana' %> pool: 5 timeout: 5000 development: <<: *default database: testrubypdx_dev # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: &test <<: *default database: testrubypdx_test production: <<: *default database: testrubypdx_prod username: testrubypdx password: <%= ENV['TESTRUBYPDX_DATABASE_PASSWORD'] %> cucumber: <<: *test
Set username conditionally depending on if Travis
Set username conditionally depending on if Travis
YAML
unlicense
danascheider/testrubypdx,danascheider/testrubypdx,danascheider/testrubypdx
64426f591513fff911f576dd6707c254fc9795b1
roles/elasticsearch/tasks/main.yml
roles/elasticsearch/tasks/main.yml
--- - name: Install elasticsearch apt: name: elasticsearch state: present - name: Configure Elasticsearch. template: src: "etc/elasticsearch/{{ item }}" dest: "/etc/elasticsearch/{{ item }}" owner: root group: elasticsearch mode: 0660 with_items: - jvm.options - elasticsearch.yml notify: restart elasticsearch - meta: flush_handlers - name: Start Elasticsearch. service: name: elasticsearch state: started enabled: yes - name: Make sure Elasticsearch is running before proceeding. wait_for: host: "{{ elasticsearch_network_host }}" port: "{{ elasticsearch_http_port }}" delay: 3 timeout: 300 - name: Set index-level settings when: elasticsearch_index_settings is defined uri: method: PUT url: http://localhost:9200/_settings body_format: json # This will convert yaml data to a json string body: index: "{{ elasticsearch_index_settings }}"
--- - name: Install elasticsearch apt: name: elasticsearch state: present - name: Configure Elasticsearch. template: src: "etc/elasticsearch/{{ item }}" dest: "/etc/elasticsearch/{{ item }}" owner: root group: elasticsearch mode: 0660 with_items: - jvm.options - elasticsearch.yml notify: restart elasticsearch - meta: flush_handlers - name: Start Elasticsearch. service: name: elasticsearch state: started enabled: yes - name: Make sure Elasticsearch is running before proceeding. wait_for: host: "{{ elasticsearch_network_host }}" port: "{{ elasticsearch_http_port }}" delay: 3 timeout: 300 - name: Set index-level settings when: elasticsearch_index_settings is defined uri: method: PUT url: http://localhost:9200/_template/all body_format: json # This will convert yaml data to a json string body: template: '*' order: 0 settings: "{{ elasticsearch_index_settings }}"
Convert elasticsearch index settings to a template
Convert elasticsearch index settings to a template Setting cluster index settings via /_settings is not available until after at least one index has been created. So instead, create an index template that applies to all indices to set the index settings. Signed-off-by: K Jonathan Harker <[email protected]>
YAML
apache-2.0
BonnyCI/hoist,SpamapS/hoist,SpamapS/hoist,jamielennox/hoist,BonnyCI/hoist,jamielennox/hoist
fa51c502daad8016b1d0c1153c628f212832d55f
openshift-setup/dbaas-providers.yaml
openshift-setup/dbaas-providers.yaml
apiVersion: mariadb.amazee.io/v1 kind: MariaDBProvider metadata: name: mariadbprovider-development spec: environment: development hostname: 192.168.42.1.xip.io readReplicaHostnames: - 192.168.42.1.xip.io password: password port: '3306' user: root --- apiVersion: mariadb.amazee.io/v1 kind: MariaDBProvider metadata: name: mariadbprovider-production spec: environment: production hostname: 192.168.42.1.xip.io readReplicaHostnames: - 192.168.42.1.xip.io password: password port: '3306' user: root
apiVersion: mariadb.amazee.io/v1 kind: MariaDBProvider metadata: name: mariadbprovider-development spec: environment: development hostname: 172.17.0.1.xip.io readReplicaHostnames: - 172.17.0.1.xip.io password: password port: '3306' user: root --- apiVersion: mariadb.amazee.io/v1 kind: MariaDBProvider metadata: name: mariadbprovider-production spec: environment: production hostname: 172.17.0.1.xip.io readReplicaHostnames: - 172.17.0.1.xip.io password: password port: '3306' user: root
Revert "172.17.0.1 doesn't work from within minishift, using the old 192.168.42.1 again"
Revert "172.17.0.1 doesn't work from within minishift, using the old 192.168.42.1 again" This reverts commit e16ca09550a359dfb19c53ac9182cbb5cd9fd3cf.
YAML
apache-2.0
amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon,amazeeio/lagoon
df5e78228a70831de70d7a107b151146685a6ddd
packages/pr/pretty-show-ansi-wl.yaml
packages/pr/pretty-show-ansi-wl.yaml
homepage: https://github.com/liamoc/pretty-show-ansi-wl changelog-type: '' hash: df444534e209ac608f4290f93fcba985e10926db6982a1e97b0ad1993fcb7bca test-bench-deps: {} maintainer: [email protected] synopsis: Like pretty-show, but only for ansi-wl-pprint changelog: '' basic-deps: haskell-lexer: ! '>=1 && <2' ansi-wl-pprint: ! '>=0.6.8.2 && <2' base: ! '>=4.5 && <5' array: ! '>=0.5 && <1' ghc-prim: -any all-versions: - '1.9.2' author: Iavor S. Diatchki, Liam O'Connor latest: '1.9.2' description-type: haddock description: ! 'This is an adapted version of Iavor S. Diatchki''s pretty-show package, but using ansi-wl-pprint as the underlying pretty-printing library, and without certain extra features like HTML rendering.' license-name: MIT
homepage: https://github.com/liamoc/pretty-show-ansi-wl changelog-type: '' hash: 72b03330dab5253d60d6498e340979d47256e6f56f28c96294724032ca26aa78 test-bench-deps: {} maintainer: [email protected] synopsis: Like pretty-show, but only for ansi-wl-pprint changelog: '' basic-deps: haskell-lexer: ! '>=1 && <2' ansi-wl-pprint: ! '>=0.6.8.2 && <2' base: ! '>=4.5 && <5' array: ! '>=0.5 && <1' ghc-prim: -any all-versions: - '1.9.2' - '1.9.2.1' author: Iavor S. Diatchki, Liam O'Connor latest: '1.9.2.1' description-type: haddock description: ! 'This is an adapted version of Iavor S. Diatchki''s pretty-show package, but using ansi-wl-pprint as the underlying pretty-printing library, and without certain extra features like HTML rendering.' license-name: MIT
Update from Hackage at 2018-11-30T01:06:24Z
Update from Hackage at 2018-11-30T01:06:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
cd4a8c154560c2e07035856045b5376c60441361
packages/swagger2openapi/.travis.yml
packages/swagger2openapi/.travis.yml
language: node_js node_js: - "8" - "6" - "4" before_script: - git clone --depth 1 https://github.com/APIs-guru/openapi-directory.git - git clone --depth 1 https://github.com/mermade/openapi-definitions.git # - git clone --depth 1 https://github.com/SOM-Research/hapi.git - git clone --depth 1 https://github.com/mermade/openapi3-examples.git - . ./bin/setflags.sh script: - travis_wait node $nflags testRunner -q -l openapi-directory/APIs/ - travis_wait node $nflags testRunner -q openapi-definitions/ # - travis_wait node $nflags testRunner -q hapi/APIs/ - travis_wait node $nflags testRunner -q -n openapi3-examples/pass - travis_wait node $nflags testRunner -q -r -n -f openapi3-examples/fail - node node_modules/.bin/mocha $nflags - node $nflags testRunner -q -r test/
language: node_js node_js: - "8" - "6" - "4" before_script: - git clone --depth 1 https://github.com/APIs-guru/openapi-directory.git - git clone --depth 1 https://github.com/mermade/openapi-definitions.git # - git clone --depth 1 https://github.com/SOM-Research/hapi.git - git clone --depth 1 https://github.com/mermade/openapi3-examples.git - . ./bin/setflags.sh script: - travis_wait node $nflags testRunner -q -l openapi-directory/APIs/ - travis_wait node $nflags testRunner -q openapi-definitions/ # - travis_wait node $nflags testRunner -q hapi/APIs/ - travis_wait node $nflags testRunner -q -n openapi3-examples/pass - travis_wait node $nflags testRunner -q -r -n -f openapi3-examples/fail - node node_modules/.bin/mocha $nflags # - node $nflags testRunner -q -r test/
Disable testRunner of tests for now
Disable testRunner of tests for now As we have a deliberately failing case
YAML
bsd-3-clause
Mermade/swagger2openapi,Mermade/swagger2openapi
d6ceca1195df80bb4037254cd1a0230a49e7f63a
pubspec.yaml
pubspec.yaml
name: xml version: 4.5.0 description: A lightweight library for parsing, traversing, querying, transforming and building XML documents. homepage: https://github.com/renggli/dart-xml environment: sdk: '>=2.7.0 <3.0.0' dependencies: collection: ^1.14.0 convert: ^2.1.0 meta: ^1.2.0 petitparser: ^3.0.0 dev_dependencies: test: ^1.15.0 args: ^1.6.0
name: xml version: 4.5.1 description: A lightweight library for parsing, traversing, querying, transforming and building XML documents. homepage: https://github.com/renggli/dart-xml environment: sdk: '>=2.7.0 <3.0.0' dependencies: collection: ^1.14.0 convert: ^2.1.0 meta: ^1.1.0 petitparser: ^3.0.0 dev_dependencies: test: ^1.15.0 args: ^1.6.0
Drop meta dependency to keep Flutter compatiblity
Drop meta dependency to keep Flutter compatiblity
YAML
mit
renggli/dart-xml
cae634856389806ac2bbd17178798f131365242f
pubspec.yaml
pubspec.yaml
name: dlog version: 0.0.4 author: Viktor Dakalov <[email protected]> description: A useful library for output structured information of debugging into console homepage: https://github.com/vdakalov/DLog environment: sdk: '>=1.0.0 <2.0.0' documentation: https://github.com/vdakalov/DLog dev_dependencies: unittest: any
name: dlog version: 0.0.4 author: Viktor Dakalov <[email protected]> description: A useful library for output structured information of debugging into console homepage: https://github.com/vdakalov/dlog environment: sdk: '>=1.0.0 <2.0.0' documentation: https://github.com/vdakalov/dlog dev_dependencies: unittest: any
Change home and doc link
Change home and doc link
YAML
bsd-3-clause
vdakalov/dlog
f537d5bb58e80bb05a5b54d61ef94473b243d0f2
share/spack/gitlab/pr_pipeline.yml
share/spack/gitlab/pr_pipeline.yml
pr_pipeline: only: - external_pull_requests variables: SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME} SPACK_IS_PR_PIPELINE: "True" trigger: project: spack/e4s strategy: depend merge_pipeline: only: - develop variables: SPACK_REF: develop trigger: project: spack/e4s strategy: depend
pr_pipeline: only: - external_pull_requests variables: SPACK_REF: ${CI_EXTERNAL_PULL_REQUEST_SOURCE_BRANCH_NAME} SPACK_IS_PR_PIPELINE: "True" trigger: project: spack/e4s strategy: depend merge_pipeline: only: - develop variables: SPACK_REF: ${CI_COMMIT_SHA} trigger: project: spack/e4s strategy: depend
Make sure each develop pipeline tests associated commit
Make sure each develop pipeline tests associated commit
YAML
lgpl-2.1
iulian787/spack,LLNL/spack,LLNL/spack,LLNL/spack,iulian787/spack,iulian787/spack,LLNL/spack,LLNL/spack,iulian787/spack,iulian787/spack