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
7582a7ce2242411f28e9f74133467cdaae8d8a85
circle.yml
circle.yml
dependencies: pre: - createdb pigeon-backend-test - createuser pigeon-backend-test - echo '{:profiles/dev {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend?user=pigeon-backend&password=pigeon-backend"}} :profiles/test {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend-test...
dependencies: pre: - createdb pigeon-backend-test - createuser pigeon-backend-test - echo '{:profiles/dev {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend?user=pigeon-backend&password=pigeon-backend"}} :profiles/test {:env {:connection-uri "jdbc:postgresql://localhost/pigeon-backend-test...
Move coveralls CI task under master branch task
Move coveralls CI task under master branch task
YAML
mit
rulebased-chat/pigeon-backend,rulebased-chat/pigeon-backend
cb87cd15c5fe138f2ee7a3e29e67e10f1a05bb58
circle.yml
circle.yml
machine: ruby: version: 2.3.1 checkout: post: - git submodule sync - git submodule update --init # use submodules # We need to manually git push to Heroku because Lecture Hall depends on # submodules and Heroku only supports submodules when deploying through git. deployment: master: branch...
machine: ruby: version: 2.3.1 checkout: post: - git submodule sync - git submodule update --init # use submodules # We need to manually git push to Heroku because Lecture Hall depends on # submodules and Heroku only supports submodules when deploying through git. deployment: master: branch...
Fix Heroku remote deployment URL
Fix Heroku remote deployment URL
YAML
mit
paked/lecture-hall,hackclub/lecture-hall,hc-hackbot/lecture-hall,hackclub/lecture-hall,hc-hackbot/lecture-hall,paked/lecture-hall,hc-hackbot/lecture-hall,paked/lecture-hall,hackclub/lecture-hall
b6cc3b2f0e97630f6c2b554826758b1aca72cf0f
circle.yml
circle.yml
machine: services: - postgresql - docker dependencies: cache_directories: - "~/docker" override: - docker info # use circleci's docker cache workaround - if [ -e ~/docker/image.tar ]; then echo "Loading image.tar"; docker load -i ~/docker/image.tar || rm ~/docker/image.tar; fi # build...
machine: services: - postgresql - docker dependencies: cache_directories: - "~/docker" override: - docker info # use circleci's docker cache workaround - if [ -e ~/docker/image.tar ]; then echo "Loading image.tar"; docker load -i ~/docker/image.tar || rm ~/docker/image.tar; fi # build...
Store test artifacts for CI processing
Store test artifacts for CI processing
YAML
mpl-2.0
Osmose/normandy,mozilla/normandy,Osmose/normandy,Osmose/normandy,mozilla/normandy,mozilla/normandy,mozilla/normandy,Osmose/normandy
d6e9e03fa3e4d494360ec32931a20e07534327c3
circle.yml
circle.yml
machine: xcode: version: "6.3.1" dependencies: pre: - scripts/import_certs - sudo chown :wheel /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ *.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim - brew update - brew install carthage override: - carthage bootstrap post: ...
machine: xcode: version: "7.0" dependencies: pre: - scripts/import_certs - sudo chown :wheel /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ *.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim - brew update - brew install carthage override: - carthage bootstrap post: ...
Update CircleCI to Xcode 7.0
Update CircleCI to Xcode 7.0
YAML
apache-2.0
trivago/Dobby,trivago/Dobby,trivago/Dobby,rheinfabrik/Dobby,rheinfabrik/Dobby,rheinfabrik/Dobby
494965f141bf417d0c6321bb3cb9543c66c42d38
circle.yml
circle.yml
machine: node: version: 0.10.28 python: version: 3.4.1 services: - postgresql environment: TEST_DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test dependencies: override: - pip install -r requirements-dev.txt - npm install - bower install test: override: - isort --...
machine: node: version: 0.10.28 python: version: 3.4.1 services: - postgresql environment: TEST_DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test dependencies: override: - pip install -r requirements-dev.txt - npm install - bower install test: override: - isort --...
Disable e2e tests on CI machine
Disable e2e tests on CI machine There is problems when CI tries to start python server for e2e test. For now there isn't any real e2e tests so the tests are just disabled until the problem is solved.
YAML
agpl-3.0
City-of-Helsinki/kuulemma,City-of-Helsinki/kuulemma,fastmonkeys/kuulemma,City-of-Helsinki/kuulemma,fastmonkeys/kuulemma,fastmonkeys/kuulemma
209b3cb0899a8f86f5c0720e37d76ce06abe1a1c
circle.yml
circle.yml
# Install stuff dependencies: cache_directories: - "~/miniconda3/pkgs" override: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b -f - ${HOME}/miniconda3/bin/conda config --add channels desilinguist - ${H...
# Install stuff dependencies: cache_directories: - "~/miniconda3/pkgs" override: - wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh - chmod +x miniconda.sh - ./miniconda.sh -b -f - ${HOME}/miniconda3/bin/conda config --add channels desilinguist - ${H...
Integrate codecov.io into CI tests.
Integrate codecov.io into CI tests.
YAML
apache-2.0
EducationalTestingService/rsmtool
ef52c39df9a90401fc237383ef270360c3ef90f7
src/Ojs/JournalBundle/DataFixtures/Alice/article.yml
src/Ojs/JournalBundle/DataFixtures/Alice/article.yml
\Ojs\JournalBundle\Entity\Article: article{1..50}: doi: <regexify('\d{9}')> firstPage: <boolean(20)> isAnonymous: false journal: @journal* keywords: <text(10)>,<text(10)>,<text(10)> lastPage: <randomNumber(3)> pubdate: <dateTimeThisYear()> status: <boolean(80)> subjects: <text(85)>...
\Ojs\JournalBundle\Entity\Article: article{1..50}: doi: <regexify('\d{9}')> firstPage: <boolean(20)> isAnonymous: false journal: @journal* keywords: <text(10)>,<text(10)>,<text(10)> lastPage: <randomNumber(3)> pubdate: <dateTimeThisYear()> status: 3 subjects: <text(85)>,<text(84)>,...
Test fixed. JournalList limit updated.
Test fixed. JournalList limit updated.
YAML
mit
okulbilisim/ojs,beyzakokcan/ojs,okulbilisim/ojs,beyzakokcan/ojs,beyzakokcan/ojs,okulbilisim/ojs
eb32669d302293d34d1daa1ddb506788fbc1f987
packages/la/lambda-calculator.yaml
packages/la/lambda-calculator.yaml
homepage: https://github.com/sgillespie/lambda-calculus#readme changelog-type: '' hash: 409f78f5e3b9df4ae203da9c4a957e291e329d0603057dbd709de98c930dfd1d test-bench-deps: hlint: -any base: <=5 hspec: -any HUnit: -any lambda-calculator: -any maintainer: sean@mistersg.net synopsis: A lambda calculus interpreter ...
homepage: https://github.com/sgillespie/lambda-calculus#readme changelog-type: '' hash: 434a12dfa5856867ea1f5681aa2caed8c52985913f8fd0cdae8756f77b157065 test-bench-deps: hlint: -any base: <=5 hspec: -any HUnit: -any lambda-calculator: -any maintainer: sean@mistersg.net synopsis: A lambda calculus interpreter ...
Update from Hackage at 2017-01-03T01:16:28Z
Update from Hackage at 2017-01-03T01:16:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
26ff963fcfa8d4d9dcb8ecec62d6ad062472bd69
packages/li/list-fusion-probe.yaml
packages/li/list-fusion-probe.yaml
homepage: '' changelog-type: '' hash: b35324611890445e8965c921f0e74475791f81a9bd8e166262289b3a4db82f3f test-bench-deps: base: ! '>4.5 && <4.11' list-fusion-probe: -any tasty-hunit: ! '>0.4 && <0.11' tasty: ! '>0.7 && <0.13' maintainer: mail@joachim-breitner.de synopsis: testing list fusion for success changelog...
homepage: '' changelog-type: '' hash: dd8e9b1085e1d1538ecf618c57f8459b4ea90f97ab7e0edd93dad91262cd9c20 test-bench-deps: base: ! '>4.5 && <4.13' list-fusion-probe: -any tasty-hunit: ! '>0.4 && <0.11' tasty: ! '>0.7 && <0.13' maintainer: mail@joachim-breitner.de synopsis: testing list fusion for success changelog...
Update from Hackage at 2018-08-02T00:57:26Z
Update from Hackage at 2018-08-02T00:57:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
63673a1f809824f56522ecde70b652d598331712
buildsys-tags/cloud8-openstack-victoria-candidate.yml
buildsys-tags/cloud8-openstack-victoria-candidate.yml
packages:
packages: - project: python-pyghmi buildsys-tags: cloud8-openstack-victoria-candidate: python-pyghmi-1.5.14-1.el8
Rebuild python-pyghmi 1.5.14 from Fedora
Rebuild python-pyghmi 1.5.14 from Fedora Related-Bug: rhbz#1813889 Change-Id: I258a3a1f3390554475340a8dd2114d349043aab6
YAML
apache-2.0
redhat-openstack/rdoinfo
18ea939fbe402a6e84fd6151998cad956f666f0d
docs/environment.yml
docs/environment.yml
name: xtensor-docs channels: - conda-forge dependencies: - python=3.5 - pip: - breathe
name: xtensor-docs channels: - conda-forge dependencies: - python=3.5 - sphinx_rtd_theme - pip: - breathe
Use newer version of sphinx_rt_theme
Use newer version of sphinx_rt_theme
YAML
bsd-3-clause
QuantStack/xtensor,xtensor-stack/xtensor,xtensor-stack/xtensor,JohanMabille/xtensor,QuantStack/xtensor,JohanMabille/xtensor
601e397ed85ab8c71f0362ce96100a418883afe1
objects/services/examples/hello/hello_service.yml
objects/services/examples/hello/hello_service.yml
# Hello Service interface definition name: hello dependencies: [] methods: hello: in: text: "" out: text: "" noop: in: text: "" out: text: "" noop: in: text: "" out: text: ""
# Hello Service interface definition name: hello dependencies: [] methods: hello: in: text: "" out: text: "" noop: in: text: "" out: text: ""
Duplicate entry in hello service
Duplicate entry in hello service
YAML
bsd-2-clause
ooici/ion-definitions
b547f234d5c481982516bb335fba97cd5d3c1287
electron-builder.yml
electron-builder.yml
productName: PixivDeck appId: io.github.akameco.PixivDeck files: - dist/ - node_modules/ - app.html - main.js - main.js.map - package.json mac: category: public.app-category.social-networking dmg: contents: - x: 130 y: 220 - x: 410 y: 220 type: link path: /Applications li...
productName: PixivDeck appId: io.github.akameco.PixivDeck files: - dist/ - node_modules/ - app.html - main.js - main.js.map - package.json mac: category: public.app-category.social-networking dmg: contents: - x: 130 y: 220 - x: 410 y: 220 type: link path: /Applications li...
Update builder settings for windows
Update builder settings for windows
YAML
mit
akameco/PixivDeck,akameco/PixivDeck
1a56e60c232d243773cb1537c7d0aefbd690b547
recipes/cartopy_offlinedata/meta.yaml
recipes/cartopy_offlinedata/meta.yaml
{% set name = "cartopy_offlinedata" %} {% set version = "0.2.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/willirath/{{ name }}/archive/v{{ version }}.tar.gz sha256: f3c101a0e764d6bc2951fec364e3dc3e0fe662e8d9a9b6b3ccae59578683c9ef build: noarch: python numbe...
{% set name = "cartopy_offlinedata" %} {% set version = "0.2.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/willirath/{{ name }}/archive/v{{ version }}.tar.gz sha256: f3c101a0e764d6bc2951fec364e3dc3e0fe662e8d9a9b6b3ccae59578683c9ef build: noarch: python numbe...
Add bash to run dependencies
Add bash to run dependencies
YAML
bsd-3-clause
patricksnape/staged-recipes,goanpeca/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,asmeurer/staged-recipes,kwilcox/staged-recipes,goanpeca/s...
33ef462100feb903cba9b939d10c31e58863a7f6
packages/li/libgraph.yaml
packages/li/libgraph.yaml
homepage: http://maartenfaddegon.nl changelog-type: '' hash: ff576ef74f0c0000473411acba8fc054a646d7bbe089155d66e2da506062f6e4 test-bench-deps: {} maintainer: libgraph@maartenfaddegon.nl synopsis: Store and manipulate data in a graph. changelog: '' basic-deps: base: ! '>=4 && <5' monads-tf: -any process: -any un...
homepage: http://maartenfaddegon.nl changelog-type: '' hash: 785146c1bea092d2d80ca52e72476a5b3faff82f455272e6486b1ce8f7cebe8b test-bench-deps: {} maintainer: libgraph@maartenfaddegon.nl synopsis: Store and manipulate data in a graph. changelog: '' basic-deps: base: ! '>=4.6 && <5' monads-tf: -any process: -any ...
Update from Hackage at 2019-02-03T21:27:54Z
Update from Hackage at 2019-02-03T21:27:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
fc794ad82887a7605cd1ceb53e53ce14a3b17477
packages/og/ogmarkup.yaml
packages/og/ogmarkup.yaml
homepage: http://github.com/ogma-project/ogmarkup changelog-type: '' hash: 115b7315d04eee4001b306cbc4539ff0789f4f6b5979db28f374a3cec0c4e561 test-bench-deps: shakespeare: -any base: -any hspec: -any text: -any megaparsec: -any ogmarkup: -any hspec-megaparsec: -any maintainer: contact@thomasletan.fr synopsi...
homepage: https://nest.pijul.com/lthms/ogmarkup changelog-type: '' hash: cd333e7f51edc492017a44e7315ef548b35e4fbe045ce7d556da9471beac03f0 test-bench-deps: shakespeare: -any base: -any hspec: -any text: -any megaparsec: -any ogmarkup: -any hspec-megaparsec: -any maintainer: contact@thomasletan.fr synopsis:...
Update from Hackage at 2017-12-20T20:54:48Z
Update from Hackage at 2017-12-20T20:54:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
90b97519f8fed3220c5712411027400f2a705b39
packages/re/reformat.yaml
packages/re/reformat.yaml
homepage: https://github.com/Qinka/reformat changelog-type: markdown hash: b72eb8ec25d93258646ae00b08d5b61f2d2dace7be2bd69a75989a29e7c9f3a3 test-bench-deps: {} maintainer: qinka@live.com synopsis: The parser and render to parsec and render the string. changelog: ! '# Revision history for reformat ## 0.1.0.0 -- YYY...
homepage: https://github.com/Qinka/reformat changelog-type: markdown hash: d3fa18620d9516c43f62768fbdc049a0ab8a943b16b526a5118a4120fa4be5bc test-bench-deps: {} maintainer: qinka@live.com synopsis: The parser and render to parsec and render the string. changelog: ! '# Revision history for reformat ## 0.1.0.0 -- YYY...
Update from Hackage at 2017-12-28T02:39:30Z
Update from Hackage at 2017-12-28T02:39:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
a2af5426e00a394b971ab621ec023ed1dc92ad73
perftools-multi-hosts.yml
perftools-multi-hosts.yml
--- # Copyright 2015, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
--- # Copyright 2015, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Add em1 interface ipv4 address
Add em1 interface ipv4 address
YAML
apache-2.0
meteorfox/os-ansible-perftools,meteorfox/os-ansible-perftools,meteorfox/os-ansible-perftools
e086f162659cc5895713f125b8a702689c052f2e
recipes/ecm/meta.yaml
recipes/ecm/meta.yaml
{% set version = "7.0.4" %} package: name: ecm version: {{ version }} source: fn: ecm-{{ version }}.tar.gz url: https://gforge.inria.fr/frs/download.php/latestfile/160/ecm-{{ version }}.tar.gz sha256: 0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43 build: number: 0 skip: true # ...
{% set version = "7.0.4" %} package: name: ecm version: {{ version }} source: fn: ecm-{{ version }}.tar.gz url: https://gforge.inria.fr/frs/download.php/latestfile/160/ecm-{{ version }}.tar.gz sha256: 0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43 build: number: 0 skip: true # ...
Add autoconf to linux build
Add autoconf to linux build
YAML
bsd-3-clause
synapticarbors/staged-recipes,johanneskoester/staged-recipes,sannykr/staged-recipes,basnijholt/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,gqmelo/staged-recipes,koverholt/staged-recipes,mcs07/staged-recipes,pstjohn/staged-recipes,glemaitre/staged-recipes,Cashalow/staged-recipes,vamega/staged-recip...
8c296751795b31893ce6d19be2475b7c653aa2c4
pkg/analyzer/pubspec.yaml
pkg/analyzer/pubspec.yaml
name: analyzer version: 0.28.0-alpha.0 author: Dart Team <misc@dartlang.org> description: Static analyzer for Dart. homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer environment: sdk: '>=1.12.0 <2.0.0' dependencies: args: '>=0.12.1 <0.14.0' charcode: ^1.1.0 crypto: '>=1.1.1 <3.0.0' glob: ^1....
name: analyzer version: 0.28.0-alpha.1 author: Dart Team <misc@dartlang.org> description: Static analyzer for Dart. homepage: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer environment: sdk: '>=1.12.0 <2.0.0' dependencies: args: '>=0.12.1 <0.14.0' charcode: ^1.1.0 crypto: '>=1.1.1 <3.0.0' glob: ^1....
Increment version prior to publishing
Increment version prior to publishing R=scheglov@google.com Review URL: https://codereview.chromium.org/2249163003 .
YAML
bsd-3-clause
dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,da...
30f47674203c9ad50f905cf86ebaa77c814f313c
.codeinventory.yml
.codeinventory.yml
name: ASIS description: 'Social media image indexing API, primarily for use with the DigitalGov Search system.' license: null openSourceProject: 1 governmentWideReuseProject: 1 tags: - image - search - GSA - DigitalGovSearch contact: email: dawn.mccleskey@gsa.gov
name: ASIS description: 'Social media image indexing API, primarily for use with the DigitalGov Search system.' license: null openSourceProject: 1 governmentWideReuseProject: 1 tags: - image - search - GSA - DigitalGovSearch contact: email: search@support.digitalgov.gov
Update contact email to team address
Update contact email to team address
YAML
cc0-1.0
GSA/asis,GSA/asis
ebc3e6670c0bf2d60eb9ec73c60053513c7b7bdf
playbooks/sphinx/pre.yaml
playbooks/sphinx/pre.yaml
- hosts: all roles: - role: bindep bindep_profile: doc - ensure-sphinx - revoke-sudo
- hosts: all roles: - role: bindep bindep_profile: compile doc - ensure-sphinx - revoke-sudo
Add compile bindep profile to publish-zuul-docs
Add compile bindep profile to publish-zuul-docs This updates it to match build-sphinx-docs. Change-Id: I8d3ce9d4282af448dc2444155548e26579e4d6ae
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
fa7dca17505100e4b2ec1269ee59e54d434c5e36
roles/StackStorm.mongodb/tasks/mongodb_debian.yml
roles/StackStorm.mongodb/tasks/mongodb_debian.yml
--- - name: apt | Add mongodb key become: yes apt_key: # Don't use mongodb.org key location due to SNI verification problems under Ubuntu Trusty keyserver: "hkp://keyserver.ubuntu.com:80" id: "{{ mongodb_apt_keys[mongodb_major_minor_version] }}" state: present register: _task retries: 5 delay:...
--- - name: apt | Install gpg become: true ansible.builtin.apt: state: present update_cache: true name: gpg - name: apt | Add mongodb key become: yes apt_key: # Don't use mongodb.org key location due to SNI verification problems under Ubuntu Trusty keyserver: "hkp://keyserver.ubuntu.com:80"...
Install gpg before calling apt_key
Install gpg before calling apt_key
YAML
apache-2.0
StackStorm/ansible-st2
247fc701222aee3da97538203b861a5c4fd59717
roles/macbook_setup/tasks/i3wm.yml
roles/macbook_setup/tasks/i3wm.yml
--- - name: 'Install the needed sur5r-keyring package' become: true apt: deb: 'http://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2018.01.30_all.deb' notify: 'macbook_setup-apt-get-update' - name: 'Add the i3wm ubuntu repo' become: true apt_repository: repo: "deb http://debian.sur5r.n...
--- - name: 'Install the needed sur5r-keyring package' become: true apt: deb: 'http://debian.sur5r.net/i3/pool/main/s/sur5r-keyring/sur5r-keyring_2019.02.01_all.deb' notify: 'macbook_setup-apt-get-update' - name: 'Add the i3wm ubuntu repo' become: true apt_repository: repo: 'deb http://debian.sur5r.n...
Use the latest i3 signing key
Use the latest i3 signing key
YAML
mit
marvinpinto/laptop,marvinpinto/laptop,marvinpinto/laptop
5459d2f2af968a4b892308661c2c8e29300ef770
spec/fixtures/templates/yml/invalid_myapp_vpc.yml
spec/fixtures/templates/yml/invalid_myapp_vpc.yml
--- Description: "A test VPC template" this is not valid yml Resources: Vpc: Type: "AWS::EC2::VPC"
--- Descr : : iption: "A test VPC template" this is not valid yml Resources: Vpc: Type: "AWS::EC2::VPC"
Make invalid yml invalid enough for Psych to throw an exception
Make invalid yml invalid enough for Psych to throw an exception
YAML
mit
bulletproofnetworks/stack_master,envato/stack_master,bulletproofnetworks/stack_master,bulletproofnetworks/stack_master,envato/stack_master
61483b61912d9c0b0e5527f1c97d9bba3e78647c
src/Sylius/Bundle/WebBundle/Resources/config/routing/backend/taxonomy.yml
src/Sylius/Bundle/WebBundle/Resources/config/routing/backend/taxonomy.yml
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski sylius_backend_taxonomy_index: path: / methods: [GET] defaults: _controller: sylius.controller.taxonomy:indexAction _sylius: template: SyliusWebBundle:Backend/Taxonomy:index.html.twig sortable: true ...
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski sylius_backend_taxonomy_index: path: / methods: [GET] defaults: _controller: sylius.controller.taxonomy:indexAction _sylius: template: SyliusWebBundle:Backend/Taxonomy:index.html.twig sortable: true ...
Sort taxonomies on backend list view by name
Sort taxonomies on backend list view by name
YAML
mit
vihuvac/Sylius,Shine-neko/Sylius,mhujer/Sylius,sweoggy/Sylius,Arminek/Sylius,tonicospinelli/Sylius,Shine-neko/Sylius,mbabker/Sylius,diimpp/Sylius,juramy/Sylius,Shine-neko/Sylius,cdaguerre/Sylius,mbabker/Sylius,pfwd/Sylius,pjedrzejewski/Sylius,MichaelKubovic/Sylius,ravaj-group/Sylius,pfwd/Sylius,tuka217/Sylius,dragospro...
3b215292a03873ad9afec256656db68cd70bece3
config/settings/production.yml
config/settings/production.yml
host: host: app.payload.pk smtp: address: <%= ENV['SMTP_HOST'] %> port: <%= ENV['SMTP_PORT'] %> user_name: <%= ENV['SMTP_USERNAME'] %> password: <%= ENV['SMTP_PASSWORD'] %> papertrail: host: <%= ENV['PAPERTRAIL_HOST'] %> port: <%= ENV['PAPERTRIL_PORT'] %>
host: host: app.payload.pk smtp: address: <%= ENV['SMTP_HOST'] %> port: <%= ENV['SMTP_PORT'] %> user_name: <%= ENV['SMTP_USERNAME'] %> password: <%= ENV['SMTP_PASSWORD'] %> papertrail: host: <%= ENV['PAPERTRAIL_HOST'] %> port: <%= ENV['PAPERTRAIL_PORT'] %>
Fix the name of the papertrail
Fix the name of the papertrail
YAML
bsd-3-clause
payloadtech/payload,payloadtech/payload,payloadtech/payload
a72a0628086457d049f0c841fa3d78ed400abd0b
.codeclimate.yml
.codeclimate.yml
engines: rubocop: enabled: true duplication: enabled: true config: languages: ruby: javascript: brakeman: enabled: true bundler-audit: enabled: true coffeelint: enabled: true scss-lint: enabled: true fixme: enabled: true markdownlint: enabled: tr...
engines: rubocop: enabled: true duplication: enabled: true config: languages: ruby: javascript: brakeman: enabled: true bundler-audit: enabled: true coffeelint: enabled: true scss-lint: enabled: true fixme: enabled: true markdownlint: enabled: tr...
Exclude /vendor folder from Code Climate
Exclude /vendor folder from Code Climate
YAML
agpl-3.0
AyuntamientoPuertoReal/decidePuertoReal,consul/consul,deivid-rodriguez/participacion,usabi/consul_san_borondon,AyuntamientoMadrid/consul,AyuntamientoMadrid/participacion,usabi/consul_san_borondon,AjuntamentdeCastello/consul,consul/consul,AyuntamientoMadrid/participacion,consul/consul,consul/consul,AyuntamientoMadrid/co...
0714f52c5a7e3da32dda987948dfe4b79143d42e
.codeclimate.yml
.codeclimate.yml
--- engines: csslint: enabled: true duplication: enabled: true config: languages: - javascript eslint: enabled: true fixme: enabled: true ratings: paths: - "**.css" - "app/admin/**.js" - "app/customer/**.js" - "app/components/**.js" exclude_paths: - "app/admin/**_test...
--- engines: csslint: enabled: true duplication: enabled: true checks: Identical code: enabled: false Similar code: enabled: false config: languages: - javascript eslint: enabled: true fixme: enabled: true ratings: paths: - "**.css" - "app/**...
Disable some rules and fix paths
Disable some rules and fix paths
YAML
mit
ssigg/ticketbox-client-angularjs,ssigg/ticketbox-client-angularjs
ad1d26aea5c8caafe56b70f337a08a6cb38e32f3
.codeclimate.yml
.codeclimate.yml
version: '2' plugins: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true coffeelint: enabled: true duplication: enabled: true config: languages: - ruby haml-lint: enabled: true fixme: enabled: true rubocop: enabled: true config...
version: '2' plugins: brakeman: enabled: true bundler-audit: enabled: true csslint: enabled: true coffeelint: enabled: true duplication: enabled: true config: languages: - ruby haml-lint: enabled: true fixme: enabled: true rubocop: enabled: true config...
Use newer rubocop engine on CC
Use newer rubocop engine on CC
YAML
mit
umts/ft-forms,umts/ft-forms,umts/ft-forms
af064aaa7781939aa02b44370812a65cc8ee3847
.codeclimate.yml
.codeclimate.yml
--- engines: duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - "**.rb" exclude_paths: []
--- engines: duplication: enabled: true config: languages: - ruby fixme: enabled: true rubocop: enabled: true ratings: paths: - "**.rb" exclude_paths: - "spec/"
Exclude specs from Code Climate
Exclude specs from Code Climate
YAML
mit
undergroundwebdesigns/pg_search,Casecommons/pg_search,Casecommons/pg_search,undergroundwebdesigns/pg_search
ef1b26e45341a8fea8e7af7012c8bc10259bd59d
.readthedocs.yml
.readthedocs.yml
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html # for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: builder: html configuration: docs/conf.py fail_on_warning: true # Build documentation with M...
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html # for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: builder: html configuration: docs/conf.py fail_on_warning: true # Build documentation with M...
Add test requirements to RTD
Add test requirements to RTD
YAML
bsd-3-clause
cherrypy/cheroot
76e2153418192a2e5d59453f7eb13cc48d4eb779
.readthedocs.yml
.readthedocs.yml
version: 2 build: image: latest sphinx: builder: html configuration: docs/conf.py fail_on_warning: true # Install regular dependencies. # Then, install special pinning for RTD. python: version: 3.8 system_packages: false install: - method: pip path: . extra_requirements: - docs ...
version: 2 build: os: ubuntu-20.04 tools: python: "3.9" sphinx: builder: html configuration: docs/conf.py fail_on_warning: true # Install regular dependencies. # Then, install special pinning for RTD. python: system_packages: false install: - method: pip path: . extra_requirements: ...
Update RTD config for py39
Update RTD config for py39
YAML
bsd-3-clause
StuartLittlefair/astropy,mhvk/astropy,mhvk/astropy,astropy/astropy,lpsinger/astropy,larrybradley/astropy,lpsinger/astropy,StuartLittlefair/astropy,lpsinger/astropy,lpsinger/astropy,astropy/astropy,StuartLittlefair/astropy,saimn/astropy,StuartLittlefair/astropy,mhvk/astropy,mhvk/astropy,astropy/astropy,saimn/astropy,Stu...
3661adf21ae415b10720b37416b38659209d0e94
.appveyor.yml
.appveyor.yml
# Test against the latest version of this Node.js version environment: nodejs_version: stable # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - yarn install # Post-install test scripts....
# Test against the latest version of this Node.js version environment: nodejs_version: stable GH_TOKEN: secure: +6xosMhBQ+oCu3OeqJOxzMkD4oXlx5gdN5o6kueF7no6fa25LcXVgv/9N1gZADRG # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product no...
Add encrypted github personal access token
Add encrypted github personal access token Encrypted using https://ci.appveyor.com/tools/encrypt
YAML
agpl-3.0
briandk/transcriptase,briandk/transcriptase
069b79d937333052277939f612ea1fbae8f1dc24
config/secrets.yml
config/secrets.yml
development: secret_key_base: 'd1caa2ad0187b2e16ee80c22d130052a4785b2f2f008a1bfccdd661353980f58877d9eb962870265264780a85047ca9c633bbb363b1846c37c1074d89bc8cbea' test: secret_key_base: '4b2fd4a20560b9977cd2b994d87c523992f7ee90c7b2efa06c160b0b8590333560527c3c9bfa00e11900f5924ef4bdd0eb681e4ce64ebc2666a076650c3d79fe' ...
development: secret_key_base: 'd1caa2ad0187b2e16ee80c22d130052a4785b2f2f008a1bfccdd661353980f58877d9eb962870265264780a85047ca9c633bbb363b1846c37c1074d89bc8cbea' test: secret_key_base: '4b2fd4a20560b9977cd2b994d87c523992f7ee90c7b2efa06c160b0b8590333560527c3c9bfa00e11900f5924ef4bdd0eb681e4ce64ebc2666a076650c3d79fe' ...
Remove default value for secret key
Remove default value for secret key
YAML
mit
chi-cicadas-2015/hey-9,chi-cicadas-2015/hey-9,chi-cicadas-2015/hey-9
9b214bb9fbce28d2ccd9538829476032ddcb3ba3
.scrutinizer.yml
.scrutinizer.yml
filter: excluded_paths: - 'l10n/*' - 'tests/' - 'vendor/*' imports: - javascript - php tools: external_code_coverage: timeout: 1800 # Timeout in seconds. 30 minutes
build: nodes: analysis: tests: override: - php-scrutinizer-run --enable-security-analysis filter: excluded_paths: - 'l10n/*' - 'tests/' - 'vendor/*' imports: - javascript - php tools: external_code_coverage: t...
Migrate to new Scrutinizer PHP analysis
Migrate to new Scrutinizer PHP analysis Signed-off-by: Christoph Wurst <7abde52c298496fa169fb750f91f213a282142af@winzerhof-wurst.at>
YAML
agpl-3.0
ChristophWurst/twofactor_totp,ChristophWurst/twofactor_totp
ea1192a46161ce566698e3e93502459374bff364
.appveyor.yml
.appveyor.yml
environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash MAKE: /cygdrive/c/cygwin/bin/make CC: /cygdrive/c/cygwin/bin/gcc CXX: /cygdrive/c/cygwin/bin/g++ FC: /cygdrive/c/cygwin/bin/gfortran ...
environment: matrix: - WIN_SHELL: C:\cygwin\bin\bash WIN_MAKE: C:\cygwin\bin\make WIN_SETUP: C:\cygwin\setup-x86.exe SHELL: /cygdrive/c/cygwin/bin/bash MAKE: /cygdrive/c/cygwin/bin/make CC: /cygdrive/c/cygwin/bin/gcc CXX: /cygdrive/c/cygwin/bin/g++ FC: /cygdrive/c/cygwin/bin/gfortran ...
Add installation of commands 'getopt' and 'find'
Add installation of commands 'getopt' and 'find'
YAML
apache-2.0
umake/make,igorbonadio/make,basejumpa/make,renatocf/make,igorbonadio/make,basejumpa/make,umakefile/make,umakefile/make,igorbonadio/make,umake/make,umake/make,renatocf/make,umakefile/make,basejumpa/make,renatocf/make
9b0c196b2ae00face8784d0a98d55d595e3497f9
roles/node/tasks/main.yml
roles/node/tasks/main.yml
--- - name: Ensure node is installed apt: pkg: "{{item}}" state: latest with_items: - nodejs - nodejs-legacy - sqlite # required for node / ghost generally - name: Get NPM shell: curl https://npmjs.org/install.sh | sudo sh
--- - name: Ensure node is installed apt: pkg: "{{item}}" state: latest with_items: - nodejs - nodejs-legacy - sqlite # required for node / ghost generally - name: Check if NPM is here command: "which npm" ignore_errors: yes register: npm_is_here - name: Install NPM shell: curl -L https://n...
Check if NPM is installed before installing again
Check if NPM is installed before installing again
YAML
mit
tchapi/ansible-playbooks
57f76dc3504e84f069a9e63c6071ebe978b0cd9b
.travis-os-x.yml
.travis-os-x.yml
branches: only: - master - development - OS-X-build os: - osx language: java script: "mvn -f ./com.codeaffine.xiliary.releng/pom.xml clean verify" before_script: - brew update - brew cask install java - chmod a+x prepare.sh - source ./prepare.sh after_success: - chmod a+x deplo...
branches: only: - master - development - OS-X-build os: - osx language: java script: "mvn -f ./com.codeaffine.xiliary.releng/pom.xml clean verify" before_script: - chmod a+x prepare.sh - source ./prepare.sh after_success: - chmod a+x deploy.sh - ./deploy.sh
Remove obsolete Java installation commands
Remove obsolete Java installation commands
YAML
epl-1.0
fappel/xiliary,fappel/xiliary,fappel/xiliary,fappel/xiliary
fa7b82f3dbe11548815c9ed98d9d949cd68fdbfe
pubspec.yaml
pubspec.yaml
name: slot_machine version: 2.0.1 author: Filip Hracek <filip.hracek@gmail.com> description: A simple, self-contained class that allows user to put a simple slot machine to the DOM. homepage: https://github.com/filiph/slot_machine dependencies: browser: '>=0.10.0+2 <0.11.0'
name: slot_machine version: 2.0.1 author: Filip Hracek <filip.hracek@gmail.com> description: > A simple, self-contained class that allows user to put a simple slot machine to the DOM. homepage: https://github.com/filiph/slot_machine dependencies: browser: ^0.10.0+2
Update dependency up to browser 1.0
Update dependency up to browser 1.0
YAML
mit
filiph/slot_machine,filiph/slot_machine
47039a47ccce7b9401cde5c75c9fd67d7c647487
metadata/com.sunilpaulmathew.translator.yml
metadata/com.sunilpaulmathew.translator.yml
Categories: - Development License: GPL-3.0-or-later AuthorName: sunilpaulmathew AuthorEmail: sunil.kde@gmail.com AuthorWebSite: https://smartpack.github.io/ WebSite: https://smartpack.github.io/translator/ SourceCode: https://github.com/sunilpaulmathew/Translator IssueTracker: https://github.com/sunilpaulmathew/Trans...
Categories: - Development License: GPL-3.0-or-later AuthorName: sunilpaulmathew AuthorEmail: sunil.kde@gmail.com AuthorWebSite: https://smartpack.github.io/ WebSite: https://smartpack.github.io/translator/ SourceCode: https://github.com/sunilpaulmathew/Translator IssueTracker: https://github.com/sunilpaulmathew/Trans...
Update The Translator to v0.10 (10)
Update The Translator to v0.10 (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
2002888a70b04ecd9c8363eefc82ae3e9ee98f38
.forestry/front_matter/templates/hghg.yml
.forestry/front_matter/templates/hghg.yml
--- label: hghg hide_body: true fields: []
--- label: hghg hide_body: true fields: - name: hhhh type: blocks label: bbbb template_types: - hghg config: min: max: description: bbbb
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
paolomangiadev/blogtheme,paolomangiadev/blogtheme
f67f6e2e0c373aa3d31326a5b20f8b5ed80f2465
.github/workflows/close-subsplit-prs.yaml
.github/workflows/close-subsplit-prs.yaml
on: schedule: - cron: '30 7 * * *' jobs: close_subsplit_prs: runs-on: ubuntu-latest name: Close sub-split PRs steps: - uses: frankdejonge/action-close-subsplit-pr@0.0.1 with: close_pr: 'yes' target_branch_match: '^(?!m...
on: schedule: - cron: '30 7 * * *' jobs: close_subsplit_prs: runs-on: ubuntu-latest name: Close sub-split PRs steps: - uses: frankdejonge/action-close-subsplit-pr@0.0.1 with: close_pr: 'yes' target_branch_match: '^(?!m...
Fix close subplit PR action
Fix close subplit PR action
YAML
mit
thephpleague/uri-components
e4cfeede71e0556da75a6729250ca005f8bf35a9
src/main/resources/application.yml
src/main/resources/application.yml
## YAML Template. --- endpoints : shutdown : enabled : true spring: mvc: favicon: enabled: false oauth2: client: client-id: kanban client-secret: nosecret datasource: platform: h2 driverClassName: org.h2.Driver ...
## YAML Template. --- endpoints : shutdown : enabled : true spring: mvc: favicon: enabled: false oauth2: client: client-id: kanban client-secret: nosecret datasource: platform: h2 driverClassName: org.h2.Driver ...
Fix : creation etat / couloir
Fix : creation etat / couloir
YAML
mit
FR-CO2/kyt,FR-CO2/kyt,FR-CO2/kyt
2f408b8c8be609e8f1a24a8f19c532aa935fb514
packages/cl/clit.yaml
packages/cl/clit.yaml
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: e5beea87584a55a3462f52f95e0f3d419ba4b83a69c32589a451fe4caebe9c4b test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: -any bytestring: -any split: -any ba...
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: 2d7d1bff40eb1457f3a00b70c9458fccdb0d41d52ac74798721ead7fdc150099 test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: -any bytestring: -any split: -any ba...
Update from Hackage at 2016-12-16T01:26:09Z
Update from Hackage at 2016-12-16T01:26:09Z
YAML
mit
commercialhaskell/all-cabal-metadata
ce0ecb80845828f85cc87f939b8f48f713b53cbb
packages/co/coin.yaml
packages/co/coin.yaml
homepage: https://bitbucket.org/borekpiotr/coin changelog-type: '' hash: d652c80be8aa6a05ab1cbe74feb91ed27dd34413272501a734c82cb486c41452 test-bench-deps: {} maintainer: Piotr Borek <piotrborek@op.pl> synopsis: Simple account manager changelog: '' basic-deps: bytestring: -any base: ! '>=4.8 && <5.0' time: -any ...
homepage: https://bitbucket.org/borekpiotr/coin changelog-type: '' hash: 8ead4d4b34ce6ff4fb72f03799086ad9fe90aec97f4e913609c9cb0fd5e316da test-bench-deps: {} maintainer: Piotr Borek <piotrborek@op.pl> synopsis: Simple account manager changelog: '' basic-deps: bytestring: -any base: ! '>=4.8 && <5.0' time: -any ...
Update from Hackage at 2017-06-13T14:31:58Z
Update from Hackage at 2017-06-13T14:31:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
1726e0c43c78d08579021af2df6ee105087d40ca
packages/ha/hask.yaml
packages/ha/hask.yaml
homepage: http://github.com/ekmett/hask changelog-type: markdown hash: 04abcba45a7fbaa11d7f3bd9834f1e70a30f356ae871e59ab472f20d4cd60026 test-bench-deps: {} maintainer: Edward A. Kmett <ekmett@gmail.com> synopsis: Categories changelog: ! '0 - * Repository Initialized ' basic-deps: void: ! '>=0.5.4.2 && <1' re...
homepage: http://github.com/ekmett/hask changelog-type: markdown hash: ba5f5b6c8697ae7db745f05387ad6151b33b609117c7a60848a95940ec04eba5 test-bench-deps: {} maintainer: Edward A. Kmett <ekmett@gmail.com> synopsis: Categories changelog: ! '0 - * Repository Initialized ' basic-deps: void: ! '>=0.5.4.2 && <1' re...
Update from Hackage at 2017-05-29T05:54:16Z
Update from Hackage at 2017-05-29T05:54:16Z
YAML
mit
commercialhaskell/all-cabal-metadata
172d66e2fdd02208dc51fee94dc48f879609dd37
docker-compose.yml
docker-compose.yml
version: '2.0' services: ### Application Code Container ### application: build: ./application container_name: dockbox-app volumes: - ../:/var/www/site ### PHP-FPM Container ### php-fpm: build: context: ./php-fpm dockerfile: Dockerfile ...
version: '2.0' services: ### Application Code Container ### application: build: ./application container_name: dockbox-app volumes: - ../:/var/www/site ### PHP-FPM Container ### php-fpm: build: context: ./php-fpm dockerfile: Dockerfile ...
Update to test custom site configuration
Update to test custom site configuration
YAML
mit
MobileSnapp/dockbox,MobileSnapp/dockbox,MobileSnapp/dockbox
89b09cd1cd382ceeced8c681c2aad890c0ad646c
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: mariadb:10.1 environment: - MYSQL_ALLOW_EMPTY_PASSWORD=yes - MYSQL_DATABASE=comic restart: always web: build: context: . dockerfile: ./dockerfiles/web/Dockerfile environment: - GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXX-Y command: >...
version: '2' services: db: image: mariadb:10.1 environment: - MYSQL_ALLOW_EMPTY_PASSWORD=yes - MYSQL_DATABASE=comic restart: always web: build: context: . dockerfile: ./dockerfiles/web/Dockerfile environment: - GOOGLE_ANALYTICS_TRACKING_ID=UA-XXXXX-Y command: >...
Add the Dropbox folder to the web worker
Add the Dropbox folder to the web worker
YAML
apache-2.0
comic/comic-django,comic/comic-django,comic/comic-django,comic/comic-django,comic/comic-django
360243f118e86d29390a222d65ceac7b25f559aa
docker-compose.yml
docker-compose.yml
version: "3.3" services: web: image: suever/matl-online command: | bash -c "python3.8 manage.py db upgrade \ && python3.8 manage.py refresh_releases \ && gunicorn --worker-class eventlet --bind 0.0.0.0:5000 --workers 1 wsgi:app" ports: - "5000:5000" environment: CELER...
version: "3.3" services: web: image: suever/matl-online command: | bash -c "python3.8 manage.py db upgrade \ && python3.8 manage.py refresh_releases \ && gunicorn --worker-class eventlet --bind 0.0.0.0:5000 --workers 1 wsgi:app" ports: - "5000:5000" environment: CELER...
Update postgres database URI in docker compose
Update postgres database URI in docker compose
YAML
mit
suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online
edefeeb8b611492a4e70d9a11c07cb1d31ff9558
docker-compose.yml
docker-compose.yml
version: '2' services: app: build: . ports: - 8080:8080 - 5005:5005 links: - db environment: JAVA_OPTS: -Xmx128m DEBUG_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,address=5005,suspend=n DB_HOST: db DB_PORT: 5432 db: image: postgres:9.5.5 ports...
version: '2' services: app: build: . ports: - 8080:8080 - 5005:5005 links: - db environment: JAVA_OPTS: -Xmx128m DEBUG_OPTS: -agentlib:jdwp=transport=dt_socket,server=y,address=5005,suspend=n DB_HOST: db DB_PORT: 5432 db: image: postgres:9.5.5 ports...
Fix dockerized postgres failing to accept connections
Fix dockerized postgres failing to accept connections
YAML
mit
vilnius/tvarkau-vilniu-ms,vilnius/tvarkau-vilniu-ms,vilnius/tvarkau-vilniu-ms
f5254cdd27938dde177af82320f94deb337f59b0
docker-compose.yml
docker-compose.yml
redis: image: redis:3.2-alpine container_name: redis_local ports: - "6379:6379" restart: on-failure:10 command: redis-server dedenne: build: . container_name: dedenne_local ports: - "4567:4567" environment: SKL_HOST: https://www.skilllane.com AWS_S3_ACCESS_KEY_ID: ${AWS_S3_ACCESS_KEY_...
redis: image: redis:3.2-alpine container_name: redis_local ports: - "6379:6379" restart: on-failure:10 command: redis-server dedenne: build: . container_name: dedenne_local ports: - "4567:4567" environment: HOST: https://www.skilllane.com AWS_S3_ACCESS_KEY_ID: ${AWS_S3_ACCESS_KEY_ID} ...
Update new env key name
Update new env key name
YAML
mit
sirakij/dedenne,sirakij/dedenne
6c3a498fbd3c73521999cbd11a9c72e88e875c73
docker-compose.yml
docker-compose.yml
version: '2' services: rabbitmq: environment: - RABBITMQ_DEFAULT_USER=muon - RABBITMQ_DEFAULT_PASS=microservices image: rabbitmq:3.6.2-management ports: - "5672:5672" - "15672:15672" nodetests: build: context: . args: user: root links: - rabbitm...
version: '2' services: rabbitmq: environment: - RABBITMQ_DEFAULT_USER=muon - RABBITMQ_DEFAULT_PASS=microservices image: rabbitmq:3.6.2-management ports: - "5672:5672" - "15672:15672" nodetests: build: context: . user: root links: - rabbitmq environment: ...
Update install flow so that we don't need to link during a test
Update install flow so that we don't need to link during a test
YAML
apache-2.0
microserviceux/muon-node,microserviceux/muon-node
f31bf75c1b7f0a421d146c9a8e64598691793fee
docker-compose.yml
docker-compose.yml
version: '2' services: mongodb: image: stingar/mongodb:1.8 volumes: - ./storage/mongodb:/var/lib/mongo:z hpfeeds: image: stingar/hpfeeds:1.8 links: - mongodb:mongodb ports: - "10000:10000" mnemosyne: image: stingar/mnemosyne:1.8 links: - mongodb:mongodb - ...
version: '2' services: mongodb: image: stingar/mongodb:1.8 volumes: - ./storage/mongodb:/var/lib/mongo:z redis: image: stingar/redis:1.8 volumes: - ./storage/redis:/var/lib/redis:z hpfeeds: image: stingar/hpfeeds:1.8 links: - mongodb:mongodb ports: - "10000:1000...
Update compose to keep redis
Update compose to keep redis Let's keep redis here for use with hpfeeds-cif and hpfeeds-bhr
YAML
lgpl-2.1
CommunityHoneyNetwork/CHN-Server,CommunityHoneyNetwork/CHN-Server,CommunityHoneyNetwork/CHN-Server,CommunityHoneyNetwork/CHN-Server
41f8fffb1c0408d286959038c3ffa3301b5df84c
templates/web-angular/pubspec.yaml
templates/web-angular/pubspec.yaml
name: __projectName__ description: A Dart app that uses Angular 2 version: 0.0.1 environment: sdk: '>=1.13.0 <2.0.0' dependencies: angular2: 2.0.0-beta.17 browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 transformers: - angular2: platform_directives: - 'package:angular2/common.dart#COMMON_DIRECTIVES'...
name: __projectName__ description: A Dart app that uses Angular 2 version: 0.0.1 environment: sdk: '>=1.13.0 <2.0.0' dependencies: angular2: 2.0.0-beta.18 browser: ^0.10.0 dart_to_js_script_rewriter: ^1.0.1 transformers: - angular2: platform_directives: - 'package:angular2/common.dart#COMMON_DIRECTIVES'...
Update to angular2 beta 18
Update to angular2 beta 18
YAML
bsd-3-clause
dart-archive/stagehand,dart-archive/stagehand,chalin/stagehand,chalin/stagehand,dart-archive/stagehand,chalin/stagehand
a610ca33f1ea4b8dfbc898f2830b10419c92e9e1
recipes/nr/meta.yaml
recipes/nr/meta.yaml
{% set name = "nr" %} {% set version = "1.3.5" %} {% set sha256 = "43f4b1df4168647604242209d4551085977262d0f4b9030430363b2cd75c4374" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/NiklasRosenstein/py-nr/archive/v1.3.5.tar.gz sha2...
{% set name = "nr" %} {% set version = "1.3.5" %} {% set sha256 = "43f4b1df4168647604242209d4551085977262d0f4b9030430363b2cd75c4374" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://github.com/NiklasRosenstein/py-nr/archive/v1.3.5.tar.gz sha2...
Fix build with Python 2.7
Fix build with Python 2.7
YAML
bsd-3-clause
jakirkham/staged-recipes,jerowe/staged-recipes,basnijholt/staged-recipes,rmcgibbo/staged-recipes,patricksnape/staged-recipes,sodre/staged-recipes,Juanlu001/staged-recipes,SylvainCorlay/staged-recipes,cpaulik/staged-recipes,planetarypy/staged-recipes,hbredin/staged-recipes,jerowe/staged-recipes,larray-project/staged-rec...
e398fd29fa9c2adcdf251e57faf376010731dd25
.github/workflows/panama-vector.yml
.github/workflows/panama-vector.yml
name: Panama Vector API on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 18-ea run: | wget https://download.java.net/java/early_access/jdk18/23/GPL/openjdk-18-ea+23_linux-x64_bin.tar.gz tar xf o...
name: Panama Vector API on: push: branches: [ main ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 18-ea run: | wget https://download.java.net/java/early_access/jdk18/26/GPL/openjdk-18-ea+26_linux-x64_bin.tar.gz tar xf o...
Update JDK 18 ea download link for GitHub Action
Update JDK 18 ea download link for GitHub Action
YAML
mit
JOML-CI/JOML,JOML-CI/JOML,JOML-CI/JOML
e30f4f0705a325b4644eaa02e9bd9212133cb44e
hiera/hosts/prod-web7.cashmusic.org.yaml
hiera/hosts/prod-web7.cashmusic.org.yaml
# Settings specific to host prod-web7.cashmusic.org. # Override default production environment label for bobo server. site_profile::web::deployment_environment: production-bobo # prod-web7 runs bobo, not the CASH Music platform, so override the default vhost. site_profile::web::vhosts: platform_default: default...
# Settings specific to host prod-web7.cashmusic.org. # Override default production environment label for bobo server. site_profile::web::deployment_environment: production-bobo # prod-web7 runs bobo, not the CASH Music platform, so override the default vhost. site_profile::web::vhosts: platform_default: default...
Add bobo code deploy script to prod-web7
Add bobo code deploy script to prod-web7
YAML
bsd-3-clause
cashmusic/rackspace-template,jeffsheltren/rackspace-template,cashmusic/rackspace-template,cashmusic/rackspace-template,cashmusic/rackspace-template,jeffsheltren/rackspace-template,jeffsheltren/rackspace-template,jeffsheltren/rackspace-template,jeffsheltren/rackspace-template,cashmusic/rackspace-template
b8864723719321f6eceed971fb4119b974cac351
tasks/Ubuntu.yml
tasks/Ubuntu.yml
- name: Install apt: name: "{{ item }}" update_cache: yes cache_valid_time: 3600 install_recommends: no with_items: - apt-transport-https - ca-certificates - curl - gnupg-agent - software-properties-common become: yes - name: Add a key for the repository of Docker apt_key: ...
- name: Install packages to allow apt to use a repository over HTTPS apt: name: "{{ item }}" update_cache: yes cache_valid_time: 3600 install_recommends: no with_items: - apt-transport-https - ca-certificates - curl - gnupg-agent - software-properties-common become: yes - name:...
Improve task name for packages related to HTTPS.
Improve task name for packages related to HTTPS.
YAML
mit
FGtatsuro/ansible-docker-toolbox
b9aa6158ff2517bdfda51051850b11c7fd886c64
tasks/config.yml
tasks/config.yml
# roles/el7/tasks/config.yml --- # This speeds up the Gathering Facts phase and several other situations where # a DNS lookup is performed on the host name. - name: Ensure host name is in the hosts file lineinfile: > dest: /etc/hosts state: present line: "{{ ansible_all_ipv4_addresses|last }} {{ ansible_...
# roles/el7/tasks/config.yml --- # This speeds up the Gathering Facts phase and several other situations where # a DNS lookup is performed on the host name. - name: Ensure host name is in the hosts file lineinfile: dest: /etc/hosts state: present line: "{{ ansible_all_ipv4_addresses|last }} {{ ansible_ho...
Remove folded scalar mark (>)
Remove folded scalar mark (>)
YAML
bsd-2-clause
bertvv/ansible-role-el7,bertvv/ansible-role-el7
5d89511964b84b3a60b93dd7e6ec9b363e279826
build.yaml
build.yaml
repositories: remote: - http://repo1.maven.org/maven2 artifacts: javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1 gwt_user: com.google.gwt:gwt-user:jar:2.8.2 # Mocking library used in tests mockito: org.mockito:mockito-all:jar:1.9.5 # # Jackson library jackson_core: org.codehaus.jackson...
repositories: remote: - http://repo1.maven.org/maven2 artifacts: javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0 gwt_user: com.google.gwt:gwt-user:jar:2.8.2 # Mocking library used in tests mockito: org.mockito:mockito-all:jar:1.9.5 # # Jackson library jackson_core: o...
Update the com.google.code.findbugs dependency coordinates.
Update the com.google.code.findbugs dependency coordinates.
YAML
apache-2.0
realityforge/gwt-datatypes,realityforge/gwt-datatypes
d668f65c3b7c8096d73452bb9b1ad764c17e7678
circle.yml
circle.yml
machine: environment: GO15VENDOREXPERIMENT: 1 PROJECT_PATH: ${GOPATH%%:*}/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME pre: - wget https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz - sudo rm -rf /usr/local/go - sudo tar -C /usr/local -xzf go1.5.2.linux-amd64.ta...
machine: environment: GO15VENDOREXPERIMENT: 1 PROJECT_PATH: ${GOPATH%%:*}/src/github.com/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME pre: - wget https://storage.googleapis.com/golang/go1.5.2.linux-amd64.tar.gz - sudo rm -rf /usr/local/go - sudo tar -C /usr/local -xzf go1.5.2.linux-amd64.ta...
Use race checking and go vet
Use race checking and go vet To identify issues.
YAML
mit
zefer/mothership,zefer/mothership,zefer/mothership,zefer/mothership
28988dc7887fc9daedfaff9900ceca180bdcac5d
circle.yml
circle.yml
general: build_dir: core machine: services: - elasticsearch dependencies: cache_directories: - "~/factlink/js-library/node_modules" - "~/factlink/js-library/vendor" post: - cd ~/factlink/js-library; bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --clean - cd ~/fact...
general: build_dir: core machine: services: - elasticsearch dependencies: cache_directories: - "~/factlink/js-library/node_modules" - "~/factlink/js-library/vendor" post: - cd ~/factlink/js-library; bundle check --path=vendor/bundle || bundle install --path=vendor/bundle --clean - cd ~/fact...
Test both KL and non-KL configs
Test both KL and non-KL configs
YAML
mit
Factlink/factlink-core,daukantas/factlink-core,daukantas/factlink-core,Factlink/factlink-core,Factlink/factlink-core,daukantas/factlink-core,Factlink/factlink-core,daukantas/factlink-core
85bcaf3455da81b378e9b4f255724ae13c34c67a
circle.yml
circle.yml
dependencies: cache_directories: - "~/.stack" pre: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 - echo 'deb http://download.fpcomplete.com/ubuntu precise main' | sudo tee /etc/apt/sources.list.d/fpco.list - sudo apt-get update && sudo apt-get install stack -y ov...
dependencies: cache_directories: - "~/.stack" pre: - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 575159689BEFB442 - echo 'deb http://download.fpcomplete.com/ubuntu precise main' | sudo tee /etc/apt/sources.list.d/fpco.list - sudo apt-get update && sudo apt-get install stack -y ov...
Deploy to production & staging on `master` commits
Deploy to production & staging on `master` commits
YAML
mit
zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub,zoomhub/zoomhub
830701b5f06242552d616edc72dad1610e9bdcda
circle.yml
circle.yml
machine: xcode: version: "8.3.2" environment: GYM_CODE_SIGNING_IDENTITY: "iPhone Distribution: Michael Cunningham (LTQC954SPQ)" checkout: post: - git submodule sync - git submodule update --init --recursive dependencies: override: - pod install: timeout: 1800 cache_directories: ...
machine: xcode: version: "8.3.2" environment: GYM_CODE_SIGNING_IDENTITY: "iPhone Distribution: Michael Cunningham (LTQC954SPQ)" checkout: post: - git submodule sync - git submodule update --init --recursive dependencies: override: - pod install: timeout: 1800 cache_directories: ...
Revert back to master branch for builds
Revert back to master branch for builds
YAML
apache-2.0
mapzen/ios,mapzen/ios,mapzen/ios
d1cde28c8342bbddd60f7541753e316ed09e0ece
.btd.yml
.btd.yml
input: docs output: _build requirements: requirements.txt target: gh-pages formats: [ html ] images: html: btdi/pandoc theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
input: docs output: _build requirements: requirements.txt target: gh-pages formats: [ html, pdf, man ] theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
Revert "Attempt to resolve pandoc BTD issue"
Revert "Attempt to resolve pandoc BTD issue" This reverts commit d344b90f157085bbc68525929520fe06176d571a.
YAML
apache-2.0
tdene/synth_opt_adders
b3c113ec8310a4c6b11abaa1cdf36fab45c7fb80
circle.yml
circle.yml
# Only buld the master branche general: branches: only: - master # Configure the virtual machine. Set a Java 8 environment. machine: java: version: oraclejdk8 # Custom Android dependency configuration dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools,platform-...
# Only buld the master branche general: branches: only: - master # Configure the virtual machine. Set a Java 8 environment. machine: java: version: oraclejdk8 # Custom Android dependency configuration dependencies: pre: - echo y | android update sdk --no-ui --all --filter tools,platform-...
Update Android dependencies in CI config
Update Android dependencies in CI config
YAML
apache-2.0
echsylon/kraken
dffc0a507dfda58c821ef6fe7d80ef33b790dd20
circle.yml
circle.yml
machine: python: version: 3.4.3 # Current Pyte has tokens built in for 3.5.1 dependencies: override: - pip install tox tox-pyenv coveralls - pyenv local 3.4.3 3.5.1 test: post: - coveralls
machine: python: version: 3.5.1 # Current Pyte has tokens built in for 3.5.1 dependencies: override: - pip install tox tox-pyenv coveralls - pyenv local 3.3.6 3.4.3 3.5.1 test: post: - coveralls
Add 3.3.6 to CircleCI env
Add 3.3.6 to CircleCI env
YAML
mit
SunDwarf/Pyte
281fdb177b80ae72320161aa2157b22f0d38d593
.rmt.yml
.rmt.yml
vcs: git prerequisites: - working-copy-check - display-last-changes - composer-json-check: composer: composer - command: cmd: composer update - tests-check: command: vendor/bin/phpunit --stop-on-failure - composer-security-check - composer-stability-check - command: cmd: git rem...
vcs: git prerequisites: - working-copy-check - display-last-changes - composer-json-check: composer: composer - command: cmd: composer update - tests-check: command: phpunit --stop-on-failure - composer-security-check - composer-stability-check - command: cmd: git remote -v pre...
Use global phpunit version when calling RMT
Use global phpunit version when calling RMT
YAML
mit
core23/LastFmBundle,core23/LastFmBundle
57cd9391e48874df66366f0bfd067b008672e735
circle.yml
circle.yml
test: override: - py.test tests/ dependencies: pre: - pip install pytest - sudo apt-get install gdal-bin libgdal1-dev - sudo apt-get install libgdal-dev - sudo apt-get install python-gdal - sudo apt-get install build-essential python-all-dev - wget http:...
test: override: - py.test tests/ dependencies: pre: - pip install pytest - sudo apt-get install gdal-bin libgdal1-dev - sudo apt-get install libgdal-dev - sudo apt-get install python-gdal - sudo apt-get install build-essential python-all-dev - wget http:...
Test depended on large local virtual raster. Including a test tif to run tests for now.
Test depended on large local virtual raster. Including a test tif to run tests for now.
YAML
isc
friend0/tower
18554418073a8ab05c3a1fc27e44a461971578c8
circle.yml
circle.yml
machine: pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 java: version: oraclejdk8 environment: _JAVA_OPTIONS: "-Xmx512m" GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError"' services: - docker depende...
machine: pre: - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 java: version: oraclejdk8 environment: _JAVA_OPTIONS: "-Xmx512m" GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx512m -XX:+HeapDumpOnOutOfMemoryError"' services: - docker depende...
Exclude tests from publishing as they have already run
Exclude tests from publishing as they have already run
YAML
apache-2.0
palantir/atlasdb,palantir/atlasdb,andy2palantir/atlasdb,EvilMcJerkface/atlasdb,palantir/atlasdb,EvilMcJerkface/atlasdb,andy2palantir/atlasdb,EvilMcJerkface/atlasdb
97b56743bf021ba271c3e62b21e87c4dee3fe22b
circle.yml
circle.yml
machine: java: version: oraclejdk8 post: # Install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files - rm -f jce_policy-8.zip - "curl -o jce_policy-8.zip -v -j -k -L -H 'Cookie: oraclelicense=accept-securebackup-cookie' http://download.oracle.com/otn-pub/java/jce/8/jce_p...
machine: java: version: oraclejdk8 post: # Install Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files for build - rm -f jce_policy-8.zip - "curl -o jce_policy-8.zip -v -j -k -L -H 'Cookie: oraclelicense=accept-securebackup-cookie' http://download.oracle.com/otn-pub/java/j...
Deploy to staging from CircleCI
Deploy to staging from CircleCI
YAML
mit
AusDTO/citizenship-appointment-server,AusDTO/citizenship-appointment-server,AusDTO/citizenship-appointment-server
d0acf6a2b63b8875174088ec053931d2be26d41c
circle.yml
circle.yml
version: 2 jobs: build: docker: - image: circleci/ruby:2.4.1-node steps: - checkout - run: bundle config github.https true - run: bundle install --binstubs # quick hack - run: "sudo mkdir -p /opt/ruby && sudo chmod 777 /opt/ruby" - run: bin/omnibus build ruby
version: 2 jobs: build: docker: - image: circleci/ruby:2.4.1-node steps: - checkout - run: bundle config github.https true - run: bundle install --binstubs # quick hack - run: "sudo mkdir -p /opt/ruby && sudo chmod 777 /opt/ruby" # external build dep (for debian) ...
Add in fakeroot installation to the build (a dep).
Add in fakeroot installation to the build (a dep).
YAML
apache-2.0
flaccid/omnibus-ruby,flaccid/omnibus-ruby
6805950adf9b13858e0de71ed371a1d5c5fb880f
circle.yml
circle.yml
machine: timezone: America/Los_Angeles ruby: version: 2.2.5 node: version: 6.11.3 general: branches: only: - preview - livesite dependencies: override: - ./build/install_aws_cli.sh - bundle install - npm install test: override: - ./build/write_branch.sh - ....
machine: timezone: America/Los_Angeles ruby: version: 2.2.5 node: version: 6.11.3 general: branches: only: - preview - livesite dependencies: override: - ./build/install_aws_cli.sh - bundle install - npm install test: override: - ./build/write_branch.sh - ....
Remove link checker from CI process (do manually from now on)
Remove link checker from CI process (do manually from now on)
YAML
apache-2.0
sarraloew/developer.concur.com,sarraloew/developer.concur.com,concur/developer.concur.com,bhague1281/developer.concur.com,sarraloew/developer.concur.com,sarraloew/developer.concur.com,HeathH-Concur/developer.concur.com,concur/developer.concur.com,concur/developer.concur.com,bhague1281/developer.concur.com,HeathH-Concur...
2abc453829a2a9b228cd15e213d52b7abf42d595
circle.yml
circle.yml
machine: node: version: 4.2.2 general: artifacts: - "dist" test: pre: - npm run build deployment: staging: branch: 175-migurski-test-s3-clobbering commands: - ./deploy.sh static-dev.mapzen.com production: branch: master commands: - ./deploy.sh static-dev.mapzen.com ...
machine: node: version: 4.2.2 general: artifacts: - "dist" test: pre: - npm run build deployment: production: branch: master commands: - ./deploy.sh static-dev.mapzen.com - ./deploy.sh static-prod.mapzen.com
Revert "Temporarily added branch to staging deployment"
Revert "Temporarily added branch to staging deployment" This reverts commit e8f0a3177b4fed501ac7878934cd49298a7939ff.
YAML
isc
mapzen/mapzen.js,mapzen/mapzen.js
0f38e802603d199ae3c3454141fd5528efd5cd6d
circle.yml
circle.yml
dependencies: pre: - pip install behave test: override: - python setup.py nosetests --with-xunit --with-coverage --cover-package=configuration_py - behave --args ./configuration_py/tests/acceptance/
dependencies: pre: - pip install behave test: override: - python setup.py nosetests --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/nosetests/nosetests.xml --with-coverage --cover-package=configuration_py - behave --junit --junit-directory $CIRCLE_TEST_REPORTS/behave/ ./configuration_py/tests/acceptance...
Add xml output for tests results on CI
Add xml output for tests results on CI
YAML
mit
Ferroman/configuration.py
f8a434216cd70e33e7088591d6337cd59975aef0
metadata/manifest.yml
metadata/manifest.yml
Name: package-drone-server Cartridge-Short-Name: PDRONE Display-Name: Package Drone Description: "Package Drone Server instance" Architecture: noarch Version: '0.3.0' Versions: - '0.2.4' - '0.2.5' - '0.3.0' License: "EPL" License-Url: https://www.eclipse.org/legal/epl-v10.html Source-Url: https://github.com/ctron/pa...
Name: package-drone-server Cartridge-Short-Name: PDRONE Display-Name: Package Drone 0.3.0 Description: "Package Drone Server instance" Architecture: noarch Version: '0.3.0' Versions: - '0.2.4' - '0.2.5' - '0.3.0' License: "EPL" License-Url: https://www.eclipse.org/legal/epl-v10.html Source-Url: https://github.com/ct...
Put the version number in the display name
Put the version number in the display name
YAML
epl-1.0
ctron/package-drone-openshift,trifonnt/openshift-package-drone-cartridge,trifonnt/openshift-package-drone-cartridge,ctron/package-drone-openshift,trifonnt/openshift-package-drone-cartridge,ctron/package-drone-openshift,trifonnt/openshift-package-drone-cartridge,ctron/package-drone-openshift
29e4b09432cb0ea6a4eb3f04d56ea8d9652cadbb
circle.yml
circle.yml
machine: ruby: version: 2.2.2 database: override: - cp config/database.yml.ci spec/dummy/config/database.yml dependencies: pre: - cp spec/dummy/config/secrets.dist.yml spec/dummy/config/secrets.yml
machine: ruby: version: 2.2.2 dependencies: pre: - cp spec/dummy/config/secrets.dist.yml spec/dummy/config/secrets.yml
Remove the custom db config.
Remove the custom db config.
YAML
mit
udongo/udongo,udongo/udongo,udongo/udongo
f382fee953e7ae05b0a67c73e86d0b6737846502
circle.yml
circle.yml
machine: xcode: version: 8.2 dependencies: pre: - mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'" | awk '{print "echo "$1" && defaults read "$1"/Contents/Info.plist CFBundleShortVersionString\0"}' | xargs -0 bash -c - xcodebuild -version -sdk - xcrun simctl list - sudo gem install sc...
machine: xcode: version: 8.2 dependencies: pre: - mdfind "kMDItemCFBundleIdentifier == 'com.apple.dt.Xcode'" | awk '{print "echo "$1" && defaults read "$1"/Contents/Info.plist CFBundleShortVersionString\0"}' | xargs -0 bash -c - xcodebuild -version -sdk - xcrun simctl list - sudo gem install sc...
Use the standard codecov bash script
Use the standard codecov bash script
YAML
mit
creationst/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,0xced/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,0xced/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,itamaker/XCDYouTubeKit,creationst/XCDYouTubeKit,morrisirrom/XCDYouTubeKit,twobitlabs/XCDYouT...
37f35b56907c5e4cc6650f81e2db6c38259a1d9b
circle.yml
circle.yml
machine: services: - docker dependencies: override: - ./script/bootstrap cache_directories: - vendor test: override: - ./script/build - ./script/test - ./script/feature deployment: deploy: branch: master owner: bioboxes commands: - ./script/publish
machine: services: - docker dependencies: override: - ./script/bootstrap cache_directories: - vendor pre: - sudo apt-get update && apt-get install realpath test: override: - ./script/build - ./script/test - ./script/feature deployment: deploy: branch: master owner: bio...
Add realpath dependency to CI server
Add realpath dependency to CI server Signed-off-by: Michael Barton <1d6e1cf70ec6f9ab28d3ea4b27a49a77654d370e@michaelbarton.me.uk>
YAML
mit
michaelbarton/command-line-interface,bioboxes/command-line-interface,michaelbarton/command-line-interface,bioboxes/command-line-interface,pbelmann/command-line-interface,pbelmann/command-line-interface
99986cdd1cd728dc765981b52203e04b75860827
circle.yml
circle.yml
machine: timezone: Asia/Tokyo test: override: - echo 'test' deployment: production: branch: master commands: - git config --global user.email "ide.yuta@gmail.com" - git config --global user.name "Yuta Ide" - npm run build - npm run deploy
general: branches: ignore: - gh-pages machine: timezone: Asia/Tokyo test: override: - echo 'test' deployment: production: branch: master commands: - git config --global user.email "ide.yuta@gmail.com" - git config --global user.name "Yuta Ide" - npm run build - n...
Exclude the gh-pages from the build target :wrench:
fix(ci): Exclude the gh-pages from the build target :wrench:
YAML
mit
ideyuta/emojafy,ideyuta/emojafy
b1f9f50e0ff45b0e5a8ccba12a016ba26d22dff7
appveyor.yml
appveyor.yml
version: 1.0.{build} image: Visual Studio 2017 install: - choco install resharper-clt - choco install opencover.portable - choco install codecov before_build: - ps: nuget restore FluentHelium.sln build: verbosity: minimal after_build: - InspectCode.exe -o=resharper-clt-output.xml FluentHelium.sln - ps: $r...
version: 1.0.{build} image: Visual Studio 2017 install: - choco install resharper-clt - choco install opencover.portable - choco install codecov before_build: - ps: nuget restore FluentHelium.sln build: verbosity: minimal project: FluentHelium.sln after_build: - InspectCode.exe -o=resharper-clt-output.x...
Add code coverage CI test
Add code coverage CI test
YAML
mit
Kirill-Maurin/FluentHelium
b090bdfe142501c0ba0c99e9c33d4292ec63bcca
prod/namespaces/gsoc-tensorboard/iam-policy-members.yaml
prod/namespaces/gsoc-tensorboard/iam-policy-members.yaml
# An example of an IAMPolicyMember apiVersion: iam.cnrm.cloud.google.com/v1beta1 kind: IAMPolicyMember metadata: name: jlewi-owner spec: # replace ${PROJECT_ID?} with your project name member: user:jlewi@google.com # You should aim to scope down the permissions you needed # right now owner is needed to deploy...
# An example of an IAMPolicyMember # Add entries to this file to gain access to the project. # Policies should aim to adhere to the following guidelines # 1. Grant minimal privileges necessary # 2. Set an expiration time for your membership apiVersion: iam.cnrm.cloud.google.com/v1beta1 kind: IAMPolicyMember metadata:...
Make kimonas @ Arrikto an OWNER and set an expiration time.
Make kimonas @ Arrikto an OWNER and set an expiration time.
YAML
apache-2.0
kubeflow/community-infra,kubeflow/community-infra
3827b9cafde397389ac2418483c77c917c601851
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build - deploy image: alpine build:dev: stage: build before_script: - apk update - apk add nodejs nodejs-npm git - npm install - npm install cli/ script: - npm run-script build artifacts: name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}" paths: - build/ expire_in...
stages: - build - deploy image: alpine build:dev: stage: build before_script: - apk update - apk add nodejs nodejs-npm git - npm install - npm install cli/ script: - npm run-script build artifacts: name: "${CI_JOB_NAME}_${CI_COMMIT_REF_NAME}" paths: - build/ expire_in...
Extend CI artifact lifetime to 1 month
Extend CI artifact lifetime to 1 month
YAML
mit
elor/tuvero
be51d7b0f137d77d12e9b93122122458ad4bf8f9
.gitlab-ci.yml
.gitlab-ci.yml
before_script: - echo "Starting tests..." test_linux: script: - apt-get update && apt-get install -y nodejs - node --version - npm --version - java -version # Required for selenium server - npm install - ./scripts/setup_ci.sh - xvfb-run ./scripts/run_ci.sh tags: - linux test_wind...
before_script: - echo "Starting tests..." test_linux: script: - apt-get update && apt-get install -y nodejs - node --version - npm --version - java -version # Required for selenium server - npm install - ./scripts/setup_ci.sh - xvfb-run ./scripts/run_ci.sh tags: - linux test_wind...
Install npm dependencies on windows
Install npm dependencies on windows
YAML
mit
spiegelm/xd-testing,spiegelm/xd-testing,spiegelm/xd-testing
2c4a58a49b0757d93247fd0cec523fe2ee41f43c
.gitlab-ci.yml
.gitlab-ci.yml
workflow: rules: #- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+(-rc.\d+)?$/ - if: $CI_COMMIT_BRANCH == "v2-installers" stages: - package package-linux-deb: stage: package image: public.docker.ecsec.de/ecsec/tools/oec-linux-installer:latest tags: - "linux" artifacts: paths: - packager/rich...
workflow: rules: #- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+(-rc.\d+)?$/ - if: $CI_COMMIT_BRANCH == "v2-installers" stages: - package package-linux-deb: stage: package image: public.docker.ecsec.de/ecsec/tools/oec-linux-installer:latest tags: - "linux" artifacts: paths: - packager/rich...
Add Gitlab CI Mac OS pkg installer job
Add Gitlab CI Mac OS pkg installer job
YAML
apache-2.0
ecsec/open-ecard,ecsec/open-ecard,ecsec/open-ecard
93066590f8738296cab93e05276894e7092193f5
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.10" install: # Get the latest stable version of Node 0.STABLE.latest - ...
# http://www.appveyor.com/docs/appveyor-yml # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.10" install: # Get the latest stable version of Node 0.STABLE.latest - ...
Include nunit test results as artifact.
Include nunit test results as artifact.
YAML
apache-2.0
Stift/Klondike,davidvmckay/Klondike,davidvmckay/Klondike,themotleyfool/Klondike,davidvmckay/Klondike,themotleyfool/Klondike,jochenvangasse/Klondike,fhchina/Klondike,fhchina/Klondike,jochenvangasse/Klondike,themotleyfool/Klondike,Stift/Klondike,jochenvangasse/Klondike,Stift/Klondike,fhchina/Klondike
8c539e8b2ad35edb9cd5865eaf8eba1f180211fb
.gitlab-ci.yml
.gitlab-ci.yml
image: debovema/docker-mvn test: script: - mvn -gs /home/m2/settings.xml clean deploy -P t3-snapshot except: - tags site: script: - mvn -gs /home/m2/settings.xml clean site-deploy -P t3-snapshot except: - tags site-redeploy: script: - mvn -gs /home/m2/se...
image: jamesdbloom/docker-java7-maven test: script: - mvn -gs /home/m2/settings.xml clean deploy -P t3-snapshot except: - tags site: script: - mvn -gs /home/m2/settings.xml clean site-deploy -P t3-snapshot except: - tags site-redeploy: script: - mvn -gs ...
Use Maven 3.1.1 to avoid false positive cyclic redundancy
Use Maven 3.1.1 to avoid false positive cyclic redundancy
YAML
apache-2.0
teecube/t3,teecube/t3
0ec44d949cdbb0aa1f8f78c3555e3c093e385143
appveyor.yml
appveyor.yml
environment: matrix: - TARGET: x86_64-pc-windows-msvc OTHER_TARGET: i686-pc-windows-msvc MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc OTHER_TARGET: i686-pc-windows-msvc MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc MINIMAL_VERSIONS: true CFG_DISABLE_CROS...
environment: matrix: - TARGET: x86_64-pc-windows-msvc OTHER_TARGET: i686-pc-windows-msvc MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc - TARGET: x86_64-pc-windows-msvc OTHER_TARGET: i686-pc-windows-msvc MAKE_TARGETS: test-unit-x86_64-pc-windows-msvc MINIMAL_VERSIONS: true CFG_DISABLE_CROS...
Align AppVeyor to use 1.28 for minimal versions
Align AppVeyor to use 1.28 for minimal versions .. like Travis CI's setup.
YAML
apache-2.0
rust-lang/cargo,eminence/cargo,rustyhorde/cargo,nipunn1313/cargo,vojtechkral/cargo,vojtechkral/cargo,rustyhorde/cargo,tsurai/cargo,rust-lang/cargo,eminence/cargo,tsurai/cargo,nipunn1313/cargo,tshepang/cargo,rustyhorde/cargo,eminence/cargo,tsurai/cargo,rust-lang/cargo,vojtechkral/cargo,tshepang/cargo,vojtechkral/cargo,t...
b703d1ebf51fce1ef00d55f4b60cb7407cce184c
appveyor.yml
appveyor.yml
version: '{build}' environment: nodejs_version: 4 matrix: fast_finish: true cache: - node_modules -> package.json - '%APPDATA%\npm\node_modules -> appveyor.yml' - '%APPDATA%\npm-cache -> package.json appveyor.yml' install: - ps: Install-Product node $env:nodejs_version - node --version - npm --versi...
version: '{build}' environment: nodejs_version: 4 matrix: fast_finish: true cache: - node_modules -> package.json - '%APPDATA%\npm\node_modules -> appveyor.yml' - '%APPDATA%\npm-cache -> package.json appveyor.yml' install: - ps: Install-Product node $env:nodejs_version - node --version - npm --versi...
Send test results data to AppVeyor
Send test results data to AppVeyor
YAML
mit
ruslansagitov/loud
b54e7a538a1058139b919fd7d1af4361c34a57ca
appveyor.yml
appveyor.yml
build: false environment: matrix: - PYTHON: "C:/Python27-x64" - PYTHON: "C:/Python35-x64" - PYTHON: "C:/Python36-x64" - PYTHON: "C:/Python37-x64" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - ps: (new-object net.webclient).DownloadFile('https://bootstrap.pypa...
build: false environment: matrix: - PYTHON: "C:/Python27-x64" - PYTHON: "C:/Python35-x64" - PYTHON: "C:/Python36-x64" - PYTHON: "C:/Python37-x64" - PYTHON: "C:/Python38-x64" init: - "ECHO %PYTHON%" - ps: "ls C:/Python*" install: - ps: (new-object net.webclient)....
Add Python 3.8 CI to AppVeyor
Add Python 3.8 CI to AppVeyor
YAML
mit
thombashi/sqliteschema
cc128093b0fdc92254cc4ef09ee7968a564406b8
appveyor.yml
appveyor.yml
image: Visual Studio 2019 before_build: - choco install opencover build_script: - dotnet build test_script: - C:\Users\AppVeyor\AppData\Local\Apps\OpenCover\OpenCover.Console.exe -register:Path32 -target:"c:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -output:coverage.xml -returntargetcode after_test: - ps: ...
image: Visual Studio 2019 before_build: - choco install opencover build_script: - dotnet build test_script: - C:\Users\AppVeyor\AppData\Local\Apps\OpenCover\OpenCover.Console.exe -register:Path32 -target:"c:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -output:coverage.xml -returntargetcode after_test: - ps: ...
Update path to nuget package artifact
Update path to nuget package artifact
YAML
mit
ceddlyburge/canoe-polo-league-organiser-backend
d07705f3b233ad88efbb48ebcb9e2c734e7e501e
appveyor.yml
appveyor.yml
version: 3.0.2.{build} assembly_info: patch: true file: AssemblyInfo.cs assembly_version: "3.0.0.0" assembly_file_version: "{version}" assembly_informational_version: "3.0.2-CI-{build}" configuration: Release before_build: nuget restore build: verbosity: minimal publish_nuget: true publish_nuget_sym...
version: 3.0.3.{build} assembly_info: patch: true file: AssemblyInfo.cs assembly_version: "3.0.0.0" assembly_file_version: "{version}" assembly_informational_version: "3.0.3-CI-{build}" configuration: Release before_build: nuget restore build: verbosity: minimal publish_nuget: true publish_nuget_sym...
Update package version to 3.0.3.
Update package version to 3.0.3.
YAML
mit
autofac/Autofac.Extras.FakeItEasy
fd418267ec8492918d762ebf644dc2c0a7e40dee
demo/Bob/dependencies.bob-stage-ts.yaml
demo/Bob/dependencies.bob-stage-ts.yaml
- id: bob_tests_twitter_stats_vis_in_stage userid: 101 service: twitter_stats enabled: false labels: # TODO: remove stage def from here tstype: stage # Deploy specific version of tweeviz (image tag) tsvisimage: demo-v62 # San Francisco, Boston, New York locations: -71.4415,41.9860,-70.47...
- id: bob_tests_twitter_stats_vis_in_stage userid: 101 service: twitter_stats disabled: true labels: # TODO: remove stage def from here tstype: stage # Deploy specific version of tweeviz (image tag) tsvisimage: demo-v62 # San Francisco, Boston, New York locations: -71.4415,41.9860,-70.47...
Update demo policy - disable Bob's dependency by default
Update demo policy - disable Bob's dependency by default
YAML
apache-2.0
Aptomi/aptomi,Aptomi/aptomi,Aptomi/aptomi,Aptomi/aptomi
b6810f023e1676c2908257407b153556e462d426
appveyor.yml
appveyor.yml
version: '{build}' skip_tags: true skip_commits: message: /\[ci skip\]/ clone_depth: 10 environment: nodejs_version: 0.12 matrix: - ruby_version: 193 install: - git submodule update --init --recursive - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install bundler --quiet --no...
version: '{build}' skip_tags: true skip_commits: message: /\[ci skip\]/ clone_depth: 10 environment: nodejs_version: 0.12 matrix: - ruby_version: 193 install: - git submodule update --init --recursive - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install bundler --quiet --no...
Fix bundler version to 1.9 in Appveyor
Fix bundler version to 1.9 in Appveyor Trying to solve this issue: "Checksum of /versions does not match the checksum provided by server! Something is wrong." http://stackoverflow.com/questions/35315712/rails-initialization-checksum-error
YAML
mit
asciidoctor/asciidoctor.js,Mogztter/asciidoctor.js,Mogztter/asciidoctor.js,Mogztter/asciidoctor.js,asciidoctor/asciidoctor.js,asciidoctor/asciidoctor.js,asciidocfx/asciidoctor.js,rahmanusta/asciidoctor.js,asciidoctor/asciidoctor.js,Mogztter/asciidoctor.js,Mogztter/asciidoctor.js,asciidoctor/asciidoctor.js,asciidocfx/as...
680d92bb6367c1be33defd751195819048af0091
.restyled.yaml
.restyled.yaml
restylers_version: '20191031' auto: true restylers: # TODO: Uncomment the lines below, when we switch to `clang-format` 9. # - clang-format: # image: restyled/restyler-clang-format:v9.0.0 # TODO: Enable `prettier` again, after Restyled offers Prettier 1.19 # See also: https://github.com/restyled-io/rest...
restylers_version: '20191216' auto: true restylers: # TODO: Uncomment the lines below, when we switch to `clang-format` 9. # - clang-format: # image: restyled/restyler-clang-format:v9.0.0 - prettier - prettier-markdown: arguments: [] - shfmt: arguments: - -s - -sr
Reformat JavaScript code with Prettier
Restyled: Reformat JavaScript code with Prettier
YAML
bsd-3-clause
ElektraInitiative/libelektra,mpranj/libelektra,mpranj/libelektra,petermax2/libelektra,ElektraInitiative/libelektra,mpranj/libelektra,ElektraInitiative/libelektra,petermax2/libelektra,mpranj/libelektra,mpranj/libelektra,ElektraInitiative/libelektra,ElektraInitiative/libelektra,petermax2/libelektra,mpranj/libelektra,pete...
ca2859ee41c695273285ae0385e50a83caa62670
deploy/roles/projectrepo/tasks/main.yml
deploy/roles/projectrepo/tasks/main.yml
# This role serves to configure the settings repo (if it does not already # exist on the deploy server), then clone the github repoistory for the project # to the remote server for deployment - name: Clone settings repository locally git: repo: 'git@github.com:Princeton-CDH/deployment.git' # Use lookup he...
# This role serves to configure the settings repo (if it does not already # exist on the deploy server), then clone the github repoistory for the project # to the remote server for deployment - name: Clone settings repository locally git: repo: 'git@github.com:Princeton-CDH/deployment.git' # Use lookup he...
Fix typo in project repo role
Fix typo in project repo role
YAML
apache-2.0
Princeton-CDH/derrida-django,Princeton-CDH/derrida-django,Princeton-CDH/derrida-django,Princeton-CDH/derrida-django
3996a31997b466e950493600511901cd368eb287
packages/we/webkitgtk3-javascriptcore.yaml
packages/we/webkitgtk3-javascriptcore.yaml
homepage: '' changelog-type: '' hash: 2458dfd287fb4c0d9346137fd40828966fc5f30adbc78755a56982e5af200d1d test-bench-deps: {} maintainer: Ian-Woo Kim <ianwookim@gmail.com> synopsis: JavaScriptCore FFI from webkitgtk changelog: '' basic-deps: base: ! '>=4 && <5' webkitgtk3: ! '>=0.13.0.0 && <0.15' glib: ! '>=0.13.0.0...
homepage: '' changelog-type: '' hash: 8c8b01fa69732a2a282f173d95aa34cafa01aa7450f7a73678b8058df6fc6d92 test-bench-deps: {} maintainer: Ian-Woo Kim <ianwookim@gmail.com> synopsis: JavaScriptCore FFI from webkitgtk changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '0.12.5.0' - '0.12.5.1' - '0.13.0.0' - '0.1...
Update from Hackage at 2016-04-09T12:20:04+0000
Update from Hackage at 2016-04-09T12:20:04+0000
YAML
mit
commercialhaskell/all-cabal-metadata
bc3f29634804ed6078c7fa8078a64c2110ca21a2
crane/docker/web_server/provisioning/ansible/roles/web_server/tasks/common.yml
crane/docker/web_server/provisioning/ansible/roles/web_server/tasks/common.yml
--- - name: Update Apt Cache apt: update_cache=yes cache_valid_time=3600 - name: Install Prerequisites apt: name={{ item }} state=present with_items: - supervisor - name: Install Supervisor Config template: src=../templates/supervisord.conf.j2 dest=/etc/supervisor/conf.d/supervisord.conf owner=root group=ro...
--- - name: Update Apt Cache apt: update_cache=yes cache_valid_time=3600 - name: Install Prerequisites apt: name={{ item }} state=present with_items: - supervisor - name: Install Supervisor Config template: src=../templates/supervisord.conf.j2 dest=/etc/supervisor/conf.d/supervisord.conf owner=root group=ro...
Set www-data uid and gid.
Set www-data uid and gid.
YAML
mit
SeerUK/gallery,SeerUK/gallery,SeerUK/gallery
b901e44d41ced85cdece0b81925ce88faafa7089
recipes/sdf/meta.yaml
recipes/sdf/meta.yaml
{% set name = "sdf" %} {% set version = "0.3.3" %} package: name: {{ name|lower }} version: {{ version }} build: number: 0 script: python -m pip install --no-deps https://github.com/ScientificDataFormat/SDF-Python/archive/v{{ version }}.tar.gz requirements: build: - python - pip run: - python...
{% set name = "sdf" %} {% set version = "0.3.3" %} {% set sha256 = "c1c7dfe08d0294dfa179c50f8f6b8a04d1a0195c3b50bf259a73dac37da75a40" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/SDF-{{ version }}.tar.gz sha256: {{ sha256 }} ...
Install from local file instead of downloading directly.
Install from local file instead of downloading directly.
YAML
bsd-3-clause
dschreij/staged-recipes,cpaulik/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,NOAA-ORR-ERD/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,jjhelmus/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,rvalieris/sta...