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
951a38469727049cd616623c8482ff2a7f55ab7d
.github/workflows/merge-dependabot-upgrades.yml
.github/workflows/merge-dependabot-upgrades.yml
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge-me: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - name: Auto-Merge if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ridedott/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge-me: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - name: Auto-Merge if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ridedott/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE
Bump ridedott/merge-me-action from 2.9.152 to 2.9.153
Bump ridedott/merge-me-action from 2.9.152 to 2.9.153 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.152 to 2.9.153. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/ridedott/merge-me-action/compare/v2.9.152...v2.9.153) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
YAML
mit
Ocramius/DoctrineBatchUtils
1dc1ee0acf3969ac3d9baf2293ddbf75addd057e
test/config/database.yml
test/config/database.yml
<% raise "ENV['DB'] not specified!" unless ENV['DB'] %> # a bit hackish - tests would require a refactoring instead mysql2: &mysql2 adapter: mysql2 database: activewarehouse_etl_test username: root encoding: utf8 local_infile: true mysql: &mysql adapter: mysql database: activewarehouse_etl_test username: root encoding: utf8 postgresql: &postgresql adapter: postgresql database: activewarehouse_etl_test username: postgres # TODO - refactor test to avoid using 2 databases maybe? operational_database: <<: *<%= ENV['DB'] %> data_warehouse: <<: *<%= ENV['DB'] %> etl_execution: adapter: sqlite3 database: ":memory:"
<% raise "ENV['DB'] not specified!" unless ENV['DB'] %> # a bit hackish - tests would require a refactoring instead mysql2: &mysql2 adapter: mysql2 database: activewarehouse_etl_test username: root encoding: utf8 local_infile: true # the tests would require a rework: disabling casting for now cast: false mysql: &mysql adapter: mysql database: activewarehouse_etl_test username: root encoding: utf8 postgresql: &postgresql adapter: postgresql database: activewarehouse_etl_test username: postgres # TODO - refactor test to avoid using 2 databases maybe? operational_database: <<: *<%= ENV['DB'] %> data_warehouse: <<: *<%= ENV['DB'] %> etl_execution: adapter: sqlite3 database: ":memory:"
Disable casting during tests on mysql2 to make tests pass
Disable casting during tests on mysql2 to make tests pass
YAML
mit
activewarehouse/activewarehouse-etl,thinkthroughmath/activewarehouse-etl
5879e622e436429e357257ff3639fe96b9653dad
lib/cryptoexchange/exchanges/fisco/fisco.yml
lib/cryptoexchange/exchanges/fisco/fisco.yml
:pairs: - :base: BTC :target: JPY
:pairs: - :base: BTC :target: JPY - :base: MONA :target: JPY - :base: MONA :target: BTC - :base: BCH :target: JPY - :base: BCH :target: BTC
Add more currencies to Fisco
Add more currencies to Fisco
YAML
mit
coingecko/cryptoexchange,coingecko/cryptoexchange
19b14fbeb5962ecb3b56dd2a8e115711d1bd2320
appveyor_deploy.yml
appveyor_deploy.yml
clone_depth: 1 version: '{build}' skip_non_tags: true image: Visual Studio 2017 configuration: Release build_script: - ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_name } - dotnet pack /p:Version=%APPVEYOR_BUILD_VERSION% /p:GenerateDocumentationFile=true artifacts: - path: osu.Framework/bin/Release/*.nupkg deploy: - provider: Environment name: nuget - provider: Environment name: github
clone_depth: 1 version: '{build}' skip_non_tags: true image: Visual Studio 2017 configuration: Release before_build: - cmd: nuget restore osu-framework.sln - cmd: nuget restore osu-framework.iOS.sln build_script: - ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_name } - dotnet pack osu.Framework /p:Version=%APPVEYOR_BUILD_VERSION% /p:GenerateDocumentationFile=true - cmd: msbuild /t:pack osu.Framework.iOS /p:Configuration=Debug /p:Version=%APPVEYOR_BUILD_VERSION% artifacts: - path: osu.Framework/bin/Release/*.nupkg - path: osu.Framework.iOS/bin/Release/*.nupkg deploy: - provider: Environment name: nuget - provider: Environment name: github
Fix deploy script not being updated for multiple sln files
Fix deploy script not being updated for multiple sln files
YAML
mit
DrabWeb/osu-framework,peppy/osu-framework,ppy/osu-framework,smoogipooo/osu-framework,EVAST9919/osu-framework,EVAST9919/osu-framework,ZLima12/osu-framework,ppy/osu-framework,Tom94/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,smoogipooo/osu-framework,Tom94/osu-framework,ppy/osu-framework,EVAST9919/osu-framework,peppy/osu-framework,DrabWeb/osu-framework,ZLima12/osu-framework
0ecd176d45a1a7e023fab77e18466fa678f67162
.circleci/config.yml
.circleci/config.yml
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8.1.2 environment: PGHOST: 127.0.0.1 PGUSER: root # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/mongo:3.4.4 # Service container image available at `host: localhost` - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: root POSTGRES_DB: boxcharter_test working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: sudo apt install postgresql-client - run: yarn install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} # run tests! - run: yarn test
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8.1.2 environment: PGHOST: 127.0.0.1 PGUSER: root # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/mongo:3.4.4 # Service container image available at `host: localhost` - image: circleci/postgres:9.6.2-alpine environment: POSTGRES_USER: root POSTGRES_DB: boxcharter_test working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: sudo apt update && sudo apt install postgresql-client - run: yarn install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} # run tests! - run: yarn test
Add update before apt install postgresql-client
Add update before apt install postgresql-client
YAML
agpl-3.0
flyrightsister/boxcharter,flyrightsister/boxcharter
398c11fccdcc0ad94bbb1edd987409e32865243b
ci/update-godoc.yml
ci/update-godoc.yml
--- image_resource: type: docker-image source: repository: cfgarden/garden-ci-ubuntu tag: '0.11.2' platform: linux inputs: - name: garden run: path: garden/scripts/update-godoc.sh
--- image_resource: type: docker-image source: repository: cfgarden/garden-ci-ubuntu tag: '0.11.3' platform: linux inputs: - name: garden run: path: garden/scripts/update-godoc.sh
Use test image tag 0.11.3
Use test image tag 0.11.3 Signed-off-by: Tiago Scolari <[email protected]>
YAML
apache-2.0
cloudfoundry-incubator/garden,cloudfoundry-incubator/garden
ea4840042b0c087685ab4faffab58ba6906b06f5
site/_config.yml
site/_config.yml
destination: production markdown: redcarpet redcarpet: extensions: ["tables"] paginate: 10 highlighter: pygments sass: sass_dir: _sass gems: [jekyll-paginate] version: "master" main_site_url: https://www.bazel.build docs_site_url: "/" blog_site_url: https://blog.bazel.build
destination: production markdown: kramdown kramdown: syntax_highlighter: rouge paginate: 10 sass: sass_dir: _sass gems: [jekyll-paginate] version: "master" main_site_url: https://www.bazel.build docs_site_url: "/" blog_site_url: https://blog.bazel.build
Use `kramdown` for processing markdown
Site: Use `kramdown` for processing markdown See discussion on https://groups.google.com/forum/#!topic/bazel-dev/puQn4173CXU RELNOTES: None. PiperOrigin-RevId: 220451460
YAML
apache-2.0
perezd/bazel,safarmer/bazel,twitter-forks/bazel,davidzchen/bazel,meteorcloudy/bazel,ulfjack/bazel,cushon/bazel,ButterflyNetwork/bazel,akira-baruah/bazel,katre/bazel,ButterflyNetwork/bazel,dslomov/bazel-windows,twitter-forks/bazel,katre/bazel,werkt/bazel,werkt/bazel,ButterflyNetwork/bazel,dslomov/bazel-windows,safarmer/bazel,ulfjack/bazel,twitter-forks/bazel,ulfjack/bazel,dslomov/bazel,dslomov/bazel-windows,ButterflyNetwork/bazel,ulfjack/bazel,akira-baruah/bazel,aehlig/bazel,meteorcloudy/bazel,katre/bazel,safarmer/bazel,meteorcloudy/bazel,aehlig/bazel,aehlig/bazel,twitter-forks/bazel,bazelbuild/bazel,perezd/bazel,cushon/bazel,akira-baruah/bazel,akira-baruah/bazel,aehlig/bazel,aehlig/bazel,bazelbuild/bazel,bazelbuild/bazel,perezd/bazel,katre/bazel,werkt/bazel,ButterflyNetwork/bazel,akira-baruah/bazel,dslomov/bazel-windows,davidzchen/bazel,dslomov/bazel,perezd/bazel,bazelbuild/bazel,ulfjack/bazel,perezd/bazel,meteorcloudy/bazel,cushon/bazel,cushon/bazel,davidzchen/bazel,meteorcloudy/bazel,twitter-forks/bazel,dslomov/bazel,dslomov/bazel-windows,perezd/bazel,werkt/bazel,meteorcloudy/bazel,cushon/bazel,davidzchen/bazel,dslomov/bazel-windows,safarmer/bazel,aehlig/bazel,werkt/bazel,davidzchen/bazel,dslomov/bazel,akira-baruah/bazel,ButterflyNetwork/bazel,bazelbuild/bazel,werkt/bazel,twitter-forks/bazel,ulfjack/bazel,dslomov/bazel,davidzchen/bazel,katre/bazel,dslomov/bazel,davidzchen/bazel,bazelbuild/bazel,katre/bazel,safarmer/bazel,twitter-forks/bazel,meteorcloudy/bazel,cushon/bazel,safarmer/bazel,ulfjack/bazel,aehlig/bazel,perezd/bazel,dslomov/bazel
7773d17508511015984666b3b733dacc4b5b8ada
publify_textfilter_code/.travis.yml
publify_textfilter_code/.travis.yml
language: ruby dist: xenial cache: bundler: true rvm: - 2.4 - 2.5 - 2.6 branches: only: - master
language: ruby dist: xenial cache: bundler: true rvm: - 2.4 - 2.5 - 2.6 - 2.7 branches: only: - master
Add Ruby 2.7 to the Travis CI build matrix
Add Ruby 2.7 to the Travis CI build matrix
YAML
mit
publify/publify,publify/publify,publify/publify
f68c42e4ce02fcea79cd76429b62161efaadb41e
.gitlab-ci.yml
.gitlab-ci.yml
image: node:10 code_quality: stage: test before_script: - npm install --no-package-lock --no-save --quiet stylelint stylelint-config-standard stylelint-order stylelint-scss - composer install - node -v - npm -v - php -v script: - stylelint "./src/assets/styles/**/*.scss" - eslint "./src/assets/scripts/**/*.js" - ./vendor/overtrue/phplint/bin/phplint "./src/**/*.php" deploy: stage: deploy script: - "wget --quiet --output-document=- --content-on-error --header=\"Content-Type: application/json\" --post-data='{\"ref\":\"refs/heads/'$CI_COMMIT_REF_NAME'\"}' $CI_ENVIRONMENT_URL'.gitlab/deploy.php?token='$TOKEN'&sha='$CI_COMMIT_SHA'&reset=true'" environment: name: Production when: manual only: - master
image: jacob9230/linter code_quality: stage: test before_script: - npm install --no-package-lock --no-save --quiet stylelint stylelint-config-standard stylelint-order stylelint-scss - composer install - node -v - npm -v - php -v script: - stylelint "./src/assets/styles/**/*.scss" - eslint "./src/assets/scripts/**/*.js" - ./vendor/overtrue/phplint/bin/phplint "./src/**/*.php" deploy: stage: deploy script: - "wget --quiet --output-document=- --content-on-error --header=\"Content-Type: application/json\" --post-data='{\"ref\":\"refs/heads/'$CI_COMMIT_REF_NAME'\"}' $CI_ENVIRONMENT_URL'.gitlab/deploy.php?token='$TOKEN'&sha='$CI_COMMIT_SHA'&reset=true'" environment: name: Production when: manual only: - master
Revert back to custom Docker image for now
Revert back to custom Docker image for now
YAML
mit
JacobDB/new-site,JacobDB/new-site,revxx14/new-site,revxx14/new-site,JacobDB/new-site
c285fce1d635788d7e251a35f37057b961e85a00
.gitlab-ci.yml
.gitlab-ci.yml
variables: LC_ALL: C.UTF-8 LANG: C.UTF-8 .unit_tests: script: - apk add cmake g++ ninja - mkdir build && cd build - cmake -G "Ninja" ../ - ninja -v - ./tests/tests only: - merge_requests Unit Tests x64: extends: .unit_tests image: amd64/alpine:3.9 Unit Tests i386: extends: .unit_tests image: i386/alpine:3.9 Clang Tidy: image: ubuntu:18.04 script: - apt update - apt install -y cmake g++ clang ninja-build clang-tidy - mkdir build && cd build - cmake -G "Ninja" ../ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON - clang-tidy ../src/*.c ../examples/*.c only: - merge_requests Code Format: image: alpine:3.9 script: - apk add clang python3 - python3 ./tests/run-clang-format.py -j 1 -r --exclude tests/doctest.h src tests examples only: - merge_requests Sphinx: image: alpine:3.9 script: - apk add python3 make - pip3 install sphinx - cd docs - make html only: - merge_requests
variables: LC_ALL: C.UTF-8 LANG: C.UTF-8 .unit_tests: script: - apk add cmake g++ ninja - mkdir build && cd build - cmake -G "Ninja" ../ - ninja -v - ./tests/tests only: - merge_requests Unit Tests x64: extends: .unit_tests image: amd64/alpine:3.9 Unit Tests i386: extends: .unit_tests image: i386/alpine:3.9 Static Linting: image: ubuntu:18.04 script: - apt update - apt install -y cmake g++ clang ninja-build clang-tidy - mkdir build && cd build - cmake -G "Ninja" ../ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON - clang-tidy ../src/*.c ../examples/*.c only: - merge_requests Code Format: image: alpine:3.9 script: - apk add clang python3 - python3 ./tests/run-clang-format.py -j 1 -r --exclude tests/doctest.h src tests examples only: - merge_requests Sphinx: image: alpine:3.9 script: - apk add python3 make - pip3 install sphinx - cd docs - make html only: - merge_requests
Rename ClangTidy to Static Linting
Rename ClangTidy to Static Linting
YAML
mit
dosshell/tinycsockets,dosshell/tinycsockets,dosshell/tinycsockets
bc2d220d6bfee96599ea43f67d9011b3c933b8b4
romana-install/roles/os-common/tasks/ubuntu_ssh.yml
romana-install/roles/os-common/tasks/ubuntu_ssh.yml
--- # These keys are installed so that the EC2 instance can access # the github repositories of the user doing the installation. # This is necessary for accessing the (currently) private repositories # that contain Romana software. - name: Install private key for ubuntu user copy: src="~/.ssh/id_rsa" dest="~/.ssh/id_rsa" mode=0600 - name: Install public key for ubuntu user copy: src="~/.ssh/id_rsa.pub" dest="~/.ssh/id_rsa.pub" mode=0644 - name: Add public key to authorised keys authorized_key: user=ubuntu key="{{ item }}" state=present with_file: - "~/.ssh/id_rsa.pub" - name: Install known hosts for ubuntu user (github ssh) copy: src="known_hosts" dest="~/.ssh/known_hosts" mode=0644
--- - name: Install private key for ubuntu user copy: src="romana_id_rsa" dest="~/.ssh/id_rsa" mode=0600 - name: Install public key for ubuntu user copy: src="romana_id_rsa.pub" dest="~/.ssh/id_rsa.pub" mode=0644 - name: Add public key to authorised keys authorized_key: user=ubuntu key="{{ item }}" state=present with_file: - "romana_id_rsa.pub"
Copy generated key to hosts
Copy generated key to hosts
YAML
apache-2.0
mortensteenrasmussen/romana,mortensteenrasmussen/romana,romana/romana,romana/romana,mortensteenrasmussen/romana
57c09ab37b8adcee99e375931404311acf0de878
data/building-hours/3-2-print-center.yaml
data/building-hours/3-2-print-center.yaml
name: Print Center image: print category: Mail and Packages schedule: - title: Hours closedForChapelTime: true hours: # - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '8:00am', to: '3:00pm'} - {days: [Fr], from: '8:00am', to: '12:00pm'}
name: Print Center image: print category: Mail and Packages schedule: - title: Hours # closedForChapelTime: true hours: # - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '5:00pm'} - {days: [Mo, Tu, We, Th], from: '8:00am', to: '3:00pm'} - {days: [Fr], from: '8:00am', to: '12:00pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '8:00am', to: '3:00pm'} - {days: [Fr], from: '8:00am', to: '12:00pm'}
Set current hours to match summer hours
Set current hours to match summer hours
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
f88840b9626fc5ea11e5207ae65585a7574920ea
packages/cr/crdt.yaml
packages/cr/crdt.yaml
homepage: https://github.com/cblp/crdt#readme changelog-type: '' hash: b3277b8d6a49a6ebded52b60bc4690d8d6e3d0dbe3e3d079084726c3f42b343e test-bench-deps: base: ! '>=4.9 && <4.11' tasty-discover: ! '>=4.1' containers: -any tasty-quickcheck: -any mtl: -any tasty: -any QuickCheck: -any crdt: -any maintainer: Yuriy Syrovetskiy <[email protected]> synopsis: Conflict-free replicated data types changelog: '' basic-deps: base: ! '>=4.9 && <4.11' containers: -any mtl: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.4' - '0.5' - '1.0' - '2.0' - '2.1' - '3.0' author: '' latest: '3.0' description-type: haddock description: Definitions of CmRDT and CvRDT. Implementations for some classic CRDTs. license-name: BSD3
homepage: https://github.com/cblp/crdt#readme changelog-type: '' hash: 23502f91654d8c7e97a6352f80b83f815f2947d8e8e161c0f196607930277dc7 test-bench-deps: base: ! '>=4.9 && <4.11' tasty-discover: ! '>=4.1' containers: -any tasty-quickcheck: -any mtl: -any tasty: -any QuickCheck: -any crdt: -any maintainer: Yuriy Syrovetskiy <[email protected]> synopsis: Conflict-free replicated data types changelog: '' basic-deps: base: ! '>=4.9 && <4.11' containers: -any mtl: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.4' - '0.5' - '1.0' - '2.0' - '2.1' - '3.0' - '4.0' author: '' latest: '4.0' description-type: haddock description: Definitions of CmRDT and CvRDT. Implementations for some classic CRDTs. license-name: BSD3
Update from Hackage at 2017-11-29T21:27:37Z
Update from Hackage at 2017-11-29T21:27:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
e9cce2cb2b5e75f5046a42ff50ffc51ff8c60b12
deploy/static_site/source/_data/links.yml
deploy/static_site/source/_data/links.yml
- url: "https://stemcamp.aurorak12.org/" title: "STEM Summer Camp Homepage"
- url: "https://stemcamp.aurorak12.org/" title: "STEM Summer Camp Homepage" - url: "https://projecteuler.net/" title: "Project Euler"
Add link to Project Euler
Add link to Project Euler
YAML
bsd-3-clause
jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/jupyterhub_AWS_deployment,jamesfolberth/NGC_STEM_camp_AWS
2805871f91d9633c9e2e272c05afc0af628a7d68
pkg/args/pubspec.yaml
pkg/args/pubspec.yaml
name: args version: 0.12.1-dev author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options. dependencies: collection: ">=0.9.0 <2.0.0" dev_dependencies: unittest: ">=0.9.0 <0.11.0" environment: sdk: ">=1.0.0 <2.0.0"
name: args version: 0.12.1 author: "Dart Team <[email protected]>" homepage: http://www.dartlang.org description: > Library for defining parsers for parsing raw command-line arguments into a set of options and values using GNU and POSIX style options. dependencies: collection: ">=0.9.0 <2.0.0" dev_dependencies: unittest: ">=0.9.0 <0.11.0" environment: sdk: ">=1.0.0 <2.0.0"
Remove "-dev" to publish args package.
Remove "-dev" to publish args package. [email protected], [email protected] Review URL: https://codereview.chromium.org//698463004 git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@41448 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk
318ce47982321a540884a1cccdbebce36a32a323
.github/workflows/docs-review.yml
.github/workflows/docs-review.yml
# When a PR is labelled with 'ready-for-docs-review', # this workflow comments on the PR to notify the GitHub CodeQL docs team. name: Request docs review on: # Runs in the context of the base repo. # This gives the workflow write access to comment on PRs. # The workflow should not check out or build the given ref, # or use untrusted data from the event payload in a command line. pull_request_target: types: [labeled] jobs: request-docs-review: name: Request docs review # Run only on labelled PRs to the main repository. # Do not run on PRs to forks. if: github.event.label.name == 'ready-for-docs-review' && github.event.pull_request.draft == false && github.event.pull_request.base.repo.full_name == 'github/codeql' runs-on: ubuntu-latest steps: - name: Comment to request docs review env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.pull_request.number }} run: | gh pr comment "$PR_NUMBER" --repo "github/codeql" \ --body "Hello @github/docs-content-codeql: this PR is ready for docs review."
# When a PR is labelled with 'ready-for-docs-review', # this workflow comments on the PR to notify the GitHub CodeQL docs team. name: Request docs review on: # Runs in the context of the base repo. # This gives the workflow write access to comment on PRs. # The workflow should not check out or build the given ref, # or use untrusted data from the event payload in a command line. pull_request_target: types: [labeled] jobs: request-docs-review: name: Request docs review # Run only on labelled PRs to the main repository. # Do not run on PRs to forks. if: github.event.label.name == 'ready-for-docs-review' && github.event.pull_request.draft == false && github.event.pull_request.base.repo.full_name == 'github/codeql' runs-on: ubuntu-latest steps: - name: Comment to request docs review env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.pull_request.number }} run: | gh pr comment "$PR_NUMBER" --repo "github/codeql" \ --body "Hello @github/docs-content-codeql - this PR is ready for docs review."
Fix comment that tags the Docs team
Actions: Fix comment that tags the Docs team
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
fba7767669f120f1ad48260858aaf30563aa5f82
.github/workflows/integration.yml
.github/workflows/integration.yml
name: 'Integration' on: - push jobs: lint-test: name: 'Lint/Test' runs-on: ubuntu-latest steps: - uses: actions/setup-node@v1 with: node-version: '12.x' - name: 'Checkout' uses: actions/checkout@master - name: Cache node_modules id: cache uses: actions/cache@v2 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} - name: Install if: steps.cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile --ignore-scripts - name: Lint run: yarn lint - name: Test run: yarn test --coverage - uses: actions/upload-artifact@v1 with: name: coverage path: ./coverage - name: Build run: yarn webpack env: NODE_ENV: production codecov: name: 'Upload coverage' needs: lint-test runs-on: ubuntu-latest steps: # checkout only needed because codecov wants to know app file structure during upload - name: 'Checkout' uses: actions/checkout@master - uses: actions/download-artifact@v1 with: name: coverage - uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }}
name: 'Integration' on: - push jobs: lint-test: name: 'Lint/Test' runs-on: ubuntu-latest steps: - uses: actions/setup-node@v1 with: node-version: '12.x' - name: 'Checkout' uses: actions/checkout@master - name: Cache node_modules id: cache uses: actions/cache@v2 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }} - name: Install if: steps.cache.outputs.cache-hit != 'true' run: yarn install --frozen-lockfile --ignore-scripts - name: Lint run: yarn lint - name: Test run: yarn test --coverage - uses: actions/upload-artifact@v1 with: name: coverage path: ./coverage - name: Build run: yarn webpack env: NODE_ENV: production codecov: name: 'Upload coverage' needs: lint-test runs-on: ubuntu-latest steps: # checkout only needed because codecov wants to know app file structure during upload - name: 'Checkout' uses: actions/checkout@master - uses: actions/download-artifact@v1 with: name: coverage - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }}
Update codecov/codecov-action action to v2
Update codecov/codecov-action action to v2
YAML
mit
bjacobel/rak,bjacobel/rak,bjacobel/rak
63c7deec8a127230e25a1a49b1a35cd6481dda72
docker-compose.yml
docker-compose.yml
version: '2' services: nginx: image: nginx links: - node1:node1 ports: - "8080:80" volumes: - "./nginx/nginx.conf:/etc/nginx/nginx.conf" - "/nginx_cache" - "./static:/static:ro" #TODO: make sure that readonly causes no trouble node1: build: ./app ports: - "8080" volumes: - "./app:/app:rw" # TODO: make sure that readonly causes no trouble - "./static:/static:rw" - "/app/node_modules"
version: '2' services: nginx: image: nginx links: - node1:node1 ports: - "8080:80" volumes: - "./nginx/nginx.conf:/etc/nginx/nginx.conf" - "/nginx_cache" - "./static:/static:ro" #TODO: make sure that readonly causes no trouble restart: unless-stopped node1: build: ./app ports: - "8080" volumes: - "./app:/app:rw" # TODO: make sure that readonly causes no trouble - "./static:/static:rw" - "/app/node_modules" restart: unless-stopped
Make it restart unless stopped
Make it restart unless stopped
YAML
mit
Daerdemandt/basic-node,Daerdemandt/basic-node
e7205e159888d7a1323e9159c06143a3027363fa
docker-compose.yml
docker-compose.yml
version: '2' services: web: image: microcosm build: context: . dockerfile: ./containers/Dockerfile.microcosm ports: - "80:80" - "443:443" volumes: - .:/go/src/github.com/buro9/microcosm depends_on: - db - cache links: - db db: image: "postgres:14.4" cache: image: "memcached:latest"
version: '2' services: web: image: microcosm build: context: . dockerfile: ./containers/Dockerfile.microcosm ports: - "80:80" - "443:443" volumes: - .:/go/src/github.com/buro9/microcosm depends_on: - db - cache links: - db db: image: "postgres:14.5" cache: image: "memcached:latest"
Update postgres Docker tag to v14.5
Update postgres Docker tag to v14.5
YAML
agpl-3.0
buro9/microcosm,buro9/microcosm
30791342c8517d09f64bd0c5f5a5d3b5203445c1
docker-compose.yml
docker-compose.yml
version: '2' services: snappass: build: . image: pinterest/snappass ports: - "5000:5000" environment: - REDIS_HOST=redis - NO_SSL=True depends_on: - redis redis: image: "redis:latest"
version: '2' services: snappass: build: . image: pinterest/snappass ports: - "5000:5000" stop_signal: SIGINT environment: - REDIS_HOST=redis - NO_SSL=True depends_on: - redis redis: image: "redis:latest"
Use SIGINT to grecefully shutdown flask
Use SIGINT to grecefully shutdown flask
YAML
mit
samteezy/snappass-heroku,samteezy/snappass-heroku,pinterest/snappass,pinterest/snappass,samteezy/snappass-heroku,pinterest/snappass
16fff6048a1407e014bf15139bb4b21e172a1dab
docker-compose.yml
docker-compose.yml
version: '3' services: mongoose-console: network_mode: host image: 'emcmongoose/mongoose-console:${GRAFANA_VER}' ports: - '${CONSOLE_PORT}:${CONSOLE_PORT}' env_file: - .env volumes: - prometheus-configuration-folder-volume:${PROMETHEUS_CONFIGURATION_FOLDER_PATH} depends_on: - prometheus grafana: image: 'grafana/grafana:${GRAFANA_VER}' ports: - '${PROMETHEUS_PORT}:${PROMETHEUS_PORT}' prometheus: network_mode: host ports: - '${CONSOLE_PORT}:${CONSOLE_PORT}' image: 'prom/prometheus:${PROMETHEUS_VER}' volumes: - prometheus-configuration-folder-volume:/etc/prometheus/ command: - '--config.file=/etc/prometheus/prometheus.yml' - '--web.enable-lifecycle' volumes: prometheus-configuration-folder-volume:
version: '3' services: mongoose-console: image: 'emcmongoose/mongoose-console:${CONSOLE_VER}' network_mode: host ports: - '${CONSOLE_PORT}:${CONSOLE_PORT}' env_file: - .env volumes: - prometheus-configuration-folder-volume:${PROMETHEUS_CONFIGURATION_FOLDER_PATH} grafana: image: 'grafana/grafana:${GRAFANA_VER}' ports: - '${GRAFANA_PORT}:${GRAFANA_PORT}' prometheus: image: 'prom/prometheus:${PROMETHEUS_VER}' network_mode: host ports: - '${PROMETHEUS_PORT}:${PROMETHEUS_PORT}' volumes: - prometheus-configuration-folder-volume:/etc/prometheus/ command: - '--config.file=/etc/prometheus/prometheus.yml' - '--web.enable-lifecycle' volumes: prometheus-configuration-folder-volume:
Fix ports @ compose file.
Fix ports @ compose file.
YAML
mit
emc-mongoose/console,emc-mongoose/console,emc-mongoose/console
19d1ea181100d6fa298930e6c40e43d18fc58f15
config/default.yaml
config/default.yaml
device: name: YOUR_DEVICE_NAME trello: key: YOUR_API_KEY token: YOUR_TOKEN board: name: YOUR_BOARD_NAME list: online: 自席 offline: 帰宅 away: 離席 condition: # away になるまでの時間(分) time_until_away: 5 # business time 以外の away 状態からさらに time_until_away を過ぎると offline にする business: start: '9:00' end: '22:00'
device: name: YOUR_DEVICE_NAME trello: key: YOUR_API_KEY token: YOUR_TOKEN board: name: YOUR_BOARD_NAME list: online: 自席 offline: 帰宅 away: 離席 condition: # away になるまでの時間(分) time_until_away: 5 # business time 以外の away 状態からさらに time_until_away を過ぎると offline にする business: start: '9:00' end: '22:00' admin: force_reset: enable: false clock: '06:00'
Add force reset on any clock for admin
Add force reset on any clock for admin
YAML
mit
nalabjp/imadoko
beac19b64f894bea543eb146a3f3ddfa6585ec51
config/settings.yml
config/settings.yml
Default: &defaults host: "*4" # any IPv4 host port: 3000 approot: "http://localhost:3000" copyright: copyright tehnix 2014 admins: [] theme: default #disqus: disqus_shortname_for_testing #githubKey: githuh_key_with_gist_scope Development: <<: *defaults Testing: port: 80 <<: *defaults Staging: <<: *defaults Production: approot: "http://yoursite.com" #analytics: your_analytics_UA #disqus: disqus_shortname_for_production <<: *defaults
Default: &defaults host: "*4" # any IPv4 host port: 3000 approot: "http://localhost:3000" copyright: copyright tehnix 2014 admins: [] theme: default #disqus: disqus_shortname_for_testing #githubToken: githuh_personal_accesss_token_with_gist_scope Development: <<: *defaults Testing: port: 80 <<: *defaults Staging: <<: *defaults Production: approot: "http://yoursite.com" #analytics: your_analytics_UA #disqus: disqus_shortname_for_production <<: *defaults
Rename githubKey setting to githubToken
Rename githubKey setting to githubToken
YAML
bsd-2-clause
Tehnix/HsCMS
c9b452ac3d36296c48425cc33256b7246bf4c469
Resources/config/grids/payment_method.yml
Resources/config/grids/payment_method.yml
sylius_grid: grids: sylius_admin_payment_method: driver: name: doctrine/orm options: class: "%sylius.model.payment_method.class%" repository: method: createListQueryBuilder arguments: ["%locale%"] sorting: position: asc fields: position: type: twig label: sylius.ui.position sortable: ~ options: template: "@SyliusUi/Grid/Field/position.html.twig" code: type: string label: sylius.ui.code sortable: ~ name: type: string label: sylius.ui.name sortable: translation.name gateway: type: string path: gatewayConfig.gatewayName label: sylius.ui.gateway sortable: ~ enabled: type: twig label: sylius.ui.enabled sortable: ~ options: template: "@SyliusUi/Grid/Field/enabled.html.twig" filters: search: type: string label: sylius.ui.search options: fields: [code, translation.name] enabled: type: boolean label: sylius.ui.enabled actions: main: create: type: create_payment_method item: update: type: update delete: type: delete
sylius_grid: grids: sylius_admin_payment_method: driver: name: doctrine/orm options: class: "%sylius.model.payment_method.class%" repository: method: createListQueryBuilder arguments: ["%locale%"] sorting: position: asc fields: position: type: twig label: sylius.ui.position sortable: ~ options: template: "@SyliusUi/Grid/Field/position.html.twig" code: type: string label: sylius.ui.code sortable: ~ name: type: string label: sylius.ui.name sortable: translation.name gateway: type: string path: gatewayConfig.gatewayName label: sylius.ui.gateway sortable: gatewayConfig.gatewayName enabled: type: twig label: sylius.ui.enabled sortable: ~ options: template: "@SyliusUi/Grid/Field/enabled.html.twig" filters: search: type: string label: sylius.ui.search options: fields: [code, translation.name] enabled: type: boolean label: sylius.ui.enabled actions: main: create: type: create_payment_method item: update: type: update delete: type: delete
Fix issue-7765. Allow ordering payment methods by gateway config name
Fix issue-7765. Allow ordering payment methods by gateway config name
YAML
mit
Sylius/SyliusAdminBundle,Sylius/SyliusAdminBundle
041fa62666e89d1e234097082e2872f5652cf095
GitVersion.yml
GitVersion.yml
mode: ContinuousDelivery next-version: 2.0.0 branches: {} ignore: sha: [] merge-message-formats: {}
mode: ContinuousDelivery next-version: 3.0.0 branches: {} ignore: sha: [] merge-message-formats: {}
Update next-version to 3.0.0 from 2.0.0
Update next-version to 3.0.0 from 2.0.0
YAML
apache-2.0
HeadspringLabs/bulk-writer
541b78fd58ebfcd36805e9d3e5a91420e43902a0
metadata/com.gianlu.aria2android.yml
metadata/com.gianlu.aria2android.yml
Categories: - Internet License: GPL-3.0-only SourceCode: https://github.com/devgianlu/Aria2Android IssueTracker: https://github.com/devgianlu/Aria2Android/issues Donate: https://www.paypal.me/devgianlu LiberapayID: '1381702' AutoName: Aria2Android RepoType: git Repo: https://github.com/devgianlu/Aria2Android Builds: - versionName: 1.9.1 versionCode: 35 commit: v1.9.1 subdir: app submodules: true gradle: - foss prebuild: |- sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle - versionName: 1.9.3 versionCode: 37 commit: v1.9.3 subdir: app submodules: true gradle: - foss prebuild: |- sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.9.3 CurrentVersionCode: 37
Categories: - Internet License: GPL-3.0-only SourceCode: https://github.com/devgianlu/Aria2Android IssueTracker: https://github.com/devgianlu/Aria2Android/issues Donate: https://www.paypal.me/devgianlu LiberapayID: '1381702' AutoName: Aria2Android RepoType: git Repo: https://github.com/devgianlu/Aria2Android Builds: - versionName: 1.9.1 versionCode: 35 commit: v1.9.1 subdir: app submodules: true gradle: - foss prebuild: |- sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle - versionName: 1.9.3 versionCode: 37 commit: v1.9.3 subdir: app submodules: true gradle: - foss prebuild: |- sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle - versionName: 1.9.4 versionCode: 38 commit: v1.9.4 subdir: app submodules: true gradle: - foss prebuild: |- sed -i -e "/maven.fabric.io/d" ../build.gradle ../CommonUtils/build.gradle AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.9.4 CurrentVersionCode: 38
Update Aria2Android to 1.9.4 (38)
Update Aria2Android to 1.9.4 (38)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
552d3f954d169cd5614b28545c71b3b379a1194b
.github/workflows/phpunit.yml
.github/workflows/phpunit.yml
name: PHPunit on: [push, pull_request] jobs: serendipity_hq: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest] php: ['7.4'] name: PHP ${{ matrix.php }} on ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} coverage: pcov tools: prestissimo, phive extensions: intl - name: Install Composer deps run: | composer update --no-interaction --no-suggest - name: Install Phive deps run: | phive install --trust-gpg-keys E82B2FB314E9906E,CF1A108D0E7AE720,4AA394086372C20A - name: Run PHPunit run: | ./tools/phpunit --verbose --debug ./tools/php-coveralls -v env: SYMFONY_DEPRECATIONS_HELPER: weak_vendors COVERALLS_RUN_LOCALLY: 1
name: PHPunit on: [push, pull_request] jobs: serendipity_hq: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest] php: ['7.4'] name: PHP ${{ matrix.php }} on ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php }} coverage: pcov tools: prestissimo, phive extensions: intl - name: Install Composer deps run: | composer update --no-interaction --no-suggest - name: Install Phive deps run: | phive install --trust-gpg-keys E82B2FB314E9906E,CF1A108D0E7AE720,4AA394086372C20A - name: Run PHPunit run: | ./tools/phpunit --verbose --debug ./tools/php-coveralls -v env: SYMFONY_DEPRECATIONS_HELPER: weak_vendors COVERALLS_RUN_LOCALLY: 1 COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Set the `COVERALLS_REPO_TOKEN` env var.
Set the `COVERALLS_REPO_TOKEN` env var.
YAML
mit
Aerendir/PHPValueObjects,Aerendir/PHPValueObjects
d3a40a7763fa14b1c786c19469924c269d9da7c1
metadata/app.fedilab.nitterizemelite.yml
metadata/app.fedilab.nitterizemelite.yml
Categories: - Internet License: GPL-3.0-only WebSite: https://fedilab.app/wiki/nitterizeme/ SourceCode: https://framagit.org/tom79/nitterizeme IssueTracker: https://framagit.org/tom79/nitterizeme/issues Translation: https://crowdin.com/project/nitterizeme Changelog: https://framagit.org/tom79/nitterizeme/tags LiberapayID: '23077' AutoName: UntrackMe Lite RepoType: git Repo: https://framagit.org/tom79/nitterizeme.git Builds: - versionName: 1.9.1 versionCode: 17 commit: 1.9.1 subdir: app gradle: - lite rm: - apk - versionName: 1.10.0 versionCode: 19 commit: 1.10.0 subdir: app gradle: - lite rm: - apk - versionName: 1.11.0 versionCode: 20 commit: 1.11.0 subdir: app gradle: - lite rm: - apk AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.11.0 CurrentVersionCode: 20
Categories: - Internet License: GPL-3.0-only WebSite: https://fedilab.app/wiki/nitterizeme/ SourceCode: https://framagit.org/tom79/nitterizeme IssueTracker: https://framagit.org/tom79/nitterizeme/issues Translation: https://crowdin.com/project/nitterizeme Changelog: https://framagit.org/tom79/nitterizeme/tags LiberapayID: '23077' AutoName: UntrackMe Lite RepoType: git Repo: https://framagit.org/tom79/nitterizeme.git Builds: - versionName: 1.9.1 versionCode: 17 commit: 1.9.1 subdir: app gradle: - lite rm: - apk - versionName: 1.10.0 versionCode: 19 commit: 1.10.0 subdir: app gradle: - lite rm: - apk - versionName: 1.11.0 versionCode: 20 commit: 1.11.0 subdir: app gradle: - lite rm: - apk - versionName: 1.12.0 versionCode: 21 commit: 1.12.0 subdir: app gradle: - lite rm: - apk AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.12.0 CurrentVersionCode: 21
Update UntrackMe Lite to 1.12.0 (21)
Update UntrackMe Lite to 1.12.0 (21)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
69a24bbfef629e617d18c36e1959fcf32c930703
metadata/com.iboalali.sysnotifsnooze.yml
metadata/com.iboalali.sysnotifsnooze.yml
Categories: - System License: Apache-2.0 AuthorName: iboalali AuthorEmail: [email protected] WebSite: https://iboalali.com/hide-running-in-the-background-notification SourceCode: https://github.com/gloomy-ghost/sysnotifsnooze IssueTracker: https://github.com/iboalali/sysnotifsnooze/issues Name: Hide "running in the background" Notification AutoName: Hide „running in the background“ Notification Description: |- Hide the annoying "running in the background" notification with this simple and small app. Just keep it installed and this annoying notification will never appear again. You can choose for which app this notification should be hidden. RepoType: git Repo: https://github.com/gloomy-ghost/sysnotifsnooze.git Builds: - versionName: v1.7vc102-fdroid versionCode: 102 commit: v1.7vc102-fdroid subdir: app gradle: - fdroid AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: v1.7vc-fdroid CurrentVersionCode: 102
Categories: - System License: Apache-2.0 AuthorName: iboalali AuthorEmail: [email protected] WebSite: https://iboalali.com/hide-running-in-the-background-notification SourceCode: https://github.com/gloomy-ghost/sysnotifsnooze IssueTracker: https://github.com/iboalali/sysnotifsnooze/issues Name: Hide "running in the background" Notification AutoName: Hide \"running in the background\" Notification Description: |- Hide the annoying "running in the background" notification with this simple and small app. Just keep it installed and this annoying notification will never appear again. You can choose for which app this notification should be hidden. RepoType: git Repo: https://github.com/gloomy-ghost/sysnotifsnooze.git Builds: - versionName: v1.7vc102-fdroid versionCode: 102 commit: v1.7vc102-fdroid subdir: app gradle: - fdroid AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: v1.7vc-fdroid CurrentVersionCode: 102
Set autoname of Hide "running in the background" Notification
Set autoname of Hide "running in the background" Notification
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
534b3af96c0828accde00c64acf2d34dac08d7f0
metadata/felixwiemuth.simplereminder.yml
metadata/felixwiemuth.simplereminder.yml
Categories: - Time License: GPL-3.0-or-later SourceCode: https://github.com/felixwiemuth/SimpleReminder IssueTracker: https://github.com/felixwiemuth/SimpleReminder/issues AutoName: SimpleReminder RepoType: git Repo: https://github.com/felixwiemuth/SimpleReminder Builds: - versionName: 0.9.4 versionCode: 7 commit: v0.9.4 subdir: app submodules: true gradle: - yes ArchivePolicy: 10 versions AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+\.\d+ CurrentVersion: 0.9.4 CurrentVersionCode: 7
Categories: - Time License: GPL-3.0-or-later SourceCode: https://github.com/felixwiemuth/SimpleReminder IssueTracker: https://github.com/felixwiemuth/SimpleReminder/issues AutoName: SimpleReminder RepoType: git Repo: https://github.com/felixwiemuth/SimpleReminder Builds: - versionName: 0.9.4 versionCode: 7 commit: v0.9.4 subdir: app submodules: true gradle: - yes - versionName: 0.9.5 versionCode: 9 commit: v0.9.5 subdir: app submodules: true gradle: - yes ArchivePolicy: 10 versions AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+\.\d+ CurrentVersion: 0.9.5 CurrentVersionCode: 9
Update SimpleReminder to 0.9.5 (9)
Update SimpleReminder to 0.9.5 (9)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a17e2a0d4cea2b55da2018cfa7b9472c5a4d67cf
content/topics/index.yml
content/topics/index.yml
pagetitle: Topics theme: dark description: Topics to help you in delivering towards the Digital Service Standard header: - header.md main: - pageheader.md - sddp_topics.md - team_topics.md - userresearch_topics.md - /_shared/feedback.md footer: - /_shared/footer.md
pagetitle: Topics weight: 20 theme: dark description: Topics to help you in delivering towards the Digital Service Standard header: - header.md main: - pageheader.md - sddp_topics.md - team_topics.md - userresearch_topics.md - /_shared/feedback.md footer: - /_shared/footer.md
Fix the navigation ordering (page weight)
Fix the navigation ordering (page weight)
YAML
mit
govau/service-manual
126380e330e10c491e3c6facaf6660282af41c7f
.travis.yml
.travis.yml
language: node_js node_js: - "4" - "5" cache: directories: - node_modules sudo: false
language: node_js node_js: - "5" - "6" cache: directories: - node_modules sudo: false
Remove node 4 support. Add node 6 support
Remove node 4 support. Add node 6 support
YAML
mit
msalsas/react-svg-components
a15fb609e8f6b5c505966125e953fb13aab7691d
metadata/de.eknoes.inofficialgolem.yml
metadata/de.eknoes.inofficialgolem.yml
AntiFeatures: - NonFreeNet Categories: - Reading License: GPL-3.0-only AuthorName: Soenke Huster AuthorEmail: [email protected] SourceCode: https://github.com/eknoes/golem-android-reader IssueTracker: https://github.com/eknoes/golem-android-reader/issues AutoName: Golem.de RepoType: git Repo: https://github.com/eknoes/golem-android-reader Builds: - versionName: 1.2.1 versionCode: 137 commit: v1.2.1 subdir: app gradle: - yes - versionName: 1.2.2 versionCode: 138 commit: f8b9406b3e5d1ecb8147bb0eaf48e6c503d64863 subdir: app gradle: - yes - versionName: 1.2.3 versionCode: 139 commit: 1d3a038d81d1dc6c968e2bf1c60d08c259780274 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.3 CurrentVersionCode: 139
AntiFeatures: - NonFreeNet Categories: - Reading License: GPL-3.0-only AuthorName: Soenke Huster AuthorEmail: [email protected] SourceCode: https://github.com/eknoes/golem-android-reader IssueTracker: https://github.com/eknoes/golem-android-reader/issues AutoName: Golem.de RepoType: git Repo: https://github.com/eknoes/golem-android-reader Builds: - versionName: 1.2.1 versionCode: 137 commit: v1.2.1 subdir: app gradle: - yes - versionName: 1.2.2 versionCode: 138 commit: f8b9406b3e5d1ecb8147bb0eaf48e6c503d64863 subdir: app gradle: - yes - versionName: 1.2.3 versionCode: 139 commit: 1d3a038d81d1dc6c968e2bf1c60d08c259780274 subdir: app gradle: - yes - versionName: 1.2.3 versionCode: 141 commit: 6df4fd5ca1982a01fe9b8b8ae5c09526ef09a402 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.3 CurrentVersionCode: 141
Update Golem.de to 1.2.3 (141)
Update Golem.de to 1.2.3 (141)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e880731c578e74ab78eb36a287593153b51fc045
metadata/com.redcoracle.episodes.yml
metadata/com.redcoracle.episodes.yml
Categories: - Multimedia License: GPL-3.0-or-later AuthorName: red-coracle SourceCode: https://github.com/red-coracle/episodes IssueTracker: https://github.com/red-coracle/episodes/issues AutoName: Episodes RepoType: git Repo: https://github.com/red-coracle/episodes Builds: - versionName: 0.13.2 versionCode: 15 commit: 0.13.2 subdir: app gradle: - standard - versionName: 0.13.3 versionCode: 16 commit: 0.13.3 subdir: app gradle: - standard - versionName: 0.13.4 versionCode: 17 commit: 0.13.4 subdir: app gradle: - standard AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$ CurrentVersion: 0.13.4 CurrentVersionCode: 17
Categories: - Multimedia License: GPL-3.0-or-later AuthorName: red-coracle SourceCode: https://github.com/red-coracle/episodes IssueTracker: https://github.com/red-coracle/episodes/issues AutoName: Episodes RepoType: git Repo: https://github.com/red-coracle/episodes Builds: - versionName: 0.13.2 versionCode: 15 commit: 0.13.2 subdir: app gradle: - standard - versionName: 0.13.3 versionCode: 16 commit: 0.13.3 subdir: app gradle: - standard - versionName: 0.13.4 versionCode: 17 commit: 0.13.4 subdir: app gradle: - standard - versionName: 0.13.5 versionCode: 18 commit: 0.13.5 subdir: app gradle: - standard AutoUpdateMode: Version %v UpdateCheckMode: Tags ^[0-9]+\.[0-9]+\.[0-9]+$ CurrentVersion: 0.13.5 CurrentVersionCode: 18
Update Episodes to 0.13.5 (18)
Update Episodes to 0.13.5 (18)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ffe29738f070564142ed4cb5f073b6ee0625782b
.travis.yml
.travis.yml
language: python python: - 2.7 env: matrix: - PYZMQ='pyzmq==14.0.1' - PYZMQ='pyzmq==14.0.0' - PYZMQ='pyzmq==13.1.0' - PYZMQ='pyzmq==13.0.2' - PYZMQ='pyzmq==13.0.0' matrix: fast_finish: true allow_failures: - env: PYZMQ='pyzmq==14.0.0' - env: PYZMQ='pyzmq==14.0.1' script: nosetests before_install: - sudo apt-get update - sudo apt-get install python-dev libevent-dev install: - "pip install nose gevent msgpack-python $PYZMQ" - pip install . --no-deps
language: python python: - 2.7 env: matrix: - PYZMQ='pyzmq==14.0.1' - PYZMQ='pyzmq==14.0.0' - PYZMQ='pyzmq==13.1.0' - PYZMQ='pyzmq==13.0.2' - PYZMQ='pyzmq==13.0.0' matrix: fast_finish: true allow_failures: - env: PYZMQ='pyzmq==14.0.0' - env: PYZMQ='pyzmq==14.0.1' script: - flake8 --ignore=E501,E128 zerorpc bin - nosetests before_install: - sudo apt-get update - sudo apt-get install python-dev libevent-dev install: - pip install flake8 - "pip install nose gevent msgpack-python $PYZMQ" - pip install . --no-deps
Add flake8 to Travis CI.
Add flake8 to Travis CI.
YAML
mit
alemic/zerorpc-python,stdrickforce/zerorpc-python,faith0811/zerorpc-python,dotcloud/zerorpc-python,wfxiang08/zerorpc-python,yiliaofan/zerorpc-python,yonglehou/zerorpc-python,Laeeth/zerorpc-python,strawerry/zerorpc-python,qz267/zerorpc-python,JamshedVesuna/zerorpc-python,arnoutaertgeerts/zerorpc-python,vidyacraghav/zerorpc-python,fast01/zerorpc-python,semond/zerorpc-python,fahhem/zerorpc-python,kanghtta/zerorpc-python,bombela/zerorpc-python,yishilin/zerorpc-python,jiajie999/zerorpc-python,gmarceau/zerorpc-python,winggynOnly/zerorpc-python,rainslytherin/zerorpc-python,summer1988/zerorpc-python,tempbottle/zerorpc-python,ethifus/zerorpc-python,joequant/zerorpc-python,lucius-feng/zerorpc-python,jhu-xx/zerorpc-python,danielrowles-wf/zerorpc-python,cpennington/zerorpc-python,mahendra/zerorpc-python,pchomik/zerorpc-python,afghanistanyn/zerorpc-python,topbrightwen/zerorpc-python,alekibango/zerorpc-python,abarnert/zerorpc-python,nkhuyu/zerorpc-python,pombredanne/zerorpc-python,dariobottazzi/zerorpc-python,mengzhuo/zerorpc-python,virqin/zerorpc-python,jimbog/zerorpc-python,pyghassen/zerorpc-python,tutengfei/zerorpc-python,val314159/zerorpc-python,ormsbee/zerorpc-python,b8045901/zerorpc-python
52bd3db6c921eab3e2f34399a47ec19d71523575
.travis.yml
.travis.yml
sudo: false language: ruby cache: bundler rvm: - 2.5 - 2.6 - 2.7 - jruby - rbx-3 - ruby-head before_install: - gem update --system - gem install bundler matrix: allow_failures: - rvm: rbx-3 - rvm: jruby
language: ruby cache: bundler rvm: - 2.5 - 2.6 - 2.7 - jruby - rbx-3 - truffleruby - ruby-head before_install: - gem update --system - gem install bundler:1.16.1 matrix: allow_failures: - rvm: rbx-3 - rvm: jruby - rvm: truffleruby
Install correct bundler version for Travis
Install correct bundler version for Travis
YAML
mit
citizen428/methodfinder,citizen428/methodfinder
ac64c04a48f6fc74f683bff1319c7ecc93e22769
.travis.yml
.travis.yml
language: python os: linux matrix: include: - language: generic os: osx before_install: - brew update - brew install python3 - virtualenv env -p python3 - source env/bin/activate - language: python os: linux python: 3.6 script: "./scripts/build-unix.sh" deploy: provider: releases api_key: secure: f8aJvEKPRq2L4GpLmZYn57S8YdDxdgLhdgig65DxpEB8OdwhiKlbsJt8JoTYfz3au5ocwvlvmnV+3HjZUiKcqjRudUCi87F73J1woGF+a/Az6h2dLGWeFb31pwVxRFJs32iLL0EMTvtIdEVjrUOt1DqP3vPAuEEzdQboZj6eZZg= file_glob: true file: "binary/divio-*" skip_cleanup: true overwrite: true draft: true name: $TRAVIS_TAG tag: $TRAVIS_TAG on: repo: divio/divio-cli tags: true
language: python os: linux matrix: include: - language: generic os: osx before_install: - brew update - brew upgrade python - pip3 install virtualenv - virtualenv env -p python3 - source env/bin/activate - language: python os: linux python: 3.6 script: "./scripts/build-unix.sh" deploy: provider: releases api_key: secure: f8aJvEKPRq2L4GpLmZYn57S8YdDxdgLhdgig65DxpEB8OdwhiKlbsJt8JoTYfz3au5ocwvlvmnV+3HjZUiKcqjRudUCi87F73J1woGF+a/Az6h2dLGWeFb31pwVxRFJs32iLL0EMTvtIdEVjrUOt1DqP3vPAuEEzdQboZj6eZZg= file_glob: true file: "binary/divio-*" skip_cleanup: true overwrite: true draft: true name: $TRAVIS_TAG tag: $TRAVIS_TAG on: repo: divio/divio-cli tags: true
Update python3 setup for brew
Update python3 setup for brew
YAML
bsd-3-clause
aldryn/aldryn-client,aldryn/aldryn-client
0a4aad69740760546887fe68ed9d6a306becaf8e
.travis.yml
.travis.yml
language: node_js node_js: - "7" cache: yarn install: - yarn install - cd client && yarn install && cd ../ jobs: include: - stage: client:test script: - cd client && yarn run test-coverage - ls ./coverage/ && cat ./coverage/lcov.info - cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage - cd ../ - stage: client:build script: - cd client && yarn build - cd ../
language: node_js node_js: - "7" cache: yarn install: - yarn install - cd client && yarn install && cd ../ jobs: include: - stage: client:test script: - cd client && yarn run test-coverage - ls ./coverage/ && cat ./coverage/lcov.info - cat ./coverage/lcov.info | node_modules/.bin/codacy-coverage -p . - cd ../ - stage: client:build script: - cd client && yarn build - cd ../
Use -p option for codacy-coverage
Use -p option for codacy-coverage
YAML
apache-2.0
Angelmmiguel/discuzzion,Angelmmiguel/discuzzion,Angelmmiguel/discuzzion
e91b42d4ed675e0209a0d5ffa5c2c225230cbf11
.travis.yml
.travis.yml
--- # See: http://about.travis-ci.org/docs/user/languages/php/ language: php php: - 5.2 - 5.3 - 5.4 - 5.5 script: phpunit --coverage-text
--- # See: http://about.travis-ci.org/docs/user/languages/php/ language: php php: - 5.2 - 5.3 - 5.4 - 5.5 script: phpunit --coverage-text JJG/PingTest.php
Fix test run by actually giving a path.
Fix test run by actually giving a path.
YAML
mit
HydraWiki/Ping,strebl/Ping,geerlingguy/Ping
a4bfc2b5e492b32d5cc26109f32d1546aa0b6f9d
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true include: - php: 5.6 env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak - php: 7.0 env: SYMFONY_VERSION='2.8.*' - php: 7.0 env: SYMFONY_VERSION='3.0.*' - php: 7.1 env: SYMFONY_VERSION='3.0.*' allow_failures: - php: 7.1 before_install: - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - composer self-update - if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi install: composer update $COMPOSER_FLAGS --prefer-dist script: - bin/phpspec run --format=pretty --no-interaction
language: php php: - 5.6 - 7.0 - 7.1 cache: directories: - $HOME/.composer/cache/files matrix: fast_finish: true include: - php: 5.6 env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER=weak - php: 7.0 env: SYMFONY_VERSION='2.8.*' - php: 7.0 env: SYMFONY_VERSION='3.1.*' - php: 7.1 env: SYMFONY_VERSION='3.2.*' before_install: - echo "extension=ldap.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"` - composer self-update - if [ "$SYMFONY_VERSION" != "" ]; then composer require --dev --no-update symfony/symfony=$SYMFONY_VERSION; fi install: composer update $COMPOSER_FLAGS --prefer-dist script: - bin/phpspec run --format=pretty --no-interaction
Add PHP 7.1 and Symfony 3.2 to TravisCI builds.
Add PHP 7.1 and Symfony 3.2 to TravisCI builds.
YAML
mit
ldaptools/ldaptools-bundle,ldaptools/ldaptools-bundle
582aef1e751620556bec0621d3b56acda7549e5a
.travis.yml
.travis.yml
language: ruby sudo: false branches: only: - master rvm: - 2.4.1 bundler_args: "--without development:production:intercode1_import" cache: bundler: true directories: - node_modules - public/packs-test yarn: true before_script: - nvm install - npm install --global yarn - yarn install - cp config/database.yml.ci config/database.yml - bin/rake db:create db:migrate RAILS_ENV=test script: - bin/rake test - yarn run test notifications: slack: secure: Ca/xHuvVik0EfevEAmMuLH+Ybd2yj7FuYsSmxJ/4dyxisuKg+tUvnJEZxnrU/QtHOdSyIh3ZAA4gVHd8PALuJ0HYOjotogqCZaQ0ZYTB7pKVvxc8u8YK7aY3P58guib7SrU3iRXsvjaV5xOflaBY4Ng1TQrkc8TCU4i8xZhWxWc= env: - DATABASE=sqlite - DATABASE=mysql - DATABASE=postgresql addons: code_climate: repo_token: 2ec5e525d523a261ed68d45eb18865e8ea7a5b32751290cabde2d44f39e78cce after_success: - bundle exec codeclimate-test-reporter
language: ruby sudo: false branches: only: - master rvm: - 2.4.1 bundler_args: "--without development:production:intercode1_import" cache: bundler: true directories: - node_modules - public/packs-test yarn: true before_script: - nvm install - npm install --global yarn - yarn install - yarn check - cp config/database.yml.ci config/database.yml - bin/rake db:create db:migrate RAILS_ENV=test script: - bin/rake test - yarn run test notifications: slack: secure: Ca/xHuvVik0EfevEAmMuLH+Ybd2yj7FuYsSmxJ/4dyxisuKg+tUvnJEZxnrU/QtHOdSyIh3ZAA4gVHd8PALuJ0HYOjotogqCZaQ0ZYTB7pKVvxc8u8YK7aY3P58guib7SrU3iRXsvjaV5xOflaBY4Ng1TQrkc8TCU4i8xZhWxWc= env: - DATABASE=sqlite - DATABASE=mysql - DATABASE=postgresql addons: code_climate: repo_token: 2ec5e525d523a261ed68d45eb18865e8ea7a5b32751290cabde2d44f39e78cce after_success: - bundle exec codeclimate-test-reporter
Make sure the bundle is actually installable
Make sure the bundle is actually installable
YAML
mit
neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode,neinteractiveliterature/intercode
8f60ed607e49fc20f55579e5b073f321cba23047
.travis.yml
.travis.yml
language: php php: - 7.1 - 7.2 install: - composer install
language: php php: - 7.1 - 7.2 - 7.3 - 7.4 install: - composer install
Enable builds on PHP 7.3.and 7.4
Enable builds on PHP 7.3.and 7.4
YAML
mit
blongden/hal
4e99157a88e7d7b5dab2a02efd975773eb076f1b
.travis.yml
.travis.yml
language: scala scala: - 2.11.7 jdk: - oraclejdk8 sudo: false cache: directories: - $HOME/.sbt - $HOME/.ivy2 - dynamodb-local before_cache: - find $HOME/.sbt -name "*.lock" -type f -delete -print - find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete -print script: sbt ++$TRAVIS_SCALA_VERSION test
language: scala scala: - 2.11.7 jdk: - oraclejdk8 sudo: false cache: directories: - $HOME/.sbt - $HOME/.ivy2 - .dynamodb-local before_cache: - find $HOME/.sbt -name "*.lock" -type f -delete -print - find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete -print script: sbt ++$TRAVIS_SCALA_VERSION test
Update Travis location of dynamodb-local
Update Travis location of dynamodb-local
YAML
apache-2.0
scanamo/scanamo
ea04312b2047718740590b53a2dfea232657a645
.travis.yml
.travis.yml
language: node_js install: npm install --production=false node_js: - "iojs-v1" - "0.12" - "0.10" env: - NODE_ENV=development - NODE_ENV=production
language: node_js install: npm install --production=false node_js: - "iojs-v2" - "iojs-v1" - "0.12" - "0.10" env: - NODE_ENV=development - NODE_ENV=production
Add io.js v2 to the test matrix
Add io.js v2 to the test matrix
YAML
mit
grabbou/hapi-async-handler,ide/hapi-async-handler
fcc48c2849aec7c9b9d7e561385caeca5d598ea7
.travis.yml
.travis.yml
language: node_js node_js: - 0.12 - 4.4 addons: apt: packages: - bluez
language: node_js node_js: - 0.12 - 4.4 addons: apt: sources: - ubuntu-toolchain-r-test packages: - g++-4.8 - bluez sudo: require install: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then export CXX=g++-4.8; fi - $CXX --version - npm install --unsafe-perm - npm install
Add gcc 4.8 for building native packages
Add gcc 4.8 for building native packages
YAML
mit
Robotma-com/node-red-contrib-asakusa_giken,CANDY-LINE/node-red-contrib-asakusa_giken,CANDY-LINE/node-red-contrib-asakusa_giken,Robotma-com/node-red-contrib-asakusa_giken
ef9dc68267eb0edd1b0b863366f3f3e85939a59d
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm - nightly env: - EVENT_STORE_VERSION='v3.0.3' - EVENT_STORE_VERSION='v3.0.4' - EVENT_STORE_VERSION='v3.0.5' matrix: allow_failures: - php: hhvm - php: nightly before_install: - wget http://download.geteventstore.com/binaries/EventStore-OSS-Linux-${EVENT_STORE_VERSION}.tar.gz - tar xf EventStore*.tar.gz - cd EventStore* && ./clusternode --mem-db 2>&1> eventstore.log & install: - composer install --dev --prefer-source --no-interaction script: bin/phpunit --coverage-clover=coverage.clover --coverage-text --testdox after_success: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover after_scripts: - killall -SIGINT clusternode - cat EventStore*/eventstore.log
language: php php: - 5.4 - 5.5 - 5.6 - hhvm - nightly env: - EVENT_STORE_VERSION='v3.0.3' - EVENT_STORE_VERSION='v3.0.4' - EVENT_STORE_VERSION='v3.0.5' sudo: false matrix: allow_failures: - php: hhvm - php: nightly before_install: - wget http://download.geteventstore.com/binaries/EventStore-OSS-Linux-${EVENT_STORE_VERSION}.tar.gz - tar xf EventStore*.tar.gz - cd EventStore* && ./clusternode --mem-db 2>&1> eventstore.log & install: - composer install --dev --prefer-source --no-interaction script: bin/phpunit --coverage-clover=coverage.clover --coverage-text --testdox after_success: - wget https://scrutinizer-ci.com/ocular.phar - php ocular.phar code-coverage:upload --format=php-clover coverage.clover after_scripts: - killall -SIGINT clusternode - cat EventStore*/eventstore.log
Switch Travis to new container-based infrastructure
Switch Travis to new container-based infrastructure
YAML
mit
alesblaznik/php-eventstore-client,FriendsOfOuro/geteventstore-php-core,FriendsOfOuro/geteventstore-php-core,dbellettini/php-eventstore-client,tahoelimited/php-eventstore-client,dbellettini/php-eventstore-client,tahoelimited/php-eventstore-client,dbellettini/php-eventstore-client,alesblaznik/php-eventstore-client
31a3a9d50c64396504de061fb706ea7add20721b
.travis.yml
.travis.yml
language: node_js node_js: - "7" - "6" - "5" install: - yarn install script: - yarn run make after_success: - yarn run codecov
language: node_js node_js: - "7" - "6" - "5" install: - npm install script: - npm run make after_success: - npm run codecov
Fix for ci config ._.
Fix for ci config ._.
YAML
mit
octet-stream/then-busboy,octet-stream/then-busboy
b18c72aad7d8a0ca37ee2fd91da6dbde28a75342
.travis.yml
.travis.yml
language: ruby rvm: - "1.9.2" - "1.9.3" - "2.0.0" - "2.1.1" - jruby-19mode - rbx services: - redis-server
language: ruby rvm: - "1.9.2" - "1.9.3" - "2.0.0" - "2.1.1" - jruby-19mode - rbx services: - redis-server before_install: - gem install bundler
Install latest bundler on Travis
Install latest bundler on Travis Thanks @eugeneius
YAML
mit
ridecharge/redis-semaphore,dv/redis-semaphore
f1c0538b5c68f6a9791e26aa0c2f7756f5f38378
.travis.yml
.travis.yml
language: rust sudo: required dist: trusty cache: directories: - ~/llvm matrix: include: - os: linux rust: stable # - os: osx # rust: stable install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew config; brew update; brew install -v https://raw.githubusercontent.com/Homebrew/homebrew-versions/master/llvm38.rb; fi script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export LIBCLANG_STATIC_PATH=~/clang/lib; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LLVM_CONFIG_PATH=/usr/local/bin/llvm-config-3.8; export LIBCLANG_STATIC_PATH=`/usr/local/bin/llvm-config-3.8 --libdir`; fi - cargo build --verbose - RUST_TEST_THREADS=1 cargo test --verbose
language: rust sudo: required dist: trusty cache: directories: - ~/llvm matrix: include: - os: linux rust: stable # - os: osx # rust: stable install: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ./build_linux.sh; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew config; brew update; brew install -v https://raw.githubusercontent.com/Homebrew/homebrew-versions/master/llvm38.rb; fi script: - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export LIBCLANG_STATIC_PATH=~/clang/lib; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LLVM_CONFIG_PATH=/usr/local/bin/llvm-config-3.8; export LIBCLANG_STATIC_PATH=`/usr/local/bin/llvm-config-3.8 --libdir`; fi - cargo build --verbose - RUST_TEST_THREADS=1 cargo test --verbose after_success: | if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install libcurl4-openssl-dev libelf-dev libdw-dev && wget https://github.com/SimonKagstrom/kcov/archive/master.tar.gz && tar xzf master.tar.gz && mkdir kcov-master/build && cd kcov-master/build && cmake .. && make && sudo make install && cd ../.. && kcov --coveralls-id=$TRAVIS_JOB_ID --exclude-pattern=/.cargo target/kcov target/debug/cpp-codegen-rs-*; fi
Add coverage to linux build
Add coverage to linux build
YAML
mit
jupp0r/cpp-codegen-rs,jupp0r/cpp-codegen-rs,jupp0r/cpp-codegen-rs
828a1827f07ecaf7f56e6033c422df15dcceebde
.travis.yml
.travis.yml
language: cpp compiler: - gcc before_install: before_script: - mkdir build && cd build && cmake ../src script: make branches: - except: - feature/mpi notifications: recipients: - [email protected] email: on_success: change on_failure: always irc: channels: - chat.freenode.net#projectchrono template: - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" slack: secure: BoCl/C15tcYX+55PQWPBEVCt/nw3j07qONSNecvuUEJ6UbyUKPbt+0HT0Vc2q6f7uphvvw8hRkTyk0XEGEcXAccmRJr9RsOCBvd3kQPdidooDBJ4dI1ZU9y2XcFUjB5VJuKzPgBYSfQSLbt1OVBNZ6ISw02UF1JNaC9DKtFRtSI= env:
language: cpp compiler: - gcc - clang before_install: before_script: - mkdir build && cd build && cmake ../src script: make branches: - except: - feature/mpi notifications: recipients: - [email protected] email: on_success: change on_failure: always irc: channels: - chat.freenode.net#projectchrono template: - "%{repository}/%{branch} (%{commit} - %{author}): %{message}" slack: secure: BoCl/C15tcYX+55PQWPBEVCt/nw3j07qONSNecvuUEJ6UbyUKPbt+0HT0Vc2q6f7uphvvw8hRkTyk0XEGEcXAccmRJr9RsOCBvd3kQPdidooDBJ4dI1ZU9y2XcFUjB5VJuKzPgBYSfQSLbt1OVBNZ6ISw02UF1JNaC9DKtFRtSI= env:
Add Clang for build and test with TravisCI
Add Clang for build and test with TravisCI
YAML
bsd-3-clause
tjolsen/chrono,projectchrono/chrono,Bryan-Peterson/chrono,rserban/chrono,rserban/chrono,andrewseidl/chrono,jcmadsen/chrono,rserban/chrono,andrewseidl/chrono,dariomangoni/chrono,PedroTrujilloV/chrono,PedroTrujilloV/chrono,hsu/chrono,Bryan-Peterson/chrono,amelmquist/chrono,hsu/chrono,projectchrono/chrono,dariomangoni/chrono,Milad-Rakhsha/chrono,Milad-Rakhsha/chrono,jcmadsen/chrono,projectchrono/chrono,amelmquist/chrono,rserban/chrono,tjolsen/chrono,dariomangoni/chrono,tjolsen/chrono,dariomangoni/chrono,PedroTrujilloV/chrono,tjolsen/chrono,Bryan-Peterson/chrono,armanpazouki/chrono,jcmadsen/chrono,dariomangoni/chrono,Bryan-Peterson/chrono,rserban/chrono,amelmquist/chrono,jcmadsen/chrono,Milad-Rakhsha/chrono,rserban/chrono,armanpazouki/chrono,andrewseidl/chrono,armanpazouki/chrono,amelmquist/chrono,andrewseidl/chrono,projectchrono/chrono,jcmadsen/chrono,PedroTrujilloV/chrono,rserban/chrono,jcmadsen/chrono,Bryan-Peterson/chrono,Milad-Rakhsha/chrono,PedroTrujilloV/chrono,armanpazouki/chrono,hsu/chrono,tjolsen/chrono,projectchrono/chrono,hsu/chrono,dariomangoni/chrono,armanpazouki/chrono,projectchrono/chrono,amelmquist/chrono,Milad-Rakhsha/chrono,armanpazouki/chrono,amelmquist/chrono,jcmadsen/chrono,Milad-Rakhsha/chrono,hsu/chrono,andrewseidl/chrono
0cb47b7c0ded033624e8dd559a0263187fcedd52
.travis.yml
.travis.yml
before_install: - sudo apt-get install libicu-dev # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.com/travis-ci/travis-cookbooks/issues/155 - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm before_script: - npm install -g grunt-cli language: node_js node_js: - "0.11" - "0.10" - 0.8
before_install: - sudo apt-get install libicu-dev - npm i -g npm # Workaround for a permissions issue with Travis virtual machine images # that breaks Python's multiprocessing: # https://github.com/travis-ci/travis-cookbooks/issues/155 - sudo rm -rf /dev/shm - sudo ln -s /run/shm /dev/shm before_script: - npm install -g grunt-cli language: node_js node_js: - "0.11" - "0.10" - 0.8
Update `npm` for nodejs 0.8
Update `npm` for nodejs 0.8
YAML
apache-2.0
xmpp-ftw/xmpp-ftw-item-parser
39f98a0476189361e6e41e6a8546b373af56396b
.travis.yml
.travis.yml
language: python matrix: fast_finish: true include: - sudo: false script: - ./mach test-tidy --no-progress --all - ./mach test-tidy --no-progress --self-test - bash etc/ci/check_no_panic.sh - bash etc/ci/lockfile_changed.sh - bash etc/ci/manifest_changed.sh cache: false - sudo: 9000 dist: trusty script: - ./mach build -d --verbose - ./mach test-compiletest - ./mach test-unit - ./mach clean - ./mach build-geckolib - ./mach test-stylo cache: directories: - .cargo - .servo - $HOME/.ccache before_cache: - ./mach clean-nightlies --keep 2 --force - ./mach clean-cargo-cache --keep 2 --force env: CCACHE=/usr/bin/ccache addons: apt: packages: - cmake - freeglut3-dev - gperf - libosmesa6-dev - libgles2-mesa-dev - python-virtualenv - xorg-dev - ccache - libdbus-glib-1-dev - libedit-dev branches: only: - master
language: python matrix: fast_finish: true include: - sudo: false script: - ./mach test-tidy --no-progress --all - ./mach test-tidy --no-progress --self-test - bash etc/ci/check_no_panic.sh - bash etc/ci/manifest_changed.sh cache: false - sudo: 9000 dist: trusty script: - ./mach build -d --verbose - ./mach test-compiletest - ./mach test-unit - ./mach clean - ./mach build-geckolib - ./mach test-stylo - bash etc/ci/lockfile_changed.sh cache: directories: - .cargo - .servo - $HOME/.ccache before_cache: - ./mach clean-nightlies --keep 2 --force - ./mach clean-cargo-cache --keep 2 --force env: CCACHE=/usr/bin/ccache addons: apt: packages: - cmake - freeglut3-dev - gperf - libosmesa6-dev - libgles2-mesa-dev - python-virtualenv - xorg-dev - ccache - libdbus-glib-1-dev - libedit-dev branches: only: - master
Move lockfile check after builds complete.
Move lockfile check after builds complete.
YAML
mpl-2.0
jimberlage/servo,CJ8664/servo,dsandeephegde/servo,saneyuki/servo,thiagopnts/servo,mbrubeck/servo,notriddle/servo,notriddle/servo,larsbergstrom/servo,szeged/servo,KiChjang/servo,pyfisch/servo,SimonSapin/servo,SimonSapin/servo,nnethercote/servo,nnethercote/servo,avadacatavra/servo,sadmansk/servo,anthgur/servo,larsbergstrom/servo,paulrouget/servo,peterjoel/servo,SimonSapin/servo,thiagopnts/servo,rnestler/servo,eddyb/servo,ConnorGBrewster/servo,notriddle/servo,dsandeephegde/servo,DominoTree/servo,saneyuki/servo,mattnenterprise/servo,ConnorGBrewster/servo,dati91/servo,pyfisch/servo,fiji-flo/servo,anthgur/servo,mattnenterprise/servo,szeged/servo,larsbergstrom/servo,ConnorGBrewster/servo,DominoTree/servo,splav/servo,pyfisch/servo,szeged/servo,paulrouget/servo,szeged/servo,eddyb/servo,emilio/servo,szeged/servo,nnethercote/servo,splav/servo,nnethercote/servo,mbrubeck/servo,dsandeephegde/servo,thiagopnts/servo,jimberlage/servo,dati91/servo,jimberlage/servo,CJ8664/servo,notriddle/servo,cbrewster/servo,paulrouget/servo,paulrouget/servo,cbrewster/servo,thiagopnts/servo,sadmansk/servo,saneyuki/servo,jimberlage/servo,upsuper/servo,peterjoel/servo,jimberlage/servo,pyfisch/servo,dati91/servo,fiji-flo/servo,dsandeephegde/servo,SimonSapin/servo,emilio/servo,paulrouget/servo,nnethercote/servo,paulrouget/servo,DominoTree/servo,larsbergstrom/servo,KiChjang/servo,nnethercote/servo,notriddle/servo,dati91/servo,upsuper/servo,DominoTree/servo,DominoTree/servo,avadacatavra/servo,splav/servo,ConnorGBrewster/servo,canaltinova/servo,SimonSapin/servo,dsandeephegde/servo,pyfisch/servo,paulrouget/servo,notriddle/servo,rnestler/servo,avadacatavra/servo,splav/servo,emilio/servo,mattnenterprise/servo,peterjoel/servo,emilio/servo,splav/servo,canaltinova/servo,emilio/servo,cbrewster/servo,dati91/servo,cbrewster/servo,jimberlage/servo,KiChjang/servo,eddyb/servo,peterjoel/servo,KiChjang/servo,dati91/servo,splav/servo,sadmansk/servo,sadmansk/servo,larsbergstrom/servo,peterjoel/servo,larsbergstrom/servo,eddyb/servo,DominoTree/servo,avadacatavra/servo,canaltinova/servo,dati91/servo,szeged/servo,nnethercote/servo,mattnenterprise/servo,saneyuki/servo,saneyuki/servo,thiagopnts/servo,anthgur/servo,DominoTree/servo,dsandeephegde/servo,DominoTree/servo,avadacatavra/servo,emilio/servo,sadmansk/servo,upsuper/servo,saneyuki/servo,anthgur/servo,cbrewster/servo,dsandeephegde/servo,paulrouget/servo,mbrubeck/servo,fiji-flo/servo,dsandeephegde/servo,CJ8664/servo,eddyb/servo,paulrouget/servo,peterjoel/servo,canaltinova/servo,fiji-flo/servo,eddyb/servo,sadmansk/servo,pyfisch/servo,avadacatavra/servo,szeged/servo,ConnorGBrewster/servo,SimonSapin/servo,emilio/servo,jimberlage/servo,canaltinova/servo,upsuper/servo,DominoTree/servo,peterjoel/servo,DominoTree/servo,avadacatavra/servo,splav/servo,rnestler/servo,canaltinova/servo,upsuper/servo,nnethercote/servo,larsbergstrom/servo,rnestler/servo,fiji-flo/servo,CJ8664/servo,emilio/servo,emilio/servo,pyfisch/servo,SimonSapin/servo,mattnenterprise/servo,saneyuki/servo,CJ8664/servo,jimberlage/servo,canaltinova/servo,fiji-flo/servo,mbrubeck/servo,peterjoel/servo,sadmansk/servo,larsbergstrom/servo,ConnorGBrewster/servo,canaltinova/servo,CJ8664/servo,pyfisch/servo,anthgur/servo,notriddle/servo,dati91/servo,mattnenterprise/servo,mbrubeck/servo,splav/servo,notriddle/servo,avadacatavra/servo,saneyuki/servo,mattnenterprise/servo,nnethercote/servo,KiChjang/servo,eddyb/servo,cbrewster/servo,CJ8664/servo,anthgur/servo,mattnenterprise/servo,upsuper/servo,rnestler/servo,fiji-flo/servo,anthgur/servo,notriddle/servo,notriddle/servo,cbrewster/servo,peterjoel/servo,thiagopnts/servo,KiChjang/servo,szeged/servo,upsuper/servo,sadmansk/servo,szeged/servo,SimonSapin/servo,eddyb/servo,larsbergstrom/servo,thiagopnts/servo,mbrubeck/servo,anthgur/servo,saneyuki/servo,rnestler/servo,thiagopnts/servo,peterjoel/servo,fiji-flo/servo,paulrouget/servo,nnethercote/servo,mbrubeck/servo,emilio/servo,larsbergstrom/servo,splav/servo,pyfisch/servo,rnestler/servo,saneyuki/servo,CJ8664/servo,pyfisch/servo,szeged/servo,splav/servo,KiChjang/servo,ConnorGBrewster/servo,jimberlage/servo,rnestler/servo,ConnorGBrewster/servo,cbrewster/servo,mbrubeck/servo,KiChjang/servo,KiChjang/servo,KiChjang/servo,upsuper/servo
2bfb4a0c446bb4a46cff77345c1c8818f0f6619f
hiera/common.yaml
hiera/common.yaml
--- # This is an example of the kinds of things that you can configure via hiera. # If you've left the defaults in `/hiera.yml`, you might want to copy this file # to `hiera/common.yaml`, or feel free to start with a blank slate! # Have a gander at some of these examples to get an idea of some of the things # that you can affect 'out of the box', and then customise to your # heart's content. # See https://github.com/boxen/puppet-ruby for docs ruby::version::alias: 2.0.0: 2.0.0-p353 # See https://github.com/boxen/puppet-java for docs java::update_version: 55
--- # This is an example of the kinds of things that you can configure via hiera. # If you've left the defaults in `/hiera.yml`, you might want to copy this file # to `hiera/common.yaml`, or feel free to start with a blank slate! # Have a gander at some of these examples to get an idea of some of the things # that you can affect 'out of the box', and then customise to your # heart's content. # See https://github.com/boxen/puppet-ruby for docs ruby::version::alias: 2.0.0: 2.0.0-p353 # See https://github.com/boxen/puppet-java for docs java::update_version: 55 virtualbox::version: "5.1.10" virtualbox::patchlevel: "112026" nodejs::build::ensure: "v2.4.0"
Update Virtualbox version and nodenv
Update Virtualbox version and nodenv
YAML
mit
webdizz/my-boxen,webdizz/my-boxen,webdizz/my-boxen
aa4ff3fa5428b6663a86f5774ca4d0017eaa6ff0
.github/workflows/merge-dependabot-upgrades.yml
.github/workflows/merge-dependabot-upgrades.yml
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge-me: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - name: Auto-Merge if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ridedott/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge-me: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - name: Auto-Merge if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ridedott/[email protected] with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE
Bump ridedott/merge-me-action from 2.10.2 to 2.10.3
Bump ridedott/merge-me-action from 2.10.2 to 2.10.3 Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/ridedott/merge-me-action/releases) - [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/ridedott/merge-me-action/compare/v2.10.2...v2.10.3) --- updated-dependencies: - dependency-name: ridedott/merge-me-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
YAML
mit
Ocramius/GeneratedHydrator
ea7ac4b30a33fccb63da721038a0a0ab557ee928
packages/in/inchworm.yaml
packages/in/inchworm.yaml
homepage: https://github.com/DDCSF/inchworm changelog-type: '' hash: e75e7f74e7e746b65c1a3cd1795f18b0cd82c28fd787505230468202eb7a5a8b test-bench-deps: {} maintainer: Ben Lippmeier <[email protected]> synopsis: Inchworm Lexer Framework changelog: '' basic-deps: base: ! '>=4.8 && <4.12' all-versions: - '1.0.0.1' - '1.0.1.1' - '1.0.2.1' - '1.0.2.2' author: The Inchworm Development Team latest: '1.0.2.2' description-type: haddock description: ! 'Parser combinator framework specialized to lexical analysis. Tokens can be specified via simple fold functions, and we include baked in source location handling. If you want to parse expressions instead of tokens then try try the @parsec@ or @attoparsec@ packages, which have more general purpose combinators. Comes with matchers for standard lexemes like integers, comments, and Haskell style strings with escape handling. No dependencies other than the Haskell ''base'' library.' license-name: MIT
homepage: https://github.com/discus-lang/inchworm changelog-type: '' hash: e7831fd8d30020a1d80e6af147e5837d83f015608959245dcc107de3a1d31ae5 test-bench-deps: {} maintainer: Ben Lippmeier <[email protected]> synopsis: Inchworm Lexer Framework changelog: '' basic-deps: base: ! '>=4.8 && <4.13' all-versions: - '1.0.0.1' - '1.0.1.1' - '1.0.2.1' - '1.0.2.2' - '1.0.2.3' - '1.0.2.4' author: The Inchworm Development Team latest: '1.0.2.4' description-type: haddock description: ! 'Parser combinator framework specialized to lexical analysis. Tokens can be specified via simple fold functions, and we include baked in source location handling. If you want to parse expressions instead of tokens then try try the @parsec@ or @attoparsec@ packages, which have more general purpose combinators. Comes with matchers for standard lexemes like integers, comments, and Haskell style strings with escape handling. No dependencies other than the Haskell ''base'' library.' license-name: MIT
Update from Hackage at 2018-10-12T10:03:23Z
Update from Hackage at 2018-10-12T10:03:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
ba88f5a36cabcc423ab97b010362c2b96175cf1d
packages/ov/overload.yaml
packages/ov/overload.yaml
homepage: https://gitlab.com/LukaHorvat/overload changelog-type: '' hash: 1223bf8f6ace207b1300ce11c2163a1a27d88892fff5ce5fba0593177df84116 test-bench-deps: {} maintainer: [email protected] synopsis: Finite overloading changelog: '' basic-deps: simple-effects: ! '>=0.9.0.0' base: ! '>=4.7 && <5' th-expand-syns: -any template-haskell: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' author: Luka Horvat latest: '0.1.0.4' description-type: haddock description: Provides a mechanism for finite overloading license-name: MIT
homepage: https://gitlab.com/LukaHorvat/overload changelog-type: '' hash: f04262847df875a1fa32fd30ddbdb4652c1332d0050c7d7f65ad8fbdd494607b test-bench-deps: {} maintainer: [email protected] synopsis: Finite overloading changelog: '' basic-deps: simple-effects: ! '>=0.10.0.0' base: ! '>=4.7 && <5' th-expand-syns: -any template-haskell: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' - '0.1.0.5' author: Luka Horvat latest: '0.1.0.5' description-type: haddock description: Provides a mechanism for finite overloading license-name: MIT
Update from Hackage at 2018-03-08T09:42:06Z
Update from Hackage at 2018-03-08T09:42:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
a52dad26efdced43db0f3eaef53cfa0db69e7ec1
packages/xm/xml-lens.yaml
packages/xm/xml-lens.yaml
homepage: https://github.com/fumieval/xml-lens changelog-type: '' hash: 1a0768a259fb0aeaaecc092c6a9777c4d498d2695b0385a0e620e47f362773b9 test-bench-deps: {} maintainer: Fumiaki Kinoshita <[email protected]> synopsis: Lenses, traversals, and prisms for xml-conduit changelog: '' basic-deps: case-insensitive: -any xml-conduit: ! '>=1.1' base: ==4.* text: ! '>=0.7' containers: ! '>=0.4.0' lens: ! '>=4.0' all-versions: - '0.1' - 0.1.1 - 0.1.2 - 0.1.3 - 0.1.4 - 0.1.5 - 0.1.6 - 0.1.6.1 - 0.1.6.2 - 0.1.6.3 author: Fumiaki Kinoshita latest: 0.1.6.3 description-type: haddock description: Lens-based DOM selector license-name: BSD-3-Clause
homepage: https://github.com/fumieval/xml-lens changelog-type: '' hash: d4d616f9f8e9f5213d64f1557c2f876905fe57e4a5c11d09d6aebf6764500bde test-bench-deps: {} maintainer: Fumiaki Kinoshita <[email protected]> synopsis: Lenses, traversals, and prisms for xml-conduit changelog: '' basic-deps: case-insensitive: <1.2.1 xml-conduit: ! '>=1.1' base: ==4.* text: ! '>=0.7' containers: ! '>=0.4.0' lens: ! '>=4.0' all-versions: - '0.1' - 0.1.1 - 0.1.2 - 0.1.3 - 0.1.4 - 0.1.5 - 0.1.6 - 0.1.6.1 - 0.1.6.2 - 0.1.6.3 author: Fumiaki Kinoshita latest: 0.1.6.3 description-type: haddock description: Lens-based DOM selector license-name: BSD-3-Clause
Update from Hackage at 2019-06-29T18:28:04Z
Update from Hackage at 2019-06-29T18:28:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
f48cd0c7e8e922d4cd820b93942eca3bd55d9958
devtools/conda-recipe/meta.yaml
devtools/conda-recipe/meta.yaml
package: name: perses-dev version: !!str 0.0.0 source: path: ../../ build: preserve_egg_dir: True number: 0 requirements: build: - python - setuptools - numpy - scipy - numexpr - autograd - pymbar - cuda92 - openmm >=7.3.0 - parmed - openmoltools - openmmtools - numba - netcdf4 - matplotlib - seaborn - mdtraj - parmed # for testing/debugging #- pdbfixer - lxml - networkx >=2.0 run: - python - setuptools - numpy - scipy - numexpr - autograd - pymbar - cuda92 - openmm >=7.3.0 - parmed - openmoltools - openmmtools - numba - netcdf4 - matplotlib - seaborn - mdtraj - parmed # for testing/debugging #- pdbfixer - lxml - networkx >=2.0 - openeye-toolkits - dask - distributed - progressbar2 test: requires: - nose - nose-timer imports: - perses about: home: https://github.com/choderalab/perses license: GNU Lesser General Public License v2 or later (LGPLv2+)
package: name: perses-dev version: !!str 0.0.0 source: path: ../../ build: preserve_egg_dir: True number: 0 requirements: build: - python - setuptools - numpy - scipy - numexpr - autograd - pymbar - cuda92 - openmm >=7.3.0 - parmed - openmoltools - openmmtools - numba - netcdf4 - matplotlib - seaborn - mdtraj - parmed # for testing/debugging #- pdbfixer - lxml - networkx >=2.0 - yank run: - python - setuptools - numpy - scipy - numexpr - autograd - pymbar - cuda92 - openmm >=7.3.0 - parmed - openmoltools - openmmtools - numba - netcdf4 - matplotlib - seaborn - mdtraj - parmed # for testing/debugging #- pdbfixer - lxml - networkx >=2.0 - openeye-toolkits - dask - distributed - progressbar2 - yank test: requires: - nose - nose-timer imports: - perses about: home: https://github.com/choderalab/perses license: GNU Lesser General Public License v2 or later (LGPLv2+)
Add YANK back as dependency; it was lost
Add YANK back as dependency; it was lost
YAML
mit
choderalab/perses,choderalab/perses
e30a9b7cb0468a192deb0aa8c3afc951f0745c3c
devtools/conda-recipe/meta.yaml
devtools/conda-recipe/meta.yaml
package: name: foyer version: {{ GIT_DESCRIBE_TAG }} source: path: ../../ build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}} script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python run: - python - parmed - mbuild >=0.6.1 - networkx - oset - six - openmm - plyplus - requests test: requires: - pytest >=3.0 source_files: - foyer/forcefields/* - foyer/opls_validation/* - foyer/tests/files/* - foyer/tests/*.txt commands: - set LNAME=appveyor - py.test -v --pyargs foyer about: home: http://mosdef-hub.github.io/foyer license: MIT summary: Atomtyping and forcefield applying.
package: name: foyer version: {{ GIT_DESCRIBE_TAG }} source: path: ../../ build: number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0)}} script: python setup.py install --single-version-externally-managed --record record.txt requirements: build: - python run: - python - parmed - mbuild >=0.6.1 - networkx - oset - six - openmm - plyplus - requests - lxml test: requires: - pytest >=3.0 source_files: - foyer/forcefields/* - foyer/opls_validation/* - foyer/tests/files/* - foyer/tests/*.txt commands: - set LNAME=appveyor - py.test -v --pyargs foyer about: home: http://mosdef-hub.github.io/foyer license: MIT summary: Atomtyping and forcefield applying.
Add lxml to conda recipe
Add lxml to conda recipe
YAML
mit
iModels/foyer,mosdef-hub/foyer,ctk3b/foyer,iModels/foyer,ctk3b/foyer,mosdef-hub/foyer
1f973614fe3188c4ad8c9b2df838d49248e9e0f5
packages/ve/vector-space-points.yaml
packages/ve/vector-space-points.yaml
homepage: '' changelog-type: '' hash: bda213f4c9208fc52a901fe5fe53775fef7226303ecf5415b5a2eb4e2da188af test-bench-deps: {} maintainer: [email protected] synopsis: A type for points, as distinct from vectors. changelog: '' basic-deps: base: ! '>=4.0 && <4.12' vector-space: ! '>=0.7 && <0.14' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.1.1 - 0.1.2.0 - 0.1.2.1 - 0.1.3 - '0.2' - 0.2.1 - 0.2.1.1 - 0.2.1.2 author: Brent Yorgey latest: 0.2.1.2 description-type: haddock description: ! 'A type for points, as distinct from vectors, built on top of Data.AffineSpace.' license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 6471087866bfeea638f8946c87d5ab547b4b4e872519a8b749069c8f866e0489 test-bench-deps: {} maintainer: [email protected] synopsis: A type for points, as distinct from vectors. changelog: '' basic-deps: base: ! '>=4.0 && <4.13' vector-space: ! '>=0.7 && <0.17' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.1.1 - 0.1.2.0 - 0.1.2.1 - 0.1.3 - '0.2' - 0.2.1 - 0.2.1.1 - 0.2.1.2 author: Brent Yorgey latest: 0.2.1.2 description-type: haddock description: |- A type for points, as distinct from vectors, built on top of Data.AffineSpace. license-name: BSD-3-Clause
Update from Hackage at 2019-02-08T12:23:27Z
Update from Hackage at 2019-02-08T12:23:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
aad0ef1abff28c24e26a80a0547b159d659b6478
dsaas-services/f8-tenant.yaml
dsaas-services/f8-tenant.yaml
services: - hash: 9ca1c17c54b0e19eaa6fdde179ecfc07a3bc0be5 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
services: - hash: 055e6e92ff73e33a3966fb8139568d3a5cbeee79 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
Update to latest Tenant service
Update to latest Tenant service
YAML
apache-2.0
openshiftio/saas,openshiftio/saas
b60e65ae87d13e21c335980bb958064d3a6b5305
dsaas-services/f8-tenant.yaml
dsaas-services/f8-tenant.yaml
services: - hash: fa67d9d5aca1ef2fc51006f662c1e6eab9a32805 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
services: - hash: ba8187d26493e57ad8d3894d82e7b2239bd40aff name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
Update tenants version to 1.0.189
Update tenants version to 1.0.189
YAML
apache-2.0
openshiftio/saas,openshiftio/saas
e35fcd5cc049f210983fb03cc2599f56b50bd582
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - label: ":shell: Tests" plugins: docker-compose#v3.8.0: run: tests - label: ":sparkles: Lint" plugins: plugin-linter#v3.0.0: id: ecr - label: ":shell: Shellcheck" plugins: shellcheck#v1.2.0: files: hooks/** skip: "Shellcheck doesn't pass right now"
steps: - label: ":shell: Tests" plugins: docker-compose#v3.10.0: run: tests - label: ":sparkles: Lint" plugins: plugin-linter#v3.0.0: id: ecr - label: ":shell: Shellcheck" plugins: shellcheck#v1.2.0: files: hooks/** skip: "Shellcheck doesn't pass right now"
Update buildkite plugin docker-compose to v3.10.0
Update buildkite plugin docker-compose to v3.10.0
YAML
mit
buildkite-plugins/ecr-buildkite-plugin
83b0040636c933809b6b681ec6ae33333d9dd22a
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/mirrors-isort rev: v5.6.4 hooks: - id: isort - repo: https://github.com/ambv/black rev: 20.8b1 hooks: - id: black language_version: python3.7
repos: - repo: https://github.com/pre-commit/mirrors-isort rev: v5.6.4 hooks: - id: isort - repo: https://github.com/psf/black rev: stable hooks: - id: black language_version: python3.7
Fix pre-commit black repo URL
Fix pre-commit black repo URL
YAML
apache-2.0
respawner/peering-manager,respawner/peering-manager,respawner/peering-manager,respawner/peering-manager
ca2c9d53e91ecffa9c849084a4f25abb481875ca
changelogs/unreleased/hup-mattermost-new-version.yml
changelogs/unreleased/hup-mattermost-new-version.yml
--- title: Hup Mattermost after a version upgrade merge_request: author: type: fixed
--- title: Hup Mattermost after a version upgrade merge_request: 3340 author: type: fixed
Add MR to changelog entry
Add MR to changelog entry
YAML
apache-2.0
gitlabhq/omnibus-gitlab,gitlabhq/omnibus-gitlab,gitlabhq/omnibus-gitlab,gitlabhq/omnibus-gitlab
bf4e40ceee8811f43b0f1b95f34415b57eb5d6b9
packages/chiffchaff-concat/.travis.yml
packages/chiffchaff-concat/.travis.yml
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 - node_js: 6 - node_js: node env: COVERALLS=1
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 - node_js: 6 - node_js: node
Disable Coveralls until we have tests
Disable Coveralls until we have tests
YAML
mit
zentrick/chiffchaff,zentrick/chiffchaff
f4e1316771e883a2923cde4f1d38e4d023de1fbc
roles/network-manager/tasks/main.yml
roles/network-manager/tasks/main.yml
--- - name: Install Network-Manager apt: name=network-manager state=latest - name: Create entry to clone/pull git repository template: src=nm-dispatcher.j2 dest=/etc/NetworkManager/dispatcher.d/ansiblePullUpdate owner=root group=root mode=0755 - name: Force ethernet interface to run at 100Mbits copy: src=mii-tool dest=/etc/NetworkManager/dispatcher.d/mii-tool owner=root group=root mode=755
--- - name: Install Network-Manager apt: name=network-manager state=latest - name: Create entry to clone/pull git repository template: src=nm-dispatcher.j2 dest=/etc/NetworkManager/dispatcher.d/ansiblePullUpdate owner=root group=root mode=0755 - name: Force ethernet interface to run at 100Mbits copy: src=mii-tool dest=/etc/NetworkManager/dispatcher.d/mii-tool owner=root group=root mode=755 when: ansible_architecture == "armhf" or ansible_architecture == "armv7l"
Add condition to use the hack only when this is an ARM board
Add condition to use the hack only when this is an ARM board
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
313955b8b323e16cbd012eecdce2169a3c0c2c8c
config/database.yml
config/database.yml
development: adapter: mysql2 encoding: utf8 reconnect: false database: altria_development pool: 5 username: root password: host: localhost test: adapter: mysql2 encoding: utf8 reconnect: false database: altria_test pool: 5 username: root password: host: localhost production: adapter: mysql2 encoding: utf8 reconnect: false database: altria_production pool: 5 username: root password: host: localhost
development: adapter: mysql2 encoding: utf8 reconnect: false database: altria_development pool: 20 username: root password: host: localhost test: adapter: mysql2 encoding: utf8 reconnect: false database: altria_test pool: 5 username: root password: host: localhost production: adapter: mysql2 encoding: utf8 reconnect: false database: altria_production pool: 20 username: root password: host: localhost
Increase DB pool size for puma
Increase DB pool size for puma
YAML
mit
r7kamura/altria,r7kamura/altria
cbdc301da1d61228f41e491807db2f2c76f01891
.github/workflows/java.yml
.github/workflows/java.yml
name: Java on: push: paths-ignore: - '.github/workflows/python.yml' - 'applications/generate/**' pull_request: paths-ignore: - '.github/workflows/python.yml' - 'applications/generate/**' jobs: java: name: ${{ matrix.java-version }} runs-on: ubuntu-latest strategy: matrix: java-version: - 8 - 11 - 17 steps: - name: Check out GitHub repository uses: actions/checkout@v3 - name: Set up Java uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: ${{ matrix.java-version }} - name: Cache Maven repository uses: actions/cache@v1 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} restore-keys: ${{ runner.os }}-m2 - name: Run tests run: mvn test - name: Run Checkstyle run: mvn checkstyle:check - name: Generate Javadoc run: mvn compile javadoc:javadoc
name: Java on: push: paths-ignore: - '.github/workflows/python.yml' - 'applications/generate/**' pull_request: paths-ignore: - '.github/workflows/python.yml' - 'applications/generate/**' jobs: java: name: ${{ matrix.java-version }} runs-on: ubuntu-latest strategy: matrix: java-version: - 8 - 11 - 17 steps: - name: Check out GitHub repository uses: actions/checkout@v3 - name: Set up Java uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: ${{ matrix.java-version }} cache: 'maven' - name: Run tests run: mvn test - name: Run Checkstyle run: mvn checkstyle:check - name: Generate Javadoc run: mvn compile javadoc:javadoc
Clean up GitHub Actions configuration
Clean up GitHub Actions configuration
YAML
apache-2.0
paritytrading/philadelphia,paritytrading/philadelphia,paritytrading/philadelphia
a6360d5224154b766fbf505e7fb9d9163cb6c5b9
ci/cli-v7/tasks/create-release.yml
ci/cli-v7/tasks/create-release.yml
--- platform: linux image_resource: type: docker-image source: repository: cfcli/cli-package inputs: - name: cli - name: edge-linux-binary-64 outputs: - name: linux-binary-64 run: path: bash args: - -c - | set -ex VERSION=$(cat cli/BUILD_VERSION_V7) mv edge-linux-binary-64/cf7-cli_edge_linux_x86-64.tgz linux-binary-64/cf7-cli_${VERSION}_linux_x86-64.tgz
--- platform: linux image_resource: type: docker-image source: repository: cfcli/cli-package inputs: - name: cli - name: edge-linux-binary-64 outputs: - name: linux-binary-64 run: path: bash args: - -c - | set -ex VERSION=$(cat cli/BUILD_VERSION_V7) mkdir linux-binary-64/v${VERSION} mv edge-linux-binary-64/cf7-cli_edge_linux_x86-64.tgz linux-binary-64/v${VERSION}/cf7-cli_${VERSION}_linux_x86-64.tgz
Add version directory to v7 beta release task
Add version directory to v7 beta release task [#160740878] Signed-off-by: Spencer Hawley <[email protected]>
YAML
apache-2.0
cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli
3188b8387e56295e5891ec34803228f0ca51d070
.github/workflows/main.yml
.github/workflows/main.yml
# Action was shamelessly copied from here: https://stackoverflow.com/a/64311970 name: github pages on: push: branches: - main - master jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: '3.9.4' - name: Upgrade pip run: | python3 -m pip install --upgrade pip - name: Get pip cache dir id: pip-cache run: echo "::set-output name=dir::$(pip cache dir)" - name: Cache dependencies uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Install dependencies run: python3 -m pip install -r ./requirements.txt - name: Generate HTML run: | make html echo academics.cs.luc.edu > build/html/CNAME - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build/html
# Action was shamelessly copied from here: https://stackoverflow.com/a/64311970 name: github pages on: push: branches: - main - master jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: '3.9.4' - name: Upgrade pip run: | python3 -m pip install --upgrade pip - name: Get pip cache dir id: pip-cache run: echo "::set-output name=dir::$(pip cache dir)" - name: Cache dependencies uses: actions/cache@v2 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} restore-keys: | ${{ runner.os }}-pip- - name: Install dependencies run: python3 -m pip install -r ./requirements.txt - name: Generate HTML run: | make clean make html echo academics.cs.luc.edu > build/html/CNAME - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./build/html
Update workflow to clean the build directory before generating the HTML
Update workflow to clean the build directory before generating the HTML
YAML
apache-2.0
LoyolaChicagoCS/coursedescriptions,LoyolaChicagoCS/coursedescriptions,LoyolaChicagoCS/coursedescriptions
e4e16c21f400b0a1b3fc6230f9690c7afed4814e
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: - master tags: - v0.* pull_request: branches: - master jobs: test: name: Run tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build containers and run tests run: docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app deploy: runs-on: ubuntu-latest steps: - uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - uses: actions/checkout@v2 - id: deploy uses: webfactory/[email protected] with: application: la-metro-councilmatic
name: CI on: push: branches: - master tags: - v0.* pull_request: branches: - master jobs: test: name: Run tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build containers and run tests run: docker-compose -f docker-compose.yml -f tests/docker-compose.yml run --rm app deploy: needs: test runs-on: ubuntu-latest steps: - uses: aws-actions/configure-aws-credentials@v1 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - uses: actions/checkout@v2 - id: deploy uses: webfactory/[email protected] with: application: la-metro-councilmatic
Make deployment dependent on tests
Make deployment dependent on tests
YAML
mit
datamade/la-metro-councilmatic,datamade/la-metro-councilmatic,datamade/la-metro-councilmatic,datamade/la-metro-councilmatic
1a5d0bf6de8eeb8a03bb2bfaf08355847986e711
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Run xcodebuild with tests run: xcodebuild test -scheme OmiseSDKTests -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.4.1'
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-latest steps: - uses: actions/checkout@v2 - name: Run xcodebuild with tests run: xcodebuild test -scheme OmiseSDKTests -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.6'
Update iOS version for test
Update iOS version for test
YAML
mit
omise/omise-ios,omise/omise-ios
3eca637601b66730d8e2674d5e351d1f889f2302
.github/workflows/push.yml
.github/workflows/push.yml
--- name: CI on: [push] jobs: test: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] java: [8, 11, 13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Check run: ./gradlew check timeout-minutes: 10
--- name: CI on: [push] jobs: test: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] java: [8, 11, 13] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Check run: ./gradlew check --info --stacktrace timeout-minutes: 10
Add info logging and detailed stack traces
Add info logging and detailed stack traces
YAML
mit
docker-client/docker-filesocket,docker-client/docker-filesocket
443e614e3d2dfc9d7dd805c4a69f8e1c820c7e76
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: Ruby on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rake - name: Run rubocop run: bundle exec rubocop
name: Ruby on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 2.6 - name: Install dependencies run: bundle install - name: Run tests run: bundle exec rake
Remove rubocop from github workflow
Remove rubocop from github workflow
YAML
mit
athix/sorcery,athix/sorcery,Sorcery/sorcery,Sorcery/sorcery,Sorcery/sorcery,athix/sorcery
ff8be8fb52769895a28f970074957853f6897911
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: Ruby on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '0 6 * * *' jobs: test: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '2.7.3' - name: Run tests run: bundle exec rake
name: Ruby on: push: branches: [ master ] pull_request: branches: [ master ] schedule: - cron: '0 6 * * *' jobs: test: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: '2.7.3' bundler-cache: true - name: Run tests run: bundle exec rake
Add bundler install with cache
Add bundler install with cache
YAML
mit
JilaFramework/jila-backend,JilaFramework/jila-backend,JilaFramework/jila-backend,JilaFramework/jila-backend
c09d780570554d3c655a9396258691ba934980c2
.github/workflows/test.yml
.github/workflows/test.yml
name: Tests on: [push] jobs: build: runs-on: ${{ matrix.operating-system }} strategy: matrix: operating-system: [ubuntu-latest, windows-latest, macos-latest] php-versions: ['7.1', '7.2', '7.3', '7.4'] name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} extensions: mbstring, dom ini-values: post_max_size=256M, short_open_tag=On coverage: xdebug tools: composer - name: Run test suite run: | composer install composer test - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml flags: unittests name: codecov-umbrella yml: ./codecov.yml fail_ci_if_error: true
name: Tests on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: php-versions: ['7.1', '7.2', '7.3', '7.4'] name: PHP ${{ matrix.php-versions }} Test steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php-versions }} extensions: mbstring, dom ini-values: post_max_size=256M, short_open_tag=On coverage: xdebug tools: composer - name: Run test suite run: | composer install composer test - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml flags: unittests name: codecov-umbrella yml: ./codecov.yml fail_ci_if_error: true
Remove build matrix for macos and windows
Remove build matrix for macos and windows
YAML
mit
findologic/libflexport
837410bcd6f6cd644b573027775f11e69e20ef55
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Test Rails run: | docker-compose build docker-compose run -e RAILS_ENV=test web bash -c "bundle exec rake db:migrate && bundle exec rspec"
name: Test on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Test Rails run: | docker-compose build docker-compose run -e RAILS_ENV=test web bash -c "bundle exec rake db:migrate && bundle exec rspec"
Add GitHub Actions to pull requests
Add GitHub Actions to pull requests
YAML
agpl-3.0
BatedUrGonnaDie/splits-io,BatedUrGonnaDie/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io,glacials/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io,glacials/splits-io
4f0f16463b9c8aba5f2eccd61d9ffc6ea3275bea
meetups/ostatni.yml
meetups/ostatni.yml
# Pozor, nové meetupy se přidávají na konec souboru - name: Hadí workshop materials: https://naucse.python.cz/2018/snake-hradec/ date: 2018-03-25 time: 8:00 – 18:00 place: name: Hradec Králové
# Pozor, nové meetupy se přidávají na konec souboru - name: Hadí workshop v Hradci materials: https://naucse.python.cz/2018/snake-hradec/ date: 2018-03-25 time: 8:00 – 18:00 place: name: Gymnázium Boženy Němcové address: Pospíšilova 324, Hradec Králové latitude: '50.2123086' longitude: '15.8389489'
Add some more info for the workshop in Hradec
Add some more info for the workshop in Hradec
YAML
mit
PyLadiesCZ/pyladies.cz,PyLadiesCZ/pyladies.cz,PyLadiesCZ/pyladies.cz
5c495fc0c475e7f5a34fa34e69974e217586ce71
wercker.yml
wercker.yml
box: wercker/default deploy: steps: - joshuamckenty/cloud-foundry-deploy
box: joshuamckenty/cloud-foundry-box deploy: steps: - joshuamckenty/cloud-foundry-env: appname: somegood keyname: ORCHESTRATE_KEY - joshuamckenty/cloud-foundry-deploy
Use the magic env step.
Use the magic env step.
YAML
apache-2.0
joshuamckenty/somegood,joshuamckenty/somegood,joshuamckenty/somegood
d671aa62f3d6859ff437dee89beec3060c6b5e4d
packages/sy/symantic-document.yaml
packages/sy/symantic-document.yaml
homepage: '' changelog-type: '' hash: ff5cacf7edc01d97eba1b28a70c259c60df751f34cc57340e0e1a952e626272a test-bench-deps: symantic-document: -any base: ! '>=4.6 && <5' text: ! '>=1.2' containers: ! '>=0.5' tasty-hunit: ! '>=0.9' transformers: ! '>=0.5' tasty: ! '>=0.11' maintainer: Julien Moutinho <[email protected]> synopsis: Document symantics. changelog: '' basic-deps: base: ! '>=4.6 && <5' text: ! '>=1.2' ansi-terminal: ! '>=0.7' transformers: ! '>=0.5' all-versions: - 0.0.0.20170623 - 0.0.0.20180213 - 0.1.2.20180831 author: Julien Moutinho <[email protected]> latest: 0.1.2.20180831 description-type: haddock description: Symantics for generating documents. license-name: GPL-3.0-only
homepage: '' changelog-type: '' hash: 630aa4368bf53b845fe1c6a7f516174f8d4c0ebb73f2041d285af2659358693c test-bench-deps: symantic-document: -any base: ! '>=4.6 && <5' text: ! '>=1.2' containers: ! '>=0.5' tasty-hunit: ! '>=0.9' transformers: ! '>=0.5' tasty: ! '>=0.11' maintainer: Julien Moutinho <[email protected]> synopsis: Document symantics. changelog: '' basic-deps: base: ! '>=4.6 && <5' text: ! '>=1.2' ansi-terminal: ! '>=0.7' transformers: ! '>=0.5' all-versions: - 0.0.0.20170623 - 0.0.0.20180213 - 0.1.2.20180831 - 1.0.0.20190614 author: Julien Moutinho <[email protected]> latest: 1.0.0.20190614 description-type: haddock description: Symantics for generating documents. license-name: GPL-3.0-only
Update from Hackage at 2019-06-17T13:26:29Z
Update from Hackage at 2019-06-17T13:26:29Z
YAML
mit
commercialhaskell/all-cabal-metadata
23fb0a84dcf41220a92d3d42f5363835d3abd207
.rubocop.yml
.rubocop.yml
require: - rubocop-performance - rubocop-rails - rubocop-rspec AllCops: TargetRailsVersion: 5.2 TargetRubyVersion: 2.6 Exclude: - 'bin/*' - 'db/**/*' - 'node_modules/**/*' - 'vendor/bundle/**/*' Layout/AlignHash: EnforcedColonStyle: table EnforcedHashRocketStyle: table Metrics/BlockLength: Enabled: false Metrics/LineLength: Enabled: false Metrics/MethodLength: Exclude: - 'spec/**/*' Metrics/ModuleLength: Exclude: - 'spec/**/*' RSpec/DescribeClass: Exclude: - 'spec/features/**/*' - 'spec/requests/**/*' - 'spec/system/**/*' Style/Documentation: Enabled: false Style/IfUnlessModifier: Enabled: false
require: - rubocop-performance - rubocop-rails - rubocop-rspec AllCops: TargetRailsVersion: 5.2 TargetRubyVersion: 2.6 Exclude: - 'bin/*' - 'db/**/*' - 'log/**/*' - 'node_modules/**/*' - 'tmp/**/*' - 'vendor/bundle/**/*' Layout/AlignHash: EnforcedColonStyle: table EnforcedHashRocketStyle: table Metrics/BlockLength: Enabled: false Metrics/LineLength: Enabled: false Metrics/MethodLength: Exclude: - 'spec/**/*' Metrics/ModuleLength: Exclude: - 'spec/**/*' RSpec/DescribeClass: Exclude: - 'spec/features/**/*' - 'spec/requests/**/*' - 'spec/system/**/*' Style/Documentation: Enabled: false Style/IfUnlessModifier: Enabled: false
Exclude some folders to speed up analysis
Exclude some folders to speed up analysis
YAML
bsd-2-clause
diowa/ruby2-rails5-bootstrap-heroku,diowa/ruby2-rails5-bootstrap-heroku,diowa/ruby2-rails5-bootstrap-heroku
01d31b0005acfd36708b1213e652016d0477fdf2
config/settings.yml
config/settings.yml
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable. # See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables static-dir: "_env:STATIC_DIR:static" host: "_env:HOST:*4" # any IPv4 host port: "_env:PORT:3000" approot: "_env:APPROOT:http://localhost:3000" ip-from-header: "_env:IP_FROM_HEADER:false" # Optional values with the following production defaults. # In development, they default to the inverse. # # development: false # detailed-logging: false # should-log-all: false # reload-templates: false # mutable-static: false # skip-combining: false database: user: "_env:PGUSER:ScrumBut" password: "_env:PGPASS:ScrumBut" host: "_env:PGHOST:localhost" port: "_env:PGPORT:5432" database: "_env:PGDATABASE:ScrumBut" poolsize: "_env:PGPOOLSIZE:10" copyright: Insert copyright statement here #analytics: UA-YOURCODE
# Values formatted like "_env:ENV_VAR_NAME:default_value" can be overridden by the specified environment variable. # See https://github.com/yesodweb/yesod/wiki/Configuration#overriding-configuration-values-with-environment-variables static-dir: "_env:STATIC_DIR:static" host: "_env:HOST:*4" # any IPv4 host port: "_env:PORT:3000" approot: "_env:APPROOT:http://localhost:3000" ip-from-header: "_env:IP_FROM_HEADER:false" # Optional values with the following production defaults. # In development, they default to the inverse. # # development: false # detailed-logging: false # should-log-all: false # reload-templates: false # mutable-static: false # skip-combining: false database: user: "_env:PGUSER:ScrumBut" password: "_env:PGPASS:ScrumBut" host: "_env:PGHOST:localhost" port: "_env:PGPORT:5432" database: "_env:PGDATABASE:ScrumBut" poolsize: "_env:PGPOOLSIZE:10" copyright: "" #analytics: UA-YOURCODE
Remove dumb copyright notice in the footer
Remove dumb copyright notice in the footer
YAML
mit
jspahrsummers/ScrumBut
f0c7641790f3b360a83346d6f48a44ea78da6f67
group_vars/all.yml
group_vars/all.yml
# Global variables cluster_name: martell cluster_env: PROD cluster_prefix: datsci-exo cluster_init_nb_nodes: 3 cluster_ssh_key: datsci-exo-kp cluster_security_group_name: datsci-exo-sg-martell # Cluster access cluster_ssh_group_names: [datsci-exo-sg-castleblack,datsci-exo-sg-martell,default] cluster_service_group_names: [datsci-exo-sg-martell,datsci-exo-sg-greyjoy-worker,default]
# Global variables cluster_name: martell cluster_env: PROD cluster_prefix: datsci-exo cluster_init_nb_nodes: 3 cluster_ssh_key: datsci-exo-kp cluster_security_group_name: datsci-exo-sg-martell # Cluster access cluster_ssh_group_names: [datsci-exo-sg-castleblack,datsci-exo-sg-martell,default] cluster_service_group_names: [datsci-exo-sg-martell,datsci-exo-sg-greyjoy-master,datsci-exo-sg-greyjoy-worker,default]
Add the k8 masters to the list of serviceable security groups
Add the k8 masters to the list of serviceable security groups
YAML
apache-2.0
datsci-0x01/exo-glusterfs
d8c4e300e74c516cf15f9b72eb5404b361a92d69
recipes/boltons/meta.yaml
recipes/boltons/meta.yaml
package: name: boltons version: {{ environ.get('GIT_DESCRIBE_TAG', 'GIT_STUB') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 'inf') }} source: git_url: https://github.com/mahmoud/boltons.git git_rev: master build: number: 0 # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }} requirements: build: - python - pytest run: - python test: imports: - boltons
package: name: boltons version: {{ environ.get('GIT_DESCRIBE_TAG', 'GIT_STUB') }}.post{{ environ.get('GIT_DESCRIBE_NUMBER', 'inf') }} source: git_url: https://github.com/mahmoud/boltons.git git_rev: master build: number: 1 string: {{ environ.get('GIT_BUILD_STR', '') }}_py{{ py }} requirements: build: - python - pytest run: - python test: imports: - boltons
Add the python version to the boltons build string
Add the python version to the boltons build string
YAML
bsd-3-clause
NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes,NSLS-II/lightsource2-recipes,NSLS-II/auto-build-tagged-recipes
fe59cf5e975df7fff52e05cd90178a375fdf9e15
recipes/edffile/meta.yaml
recipes/edffile/meta.yaml
{% set version = "5.0.0" %} package: name: edffile version: {{ version }} source: path: src build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - numpy run: - python - numpy test: imports: - EdfFile about: # Long term goal is to have the src/ folder in this recipe as a stand-alone # project on github. home: https://github.com/vasole/pymca/blob/master/PyMca5/PyMcaIO/EdfFile.py license: MIT summary: 'Reader for EDF files part of the PyMCA x-ray fluorescence toolkit' extra: recipe-maintainers: - dgursoy - decarlof - ericdill - licode - ravescovi - tacaswell
{% set version = "5.0.0" %} package: name: edffile version: {{ version }} source: path: src build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools - numpy run: - python - numpy test: imports: - EdfFile about: # Long term goal is to have the src/ folder in this recipe as a stand-alone # project on github. This file is part of another, much larger project. It # is broken out so that users do not have to install a full GUI simply to # get Edf file format I/O. home: https://github.com/vasole/pymca/blob/master/PyMca5/PyMcaIO/EdfFile.py license: MIT summary: 'Reader for EDF files part of the PyMCA x-ray fluorescence toolkit' extra: recipe-maintainers: - dgursoy - decarlof - ericdill - licode - ravescovi - tacaswell
Clarify the note a little [skip appveyor]
Clarify the note a little [skip ci] [skip appveyor]
YAML
bsd-3-clause
conda-forge/staged-recipes,mariusvniekerk/staged-recipes,barkls/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,patricksnape/staged-recipes,planetarypy/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,mcernak/staged-recipes,jochym/staged-recipes,jochym/staged-recipes,benvandyke/staged-recipes,blowekamp/staged-recipes,sannykr/staged-recipes,guillochon/staged-recipes,mariusvniekerk/staged-recipes,valgur/staged-recipes,dfroger/staged-recipes,caspervdw/staged-recipes,SylvainCorlay/staged-recipes,NOAA-ORR-ERD/staged-recipes,rmcgibbo/staged-recipes,ceholden/staged-recipes,rvalieris/staged-recipes,JohnGreeley/staged-recipes,ceholden/staged-recipes,shadowwalkersb/staged-recipes,grlee77/staged-recipes,blowekamp/staged-recipes,johannesring/staged-recipes,valgur/staged-recipes,pmlandwehr/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,data-exp-lab/staged-recipes,larray-project/staged-recipes,kwilcox/staged-recipes,koverholt/staged-recipes,pstjohn/staged-recipes,Cashalow/staged-recipes,NOAA-ORR-ERD/staged-recipes,jcb91/staged-recipes,Juanlu001/staged-recipes,chohner/staged-recipes,petrushy/staged-recipes,caspervdw/staged-recipes,dharhas/staged-recipes,birdsarah/staged-recipes,sodre/staged-recipes,khallock/staged-recipes,johanneskoester/staged-recipes,rolando-contrib/staged-recipes,larray-project/staged-recipes,hadim/staged-recipes,hajapy/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,Savvysherpa/staged-recipes,johannesring/staged-recipes,glemaitre/staged-recipes,richardotis/staged-recipes,JohnGreeley/staged-recipes,benvandyke/staged-recipes,dschreij/staged-recipes,barkls/staged-recipes,cpaulik/staged-recipes,bmabey/staged-recipes,mcs07/staged-recipes,jcb91/staged-recipes,synapticarbors/staged-recipes,asmeurer/staged-recipes,Juanlu001/staged-recipes,pstjohn/staged-recipes,ocefpaf/staged-recipes,nicoddemus/staged-recipes,tylere/staged-recipes,jjhelmus/staged-recipes,igortg/staged-recipes,planetarypy/staged-recipes,richardotis/staged-recipes,atedstone/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,Savvysherpa/staged-recipes,dfroger/staged-recipes,chohner/staged-recipes,koverholt/staged-recipes,petrushy/staged-recipes,khallock/staged-recipes,vamega/staged-recipes,nicoddemus/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,patricksnape/staged-recipes,data-exp-lab/staged-recipes,hbredin/staged-recipes,scopatz/staged-recipes,gqmelo/staged-recipes,hadim/staged-recipes,OpenPIV/staged-recipes,stuertz/staged-recipes,sodre/staged-recipes,hajapy/staged-recipes,dharhas/staged-recipes,johanneskoester/staged-recipes,tylere/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,bmabey/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,basnijholt/staged-recipes,jerowe/staged-recipes,hbredin/staged-recipes,cpaulik/staged-recipes,rolando-contrib/staged-recipes,guillochon/staged-recipes,Cashalow/staged-recipes,basnijholt/staged-recipes,gqmelo/staged-recipes,mcernak/staged-recipes,jerowe/staged-recipes,pmlandwehr/staged-recipes,stuertz/staged-recipes,rvalieris/staged-recipes,vamega/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,grlee77/staged-recipes,scopatz/staged-recipes,sannykr/staged-recipes,atedstone/staged-recipes,birdsarah/staged-recipes,OpenPIV/staged-recipes,jjhelmus/staged-recipes,glemaitre/staged-recipes,isuruf/staged-recipes
448694f7ea0b2ce51cd3676abc38aac7bf0a56d9
recipes/nibabel/meta.yaml
recipes/nibabel/meta.yaml
{% set version = "2.0.2" %} package: name: nibabel version: {{ version }} source: fn: nibabel-{{ version }}.tar.gz url: https://pypi.python.org/packages/source/n/nibabel/nibabel-{{ version }}.tar.gz md5: fa89163149e35f52e237b2cb56b1c606 build: number: 0 script: python setup.py install requirements: build: - python - numpy - h5py - pydicom run: - python - numpy - scipy - h5py - pydicom test: requires: - nose imports: - nibabel about: home: https://nipy.org/nibabel license: MIT license_file: COPYING summary: Python package to access a cacophony of neuro-imaging file formats extra: recipe-maintainers: - arokem
{% set version = "2.0.2" %} package: name: nibabel version: {{ version }} source: fn: nibabel-{{ version }}.tar.gz url: https://pypi.python.org/packages/source/n/nibabel/nibabel-{{ version }}.tar.gz md5: fa89163149e35f52e237b2cb56b1c606 build: number: 0 script: python setup.py install requirements: build: - python - numpy - h5py - pydicom features: - vc9 # [win and py27] - vc10 # [win and py34] - vc14 # [win and py35] run: - python - numpy - scipy - h5py - pydicom test: requires: - nose imports: - nibabel about: home: https://nipy.org/nibabel license: MIT license_file: COPYING summary: Python package to access a cacophony of neuro-imaging file formats extra: recipe-maintainers: - arokem
Add a features section to build.
Add a features section to build.
YAML
bsd-3-clause
barkls/staged-recipes,jjhelmus/staged-recipes,khallock/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,NOAA-ORR-ERD/staged-recipes,jcb91/staged-recipes,pmlandwehr/staged-recipes,mcs07/staged-recipes,dharhas/staged-recipes,bmabey/staged-recipes,arokem/staged-recipes,hajapy/staged-recipes,mcernak/staged-recipes,kwilcox/staged-recipes,ceholden/staged-recipes,barkls/staged-recipes,OpenPIV/staged-recipes,Juanlu001/staged-recipes,jerowe/staged-recipes,isuruf/staged-recipes,data-exp-lab/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,glemaitre/staged-recipes,dschreij/staged-recipes,vamega/staged-recipes,ocefpaf/staged-recipes,birdsarah/staged-recipes,sodre/staged-recipes,hajapy/staged-recipes,mcs07/staged-recipes,ceholden/staged-recipes,rmcgibbo/staged-recipes,bmabey/staged-recipes,petrushy/staged-recipes,gqmelo/staged-recipes,conda-forge/staged-recipes,jerowe/staged-recipes,nicoddemus/staged-recipes,ericdill/staged-recipes,blowekamp/staged-recipes,tylere/staged-recipes,cpaulik/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,richardotis/staged-recipes,patricksnape/staged-recipes,tylere/staged-recipes,atedstone/staged-recipes,valgur/staged-recipes,grlee77/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,JohnGreeley/staged-recipes,johanneskoester/staged-recipes,chohner/staged-recipes,SylvainCorlay/staged-recipes,igortg/staged-recipes,Cashalow/staged-recipes,dfroger/staged-recipes,ocefpaf/staged-recipes,basnijholt/staged-recipes,sannykr/staged-recipes,johannesring/staged-recipes,hbredin/staged-recipes,planetarypy/staged-recipes,rvalieris/staged-recipes,scopatz/staged-recipes,glemaitre/staged-recipes,isuruf/staged-recipes,OpenPIV/staged-recipes,asmeurer/staged-recipes,nicoddemus/staged-recipes,guillochon/staged-recipes,richardotis/staged-recipes,jcb91/staged-recipes,ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,caspervdw/staged-recipes,benvandyke/staged-recipes,Savvysherpa/staged-recipes,dharhas/staged-recipes,sodre/staged-recipes,pstjohn/staged-recipes,rmcgibbo/staged-recipes,larray-project/staged-recipes,atedstone/staged-recipes,rvalieris/staged-recipes,koverholt/staged-recipes,hbredin/staged-recipes,valgur/staged-recipes,planetarypy/staged-recipes,asmeurer/staged-recipes,benvandyke/staged-recipes,khallock/staged-recipes,dschreij/staged-recipes,basnijholt/staged-recipes,NOAA-ORR-ERD/staged-recipes,Juanlu001/staged-recipes,gqmelo/staged-recipes,synapticarbors/staged-recipes,jakirkham/staged-recipes,rolando-contrib/staged-recipes,jochym/staged-recipes,data-exp-lab/staged-recipes,Cashalow/staged-recipes,dfroger/staged-recipes,SylvainCorlay/staged-recipes,ericdill/staged-recipes,jjhelmus/staged-recipes,arokem/staged-recipes,koverholt/staged-recipes,chohner/staged-recipes,patricksnape/staged-recipes,mcernak/staged-recipes,caspervdw/staged-recipes,shadowwalkersb/staged-recipes,ReimarBauer/staged-recipes,larray-project/staged-recipes,JohnGreeley/staged-recipes,stuertz/staged-recipes,johannesring/staged-recipes,shadowwalkersb/staged-recipes,guillochon/staged-recipes,petrushy/staged-recipes,chrisburr/staged-recipes,goanpeca/staged-recipes,grlee77/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,pmlandwehr/staged-recipes,birdsarah/staged-recipes,blowekamp/staged-recipes,rolando-contrib/staged-recipes,vamega/staged-recipes,cpaulik/staged-recipes,johanneskoester/staged-recipes,sannykr/staged-recipes,sodre/staged-recipes,pstjohn/staged-recipes,jakirkham/staged-recipes,Savvysherpa/staged-recipes
1376f1e6c2c75b7bc9a9aade923b9c1013d971cb
.github/workflows/tag_module_cleanup.yml
.github/workflows/tag_module_cleanup.yml
# For new pull requests against the goog_module branch, adds the 'type: cleanup' # label and sets the milestone to q3 2021 release. name: Tag module cleanup # Trigger on pull requests against goog_module branch only # Uses pull_request_target to get write permissions so that it can write labels. on: pull_request_target: branches: - goog_module jobs: tag-module-cleanup: # Add the type: cleanup label runs-on: ubuntu-latest steps: - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 with: script: | // 2021 q3 release milestone. // https://github.com/google/blockly/milestone/18 const milestoneNumber = 18; // Note that pull requests are accessed through the issues API. const issueGetParams = { owner: context.repo.owner, repo: context.repo.repo, issue_number: context.issue.number } const issueInfo = await github.issues.get(issueGetParams) const issuesUpdateParams = { owner: context.repo.owner, repo: context.repo.repo, // Adds the milestone milestone: milestoneNumber, issue_number: context.issue.number, // Sets the labels labels: [...issueInfo.labels, 'type: cleanup'] } await github.issues.update(issuesUpdateParams)
# For new pull requests against the goog_module branch, adds the 'type: cleanup' # label and sets the milestone to q3 2021 release. name: Tag module cleanup # Trigger on pull requests against goog_module branch only # Uses pull_request_target to get write permissions so that it can write labels. on: pull_request_target: branches: - goog_module jobs: tag-module-cleanup: # Add the type: cleanup label runs-on: ubuntu-latest steps: - uses: actions/github-script@a3e7071a34d7e1f219a8a4de9a5e0a34d1ee1293 with: script: | // 2021 q3 release milestone. // https://github.com/google/blockly/milestone/18 const milestoneNumber = 18; // Note that pull requests are accessed through the issues API. const issuesUpdateParams = { owner: context.repo.owner, repo: context.repo.repo, // Adds the milestone milestone: milestoneNumber, issue_number: context.issue.number, // Sets the labels labels: ['type: cleanup'] } await github.issues.update(issuesUpdateParams)
Revert "fix: update tag module workflow to add labels instead of setting one label"
Revert "fix: update tag module workflow to add labels instead of setting one label"
YAML
apache-2.0
google/blockly,rachel-fenichel/blockly,mark-friedman/blockly,google/blockly,mark-friedman/blockly,mark-friedman/blockly,mark-friedman/blockly,rachel-fenichel/blockly,google/blockly,google/blockly,mark-friedman/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,rachel-fenichel/blockly,google/blockly,rachel-fenichel/blockly,google/blockly,google/blockly,mark-friedman/blockly
22109720d491cc2bf6148476401ec9c85eb20f6f
spec/acceptance/nodesets/default.yml
spec/acceptance/nodesets/default.yml
HOSTS: debian-73-x64: roles: - master platform: debian-7-amd64 box: debian-73-x64-virtualbox-nocm box_url: http://puppet-vagrant-boxes.puppetlabs.com/debian-73-x64-virtualbox-nocm.box hypervisor: vagrant CONFIG: log_level: info trace_limit: 100 type: git
HOSTS: debian-76-64: roles: - master platform: debian-7-amd64 hypervisor: vagrant box: puppetlabs/debian-7.6-64-puppet box_url: https://vagrantcloud.com/puppetlabs/boxes/debian-7.6-64-puppet CONFIG: log_level: info trace_limit: 100 type: git
Use Vagrant box from vagrantcloud
Use Vagrant box from vagrantcloud
YAML
apache-2.0
tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal
0318ed8382ab8af8432290bc1673bccfd61d787f
.gitlab-ci.yml
.gitlab-ci.yml
image: debian:jessie stages: - build build-debian-files: stage: build script: - KOHAENV=patched make rebuild logs-f-nocolor delete
image: docker:git stages: - build build-debian-files: stage: build script: - KOHAENV=patched make rebuild logs-f-nocolor delete
Use docker:git image instead in CI
Use docker:git image instead in CI
YAML
mit
digibib/koha-docker,digibib/koha-docker,digibib/koha-salt-docker,digibib/koha-docker,digibib/koha-salt-docker,digibib/koha-docker,digibib/koha-docker,digibib/koha-salt-docker,digibib/koha-salt-docker,digibib/koha-salt-docker,digibib/koha-docker
1ebc6c89648d7d6006b98e92f41f0bf096bb514a
.gitlab-ci.yml
.gitlab-ci.yml
image: ruby:2.3.0 variables: SSH_AUTH_SOCK: "/ssh-agent" before_script: - mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null - bundle config jobs 8 - bundle install --path=/tmp/bundler --quiet - echo "de_DE UTF-8" > /etc/locale.gen - locale-gen de_DE.UTF-8 - export LANG=de_DE.UTF-8 - export LANGUAGE=de_DE:de - export LC_ALL=de_DE.UTF-8 rspec: script: - bundle exec rspec rubocop: script: - bundle exec rubocop
image: ruby:2.3.0 variables: SSH_AUTH_SOCK: "/ssh-agent" before_script: - mkdir -p /root/.ssh && ssh-keyscan -H codevault.io > /root/.ssh/known_hosts 2>/dev/null - bundle config jobs 8 - bundle install --path=/tmp/bundler --quiet rspec: script: - bundle exec rspec rubocop: script: - bundle exec rubocop
Revert "Hokus Pokus! Magic incantation save us!"
Revert "Hokus Pokus! Magic incantation save us!" Did nothing to fix CI problem. This reverts commit e7a6464ea503f2594a13138e83fbcc6a0efbf1ff.
YAML
mit
kaeuferportal/access_token_agent
5518812554a3302ec10d3d9602a0f3a2f20b34ce
.gitlab-ci.yml
.gitlab-ci.yml
image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/base:3.7 cache: key: "$CI_COMMIT_REF_SLUG" # per-branch cache paths: - .cache/ before_script: - apk add build-base git postgresql-dev ruby ruby-dev ruby-bigdecimal ruby-json ruby-bundler tzdata - bundle install --path .cache/bundler --without development doc --jobs=3 --retry=3 test: stage: test services: - postgres:latest - elasticsearch:1.7.5 script: - while read line; do export $line; done < .env.test - bundle exec rake --trace db:setup - bundle exec rake spec
image: gitlab.fit.cvut.cz:5000/ict/alpine-docker-images/base:3.7 cache: key: "$CI_COMMIT_REF_SLUG" # per-branch cache paths: - .cache/ before_script: - apk add build-base git postgresql-dev ruby ruby-dev ruby-bigdecimal ruby-json ruby-bundler tzdata - bundle install --path .cache/bundler --without development doc --jobs=3 --retry=3 test: stage: test services: - postgres:9.6-alpine - elasticsearch:1.7.5 variables: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres script: - while read line; do export $line; done < .env.test - bundle exec rake --trace db:setup - bundle exec rake spec
Fix postgres service and specify its version
CI: Fix postgres service and specify its version
YAML
mit
cvut/sirius,cvut/sirius
ff769a682940fe0470ea12690a3a8f4a71d2bca8
.github/workflows/build.yml
.github/workflows/build.yml
name: CI on: [push, pull_request] jobs: build: runs-on: macOS-latest strategy: matrix: run-config: - { scheme: 'NetNewsWire', destination: 'platform=macOS'} - { scheme: 'NetNewsWire-iOS', destination: 'platform=iOS Simulator,OS=13.0,name=iPhone 11' } steps: - name: Checkout Project uses: actions/checkout@v1 with: submodules: recursive - name: Switch to Xcode 11 run: sudo xcode-select -s /Applications/Xcode_11.app - name: Build Version run: xcodebuild -version - name: Build Settings run: xcodebuild -showBuildSettings - name: Build SDK run: xcodebuild -showsdks - name: Show Available Destinations run: xcodebuild -scheme NetNewsWire-iOS -showdestinations - name: Run Build env: ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }} KEY_SECRET: ${{ secrets.KEY_SECRET }} SCHEME: ${{ matrix.run-config['scheme'] }} DESTINATION: ${{ matrix.run-config['destination'] }} run: buildscripts/ci-build.sh
name: CI on: [push, pull_request] jobs: build: runs-on: macOS-latest strategy: matrix: run-config: - { scheme: 'NetNewsWire', destination: 'platform=macOS'} - { scheme: 'NetNewsWire-iOS', destination: 'platform=iOS Simulator,OS=13.0,name=iPhone 11' } steps: - name: Checkout Project uses: actions/checkout@v1 with: submodules: recursive - name: Switch to Xcode 11 run: sudo xcode-select -s /Applications/Xcode_11.app - name: Build Version run: xcodebuild -version - name: Build Settings run: xcodebuild -showBuildSettings - name: Build SDK run: xcodebuild -showsdks - name: Show Available Destinations run: xcodebuild -scheme ${ matrix.run-config['scheme'] } -showdestinations - name: Run Build env: ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }} KEY_SECRET: ${{ secrets.KEY_SECRET }} SCHEME: ${{ matrix.run-config['scheme'] }} DESTINATION: ${{ matrix.run-config['destination'] }} run: buildscripts/ci-build.sh
Check main scheme for destinations
Check main scheme for destinations
YAML
mit
brentsimmons/Evergreen,brentsimmons/Evergreen,brentsimmons/Evergreen,brentsimmons/Evergreen
65fda0faf45c49fb91b954fa244b25c8f6d26c50
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: # Build on new commits or pull requests. push: pull_request: schedule: # Run every week just to make sure the CI environment still works. - cron: '0 0 * * 0' jobs: build-ubuntu: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Apt Dependencies run: | sudo apt update sudo apt install mono-devel mono-xbuild libgtk2.0-cil-dev autotools-dev gettext intltool libnunit-cil-dev nunit-console yelp-tools - name: Build run: | ./autogen.sh make - name: Test run: make test && make check - name: Package run: make releasezip - name: Upload Package uses: actions/upload-artifact@v2 with: name: "pinta-1.7.ubuntu1804.zip" path: ${{runner.workspace}}/pinta-1.7.zip
name: Build on: # Build on new commits or pull requests. push: pull_request: schedule: # Run every week just to make sure the CI environment still works. - cron: '0 0 * * 0' jobs: build-ubuntu: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Apt Dependencies run: | sudo apt update sudo apt install mono-devel mono-xbuild libgtk2.0-cil-dev autotools-dev gettext intltool libnunit-cil-dev nunit-console yelp-tools - name: Build run: | cd ${{runner.workspace}} ./autogen.sh make make test make check make releasezip - name: Upload Package uses: actions/upload-artifact@v2 with: name: "pinta-1.7.ubuntu1804.zip" path: ${{runner.workspace}}/pinta-1.7.zip
Simplify the steps and (hopefully) generate the zip in the correct folder.
Simplify the steps and (hopefully) generate the zip in the correct folder.
YAML
mit
PintaProject/Pinta,PintaProject/Pinta,PintaProject/Pinta
f00f7f4c4544c9728cd4a3e9b3a280eda6983fc7
.github/workflows/linux.yml
.github/workflows/linux.yml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Linux Tests on: push: branches: - main - maintenance/** pull_request: branches: - main - maintenance/** concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: test: name: Harold Linux Tests if: "github.repository == 'ilayn/harold' || github.repository == ''" runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: show-python-version run: | python --version - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install numpy scipy matplotlib tabulate flake8 pytest - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | pytest
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Linux Tests on: push: branches: - main - maintenance/** pull_request: branches: - main - maintenance/** concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: test: name: Harold Linux Tests if: "github.repository == 'ilayn/harold' || github.repository == ''" runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} - name: show-python-version run: | python --version - name: Install dependencies run: | python -m pip install --upgrade pip python -m pip install numpy scipy matplotlib tabulate flake8 pytest - name: Lint with flake8 run: | flake8 - name: Test with pytest run: | pytest
Arrange initial parameters for GHAct
CI: Arrange initial parameters for GHAct
YAML
mit
ilayn/harold
7257445e8bbff3b86e0040f645cfb5e466d14236
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Update pip run: | python -m pip install --upgrade pip - name: Install kindred run: | pip install -e . sh ./tests/installSpacyLanguages.sh - name: Test with pytest run: | pip install pytest pytest-cov pytest_socket docstringtest python -m pytest --cov=./kindred --cov-report xml - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.xml - name: Build docs run: | cd ./docs make html make clean
name: tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Update pip run: | python -m pip install --upgrade pip - name: Install kindred run: | pip install -e . sh ./tests/installSpacyLanguages.sh - name: Test with pytest run: | pip install pytest pytest-cov pytest_socket docstringtest python -m pytest --cov=./kindred --cov-report lcov - name: Coveralls uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov - name: Build docs run: | cd ./docs make html make clean
Switch to lcov for coverage
Switch to lcov for coverage
YAML
mit
jakelever/kindred,jakelever/kindred
7d710efcf6d6f30f43e3afdcdffa73bb2c5c5f28
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip pip install pylint pip install -e . sh ./tests/installSpacyLanguages.sh - name: Run pytest run: | pytest -v coverage --version python --version coverage run --branch -m pytest -v --durations=0 && coverage report -m - name: Build docs run: | cd ./docs make html make clean
name: tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip pip install --upgrade pylint pytest coverage pytest_socket docstringtest python-coveralls - name: Install kindred run: | pip install -e . sh ./tests/installSpacyLanguages.sh - name: Run pytest and coverage run: | pytest -v coverage --version python --version coverage run --branch -m pytest -v --durations=0 && coverage report -m coveralls - name: Build docs run: | cd ./docs make html make clean
Fix coverage and other tweaks in github action
Fix coverage and other tweaks in github action
YAML
mit
jakelever/kindred,jakelever/kindred
4f2939b5915061c2697ea0c7edb2ffe24718b9f4
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push, pull_request, workflow_dispatch] jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - '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 }} extensions: mbstring - name: Install dependencies run: composer install - name: Run tests run: phpunit tests
name: Tests on: [push, pull_request, workflow_dispatch] jobs: run: runs-on: ubuntu-latest strategy: matrix: php-versions: - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - '7.2' - '7.3' - '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 }} extensions: mbstring - name: Install dependencies run: composer install - name: Run tests run: ./vendor/bin/phpunit tests
Use GitHub Actions for CI
Use GitHub Actions for CI [3]
YAML
mit
antecedent/patchwork
54cb73b330890420c9c732314581a157e8a86ab7
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: branches: [ "master" ] pull_request: branches: [ "master" ] permissions: contents: read jobs: tests: name: "PHP ${{ matrix.php }}" runs-on: ubuntu-latest strategy: matrix: php: - "7.2" - "7.3" - "7.4" - "8.0" - "8.1" - "8.2" steps: - uses: actions/checkout@v3 - name: Install PHP uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php }}" - name: Validate composer.json and composer.lock run: composer validate --strict - name: Cache Composer packages id: composer-cache uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-php- - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: composer test
name: Tests on: push: branches: [ "master" ] pull_request: branches: [ "master" ] permissions: contents: read jobs: tests: name: "PHP ${{ matrix.php }}" runs-on: ubuntu-latest strategy: matrix: php: - "7.2" - "7.3" - "7.4" - "8.0" steps: - uses: actions/checkout@v3 - name: Install PHP uses: shivammathur/setup-php@v2 with: php-version: "${{ matrix.php }}" - name: Validate composer.json and composer.lock run: composer validate --strict - name: Cache Composer packages id: composer-cache uses: actions/cache@v3 with: path: vendor key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }} restore-keys: | ${{ runner.os }}-php- - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: composer test
Update php version matrix on CI
Update php version matrix on CI
YAML
mit
jonathantorres/laravel-medium-sdk
3f2288568cf5ade609d4b4233a9c159bb66a4ac0
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Automatic tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Using Node.js 14.x uses: actions/setup-node@v2 with: node-version: '14.x' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache yarn cache uses: actions/cache@v2 id: cache-yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-${{ matrix.node-version }}-yarn- - name: Cache node_modules uses: actions/cache@v2 id: cache-node-modules with: path: node_modules key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-${{ matrix.node-version }}-nodemodules- - name: Maybe install the dependencies run: yarn if: | steps.cache-yarn-cache.outputs.cache-hit != 'true' || steps.cache-node-modules.outputs.cache-hit != 'true' - name: Test run: yarn test
name: Automatic tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Using Node.js 14.x uses: actions/setup-node@v2 with: node-version: '14.x' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - name: Cache yarn cache uses: actions/cache@v2 id: cache-yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} key: ${{ runner.os }}-${{ matrix.node-version }}-yarn-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-${{ matrix.node-version }}-yarn- - name: Cache node_modules uses: actions/cache@v2 id: cache-node-modules with: path: node_modules key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }} restore-keys: | ${{ runner.os }}-${{ matrix.node-version }}-nodemodules- - name: Maybe install the dependencies run: yarn if: | steps.cache-yarn-cache.outputs.cache-hit != 'true' || steps.cache-node-modules.outputs.cache-hit != 'true' - name: Test run: yarn test
Include node version in yarn cache key as well (I previously only added it to the restore-key).
Include node version in yarn cache key as well (I previously only added it to the restore-key).
YAML
mit
ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery,ShieldBattery/ShieldBattery