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
bb5a3689e20edbc294c7edd5e31dcb3ac71d8593
.github/workflows/on-push-do-docs.yml
.github/workflows/on-push-do-docs.yml
name: on-push-do-docs on: push: jobs: docs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Run MarkdownSnippets run: | dotnet tool install --global MarkdownSnippets.Tool--version 23.0.0-beta.1 mdsnippets ${GITHUB_WORKSPACE} shell: bash - name: Push c...
name: on-push-do-docs on: push: jobs: docs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - name: Run MarkdownSnippets run: | dotnet tool install --global MarkdownSnippets.Tool --version 23.0.0-beta.1 mdsnippets ${GITHUB_WORKSPACE} shell: bash - name: Push ...
Fix failure of markdown snippets tool run step
Fix failure of markdown snippets tool run step
YAML
mit
mysticmind/reversemarkdown-net
dabe142bd01e7e8f16eebc91e8d3618f0a2b198e
recipes/nibabel/meta.yaml
recipes/nibabel/meta.yaml
package: name: nibabel version: "0.11" source: git_url: https://github.com/nipy/nibabel.git git_tag: 2.0.2 requirements: build: - python - numpy run: - python - numpy - scipy test: requires: - nose imports: - nibabel about: home: https://nipy.org/dipy license: MIT ...
package: name: nibabel version: "0.11" source: git_url: https://github.com/nipy/nibabel.git git_tag: 2.0.2 requirements: build: - python - numpy run: - python - numpy - scipy test: requires: - nose imports: - nibabel about: home: https://nipy.org/nibabel license: MI...
Fix link to point to nibabel.
Fix link to point to nibabel.
YAML
bsd-3-clause
johanneskoester/staged-recipes,atedstone/staged-recipes,benvandyke/staged-recipes,mcernak/staged-recipes,caspervdw/staged-recipes,basnijholt/staged-recipes,NOAA-ORR-ERD/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,sannykr/staged-recipes,ReimarBauer/staged-recipes,larray-project/staged-recipes,data...
5f4cec175bbaf99e36b17f0b23c124bda254129d
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '1.6' nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc
Switch back the docs version
Switch back the docs version
YAML
mit
bbatsov/rubocop,tdeo/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,maxjacobson/rubocop,tdeo/rubocop,tejasbubane/rubocop,tdeo/rubocop,tejasbubane/rubocop,maxjacobson/rubocop,rrosenblum/rubocop,bbatsov/rubocop,maxjacobson/rubocop,rrosenblum/rubocop
d334c781bfc465c675716f0e0673cf0898557c21
spec/data/rails/locales/en.yml
spec/data/rails/locales/en.yml
en: marketing: banner: This product is so good dashboard: chart: This value has changed details: This key/value has been added menu: first: First menu item
en: marketing: banner: This product is so good dashboard: chart: This value has changed details: This key/value has been added menu: first: First menu item second: Second menu item not_in_es: This key not in spanish
Revert "another artificial commit to make specs pass"
Revert "another artificial commit to make specs pass" This reverts commit 5ab8cf4d081d7ba1d5f020118dd00c3ea2d0437a.
YAML
mit
zoodles/vocab
6810538443f75e515fa26b86cbd929038ac85928
sample_files/.travis.yml
sample_files/.travis.yml
language: python python: - "2.7" env: - LINT_CHECK="1" - VERSION="7.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - VERSION="7.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" - VERSION="7.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1" LINT_CHECK="0" virtualenv: system_site_packages: true install: - git clone https://github.c...
language: python python: - "2.7" env: - LINT_CHECK="1" - VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0" - VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0" - VERSION="8.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1" LINT_CHECK="0" virtualenv: system_site_packages: true install: - git clone https://github.c...
Make 8.0 the default in the sample files
Make 8.0 the default in the sample files
YAML
agpl-3.0
ilyasProgrammer/maintainer-quality-tools,suvit/maintainer-quality-tools,gurneyalex/maintainer-quality-tools,savoirfairelinux/maintainer-quality-tools,Vauxoo/maintainer-quality-tools,yvaucher/maintainer-quality-tools,ilyasProgrammer/maintainer-quality-tools,acsone/maintainer-quality-tools,Endika/maintainer-quality-tools...
ba97e6f0969f4decdc13b171da1dd9cca3cbf742
appveyor.yml
appveyor.yml
version: '{build}' max_jobs: 3 environment: matrix: - Ruby_version: 25 - Ruby_version: 25-x64 - Ruby_version: 24 - Ruby_version: 24-x64 - Ruby_version: 23 - Ruby_version: 23-x64 - Ruby_version: 22 - Ruby_version: 22-x64 - Ruby_version: 21 - Ruby_version: 21-x64 - Ruby_version: 200 - Ruby_ver...
version: '{build}' max_jobs: 3 environment: matrix: - Ruby_version: 25 - Ruby_version: 25-x64 - Ruby_version: 24 - Ruby_version: 24-x64 - Ruby_version: 23 - Ruby_version: 23-x64 - Ruby_version: 22 - Ruby_version: 22-x64 - Ruby_version: 21 - Ruby_version: 21-x64 - Ruby_version: 200 - Ruby_ver...
Allow failure with Ruby 2.5
Allow failure with Ruby 2.5 Appveyor 2.5 has issue with json gem...
YAML
mit
famished-tiger/Sequitur
486e410fc491b296fe20b4772424a726a9e50880
appveyor.yml
appveyor.yml
version: '{build}' image: Visual Studio 2017 environment: NUGETAPIKEY: secure: kU8Nrdjnh6k58FzkmCIcyY0InF2YOSoef9u7ot1Uo3jABM6/Xd3VXaCU7/Rfnktn BUILD_BOT_PASSWORD: secure: wJ9JVS5hSAp9ItYlHKxTPg== build_script: - ps: .\build.ps1 --target=NuGetPublish """--trigger=$env:APPVEYOR_REPO_TAG_NAME""" "--nugetApiKe...
version: '{build}' image: Visual Studio 2017 environment: NUGETAPIKEY: secure: Ev6JfzK7FYZzsR4ALWtJs95U98Pa9FxgMxECDA0LGNidWwULyKoQIKYQwMVZ1s0U BUILD_BOT_PASSWORD: secure: wJ9JVS5hSAp9ItYlHKxTPg== build_script: - ps: .\build.ps1 --target=NuGetPublish """--trigger=$env:APPVEYOR_REPO_TAG_NAME""" "--nugetApiKe...
Update NuGet API key for AppVeyor.
Update NuGet API key for AppVeyor.
YAML
mit
ejball/XmlDocMarkdown,Faithlife/FaithlifeUtility,Faithlife/System.Data.SQLite,Faithlife/Parsing,ejball/ArgsReading,Faithlife/System.Data.SQLite
44e0a606504b024a72dcdbc265020797551ab6a6
appveyor.yml
appveyor.yml
environment: matrix: - nodejs_version: 0.8.28 - nodejs_version: 0.10.30 - nodejs_version: 0.11.13 platform: - x64 - x86 install: - ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform - node --version - npm --version - node -e "console.log(process.arch);" - SET PATH=C:\python27;...
environment: matrix: - nodejs_version: 0.8.28 - nodejs_version: 0.10.30 - nodejs_version: 0.11.13 platform: - x64 - x86 install: - ps: Update-NodeJsInstallation $env:nodejs_version $env:Platform - node --version - npm --version - SET PATH=%APPDATA%\npm;%PATH% - npm install npm -g - npm -...
Update NPM on AppVeyor (old versions don't understand "^") The bundled version of npm that comes with the node binary is old.
Update NPM on AppVeyor (old versions don't understand "^") The bundled version of npm that comes with the node binary is old.
YAML
bsd-3-clause
fengmk2/node-pre-gyp,mojodna/node-pre-gyp,mapbox/node-pre-gyp,fengmk2/node-pre-gyp,fengmk2/node-pre-gyp,mapbox/node-pre-gyp,fengmk2/node-pre-gyp,etiktin/node-pre-gyp,mojodna/node-pre-gyp,etiktin/node-pre-gyp,synthetos/node-pre-gyp,mapbox/node-pre-gyp,etiktin/node-pre-gyp,synthetos/node-pre-gyp,etiktin/node-pre-gyp,hybr...
80be11494e8afc8af7fdec50a5b33124e6cf7fec
appveyor.yml
appveyor.yml
environment: op_build_user: "OpenPublishBuild" op_build_user_email: "vscopbld@microsoft.com" access_token: secure: t74btP1uJUIXa65tTiQGWAZvYmJSNjSruJV90exd++sAjrKpo7f6e4LGJJLGIKb3 before_build: - ps: | if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE) { git checkout master c...
environment: op_build_user: "OpenPublishBuild" op_build_user_email: "vscopbld@microsoft.com" access_token: secure: t74btP1uJUIXa65tTiQGWAZvYmJSNjSruJV90exd++sAjrKpo7f6e4LGJJLGIKb3 before_build: - ps: | if(-Not $env:APPVEYOR_PULL_REQUEST_TITLE) { git checkout master -q ...
Enable git command quiet mode
Enable git command quiet mode
YAML
mit
docascode/docfx-seed,ansyral/docfx-seed
f1001b53947f5391e12ffe937ecafcbc5751a1cb
appveyor.yml
appveyor.yml
version: "{branch}-{build}" os: Visual Studio 2015 platform: x64 configuration: Release before_build: - cmake -G "Visual Studio 14 2015 Win64" build: project: meshoptimizer.sln
version: "{branch}-{build}" os: Visual Studio 2015 platform: Win32 configuration: Release environment: matrix: - cmake_generator: "Visual Studio 9 2008" msbuild_path: C:\Windows\Microsoft.NET\Framework\v3.5\msbuild - cmake_generator: "Visual Studio 14 2015" msbuild_path: msbuild before_build: ...
Add VS2008 test to Appveyor
Add VS2008 test to Appveyor
YAML
mit
zeux/meshoptimizer,zeux/meshoptimizer,zeux/meshoptimizer
314a02961586f7584209c9232e7cd7ef8eadee7e
appveyor.yml
appveyor.yml
build: false environment: global: BINSTAR_USER: menpo BINSTAR_KEY: secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj matrix: - PYTHON_VERSION: 3.5 - PYTHON_VERSION: 3.6 platform: - x86 - x64 init: - ps: Start-FileDownload 'https://raw.githubusercontent.com/menpo...
build: false environment: global: BINSTAR_USER: menpo BINSTAR_KEY: secure: fyETJrtllCxpbmu5FLz5KVnRW1qLEfSmZa5GVSIzoWEPejhD/a2kWdhbhRYj1rTj matrix: - PYTHON_VERSION: 2.7 - PYTHON_VERSION: 3.5 - PYTHON_VERSION: 3.6 platform: - x86 - x64 init: - ps: Start-FileDownload 'https://raw.g...
Use CMD rather than Powershell
Use CMD rather than Powershell
YAML
bsd-3-clause
menpo/conda-dlib,menpo/conda-dlib
4ae9c3b7fc5065106120a5d57d3a9cf415b318ec
appveyor.yml
appveyor.yml
version: 0.1.0.{build} install: # Grab a compiled version of compare-test and add it to the PATH variable. - curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.2/compare-test.zip > compare-test.zip - mkdir compare-test - 7z x compare-test.zip -ocompare-test - set PATH="%PATH%;%cd%\com...
version: 0.1.0.{build} install: # Grab a compiled version of compare-test and add it to the PATH variable. - curl -L https://github.com/jonathanvdc/compare-test/releases/download/v0.1.2/compare-test.zip > compare-test.zip - mkdir compare-test - 7z x compare-test.zip -ocompare-test - set PATH="%PATH%;%cd%\com...
Check that the PATH variable is set correctly
Check that the PATH variable is set correctly
YAML
mit
jonathanvdc/cs-wasm,jonathanvdc/cs-wasm
bf1334046692e79a9a50a748ba9d600ea61c2124
appveyor.yml
appveyor.yml
version: 100.6.0-{build} branches: only: - master image: Visual Studio 2019 configuration: Release platform: Any CPU nuget: disable_publish_on_pr: true before_build: - cmd: >- msbuild /t:restore src/Esri.ArcGISRuntime.Toolkit.sln msbuild /t:restore src/Esri.ArcGISRuntime.Toolkit.sln build: project:...
version: 100.6.0-{build} branches: only: - master image: Visual Studio 2019 Preview configuration: Release platform: Any CPU nuget: disable_publish_on_pr: true before_build: - cmd: >- msbuild /t:restore src/Esri.ArcGISRuntime.Toolkit.sln msbuild /t:restore src/Esri.ArcGISRuntime.Toolkit.sln build: ...
Use preview image until AppVeyor gets VS16.3
Use preview image until AppVeyor gets VS16.3
YAML
apache-2.0
Esri/arcgis-toolkit-dotnet
aca5eff8abfc9a36f0b6a79972ceefe7544cba2c
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "2" # Install scripts. (runs after repo cloning) install: #...
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "3" # Install scripts. (runs after repo cloning) install: #...
Update io.js from 2 to 3
AppVeyor: Update io.js from 2 to 3
YAML
mit
EE/grunt-inline-images
a1a8939669fef22c898fad57df2a348fefe73f1a
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '1.6' nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc
Switch back the docs version
Switch back the docs version
YAML
mit
maxjacobson/rubocop,rrosenblum/rubocop,rrosenblum/rubocop,tdeo/rubocop,maxjacobson/rubocop,tdeo/rubocop,rrosenblum/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tejasbubane/rubocop,bbatsov/rubocop,tdeo/rubocop,tejasbubane/rubocop,maxjacobson/rubocop
cf41c0e53ea014ba90051b82cedda279d4cbfdb7
.github/workflows/install.yml
.github/workflows/install.yml
name: install on: push: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build: runs-on: ubuntu-latest steps: - name: Setup Perl environment uses: shogo82148/actions-setup-perl@v1.6.2 - uses: actions/checkout@v2 ...
name: install on: push: branches: [ master ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Perl environment uses: shogo82148/actions-setup-perl@v1.6.2 ...
Fix error: a step cannot have both the `uses` and `run` keys
Fix error: a step cannot have both the `uses` and `run` keys
YAML
cc0-1.0
gugod/sitebrew,gugod/sitebrew
ade9489a0c700bfc4703692871723236ebdc683a
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: NODE_VERSION: [12.x, 14.x, 16.x, 17.x] steps: - name: Checkout uses: actions/checkout@v2 - name: Cache uses: actions/cach...
name: CI on: [push, pull_request] jobs: build: strategy: matrix: platform: [ubuntu-latest, windows-latest] NODE_VERSION: [12.x, 14.x, 16.x, 17.x] runs-on: ${{ matrix.platform }} steps: - name: Checkout uses: actions/chec...
Use GitHub Actions for Windows tests as well
Build: Use GitHub Actions for Windows tests as well
YAML
mit
mgol/check-dependencies
6a35bae0bc95ed3f3dea39009e597b3d0e7ecf8b
.github/workflows/phpunit.yml
.github/workflows/phpunit.yml
name: PHPUnit tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: php-version: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php-version: - "5.4" - "5.5" - "5.6" - "7.0" - "7.1" ...
name: PHPUnit tests on: push: branches: [ master ] pull_request: branches: [ master ] jobs: php-version: runs-on: ubuntu-latest strategy: fail-fast: false matrix: php-version: - "5.4" - "5.5" - "5.6" - "7.0" - "7.1" ...
Extend CI testing to PHP 8.1
Extend CI testing to PHP 8.1
YAML
lgpl-2.1
bsweeney/php-font-lib,PhenX/php-font-lib
de49f1e4a1d29c1b8ce39d4c2240ec329b9d55cd
.github/workflows/publish.yml
.github/workflows/publish.yml
name: Publish Package on: release: types: [published] jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install node uses: actions/setup-node@v1 with: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - name: Install ...
name: Publish Package on: release: types: [published] jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install node uses: actions/setup-node@v1 with: node-version: '12.x' registry-url: 'https://registry.npmjs.org' - name: Install ...
Update python action in CD
Update python action in CD
YAML
bsd-3-clause
jupyterlab/jupyterlab-git,jupyterlab/jupyterlab-git,jupyterlab/jupyterlab-git
b8ea0c294f470f14665e846ca065467589142d5e
.github/workflows/release.yml
.github/workflows/release.yml
name: Build, Test, and Publish on release on: release: types: [published] branches: [master] jobs: build: name: Build, test and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v1 with: node-version: 14 registry-url: '...
name: Build, Test, and Publish on release on: release: types: [published] branches: [master] jobs: build: name: Build, test and publish runs-on: ubuntu-latest steps: - uses: actions/checkout@master - uses: actions/setup-node@v2 with: node-version: 14 registry-url: '...
Update actions/setup-node action to v2
Update actions/setup-node action to v2
YAML
mit
zrrrzzt/is-valid-fodselsnummer-cli
68f92ec0b6290d81fe259a3612c6baf501fa4e04
.github/workflows/publish-subsplits.yml
.github/workflows/publish-subsplits.yml
--- name: Sub-Split Publishing on: push: branches: - 3.x create: tags: - '3.*' delete: tags: - '3.*' jobs: publish_subsplits: runs-on: ubuntu-latest name: Publish package sub-splits steps: - uses: actions/checkout@v2 with: fetch-depth: '0' ...
--- name: Sub-Split Publishing on: push: branches: - 3.x create: tags: - '3.*' delete: tags: - '3.*' jobs: publish_subsplits: runs-on: ubuntu-latest name: Publish package sub-splits steps: - uses: actions/checkout@v2 with: fetch-depth: '0' ...
Use Beta 5 of subsplit publish.
Use Beta 5 of subsplit publish.
YAML
mit
thephpleague/flysystem,thephpleague/flysystem
1a728b633f3dd4550efb1d73c677cd8d9b91f723
environment.yml
environment.yml
name: qmxgraph dependencies: - attrs>=17 - cherrypy - colorama - flake8 - hypothesis==3.11.0 - jinja2 - pyqt>=5.6 - pytest-timeout - six - pip: - invoke==0.12.2 - pytest-mock - pytest-qt - pytest-rerunfailures - pytest-selenium - pytest-xdist ...
name: qmxgraph dependencies: - attrs>=17 - cherrypy - colorama - flake8 - hypothesis==3.11.0 - jinja2 - pyqt>=5.6 - pytest-timeout - six - pip: - invoke==0.13.0 - pytest-mock - pytest-qt - pytest-rerunfailures - pytest-selenium - pytest-xdist ...
Update invoke version using during build
Update invoke version using during build
YAML
mit
ESSS/qmxgraph,ESSS/qmxgraph,ESSS/qmxgraph,ESSS/qmxgraph
6ab3e4bbbec455a3fcf25fa8bfd1d67b0bc6e307
config/local.yml
config/local.yml
######## ember-osf settings ######## local: CLIENT_ID: null PERSONAL_ACCESS_TOKEN: null OAUTH_SCOPES: osf.full_read osf.full_write REDIRECT_URI: http://localhost:5000/register/?next=%2Fpreprints%2F stage: CLIENT_ID: null PERSONAL_ACCESS_TOKEN: null OAUTH_SCOPES: null REDIRECT_URI: https...
######## ember-osf settings ######## local: CLIENT_ID: null PERSONAL_ACCESS_TOKEN: null OAUTH_SCOPES: osf.full_read osf.full_write REDIRECT_URI: http://localhost:5000/login/?next=%2Fpreprints%2F stage: CLIENT_ID: null PERSONAL_ACCESS_TOKEN: null OAUTH_SCOPES: null REDIRECT_URI: https://...
Revert "osf login replaced with register (for now...)"
Revert "osf login replaced with register (for now...)" This reverts commit ff7c53ac42ab8469d0a7664338dcb3c289ba477b.
YAML
apache-2.0
laurenrevere/ember-preprints,pattisdr/ember-preprints,baylee-d/ember-preprints,caneruguz/ember-preprints,CenterForOpenScience/ember-preprints,baylee-d/ember-preprints,caneruguz/ember-preprints,laurenrevere/ember-preprints,CenterForOpenScience/ember-preprints,pattisdr/ember-preprints
1455f2a433c0e5e1d116594cc2df41eb9744ae99
.github/workflows/discord.yml
.github/workflows/discord.yml
name: notify-discord on: push: branches: [master] pull_request: branches: [master] issues: types: [opened] jobs: notify: runs-on: ubuntu-latest steps: - name: Actions for Discord env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/action-dis...
name: notify-discord on: push: branches: [master] pull_request_target: branches: [master] issues: types: [opened] jobs: notify: runs-on: ubuntu-latest steps: - name: Actions for Discord env: DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} uses: Ilshidur/act...
Fix broken Discord action for PRs
Fix broken Discord action for PRs Switch to use `pull_request_target` event instead of `pull_request`. This runs in the base and allows accessing `secrets.DISCORD_WEBHOOK`.
YAML
apache-2.0
malcolmr/vim-maktaba,google/vim-maktaba
cd819df51fe609f5c1ffd56d45a9052b06c596b6
.github/workflows/testing.yml
.github/workflows/testing.yml
name: testing on: push: paths: - 'lib/**.js' jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12.x - run: npm ci - name: Run smoke tests timeout-minutes: 2 run: | touch .cred...
name: testing on: push: paths: - 'lib/**.js' jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12.x - run: npm install - name: Run smoke tests timeout-minutes: 2 run: | touch ....
Change `npm ci` to `npm install` because of lock file not exists
chore: Change `npm ci` to `npm install` because of lock file not exists
YAML
mit
lisb/direct-js
d7c73b0678d66e70fc3150c8eb9a2eb71e937fb3
docs/_config.yml
docs/_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Change github link to project, not me
Change github link to project, not me
YAML
mit
pgregory/wetracker,pgregory/wetracker
fe1f61f96532b7eb3aa8560ba39a9cb182cf4d65
statix.test/metaborg.yaml
statix.test/metaborg.yaml
--- id: org.metaborg:statix.test:${metaborgVersion} name: StatixTest metaborgVersion: 2.5.0-SNAPSHOT dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion} - org.metaborg:org.metaborg.meta.lang.template:${metaborgVersion} - org.metaborg:org.metaborg.meta.nabl2.lang:${metaborgVersion...
--- id: org.metaborg:statix.test:${metaborgVersion} name: StatixTest metaborgVersion: 2.5.0-SNAPSHOT dependencies: compile: - org.metaborg:org.metaborg.meta.lang.esv:${metaborgVersion} - org.metaborg:org.metaborg.meta.lang.template:${metaborgVersion} - org.metaborg:org.metaborg.meta.nabl2.lang:${metaborgVersion...
Disable extensive console logging for test project.
Disable extensive console logging for test project.
YAML
apache-2.0
metaborg/nabl,metaborg/nabl,metaborg/nabl
ef51c53a79cb1c8fbf6a8b6e40d059ad49b8f470
planetstack/openstack_observer/steps/sync_controller_networks.yaml
planetstack/openstack_observer/steps/sync_controller_networks.yaml
--- - hosts: 127.0.0.1 connection: local tasks: - quantum_network: auth_url={{ endpoint }} login_username={{ admin_user }} tenant_name={{ tenant_name }} login_tenant_name={{ tenant_name }} login_password={{ admin_password }} name={{ name }} {% if delete %}...
--- - hosts: 127.0.0.1 connection: local tasks: - quantum_network: auth_url={{ endpoint }} login_username={{ admin_user }} tenant_name={{ tenant_name }} login_tenant_name={{ tenant_name }} login_password={{ admin_password }} name={{ name }} {% if delete %}...
Disable creation of an OpenStack gateway for private netwroks (and nat networks too, with the latter it does not matter)
Disable creation of an OpenStack gateway for private netwroks (and nat networks too, with the latter it does not matter)
YAML
apache-2.0
wathsalav/xos,wathsalav/xos,wathsalav/xos,wathsalav/xos
bf5a851d4085d9dac7996c68613fc8802fdab54b
manifests/cf-manifest/env-specific/prod-lon.yml
manifests/cf-manifest/env-specific/prod-lon.yml
--- uaa_instances: 3 nats_instances: 3 diego_api_instances: 3 cell_instances: 138 router_instances: 15 api_instances: 15 doppler_instances: 69 log_api_instances: 36 scheduler_instances: 10 cc_worker_instances: 10 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds:...
--- uaa_instances: 3 nats_instances: 3 diego_api_instances: 3 cell_instances: 144 router_instances: 15 api_instances: 15 doppler_instances: 72 log_api_instances: 36 scheduler_instances: 10 cc_worker_instances: 10 cc_hourly_rate_limit: 60000 cc_staging_timeout_in_seconds: 2700 cc_maximum_health_check_timeout_in_seconds:...
Increase london cells to 144
Increase london cells to 144 We are getting close to the cell limit of 138, to get some head room increase it to 144 . Also increasing Doppler instances to 72 (>= 50% of cells and needs to be divisible by 3). Log-api instances can stay at 36 (>= 50% of Doppler instances and needs to be divisible by 3).
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
d6b7a87dab2351ac87b86411b41aa415b03f2792
ansible/roles/image-preparation/handlers/main.yaml
ansible/roles/image-preparation/handlers/main.yaml
--- - name: Warn against rebooting debug: msg: | Once this playbook run has finished, do not reboot the device. If the device is rebooted, the resizing of the root filesystem would not happen for users of the image, and their wifi regulatory domain may be set incorrectly. # Skip lint beca...
--- - name: Warn against rebooting debug: msg: - =================================================================== - Once this playbook run has finished, do not reboot the device. - If the device is rebooted, the resizing of the root filesystem - would not happen for users of the image, ...
Clean up final build message
Clean up final build message Re-format and clean up final message to users at the end of the build process.
YAML
apache-2.0
edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi
8beebc30a1adc90905593202bd84ef7f87aeec40
packages/nu/nuxeo.yaml
packages/nu/nuxeo.yaml
homepage: '' changelog-type: markdown hash: b8682a99337ac638b168b676f011c1e2af52fb924163035067b0b7a404f30ae9 test-bench-deps: {} maintainer: alex@xn--wxa.email synopsis: Nuxeo changelog: ! '# Revision history for nuxeo ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: ...
homepage: '' changelog-type: markdown hash: c31010972782c9ed0062fc36da26555e4be16ec2faf37fc3cca1192223841fe9 test-bench-deps: {} maintainer: alex@xn--wxa.email synopsis: Nuxeo changelog: ! '# Revision history for nuxeo ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: ...
Update from Hackage at 2018-05-09T14:39:40Z
Update from Hackage at 2018-05-09T14:39:40Z
YAML
mit
commercialhaskell/all-cabal-metadata
1f084aa01d68448cf08dae7cd3351cbf3d443cb1
shippable.yml
shippable.yml
language: ruby rvm: - 2.1.1 #- 2.1.2 env: global: - APP_NAME=ypreg - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage before_script: - cp config/database.shippable.yml config/database.yml - psql -c 'create database ypreg_test;' -U postgres - rake db:migrate after_success : ...
language: ruby rvm: - 2.1.1 #- 2.1.2 env: global: - APP_NAME=ypreg - CI_REPORTS=shippable/testresults COVERAGE_REPORTS=shippable/codecoverage before_script: - mkdir -p shippable/testresults - mkdir -p shippable/codecoverage - cp config/database.shippable.yml config/database.yml - psql -c 'create ...
Add support for 'testresults' and 'codecoverage' features
Add support for 'testresults' and 'codecoverage' features
YAML
mit
stephen144/ypreg,stephen144/ypreg,stephen144/ypreg
500b320eb30f992322f344f645cc4317210725c4
csc-mysql/docker-compose.yml
csc-mysql/docker-compose.yml
version: '3.5' services: csc-mysql: image: mysql:latest ports: - 3308:3306 volumes: - /docker-nfs/wd-mysql:/var/lib/mysql deploy: replicas: 1 update_config: parallelism: 1 delay: 10s restart_policy: condition: on-failure environment: MYSQ...
version: '3.5' services: csc-mysql: image: mysql:latest ports: - 3306:3306 volumes: - /docker-nfs/wd-mysql:/var/lib/mysql deploy: replicas: 1 update_config: parallelism: 1 delay: 10s restart_policy: condition: on-failure environment: MYSQ...
Change port on csc mysql
Change port on csc mysql
YAML
apache-2.0
uscdev/compose,uscdev/compose,uscdev/compose
fd17f57ff03288ab72bfb8223f62d444fc0f1284
schema/meta.yml
schema/meta.yml
--- "$schema": http://json-schema.org/draft-04/hyper-schema description: Iruka API v1 Alpha Document id: iruka links: - href: https://<your-iruka-server>.com rel: self title: Iruka API v1 Alpha
--- "$schema": http://json-schema.org/draft-04/hyper-schema description: Iruka API v1 Alpha Document id: iruka links: - href: https://<your-iruka-server>.com/api/v1-alpha rel: self title: Iruka API v1 Alpha
Change API path to /api/v1-alpha/
Change API path to /api/v1-alpha/
YAML
mit
spesnova/iruka,spesnova/iruka,spesnova/iruka,spesnova/iruka
bff99394a679ff10d6a0d052c3e9a90acef7c128
build/ansible/roles/ec2_inventory/master/tasks/main.yml
build/ansible/roles/ec2_inventory/master/tasks/main.yml
--- # Creates an EC2 instance to be the ansible master - name: fetch build variables include_vars: "{{ item }}" with_items: - ../../vars/secrets.yml - ../../vars/shared.yml - name: create an ubuntu instance ec2: region: "{{ ec2_region }}" image: "{{ ec2_base_image }}" instance_type: t2.micro...
--- # Creates an EC2 instance to be the ansible master - name: fetch build variables include_vars: "{{ item }}" with_items: - ../../vars/secrets.yml - ../../vars/shared.yml - name: create an ubuntu instance ec2: region: "{{ ec2_region }}" image: "{{ ec2_base_image }}" instance_type: t2.micro...
Add a debug message so we know the public dns for the newly created master instance
Add a debug message so we know the public dns for the newly created master instance
YAML
mit
rsterbin/liturgicalendar,rsterbin/liturgicalendar,rsterbin/liturgicalendar
42c4a7c375a5f3f8eb6b1d956fe00d2356d76666
appveyor.yml
appveyor.yml
version: "{branch} {build}" build: verbosity: detailed build_script: - gradlew.bat build --info branches: only: - master - development artifacts: - path: '**\build\reports\tests' name: 'JUnit'
version: "{branch} {build}" build: verbosity: detailed build_script: - gradlew.bat assemble --info test_script: - gradlew.bat check --info branches: only: - master - development
Split the build into an assemble & test section so as to fit the Appveyor model
Split the build into an assemble & test section so as to fit the Appveyor model
YAML
apache-2.0
ysb33r/groovy-vfs,ysb33r/groovy-vfs
bc1683c621c71ea203e9b9cc62a6e4bae8c2806b
appveyor.yml
appveyor.yml
version: 1.0.{build} skip_tags: true max_jobs: 1 environment: matrix: - JAVA_HOME: C:\Program Files\Java\jdk1.7.0 install: - ps: choco install maven - mvn --version build_script: - mvn package test_script: - mvn test cache: - C:\Users\appveyor\.m2
version: 1.0.{build} skip_tags: true max_jobs: 1 environment: matrix: - JAVA_HOME: C:\Program Files\Java\jdk1.7.0 install: - ps: choco install maven - mvn --version build_script: - mvn -Dhttps.protocols=TLSv1.2 package test_script: - mvn -Dhttps.protocols=TLSv1.2 test cache: - C:\Users\appveyor\.m...
Add https protocols to build/test scripts
Add https protocols to build/test scripts This should fix the error: ``` Could not transfer artifact org.apache.maven.plugins:maven-resources-plugin:pom:2.6 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version" ``` Inspired by https://stackoverflow.com/a/50924208/5019386
YAML
mit
EasyBatch/easybatch-framework,EasyBatch/easybatch-framework
c05c3c824b05d8147108da3d6914273e60e2e3f6
appveyor.yml
appveyor.yml
# scripts that are called at very beginning, before repo cloning init: - git config --global core.autocrlf input # environment variables environment: SNYK_TOKEN: secure: Bq1MJN1u1Vjv2RWMDHsFYiNHe1n36Kn/G1gxB9l92TckT1m58Is6VjEV2EK+L/iC # build cache to preserve files/folders between builds cache: - C:\Users\...
# scripts that are called at very beginning, before repo cloning init: - git config --global core.autocrlf input # environment variables environment: SNYK_TOKEN: secure: Bq1MJN1u1Vjv2RWMDHsFYiNHe1n36Kn/G1gxB9l92TckT1m58Is6VjEV2EK+L/iC # build cache to preserve files/folders between builds cache: - C:\Users\...
Refactor cross-platform environment variables in npm scripts
Refactor cross-platform environment variables in npm scripts
YAML
isc
smockle/regexpin
2e8eb3ca73d90b190aa5c30087928498bdaebda1
appveyor.yml
appveyor.yml
image: Visual Studio 2019 build_script: - ps: .\build.ps1 -Target "Appveyor" -Configuration "Release" # disable built-in tests. test: off artifacts: - path: package\*.nupkg - path: package\*.msi - path: package\*.zip deploy: - provider: NuGet server: https://www.myget.org/F/nunit/api/v2 api_key: s...
image: Visual Studio 2019 build_script: - ps: .\build.ps1 -Target "Appveyor" -Configuration "Release" # disable built-in tests. test: off artifacts: - path: package\*.nupkg - path: package\*.msi - path: package\*.zip deploy: - provider: NuGet server: https://www.myget.org/F/nunit/api/v3/index.json api_k...
Use v3 feed to push to myget so source package is pushed as well
Use v3 feed to push to myget so source package is pushed as well
YAML
mit
nunit/nunit-console,nunit/nunit-console,nunit/nunit-console
b313f545c33fb9df62ab0f96cc9d5d6da5733ed5
appveyor.yml
appveyor.yml
os: Visual Studio 2015 version: 1.0.{build} environment: CLI_VERSION: Latest install: - ps: mkdir -Force ".\.dotnetcli\" | Out-Null - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/install.ps1" -OutFile ".\.dotnetcli\install.ps1" - ps: $env:DOTNET_INSTALL_DIR = "$...
os: Visual Studio 2015 version: 1.0.{build} environment: CLI_VERSION: Latest install: - ps: mkdir -Force ".\.dotnetcli\" | Out-Null - ps: Invoke-WebRequest "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.ps1" -OutFile ".\.dotnetcli\install.ps1" - ps: $env:DOTNET_INSTALL_D...
Fix incorrect install script path
Fix incorrect install script path Fix the path for the dotnet CLI install script in GitHub that was incorrect.
YAML
mit
martincostello/api,martincostello/api,martincostello/api
0acbdac66fb806f4c512e077cdcaf9a4a8b66aef
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: - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:node...
# appveyor file # http://www.appveyor.com/docs/appveyor-yml init: - git config --global core.autocrlf input # what combinations to test environment: matrix: - nodejs_version: 0.10 - nodejs_version: 0.11 - nodejs_version: 0.12 install: - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:node...
Use NPM 2.12.1 in Appveyor due to a bug in 2.12.0
Use NPM 2.12.1 in Appveyor due to a bug in 2.12.0
YAML
apache-2.0
resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli
9158202aa783dbf03fdbc73c83d708a6c315ee41
appveyor.yml
appveyor.yml
init: - git config --global core.autocrlf input version: '{build}' environment: matrix: - nodejs_version: '0.10' install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - npm test
init: - git config --global core.autocrlf input shallow_clone: true version: '{build}' skip_tags: true environment: matrix: - nodejs_version: '0.12' install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - npm test
Update Node version to 0.12 on AppVeyor
Update Node version to 0.12 on AppVeyor
YAML
mit
imagemin/imagemin-pngout
3de960ad6120a69196a11383cd17bea0a27bbbaf
appveyor.yml
appveyor.yml
version: 1.0.0.{build} image: Visual Studio 2017 build_script: - cmd: Build\Build.cmd
version: OmniKassa-{build} image: Visual Studio 2017 build_script: - cmd: Build\Build.cmd
Use a different version number.
Use a different version number.
YAML
mit
dlemstra/OmniKassa
5a93556a251ad173bc3d455e9e2de96cc028862e
appveyor.yml
appveyor.yml
# Version version: '{build}' # Branches #branches: # only: master skip_tags: true # Build Server Image image: Visual Studio 2017 # Install Script install: - cmd: git submodule init - cmd: git submodule update - ps: $env:APPVEYOR_BUILD_NUMBER_PADDED = ([int]$env:appveyor_build_number).ToString("00000") # Bui...
# Version version: '{build}' # Branches #branches: # only: master skip_tags: true # Build Server Image image: Visual Studio 2017 # Install Script install: - cmd: git submodule init - cmd: git submodule update - ps: $env:APPVEYOR_BUILD_NUMBER_PADDED = ([int]$env:appveyor_build_number).ToString("00000") # Bui...
Deploy to internal CI NuGet feed
Deploy to internal CI NuGet feed
YAML
apache-2.0
AliumFX/Framework
96e5b7ee051bfc9367b6d3d8b04b6dad459d305b
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" # Install scripts. (runs aft...
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "5" # Install scripts. (runs aft...
Test on Node 5 instead of 4
AppVeyor: Test on Node 5 instead of 4
YAML
mit
EE/grunt-defs
ef00be3bd4d84fd08d81dc0ba6386384bbd74684
appveyor.yml
appveyor.yml
version: "{build}" platform: x64 branches: only: - master clone_depth: 10 skip_tags: true environment: APM_TEST_PACKAGES: ATOM_GITHUB_FS_EVENT_LOG: '1' MOCHA_TIMEOUT: '60000' UNTIL_TIMEOUT: '30000' matrix: - ATOM_CHANNEL: stable - ATOM_CHANNEL: beta install: - ps: Install-Product node 6...
version: "{build}" platform: x64 branches: only: - master clone_depth: 10 skip_tags: true environment: APM_TEST_PACKAGES: ATOM_GITHUB_FS_EVENT_LOG: '1' MOCHA_TIMEOUT: '60000' UNTIL_TIMEOUT: '30000' matrix: - ATOM_CHANNEL: stable - ATOM_CHANNEL: beta - ATOM_CHANNEL: dev install: - ps: ...
Test the dev channel on AppVeyor
Test the dev channel on AppVeyor
YAML
mit
atom/github,atom/github,atom/github
2bf74e04045647208d0151d3c2b06886de2f4f06
appveyor.yml
appveyor.yml
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22"...
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22"...
Change to allow failures on older rubies
Change to allow failures on older rubies
YAML
mit
peter-murach/rspec-benchmark,piotrmurach/rspec-benchmark,piotrmurach/rspec-benchmark
3657ae1197aa47cdb01d82ba5fd8d1bed93995dd
appveyor.yml
appveyor.yml
build: false version: 0.1.0.{build} pull_requests: do_not_increment_build_number: true skip_tags: true clone_folder: C:\projects\stakx branches: except: - gh-pages cache: - vendor - '%LocalAppData%\Composer' install: - cinst -y OpenSSL.Light - SET PATH=C:\Program Files\OpenSSL;%PATH% - cinst -y php...
build: false version: 0.1.0.{build} pull_requests: do_not_increment_build_number: true skip_tags: true clone_folder: C:\projects\stakx branches: except: - gh-pages cache: - vendor - '%LocalAppData%\Composer' install: - cinst -y OpenSSL.Light - SET PATH=C:\Program Files\OpenSSL;%PATH% - sc config wu...
Use current PHP on Windows testing again
Use current PHP on Windows testing again
YAML
mit
allejo/stakx,stakx-io/stakx,stakx-io/stakx,allejo/stakx
64e06473cfc7111563a6ba0828266d829060d1a1
appveyor.yml
appveyor.yml
version: 1.0.{build} image: Visual Studio 2017 assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' dotnet_csproj: patch: true file: '**\*.csproj' version: '{version}' package_version: '{versio...
version: 0.0.{build} image: Visual Studio 2017 assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' dotnet_csproj: patch: true file: '**\*.csproj' version: '{version}' package_version: '{versio...
Decrease the version for testing builds
Decrease the version for testing builds
YAML
apache-2.0
stevenxi/EntityFramework.Enhancement
7256b43ef7f00b6aa89fbf7e474cd9c59bf4a0ce
fixtures/vcr_cassettes/POST_messages_create_missing_params.yml
fixtures/vcr_cassettes/POST_messages_create_missing_params.yml
--- http_interactions: - request: method: post uri: http://localhost:3002/api/messages?message%5Bbody%5D=Hello%20people&message%5Btrack_id%5D=&message%5Buser_id%5D=15 body: encoding: UTF-8 string: '' headers: User-Agent: - Faraday v0.8.7 Content-Length: - '0' Ac...
--- http_interactions: - request: method: post uri: http://localhost:3002/api/messages?message%5Bbody%5D=Hello%20people&message%5Btrack_id%5D=&message%5Buser_id%5D=27 body: encoding: UTF-8 string: '' headers: User-Agent: - Faraday v0.8.7 Content-Length: - '0' Ac...
Remove failing vcr cassette, run rspec again to pass all tests
Remove failing vcr cassette, run rspec again to pass all tests
YAML
mit
7maples/backchannel-app,7maples/backchannel-app
ca210b056c2cc015cdd5cbde542e85227dc2332c
.github/workflows/ci-workflow.yml
.github/workflows/ci-workflow.yml
name: j-pet-continuous-integration-tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: system update run: | sudo apt-get -qq update sudo apt-get install -y git libboost-all-dev libtbb-dev cmake - name: download and setup ...
name: j-pet-continuous-integration-tests on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: system update run: | sudo apt-get -qq update sudo apt-get install -y git libboost-all-dev libtbb-dev cmake - name: download and setup ...
Move thisroot to the next run
Move thisroot to the next run
YAML
apache-2.0
JPETTomography/j-pet-framework,JPETTomography/j-pet-framework,JPETTomography/j-pet-framework
74e2b99da3c8b5ec50244edbeb4cb405f7f3ad34
.github/workflows/dotnet-core.yml
.github/workflows/dotnet-core.yml
name: .NET Core on: push jobs: Build: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0 - name: Clean run: dotnet clean --configuration Release && dotnet nuget locals ...
name: .NET Core on: push jobs: Build: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Setup .NET Core uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.* - name: Clean run: dotnet clean --configuration Release && dotnet nuget local...
Fix .net core version in pipe
Fix .net core version in pipe
YAML
unlicense
NonlinearFruit/Retrospector
74547b70a32114e59192d0aa5676cd6cfa1dbcc4
.github/workflows/linux-tests.yml
.github/workflows/linux-tests.yml
name: Test Linux Platform on: pull_request: branches: - stable jobs: Test-Linux-Platform: runs-on: ubuntu-latest container: swift:5.1 steps: - uses: actions/checkout@v2 - name: Run Unit Tests run: swift test
name: Test Linux Platform on: pull_request: branches: - stable jobs: Test-Linux-Platform: runs-on: ubuntu-latest container: image: swift:5.2 options: --cap-add=SYS_PTRACE --security-opt seccomp=unconfined --security-opt apparmor=unconfined steps: - uses: actions/checkout@v...
Update the Swift 5.2 and new configurations
Update the Swift 5.2 and new configurations
YAML
bsd-3-clause
httpswift/swifter,httpswift/swifter
c4b7a1ccc16fee8f91adddd42e846bfb8adf33bc
demo/_config.yml
demo/_config.yml
server: true auto: true exclude: Gemfile, Gemfile.lock, Guardfile, vendor
server: true auto: true exclude: Gemfile, Gemfile.lock, Guardfile, node_modules, test, scss include: css
Include livereload back to files to build by jekyll
Include livereload back to files to build by jekyll
YAML
mit
tyom/stratum,tyom/stratum
32e4885ef3468aa051f2b9da02eea451a600600e
docs/.travis.yml
docs/.travis.yml
--- language: node_js node_js: - "8" sudo: false dist: trusty addons: chrome: stable cache: yarn: true env: global: # See https://git.io/vdao3 for details. - JOBS=1 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: # absurdly, ya...
--- language: node_js node_js: - "8" sudo: false dist: trusty addons: chrome: stable cache: yarn: true env: global: # See https://git.io/vdao3 for details. - JOBS=1 before_install: - curl -o- -L https://yarnpkg.com/install.sh | bash - export PATH=$HOME/.yarn/bin:$PATH install: - yarn install...
Revert "trying yarn with retry"
Revert "trying yarn with retry" This reverts commit 7ef555011ba7f410a24fc6edf66fa5832df79765.
YAML
mit
ember-animation/ember-animated,ember-animation/ember-animated,ember-animation/ember-animated
2ae91f06e224401bc98888523faf5d797104cd48
openmoltools/meta.yaml
openmoltools/meta.yaml
package: name: openmoltools version: 0.7.1 source: git_url: https://github.com/choderalab/openmoltools.git git_tag: v0.7.1 build: number: 1 skip: - [win32 or (win and py2k)] # TODO no openmm py35 win - [win and py35] requirements: build: - python - setuptools - pandas -...
package: name: openmoltools version: 0.7.1 source: git_url: https://github.com/choderalab/openmoltools.git git_tag: v0.7.1 build: number: 2 skip: - [win32 or (win and py2k)] # TODO no openmm py35 win - [win and py35] requirements: build: - python - setuptools - pandas -...
Use OpenMM 7.0.1 (instead of 7.0rc1)
[openmoltools] Use OpenMM 7.0.1 (instead of 7.0rc1)
YAML
mit
marscher/omnia-conda-recipes,jchodera/conda-recipes,marscher/omnia-conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,marscher/omnia-conda-recipes,jchodera/conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,swails/conda-recipes,omnia-md/conda-recipes,cwehmeyer/conda-recipes,cwe...
64de54aa1a057b385186ea05762dc95356c3a251
packages/mo/model.yaml
packages/mo/model.yaml
homepage: http://github.com/tittoassini/model changelog-type: '' hash: 3fe74f0af303bd4a4c7689ab0830e33c1c895464c254f12f3b11b534d30e18dd test-bench-deps: base: -any containers: -any model: -any ghc-prim: ! '>=0.4.0.0' tasty-quickcheck: ! '>=0.8.4' tasty-hunit: ! '>=0.9.2' tasty: ! '>=0.11.0.2' pretty: -a...
homepage: http://github.com/tittoassini/model changelog-type: '' hash: 0ee85daf1fe8f02f6050c1648642a322054069424d4a92a8259c2165cd36f5ca test-bench-deps: base: ! '>=4.7 && <5' containers: ! '>=0.5.6.2' model: ! '>=0.2.4' ghc-prim: ! '>=0.3.1.0' tasty-quickcheck: ! '>=0.8.4' tasty-hunit: ! '>=0.9.2' tasty: ...
Update from Hackage at 2017-03-22T15:36:34Z
Update from Hackage at 2017-03-22T15:36:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
7d28605d0a47d18b4cbeb3bd06486dde754e9889
metadata/de.bahnhoefe.deutschlands.bahnhofsfotos.yml
metadata/de.bahnhoefe.deutschlands.bahnhofsfotos.yml
Categories: - Navigation - Games License: MIT AuthorName: Railwaystations Team WebSite: https://railway-stations.org SourceCode: https://github.com/RailwayStations/RSAndroidApp IssueTracker: https://github.com/RailwayStations/RSAndroidApp/issues AutoName: Railway station photos RepoType: git Repo: https://github....
Categories: - Navigation - Games License: MIT AuthorName: Railwaystations Team WebSite: https://railway-stations.org SourceCode: https://github.com/RailwayStations/RSAndroidApp IssueTracker: https://github.com/RailwayStations/RSAndroidApp/issues AutoName: Railway station photos RepoType: git Repo: https://github....
Update Railway station photos to 12.3.1 (53)
Update Railway station photos to 12.3.1 (53)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
d581bc0017d85676a49433e59dc70877c9714a8a
sli/admin-tools/admin-rails/config/thin.yml
sli/admin-tools/admin-rails/config/thin.yml
port: 3001 daemonize: true pid: /tmp/pid/thin-admin.pid
port: 3001 daemonize: true pid: /tmp/pid-admin/thin-admin.pid
Put admin pid file into a separate directory to avoid permission problem
Put admin pid file into a separate directory to avoid permission problem
YAML
apache-2.0
inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service,inbloom/secure-data-service
981f464a07cf3aa6ac9487175fad0eee4ad1dcd3
ansible/roles/common_config/defaults/main.yml
ansible/roles/common_config/defaults/main.yml
--- # defaults file for apache rhel_common_packages: - libselinux-python - python-devel - python-pip - bzip2 - curl - gawk - gzip - git - ksh - lsof - nc - perl - screen - sed - strace - sysstat - telnet - tmux - unzip - vim - wget ...
--- # defaults file for apache rhel_common_packages: - NetworkManager - libselinux-python - python-devel - python-pip - bzip2 - curl - gawk - gzip - git - ksh - lsof - nc - perl - screen - sed - strace - sysstat - telnet - tmux - unzip ...
Install Network Manager so we can use the nmcli ansible role
Install Network Manager so we can use the nmcli ansible role
YAML
mit
proffalken/aws-blog-framework,proffalken/aws-blog-framework,proffalken/aws-blog-framework
b84f7e834a26796673c4536a13f7b4aa90b29244
etc/helm/examples/aws-gp3-values.yaml
etc/helm/examples/aws-gp3-values.yaml
# SPDX-FileCopyrightText: Pachyderm, Inc. <info@pachyderm.com> # SPDX-License-Identifier: Apache-2.0 # Uses GP3 Storage deployTarget: AMAZON # This uses GP3 which requires the CSI Driver https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html # And a storageclass configured named gp3 etcd: storageClass: gp3...
# SPDX-FileCopyrightText: Pachyderm, Inc. <info@pachyderm.com> # SPDX-License-Identifier: Apache-2.0 # Uses GP3 Storage deployTarget: AMAZON # This uses GP3 which requires the CSI Driver https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html # And a storageclass configured named gp3 etcd: storageClass: gp3...
Fix AWS gp3 helm example.
Fix AWS gp3 helm example.
YAML
apache-2.0
pachyderm/pfs,pachyderm/pfs,pachyderm/pfs
a6e96f6864dd1ff8b28cbf36e07ff7cf54073b6a
docs/antora.yml
docs/antora.yml
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: '1.12' nav: - modules/ROOT/nav.adoc
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 'master' nav: - modules/ROOT/nav.adoc
Switch back the docs version to master
Switch back the docs version to master
YAML
mit
rrosenblum/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,maxjacobson/rubocop,maxjacobson/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,tejasbubane/rubocop,bbatsov/rubocop,bbatsov/rubocop,maxjacobson/rubocop
b7639516eb444f5a294da78f4ff8288ec6217497
demos/gtk2/snapcraft.yaml
demos/gtk2/snapcraft.yaml
name: gtk2-demo-2 version: "0" summary: Gtk2 launcher demo description: This is using the gtk2 demo confinement: strict apps: gtk2-demo: command: gtk-launch gtk-demo plugs: [unity7, x11] parts: gtk2-demo: plugin: nil stage-packages: [gtk2.0-examples] # this is the cloud part gtk2-launcher: ...
name: gtk2-demo-2 version: "0" summary: Gtk2 launcher demo description: This is using the gtk2 demo confinement: strict apps: gtk2-demo: command: gtk-launch gtk-demo plugs: [unity7, x11] gsettings: command: gtk-launch gsettings parts: gtk2-demo: plugin: nil stage-packages: [gtk2.0-examples, ...
Update demo deps + add gsettings
Update demo deps + add gsettings
YAML
mit
ubuntu/snapcraft-desktop-helpers
d527e737f8809d35a10db4768c64caa470c4e7c5
plays/02_bootstrap.yml
plays/02_bootstrap.yml
--- - hosts: localhost become: true pre_tasks: - include: ssh_key.yml roles: - jtyr.environment - tersmitten.limits - willshersystems.sshd - franklinkim.vim - groks.repo-google post_tasks: - name: install software package: name: "{{ item }}" state: lat...
--- - hosts: localhost become: true pre_tasks: - include: ssh_key.yml roles: - jtyr.environment - tersmitten.limits - willshersystems.sshd - franklinkim.vim - groks.repo-google post_tasks: - name: install software package: name: "{{ item }}" state: lat...
Add user to vboxusers group
Add user to vboxusers group
YAML
bsd-2-clause
kostyrevaa/workstation
99e6d29799e42dcdb3dbc82ee069e29298894962
environment.yml
environment.yml
name: gala channels: - conda-forge dependencies: - python>=3.5* - setuptools>=19.6* - cython>=0.25* - pytest>=3* - nose>=1.3 - numpy>=1.11* - numpydoc>=0.5* - h5py>=2.6* - matplotlib>=1.5* - scipy>=0.17* - scikit-learn>=0.17* - scikit-image>=0.12* - networkx>=1.10* - jupyter>=1.0* - pyzmq>=15.* - coverage>=4.0 - pytest...
name: gala channels: - conda-forge dependencies: - python>=3.6* - setuptools>=19.6* - cython>=0.25* - pytest>=3* - nose>=1.3 - numpy>=1.11* - numpydoc>=0.5* - h5py>=2.6* - matplotlib>=1.5* - scipy>=0.17* - scikit-learn>=0.17* - scikit-image>=0.12* - networkx>=1.10* - jupyter>=1.0* - pyzmq>=15.* - coverage>=4.0 - pytest...
Change v to 3.6 in env.yml
Change v to 3.6 in env.yml
YAML
bsd-3-clause
jni/gala,janelia-flyem/gala
4bd1c96b7e908edb50cf9ba2680aeb625e0e4203
environment.yml
environment.yml
dependencies: - click - fiona - gdal - geopy - matplotlib - netCDF4 - numba - pyparsing - rasterio - rpy2 - shapely - xlrd - pip: - pylru
dependencies: - click - fiona - gdal - geopy - joblib - matplotlib - netCDF4 - numba - pandas - pyparsing - rasterio - r-lme4 - rpy2 - shapely - xlrd - pip: - pylru
Add joblib, pandas, and r-lme
Add joblib, pandas, and r-lme This file list the requirements for setting up a native conda environment for running projections.
YAML
apache-2.0
ricardog/raster-project,ricardog/raster-project,ricardog/raster-project,ricardog/raster-project,ricardog/raster-project
d032f0ee42c310f0ddf863c4f8264b3719068c04
config/document_cloud.yml
config/document_cloud.yml
<% secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"] %> defaults: &defaults cloud_crowd_server: http://dev.dcloud.org:8080 server_root: dev.dcloud.org aws_zone: us-east-1c preconfigured_ami_id: ami-1770647e development: <<: *defaults staging: <<: *...
<% secrets = YAML.load_file('./secrets/secrets.yml')[ENV['RAILS_ENV'] || "development"] %> defaults: &defaults cloud_crowd_server: http://dev.dcloud.org:8080 server_root: dev.dcloud.org aws_zone: us-east-1c preconfigured_ami_id: ami-11a4b578 development: <<: *defaults staging: <<: *...
Update worker to new shiny rails4 worker.
Update worker to new shiny rails4 worker.
YAML
mit
monofox/documentcloud,dannguyen/documentcloud,ivarvong/documentcloud,roberttdev/dactyl4,gunjanmodi/documentcloud,roberttdev/dactyl4,moodpo/documentcloud,monofox/documentcloud,dannguyen/documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,documentcloud/documentcloud,ivarvong/documentcloud,Teino1978-Corp/Teino1978-C...
6e727871f4d4486f8a5ee6f7ae0593b02c50c73f
recipes/pytz/meta.yaml
recipes/pytz/meta.yaml
{% set version="2016.7" %} package: name: pytz version: {{ version }} source: fn: pytz-{{ version }}.tar.bz2 url: https://pypi.io/packages/source/p/pytz/pytz-{{ version }}.tar.bz2 sha256: 6eab31709e3a4aea748457707da45e805b650cbb352583805d2417de2a1dd71e build: number: 0 script: python setup.py install -...
{% set version="2016.10" %} package: name: pytz version: {{ version }} source: fn: pytz-{{ version }}.tar.bz2 url: https://pypi.io/packages/source/p/pytz/pytz-{{ version }}.tar.bz2 sha256: 7016b2c4fa075c564b81c37a252a5fccf60d8964aa31b7f5eae59aeb594ae02b build: number: 0 script: python setup.py install ...
Update pytz recipe to version 2016.10
Update pytz recipe to version 2016.10
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
9d58ee6da35c6bed6ba8b40cea49542a10924101
.github/workflows/docs.yml
.github/workflows/docs.yml
name: Build and deploy to netlify on: push: pull_request: jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: dart-lang/setup-dart@v1 - name: Get dependencies run: dart pub get working-directory: docs - name: Run build env: ...
name: Build and deploy to netlify on: push: pull_request: jobs: build: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: dart-lang/setup-dart@v1 - name: Get dependencies run: dart pub get working-directory: docs - name: Run build env: ...
Remove alias from netlify publish
Remove alias from netlify publish
YAML
mit
simolus3/drift,simolus3/drift,simolus3/drift,simolus3/drift,simolus3/drift,simolus3/moor,simolus3/moor,simolus3/moor,simolus3/moor,simolus3/moor,simolus3/drift,simolus3/drift,simolus3/moor,simolus3/moor
9d9f0ffcb8a7a4674647e4c012c8a3e444e230f3
.github/workflows/lint.yml
.github/workflows/lint.yml
name: Lint on: - push - pull_request jobs: lint: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository runs-on: ubuntu-latest name: Lint the CSS steps: - uses: actions/checkout@v3 - uses: actions-hub/stylelint@master env: ...
name: Lint on: - push - pull_request jobs: lint: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository runs-on: ubuntu-latest name: Lint the CSS steps: - uses: actions/checkout@v3 - uses: actions-hub/stylelint@master env: ...
Use underscore instead of dash
Use underscore instead of dash
YAML
mit
machawk1/Mink,machawk1/Mink
c21cbbd8a94cec1672b1ff09c94b4716ac86c74c
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-windows-vs2019: name: Windows VS2019 Debug runs-on: [windows-latest] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recurs...
name: CI on: push: branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-windows-vs2019: name: Windows VS2019 Debug runs-on: [windows-latest] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recurs...
Add VS2019 configuration to Github CI
Add VS2019 configuration to Github CI
YAML
mit
ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl
29cba34f09ee5029653b72a0c6cf7c6e650bc52e
.github/workflows/main.yml
.github/workflows/main.yml
name: PHPStan on: [push, pull_request] jobs: phpstan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: ref: ${{ github.ref }} - name: Create Vendor Directory run: | echo Making directory... mkdir vendor echo Directory made. ...
name: PHPStan on: [push, pull_request] jobs: phpstan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: ref: ${{ github.ref }} - name: Create Vendor Directory run: | echo Making directory... mkdir vendor echo Directory made. ...
Downgrade pmmp-phpstan-action from 3.23.1 to 3.22.1
Downgrade pmmp-phpstan-action from 3.23.1 to 3.22.1
YAML
apache-2.0
DaPigGuy/PiggyCustomEnchants
f756eb7fe015788ae417cdc0095de2ad4acc8247
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: - master pull_request: branches: - master jobs: build_linux: name: Build on linux systems runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-16.04] steps: - name: Install dependencies run: sudo apt-get install cm...
name: CI on: push: branches: - master pull_request: branches: - master jobs: build_linux: name: Build on linux systems runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-16.04] steps: - name: Install dependencies run: sudo apt-get install cma...
Fix Windows CI by using Microsoft's MSBuild setup
Fix Windows CI by using Microsoft's MSBuild setup
YAML
bsd-3-clause
Tom94/tev,Tom94/tev,Tom94/tev,Tom94/tev
7a2036ad007e8502bb05e6b4e354c57f559c9d44
.github/workflows/main.yml
.github/workflows/main.yml
--- name: CrateDB SQL on: pull_request: ~ push: branches: - master jobs: test: name: Test CrateDB SQL on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2 - name: Setup Gradle Jav...
--- name: CrateDB SQL on: pull_request: ~ push: branches: - master jobs: test: name: Test CrateDB SQL on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v2 - name: Setup Gradle Jav...
Increase SQL request timeout on Github actions
Increase SQL request timeout on Github actions On windows the tests sometimes run into a timeout. It looks like the default of 5 seconds is too short. On Azure pipelines we also used to have a 20 second timeout.
YAML
apache-2.0
crate/crate,crate/crate,crate/crate
e5d2ebb25d6edd953f333bf03ac31edcb04a22f1
.github/workflows/main.yml
.github/workflows/main.yml
name: build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 17 ] scala-version: [ "2.11.12", "2.12.15", "2.13.6" ] steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: distribution: adopt ...
name: build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 17 ] scala-version: [ "2.11.12", "2.12.15", "2.13.6" ] steps: - uses: actions/checkout@v3 - uses: actions/setup-java@v2 with: distribution: adopt ...
Update actions/checkout action to v3
Update actions/checkout action to v3
YAML
bsd-2-clause
marianobarrios/dregex
ef4a29a8477841c9182c3bb9b5f98318c2213952
.github/workflows/main.yml
.github/workflows/main.yml
# This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [master] pull_request: branches: [master] jobs: merge-branch: permissions: is...
# This is a basic workflow to help you get started with Actions name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [master] jobs: merge-branch: permissions: issues: write pull-requests: write ...
Remove PR merge from workflow
Remove PR merge from workflow
YAML
mit
brombomb/f1hub,brombomb/f1hub
dec407d95875beef6c95cae7cc577a2bf1cf02fd
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: [push, pull_request, workflow_dispatch] env: FORCE_COLOR: 1 jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11-dev"] os: [ubuntu-latest] steps: - uses: actions/check...
name: Test on: [push, pull_request, workflow_dispatch] env: FORCE_COLOR: 1 jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11-dev"] os: [ubuntu-latest] steps: - uses: actions/check...
Add final 'Test successful' to simplify PR status check requirements
Add final 'Test successful' to simplify PR status check requirements
YAML
apache-2.0
pylast/pylast
a42aff9a75831bc4d29509418214d741227da695
.github/workflows/test.yml
.github/workflows/test.yml
name: Node CI on: [push, pull_request] jobs: test: name: Run test suite runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v2.3.4 - name: Check file formatting against EditorConfig uses: editorconfig-checker/action-editorconfig-c...
name: Node CI on: [push, pull_request] jobs: test: name: Run test suite runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v2.3.4 - name: Check file formatting against EditorConfig uses: editorconfig-checker/action-editorconfig-c...
Bump ridedott/merge-me-action from v1.8.138 to v2.1.1
Bump ridedott/merge-me-action from v1.8.138 to v2.1.1
YAML
mit
noflo/noflo
b0b0d4f2904f1a6568be059d79daa85bc23e7ba2
.github/workflows/SonarCloud.yml
.github/workflows/SonarCloud.yml
name: Sonar Cloud on: schedule: - cron: '0 0 * * *' pull_request: types: [opened, synchronize, reopened] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Set up JDK 11 uses: actions/setup-java@...
name: Sonar Cloud on: schedule: - cron: '0 0 * * *' pull_request: types: [opened, synchronize, reopened] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Set up JDK 11 uses: actions/setup-java@...
Remove build task from sonarcloud builds
Remove build task from sonarcloud builds Signed-off-by: Michael obi <17b9e1c64588c7fa6419b4d29dc1f4426279ba01@paystack.com>
YAML
apache-2.0
PaystackHQ/paystack-android,PaystackHQ/paystack-android,PaystackHQ/paystack-android
938147323380de465b52994dd86d72dd9ab77df3
recipes/cgen/meta.yaml
recipes/cgen/meta.yaml
{% set name = "cgen" %} {% set version = "2016.2" %} {% set sha256 = "879b7fe1842a1352591e202d1c33da2aa38b5dfe82ba59493b2b6bba6d5d7ce5" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{...
{% set name = "cgen" %} {% set version = "2016.2" %} {% set sha256 = "879b7fe1842a1352591e202d1c33da2aa38b5dfe82ba59493b2b6bba6d5d7ce5" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{...
Add doc_url, windows test, remove blank line
Add doc_url, windows test, remove blank line
YAML
bsd-3-clause
igortg/staged-recipes,dfroger/staged-recipes,benvandyke/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,glemaitre/staged-recipes,gqmelo/staged-recipes,Juanlu001/staged-recipes,pmlandwehr/staged-recipes,Juanlu001/staged-recipes,bmabey/staged-recipes,grlee77/staged-recipes,johanneskoester/staged-recip...
132881b197f160363517c98bfba64458b9083968
frontend/codegen.yml
frontend/codegen.yml
schema: _schema.json documents: - ./src/**/*.{ts,tsx} - ./node_modules/gatsby-*/**/*.js generates: src/generated/graphql.ts: plugins: - add: | /* eslint-disable */ import { GatsbyImageProps } from 'gatsby-image' - "typescript" - ...
schema: _schema.json documents: - ./src/**/*.{ts,tsx} - ./node_modules/gatsby-image/**/*.js - ./node_modules/gatsby-transformer-sharp/**/*.js generates: src/generated/graphql.ts: plugins: - add: | /* eslint-disable */ import { GatsbyImageProps } fro...
Fix max files issue on github actions
Fix max files issue on github actions
YAML
mit
patrick91/pycon,patrick91/pycon
1941d4f197be123953a1b3a337e378235e710707
vue-webpack/docker-compose.yml
vue-webpack/docker-compose.yml
version: '2' services: frontend: build: context: . ports: - 8080:8080 volumes: - .:/src
version: '2' services: frontend: build: context: . ports: - 8080:8080 volumes: - .:/src - /src/node_modules
Add separate node_modules mounting to vue example
Add separate node_modules mounting to vue example
YAML
bsd-3-clause
jsalonen/docker-stack-examples,jsalonen/docker-stack-examples
7dfcb4a4037970e32ca7597c84dfd5e4845102d7
.github/workflows/deploy.yml
.github/workflows/deploy.yml
name: Deploy on: release: types: [published] jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: '3.x' - name: Install dependencies run: | python -...
name: Deploy on: release: types: [published] workflow_dispatch: jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: '3.x' - name: Install dependencies run:...
Allow GitHub Actions Deploy workflow to be manually triggered
Allow GitHub Actions Deploy workflow to be manually triggered
YAML
mit
svven/tweepy,tweepy/tweepy
81c863aa876598bcd2785941c8c7b7355d6a68fe
.github/workflows/dotnet.yml
.github/workflows/dotnet.yml
name: .NET on: push: branches: [ master ] pull_request: branches: [ master ] env: config: Release disable_test_parallelization: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 jobs: build: runs-on: ubuntu-latest timeout-minutes: 20 steps: - uses: ...
name: .NET on: push: branches: [ master ] pull_request: branches: [ master ] env: config: Release disable_test_parallelization: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1 jobs: build: runs-on: ubuntu-latest timeout-minutes: 20 steps: - uses: ...
Use .Net 6 in the GH CI action
Use .Net 6 in the GH CI action
YAML
apache-2.0
JasperFx/oakton,JasperFx/oakton,JasperFx/oakton,JasperFx/oakton
796f1b64a9dfab748dd6c911d7f44e6f011d5714
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: Java CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11.0.4 ] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@master - name: Setup java uses: actions/setup-java@v1 with: java-version: ...
name: Java CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11 ] name: Java ${{ matrix.java }} steps: - uses: actions/checkout@master - name: Setup java uses: actions/setup-java@v1 with: java-version: ${{ ...
Build Java 1.8 and 11.
[Java] Build Java 1.8 and 11.
YAML
apache-2.0
real-logic/Agrona
dfe33cdad2a3c54938ab30ab40baf86c7b807a22
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: check on: push: schedule: - cron: '15 01 * * SAT' jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2.3.5 - name: Set up JDK 11 uses: actions/setup-java@v2.3.1 with: java-version: 11 distribution: 'adopt' - name:...
name: check on: push: schedule: - cron: '15 01 * * SAT' jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2.4.0 - name: Set up JDK 11 uses: actions/setup-java@v2.3.1 with: java-version: 11 distribution: 'adopt' - name:...
Bump actions/checkout from 2.3.5 to 2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/...
YAML
apache-2.0
quotidian-ennui/interlok-speedtest-elastic
597262ba44d506478365e675db4a76c862a41ae2
.github/workflows/mac-os.yml
.github/workflows/mac-os.yml
# This workflow verifies libtock-rs is usable on Mac OS. name: ci-mac-os # We run this workflow during pull request review, but not for Bors merges, as # it takes over an hour to run. on: pull_request jobs: ci-mac-os: runs-on: macos-10.15 steps: # Clones a single commit from the libtock-rs repositor...
# This workflow verifies libtock-rs is usable on Mac OS. name: ci-mac-os # We run this workflow during pull request review, but not for Bors merges. We # can change this if the workflow is reasonably quick and reliable. on: pull_request jobs: ci-mac-os: runs-on: macos-10.15 steps: # Clones a single ...
Switch Mac OS' CI to ARM.
Switch Mac OS' CI to ARM. Hopefully installing the ARM toolchain will be faster and more reliable than installing the RISC-V toolchain. While I was editing the file, I changed he `checkout` action version to `v2`, so we should get automatic upgrades (I'm assuming it is relatively stable).
YAML
apache-2.0
tock/libtock-rs
916ef531476771c619f670e34ef8d5515d467cae
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.nod...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.no...
Remove explicit yarn installation on CI
Remove explicit yarn installation on CI
YAML
mit
davidkpiano/xstate,davidkpiano/xstate,davidkpiano/xstate
4df0fb1f186919a8561a5953114effde478db6b1
.github/workflows/weekly.yml
.github/workflows/weekly.yml
--- name: stratis-cli weekly # yamllint disable-line rule:truthy on: schedule: - cron: 25 3 * * 4 # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: next-fedora-python-checks: continue-on-error: true strategy: matrix: include: # PYTHON ...
--- name: stratis-cli weekly # yamllint disable-line rule:truthy on: schedule: - cron: 25 3 * * 4 # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: next-fedora-python-checks: continue-on-error: true strategy: matrix: include: # PYTHON ...
Advance next development environment to Fedora 36
Advance next development environment to Fedora 36 Signed-off-by: Bryan Gurney <94498243b15882748b18aec9e6dc02da713818c8@redhat.com>
YAML
apache-2.0
stratis-storage/stratis-cli,stratis-storage/stratis-cli
d15698bb91236a346c339f0d3bcc83ec39e6050d
resource-server/src/main/resources/application.yml
resource-server/src/main/resources/application.yml
# # Copyright 2014 Open mHealth # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
# # Copyright 2014 Open mHealth # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writin...
Add logging property placeholders to resource server configuration to help with debugging.
Add logging property placeholders to resource server configuration to help with debugging.
YAML
apache-2.0
smalldatalab/omh-dsu,openmhealth/omh-dsu-ri,smalldatalab/omh-dsu,smalldatalab/omh-dsu,smalldatalab/omh-dsu,openmhealth/omh-dsu-ri
e8013fd80b53cd02184ae73e8a03c993823ed39a
recipes/sgp4/meta.yaml
recipes/sgp4/meta.yaml
{% set name = "sgp4" %} {% set version = "1.4" %} {% set gh_org = "brandon-rhodes" %} {% set gh_repo = "python-sgp4" %} {% set sha256 = "a7e03a714de969e2ad980830957793d677681b40047d7d052a50fe9e96e6ab7c" %} package: name: {{ name|lower }} version: {{ version }} source: fn: v{{ version }}.tar.gz url: https://g...
{% set name = "sgp4" %} {% set version = "1.4" %} {% set gh_org = "brandon-rhodes" %} {% set gh_repo = "python-sgp4" %} {% set sha256 = "a7e03a714de969e2ad980830957793d677681b40047d7d052a50fe9e96e6ab7c" %} package: name: {{ name|lower }} version: {{ version }} source: fn: v{{ version }}.tar.gz url: https://g...
Correct build skipping selector for win64
Correct build skipping selector for win64
YAML
bsd-3-clause
stuertz/staged-recipes,mcernak/staged-recipes,koverholt/staged-recipes,gqmelo/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,hbredin/staged-recipes,koverholt/staged-recipes,benvandyke/staged-recipes,planetarypy/staged-recipes,johannesring/staged-recipes,atedstone/staged-recipes,scopatz/staged-recipe...
3e8751f29c7e160ff67b2d109e2521884b5841e5
host-preparation.yml
host-preparation.yml
--- - hosts: all gather_facts: no become: true pre_tasks: - name: Install Python 2 first raw: python --version || apt-get update && apt-get install -y python roles: - opsta.host_preparation
--- - hosts: all gather_facts: no become: true pre_tasks: - name: Configure apt-cacher-ng raw: "(test -f /etc/apt/apt.conf.d/11proxy || echo 'Acquire::http::Proxy \"{{ host_preparation_apt_cacher_ng }}\";' > /etc/apt/apt.conf.d/11proxy)" when: host_preparation_apt_cacher_ng is de...
Add host preparation playbook to support apt-cacher when install python
Add host preparation playbook to support apt-cacher when install python
YAML
mit
opsta/opsta-playbook
46f1c36ea96d724b067956e6c0d4bf1173cc0382
Resources/config/services.yml
Resources/config/services.yml
services: bookboon.cache: public: true class: Symfony\Component\Cache\Simple\RedisCache arguments: - '@default_redis_provider' - 'api' - 1800 Bookboon\Api\Bookboon: public: true factory: ['Bookboon\ApiBundle\Service\ApiFactory', create] ...
services: bookboon.cache: public: true class: Symfony\Component\Cache\Simple\RedisCache arguments: - '@default_redis_provider' - 'api' - 1800 Bookboon\Api\Bookboon: public: true lazy: true factory: ['Bookboon\ApiBundle\Service\ApiFac...
Mark service as lazy to avoid requesting token at cache:clear time
Mark service as lazy to avoid requesting token at cache:clear time
YAML
apache-2.0
bookboon/api-php-bundle
01af21732a759ff9739249c72353bfd06597e815
playbook.yml
playbook.yml
--- - hosts: localhost connection: local gather_facts: False pre_tasks: - name: create an ec2 node ec2: key_name: "{{ lookup('env', 'AWS_KEY_NAME') }}" group: elasticsearch-test-cluster instance_profile_name: elasticsearch-test-cluster instance_type: t2.micro region: eu-west-...
--- - hosts: localhost connection: local gather_facts: False pre_tasks: - name: Create an AWS security group ec2_group: name: elasticsearch-test-cluster description: Elasticsearch cluster region: eu-west-1 rules: - proto: all group_name: elasticsearch-test-cluster...
Add AWS security group creation task
Add AWS security group creation task
YAML
mit
alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws
33c2c78239fd342632ef2df428952529946b61d2
metadata/org.docspell.docspellshare.yml
metadata/org.docspell.docspellshare.yml
Categories: - Science & Education License: GPL-3.0-or-later AuthorName: eikek WebSite: https://docspell.org SourceCode: https://github.com/docspell/android-client IssueTracker: https://github.com/docspell/android-client/issues AutoName: DocspellShare RepoType: git Repo: https://github.com/docspell/android-client B...
Categories: - Science & Education License: GPL-3.0-or-later AuthorName: eikek WebSite: https://docspell.org SourceCode: https://github.com/docspell/android-client IssueTracker: https://github.com/docspell/android-client/issues AutoName: Docspell Share RepoType: git Repo: https://github.com/docspell/android-client ...
Update Docspell Share to 0.4.0 (4)
Update Docspell Share to 0.4.0 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0b7f5d70ab01d00f3f5d5e730aef9b1fa51af4b2
templates/enable-bits.yml
templates/enable-bits.yml
properties: cc: bits_service: enabled: true public_endpoint: (( concat "http://bits-service." properties.system_domain )) private_endpoint: http://bits-service.service.cf.internal username: admin password: <%= ENV.fetch('CF_PASSWORD', 'admin') %>
properties: cc: bits_service: enabled: true public_endpoint: (( concat "http://bits-service." properties.system_domain )) private_endpoint: http://bits-service.service.cf.internal username: (( grab properties.bits-service.signing_users.0.username )) password: (( grab properties.bits-...
Synchronize singing user's credentials between cc and bit-service
Synchronize singing user's credentials between cc and bit-service [#138931317] Signed-off-by: Norman Sutorius <c92e212d4253616268289a70bdbb216a97333b3e@de.ibm.com>
YAML
apache-2.0
cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release
e5d2440812088ed95237471b08dcca9914223f1b
AutomotiveOS/CarGearViewerKotlin/.google/packaging.yaml
AutomotiveOS/CarGearViewerKotlin/.google/packaging.yaml
# GOOGLE SAMPLE PACKAGING DATA # # This file is used by Google as part of our samples packaging process. # End users may safely ignore this file. It has no relevance to other systems. --- status: PUBLISHED technologies: [Android] categories: [AutomotiveOS] languages: [Kotlin] solutions: [Mobile] github: ...
# Copyright (C) 2020 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law ...
Add licence header to package.yaml
Add licence header to package.yaml Test: /google/bin/releases/opensource/thirdparty/cross/cross <path-to-repo> Bug: 162446471 Change-Id: I7eaa8aa65839b9e9f594bc0599de99918d4e4e6f
YAML
apache-2.0
android/car-samples,android/car-samples
3c5bed96ff0604a740e7af40c5abd5b89c0972b2
vars/main.yml
vars/main.yml
--- tomcat_supported_platforms: - Archlinux - Debian - RedHat tomcat_supported_distributions: - Archlinux - Ubuntu - CentOS # filename of Tomcat redistributable package tomcat_redis_filename: apache-tomcat-{{ tomcat_version }}.tar.gz # abstract Tomcat major version tomcat_version_major: "{{ tomcat_versio...
--- tomcat_supported_platforms: - Archlinux - Debian - RedHat tomcat_supported_distributions: - Archlinux - Ubuntu - CentOS - RedHat # filename of Tomcat redistributable package tomcat_redis_filename: apache-tomcat-{{ tomcat_version }}.tar.gz # abstract Tomcat major version tomcat_version_major: "{{ to...
Add support for RHEL as a distribution
Add support for RHEL as a distribution Signed-off-by: Mark Kusch <100d753b1bf12c46cb1704d669587da1096d0b23@silpion.de>
YAML
apache-2.0
silpion/ansible-tomcat,silpion/ansible-tomcat,AMeng/ansible-tomcat,AMeng/ansible-tomcat
1061da59589193d65611dda7d2806645afdf7ccd
packages/hy/hyper.yaml
packages/hy/hyper.yaml
homepage: '' changelog-type: '' hash: cbd15c4857305afb543a1a83b07002a706ce967e1ac6b43ca832143913dcf69e test-bench-deps: {} maintainer: Heinrich Apfelmus <apfelmus quantentunnel de> synopsis: Display class for the HyperHaskell graphical Haskell interpreter changelog: '' basic-deps: base: ! '>=4.6 && <4.10' text: ! '...
homepage: '' changelog-type: '' hash: 9fd45d833e5eccbfeb9456af2e986a85b2f2662c3630a4295f574ddb38273afe test-bench-deps: {} maintainer: Heinrich Apfelmus <apfelmus quantentunnel de> synopsis: Display class for the HyperHaskell graphical Haskell interpreter changelog: '' basic-deps: base: ! '>=4.6 && <4.10' text: ! '...
Update from Hackage at 2017-04-29T16:11:47Z
Update from Hackage at 2017-04-29T16:11:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
cdee4fce780dcdf69f63c2260799cdb37a2df09b
percy.config.yml
percy.config.yml
version: 1 snapshot: widths: [1600] min-height: 1000 percy-css: | .toplevel_page_amp-options, #footer-upgrade { display: none; } span.update-plugins { display: none !important; }
version: 1 snapshot: widths: [1600] min-height: 1000 percy-css: | .toplevel_page_amp-options, #footer-upgrade, #wpadminbar #wp-admin-bar-updates { display: none; } span.update-plugins { display: none !important; }
Remove update plugin from admin bar.
Remove update plugin from admin bar.
YAML
apache-2.0
GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp,GoogleForCreators/web-stories-wp