commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
d160b85f83eac054e7fba89a9de7e313d606fd25
|
metadata/ml.vivekthazhathattil.chalachithram.yml
|
metadata/ml.vivekthazhathattil.chalachithram.yml
|
Categories:
- Games
License: MIT
AuthorName: Vivek Thazhathattil
AuthorEmail: [email protected]
AuthorWebSite: https://vivekthazhathattil.github.io
SourceCode: https://github.com/VivekThazhathattil/Chalachithram/
IssueTracker: https://github.com/VivekThazhathattil/Chalachithram/issues
Changelog: https://github.com/VivekThazhathattil/dekadico/releases
AutoName: Chalachithram
RepoType: git
Repo: https://github.com/VivekThazhathattil/Chalachithram/
Builds:
- versionName: '1.2'
versionCode: 2
commit: 8bb34bf7ead6ccf5aef20f8cb5a0c1422525d1e0
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 3
commit: 006d2dcd999959e0afe380eed3c8bda5e728409b
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 3
|
Categories:
- Games
License: MIT
AuthorName: Vivek Thazhathattil
AuthorEmail: [email protected]
AuthorWebSite: https://vivekthazhathattil.github.io
SourceCode: https://github.com/VivekThazhathattil/Chalachithram/
IssueTracker: https://github.com/VivekThazhathattil/Chalachithram/issues
Changelog: https://github.com/VivekThazhathattil/dekadico/releases
AutoName: Chalachithram
RepoType: git
Repo: https://github.com/VivekThazhathattil/Chalachithram/
Builds:
- versionName: '1.2'
versionCode: 2
commit: 8bb34bf7ead6ccf5aef20f8cb5a0c1422525d1e0
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 3
commit: 006d2dcd999959e0afe380eed3c8bda5e728409b
subdir: app
gradle:
- yes
- versionName: '1.4'
versionCode: 4
commit: 1902772a0ed019410d82b1a28847ffc858754766
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.4'
CurrentVersionCode: 4
|
Update Chalachithram to 1.4 (4)
|
Update Chalachithram to 1.4 (4)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
c5acb3c14d7ed5b472da8490487ae26875390e5b
|
deploy/ansible/roles/docker/tasks/main.yml
|
deploy/ansible/roles/docker/tasks/main.yml
|
---
- name: Add GPG key for Docker packages
sudo: yes
apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=9DC858229FC7DD38854AE2D88D81803C0EBFCD88
- name: add repo for Docker packages
sudo: yes
apt_repository:
repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial main'
state: present
update_cache: true
- name: Install device-mapper packages
sudo: yes
yum:
name: device-mapper-libs
state: latest
- name: detect kernel version
command: uname -r
register: uname_kernel_version
- name: install docker packages
sudo: yes
apt:
name: "{{ item }}"
state: present
with_items:
- "linux-image-extra-{{uname_kernel_version.stdout}}"
- linux-image-extra-virtual
- docker-ce
- name: enable docker
sudo: yes
service:
name: docker
enabled: yes
state: started
- name: install latest docker-compose
sudo: yes
shell: "curl -L https://github.com/docker/compose/releases/download/{{docker_compose_version}}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose"
|
---
- name: Add GPG key for Docker packages
sudo: yes
apt_key: keyserver=hkp://p80.pool.sks-keyservers.net:80 id=9DC858229FC7DD38854AE2D88D81803C0EBFCD88
- name: add repo for Docker packages
sudo: yes
apt_repository:
repo: 'deb [arch=amd64] https://download.docker.com/linux/ubuntu xenial stable'
state: present
update_cache: true
- name: detect kernel version
command: uname -r
register: uname_kernel_version
- name: install docker packages
sudo: yes
apt:
name: "{{ item }}"
state: present
with_items:
- "linux-image-extra-{{uname_kernel_version.stdout}}"
- linux-image-extra-virtual
- docker-ce
- name: enable docker
sudo: yes
service:
name: docker
enabled: yes
state: started
- name: install latest docker-compose
sudo: yes
shell: "curl -L https://github.com/docker/compose/releases/download/{{docker_compose_version}}/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose && chmod +x /usr/local/bin/docker-compose"
|
Fix docker package repo. Also, device-mapper-libs is no longer needed.
|
Fix docker package repo.
Also, device-mapper-libs is no longer needed.
|
YAML
|
mit
|
DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo,DimensionDataResearch/daas-demo
|
cdf318972233068611e30b0df7df2104e4a0ea9c
|
config/sidekiq.yml
|
config/sidekiq.yml
|
:concurrency: 20
:queues:
- [default, 1]
- [searchkick, 1]
|
:concurrency: 20
:queues:
- [default, 1]
- [searchkick, 1]
- [mailers, 1]
|
Fix missing mailers queue in Sidekiq
|
:bug: Fix missing mailers queue in Sidekiq
|
YAML
|
mit
|
ledermann/docker-rails,ledermann/docker-rails,ledermann/docker-rails,ledermann/docker-rails
|
0dbf13e09d7da1eba60969f7d7b69b6289c0789a
|
metadata/org.mattvchandler.progressbars.yml
|
metadata/org.mattvchandler.progressbars.yml
|
Categories:
- Time
License: MIT
SourceCode: https://github.com/mattvchandler/progressbars
IssueTracker: https://github.com/mattvchandler/progressbars/issues
Changelog: https://github.com/mattvchandler/ProgressBars/releases
AutoName: Progress Bars
RepoType: git
Repo: https://github.com/mattvchandler/progressbars
Builds:
- versionName: 2.0.2
versionCode: 190020002
commit: v2.0.2
subdir: app
gradle:
- yes
- versionName: 2.0.3
versionCode: 190020003
commit: v2.0.3
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.0.3
CurrentVersionCode: 190020003
|
Categories:
- Time
License: MIT
SourceCode: https://github.com/mattvchandler/progressbars
IssueTracker: https://github.com/mattvchandler/progressbars/issues
Changelog: https://github.com/mattvchandler/ProgressBars/releases
AutoName: Progress Bars
RepoType: git
Repo: https://github.com/mattvchandler/progressbars
Builds:
- versionName: 2.0.2
versionCode: 190020002
commit: v2.0.2
subdir: app
gradle:
- yes
- versionName: 2.0.3
versionCode: 190020003
commit: v2.0.3
subdir: app
gradle:
- yes
- versionName: 2.0.4
versionCode: 190020004
commit: v2.0.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.0.4
CurrentVersionCode: 190020004
|
Update Progress Bars to 2.0.4 (190020004)
|
Update Progress Bars to 2.0.4 (190020004)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
fa3fd9a13c232be3e5a082dcc46911e030cd0b99
|
lovelace/mobility.yaml
|
lovelace/mobility.yaml
|
title: Mobility
path: mobility
icon: 'mdi:car'
cards:
- type: entities
entities:
- sensor.niro_expdate
- binary_sensor.niro_insured
- sensor.niro_recall
show_header_toggle: False
title: Kia Niro
- type: entities
entities:
- sensor.aygo_expdate
- binary_sensor.aygo_insured
- sensor.aygo_recall
show_header_toggle: False
title: Toyota Aygo
|
title: Mobility
path: mobility
icon: 'mdi:car'
cards:
- type: entities
entities:
- sensor.niro_expdate
- binary_sensor.niro_insured
- sensor.niro_recall
show_header_toggle: False
title: Kia Niro
- type: entities
entities:
- sensor.aygo_expdate
- binary_sensor.aygo_insured
- sensor.aygo_recall
show_header_toggle: False
title: Toyota Aygo
- type: entities
entities:
- entity: sensor.euro95_dijktank_kanaalweg
name: Dijktank Kanaalweg
- entity: sensor.euro95_tinq_bermweg
name: Tinq Bermweg
- entity: sensor.euro95_lukoil_schermerhoek
name: Lukoil Schermerhoek
- entity: sensor.euro95_shell_nieuwerkerk
name: Shell Nieuwerkerk
- entity: sensor.euro95_advies
name: Adviesprijs
title: Euro 95
show_header_toggle: False
|
Add fuel prices to UI
|
Add fuel prices to UI
|
YAML
|
mit
|
rtvb/home-assistant-config
|
5be2c729a8e25c966e20682665700b359b10a82b
|
aws_lab_setup/roles/user_accounts/defaults/main.yml
|
aws_lab_setup/roles/user_accounts/defaults/main.yml
|
admin_password: changeme123
admin_password_hash: "{{ admin_password | password_hash(salt='sRvXWmR5BBwqRlih') }}"
|
admin_password: LearnAnsible{{ lookup('pipe', 'date +%m%y')}}
admin_password_hash: "{{ admin_password | password_hash(salt='sRvXWmR5BBwqRlih') }}"
|
Change default password to be generated based on current date
|
Change default password to be generated based on current date
|
YAML
|
mit
|
ansible/lightbulb,ansible/lightbulb,ansible/lightbulb,tima/lightbulb,tima/lightbulb,thisdavejohnson/lightbulb,ansible/lightbulb,thisdavejohnson/lightbulb,tima/lightbulb
|
4cbac12082f128039199b9613404a0983f4686bd
|
environments/major-upgrade-composable-steps.yaml
|
environments/major-upgrade-composable-steps.yaml
|
resource_registry:
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
parameter_defaults:
EnableConfigPurge: true
StackUpdateType: UPGRADE
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash
# Newton to Ocata, we need to remove old hiera hook data and
# install ansible heat agents and ansible-pacemaker
set -eu
yum install -y python-heat-agent-*
yum update -y ansible
yum install -y ansible-pacemaker
rm -f /usr/libexec/os-apply-config/templates/etc/puppet/hiera.yaml
rm -f /usr/libexec/os-refresh-config/configure.d/40-hiera-datafiles
rm -f /etc/puppet/hieradata/*.yaml
MigrationSshPort: 22
UpgradeRemoveUnusedPackages: false
|
resource_registry:
OS::TripleO::PostDeploySteps: ../common/major_upgrade_steps.yaml
parameter_defaults:
EnableConfigPurge: true
StackUpdateType: UPGRADE
UpgradeLevelNovaCompute: auto
UpgradeInitCommonCommand: |
#!/bin/bash
set -eu
yum install -y python-heat-agent-*
yum update -y ansible
yum install -y ansible-pacemaker
MigrationSshPort: 22
UpgradeRemoveUnusedPackages: false
|
Remove hiera hook transition from the upgradeinitcommand.
|
Remove hiera hook transition from the upgradeinitcommand.
This is only valid for Netwon to Ocata upgrade.
Change-Id: I57dba7e004455b260d4c862bd6399d8f2848bcd8
|
YAML
|
apache-2.0
|
dprince/tripleo-heat-templates,dprince/tripleo-heat-templates,openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
|
a57fc87fe12a8941fecae8483870532026e3ee8f
|
roles/apigee-tls-keystore/tasks/main.yml
|
roles/apigee-tls-keystore/tasks/main.yml
|
---
- block:
- block:
- name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}
copy:
src: '{{ apigee_tls_keystore_src }}'
dest: '{{ apigee_tls_keystore_dest }}'
when: apigee_tls_keystore_src is not none
- block:
- name: Remove keystore
file:
path: '{{ apigee_tls_keystore_dest }}'
state: absent
- name: Generate keystore
command: "{{ apigee_tls_keystore_keytool_path }} -genkeypair -keyalg RSA -sigalg SHA256withRSA -keystore {{ apigee_tls_keystore_dest }} -alias {{ apigee_tls_keystore_keyalias or 'apigee' }} -dname CN={{ apigee_tls_keystore_keyalias or 'apigee' }} -validity {{ apigee_tls_keystore_validity }} -storepass {{ apigee_tls_keystore_password or apigee_admin_password }} -keypass {{ apigee_tls_keystore_password or apigee_admin_password }}"
when: apigee_tls_keystore_src is none
- name: Set keystore ownership and permissions
file:
path: '{{ apigee_tls_keystore_dest }}'
owner: apigee
group: apigee
mode: 0600
become: true
become_user: '{{ apigee_become_user }}'
|
---
- block:
- block:
- name: Copy keystore to {{ inventory_hostname }}:{{ apigee_tls_keystore_dest }}
copy:
src: '{{ apigee_tls_keystore_src }}'
dest: '{{ apigee_tls_keystore_dest }}'
when: apigee_tls_keystore_src is not none
- block:
- name: Remove keystore
file:
path: '{{ apigee_tls_keystore_dest }}'
state: absent
- name: Generate keystore
command: "{{ apigee_tls_keystore_keytool_path }} -genkeypair -keyalg RSA -sigalg SHA256withRSA -keystore {{ apigee_tls_keystore_dest }} -alias {{ apigee_tls_keystore_keyalias }} -dname CN={{ apigee_tls_keystore_keyalias }} -validity {{ apigee_tls_keystore_validity }} -storepass {{ apigee_tls_keystore_password }} -keypass {{ apigee_tls_keystore_password }}"
when: apigee_tls_keystore_src is none
- name: Set keystore ownership and permissions
file:
path: '{{ apigee_tls_keystore_dest }}'
owner: apigee
group: apigee
mode: 0600
become: true
become_user: '{{ apigee_become_user }}'
|
Remove redundant variables passed to keytool
|
Remove redundant variables passed to keytool
|
YAML
|
apache-2.0
|
apigee/ansible-install,apigee/ansible-install
|
bfe890af3f218632e1aaf7df98be8eb0f5b2111b
|
mysql/deploy.yaml
|
mysql/deploy.yaml
|
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
name: mysql
annotations:
# Restrict scheduling to zone where volume is located.
scheduler.alpha.kubernetes.io/affinity: >
{
"nodeAffinity": {
"requiredDuringSchedulingIgnoredDuringExecution": {
"nodeSelectorTerms": [
{
"matchExpressions": [
{
"key": "failure-domain.beta.kubernetes.io/zone",
"operator": "In",
"values": ["asia-northeast1-b"]
}
]
}
]
}
}
}
spec:
containers:
- name: mysql
image: mysql:5.6
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: mysql-secret
key: root-password
ports:
- containerPort: 3306
name: mysql
volumeMounts:
# name must match the volume name below
- name: mysql-persistent-storage
# mount path within the container
mountPath: /var/lib/mysql
resources:
requests:
memory: 800Mi
cpu: 250m
limits:
memory: 800Mi
cpu: 500m
volumes:
- name: mysql-persistent-storage
persistentVolumeClaim:
claimName: mysql-data
|
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: mysql
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
name: mysql
spec:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: failure-domain.beta.kubernetes.io/zone
operator: In
values:
- asia-northeast1-a
containers:
- name: mysql
image: mysql:5.6
env:
- name: MYSQL_ROOT_PASSWORD
valueFrom:
secretKeyRef:
name: mysql-secret
key: root-password
ports:
- containerPort: 3306
name: mysql
volumeMounts:
# name must match the volume name below
- name: mysql-persistent-storage
# mount path within the container
mountPath: /var/lib/mysql
resources:
requests:
memory: 800Mi
cpu: 250m
limits:
memory: 800Mi
cpu: 500m
volumes:
- name: mysql-persistent-storage
persistentVolumeClaim:
claimName: mysql-data
|
Update node affinity for mysql
|
Update node affinity for mysql
|
YAML
|
mit
|
IanLewis/homepage,IanLewis/homepage,IanLewis/homepage,IanLewis/homepage,IanLewis/homepage
|
67a3d8a5fb36dddc8fa0cf45cd218ace8acd5df6
|
yum/defaults/main.yaml
|
yum/defaults/main.yaml
|
---
#
# yum
#
v_yum_common_packages:
- bash-completion
- git
- lsof
- mailx
- net-tools
- nmap
- tmux
- tree
- vim
#
# yum-cron
#
v_yum_cron_update_cmd: "minimal"
v_yum_cron_update_cmd_hourly: "security"
v_yum_cron_update_messages: "yes"
v_yum_cron_download_updates: "yes"
v_yum_cron_apply_updates: "yes"
v_yum_cron_random_sleep: 0
v_yum_cron_emit_via: "email"
v_yum_cron_email_from: "root@localhost"
v_yum_cron_email_to: "root"
v_yum_cron_email_host: "localhost"
#
# docker
#
v_yum_docker_repo: https://download.docker.com/linux/centos/docker-ce.repo
v_yum_docker_prerequisite_packages:
- device-mapper-persistent-data
- lvm2
- python-docker-py
- yum-utils
v_yum_docker_packages:
- docker-ce
|
---
#
# yum
#
v_yum_common_packages:
- bash-completion
- bind-utils
- git
- lsof
- mailx
- net-tools
- nmap
- ruby
- rubygem-bundler
- tmux
- tree
- vim
- whois
#
# yum-cron
#
v_yum_cron_update_cmd: "minimal"
v_yum_cron_update_cmd_hourly: "security"
v_yum_cron_update_messages: "yes"
v_yum_cron_download_updates: "yes"
v_yum_cron_apply_updates: "yes"
v_yum_cron_random_sleep: 0
v_yum_cron_emit_via: "email"
v_yum_cron_email_from: "root@localhost"
v_yum_cron_email_to: "root"
v_yum_cron_email_host: "localhost"
#
# docker
#
v_yum_docker_repo: https://download.docker.com/linux/centos/docker-ce.repo
v_yum_docker_prerequisite_packages:
- device-mapper-persistent-data
- lvm2
- python-docker-py
- yum-utils
v_yum_docker_packages:
- docker-ce
|
Add extra commonly used utils.
|
Add extra commonly used utils.
|
YAML
|
mit
|
craighurley/ansible-roles,craighurley/ansible-roles
|
b1d32253e7cbaf371450ef85b26ba0c270455a45
|
.github/workflows/build.yml
|
.github/workflows/build.yml
|
name: Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: swift build
- name: Tests
run: swift test --enable-code-coverage
- name: Codecov
run: |
xcrun llvm-cov export -format="lcov" .build/debug/ValidationToolkitPackageTests.xctest/Contents/MacOS/ValidationToolkitPackageTests -instr-profile .build/debug/codecov/default.profdata > .build/ValidationToolkitPackageTests.lcov
bash <(curl https://codecov.io/bash)
|
name: Build
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: swift build
- name: Tests
run: swift test --enable-code-coverage
- name: Codecov
run: |
xcrun llvm-cov export -format="lcov" .build/debug/ValidationToolkitPackageTests.xctest/Contents/MacOS/ValidationToolkitPackageTests -instr-profile .build/debug/codecov/default.profdata > .build/ValidationToolkitPackageTests.lcov
bash <(curl https://codecov.io/bash)
|
Rename checkout step in the github workflow
|
Rename checkout step in the github workflow
|
YAML
|
mit
|
nsagora/validation-toolkit,nsagora/validation-toolkit
|
41530b20c3a5b6444bd8949384bae0523f7775fc
|
hieradata_aws/class/integration/mapit.yaml
|
hieradata_aws/class/integration/mapit.yaml
|
lv:
data:
pv: '/dev/nvme1n1'
vg: 'postgresql'
|
postgresql::globals::postgis_version: '2.2'
lv:
data:
pv: '/dev/nvme1n1'
vg: 'postgresql'
|
Fix Postgis version to 2.2 for Mapit
|
Fix Postgis version to 2.2 for Mapit
Mapit uses Postgis version 2.2 . This fix ensures that is
the Postgis version that is installed when a new machine is
created.
|
YAML
|
mit
|
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
|
428e16592bee5aacb876651f602a0fe9e59adf4e
|
.forestry/front_matter/templates/post.yml
|
.forestry/front_matter/templates/post.yml
|
---
label: Post
hide_body: false
fields:
- type: textarea
name: content
label: Content
description: Content goes here
config:
wysiwyg: true
schema:
format: markdown
pages:
- _posts/Test.md
|
---
label: Post
hide_body: false
fields:
- type: text
name: title
label: Title
- type: text
name: layout
label: layout
config:
required: true
default: post
hidden: true
pages:
- _posts/Test.md
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io
|
f7be63e3072d22d576ca37a276a286c72e4f129d
|
.github/workflows/build.yaml
|
.github/workflows/build.yaml
|
name: Build
on:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
shell: pwsh
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Set up .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
- name: Restore
run: .\build.ps1 restore
- name: Build
run: .\build.ps1 build --skip restore
- name: Test
run: .\build.ps1 test --skip build
- name: Publish
if: runner.os == 'Windows' && github.repository_owner == 'Faithlife' && github.ref == 'refs/heads/master'
env:
BUILD_BOT_PASSWORD: ${{ secrets.BUILD_BOT_PASSWORD }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: .\build.ps1 publish --skip test
|
name: Build
on:
push:
paths-ignore:
- '*.md'
- 'docs/**'
branches:
- '**'
tags-ignore:
- '**'
pull_request:
paths-ignore:
- '*.md'
- 'docs/**'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
defaults:
run:
shell: pwsh
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Set up .NET 5
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
- name: Restore
run: .\build.ps1 restore
- name: Build
run: .\build.ps1 build --skip restore
- name: Test
run: .\build.ps1 test --skip build
- name: Publish
if: runner.os == 'Windows' && github.repository_owner == 'Faithlife' && github.ref == 'refs/heads/master'
env:
BUILD_BOT_PASSWORD: ${{ secrets.BUILD_BOT_PASSWORD }}
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
run: .\build.ps1 publish --skip test
|
Use latest .NET 5 SDK.
|
Use latest .NET 5 SDK.
|
YAML
|
mit
|
ejball/XmlDocMarkdown,ejball/ArgsReading,Faithlife/FaithlifeUtility,Faithlife/Parsing
|
4b333c12938664fc43f7d7b70797be2cb3bd6799
|
.github/workflows/deploy.yml
|
.github/workflows/deploy.yml
|
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: deploy
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build --sdist --wheel --outdir dist/
- name: Publish package
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_INTEGRATION }}
|
# This workflow will upload a Python Package using Twine when a release is created
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
name: deploy
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build --sdist --wheel --outdir dist/
- name: Publish package
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_INTEGRATION }}
|
Fix detection of tagged release
|
Fix detection of tagged release
|
YAML
|
mit
|
GeospatialPython/pyshp
|
09482777eb936679549f9c815e3906d810abbe90
|
.github/workflows/gradle.yml
|
.github/workflows/gradle.yml
|
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 1.8, 11 ]
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
run: ./gradlew
|
name: Java CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11.0.4 ]
name: Java ${{ matrix.java }}
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- run: ./gradlew
|
Build Java 1.8 and 11.
|
[Java] Build Java 1.8 and 11.
|
YAML
|
apache-2.0
|
real-logic/Agrona
|
fbff16c9a6f3a10b915e4123fa682d65e8c5455a
|
.github/workflows/nodejs.yml
|
.github/workflows/nodejs.yml
|
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
- run: npm ci --no-optional --no-audit --progress=false
- run: npm run dist
- run: npm run report:size
- run: npm run report:package
- run: npm run test:performance
- uses: actions/upload-artifact@v2
with:
name: reports
path: public
|
name: CI
on:
push:
branches-ignore:
- "gh-pages"
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: nvm
run: echo "##[set-output name=NVMRC;]$(cat .nvmrc)"
- uses: actions/setup-node@v2-beta
with:
node-version: "${{ steps.nvm.outputs.NVMRC }}"
- run: npm install --no-optional --no-audit --no-fund --progress=false
- run: npm run dist
- run: npm run report:size
- run: npm run report:package
- run: npm run test:performance
- uses: actions/upload-artifact@v2
with:
name: reports
path: public
retention-days: 1
|
Tweak GitHub Actions build to use nvm
|
Tweak GitHub Actions build to use nvm
|
YAML
|
mit
|
springload/draftail,springload/draftail,springload/draftail,springload/draftail
|
205c8df5750b164f9d7b7fc817b94a4edcef9597
|
.github/workflows/nodejs.yml
|
.github/workflows/nodejs.yml
|
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:ci
env:
CI: true
|
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test:ci
env:
CI: true
|
Update actions/setup-node action to v3
|
Update actions/setup-node action to v3
|
YAML
|
mit
|
timbeadle/cfpathcheck
|
7759ef8a5e7fb69acffe2b7b1112b6a47b22f1b1
|
.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: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 15.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test-ci
env:
CI: true
NODE_ENV: test
|
# 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: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test-ci
env:
CI: true
NODE_ENV: test
|
Add node v17; remove node v15
|
Add node v17; remove node v15
|
YAML
|
mit
|
Bartvds/grunt-tv4,timbeadle/grunt-tv4
|
eceeb6a5fd44106c3bdc2966b3c3ade87160a7f2
|
.github/workflows/qltest.yml
|
.github/workflows/qltest.yml
|
name: Run QL Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
qltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch CodeQL
run: |
gh release download --repo https://github.com/github/codeql-cli-binaries --pattern codeql-linux64.zip
unzip -q codeql-linux64.zip
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-qltest-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build Extractor
run: env "PATH=$PATH:${{ github.workspace }}/codeql" ./create-extractor-pack.sh
- name: Run QL tests
run: |
codeql/codeql test run --check-databases --check-unused-labels --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql/codeql query format --check-only
codeql/codeql query compile --check-only --threads=4 --warnings=error --search-path "${{ github.workspace }}" "ql/src" "ql/examples"
|
name: Run QL Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
qltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch CodeQL
run: |
gh release download --repo https://github.com/github/codeql-cli-binaries --pattern codeql-linux64.zip
unzip -q codeql-linux64.zip
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-qltest-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build Extractor
run: env "PATH=$PATH:${{ github.workspace }}/codeql" ./create-extractor-pack.sh
- name: Run QL tests
run: codeql/codeql test run --check-databases --check-unused-labels --search-path "${{ github.workspace }}" --consistency-queries ql/consistency-queries ql/test
- name: Check QL formatting
run: find ql "(" -name "*.ql" -or -name "*.qll" ")" -print0 | xargs -0 codeql/codeql query format --check-only
- name: Check QL compilation
run: codeql/codeql query compile --check-only --threads=4 --warnings=error --search-path "${{ github.workspace }}" "ql/src" "ql/examples"
|
Break up QL CI tests into separatly named steps
|
Break up QL CI tests into separatly named steps
|
YAML
|
mit
|
github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql
|
50d933f71da778b39a580c238b9d33951e6f804c
|
.github/workflows/ubuntu.yml
|
.github/workflows/ubuntu.yml
|
name: Build Ubuntu
on: [ push ]
jobs:
build_gcc7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-7 -S ./source
- name: build
run: cmake --build ./
build_gcc8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-8 -S ./source
- name: build
run: cmake --build ./
build_gcc9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-9 -S ./source
- name: build
run: cmake --build ./
|
name: Build Ubuntu
on: [ push ]
jobs:
build_gcc7:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-7 -S ./source
- name: build
run: cmake --build ./
build_gcc8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-8 -S ./source
- name: build
run: cmake --build ./
build_gcc9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=g++-9 -S ./source
- name: build
run: cmake --build ./
build_clang6:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=clang++-6.0 -S ./source
- name: build
run: cmake --build ./
build_clang8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=clang++-8 -S ./source
- name: build
run: cmake --build ./
build_clang9:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" -DCMAKE_CXX_COMPILER=clang++-9 -S ./source
- name: build
run: cmake --build ./
|
Add clang-6.0, clang-8, and clang-9 to Build Ubuntu
|
[CI] Add clang-6.0, clang-8, and clang-9 to Build Ubuntu
|
YAML
|
bsd-2-clause
|
sgshulman/DGEM,sgshulman/DGEM
|
cfa4ce0e8e7f2aaa5b1967a80b432ae8d7a9aa65
|
packages/tl/tls-session-manager.yaml
|
packages/tl/tls-session-manager.yaml
|
homepage: ''
changelog-type: markdown
hash: 015c52458b5669aa0055469b2a25382095e6bb28398a9ccf7070ce5db1ebd042
test-bench-deps: {}
maintainer: [email protected]
synopsis: In-memory TLS session manager
changelog: ! '# 0.0.0.0
- A first release.
'
basic-deps:
base: ! '>=4.8 && <5'
clock: ! '>=0.4.2'
tls: ! '>=1.0'
auto-update: ! '>=0.1.1'
psqueues: ! '>=0.2.3'
all-versions:
- '0.0.0.0'
- '0.0.0.1'
author: Kazu Yamamoto
latest: '0.0.0.1'
description-type: haddock
description: TLS session manager with limitation, automatic pruning, energy saving
and replay resistance
license-name: BSD3
|
homepage: ''
changelog-type: markdown
hash: e3d3f8a026196df46746a19d3d7d31211b2fca3aefed9074e951b2dcc1b8833c
test-bench-deps: {}
maintainer: [email protected]
synopsis: In-memory TLS session manager
changelog: ! '# 0.0.0.0
- A first release.
'
basic-deps:
base: ! '>=4.7 && <5'
clock: -any
tls: -any
auto-update: -any
psqueues: ! '>=0.2.3'
all-versions:
- '0.0.0.0'
- '0.0.0.1'
- '0.0.0.2'
author: Kazu Yamamoto
latest: '0.0.0.2'
description-type: haddock
description: TLS session manager with limitation, automatic pruning, energy saving
and replay resistance
license-name: BSD3
|
Update from Hackage at 2017-12-08T03:01:15Z
|
Update from Hackage at 2017-12-08T03:01:15Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
b7d0af29ba74aa27906a84fc2f17708a39bfee1b
|
lib/generators/joofaq/templates/joofaq.yml
|
lib/generators/joofaq/templates/joofaq.yml
|
First_Category_Name:
- subtitle: first_category_subtitle_here
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: answer_2_text_here
Second_Category_Name:
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: Add more using the same format. Subtitle is completely optional
|
First_category_name_here:
- subtitle: first_category_subtitle_here
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: answer_2_text_here
Second_category_name_here:
- q: question_1_text_here
a: answer_1_text_here
- q: question_2_text_here
a: Add more using the same format. Subtitle is completely optional (delete the line if you are not using one)
|
Improve default text in template yml to explain format better
|
Improve default text in template yml to explain format better
|
YAML
|
mit
|
joofsh/joofaq,joofsh/joofaq
|
317cfee409506e0898fbdb4c7ae273e53a5c049e
|
packages/ha/hasql-th.yaml
|
packages/ha/hasql-th.yaml
|
homepage: https://github.com/nikita-volkov/hasql-th
changelog-type: ''
hash: a816b4e340051780f0938de23557b4e12e62110fe150d6c27c6f52e1ffafcb6e
test-bench-deps: {}
maintainer: Nikita Volkov <[email protected]>
synopsis: Template Haskell utilities for Hasql
changelog: ''
basic-deps:
hasql: ! '>=0.15 && <0.16'
bytestring: ! '>=0.10 && <0.11'
base-prelude: ! '>=0.1.19 && <0.2'
text: ! '>=1 && <2'
attoparsec: ! '>=0.10 && <0.14'
hasql-transaction: ! '>=0.3 && <0.4'
template-haskell: ! '>=2.8 && <3'
all-versions:
- '0.1'
author: Nikita Volkov <[email protected]>
latest: '0.1'
description-type: haddock
description: ''
license-name: MIT
|
homepage: https://github.com/nikita-volkov/hasql-th
changelog-type: ''
hash: 7edbb94964c377247011dd90a10a59d98a05ab44efe1fa3dca49a224203c7f34
test-bench-deps: {}
maintainer: Nikita Volkov <[email protected]>
synopsis: Template Haskell utilities for Hasql
changelog: ''
basic-deps:
hasql: ! '>=0.15 && <0.16'
bytestring: ! '>=0.10 && <0.11'
base-prelude: ! '>=0.1.19 && <0.2'
text: ! '>=1 && <2'
attoparsec: ! '>=0.10 && <0.14'
hasql-transaction: ! '>=0.3 && <0.4'
template-haskell: ! '>=2.8 && <3'
all-versions:
- '0.1'
- '0.1.0.1'
author: Nikita Volkov <[email protected]>
latest: '0.1.0.1'
description-type: haddock
description: ''
license-name: MIT
|
Update from Hackage at 2015-12-07T18:17:44+0000
|
Update from Hackage at 2015-12-07T18:17:44+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
b9692e3da8eaeb2cab7ca363f8917ecacb6d729f
|
packages/mo/monad-st.yaml
|
packages/mo/monad-st.yaml
|
homepage: http://github.com/ekmett/monad-st
changelog-type: ''
hash: 0f717529f5b54911182b227b65d7032051ae951708e20aade98d051536f85ca0
test-bench-deps: {}
maintainer: Edward A. Kmett <[email protected]>
synopsis: Provides a MonadST class
changelog: ''
basic-deps:
base: ! '>=4 && <5'
transformers: ! '>=0.2 && <0.6'
all-versions:
- '0.1'
- '0.2'
- 0.2.0.1
- 0.2.0.2
- 0.2.1
- 0.2.1.1
- 0.2.2
- 0.2.3
- 0.2.4
- 0.2.4.1
author: Edward A. Kmett
latest: 0.2.4.1
description-type: haddock
description: Provides a MonadST class
license-name: BSD-3-Clause
|
homepage: http://github.com/ekmett/monad-st
changelog-type: ''
hash: cabbabb81b5f28a460937b1d224741060b63782cfc6d0f819d36860291026b05
test-bench-deps: {}
maintainer: Edward A. Kmett <[email protected]>
synopsis: Provides a MonadST class
changelog: ''
basic-deps:
base: '>=4 && <5'
transformers: '>=0.2 && <0.7'
all-versions:
- '0.1'
- '0.2'
- 0.2.0.1
- 0.2.0.2
- 0.2.1
- 0.2.1.1
- 0.2.2
- 0.2.3
- 0.2.4
- 0.2.4.1
author: Edward A. Kmett
latest: 0.2.4.1
description-type: haddock
description: Provides a MonadST class
license-name: BSD-3-Clause
|
Update from Hackage at 2021-12-17T10:01:26Z
|
Update from Hackage at 2021-12-17T10:01:26Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
f193a5d815b50f61db69e2616b1471b193ae6421
|
.github/workflows/automerge.yml
|
.github/workflows/automerge.yml
|
name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/[email protected]
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to
# a protected branch must be used. This secret can have an arbitrary
# name, as an example, this repository uses `DOTTBOTT_TOKEN`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
PRESET: DEPENDABOT_MINOR
ENABLED_FOR_MANUAL_CHANGES: 'true'
|
name: Merge me test dependencies!
on:
workflow_run:
types:
- completed
workflows:
# List all required workflow names here.
- 'Run tests'
- 'Test build package'
- 'Run linters'
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- # It is often a desired behavior to merge only when a workflow execution
# succeeds. This can be changed as needed.
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Merge me!
uses: ridedott/[email protected]
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` secret with permissions to push to
# a protected branch must be used. This secret can have an arbitrary
# name, as an example, this repository uses `DOTTBOTT_TOKEN`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support pushing
# to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
PRESET: DEPENDABOT_MINOR
ENABLED_FOR_MANUAL_CHANGES: 'true'
|
Bump ridedott/merge-me-action from 2.9.149 to 2.9.152
|
Bump ridedott/merge-me-action from 2.9.149 to 2.9.152
Bumps [ridedott/merge-me-action](https://github.com/ridedott/merge-me-action) from 2.9.149 to 2.9.152.
- [Release notes](https://github.com/ridedott/merge-me-action/releases)
- [Changelog](https://github.com/ridedott/merge-me-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ridedott/merge-me-action/compare/v2.9.149...v2.9.152)
---
updated-dependencies:
- dependency-name: ridedott/merge-me-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
|
YAML
|
mit
|
fizyk/pyramid_localize
|
677cfa7176f2ee55ea1bce3d46d19ce2dabec26f
|
playbooks/installer/ospd/overcloud/post.yml
|
playbooks/installer/ospd/overcloud/post.yml
|
---
# Any step that should happen after the deployment of the overcloud playbook
# This could be validation of installation, etc
- name: Fetch key for SSH to the overcloud
hosts: undercloud
gather_facts: no
become: yes
become_user: "{{ installer.user.name }}"
tasks:
- name: fetch the private key file from the undercloud
fetch:
src: "~/.ssh/id_rsa"
dest: "{{ inventory_dir }}/id_rsa_overcloud"
flat: yes
- name: Update the inventory file
hosts: localhost
gather_facts: no
tasks:
- name: update file permissions
file:
path: "{{ inventory_dir }}/id_rsa_overcloud"
mode: 0600
- name: update our ansible ssh configuration file
template:
src: "templates/ssh.config.ansible.j2"
dest: "{{ inventory_dir }}/ansible.ssh.config"
mode: 0755
|
---
# Any step that should happen after the deployment of the overcloud playbook
# This could be validation of installation, etc
- name: Fetch key for SSH to the overcloud
hosts: undercloud
gather_facts: no
become: yes
become_user: "{{ installer.user.name }}"
tasks:
- name: fetch the private key file from the undercloud
fetch:
src: "~/.ssh/id_rsa"
dest: "{{ inventory_dir }}/id_rsa_overcloud"
flat: yes
- name: Update the inventory file
hosts: localhost
gather_facts: no
tasks:
- name: update file permissions
file:
path: "{{ inventory_dir }}/id_rsa_overcloud"
mode: 0600
- name: update our ansible ssh configuration file
template:
src: "templates/ssh.config.ansible.j2"
dest: "{{ inventory_dir }}/ansible.ssh.config"
mode: 0755
- name: Update Inventory
add_host:
name: "{{ item }}"
ansible_ssh_user: "heat-admin"
with_items: groups['openstack_nodes'] | difference(["undercloud"])
# todo(yfried): Do we need to flush the inventory somehow?
- name: Generate new Inventory file
template:
dest: "{{ lookup('env', 'PWD') }}/hosts-{{ lookup('env', 'USER') }}"
src: ../../provisioner/templates/inventory.j2
- name: Link to new Inventory file
file:
dest: "{{ lookup('env', 'PWD') }}/hosts"
state: link
src: "{{ lookup('env', 'PWD') }}/hosts-{{ lookup('env', 'USER') }}"
|
Update inventory with overcloud user
|
[ospd] Update inventory with overcloud user
OSPd deploys overcloud with "heat-admin" user.
Updates overcloud nodes with that user in inventory and file.
|
YAML
|
apache-2.0
|
okolisny/InfraRed,redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed
|
4d526a4eb8f0aa364765843143f3370252d6f18f
|
plugins/dashboard/dashboard-deployment.yaml
|
plugins/dashboard/dashboard-deployment.yaml
|
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: kubernetes-dashboard
template:
metadata:
annotations:
scheduler.alpha.kubernetes.io/tolerations: |
[
{
"key": "dedicated",
"operator": "Equal",
"value": "master",
"effect": "NoSchedule"
}
]
labels:
k8s-app: kubernetes-dashboard
spec:
containers:
- image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.2
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /
port: 9090
initialDelaySeconds: 30
timeoutSeconds: 30
name: kubernetes-dashboard
ports:
- containerPort: 9090
protocol: TCP
resources:
limits:
cpu: 100m
memory: 50Mi
requests:
cpu: 100m
memory: 50Mi
|
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
k8s-app: kubernetes-dashboard
name: kubernetes-dashboard
namespace: kube-system
spec:
replicas: 1
selector:
matchLabels:
k8s-app: kubernetes-dashboard
template:
metadata:
annotations:
scheduler.alpha.kubernetes.io/tolerations: |
[
{
"key": "dedicated",
"operator": "Equal",
"value": "master",
"effect": "NoSchedule"
}
]
labels:
k8s-app: kubernetes-dashboard
spec:
containers:
- image: gcr.io/google_containers/kubernetes-dashboard-amd64:v1.6.3
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /
port: 9090
initialDelaySeconds: 30
timeoutSeconds: 30
name: kubernetes-dashboard
ports:
- containerPort: 9090
protocol: TCP
resources:
limits:
cpu: 100m
memory: 50Mi
requests:
cpu: 100m
memory: 50Mi
|
Upgrade 'kubernetes-dashboard' to version 1.6.3.
|
Upgrade 'kubernetes-dashboard' to version 1.6.3.
|
YAML
|
apache-2.0
|
pires/kubernetes-vagrant-coreos-cluster
|
bc77f7f8a4d768782c8e2d0924dfbe0ced4f718c
|
.github/workflows/merge-bot.yml
|
.github/workflows/merge-bot.yml
|
name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/[email protected]
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to
# push to a protected branch must be used. This variable can have an
# arbitrary name, as an example, this repository uses
# `GITHUB_TOKEN_DOTTBOTT`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support
# pushing to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
|
name: Merge me!
on:
check_suite:
types:
- completed
jobs:
merge-me:
name: Merge me!
runs-on: ubuntu-latest
steps:
- name: Merge me!
uses: ridedott/[email protected]
with:
# Depending on branch protection rules, a manually populated
# `GITHUB_TOKEN_WORKAROUND` environment variable with permissions to
# push to a protected branch must be used. This variable can have an
# arbitrary name, as an example, this repository uses
# `GITHUB_TOKEN_DOTTBOTT`.
#
# When using a custom token, it is recommended to leave the following
# comment for other developers to be aware of the reasoning behind it:
#
# This must be used as GitHub Actions token does not support
# pushing to protected branches.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_METHOD: MERGE
|
Bump ridedott/merge-me-action from v2.8.6 to v2.8.7
|
Bump ridedott/merge-me-action from v2.8.6 to v2.8.7
|
YAML
|
bsd-3-clause
|
lcobucci/jwt
|
3835c8ce3174081ec6ef6cdcb75eda14d501fee2
|
.github/workflows/pythonapp.yml
|
.github/workflows/pythonapp.yml
|
name: Python application
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --statistics
|
name: Acolint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --statistics
|
Rename the Github workflow action
|
Rename the Github workflow action
|
YAML
|
mit
|
MoroseMagician/discolyte
|
861aa6e381c3affa862cb3ea7c6f5425d5b0a4a0
|
.github/workflows/run-tests.yml
|
.github/workflows/run-tests.yml
|
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Run tests with rake
on:
push:
branches: [ rubocop-211208 ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
env:
SERVER_PRODUCTION: www.nothing.fish
HOST_PORT: 80
|
# This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Run tests with rake
on:
push:
branches: [ rubocop-211208 ]
pull_request:
branches: [ master ]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.6', '2.7', '3.0']
services:
postgres:
image: postgres:13
ports:
- "5432:5432"
env:
POSTGRES_DB: rails_test
POSTGRES_USER: rails
POSTGRES_PASSWORD: password
env:
RAILS_ENV: test
DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test"
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
# It uses v1 as a code for "The latest version with automatic fixes etc.", referred to as a floating V1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Set up database schema
run: bin/rails db:schema:load
- name: Run tests
run: bundle exec rake
env:
SERVER_PRODUCTION: www.nothing.fish
HOST_PORT: 80
#POSTGRES_USER: rails
#POSTGRES_PASSWORD: password
#DB_SERVICE_HOST: localhost
|
Set up postgres server and database
|
Set up postgres server and database
|
YAML
|
apache-2.0
|
jlm/maint,jlm/maint,jlm/maint,jlm/maint
|
46ce5a2046b09aeaf15f82fa9443e008cb8e5d8a
|
.github/workflows/python-package.yml
|
.github/workflows/python-package.yml
|
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
run: |
make lint-ci
- name: Test with pytest
run: |
make test
|
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Set up flake8 annotations
uses: rbialon/flake8-annotations@v1
- name: Lint with flake8
run: |
make lint-ci
- name: Test with pytest
run: |
make test
|
Convert flake8 linter output into GitHub annotations
|
Convert flake8 linter output into GitHub annotations
|
YAML
|
mit
|
lukasschwab/arxiv.py
|
3fe38ee9c67182d0449fae7317e096ebe2a1f53c
|
packages/cd/cdeps.yaml
|
packages/cd/cdeps.yaml
|
homepage: ''
changelog-type: ''
hash: 9075959b6929e46867c138fb66b3d23ab16c5db3b07ad4181ea1b41eb246d14e
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: [email protected]
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
text: -any
filepath: -any
array: -any
cdeps: -any
optparse-applicative: -any
directory: -any
all-versions:
- '0.1.0.0'
author: Vanessa McHale
latest: '0.1.0.0'
description-type: markdown
description: ! '# cdeps
This package provides the ability to extract C dependencies from source code. It
can be used with [shake](https://shakebuild.com) or for other purposes.
'
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 5d6cb4fa04a97c66c0c3e0362c90d393aeef5e12cb1cc130d9dd485fe68351e4
test-bench-deps:
base: -any
hspec: -any
cdeps: -any
maintainer: [email protected]
synopsis: Extract dependencies from C code.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.11 && <5'
text: -any
filepath: -any
array: -any
cdeps: -any
optparse-applicative: -any
directory: -any
all-versions:
- '0.1.0.0'
author: Vanessa McHale
latest: '0.1.0.0'
description-type: markdown
description: ! '# cdeps
This package provides the ability to extract C dependencies from source code. It
can be used with [shake](https://shakebuild.com) or for other purposes.
'
license-name: BSD3
|
Update from Hackage at 2018-04-22T04:38:42Z
|
Update from Hackage at 2018-04-22T04:38:42Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
969c22c9030989d486e6a1391b3323f0990ec338
|
packages/mr/mrifk.yaml
|
packages/mr/mrifk.yaml
|
homepage: ''
changelog-type: ''
hash: 58c52d10aaf4ef240f9668ad1698fdcfddae4b0d65be7240b96972392ac7975d
test-bench-deps: {}
maintainer: [email protected]
synopsis: Decompiles Glulx files
changelog: ''
basic-deps:
base: ==4.9.*
array: -any
containers: -any
mtl: -any
all-versions:
- '4.0'
- '4.1'
- '4.2'
author: ''
latest: '4.2'
description-type: haddock
description: Update of the mrifk decompiler to modern Haskell
license-name: GPL
|
homepage: ''
changelog-type: ''
hash: e6c6c819476e2e56728a095d46b01c8ec9efd938ad77b88477c59217da4c7552
test-bench-deps: {}
maintainer: [email protected]
synopsis: Decompiles Glulx files
changelog: ''
basic-deps:
base: ==4.9.*
array: -any
containers: -any
mtl: -any
all-versions:
- '4.0'
- '4.1'
- '4.2'
- '4.3'
author: ''
latest: '4.3'
description-type: haddock
description: Update of the mrifk decompiler to modern Haskell
license-name: GPL
|
Update from Hackage at 2017-01-16T23:40:22Z
|
Update from Hackage at 2017-01-16T23:40:22Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
7b06a65ed630519a7eaee477f3d3e5e476dc2ba7
|
recipes/dbt-athena-adapter/meta.yaml
|
recipes/dbt-athena-adapter/meta.yaml
|
{% set name = "dbt-athena-adapter" %}
{% set version = "1.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt-athena-adapter-{{ version }}.tar.gz
sha256: e92c0c3c8ef996345728740d370efd141ca67eabf83b637e5939380e99099c0b
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- pip
- python
run:
- boto3 >=1.18.12
- dbt-core >=1.0.1
- pyathena >=2.2.0
- python
- tenacity >=6.3.1
test:
imports:
- dbt
commands:
- pip check
requires:
- pip
about:
home: https://github.com/Tomme/dbt-athena
summary: The athena adapter plugin for dbt (data build tool)
license: Apache-2.0
license_file: LICENSE.txt
extra:
recipe-maintainers:
- janjagusch
|
{% set name = "dbt-athena-adapter" %}
{% set version = "1.0.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/dbt-athena-adapter-{{ version }}.tar.gz
sha256: e92c0c3c8ef996345728740d370efd141ca67eabf83b637e5939380e99099c0b
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- pip
- python >=3.6
run:
- boto3 >=1.18.12
- dbt-core >=1.0.1
- pyathena >=2.2.0
- python >=3.6
- tenacity >=6.3.1
test:
imports:
- dbt
commands:
- pip check
requires:
- pip
about:
home: https://github.com/Tomme/dbt-athena
summary: The athena adapter plugin for dbt (data build tool)
license: Apache-2.0
license_file: LICENSE.txt
extra:
recipe-maintainers:
- janjagusch
|
Set minimum python version to 3.6.
|
Set minimum python version to 3.6.
|
YAML
|
bsd-3-clause
|
ocefpaf/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes
|
0890ad157da7abf7efc7e2d85a377ad4ec0b58b8
|
openstack/keppel/templates/deployment-anycast-monitor.yaml
|
openstack/keppel/templates/deployment-anycast-monitor.yaml
|
{{- if .Values.keppel.anycast_domain_name }}
kind: Deployment
apiVersion: apps/v1
metadata:
name: keppel-anycast-monitor
spec:
revisionHistoryLimit: 5
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
name: keppel-anycast-monitor
template:
metadata:
labels:
name: keppel-anycast-monitor
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
prometheus.io/targets: "openstack"
spec:
containers:
- name: monitor
image: {{include "keppel_image" .}}
imagePullPolicy: IfNotPresent
args:
- server
- anycastmonitor
- "https://{{ .Values.keppel.anycast_domain_name }}"
- {{ quote .Values.keppel.anycast_domain_name }}
- {{ quote .Values.keppel.healthcheck_account }}
{{- range .Values.keppel.peers }}
- {{ quote .healthcheck_account }}
{{- end }}
env:
- name: KEPPEL_DEBUG
value: 'false'
# initially same as keppel-health-monitor
resources:
requests:
cpu: "10m"
memory: "64Mi"
limits:
cpu: "10m"
memory: "64Mi"
{{- end }}
|
{{- if .Values.keppel.anycast_domain_name }}
kind: Deployment
apiVersion: apps/v1
metadata:
name: keppel-anycast-monitor
spec:
revisionHistoryLimit: 5
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
name: keppel-anycast-monitor
template:
metadata:
labels:
name: keppel-anycast-monitor
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8080"
prometheus.io/targets: "openstack"
spec:
containers:
- name: monitor
image: {{include "keppel_image" .}}
imagePullPolicy: IfNotPresent
args:
- server
- anycastmonitor
- "https://{{ .Values.keppel.anycast_domain_name }}"
- "keppel.{{ .Values.global.region }}.{{ .Values.global.tld }}"
- {{ quote .Values.keppel.healthcheck_account }}
{{- range .Values.keppel.peers }}
- {{ quote .healthcheck_account }}
{{- end }}
env:
- name: KEPPEL_DEBUG
value: 'false'
# initially same as keppel-health-monitor
resources:
requests:
cpu: "10m"
memory: "64Mi"
limits:
cpu: "10m"
memory: "64Mi"
{{- end }}
|
Revert "keppel: fix anycast-monitor in QA"
|
Revert "keppel: fix anycast-monitor in QA"
This reverts commit 553e99a4d45b3c913b82519c0978f7e4efb87ada.
What was I thinking? This isn't the anycast domain name, it's the local
API public hostname.
|
YAML
|
apache-2.0
|
sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts
|
e224876ef61b45bbc850edf9aa8c7401f8cab5aa
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- 2.2
- 2.3.0
|
sudo: required
dist: trusty
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3.0
|
Update Travis configuration with sudo/dist
|
Update Travis configuration with sudo/dist
|
YAML
|
mit
|
vinted/ab
|
0764302d7b622a6bd10f3f05b8bc3c12815fb131
|
.travis.yml
|
.travis.yml
|
language: "python"
matrix:
include:
- python: 2.7
dist: trusty
- python: 3.4
dist: trusty
- python: 3.5
dist: trusty
- python: 3.6
dist: trusty
- python: 3.7
dist: xenial
- python: pypy
dist: trusty
install:
- "make reqs"
script:
- "make test"
|
language: "python"
matrix:
include:
- python: 2.7
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
- python: pypy
install:
- "make reqs"
script:
- "make test"
|
Build with sudo: true for Python 3.7
|
Build with sudo: true for Python 3.7
|
YAML
|
mit
|
frederickjansen/polyline,hicsail/polyline
|
6bfef4afc6c0855070a2757206c4bd24d68967ab
|
.travis.yml
|
.travis.yml
|
language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-23.0.3
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
|
language: android
sudo: required
jdk: oraclejdk8
android:
components:
- tools
- platform-tools
- build-tools-25.0.0
- android-23
- extra-google-m2repository
- extra-android-m2repository
licenses:
- android-sdk-preview-license-.+
- android-sdk-license-.+
- google-gdk-license-.+
|
Update build-tools version 23.0.3 to 25.0.0
|
Update build-tools version 23.0.3 to 25.0.0
|
YAML
|
apache-2.0
|
Glognus/NewsFinder,Glognus/NewsFinder
|
82cef46043d1f1eb14437005127f25f93f06c848
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_failure: scripts/upload
notifications:
email: false
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $TRAVIS_BUILD_DIR/.gradle/
- $TRAVIS_BUILD_DIR/build/
env:
- MCTESTER_UPLOAD_URL="https://openwhisk.ng.bluemix.net/api/v1/web/aa1ronham%40gmail.com_dev/default/image-upload.json"
|
sudo: required
dist: trusty
services:
- docker
language: java
jdk:
- openjdk8
- oraclejdk8
git:
submodules: false
before_install:
- scripts/travis-initialize-submodules
- scripts/run-xvfb
install: ./gradlew setupDecompWorkspace
script: DISPLAY=:99 ./gradlew build runMcTester --stacktrace
after_failure: scripts/upload
notifications:
email: false
env:
- MCTESTER_UPLOAD_URL="https://openwhisk.ng.bluemix.net/api/v1/web/aa1ronham%40gmail.com_dev/default/image-upload.json"
|
Disable Travis cache for now
|
Disable Travis cache for now
|
YAML
|
mit
|
SpongePowered/SpongeForge,SpongePowered/SpongeForge
|
9db33d36eb128e09a3bd3a4c2cb1a3ca66ef5cc6
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 3.4
- 3.5
- 3.7
script: python setup.py test
|
language: python
python:
- 3.5
- 3.7
- 3.8
script: python setup.py test
|
Change Python versions used by Travis.
|
Change Python versions used by Travis.
|
YAML
|
mit
|
r3c/Creep
|
651c52b86729284915414a00f349c464c04a7c01
|
ansible-requirements.yml
|
ansible-requirements.yml
|
---
- src: ANXS.openssh
version: v1.0.1
- src: https://github.com/quarkslab/postgresql.git
name: ANXS.postgresql
version: master
- src: franklinkim.sudo
version: 1.0.0
- src: franklinkim.ufw
version: 1.3.0
- src: https://github.com/quarkslab/ansible-uwsgi.git
version: master
name: gdamjan.uwsgi
- src: jdauphant.nginx
version: v1.5.1
- src: Mayeu.RabbitMQ
version: 1.4.0
- src: mivok0.users
version: master
- src: https://github.com/quarkslab/Stouts.mongodb.git
name: Stouts.mongodb
version: develop
|
---
- src: https://github.com/ANXS/openssh.git
version: v1.1.0
name: ANXS.openssh
- src: https://github.com/ANXS/postgresql.git
version: v1.3.0
name: ANXS.postgresql
- src: https://github.com/weareinteractive/ansible-sudo.git
version: 1.5.0
name: franklinkim.sudo
- src: https://github.com/weareinteractive/ansible-ufw.git
version: 1.4.0
name: franklinkim.ufw
- src: https://github.com/quarkslab/ansible-uwsgi.git
version: master
name: gdamjan.uwsgi
- src: https://github.com/jdauphant/ansible-role-nginx.git
version: v1.10.0
name: jdauphant.nginx
- src: https://github.com/quarkslab/ansible-playbook-rabbitmq.git
version: master
name: Mayeu.RabbitMQ
- src: https://github.com/mivok/ansible-users.git
version: master
name: mivok0.users
- src: https://github.com/quarkslab/Stouts.mongodb.git
name: Stouts.mongodb
version: develop
|
Update Nginx, PostgreSQL and RabbitMQ role location and/or version from the Ansible Requirements file.
|
Update Nginx, PostgreSQL and RabbitMQ role location and/or version from
the Ansible Requirements file.
As Ansible 2 is the main version of Ansible, some roles need to be
updated following the new version recommendation.
For the RabbitMQ role, some people manage to fix the errors, but the
fix has not been merged upstream, so we forked the repository and made
our own changes.
Others Ansible roles have been updated.
Close: quarkslab/irma-ansible#129
|
YAML
|
apache-2.0
|
quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma
|
5737b9304111bdef7295dcfa2acf9e9fb5d30724
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4.0.0"
- "4.1.0"
- "iojs"
- "node"
notifications:
email: false
|
language: node_js
node_js:
- "4.0"
- "4.1"
- "4.2"
- "5.0"
- "5.1"
- "5.2"
- "iojs"
- "node"
notifications:
email: false
|
Add more NodeJS versions to Travis Matrix
|
Add more NodeJS versions to Travis Matrix
|
YAML
|
mit
|
fjorgemota/jimple
|
61b90af21579f042c2da1fca4feefc236c9dcdd8
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.6
- 7.0
- 7.1
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false
|
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
sudo: false
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false
|
Test against PHP 7.2 and PHP 7.3
|
Test against PHP 7.2 and PHP 7.3
|
YAML
|
bsd-3-clause
|
sebastianbergmann/code-unit-reverse-lookup
|
3845cf84dc49983c66c7adec246bd99daaeb259d
|
.travis.yml
|
.travis.yml
|
language: java
matrix:
include:
- jdk: openjdk7
- jdk: oraclejdk8
- jdk: openjdk11
- jdk: oraclejdk11
env: COVERALLS=true
after_success:
- test -z $COVERALLS || mvn clean test jacoco:report coveralls:report
|
language: java
matrix:
include:
- jdk: openjdk8
- jdk: openjdk11
- jdk: oraclejdk11
env: COVERALLS=true
after_success:
- test -z $COVERALLS || mvn clean test jacoco:report coveralls:report
|
Remove oraclejdk8 and openjdk7 from Travis build
|
Remove oraclejdk8 and openjdk7 from Travis build
Seems it is no longer available in the default Travis image.
|
YAML
|
bsd-2-clause
|
Yubico/yubico-java-client,Yubico/yubico-java-client
|
5a1086ca6f2307d3d05699535f0aed498cd04605
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4snapshot
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false
|
language: php
matrix:
include:
- php: 5.6
dist: xenial
- php: 7.0
dist: xenial
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic
before_install:
- composer self-update
- composer clear-cache
install:
- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-autoloader --prefer-stable
script:
- ./vendor/bin/phpunit --coverage-clover=coverage.xml
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
email: false
|
Test on PHP 7.4 stable
|
Test on PHP 7.4 stable
|
YAML
|
bsd-3-clause
|
sebastianbergmann/code-unit-reverse-lookup
|
8cb0a929b7d844313dbb044c9d4390cdf351e130
|
.travis.yml
|
.travis.yml
|
sudo: false
language: python
python:
- 3.6.2
script:
- nosetests --with-coverage tests/
after_success:
- codeclimate-test-reporter
- coveralls
|
sudo: false
language: python
python:
- 3.6.2
script:
- nosetests --with-coverage
after_success:
- codeclimate-test-reporter
- coveralls
|
Update how tests are executed
|
Update how tests are executed
|
YAML
|
mit
|
gr1d99/shopping-list,gr1d99/shopping-list,gr1d99/shopping-list
|
c878486f4843b75a324ad4eb3551199f61a58a2b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- python setup.py install
script:
- python runtests.py
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- pip install -q -e . --use-mirrors
script:
- python runtests.py
|
Revert "install from setup.py", for some reason it broke the build
|
Revert "install from setup.py", for some reason it broke the build
This reverts commit bb8301369088d3e2dc8209a92ab481955e5fd5ba.
|
YAML
|
mit
|
Brobin/django-seed,henocdz/django-seed,ar45/django-seed,dchoruzy/django-seed
|
c0b106aec5b09847f6c9e2b452d0eac6fe8061cf
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- ./tests/install.sh
script:
- ./tests/script.sh
|
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4
- nightly
sudo: required
install:
- git clone https://github.com/jacekkow/uphpCAS-tests tests
- sudo ./tests/install_root.sh
- ./tests/install.sh
script:
- ./tests/script.sh
|
Update PHP versions to ones supported by Travis CI
|
Update PHP versions to ones supported by Travis CI
|
YAML
|
bsd-3-clause
|
jacekkow/uphpCAS
|
fba5ccfd32ffcf3dc24b28a78dec57fafc5b2382
|
.travis.yml
|
.travis.yml
|
language: ruby
branches:
only:
- travistest
rvm:
- 1.8.7
before_install:
- git submodule update --init --recursive
- sudo apt-get update
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get -y install exim4-daemon-light
- sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"`
before_script:
- psql -c 'create database foi_test template template0 encoding sql_ascii;' -U postgres
- co database.yml database.yml-test
|
language: ruby
branches:
only:
- travistest
rvm:
- 1.8.7
before_install:
- git submodule update --init --recursive
- sudo apt-get update
- export DEBIAN_FRONTEND=noninteractive
- sudo apt-get -y install exim4-daemon-light
- sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler)"`
before_script:
- cp database.yml database.yml-test
|
Fix typo and remove postgres line (rake spec should create the test database anyway)
|
Fix typo and remove postgres line (rake spec should create the test database anyway)
|
YAML
|
agpl-3.0
|
TEDICpy/QueremoSaber,hasadna/alaveteli,4bic/alaveteli,petterreinholdtsen/alaveteli,sarhane/alaveteli-test,obshtestvo/alaveteli-bulgaria,Br3nda/alaveteli,nzherald/alaveteli,andreicristianpetcu/alaveteli_old,petterreinholdtsen/alaveteli,sarhane/alaveteli-test,andreicristianpetcu/alaveteli,sarhane/alaveteli-test,TEDICpy/QueremoSaber,obshtestvo/alaveteli-bulgaria,andreicristianpetcu/alaveteli,nzherald/alaveteli,10layer/alaveteli,petterreinholdtsen/alaveteli,andreicristianpetcu/alaveteli_old,4bic/alaveteli,codeforcroatia/alaveteli,nzherald/alaveteli,andreicristianpetcu/alaveteli,10layer/alaveteli,hasadna/alaveteli,Br3nda/alaveteli,codeforcroatia/alaveteli,andreicristianpetcu/alaveteli,4bic/alaveteli,TEDICpy/QueremoSaber,hasadna/alaveteli,TEDICpy/QueremoSaber,datauy/alaveteli,10layer/alaveteli,nzherald/alaveteli,obshtestvo/alaveteli-bulgaria,datauy/alaveteli,hasadna/alaveteli,Br3nda/alaveteli,obshtestvo/alaveteli-bulgaria,nzherald/alaveteli,4bic/alaveteli,andreicristianpetcu/alaveteli,codeforcroatia/alaveteli,andreicristianpetcu/alaveteli_old,petterreinholdtsen/alaveteli,Br3nda/alaveteli,andreicristianpetcu/alaveteli_old,codeforcroatia/alaveteli,sarhane/alaveteli-test,Br3nda/alaveteli,petterreinholdtsen/alaveteli,obshtestvo/alaveteli-bulgaria,4bic/alaveteli,hasadna/alaveteli,andreicristianpetcu/alaveteli_old,hasadna/alaveteli,datauy/alaveteli,TEDICpy/QueremoSaber
|
4aa55884f111807b550bb81589c3c105a0c435f5
|
.travis.yml
|
.travis.yml
|
language: php
sudo: false
matrix:
include:
- php: 5.5
env:
- COLLECT_COVERAGE=true
- php: 5.6
env:
- COLLECT_COVERAGE=true
- EXECUTE_CS_CHECK=true
- php: 7.0
- php: hhvm
allow_failures:
- php: 7.0
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer install --prefer-dist
script:
- if [ "$COLLECT_COVERAGE" != "true" ]; then phpunit; fi
- if [ "$COLLECT_COVERAGE" == "true" ]; then phpunit --coverage-text --coverage-clover=coverage.clover; fi
- if [ "$EXECUTE_CS_CHECK" == "true" ]; then vendor/bin/php-cs-fixer fix -v --diff --dry-run; fi
after_script:
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$COLLECT_COVERAGE" == "true" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
|
language: php
sudo: false
matrix:
include:
- php: 5.5
env:
- COLLECT_COVERAGE=true
- php: 5.6
env:
- COLLECT_COVERAGE=true
- EXECUTE_CS_CHECK=true
- php: 7.0
- php: hhvm
allow_failures:
- php: 7.0
fast_finish: true
cache:
directories:
- $HOME/.composer/cache
install:
- travis_retry composer install --prefer-dist
script:
- if [ "$COLLECT_COVERAGE" != "true" ]; then vendor/bin/phpunit; fi
- if [ "$COLLECT_COVERAGE" == "true" ]; then vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover; fi
- if [ "$EXECUTE_CS_CHECK" == "true" ]; then vendor/bin/php-cs-fixer fix -v --diff --dry-run; fi
after_script:
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [ "$COLLECT_COVERAGE" == "true" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
|
Use phpunit as installed with Composer
|
Fix: Use phpunit as installed with Composer
|
YAML
|
mit
|
thephpleague/uri,thephpleague/uri-components
|
789431888c3ae3c1771efcf070379311c08faf3f
|
.travis.yml
|
.travis.yml
|
os: osx
language: node_js
cache:
- node_modules
node_js:
- lts/*
branches:
only:
- gh-pages
script:
- npm test
matrix:
include:
- name: "Chrome Stable"
env: BROWSER=chrome
addons:
chrome: stable
- name: "Chrome Beta"
env: BROWSER=chrome
addons:
chrome: beta
- name: "Firefox ESR"
env: BROWSER=firefox
addons:
firefox: latest-esr
- name: "Firefox Stable"
env: BROWSER=firefox
addons:
firefox: latest
- name: "Firefox Beta"
env: BROWSER=firefox
addons:
firefox: latest-beta
notifications:
email:
recipients:
[email protected]
on_success: change
on_failure: always
|
os: osx
language: node_js
cache:
- node_modules
node_js:
- lts/*
branches:
only:
- gh-pages
script:
- npm test
matrix:
include:
- name: "Chrome Stable"
env: BROWSER=chrome
addons:
chrome: stable
- name: "Chrome Beta"
env: BROWSER=chrome
addons:
chrome: beta
# - name: "Firefox ESR"
# env: BROWSER=firefox
# addons:
# firefox: latest-esr
# - name: "Firefox Stable"
# env: BROWSER=firefox
# addons:
# firefox: latest
# - name: "Firefox Beta"
# env: BROWSER=firefox
# addons:
# firefox: latest-beta
notifications:
email:
recipients:
[email protected]
on_success: change
on_failure: always
|
Disable firefox testing due to webdriver issues.
|
Disable firefox testing due to webdriver issues.
|
YAML
|
bsd-3-clause
|
webrtc/samples,fippo/webrtc,webrtc/samples,fippo/webrtc
|
406dc18b34f6f98cfcf8a55711f6dfc467d0ee3f
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "iojs"
- "iojs-v1.0.0"
before_install:
- sudo apt-get update
install:
- sudo apt-get install rpm
|
language: node_js
node_js:
- "0.12"
- "0.11"
- "0.10"
- "0.9"
- "iojs"
- "iojs-v1.0.0"
before_install:
- sudo apt-get update
install:
- sudo apt-get install rpm
- npm install
|
Add `npm install` to Travis config
|
Add `npm install` to Travis config
Travis CI was supposed to run `npm install` by default
but somehow is not doing it.
|
YAML
|
mit
|
rictorres/node-rpm-builder
|
e60cf4302565dc95d26ceda7e8dd6ee59d39d53a
|
.travis.yml
|
.travis.yml
|
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
bundler_args: --without development
script: "bundle exec rspec spec"
before_script: ./bin/ci/before_build.sh
rvm:
- 1.8.7
- 1.8.7-p174
- 1.8.7-p249
- ree
- rbx
- 1.9.2
- jruby
- ruby-head
gemfile:
- Gemfile
- gemfiles/eventmachine-pre
notifications:
recipients:
- [email protected]
- [email protected]
- [email protected]
|
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
bundler_args: --without development
script: "bundle exec rspec spec"
before_script: ./bin/ci/before_build.sh
rvm:
- 1.8.7
- 1.8.7-p174
- 1.8.7-p249
- ree
- rbx
- 1.9.2
- jruby
- ruby-head
gemfile:
- Gemfile
- gemfiles/eventmachine-pre
notifications:
recipients:
- [email protected]
- [email protected]
- [email protected]
|
Update email address CI will be using
|
Update email address CI will be using
|
YAML
|
mit
|
ruby-amqp/amq-client,ruby-amqp/amq-client
|
2dbdcdfb15237017174637b69341b644eabd051f
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
before_script:
- cd test/dummy/ && rake db:create db:migrate db:test:prepare && cd ~-
|
language: ruby
rvm:
- 1.9.3
- 2.0.0
before_script:
- cd test/dummy/ && rake db:create db:migrate db:test:prepare && cd ~-
|
Remove support for Ruby 1.9.2.
|
Remove support for Ruby 1.9.2.
|
YAML
|
mit
|
MitinPavel/current_user,MitinPavel/current_user
|
bd2892f4f24902a10ce744a1159a045400bb4ca1
|
.travis.yml
|
.travis.yml
|
env:
matrix:
- TRAVIS_PYTHON_VERSION="2.7"
os:
- linux
- osx
sudo: required
before_install:
- echo "Build on $TRAVIS_OS_NAME"
- if [[ "$TRAVIS_TAG" == v* ]]; then export BUILD_STR=""; else export BUILD_STR="dev"; fi
- source .ci/travis/install_python.sh
- conda info -a
- conda build -q -c csdms .conda
- pip install coveralls
- source .ci/travis/install_dakota.sh
- dakota --version
install:
- conda install -q -c csdms csdms-dakota --use-local
script:
- nosetests --with-doctest --with-coverage --cover-package=csdms.dakota
after_success:
- coveralls --verbose
|
env:
matrix:
- TRAVIS_PYTHON_VERSION="2.7"
os:
- linux
- osx
sudo: required
before_install:
- echo "Build on $TRAVIS_OS_NAME"
- if [[ "$TRAVIS_TAG" == v* ]]; then export BUILD_STR=""; else export BUILD_STR="dev"; fi
- source .ci/travis/install_python.sh
- conda info -a
- conda build -q -c csdms .conda
- pip install coveralls
- source .ci/travis/install_dakota.sh
- dakota --version
- conda install -q -c csdms hydrotrend
install:
- conda install -q -c csdms csdms-dakota --use-local
script:
- nosetests --with-doctest --with-coverage --cover-package=csdms.dakota
after_success:
- coveralls --verbose
|
Install HydroTrend from CSDMS conda package
|
Install HydroTrend from CSDMS conda package
|
YAML
|
mit
|
csdms/dakota,csdms/dakota
|
bd6d3201dd9ddb8f82d95eb85e4832b12dc5dc39
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
rvm:
- 1.9.3
- 2.2.0
script: "bundle exec rake spec"
|
sudo: false
language: ruby
rvm:
- 1.9.3
- 2.2.0
- 2.3.0
script: "bundle exec rake spec"
|
Add Ruby 2.3.x to CI
|
Add Ruby 2.3.x to CI
|
YAML
|
mit
|
douglasr/metar-parser,douglasr/metar-parser,joeyates/metar-parser,joeyates/metar-parser
|
92af9e4e33b58e1d7a400841cf4a30b47aec0f13
|
.travis.yml
|
.travis.yml
|
sudo: true
language: python
sudo: required
python:
- 3.6
env:
global:
- AWS_DEFAULT_REGION=eu-west-1
- AWS_DEFAULT_OUTPUT=json
matrix:
- DRIFT_CONFIG_URL=s3://relib-test/directive-games
cache: pip
addons:
apt:
packages:
- nginx
before_install:
- sudo chown $(whoami) /usr/share/nginx
- sudo chown $(whoami) /etc/nginx/nginx.conf
- export BOTO_CONFIG=/dev/null
install:
- pip install pipenv==2018.10.13
- pipenv install --dev --deploy
script:
- pytest --cov
after_success:
- codecov
- coverage report
- pip install -e "git+https://github.com/dgnorth/drift.git#egg=drift[aws]"
- drift-admin ami bake --skipcopy
- drift-admin ami run
|
sudo: true
language: python
sudo: required
python:
- 3.6
env:
global:
- AWS_DEFAULT_REGION=eu-west-1
- AWS_DEFAULT_OUTPUT=json
- DRIFT_TIER=DEVNORTH
matrix:
- DRIFT_CONFIG_URL=s3://relib-test/directive-games
cache: pip
addons:
apt:
packages:
- nginx
before_install:
- sudo chown $(whoami) /usr/share/nginx
- sudo chown $(whoami) /etc/nginx/nginx.conf
- export BOTO_CONFIG=/dev/null
install:
- pip install pipenv==2018.10.13
- pipenv install --dev --deploy
script:
- pytest --cov
after_success:
- codecov
- coverage report
- pip install -e "git+https://github.com/dgnorth/drift.git#egg=drift[aws]"
- drift-admin ami bake --skipcopy
- drift-admin ami run
|
Add tier environment variable for 'ami run' command
|
Add tier environment variable for 'ami run' command
|
YAML
|
mit
|
dgnorth/drift-apirouter,dgnorth/drift-apirouter,dgnorth/drift-apirouter
|
4f7fe7af6c78ba37ad73bc3c5016b424cd68d923
|
.travis.yml
|
.travis.yml
|
# Disabling sudo moves build to the Container Based Infrastructure on Travis CI
sudo: false
language: java
jdk: oraclejdk8
script:
- sh ci.sh
notifications:
email: false
|
# Disabling sudo moves build to the Container Based Infrastructure on Travis CI
sudo: false
language: java
jdk:
- oraclejdk7
- oraclejdk8
- openjdk7
script:
- sh ci.sh
notifications:
email: false
|
Test on Oracle JDK 7 and 8 and Open JDK 7
|
Test on Oracle JDK 7 and 8 and Open JDK 7
|
YAML
|
apache-2.0
|
pushtorefresh/java-private-constructor-checker,pushtorefresh/java-private-constructor-checker
|
f7f66e335f2ed91f5a83512295b400ca006f186b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- 2.6
- 2.7
env:
- DJANGO="django>=1.3,<1.4"
- DJANGO="django>=1.4,<1.5"
- DJANGO="https://github.com/django/django/tarball/master"
matrix:
allow_failures:
- env: DJANGO="https://github.com/django/django/tarball/master"
install:
- pip install $DJANGO argparse --use-mirrors
script:
- ./runtests.py
|
language: python
python:
- 2.7
env:
- DJANGO="django>=1.3,<1.4"
- DJANGO="django>=1.4,<1.5"
- DJANGO="django>=1.5,<1.6"
- DJANGO="django>=1.7,<1.8"
- DJANGO="https://github.com/django/django/archive/master.zip"
matrix:
allow_failures:
- env: DJANGO="django>=1.5,<1.6"
- env: DJANGO="django>=1.7,<1.8"
- env: DJANGO="https://github.com/django/django/archive/master.zip"
install:
- pip install $DJANGO --use-mirrors
script:
- ./runtests.py
|
Test against recent versions of Django.
|
Test against recent versions of Django.
|
YAML
|
mit
|
charettes/django-dynamic-choices,charettes/django-dynamic-choices,charettes/django-dynamic-choices
|
1e9eacc0a7024ba5b3c9cc4dc699613f10d8a51d
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- jruby-19mode
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- "bundle exec rake test_with_coveralls"
|
sudo: false
language: ruby
cache: bundler
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.2.3
- jruby-19mode
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script:
- "bundle exec rake test_with_coveralls"
|
Add Ruby 2.2.3 to Travis CI
|
Add Ruby 2.2.3 to Travis CI
|
YAML
|
mit
|
jkotests/page-object,drodriguezaltimetrik/page-object,titusfortner/page-object,drodriguezaltimetrik/page-object,irfanah/page-object,cheezy/page-object,Donavan/page-object,vveliev/page-object,irfanah/page-object,morozgrafix/page-object,vveliev/page-object,cheezy/page-object,jkotests/page-object,ducthanh/page-object,titusfortner/page-object,morozgrafix/page-object,ducthanh/page-object,Donavan/page-object
|
bba8e14ceba0c1d23dbc6fecb5e82419a981dd50
|
.travis.yml
|
.travis.yml
|
os:
- linux
- osx
dist: trusty
sudo: required
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 sdl2_image sdl2_mixer; fi
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
|
os:
- linux
- osx
dist: trusty
sudo: required
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2 sdl2_image; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install sdl2_mixer --with-libvorbis; fi
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/ebdb56bb4da002ad1293
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always
|
Add gitter webhook for Travis and update command.
|
Add gitter webhook for Travis and update command.
|
YAML
|
apache-2.0
|
nitro-devs/nitro-game-engine
|
22a8a61e0e7c0636673232d2b94b0fe5ea89a086
|
.travis.yml
|
.travis.yml
|
# https://travis-ci.org/mre/kafka-influxdb
sudo: false
os:
- linux
language: python
python:
- "2.7"
- pypy
- 3.3
- 3.4
- 3.5
- pypy3
install:
- pip install python-coveralls
- pip install coverage
- pip install nose
- pip install -r requirements.txt
script:
- python setup.py install
- nosetests --with-coverage
after_success:
- coveralls
- if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON ]]; then coveralls; fi
|
# https://travis-ci.org/mre/kafka-influxdb
sudo: false
os:
- linux
language: python
python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"
- "3.5"
- "pypy3"
- "3.5-dev"
- "nightly"
matrix:
allow-failures:
- python: "3.5-dev"
- python: "nightly"
fast_finish: true
install:
- pip install python-coveralls
- pip install coverage
- pip install nose
- pip install -r requirements.txt
script:
- python setup.py install
- nosetests --with-coverage
after_success:
- coveralls
- if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON ]]; then coveralls; fi
|
Add dev and nightly builds. Quote python versions
|
Add dev and nightly builds. Quote python versions
|
YAML
|
apache-2.0
|
mre/kafka-influxdb,mre/kafka-influxdb
|
5e1b1c439593bb2e88b7bb58b259e10e2fc0d3b0
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '4'
- '6'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
sudo: false
language: node_js
node_js:
- '4'
- '6'
- '8'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Build with Node.js 8 on Travis CI.
|
Build with Node.js 8 on Travis CI.
|
YAML
|
mit
|
bigeasy/semblance
|
3b4caba88f2e25c4efde40ed2ede8c1239ad4db6
|
.travis.yml
|
.travis.yml
|
language: ruby
script: "bundle exec rspec"
rvm:
- 1.9.3
- 2.0.0
gemfile:
- gemfiles/active_record_3.gemfile
- gemfiles/active_record_4.gemfile
- gemfiles/mongoid_3.gemfile
- gemfiles/mongoid_4.gemfile
services:
- mongodb
|
language: ruby
script: "bundle exec rspec"
rvm:
- 1.9.3
- 2.0.0
- 2.1.5
- 2.2.1
gemfile:
- gemfiles/active_record_3.gemfile
- gemfiles/active_record_4.gemfile
- gemfiles/mongoid_3.gemfile
- gemfiles/mongoid_4.gemfile
services:
- mongodb
|
Add newer ruby versions to Travis config
|
Add newer ruby versions to Travis config
|
YAML
|
mit
|
vigetlabs/sprig,ericbrooke/sprig
|
408a3cb0f2b4bef652a3e1301cad3cbac3017223
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3
- 2.4
|
language: ruby
rvm:
- 1.9
- 2.0
- 2.1
- 2.2
- 2.3
# - 2.4
|
Remove Ruby 2.4 while Travis is not ready.
|
Remove Ruby 2.4 while Travis is not ready.
|
YAML
|
mit
|
floere/phony,dwilkie/phony
|
2c89dd227fbd9a1c27f973afb7cc0f87038306b9
|
.travis.yml
|
.travis.yml
|
#
# Copyright © 2015 Cask Data, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
#
language: ruby
rvm:
- 1.9.3
cache: bundler
sudo: false
bundler_args: --jobs 7 --without docs integration
script: bundle exec rake
|
#
# Copyright © 2015 Cask Data, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
#
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.4
cache: bundler
sudo: false
bundler_args: --jobs 7 --without docs integration
script: bundle exec rake
|
Test Ruby 2.0.0 and 2.1.4 (shipped w/ OSX Mavericks/Yosemite, respectively)
|
Test Ruby 2.0.0 and 2.1.4 (shipped w/ OSX Mavericks/Yosemite, respectively)
|
YAML
|
apache-2.0
|
caskdata/coopr-provisioner,caskdata/coopr-provisioner,caskdata/coopr-provisioner,cdapio/coopr-provisioner,cdapio/coopr-provisioner,cdapio/coopr-provisioner,caskdata/coopr-provisioner,cdapio/coopr-provisioner,caskdata/coopr-provisioner,cdapio/coopr-provisioner,caskdata/coopr-provisioner,cdapio/coopr-provisioner
|
ada9566c159fe540c7869278cc493a9b76e75ee5
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
script:
coverage run manage.py test
after_success:
- coveralls
|
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
before_script:
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
script:
coverage run manage.py test
after_success:
- coveralls
|
Disable SSH key check for github in Travis CI.
|
Disable SSH key check for github in Travis CI.
|
YAML
|
mit
|
zsiciarz/variablestars.net,zsiciarz/variablestars.net,zsiciarz/variablestars.net
|
dc1d205eb24c2dde4294400dd0977d8176706158
|
.github/workflows/build-image.yml
|
.github/workflows/build-image.yml
|
name: Resto Docker Image Builder
env:
IMAGE: resto
NAME: jjrom
REPO: resto
on:
push:
paths:
- 'resto/app/**'
- 'resto/build/**'
- '.github/workflows/**'
release:
types: [created, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
# defaults to shallow checkout
- uses: actions/checkout@v2
- name: Print values of all environment variables
run: printenv
- name: Login to DockerHub Registry
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
- name: Build the tagged Docker image
run: docker build . --file ./build/resto/Dockerfile --tag ${NAME}/${IMAGE}:latest
- name: Prep and tag images (master branch or tagged release only)
if: ${{ startsWith(github.ref, 'refs/heads/master') || github.event_name == 'release' }}
run: |
# convert a shallow repository to a complete one
git fetch --prune --unshallow 2> /dev/null || true
# figure out extra tag
tag=$(git describe --tags)
# Creates or updates an environment variable for any actions running next in a job.
echo "::set-env name=prod_tag::${tag}"
# tag and push images
docker tag ${NAME}/${IMAGE}:latest ${NAME}/${IMAGE}:${tag}
- name: Push to DockerHub (master branch or tagged release only)
if: ${{ startsWith(github.ref, 'refs/heads/master') || github.event_name == 'release' }}
run: |
docker push ${NAME}/${IMAGE}
docker push ${NAME}/${IMAGE}:${prod_tag}
|
name: Resto Docker Image Builder
env:
IMAGE: resto
NAME: jjrom
REPO: resto
on:
push:
paths:
- 'app/**'
- 'build/**'
- '.github/workflows/**'
release:
types: [created, edited]
jobs:
build:
runs-on: ubuntu-latest
steps:
# defaults to shallow checkout
- uses: actions/checkout@v2
- name: Print values of all environment variables
run: printenv
- name: Login to DockerHub Registry
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
- name: Build the tagged Docker image
run: docker build . --file ./build/resto/Dockerfile --tag ${NAME}/${IMAGE}:latest
- name: Unshallow repository
run: git fetch --prune --unshallow 2> /dev/null || true
- name: Tag master branch and push to repository
if: ${{ startsWith(github.ref, 'refs/heads/master') }}
run: |
# Tag latest image
docker tag ${NAME}/${IMAGE}:latest
# Push image
docker push ${NAME}/${IMAGE}
- name: Tag latest release and push to repository
if: ${{ github.event_name == 'release' }}
run: |
# Get latest release tag
tag=$(git describe --tags --abbrev=0)
# Tag image
docker tag ${NAME}/${IMAGE}:${tag}
# Push release
docker push ${NAME}/${IMAGE}:${tag}
|
Update docker workflow to build release
|
Update docker workflow to build release
|
YAML
|
apache-2.0
|
jjrom/resto,jjrom/resto
|
ad0522bc919aacb40c9ba1a3baea8fba4b15e948
|
.github/workflows/cherry-pick.yml
|
.github/workflows/cherry-pick.yml
|
name: Cherry pick commit(s)
on:
workflow_dispatch:
inputs:
commit:
description: 'Commit to cherrypick'
required: true
branch:
description: 'Branch to cherry pick to'
required: true
default: 'v5-09-XX'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Decide which branch to use
run: |
cat << EOF
::set-output name=branch::$(echo ${{ github.event.inputs.tag }}-patches | sed -e's/[a-z][a-z]*-patches$/-patches/')
EOF
id: decide_release_branch
- uses: actions/checkout@v2
with:
ref: "${{ steps.decide_release_branch.outputs.branch }}"
- name: Update the branch
run: |
set -e
git checkout ${{ steps.decide_release_branch.outputs.branch }}
git cherry-pick ${{ github.event.inputs.commit }}
git config --global user.email "[email protected]"
git config --global user.name "ALICE Action Bot"
git push
|
name: Cherry pick commit(s)
on:
workflow_dispatch:
inputs:
commit:
description: 'Commit to cherrypick'
required: true
branch:
description: 'Branch to cherry pick to'
required: true
default: 'v5-09-XX'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Decide which branch to use
run: |
cat << EOF
::set-output name=branch::$(echo ${{ github.event.inputs.branch }}-patches | sed -e's/[a-z][a-z]*-patches$/-patches/')
EOF
id: decide_release_branch
- uses: actions/checkout@v2
with:
ref: "${{ steps.decide_release_branch.outputs.branch }}"
- name: Update the branch
run: |
set -e
git checkout ${{ steps.decide_release_branch.outputs.branch }}
git cherry-pick ${{ github.event.inputs.commit }}
git config --global user.email "[email protected]"
git config --global user.name "ALICE Action Bot"
git push
|
Add workflow to do cherrypicks
|
Add workflow to do cherrypicks
|
YAML
|
bsd-3-clause
|
miranov25/AliRoot,miranov25/AliRoot,miranov25/AliRoot,alisw/AliRoot,coppedis/AliRoot,miranov25/AliRoot,coppedis/AliRoot,coppedis/AliRoot,coppedis/AliRoot,alisw/AliRoot,coppedis/AliRoot,coppedis/AliRoot,alisw/AliRoot,miranov25/AliRoot,alisw/AliRoot,miranov25/AliRoot,alisw/AliRoot,miranov25/AliRoot,alisw/AliRoot,alisw/AliRoot,coppedis/AliRoot,alisw/AliRoot,miranov25/AliRoot,coppedis/AliRoot
|
11874d6f0345564a6322465e3f08238d575f8e92
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- 2.2.3
script: rubocop && rspec
|
sudo: false
language: ruby
rvm:
- 2.2.3
script: rubocop && rspec
|
Use new Travis container infrastructure.
|
Use new Travis container infrastructure.
Update `.travis.yml` to use new Travis container infrastructure by disabling `sudo`.
|
YAML
|
mit
|
nathankleyn/gem_scaffold
|
1b8bc073b9a5e263983d6174fcb0a32eb5027380
|
.travis.yml
|
.travis.yml
|
# Config file for automatic testing at travis-ci.org
language: python
python:
- "3.4"
- "3.3"
- "2.7"
- "2.6"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test
|
# Config file for automatic testing at travis-ci.org
language: python
python:
- "3.5"
- "3.4"
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements.txt
# command to run tests, e.g. python setup.py test
script: python setup.py test
|
Remove testing on Python2.6 and PyPY
|
Remove testing on Python2.6 and PyPY
|
YAML
|
bsd-3-clause
|
chrisdev/django-foundation-formtags,chrisdev/django-foundation-formtags
|
72379c22e1a85f22f3291d00cddbe75033c9cbbb
|
.github/workflows/release-tag.yml
|
.github/workflows/release-tag.yml
|
name: Release Tagged Builds
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set release version
run: echo "::set-env name=RELEASE_VERSION::${GITHUB_REF##*/}"
- name: Build with JCompilo
run: ./jcompilo.sh
env:
BUILD_NUMBER: "$RELEASE_VERSION"
- name: Publish to Bintray
run: bin/publish "$RELEASE_VERSION" "$BINTRAY_USERNAME" "$BINTRAY_PASSWORD"
env:
BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
BINTRAY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}
|
name: Release Tagged Builds
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Set release version
run: echo "::set-output name=RELEASE_VERSION::${GITHUB_REF##*/}"
- name: Build with JCompilo
run: ./jcompilo.sh
env:
BUILD_NUMBER: ${{ outputs.RELEASE_VERSION }}
- name: Publish to Bintray
run: bin/publish "$RELEASE_VERSION" "$BINTRAY_USERNAME" "$BINTRAY_PASSWORD"
env:
RELEASE_VERSION: ${{ outputs.RELEASE_VERSION }}
BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
BINTRAY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}
|
Change release flow to set build number via an output, as the reuse of the env var seems dodgy
|
Change release flow to set build number via an output, as the reuse of the env var seems dodgy
|
YAML
|
apache-2.0
|
bodar/totallylazy,bodar/totallylazy,bodar/totallylazy
|
f7bfaf7c10057bf59f29fc37fbf1d69af73f0488
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.3"
env:
global:
- DJANGO_SECRET_KEY=my-secret-key-for-testing
matrix:
- TOXENV=py27
- TOXENV=py33
- DJANGO="django==1.6"
- DJANGO="django==1.5.5"
- DJANGO="django==1.4.10"
- DJANGO="django==1.3.7"
install:
- pip install tox --use-mirrors
script:
- tox
matrix:
exclude:
- env: TOXENV=py27
- env: TOXENV=py33
|
language: python
python:
- '2.7'
- '3.3'
env:
global:
- DJANGO_SECRET_KEY=my-secret-key-for-testing
matrix:
- TOXENV=py27
- TOXENV=py33
- DJANGO="django==1.6"
- DJANGO="django==1.5.5"
- DJANGO="django==1.4.10"
- DJANGO="django==1.3.7"
install:
- pip install tox --use-mirrors
script:
- tox
matrix:
exclude:
- env: TOXENV=py27
- env: TOXENV=py33
notifications:
email:
on_success: change
on_failure: change
hipchat:
rooms:
secure: oHinMi1k33ZF/oSXF3o0Whi8rOohcvj+SkiFEgOrmlSR1wQBhlg03ETgZtKPaI000EVxMwBQCzXMweqO7F49Z2ofm/DTPD2aPRG/BAUetg67b/VmZkYhoDpUBV2ovdWa4jSAOd73kkstWqZRU5cQh5RV1OsLBXda/MubrIS1p90=
|
Add HipChat and tweak email notifications
|
Add HipChat and tweak email notifications
|
YAML
|
agpl-3.0
|
jessamynsmith/boards-backend,jessamynsmith/boards-backend,GetBlimp/boards-backend
|
7a5749145114c36bee1fa0d3ff4ea15667b462dd
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- travis-ci
before_install:
- npm install
- npm install istanbul coveralls
|
Build on Travis CI without `sudo`.
|
Build on Travis CI without `sudo`.
|
YAML
|
mit
|
bigeasy/operation
|
cbfca920444c5da5bddd3990f89ca61e5bcc0006
|
.travis.yml
|
.travis.yml
|
---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
notifications:
email: false
|
---
sudo: false
language: ruby
bundler_args: --without system_tests
script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'"
matrix:
fast_finish: true
include:
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 1.9.3
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0"
- rvm: 2.1.5
env: PUPPET_GEM_VERSION="~> 3.0" FUTURE_PARSER="yes"
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0"
- rvm: 1.8.7
env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0"
allow_failures:
- rvm: 2.1.6
env: PUPPET_GEM_VERSION="~> 4.0" STRICT_VARIABLES="yes"
notifications:
email: false
|
Add ability to unittest puppet 4
|
Add ability to unittest puppet 4
|
YAML
|
apache-2.0
|
puppetlabs/puppetlabs-firewall,ianand0204/puppetlabs-firewall,jaakkosipari/puppetlabs-firewall
|
68016bd3f2df385d78486c90bb255ca41c75a350
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "4.4"
before_install:
- npm install -g --production yarn
install:
- yarn install
script:
- yarn run grunt build
- yarn run grunt tslint
- yarn run grunt unit_test_nobuild
sudo: false
cache:
directories:
- node_modules
|
language: node_js
node_js:
- "4.4"
before_install:
- npm install -g --production yarn
- yarn clean
install:
- yarn install
script:
- yarn run grunt build
- yarn run grunt tslint
- yarn run grunt unit_test_nobuild
sudo: false
cache:
directories:
- node_modules
|
Make sure folder is clean
|
Make sure folder is clean
|
YAML
|
apache-2.0
|
uProxy/uproxy,uProxy/uproxy,uProxy/uproxy,uProxy/uproxy,uProxy/uproxy
|
b080118a2d04b9184c23cd069400ec1206ca8dc7
|
.travis.yml
|
.travis.yml
|
rvm:
- 1.9.2
- 1.9.3
- 2.0
- 2.1
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sudo apt-get -qq -y install fontconfig libxrender1"
- "wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb"
- "sudo dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb"
|
rvm:
- 1.9.2
- 1.9.3
- 2.0
- 2.1
before_install:
- gem update --system
- gem update bundler
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sudo apt-get -qq -y install fontconfig libxrender1"
- "wget http://download.gna.org/wkhtmltopdf/0.12/0.12.1/wkhtmltox-0.12.1_linux-precise-amd64.deb"
- "sudo dpkg -i wkhtmltox-0.12.1_linux-precise-amd64.deb"
|
Address Travis issues with Bundler failures
|
Address Travis issues with Bundler failures
- This issue: https://github.com/bundler/bundler/issues/3558
- PASS: Gem version 2.5.1 & Bundler 1.11.1
- FAIL: Gem version 2.5.1 & Bundler 1.7.6
- PASS: Gem version 2.4.3 & Bundler 1.7.6
|
YAML
|
mit
|
pdfkit/pdfkit,ContinuityControl/pdfkit,dimko/pdfkit
|
ea12398de74fc11530f76892f9126334323403e0
|
.travis.yml
|
.travis.yml
|
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- ember try $EMBER_TRY_SCENARIO test
- npm run test-node
|
---
language: node_js
node_js:
- "0.12"
sudo: false
cache:
directories:
- node_modules
env:
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
- EMBER_TRY_SCENARIO=ember-beta
- EMBER_TRY_SCENARIO=ember-canary
matrix:
fast_finish: true
allow_failures:
- env: EMBER_TRY_SCENARIO=ember-canary
before_install:
- export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH
- "npm config set spin false"
- "npm install -g npm@^2"
install:
- npm install -g bower
- npm install
- bower install
script:
- ember try:one $EMBER_TRY_SCENARIO --- ember test
- npm run test-node
|
Use `ember try:one` instead of `ember try`.
|
Use `ember try:one` instead of `ember try`.
|
YAML
|
mit
|
rwjblue/ember-cli-template-lint,rwjblue/ember-cli-template-lint
|
6c2e016745f411c5e9f66094165762f638d0596b
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
before_script:
- "unzip ipadic/sysdic.zip"
script:
- "python -m unittest discover -s tests"
|
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
before_script:
- "unzip ipadic/sysdic.zip"
script:
- "python -m unittest discover -s tests"
|
Delete 3.2 from supported python version.
|
Delete 3.2 from supported python version.
|
YAML
|
apache-2.0
|
mocobeta/janome,mocobeta/janome,nakagami/janome,nakagami/janome
|
c418fb90c9c4094032b814587ea16ed1fb251125
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.5
- 5.6
before_script:
- curl -s http://getcomposer.org/installer | php
- COMPOSER_ROOT_VERSION=dev-master php composer.phar install --dev
script:
- bin/atoum
notifications:
email:
- [email protected]
|
language: php
dist: trusty
sudo: false
php:
- 5.5
- 5.6
before_install:
- |
# php.ini configuration
INI=~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
phpenv config-rm xdebug.ini || echo "xdebug not available"
echo date.timezone = Europe/Paris >> $INI
echo memory_limit = -1 >> $INI
echo session.gc_probability = 0 >> $INI
echo opcache.enable_cli = 1 >> $INI
before_script:
- composer install --dev
script:
- bin/atoum
notifications:
email:
- [email protected]
|
Remove xdebug ext if loaded
|
Remove xdebug ext if loaded
And deal with currently bringed composer version
|
YAML
|
mit
|
rezzza/PaymentBe2billBundle
|
c839e7c32feb12c6581334dc9685dab117fbc55e
|
.travis.yml
|
.travis.yml
|
dist: bionic
language: c
sudo: require
install:
- sudo add-apt-repository -y ppa:webkit-team/ppa
- sudo apt-get update
- sudo apt-get install -y libgtk-3-dev
- sudo apt-get install -y libwebkit2gtk-4.0-dev
- sudo apt-get install -y xvfb
- sudo apt-get install -y metacity
- sudo apt-get install -y x11-apps
- sudo apt-get install -y imagemagick
script:
- make
- ./test.sh
|
dist: bionic
language: c
sudo: require
script:
- make
- ./test.sh
addons:
apt:
update: true
sources:
- ppa:webkit-team/ppa
packages:
- libwegkit2gtk-4.0-dev
- libgtk-3-dev
- xvfb
- metacity
- x11-apps # → xwd
- imagemagick # → convert
|
Add third-party APT repository for WebKit
|
Travis: Add third-party APT repository for WebKit
Unlike previous release images, you have to specify these separately:
https://docs.travis-ci.com/user/reference/bionic/#differences-from-the-previous-release-images
I hope I did this correctly. I have few ways to know but try it.
|
YAML
|
isc
|
anko/hudkit,anko/hudkit,anko/hudkit
|
624605b882b6ef90df0f3628c19e029bd63e97e3
|
.travis.yml
|
.travis.yml
|
language: go
script: go test -race -cpu 1,2,4 -v -timeout 2m ./...
sudo: false
|
language: go
script: go test -race -cpu 1,2,4 -v -timeout 2m ./...
sudo: false
go:
- 1.3
- 1.4
- tip
matrix:
allow_failures:
- go: tip
|
Build against multiple go versions, allow tip to fail
|
Build against multiple go versions, allow tip to fail
|
YAML
|
apache-2.0
|
lytics/metafora,schmichael/metafora,schmichael/metafora,lytics/metafora
|
61f5f3bde23b8410511e74e479708889c722b058
|
.travis.yml
|
.travis.yml
|
sudo: required
dist: trusty
language: bash
script:
# Install LXD / LXC
- sudo apt update
- sudo apt install snapd -y
- sudo snap install lxd
- sudo lxd init --auto;
- sudo usermod -a -G lxd travis;
- sudo su travis -c 'lxc network create lxdbr0';
- sudo su travis -c 'lxc network attach-profile lxdbr0 default eth0';
# Build all images
- sudo su travis -c 'sh build-all.sh';
|
sudo: required
dist: trusty
language: bash
script:
# Install LXD / LXC
- sudo apt update
- sudo apt install snapd -y
- sudo snap install lxd
- sudo . /etc/profile.d/apps-bin-path.sh
- sudo lxd init --auto;
- sudo usermod -a -G lxd travis;
- sudo su travis -c 'lxc network create lxdbr0';
- sudo su travis -c 'lxc network attach-profile lxdbr0 default eth0';
# Build all images
- sudo su travis -c 'sh build-all.sh';
|
Update path after LXD installation
|
Update path after LXD installation
|
YAML
|
mit
|
drubb/lxd-images
|
32e4d82e8748053a2ec878991d68561360351773
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 7.2
- 7.3
- 7.4snapshot
before_script:
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- travis_retry composer self-update
- travis_retry composer update --no-interaction --prefer-source
|
language: php
php:
- 7.2
- 7.3
- 7.4
before_script:
- echo "extension = mongodb.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- travis_retry composer self-update
- travis_retry composer update --no-interaction --prefer-source
|
Test against latest version of php 7.4
|
Test against latest version of php 7.4
|
YAML
|
mit
|
johanderuijter/uuid-doctrine-odm
|
3ab5031003a4a20a422469250ea1064f7aa64244
|
C/ops/roles/common/tasks/main.yml
|
C/ops/roles/common/tasks/main.yml
|
---
- name: Update apt cache and upgrade system
apt: upgrade=dist update-cache=yes
sudo: yes
tags:
- common
- update
- upgrade
- name: Install language-pack-en
apt: pkg=language-pack-en
sudo: yes
tags:
- common
- packages
- language
- name: Update locale to {{ locale }}
command: /usr/sbin/update-locale LANG={{ locale }} LC_ALL={{ locale }}
sudo: yes
tags:
- common
- language
- name: Update localtime to {{ timezone }}
command: /bin/cp /usr/share/zoneinfo/{{ timezone }} /etc/localtime
sudo: yes
tags:
- common
- localtime
- name: Update timezone to {{ timezone }}
template: src=default-timezone.j2 dest=/etc/timezone
sudo: yes
tags:
- common
- timezone
- name: Update tzdata
command: /usr/sbin/dpkg-reconfigure --frontend noninteractive tzdata
sudo: yes
tags:
- common
- tzdata
|
---
- name: Update apt cache and upgrade system
apt: upgrade=dist update-cache=yes
sudo: yes
tags:
- common
- update
- upgrade
- name: Install language-pack-en
apt: pkg=language-pack-en
sudo: yes
tags:
- common
- packages
- language
- name: Update locale to {{ locale }}
command: /usr/sbin/update-locale LANG={{ locale }} LC_ALL={{ locale }}
sudo: yes
tags:
- common
- language
- name: Update localtime to {{ timezone }}
command: /bin/cp /usr/share/zoneinfo/{{ timezone }} /etc/localtime
sudo: yes
tags:
- common
- localtime
- name: Update timezone to {{ timezone }}
template: src=default-timezone.j2 dest=/etc/timezone
sudo: yes
tags:
- common
- timezone
- name: Update tzdata
command: /usr/sbin/dpkg-reconfigure --frontend noninteractive tzdata
sudo: yes
tags:
- common
- tzdata
- name: Disable IPv6
command: sysctl net.ipv6.conf.all.disable_ipv6=1
sudo: yes
tags:
- common
- ipv6
|
Disable IPv6 - error with apt-get install :(
|
Disable IPv6 - error with apt-get install :(
|
YAML
|
mit
|
katcipis/mise.en.place,katcipis/workbench
|
b43dd6c9e5f53ea8722803b112ba1d15449ffdda
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: 'Integrate'
on:
- push
- pull_request
jobs:
ci:
name: 'CI'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
toolchain:
- stable
- nightly
steps:
- name: 'Install Linux dependencies'
if: ${{ runner.os == 'Linux' }}
run: sudo apt install attr e2fsprogs libfuse-dev
- name: 'Checkout the repository'
uses: actions/checkout@v2
with:
submodules: true
- name: 'Install the Rust toolchain'
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: 'Build RRG executable'
uses: actions-rs/cargo@v1
with:
command: build
- name: 'Run RRG tests'
uses: actions-rs/cargo@v1
with:
command: test
args: >
--workspace
--features 'test-chattr test-setfattr'
- name: 'Print RRG version'
uses: actions-rs/cargo@v1
with:
command: run
args: -- --version
|
name: 'Integrate'
on:
- push
- pull_request
jobs:
ci:
name: 'CI'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
toolchain:
- stable
- nightly
steps:
- name: 'Install Linux dependencies'
if: ${{ runner.os == 'Linux' }}
run: sudo apt install attr e2fsprogs libfuse-dev
- name: 'Checkout the repository'
uses: actions/checkout@v2
with:
submodules: true
- name: 'Install the Rust toolchain'
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
- name: 'Build RRG executable'
uses: actions-rs/cargo@v1
with:
command: build
# TODO: Add a step that runs tests with all action features disabled.
- name: 'Run RRG tests'
uses: actions-rs/cargo@v1
with:
command: test
args: >
--workspace
--features 'test-chattr test-setfattr'
- name: 'Print RRG version'
uses: actions-rs/cargo@v1
with:
command: run
args: -- --version
|
Add a TODO comment about a CI extension.
|
Add a TODO comment about a CI extension.
|
YAML
|
mit
|
google/rrg
|
735af1e691a4154ff6595e215a376608d1f290d0
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: ci
on:
push:
pull_request:
schedule:
- cron: '0 3 * * 6' # 3am Saturday
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.0', '8.10', '8.8']
include:
- os: windows-latest
- os: macOS-latest
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
- run: cabal new-install apply-refact --install-method=copy
- run: cabal v2-freeze --enable-tests
- uses: actions/cache@v2
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
- uses: ndmitchell/neil@master
with:
hlint-arguments: src
|
name: ci
on:
push:
pull_request:
schedule:
- cron: '0 3 * * 6' # 3am Saturday
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['9.0', '8.10', '8.8']
include:
- os: windows-latest
- os: macOS-latest
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
id: setup-haskell
with:
ghc-version: ${{ matrix.ghc }}
- run: cabal v2-freeze --enable-tests
- uses: actions/cache@v2
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
- run: cabal new-install apply-refact --install-method=copy
- uses: ndmitchell/neil@master
with:
hlint-arguments: src
|
Move building apply-refact after the cache, since it seems to be breaking the cache
|
Move building apply-refact after the cache, since it seems to be breaking the cache
|
YAML
|
bsd-3-clause
|
ndmitchell/hlint,ndmitchell/hlint
|
358c5866c15f59593b3b64d0f79a88f96ad4f9d7
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on: [push]
jobs:
build:
name: Module imports on all platforms
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Perform the import
shell: pwsh
run: Import-Module ./dbatools.psd1 -ErrorAction Stop; (Get-DbaManagementObject).LoadTemplate -ne $null
|
name: CI
on: [pull_request]
jobs:
build:
name: Module imports on all platforms
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Perform the import
shell: pwsh
run: Import-Module ./dbatools.psd1 -ErrorAction Stop; (Get-DbaManagementObject).LoadTemplate -ne $null
|
Set CI to only run on pull_request
|
Set CI to only run on pull_request
|
YAML
|
mit
|
alevyinroc/dbatools
|
64529b1e844d48e3ec20658624356e724206f01b
|
prometheus/src/main/fabric8/deployment.yml
|
prometheus/src/main/fabric8/deployment.yml
|
spec:
replicas: 1
template:
spec:
serviceAccountName: metrics
containers:
- name: prometheus
image: prom/prometheus:v1.3.0
ports:
- name: http
containerPort: 9090
volumeMounts:
- name: config-volume
mountPath: /etc/prometheus
- name: data-volume
mountPath: /prometheus
livenessProbe:
httpGet:
port: http
initialDelaySeconds: 1
readinessProbe:
httpGet:
port: http
initialDelaySeconds: 1
- name: configmap-reload
image: jimmidyson/configmap-reload:v0.1
args:
- -volume-dir
- /etc/prometheus
- -webhook-url
- http://localhost:9090/-/reload
volumeMounts:
- name: config-volume
mountPath: /etc/prometheus/config
volumes:
- name: config-volume
configMap:
name: prometheus
- name: data-volume
persistentVolumeClaim:
claimName: prometheus-data
|
spec:
replicas: 1
template:
spec:
serviceAccountName: metrics
containers:
- name: prometheus
image: prom/prometheus:v1.3.0
ports:
- name: http
containerPort: 9090
volumeMounts:
- name: config-volume
mountPath: /etc/prometheus
- name: data-volume
mountPath: /prometheus
livenessProbe:
httpGet:
port: http
initialDelaySeconds: 1
readinessProbe:
httpGet:
port: http
initialDelaySeconds: 1
- name: configmap-reload
image: jimmidyson/configmap-reload:v0.1
args:
- -volume-dir
- /etc/prometheus
- -webhook-url
- http://localhost:9090/-/reload
volumeMounts:
- name: config-volume
mountPath: /etc/prometheus
volumes:
- name: config-volume
configMap:
name: prometheus
- name: data-volume
persistentVolumeClaim:
claimName: prometheus-data
|
Fix config reload mount path
|
Fix config reload mount path
|
YAML
|
apache-2.0
|
KurtStam/fabric8-devops,KurtStam/fabric8-devops,KurtStam/fabric8-devops
|
9f426db2ddc3612390155e7c41ea56b0bf198ed1
|
.codeclimate.yml
|
.codeclimate.yml
|
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
coffeelint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.css"
- "**.coffee"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_paths:
- config/
- db/
- spec/
- vendor/
- coverage/
- bin/
|
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
coffeelint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
- python
- php
eslint:
enabled: true
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.css"
- "**.coffee"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
exclude_patterns:
- config/
- db/
- spec/
- vendor/
- coverage/
- bin/
- babel.config.js
|
Exclude babel.config.js from code climate
|
Exclude babel.config.js from code climate
And change to newer `execlude_patterns` syntax
|
YAML
|
mit
|
BLSQ/orbf2,BLSQ/orbf2,BLSQ/orbf2,BLSQ/orbf2
|
d00977048a69b0c562700d3702d4c71903504fb9
|
.codeclimate.yml
|
.codeclimate.yml
|
languages:
Ruby: false
JavaScript: true
PHP: false
Python: false
exclude_paths:
- "*.md"
- "*.png"
- "*.json"
- "test/*"
|
languages:
Ruby: false
JavaScript: true
PHP: false
Python: false
exclude_paths:
- "*.md"
- "*.png"
- "*.json"
- "config/*"
- "test/*"
- "test/helpers/*"
|
Exclude config, test/helpers from CodeClimate
|
Exclude config, test/helpers from CodeClimate
|
YAML
|
isc
|
mbland/hubot-slack-github-issues
|
f299016abfe78f2a7b3257c4eec48c79307c11ee
|
.codeclimate.yml
|
.codeclimate.yml
|
languages:
JavaScript: true
exclude_paths:
- "cli.js"
- "utils.js"
- "build/*"
- "commands/*"
- "templates/*"
- "script/lib/*"
- "script/tests/*"
|
languages:
JavaScript: true
exclude_paths:
- "templates/*"
- "script/lib/*"
- "script/tests/*"
|
Add back certain paths to ClodeClimate testing
|
Add back certain paths to ClodeClimate testing
|
YAML
|
apache-2.0
|
weepower/wee-core
|
31e51752882600d0743b871748521deb4a108c83
|
docker-compose.yml
|
docker-compose.yml
|
version: '2'
services:
nginx:
image: nginx:alpine
ports:
- "80:80"
volumes:
- ${PWD}/app:/data/www:ro
- ${PWD}/nginx.conf:/etc/nginx/nginx.conf:ro
|
version: '2'
services:
nginx:
image: nginx:alpine
ports:
- "8080:80"
volumes:
- ${PWD}/app:/data/www:ro
- ${PWD}/nginx.conf:/etc/nginx/nginx.conf:ro
|
Move nginx server to port 8080
|
Move nginx server to port 8080
|
YAML
|
mit
|
rhussmann/instagram-photo-picker,rhussmann/instagram-photo-picker,rhussmann/instagram-photo-picker
|
e692aa8b056172ad309e9d493ce4a417eb70437c
|
docker-compose.yml
|
docker-compose.yml
|
version: '3'
services:
db:
image: postgres:9.6
web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
volumes:
- .:/myapp
ports:
- "3000:3000"
depends_on:
- db
|
version: '3'
services:
db:
image: postgres:9.6
volumes:
- postgresql-data:/var/lib/postgresql/data
web:
build: .
command: bundle exec rails s -p 3000 -b '0.0.0.0'
environment:
RAILS_ENV: development
volumes:
- .:/myapp
ports:
- "3000:3000"
depends_on:
- db
volumes:
postgresql-data:
driver: local
|
Use docker volume for postgresql
|
Use docker volume for postgresql
|
YAML
|
mit
|
Kesin11/docker_rails_sample,Kesin11/docker_rails_sample,Kesin11/docker_rails_sample,Kesin11/docker_rails_sample
|
100079427e29b66dfd9217f015df982981068635
|
azure-pipelines.yml
|
azure-pipelines.yml
|
queue: Hosted VS2017
steps:
- checkout: self
clean: true
- task: MSBuild@1
displayName: Restore
inputs:
solution: src/Moq.sln
msbuildArguments: /t:Restore /p:Configuration=Release /m
- task: MSBuild@1
displayName: Version
inputs:
solution: src/Moq/Moq.Package/Moq.Package.csproj
msbuildArguments: /t:Version /bl:"$(Build.ArtifactStagingDirectory)\version.binlog"
- task: MSBuild@1
displayName: Build
inputs:
solution: src/Moq.sln
msbuildArguments: /bl:"$(Build.ArtifactStagingDirectory)\build.binlog" /p:PackOnBuild=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory) /p:Configuration=Release
- task: VSTest@2
displayName: Test
inputs:
testAssemblyVer2: src\*\*\bin\*\*.Tests.dll
runInParallel: 'true'
codeCoverageEnabled: 'true'
publishRunAttachments: 'true'
rerunFailedTests: true
- task: PublishBuildArtifacts@1
displayName: Publish Artifact
inputs:
PathtoPublish: $(Build.ArtifactStagingDirectory)
ArtifactName: out
ArtifactType: Container
condition: always()
|
queue: Hosted VS2017
steps:
- checkout: self
clean: true
- task: MSBuild@1
displayName: Restore
inputs:
solution: src/Moq.sln
msbuildArguments: /t:Restore /p:Configuration=Release /m
- task: MSBuild@1
displayName: Version
inputs:
solution: src/Moq/Moq.Package/Moq.Package.csproj
msbuildArguments: /t:Version /bl:"$(Build.ArtifactStagingDirectory)\version.binlog"
- task: MSBuild@1
displayName: Build
inputs:
solution: src/Moq.sln
msbuildArguments: /bl:"$(Build.ArtifactStagingDirectory)\build.binlog" /p:PackOnBuild=true /p:PackageOutputPath=$(Build.ArtifactStagingDirectory) /p:Configuration=Release
- task: VSTest@2
displayName: Test
inputs:
testAssemblyVer2: src\*\*\bin\*\*.Tests.dll
runInParallel: 'true'
codeCoverageEnabled: 'true'
publishRunAttachments: 'true'
diagnosticsEnabled: false
rerunFailedTests: true
- task: PublishBuildArtifacts@1
displayName: Publish Artifact
inputs:
PathtoPublish: $(Build.ArtifactStagingDirectory)
ArtifactName: out
ArtifactType: Container
condition: always()
|
Disable advanced diagnostics to avoid build warning
|
Disable advanced diagnostics to avoid build warning
With the setting in its default enabled state, we get the
following warning:
##[warning]Advanced diagnostics data collection requires test platform version 15.9 or higher.
|
YAML
|
apache-2.0
|
Moq/moq
|
f7752ec9953c56e0153188f7249f039b9e1367af
|
azure-pipelines.yml
|
azure-pipelines.yml
|
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
|
# Maven
# Build your Java project and run tests with Apache Maven.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
jobs:
- job: Linux
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
options: '-Dmaven.test.skip=true'
- job: Windows
pool:
vmImage: 'vs2017-win2016'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
options: '-Dmaven.test.skip=true'
- job: Mac
pool:
vmImage: 'macOS-10.13'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: false
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
options: '-Dmaven.test.skip=true'
|
Build on Windows, macOS, and Linux. Disable tests which take too long.
|
Build on Windows, macOS, and Linux. Disable tests
which take too long.
[Build]
|
YAML
|
mit
|
lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus
|
08e2743fa3f16faa6111399da081b3d8592c6c7a
|
src/CompetitionPlatform/docker-compose.yml
|
src/CompetitionPlatform/docker-compose.yml
|
version: '2'
services:
competitionplatform:
image: competitionplatform
environment:
- SettingsUrl=${SettingsUrl}
ports:
- "80:80"
|
version: '2'
services:
competitionplatform:
image: lykkex/competitionplatform
environment:
- SettingsUrl=${SettingsUrl}
ports:
- "80:80"
|
Fix image in docker compose.
|
Fix image in docker compose.
|
YAML
|
mit
|
LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform,LykkeCity/CompetitionPlatform
|
1c2d278565c8696e75d09618e3dc4c17a5db931f
|
example_config.yml
|
example_config.yml
|
---
Name: app
After: framework/routes#coreroutes
---
Email:
admin_email: [email protected]
i18n:
default_locale: en_NZ
ShopConfig:
base_currency: 'NZD'
email_from: [email protected]
receipt_subject: "Thank you for your order at www.myshop.com - Order #%d"
ShopCurrency:
decimal_delimiter: '.'
thousand_delimiter: ','
Product:
global_allow_purchase: false
# length_unit: 'M'
# weight_unit: 'Pounds'
# Change the dimensions of product thumbnails
Product_Image:
thumbnail_width: 140
thumbnail_height: 100
content_image_width: 200
large_image_width: 200
ProductCategory:
include_child_groups: true
must_have_price: true
sort_options:
'Title' : 'Alphabetical'
'Price' : 'Lowest Price'
# Redirect to the cart page after manipulating the shopping cart
ShoppingCart_Controller:
direct_to_cart_page: true
CheckoutConfig:
member_creation_enabled: true
membership_required: true
Order:
modifiers:
- 'FlatTaxModifier'
- 'SimpleShippingModifier'
cancel_before_payment: false
cancel_before_processing: false
cancel_before_sending: false
cancel_before_sending: false
cancel_after_sending: false
OrderManipulation:
allow_cancelling: true
allow_paying: true
|
---
Name: app
After: shop/config#shopconfig
---
Email:
admin_email: [email protected]
i18n:
default_locale: en_NZ
ShopConfig:
base_currency: 'NZD'
email_from: [email protected]
receipt_subject: "Thank you for your order at www.myshop.com - Order #%d"
ShopCurrency:
decimal_delimiter: '.'
thousand_delimiter: ','
Product:
global_allow_purchase: false
# length_unit: 'M'
# weight_unit: 'Pounds'
# Change the dimensions of product thumbnails
Product_Image:
thumbnail_width: 140
thumbnail_height: 100
content_image_width: 200
large_image_width: 200
ProductCategory:
include_child_groups: true
must_have_price: true
sort_options:
'Title' : 'Alphabetical'
'Price' : 'Lowest Price'
# Redirect to the cart page after manipulating the shopping cart
ShoppingCart_Controller:
direct_to_cart_page: true
CheckoutConfig:
member_creation_enabled: true
membership_required: true
Order:
modifiers:
- 'FlatTaxModifier'
- 'SimpleShippingModifier'
cancel_before_payment: false
cancel_before_processing: false
cancel_before_sending: false
cancel_before_sending: false
cancel_after_sending: false
OrderManipulation:
allow_cancelling: true
allow_paying: true
|
Make example config overwrite shop/config.yml
|
Make example config overwrite shop/config.yml
Changed the After so changes in this file will actually overwrite any config settings in the shop/config.yml
|
YAML
|
bsd-2-clause
|
silvershop/silvershop-core,burnbright/silverstripe-shop,webtorque7/silverstripe-shop,webtorque7/silverstripe-shop,burnbright/silverstripe-shop,burnbright/silverstripe-shop,webtorque7/silverstripe-shop,hpeide/silverstripe-shop
|
1096ce43aaba860b09a03d1173a35890c1c9ada0
|
src/modules/core/producer_consumer.yml
|
src/modules/core/producer_consumer.yml
|
schema_version: 0.1
type: producer
identifier: consumer
title: Consumer as Producer
version: 2
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
- Audio
- Video
parameters:
- identifier: argument
title: File/URL
type: string
description: A file name, URL, or producer name.
required: yes
- identifier: profile
title: Profile
type: string
description: >
The name of a MLT profile with which to load the resource. This defaults
to the composition's profile, but could be overridden by the profile
in MLT XML. Also, the value "auto" triggers profile detection.
- identifier: autoprofile
title: Auto-profile
type: integer
description: Generate a new, custom profile from the encapsulated resource.
minimum: 0
maximum: 1
default: 0
|
schema_version: 0.1
type: producer
identifier: consumer
title: Consumer as Producer
version: 2
copyright: Ushodaya Enterprises Limited
creator: Dan Dennedy
license: LGPLv2.1
language: en
tags:
- Audio
- Video
parameters:
- identifier: argument
title: File/URL
type: string
description: A file name, URL, or producer name.
required: yes
- identifier: profile
title: Profile
type: string
description: >
The name of a MLT profile with which to load the resource. This defaults
to the composition's profile, but could be overridden by the profile
in MLT XML. Also, the value "auto" triggers profile detection.
- identifier: autoprofile
title: Auto-profile
type: integer
description: Generate a new, custom profile from the encapsulated resource.
minimum: 0
maximum: 1
default: 0
- identifier: producer.*
title: Producer properties
description: A property and its value to apply to the encapsulated producer.
type: properties
mutable: yes
- identifier: consumer.*
title: Consumer properties
description: A property and its value to apply to the encapsulated consumer.
type: properties
mutable: yes
|
Document new producer.* and consumer.* properties.
|
Document new producer.* and consumer.* properties.
|
YAML
|
lgpl-2.1
|
j-b-m/mlt,xzhavilla/mlt,wideioltd/mlt,j-b-m/mlt,j-b-m/mlt,j-b-m/mlt,mltframework/mlt,mltframework/mlt,wideioltd/mlt,anba8005/mlt,j-b-m/mlt,j-b-m/mlt,wideioltd/mlt,siddharudh/mlt,anba8005/mlt,zzhhui/mlt,xzhavilla/mlt,xzhavilla/mlt,anba8005/mlt,anba8005/mlt,j-b-m/mlt,zzhhui/mlt,wideioltd/mlt,wideioltd/mlt,wideioltd/mlt,mltframework/mlt,j-b-m/mlt,wideioltd/mlt,j-b-m/mlt,xzhavilla/mlt,siddharudh/mlt,siddharudh/mlt,wideioltd/mlt,mltframework/mlt,zzhhui/mlt,mltframework/mlt,mltframework/mlt,anba8005/mlt,zzhhui/mlt,siddharudh/mlt,anba8005/mlt,mltframework/mlt,xzhavilla/mlt,zzhhui/mlt,siddharudh/mlt,mltframework/mlt,wideioltd/mlt,zzhhui/mlt,zzhhui/mlt,siddharudh/mlt,zzhhui/mlt,xzhavilla/mlt,j-b-m/mlt,anba8005/mlt,mltframework/mlt,zzhhui/mlt,mltframework/mlt,siddharudh/mlt,siddharudh/mlt,xzhavilla/mlt,anba8005/mlt,xzhavilla/mlt,xzhavilla/mlt,anba8005/mlt,siddharudh/mlt
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.