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
c38c4e898e42f4b5263d670230dc4f871eb7ee3d
.travis.yml
.travis.yml
language: objective-c notifications: email: on_success: never on_failure: change script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
language: objective-c notifications: email: on_success: never on_failure: change install: brew install emscripten script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'
Use Homebrew to install Emscripten on Travis.
Use Homebrew to install Emscripten on Travis.
YAML
mit
k2b6s9j/linter-emscripten,k2b6s9j/linter-emscripten,k2b6s9j/linter-emscripten
154d80ae3ab3879ba3534a7ed04d85929ae48799
.travis.yml
.travis.yml
language: go go: - 1.11.x - master sudo: false # safelist branch to build branches: only: - master script: - go get github.com/streadway/amqp - make jenkins notifications: email: - bifer@alea-soluciones.com
language: go go: - 1.11.x - 1.17.x sudo: false # safelist branch to build branches: only: - master script: - go get github.com/streadway/amqp - make jenkins notifications: email: - bifer@alea-soluciones.com
Fix latest version compatible 1.17.X
[FIX] Fix latest version compatible 1.17.X
YAML
mit
aleasoluciones/gosnmpquerier,aleasoluciones/gosnmpquerier
0badfbafd72c78d3c6c0a4f2eaf8ab612e14675d
.travis.yml
.travis.yml
sudo: required dist: trusty language: go go: - 1.6 - tip env: global: - BACKEND="$HOME/gopath/src/github.com/seadsystem/Backend" - API="$BACKEND/DB/api" - LZONE="$BACKEND/DB/landingzone" addons: apt: packages: - libpq-dev - python3-numpy - python3-coverage - python3-psycopg2 ...
sudo: required dist: trusty language: go go: - 1.6 - tip env: global: - BACKEND="$HOME/gopath/src/github.com/seadsystem/Backend" - API="$BACKEND/DB/api" - LZONE="$BACKEND/DB/landingzone" addons: apt: packages: - libpq-dev - python3-numpy - python3-psycopg2 install: - go get gi...
Switch to using python2 coverage to be compatible with coveralls.
Switch to using python2 coverage to be compatible with coveralls.
YAML
mit
seadsystem/Backend,seadsystem/Backend,seadsystem/Backend,seadsystem/Backend
01c69d4579766fe96954cbfaff348eeb54200fe2
.travis.yml
.travis.yml
# Enable C++ support language: cpp # OS sudo: required dist: trusty # Compiler selection compiler: - clang - gcc # Build steps script: ./make-ci.sh
# Enable C++ support language: cpp cache: ccache # OS sudo: required dist: trusty # Compiler selection compiler: - clang - gcc # Build steps script: ./make-ci.sh
Enable ccache for faster builds.
Enable ccache for faster builds.
YAML
apache-2.0
hmartiro/redox,hmartiro/redox
6d956721f1f287301b480c4ced370ccab68c2370
apps/elekto/deployment.yaml
apps/elekto/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: elekto namespace: elekto labels: app: elekto spec: replicas: 1 selector: matchLabels: app: elekto strategy: type: Recreate template: metadata: labels: app: elekto spec: containers: - image: ghcr.io/e...
apiVersion: apps/v1 kind: Deployment metadata: name: elekto namespace: elekto labels: app: elekto spec: replicas: 1 selector: matchLabels: app: elekto strategy: type: Recreate template: metadata: labels: app: elekto spec: containers: - image: ghcr.io/e...
Deploy updated version of Elekto.
Deploy updated version of Elekto. New version fixes display of employer affiliation in the UI. Signed-off-by: Josh Berkus <c028c213ed5efcf30c3f4fc7361dbde0c893c5b7@agliodbs.com>
YAML
apache-2.0
kubernetes/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io,kubernetes/k8s.io
8389bcabf303f2bde77eb045579f9146a89fb7e6
metadata/com.kolloware.hypezigapp.yml
metadata/com.kolloware.hypezigapp.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Markus Kollotzek AuthorEmail: markus.kollotzek@posteo.de WebSite: https://gitlab.com/intergalacticsuperhero/hypezig SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD IssueTracker: https://gitlab.com/interga...
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-or-later AuthorName: Markus Kollotzek AuthorEmail: markus.kollotzek@posteo.de WebSite: https://gitlab.com/intergalacticsuperhero/hypezig SourceCode: https://gitlab.com/intergalacticsuperhero/hypezig/tree/HEAD IssueTracker: https://gitlab.com/interga...
Update Hypezig to 1.5 (14)
Update Hypezig to 1.5 (14)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
2c4092c4a14f5bd0266bdebfc7ba5443e802e670
packages/mb/mbox-utility.yaml
packages/mb/mbox-utility.yaml
homepage: '' changelog-type: '' hash: 5f564289ace1aba40fa3ead60b9b6b84ef83cd64d98fa58f96faad3e92501352 test-bench-deps: {} maintainer: haskell@henning-thielemann.de synopsis: List contents of an mbox file containing e-mails changelog: '' basic-deps: bytestring: ! '>=0.9.1 && <0.11' base: ! '>=4.2 && <5' spreadshe...
homepage: '' changelog-type: '' hash: 0df8c80bffbddc768039eb1a716a7caa8af7d53c4b5b52ef273fc4f6a0f5266b test-bench-deps: {} maintainer: haskell@henning-thielemann.de synopsis: List contents of an mbox file containing e-mails changelog: '' basic-deps: bytestring: ! '>=0.9.1 && <0.11' base: ! '>=4.2 && <5' time: ! '...
Update from Hackage at 2019-06-26T09:04:21Z
Update from Hackage at 2019-06-26T09:04:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
4f98785e2ec990dfecc24291cfb333a55dee4b09
packages/nt/ntrip-client.yaml
packages/nt/ntrip-client.yaml
homepage: '' changelog-type: '' hash: 9ba34730b79731d59baf064da404f9180b10272453ba2b512f620d178f61089e test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: NTRIP client. changelog: '' basic-deps: exceptions: -any bytestring: -any optparse-generic: -any case-insensitive: -any base: ! '>=4.7 &...
homepage: '' changelog-type: '' hash: 98f6b563e5792b6748edfc89e1221e12fd187889747345650b836053739ca040 test-bench-deps: {} maintainer: Mark Fine <dev@swiftnav.com> synopsis: NTRIP client. changelog: '' basic-deps: exceptions: -any bytestring: -any optparse-generic: -any case-insensitive: -any base: ! '>=4.7 &...
Update from Hackage at 2016-11-04T01:01:11Z
Update from Hackage at 2016-11-04T01:01:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
2d1b17d100abc636f2b38c24e760d15ceee4a68f
resources/linux/snap/snapcraft.yaml
resources/linux/snap/snapcraft.yaml
name: @@NAME@@ version: @@VERSION@@ summary: Code editing. Redefined. description: | Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. grade: stable confinement: classic parts: code: plugin: dump sour...
name: @@NAME@@ version: @@VERSION@@ summary: Code editing. Redefined. description: | Visual Studio Code is a new choice of tool that combines the simplicity of a code editor with what developers need for the core edit-build-debug cycle. grade: stable confinement: classic parts: code: plugin: dump sour...
Include more stage packages in snap
Include more stage packages in snap
YAML
mit
landonepps/vscode,joaomoreno/vscode,cleidigh/vscode,the-ress/vscode,eamodio/vscode,hoovercj/vscode,joaomoreno/vscode,mjbvz/vscode,DustinCampbell/vscode,cleidigh/vscode,Krzysztof-Cieslak/vscode,landonepps/vscode,Krzysztof-Cieslak/vscode,the-ress/vscode,mjbvz/vscode,DustinCampbell/vscode,the-ress/vscode,microsoft/vscode,...
3361d138c4fb2da309c126fb7ae7a065fd36dd4d
roles/installer/ospd/images/tasks/rpm.yml
roles/installer/ospd/images/tasks/rpm.yml
--- - name: install the RPM with the pre-built overcloud images become: yes yum: name: "rhosp-director-images" state: present - name: move images (sym link) to home dir become: yes shell: "cp /usr/share/rhosp-director-images/{{ item }} ~/{{ item }}" with_items: "{{ tar_images }}" - name: untar t...
--- # todo(yfried): block + become - name: install the RPM with the pre-built overcloud images become: yes become_method: sudo yum: name: "rhosp-director-images" state: present - name: move images (sym link) to home dir become: yes become_method: sudo shell: "cp /usr/share/rhosp-director-images...
Use sudo for image RPM
Use sudo for image RPM Change-Id: Ic15c90137f7b76bee2ba318291fbbf3d5d1a1ec0
YAML
apache-2.0
okolisny/InfraRed,okolisny/InfraRed,okolisny/InfraRed,redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared
5c60b1e561eff385a4ea3a52f3fdbf31c3940e18
goreleaser.yml
goreleaser.yml
build: goos: - linux - darwin goarch: - 386 - amd64 - arm - arm64 archive: name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' replacements: darwin: Darwin linux: Linux 386: i386 amd64: x86_64 brew: github: owner: getantibody na...
build: goos: - linux - darwin - freebsd goarch: - 386 - amd64 - arm - arm64 archive: name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}' replacements: darwin: Darwin linux: Linux 386: i386 amd64: x86_64 brew: github: owner: geta...
Revert "Revert "chore: release to freebsd as well""
Revert "Revert "chore: release to freebsd as well"" This reverts commit ce93cd2fc5c58f9c63cc6edaf538f9ce3af08199.
YAML
mit
caarlos0/antibody,getantibody/antibody,getantibody/antibody,caarlos0/antibody
8ae3d9abfe6abb2f7820821d4c90b3a0f73693b0
packages/ph/phonetic-languages-common.yaml
packages/ph/phonetic-languages-common.yaml
homepage: https://hackage.haskell.org/package/phonetic-languages-common changelog-type: markdown hash: d785540f330ddae74e022ca68b717f45eb20778486833124fddb58fcf0c53e71 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A generalization of the uniqueness-periods-vector-common package. changelog: |+ # Revi...
homepage: https://hackage.haskell.org/package/phonetic-languages-common changelog-type: markdown hash: 63de1ab8f4b16f4e23e6e7a3ad5caceed2880a1d1f9de44fc904494a0ba27ea0 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: A generalization of the uniqueness-periods-vector-common package. changelog: | # Revis...
Update from Hackage at 2020-11-26T23:21:33Z
Update from Hackage at 2020-11-26T23:21:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
d30afd700528035a02dbe3cb9f9a2701e6df4814
test/rql_test/src/regression/2710.yaml
test/rql_test/src/regression/2710.yaml
desc: Test pseudo literal strings in JSON. tests: - js: r.expr({"a":{"b":1, "c":2}}).merge(r.json('{"a":{"$reql_'+'type$":"LITERAL", "value":{"b":2}}}')) py: r.expr({"a":{"b":1, "c":2}}).merge(r.json('{"a":{"$reql_type$":"LITERAL", "value":{"b":2}}}')) rb: r.expr({:a => {:b => 1, :c => 2}}).merge(r.json...
desc: Test pseudo literal strings in JSON. tests: - js: r.expr({"a":{"b":1, "c":2}}).merge(r.json('{"a":{"$reql_'+'type$":"LITERAL", "value":{"b":2}}}')) py: r.expr({"a":{"b":1, "c":2}}).merge(r.json('{"a":{"$reql_type$":"LITERAL", "value":{"b":2}}}')) rb: r.expr({:a => {:b => 1, :c => 2}}).merge(r.json...
Handle embarassing Ruby test failure
Handle embarassing Ruby test failure
YAML
agpl-3.0
niieani/rethinkdb,bchavez/rethinkdb,RubenKelevra/rethinkdb,wojons/rethinkdb,bpradipt/rethinkdb,mbroadst/rethinkdb,Qinusty/rethinkdb,spblightadv/rethinkdb,losywee/rethinkdb,grandquista/rethinkdb,pap/rethinkdb,jesseditson/rethinkdb,yakovenkodenis/rethinkdb,losywee/rethinkdb,matthaywardwebdesign/rethinkdb,sbusso/rethinkdb...
ad1345eb948895e73360937e9a037811a2d1573b
g3doc/_toc.yaml
g3doc/_toc.yaml
toc: - title: "Improving Model Quality" path: /tfx/guide/tfma - title: "Install" path: /tfx/model_analysis/install - title: "Get started" path: /tfx/model_analysis/get_started - title: "Setup" path: /tfx/model_analysis/setup - title: "Metrics and Plots" path: /tfx/model_analysis/metrics - title: "Visualizatio...
toc: - title: "Improving Model Quality" path: /tfx/guide/tfma - title: "Install" path: /tfx/model_analysis/install - title: "Get started" path: /tfx/model_analysis/get_started - title: "Setup" path: /tfx/model_analysis/setup - title: "Metrics and Plots" path: /tfx/model_analysis/metrics - title: "Visualizatio...
Fix paths to Pandas case study
Fix paths to Pandas case study PiperOrigin-RevId: 367696749
YAML
apache-2.0
tensorflow/model-analysis,tensorflow/model-analysis,tensorflow/model-analysis,tensorflow/model-analysis
021cad45bacd6d7e969e87d5ce0f53e2f497b957
python/google-knowledge-graph/deployment/deployment.yaml
python/google-knowledge-graph/deployment/deployment.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: py-helloworld spec: replicas: 1 template: metadata: labels: run: py-helloworld spec: containers: - name: jarvis-kube-py-helloworld image: lahsivjar/jarvis-google-knowledge-graph:latest env: - ...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: py-helloworld spec: replicas: 2 template: metadata: labels: run: py-helloworld spec: containers: - name: jarvis-kube-py-helloworld image: lahsivjar/jarvis-google-knowledge-graph:latest env: - ...
Increase the replica count to 2.
Increase the replica count to 2.
YAML
mit
lahsivjar/jarvis-kube
78a67daae66b6f64055fe86eb1db67f5423db988
playbooks/init.yml
playbooks/init.yml
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - rsync - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F...
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - psmisc - rsync - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - she...
Add psmisc to server dependencies
Add psmisc to server dependencies Change-Id: I211169566e8a65a40f11f20e0efed8864df870b5 Reviewed-on: http://review.couchbase.org/65631 Reviewed-by: Pavel Paulau <dd88eded64e90046a680e3a6c0828ceb8fe8a0e7@gmail.com> Tested-by: Pavel Paulau <dd88eded64e90046a680e3a6c0828ceb8fe8a0e7@gmail.com>
YAML
apache-2.0
pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner
69726ad938c00e0fb5faa75e043597341e9bd3f6
_config.yml
_config.yml
plugins: - jekyll-redirect-from - jekyll-seo-tag markdown: kramdown collections: book: output: true qs: output: true tutorial_base: output: true tutorial_rsa: output: true tutorial_iot: output: true tutorial_wrap: output: true tutorial_eval: output: true tutorial_maven: ...
plugins: - jekyll-redirect-from - jekyll-seo-tag - jekyll-sitemap markdown: kramdown collections: book: output: true qs: output: true tutorial_base: output: true tutorial_rsa: output: true tutorial_iot: output: true tutorial_wrap: output: true tutorial_eval: output: true ...
Add sitemap.xml file to website
sitemap: Add sitemap.xml file to website Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
YAML
apache-2.0
osgi/osgi.enroute.site,osgi/osgi.enroute.site,osgi/osgi.enroute.site
f1965a7adefc9457837d36970485749d1f8526e0
_config.yml
_config.yml
# Site settings title: Pablo Lerma email: me@plerma.com author: Pablo Lerma description: "Pequeño blog sobre desarrollo iOS" baseurl: "" url: "http://www.plerma.com" # Google analytics google_analytics: UA-55026146-2 # Optional features animated: false show_related_posts: false ...
# Site settings title: Pablo Lerma email: me@plerma.com author: Pablo Lerma description: "Pequeño blog sobre desarrollo iOS" baseurl: "" url: "http://www.plerma.com" # Google analytics google_analytics: UA-55026146-2 # Optional features animated: false show_related_posts: false ...
Update markdown engine from red carpet to kramdown
Update markdown engine from red carpet to kramdown
YAML
mit
PabloLerma/PabloLerma.github.io,PabloLerma/PabloLerma.github.io
935fd93b802c43d2e858a822b8ce4dd73ea60961
_config.yml
_config.yml
# Site settings name: Kevin Plattret email: kevin@plattret.me url: "http://kevinplattret.me" baseurl: "" twitter_username: kplattret github_username: kplattret # Build settings markdown: kramdown exclude: - README.md - LICENCE.md - CNAME - assets/css/main.scss permalink: /:title relative_permalinks: false # ...
# Site settings name: Kevin Plattret email: kevin@plattret.me url: "http://kevinplattret.me" baseurl: "" twitter_username: kplattret github_username: kplattret # Build settings markdown: kramdown exclude: - README.md - LICENCE.md - CNAME - assets/css/main.scss permalink: /note/:title relative_permalinks: fals...
Add '/note' to post URLs for clarity.
Add '/note' to post URLs for clarity.
YAML
mit
kplattret/kplattret.github.io,kplattret/kplattret.github.io
f324629f2a56d7fbb1edb56de6765d68030a6ef3
_config.yml
_config.yml
# Site settings title: Hangaroa email: ccoroom@gmail.com author: Sung Ahn Kim description: "idle :)" baseurl: "" url: "http://hangaroa.net" # Google analytics google_analytics: # Optional features animated: false show_related_posts: false show_post_footers: false # Disqus post...
# Site settings title: Hangaroa email: ccoroom@gmail.com author: Sung Ahn Kim description: "idle :)" baseurl: "" url: "http://hangaroa.net" # Google analytics google_analytics: UA-42740592-1 # Optional features animated: false show_related_posts: false show_post_footers: false ...
Add disqus short name and google analytics.
Add disqus short name and google analytics.
YAML
mit
sakim/sakim.github.com
36ff8efffc663ebe69fabfd6cecb48a5e37b9605
_config.yml
_config.yml
# Site settings title: "Gophercon Dubai 2016" email: "ecosystem@squarecircletech.com" url: "https://gophercon.ae" description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site desc...
# Site settings title: "Gophercon Dubai 2016" email: "ecosystem@squarecircletech.com" url: "https://gophercon.ae" description: "The Go language is taking the world by storm! At the conference you will get to meet, interact and learn from Go experts coming from across the globe." # Color settings (hex-codes without the...
Fix missing link Facebook google and twitter meta tags
Fix missing link Facebook google and twitter meta tags
YAML
apache-2.0
h0lyalg0rithm/gophercon.ae,GopherconDubai/GopherconDubai.github.io,GopherconDubai/GopherconDubai.github.io,h0lyalg0rithm/gophercon.ae,GopherconDubai/GopherconDubai.github.io,h0lyalg0rithm/gophercon.ae
a456629b80382f93084c3a1b4e0ac55a1ca1dabc
_config.yml
_config.yml
# top level stuff you probably don't need to touch rdiscount: extensions: [smart] permalink: /:title.html paginate: 5 # edit here to achieve your personal greatness url: https://www.johnpitchko.com theme: sustain4-theme title: John Pitchko author: John Pitchko description: Personal blog and resume avatar: john-pitc...
# top level stuff you probably don't need to touch rdiscount: extensions: [smart] permalink: /:title.html paginate: 5 # edit here to achieve your personal greatness url: https://www.johnpitchko.com theme: sustain4-theme title: John Pitchko author: John Pitchko description: Personal blog and resume avatar: john-pitc...
Fix issue with permalinks for book summaries collection
Fix issue with permalinks for book summaries collection
YAML
mit
johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io
0264012fc867cde1330cf1b584895cd825875908
_config.yml
_config.yml
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" exclude: ["README.md"] # files to exclude highlighter: pygments markdown: kramdown disqus: dbyll google_analytics: dbyll plugins: [jekyll-paginate] baseurl: "" #...
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings paginate: 10 # pagination based on number of posts paginate_path: "page:num" exclude: ["README.md"] # files to exclude highlighter: rouge markdown: kramdown disqus: dbyll google_analytics: dbyll plugins: [jekyll-paginate] baseurl: "" # th...
Update highlighter to use 'rouge'
Update highlighter to use 'rouge'
YAML
mit
groovyghoul/groovyghoul.github.io,groovyghoul/groovyghoul.github.io,groovyghoul/groovyghoul.github.io
979adbcf5941e4d955791512a50e0335e13f5dce
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: Build and publish to ECR on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-publish-image-to-ecr: uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_GOVUK_ECR...
name: CI on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-and-publish-image: name: Build and publish image uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_...
Update CI workflow to trigger deploy to integration
Update CI workflow to trigger deploy to integration This adds an additional job to the CI workflow to run a reusable workflow that writes the newly built image tag to helm charts file. This triggers ArgoCD to deploy the integration.
YAML
mit
alphagov/router
7a1d3e1b48867fcc43f3d50a976be0fd1f981357
_config.yml
_config.yml
# Site settings title: Ayush's Blog description: ""#Tech posts from Ayush baseurl: "/" # the subpath of your site, e.g. /blog/ url: "https://ayushgoel.github.io" # the base hostname & protocol for your site author: name: Ayush Goel email: ayushgoel111@gmail.com twitter: named_none github: ayushgoel linkedIn: ...
# Site settings title: Ayush's Blog description: ""#Tech posts from Ayush url: "https://ayushgoel.github.io" # the base hostname & protocol for your site author: name: Ayush Goel email: ayushgoel111@gmail.com twitter: named_none github: ayushgoel linkedIn: country: in username: ayushgoel stackoverfl...
Remove baseurl property from config
Remove baseurl property from config
YAML
mit
ayushgoel/ayushgoel.github.io,ayushgoel/ayushgoel.github.io,ayushgoel/ayushgoel.github.io
a1bb0800490fa179a680ec69a93a146f7b3d64b6
.gitlab-ci.yml
.gitlab-ci.yml
image: node:current-alpine include: - template: SAST.gitlab-ci.yml stages: - test - publish code quality: stage: test script: - npm ci - npm run lint npm outdated: stage: test script: - npm ci - npm outdated allow_failure: true security scan: stage: test script: - npm audit ...
image: node:lts-alpine include: - template: SAST.gitlab-ci.yml stages: - test - publish code quality: stage: test script: - npm ci - npm run lint npm outdated: stage: test script: - npm ci - npm outdated allow_failure: true security scan: stage: test script: - npm audit --pr...
Use LTS version of Node.js on CI
Use LTS version of Node.js on CI
YAML
mit
vuedoc/parser,vuedoc/parser,vuedoc/parser
c43163c2658e9ceb68bdb20add3d9f6a62730f43
.gitlab-ci.yml
.gitlab-ci.yml
test-py27: stage: test image: python:2.7 script: - pip install tox - tox -e py27 test-py35: stage: test image: python:3.5 script: - pip install tox - tox -e py35 test-py36: stage: test image: python:3.6 script: - pip install tox - tox -e py36 test-py37: stage: test ima...
test-py27: stage: test image: python:2.7 script: - python setup.py test test-py35: stage: test image: python:3.5 script: - python setup.py test test-py36: stage: test image: python:3.6 script: - python setup.py test test-py37: stage: test image: python:3.7 script: - python se...
Stop using tox in pipelines
Stop using tox in pipelines
YAML
mit
inirudebwoy/bamp
db849205b3680219782278202ed0b20c95121629
releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml
releasenotes/notes/add-show-quota-details-api-to-network-quotas-client-3fffd302cc5d335f.yaml
--- features: - | Add extension API show quota details to network quotas_client library. This feature enables the possibility to show a quota set for a specified project that includes the quota’s used, limit and reserved counts for per resource
--- features: - | Add extension API show quota details to network quotas_client library. This feature enables the possibility to show a quota set for a specified project that includes the quota's used, limit and reserved counts for per resource
Replace Chinese quotes with English quotes
Replace Chinese quotes with English quotes Change-Id: I57a0be85b0da8dd13dd36b419b9be8feec151d88
YAML
apache-2.0
openstack/tempest,openstack/tempest,cisco-openstack/tempest,cisco-openstack/tempest,masayukig/tempest,masayukig/tempest
bd92d3c6cf49a5f756d0868d3a2526db2fa633a5
gubernator/github/app.yaml
gubernator/github/app.yaml
service: github runtime: python27 api_version: 1 threadsafe: yes instance_class: F2 handlers: - url: /_ah/warmup script: main.app login: admin - url: /digest script: admin.app - url: /admin.* script: admin.app login: admin - url: .* script: main.app libraries: - name: webapp2 version: "latest" builtins...
service: github runtime: python27 api_version: 1 threadsafe: yes instance_class: F2 inbound_services: - warmup handlers: - url: /_ah/warmup script: main.app login: admin - url: /digest script: admin.app - url: /admin.* script: admin.app login: admin - url: .* script: main.app libraries: - name: webapp2 ...
Add warmup for github service
Add warmup for github service
YAML
apache-2.0
abgworrall/test-infra,piosz/test-infra,monopole/test-infra,krzyzacy/test-infra,rmmh/kubernetes-test-infra,fejta/test-infra,kargakis/test-infra,monopole/test-infra,dims/test-infra,michelle192837/test-infra,grodrigues3/test-infra,spxtr/test-infra,foxish/test-infra,mindprince/test-infra,monopole/test-infra,lavalamp/test-i...
7f60cc01bfa840945fbc10ebe8bab562d4ff53bc
service/ingest/src/main/resources/application.yaml
service/ingest/src/main/resources/application.yaml
osdu: delfi: filePortal: url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/ portal: appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T url: https://api.evq.csp.slb.com/ gcp: storage: tempLocationBucket: osdu-gcp-temp-location
osdu: delfi: filePortal: url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/ portal: appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T url: https://api.evq.csp.slb.com/ gcp: storage: tempLocationBucket: osdu-gcp-temp-location feign: client: config: default: connectT...
Increase feign client timeout timely for debug.
Increase feign client timeout timely for debug.
YAML
apache-2.0
google/framework-for-osdu,google/framework-for-osdu,google/framework-for-osdu
bd5b7bac2492c7fc7d9a5cd8862a9f42eb129aef
locales/en.yml
locales/en.yml
en: lita: handlers: digitalocean: credentials_missing: >- client_id and api_key must be set in Lita's configuration to use the DigitalOcean commands. error: "DigitalOcean API error: %{message}" format: Format help: ssh_keys: add_key: ...
en: lita: handlers: digitalocean: credentials_missing: >- client_id and api_key must be set in Lita's configuration to use the DigitalOcean commands. error: "DigitalOcean API error: %{message}" format: Format help: ssh_keys: add_key: ...
Improve ssh keys edit help.
Improve ssh keys edit help.
YAML
mit
jimmycuadra/lita-digitalocean
c7ccd7210e80b3d003287d3caba888e29c956c31
.swiftlint.yml
.swiftlint.yml
excluded: - DerivedData - Pods - "EurofurenceModel/Public/Default Dependency Implementations/Core Data Store/Model Adaptation/*.swift" disabled_rules: - identifier_name - type_name - weak_delegate - trailing_whitespace - class_delegate_protocol - todo opt_in_rules: - force_unwrapping line_length:...
excluded: - DerivedData - Pods - "EurofurenceModel/Public/Default Dependency Implementations/Core Data Store/Model Adaptation/*.swift" disabled_rules: - identifier_name - type_name - weak_delegate - trailing_whitespace - class_delegate_protocol - todo opt_in_rules: - force_unwrapping force_try: ...
Make force unwrap and force try cause compilation errors
Make force unwrap and force try cause compilation errors
YAML
mit
eurofurence/ef-app_ios,Fenrikur/ef-app_ios,eurofurence/ef-app_ios,Fenrikur/ef-app_ios
6c3260c682c2c8a15a9db6dfd1a529fdcdb29371
metadata/fr.corenting.convertisseureurofranc.yml
metadata/fr.corenting.convertisseureurofranc.yml
Categories: - Money License: MIT AuthorName: corenting AuthorEmail: corenting@gmail.com SourceCode: https://github.com/corenting/InflationCalculator IssueTracker: https://github.com/corenting/InflationCalculator/issues Changelog: https://github.com/corenting/InflationCalculator/releases AutoName: Inflation Calculato...
Categories: - Money License: MIT AuthorName: corenting AuthorEmail: corenting@gmail.com SourceCode: https://github.com/corenting/InflationCalculator IssueTracker: https://github.com/corenting/InflationCalculator/issues Changelog: https://github.com/corenting/InflationCalculator/releases AutoName: Inflation Calculato...
Update Inflation Calculator to 2.6 (15)
Update Inflation Calculator to 2.6 (15)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
4bfd19c93b0ec52af2dc4c522057d518f92210d2
Scripts/SaneDocReport/SaneDocReport.yml
Scripts/SaneDocReport/SaneDocReport.yml
args: - default: true description: sane report json file contents base64 isArray: false name: "sane_docx_report_base64" required: true secret: false comment: Parse Sane-json-reports and export them as docx files (used internally). commonfields: id: SaneDocReports version: -1 enabled: true name: SaneDocRep...
args: - default: true description: sane report json file contents base64 isArray: false name: "sane_docx_report_base64" required: true secret: false comment: Parse Sane-json-reports and export them as docx files (used internally). commonfields: id: SaneDocReports version: -1 enabled: true name: SaneDocRep...
Fix the docker image tag
Fix the docker image tag
YAML
mit
demisto/content,demisto/content,VirusTotal/content,VirusTotal/content,VirusTotal/content,VirusTotal/content,demisto/content,demisto/content
b2ea9c47b733437ff3993bd790a08dd8eead17e0
metadata/io.github.deweyreed.clipboardcleaner.yml
metadata/io.github.deweyreed.clipboardcleaner.yml
Categories: - System License: MIT SourceCode: https://github.com/DeweyReed/ClipboardCleaner IssueTracker: https://github.com/DeweyReed/ClipboardCleaner/issues Changelog: https://github.com/DeweyReed/ClipboardCleaner/releases AutoName: ClipboardCleaner Description: |- As you may know, Android clipboard content an...
Categories: - System License: MIT SourceCode: https://github.com/DeweyReed/ClipboardCleaner IssueTracker: https://github.com/DeweyReed/ClipboardCleaner/issues Changelog: https://github.com/DeweyReed/ClipboardCleaner/releases AutoName: ClipboardCleaner Description: |- As you may know, Android clipboard content an...
Update ClipboardCleaner to 1.4.2 (142)
Update ClipboardCleaner to 1.4.2 (142)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
9e13a3fa59fb80c0ad9aa70cbba607c9b1f20222
config/settings.example.yml
config/settings.example.yml
production: host: dinesafe.to google_maps_browser_api_key: app_store_link: # http://... app_store_id: # 9-digit app store ID development: host: dinesafe.dev google_maps_browser_api_key: app_store_link: # http://... app_store_id: # 9-digit app store ID test: host: google_maps_browser_api_key: ...
production: host: dinesafe.to google_maps_browser_api_key: app_store_link: # http://... app_store_id: # 9-digit app store ID newrelic_license_key: development: host: dinesafe.dev google_maps_browser_api_key: app_store_link: # http://... app_store_id: # 9-digit app store ID newrelic_license_key: ...
Move newrelic license key to settings.yml
Move newrelic license key to settings.yml
YAML
mit
nomatteus/dinesafe,jbinto/dinesafe-chrome-backend,jbinto/dinesafe,nomatteus/dinesafe,jbinto/dinesafe-chrome-backend,nomatteus/dinesafe,jbinto/dinesafe,nomatteus/dinesafe,jbinto/dinesafe-chrome-backend,jbinto/dinesafe,jbinto/dinesafe-chrome-backend,jbinto/dinesafe
757516b94710b4331c9cb03753b940cb0c198745
images/bazel/variants.yaml
images/bazel/variants.yaml
variants: kubernetes: CONFIG: kubernetes-master # Used by the kubernetes repo master branch NEW_VERSION: 2.2.0 OLD_VERSION: 0.25.2 org: CONFIG: org # Used by org repo NEW_VERSION: 3.0.0 OLD_VERSION: 0.29.1 test-infra: CONFIG: test-infra # Used by test-infra repo NEW_VERSION: 3.1.0 ...
variants: kubernetes: CONFIG: kubernetes-master # Used by the kubernetes repo master branch NEW_VERSION: 2.2.0 OLD_VERSION: 0.25.2 org: CONFIG: org # Used by org repo NEW_VERSION: 3.0.0 OLD_VERSION: 0.29.1 test-infra: CONFIG: test-infra # Used by test-infra repo NEW_VERSION: 3.1.0 ...
Update testgrid bazel image to support 2.1.0->3.0.0
Update testgrid bazel image to support 2.1.0->3.0.0 This tested fine locally
YAML
apache-2.0
fejta/test-infra,dims/test-infra,michelle192837/test-infra,dims/test-infra,monopole/test-infra,dims/test-infra,michelle192837/test-infra,pwittrock/test-infra,kubernetes/test-infra,jessfraz/test-infra,monopole/test-infra,dims/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,cjwagner/test-infra,jessfraz/test-i...
33cded2440d09da647023964e6857a283d3712a5
config/database.vagrant.yml
config/database.vagrant.yml
development: adapter: postgresql database: ohana-api_development template: template0 encoding: utf8 host: localhost port: 5432 pool: 5 timeout: 5000 username: ohana_api password: ohanatest # Warning: The database defined as "test" will be erased and # re-generated from your development database whe...
development: adapter: postgresql database: ohana_api_development template: template0 encoding: utf8 host: localhost port: 5432 pool: 5 timeout: 5000 username: ohana_api password: ohanatest # Warning: The database defined as "test" will be erased and # re-generated from your development database whe...
Use underscores in Vagrant DB name
Use underscores in Vagrant DB name
YAML
bsd-3-clause
codeforamerica/ohana-api,volkanunsal/nyc-prepared,code4sac/ohana-api,cderenburger/win211-ohana-api,appropriate/ohana-api-la,folklabs/ohana-api,120photo/ohana-api,volkanunsal/nyc-prepared,code4sac/ohana-api,monfresh/ohana-api-dc,volkanunsal/nyc-prepared,pmackay/ohana-api,bkerley/ohana-api,pmackay/ohana-api,cderenburger/...
767160ad404951a66505512e3b304e7bf51db20f
examples/aws/templates/diego/property-overrides.yml
examples/aws/templates/diego/property-overrides.yml
property_overrides: bbs: active_key_label: REPLACE_WITH_ACTIVE_KEY_LABEL encryption_keys: - label: REPLACE_WITH_ACTIVE_KEY_LABEL passphrase: REPLACE_WITH_A_SECURE_PASSPHRASE require_ssl: true # If bbs.require_ssl is set to false, the following certs and keys must be set # to nil. ca...
property_overrides: bbs: active_key_label: REPLACE_WITH_ACTIVE_KEY_LABEL encryption_keys: - label: REPLACE_WITH_ACTIVE_KEY_LABEL passphrase: REPLACE_WITH_A_SECURE_PASSPHRASE require_ssl: true # If bbs.require_ssl is set to false, the following certs and keys must be set # to nil. ca...
Add slots for auctioneer creds in AWS templates
Add slots for auctioneer creds in AWS templates [#135654141]
YAML
apache-2.0
cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release,cloudfoundry-incubator/diego-release
9b501bcf31606f75c15cba4ede3e6c1dd4314a3f
provisioning/roles/php/tasks/main.yml
provisioning/roles/php/tasks/main.yml
--- - name: "install php" apt: name={{ item }} state=present with_items: php_apt_packages notify: - restart webserver - name: "Install pecl libraries" shell: pecl install igbinary - name: "copy PHP-FPM conf" copy: src=fpm/ dest=/etc/php5/fpm/ directory_mode=yes - name: "service run php5-fpm" service:...
--- - name: "install php" apt: name={{ item }} state=present with_items: php_apt_packages notify: - restart webserver - name: "Install pecl libraries" shell: pecl install igbinary register: pecl_result changed_when: "'already installed' not in pecl_result.stdout" failed_when: "pecl_result.stderr" - ...
Check for pecl before installing
Check for pecl before installing
YAML
mit
NBCUTechnology/pubstack,ericduran/pubstack,ericduran/pubstack,dsilambarasan/stack_dev,aliaksei-yakhnenka/pubstack,aliaksei-yakhnenka/pubstack,dsilambarasan/stack_dev,NBCUTechnology/pubstack
2507834afc4ae60aefb1bcbd203992fedb703aef
recipes/boto3-stubs/meta.yaml
recipes/boto3-stubs/meta.yaml
{% set name = "boto3-stubs" %} {% set version = "1.17.54.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/boto3-stubs-{{ version }}.tar.gz sha256: e23ff6f89eae740c8bf3447d70c54c60201aaf235e12345616166bb6cad0c316 build: numbe...
{% set name = "boto3-stubs" %} {% set version = "1.17.54.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/boto3-stubs-{{ version }}.tar.gz sha256: e23ff6f89eae740c8bf3447d70c54c60201aaf235e12345616166bb6cad0c316 build: numbe...
Make separate test_import.py because Windows
Make separate test_import.py because Windows
YAML
bsd-3-clause
ReimarBauer/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,igortg/staged-recip...
5a78c3c168321a2986765fe36af87cb4f5342b9b
recipes/accessible-pygments/meta.yaml
recipes/accessible-pygments/meta.yaml
{% set name = "accessible-pygments" %} {% set version = "0.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: bc9ae73e8884bb8d5c26146c10a0ae8158f589e65eb6dc293db959d93574903a build: noa...
{% set name = "accessible-pygments" %} {% set version = "0.0.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: bc9ae73e8884bb8d5c26146c10a0ae8158f589e65eb6dc293db959d93574903a build: noa...
Add python to run section
Add python to run section
YAML
bsd-3-clause
ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes
551ac53aa83d7bcf0f5e22d404de5bef778e22f2
kube/deployment.yml
kube/deployment.yml
kind: Deployment apiVersion: extensions/v1beta1 metadata: labels: app: blograph version: 2017-03-10 name: blograph namespace: default spec: replicas: 1 selector: matchLabels: app: blograph version: 2017-03-10 strategy: rollingUpdate: maxSurge: 1 maxUnavailable: 1 ...
kind: Deployment apiVersion: extensions/v1beta1 metadata: labels: app: blograph name: blograph namespace: default spec: replicas: 1 selector: matchLabels: app: blograph strategy: rollingUpdate: maxSurge: 1 maxUnavailable: 1 type: RollingUpdate template: metadata: ...
Remove version from kube metadata
Remove version from kube metadata
YAML
artistic-2.0
passcod/blograph,passcod/blograph,passcod/blograph
e8e7a483178d8480a4c8f8129a85e326a545f84a
packages/cl/clit.yaml
packages/cl/clit.yaml
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: a00ced1d7dcc50bae6eae37b415f304271ee08bec06b3d15f7ec60fe927bdad8 test-bench-deps: {} maintainer: tmchale@wisc.edu synopsis: Post tweets from stdin changelog: '' basic-deps: http-client: ! '>=0.4.31.2 && <0.5' bytestring: ! '>=...
homepage: https://github.com/vmchale/command-line-tweeter#readme changelog-type: '' hash: 7c3225555542309b25cd0e2c95079e17c0f4c5c0df75c2c7ece64e9bb251f551 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-28T19:55:39Z
Update from Hackage at 2016-12-28T19:55:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
c9628958b96a5b47a5de66a3bfc81df56e9b62c7
packages/ge/geos.yaml
packages/ge/geos.yaml
homepage: '' changelog-type: '' hash: fed9b6ed7accd81c441a236b230d50bdbc046cdb25de92c13050b895b05e9746 test-bench-deps: bytestring: -any base: <=5 hspec: -any geos: -any cassava: -any mtl: -any transformers: -any vector: -any maintainer: pfrance@gmail.com synopsis: Bindings for GEOS. changelog: '' basic...
homepage: '' changelog-type: '' hash: 5a2fdcca4d0005a2a23dc59fe0950fe0b7d2a0430a8618fffffd322cf91c2016 test-bench-deps: bytestring: -any base: <=5 hspec: -any geos: -any cassava: -any mtl: -any transformers: -any vector: -any maintainer: pfrance@gmail.com synopsis: Bindings for GEOS. changelog: '' basic...
Update from Hackage at 2020-12-03T18:19:29Z
Update from Hackage at 2020-12-03T18:19:29Z
YAML
mit
commercialhaskell/all-cabal-metadata
47aa911cde09bca50edc19ba41383dc5c784e8a7
packages/mb/mbox.yaml
packages/mb/mbox.yaml
homepage: '' changelog-type: '' hash: 5e823aee3dad596e3250f202c211316921f4a95bb6fa77c703adb1f7b65de540 test-bench-deps: {} maintainer: gershomb@gmail.com synopsis: Read and write standard mailbox files. changelog: '' basic-deps: base: ! '>=4 && <6' time: <1.7 text: -any safe: -any time-locale-compat: -any all...
homepage: '' changelog-type: '' hash: dba5e180ec30fc4baf234f70ddc22a9a17fbe576fa32256e061c44c9fc7bc6be test-bench-deps: {} maintainer: gershomb@gmail.com synopsis: Read and write standard mailbox files. changelog: '' basic-deps: base: ! '>=4 && <6' time: <1.9 text: -any safe: -any time-locale-compat: -any all...
Update from Hackage at 2017-08-16T16:31:08Z
Update from Hackage at 2017-08-16T16:31:08Z
YAML
mit
commercialhaskell/all-cabal-metadata
9017423975391d99d49377475ec324486c262610
src/_data/urls.yml
src/_data/urls.yml
# MSI package download URL latest_msi_location: https://www.appveyor.com/downloads/appveyor-server/latest/windows latest_msi_filename: appveyor-server.msi # Debian package download URL latest_deb_location: https://www.appveyor.com/downloads/appveyor-server/7.0/linux latest_deb_filename: appveyor-server_7.0.2083_amd64....
# MSI package download URL latest_msi_location: https://www.appveyor.com/downloads/appveyor-server/latest/windows latest_msi_filename: appveyor-server.msi # Debian package download URL latest_deb_location: https://www.appveyor.com/downloads/appveyor-server/7.0/linux latest_deb_filename: appveyor-server_7.0.2087_amd64....
Update latest build number to 7.0.2087
Update latest build number to 7.0.2087
YAML
mit
appveyor/website,appveyor/website,appveyor/website
964c0bcce29bc9f6a48585d2160239bf665c42a2
roles/spark/defaults/main.yml
roles/spark/defaults/main.yml
spark: version: 2.2.0 hadoop_version: 2.7 working_dir: /tmp/spark/data master_port: 7077 worker_work_port: 65000 master_ui_port: 8080 worker_ui_port: 8085 download_location: https://archive.apache.org/dist/spark/ user: "spark" # the name of the (OS)user created for spark user_groups: [...
spark: version: 2.4.0 hadoop_version: 2.9.2 working_dir: /tmp/spark/data master_port: 7077 worker_work_port: 65000 master_ui_port: 8080 worker_ui_port: 8085 download_location: https://archive.apache.org/dist/spark/ user: "spark" # the name of the (OS)user created for spark user_groups:...
Update to Spark 2.4.0 and HDFS 2.9.2
Update to Spark 2.4.0 and HDFS 2.9.2
YAML
apache-2.0
lresende/spark-cluster-install
a8f3c63cba78a3b88e6d40943f3141b9e32bdff4
.gitlab-ci.yml
.gitlab-ci.yml
image: tetraweb/php:5.6 cache: key: "$CI_BUILD_NAME_$CI_BUILD_REF_NAME" untracked: true paths: - /root/.composer stages: - build - test - deploy before_script: # enable needed php extensions - docker-php-ext-enable mbstring zip xdebug # composer update - composer self-update && composer...
image: tetraweb/php:5.6 cache: key: "$CI_BUILD_NAME_$CI_BUILD_REF_NAME" untracked: true paths: - /root/.composer stages: - build - test - deploy before_script: # enable needed php extensions - docker-php-ext-enable mbstring zip xdebug # composer update - composer self-update && composer...
Remove test report publishing in gitlab ci
Remove test report publishing in gitlab ci
YAML
mit
la-haute-societe/yii2-save-relations-behavior
23944bdd59b5f7e9423a851c65b429aab4675da5
.gitlab-ci.yml
.gitlab-ci.yml
image: ruby:2.1 # jekyll-coffeescript need a JS runtime... before_script: - apt-get update - apt-get upgrade -y - apt-get install nodejs -y - gem install bundler --no-ri --no-rdoc - bundle install --jobs $(nproc) pages: stage: deploy script: - bundle exec jekyll build -d public artifacts: path...
image: ruby:2.3 # jekyll-coffeescript need a JS runtime... before_script: - apt-get update - apt-get upgrade -y - apt-get install nodejs -y - gem install bundler --no-ri --no-rdoc - bundle install --jobs $(nproc) --deployment --full-index pages: stage: deploy script: - bundle exec jekyll build -d pu...
Use Ruby 2.3 and install only deployment gems
Use Ruby 2.3 and install only deployment gems
YAML
mit
rymai/rymai.github.io,rymai/rymai.github.io
b697d1fb961fca109e8eab1674e66d0a51de862d
.gitlab-ci.yml
.gitlab-ci.yml
# Use Kvazaar CI base image which includes the build tools and ffmpeg + hmdec in ${HOME}/bin image: ultravideo/kvazaar_ci_base:latest # Build kvazaar and run tests build-kvazaar: stage: build script: - ./autogen.sh - ./configure --enable-werror - make --jobs=2 V=1 artifacts: paths: - src/kva...
# Use Kvazaar CI base image which includes the build tools and ffmpeg + hmdec in ${HOME}/bin image: ultravideo/kvazaar_ci_base:latest # Build kvazaar and run tests build-kvazaar: stage: build script: - ./autogen.sh - ./configure --enable-werror || (cat config.log && false) - make --jobs=8 V=1 artifa...
Print config.log when configure fails in Gitlab CI
Print config.log when configure fails in Gitlab CI
YAML
bsd-3-clause
ultravideo/kvazaar,ultravideo/kvazaar,ultravideo/kvazaar,ultravideo/kvazaar,ultravideo/kvazaar
947db5e1b6e1ff629ef5bcb4412c92309e2a1354
tests/docker-compose.yml
tests/docker-compose.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Disable memory lock on ES5
Disable memory lock on ES5
YAML
apache-2.0
takezoe/incubator-predictionio,himanshudhami/PredictionIO,himanshudhami/PredictionIO,dszeto/incubator-predictionio,mars/incubator-predictionio,mars/incubator-predictionio,marevol/incubator-predictionio,shimamoto/incubator-predictionio,shimamoto/incubator-predictionio,dszeto/incubator-predictionio,marevol/incubator-pred...
bad6f0599b11d3293bd093ac76e141a810bfc86e
ansible/roles/setup_php/tasks/main.yml
ansible/roles/setup_php/tasks/main.yml
--- - name: Install php apt: name: '{{ item }}' update_cache: yes cache_valid_time: 36000 state: latest with_items: - php-fpm - php-cli - php-mysql - php-intl - php-curl - php-memcached - php-imagick - php-mcrypt - php-xml - php-mbstring - memcached - composer - name: Remov...
--- - name: Install php apt: name: '{{ item }}' update_cache: yes cache_valid_time: 36000 state: latest with_items: - php-fpm - php-cli - php-mysql - php-intl - php-curl - php-memcached - php-imagick - php-mcrypt - php-xml - php-mbstring - php-zip - memcached - composer -...
Add php-zip to allow composer to download dists
Add php-zip to allow composer to download dists I was getting the following warning: Failed to download cakephp/cakephp from dist: The zip extension and unzip command are both missing, skipping. The php.ini used by your command-line PHP is: /etc/php/7.0/cli/php.ini Now trying to download from source
YAML
agpl-3.0
Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2
12ba739358c9bc852625218c6270f4247b81f33e
.github/workflows/test-pypi-install.yml
.github/workflows/test-pypi-install.yml
name: Test PyPI install on: push # on: # schedule: # # * is a special character in YAML so you have to quote this string # - cron: '0 0 * * 3' jobs: test-installation: name: Test PyPI install (${{ matrix.python-version }}, ${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: matrix: ...
name: Test PyPI install on: schedule: # * is a special character in YAML so you have to quote this string - cron: '0 0 * * 3' jobs: test-installation: name: Test PyPI install (${{ matrix.python-version }}, ${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: matrix: os: ["ubuntu...
Put tests PyPI install back on schedule
Put tests PyPI install back on schedule
YAML
agpl-3.0
openclimatedata/pymagicc,openclimatedata/pymagicc
8bc58cbfdab75c5f105d79d045d85ef8e10b02cf
metadata/de.nproth.pin.yml
metadata/de.nproth.pin.yml
Categories: - Writing License: GPL-3.0-or-later SourceCode: https://github.com/nproth/pin IssueTracker: https://github.com/nproth/pin/issues AutoName: p!n RepoType: git Repo: https://github.com/nproth/pin Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes ...
Categories: - Writing License: GPL-3.0-or-later SourceCode: https://github.com/nproth/pin IssueTracker: https://github.com/nproth/pin/issues AutoName: p!n RepoType: git Repo: https://github.com/nproth/pin Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes ...
Update p!n to 1.2.3 (7)
Update p!n to 1.2.3 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
d7cb7e294f19368a65f1af4ca921d0c0c0b0db69
packages/me/metadata.yaml
packages/me/metadata.yaml
homepage: https://github.com/cutsea110/metadata changelog-type: '' hash: 6fb88dfb6e89e950f1f378a41da0e0a86c63c6c00fb6e2fb6044d34b2a4ac0d3 test-bench-deps: {} maintainer: cutsea110@gmail.com synopsis: metadata library for semantic web changelog: '' basic-deps: base: ! '>=4.8 && <4.9' time: ! '>=1.4 && <1.6' text: ...
homepage: https://github.com/cutsea110/metadata changelog-type: '' hash: ba24a36b1706eee58f25d1d5142d7585b34bf541940fe1f82bdb0b0b506070f5 test-bench-deps: {} maintainer: cutsea110@gmail.com synopsis: metadata library for semantic web changelog: '' basic-deps: base: ! '>=4.8 && <4.9' time: ! '>=1.4 && <1.6' text: ...
Update from Hackage at 2016-02-03T03:41:09+0000
Update from Hackage at 2016-02-03T03:41:09+0000
YAML
mit
commercialhaskell/all-cabal-metadata
b85e0727407ab05f0694f5243d0ae7dd694e529d
packages/sh/shikensu.yaml
packages/sh/shikensu.yaml
homepage: https://github.com/icidasset/shikensu#README changelog-type: '' hash: 37f26a1c77420e05c3c4fa2a86aedb819474addde11f002b9ab9f53d42ef6ac8 test-bench-deps: bytestring: -any flow: -any base: -any unordered-containers: -any text: ! '>=1.2 && <2' filepath: -any shikensu: -any tasty-hunit: ==0.9.* t...
homepage: https://github.com/icidasset/shikensu#README changelog-type: '' hash: 1d0310768e9c74f18935665e08dc636e48505ac22255a27680e93435d632e35e test-bench-deps: bytestring: -any flow: -any base: -any unordered-containers: -any text: ! '>=1.2 && <2' filepath: -any shikensu: -any tasty-hunit: ==0.9.* t...
Update from Hackage at 2016-11-25T20:12:50Z
Update from Hackage at 2016-11-25T20:12:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
71313735dfb2ef0e90dc0d577cdce92c25613371
packages/su/sublists.yaml
packages/su/sublists.yaml
homepage: https://hackage.haskell.org/package/sublists changelog-type: markdown hash: 7dfa910fad8412f9f2d5bfc3a54d8a812184b694fdda371523c5d6a4198fc6a5 test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Allows to split lists into sublists with some patterns by quantity. changelog: | # Revision history for...
homepage: https://hackage.haskell.org/package/sublists changelog-type: markdown hash: ecb51d1754d4f2f68b014e537e227253fa99e5f55994ec6de474269c2a39bb1a test-bench-deps: {} maintainer: olexandr543@yahoo.com synopsis: Allows to split lists into sublists with some patterns by quantity. changelog: |+ # Revision history fo...
Update from Hackage at 2021-03-03T18:05:24Z
Update from Hackage at 2021-03-03T18:05:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
e348caf4784f199fd3ed22d88a39a465306783fd
producer_with_xml/src/test/resources/contracts/beer/rest/shouldProcessBeerOrder.yml
producer_with_xml/src/test/resources/contracts/beer/rest/shouldProcessBeerOrder.yml
request: method: POST url: /order headers: Content-Type: application/xml body: | <order> <value>123</value> <beerNames> <beerName>abc</beerName> <beerName>def</beerName> <beerName>ghi</beerName> </beerNames> </order> response: status: 200 headers: Content-Type: applic...
request: method: POST url: /order headers: Content-Type: application/xml body: | <order> <value>123</value> <beerNames> <beerName>abc</beerName> <beerName>def</beerName> <beerName>ghi</beerName> </beerNames> </order> response: status: 200 headers: Content-Type: applic...
Fix content type matcher for xml.
Fix content type matcher for xml.
YAML
apache-2.0
spring-cloud-samples/spring-cloud-contract-samples,spring-cloud-samples/spring-cloud-contract-samples,spring-cloud-samples/spring-cloud-contract-samples,spring-cloud-samples/spring-cloud-contract-samples,spring-cloud-samples/spring-cloud-contract-samples
4e7b455507a29ec17dbd66a2b284b982903e41a5
packages/st/styx.yaml
packages/st/styx.yaml
homepage: '' changelog-type: '' hash: 937ad695670b8c8e98c6b0240aefb95ce35bd08fffcb1571fa5526ca4147c42f test-bench-deps: {} maintainer: jeanphilippe.bernardy@gmail.com synopsis: A generator of nix files changelog: '' basic-deps: base: <=666 text: -any filepath: ! '>=1.3' process: ! '>=1.1' containers: -any m...
homepage: '' changelog-type: '' hash: 03b7f1e4fffe19237f278c6b7c138753947189f5d9ae5ac1d5e66bba4b3ce953 test-bench-deps: {} maintainer: jeanphilippe.bernardy@gmail.com synopsis: A generator of nix files changelog: '' basic-deps: base: <=666 text: -any filepath: ! '>=1.3' process: ! '>=1.1' containers: -any m...
Update from Hackage at 2017-02-03T07:28:38Z
Update from Hackage at 2017-02-03T07:28:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
89a74fa8b8ccadf9ef79ba0b52404f9e19701541
src/Beloop/Bundle/UserBundle/Resources/config/doctrine/User.orm.yml
src/Beloop/Bundle/UserBundle/Resources/config/doctrine/User.orm.yml
Beloop\Component\User\Entity\User: type: entity repositoryClass: Beloop\Component\User\Repository\UserRepository table: user id: id: type: integer generator: strategy: AUTO fields: biography: column: biography type: text...
Beloop\Component\User\Entity\User: type: entity repositoryClass: Beloop\Component\User\Repository\UserRepository table: user id: id: type: integer generator: strategy: AUTO fields: biography: column: biography type: text...
Order user courses by start date
Order user courses by start date
YAML
mit
beloop/components,beloop/components,beloop/components
9764a2c04b98f3238e190cfb94442bc4fadb3890
.github/workflows/DEPLOY.yml
.github/workflows/DEPLOY.yml
name: DEPLOY on: push: branches: - 'releases/**' tags-ignore: - '*.*' env: BINTRAY_USER: ${{ secrets.BINTRAY_USER }} BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }} jobs: publish-windows: runs-on: windows-latest steps: - uses: actions/checkout@v1 - run: CALL gradlew.bat --no-d...
name: DEPLOY on: push: branches: - 'releases/**' tags-ignore: - '*.*' env: BINTRAY_USER: ${{ secrets.BINTRAY_USER }} BINTRAY_KEY: ${{ secrets.BINTRAY_KEY }} jobs: publish-windows: runs-on: windows-latest steps: - uses: actions/checkout@v1 - run: CALL gradlew.bat --no-d...
Remove jsNodeTest from deploy too
Remove jsNodeTest from deploy too
YAML
apache-2.0
soywiz/korge,soywiz/korge,soywiz/korge
d4e5f1414f540b19c5eaa6713dec1638f72fdaa8
.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,14.x,15.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
name: Node CI on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x,14.x,16.x] steps: - uses: actions/checkout@v1 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-ver...
Build with Node.js 16 on GitHub Actions.
Build with Node.js 16 on GitHub Actions.
YAML
mit
bigeasy/indexeddb,bigeasy/indexeddb
2c79c4effe4c498dd1212eb6a80851c38932a848
.github/workflows/nodejs.yml
.github/workflows/nodejs.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: [ devel ] pull_req...
# 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: [ devel ] pull_req...
Check that binary script works
Check that binary script works
YAML
bsd-2-clause
macbre/analyze-css,macbre/analyze-css
84ef86b872504ecd7a3d88f515216fa4e05b821b
.github/workflows/update.yml
.github/workflows/update.yml
on: schedule: - cron: '37 * * * *' name: update jobs: update: runs-on: ubuntu-18.04 steps: - name: checkout uses: actions/checkout@master with: fetch-depth: 1 - name: checkout bikeshed uses: actions/checkout@master with: repository: tabatkins/bikeshed ...
on: schedule: - cron: '37 * * * *' name: update jobs: update: runs-on: ubuntu-18.04 steps: - name: checkout uses: actions/checkout@master with: fetch-depth: 1 - name: checkout bikeshed uses: actions/checkout@master with: repository: tabatkins/bikeshed ...
Update the workflow to py3, too.
Update the workflow to py3, too.
YAML
mit
tabatkins/bikeshed-data
c272c13af7bbdfe79f98d6724aca62ef5c634af9
assets_src/config/ui/halley/asset_browser_tabs.yaml
assets_src/config/ui/halley/asset_browser_tabs.yaml
--- widget: { class: widget } sizer: { type: vertical } proportion: 1 children: - widget: { id: tabs, class: list, type: horizontal, style: tabs } proportion: 0 - widget: { id: pages, class: pagedPane } proportion: 1 ...
--- widget: { class: widget } sizer: { type: vertical } proportion: 1 children: - widget: { class: scrollBarPane, scrollHorizontal: true, scrollVertical: false, autoHide: true, size: [50, 10] } proportion: 0 sizer: { type: vertical } children: - widget: { id: tabs, class: list, type: horizontal, style: tabs } ...
Allow tabs to scroll if necessary
Allow tabs to scroll if necessary
YAML
apache-2.0
amzeratul/halley,amzeratul/halley,amzeratul/halley
c06cb0954ead1a408cdf40e1f33a381172cadcc6
Resources/config/services/switcher.yaml
Resources/config/services/switcher.yaml
parameters: darvin_menu.switcher.admin.form_type.class: Darvin\MenuBundle\Form\Type\Admin\MenuSwitcherType darvin_menu.switcher.class: Darvin\MenuBundle\Switcher\MenuSwitcher darvin_menu.switcher.switch_event_subscriber.class: Darvin\MenuBundle\EventListener\SwitchMenuSubscriber services: darvin_menu...
parameters: darvin_menu.switcher.admin.form_type.class: Darvin\MenuBundle\Form\Type\Admin\MenuSwitcherType darvin_menu.switcher.class: Darvin\MenuBundle\Switcher\MenuSwitcher darvin_menu.switcher.switch_event_subscriber.class: Darvin\MenuBundle\EventListener\SwitchMenuSubscriber services: darvin_menu...
Replace menu configuration service with menu provider registry one.
Replace menu configuration service with menu provider registry one.
YAML
mit
DarvinStudio/DarvinMenuBundle,DarvinStudio/DarvinMenuBundle
7a4bd29d771cc5752c62e84fab7fa4d011cf8dfd
.forestry/front_matter/templates/posts.yml
.forestry/front_matter/templates/posts.yml
--- label: Posts hide_body: false is_partial: false fields: - type: text default: post label: Layout name: layout hidden: true - type: textarea name: summary label: Summary description: Meta description config: required: true - type: select config: source: type: simple options: -...
--- label: Posts hide_body: false is_partial: false fields: - type: text default: post label: Layout name: layout hidden: true - type: textarea name: summary label: Summary description: Meta description config: required: true - type: select config: source: type: simple options: -...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
boobo94/boobo94.github.io,boobo94/boobo94.github.io
e0326f30618a63cd10c57a1c192236fc55eb7787
.github/workflows/deploy-to-docker-hub.yml
.github/workflows/deploy-to-docker-hub.yml
name: Deploy to Docker Hub # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build app ...
name: Deploy to Docker Hub # https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#on on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Build app ...
Use new Docker access token in deploy action
Use new Docker access token in deploy action
YAML
mit
sillsdev/web-languagedepot-api,sillsdev/web-languagedepot-api,sillsdev/web-languagedepot-api,sillsdev/web-languagedepot-api
681261b88988a608b7847458ad20fc76414855bc
catalog/Testing/testing_frameworks.yml
catalog/Testing/testing_frameworks.yml
name: Test Frameworks description: projects: - assert - bacon - detest - dtf - fix - kintama - lemon - micronaut - minitest - riot - rspec - rubydoctest - shindo - test-unit - test_inline - testrocket - testy - wrong
name: Test Frameworks description: projects: - assert - bacon - detest - dtf - fix - kintama - lemon - micronaut - minitest - riot - rspec - rubydoctest - shindo - test-unit - test_inline - testrocket - testy - wrong - yard-doctest
Add yard-doctest to the list of testing frameworks
Add yard-doctest to the list of testing frameworks
YAML
mit
rubytoolbox/catalog
fb97aa6b31752b3ef8b795398d1199203fbad60f
tmuxinator/tmuxinator.symlink/where_were_we.yml
tmuxinator/tmuxinator.symlink/where_were_we.yml
# ~/.tmuxinator/where_were_we.yml # you can make as many tabs as you wish... project_name: where-were-we project_root: ~/projects/wherewerewe/www/wherewerewe tabs: - bash: #empty, will just run plain bash - vim: vim - consoles: layout: even-horizontal panes: - rails c - rails db - s...
# ~/.tmuxinator/where_were_we.yml # you can make as many tabs as you wish... project_name: where-were-we project_root: ~/projects/wherewerewe/www/wherewerewe tabs: - bash: #empty, will just run plain bash - vim: vim - consoles: layout: even-horizontal panes: - rails c - rails db - s...
Use thin as wherewerewe rails server
Use thin as wherewerewe rails server
YAML
mit
markscholtz/dotfiles,markscholtz/dotfiles
81fc7e898c196d800413ec414537267392d0dd44
src/test/resources/com/akiban/sql/pg/yaml/functional/test-views.yaml
src/test/resources/com/akiban/sql/pg/yaml/functional/test-views.yaml
# Test view construction and usage. --- - CreateTable: t (id INT PRIMARY KEY NOT NULL, s VARCHAR(10)) --- - Statement: INSERT INTO t VALUES(1, 'foo'),(2, 'bar') --- - Statement: SELECT * FROM t - output_ordered: [[1, 'foo'],[2, 'bar']] --- - Statement: CREATE VIEW v1 AS SELECT * FROM t --- - Statement: SELECT * FROM v1...
# Test view construction and usage. --- - CreateTable: t (id INT PRIMARY KEY NOT NULL, s VARCHAR(10)) --- - Statement: INSERT INTO t VALUES(1, 'foo'),(2, 'bar') --- - Statement: SELECT * FROM t - output_ordered: [[1, 'foo'],[2, 'bar']] --- - Statement: CREATE VIEW v1 AS SELECT * FROM t --- - Statement: SELECT * FROM v1...
Order not needed after parser fix.
Order not needed after parser fix.
YAML
agpl-3.0
relateiq/sql-layer,wfxiang08/sql-layer-1,shunwang/sql-layer-1,wfxiang08/sql-layer-1,jaytaylor/sql-layer,jaytaylor/sql-layer,ngaut/sql-layer,ngaut/sql-layer,shunwang/sql-layer-1,wfxiang08/sql-layer-1,relateiq/sql-layer,qiuyesuifeng/sql-layer,qiuyesuifeng/sql-layer,relateiq/sql-layer,jaytaylor/sql-layer,ngaut/sql-layer,w...
cbce19fcdc48b71d06036dce731dde90a0204380
.github/workflows/set-automatic-deploys-enabled.yaml
.github/workflows/set-automatic-deploys-enabled.yaml
name: Set automatic deploys on: workflow_dispatch: inputs: resetImageTag: description: 'Reset image tag to main' required: false default: false type: boolean automaticDeploysEnabled: description: 'Activate automatic deploys' required: false defa...
name: Set automatic deploys run-name: Set automatic deploys to ${{ inputs.setAutomaticDeploys }} in ${{ inputs.environment }} on: workflow_dispatch: inputs: setAutomaticDeploys: description: 'Set automatic deploys' required: false type: choice options: - enabled ...
Update set automatic deploy workflow
Update set automatic deploy workflow This updates the workflow to use the changes in the resuable workflow.
YAML
mit
alphagov/content-tagger,alphagov/content-tagger,alphagov/content-tagger
c4776af1dc970ea875ce08808c18a391047ca827
.istanbul.yml
.istanbul.yml
instrumentation: root: src include-all-sources: true excludes: [ 'server/main.js', 'server/config.js', 'server/mainCss.js', 'server/mainServer.js', 'server/middleware/dev.js', 'web/main.jsx', 'web/store.js', 'web/sagas/index.js', 'web/forms/index.js', ] extensions: - ....
instrumentation: root: src include-all-sources: true excludes: [ 'server/index.js', 'server/main.js', 'server/config.js', 'server/mainCss.js', 'server/mainServer.js', 'server/middleware/dev.js', 'web/main.jsx', 'web/store.js', 'web/sagas/index.js', 'web/forms/index.js', ]...
Exclude server configuration from coverage
Exclude server configuration from coverage
YAML
mit
just-paja/improtresk-web,just-paja/improtresk-web
e23177047dfe83c5c412e0e357db3654610e28db
packages/ws/ws.yaml
packages/ws/ws.yaml
homepage: '' changelog-type: '' hash: 5b72f4befddc3f3afca3a061df68ca2fb3babde9d9efd3158c8a1a08ada1bcb7 test-bench-deps: {} maintainer: Athan Clark <athan.clark@gmail.com> synopsis: A simple CLI utility for interacting with a websocket changelog: '' basic-deps: ws: -any exceptions: -any bytestring: -any haskelin...
homepage: '' changelog-type: '' hash: 6042c35ea31b41b80a9ca7054e1e45bea24b060fa4ca104e5acdbf31da6755a9 test-bench-deps: {} maintainer: Athan Clark <athan.clark@gmail.com> synopsis: A simple CLI utility for interacting with a websocket changelog: '' basic-deps: ws: -any exceptions: -any bytestring: -any haskelin...
Update from Hackage at 2017-12-19T20:34:47Z
Update from Hackage at 2017-12-19T20:34:47Z
YAML
mit
commercialhaskell/all-cabal-metadata
1f8a12c8587b8db33bf29d91885e8ca683f917e1
recipes/sshpass/meta.yaml
recipes/sshpass/meta.yaml
{% set name = "sshpass" %} {% set version = "1.06" %} package: name: {{ name }} version: {{ version }} source: url: http://downloads.sourceforge.net/project/{{ name }}/{{ name }}/{{ version }}/{{ name }}-{{ version }}.tar.gz sha256: c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60 build: nu...
{% set name = "sshpass" %} {% set version = "1.06" %} package: name: {{ name }} version: {{ version }} source: url: http://downloads.sourceforge.net/project/{{ name }}/{{ name }}/{{ version }}/{{ name }}-{{ version }}.tar.gz sha256: c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60 build: nu...
Remove PREFIX suffix on test
Remove PREFIX suffix on test Signed-off-by: Asaf Kahlon <64ca4990975254f2ecfadedee58f18409579ee17@gmail.com>
YAML
bsd-3-clause
conda-forge/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,ReimarBauer/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,...
968c1ed37c682fd76f264225dce55d9bb47153cc
keps/sig-instrumentation/1933-secret-logging-static-analysis/kep.yaml
keps/sig-instrumentation/1933-secret-logging-static-analysis/kep.yaml
title: Defend against accidental credential logging via static analysis interation into Prow. kep-number: "1933" authors: - "@PurelyApplied" owning-sig: sig-instrumentation participating-sigs: - sig-instrumentation - sig-testing reviewers: - TBD approvers: - TBD creation-date: "2020-08-12" last-updated: v1.19 status: p...
title: Defend against accidental credential logging via static analysis interation into Prow. kep-number: "1933" authors: - "@PurelyApplied" owning-sig: sig-instrumentation participating-sigs: - sig-instrumentation - sig-testing reviewers: - TBD approvers: - TBD creation-date: "2020-08-12" last-updated: v1.19 status: i...
Change status to implementable from provisional.
Change status to implementable from provisional.
YAML
apache-2.0
kubernetes/enhancements,kubernetes/enhancements,kubernetes/enhancements
7bb8e4f589ad5e9e1fd7b12f424ca623c7d169eb
other/ansible/installation/roles/PostInstallationTasks/tasks/main.yml
other/ansible/installation/roles/PostInstallationTasks/tasks/main.yml
--- - name: install PM2 npm module npm: name=pm2 global=yes - name: install cordova npm module npm: name=cordova global=yes - name: copy the default couchdb configurations copy: src=local.ini dest=/usr/local/etc/couchdb/local.ini owner=root group=root mode=0777 - name: restart couchdb service: name=couchdb s...
--- - name: install PM2 npm module npm: name=pm2 global=yes - name: copy the default couchdb configurations copy: src=local.ini dest=/usr/local/etc/couchdb/local.ini owner=root group=root mode=0777 - name: restart couchdb service: name=couchdb state=restarted - name: perform the couchdb admin related tasks s...
Revert "[Rav/Mah] installing cordova npm with ansible"
Revert "[Rav/Mah] installing cordova npm with ansible" This reverts commit 544bf7f9bb87fe5ead9e2edfe2e17f8bb4ef2aa8.
YAML
agpl-3.0
media-centre/makenews,media-centre/makenews,media-centre/makenews,media-centre/makenews
efbc86b4742527589223b73199f5b7d9825d9d91
pkg/http/pubspec.yaml
pkg/http/pubspec.yaml
name: http version: 0.9.2+2 author: "Dart Team <misc@dartlang.org>" homepage: https://pub.dartlang.org/packages/http description: A composable, Future-based API for making HTTP requests. dependencies: path: ">=0.9.0 <2.0.0" stack_trace: ">=0.9.1 <0.10.0" dev_dependencies: unittest: ">=0.9.0 <0.10.0" environment: ...
name: http version: 0.9.2+3 author: "Dart Team <misc@dartlang.org>" homepage: https://pub.dartlang.org/packages/http description: A composable, Future-based API for making HTTP requests. dependencies: path: ">=0.9.0 <2.0.0" stack_trace: ">=0.9.1 <0.10.0" dev_dependencies: unittest: ">=0.9.0 <0.10.0" environment: ...
Update the SDK constraint on pkg/http.
Update the SDK constraint on pkg/http. It's using the [encoding] parameter to [Uri.encodeQueryomponent], which was only released in Dart 1.1. R=rnystrom@google.com BUG=16131 Review URL: https://codereview.chromium.org//140683007 git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@31897 260f80e4-7a28-3924-810f-c041...
YAML
bsd-3-clause
dart-lang/sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lan...
4f94f19940c23835bff26911d89f5d50e746d691
codecov.yml
codecov.yml
codecov: require_ci_to_pass: yes coverage: status: project: default: false server: target: auto threshold: 0.5% flags: - server ui-tests: target: auto threshold: 0.5% flags: - ui-tests comment: layout: "diff, flags" requ...
codecov: require_ci_to_pass: yes coverage: status: project: default: false server: target: auto threshold: 0.5% flags: - server comment: layout: "diff, flags" require_changes: true flags: server: paths: - ".*\\.py" carryforward: true ui-test...
Remove Github status for UI coverage
ci: Remove Github status for UI coverage
YAML
mit
mhbu50/frappe,almeidapaulopt/frappe,frappe/frappe,almeidapaulopt/frappe,mhbu50/frappe,yashodhank/frappe,yashodhank/frappe,StrellaGroup/frappe,yashodhank/frappe,mhbu50/frappe,mhbu50/frappe,StrellaGroup/frappe,yashodhank/frappe,frappe/frappe,almeidapaulopt/frappe,StrellaGroup/frappe,almeidapaulopt/frappe,frappe/frappe
81ae08248b699c687e6d9318b6ec9b6aef0cdb56
.github/workflows/prerelease.yml
.github/workflows/prerelease.yml
# This is a basic workflow to help you get started with Actions name: Prerelease # Controls when the workflow will run # Allows you to run this workflow manually from the Actions tab on: [workflow_dispatch] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: # This workfl...
# This is a basic workflow to help you get started with Actions name: Prerelease # Controls when the workflow will run # Allows you to run this workflow manually from the Actions tab on: [workflow_dispatch] # default environment variables env: TARGET: 'win' ARTIFACT: './src/HstWbInstaller.Imager.GuiApp/bin/Deskt...
Add matrix and set release and build env vars
Add matrix and set release and build env vars
YAML
mit
henrikstengaard/hstwb-installer,henrikstengaard/hstwb-installer,henrikstengaard/hstwb-installer,henrikstengaard/hstwb-installer,henrikstengaard/hstwb-installer,henrikstengaard/hstwb-installer
4e62e3e9959700590b7083db090f94de65bc5802
.github/workflows/unit_tests.yml
.github/workflows/unit_tests.yml
name: Unit Test dev and main branch on: push: branches: [ main, dev ] pull_request: branches: [ main, dev ] jobs: build: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, pypy3, '3.x'] runs-on: ${{ matrix.os }} steps: ...
name: Unit Test dev and main branch on: push: branches: [ main, dev ] pull_request: branches: [ main, dev ] jobs: build: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, pypy3, '3.x'] runs-on: ${{ matrix.os }} steps: ...
Fix github actions' job name
Fix github actions' job name
YAML
mit
maxisoft/Freenom-dns-updater,maxisoft/Freenom-dns-updater
1b209e7d52e8405915c948d00246b63689c57842
navigation.yml
navigation.yml
- "company/all" - "company/2014" - "network/2014" - "opex/2014" - "reach/2014" - "research-projects-training/2014" - "company/2013" - "commercial" - "membership" - "tech" - "training"
- "company/all" - "company/2014" - "network/2014" - "opex/2014" - "reach/2014" - "research-projects-training/2014" - "company/2013" - "tech"
Remove old dashboards from nav list
Remove old dashboards from nav list
YAML
mit
theodi/dashboards,theodi/dashboards,theodi/dashboards
7a7acd61d7751556f6ee7daad21fe41e81e62b92
.travis.yml
.travis.yml
language: smalltalk os: - linux smalltalk: - Pharo32-6.1 - Pharo64-6.1 - Pharo32-7.0 - Pharo64-7.0 - Pharo32-stable - Pharo64-stable - Pharo32-alpha - Pharo64-alpha matrix: allow_failures: - smalltalk: Pharo32-alpha - smalltalk: Pharo64-alpha fash_finish: true
language: smalltalk os: - linux smalltalk: - Pharo32-6.1 - Pharo64-6.1 - Pharo32-7.0 - Pharo64-7.0 - Pharo64-stable - Pharo64-alpha matrix: allow_failures: - smalltalk: Pharo64-alpha fash_finish: true
Delete 32 versions of Pharo starting at version 8
Delete 32 versions of Pharo starting at version 8
YAML
mit
iot-uca/IoT,iot-uca/back-end,iot-uca/back-end,fortizpenaloza/IoT
2f294c6f32835af02dc58bf61cf7ca7d70f30bbe
packages/db/dbcleaner.yaml
packages/db/dbcleaner.yaml
homepage: '' changelog-type: '' hash: 18baee50d8837710cae7dbb4e83ff21ffc812ee5287b2e94b10bb800bbb8ee93 test-bench-deps: base: -any hspec: -any text: -any postgresql-simple: -any maintainer: hackage@stackbuilders.com synopsis: Clean database tables automatically around hspec tests changelog: '' basic-deps: bas...
homepage: '' changelog-type: '' hash: 71983f40c1ada034d2ec504a6229218c64a8ec9a251f35625ca34ef4ee3d1cdf test-bench-deps: base: -any hspec: -any text: -any postgresql-simple: -any maintainer: hackage@stackbuilders.com synopsis: Clean database tables automatically around hspec tests changelog: '' basic-deps: bas...
Update from Hackage at 2017-07-28T14:10:31Z
Update from Hackage at 2017-07-28T14:10:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
617c74b92f6ab88a9d75a345740be1ca94c151dc
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapper/" after_success: - "./gradlew bintrayUpload" deploy: provider: releases api_key: secure: "${GITHUB_API_KEY_SECURE}" file: build/libs...
language: java jdk: - oraclejdk8 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock cache: directories: - "$HOME/.gradle/caches/" - "$HOME/.gradle/wrapper/" after_success: - "./gradlew bintrayUpload" deploy: provider: releases api_key: secure: "${GITHUB_API_KEY_SECURE}" file_glob: true ...
Fix "is a folder" error for GitHub releases
Fix "is a folder" error for GitHub releases
YAML
mit
VcSaJen/BBCodeForSponge
654088a4b376224a4f96f799b685cdf77e5e1895
packages/in/indextype.yaml
packages/in/indextype.yaml
homepage: '' changelog-type: '' hash: 416ec9ba770b218da2a936c38cbf060f1d9c24712e71332b822252d7b959c0ef test-bench-deps: base: ==4.9.* hspec: ==2.4.* maintainer: clintonmead@gmail.com synopsis: A series of type families and constraints for "indexable" types. changelog: '' basic-deps: base: ==4.9.* all-versions: - ...
homepage: '' changelog-type: '' hash: da63c61f631ba3c9eca530240ff459e6f07f1bdbf04973ed49296570c72e0bbd test-bench-deps: base: ==4.9.* hspec: ==2.4.* maintainer: clintonmead@gmail.com synopsis: A series of type families and constraints for "indexable" types. changelog: '' basic-deps: base: ==4.9.* all-versions: - ...
Update from Hackage at 2017-10-16T05:16:31Z
Update from Hackage at 2017-10-16T05:16:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
5abfa757a8d31074f77384417407a4e6ec9788b3
.travis.yml
.travis.yml
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
# Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use ...
Make Travis check our license headers
Make Travis check our license headers git-svn-id: 67138be12999c61558c3dd34328380c8e4523e73@1481157 13f79535-47bb-0310-9956-ffa450edef68
YAML
apache-2.0
code-distillery/jackrabbit-oak,ieb/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,FlakyTestDetection/jackrabbit-oak,francescomari/jackrabbit-oak,francescomari/jackrabbit-oak,yesil/jackrabbit-oak,afilimonov/jackrabbit-oak,anchela/jackrabbit-oak,tripodsan/jackrabbit-oak,yesil/jackrabbit-oak,stillalex/jackrabbit-oak,fra...
d8b0a86456e8938468c857af9e9c6c38fd9da798
.travis.yml
.travis.yml
language: php sudo: false ## Cache composer bits cache: directories: - $HOME/.composer/cache ## PHP versions we test against php: - 7.0 - hhvm ## Build matrix for lowest and highest possible targets matrix: include: - php: 7.0 env: dependencies=lowest - php: hhvm en...
language: php sudo: false ## Cache composer bits cache: directories: - $HOME/.composer/cache ## PHP versions we test against php: - 7.0 - hhvm ## Build matrix for lowest and highest possible targets matrix: include: - php: 7.0 env: dependencies=lowest - php: hhvm en...
Allow HHVM to fail until they are PHP 7 compatible
Allow HHVM to fail until they are PHP 7 compatible
YAML
mit
WyriHaximus/PhuninNode
84d1c7f7a8e6148416bf1c06f35a5d2da026de89
.travis.yml
.travis.yml
language: php php: - 7.0 - 7.1 sudo: false services: - mysql env: global: - ARTISAN_DB_HOST=127.0.0.1 - ARTISAN_DB_PORT=3306 - ARTISAN_DB_USER=travis - ARTISAN_DB_PASS="" cache: directories: - $HOME/.composer/cache before_install: - travis_retry composer self-update - mysql -e 'C...
language: php php: - 7.0 - 7.1 sudo: false services: - mysql env: global: - ARTISAN_DB_HOST=127.0.0.1 - ARTISAN_DB_PORT=3306 - ARTISAN_DB_USER=travis - ARTISAN_DB_PASS="" matrix: - PHPUNIT_VERSION="^5.7" - PHPUNIT_VERSION="^6.0" cache: directories: - $HOME/.composer/cache b...
Test PHPUnit 5.7+ and 6.0+
Test PHPUnit 5.7+ and 6.0+
YAML
mit
thecrypticace/suitey
ee9fcd81b3007d3d1847643b38680ff5b10b69ef
.travis.yml
.travis.yml
osx_image: xcode10.1 language: objective-c cache: cocoapods before_install: - brew install cmake # for compiling BLS - gem install fastlane - set -o pipefail - DW_DIR=`pwd` && pushd .. && git clone https://github.com/dashevo/dashsync-iOS.git DashSync && pushd DashSync && git checkout `cat "$DW_DIR/DashSyncCur...
osx_image: xcode10.2 language: objective-c cache: cocoapods before_install: - brew install cmake # for compiling BLS - gem install fastlane - set -o pipefail - DW_DIR=`pwd` && pushd .. && git clone https://github.com/dashevo/dashsync-iOS.git DashSync && pushd DashSync && git checkout `cat "$DW_DIR/DashSyncCur...
Use xcode 10.2 on Travis
Use xcode 10.2 on Travis
YAML
mit
QuantumExplorer/breadwallet,QuantumExplorer/breadwallet,QuantumExplorer/breadwallet,QuantumExplorer/breadwallet
2f98c5c01490b0e7f1b75ae4d3d9451fac272e10
.travis.yml
.travis.yml
language: clojure lein: lein2 script: "lein2 test" jdk: - oraclejdk8 branches: only: - master - development # Handle git submodules manually git: submodules: false # Replace the authenticated SSH URL with the public URL, then initialize submodules before_install: - sed -i 's/git@github.com:/https:\/...
sudo: false language: clojure lein: lein2 script: "lein2 test" jdk: - oraclejdk8 branches: only: - master - development # Handle git submodules manually git: submodules: false # Replace the authenticated SSH URL with the public URL, then initialize submodules before_install: - sed -i 's/git@github.c...
Update TravisCI configuration to use container-based infrastructure
Update TravisCI configuration to use container-based infrastructure
YAML
apache-2.0
bpoweski/http.async.client
1325db4dca812fd3326021627300fae5a08c0ccd
.travis.yml
.travis.yml
language: android jdk: oraclejdk8 android: components: - build-tools-27.0.3 - android-27 - extra-android-support - extra-google-m2repository - extra-android-m2repository licenses: - '.+' before_script: - echo yes | android update sdk --no-ui --all --filter platform-tools,tools - echo y...
language: android jdk: oraclejdk8 android: components: - build-tools-27.0.3 - android-27 - extra-android-support - extra-google-m2repository - extra-android-m2repository - sys-img-armeabi-v7a-android-27 licenses: - '.+' before_script: - echo yes | android update sdk --no-ui --all --f...
Update Travis to support emulator and testing
Update Travis to support emulator and testing
YAML
apache-2.0
javiersantos/AppUpdater
398f1ed87d35f1ec4a1c55aa77e9394d7c54f73e
.travis.yml
.travis.yml
sudo: false language: android jdk: oraclejdk8 before_install: - chmod +x gradlew android: components: - tools - platform-tools - build-tools-25.0.2 - android-25 - extra-android-m2repository - sys-img-armeabi-v7a-android-16 before_script: - echo no | android create avd --force -n test -t ...
sudo: false language: android jdk: oraclejdk8 before_install: - chmod +x gradlew android: components: - tools - platform-tools - build-tools-25.0.2 - android-25 - extra-android-m2repository - sys-img-armeabi-v7a-android-16 before_script: - echo no | android create avd --force -n test -t ...
Revert "Save build artifacts on Travis CI"
Revert "Save build artifacts on Travis CI" This reverts commit ceb1f319a4f5ce73d946abd6426842b7e3f3af2d.
YAML
apache-2.0
adamski8/MyWeather
6bf349e2c7fa4625dbbd3406756f5902515b3d16
.travis.yml
.travis.yml
notifications: email: false rvm: - 2.1.2 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true sudo: false language: ruby cache: bundler before_script: - cp config/solr.yml.example config/solr.yml script: bundle exec rake after_success: coveralls
notifications: email: false rvm: - 2.2.0 env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true sudo: false language: ruby cache: bundler before_script: - cp config/solr.yml.example config/solr.yml script: bundle exec rake after_success: coveralls
Update Ruby version to 2.2.0 to use latest version of rubocop-rspec
Update Ruby version to 2.2.0 to use latest version of rubocop-rspec
YAML
apache-2.0
sul-dlss/sw-indexer-service,sul-dlss/sw-indexer-service,sul-dlss/sw-indexer-service
4236cbe7f42fad29d7527be413507cb48c21de45
packages/ge/gelatin.yaml
packages/ge/gelatin.yaml
homepage: '' changelog-type: '' hash: d5892f01b4ced70005e663cea65d042633a56b1242bc67ccf5cc7c66c3f3fe29 test-bench-deps: {} maintainer: efsubenovex@gmail.com synopsis: An experimental real time renderer. changelog: '' basic-deps: JuicyPixels: -any bytestring: -any base: ! '>=4.7 && <5' time: ! '>=1.4' async: !...
homepage: https://github.com/schell/gelatin changelog-type: '' hash: 8605a20120555f89822c577ef016f29fc88176a11b103b299f6c610d567b0f70 test-bench-deps: {} maintainer: schell@takt.com synopsis: A graphics description language. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.8 && <4.11' contai...
Update from Hackage at 2017-10-27T17:37:01Z
Update from Hackage at 2017-10-27T17:37:01Z
YAML
mit
commercialhaskell/all-cabal-metadata
7efd3dc5eb6d4c348d1aacc9aa8cbf94807c23c1
.travis.yml
.travis.yml
sudo: required language: bash services: - docker install: - docker pull swipl:stable script: - docker run -it --name test --entrypoint=/bin/bash library/swipl -c "logtalk_user_setup && cd ~/logtalk/tests/logtalk && logtalk_tester"
sudo: required language: bash services: - docker install: - docker pull swipl:stable - sudo LogtalkDotOrg/logtalk3/scripts/install.sh script: - docker run -it --name test --entrypoint=/bin/bash library/swipl -c "logtalk_user_setup && cd ~/logtalk/tests/logtalk && logtalk_tester"
Fix Logtalk install when running Travis CI builds
Fix Logtalk install when running Travis CI builds
YAML
apache-2.0
LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3,LogtalkDotOrg/logtalk3
b354a843ba5aa82d1dbd57dbacbadae630070b2c
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - "0.10" - "0.12" - "iojs" after_success: npm run coveralls
language: node_js sudo: false node_js: - "0.10" - "0.12" - "4" - "5" after_success: npm run coveralls
Update Travis to test node 4 and 5
Update Travis to test node 4 and 5
YAML
mit
jstransformers/jstransformer
a599b849c2b7bb4a24c5393e77d8412833d2c00c
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode
language: ruby rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx
Use rbx instead of rbx-19mode
Use rbx instead of rbx-19mode rbx-19mode is not supported anymore.
YAML
isc
blom/fakecmd
34a16d6e0a425495bc124ebe7c734bd325dcc74e
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.9.3 - 2.0.0
rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.2.0
Remove 1.9.2 from testing add newer ruby versions
Remove 1.9.2 from testing add newer ruby versions
YAML
mit
JeremyGeros/Conjugate