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 |
|---|---|---|---|---|---|---|---|---|---|
8cf62098a8ae90495657ae71b52b823fe18294ca | .gitlab-ci.yml | .gitlab-ci.yml | tests:
stage: test
image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing
script:
- make -j`nproc` local-libgumbo
- make build-all USE_LOCAL_LIBGUMBO=1 DEBUG=1
- make check-all USE_LOCAL_LIBGUMBO=1
# - make clean check-luarocks-make LUAROCKS=luarocks-5.3
# - mak... | tests:
stage: test
image: registry.gitlab.com/craigbarnes/dockerfiles/lua-testing-extra
script:
- make -j`nproc` local-libgumbo
- make build-all USE_LOCAL_LIBGUMBO=1 DEBUG=1
- make check-all USE_LOCAL_LIBGUMBO=1
# - make clean check-luarocks-make LUAROCKS=luarocks-5.3
# ... | Use lua-testing-extra image instead of lua-testing to run CI tests | Use lua-testing-extra image instead of lua-testing to run CI tests
The tests download and statically compile libgumbo, which requires
autotools and g++ to be installed.
| YAML | apache-2.0 | craigbarnes/lua-gumbo,craigbarnes/lua-gumbo,craigbarnes/lua-gumbo |
b65f1cf3b81cbcc69df51f49a0008f80d3f8a9e8 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- publish
.build:
stage: build
allow_failure: true
image: "coderus/sailfishos-platform-sdk:${SFOS_VERSION}"
artifacts:
paths:
- "output/*"
script:
- sudo mkdir output
- mkdir ~/build
- cp -r * ~/build
- pushd ~/build
- mb2 -t SailfishOS-$SFOS_VERSION-armv7hl ... | stages:
- build
- test
- publish
.build:
stage: build
variables:
ARCH: armv7hl
SFOS_VERSION: "3.4.0.24"
image: coderus/sailfishos-platform-sdk:${SFOS_VERSION}
artifacts:
paths:
- "output/*"
script:
- mkdir output
- mkdir ~/build
- cp -r * ~/build
- pushd ~/build
- ... | Build in parallel and RPM validation | Build in parallel and RPM validation
| YAML | mit | ilpianista/harbour-SailHN,ilpianista/harbour-SailHN,ascarpino/harbour-SailHN |
b8714ceec69d7bd4661bde0c660490f3e9b0cba5 | .travis-ci.yml | .travis-ci.yml | language: python
python:
- "2.7"
test:
- python setup.py test
| language: python
python:
- "2.7"
install:
- pip install -e .
test:
- python setup.py test
| Add install stage to travis CI | Add install stage to travis CI
| YAML | mit | cpoisson/rent-a-bot,cpoisson/rent-a-bot |
3f06d5f634639b4c49a6014b0e255b33550cc1c6 | packages/sq/sqlite-simple-errors.yaml | packages/sq/sqlite-simple-errors.yaml | homepage: https://github.com/caneroj1/sqlite-simple-errors
changelog-type: ''
hash: 88ce02a24c49919e536880073ddf586fc63ab1a9659f3277861099a665b6b822
test-bench-deps:
base: -any
sqlite-simple: -any
text: -any
sqlite-simple-errors: -any
mtl: -any
maintainer: jmc41493@gmail.com
synopsis: Wrapper around errors fr... | homepage: https://github.com/caneroj1/sqlite-simple-errors
changelog-type: ''
hash: c5721b225696ace0c93ef123aff8d05ab1e3a9c5e5afe33b2606e51c4a4a5187
test-bench-deps:
base: -any
sqlite-simple: -any
text: -any
sqlite-simple-errors: -any
mtl: -any
maintainer: jmc41493@gmail.com
synopsis: Wrapper around errors fr... | Update from Hackage at 2016-10-12T01:56:17+00:00 | Update from Hackage at 2016-10-12T01:56:17+00:00
| YAML | mit | commercialhaskell/all-cabal-metadata |
61244848dd40851ba67a522c37cdc5aa093d1872 | defaults/main.yml | defaults/main.yml | ---
# defaults file for ansible-role-fgci-bash/
bash_script_copy_these:
- hist.sh
bash_script_copy_all: True
# This is added after MODULEPATH=$MODULEPATH
bash_modules_path: "/cvmfs/fgi.csc.fi/modules/el7/all"
lua_script_copy_all: True # disable by setting copy_all to false and copy_these to []
lua_script_copy_these... | ---
# defaults file for ansible-role-fgci-bash/
bash_script_copy_these:
- hist.sh
bash_script_copy_all: True
# This is added after MODULEPATH=$MODULEPATH
bash_modules_path: "/cvmfs/fgi.csc.fi/modules/el7/all:/cvmfs/fgi.csc.fi/apps/el7/aalto/spack/lmod/linux-centos7-x86_64/all:/cvmfs/fgi.csc.fi/apps/el7/aalto/spack/l... | Update cvmfs module path to include software from aalto | Update cvmfs module path to include software from aalto
| YAML | mit | CSC-IT-Center-for-Science/ansible-role-fgci-bash |
85c0af1746fd4ce46774317979504207074c51b8 | defaults/main.yml | defaults/main.yml | patroni_pg_default_service: "postgresql-{{ postgres_version }}"
patroni_pg_path: /usr/pgsql-9.6/bin
patroni_pg_max_connections: 500
patroni_postgres_port: 5432
patroni_archive_command: "mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f"
patroni_version: "v1.5.4"
| patroni_pg_default_service: "postgresql-{{ postgres_version }}"
patroni_pg_path: /usr/pgsql-9.6/bin
patroni_pg_max_connections: 500
patroni_postgres_port: 5432
patroni_archive_command: "mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f"
patroni_version: "v1.5.4"
patroni_ip: "{{ ansible_d... | Allow to set Patroni IP explicitly | Allow to set Patroni IP explicitly
| YAML | mit | kofonfor/ansible-role-patroni,gitinsky/ansible-role-patroni,gitinsky/ansible-role-patroni,kofonfor/ansible-role-patroni |
2bf88defdbd65962548c7b8d408968f4efbb6804 | ansible/roles/connectbox-pi/meta/main.yml | ansible/roles/connectbox-pi/meta/main.yml | ---
dependencies:
- bootstrap
- { role: hat-service, when: '"NanoPi NEO" in machine_type.stdout' }
- dns-dhcp
- network-interfaces
- wifi-ap
- mikegleasonjr.firewall
- nginx
- captive-portal
- webserver-content
- usb-content
- sample-content
- rpi-permissions
- wlan-set
- remove-lz4
| ---
dependencies:
- bootstrap
- hat-service
- dns-dhcp
- network-interfaces
- wifi-ap
- mikegleasonjr.firewall
- nginx
- captive-portal
- webserver-content
- usb-content
- sample-content
- rpi-permissions
- wlan-set
- remove-lz4
| Remove NEO dependency from hat-service role | Remove NEO dependency from hat-service role
The hat-service role is now valid on both NEO and RPi builds
| YAML | apache-2.0 | edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi,edwinsteele/biblebox-pi |
27015815791ad4fa4aa6e51db44540d761ab0cf9 | ansible/roles/install-deps/tasks/install-mongodb.yml | ansible/roles/install-deps/tasks/install-mongodb.yml | ---
# sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
- name: Add MongoDB apt key
apt_key: id=7F0CEB10
url=http://docs.mongodb.org/10gen-gpg-key.asc
tags:
- install
- mongodb
- deps
- name: Add MongoDB repository (Ubuntu)
apt_repository: repo='deb http://down... | ---
- name: Add MongoDB apt key (Ubuntu)
apt_key: id=7F0CEB10
keyserver=hkp://keyserver.ubuntu.com
when: ansible_lsb.id == "Ubuntu"
tags:
- install
- mongodb
- deps
- name: Add MongoDB apt key (Debian)
apt_key: id=EA312927
keyserver=hkp://keyserver.ubuntu.com
when: ansi... | Install latest mongodb (3.2) on Debian | Install latest mongodb (3.2) on Debian
| YAML | lgpl-2.1 | kernelci/kernelci-backend,kernelci/kernelci-backend |
5706cb9072671b394ae1d096a81f5a13d8aabf1d | site.yml | site.yml | # ---
# - hosts: all
# tasks:
# - name: ensure ntpd is at the latest version
# yum: pkg=ntp state=latest
# notify:
# - restart ntpd
# handlers:
# - name: restart ntpd
# service: name=ntpd state=restarted
---
- hosts: all
tasks:
- include: tasks/main.yml
| # ---
# - hosts: all
# tasks:
# - name: ensure ntpd is at the latest version
# yum: pkg=ntp state=latest
# notify:
# - restart ntpd
# handlers:
# - name: restart ntpd
# service: name=ntpd state=restarted
---
- hosts: all
roles:
- ansible-gocd
| Use a role, not tasks, so that it works with defaults and such in a predicatble manner. See Vagrantfile on how this works with local testing. | Use a role, not tasks, so that it works with defaults and such in a predicatble manner. See Vagrantfile on how this works with local testing.
| YAML | mit | gocd-contrib/ansible-gocd,Tpbrown/ansible-gocd,mfriedenhagen/ansible-gocd,jonwolski/ansible-gocd,lampo/ansible-gocd,MFAnderson/ansible-gocd |
2c6a7e8e60772e362728e74604a617d984add72b | metadata/org.dslul.openboard.inputmethod.latin.yml | metadata/org.dslul.openboard.inputmethod.latin.yml | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Categories:
- System
- Writing
License: GPL-3.0-only
SourceCode: https://github.com/dslul/openboard
IssueTracker: https://github.com/dslul/openboard/issues
AutoName: OpenBoard
RepoType: git
Repo: https://github.com/dslul/openboard
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app... | Update OpenBoard to 1.2 (4) | Update OpenBoard to 1.2 (4)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
052d70a0a57591b6c965de5dffa585552aeef312 | readthedocs.yml | readthedocs.yml | # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- requirements: requirements.txt
... | # Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false
python:
version: 3.8
install:
- requirements: requirements_docs.txt
- requirements: requirements.txt
... | Update RTD to use python3.8 instead of python3.7. | Update RTD to use python3.8 instead of python3.7.
PiperOrigin-RevId: 489946951
| YAML | apache-2.0 | deepmind/dm_pix,deepmind/dm_pix |
c71cd5db81a764d82f1f0b88e0fddc92ecc86826 | imouto-devel/ansible/roles/common/tasks/main.yml | imouto-devel/ansible/roles/common/tasks/main.yml | ---
# Tasks specyfing commom tasks for all servers
#- name: Copy sources list for apt
# copy: src=sources.list dest=/etc/apt/sources.list owner=root group=root mode=644 backup=yes
- name: Update apt repositories cache
apt: update_cache=yes cache_valid_time=36000
- name: Ensure git is installed
apt: name=git stat... | ---
# Tasks specyfing commom tasks for all servers
- name: Copy sources list for apt
copy: src=sources.list dest=/etc/apt/sources.list owner=root group=root mode=644 backup=yes
- name: Update apt repositories cache
apt: update_cache=yes cache_valid_time=36000
- name: Ensure git is installed
apt: name=git state=... | Modify role common to add apt sources list | imouto-devel/ansible/roles: Modify role common to add apt sources list
Add the task to copy the sources list for apt from host to the remote
machine.
| YAML | agpl-3.0 | Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2 |
6fe87916704123369f17979299719c4a5b047284 | ubuntu/integration-environment-elasticsearch-5.x/elasticsearch.yml | ubuntu/integration-environment-elasticsearch-5.x/elasticsearch.yml | cluster.name: graylog_test
node.master: true
node.data: true
index.number_of_shards: 1
index.number_of_replicas: 0
network.host: _local:ipv4_
discovery.zen.ping.multicast.enabled: false
discovery.zen.ping.unicast.hosts: ["127.0.0.1:9350"]
| cluster.name: graylog_test
node.master: true
node.data: true
index.number_of_shards: 1
index.number_of_replicas: 0
network.host: _local:ipv4_
| Fix settings for Elasticsearch 5.x | Fix settings for Elasticsearch 5.x
| YAML | apache-2.0 | Graylog2/build-environments |
873e9155130f6c45d4bbc259d2c7810542731f1d | assets/database.yml | assets/database.yml | development:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
production:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
test:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
| development:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
production:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
pool: 10
test:
adapter: postgresql
url: <%= ENV['DATABASE_URL'] %>
| Set a postgresql poolsize of 10 connections | Set a postgresql poolsize of 10 connections
| YAML | mit | nzherald/alaveteli-docker |
b59a5cd02b8868929143183ef852919c4b6a913d | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'windows-2022'
steps:
- task: VSBuild@1
displayName: build
inputs:
configuration: 'Release'
msbuildArgs: '/restore'
- task: VSTest@2
displayName: test
inputs:
configuration: 'Release'
otherConsoleOptions: '/Framework:.NETCoreApp,Version=v6.0 /Platform:x64' | pool:
vmImage: 'windows-2022'
steps:
- task: VSBuild@1
displayName: build
inputs:
configuration: 'Release'
msbuildArgs: '/restore'
- task: VSTest@2
displayName: test
inputs:
configuration: 'Release'
| Remove attempt at getting tests to run | Remove attempt at getting tests to run
GARBAGE!
| YAML | mit | JohanLarsson/Gu.Wpf.FlipView |
30e74d32b53bf7dab2d30a2a3e366216c4243dba | atlas2/manifest.yml | atlas2/manifest.yml | applications:
- path: .
memory: 512M
instances: 1
domain: eu-gb.mybluemix.net
name: main
host: main
disk_quota: 512M
timeout: 60
services:
- mongodb-atlas2main
- performance-monitoring-auto
- atlas2-stormpath-credentials | applications:
- path: .
memory: 256M
instances: 1
domain: eu-gb.mybluemix.net
name: main
host: main
disk_quota: 512M
timeout: 60
services:
- mongodb-atlas2main
- performance-monitoring-auto
- atlas2-stormpath-credentials | Reduce the amount of memory required to run. | Reduce the amount of memory required to run. | YAML | apache-2.0 | cdaniel/atlas2,cdaniel/atlas2 |
c75ad05011e64f008e71e726411e4e6558ac9861 | docker-compose.yaml | docker-compose.yaml | version: '2'
services:
unfurl:
container_name: unfurl
build:
context: ./
dockerfile: Dockerfile
# Match the port defined in unfurl.ini
ports:
- "3000:3000"
volumes:
- ./unfurl.ini:/unfurl/unfurl.ini:ro
restart: unless-stopped
| version: '2'
services:
unfurl:
container_name: unfurl
build:
context: ./
dockerfile: Dockerfile
# Match the port defined in unfurl.ini
ports:
- "5000:5000"
restart: unless-stopped
| Change to port 5000 and remove volume mount | Change to port 5000 and remove volume mount
Port 5000 is what the default unfurl.ini file uses.
Will replace the volume mount with `COPY` in the Dockerfile and use sed to replace host value. | YAML | apache-2.0 | obsidianforensics/unfurl,obsidianforensics/unfurl |
c4bad629b1e6d0029219c5c12fa8dfc1ed71d9b0 | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: 'Ubuntu 16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: |
msbuild /t:Restore NStack.sln
nuget restore
displayName: Restore dependencies
- script: |
if echo $BUILD_SOURCEBRANCH | grep /release/; then perl -pi -e "s/PackageVersion>.*</PackageVersion>${BUILD_SOURCEBRANC... | pool:
vmImage: 'macOS-10.14'
variables:
buildConfiguration: 'Release'
steps:
- script: |
msbuild /t:Restore NStack.sln
nuget restore
displayName: Restore dependencies
- script: |
if echo $BUILD_SOURCEBRANCH | grep /release/; then perl -pi -e "s/PackageVersion>.*</PackageVersion>${BUILD_SOURCEBRANCH... | Build on MacOS, as the Ubuntu image lacks nuget | Build on MacOS, as the Ubuntu image lacks nuget
| YAML | bsd-3-clause | migueldeicaza/NStack,migueldeicaza/NStack,migueldeicaza/NStack |
576eeecd35e8ea94a608efb33d75360a2e4a3fda | azure-pipelines.yml | azure-pipelines.yml | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'Ubuntu-16.04'
variables:
CC: gcc-7
CXX: g++-7
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev
- script: sudo apt-get install -y libgles2-mesa-dev
- script: sudo apt-get install -y libopen... | trigger:
- master
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-18.04'
steps:
- script: sudo apt-get update --fix-missing
- script: sudo apt-get install -y libgl1-mesa-dev
- script: sudo apt-get install -y libgles2-mesa-dev
- script: sudo apt-get install -y libopenal-dev
- script: sudo apt-get install -y... | Use Ubuntu 18.04 on Azure | Use Ubuntu 18.04 on Azure
| YAML | unlicense | elnormous/ouzel,elnormous/ouzel,elnormous/ouzel |
ac706bd3fd30f5095835e99431db905a49ccf1d3 | azure-pipelines.yml | azure-pipelines.yml | # https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#passing-parameters
trigger:
- main
variables:
MKL_NUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1
OMP_NUM_THREADS: 1
VML_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
PYTHONHASHSEED: 0 # Ensure tests are correctly gathered by xdi... | # https://docs.microsoft.com/en-us/azure/devops/pipelines/process/templates?view=azure-devops#passing-parameters
trigger:
- main
schedules:
- cron: "0 6 * * 1" # Each Monday at 06:00 UTC
displayName: Weekly scheduled run
branches:
include: [main, maintenance/0.13.x]
always: true
variables:
MKL_NUM_THREA... | Add a weekly scheduled run to the Azure pipelines | CI: Add a weekly scheduled run to the Azure pipelines
This commit adds a weekly scheduled run to the Azure pipelines CI. It runs each Monday at 06:00 UTC on the main and maintenance/0.13.x branches.
Periodically scheduled runs can detect errors and warnings appearing in changes in upstream dependencies or the build... | YAML | bsd-3-clause | bashtage/statsmodels,bashtage/statsmodels,statsmodels/statsmodels,bashtage/statsmodels,statsmodels/statsmodels,statsmodels/statsmodels,statsmodels/statsmodels,statsmodels/statsmodels,bashtage/statsmodels,bashtage/statsmodels,statsmodels/statsmodels,bashtage/statsmodels |
57d0a028f9c7ce44de9e58917cffa4b69f8e325f | azure-pipelines.yml | azure-pipelines.yml | jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- task: DotNetCoreInstaller@0
inputs:
version: '1.0.4'
- task: DotNetCoreInstaller@0
inputs:
version: '1.1.4'
- task: DotNetCoreInstaller@0
inputs:
version: '2.1.401'
- bash: ./build.sh
env:
COREHOST_TRA... | jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
steps:
- bash: ./build.sh
env:
COREHOST_TRACE: 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
- job: macOS
pool:
vmImage: 'xcode9-macos10.13'
steps:
- bash: ./build.sh
env:
COREHOST_TRACE: 0
... | Remove manual dotnet core installation | Remove manual dotnet core installation
| YAML | mit | andrewlock/NetEscapades.Configuration,andrewlock/NetEscapades.Configuration |
5047364f462feb3451eed60fd1fd890fda5ac434 | recipes/kubernetes/meta.yaml | recipes/kubernetes/meta.yaml | {% set name = "kubernetes"%}
{% set version = "1.7.14"%}
{% set sha256 = "1f3c05e60882f014236a1c93fac05afde49b0fcb67aabb4df0a11b96b5aa5d24" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kubernetes/{{ name }}/archive/v{{ version }}.tar.gz
fn: {{ name }}-{{ version }... | {% set name = "kubernetes"%}
{% set version = "1.7.14"%}
{% set sha256 = "1f3c05e60882f014236a1c93fac05afde49b0fcb67aabb4df0a11b96b5aa5d24" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/kubernetes/{{ name }}/archive/v{{ version }}.tar.gz
fn: {{ name }}-{{ version }... | Update doc_url and lint | Update doc_url and lint [skip ci] [ci skip] | YAML | bsd-3-clause | ceholden/staged-recipes,cpaulik/staged-recipes,petrushy/staged-recipes,rvalieris/staged-recipes,sodre/staged-recipes,kwilcox/staged-recipes,pmlandwehr/staged-recipes,mariusvniekerk/staged-recipes,jjhelmus/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,b... |
e390ada75a342275205afb526e649c7549841037 | recipes/qt5reactor/meta.yaml | recipes/qt5reactor/meta.yaml | {% set name = "qt5reactor" %}
{% set version = "0.5" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "58d71f17188c896596e5f23f0eb884c966208a4db935e506d931797cbd1c0cbe" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_... | {% set name = "qt5reactor" %}
{% set version = "0.5" %}
{% set file_ext = "tar.gz" %}
{% set hash_type = "sha256" %}
{% set hash_value = "58d71f17188c896596e5f23f0eb884c966208a4db935e506d931797cbd1c0cbe" %}
package:
name: '{{ name|lower }}'
version: '{{ version }}'
source:
fn: '{{ name }}-{{ version }}.{{ file_... | Use host instead of build for qt5reactor | Use host instead of build for qt5reactor
Co-Authored-By: mrakitin <80296ac3c2ec8894fe3994152b21dee0e30396ec@users.noreply.github.com> | YAML | bsd-3-clause | ReimarBauer/staged-recipes,mariusvniekerk/staged-recipes,scopatz/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,jochym/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,synapticarbors/staged-recipes,dschreij/staged-recipes,igortg/staged-rec... |
564ab1c6fb3c97a80bdd8342a6de2976f73eec51 | recipes/setuptools/meta.yaml | recipes/setuptools/meta.yaml | {% set version = "23.0.0" %}
package:
name: setuptools
version: {{ version }}
source:
fn: setuptools-{{ version }}.tar.gz
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
md5: 100a90664040f8ff232fbac02a4c5652
patches:
# modify setuptools to barf if used in conda build ... | {% set version = "23.0.0" %}
package:
name: setuptools
version: {{ version }}
source:
fn: setuptools-{{ version }}.tar.gz
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
md5: 100a90664040f8ff232fbac02a4c5652
patches:
# modify setuptools to barf if used in conda build ... | Update to reflect actual license now as MIT. | setuptools: Update to reflect actual license now as MIT.
| YAML | bsd-3-clause | vamega/staged-recipes,jochym/staged-recipes,jakirkham/staged-recipes,pstjohn/staged-recipes,sannykr/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,SylvainCorlay/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,ceholden/staged-recipes,OpenPIV/staged-recipes,OpenPIV/staged-recipes,NOAA-ORR-ERD/s... |
70169bbc87fe0362f3f121076f5d7d2b386af784 | .lgtm.yml | .lgtm.yml | extraction:
java:
index:
build_command: "mvn clean install"
| # ---------------------------------------------------------------------------
# See the NOTICE file distributed with this work for additional
# information regarding copyright ownership.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# p... | Add license to YML file | [Misc] Add license to YML file
| YAML | lgpl-2.1 | xwiki/xwiki-commons,xwiki/xwiki-commons |
07ba7b5860e656ee81e82c9ca2cd00a8664aa1e4 | environment_win.yml | environment_win.yml | name: ascat_env
channels:
- conda-forge
dependencies:
- numpy
- pandas
- pygrib
- netCDF4
- pykdtree
- h5py
- xarray
- pip
- pip:
- cadati
- requests
- tqdm
- lxml
- pygeogrids>=0.3.0
- pynetcf>=0.2.2
| name: ascat_env
channels:
- conda-forge
dependencies:
- numpy
- pandas
- pygrib
- pykdtree
- h5py
- xarray
- pip
- pip:
- cadati
- netCDF4
- requests
- tqdm
- lxml
- pygeogrids>=0.3.0
- pynetcf>=0.2.2
| Move netcdf4 to pip install for windows for testing | Move netcdf4 to pip install for windows for testing
| YAML | mit | TUW-GEO/ascat |
82b57a331e1cf775f0d72f6c0fcc6ca3d747e0a5 | packages/xm/xml.yaml | packages/xm/xml.yaml | homepage: http://code.galois.com
changelog-type: ''
hash: edb7cf08e80013cab3f80e1cb1765cb8e4f0772cf5de8a50ba3bbdfa2ae61d8c
test-bench-deps: {}
maintainer: diatchki@galois.com
synopsis: A simple XML library.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=3 && <5'
text: -any
all-versions:
- 1.2.6
- 1.3.1
- 1... | homepage: https://github.com/GaloisInc/xml
changelog-type: ''
hash: c7a33d37c968c769723931a33e4e795f0aadda6cb62e7073ded8a2db52509d95
test-bench-deps: {}
maintainer: diatchki@galois.com
synopsis: A simple XML library.
changelog: ''
basic-deps:
bytestring: -any
base: '>=3 && <5'
text: -any
all-versions:
- 1.2.6
- 1... | Update from Hackage at 2020-06-12T19:52:29Z | Update from Hackage at 2020-06-12T19:52:29Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
dbf73591fe6fda226c798dee8d0236cb4075d621 | hieradata/class/exception_handler.yaml | hieradata/class/exception_handler.yaml | ---
govuk::node::s_base::apps:
- errbit
lv:
mongodb:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
govuk_lvm: 'data'
mountoptions: 'defaults'
/var/lib/automongodbbackup:
... | ---
govuk::node::s_base::apps:
- errbit
lv:
mongodb:
pv:
- '/dev/sdb1'
- '/dev/sdd1'
- '/dev/sde1'
vg: 'backup'
data:
pv: '/dev/sdc1'
vg: 'mongodb'
mount:
/var/lib/mongodb:
disk: '/dev/mapper/mongodb-data'
govuk_lvm: 'data'
mountoptions: 'defaults'
/var/lib/aut... | Add another disk to exception handler | Add another disk to exception handler
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
040232b616e09e09c9627577476a5d7a990cfecc | azure-pipelines.yml | azure-pipelines.yml | trigger:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
pr:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
stages:
- stage: Build
jobs:
- job: Build
pool:
vmImage: wind... | trigger:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
pr:
branches:
include:
- master
- rel/*
paths:
exclude:
- '**/*.md'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
stages:
- stage: Build
jobs:
- job: Build
pool:
vmImage: wind... | Build when packing in pipelines | Build when packing in pipelines | YAML | mit | dsplaisted/strongnamer |
bcefc031423deb793d22fdf3b7214f258ff7c522 | azure-pipelines.yml | azure-pipelines.yml | pool:
vmImage: vs2017-win2016
variables:
BuildConfiguration: Release
TestProjects: test/**/*.[Tt]ests.csproj
PackProjects: src/IronVelocity.csproj
steps:
- task: DotNetCoreCLI@2
displayName: Build
inputs:
command: build
arguments: --configuration $(BuildConfiguration)
- task: DotNetCoreCLI@2
... | pool:
vmImage: windows-latest
variables:
BuildConfiguration: Release
TestProjects: test/**/*.[Tt]ests.csproj
PackProjects: src/IronVelocity.csproj
steps:
- task: DotNetCoreCLI@2
displayName: Build
inputs:
command: build
arguments: --configuration $(BuildConfiguration)
- task: DotNetCoreCLI@2
... | Update image used in build pipeline | Update image used in build pipeline
| YAML | mit | afscrome/IronVelocity |
ba5db5042580a9f2ac77b2f66f9762980d7ab5f1 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9
# https://circleci.com/docs/2.0/circleci-images/
working_direct... | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8.9
# https://circleci.com/docs/2.0/circleci-images/
working_direct... | Set timezone in CI to Chicago | Set timezone in CI to Chicago
| YAML | mit | banterability/slow-zone |
be9c4cb93838d9aa02640594ff3354ccdf790d1e | 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... | # 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... | Change dependency management to conda | Change dependency management to conda
| YAML | mit | corriander/vdd |
4c73c61893e2b26c0f7986bd3b997ee5442bef3e | 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
jobs:
- job: 'Test'
pool:
vmI... | # 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
jobs:
- job: 'Test'
pool:
vmI... | Change Matrix name to PY36 | Change Matrix name to PY36
| YAML | mit | maxzheng/jenkins-test |
584cc45764ffd05935f78414e3e8bda6e06f9897 | .github/workflows/AzLabsCleanup.yaml | .github/workflows/AzLabsCleanup.yaml | on:
schedule:
- cron: '0 5 * * * '
repository_dispatch:
types: run
name: Cleanup
jobs:
cleanup:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Execute steps
shell: powershell
run: |
Install-Module Pester -Force -AllowClobber
Install-... | on:
schedule:
- cron: '0 5 * * * '
repository_dispatch:
types: run
name: Cleanup
jobs:
cleanup:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Execute steps
shell: pwsh
run: |
Install-Module Pester -Force -AllowClobber -RequiredVersion 4.10.... | Add pester requiredversion to clean up as well | Add pester requiredversion to clean up as well
| YAML | mit | Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab,Azure/azure-devtestlab |
905a7420b6be6686bef239bf2ba2c34731e07fb0 | ci/atc-elm.yml | ci/atc-elm.yml | ---
platform: linux
image_resource:
type: docker-image
source:
repository: concourse/atc-ci-elm
inputs:
- name: concourse
run:
path: concourse/ci/scripts/atc-elm
| ---
platform: linux
image_resource:
type: docker-image
source:
repository: concourse/atc-ci-elm
caches:
- path: concourse/src/github.com/concourse/atc/web/elm/elm-stuff
- path: concourse/src/github.com/concourse/atc/web/elm/tests/elm-stuff
inputs:
- name: concourse
run:
path: concourse/ci/scripts/atc-elm
| Use task caching for elm tests | Use task caching for elm tests
Signed-off-by: Chris Hendrix <f9e38fc3e1ff46784bdcadbf77d17f93932faf2c@pivotal.io>
| YAML | apache-2.0 | concourse/concourse,concourse/concourse,concourse/concourse,concourse/concourse,concourse/concourse |
9fc3795305a752a1018b192a48e336d226198b10 | charts/orbit/Chart.yaml | charts/orbit/Chart.yaml | apiVersion: v1
appVersion: "2.0.0a21"
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0a21
| apiVersion: v1
appVersion: "2.0.0a22"
description: An Orbit Mesh Helm chart for Kubernetes
name: orbit
version: 2.0.0a22
| Bump Helm chart version to 2.0.0a22 | Bump Helm chart version to 2.0.0a22
| YAML | bsd-3-clause | orbit/orbit,orbit/orbit |
15397155cabf7e9c27f461ab34274a4355df094b | .github/workflows/python-package.yml | .github/workflows/python-package.yml | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package
on:
push:
branches: [ master ]
pull_request:
branches: [ ma... | Remove testing on Python 3.5 | Remove testing on Python 3.5 | YAML | mit | ragibson/Steganography |
31f1cdd43a84f456ce5ba508130be5a009e6c9c0 | .travis.yml | .travis.yml | sudo: required
python: 3.6
language: C
matrix:
include:
- compiler: gcc
before_script:
- export CC=gcc-4.9
script:
- ./configure
- make parser
- make check
- python3 setup.py module
- python3 setup.py test
- compiler: gcc
before_script:
... | sudo: required
python: 3.6
language: C
matrix:
include:
- compiler: gcc
script:
- ./configure
- make parser
- make check
- python3 setup.py module
- python3 setup.py test
- compiler: gcc
script:
- ./configure --with-valgrind
- make parser
... | Remove 4.9 pinning of gcc. | Remove 4.9 pinning of gcc.
| YAML | bsd-3-clause | skrah/ndtypes,skrah/ndtypes,skrah/ndtypes,skrah/ndtypes,plures/ndtypes,plures/ndtypes,plures/ndtypes,plures/ndtypes |
45dbe1ae6f9995421cbdecb03bed60faae07935c | .travis.yml | .travis.yml | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script:
- mkdir -p build/logs
- phpunit
after_success:
- travis_retry php vendor/bin/coveralls | language: php
php:
- 5.6
- 7.0
- 7.1
- hhvm
before_script:
- composer self-update
- composer install --prefer-source --no-interaction --dev
script:
- mkdir -p build/logs
- vendor/bin/phpunit
after_success:
- travis_retry php vendor/bin/coveralls | Use phpunit from vendor directory | Use phpunit from vendor directory
| YAML | apache-2.0 | vitorbari/glpi-webservice-php-wrapper |
ac0c1f01f569ed8917fff1d8e566541593234721 | .travis.yml | .travis.yml | # from https://github.com/50DKP/FF2-Official/blob/stable/.travis.yml
# changed to fit addons being in the top spot
# Set language
language: c
# Use the new container-based infrastructure
sudo: false
# Install some apt packages needed for spcomp
addons:
apt_packages:
- lib32stdc++6
- gcc-multilib
... | # from https://github.com/50DKP/FF2-Official/blob/stable/.travis.yml
# changed to fit addons being in the top spot
# Set language
# language: c
# Use the new container-based infrastructure
sudo: false
# Install some apt packages needed for spcomp
addons:
apt_packages:
- lib32stdc++6
- gcc-multili... | Remove language, pipe to /dev/null | Remove language, pipe to /dev/null
| YAML | unlicense | NGSNetwork/sm-plugins,NGSNetwork/sm-plugins,NGSNetwork/sm-plugins,ZeronTheXeon/ngs-plugins,ZeronTheXeon/ngs-plugins |
ed050a2b49c65567614530331ca6939fe90e11a2 | .travis.yml | .travis.yml | language: java
script: mvn install
before_install:
- ./etc/before.sh
deploy:
skip_cleanup: true
provider: script
script: mvn deploy
on:
branch: master
| language: java
jdk:
- oraclejdk8
addons:
apt:
packages:
- oracle-java8-installer
script: mvn install
before_install:
- ./etc/before.sh
deploy:
skip_cleanup: true
provider: script
script: mvn deploy
on:
branch: master
| Change collection mapping to support type mappings. | Bugfix: Change collection mapping to support type mappings.
- ReassignTransformation fixed.
- Regression tests created
- Added some versions to POM
- Specified Java Version vor Travis CI | YAML | apache-2.0 | remondis-it/remap |
634db3d08c014f0c2c574286345b04799da8fce3 | .travis.yml | .travis.yml | sudo: required
dist: trusty
script:
- tree
- bash -e ./travis_prepare.bash
- source ~/catkin_ws/devel/setup.bash
- bash -xve travis_test.bash
| sudo: required
dist: trusty
script:
- apt-get install tree
- tree
- bash -e ./travis_prepare.bash
- source ~/catkin_ws/devel/setup.bash
- bash -xve travis_test.bash
| Add install of tree for experiment | Add install of tree for experiment
| YAML | mit | ryuichiueda/raspimouse_ros,ryuichiueda/raspimouse_ros |
f3a4c31d3b603bd2430598f5705704e9bee14fd4 | .travis.yml | .travis.yml | language: ruby
sudo: false
cache: bundler
rvm:
- "2.1.10"
- "2.2.6"
- "2.3.3"
- "2.4.1"
- jruby
before_install:
- gem update bundler
env:
matrix:
- EMBER_SOURCE_VERSION="~> 1.0.0" # Uses handlebars-source 1.0.12
- EMBER_SOURCE_VERSION="~> 1.8.0" # Uses handlebars-source 1.3.0
- EMBER_SOURCE_VE... | language: ruby
sudo: false
cache: bundler
rvm:
- "2.1.10"
- "2.2.7"
- "2.3.4"
- "2.4.1"
- jruby
before_install:
- gem update bundler
env:
matrix:
- EMBER_SOURCE_VERSION="~> 1.0.0" # Uses handlebars-source 1.0.12
- EMBER_SOURCE_VERSION="~> 1.8.0" # Uses handlebars-source 1.3.0
- EMBER_SOURCE_VE... | Update Ruby versions on Travis CI | Update Ruby versions on Travis CI
| YAML | mit | tchak/barber,tchak/barber |
ece0b00c9519dcbc87e47668ee9dad98c10dd829 | .travis.yml | .travis.yml | language: java
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/go/
env:
global:
- GOGS_DIR=/home/travis/gogs
- JAVA_OPTS=-Xmx3072m -XX:MaxPermSize=256m
jdk:
- oraclejdk8
script: ./gradlew check --info --stacktrace
after_success:
- ./gradlew jacocoTestRepo... | language: java
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.gradle/go/
env:
global:
- GOGS_DIR=/home/travis/gogs
- JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=256m
jdk:
- oraclejdk8
script: ./gradlew check --info --stacktrace
after_success:
- ./gradlew jacocoTestRepo... | Check memory usage before and after build | Check memory usage before and after build
| YAML | apache-2.0 | gogradle/gogradle,gogradle/gogradle,blindpirate/gogradle,blindpirate/gogradle,gogradle/gogradle,gogradle/gogradle |
b3f41cf74b4fab91a50237f10f956a5445984709 | configs/config.yaml | configs/config.yaml | # Reference all tools likely to be used in the application here
tools:
Logger: Backend\Core\Utilities\Logger
Render: Backend\Base\Utilities\Render
# Render: Backend\Base\Utilities\TwigRender
PearLogger:
- Backend\Base\Utilities\PearLogger
-
filename: '/tmp/backend-pear.log'
#... | # Reference all tools likely to be used in the application here
tools:
# Logger: Backend\Core\Utilities\Logger
# Render: Backend\Base\Utilities\Render
Render: Backend\Base\Utilities\TwigRender
PearLogger:
- Backend\Base\Utilities\PearLogger
-
filename: '/tmp/backend-pear.log'
... | Use Twig Rendering and PEAR Logging for now | Use Twig Rendering and PEAR Logging for now
| YAML | mit | backend/Backend-PHP,backend/Backend-PHP |
2324ad5d7f4f61d183d2a32eac9689180cadeba9 | roles/mongodb/tasks/mongodb_apt.yaml | roles/mongodb/tasks/mongodb_apt.yaml | ---
- name: apt | Add mongodb key
become: yes
apt_key:
# Don't use mongodb.org key location due to SNI verification problems under Ubuntu Trusty
keyserver: "hkp://keyserver.ubuntu.com:80"
id: "{{ mongodb_apt_keys[mongodb_major_minor_version] }}"
state: present
tags: [databases, mongodb]
- name: a... | ---
- name: apt | Add mongodb key
become: yes
apt_key:
# Don't use mongodb.org key location due to SNI verification problems under Ubuntu Trusty
keyserver: "hkp://keyserver.ubuntu.com:80"
id: "{{ mongodb_apt_keys[mongodb_major_minor_version] }}"
state: present
tags: [databases, mongodb]
- name: a... | Fix upgrade/downgrade path for deb Ubuntu | Fix upgrade/downgrade path for deb Ubuntu
When switching between 3.2 <> 3.4 <> etc mongo versions, role should ensure that all mongo packages are re-installed.
deb 'mongodb-org' meta package doesn't handle correct versions of dependencies and doesn't update or downgrade other mongo packages.
| YAML | apache-2.0 | StackStorm/ansible-st2,armab/ansible-st2 |
76b4770a4d586bff63f76540f6ded089c607354b | .jitpack.yml | .jitpack.yml | install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source ./install-jdk.sh -F 11 -L GPL
- ./gradlew --version
- ./gradlew publishToMavenLocal -x test
| install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source ./install-jdk.sh --feature 12
- ./gradlew --version
- ./gradlew publishToMavenLocal -x test
| Use JDK 12 in JitPack configuration | Use JDK 12 in JitPack configuration | YAML | epl-1.0 | sbrannen/junit-lambda,junit-team/junit-lambda |
792da4aa7eef7b913b772dbc0084da1ef3e5284f | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6.9
- name: centos-7.3
- name: debian-7.11
- name: debian-8.8
- name: fedora-25
- name: freebsd-10.3
- name: freebsd-11.0
- name: macosx-10.11
driver:
box... | driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6
- name: centos-7
- name: debian-7
- name: debian-8.9
- name: fedora-26
- name: freebsd-10
- name: freebsd-11
- name: macosx-10.11
driver:
box: chef/maco... | Use Bento version slugs in Kitchen | Use Bento version slugs in Kitchen
Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
| YAML | apache-2.0 | chef-cookbooks/users,wegtam/users,chef-cookbooks/users,wegtam/users,opscode-cookbooks/users,opscode-cookbooks/users |
1b802f7f2e99d47abb68659b1a6a19aa232b45da | .kitchen.yml | .kitchen.yml | driver:
name: vagrant
vagrantfiles:
- ./test/.Vagrantfile.cachier.rb
- ./test/.Vagrantfile.disable-berkshelf.rb
provisioner:
name: chef_zero
platforms:
- name: centos-5.11
- name: centos-6.6
- name: centos-7.0
suites:
- name: cron
run_list:
- recipe[magento-ng::cron]
- name: etc-loc... | driver:
name: vagrant
vagrantfiles:
- ./test/.Vagrantfile.cachier.rb
- ./test/.Vagrantfile.disable-berkshelf.rb
provisioner:
name: chef_zero
require_chef_omnibus: 12.3
platforms:
- name: centos-5.11
- name: centos-6.6
- name: centos-7.0
suites:
- name: cron
run_list:
- recipe[magent... | Add configuration so the basics will get performed rather than 0 resources. | Add configuration so the basics will get performed rather than 0 resources.
| YAML | apache-2.0 | inviqa/chef-magento-ng,danielkmariam/chef-magento-ng,inviqa/chef-magento-ng,danielkmariam/chef-magento-ng |
ba98541c8190cefa6e9fd59e42725346779bfaf8 | .mergify.yml | .mergify.yml | rules:
default:
protection:
required_status_checks:
contexts:
- continuous-integration/travis-ci
# Because I'm not the only user of this repo, I don't care about
# reviews. This undocumented option allows merging with no reviews.
# See https://github.com/Mergifyio/mergi... | pull_request_rules:
- name: "Automatically merge pull requests that are green in Travis"
- conditions:
- "status-success=continuous-integration/travis-ci"
# Because I'm not the only user of this repo, I don't care about reviews.
- "#approved-reviews-by>=0"
- actions:
merge:
metho... | Create Mergify config for the V2 engine | Create Mergify config for the V2 engine
| YAML | mit | alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net,alexwlchan/alexwlchan.net |
f8fc2fe9ab91cb029a369c23f644d18b4e15815f | .rubocop.yml | .rubocop.yml | AllCops:
TargetRubyVersion: 2.2 | AllCops:
TargetRubyVersion: 2.2
Layout/IndentHeredoc:
Enabled: false
Metrics/AbcSize:
Max: 30
Metrics/BlockLength:
Exclude:
- 'test/**/*.rb'
Metrics/ClassLength:
Enabled: false
Metrics/MethodLength:
Max: 20
| Copy the Dimples config for Rubocop. | Copy the Dimples config for Rubocop.
| YAML | mit | ivuk/usesthis,waferbaby/usesthis,ivuk/usesthis,waferbaby/usesthis |
87bb1707ef04a22c5c558680519b5b62f23f6310 | .styleci.yml | .styleci.yml | preset: psr2
enabled:
- duplicate_semicolon
- extra_empty_lines
- logical_not_operators_with_successor_space
- phpdoc_scalar
- return
- short_array_syntax
- single_quote
- spaces_cast
- standardize_not_equal
- ternary_spaces
- trim_array_spaces
- unalign_double_arrow
- unalign_equals
- unne... | preset: laravel
enabled:
- concat_with_spaces
- unalign_double_arrow
disabled:
- concat_without_spaces
- phpdoc_short_description
linting: true
finder:
exclude:
- config
| Use the laravel preset, nearly | Use the laravel preset, nearly | YAML | mit | tymondesigns/jwt-auth,lucasmichot/jwt-auth,mazasb/jwt-auth |
4003535e702b74ede058acb45a5396458bca6f92 | manifest.yml | manifest.yml | ---
applications:
- name: flash
buildpacks:
- https://github.com/cloudfoundry/python-buildpack.git#v1.7.47
stack: cflinuxfs3
disk_quota: 256M
memory: 64M
random-route: true
env:
FLASK_SECRET_KEY: pleasechangeme
| ---
applications:
- name: flash
buildpacks:
- https://github.com/cloudfoundry/python-buildpack.git#v1.7.47
stack: cflinuxfs3
disk_quota: 512M
memory: 128M
random-route: true
env:
FLASK_SECRET_KEY: pleasechangeme
| Increase default resources in CF | Increase default resources in CF
- Build was failing due to full disk
| YAML | isc | textbook/flash,textbook/flash,textbook/flash |
94744dfe9cb59caf02bd016e40ddef69a8be6863 | .github/workflows/dotnet.yml | .github/workflows/dotnet.yml | name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
env:
GOOGLE_API_KEY: ${{s... | name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
env:
GOOGLE_API_KEY: ${{s... | Add the configuration to workflows script | Add the configuration to workflows script
| YAML | bsd-2-clause | maximn/google-maps,maximn/google-maps |
8cbc8ceb65f5f22defdad1ff55f94bc4236f9783 | .github/workflows/dotnet.yml | .github/workflows/dotnet.yml | name: .NET
on:
push:
branches: [ Integration ]
pull_request:
branches: [ Integration ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Publish NuGet
# You may pin to the exact commit or the version.
# uses: brandedoutcast/publish-nuget@c12b8546b67672ee38ac87bea491ac94a587f7c... | name: .NET
on:
push:
branches: [ Integration ]
pull_request:
branches: [ Integration ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Publish NuGet
# You may pin to the exact commit or the version.
# uses: brandedoutcast/publish-nuget@c12b8546b67672ee38ac87bea491ac94a587f7c... | Update project path in action | Update project path in action | YAML | mit | adamyeager/PushbulletSharp |
07596809ef9971b161011577a9aa1c3a07a720b4 | .github/workflows/erlang.yml | .github/workflows/erlang.yml | name: Erlang CI
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
name: Build
strategy:
matrix:
erlang: ["18.3", "21.3", "latest"]
runs-on: ubuntu-latest
container:
image: erlang:${{... | name: Erlang CI
on:
push:
branches:
- master
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
name: Build
strategy:
matrix:
erlang: ["18.3", "21.3", "latest"]
runs-on: ubuntu-latest
container:
image: erlang:${{... | Add notification for test failure | Add notification for test failure | YAML | apache-2.0 | processone/fast_yaml |
dee19121cae5fedb4d437d292fb064dc9968d5ca | .github/workflows/gradle.yml | .github/workflows/gradle.yml |
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 1.8, 11 ]
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ mat... |
on: [push, pull_request]
jobs:
build:
name: Java ${{ matrix.java-version }}
runs-on: ubuntu-latest
strategy:
matrix:
java-version: [ 1.8, 11 ]
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version:... | Build Java 1.8 and 11. | [Java] Build Java 1.8 and 11.
| YAML | apache-2.0 | real-logic/Agrona |
a1646748f97f25a5238eaf0d5afef177e2a1e814 | .github/workflows/issues.yml | .github/workflows/issues.yml | name: issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.7.1
with:
assignees: konstruktoid
| name: issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'auto-assign issue'
uses: pozil/auto-assign-issue@v1.7.2
with:
assignees: konstruktoid
| Update pozil/auto-assign-issue action to v1.7.2 | Update pozil/auto-assign-issue action to v1.7.2 | YAML | apache-2.0 | konstruktoid/hardening,konstruktoid/hardening |
dd4306c496398180a5709db77cc9f8321e22827c | .github/workflows/master.yml | .github/workflows/master.yml | name: Build & Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
SwiftyMocky-Tests:
runs-on: macos-11
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
... | name: Build & Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
SwiftyMocky-Tests:
runs-on: macos-11
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set Xcode version
uses: maxim-lobanov/setup-xcode@v1
... | Upgrade CI Xcode version up to 13.4.1 | Upgrade CI Xcode version up to 13.4.1
| YAML | mit | MakeAWishFoundation/SwiftyMocky,MakeAWishFoundation/SwiftyMocky,MakeAWishFoundation/SwiftyMocky |
7cf91ff0edb863de6d1939934e8635452203a543 | .bettercodehub.yml | .bettercodehub.yml | component_depth: 3
languages:
- python
exclude:
- /gaphor/UML/uml2\.py
- /utils/.*
- .*\.gaphor
- .*\.svg
| component_depth: 3
languages:
- python
exclude:
- /gaphor/UML/uml2\.py
- /utils/.*
- /win-installer/.*
- .*\.gaphor
- .*\.svg
| Exclude win-installer from BCH analysis | Exclude win-installer from BCH analysis
| YAML | lgpl-2.1 | amolenaar/gaphor,amolenaar/gaphor |
dac8e44a6ed1c1c4651b15f7487d23e0732c36d6 | template/foss/ext/build_defaults.yaml | template/foss/ext/build_defaults.yaml | ---
packaging_url: 'git://github.com/puppetlabs/packaging.git --branch=master'
packaging_repo: 'packaging'
default_cow: 'base-squeeze-i386.cow'
cows: 'base-lucid-i386.cow base-precise-i386.cow base-quantal-i386.cow base-squeeze-i386.cow base-stable-i386.cow base-testing-i386.cow base-wheezy-i386.cow base-saucy-i386.cow... | ---
packaging_url: 'git://github.com/puppetlabs/packaging.git --branch=master'
packaging_repo: 'packaging'
default_cow: 'base-squeeze-i386.cow'
cows: 'base-precise-i386.cow base-quantal-i386.cow base-raring-i386.cow base-saucy-i386.cow base-trusty-i386.cow base-stable-i386.cow base-wheezy-i386.cow base-testing-i386.cow... | Update build targets for foss builds | Update build targets for foss builds
| YAML | apache-2.0 | puppetlabs/ezbake,puppetlabs/ezbake,puppetlabs/ezbake |
3ad7b09b0930134613292bc5c100015d55b21b4c | config/database.yml | config/database.yml | default: &default
adapter: postgresql
encoding: unicode
host: 127.0.0.1
pool: 5
development:
<<: *default
database: pvb_development
test:
<<: *default
database: pvb_test
production:
adapter: postgresql
host: <%= ENV['DB_HOST'] %>
encoding: unicode
username: <%= ENV['DB_USERNAME'] %>
passwor... | default: &default
adapter: postgresql
encoding: unicode
pool: 5
development:
<<: *default
database: pvb_development
test:
<<: *default
database: pvb_test
production:
adapter: postgresql
host: <%= ENV['DB_HOST'] %>
encoding: unicode
username: <%= ENV['DB_USERNAME'] %>
password: <%= ENV['DB_PAS... | Allow PostgreSQL peer authentication in development | Allow PostgreSQL peer authentication in development
Specifying the local connection as an IP address prevents peer
authentication from working. This is the default configuration on Linux.
This does not affect production, where the environment overrides this.
| YAML | mit | ministryofjustice/prison-visits,matharden/prison-visits,matharden/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits,matharden/prison-visits |
38347165da078f880785ef7c6e7b83ef231d5444 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Android
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '8'
- name: Build debug
run: bash ./gradlew build jacocoTestReport assembleAndroidTest
- name: Ech... | name: Android
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '8'
- name: Build debug
run: bash ./gradlew build jacocoTestReport assembleAndroidTest
- name: Ech... | Update vars for android create | Update vars for android create
| YAML | apache-2.0 | codecov/example-android |
65d5ea47c42f27691e39f7470180aba37e1ae7ed | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Paysafe
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install rubygems
run: |
... | name: Paysafe
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.4', '2.5', '2.6', '2.7' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install rubygems
run: |
... | Add --no-document flag on gem commands | Add --no-document flag on gem commands
| YAML | mit | javierjulio/paysafe,javierjulio/paysafe,javierjulio/optimal_payments,javierjulio/optimal_payments |
4fd254ee7f694ed8d7915d8dcc25d72f1c100b3f | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
- push
- pull_request
jobs:
test:
name: Test on Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- head
continue-on-error: ${{ endsWith(matrix.... | name: CI
on:
- push
- pull_request
jobs:
test:
name: Test on Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- '3.1'
- '3.0'
- '2.7'
- '2.6'
- '2.5'
- '2.4'
- head
con... | Add Ruby 3.0 and 3.1 to test matrix | CI: Add Ruby 3.0 and 3.1 to test matrix
| YAML | mit | cvut/kosapi_client.rb,cvut/kosapi_client.rb |
9959bf474ebf2f2fa22dabd091ed69c46578d003 | config/settings.yml | config/settings.yml | Default: &defaults
host: "127.0.0.1"
port: 3000
approot: "http://localhost:3000"
copyright: "2012-2015 snowdrift contributors"
source: "https://git.gnu.io/snowdrift/snowdrift"
githubrepo: "snowdriftcoop/snowdrift"
siteproject: "snowdrift"
#analytics: UA-YOURCODE
Development:
host: "*"
<<: *defaults... | Default: &defaults
host: "127.0.0.1"
port: 3000
approot: "http://localhost:3000"
copyright: "2012-2015 snowdrift contributors"
source: "https://git.gnu.io/snowdrift/snowdrift"
githubrepo: "snowdriftcoop/snowdrift"
siteproject: "snowdrift"
#analytics: UA-YOURCODE
Development:
host: "*"
<<: *defaults... | Fix longstanding bug with production approot | Fix longstanding bug with production approot
| YAML | agpl-3.0 | chreekat/snowdrift,snowdriftcoop/snowdrift,akegalj/snowdrift,chreekat/snowdrift,akegalj/snowdrift |
b121854bf0c1685715260acf3cba154e797e9d8a | packages/hy/hyper.yaml | packages/hy/hyper.yaml | homepage: ''
changelog-type: ''
hash: d09281c498a8bd821542dcf3574f71b5fa115b573e14680b6d85f57f846219ba
test-bench-deps: {}
maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
synopsis: Display class for the HyperHaskell graphical Haskell interpreter
changelog: ''
basic-deps:
base: ! '>=4.6 && <4.11'
text: ! '... | homepage: https://github.com/HeinrichApfelmus/hyper-haskell
changelog-type: ''
hash: e0f74b8a19957001202a25c2849c8e8cf7038029e38a952e7f4fd276378f8a76
test-bench-deps: {}
maintainer: Heinrich Apfelmus <apfelmus quantentunnel de>
synopsis: Display class for the HyperHaskell graphical Haskell interpreter
changelog: ''
bas... | Update from Hackage at 2018-08-05T11:07:48Z | Update from Hackage at 2018-08-05T11:07:48Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
f59f7d560bda5df7c0ac1ed43a6f7b7d4ec8e49f | tests/files/gdm.yml | tests/files/gdm.yml | location: /tmp/gdm-test-dependencies
sources:
- repo: https://github.com/jacebrowning/gdm-demo
dir: gdm_1
rev: example-branch
- repo: https://github.com/jacebrowning/gdm-demo
dir: gdm_2
rev: example-tag
| location: /tmp/gdm-test-dependencies
sources:
- repo: https://github.com/jacebrowning/gdm-demo
dir: gdm_1
rev: example-branch
- repo: https://github.com/jacebrowning/gdm-demo
dir: gdm_2
rev: example-tag
- repo: https://github.com/jacebrowning/gdm-demo
dir: gdm_3
rev: 'master@{2015-02-12 18:30:00}'
| Add failing integration test for rev-parse | Add failing integration test for rev-parse
| YAML | mit | jacebrowning/gdm,jacebrowning/gitman |
333ac20d5bb195cc7bae7c6be1ba340407ec96e1 | packages/sa/safe-access.yaml | packages/sa/safe-access.yaml | homepage: http://darcs.redspline.com/safe-access
changelog-type: ''
hash: 086ed6b580b47ae066466f2e41ab10e8d4ccb79d51d751ec0427dedc1858ad70
test-bench-deps: {}
maintainer: tho.feron@gmail.com
synopsis: A simple environment to control access to data
changelog: ''
basic-deps:
base: ! '>=4.8 && <4.11'
mtl: ! '>=2.2.1'
... | homepage: http://github.com/thoferon/safe-access
changelog-type: ''
hash: 64539c545eda57b634d5703a9f82334b452dc6b4455db1bb42af7aecd45d6c39
test-bench-deps: {}
maintainer: tho.feron@gmail.com
synopsis: A simple environment to control access to data
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
mtl: ! '>=2.2.1'
t... | Update from Hackage at 2020-02-21T09:34:03Z | Update from Hackage at 2020-02-21T09:34:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
44050aabba154ffd35b12b35e33621ccb143dd1a | .scrutinizer.yml | .scrutinizer.yml | build:
environment:
mysql: false
postgresql: false
mongodb: false
elasticsearch: false
redis: false
memcached: false
neo4j: false
rabbitmq: false
tests:
stop_on_failure: true
override:
-
command: vendor/... | build:
environment:
mysql: false
postgresql: false
mongodb: false
elasticsearch: false
redis: false
memcached: false
neo4j: false
rabbitmq: false
tests:
stop_on_failure: false
override:
-
command: vendor... | Add phpstan, allow all checks | Add phpstan, allow all checks
| YAML | mit | eclipxe13/buzoncfdi-cfdireader |
b4b0ebfed97a94edc0e7ddb176b4d9e754fac89b | .taskcluster.yml | .taskcluster.yml | version: 0
metadata:
name: "TaskCluster GitHub Tests"
description: "All non-integration tests for taskcluster github"
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"
tasks:
- provisionerId: "{{ taskcluster.docker.provisionerId }}"
workerType: "{{ taskcluster.docker.workerType }}"
... | version: 0
metadata:
name: "TaskCluster GitHub Tests"
description: "All non-integration tests for taskcluster github"
owner: "{{ event.head.user.email }}"
source: "{{ event.head.repo.url }}"
tasks:
- provisionerId: "{{ taskcluster.docker.provisionerId }}"
workerType: "{{ taskcluster.docker.workerType }}"
... | Use the node:5 base image for testing | Use the node:5 base image for testing
| YAML | mpl-2.0 | taskcluster/taskcluster-github |
8f7f1e4f11eacfd3a323873d681ade5e501cace4 | metadata/ca.chancehorizon.paseo.yml | metadata/ca.chancehorizon.paseo.yml | Categories:
- Sports & Health
License: MIT
WebSite: https://gitlab.com/pardomi/paseo
SourceCode: https://gitlab.com/pardomi/paseo/tree/HEAD
IssueTracker: https://gitlab.com/pardomi/paseo/issues
AutoName: Paseo
RepoType: git
Repo: https://gitlab.com/pardomi/paseo.git
Builds:
- versionName: 1.1.0
versionCode: ... | Categories:
- Sports & Health
License: MIT
WebSite: https://gitlab.com/pardomi/paseo
SourceCode: https://gitlab.com/pardomi/paseo/tree/HEAD
IssueTracker: https://gitlab.com/pardomi/paseo/issues
AutoName: Paseo
RepoType: git
Repo: https://gitlab.com/pardomi/paseo.git
Builds:
- versionName: 1.1.0
versionCode: ... | Update Paseo to 1.2.3 (6) | Update Paseo to 1.2.3 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
9122803d30cb69bd72958cb749e167bf324c6bd6 | playbooks/install-ambari.yml | playbooks/install-ambari.yml | # requires variables:
# - ambari_repo_base_url
# - ambari_version
- hosts: ambari-server ambari-agent
become: true
tasks:
- include_tasks: ../roles/ambari-common/tasks/install-repo-{{ ansible_os_family }}.yml
- hosts: ambari-server
become: true
tasks:
- include_tasks: ../roles/ambari-server/tasks/inst... | # requires variables:
# - ambari_repo_base_url
# - ambari_version
- hosts: ambari-server ambari-agent
become: true
vars_prompt:
- name: "ambari_repo_base_url"
prompt: "Set ambari repo base url"
private: no
tasks:
- include_tasks: ../roles/ambari-common/tasks/install-repo-{{ ansible_os_family ... | Add Prompt for set Repo Base URL | Add Prompt for set Repo Base URL
| YAML | apache-2.0 | oleewere/ansible-ambari-manager,oleewere/ansible-ambari-manager |
f530e668fa50665245988be2a00748b9b3ccc0a8 | doc/environment.yml | doc/environment.yml | name: xarray-docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.5
- numpy=1.11.2
- pandas=0.21.0
- numpydoc=0.7.0
- matplotlib=2.0.0
- seaborn=0.8
- dask=0.16.0
- ipython=5.1.0
- sphinx=1.5
- netCDF4=1.3.1
- cartopy=0.15.1
- rasterio=0.36.0
- sphinx-gallery
- zarr
- iris
... | name: xarray-docs
channels:
- conda-forge
- defaults
dependencies:
- python=3.5
- numpy=1.11.2
- pandas=0.21.0
- numpydoc=0.7.0
- matplotlib=2.0.0
- seaborn=0.8
- dask=0.16.0
- ipython=6.2.1
- sphinx=1.5
- netCDF4=1.3.1
- cartopy=0.15.1
- rasterio=0.36.0
- sphinx-gallery
- zarr
- iris
... | Use newer ipython for doc build | Use newer ipython for doc build
| YAML | apache-2.0 | markelg/xray,shoyer/xarray,jhamman/xarray,jhamman/xarray,markelg/xray,shoyer/xray,markelg/xray,jcmgray/xarray,pydata/xarray,jhamman/xarray,chunweiyuan/xarray,pydata/xarray,shoyer/xarray,pydata/xarray,jhamman/xray,xray/xray |
5a905e49be91203c04a2546bfc292717b8e9bee9 | .github/ISSUE_TEMPLATE/bug_report.yml | .github/ISSUE_TEMPLATE/bug_report.yml | name: 'Bug report'
description: Create a bug report
body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue.
This issue tracker is for bugs and issues found in ws.
General support questions should be raised on a channel like Stack Overflow.
Please fill ... | name: Bug report
description: Create a bug report
body:
- type: markdown
attributes:
value: |
Thank you for reporting an issue.
This issue tracker is for bugs and issues found in ws.
General support questions should be raised on a channel like Stack Overflow.
Please fill in... | Add missing label to the issue form | [minor] Add missing label to the issue form
Fixes #1974
| YAML | mit | websockets/ws |
9a69be8bf037646c566ff15794485d694a3f9ebc | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
- openstackclient-plugin-jobs
check:
jobs:
- ironicclient-dsvm-functional
... | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstackclient-plugin-jobs
- publish-openstack-docs-pti
- release-notes-jobs-pytho... | Use templates for cover and lower-constraints | Use templates for cover and lower-constraints
Small cleanups:
* Use openstack-tox-cover template, this runs the cover job
in the check queue only. Remove individual cover jobs.
* Use openstack-lower-constraints-jobs template, remove individual
jobs.
* Sort list of templates
Change-Id: I75bf468d7e59282377bd78f4d2... | YAML | apache-2.0 | openstack/python-ironicclient,openstack/python-ironicclient |
41159e9771866e2012f94f37d3df9f7e15873409 | tasks/manage_cli.yml | tasks/manage_cli.yml | ---
# Tasks used to manange Jenkins CLI
- name : Ensure jenkins running
become : True
service :
name : "{{ jenkins_service_name }}"
state : started
- name : Ensure Jenkins is available
wait_for :
port : "{{ jenkins_config_http_port }}"
delay : "{{ jenkins_cli_waiting_available }}"
- name : ... | ---
# Tasks used to manange Jenkins CLI
- name : Ensure jenkins running
become : True
service :
name : "{{ jenkins_service_name }}"
state : started
- name : Ensure Jenkins is available
wait_for :
port : "{{ jenkins_config_http_port }}"
delay : "{{ jenkins_cli_waiting_available }}"
- name : ... | Add debug for Travis failure - 3 | Add debug for Travis failure - 3
| YAML | mit | infOpen/ansible-role-jenkins |
f2d7dc347e4483250140c45425e2fa6e5c64e199 | recipes/clr_loader/meta.yaml | recipes/clr_loader/meta.yaml | {% set name = "clr_loader" %}
{% set version = "0.1.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: bd1967d3cf80368c7d890a332704f169c5d2b5d7141635f1dae84d7d40346d51
build:
number: 0
... | {% set name = "clr_loader" %}
{% set version = "0.1.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: bd1967d3cf80368c7d890a332704f169c5d2b5d7141635f1dae84d7d40346d51
build:
number: 0
... | Add c-compiler as noted in docs | Add c-compiler as noted in docs
https://conda-forge.org/docs/maintainer/knowledge_base.html#using-centos-7
| YAML | bsd-3-clause | jakirkham/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/... |
d259fa5fae602b92e315af35126125bcb995f3e0 | recipes/itkwidgets/meta.yaml | recipes/itkwidgets/meta.yaml | {% set name = "itkwidgets" %}
{% set version = "0.15.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 889e8a6328bb574148a8e62b89980e68178e10635c986fce2b117eee211112e2
build:
number: 0
scrip... | {% set name = "itkwidgets" %}
{% set version = "0.15.1" %}
package:
name: {{ name }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 889e8a6328bb574148a8e62b89980e68178e10635c986fce2b117eee211112e2
build:
number: 0
scrip... | Test using jupyter during build | Test using jupyter during build
| YAML | bsd-3-clause | chrisburr/staged-recipes,dschreij/staged-recipes,jjhelmus/staged-recipes,sodre/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,jjhelmus/staged-recipes,mariusvniekerk/staged-recipes,basnijholt/staged-recipes,cpaulik/staged-recipes,rmcgibbo/staged-recipes,cpaulik/stage... |
c71fd1fe7ae94654b5064f28c1dc4b2e82d9db02 | recipes/mapdamage2/meta.yaml | recipes/mapdamage2/meta.yaml | package:
name: mapdamage2
version: "2.0.6"
build:
number: 0
source:
fn: 2.0.6.tar.gz
url: https://github.com/ginolhac/mapDamage/archive/2.0.6.tar.gz
md5: f14e1ca52d68fd9c7e42e1f4e6f40f8c
patches:
- makefile.patch
- composition.patch
requirements:
build:
- python >=2.7,<3
run:
- pyth... | package:
name: mapdamage2
version: "2.0.6"
build:
number: 1
source:
fn: 2.0.6.tar.gz
url: https://github.com/ginolhac/mapDamage/archive/2.0.6.tar.gz
md5: f14e1ca52d68fd9c7e42e1f4e6f40f8c
patches:
- makefile.patch
- composition.patch
requirements:
build:
- python >=2.7,<3
run:
- pyth... | Remove restriction on pysam version | Remove restriction on pysam version
Build issue due to use of CentOS5; see also #2519.
| YAML | mit | npavlovikj/bioconda-recipes,saketkc/bioconda-recipes,gvlproject/bioconda-recipes,jfallmann/bioconda-recipes,gregvonkuster/bioconda-recipes,shenwei356/bioconda-recipes,daler/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,shenwei356/bioconda-recipes,oena/bioconda-recipes,ostrokach/bioconda-recipes,colin... |
da29596608afab579949d76fcf1bfcfa9c7ad651 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
- image: circleci/python:3.4
environment:
PYTHONPATH: /usr/local/lib/python3.4/site-packages/
working_directory: ~/repo
steps:
- ... | version: 2
jobs:
build:
docker: # See https://docs.docker.com/get-started/#docker-concepts if you are new to Docker.
- image: circleci/python:3.4
environment:
PYTHONPATH: /usr/local/lib/python3.4/site-packages/
working_directory: ~/repo
steps:
- ... | Change update trinity in circle to one that logs to stdout | Change update trinity in circle to one that logs to stdout
| YAML | mit | hugsy/gef,hugsy/gef,hugsy/gef |
3bdb07cd6c1f080e2a9d3cd72647ed212e1650ff | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working-directory: ~/sonos_discovery
docker:
- image: liuchong/rustup:nightly
steps:
- checkout
- run: rustup update nightly
- run: rustup show
- run: rustup run nightly cargo run --bin sonos_discovery
| version: 2
jobs:
build:
working-directory: ~/sonos_discovery
docker:
- image: liuchong/rustup:nightly
steps:
- checkout
- run:
command: |
rustup update nightly
rustup show
rustup run nightly cargo run --bin sonos_discovery
| Put commands in single block | Put commands in single block
| YAML | mit | Chabare/sonos_discovery |
f76319686749d2876a05f3b9a761b33a9c99c960 | .circleci/config.yml | .circleci/config.yml | version: 2.1
jobs:
test:
working_directory: ~/terraform-aws-ecs-service
docker:
- image: ruby:2.6.0
steps:
- checkout
- run: ./scripts/ci/common/install-git-crypt.sh
- run: ./scripts/ci/steps/test.sh
prerelease:
working_directory: ~/terraform-aws-ecs-service
docker:
... | version: 2.1
jobs:
test:
working_directory: ~/terraform-aws-ecs-service
docker:
- image: ruby:2.6.0
steps:
- checkout
- run: ./scripts/ci/common/install-git-crypt.sh
- run: ./scripts/ci/steps/test.sh
prerelease:
working_directory: ~/terraform-aws-ecs-service
docker:
... | Disable branch tests for now | Disable branch tests for now [skip ci]
| YAML | mit | infrablocks/terraform-aws-ecs-service,infrablocks/terraform-aws-ecs-service |
d91000158b40c8372d942ceaa32af5867969c31a | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:6541a5bd51fd81f362dac9dd78cb9a5fc1d08bb46691bdca24e98558eba48276
- image: circleci/mongo:3@sha256:5466750cd80b12fb8cdbe2fae7c3a34b0f7cd85e9967f6b35f13768601c3e2ec
steps:
- checkout
- run: yarn install --frozen-lockfile
... | version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:6541a5bd51fd81f362dac9dd78cb9a5fc1d08bb46691bdca24e98558eba48276
- image: circleci/mongo:3@sha256:01437c21a1bd1b9346ba4a0fabf95b9bd5b37b3764b0d585db87003dd4e097fe
steps:
- checkout
- run: yarn install --frozen-lockfile
... | Update circleci/mongo:3 Docker digest to 01437c | Update circleci/mongo:3 Docker digest to 01437c | YAML | mit | js-accounts/accounts |
b80544ec8dfe659daaa0bddd757938ee8d67cc21 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
# this is a debian based image but this shouldn't be a problem.
- image: circleci/python:2.7-stretch
working_directory: ~/repo
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
# install some required pack... | version: 2
jobs:
build:
docker:
# this is a debian based image but this shouldn't be a problem.
- image: circleci/python:2.7-stretch
working_directory: ~/repo
steps:
- checkout
- run: git submodule sync
- run: git submodule update --init
# install some required pack... | Remove ubuntu build from circleci | Remove ubuntu build from circleci
| YAML | agpl-3.0 | privacyidea/privacyidea,privacyidea/privacyidea,privacyidea/privacyidea,privacyidea/privacyidea,privacyidea/privacyidea,privacyidea/privacyidea |
996232cb33aafde5ddf443476dfde3bf64257214 | .kitchen.vagrant.yml | .kitchen.vagrant.yml | ---
driver:
name: vagrant
provisioner:
name: chef_solo
require_chef_omnibus: 12.5.1
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: centos-6.8
- name: centos-7.2
- name: debian-7.11
- name: debian-8.6
- name: fedora-23
- name: fedora-24
- name: opensuse-leap-42.1
- name: opensu... | ---
driver:
name: vagrant
provisioner:
name: chef_solo
require_chef_omnibus: 12.5.1
platforms:
- name: ubuntu-12.04
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: centos-6.8
- name: centos-7.3
- name: debian-7.11
- name: debian-8.6
- name: fedora-23
- name: fedora-24
- name: opensuse-leap-42.1
- name: opensu... | Use the centos 7.3 bento box | Use the centos 7.3 bento box
| YAML | apache-2.0 | hardening-io/chef-ssh-hardening,hardening-io/chef-ssh-hardening,dev-sec/chef-ssh-hardening,dev-sec/chef-ssh-hardening |
1707e5d4c14be6849716ff3ab5a29c11e0b92f27 | modules/ldapclient/data/FreeBSD/10.0-RELEASE.yaml | modules/ldapclient/data/FreeBSD/10.0-RELEASE.yaml | ---
ldapclient::packages:
- 'openldap-client'
- 'nss_ldap'
- 'pam_ldap'
- 'pam_mkhomedir'
- 'zsh-5.0.5'
| ---
ldapclient::packages:
- 'openldap-client'
- 'nss_ldap'
- 'pam_ldap'
- 'pam_mkhomedir'
| Drop ZSH from here as testing is now done. | Drop ZSH from here as testing is now done.
| YAML | apache-2.0 | CamLib/puppet3,CamLib/puppet3 |
14858b62e2027ee8910a7908a37b09fdfb9b330b | .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:5.6-fpm
# Specify service dependencies here if necessary
# CircleCI maintains a librar... | Change PHP version from 7.1.5 to 5.6 | Change PHP version from 7.1.5 to 5.6
| YAML | mit | aiiro/ArrayBox |
75cb7c0dae1b195febac75b75031fdcb762e0e4e | plumgrid_playbooks/plumgrid_all.yml | plumgrid_playbooks/plumgrid_all.yml | ---
#
# Copyright (c) 2015, PLUMgrid Inc, http://plumgrid.com
#
# 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 applica... | ---
#
# Copyright (c) 2015, PLUMgrid Inc, http://plumgrid.com
#
# 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 applica... | Make enable_pg_extensions a standalone play | Make enable_pg_extensions a standalone play
Signed-off-by: Javeria Khan <09d287669e47feb54c0cb63e33022fc8a1434dfe@plumgrid.com>
| YAML | apache-2.0 | plumgrid/plumgrid-ansible |
b59188798c9ac33fadeddab93d1216f139ff065b | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: openchemistry/mongochemserver:latest
environment:
- CIRCLE_BRANCH: ${CIRCLE_BRANCH}
- CIRCLE_BUILD_NUM: ${CIRCLE_BUILD_NUM}
- image: mongo:latest
working_directory: /mongochemserver
steps:
- checkout
- run:
... | version: 2
jobs:
build:
docker:
- image: openchemistry/mongochemserver:latest
environment:
- CIRCLE_BRANCH: ${CIRCLE_BRANCH}
- CIRCLE_BUILD_NUM: ${CIRCLE_BUILD_NUM}
- image: mongo:latest
working_directory: /mongochemserver
steps:
- checkout
- run:
... | Remove requirements.txt installation from CircleCI | Remove requirements.txt installation from CircleCI
Signed-off-by: Patrick Avery <743342299f279e7a8c3ff5eb40671fce3e95f13a@kitware.com>
| YAML | bsd-3-clause | OpenChemistry/mongochemserver |
af88d6d968170f24afd2d301a1ffa539a04a65a5 | .circleci/config.yml | .circleci/config.yml | # Java Maven CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: aholyoke/traildb-java:circlebuild
# Specify service dependencies here if necessary
# ... | # Java Maven CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-java/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: aholyoke/traildb-java:latest
# Specify service dependencies here if necessary
# Circl... | Use latest tag instead of circlebuild | Use latest tag instead of circlebuild
| YAML | mit | aholyoke/traildb-java,aholyoke/traildb-java |
d29ef1f77223f107970f7a4e9dc8a6dcd8dcb533 | roles/knowhow/tasks/main.yml | roles/knowhow/tasks/main.yml | ---
- name: Install Node.js packages
action: npm name={{ item }} state=latest global=yes
with_items:
- gulp
- ember-cli
- name: Create app directories
action: file path={{ item }} state=directory
with_items:
- /u/apps/knowhow/frontend
- /u/apps/knowhow/backend
- name: Check out app repositorie... | ---
- name: Install Node.js packages
action: npm name={{ item }} state=latest global=yes
with_items:
- gulp
- ember-cli
- name: Create app directories
action: file path={{ item }} state=directory
with_items:
- /u/apps/knowhow/frontend
- /u/apps/knowhow/backend
- name: Check out app repositorie... | Allow HTTP traffic to the Knowhow hosts | Allow HTTP traffic to the Knowhow hosts
| YAML | mit | RitwikGupta/ansible,Pitt-CSC/ansible,RitwikGupta/ansible,RitwikGupta/ansible,Pitt-CSC/ansible,Pitt-CSC/ansible |
e99392daabd747dfc34a0317f997470eb6c70728 | rules/st2_add_librato_annotation_for_release.yaml | rules/st2_add_librato_annotation_for_release.yaml | ---
name: "st2_add_librato_annotation_for_release"
description: "Creates librato annotation when a release is created."
enabled: true
trigger:
type: "core.st2.generic.actiontrigger"
criteria:
trigger.body.ref:
pattern: "^refs/heads/v(\\d+\\.)(\\d+)$"
type: "ma... | ---
name: "st2_add_librato_annotation_for_release"
description: "Creates librato annotation when a release is created."
enabled: true
trigger:
type: "GitHubWebhook.github_event"
criteria:
trigger.body.ref:
pattern: "^refs/heads/v(\\d+\\.)(\\d+)$"
type: "matchr... | Fix trigger type for librato event | Fix trigger type for librato event
| YAML | apache-2.0 | StackStorm/st2cd,StackStorm/st2cd |
45d2f5f237279fe8b02d7b5b85c51b1d5288b22f | metadata.yaml | metadata.yaml | name: airtime
summary: <Fill in summary here>
maintainer: charles <charles@desktop>
description: |
<Multi-line description here>
categories:
- misc
subordinate: false
provides:
provides-relation:
interface: interface-name
requires:
requires-relation:
interface: interface-name
peers:
peer-relation:
... | name: airtime
summary: Airtime Radio Automation from SourceFabric
maintainer: Charles Butler <charles.butler@ubuntu.com>
description: |
Deploys the SourceFabric Radio Automation suite. RabbitMQ, IceCast, Monit
and Airtime on Apache2
categories:
- applications
subordinate: false
provides:
website:
interface:... | Add the relations, and meta for the charm | Add the relations, and meta for the charm
| YAML | mit | chuckbutler/airtime-charm,chuckbutler/airtime-charm |
b9631888c4660e1f7892ecd8fea053d76d152262 | config/database.yml | config/database.yml | default: &default
adapter: postgresql
host: <%= ENV.fetch("DS_AUTH_DATABASE_HOST", nil) %>
password: <%= ENV.fetch("DS_AUTH_DATABASE_PASSWORD", nil) %>
username: <%= ENV.fetch("DS_AUTH_DATABASE_USERNAME", nil) %>
pool: <%= ENV.fetch("DS_AUTH_DATABASE_POOL", 5) %>
development:
<<: *default
database: defen... | default: &default
adapter: postgresql
encoding: utf8
host: <%= ENV.fetch("DS_AUTH_DATABASE_HOST", nil) %>
password: <%= ENV.fetch("DS_AUTH_DATABASE_PASSWORD", nil) %>
username: <%= ENV.fetch("DS_AUTH_DATABASE_USERNAME", nil) %>
pool: <%= ENV.fetch("DS_AUTH_DATABASE_POOL", 5) %>
development:
<<: *default
... | Set default db encoding to utf8 | Set default db encoding to utf8
| YAML | mit | ministryofjustice/ds-auth,ministryofjustice/defence-request-service-auth,ministryofjustice/defence-request-service-auth,ministryofjustice/ds-auth,ministryofjustice/defence-request-service-auth,ministryofjustice/ds-auth,ministryofjustice/defence-request-service-auth,ministryofjustice/ds-auth |
905700fdfd1c8dcef2a10c9357467d872cb09f08 | config/database.yml | config/database.yml | default: &default
adapter: postgresql
encoding: unicode
pool: 25
development:
<<: *default
database: mnemosyne
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
... | default: &default
adapter: postgresql
encoding: unicode
pool: 25
development:
<<: *default
database: mnemosyne
prepared_statements: false
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as deve... | Disable prepared statement for better debugging | Disable prepared statement for better debugging
| YAML | agpl-3.0 | jgraichen/mnemosyne-server,jgraichen/mnemosyne-server,jgraichen/mnemosyne-server |
8fbe4c6a16088ee2c8404d1e93db23b875a1134e | config/database.yml | config/database.yml | development:
adapter: postgresql
encoding: unicode
database: hours_report_development
host: localhost
pool: 5
username: danevron
password:
test:
adapter: postgresql
encoding: unicode
database: hours_report_test
host: localhost
pool: 5
username: danevron
password:
production:
adapter: pos... | development:
adapter: postgresql
encoding: unicode
database: hours_report_development
host: localhost
pool: 5
username: <%= ENV['DB_USERNAME'] %>
password:
test:
adapter: postgresql
encoding: unicode
database: hours_report_test
host: localhost
pool: 5
username: <%= ENV['DB_USERNAME'] %>
pas... | Use .env variable for db username in local envs | Use .env variable for db username in local envs | YAML | mit | danevron/hours-report-app,danevron/hours-report-app,danevron/hours-report-app |
33357186648a622b1df05883ed8d9d06783592c2 | config/database.yml | config/database.yml |
development:
adapter: postgresql
encoding: unicode
database: parliamentary-questions_dev
host: localhost
pool: 10
test: &test
adapter: postgresql
encoding: unicode
database: parliamentary-questions_test
host: localhost
pool: 10
production:
adapter: postgresql
host: <%= ENV['DB_HOST'] || 'lo... |
development:
adapter: postgresql
encoding: unicode
database: parliamentary-questions_dev
username: <%= ENV['DB_USERNAME'] || ENV['PGUSER'] || 'postgres' %>
password: <%= ENV['DB_PASSWORD'] || ENV['PGPASSWORD'] || 'postgres' %>
host: <%= ENV['DB_HOST'] || 'localhost' %>
pool: 10
test: &test
adapter: ... | Allow further customisation of db through env | Allow further customisation of db through env
Adds more variables to database.yml and logic to allow
different levels of overrides and customisation as needed
for the new stack and docker-compose.
| YAML | mit | ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions |
82da1d1accd404921f22a8f32e377481104f087e | etc/secrets-dev.yml | etc/secrets-dev.yml | ---
MYSQL_USER: root
MYSQL_PASSWORD: root
GOOGLE_OAUTH_CLIENT_ID: 986659776516-fg79mqbkbktf5ku10c215vdij918ra0a.apps.googleusercontent.com
GOOGLE_OAUTH_CLIENT_SECRET: zgY9wgwML0kmQ6mmYHYJE05d
MS_LIVE_OAUTH_CLIENT_ID: 000000004C12138C
MS_LIVE_OAUTH_CLIENT_SECRET: tjMNyu7ACbE8DOt0LE30Ptk7muNdPosG
# Hexl-encoded static ke... | ---
MYSQL_USER: root
MYSQL_PASSWORD: root
GOOGLE_OAUTH_CLIENT_ID: 986659776516-fg79mqbkbktf5ku10c215vdij918ra0a.apps.googleusercontent.com
GOOGLE_OAUTH_CLIENT_SECRET: zgY9wgwML0kmQ6mmYHYJE05d
MS_LIVE_OAUTH_CLIENT_ID: 0000000048157D75
MS_LIVE_OAUTH_CLIENT_SECRET: W69jkmY8Lp1CbRqn-H7TtRXLDLU7XBxb
# Hexl-encoded static ke... | Update Outlook.com OAuth test credentials to valid app "Nylas - Open Source Dev" | Update Outlook.com OAuth test credentials to valid app "Nylas - Open Source Dev"
| YAML | agpl-3.0 | gale320/sync-engine,PriviPK/privipk-sync-engine,ErinCall/sync-engine,wakermahmud/sync-engine,gale320/sync-engine,nylas/sync-engine,ErinCall/sync-engine,gale320/sync-engine,wakermahmud/sync-engine,ErinCall/sync-engine,wakermahmud/sync-engine,nylas/sync-engine,PriviPK/privipk-sync-engine,gale320/sync-engine,Eagles2F/sync... |
65aad32c8ecbecf7228e16e0a3025db6aa4a57a0 | _data/navigation.yml | _data/navigation.yml | - title: Home
url: "/"
side: left
- title: Blog
url: "/blog/"
side: left
dropdown:
- title: Blog
url: "/blog/"
- title: "Arquivos do Blog"
url: "/blog/arquivo/"
- title: "Galeria"
url: "/galeria/"
side: left
dropdown:
- title: Eventos e Palestras
url: "/galeria/eventos/"
- title: "S... | - title: Home
url: "/"
side: left
- title: Blog
url: "/blog/"
side: left
dropdown:
- title: Blog
url: "/blog/"
- title: "Arquivos do Blog"
url: "/blog/arquivo/"
- title: "Galeria"
url: "/galeria/"
side: left
dropdown:
- title: Eventos e Palestras
url: "/galeria/eventos/"
- title: "S... | Revert "retirando link doar para corrigir bug" | Revert "retirando link doar para corrigir bug"
This reverts commit 494d6fad7d20201248e6cadfac64dc0560d8333f.
| YAML | mit | inspiradanacomputacao/inspiradanacomputacao.github.io,teste-blog-inspirada/teste-blog-inspirada.github.io,teste-blog-inspirada/teste-blog-inspirada.github.io,teste-blog-inspirada/teste-blog-inspirada.github.io,inspiradanacomputacao/inspiradanacomputacao.github.io,inspiradanacomputacao/inspiradanacomputacao.github.io,te... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.