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
bb2320b232ca47d188ec9f178264eab1102c3290
tests/propel.yml
tests/propel.yml
# http://propelorm.org/documentation/reference/configuration-file.html propel: general: project: AccessControl version: 0.1.0 database: connections: access_control: adapter: sqlite dsn: 'sqlite::memory:' user: '' ...
# http://propelorm.org/documentation/reference/configuration-file.html propel: general: project: AccessControl version: 0.1.0 database: connections: access_control: adapter: sqlite dsn: 'sqlite::memory:' user: '' ...
Change Propel settings for tests, too...
Change Propel settings for tests, too...
YAML
mit
phlopsi/access-control,phlopsi/php-access-control
e994c99635a00b05c9a84754f6b86061faad6967
s3_website.yml
s3_website.yml
s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %> s3_secret: <%= ENV['S3_SECRET_KEY'] %> s3_bucket: docs.gigaspaces.com # Below are examples of all the available configurations. # See README for more detailed info on each of them. max_age: "*": 300 # gzip: # - .html # - .css # - .md s3_endpoint: us-east-1 s3_reduce...
s3_id: <%= ENV['S3_ACCESS_KEY_ID'] %> s3_secret: <%= ENV['S3_SECRET_KEY'] %> s3_bucket: docs.gigaspaces.com # Below are examples of all the available configurations. # See README for more detailed info on each of them. max_age: "*": 300 # gzip: # - .html # - .css # - .md s3_endpoint: us-east-1 s3_reduce...
Decrease concurrency level for s3 push
Decrease concurrency level for s3 push
YAML
apache-2.0
aharonmoll/gigaspaces-wiki-jekyll,barakb/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,aharonmoll/gigaspaces-wiki-jekyll,yohanakh/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,hagaiGS/gigaspaces-wiki-jekyll,esteratz/gigaspaces-wiki-jekyll,rasteroid/gigaspaces-wiki-jek...
eebc7a8db6758ef2c001b9299654c8734de6cd85
.github/workflows/Test.yml
.github/workflows/Test.yml
name: Test on: [push, pull_request] jobs: macOS: runs-on: macOS-latest steps: - name: Show environments run: | sw_vers xcodebuild -version swift --version - uses: actions/checkout@v1 - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_...
name: Test on: [push, pull_request] jobs: macOS: runs-on: macOS-latest steps: - name: Show environments run: | sw_vers xcodebuild -version swift --version - uses: actions/checkout@v1 - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_...
Use Xcode 12-beta for GitHub action
Use Xcode 12-beta for GitHub action
YAML
apache-2.0
onevcat/CotEditor,onevcat/CotEditor,onevcat/CotEditor
313e4a19960a9383a954a1a70830017caf90a22e
.github/workflows/main.yml
.github/workflows/main.yml
name: Build and Test on: push: branches: [ master, develop ] pull_request: branches: [ master, develop ] jobs: build: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: # Checks-out your repository under $GITHUB_WORKSPACE...
name: Build and Test on: push: branches: [ master, develop ] pull_request: branches: [ master, develop ] jobs: build: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: # Checks-out your repository under $GITHUB_WORKSPACE...
Use 'cmake --build' instead of 'make'
Use 'cmake --build' instead of 'make'
YAML
mit
adamstark/AudioFile,adamstark/AudioFile
5d15f8fb44be7ae37a1166aca12f27ea8dbbcef8
.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
89eed00c237f3f0faaa9a138e92b651137782a33
.github/workflows/rust.yml
.github/workflows/rust.yml
name: Rust on: push: branches: - master pull_request: branches: - master env: RUSTFLAGS: -A warnings jobs: test: name: Test on ${{ matrix.os }} using Rust ${{ matrix.rust }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-lat...
name: Rust on: push: branches: - master pull_request: branches: - master env: RUSTFLAGS: -A warnings jobs: test: name: Test on ${{ matrix.os }} using Rust ${{ matrix.rust }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-lat...
Add clippy and fmt checks to CI
Add clippy and fmt checks to CI Let's keep it clean and consistent.
YAML
apache-2.0
saulius/croaring-rs,saulius/croaring-rs,saulius/croaring-rs
835216bc35a2165a3c8682d9efad1ff58e404c56
manifests/cf-manifest/isolation-segments/prod/govuk-notify-staging.yml
manifests/cf-manifest/isolation-segments/prod/govuk-notify-staging.yml
--- number_of_cells: 12 isolation_segment_name: govuk-notify-staging
--- number_of_cells: 24 isolation_segment_name: govuk-notify-staging
Scale Notify staging isolation segment to 24 cells
Scale Notify staging isolation segment to 24 cells We recently created an isolation segment for GOV.UK Notify. They are using it to conduct load testing against their staging environment without affecting the rest of the PaaS. We chose 12 cells to start with. This was based on the maximum memory usage if their stag...
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
8b52996a9f2d460ae653b6858c8ebf3325bb4b82
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: pull_request: branches: - master push: branches: - master jobs: integration: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Determine env variables from local files run: | echo "GO_VERSION=$(grep "go 1." go.mod | cut -d ...
name: Test on: pull_request: branches: - master push: branches: - master jobs: integration: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Determine env variables from local files run: | echo "GO_VERSION=$(grep "go 1." go.mod | cut -d ...
Update paambaati/codeclimate-action action to v3
Update paambaati/codeclimate-action action to v3
YAML
mit
BrainDoctor/clustercode,BrainDoctor/clustercode,BrainDoctor/clustercode,BrainDoctor/clustercode
cb58cd9591c3db6643b4af0887e0e228f4884f8d
.github/workflows/test.yml
.github/workflows/test.yml
name: Tests and linting on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Validate composer.json and composer.lock run: composer validate --strict - name: Cache Composer packages id: composer-cache uses: actions/cache@v2 ...
name: Tests and linting on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set PHP version uses: shivammathur/setup-php@v2 with: php-version: 8.0 - name: Validate composer.json and composer.lock run: composer vali...
Use PHP 8.0 in CI
Use PHP 8.0 in CI
YAML
mit
KnpLabs/packagist-api
273f0e49cfa540c67802a988da5dccc7a0e82105
config/final.yml
config/final.yml
--- blobstore: provider: s3 options: bucket_name: port-forwarding-boshrelease final_name: port-forwarding-boshrelease
--- blobstore: provider: s3 options: bucket_name: port-forwarding-boshrelease final_name: port-forwarding
Drop the term "boshrelease" from the release name
Drop the term "boshrelease" from the release name
YAML
mit
cloudfoundry-community/port-forwarding-boshrelease,cloudfoundry-community/port-forwarding-boshrelease
f109b818bf57a3fbf99dc03bf7b8adc262c0d4e8
test/integration/destructive.yml
test/integration/destructive.yml
- hosts: testhost gather_facts: True roles: - { role: test_service, tags: test_service } - { role: test_pip, tags: test_pip } - { role: test_gem, tags: test_gem } - { role: test_yum, tags: test_yum } - { role: test_apt, tags: test_apt } - { role: test_apt_repository, tags: test_apt_repositor...
- hosts: testhost gather_facts: True roles: - { role: test_service, tags: test_service } # Current pip unconditionally uses md5. We can re-enable if pip switches # to a different hash or allows us to not check md5 - { role: test_pip, tags: test_pip, when: ansible_fips != True } - { role: test_g...
Disable pip test on FIPS enabled systems because pip unconditionally uses md5
Disable pip test on FIPS enabled systems because pip unconditionally uses md5
YAML
mit
thaim/ansible,thaim/ansible
42e3863b24caaa3f2baf66c6e0658f07da1f8dfe
tasks/main.yml
tasks/main.yml
--- # tasks file for consul-template - name: Write install script template: src=install.j2 dest={{consul_template_install_script}} mode=0755 tags: - consul-template - name: Check consul-template version shell: consul-template --version >> tmp.ver 2>&1 && cat tmp.ver | grep {{consul_template_ver...
--- # tasks file for consul-template - name: Write install script template: src=install.j2 dest={{consul_template_install_script}} mode=0755 tags: - consul-template - name: Check consul-template version shell: consul-template --version >> tmp.ver 2>&1 && grep {{consul_template_ver}} tmp.ver ig...
Verify binary task should not be flagged changed if the installation is correct
Verify binary task should not be flagged changed if the installation is correct
YAML
mit
mtchavez/ansible-consul-template
f1b7a47a4c79a587f1c488be6171504b7d88d525
hieradata/node/asset-slave-1.backend.integration.publishing.service.gov.uk.yaml
hieradata/node/asset-slave-1.backend.integration.publishing.service.gov.uk.yaml
--- lv: data: pv: - '/dev/sdc1' - '/dev/sdd1' vg: 'uploads' cache: pv: - '/dev/sda1' vg: 'duplicity'
--- lv: data: pv: - '/dev/sdb1' - '/dev/sdc1' vg: 'uploads' cache: pv: - '/dev/sdd1' vg: 'duplicity'
Update integration asset slave disks
Update integration asset slave disks After reboot the disks changed their labels, so Puppet is incorrect for managing the LVM volumes. We should check how to change the configuration to use UUIDs.
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
37485f0d825749c83095bafec32b5a4e8fe3ef8a
.github/workflows/Main.yml
.github/workflows/Main.yml
name: Main on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Yarn install run: yarn install - name: Generate search index ...
name: Main on: push jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Yarn install run: yarn install - name: Generate search index run: yarn g...
Disable pull_request event in CI
Disable pull_request event in CI
YAML
mit
Alexendoo/utf,Alexendoo/utf,Alexendoo/utf,Alexendoo/utf
dc045c070b7d6eb23db317e769511c43f866931d
.github/workflows/demo.yml
.github/workflows/demo.yml
name: Build demo and check output on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.9 uses: actions/setup-python@v1 with: python-version: '3.9' - name: Install ffmpeg run: | ...
name: Build demo and check output on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: python-version: '3.9' - run: | sudo apt-get update sudo apt-get in...
Update used actions and rename step names
Update used actions and rename step names
YAML
mit
153957/153957-theme,153957/153957-theme
f345c82969d6aab2bfb4bd11e0b062a3509da822
.github/workflows/java.yml
.github/workflows/java.yml
name: Java on: push: paths-ignore: - 'applications/generate/**' pull_request: paths-ignore: - 'applications/generate/**' jobs: java: name: ${{ matrix.java-version }} runs-on: ubuntu-latest strategy: matrix: java-version: - 8 - 11 steps: ...
name: Java on: push: paths-ignore: - 'applications/generate/**' pull_request: paths-ignore: - 'applications/generate/**' jobs: java: name: ${{ matrix.java-version }} runs-on: ubuntu-latest strategy: matrix: java-version: - 8 - 11 - 17 ...
Add OpenJDK 17 to GitHub Actions
Add OpenJDK 17 to GitHub Actions
YAML
apache-2.0
paritytrading/philadelphia,paritytrading/philadelphia,paritytrading/philadelphia
07031835b9a26f4a763e78caefd6118dcaf393a8
.github/workflows/main.yml
.github/workflows/main.yml
name: build on: [push] jobs: build: strategy: matrix: os: [ubuntu-latest, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Install dependencies (Ubuntu) if: startsWith(matrix.os, 'Ubuntu') run: | sudo apt-get update ...
name: build on: [push] jobs: build: strategy: matrix: os: [ubuntu-latest, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - name: Install dependencies (Ubuntu) if: startsWith(matrix.os, 'Ubuntu') run: | sudo apt-get update ...
Add permission to script file.
Add permission to script file.
YAML
mit
RyanWangGit/scc
15df6f26ef568d8d25a087d54c5b9814ff5674c4
.github/workflows/main.yml
.github/workflows/main.yml
name: Deploy Zou to staging environment on: push: branches: - master jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Update Zou on staging server uses: appleboy/ssh-action@master with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} ...
name: Deploy Zou to staging environment on: push: branches: - master jobs: build: name: Build runs-on: ubuntu-latest steps: - name: Update Zou on staging server uses: appleboy/ssh-action@v0.1.4 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }} ...
Fix github action for staging deployement
Fix github action for staging deployement
YAML
agpl-3.0
cgwire/zou
79f3f6732937b2f331d2ba49219bbbec78f7eb7a
.github/workflows/main.yml
.github/workflows/main.yml
name: gstd CI on: push: branches: - master - develop pull_request: branches: - develop jobs: build: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Dependecies run: | sudo apt update sudo apt install automake libtool pkg-config li...
name: gstd CI on: push: branches: - master - develop pull_request: branches: - develop jobs: build: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Dependecies run: | sudo apt update sudo apt install automake libtool pkg-config li...
Replace readline with libedit on CI scripts
Replace readline with libedit on CI scripts
YAML
lgpl-2.1
RidgeRun/gstd-1.x,RidgeRun/gstd-1.x,RidgeRun/gstd-1.x,RidgeRun/gstd-1.x
5fea6b2b23e94a4b94ce947c3c6a6aeb96539fad
.github/workflows/rust.yml
.github/workflows/rust.yml
name: Rust on: push: branches: [master] paths: - '**.rs' - '**.toml' - '.github/workflows/rust.yml' pull_request: paths: - '**.rs' - '**.toml' - '.github/workflows/rust.yml' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubunt...
name: Rust on: push: branches: [master] paths: - '**.rs' - '**.toml' - '.github/workflows/rust.yml' pull_request: paths: - '**.rs' - '**.toml' - '.github/workflows/rust.yml' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubunt...
Revert changes to github actions file
Revert changes to github actions file
YAML
mit
kkawakam/rustyline
616fcd1e34ba05de790a8f2745f5d61e032ff51e
.github/workflows/ci-build.yml
.github/workflows/ci-build.yml
name: Continous build - build and test on every push on: push jobs: build: name: Build and test runs-on: ubuntu-latest strategy: matrix: java-version: [8, 11] steps: - name: Checkout uses: actions/checkout@v1 with: submodules: true - name: Se...
name: Continous build - build and test on every push on: push jobs: build: name: Build and test runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java-version: [8, 11] steps: - name: Checkout uses: actions/checkout@v1 wit...
Build on matrix of latest Ubunutu and latest Windows.
Build on matrix of latest Ubunutu and latest Windows. Currently that is Ubuntu 18.04 and Windows Server 2019. https://help.github.com/en/actions/automating-your-workflow-with-github-actions/virtual-environments-for-github-hosted-runners
YAML
apache-2.0
gitblit/gitblit,fzs/gitblit,fzs/gitblit,fzs/gitblit,fzs/gitblit,gitblit/gitblit,gitblit/gitblit,fzs/gitblit,gitblit/gitblit,gitblit/gitblit
c2e7668e97e1e16fc0104515f61a19775d1ff3e5
.github/workflows/gh-pages.yml
.github/workflows/gh-pages.yml
name: github pages on: push: branches: - master jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Hugo uses: peaceiris/actions-hugo@v2 - name: Build run: hugo --verbose --minify
name: github pages on: push: branches: - master jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Setup Hugo uses: peaceiris/actions-hugo@v2 - name: Build run: hugo --verbose --minify - name: Deploy uses: peaceiris/act...
Add github action step to deploy site.
Add github action step to deploy site.
YAML
apache-2.0
robdimsdale/dimsdale-website
e82dd6d07e2e54fafb5460dd824643b4584f060d
.github/workflows/gh-pages.yml
.github/workflows/gh-pages.yml
name: github pages on: push: branches: - main # Set a branch to deploy pull_request: jobs: deploy: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history f...
name: github pages on: push: branches: - main # Set a branch to deploy - master pull_request: jobs: deploy: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetc...
Fix branch naming for GitHub Action
Fix branch naming for GitHub Action
YAML
mit
hackutk/hackutk.github.io,hackutk/hackutk.github.io
b3d153d8f28cd8e75e8f596bf9c8868a4704b0ec
.github/workflows/label-pr.yml
.github/workflows/label-pr.yml
name: Label PRs on: - pull_request_target jobs: build: runs-on: ubuntu-latest steps: - uses: srvaroa/labeler@v0.8 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
name: Label PRs on: - pull_request_target jobs: build: runs-on: ubuntu-latest permissions: pull-requests: write steps: - uses: srvaroa/labeler@v0.8 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Add GitHub Action permissions for the labeller
BUG: Add GitHub Action permissions for the labeller Attempt to enable the pull request labeler to work on forked pull requests. Background: - https://github.com/actions/labeler/issues/12 - https://github.blog/changelog/2021-04-20-github-actions-control-permissions-for-github_token/
YAML
apache-2.0
richardbeare/ITK,InsightSoftwareConsortium/ITK,InsightSoftwareConsortium/ITK,hjmjohnson/ITK,thewtex/ITK,InsightSoftwareConsortium/ITK,thewtex/ITK,InsightSoftwareConsortium/ITK,Kitware/ITK,thewtex/ITK,Kitware/ITK,thewtex/ITK,Kitware/ITK,Kitware/ITK,thewtex/ITK,InsightSoftwareConsortium/ITK,thewtex/ITK,Kitware/ITK,BRAINS...
6e763f07cb9e26d5f37030172ac495ede66a9dbf
.github/workflows/valgrind.yml
.github/workflows/valgrind.yml
name: Valgrind on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: valgrind: name: Valgrind uses: steinwurf/valgrind-action/.github/workflows/action.y...
name: Valgrind on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: valgrind: name: Valgrind uses: steinwurf/valgrind-action/.github/workflows/action.y...
Update Valgrind to new version 4.0.0
Update Valgrind to new version 4.0.0
YAML
bsd-3-clause
steinwurf/recycle,steinwurf/recycle
6c55d5c2901339e479e755a7d5d1aa7acc1a9a03
manifests/cf-manifest/operations.d/235-log-cache-tuning.yml
manifests/cf-manifest/operations.d/235-log-cache-tuning.yml
--- - type: replace path: /instance_groups/name=log-cache/jobs/name=log-cache/properties/memory_limit_percent? value: 70
--- - type: replace path: /instance_groups/name=log-cache/jobs/name=log-cache/properties/memory_limit_percent? value: 65
Revert "log-cache: set memory_limit_percent to 70"
Revert "log-cache: set memory_limit_percent to 70" This reverts commit 7995638fa101be858d5f5cdb2f67814c67da3e5a. leaving log-caches with a little more headroom for when e.g. their siblings disappear is probably a good thing
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
8acd8010a26c08853c182e3700c11cfef4884faf
.forestry/front_matter/templates/post.yml
.forestry/front_matter/templates/post.yml
--- label: post hide_body: false display_field: title fields: - type: text name: layout label: layout - type: text name: title label: title - type: datetime name: date label: date - type: list name: tags label: tags - type: list name: category label: category
--- label: post hide_body: false display_field: title fields: - type: text name: layout label: layout config: required: true - type: text name: title label: title - type: datetime name: date label: date - type: list name: tags label: tags - type: list name: category label: category
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
murarisumit/murarisumit.github.io,murarisumit/murarisumit.github.io,murarisumit/murarisumit.github.io
9df8ebf6940a245997e367ecf7eecacd2a01f1c0
.forestry/front_matter/templates/team.yml
.forestry/front_matter/templates/team.yml
--- label: team hide_body: false is_partial: false fields: []
--- label: team hide_body: false is_partial: false fields: - type: text name: ad_soyad label: Ad Soyad
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017
006e47fb4ac8cba087aad55816a6a437ada51dd8
.github/workflows/check_build_version.yml
.github/workflows/check_build_version.yml
name: Check Jetbrains Build Version on: schedule: - cron: '0 */12 * * *' jobs: auto-assign: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '^1.17' - name: Check version id: check working-direct...
name: Check Jetbrains Build Version on: push: paths: - '.github/workflows/check_build_version.yml' schedule: - cron: '0 */12 * * *' jobs: auto-assign: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: go-version: '^1.17'...
Add a way to trigger the check manually
:recycle: Add a way to trigger the check manually
YAML
mit
elgohr/cf-jetbrains-license-server,elgohr/cf-jetbrains-license-server
bf43ebd5152a32c16a5f85f93c827366745db6a0
operations/create-upgrade-ert-pipeline.yml
operations/create-upgrade-ert-pipeline.yml
- op: replace path: /name=tile/name value: elastic-runtime - op: replace path: /product_slug={{product_slug}}/product_slug value: elastic-runtime - op: replace path: /resource=tile/resource value: elastic-runtime - op: replace path: /get=tile/get value: elastic-runtime - op: replace path: /jobs/na...
- op: replace path: /name=tile/name value: elastic-runtime - op: replace path: /product_slug={{product_slug}}/product_slug value: elastic-runtime - op: replace path: /resource=tile/resource value: elastic-runtime - op: replace path: /get=tile/get value: elastic-runtime - op: replace path: /jobs/na...
Remove product name from from ops file
Remove product name from from ops file [#151069975]
YAML
apache-2.0
mcb/pcf-pipelines,sandyg1/pcf-pipelines,pivotal-cf/pcf-pipelines,pivotal-cf/pcf-pipelines,pivotal-cf/pcf-pipelines,mcb/pcf-pipelines,pivotal-cf/pcf-pipelines,pvsone/pcf-pipelines,cah-josephgeorge/pcf-pipelines,cah-josephgeorge/pcf-pipelines,sandyg1/pcf-pipelines,mcb/pcf-pipelines,pvsone/pcf-pipelines,rahulkj/pcf-pipeli...
08affc96141d0db93bd9f6f0e23e15c742e9ce04
packages/ci/cimple.yaml
packages/ci/cimple.yaml
homepage: https://toktok.github.io/ changelog-type: '' hash: c1e22e105724ae735de5dcc7b85980fb438e6b6c5886d18168bb7cd9179b2496 test-bench-deps: ansi-wl-pprint: -any base: <5 hspec: -any text: -any cimple: -any maintainer: Iphigenia Df <iphydf@gmail.com> synopsis: Simple C-like programming language changelog: '...
homepage: https://toktok.github.io/ changelog-type: '' hash: 886c42213892c44239ee935402aa381592de25dcb9e1a837a91a0fbbfa5a6c94 test-bench-deps: ansi-wl-pprint: -any base: <5 hspec: -any text: -any cimple: -any maintainer: Iphigenia Df <iphydf@gmail.com> synopsis: Simple C-like programming language changelog: '...
Update from Hackage at 2021-12-23T15:22:00Z
Update from Hackage at 2021-12-23T15:22:00Z
YAML
mit
commercialhaskell/all-cabal-metadata
984af34d9e9f1d4bac2db0642189f70359025999
nodejs-dev/tasks/main.yml
nodejs-dev/tasks/main.yml
--- - name: Add the Node PPA apt_repository: repo="ppa:chris-lea/node.js" - name: Install Node.js apt: name=nodejs state=present
--- - name: Add the NodeSource APT key apt_key: url=https://deb.nodesource.com/gpgkey/nodesource.gpg.key state=present - name: Add the NodeSource repo apt_repository: repo="deb https://deb.nodesource.com/node {{ ansible_distribution_release }} main" state=present - name: Install Node.js apt: name=nodejs state=p...
Switch Node packages to NodeSource.
Switch Node packages to NodeSource.
YAML
mit
tomku/ansible-roles
71a3cc6a605b233558724cc4b0f0ec7d91a82b0b
tests/subsys/fs/nvs/testcase.yaml
tests/subsys/fs/nvs/testcase.yaml
common: tags: nvs tests: filesystem.nvs: platform_whitelist: qemu_x86 filesystem.nvs_0x00: extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay platform_whitelist: qemu_x86 build_only: true
common: tags: nvs tests: filesystem.nvs: platform_whitelist: qemu_x86 filesystem.nvs_0x00: extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay platform_whitelist: qemu_x86
Enable test suite with 0x00 erase value
tests/nvs: Enable test suite with 0x00 erase value The NVS tests have been disabled here with commit tests: nvs: Disable running the 0x00 test suite (22be0d8fd5902da11c9bf55a44012abc7c2cf1c1) due to problems with flash_simulator. With introduction of below fixes: drivers/flash/flash_simulator: Fix flash_sim_write ...
YAML
apache-2.0
finikorg/zephyr,galak/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,nashif/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,nashif/zephyr,zephyrproject-rtos/zephyr,Vudentz/zephyr,galak/zephyr,finikorg/zephyr,Vudentz/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,Vudentz/zephyr,Vudentz/zephyr...
b28dbd1b6e0f720d76ddbb632a0e7be242975cae
packages/gh/ghc-paths.yaml
packages/gh/ghc-paths.yaml
homepage: '' changelog-type: '' hash: 2048e2acdbde804289cf01ca3134dd927e6addfc2bea6519c371e351573fa4bf test-bench-deps: {} maintainer: Simon Marlow <marlowsd@gmail.com> synopsis: Knowledge of GHC's installation directories changelog: '' basic-deps: base: ! '>=3 && <5' all-versions: - '0.1' - '0.1.0.1' - '0.1.0.2' - '...
homepage: '' changelog-type: '' hash: ed18df7b53699446dabd66f6e019e5b156820f0301d8dec0d6385f13b797e0ba test-bench-deps: {} maintainer: Simon Marlow <marlowsd@gmail.com> synopsis: Knowledge of GHC's installation directories changelog: '' basic-deps: base: ! '>=3 && <5' all-versions: - '0.1' - '0.1.0.1' - '0.1.0.2' - '...
Update from Hackage at 2018-09-22T11:51:02Z
Update from Hackage at 2018-09-22T11:51:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
2c5b249336281a79a2221b0fa79db6445e990858
packages/mi/microbase.yaml
packages/mi/microbase.yaml
homepage: https://github.com/daig/microbase changelog-type: '' hash: fe66486a9993be4100b2c6ee210b8ef90c96afa634ee6022430870aecdb8b7b9 test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0.0.1 auth...
homepage: https://github.com/daig/microbase changelog-type: '' hash: e0f2a9fa3e6d3ed167e22d0fe39fd3ef855c0d32221fc0e49d4dae0df8e6b3b6 test-bench-deps: {} maintainer: dai@sodality.cc synopsis: A minimal base to work around GHC bugs. changelog: '' basic-deps: base: ^>=4.14.0.0 all-versions: - 4.14.0.0 - 4.14.0.0.1 - 4....
Update from Hackage at 2020-04-02T07:00:06Z
Update from Hackage at 2020-04-02T07:00:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
9924c3c202b4eeb0532265145bcc1ebf24e17394
packages/re/relation.yaml
packages/re/relation.yaml
homepage: https://www.github.com/haskell-works/relation/ changelog-type: '' hash: ec4042134ba972ba28604dca254bfdd834fb7f4aeca2aa9dae3fd4ae04b5c911 test-bench-deps: base: ! '>=4 && <5' hspec: ! '>=2.4 && <3' hedgehog: ! '>=0.5 && <0.7' relation: -any hw-hspec-hedgehog: ! '>=0.1.0.4 && <0.2' maintainer: John Ky...
homepage: https://www.github.com/haskell-works/relation/ changelog-type: '' hash: 2863195187f8311a36df3d129717c37285585a4e79a5bf7fd782971ce09b94a8 test-bench-deps: base: ! '>=4 && <5' hspec: ! '>=2.4 && <3' hedgehog: ! '>=0.5 && <0.7' relation: -any containers: ! '>=0.5 && <0.7' hw-hspec-hedgehog: ! '>=0.1....
Update from Hackage at 2019-05-13T02:13:35Z
Update from Hackage at 2019-05-13T02:13:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
d211c74e636e535f910218bc56de9077ccdd09f8
packages/se/secp256k1.yaml
packages/se/secp256k1.yaml
homepage: http://github.com/haskoin/secp256k1#readme changelog-type: '' hash: 88957855be96e39bf532e0d6150ad0159d0f3f9bb8aa0a54da3aa088b39bc19d test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: -any base: -any entropy: -any test-framework-quickcheck2: -any HUnit: -any mtl: -any...
homepage: http://github.com/haskoin/secp256k1#readme changelog-type: '' hash: e847618cf2885c40806225ffd1605f0728368248a55db9197f6517ed3e630cd5 test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: -any base: -any entropy: -any test-framework-quickcheck2: -any HUnit: -any mtl: -any...
Update from Hackage at 2015-10-18T13:37:17+0000
Update from Hackage at 2015-10-18T13:37:17+0000
YAML
mit
commercialhaskell/all-cabal-metadata
e55d1541050ceabaf439eb310532105954cafcab
.appveyor.yml
.appveyor.yml
version: 2.0.{build} clone_depth: 3 image: Visual Studio 2017 branches: only: - master skip_tags: true skip_commits: files: - docs/* - .travis.yml - README.md - TODO.md - coveralls.json - mkdocs.yml - requirements.txt environment: MIX_ENV: test cache: - _build - deps init: - ...
version: 2.0.{build} clone_depth: 3 image: Visual Studio 2017 branches: only: - master skip_tags: true skip_commits: files: - docs/* - .travis.yml - README.md - TODO.md - coveralls.json - mkdocs.yml - requirements.txt environment: MIX_ENV: test cache: - _build - deps init: - ...
Mark start-epmd.ps1 as a powershell task
Mark start-epmd.ps1 as a powershell task
YAML
mit
bitwalker/distillery,bitwalker/distillery
c45ab5194f00f3e79225f44194678a5de373ce80
helm-charts/riff/values.yaml
helm-charts/riff/values.yaml
# Default values for riff. # This is a YAML-formatted file. # Declare variables to be passed into your templates. create: crd: true faas: true rbac: # Specifies whether RBAC resources should be created create: true apiVersion: v1beta1 kafka: # Specifies whether the single-node development Kafka chart shou...
# Default values for riff. # This is a YAML-formatted file. # Declare variables to be passed into your templates. create: crd: true faas: true rbac: # Specifies whether RBAC resources should be created create: true apiVersion: v1beta1 serviceAccount: # Specifies whether a service account should be created...
Move kafka.create to the proper yaml location
Move kafka.create to the proper yaml location - can't have two top level `kafka` entries
YAML
apache-2.0
markfisher/sk8s,markfisher/sk8s,markfisher/sk8s,markfisher/sk8s
eaac7a915362d8f055dd790f33d3727d8dd41322
defaults/main.yml
defaults/main.yml
--- hashicorp_atlas_upload_install: true hashicorp_atlas_upload_version: 0.2.0 hashicorp_consul_install: true hashicorp_consul_version: 0.7.1 hashicorp_consul_replicate_install: true hashicorp_consul_replicate_version: 0.2.0 hashicorp_consul_template_install: true hashicorp_consul_template_version: 0.16.0 hashicorp...
--- hashicorp_atlas_upload_install: true hashicorp_atlas_upload_version: 0.2.0 hashicorp_consul_install: true hashicorp_consul_version: 0.7.1 hashicorp_consul_replicate_install: true hashicorp_consul_replicate_version: 0.2.0 hashicorp_consul_template_install: true hashicorp_consul_template_version: 0.16.0 hashicorp...
Upgrade Packer to release 0.12.1
Upgrade Packer to release 0.12.1
YAML
apache-2.0
kurron/ansible-role-hashicorp
1d6b39dfda54496fb396c4fd0eb5112d25b05b9d
data/common.yaml
data/common.yaml
--- python::version::alias: "2": 2.7.10 "2.6": 2.6.9 "2.7": 2.7.10 "3": 3.5.0 "3.4": 3.4.3 "3.5": 3.5.0 python::prefix: '/opt' python::user: "%{::id}" python::pyenv::ensure: v20150913 python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv" python::pyenv::user: "%{hiera('python::user')}"
--- python::version::alias: "2": 2.7.10 "2.6": 2.6.9 "2.7": 2.7.10 "3": 3.5.0 "3.4": 3.4.3 "3.5": 3.5.0 python::prefix: '/opt' python::user: "%{::id}" python::pyenv::ensure: v20151103 python::pyenv::prefix: "%{hiera('python::prefix')}/pyenv" python::pyenv::user: "%{hiera('python::user')}"
Update pyenv to version v20151103
Update pyenv to version v20151103 Fixes issue where ssl extension wouldn’t compile Should resolve #18
YAML
mit
jacebrowning/puppet-python,jacebrowning/puppet-python,mloberg/puppet-python,jacebrowning/puppet-python,halyard/puppet-python,halyard/puppet-python,mloberg/puppet-python,mloberg/puppet-python
80f60e1c07696b9fd5981254725109fb5ec3b766
.github/workflows/merge-dependabot-upgrades.yml
.github/workflows/merge-dependabot-upgrades.yml
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge...
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge...
Bump ridedott/merge-me-action from 2.9.37 to 2.9.38
Bump ridedott/merge-me-action from 2.9.37 to 2.9.38
YAML
mit
Ocramius/LazyMap
0c325ce8f5bb934033448ccee0ac3e4105d68385
changelogs/unreleased/sh-fix-squash-rebase-utf8-data.yml
changelogs/unreleased/sh-fix-squash-rebase-utf8-data.yml
--- title: Fix squash rebase not working when diff contained encoded data merge_request: author: type: fixed
--- title: Fix squash not working when diff contained non-ASCII data merge_request: author: type: fixed
Clarify changelog for squash encoding fix
Clarify changelog for squash encoding fix [ci skip]
YAML
mit
stoplightio/gitlabhq,stoplightio/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,stoplightio/gitlabhq,axilleas/gitlabhq,axilleas/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,mmkassem/gitlabhq,mmkassem/gitlabhq,iiet/iiet-git,axilleas/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,iiet/iiet-git,dreampet/gitlab,jirutka/gitlabhq,mmkasse...
e5f8d402f7a64cdd06a8bc59167d6c8f3368e6ac
config/jobs/image-pushing/k8s-staging-cluster-api.yaml
config/jobs/image-pushing/k8s-staging-cluster-api.yaml
postsubmits: # this is the github repo we'll build from; this block needs to be repeated for each repo. kubernetes-sigs/cluster-api: - name: post-cluster-api-push-images cluster: test-infra-trusted annotations: # this is the name of some testgrid dashboard to report to. testgrid-dash...
postsubmits: # this is the github repo we'll build from; this block needs to be repeated for each repo. kubernetes-sigs/cluster-api: - name: post-cluster-api-push-images cluster: test-infra-trusted annotations: # this is the name of some testgrid dashboard to report to. testgrid-dash...
Change cluster-api scratch bucket to -gcb suffix
Change cluster-api scratch bucket to -gcb suffix
YAML
apache-2.0
brahmaroutu/test-infra,monopole/test-infra,BenTheElder/test-infra,fejta/test-infra,pwittrock/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,BenTheElder/test-infra,ixdy/kubernetes-test-infra,monopole/test-infra,michelle192837/test-infra,pwittrock/test-infra,dims/test-infra,ixdy/kubernetes-test-infra,BenTheE...
83736c00da86e7b99d0164ed1ba3eab8c3eba0c2
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: # the image factory docker: - image: debian:stretch-slim steps: - run: apt-get -y update - run: apt-get -y install coreutils qemu gawk sed curl wget make git ssh gnupg2 - run: echo 'deb http://download.virtualbox.org/virtualbox/debian stretch contrib' > /etc...
version: 2 jobs: build: # the image factory docker: - image: debian:stretch-slim steps: - run: name: Install build dependencies command: | apt-get -y update apt-get -y install coreutils qemu gawk sed curl wget make git ssh gnupg2 - run: ...
Use names in build steps, attempt attaching workspace in publish job.
Use names in build steps, attempt attaching workspace in publish job.
YAML
apache-2.0
flaccid/machine-image-tools
3b7eca7918774b94106abcd533a1ff67f1eb1a63
.circleci/config.yml
.circleci/config.yml
--- # Sample advanced CircleCI configuration: https://github.com/transcom/mymove/blob/master/.circleci/config.yml version: 2.1 jobs: build: working_directory: ~/src docker: - image: hbpmip/docker-compose-for-ci:17.06-2 environment: - CIRCLECI: true steps: - setup_remote_docker: ...
--- # Sample advanced CircleCI configuration: https://github.com/transcom/mymove/blob/master/.circleci/config.yml version: 2.1 jobs: build: working_directory: ~/src docker: - image: hbpmip/docker-compose-for-ci:18.09-0 environment: - CIRCLECI: true steps: - setup_remote_docker: ...
Update base image, use Docker 18.06
[CI] Update base image, use Docker 18.06
YAML
apache-2.0
LREN-CHUV/workflow,LREN-CHUV/workflow,HBPSP8Repo/workflow,HBPSP8Repo/workflow
cda6762bc743d9a7832b95d4bd56e905b1b9933c
.circleci/config.yml
.circleci/config.yml
version: 2.1 commands: test-nodejs: steps: - run: name: Versions command: npm version - checkout - restore_cache: keys: - v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }} - v{{ .Enviro...
version: 2.1 commands: test-nodejs: steps: - run: name: Versions command: npm version - checkout - restore_cache: keys: - v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ arch }}-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }} - v{{ .Enviro...
Test with Node v12 instead of v11
Test with Node v12 instead of v11
YAML
mit
ghost-inspector/grunt-ghost-inspector
4b7c054ef0fcd166bb39a13806db46c12526cd42
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: hokusai: artsy/hokusai@0.7.4 not_staging_or_release: &not_staging_or_release filters: branches: ignore: - staging - release only_master: &only_master context: hokusai filters: branches: only: master only_release: &only_release context: hokusai filte...
version: 2.1 orbs: hokusai: artsy/hokusai@0.7.5 not_staging_or_release: &not_staging_or_release filters: branches: ignore: - staging - release only_master: &only_master context: hokusai filters: branches: only: master only_release: &only_release context: hokusai filte...
Update hokusai orb from 0.7.4 to v0.7.5
Update hokusai orb from 0.7.4 to v0.7.5
YAML
mit
artsy/doppler,artsy/doppler,artsy/doppler,artsy/doppler
770ea12b812c1170be2c3c4d4f98985641c4a9dd
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/iypm docker: - image: minn/node-awscli:latest steps: - checkout - restore_cache: key: deps-{{ checksum "package.json" }} - run: yarn install - save_cache: key: deps-{{ checksum "package.json" }} paths:...
version: 2 jobs: build: working_directory: ~/iypm docker: - image: minn/node-awscli:latest steps: - checkout - restore_cache: key: deps-{{ checksum "package.json" }} - run: yarn install - save_cache: key: deps-{{ checksum "package.json" }} paths:...
Fix CircleCI Cloudfront wildcard invalidation path
Fix CircleCI Cloudfront wildcard invalidation path
YAML
mpl-2.0
MinnSoe/ifyoupayme,MinnSoe/ifyoupayme,MinnSoe/ifyoupayme
d63e1925f4432ab5aadf452c02244392105b50ae
.circleci/config.yml
.circleci/config.yml
version: 2.1 jobs: build: environment: GO111MODULE: "on" CONSUL_VERSION: 1.8.0 VAULT_VERSION: 1.4.2 docker: - image: docker.mirror.hashicorp.services/circleci/golang:latest working_directory: /go/src/github.com/hashicorp/consul-template steps: - checkout - restore_c...
version: 2.1 jobs: build: environment: GO111MODULE: "on" CONSUL_VERSION: 1.8.0 VAULT_VERSION: 1.4.2 docker: - image: docker.mirror.hashicorp.services/cimg/go:1.17 steps: - checkout - restore_cache: keys: - ct-modcache-v1-{{ checksum "go.mod" }} ...
Replace deprecated 'circleci/golang' with 'cimg/go' image
Replace deprecated 'circleci/golang' with 'cimg/go' image Context for deprecating 'circleci/golang': https://discuss.circleci.com/t/legacy-convenience-image-deprecation/41034 Removed working_dir: - Reason: This was causing circleci error: "mkdir: cannot create directory ‘/go’: Permission denied" - Solution: Referr...
YAML
mpl-2.0
hashicorp/consul-template,hashicorp/consul-template
57247a389ce77ad4069911aac9b1e1b7b544160b
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8.9.1 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circ...
version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8.9.1 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circ...
Remove non needed step in workflow
Remove non needed step in workflow
YAML
mit
adaschevici/firebase-demo,adaschevici/firebase-demo,adaschevici/firebase-demo
b7d5a3caa6df4c7169986a98f4d21e92601aac29
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:8 working_directory: ~/protocol steps: - checkout - run: name: npm install command: npm install - save_cache: key: protocol-{{ .Environment....
version: 2 jobs: build: docker: - image: circleci/node:8 working_directory: ~/protocol steps: - checkout - run: name: npm install command: npm install - save_cache: key: protocol-{{ .Environment....
Extend CircleCI test-contracts no_output_timeout to 20m
Extend CircleCI test-contracts no_output_timeout to 20m
YAML
mit
livepeer/protocol,livepeer/protocol,livepeer/protocol
8374758b7c0a8bd161a7a28a3735ed2514172c17
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/golang:1.9.4 steps: - checkout - run: command: pwd - run: name: mkdir command: mkdir -p /go/src/github.com/${CIRCLE_PROJECT_USERNAME} - run: name: ln command: ln -s /home/circleci/...
version: 2 jobs: build: docker: - image: circleci/golang:1.9.4 steps: - checkout - run: command: pwd - run: name: mkdir command: mkdir -p /go/src/github.com/${CIRCLE_PROJECT_USERNAME} - run: name: ln command: ln -s /home/circleci/...
Add pkg/profile as a dependency
Add pkg/profile as a dependency Per PR request.
YAML
epl-1.0
candid82/joker,candid82/joker,candid82/joker
b6286b926e9b6f0a2da697cbc05c3248aa3a7eb9
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: springcloud/pipeline-base user: appuser environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" TERM: dumb branches: ignore: - gh-pages # list of branches to ignore steps: - checkout - restore_cache: key: ...
version: 2 jobs: build: docker: - image: springcloud/pipeline-base user: appuser environment: _JAVA_OPTIONS: "-Xms1024m -Xmx2048m" TERM: dumb branches: ignore: - gh-pages # list of branches to ignore steps: - checkout - restore_cache: key: ...
Revert "Try building with docs on Circle."
Revert "Try building with docs on Circle." This reverts commit 2d1f2b3e110f47f5dc42ee8db86518f0cf40409e.
YAML
apache-2.0
spring-cloud/spring-cloud-build,spring-cloud/spring-cloud-build
e2ca1701e6aaaf4ff8b7daf0b0b94b790a6fc68a
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/openjdk:8-jdk-browsers - image: buildpack-deps:trusty steps: - add_ssh_keys: fingerprints: - "f1:69:76:4f:b0:2a:c6:a5:dd:71:b7:ce:89:8b:43:20" - run: git clone ssh://github.com/rsahlin/vecmath.git - checkou...
version: 2 jobs: build: docker: - image: circleci/openjdk:8-jdk-browsers - image: buildpack-deps:trusty steps: - add_ssh_keys: fingerprints: - "49:3f:9c:ba:5e:6f:67:d7:db:ed:58:4c:8e:5d:67:89" - run: git clone ssh://github.com/rsahlin/vecmath.git - checkou...
Add ssh key to circleci
Add ssh key to circleci
YAML
apache-2.0
rsahlin/graphics-by-opengl,rsahlin/graphics-by-opengl,rsahlin/graphics-by-opengl
c21a552e15239c1617b409fac66d30487a3fc523
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:6.11.1 steps: - checkout - restore_cache: keys: - v1-dependency-cache-{{ checksum "package.json" }} - v1-dependency-cache - run: yarn install - save_cache: key: v1-dependency-cache...
version: 2 jobs: build: docker: - image: circleci/node:6.11.1 steps: - checkout - restore_cache: keys: - v1-dependency-cache-{{ checksum "yarn.lock" }} - v1-dependency-cache - run: yarn install - save_cache: key: v1-dependency-cache-{{...
Change circle cache to yarn.lock
Change circle cache to yarn.lock
YAML
mit
CodingZeal/redux-persist-sensitive-storage
b25f0c615df9e6f0a886eb9b2ecd2a5bd30fbbd3
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: machine: image: circleci/classic:201808-01 working_directory: ~/project steps: - checkout - run: name: Setup nvim ppa command: sudo add-apt-repository --yes ppa:neovim-ppa/unstable - run: name: APT update command: sudo...
version: 2 jobs: build: machine: image: ubuntu-1604:201903-01 working_directory: ~/project steps: - checkout - run: name: Setup nvim ppa command: sudo add-apt-repository --yes ppa:neovim-ppa/unstable - run: name: APT update command: sudo apt-...
Use a different ubuntu image for CircleCI
Use a different ubuntu image for CircleCI To avoid the recent issues with apt locks, we are moving to a more recent release.
YAML
isc
equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt
8fefeaf4dd975f0bfb5aecf303c2251fb5d8c7b1
.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.1 jobs: build: docker: - image: circleci/node:15.12 working_directory: ~/repo steps: - checkout # Download and cache dependencies - restor...
# JavaScript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2.1 jobs: build: docker: - image: circleci/node:15.13 working_directory: ~/repo steps: - checkout # Download and cache dependencies - restor...
Update circleci/node Docker tag to v15.13
Update circleci/node Docker tag to v15.13 Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
YAML
mit
paazmaya/tozan
2bae2f5fa1d6a376a35ee1f2e0584fe49e01784c
.circleci/config.yml
.circleci/config.yml
# .circleci/config.yml version: 2.1 jobs: build-and-test: macos: xcode: 13.2.1 environment: FL_OUTPUT_DIR: output steps: - checkout - store_artifacts: path: output - store_test_results: path: output/scan swiftlint: docker: - image: b...
# .circleci/config.yml version: 2.1 jobs: build-and-test: macos: xcode: 13.2.1 environment: FL_OUTPUT_DIR: output docker: - image: bytesguy/swiftlint:latest auth: username: mydockerhub-user password: $DOCKERHUB_PASSWORD # context / project UI env-var referenc...
Build and test just runs SwiftLint for now
Build and test just runs SwiftLint for now
YAML
apache-2.0
SuperAwesomeLTD/sa-mobile-sdk-ios-demo,SuperAwesomeLTD/sa-mobile-sdk-ios-demo,SuperAwesomeLTD/sa-mobile-sdk-ios-demo,SuperAwesomeLTD/sa-mobile-sdk-ios-demo
6ae90f6d25cd0406dac96ce5a009ccd0688b01cf
.readthedocs.yaml
.readthedocs.yaml
version: 2 build: os: ubuntu-20.04 tools: python: "3" sphinx: builder: html configuration: nbgrader/docs/source/conf.py python: install: - method: pip path: . extra_requirements: - docs
version: 2 build: os: ubuntu-20.04 tools: python: "3" nodejs: "16" sphinx: builder: html configuration: nbgrader/docs/source/conf.py python: install: - method: pip path: . extra_requirements: - docs
Add nodejs as dependency for building readthedoc
Add nodejs as dependency for building readthedoc
YAML
bsd-3-clause
jhamrick/nbgrader,jupyter/nbgrader,jupyter/nbgrader,jhamrick/nbgrader,jupyter/nbgrader,jupyter/nbgrader,jhamrick/nbgrader,jhamrick/nbgrader,jupyter/nbgrader
a538d0989537d14e7ef575400f2a26c1b578f6fd
recipes/cykhash/meta.yaml
recipes/cykhash/meta.yaml
{% set version = "1.0.2" %} {% set name = "cykhash" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 2ed17bffaccce3564407f41fce96ed79cc00a72427b3957674ea89148c1844e1 build: number: 0 noa...
{% set version = "1.0.2" %} {% set name = "cykhash" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 2ed17bffaccce3564407f41fce96ed79cc00a72427b3957674ea89148c1844e1 build: number: 0 noa...
Add Egor as maintainer of the recipe (with permission)
Add Egor as maintainer of the recipe (with permission)
YAML
bsd-3-clause
petrushy/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,stuertz/staged-recipes,chrisburr/stage...
6b467a21343f16f4de5964a45578de8c866bbf79
test-integration/commands.yml
test-integration/commands.yml
- description: Command help should display help information command: ../../../../../bin/sendman --help exitcode: 0 output: 'Usage: sendman' - description: Command init should display message about creating sample configuration file command: ../../../../../bin/sendman init exitcode: 0 output: 'Creating samp...
- params: sendman: ../../../../../bin/sendman - description: Command help should display help information command: '{sendman} --help' exitcode: 0 output: 'Usage: sendman' - description: Command init should display message about creating sample configuration file command: '{sendman} init' exitcode: 0 o...
Simplify integration test by using params.
Simplify integration test by using params.
YAML
mit
cliffano/sendman
2d6e258f0e999e4d632523bbcded5f6afeb5a0b8
manifests/cf-manifest/test-config/acceptance_tests.yml
manifests/cf-manifest/test-config/acceptance_tests.yml
--- api: api.((system_domain)) apps_domain: ((app_domain)) system_domain: ((system_domain)) admin_user: ((admin_user)) admin_password: ((admin_password)) test_password: ((secrets_test_user_password)) skip_ssl_validation: false backend: "diego" skip_diego_unsupported_tests: true include_tasks: true include_v3: true incl...
--- api: api.((system_domain)) apps_domain: ((app_domain)) system_domain: ((system_domain)) admin_user: ((admin_user)) admin_password: ((admin_password)) test_password: ((secrets_test_user_password)) skip_ssl_validation: false backend: "diego" skip_diego_unsupported_tests: true include_tasks: true include_v3: true incl...
Enable service discovery in upstream A/C tests
Enable service discovery in upstream A/C tests
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
c9dba15d56ebce0867e200dc1034ec0443007d3a
.github/workflows/android.yml
.github/workflows/android.yml
name: Android CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build with Gradle run: ./gradlew app:assembleDebug
name: Android CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: set up JDK 11 uses: actions/setup-java@v2 with: java-version: '11' distribution: 'adopt' cache: gradle - name: Build with Gradle ru...
Update github actions java version
Update github actions java version
YAML
apache-2.0
erdemolkun/instant-rates
df8d5b1b04b4e16a9a14ba00dd29f23c72dd729f
.github/workflows/release.yml
.github/workflows/release.yml
name: Release on: push: tags: - \d+.\d+.\d+ jobs: build-and-push-stdlib-documentation: name: Build and Push standard library documentation runs-on: ubuntu-latest container: image: ponylang/ponyc-ci-stdlib-builder:latest steps: - uses: actions/checkout@v1 - name: Build a...
name: Release on: push: tags: - \d+.\d+.\d+ jobs: build-and-push-stdlib-documentation: name: Build and Push standard library documentation runs-on: ubuntu-latest container: image: ponylang/ponyc-ci-stdlib-builder:latest steps: - uses: actions/checkout@v1 - name: Build a...
Fix error in standard library building documentation
Fix error in standard library building documentation
YAML
bsd-2-clause
kulibali/ponyc,kulibali/ponyc,dipinhora/ponyc,jemc/ponyc,jemc/ponyc,sgebbie/ponyc,ponylang/ponyc,ponylang/ponyc,sgebbie/ponyc,jemc/ponyc,sgebbie/ponyc,ponylang/ponyc,dipinhora/ponyc,kulibali/ponyc,sgebbie/ponyc,dipinhora/ponyc,sgebbie/ponyc,kulibali/ponyc
5fba5e1219225ebe052205cac6fb529d0cbf6af2
.github/workflows/rubocop.yml
.github/workflows/rubocop.yml
name: reviewdog on: [pull_request] jobs: rubocop: name: runner / rubocop runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v1 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.0 - name: rubocop uses: reviewdog/action-rubocop@v1...
name: reviewdog on: [pull_request] jobs: rubocop: name: runner / rubocop runs-on: ubuntu-latest steps: - name: Check out code uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: 2.7.0 - name: rubocop uses: reviewdog/action-rubocop@v1...
Bump GHA checkout to v2
Bump GHA checkout to v2
YAML
mit
fog/fog-libvirt,fog/fog-libvirt
be5e5d06311cebf93a774475c4b06d61899d91e8
recipes/accimage/meta.yaml
recipes/accimage/meta.yaml
{% set name = "accimage" %} {% set version = "0.1" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: https://github.com/pytorch/accimage.git git_rev: '1e81f95' build: skip: true # [win] number: 0 script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: build: ...
{% set name = "accimage" %} {% set version = "0.1" %} package: name: {{ name|lower }} version: {{ version }} source: git_url: https://github.com/pytorch/accimage.git git_rev: '1e81f95' build: skip: true # [win] number: 0 script: "{{ PYTHON }} -m pip install . --no-deps -vv" requirements: build: ...
Switch from intel channel ipp to conda channel ipp
Switch from intel channel ipp to conda channel ipp
YAML
bsd-3-clause
goanpeca/staged-recipes,stuertz/staged-recipes,stuertz/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,ceholden/staged-recipes,jjhelmus/staged-recipes,asmeurer/staged-recipes,johanneskoester/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,SylvainCorlay/staged-recipes,mariusvniekerk/stage...
e461acc90a5360896139ed07989572e3697b61ed
tests/unit/docker-compose.yml
tests/unit/docker-compose.yml
version: "3" services: identidock_unit_tester: build: ../.. image: aroyd/identidock_unit_test:${IDENTIDOCK_UNIT_TEST_IMAGE_TAG:-latest} environment: ENV: UNIT_TEST
version: "3" services: identidock_unit_tester: build: ../.. image: aroyd/identidock_unit_test:${IDENTIDOCK_UNIT_TEST_IMAGE_TAG:-latest} environment: ENV: UNIT_TEST # volumes: # - .:/project
Add volumes directive but commented
Add volumes directive but commented
YAML
mit
anirbanroydas/ci-testing-python,anirbanroydas/ci-testing-python,anirbanroydas/ci-testing-python
9f045459eec5a4bbf6fce81c07a84a0b4524bc9b
swift/swift-test/.travis.yml
swift/swift-test/.travis.yml
# Based on: https://github.com/IBM-Swift/Kitura/blob/master/.travis.yml matrix: include: - os: linux dist: trusty sudo: required - os: osx osx_image: xcode8.2 sudo: required before_install: - git clone https://github.com/IBM-Swift/Package-Builder.git # Install minizip as dependen...
# Based on: https://github.com/IBM-Swift/Kitura/blob/master/.travis.yml matrix: include: - os: linux dist: trusty sudo: required - os: osx osx_image: xcode8.3 sudo: required before_install: - git clone https://github.com/IBM-Swift/Package-Builder.git # Install minizip as dependen...
Update to Xcode 8.3 (Swift 3.1) and only dump build info at the end
Update to Xcode 8.3 (Swift 3.1) and only dump build info at the end
YAML
mit
bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile,bmaupin/junkpile
5b92cf99815b8b60a433583208cb0672dd406f4c
roles/ceph/tasks/build.yml
roles/ceph/tasks/build.yml
--- - name: add ceph repo key apt_key: url="https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc" - name: add pycurl apt: pkg="python-pycurl" update_cache=yes cache_valid_time=3600 - name: add ceph repo apt_repository: repo="deb http://ceph.com/debian-{{ ceph_release }} precise main" update_cache=no...
--- - name: add ceph repo key apt_key: url="https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc" - name: add pycurl apt: pkg="python-pycurl" update_cache=yes cache_valid_time=3600 - name: add ceph repo apt_repository: repo="deb http://ceph.com/debian-{{ ceph_release }} precise main" update_cache=no...
Remove bug in ceph tasks
Remove bug in ceph tasks
YAML
mit
medlefsen/ansible-test
955e32b35ff470bb90e10be119fd68d5ad0300b2
roles/video/tasks/main.yml
roles/video/tasks/main.yml
- name: Install ppas apt_repository: repo={{ item }} state=absent codename="sylvia" with_items: "{{ ppas }}" become: True - name: Install ppas apt_repository: repo={{ item }} state=present codename="xenial" with_items: "{{ ppas }}" become: True - name: Install video packages pack...
- name: Remove sylvia obs wrong repo apt_repository: repo={{ item }} state=absent codename="sylvia" with_items: "{{ ppas }}" become: True - name: Remove sonya obs wrong repo apt_repository: repo={{ item }} state=absent codename="sonya" with_items: "{{ ppas }}" become: True - name: I...
Add sonya wrong codename to remove for obs repository
Add sonya wrong codename to remove for obs repository
YAML
apache-2.0
mansonjesus/ansible-playbooks
1749b8cc97ab2ababbb1a9ae34b70a7eac528d9c
docs/_config.yml
docs/_config.yml
defaults: - scope: path: "" values: layout: default - scope: path: "docs" values: layout: docs tab: docs sass: sass_dir: _sass style: :compressed baseurl: "/kato" highlighter: rouge lsi: false markdown: redcarpet redcarpet: extensions: [with_toc_data, tables] sa...
defaults: - scope: path: "" values: layout: default - scope: path: "docs" values: layout: docs tab: docs sass: sass_dir: _sass style: :compressed baseurl: "/kato" highlighter: rouge lsi: false markdown: kramdown redcarpet: extensions: [with_toc_data, tables] saf...
Replace no longer supported redcarpet markdown engine with kramdown
Replace no longer supported redcarpet markdown engine with kramdown
YAML
apache-2.0
h0tbird/kato,katosys/kato,h0tbird/kato
8230cc8a1e9d3ce7c4571e6b18e3bede286fecdf
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/config.yml
blank_issues_enabled: false contact_links: - name: Feature request url: https://github.com/laravel/framework/discussions about: 'For ideas or feature requests, start a new discussion' - name: Support question url: https://github.com/laravel/framework/discussions about: 'This repository is only for r...
blank_issues_enabled: false contact_links: - name: Feature request url: https://github.com/laravel/valet/discussions about: 'For ideas or feature requests, start a new discussion' - name: Support question url: https://github.com/laravel/valet/discussions about: 'This repository is only for reporting...
Update GitHub issue template to point to Valet discussions
Update GitHub issue template to point to Valet discussions
YAML
mit
laravel/valet,laravel/valet,laravel/valet
b119b564dfb6939de38ff8728b656361a34e75bc
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/config.yml
contact_links: - name: Support request url: https://forum.openzeppelin.com/c/support/contracts/18 about: Ask the community in the Community Forum
contact_links: - name: Questions & Support Requests url: https://forum.openzeppelin.com/c/support/contracts/18 about: Ask in the OpenZeppelin Forum
Improve wording for forum link in new issue templates
Improve wording for forum link in new issue templates
YAML
mit
OpenZeppelin/openzeppelin-contracts,OpenZeppelin/openzeppelin-contracts,OpenZeppelin/openzeppelin-contracts
8963a103751b1064f4e3f7142b808d5eff42f75a
install.conf.yaml
install.conf.yaml
- defaults: link: create: true relink: true - clean: ['~', '~/.config'] - link: ~/.config/base16-shell: base16-shell ~/.config/zsh: zsh ~/.config/nvim: nvim ~/.config/git/config: git/config ~/.config/tmux: tmux - shell: - [git submodule update --init --recursive, Installing su...
- defaults: link: create: true relink: true - clean: ['~', '~/.config'] - link: ~/.config/base16-shell: base16-shell ~/.config/zsh: zsh ~/.config/nvim: nvim ~/.config/nvim/autoload/lightline/colorscheme/base16.vim: nvim/vim-base16-lightline/autoload/lightline/colorscheme/base16.vim ...
Add symlink for base16 lightline colorscheme
Add symlink for base16 lightline colorscheme
YAML
mit
andrew-dias/dotfiles,andrew-dias/dotfiles-base
13b1920fe5a63be712da004f9632d16e39652b9a
install.conf.yaml
install.conf.yaml
- shell: - [mkdir -p ~/.config, Creating config folder] - [mkdir -p ~/.local/share/npm, Creating npm folder] - [test ! -e ~/.npmrc && echo prefix=/home/$(whoami)/.local/share/npm > npmrc, Creating npmrc with packages dir prefix] - link: ~/.config/i3: config/i3 ~/.config/i3status: config/i3status ...
- shell: - [mkdir -p ~/.config, Creating config folder] - [mkdir -p ~/.local/share/npm, Creating npm folder] - [test ! -e ~/.npmrc && echo prefix=/home/$(whoami)/.local/share/npm > npmrc, Creating npmrc with packages dir prefix] - clean: ['~'] - link: ~/.config/i3: config/i3 ~/.config/i3status: co...
Remove dead symlinks from home dir
Remove dead symlinks from home dir
YAML
mit
petersandor/dotfiles
28590c10ba7e4acaa823c7df9ef94b148f9b6020
test/rate-limit-policies.yml
test/rate-limit-policies.yml
# See cmd/shell.go for definitions of these rate limits. totalCertificates: window: 2160h threshold: 100000 certificatesPerName: window: 2160h threshold: 2 overrides: ratelimit.me: 1 # Hostnames used by the letsencrypt client integration test. le.wtf: 10000 le1.wtf: 10000 le2.wtf: 10000 ...
# See cmd/shell.go for definitions of these rate limits. totalCertificates: window: 2160h threshold: 100000 certificatesPerName: window: 2160h threshold: 2 overrides: ratelimit.me: 1 # Hostnames used by the letsencrypt client integration test. le.wtf: 10000 le1.wtf: 10000 le2.wtf: 10000 ...
Add overrides for FQDNSet in test
Add overrides for FQDNSet in test
YAML
mpl-2.0
mehmooda/boulder,jfrazelle/boulder,jcjones/boulder,jsha/boulder,jfrazelle/boulder,ZCloud-Firstserver/boulder,benileo/boulder,patf/boulder,ibukanov/boulder,benileo/boulder,ibukanov/boulder,letsencrypt/boulder,bmw/boulder,mehmooda/boulder,lucasallan/boulder,patf/boulder,lucasallan/boulder,jsha/boulder,jfrazelle/boulder,b...
bb2a9c42c3db00c9dd56c0dfb188c36ef10e85d2
tasks/letsencrypt-conf.yml
tasks/letsencrypt-conf.yml
--- - name: Create letsencrypt user user: name=letsencrypt state=present system=yes uid=1250 - name: Create /etc/letsencrypt directory file: path=/etc/letsencrypt state=directory mode=0700 owner=letsencrypt - name: Copy cli.ini template: src=cli.ini dest=/etc/letsencrypt/cli.ini owner=letsencrypt - stat: path=...
--- - name: Create letsencrypt user user: name=letsencrypt state=present system=yes uid=1250 createhome=no - name: Create /etc/letsencrypt directory file: path=/etc/letsencrypt state=directory mode=0700 owner=letsencrypt - name: Copy cli.ini template: src=cli.ini dest=/etc/letsencrypt/cli.ini owner=letsencrypt ...
Add createhome=no option on Create LE user statement
Add createhome=no option on Create LE user statement
YAML
mit
cedricblondeau/ansible-role-h2o-docker-proxy-letsencrypt,cedricblondeau/ansible-role-h2o-docker-proxy-letsencrypt
629ae80f421288d687a02434b2cd9327300f5e22
resources/mode-list.yml
resources/mode-list.yml
- name: 'custom' description: 'Minimum set of services to join into a cluster' - name: 'core' description: 'Basic set of services to create a cluster' - name: 'full' description: 'All services running to perform a full cluster experience' - name: 'chef' description: 'Chef server node' - name: 'kafka' ...
- name: 'custom' description: 'Minimum set of services to join into a cluster' - name: 'core' description: 'Basic set of services to create a cluster' - name: 'full' description: 'All services running to perform a full cluster experience' - name: 'chef' description: 'Chef server node' - name: 'kafka' ...
Add druid mode to list
Add druid mode to list
YAML
agpl-3.0
redBorder/redborder-manager,redBorder/redborder-manager
c0c0644f2c1a06d43efc1255cc6e64334510b121
.blade.yml
.blade.yml
load_paths: - test/src - test/vendor - assets - polyfills - src logical_paths: - trix.js - test.js - trix.css build: logical_paths: - trix.js - trix-core.js - trix.css path: dist js_compressor: uglifier plugins: sauce_labs: browsers: Google Chrome: os: Mac, Windo...
load_paths: - test/src - test/vendor - assets - polyfills - src logical_paths: - trix.js - test.js - trix.css build: logical_paths: - trix.js - trix-core.js - trix.css path: dist js_compressor: uglifier plugins: sauce_labs: browsers: Google Chrome: os: Mac, Windo...
Test on latest available iOS version
Test on latest available iOS version
YAML
mit
basecamp/trix,urossmolnik/trix,ChenMichael/trix,basecamp/trix,ChenMichael/trix,GabiGrin/trix,urossmolnik/trix,basecamp/trix,GabiGrin/trix,GabiGrin/trix,urossmolnik/trix,ChenMichael/trix,basecamp/trix
d44f747d38ee8517dd28ea4dbedb599a349dfb82
.drone.yml
.drone.yml
image: go1.3 git: path: github.com/ciarand/bot env: - GOROOT=/usr/local/go - PATH=$PATH:$GOROOT/bin:$GOPATH/bin script: - make test
image: go1.3 git: path: github.com/ciarand/bot env: - GOROOT=/usr/local/go - PATH=$PATH:$GOROOT/bin:$GOPATH/bin script: - go get ./... - make test
Add the go-get step to the build process
Add the go-get step to the build process
YAML
isc
killix/bot,killix/bot,ciarand/bot,ciarand/bot
f01b2e9025d33aeff3bf22ea2568bda036878819
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - publish-openstack-docs-pti - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - lib-forward-testing-python3 - release-notes-jobs-python3 check: jobs: - neutron-tempest-plu...
- project: templates: - check-requirements - publish-openstack-docs-pti - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-xena-jobs - lib-forward-testing-python3 - release-notes-jobs-python3 check: jobs: - neutron-tempest-plugin...
Add Python3 xena unit tests
Add Python3 xena unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Id7e03dc3dfd166ad2e5e61cf8f6516943ba39...
YAML
apache-2.0
openstack/neutron-lib,openstack/neutron-lib,openstack/neutron-lib,openstack/neutron-lib
045ab135c50bf31e1741c77c79c8f6d664877fff
.github/workflows/cibuild.yml
.github/workflows/cibuild.yml
name: CI Build on: push: paths-ignore: - 'docs/**' - '.github/**/*docs*' pull_request: paths-ignore: - 'docs/**' - '.github/**/*docs*' env: LC_ALL: en_US.UTF-8 defaults: run: shell: bash jobs: JDKxx_Matrix: strategy: matrix: java: [ 11 ] os: [ ubuntu-l...
name: CI Build on: push: paths-ignore: - 'docs/**' - '.github/**/*docs*' pull_request: paths-ignore: - 'docs/**' - '.github/**/*docs*' env: LC_ALL: en_US.UTF-8 defaults: run: shell: bash jobs: JDKxx_Matrix: strategy: matrix: java: [ 11 ] os: [ ubuntu-l...
Change to use main branch as the canonical branch
actions: Change to use main branch as the canonical branch Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
YAML
apache-2.0
osgi/osgi.enroute,osgi/osgi.enroute
18a7feec4886d8834deab921d569717e8eda9182
.github/workflows/runtime.yml
.github/workflows/runtime.yml
name: Runtime Test on: workflow_dispatch: schedule: - cron: '0 0 * * 5' push: branches: [master, main, develop] jobs: macos: runs-on: macos-latest strategy: matrix: go: ['1.14', '1.15'] steps: - name: Checkout uses: actions/checkout@v2 - name: Go u...
name: Runtime Test on: workflow_dispatch: schedule: - cron: '0 0 * * 5' push: branches: [master, main, develop] jobs: macos: runs-on: macos-latest strategy: matrix: go: ['1.14', '1.15'] steps: - name: Checkout uses: actions/checkout@v2 - name: Go u...
Enable FreeBSD test on CI workflow
Enable FreeBSD test on CI workflow
YAML
mit
otiai10/gosseract,otiai10/gosseract,otiai10/gosseract,otiai10/gosseract
8751eda8880dd3b4697d5026f919a80cfb68bda7
.github/workflows/windows.yml
.github/workflows/windows.yml
name: LIEF Windows Tests on: push: branches: - master - enhancement/windows-ci pull_request: jobs: build: runs-on: windows-latest strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-ve...
name: LIEF Windows Tests on: push: branches: - master pull_request: jobs: build: runs-on: windows-latest strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/se...
Enable tests in github actions
Enable tests in github actions
YAML
apache-2.0
lief-project/LIEF,lief-project/LIEF,lief-project/LIEF,lief-project/LIEF
64ed60a23f8a9cad42b9feca63487be7af843c92
install_files/ansible-base/roles/development/tasks/main.yml
install_files/ansible-base/roles/development/tasks/main.yml
--- - name: install apt package deps for dev environment apt: pkg="{{ item }}" state=latest with_items: dev_deps - name: install pip deps for dev env pip: requirements="{{ dev_pip_requirements }}"
--- - name: install apt package deps for dev environment apt: pkg="{{ item }}" state=latest with_items: dev_deps - name: install pip deps for dev env pip: requirements="{{ dev_pip_requirements }}" - name: set SECUREDROP_ENV in bashrc lineinfile: dest: /home/{{ securedrop_user }}/.bashrc state: present...
Set SECUREDROP_ENV for development environment
Set SECUREDROP_ENV for development environment This makes running certain tasks manually, such as the individual `source.py` or `journalist.py` applications, less error-prone. You need to set `SECUREDROP_ENV=dev` in order to have `FlaskConfig.DEBUG = True`, which is necessary for Flask to serve the static files.
YAML
agpl-3.0
mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream
68a23f1d77dd712ff2e276463e0a37a5a0ba1869
packages.yml
packages.yml
passengers: - dotfile - homebrew - vundle - rvm - git_repo - npm directory_name: "tilde" rubies: - ruby-1.9.3 - ruby-2.0.0 - ruby-2.1.2 brews: - the_silver_searcher - arangodb - chicken - clisp - doxygen - git - graphviz - haskell-platform - htop-osx - hub - imagemagick - leiningen - libxml2 - jq - macvim: - --overri...
passengers: - dotfile - homebrew - vundle - rvm - git_repo - npm directory_name: "tilde" rubies: - ruby-1.9.3 - ruby-2.0.0 - ruby-2.1.2 brews: - the_silver_searcher - arangodb - chicken - clisp - doxygen1831 - git - graphviz - haskell-platform - htop-osx - hub - imagemagick - leiningen - libxml2 - jq - macvim: - --ov...
Install Doxygen 1.8.3.1 via my Homebrew Versions Recipe
Install Doxygen 1.8.3.1 via my Homebrew Versions Recipe This is the version I need for ArangoDB documentation.
YAML
mit
moonglum/dotfiles,moonglum/dotfiles,bascht/dotfiles-1,bascht/dotfiles-1
10cb80f0360e2f2282642ab98ac65e524eb80e6c
.github/workflows/acceptance.yml
.github/workflows/acceptance.yml
name: Tests (acceptance) on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-pyth...
name: Tests (acceptance) on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-pyth...
Enable more tests in GHA
Enable more tests in GHA
YAML
mit
egnyte/gitlabform,egnyte/gitlabform
47aae91b4d4a6673fbb4fbc0a46ac13b26e9237e
.github/workflows/deployment.yml
.github/workflows/deployment.yml
name: Deployment on: push jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14 - run: yarn install - run: yarn test publish-gh: needs: test runs-on: ubuntu-latest steps: - use...
name: Deployment on: push jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 14 - run: yarn install - run: yarn test publish-gh: needs: test runs-on: ubuntu-latest steps: - use...
Deploy via Github Actions (try 5)
Deploy via Github Actions (try 5)
YAML
mit
enbock/Time-Tracker,enbock/Time-Tracker,enbock/Time-Tracker,enbock/Time-Tracker
9af17d0273ff2d169ddf426a41755e5e473c7354
playbooks/roles/aws_digitalmarketplace_api/tasks/main.yml
playbooks/roles/aws_digitalmarketplace_api/tasks/main.yml
--- - name: Digital Marketplace API Elastic Beanstalk app ({{state}}) cloudformation: stack_name: "digitalmarketplace-api-{{ environment_name }}" state: "{{ state }}" region: "{{ aws_region }}" disable_rollback: false template: ../cloudformation_templates/aws_digitalmarketplace_api_app.json te...
--- - name: Digital Marketplace API Elastic Beanstalk app ({{state}}) cloudformation: stack_name: "digitalmarketplace-api-{{ environment_name }}" state: "{{ state }}" region: "{{ aws_region }}" disable_rollback: false template: ../cloudformation_templates/aws_digitalmarketplace_api_app.json te...
Remove skip_base condition in favour of 'base' tag
Remove skip_base condition in favour of 'base' tag
YAML
mit
alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws
acbd41d0c02c77935c1b1bbeb2e9d10be4c0ffa1
concourse/pipeline-master.yaml
concourse/pipeline-master.yaml
version: 2.1 resource_types: # Set status of build in github for master - name: github-status type: docker-image source: repository: dpb587/github-status-resource tag: master resources: - name: code type: git source: uri: https://github.com/phpdocker-io/kong-certbot-agent.git ...
version: 2.1 resource_types: # Set status of build in github for master - name: github-status type: docker-image source: repository: dpb587/github-status-resource tag: master resources: - name: code type: git source: uri: https://github.com/phpdocker-io/kong-certbot-agent.git ...
Add in versioned docker builds
Add in versioned docker builds
YAML
mit
luispabon/kong-certbot-agent,luispabon/kong-certbot-agent
067be978e30516e5f3eba171af9a32209c58065f
config/application.example.yml
config/application.example.yml
development: # required. default should be fine if your postgresql server is running locally. DATABASE_URL: postgres://localhost # required for login to work. register an application @ twitch.tv/settings/connections. TWITCH_CLIENT_ID: TWITCH_CLIENT_SECRET: test: # required to be able to run tests DATABA...
development: # required. default should be fine if your postgresql server is running locally. DATABASE_URL: postgres://localhost # required for login to work. register an application @ twitch.tv/settings/connections. # when registering, use a redirect uri of http://localhost:3000/auth/twitch/callback TWITCH_...
Add a note about Twitch redirect URI to yml config
Add a note about Twitch redirect URI to yml config
YAML
agpl-3.0
BatedUrGonnaDie/splits-io,glacials/splits-io,glacials/splits-io,glacials/splits-io,BatedUrGonnaDie/splits-io,BatedUrGonnaDie/splits-io,BatedUrGonnaDie/splits-io,glacials/splits-io
b53fffe25287e9135494ae8247ef5a096b5622fc
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml
tests/Doctrine/Tests/ORM/Mapping/yaml/Doctrine.Tests.Models.CMS.CmsAddress.dcm.yml
Doctrine\Tests\Models\CMS\CmsAddress: type: entity table: cms_address entityListeners: CmsAddressListener: namedNativeQueries: find-all: resultSetMapping: mapping-find-all query: SELECT id, country, city FROM cms_addresses find-by-id: name: find-by-id resultClass: CmsAddress ...
Doctrine\Tests\Models\CMS\CmsAddress: type: entity table: cms_address entityListeners: CmsAddressListener: ~ namedNativeQueries: find-all: resultSetMapping: mapping-find-all query: SELECT id, country, city FROM cms_addresses find-by-id: name: find-by-id resultClass: CmsAddres...
Fix YAML EntityListener definition in tests
Fix YAML EntityListener definition in tests
YAML
mit
fprochazka/doctrine2,Tobion/doctrine2,nicolas-grekas/doctrine2,javiereguiluz/doctrine2,PatidarWeb/doctrine2,zeroedin-bill/doctrine2,steevanb/doctrine2-fix-persistent-collection-clear,deeky666/doctrine2,1ed/doctrine2,rezonant/doctrine2,cyberid41/doctrine2,PatidarWeb/doctrine2,ehimen/doctrine2,Ocramius/doctrine2,issei-m/...
e1a2bb3cad89b31abde441dad645526e5bbe7882
catalog/Security/rails_authentication.yml
catalog/Security/rails_authentication.yml
name: Web Authentication description: Handle the authentication of users in web applications written in frameworks like Rails projects: - adauth - authlogic - authorizme - clearance - current_user - cz_auth - devise - devise_oauth2_providable - doorkeeper - envylabs/BlueLightSpecial - letmein - ...
name: Web Authentication description: Handle the authentication of users in web applications written in frameworks like Rails projects: - adauth - authlogic - authorizme - clearance - current_user - cz_auth - devise - devise_oauth2_providable - doorkeeper - envylabs/BlueLightSpecial - letmein - ...
Add webauthn to Web Authentication category
Add webauthn to Web Authentication category
YAML
mit
rubytoolbox/catalog
e0a020bfc968ab34766262a89e6a7adf905d2a1c
meta/main.yml
meta/main.yml
--- galaxy_info: author: Michael Scherer description: Simple ansible role to manage httpd, used by others modules company: Red Hat license: MIT # Use 2.0 due to the tor package requirements min_ansible_version: 2.0 # Only tested with EL 7 and EL 6. No reason anything do # not work anywhere else, just n...
--- galaxy_info: author: Michael Scherer description: Simple ansible role to manage httpd, used by others modules company: Red Hat license: MIT # Use 2.0 due to the tor package requirements min_ansible_version: 2.0 # Only tested with EL 7 and EL 6. No reason anything do # not work anywhere else, just n...
Clean the conditional used for enabling hidden services
Clean the conditional used for enabling hidden services
YAML
mit
OSAS/ansible-role-httpd
0a5cf113d52510457947da5a100dfab21e0fe474
pubspec.yaml
pubspec.yaml
name: scheduled_test version: 0.9.0 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: > A package for writing readable tests of asynchronous behavior. This package works by building up a queue of asynchronous tasks called a "schedule", then executing those tasks in order. Thi...
name: scheduled_test version: 0.9.1 author: "Dart Team <misc@dartlang.org>" homepage: http://www.dartlang.org description: > A package for writing readable tests of asynchronous behavior. This package works by building up a queue of asynchronous tasks called a "schedule", then executing those tasks in order. Thi...
Increment package versions for stack trace changes.
Increment package versions for stack trace changes. R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//110613003 git-svn-id: b90127a0f73590c96be848d3e4cb640efa9a7657@30997 260f80e4-7a28-3924-810f-c04153c831b5
YAML
bsd-3-clause
dart-archive/scheduled_test,dart-lang/scheduled_test
fe48803c746545a4f73f731b7facb38e1e063fa2
data/templates/ive/config.yml
data/templates/ive/config.yml
name: Jony Ive Redesigns Things default: - link: https://www.apple.com/pr/bios/jonathan-ive.html aliases: - jony - best-thing-ever
name: Jony Ive Redesigns Things default: - We Think - You'll Love It link: https://www.apple.com/pr/bios/jonathan-ive.html aliases: - jony - best-thing-ever
Add default text for Jony Ive
Add default text for Jony Ive
YAML
mit
joshfriend/memegen,joshfriend/memegen,DanLindeman/memegen,joshfriend/memegen,DanLindeman/memegen,joshfriend/memegen,DanLindeman/memegen,DanLindeman/memegen
6ce8bd69efae1433100268f90d9e038477051b35
qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/20_security.yml
qa/rolling-upgrade/src/test/resources/rest-api-spec/test/mixed_cluster/20_security.yml
--- "Verify user and role in mixed cluster": - do: headers: Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU=" cluster.health: wait_for_status: yellow wait_for_nodes: 2 timeout: 25s - match: { timed_out: false } - do: xpack.security.get_user: username: "...
--- "Verify user and role in mixed cluster": - do: headers: Authorization: "Basic bmF0aXZlX3VzZXI6Y2hhbmdlbWU=" cluster.health: wait_for_status: yellow wait_for_nodes: 2 timeout: 25s - match: { timed_out: false } - do: xpack.security.get_user: username: "...
Mark default password migration test as skipped
Mark default password migration test as skipped This test fails reliably, so this commit marks the test as awaits fix. Original commit: elastic/x-pack-elasticsearch@8eb8b732ba82c94a442ce543977fb6c87a4ceb5d
YAML
apache-2.0
gingerwizard/elasticsearch,strapdata/elassandra,nknize/elasticsearch,uschindler/elasticsearch,GlenRSmith/elasticsearch,vroyer/elassandra,nknize/elasticsearch,scorpionvicky/elasticsearch,strapdata/elassandra,HonzaKral/elasticsearch,gfyoung/elasticsearch,coding0011/elasticsearch,uschindler/elasticsearch,coding0011/elasti...
1a4488c84156a84cbd27910c7102b5333e686f7f
.travis.yml
.travis.yml
language: ruby gemfile: - Gemfile rvm: - "1.9.3" - "2.0.0" before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - "export DISPLAY=:99.0" - "export JASMINE_BROWSER=firefox" before_scrip...
language: ruby gemfile: - Gemfile rvm: - "1.9.3" - "2.0.0" before_install: - "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" - "export DISPLAY=:99.0" - "export JASMINE_BROWSER=firefox" before_scrip...
Remove loading test data from Travis.
Remove loading test data from Travis. + Originally added here: 4f0a24d1a9273be00e9d9e1adbd210aa80fa49cd
YAML
agpl-3.0
teikei/teikei,teikei/teikei,sjockers/teikei,sjockers/teikei,sjockers/teikei,teikei/teikei
791c3625dc86ea90b038e41faae27c8f432f1f4f
docker-compose.yml
docker-compose.yml
web: build: . command: run --debug --db-migrate --db-timeout 10 --bind 0.0.0.0:5000 ports: - "5001:5000" links: - postgres volumes: - /var/run/docker.sock:/var/run/docker.sock - ./dockci:/code/dockci postgres: image: postgres environment: POSTGRES_USER: dockci POSTGRES_PASSWORD: letmei...
web: build: . command: run --debug --db-migrate --db-timeout 10 --bind 0.0.0.0:5000 ports: - "5001:5000" links: - postgres volumes: - /var/run/docker.sock:/var/run/docker.sock - ./dockci:/code/dockci - ./alembic:/code/alembic postgres: image: postgres environment: POSTGRES_USER: dockci ...
Add alembic local volume to compose
Add alembic local volume to compose
YAML
isc
RickyCook/DockCI,sprucedev/DockCI,sprucedev/DockCI-Agent,sprucedev/DockCI,RickyCook/DockCI,sprucedev/DockCI-Agent,sprucedev/DockCI,RickyCook/DockCI,sprucedev/DockCI,RickyCook/DockCI