commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
5c7c04bcd003426381c5b8f9d2feac2248d6f7f1
appveyor.yml
appveyor.yml
build: verbosity: detailed build_script: - cmd: .\gradlew.bat assemble --no-daemon test_script: - cmd: .\gradlew.bat check --no-daemon -Ptest.gradle-versions=4.5 environment: matrix: - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 on_success: - cmd: if exist "%USERPROFILE%\.gradle\caches\modules-2\modules...
build: verbosity: detailed build_script: - cmd: .\gradlew.bat assemble --no-daemon test_script: - cmd: .\gradlew.bat check --no-daemon -Ptest.gradle-versions=4.5 environment: matrix: - JAVA_HOME: C:\Program Files\Java\jdk1.8.0 - JAVA_HOME: C:\Program Files\Java\jdk9 on_success: - cmd: if exist "%U...
Test with JDK 9 on AppVeyor
Test with JDK 9 on AppVeyor
YAML
apache-2.0
tbroyer/gradle-apt-plugin,tbroyer/gradle-apt-plugin
4b09db55583aa1f10d7188045b85b3341e494961
appveyor.yml
appveyor.yml
init: tzutil /s "W. Europe Standard Time" before_build: cmd: nuget restore build: project: FatturaElettronica.sln verbosity: minimal
init: tzutil /s "W. Europe Standard Time" image: Visual Studio 2017 before_build: cmd: nuget restore build: project: FatturaElettronica.sln verbosity: minimal
Make builds run on VS2017 on AppVeyor
Make builds run on VS2017 on AppVeyor
YAML
bsd-3-clause
FatturaElettronicaPA/FatturaElettronicaPA
3fe3a906ccd1d6b5447e37be9d6b6f3757ad373e
pubspec.yaml
pubspec.yaml
name: intl version: 0.17.0-nullsafety-dev homepage: https://github.com/dart-lang/intl description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. environment: # This must remain a tight cons...
name: intl version: 0.17.0-nullsafety-dev homepage: https://github.com/dart-lang/intl description: >- Contains code to deal with internationalized/localized messages, date and number formatting and parsing, bi-directional text, and other internationalization issues. environment: # This must remain a tight cons...
Update clock dependency to null-safe version
Update clock dependency to null-safe version PiperOrigin-RevId: 337940704
YAML
bsd-3-clause
dart-lang/intl
fd24063535712a9ab7cdda3ba625e9f38844815d
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: machine: true resource_class: large branches: ignore: - gh-pages steps: - checkout - run: name: Build Docker image command: | docker pull insighttoolkit/itk-js:latest ./test/Docker/build.sh if [ "...
version: 2 jobs: build: machine: true resource_class: large branches: ignore: - gh-pages steps: - checkout - run: name: Build Docker image command: | docker pull insighttoolkit/itk-js:latest ./src/Docker/build.sh if [ "$...
Update location of the Docker image build script
ci(CircleCI): Update location of the Docker image build script
YAML
apache-2.0
InsightSoftwareConsortium/ITKBridgeJavaScript,thewtex/ITKBridgeJavaScript,InsightSoftwareConsortium/ITKBridgeJavaScript,thewtex/ITKBridgeJavaScript,InsightSoftwareConsortium/ITKBridgeJavaScript,thewtex/ITKBridgeJavaScript
1aee8d733915b0df38d2ab4ce867528190a00910
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.2@sha256:5438aae4978f36105867129e6b8f876259fa65a9a85c79c80a65bcea73c06a50 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.2@sha256:99a1280d7ca0c4ba48c2f958b1e60a537016e4eac5373da9c69a016b0861417b working_directory: ~/repo steps: - checko...
Update circleci/python:3.7.2 Docker digest to 99a1280
Update circleci/python:3.7.2 Docker digest to 99a1280
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
3cc2ceaf8db11c95e3fdc48529e17a1eb2e375e3
pubspec.yaml
pubspec.yaml
name: redux_thunk author: Brian Egan <brian@brianegan.com> description: A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions. homepage: https://github.com/brianegan/redux_thunk version: 0.4.0 environment: sdk: ">=2.12.0 <3.0.0" flutter: ">=2.0.0 <3.0.0" dependencies: ...
name: redux_thunk description: A Redux.dart Middleware that allows you to dispatch functions that perform async work as actions. homepage: https://github.com/brianegan/redux_thunk version: 0.4.0 environment: sdk: ">=2.12.0 <3.0.0" dependencies: redux: ">=5.0.0 <6.0.0" dev_dependencies: test: ^1.16.5 pedantic...
Remove Flutter dependency in environment
Remove Flutter dependency in environment
YAML
mit
brianegan/redux_thunk
d529aa643c4154d5861aaf2afd2a511475ef468d
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: sicz/dockerspec environment: - MAKEFLAGS=--no-print-directory - RSPEC_FORMAT=doc steps: - checkout - run: name: Checkout make files command: | cd .. curl -sSL https://github.com/SICZ/Mk/archi...
version: 2 jobs: build: docker: - image: sicz/dockerspec environment: - MAKEFLAGS=--no-print-directory - RSPEC_FORMAT=doc steps: - checkout - run: name: Checkout make files command: | cd .. curl -sSL https://github.com/SICZ/Mk/archi...
Upgrade CircleCI docker version to 17.11.0-ce
Upgrade CircleCI docker version to 17.11.0-ce
YAML
apache-2.0
sicz/docker-dockerspec
2d60ae1b15094a8b77f7323d8b47e8777e96d348
appveyor.yml
appveyor.yml
environment: GH_TOKEN: secure: 6V8UzhSBNiXKcwNF1cTFaqTZaX/YVUWutdbluQVdXPlUn1u9G+cd1XTgyZQDmD+4 matrix: - node_js: 8.6 platform: - x64 # Currently cause bad access when initializing module. # - x86 build: off install: - ps: Install-Product node $env:node_js $env:platform - appveyor-retry call yarn install ...
environment: GH_TOKEN: secure: 6V8UzhSBNiXKcwNF1cTFaqTZaX/YVUWutdbluQVdXPlUn1u9G+cd1XTgyZQDmD+4 matrix: - node_js: 8.6 platform: - x64 - x86 matrix: allow_failures: # Problem: bad access when initializing module. - platform: x86 build: off install: - ps: Install-Product node $env:node_js $env:platf...
Build on win32/ia32, but allow failure.
Build on win32/ia32, but allow failure.
YAML
mit
rolftimmermans/zeromq-ng,rolftimmermans/zeromq-ng
83989ba07072538ffd09e2c8f45366ae9c103c18
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/golang:1.10 working_directory: /go/src/github.com/barnybug/cli53 steps: - checkout - run: make deps test-coverage release: docker: - image: circleci/golang:1.10 working_directory: /go/src/github.com/barnybug/cli53 step...
version: 2 jobs: build: docker: - image: circleci/golang:1.11 working_directory: /go/src/github.com/barnybug/cli53 steps: - checkout - run: make deps test-coverage release: docker: - image: circleci/golang:1.11 working_directory: /go/src/github.com/barnybug/cli53 step...
Update build golang to 1.11
Update build golang to 1.11
YAML
mit
barnybug/cli53
90fc8d45e0c46b6b9c582001e1ecd6968aa25e0c
appveyor.yml
appveyor.yml
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: #node.js - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 #io.js - nodejs_version: 2.5.0 install: - ps: Update...
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: #node.js - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 #io.js - nodejs_version: 2.5.0 install: - ps: Instal...
Use Install-Product instead of Update-NodeJsInstallation
Use Install-Product instead of Update-NodeJsInstallation
YAML
apache-2.0
resin-io/capitano
9aa005dcf52ef516ca7ab954ad448b9e89f4d955
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf true # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.10" # Install scripts. (runs after repo cloning) install: # Get the latest...
# http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf true # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" # Install scripts. (runs after repo cloning) install: # Get the latest...
Use node 0.12 on Windows CI
Use node 0.12 on Windows CI Use node 0.12 on Windows CI and fix chocolatey install deprecation
YAML
mit
blimmer/ember-cli,raytiley/ember-cli,josemarluedke/ember-cli,williamsbdev/ember-cli,code0100fun/ember-cli,ianstarz/ember-cli,patocallaghan/ember-cli,cibernox/ember-cli,tobymarsden/ember-cli,ballPointPenguin/ember-cli,seawatts/ember-cli,code0100fun/ember-cli,airportyh/ember-cli,tsing80/ember-cli,nathanhammond/ember-cli,...
52b914c9fd9191e3ce9fd9b6568607b38e2c5484
appveyor.yml
appveyor.yml
# Test against this version of Node.js environment: matrix: - nodejs_version: 4.0.0 # Install scripts. (runs after repo cloning) install: - cinst firefox - cinst googlechrome # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm ins...
# Test against this version of Node.js environment: matrix: - nodejs_version: 4.0.0 # Install scripts. (runs after repo cloning) install: - cinst firefox - cinst googlechrome - cinst javaruntime # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # insta...
Install java on AppVeyor CI.
Install java on AppVeyor CI.
YAML
apache-2.0
tobli/browsertime,sitespeedio/browsertime,sitespeedio/browsertime,sitespeedio/browsertime,sitespeedio/browsertime
081cc6789c7c6d2e831d0c855e6945a0716535fc
appveyor.yml
appveyor.yml
version: 1.0.{build} image: Visual Studio 2017 install: - cmd: dotnet --info # build platform, i.e. x86, x64, Any CPU. This setting is optional. platform: Any CPU # build Configuration, i.e. Debug, Release, etc. configuration: Release environment: MYSQL_PWD: Password12! MYSQL_PATH: C:\Program Files\MySql\MySQ...
version: 1.0.{build} image: Visual Studio 2017 install: - cmd: dotnet --info - cmd: node --version - ps: Install-Product node $env:nodejs_version # build platform, i.e. x86, x64, Any CPU. This setting is optional. platform: Any CPU # build Configuration, i.e. Debug, Release, etc. configuration: Release enviro...
Set node.js to v8+ on AppVeyor.
Set node.js to v8+ on AppVeyor.
YAML
mit
sjp/Schematic,sjp/SJP.Schema,sjp/Schematic,sjp/Schematic,sjp/Schematic
6d2bc511c1a85f105bad20be2f30701778c57b28
appveyor.yml
appveyor.yml
version: 1.0.{build} branches: only: - development/r1.0 - release/r1.0 image: Visual Studio 2015 cache: - '%USERPROFILE%\.nuget\packages' build_script: - ps: >- .\restore-packages.ps1 $buildVersion = "beta1-$($env:APPVEYOR_BUILD_NUMBER.PadLeft(4, '0'))" .\build-all.ps1 -BuildVersion $buildVersio...
version: 1.0.{build} branches: only: - development/r1.0 - release/r1.0 image: Visual Studio 2015 cache: - '%USERPROFILE%\.nuget\packages' build_script: - ps: >- .\restore-packages.ps1 $buildVersion = "beta1-$($env:APPVEYOR_BUILD_NUMBER.PadLeft(4, '0'))" .\build-all.ps1 -BuildVersion $buildVersio...
Improve artifact filter for NuGet deployment.
Improve artifact filter for NuGet deployment.
YAML
mit
tintoy/HTTPlease,tintoy/HTTPlease
94a118aeb45180a917e53843285336cec1594619
appveyor.yml
appveyor.yml
skip_commits: files: - appveyor.yml - README.md branches: only: - refresh version: 1.0.{build} init: - ps: | if ($env:APPVEYOR_REPO_TAG -eq "true") { Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_TAG_NAME.TrimStart("v"))" } else { Update-AppveyorB...
skip_commits: files: - appveyor.yml - README.md branches: only: - refresh version: 1.0.{build} init: - ps: | if ($env:APPVEYOR_REPO_TAG -eq "true") { Update-AppveyorBuild -Version "$($env:APPVEYOR_REPO_TAG_NAME.TrimStart("v"))" } else { Update-AppveyorB...
Install redis-server in build environment for future tests
Install redis-server in build environment for future tests
YAML
mit
JohnFiedler/powerredis
79af2aea542e749b1ac91c3140e2f1fcf1ac234f
appveyor.yml
appveyor.yml
build: false # Not C# project environment: matrix: - TOXENV: "py35" - TOXENV: "py36" - TOXENV: "check" - TOXENV: "docs" install: - C:\Python36\python -m pip install --upgrade tox pip test_script: - C:\Python36\python -m tox
build: false # Not C# project environment: matrix: - TOXENV: "py35" - TOXENV: "py36" - TOXENV: "py37" - TOXENV: "check" - TOXENV: "docs" install: - C:\Python36\python -m pip install --upgrade tox pip test_script: - C:\Python36\python -m tox
Add py37 to AppVeyor as well
Add py37 to AppVeyor as well
YAML
mit
rougeth/bottery
0e5c74a8ee6243eaeb16846d8c72a93a2a8acea2
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml environment: matrix: - nodejs_version: "6" - nodejs_version: "7" version: "{build}-{branch}" init: - git config --global core.longpaths true clone_depth: 1 matrix: fast_finish: true cache: - node_modules install: - ps: Install-Product node $env:nodejs...
# http://www.appveyor.com/docs/appveyor-yml environment: matrix: - nodejs_version: "6" - nodejs_version: "8" version: "{build}-{branch}" init: - git config --global core.longpaths true clone_depth: 1 matrix: fast_finish: true cache: - node_modules install: - ps: Install-Product node $env:nodejs...
Test with Node.js version 8 instead of 7
Test with Node.js version 8 instead of 7
YAML
mit
paazmaya/tarita
ff22aaa21f4660594afa429962fd7b302fd10714
appveyor.yml
appveyor.yml
version: 1.0.{build} os: Visual Studio 2015 RC before_build: - nuget restore -verbosity detailed - git submodule update --init --recursive install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% build: verbosity: minimal notifications: - provider: Email to: dev-ci@maxmind.com on_build_success:...
--- version: '1.0.{build}' os: Visual Studio 2015 RC before_build: - nuget restore -verbosity detailed - git submodule update --init --recursive install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% build: - verbosity: minimal notifications: - auth_token: secure: X+ymndzchVeC2LYsehzOt/GEMFf...
Update AppVeyor to send notifiations via Slack & email
Update AppVeyor to send notifiations via Slack & email
YAML
apache-2.0
am11/MaxMind-DB-Reader-dotnet,am11/MaxMind-DB-Reader-dotnet,maxmind/MaxMind-DB-Reader-dotnet
7062708f3967b33dd912e66f6c8ac76068b24a5b
packages/ip/ip.yaml
packages/ip/ip.yaml
homepage: https://github.com/andrewthad/ip#readme changelog-type: '' hash: 12451336c9afce8ac24e3a0971740984daeb8066e1a5ad7de572c6a23176f299 test-bench-deps: bytestring: -any test-framework: -any base: -any text: -any test-framework-quickcheck2: -any criterion: -any ip: -any QuickCheck: -any maintainer: ...
homepage: https://github.com/andrewthad/ip#readme changelog-type: '' hash: 4dab88b1eb3a9a37d1b4b5f36ef127e9b053cee168d8f62bc6afc6b8df790a3f test-bench-deps: bytestring: -any test-framework: -any base: -any text: -any test-framework-quickcheck2: -any criterion: -any ip: -any QuickCheck: -any maintainer: ...
Update from Hackage at 2016-05-23T19:21:52+0000
Update from Hackage at 2016-05-23T19:21:52+0000
YAML
mit
commercialhaskell/all-cabal-metadata
95263b0dcaf8526a3dda27320154ca72cda71ab3
packages/ih/ihs.yaml
packages/ih/ihs.yaml
homepage: https://github.com/minad/ihs changelog-type: '' hash: 919f4b399f05d0984d9b6c0f4060bea33ad0fecc356666b6bf1ab8976913c687 test-bench-deps: {} maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Interpolated Haskell changelog: '' basic-deps: base: ! '>=4.8 && <5' process: ! '>=1 && <1.6' all-version...
homepage: https://github.com/minad/ihs changelog-type: '' hash: 769f554b62ba62185e172af45a02c2e45a96e78c72c679b55a555cc8b4e857aa test-bench-deps: {} maintainer: Daniel Mendler <mail@daniel-mendler.de> synopsis: Interpolated Haskell changelog: '' basic-deps: base: ! '>=4.8 && <5' process: ! '>=1 && <1.7' all-version...
Update from Hackage at 2017-07-30T08:29:59Z
Update from Hackage at 2017-07-30T08:29:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
9f3c161cb6bbdb346017965d5ee9527a1889b7c9
.codeclimate.yml
.codeclimate.yml
engines: eslint: enabled: true channel: "eslint-5" checks: ember/no-observers: enabled: false ember/no-string-prototype-extensions: enabled: false ember/no-controller-access-in-routes: enabled: false ember/no-classic-classes: enabled: false emb...
engines: duplication: enabled: true config: languages: javascript: mass_threshold: 60 fixme: enabled: true checks: TODO: enabled: false FIXME: enabled: false ratings: paths: - "app/**/*" exclude_paths: - ".eslintrc.js" - ".template-lintrc...
Remove eslint from Codeclimate config
Remove eslint from Codeclimate config Eslint is already running as part of the normal test suite on Travis.
YAML
mpl-2.0
67P/hyperchannel,67P/hyperchannel
7cf2143ed301389cbb0bd1eafd3099181f904684
rubocop/rubocop.yml
rubocop/rubocop.yml
require: rubocop-performance Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: ...
AllCops: NewCops: enable require: rubocop-performance Layout/ArgumentAlignment: EnforcedStyle: with_fixed_indentation Layout/ParameterAlignment: EnforcedStyle: with_fixed_indentation Layout/FirstArrayElementIndentation: EnforcedStyle: consistent Layout/MultilineMethodCallIndentation: EnforcedStyle: inden...
Enable pending rules by default
Enable pending rules by default As rubocop continues towards a stable [1.0 release](https://github.com/rubocop-hq/rubocop/milestone/4) new pending rules continue to be introduced with various new versions. Now, to be clear, according to their [versioning strategy](https://docs.rubocop.org/rubocop/versioning.html), ne...
YAML
mit
TheGnarCo/gnar-style,TheGnarCo/gnar-style
6ec9792423270276ddd13aca0eab29b27565dbae
docker-compose-letsencrypt.yml
docker-compose-letsencrypt.yml
version: '2' services: redis: restart: always image: redis volumes: - ./data:/data/ container_name: redis command: redis-server --appendonly yes --protected-mode no --save 60 1 frontend: restart: always build: ./canarytokens/ image: thinkst/canarytokens links: - redis ...
version: '2' services: redis: restart: always image: redis volumes: - ./data:/data/ container_name: redis command: redis-server --appendonly yes --protected-mode no --save 60 1 frontend: restart: always build: ./canarytokens/ image: thinkst/canarytokens links: - redis ...
Make all canrytokens.org links in notifications default to using https
Make all canrytokens.org links in notifications default to using https This commit ensures that all links pointing to canarytokens.org, including the token management and token history links in notifications (in the case where docker-compose-letsencrypt.yml is used) are pointing to the secure version of the site(https...
YAML
bsd-3-clause
thinkst/canarytokens-docker
2b2ff7ada5e406deab64fc0e729837caea5663da
.github/workflows/golangci-lint.yml
.github/workflows/golangci-lint.yml
name: golangci-lint on: [push, pull_request] jobs: golangci: name: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: golangci-lint uses: golangci/golangci-lint-action@v1 with: version: v1.30
name: golangci-lint on: [push, pull_request] jobs: golangci: name: lint runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: version: v1.32
Update to latest version of action
Update to latest version of action
YAML
isc
oschwald/maxminddb-golang
efa8f49b3d79274088ef853998b22d9404481728
.github/workflows/test_and_lint.yml
.github/workflows/test_and_lint.yml
name: Test and Lint on Push and PR on: [push, pull_request] jobs: test: runs-on: "ubuntu-20.04" strategy: matrix: ruby: - 2.5 - 2.6 - 2.7 - 3.0 steps: - uses: actions/checkout@v2 - uses: QuickPay/quickpay-base-action@v2.2 with: ...
name: Test and Lint on Push and PR on: [push, pull_request] jobs: test: runs-on: "ubuntu-20.04" strategy: matrix: ruby: - 2.6 - 2.7 - 3.0 - 3.1 steps: - uses: actions/checkout@v2 - uses: QuickPay/quickpay-base-action@v2.2 with: ...
Add 3.1 to matrix, and remove EOL 2.5
Add 3.1 to matrix, and remove EOL 2.5
YAML
mit
QuickPay/quickpay-ruby-client
b5ff354d0676fdb875a84d6527fe42661ad6c9d3
snap/snapcraft.yaml
snap/snapcraft.yaml
name: tesseract version: git summary: open source optical character recognition engine description: | Tesseract has unicode (UTF-8) support, and can recognize more than 100 languages "out of the box". It can be trained to recognize other languages. Tesseract supports various output formats: plain-text, hocr(html)...
name: tesseract version: git summary: open source optical character recognition engine description: | Tesseract has unicode (UTF-8) support, and can recognize more than 100 languages "out of the box". It can be trained to recognize other languages. Tesseract supports various output formats: plain-text, hocr(html)...
Split app. command arguments into separate lines
Split app. command arguments into separate lines This allows cleaner diffs for future modifications using the YAML's "folded" block scalar style. Refer-to: Folded Style - Block Scalar Styles - Block Styles <http://yaml.org/spec/1.2/spec.html#id2796251> Signed-off-by: 林博仁(Buo-ren, Lin) <e1a755dad2798d70422023dceee1245...
YAML
apache-2.0
tesseract-ocr/tesseract,jbarlow83/tesseract,UB-Mannheim/tesseract,tesseract-ocr/tesseract,jbarlow83/tesseract,tesseract-ocr/tesseract,stweil/tesseract,UB-Mannheim/tesseract,amitdo/tesseract,stweil/tesseract,jbarlow83/tesseract,UB-Mannheim/tesseract,UB-Mannheim/tesseract,amitdo/tesseract,UB-Mannheim/tesseract,stweil/tes...
d210e0e7aad766caef30f9e9c36f803a4bdd6540
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - run: npm install - run: tsc --build tsconfig.json - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: ...
name: build on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 - run: npm install - run: tsc --build tsconfig.json - run: mkdir docs/src - run: cp src/*.ts docs/src - name: Deploy ...
Copy ts source files to docs directory to aid debugging.
Copy ts source files to docs directory to aid debugging.
YAML
mit
mikehadlow/gtr-cof
0d2af87e0c98908a31581a9f95718fb7a193f98c
.github/workflows/build.yml
.github/workflows/build.yml
on: push: branches: - 'build-*' tags: '*' jobs: build: if: github.repository == "hashicorp/vagrant-builders" name: Build Vagrant Installers runs-on: self-hosted steps: - name: Code Checkout uses: actions/checkout@v1 - name: Build and Release run: ./.ci/buil...
on: push: branches: - 'build-*' tags: '*' jobs: build: if: github.repository == 'hashicorp/vagrant-builders' name: Build Vagrant Installers runs-on: self-hosted steps: - name: Code Checkout uses: actions/checkout@v1 - name: Build and Release run: ./.ci/buil...
Fix string within evaluation to use single quotes
Fix string within evaluation to use single quotes
YAML
mit
chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/va...
d42d6538e9b0a3eff05ff7b86f695521cbe2d7ce
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 ...
name: build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-version: [2.7, 3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 ...
Check setup.py after tox tests
Check setup.py after tox tests
YAML
unlicense
ttyS15/django-celery-rpc,tumb1er/django-celery-rpc
acc8a1c015d917860a120c696006ad48ddb26c25
.github/workflows/percy.yml
.github/workflows/percy.yml
name: Percy Visual Testing on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@...
name: Percy Visual Testing on: pull_request_target: jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v2.3.4 - name: Use Node.js ${{ matrix.node-version }} uses: a...
Switch Percy to be on pull_request_target
Switch Percy to be on pull_request_target
YAML
mit
Jamesking56/Jamesking56.uk,Jamesking56/Jamesking56.uk
e559eafa19f12b0c12b5d7d871fe3e059347d41f
rest-api-spec/test/indices.validate_query/10_basic.yaml
rest-api-spec/test/indices.validate_query/10_basic.yaml
--- "Validate query api": - do: indices.create: index: testing body: settings: number_of_replicas: 0 - do: cluster.health: wait_for_status: yellow - do: indices.validate_query: q: query string - is_true: valid - do: indices.vali...
--- "Validate query api": - do: indices.create: index: testing body: settings: number_of_replicas: 0 - do: cluster.health: wait_for_status: yellow - do: indices.validate_query: q: query string - is_true: valid - do: indices.vali...
Revert "Test: fix removal of e validate_query rewrite YAML test"
Revert "Test: fix removal of e validate_query rewrite YAML test" This reverts commit e461852548b6ee1cbb18031989af4790f4922f48.
YAML
apache-2.0
Helen-Zhao/elasticsearch,wayeast/elasticsearch,slavau/elasticsearch,yanjunh/elasticsearch,MaineC/elasticsearch,nrkkalyan/elasticsearch,AndreKR/elasticsearch,jeteve/elasticsearch,infusionsoft/elasticsearch,luiseduardohdbackup/elasticsearch,himanshuag/elasticsearch,dpursehouse/elasticsearch,jpountz/elasticsearch,C-Bish/e...
85e3f9fd71e546748e3ea4be57e272be89d19de9
cluster/canary/tabulator.yaml
cluster/canary/tabulator.yaml
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metada...
--- apiVersion: apps/v1 kind: Deployment metadata: name: testgrid-tabulator namespace: testgrid-canary labels: app: testgrid channel: stable component: tabulator spec: replicas: 1 selector: matchLabels: app: testgrid channel: stable component: tabulator template: metada...
Use a specific image for canary Tabulator.
Use a specific image for canary Tabulator.
YAML
apache-2.0
GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid
7bedb3dba08bcd9e799a45f08f1b5efcb2c1c8f4
src/arlobot/arlobot_explore/param/move_base_params.yaml
src/arlobot/arlobot_explore/param/move_base_params.yaml
# Move base node parameters. For full documentation of the parameters in this file, please see # # http://www.ros.org/wiki/move_base # shutdown_costmaps: false controller_frequency: 5.0 controller_patience: 3.0 planner_frequency: 1.0 planner_patience: 5.0 oscillation_timeout: 10.0 oscillation_distance: 0.2 # For e...
# Move base node parameters. For full documentation of the parameters in this file, please see # # http://www.ros.org/wiki/move_base # shutdown_costmaps: false controller_frequency: 20.0 controller_patience: 3.0 planner_frequency: 1.0 planner_patience: 5.0 oscillation_timeout: 10.0 oscillation_distance: 0.2 # For ...
Set Explore controller_frequency to ROS default.
Set Explore controller_frequency to ROS default.
YAML
mit
chrisl8/ArloBot,DTU-R3/ArloBot,DTU-R3/ArloBot,chrisl8/ArloBot,DTU-R3/ArloBot,chrisl8/ArloBot,chrisl8/ArloBot,DTU-R3/ArloBot,DTU-R3/ArloBot,chrisl8/ArloBot,DTU-R3/ArloBot,chrisl8/ArloBot
61b47a5ec1615785746ee38d88a7c0195ca0567b
contrib/examples/triggers/sample-trigger.yaml
contrib/examples/triggers/sample-trigger.yaml
--- name: sample_trigger description: Sample trigger
--- name: sample_trigger description: Sample trigger payload_schema: type: "object" properties: executed_at: type: "string" format: "date-time" default: "2014-07-30 05:04:24.578325"
Make trigger example more complete and also add payload_schema attribute to it.
Make trigger example more complete and also add payload_schema attribute to it.
YAML
apache-2.0
StackStorm/st2,Plexxi/st2,nzlosh/st2,Plexxi/st2,nzlosh/st2,StackStorm/st2,nzlosh/st2,StackStorm/st2,nzlosh/st2,StackStorm/st2,Plexxi/st2,Plexxi/st2
65c77c2df194e8fa9765d728151881d92ab06586
.appveyor.yml
.appveyor.yml
version: '{branch}-{build}' os: - Visual Studio 2017 services: - postgresql96 configuration: - Release - Debug environment: PGUSER: postgres PGPASSWORD: Password12! matrix: - GENERATOR: Visual Studio 15 2017 Win64 - CONAN_VISUAL_VERSIONS: 15 init: [] install: [] before_build: - if defined BINDIR (s...
version: '{branch}-{build}' os: - Visual Studio 2017 services: - postgresql96 configuration: - Release - Debug environment: PGUSER: postgres PGPASSWORD: Password12! init: [] install: [] before_build: - if defined BINDIR (set "PATH=%BINDIR%;%PATH:C:\Program Files\Git\usr\bin;=%") - md build - cd build - cmake...
Drop Windows build from Appveyor
Drop Windows build from Appveyor Signed-off-by: Uilian Ries <d4bad57018205bdda203549c36d3feb0bfe416a7@gmail.com>
YAML
mit
taocpp/postgres,taocpp/postgres
0942e82423387d7e950221648fe8d7b81afbe360
.appveyor.yml
.appveyor.yml
configuration: - Debug - Release environment: matrix: - generator: "Visual Studio 14 2015" - generator: "Visual Studio 14 2015 Win64" - generator: "Visual Studio 10 2010" - generator: "Visual Studio 10 2010 Win64" - generator: "MinGW Makefiles" dialect: mingw - generator: "MinGW Mak...
configuration: - Debug - Release environment: matrix: - generator: "Visual Studio 14 2015" - generator: "Visual Studio 14 2015 Win64" - generator: "Visual Studio 10 2010" - generator: "Visual Studio 10 2010 Win64" - generator: "MinGW Makefiles" dialect: mingw - generator: "MinGW Mak...
Change -j%NUMBER_OF_PROCESSORS% to -j (as it will use all cores by default).
Change -j%NUMBER_OF_PROCESSORS% to -j (as it will use all cores by default).
YAML
mit
SergiusTheBest/plog,SergiusTheBest/plog
78bb2edf1a90e576693dabe26a145fe5cd8c14c0
.eslintrc.yml
.eslintrc.yml
--- root: true env: es6: true browser: true mocha: true node: true rules: block-scoped-var: 2 block-spacing: [2, always] brace-style: [2, 1tbs] comma-dangle: 0 curly: [2, all] dot-notation: 2 eqeqeq: 2 handle-callback-err: 2 indent: [2, tab] key-spacing: [2, {beforeColon: false, afterColo...
--- root: true env: es6: true browser: true mocha: true node: true rules: block-scoped-var: 2 block-spacing: [2, always] brace-style: [2, 1tbs] comma-dangle: 0 curly: [2, all] dot-notation: 2 eqeqeq: 2 handle-callback-err: 2 indent: [2, tab, { "MemberExpression": 1 }] key-spacing: [2, {be...
Make sure multiline chains of calls are correctly indented
Make sure multiline chains of calls are correctly indented Without this rule, the following examples are passing ESLint: ```js foo() .bar(); // 0 tabs foo() .bar() // 2 tabs .baz(); // 1 tab foo() .bar() // 2 spaces .baz(); // 1 tab ```
YAML
mit
metsjeesus/lounge,MaxLeiter/lounge,FryDay/lounge,ScoutLink/lounge,rockhouse/lounge,MaxLeiter/lounge,realies/lounge,FryDay/lounge,libertysoft3/lounge-autoconnect,ScoutLink/lounge,williamboman/lounge,FryDay/lounge,realies/lounge,sebastiencs/lounge,metsjeesus/lounge,thelounge/lounge,rockhouse/lounge,ScoutLink/lounge,liber...
4955203be3f76b40479180fe7dfc80e95223ad88
database.yml
database.yml
db: adapter: postgresql encoding: utf8 database: pg_generate_series pool: 5 username: postgres password: postgres host: "<%= /\Atcp:\/\/([0-9.]+):/.match(ENV['DOCKER_HOST']) ? $1 : 'localhost' %>"
db: adapter: postgresql encoding: utf8 database: pg_generate_series pool: 5 username: "<%= ENV.fetch('POSTGRES_USER_NAME', 'postgres') %>" password: "<%= ENV.fetch('POSTGRES_PASSWORD', 'postgres') %>" host: "<%= ENV.fetch('POSTGRES_HOST', /\Atcp:\/\/([0-9.]+):/.match(ENV['DOCKER_HOST']) ? $1 : 'localh...
Set data parameters via env vars
Set data parameters via env vars
YAML
mit
ryu39/active_record-pg_generate_series,ryu39/active_record-pg_generate_series
57bb9caefe2851b70e4c9976dd4518a676d6df60
Configuration/Settings.yaml
Configuration/Settings.yaml
Neos: Flow: security: authentication: providers: 'Neos.Neos:Backend': requestPatterns: 'Flowpack.Neos.FrontendLogin:NeosBackend': pattern: Flowpack\Neos\FrontendLogin\Security\NeosRequestPattern 'Flowpack.Neos.FrontendLogin:Frontend': ...
Neos: Flow: security: authentication: providers: 'Neos.Neos:Backend': requestPatterns: 'Flowpack.Neos.FrontendLogin:NeosBackend': pattern: Flowpack\Neos\FrontendLogin\Security\NeosRequestPattern 'Flowpack.Neos.FrontendLogin:Frontend': ...
Configure Main and Modules translation
TASK: Configure Main and Modules translation To be able to use the labels in the new UI we need the configuration bit different. Otherwise the labels don't show up in the xliff.json
YAML
mit
Flowpack/Flowpack.Neos.FrontendLogin,Flowpack/Flowpack.Neos.FrontendLogin
bf9a137d27c8c56fcf154745198afc6090022c2a
hieradata/class/api_mongo.yaml
hieradata/class/api_mongo.yaml
--- govuk_safe_to_reboot::can_reboot: 'overnight' govuk_safe_to_reboot::reason: 'Secondaries will reboot overnight if cluster is healthy' lv: mongodb: pv: - '/dev/sdb1' - '/dev/sdd1' - '/dev/sdf1' vg: 'backup' data: pv: '/dev/sdc1' vg: 'mongodb' s3backups: pv: '/dev/sde1' vg:...
--- govuk_safe_to_reboot::can_reboot: 'overnight' govuk_safe_to_reboot::reason: 'Secondaries will reboot overnight if cluster is healthy' lv: mongodb: pv: - '/dev/sdb1' - '/dev/sdd1' - '/dev/sdf1' vg: 'backup' data: pv: - '/dev/sdc1' - '/dev/sdg1' vg: 'mongodb' s3backups: ...
Add additional disk to API Mongo boxes
Add additional disk to API Mongo boxes This additional 64GB disk has been added to each api-mongo machine on production and I'm in the process of adding this to staging. Currently this has been configured manually on production and this will allow it to be configured by puppet again.
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
dc8af7313c12fba8965c612c7c60941ff3c0f289
config/mongoid.yml
config/mongoid.yml
defaults: &defaults options: use_utc: true use_activesupport_time_zone: true identity_map_enabled: true development: <<: *defaults sessions: default: database: cloudsdale hosts: - <%= ENV['MONGO_URL'] || "localhost:27017" %> options: safe: false consist...
defaults: &defaults options: use_utc: true use_activesupport_time_zone: true identity_map_enabled: true development: <<: *defaults sessions: default: database: cloudsdale hosts: - <%= ENV['MONGO_URL'] || "localhost:27017" %> options: safe: false consist...
Connect to mongodb on a host specified by the environment.
Connect to mongodb on a host specified by the environment.
YAML
mit
cloudsdaleapp/cloudsdale-web,cloudsdaleapp/cloudsdale-web,cloudsdaleapp/cloudsdale-web,cloudsdaleapp/cloudsdale-web
8ba9bb3f67026b0430fce861402fca40e5fca771
config/sidekiq.yml
config/sidekiq.yml
:verbose: false :concurrency: 12 :queues: - [rollbacks, 2] - [sync, 2] - [default, 5] :schedule: # # Syntax: # # mm hh dd mt wd command # # mm minute 0-59 # hh hour 0-23 # dd day of month 1-31 # mt month 1-12 # wd day of week 0-7 (Sunday = 0 or 7) # # Online converter: https://crontab.gu...
:verbose: false :concurrency: 12 :queues: - [rollbacks, 2] - [sync, 2] - [default, 5] :schedule: # # Syntax: # # mm hh dd mt wd command # # mm minute 0-59 # hh hour 0-23 # dd day of month 1-31 # mt month 1-12 # wd day of week 0-7 (Sunday = 0 or 7) # # Online converter: https://crontab.gu...
Update scheduled time for Recache and Reindex tasks
Update scheduled time for Recache and Reindex tasks We discovered while testing on dev and staging that the times on both appear to be out by an hour due to the app running in UTC meaning that they run during the previous day and are then not available.
YAML
mit
bitzesty/trade-tariff-backend,bitzesty/trade-tariff-backend,bitzesty/trade-tariff-backend
9d447cb969db59d112e717f2938b718f5260d78f
config/sidekiq.yml
config/sidekiq.yml
:verbose: true :concurrency: 8 :logfile: ./log/sidekiq.json.log :queues: - scheduled_publishing - default - publishing_api - asset_manager - email_alert_api_signup - bulk_republishing - sync_checks - link_checks - asset_migration :schedule: check_all_organisations_links_worker: cron: '0 1 * * *'...
:verbose: true :concurrency: 8 :logfile: ./log/sidekiq.json.log :queues: - scheduled_publishing - default - publishing_api - asset_manager - email_alert_api_signup - bulk_republishing - link_checks - asset_migration :schedule: check_all_organisations_links_worker: cron: '0 1 * * *' # Runs at 1 a.m...
Remove the sync_check Sidekiq queue
Remove the sync_check Sidekiq queue As the code using it has been removed.
YAML
mit
alphagov/whitehall,alphagov/whitehall,alphagov/whitehall,alphagov/whitehall
922906639cdb15c8bc09e0e9daa276a2610bb523
packages/cl/classyplate.yaml
packages/cl/classyplate.yaml
homepage: '' changelog-type: markdown hash: af22c006dd50c3f840e61c3418360ea35bb00f6563b3f0e1cb41a032c4285f83 test-bench-deps: {} maintainer: nboldi@elte.hu synopsis: Fuseable type-class based generics changelog: ! "# Revision history for classyplate\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n* First version. Released on...
homepage: '' changelog-type: markdown hash: 5d32225dc3c445b132d6fc10e7169d15d441007bb3c96e42a7fecbb086caa450 test-bench-deps: {} maintainer: nboldi@elte.hu synopsis: Fuseable type-class based generics changelog: ! "# Revision history for classyplate\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n* First version. Released on...
Update from Hackage at 2016-12-05T08:49:27Z
Update from Hackage at 2016-12-05T08:49:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
ea98b37ecaf74bed67f51869a823e3f7e12bd5fa
packages/li/linux-evdev.yaml
packages/li/linux-evdev.yaml
homepage: http://github.com/bgamari/linux-evdev changelog-type: '' hash: 133cb7b0784af72a62aa1336eadccb630097048cb45478c5263717c8795afe68 test-bench-deps: {} maintainer: bgamari.foss@gmail.com synopsis: Bindings to Linux evdev input device interface. changelog: '' basic-deps: bytestring: ! '>=0.9 && <0.11' unix: ! ...
homepage: http://github.com/bgamari/linux-evdev changelog-type: '' hash: 021bc71880cba6ca10da787763f6455c9e04f98a1c0a33ea0506f78311f3d2be test-bench-deps: {} maintainer: bgamari.foss@gmail.com synopsis: Bindings to Linux evdev input device interface. changelog: '' basic-deps: bytestring: ! '>=0.9 && <0.11' unix: ! ...
Update from Hackage at 2019-12-09T17:12:15Z
Update from Hackage at 2019-12-09T17:12:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
9f126af8e3f86cc2ebf2bd0d559b5a400e12afb8
docker-compose.yml
docker-compose.yml
processor: build: . links: - queue - db environment: VIP_DP_AWS_ACCESS_KEY: VIP_DP_AWS_SECRET_KEY: VIP_DP_S3_BUCKET: VIP_DP_SQS_REGION: VIP_DP_SQS_QUEUE: VIP_DP_SQS_FAIL_QUEUE: VIP_DP_RABBITMQ_EXCHANGE: queue: image: rabbitmq:3.4.3-management ports: - "15672" environm...
processor: build: . links: - queue - db environment: VIP_DP_AWS_ACCESS_KEY: VIP_DP_AWS_SECRET_KEY: VIP_DP_S3_BUCKET: VIP_DP_SQS_REGION: VIP_DP_SQS_QUEUE: VIP_DP_SQS_FAIL_QUEUE: VIP_DP_RABBITMQ_EXCHANGE: queue: image: rabbitmq:3.4.3-management ports: - "15672" hostname...
Fix queue container across runs
[CS] Fix queue container across runs See docker-library/rabbitmq#6 for more info.
YAML
bsd-3-clause
votinginfoproject/data-processor
ac6c644bf5ba853c80621876b35d81674494e346
recipes/codecarbon/meta.yaml
recipes/codecarbon/meta.yaml
{% set name = "codecarbon" %} {% set version = "1.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/codecarbon-{{ version }}.tar.gz sha256: 8a89a321f6ce371abc20b9e9faf2d743d9276cdcd474c1960f194043532d0412 build: number: 0 ...
{% set name = "codecarbon" %} {% set version = "1.2.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/codecarbon-{{ version }}.tar.gz sha256: 8a89a321f6ce371abc20b9e9faf2d743d9276cdcd474c1960f194043532d0412 build: number: 0 ...
UPDATE make noarch and add license
UPDATE make noarch and add license
YAML
bsd-3-clause
igortg/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-rec...
ef14b2e124671f8a5284388fdd2e098a013c85d7
recipes/polar2grid/meta.yaml
recipes/polar2grid/meta.yaml
{% set name = "polar2grid" %} {% set version = "2.4.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/polar2grid-{{ version }}.tar.gz sha256: 06e555d57ba3e5fd8e78dd0149d88b4571e37787b79f088e6c374856980c7135 build: number: 0 ...
{% set name = "polar2grid" %} {% set version = "2.4.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/polar2grid-{{ version }}.tar.gz sha256: 06e555d57ba3e5fd8e78dd0149d88b4571e37787b79f088e6c374856980c7135 build: number: 0 ...
Update license identifer to be SPDX compatible
Update license identifer to be SPDX compatible
YAML
bsd-3-clause
stuertz/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,patricksnape/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,hadim/stage...
5ec68226afc3685ed8744afb9f3e71781da248b7
recipes/py-cpuinfo/meta.yaml
recipes/py-cpuinfo/meta.yaml
{% set name = "py-cpuinfo" %} {% set version = "0.2.3" %} {% set sha256 = "f6a016fdbc4e7fadf2d519090fcb4fa9d0831bad4e85245d938e5c2fe7623ca6" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na...
{% set name = "py-cpuinfo" %} {% set version = "0.2.3" %} {% set sha256 = "f6a016fdbc4e7fadf2d519090fcb4fa9d0831bad4e85245d938e5c2fe7623ca6" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ na...
Use the old syntax for architecture-independent packages
Use the old syntax for architecture-independent packages
YAML
bsd-3-clause
guillochon/staged-recipes,isuruf/staged-recipes,benvandyke/staged-recipes,dschreij/staged-recipes,Juanlu001/staged-recipes,rmcgibbo/staged-recipes,SylvainCorlay/staged-recipes,grlee77/staged-recipes,rvalieris/staged-recipes,mariusvniekerk/staged-recipes,sannykr/staged-recipes,NOAA-ORR-ERD/staged-recipes,asmeurer/staged...
4f118fe036529f923ebef352105da68c59065130
metadata/com.arduia.expense.yml
metadata/com.arduia.expense.yml
Categories: - Money License: GPL-3.0-or-later AuthorName: Aung Ye Htet AuthorEmail: dev.arduia@gmail.com SourceCode: https://github.com/arduia/ProExpense IssueTracker: https://github.com/arduia/ProExpense/issues AutoName: Pro Expense RepoType: git Repo: https://github.com/arduia/ProExpense Builds: - versionName:...
Categories: - Money License: GPL-3.0-or-later AuthorName: Aung Ye Htet AuthorEmail: dev.arduia@gmail.com SourceCode: https://github.com/arduia/ProExpense IssueTracker: https://github.com/arduia/ProExpense/issues AutoName: Pro Expense RepoType: git Repo: https://github.com/arduia/ProExpense Builds: - versionName:...
Update Pro Expense to 1.0.0-beta01 (7)
Update Pro Expense to 1.0.0-beta01 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
42faa6d7079bb1dcf5281b3fea836e5f250563b0
metadata/com.exifthumbnailadder.app.yml
metadata/com.exifthumbnailadder.app.yml
Categories: - Graphics License: GPL-3.0-or-later SourceCode: https://github.com/tenzap/exif-thumbnail-adder IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues AutoName: Exif Thumbnail Adder RepoType: git Repo: https://github.com/tenzap/exif-thumbnail-adder.git Builds: - versionName: 0.9.0 ve...
Categories: - Graphics License: GPL-3.0-or-later SourceCode: https://github.com/tenzap/exif-thumbnail-adder IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues AutoName: Exif Thumbnail Adder RepoType: git Repo: https://github.com/tenzap/exif-thumbnail-adder.git Builds: - versionName: 0.9.0 ve...
Update Exif Thumbnail Adder to 0.9.4 (136)
Update Exif Thumbnail Adder to 0.9.4 (136)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
913f9b9b6c6b43480ee4ba5a9f9cea15cda3843d
metadata/cz.vitskalicky.lepsirozvrh.yml
metadata/cz.vitskalicky.lepsirozvrh.yml
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule RepoTyp...
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule RepoTyp...
Update Better schedule to 1.1 (2)
Update Better schedule to 1.1 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
f7d1bbc423048836bd1bc351789b26d63bf53ec5
kubernetes/stage/deployment.yaml
kubernetes/stage/deployment.yaml
--- apiVersion: apps/v1 kind: Deployment metadata: name: moderator namespace: moderator-stage labels: app: moderator spec: replicas: 1 selector: matchLabels: app: moderator template: metadata: labels: app: moderator spec: containers: - name: moderator-web ...
--- apiVersion: apps/v1 kind: Deployment metadata: name: moderator namespace: moderator-stage labels: app: moderator spec: replicas: 1 selector: matchLabels: app: moderator template: metadata: labels: app: moderator spec: containers: - name: moderator-web ...
Deploy lastest version of Moderator to stage
Deploy lastest version of Moderator to stage
YAML
agpl-3.0
mozilla/mozmoderator,akatsoulas/mozmoderator,akatsoulas/mozmoderator,akatsoulas/mozmoderator,mozilla/mozmoderator,mozilla/mozmoderator
d231035846e585b3d0d163c54120fb1e7b0d4149
recipe/meta.yaml
recipe/meta.yaml
{% set name = "sedflux" %} {% set version = "2.1.2" %} package: name: {{ name }} version: {{ version }} source: git_url: https://github.com/mcflugen/{{ name }} git_branch: add-function-pointers requirements: build: - cmake - gcc [osx] - pkg-config [osx] - glib [osx] - libiconv [osx] r...
{% set name = "sedflux" %} {% set version = "2.1.2" %} package: name: {{ name }} version: {{ version }} source: git_url: https://github.com/mcflugen/{{ name }} git_branch: add-function-pointers requirements: build: - cmake - clangxx_osx-64 [osx] - gxx_linux-64 [linux] - pkg-config [osx] ...
Use the new conda C++ compilers
Use the new conda C++ compilers The new compilers replace the `gcc` package. Also require `glib` for Linux, and increment the build number.
YAML
mit
csdms-stack/sedflux-recipe
6457a79adfc683c688b3e8cfb190c72479f967c7
docker-compose.yml
docker-compose.yml
version: '3' services: backend: image: marcel-back-end ports: - 8090:8090 volumes: - ./test_env/data:/backend/data - ./test_env/plugins:/backend/plugins - ./test_env/medias:/backend/medias - ./test_env/logs:/backend/logs back-office: image: marcel-back-office ports: ...
version: '3' services: backend: image: marcel-back-end ports: - 8090:8090 volumes: - ./data:/backend/data - ./plugins:/backend/plugins - ./medias:/backend/medias - ./logs:/backend/logs back-office: image: marcel-back-office ports: - 81:80 volumes: - ./back...
Update volumes in docker compose file
:whale: Update volumes in docker compose file
YAML
mit
Zenika/MARCEL,Zenika/MARCEL,Zenika/MARCEL,Zenika/MARCEL
54a48894fe66a333824d3dae9d6763b647b01fb3
docker-compose.yml
docker-compose.yml
version: '2.4' services: mariadb: build: src/main/docker/mariadb ports: - '3308:3306'
version: '2.4' services: mariadb: build: src/main/docker/mariadb ports: - '3308:3306' mailhog: image: mailhog/mailhog:v1.0.0 ports: - '1025:1025' - '8025:8025'
Add Mailhog to docker compose file
Add Mailhog to docker compose file
YAML
apache-2.0
synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung
0ae290a3b0e422cf0b3ed09869ccc6b40ad7279c
docker-compose.yml
docker-compose.yml
front: env_file: - ./.env build: front ports: - "80:80" - "443:443" volumes: - ./front/config/vanilla/:/var/www/conf/ - ./front/uploads/:/var/www/uploads/ - ./front/logs/nginx/:/var/log/nginx/ - ./front/logs/php5-fpm/:/var/log/php5-fpm/ links: - database:database - cache:ca...
front: restart: always env_file: - ./.env build: front ports: - "80:80" - "443:443" volumes: - ./front/config/vanilla/:/var/www/conf/ - ./front/uploads/:/var/www/uploads/ - ./front/logs/nginx/:/var/log/nginx/ - ./front/logs/php5-fpm/:/var/log/php5-fpm/ links: - database:datab...
Make sure containers are restarted automatically.
Make sure containers are restarted automatically.
YAML
mit
kasperisager/vanilla-dockerized
734a89c135b2e3d32560ce423b0932d0cbbe85ef
.codeclimate.yml
.codeclimate.yml
languages: JavaScript: true PHP: true exclude_paths: - "src/assets/css" - "src/assets/js/components" - "tests/*"
languages: JavaScript: true PHP: true exclude_paths: - "src/assets/css/*" - "src/assets/js/components/*" - "tests/*"
Add wildcard to code climate paths
Add wildcard to code climate paths
YAML
mit
nlemoine/papi,rasmusbe/papi,wp-papi/papi,ekandreas/papi,ekandreas/papi,rasmusbe/papi,rasmusbe/papi,nlemoine/papi,isotopsweden/wp-papi,nlemoine/papi,isotopsweden/wp-papi,wp-papi/papi,isotopsweden/wp-papi,ekandreas/papi,wp-papi/papi
2e5ab02ea17ab5c89057433283b77192946736a7
.codeclimate.yml
.codeclimate.yml
engines: checkstyle: enabled: true channel: "beta" ratings: paths: - "**.java"
engines: checkstyle: enabled: true channel: "beta" ratings: paths: - "**.java" exclude_patterns: - "src/main/java/io/prometheus/common/ConfigVals.java"
Remove ConfigVals.java from Code Climate review
Remove ConfigVals.java from Code Climate review
YAML
apache-2.0
pambrose/prometheus-proxy,pambrose/prometheus-proxy,pambrose/prometheus-proxy
81897b9e599b869aa0e1ee32657324e2cf826b8a
tasks/firewalld.yml
tasks/firewalld.yml
--- - name: 'Enable firewalld' service: name=firewalld state=started enabled=yes - name: 'Open Apache firewall ports' firewalld: port: '{{ item }}' state: enabled permanent: yes with_items: - 443/tcp - 8443/tcp register: firewall - name: 'Restart firewalld' service: name=firewalld state=...
--- - name: 'Enable firewalld' service: name=firewalld state=started enabled=yes - name: 'Open default Apache firewall ports' firewalld: port: '{{ item }}' state: enabled permanent: yes with_items: - 443/tcp register: firewall - name: 'Open Apache firewall port 8443 for the Backchannel when en...
Enable or disable port 8443 based on enable_backchannel flag
Enable or disable port 8443 based on enable_backchannel flag
YAML
apache-2.0
ausaccessfed/shibboleth-idp-installer,ausaccessfed/shibboleth-idp-installer
7ae42522575f187d9784966ba3e5cc396c3a21ec
.readthedocs.yml
.readthedocs.yml
version: 2 sphinx: configuration: docs/conf.py formats: all python: version: 3.8 install: - method: pip path: . extra_requirements: - docs
version: 2 sphinx: configuration: docs/conf.py formats: all python: version: "3.8" install: - method: pip path: . extra_requirements: - docs
Fix RTD config to pass linting
Fix RTD config to pass linting python.version should be a string.
YAML
mit
sloria/webargs
c2236c11d287b48f8c47cb579f376d5b524be3db
.readthedocs.yml
.readthedocs.yml
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePu...
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Optionally build your docs in additional formats such as PDF and ePu...
Install from setup.py before building docs
Install from setup.py before building docs
YAML
mit
tBuLi/symfit
a9abed6028910223909522e2b6a51cf43dcd4271
.scrutinizer.yml
.scrutinizer.yml
build: environment: python: 3.7.7 dependencies: override: - "pip install -r requirements.txt -r requirements-test.txt" nodes: analysis: tests: override: - js-scrutinizer-run - py-scrutinizer-run coverage: environment: apt_packages: - ...
build: environment: python: 3.7.9 dependencies: override: - "pip install -r requirements.txt -r requirements-test.txt" nodes: analysis: tests: override: - js-scrutinizer-run - py-scrutinizer-run coverage: environment: apt_packages: - ...
Set Python version for Scrutinizer CI to v3.7.9 (from v3.7.7)
Set Python version for Scrutinizer CI to v3.7.9 (from v3.7.7)
YAML
bsd-3-clause
homeworkprod/byceps,homeworkprod/byceps,homeworkprod/byceps
f2ed03952dc08cae16cf2791700ec21599093f47
.scrutinizer.yml
.scrutinizer.yml
filter: excluded_paths: - 'vendor/*' - 'tests/*' - 'bin/*' checks: php: true code_rating: true duplication: true javascript: true coding_style: php: spaces: around_operators: bitwise: false
filter: excluded_paths: - 'vendor/*' - 'tests/*' - 'bin/*' checks: php: true code_rating: true duplication: true javascript: true coding_style: php: spaces: around_operators: bitwise: false
Add code quality check tool
Add code quality check tool
YAML
mit
Gixx/WebHemi,Gixx/WebHemi,Gixx/WebHemi,Gixx/WebHemi
44562e9b3456f878fdb30de03ac3ebeb1cce0657
Configuration/Routes.yaml
Configuration/Routes.yaml
- name: 'Landing Route' uriPattern: '' defaults: '@controller': 'Standard' '@action': 'index' '@package': 'SquadIT.WebApp' '@format': 'html' - name: 'Squad Management' uriPattern: 'squad/{squad}/{@action}' defaults: '@package': 'SquadIT.WebApp' '@controller': 'Squad' '@format': '...
- name: 'Landing Route' uriPattern: '' defaults: '@controller': 'Standard' '@action': 'index' '@package': 'SquadIT.WebApp' '@format': 'html' - name: 'Squalendar' uriPattern: 'squad/{squad}/squalendar/{@action}' defaults: '@package': 'SquadIT.WebApp' '@controller': 'Event' '@actio...
Add routing for the squalendar
TASK: Add routing for the squalendar
YAML
mit
PalatinCoder/SquadIT.WebApp,PalatinCoder/SquadIT.WebApp
451969a50e7ccd48dc2318fe07348d59a9466d8b
packages/mo/monad-parallel.yaml
packages/mo/monad-parallel.yaml
homepage: http://trac.haskell.org/SCC/wiki/monad-parallel changelog-type: '' hash: 6f758362c2bc9557252f5075c70b42842a7b72ed03fcff79c037107d5d2f21db test-bench-deps: {} maintainer: blamario@yahoo.com synopsis: Parallel execution of monadic computations changelog: '' basic-deps: base: <5 transformers: ! '>=0.2 && <0....
homepage: http://trac.haskell.org/SCC/wiki/monad-parallel changelog-type: '' hash: 50eb9af71ed9cbd43d00e2422440105f16af3b0f73f1247620323aad5530f0cf test-bench-deps: {} maintainer: blamario@yahoo.com synopsis: Parallel execution of monadic computations changelog: '' basic-deps: base: <5 transformers: ! '>=0.2 && <0....
Update from Hackage at 2016-02-07T23:21:19+0000
Update from Hackage at 2016-02-07T23:21:19+0000
YAML
mit
commercialhaskell/all-cabal-metadata
4ccf72a353879b447aef93c8fc276e1e582151d1
packages/ty/type-operators.yaml
packages/ty/type-operators.yaml
homepage: https://github.com/Shou/type-operators#readme changelog-type: '' hash: 8e1e2154c9b3d3b8d267ecc419768044bb56328a814ef7942d6b17e492129171 test-bench-deps: {} maintainer: x@shou.io synopsis: Various type-level operators changelog: '' basic-deps: base: ! '>=4.7 && <5' ghc-prim: -any all-versions: - 0.1.0.0 - ...
homepage: https://github.com/Shou/type-operators#readme changelog-type: '' hash: 8b7f815ee0ba9c8e4a5703fffc9db8a9eba8afba20cc75c16e6d878e97b77b83 test-bench-deps: {} maintainer: x@shou.io synopsis: Various type-level operators changelog: '' basic-deps: base: ! '>=4.7 && <5' ghc-prim: -any all-versions: - 0.1.0.0 - ...
Update from Hackage at 2019-03-09T13:47:34Z
Update from Hackage at 2019-03-09T13:47:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
43af3e10f412dc9664f94cb7773ac820ac8ff13d
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: [push, pull_request] jobs: tests: name: Test PHP ${{ matrix.php }} runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: matrix: php: ['7.4', '8.0', '8.1'] experimental: [false] include: - php: 8.1 analysis: tr...
name: CI on: [push, pull_request] jobs: tests: name: Test PHP ${{ matrix.php }} runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: matrix: php: ['7.4', '8.0', '8.1'] experimental: [false] include: - php: 8.1 analysis: tr...
Add static analysis to CI workflow
Add static analysis to CI workflow
YAML
mit
adbario/php-dot-notation
33954c6ec777ab0741319f63b58e002ba9128297
playbooks/edx-west/prod-app.yml
playbooks/edx-west/prod-app.yml
# This uses variable expansion so you can select machine(s) from the command line # using the -e flag. See README for instructions on how to use. - hosts: ~tag_Name_{{machine}}_prod pre_tasks: - fail: msg="This playbook only runnable on 'app' machines" when: "'app' not in machine" sudo: True post_tasks: ...
# This uses variable expansion so you can select machine(s) from the command line # using the -e flag. See README for instructions on how to use. - hosts: ~tag_Name_{{machine}}_prod pre_tasks: - fail: msg="This playbook only runnable on 'app' machines" when: "'app' not in machine" sudo: True post_tasks: ...
Fix DataDog iff script exists
Fix DataDog iff script exists
YAML
agpl-3.0
Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration
20b24f463cf8f37dce74ff215b69285a7395eda5
hw/bsp/nucleo-l476rg/syscfg.yml
hw/bsp/nucleo-l476rg/syscfg.yml
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not...
Add mcuboot max sectors config
Add mcuboot max sectors config This board needs more than the default 120 sectors for doing a swap upgrade (setting is only used by MCUBoot).
YAML
apache-2.0
mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core
0e914e335d6a6be56de763bdfaa8316324eabb9a
.binstar.yml
.binstar.yml
package: wk-ttyjs user: wakari install: - conda config --system --add channels https://conda.binstar.org/wakari script: - conda build conda.recipe build_targets: conda notifications: email: recipients: bkreider@continuum.io
package: wk-ttyjs user: wakari install: - conda config --add channels https://conda.binstar.org/wakari script: - conda build conda.recipe build_targets: conda notifications: email: recipients: bkreider@continuum.io
Add wakari channel to build
Add wakari channel to build
YAML
mit
ContinuumIO/tty.js,weebygames/tty.js,weebygames/tty.js,weebygames/tty.js,ContinuumIO/tty.js,jsio-private/tty.js,jsio-private/tty.js,ContinuumIO/tty.js,jsio-private/tty.js,weebygames/tty.js,jsio-private/tty.js
eda93dbec7454e4ec3cf2a436d89ecede16ebc70
.rubocop.yml
.rubocop.yml
inherit_from: - ./.rubocop_todo.yml AllCops: RunRailsCops: true Exclude: - bin/**/* - db/**/* Lint/EndAlignment: Enabled: true AlignWith: variable Lint/HandleExceptions: Enabled: true StyleGuide: '#dont-hide-exceptions' Style/Documentation: Enabled: false Style/DotPosition: Enabled: true ...
inherit_from: - ./.rubocop_todo.yml AllCops: RunRailsCops: true Exclude: - bin/**/* - db/**/* Lint/EndAlignment: Enabled: true AlignWith: variable Lint/HandleExceptions: Enabled: true StyleGuide: '#dont-hide-exceptions' Style/Documentation: Enabled: false Style/DotPosition: Enabled: true ...
Use double quotes to write String literals in this project
Use double quotes to write String literals in this project
YAML
mit
satoryu/rws-ruby-sdk-rails-sample,satoryu/rws-ruby-sdk-rails-sample,satoryu/rws-ruby-sdk-rails-sample
17e4ddc2ef99dc4b5ac09ae7c243c5a7e5af4347
roles/shell/tasks/main.yml
roles/shell/tasks/main.yml
--- - file: path=~/.bin state=directory - include: packages.yml sudo: true - include: vim.yml - include: zsh.yml ### Other dotfiles - file: path=~/.config/htop state=directory - copy: dest=~/.{{ item }} src={{ item }} with_items: - gitconfig - hgrc - tmux.conf - tmux.theme.conf - screen...
--- - file: path=~/.bin state=directory - include: packages.yml sudo: true - include: vim.yml - include: zsh.yml ### Other dotfiles - file: path=~/.config/htop state=directory - file: path=~/.config/htop state=directory sudo: true - copy: dest=~/.{{ item }} src={{ item }} with_items: - gitcon...
Add `htop` and `screen` config files for root
Add `htop` and `screen` config files for root
YAML
mit
ryansb/workstation,ryansb/workstation,ryansb/workstation
7cae983632e08bfb63f324ec1cbbb4936a4331f3
manifest.yml
manifest.yml
--- language: staticfile default_versions: - name: nginx version: 1.11.9 exclude_files: - ".git/" - ".gitignore" - ".gitmodules" - ".rspec" - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip url_to_dependency_map: - match: nginx-(\d+\.\d+\.\d+) name: nginx version: "$1" dependencies: -...
--- language: staticfile default_versions: - name: nginx version: 1.11.9 exclude_files: - ".git/" - ".gitignore" - ".gitmodules" - ".rspec" - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip url_to_dependency_map: - match: nginx-(\d+\.\d+\.\d+) name: nginx version: "$1" dependencies: -...
Update dependency filename with short hash
Update dependency filename with short hash [#137294651] Signed-off-by: Sam Smith <03a07629efb0a02c7bbe7cc340a4243da1ab861a@gmail.com>
YAML
mit
SaberZaabouti/myBuildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,cloudfoundry/sta...
705874c4b0a538e47dd76adafef5996d3412ccd4
manifest.yml
manifest.yml
--- language: staticfile exclude_files: - .git/ - .gitignore - .gitmodules - .rspec - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip url_to_dependency_map: - match: nginx.tgz name: nginx version: 1.9.14 dependencies: - name: nginx version: 1.9.14 ur...
--- language: staticfile exclude_files: - .git/ - .gitignore - .gitmodules - .rspec - cf_spec/ - log/ - test/ - buildpack-packager/ - staticfile_buildpack-*v*.zip url_to_dependency_map: - match: nginx.tgz name: nginx version: 1.9.15 dependencies: - name: nginx version: 1.9.15 ur...
Add nginx 1.9.15, remove nginx 1.9.14
Add nginx 1.9.15, remove nginx 1.9.14 [#117934027]
YAML
mit
dhaywael/static-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,dhaywael/static-buildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,cloudfoundry/staticfile-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,cloudfoundry/static...
cb7a90b4438476ea051c9d9f0567cc2ff0b1a8f5
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:latest-browsers working_directory: ~/project/functions steps: - checkout: path: ~/project - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the lates...
version: 2 jobs: build: docker: - image: circleci/node:8 working_directory: ~/project/functions steps: - checkout: path: ~/project - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no ...
Set CircleCI node version to 8
Set CircleCI node version to 8
YAML
apache-2.0
squanchy-dev/squanchy-firebase,squanchy-dev/squanchy-firebase
3c04ba468bd19935d9ea7ec96b07ba44b66d43bc
openedx.yaml
openedx.yaml
# This file describes this Open edX repo, as described in OEP-2: # http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification nick: proc owner: edx/educator-dahlia tags: - lms oeps: oep-2: True oep-3: state: False reason: TODO - Implement for this application if app...
# This file describes this Open edX repo, as described in OEP-2: # http://open-edx-proposals.readthedocs.io/en/latest/oeps/oep-0002.html#specification nick: proc owner: edx/educator-dahlia tags: - lms - library oeps: oep-2: True oep-3: state: False reason: TODO - Implement for this appl...
Add a tag to metadata.
Add a tag to metadata.
YAML
agpl-3.0
edx/edx-proctoring,edx/edx-proctoring,edx/edx-proctoring
a2dc044b62178e330e44eeccdbaba9711584873f
.github/reviewer-lottery.yml
.github/reviewer-lottery.yml
groups: - name: devs reviewers: 1 usernames: - slevenick - c2thorn - scottsuarez - melinath - megan07 - shuyama1
groups: - name: devs reviewers: 1 usernames: - rileykarson - slevenick - c2thorn - scottsuarez - melinath - megan07 - shuyama1
Add rileykarson back to reviewer lottery
Add rileykarson back to reviewer lottery
YAML
mpl-2.0
hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google
a8aa19c2f551a69e3d0a7f1155a756bbbc76c5d2
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:9@sha256:0ec3d7136ab6567ae4c9d13124ae3ae65bd8be3f026e3832836582b313b5ef90 - image: circleci/mongo:3@sha256:11ecec4935a0c69f00eab5eef60290223a92f36eb2c91892bfb3e821c6decbd5 steps: - checkout - run: yarn install --frozen-lockfile ...
version: 2 jobs: build: docker: - image: circleci/node:9@sha256:3bbc0f2ceaa5a136fba38c7ba52238802b37e51242a27b5454bf62045440eb72 - image: circleci/mongo:3@sha256:11ecec4935a0c69f00eab5eef60290223a92f36eb2c91892bfb3e821c6decbd5 steps: - checkout - run: yarn install --frozen-lockfile ...
Update circleci/node:9 Docker digest to 3bbc0f
Update circleci/node:9 Docker digest to 3bbc0f
YAML
mit
js-accounts/accounts
3ce80e0da1c17da186d298f9c54d36ab953f7e6c
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.6.5@sha256:3ef63aad4432165f241af710f4fc9c3358590a97e5ceaf9d3227ecbc16c17e00 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.6.5@sha256:ea7761f7b69977997624c97b30ef8fe011134a91d8c1f1ba29075a5f9ab45432 working_directory: ~/repo steps: - checko...
Update circleci/python:3.6.5 Docker digest to ea7761
Update circleci/python:3.6.5 Docker digest to ea7761
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
a2f1fc26f4b447e25459b70ca98528886379d149
.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: - image: circleci/node:7.10 working_directory: ~/repo steps: - checkout - restore_cache: keys: - ...
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: - image: circleci/node:7.10 working_directory: ~/repo steps: - checkout - restore_cache: keys: - ...
Revert "add deploy keys before the deploy step"
Revert "add deploy keys before the deploy step" This reverts commit 843bdfcc986abdb0da0c4d5e33176e14151f3243.
YAML
mit
range3/aigis-expcalc,range3/aigis-expcalc
43c3b71aa4fc805683b5cad59e8d7b3984eafdcf
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build-remote: docker: - image: ubuntu:18.04 steps: - run: apt-get update && apt-get install -y curl git - run: bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc build-local: docker: - image: ubuntu:18.04 steps: - checkout - run...
version: 2 jobs: build-remote: environment: SHELL: /bin/bash docker: - image: ubuntu:18.04 steps: - run: apt-get update && apt-get install -y curl git - run: bash -c "$(curl -fsSL https://bit.ly/dfdotfiles)" && source ~/.bashrc build-local: environment: SHELL: /bin/bash...
Set SHELL var for CircleCi 2.0
Set SHELL var for CircleCi 2.0
YAML
mit
dueyfinster/dotfiles
285053418cde5c0e68ebcfc6a7ee59d88b8e900f
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: node: docker: - image: becklyn/circleci-php7.4:latest steps: - checkout - run: npm ci - run: name: NPM Build command: npm run build # RUN - run: name: NPM aud...
version: 2 jobs: node: docker: - image: becklyn/circleci-php7.4:latest steps: - checkout - run: npm install - run: name: NPM Build command: npm run build # RUN - run: name: NP...
Use `npm i` instead of `npm ci` due to missing package-lock.json
Use `npm i` instead of `npm ci` due to missing package-lock.json
YAML
bsd-3-clause
Becklyn/kaba,Becklyn/kaba
a93e857fcfdd7e715490d7dfcdac540a0f082145
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: python: circleci/python@1.2.1 jobs: build-and-test: executor: python/default steps: - checkout - python/install-packages: pkg-manager: pip - python/install-packages: pip-dependency-file: requirements.txt pkg-manager: pip ...
version: 2.1 orbs: python: circleci/python@1.2.1 jobs: build-and-test: executor: python/default steps: - checkout - python/install-packages: pip-dependency-file: requirements.txt pkg-manager: pip - run: command: | bash run_tests.sh ...
Remove extra pip package thingy.
Remove extra pip package thingy.
YAML
apache-2.0
conversationai/unintended-ml-bias-analysis,conversationai/unintended-ml-bias-analysis
420b8f19a6ee78c67080352d08571b42c1445366
packages/fu/functor-infix.yaml
packages/fu/functor-infix.yaml
homepage: https://github.com/fmap/functor-infix changelog-type: '' hash: cea21a321031f556d7a21b51e049493e7cb78baf64dd63f0d1a36de01c4c735b test-bench-deps: {} maintainer: vi@computational.law synopsis: Infix operators for mapping over compositions of functors. Lots of them. changelog: '' basic-deps: base: ! '>=4.7 && ...
homepage: https://github.com/fmap/functor-infix changelog-type: '' hash: a2a1ead71ff9d52eff6823064809f34f7296e9311e4d2c156cb791cfbb95f67a test-bench-deps: {} maintainer: vi@computational.law synopsis: Infix operators for mapping over compositions of functors. Lots of them. changelog: '' basic-deps: base: '>=4.7 && <4...
Update from Hackage at 2022-01-13T23:28:16Z
Update from Hackage at 2022-01-13T23:28:16Z
YAML
mit
commercialhaskell/all-cabal-metadata
94dc59ba2b51bf1a4a755f84ec89b479111633a3
packages/ge/general-games.yaml
packages/ge/general-games.yaml
homepage: https://github.com/cgorski/general-games changelog-type: '' hash: 8b461c16f3918a73dba3c417bfbf2442c5a2afa78aa385f70e15acde35e31640 test-bench-deps: MonadRandom: -any base: -any hspec: -any HUnit: -any general-games: -any maintainer: cgorski@cgorski.org synopsis: Library supporting simulation of a nu...
homepage: https://github.com/cgorski/general-games changelog-type: '' hash: da59dae9c71d7e33819a76c10c32a92ded7609b5cfde2a5cbaf3dd498a7a0400 test-bench-deps: MonadRandom: -any base: -any hspec: -any HUnit: -any general-games: -any maintainer: cgorski@cgorski.org synopsis: Library supporting simulation of a nu...
Update from Hackage at 2017-02-27T19:50:08Z
Update from Hackage at 2017-02-27T19:50:08Z
YAML
mit
commercialhaskell/all-cabal-metadata
b2c70babd894e79c0ec3ac75ecaebab0233ffa4f
packages/to/token-limiter.yaml
packages/to/token-limiter.yaml
homepage: https://github.com/gregorycollins/token-limiter changelog-type: markdown hash: 8b02a1227ed494f9afefd7ceb2dd6f7e926a4c8d5d1d4e4b0c5982b2936e642a test-bench-deps: base: -any text: -any clock: -any async: -any token-limiter: -any tasty-hunit: ! '>=0.9' tasty: ! '>=1.0' QuickCheck: ! '>=2.10' main...
homepage: https://github.com/gregorycollins/token-limiter changelog-type: markdown hash: 8d8efdf3fe560afa5fa000ed2b3eda67b1763e83b689d221b409066cdd173488 test-bench-deps: base: -any text: -any clock: -any async: -any token-limiter: -any tasty-hunit: ! '>=0.9' tasty: ! '>=1.0' QuickCheck: ! '>=2.10' main...
Update from Hackage at 2019-11-03T22:00:43Z
Update from Hackage at 2019-11-03T22:00:43Z
YAML
mit
commercialhaskell/all-cabal-metadata
1d5054b6a89f910223682fa38406e8080e8ed550
config/rubocop.yml
config/rubocop.yml
AllCops: Includes: - '**/*.rake' - 'Gemfile' - 'Gemfile.devtools' Excludes: - '**/vendor/**' - '**/benchmarks/**' # Avoid parameter lists longer than five parameters. ParameterLists: Max: 3 CountKeywordArgs: true # Avoid more than `Max` levels of nesting. BlockNesting: Max: 3 # Align wi...
AllCops: Includes: - '**/*.rake' - 'Gemfile' - 'Gemfile.devtools' Excludes: - '**/vendor/**' - '**/benchmarks/**' # Avoid parameter lists longer than five parameters. ParameterLists: Max: 3 CountKeywordArgs: true # Avoid more than `Max` levels of nesting. BlockNesting: Max: 3 # Align wi...
Change some Rubocop settings for my personal taste
Change some Rubocop settings for my personal taste
YAML
mit
L2G/guard-xmllint
f746d4444ff974087170a5a04ae67888025c5a08
config/sidekiq.yml
config/sidekiq.yml
--- :verbose: false :concurrency: 2 :logfile: ./log/sidekiq.json.log :queues: - downstream_high - dependency_resolution - downstream_low - experiments - default
--- :verbose: false :concurrency: 2 :logfile: ./log/sidekiq.json.log :queues: - downstream_high - dependency_resolution - downstream_low - experiments - default - import
Add the queue used by the ImportWorker
Add the queue used by the ImportWorker
YAML
mit
alphagov/publishing-api,alphagov/publishing-api
4cd36f09926211d21f3fd37ebdf5678456889669
people/2016/spring/jflory7.yaml
people/2016/spring/jflory7.yaml
#hfoss name: Justin W. Flory avatar: jwf9260@rit.edu blog: https://blog.justinwflory.com feed: https://blog.justinwflory.com/category/foss/feed/ email: jflory7@gmail.com major: Networking and Systems Administration 2019 irc: jflory7 rit_dce: jwf9260 forges: - https://github.com/jflory7 - https://bitbucket.org/jflor...
#hfoss name: Justin W. Flory avatar: jwf9260@rit.edu blog: https://blog.justinwflory.com feed: https://blog.justinwflory.com/category/foss/feed/ email: jflory7@gmail.com major: Networking and Systems Administration 2019 irc: jflory7 rit_dce: jwf9260 forges: - https://github.com/jflory7 - https://bitbucket.org/jflor...
Correct URL for firstflight, add litreview1
Correct URL for firstflight, add litreview1
YAML
apache-2.0
deejoe/hfoss,deejoe/hfoss,theheckle/hfoss,theheckle/hfoss
a6509bad53116919e3fdb8ccfaf3c1ef22740a79
zuul.d/project.yaml
zuul.d/project.yaml
- project: templates: # - check-requirements # - openstack-cover-jobs # - openstack-lower-constraints-jobs # - openstack-python-jobs # - openstack-python3-train-jobs - publish-openstack-docs-pti # - release-notes-jobs-python3 check: jobs: - ironic-inspec...
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python3-train-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-inspector-grenade-ds...
Revert "Lets temporarily disable broken templates so we can fix gate"
Revert "Lets temporarily disable broken templates so we can fix gate" This reverts commit 497db8479bfb2f1d2895f65bb6e721b6259b8a66. Change-Id: Ida731235367ea9931e9e6b2bd848f1c7ca657075
YAML
apache-2.0
openstack/ironic-inspector,openstack/ironic-inspector
426c3a34bbd3deb9950d5f2006f235424235ee48
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:ff211e3a62d62e02f7cbc6fd34ef0cef983a0a5c1645bfc1019b2e45dcd9f36c working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:10924f48325d36e856aea55f91695a5b1a0576e7d890b1b5d02764bbcf3b2b1a working_directory: ~/repo steps: - checko...
Update circleci/python:3.7.3 Docker digest to 10924f4
Update circleci/python:3.7.3 Docker digest to 10924f4
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
211cc9bd99ca6bea735b6bc42210b33478f32022
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:8@sha256:f5606808bd76606fb053258b8281ad87c48811f1c10b2222850c2a3234a36bcb - image: circleci/mongo:3@sha256:d7b7fbdff8d1a62fee3fc7113265c55a205286f8027cd4b9815cccff31dea4be steps: - checkout - run: yarn install --frozen-lockfile ...
version: 2 jobs: build: docker: - image: circleci/node:8@sha256:f5606808bd76606fb053258b8281ad87c48811f1c10b2222850c2a3234a36bcb - image: circleci/mongo:3@sha256:aa59341f95052da53f148906263f86eeea56b465dcfbb145d4e81e4d455a3176 steps: - checkout - run: yarn install --frozen-lockfile ...
Update circleci/mongo:3 Docker digest to aa5934
Update circleci/mongo:3 Docker digest to aa5934
YAML
mit
js-accounts/accounts
056836978ebab3360517ecf3d0ecc1ffd07fcb8d
.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.9-browsers working_directory: ~/repo steps: - checkout ...
# 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.9-browsers working_directory: ~/repo steps: - checkout ...
Increment timeout run test circleci
Increment timeout run test circleci
YAML
mit
rafaelpimpa/buefy,rafaelpimpa/buefy,rafaelpimpa/buefy
9563d58bc3aea59c5717b379f99a5b380f368a74
.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:latest # Specify service dependencies here if necessary # CircleCI...
# 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:latest # Specify service dependencies here if necessary # CircleCI...
Enable snapshot tests for CircleCi
Enable snapshot tests for CircleCi
YAML
mit
Ciunkos/ciunkos.com
e5478973cae79f5dab66c9fe8b12174144e3bb1a
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: haskell: haskell-works/haskell-build@1.6.0 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 - haskell/build: name: ...
version: 2.1 orbs: haskell: haskell-works/haskell-build@1.6.2 github: haskell-works/github-release@1.2.1 hackage: haskell-works/hackage@1.0.0 workflows: multiple-ghc-build: jobs: - haskell/build: name: GHC 8.2.2 executor: haskell/ghc-8_2_2 - haskell/build: name: ...
Upgrade circleci to use haskell/build 1.6.2
Upgrade circleci to use haskell/build 1.6.2
YAML
bsd-3-clause
haskell-works/hw-bits
0200ba39aaf13d1e1608f928b95ea5ae260c110c
.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 defaults: &defaults docker: - image: circleci/node:7 working_directory: ~/repo restore-npm-cache: &restore-npm-cache restore_cache: keys: - v1-dependencies-{{ ch...
# Javascript Node CircleCI 2.0 configuration file # Check https://circleci.com/docs/2.0/language-javascript/ for more details version: 2 defaults: &defaults docker: - image: circleci/node:7 working_directory: ~/repo restore-npm-cache: &restore-npm-cache restore_cache: keys: - v1-dependencies-{{ ch...
Remove website task until we can figure it out
Remove website task until we can figure it out
YAML
mit
vigetlabs/microcosm,vigetlabs/microcosm,vigetlabs/microcosm
3624fb7183b21b63f82a71a1901c35c82b351996
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/buildpack-deps:disco working_directory: ~/EasyFXML steps: - setup_remote_docker - checkout - run: name: Docker build command: 'docker build -t easyfxml/test ...
version: 2 jobs: build: docker: - image: circleci/buildpack-deps:disco working_directory: ~/EasyFXML steps: - setup_remote_docker - checkout - run: name: Docker build command: 'docker build -t easyfxml/test ...
Use mapping only for cache management
Use mapping only for cache management
YAML
apache-2.0
Tristan971/EasyFXML,Tristan971/EasyFXML
c3d1d5865640849f40b01a074c910b5b683a4605
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/python:3.6.1 working_directory: ~/repo steps: - checkout - restore_cache: key: deps-{{ .Branch }}-{{ checksum "dev-requirements.txt" }}-{{ checksum "setup.py" }} - run: name: Create Virtual Env comma...
version: 2 jobs: build: docker: - image: circleci/python:3.6.1 working_directory: ~/repo steps: - checkout - restore_cache: key: deps-{{ checksum "dev-requirements.txt" }}-{{ checksum "setup.py" }} - run: name: Create Virtual Env command: | ...
Change ci to not cache per branch
Change ci to not cache per branch
YAML
mit
sedders123/phial
93f9d6b5a7d54db51cd56659ae31b76091a3e428
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: test: docker: - image: circleci/node:latest working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache ...
version: 2 jobs: test: docker: - image: circleci/node:latest working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache ...
Add ssh fingerprint to known hosts
Add ssh fingerprint to known hosts
YAML
apache-2.0
r-spacex/SpaceX-API,r-spacex/SpaceX-API