commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
dd70bce81658df88e5ae949faed69b852278f8a9 | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record,
# publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
variables:
latestPythonVersion: '3.7'
trigger:
- m... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci]
| YAML | bsd-3-clause | pallets/click,mitsuhiko/click | |
e2a2951d93dd85e15bad1bf761a5ae452594f770 | packages/ch/character-cases.yaml | packages/ch/character-cases.yaml | homepage: https://github.com/aiya000/hs-character-cases#readme
changelog-type: ''
hash: 10f4adb037be6c96ce9444dded89b07fd363a95d6c9f7b860e550425d7b0cdd0
test-bench-deps:
here: -any
base: ! '>=4.7 && <5'
megaparsec: -any
doctest: -any
containers: -any
prettyprinter: -any
Glob: -any
template-haskell: -any... | Update from Hackage at 2020-03-20T11:35:44Z | Update from Hackage at 2020-03-20T11:35:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
20a58afdc22ce3cf0cf9fb51cded182ec0940c8a | .github/workflows/docs.yml | .github/workflows/docs.yml | name: docs
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
release:
types:
- published
jobs:
build_linux:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: recursive
- uses: a... | Add doc build Github Action workflow | Add doc build Github Action workflow
| YAML | mit | MikePopoloski/slang,MikePopoloski/slang | |
76f030338f8d1bdfee1a45ebd7599a7c2dabfb33 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Installing SQLite
run: |
sudo apt-get update
sudo apt-get install sqlite3
- name: Installing PHP
uses: shivammathur/setup-php@ma... | Test out GitHub Actions for CI... | Test out GitHub Actions for CI...
| YAML | mit | DoSomething/northstar-php | |
e6a33bfa82fc4b2ec03d42fe393c4e34de879eee | .github/workflows/test.yml | .github/workflows/test.yml | name: test
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.7'
steps:
- uses: actions/checkout@v2
- name: Set up... | Add a GitHub Actions workflow | Add a GitHub Actions workflow
This seems like needed to trigger GitHub Actions in PRs.
| YAML | mit | haml/haml,haml/haml,haml/haml,haml/haml | |
90b9a25af76c3bb6a0d4141171a0f6ae09180779 | zuul.d/layout.yaml | zuul.d/layout.yaml | ---
- project:
name: openstack/tripleo-image-elements
templates:
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-ovb-check
- tripleo-ovb-experimental
| Migrate t-i-e to zuul v3 jobs | Migrate t-i-e to zuul v3 jobs
Define the zuul v3 layout for jobs that we want to execute.
Change-Id: I1791718d0cf96094ff860875dd073ca205132de5
| YAML | apache-2.0 | openstack/tripleo-image-elements,openstack/tripleo-image-elements | |
7e79de74f968a6a1b5df80253588283abfb32f2d | .codeclimate.yml | .codeclimate.yml | engines:
pep8:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**/*.py"
exclude_paths:
- "versioneer.py"
- "metpy/_version.py"
- "metpy/io/nexrad_msgs/msg*.py"
- "docs/*"
| engines:
# duplication:
# enabled: true
# config:
# languages:
# - python
pep8:
enabled: true
radon:
enabled: true
ratings:
paths:
- "**/*.py"
exclude_paths:
- "versioneer.py"
- "metpy/_version.py"
- "metpy/io/nexrad_msgs/msg*.py"
- "docs/**/*"
- "examples/notebooks/*"
| Make code climate ignore more. | MNT: Make code climate ignore more.
| YAML | bsd-3-clause | Unidata/MetPy,ahaberlie/MetPy,ahill818/MetPy,dopplershift/MetPy,Unidata/MetPy,dopplershift/MetPy,jrleeman/MetPy,ahaberlie/MetPy,ShawnMurd/MetPy,jrleeman/MetPy |
8a859a2389e8f71889a65c682913f14391f84ab0 | .readthedocs.yml | .readthedocs.yml | # .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Optionally build your docs in additional formats such as PDF and ePu... | Add read the docs config. | Add read the docs config.
| YAML | mit | tsroten/pynlpir | |
e96ce7af3c8ce2362b5f3bcbf1e9839766af6c56 | recipes/bob.db.mnist/meta.yaml | recipes/bob.db.mnist/meta.yaml | {% set version = "2.0.3" %}
package:
name: bob.db.mnist
version: {{ version }}
source:
fn: bob.db.mnist-{{ version }}.zip
md5: 1bb415ad85d50e1ddd946ef2ba01507b
url: https://pypi.python.org/packages/source/b/bob.db.mnist/bob.db.mnist-{{ version }}.zip
build:
number: 0
skip: true # [not linux]
script:... | Add bob.db.mnist recipe [skip appveyor] | Add bob.db.mnist recipe [skip appveyor]
| YAML | bsd-3-clause | jjhelmus/staged-recipes,blowekamp/staged-recipes,nicoddemus/staged-recipes,pstjohn/staged-recipes,mariusvniekerk/staged-recipes,jerowe/staged-recipes,khallock/staged-recipes,jakirkham/staged-recipes,ceholden/staged-recipes,NOAA-ORR-ERD/staged-recipes,benvandyke/staged-recipes,dharhas/staged-recipes,petrushy/staged-reci... | |
49bfd5f0bbf3ebcab5659267e7040e614beb6ef5 | demos/monitoring/custom-metrics.yaml | demos/monitoring/custom-metrics.yaml | kind: Namespace
apiVersion: v1
metadata:
name: custom-metrics
---
kind: ServiceAccount
apiVersion: v1
metadata:
name: custom-metrics-apiserver
namespace: custom-metrics
---
apiVersion: rbac.authorization.k8s.io/v1alpha1
kind: ClusterRoleBinding
metadata:
name: custom-metrics:system:auth-delegator
roleRef:
api... | Add a custom metrics API Server example for extending the core API Server | Add a custom metrics API Server example for extending the core API Server
| YAML | mit | luxas/kubeadm-workshop,luxas/kubeadm-workshop | |
a68a03a228732050b33c2a7f35d1caa9f3467718 | releasenotes/notes/allow-configuration-of-websocket-notification-fa542fbf761378d3.yaml | releasenotes/notes/allow-configuration-of-websocket-notification-fa542fbf761378d3.yaml | ---
fixes:
- Add two configurations for the notification endpoint of the websocket
server, instead of a random port and local address.
One is 'notification-bind', address on which the notification server will
listen. Another is 'notification-port', port on which the notification
server will listen.
| Add release note: allow configuration of websocket notification | Add release note: allow configuration of websocket notification
Add a missing release note.
Change-Id: I59c17c052a46499d820a28c1fb7d468d42649964
| YAML | apache-2.0 | openstack/zaqar,openstack/zaqar,openstack/zaqar,openstack/zaqar | |
3db4f946f9a936452c910eb985fc1e5586417e11 | packages/di/digitalocean-kzs.yaml | packages/di/digitalocean-kzs.yaml | homepage: https://github.com/KazumaSATO/digitalocean-kzs
changelog-type: ''
hash: 4dc4218a3c57ddf9a60a408b35588d05ff4c5e8a9ceb6238586af570754f67a1
test-bench-deps:
base: -any
hspec: ! '>=1.3'
doctest: ! '>=0.9.3'
digitalocean-kzs: -any
maintainer: r.nakamura1989@gmail.com
synopsis: digitalocean api for haskell
... | Update from Hackage at 2015-06-21T06:19:55+0000 | Update from Hackage at 2015-06-21T06:19:55+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
9f508e0662985415dfc5ca9d0aea33b67f56af48 | packages/cl/clash-multisignal.yaml | packages/cl/clash-multisignal.yaml | homepage: https://github.com/ra1u/clash-multisignal
changelog-type: markdown
hash: 48811741702def71782def2688940be3ed2a962c98c866d1c367102829bc18bf
test-bench-deps: {}
maintainer: luka.rahne@gmail.com
synopsis: ''
changelog: ! '# Revision history for MultiSignal
## 0.1.0.0 -- 2017-01-08
* First version. Releas... | Update from Hackage at 2017-01-14T20:35:10Z | Update from Hackage at 2017-01-14T20:35:10Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
5e9688216c595653c45f738436a44976954ad66c | config/dynamic_curves.yml | config/dynamic_curves.yml | ---
# Defines dynamic load profiles used by participants in the merit order.
# Visitors may decide how to mix the profiles with a slider in the front end.
#
# For example:
#
# ev_demand:
# - electric_vehicle_1
# - electric_vehicle_2
# - electric_vehicle_3
#
# The user may use a slider to set area attribut... | Add config for dynamic curves | Add config for dynamic curves
| YAML | mit | quintel/etsource | |
79cd87e9151a2ee25329b6ba2c0d2be9d22399e7 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
strategy:
matrix:
linux:
imageName: "ubuntu-16.04"
cmake_generator_opts:
windows:
imageName: "vs2017-win2016"
cmake_generator_opts: -DCMAKE_GENERATOR_PLATFORM=x64
pool:
vmImage: $(imageName)
steps:
- script: |
curl -sSf -o ru... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
| YAML | mit | Rantanen/com-export-rs,Rantanen/com-export-rs,Rantanen/com-export-rs,Rantanen/com-export-rs | |
e220592df6633a1326f0e60842b42b20c2243bed | azure-pipelines.yml | azure-pipelines.yml | # Jekyll site
# Package your Jekyll site using the jekyll/builder Docker container image.
# Add steps that build, test, save build artifacts, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: Docker@0
displayName: 'Run Jekyll'
inputs:
containerRegistryType: 'Container Regi... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | mit | PHeonix25/PHeonix25.github.io,PHeonix25/PHeonix25.github.io | |
eff140db87e9dea87c9cadd58bd1e070f7bf8759 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
pool:
vmImage: 'VS2017-Win2016'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Re... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | mit | planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell,planetpowershell/planetpowershell | |
7fab70fb2aaec7a2332d1b7d5d15252be9b31d04 | 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'
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
| YAML | epl-1.0 | csowada/ebus,csowada/ebus | |
5239cf9af8cef07746193fa1b5d246011a980d97 | azure-pipelines.yml | azure-pipelines.yml | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: ... | Set up CI with Azure Pipelines | MNT: Set up CI with Azure Pipelines
First step to utilize Azure Pipelines [skip ci] | YAML | mit | heistermann/wradlib,heistermann/wradlib,wradlib/wradlib,kmuehlbauer/wradlib,kmuehlbauer/wradlib,wradlib/wradlib | |
8d83287b0581e88168ef19f094fd465bdaf8969c | recipes/rb-activesupport/meta.yaml | recipes/rb-activesupport/meta.yaml | {% set name = "activesupport" %}
{% set version = "4.2.11.1" %}
package:
name: rb-{{ name|lower }}
version: {{ version }}
source:
url: https://rubygems.org/downloads/{{ name }}-{{ version }}.gem
sha256: 264782453d1912cf99f80b6bbf3f2e0e0592874e740e2c66f4dbad02903a78ed
build:
noarch: generic
number: 0
sc... | Add basic, is gem installed unit-test | Add basic, is gem installed unit-test
| YAML | bsd-3-clause | johanneskoester/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,mcs07/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,isuruf/staged-recipes,dschreij/staged-recipes,mariusvniekerk/staged-recipes,petrushy... | |
a90e2b9f46bd6c9aa80c39e25081bea23fd5ab5a | packages/tu/tuple-ops.yaml | packages/tu/tuple-ops.yaml | homepage: https://github.com/pierric/tuple-ops
changelog-type: ''
hash: 83c369a1de4a4cb7b84b53aa45a31f88c6994901444c23486f04f2642eede1e9
test-bench-deps: {}
maintainer: Jiasen Wu <jiasenwu@hotmail.com>
synopsis: various operations on n-ary tuples via GHC.Generics
changelog: ''
basic-deps:
base: ! '>=4.7 && <5.0'
all-... | Update from Hackage at 2018-01-16T14:24:06Z | Update from Hackage at 2018-01-16T14:24:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
2ea60b969be185391a8ef00b20751fba1429b256 | packages/da/data-list-zigzag.yaml | packages/da/data-list-zigzag.yaml | homepage: https://github.com/erisco/data-list-zigzag
changelog-type: markdown
hash: 08544c64c50643d537f086e042c4210233e3282e2b6e8ba90b8115d60226c949
test-bench-deps: {}
maintainer: eric.brisco@gmail.com
synopsis: A list but with a balanced enumeration of Cartesian product.
changelog: ! "# Revision history for data-list... | Update from Hackage at 2017-04-28T03:25:51Z | Update from Hackage at 2017-04-28T03:25:51Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
e5111c152ed0f8be09e3945d5f85ac2dca953c41 | .github/workflows/ansible-lint.yml | .github/workflows/ansible-lint.yml | name: Ansible Lint
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint Ansible playbooks
# Lastest commit, as of 30 Apr 2020
uses: ansible/ansible-lint-action@6c8c141
with:
targ... | Add Github Action to lint Ansible playbooks | build: Add Github Action to lint Ansible playbooks
Should test all pushes and pull requests
| YAML | bsd-3-clause | ava-labs/avalanchego,ava-labs/avalanchego | |
b5b86ebad411bd9a86f87189ed1a14bee431c2ac | .github/workflows/fedora-repos.yml | .github/workflows/fedora-repos.yml | name: Check if we have all Fedora keys
on:
schedule:
- cron: '48 23 * * 2'
jobs:
clone-and-compare:
name: Clone fedora-repos and compare the keys with what we have
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Clone fedora-repos
run: |... | Add a GitHub action to check all if Fedora keys are present | Add a GitHub action to check all if Fedora keys are present
| YAML | cc0-1.0 | xsuchy/distribution-gpg-keys,xsuchy/distribution-gpg-keys | |
83a8835d06433db3318761dd427c453e32370753 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.2"
- "3.3"
before_script:
- psql -c 'CREATE DATABASE momoko_test;' -U postgres
- psql -c 'CREATE EXTENSION hstore;' -U postgres
env:
- MOMOKO_TEST_DB="momoko_test"
- MOMOKO_TEST_USER="postgres"
- MOMOKO_TEST_PASSWORD=""
- MOMOKO_TEST_HOST=""
- MOMOKO_TEST_PORT... | language: python
python:
- "2.7"
- "3.2"
- "3.3"
before_script:
- psql -c 'CREATE DATABASE momoko_test;' -U postgres
- psql -c 'CREATE EXTENSION hstore;' -U postgres
env:
- MOMOKO_TEST_DB="momoko_test"
- MOMOKO_TEST_USER="postgres"
- MOMOKO_TEST_PASSWORD=""
- MOMOKO_TEST_HOST=""
- MOMOKO_TEST_PORT... | Add port number to TravisCI configuration file. | Add port number to TravisCI configuration file.
| YAML | mit | jbowes/momoko,jbowes/momoko,gward/momoko,friedcell/momoko,gward/momoko,friedcell/momoko |
8b1cc85a599bf37ae76d0e8f8dee4e64761b28aa | .travis.yml | .travis.yml | language: php
php:
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm
script: phpunit | language: php
php:
- 5.5.9
- 5.6
- 7.0
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
before_script:
- git clone https://github.com/octobercms/october.git
- mkdir -p ./october/plugins/sublimearts/sublimestripe
- mv !(october) october/plugins/sublimearts/sublimestripe
- cd october
-... | Update Travis setup and test again. | Update Travis setup and test again.
| YAML | mit | pratyushpundir/oc-sublimeStripe,pratyushpundir/oc-sublimeStripe,pratyushpundir/oc-sublimeStripe |
91edad976a3140de603a9a5bbc5a426ae454a78d | .travis.yml | .travis.yml | sudo: required
language: java
jdk:
- oraclejdk8
services:
- docker
before_install:
- mkdir -p output
script:
- cd blueprint-parent && mvn -B -V clean install
- cp -R target/generated-docs/*/html/* ../output
after_success:
- cd ../output ; rm -R .asciidoctor
- git init
- git config user.name "${GH_USER_NAM... | sudo: required
language: java
jdk:
- oraclejdk8
services:
- docker
before_install:
- mkdir -p output
script:
- cd blueprint-parent && mvn -B -V clean install
- cp -R target/generated-docs/*/html/* ../output
after_success:
- cd ../output ; rm -R .asciidoctor
- git init
- git config user.name "${GH_USER_NAM... | Update TravisCI config for GitHup pages | Update TravisCI config for GitHup pages
| YAML | apache-2.0 | haf-tech/blueprint |
4c4a2b9fd744b309f911a3511c6d6b1655de02a2 | azure-pipelines.yml | azure-pipelines.yml | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu 16.04'
steps:
- task: AzureCLI@1
inputs:
azureSubscription: 1fbdb4bb-441e-4922-ba1f-ffd04f533ea1
script... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
| YAML | epl-1.0 | PizzaFactory/camino-dockerfiles | |
99e8c43853cf6ac24f976d014fb7fc093496b95f | .travis.yml | .travis.yml | language: python
python: "2.7"
install:
- pip install flake8
- pip install -e .[tests]
services: mongodb
script: make test-ci
| language: python
python: "2.7"
install:
- pip install flake8
- pip install -e .[tests]
services: mongodb
script: make test
| Use `make test` for Travis | Use `make test` for Travis
| YAML | agpl-3.0 | openfisca/openfisca-web-ui,openfisca/openfisca-web-ui,openfisca/openfisca-web-ui |
ae97da0312bee4ba77e7f248f98f60d4cb346cbc | .github/workflows/dependabot.yml | .github/workflows/dependabot.yml | name: 'Dependabot Automerge'
on:
pull_request:
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/github-script@v3
with:
script: |
github.pulls.createReview({
owner: context.payload.repository.owner.login... | Add Dependabot automerge GitHub workflow 🦆 | chore: Add Dependabot automerge GitHub workflow 🦆
:pray: Hope it'll work :pray:
| YAML | mit | sapegin/react-styleguidist,sapegin/react-styleguidist,styleguidist/react-styleguidist,styleguidist/react-styleguidist,styleguidist/react-styleguidist | |
9d305027e7e1c510ffe4215417f2c9b3ad753289 | .github/workflows/check_codecov.yml | .github/workflows/check_codecov.yml | name: Check Codecov
on: [pull_request]
jobs:
build:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1.2.0
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew clean check
- name:... | Add Codecov report for PRs | Add Codecov report for PRs
| YAML | apache-2.0 | reactor/reactor-netty,reactor/reactor-netty | |
b21087cad59293faf0009ef5b44c518a9277bb8d | appveyor.yml | appveyor.yml | environment:
matrix:
- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python27-x64"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python36-x64"
install:
- cinst pandoc
- "%PYTHON%\\python.exe -m pip install wheel pypandoc"
- "%PYTHON%\\python.exe -... | Add Appveyor config for Windows testing | Add Appveyor config for Windows testing
| YAML | mit | jasedit/papers_base,jasedit/scriptorium | |
d0e1a619b0aaadee10d1faeb231d634a1ba11b98 | packages/xd/xdg-basedir-compliant.yaml | packages/xd/xdg-basedir-compliant.yaml | homepage: https://github.com/kephas/xdg-basedir-compliant#readme
changelog-type: ''
hash: b63d6d0d6b7a5f215cabeb0a18807708362f3927755fe39bf0ceb41bcbdfd547
test-bench-deps:
polysemy-plugin: -any
bytestring: -any
split: -any
base: '>=4.7 && <5'
hspec: -any
filepath: -any
polysemy-zoo: -any
polysemy: -any
... | Update from Hackage at 2022-10-27T14:57:31Z | Update from Hackage at 2022-10-27T14:57:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
73a11c8e3afcff27801ee8d7d2b4b1e619edf54d | recipes/bob.measure/meta.yaml | recipes/bob.measure/meta.yaml | {% set version = "2.1.1" %}
package:
name: bob.measure
version: {{ version }}
source:
fn: bob.measure-{{ version }}.zip
md5: d18b76bc8a389ef21ec37899155f330e
url: https://pypi.python.org/packages/source/b/bob.measure/bob.measure-{{ version }}.zip
build:
entry_points:
- bob_compute_perf.py = bob.measure... | Add bob.measure recipe [skip appveyor] | Add bob.measure recipe [skip appveyor]
| YAML | bsd-3-clause | hajapy/staged-recipes,ericdill/staged-recipes,pmlandwehr/staged-recipes,barkls/staged-recipes,jakirkham/staged-recipes,JohnGreeley/staged-recipes,hbredin/staged-recipes,blowekamp/staged-recipes,chrisburr/staged-recipes,rolando-contrib/staged-recipes,NOAA-ORR-ERD/staged-recipes,kwilcox/staged-recipes,gqmelo/staged-recip... | |
caac4f30784f3451e2295d65c0ed373cfff9ce27 | .travis.yml | .travis.yml | language: node_js
node_js:
- "0.10"
script: npm run travis
notifications:
email:
recipients:
- mojito-next@yahoo-inc.com
on_success: change
on_failure: always
env:
global:
- secure: Q1Agjbg1jP4OwEt2LZHX89gjxwK0vTK7EhXgQDIRnqJIqnQ26CbMn8eu8zdKOkysx8F0lHYjU5DqanV81VV4ApvjDuArAFpSJ3TjwFwyQf1UDwCGXs... | language: node_js
node_js:
- "0.10"
- "0.12"
script: npm run travis
notifications:
email:
recipients:
- mojito-next@yahoo-inc.com
on_success: change
on_failure: always
env:
global:
- secure: Q1Agjbg1jP4OwEt2LZHX89gjxwK0vTK7EhXgQDIRnqJIqnQ26CbMn8eu8zdKOkysx8F0lHYjU5DqanV81VV4ApvjDuArAFpSJ3TjwFwyQ... | Update Travis config to include Node 0.12 | Update Travis config to include Node 0.12
| YAML | bsd-3-clause | ericf/intl-messageformat,ericf/intl-messageformat,rlivsey/intl-messageformat,jeffvan576/intl-messageformat,ericf/intl-messageformat,yahoo/intl-messageformat,rlivsey/intl-messageformat,mattikl/intl-messageformat,yahoo/intl-messageformat,mattikl/intl-messageformat,jeffvan576/intl-messageformat,mattikl/intl-messageformat,... |
669cf313af73b91d845f378cf0c2f301bdef9ca1 | .travis.yml | .travis.yml | language: php
php:
- 5.3
- 5.4
env:
- CAKE_VERSION=2.1.5 DB=mysql
- CAKE_VERSION=2.2.7 DB=mysql
- CAKE_VERSION=master DB=mysql
- CAKE_VERSION=2.3.0 DB=mysql
before_script:
- git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION
- cp -R ../Cake-... | language: php
php:
- 5.3
- 5.4
env:
- CAKE_VERSION=2.2.7 DB=mysql
- CAKE_VERSION=master DB=mysql
- CAKE_VERSION=2.3.0 DB=mysql
before_script:
- git clone --depth 1 git://github.com/cakephp/cakephp ../cakephp && cd ../cakephp && git checkout $CAKE_VERSION
- cp -R ../Cake-Resque Plugin/CakeResque
- chm... | Test only Cake version >= 2.2 | Test only Cake version >= 2.2
| YAML | mit | voycey/Cake-Resque,voycey/Cake-Resque,mfn/Cake-Resque,wa0x6e/Cake-Resque,kamisama/Cake-Resque,mfn/Cake-Resque,kamisama/Cake-Resque,jbourassa/Cake-Resque,jbourassa/Cake-Resque,wa0x6e/Cake-Resque,manierim/Cake-Resque,manierim/Cake-Resque |
0ae76be5f2c735afd656bb742d68715de369b138 | .travis.yml | .travis.yml | language: c
compiler:
- clang
- gcc
script:
- mkdir ./build && cd ./build && cmake ..
- make
- make test
notifications:
irc: false
email:
- roman@tsisyk.com
| Add some tests, fix state machine. | Add some tests, fix state machine.
Add travis-ci
| YAML | mit | bigbes/streampuck | |
07c80cc4bf9b6c8591263339bc6a72b6209b0f81 | packages/ip/ip.yaml | packages/ip/ip.yaml | homepage: https://github.com/andrewthad/ip#readme
changelog-type: ''
hash: aae0b00635b2b50a463780f08d73a7fa47905e6084b584ea6d4a143a5b8dc6ef
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Initial project template from stack
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: -any
hashable: -... | Update from Hackage at 2016-05-16T18:28:55+0000 | Update from Hackage at 2016-05-16T18:28:55+0000
| YAML | mit | commercialhaskell/all-cabal-metadata | |
11c61d42dc5ffb13cd76535c86fd2988e18dd062 | .github/mergify.yml | .github/mergify.yml | pull_request_rules:
- name: Automatically merge translations
conditions:
- "author=weblate"
- "-conflict"
- "current-day-of-week=Sat"
actions:
merge:
method: squash | Configure Mergify to automatically merge translations PR every week | [skip ci] Configure Mergify to automatically merge translations PR every week
| YAML | apache-2.0 | CarlosEsco/tachiyomi | |
613382e254f30bd882287ca240c642ab306e3360 | .codeclimate.yml | .codeclimate.yml | version: "2" # required to adjust maintainability checks
checks:
argument-count:
enabled: false
file-lines:
enabled: false
method-count:
enabled: false
method-lines:
enabled: false
similar-code:
config:
threshold: 150
identical-code:
config:
threshold: 100
meth... | Add Code Climate config for Java | [TEST] Add Code Climate config for Java
LRN-22773
| YAML | apache-2.0 | Learnosity/learnosity-sdk-java | |
5e8e2c101bdd46f92b26201f492f0c4b8764cb64 | packages/sy/sydtest-hedgehog.yaml | packages/sy/sydtest-hedgehog.yaml | homepage: https://github.com/NorfairKing/sydtest#readme
changelog-type: ''
hash: 06f0b8b4ce42d667ed68dfebde6bb08b0c5160f457d548963f1eb7f07c39353e
test-bench-deps:
base: '>=4.7 && <5'
hedgehog: -any
sydtest-hedgehog: -any
sydtest: -any
maintainer: syd@cs-syd.eu
synopsis: A Hedgehog companion library for sydtest
... | Update from Hackage at 2022-02-11T12:12:43Z | Update from Hackage at 2022-02-11T12:12:43Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
e34e8be513845af57637c390bc5bba7f31fbeeba | config.tmpl.yaml | config.tmpl.yaml | jar: QueryApp.jar
local_jar_dir: target/scala-2.10/
remote_jar_dir: /tmp/
main_class: com.adobe.QueryApp
remote_spark_dir: /usr/lib/spark
spark_master: spark://spark_master_server.com:7077
spark_work: /raid/spark-work
| Add application config file for submission. | Add application config file for submission.
| YAML | apache-2.0 | adobe-research/spindle,adobe-research/spindle,alexanderfield/spindle,alexanderfield/spindle,adobe-research/spindle,alexanderfield/spindle | |
02c4a58f6b74a2ea19a55b76c22ef296050113c8 | recipes/pymt_hydrotrend/meta.yaml | recipes/pymt_hydrotrend/meta.yaml | {% set version = "0.1.1" %}
package:
name: pymt_hydrotrend
version: {{ version }}
source:
url: https://github.com/mcflugen/pymt_hydrotrend/archive/v{{ version }}.tar.gz
sha256: c8b252552aa3e82e71f091d7848f7a8d927b7a9796bf4260be76a02e9d56aa49
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-de... | Add conda recipe for pymt_hydrotrend. | Add conda recipe for pymt_hydrotrend.
| YAML | bsd-3-clause | birdsarah/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,cpaulik/staged-recipes,conda-forge/staged-recipes,ceholden/staged-recipes,dschreij/staged-recipes,sodre/staged-recipes,basnijholt/staged-recipes,patricksnape/staged-recipes,sodre/staged-recipes,hadim/staged-recipes,scopat... | |
8d977ae6c05458f4a1d567d299ab17e764ee3563 | config/locales/new/missing_active_admin_filters.de.yml | config/locales/new/missing_active_admin_filters.de.yml | de:
active_admin:
filters:
predicates:
gteq_datetime: "Größer gleich"
lteq_datetime: "Kleiner gleich"
from: "Von"
to: "Bis"
| Add missing Active Admin translations for filters | Add missing Active Admin translations for filters
These are missing from the `de` locale in Active Admin 1.3.x and have
only been added in 1.4.0. Since Pageflow already duplicates a good
amount of the Active Admin locales, adding these does not really make
things worse.
REDMINE-16490
| YAML | mit | tf/pageflow,tf/pageflow,tf/pageflow,codevise/pageflow,codevise/pageflow,tf/pageflow,codevise/pageflow,codevise/pageflow | |
7b38160fcfbe022223a7aeee6bdf0dbe2c259d35 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- name: Test
run: |
... | Add integration with github ci | Add integration with github ci
| YAML | mit | jpillora/backoff | |
4b901ee3b4b38b64dba48ac88e7aeae84924e492 | .github/workflows/cmake.yml | .github/workflows/cmake.yml | name: CMake
on:
push:
branches: master
pull_request:
branches: master
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: ${{ matrix.config.os }}
strategy:
fail-fast: false
matrix:
# os: [ubuntu-late... | Add Github Action for Ledger builds Python3 only for mac and linux | Add Github Action for Ledger builds Python3 only for mac and linux
- Builds for linux
- Builds for macos
| YAML | bsd-3-clause | ledger/ledger,afh/ledger,afh/ledger,ledger/ledger,afh/ledger,ledger/ledger,afh/ledger,ledger/ledger,ledger/ledger,afh/ledger | |
da197c1c46851b94406ea902494325023023cc60 | .github/workflows/tests.yml | .github/workflows/tests.yml | ---
name: Tests
on:
push:
branches:
- master
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- 3.6
- 3.7
- 3.8
- 3.9
steps:
- uses: actions/checkout@v2
- name: Set up Python ... | Add GitHub Actions (no release step yet) | Add GitHub Actions (no release step yet)
| YAML | mit | axsemantics/rohrpost,axsemantics/rohrpost | |
1927cb6aa8262a6fc9e8283e76b78a3605519fd7 | env/containers.yaml | env/containers.yaml | version: v1beta2
containers:
- name: redis
image: dockerfile/redis
ports:
- name: redi-listen-port
hostPort: 6379
containerPort: 6379 | Add GCE container for Redis | Add GCE container for Redis
| YAML | apache-2.0 | webdizz/bootiful-apps | |
6f93e64eb3f2808aa3d93f8ff36bbb9814dd03bd | .gitlab-ci.yml | .gitlab-ci.yml | image: ubuntu:xenial
before_script:
- apt-get update
- apt-get -y install sudo curl git file g++ cmake
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
stages:
- test
- deploy
stable:
stage: test
script:
- rustup install stable
- cargo test --verbose
beta:
stage: te... | Add gitlab CI integration and doc generation | Add gitlab CI integration and doc generation
| YAML | apache-2.0 | imp/pager-rs | |
4866b0e844141090ea2052b6f158f4d8b1a8b4b7 | packages/co/contiguous.yaml | packages/co/contiguous.yaml | homepage: https://github.com/andrewthad/contiguous
changelog-type: ''
hash: 304410d7d1af70c7fd462a0e9305bd396f60d180fb7238be49df642db5b46c54
test-bench-deps: {}
maintainer: andrew.thaddeus@gmail.com
synopsis: Unified interface for primitive arrays
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
primitive: ! '>=0.6.... | Update from Hackage at 2018-05-31T13:50:31Z | Update from Hackage at 2018-05-31T13:50:31Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
eae687e954f543a825b944a6f454e88354d37173 | .github/workflows/codesee-arch-diagram.yml | .github/workflows/codesee-arch-diagram.yml | on:
push:
branches:
- dev
pull_request_target:
types: [opened, synchronize, reopened]
name: CodeSee Map
jobs:
test_map_action:
runs-on: ubuntu-latest
continue-on-error: true
name: Run CodeSee Map Analysis
steps:
- name: checkout
id: checkout
uses: actions/chec... | Add CodeSee architecture diagram workflow to repository | Add CodeSee architecture diagram workflow to repository | YAML | mit | b3b00/csly | |
751448cec4694d8b76bb7160852448b4cf6f3674 | .github/workflows/docker-cloud-builder.yml | .github/workflows/docker-cloud-builder.yml | # MIT License
#
# Copyright (c) 2022 Choko (choko@curioswitch.org)
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, cop... | Add workflow to publish cloud-builder to ghcr.io | Add workflow to publish cloud-builder to ghcr.io
| YAML | mit | curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack,curioswitch/curiostack | |
0c88fc2d7c8b2ebc25886382d2cc4bf5eb42e398 | environments/services/neutron-ovn-standalone.yaml | environments/services/neutron-ovn-standalone.yaml | # A Heat environment that can be used to deploy OVN services with non HA OVN DB servers.
resource_registry:
OS::TripleO::Docker::NeutronMl2PluginBase: ../../puppet/services/neutron-plugin-ml2-ovn.yaml
OS::TripleO::Services::OVNController: ../../docker/services/ovn-controller.yaml
OS::TripleO::Services::OVNDBs: ..... | Add OVN environment that works with standalone mode. | Add OVN environment that works with standalone mode.
All of the current OVN environment files enable HA for the OVN
database, which does not work with tripleo standalone. This
introduces an environment that can be used in that mode.
There used to be non-HA modes, but they were removed in commit
819805d708cccc6e1419a... | YAML | apache-2.0 | openstack/tripleo-heat-templates,openstack/tripleo-heat-templates,dprince/tripleo-heat-templates,dprince/tripleo-heat-templates | |
cce209a13fc93866afcc804662e60a6064a4f56c | Resources/translations/validators.ja.yml | Resources/translations/validators.ja.yml | fos_user:
username:
already_used: ユーザー名は既に使用されています
blank: ユーザー名を入力してください
short: ユーザー名が短すぎます
long: ユーザー名が長すぎます
email:
already_used: メールアドレスは既に使用されています
blank: メールアドレスを入力してください
short: メールアドレスが短すぎます、
long: メールアドレスが長すぎます
invalid: メールアドレスが正しくありませ... | fos_user:
username:
already_used: ユーザー名は既に使用されています
blank: ユーザー名を入力してください
short: ユーザー名が短すぎます
long: ユーザー名が長すぎます
email:
already_used: メールアドレスは既に使用されています
blank: メールアドレスを入力してください
short: メールアドレスが短すぎます
long: メールアドレスが長すぎます
invalid: メールアドレスが正しくありません... | Fix Japanese translations (typo) in the 1.2.x branch | Fix Japanese translations (typo) in the 1.2.x branch
| YAML | mit | XWB/FOSUserBundle,FriendsOfSymfony/FOSUserBundle,XWB/FOSUserBundle |
d343b4614e143476087b0353766690c60ac76a04 | .github/workflows/doc-versions.yml | .github/workflows/doc-versions.yml | name: Manage doc versions
on:
push:
branches:
- gh-pages
paths-ignore:
- 'dev/**'
jobs:
doc-versions:
name: Update Doc Versions
runs-on: ubuntu-latest
steps:
- name: Checkout source
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
... | Add workflow for managing version listing | CI: Add workflow for managing version listing
On any push to gh-pages, this runs a Python script that looks at all the
available v[0-9]* directories and sets the latest link to the highest,
and keeps in the listing the most recent 4.
| YAML | bsd-3-clause | metpy/MetPy | |
ae309ae8295ab829028874ceaa9b23cdd001d002 | roles/epel/tasks/main.yml | roles/epel/tasks/main.yml | ---
- name: Check if EPEL is installed
stat:
path: /etc/yum.repos.d/epel.repo
register: epel_installed
when: ansible_os_family == "RedHat"
- name: Install EPEL repo
become: yes
yum:
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.noarch.rpm"
... | ---
- name: Check if EPEL is installed
stat:
path: /etc/yum.repos.d/epel.repo
register: epel_installed
when: ansible_os_family == "RedHat"
tags: epel
- name: Install EPEL repo
become: yes
yum:
name: "https://dl.fedoraproject.org/pub/epel/epel-release-latest-{{ ansible_distribution_major_version }}.... | Add tags for EPEL role | Add tags for EPEL role
| YAML | apache-2.0 | StackStorm/ansible-st2,armab/ansible-st2 |
5dcc24043d1c7ef25ff9d95f971b8dce83fc8732 | packages/gi/gi-secret.yaml | packages/gi/gi-secret.yaml | homepage: https://github.com/haskell-gi/haskell-gi
changelog-type: markdown
hash: 912aa73d6b49825d009d61ad23e82621d60c346afa8d620e04d7ca2e95f46e71
test-bench-deps: {}
maintainer: Iñaki García Etxebarria (garetxe@gmail.com)
synopsis: Libsecret bindings
changelog: ! '### 0.0.1
Initial release
'
basic-deps:
haskell... | Update from Hackage at 2017-03-13T21:19:22Z | Update from Hackage at 2017-03-13T21:19:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
340e3cca9e0e628361bfbf5424148469f4ce06a3 | packages/pa/paramtree.yaml | packages/pa/paramtree.yaml | homepage: https://github.com/merijn/paramtree
changelog-type: ''
hash: 891c647843ea2bef4f09799d5e33df146ba9e72c4266c89f19c3613bad1be066
test-bench-deps:
bytestring: ! '>=0.10 && <0.11'
base: -any
tasty-golden: ! '>=2.0 && <2.4'
paramtree: -any
tasty-hunit: ==0.9.*
temporary: ==1.2.*
tasty: ! '>=0.11 && <0... | Update from Hackage at 2017-11-04T23:39:49Z | Update from Hackage at 2017-11-04T23:39:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
2cd6bfda5e34623dd85b61c6c2cb7bc7a0eefef0 | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
stages:
- stage: build_debug_stage
displayName: "Build and test in debug mode"
jobs:
- job:
strategy:
matrix:
Ubuntu18:
imageName: 'ubuntu-18.04'
Ubuntu20:
imageName: 'ubuntu-18.04'
MacOs10:
imageName: 'macOS-10.15'
MacOs11... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | adimosh/IX.StandardExtensions | |
d1598f0359e909e4e44a40cea1123f557f00e37c | packages/st/streamly-posix.yaml | packages/st/streamly-posix.yaml | homepage: ''
changelog-type: markdown
hash: f0bb5b9c45286f9debe5489f7344805dd185594e70ce5f0a73cd9a9707db0f06
test-bench-deps:
unix: ! '>=2.7'
base: ! '>=4.12 && <5'
hpath-posix: ! '>=0.13'
hspec: -any
filepath: -any
streamly-posix: -any
temporary: -any
hspec-discover: -any
maintainer: Julian Ospald <has... | Update from Hackage at 2020-02-16T21:03:04Z | Update from Hackage at 2020-02-16T21:03:04Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
b2537c2b3e3c664b6f58061cda0d96d09e50de6a | recipes/sas7bdat/meta.yaml | recipes/sas7bdat/meta.yaml | {% set name = "sas7bdat" %}
{% set version = "2.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sas7bdat-{{ version }}.tar.gz
sha256: 484c609d962442203c15bc719a638de992a23cd13bc1971a5af6dfb0daf9f797
build:
number: 0
noa... | Add sas7bdat from pypi via grayskull | Add sas7bdat from pypi via grayskull
| YAML | bsd-3-clause | ocefpaf/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,conda-forge... | |
717cb2047c287e81d794163b2efa79f31d43010d | packages/wo/workflow-extra.yaml | packages/wo/workflow-extra.yaml | homepage: http://github.com/sboosali/workflow-extra#readme
changelog-type: ''
hash: 44e942764eeef1d3f668cef1e7fdb5e1d80e5c1b1fc35f7de337dcaaddd8e05f
test-bench-deps:
workflow-extra: -any
base: -any
hspec: ==2.2.*
criterion: -any
doctest: -any
deepseq: -any
QuickCheck: ==2.8.*
maintainer: samboosalis@gmail... | Update from Hackage at 2017-05-02T02:33:41Z | Update from Hackage at 2017-05-02T02:33:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
4f354ea0ea1ee24b98731fde5778e19f9ef034f1 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET
# Build and test ASP.NET projects.
# Add steps that publish symbols, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/aspnet/build-aspnet-4
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buil... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | ucdavis/JsModels.Net,ucdavis/JsModels.Net,ucdavis/JsModels.Net | |
e8ece7e4e185f3de55cb80c856bc9b9df974e97d | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'windows-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '10.x'
displ... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | apatitejs/apatite | |
867ed226de265923efbefc9a31901c40e23a783c | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
stra... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | bsd-2-clause | lmcinnes/pynndescent | |
53b6ad10257a5267bccbda59acd48dbffcaabfbc | azure-pipelines.yml | azure-pipelines.yml | # .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: '**/*.sln'
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | jim-dale/MountISO.Wmi,jim-dale/MountISO.Wmi | |
8271c413f930d8a4e486f901233cc4fa1b1c54d3 | azure-pipelines.yml | azure-pipelines.yml | trigger:
branches:
include:
- master
- release
- refs/tags/*
pr:
- master
pool:
vmImage: 'windows-2019'
variables:
BuildConfiguration: Release
Projects: 'src/NSwag.Min.sln'
steps:
# Install required SDKs and tools
- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | quails4Eva/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,quails4Eva/NSwag,RSuter/NSwag,RSuter/NSwag,RSuter/NSwag | |
46d7b6a95cc276cfdde51b6d3abacd3d949c0835 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
steps:
- task: NodeTool@0
inputs:
versionSpec: '12.x'
displa... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | AdaskoTheBeAsT/netcoretypewriterrecipes,AdaskoTheBeAsT/netcoretypewriterrecipes,AdaskoTheBeAsT/netcoretypewriterrecipes,AdaskoTheBeAsT/netcoretypewriterrecipes | |
60c12b22ef1027ff9b14b7d9f3fd2e9ce6f7f334 | azure-pipelines.yml | azure-pipelines.yml | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
pool:
vmImage: 'Ubuntu 16.04'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |
echo Add other... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | mit | zmira/abremir.AllMyBricks | |
5c214dde70c9149eed5ea433dd067e59ad0b707e | azure-pipelines.yml | azure-pipelines.yml | # Python Django
# Test a Django project on multiple versions of Python.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
pool:
vmImage: 'Ubuntu 16.04'
strategy:
matrix:
Python35:
PYTHON_VERSION: '3.5'
Python36:... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | bsd-3-clause | rockychen-dpaw/borgcollector,parksandwildlife/borgcollector,parksandwildlife/borgcollector,parksandwildlife/borgcollector,rockychen-dpaw/borgcollector,rockychen-dpaw/borgcollector | |
f506ee75905e24aeea1dda0a49453d5d05dbcde5 | azure-pipelines.yml | azure-pipelines.yml | # .NET Desktop
# Build and run tests for .NET Desktop or Windows classic desktop solutions.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net
trigger:
- master
pool:
vmImage: 'windows-latest'
variables:
solution: 'All.sln'
... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | lionfire/Core,jaredthirsk/Core,lionfire/Core,lionfire/Core | |
1ba36914fa2fabf191d704f287bb30778f595ddc | azure-pipelines.yml | azure-pipelines.yml | # Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'
- script: |... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | bsd-2-clause | rwhogg/homebrew-core,Linuxbrew/homebrew-core,maxim-belkin/homebrew-core,LinuxbrewTestBot/homebrew-core,maxim-belkin/homebrew-core,LinuxbrewTestBot/homebrew-core,Linuxbrew/homebrew-core,rwhogg/homebrew-core | |
4f9ba3489ea0b6f0ccc5bdc5ff780ae6aa981ed8 | .travis.yml | .travis.yml | language: python
python:
- "3.4"
- "3.5"
env: LD_LIBRARY_PATH=/usr/local/lib
dist: trusty
before_install:
- git clone https://github.com/google/re2.git
- cd re2 && make && sudo make install && cd ..
install:
- pip install cffi six
script: python3 setup.py test
| language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "pypy"
- "pypy3"
env: LD_LIBRARY_PATH=/usr/local/lib
dist: trusty
before_install:
- git clone https://github.com/google/re2.git
- cd re2 && make && sudo make install && cd ..
install:
- pip install cffi six
script: python3 setup.py tes... | Add more python versions to the Travis build | Add more python versions to the Travis build
| YAML | mit | vls/cffi_re2,vls/cffi_re2 |
64920963260042c05ab7dd7172104424151b8d25 | .travis.yml | .travis.yml | language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.5
- DJANGO=1.5.1
install:
- pip install -q coveralls Django==$DJANGO --use-mirrors
script:
- coverage run test_suite.py
after_success:
- coveralls
| language: python
python:
- "2.6"
- "2.7"
env:
- DJANGO=1.4.10
- DJANGO=1.5.5
- DJANGO=1.6.1
install:
- pip install -q coveralls Django==$DJANGO --use-mirrors
script:
- coverage run test_suite.py
after_success:
- coveralls
| Add Django 1.6.1 to Travis config | Add Django 1.6.1 to Travis config
| YAML | bsd-2-clause | bruth/restlib2 |
69f02255a8219185bf55da303981d86886b3c24b | .travis.yml | .travis.yml | language: erlang
notifications:
email:
- hello@alind.io
otp_release:
- 17.0-rc1
- R16B03-1
- R16B
- R15B03
- R14B04
before_script: "make get-deps"
script: "make all"
| language: erlang
notifications:
email:
- hello@alind.io
otp_release:
- R16B03-1
- R16B
- R15B03
before_script: "make get-deps"
script: "make all"
| Remove 17.0-rc1 and R14B04 from Travis | Remove 17.0-rc1 and R14B04 from Travis
| YAML | apache-2.0 | basho/meck,kivra/meck,soranoba/meck,cloudant/couchdb-meck,ptuckey/meck,rdio/meck,paulperegud/meck,lilrooness/meck,edgurgel/meck,eproxus/meck,apache/couchdb-meck,norton/meck |
5c701db43c0a8d782327eefbee145ca03edf29a9 | .travis.yml | .travis.yml | language: objective-c
osx_image: xcode9.2
env:
- DESTINATION="OS=11.2,name=iPhone 8" SCHEME="Eureka" SDK=iphonesimulator
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- brew update
- brew outdated carthage || brew upgrade carthage
script:
- set -o pipefail
- xcodebuild -vers... | language: objective-c
osx_image: xcode9.3
env:
- DESTINATION="OS=11.3,name=iPhone 8" SCHEME="Eureka" SDK=iphonesimulator
before_install:
- gem install xcpretty --no-rdoc --no-ri --no-document --quiet
- brew update
- brew outdated carthage || brew upgrade carthage
script:
- set -o pipefail
- xcodebuild -vers... | Update Travis to use Xcode 9.3 | Update Travis to use Xcode 9.3
| YAML | mit | btanner/Eureka,jpvasquez/Eureka,jpvasquez/Eureka,xmartlabs/Eureka,xmartlabs/Eureka,btanner/Eureka |
39decff1f6eccdaee226ae91c303f16503a83bf6 | ci/azure-master.yml | ci/azure-master.yml | variables:
- group: secrets
resources:
repositories:
- repository: rustinfra
type: github
name: rust-lang/simpleinfra
endpoint: gnzlbg
trigger: ["master"]
pr: ["master"]
jobs:
- job: StyleAndDocs
pool:
vmImage: ubuntu-16.04
steps:
- template: azure-install-rust.yml
... | Add job on master that publishes the website | Add job on master that publishes the website
| YAML | apache-2.0 | rust-lang/libc,rust-lang/libc,rust-lang/libc | |
2debfd5b7c3e79968a957a89e84d2c8dbc7f27a9 | .github/workflows/build_jekyll.yml | .github/workflows/build_jekyll.yml | name: Build Jekyll and Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
build_and_deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/cache@v1
with:
path: vendo... | Enable GitHub Action for Build and Deploy | Enable GitHub Action for Build and Deploy
| YAML | mit | SalGnt/Travelogue,SalGnt/Travelogue | |
b31a68b835500d8880a8b366457ca3c2112db630 | .github/workflows/dynamic_arch.yml | .github/workflows/dynamic_arch.yml | name: continuous build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
build: [cmake, make]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Compilati... | Add Github Actions test for DYNAMIC_ARCH builds | Add Github Actions test for DYNAMIC_ARCH builds
| YAML | bsd-3-clause | xianyi/OpenBLAS,xianyi/OpenBLAS,xianyi/OpenBLAS,xianyi/OpenBLAS,xianyi/OpenBLAS,xianyi/OpenBLAS,xianyi/OpenBLAS,xianyi/OpenBLAS | |
4c838c06edd5327d850c6163685d5a572d7af045 | .github/workflows/python-build.yml | .github/workflows/python-build.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: Test Python
on:
push:
branches: [ master ]
pull_request:
branches: [ maste... | Add action to build Python package | build(ci): Add action to build Python package
| YAML | agpl-3.0 | mapequation/infomap,mapequation/infomap,mapequation/infomap,mapequation/infomap | |
4e4a8579337d3d5c09c1d6decb95b8165f676f95 | base-container/cloudbuild.yaml | base-container/cloudbuild.yaml | steps:
- name: "gcr.io/cloud-builders/docker"
args:
[
"build", "-t", "gcr.io/$PROJECT_ID/base:1.2.0",
".",
]
- name: "gcr.io/cloud-builders/docker"
args: ["push", "gcr.io/$PROJECT_ID/base:1.2.0"] | Add Cloud Build config for base container | Add Cloud Build config for base container
| YAML | apache-2.0 | GoogleCloudPlatform/instruqt-content,GoogleCloudPlatform/instruqt-content,GoogleCloudPlatform/instruqt-content | |
bc65261088e691928d5e210641544f55e3b2a2b9 | examples/v2/capabilities/join/create_vm_with_volume.yaml | examples/v2/capabilities/join/create_vm_with_volume.yaml | ---
version: 2.0
create_vm_with_volume:
type: direct
description: |
Creates a vm and and cinder volume in parallel, waits till both tasks
get completed using "join" workflow control and attaches the volume to
the vm.
input:
- server_name # Name of the new instance
- image_id # Image id ... | Add "create vm with volume" example that demonstrates "join" | Add "create vm with volume" example that demonstrates "join"
Change-Id: I9da31110cf73feb0c014a985ac53b1da98c2e38c
| YAML | apache-2.0 | openstack/mistral-extra,openstack/mistral-extra | |
2df11aebcb0e36c7c601c61587da69131d3c2ff8 | packages/lu/lucid-hyperscript.yaml | packages/lu/lucid-hyperscript.yaml | homepage: https://github.com/MonadicSystems/lucid-hyperscript#readme
changelog-type: markdown
hash: 6bd2dde76b7707b1f99fc7d64a320a7e9fb75be7ad840e89f9d5c81f9b5ed963
test-bench-deps:
lucid: -any
base: '>=4.7 && <5'
text: -any
lucid-hyperscript: -any
template-haskell: -any
maintainer: tech@monadic.systems
synop... | Update from Hackage at 2022-01-30T06:59:32Z | Update from Hackage at 2022-01-30T06:59:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
862fcb7444ada7c68a61145e984bcbd709059e00 | packages/pr/primitive-atomic.yaml | packages/pr/primitive-atomic.yaml | homepage: https://github.com/andrewthad/primitive-atomic
changelog-type: markdown
hash: 058f3cff6c6b0ad0638176b56c172a9100d345ce17214423edae877a0171e2b1
test-bench-deps:
base: -any
primitive-atomic: -any
primitive: -any
maintainer: andrew.thaddeus@gmail.com
synopsis: Wrappers for primops around atomic operations
... | Update from Hackage at 2019-04-25T16:42:50Z | Update from Hackage at 2019-04-25T16:42:50Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
d7e831326f5f582468da99c89c9786a3edf8013e | packages/re/recursive-zipper.yaml | packages/re/recursive-zipper.yaml | homepage: https://github.com/ChrisPenner/recursive-zipper#readme
changelog-type: markdown
hash: ebbb7aec32c809aa78ec30ecc85ec8d23dff34fd683003b48c84e463ec5d2ca3
test-bench-deps: {}
maintainer: example@example.com
synopsis: Zippers over recursive data structures.
changelog: |
# Changelog for recursion-zipper
## Unr... | Update from Hackage at 2021-11-28T02:10:29Z | Update from Hackage at 2021-11-28T02:10:29Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
61dd819495fc7bdf4a412a5c26d23c94e4189bc4 | packages/se/sequence-formats.yaml | packages/se/sequence-formats.yaml | homepage: ''
changelog-type: markdown
hash: 96f675063849889457667d4c494a444010613d3612a2ab40f871b212232538a0
test-bench-deps: {}
maintainer: stephan.schiffels@mac.com
synopsis: A package with basic parsing utilities for several Bioinformatic data formats.
changelog: |
V 1.1.4.1: First entry in the Changelog. Added Ha... | Update from Hackage at 2019-03-05T14:15:22Z | Update from Hackage at 2019-03-05T14:15:22Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
21e118d668d66d2f5d5ca1b5130bd0028cb1a5d8 | packages/aw/aws-ec2-knownhosts.yaml | packages/aw/aws-ec2-knownhosts.yaml | homepage: http://github.com/bitnomial/aws-ec2-knownhosts
changelog-type: ''
hash: a1b3ed0440511c40032ab88cf076ebb0a5aeb18e9b9273e67511e34414ab8d93
test-bench-deps: {}
maintainer: luke@bitnomial.com, opensource@bitnomial.com
synopsis: Capture and manage AWS EC2 known_host pubkeys
changelog: ''
basic-deps:
bytestring: ... | Update from Hackage at 2017-11-27T20:47:33Z | Update from Hackage at 2017-11-27T20:47:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata | |
0a46a4c5acac8399c792304e08b1682ec9ee9794 | .github/workflows/lint.yml | .github/workflows/lint.yml | name: Lint
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Run Black Code Formatter
uses: psf/black@stable
| Add Linting to github action | Add Linting to github action
| YAML | mit | qurit/rt-utils | |
2dc922ad948be24358586cbbb099d0902e30022e | .github/workflows/check.yml | .github/workflows/check.yml | name: Check
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
tests:
name: Tests
runs-on: ubtuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- run: npm ci
- run: npm ru... | Add test & lint workflow | Add test & lint workflow
| YAML | mit | Zerthox/BetterDiscord-Plugins,Zerthox/BetterDiscord-Plugins | |
1377151394397f53219c290f48e8299052692b4d | .github/workflows/stale.yml | .github/workflows/stale.yml | name: Mark stale issues and pull requests
on:
schedule:
- cron: "0 * * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull r... | Enable Stale issues & PRs Workflow | Enable Stale issues & PRs Workflow | YAML | bsd-3-clause | lornajane/joindin-api,lornajane/joindin-api,joindin/joindin-api,dstockto/joindin-api,joindin/joindin-api,dstockto/joindin-api,joindin/joindin-api,dstockto/joindin-api,lornajane/joindin-api | |
fbdb9ac790e6656b661a9eb3c9c00e43d16ee7ac | appveyor.yml | appveyor.yml | build: false
shallow_clone: true
platform:
- x86
- x64
clone_folder: c:\projects\composer
cache:
- c:\tools\php -> appveyor.yml
init:
- SET PATH=C:\Program Files\OpenSSL;c:\tools\php;%PATH%
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=1
- SET ANSICON=121x90 (121x90)
install:
- IF EXIST c:\tools\php (SET... | build: false
shallow_clone: true
platform:
- x86
- x64
clone_folder: c:\projects\composer
cache:
- c:\tools\php -> appveyor.yml
init:
- SET PATH=c:\tools\php;%PATH%
- SET COMPOSER_NO_INTERACTION=1
- SET PHP=1
- SET ANSICON=121x90 (121x90)
install:
- IF EXIST c:\tools\php (SET PHP=0)
- IF %PHP%==1 c... | Fix chocolatey php and remove old artefacts | Fix chocolatey php and remove old artefacts
| YAML | mit | andrerom/composer,fabpot/composer,pierredup/composer,SpacePossum/composer,stof/composer,erasys/composer,gencer/composer,floverdevel/composer,composer/composer,milleruk/composer,staabm/composer,stefangr/composer,slbmeh/composer,johnstevenson/composer,naderman/composer,alcohol/composer,dzuelke/composer,localheinz/compose... |
28f3f38b7274aa4f4862fab3dea9e5e11dec1311 | appveyor.yml | appveyor.yml | # CI on Windows via appveyor
# This file was based on Olivier Grisel's python-appveyor-demo
branches:
except:
- fix-docs
environment:
matrix:
- PYTHON: "C:\\Python27-conda32"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-conda64"
PYTHON_VERSION: "3.6"
PYTHON_... | # CI on Windows via appveyor
# This file was based on Olivier Grisel's python-appveyor-demo
branches:
except:
- fix-docs
environment:
matrix:
- PYTHON: "C:\\Python27-conda32"
PYTHON_VERSION: "2.7"
PYTHON_ARCH: "32"
CONDA_ENV: "py27-cdat+pynio"
- PYTHON: "C:\\Python36-conda64"
... | Switch AppVeyor CI to use conda env | Switch AppVeyor CI to use conda env
| YAML | apache-2.0 | jhamman/xarray,chunweiyuan/xarray,shoyer/xarray,markelg/xray,rabernat/xray,jhamman/xarray,rabernat/xray,pydata/xarray,markelg/xray,jhamman/xarray,shoyer/xray,pydata/xarray,pydata/xarray,jcmgray/xarray,markelg/xray,shoyer/xarray,xray/xray,jhamman/xray |
c322d03a86966f723efa36d7a6f7306003d8ab27 | .github/workflows/cffcheck.yml | .github/workflows/cffcheck.yml | name: Check Citation Info
concurrency:
group: ${{ github.workflow}}-${{ github.head_ref }}
cancel-in-progress: true
on:
push:
paths:
- CITATION.cff
pull_request:
paths:
- CITATION.cff
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
... | Add a workflow to check CITATION.cff | CI: Add a workflow to check CITATION.cff
| YAML | bsd-3-clause | Unidata/MetPy,Unidata/MetPy | |
63871e554344ffc85c028a6a67f86f85dc55a238 | .travis.yml | .travis.yml | language: python
python:
- "2.7"
- "3.3"
- "3.4"
# command to run tests
script: py.test
# Enable new Travis stack, should speed up builds
sudo: false
| Add Travis config file for CI | Add Travis config file for CI
| YAML | bsd-3-clause | jupyter/testpath | |
ec7a6130f76d3dcbfeb176754eb0c9c9f680dcf9 | playbooks/puppet-openstack-scenario000.yml | playbooks/puppet-openstack-scenario000.yml | ---
# Copyright Red Hat, Inc. All Rights Reserved.
#
# 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 applic... | Add playbook for p-o-i scenario000 | Add playbook for p-o-i scenario000
A new scenario000 has been created in p-o-i to test a basic
keystone-only deployment [1].
[1] https://review.opendev.org/c/openstack/puppet-openstack-integration/+/787283
Change-Id: I6c949e9a7061cb61198e1e567ade5fcf6127ebeb
| YAML | apache-2.0 | rdo-infra/weirdo | |
76eec40cb3335c69f4832944b8ee45e8f79252d1 | lib/business/data/betalingsservice.yml | lib/business/data/betalingsservice.yml | working_days:
- monday
- tuesday
- wednesday
- thursday
- friday
holidays:
- January 1st, 2017
- April 13th, 2017
- April 14th, 2017
- April 16th, 2017
- April 17th, 2017
- May 12th, 2017
- May 25th, 2017
- May 26th, 2017
- June 5th, 2017
- December 24th, 2017
- December 25th, 2017
- ... | Add 2017 Betalingsservice holiday definitions | Add 2017 Betalingsservice holiday definitions
| YAML | mit | gocardless/business | |
7b5fa21eabc73b66ea0c16f1fba8d4b979174f8a | .github/workflows/on_publish.yml | .github/workflows/on_publish.yml | name: Upload release asset(s)
on:
release:
types: ["published"]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
... | Add github action to publish release asset | Add github action to publish release asset
| YAML | mit | Adventech/sabbath-school-android-2,Adventech/sabbath-school-android-2,Adventech/sabbath-school-android-2 | |
37afff2742e231631508a1f8d71c289e161c20d1 | azure-pipelines.yml | azure-pipelines.yml | # Node.js
# Build a general Node.js project with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript
trigger:
- master
- releases/*
- dev
pr:
- master
- dev
pool:
vmImage: 'Ubuntu-16.04'
steps:
- task: NodeTool@0
inp... | Set up CI with Azure Pipelines | chore: Set up CI with Azure Pipelines [skip ci] | YAML | mit | dsherret/ts-simple-ast | |
954d99804308c53c0eb18683bcc4882a43d621c7 | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: ubuntu-latest
strat... | Set up CI with Azure Pipelines | Set up CI with Azure Pipelines
[skip ci] | YAML | mit | jason-neal/eniric,jason-neal/eniric | |
f2fa60f756e1771c20aed849052145a3009cf9ab | azure-pipelines.yml | azure-pipelines.yml | # Python package
# Create and test a Python package on multiple Python versions.
# Add steps that analyze code, save the dist with the build record, publish to a PyPI-compatible index, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/python
trigger:
- master
pool:
vmImage: 'ubuntu-latest'
str... | Set up new CI with Azure Pipelines | Set up new CI with Azure Pipelines
[skip ci] | YAML | bsd-3-clause | joblib/joblib,joblib/joblib,lesteve/joblib,lesteve/joblib |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.