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 |
|---|---|---|---|---|---|---|---|---|---|
81169ab4b7b1c032567a83d98526659d858418c0 | pubspec.yaml | pubspec.yaml | name: firmata
version: 0.2.1-dev
description: Dart Implementation of Firmata
author: Nicolas Francois <nicolas.franc@gmail.com>
homepage: https://github.com/nfrancois/firmata
environnment:
sdk: '>=1.8.0 <2.0.0'
dependencies:
serial_port: ">=0.2.0 <0.3.0"
gpio_commons:
path: ../gpio_commons
dev_dependencies:
... | name: firmata
version: 0.2.1-dev
description: Dart Implementation of Firmata
author: Nicolas Francois <nicolas.franc@gmail.com>
homepage: https://github.com/nfrancois/firmata
environnment:
sdk: '>=1.8.0 <2.0.0'
dependencies:
serial_port: ">=0.2.0 <0.3.0"
gpio_commons:
git: https://github.com/nfrancois/gpio_c... | Use github version for gpio_commons | Use github version for gpio_commons
| YAML | apache-2.0 | nfrancois/firmata,nfrancois/firmata |
103cd5b07c19f20164989304e44236f2638bc517 | pubspec.yaml | pubspec.yaml | name: ansicolor
version: 0.0.3
author: John Thomas McDole <codefu@google.com>
description: An xterm 256 color support library
homepage: https://github.com/google/ansicolor-dart
| name: ansicolor
version: 0.0.4
author: John Thomas McDole <codefu@google.com>
description: An xterm 256 color support library
homepage: https://github.com/google/ansicolor-dart
| Remove default files (pub publish consumes everything) | Remove default files (pub publish consumes everything)
| YAML | apache-2.0 | google/ansicolor-dart |
c098984c42f973a53595b48a1323ac388faf54ff | src/cloudbuild.yaml | src/cloudbuild.yaml | # Copyright 2020 Google LLC
#
# 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, ... | # Copyright 2020 Google LLC
#
# 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, ... | Use relative path for cloud build script | Use relative path for cloud build script
| YAML | apache-2.0 | GoogleCloudPlatform/covid-19-open-data,GoogleCloudPlatform/covid-19-open-data |
5dadbb528f62c2bdf8b3720c06d68392dcf481d8 | src/yaml_reader/src/waypoint.yaml | src/yaml_reader/src/waypoint.yaml | waypoints:
- number: 0
name: start
x: 10
y: 10
inportance: 1
radius: 1.5
drag: 5
- number: 1
name: gate
x: 10
y: 20
inportance: 2
radius: 2.5
drag: 3
- number: 2
name: slope
x: 20
y: 20
inportance: 3
radius: 0.5
- number: 3
name: goal
... | start:
x: 10
y: 10
inportance: 1
radius: 1.5
drag: 5
gate:
x: 10
y: 20
inportance: 2
radius: 2.5
drag: 3
slope:
x: 20
y: 20
inportance: 3
radius: 0.5
goal:
x: 20
y: 20
inportance: 4
radius: 0.5
| Update data struct of waypoits | Update data struct of waypoits
こんな感じのが簡潔で良いかと思います。 文法ミスしてたらごめんにゃー | YAML | bsd-3-clause | CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg |
8cb8ef35de8526c143e685db5c17244885ba64b7 | tasks/configure.yml | tasks/configure.yml | # tasks file for supervisor
---
- name: configure | create directories
file:
path: "{{ item | dirname }}/"
state: directory
owner: root
group: root
mode: 0755
with_items:
- "{{ supervisor_configuration_file }}"
- "{{ supervisor_unix_http_server_file }}"
- "{{ supervisor_supervisord_l... | # tasks file for supervisor
---
- name: configure | stat directories
stat:
path: "{{ item }}/"
register: stat_directories
with_items:
- "{{ supervisor_configuration_file | dirname }}"
- "{{ supervisor_unix_http_server_file | dirname }}"
- "{{ supervisor_supervisord_logfile | dirname }}"
- "{{ ... | Fix overwrite of permissions of existing directories | Fix overwrite of permissions of existing directories
This may cause issues with rsyslog (/var/log) for instance
| YAML | mit | Oefenweb/ansible-supervisor |
67916daba25162ed80c4f2dd3dc1ed6d0126d73d | example/pubspec.yaml | example/pubspec.yaml | name: sass_builder_example
description: Example to build .css files from .scss source.
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
bootstrap_sass: ^4.5.0
dev_dependencies:
build_runner: '^2.0.0'
build_web_compilers: ^3.0.0
lints: ^2.0.0
sass_builder:
path: ../
| name: sass_builder_example
description: Example to build .css files from .scss source.
publish_to: none
environment:
sdk: '>=2.0.0 <3.0.0'
dependencies:
bootstrap_sass: ^4.5.0
dev_dependencies:
build_runner: '^2.0.0'
build_web_compilers: ^3.0.0
lints: ^2.0.0
sass_builder:
path: ../
| Add `publish_to: none` to example | Add `publish_to: none` to example
| YAML | mit | dart-league/sass_builder,dart-league/sass_builder |
78616fc0c11c53f6c1658c243c5aac2785b16645 | tf-job-operator-chart/values.yaml | tf-job-operator-chart/values.yaml | # Docker image to use.
image: gcr.io/tf-on-k8s-dogfood/tf_operator:4dd012d
test_image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff
| # Docker image to use.
image: gcr.io/tf-on-k8s-dogfood/tf_operator:8d53edf
test_image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff
| Update the Docker image to pull in changes to support namespaces. | Update the Docker image to pull in changes to support namespaces.
| YAML | apache-2.0 | kubeflow/training-operator,kubeflow/training-operator,kubeflow/training-operator |
403e442800a0aa873bb58ce44e627962172cfef2 | packages/gm/gmpint.yaml | packages/gm/gmpint.yaml | homepage: https://github.com/vmchale/gmpint#readme
changelog-type: ''
hash: 64f950b43167d05396f5a8f7cda70a9c5795b53f46e1ca9ac33175ffe8bda2cf
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: GMP integer conversions
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
recursion-schemes: -any
all-versions:
- '0... | homepage: https://github.com/vmchale/gmpint#readme
changelog-type: ''
hash: 6b803fdba656b96899067046654fa289aeeb18679b804327f65a449dde7f889b
test-bench-deps: {}
maintainer: vamchale@gmail.com
synopsis: GMP integer conversions
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
recursion-schemes: -any
all-versions:
- '0... | Update from Hackage at 2018-04-11T07:14:48Z | Update from Hackage at 2018-04-11T07:14:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
421753f71d1e2e88b55dcbe58672395afbeced87 | playbooks/tox/post.yaml | playbooks/tox/post.yaml | - hosts: all
roles:
- fetch-tox-output
- fetch-testr-output
- fetch-stestr-output
| - hosts: all
roles:
- fetch-tox-output
- fetch-subunit-output
| Switch to consolidated fetch-subunit-output role | Switch to consolidated fetch-subunit-output role
fetch-testr-output and fetch-stestr-output are being merged.
Change-Id: I00d448c4e6b98a1f504b048c74eff4e110c0b511
Depends-On: I833320cf9a932d8e119645eb798ce0c93d854321
| YAML | apache-2.0 | group-policy/devstack,nawawi/openstack,openstack-dev/devstack,noironetworks/devstack,noironetworks/devstack,dtroyer/devstack,nawawi/openstack,openstack-dev/devstack,group-policy/devstack,dtroyer/devstack |
7aeced9b7e43dd1682db32e5a747ca947f92f3e6 | recipes/pytmc/meta.yaml | recipes/pytmc/meta.yaml | {% set name = "pytmc" %}
{% set version = "2.6.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/slaclab/pytmc/archive/v{{ version }}.tar.gz
sha256: 9d870903eebb26685c487af63e12fae59f9ec821d7ea6f663a1f8aec4ac95a7e
build:
noarch: python
number: 0
script: "{{ PY... | {% set name = "pytmc" %}
{% set version = "2.6.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/slaclab/pytmc/archive/v{{ version }}.tar.gz
sha256: 9d870903eebb26685c487af63e12fae59f9ec821d7ea6f663a1f8aec4ac95a7e
build:
noarch: python
number: 0
script: "{{ PY... | Switch to just an import test for pytmc | Switch to just an import test for pytmc
| YAML | bsd-3-clause | conda-forge/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,chrisburr/staged-recipes,Juanlu001/staged-recipes,petrushy/staged-recipes,SylvainCorlay/staged-recipes,birdsarah/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,igor... |
90f328baf19a719c7e978f04418bfc7cd1811038 | inst/environment.yml | inst/environment.yml | development:
base_path: ~/src/arctic-data/packages/
alternate_path: ~/src/arctic-data/packages-alt/
metadata_identifier_scheme: UUID
data_identifier_scheme: UUID
mn_base_url: https://dev.nceas.ucsb.edu/knb/d1/mn/v2
submitter: http://orcid.org/0000-0002-0381-3766
rights_holder: CN=arctic-data-admins,DC=dat... | development:
base_path: ~/src/arctic-data/packages/
alternate_path: ~/src/arctic-data/packages-alt/
metadata_identifier_scheme: UUID
data_identifier_scheme: UUID
mn_base_url: https://test.arcticdata.io/metacat/d1/mn/v2
submitter: http://orcid.org/0000-0002-0381-3766
rights_holder: CN=arctic-data-admins,DC... | Change dev MN to test.arcticdata | Change dev MN to test.arcticdata
| YAML | apache-2.0 | NCEAS/arcticdatautils |
5d78834454ede2aa0528f418d4d445e488e09e72 | .zuul.yaml | .zuul.yaml | - job:
name: senlinclient-dsvm-functional
parent: legacy-dsvm-base
run: playbooks/legacy/senlinclient-dsvm-functional/run.yaml
post-run: playbooks/legacy/senlinclient-dsvm-functional/post.yaml
timeout: 7200
required-projects:
- openstack/devstack-gate
- openstack/python-senlinclient
... | - job:
name: senlinclient-dsvm-functional
parent: legacy-dsvm-base
run: playbooks/legacy/senlinclient-dsvm-functional/run.yaml
post-run: playbooks/legacy/senlinclient-dsvm-functional/post.yaml
timeout: 7200
required-projects:
- openstack/devstack-gate
- openstack/python-senlinclient
... | Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I484d66b30fdf2e0574c2aef07230b... | YAML | apache-2.0 | openstack/python-senlinclient,openstack/python-senlinclient |
95a3ae21a2cb84585d4bb3b705e0d0c83f90f19e | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 xena unit tests | Add Python3 xena unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for xena.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Iba077861ecd36730f73c126e15652f5280ed8... | YAML | apache-2.0 | openstack/oslo.db,openstack/oslo.db |
03cce883da2666d3f5f7f0792aeb124dfc6d0bcf | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-zed-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-antelope-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 antelope unit tests | Add Python3 antelope unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for antelope.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ia7f44e48c07e76cce676ef22b3c53... | YAML | apache-2.0 | openstack/oslo.serialization |
ad9f8c53f84cbee1e6a3db250e8baa6480d671cd | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- designate-devstack-jobs
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-ussuri-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
gate:
queue... | - project:
templates:
- check-requirements
- designate-devstack-jobs
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
gate:
que... | Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I7489ab759040cee68fb56e0427608... | YAML | apache-2.0 | openstack/python-designateclient |
07e356ef84d6db0eb310f8e905683535146daa44 | ansible/roles/flannel/tasks/client.yml | ansible/roles/flannel/tasks/client.yml | ---
# Install Flannel.
- name: Force to use github-release when packages are not available
set_fact:
flannel_source_type: "github-release"
when: is_coreos or ansible_distribution == "Ubuntu"
- name: Install Flannel with package manager
action: "{{ ansible_pkg_mgr }}"
args:
name: flannel
st... | ---
# Install Flannel.
- name: Force to use github-release when packages are not available
set_fact:
flannel_source_type: "github-release"
when: is_coreos or ansible_distribution == "Ubuntu"
- name: Install Flannel with package manager
action: "{{ ansible_pkg_mgr }}"
args:
name: flannel
st... | Fix for setting the upstart fact for ansible prior to 2.0.2[D | Fix for setting the upstart fact for ansible prior to 2.0.2[D
| YAML | apache-2.0 | Q-Lee/contrib,kokhang/contrib,gouyang/contrib,Q-Lee/contrib,simonswine/kubernetes-contrib,stephenrlouie/contrib,andrew-j-price/contrib,jojimt/contrib,foxish/contrib,gouyang/contrib,aknuds1/contrib,girishkalele/contrib,Wattpad/kubernetes-contrib,freehan/contrib,chiradeep/contrib,aknuds1/contrib,pwittrock/contrib,moul/co... |
103f7616bd4e6e2ebd594ed4b8f06dc8c00a723a | production.yml | production.yml | version: '3'
services:
downtorrent_back_prod:
container_name: downtorrent_back_prod
build:
context: .
dockerfile: Dockerfile-back.prod
expose:
- "10003"
- "9090"
- "51413"
ports:
- "10003:10003"
- "9090:9090"
downtorrent_front_prod:
container_name: downt... | version: '3'
services:
downtorrent_back_prod:
container_name: downtorrent_back_prod
restart: always
build:
context: .
dockerfile: Dockerfile-back.prod
expose:
- "10003"
- "9090"
- "51413"
ports:
- "10003:10003"
- "9090:9090"
downtorrent_front_prod:
c... | Add restart policy to docker-compose | Add restart policy to docker-compose
| YAML | mit | daniegarcia254/DownTorrent,daniegarcia254/DownTorrent,daniegarcia254/DownTorrent |
6283f670af429e2c1e889c60c8d7ba8493c43d9f | image-yaml/overcloud-images.yaml | image-yaml/overcloud-images.yaml | disk_images:
-
imagename: overcloud-full
arch: amd64
type: qcow2
elements:
- baremetal
- dhcp-all-interfaces
- overcloud-agent
- overcloud-full
- overcloud-controller
- overcloud-compute
- overcloud-ceph-storage
- puppet-modules
- hiera
- os-... | disk_images:
-
imagename: overcloud-full
arch: amd64
type: qcow2
elements:
- baremetal
- dhcp-all-interfaces
- overcloud-agent
- overcloud-full
- overcloud-controller
- overcloud-compute
- overcloud-ceph-storage
- puppet-modules
- hiera
- os-... | Add element to regenerate dracut on the agent | Add element to regenerate dracut on the agent
We need to include extra modules in the agent, for supporting
booting from iscsi
Change-Id: Ib12050a080995d1c0580ddd78d007b096d32d996
Depends-On: Ieda51d71c4760c66c00c48d27b6b6b66e3f479eb
| YAML | apache-2.0 | openstack/tripleo-common,openstack/tripleo-common |
8cada351b0cdd1b014ae3e0e4b786463099d076c | ansible/roles/horizon/tasks/start.yml | ansible/roles/horizon/tasks/start.yml | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_IRONIC: "{{ 'yes' if enable_ironic | bool else 'no' }}"
ENABLE_MANILA: "{{ 'yes' if enable... | ---
- name: Starting horizon container
kolla_docker:
action: "start_container"
common_options: "{{ docker_common_options }}"
image: "{{ horizon_image_full }}"
name: "horizon"
environment:
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_cloudkitty | bool else 'no' }}"
ENABLE_IRONIC: "{{ 'yes' if... | Enable cloudkitty ui when enable_cloudkitty is yes | Enable cloudkitty ui when enable_cloudkitty is yes
Change-Id: If4a9e1db02e89362b01181149327983fc1c556f2
Depends-On: I6bb33de6d19ba42710e6d4138059c23076b759ec
Closes-Bug: #1641053
| YAML | apache-2.0 | dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible |
ae3d2f844e700261c7d5402353bbf255b5976131 | .github/workflows/pull-request.yml | .github/workflows/pull-request.yml | name: Pull Request
on: [pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Che... | name: Pull Request
on: [pull_request]
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x, 1.15.x]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
uses: golangci/golangci-lint-action@v2
w... | Move Install Go step after Lint | Move Install Go step after Lint
| YAML | bsd-3-clause | kare/vanity,kare/vanity |
4b84c1fe9a772ca4d415aefb45fa3d6706a502b7 | .k8s/live/api-sandbox/ingress.yaml | .k8s/live/api-sandbox/ingress.yaml | apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
annotations:
external-dns.alpha.kubernetes.io/set-identifier: cccd-app-ingress-cccd-api-sandbox-green
external-dns.alpha.kubernetes.io/aws-weight: "100"
name: cccd-app-ingress
namespace: cccd-api-sandbox
spec:
rules:
- host: api-sandbox.c... | apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
annotations:
external-dns.alpha.kubernetes.io/set-identifier: cccd-app-ingress-cccd-api-sandbox-green
external-dns.alpha.kubernetes.io/aws-weight: "100"
kubernetes.io/ingress.class: "modsec01"
nginx.ingress.kubernetes.io/enable-modsecurity:... | Enable ModSecurity WAF on api-sandbox | Enable ModSecurity WAF on api-sandbox
| YAML | mit | ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments,ministryofjustice/advocate-defence-payments |
58774d5e9d64ba9b797bfb200ef7f090f22fbfe1 | ci/travis-310.yaml | ci/travis-310.yaml | name: glymur
channels:
- conda-forge
dependencies:
- python=3.10.*
- gdal
- lxml
- numpy
- openjpeg
- libtiff
- pytest-xdist
| name: glymur
channels:
- conda-forge
dependencies:
- python=3.10.*
- gdal
- libtiff
- lxml
- numpy
- openjpeg
- pytest-xdist
- scikit-image
| Add scikit-image to py310 test configuration | Add scikit-image to py310 test configuration
Closes: #566
| YAML | mit | quintusdias/glymur,quintusdias/glymur |
160b80541a53ef80363bf112369037d79199e0dc | molecule/wordpress-deploy/molecule.yml | molecule/wordpress-deploy/molecule.yml | ---
driver:
name: docker
lint:
name: yamllint
enabled: false
platforms:
# Platforms cannot be defined in `--base-config` file.
# See https://github.com/ansible/molecule/issues/1328
# MOLECULE_SCENARIO_NAME
- name: dvm-docker-default
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubuntu1604}-ansible:lat... | ---
driver:
name: docker
lint:
name: yamllint
enabled: false
platforms:
# Platforms cannot be defined in `--base-config` file.
# See https://github.com/ansible/molecule/issues/1328
# MOLECULE_SCENARIO_NAME
- name: "dvm-docker-${MOLECULE_SCENARIO_NAME}"
image: "geerlingguy/docker-${MOLECULE_DISTRO:-ubu... | Make platform instance name dynamic | Make platform instance name dynamic
| YAML | mit | kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm,kentr/drupal-vm |
79cca598311c7c4c4de52dad6ec8bb259e61bac4 | src/rabbitmq-broker/ci/pipeline.yml | src/rabbitmq-broker/ci/pipeline.yml | ---
resources:
- name: cf-rabbitmq-release
type: git
source:
uri: git@github.com:pivotal-cf/cf-rabbitmq-release.git
branch: concourse
private_key: {{git-ssh-key}}
jobs:
- name: test
plan:
- get: cf-rabbitmq-release
trigger: true
- task: test
config:
inputs:
- name: cf-rabbitm... | ---
resources:
- name: cf-rabbitmq-release
type: git
source:
uri: git@github.com:pivotal-cf/cf-rabbitmq-release.git
branch: develop
private_key: {{git-ssh-key}}
jobs:
- name: test
plan:
- get: cf-rabbitmq-release
trigger: true
- task: test
config:
inputs:
- name: cf-rabbitmq-... | Use `develop` branch for testing rabbitmq-broker | Use `develop` branch for testing rabbitmq-broker
[#109618906]
Signed-off-by: Derik Evangelista <70505a31063ee00d819d9d243caf579a659cbb4f@pivotal.io>
| YAML | apache-2.0 | pivotal-cf/cf-rabbitmq-release,pivotal-cf/cf-rabbitmq-release,pivotal-cf/cf-rabbitmq-release,pivotal-cf/cf-rabbitmq-release |
cf84345999e431110c839e801ab95b82c50d219a | circle.yml | circle.yml | deployment:
release:
tag: /v[0-9]+\.[0-9]+\.[0-9]+/
commands:
- go get github.com/tcnksm/ghr
- make clean
- make VERSION=$CIRCLE_TAG
- rm -rf bin/.*
- ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME --replace $CIRCLE_TAG bin/
| machine:
post:
- curl https://glide.sh/get | sh
- glide install
- cp -r ./vendor/github.com $GOPATH/src
deployment:
release:
tag: /v[0-9]+\.[0-9]+\.[0-9]+/
commands:
- go get github.com/tcnksm/ghr
- make clean
- make VERSION=$CIRCLE_TAG
- rm -rf bin/.*
- ghr -t $GITHUB_TOKEN ... | Fix failed build on Circle CI | Fix failed build on Circle CI
| YAML | mit | moutend/mediumctl |
7714cbd7444a9d0436880d90019b4b0dccc05380 | circle.yml | circle.yml | machine:
java:
version: oraclejdk6
test:
override:
- mvn test -P core
notify:
webhooks:
- url: http://td-beda.herokuapp.com/circleci_callback
| machine:
java:
version: oraclejdk6
test:
override:
- mvn test -P core
- cp -af target/site/* $CIRCLE_ARTIFACTS
notify:
webhooks:
- url: http://td-beda.herokuapp.com/circleci_callback
| Copy jacoco result as a CircleCI artifact | Copy jacoco result as a CircleCI artifact
| YAML | apache-2.0 | treasure-data/td-logger-java |
b6ce76248a310f6617224e34b7756fc103dd7dae | circle.yml | circle.yml | machine:
xcode:
version: "7.1"
test:
override:
- script/cibuild
| machine:
xcode:
version: 7.2
test:
override:
- script/cibuild
| Update CircleCI to Xcode 7.2 | Update CircleCI to Xcode 7.2 | YAML | apache-2.0 | rheinfabrik/Dobby,rheinfabrik/Dobby,rheinfabrik/Dobby,trivago/Dobby,trivago/Dobby,trivago/Dobby |
3d1194591306c897ee95b276346fe2ba96981c61 | circle.yml | circle.yml | machine:
services:
- docker
general:
branches:
ignore:
- /.*/
artifacts:
- "pkg"
dependencies:
pre:
- mkdir -p ~/pkg ~/cache ~/keys
- echo -e $RPM_GPG_KEY > /home/ubuntu/keys/RPM-SIGNING-KEY.private
cache_directories:
- "~/cache"
post:
- docker run -e RPM_SIGNING_PASSPHRA... | machine:
services:
- docker
general:
branches:
ignore:
- /.*/
artifacts:
- "pkg"
dependencies:
pre:
- mkdir -p ~/pkg ~/cache ~/keys
- echo -e $RPM_GPG_KEY > /home/ubuntu/keys/RPM-SIGNING-KEY.private
cache_directories:
- "~/cache"
post:
- docker run -e RPM_SIGNING_PASSPHRA... | Use OMNIBUS_SOFTWARE_BRANCH parameter in CircleCI | Use OMNIBUS_SOFTWARE_BRANCH parameter in CircleCI
| YAML | mit | DataDog/docker-dd-agent-build-rpm-x64 |
00e27c16290fac404158cbb0f1bef932172166a0 | operations/cfdot.yml | operations/cfdot.yml | ---
- type: replace
path: /instance_groups/name=diego-bbs/jobs/-
value:
name: cfdot
release: diego
properties:
diego:
cfdot:
bbs:
use_ssl: true
ca_cert: "((diego_bbs_server.ca))"
client_cert: "((diego_bbs_server.certificate))"
clien... | ---
- type: replace
path: /instance_groups/name=diego-bbs/jobs/-
value:
name: cfdot
release: diego
properties:
diego:
cfdot:
bbs:
use_ssl: true
ca_cert: "((diego_bbs_client.ca))"
client_cert: "((diego_bbs_client.certificate))"
clien... | Fix bbs cert to use client, not server | Fix bbs cert to use client, not server
Signed-off-by: Aakash Shah <88d21716b3df1e9d291d91c646300964a4b6d807@pivotal.io>
| YAML | apache-2.0 | emalm/cf-deployment,cloudfoundry/cf-deployment,cloudfoundry/cf-deployment |
6fbf11a32e155f42f8b9bdae931b29e55fe39d12 | circle.yml | circle.yml | machine:
environment:
STREAK_CLUB_PIPELINE_KEY: clubs
STREAK_LEADER_PIPELINE_KEY: leaders
STREAK_API_KEY: test_api_key
CLOUD9_USERNAME: test_username
CLOUD9_PASSWORD: test_password
CLOUD9_TEAM_NAME: fake_team_name
deployment:
production:
branch: master
commands:
# CircleCI sha... | machine:
environment:
GOOGLE_MAPS_API_KEY: test_maps_api_key
STREAK_CLUB_PIPELINE_KEY: clubs
STREAK_LEADER_PIPELINE_KEY: leaders
STREAK_API_KEY: test_api_key
CLOUD9_USERNAME: test_username
CLOUD9_PASSWORD: test_password
CLOUD9_TEAM_NAME: fake_team_name
deployment:
production:
branch... | Set GOOGLE_MAPS_API_KEY on CircleCI tests | Set GOOGLE_MAPS_API_KEY on CircleCI tests
| YAML | mit | hackclub/api,hackclub/api,hackclub/api |
f35904369524c0fe38e68a7a40eb22a52ac1cc58 | manifest.yml | manifest.yml | ---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.9.12
dependencies:
- name: nginx
version: 1.9.12
ur... | ---
language: staticfile
exclude_files:
- .git/
- .gitignore
- .gitmodules
- .rspec
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx.tgz
name: nginx
version: 1.9.13
dependencies:
- name: nginx
version: 1.9.13
ur... | Add nginx 1.9.13, remove nginx 1.9.12 | Add nginx 1.9.13, remove nginx 1.9.12
[#116842745]
| YAML | mit | SaberZaabouti/myBuildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,SaberZaabouti/myBuildpack,jockhip12/mybuildpack,sks/staticfile-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,SaberZaabouti/myBuildpack,cloudfoundry/staticfile-buildpack,dhaywael/static-buildpack,dhaywael/static-buildpack,cloudfound... |
3a178020e6777a2047953d9c3313bc66bd972585 | circle.yml | circle.yml | machine:
node:
version: 8.9.0
services:
- docker
dependencies:
pre:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install -y libstdc++-4.9-dev
override:
- if [ ! -f $HOME/.meteor/meteor ]; then curl https://install.meteor.com | sh; fi
... | machine:
node:
version: 8.9.0
services:
- docker
environment:
NODE_VERSION: 4.8.6
dependencies:
pre:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get install -y libstdc++-4.9-dev
override:
- if [ ! -f $HOME/.meteor/meteor ]; then curl h... | Use NODE_VERSION env variable for deploy. | Use NODE_VERSION env variable for deploy.
| YAML | mit | jbg77/meteord |
83b3e6561949b381528e669bc39c6776a7824388 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: ubuntu:14.04
- image: redis:5.0.5-alpine
working_directory: ~/webdis
steps:
- checkout
# Build & run
- run: |
apt-get -y update &&
apt-get -y upgrade &&
apt-get -y --force-yes install wget make gcc libe... | version: 2
jobs:
build:
docker:
- image: ubuntu:14.04
- image: redis:5.0.5-alpine
working_directory: ~/webdis
steps:
- checkout
# Build & run
- run: |
apt-get -y update &&
apt-get -y upgrade &&
apt-get -y --force-yes install wget make gcc libe... | Fix daemonize option for Circle CI | Fix daemonize option for Circle CI
| YAML | bsd-2-clause | nicolasff/webdis,nicolasff/webdis,nicolasff/webdis,nicolasff/webdis,nicolasff/webdis |
5247522212d9e83bf88b941ef5b60eb2cafe072b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/circulate
docker:
- image: python:3.6.0
environment:
FLASK_CONFIG: testing
TEST_DATABASE_URL: postgresql://ubuntu@localhost/circle_test?sslmode=disable
- image: postgres:9.6.2
environment:
POSTGRES_USER: ubu... | version: 2
jobs:
build:
working_directory: ~/circulate
docker:
- image: python:3.6.0
environment:
FLASK_CONFIG: testing
TEST_DATABASE_URL: postgresql://ubuntu@localhost/circle_test?sslmode=disable
- image: postgres:9.6.2
environment:
POSTGRES_USER: ubu... | Set up Heroku on CCI3 | Set up Heroku on CCI3
| YAML | mit | keybits/circulate,keybits/circulate,keybits/circulate |
6c046615a45e5577a7a0289b735780da850d998f | .circleci/config.yml | .circleci/config.yml | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.1.5-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a... | # PHP CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-php/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/php:7.1.5-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a... | Add the installation step of Composer. | Add the installation step of Composer.
| YAML | mit | aiiro/ArrayBox |
f65076270d954fa93e28e2ac0f608c6047a16602 | packages/hi/hid.yaml | packages/hi/hid.yaml | homepage: ''
changelog-type: markdown
hash: e2dc556d6ca568aafdfcde5033ee6532ff020ce111ffc009467526568386b2f0
test-bench-deps: {}
maintainer: Dimitri Sabadie <dimitri.sabadie@gmail.com>
synopsis: Interface to hidapi library
changelog: ! '## 0.2.1
- Now depends only on libusb (removed the use of hidraw).
- Added g... | homepage: https://github.com/phaazon/hid
changelog-type: markdown
hash: ba73f824ca3f2c0bee00c9d7c226df282b3f269fe5d350a6af1b6da0a486438b
test-bench-deps: {}
maintainer: Dimitri Sabadie <dimitri.sabadie@gmail.com>
synopsis: Interface to hidapi library
changelog: ! '## 0.2.1
- Now depends only on libusb (removed the ... | Update from Hackage at 2015-09-05T10:38:21+0000 | Update from Hackage at 2015-09-05T10:38:21+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
55b5915724c606f001013982d9906be2d7d3916c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/asaskevich/govalidator
steps:
- checkout
- run: go get -v -t -d ./...
- run: go test -v ./...
| version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9
working_directory: /go/src/github.com/asaskevich/govalidator
steps:
- checkout
- run: diff -u /dev/null <(gofmt -d .)
- run: go get -v -t -d ./...
- run: go test -v ./...
| Add go fmt as a CI step | Add go fmt as a CI step
| YAML | mit | asaskevich/govalidator,nathj07/govalidator |
e10c572f194ea93afbf27b52421bae84e4ec9817 | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/python:3.6
- image: circleci/mongo:latest
working_directory: ~/repo
steps:
- checkout
# Download and cache depen... | Include MongoDB in CircleCI build because it is needed by the tests | Include MongoDB in CircleCI build because it is needed by the tests
| YAML | mit | tjensen/PyTexas2017 |
636481bad211e4dc48e74cd230a7000b681ffc2c | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
# skipping build step because Gemfile.lock is not included in the source
# this makes the bundler caching step a noop
test:
parameters:
ruby-image:
type: string
docker:
- image: << parameters.ruby-image >>
steps:
- run:
command: sudo apt-get upda... | version: 2.1
jobs:
# skipping build step because Gemfile.lock is not included in the source
# this makes the bundler caching step a noop
test:
parameters:
ruby-image:
type: string
docker:
- image: << parameters.ruby-image >>
steps:
- run:
command: sudo apt-get upda... | Add full ruby version matrix | Add full ruby version matrix
| YAML | mit | ruby-protobuf/protobuf,ruby-protobuf/protobuf |
3db2cdde37598d511b24fe4201d8ada5cc91f3c5 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1-node-browsers
steps:
- checkout
- type: cache-restore
key: kanji-{{ checksum "Gemfile.lock" }}
- run: bundle install --path vendor/bundle
- run: bundle exec rspec
#- run: bundle exec rubocop -R
| version: 2
jobs:
build:
docker:
- image: circleci/ruby:2.4.1-node-browsers
steps:
- checkout
- type: cache-restore
key: kanji-{{ checksum "kanji.gemspec" }}
- run: bundle install --path vendor/bundle
- run: bundle exec rspec
#- run: bundle exec rubocop -R
| Adjust circle ci cache key to use gemspec instead of lock | Adjust circle ci cache key to use gemspec instead of lock
| YAML | mit | dphaener/kanji,dphaener/kanji |
80b7f48c8fc9bf85f976044ff89d7fdff23aae8b | packages/al/alg.yaml | packages/al/alg.yaml | homepage: ''
changelog-type: ''
hash: c5d430869388f6d8b21bcf45f32112c10b6a877e8fa21f13e73571ff52059f0e
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.11 && <5'
util: ! '>=0.1.9 && <0.2'
all-versions:
- 0.2.0.0
- 0.2.1.0
- 0.2.2.0
- 0.2.2.1
-... | homepage: ''
changelog-type: ''
hash: 72865c2492c6f89c34fbfc768eea839e31466f3ffa50de8a845eee8d58fb32c6
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Algebraic structures
changelog: ''
basic-deps:
base: ! '>=4.11 && <5'
util: ! '>=0.1.9 && <0.2'
dual: ! '>=0.1 && <0.2'
all-versions:
- 0.2.0.0
- 0.2... | Update from Hackage at 2019-10-16T01:10:08Z | Update from Hackage at 2019-10-16T01:10:08Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b5222825f7e72975bf6124bcf821cf33ad8f512a | provisioners/roles/solr/tasks/main.yml | provisioners/roles/solr/tasks/main.yml | ---
# tasks file for solr
- name: download solr source binary
get_url:
url=http://archive.apache.org/dist/lucene/solr/4.9.1/solr-4.9.1.tgz
dest=/tmp/solr-4.9.1.tgz
- name: create solr home
file:
path="{{solr_home}}"
state=directory
owner=vagrant
group=vagrant
sudo: yes
- name: unzip so... | ---
# tasks file for solr
- name: download solr source binary
get_url:
url=http://archive.apache.org/dist/lucene/solr/4.9.1/solr-4.9.1.tgz
dest=/tmp/solr-4.9.1.tgz
timeout=30
- name: create solr home
file:
path="{{solr_home}}"
state=directory
owner=vagrant
group=vagrant
sudo: yes
-... | Add timeout for SOLR download | Add timeout for SOLR download
| YAML | cc0-1.0 | sleitner/ckan-installer |
70e4d1eb15bdc0a5874f0c5eda0e13a9739c648a | zuul.d/project.yaml | zuul.d/project.yaml | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | ---
# Copyright 2017, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to ... | Add infra scenario CI jobs | Add infra scenario CI jobs
These jobs will test the role in the context of the integrated repo
which may show errors not covered by the functional tests.
Depends-On: https://review.opendev.org/756244
Depends-On: https://review.opendev.org/755497
Change-Id: Ice244f946bb2f7199979e0d74ceb61ce64d7a68d
| YAML | apache-2.0 | openstack/openstack-ansible-lxc_hosts,openstack/openstack-ansible-lxc_hosts |
2a2499887ad1056c72c2f53f3da11960ae04bd8a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/libx
docker:
- image: openjdk:8
environment:
# Suppress warnings by setting LEIN_ROOT.
LEIN_ROOT=nbd
steps:
- checkout
- restore_cache:
key: << checksum "project.clj" >>
- run: bin/lein deps
- save_cache:
... | version: 2
jobs:
build:
working_directory: ~/libx
docker:
- image: openjdk:8
environment:
# Suppresses warnings
LEIN_ROOT=nbd
# Allows tests to pass with snapshot lib versions used in project
LEIN_SNAPSHOTS_IN_RELEASE=true
steps:
- checkout
- restore_cache:
... | Allow snapshot library versions for circle ci | Allow snapshot library versions for circle ci
| YAML | mit | CoNarrative/precept,CoNarrative/precept |
ab2ee57f7c587bce520a2c713320bc6227965b66 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
haskell: haskell-works/haskell-build@dev:jky
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name... | version: 2.1
orbs:
haskell: haskell-works/haskell-build@1.6.0
github: haskell-works/github-release@1.2.1
hackage: haskell-works/hackage@1.0.0
workflows:
multiple-ghc-build:
jobs:
- haskell/build:
name: GHC 8.2.2
executor: haskell/ghc-8_2_2
- haskell/build:
name: ... | Upgrade circleci to use haskell/build 1.6.0 | Upgrade circleci to use haskell/build 1.6.0
| YAML | bsd-3-clause | haskell-works/hw-prim |
6c162782a43b49f3c792febf356abc0cfe3b214c | .circleci/config.yml | .circleci/config.yml | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.5.0
# Sp... | # Python CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.5.4
# Sp... | Change target python version in tests | Change target python version in tests
| YAML | mit | aurule/npc,aurule/npc |
72ef930a00f1ea33eb4cbc72f3d20ab3d47f1c06 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
environment:
USER_NAME: rossta
USER_EMAIL: ross@rossta.net
docker:
- image: circleci/ruby:2.4.2-node-browsers
steps:
- checkout
- restore_cache:
keys:
- gem-cache-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
- gem-cac... | version: 2
jobs:
build:
environment:
USER_NAME: rossta
USER_EMAIL: ross@rossta.net
docker:
- image: circleci/ruby:2.4.2-node-browsers
steps:
- checkout
- restore_cache:
keys:
- gem-cache-{{ .Branch }}-{{ checksum "Gemfile.lock" }}
- gem-cac... | Use bin/rake instead of bundle exec (fixes build error) | Use bin/rake instead of bundle exec (fixes build error)
| YAML | mit | rossta/rossta.github.com,rossta/rossta.github.com,rossta/rossta.github.com |
a325280c709a920d30c3acee9dffb8d5d431d456 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
environment:
CC_TEST_REPORTER_ID: e3d75ff107da64b21112668c156648bb46095c70ea6660964a402c766c92225c
docker:
- image: notnoopci/php:7.1.5-browsers
working_directory: ~/repo
steps:
- checkout
- run: sudo pecl install xdebug && sudo docker-php-ext-enable xd... | version: 2
jobs:
build:
environment:
CC_TEST_REPORTER_ID: e3d75ff107da64b21112668c156648bb46095c70ea6660964a402c766c92225c
docker:
- image: notnoopci/php:7.1.5-browsers
working_directory: ~/repo
steps:
- checkout
- run: sudo pecl install xdebug && sudo docker-php-ext-enable xd... | Put code coverage reports in a sub-directory | Put code coverage reports in a sub-directory
| YAML | mit | ejcnet/sourcebot |
dfb83f914a03aefdd940e3c7acd1c921a5b0b407 | schema_dev.yml | schema_dev.yml | ruby:
- 2.3.0
activerecord:
- 5.0
db:
- mysql2
- sqlite3
- postgresql
| ruby:
- 2.3.1
activerecord:
- 5.0
db:
- mysql2
- sqlite3
- postgresql
| Test against ruby 2.3.1 since that’s the latest stable release | Test against ruby 2.3.1 since that’s the latest stable release | YAML | mit | SchemaPlus/schema_plus_core |
20a2d6d9badfcb4f9955e6f3a578c5472f0328b3 | tasks/dns.yml | tasks/dns.yml | ---
- name: dns | install dnsmasq
apt: name=dnsmasq update_cache=yes cache_valid_time=86400
- name: dns | configure dnsmasq
template: src=dnsmasq.conf dest=/etc/dnsmasq.d/10-{{ consul_service_name }}
register: dnsmasq_config_result
- name: dns | tell dhclient to use prefer dnsmasq
command: "sed /etc/dhcp/dhcl... | ---
- name: dns | install dnsmasq
apt: name=dnsmasq update_cache=yes cache_valid_time=86400
- name: dns | configure dnsmasq
template: src=dnsmasq.conf dest=/etc/dnsmasq.d/10-{{ consul_service_name }}
register: dnsmasq_config_result
- name: dns | tell dhclient to use prefer dnsmasq
command: "sed /etc/dhcp/dhcl... | Set `changed_when` because there is no good way (at the moment) to determine if this task was idempotent | Set `changed_when` because there is no good way (at the moment) to determine if this task was idempotent
| YAML | mit | chatid/ansible-consul |
5e2ac7347ec6c0481d12354896cc3c5cd761dcf0 | metadata/com.github.cetoolbox.yml | metadata/com.github.cetoolbox.yml | Categories:
- Science & Education
License: Apache-2.0
WebSite: https://cetoolbox.github.io
SourceCode: https://github.com/cetoolbox/cetoolbox
IssueTracker: https://github.com/cetoolbox/cetoolbox/issues
AutoName: CEToolbox
Description: |-
The CEToolbox project aims to provide a convenient tool for computing Capil... | Categories:
- Science & Education
License: Apache-2.0
WebSite: https://cetoolbox.github.io
SourceCode: https://github.com/cetoolbox/cetoolbox
IssueTracker: https://github.com/cetoolbox/cetoolbox/issues
AutoName: CEToolbox
Description: |-
The CEToolbox project aims to provide a convenient tool for computing Capil... | Update CEToolbox to 1.3.2 (7) | Update CEToolbox to 1.3.2 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a0ed5d54cec65e022a78ccfd9f4f15bafe2b52ed | .github/workflows/python-package.yml | .github/workflows/python-package.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
- name: Install dependencies
... | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install dependencies
... | Fix python version in package workflow | Fix python version in package workflow
| YAML | mit | slimta/slimta,slimta/slimta |
36164d5fac46cfb164e3734c9eecb5e01ef3356f | metadata/com.crazylegend.vigilante.yml | metadata/com.crazylegend.vigilante.yml | Categories:
- Security
License: GPL-3.0-only
AuthorName: FunkyMuse
AuthorWebSite: https://www.funkymuse.dev/
SourceCode: https://github.com/FunkyMuse/Vigilante
IssueTracker: https://github.com/FunkyMuse/Vigilante/issues
Changelog: https://github.com/FunkyMuse/Vigilante/releases
Donate: https://patreon.com/funkymuse
... | Categories:
- Security
License: GPL-3.0-only
AuthorName: FunkyMuse
AuthorWebSite: https://www.funkymuse.dev/
SourceCode: https://github.com/FunkyMuse/Vigilante
IssueTracker: https://github.com/FunkyMuse/Vigilante/issues
Changelog: https://github.com/FunkyMuse/Vigilante/releases
Donate: https://patreon.com/funkymuse
... | Update Vigilante to 1.0.9 (8) | Update Vigilante to 1.0.9 (8)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a36d2cae5de17892c58202af91237bc9afa9bb39 | deployment/roles/common/tasks/main.yml | deployment/roles/common/tasks/main.yml | ---
# Install common dependencies
- name: update package repo
apt: update_cache=yes upgrade=safe
- name: install packages
apt:
name: "{{item}}"
state: installed
with_items:
- acl # required by Ansible 2.1 to become_user
- build-essential
- curl
- emacs24-nox
- git
- ntp
- vim
... | ---
# Install common dependencies
- name: update package repo
apt: update_cache=yes upgrade=safe
- name: install apt packages
apt: name={{item}} state=installed
with_items:
- acl # required by Ansible 2.1 to become_user
- build-essential
- curl
- emacs24-nox
- git
- ntp
- python-pip
... | Add missing deps for "add apt key for nodesource" step | fix(deployment): Add missing deps for "add apt key for nodesource" step
| YAML | apache-2.0 | maur1th/naxos,maur1th/naxos,maur1th/naxos,maur1th/naxos |
8208d64a30cd01f25ac3bbede22f2f319a4c15ba | .gitlab-ci.yml | .gitlab-ci.yml | image: ruby:2.1
pages:
script:
- gem install jekyll
- jekyll build -d public/
artifacts:
paths:
- public
| pages:
stage: deploy
image: ruby:2.1
script:
- gem install jekyll
- gem install redcarpet
- jekyll build -d public
artifacts:
paths:
- public
only:
- master
| Improve CI setup for GitLab pages | Improve CI setup for GitLab pages
| YAML | apache-2.0 | chillcoding-at-the-beach/chillcoding-at-the-beach.github.io,chillcoding-at-the-beach/chillcoding-at-the-beach.github.io,chillcoding-at-the-beach/chillcoding-at-the-beach.github.io |
1de1baff9d17a3acaa684bcc103bd2a9758741a6 | .gitlab-ci.yml | .gitlab-ci.yml | image: golang:alpine
variables:
REPO_NAME: gitlab.com/elves/elvish
before_script:
- go version
stages:
- test
- deploy
test:
stage: test
script:
- apk add gcc musl-dev
- go test -race ./...
deploy:
stage: deploy
script:
- apk add zip
- ./tools/buildall.sh . _bin HEAD
artifacts:
... | image: golang:alpine
variables:
REPO_NAME: gitlab.com/elves/elvish
before_script:
- go version
stages:
- test
- deploy
test:
stage: test
script:
- apk add gcc musl-dev
- go test -race ./...
deploy:
stage: deploy
script:
- apk add zip
- ./tools/buildall.sh . bin HEAD
artifacts:
... | Rename directory for binary artifacts to just "bin". | Rename directory for binary artifacts to just "bin".
| YAML | bsd-2-clause | elves/elvish,elves/elvish,elves/elvish,elves/elvish,elves/elvish |
e87c8246365a048606daca0c5e696af065e6639b | .gitlab-ci.yml | .gitlab-ci.yml | image: python:3.6
variables:
QVM_URL: "http://qvm:5000"
QUILC_URL: "tcp://quilc:5555"
before_script:
- pip install tox
services:
- name: rigetti/qvm
alias: qvm
command: ["-S"]
- name: rigetti/quilc
alias: quilc
command: ["-R"]
test:
tags:
- github
script:
- echo "[Rigetti F... | image: python:3.6
variables:
QVM_URL: "http://qvm:5000"
QUILC_URL: "tcp://quilc:5555"
before_script:
- pip install tox
services:
- name: rigetti/qvm
alias: qvm
command: ["-S"]
- name: rigetti/quilc
alias: quilc
command: ["-R"]
test:
tags:
- github
script:
- echo "[Rigetti F... | Add pandoc to CI for changelog rst->md conversion | Add pandoc to CI for changelog rst->md conversion
| YAML | apache-2.0 | rigetticomputing/pyquil |
e7afbcec422dbd436b3d010e55362c6baf97ec32 | .gitlab-ci.yml | .gitlab-ci.yml | image: gabrielaraujof/angular-cli
stages:
- build
- unit test
- deploy staging
- e2e test
- deploy prod
before_script:
- npm install
cache:
paths:
- node_modules/
bundling job:
stage: build
script:
- ng build
unit testing job:
stage: unit test
script:
- ng test --watch=false
deploy sta... | image: gabrielaraujof/angular-cli
stages:
- build
- unit test
- deploy staging
- e2e test
- deploy prod
before_script:
- npm install
cache:
paths:
- node_modules/
bundling job:
stage: build
script:
- ng build --prod
artifacts:
paths:
- public
unit testing job:
stage: unit test
s... | Add artifacts and dependencies to the pipeline config | Add artifacts and dependencies to the pipeline config
| YAML | mit | gabrielaraujof/pypicompare,gabrielaraujof/pypicompare,gabrielaraujof/pypicompare |
eec6df930abb17e73dcff3227e9c83bba9ea829c | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- apt-get update -qq && apt-get install -y -qq nodejs
- npm install -g gulp
- npm install
build:
script:
- gulp build
| before_script:
- sudo apt-get update -qq && sudo apt-get install -y -qq nodejs
- npm install -g gulp
- npm install
build:
script:
- gulp build
| Add sudo to build tasks | Add sudo to build tasks
| YAML | mit | findologic/sentry-browser-demo,findologic/sentry-browser-demo |
863bf2b8c1048c9b83f8ac504962c5f85f84deb5 | .gitlab-ci.yml | .gitlab-ci.yml | pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- "/"
only:
- master
| pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- "."
only:
- master
| Update path to use root | Update path to use root
| YAML | mit | JikkuJose/JikkuJose.github.io,JikkuJose/JikkuJose.github.io |
099ced1a9c157bee2892228c3d12df57f55dd027 | ansible/playbook.yml | ansible/playbook.yml | ---
- hosts: servers
become: yes
roles:
- base
- groonga
- postgresql
- mariadb
- redmine
- httpd
- hosts: log
become: yes
roles:
- base
- fluentd
- benchmark
| ---
- hosts: servers
become: yes
roles:
- base
- groonga
- { role: postgresql, when: database_adapter == "postgresql" }
- { role: mariadb, when: database_adapter == "mysql2" }
- redmine
- httpd
- hosts: log
become: yes
roles:
- base
- fluentd
- benchmark
| Set up database when use it | Set up database when use it
| YAML | apache-2.0 | okkez/redmine_full_text_search-benchmark,okkez/redmine_full_text_search-benchmark |
03e7420e6d1bb48d67aa505a45008424ca48758c | ggd-recipes/hg38/hisat2.yaml | ggd-recipes/hg38/hisat2.yaml | # hisat2 (v2.0.1) reference with Ensembl release 78 exon and splicesite annotations
# Derived from NCBI set with HLA and decoy alternative alleles
# ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/reference/GRCh38_reference_genome/
# README.md has an in depth description of how this was created
---
attributes:
nam... | # hisat2 (v2.0.1) reference with Ensembl release 78 exon and splicesite annotations
# Derived from NCBI set with HLA and decoy alternative alleles
# ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/technical/reference/GRCh38_reference_genome/
# README.md has an in depth description of how this was created
---
attributes:
nam... | Use the right tar flag for xz. | Use the right tar flag for xz.
| YAML | mit | chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux,rchekaluk/cloudbiolinux,chapmanb/cloudbiolinux |
87925c714e0183230524463cec420255536d4fc5 | metadata/org.bitbatzen.wlanscanner.yml | metadata/org.bitbatzen.wlanscanner.yml | Categories:
- System
- Connectivity
- Security
License: GPL-3.0-only
SourceCode: https://github.com/bewue/WLANScanner
IssueTracker: https://github.com/bewue/WLANScanner/issues
AutoName: WLANScanner
RepoType: git
Repo: https://github.com/bewue/WLANScanner.git
Builds:
- versionName: 1.0.1
versionCode: 1
... | Categories:
- System
- Connectivity
- Security
License: GPL-3.0-only
SourceCode: https://github.com/bewue/WLANScanner
IssueTracker: https://github.com/bewue/WLANScanner/issues
AutoName: WLANScanner
RepoType: git
Repo: https://github.com/bewue/WLANScanner.git
Builds:
- versionName: 1.0.1
versionCode: 1
... | Update WLANScanner to 1.2.0 (4) | Update WLANScanner to 1.2.0 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
d47f46129e921da7f1a10e861bd74643825f5430 | tasks/main.yml | tasks/main.yml | ---
- name: EL...
when: ansible_os_family == 'RedHat'
include: EL.yml
- name: Debian...
when: ansible_os_family == 'Debian'
include: Debian.yml
- name: configure...
template: >-
src=etc/logstash/conf.d/{{item}}.j2
dest=/etc/logstash/conf.d/{{item}}
owner=root
group=root
mode=0644
with_... | ---
- name: EL...
when: ansible_os_family == 'RedHat'
include: EL.yml
- name: Debian...
when: ansible_os_family == 'Debian'
include: Debian.yml
- name: configure...
template: >-
src=etc/logstash/conf.d/{{item}}.j2
dest=/etc/logstash/conf.d/{{item}}
owner=root
group=root
mode=0644
with_... | Remove use of to_json - not required | Remove use of to_json - not required
| YAML | mit | andrewrothstein/ansible-logstash |
9a145537aae0220bbbfe7bb895456c12deff3b73 | .github/workflows/codeql-analysis.yml | .github/workflows/codeql-analysis.yml | name: "Code scanning - action"
on:
push:
branches: ['*/dev','*/contrib']
pull_request:
# The branches below must be a subset of the branches above
branches: ['*/dev','*/contrib']
jobs:
CodeQL-Build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout... | name: "Code scanning - action"
on:
push:
branches: ['*/dev','*/contrib']
pull_request:
# The branches below must be a subset of the branches above
branches: ['*/dev','*/contrib']
jobs:
CodeQL-Build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout... | Fix config file, should be on init | Fix config file, should be on init
| YAML | mit | marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,robertjf/Umbraco-CMS,arknu/Umbraco-CMS,dawoe/Umbraco-CMS,marcemarc/Umbraco-CMS,umbraco/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,arknu/Umbraco-CMS,arknu/Umbraco-CMS,abjerner/Umbraco-CMS,KevinJump/Umbraco-CMS,umbraco/Umbraco-CMS,robertjf/Umbraco-CMS,dawoe/Umbraco-... |
89e9612d46150402dd8b83846a43bd71146d78aa | .github/workflows/publish-package.yml | .github/workflows/publish-package.yml | # This workflows 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
name: Upload Python Package
on:
push:
tags:
- 'v*' # Push event... | # This workflows 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
name: Upload Python Package
on:
push:
tags:
- 'v*' # Push event... | Set the correct username for PyPI | Set the correct username for PyPI
| YAML | mit | blue-yonder/pyscaffold,blue-yonder/pyscaffold |
c7e68b9e3caa9df3993122d00eee8b9799729071 | cluster/manifests/kube-state-metrics/deployment.yaml | cluster/manifests/kube-state-metrics/deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: kube-state-metrics
namespace: kube-system
labels:
application: kube-state-metrics
version: v1.3.0
spec:
replicas: 1
selector:
matchLabels:
application: kube-state-metrics
template:
metadata:
labels:
application: kube-st... | apiVersion: apps/v1
kind: Deployment
metadata:
name: kube-state-metrics
namespace: kube-system
labels:
application: kube-state-metrics
version: v1.3.0
spec:
replicas: 1
selector:
matchLabels:
application: kube-state-metrics
template:
metadata:
labels:
application: kube-st... | Increase CPU limit for kube-state-metrics | Increase CPU limit for kube-state-metrics
| YAML | mit | zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws |
72ea1f86c6f848eaf7f1d35c83dfd324e86a0786 | tasks/nodejs.yml | tasks/nodejs.yml | ---
- include: install.deb.yml
when: ansible_pkg_mgr == 'apt' and nodejs_install == 'pkg'
- include: install.yum.yml
when: ansible_pkg_mgr == 'yum' and nodejs_install == 'pkg'
- include: install.src.yml
when: nodejs_install == 'src'
# TODO - make it idempotent
- name: Update npm configuration
shell:
np... | ---
- include: install.deb.yml
when: ansible_pkg_mgr == 'apt' and nodejs_install == 'pkg'
- include: install.yum.yml
when: ansible_pkg_mgr == 'yum' and nodejs_install == 'pkg'
- include: install.src.yml
when: nodejs_install == 'src'
# TODO - make it idempotent
- name: Update npm configuration
shell:
np... | Use regular naming convention for the npm package versions | Use regular naming convention for the npm package versions
| YAML | mit | wiredcraft-ops/role-wcl-nodejs |
2ec635f3a3581c1648a7958950f11a5d641bb491 | pubspec.yaml | pubspec.yaml | name: guinness2
version: 0.0.2
author: Julie Ralph <ju.ralph@gmail.com>
homepage: https://github.com/juliemr/guinness2
description: A port of the Jasmine testing framework.
dependencies:
collection: ">=1.4.0 <2.0.0"
test: "^0.12.9"
dev_dependencies:
mockito: "0.11.0"
browser: ">= 0.10.0 <1.0.0"
environment:
s... | name: guinness2
version: 0.0.2
author: Julie Ralph <ju.ralph@gmail.com>
homepage: https://github.com/juliemr/guinness2
description: A port of the Jasmine testing framework.
dependencies:
collection: ">=1.4.0 <2.0.0"
test: "^0.12.9"
dev_dependencies:
mockito: "0.11.0"
environment:
sdk: ">=1.13.0 <2.0.0"
| Remove unused dependency on browser. | Remove unused dependency on browser.
| YAML | mit | juliemr/dart_test_bdd,juliemr/dart_test_bdd,juliemr/guinness2,juliemr/guinness2 |
1638801be71825271a959fbf4e222b44aea89e8e | packages/rv/rv.yaml | packages/rv/rv.yaml | homepage: ''
changelog-type: ''
hash: 86134ce6aee533f4a3798a336bb01a8e328d4a3eb1c090d23c3ade52f7374184
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
criterion: ! '>=1.4.1'
smallcheck: ! '>=1.1.4'
rv: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: RISC-V
changelog: ''
b... | homepage: ''
changelog-type: ''
hash: a1cb2a2e3778b27ecc5057eaae20c3debe2cd2df670157b766be568d6ffac1e8
test-bench-deps:
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
criterion: ! '>=1.4.1'
smallcheck: ! '>=1.1.4'
rv: -any
tasty: ! '>=1.0'
maintainer: strake888@gmail.com
synopsis: RISC-V
changelog: ''
b... | Update from Hackage at 2020-02-11T10:24:54Z | Update from Hackage at 2020-02-11T10:24:54Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9d40c3ae75be50f046571cd4cf22312e71cf4f66 | vamp-kubernetes/vga.yml | vamp-kubernetes/vga.yml | ---
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: vamp-gateway-agent
spec:
template:
metadata:
labels:
vamp: vamp-gateway-agent
spec:
containers:
- name: vamp-gateway-agent
image: magneticio/vamp-gateway-agent:katana
ports:
- name: p80
... | ---
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: vamp-gateway-agent
spec:
template:
metadata:
labels:
vamp: vamp-gateway-agent
spec:
containers:
- name: vamp-gateway-agent
image: magneticio/vamp-gateway-agent:katana
ports:
- name: p80
... | Replace arguments with environment variables | Replace arguments with environment variables
Issue: https://github.com/magneticio/vamp/issues/868
| YAML | apache-2.0 | magneticio/vamp-docker-images,magnetic-ci/vamp-docker-images |
f1ac2a903488e5276ef6fffdd634e10b54951f0f | meetups/ostatni.yml | meetups/ostatni.yml | # Pozor, nové meetupy se přidávají na konec souboru
[]
| # Pozor, nové meetupy se přidávají na konec souboru
- name: PyLadies Olomouc <br> začátečnický kurz
registration:
url: https://forms.gle/74qRf346E7YRT1Kr5
end: 2019-08-01
start: 2019-09-01
end: 2019-12-31
place: &rc-hermanek
name: RC Heřmánek
address: Náves Svobody 41, Olomouc - Holice
url: ... | Add first PyLadies course for beginners | Olomouc: Add first PyLadies course for beginners
| YAML | mit | PyLadiesCZ/pyladies.cz,PyLadiesCZ/pyladies.cz,PyLadiesCZ/pyladies.cz |
57ccdd22b030a31fb79665917981c5ab4623e486 | meetups/ostatni.yml | meetups/ostatni.yml | # Pozor, nové meetupy se přidávají na konec souboru
- name: PyLadies Olomouc <br> začátečnický kurz
registration:
url: https://forms.gle/74qRf346E7YRT1Kr5
end: 2019-08-01
start: 2019-09-01
end: 2019-12-31
place: &rc-hermanek
name: RC Heřmánek
address: Náves Svobody 41, Olomouc - Holice
url: ... | # Pozor, nové meetupy se přidávají na konec souboru
- name: PyLadies Olomouc <br> začátečnický kurz
registration:
url: https://forms.gle/74qRf346E7YRT1Kr5
end: 2019-09-01
start: 2019-10-01
end: 2020-01-31
place: &rc-hermanek
name: RC Heřmánek
address: Náves Svobody 41, Olomouc - Holice
url: ... | Extend registration period & move start/end of the course | Olomouc: Extend registration period & move start/end of the course
| YAML | mit | PyLadiesCZ/pyladies.cz,PyLadiesCZ/pyladies.cz,PyLadiesCZ/pyladies.cz |
72041ef857b20ef16f8644b750c8866dcc91bd8e | recipes/mkdocs-macros-plugin/meta.yaml | recipes/mkdocs-macros-plugin/meta.yaml | {% set name = "mkdocs-macros-plugin" %}
{% set version = "0.3.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: ea435a920a58ac9f819ace59fa4efc0887b24ba1cae14e58d3294d1edf80fc0f
build... | {% set name = "mkdocs-macros-plugin" %}
{% set version = "0.3.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: ea435a920a58ac9f819ace59fa4efc0887b24ba1cae14e58d3294d1edf80fc0f
build... | Remove setuptools from run and constrained python | Remove setuptools from run and constrained python | YAML | bsd-3-clause | igortg/staged-recipes,asmeurer/staged-recipes,Juanlu001/staged-recipes,hadim/staged-recipes,SylvainCorlay/staged-recipes,dschreij/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-re... |
9c52ec36c50202d25c619115f9dee363e3981c52 | .github/workflows/static-analysis.yaml | .github/workflows/static-analysis.yaml | name: Code style and static analysis
on:
pull_request:
push:
branches: [ master ]
jobs:
composer-validate:
name: Validate composer.json
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Validate
... | name: Code style and static analysis
on:
pull_request:
push:
branches: [ master ]
jobs:
composer-validate:
name: Validate composer.json
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Validate
... | Bring back bin/update-readme status check to CI again | Bring back bin/update-readme status check to CI again
| YAML | mit | knpuniversity/oauth2-client-bundle |
2f3086ea429e9af0ee08d062d0190a214320aac0 | roles/container-runtime/tasks/main.yml | roles/container-runtime/tasks/main.yml | ---
- when: container_runtime == 'nvidia-docker'
raw: "nvidia-smi"
ignore_errors: True
register: check_driver
# nvidia-docker runtime
- when:
- container_runtime == 'nvidia-docker'
- "'not found' not in check_driver.stdout"
include_tasks: nvidia-docker/main.yml
# docker runtime
- when: container_runtime... | ---
- when: container_runtime == 'nvidia-docker'
raw: "nvidia-smi"
ignore_errors: True
register: check_driver
# nvidia-docker runtime
- when:
- container_runtime == 'nvidia-docker'
- "'not found' not in check_driver.stdout"
include_tasks: nvidia-docker/main.yml
# docker runtime
- when: container_runtime... | Fix sysctl not work issue | Fix sysctl not work issue
| YAML | apache-2.0 | kairen/vagrants,kairen/kube-ansible,kairen/kube-ansible,kairen/vagrants,kairen/kubernetes-ceph-ansible,kairen/kube-ansible,kairen/kubernetes-ceph-ansible |
814ba5e44b3bf3b5469f3011ada6d114e556e104 | metadata/com.ctemplar.app.fdroid.yml | metadata/com.ctemplar.app.fdroid.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
WebSite: https://ctemplar.com
SourceCode: https://github.com/CTemplar/android/tree/fdroid
IssueTracker: https://github.com/CTemplar/android/issues
AutoName: CTemplar
RepoType: git
Repo: https://github.com/CTemplar/android.git
Builds:
- versi... | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
WebSite: https://ctemplar.com
SourceCode: https://github.com/CTemplar/android/tree/fdroid
IssueTracker: https://github.com/CTemplar/android/issues
AutoName: CTemplar
RepoType: git
Repo: https://github.com/CTemplar/android.git
Builds:
- versi... | Update CTemplar to 1.2.7 (5) | Update CTemplar to 1.2.7 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
886f364c22e7296c11be96a7aeb5ccfa97250e01 | circle.yml | circle.yml | version: 2
jobs:
build:
working_directory: ~/voter-engagement
docker:
- image: maketested/python-node:latest
environment:
PIPENV_VENV_IN_PROJECT: true
PIPENV_NOSPIN: true
PIPENV_HIDE_EMOJIS: true
RANDOM_SEED: 0
- image: circleci/postgres:9.6-alpine... | version: 2
jobs:
build:
working_directory: ~/voter-engagement
docker:
- image: maketested/python-node:latest
environment:
PIPENV_VENV_IN_PROJECT: true
PIPENV_NOSPIN: true
PIPENV_HIDE_EMOJIS: true
RANDOM_SEED: 0
- image: circleci/postgres:9.6-alpine... | Disable frontend CI for now | Disable frontend CI for now
| YAML | mit | citizenlabsgr/voter-engagement,citizenlabsgr/voter-engagement,citizenlabsgr/voter-engagement,citizenlabsgr/voter-engagement,citizenlabsgr/voter-engagement |
aef6e5ec04e17ec9192b96739e2f69f46781e4f7 | circle.yml | circle.yml | machine:
node:
version: 4.3.1
dependencies:
post:
- npm install -g gulp-cli && gulp build
test:
override:
- npm run lint
general:
artifacts:
- "build"
- "data"
- "index.html"
| machine:
node:
version: 4.3.1
dependencies:
post:
- npm install -g gulp-cli && gulp build
test:
override:
- npm run lint
post:
- cp -R build data index.html $CIRCLE_ARTIFACTS
| Copy build files to $CIRCLE_ARTIFACTS to unconfuse Precog | Copy build files to $CIRCLE_ARTIFACTS to unconfuse Precog
| YAML | mit | tangrams/tangram-play,tangrams/tangram-play |
ab326a8659cc3b2ca970a75d6843056863ae32e4 | circle.yml | circle.yml | general:
artifacts:
- "dist"
machine:
services:
- docker
dependencies:
override:
- echo "Skipped"
test:
override:
- docker run -d -p 4001:4001 quay.io/coreos/etcd:v2.0.8
- nosetests -c nose.cfg --cover-html-dir=$CIRCLE_ARTIFACTS
- cd build_calicoctl && ./create_binary.sh
| general:
artifacts:
- "dist"
machine:
services:
- docker
test:
override:
- docker run -d -p 4001:4001 quay.io/coreos/etcd:v2.0.8
- nosetests -c nose.cfg --cover-html-dir=$CIRCLE_ARTIFACTS
- cd build_calicoctl && ./create_binary.sh
| Remove the skipping of deps | Remove the skipping of deps
| YAML | apache-2.0 | johscheuer/calico-docker,tomdee/calico-docker,alexhersh/calico-docker,frostynova/calico-docker,robbrockbank/calico-containers,dalanlan/calico-docker,johscheuer/calico-docker,TeaBough/calico-docker,tomdee/calico-docker,webwurst/calico-docker,caseydavenport/calico-containers,robbrockbank/calico-docker,TrimBiggs/calico-co... |
60ae81b41af5bff89781dadeb9563ef8381859d1 | circle.yml | circle.yml | machine:
node:
version: v4.2.2
deployment:
production:
branch: master
commands:
- npm run deploy
| machine:
node:
version: v6.3.0
deployment:
production:
branch: master
commands:
- npm run deploy
| Update CircleCI environment to Node v6.3.0. | Update CircleCI environment to Node v6.3.0.
| YAML | mit | interlockjs/www |
861e11a4de49f06149a5f5f28eea0c617ae5d083 | circle.yml | circle.yml | machine:
node:
version: 5.1.0
services:
- docker
dependencies:
cache_directories:
- "~/docker"
pre:
- npm install -g npm@3.5
- sudo apt-get install gcc-4.8 g++-4.8
override:
- docker info
- cp deploy/sample.config deploy/config
- cd deploy/circleCi && chmod 755 ensurePermissio... | machine:
node:
version: 5.1.0
services:
- docker
dependencies:
cache_directories:
- "~/docker"
pre:
- npm install -g npm@3.5
- sudo apt-get install gcc-4.8 g++-4.8
override:
- docker info
- cp deploy/sample.config deploy/config
- cd deploy/circleCi && chmod 755 ensurePermissio... | Correct save/cache script name for containers | Correct save/cache script name for containers
| YAML | apache-2.0 | AdaptiveConsulting/ReactiveTraderCloud,AdaptiveConsulting/ReactiveTraderCloud,AdaptiveConsulting/ReactiveTraderCloud,AdaptiveConsulting/ReactiveTraderCloud |
a9e435809e517414fba1d8b4e32b06365809efa7 | circle.yml | circle.yml | machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 6.10.0
dependencies:
override:
- yarn
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test
| machine:
environment:
PATH: "${PATH}:${HOME}/${CIRCLE_PROJECT_REPONAME}/node_modules/.bin"
node:
version: 6.10.0
dependencies:
override:
- yarn
dependencies:
override:
- yarn
cache_directories:
- ~/.cache/yarn
test:
override:
- yarn test
- mocha test --reporter mocha-junit-rep... | Create test reports in CircleCI | CSRA-274: Create test reports in CircleCI
| YAML | mit | noms-digital-studio/csra-app,noms-digital-studio/csra-app,noms-digital-studio/csra-app |
82e1d9d5b5b1513a21557357ca2e5b767938c746 | packages/ec/ecta-plugin.yaml | packages/ec/ecta-plugin.yaml | homepage: ''
changelog-type: ''
hash: 343cd4873242553f4f01f309e7481eacc5989803d0d97f65b80224890aca0790
test-bench-deps: {}
maintainer: mpg@mpg.is
synopsis: Hole-Fit Synthesis using ECTAs
changelog: ''
basic-deps:
ghc: '>8.10 && <9'
base: '>=4 && <5'
text: '>1.2 && <=1.3'
ecta: '>=1.0 && <1.1'
containers: '>0.... | homepage: ''
changelog-type: ''
hash: 14eb4321c5495bf11abb2eaeed23d11e45b47e9f9567e7d545cae2a99dc19bb1
test-bench-deps: {}
maintainer: mpg@mpg.is
synopsis: Hole-Fit Synthesis using ECTAs
changelog: ''
basic-deps:
ghc: '>8.10 && <9'
base: '>=4 && <5'
text: '>1.2 && <=1.3'
ecta: '>=1.0 && <1.1'
containers: '>0.... | Update from Hackage at 2022-09-14T15:07:30Z | Update from Hackage at 2022-09-14T15:07:30Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b90a435728641821e0b549b2daf2d096f3ca20bd | packages/em/empty-monad.yaml | packages/em/empty-monad.yaml | homepage: https://github.com/vadimvinnik/empty-monad
changelog-type: ''
hash: 6accbf16d0a53e412f45cf24853f2d7c370266c6a985534bdcd9b27f6704755f
test-bench-deps: {}
maintainer: vadim.vinnik@gmail.com
synopsis: A container that always has no values.
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.9'
all-versions:
- '0.1.... | homepage: https://github.com/vadimvinnik/empty-monad
changelog-type: ''
hash: e26529fd435f6ae82ec553b9c19bcf36b0ea3579d6d10024cd7f6dabcb7913ac
test-bench-deps: {}
maintainer: vadim.vinnik@gmail.com
synopsis: A container that always has no values.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5.0'
all-versions:
- '0.1.... | Update from Hackage at 2017-02-02T23:25:43Z | Update from Hackage at 2017-02-02T23:25:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dacdf34f62859b2c229fda5166eeb51469a2333e | packages/pr/prune-juice.yaml | packages/pr/prune-juice.yaml | homepage: ''
changelog-type: ''
hash: c3840313eb9600ff76036bf9cacb5959b2ad22043c75f561bdb3d2adc680a667
test-bench-deps:
bytestring: -any
file-path-th: -any
base: <5.0
hspec: -any
text: -any
megaparsec: -any
filepath: -any
turtle: -any
containers: -any
mtl: -any
aeson: -any
yaml: -any
prune-jui... | homepage: ''
changelog-type: ''
hash: 4ee3255a3df4dd45b60437d5c9f7db288146cbbbd069fd6df182aaaec1deb720
test-bench-deps:
bytestring: -any
file-path-th: -any
base: <5.0
hspec: -any
text: -any
megaparsec: -any
filepath: -any
turtle: -any
containers: -any
mtl: -any
aeson: -any
yaml: -any
prune-jui... | Update from Hackage at 2021-03-08T05:03:31Z | Update from Hackage at 2021-03-08T05:03:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
9ccf935043c5e33e43c70c0504c0297335d3c094 | playbooks/base-test/pre.yaml | playbooks/base-test/pre.yaml | - hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
pre_tasks:
# NOTE(pabelanger): Until we hit the validate-host role, we have a minimal
# set of ansible variables collected by zuul-executor. This doesn't include
# network variables (ansib... | - hosts: localhost
roles:
- role: emit-job-header
zuul_log_url: "http://logs.openstack.org"
- hosts: all
pre_tasks:
# NOTE(pabelanger): Until we hit the validate-host role, we have a minimal
# set of ansible variables collected by zuul-executor. This doesn't include
# network variables (ansib... | Test workspace setup role changes | Test workspace setup role changes
This will test that the retries addition to the workspace setup role
works before we apply it to all jobs via the update to the non test
role.
Depends-On: https://review.openstack.org/608342
Change-Id: I8279e425024a4fdee858fc5b2d40d1262d3741de
| YAML | apache-2.0 | openstack-infra/project-config,openstack-infra/project-config |
a4b489eaae0a8b84f80d2d133e99b24d2775a675 | .conda-recipe/meta.yaml | .conda-recipe/meta.yaml | # source will be downloaded prior to filling in jinja templates
# Example assumes that this folder has setup.py in it
source:
git_url: ../
package:
name: dmf-control-board-firmware
{% if GIT_DESCRIBE_NUMBER > '0' %}
version: {{ GIT_DESCRIBE_TAG[1:] }}.post{{ GIT_DESCRIBE_NUMBER }}
{% else %}
version: {{ GIT_DE... | # source will be downloaded prior to filling in jinja templates
# Example assumes that this folder has setup.py in it
source:
git_url: ../
package:
name: dmf-control-board-firmware
{% if GIT_DESCRIBE_NUMBER > '0' %}
version: {{ GIT_DESCRIBE_TAG[1:] }}.post{{ GIT_DESCRIBE_NUMBER }}
{% else %}
version: {{ GIT_DE... | Add conda-helpers>=0.4 as run-time dependency | Add conda-helpers>=0.4 as run-time dependency
| YAML | bsd-3-clause | wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware |
783ad055b3fbd73c1cb53bfa7cd553ec9dbbcce1 | .dependabot/config.yaml | .dependabot/config.yaml | version: 1
update_configs:
- package_manager: php:composer
directory: "/"
update_schedule: daily
ignored_updates:
- match:
dependency_name: "symfony/*"
automerged_updates:
- match:
dependency_name: "elasticsearch/elasticsearch"
update_type: "semver:minor"
... | version: 1
update_configs:
- package_manager: php:composer
directory: "/"
update_schedule: daily
ignored_updates:
- match:
dependency_name: "symfony/*"
automerged_updates:
- match:
dependency_name: "elasticsearch/elasticsearch"
update_type: "semver:minor"
... | Add dependency management for action versions | Add dependency management for action versions
This will update the workflows we have with actions dependencies when
those dependencies are updated.
| YAML | mit | stopfstedt/ilios,Trott/ilios,dartajax/ilios,ilios/ilios,stopfstedt/ilios,thecoolestguy/ilios,Trott/ilios,dartajax/ilios,ilios/ilios,thecoolestguy/ilios |
d781b30934b727897c8e2d992e0497e1d9dc3452 | .pre-commit-config.yaml | .pre-commit-config.yaml | default_language_version:
python: python3
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: '1.2.2'
hooks:
- id: poetry-check
# Since poetry-lock... | default_language_version:
python: python3
repos:
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
- repo: https://github.com/python-poetry/poetry
rev: '1.2.2'
hooks:
- id: poetry-check
- id: poetry-lock
... | Remove poetry lock from the pre-commit hooks as it can take a long time in certain instances. | Remove poetry lock from the pre-commit hooks as it can take a long time in certain instances.
| YAML | mit | Flexget/Flexget,Flexget/Flexget,Flexget/Flexget,Flexget/Flexget |
1d1318f2a46764191284218a3f3e7e01537c1685 | .github/workflows/commit.yaml | .github/workflows/commit.yaml | ---
name: build
on: [push, pull_request]
jobs:
std_tests:
runs-on: ubuntu-latest
strategy:
max-parallel: 3
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Python ${{ matrix.python-version }}
... | ---
name: build
on: [push, pull_request]
jobs:
std_tests:
runs-on: ubuntu-latest
strategy:
max-parallel: 3
matrix:
python-version: [3.6, 3.7, 3.8]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Setup Python ${{ matrix.python-version }}
... | Fix directory name for test | Fix directory name for test
| YAML | apache-2.0 | spotify/napalm,spotify/napalm,napalm-automation/napalm |
d546a43e803203f6d8bc949902a37452a0bfe361 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
| name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.6"
- name: Run a one-line script
... | Print message through configured Python | Print message through configured Python
| YAML | apache-2.0 | svunit/svunit,svunit/svunit,svunit/svunit |
fd6d5eb4fb7c38e67bf712743cac8e1105df102e | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.31.0]
os: [ubuntu, macos, windows]
steps:
... | name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Rust ${{matrix.rust}} on ${{matrix.os}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.34.0]
os: [ubuntu, macos, windows]
steps:
... | Raise min tested rustc version to 1.34 | Raise min tested rustc version to 1.34
Required by use of str::split_ascii_whitespace in the cc crate.
error[E0658]: use of unstable library feature 'split_ascii_whitespace' (see issue #48656)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/cc-1.0.62/src/lib.rs:2157:14
|
2157 | ... | YAML | apache-2.0 | dtolnay/link-cplusplus |
5f2aee8fcf7fb6bcf6b5af793cd9fc62d73052e7 | .github/workflows/ci.yml | .github/workflows/ci.yml | ---
name: CI
'on':
pull_request:
push:
branches:
- master
jobs:
test:
name: Molecule
runs-on: ubuntu-latest
strategy:
matrix:
distro:
- centos8
- debian10
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Se... | ---
name: CI
'on':
pull_request:
push:
branches:
- master
jobs:
test:
name: Molecule
runs-on: ubuntu-latest
strategy:
matrix:
distro:
- centos8
- debian10
steps:
- name: Check out the codebase.
uses: actions/checkout@v2
- name: Se... | Test if molecule[docker] works correctly. | Test if molecule[docker] works correctly.
| YAML | mit | geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops,geerlingguy/ansible-for-devops |
432744a177f636cfa5ce9202292ff12cfd9b9359 | .github/workflows/ci.yml | .github/workflows/ci.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: CI
on:
push:
pull_request:
branches: [ master ]
... | # 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: CI
on:
push:
pull_request:
branches: [ master ]
... | Add npm upgrade step to CI workflow | Chore: Add npm upgrade step to CI workflow
| YAML | mit | platinumazure/eslint-plugin-qunit |
bb8d2b230f746c337776be3f82e495edb12143f0 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version... | name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version... | Switch from testing on Node 12/14 to 14/16 | Switch from testing on Node 12/14 to 14/16
| YAML | mit | dottorblaster/stocazzo,dottorblaster/stocazzo |
c6708dea5975e26bd7a31c4259abe6ad8c773f89 | .github/workflows/release.yml | .github/workflows/release.yml | name: Build, Test, and Publish on release
on:
release:
types: [published]
branches: [master]
jobs:
build:
name: Build, test and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 10
registry-url: '... | name: Build, Test, and Publish on release
on:
release:
types: [published]
branches: [main]
jobs:
build:
name: Build, test and publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: 10
registry-url: 'ht... | Set main as default branch (patch) | Set main as default branch (patch)
| YAML | mit | zrrrzzt/ssb |
546ef0ce09f8e8aebc7972ccacb6128d7087a26f | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
- 'v*' # older version branches
tags:
- '*'
pull_request: {}
schedule:
- cron: '0 6 * * 0' # weekly, on sundays
jobs:
test:
name: "Node ${{ matrix.node }} - ${{ matrix.os }}"
runs-on: ubuntu-latest
strategy:
matrix:
... | name: CI
on:
push:
branches:
- master
- 'v*' # older version branches
tags:
- '*'
pull_request: {}
schedule:
- cron: '0 6 * * 0' # weekly, on sundays
jobs:
test:
name: "Node ${{ matrix.node }} - ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-latest"
strategy:
matr... | Add Windows test runs to GitHub Actions CI | Add Windows test runs to GitHub Actions CI
| YAML | mit | tildeio/broccoli-typescript-compiler,tildeio/broccoli-typescript-compiler |
e31011f5c1947122957a319c297f2177aa62ecd7 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: "CI"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- run: chmod +x gradlew
- run: ./gradlew check --stacktrace
deploy:
needs: build
runs-on: ubuntu-... | name: "CI"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- run: chmod +x gradlew
- run: ./gradlew check --stacktrace
deploy:
needs: build
runs-on: ubuntu-... | Test running Liquibase only on deploy | Test running Liquibase only on deploy
| YAML | apache-2.0 | traintracker/traintracker,traintracker/traintracker,traintracker/traintracker |
e298d3a3b876b8134f651e38bd84eaec148f2542 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push, pull_request]
jobs:
macOS:
name: Test on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Show environments
run: |
swift --version
xcodebuild -version
- name: Lint Swift
run: |
swiftlint
- name: Build & test Sw... | name: CI
on: [push, pull_request]
jobs:
macOS:
name: Test on macOS
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Show environments
run: |
swift --version
xcodebuild -version
- name: Lint Swift
run: |
swiftlint
- name: Build & test Sw... | Remove deprecated option in CI | Remove deprecated option in CI
| YAML | mit | 1024jp/GzipSwift,1024jp/GzipSwift,1024jp/GzipSwift |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.