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
e1327ce5126397024b00c59caf4c9521cf597290
docker-compose.yml
docker-compose.yml
version: '2' services: web: build: . ports: - "9000:8000" depends_on: - dynamodb - redis environment: - DIAMONDB_REDIS_ADDRS=redis:6379 - DIAMONDB_DYNAMODB_ENDPOINT=http://dynamodb:8000 redis: image: redis:3.2.7 dynamodb: image: deangiberson/aws-dynamodb-loca...
version: '2' services: web: build: . ports: - "9000:8000" depends_on: - dynamodb - redis environment: - DIAMONDB_REDIS_ADDRS=redis:6379 - DIAMONDB_DYNAMODB_ENDPOINT=http://dynamodb:8000 redis: image: redis:3.2.7 dynamodb: image: dwmkerr/dynamodb:latest co...
Use dwmkerr/dynamodb because it is newly updated
Use dwmkerr/dynamodb because it is newly updated
YAML
apache-2.0
yuuki/diamondb,yuuki/diamondb
248510f38a167119cbbc21b7fd81bdcfb52d7c5a
packages/pe/pem.yaml
packages/pe/pem.yaml
homepage: http://github.com/vincenthz/hs-pem changelog-type: '' hash: 231f11a0a9a3079c7935cf6c81b0ffcd42f230c317ef71412746eaa3bc42c2a5 test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: ! '>=0.3.3' base: -any pem: -any test-framework-quickcheck2: -any HUnit: -any QuickCheck: ! ...
homepage: http://github.com/vincenthz/hs-pem changelog-type: '' hash: cc8e62118b783e284dc0fa032f54fe386a3861a948ec88079370a433c103a705 test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: ! '>=0.3.3' base: -any pem: -any test-framework-quickcheck2: -any HUnit: -any QuickCheck: ! ...
Update from Hackage at 2018-03-02T14:39:09Z
Update from Hackage at 2018-03-02T14:39:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
c929e90dec31c98c530279e5855f882233b2472b
roles/swift-common/handlers/main.yml
roles/swift-common/handlers/main.yml
--- - name: pip install swifttool pip: name="/opt/stack/{{ swift.swifttool_dir }}" extra_args='-i https://pypi.python.org/simple/' register: result until: result|success retries: 3 delay: 10 notify: - update ca-certs - name: update ca-certs command: update-ca-certificates - name: restart rsync se...
--- - name: pip install swifttool pip: name="/opt/stack/{{ swift.swifttool_dir }}" extra_args='-i https://pypi.python.org/simple/' register: result until: result|success retries: 3 delay: 10 notify: - update ca-certs - name: update ca-certs command: update-ca-certificates # Restarting rsync failing...
Add retry logic to rsync restart
Add retry logic to rsync restart
YAML
mit
zrs233/ursula,pgraziano/ursula,persistent-ursula/ursula,masteinhauser/ursula,knandya/ursula,nirajdp76/ursula,zrs233/ursula,ddaskal/ursula,pgraziano/ursula,zrs233/ursula,j2sol/ursula,panxia6679/ursula,persistent-ursula/ursula,persistent-ursula/ursula,fancyhe/ursula,masteinhauser/ursula,knandya/ursula,lihkin213/ursula,ed...
2fe8ed1f432ed274e9b96608ee76d54dc01e0ae5
recipes/qtpy-uic/meta.yaml
recipes/qtpy-uic/meta.yaml
{% set version = "2.0.1" %} package: name: qtpy-uic version: {{ version }} source: url: https://github.com/hmaarrfk/qtpy-tools/archive/{{ version }}.tar.gz fn: qtpy-tools-{{ version }}.tar.gz sha256: 9506049f246ad87ea360aa0ada75144519bedcf1b479366152b726f7a734ba1d build: number: 0 script: "{{ PYTHON }}...
{% set version = "2.0.4" %} package: name: qtpy-uic version: {{ version }} source: url: https://github.com/hmaarrfk/qtpy-tools/archive/{{ version }}.tar.gz fn: qtpy-tools-{{ version }}.tar.gz sha256: fb263b0b43db69bf209c5ce13af996876b25a6ac62c62f8b6a1efc5e06724601 build: number: 0 script: "{{ PYTHON }}...
Add the hash for the updated version
Add the hash for the updated version
YAML
bsd-3-clause
chrisburr/staged-recipes,rmcgibbo/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,cpaulik/staged-recipes,ceholden/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes...
5d9de5cda591c98bf7fd189bf39f27d8ac6e8fbc
auth-server/src/integration-test/resources/application-it.yaml
auth-server/src/integration-test/resources/application-it.yaml
spring: jackson: serialization.indent_output: true datasource: url: jdbc:h2:mem:auth-it-db;DB_CLOSE_ON_EXIT=FALSE username: sa password: driver-class-name: org.h2.Driver jpa: show-sql: true hibernate: ddl-auto: none liquibase: contexts: ...
spring: jackson: serialization.indent_output: true datasource: url: jdbc:h2:mem:auth-it-db;DB_CLOSE_ON_EXIT=FALSE username: sa password: driver-class-name: org.h2.Driver jpa: show-sql: true hibernate: ddl-auto: none liquibase: contexts: ...
Set logging of integration test to DEBUG
Set logging of integration test to DEBUG
YAML
apache-2.0
roamingthings/security-server,roamingthings/security-server
7a3bc39b58d9638bd72f4b14cea4b9225fd59188
.github/workflows/continuous-integration.yml
.github/workflows/continuous-integration.yml
# See https://github.com/laminas/laminas-continuous-integration-action # Generates a job matrix based on current dependencies and supported version # ranges, then runs all those jobs name: "Continuous Integration" on: pull_request: push: jobs: matrix: name: Generate job matrix runs-on: ubuntu-latest ...
# See https://github.com/laminas/laminas-continuous-integration-action # Generates a job matrix based on current dependencies and supported version # ranges, then runs all those jobs name: "Continuous Integration" on: pull_request: push: jobs: matrix: name: Generate job matrix runs-on: ubuntu-latest ...
Update laminas/laminas-ci-matrix-action action to v1.20.0
Update laminas/laminas-ci-matrix-action action to v1.20.0 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | laminas/laminas-ci-matrix-action | 1.19.0 | 1.20.0 |
YAML
mit
Ocramius/PackageVersions
f60d95f856cd4deb0fc5b393deb6533b183d6b86
.forestry/front_matter/templates/variados.yml
.forestry/front_matter/templates/variados.yml
--- label: Variados hide_body: false fields: - name: layout label: Layout type: text hidden: false default: '' - name: title label: Title type: text hidden: false default: '' - name: date label: Date type: datetime hidden: false default: '' - name: img label: Img type: file hidden: false ...
--- label: Variados hide_body: false fields: - name: layout label: Layout type: text hidden: false default: post - name: title label: Title type: text hidden: false default: title - name: date label: Date type: datetime hidden: false default: 2019-03-15 00:00:00 -0300 - name: img label: Img ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
70701e30d6d55ac165a7a91c7bc6be744e9456ff
.gitlab-ci.yml
.gitlab-ci.yml
test: stage: test script: - python3.6 -m py_compile btsoot.py
build: stage: build script: - cd copy - make - cd .. test: stage: test script: - python3.6 -m py_compile btsoot.py - cd copy - make test - cd ..
Modify ci for new c files
Modify ci for new c files
YAML
bsd-3-clause
paulkramme/btsoot
867c5b93f653c5f7601bffb4c428138fde6f5291
.gitlab-ci.yml
.gitlab-ci.yml
before_script: stages: - test unit_test_job: stage: test script: - python3 -m unittest discover only: - master functional_test_job: stage: test script: - ./test.sh only: - master
stages: - test unit_test_job: stage: test script: - python3 -m unittest discover only: - master functional_test_job: stage: test script: - ./test.sh only: - master
Remove unnecessary before_script from Gitlab CI
Remove unnecessary before_script from Gitlab CI
YAML
mit
AgalmicVentures/JTL,AgalmicVentures/JTL
86672e0f7359dcc9a126133bf1c0b7dc814a2612
.gitlab-ci.yml
.gitlab-ci.yml
image: ruby:2.3 pages: stage: deploy script: - bundle install - bundle exec jekyll build -d public artifacts: paths: - public only: - pages
image: ruby:2.3 pages: stage: deploy script: - npm install - bundle install - grunt - bundle exec jekyll build -d public artifacts: paths: - public only: - pages
Add grunt to deploy script
Add grunt to deploy script
YAML
mit
richardp2/travel,richardp2/travel
855e1505082aa1279847502ab7c5f0c571684c95
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - test - github # Templates .job_template: &job tags: - docker-runner .build_template: &build stage: build before_script: - mkdir -p $GOPATH/src/${CI_PROJECT_URL#https://} - mv $CI_PROJECT_DIR/* $GOPATH/src/${CI_PROJECT_URL#https://} - cd $GOPATH/src/${CI_PROJECT_URL#http...
stages: - build - test - github # Templates .job_template: &job tags: - docker-runner .go_template: &go_setup image: golang:1.8 before_script: - mkdir -p $GOPATH/src/${CI_PROJECT_URL#https://} - mv $CI_PROJECT_DIR/* $GOPATH/src/${CI_PROJECT_URL#https://} - cd $GOPATH/src/${CI_PROJECT_URL...
Fix image for go test
Fix image for go test
YAML
bsd-3-clause
wurbanski/i-must-go
041d4d666eb1eace7ffbbfc4419ad21f2f6f6dbf
roles/bootstrap-os/tasks/bootstrap-centos.yml
roles/bootstrap-os/tasks/bootstrap-centos.yml
--- - name: Check presence of fastestmirror.conf stat: path: /etc/yum/pluginconf.d/fastestmirror.conf register: fastestmirror # fastestmirror plugin actually slows down Ansible deployments - name: Disable fastestmirror plugin lineinfile: dest: /etc/yum/pluginconf.d/fastestmirror.conf regexp: "^enabl...
--- - name: Check presence of fastestmirror.conf stat: path: /etc/yum/pluginconf.d/fastestmirror.conf register: fastestmirror # fastestmirror plugin actually slows down Ansible deployments - name: Disable fastestmirror plugin lineinfile: dest: /etc/yum/pluginconf.d/fastestmirror.conf regexp: "^enabl...
Install required selinux-python bindings in bootstrap on centos. The bootstrap tty fixup needs it.
Install required selinux-python bindings in bootstrap on centos. The bootstrap tty fixup needs it.
YAML
apache-2.0
kubernetes-sigs/kubespray,galthaus/setup-kubernetes,Abdelsalam-Abbas/kubespray_fork,Lendico/kargo,sgm-media/kargo,Atoms/kubespray,insequent/kargo,Atoms/kubespray,kubespray/kargo,kubernetes-sigs/kubespray,kubernetes-incubator/kubespray,Atoms/kubespray,Lendico/kargo,Atoms/kubespray,kubernetes-sigs/kubespray,ayaz/kubespra...
6410c4cc9d0053c951831999d7563de4038d137b
recipes/crick/meta.yaml
recipes/crick/meta.yaml
{% set name = "crick" %} {% set version = "0.0.3" %} {% set md5 = "5e33357a3fd2c02ddbafac77e2b25d35" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5: {{ md5...
{% set name = "crick" %} {% set version = "0.0.3" %} {% set md5 = "5e33357a3fd2c02ddbafac77e2b25d35" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5: {{ md5...
Remove extra setuptools in requirements
Remove extra setuptools in requirements
YAML
bsd-3-clause
kwilcox/staged-recipes,johanneskoester/staged-recipes,caspervdw/staged-recipes,asmeurer/staged-recipes,glemaitre/staged-recipes,dschreij/staged-recipes,rvalieris/staged-recipes,guillochon/staged-recipes,synapticarbors/staged-recipes,goanpeca/staged-recipes,hajapy/staged-recipes,planetarypy/staged-recipes,mariusvniekerk...
f3151191c4ffcdf31985db29bba95ae08d2eab4c
recipes/emcee/meta.yaml
recipes/emcee/meta.yaml
{% set version = "2.1.0" %} package: name: emcee version: {{ version }} source: fn: emcee-{{ version }}.tar.gz url: https://pypi.io/packages/source/e/emcee/emcee-{{ version }}.tar.gz md5: c6b6fad05c824d40671d4a4fc58dfff7 build: number: 0 script: python setup.py install --single-version-externally-mana...
{% set version = "2.1.0" %} package: name: emcee version: {{ version }} source: fn: emcee-{{ version }}.tar.gz url: https://pypi.io/packages/source/e/emcee/emcee-{{ version }}.tar.gz md5: c6b6fad05c824d40671d4a4fc58dfff7 build: number: 0 script: python setup.py install --single-version-externally-mana...
Change license to MIT. emcee was relicensed under MIT in version 2.0.0
Change license to MIT. emcee was relicensed under MIT in version 2.0.0
YAML
bsd-3-clause
gqmelo/staged-recipes,jakirkham/staged-recipes,jjhelmus/staged-recipes,Savvysherpa/staged-recipes,dschreij/staged-recipes,arokem/staged-recipes,nicoddemus/staged-recipes,vamega/staged-recipes,richardotis/staged-recipes,goanpeca/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,rmcgibbo/staged-recipes,johannes...
1e888ba57dc021fee7582c4f697e246c772e8be6
.github/workflows/publish_on_pypi.yml
.github/workflows/publish_on_pypi.yml
name: Publish DBUtils on PyPI on: push: tags: - 'Release-*' jobs: build: runs-on: ubuntu-latest strategy: matrix: python: [2.7, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2 with: p...
name: Publish DBUtils on PyPI on: push: tags: - 'Release-*' jobs: build: runs-on: ubuntu-latest strategy: matrix: python: [3.9, 2.7] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v2 with: p...
Improve workflow for publishing on PyPI
Improve workflow for publishing on PyPI We want to publish wheels for both Python 2 and 3
YAML
mit
Cito/DBUtils,Cito/DBUtils
065e3c39b94875d0ef059ce60e49bb5a238b0bfd
dsaas-services/f8-tenant.yaml
dsaas-services/f8-tenant.yaml
services: - hash: 4dc6bfd5b5e8a69dcca9552a06d1ba9d491da9b9 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
services: - hash: d859722552376b3b7d84c90bc74677bd4f992150 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
Update CheHost to point to prod sso
Update CheHost to point to prod sso
YAML
apache-2.0
openshiftio/saas,openshiftio/saas
562ceedfefdc0e2b9335488cf537ddc3bd8c897d
.github/workflows/python-package.yml
.github/workflows/python-package.yml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: [push, pull_request] jobs: test: runs-on: ubuntu-latest ...
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: [push, pull_request] jobs: test: runs-on: ubuntu-latest ...
Add Pip cache to CI
Add Pip cache to CI
YAML
mit
onelogin/python3-saml,onelogin/python3-saml
c9acca3082478ad5e6b19d8c8b427fe6f2d43606
docker-compose-test-server.yml
docker-compose-test-server.yml
version: "2" services: rocketchat: image: rocketchat/rocket.chat:0.68.3 ports: - 127.0.0.1:3000:3000 restart: always environment: - PORT=3000 - ROOT_URL=http://localhost:3000 - MONGO_URL=mongodb://mongo:27017/rocketchat depends_on: - mongo links: - mongo:m...
version: "2" services: rocketchat: image: rocketchat/rocket.chat:0.70.3 ports: - 127.0.0.1:3000:3000 restart: always environment: - PORT=3000 - ROOT_URL=http://localhost:3000 - MONGO_URL=mongodb://mongo:27017/rocketchat depends_on: - mongo links: - mongo...
Update to version 0.70.3 of the Rocket.Chat server
Update to version 0.70.3 of the Rocket.Chat server
YAML
mit
jadolg/rocketchat_API
eb2b5c88c5bb5b6ad63ce11ca08ac548894cb119
packages/lo/load-env.yaml
packages/lo/load-env.yaml
homepage: https://github.com/pbrisbin/load-env#readme changelog-type: '' hash: ac5e198faf9585e658085947fe2ed79eb00d54c929f6d15c1d865bc2fa1259ad test-bench-deps: base: ! '>=4.8.0 && <5' hspec: -any parsec: -any load-env: -any directory: -any maintainer: Pat Brisbin <pbrisbin@gmail.com> synopsis: Load environme...
homepage: https://github.com/pbrisbin/load-env#readme changelog-type: '' hash: 7bb23a812857b257c59fb01a133dcb7d029e688e6f145f336588b7648921f7da test-bench-deps: base: ! '>=4.8.0 && <5' hspec: -any parsec: -any doctest: -any temporary: -any load-env: -any directory: -any maintainer: Pat Brisbin <pbrisbin@g...
Update from Hackage at 2018-05-24T21:46:57Z
Update from Hackage at 2018-05-24T21:46:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
269c9ad35d927e1666b1c35a168fdb4fce923484
examples/example-togglz-mongo/src/main/resources/application.yml
examples/example-togglz-mongo/src/main/resources/application.yml
spring: application: name: example-togglz jackson: date-format: yyyy-MM-dd'T'hh:mm:ss.sssZ serialization: indent-output: true thymeleaf: cache: false server: servlet: context-path: / port: 8080 management: endpoints: web: ...
spring: application: name: example-togglz jackson: date-format: yyyy-MM-dd'T'hh:mm:ss.sssZ serialization: indent-output: true thymeleaf: cache: false server: servlet: context-path: / port: 8080 management: endpoints: web: ...
Enable mongo repository for example-togglz-mongo and fix port property
Enable mongo repository for example-togglz-mongo and fix port property
YAML
apache-2.0
otto-de/edison-microservice,otto-de/edison-microservice,otto-de/edison-microservice,otto-de/edison-microservice
5fb665064d92f8af9dbe8eaf9018d24da32260d4
roles/git/vars/main.yml
roles/git/vars/main.yml
--- hub_version: 2.2.9 hub_repo: https://github.com/github/hub hub_folder: hub-linux-amd64-{{hub_version}} hub_archive: "{{hub_folder}}.tar.gz" hub_url: "{{hub_repo}}/releases/download/v{{hub_version}}/{{hub_archive}}"
--- hub_version: 2.2.9 hub_repo: https://github.com/github/hub hub_folder: hub-linux-amd64-{{hub_version}} hub_archive: "{{hub_folder}}.tgz" hub_url: "{{hub_repo}}/releases/download/v{{hub_version}}/{{hub_archive}}"
Fix hub download URL for newer versions
Fix hub download URL for newer versions
YAML
mit
deivid-rodriguez/dotfiles,deivid-rodriguez/dotfiles
a7a62cebe716d72cef9832096c3edb389ab8f6a3
packages/po/polimorf.yaml
packages/po/polimorf.yaml
homepage: https://github.com/kawu/polimorf changelog-type: '' hash: cb2ad579c6f3c9862ad80287d4a251b537f3cbb22d80b793df9f6f6664499d30 test-bench-deps: {} maintainer: waszczuk.kuba@gmail.com synopsis: Working with the PoliMorf dictionary changelog: '' basic-deps: text-binary: ! '>=0.1 && <0.2' base: ! '>=4 && <5' t...
homepage: https://github.com/kawu/polimorf#readme changelog-type: '' hash: 5cf4605d08c4ca265c8eea6c3284deec712dc77917fbd908b080af8a591d1b70 test-bench-deps: {} maintainer: waszczuk.kuba@gmail.com synopsis: Handling the PoliMorf dictionary changelog: '' basic-deps: base: ! '>=4 && <5' text: -any containers: -any ...
Update from Hackage at 2019-11-30T20:22:41Z
Update from Hackage at 2019-11-30T20:22:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
483dc4023561102980922000d6ac6a4815654da0
_config.yml
_config.yml
# Site settings title: Quaintous email: author: Yan Foto description: "Too many MCs, not enought mics" baseurl: "" url: "http://quaintous.com" language: en # Google analytics google_analytics: UA-19069240-4 # Disqus post comments # (leave blank to disable Disqus) disqus_shortname: quaintous # ...
# Site settings title: Quaintous email: author: Yan Foto description: "Too many MCs, not enought mics" baseurl: "" url: "https://quaintous.com" language: en # Google analytics google_analytics: UA-19069240-4 # Disqus post comments # (leave blank to disable Disqus) disqus_shortname: quaintous #...
Update base URL in config (https)
Update base URL in config (https)
YAML
mit
yan-foto/yan-foto.github.io,yan-foto/yan-foto.github.io
c15e300b4e8559f36d5b1be61b0942c0438bd80c
_config.yml
_config.yml
# ----------- CONFIGURABLE START ----------- title: 2021 PACE NSC description: The official website of the 2021 National Scholastic Championship. logo: pace.png url: https://pacensc.github.io remote_theme: pmarsceill/just-the-docs color_scheme: nsc search_enabled: fals...
# ----------- CONFIGURABLE START ----------- title: 2021 PACE NSC description: The official website of the 2021 National Scholastic Championship. logo: pace.png url: https://pacensc.github.io remote_theme: pmarsceill/just-the-docs color_scheme: nsc search_enabled: fals...
Remove explicit default layout from config
Remove explicit default layout from config Jekyll will apply it automatically to actual pages, and this stops it from being applied to js files (which is really bad!)
YAML
mit
PACENSC/pacensc.github.io,PACENSC/pacensc.github.io
97a1fe621d9c9552a87786bd01b0cdd60abcb7e5
_config.yml
_config.yml
defaults: - scope: path: "" type: "posts" values: author: "jeaye" layout: "default" - scope: path: "" type: "drafts" values: author: "jeaye" layout: "default" gems: - jekyll-feed - jekyll-seo-tag title: "Jeaye's Blog" permalink: pretty home_url: ...
defaults: - scope: path: "" type: "posts" values: author: "jeaye" layout: "default" - scope: path: "" type: "drafts" values: author: "jeaye" layout: "default" gems: - jekyll-feed - jekyll-seo-tag title: "Jeaye's Blog" permalink: pretty home_url: ...
Revert "Try setting baseurl to []"
Revert "Try setting baseurl to []" This reverts commit 604a4760bb4527b82c20c6a0afdcc1fcaab637bc.
YAML
mit
jeaye/jeaye.github.io,jeaye/jeaye.github.io
8bfd950913c0c04a0496bd63e15437ae8b4e211d
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: true # Permalinks permalink: pretty # Setup title: Off by one tagline: Programming for the rest of us ## url: http://blog.jedd-ahyoung.com url: http://jedd-ahyoung.github.io/ paginate: 1 baseur...
# Dependencies markdown: redcarpet pygment: true # Permalinks permalink: pretty # Setup title: Off by one tagline: Programming for the rest of us ## url: http://blog.jedd-ahyoung.com url: http://blog.jedd-ahyoung.com/ paginate: 1 baseurl: ...
Reconfigure for canonical domain and gh-pages settings.
Reconfigure for canonical domain and gh-pages settings.
YAML
mit
jedd-ahyoung/off-by-one,jedd-ahyoung/off-by-one
8797a517f76d100b1b715ba0b46ee500ed616132
_config.yml
_config.yml
# Dependencies markdown: rdiscount pygments: true # Permalinks permalink: pretty # Server source: ./docs destination: ./_gh_pages host: 0.0.0.0 port: 9001 baseurl: / url: http://localhost:9001 encoding: UTF-8 exclude: ...
# Dependencies markdown: rdiscount pygments: true # Permalinks permalink: pretty # Server source: ./docs destination: ./_gh_pages host: 0.0.0.0 port: 9001 baseurl: / url: http://localhost:9001 encoding: UTF-8 exclude: ...
Apply eaa2b83 to master as well
Apply eaa2b83 to master as well
YAML
mit
ammula88/bootstrap,ammula88/bootstrap,ammula88/bootstrap,ammula88/bootstrap
33a83ce76056a1cbbd9a338600cd5da05bc34ff2
_config.yml
_config.yml
# Site settings title: Australian Chinese Tennis Association header-img: img/home-bg.jpg email: info@acta.net.au description: "Write your site description here. It will be used as your sites meta description as well!" baseurl: "/startbootstrap-clean-blog-jekyll" url: "http://acta.net.au" twitter_username: SBootstrap gi...
# Site settings title: Australian Chinese Tennis Association header-img: img/home-bg.jpg email: info@acta.net.au description: "Write your site description here. It will be used as your sites meta description as well!" baseurl: "/" url: "http://acta.net.au" twitter_username: SBootstrap github_username: davidtmiller fac...
Update initial config to acta.net.au
Update initial config to acta.net.au
YAML
apache-2.0
tennis4acta/tennis4acta.github.io,tennis4acta/tennis4acta.github.io,tennis4acta/tennis4acta.github.io,tennis4acta/tennis4acta.github.io
ad5dc42e4e16e04d980f5de1f2511cdaf8e2128d
_config.yml
_config.yml
# # This file contains configuration flags to customize your site # # Name of your site (displayed in the header) name: Nathan Rutman # Short bio or description (displayed in the header) description: My random musings... # Site Logo logo: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-l...
# # This file contains configuration flags to customize your site # # Name of your site (displayed in the header) name: Nathan Rutman # Short bio or description (displayed in the header) description: My random musings... # Site Logo logo: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-l...
Update highligher per github's requirements
Update highligher per github's requirements
YAML
mit
nrutman/nrutman.github.io
9a4c3af37409b47b2782c83f1ba640cb501dd938
_config.yml
_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # ...
Include _pages directory in jekyll build
Include _pages directory in jekyll build
YAML
mit
RoyTuesday/RoyTuesday.github.io,peternatewood/peternatewood.github.io,peternatewood/peternatewood.github.io,peternatewood/peternatewood.github.io,RoyTuesday/RoyTuesday.github.io
1ae42a6146ffe53457e2b2ee9cc878147226fc40
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty relative_permalinks: true # Setup title: Ragu Pappu tagline: 'Technical thoughts, mostly' des...
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks # # Use of `relative_permalinks` ensures post links from the index work properly. permalink: pretty relative_permalinks: true # Setup title: Ragu Pappu tagline: 'Technical thoughts, mostly' des...
Fix link to GitHub repo
Fix link to GitHub repo
YAML
mit
ragupappu/ragupappu.github.io,ragupappu/ragupappu.github.io
a5da43f4097204a3ec24166a24f00514b51bae4e
_config.yml
_config.yml
title: "mov eax, 64" author: "Kevin Soules" description: "IT security, Hardware hacking, SDR" more: "read more" url: "http://libdev.so" markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"] comments: disqus: "eax64githubio" style: pa...
title: "mov eax, 64" author: "Kevin Soules" description: "IT security, Hardware hacking, SDR" more: "read more" url: "http://eax64.github.io" markdown: redcarpet redcarpet: extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"] style: padding: 33% anchor: "#46f" s...
Update url field. Remove comment section.
Update url field. Remove comment section.
YAML
mit
eax64/eax64.github.io,eax64/eax64.github.io
561179dcca37122d47a21e0dfd3e77da186df6fb
_config.yml
_config.yml
name: Jean-Richard Lai description: Code and other things meta_keywords: web developer, ruby on rails developer, web, react, react-native, javascript meta_description: "Jean-Richard Lai Ruby on Rails / React Native Developer" aboutPage: true markdown: kramdown kramdown: input: GFM highlighter: pygments paginate: ...
name: Jean-Richard Lai description: Code and other things meta_keywords: web developer, ruby on rails developer, web, react, react-native, javascript meta_description: "Jean-Richard Lai Ruby on Rails / React Native Developer" aboutPage: true markdown: kramdown kramdown: input: GFM highlighter: rouge paginate: 20 ...
Change highlighter from pygments to rouge
Change highlighter from pygments to rouge
YAML
mit
jrichardlai/jrichardlai.github.io,jrichardlai/jrichardlai.github.io,jrichardlai/jrichardlai.github.io
89c0253094058999cba2be1098c83f0df127f14c
_config.yml
_config.yml
# top level stuff you probably don't need to touch highlighter: pygments markdown: redcarpet rdiscount: extensions: [smart] permalink: /:title.html paginate: 5 gems: [jekyll-paginate] port: 3000 safe: true # edit here to achieve your personal greatness url: http://dkarter.github.io/ baseurl: /blog/ title: Dorian Ka...
# top level stuff you probably don't need to touch highlighter: pygments markdown: redcarpet rdiscount: extensions: [smart] permalink: /:title.html paginate: 5 gems: [jekyll-paginate] port: 4000 safe: true # edit here to achieve your personal greatness url: http://dkarter.github.io/ baseurl: /blog/ title: Dorian Ka...
Change jekyll port to 4000
Change jekyll port to 4000 so I can work on a rails app simultaneously
YAML
mit
dkarter/blog,dkarter/blog,dkarter/blog
2761622096e615eae6922193ed68175120fe3677
_config.yml
_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the se...
Add URL and email to config.yml
Add URL and email to config.yml
YAML
mit
NumberByColors/numberbycolors.github.io,NumberByColors/numberbycolors.github.io
cc7cd79d8a063cb220bdea7d26298d8034d2db8e
_config.yml
_config.yml
# Site settings title: 三人行 email: hi@three.sh description: > # this means to ignore newlines until "baseurl:" 「三人行」纯粹是 Sneezry、Huntersnk 和 Rebornix 三个人在某夜头脑发热的情况下决定共同开设的一档播客节目。三个人都是在软硬件行业摸爬滚打没多久的新手工程师,能带给大家的也不过是同事间茶余饭后的闲谈。 baseurl: "" # the subpath of your site, e.g. /blog/ url: "http://three.sh" # the base hostname ...
# Site settings title: 三人行 email: hi@three.sh description: > # this means to ignore newlines until "baseurl:" 「三人行」纯粹是 Sneezry、Huntersnk 和 Rebornix 三个人在某夜头脑发热的情况下决定共同开设的一档播客节目。三个人都是在软硬件行业摸爬滚打没多久的新手工程师,能带给大家的也不过是同事间茶余饭后的闲谈。 如果您碰巧喜欢我们的节目,不妨给我们写邮件(hi@three.sh)反馈,和我们一起把讨论与分享继续下去。同时也欢迎大家用支付宝支付消费至hi@three.sh,请我们喝杯啤酒或者打一次...
Update email feedback and donation description
Update email feedback and donation description
YAML
mit
threecast/threecast.github.io
8133a8ea96b989c345846915428ed929ff2d69db
_config.yml
_config.yml
--- port: 4000 host: 0.0.0.0 safe: false ### site serving configuration ### exclude: [CNAME, README.md, .gitignore] permalink: / ## disables post output timezone: null lsi: false markdown: kramdown highlighter: pygments ### content configuration ### title: "SinglePaged - Simple Jekyll template" keywords: ...
--- port: 4000 host: 0.0.0.0 safe: false ### site serving configuration ### exclude: [CNAME, README.md, .gitignore] permalink: / ## disables post output timezone: null lsi: false markdown: kramdown highlighter: pygments ### content configuration ### title: "GAFE Mini Conference" keywords: "Google, GAFE, P...
Update to Title & Description
Update to Title & Description
YAML
mit
rfitz9/gafecon,rfitz9/gafecon
86a849cafb710f2a332ead8279f637ff1d887895
_config.yml
_config.yml
paginate: 10 include: [assets, css, js, img, do-not-track] archive_dir: archive category_dir: category tag_dir: tag highlighter: rouge permalink: /archive/:year/:month/:day/:title ga_tracking_code: UA-34829303-1 ga_domain: blog.orestes.io url: http://blog.orestes.io media_url: /media source_url: http://github.com/...
paginate: 10 include: [assets, css, js, img, do-not-track] archive_dir: archive category_dir: category tag_dir: tag highlighter: rouge permalink: /archive/:year/:month/:day/:title ga_tracking_code: UA-34829303-1 ga_domain: blog.orestes.io url: http://blog.orestes.io media_url: http://blog.orestes.io/media source_u...
Make media_url a full URI.
Make media_url a full URI.
YAML
mit
orestes/blog.orestes.io,orestes/blog.orestes.io,orestes/blog.orestes.io
732f2e4fc27d1c235a7f88c354b77081cb864475
Scripts/SaneDocReport/SaneDocReport.yml
Scripts/SaneDocReport/SaneDocReport.yml
args: - default: true description: sane report json file contents base64 isArray: false name: sane_docx_report_base64 required: true secret: false - default: false description: orientation of the report isArray: false name: orientation required: false secret: false - default: false description: th...
args: - default: true description: sane report json file contents base64 isArray: false name: sane_docx_report_base64 required: true secret: false - default: false description: orientation of the report isArray: false name: orientation required: false secret: false - default: false description: th...
Update the sane doc report docker image
Update the sane doc report docker image
YAML
mit
demisto/content,demisto/content,demisto/content,demisto/content,VirusTotal/content,VirusTotal/content,VirusTotal/content,VirusTotal/content
33160274f09b483e25794ebea8404118ad4680ef
_config.yml
_config.yml
name: '/dev/random' description: 'Random thoughts on development and stuff' author: Hans Kristian Flaatten url: https://starefossen.github.io ga_id: UA-38558206-2 license: title: Creative Commons CC BY-SA 4.0 license url: https://creativecommons.org/licenses/by-sa/4.0/ social: !!omap - icon: twitter url...
name: '/dev/random' description: 'Random thoughts on development and stuff' author: name: Hans Kristian Flaatten email: hans@starefossen.com url: https://starefossen.github.io ga_id: UA-38558206-2 license: title: Creative Commons CC BY-SA 4.0 license url: https://creativecommons.org/licenses/by-sa/4.0...
Add email to author information
Add email to author information
YAML
mit
Starefossen/starefossen.github.com,Starefossen/starefossen.github.com
3db996389dabbf7510b99ff3ce93b23389eb1574
_config.yml
_config.yml
name: Alykhan Kanji safe: true exclude: [README.md, LICENSE.md]
name: Alykhan Kanji safe: true exclude: [README.md, LICENSE.md, CNAME]
Add CNAME to Jekyll excludes
Add CNAME to Jekyll excludes
YAML
mit
alykhank/alykhank.github.io,alykhank/alykhank.github.io,alykhank/alykhank.github.io
e22a58e3f771a941d70f1e09a9285414c79105a0
_config.yml
_config.yml
title: 'Блог Анатолия Гуляева' author: 'Анатолий Гуляев' keywords: 'kaneru, блог, продуктивность, лайфлист, программирование, фронт-енд' description: > # this means to ignore newlines until "note:" Блог Анатолия Гуляева. Тут в основном пишу свои наблюдения и заметки про программирование, фронт-енд, продуктивность и...
title: 'Блог Анатолия Гуляева' author: 'Анатолий Гуляев' keywords: 'kaneru, блог, продуктивность, лайфлист, программирование, фронт-енд' description: > # this means to ignore newlines until "note:" Блог Анатолия Гуляева. Тут в основном пишу свои наблюдения и заметки про программирование, фронт-енд, продуктивность и...
Delete highlighter property from config
Delete highlighter property from config
YAML
mit
kaneru/kaneru.github.io,kaneru/kaneru.github.io,kaneru/kaneru.github.io
d3ab3ddc26515096aee2c480d33c3e53f9f3b2aa
packages/fi/filtrable.yaml
packages/fi/filtrable.yaml
homepage: https://github.com/strake/filtrable.hs changelog-type: '' hash: 5b9c8246a89b0d9a97ff3827840e39c1a26a9adbf940e349defbb0eb25224871 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of filtrable containers changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' -...
homepage: https://github.com/strake/filtrable.hs changelog-type: '' hash: 7fb5ad5b0254d38b5716c1f1d8338f8273983154f056e10da3cce743fac602d7 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of filtrable containers changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' -...
Update from Hackage at 2018-05-16T01:13:13Z
Update from Hackage at 2018-05-16T01:13:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
8ab55a5d151b93830a26befc360d26a57a3df074
packages/sh/shake-ats.yaml
packages/sh/shake-ats.yaml
homepage: https://github.com/vmchale/shake-ats#readme changelog-type: '' hash: d1c78760dc6208361c75ca15ab29f01f44e63b2c794082bdfd0d9aecc3ad0353 test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: Utilities for building ATS projects with shake changelog: '' basic-deps: shake: -any base: ! '>=4.7 && <5' te...
homepage: https://github.com/vmchale/shake-ats#readme changelog-type: '' hash: 808cd2f2320a59275a2c2af6b93514abbad35c49e1d90610d371fa81d9e0e812 test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: Utilities for building ATS projects with shake changelog: '' basic-deps: shake: -any base: ! '>=4.7 && <5' te...
Update from Hackage at 2018-01-27T05:03:36Z
Update from Hackage at 2018-01-27T05:03:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
3be1834ca724d0476bc9dbeccb852804f7a1a619
packages/de/deque.yaml
packages/de/deque.yaml
homepage: https://github.com/nikita-volkov/deque changelog-type: '' hash: 4c022ab1c168afce7ce9ad103790d2795ab450a1b4a19b74a2ff4facc89b2539 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Double-ended queue changelog: '' basic-deps: base: ! '>=4.6 && <5' all-versions: - '0.1' - '0.2' ...
homepage: https://github.com/nikita-volkov/deque changelog-type: '' hash: d1a184c549c140f1f7a799b008b071c82b3983e0ea9fe00b0b8c4b6a40976073 test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Double-ended queue changelog: '' basic-deps: base: ! '>=4.9 && <5' semigroups: ! '>=0.11 && <0....
Update from Hackage at 2018-10-05T13:03:17Z
Update from Hackage at 2018-10-05T13:03:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
2671269832f9e31645b38922ddde66abee1f90e0
build/appveyor.yml
build/appveyor.yml
branches: only: - develop version: 2016.0.{build} configuration: Release environment: XAMARIN_COOKIE: dc489106db6e4099bc7cf0d2472de180 install: - ps: $zipPath = "$($env:APPVEYOR_BUILD_FOLDER)\xpkg.zip" - ps: (New-Object Net.WebClient).DownloadFile('https://components.xamarin.com/submit/xpkg', $zipPath) -...
branches: only: - develop version: 2017.0.{build} configuration: Release environment: XAMARIN_COOKIE: dc489106db6e4099bc7cf0d2472de180 install: - ps: $zipPath = "$($env:APPVEYOR_BUILD_FOLDER)\xpkg.zip" - ps: (New-Object Net.WebClient).DownloadFile('https://components.xamarin.com/submit/xpkg', $zipPath) -...
Change version number to 2017.0.{build}
Change version number to 2017.0.{build}
YAML
apache-2.0
jan-schubert/CrossApplication,jan-schubert/CrossMailing
cddf2d9c1d143e3d2da93cd5c6513fc5cf1cd343
packages/li/lingo.yaml
packages/li/lingo.yaml
homepage: https://github.com/tclem/lingo-haskell changelog-type: '' hash: 3e78222c5db255a8f351d6c11c47a0031a53abdf47da2356ac2fef6a7dda6d9b test-bench-deps: base: ^>=4.12.0.0 hspec: -any lingo: -any maintainer: timothy.clem@gmail.com synopsis: File extension based programming language detection changelog: '' basic...
homepage: https://github.com/tclem/lingo-haskell changelog-type: '' hash: 3e78222c5db255a8f351d6c11c47a0031a53abdf47da2356ac2fef6a7dda6d9b test-bench-deps: base: ^>=4.12.0.0 hspec: -any lingo: -any maintainer: timothy.clem@gmail.com synopsis: File extension based programming language detection changelog: '' basic...
Update from Hackage at 2019-08-19T22:03:21Z
Update from Hackage at 2019-08-19T22:03:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
cb0030f1f6b9be58b48bd2e9314315b44a6ed0a9
packages/st/Stack.yaml
packages/st/Stack.yaml
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type) changelog-type: '' hash: b9bcfa1132bab6411d5f19eaad9498689a74230f86927d5ef2e7648c92e91c79 test-bench-deps: {} maintainer: rwlock404@yahoo.com synopsis: Stack data structure type changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0' a...
homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type) changelog-type: '' hash: 23e8ac23f5f28b6d18e87c48cd7a7122307b91d98a34fd678a35df2807902525 test-bench-deps: {} maintainer: rwlock404@yahoo.com synopsis: Stack data structure type changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0' -...
Update from Hackage at 2016-12-08T16:08:25Z
Update from Hackage at 2016-12-08T16:08:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
ab48e7311cb4690b92103acf023a79882dda1076
hieradata/development.yaml
hieradata/development.yaml
--- asset_root: 'http://static.dev.gov.uk' website_root: 'http://www.dev.gov.uk' govuk::deploy::config::govuk_env: development govuk::apps::public_link_tracker::enabled: true govuk::apps::external_link_tracker::enabled: true govuk::apps::finder_frontend::enabled: true govuk::apps::finder_api::enabled: true govuk::app...
--- asset_root: 'http://static.dev.gov.uk' website_root: 'http://www.dev.gov.uk' govuk::deploy::config::govuk_env: development govuk::apps::finder_frontend::enabled: true govuk::apps::finder_api::enabled: true govuk::apps::specialist_frontend::enabled: true govuk::apps::specialist_publisher::enabled: true govuk::lvm...
Clean up no-longer-used hiera data
Clean up no-longer-used hiera data
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
3b5c9d27ae4d52f8e68c7cf24c9c3e52b9c42edb
apps/btshell/pkg.yml
apps/btshell/pkg.yml
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
Use meta-package for HCI transport
apps/btshell: Use meta-package for HCI transport
YAML
apache-2.0
mlaz/mynewt-core,IMGJulian/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,IMGJulian/incubator-mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,mlaz...
249010d1ed2ed16978bcdd01999eba8305085b7c
setup/environment36.yml
setup/environment36.yml
name: emission channels: - conda-forge - defaults dependencies: - arrow=0.12.1 - attrdict=2.0.0 - cheroot=6.2.*=py36_0 - future=0.16.0 - geojson=2.3.0 - google-auth=1.2.1 - jsonpickle=0.9.6 - numpy=1.12.1=py36_0 - pandas=0.20.1=np112py36_0 - pip=9.0.1=py36_1 - python=3.6.* - python-dateutil=2.6.0=py36_0 - pytz=2017.2=p...
name: emission channels: - conda-forge - defaults dependencies: - arrow=0.12.1 - attrdict=2.0.0 - cheroot=6.2.*=py36_0 - future=0.16.0 - geojson=2.3.0 - google-auth=1.2.1 - jsonpickle=0.9.6 - numpy=1.12.1=py36_0 - pandas=0.20.1=np112py36_0 - pip=9.0.1=py36_1 - python=3.6.1=2 - python-dateutil=2.6.0=py36_0 - pytz=2017.2...
Set a particular python version again
Set a particular python version again
YAML
bsd-3-clause
e-mission/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,e-mission/e-mission-server,e-mission/e-mission-server,shankari/e-mission-server,shankari/e-mission-server,shankari/e-mission-server
8fee2596e5ecfd177d79c9c85439feab181a3400
pkg/front_end/pubspec.yaml
pkg/front_end/pubspec.yaml
name: front_end # Currently, front_end API is not stable and users should not # depend on semver semantics when depending on this package. version: 0.1.15 author: Dart Team <misc@dartlang.org> description: Front end for compilation of Dart code. homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end envir...
name: front_end # Currently, front_end API is not stable and users should not # depend on semver semantics when depending on this package. version: 0.1.15 author: Dart Team <misc@dartlang.org> description: Front end for compilation of Dart code. homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end envir...
Remove some unused front_end dependencies
Remove some unused front_end dependencies There are no imports to these packages. Change-Id: I51c194cd48b7fb594070616524f817267ae11d56 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98280 Reviewed-by: Brian Wilkerson <1f7641b6b14c52b9163524ab8d9aabff80176f21@google.com> Commit-Queue: Kevin Moore <1d6e7d10d...
YAML
bsd-3-clause
dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dar...
f9d59e88ddb697e0c4e042c74a707547dbc2ec6a
ci/tasks/build.yml
ci/tasks/build.yml
platform: linux image_resource: type: docker-image source: repository: xtreme-shane-lattanzio/docker-image-resource tag: test_version_tag inputs: - name: LicenseFinder run: path: ./LicenseFinder/ci/scripts/containerize-tests.sh params: RUBY_VERSION_UNDER_TEST:
platform: linux image_resource: type: docker-image source: repository: concourse/docker-image-resource tag: pr-141 inputs: - name: LicenseFinder run: path: ./LicenseFinder/ci/scripts/containerize-tests.sh params: RUBY_VERSION_UNDER_TEST:
Test new tag for docker
Test new tag for docker Signed-off-by: Ryan Collins <e2d475a3a5a48d3344b3b85a740cb29f8312b0db@pivotal.io>
YAML
mit
pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder
0c0fa90cf1bdba2d0821c9f099a67ba8528a6ad6
bastion.yml
bastion.yml
- name: Configure bastion hosts: bastion become: true roles: - bastion - common - seed-ci - role: cron-ansible system_ansible_root: /opt/source/SeedCI system_ansible_playbook: bastion.yml system_ansible_inventory: /etc/ansible/hosts - role: cron-cideploy cideploy_ansibl...
- name: Configure bastion hosts: bastion become: true roles: - bastion - common - seed-ci - role: cron-ansible system_ansible_root: /opt/source/SeedCI system_ansible_playbook: bastion.yml system_ansible_inventory: /etc/ansible/hosts - role: cron-cideploy cideploy_ansibl...
Use separate git checkout dir for cideploy
Use separate git checkout dir for cideploy Because our cideploy job runs as non-root we cant share a git checkout with root's job.
YAML
apache-2.0
jamielennox/hoist,SpamapS/hoist,jamielennox/hoist,SpamapS/hoist,BonnyCI/hoist,BonnyCI/hoist
c15df7cf6d9e8e54b42eb9ab88dec85b830e45fc
bastion.yml
bastion.yml
- name: Configure bastion hosts: bastion become: true roles: - bastion - common - seed-ci - role: cron-ansible system_ansible_root: /opt/source/SeedCI system_ansible_playbook: bastion.yml system_ansible_inventory: /etc/ansible/hosts - role: cron-cideploy system_ansible_...
- name: Configure bastion hosts: bastion become: true roles: - bastion - common - seed-ci - role: cron-ansible system_ansible_root: /opt/source/SeedCI system_ansible_playbook: bastion.yml system_ansible_inventory: /etc/ansible/hosts - role: cron-cideploy cideploy_ansibl...
Use cideploy_ansible vars for cideploy role
Use cideploy_ansible vars for cideploy role
YAML
apache-2.0
BonnyCI/hoist,SpamapS/hoist,jamielennox/hoist,SpamapS/hoist,jamielennox/hoist,BonnyCI/hoist
7d7cfe7ae5836d804aa0c78050d7ed5ba8e2dffd
metadata/godau.fynn.usagedirect.system.yml
metadata/godau.fynn.usagedirect.system.yml
Categories: - System License: GPL-3.0-or-later AuthorName: Fynn Godau AuthorEmail: fynngodau@mailbox.org SourceCode: https://codeberg.org/fynngodau/usageDirect IssueTracker: https://codeberg.org/fynngodau/usageDirect/issues AutoName: usageDirect RepoType: git Repo: https://codeberg.org/fynngodau/usageDirect.git Bu...
Categories: - System License: GPL-3.0-or-later AuthorName: Fynn Godau AuthorEmail: fynngodau@mailbox.org SourceCode: https://codeberg.org/fynngodau/usageDirect IssueTracker: https://codeberg.org/fynngodau/usageDirect/issues AutoName: usageDirect RepoType: git Repo: https://codeberg.org/fynngodau/usageDirect.git Bu...
Update usageDirect to 0.6 (7)
Update usageDirect to 0.6 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
a3e0dc32912ff2fb98c08e29319abf6f4a92896d
metadata/de.markusfisch.android.pielauncher.yml
metadata/de.markusfisch.android.pielauncher.yml
Categories: - Theming License: MIT AuthorName: Markus Fisch AuthorEmail: mf@markusfisch.de AuthorWebSite: https://www.markusfisch.de SourceCode: https://github.com/markusfisch/PieLauncher IssueTracker: https://github.com/markusfisch/PieLauncher/issues Changelog: https://github.com/markusfisch/PieLauncher/releases Re...
Categories: - Theming License: MIT AuthorName: Markus Fisch AuthorEmail: mf@markusfisch.de AuthorWebSite: https://www.markusfisch.de SourceCode: https://github.com/markusfisch/PieLauncher IssueTracker: https://github.com/markusfisch/PieLauncher/issues Changelog: https://github.com/markusfisch/PieLauncher/releases Au...
Set autoname of Pie Launcher
Set autoname of Pie Launcher
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
296b74255523b2d60b73273625b30353f5048238
roles/asdf/tasks/main.yml
roles/asdf/tasks/main.yml
- tags: [asdf] block: - name: Create directory for asdf file: path: "{{ asdf_install_dir }}" state: directory recurse: yes owner: "{{ user.name }}" group: "{{ user.group }}" mode: 0o700 - name: Install asdf version manager git: repo: https:/...
- tags: [asdf] block: - name: Create directory for asdf file: path: "{{ asdf_install_dir }}" state: directory recurse: yes owner: "{{ user.name }}" group: "{{ user.group }}" mode: 0o700 - name: Install asdf version manager git: repo: https:/...
Set force=yes while cloning repository
asdf: Set force=yes while cloning repository
YAML
cc0-1.0
kulla/my-ansible-scripts,kulla/my-ansible-scripts
f8e52a7edb3e8bb6491e2165f1dd64f6bdaf6e2f
centos-ci/ansible/roles/cockpit-integration/tasks/main.yml
centos-ci/ansible/roles/cockpit-integration/tasks/main.yml
- name: Install Required System Packages yum: name: '{{ item }}' state: present with_items: - cockpit - xorg-X11-server-Xvfb - firefox - name: Check geckodriver shell: geckodriver --version
- name: Install Required System Packages yum: name: '{{ item }}' state: present with_items: - cockpit - xorg-x11-server-Xvfb - firefox - name: Check geckodriver shell: geckodriver --version
Fix typo in package name
Fix typo in package name
YAML
lgpl-2.1
leapp-to/prototype,ncoghlan/prototype,pcahyna/leapp-to-prototype,GAZDOWN/prototype,vmindru/prototype,leapp-to/prototype,leapp-to/prototype,GAZDOWN/prototype,ncoghlan/prototype,pcahyna/leapp-to-prototype,mfranczy/prototype,ncoghlan/prototype,vmindru/prototype,mfranczy/prototype,vmindru/prototype,GAZDOWN/leapp,vmindru/pr...
850b09476f1d2129a4cadfc37198bef46f6c0188
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: ci: name: CI - OS ${{ matrix.os }}, Node.js ${{ matrix.node-version }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] node-version: [17.x] steps: - name: Check out repository code uses: actions/che...
name: CI on: [push] jobs: ci: name: CI - OS ${{ matrix.os }}, Node.js ${{ matrix.node-version }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] node-version: [17.x, 18.x, 19.x] steps: - name: Check out repository code uses:...
Add latest node versions to matrix
Add latest node versions to matrix
YAML
mit
michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper
c48da234ccf7b9a80c06c367627145e7725dbb4a
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Continuous Integration on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Cache Ruby Gems uses: actions/cache@v1 with: path: vendor/bundle key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }} rest...
name: Continuous Integration on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Cache Ruby Gems uses: actions/cache@v1 with: path: vendor/bundle key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }} rest...
Use more actively maintainer action
Use more actively maintainer action
YAML
mit
lildude/micropub-github-pages
2bac4f87d6ee6f37e6aa8327a6732cd7060495e5
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Node.js CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node...
name: Node.js CI on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node...
Upgrade Github actions scripts to v3
Upgrade Github actions scripts to v3
YAML
apache-2.0
josdejong/workerpool
f798f9f90cb570f418c8030f9b50f7a901788907
.github/workflows/ci.yml
.github/workflows/ci.yml
name: GitHub CI on: pull_request: push: schedule: - cron: 0 0 * * 0 defaults: run: shell: 'bash -Eeuo pipefail -x {0}' jobs: generate-jobs: name: Generate Jobs runs-on: ubuntu-latest outputs: strategy: ${{ steps.generate-jobs.outputs.strategy }} steps: - uses: actions/c...
name: GitHub CI on: pull_request: push: schedule: - cron: 0 0 * * 0 defaults: run: shell: 'bash -Eeuo pipefail -x {0}' jobs: generate-jobs: name: Generate Jobs runs-on: ubuntu-latest outputs: strategy: ${{ steps.generate-jobs.outputs.strategy }} steps: - uses: actions/c...
Use new "bashbrew" composite action
Use new "bashbrew" composite action
YAML
apache-2.0
docker-library/logstash,infosiftr/logstash
b2b219e604fcb4b3c52e144ff87828562a221e78
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Python package on: [push, pull_request] jobs: build: runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: matrix: python-version: [3.6, 3.7, 3.8] experimental: [false] include: - python-version: 3.9 experimental: true ...
name: Python package on: [push, pull_request] jobs: build: runs-on: ubuntu-latest continue-on-error: ${{ matrix.experimental }} strategy: matrix: python-version: [3.6, 3.7, 3.8, 3.9] experimental: [false] include: - python-version: 3.10-dev experiment...
Set 3.9 as stable and 3.10 as experimental
CI: Set 3.9 as stable and 3.10 as experimental We require the tests to pass under Python 3.9 now. 3.10 is not out yet, but we should test it, allowing it to fail.
YAML
mit
rst2pdf/rst2pdf,rst2pdf/rst2pdf
771bc482d7cacd4cb9aec40edfdeaeaf0ae51724
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: - '*' pull_request: schedule: - cron: 0 14 * * 0 jobs: ci: name: Continuous Integration (PHP v${{ matrix.php }}) runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: ['7.3', '7.4', '8.0'] steps: - name: Set up PHP use...
name: CI on: push: branches: - '*' pull_request: schedule: - cron: 0 14 * * 0 jobs: ci: name: PHP v${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: php: ['7.3', '7.4', '8.0'] steps: - name: Set up PHP uses: shivammathur/setup-php...
Use shorter names for GHA jobs.
Use shorter names for GHA jobs.
YAML
mit
recoilphp/api
342a8a745027baa80fc168aaff469f4c689552b9
.github/workflows/ci.yml
.github/workflows/ci.yml
name: ci on: - push - pull_request jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: java-version: - 8 - 11 - 15 steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: $...
name: ci on: - push - pull_request jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: java-version: - 8 - 11 - 15 - 16 steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: ...
Add Java 16 to CI
Add Java 16 to CI
YAML
apache-2.0
electrum/airlift,airlift/airlift,dain/airlift,airlift/airlift,airlift/airlift,electrum/airlift,dain/airlift,dain/airlift,electrum/airlift,dain/airlift,electrum/airlift,airlift/airlift
b340ad56045733007b4031301724d2aaebbbac3c
.github/workflows/ci.yml
.github/workflows/ci.yml
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions name: CI on: [push, pull_request] jobs: Package: runs-on: ubuntu-latest strategy: matrix: distro: [ "leap_latest" ] container: image: registry.opensuse.org/yast/head/containers_${{matrix.distro...
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions name: CI on: [push, pull_request] jobs: Package: runs-on: ubuntu-latest strategy: fail-fast: false matrix: distro: [ "leap_latest" ] container: image: registry.opensuse.org/yast/head/cont...
Disable fail-fast in GitHub Actions
Disable fail-fast in GitHub Actions
YAML
mit
yast/skelcd-control-SLES,yast/skelcd-control-SLES
f26928cd877164bf59546875119a73264d8355ce
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: push: branches: - master pull_request: jobs: build: name: Build runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] go: ['1.11', '1.12', '1.13', '1.14'] env: VERBOSE: 1 GOFLAGS: -mod=readonly GOPROXY: https:...
name: CI on: push: branches: - master pull_request: jobs: build: name: Build runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, macos-latest] go: ['1.11', '1.12', '1.13', '1.14', '1.15'] env: VERBOSE: 1 GOFLAGS: -mod=readonly GOPROXY...
Add Go 1.15 to the build matrix
Add Go 1.15 to the build matrix Signed-off-by: Mark Sagi-Kazar <96fc3fb31ad15c04c92a83051be1defd0efbd70d@gmail.com>
YAML
mit
spf13/viper
3c2a0846c5c236865d5d839efdfbf891e6bdf1cb
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-cover-jobs - openstack-python3-wallaby-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-cover-jobs - openstack-python3-yoga-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 yoga unit tests
Add Python3 yoga unit tests This patch updates the project template to use the Yoga project template to ensure unit testing is in place for all of the tested runtimes for yoga. For more please refer to [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I47f85706b2b5ad8a...
YAML
apache-2.0
openstack/oslo.concurrency
09c3a31e8f1d2de6f292399ac97c61b1dca3e5b7
.zuul.yaml
.zuul.yaml
- project: check: jobs: - monasca-tempest-python-mysql: voting: false - monasca-tempest-python-postgresql: voting: false - monasca-tempest-java-mysql: voting: false - monasca-tempest-java-postgresql: voting: false
- project: check: jobs: - monasca-tempest-python-influxdb: voting: false - monasca-tempest-java-influxdb: voting: false
Remove PostgreSQL tempest jobs from Zuul
Remove PostgreSQL tempest jobs from Zuul * remove monasca-tempest-*-postgresql jobs * rename monasca-tempest-*-mysql -> monasca-tempest-*-influxdb jobs Story: 2001650 Task: 6675 Change-Id: I6d5e55d78dcb0c5689918e341b1090158731b689 Depends-On: https://review.openstack.org/550795
YAML
apache-2.0
openstack/monasca-notification,openstack/monasca-notification,stackforge/monasca-notification
1feba0a1f744517ad96d67e8a672429df93a13f7
.zuul.yaml
.zuul.yaml
- project: cloud-provider-openstack-unittest: jobs: - cloud-provider-openstack-unittest cloud-provider-openstack-acceptance-test-lb-octavia: jobs: - cloud-provider-openstack-acceptance-test-lb-octavia cloud-provider-openstack-acceptance-test-keystone-authentication-authorization:...
- project: cloud-provider-openstack-unittest: jobs: - cloud-provider-openstack-unittest cloud-provider-openstack-acceptance-test-lb-octavia: jobs: - cloud-provider-openstack-acceptance-test-lb-octavia cloud-provider-openstack-acceptance-test-keystone-authentication-authorization:...
Add k8s/cinder standalone/cinder and csi/cinder jobs
Add k8s/cinder standalone/cinder and csi/cinder jobs - cloud-provider-openstack-acceptance-test-k8s-cinder - cloud-provider-openstack-acceptance-test-standalone-cinder - cloud-provider-openstack-acceptance-test-csi-cinder
YAML
apache-2.0
kubernetes/cloud-provider-openstack,kubernetes/cloud-provider-openstack,kubernetes/cloud-provider-openstack
1f2e7b06cf222650ce3f39dacedada756eb49b3c
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: node: circleci/node@1.1.6 jobs: build-and-test: executor: name: node/default tag: '12-browsers' steps: - checkout - node/with-cache: steps: - run: npm install - run: npm run test-ci - run: name: Upload c...
version: 2.1 orbs: node: circleci/node@1.1.6 jobs: build-and-test: executor: name: node/default tag: '12-browsers' steps: - checkout - node/with-cache: steps: - run: npm install - run: npm run lint -- auth0-angular - run: npm run test-ci ...
Add lint command to CI step
Add lint command to CI step
YAML
mit
auth0/auth0-angular,auth0/auth0-angular,auth0/auth0-angular
20ea7697ae134f959e5633a49175b1f1d87d8e15
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/golang:1.9.1 working_directory: /go/src/github.com/FINRAOS steps: - run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite . - run: comand: | cd yum-nginx-api make build mak...
version: 2 jobs: build: docker: - image: circleci/golang:1.9.1 working_directory: /go/src/github.com/FINRAOS steps: - run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite . - run: shell: /bin/sh command: | cd yum-nginx-api ...
Change build to work with circleci 2
Change build to work with circleci 2
YAML
apache-2.0
FINRAOS/yum-nginx-api,FINRAOS/yum-nginx-api
b6f9d6e136792f22c25b3381ef39c7ada5fc05fb
.circleci/config.yml
.circleci/config.yml
# Generic config to build a gem version: 2.1 # Checkout with a fetch and pull checkout_repo: &checkout run: name: Checkout command: 'git config user.name "circleci" && git config user.email "richard.parratt@sharesight.co.nz" && git fetch && git checkout master && git pull && git merge --no-edit $CIRCLE_BRANC...
# Generic config to build a gem version: 2.1 # Checkout with a fetch and pull checkout_repo: &checkout run: name: Checkout command: 'git config user.name "circleci" && git config user.email "richard.parratt@sharesight.co.nz" && git fetch && git checkout master && git pull && git merge --no-edit $CIRCLE_BRANC...
Remove support for Ruby 2.6
Remove support for Ruby 2.6
YAML
mit
sharesight/flappi,sharesight/flappi,sharesight/flappi
46b6bddf6b1a4832006e13f9a5b4d11c80eb11f3
.circleci/config.yml
.circleci/config.yml
version: 2.1 aliases: # Variables - &project_working_directory ~/project - &yarn_cache_version v1 orbs: eq: equisoft/build-tools@0.0.7 executors: node: working_directory: *project_working_directory docker: - image: node:10 commands: attach-project-directory: steps: - attach_works...
version: 2.1 aliases: # Variables - &project_working_directory ~/project - &yarn_cache_version v1 orbs: eq: equisoft/build-tools@0.0.7 executors: node: working_directory: *project_working_directory docker: - image: node:10 commands: attach-project-directory: steps: - attach_works...
Fix yarn install in ci
Fix yarn install in ci
YAML
mit
kronostechnologies/kronos-app-frontend
8f023ec3840d1b7356014e84e092b404d3224896
.circleci/config.yml
.circleci/config.yml
version: 2.0 my-steps: &steps - checkout - run: sudo pip install -r requirements.txt - run: sudo pip install flake8 pytest - run: python --version ; pip --version ; pwd ; ls # stop the build if there are Python syntax errors or undefined names - run: flake8 . --count --select=E901,E999,F821,F822,F823 --sho...
version: 2.0 my-steps: &steps - checkout - run: sudo pip install -r requirements.txt - run: sudo pip install flake8 pytest - run: python --version ; pip --version ; pwd ; ls # stop the build if there are Python syntax errors or undefined names - run: flake8 . --count --select=E901,E999,F821,F822,F823 --sho...
Upgrade from Python 3.6 —> 3.7
CircleCI: Upgrade from Python 3.6 —> 3.7
YAML
mit
ggtracker/sc2reader,StoicLoofah/sc2reader,ggtracker/sc2reader,StoicLoofah/sc2reader
c8d39cf0b8505b7038398d7c4010d080b226cb54
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: linuxbrew/linuxbrew environment: HOMEBREW_DEVELOPER: 1 HOMEBREW_NO_AUTO_UPDATE: 1 steps: - run: | cd /home/linuxbrew/.linuxbrew/Homebrew git pull --ff-only if [ -n "$CIRCLE_PR_NUMBER" ]; then git f...
version: 2 jobs: build: docker: - image: linuxbrew/linuxbrew environment: HOMEBREW_DEVELOPER: 1 HOMEBREW_NO_AUTO_UPDATE: 1 steps: - run: name: Install unzip and svn for tests command: sudo apt-get update && sudo apt-get install -y unzip subversion - run: | ...
Use system unzip and subversion for the tests
Use system unzip and subversion for the tests
YAML
bsd-2-clause
Linuxbrew/brew,maxim-belkin/brew,Linuxbrew/brew,Linuxbrew/brew,maxim-belkin/brew,Linuxbrew/brew,maxim-belkin/brew
d042116f6147ff6fa473289609c59f7e3b760328
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: bch: machine: true steps: - checkout - run: name: Build docker image command: docker build --rm -t btcpool_bch --build-arg BUILD_ENV_TAG=bch-0.17.2 --build-arg BUILD_TYPE=Debug --build-arg BUILD_JOBS=2 --build-arg WORK_WITH_STRATUM_SWITCHER=OFF . - run: ...
version: 2 jobs: bch: machine: true steps: - checkout - run: name: Build docker image command: docker build --rm -t btcpool_bch --build-arg BUILD_ENV_TAG=bch-0.18.5 --build-arg BUILD_TYPE=Debug --build-arg BUILD_JOBS=2 --build-arg WORK_WITH_STRATUM_SWITCHER=OFF . - run: ...
Use bch-0.18.5 in CircleCI build
Use bch-0.18.5 in CircleCI build
YAML
mit
btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool
a4e4d2b0f686bd29bf08d1a20686c3224702b4e9
.circleci/config.yml
.circleci/config.yml
version: 2.0 references: rust_cfg: &rust_cfg docker: - image: rust:1.26.2 jobs: test-openblas: <<: *rust_cfg steps: - checkout - run: name: test OpenBLAS backend command: | apt update && apt install -y gfortran cargo test --no-default-featu...
version: 2.0 references: rust_cfg: &rust_cfg docker: - image: rust:1.26.2 jobs: test-openblas: <<: *rust_cfg steps: - checkout - run: name: test OpenBLAS backend command: | apt update && apt install -y gfortran cargo test --no-default-featu...
Add serde test for all backend
Add serde test for all backend
YAML
mit
termoshtt/ndarray-linalg
1bb37f26363aec8cdc6d29779ada41ebc5d6c3b0
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/php:7.1-cli working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "composer.json" }} - v1-dependencies- - run: composer install -n --prefer-dist - ...
version: 2 jobs: build: docker: - image: circleci/php:7.1-cli working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "composer.json" }} - v1-dependencies- - run: composer install -n --prefer-dist - ...
Use correct prefix property name
Use correct prefix property name
YAML
mit
phpgt/csrf
ae70d1e85ecf50ac9f083cce1cb1fe828536a9e4
.circleci/config.yml
.circleci/config.yml
version: 2 aliases: build-steps: &build-steps - checkout - run: name: Install dependencies command: | apt-get update apt-get install -y libidn11-dev bundle install - run: name: Run Rubocop command: | bundle exec rubocop --parallel --...
version: 2 aliases: build-steps: &build-steps - checkout - run: name: Install dependencies command: | apt-get update apt-get install -y libidn11-dev gem install bundler:1.16.2 bundle install - run: name: Run Rubocop command: | ...
Install specific version of bundler
Install specific version of bundler
YAML
mit
ryota-ka/twterm
1c74aeae188bdf8ea3a282be278952ee23355f65
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: centos:latest steps: - checkout - run: name: Update command: .circleci/build.sh update - run: name: Install base tools and FMI repositories command: .circleci/build.sh fmiprep - run: name: ...
version: 2 jobs: build: docker: - image: centos:latest steps: - checkout - run: name: Update command: .circleci/build.sh update - run: name: Install base tools and FMI repositories command: .circleci/build.sh fmiprep - run: name: ...
Enable more testing in CI
Enable more testing in CI
YAML
mit
fmidev/smartmet-library-newbase,fmidev/smartmet-library-newbase
e49e27d9193d1cd21db7c9d53ccf3c7e8bb919b6
_data/menu.yml
_data/menu.yml
# For documentation on this file, see: # https://github.com/riggraz/no-style-please#customize-the-menu --- entries: - title: info entries: - title: email url: mailto:zmc@duck.com - title: github url: https://github.com/Furkanzmc - title: twitter url: https://twitter.com...
# For documentation on this file, see: # https://github.com/riggraz/no-style-please#customize-the-menu --- entries: - title: info entries: - title: email url: mailto:zmc@duck.com - title: github url: https://github.com/Furkanzmc - title: twitter url: https://twitter.com...
Add talks section to home page
Add talks section to home page
YAML
mit
Furkanzmc/furkanzmc.github.io,Furkanzmc/furkanzmc.github.io,Furkanzmc/furkanzmc.github.io
ac610f1d25fb8c7ed8b34e8df68489c2b59418e6
ansible/roles/redirects/vars/main.yml
ansible/roles/redirects/vars/main.yml
--- hosts: redirect.dmdirc.com: - { location: "/java/windows/", redirect: "javadl.sun.com/webapps/download/AutoDL?BundleId=98426" } redirects_fallback: https://www.dmdirc.com
--- hosts: redirect.dmdirc.com: rules: - location: "/java/windows/" redirect: "javadl.sun.com/webapps/download/AutoDL?BundleId=98426" fallback: https://www.dmdirc.com
Use new vars for redirects.
Use new vars for redirects.
YAML
mit
DMDirc/Infrastructure,DMDirc/Infrastructure,DMDirc/Infrastructure,DMDirc/Infrastructure
c6ee88e4bd5c7132d7e41ea756c084ad2faeab6a
ansible/tasks/aws_shell_bootstrap.yml
ansible/tasks/aws_shell_bootstrap.yml
--- # A collection of tasks that are suitable to bootstrap a shell host in a remote # AWS environment. # 1. Add key as authorized on shell server - name: "Set web SSH key as authorized on shell" authorized_key: user: "{{ ansible_user }}" state: present key: "{{ lookup('file', './keys/web_id_rsa.pub') }}...
--- # A collection of tasks that are suitable to bootstrap a shell host in a remote # AWS environment. # 1. Add key as authorized on shell server - name: "Set web SSH key as authorized on shell" authorized_key: user: "{{ ansible_user }}" state: present key: "{{ lookup('file', './fetched/keys/web_id_rsa....
Fix bootstrap on AWS to account for new fetched dir
Fix bootstrap on AWS to account for new fetched dir
YAML
mit
royragsdale/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF,royragsdale/picoCTF,picoCTF/picoCTF,picoCTF/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF,royragsdale/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF
4b42c0b7e262ec0a6ab167295371fcf0429d3687
vagrant.yml
vagrant.yml
--- - name: Create a {{ application_name }} virtual machine via vagrant hosts: all sudo: yes sudo_user: root remote_user: vagrant vars: - setup_git_repo: yes - update_apt_cache: yes vars_files: - env_vars/base.yml - env_vars/vagrant.yml roles: - base - db - rabbitmq - web...
--- - name: Create a {{ application_name }} virtual machine via vagrant hosts: all sudo: yes sudo_user: root remote_user: vagrant vars: - setup_git_repo: yes - update_apt_cache: yes vars_files: - env_vars/base.yml - env_vars/vagrant.yml roles: - base - memcached - db - ra...
Move memcache to the front of the roles.
Move memcache to the front of the roles.
YAML
mit
ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,FireCARES/firecares-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ProminentEdge/flintlock-ansible,ROGUE-JCTD/vida-ansible,meilinger/firecares-ansible,ROGUE-JCTD/vida-ansible,FireCARES/firecares-ansible,ProminentEdge/flintlock-ansible,meilinger/firecares-ansible,...
56ddb010f635725cbf111112173435ca2056642e
config.yaml
config.yaml
--- name: 'Generic PANOPTES Unit' location: name: Mauna Loa Observatory latitude: 19.54 longitude: -155.58 elevation: 3400.0 utc_offset: -10.00 # Hours horizon: 30 twilight_horizon: -12 timezone: 'US/Hawaii' directories: base: '/var/panoptes/POCS' images: '/var/panoptes/images' ...
--- name: 'Generic PANOPTES Unit' location: name: Mauna Loa Observatory latitude: 19.54 longitude: -155.58 elevation: 3400.0 utc_offset: -10.00 # Hours horizon: 30 twilight_horizon: -18 timezone: 'US/Hawaii' directories: base: '/var/panoptes/POCS' images: '/var/panoptes/images' ...
Update horizon for astronomical twilight
Update horizon for astronomical twilight
YAML
mit
joshwalawender/POCS,panoptes/POCS,panoptes/POCS,AstroHuntsman/POCS,joshwalawender/POCS,panoptes/POCS,joshwalawender/POCS,AstroHuntsman/POCS,AstroHuntsman/POCS,AstroHuntsman/POCS,panoptes/POCS
63cad1ff447103124475b1073d069cbd31be7fb3
config.yaml
config.yaml
options: latest: type: boolean default: False description: | If True, deploy the latest version of docker, when False (default) installs docker.io from the Ubuntu package archive." version: type: string default: 1.7.0 description: | When latest = true, specify the version t...
options: latest: type: boolean default: False description: | If True, deploy the latest version of docker, when False (default) installs docker.io from the Ubuntu package archive." version: type: string default: 1.7.0 description: | When latest = true, specify the version t...
Swap AUFS default to True
Swap AUFS default to True Device mapper enabled by default causes so many issues with AWS now when doing a vanilla deployment. Entire gigs of disk storage are consumed pulling a simple 400MB container - with only a few layers. This is broken behavior by default. if this causes any problems in your setup please file a...
YAML
bsd-3-clause
chuckbutler/docker-charm,chuckbutler/docker-charm
726727f45aa9c0fedfae9a40ba3b96030e7fe223
crowdin.yml
crowdin.yml
files: - source: /translations/en_US/*.json translation: /translations/%locale_with_underscore%/%original_file_name%
commit_message: "[ci skip] i18n: Translations of %original_file_name% from Crowdin" files: - source: /translations/en_US/*.json translation: /translations/%locale_with_underscore%/%original_file_name%
Add ci skip in commit message
i18n: Add ci skip in commit message
YAML
apache-2.0
yunify/qsctl
923782a2ef126f8af0f2b1f9ec0887158b2aae01
src/OpenConext/EngineBlock/ApiBundle/Resources/config/routing.yml
src/OpenConext/EngineBlock/ApiBundle/Resources/config/routing.yml
api_heartbeat: path: / defaults: _controller: openconext.api.controller.heartbeat:itWorksAction api_connections: path: /api/connections methods: [POST] defaults: _controller: openconext.api.controller.connections:pushConnectionsAction api_consent_user: path: /api/...
api_heartbeat: path: / defaults: _controller: openconext.api.controller.heartbeat:itWorksAction api_connections: path: /api/connections methods: [POST] defaults: _controller: openconext.api.controller.connections:pushConnectionsAction api_consent_user: path: /cons...
Remove /api prefix from /api/consent route
Remove /api prefix from /api/consent route
YAML
apache-2.0
thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock
6835f1d0c3aa37f0b169d501e67095bce6794bf9
wercker.yml
wercker.yml
box: mitsuse/golang build: steps: - setup-go-workspace - script: name: build code: | go get -t ./... - script: name: coverage code: | bash coverage.bash bash goveralls.bash - tcnksm/gox: ...
box: golang:1.5 build: steps: - setup-go-workspace - script: name: build code: | go get -t ./... - script: name: coverage code: | bash coverage.bash bash goveralls.bash - tcnksm/gox: ...
Use the official container image of Golang.
Use the official container image of Golang.
YAML
mit
mitsuse/arcus,mitsuse/bullet
17fe1ebc62dadcf185960935133314f5a3fd6287
config/prisons/RNI-ranby.yml
config/prisons/RNI-ranby.yml
--- name: Ranby nomis_id: RNI address: - RETFORD - DN22 8EU email: socialvisits.ranby@hmps.gsi.gov.uk enabled: true estate: Ranby phone: 01777 862107 slots: fri: - 1345-1600 mon: - 1345-1600 sat: - 0845-1100 - 1345-1600 sun: - 0845-1100 - 1345-1600 unbookable: - 2014-12-25 - 2014-12-26 - 2015-01-01 ...
--- name: Ranby nomis_id: RNI address: - RETFORD - DN22 8EU email: socialvisits.ranby@hmps.gsi.gov.uk enabled: true estate: Ranby phone: 01777 862107 slots: fri: - 1345-1600 mon: - 1345-1600 sat: - 0845-1100 - 1345-1600 sun: - 0845-1100 - 1345-1600 unbookable: - 2014-12-25 - 2014-12-26 - 2015-01-01 ...
Update Ranby Boxing Day unbookable
Update Ranby Boxing Day unbookable
YAML
mit
ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits
14424c588a9b4b5085382e658efd219fd635d0b6
.codecov.yml
.codecov.yml
coverage: status: project: default: target: 80% threshold: null base: comment: layout: "header, sunburst" ignore: - "src/main/java/rubys/ninja/experiments/zahlenpuzzle/game/Game.java"
coverage: status: project: default: target: 80% threshold: null base: comment: layout: "header, sunburst" ignore: - "src/main/java/rubys/ninja/experiments/zahlenpuzzle/game/SinglePlayerGame.java"
Add correct file to ignore
Add correct file to ignore
YAML
agpl-3.0
bash/Zahlenpuzzle
f7a0ffefa9a2545cc005e5d556f15f7d56590590
recipes/easyquery.yaml
recipes/easyquery.yaml
{% set name = "easyquery" %} {% set version = "0.1.5" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/easyquery-{{ version }}.tar.gz sha256: de2872add2fa78c1b827523d124922426d85d37ca2a41041c809f8813b76a6c5 build: number: 0 n...
{% set name = "easyquery" %} {% set version = "0.1.5" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/easyquery-{{ version }}.tar.gz sha256: de2872add2fa78c1b827523d124922426d85d37ca2a41041c809f8813b76a6c5 build: number: 0 n...
Add doc and dev url
Add doc and dev url
YAML
bsd-3-clause
jochym/staged-recipes,ocefpaf/staged-recipes,SylvainCorlay/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,st...
af5f8239b00413564703235e6791095c07cdd70e
.kitchen.yml
.kitchen.yml
--- driver_plugin: vagrant platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.2.0.box require_chef_omnibus: 11.4.0 customize: cpus: 2 memory: 1024 run_list: - recipe[apt] suites: - n...
--- driver_plugin: vagrant driver_config: customize: memory: 1024 platforms: - name: ubuntu-12.04 driver_config: box: opscode-ubuntu-12.04-nochef box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box require_chef_omnibus: 11.6.0 run_list: - recipe[apt] s...
Use new provisionerless base box for Test Kitchen
Use new provisionerless base box for Test Kitchen
YAML
apache-2.0
hipsnip-cookbooks/papertrail-rsyslog
3465e88299afe79928a2eeb0f199a29d405a3a0b
.mergify.yml
.mergify.yml
pull_request_rules: - name: Auto merge conditions: - "#changes-requested-reviews-by=0" - label=st:test-and-merge - status-success=Jenkins - status-success=continuous-integration/travis-ci/pr - status-success=pfn-public-ci/cupy.py3.amd actions: merge: method: merge ...
pull_request_rules: - name: Auto merge conditions: - "#changes-requested-reviews-by=0" - label=st:test-and-merge - status-success=Jenkins - status-success=pretest # github workflows - status-success=pfn-public-ci/cupy.py3.amd actions: merge: method: merge s...
Configure Mergify to check GitHub Actions instead of Travis
Configure Mergify to check GitHub Actions instead of Travis
YAML
mit
cupy/cupy,cupy/cupy,cupy/cupy,cupy/cupy
af85b7ea9f65ddefaecd95ae2094905c54d3c0c4
.rubocop.yml
.rubocop.yml
AllCops: Include: - './Rakefile' - 'instapaper.gemspec' - 'lib/**/*.rb' - 'spec/**/*.rb' DisplayCopNames: true Metrics/BlockNesting: Max: 2 Metrics/LineLength: AllowURI: true Enabled: false Metrics/MethodLength: CountComments: false Max: 10 Metrics/ParameterLists: Max: 4 CountKeywo...
AllCops: Include: - "./Rakefile" - "instapaper.gemspec" - "lib/**/*.rb" - "spec/**/*.rb" DisplayCopNames: true Metrics/BlockNesting: Max: 2 Metrics/LineLength: AllowURI: true Enabled: false Metrics/MethodLength: CountComments: false Max: 10 Metrics/ParameterLists: Max: 4 CountKeywo...
Update Rubocop trailing comma rules
Update Rubocop trailing comma rules
YAML
mit
stve/silencer
9fda4eee8568209fdaa978e7649ac3a6556dd90a
tools/docker-compose.yml
tools/docker-compose.yml
version: '3' services: # Primary Tower Development Container tower: image: gcr.io/ansible-tower-engineering/tower_devel:${TAG} hostname: tower environment: RABBITMQ_HOST: rabbitmq RABBITMQ_USER: guest RABBITMQ_PASS: guest RABBITMQ_VHOST: / CELERY_RDB_HOST: 0.0.0.0 EXT...
version: '3' services: # Primary Tower Development Container tower: image: gcr.io/ansible-tower-engineering/tower_devel:${TAG} hostname: tower environment: RABBITMQ_HOST: rabbitmq RABBITMQ_USER: guest RABBITMQ_PASS: guest RABBITMQ_VHOST: / CELERY_RDB_HOST: 0.0.0.0 EXT...
Remove extra_hosts that breaks dev environment
Remove extra_hosts that breaks dev environment This was triggered by a docker update, and an empty value of DOCKER_HOST_IP resulted in an error running `make docker-compose`
YAML
apache-2.0
wwitzel3/awx,wwitzel3/awx,snahelou/awx,snahelou/awx,wwitzel3/awx,snahelou/awx,wwitzel3/awx,snahelou/awx
2321a87d54e202e30c45a5d2678205e9cb94e6ba
spec/fixtures/answers.yml
spec/fixtures/answers.yml
test: user: answerer question: test content: 'You just do!'
test: user: answerer question: test content: 'You just do!' another_test: user: tester question: test content: 'Another'
Add another answer for testing accepted state
Add another answer for testing accepted state
YAML
mit
joshmcarthur/inquest,joshmcarthur/inquest
eebb7feb3162515a6724900d8cd9cc0cb58bd9e5
calib/dart_wide.yaml
calib/dart_wide.yaml
%YAML:1.0 distortion: !!opencv-matrix rows: 5 cols: 1 dt: d data: [ -3.1815105540175526e-01, 1.0591046039383142e-01, -1.0846383416668096e-03, 1.4267756580221081e-03, -1.6546788512820227e-02 ] cam_matrix: !!opencv-matrix rows: 3 cols: 3 dt: d data: [ 6.1739702030660897e+02, 0., 6.06...
%YAML:1.0 distortion: !!opencv-matrix rows: 5 cols: 1 dt: d data: [ -3.1815105540175526e-01, 1.0591046039383142e-01, -1.0846383416668096e-03, 1.4267756580221081e-03, -1.6546788512820227e-02 ] cam_matrix: !!opencv-matrix rows: 3 cols: 3 dt: d data: [ 6.1739702030660897e+02, 0., 6.06...
Add missing image size to calib file
Add missing image size to calib file
YAML
bsd-3-clause
kmalhan/pylon_camera,kmalhan/pylon_camera