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
212b9005e99556ea8fd46e8b2660c16eb2cafd43
docker-compose.yml
docker-compose.yml
version: "3.8" services: jekyll-build: command: jekyll serve --incremental --future --unpublished --watch --livereload environment: TZ: Asia/Tokyo image: jekyll/minimal ports: - 4100:4000 - 35729:35729 volumes: - $PWD:/srv/jekyll
version: "3.8" services: jekyll-build: command: jekyll serve --incremental --future --unpublished --watch --force_polling --livereload environment: TZ: Asia/Tokyo image: jekyll/minimal ports: - 4100:4000 - 35729:35729 volumes: - $PWD:/srv/jekyll
Add force option to make regeneration work
Add force option to make regeneration work
YAML
mit
horimislime/horimisli.me,horimislime/horimisli.me,horimislime/horimisli.me
a73254afd186609d890a3868541c7f207a364f1c
docker-compose.yml
docker-compose.yml
wordpress: build: docker/wordpress links: - db:db volumes: - ./wordpress:/var/www/html - ./plugin:/data ports: - 81:80 db: image: mysql:5.5 environment: MYSQL_ROOT_PASSWORD: example MYSQL_DATABASE: wordpress
wordpress: build: docker/wordpress links: - db:db volumes: - ./wordpress:/var/www/html - ./plugin:/data db: image: mysql:5.5 environment: MYSQL_ROOT_PASSWORD: example MYSQL_DATABASE: wordpress
Remove ports from WordPress container
Remove ports from WordPress container It doesn't work well to expose the port if the uri inside does not match outside
YAML
mit
hirowatari/Docker-for-Wordpress-Plugin-Testing,hirowatari/Docker-for-Wordpress-Plugin-Testing
1afcb69687f54ed112a9086665ce0cd82e9685c0
docker-compose.yml
docker-compose.yml
version: "3.7" services: redcoat: image: redcoat:latest container_name: redcoat_app ports: - "3000:3000" expose: - 3000 networks: - redcoat depends_on: - redcoat_db redcoat_db: image: mongo container...
version: "3.7" services: redcoat: image: redcoat:latest container_name: redcoat_app ports: - "3000:3000" expose: - 3000 networks: - redcoat depends_on: - redcoat_db redcoat_db: image: mongo container...
Edit volumes to work on Windows and UNIX machines.
Edit volumes to work on Windows and UNIX machines.
YAML
apache-2.0
Michael-Stewart-Webdev/annotation-tool,Michael-Stewart-Webdev/annotation-tool
b321f4b3c4ad771409784ca3facf767d5e3a9f15
docker-compose.yml
docker-compose.yml
version: "3.1" secrets: aws_access_key: external: true aws_secret_access_key: external: true services: web: image: ezmiller/datemo-nginx-proxy:latest ports: - "80:80" datemo: image: ezmiller/datemo:latest environment: - DATOMIC_CLOUD_STACK_NAME=datemo depends_on: ...
version: "3.2" secrets: aws_access_key: external: true aws_secret_access_key: external: true services: web: image: ezmiller/datemo-nginx-proxy:latest ports: - mode: host target: 80 published: 80 datemo: image: ezmiller/datemo:latest environment: - DATOMIC_C...
Fix web port not open on swarm
Fix web port not open on swarm Need to specify mode = host. New docker-compose 3.2 syntax for doing this.
YAML
epl-1.0
ezmiller/datemo
c0d95dc1e82267cbb4d50c9c0f4a23a0c207a0eb
Resources/config/services.yml
Resources/config/services.yml
parameters: gluggi.routing.requirements.key: '[a-z0-9-_]+' services: gluggi.assets: class: Becklyn\GluggiBundle\Assets\LayoutAssets arguments: - '@gluggi.config' - '@assets.packages' gluggi.finder: class: Becklyn\GluggiBundle\Component\GluggiFinder ...
parameters: gluggi.routing.requirements.key: '[a-z0-9-_]+' services: gluggi.assets: class: Becklyn\GluggiBundle\Assets\LayoutAssets arguments: - '@gluggi.config' - '@assets.packages' gluggi.finder: class: Becklyn\GluggiBundle\Component\GluggiFinder ...
Add missing definition for the last argument
Add missing definition for the last argument
YAML
bsd-3-clause
Becklyn/GluggiBundle,Becklyn/GluggiBundle,Becklyn/GluggiBundle
ed3620918758782696d8e61252d8830304ea0deb
metadata/se.lublin.mumla.yml
metadata/se.lublin.mumla.yml
Categories: - Internet License: GPL-3.0-only AuthorName: Daniel Lublin and contributors AuthorEmail: mumla@lublin.se WebSite: https://mumla-app.gitlab.io SourceCode: https://gitlab.com/quite/mumla IssueTracker: https://gitlab.com/quite/mumla/issues AutoName: Mumla RepoType: git Repo: https://gitlab.com/quite/mumla....
Categories: - Internet License: GPL-3.0-only AuthorName: Daniel Lublin and contributors AuthorEmail: mumla@lublin.se WebSite: https://mumla-app.gitlab.io SourceCode: https://gitlab.com/quite/mumla IssueTracker: https://gitlab.com/quite/mumla/issues AutoName: Mumla RepoType: git Repo: https://gitlab.com/quite/mumla....
Update Mumla to 3.4.3 (77)
Update Mumla to 3.4.3 (77)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b950c8778993a356017e67925589caaa8eb67e5c
docs/_project.yaml
docs/_project.yaml
name: TFX breadcrumb_name: For Production home_url: /tfx/ parent_project_metadata_path: /_project.yaml description: > TFX is an end-to-end platform, spanning from data ingestion, training, to production-grade serving. use_site_branding: true #color: orange hide_from_products_list: true content_license: cc3-apache2 ...
name: TFX breadcrumb_name: For Production home_url: /tfx/ parent_project_metadata_path: /_project.yaml description: > TFX is an end-to-end platform, spanning from data ingestion, training, to production-grade serving. use_site_branding: true #color: orange hide_from_products_list: true content_license: cc3-apache2 ...
Add dev summit announcement banner to all projects.
Add dev summit announcement banner to all projects. PiperOrigin-RevId: 236066165
YAML
apache-2.0
tensorflow/tfx,tensorflow/tfx
8fbc1cfe8fda144f4d6c927ce05bfbc925ed21e1
pubspec.yaml
pubspec.yaml
name: analyzer_cli version: 1.1.1 author: Dart Team <misc@dartlang.org> description: Command line interface for the Dart Analyzer. homepage: https://github.com/dart-lang/analyzer_cli environment: sdk: '>=1.12.0 <2.0.0' dependencies: analyzer: ^0.26.0+6 args: ^0.13.0 cli_util: ^0.0.1 dev_compiler: ^0.1.1 lin...
name: analyzer_cli version: 1.1.1 author: Dart Team <misc@dartlang.org> description: Command line interface for the Dart Analyzer. homepage: https://github.com/dart-lang/analyzer_cli environment: sdk: '>=1.12.0 <2.0.0' dependencies: analyzer: ^0.26.1+8 args: ^0.13.0 cli_util: ^0.0.1 dev_compiler: ^0.1.1 lin...
Change analyzer dependency to 0.28.1+8.
Change analyzer dependency to 0.28.1+8. This brings in fixes which are required to support lints with the new task model.
YAML
bsd-3-clause
googlearchive/analyzer_cli,googlearchive/analyzer_cli,dart-lang/analyzer_cli,dart-lang/analyzer_cli
468354d562944ca8552782b2eb33602509c38bc9
config/sphinx.yml
config/sphinx.yml
development: enable_star: true min_prefix_len: 3 max_matches: 100000 port: 9312 test: enable_star: true min_prefix_len: 3 max_matches: 100000 port: 9313 production: enable_star: true min_prefix_len: 3 max_matches: 100000
development: enable_star: true min_prefix_len: 3 max_matches: 100000 port: 9312 test: enable_star: true min_prefix_len: 3 max_matches: 100000 port: 9313 cucumber: enable_star: true min_prefix_len: 3 max_matches: 100000 port: 9313 production: enable_star: true min_prefix_len: 3 max_matches:...
Add stuff for cucumber environment.
Add stuff for cucumber environment.
YAML
apache-2.0
lincompch/stizun,sabcio/stizun,lincompch/stizun,sabcio/stizun,lincompch/stizun,lincompch/stizun,sabcio/stizun,lincompch/stizun,sabcio/stizun
2cb0b1e56d3367f126ca03279480d369594f10b6
_data/authors.yml
_data/authors.yml
# Authors rachel_whitton: name: Rachel Whitton avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg github: //github.com/rachelwhitton twitter: rachwhitton bio: "Technical Content Writer" jennifer_rondeau: name: Jennifer Rondeau avatar: http://docslikecode.com/images/je...
# Authors rachel_whitton: name: Rachel Whitton avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg github: //github.com/rachelwhitton twitter: rachwhitton bio: "Technical Content Writer" jennifer_rondeau: name: Jennifer Rondeau avatar: http://docslikecode.com/images/je...
Add GitHub username for diana_lakatos entry
Add GitHub username for diana_lakatos entry
YAML
mit
justwriteclick/docslikecode,justwriteclick/docslikecode,justwriteclick/docslikecode
253210d9be23e2f926d8a11474e05b6b64dfff3b
.forestry/front_matter/templates/projet.yml
.forestry/front_matter/templates/projet.yml
--- label: Projet hide_body: false fields: - type: text name: title label: title - type: datetime name: date label: date - type: number name: weight label: weight - type: list name: alias label: alias - type: text name: redirect label: redirect - type: boolean name: published label: published - ...
--- label: Projet hide_body: false fields: - type: text name: title label: Title config: required: true - type: datetime name: date label: Date config: date_format: YYYY-MM-DD required: true - type: number name: weight label: Weight config: required: true - type: text name: redirect ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/arnaudligny.fr,Narno/arnaudligny.fr,Narno/arnaudligny.fr
8ca1d05f3d0e392530446f41a70e6c6636b400ff
.github/workflows/check-clang-tidy-llpc.yml
.github/workflows/check-clang-tidy-llpc.yml
name: Code style check on: pull_request: jobs: clang-tidy: name: clang-tidy runs-on: "ubuntu-20.04" steps: - name: Checkout LLPC run: | git clone https://github.com/${GITHUB_REPOSITORY}.git . git fetch origin +${GITHUB_SHA}:${GITHUB_REF} --update-head-ok git...
name: Code style check on: pull_request: jobs: clang-tidy: name: clang-tidy runs-on: "ubuntu-20.04" steps: - name: Checkout LLPC run: | git clone https://github.com/${GITHUB_REPOSITORY}.git . git fetch origin +${GITHUB_SHA}:${GITHUB_REF} --update-head-ok git...
Update docker usr name to fix fork repo PR test failure
[CI] Update docker usr name to fix fork repo PR test failure
YAML
mit
GPUOpen-Drivers/llpc,GPUOpen-Drivers/llpc,GPUOpen-Drivers/llpc,GPUOpen-Drivers/llpc,GPUOpen-Drivers/llpc
14a6f7565eb0d9eb9b43e5645dda0ddd26ebc331
manifests/cf-manifest/operations.d/100-cf-update-vm-types.yml
manifests/cf-manifest/operations.d/100-cf-update-vm-types.yml
# TODO: Review instance sizes that are different to cf-deployment - type: replace path: /instance_groups/name=api/vm_type value: large - type: replace path: /instance_groups/name=cc-worker/vm_type value: medium - type: replace path: /instance_groups/name=diego-api/vm_type value: large - type: replace path...
# TODO: Review instance sizes that are different to cf-deployment - type: replace path: /instance_groups/name=api/vm_type value: large - type: replace path: /instance_groups/name=cc-worker/vm_type value: medium - type: replace path: /instance_groups/name=diego-api/vm_type value: xlarge - type: replace pat...
Scale up diego-api instance type to xlarge
Scale up diego-api instance type to xlarge
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
6136155c8a010b7a0dd2c7a7d07948f5e909b4f6
_data/navigation.yml
_data/navigation.yml
# Site navigation links - title: Work url: /work/ excerpt: "Things designed, illustrated, or developed by Michael Rose." image: relic-scout-teaser.png - title: Articles url: /articles/ excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia." image: skinny-bones-theme-teaser.jpg - ti...
# Site navigation links - title: Work url: /work/ excerpt: "Things designed, illustrated, or developed by Michael Rose." image: relic-scout-teaser-150.png - title: Articles url: /articles/ excerpt: "A collection of thoughts, inspiration, mistakes, and other minutia." image: skinny-bones-theme-teaser-150.j...
Optimize teaser images - Reduce to 400x250 px - Reduce off canvas menu teasers to 150px wide
Optimize teaser images - Reduce to 400x250 px - Reduce off canvas menu teasers to 150px wide
YAML
mit
mmistakes/made-mistakes-jekyll,mmistakes/made-mistakes-jekyll,zhelezko/made-mistakes-jekyll,blogtips/blogtips.github.io,wakermahmud/made-mistakes-jekyll,zhelezko/made-mistakes-jekyll,blogtips/blogtips.github.io,wakermahmud/made-mistakes-jekyll,bcmoseley/made-mistakes-jekyll,mmistakes/made-mistakes-jekyll,blogtips/blogt...
9bf33979c451dcc0721b5c8d7fc2f7916795dbc8
.github/workflows/gh-pages.yml
.github/workflows/gh-pages.yml
name: GitHub Pages on: push: branches: - main pull_request: jobs: deploy: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 - name: Build shell: bash run: | cd $GITHUB_WORKSPACE/tools/c...
name: GitHub Pages on: push: branches: - master pull_request: jobs: deploy: runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: - uses: actions/checkout@v2 - name: Build shell: bash run: | cd $GITHUB_WORKSPACE/tools...
Change default branch to master.
Change default branch to master.
YAML
mit
msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline,msteinbeck/tinyspline
edd098460288f056d45802dd50567f29837b7db6
hiera/data/role/uc.yaml
hiera/data/role/uc.yaml
rjil::jiocloud::consul_role: bootstrapserver rjil::system::ntp::server: true ntp::servers: - pool.ntp.org apache::default_vhost: false rjil::glance::backend: file
rjil::jiocloud::consul_role: bootstrapserver rjil::system::ntp::server: true ntp::servers: - pool.ntp.org apache::default_vhost: false rjil::glance::backend: file nova::api::neutron_metadata_proxy_shared_secret: false
Disable metadata proxy when using Ironic
Disable metadata proxy when using Ironic
YAML
apache-2.0
rahul1aggarwal/puppet-rjil,akash1808/puppet-rjil,roopali8/puppet-rjil,anshprat/puppet-rjil,sorenh/puppet-rjil,devendermishrajio/puppet-rjil,d4devops/puppet-openstack_cloud,saneax/puppet-rjil,sajuptpm/puppet-rjil-temp,bafna/try-dss,rakeshmi/puppet-rjil,sorenh/puppet-rjil,sajuptpm/puppet-rjil,ajayaa/puppet-rjil,upadhyay-...
fa7292e05c51e5a0317a5db329975e0f07fd01bd
ansible/terminate_workers.yml
ansible/terminate_workers.yml
# terminate workers for this environment --- - debug: msg="{{ ec2_id }}" - pause: prompt="ctrl-C TO NOT TERMINATE INSTANCES" - name: stop rqworker gracefully shell: /usr/local/bin/stop-rqworker.sh tags: - stop-worker - name: terminate workers local_action: module: ec2 state: absent region: "{{ re...
# terminate workers for this environment --- - debug: msg="{{ ec2_id }}" - pause: prompt="ctrl-C TO NOT TERMINATE INSTANCES" tags: - terminate-instances - name: stop rqworker gracefully shell: /usr/local/bin/stop-rqworker.sh tags: - stop-worker - name: terminate workers local_action: module: ec2 ...
Make chance to bail tagged my terminate-instances as well.
Make chance to bail tagged my terminate-instances as well.
YAML
bsd-3-clause
ucldc/ingest_deploy,mredar/ingest_deploy,ucldc/ingest_deploy,mredar/ingest_deploy
3ce88b0c67946ad75d263ebc227ee4dd96d1224d
packages/hs/hs-functors.yaml
packages/hs/hs-functors.yaml
homepage: '' changelog-type: '' hash: 036e72232f7eb056da5df537b2d5ae7bf6881afd21f5a39891ff321b10a2aac8 test-bench-deps: {} maintainer: m.farkasdyck@gmail.com synopsis: Functors from products of Haskell and its dual to Haskell changelog: '' basic-deps: base: ! '>=4.9 && <5' transformers: ! '>=0.4.2 && <0.6' all-vers...
homepage: '' changelog-type: '' hash: 3056c0bb7df1a3bac649f2e4b40a3cac23c4db65d2c8cb7eeaf959f780e05320 test-bench-deps: {} maintainer: m.farkasdyck@gmail.com synopsis: Functors from products of Haskell and its dual to Haskell changelog: '' basic-deps: base: ! '>=4.9 && <5' transformers: ! '>=0.4.2 && <0.6' all-vers...
Update from Hackage at 2019-03-26T21:53:58Z
Update from Hackage at 2019-03-26T21:53:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
b25c5541fbebc7e54c7142718559d8936948d0c3
packages/ll/llvm-pretty.yaml
packages/ll/llvm-pretty.yaml
homepage: '' changelog-type: '' hash: ed5e5f3a6c475d3db769ad2f10016daa226b8b6238a929c2fc2e606c477fb6bd test-bench-deps: {} maintainer: awesomelyawesome@gmail.com synopsis: A pretty printing library inspired by the llvm binding. changelog: '' basic-deps: base: ! '>=4 && <5' parsec: ! '>=3' monadLib: ! '>=3.6.1' ...
homepage: '' changelog-type: '' hash: e0cf52185e804e2f83c495d6dad1eca6845e8a509353bdbff12388e554caf137 test-bench-deps: {} maintainer: awesomelyawesome@gmail.com synopsis: A pretty printing library inspired by the llvm binding. changelog: '' basic-deps: base: ! '>=4 && <5' parsec: ! '>=3' monadLib: ! '>=3.6.1' ...
Update from Hackage at 2017-07-01T00:08:33Z
Update from Hackage at 2017-07-01T00:08:33Z
YAML
mit
commercialhaskell/all-cabal-metadata
a1b32a877ef9d0f31a3adcd51797a40d0dd2a7bc
packages/mi/micrologger.yaml
packages/mi/micrologger.yaml
homepage: https://github.com/savannidgerinel/micrologger#readme changelog-type: '' hash: f36f8fb983565c76a4e20b1bc2c3753a53755dbfdd44484661be275fa88532f3 test-bench-deps: {} maintainer: savanni@savannidgerinel.com synopsis: A super simple logging module. Only for use for very simple projects. changelog: '' basic-deps: ...
homepage: https://github.com/savannidgerinel/micrologger#readme changelog-type: '' hash: cc4692f975962b1b35c3a075c3d22b40e6e983b9ee4bc7c358ae909a2c4dd822 test-bench-deps: base: -any hspec: -any text: -any micrologger: -any aeson: -any maintainer: savanni@savannidgerinel.com synopsis: A super simple logging mo...
Update from Hackage at 2016-08-04T01:52:01+0000
Update from Hackage at 2016-08-04T01:52:01+0000
YAML
mit
commercialhaskell/all-cabal-metadata
976ae3b0917e23460280e3b57ebeaa96d39c0de7
.github/workflows/build.yml
.github/workflows/build.yml
name: build on: push: branches: [ master ] pull_request: branches: [ master ] env: DISPLAY: :99 WDM_GITHUBTOKEN: ${{ secrets.WDM_GITHUBTOKEN }} GITHUB_TOKEN: ${{ secrets.WDM_GITHUBTOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} jobs: build: runs-on: ${{ matrix.os }} strategy: mat...
name: build on: push: branches: [ master ] pull_request: branches: [ master ] env: DISPLAY: :99 WDM_GITHUBTOKEN: ${{ secrets.WDM_GITHUBTOKEN }} GITHUB_TOKEN: ${{ secrets.WDM_GITHUBTOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} jobs: build: runs-on: ${{ matrix.os }} strategy: mat...
Include retries in workflow execution
Include retries in workflow execution
YAML
apache-2.0
bonigarcia/selenium-jupiter,bonigarcia/selenium-jupiter
e71a527a88efae0c72992767cee469a46954ee86
.github/workflows/build.yml
.github/workflows/build.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: build on: push: branches: [ master ] pull_request...
# 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: build on: push: branches: [ master ] pull_request...
Add nodejs 15.x to test matrix
Add nodejs 15.x to test matrix
YAML
mit
albe/node-event-store,albe/node-event-storage
ae6bd0e5516599f2728ee3b83d75a912e15dd3b9
.github/workflows/main.yaml
.github/workflows/main.yaml
name: CI on: [push, pull_request, workflow_dispatch] jobs: backend-ci: strategy: fail-fast: false runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - uses: actions/checkout@v3 - name: Install RPM dependencies run: | dnf install -y kr...
name: CI on: [push, pull_request, workflow_dispatch] jobs: backend-ci: strategy: fail-fast: false runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - uses: actions/checkout@v3 - name: Install RPM dependencies run: | dnf install -y kr...
Enable installing psycopg package in CI
Enable installing psycopg package in CI The `psycopg` module needs libpq-devel to be installed to build its native extension. Signed-off-by: Nils Philippsen <ad3fa8d847df2b57853a376ad688e4be8041ecd4@redhat.com>
YAML
lgpl-2.1
fedora-infra/fmn,fedora-infra/fmn,fedora-infra/fmn,fedora-infra/fmn,fedora-infra/fmn
e4d00f3e70428697586786fb35a6b652d055a3a8
ansible/local.yml
ansible/local.yml
--- # Playbook to set-up and configure local server #Keep the role "configure_sphinx" commented unless you want to #create indexes and start the search daemon (indexing takes 6-8 hours) - hosts: all become: true gather_facts: yes roles: - common - common_debian - common_vagrant - setup_nginx - setup_p...
--- # Playbook to set-up and configure local server #Keep the role "configure_sphinx" commented unless you want to #create indexes and start the search daemon (indexing takes 6-8 hours) - hosts: all become: true gather_facts: yes roles: - common - common_debian - common_vagrant - setup_nginx - setup_p...
Create indexes on machine provision
Create indexes on machine provision We need indexes (even empty ones) to get the daemon running properly.
YAML
agpl-3.0
Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2
38b4309d10ed55a2bd6848b121672d387982ac10
defaults/main.yml
defaults/main.yml
--- dynatrace_collector_installer_bitsize: 64 dynatrace_collector_linux_install_dir: /opt dynatrace_collector_linux_installer_file_name: dynatrace-collector-linux-x86.jar dynatrace_collector_linux_installer_file_url: "http://downloads.dynatracesaas.com/6.3/{{ dynatrace_collector_linux_installer_file_name }}" dynatrac...
--- dynatrace_collector_installer_bitsize: 64 dynatrace_collector_linux_install_dir: /opt dynatrace_collector_linux_installer_file_name: dynatrace-collector-6.5.0.1289-linux-x86.jar dynatrace_collector_linux_installer_file_url: "https://files.dynatrace.com/downloads/OnPrem/dynaTrace/6.5/6.5.0.1289/{{ dynatrace_collect...
Update ansible script to use version 6.5 GA
[JLT-167479] Update ansible script to use version 6.5 GA
YAML
mit
dynaTrace/Dynatrace-Collector-Ansible,dynaTrace/Dynatrace-Collector-Ansible
6e1198a8c01da5759bcb429d18f576c0d9ec97bb
defaults/main.yml
defaults/main.yml
--- i3_packages: - i3 - i3lock - i3status - pulseaudio - pulseaudio-utils - scrot - xserver-xorg - imagemagick i3_packages_state: present i3_conf_template: config i3_conf_dir: ~/.config/i3 i3_conf_file: /config
--- i3_packages: - i3 - i3lock - i3status - pulseaudio - scrot - xorg-server - imagemagick i3_packages_state: present i3_conf_template: config i3_conf_dir: ~/.config/i3 i3_conf_file: /config
Update default arch requirement package list
Update default arch requirement package list
YAML
mit
nephelaiio/ansible-role-i3,nephelaiio/ansible-role-i3
31ce434c8be6f05e20517952b999d9c1fd942831
Configuration/Settings.yaml
Configuration/Settings.yaml
Neos: Flow: security: authentication: providers: Typo3BackendProvider: requestPatterns: 'Flowpack.Neos.FrontendLogin:NeosBackend': pattern: Flowpack\Neos\FrontendLogin\Security\NeosRequestPattern 'Flowpack.Neos.FrontendLogin:Frontend': ...
Neos: Flow: security: authentication: providers: Typo3BackendProvider: requestPatterns: 'Flowpack.Neos.FrontendLogin:NeosBackend': pattern: Flowpack\Neos\FrontendLogin\Security\NeosRequestPattern 'Flowpack.Neos.FrontendLogin:Frontend': ...
Fix autoloading config for fusion
BUGFIX: Fix autoloading config for fusion
YAML
mit
Flowpack/Flowpack.Neos.FrontendLogin,Flowpack/Flowpack.Neos.FrontendLogin,kdambekalns/Flowpack.Neos.FrontendLogin,kdambekalns/Flowpack.Neos.FrontendLogin
6b7f414d0b158e04e059f6f06f4c581b6908473d
rest-api/src/main/resources/paths/studies/v5_studies_studyId_participants_self_demographics_assessment.yml
rest-api/src/main/resources/paths/studies/v5_studies_studyId_participants_self_demographics_assessment.yml
post: operationId: saveDemographicUserAssessmentSelf summary: Save/overwrite all demographics for a user description: Save/overwrite all demographics for a user (study-level, posted by the user), uses the assessment JSON model tags: - Study Participants - _For Consented Users securit...
post: operationId: saveDemographicUserAssessmentSelf summary: Save/overwrite all demographics for a user description: Save/overwrite all demographics for a user (study-level, posted by the user), uses the assessment JSON model tags: - Study Participants - _For Consented Users securit...
Fix input for assessment endpoint
Fix input for assessment endpoint
YAML
apache-2.0
DwayneJengSage/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK,Sage-Bionetworks/BridgeJavaSDK,DwayneJengSage/BridgeJavaSDK
2a232cc07b96b26d5b34541434dd22ee545a03eb
data/releases.yml
data/releases.yml
url: https://github.com/JetBrains/kotlin/releases latest: version: 1.2.70 url: https://github.com/JetBrains/kotlin/releases/tag/v1.2.70 runtime_size: 964KB date: September 12, 2018
url: https://github.com/JetBrains/kotlin/releases latest: version: 1.2.71 url: https://github.com/JetBrains/kotlin/releases/tag/v1.2.71 runtime_size: 964KB date: September 24, 2018
Update Kotlin version to 1.2.71
Update Kotlin version to 1.2.71
YAML
apache-2.0
JetBrains/kotlin-web-site,JetBrains/kotlin-web-site,JetBrains/kotlin-web-site,hltj/kotlin-web-site-cn,hltj/kotlin-web-site-cn,JetBrains/kotlin-web-site,hltj/kotlin-web-site-cn,hltj/kotlin-web-site-cn,JetBrains/kotlin-web-site,hltj/kotlin-web-site-cn,JetBrains/kotlin-web-site,hltj/kotlin-web-site-cn
8012224bcd974cedff004578cc950ecf5230e944
playbooks/installer/ospd/post_install/external_network.yml
playbooks/installer/ospd/post_install/external_network.yml
--- #TODO: remove this when the templating system is in place - name: External network creation hosts: undercloud gather_facts: no become: yes become_user: "{{ installer.user.name }}" vars: first_controller: "{{ groups.controller | first }}" tasks: - name: get the default floating ip pool name f...
--- #TODO: remove this when the templating system is in place - name: External network creation hosts: undercloud gather_facts: no become: yes become_user: "{{ installer.user.name }}" vars: first_controller: "{{ groups.controller | first }}" tasks: - name: get the default floating ip pool name f...
Make sure the first_controller is variable not a string
Make sure the first_controller is variable not a string Looks like the floating ip pool name was read from the undercloud-0 instead of delegating to the specified node. Also looks like the currently used ansible version ignores the delegates-to parameter if it does not exists. Using the "{{ var_name }}' style. Chan...
YAML
apache-2.0
okolisny/InfraRed,redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed
de07019f2d399a0cab0f836ff1337d38547ce45d
kaminari-core/test/fake_app/config/database_gha.yml
kaminari-core/test/fake_app/config/database_gha.yml
sqlite3: &sqlite3 adapter: sqlite3 database: <%= File.expand_path '../../kaminari_test.sqlite3', __FILE__ %> pool: 5 timeout: 5000 postgresql: &postgresql adapter: postgresql host: localhost username: postgres password: postgres database: kaminari_test mysql: &mysql adapter: mysql2 host: localho...
sqlite3: &sqlite3 adapter: sqlite3 database: <%= File.expand_path '../../kaminari_test.sqlite3', __FILE__ %> pool: 5 timeout: 5000 postgresql: &postgresql adapter: postgresql host: localhost username: postgres password: <%= ENV['POSTGRES_PASSWORD'] %> database: kaminari_test mysql: &mysql adapter:...
Revert "Revert "GHA Postgres password is stored in POSTGRES_PASSWORD envvar""
Revert "Revert "GHA Postgres password is stored in POSTGRES_PASSWORD envvar"" This reverts commit 677b8965ac9bfe382d15afd2a8f1e71755d24e96.
YAML
mit
kaminari/kaminari,kaminari/kaminari
e5ecf1ca9ca77b36c7cb090b3311d90707a86c41
defaults/main.yml
defaults/main.yml
--- # file: macports/defaults/main.yml # # defaults file macports_version: 2.5.2 macports_tarball_url: "http://downloads.sourceforge.net/project/macports/MacPorts/{{ macports_version }}/" macports_build_from_source: no macports_selfupdate: yes macports_upgrade_outdated: yes macports_force_install: no macports_install...
--- # file: macports/defaults/main.yml # # defaults file macports_version: 2.5.4 macports_tarball_url: "https://distfiles.macports.org/MacPorts/" macports_build_from_source: no macports_selfupdate: yes macports_upgrade_outdated: yes macports_force_install: no macports_installer: macosx: '10.14': name: "Ma...
Add 10.14 Mojave Update tarball url Update macports_version to 2.5.4
Add 10.14 Mojave Update tarball url Update macports_version to 2.5.4
YAML
bsd-3-clause
ansiblebit/macports,ansiblebit/macports,ansiblebit/macports
28d495af611c73a23004fece4b75fe51c402788a
defaults/main.yml
defaults/main.yml
--- # defaults file for ansible-puppet copy_hieradata: false copy_puppet: false hieradata: /etc/puppet/hieradata # manage_config: False puppet_server: puppet certname: "{{ ansible_fqdn }}" puppet_data_binding_terminus: hiera puppet_reports: store puppet_basemodulepath: '$confdir/modules:/usr/share/puppet/modules' pupp...
--- # defaults file for ansible-puppet copy_hieradata: false copy_puppet: false hieradata: /etc/puppet/hieradata # manage_config: False puppet_server: puppet certname: "{{ ansible_fqdn }}" puppet_data_binding_terminus: hiera puppet_reports: store puppet_basemodulepath: '$confdir/modules:/opt/system-config/production/m...
Add extra path for our own puppet modules in environment
Add extra path for our own puppet modules in environment Change-Id: Ic501a34f79325bd2032c43f7ca36f19cae16e3e5
YAML
apache-2.0
openstack-infra/ansible-puppet,openstack-infra/ansible-puppet
c120943f70fece1f4ddce2a4bdd7c9ed1f3e99a8
test/data/state-pension-topup-questions-and-responses.yml
test/data/state-pension-topup-questions-and-responses.yml
--- :dob_age?: - "TODO: What is your date of birth?" :gender?: - male - female :how_much_extra_per_week?: - "TODO: How much would you like to get per week?"
--- :dob_age?: - 1951-04-06 # > MALE_YOUNGEST_DOB :gender?: - male - female :how_much_extra_per_week?: - 20
Fix TODO items in responses for state-pension-topup test
Fix TODO items in responses for state-pension-topup test
YAML
mit
askl56/smart-answers,stwalsh/smart-answers,tadast/smart-answers,aledelcueto/smart-answers,stwalsh/smart-answers,stwalsh/smart-answers,askl56/smart-answers,askl56/smart-answers,tadast/smart-answers,tadast/smart-answers,alphagov/smart-answers,aledelcueto/smart-answers,alphagov/smart-answers,alphagov/smart-answers,alphago...
b8726dda834dec0efbcd435d6c69296fbe125bbd
stack.yaml
stack.yaml
flags: {} packages: - '.' resolver: lts-8.10 extra-deps: - messagepack-0.5.4
flags: {} packages: - '.' resolver: lts-8.10 extra-deps: []
Remove messagepack constraint as it is conflicting with cabal anyway
Remove messagepack constraint as it is conflicting with cabal anyway
YAML
apache-2.0
saep/nvim-hs
4ceeafb01835f9d94455afb0165253abfef0d18e
deploy/roles/aws-public-keys/tasks/main.yml
deploy/roles/aws-public-keys/tasks/main.yml
--- - name: add demo public key ec2_key: region: "{{ aws_region }}" name: "demo-key" key_material: "{{ item }}" with_file: "keys/demo.pub"
--- - name: add demo public key ec2_key: region: "{{ aws_region }}" name: "{{ ssh_key_name }}" key_material: "{{ item }}" with_file: "keys/demo.pub"
Use variable for key name.
Use variable for key name.
YAML
mit
lupinsky/aws-demo,lupinsky/aws-demo,lupinsky/aws-demo
a00cbc98861828f78dfae5ee8fe11fb8a66e5d55
src/Kunstmaan/RedirectBundle/Resources/config/services.yml
src/Kunstmaan/RedirectBundle/Resources/config/services.yml
parameters: kunstmaan_redirect.menu.adaptor.class: 'Kunstmaan\RedirectBundle\Helper\Menu\RedirectMenuAdaptor' kunstmaan_redirect.redirect_repository.class: 'Kunstmaan\RedirectBundle\Repository\RedirectRepository' kunstmaan_redirect.redirect.class: 'Kunstmaan\RedirectBundle\Entity\Redirect' services: ku...
parameters: kunstmaan_redirect.menu.adaptor.class: 'Kunstmaan\RedirectBundle\Helper\Menu\RedirectMenuAdaptor' kunstmaan_redirect.redirect_repository.class: 'Kunstmaan\RedirectBundle\Repository\RedirectRepository' kunstmaan_redirect.redirect.class: 'Kunstmaan\RedirectBundle\Entity\Redirect' services: ku...
Fix issue with form type arguments
[RedirectBundle] Fix issue with form type arguments
YAML
mit
roderik/KunstmaanBundlesCMS,jverdeyen/KunstmaanBundlesCMS,fchris82/KunstmaanBundlesCMS,mlebkowski/KunstmaanBundlesCMS,wesleylancel/KunstmaanBundlesCMS,iBenito/KunstmaanBundlesCMS,mwoynarski/KunstmaanBundlesCMS,diskwriter/KunstmaanBundlesCMS,webtown-php/KunstmaanBundlesCMS,roderik/KunstmaanBundlesCMS,sandergo90/Kunstmaa...
77e56441f1a9ef62feea59109f3574d00fbb9694
common/hiera-steps-tasks.yaml
common/hiera-steps-tasks.yaml
- name: Hiera config include_role: name: tripleo_hieradata - name: Hiera symlink become: true file: src: /etc/puppet/hiera.yaml dest: /etc/hiera.yaml state: link force: true - name: Hieradata from vars include_role: name: tripleo_hieradata tasks_from: hieradata_vars.yaml vars: ...
- name: Hiera config include_role: name: tripleo_hieradata - name: Hiera symlink become: true file: src: /etc/puppet/hiera.yaml dest: /etc/hiera.yaml state: link force: true - name: Hieradata from vars include_role: name: tripleo_hieradata tasks_from: hieradata_vars.yaml vars: ...
Add OVN chassis macs to hieradata
Add OVN chassis macs to hieradata Add the tempalte in tripleo-ansible to the list of hieradata_templates in common/hiera-steps-tasks.yaml Depends-On: https://review.opendev.org/733719 Related-Bug: #1881593 Change-Id: I0a57374c5b58f5953b079b6690ecc77887ec8751
YAML
apache-2.0
openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
abd47d0de8002311b5dd4d46658cabfe93481a1a
recipes/jupyterlab-spellchecker/meta.yaml
recipes/jupyterlab-spellchecker/meta.yaml
{% set name = "jupyterlab-spellchecker" %} {% set version = "0.5.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/jupyterlab-spellchecker-{{ version }}.tar.gz sha256: c2feb33273810cfd54271a29eaed1ffdb88d3ef0b0a5d33495b5954f164e...
{% set name = "jupyterlab-spellchecker" %} {% set version = "0.5.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/jupyterlab-spellchecker-{{ version }}.tar.gz sha256: c2feb33273810cfd54271a29eaed1ffdb88d3ef0b0a5d33495b5954f164e...
Use jupyter-packaging instead of jupyter_packaging
Use jupyter-packaging instead of jupyter_packaging
YAML
bsd-3-clause
jochym/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,scopatz/staged-recipes,goanpec...
ef2d56ba2dae0215a38e8aef67cc9b1dc2b0a2f6
roles/qb/nodejs/yarn/setup/tasks/main.yml
roles/qb/nodejs/yarn/setup/tasks/main.yml
--- # tasks file for qb/yarn/setup - name: Manage Yarn installation on MacOSX include: "{{ role_path }}/tasks/distribution/{{ ansible_distribution }}/main.yml" - name: Add global Yarn packages with_items: "{{ yarn_setup_global_packages }}" stream: cmd: "yarn global add {{ item }}"
--- # tasks file for qb/yarn/setup - name: Manage Yarn installation on MacOSX include_tasks: "{{ role_path }}/tasks/distribution/{{ ansible_distribution }}/main.yml" - name: Add global Yarn packages with_items: "{{ yarn_setup_global_packages }}" stream: cmd: "yarn global add {{ item }}"
Change an include to include_tasks
Change an include to include_tasks
YAML
mit
nrser/qb,nrser/qb,nrser/qb,nrser/qb
27b5a7199f9164189c96f28288d356661bb775b1
cloudbuild.yaml
cloudbuild.yaml
substitutions: _REGION: us-central1 steps: - name: 'gcr.io/k8s-skaffold/skaffold' entrypoint: 'sh' args: - -xe - -c - | # Build and push images skaffold build --file-output=/workspace/artifacts.json \ --default-repo gcr.io/$PROJECT_ID \ --push=true # Test i...
substitutions: _REGION: us-central1 steps: - name: 'gcr.io/k8s-skaffold/skaffold' entrypoint: 'sh' args: - -xe - -c - | # Build and push images skaffold build --file-output=/workspace/artifacts.json \ --default-repo gcr.io/$PROJECT_ID \ --push=true # Test i...
Use individual apply commands for each file
Use individual apply commands for each file
YAML
apache-2.0
google/golden-path-for-app-delivery,google/golden-path-for-app-delivery,google/golden-path-for-app-delivery
bfb278545705e68eb49afd3fd0124446246d3d9e
cloudbuild.yaml
cloudbuild.yaml
options: env: - "TERRAFORM_ENVIRONMENT_PATH=environments/prod" steps: - id: 'branch name' name: 'alpine' entrypoint: 'sh' args: - '-c' - | echo "***********************" echo "Branch: $BRANCH_NAME" echo "***********************" - id: 'tf ...
steps: - id: 'branch name' name: 'alpine' entrypoint: 'sh' args: - '-c' - | echo "***********************" echo "Branch: $BRANCH_NAME" echo "***********************" - id: 'tf init' name: 'hashicorp/terraform:0.12.20' entrypoint: 'sh' ...
Use substitutions in cloud build
Use substitutions in cloud build
YAML
mit
ferrarimarco/home-lab,ferrarimarco/home-lab
6c228db8689c9c43a60a377b31887cecd1ff67e8
cluster/vm.yaml
cluster/vm.yaml
apiVersion: kubevirt.io/v1alpha1 kind: VM metadata: name: testvm spec: domain: devices: graphics: - type: spice interfaces: - source: network: default type: network video: - model: type: qxl disks: - type: network snapshot: exte...
apiVersion: kubevirt.io/v1alpha1 kind: VM metadata: name: testvm spec: domain: devices: graphics: - type: spice interfaces: - type: network source: network: default video: - model: type: qxl disks: - type: network snapshot: exte...
Increase readability of example VM yaml
Increase readability of example VM yaml
YAML
apache-2.0
stu-gott/kubevirt,sungwonh/kubevirt,rmohr/kubevirt,kubevirt/kubevirt,fabiand/kubevirt,davidvossel/kubevirt,stu-gott/kubevirt,rmohr/kubevirt,davidvossel/kubevirt,mpolednik/kubevirt,kubevirt/kubevirt,kubevirt/kubevirt,fabiand/kubevirt,stu-gott/kubevirt,davidvossel/kubevirt,kubevirt/kubevirt,davidvossel/kubevirt,mpolednik...
a7a4c2ddbaca358b53d2167c5ab81259d11f21ff
lib/generators/ops_care/templates/skylight.yml
lib/generators/ops_care/templates/skylight.yml
--- authentication: <%= ENV['SKYLIGHT_AUTHENTICATION'] %> ignored_endpoints: - ok_computer#index - ok_computer#show alert_log_file: log/skylight.log
--- authentication: <%= ENV['SKYLIGHT_AUTHENTICATION'] %> ignored_endpoints: - ok_computer/ok_computer#index - ok_computer/ok_computer#show alert_log_file: log/skylight.log
Fix Skylight ignored path config
Fix Skylight ignored path config
YAML
mit
reinteractive/OpsCare,reinteractive/OpsCare
89142db06edeab4ec427bbb10117d9c502329c61
spec/fixtures/users.yml
spec/fixtures/users.yml
root: name: Root User email: root@stockaid-domain.com encrypted_password: <%= User.new.send(:password_digest, "sudopwd123") %> role: admin acme_root: name: Acme Root email: root@stockaid-acme-domain.com encrypted_password: <%= User.new.send(:password_digest, "sudopwd123") %> role: none acme_normal: ...
root: name: Root User phone_number: (408) 555-1234 address: 123 Broadway, Campbell, CA email: root@stockaid-domain.com encrypted_password: <%= User.new.send(:password_digest, "sudopwd123") %> role: admin acme_root: name: Acme Root phone_number: (408) 555-2222 address: 222 Broadway, Campbell, CA ema...
Add new fields that aren't nullable
Add new fields that aren't nullable
YAML
mit
icodeclean/StockAid,on-site/StockAid,icodeclean/StockAid,on-site/StockAid,on-site/StockAid,icodeclean/StockAid
2e0b25d145f7e2357cd75470663a085e51f78611
schemata/redesignrating.yaml
schemata/redesignrating.yaml
--- id: "redesignrating.json" "$schema": "http://json-schema.org/draft-04/schema" title: Redesign rating description: '' type: object properties: layoutRating: type: integer description: "Layout rating" minimum: 1 maximum: 5 typographyRating: type: integer description: "Typography rating" ...
--- id: "redesignrating.json" "$schema": "http://json-schema.org/draft-04/schema" title: Redesign rating description: '' type: object properties: layoutRating: type: integer description: "Layout rating" minimum: 1 maximum: 5 typographyRating: type: integer description: "Typography rating" ...
Allow brand colors in redesign rating
Allow brand colors in redesign rating
YAML
mit
the-grid/apidocs,the-grid/apidocs,the-grid/apidocs,the-grid/apidocs
1720d1be949fce4bee726bbf85945287dbdbfca7
packages/ff/fficxx.yaml
packages/ff/fficxx.yaml
homepage: '' changelog-type: '' hash: fae26bfca1ec7df7220792957980b17ed78532f4e1cee2f739a46abf9fd888ae test-bench-deps: {} maintainer: Ian-Woo Kim <ianwookim@gmail.com> synopsis: automatic C++ binding generation changelog: '' basic-deps: either: -any bytestring: -any split: -any Cabal: -any base: ==4.* unor...
homepage: '' changelog-type: '' hash: 93397da6368c9a7cfae3ae1e6a7dd7969472d9f1fabb82d882b773b8c896358f test-bench-deps: {} maintainer: Ian-Woo Kim <ianwookim@gmail.com> synopsis: automatic C++ binding generation changelog: '' basic-deps: either: -any bytestring: -any split: -any Cabal: -any base: ==4.* aeso...
Update from Hackage at 2018-09-09T07:04:21Z
Update from Hackage at 2018-09-09T07:04:21Z
YAML
mit
commercialhaskell/all-cabal-metadata
87120f5f9b6848a291b71808637c7ad8b493a7f0
packages/fm/fmlist.yaml
packages/fm/fmlist.yaml
homepage: https://github.com/sjoerdvisscher/fmlist changelog-type: '' hash: e23a369e658017f91699781af9922cc593f1d07f238d95c6a137b81899cd5f06 test-bench-deps: {} maintainer: sjoerd@w3future.com synopsis: FoldMap lists changelog: '' basic-deps: base: ! '>=3 && <5' all-versions: - '0.1' - '0.1.1' - '0.2' - '0.3' - '0.4'...
homepage: https://github.com/sjoerdvisscher/fmlist changelog-type: '' hash: 099ff717a58abb338a076ddd15224d36fee002cb240818846850cdd72cfb0920 test-bench-deps: {} maintainer: sjoerd@w3future.com synopsis: FoldMap lists changelog: '' basic-deps: base: ! '>=3 && <5' all-versions: - '0.1' - '0.1.1' - '0.2' - '0.3' - '0.4'...
Update from Hackage at 2017-12-30T14:03:43Z
Update from Hackage at 2017-12-30T14:03:43Z
YAML
mit
commercialhaskell/all-cabal-metadata
09d8bdb2e0dde0f6725a584a543dffe7bf489368
packages/gi/ginger.yaml
packages/gi/ginger.yaml
homepage: https://bitbucket.org/tdammers/ginger changelog-type: '' hash: 59bbd8f7408464b30dcffecdad71ae6ecfb25a0d638461bec8f12d300bd367b9 test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: An implementation of the Jinja2 template language in Haskell changelog: '' basic-deps: bytestring: -any base: ! '>=4....
homepage: https://bitbucket.org/tdammers/ginger changelog-type: '' hash: 42dd338528119b094fc54f7acf76df38855aaf05ac0dd2114f75719f436ee4de test-bench-deps: {} maintainer: tdammers@gmail.com synopsis: An implementation of the Jinja2 template language in Haskell changelog: '' basic-deps: bytestring: -any base: ! '>=4....
Update from Hackage at 2016-02-16T11:21:01+0000
Update from Hackage at 2016-02-16T11:21:01+0000
YAML
mit
commercialhaskell/all-cabal-metadata
2096504c2d82a0dc65df422b928492bf4c24732e
packages/ha/hascas.yaml
packages/ha/hascas.yaml
homepage: https://github.com/eklavya/hascas#readme changelog-type: '' hash: f0fc31e51df5e83c80fb11f1fd40f9e869d182168f824f6a67e17f3a78773d53 test-bench-deps: bytestring: -any stm: -any base: -any hspec: -any uuid: -any safe-exceptions: -any hascas: -any network: -any containers: -any binary: -any ...
homepage: https://github.com/eklavya/hascas#readme changelog-type: '' hash: dd3a3609ef9afd3507fc7c0a425683e2900da0b70512a5ef4342f39548c8d1a2 test-bench-deps: bytestring: -any stm: -any base: -any hspec: -any uuid: -any safe-exceptions: -any hascas: -any network: -any containers: -any binary: -any ...
Update from Hackage at 2016-11-30T11:44:48Z
Update from Hackage at 2016-11-30T11:44:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
a9ecb02d10f23dde00fd81600aeac9c51a9355f3
deploy/manifests/alpha/multi.yml
deploy/manifests/alpha/multi.yml
--- applications: - name: alpha-multi memory: 4GB instances: 2 buildpack: java_buildpack health-check-type: http health-check-http-endpoint: /records path: ../../openregister-java.jar domains: - alpha.openregister.org hosts: - allergen - industrial-classification - occupation - publi...
--- applications: - name: alpha-multi memory: 4GB instances: 2 buildpack: java_buildpack health-check-type: http health-check-http-endpoint: /records path: ../../openregister-java.jar domains: - alpha.openregister.org hosts: - allergen - industrial-classification - occupation - publi...
Remove statistical geography registers from alpha
Remove statistical geography registers from alpha All registers have been promoted to beta except for statistical-geography-metropolitan-counties-eng, which is no longer going to be a register we work on.
YAML
mit
openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java
97666bf5082c81e26e79ad6f5af474fc619ef2d2
.travis.yml
.travis.yml
language: node_js node_js: - "0.8" - "0.10"
language: node_js node_js: - "0.8" - "0.10" - "4" - "5" - "6"
Test with newer Node versions on Travis
Test with newer Node versions on Travis
YAML
mit
defunctzombie/node-browser-resolve
f66bf21dc21446cb8260553264e6244904e49a4b
.travis.yml
.travis.yml
language: node_js sudo: false node_js: - 4 - 0.12 - "0.10" services: mongodb addons: code_climate: repo_token: 1251f2891d75a12f4529fd596ba0f99aec3e7858cb3db486ecc3e2bc0721367c script: - npm test --coverage after_script: - node_modules/.bin/codeclimate < coverage/lcov.info deploy: provider: heroku api_ke...
language: node_js sudo: false node_js: - 4 - 0.12 - "0.10" services: mongodb addons: code_climate: repo_token: 1251f2891d75a12f4529fd596ba0f99aec3e7858cb3db486ecc3e2bc0721367c script: - npm test --coverage after_script: - node_modules/.bin/codeclimate-test-reporter < coverage/lcov.info deploy: provider: h...
Fix the path to the Code Climate test reporter
Fix the path to the Code Climate test reporter
YAML
mit
nicolasmccurdy/rose,nickmccurdy/rose,nicolasmccurdy/rose,nickmccurdy/rose
a1e51b7f0a5cd4b672bbc95063e2e0871335fc46
.travis.yml
.travis.yml
language: python python: - "3.4" - "3.5" - "3.6" - "3.7-dev" cache: pip install: - pip install -r requirements.txt - pip install -r test-requirements.txt - pip install flake8 script: - flake8 rfdevices/ - nosetests tests/
language: python python: - "3.4" - "3.5" - "3.6" - "3.7-dev" matrix: allow_failures: - python: 3.7-dev cache: pip install: - pip install -r requirements.txt - pip install -r test-requirements.txt - pip install flake8 script: - flake8 rfdevices/ - nosetests tests/
Allow Travis failures on Python 3.7-dev
Allow Travis failures on Python 3.7-dev
YAML
bsd-3-clause
milas/rfdevices
067f749973c08530629e327c696e04e8fedb2c02
.travis.yml
.travis.yml
addons: apt: packages: - zsh - ncurses-dev - autoconf - yodl - man cache: apt: true directories: - $HOME/.zvm dist: trusty matrix: include: - env: ZVM_VERSION='5.0.8' - env: ZVM_VERSION='5.1.1' - env: ZVM_VERSION='5.2' - env: ZVM_VERSION='5.3.1' install: -...
addons: apt: packages: - zsh - ncurses-dev - autoconf - yodl - man language: generic cache: apt: true directories: - $HOME/.zvm dist: trusty matrix: include: - env: ZVM_VERSION='5.0.8' - env: ZVM_VERSION='5.1.1' - env: ZVM_VERSION='5.2' - env: ZVM_VERSION='5...
Switch to generic language for faster tests
Switch to generic language for faster tests
YAML
mit
zulu-zsh/zulu
72b46a132d097357354a23bb6588f180301a8549
.travis.yml
.travis.yml
language: python env: matrix: - DJANGO_PACKAGE="Django>=1.6,<1.7" - DJANGO_PACKAGE="Django>=1.7,<1.8" - DJANGO_PACKAGE="Django>=1.8,<1.9" install: - sudo apt-get install swig - pip install --upgrade pip - pip install -q $DJANGO_PACKAGE - pip install -e . - pip install -r ./testproj/requirements...
language: python python: - 2.7 env: - DJANGO_PACKAGE="Django>=1.6,<1.7" - DJANGO_PACKAGE="Django>=1.7,<1.8" - DJANGO_PACKAGE="Django>=1.8,<1.9" matrix: include: - python: 2.6 env: DJANGO_PACKAGE="Django>=1.6,<1.7" install: - sudo apt-get install swig - pip install --upgrade pip - pip install -...
Add Python 2.6/Django 1.6 job
Travis: Add Python 2.6/Django 1.6 job Django 1.6 is the only version that we support and that supports Python 2.6
YAML
bsd-2-clause
moreati/django-u2f,moreati/django-u2f,moreati/django-u2f,gavinwahl/django-u2f,moreati/django-u2f,gavinwahl/django-u2f,gavinwahl/django-u2f,gavinwahl/django-u2f
05630b97587ae63ddbda16b3de6f16ab5cdcf9fd
.travis.yml
.travis.yml
language: objective-c osx_image: xcode9.3 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - WORKSPACE=ContactsWrapper.xcworkspace - SCHEME=ContactsWrapper - SDK=iphonesimulator11.3 - RUN_TESTS="YES" - POD_LINT="NO" matrix: - DESTINATION="OS=11.3,name=iPhone 8" - DESTINATION="OS=10.3.1,...
language: objective-c osx_image: xcode9.4 env: global: - LC_CTYPE=en_US.UTF-8 - LANG=en_US.UTF-8 - WORKSPACE=ContactsWrapper.xcworkspace - SCHEME=ContactsWrapper - SDK=iphonesimulator11.4 - RUN_TESTS="YES" - POD_LINT="NO" matrix: - DESTINATION="OS=11.4,name=iPhone 8" - DESTINATION="OS=10.3.1,...
Use Xcode 9.4 on CI.
Use Xcode 9.4 on CI.
YAML
mit
abdullahselek/ContactsWrapper
0305d220183d9b515f17600bf064291da7a8813b
.travis.yml
.travis.yml
language: php php: - 5.6 - 7.0 - 7.1 env: global: - COMPOSER_ROOT_VERSION=dev-master matrix: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - vendor/bin/phpunit - tests/lint.sh git: depth: 5 d...
language: php php: - 5.6 - 7.0 - 7.1 - nightly matrix: allow_failures: - php: nightly env: global: - COMPOSER_ROOT_VERSION=dev-master matrix: - COMPOSER_OPTS="" - COMPOSER_OPTS="--prefer-lowest" install: - composer self-update --snapshot - composer update $COMPOSER_OPTS script: - ...
Test on the latest version of PHP
Test on the latest version of PHP
YAML
apache-2.0
duncan3dc/php-helpers,duncan3dc/php-helpers
5f184f13e824d70005d3a9b1ac972555e7ed84db
.travis.yml
.travis.yml
language: ruby script: 'bundle exec rake ci' rvm: - 1.8.7 - 1.9.3 - 1.9.2 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode matrix: allow_failures: - rvm: 1.9.2 # Disabled for problems with ruby-parser https://travis-ci.org/mbj/auom/jobs/3565192 - rvm: jruby-19mode # Disabled for...
language: ruby script: 'bundle exec rake ci' rvm: - 1.8.7 - 1.9.3 - 1.9.2 - jruby-18mode - jruby-19mode - rbx-18mode - rbx-19mode notifications: email: - mbj@seonic.net
Remove allowed failures as devtools was fixed
Remove allowed failures as devtools was fixed
YAML
mit
mbj/auom
c03dd868301775d6b2a7351f4f9ae5ce26e4eb58
.travis.yml
.travis.yml
sudo: required dist: trusty language: java jdk: - oraclejdk8 install: true script: - gradle warp10:pack notifications: email: false
sudo: required dist: bionic before_install: - sudo apt-get install -y thrift-compiler language: java jdk: - oraclejdk8 install: true script: - ./gradlew -Djava.security.egd=file:/dev/urandom warp10:pack notifications: email: false
Install Thrift and use urandom
Install Thrift and use urandom
YAML
apache-2.0
hbs/warp10-platform,hbs/warp10-platform,hbs/warp10-platform,hbs/warp10-platform
6f44b9c4f3b968e7e47ea8137dee358ca37b5f10
.travis.yml
.travis.yml
sudo: required 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 services: docker env: matrix: - INSTANCE=default-ubuntu-1404 - INSTANCE=defaul...
sudo: required 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 services: docker env: matrix: - INSTANCE=default-ubuntu-1404 - INSTANCE=defau...
Simplify Travis config and fix ChefDK 2.0 failures
Simplify Travis config and fix ChefDK 2.0 failures
YAML
apache-2.0
tas50/chef-mcelog,tas50/chef-mcelog
0fc659b963d8c05ffd75a59d00e84ab0e6d72df1
.travis.yml
.travis.yml
sudo: required services: - docker language: node_js node_js: - '0.10' env: global: - GH_REF: github.com/chad-autry/stdin-eval-stdout script: - npm test - npm prune --production - docker build -t chadautry/stdin-eval-stdout:latest . after_script: - docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_...
sudo: required services: - docker language: node_js node_js: - '0.10' script: - npm test - npm prune --production - docker build -t chadautry/stdin-eval-stdout:latest . after_script: - docker login -e="$DOCKER_EMAIL" -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - docker push chadautry/stdin-eval-stdout:latest
Remove unnecessary global var Make whitespace more like example app
Remove unnecessary global var Make whitespace more like example app
YAML
mit
chad-autry/stdin-eval-stdout
6938048be2a306405772dafd564986df735a0f10
.travis.yml
.travis.yml
language: ruby rvm: - 1.9.3 - 1.9.2 - 1.8.7 - 2.0.0 - rbx-19mode - rbx-18mode - ruby-head - jruby-19mode
language: ruby rvm: - 1.9.3 - 1.9.2 - 1.8.7 - 2.0.0 - rbx-19mode - rbx-18mode - jruby-19mode
Add ruby 2.0 and remove ruby head
Add ruby 2.0 and remove ruby head
YAML
mit
WinRb/rubyntlm,jlee-r7/rubyntlm,rapid7/rubyntlm
4470ec1a2028aac976e2db8a8f8c953148164529
.travis.yml
.travis.yml
language: java jdk: - oraclejdk7 env: - ARDUINO_PACKAGE=arduino-1.5.4-linux64 - ARDUINO_PACKAGE=arduino-nightly-linux64 matrix: allow_failures: - env: ARDUINO_PACKAGE=arduino-nightly-linux64 before_install: - wget --referer=http://arduino.cc/en/main/software http://downloads.arduino.cc/$ARDUINO_PACKAGE.tg...
language: java jdk: - oraclejdk7 env: - ARDUINO_PACKAGE=arduino-1.5.8-linux64 - ARDUINO_PACKAGE=arduino-nightly-linux64 matrix: allow_failures: - env: ARDUINO_PACKAGE=arduino-nightly-linux64 before_install: - wget -O $ARDUINO_PACKAGE.tgz http://arduino.cc/download.php?f=/$ARDUINO_PACKAGE.tgz - tar xzf $...
Fix download links for Travis.
Fix download links for Travis.
YAML
lgpl-2.1
rkistner/arcore,rkistner/arcore,rkistner/arcore
8a900547274e48845fb8f288b633b1aa25aaf6c1
.travis.yml
.travis.yml
sudo: false language: go go: - 1.x branches: only: - master script: make test testrace
sudo: false language: go go: - 1.x branches: only: - master script: env GO111MODULE=on make test testrace
Use go modules in CI.
Use go modules in CI.
YAML
mpl-2.0
hashicorp/go-multierror,strivecast/go-multierror
68d4c19c9d9c3e1f0f2844013ce77aed5681aca0
.travis.yml
.travis.yml
language: java jdk: - oraclejdk8 before_install: - chmod +x gradlew script: - ./gradlew build --stacktrace - ./gradlew codeCoverageReport after_success: - bash <(curl -s https://codecov.io/bash)
language: java jdk: - oraclejdk8 before_install: - chmod +x gradlew - chmod +x android-app/gradlew script: - ./gradlew build --stacktrace - ./gradlew codeCoverageReport - ./gradlew publishToMavenLocal - cd android-app - ./gradlew build after_success: - bash <(curl -s https://codecov.io/bash)
Include Android build into the Travis script.
Include Android build into the Travis script.
YAML
apache-2.0
SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list,SpineEventEngine/todo-list
810cf7503d1b400a51461ae5e541a4002bb3606b
.travis.yml
.travis.yml
sudo: false # We are using our own python language: c addons: apt: packages: - wget before_install: - wget http://ftp.openquake.org/travis/openquake-env-setup-py3-precise64.run - chmod +x openquake-env-setup-py3-precise64.run env: LD_LIBRARY_PATH=$HOME/openquake/lib PATH=$HOME/openquake/bin:$P...
sudo: false # We are using our own python language: c addons: apt: packages: - wget before_install: - wget http://ftp.openquake.org/travis/openquake-env-setup-py3-precise64.run - chmod +x openquake-env-setup-py3-precise64.run env: LD_LIBRARY_PATH=$HOME/openquake/lib PATH=$HOME/openquake/bin:$P...
Make a test run with just nosetests -v -a '!slow'
Make a test run with just nosetests -v -a '!slow' Former-commit-id: 83766620c946a5862511a4bd9ae969346e788d4d
YAML
agpl-3.0
gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine,gem/oq-engine
ca15147ac140b21e7168e83e6a1d087b10e44b29
.travis.yml
.travis.yml
dist: bionic language: python python: - 2.8 - 3.5 - 3.6 - 3.7 - 3.8 install: - python setup.py sdist - pip install dist/`python setup.py --name`-`python setup.py --version`.tar.gz - pip install -r requirements.txt - pip install -r requirements-dev.txt before_script: pip install . script: - coverage ...
dist: bionic language: python python: - 3.5 - 3.6 - 3.7 install: - python setup.py sdist - pip install dist/`python setup.py --name`-`python setup.py --version`.tar.gz - pip install -r requirements.txt - pip install -r requirements-dev.txt before_script: pip install . script: - coverage run --source bos...
Remove 2.8 (deprecated) and 3.8 (not available in ubuntu bionic)
Remove 2.8 (deprecated) and 3.8 (not available in ubuntu bionic)
YAML
mit
aleasoluciones/boscli
cfbd3d31fa67690acd8d67cec23fd2636b271bf5
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - pypy env: - BUILD_CAPNP= - BUILD_CAPNP=true - BUILD_CAPNP=true CXXFLAGS="-g" # skip testing for pypy + BUILD_CAPNP=false since it's failing in travis for some reason matrix: exclude: - python: pypy env: BUILD_CAPNP= compiler: gcc before...
language: python python: - 2.6 - 2.7 - 3.3 - 3.4 - pypy env: - BUILD_CAPNP= - BUILD_CAPNP=true - BUILD_CAPNP=true CFLAGS="-DKJ_DEBUG" # skip testing for pypy + BUILD_CAPNP=false since it's failing in travis for some reason matrix: exclude: - python: pypy env: BUILD_CAPNP= compiler: gcc ...
Change Travis debug build to use DKJ_DEBUG
Change Travis debug build to use DKJ_DEBUG
YAML
bsd-2-clause
rcrowder/pycapnp,SymbiFlow/pycapnp,tempbottle/pycapnp,tempbottle/pycapnp,jparyani/pycapnp,SymbiFlow/pycapnp,jparyani/pycapnp,rcrowder/pycapnp,jparyani/pycapnp,tempbottle/pycapnp,rcrowder/pycapnp,jparyani/pycapnp,SymbiFlow/pycapnp,tempbottle/pycapnp,rcrowder/pycapnp,SymbiFlow/pycapnp
8a6f61d045553f411840599144db3b097d49a72b
.travis.yml
.travis.yml
language: java sudo: false jdk: - oraclejdk8 install: true script: ./gradlew verify -x sign cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ # safelist branches: only: - develop - master - /^feature_.*$/ notifications: email: false
language: java sudo: false jdk: - openjdk8 install: true script: ./gradlew verify -x sign cache: directories: - $HOME/.gradle/caches/ - $HOME/.gradle/wrapper/ # safelist branches: only: - develop - master - /^feature_.*$/ notifications: email: false
Switch Travis CI build from Oracle JDK to OpenJDK
Switch Travis CI build from Oracle JDK to OpenJDK
YAML
mit
lesfurets/JenkinsPipelineUnit
30b4705ccdb1cd170b2a45a06384ae1de3ae9fd6
.travis.yml
.travis.yml
language: ruby matrix: allow_failures: - rvm: jruby-19mode - rvm: rbx-2 rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - jruby-19mode - rbx-2
language: ruby matrix: allow_failures: - rvm: jruby-19mode - rvm: rbx-2 rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - 2.1.2 - 2.1.3 - 2.1.4 - 2.1.5 - jruby-19mode - rbx-2
Build on ruby versions 2.1.{4,5}
Build on ruby versions 2.1.{4,5}
YAML
mit
jzaleski/foundry
b7041ee7481846ccc6d2f46e46e6c66c6331637e
.travis.yml
.travis.yml
language: python python: - 2.6 - 2.7 env: - PANDAS_VERSION=v0.12.0 - PANDAS_VERSION=v0.13.1 - PANDAS_VERSION=master before_install: - sudo add-apt-repository -y ppa:ubuntugis/ppa - sudo apt-get update - sudo apt-get install gdal-bin libgdal-dev postgis - sudo -u postgres psql -c "drop database if e...
language: python python: - 2.6 - 2.7 - 3.2 - 3.3 env: - PANDAS_VERSION=v0.12.0 - PANDAS_VERSION=v0.13.1 - PANDAS_VERSION=master before_install: - sudo add-apt-repository -y ppa:ubuntugis/ppa - sudo apt-get update - sudo apt-get install gdal-bin libgdal-dev postgis - sudo -u postgres psql -c "dr...
Add python 3.2 and 3.3 to Travis CI tests
TST: Add python 3.2 and 3.3 to Travis CI tests
YAML
bsd-3-clause
koldunovn/geopandas,geopandas/geopandas,micahcochran/geopandas,jorisvandenbossche/geopandas,kwinkunks/geopandas,IamJeffG/geopandas,fonnesbeck/geopandas,geopandas/geopandas,jorisvandenbossche/geopandas,jdmcbr/geopandas,snario/geopandas,scw/geopandas,urschrei/geopandas,ozak/geopandas,perrygeo/geopandas,micahcochran/geopa...
caec0b5c32f7ca9d5a13af9377b07af9961499e2
.travis.yml
.travis.yml
language: ruby sudo: required before_install: - sudo apt-get update - sudo apt-get install cups flashplugin-installer script: bundle exec make
language: ruby sudo: required before_install: - sudo apt-get update - sudo apt-get install cups script: bundle exec make
Revert "Get Flash plugin executable paths"
Revert "Get Flash plugin executable paths" No longer needed. This reverts commit fce1b7bc8dd5bbd6cd211fa67996b059595a7307.
YAML
agpl-3.0
l0b0/travis-ci-helper,l0b0/travis-ci-helper
8db253a549e0359ec92df8379a5205d40738359d
.travis.yml
.travis.yml
rvm: - 1.9.2 - 1.8.7 - ree-1.8.7 branches: only: - master
rvm: - 1.9.3 - 1.9.2 - 1.8.7 - ree-1.8.7 branches: only: - master
Test against 1.9.3 on Travis.
Test against 1.9.3 on Travis.
YAML
mit
gabebw/pidgin2adium,gabebw/pipio,gabebw/pidgin2adium
979d8548e65ea9eeb4ec50467a3db2605327eca1
.travis.yml
.travis.yml
language: python python: - "2.6" - "2.7" env: - WAGTAIL_VERSION=1.5.1 - WAGTAIL_VERSION=1.5.2 # command to install dependencies install: - pip install wagtail==$WAGTAIL_VERSION - pip install beautifulsoup4==4.4.1 # command to run tests script: - python manage.py test sudo: false
language: python python: - "2.7" env: - WAGTAIL_VERSION=1.5.1 - WAGTAIL_VERSION=1.5.2 # command to install dependencies install: - pip install wagtail==$WAGTAIL_VERSION - pip install beautifulsoup4==4.4.1 # command to run tests script: - python manage.py test sudo: false
Remove tests for Python 2.6. It's more important that we focus on Python 3 support than spending time adding backwards compatibility
Remove tests for Python 2.6. It's more important that we focus on Python 3 support than spending time adding backwards compatibility
YAML
mit
ababic/wagtailmenus,frague59/wagtailmenus,rkhleics/wagtailmenus,ababic/wagtailmenus,frague59/wagtailmenus,rkhleics/wagtailmenus,frague59/wagtailmenus,rkhleics/wagtailmenus,ababic/wagtailmenus
e05f59e8d27a097aef7c8da105b8d1365a26748b
.travis.yml
.travis.yml
# # This file has been generated by the Ibuildings QA-Tools # # Any custom Travis-ci configuration be added here # This file should be added to your project repository # language: php php: - 5.6 - 7.0 env: global: - SYMFONY_ENV=test cache: directories: - ~/.composer before_script: - phpenv config...
# # This file has been generated by the Ibuildings QA-Tools # # Any custom Travis-ci configuration be added here # This file should be added to your project repository # language: php php: - 5.6 - 7.0 matrix: allow_failures: - php: 7.0 env: global: - SYMFONY_ENV=test cache: directories: - ~/.co...
Allow PHP 7 build fails
Allow PHP 7 build fails
YAML
apache-2.0
SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA,SURFnet/Stepup-RA
2c30eeacf73ff4f2f70751a873046ff7dd2a4f65
.travis.yml
.travis.yml
cache: bundler sudo: false language: ruby rvm: - 2.4.2 - 2.3.5 - 2.2.8 - rbx-3 - jruby-head matrix: allow_failures: - rvm: rbx-3 - rvm: jruby-head addons: apt: packages: - libgeos-c1
cache: bundler sudo: false language: ruby rvm: - 2.4.2 - 2.3.5 - 2.2.8 - rbx-3 - jruby-head matrix: allow_failures: - rvm: rbx-3 - rvm: jruby-head addons: apt: packages: - libgeos-c1 before_install: - gem update --system - gem install bundler
Fix Travis CI bundler issues.
Fix Travis CI bundler issues.
YAML
mit
dark-panda/ffi-geos
1b358361f73306b6afe900bce386d929bd2a76e4
test/fixtures/areas.yml
test/fixtures/areas.yml
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: name: Area One travel_status: MyString geom: MyString notes: MyText order: 1 two: name: Area Two travel_status: MyString geom: MyString notes: MyText order: 1
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html one: name: Area One travel_status: MyString geom: "MULTIPOLYGON (((-148.719635669129673 68.697828316713498,-148.718755077655373 68.52558260464734)))" notes: MyText order: 1 two: name: Area Two travel_status: MyStrin...
Add simple polygon to area fixtures
Add simple polygon to area fixtures
YAML
mit
gina-alaska/ttnmanager,gina-alaska/ttnmanager,gina-alaska/ttnmanager
b5943d9e3cc8b7b163eb6e005a0736c28e8bb0a0
.travis.yml
.travis.yml
language: rust sudo: false dist: trusty matrix: include: - rust: stable os: linux - rust: stable os: osx - rust: beta os: linux - rust: beta os: osx - rust: nightly os: linux - rust: nightly os: osx cache: directories: - $HOME/.cargo sudo: false script: ...
language: rust sudo: false dist: trusty matrix: include: - rust: 1.0.0 os: linux - rust: 1.1.0 os: linux - rust: 1.2.0 os: linux - rust: 1.3.0 os: linux - rust: 1.4.0 os: linux - rust: 1.5.0 os: linux - rust: 1.6.0 os: linux - rust: 1.7.0 ...
Add 1.0.0..1.18.0 compilers to Travis
Add 1.0.0..1.18.0 compilers to Travis Let's find out just how old a compiler we can use to build Git-submerge!
YAML
bsd-3-clause
Minoru/git-submerge
523df00b3010ea113ec5cd8698ae813b169b5a7d
.travis.yml
.travis.yml
language: node_js # don't install any environment node_js: - stable before_script: - npm install --ignore-scripts script: - npm run postinstall deploy: provider: pages local_dir: deploy skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard on: branch: master
language: node_js # don't install any environment node_js: - stable before_script: - npm install bower -g - npm install --ignore-scripts script: - npm run postinstall deploy: provider: pages local_dir: deploy skip_cleanup: true github_token: $GITHUB_TOKEN # Set in travis-ci.org dashboard on: bra...
Add Bower to Travis to avoid error in dependencies
Add Bower to Travis to avoid error in dependencies
YAML
apache-2.0
UI5Lab/UI5Lab,UI5Lab/UI5Lab-central,UI5Lab/UI5Lab-central
90767ac74418bc59660bbe6cbbae7a6f0be05965
.travis.yml
.travis.yml
language: node_js node_js: - "0.10" - "0.11"
language: node_js node_js: - "0.10" - "0.11" - iojs
Add iojs to Travis CI config
Add iojs to Travis CI config
YAML
apache-2.0
desertnet/node-nailgun
6f5a4020a86f96ecda4ce0db4d148dd7e366b986
.travis.yml
.travis.yml
dist: trusty language: ruby sudo: false cache: bundler rvm: - jruby-1.7.26 - jruby-9.1.14.0
dist: trusty language: ruby sudo: false cache: bundler rvm: - jruby-1.7.26 - jruby-9.2.4.0
Test with latest JRuby version
Test with latest JRuby version
YAML
mit
jbox-web/job-database-manager-postgresql,jbox-web/job-database-manager-postgresql
b72456d77b7fa822fc222c2227312fa8dcc56036
.travis.yml
.travis.yml
os: - linux sudo: required dist: trusty before_install: - git checkout ${TRAVIS_BRANCH} - git pull install: - sudo apt-get update -q # - DEBIAN_FRONTEND=noninteractive sudo apt-get install -y curl python python-virtualenv jq file make script: - sudo make apt - make submodules - make runner - sud...
os: - linux sudo: required dist: trusty install: - sudo apt-get update -q script: - sudo make apt - make submodules - make runner - sudo make acis - make assets - make validate - make check - make validate
Remove the re attach head
Remove the re attach head
YAML
mit
JulienBalestra/enjoliver,JulienBalestra/enjoliver,JulienBalestra/enjoliver,kirek007/enjoliver,kirek007/enjoliver,nyodas/enjoliver,JulienBalestra/enjoliver,nyodas/enjoliver,nyodas/enjoliver,nyodas/enjoliver,kirek007/enjoliver,nyodas/enjoliver,kirek007/enjoliver,kirek007/enjoliver,JulienBalestra/enjoliver
35a3de76720db0f162c153c3565093c34aee1bac
.travis.yml
.travis.yml
# Based on http://conda.pydata.org/docs/travis.html language: minimal sudo: false # use container based build matrix: fast_finish: true include: - env: ENV=py36 - env: ENV=py37 before_install: - wget http://repo.continuum.io/miniconda/Miniconda3-3.16.0-Linux-x86_64.sh -O miniconda.sh; - bash miniconda.sh ...
# Based on http://conda.pydata.org/docs/travis.html language: minimal sudo: false # use container based build matrix: fast_finish: true include: - env: ENV=py36 - env: ENV=py37 before_install: - wget http://repo.continuum.io/miniconda/Miniconda3-3.16.0-Linux-x86_64.sh -O miniconda.sh; - bash miniconda...
Add CI check for autoformatted code
Add CI check for autoformatted code
YAML
apache-2.0
ecmwf/eccodes-python,ecmwf/eccodes-python
777f38c4a704cbc396dd2f6a9dc5dba97405f6ef
.travis.yml
.travis.yml
language: objective-c #xcode_workspace: iOrwell.xcworkspace #xcode_scheme: iOrwell #xcode_sdk: iphonesimulator before_install: - gem install cocoapods - gem install xcpretty script: - xcodebuild -workspace iOrwell.xcworkspace -sdk iphonesimulator -scheme iOrwell build test | xcpretty
language: objective-c xcode_workspace: iOrwell.xcworkspace xcode_scheme: iOrwell xcode_sdk: iphonesimulator before_install: - gem install cocoapods
Switch back to xctool for Travis
Switch back to xctool for Travis
YAML
bsd-2-clause
orwell-int/client-ios,orwell-int/client-ios
bb0c583c595d57dbadb83a4acaca739e63458ed1
.travis.yml
.travis.yml
language: python python: - "2.7" # install dependencies install: - "pip install requests selenium django djangorestframework django-cors-headers django-debug-toolbar django-compressor django-markdown-deux django-rq django-filter python-memcached" - "pip install -e git+https://github.com/jbalogh/django-cache-machi...
language: python python: - "2.7" # install dependencies install: - "pip install requests selenium" # run tests script: - python rnacentral/portal/tests/selenium_tests.py --base_url=http://rnacentral.org --driver=phantomjs # define branches branches: only: - master
Remove unused pip requirements from Travis
Remove unused pip requirements from Travis
YAML
apache-2.0
RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode,RNAcentral/rnacentral-webcode
9807a27438505a4a9b592a6084bcb15ddd6c2f28
.travis.yml
.travis.yml
language: ruby cache: bundler sudo: false rvm: - 2.3.1 - 2.2.5 after_success: - bundle exec codeclimate-test-reporter
language: ruby cache: bundler sudo: false rvm: - 2.4.1 - 2.3.3 - 2.2.6 after_success: - bundle exec codeclimate-test-reporter
Test with latest Ruby versions
Test with latest Ruby versions
YAML
mit
jbox-web/active_use_case
591943da92865da1ef3779381ba0caadc11884f0
.travis.yml
.travis.yml
# https://blog.hypriot.com/post/setup-simple-ci-pipeline-for-arm-images/ sudo: required services: - docker language: bash script: - cd ./raspberry - docker run --rm --privileged multiarch/qemu-user-static:register --reset - docker build -t bastilimbach/docker-magicmirror:raspberry . after_success: - > if ...
# https://blog.hypriot.com/post/setup-simple-ci-pipeline-for-arm-images/ sudo: required services: - docker language: bash script: - cd ./raspberry - docker run --rm --privileged multiarch/qemu-user-static:register --reset - docker build -t $DOCKER_USER/docker-magicmirror:raspberry . after_success: - > if ...
Remove hard coded DockerHub username
Remove hard coded DockerHub username
YAML
mit
bastilimbach/docker-MagicMirror,bastilimbach/docker-MagicMirror
7ec3d97ebbb15198885c6eaad8392fb21fc560cd
.travis.yml
.travis.yml
branches: only: - master language: php php: - "5.5" - "5.4" - "5.3" before_script: composer install -n script: phpunit -c app
branches: only: - master language: php php: - "5.5" - "5.4" - "5.3" before_script: - composer install -n - mysql -e 'CREATE DATABASE corvus;' - app/console doctrine:migrations:migrate script: phpunit -c app
Create DB and Run Doctrine Migrations in before_script
[Travis] Create DB and Run Doctrine Migrations in before_script
YAML
mit
ilikeprograms/corvus,ilikeprograms/corvus,ilikeprograms/corvus
4bff6268af4e635065135b64f754d906d7750fe8
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction --dev addons: code_climate: repo_token: secure: "gwgfVrQ+PtmWdjiyTQnvWSISayW7tABg3ru7cc76x+JlqerUFBlc0rVATgmtfgGRx7BZW6uGuhjCW7yPpOqRGjSWEqzXgo2FNiFBkZ...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction --dev addons: code_climate: repo_token: secure: "gwgfVrQ+PtmWdjiyTQnvWSISayW7tABg3ru7cc76x+JlqerUFBlc0rVATgmtfgGRx7BZW6uGuhjCW7yPpOqRGjSWEqzXgo2FNiFBkZ...
Add after script to report coverage
Add after script to report coverage
YAML
mit
nathanmac/Parser,danhunsaker/Parser
beaf9b800a85b94be53ab26d37296b42dc64538d
.travis.yml
.travis.yml
language: go go: - 1.4 - 1.5 - 1.6 - 1.7 - tip script: - go test -v ./...
language: go go: - 1.5 - 1.6 - 1.7 - tip script: - go test -v ./...
Remove support for Go 1.4
Remove support for Go 1.4
YAML
mit
ryanfowler/red
211f0fb0f3a7e840f07da4295fe71f57e86e3616
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 before_script: - composer self-update - composer install --dev --no-interaction script: vendor/bin/phpunit --configuration phpunit.xml.dist
language: php php: - 5.3 - 5.4 before_script: - composer self-update - composer install --dev --no-interaction --prefer-source script: vendor/bin/phpunit --configuration phpunit.xml.dist
Update Travis-CI config to prefer VCS checkouts.
Update Travis-CI config to prefer VCS checkouts. This should work around issues with GitHub API limits and Travis' IP addresses.
YAML
mit
rchouinard/bencode
36ad112f2ee8567579a04faa5c3d267b7a2b0955
.travis.yml
.travis.yml
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 5.4 - 5.5 - 5.6 - hhvm - 7.0 - 7.1 matrix: include: - php: 5.3 dist: precise allow_failures: - php: hhvm install: - composer install --prefer-dist before_script: - ~/.phpenv/versions/5.6/bin/php -S...
language: php sudo: false cache: directories: - $HOME/.composer/cache php: - 5.4 - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 matrix: include: - php: 5.3 dist: precise install: - composer install --prefer-dist before_script: - ~/.phpenv/versions/5.6/bin/php -S localhost:8000 -t $(pwd) > /dev/nu...
Add PHP 7.2 to build and remove HHVM from build
Add PHP 7.2 to build and remove HHVM from build
YAML
mit
chobie/jira-api-restclient
1d314903b570449bc1d37c6806158868940c7f71
.travis.yml
.travis.yml
language: node_js node_js: - '0.12' - '0.10'
language: node_js node_js: - '0.12' - '0.10' - 'iojs'
Add test support for iojs
Add test support for iojs
YAML
mit
shakna-israel/frankenword
6903cb386c836cbe6e6fdd88b81ea76ed3723487
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - 2.2.5 - 2.3.0 - 2.3.1
language: ruby sudo: false rvm: - 2.2 - 2.3 - 2.4 - 2.5
Test against Ruby 2.4 and 2.5
[CI] Test against Ruby 2.4 and 2.5
YAML
mit
cyu/rack-cors,cyu/rack-cors,cyu/rack-cors
b344075fb0c5c560378acd7b47f7a0beb730f676
.travis.yml
.travis.yml
language: scala scala: - 2.10.6 - 2.11.7 jdk: - openjdk7 - oraclejdk7 - oraclejdk8 before_script: # default $SBT_OPTS is irrelevant to sbt launcher - unset SBT_OPTS - chmod +x ./bin/travisci - ./bin/travisci script: - travis_retry ./sbt ++$TRAVIS_SCALA_VERSION clean coverage test after_success:...
language: scala scala: - 2.10.6 - 2.11.7 jdk: # Enable once https://github.com/travis-ci/travis-ci/issues/5227 is fixed. #- openjdk7 - oraclejdk7 - oraclejdk8 before_script: # default $SBT_OPTS is irrelevant to sbt launcher - unset SBT_OPTS - chmod +x ./bin/travisci - ./bin/travisci script: - ...
Disable openjdk7 in Travis CI builds
Disable openjdk7 in Travis CI builds RB_ID=786579
YAML
apache-2.0
syamantm/finatra,syamantm/finatra,syamantm/finatra,twitter/finatra,twitter/finatra,syamantm/finatra,twitter/finatra
eb47322e600699ec0d8627204355cf99f08c2e2a
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - '0.12'
sudo: false language: node_js node_js: - 4 - 5 - stable
Remove node 0.12 and add 4, 5, stable
chore(ci): Remove node 0.12 and add 4, 5, stable
YAML
mit
moqada/dokata
baccac62c0b6f476001d5bb2119ff214f3256021
.travis.yml
.travis.yml
--- sudo: false language: ruby cache: bundler bundler_args: --without development system_tests before_install: rm Gemfile.lock || true script: bundle exec rake test SPEC_OPTS='--format documentation' matrix: fast_finish: true include: # Puppet 3 - rvm: 1.9.3 env: PUPPET_VERSION="~> 3" - rvm: 2.0 env: ...
--- sudo: false language: ruby cache: bundler bundler_args: --without development system_tests before_install: rm Gemfile.lock || true script: bundle exec rake test SPEC_OPTS='--format documentation' matrix: fast_finish: true include: # Puppet 3 - rvm: 1.9.3 env: PUPPET_VERSION="~> 3" - rvm: 2.0 env: ...
Use the latest ruby as a canary
Use the latest ruby as a canary
YAML
apache-2.0
tohuwabohu/puppet-patch
618e04f33b8c37d35f1baa3133438fe5227011c5
.travis.yml
.travis.yml
language: ruby script: bundle exec rake rvm: - 1.9.3 - 2.0.0 - 2.1.0 - 2.1.1 - jruby - rbx-2 gemfile: - gemfiles/activerecord_3_1.gemfile - gemfiles/activerecord_3_2.gemfile - gemfiles/activerecord_4_0.gemfile - gemfiles/activerecord_4_1.gemfile - gemfiles/activerecord_edge.gemfile env: - DB=pos...
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1 - jruby - rbx-2 gemfile: - gemfiles/activerecord_3_1.gemfile - gemfiles/activerecord_3_2.gemfile - gemfiles/activerecord_4_0.gemfile - gemfiles/activerecord_4_1.gemfile - gemfiles/activerecord_edge.gemfile env: - DB=postgresql - DB=mysql - DB=sqlite...
Use the new build env on Travis
Use the new build env on Travis dedicated cpu cores, more ram, faster vm boot times, awesome network
YAML
mit
samleb/sexy_scopes,Kriechi/sexy_scopes
2742c298b8aa6acc96be5180449e0d5087db3ccc
.travis.yml
.travis.yml
language: go script: go test -v ./... install: - go get code.google.com/p/go.net/websocket - go get github.com/bmizerany/assert - go get github.com/bmizerany/pat - go get github.com/kr/pretty
language: go script: go test -v ./... install: - go get code.google.com/p/go.net/websocket - go get github.com/bmizerany/assert - go get github.com/bmizerany/pat - go get github.com/kr/pretty - go get github.com/drewolson/testflight
Add testflight as a dependency.
Add testflight as a dependency.
YAML
mit
straytaoist/testflight,drewolson/testflight,Thermeon/testflight