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
b4d4ab4418be36c474b52edc41168b957d4defab
Magic/src/main/resources/examples/survival/crafting/magicbow.yml
Magic/src/main/resources/examples/survival/crafting/magicbow.yml
magicbow: output: magicbow output_type: wand group: "Wands" materials: o: nether_star i: bow h: magicheart row_1: o row_2: i row_3: h
magicbow: output: magicbow output_type: wand group: "Wands" materials: i: bow h: magicheart row_1: h row_2: i row_3: h
Change magic bow crafting recipe, no nether star
Change magic bow crafting recipe, no nether star
YAML
mit
elBukkit/MagicPlugin,elBukkit/MagicPlugin,elBukkit/MagicPlugin
c47c86b21eb254fe7deff7e9d69022caa0c10f96
.github/workflows/cucumber-ruby.yml
.github/workflows/cucumber-ruby.yml
# This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation. # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake # For more information see...
# This workflow uses actions that are not certified by GitHub. # They are provided by a third-party and are governed by # separate terms of service, privacy policy, and support # documentation. # This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake # For more information see...
Remove customized CUCUMBER_MESSAGE_STORE_URL in CI config
Remove customized CUCUMBER_MESSAGE_STORE_URL in CI config
YAML
mit
cucumber/cucumber-ruby,cucumber/cucumber-ruby,cucumber/cucumber-ruby
280493f04d0fc9f93601b7cde66da7facf13d229
.github/workflows/run-all-tests.yml
.github/workflows/run-all-tests.yml
name: run-all-tests on: [push] jobs: run-tests: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2.4.2 - name: Setup CMake uses: jwlawson/actions-setup-cmake@v1.12 with: cmake-version: '3.23.x' - name: Build CMake project run: | ...
name: run-all-tests on: [push] jobs: run-tests: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2.4.2 - name: Setup CMake uses: jwlawson/actions-setup-cmake@v1.12 with: cmake-version: '3.23.x' - name: Build CMake project run: |...
Fix indentation in Github Actions workflow.
Fix indentation in Github Actions workflow.
YAML
mit
kartikkumar/cppbase
6955c69dc728516896f681d7823a798279343193
.github/workflows/test-and-lint.yml
.github/workflows/test-and-lint.yml
name: Test and lint on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9.0-rc.2] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 ...
name: Test and lint on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: ...
Use Python 3.9 final in CI
Use Python 3.9 final in CI
YAML
mit
srittau/python-asserts
6b3ee6997840fe52bb67579039ca99cebdd341cc
jenkins/jobs/octavia.yaml
jenkins/jobs/octavia.yaml
- job-template: name: '{pipeline}-tempest-dsvm-octavia{job-suffix}' node: '{node}' wrappers: - build-timeout: timeout: 65 - timestamps builders: - link-logs - net-info - devstack-checkout - shell: | #!/bin/bash -xe export PYTHONUNBUFFER...
- job-template: name: '{pipeline}-tempest-dsvm-octavia{job-suffix}' node: '{node}' wrappers: - build-timeout: timeout: 65 - timestamps builders: - link-logs - net-info - devstack-checkout - shell: | #!/bin/bash -xe export PYTHONUNBUFFER...
Add Barbican and client to Octavia PROJECTS
Add Barbican and client to Octavia PROJECTS Adding the same list of PROJECTS in pre_test_hook of Octavia didn't help. It throws an error "Cloning is not allowed, please add in the job definition". This patch adds the same to Octavia PROJECTS. Change-Id: Id6d64c59233628aad3715a0b61d2377616073a49
YAML
apache-2.0
Tesora/tesora-project-config,openstack-infra/project-config,dongwenjuan/project-config,Tesora/tesora-project-config,dongwenjuan/project-config,openstack-infra/project-config
219d2b60b43265dbbc4c079ecdc9c23760c6b0ac
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.yml
name: Bug Report description: Bug report for RxJS core behavior. body: - type: textarea id: description attributes: label: Describe the bug description: | A clear and concise description of the behavior. validations: required: true - type: textarea id: expected-behavior ...
name: Bug Report description: Bug report for RxJS core behavior. body: - type: textarea id: description attributes: label: Describe the bug description: | A clear and concise description of the behavior. validations: required: true - type: textarea id: expected-behavior ...
Tweak label to be more clear
chore: Tweak label to be more clear
YAML
apache-2.0
martinsik/rxjs,martinsik/rxjs,ReactiveX/rxjs,ReactiveX/rxjs,martinsik/rxjs,ReactiveX/rxjs,martinsik/rxjs,ReactiveX/rxjs
a186aa0f5f0824fe86c76dc7af76a24b3064fa8a
.github/workflows/tests-yaml-lint.yml
.github/workflows/tests-yaml-lint.yml
name: YAML Lint on: [push, pull_request] jobs: yamllint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: config_data: "{extends: default, ignore: .github}"
name: YAML Lint on: [push, pull_request] jobs: yamllint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: yaml-lint uses: ibiqlik/action-yamllint@v3 with: config_data: "{extends: default, ignore: .github}"
Update actions/checkout action to v2
Update actions/checkout action to v2
YAML
apache-2.0
anarkiwi/faucet,REANNZ/faucet,REANNZ/faucet,mwutzke/faucet,faucetsdn/faucet,mwutzke/faucet,faucetsdn/faucet,anarkiwi/faucet
6b87b3b3105cd5b280d7d2584607b82ff07da22c
caf-audit/docs/_config.yml
caf-audit/docs/_config.yml
title: Audit email: caf-audit@hpe.com description: CAF Auditing Site Documentation baseurl: "https://github.com/CAFAudit/audit-service" # Build settings exclude: ['node_modules'] markdown: kramdown highlighter: rouge gems: ['jekyll-coffeescript', 'jekyll-watch', 'jekyll-assets', 'jekyll-paginate'] layouts_dir: ca...
title: Audit email: caf-audit@hpe.com description: CAF Auditing Site Documentation baseurl: "https://cafaudit.github.io/audit-service" # Build settings exclude: ['node_modules'] markdown: kramdown highlighter: rouge gems: ['jekyll-coffeescript', 'jekyll-watch', 'jekyll-assets', 'jekyll-paginate'] layouts_dir: caf...
Update base url for CAF Auditing Documentation site.
CAF-2447: Update base url for CAF Auditing Documentation site.
YAML
apache-2.0
CAFAudit/audit-service,CAFAudit/audit-service,CAFAudit/audit-service
e9a48e90132d00fa3241cc476810db3d062c0f7a
packages/si/simple-get-opt.yaml
packages/si/simple-get-opt.yaml
homepage: '' changelog-type: '' hash: f176a815405c40606638cf125d3f28af87aec82a27995fde9f745eba4c08064c test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A simple library for processing command-line options. changelog: '' basic-deps: base: <10 all-versions: - '0.1.0.0' author: Iavor S. Diatchki latest...
homepage: '' changelog-type: '' hash: 5331664091910dc9cb0cad6caca369fbb67457964ff0cbbbd5e10b03e7c43f23 test-bench-deps: {} maintainer: iavor.diatchki@gmail.com synopsis: A simple library for processing command-line options. changelog: '' basic-deps: base: <5 all-versions: - '0.1.0.0' - '0.2.0' author: Iavor S. Diatch...
Update from Hackage at 2018-11-21T20:01:47Z
Update from Hackage at 2018-11-21T20:01:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
8b25130d54bc3397bb675d91ec94b44d4d3502f6
.config/beets/config.yaml
.config/beets/config.yaml
directory: ~/media/music library: ~/media/music/musiclibrary.blb asciify_paths: yes import: move: yes write: yes languages: en log: ~/media/music/beets-log.txt match: preferred: countries: ['CA'] media: ['CD'] paths: default: $albumartist/$album%aunique{}/$track $title si...
directory: ~/media/music library: ~/media/music/musiclibrary.blb asciify_paths: yes import: move: yes write: yes languages: en log: ~/media/music/beets-log.txt match: preferred: countries: ['CA'] media: ['CD'] paths: default: $albumartist/$album%aunique{}/$track $title si...
Disable adding to IPFS by default
beets: Disable adding to IPFS by default
YAML
mit
musoke/dotfiles,musoke/dotfiles,musoke/dotfiles
d92cef8c3292c59e6ff8640bf70328e55720b8fc
packages/tr/tree-sitter-ql.yaml
packages/tr/tree-sitter-ql.yaml
homepage: https://github.com/tree-sitter/haskell-tree-sitter/tree/master/tree-sitter-ql changelog-type: markdown hash: f04f1b0dd281071651f7ff443881ea71e34da384f0ed82b851707c7b7ad5f37d test-bench-deps: {} maintainer: rewinfrey@github.com synopsis: Tree-sitter grammar/parser for QL changelog: | # v0.1.0.0 * add tree...
homepage: https://github.com/tree-sitter/haskell-tree-sitter/tree/master/tree-sitter-ql changelog-type: markdown hash: 3f02c7f87c192218498509b3360d60691e4ebf73d757746d2c8a0c379ad4e9d9 test-bench-deps: {} maintainer: rewinfrey@github.com synopsis: Tree-sitter grammar/parser for QL changelog: | # v0.1.0.1 * Bump tre...
Update from Hackage at 2020-03-05T01:46:28Z
Update from Hackage at 2020-03-05T01:46:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
bfe157f34b3b72ef01292e24ba7041d19ed1fe93
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Clear up some space on runner run: | dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100 df -h sudo apt-get remove -y '^ghc-8.*' sudo apt-get remove -y '^dotnet...
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - name: Clear up some space on runner run: | dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -n | tail -n 100 df -h sudo apt-get remove -y '^dotnet-.*' sudo apt-get remove -y '^ghc-...
Remove more packages to free space on CI server
Remove more packages to free space on CI server
YAML
mit
deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playground,deniscostadsc/playgr...
1fa1d40ca40e4dc429c0ad742c33ce594c4a86cb
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: superflore-ci on: push: branches: ['master'] pull_request: jobs: build: strategy: matrix: os: [ubuntu-18.04, ubuntu-20.04] python: [3.6, 3.7, 3.8, 3.9] name: superflore tests runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - ...
name: superflore-ci on: push: branches: ['master'] pull_request: jobs: build: strategy: matrix: os: [ubuntu-18.04, ubuntu-20.04] python: [3.6, 3.7, 3.8, 3.9] name: superflore tests runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - ...
Use python3-rosdep to provide the rosdep utility.
Use python3-rosdep to provide the rosdep utility.
YAML
apache-2.0
ros-infrastructure/superflore,ros-infrastructure/superflore
1742c3f122bbfb6c79eaa9edad386e262c902c97
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: push: pull_request: schedule: - cron: '0 0 * * 0' jobs: ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.5' - '2.6' - '2.7' - '3.0' rails-version: - '6.0' - '6.1' env: TEST_RAILS_VERSION: ${{ ...
name: CI on: push: pull_request: schedule: - cron: '0 0 * * 0' jobs: ci: runs-on: ubuntu-latest strategy: matrix: ruby-version: - '2.5' - '2.6' - '2.7' - '3.0' rails-version: - '6.0' - '6.1' env: TEST_RAILS_VERSION: ${{ ...
Add timeout-minutes to setup-ruby job
Add timeout-minutes to setup-ruby job
YAML
mit
ManageIQ/ovirt_metrics,ManageIQ/ovirt_metrics
28c2fb0132bba8c1c26658de392ea96ec63dfd23
.github/workflows/php.yml
.github/workflows/php.yml
name: Continuous Integration on: - pull_request - push jobs: tests: name: Tests runs-on: ubuntu-latest strategy: matrix: php-version: - "7.2" - "7.3" - "7.4" - "8.0" dependencies: - lowest - highest steps: ...
name: Continuous Integration on: - pull_request - push jobs: tests: name: Tests runs-on: ubuntu-latest strategy: matrix: php-version: - "7.2" - "7.3" - "7.4" - "8.0" dependencies: - lowest - highest steps: ...
Remove composer validation from github action
Remove composer validation from github action
YAML
bsd-3-clause
sigma-z/Jentin,sigma-z/Jentin
6cfc25a0a02d3a9a6e2117b8ca26c9b14730c684
Tests/Functionnal/src/Acme/AppBundle/DataFixtures/Fixtures/ORM/Blog/pattern.yml
Tests/Functionnal/src/Acme/AppBundle/DataFixtures/Fixtures/ORM/Blog/pattern.yml
Victoire\Bundle\BusinessPageBundle\Entity\BusinessTemplate: pattern_article: name: "{{item.name}}" slug: "{{item.slug}}" businessEntityId: article author: @anakin locale: fr template: @template_base status: published parent: @blog-jedi-network ...
Victoire\Bundle\BlogBundle\Entity\ArticleTemplate: pattern_article: name: "{{item.name}}" slug: "{{item.slug}}" businessEntityId: article author: @anakin locale: fr template: @template_base status: published parent: @blog-jedi-network published...
Update fixture for tests travis
Update fixture for tests travis
YAML
mit
gregumo/victoire,talbotseb/victoire,gregumo/victoire,talbotseb/victoire,alexislefebvre/victoire,paulandrieux/victoire,MadeWilson/victoire,vincent-chapron/victoire,Victoire/victoire,alexislefebvre/victoire,Charlie-Lucas/victoire,Charlie-Lucas/victoire,paulandrieux/victoire,lenybernard/victoire,Victoire/victoire,lenybern...
24223a5f55a9ce4e5159c5db911371ac6f95cb28
demo/config/pod.yaml
demo/config/pod.yaml
apiVersion: v1 kind: Pod metadata: labels: name: blog name: blog-pod spec: containers: - name: git-sync image: gcr.io/google_containers/git-sync imagePullPolicy: Always volumeMounts: - name: markdown mountPath: /git env: - name: GIT_SYNC_REPO value: https://github.com/Goo...
apiVersion: v1 kind: Pod metadata: labels: name: blog name: blog-pod spec: containers: - name: git-sync image: gcr.io/google_containers/git-sync imagePullPolicy: Always volumeMounts: - name: markdown mountPath: /git env: - name: GIT_SYNC_REPO value: https://github.com/Goo...
Add runAsUser to demo example
Add runAsUser to demo example Fixes #32
YAML
apache-2.0
kubernetes/git-sync,kubernetes/git-sync
f970bc0f139af87f2cf554024c4064a777528e90
.github/workflows/ha-config-check.yml
.github/workflows/ha-config-check.yml
name: "Run action" on: push: branch: - master pull_request: branch: - master jobs: check: name: Home Assistant Config Check runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Create ssh key file run: | touch ./fake_id_rsa ...
name: "Run action" on: push: branch: - master pull_request: branch: - master jobs: check: name: Home Assistant Config Check runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 # touch files - name: Create ssh key file run: tou...
Add custom components to action
Add custom components to action
YAML
mit
rtvb/home-assistant-config
c169f355757e705bdbe3ba5785739d29a45b17af
.github/workflows/publish-package.yml
.github/workflows/publish-package.yml
name: Publish Package on: push: branches: - 'master' paths-ignore: - 'docs/**' env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 jobs: publish: runs-on: 'windows-latest' steps: - uses: actions/checkout@v2 with: fetch-depth: 100 - name...
name: Publish Package on: push: branches: - 'master' paths-ignore: - 'docs/**' env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true DOTNET_CLI_TELEMETRY_OPTOUT: 1 jobs: publish: runs-on: 'windows-latest' steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - name: ...
Fix all git history (for MinVer).
Fix all git history (for MinVer).
YAML
mit
mysql-net/MySqlConnector,mysql-net/MySqlConnector
8f6003ff0ddfb758adc36ab03605591722236f07
versions.yml
versions.yml
version: 1.2.0-rc.2 aproVersion: 0.11.0 qotmVersion: 1.7 quoteVersion: 0.3.0
version: 1.2.0 aproVersion: 0.11.0 qotmVersion: 1.7 quoteVersion: 0.3.0
Update version numbers for v1.2.0
Update version numbers for v1.2.0
YAML
apache-2.0
datawire/ambassador,datawire/ambassador,datawire/ambassador,datawire/ambassador,datawire/ambassador
35492a028598340660c4a0b7fd64b4f896f20907
packages/pi/picosat.yaml
packages/pi/picosat.yaml
homepage: https://github.com/sdiehl/haskell-picosat changelog-type: '' hash: e9e0c9681478d8712c007542688b7fd4521e22f7db4830e51c72443da8744bcf test-bench-deps: rdtsc: -any base: -any picosat: -any containers: -any transformers: -any random: -any maintainer: stephen.m.diehl@gmail.com synopsis: Bindings to the...
homepage: https://github.com/sdiehl/haskell-picosat changelog-type: '' hash: e0626c0ae0218ad24d97b7ec509aecaa9334ac30a3099e470260bf52db84d2f1 test-bench-deps: rdtsc: -any base: -any picosat: -any containers: -any transformers: -any random: -any maintainer: stephen.m.diehl@gmail.com synopsis: Bindings to the...
Update from Hackage at 2018-11-20T13:36:29Z
Update from Hackage at 2018-11-20T13:36:29Z
YAML
mit
commercialhaskell/all-cabal-metadata
2e33e2fdd6b98efed854e4c3f8036349dbc3fd4a
.appveyor.yml
.appveyor.yml
version: "{branch}-ci-{build}" image: Visual Studio 2019 branches: only: - master platform: - mingw32 - mingw64 install: - set PATH=C:\msys64\%platform%;C:\msys64\%platform%\bin;C:\projects\deps\ninja;C:\Libraries\boost_1_71_0;%PATH% before_build: - git submodule update --init build_script: - mkdir build &...
version: "{branch}-ci-{build}" image: Visual Studio 2019 branches: only: - master platform: - mingw32 - mingw64 install: - set PATH=C:\msys64\%platform%;C:\msys64\%platform%\bin;C:\projects\deps\ninja;C:\Libraries\boost_1_73_0;%PATH% before_build: - git submodule update --init build_script: - mkdir build &...
Update Boost version on Appveyor
Update Boost version on Appveyor
YAML
mit
MIPT-ILab/mipt-mips,MIPT-ILab/mipt-mips-2015,MIPT-ILab/mipt-mips-2015,MIPT-ILab/mipt-mips-2015,MIPT-ILab/mipt-mips,MIPT-ILab/mipt-mips-2015
5501f12f2380d81ab66468f065b5d1dacb38cd32
playbooks/wheel/pre.yaml
playbooks/wheel/pre.yaml
- hosts: all roles: - legacy-install-afs-with-puppet - legacy-copy-project-config-scripts
- hosts: all roles: - role: bindep bindep_profile: test bindep_dir: "src/{{ zuul.project.canonical_name }}" - legacy-install-afs-with-puppet - legacy-copy-project-config-scripts
Add bindep support for build-wheel-mirror job
Add bindep support for build-wheel-mirror job Our wheels will end up requiring dependencies, so add support for bindep. Change-Id: Ifa73ba475284ac8435ba29ffaf228a54dce59b09 Signed-off-by: Paul Belanger <e7139c8e6c4ea75cc1c287ce081b2dc0f3ab39ec@redhat.com>
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
13788787a030aafdeb5a5fb5b55c2fd8417b6502
core/cibox-project-builder/files/drupal8/scripts/devops.yml
core/cibox-project-builder/files/drupal8/scripts/devops.yml
--- - hosts: localhost connection: local gather_facts: no vars: scan_security: false roles: - { role: devops/roles/cibox-security-testing, when: scan_security == true }
--- - hosts: localhost connection: local gather_facts: no vars: scan_security: false roles: # - { role: devops/roles/cibox-security-testing, when: scan_security == true }
Disable security for Drupal 8
Disable security for Drupal 8
YAML
bsd-3-clause
Sanchiz/cibox,valthebald/cibox,valthebald/cibox,valthebald/cibox,ey-/cibox,propeoplemd/cibox,PavelLoparev/cibox,Sanchiz/cibox,propeopleua/cibox,valthebald/cibox,propeoplemd/cibox,propeopleua/cibox,propeopleua/cibox,ygerasimov/cibox-1,PavelLoparev/cibox,ygerasimov/cibox-1,propeopleua/cibox,valthebald/cibox,Sanchiz/cibox...
9fd4f0697efbc4373efd2c62304f5e836e51c0ed
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: static/redac webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: config.yaml label: Configuration upload_dir: '' public_path: '' front_matter_path: http...
--- new_page_extension: md auto_deploy: false admin_path: static/redac webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: config.yaml label: Configuration upload_dir: '' public_path: '' front_matter_path: http...
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
18a1758ca8a8685c5067d7ee1dffa1fa77e550fa
config/feature_toggles.yml
config/feature_toggles.yml
# Add feature toggles with the format: # <feature_name>: off|dev|release show_licensing_overview_success_rate: release show_licensing_visitors_realtime: release show_fco_visitors_realtime: dev fco_dashboards: dev hmrc_dashboards: dev lpa_dashboard: dev lpa_dashboard_completion_rate: dev lpa_dashboard_application_method...
# Add feature toggles with the format: # <feature_name>: off|dev|release show_licensing_overview_success_rate: release show_licensing_visitors_realtime: release show_fco_visitors_realtime: dev fco_dashboards: dev hmrc_dashboards: dev lpa_dashboard: release lpa_dashboard_completion_rate: release lpa_dashboard_applicatio...
Switch on LPA feature toggles
Switch on LPA feature toggles
YAML
mit
gds-attic/limelight,gds-attic/limelight,gds-attic/limelight
f6da4c206723cd803a1ffcf90ba4e505ac744607
docker-compose.yml
docker-compose.yml
version: '3.1' services: goodline_ip: build: . restart: "no" environment: LOG_LEVEL: 1 PRETTY_XMLTV: "True" volumes: - './iptv:/var/lib/goodline_iptv'
version: '3.1' services: goodline_iptv: build: . restart: "no" environment: LOG_LEVEL: 1 PRETTY_XMLTV: "True" volumes: - './iptv:/var/lib/goodline_iptv'
Change service name in compose file
Change service name in compose file
YAML
mit
nsadovskiy/goodline_tv
d3d0092e6fa6c4b8b3cb00f910c8d7b2099549ff
docker-compose.yml
docker-compose.yml
version: '3' services: db: image: mysql:5.5 environment: - MYSQL_ROOT_PASSWORD=docker - MYSQL_DATABASE=ddcz web: build: . command: python3 manage.py runserver 0.0.0.0:8000 volumes: - .:/code ports: - "8000:8000" depends_on: - db links: - db:db
version: '3' services: # db: # build: ./db-image/. # image: mysql:5.5 # command: --default-authentication-plugin=mysql_native_password # environment: # - MYSQL_ROOT_PASSWORD=docker # - MYSQL_DATABASE=ddcz db: image: mysql:5.5 environment: - MYSQL_ROOT_PASSWORD=docker ...
Synchronize MYSQL_DATABASE with local default
fix: Synchronize MYSQL_DATABASE with local default
YAML
mit
dracidoupe/graveyard,dracidoupe/graveyard,dracidoupe/graveyard,dracidoupe/graveyard
2f632e7c21cfc63ac356e19812b3c1847f64cfed
docker-compose.yml
docker-compose.yml
version: '2' services: web: build: . ports: - "8080:8080" links: - postgres-db environment: - 'SPRING_APPLICATION_JSON={"spring":{"profiles": {"active": "dev"}, "datasource":{"username": "postgres", "url": "jdbc:postgresql://postgres-db:5432/postgres"}}}' postgres-db: image: postgres...
version: '2' services: web: build: . ports: - "8080:8080" links: - postgres-db environment: - 'SPRING_APPLICATION_JSON={"spring":{"profiles": {"active": "dev"}, "datasource":{"username": "postgres", "url": "jdbc:postgresql://postgres-db:5432/postgres"}}}' postgres-db: image: registry...
Use postgres image from pierone
Use postgres image from pierone
YAML
mit
zalando/pazuzu-registry
62ef6b0ebd2a5157c096ddbf7411554c4486a546
docker-compose.yml
docker-compose.yml
web: build: spendb/Dockerfile command: spendb runserver ports: - "5000:5000" links: - db db: image: postgres:9.4 environment: POSTGRES_USER: spendb POSTGRES_PASSWORD: spendb expose: - "5432" volumes: - /srv/spendb/db:/var/lib/postgresql ...
web: build: . command: gunicorn -w 5 spendb.wsgi:app ports: - "8000:8000" links: - db - worker db: image: postgres:9.4 environment: - POSTGRES_USER= spendb - POSTGRES_PASSWORD= spendb expose: - "5432" volumes: - /srv/spendb/db:/var/li...
Add database, worker, rabbitmq to compose
Add database, worker, rabbitmq to compose use local files for build use gunicorn for server
YAML
agpl-3.0
openspending/spendb,johnjohndoe/spendb,openspending/spendb,johnjohndoe/spendb,pudo/spendb,pudo/spendb,johnjohndoe/spendb,spendb/spendb,pudo/spendb,openspending/spendb,CivicVision/datahub,CivicVision/datahub,spendb/spendb,spendb/spendb,CivicVision/datahub
3efde500287e3a82bc8d25ceda37c94bf4029448
docker-compose.yml
docker-compose.yml
version: "3.7" services: web: build: context: . dockerfile: .docker/ruby/Dockerfile command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'" depends_on: - postgres - redis environment: - SPROCKETS_CACHE=/cache volumes: - ./:/app ...
version: "3.7" services: web: build: context: . dockerfile: .docker/ruby/Dockerfile command: bash -c "rm -f tmp/pids/server.pid && bundle exec rails s -p 3000 -b '0.0.0.0'" depends_on: - postgres - redis environment: - SPROCKETS_CACHE=/cache volumes: - ./:/app ...
Store Postgres data in volume
Store Postgres data in volume
YAML
agpl-3.0
Retrospring/retrospring,Retrospring/retrospring,Retrospring/retrospring,Retrospring/retrospring,Retrospring/retrospring
b08630afae630af33c9ac9a68e75451b74dc8022
upgrade/upgrade_2x/tasks/stopsfservices.yml
upgrade/upgrade_2x/tasks/stopsfservices.yml
--- # Stop all service mariadb, gerrit, ... - name: Stop services service: name={{ item }} state=stopped ignore_errors: yes with_items: - monit - httpd - jenkins - zuul - zuul-merger - nodepool - gerrit - etherpad - lodgeit - mariadb - gerritbot - grafana-server ...
--- # Stop all service mariadb, gerrit, ... - name: Stop services service: name={{ item }} state=stopped ignore_errors: yes with_items: - monit - httpd - jenkins - zuul - zuul-merger - nodepool - gerrit - etherpad - lodgeit - mariadb - gerritbot - grafana-server ...
Add repoxplorer srv that was missing from the srvs to be stopped
upgrade: Add repoxplorer srv that was missing from the srvs to be stopped Change-Id: Ie11444e169af61e11cd9e8065c05458ab073b99c
YAML
apache-2.0
enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory
4b3f3c7c737b5b54d1089c30acbfca1fa3ece172
ansible/roles/deployka/tasks/main.yml
ansible/roles/deployka/tasks/main.yml
- name: install cpanminus apt: name=cpanminus state=present - name: install make apt: name=make - name: install deployka Perl module cpanm: name=git://github.com/alexclear/de-ployka.git
- name: install cpanminus apt: name=cpanminus state=present - name: install make apt: name=make - name: install deployka Perl module cpanm: name=git://github.com/alexclear/de-ployka.git - name: delete config from a previous test run file: dest=/etc/deployka.yml state=absent - name: invoke the tool without p...
Add a set of tests
Add a set of tests
YAML
mit
alexclear/de-ployka,alexclear/de-ployka
14667b1a3af39ee7e69c57d3aba00e52c4e1d258
.github/workflows/main-openjdk_lts-linux.yml
.github/workflows/main-openjdk_lts-linux.yml
name: main-openjdk_lts-linux on: push: branches: [ develop, feature/*, release/* ] pull_request: branches: [ develop ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: JDK uses: actions/setup-java@v1 with: java-version: 11 ...
name: main-openjdk_lts-linux on: push: branches: [ develop, feature/*, release/* ] pull_request: branches: [ develop ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: JDK uses: actions/setup-java@v1 with: java-version: 17 ...
Use correct JDK version in GH Actions
Use correct JDK version in GH Actions
YAML
isc
io7m/jmurmur
1c7d8169d88d6c026865c8f6619564676743bf11
manifest-generation/bosh-lite-stubs/instance-count-overrides.yml
manifest-generation/bosh-lite-stubs/instance-count-overrides.yml
instance_count_overrides: - name: access_z2 instances: 1 - name: access_z3 instances: 0 - name: brain_z2 instances: 0 - name: cc_bridge_z2 instances: 0 - name: cell_z2 instances: 0 - name: etcd_z2 instances: 0 - name: etcd_z3 instances: 0 - name: route_emitter_z2 instance...
instance_count_overrides: - name: access_z2 instances: 0 - name: access_z3 instances: 0 - name: brain_z2 instances: 0 - name: cc_bridge_z2 instances: 0 - name: cell_z2 instances: 0 - name: etcd_z2 instances: 0 - name: etcd_z3 instances: 0 - name: route_emitter_z2 instance...
Disable access_z2 for default bosh-lite configuration
Disable access_z2 for default bosh-lite configuration
YAML
apache-2.0
cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release
488563663af2cef9b1d0936701798d207958759e
bosh-lite/v1-dummy-broker-stub.yml
bosh-lite/v1-dummy-broker-stub.yml
director_uuid: PLACEHOLDER-DIRECTOR-UUID jobs: - name: acceptance-tests properties: cf: admin_username: admin admin_password: admin skip_ssl_validation: true properties: domain: 10.244.0.34.xip.io nats: user: nats password: nats address: 10.244.0.6 port: 4222 ...
director_uuid: PLACEHOLDER-DIRECTOR-UUID jobs: - name: acceptance-tests properties: cf: admin_username: admin admin_password: admin skip_ssl_validation: true properties: domain: 10.244.0.34.xip.io app_domains: - (( domain )) nats: user: nats password: nats add...
Fix stub to generate bosh-lite manifest
Fix stub to generate bosh-lite manifest
YAML
apache-2.0
cloudfoundry-incubator/v1-dummy-broker-release,cloudfoundry-attic/v1-dummy-broker-release,cloudfoundry-incubator/v1-dummy-broker-release,cloudfoundry-attic/v1-dummy-broker-release,cloudfoundry-attic/v1-dummy-broker-release,cloudfoundry-attic/v1-dummy-broker-release,cloudfoundry-incubator/v1-dummy-broker-release,cloudfo...
ea3a827293de01178ab3cad8b67ecd81df10a167
tests/test.yml
tests/test.yml
--- - hosts: all sudo: true vars: git_install_from_source: true git_install_from_source_force_update: true git_version: 2.9.3 curl_configure_flags: - disable-shared - with-ssl install_ivm: true install_iojs: true node_version: 7.9.0 node_versions: - 1.0.0 - 2...
--- - hosts: all sudo: true vars: git_install_from_source: true git_install_from_source_force_update: true git_version: 2.9.3 curl_configure_flags: - disable-shared - with-ssl install_ivm: true install_iojs: true node_version: 7.9.0 node_versions: - 1.0.0 - 2...
Add pre_task to clear apt cache
Add pre_task to clear apt cache
YAML
mit
fubarhouse/ansible-role-nodejs,fubarhouse/fubarhouse.npm
85fd3615dc9b11293bee7297e736097622f38d67
bin/conda/python-clang/meta.yaml
bin/conda/python-clang/meta.yaml
package: name: python-clang version: "3.8.1" source: fn: cfe-3.8.1.src.tar.xz url: http://llvm.org/releases/3.8.1/cfe-3.8.1.src.tar.xz build: number: 0 about: home: http://www.llvm.org/ license: The University of Illinois/NCSA Open Source License requirements: build: - python - python-dev ...
package: name: python-clang version: "3.8.1" source: fn: cfe-3.8.1.src.tar.xz url: http://llvm.org/releases/3.8.1/cfe-3.8.1.src.tar.xz build: number: 0 about: home: http://www.llvm.org/ license: The University of Illinois/NCSA Open Source License requirements: build: - python - python-dev ...
Update recipe for python-clang on Windows
Update recipe for python-clang on Windows
YAML
apache-2.0
StatisKit/StatisKit,StatisKit/StatisKit
28e781c2f023964f03b4bfdd2c589bfe98414c8f
roles/wildfly/defaults/main.yml
roles/wildfly/defaults/main.yml
--- wildfly_version: 10.1.0.Final wildfly_url: http://download.jboss.org/wildfly/{{ wildfly_version }}/wildfly-{{ wildfly_version }}.tar.gz wildfly_prefix: /usr/local wildfly_user: wildfly wildfly_group: dtb java_initial_memory: 512m java_maximum_memory: 2048m java_metaspace_size: 384M java_maximum_metaspace_size: 512M...
--- wildfly_version: 10.1.0.Final wildfly_url: http://download.jboss.org/wildfly/{{ wildfly_version }}/wildfly-{{ wildfly_version }}.tar.gz wildfly_prefix: /usr/local wildfly_user: wildfly wildfly_group: dtb java_initial_memory: 1G java_maximum_memory: 2G java_metaspace_size: 384M java_maximum_metaspace_size: 512M java...
Increase initial memory for wildfly
Increase initial memory for wildfly
YAML
mit
sbsdev/sbs-infrastructure
87d9fcd92091214be60641d829a884f9243abe4c
packages/as/assoc.yaml
packages/as/assoc.yaml
homepage: '' changelog-type: markdown hash: 305770dfe76319749f704a1f23240f806d22905dae1aa54e6d57dc747662dae0 test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: ! 'swap and assoc: Symmetric and Semigroupy Bifunctors' changelog: | ## 1.0.1 - Add `Assoc Const` and `Tagged` instances basic-de...
homepage: '' changelog-type: markdown hash: 0be532f389dcaf4969c9e1066e1dca41b08ca4272d1b88450f552281d93106cb test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: 'swap and assoc: Symmetric and Semigroupy Bifunctors' changelog: | ## 1.0.2 - Add 'Swap' instances for more n-tuples ## 1.0.1 ...
Update from Hackage at 2020-08-09T11:05:16Z
Update from Hackage at 2020-08-09T11:05:16Z
YAML
mit
commercialhaskell/all-cabal-metadata
d452e7231b689eeac2acb7d35ed10eaffbb8aa7c
packages/hs/hs2ps.yaml
packages/hs/hs2ps.yaml
homepage: '' changelog-type: markdown hash: b00330b9db7bc80535c2a94dc26fd5b2e98533871ee5943451c49028b8395390 test-bench-deps: base: ! '>=4.7 && <5' hspec: -any hs2ps: -any template-haskell: ! '>=2.14.0.0 && <3' maintainer: williamrusnack@gmail.com synopsis: Translate Haskell types to PureScript changelog: | #...
homepage: '' changelog-type: markdown hash: 5a92441533def9b7a25c268b765a5a86762306ddedc535f844da66ac0bbdd282 test-bench-deps: base: ! '>=4.7 && <5' hspec: -any hs2ps: -any template-haskell: ! '>=2.14.0.0 && <3' maintainer: williamrusnack@gmail.com synopsis: Translate Haskell types to PureScript changelog: | #...
Update from Hackage at 2020-02-14T19:50:06Z
Update from Hackage at 2020-02-14T19:50:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
d42d9088a6dbd5d724aadb1dafa5e9de83a727c6
packages/ix/ixset.yaml
packages/ix/ixset.yaml
homepage: http://happstack.com changelog-type: '' hash: b51a990fef4f8e82b0f508765a4a19b124df6cb320e64e841f9fc51d58b7ff74 test-bench-deps: Cabal: ! '>=1.10' base: -any ixset: -any HUnit: -any containers: -any random: -any QuickCheck: -any maintainer: Happstack team <happs@googlegroups.com> synopsis: Effici...
homepage: http://happstack.com changelog-type: '' hash: be27159a55e8a81b7b50a27a6ca5bb56a145296877ae4551a43c06b75256103a test-bench-deps: Cabal: ! '>=1.10' base: -any ixset: -any HUnit: -any containers: -any random: -any QuickCheck: -any maintainer: Happstack team <happs@googlegroups.com> synopsis: Effici...
Update from Hackage at 2019-12-09T00:09:58Z
Update from Hackage at 2019-12-09T00:09:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
132c84c26028f3fbd265fa03fb173d13b012b2df
tasks/packages.yml
tasks/packages.yml
--- # # Copyright (c) 2014 Davide Guerri <davide.guerri@gmail.com> # # 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 ap...
--- # # Copyright (c) 2014 Davide Guerri <davide.guerri@gmail.com> # # 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 ap...
Fix "Install Nova Conductor" task name case
Fix "Install Nova Conductor" task name case
YAML
apache-2.0
openstack-ansible-galaxy/openstack-nova_conductor
01edb1bbf02ee753f19bf85ad2e266c358988f71
roles/ntp/tasks/main.yml
roles/ntp/tasks/main.yml
- name: Enable ntp service become: yes command: /usr/bin/timedatectl set-ntp true tags: - ntp
# Equivalent /usr/bin/timedatectl set-ntp true # https://wiki.archlinux.org/index.php/systemd-timesyncd - name: Enable ntp service become: yes service: name: systemd-timesyncd.service enabled: yes state: started tags: - ntp
Use service module instead of command
Use service module instead of command
YAML
mit
henrik-farre/ansible,henrik-farre/ansible,henrik-farre/ansible
fa0a38d90282917ad96c411b7d4cc108a194815e
spec/fixtures/organizations.yml
spec/fixtures/organizations.yml
acme: name: ACME foo_inc: name: Foo Inc.
acme: name: ACME foo_inc: name: Foo Inc. no_order_org: name: No Order Org
Add an organization with no orders
Add an organization with no orders
YAML
mit
on-site/StockAid,on-site/StockAid,on-site/StockAid
aa920255a0658e380e1dcb3b1bf6f436a275ad48
src/kubernetes/prometheus-proxy/prometheus-proxy-deployment.yaml
src/kubernetes/prometheus-proxy/prometheus-proxy-deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: prometheus-proxy labels: app: prometheus-proxy spec: # replicas: 3 selector: matchLabels: app: prometheus-proxy template: metadata: labels: app: prometheus-proxy spec: serviceAccountName: prometheus-proxy conta...
apiVersion: apps/v1 kind: Deployment metadata: name: prometheus-proxy labels: app: prometheus-proxy spec: # replicas: 3 selector: matchLabels: app: prometheus-proxy template: metadata: labels: app: prometheus-proxy spec: serviceAccountName: prometheus-proxy conta...
Remove comments from prom proxy config
Remove comments from prom proxy config
YAML
apache-2.0
spring-cloud/spring-cloud-dataflow,ilayaperumalg/spring-cloud-dataflow,spring-cloud/spring-cloud-data,jvalkeal/spring-cloud-data,spring-cloud/spring-cloud-data,spring-cloud/spring-cloud-dataflow,markpollack/spring-cloud-dataflow,cppwfs/spring-cloud-dataflow,markpollack/spring-cloud-dataflow,jvalkeal/spring-cloud-datafl...
260bf3eed772ee2a42e0aac7d157a077e867106e
.github/workflows/copy-pr-template-to-dependabot-prs.yaml
.github/workflows/copy-pr-template-to-dependabot-prs.yaml
name: Copy PR template to Dependabot PRs on: pull_request_target: types: [opened] jobs: copy_pr_template: runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - uses: actions/checkout@v3 - name: Fetch PR template id: fetch-pr-template uses: juliangruber/re...
name: Copy PR template to Dependabot PRs on: pull_request_target: types: [opened] permissions: contents: read pull-requests: write jobs: copy_pr_template: name: Copy PR template to Dependabot PR runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]' steps: - uses: actions/chec...
Create workflow to copy PR template onto Dependabot PRs
Create workflow to copy PR template onto Dependabot PRs
YAML
mit
alphagov/contacts-admin,alphagov/contacts-admin,alphagov/contacts-admin
d6eaa72723b9c3d46e941a07261d7db2578390ad
data/fixtures/010_navigation.yml
data/fixtures/010_navigation.yml
Navigation: secure_global_navigation_album: type: "secure_global" uri: "@album_list" sort_order: 25 Translation: en: caption: "Album" ja_JP: caption: "アルバム" default_navigation_album: type: "default" uri: "@album_list_mine" sort_order: 15 Translation: ...
Navigation: secure_global_navigation_album: type: "secure_global" uri: "@album_list" sort_order: 25 Translation: en: caption: "Album" ja_JP: caption: "アルバム" default_navigation_album: type: "default" uri: "@album_list_mine" sort_order: 15 Translation: ...
Set AlbumList_link to mobile_frontend's home.
Set AlbumList_link to mobile_frontend's home.
YAML
apache-2.0
openpne-ospt/opAlbumPlugin
8f1d18e2e651476951272b515f380c205ca751b4
app/config/config_dev.yml
app/config/config_dev.yml
imports: - { resource: config.yml } framework: router: { resource: "%kernel.root_dir%/config/routing_dev.yml" } profiler: { only_exceptions: false } web_profiler: toolbar: true intercept_redirects: false monolog: handlers: main: type: stream path: %kernel.l...
imports: - { resource: config.yml } framework: router: { resource: "%kernel.root_dir%/config/routing_dev.yml" } profiler: { only_exceptions: false } web_profiler: toolbar: true intercept_redirects: false monolog: handlers: main: type: stream path: %kernel.l...
Add firephp log output by default in dev config
Add firephp log output by default in dev config
YAML
mit
black-project/black-standard,ctrl-f5/symfony-standard,Koc/symfony-standard,symfony2-od-podstaw/26-01-sf21,sebhoerl/CustomRouterExample,arnaud-lb/sfbootstrap,mqmtech/show-app,cordoval/symfony-gae,trycatch-au/Informative-Workspaces,chebetos/SymfonyTest,tdd-php/football,phiamo/symfony-bootstrap,lanthaler/sfHydraDemoApp,ae...
dbc972e2216c9e50adf4359f5dca9e225b63f8f9
packages/iv/ivory-opts.yaml
packages/iv/ivory-opts.yaml
homepage: http://ivorylang.org changelog-type: '' hash: f64e49dfa4b60729864f1a33acfb53df1465c19b200a92786537d4cf6f96c1d6 test-bench-deps: {} maintainer: leepike@galois.com synopsis: Ivory compiler optimizations. changelog: '' basic-deps: data-reify: ! '>=0.6' base: ! '>=4.7 && <5' ivory: ! '>=0.1.0.5' filepath:...
homepage: http://ivorylang.org changelog-type: '' hash: af13e018c7c29b8835f1f407b5cdad09b8ebd76260681f4bf3cb63e888b9a02f test-bench-deps: {} maintainer: leepike@galois.com synopsis: Ivory compiler optimizations. changelog: '' basic-deps: data-reify: ! '>=0.6' base: ! '>=4.7 && <5' ivory: -any filepath: -any d...
Update from Hackage at 2018-07-18T15:52:37Z
Update from Hackage at 2018-07-18T15:52:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
ad865980b8190201a8de3a9b1a4bee540bac78fb
src/OpenConext/EngineBlockBundle/Resources/config/routing/service_provider.yml
src/OpenConext/EngineBlockBundle/Resources/config/routing/service_provider.yml
authentication_sp_consume_assertion: path: /authentication/sp/consume-assertion methods: [GET,POST] # GET is allowed on purpose to present a meaningful error message. defaults: _controller: engineblock.controller.authentication.service_provider:consumeAssertionAction authentication_sp_process_...
authentication_sp_consume_assertion: path: /authentication/sp/consume-assertion methods: [POST] defaults: _controller: engineblock.controller.authentication.service_provider:consumeAssertionAction authentication_sp_process_consent: path: /authentication/sp/process-consent methods: ...
Allow only POST requests on /sp/consume-assertion
Allow only POST requests on /sp/consume-assertion We stated that GET was also allowed in order to render more user friendly error reports. That was not at all the case. In a recent effort error reporting regarding disallowed request methods was improved. So we can now start enforcing POST requests on the ACS endpoint...
YAML
apache-2.0
thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock
21ef8678134ffa368d19a8d8b952ae1f44d63dce
packages/pi/pipes-misc.yaml
packages/pi/pipes-misc.yaml
homepage: https://github.com/louispan/pipes-misc#readme changelog-type: '' hash: a1913d7693dd44016246653a02a986afdeb52fd164866450775108242ece9b72 test-bench-deps: base: ! '>=4.7 && <5' hspec: ! '>=2 && <3' pipes-misc: -any lens: ! '>=4 && <5' pipes: ! '>=4 && <5' transformers: ! '>=0.4 && <0.6' maintainer: ...
homepage: https://github.com/louispan/pipes-misc#readme changelog-type: '' hash: 1913b6b2381ee0ed7fe19f6a7bcbba903b4cf46b67615028212bae7ba163adeb test-bench-deps: base: ! '>=4.7 && <5' hspec: ! '>=2 && <3' pipes-misc: -any lens: ! '>=4 && <5' pipes: ! '>=4 && <5' transformers: ! '>=0.4 && <0.6' maintainer: ...
Update from Hackage at 2017-01-30T12:46:22Z
Update from Hackage at 2017-01-30T12:46:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
e405762c81d738a02695121e5d31a9d4b6e0c418
docs/includes/apiargs-MongoDBCollection-method-updateOne-option.yaml
docs/includes/apiargs-MongoDBCollection-method-updateOne-option.yaml
source: file: apiargs-MongoDBCollection-common-option.yaml ref: upsert --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: bypassDocumentValidation --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: collation --- source: file: apiargs-common-option.yaml ref: session post...
source: file: apiargs-MongoDBCollection-common-option.yaml ref: upsert --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: arrayFilters post: | .. versionadded:: 1.3 --- source: file: apiargs-MongoDBCollection-common-option.yaml ref: bypassDocumentValidation --- source: file: apiargs-Mon...
Document arrayFilters option for UpdateOne
Document arrayFilters option for UpdateOne
YAML
apache-2.0
mongodb/mongo-php-library,jmikola/mongo-php-library,mongodb/mongo-php-library,10gen-labs/mongo-php-library-prototype,derickr/mongo-php-library-prototype,derickr/mongo-php-library,mongodb-labs/mongo-php-library-prototype,jmikola/mongo-php-library,jmikola/mongo-php-library,jmikola/mongo-php-library,derickr/mongo-php-libr...
028034b74111641cd2c4c750efe4996c6d418d6b
.azure/tests.yml
.azure/tests.yml
parameters: netcore1Global: true steps: - task: DotNetCoreCLI@2 displayName: dotnet build inputs: command: build projects: msgpack.sln arguments: -c Release verbosityRestore: minimal - task: Bash@3 displayName: set version variable inputs: targetType: inline script: echo "##vso[task....
parameters: netcore1Global: true steps: - task: DotNetCoreCLI@2 displayName: dotnet build inputs: command: build projects: msgpack.sln arguments: -c Release verbosityRestore: minimal - task: Bash@3 displayName: pack nuget package inputs: targetType: inline script: dotnet pack --no-bu...
Move calculation of version inline to script.
Move calculation of version inline to script.
YAML
mit
progaudi/MsgPack.Light,roman-kozachenko/MsgPack.Light
4c7f63a6b80823a4ee47a9d17173a34569395768
.codeclimate.yml
.codeclimate.yml
--- engines: csslint: enabled: true duplication: enabled: true config: languages: - ruby - javascript - python - php eslint: enabled: true fixme: enabled: true ratings: paths: - "**.css" - "**.inc" - "**.js" - "**.jsx" - "**.module" - "**.php" - ...
--- engines: csslint: enabled: true duplication: enabled: true config: languages: - javascript eslint: enabled: true fixme: enabled: true ratings: paths: - "**.js" - "**.mjs" exclude_paths: - dist/ - node_modules/
Remove unused languages from CodeClimate config
Remove unused languages from CodeClimate config
YAML
mit
oculus42/short-uuid
e07f79203dce6b708b483fec53fad52e6a6b3c6d
rubocop/rubocop.yml
rubocop/rubocop.yml
Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/LineLength: Max: 100 Severity: refactor Metrics/ModuleLength: Exclude: - 'spec/**/*' Style/ConditionalAssignment: En...
Layout/AlignParameters: EnforcedStyle: with_fixed_indentation Layout/IndentArray: EnforcedStyle: consistent Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Metrics/BlockLength: Exclude: - 'spec/**/*' Metrics/LineLength: Max: 100 Severity: refactor Metrics/ModuleLength: Exclude: ...
Enforce consistent indentation for arrays
Enforce consistent indentation for arrays
YAML
mit
TheGnarCo/gnar-style,TheGnarCo/gnar-style
8dcd711f38d7d2c9a83ef840f5a40e98e48948c0
src/Oro/Bundle/LocaleBundle/Resources/config/name_format.yml
src/Oro/Bundle/LocaleBundle/Resources/config/name_format.yml
en: %prefix% %first_name% %middle_name% %last_name% %suffix% en_US: %prefix% %first_name% %middle_name% %last_name% %suffix% ru_RU: %last_name% %first_name% %middle_name%
en: %prefix% %first_name% %middle_name% %last_name% %suffix% en_US: %prefix% %first_name% %middle_name% %last_name% %suffix% ru: %last_name% %first_name% %middle_name% ru_RU: %last_name% %first_name% %middle_name%
Create DI classes for localization -updated name formats
BAP-1886: Create DI classes for localization -updated name formats
YAML
mit
orocrm/platform,ramunasd/platform,2ndkauboy/platform,mszajner/platform,orocrm/platform,geoffroycochard/platform,hugeval/platform,ramunasd/platform,trustify/oroplatform,umpirsky/platform,akeneo/platform,2ndkauboy/platform,morontt/platform,northdakota/platform,morontt/platform,Djamy/platform,2ndkauboy/platform,geoffroyco...
e8ed3ae88c6e511840e4c203062baf84bb59a7af
.github/workflows/add-to-project.yml
.github/workflows/add-to-project.yml
name: Axon Framework on: pull_request: types: - labeled jobs: add-to-project: name: Add Dependency Upgrade PR to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@main with: project-url: https://github.com/orgs/AxonFramework/projects/2 git...
name: Axon Framework on: pull_request: types: - labeled jobs: add-to-project: name: Add Dependency Upgrade PR to project runs-on: ubuntu-latest steps: - uses: actions/add-to-project@main with: project_url: https://github.com/orgs/AxonFramework/projects/2 git...
Use underscores instead of dash
Use underscores instead of dash
YAML
apache-2.0
AxonFramework/AxonFramework
f88b54cb714cb64c67f4267669aed262cdeff2c1
_config.yml
_config.yml
name: JstHack BLog author: Cosmin Haims description: UI & UX | Product Design | Front-End Dev meta_description: "Cosmin Haims's personal blog about product design, ui, user experience, and fron-end development. " markdown: kramdown highlighter: pygments logo: true paginate: 15 baseurl: / domain_name: 'http://jsthack....
name: </JstHack> author: Cosmin Haims description: UI & UX | Product Design | Front-End Dev meta_description: "Cosmin Haims's personal blog about product design, ui, user experience, and fron-end development. " markdown: kramdown highlighter: pygments logo: true paginate: 15 baseurl: / domain_name: 'http://jsthack.gi...
Test for header site name in the config
Test for header site name in the config
YAML
mit
jsthack/jsthack.github.io,jsthack/jsthack.github.io
53798dcd257ebf04ecc85f7505eadd251c1447f5
_config.yml
_config.yml
highlighter: pygments permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4
highlighter: rouge permalink: /post/:title exclude: ['Gemfile','Gemfile.lock','Rakefile','.git'] paginate: 4
Change highlighter from pygments to rouge
Change highlighter from pygments to rouge
YAML
mit
joonki34/joonki34.github.io,joonki34/joonki34.github.io,joonki34/joonki34.github.io
4ed8ccbb3f81e3e293235a953c53a5268dbc1fe6
_config.yml
_config.yml
# Exclude exclude: - node_modules - gulpfile.js # Permalinks permalink: pretty relative_permalinks: true # Excerpt excerpt_separator: <!--excerpt-end--> # Conversion highlighter: rouge # Setup title: Julian Grosshauser url: https://juliangrosshauser.com pa...
# Exclude exclude: - README.md - LICENSE - node_modules - gulpfile.js - package.json # Permalinks permalink: pretty relative_permalinks: true # Excerpt excerpt_separator: <!--excerpt-end--> # Conversion highlighter: rouge # Setup title: Julian Grosshauser url: ...
Add unneeded files to `exclude`
Add unneeded files to `exclude`
YAML
mit
juliangrosshauser/Journal,juliangrosshauser/Journal
25617c3a8ed82c57b5c5d9bd4a63cea936cd960f
_config.yml
_config.yml
name: Himal Sherchan description: Discussions on programming, music, food, etc. meta_description: "Personal Website" aboutPage: true markdown: kramdown highlighter: rouge paginate: 20 baseurl: / domain_name: 'hshercha.github.io' google_analytics: 'UA-XXXXXXXX-X' disqus: true disqus_shortname: 'hshercha' # Details f...
name: Himal Sherchan description: Discussions on programming, music, food, etc. meta_description: "Personal Website" aboutPage: true markdown: kramdown highlighter: rouge paginate: 20 baseurl: / domain_name: 'hshercha.github.io' google_analytics: 'UA-77945336-1' disqus: true disqus_shortname: 'hshercha' # Details f...
Add google analytics tracking info.
Add google analytics tracking info.
YAML
mit
hshercha/hshercha.github.io,hshercha/hshercha.github.io,hshercha/hshercha.github.io
8cc8b91130aa8d4e7a92fd46264d4d305deaa892
_config.yml
_config.yml
# Site settings email: extension.institucional@madrid.es description: > Software libre para participación ciudadana. Inteligencia colectiva y democracia directa digital para ciudades inteligentes. Abriendo gobiernos. baseurl: "" url: "http://www.consulproject.org/" twitter_username: abriendomadrid github_username: co...
# Site settings email: extension.institucional@madrid.es description: > Software libre para participación ciudadana. Inteligencia colectiva y democracia directa digital para ciudades inteligentes. Abriendo gobiernos. baseurl: "" url: "https://www.consulproject.org/" twitter_username: abriendomadrid github_username: c...
Add https to config url
Add https to config url
YAML
mit
consul/website,consul/website,consul/website
f5b9f54f224164eb5207b2fd4d8a3030badd303d
_config.yml
_config.yml
# Site settings title: Your awesome title email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed....
# Site settings title: Ian Livingstone email: ianrlivingstone@gmail.com description: > # this means to ignore newlines until "baseurl:" hello -- thigns go here baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://yourdomain.com" # the base hostname & protocol for your site twitter_username: ianlivingstone...
Update site title and social media links
Update site title and social media links
YAML
mit
ianlivingstone/ianlivingstone.github.io,ianlivingstone/ianlivingstone.github.io
47645ee5db8102dd3be1558122a54ad3d3126992
_config.yml
_config.yml
# Site settings title: My thoughts on software development email: andreas.ohlund@particular.net description: > # Random rambling on stuff I come across as a Software Developer baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://andreasohlund.net" # the base hostname & protocol for your site twitter_usernam...
# Site settings title: Andreas Öhlund email: andreas.ohlund@particular.net description: > # My thoughts on Software Development baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://andreasohlund.net" # the base hostname & protocol for your site twitter_username: andreasohlund github_username: andreasohlund...
Fix url to match old site
Fix url to match old site
YAML
apache-2.0
andreasohlund/andreasohlund.github.io
5505cf58dac4a938bd118c8807ddd52579d5c71d
_config.yml
_config.yml
--- title: Greg Jordan-Detamore timezone: UTC collections: posts: title: Posts output: true uploads: title: Uploads output: true defaults: - scope: path: '' type: posts values: layout: post comments: true author: gjordandetamore email: greg@gregjd.com description: 'Greg is a de...
--- title: Greg Jordan-Detamore timezone: UTC collections: posts: title: Posts output: true uploads: title: Uploads output: true defaults: - scope: path: '' type: posts values: layout: post comments: true email: greg@gregjd.com description: 'Greg is a developer, data/GIS analyst, a...
Revert "Set default post author"
Revert "Set default post author" This reverts commit ba5868aed0dce7b5aef226bb5544c99e01dcba83.
YAML
mit
gregjd/gregjd.github.io,gregjd/gregjd.github.io,gregjd/gregjd.github.io
26e38e92da2aa95c139d6a82749340139f51984e
.kitchen.yml
.kitchen.yml
--- driver: name: dokken privileged: true # because Docker and SystemD/Upstart chef_version: <%= ENV['CHEF_VERSION'] || 'current' %> transport: name: dokken provisioner: name: dokken verifier: name: inspec deprecations_as_errors: true platforms: - name: ubuntu-16.04 driver: image: dokken/...
--- driver: name: dokken privileged: true # because Docker and SystemD/Upstart chef_version: <%= ENV['CHEF_VERSION'] || 'current' %> transport: name: dokken provisioner: name: dokken verifier: name: inspec deprecations_as_errors: true platforms: - name: ubuntu-16.04 driver: image: dokken/...
Add testing on Ubuntu 18.04
Add testing on Ubuntu 18.04
YAML
mit
flatrocks/cookbook-mysql_logrotate,flatrocks/cookbook-mysql_logrotate
4d37a187c119dd4987215c29283567af65a06a1b
.mergify.yml
.mergify.yml
pull_request_rules: - name: delete head branch after merge conditions: [] actions: delete_head_branch: {} - name: automatic merge for scala-steward pull requests affecting build.sbt conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=...
pull_request_rules: - name: delete head branch after merge conditions: [] actions: delete_head_branch: {} - name: automatic merge for scala-steward pull requests affecting build.sbt conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=...
Allow auto merge for scalafmt and build.properties files
[Mergify] Allow auto merge for scalafmt and build.properties files
YAML
apache-2.0
softwaremill/bootzooka,softwaremill/bootzooka,softwaremill/bootzooka
31371667d203142bf5c7ae5fb5eadd6284e0328d
.packit.yaml
.packit.yaml
specfile_path: libxcrypt.spec synced_files: - libxcrypt.spec - .packit.yaml upstream_package_name: libxcrypt upstream_project_url: https://github.com/besser82/libxcrypt upstream_tag_template: v{version} downstream_package_name: libxcrypt dist_git_namespace: rpms create_pr: True actions: post-upstream-clone: "w...
specfile_path: libxcrypt.spec synced_files: - libxcrypt.spec - .packit.yaml upstream_package_name: libxcrypt upstream_project_url: https://github.com/besser82/libxcrypt upstream_tag_template: v{version} downstream_package_name: libxcrypt dist_git_namespace: rpms create_pr: True actions: post-upstream-clone: "w...
Drop COPR builds, as scratch-building on Fedora Koji is enough.
Packit: Drop COPR builds, as scratch-building on Fedora Koji is enough.
YAML
lgpl-2.1
besser82/libxcrypt,besser82/libxcrypt,besser82/libxcrypt,besser82/libxcrypt
aada6d9dc4a6534f59d31d29beb06095e2e303e3
.rubocop.yml
.rubocop.yml
Metrics/AbcSize: Max: 20 Exclude: - lib/mdn_query/traverse_dom.rb Metrics/CyclomaticComplexity: Max: 10 Exclude: - lib/mdn_query/traverse_dom.rb Metrics/MethodLength: CountComments: false Max: 25 Exclude: - lib/mdn_query/traverse_dom.rb Metrics/PerceivedComplexity: Max: 10 Exclude: - l...
Metrics/ClassLength: CountComments: false Max: 100 Exclude: - test/**/*.rb Metrics/ModuleLength: CountComments: false Max: 100 Exclude: - test/**/*.rb Metrics/AbcSize: Max: 20 Exclude: - lib/mdn_query/traverse_dom.rb Metrics/CyclomaticComplexity: Max: 10 Exclude: - lib/mdn_query/trav...
Remove Class/Module length restrictions from tests
Remove Class/Module length restrictions from tests Some tests cover a lot of cases.
YAML
mit
jungomi/mdn_query
5eefd869ee504863a57f5d6541c20803c98561fe
.rubocop.yml
.rubocop.yml
AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - 'lib/**/*' - 'bin/**/*' - 'script/**/*' - '**/*.json.jbuilder' - 'vendor/bundle/**/*' - 'node_modules/**/*' - 'db/schema.rb' # auto-generated :( Style/SymbolArray: Enabled: false Style/Documentation: Enabled: fals...
AllCops: Include: - '**/Rakefile' - '**/config.ru' Exclude: - 'lib/**/*' - 'bin/**/*' - 'script/**/*' - '**/*.json.jbuilder' - 'vendor/bundle/**/*' - 'node_modules/**/*' - 'db/schema.rb' # auto-generated :( Style/SymbolArray: Enabled: false Style/Documentation: Enabled: fals...
Allow non-ASCII characters in comments
Allow non-ASCII characters in comments We don’t need to be reminded to use English here.
YAML
cc0-1.0
angussidney/metasmoke,j-f1/forked-metasmoke,angussidney/metasmoke,angussidney/metasmoke,j-f1/forked-metasmoke,Charcoal-SE/metasmoke,angussidney/metasmoke,Charcoal-SE/metasmoke,j-f1/forked-metasmoke,Charcoal-SE/metasmoke,Charcoal-SE/metasmoke,j-f1/forked-metasmoke
809d9acda8fcdee07e5d5eb3b5a6555dd15c11e8
.rubocop.yml
.rubocop.yml
require: osm-rubocop Style/FileName: Exclude: - lib/osm-rubocop.rb
require: osm-rubocop Naming/FileName: Exclude: - lib/osm-rubocop.rb
Update Rubocop configuration to reflect latest changes to Rubocop
Update Rubocop configuration to reflect latest changes to Rubocop
YAML
mit
on-site/osm-rubocop,on-site/osm-rubocop
3e2f1b3e22efceaef257590fc72f4fce83f8ad65
.rubocop.yml
.rubocop.yml
AlignParameters: Enabled: false AsciiComments: Enabled: false Encoding: Enabled: false Layout/ElseAlignment: Enabled: false Layout/EndAlignment: Enabled: false Layout/IndentationWidth: Enabled: false LineLength: Max: 200 HashSyntax: EnforcedStyle: hash_rockets MethodLength: Max: 18 Naming/Fil...
AlignParameters: Enabled: false AsciiComments: Enabled: false Encoding: Enabled: false Layout/ElseAlignment: Enabled: false Layout/EndAlignment: Enabled: false Layout/IndentationWidth: Enabled: false LineLength: Max: 200 MethodLength: Max: 18 Naming/FileName: Enabled: false Metrics/AbcSize: ...
Disable more irrelevant Rubocop style checks
Disable more irrelevant Rubocop style checks
YAML
apache-2.0
jjasghar/rabbitmq,jjasghar/rabbitmq
9f7ac88814d627fe897397364739b72809de59ca
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - "Appraisals" - "gemfiles/**/*" - "rein.gemspec" Metrics/AbcSize: Max: 27 Metrics/BlockLength: ExcludedMethods: describe Metrics/CyclomaticComplexity: Max: 7 Metrics/LineLength: Enabled: false Metrics/MethodLength: Max: 11 Style/BlockDelimiters: Enabled: false Style/D...
AllCops: Exclude: - "Appraisals" - "gemfiles/**/*" - "rein.gemspec" Metrics/AbcSize: Max: 27 Metrics/BlockLength: ExcludedMethods: describe Metrics/CyclomaticComplexity: Max: 7 Metrics/LineLength: Enabled: false Metrics/MethodLength: Exclude: - "spec/**/*" Max: 11 Style/BlockDelimite...
Exclude method length metrics from specs
Exclude method length metrics from specs
YAML
mit
nullobject/rein
fbe9a1dc60c7defd1cb1ae5afdfd6a5da5a6f0a0
.rubocop.yml
.rubocop.yml
AllCops: NewCops: enable LineLength: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Metrics/BlockLength: Max: 35 ExcludedMethods: [ 'describe' ] Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: 'comma' Layout/HashAlignment: EnforcedColonStyle: table
AllCops: NewCops: enable Layout/LineLength: Enabled: false Style/FrozenStringLiteralComment: Enabled: false Metrics/BlockLength: Max: 35 ExcludedMethods: [ 'describe' ] Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: 'comma' Layout/HashAlignment: EnforcedColonStyle: table
Add the cop name space for LineLength
Add the cop name space for LineLength
YAML
mit
deanwilson/puppet-lint-no_cron_resources-check
1f250b348ab2eee43bce96ca81dad367b4a20670
.styleci.yml
.styleci.yml
preset: symfony finder: exclude: - "spec" - "tests" path: - "src" enabled: - short_array_syntax disabled: - phpdoc_order # Preferred order: params, return, throws
preset: symfony finder: exclude: - "spec" - "tests" path: - "src" enabled: - short_array_syntax
Revert "Disable PHPDoc order fixer"
Revert "Disable PHPDoc order fixer"
YAML
mit
php-http/boilerplate
85d4bc586c36e4753fd55a4b41c2ab77a603f4b3
.forestry/front_matter/templates/page.yml
.forestry/front_matter/templates/page.yml
--- label: Page hide_body: false fields: - type: text name: title label: Title config: required: true - name: description type: text config: required: false label: Description - type: datetime name: date label: Date config: date_format: YYYY-MM-DD required: true default: now - name: ...
--- label: Page hide_body: false fields: - type: text name: title label: Title config: required: true - name: description type: text config: required: false label: Description - type: datetime name: date label: Date config: date_format: YYYY-MM-DD required: true default: now - name: ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/narno.com,Narno/narno.com
477436e05c89dddc44a5751b4aa07681a59d45f8
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility" description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n" project-type: matrix node: master scm: - git: wipe-wor...
--- - job: name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility" description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n" project-type: matrix node: master scm: - git: wipe-wor...
Use bundled JDK by default for ARM CI jobs
Use bundled JDK by default for ARM CI jobs
YAML
apache-2.0
GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch
389e672a15bdfd8c53b8e8cb7084f1325ff1c416
examples/kubernetes-ansible.yaml
examples/kubernetes-ansible.yaml
--- :domain: example.com :network: 192.168.123.0/24 :image: fedora-21 :boxurlprefix: '' :sync: rsync :folder: '' :extern: - type: git system: ansible repository: https://github.com/eparis/kubernetes-ansible directory: kubernetes :puppet: false :classes: [] :docker: false :kubernetes: false :ansible: - kubernetes/...
--- :domain: example.com :network: 192.168.123.0/24 :image: fedora-21 :boxurlprefix: '' :sync: rsync :folder: '' :extern: - type: git system: ansible repository: https://github.com/eparis/kubernetes-ansible directory: kubernetes :puppet: false :classes: [] :docker: false :kubernetes: false :ansible: - kubernetes/...
Clean up the old ansible example
Clean up the old ansible example
YAML
agpl-3.0
mairin/oh-my-vagrant,purpleidea/oh-my-vagrant,bhalothia/oh-my-vagrant,goern/oh-my-vagrant,goern/oh-my-vagrant,LalatenduMohanty/oh-my-vagrant,ncoghlan/oh-my-vagrant,br0ziliy/oh-my-vagrant,geekcheng/oh-my-vagrant,geekcheng/oh-my-vagrant,purpleidea/oh-my-vagrant,mairin/oh-my-vagrant,geekcheng/oh-my-vagrant,gpjonesii/oh-my...
345c90c90cab8dfd5725da224f86fcdaaedf0333
schema/dublin-core.yml
schema/dublin-core.yml
Record: properties: title: type: string subject: array: true type: string description: type: string type: type: string # Relation to Person/Organization publisher: type: string creator: ...
Record: properties: title: type: string subject: array: true type: string description: type: string type: type: string # Relation to Person/Organization publisher: type: string creator: ...
Add all relation type in dc schema
Add all relation type in dc schema
YAML
mit
inspireteam/parsers,sgmap-inspire/parsers
0fe1602572b0298ee9b1cda46f8f1f48cf05843a
.eslintrc.yml
.eslintrc.yml
--- root: true extends: eslint:recommended env: node: true mocha: true browser: true rules: quotes: 0 indent: 0 require-jsdoc: 0 eqeqeq: 0 no-invalid-this: 0 default-case: 0 no-nested-ternary: 0 no-underscore-dangle: 0 func-style: 0 new-cap: 0 callback-return: 0 no-loop-func: 0 strict...
--- root: true extends: eslint:recommended env: mocha: true browser: true es6: true parserOptions: ecmaVersion: 6 sourceType: "module" rules: quotes: 0 indent: 0 require-jsdoc: 0 eqeqeq: 0 no-invalid-this: 0 default-case: 0 no-nested-ternary: 0 no-underscore-dangle: 0 func-style: 0 ne...
Update eslint config to use modules
Update eslint config to use modules
YAML
mit
shouldjs/should.js,shouldjs/should.js
03b83fb604b4af7cf73e0faba97b46c1993aff29
config/adapt_defaults.yml
config/adapt_defaults.yml
common: &common adapt.home: "" adapt.asset.path: assets adapt.dir.mode: 0775 adapt.file.mode: 0660 adapt.file.ownership: "" ada.openid.server: https://users.ada.edu.au ada.registration.url: https://users.ada.edu.au/users/new ada.email.admin: assda@anu.edu...
common: &common adapt.home: "" adapt.asset.path: assets adapt.dir.mode: 0775 adapt.file.mode: 0660 adapt.file.ownership: "" ada.openid.server: https://users.ada.edu.au ada.registration.url: https://users.ada.edu.au/users/new ada.email.admin: assda@anu.edu...
Store files on the d10 share in devs mode.
Store files on the d10 share in devs mode.
YAML
mit
ANUSF/adapt,ANUSF/adapt
d39fdbd8a2fc331fee1a9e2e809cef0fd6d1323d
.forestry/front_matter/templates/default.yml
.forestry/front_matter/templates/default.yml
--- hide_body: false is_partial: false fields: - name: title label: Title type: text hidden: false default: CLog
--- hide_body: false is_partial: false fields: - name: title label: Title type: text hidden: false default: Tech Talk - type: text
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
sdharshraj/sdharshraj.github.io,sdharshraj/sdharshraj.github.io,sdharshraj/sdharshraj.github.io
87cc6b2674ab739e39f75b914508b972adbf21ab
.forestry/front_matter/templates/profile.yml
.forestry/front_matter/templates/profile.yml
--- hide_body: true is_partial: false fields: - name: title label: Name type: text hidden: false default: '' - name: name_organization label: Organization Name type: text hidden: false default: - name: link label: Link type: text hidden: false default: - name: services label: Services type...
--- hide_body: true is_partial: false fields: - name: title label: Name type: text hidden: false default: '' - name: name_organization label: Organization Name type: text hidden: false default: - name: link label: Link type: text hidden: false default: - name: services label: Services type...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic
c164adb6b831028f5f840e26b4bbb393d3d0addf
.conda-recipe/meta.yaml
.conda-recipe/meta.yaml
package: name: exdir version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }} source: git_url: .. build: # noarch: python # TODO Add back noarch when it works properly on Windows, # we are converting packages manually now script: - pip install git+htt...
package: name: exdir version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }} source: git_url: .. build: # noarch: python # TODO Add back noarch when it works properly on Windows, # we are converting packages manually now script: # TODO remove this an...
Remove Python 3.5 support b/c of pathlib
Remove Python 3.5 support b/c of pathlib
YAML
mit
CINPLA/exdir,CINPLA/exdir,CINPLA/exdir
ab5b46693e493bc819058afc3ddcd0542e7db23b
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-docstring-first - id: check-yaml - id: debug-statements - id: name-tests-test - id: requirements-txt-fixer - id: flake8...
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.1.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-docstring-first - id: check-yaml - id: debug-statements - id: name-tests-test - id: requirements-txt-fixer - repo: https://...
Migrate to official pycqa/flake8 hooks repo
Migrate to official pycqa/flake8 hooks repo Committed via https://github.com/asottile/all-repos
YAML
mit
asottile/aspy.yaml
bc15e88f79b6ff9043eb402824b2230ee3de6afd
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pycqa/isort rev: 5.6.4 hooks: - id: isort args: ['--profile', 'black', '--filter-files'] - repo: https://github.com/psf/black rev: '21.7b0' # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_versio...
repos: - repo: https://github.com/pycqa/isort rev: 5.6.4 hooks: - id: isort args: ['--profile', 'black', '--filter-files'] - repo: https://github.com/psf/black rev: '22.3.0' # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_versio...
Upgrade black in pre-commit config
Upgrade black in pre-commit config
YAML
mit
okfde/froide-campaign,okfde/froide-campaign,okfde/froide-campaign
6c5fd18e93274dc4dfe67b5322256486b7e21453
config/feature_flags/learning_materials_release_flags.yml
config/feature_flags/learning_materials_release_flags.yml
--- rce_buttons_and_icons: state: hidden display_name: RCE Buttons & Icons description: |- Manage a library of custom buttons and icons from the RCE. applies_to: SiteAdmin
--- rce_buttons_and_icons: state: hidden display_name: RCE Buttons & Icons description: |- Manage a library of custom buttons and icons from the RCE. applies_to: SiteAdmin rce_mentions_in_discussions: state: hidden display_name: RCE Mentions in Discussions description: |- When enabled, turns on "@...
Add RCE @mentions release flag
Add RCE @mentions release flag Closes MAT-258 flag=rce_mentions_in_discussions Test Plan: Verify the "state" and "applies_to" values specify this flag should be a site admin user/account-level flag Change-Id: I3b1c0b5bf7b5332d29f66e8abece56252fa0b219 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/266726 ...
YAML
agpl-3.0
instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms,instructure/canvas-lms,sfu/canvas-lms,instructure/canvas-lms
2ae27d5f814648baa1db355f66e756c46cc754df
buildspec.yml
buildspec.yml
version: 0.2 phases: install: commands: - echo "Nothing to do in the install phase..." pre_build: commands: - chmod +x ec2rl build: commands: - echo "Build started on $(date)" - make all - if [ "$NIGHTLY" == "TRUE" ]; then echo "Detected nightly build env var" && mv -v e...
version: 0.2 phases: install: commands: - echo "Nothing to do in the install phase..." pre_build: commands: - chmod +x ec2rl build: commands: - echo "Build started on $(date)" - make all - if [ "$NIGHTLY" == "TRUE" ]; then echo "Detected nightly build env var" && mv -v e...
Change file name in sha256 hash file when nightly build files are renamed.
Change file name in sha256 hash file when nightly build files are renamed.
YAML
apache-2.0
Drudenhaus/aws-ec2rescue-linux,gregbdunn/aws-ec2rescue-linux,gregbdunn/aws-ec2rescue-linux,Drudenhaus/aws-ec2rescue-linux,Drudenhaus/aws-ec2rescue-linux,gregbdunn/aws-ec2rescue-linux
86ca0258958a6b7b26d32aa303b9d9cc8494115c
.drone.yml
.drone.yml
workspace: base: /node-app path: src/github.com/enobt/drone-cd-test pipeline: frontend: image: node:8.1 commands: - cd app - npm install - npm test deploy: image: drillster/drone-rsync hosts: [ "52.168.73.205" ] user: "rvansant" secrets: [ RSYNC_KEY ] target: /var...
workspace: base: /node-app path: src/github.com/enobt/drone-cd-test pipeline: frontend: image: node:8.1 commands: - cd app - npm install - npm test deploy: image: drillster/drone-rsync hosts: [ "52.168.73.205" ] user: "rvansant" secrets: [ RSYNC_KEY ] target: /var...
Remove the git pull now rsync is working.
Remove the git pull now rsync is working.
YAML
mit
enobt/drone-cd-test,enobt/drone-cd-test
5c32872ef76007ad4bc630fdf30be67178e9997a
.frigg.yml
.frigg.yml
tasks: setup: - npm install -g npm@3 - npm install tests: - npm run coverage - npm run lint - ./integration-test coverage: path: coverage/cobertura-coverage.xml parser: cobertura
tasks: setup: - npm install tests: - npm run coverage - npm run lint - ./integration-test coverage: path: coverage/cobertura-coverage.xml parser: cobertura
Remove installation of npm3 on CI
chore: Remove installation of npm3 on CI
YAML
mit
relekang/lint-filter,relekang/lint-filter,relekang/lint-filter
06c95211f98d8254fc00313f870aee80b19948c2
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 # check: # jobs: # - python-troveclient-tempest-neutron-src # ...
- project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - openstackclient-plugin-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 # check: # jobs: # - python-troveclient-tempest-neutron-src # ...
Add Python3 victoria unit tests
Add Python3 victoria unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for victoria. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Icb0e73273aa81e2e06d2cbf8e335f...
YAML
apache-2.0
openstack/python-troveclient,openstack/python-troveclient
3f0a326855e4e1c7766b1e8a10314a6a65efb952
ansible/roles/bootstrap/tasks/main.yml
ansible/roles/bootstrap/tasks/main.yml
# Copyright 2018, TCMC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, softwa...
# Copyright 2018, TCMC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, softwa...
Add local_timezone var, not more hardcoded imezone
Add local_timezone var, not more hardcoded imezone
YAML
apache-2.0
tmartinx/svauto,tmartinx/svauto,tmartinx/svauto,tmartinx/svauto,tmartinx/svauto
8ecb2ff4732d2ec8174e7b656ebda8087bc94b7f
deployment/ansible/roles/nyc-trees.app/tasks/static-files.yml
deployment/ansible/roles/nyc-trees.app/tasks/static-files.yml
- name: Create folders for static files file: path={{ item }} state=directory owner=root group=nyc-trees mode=0775 with_items: - "{{ app_static_root }}" - "{{ app_media_root }}" - "{{ app_node_modules_cache }}" - "{{ app_static_cache }}" - name: Delete any existing n...
- name: Create folders for static files file: path={{ item }} state=directory owner=root group=nyc-trees mode=0775 with_items: - "{{ app_static_root }}" - "{{ app_media_root }}" - "{{ app_node_modules_cache }}" - "{{ app_static_cache }}" - name: Delete any existing n...
Switch from npm module to calling npm directly
Switch from npm module to calling npm directly A new npm package, `gulp-ruby-sass`, was added in 7de060d. The npm ansible module appears to not have picked up this up, and `gulp-ruby-sass` was not installed. Switching to calling `npm install` directly did install the package.
YAML
agpl-3.0
kdeloach/nyc-trees,azavea/nyc-trees,maurizi/nyc-trees,RickMohr/nyc-trees,RickMohr/nyc-trees,maurizi/nyc-trees,azavea/nyc-trees,maurizi/nyc-trees,maurizi/nyc-trees,azavea/nyc-trees,kdeloach/nyc-trees,RickMohr/nyc-trees,kdeloach/nyc-trees,kdeloach/nyc-trees,azavea/nyc-trees,azavea/nyc-trees,kdeloach/nyc-trees,RickMohr/ny...
ab89f5d804fec9e7b93e03b42c0dde50514854eb
.jenkins.yaml
.jenkins.yaml
publish_over_ssh: - pypi.sunet.se upstream: - eduid-userdb slack: room: eduid-builds script: - "python3.7 -m venv venv" - ". venv/bin/activate" - "pip install -U setuptools wheel mypy" - "pip install --index-url https://pypi.sunet.se -r test_requirements.txt" - "make test" - "make typecheck" - "pyth...
publish_over_ssh: - pypi.sunet.se upstream: - eduid-userdb slack: room: eduid-builds pre_build_script: - "docker pull docker.sunet.se/library/etcd:v3.3.12" - "docker pull docker.sunet.se/eduid/redis:latest" - "docker pull docker.sunet.se/eduid/mongodb:latest" script: - "python3.7 -m venv venv" - ". venv...
Add docker pull to pre build script
Add docker pull to pre build script
YAML
bsd-3-clause
SUNET/eduid-common
1dd2b45c15832b41a6c3b95982886555aa05b324
metadata/com.kolloware.wechange.yml
metadata/com.kolloware.wechange.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Markus Kollotzek AuthorEmail: wechange@posteo.de SourceCode: https://gitlab.com/intergalacticsuperhero/wechangeapp/tree/HEAD IssueTracker: https://gitlab.com/intergalacticsuperhero/wechangeapp/issues AutoName: WECHANGE RepoTyp...
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Markus Kollotzek AuthorEmail: wechange@posteo.de SourceCode: https://gitlab.com/intergalacticsuperhero/wechangeapp/tree/HEAD IssueTracker: https://gitlab.com/intergalacticsuperhero/wechangeapp/issues AutoName: WECHANGE RepoTyp...
Update WECHANGE to 1.5 (6)
Update WECHANGE to 1.5 (6)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0c2be28e090d14b9dee6df29c1b69a037e39eaa2
openfisca_france/tests/formulas/taux_versement_transport.yaml
openfisca_france/tests/formulas/taux_versement_transport.yaml
- period: "month:2015-03" input_variables: depcom_entreprise: "75101" effectif_entreprise: 3 output_variables: taux_versement_transport: 0 - period: "month:2015-03" input_variables: depcom_entreprise: "34108" effectif_entreprise: 13 output_variables: taux_versement_transport: .012 - pe...
- period: "month:2015-03" absolute_error_margin: 0.0001 input_variables: depcom_entreprise: "75101" effectif_entreprise: 3 output_variables: taux_versement_transport: 0 - period: "month:2015-03" absolute_error_margin: 0.0001 input_variables: depcom_entreprise: "75101" effectif_entreprise:...
Update tests taux versement transport
Update tests taux versement transport Make them more precise ! Add tests for 2016 changement de seuil
YAML
agpl-3.0
benjello/openfisca-france,benjello/openfisca-france,sgmap/openfisca-france,SophieIPP/openfisca-france,SophieIPP/openfisca-france,antoinearnoud/openfisca-france,antoinearnoud/openfisca-france,sgmap/openfisca-france
16e3ed809c0988eb9be48edf4955e78ad0511276
.appveyor.yml
.appveyor.yml
install: # Using '-y' and 'refreshenv' as a workaround to: # https://github.com/haskell/cabal/issues/3687 - choco install -y ghc --version 8.0.2 - refreshenv # See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491 # NB: Do this after refreshenv, otherwise it will be ...
install: # Using '-y' and 'refreshenv' as a workaround to: # https://github.com/haskell/cabal/issues/3687 - choco install -y ghc --version 8.0.2 - refreshenv # See http://help.appveyor.com/discussions/problems/6312-curl-command-not-found#comment_42195491 # NB: Do this after refreshenv, otherwise it will be ...
Use `cabal build` instead of `make` for AppVeyor
Use `cabal build` instead of `make` for AppVeyor
YAML
bsd-3-clause
GaloisInc/cryptol,GaloisInc/cryptol,GaloisInc/cryptol
9b373978687d3b02d1e56350ef338039b8fa5bdb
metadata/com.fredhappyface.fhcode.yml
metadata/com.fredhappyface.fhcode.yml
Categories: - Development License: MIT AuthorName: FredHappyface SourceCode: https://github.com/fredhappyface/android.fhcode IssueTracker: https://github.com/fredhappyface/android.fhcode/issues Changelog: https://github.com/FredHappyface/Android.FHCode/blob/HEAD/CHANGELOG.md AutoName: FHCode RepoType: git Repo: htt...
Categories: - Development License: MIT AuthorName: FredHappyface SourceCode: https://github.com/fredhappyface/android.fhcode IssueTracker: https://github.com/fredhappyface/android.fhcode/issues Changelog: https://github.com/FredHappyface/Android.FHCode/blob/HEAD/CHANGELOG.md AutoName: FHCode RepoType: git Repo: htt...
Update FHCode to 2022.01.10 (20220110)
Update FHCode to 2022.01.10 (20220110)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e964a3e550d7d2e5141f27c5982e10cf4c2392c7
_data/commentrefs.yml
_data/commentrefs.yml
2015-02-24-talk-to-a-duck.md: 3 2015-02-19-yet-another-developer-blog.md: 4 2017-11-22-mise-a-jour-ligne-editoriale.md: 5 2015-05-03-who-is-your-programing-role-model.md: 6 2017-10-30-hacktoberfest.md: 7 2015-04-22-why-cooking-pasties-makes-me-a-better-programmer.md: 8 2015-10-03-mr-robot-psychology-of-hacking.md: 9 20...
2015-02-24-talk-to-a-duck.md: 3 2015-02-19-yet-another-developer-blog.md: 4 2017-11-22-mise-a-jour-ligne-editoriale.md: 5 2015-05-03-who-is-your-programing-role-model.md: 6 2017-10-30-hacktoberfest.md: 7 2015-04-22-why-cooking-pasties-makes-me-a-better-programmer.md: 8 2015-10-03-mr-robot-psychology-of-hacking.md: 9 20...
Update comment reference becaus of failed travis build
Update comment reference becaus of failed travis build
YAML
mit
skwi/skwi.github.io,skwi/skwi.github.io,skwi/skwi.github.io,skwi/skwi.github.io