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
af47a84ea11bacc203a40c1705c0d32710947c32
azure-pipelines.yml
azure-pipelines.yml
trigger: ["master", "v0.6.x"] pr: ["master", "v0.6.x"] jobs: # Check formatting - template: ci/azure-rustfmt.yml parameters: name: rustfmt # Stable - template: ci/azure-test-stable.yml parameters: name: stable displayName: Test cross: true # Nightly - template: ci/azure-test-stable.yml paramete...
trigger: ["master", "v0.6.x"] pr: ["master", "v0.6.x"] jobs: # Check formatting - template: ci/azure-rustfmt.yml parameters: name: rustfmt # Stable - template: ci/azure-test-stable.yml parameters: name: stable displayName: Test cross: true # Nightly - template: ci/azure-test-stable.yml paramete...
Update minimum Rust version to 1.36 in CI
Update minimum Rust version to 1.36 in CI
YAML
mit
carllerche/mio,carllerche/mio
6abb498250448c564c76860fae8c324ebef2add2
azure-pipelines.yml
azure-pipelines.yml
stages: - template: azure/stages.yml@templates parameters: cross: false setup: - script: sudo apt install libpam0g-dev resources: repositories: - repository: templates type: github name: crate-ci/azure-pipelines endpoint: 1wilkens
stages: - template: default.yml@templates parameters: cross: false setup: - script: sudo apt install libpam0g-dev resources: repositories: - repository: templates type: github name: crate-ci/azure-pipelines ref: refs/heads/v0.4 endpoint: 1wilkens
Fix CI by pinning crate-ci version again
[CI] Fix CI by pinning crate-ci version again
YAML
apache-2.0
MrFloya/pam-auth
b57d34b83d13c9a924cfe004fe8c162e3fb29ea7
azure-pipelines.yml
azure-pipelines.yml
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: 'ubuntu-latest' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displa...
# Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript pool: vmImage: 'ubuntu-latest' strategy: matrix: node_10_x: node_version: 10.x node_12_x: node_ve...
Build both against node 10 and node 12
Build both against node 10 and node 12
YAML
mit
Microsoft/node-native-keymap,Microsoft/node-native-keymap,Microsoft/node-native-keymap,Microsoft/node-native-keymap
85eaa46bf0b3e428621cbdec46af2423229da098
azure-pipelines.yml
azure-pipelines.yml
jobs: - template: azure-pipelines-template.yml parameters: name: macOS vmImage: macOS-latest target: x86_64-apple-darwin - template: azure-pipelines-template.yml parameters: name: Linux vmImage: ubuntu-16.04 target: x86_64-unknown-linux-gnu - template: azure-pipelines-template.yml paramete...
jobs: - template: azure-pipelines-template.yml parameters: name: macOS vmImage: macOS-latest target: x86_64-apple-darwin - template: azure-pipelines-template.yml parameters: name: Linux vmImage: ubuntu-latest target: x86_64-unknown-linux-gnu - template: azure-pipelines-template.yml paramet...
Migrate Azure Pipelines configuration to ubuntu-latest
Migrate Azure Pipelines configuration to ubuntu-latest
YAML
mit
Boddlnagg/midir
b4e5483f44befb4534c7823189d7f978598a2ea7
azure-pipelines.yml
azure-pipelines.yml
# Ruby # Package your Ruby project. # Add steps that install rails, analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/ruby trigger: - master pool: vmImage: 'Ubuntu-16.04' steps: - task: UseRubyVersion@0 inputs: versionSpec: '>= 2.5' - script:...
# Ruby # Package your Ruby project. # Add steps that install rails, analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/ruby trigger: - master pool: vmImage: 'Ubuntu-16.04' steps: - task: UseRubyVersion@0 inputs: versionSpec: '>= 2.5' - script:...
Set secret variables for Azure Pipelines to env
Set secret variables for Azure Pipelines to env
YAML
mit
emsk/backlog_kit,emsk/backlog_kit
c67fdeb59be52c13a0e08f0fb483df9aec814fd9
azure-pipelines.yml
azure-pipelines.yml
name: $(BuildID) resources: repositories: - repository: apt type: github name: futagoza/apt endpoint: pegjs variables: - group: 'env-variables' jobs: - template: eslint.yml@apt - template: node-test.yml@apt parameters: node_version: 6.x after: - script: yarn coverage env...
name: $(BuildID) resources: repositories: - repository: apt type: github name: futagoza/apt endpoint: futagoza variables: - group: 'env-variables' jobs: - template: eslint.yml@apt - template: node-test.yml@apt parameters: node_version: 6.x after: - script: yarn coverage ...
Change endpoint for Pipeline templates
Change endpoint for Pipeline templates
YAML
mit
pegjs/pegjs,pegjs/pegjs
71d63f4c25e19d33d152284715380050c3ed0591
recipes/cohesion/meta.yaml
recipes/cohesion/meta.yaml
{% set name = "cohesion" %} {% set version = "1.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/mschwager/{{ name }}/archive/refs/tags/{{ version }}.tar.gz sha256: abb5a88b70de96e7dfb65244cc13cff7e9c5edee5333175d5a7668ac7c742c6c build: noarch: python number:...
{% set name = "cohesion" %} {% set version = "1.0.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/mschwager/{{ name }}/archive/refs/tags/{{ version }}.tar.gz sha256: abb5a88b70de96e7dfb65244cc13cff7e9c5edee5333175d5a7668ac7c742c6c build: noarch: python number:...
Revert flake8 test add windows grep
Revert flake8 test add windows grep
YAML
bsd-3-clause
kwilcox/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,mari...
19647e57a7f3bb305e0038eb1b8a365a7ce82d37
image-yaml/overcloud-images-rhel8.yaml
image-yaml/overcloud-images-rhel8.yaml
disk_images: - imagename: overcloud-full type: qcow2 distro: rhel release: 8 elements: - selinux-permissive - interface-names packages: - rhosp-release - kernel-modules-extra environment: FS_TYPE: xfs options: - "--mkfs-options '-s size=4096'" - ...
disk_images: - imagename: overcloud-full type: qcow2 distro: rhel release: 8 elements: - interface-names packages: - rhosp-release - kernel-modules-extra environment: FS_TYPE: xfs options: - "--mkfs-options '-s size=4096'" - imagename: ironic-python-...
Remove selinux-permissive from rhel8 image
Remove selinux-permissive from rhel8 image The rhel overcloud should be enforcing. Change-Id: I5dca75d571304441170766bbb16f7f681b1d1ca8
YAML
apache-2.0
openstack/tripleo-common,openstack/tripleo-common
7fd4b9c5f56f47ce9db1157e99e983a3bfff1ff7
metadata/awais.instagrabber.yml
metadata/awais.instagrabber.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later WebSite: https://gitlab.com/AwaisKing/Instagrabber SourceCode: https://gitlab.com/AwaisKing/Instagrabber/tree/HEAD IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues AutoName: InstaGrabber RepoType: git Repo: https://gitlab.co...
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later WebSite: https://gitlab.com/AwaisKing/Instagrabber SourceCode: https://gitlab.com/AwaisKing/Instagrabber/tree/HEAD IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues AutoName: InstaGrabber RepoType: git Repo: https://gitlab.co...
Update InstaGrabber to 10.0-fdroid (10)
Update InstaGrabber to 10.0-fdroid (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
9d65f4125d82ac1588e84a4f4cb09168a272df8a
metadata/com.planes.android.yml
metadata/com.planes.android.yml
Categories: - Games License: MIT AuthorName: Cristian Cucu SourceCode: https://github.com/xxxcucus/planes IssueTracker: https://github.com/xxxcucus/planes/issues AutoName: Planes Android RepoType: git Repo: https://github.com/xxxcucus/planes Builds: - versionName: 0.3.6 versionCode: 9 commit: 0.3.6 s...
Categories: - Games License: MIT AuthorName: Cristian Cucu SourceCode: https://github.com/xxxcucus/planes IssueTracker: https://github.com/xxxcucus/planes/issues AutoName: Planes Android RepoType: git Repo: https://github.com/xxxcucus/planes Builds: - versionName: 0.3.6 versionCode: 9 commit: 0.3.6 s...
Update Planes Android to 0.3.7 (10)
Update Planes Android to 0.3.7 (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
3806b8565759ececd3208677260e00bbc0ebeae0
roles/nodepool/meta/main.yml
roles/nodepool/meta/main.yml
--- dependencies: - role: apache apache_vhosts: - name: nodepool document_root: /var/log/nodepool/ document_root_options: +FollowSymLinks - role: os-clouds clouds: "{{ nodepool_providers | map(attribute='name') | list }}"
--- dependencies: - role: apache apache_vhosts: - name: nodepool document_root: /var/log/nodepool/ document_root_options: +FollowSymLinks
Revert "Ensure a clouds.yaml is written for nodepool hosts"
Revert "Ensure a clouds.yaml is written for nodepool hosts" This reverts commit 9aea6d43aa9c45f75c335b85a44892595a5100ff. We don't need this done, a template handles nodepool openstack creds.
YAML
apache-2.0
BonnyCI/hoist,jamielennox/hoist,SpamapS/hoist,BonnyCI/hoist,SpamapS/hoist,jamielennox/hoist
515d66a9946c2b73468d2d242532723d0048f272
config/avhrr_l0.yml
config/avhrr_l0.yml
terascan_driver: "/opt/terascan/pass/tscan.bash_profile" save: - "*.avhrr" opts: "which_ch3=both hrpt_format=lac hrpt_types=avhrr on_pass_disk=no channels=\"1 2 3 4 5\" fix_missing=yes sharpen=no calibrate=yes temp_units=kelvin byte_output=no full_report=no solar_corr=yes geo_correct=no delta_line=1 delta_sample=1 us...
terascan_driver: "/opt/terascan/pass/tscan.bash_profile" save: - "*.avhrr" opts: "which_ch3=both hrpt_format=lac hrpt_types=avhrr on_pass_disk=no channels=\"1 2 3 4 5\" fix_missing=yes sharpen=no calibrate=yes temp_units=kelvin byte_output=no full_report=no solar_corr=no geo_correct=no delta_line=1 delta_sample=1 use...
Change the sun angle stuff to off.
Change the sun angle stuff to off. Signed-off-by: JC <f9ae8604de015e6fc12a1ebdbe72f262b981a2f6@alaska.edu>
YAML
apache-2.0
gina-alaska/sandy-utils,gina-alaska/sandy-utils,gina-alaska/sandy-utils
3e0fe04ae70d2615b386b581de47e097e9db7a20
config/database.yml
config/database.yml
# Database configuration file for development and testing w/ ActiveRecord or DataMapper/DataObjects. # NOTE: Our Capistrano deployment replaces this file with a configuration file pulled in from outside the repository. # NOTE: This defines the default DataMapper connection; other connections can be defined. default:...
# Database configuration file for development and testing w/ ActiveRecord or DataMapper/DataObjects. # NOTE: Our Capistrano deployment replaces this file with a configuration file pulled in from outside the repository. # NOTE: This defines the default DataMapper connection; other connections can be defined. default:...
Fix DB names to something not terrible
Fix DB names to something not terrible My Rails init command was not interpreted like I expected it to be.
YAML
mit
BinaryNoggin/zztop,BinaryNoggin/zztop,BinaryNoggin/zztop
d7b2e29cffccec31177906e2e08e027daa0a5f4e
aws_lab_setup/teardown_lab.yml
aws_lab_setup/teardown_lab.yml
- name: Destroy lab instances in AWS hosts: localhost connection: local become: no gather_facts: no vars: ec2_exact_count: 0 ec2_wait: no roles: - manage_ec2_instances post_tasks: - name: Cleanup local files shell: rm -f *.txt
- name: Destroy lab instances in AWS hosts: localhost connection: local become: no gather_facts: yes vars: ec2_exact_count: 0 ec2_wait: no roles: - manage_ec2_instances post_tasks: - name: Find .txt files find: paths: "{{ ansible_env.PWD }}" patterns: '*.txt' ...
Use modules for removing inventory files
Use modules for removing inventory files
YAML
mit
thisdavejohnson/lightbulb,ansible/lightbulb,ansible/lightbulb,ansible/lightbulb,ansible/lightbulb,tima/lightbulb,tima/lightbulb,thisdavejohnson/lightbulb,tima/lightbulb
866be710554cdd1b9fe9155469a7c6a7f5a2ff62
config/database.yml
config/database.yml
# PostgreSQL. Versions 8.2 and up are supported. # # Install the pg driver: # gem install pg # On Mac OS X with macports: # gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config # On Windows: # gem install pg # Choose the win32 build. # Install PostgreSQL and put its /bin direct...
development: adapter: postgis database: bluecarbon_development pool: 5 username: postgres password: host: localhost template: template_postgis test: adapter: postgis database: bluecarbon_test host: localhost pool: 5 username: postgres password: host: localhost template: template_postgis ...
Remove Tim's DB config :)
Remove Tim's DB config :)
YAML
bsd-3-clause
unepwcmc/BlueCarbon,unepwcmc/BlueCarbon,unepwcmc/BlueCarbon
c5ab1e950f9ecbbc31b8e4ac382cb87313521b8f
data/transition-sites/mod_ssmt.yml
data/transition-sites/mod_ssmt.yml
--- site: mod_ssmt whitehall_slug: ministry-of-defence redirection_date: 31st July 2014 homepage: https://www.gov.uk/government/collections/service-childrens-education tna_timestamp: 20201010101010 # Stub timestamp for site not in TNA host: www.serviceschoolsmobilitytoolkit.com aliases: - serviceschoolsmobilitytoolkit....
--- site: mod_ssmt whitehall_slug: ministry-of-defence redirection_date: 31st July 2014 homepage: https://www.gov.uk/government/collections/service-childrens-education tna_timestamp: 20201010101010 # Stub timestamp for site not in TNA host: www.serviceschoolsmobilitytoolkit.com aliases: - serviceschoolsmobilitytoolkit....
Add global redirect for ssmt
Add global redirect for ssmt
YAML
mit
alphagov/transition-config,alphagov/transition-config
705ca04d6b65c97d86899b0f42ce9682edb56c55
.github/workflows/gh-pages.yaml
.github/workflows/gh-pages.yaml
name: github pages for docs on: push: branches: - master pull_request: jobs: deploy: runs-on: ubuntu-20.04 if: ${{contains(github.event.commits[0].message, '[docs]')}} steps: - uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recursive)...
name: github pages for docs on: push: branches: - master pull_request: jobs: deploy: runs-on: ubuntu-20.04 if: ${{contains(join(github.event.commits.*.message), '[docs]')}} steps: - uses: actions/checkout@v2 with: submodules: true # Fetch Hugo themes (true OR recur...
Build docs when *any* commit message in the push contains
Build docs when *any* commit message in the push contains [docs]
YAML
mit
theseion/Fuel
10915ea5ccb8524ef74e6710aefa601ca8afaf55
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: run-tests on: [push, pull_request] jobs: build: name: Run tests strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.6", "3.7", "3.8", "3.9"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Python ${...
name: run-tests on: [push, pull_request, workflow_dispatch] jobs: build: name: Run tests strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.6", "3.7", "3.8", "3.9"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - nam...
Allow manual running of workflow
Allow manual running of workflow
YAML
mit
amol-/dukpy,amol-/dukpy,amol-/dukpy
df472974ee1f28fdb7714099eb9bb8b8ec6ec02c
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: run-tests on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] php: [8.0] laravel: [8.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* ...
name: run-tests on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] php: [8.0] laravel: [8.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 8.* ...
Fix "prefer-lowest" test from always failing
Fix "prefer-lowest" test from always failing Testbench 6.6.0 removes usage `getAnnotations()` which was removed in PHPUnit 9.5. Versions prior to 6.6.0 will fail, and the "prefer-lowest" test installs 6.0.0
YAML
mit
spatie-custom/skeleton
1ea39c2e77b8522fb60362ba3ce81eb195995a84
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: Python package on: [push] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: [3.5, 3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 ...
name: Python tests on: [push] jobs: build: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0-rc.2] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Python...
Add Mac and Win to PR testing pipeline
Add Mac and Win to PR testing pipeline Also add support for Pythong 3.10 RC
YAML
mit
tableau/server-client-python,tableau/server-client-python
c50fdbcfb95474a7064b717c71185300a36ad9ca
metadata/com.beemdevelopment.aegis.yml
metadata/com.beemdevelopment.aegis.yml
Categories: - Security License: GPL-3.0-only SourceCode: https://github.com/beemdevelopment/Aegis IssueTracker: https://github.com/beemdevelopment/Aegis/issues AutoName: Aegis RepoType: git Repo: https://github.com/beemdevelopment/Aegis Builds: - versionName: '0.2' versionCode: 3 commit: v0.2 subdir:...
Categories: - Security License: GPL-3.0-only SourceCode: https://github.com/beemdevelopment/Aegis IssueTracker: https://github.com/beemdevelopment/Aegis/issues AutoName: Aegis RepoType: git Repo: https://github.com/beemdevelopment/Aegis Builds: - versionName: '0.2' versionCode: 3 commit: v0.2 subdir:...
Update Aegis to 0.3 (6)
Update Aegis to 0.3 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
9096ae12273dc840dc613eb6315458168382698d
metadata/com.securefilemanager.app.yml
metadata/com.securefilemanager.app.yml
Categories: - Security - System License: GPL-3.0-or-later SourceCode: https://github.com/Secure-File-Manager/Secure-File-Manager IssueTracker: https://github.com/Secure-File-Manager/Secure-File-Manager/issues Changelog: https://github.com/Secure-File-Manager/Secure-File-Manager/blob/HEAD/CHANGELOG.md AutoName: Sec...
Categories: - Security - System License: GPL-3.0-or-later SourceCode: https://github.com/Secure-File-Manager/Secure-File-Manager IssueTracker: https://github.com/Secure-File-Manager/Secure-File-Manager/issues Changelog: https://github.com/Secure-File-Manager/Secure-File-Manager/blob/HEAD/CHANGELOG.md AutoName: Sec...
Update Secure File Manager Beta to 0.1.5-beta (7)
Update Secure File Manager Beta to 0.1.5-beta (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
072d3d17ca443a5bf36a1d68836c98896b10d2d7
conda-recipes/geomdl/meta.yaml
conda-recipes/geomdl/meta.yaml
# conda-build recipe for NURBS-Python (geomdl) package {% set setup_data = load_setup_py_data() %} package: name: geomdl version: {{ setup_data['version'] }} source: path: ../../ build: noarch: python string: {{ GIT_DESCRIBE_HASH[1:] }} script: - python setup.py install --single-version-externally-ma...
# conda-build recipe for NURBS-Python (geomdl) package {% set setup_data = load_setup_py_data() %} {% set build_number = 0 %} package: name: geomdl version: {{ setup_data['version'] }} source: path: ../../ build: noarch: python string: {{ GIT_DESCRIBE_HASH[1:] }}_{{ build_number }} script: - python s...
Update conda-build recipe to remove egg-info dir from site-packages
Update conda-build recipe to remove egg-info dir from site-packages
YAML
mit
orbingol/NURBS-Python,orbingol/NURBS-Python
f15989b41f7515e00cd8c8c3769041a18c7c4065
.circleci/config.yml
.circleci/config.yml
# Java Maven CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-java/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/openjdk:8-jdk # Specify service dependencies here if necessary # CircleCI maintain...
# Java Maven CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-java/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/openjdk:8-jdk # Specify service dependencies here if necessary # CircleCI maintain...
Update CircleCI reference to build script.
Update CircleCI reference to build script.
YAML
mit
mhradek/aurkitu,mhradek/aurkitu
7117c7a1c4c00ce1257a00093846541745e6271e
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:9 - image: circleci/mongo:3 - image: redis:4@sha256:a471807cc636a02d8be3959a52dd7262a83ce6351be19605ce17d5da06c42f1d - image: circleci/postgres:10.6 environment: POSTGRES_USER: accounts-js POSTGRES_DB: acco...
version: 2 jobs: build: docker: - image: circleci/node:9 - image: circleci/mongo:3 - image: redis:4@sha256:b16c2623b557d300199014a53754d697c8f92f6e4e062923c26890fcf72a05e5 - image: circleci/postgres:10.6 environment: POSTGRES_USER: accounts-js POSTGRES_DB: acco...
Update redis:4 Docker digest to b16c262
Update redis:4 Docker digest to b16c262
YAML
mit
js-accounts/accounts
25f6e8de8310ef50e3f8fc1cade3d330d2061df3
.circleci/config.yml
.circleci/config.yml
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference version: 2.1 # Use a package of configuration called an orb. orbs: # Declare a dependency on the welcome-orb welcome: circleci/welcome-orb@0.4.1 # Orchestrate or schedule a set of jobs workfl...
version: 2.1 # ======================= JOBS ======================= jobs: gapic-generator-java-tests: docker: - image: l.gcr.io/google/bazel working_directory: /home/circleci/project/gapic-generator-java steps: - checkout - run: name: Builder command: | b...
Add builder and linter checks
[ggj][ci] Add builder and linter checks
YAML
apache-2.0
googleapis/gapic-generator-java,googleapis/gapic-generator-java
3030a108861e60ede228825fe0ab3c00f8998a8d
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: lepovirta/lepo-build:latest steps: - checkout - run: name: Generate command: ./bin/generate.sh --target prod
version: 2.1 jobs: deploy-stg: docker: - image: lepovirta/lepo-build:latest steps: - checkout - run: name: Deploy command: ./bin/generate.sh -t staging -p deploy-prod: docker: - image: lepovirta/lepo-build:latest steps: - checkout - run: ...
Deploy to staging and prod
CircleCI: Deploy to staging and prod
YAML
mit
Lepovirta/lepo,Lepovirta/lepo
eec5360882d95ce04adc853b961d16e3393cb6cf
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: python environment: AUDIODEV: null working_directory: ~/screenflow-ci steps: - checkout - run: name: Install application dependencies command: p...
version: 2 jobs: build: docker: - image: python:2.7 environment: AUDIODEV: null working_directory: ~/screenflow-ci steps: - checkout - run: name: Install application dependencies comman...
Fix python version for CI
Fix python version for CI
YAML
apache-2.0
Faylixe/screenflow
ad40beaa310c5473f648d2958b7bf21ed4722a96
.circleci/config.yml
.circleci/config.yml
# PHP CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-php/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/php:7.1.5-browsers # Specify service dependencies here if necessary # CircleCI maint...
version: 2 jobs: build: working_directory: /var/www/html docker: - image: php:7.1-nginx environment: APP_ENV: test steps: - run: name: Install system packages command: apt-get update && apt-get -y install git - run: name: Install PHP extens...
Test default docker CircleCI image
Test default docker CircleCI image
YAML
mit
gmoigneu/platformsh-integrations,gmoigneu/platformsh-integrations,gmoigneu/platformsh-integrations,gmoigneu/platformsh-integrations
f209c889dd498d5ce26c7dbd3234c15f8da20d40
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/openjdk:8u171-jdk steps: - checkout - run: mvn clean install - run: mvn surefire:test -Punit
version: 2 job-settings: defaults: agent-only: &defaults-agent-only docker: - image: groupbyinc/circleci-java workflow-settings: context: &job-context context: org-global main_branch_only: &main_branch_only filters: branches: only: - develop workspace_key: &workspace_ke...
Update build to have hold and release on develop
Update build to have hold and release on develop
YAML
mit
groupby/api-java
23085238e026b460e7cdabbaa19a4b7bfb32bd15
cloud-config.yml
cloud-config.yml
#cloud-config coreos: units: - name: "zabbix-agentd.service" command: "start" content: | [Unit] Description=Zabbix Agentd After=network.target [Service] Type=forking Restart=on-failure Environment="CONFFILE=/opt/etc/zabbix/zabbix_agentd.conf" ...
#cloud-config coreos: units: - name: "zabbix-agentd.service" enable: true command: "start" content: | [Unit] Description=Zabbix Agentd After=network.target [Service] Type=forking Restart=on-failure Environment="CONFFILE=/opt/etc/zabbix/za...
Enable zabbix-agentd service at boot.
Enable zabbix-agentd service at boot.
YAML
bsd-3-clause
gcavalcante8808/zabbix-agentd-coreos
9a326c5d4744c6094a3666b08fe8b6f9deffbaec
.dependabot/config.yml
.dependabot/config.yml
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdepe...
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdepe...
Allow to merge backports
Allow to merge backports [ci skip]
YAML
mit
sue445/rubicure_api,sue445/rubicure_api,sue445/rubicure_api
5d34ef48625933e27e96e48abcaf15aea97fecaa
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_prev...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: assets/cms public_path: "/assets/cms" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instan...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017
f8522833af1710f34f42d3cd4c2a6ad128bc5583
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily allow: # Internal gems - dependency-name: "govuk*" dependency-type: direct - dependency-name: gds-api-adapters dependency-type: direct - dependency-name: govspeak d...
version: 2 updates: - package-ecosystem: bundler directory: / schedule: interval: daily - package-ecosystem: npm directory: / schedule: interval: daily
Remove allow list from Dependabot config
Remove allow list from Dependabot config
YAML
mit
alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers,alphagov/smart-answers
c675fd887288281f38ad93d4443f8cf40c3999dd
packages/ei/either-list-functions.yaml
packages/ei/either-list-functions.yaml
homepage: https://github.com/chris-martin/either-list-functions#readme changelog-type: '' hash: 7515dbb2f216359c6fa4b4b36231986ebc85d9db0500631eca09a2c17beea24d test-bench-deps: base: ! '>=4.9 && <4.11' doctest: -any either-list-functions: -any maintainer: Chris Martin <ch.martin@gmail.com> synopsis: Functions in...
homepage: https://github.com/chris-martin/either-list-functions changelog-type: '' hash: d027f20d0e51c5fd6c9e97f5a9cdb01bbaad428f9f67f928f0ab8b1b53e9aff8 test-bench-deps: base: ! '>=4.9 && <4.12' doctest: -any either-list-functions: -any maintainer: Chris Martin <ch.martin@gmail.com> synopsis: Functions involving...
Update from Hackage at 2018-09-11T15:42:22Z
Update from Hackage at 2018-09-11T15:42:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
165446a1239b1b6372e906f4810284706e111ca1
packages/mw/mwc-random-accelerate.yaml
packages/mw/mwc-random-accelerate.yaml
homepage: '' changelog-type: '' hash: 03636f20dd608e9bd0e5f7ee3510414dfd31af811c5d7e3a22ba4b82e90bf475 test-bench-deps: {} maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> synopsis: Generate Accelerate arrays filled with high quality pseudorandom numbers changelog: '' basic-deps: mwc-random: ! '>=0.8' bas...
homepage: '' changelog-type: '' hash: 2c5e0f0f0a8c4c0e01199c94084ef2a78c352792626f0e840a04e1bb65f8949a test-bench-deps: {} maintainer: Trevor L. McDonell <tmcdonell@cse.unsw.edu.au> synopsis: Generate Accelerate arrays filled with high quality pseudorandom numbers changelog: '' basic-deps: mwc-random: ! '>=0.8' bas...
Update from Hackage at 2018-03-15T03:55:55Z
Update from Hackage at 2018-03-15T03:55:55Z
YAML
mit
commercialhaskell/all-cabal-metadata
0c578dd074e06b399f890a9f2121dd9b5e62075e
data/transition-sites/decc.yml
data/transition-sites/decc.yml
--- site: decc whitehall_slug: department-for-business-energy-and-industrial-strategy homepage: https://www.gov.uk/government/organisations/department-for-business-energy-and-industrial-strategy host: www.decc.gov.uk tna_timestamp: 20121217150421 homepage_furl: www.gov.uk/beis options: --query-string filepath
--- site: decc whitehall_slug: department-for-business-energy-and-industrial-strategy homepage: https://www.gov.uk/government/organisations/department-for-business-energy-and-industrial-strategy host: www.decc.gov.uk tna_timestamp: 20121217150421 homepage_furl: www.gov.uk/beis options: --query-string filepath aliases: ...
Add alias for non-www DECC site
Add alias for non-www DECC site We have had a support request raising the issue that the DECC site is not redirecting. The Zendesk ticket [1] covers both the www.decc.gov.uk and decc.gov.uk domains, which I believe are seperate issues. The naked domain site has the correct A records set: $ host decc.gov.uk decc.gov....
YAML
mit
alphagov/transition-config,alphagov/transition-config
e23c2ba91c341055044c8622f7a11aa1e728854f
config/settings.yml
config/settings.yml
plugins: akismet_enabled: default: false akismet_api_key: default: '' shadowed_by_global: true akismet_transmit_email: default: true skip_akismet_trust_level: default: 2 enum: 'TrustLevelSetting'
plugins: akismet_enabled: default: false shadowed_by_global: true akismet_api_key: default: '' shadowed_by_global: true akismet_transmit_email: default: true skip_akismet_trust_level: default: 2 enum: 'TrustLevelSetting'
Allow the akismet plugin to be turned on globally
Allow the akismet plugin to be turned on globally
YAML
mit
discourse/discourse-akismet,discourse/discourse-akismet,sethdeckard/discourse-akismet,sethdeckard/discourse-akismet
7ea201868e0316913e346e08694752957da94315
packages/no/nonfree.yaml
packages/no/nonfree.yaml
homepage: '' changelog-type: '' hash: 08a29a199ad663ddc389ff0f7b4cc3ad284f88d403c3c3ccb057507f308285bd test-bench-deps: {} maintainer: shachaf@gmail.com synopsis: Free structures sans laws changelog: '' basic-deps: base: ! '>=4.6 && <4.9' all-versions: - '0.1.0.0' - '0.1.0.1' author: Shachaf Ben-Kiki latest: '0.1.0.1...
homepage: '' changelog-type: '' hash: 5bd2d9573eb70ab312ef7650e84be805f790490f7ae47542c087894f674d0a50 test-bench-deps: {} maintainer: shachaf@gmail.com synopsis: Free structures sans laws changelog: '' basic-deps: base: ! '>=4.6 && <4.10' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' author: Shachaf Ben-Kiki lat...
Update from Hackage at 2016-12-04T02:40:04Z
Update from Hackage at 2016-12-04T02:40:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
e46fd8474b9138256cbf891b3c247d0b197a706b
packages/se/setgame.yaml
packages/se/setgame.yaml
homepage: '' changelog-type: '' hash: dc7d4f84053b4539d10d4ca42a3171319c4292b3d34c96fc3b846d2babab13ea test-bench-deps: {} maintainer: emertens@gmail.com synopsis: A console interface to the game of Set changelog: '' basic-deps: base: ! '>=4.7 && <4.11' vty: ! '>=5.4 && <5.18' setgame: -any random: ! '>=1.1 && ...
homepage: '' changelog-type: '' hash: a8ec21016ec35ad61255683ea13fb136bfa9ef9e74b393f0ccdd0de8a5da6131 test-bench-deps: {} maintainer: emertens@gmail.com synopsis: A console interface to the game of Set changelog: '' basic-deps: base: ! '>=4.7 && <4.15' vty: ! '>=5.4 && <5.29' setgame: -any random: ! '>=1.1 && ...
Update from Hackage at 2020-03-26T23:23:09Z
Update from Hackage at 2020-03-26T23:23:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
fec678c7101fbec36de1dc7e56e8cd218035551b
packages/se/setgame.yaml
packages/se/setgame.yaml
homepage: '' changelog-type: '' hash: 6b633d5a00993f25b847201b0b6f8a13398eb2aabbeb421552347772a2322a38 test-bench-deps: {} maintainer: emertens@gmail.com synopsis: A console interface to the game of Set changelog: '' basic-deps: base: ! '>=4.7 && <4.9' vty: ! '>=5.4 && <5.5' setgame: -any random: ! '>=1.1 && <1...
homepage: '' changelog-type: '' hash: dc7d4f84053b4539d10d4ca42a3171319c4292b3d34c96fc3b846d2babab13ea test-bench-deps: {} maintainer: emertens@gmail.com synopsis: A console interface to the game of Set changelog: '' basic-deps: base: ! '>=4.7 && <4.11' vty: ! '>=5.4 && <5.18' setgame: -any random: ! '>=1.1 && ...
Update from Hackage at 2017-08-16T22:48:08Z
Update from Hackage at 2017-08-16T22:48:08Z
YAML
mit
commercialhaskell/all-cabal-metadata
8267f8c97b0bf43b33ddf0051652983d9fa36e50
packages/th/th-lego.yaml
packages/th/th-lego.yaml
homepage: https://github.com/nikita-volkov/th-lego changelog-type: '' hash: c686e26bd97aa9f6cbd581a2172fc6615fa83dfb2531e33959d4f97e3b4009a8 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Template Haskell construction utilities changelog: '' basic-deps: base: '>=4.9 && <5' text: '...
homepage: https://github.com/nikita-volkov/th-lego changelog-type: '' hash: 6c656c4064119cb61b17233c59f30dd35e24db44b6168c1e0be64d221a11ae73 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Template Haskell construction utilities changelog: '' basic-deps: base: '>=4.10 && <5' text: ...
Update from Hackage at 2020-10-15T11:37:56Z
Update from Hackage at 2020-10-15T11:37:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
ce733f38db26ff251318a5eded664a71d78a013c
roles/bastion/defaults/main.yml
roles/bastion/defaults/main.yml
dns_subdomain: bonnyci.local bastion_users: - adam_g - bradonk - cideploy - clint - jamie - jason_clark - jesusaur - olaph bastion_sudo_users: "{{ bastion_users }}" bastion_remove_users: - auggy - greghaynes - nibz - rmoe - doc - jkeating - eggshell - pschwartz bastion_clouds: []
dns_subdomain: bonnyci.local bastion_users: - adam_g - bradonk - cideploy - clint - jamie - jason_clark - jesusaur - olaph - jkeating bastion_sudo_users: "{{ bastion_users }}" bastion_remove_users: - auggy - greghaynes - nibz - rmoe - doc - eggshell - pschwartz bastion_clouds: []
Add jesse back to bastion
Add jesse back to bastion Signed-off-by: Jesse Keating <9bd506f82f0ebace9be329fa02a1d10dbdfee35e@j2solutions.net>
YAML
apache-2.0
BonnyCI/hoist,BonnyCI/hoist,SpamapS/hoist,jamielennox/hoist,SpamapS/hoist,jamielennox/hoist
93290a96aee5b0b8da618f7916a81e306caf4301
config/rabbitmq.yml
config/rabbitmq.yml
defaults: &defaults host: localhost port: 5672 vhost: / user: publishing_api pass: publishing_api recover_from_connection_close: true development: <<: *defaults exchange: published_documents test: <<: *defaults exchange: published_documents_test production: hosts: <% hosts = ENV['RABBITMQ_H...
defaults: &defaults port: 5672 vhost: / user: publishing_api pass: publishing_api recover_from_connection_close: true development: <<: *defaults host: localhost exchange: published_documents test: <<: *defaults host: localhost exchange: published_documents_test production: <<: *defaults hos...
Change RabbitMQ configuration to use defaults everywhere
Change RabbitMQ configuration to use defaults everywhere So use the defaults for production, not just staging and integration. This requires removing the host from the defaults, as hosts is used in production.
YAML
mit
alphagov/publishing-api,alphagov/publishing-api
5f9cefdd4194b577484a5d7dca9c2cd1c6a826ab
config_example.yaml
config_example.yaml
# IRCBot config example --- :server: irc.freenode.net :port: 6667 :serverpass: :username: bot :nickname: bot :realname: Bot :userpass: :channels: - "#channel_one" - "#channel_two" :plugins: - :Help - :Clock - :Example - :Loader - :Translate - :Mnemonic - :NumberSpell - :Language - :Converter
# IRCBot config example --- :server: irc.freenode.net :port: 6667 :serverpass: :username: bot :nickname: bot :realname: Bot :userpass: :channels: - "#channel_one" - "#channel_two" :plugins: - :Help - :Clock - :Example - :Loader - :Translate - :Mnemonic - :NumberSpell - :Language - :EDICT - :KANJIDIC - :Converter
Add EDICT and KANJIDIC to config example
Add EDICT and KANJIDIC to config example
YAML
agpl-3.0
k5bot/k5bot,k5bot/k5bot,k5bot/k5bot
d69242ad3f93164e50b4ebaa60be643f597797ea
tests/environment.yml
tests/environment.yml
channels: - defaults - conda-forge dependencies: - attrs>=19.2 - cffi - eccodes=>2.20.0 - numpy
channels: - defaults - conda-forge dependencies: - attrs>=19.2 - cffi - eccodes>=2.20.0 - numpy
Fix broken GitHub CI (2nd try)
Fix broken GitHub CI (2nd try)
YAML
apache-2.0
ecmwf/eccodes-python,ecmwf/eccodes-python
88278008639e35051485eaaa77827e0c1821aeaf
.forestry/front_matter/templates/showcase.yml
.forestry/front_matter/templates/showcase.yml
--- hide_body: false fields: - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: text hidden: false default: - name: related_tools label: Related tools type: list hidden: false default: - - name: website label: Website type: text hidden: false...
--- hide_body: false fields: - name: title label: Title type: text hidden: false default: '' - type: datetime name: date label: Date - name: website label: Website type: text hidden: false default: - name: repo label: Repo type: text hidden: false default: - name: creator label: Creator ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic
a2a07f9c98a55b1b6318bf9b210317794f05f039
roles/couchpotato-guest/tasks/main.yml
roles/couchpotato-guest/tasks/main.yml
--- - name: Set hostname hostname: name=couchpotato.jroll.io become: yes become_method: sudo - name: Download couchpotato become: yes become_method: sudo git: repo: https://github.com/RuudBurger/CouchPotatoServer.git dest: /opt/couchpotato - name: Install init script become: yes become_method:...
--- - name: Set hostname hostname: name=couchpotato.jroll.io become: yes become_method: sudo - name: Download couchpotato become: yes become_method: sudo git: repo: https://github.com/RuudBurger/CouchPotatoServer.git dest: /opt/couchpotato - name: Install init script become: yes become_method:...
Enable couch potato to start on boot
Enable couch potato to start on boot
YAML
apache-2.0
jimrollenhagen/hoard
7e7a5ba990f993e13927771920f63a386d04c856
roles/xfce-multiload-ng/tasks/main.yml
roles/xfce-multiload-ng/tasks/main.yml
--- - name: Add PPA of multiload-ng apt_repository: repo=ppa:nilarimogard/webupd8 - name: Install multiload-ng apt: package=xfce4-multiload-ng-plugin state=present - name: Configure multiload-ng copy: src: multiload-ng-xfce4-13.rc dest: "{{ user.homedir }}/.config/xfce4/panel/multiload-ng-xfce4-13.rc" ...
--- - name: Add PPA of multiload-ng apt_repository: repo=ppa:nilarimogard/webupd8 - name: Install multiload-ng apt: package=xfce4-multiload-ng-plugin state=present - name: Make sure config paths exist file: path: {{ user.homedir }}/.config/xfce4/panel/ owner: "{{ user.name }}" group: "{{ user.group...
Update multiload-ng task to make sure paths exist
Update multiload-ng task to make sure paths exist
YAML
cc0-1.0
Photon89/ansible-lernvideoprojekt-lmu
8c9fb74c931cf4fc31aac5d986313869bc518443
recipes/pandas/meta.yaml
recipes/pandas/meta.yaml
{% set name = "pandas" %} {% set version = "0.19.2" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 6f0f4f598c2b16746803c8bafef7c721c57e4844da752d36...
{% set name = "pandas" %} {% set version = "0.20.1" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 42707365577ef69f7c9c168ddcf045df2957595a9ee71bc1...
Update pandas to version 0.20.1
Update pandas to version 0.20.1
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
14497ebf3bbbdd4827ff57fa47c787522c9e7136
_meta/meta.yaml
_meta/meta.yaml
extras: {} skip: - indico-plugin-livesync-debug - indico-plugin-vc-dummy
extras: indico-plugin-importer: importer indico-plugin-importer-invenio: importer skip: - indico-plugin-livesync-debug - indico-plugin-vc-dummy
Move importer plugins into an extra
Meta: Move importer plugins into an extra We'll most likely discontinue them, and they don't need to be updated for 2.3, so like this new installations won't get them anymore by default.
YAML
mit
indico/indico-plugins,ThiefMaster/indico-plugins,ThiefMaster/indico-plugins,ThiefMaster/indico-plugins,indico/indico-plugins,ThiefMaster/indico-plugins,indico/indico-plugins,indico/indico-plugins
2141566132ce6cb3d9e9fbf47c02853d64b59d93
config/sidekiq.yml
config/sidekiq.yml
--- :verbose: false :concurrency: 6 :logfile: ./log/sidekiq.json.log :queues: - downstream_high - dependency_resolution - downstream_low - experiments - default - import
--- :verbose: false :concurrency: 10 :logfile: ./log/sidekiq.json.log :queues: - downstream_high - dependency_resolution - downstream_low - experiments - default - import
Increase the number of Sidekiq workers
Increase the number of Sidekiq workers The queues are often very long so increasing the number of workers might help to push content downstream quicker. The last time we tried this the load on our PostgreSQL machine went up too much, but since then we've upgraded the machine from 8 cores to 16 cores so it might cope ...
YAML
mit
alphagov/publishing-api,alphagov/publishing-api
401dfef09530174be788acc11678398bb9a33a7c
config/sunspot.yml
config/sunspot.yml
production: solr: hostname: ec2-184-73-200-49.compute-1.amazonaws.com port: 7377 path: /solr/collection1 read_timeout: 5 open_timeout: 1.5 log_level: INFO min_memory: 20M max_memory: 500M pid_dir: tmp/pids development: solr: hostname: localhost port: 7377 log_level: ...
production: solr: hostname: ec2-184-73-200-49.compute-1.amazonaws.com port: 7377 path: /solr/collection1 read_timeout: 5 open_timeout: 1.5 log_level: INFO min_memory: 20M max_memory: 3G pid_dir: tmp/pids development: solr: hostname: localhost port: 7377 log_level: AL...
Set solr's maxmem back to 3G
Set solr's maxmem back to 3G
YAML
mit
moodpo/documentcloud,gunjanmodi/documentcloud,gunjanmodi/documentcloud,Teino1978-Corp/Teino1978-Corp-documentcloud,dannguyen/documentcloud,documentcloud/documentcloud,documentcloud/documentcloud,monofox/documentcloud,roberttdev/dactyl4,roberttdev/dactyl4,ivarvong/documentcloud,gunjanmodi/documentcloud,roberttdev/dactyl...
09478dc2728489f27c4cd7db48ec826476b5555a
docker-compose.yaml
docker-compose.yaml
version: "2" services: db: build: ./gws-core/src/test/docker/database image: gws/db ports: - "5433:5432" web: build: context: ./gws-webapp/ dockerfile: ./src/main/docker/webserver/Dockerfile image: gws/webserver depends_on: ...
version: "2" services: db: build: ./gws-core/src/test/docker/database image: gws/db ports: - "5433:5432" web: build: context: ./gws-webapp/ dockerfile: ./src/main/docker/webserver/Dockerfile args: - https_proxy ...
Use https_proxy from caller's environment
Use https_proxy from caller's environment
YAML
bsd-3-clause
GeoscienceAustralia/Geodesy-Web-Services,GeoscienceAustralia/Geodesy-Web-Services,GeoscienceAustralia/geodesy-domain-model,GeoscienceAustralia/geodesy-domain-model,GeoscienceAustralia/Geodesy-Web-Services,GeoscienceAustralia/Geodesy-Web-Services
883fc0bd1b25c421244be7ae43467630c28f0d63
.github/workflows/ci-module.yml
.github/workflows/ci-module.yml
name: ci on: push: branches: - master pull_request: jobs: test: strategy: fail-fast: false matrix: os: [ubuntu, windows, macos] node: ['*', '14', '12'] runs-on: ${{ matrix.os }}-latest name: ${{ matrix.os }} node@${{ matrix.node }} steps: - uses: acti...
name: ci on: push: branches: - master pull_request: jobs: test: strategy: fail-fast: false matrix: os: [ubuntu, windows, macos] node: ['*', '14', '12'] runs-on: ${{ matrix.os }}-latest name: ${{ matrix.os }} node@${{ matrix.node }} steps: - uses: acti...
Use check-latest in CI to ensure '*' currently resolves to node v16
Use check-latest in CI to ensure '*' currently resolves to node v16
YAML
bsd-3-clause
lloydbenson/lab,lloydbenson/lab,lloydbenson/lab
12d059c310cb37986cfa6057c4e370489e9b8e59
.github/workflows/pythonapp.yml
.github/workflows/pythonapp.yml
name: build on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Install dependencies run: | sudo ./install-dev.sh --no-model sudo pip3 install pytest-faulthandler sudo apt install xvfb - name: Lint with flake8 run: | ...
name: build on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Install dependencies run: | sudo ./install-dev.sh --no-model sudo pip3 install pytest-faulthandler sudo apt install xvfb - name: Lint with flake8 run: | ...
Add the Codecov token to GitHub workflow build
Add the Codecov token to GitHub workflow build
YAML
mit
DragonComputer/Dragonfire,mertyildiran/Dragonfire,DragonComputer/Dragonfire,DragonComputer/Dragonfire,mertyildiran/Dragonfire
cb10b3347fccff3e6e6d00e2fbb05dc584514f0c
.forestry/settings.yml
.forestry/settings.yml
--- upload_path: "/static/images/:year:/:month:/" frontmatter_file_url_template: "/images/:year:/:month:/" body_file_url_template: "/images/:year:/:month:/" new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: post: default_front_matter_template: post version: 0.38.1
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: content/post: default_front_matter_template: post upload_dir: static/images public_path: "/images" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:filename:" version: 0.42.1
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
1416422e399d339b254430d92dde0c79623ae61f
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: document...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: document...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
5a395806dcea5de4877915d84100414f90db8a15
recipes/perl-class-method-modifiers/meta.yaml
recipes/perl-class-method-modifiers/meta.yaml
package: name: perl-class-method-modifiers version: "2.11" source: fn: Class-Method-Modifiers-2.11.tar.gz url: http://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz md5: c6982e9e89325713d5afaff82cfe1744 build: number: 0 skip: True # [osx] requirements: build: - perl-th...
package: name: perl-class-method-modifiers version: "2.11" source: fn: Class-Method-Modifiers-2.11.tar.gz url: http://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Method-Modifiers-2.11.tar.gz md5: c6982e9e89325713d5afaff82cfe1744 build: number: 1 requirements: build: - perl-threaded - perl-tes...
Add OSX build for Perl Class::Method::Modifiers
Add OSX build for Perl Class::Method::Modifiers
YAML
mit
CGATOxford/bioconda-recipes,ostrokach/bioconda-recipes,keuv-grvl/bioconda-recipes,JenCabral/bioconda-recipes,keuv-grvl/bioconda-recipes,saketkc/bioconda-recipes,pinguinkiste/bioconda-recipes,oena/bioconda-recipes,peterjc/bioconda-recipes,zachcp/bioconda-recipes,dmaticzka/bioconda-recipes,keuv-grvl/bioconda-recipes,phac...
743cfa9e3e68272c986304eab47f4fb98a73f038
roles/development/tasks/languages/android.yml
roles/development/tasks/languages/android.yml
- name: Install Android tools apt: pkg={{ item }} state=installed with_items: - android-tools-adb - android-tools-fastboot - name: Install Android SDK apt: pkg={{ item }} state=installed with_items: - androidsdk-ddms - androidsdk-hierarchyviewer - androidsdk-traceview - androidsdk-uiaut...
- name: Install Android tools apt: pkg={{ item }} state=installed with_items: - android-tools-adb - android-tools-fastboot - name: Install Android SDK apt: pkg={{ item }} state=installed with_items: - androidsdk-ddms - androidsdk-hierarchyviewer - androidsdk-traceview - androidsdk-uiaut...
Enable building Android applications with `ant'.
Enable building Android applications with `ant'.
YAML
mit
jaysh/desktop-automation,jaysh/desktop-automation
c71bac8e6a104dae174fbc6ab97e16597c449430
environment.yaml
environment.yaml
# conda environment file for tilezilla name: tilezilla channels: # they nicely build rasterio for us - ioos dependencies: # base - numpy>=1.10.0 # geographic data packages - rasterio>=0.31.0 - gdal - libgdal - shapely>=1.5.13 - netcdf4 # database - sqlalchemy # config...
# conda environment file for tilezilla name: tilezilla channels: # they nicely build rasterio for us - conda-forge dependencies: # base - numpy>=1.10.0 # geographic data packages - rasterio>=0.31.0 - gdal - shapely>=1.5.13 - netcdf4 # database - sqlalchemy # config file ...
Use conda-forge for conda gis/rs deps
Use conda-forge for conda gis/rs deps
YAML
bsd-3-clause
ceholden/landsat_tiles,ceholden/landsat_tile,ceholden/tilezilla,ceholden/landsat_tile,ceholden/landsat_tiles
90d575db8b86b63fb2dc4ddc097cb300d1208261
hieradata/bgo/modules/profile.yaml
hieradata/bgo/modules/profile.yaml
--- profile::application::himlarcli::smtp: 'smtp.uib.no' profile::application::himlarcli::from_addr: 'no-reply@uib.no' profile::application::himlarcli::ldap_server: 'ldap.uib.no' profile::application::himlarcli::ldap_base_dn: 'dc=uib,dc=no' profile::application::himlarcli::slack_channel: '#iaas' # Enab...
--- profile::application::himlarcli::smtp: 'smtp.uio.no' profile::application::himlarcli::from_addr: 'noreply@nrec.no' profile::application::himlarcli::ldap_server: 'ldap.uib.no' profile::application::himlarcli::ldap_base_dn: 'dc=uib,dc=no' profile::application::himlarcli::slack_channel: '#iaas' # Enab...
Send mail from BGO through UiO mail servers
Send mail from BGO through UiO mail servers
YAML
apache-2.0
raykrist/himlar,mikaeld66/himlar,raykrist/himlar,mikaeld66/himlar,mikaeld66/himlar,mikaeld66/himlar,norcams/himlar,norcams/himlar,norcams/himlar,raykrist/himlar,mikaeld66/himlar,norcams/himlar,norcams/himlar,raykrist/himlar,raykrist/himlar
ce011917b307acdfa0d5d36ee3e5792326e60862
packages/gh/ghc-api-compat.yaml
packages/gh/ghc-api-compat.yaml
homepage: '' changelog-type: '' hash: 18f82e25aac57ad16c5f92a2f7b769048c5251bb707f68745ed1b91cbc19dce4 test-bench-deps: {} maintainer: sylvain@haskus.fr synopsis: GHC-API compatibility helpers changelog: '' basic-deps: ghc: ! '>=8.6' all-versions: - '8.6' author: Sylvain Henry latest: '8.6' description-type: haddock ...
homepage: '' changelog-type: '' hash: d6ffe14ea8b1f23aef1526f4fb6033158a281a39679a2ebf4524585406822606 test-bench-deps: {} maintainer: sylvain@haskus.fr synopsis: GHC-API compatibility helpers changelog: '' basic-deps: ghc: '>=8.6' all-versions: - '8.6' author: Sylvain Henry latest: '8.6' description-type: haddock de...
Update from Hackage at 2021-07-12T10:36:42Z
Update from Hackage at 2021-07-12T10:36:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
21fc36174a26f2b2eca07564616201371114b7bf
develop-compose.yml
develop-compose.yml
minervadb: build: ./ dockerfile: develop.dockerfile ports: - "16050:5432" volumes: - ./tests:/tests - ./src:/minerva
minerva50db: build: ./ dockerfile: develop.dockerfile ports: - "16050:5432" volumes: - ./tests:/tests - ./src:/minerva
Rename docker image to include version
Rename docker image to include version
YAML
agpl-3.0
hendrikx-itc/minerva,hendrikx-itc/minerva
ba8e326b4f6bbcd790089a00a8c4649378f8d8d8
certificate.yml
certificate.yml
AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcafrd ACM certificate for the standard VPC created by the root stack (eg *.vpc-af124354.prx.tech) Parameters: VPC: Type: String Resources: VpcCertificate: Type: "AWS::CertificateManager::Certificate" Properties: DomainName: !...
AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcard ACM certificate for the standard VPC created by the root stack (eg *.vpc-af124354.prx.tech) Parameters: VPC: Type: String Resources: VpcCertificate: Type: "AWS::CertificateManager::Certificate" Properties: DomainName: !S...
Fix typo in cert template description
Fix typo in cert template description
YAML
mit
PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure
1542e385c00dc6c5ebdf333c01a4e4ab60314621
tasks/repo_key_distribute.yml
tasks/repo_key_distribute.yml
--- # Copyright 2014, Rackspace US, Inc. # # 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 ...
--- # Copyright 2014, Rackspace US, Inc. # # 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 ...
Address Ansible bare variable usage
Address Ansible bare variable usage When executing the role with Ansible 2.1, the following deprecation warning is issued in the output for some tasks. [DEPRECATION WARNING]: Using bare variables is deprecated. This patch addresses the tasks to fix the behaviour appropriately. Change-Id: I8f778659f0cc15b57b23bc1179...
YAML
apache-2.0
os-cloud/openstack-ansible-repo_server,os-cloud/openstack-ansible-repo_server,openstack/openstack-ansible-repo_server,openstack/openstack-ansible-repo_server
d00014d2759c55a892237fa1508e5792f1ecc913
packages/yx/yx.yaml
packages/yx/yx.yaml
homepage: https://github.com/mtth/yx changelog-type: '' hash: 2196994b76bf7e5923c32930adf8695881b3ae791d9c5ddb0b78da4781e086b5 test-bench-deps: bytestring: ! '>=0.10' base: ! '>=4.8 && <5' hspec: ! '>=2.7' array: ! '>=0.5' yx: -any maintainer: mtth@apache.org synopsis: Row-major coordinates changelog: '' basi...
homepage: https://github.com/mtth/yx changelog-type: '' hash: f8ee9f82e194785380019e465a5b83dcec69bbcc67054a3e0d549d8e9bac6def test-bench-deps: bytestring: -any base: ! '>=4.8 && <5' hspec: -any array: -any mtl: -any yx: -any maintainer: mtth@apache.org synopsis: Row-major coordinates changelog: '' basic-de...
Update from Hackage at 2019-12-18T07:17:44Z
Update from Hackage at 2019-12-18T07:17:44Z
YAML
mit
commercialhaskell/all-cabal-metadata
83379c1240e2022bd48f19786581e8dd94d40e80
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: test: docker: - image: rust:latest steps: - checkout - run: cargo test build: docker: - image: rust:latest steps: - checkout - run: cargo build --release - run: echo $CIRCLE_SHA1 > .circle-sha - save_cache: key: build-{{ .Br...
version: 2 jobs: test: docker: - image: rust:latest steps: - checkout - run: cargo test build: docker: - image: rust:latest steps: - checkout - run: cargo build --release - run: echo $CIRCLE_SHA1 > .circle-sha - save_cache: key: build-{{ .Br...
Add deploy directory to build cache
Add deploy directory to build cache
YAML
apache-2.0
twincitiespublictelevision/mm_api_notify,twincitiespublictelevision/mm_api_notify
bd362f8b399e77edb9ee06016ab6d3120bc903ae
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres redis: image: redis neo4j: build: context: . dockerfile: Dockerfile.neo4j web: build: context: . dockerfile: Dockerfile.app env_file: .env.production command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3...
version: '2' services: db: restart: always image: postgres redis: restart: always image: redis neo4j: restart: always build: context: . dockerfile: Dockerfile.neo4j web: restart: always build: context: . dockerfile: Dockerfile.app env_file: .env.produc...
Add restart policy to docker compose
Add restart policy to docker compose
YAML
agpl-3.0
kibousoft/mastodon,kibousoft/mastodon,kibousoft/mastodon,kibousoft/mastodon
618ea859d02dd73674f7d6edf8d46f8a79685ecb
docker-compose.yml
docker-compose.yml
dev: image: iojs:2 working_dir: /usr/src/app volumes: - ".:/usr/src/app" command: "npm run watch" env_file: .env environment: - NTB_API_ENV=dev - NTB_USER_AGENT=turbasen.js/alpha
dev: image: iojs:slim working_dir: /usr/src/app volumes: - ".:/usr/src/app" command: "npm run watch" env_file: .env environment: - NTB_API_ENV=dev - NTB_USER_AGENT=turbasen.js/alpha
Use iojs:slim Docker Image for dev env
Use iojs:slim Docker Image for dev env
YAML
mit
Turbasen/turbasen.js
3fe15e41133a9200d8249e602a0087567bc16932
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres env_file: env.env ports: - 5432:5432 volumes: - ./db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d - ./db/audio_data:/audio_data - ./db/postgres_data:/var/lib/postgresql/data api: build: api env_file: env.env com...
version: '2' services: db: image: postgres:9.6.1-alpine env_file: env.env ports: - 5432:5432 volumes: - ./db/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d - ./db/audio_data:/audio_data - ./db/postgres_data:/var/lib/postgresql/data api: build: api env_file: en...
Use alpine based images for postgres and nginx
Use alpine based images for postgres and nginx
YAML
mit
wfriesen/flaskfm,wfriesen/flaskfm,wfriesen/flaskfm,wfriesen/flaskfm
9d6d8b2b75deb0e50d65dc653724b8c1a4b79298
docker-compose.yml
docker-compose.yml
version: '2' services: web: image: microcosm build: context: . dockerfile: ./containers/Dockerfile.microcosm ports: - "80:80" - "443:443" volumes: - .:/go/src/github.com/buro9/microcosm depends_on: - db - cache links: - db db: image: "postgres...
version: '2' services: web: image: microcosm build: context: . dockerfile: ./containers/Dockerfile.microcosm ports: - "80:80" - "443:443" volumes: - .:/go/src/github.com/buro9/microcosm depends_on: - db - cache links: - db db: image: "postgres...
Update dependency postgres to v13.6
Update dependency postgres to v13.6
YAML
agpl-3.0
buro9/microcosm,buro9/microcosm
72f42cd938d3cf4f928614a5fcdca237489e7c92
cloudml-gpu.yaml
cloudml-gpu.yaml
trainingInput: scaleTier: CUSTOM masterType: standard_gpu runtimeVersion: "1.0"
trainingInput: scaleTier: CUSTOM masterType: standard_gpu runtimeVersion: "1.8"
Modify default runtime version to 1.8
Modify default runtime version to 1.8
YAML
apache-2.0
google/youtube-8m
e10fbdf2ea8c703844011542369f5c33d1b06618
packages/ha/haskus-utils-data.yaml
packages/ha/haskus-utils-data.yaml
homepage: http://www.haskus.org changelog-type: '' hash: 48f62aa23d84b94edd0338379d3b3d74a34d3c2dbabf8c448a774a89ca70ea5d test-bench-deps: base: ! '>=4.9 && <5' doctest: -any maintainer: sylvain@haskus.fr synopsis: Haskus data utility modules changelog: '' basic-deps: extra: ! '>=1.4' base: ! '>=4.12 && <5' h...
homepage: http://www.haskus.org changelog-type: '' hash: f62c4e49021b463185d043f7b69c727b63af641a71d7edd582d9f4f98e80e500 test-bench-deps: base: '>=4.9 && <5' doctest: -any maintainer: sylvain@haskus.fr synopsis: Haskus data utility modules changelog: '' basic-deps: base: '>=4.12 && <5' haskus-utils-types: '>=1...
Update from Hackage at 2020-06-08T10:58:26Z
Update from Hackage at 2020-06-08T10:58:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
83befb14ca935793845466f2a9e33bb113526c80
.github/workflows/workflow.yml
.github/workflows/workflow.yml
name: workflow on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout GitHub repo uses: actions/checkout@v2 - name: Set up Java uses: actions/setup-java@v1 with: java-version: '11' - name...
name: workflow on: push: branches: [ master ] pull_request: branches: [ master ] env: DISPLAY: :99 WDM_GITHUBTOKEN: ${{ secrets.WDM_GITHUBTOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} jobs: build: runs-on: ubuntu-latest steps: - name: Checkout GitHub repo uses: actions/checko...
Use WDM_GITHUBTOKEN env (available as of WebDriverManager 5.0.0)
Use WDM_GITHUBTOKEN env (available as of WebDriverManager 5.0.0)
YAML
apache-2.0
bonigarcia/selenium-jupiter,bonigarcia/selenium-jupiter
2c3245f5143da2c7895fc5d2dda6d0a423175701
roles/copy_skeleton/tasks/main.yml
roles/copy_skeleton/tasks/main.yml
--- # This Ansible role copies the contents of the skeleton directory /etc/skel to # the home directory of vagrant on a virtual machine, or to /root/ on a # container. # # TYPE must either be "vm" or "container". - name: Copy skeleton contents (/etc/skel/*) to root on containers. command: cp --recursive /etc/skel/. ...
--- # This Ansible role copies the contents of the skeleton directory /etc/skel to # the home directory of vagrant on a virtual machine, or to /root/ on a # container. # # TYPE must either be "vm" or "container". - name: Copy skeleton contents (/etc/skel/*) to root on containers. command: cp --recursive /etc/skel/. ...
Remove temporary directory after using it in copy_skeleton.
FEAT-002: Remove temporary directory after using it in copy_skeleton.
YAML
bsd-3-clause
computationalmodelling/virtualmicromagnetics,computationalmodelling/virtualmicromagnetics,fangohr/virtualmicromagnetics,fangohr/virtualmicromagnetics
4ebdf47033300858ec7448555df77df28e8f76d1
syn/yosys-uhdm/meta.yaml
syn/yosys-uhdm/meta.yaml
# Use `conda-build-prepare` before building for a better version string. {% set version = '%s_%04i_%s'|format(GIT_DESCRIBE_TAG|replace('v','') or '0.X.X', GIT_DESCRIBE_NUMBER|int, GIT_DESCRIBE_HASH or 'gUNKNOWN') %} {% set python_version = PYTHON_VERSION | default('3.7') %} {% set py_suffix = 'py%s'|format(python_ver...
# Use `conda-build-prepare` before building for a better version string. {% set version = '%s_%04i_%s'|format(GIT_DESCRIBE_TAG|replace('v','') or '0.X.X', GIT_DESCRIBE_NUMBER|int, GIT_DESCRIBE_HASH or 'gUNKNOWN') %} {% set python_version = PYTHON_VERSION | default('3.7') %} {% set py_suffix = 'py%s'|format(python_ver...
Add missing packages used during building
yosys-uhdm: Add missing packages used during building
YAML
apache-2.0
litex-hub/litex-conda-eda
78820b703f803e9393d92d458ba58cc1d36dbcf7
update_kb_bdi_tv5monde.yml
update_kb_bdi_tv5monde.yml
--- # Ansible playbook for TV5 Monde BDI #It will be always localhost - hosts: localhost roles: # Has to be always enable - logs - role: kalite version: "0.15" - role: idc_import content_name: "14-logiciel-libre/app.csv"
--- # Ansible playbook for TV5 Monde BDI #It will be always localhost - hosts: localhost roles: # Has to be always enable - logs - role: kalite version: "0.15" - role: rename_device ideascube_id: "kb_bdi_tv5monde" when: ansible_hostname == 'kb_mooc_cog_492' - role: idc_impor...
Change the name of kb_mooc_cog_492
Change the name of kb_mooc_cog_492
YAML
mit
ideascube/ansiblecube,ideascube/ansiblecube
902b33b5d78fb53cacefca92c3c5cef72cb268e7
src/default.properties.yml
src/default.properties.yml
remote: appdir: '/home/[user]/apps/[app]' releasesdir: '${remote.appdir}/releases' webdir: '${remote.releasesdir}/[time]/web' currentdir: '${remote.appdir}/current' configdir: '${remote.appdir}/config' filesdir: '${remote.appdir}/files' backupsdir: '${remote.appdir}/backups' symlinks: - '${remote.we...
remote: appdir: '/home/[user]/apps/[app]' releasesdir: '${remote.appdir}/releases' webdir: '${remote.releasesdir}/[time]/web' currentdir: '${remote.appdir}/current' configdir: '${remote.appdir}/config' filesdir: '${remote.appdir}/files' backupsdir: '${remote.appdir}/backups' symlinks: - '${remote.we...
Add a local sync command.
Add a local sync command.
YAML
mit
digipolisgent/robo-digipolis-drupal8
17d19ee109b81166cd9d2be20948c12a38df2769
_data/custom_hosts.yml
_data/custom_hosts.yml
- name: "Heroku" url: "https://devcenter.heroku.com/articles/php-support#php-runtimes" php55: 20 php56: 4 default: 5.6.4 manual_update: Yes - name: "Microsoft Azure Web Sites" url: "http://azure.microsoft.com/en-us/services/websites" php53: 29 php54: 34 php55: 18 php56: 2 default: 5.4.34 manual...
- name: "Heroku" url: "https://devcenter.heroku.com/articles/php-support#php-runtimes" php55: 20 php56: 4 php70: RC1 default: 5.6.4 manual_update: Yes - name: "Microsoft Azure Web Sites" url: "http://azure.microsoft.com/en-us/services/websites" php53: 29 php54: 34 php55: 18 php56: 2 default: 5....
Add PHP RC1 for Heroku
Add PHP RC1 for Heroku
YAML
unlicense
PaulBender/phpversions.info,Sobak/phpversions.info,Merlin83b/phpversions.info,afelicioni/phpversions.info,felds/phpversions.info,phpversions/phpversions.info,thasmo/phpversions.info,Merlin83b/phpversions.info,phpversions/phpversions.info,mmckinst/phpversions.info,TimothyDJones/phpversions.info,dzuelke/phpversions.info,...
2a7a53813e1c05057e9953f5005f00a4c4ad7a4d
hnakamur.zsh/defaults/main.yml
hnakamur.zsh/defaults/main.yml
--- zsh_rc_dir: ~/.zshrc.d zsh_rc_files: - git.zsh - git_completion.zsh - git-prompt.sh - prompt.zsh zsh_rc_templates: - history.zsh zsh_path_directories: - "$HOME/bin" - "$HOME/go/bin" - /usr/local/ruby/bin - /usr/local/node/bin - /usr/local/bin zsh_envs: - name: GOPATH value: "{{ go_gopath }}" zsh_my_bin_files: - m...
--- zsh_rc_dir: ~/.zshrc.d zsh_rc_files: - git.zsh - git_completion.zsh - git-prompt.sh - prompt.zsh zsh_rc_templates: - history.zsh zsh_path_directories: - "$HOME/bin" - "$HOME/go/bin" - /usr/local/ruby/bin - /usr/local/node/bin - /usr/local/sbin - /usr/local/bin zsh_envs: - name: GOPATH value: "{{ go_gopath }}" zsh...
Add Homebrew's sbin /usr/local/sbin to PATH
Add Homebrew's sbin /usr/local/sbin to PATH
YAML
mit
hnakamur/macbook_setup,hnakamur/macbook_setup,hnakamur/macbook_setup
f1c14152364acd1bcadb775f622c7f3de6936b97
.github/workflows/awstest.yml
.github/workflows/awstest.yml
name: AWS Megatests # This workflow is triggered on PRs to the master branch. # It runs the -profile 'test' on AWS batch on: pull_request: branches: - 'master' release: types: [published] jobs: run-awstest: name: Run AWS test runs-on: ubuntu-latest steps: - name: Setup Miniconda ...
name: AWS Megatests # This workflow is triggered on PRs to the master branch. # It runs the -profile 'test' on AWS batch on: pull_request: branches: - master release: types: [published] jobs: run-awstest: name: Run AWS test runs-on: ubuntu-latest steps: - name: Setup Miniconda ...
Add nextflow tower properly as suggested
Add nextflow tower properly as suggested
YAML
mit
MaxUlysse/CAW,MaxUlysse/CAW,MaxUlysse/CAW
3862ef6bd0f034491f618e0110ef22a0b5aed6fb
k8s/deployment.yaml
k8s/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: trifid spec: template: spec: securityContext: runAsUser: 65534 runAsGroup: 65534 containers: - name: trifid image: trifid imagePullPolicy: Always ports: - name: http containerPort: 8...
apiVersion: apps/v1 kind: Deployment metadata: name: trifid spec: template: spec: securityContext: runAsUser: 65534 runAsGroup: 65534 containers: - name: trifid image: trifid imagePullPolicy: Always ports: - name: http containerPort: 8...
Add Host & X-Forwarded-For headers to probes
k8s: Add Host & X-Forwarded-For headers to probes
YAML
mit
gontch/gont.ch-site,gontch/gont.ch
4f426c7a6fb6fbdd5fef1bcd08df209be3bd0782
.github/workflows/autoformat.yml
.github/workflows/autoformat.yml
name: "Autoformat using Black" on: [workflow_dispatch, push] jobs: autoformat: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install pip modules run: pi...
name: "Autoformat using Black" on: [workflow_dispatch, push] jobs: autoformat: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install pip modules run: pi...
Update to use offical github actions user
Update to use offical github actions user
YAML
mit
mralext20/alex-bot
a468e8d748a7e191d57b475fe77b4f4346fedb28
.github/workflows/code-style.yml
.github/workflows/code-style.yml
name: Code style on: [push, pull_request] jobs: phpcs: name: PHPCS runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version...
name: Code style on: [push, pull_request] permissions: contents: read jobs: phpcs: name: PHPCS runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v2 wi...
Set permissions for GitHub actions
chore: Set permissions for GitHub actions Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token...
YAML
lgpl-2.1
php-amqplib/php-amqplib
61f8f6d285f768e585457b41280c068cbe6d057d
.github/workflows/maven-test.yml
.github/workflows/maven-test.yml
name: Run tests - Ubuntu + Java 8 on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Maven install, test skipped run: mvn insta...
name: Run tests - Ubuntu + Java 8 on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: distribution: 'zulu' java-version: 8.0.292 - name: Maven install, ...
Fix tests by fixing Java version
Fix tests by fixing Java version New version of Java adds limit on XML processing and this is causing issue with Okapi ITS filter. For now, fix the Java version until we find a better solution with Okapi. 2022-04-21T14:21:58.8979585Z net.sf.okapi.common.exceptions.OkapiException: javax.xml.xpath.XPathExpressionExcep...
YAML
apache-2.0
box/mojito,box/mojito,box/mojito,box/mojito,box/mojito,box/mojito
14d9a5def0cd8c23ae20ac15f503417bd2e37172
.github/workflows/sonar-scan.yml
.github/workflows/sonar-scan.yml
name: Build on: push: branches: - master # or the name of your main branch pull_request: types: [opened, synchronize, reopened] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disa...
name: Build on: push: branches: - master # or the name of your main branch pull_request: types: [opened, synchronize, reopened] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # Shallow clones should be disa...
Add missing report flag for github action
Add missing report flag for github action
YAML
mit
jenkinsci/crowd2-plugin,jenkinsci/crowd2-plugin,jenkinsci/crowd2-plugin
ab6460742094c4b1a562e534060d537d33cf8c24
ci/parameters.yml
ci/parameters.yml
email-server: "smtp.svc.pivotal.io" email-from: "ci@spring.io" email-to: ["spring-framework-dev@pivotal.io"] github-repo: "https://github.com/spring-projects/spring-framework.git" github-repo-name: "spring-projects/spring-framework" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" branch...
email-server: "smtp.svc.pivotal.io" email-from: "ci@spring.io" email-to: ["spring-framework-dev@pivotal.io"] github-repo: "https://github.com/spring-projects/spring-framework.git" github-repo-name: "spring-projects/spring-framework" docker-hub-organization: "springci" artifactory-server: "https://repo.spring.io" branch...
Update CI to use main as default branch name
Update CI to use main as default branch name Closes gh-26863
YAML
apache-2.0
spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework,spring-projects/spring-framework
ec924756d4ef079bc59eaf7af99404318b47702e
shippable.yml
shippable.yml
language: ruby cache: bundler archive: true rvm: - 2.1.2 before_script: - cp spec/dummy/config/database.shippable.yml spec/dummy/config/database.yml script: - cd spec/dummy - RAILS_ENV=test bundle exec rake db:schema:load - cd ../.. - CODECLIMATE_REPO_TOKEN=b7d9c971bea2879b81bdf35f600b985bf3a016c6104169b2c2...
language: ruby cache: bundler archive: true rvm: - 2.1.2 before_script: - cp spec/dummy/config/database.shippable.yml spec/dummy/config/database.yml - cd spec/dummy - RAILS_ENV=test bundle exec rake db:schema:load - cd ../.. script: - CODECLIMATE_REPO_TOKEN=b7d9c971bea2879b81bdf35f600b985bf3a016c6104169b2c2...
Load schema in before script
Load schema in before script
YAML
mit
kaspernj/active-record-transactioner,kaspernj/active-record-transactioner,kaspernj/active-record-transactioner
cdca68f6985a02358f04d9be4af1008dfe65852b
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: branches: ignore: # Skip staging CI if branch name starts with `docs-`. - /docs-.*/ docker: - image: msheiny/pressfreedomci:latest environment: FPF_CI: true CI_SD_ENV: staging CI_AWS_TYPE: t2.small FPF_GRSEC: ...
--- version: 2 jobs: docs-lint: docker: - image: msheiny/pressfreedomci:latest steps: - checkout - run: name: Installation pre-reqs command: pip install -U -r securedrop/requirements/develop-requirements.txt - run: name: Run docs lint command:...
Add CI workflow, prevent staging on docs branches
Add CI workflow, prevent staging on docs branches
YAML
agpl-3.0
ehartsuyker/securedrop,heartsucker/securedrop,ehartsuyker/securedrop,heartsucker/securedrop,ehartsuyker/securedrop,micahflee/securedrop,garrettr/securedrop,heartsucker/securedrop,conorsch/securedrop,conorsch/securedrop,micahflee/securedrop,micahflee/securedrop,conorsch/securedrop,heartsucker/securedrop,conorsch/secured...
47656c47576fbeedc26404b8a7debea4ed98d547
appveyor.yml
appveyor.yml
init: - git config --global core.autocrlf true build_script: - build.cmd --quiet verify clone_depth: 1 test: off deploy: off branches: only: - master environment: COVERALLS_REPO_TOKEN: secure: polBw3WkjnUg+aq0oeBdbqGbszPIgwisEO1SHryVrHTKFxQPd1z8iEmOcTgwtiqZ global: DOTNET_SKIP_FIRST_TIME_EXPERIE...
init: - git config --global core.autocrlf true build_script: - build.cmd --quiet verify clone_depth: 1 test: off deploy: off branches: only: - master environment: COVERALLS_REPO_TOKEN: secure: polBw3WkjnUg+aq0oeBdbqGbszPIgwisEO1SHryVrHTKFxQPd1z8iEmOcTgwtiqZ global: DOTNET_SKIP_FIRST_TIME_EXPERIE...
Update open cover to ignore the test project
Update open cover to ignore the test project
YAML
mit
rlgnak/Clif,rlgnak/Clif
f021d87c386ce5dd70df03fbcf4f70984392bc2b
appveyor.yml
appveyor.yml
environment: matrix: - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python27-x64" install: # symlink python from a directory with a space - "mklink /d \"C:\\Program Files\\Python\" %PYTHON%" - "SET PYTHON=\"C:\\Program Files\\Python\"" - ...
environment: matrix: - PYTHON: "C:\\Python36-x64" - PYTHON: "C:\\Python35-x64" - PYTHON: "C:\\Python34-x64" - PYTHON: "C:\\Python27-x64" install: # symlink python from a directory with a space - "mklink /d \"C:\\Program Files\\Python\" %PYTHON%" - "SET PYTHON=\"C:\\Program Files\\Python\"" - "SET PATH=%PYTHO...
Normalize yaml indentation in Appveyor config
Normalize yaml indentation in Appveyor config
YAML
bsd-3-clause
cherrypy/cherrypy,Safihre/cherrypy,cherrypy/cherrypy,Safihre/cherrypy
5668cf5a6c06432bbcdcc866ea3023a115770527
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout - run: node --version - run: git status - run: yarn install - run: git status - deploy: name: Maybe Deploy command: | if [ "${CIRCLE_BRANCH}" == "...
version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout - run: node --version - run: git status - run: yarn install --frozen-lockfile - run: git status - deploy: name: Maybe Deploy command: | if [ "${CI...
Use --frozen-lockfile as it is ci context
Use --frozen-lockfile as it is ci context
YAML
mit
stipsan/stipsan.me
3fdd9eef1f3c6828cdc3867cc94de2424213a2f8
appveyor.yml
appveyor.yml
init: - ps: echo $env:TOXENV - ps: ls C:\Python* cache: - '%LOCALAPPDATA%\pip\Cache' environment: fast_finish: true matrix: - TOXENV: 'py27' TOXPYTHON: C:\Python27\python.exe PYTHON_HOME: C:\Python27 PYTHON_VERSION: '2.7' PYTHON_ARCH: '32' - TOXENV: 'py36' TOXPYTHON: C...
init: - ps: echo $env:TOXENV - ps: ls C:\Python* cache: - '%LOCALAPPDATA%\pip\Cache' clone_depth: 5 environment: fast_finish: true matrix: - TOXENV: 'py27' TOXPYTHON: C:\Python27\python.exe PYTHON_HOME: C:\Python27 PYTHON_VERSION: '2.7' PYTHON_ARCH: '32' - TOXENV: 'py36' ...
Clone git depth of 5
Appveyor: Clone git depth of 5
YAML
mit
ManrajGrover/halo,manrajgrover/halo
7d9bb4df44e9ef998f69a60f055a62262ad878d4
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.9.1@sha256:aa37beb40c74e6d1bdad53dea624685f86b28ac9f159934691923fb534286a68 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.9.1@sha256:3aafd88b18f7a5a6ca5c188ec70c6bbdba76cd66df3847032d23e5f950d59601 working_directory: ~/repo steps: - checko...
Update circleci/python:3.9.1 Docker digest to 3aafd88
Update circleci/python:3.9.1 Docker digest to 3aafd88
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
5e1cd2406d4c14a649b12eb6cd701e13a4222703
appveyor.yml
appveyor.yml
version: "#{build}" os: Visual Studio 2017 cache: - node_modules environment: matrix: - nodejs_version: 4 - nodejs_version: 6 - nodejs_version: 8 platform: - x64 matrix: fast_finish: true init: - git config --global core.autocrlf input branches: only: - master skip_tags: true clone_...
version: "#{build}" os: Visual Studio 2017 cache: - node_modules environment: matrix: - nodejs_version: 6 - nodejs_version: 8 platform: - x64 matrix: fast_finish: true init: - git config --global core.autocrlf input branches: only: - master skip_tags: true clone_depth: 25 build: off i...
Fix sporadic perm issue by removing npm v2 test from win build.
Fix sporadic perm issue by removing npm v2 test from win build.
YAML
mpl-2.0
forthright/vile-stat
891f6ad401539fd77d015583981016cf7b01d312
.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 general: branches: ignore: - gh-pages workflows: version: 2 test_build: jobs: - build - test jobs: build: docker: - image: circleci/nod...
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 general: branches: ignore: - gh-pages workflows: version: 2 test_build: jobs: - build - test jobs: build: docker: - image: circleci/nod...
Create a aus virtual partition
Create a aus virtual partition
YAML
mit
Tezirg/os2
f977b084c139146830f60ecb19e32452aabf64bb
appveyor.yml
appveyor.yml
version: 1.1.{build} os: Visual Studio 2015 environment: BOOST_ROOT: C:\Libraries\boost_1_59_0 BOOST_LIBDIR: C:\Libraries\boost_1_59_0\stage\lib platform: - Win32 - x64 configuration: - Debug - Release install: - cmd: cmake --help - cmd: msbuild /version clone_folder: C:\projects\json-voorhees before_bu...
version: 1.1.{build} os: Visual Studio 2015 environment: BOOST_ROOT: C:\Libraries\boost_1_59_0 BOOST_LIBDIR: C:\Libraries\boost_1_59_0\stage\lib platform: - Win32 - x64 configuration: - Debug - Release install: - cmd: cmake --help #- cmd: msbuild /version clone_folder: C:\projects\json-voorhees before_b...
Use the built-in Visual Studio solution.
AppVeyor: Use the built-in Visual Studio solution.
YAML
apache-2.0
venediktov/json-voorhees,venediktov/json-voorhees,tgockel/json-voorhees,tgockel/json-voorhees
8cad0d595f427854008f4ab809f77f09b9ee3351
pubspec.yaml
pubspec.yaml
name: wabbit version: 0.1.0 authors: - TrainerGuy22 <zeusintraining@gmail.com> - samrg472 <samrg472@gmail.com> description: A simple IRC bouncer written in Dart, with most functionality provided through plugins. homepage: https://github.com/wabbitbnc environment: sdk: '>=1.5.3' dependencies: args: '>=0.11.0+1 <0.12...
name: wabbit version: 0.1.0 authors: - TrainerGuy22 <zeusintraining@gmail.com> - samrg472 <samrg472@gmail.com> description: A simple IRC bouncer written in Dart, with most functionality provided through plugins. homepage: https://github.com/wabbitbnc environment: sdk: '>=1.5.8' dependencies: args: '>=0.12.0 <0.13.0...
Update 'args' dependency and make the SDK constraint >=1.5.8
Update 'args' dependency and make the SDK constraint >=1.5.8
YAML
mit
wabbitbnc/wabbit
75d8453aa5e505851b1458dbdddda525d3b72fbb
pubspec.yaml
pubspec.yaml
name: pub publish_to: none dependencies: # Note: Pub's test infrastructure assumes that any dependencies used in tests # will be hosted dependencies. analyzer: ^0.32.0 args: ^1.4.1 async: ^2.0.0 collection: ^1.8.0 crypto: ">=1.0.0 <3.0.0" http: ^0.11.0 http_multi_server: ">=1.0.0 <3.0.0" http_retry...
name: pub publish_to: none environment: sdk: ">=2.0.0 <3.0.0" dependencies: # Note: Pub's test infrastructure assumes that any dependencies used in tests # will be hosted dependencies. analyzer: ^0.33.0 args: ^1.4.1 async: ^2.0.0 collection: ^1.8.0 crypto: ">=1.0.0 <3.0.0" http: ^0.11.0 http_multi...
Update all of the obvious dependencies
Update all of the obvious dependencies
YAML
bsd-3-clause
dart-lang/pub,dart-lang/pub