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
413d5612fbd6ddceafde43990b43db8f0e3ebfff
.travis.yml
.travis.yml
script: "bundle exec rake forem:dummy_app --trace; bundle exec rspec spec" rvm: - 1.8.7 - 1.9.2 - 1.9.3
script: "bundle exec rake forem:dummy_app --trace; bundle exec rspec spec" rvm: - 1.9.2 - 1.9.3
Remove 1.8.7 from Travis build, as it keeps giving us false negatives
Remove 1.8.7 from Travis build, as it keeps giving us false negatives Plus, who uses 1.8.7 any more, right?
YAML
mit
bbatsov/forem,jarray52/forem,syndicut/forem,syndicut/forem,juozasg/forem,rubysherpas/forem,moh-alsheikh/forem,bbatsov/forem,beefsack/forem,ketanjain/forem,ciscou/forem,brooks/forem,nikolaevav/forem,mhoad/forem,RostDetal/forem,efrence/forem,zhublik/forem,tonic20/forem,mauriciopasquier/forem,eivindhagen/forem,kunalchaudh...
c37b4ce1c8422c867047c947577a506e384afc7a
policies/retry_st2_pkg_e2e_test_on_failure.yaml
policies/retry_st2_pkg_e2e_test_on_failure.yaml
name: st2_pkg_e2e_test.retry_on_failure # Note: We retry this run on failure to try to avoid false positives # which are caused by intermediate networking issues and similar. description: Retry "st2_pkg_e2e_test" tests on failure for up to 1 times. enabled: true resource_ref: st2ci.st2_pkg_e2e_test policy_type: action....
Add policy to retry st2_pkg_e2e_test on failure.
Add policy to retry st2_pkg_e2e_test on failure.
YAML
apache-2.0
StackStorm/st2ci
4683cdbf4ebd38f02d47b7e7a13144e0bedaf3c6
.travis.yml
.travis.yml
language: node_js # test on node.js versions node_js: - 10 - 12 # configure notifications (email, IRC, campfire etc) # please update this section to your needs! #notifications: # irc: "irc.freenode.org#travis"
Test on Node.js 10 and 12.
Test on Node.js 10 and 12.
YAML
mit
alexfernandez/performance
b314b9d1caaee0b1bee93000d71b5cc1ddbe337f
.github/workflows/node.js.yml
.github/workflows/node.js.yml
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions name: Node.js CI on: push: branches: [ master ] pull_re...
Enable GitHub Actions for CI testing.
Enable GitHub Actions for CI testing.
YAML
mit
facebook/regenerator,facebook/regenerator,facebook/regenerator
2e9dcbe23e8582f9d28f5d8ae7a2acdf5c2703d4
scripts/ansible/inventories/examples/amazon.yml
scripts/ansible/inventories/examples/amazon.yml
avalanche_nodes: hosts: ec2-203-0-113-42.us-east-1.compute.amazonaws.com: ec2-203-0-113-9.ap-southeast-1.compute.amazonaws.com: vars: ansible_ssh_private_key_file: "~/.ssh/aws_identity.pem" ansible_user: "ubuntu"
Add example Amazon EC2 inventory
ansible: Add example Amazon EC2 inventory
YAML
bsd-3-clause
ava-labs/avalanchego,ava-labs/avalanchego
a30e2faecbe3fbc3d149b37717d3189e30a07c30
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install -r requirements/default.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 importlib; fi script: - python -m tests.__main__
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "3.4" install: - pip install -r requirements/default.txt --use-mirrors - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 importlib ordereddict; fi script: - python -m tests.__main__
Add ordereddict to python 2.6 dependencies
Add ordereddict to python 2.6 dependencies
YAML
bsd-3-clause
pj/flower,raphaelmerx/flower,barseghyanartur/flower,Lingling7/flower,allengaller/flower,tellapart/flower,asmodehn/flower,marrybird/flower,Lingling7/flower,lucius-feng/flower,jzhou77/flower,tellapart/flower,ucb-bar/bar-crawl-web,pj/flower,ucb-bar/bar-crawl-web,getupcloud/flower,alexmojaki/flower,jzhou77/flower,alexmojak...
7331bb869fe0edd2333a0a1ac2a4e5fb2d1c26de
languages/ko.yml
languages/ko.yml
index: home: '홈' search: '검색' archive: '아카이브' category: '카테고리' uncategorized: '미지정' tag: '태그' nav: next: '다음' prev: '이전' older: '이전 글' newer: '다음 글' widget: recents: '최근 글' archives: '아카이브' categories: '카테고리' links: '링크' tags: '태그' tag_cloud: '태그 클라우드' art...
Add Korean version language file
Add Korean version language file
YAML
mit
sasivarnan/hexo-theme-icarus,MeoKUN/MeoKUN.github.io,MeoKUN/MeoKUN.github.io,MeoKUN/MeoKUN.github.io,ppoffice/hexo-theme-icarus,gsmadi/hexo-theme-icarus,gsmadi/hexo-theme-icarus,sasivarnan/hexo-theme-icarus
33d2120984e2782ad872bd4cb7f29f6e9bb8db93
packages/su/sub-state.yaml
packages/su/sub-state.yaml
homepage: '' changelog-type: '' hash: 1ceaed44ea0dde7fb2be9697ea1659bc2d8ce46bd0ba5df61f1f742ad3f653bf test-bench-deps: base: -any quickcheck-instances: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any QuickCheck: -any maintainer: Athan Clark <athan.clark@gmail.com> synopsis: Get the total, put a s...
Update from Hackage at 2015-09-03T01:18:17+0000
Update from Hackage at 2015-09-03T01:18:17+0000
YAML
mit
commercialhaskell/all-cabal-metadata
cc41737d43a84bd7f83d92456c6a86523b043d63
packages/tr/triplesec.yaml
packages/tr/triplesec.yaml
homepage: https://github.com/SamProtas/hs-triplesec changelog-type: '' hash: d170e961440b87ce70b5767f0906857ec9ae095da1b95c38756a4f5a3c8740b8 test-bench-deps: bytestring: -any base: ! '>=4.7 && <5' memory: ! '>=0.14.5' tasty-quickcheck: -any tasty-hunit: -any tasty: -any triplesec: -any QuickCheck: -any...
Update from Hackage at 2017-04-30T19:35:48Z
Update from Hackage at 2017-04-30T19:35:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
78972a97d43a54a7e5512f790a6927fbc72bd6f7
packages/me/metro-transport-xor.yaml
packages/me/metro-transport-xor.yaml
homepage: https://github.com/Lupino/metro#readme changelog-type: markdown hash: fe0970bbae8127d9b40e579a5e8b796ef2d6e91accdc614e543b34acf2a987c6 test-bench-deps: {} maintainer: lmjubuntu@gmail.com synopsis: XOR transport for metro changelog: | # Changelog for metro-transport-xor ## Unreleased changes basic-deps: ...
Update from Hackage at 2020-08-09T05:08:14Z
Update from Hackage at 2020-08-09T05:08:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
24a1f7a9b5035d0d2a4ccaabceec51767b847453
.cocoadocs.yml
.cocoadocs.yml
highlight-color: '#1db954' highlight-dark-color: '#1da74d' darker-color: '#999999' darker-dark-color: '#4c4c4c' background-color: '#F2F2F2' alt-link-color: '#006450' warning-color: '#ff6437'
Tweak colors shown on CocoaDocs.org
Tweak colors shown on CocoaDocs.org - Make them closer to our brand guidelines.
YAML
apache-2.0
iOSCowboy/SPTDataLoader,spotify/SPTDataLoader,iOSCowboy/SPTDataLoader,spotify/SPTDataLoader,spotify/SPTDataLoader
88f5f3bf1cbe9f30331e3e1cbf4483457514a583
.gitlab-ci.yml
.gitlab-ci.yml
dependency_scanning: image: docker:stable variables: DOCKER_DRIVER: overlay2 allow_failure: true services: - docker:stable-dind script: - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/') - docker run --env DEP_SCAN_DISABLE_REMOTE_CHECKS="...
Add GitLab CI config to replace Gemnasium reports
Add GitLab CI config to replace Gemnasium reports
YAML
mit
bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop,bkimminich/juice-shop
f3695eaecd44d746b694687ef5e6a1178f532379
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: pull_request: push: jobs: ci: runs-on: ubuntu-latest strategy: matrix: include: - java: 8 scala: 2.13.6 name: Scala v${{ matrix.scala }} / Java v${{ matrix.java }} steps: - name: Git checkout uses: actions/checkout@latest - n...
Add Github Action for CI
Add Github Action for CI
YAML
apache-2.0
japgolly/test-state,japgolly/test-state
9a1e205b2d8b9d8fe5b654ba07e237c6cd2dd487
.gitlab-ci.yml
.gitlab-ci.yml
image: node:4.2.2 pages: cache: paths: - node_modules/ script: - npm install - npm run brunch -- b --production artifacts: paths: - public # only: # - master
Add gitlab ci config for pages
Add gitlab ci config for pages
YAML
mit
Hexanet/MergeRequestsCI,Hexanet/MergeRequestsCI
71390c8808a1233424975a6d598d46a7b3b621da
recipes/pypubsub/meta.yaml
recipes/pypubsub/meta.yaml
{% set version = "v4.0.0" %} {% set checksum = "e4391c98b747c5168277ca8f37508a3f7ef65cc83bdef698316ba2e87fdb5389" %} package: name: pypubsub version: {{ version }} source: url: https://github.com/schollii/pypubsub/archive/{{ version }}.tar.gz sha256: {{ checksum }} build: number: 0 script: "{...
Add first draft for recipe
Add first draft for recipe
YAML
bsd-3-clause
stuertz/staged-recipes,Juanlu001/staged-recipes,sodre/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,sodre/staged-recipes,mcs07/staged-recipes,dschreij/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,basnijholt/staged-recipes,SylvainCorl...
84951a08dea56752cc7df846f356cdaa0c347e87
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Install dependencies run: | sudo apt-get update sudo apt-get install libsdl2-dev libsfml-dev - name: Build run: | export CLICOLOR_FORCE=1 make --no-...
Add an Actions workflow to build the emulator and run the test ROMs
Add an Actions workflow to build the emulator and run the test ROMs
YAML
bsd-3-clause
jgilchrist/emulator,jgilchrist/emulator,jgilchrist/emulator
cd2a7bfa8569b69558454dcfe94f9636df142fd5
manifests/prometheus/alerts.d/rds_cpu_credits.yml
manifests/prometheus/alerts.d/rds_cpu_credits.yml
# Source: cloudwatch-exporter --- - type: replace path: /instance_groups/name=prometheus2/jobs/name=prometheus2/properties/prometheus/custom_rules?/- value: name: RDSCPUCreditsLow rules: - &alert alert: RDSCPUCreditsLow_Warning expr: avg_over_time(aws_rds_cpucreditbalance_minimum[30m]...
Migrate "RDS CPU credits" monitor to Prometheus
Migrate "RDS CPU credits" monitor to Prometheus Original DataDog monitor: avg(last_30m):avg:aws.rds.cpucredit_balance{deploy_env:prod,!created_by:aws_rds_service_broker} by {dbinstanceidentifier} <= 1 The cloudwatch-exporter only collects this information for the system databases, so we don't need to filter out the t...
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
f3c0f266909a3428e64fece0b0a6d5504b863611
packages/sm/smallcheck-kind-generics.yaml
packages/sm/smallcheck-kind-generics.yaml
homepage: https://github.com/strake/smallcheck-kind-generics.hs changelog-type: markdown hash: 9b71f988462a071c908b56528a7e6e751dd937852b0cf1b3c6d62aca79ba3be1 test-bench-deps: base: ! '>=4.12 && <4.14' smallcheck-kind-generics: -any gauge: -any maintainer: strake888@gmail.com synopsis: See README for more info c...
Update from Hackage at 2020-01-26T01:04:46Z
Update from Hackage at 2020-01-26T01:04:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
fc3cc47e780da244a36ee208c17ed4c71200c48f
.gitlab-ci.yml
.gitlab-ci.yml
stages: - build_cms_grid - build_jenkins_python - build_wmcore_tests build_cms_grid: stage: build_cms_grid tags: - docker-image-build script: "" # unused but this line is required by GitLab CI variables: TO: gitlab-registry.cern.ch/gartung/cms-dwdm-docker:cms_grid # where to push resulting imag...
Add gitlab ci docker build of mirror at CERN
Add gitlab ci docker build of mirror at CERN
YAML
apache-2.0
dmwm/Docker,dmwm/Docker
0b725417b46cc0b3f166fa3d9914d9a466ec6a01
packages/ap/apecs-stm.yaml
packages/ap/apecs-stm.yaml
homepage: https://github.com/jonascarpay/apecs-stm#readme changelog-type: markdown hash: 2df46549202cf201d501addc987329388f07ff13287dbb4b85271fe2206dee3b test-bench-deps: {} maintainer: jonascarpay@gmail.com synopsis: STM Stores for apecs changelog: | ## [Unreleased] ## [0.1.0] ### Added - Split out the STM pa...
Update from Hackage at 2019-02-03T19:18:23Z
Update from Hackage at 2019-02-03T19:18:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
2e65667ec893d37d6f4d3db2e678a9a2d228df88
.github/workflows/ci.yml
.github/workflows/ci.yml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: coursier/cache-action@v6 - uses: olafurpg/setup-scala@v11 - run: sbt clean scalafmtSbtCheck scalafmtCheck coverage +test +doc - run: sbt coverageReport coveralls env: ...
Add github action workflow for CI
[build] Add github action workflow for CI
YAML
apache-2.0
blemale/scaffeine
f93720a19a22cd5f5faa7c1abe7fd0a92358526c
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Test library on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x, 14.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version...
Add GitHub Actions CI setup
chore: Add GitHub Actions CI setup
YAML
isc
tcort/markdown-link-check
e4fc6434978a297ff53e3ba7b15dc179e9bf4094
projects/invoice-hyperledger-fabric/containers/orderer/k8s-orderer-service.yaml
projects/invoice-hyperledger-fabric/containers/orderer/k8s-orderer-service.yaml
apiVersion: v1 kind: Service metadata: name: orderer-org1-scray-org labels: run: orderer-org1-scray-org spec: type: NodePort selector: app: orderer-org1-scray-org ports: - name: orderer-listen port: 7050 protocol: TCP
Add k8s ordere service yaml
Add k8s ordere service yaml
YAML
apache-2.0
scray/scray,scray/scray,scray/scray,scray/scray
88bc1b7ee34c02fff6edd8fb1a5e0bdb38d3b03e
t/webui/conf/default/builders/test-builder.yml
t/webui/conf/default/builders/test-builder.yml
type: sbuild architecture: i386 # Compile "Architecture: all" packages with this builder? architecture_all: 0 # This is the distribution the packages compiled by this builder go to. For a # package to be compiled by this builder, it has to have the correct # architecture and this distribution (or an alias or similar, s...
Add configuration file for web UI functional tests
Add configuration file for web UI functional tests
YAML
bsd-3-clause
operasoftware/arepa,operasoftware/arepa
ffc05a483d46298994ff062ff9abfbf6f4d33cb2
release-azure-pipeline.yml
release-azure-pipeline.yml
# Start release pipeline (survey-library) #trigger only "by hand" trigger: none variables: SurveyJSVersion: '1.1.1' pool: vmImage: 'Ubuntu-16.04' steps: - task: NodeTool@0 inputs: versionSpec: '10.x' displayName: 'install Node.js' - powershell: | echo $(git --version) git config --global user.e...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
andrewtelnov/surveyjs,surveyjs/surveyjs,surveyjs/surveyjs,andrewtelnov/surveyjs,andrewtelnov/surveyjs,surveyjs/surveyjs,surveyjs/surveyjs
93eaa946cf80dd44a8329a89876874fe25db87dc
fluxy-rc.yaml
fluxy-rc.yaml
apiVersion: v1 kind: ReplicationController metadata: name: fluxy spec: replicas: 1 selector: name: fluxy version: latest template: metadata: labels: name: fluxy version: latest spec: containers: - name: fluxy image: weaveworks/fluxy:latest imageP...
apiVersion: v1 kind: ReplicationController metadata: name: fluxy spec: replicas: 1 selector: name: fluxy version: latest template: metadata: labels: name: fluxy version: latest spec: containers: - name: fluxy image: weaveworks/fluxy imagePullPoli...
Make fluxy deployable in Kubernetes
Make fluxy deployable in Kubernetes - kubectl create -f testdata/fluxy-rc.yaml - Leverage automounted ca.crt and bearer token for auth - Option to manually specify kubectl path - ENTRYPOINT got bigger so split it into its own script - Use nonglobal flagset to prevent pollution
YAML
apache-2.0
philwinder/flux-example,sambooo/flux-example
12829978b62701cbfe231f462a78ff5f30f4af6d
packages/er/error-util.yaml
packages/er/error-util.yaml
homepage: http://github.com/pmlodawski/error-util changelog-type: '' hash: 8d34403686d2ca2af62f2b14798ba1aa9369213e65b209e255db84591323d4e7 test-bench-deps: {} maintainer: Piotr Młodawski <remdezx+github@gmail.com> synopsis: Set of utils and operators for error handling changelog: '' basic-deps: base: ! '>=4.7 && <4....
Update from Hackage at 2015-12-03T12:16:29+0000
Update from Hackage at 2015-12-03T12:16:29+0000
YAML
mit
commercialhaskell/all-cabal-metadata
8b7531854f5e63d10d0c6274e69c1f5702e33d11
data/transition-sites/dit_contrade.yml
data/transition-sites/dit_contrade.yml
--- site: dit_contrade whitehall_slug: department-for-international-trade homepage: https://www.gov.uk/search/policy-papers-and-consultations?parent=department-for-international-trade&keywords=consultation&organisations%5B%5D=department-for-international-trade&order=relevance tna_timestamp: 20181012100504 host: www.con...
Add redirect for trade consultations
Add redirect for trade consultations
YAML
mit
alphagov/transition-config,alphagov/transition-config
772d2fee23fcb41a26b03062c86c67cf8b9f4691
.travis.yml
.travis.yml
language: ruby gemfile: - Gemfile - Gemfile_activemodel4 ruby: - 1.9.3 script: bundle exec rake unattended_spec
language: ruby gemfile: - Gemfile - Gemfile_activemodel4 ruby: - 1.9.3 - 2.1.6 script: bundle exec rake unattended_spec
Support Ruby 2.1.6 on Travis CI
Support Ruby 2.1.6 on Travis CI
YAML
mit
BilalBudhani/Dynamoid,cavi21/Dynamoid,philipmw/Dynamoid,dnswus/Dynamoid,philipmw/Dynamoid,Dynamoid/Dynamoid,dnswus/Dynamoid,Dynamoid/Dynamoid,cavi21/Dynamoid,BilalBudhani/Dynamoid
2754863575e86a500c7eec14b4217479e0950282
.travis.yml
.travis.yml
language: php sudo: false php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm install: composer install script: phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover
language: php sudo: false cache: directories: - $HOME/.composer/cache/files php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm install: composer install script: phpunit --coverage-text --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar && php ocular....
Use the Travis cache to persist the composer cache
Use the Travis cache to persist the composer cache
YAML
mit
Incenteev/ParameterHandler,fouzes/ParameterHandler
6147e6044b89de8f0825a432ee7a6c008204f298
.travis.yml
.travis.yml
language: node_js # test on two node.js versions: 0.8 0.10 node_js: - 0.8 - 0.10 # configure notifications (email, IRC, campfire etc) # please update this section to your needs! #notifications: # irc: "irc.freenode.org#travis"
Add configuration for Travis CI.
Add configuration for Travis CI.
YAML
mit
alexfernandez/prototypes
8c684a03418b13c79093ab625a3f9e6b30b1f04c
.travis.yml
.travis.yml
language: ruby cache: bundler dist: xenial branches: only: - master matrix: include: - rvm: 2.4.9 - rvm: 2.5.7 - rvm: 2.6.5 - rvm: 2.7.0 - rvm: ruby-head allow_failures: - rvm: ruby-head
Add a Travis config for testing
Add a Travis config for testing Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
test-kitchen/kitchen-dsc
bc1fe94601bf0b0f7fb53ffd98a9e622f68af6ae
.travis.yml
.travis.yml
dist: trusty language: python python: '2.7' before_install: - sudo apt-get update -qq - sudo apt-get install -qq python-apt install: - pip install ansible - pip install ansible-lint script: - ansible-playbook --syntax-check elk.yml - ansible-playbook --syntax-check jenkins.yml - ansible-play...
Add Travis-CI to handle lint testing
Add Travis-CI to handle lint testing
YAML
apache-2.0
leifmadsen/toad,redhat-nfvpe/ansible-cira,redhat-nfvpe/toad
59cba5674b0a7fb031481e1337b5d224a9ef5b81
.travis.yml
.travis.yml
language: java script: - mvn test - cd raven; mvn integration-test; cd ../ - cd raven-legacy; mvn integration-test; cd ../ - cd raven-log4j; mvn integration-test; cd ../ - cd raven-log4j2; mvn integration-test; cd ../ - cd raven-logback; mvn integration-test; cd ../ - cd sentry-stub; mvn int...
language: java script: - mvn test - cd raven; mvn integration-test -Pjetty; cd ../ - cd raven-legacy; mvn integration-test -Pjetty; cd ../ - cd raven-log4j; mvn integration-test -Pjetty; cd ../ - cd raven-log4j2; mvn integration-test -Pjetty; cd ../ - cd raven-logback; mvn integration-test -Pjet...
Enable jetty for integration tests
Enable jetty for integration tests
YAML
bsd-3-clause
littleyang/raven-java,buckett/raven-java,reki2000/raven-java6,galmeida/raven-java,reki2000/raven-java6,galmeida/raven-java,buckett/raven-java,littleyang/raven-java
391303012654a7af64c34eab25246f3a5030876d
packages/lu/lucid-htmx.yaml
packages/lu/lucid-htmx.yaml
homepage: https://github.com/WaviLabs/lucid-htmx#readme changelog-type: markdown hash: c861a5d9177fe4cee9f794b5e708ae0dc082899837323f068991e1243cd31744 test-bench-deps: lucid: '>=2.9.12.1 && <2.10' base: '>=4.7 && <5' text: '>=1.2.4.1 && <1.3' servant: '>=0.18.3 && <0.19' lucid-htmx: -any maintainer: rashad@w...
Update from Hackage at 2021-10-26T17:43:08Z
Update from Hackage at 2021-10-26T17:43:08Z
YAML
mit
commercialhaskell/all-cabal-metadata
2496e42e32c632b08db1395581a9f4ae73d340a3
packages/un/universum.yaml
packages/un/universum.yaml
homepage: https://github.com/serokell/universum changelog-type: '' hash: de3890915e76ca6796e7b634f7fa63453c4b1992b8cf9005bd5f4749f235978d test-bench-deps: {} maintainer: hi@serokell.io synopsis: A sensible set of defaults for writing custom Preludes. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' stm: ! ...
Update from Hackage at 2017-01-09T10:05:24Z
Update from Hackage at 2017-01-09T10:05:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
255e7adaf9a5d7d258b9eb7d710545b8d8c977bf
.travis.yml
.travis.yml
language: python python: - "2.7" - "3.4" before_install: - sudo apt-get update -qq install: - sudo apt-get install -y python-opencv - pip install -r requirements.txt script: - python setup.py build
Add a Travis CI configuration file.
Add a Travis CI configuration file.
YAML
isc
eliteraspberries/fftresize
9c73b3bbe4be7a98372f30fe5872ee2243aa34f0
.travis.yml
.travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - 7 - hhvm sudo: false cache: directories: - vendor - $HOME/.composer/cache before_script: - composer self-update -q - if [ -n "$GH_TOKEN" ]; then composer config github-oauth.github.com ${GH_TOKEN}; fi; - composer install --dev --no-interaction --prefer...
Add project to Travis and Coveralls
Add project to Travis and Coveralls
YAML
mit
allejo/stakx,stakx-io/stakx,allejo/stakx,stakx-io/stakx
d15ff1a6846b461392aabeeb588d343958cbe4d2
packages/st/stack-type.yaml
packages/st/stack-type.yaml
homepage: https://github.com/aiya000/hs-stack-type changelog-type: '' hash: 0f59147861262b35ff67a7d37c9802ec43b37732ecad7990fb5ffda4fbe834fe test-bench-deps: {} maintainer: aiya000.develop@gmail.com synopsis: The basic stack type changelog: '' basic-deps: base: ! '>=4.7 && <5' transformers: -any all-versions: - '0....
Update from Hackage at 2017-01-13T08:01:57Z
Update from Hackage at 2017-01-13T08:01:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
5ae180cdecf151361f6be212c2ee69ac032b9eb2
packages/uo/uom-plugin.yaml
packages/uo/uom-plugin.yaml
homepage: https://github.com/adamgundry/uom-plugin changelog-type: '' hash: 51c78b9c54feeccf717b4205dd9f00a4d5bd47a8a6e63317dcfd169bbd255776 test-bench-deps: base: -any tasty-hunit: ! '>=0.9 && <0.10' tasty: ! '>=0.10 && <0.11' uom-plugin: -any maintainer: Adam Gundry <adam@well-typed.com> synopsis: Units of me...
Update from Hackage at 2015-08-19T15:18:53+0000
Update from Hackage at 2015-08-19T15:18:53+0000
YAML
mit
commercialhaskell/all-cabal-metadata
209845bfa0879914d334c16ab1824d511cf5d3b2
src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-many-through-many-in.yaml
src/test/resources/com/foundationdb/sql/pg/yaml/functional/test-many-through-many-in.yaml
--- - CreateTable: artists (id serial PRIMARY KEY, name varchar(255)); --- - CreateTable: albums (id serial PRIMARY KEY, name varchar(255)); --- - CreateTable: albums_artists (album_id integer REFERENCES albums, artist_id integer REFERENCES artists); --- - Statement: INSERT INTO albums (name) VALUES ('A'), ('B'), ('C')...
Add test case from Sequel test showing assert failure.
Add test case from Sequel test showing assert failure.
YAML
agpl-3.0
jaytaylor/sql-layer,qiuyesuifeng/sql-layer,ngaut/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,wfxiang08/sql-layer-1,shunwang/sql-layer-1,ngaut/sql-layer,jaytaylor/sql-layer,shunwang/sql-layer-1,ngaut/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,relateiq/sql-layer,...
d005665b5bc04e00c5d577961a65059f2fce054f
packages/ba/ballast.yaml
packages/ba/ballast.yaml
homepage: https://github.com/bitemyapp/ballast#readme changelog-type: '' hash: 370f5569afc87315946658489860765bc01399e27c0b690081a08a0f0defa5c7 test-bench-deps: bytestring: -any base: -any time: -any hspec: ! '>=1.8 && <2.3' text: -any ballast: -any either-unwrap: -any hspec-expectations: -any maintaine...
Update from Hackage at 2017-05-09T22:27:17Z
Update from Hackage at 2017-05-09T22:27:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
9903330eb88dd629e47bd1c7a3557ecba63856a2
packages/ti/timemap.yaml
packages/ti/timemap.yaml
homepage: '' changelog-type: '' hash: 67ed6754bb56eb26a7ea8069980bfeca00e7c8f1cc4252ce7ba19d9fb4bff2de test-bench-deps: stm: -any base: -any time: -any unordered-containers: -any criterion: -any containers: -any quickcheck-instances: -any hashtables: -any tasty-quickcheck: -any hashable: -any tast...
Update from Hackage at 2015-12-08T22:36:48+0000
Update from Hackage at 2015-12-08T22:36:48+0000
YAML
mit
commercialhaskell/all-cabal-metadata
00f4ae88f92de6e2d970042929da4809681214f7
playbooks/requirements.yml
playbooks/requirements.yml
--- - hosts: all tasks: - name: Install galaxy dependencies command: ansible-galaxy install -r roles/mistral/requirements.yml delegate_to: 127.0.0.1 run_once: true
--- - hosts: all tasks: # See: https://github.com/StackStorm/ansible-st2/pull/55 - fail: msg="This playbook doesn't work with Ansible 2.2 or greater. Use 2.1 instead." when: ansible_version.full >= "2.2" - name: Install galaxy dependencies command: ansible-galaxy install -r roles/mistral/requirements.y...
Add Failure message for Ansible >= 2.2
Add Failure message for Ansible >= 2.2
YAML
apache-2.0
armab/ansible-st2,StackStorm/ansible-st2
5d99eb24abe6fcd1b24d9380bb1dc48ec7b49f66
buildspec-test.yml
buildspec-test.yml
# AWS CodeBuild Build Specification for Building and packaging Orchestrator version: 0.1 phases: install: commands: - npm install -g gulp-cli - npm install build: commands: - set -o pipefail - export ORCHESTRATOR_API_ID=$(aws --region=$AWS_REGION cloudformation describe-stack-resour...
Add buildspec for functional testing
Add buildspec for functional testing
YAML
mit
totem/totem-v3-orchestrator
059a5e326549d9da6d6bb4ba53e3a9217e8bdec0
_config.yml
_config.yml
# Build settings markdown: redcarpet highlighter: pygments # Site settings title: "Loosely coupled" #description: > # this means to ignore newlines until "email:" # A Jekyll theme - Medium inspired email: broeksem@lippman.lu #blog logo logo: "/assets/images/bb_logo.png" # blog cover cover: "/assets/images/cover-rop...
Configure it properly to my own needs.
Configure it properly to my own needs.
YAML
mit
bbroeksema/bbroeksema.github.io,bbroeksema/bbroeksema.github.io,bbroeksema/bbroeksema.github.io
61fa2cdeff9f5171cc01699282ef88fd44a8f86c
.github/workflows/bot-label-lgtm.yaml
.github/workflows/bot-label-lgtm.yaml
# This workflow adds the community approval label ("lgtm") to pull requests. It # does *not* indicate maintainer approval. This a way to visually highlight that # someone in the world thinks the pull request is ready for further review. This # event is triggered by a pull request approval, or simply a comment that # co...
Add workflow for community approval label
Add workflow for community approval label
YAML
apache-2.0
tensorflow/docs,tensorflow/docs,tensorflow/docs
0c59668b2a16fcedbe72ddf8366db984250c9c40
.github/workflows/codeql-analysis.yml
.github/workflows/codeql-analysis.yml
name: "CodeQL" on: workflow_dispatch: schedule: - cron: '23 5 * * 0' jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write steps: - name: Checkout repo uses: actions/checkout@v3 - name: Initializ...
Update CI configs to v0.7.3
Update CI configs to v0.7.3 Update lint scripts and CI configs.
YAML
mit
pion/ice
0312fd55f4753724f78bc060172cf228cbde5279
.github/workflows/ci.yml
.github/workflows/ci.yml
name: Continuous Integration on: push: branches: - master pull_request: jobs: unit_tests: name: Unit Tests runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - name: Install Rust uses: actions-rs/toolchain@v1 with: t...
Add minimal github actions setup for CI
Add minimal github actions setup for CI
YAML
mit
greyblake/whatlang-rs,greyblake/whatlang-rs,greyblake/whatlang-rs
aa8dee5b2413f9d79572dbdaae006c5eb5cf1428
.github/workflows/php.yml
.github/workflows/php.yml
name: PHP on: push: branches: - develop - master pull_request: branches: - develop - master jobs: build: runs-on: ubuntu-latest strategy: matrix: php: [7.2] steps: - name: Create environment file run: cp .env.travis .env - name: Create unit testi...
Add GitHub Action to run unit tests and code sniffer
Add GitHub Action to run unit tests and code sniffer [API-105]
YAML
agpl-3.0
art-institute-of-chicago/data-aggregator,art-institute-of-chicago/data-aggregator,art-institute-of-chicago/data-aggregator
dab0324da51377e0784d141603451b889963b4c2
azure-pipelines.yml
azure-pipelines.yml
--- # Don't have two build jobs for each pull request. trigger: - master jobs: - job: 'Test' pool: vmImage: 'ubuntu-latest' strategy: matrix: lint: python.version: '3.7' TOXENV: lint mypy: python.version: '3.7' TOXENV: mypy manif...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
hynek/pem
1e287d52eac27501e6a4c1e899f1ecaf879d5907
azure-pipelines.yml
azure-pipelines.yml
# Starter pipeline # Start with a minimal pipeline that you can customize to build and deploy your code. # Add steps that build, run tests, deploy, and more: # https://aka.ms/yaml pool: vmImage: 'Ubuntu 16.04' steps: - script: echo Hello, world! displayName: 'Run a one-line script' - script: | echo Add other...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines
YAML
mit
ahoefling/TabStrip,ahoefling/TabStrip
3edfb3c24a07bc2716d2d8dbf600ccb672bd6e15
packages/ha/haskell-import-graph.yaml
packages/ha/haskell-import-graph.yaml
homepage: '' changelog-type: '' hash: 4c2ba0b2c6d5649842b1f124e4183662cdc4db66810017775ce450cf84223d50 test-bench-deps: {} maintainer: ncaq@ncaq.net synopsis: create haskell import graph for graphviz changelog: '' basic-deps: ghc: ! '>=7.10 && <7.11' base: ==4.8.* text: ! '>=1.2 && <1.3' process: ! '>=1.2 && <1...
Update from Hackage at 2015-10-05T11:37:41+0000
Update from Hackage at 2015-10-05T11:37:41+0000
YAML
mit
commercialhaskell/all-cabal-metadata
0c5b74ba9017f70125bce660d84d87226b12977a
packages/wa/wai-slack-middleware.yaml
packages/wa/wai-slack-middleware.yaml
homepage: https://github.com/psibi/wai-slack-middleware#readme changelog-type: '' hash: d22bb556df997993175096f589a00f3fe7308a60f4d82e5bc96680ae3a7b20e6 test-bench-deps: base: -any wai-slack-middleware: -any maintainer: sibi@psibi.in synopsis: A Slack middleware for WAI changelog: '' basic-deps: http-client: -any...
Update from Hackage at 2017-04-23T17:38:20Z
Update from Hackage at 2017-04-23T17:38:20Z
YAML
mit
commercialhaskell/all-cabal-metadata
16e876526a6456138f6e9b475986ddec0f726633
mysql_query_statistics/mysql_query_statistics.yml
mysql_query_statistics/mysql_query_statistics.yml
options: user: name: MySQL username notes: Specify the username to connect with default: root password: name: MySQL password notes: Specify the password to connect with host: name: MySQL host notes: Specify something other than 'localhost' to connect via TCP default: localhost po...
options: user: name: MySQL username notes: Specify the username to connect with default: root password: name: MySQL password notes: Specify the password to connect with host: name: MySQL host notes: Specify something other than 'localhost' to connect via TCP default: localhost po...
Make the MySQL trigger a little higher.
Make the MySQL trigger a little higher. We only really want to worry if there's something to worry about.
YAML
mit
pingdomserver/scout-plugins,envato/scout-plugins,skiold/scout-plugins,skiold/scout-plugins,pap/scout-plugins,envato/scout-plugins,skiold/scout-plugins,scoutapp/scout-plugins,wenyanw/scout-plugins,envato/scout-plugins,pingdomserver/scout-plugins,pingdomserver/scout-plugins,scoutapp/scout-plugins,pap/scout-plugins,pap/sc...
29e1523aa1c6136952f74c0d130f45beb0909b57
packages/ng/ngx-export.yaml
packages/ng/ngx-export.yaml
homepage: http://github.com/lyokha/nginx-haskell-module changelog-type: '' hash: c379abe0ff307ba293bdb9566249f9f9be4be0e367b50a7ca8796c52b26999ff test-bench-deps: {} maintainer: Alexey Radkov <alexey.radkov@gmail.com> synopsis: Export custom haskell functions into nginx configuration changelog: '' basic-deps: bytestr...
Update from Hackage at 2016-05-12T16:20:03+0000
Update from Hackage at 2016-05-12T16:20:03+0000
YAML
mit
commercialhaskell/all-cabal-metadata
593f869d4d685fa9889fb8d46bc4662d5a4e5306
.travis.yml
.travis.yml
# Use Travis's cointainer based infrastructure sudo: false dist: trusty addons: apt: sources: - chef-stable-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the defaul...
# Use Travis's cointainer based infrastructure sudo: false dist: trusty addons: apt: sources: - chef-current-trusty packages: - chefdk # Don't `bundle install` which takes about 1.5 mins install: echo "skip bundle install" branches: only: - master # Ensure we make ChefDK's Ruby the defau...
Test with the latest ChefDK
Test with the latest ChefDK Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef-cookbooks/lvm,opscode-cookbooks/lvm,ChiefAlexander/lvm,ChiefAlexander/lvm,chef-cookbooks/lvm,opscode-cookbooks/lvm
20c37e3344221fae9a48c4f40375e1569d942c38
packages/re/reqcatcher.yaml
packages/re/reqcatcher.yaml
homepage: http://github.com/hiratara/hs-reqcatcher changelog-type: '' hash: 2fbd5d7e743653eead1489657192c7310d237a08b65ab1ab1af6f860eb2c8247 test-bench-deps: http-client: ! '>=0.4 && <0.5' reqcatcher: -any wai: -any base: -any HUnit: ! '>=1.2 && <1.4' wreq: ! '>=0.3 && <0.5' lens: ! '>=4.7 && <4.14' tas...
Update from Hackage at 2016-03-19T12:40:34+0000
Update from Hackage at 2016-03-19T12:40:34+0000
YAML
mit
commercialhaskell/all-cabal-metadata
b7936bc8eb4438f230076b1b235b625633cee1fe
packages/si/simple-ltl.yaml
packages/si/simple-ltl.yaml
homepage: https://www.github.com/jwiegley/simple-ltl changelog-type: '' hash: bff4a99160d4e4cd28a7fdfeec41ebe1367a0e7d20158257721bcae8a2613764 test-bench-deps: base: ! '>=4.9 && <5.0' simple-ltl: -any tasty-hunit: -any tasty: -any maintainer: johnw@newartisans.com synopsis: A simple LTL checker changelog: '' ba...
Update from Hackage at 2019-04-19T18:05:36Z
Update from Hackage at 2019-04-19T18:05:36Z
YAML
mit
commercialhaskell/all-cabal-metadata
ef56a26c48932dd373cc6b974970a09c9a967211
packages/su/sugar-data.yaml
packages/su/sugar-data.yaml
homepage: https://github.com/jxv/sugar#readme changelog-type: markdown hash: fb9ca65a10f1f963abbf2f42d63f604a060b3b001e1cbd201050966c2a19efe3 test-bench-deps: base: -any hspec: -any tasty-hspec: -any sugar-data: -any sugar: -any tasty: -any maintainer: Joe Vargas synopsis: Convert sugar to common data types...
Update from Hackage at 2022-07-30T16:25:50Z
Update from Hackage at 2022-07-30T16:25:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
6834830c7ddd4494ad8afb41ff67e3860ce1a869
cmd/openshift/operator/kodata/openshift-monitoring/01-trigger-monitoring.yaml
cmd/openshift/operator/kodata/openshift-monitoring/01-trigger-monitoring.yaml
--- # Copyright 2022 The Tekton Authors # # 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 # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Add ServiceMonitor for Triggers metrics
Add ServiceMonitor for Triggers metrics Adding ServiceMonitor for Triggers. We have metrics available in Triggers v0.19.0
YAML
apache-2.0
tektoncd/operator,tektoncd/operator,tektoncd/operator
378a707e491c333500d128a6f4df72b114604393
.travis.yml
.travis.yml
language: node_js node_js: - 0.10 before_script: - npm install grunt-cli -g - npm install bower -g - sudo pip install pylint && pylint --version 1>&2 script: - pylint tools/packing.py - cd app && npm install && grunt test
language: node_js node_js: - 0.10 install: - npm install grunt-cli -g - npm install bower -g - sudo pip install pylint before_script: - pylint --version script: - pylint tools/packing.py - cd app && npm install && grunt test
Fix to show pylint version
Fix to show pylint version
YAML
bsd-3-clause
beagleterm/beagle-term,beagleterm/beagle-term,RandomlyKnighted/beagle-term,RandomlyKnighted/beagle-term
345c71f5f29d4705cab027a8ab157c1c6c50a2f1
.travis.yml
.travis.yml
language: ruby rvm: - 2.1.5 env: - DB=postgresql script: - RAILS_ENV=test POLTERGEIST=true bundle exec rake --trace db:migrate spec konacha:run before_script: - psql -c 'create database tfpullrequests_test' -U postgres bundler_args: --without development production --deployment --jobs=3 --retry=3 cache: bundler...
language: ruby rvm: - 2.1.5 env: - DB=postgresql script: - RAILS_ENV=test POLTERGEIST=true bundle exec rake --trace db:migrate spec konacha:run before_script: - psql -c 'create database tfpullrequests_test' -U postgres bundler_args: --without development production --deployment --jobs=3 --retry=3 cache: b...
Use the new build env on Travis
Use the new build env on Travis
YAML
mit
nateberkopec/24pullrequests,arumoy-shome/24pullrequests,pimterry/24pullrequests,arumoy-shome/24pullrequests,tegon/24pullrequests,acrogenesis-lab/24pullrequests,wadtech/24pullrequests,pimterry/24pullrequests,nateberkopec/24pullrequests,pimterry/24pullrequests,tegon/24pullrequests,jasnow/24pullrequests5,wadtech/24pullreq...
9619a0190955df367a6b3a7bf9938e3b8395cef9
azure-pipelines.yml
azure-pipelines.yml
# ASP.NET Core # Build and test ASP.NET Core projects targeting .NET Core. # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core pool: vmImage: 'Ubuntu 16.04' variables: buildConfiguration: 'Release' steps: - script: dotnet...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines
YAML
mit
PioneerCode/pioneer-blog,PioneerCode/pioneer-blog,PioneerCode/pioneer-blog,PioneerCode/pioneer-blog
158a4a8e0168bff4893bcac7e195e6b7f9ef4ae8
azure-pipelines.yml
azure-pipelines.yml
# Python package # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: - master pool: vmImage: ubuntu-latest strat...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
bsd-3-clause
scikit-learn-contrib/hdbscan,scikit-learn-contrib/hdbscan
c904ad7b24fc582debc74c2332817d1400fade7a
azure-pipelines.yml
azure-pipelines.yml
# Python package # Create and test a Python package on multiple Python versions. # Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/python trigger: - master pool: vmImage: 'ubuntu-latest' str...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
lneuhaus/pyrpl,lneuhaus/pyrpl,lneuhaus/pyrpl,lneuhaus/pyrpl
09139010819b9ab98e6749d7033aa0a42abb457f
azure-pipelines.yml
azure-pipelines.yml
# Node.js with webpack # Build a Node.js project using the webpack CLI. # Add steps that analyze code, save build artifacts, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/javascript trigger: - master pool: vmImage: ubuntu-latest steps: - task: NodeTool@0 inputs: versionSpec:...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines [skip ci]
YAML
mit
kexi/vscode-uiflow,kexi/vscode-uiflow
bb3c3449e236e54a48c22ddb476c97dff0330b3d
azure-pipelines.yml
azure-pipelines.yml
# ASP.NET Core # Build and test ASP.NET Core web applications targeting .NET Core. # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core pool: vmImage: 'Ubuntu 18.04' variables: buildConfiguration: 'Release' steps: - script: dotnet...
Set up CI with Azure Pipelines
Set up CI with Azure Pipelines
YAML
mit
blogifierdotnet/Blogifier.Core,blogifierdotnet/Blogifier.Core
36ad72353adfe570a75223e077426a89e98666e2
.travis.yml
.travis.yml
language: python python: - "3.3" install: - pip install zc.buildout - git clone git://github.com/TangledWeb/tangled ../tangled - buildout script: - ./bin/tangled test - ./bin/sphinx-build -E docs docs/_build
Add Travis CI config file
Add Travis CI config file
YAML
mit
TangledWeb/tangled.contrib
a047e5e0893867661a4f2f578cd8fef4ce585f04
.travis.yml
.travis.yml
language: ruby rvm: - ruby-2.4.0 - 2.3.0 before_install: - gem install bundler script: 'bundle exec rake spec' notifications: slack: sachin21dev:J8sIAeYdBknOGbFHtrphiobX
Create the configuration file for Travis CI
Create the configuration file for Travis CI
YAML
mit
sachin21/ruboty-dmm
c3c1ab9c614e6e3d7c635b8d5936533234b63f8c
.travis.yml
.travis.yml
language: python python: - 2.7 install: - pip install -r requirements/travis.pip --allow-external webassets --allow-unverified webassets - pip install --no-deps . - python setup.py compile_catalog script: - nosetests --with-xcoverage udata after_success: - coveralls
language: python python: - 2.7 install: - pip install -r requirements/travis.pip --allow-external webassets --allow-unverified webassets - pip install --no-deps -e . script: - nosetests --with-xcoverage udata after_success: - coveralls
Revert compile_catalog on build and install as editable
Revert compile_catalog on build and install as editable
YAML
agpl-3.0
opendatateam/udata,davidbgk/udata,etalab/udata,etalab/udata,grouan/udata,etalab/udata,davidbgk/udata,jphnoel/udata,grouan/udata,grouan/udata,opendatateam/udata,jphnoel/udata,opendatateam/udata,jphnoel/udata,davidbgk/udata
da071cc71e8470b3e97c7d8a7f7159284b8844e4
recipes/myproxyclient/meta.yaml
recipes/myproxyclient/meta.yaml
{% set name = "MyProxyClient" %} {% set version = "1.4.4" %} {% set hash_type = "sha256" %} {% set hash_val = "5b7ad3cc3c3cd71595a9b0278a51c138699e229d47a41f2e2add72fbc12f58cd" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/s...
{% set name = "MyProxyClient" %} {% set version = "1.4.4" %} {% set hash_type = "sha256" %} {% set hash_val = "98e952e8e6cf25cae90cfbc3fd71e510e1aa78eb493a45148a0c32204e78609a" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/s...
Update sha256 hash for v1.4.4
Update sha256 hash for v1.4.4
YAML
bsd-3-clause
mcs07/staged-recipes,ReimarBauer/staged-recipes,dharhas/staged-recipes,koverholt/staged-recipes,benvandyke/staged-recipes,khallock/staged-recipes,jochym/staged-recipes,mcernak/staged-recipes,blowekamp/staged-recipes,khallock/staged-recipes,chohner/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,sannykr/st...
2cf1f56a3c5d5e480b608a1cd3a77093c348fab3
.travis.yml
.travis.yml
language: ruby before_script: "bundle exec rake appraisal:install" script: "bundle exec rake appraisal spec" rvm: - ree - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode #- jruby-18mode #- jruby-19mode
language: ruby before_script: "bundle exec rake appraisal:install" script: "bundle exec rake appraisal spec" rvm: #- ree - 1.8.7 - 1.9.2 - 1.9.3 - rbx-18mode - rbx-19mode #- jruby-18mode #- jruby-19mode
Disable testing on ree because its failing (ActiveSupport > 3.2 and ActiveMode > 3.2 along with fattr/ree fails)
Disable testing on ree because its failing (ActiveSupport > 3.2 and ActiveMode > 3.2 along with fattr/ree fails)
YAML
mit
mdemin914/zuora,engineyard/zuora,tw5475/zuora,localytics/zuora,apptentive-engineering/zuora,zuorasc/zuora,invoice2go/zuora,backupify/zuora,Sage/zuora
37e012e0240bd3a5d2c126cc075270f9d498d3d8
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" - "3.2" - "3.3" - "pypy" install: - "touch README" - "pip install . --use-mirrors" - "pip install -r test-requirements.txt --use-mirrors" script: nosetests tests notifications: email: false
Add support for Travis CI
Add support for Travis CI
YAML
bsd-2-clause
mwilliamson/marmoset.py
6e23486a9d3a8f16c3fa0937790af8c9d6620214
.travis.yml
.travis.yml
language: python python: - "3.3" install: - pip install zc.buildout - git clone git://github.com/TangledWeb/tangled ../tangled - git clone git://github.com/TangledWeb/tangled.mako ../tangled.mako - git clone git://github.com/TangledWeb/tangled.sqlalchemy ../tangled.sqlalchemy - git clone git://github.com/Ta...
Add Travis CI config file
Add Travis CI config file
YAML
mit
TangledWeb/tangled.site
216b93a73e7bb395c3d99fbfa2f67fdcf8fcc801
packages/mu/musicw.yaml
packages/mu/musicw.yaml
homepage: http://github.com/d0kt0r0/reflex-synth/blob/master/README.md changelog-type: '' hash: e62afee12820545e7ad104b71697f6b6231daa28f6c5570469fc32ae6c4f0856 test-bench-deps: {} maintainer: ogbornd@mcmaster.ca synopsis: Sound synthesis library, to be used with GHCJS and Web Audio API changelog: '' basic-deps: byte...
Update from Hackage at 2019-12-04T23:04:51Z
Update from Hackage at 2019-12-04T23:04:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
8aa1f84965eaa20b281ac3d9c5d3e76fc7ec1636
packages/ph/phaser.yaml
packages/ph/phaser.yaml
homepage: https://github.com/quickdudley/phaser changelog-type: '' hash: ff14cca02d6308b9b0746af11ade354b141c98ef2cf92b637198fccdc06dda51 test-bench-deps: {} maintainer: quick.dudley@gmail.com synopsis: Incremental multiple pass parser library. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4....
Update from Hackage at 2016-10-01T10:25:48+00:00
Update from Hackage at 2016-10-01T10:25:48+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
f62acca3b9252a6040377747a6b3f37e8db2d4c0
packages/pr/proton.yaml
packages/pr/proton.yaml
homepage: https://github.com/ChrisPenner/proton#readme changelog-type: markdown hash: 04339055a0f806240a5b5ee3b880708fb6ed0e7742f14c7ac605802230cfb797 test-bench-deps: {} maintainer: christopher.penner@gmail.com synopsis: '' changelog: | # Changelog for proton ### 0.0.1 - Initial release ## Unreleased changes...
Update from Hackage at 2021-01-05T05:08:53Z
Update from Hackage at 2021-01-05T05:08:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
ffda8bdff36a211773663c654ac2dc48deea9eff
tenets/codelingo/cockroachdb/lingo_bundle.yaml
tenets/codelingo/cockroachdb/lingo_bundle.yaml
description: Best Practices for CockroachDB from their contributer docs. version: 0.0.0 tenets: - avoid-bool-params tags: - golang - go - cockroach - cockroachdb
Add bundle file for CockroachDB
Add bundle file for CockroachDB
YAML
agpl-3.0
lingo-reviews/lingo,lingo-reviews/lingo
2782e513f08e13f108491fde3f3eedaa074604fd
recipes/weave/meta.yaml
recipes/weave/meta.yaml
{% set name = "weave" %} {% set version = "0.15.0" %} {% set sha256 = "4b7ac15abe2d1c0901c33db79d4bdcad8f2261198da36a48707b0023bca72f83" %} package: name: {{ name|lower }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}...
Add recipe for weave (formerly part of scipy as scipy.weave)
Add recipe for weave (formerly part of scipy as scipy.weave) https://pypi.python.org/pypi/weave
YAML
bsd-3-clause
ceholden/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,igortg/staged-recipes,mcs07/staged-recipes,SylvainCorlay/staged-recipes,Juanlu001/staged-recipes,grlee77/staged-recipes,glemaitre/staged-recipes,Cashalow/staged-recipes,synapticarbors/staged-recipes,isuruf/staged-recipes,isuruf/staged-recipes,koverho...
b44a8069e846c7a251e1b607bd0903ad6b2d8620
releasenotes/notes/queens_prelude-4bdf895167f979b2.yaml
releasenotes/notes/queens_prelude-4bdf895167f979b2.yaml
--- prelude: | The 17.0.0 release includes many new features and bug fixes. It is difficult to cover all the changes that have been introduced. Please at least read the upgrade section which describes the required actions to upgrade your cloud from 16.0.0 (Pike) to 17.0.0 (Queens). That said, a few...
Add a prelude release note for the 17.0.0 Queens GA
Add a prelude release note for the 17.0.0 Queens GA Change-Id: I9ca013038a65eb897399065c0fa0f6ddfc54fb9c
YAML
apache-2.0
mahak/nova,openstack/nova,klmitch/nova,mahak/nova,phenoxim/nova,gooddata/openstack-nova,rahulunair/nova,klmitch/nova,phenoxim/nova,mikalstill/nova,mikalstill/nova,mahak/nova,gooddata/openstack-nova,klmitch/nova,klmitch/nova,openstack/nova,rahulunair/nova,gooddata/openstack-nova,openstack/nova,rahulunair/nova,mikalstill...
b9d02de88b2a696740b3fbd672b9dfe358fd403e
packages/cr/crypto-simple.yaml
packages/cr/crypto-simple.yaml
homepage: https://github.com/Risto-Stevcev/haskell-crypto-simple#readme changelog-type: '' hash: 5c0e1e04a814d903743d7543245951a91a46817230fdf478fadca57116805fc1 test-bench-deps: bytestring: ! '>=0.10 && <1' base: -any hspec: -any cryptonite: ! '>=0.19 && <1' crypto-simple: -any QuickCheck: -any maintainer:...
Update from Hackage at 2016-09-15T20:59:18+0000
Update from Hackage at 2016-09-15T20:59:18+0000
YAML
mit
commercialhaskell/all-cabal-metadata
2f70c05bd5b6bad56761050e44a816d35a3ac670
packages/gr/graphql-spice.yaml
packages/gr/graphql-spice.yaml
homepage: https://www.caraus.tech/projects/pub-graphql-spice changelog-type: markdown hash: 71f90a72becdaf19681f5d9eb02967eb32868ed4dc49e96dc22d9983abaf5e69 test-bench-deps: base: -any unordered-containers: -any hspec: '>=2.9.1 && <3' text: -any graphql-spice: -any scientific: -any aeson: -any graphql: ...
Update from Hackage at 2022-03-29T18:51:49Z
Update from Hackage at 2022-03-29T18:51:49Z
YAML
mit
commercialhaskell/all-cabal-metadata
d412d3a8c6cca2a76d795b5646814115c7b94c26
packages/tr/traverse-code.yaml
packages/tr/traverse-code.yaml
homepage: https://github.com/treeowl/traverse-code changelog-type: markdown hash: 86e61f419f7543e65d5c36396e6cf3486265ff582dbed4b984360721d1f90ac2 test-bench-deps: base: -any traverse-code: -any containers: -any linear-generics: -any template-haskell: -any maintainer: David.Feuer@gmail.com synopsis: General d...
Update from Hackage at 2022-01-23T02:05:40Z
Update from Hackage at 2022-01-23T02:05:40Z
YAML
mit
commercialhaskell/all-cabal-metadata
52746ed28a3907c8d3ba58ca9004338f9432b9e1
.github/workflows/codeql.yml
.github/workflows/codeql.yml
name: "CodeQL" on: push: branches: [ "master" ] pull_request: branches: [ "master" ] schedule: - cron: "15 6 * * 0" jobs: analyze: name: Analyze runs-on: ubuntu-latest permissions: actions: read contents: read security-events: write strategy: fail-fast: fal...
Add CodeQL workflow for GitHub code scanning
Add CodeQL workflow for GitHub code scanning
YAML
mit
glav/DDDSyd2016,glav/DDDSyd2016,glav/DDDSyd2016
90496d3582af06d13141323ba3eeeb523c585d61
packages/pr/prim.yaml
packages/pr/prim.yaml
homepage: https://github.com/daig/prim#readme changelog-type: markdown hash: a10b1c77f165fdf1abbaaaa0b722ab31b3cb65b56158b0a957095f0afcd1d0da test-bench-deps: {} maintainer: daig@sodality.cc synopsis: An ergonomic but conservative interface to ghc-prim changelog: '' basic-deps: microbase: -any ghc-prim: ^>=0.6.1 al...
Update from Hackage at 2020-04-02T11:16:58Z
Update from Hackage at 2020-04-02T11:16:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
f98a86399c8683bdb39642f5760010940b590d62
.forestry/front_matter/templates/frontmatter1.yml
.forestry/front_matter/templates/frontmatter1.yml
--- label: FrontMatter1 hide_body: false is_partial: false fields: - type: text hidden: false label: layout name: title default: post - type: text name: title label: title - type: textarea name: add_text_here label: add text here
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
tonusp/tonusp.github.io
489044b1c8855803cbc5893da3e92045bce2f9b5
.github/workflows/main.yaml
.github/workflows/main.yaml
on: push: paths: - '*.py' - .github/workflows/main.yaml branches: - '*' tags: - '!*' jobs: test: runs-on: ubuntu-latest strategy: matrix: python: ["2.7", "3.6", "3.7"] name: Test Python ${{ matrix.python }} steps: - uses: actions/checkout@v...
Add github workflow for tests
Add github workflow for tests
YAML
bsd-2-clause
wichert/pyramid_jwt
e5534ef8ae154138e071ff431af2f2e1c4a5fc23
metadata/com.swordfish.lemuroid.yml
metadata/com.swordfish.lemuroid.yml
Categories: - Games License: GPL-3.0-or-later SourceCode: https://github.com/Swordfish90/Lemuroid IssueTracker: https://github.com/Swordfish90/Lemuroid/issues RepoType: git Repo: https://github.com/Swordfish90/Lemuroid Builds: - versionName: 1.8.0-beta1 versionCode: 100 commit: 1.8.0-beta1 subdir: lem...
Add Lemuroid: a libretro based multi-emulator for many consoles.
Add Lemuroid: a libretro based multi-emulator for many consoles.
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
1329e2ae5e64dabb2e369c25cb24bbba563dc81a
.docker/docker-compose.yaml
.docker/docker-compose.yaml
version: "3" services: postgres: image: postgres:9.4 environment: POSTGRES_USER: brus POSTGRES_PASSWORD: brus PGDATA: /var/lib/postgresql/data/pgdata volumes: - pgdata:/var/lib/postgresql/data ports: - 127.0.0.1:5432:5432 restart: always volumes: pgdata:
Add docker compose file for easy postgres setup
Add docker compose file for easy postgres setup
YAML
apache-2.0
hackeriet/pyhackeriet,hackeriet/pyhackeriet,hackeriet/nfcd,hackeriet/nfcd,hackeriet/nfcd,hackeriet/pyhackeriet
625d2cd4ec6331fcc7499acbd9ec92c37d58dfd1
.github/workflows/scheduled-tests.yaml
.github/workflows/scheduled-tests.yaml
name: PyPardiso-Tests-Scheduled on: schedule: # Run the tests once every 24 hours to catch dependency problems early - cron: '0 7 * * *' jobs: tests: runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-ve...
Add scheduled tests workflow that runs tests every day at 07:00
Add scheduled tests workflow that runs tests every day at 07:00
YAML
bsd-3-clause
haasad/PyPardisoProject
f2d4449f325223756b19cdbd764323279bd726ff
packages/se/servant-client-namedargs.yaml
packages/se/servant-client-namedargs.yaml
homepage: '' changelog-type: markdown hash: 6035893225a02f069f12684ad1cef37ef35e6cb142c1c366d6c5dec617ab9f91 test-bench-deps: warp: ! '>=3.2.25 && <3.3' http-client: ! '>=0.6.1 && <0.7' servant-client-namedargs: -any base: -any servant-client: -any hspec: ! '>=2.7 && <2.8' servant-server-namedargs: ==0.1....
Update from Hackage at 2019-01-25T19:21:30Z
Update from Hackage at 2019-01-25T19:21:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
cd259f83eea9fef30aa1c0499f72692b3a3f8370
environment.yml
environment.yml
# Create full conda environment for development, including some useful tools name: devel channels: - conda-forge dependencies: - python=3 - numpy - scipy - matplotlib - pint - netcdf4 - jupyter - sphinx - sphinx-gallery - pytest>=2.4 - pytest-cov - pytest-flake8 - pytest-mpl - pytest-runne...
# Create full conda environment for development, including some useful tools name: devel channels: - conda-forge dependencies: - python=3 - numpy - scipy - matplotlib - pint - netcdf4 - jupyter - sphinx - sphinx-gallery - pytest>=2.4 - pytest-cov - pytest-flake8 - pytest-mpl - pytest-runne...
Move doc8 to regular conda dependency
Move doc8 to regular conda dependency
YAML
bsd-3-clause
dopplershift/MetPy,Unidata/MetPy,ahaberlie/MetPy,jrleeman/MetPy,Unidata/MetPy,jrleeman/MetPy,dopplershift/MetPy,ahaberlie/MetPy,ShawnMurd/MetPy
46bced2e4668011aee16218f5f282db855989254
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} ...
Build with Actions, ship coverage to Codecov.
Build with Actions, ship coverage to Codecov. Closes #68. Closes #67.
YAML
mit
bigeasy/advance,bigeasy/advance
a142c86a635d8bdee92fb724562d9bfcebdc4da7
.travis.yml
.travis.yml
language: php sudo: false php: - 5.6 - 7.0 - hhvm matrix: fast_finish: true include: - php: 5.6 env: COMPOSER_FLAGS="--prefer-lowest" allow_failures: - php: hhvm cache: directories: - $HOME/.composer/cache before_install: - composer selfupdate install: - composer update --n...
Add a config for Travis CI
Add a config for Travis CI
YAML
mit
marcaube/isp-bandwidth-checker
3747f3e14c7f5351c9d28b7bfb60d3e0eb8f78e4
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 script: bundle exec rspec
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.0 script: bundle exec rspec before_install: - '[ "$TRAVIS_RUBY_VERSION" = "2.1.0" ] && gem install bundler -v "= 1.5.1" || true'
Install Bundler 1.5.1 for Ruby 2.1.0.
Install Bundler 1.5.1 for Ruby 2.1.0.
YAML
mit
pxlpnk/lograge,smudge/lograge,jtmarmon/lograge,roidrage/lograge,steviee/lograge
38ec9892e2df8da6a99eab26ab6f0202732dbd08
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 services: - mongodb script: - rake spec - bundle exec cucumber before_script: - export RACK_ENV=test - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start - sleep 3 # give xvfb some time to start - rackup & # start a Web server
Add support to Continuos Integration.
Add support to Continuos Integration.
YAML
apache-2.0
aureliano/epistoleiro
c1d1f0cd316bfe0e01af5f5d488e87b53a30372f
.travis.yml
.travis.yml
language: python services: elasticsearch python: - "2.5" - "2.6" - "2.7" - "3.2" - "pypy" install: pip install esclient script: python test_esclient.py
Add support of Travis CI continuous integration service
Add support of Travis CI continuous integration service
YAML
bsd-3-clause
eriky/ESClient,eriky/ESClient
abca4551a184900e23deecfce068d69da318f205
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode gemfile: - Gemfile - Gemfile.edge matrix: allow_failures: - gemfile: Gemfile.edge notifications: email: false campfire: on_success: change rooms: - secure: "TP0fJ4aqXCRD7CaAgaYW7Pa22j4/uLChdBb59ob/sJvHtfi4Zx3I54xWApmp\nZ...
language: ruby rvm: - 1.9.3 - 2.0.0 - jruby - rbx gemfile: - Gemfile - Gemfile.edge matrix: allow_failures: - gemfile: Gemfile.edge notifications: email: false campfire: on_success: change rooms: - secure: "TP0fJ4aqXCRD7CaAgaYW7Pa22j4/uLChdBb59ob/sJvHtfi4Zx3I54xWApmp\nZl1KItFGCV8oQZh...
Use latest rbx and jruby
Use latest rbx and jruby
YAML
mit
ryoconnell/rails-api,kyaukyuai/rails-api,GHolmes04/rails-api,bjenkins100/rails-api,ikhakoo/rails-api,ipmobiletech/rails-api,sideci-sample/sideci-sample-rails-api,djom20/rails-api,cyberid41/rails-api,rails-api/rails-api,PatrickEifler/rails-api,joshbedo/rails-api
292489e38897de488c779f974d717e7bd7aba42e
.travis.yml
.travis.yml
# # Travis CI configuration for testing codeception-module-drupal-user-registry # language: php php: - 5.4 # Whitelist branches to build. branches: only: - feature/add-tests # Test preparation. before_script: - composer self-update - composer install # Run tests. script: - cd tests && vendor/bin/codec...
Add minimal Travis CI configuration.
Add minimal Travis CI configuration.
YAML
mit
pfaocle/codeception-module-drupal-user-registry,chriscohen/codeception-module-drupal-user-registry,ixis/codeception-module-drupal-user-registry