commit
stringlengths 40
40
| old_file
stringlengths 4
237
| new_file
stringlengths 4
237
| old_contents
stringlengths 1
4.24k
| new_contents
stringlengths 1
4.87k
| subject
stringlengths 15
778
| message
stringlengths 15
8.75k
| lang
stringclasses 266
values | license
stringclasses 13
values | repos
stringlengths 5
127k
|
---|---|---|---|---|---|---|---|---|---|
604e3e8c41b84313ccf12cbfcb82b90cf4b6beea
|
.travis.yml
|
.travis.yml
|
language: java
jdk:
- oraclejdk8
deploy:
skip_cleanup: true
provider: script
script: ./gradlew bintrayUpload
on:
branch: production
|
language: java
jdk:
- oraclejdk8
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
deploy:
skip_cleanup: true
provider: script
script: ./gradlew bintrayUpload
on:
tags: true
|
Add cache and change deploy strategy
|
Add cache and change deploy strategy
|
YAML
|
apache-2.0
|
d10xa/gradle-geb-plugin
|
a048e1a8fc41dd6923daeda26c62b280048c792a
|
.travis.yml
|
.travis.yml
|
sudo: false
language: ruby
rvm:
- 2.3.1
bundler_args: --without development doc
before_install: gem install bundler -v 1.12.5
addons:
code_climate:
repo_token: 97786ceac8f7388a6ac89408a63f98454678567c780deef82377f8e66b9f7cd6
|
sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.3.1
bundler_args: --without development doc
before_install: gem install bundler -v 1.12.5
addons:
code_climate:
repo_token: 97786ceac8f7388a6ac89408a63f98454678567c780deef82377f8e66b9f7cd6
|
Add more Ruby versions to test in TravisCI
|
Add more Ruby versions to test in TravisCI
|
YAML
|
mit
|
Sharparam/chatrix,Sharparam/chatrix
|
c59b0db6f0ba61224dc6b4294b467fb821c289d1
|
.travis.yml
|
.travis.yml
|
language: node_js
matrix:
fast_finish: true
allow_failures:
- node_js: "0.12"
node_js:
- "0.10"
- "0.12"
services:
- couchdb
env:
global:
- NODE_ENV=test
- DEBUG_LEVEL=0
- NAME=emails
- TOKEN=apptoken
before_install:
- travis_retry npm install forever coffee-script -g
- travis_retry pip install --user transifex-client
- travis_retry git clone git://github.com/cozy/cozy-data-system.git
- cd cozy-data-system
- travis_retry npm install #data-system
- env - NAME=data-system TOKEN=token forever start -o forever-ds.log build/server.js
- coffee commands.coffee test-install emails
- cd ..
- mkdir log
- travis_retry npm install # do it now, DovecotTesting needs it
script:
- npm run build
- npm run fixtures
- npm run test:build
after_failure:
- cat cozy-data-system/forever-ds.log
- cat cozy-data-system/log/test.log
|
language: node_js
matrix:
fast_finish: true
allow_failures:
- node_js: "0.12"
node_js:
- "0.10"
- "0.12"
services:
- couchdb
env:
global:
- NODE_ENV=test
- DEBUG_LEVEL=0
- NAME=emails
- TOKEN=apptoken
before_install:
- travis_retry npm install forever coffee-script -g
- travis_retry pip install --user transifex-client
- travis_retry git clone git://github.com/cozy/cozy-data-system.git
- cd cozy-data-system
- travis_retry npm install #data-system
- env NAME=data-system TOKEN=token forever start -o forever-ds.log build/server.js
- coffee commands.coffee test-install emails
- cd ..
- mkdir log
- travis_retry npm install # do it now, DovecotTesting needs it
script:
- npm run build
- npm run fixtures
- npm run test:build
after_failure:
- cat cozy-data-system/forever-ds.log
- cat cozy-data-system/log/test.log
|
Fix env path for Travis
|
Fix env path for Travis
|
YAML
|
agpl-3.0
|
cozy/cozy-emails,poupotte/cozy-emails,poupotte/cozy-emails,frankrousseau/cozy-emails,nono/cozy-emails,clochix/cozy-emails,cozy/cozy-emails,frankrousseau/cozy-emails,nono/cozy-emails,clochix/cozy-emails
|
34eb739bd5600edd242669831ee30235023cae3e
|
.travis.yml
|
.travis.yml
|
before_install:
- gem update --system
env:
global:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar
gemfile:
- gemfiles/libxml.gemfile
- gemfiles/nokogiri.gemfile
- gemfiles/oga.gemfile
- gemfiles/ox.gemfile
- gemfiles/rexml.gemfile
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: jruby-9000
gemfile: gemfiles/ox.gemfile
rvm:
- 2.1
- 2.2
- 2.3.3
- 2.4.0
- jruby-9000
- ruby-head
sudo: false
|
before_install:
- gem update --system
- gem install bundler
env:
global:
- AWS_ACCESS_KEY_ID=foo
- AWS_SECRET_ACCESS_KEY=bar
gemfile:
- gemfiles/libxml.gemfile
- gemfiles/nokogiri.gemfile
- gemfiles/oga.gemfile
- gemfiles/ox.gemfile
- gemfiles/rexml.gemfile
language: ruby
matrix:
allow_failures:
- rvm: ruby-head
exclude:
- rvm: jruby-9000
gemfile: gemfiles/ox.gemfile
rvm:
- 2.1
- 2.2
- 2.3.3
- 2.4.0
- jruby-9000
- ruby-head
sudo: false
|
Update bundler for older rubies?
|
Update bundler for older rubies?
|
YAML
|
mit
|
hakanensari/peddler
|
ebe6fe76c65db8a05925cf6d792ad3aab7aac3c4
|
.travis.yml
|
.travis.yml
|
language: node_js
node_js:
- "8"
- "7"
- "5"
- "6"
- "4"
git:
depth: 1
branches:
only:
- master
cache:
directories:
- node_modules
matrix:
fast_finish: true
before_install:
- npm i -g npm@latest
before_script:
- node --version
- npm --version
script:
- npm test
after_script:
- npm run coverage
|
language: node_js
node_js:
- "8"
- "7"
- "5"
- "6"
- "4"
git:
depth: 1
branches:
only:
- master
cache:
directories:
- $HOME/.npm
- node_modules
matrix:
fast_finish: true
before_install:
- npm i -g npm@latest
before_script:
- node --version
- npm --version
script:
- npm test
after_script:
- npm run coverage
|
Speed up Travis builds even more
|
Speed up Travis builds even more
|
YAML
|
mit
|
jwilsson/gulp-debug-finder
|
e6a6c78e8d62ea0cd385d9f74b94ca71362e17db
|
.travis.yml
|
.travis.yml
|
branches:
except:
- rpi
- swift3
language: generic
sudo: required
env: SWIFT_VERSION=4.1
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode9
env:
- OPENSSL_ROOT_DIR=$(brew --prefix openssl)
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
- echo "Installing libwebsockets...";
git clone "https://github.com/warmcat/libwebsockets" || exit 3;
pushd libwebsockets || exit 5;
(cmake . && make && sudo make install) || exit 5;
popd;
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ldconfig; fi;
script:
- swift test
|
branches:
except:
- rpi
- swift3
language: generic
sudo: required
env: SWIFT_VERSION=4.1
matrix:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode9.3
env:
- OPENSSL_ROOT_DIR=$(brew --prefix openssl)
install:
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
- echo "Installing libwebsockets...";
git clone "https://github.com/warmcat/libwebsockets" || exit 3;
pushd libwebsockets || exit 5;
(cmake . && make && sudo make install) || exit 5;
popd;
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo ldconfig; fi;
script:
- swift test
|
Update macOS image to Xcode 9.3 on CI
|
Update macOS image to Xcode 9.3 on CI
|
YAML
|
mit
|
SOBotics/FireAlarm,NobodyNada/FireAlarm,NobodyNada/FireAlarm,NobodyNada/FireAlarm,NobodyNada/chatbot,SOBotics/FireAlarm
|
cf15fb6dc69e6a295fe54d2b7b45cf2bd2e57d37
|
.travis.yml
|
.travis.yml
|
language: ruby
rvm:
- '2.2'
- '2.1'
- '2.0'
- 1.9.3
before_install:
- sudo apt-get update -qq
- sudo apt-get install -y npm
install:
- gem install bundler
- bundle install
- bundle exec rake npm
|
sudo: false
cache: bundler
language: ruby
rvm:
- '2.2'
- '2.1'
- '2.0'
- 1.9.3
install:
- nvm install node
- node -v
- gem install bundler
- bundle install
- bundle exec rake npm
|
Use nvm on Travis CI
|
Use nvm on Travis CI
|
YAML
|
mit
|
ukoloff/execjs-xtrn,ukoloff/execjs-xtrn
|
6e0bce21f05a8d2e61cf6cf184c9915109670e40
|
.travis.yml
|
.travis.yml
|
language: objective-c
env:
- OS=8.3
before_install:
- brew update
- bundle install
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
script: rake test
|
language: objective-c
osx_image: beta-xcode6.3
env:
- OS=8.3
before_install:
- brew update
- bundle install
- cd Example && pod install && cd $TRAVIS_BUILD_DIR
script: rake test
|
Use new OS X image on Travis
|
Use new OS X image on Travis
|
YAML
|
mit
|
xing/XNGAPIClientTester
|
2743f899451ae8d3b9aea53ce5c60dc55f82254e
|
.travis.yml
|
.travis.yml
|
language: python
sudo: required
dist: trusty
python:
- '3.5'
before_install:
- sudo apt update && sudo apt install -y inkscape
install:
- pip install -r requirements_dev.txt
env:
- TOX_ENV=lint
- TOX_ENV=py27,stats
- TOX_ENV=py35,stats
- TOX_ENV=doc
script:
- tox -c tox.ini -e $TOX_ENV
# this is already in tox
# - coverage run --source=dhcpcanon setup.py test
after_success:
- coveralls
- codecov
|
language: python
sudo: required
dist: trusty
python:
- '3.5'
before_install:
- sudo apt update && sudo apt install -y inkscape libdbus-1-dev libdbus-glib-1-dev
env:
- TOX_ENV=lint
- TOX_ENV=py27,stats
- TOX_ENV=py35,stats
- TOX_ENV=doc
script:
- tox -c tox.ini -e $TOX_ENV
# this is already in tox
# - coverage run --source=dhcpcanon setup.py test
after_success:
- coveralls
- codecov
|
Add system dependencies for dbus
|
Add system dependencies for dbus
|
YAML
|
mit
|
DHCPAP/dhcpcanon,juxor/dhcpcanon_debian,juxor/dhcpcanon_debian,juga0/dhcpcanon,DHCPAP/dhcpcanon,juga0/dhcpcanon
|
39617345ee2e69be0e002be4ea5a1a2de3b5ed4d
|
.travis.yml
|
.travis.yml
|
sudo: required
language: node_js
env:
- TEST="tests/end2end/A* tests/end2end/I* tests/end2end/L*"
- TEST="tests/end2end/Mee*"
- TEST="tests/end2end/Mi*"
- TEST="tests/end2end/R* tests/end2end/S* tests/end2end/T*"
- TEST="unit"
addons:
artifacts:
# This uploads all headless screenshots generated with:
# browser.saveScreenshot("my-testcase");
# to our Amazon AWS S3 account.
# After build run completed, you can view the snapshots here:
# http://s3files.4minitz.com/4minitz/4minitz
debug: true
s3_region: "us-west-2" # defaults to "us-east-1"
paths:
- $(ls ./tests/snapshots/* | tr "\n" ":")
cache:
directories:
- node_modules
- .meteor/local
- ~/.meteor
- $(npm config get prefix)/bin/chimp
node_js:
- "stable"
before_install:
- mkdir ./tests/snapshots
- ./get_meteor.sh
- npm install -g [email protected]
script:
- ./travis.sh "$TEST"
|
sudo: required
language: node_js
env:
- TEST="tests/end2end/A* tests/end2end/I* tests/end2end/L*"
- TEST="tests/end2end/Mee*"
- TEST="tests/end2end/Mi*"
- TEST="tests/end2end/R* tests/end2end/S* tests/end2end/T*"
- TEST="unit"
addons:
artifacts:
# This uploads all headless screenshots generated with:
# browser.saveScreenshot("my-testcase");
# to our Amazon AWS S3 account.
# After build run completed, you can view the snapshots here:
# http://s3files.4minitz.com/4minitz/4minitz
debug: true
s3_region: "us-west-2" # defaults to "us-east-1"
paths:
- $(ls ./tests/snapshots/* | tr "\n" ":")
cache:
directories:
- node_modules
- .meteor/local
- /usr/local/bin/meteor
- ~/.meteor
- $(npm config get prefix)/bin/chimp
node_js:
- "stable"
before_install:
- mkdir ./tests/snapshots
- ./get_meteor.sh
- npm install -g [email protected]
script:
- ./travis.sh "$TEST"
|
Add meteor convenience script to cache
|
Add meteor convenience script to cache
|
YAML
|
mit
|
Huggle77/4minitz,Huggle77/4minitz,RobNeXX/4minitz,4minitz/4minitz,Huggle77/4minitz,RobNeXX/4minitz,4minitz/4minitz,4minitz/4minitz,RobNeXX/4minitz
|
5d652ad77ff1323688e3d5f22b9b92706534a413
|
.travis.yml
|
.travis.yml
|
language: php
arch:
- amd64
- arm64
os: linux
php:
- "7.2"
services:
- docker
before_install:
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD $DOCKER_REGISTRY
script:
- cd php
- ./build.sh $TRAVIS_PHP_VERSION $DOCKER_USER $DOCKER_PASSWORD $DOCKER_REGISTRY
|
language: php
arch:
- amd64
- arm64
php:
- "5.6"
- "7.0"
- "7.1"
- "7.2"
- "7.3"
sudo: required
services:
- docker
before_install:
- docker login --username $DOCKER_USER --password $DOCKER_PASSWORD $DOCKER_REGISTRY
script:
- cd php
- ./build.sh $TRAVIS_PHP_VERSION $DOCKER_USER $DOCKER_PASSWORD $DOCKER_REGISTRY
|
Revert "Try multi cpu arch (2)"
|
Revert "Try multi cpu arch (2)"
This reverts commit c2ee502e
|
YAML
|
mit
|
byjg/docker-images,byjg/docker-images
|
7cb8d13628db767866b6ba75620495e5b2093871
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode7
git:
submodules: false
before_install:
- brew update
- brew install carthage
install: script/update
script: script/test
|
language: objective-c
osx_image: xcode7.2
git:
submodules: false
before_install:
- brew update
- brew install carthage
install: script/update
script: script/test
|
Use Xcode 7.2 for CI builds.
|
Use Xcode 7.2 for CI builds.
|
YAML
|
mit
|
the-grid/Disc,the-grid/Disc,the-grid/Disc
|
72490b3b034e0c76c3f452e5e9368f54e745aa93
|
.travis.yml
|
.travis.yml
|
language: python
python:
- "2.7"
- "3.4"
install:
- pip install .
- pip install python-dateutil
- pip install httpretty
cache:
directories:
- $HOME/.cache/pip
script: nosetests -v
branches:
only:
- dev
notifications:
email:
- [email protected]
|
language: python
python:
- "2.7"
- "3.4"
install:
- pip install .
- pip install python-dateutil
- pip install httpretty
cache: pip
script: nosetests -v
branches:
only:
- dev
notifications:
email:
- [email protected]
|
Use recommended setting for pip cache
|
Use recommended setting for pip cache
From: https://github.com/travis-ci/travis-ci/issues/3060
|
YAML
|
mit
|
DrGo/pyzotero,urschrei/pyzotero
|
5df4febab7634dceb192c6be7e884788a4d31152
|
.travis.yml
|
.travis.yml
|
language: python
python: "2.7"
env:
- TOXENV=py27
- TOXENV=py33
# install dependencies
install:
- pip install tox --use-mirrors
- pip install .
- pip install -e .[test]
# run tests
script: tox
|
language: python
python: "2.7"
env:
- TOXENV=py27
- TOXENV=py33
# install dependencies
install:
- pip install tox
- pip install .
# run tests
script: tox
|
Remove deprecated --use-mirrors flag. Don't install test deps, as tox does this anyway.
|
Remove deprecated --use-mirrors flag. Don't install test deps, as tox does this anyway.
|
YAML
|
mit
|
bilderbuchi/ofStateManager
|
898d0dc0d9cef6798ac30e6753f0bf5fdf01f04e
|
.travis.yml
|
.travis.yml
|
# Copyright 2018 The Nomulus Authors. 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 applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
install: true
jdk:
# Our builds fail against Oracle Java for reasons yet unknown.
- openjdk8
# Caching options suggested by a random article.
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -f $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
env:
# Disable fancy status information (looks bad on travis and exceeds logfile
# quota)
TERM=dumb
# Specialize gradle build to use an up-to-date gradle and the /gradle
# directory.
# The "travis_wait 45" lets our build spend up to 45 minutes without writing
# output, instead of the default 10.
script: cd gradle && travis_wait 45 ./gradlew build
|
# Copyright 2018 The Nomulus Authors. 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 applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
language: java
install: true
jdk:
# Our builds fail against Oracle Java for reasons yet unknown.
- openjdk8
# Caching options suggested by a random article.
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -f $HOME/.gradle/caches/*/plugin-resolution/
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
env:
# Disable fancy status information (looks bad on travis and exceeds logfile
# quota)
TERM=dumb
# Specialize gradle build to use an up-to-date gradle and the /gradle
# directory.
# The "travis_wait 45" lets our build spend up to 45 minutes without writing
# output, instead of the default 10.
script: cd gradle && chmod 755 ./gradlew && travis_wait 45 ./gradlew build
|
Make gradlew executable in Travis
|
Make gradlew executable in Travis
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=224244963
|
YAML
|
apache-2.0
|
google/nomulus,google/nomulus,google/nomulus,google/nomulus,google/nomulus,google/nomulus
|
ffa34aea465bff04ea5b21e0c378fa4a35f98fad
|
.travis.yml
|
.travis.yml
|
language: objective-c
osx_image: xcode8.3
branches:
only:
- master
before_script:
- git submodule update --init --recursive
script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_ACTION"
xcode_workspace: Tentacle.xcworkspace
matrix:
include:
- xcode_scheme: Tentacle-OSX
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-iOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: update-test-fixtures
env: XCODE_ACTION=build
- before_script: true
script:
- swift build
- swift test
env:
- JOB=SWIFTPM_DARWIN
notifications:
email: false
|
language: objective-c
osx_image: xcode9
branches:
only:
- master
before_script:
- git submodule update --init --recursive
script: script/cibuild "$TRAVIS_XCODE_WORKSPACE" "$TRAVIS_XCODE_SCHEME" "$XCODE_ACTION"
xcode_workspace: Tentacle.xcworkspace
matrix:
include:
- xcode_scheme: Tentacle-OSX
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: Tentacle-iOS
env: XCODE_ACTION="build-for-testing test-without-building"
- xcode_scheme: update-test-fixtures
env: XCODE_ACTION=build
- before_script: true
script:
- swift build
- swift test
env:
- JOB=SWIFTPM_DARWIN
notifications:
email: false
|
Use xcode9 image for CI
|
Use xcode9 image for CI
|
YAML
|
mit
|
mdiep/Tentacle,mdiep/Tentacle
|
ce95252816ce833f40b1391fde6cd5152f3023fa
|
.travis.yml
|
.travis.yml
|
addons:
apt:
sources:
- debian-sid
packages:
- gcc-arm-none-eabi
- libnewlib-dev
sudo: false
script: cd firmware/nordic_nrf51/app/ble_peripheral/ledbrick_pwm/pca10028/s110/armgcc && GNU_INSTALL_PREFIX=/usr make
language: c
|
addons:
apt:
sources:
- debian-sid
packages:
- gcc-arm-none-eabi
- libstdc++-arm-none-eabi-newlib
sudo: false
script: cd firmware/nordic_nrf51/app/ble_peripheral/ledbrick_pwm/pca10028/s110/armgcc && GNU_INSTALL_PREFIX=/usr make
language: c
|
Allow libstdc++, just to bring in newlib
|
Allow libstdc++, just to bring in newlib
|
YAML
|
apache-2.0
|
theatrus/ledbrick,theatrus/ledbrick,theatrus/ledbrick
|
27d778db220a3e69c2f5a7c568e28165518a8764
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.6
- 7.0
env:
global:
- DRIVER_VERSION="stable"
- ADAPTER_VERSION="^1.0.0"
services: mongodb
before_install:
- curl -sS https://getcomposer.org/installer | php
install:
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_VERSION}; fi
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer require "alcaeus/mongo-php-adapter=${ADAPTER_VERSION}" --ignore-platform-reqs; fi
- php composer.phar install
before_script:
- mv Tests/config/parameters.yml.travis Tests/config/parameters.yml
script:
- php vendor/bin/phpunit -v
|
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
env:
global:
- DRIVER_VERSION="stable"
- ADAPTER_VERSION="^1.0.0"
services: mongodb
before_install:
- curl -sS https://getcomposer.org/installer | php
install:
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "5." ]]; then yes '' | pecl -q install -f mongo-${DRIVER_VERSION}; fi
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then pecl install -f mongodb-${DRIVER_VERSION}; fi
- if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then composer require "alcaeus/mongo-php-adapter=${ADAPTER_VERSION}" --ignore-platform-reqs; fi
- php composer.phar install
before_script:
- mv Tests/config/parameters.yml.travis Tests/config/parameters.yml
script:
- php vendor/bin/phpunit -v
|
Add PHP 7.1 and 7.2 to the build matrix
|
Add PHP 7.1 and 7.2 to the build matrix
|
YAML
|
mit
|
algolia/AlgoliaSearchBundle,gruberro/AlgoliaSearchBundle
|
509a4ead3440b87a1043abdc65df421520a209a7
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
env:
global:
- ES_VER=0.20.5
- ES_MAPPER_ATTACHMENTS_VER=1.6.0
- ES_TRANSPORT_THRIFT_VER=1.4.0
before_script:
- composer self-update
- composer --dev install
- ./test/bin/install_php_memcache.sh
- ./test/bin/run_elasticsearch.sh
script: phpunit -c test/
|
language: php
php:
- 5.3
- 5.4
env:
global:
- ES_VER=0.20.5
- ES_MAPPER_ATTACHMENTS_VER=1.6.0
- ES_TRANSPORT_THRIFT_VER=1.4.0
before_script:
- composer self-update
- composer --dev --prefer-source install
- ./test/bin/install_php_memcache.sh
- ./test/bin/run_elasticsearch.sh
script: phpunit -c test/
|
Use --prefer-source for composer install
|
Use --prefer-source for composer install
Makes builds more stable on Travis CI
|
YAML
|
mit
|
ebernhardson/Elastica,ewgRa/Elastica,ruflin/Elastica,ewgRa/Elastica,piotrantosik/Elastica,0x46616c6b/Elastica,fubuki/Elastica,CJGarner/mediawiki-extensions-CirrusSearch-Elastica,piotrantosik/Elastica,miniplay/Elastica,ebernhardson/Elastica,kartikm/Elastica,Tobion/Elastica,vlajos/Elastica,kartikm/Elastica,vlajos/Elastica,stof/Elastica,jeancsil/Elastica,stof/Elastica,Southparkfan/Elastica,markeilander/Elastica,fubuki/Elastica,Tobion/Elastica,sugarcrm/Elastica,p365labs/Elastica,eilgin/Elastica,Jmoati/Elastica,eilgin/Elastica,p365labs/Elastica,pborreli/Elastica,Gasol/Elastica,giovannialbero1992/Elastica,JustinHook/Elastica,Mosoc/Elastica,webdevsHub/Elastica,JustinHook/Elastica,im-denisenko/Elastica,vend/Elastica,idio/elastica,falconavs/Elastica,jeancsil/Elastica,splitice/Elastica,Southparkfan/Elastica,giorrrgio/Elastica,ARAMISAUTO/Elastica,0x46616c6b/Elastica,webdevsHub/Elastica,sugarcrm/Elastica,Gasol/Elastica,giorrrgio/Elastica,Jmoati/Elastica,miniplay/Elastica,revinate/Elastica,im-denisenko/Elastica,pborreli/Elastica,tmatei/Elastica,Mosoc/Elastica,CJGarner/mediawiki-extensions-CirrusSearch-Elastica,vend/Elastica,ARAMISAUTO/Elastica,vend/Elastica,tmatei/Elastica,giovannialbero1992/Elastica,markeilander/Elastica,idio/elastica,revinate/Elastica,falconavs/Elastica
|
4258290f1679373bca38587eb259d7216d3b18d8
|
.travis.yml
|
.travis.yml
|
language: go
go:
- 1.7
- tip
install:
- git clone https://github.com/pote/gpm.git && cd gpm && ./configure
- cd .. && gpm/bin/gpm install && rm -rf gpm
script: go test -v ./...
|
language: go
go:
- 1.7
install:
- git clone https://github.com/pote/gpm.git && cd gpm && ./configure
- cd .. && gpm/bin/gpm install && rm -rf gpm
script: go test -v ./...
|
Remove tip tests because it's been broken for some time now and should be fixed in a separate PR
|
Remove tip tests because it's been broken for some time now and should
be fixed in a separate PR
|
YAML
|
apache-2.0
|
AdRoll/hologram,AdRoll/hologram
|
8936fa2d12157a0cae0ee8c74b6bebb5cc30a2ba
|
.travis.yml
|
.travis.yml
|
os:
- linux
- osx
language: go
sudo: false
go:
- tip
- 1.7
- 1.6
- 1.5
install:
- go get -v golang.org/x/exp/ebnf
- make build
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/52ad02845e880cdca2cf
on_success: change
on_failure: always
on_start: never
email:
- [email protected]
|
os:
- linux
- osx
language: go
sudo: false
go:
- tip
- 1.8
- 1.7
install:
- go get -v golang.org/x/exp/ebnf
- make build
script:
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- make test
after_success:
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/52ad02845e880cdca2cf
on_success: change
on_failure: always
on_start: never
email:
- [email protected]
- [email protected]
|
Remove support to Go < 1.7
|
Remove support to Go < 1.7
|
YAML
|
apache-2.0
|
NeowayLabs/nash,NeowayLabs/nash
|
5f319676a6b83cd5dfb8453d8e816a6ba700afba
|
.travis.yml
|
.travis.yml
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm
install:
- composer install --prefer-source -n
script:
- vendor/bin/php-cs-fixer fix -v --dry-run .
- vendor/bin/phpcs --standard=PSR2 -p --extensions=php Gass/ Tests/
- vendor/bin/phpunit -c Tests/phpunit.xml.dist --coverage-clover clover.xml
after_script:
- php vendor/bin/coveralls -v
|
language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: 7.0
- php: hhvm
- php: nightly
install:
- composer install --prefer-source -n
script:
- vendor/bin/php-cs-fixer fix -v --dry-run .
- vendor/bin/phpcs --standard=PSR2 -p --extensions=php Gass/ Tests/
- vendor/bin/phpunit -c Tests/phpunit.xml.dist --coverage-clover clover.xml
after_script:
- php vendor/bin/coveralls -v
|
Add in support for PHP 7.0 and future nightlies
|
Add in support for PHP 7.0 and future nightlies
|
YAML
|
bsd-3-clause
|
chappy84/google-analytics-server-side
|
1196cac9a4e66f90f9cc0dcf2f176c2c33cc3775
|
.travis.yml
|
.travis.yml
|
install: true
language: c
compiler: gcc
script: make all
|
sudo: required
language: c
before_install:
- sudo apt-get update
install:
- sudo apt-get install gcc-avr binutils-avr avr-libc
script:
- make all
- make -f makefile-avr all
|
Add AVR platform to compilation process
|
Add AVR platform to compilation process
|
YAML
|
mit
|
Jacajack/modlib
|
9e7041ec97918f2124bea404eef1c5636160b24b
|
.travis.yml
|
.travis.yml
|
cache:
directories:
- node_modules
before_script:
- npm install -g gulp-cli
- npm install
script:
- gulp
addons:
browserstack:
username: SkyzohKey
acess_key:
secure: mYw0GWbvsfKkAOMv4a+sji+i8w7MJSs0FjMLeu1V93nz1YLPWmlLAEEhRVH7PI5gayWTOAxAOAxdUV03Zu0bF5P3V9AR3t8l1lHWbwiBoWryv37fK2QaHDCCptAhrkEVaMA5mSvfI4F67/DexXOWMrvMLp8Q0BEJeWiSaTKKQZk9YyXWzBLHgPrBFB3dr8ZVK72xM9e77+iZACcaOaf0xszIQUhxheQ1Bsi78AaZXrm+pAVg/uCjn+l7+190YQ4Yk3//wMca+N4IOFLFRF5Uz/uV8BZJtBMyp/g4XB63hLHvg2qHGwcv4xg9yZNKdDZEgr3jmi79akPuSbLBgdZMVoy2t61V/uBvS12GYoqyJnPjkwEHBAXyq1NC+ath3oNBMiSuhGsm0BU5ZQi9kuc9FKvHpsI6oDisz2XD75mCWG9zBA6QABFowOngBPw8E3+H0wNfGlw1AHZ+MkLWkzxBFjDnFoXkKR74q5B4hqRxK/uMEc+lQkLTMtkgRVrMsFmdgVNnqoqsasUup3tIzhm8r5Xde6FWdD5R1cnKKqyUIRrpIMXWrcTeIXX/0vZxuXOZHdJ9m1Y3+A08wj4QCEu/HdEzPGJLmXInmjmmdKCGCtI0gPqO85OaZz/dHW8rS6ewizUtnLGJHi/X+Y/nE5f/0mUQ+hHqUiXiI5xcYiRCFLE=
|
cache:
directories:
- node_modules
before_script:
- npm install -g gulp-cli
- npm install
script:
- gulp
addons:
browserstack:
username: SkyzohKey
access_key:
secure: $BROWSERSTACK_ACCESS_KEY
|
Move access_key to secure env variables
|
Move access_key to secure env variables
|
YAML
|
mit
|
SkyzohKey/tox-website,SkyzohKey/tox-website
|
b70b0bf4fd5d953cba6f63e59deae14a050cf410
|
.travis.yml
|
.travis.yml
|
sudo: false
language: node_js
node_js:
- '0.10'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install istanbul coveralls
env:
global:
- secure: Uvc0yipRwQw62JMlw1nL95hFG7G7MG/J4+9xGMcfJzcynUyg1Oiri1DpNFuOlxSBWwwLgFOHmU76AglHu1yOiPfWJOQeDNEwdyvdSgZUupZQyk6N/eW6YkF+CIfhq9bzEvbibhMCTo9faazZ/DoGaN9RM4lZPJd9nFlyDipfhE8=
|
sudo: false
language: node_js
node_js:
- '0.10'
- '0.12'
branches:
only:
- master
- development
- travis-ci
# Not using `npm install --dev` because it is recursive. It will pull in the all
# development dependencies for CoffeeScript. Way too much spew in the Travis CI
# build output.
before_install:
- npm install
- npm install istanbul coveralls
env:
global:
- secure: Uvc0yipRwQw62JMlw1nL95hFG7G7MG/J4+9xGMcfJzcynUyg1Oiri1DpNFuOlxSBWwwLgFOHmU76AglHu1yOiPfWJOQeDNEwdyvdSgZUupZQyk6N/eW6YkF+CIfhq9bzEvbibhMCTo9faazZ/DoGaN9RM4lZPJd9nFlyDipfhE8=
|
Test with Node.js 0.12 on Travis CI.
|
Test with Node.js 0.12 on Travis CI.
|
YAML
|
mit
|
bigeasy/locket,bigeasy/locket
|
0c5ec1cd85cf2867d5f810d9c7fa12e78372b275
|
.appveyor.yml
|
.appveyor.yml
|
environment:
matrix:
- OS: unix/cygwin
- OS: win32
install:
- "C:/cygwin/setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P libcrypt-devel,mingw64-i686-libgcrypt,tcl-tk-devel,mingw64-i686-tcl,mingw64-i686-tk"
build_script:
- C:\Cygwin\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/core/%OS% && make -k"
test_script:
- C:\Cygwin\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/core/%OS% && make test"
|
environment:
matrix:
- OS: unix
# - OS: win32
install:
- "C:/cygwin/setup-x86.exe -qnNdO -R C:/cygwin -s http://cygwin.mirror.constant.com -l C:/cygwin/var/cache/setup -P libcrypt-devel,mingw64-i686-libgcrypt,tcl-tk-devel,mingw64-i686-tcl,mingw64-i686-tk"
build_script:
- C:\Cygwin\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/%OS% && make"
test_script:
- C:\Cygwin\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/%OS% && make test"
|
Set for full package build
|
Set for full package build
|
YAML
|
mit
|
AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog
|
ec0080912f68a699fe51b95f902509e26adc7c85
|
.eslintrc.yml
|
.eslintrc.yml
|
# ESLint config
# http://eslint.org/docs/user-guide/configuring
# https://github.com/BigstickCarpet/eslint-config-modular
extends:
- modular/best-practices
- modular/style
- modular/es6
- modular/node
|
# ESLint config
# http://eslint.org/docs/user-guide/configuring
# https://github.com/BigstickCarpet/eslint-config-modular
root: true
extends:
- modular/best-practices
- modular/style
- modular/es6
- modular/node
|
Mark the ESLint config as the root one for the project
|
Mark the ESLint config as the root one for the project
|
YAML
|
mit
|
BigstickCarpet/globify
|
58a88483f1ba255c8e5854944c6099e4d288d0a4
|
metadata/com.github.igrmk.smsq.yml
|
metadata/com.github.igrmk.smsq.yml
|
Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: igrmk
AuthorEmail: [email protected]
SourceCode: https://github.com/igrmk/smsq
IssueTracker: https://github.com/igrmk/smsq/issues
Bitcoin: 32JdGEVP42WiVxsADa3Z65qn1xe2K7Yg3S
Litecoin: MCCRrC4NcT926bDRchpKxQ5kmatzcEMaz7
AutoName: smsQ
Description: |-
Your SMS messages are forwarded to your Telegram via our Telegram bot.
Please read our [https://smsq.me/PRIVACY.html PRIVACY POLICY].
RepoType: git
Repo: https://github.com/igrmk/smsq
Builds:
- versionName: '1.1'
versionCode: 11
commit: '1.1'
subdir: android/app
gradle:
- yes
- versionName: '1.2'
versionCode: 12
commit: '1.2'
subdir: android/app
gradle:
- yes
- versionName: '1.3'
versionCode: 13
commit: '1.3'
subdir: android/app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 13
|
Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: igrmk
AuthorEmail: [email protected]
SourceCode: https://github.com/igrmk/smsq
IssueTracker: https://github.com/igrmk/smsq/issues
Bitcoin: 32JdGEVP42WiVxsADa3Z65qn1xe2K7Yg3S
Litecoin: MCCRrC4NcT926bDRchpKxQ5kmatzcEMaz7
AutoName: smsQ
Description: |-
Your SMS messages are forwarded to your Telegram via our Telegram bot.
Please read our [https://smsq.me/PRIVACY.html PRIVACY POLICY].
RepoType: git
Repo: https://github.com/igrmk/smsq
Builds:
- versionName: '1.1'
versionCode: 11
commit: '1.1'
subdir: android/app
gradle:
- yes
- versionName: '1.2'
versionCode: 12
commit: '1.2'
subdir: android/app
gradle:
- yes
- versionName: '1.3'
versionCode: 13
commit: '1.3'
subdir: android/app
gradle:
- yes
- versionName: '1.4'
versionCode: 14
commit: '1.4'
subdir: android/app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.4'
CurrentVersionCode: 14
|
Update smsQ to 1.4 (14)
|
Update smsQ to 1.4 (14)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
550491c4e4525e9bc1ae93052b1198677dc1b3cc
|
.github/workflows/deployment.yml
|
.github/workflows/deployment.yml
|
name: Deployment
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: export CHROME_BIN=chromium-browser
- run: export DISPLAY=:99.0
- run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: sleep 5
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '8.x'
- run: mkdir dist
- run: mkdir dist/js
- run: npm install
- run: npm run setup
- run: npm run build
- name: GitHub Pages Deployment
uses: JamesIves/github-pages-deploy-action@master
if: success()
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_PAT }}
BRANCH: gh-pages
FOLDER: dist
CNAME: jsstringconverter.bbody.io
BUILD_SCRIPT: rm package.json && npm run html:production
GITHUB_REPOSITORY: [email protected]:bbody/MultilineJavaScriptConverter.git
- name: NPM Release
if: success()
uses: primer/publish@master
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: Deployment
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: export CHROME_BIN=chromium-browser
- run: export DISPLAY=:99.0
- run: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- run: sleep 5
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '8.x'
- run: mkdir dist
- run: mkdir dist/js
- run: npm install
- run: npm run setup
- run: npm run build
- name: NPM Release
if: success()
uses: primer/publish@master
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: GitHub Pages Deployment
uses: JamesIves/github-pages-deploy-action@master
if: success()
env:
ACCESS_TOKEN: ${{ secrets.GITHUB_PAT }}
BRANCH: gh-pages
FOLDER: dist
CNAME: jsstringconverter.bbody.io
BUILD_SCRIPT: npm run html:production && rm package.json
GITHUB_REPOSITORY: [email protected]:bbody/MultilineJavaScriptConverter.git
|
Remove package.json so husky doesn't run
|
Remove package.json so husky doesn't run
|
YAML
|
mit
|
bbody/MultilineJavaScriptConverter
|
94c8368e7bc9af423664f12d12c67074ad61bf78
|
.github/workflows/lint-test.yaml
|
.github/workflows/lint-test.yaml
|
# https://github.com/helm/chart-testing-action/blob/master/README.md
name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
- name: Create kind cluster
uses: helm/[email protected]
# Only build a kind cluster if there are chart changes to test.
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/[email protected]
with:
command: install
|
# https://github.com/helm/chart-testing-action/blob/master/README.md
name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
- name: Create kind cluster
uses: datawire/cluster-providers@master
with:
provider: k3d
action: create
# Only build a kind cluster if there are chart changes to test.
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/[email protected]
with:
command: install
|
Use cluster-providers for github actions
|
Use cluster-providers for github actions
Signed-off-by: Alvaro Saurin <[email protected]>
|
YAML
|
apache-2.0
|
datawire/ambassador,datawire/ambassador,datawire/ambassador,datawire/ambassador,datawire/ambassador
|
89223a01ba998176cf6faaf911a05238bab2d5bf
|
test/support/postgresql.yml
|
test/support/postgresql.yml
|
adapter: postgresql
database: sortifiable
username: sortifiable
host: localhost
encoding: utf8
min_messages: warning
|
adapter: postgresql
database: sortifiable
username: sortifiable
host: 127.0.0.1
encoding: utf8
min_messages: warning
|
Use TCP connections by default
|
Use TCP connections by default
|
YAML
|
mit
|
pixeltrix/sortifiable
|
90d2fea0fe0e5378edb19fdafe3d67344a36cb2d
|
install/group_vars/all.yml
|
install/group_vars/all.yml
|
---
### Nagios Variables ###
nagios_username: nagiosadmin
nagios_password: bb8391fe27
nagios_http_port: 80
nagios_https_port: 443
admin_name_01: nagiosadmin
admin_email_01: nagios@localhost
### NRPE variables ###
nrpe_tcp_port: 5666
# threshold for # of processes
warning_proc: 900
critical_proc: 1000
|
---
### Nagios Variables ###
nagios_username: nagiosadmin
nagios_password: changeme
nagios_http_port: 80
nagios_https_port: 443
admin_name_01: nagiosadmin
admin_email_01: nagios@localhost
### NRPE variables ###
nrpe_tcp_port: 5666
# threshold for # of processes
warning_proc: 900
critical_proc: 1000
|
Change nagios password example back to something generic
|
Change nagios password example back to something generic
|
YAML
|
apache-2.0
|
sadsfae/ansible-nagios,sadsfae/ansible-nagios,unmilb/ansible-nagios,sadsfae/ansible-nagios
|
3084e2a42aac75838bf1aa5d9a7607ffe3de2feb
|
meta/main.yml
|
meta/main.yml
|
---
galaxy_info:
author: The Galaxy Project
description: Install and manage a CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system
- cloud
dependencies:
- { role: 'smola.java', java_packages: oracle-java7-installer }
|
---
galaxy_info:
author: The Galaxy Project
description: Install and manage a CloudMan image (https://wiki.galaxyproject.org/CloudMan/)
company: The Galaxy Project
license: MIT
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
- trusty
categories:
- system
- cloud
- clustering
dependencies:
- { role: 'smola.java', java_packages: oracle-java7-installer }
|
Update min ansible requirement to v1.6 (because of use of deb)
|
Update min ansible requirement to v1.6 (because of use of deb)
|
YAML
|
mit
|
nuwang/ansible-cloudman-image,MatthewRalston/ansible-cloudman-image,nuwang/ansible-cloudman-image,galaxyproject/ansible-cloudman-image,galaxyproject/ansible-cloudman-image,nuwang/ansible-cloudman-image,MatthewRalston/ansible-cloudman-image,galaxyproject/ansible-cloudman-image
|
f5c347f928b4f5df4fdf00bda429e9caf6d4796c
|
meta/main.yml
|
meta/main.yml
|
---
dependencies:
- { role: Aplyca.Nginx, tags: ["nginx"], when: accelerator.use_nginx }
- { role: Aplyca.Varnish, tags: ["varnish"] }
galaxy_info:
author: aplyca
description: Accelerator for Debian/Ubuntu.
company: "Aplyca SAS"
license: "license (BSD, MIT)"
min_ansible_version: 1.4
platforms:
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
categories:
- web
|
---
dependencies:
- { role: Aplyca.Nginx, tags: ["nginx"], when: accelerator.use_nginx }
- { role: Aplyca.Varnish, tags: ["varnish"] }
galaxy_info:
author: aplyca
description: Accelerator for Debian/Ubuntu.
company: "Aplyca SAS"
license: "license (BSD, MIT)"
min_ansible_version: 1.4
platforms:
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
galaxy_tags:
- web
|
Improve role metadata for Ansible Galaxy
|
Improve role metadata for Ansible Galaxy
|
YAML
|
mit
|
Aplyca/ansible-role-accelerator
|
3a5cbf2e540aae1069724bd3643c43d9a29086d9
|
config/database.pg.yml
|
config/database.pg.yml
|
############################################################################################################
# PostgreSQL
############################################################################################################
# min_messages:
# Controls which message levels are sent to the client.
# Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, ERROR, FATAL, and PANIC.
# Each level includes all the levels that follow it. The later the level, the fewer messages are sent.
# The default is NOTICE. Note that LOG has a different rank here than in log_min_messages.
#
# Example notice message: 'NOTICE: CREATE TABLE will create...'
# This can be silenced with min_messages: warning
############################################################################################################
---
base: &base
adapter: postgresql
encoding: utf8
username: root
pool: 1
wait_timeout: 5
min_messages: warning
development:
<<: *base
database: vmdb_development
min_messages: notice
production:
<<: *base
database: vmdb_production
test: &test
<<: *base
pool: 3
database: vmdb_test
metric_fu:
<<: *test
|
############################################################################################################
# PostgreSQL
############################################################################################################
# min_messages:
# Controls which message levels are sent to the client.
# Valid values are DEBUG5, DEBUG4, DEBUG3, DEBUG2, DEBUG1, LOG, NOTICE, WARNING, ERROR, FATAL, and PANIC.
# Each level includes all the levels that follow it. The later the level, the fewer messages are sent.
# The default is NOTICE. Note that LOG has a different rank here than in log_min_messages.
#
# Example notice message: 'NOTICE: CREATE TABLE will create...'
# This can be silenced with min_messages: warning
############################################################################################################
---
base: &base
adapter: postgresql
encoding: utf8
username: root
pool: 5
wait_timeout: 5
min_messages: warning
development:
<<: *base
database: vmdb_development
min_messages: notice
production:
<<: *base
database: vmdb_production
test: &test
<<: *base
pool: 3
database: vmdb_test
metric_fu:
<<: *test
|
Increase connection pool to 5.
|
Increase connection pool to 5.
Under puma, the default of 1 can lead to a database connection timeout.
|
YAML
|
apache-2.0
|
tinaafitz/manageiq,KevinLoiseau/manageiq,ManageIQ/manageiq,josejulio/manageiq,gerikis/manageiq,ManageIQ/manageiq,ilackarms/manageiq,d-m-u/manageiq,hstastna/manageiq,israel-hdez/manageiq,agrare/manageiq,durandom/manageiq,mresti/manageiq,matobet/manageiq,billfitzgerald0120/manageiq,romaintb/manageiq,mresti/manageiq,gmcculloug/manageiq,tzumainn/manageiq,romanblanco/manageiq,NickLaMuro/manageiq,fbladilo/manageiq,fbladilo/manageiq,mkanoor/manageiq,ailisp/manageiq,maas-ufcg/manageiq,lpichler/manageiq,maas-ufcg/manageiq,lpichler/manageiq,mfeifer/manageiq,lpichler/manageiq,jameswnl/manageiq,durandom/manageiq,yaacov/manageiq,NickLaMuro/manageiq,romaintb/manageiq,NickLaMuro/manageiq,skateman/manageiq,KevinLoiseau/manageiq,mresti/manageiq,billfitzgerald0120/manageiq,pkomanek/manageiq,mfeifer/manageiq,gerikis/manageiq,jvlcek/manageiq,syncrou/manageiq,ailisp/manageiq,jameswnl/manageiq,matobet/manageiq,d-m-u/manageiq,NaNi-Z/manageiq,mzazrivec/manageiq,NaNi-Z/manageiq,jvlcek/manageiq,josejulio/manageiq,syncrou/manageiq,KevinLoiseau/manageiq,juliancheal/manageiq,djberg96/manageiq,chessbyte/manageiq,maas-ufcg/manageiq,agrare/manageiq,fbladilo/manageiq,yaacov/manageiq,gmcculloug/manageiq,NickLaMuro/manageiq,syncrou/manageiq,branic/manageiq,tzumainn/manageiq,pkomanek/manageiq,NaNi-Z/manageiq,matobet/manageiq,jntullo/manageiq,ManageIQ/manageiq,durandom/manageiq,yaacov/manageiq,skateman/manageiq,ailisp/manageiq,borod108/manageiq,jvlcek/manageiq,d-m-u/manageiq,KevinLoiseau/manageiq,romaintb/manageiq,jntullo/manageiq,aufi/manageiq,juliancheal/manageiq,romanblanco/manageiq,branic/manageiq,mzazrivec/manageiq,hstastna/manageiq,jrafanie/manageiq,borod108/manageiq,ailisp/manageiq,maas-ufcg/manageiq,KevinLoiseau/manageiq,hstastna/manageiq,agrare/manageiq,jrafanie/manageiq,matobet/manageiq,durandom/manageiq,gmcculloug/manageiq,mzazrivec/manageiq,gmcculloug/manageiq,maas-ufcg/manageiq,lpichler/manageiq,romanblanco/manageiq,djberg96/manageiq,romanblanco/manageiq,skateman/manageiq,aufi/manageiq,chessbyte/manageiq,gerikis/manageiq,djberg96/manageiq,pkomanek/manageiq,kbrock/manageiq,mkanoor/manageiq,mzazrivec/manageiq,jrafanie/manageiq,maas-ufcg/manageiq,tzumainn/manageiq,kbrock/manageiq,juliancheal/manageiq,romaintb/manageiq,romaintb/manageiq,branic/manageiq,ilackarms/manageiq,billfitzgerald0120/manageiq,skateman/manageiq,mfeifer/manageiq,NaNi-Z/manageiq,gerikis/manageiq,agrare/manageiq,d-m-u/manageiq,aufi/manageiq,romaintb/manageiq,mkanoor/manageiq,jntullo/manageiq,ilackarms/manageiq,juliancheal/manageiq,jrafanie/manageiq,israel-hdez/manageiq,andyvesel/manageiq,borod108/manageiq,borod108/manageiq,aufi/manageiq,jntullo/manageiq,tinaafitz/manageiq,andyvesel/manageiq,kbrock/manageiq,djberg96/manageiq,israel-hdez/manageiq,KevinLoiseau/manageiq,fbladilo/manageiq,tzumainn/manageiq,ManageIQ/manageiq,syncrou/manageiq,tinaafitz/manageiq,hstastna/manageiq,andyvesel/manageiq,ilackarms/manageiq,kbrock/manageiq,chessbyte/manageiq,josejulio/manageiq,josejulio/manageiq,yaacov/manageiq,mresti/manageiq,pkomanek/manageiq,chessbyte/manageiq,israel-hdez/manageiq,mfeifer/manageiq,mkanoor/manageiq,jvlcek/manageiq,branic/manageiq,jameswnl/manageiq,tinaafitz/manageiq,jameswnl/manageiq,andyvesel/manageiq,billfitzgerald0120/manageiq
|
37184fff5259c6e9764e67767d5f5e3d0cab3c80
|
config/system.site.yml
|
config/system.site.yml
|
uuid: a92b9b90-4b9b-4b36-96f7-55eb5bdcf510
name: badcamp-2017
mail: [email protected]
slogan: ''
page:
403: ''
404: ''
front: /node
admin_compact_mode: false
weight_select_max: 100
langcode: en
default_langcode: en
_core:
default_config_hash: AyT9s8OUcclfALRE_imByOMgtZ19eOlqdF6zI3p7yqo
|
uuid: a92b9b90-4b9b-4b36-96f7-55eb5bdcf510
name: badcamp-2017
mail: [email protected]
slogan: ''
page:
403: ''
404: ''
front: /node
admin_compact_mode: false
weight_select_max: 100
langcode: en
default_langcode: en
_core:
default_config_hash: AyT9s8OUcclfALRE_imByOMgtZ19eOlqdF6zI3p7yqo
|
Update the system email address.
|
Update the system email address.
|
YAML
|
mit
|
badcamp/badcamp-2017,badcamp/badcamp-2017,badcamp/badcamp-2017,badcamp/badcamp-2017
|
fa8b1a91191c324b2f2193e678c39df73c05faf9
|
hieradata/class/mongo.yaml
|
hieradata/class/mongo.yaml
|
---
govuk::safe_to_reboot::can_reboot: 'careful'
govuk::safe_to_reboot::reason: 'Check for primary, reboot secondaries, step down primary, reboot primary'
lv:
mongodb:
pv: '/dev/sdb1'
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:
disk: '/dev/mapper/backup-mongodb'
govuk_lvm: 'mongodb'
mountoptions: 'defaults'
mongodb::server::replicaset_members:
- 'mongo-1.backend'
- 'mongo-2.backend'
- 'mongo-3.backend'
|
---
govuk::safe_to_reboot::can_reboot: 'careful'
govuk::safe_to_reboot::reason: 'Check for primary, reboot secondaries, step down primary, reboot primary'
lv:
mongodb:
pv: '/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:
disk: '/dev/mapper/backup-mongodb'
govuk_lvm: 'mongodb'
mountoptions: 'defaults'
mongodb::server::replicaset_members:
- 'mongo-1.backend'
- 'mongo-2.backend'
- 'mongo-3.backend'
|
Change MongoDB backup LVM mount to sdd1
|
Change MongoDB backup LVM mount to sdd1
We're adding a new disk to the Mongo machines which will be at
sdd1 for backups.
|
YAML
|
mit
|
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
|
6ae5b88c6cdbbd25507d099094610cd8631eaf36
|
src/app_charts/mission-crd/values.yaml
|
src/app_charts/mission-crd/values.yaml
|
project: "my-gcp-project"
project_number: 0
robot:
name: ""
crd_spec_source: "robot"
|
project: "my-gcp-project"
project_number: 0
robot:
name: ""
crd_spec_source: "cloud"
|
Use crd_spec_source cloud in the mission cr
|
Use crd_spec_source cloud in the mission cr
CR syncer syncs the spec from the upstream to the downstream and the
status from the downstream to the upstream. Using crd_spec_source
robot means the mission spec is created on the robot and the cloud
should update the status which should be exactly the other way around.
Change-Id: Ib8a424cf7b67eaeda85ecfc22406076d27f562c8
GitOrigin-RevId: 47c1b99ca80bab9ca01b794d84c87500fdbde2b1
|
YAML
|
apache-2.0
|
googlecloudrobotics/core,googlecloudrobotics/core,googlecloudrobotics/core
|
4fcbd62fa4e7a37245ffbe1da9bc2c9dfcc14b2c
|
tasks/ansible_aws_repo_ops.yml
|
tasks/ansible_aws_repo_ops.yml
|
---
# Tag
- name: Invoke ansible_aws_repo.py to do the {{ ansible_aws_repo_op }} for {{ ansible_aws_image }}:{{ ansible_aws_tag }}
vars:
ansible_aws_account_id: "{{ ansible_aws_instance_params.account_id }}"
script: "roles/ansible_aws/files/ansible_aws_repo_ops.py {{ ansible_aws_repo_op }}
{{ ansible_aws_region }}
{{ ansible_aws_account_id }}.dkr.ecr.{{ ansible_aws_region }}.amazonaws.com
{{ ansible_aws_image}} {{ ansible_aws_tag }}"
register: ansible_aws_result
failed_when: "'FAILED' in ansible_aws_result.stdout or 'RepositoryNotFoundException' in ansible_aws_result.stderr"
|
---
- fail:
msg: "Variable {{ item }} is not defined"
when: item not in vars
with_items:
- ansible_aws_account_id
- ansible_aws_region
- ansible_aws_image
- ansible_aws_tag
# Tag
- name: Invoke ansible_aws_repo.py to do the {{ ansible_aws_repo_op }} for {{ ansible_aws_image }}:{{ ansible_aws_tag }}
script: "roles/ansible_aws/files/ansible_aws_repo_ops.py {{ ansible_aws_repo_op }}
{{ ansible_aws_region }}
{{ ansible_aws_account_id }}.dkr.ecr.{{ ansible_aws_region }}.amazonaws.com
{{ ansible_aws_image}} {{ ansible_aws_tag }}"
register: ansible_aws_result
failed_when: "'FAILED' in ansible_aws_result.stdout or 'RepositoryNotFoundException' in ansible_aws_result.stderr"
|
Move ansible_aws_account_id to the play level to be defined Check that it *is* defined
|
Move ansible_aws_account_id to the play level to be defined
Check that it *is* defined
|
YAML
|
bsd-2-clause
|
dieswaytoofast/ansible_aws
|
f87062c7ef663d37fcc74db4fffbec9757355019
|
.github/workflows/api-level-lint.yml
|
.github/workflows/api-level-lint.yml
|
name: "Checks the SDK only using APIs from the targeted API level"
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
jobs:
lint-api-level:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 16
- name: Setup Android SDK
uses: android-actions/setup-android@v2
- name: Add execution right to the script
run: chmod +x gradlew
working-directory: ./android
- name: Build SDK with Android project configuration
id: lint
run: ./gradlew --no-daemon build
working-directory: ./android
- name: Upload linting results
if: failure() && steps.lint.outcome == 'failure'
uses: actions/upload-artifact@v2
with:
name: lint-report
path: ./android/build/reports
|
name: "Checks the SDK only using APIs from the targeted API level"
on:
push:
branches:
- dev
- master
pull_request:
branches:
- dev
- master
jobs:
lint-api-level:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 16
- name: Setup Android SDK
uses: android-actions/[email protected]
- name: Add execution right to the script
run: chmod +x gradlew
working-directory: ./android
- name: Build SDK with Android project configuration
id: lint
run: ./gradlew --no-daemon build
working-directory: ./android
- name: Upload linting results
if: failure() && steps.lint.outcome == 'failure'
uses: actions/upload-artifact@v2
with:
name: lint-report
path: ./android/build/reports
|
Bump android-actions/setup-android from 2 to 2.0.6
|
Bump android-actions/setup-android from 2 to 2.0.6
Bumps [android-actions/setup-android](https://github.com/android-actions/setup-android) from 2 to 2.0.6.
- [Release notes](https://github.com/android-actions/setup-android/releases)
- [Commits](https://github.com/android-actions/setup-android/compare/v2...v2.0.6)
Signed-off-by: dependabot[bot] <[email protected]>
|
YAML
|
mit
|
microsoftgraph/msgraph-sdk-java-core
|
ebd89472a11fb0324080a82ec2b50da265581fc7
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- gem install --bindir ~/bin bundler
- cp config.yml.example config.yml
- bundle install
rspec:
script:
- bundle exec rspec spec
tags:
- git-annex
- ruby
except:
- tags
rubocop:
script:
- bundle exec rubocop
tags:
- ruby
except:
- tags
|
before_script:
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin
- apt-get install git-annex
- gem install --bindir ~/bin bundler
- cp config.yml.example config.yml
- bundle install
rspec:
script:
- bundle exec rspec spec
tags:
- ruby
except:
- tags
rubocop:
script:
- bundle exec rubocop
tags:
- ruby
except:
- tags
|
Install git-annex (as root) during tests
|
Install git-annex (as root) during tests
|
YAML
|
mit
|
cui-liqiang/gitlab-shell,dpursehouse/gitlab-shell,dpursehouse/gitlab-shell,gitlabhq/gitlab-shell,gitlabhq/gitlab-shell,dwrensha/gitlab-shell,cui-liqiang/gitlab-shell,gitlabhq/gitlab-shell,dwrensha/gitlab-shell
|
6ec0ef342eeb3efa57a2da23184afbf5d6c553ea
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: python:3.5
cache:
paths:
- /root/.cache
before_script:
- pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
py27:
image: python:2.7
script:
- tox -e py27
coverage: '/\S+\.py\s+(?:\d+\s+){4}(\d+\%)/'
py35:
script:
- tox -e py35
coverage: '/\S+\.py\s+(?:\d+\s+){4}(\d+\%)/'
|
image: python:3.5
cache:
paths:
- .pip
- .tox
before_script:
- pip --cache-dir=.pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
py27:
image: python:2.7
script:
- tox -e py27
coverage: '/\S+\.py\s+(?:\d+\s+){4}(\d+\%)/'
py35:
script:
- tox -e py35
coverage: '/\S+\.py\s+(?:\d+\s+){4}(\d+\%)/'
|
Fix caching in GitLab CI configuration
|
project: Fix caching in GitLab CI configuration
According to the GitLab documentation, only paths within the project
workspace can be cached.
Reference: https://docs.gitlab.com/ce/ci/yaml/#cache
|
YAML
|
mit
|
fetzerch/fritzcollectd
|
7c237174164afc2e416f8e3a596fa75f3fef0dda
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: continuumio/miniconda3:4.1.11
before_script:
- conda config --add channels conda-forge
- conda config --add channels defaults
- conda config --add channels r
- conda config --add channels bioconda
- conda install snakemake
stages:
- rulegraph
# DAG
rulegraph:
stage: rulegraph
script:
- snakemake --configfile tests/config.remote.yaml --rulegraph --use-conda
|
image: continuumio/miniconda3:4.1.11
before_script:
- conda config --add channels conda-forge
- conda config --add channels defaults
- conda config --add channels r
- conda config --add channels bioconda
- conda install snakemake
stages:
- rulegraph
- run
# DAG
rulegraph:
stage: rulegraph
script:
- snakemake --configfile tests/config.remote.yaml --rulegraph --use-conda
run:
stage: run
script:
- snakemake --configfile tests/config.remote.yaml --use-conda -j 8
|
Add snakemake full run to tests
|
Add snakemake full run to tests
|
YAML
|
mit
|
nioo-knaw/hydra
|
36ca267142f2eeaabd12ea8e49831af2cf04a537
|
.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 build
- popd
- sudo cp -v ~/build/RPMS/* output
- rm -rf ~/build/*
- cp -r * ~/build
- pushd ~/build
- mb2 -t SailfishOS-$SFOS_VERSION-i486 build
- popd
- sudo cp -v ~/build/RPMS/* output
- rm -rf ~/build/*
- cp -r * ~/build
- pushd ~/build
- mb2 -t SailfishOS-$SFOS_VERSION-aarch64 build
- popd
- sudo cp -v ~/build/RPMS/* output
- ls -la output
only:
- merge_requests
- tags
tags:
- docker
build:
extends: .build
variables:
SFOS_VERSION: "3.4.0.24"
publish:
image: inetprocess/gitlab-release
stage: publish
only:
- tags
dependencies:
- build
script:
- gitlab-release --message 'Release $CI_COMMIT_TAG' output/*
|
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
- mb2 -t SailfishOS-$SFOS_VERSION-$ARCH build
- popd
- cp -v ~/build/RPMS/* output
only:
- merge_requests
- tags
build_armv7hl:
extends: .build
build_i486:
extends: .build
variables:
ARCH: i486
build_aarch64:
extends: .build
variables:
ARCH: aarch64
test:validate-rpms:
stage: test
image: registry.gitlab.com/whisperfish/sailo-rs/rpm-validator:latest
allow_failure: true
needs:
- build_armv7hl
- build_i486
- build_aarch64
script:
- rpmvalidation.sh output/*.rpm
only:
- merge_requests
- tags
publish:
image: inetprocess/gitlab-release
stage: publish
needs:
- build_armv7hl
- build_i486
- build_aarch64
only:
- tags
script:
- gitlab-release --message 'Release $CI_COMMIT_TAG' output/*
|
Build in parallel and RPM validation
|
Build in parallel and RPM validation
|
YAML
|
mit
|
ilpianista/harbour-Base64
|
bc3ea9371c6a94dc0a05a23470b1c07338b93dba
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: caryan/pycontrol
before_script:
- pip install coveralls meta watchdog
- conda install future
- conda install -c ecpy atom
- pip install git+https://github.com/BBN-Q/QGL.git
- export PYTHONPATH=$PWD/src/python
stages:
- test
run_tests:
stage: test
script:
- cd src/python
- coverage run -m unittest discover
after_script:
- coverage report -m
|
image: bjohnson/pyqgl2
before_script:
- export PYTHONPATH=$PWD/src/python
stages:
- test
run_tests:
stage: test
script:
- cd src/python
- coverage run -m unittest discover
after_script:
- coverage report -m
|
Move most of the setup into a docker image.
|
Move most of the setup into a docker image.
|
YAML
|
apache-2.0
|
BBN-Q/pyqgl2,BBN-Q/pyqgl2
|
671760dc663c6a8b96dd1402da465cb67efa7b74
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: bitnami/node:8
before_script:
- env DEBIAN_FRONTEND=noninteractive apt-get update -qq && env DEBIAN_FRONTEND=noninteractive apt-get install -y -qq php < /dev/null > /dev/null
- npm install --quiet --global eslint stylelint; npm install --quiet --no-save --production stylelint-config-standard stylelint-order stylelint-scss
- node -v
- npm -v
- php -v
code_quality:
script:
- stylelint "./src/assets/styles/**/*.scss"
- eslint "./src/assets/scripts/**/*.js"
- find . -type f -name '*.php' -print0 | xargs -0 -n1 -P4 php -l -n | (! grep -v "No syntax errors detected" )
|
image: jacob9230/linter
before_script:
- node -v
- npm -v
- php -v
code_quality:
script:
- stylelint "./src/assets/styles/**/*.scss"
- eslint "./src/assets/scripts/**/*.js"
- phplint "./src"
|
Change to a custom Docker image, remove extra cruft
|
Change to a custom Docker image, remove extra cruft
|
YAML
|
mit
|
JacobDB/new-site,JacobDB/new-site,revxx14/new-site,JacobDB/new-site,revxx14/new-site
|
d14c7ae2ac3b614203a77ad5d4ae9c98eb27690c
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
variables:
DEBIAN_FRONTEND: noninteractive
before_script:
# -
# echo "deb http://httpredir.debian.org/debian/ jessie main contrib" >
# /etc/apt/sources.list
- cat /etc/apt/sources.list
- apt-get update -y -qq
-
apt-get install -y -qq doxygen cmake libnss3-dev libev-dev
vagrant daemon tcpdump tshark tmux
# virtualbox
compile:
stage: build
script:
# disabled until warpcore is available
- true
# - cmake .
# - make
# - make doc
# run:
# stage: test
# script:
# - make test-quickie-client
# - make test-quickie-server
|
variables:
DEBIAN_FRONTEND: noninteractive
before_script:
# -
# echo "deb http://httpredir.debian.org/debian/ jessie main contrib" >
# /etc/apt/sources.list
- cat /etc/apt/sources.list
- apt-get update -y -qq
-
apt-get install -y -qq doxygen cmake libnss3-dev libev-dev
vagrant daemon tcpdump tshark tmux
# virtualbox
compile:
stage: build
script:
- true
- cmake .
# - make
# - make doc
# run:
# stage: test
# script:
# - make test-quickie-client
# - make test-quickie-server
|
Fix yaml again; CI still disabled
|
Fix yaml again; CI still disabled
|
YAML
|
bsd-2-clause
|
NTAP/quant,NTAP/quant,NTAP/quant
|
41c39398756bdb3dcf55d9c48f30a979ed8aed62
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
image: python:3.5
cache:
paths:
- /root/.cache
before_script:
- pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
|
image: python:3.5
cache:
paths:
- /root/.cache
before_script:
- pip install tox
flake8:
script:
- tox -e flake8
pylint:
script:
- tox -e pylint
py27:
image: python:2.7
script:
- tox -e py27
py35:
script:
- tox -e py35
|
Update GitLab CI configuration to run unit tests
|
project: Update GitLab CI configuration to run unit tests
This reverts commit 563cb471e11c577fdf2a98d852df5d6cc0c5e511.
|
YAML
|
mit
|
fetzerch/fritzcollectd
|
f3ed5f92418ee38c0a24f4a8586f449cf2260edf
|
.gitlab-ci.yml
|
.gitlab-ci.yml
|
before_script:
- angr-test sync hard
angr:
script: "angr-test angr"
tags:
- "angr"
fidget:
script: "angr-test fidget"
tags:
- "angr"
angrop:
script: "angr-test angrop"
tags:
- "angr"
topsecret:
script: "angr-test top-secret"
tags:
- "angr"
driller:
script: "angr-test driller"
tags:
- "angr"
angr_lint:
script: "angr-test lint"
tags:
- "angr"
docs:
script: "angr-test docs"
tags:
- "angr"
|
before_script:
- angr-test sync hard
angr:
script: "angr-test angr"
tags:
- "angr"
fidget:
script: "angr-test fidget"
tags:
- "angr"
angrop:
script: "angr-test angrop"
tags:
- "angr"
topsecret:
script: "angr-test top-secret"
tags:
- "angr"
driller:
script: "angr-test driller"
tags:
- "angr"
tracer:
script: "angr-test tracer"
tags:
- "angr"
angr_lint:
script: "angr-test lint"
tags:
- "angr"
docs:
script: "angr-test docs"
tags:
- "angr"
|
Add tracer reverse dependency tests
|
Add tracer reverse dependency tests
|
YAML
|
bsd-2-clause
|
f-prettyland/angr,tyb0807/angr,angr/angr,tyb0807/angr,axt/angr,iamahuman/angr,schieb/angr,axt/angr,chubbymaggie/angr,tyb0807/angr,iamahuman/angr,haylesr/angr,f-prettyland/angr,axt/angr,schieb/angr,f-prettyland/angr,schieb/angr,chubbymaggie/angr,haylesr/angr,angr/angr,angr/angr,chubbymaggie/angr,iamahuman/angr
|
e5eaa3cdddb01c04118912a1fa437d2211c8568d
|
.golangci.yaml
|
.golangci.yaml
|
# https://golangci-lint.run/usage/configuration/
linters:
disable:
- gofumpt
- scopelint
enable:
- gosimple
- misspell
presets:
- bugs
- format
- unused
linters-settings:
exhaustive:
default-signifies-exhaustive: true
run:
skip-dirs:
- pkg/generated
|
# https://golangci-lint.run/usage/configuration/
linters:
disable:
- gofumpt
- scopelint
enable:
- gomodguard
- gosimple
- misspell
presets:
- bugs
- format
- unused
linters-settings:
exhaustive:
default-signifies-exhaustive: true
gomodguard:
blocked:
modules:
- gopkg.in/yaml.v2: { recommendations: [sigs.k8s.io/yaml] }
- gopkg.in/yaml.v3: { recommendations: [sigs.k8s.io/yaml] }
- gotest.tools: { recommendations: [gotest.tools/v3] }
run:
skip-dirs:
- pkg/generated
|
Check for modules that accidentally import
|
Check for modules that accidentally import
My editor sometimes adds these modules to my imports during
autocomplete. We want to use the Kubernetes YAML package and the latest
version of "gotest.tools".
|
YAML
|
apache-2.0
|
CrunchyData/postgres-operator,CrunchyData/postgres-operator
|
0c4b594ba29d2629c566f65521b78d84089295ca
|
apps/backend/config/settings.yml
|
apps/backend/config/settings.yml
|
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/04-Settings
prod:
.settings:
no_script_name: false
logging_enabled: false
dev:
.settings:
error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug: true
cache: false
no_script_name: false
etag: false
test:
.settings:
error_reporting: <?php echo ((E_ALL | E_STRICT) ^ E_NOTICE)."\n" ?>
cache: false
web_debug: false
no_script_name: false
etag: false
all:
.settings:
# Form security secret (CSRF protection)
csrf_secret: 2549e31630598502a7e833bc346eacc091f5fa32
# Output escaping settings
escaping_strategy: false
escaping_method: ESC_JS
# Enable the database manager
use_database: true
enabled_modules:
- default
- sfGuardGroup
- sfGuardUser
- sfGuardPermission
|
# You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/04-Settings
prod:
.settings:
no_script_name: false
logging_enabled: false
dev:
.settings:
error_reporting: <?php echo (E_ALL | E_STRICT)."\n" ?>
web_debug: true
cache: false
no_script_name: false
etag: false
test:
.settings:
error_reporting: <?php echo ((E_ALL | E_STRICT) ^ E_NOTICE)."\n" ?>
cache: false
web_debug: false
no_script_name: false
etag: false
all:
.settings:
# Form security secret (CSRF protection)
csrf_secret: 2549e31630598502a7e833bc346eacc091f5fa32
# Output escaping settings
escaping_strategy: true
escaping_method: ESC_SPECIALCHARS
# Enable the database manager
use_database: true
enabled_modules:
- default
- sfGuardGroup
- sfGuardUser
- sfGuardPermission
|
Revert "disable output escaping in backend to allow links in help text"
|
Revert "disable output escaping in backend to allow links in help text"
This reverts commit 40a057e857a829dd97c6c3d67225eabaf5b1b223.
|
YAML
|
bsd-3-clause
|
yitznewton/freerms,yitznewton/freerms,yitznewton/freerms
|
9e62be01a476a0630eabbf583bec7bfaa554f7b5
|
pkg/stub_core_library/pubspec.yaml
|
pkg/stub_core_library/pubspec.yaml
|
name: stub_core_library
description: A repo-internal package for creating core library stubs.
dependencies:
args: ">=0.11.0 <0.12.0"
analyzer: ">=0.22.0 <0.23.0"
path: ">=1.1.0 <2.0.0"
|
name: stub_core_library
description: A repo-internal package for creating core library stubs.
dependencies:
args: ">=0.11.0 <0.12.0"
analyzer: ">=0.22.0-dev <0.23.0"
path: ">=1.1.0 <2.0.0"
|
Use a dev version constraint in stub_core_library.
|
Use a dev version constraint in stub_core_library.
This fixes the pkgbuild tests for this package.
[email protected]
Review URL: https://codereview.chromium.org//398393002
git-svn-id: c93d8a2297af3b929165606efe145742a534bc71@38339 260f80e4-7a28-3924-810f-c04153c831b5
|
YAML
|
bsd-3-clause
|
dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-lang/sdk,dart-lang/sdk
|
82c7ab26e1c257f06261d3942893d49db51bb702
|
templates/cf-infrastructure-vsphere.yml
|
templates/cf-infrastructure-vsphere.yml
|
meta: ~
compilation:
cloud_properties:
ram: 4096
disk: 10240
cpu: 2
networks: (( merge ))
resource_pools:
- name: services-small
stemcell:
name: bosh-vsphere-esxi-ubuntu-trusty-go_agent
version: (( merge || "2831" ))
cloud_properties:
ram: 4096
# enough for extracting mysql
disk: 10480
cpu: 2
|
meta: ~
compilation:
cloud_properties:
ram: 4096
disk: 20480
cpu: 4
networks: (( merge ))
resource_pools:
- name: services-small
stemcell:
name: bosh-vsphere-esxi-ubuntu-trusty-go_agent
version: (( merge || "2831" ))
cloud_properties:
ram: 4096
# enough for extracting mysql
disk: 10480
cpu: 2
|
Increase ephemeral disk and CPU for vsphere compilation VMs.
|
Increase ephemeral disk and CPU for vsphere compilation VMs.
[#88293658]
|
YAML
|
apache-2.0
|
cloudfoundry/cf-mysql-release,cloudfoundry/cf-mysql-release,krishna-mk/cf-mysql-release,kbastani/cf-mysql-release,kbastani/cf-mysql-release,cloudfoundry/cf-mysql-release,CloudCredo/cf-mysql-release,cloudfoundry/cf-mysql-release,CloudCredo/cf-mysql-release,kbastani/cf-mysql-release,krishna-mk/cf-mysql-release,krishna-mk/cf-mysql-release,CloudCredo/cf-mysql-release
|
cb5038a8430273092032d9d01fda2e68f3c81e26
|
metadata/me.writeily.yml
|
metadata/me.writeily.yml
|
Categories:
- Writing
License: MIT
SourceCode: https://github.com/plafue/writeily-pro
IssueTracker: https://github.com/plafue/writeily-pro/issues
Changelog: https://github.com/plafue/writeily-pro/releases
AutoName: Writeily Pro
Description: |-
Simply and elegantly compose notes in markdown or plain text. Organize by
folders, save and access files from external storage, and restrict access with a
PIN lock.
This app continues [[me.writeily.pro]]’s legacy.
RepoType: git
Repo: https://github.com/plafue/writeily-pro
Builds:
- versionName: 1.3.1
versionCode: 7
commit: v1.3.1
subdir: app
gradle:
- yes
- versionName: 1.3.2
versionCode: 8
commit: v1.3.2
subdir: app
gradle:
- yes
MaintainerNotes: |-
Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
instead of using `build=`. However, right now this breaks the app because the
native libs don’t seem to get included.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.0
CurrentVersionCode: 6
|
Categories:
- Writing
License: MIT
SourceCode: https://github.com/plafue/writeily-pro
IssueTracker: https://github.com/plafue/writeily-pro/issues
Changelog: https://github.com/plafue/writeily-pro/releases
AutoName: Writeily Pro
Description: |-
Simply and elegantly compose notes in markdown or plain text. Organize by
folders, save and access files from external storage, and restrict access with a
PIN lock.
This app continues [[me.writeily.pro]]’s legacy.
RepoType: git
Repo: https://github.com/plafue/writeily-pro
Builds:
- versionName: 1.3.1
versionCode: 7
commit: v1.3.1
subdir: app
gradle:
- yes
- versionName: 1.3.2
versionCode: 8
commit: v1.3.2
subdir: app
gradle:
- yes
MaintainerNotes: |-
Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
instead of using `build=`. However, right now this breaks the app because the
native libs don’t seem to get included.
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.2
CurrentVersionCode: 8
|
Update CV of Writeily Pro to 1.3.2 (8)
|
Update CV of Writeily Pro to 1.3.2 (8)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
61662feaf4bd8bc84ef0ca4f8a040ede436f8e72
|
.github/workflows/deploy-github.yml
|
.github/workflows/deploy-github.yml
|
# Deploy your Hyas site to GitHub Pages
name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Check for linting errors
run: npm test
- name: Build production website
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
|
# Deploy your Hyas site to GitHub Pages
name: GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install dependencies
run: npm ci
- name: Build production website
run: npm run build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
|
Remove test procedure from gh action
|
Remove test procedure from gh action
|
YAML
|
mit
|
thassiov/thassiov.github.io,thassiov/thassiov.github.io
|
b207cca5ac66219d2087225aeb7f1e681958da1c
|
.github/workflows/pythonpackage.yml
|
.github/workflows/pythonpackage.yml
|
name: Python unittest
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
max-parallel: 3
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies for test
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run isort
run: isort -c
- name: Test with pytest
run: pytest
- name: Run code coverage
run: |
pip install codecov pytest-cov
pytest --cov=./vk
codecov
|
name: Python unittest
on: [push]
jobs:
build:
runs-on: ubuntu-18.04
strategy:
max-parallel: 3
matrix:
python-version: [3.5, 3.6, 3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies for test
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run isort
run: isort -c
- name: Run pytest
run: pytest
- name: Run code coverage
run: |
pip install codecov pytest-cov
pytest --cov=./vk
codecov
|
Rename 'Test with pytest' -> 'Run pytest'
|
Rename 'Test with pytest' -> 'Run pytest'
|
YAML
|
mit
|
sgaynetdinov/py-vkontakte
|
562f1f69e341994803a38ac8a8f4e6a320793e6a
|
.github/workflows/test-and-lint.yml
|
.github/workflows/test-and-lint.yml
|
name: Test and lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10-dev"]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
run: |
flake8 --version
flake8 --show-source --statistics rouver rouver_test
- name: Type checking with mypy
# Disable on 3.10 for now: https://github.com/python/typed_ast/pull/158
if: ${{ matrix.python-version != '3.10-dev' }}
run: |
mypy --version
mypy rouver rouver_test
- name: Test with unittest
run: python -Wall -m unittest discover -t . -s rouver_test -p "*.py"
|
name: Test and lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9"]
fail-fast: false
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Cache dependencies
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ hashFiles('requirements.txt') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Lint with flake8
run: |
flake8 --version
flake8 --show-source --statistics rouver rouver_test
- name: Type checking with mypy
run: |
mypy --version
mypy rouver rouver_test
- name: Test with unittest
run: python -Wall -m unittest discover -t . -s rouver_test -p "*.py"
|
Remove 3.10 from build and test for now
|
Remove 3.10 from build and test for now
|
YAML
|
mit
|
srittau/rouver
|
c702c908fd07409f1df204383c7047345c969874
|
.github/workflows/update-master.yml
|
.github/workflows/update-master.yml
|
name: Update master branch
on:
push:
branches:
- main
jobs:
update-ref:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
with:
script: |
github.git.updateRef({
owner: context.repo.owner,
repo: context.repo.repo,
ref: 'heads/master',
sha: context.sha,
})
|
name: Update master branch
on:
push:
branches:
- main
jobs:
update-ref:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: |
git update-ref refs/heads/master "${GITHUB_SHA}"
git push origin master
|
Use Git commit instead of GitHub script
|
Use Git commit instead of GitHub script
|
YAML
|
mit
|
jmlntw/dotfiles,jmlntw/dotfiles
|
8e26c2329e6852e6fe74027737557b7f71c4e595
|
test/fixtures/kind/config-v1alpha2.yaml
|
test/fixtures/kind/config-v1alpha2.yaml
|
# this config file is similar to the default, except we set the cluster's
# service cidr range to be 10.0.0.0/16.
# we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the
# nginx-ingress service, in order to perform HTTP01 validations during tests.
apiVersion: kind.sigs.k8s.io/v1alpha2
kind: Config
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
# config generated by kind
apiVersion: kubeadm.k8s.io/v1alpha2
kind: MasterConfiguration
networking:
serviceSubnet: 10.0.0.0/16
kubeletConfiguration:
baseConfig:
clusterDNS:
- 10.0.0.10
|
# this config file is similar to the default, except we set the cluster's
# service cidr range to be 10.0.0.0/16.
# we do this because we need a fixed/predictable clusterIP of 10.0.0.15 for the
# nginx-ingress service, in order to perform HTTP01 validations during tests.
apiVersion: kind.sigs.k8s.io/v1alpha2
kind: Config
nodes:
- role: control-plane
kubeadmConfigPatches:
- |
# config generated by kind
apiVersion: kubeadm.k8s.io/v1alpha2
kind: MasterConfiguration
metadata:
name: config
networking:
serviceSubnet: 10.0.0.0/16
kubeletConfiguration:
baseConfig:
clusterDNS:
- 10.0.0.10
|
Fix up 1.11 e2e tests
|
Fix up 1.11 e2e tests
Signed-off-by: James Munnelly <[email protected]>
|
YAML
|
apache-2.0
|
jetstack/cert-manager,jetstack-experimental/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager,jetstack/cert-manager,jetstack/cert-manager,cert-manager/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager
|
cc8b46091688024c28c2c00e9a1beeac8367e768
|
packages/mi/mios.yaml
|
packages/mi/mios.yaml
|
homepage: https://github.com/shnarazk/mios
changelog-type: ''
hash: 047b5337db8746af9ebea8ff95ff8406cad9545890655726200b26c345aba6dc
test-bench-deps: {}
maintainer: Shuji Narazaki <[email protected]>
synopsis: A Minisat-based CDCL SAT solver in Haskell
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
base: ! '>=4.10 && <5'
ghc-prim: ! '>=0.5'
mios: -any
primitive: ! '>=0.6'
vector: ! '>=0.12'
all-versions:
- '1.2.1'
- '1.3.0'
- '1.4.0'
- '1.5.4'
author: Shuji Narazaki <[email protected]>
latest: '1.5.4'
description-type: haddock
description: ! 'A modern and very fast SAT solver written in Haskell, using CDCL,
watch literals, VSIDS,
blocking-literals, phase saving, LBD, Glucose-like restart and so on.
''Mios'' is an abbreviation of ''Minisat-based Implementation and Optimization Study
on SAT solver''.
'
license-name: GPL-3
|
homepage: https://github.com/shnarazk/mios
changelog-type: ''
hash: ac617598a7a4c3dc6559f2215fcecd4fc724a2f3f49fddf37259e7b5d790b92e
test-bench-deps: {}
maintainer: [email protected]
synopsis: A Minisat-based CDCL SAT solver in Haskell
changelog: ''
basic-deps:
bytestring: ! '>=0.10'
base: ! '>=4.7 && <5'
ghc-prim: ! '>=0.5'
mios: -any
primitive: ! '>=0.6'
vector: ! '>=0.12'
all-versions:
- '1.2.1'
- '1.3.0'
- '1.4.0'
- '1.5.4'
- '1.6.0'
author: Shuji Narazaki
latest: '1.6.0'
description-type: haddock
description: A modern and very fast SAT solver written in Haskell, using CDCL, watch
literals, VSIDS, blocking-literals, phase saving, LBD, Glucose-like restart and
so on. 'Mios' is an abbreviation of 'Minisat-based Implementation and Optimization
Study on SAT solver'.
license-name: GPL-3
|
Update from Hackage at 2017-12-20T00:52:30Z
|
Update from Hackage at 2017-12-20T00:52:30Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
5902e59238edd68e44ca061d96c8267abd725ecc
|
packages/pi/Piso.yaml
|
packages/pi/Piso.yaml
|
homepage: https://github.com/MedeaMelana/Piso
changelog-type: ''
hash: a3a68056cce6d407e5a416daa7288da28c7fda20429673463dd0b7a88444f2d2
test-bench-deps: {}
maintainer: [email protected]
synopsis: Partial isomorphisms
changelog: ''
basic-deps:
base: ! '>=3.0 && <5'
template-haskell: -any
all-versions:
- '0.1'
author: Martijn van Steenbergen
latest: '0.1'
description-type: haddock
description: Partial isomorphisms
license-name: BSD3
|
homepage: https://github.com/MedeaMelana/Piso
changelog-type: ''
hash: 77d29f8dce634a2f727ea0927a4da4fc3d09b9b28aeabfed8799fd6c8ba611f8
test-bench-deps: {}
maintainer: [email protected]
synopsis: Partial isomorphisms
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
template-haskell: <2.11
all-versions:
- '0.1'
author: Martijn van Steenbergen
latest: '0.1'
description-type: haddock
description: Partial isomorphisms
license-name: BSD3
|
Update from Hackage at 2017-05-05T12:38:58Z
|
Update from Hackage at 2017-05-05T12:38:58Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
87b7b1f9e296b9357858f5d2e76a7df326c5a982
|
packages/fx/fxpak.yaml
|
packages/fx/fxpak.yaml
|
homepage: https://github.com/wuest/fxpak
changelog-type: markdown
hash: c4c2818622aff908376db159fd4f9cf4da267935f27360705717efd199ab2a00
test-bench-deps: {}
maintainer: [email protected]
synopsis: Interface to the FXPak/FXPak Pro USB interface
changelog: |
# Revision history for fxpak
## 0.0.1 -- 2021-03-14
* Pre-release work uploaded to github
- Able to encode most packet types
- Enforces packet constraints at the type level
## 0.1.0 -- 2021-04-06
* Moved module under System.Hardware
* Bumped version dependencies
basic-deps:
bytestring: '>=0.11 && <0.12'
base: '>=4.9 && <4.16'
serialport: '>=0.5 && <0.6'
all-versions:
- 0.0.1
- 0.1.0
author: Tina Wuest
latest: 0.1.0
description-type: haddock
description: Wraps Serial interaction with FXPak/FXPak Pro devices
license-name: BSD-3-Clause
|
homepage: https://github.com/wuest/fxpak
changelog-type: markdown
hash: 8cb7791a1ed8e963c54a3ff66b175f1a0d0a4b1c2d27dd43b2820a9cbdd3a4f4
test-bench-deps: {}
maintainer: [email protected]
synopsis: Interface to the FXPak/FXPak Pro USB interface
changelog: |
# Revision history for fxpak
## 0.0.1 -- 2021-03-14
* Pre-release work uploaded to github
- Able to encode most packet types
- Enforces packet constraints at the type level
## 0.1.0 -- 2021-04-06
* Moved module under System.Hardware
* Bumped version dependencies
## 0.1.1 -- 2021-04-06
* Tested against ByteString 0.10, relaxed dependency constraint
basic-deps:
bytestring: '>=0.10 && <0.12'
base: '>=4.9 && <4.16'
serialport: '>=0.5 && <0.6'
all-versions:
- 0.0.1
- 0.1.0
- 0.1.1
author: Tina Wuest
latest: 0.1.1
description-type: haddock
description: Wraps Serial interaction with FXPak/FXPak Pro devices
license-name: BSD-3-Clause
|
Update from Hackage at 2021-04-06T13:36:50Z
|
Update from Hackage at 2021-04-06T13:36:50Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
bd26afa3fd683af4a44d4b0f3ca4f8d03c51a154
|
.buildkite/pipeline.yml
|
.buildkite/pipeline.yml
|
plugins: &plugins
stellargraph/github-merged-pr#develop:
mode: checkout
steps:
- label: ":python:"
command:
- pip install -q --no-cache-dir -r requirements.txt -e .
&& py.test -ra --cov=stellargraph tests/ --doctest-modules --doctest-modules --cov-report=term-missing -p no:cacheprovider
&& if [ "$BUILDKITE_PULL_REQUEST" != "false" ] ; then mkdir -p ~/.ssh/ && ssh-keyscan -H github.com > ~/.ssh/known_hosts && git fetch && checkout $BUILDKITE_BRANCH ; fi ; coveralls
plugins:
<<: *plugins
docker#v1.4.0:
image: "python:3.6"
workdir: /app
environment:
- PYTHONDONTWRITEBYTECODE=1
- COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN
- BUILDKITE_BRANCH=$BUILDKITE_BRANCH
- BUILDKITE_PULL_REQUEST=$BUILDKITE_PULL_REQUEST
- label: "style"
command:
- --check stellargraph tests
plugins:
<<: *plugins
docker#v1.4.0:
image: "stellargraph/black"
workdir: /app
entrypoint: /usr/bin/black
environment:
- PYTHONDONTWRITEBYTECODE=1
- wait: ~
continue_on_failure: true
- label: ":console: push logs"
command: .buildkite/pushlogs.sh "#build-bots"
|
steps:
- label: ":python:"
command:
- pip install -q --no-cache-dir -r requirements.txt -e .
&& py.test -ra --cov=stellargraph tests/ --doctest-modules --doctest-modules --cov-report=term-missing -p no:cacheprovider
&& coveralls
plugins:
docker#v1.3.0:
image: "python:3.6"
workdir: /app
environment:
- PYTHONDONTWRITEBYTECODE=1
- COVERALLS_REPO_TOKEN=$COVERALLS_REPO_TOKEN
- label: "style"
command:
- --check stellargraph tests
plugins:
docker#v1.3.0:
image: "stellargraph/black"
workdir: /app
entrypoint: /usr/bin/black
environment:
- PYTHONDONTWRITEBYTECODE=1
- wait: ~
continue_on_failure: true
- label: ":console: push logs"
command: .buildkite/pushlogs.sh "#build-bots"
|
Revert "add github merged pr plugin"
|
Revert "add github merged pr plugin"
|
YAML
|
apache-2.0
|
stellargraph/stellargraph,stellargraph/stellargraph
|
06197906cf10fd712c936031e46ec20a0edff2ba
|
.buildkite/pipeline.yml
|
.buildkite/pipeline.yml
|
steps:
- label: ":shell: Tests"
plugins:
docker-compose#v1.2.1:
run: tests
- label: ":sparkles: Lint"
plugins:
plugin-linter#v1.0.0:
name: ecr
- label: ":shell: Shellcheck"
plugins:
shellcheck#v1.0.1:
files: hooks/**
skip: "Shellcheck doesn't pass right now"
|
steps:
- label: ":shell: Tests"
plugins:
docker-compose#v1.8.4:
run: tests
- label: ":sparkles: Lint"
plugins:
plugin-linter#v1.0.0:
name: ecr
- label: ":shell: Shellcheck"
plugins:
shellcheck#v1.0.1:
files: hooks/**
skip: "Shellcheck doesn't pass right now"
|
Update buildkite plugin docker-compose to v1.8.4
|
Update buildkite plugin docker-compose to v1.8.4
|
YAML
|
mit
|
buildkite-plugins/ecr-buildkite-plugin
|
7c4b9ed9036925250caab8d786f26e88397d4120
|
.buildkite/pipeline.yml
|
.buildkite/pipeline.yml
|
steps:
- label: ":docker: :sbt: Run tests"
command:
- docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile .
- docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test
|
steps:
- label: ":docker: :sbt: Run tests"
command:
- docker build --tag scala-redox:${BUILDKITE_COMMIT} -f .buildkite/Dockerfile .
- docker run -e REDOX_API_SECRET -e REDOX_API_KEY scala-redox:${BUILDKITE_COMMIT} sbt test
- wait
- block: ":rocket: Release"
prompt: Create a release, and push it to Sonatype and Github?
branches: "master"
- label: ":maven: :sbt: Create release"
command:
- git checkout -B ${BUILDKITE_BRANCH}
- git branch -u origin/${BUILDKITE_BRANCH}
- git config branch.${BUILDKITE_BRANCH}.remote origin
- git config branch.${BUILDKITE_BRANCH}.merge refs/heads/${BUILDKITE_BRANCH}
- git clean -df
- sbt -batch "release with-defaults skip-tests"
|
Add block and release step
|
Add block and release step
|
YAML
|
mit
|
vital-software/scala-redox
|
552fdd8d55ae5fc3d4d92b70b830f5db2133de73
|
ansible/install/roles/pbench/tasks/main.yml
|
ansible/install/roles/pbench/tasks/main.yml
|
---
#
# Tasks for pbench
#
- name: Install pbench repo file
get_url: url="{{ pbench_repo_file_url }}" dest=/etc/yum.repos.d/pbench.repo
when: pbench
- name: Install pbench-agent
yum: name=pbench-agent state=latest
when: pbench
|
---
#
# Tasks for pbench
#
- name: Install pbench repo file
get_url: url="{{ pbench_repo_file_url }}" dest=/etc/yum.repos.d/pbench.repo
when: pbench
- name: Install pbench-agent
yum: name=pbench-agent state=latest
when: pbench
- name: Ensure pbench directory exists as stack user on director
file: path=/var/lib/pbench-agent state=directory owner=stack group=stack recurse=yes
when: director
|
Add pbench directory to director with user stack.
|
Add pbench directory to director with user stack.
|
YAML
|
apache-2.0
|
jkilpatr/browbeat,jkilpatr/browbeat,jtaleric/browbeat,jtaleric/browbeat
|
55b6fac4c79d82bb69522adf1b39696c8fbccc74
|
.github/workflows/c.yml
|
.github/workflows/c.yml
|
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-10.15
strategy:
fail-fast: false
matrix:
os: [ openbsd-7.0 ]
steps:
- name: Bootstrap ${{ matrix.os }}
uses: mario-campos/emulate@main
with:
operating-system: ${{ matrix.os }}
- name: Checkout repository
run: git clone --depth 1 https://github.com/mario-campos/dyndnsd.git
- name: Build
run: cd dyndnsd && make
|
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-10.15
strategy:
fail-fast: false
matrix:
os: [ openbsd-latest ]
steps:
- name: Bootstrap ${{ matrix.os }}
uses: mario-campos/emulate@v1
with:
operating-system: ${{ matrix.os }}
- name: Checkout repository
run: git clone --depth 1 https://github.com/mario-campos/dyndnsd.git
- name: Build
run: cd dyndnsd && make
|
Use openbsd-latest and the v1 tag
|
Use openbsd-latest and the v1 tag
|
YAML
|
bsd-3-clause
|
mario-campos/dyndnsd
|
1696382d251a0740d5feebdd6e302aa0b600df95
|
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
exclude: ^(docs|.*test_files|cmd_line|dev_scripts)
default_language_version:
python: python3.8
repos:
- repo: https://github.com/psf/black
rev: 21.12b0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args:
- --in-place
- --remove-unused-variables
- --remove-all-unused-imports
- --expand-star-imports
- --ignore-init-module-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.930
hooks:
- id: mypy
|
exclude: ^(docs|.*test_files|cmd_line|dev_scripts)
default_language_version:
python: python3.8
repos:
- repo: https://github.com/psf/black
rev: 22.1.0
hooks:
- id: black
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.1.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
hooks:
- id: flake8
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
hooks:
- id: pyupgrade
args: [--py38-plus]
- repo: https://github.com/myint/autoflake
rev: v1.4
hooks:
- id: autoflake
args:
- --in-place
- --remove-unused-variables
- --remove-all-unused-imports
- --expand-star-imports
- --ignore-init-module-imports
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
hooks:
- id: mypy
|
Update black and mypy versions in pre-commit yaml
|
Update black and mypy versions in pre-commit yaml
|
YAML
|
mit
|
davidwaroquiers/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,gVallverdu/pymatgen,fraricci/pymatgen,davidwaroquiers/pymatgen,davidwaroquiers/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,davidwaroquiers/pymatgen
|
3e2dc859cbef08bbdc1cf215ce6909b55c8f1fa3
|
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
repos:
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v0.3.0
hooks:
- id: blacken-docs
additional_dependencies: [black==18.6b4]
|
repos:
- repo: https://github.com/ambv/black
rev: 18.9b0
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.0.0
hooks:
- id: flake8
- repo: https://github.com/asottile/blacken-docs
rev: v0.3.0
hooks:
- id: blacken-docs
additional_dependencies: [black==18.9b0]
|
Update black version in blacken-docs
|
Update black version in blacken-docs
|
YAML
|
mit
|
sloria/webargs
|
f8a037aa822415d10f0ca8b8be0bb06d49f03d10
|
.pre-commit-config.yaml
|
.pre-commit-config.yaml
|
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/python/black/
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/sqlalchemyorg/zimports/
rev: master
hooks:
- id: zimports
- repo: https://github.com/pycqa/flake8
rev: master
hooks:
- id: flake8
additional_dependencies:
- flake8-import-order
- flake8-builtins
- flake8-docstrings
- flake8-rst-docstrings
- pydocstyle<4.0.0
- pygments
|
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/python/black
rev: 19.10b0
hooks:
- id: black
- repo: https://github.com/sqlalchemyorg/zimports
rev: master
hooks:
- id: zimports
- repo: https://github.com/pycqa/flake8
rev: master
hooks:
- id: flake8
additional_dependencies:
- flake8-import-order
- flake8-builtins
- flake8-docstrings
- flake8-rst-docstrings
- pydocstyle<4.0.0
- pygments
|
Remove trailing slashes in pre-commit config
|
Remove trailing slashes in pre-commit config
See https://github.com/sqlalchemy/dogpile.cache/pull/176
Change-Id: Id9a75546d4d0eae93ad837a77c6ffa9249efff5c
|
YAML
|
mit
|
monetate/sqlalchemy,j5int/sqlalchemy,graingert/sqlalchemy,sqlalchemy/sqlalchemy,zzzeek/sqlalchemy,monetate/sqlalchemy,graingert/sqlalchemy,j5int/sqlalchemy
|
03149acf63cc23a542cf115eec08166109ce754f
|
ansible-checkmk_agent/playbooks/test.yml
|
ansible-checkmk_agent/playbooks/test.yml
|
---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.etc_services
tags: [ 'role::etc_services' ]
etc_services__dependent_list:
- name: 'check-mk-agent'
port: '{{ checkmk_agent_port }}'
comment: 'Check_MK agent (via xinetd)'
when: (checkmk_agent|d() and 'xinetd' in checkmk_agent)
- role: debops.ferm
tags: [ 'role::ferm' ]
ferm__dependent_rules: '{{ checkmk_agent_ferm_dependent_rules }}'
when: (checkmk_agent|d() and 'xinetd' in checkmk_agent)
- role: ansible-checkmk_agent
tags: [ 'role::checkmk_agent' ]
|
---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.etc_services
tags: [ 'role::etc_services' ]
etc_services__dependent_list:
- name: 'check-mk-agent'
port: '{{ checkmk_agent__port }}'
comment: 'Check_MK agent (via xinetd)'
when: (checkmk_agent|d() and 'xinetd' in checkmk_agent)
- role: debops.ferm
tags: [ 'role::ferm' ]
ferm__dependent_rules: '{{ checkmk_agent__ferm_dependent_rules }}'
when: (checkmk_agent|d() and 'xinetd' in checkmk_agent)
- role: ansible-checkmk_agent
tags: [ 'role::checkmk_agent' ]
|
Adjust variable namespacing to role changes
|
Adjust variable namespacing to role changes
|
YAML
|
mit
|
ganto/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/test-suite
|
612f7d86c5ed6d37a141d25e0a9fa2bd5ade75ee
|
.forestry/front_matter/templates/article.yml
|
.forestry/front_matter/templates/article.yml
|
---
hide_body: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: text
name: link
label: Link
- type: list
name: tool
label: Related Tool
config:
use_select: true
source:
type: pages
section: tool
|
---
hide_body: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: text
name: link
label: Link
- type: list
name: tool
label: Related Tool
config:
use_select: true
source:
type: pages
section: tool
- type: field_group_list
name: custom
label: Custom
fields:
- type: select
name: type
config:
source:
type: simple
options:
- Video
- Link
- Copy
label: Type
- type: textarea
name: content
label: Content
config:
wysiwyg: true
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic
|
da976ce088361a76c0ab67c410b8f774c2412d7b
|
.github/workflows/issue-pr-interceptor.yml
|
.github/workflows/issue-pr-interceptor.yml
|
name: "Intercept bad issue/PRs"
on:
issues:
types: [opened, reopened]
pull_request:
types: [opened, reopened]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Auto close issues/pr that did not follow template
uses: roots/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-pattern: "\\[x\\] I have read"
issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template."
pr-pattern: "\\[x\\] Bug|\\[x\\] New feat|\\[x\\] Break|\\[x\\] Doc"
pr-close-message: ":wave: Hi @${pull_request.user.login},\n\nThis PR is being automatically closed because it does not follow the PR template."
|
name: "Intercept bad issue/PRs"
on:
issues:
types: [opened, reopened]
pull_request:
types: [opened, reopened]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Auto close issues/pr that did not follow template
uses: roots/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-pattern: "\\[x\\] I have read"
issue-close-message: ":wave: Hi @${issue.user.login},\n\nThis issue is being automatically closed because it does not follow the issue template."
pr-pattern: "\\[x\\] Bug|\\[x\\] New feat|\\[x\\] Break|\\[x\\] Doc|@dependabot"
pr-close-message: ":wave: Hi @${pull_request.user.login},\n\nThis PR is being automatically closed because it does not follow the PR template."
|
Allow the PRs from dependabot
|
Allow the PRs from dependabot
|
YAML
|
mit
|
mohuk/mohuk.github.io,mohuk/mohuk.github.io,aaronisme/aaronisme.github.io,aaronisme/aaronisme.github.io,aaronisme/aaronisme.github.io,mohuk/mohuk.github.io,mohuk/mohuk.github.io,aaronisme/aaronisme.github.io
|
8b86f0717afd6ba4a81d9130185fb8981ec6e6c3
|
.github/workflows/publish-to-dockerhub.yml
|
.github/workflows/publish-to-dockerhub.yml
|
name: Publish 📦 to DockerHub
on:
push:
tags:
- "v*"
env:
alpine_version: alpine3.12
debian_version: buster
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
os: [alpine, debian]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Skip if this is not a final release
shell: python
run: |
import sys
import pkg_resources
version_file = open("version", "r")
version = version_file.readline().strip()
parsed_version = pkg_resources.parse_version(version)
if parsed_version.pre or parsed_version.dev:
print("This is a pre- or dev- release - skipping push.")
sys.exit(1)
- name: Publish to DockerHub
env:
os: ${{ matrix.os }}
with:
docker_username: ${{ secrets.DOCKER_USERNAME }}
docker_password: ${{ secrets.DOCKER_PASSWORD }}
run: |
./dev/build_docker_images.sh
|
name: Publish 📦 to DockerHub
on:
push:
tags:
- "v*"
env:
alpine_version: alpine3.12
debian_version: buster
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 5
matrix:
os: [alpine, debian]
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Skip if this is not a final release
shell: python
run: |
import sys
from packaging.version import parse
version_file = open("version", "r")
version = version_file.readline().strip()
parsed_version = parse(version)
if parsed_version.is_prerelease:
print("This is a pre- and/or dev- release - skipping push.")
sys.exit(1)
- name: Publish to DockerHub
env:
os: ${{ matrix.os }}
with:
docker_username: ${{ secrets.DOCKER_USERNAME }}
docker_password: ${{ secrets.DOCKER_PASSWORD }}
run: |
./dev/build_docker_images.sh
|
Switch to packaging module, as used by pip
|
Switch to packaging module, as used by pip
|
YAML
|
mit
|
egnyte/gitlabform,egnyte/gitlabform
|
4d57c783d0f9de84a368b03c04c61072a0e45038
|
docs/_config.yml
|
docs/_config.yml
|
title: Cayman theme
description: Cayman is a clean, responsive theme for GitHub Pages.
show_downloads: true
google_analytics:
theme: jekyll-theme-cayman
|
title: React Drafts
description: A React-based text editor written using DraftJS
show_downloads: true
google_analytics:
theme: jekyll-theme-cayman
|
Use real title and description
|
[docs] Use real title and description
|
YAML
|
mit
|
crossfield/react-drafts
|
0359af9950ac5d9d968340a62e9fbecde7f9c326
|
docs/_config.yml
|
docs/_config.yml
|
# Site settings
title: "ALS Prolog"
url: "https://alsprolog.com"
repository: "AppliedLogicSystems/ALSProlog"
# Build settings
markdown: kramdown
theme: minima
#permalink: pretty
kramdown:
syntax_highlighter_opts:
default_lang: prolog
# Enable as many error-checks as possible
safe : true
strict_front_matter : true
liquid:
error_mode : strict
strict_filters : true
strict_variables : false
exclude:
- src_help_md
header_pages:
- docs/index.md
- about.md
ref_packages:
- Core Prolog
- alslib
- C Interface
- ALSDev
defaults:
-
scope:
path: "docs/ref"
type: "pages"
values:
reference: true
package: Core Prolog
group: Control
module: builtins
layout: "reference-page"
-
scope:
path: "docs/guide"
type: "pages"
values:
layout: "guide-page"
|
# Site settings
title: "ALS Prolog"
url: "https://alsprolog.com"
repository: "AppliedLogicSystems/ALSProlog"
# Build settings
markdown: kramdown
theme: minima
#permalink: pretty
kramdown:
syntax_highlighter_opts:
default_lang: prolog
# Enable as many error-checks as possible
safe : true
strict_front_matter : true
liquid:
error_mode : strict
strict_filters : true
strict_variables : false
exclude:
- CNAME
- Gemfile
- Gemfile.lock
- GNUmakefile
- src_help_md
header_pages:
- docs/index.md
- about.md
ref_packages:
- Core Prolog
- alslib
- C Interface
- ALSDev
defaults:
-
scope:
path: "docs/ref"
type: "pages"
values:
reference: true
package: Core Prolog
group: Control
module: builtins
layout: "reference-page"
-
scope:
path: "docs/guide"
type: "pages"
values:
layout: "guide-page"
|
Exclude various support files from Jekyll build.
|
Exclude various support files from Jekyll build.
|
YAML
|
mit
|
AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog,AppliedLogicSystems/ALSProlog
|
7a1782c3cd86a739a19b5382235cfadd6bba7da2
|
data/hostname/worker02.softwareheritage.org.yaml
|
data/hostname/worker02.softwareheritage.org.yaml
|
networks:
private:
interface: ens19
address: 192.168.100.22
netmask: 255.255.255.0
gateway: 192.168.100.1
default:
interface: ens18
address: 128.93.193.22
netmask: 255.255.255.0
gateway: 128.93.193.254
|
networks:
private:
interface: ens19
address: 192.168.100.22
netmask: 255.255.255.0
gateway: 192.168.100.1
default:
interface: ens18
address: 128.93.193.22
netmask: 255.255.255.0
gateway: 128.93.193.254
swh::deploy::worker::instances:
- swh_lister_debian
- swh_lister_github
- swh_loader_debian
- swh_loader_git
- swh_loader_git_disk
- swh_loader_svn
- swh_loader_deposit
|
Deploy deposit loader on worker02 as tryout
|
data/worker02: Deploy deposit loader on worker02 as tryout
Related T821
|
YAML
|
apache-2.0
|
SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site
|
3873ec804796be71c20cfd35feab7ef5be5328d5
|
packages/mo/monadIO.yaml
|
packages/mo/monadIO.yaml
|
homepage: ''
changelog-type: ''
hash: 6e94f6140139b83b9ce8bedd91530054cde6a8232eea3131aea7259d3a1439d6
test-bench-deps: {}
maintainer: Thomas M. DuBuisson
synopsis: Overloading of concurrency variables
changelog: ''
basic-deps:
stm: ! '>=2.2.0.0'
base: ! '>=4.2.0.0 && <5.0'
mtl: ! '>=2.0.1.0'
all-versions:
- '0.9.1.0'
- '0.9.2.0'
- '0.10.1.1'
- '0.10.1.2'
- '0.10.1.3'
- '0.10.1.4'
- '0.11.0.0'
author: John Launchbury
latest: '0.11.0.0'
description-type: haddock
description: ! 'MonadIO provides for many IO operations to be
overloaded over other IO-like monads.'
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 2407c8aee3a74f3eba897f7c87f702f502394aec8cd412f3d2334cc353f54f13
test-bench-deps: {}
maintainer: Thomas M. DuBuisson
synopsis: Overloading of concurrency variables
changelog: ''
basic-deps:
stm: ! '>=2.5.0.0'
base: ! '>=4.2.0.0 && <5.0'
mtl: ! '>=2.0.1.0'
all-versions:
- '0.9.1.0'
- '0.9.2.0'
- '0.10.1.1'
- '0.10.1.2'
- '0.10.1.3'
- '0.10.1.4'
- '0.11.0.0'
- '0.11.1.0'
author: John Launchbury
latest: '0.11.1.0'
description-type: haddock
description: ! 'MonadIO provides for many IO operations to be
overloaded over other IO-like monads.'
license-name: BSD3
|
Update from Hackage at 2018-10-03T04:41:05Z
|
Update from Hackage at 2018-10-03T04:41:05Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
8c079012b5defcaa8ed871fca850f4b71097b9b3
|
docker-compose.prod.yml
|
docker-compose.prod.yml
|
version: "3.7"
#services:
# web:
# volumes:
# - web-static:/app/wwwroot
networks:
# https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml
reverse-proxy:
external:
name: wp-host_reverse-proxy
#volumes:
# web-static:
|
version: "3.7"
services:
# web:
# volumes:
# - web-static:/app/wwwroot
networks:
# https://github.com/collinbarrett/wp-host-on-containers/blob/master/docker-compose.nginx.yml
reverse-proxy:
external:
name: wp-host_reverse-proxy
#volumes:
# web-static:
|
Revert "attempt to fix FilterLists static file access"
|
Revert "attempt to fix FilterLists static file access"
This reverts commit b037fd884a21bb2d1e541e5d5e027271003d6686.
|
YAML
|
mit
|
collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists,collinbarrett/FilterLists
|
6d1a24e7140c75d14890b58e7f9b909c533860aa
|
.github/workflows/jpa_integration_ci.yml
|
.github/workflows/jpa_integration_ci.yml
|
# Runs optaplanner-persistence-jpa module tests in a PostgreSQL container
name: OptaPlanner Persistence JPA CI
on:
push:
branches:
- master
- 7.x
pull_request:
branches:
- master
- 7.x
env:
# To prevent build failures due to "Connection reset" during artifact download.
MVN_CONNECTION_PROPS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dmaven.wagon.http.retryHandler.count=5
defaults:
run:
shell: bash
jobs:
jpa-postgresql-container:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
# Builds the JPA module and runs tests in a PostgreSQL container
- name: Build with Maven
run: cd optaplanner-persistence/optaplanner-persistence-jpa && mvn -B clean install -Ppostgresql ${{ env.MVN_CONNECTION_PROPS }}
|
# Runs optaplanner-persistence-jpa module tests in a PostgreSQL container
name: OptaPlanner Persistence JPA CI
on:
push:
branches:
- master
- 7.x
pull_request:
branches:
- master
- 7.x
env:
# To prevent build failures due to "Connection reset" during artifact download.
MVN_CONNECTION_PROPS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=60 -Dmaven.wagon.http.retryHandler.count=5
defaults:
run:
shell: bash
jobs:
jpa-postgresql-container:
runs-on: ubuntu-latest
services:
postgres:
image: postgres
env:
POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-timeout 5s
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
# Builds the JPA module and runs tests in a PostgreSQL container
- name: Build with Maven
run: mvn -B clean install -pl :optaplanner-persistence-jpa -am -Ppostgresql ${{ env.MVN_CONNECTION_PROPS }}
|
Build optaplanner-persistence-jpa dependencies in JPA CI
|
Build optaplanner-persistence-jpa dependencies in JPA CI
|
YAML
|
apache-2.0
|
droolsjbpm/optaplanner,droolsjbpm/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,baldimir/optaplanner,tkobayas/optaplanner,baldimir/optaplanner,droolsjbpm/optaplanner,baldimir/optaplanner,droolsjbpm/optaplanner,tkobayas/optaplanner,tkobayas/optaplanner
|
e1005e5fca7b20b652cfd4236c3bc613930b2d56
|
packages/ch/chart-svg.yaml
|
packages/ch/chart-svg.yaml
|
homepage: https://github.com/tonyday567/chart-svg#readme
changelog-type: ''
hash: be74f6efa8abb68743672b69aba1a07461aa7d2822d988f460b5c918ba258433
test-bench-deps: {}
maintainer: [email protected]
synopsis: See readme.md
changelog: ''
basic-deps:
lucid: -any
JuicyPixels: -any
base: ! '>=4.7 && <5'
time: -any
palette: -any
unordered-containers: -any
text: -any
lucid-svg: -any
chart-svg: -any
numhask-space: -any
protolude: -any
javascript-bridge: -any
containers: -any
lens: -any
bifunctors: -any
web-rep: -any
foldl: -any
pretty-simple: -any
attoparsec: -any
generic-lens: -any
colour: -any
transformers: -any
text-format: -any
scientific: -any
wai-middleware-static: -any
tagsoup: -any
scotty: -any
all-versions:
- 0.0.1
author: Tony Day
latest: 0.0.1
description-type: haddock
description: See readme.md for description.
license-name: BSD-3-Clause
|
homepage: https://github.com/tonyday567/chart-svg#readme
changelog-type: ''
hash: 658545bf0f41be7cd0ab54e91de1249bcfb4e28a0a117ddb491d3a4a5de05a1e
test-bench-deps: {}
maintainer: [email protected]
synopsis: See readme.md
changelog: ''
basic-deps:
lucid: -any
base: '>=4.7 && <5'
time: -any
unordered-containers: -any
text: -any
Color: -any
lucid-svg: -any
chart-svg: -any
numhask-space: -any
protolude: -any
javascript-bridge: -any
containers: -any
lens: -any
bifunctors: -any
web-rep: -any
foldl: -any
pretty-simple: -any
attoparsec: -any
generic-lens: -any
transformers: -any
text-format: -any
scientific: -any
wai-middleware-static: -any
tagsoup: -any
scotty: -any
all-versions:
- 0.0.1
- 0.0.2
author: Tony Day
latest: 0.0.2
description-type: haddock
description: See readme.md for description.
license-name: BSD-3-Clause
|
Update from Hackage at 2020-05-20T00:14:19Z
|
Update from Hackage at 2020-05-20T00:14:19Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
54e9d092481ba8672af488756776425c2d61943d
|
packages/fi/filtrable.yaml
|
packages/fi/filtrable.yaml
|
homepage: https://github.com/strake/filtrable.hs
changelog-type: ''
hash: e268a835331e38e3aa28149884291b7faa3a8653da16803f506bcbbc9834a5ba
test-bench-deps: {}
maintainer: [email protected]
synopsis: Class of filtrable containers
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.9'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
author: M Farkas-Dyck
latest: '0.1.0.2'
description-type: haddock
description: ''
license-name: OtherLicense
|
homepage: https://github.com/strake/filtrable.hs
changelog-type: ''
hash: e3590318d6d0d862d917ca1430465d6fa6488eaeab74fd2c2e2e28cbbe2cf8de
test-bench-deps: {}
maintainer: [email protected]
synopsis: Class of filtrable containers
changelog: ''
basic-deps:
base: ! '>=4.7 && <4.9'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.3'
author: M Farkas-Dyck
latest: '0.1.0.3'
description-type: haddock
description: ''
license-name: OtherLicense
|
Update from Hackage at 2016-02-17T16:41:10+0000
|
Update from Hackage at 2016-02-17T16:41:10+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
c26d1c594edd78a7abd22aebe0e14631b1b8b9f7
|
packages/fw/fwgl-glfw.yaml
|
packages/fw/fwgl-glfw.yaml
|
homepage: https://github.com/ZioCrocifisso/FWGL
changelog-type: ''
hash: f2a35fcd71bbea225624cf3b6d1f78647e103a1ee1edcc0a7eb9e27b0c4642d8
test-bench-deps: {}
maintainer: [email protected]
synopsis: FWGL GLFW backend
changelog: ''
basic-deps:
Yampa: ! '>=0.9 && <0.10'
JuicyPixels: ! '>=3.2 && <3.3'
base: ! '>=4.7 && <4.8'
unordered-containers: ! '>=0.2 && <0.3'
fwgl: ! '>=0.1 && <0.2'
GLFW-b: ! '>=1.4 && <1.5'
hashable: ! '>=1.2 && <1.3'
transformers: -any
gl: ! '>=0.6 && <0.8'
vector: ! '>=0.10 && <0.11'
all-versions:
- '0.1.0.2'
- '0.1.0.3'
author: Luca "ZioCrocifisso" Prezzavento
latest: '0.1.0.3'
description-type: haddock
description: FWGL GLFW backend.
license-name: BSD3
|
homepage: https://github.com/ziocroc/FWGL
changelog-type: ''
hash: 867463a99788c02691f97edca55702dcc331b6b6f28b98d707eaae84e84694b8
test-bench-deps: {}
maintainer: [email protected]
synopsis: FWGL GLFW backend
changelog: ''
basic-deps:
Yampa: ! '>=0.9 && <0.10'
JuicyPixels: ! '>=3.2 && <3.3'
base: ! '>=4.7 && <4.8'
unordered-containers: ! '>=0.2 && <0.3'
fwgl: ! '>=0.1 && <0.2'
GLFW-b: ! '>=1.4 && <1.5'
hashable: ! '>=1.2 && <1.3'
transformers: -any
gl: ! '>=0.6'
vector: ! '>=0.10 && <0.11'
all-versions:
- '0.1.0.2'
- '0.1.0.3'
- '0.1.0.4'
author: Luca "ziocroc" Prezzavento
latest: '0.1.0.4'
description-type: haddock
description: FWGL GLFW backend.
license-name: BSD3
|
Update from Hackage at 2015-07-19T21:39:02+0000
|
Update from Hackage at 2015-07-19T21:39:02+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
668f61a73a86e88f58314b1e746e42ec07b1449a
|
packs/st2/config.schema.yaml
|
packs/st2/config.schema.yaml
|
---
base_url:
description: "Base URL for StackStorm API endpoints"
type: "string"
secret: false
required: false
api_url:
description: "Base URL for StackStorm API endpoint"
type: "string"
secret: false
required: false
auth_url:
description: "Base URL for StackStorm AUTH endpoint"
type: "string"
secret: false
required: false
api_key:
description: "API key used for authentication if custom API key desired"
type: "string"
secret: true
required: false
cacert:
description: "Set to True or path to validate certificates"
type: "string"
secret: false
required: false
|
---
base_url:
description: "Base URL for StackStorm API endpoints"
type: "string"
secret: false
required: false
api_url:
description: "Base URL for StackStorm API endpoint"
type: "string"
secret: false
required: false
auth_url:
description: "Base URL for StackStorm AUTH endpoint"
type: "string"
secret: false
required: false
api_key:
description: "API key used for authentication if custom API key desired"
type: "string"
secret: true
required: false
cacert:
description: "Set to True or path to validate certificates"
type: ["string", "boolean"]
secret: false
required: false
|
Allow "cacert" configuration value to be either a string or boolean.
|
Allow "cacert" configuration value to be either a string or boolean.
|
YAML
|
apache-2.0
|
StackStorm/st2contrib,StackStorm/st2contrib,StackStorm/st2contrib
|
2f57a4fb23582316d486b72dca39b2774bef9e43
|
packages/mi/microbase.yaml
|
packages/mi/microbase.yaml
|
homepage: https://github.com/daig/microbase
changelog-type: ''
hash: 15755a0542821df0b044f06d6e84497495982bfa89a9009e08b5f4dcc5ce56fb
test-bench-deps: {}
maintainer: [email protected]
synopsis: A minimal base to work around GHC bugs.
changelog: ''
basic-deps:
base: ^>=4.14.0.0
all-versions:
- 4.14.0.0
- 4.14.0.0.1
- 4.14.0.0.2
- 4.14.0.0.4
author: Dai
latest: 4.14.0.0.4
description-type: haddock
description: |-
This package is a hyper-minimal version of base-noprelude:
It merely reexports some hardwired modules needed downstream while hiding most things.
For example, ghcid will not work without @base:System.IO@.
It also reexports all the "magic" classes that work with stock deriving.
Ideally this package wouldn't be needed because @ghc-prim@ would contain everything hardwired,
and base would just be an optional standard library.
license-name: MIT
|
homepage: https://github.com/daig/microbase
changelog-type: ''
hash: ec661984a87482a4ee75284dae1596b8b9cc47742e48f9879363572dc99810d9
test-bench-deps: {}
maintainer: [email protected]
synopsis: A minimal base to work around GHC bugs.
changelog: ''
basic-deps:
base: ^>=4.14.0.0
all-versions:
- 4.14.0.0
- 4.14.0.0.1
- 4.14.0.0.2
- 4.14.0.0.4
- 4.14.0.0.6
author: Dai
latest: 4.14.0.0.6
description-type: haddock
description: |-
This package is a hyper-minimal version of base-noprelude:
It merely reexports some hardwired modules needed downstream while hiding most things.
For example, ghcid will not work without @base:System.IO@.
It also reexports all the "magic" classes that work with stock deriving.
Ideally this package wouldn't be needed because @ghc-prim@ would contain everything hardwired,
and base would just be an optional standard library.
license-name: MIT
|
Update from Hackage at 2020-04-28T07:32:59Z
|
Update from Hackage at 2020-04-28T07:32:59Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
4d961a551675434ef7d6f052633fa11205048c9f
|
packages/mo/monad-var.yaml
|
packages/mo/monad-var.yaml
|
homepage: https://github.com/effectfully/monad-var#readme
changelog-type: ''
hash: c984ce9df763d28c2eec20ab6b7091e5fe55437196d4bb65ceb457b80c12c6e2
test-bench-deps: {}
maintainer: [email protected]
synopsis: A library that provides generic operations over variables generalized here
and there to arbitrary effectful containers just in case.
changelog: ''
basic-deps:
stm: ! '>=2.2 && <2.5'
base: ! '>=4.7 && <5'
transformers: ! '>=0.4 && <0.6'
all-versions:
- '0.1.0.0'
author: effectfully
latest: '0.1.0.0'
description-type: markdown
description: ! '# monad-var'
license-name: BSD3
|
homepage: https://github.com/effectfully/monad-var#readme
changelog-type: ''
hash: 54cc3a250f9da22047d04a91467617fc7d67e870b5dde8996f5140e4de073ef9
test-bench-deps: {}
maintainer: [email protected]
synopsis: Generic operations over variables
changelog: ''
basic-deps:
stm: ! '>=2.2 && <2.5'
base: ! '>=4.7 && <5'
transformers: ! '>=0.4 && <0.6'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: effectfully
latest: '0.1.0.1'
description-type: markdown
description: ! '# monad-var'
license-name: BSD3
|
Update from Hackage at 2017-11-16T09:11:43Z
|
Update from Hackage at 2017-11-16T09:11:43Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
31647ebf0c714781875d17af22cd3dd558201e03
|
build.yaml
|
build.yaml
|
targets:
website:
builders:
angular:
options:
use_new_template_parser: True
build_web_compilers|entrypoint:
generate_for:
- web/**.dart
options:
compiler: dart2js
dart2js_args:
- --csp
- --enable-diagnostic-colors
- --minify
- --trust-primitives
- --trust-type-annotations
|
targets:
website:
builders:
build_web_compilers|entrypoint:
generate_for:
- web/**.dart
options:
compiler: dart2js
dart2js_args:
- --csp
- --enable-diagnostic-colors
- --fast-startup
- --minify
- --trust-primitives
- --trust-type-annotations
|
Remove template parser config (now default) and enable fast-startup
|
Remove template parser config (now default) and enable fast-startup
|
YAML
|
mit
|
4cm4k1/anthony-codes,4cm4k1/website,4cm4k1/anthony-codes,4cm4k1/website
|
237d55c3a3fc8fc219c230413e875a76eece2a9d
|
metadata/de.neuwirthinformatik.alexander.archerystats.yml
|
metadata/de.neuwirthinformatik.alexander.archerystats.yml
|
Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: Alexander Puck Neuwirth
AuthorEmail: [email protected]
SourceCode: https://github.com/APN-Pucky/ArcheryStats
IssueTracker: https://github.com/APN-Pucky/ArcheryStats/issues
Donate: https://paypal.me/apnpucky
AutoName: ArcheryStats
RepoType: git
Repo: https://github.com/APN-Pucky/ArcheryStats
Builds:
- versionName: 2.0.1
versionCode: 2
commit: 2.0.1
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y librsvg2-bin openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.0.1
CurrentVersionCode: 2
|
Categories:
- Sports & Health
License: GPL-3.0-only
AuthorName: Alexander Puck Neuwirth
AuthorEmail: [email protected]
SourceCode: https://github.com/APN-Pucky/ArcheryStats
IssueTracker: https://github.com/APN-Pucky/ArcheryStats/issues
Donate: https://paypal.me/apnpucky
AutoName: ArcheryStats
RepoType: git
Repo: https://github.com/APN-Pucky/ArcheryStats
Builds:
- versionName: 2.0.1
versionCode: 2
commit: 2.0.1
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y librsvg2-bin openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
- versionName: 2.0.2
versionCode: 3
commit: b5bacae19fef525b8e0c5886d4f789ee7b75d646
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y librsvg2-bin openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.0.2
CurrentVersionCode: 3
|
Update ArcheryStats to 2.0.2 (3)
|
Update ArcheryStats to 2.0.2 (3)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
8f03092761dbd93bb4710fb5f2668e267834618d
|
circle.yml
|
circle.yml
|
# setting node version not supported on osx build
#machine:
#node:
#version: 6.1.0
general:
artifacts:
- "release" # relative to the build directory
|
# setting node version not supported on osx build
#machine:
#node:
#version: 6.1.0
general:
artifacts:
- "release" # relative to the build directory
test:
override:
- npm run test
- npm run build
|
Add build command to test
|
Add build command to test
* in an attempt to allow CI to create a build artifact
|
YAML
|
mit
|
Fresh-maker/razor-client,Fresh-maker/razor-client
|
d6701549edbc08b6e801fadaecf0aa6bc1be4199
|
circle.yml
|
circle.yml
|
machine:
python:
version: 2.7.3
services:
- docker
dependencies:
pre:
- git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch
- cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install
- go get -t -d -v ./...
- go build -v
test:
override:
- go test -v -race ./...
deployment:
prod:
branch: master
commands:
- docker build --rm=false -t gamebuildr/gogeta .
- docker tag gamebuildr/gogeta gcr.io/gamebuildr-151415/gamebuildr-gogeta
- sudo /opt/google-cloud-sdk/bin/gcloud docker push gcr.io/gamebuildr-151415/gamebuildr-gogeta
|
machine:
python:
version: 2.7.3
services:
- docker
dependencies:
pre:
- git clone -b v0.23.4 https://github.com/libgit2/libgit2.git --single-branch
- cd libgit2/ && mkdir build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local && sudo cmake --build . --target install
- go get -t -d -v ./...
- go build -v
test:
override:
- go test -v -race ./...
deployment:
prod:
branch: master
commands:
- rm -R libgit2/build/
- docker build --rm=false -t gamebuildr/gogeta .
- docker tag gamebuildr/gogeta gcr.io/gamebuildr-151415/gamebuildr-gogeta
- sudo /opt/google-cloud-sdk/bin/gcloud docker push gcr.io/gamebuildr-151415/gamebuildr-gogeta
|
Add non-docker compiled libgit2 build
|
Add non-docker compiled libgit2 build
|
YAML
|
mpl-2.0
|
herman-rogers/Gogeta,Gamebuildr/Gogeta,Gamebuildr/Gogeta,herman-rogers/Gogeta
|
768497412c77d301d44d3fd5a9d5c07a0d23919d
|
circle.yml
|
circle.yml
|
machine:
environment:
ANDROID_BUILD_TOOLS_VERSION: 23.0.2
ANDROID_SDK_VERSION: 23
EMULATOR_AVD: circleci-android21
java:
version: oraclejdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools
- echo y | android update sdk --no-ui --all --filter platform-tools
- echo y | android update sdk --no-ui --all --filter build-tools-${ANDROID_BUILD_TOOLS_VERSION}
- echo y | android update sdk --no-ui --all --filter android-${ANDROID_SDK_VERSION}
- echo y | android update sdk --no-ui --all --filter extra-android-m2repository
test:
pre:
- emulator -avd ${EMULATOR_AVD} -no-audio -no-window:
background: true
parallel: true
- circle-android wait-for-boot
override:
- ./gradlew assemble check connectedCheck
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml\|.*/build/outputs/androidTest-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
|
machine:
environment:
ANDROID_BUILD_TOOLS_VERSION: 23.0.2
ANDROID_SDK_VERSION: 23
EMULATOR_AVD: circleci-android21
java:
version: oraclejdk8
dependencies:
pre:
- echo y | android update sdk --no-ui --all --filter tools
- echo y | android update sdk --no-ui --all --filter platform-tools,build-tools-${ANDROID_BUILD_TOOLS_VERSION},android-${ANDROID_SDK_VERSION},extra-android-m2repository
test:
pre:
- emulator -avd ${EMULATOR_AVD} -no-audio -no-window:
background: true
parallel: true
- circle-android wait-for-boot
override:
- ./gradlew assemble check connectedCheck
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
- find . -type f -regex ".*/build/test-results/.*xml\|.*/build/outputs/androidTest-results/.*xml" -exec cp {} $CIRCLE_TEST_REPORTS/junit/ \;
|
Update dependencies in one go after having updated the SDK Tools
|
Update dependencies in one go after having updated the SDK Tools
|
YAML
|
apache-2.0
|
mkjensen/android-playground
|
257b3a09b69863a3a9fe5906231860783414e20b
|
circle.yml
|
circle.yml
|
dependencies:
pre:
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F76221572C52609D
- yes | sudo add-apt-repository ppa:beineri/opt-qt551
- sudo apt-get update
- sudo apt-get install qt55webkit
- cat /opt/qt55/bin/qt55-env.sh >> ~/.circlerc
post:
- bundle update
test:
pre:
- bundle exec rake rubocop
- bundle exec rake bower:install
post:
- bundle exec rake app:assets:precompile
|
dependencies:
post:
- bundle update
test:
pre:
- bundle exec rake rubocop
- bundle exec rake bower:install
post:
- bundle exec rake app:assets:precompile
|
Remove qt install from CI config
|
Remove qt install from CI config
|
YAML
|
mit
|
ad2games/ui_components,ad2games/ui_components,ad2games/ui_components
|
fe41aec1c1459fb03f65943b747303aad83333c7
|
ansible/ntrw.yml
|
ansible/ntrw.yml
|
---
- hosts: all
sudo: True
remote_user: root
vars:
interactive_user: vagrant
roles:
- ansible-reload
- dev-utils
- dotfiles
- couchdb-server
- nodejs-dev
- zero-disk
|
---
- hosts: all
sudo: True
remote_user: root
vars:
interactive_user: vagrant
roles:
- dev-utils
- dotfiles
- couchdb-server
- nodejs-dev
- zero-disk
|
Remove ansible aliases from global profile.d directory.
|
Remove ansible aliases from global profile.d directory.
|
YAML
|
mit
|
tomku/packer-templates
|
9d8da99ef96af0ead09be172b943f1b6d90d95ea
|
ansible/site.yml
|
ansible/site.yml
|
---
- hosts: all
sudo: yes
gather_facts: yes
roles:
- common
- install-deps
- install-app
- configure-nginx
|
---
- hosts: all
become: yes
become_method: sudo
become_user: root
gather_facts: yes
roles:
- common
- install-deps
- install-app
- configure-nginx
|
Use ansible 2.0 syntax for sudo
|
Use ansible 2.0 syntax for sudo
|
YAML
|
lgpl-2.1
|
kernelci/kernelci-frontend,kernelci/kernelci-frontend,kernelci/kernelci-frontend,kernelci/kernelci-frontend
|
4b8a317990c1403a443c92b2e147d8e32934adc0
|
chart/templates/influxdb-deployment.yaml
|
chart/templates/influxdb-deployment.yaml
|
{{ if and (eq .Values.influxdb.host "influxdb") (eq (toString .Values.influxdb.port) "8086") -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: influxdb
labels:
{{ .Values.productShortName }}.service: influxdb
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
{{ .Values.productShortName }}.service: influxdb
spec:
containers:
- name: influxdb
image: influxdb
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: INFLUXDB_DB
value: {{ .Values.influxdb.db }}
resources:
requests:
memory: 100Mi
cpu: 50m
limits:
memory: 200Mi
cpu: 1000m
volumeMounts:
- mountPath: /data/db
name: influxdb
volumes:
- name: influxdb
persistentVolumeClaim:
claimName: influxdb
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
|
{{ if and (eq .Values.influxdb.host "influxdb") (eq (toString .Values.influxdb.port) "8086") -}}
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: influxdb
labels:
{{ .Values.productShortName }}.service: influxdb
spec:
replicas: 1
strategy:
type: Recreate
template:
metadata:
labels:
{{ .Values.productShortName }}.service: influxdb
spec:
containers:
- name: influxdb
image: influxdb
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: INFLUXDB_DB
value: {{ .Values.influxdb.db }}
resources:
requests:
memory: 100Mi
cpu: 50m
limits:
memory: 200Mi
cpu: 1000m
volumeMounts:
- mountPath: /var/lib/influxdb
name: influxdb
volumes:
- name: influxdb
persistentVolumeClaim:
claimName: influxdb
{{- if .Values.nodeSelector }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}
{{- end }}
{{- end }}
|
Fix influxdb mountpath in helm chart
|
Fix influxdb mountpath in helm chart
|
YAML
|
agpl-3.0
|
mistio/mist.io,mistio/mist.io
|
b1db0a231dd30f16d50939186ada2d4d028e6803
|
locale/tags.yml
|
locale/tags.yml
|
tags:
tags: Étiquettes
discussion_tagged_post:
one: "{username} {action} étiquette."
other: "{username} {action} étiquettes."
added_tags: "a ajouté {tags}"
removed_tags: "a supprimé {tags}"
tag_new_discussion_title: Sélectionner des étiquettes pour votre discussion
tag_new_discussion_link: Sélectionner des étiquettes
edit_discussion_tags_title: "Éditer les étiquettes pour {title}"
edit_discussion_tags_link: Éditer les étiquettes
choose_primary_tags:
one: Sélectionner une étiquette principale
other: "Sélectionner {count} étiquettes principales"
choose_secondary_tags:
one: Sélectionner une étiquette secondaire
other: "Sélectionner {count} étiquettes secondaires"
confirm: Confirmer
more: Plus...
deleted: Supprimé
|
tags:
tags: Étiquettes
discussion_tagged_post:
one: "{username} {action} étiquette."
other: "{username} {action} étiquettes."
added_tags: "a ajouté {tags}"
removed_tags: "a supprimé {tags}"
tag_new_discussion_title: Sélectionner des étiquettes pour votre discussion
tag_new_discussion_link: Sélectionner des étiquettes
edit_discussion_tags_title: "Éditer les étiquettes pour {title}"
edit_discussion_tags_link: Éditer les étiquettes
choose_primary_tags:
one: Sélectionner {count} étiquette principale
other: "Sélectionner {count} étiquettes principales"
choose_secondary_tags:
one: Sélectionner {count} étiquette secondaire
other: "Sélectionner {count} étiquettes secondaires"
confirm: Confirmer
more: Plus...
deleted: Supprimé
|
Add {count} instead of one.
|
Add {count} instead of one.
|
YAML
|
mit
|
L33tSheep/flarum,L33tSheep/flarum,Yggdrasil-dono/flarum,Luceos/flarum-french,Yggdrasil-dono/flarum,milescellar/flarum-ext-french,milescellar/flarum-ext-french,milescellar/flarum-ext-french,Luceos/flarum-french
|
0c5d873389890635eeefae4739e1756555129aa2
|
deploy/roles/jekyll/tasks/main.yml
|
deploy/roles/jekyll/tasks/main.yml
|
---
- name: Install python-apt for apt_repository.
apt: name={{ item }} state=latest
with_items:
- python-apt
- python-pycurl
sudo: yes
- name: Add the Brightbox PPA
apt_repository: repo=ppa:brightbox/ruby-ng state=present
sudo: yes
- name: Install system packages necessary for Jekyll
apt: name={{ item }} state=latest update_cache=yes
with_items:
- build-essential
- ruby2.1-dev
- nodejs
sudo: yes
- name: Install Jekyll and necessary gems
gem: name={{ item }} state=latest executable=/usr/bin/gem2.1 user_install=no
with_items:
- jekyll
- jekyll-less
- therubyracer
- execjs
- stringex
sudo: yes
|
---
- name: Install python-apt for apt_repository.
apt: name={{ item }} state=latest
with_items:
- python-apt
- python-pycurl
sudo: yes
- name: Add the Brightbox PPA
apt_repository: repo=ppa:brightbox/ruby-ng state=present
sudo: yes
- name: Install system packages necessary for Jekyll
apt: name={{ item }} state=latest update_cache=yes
with_items:
- build-essential
- ruby2.1-dev
- nodejs
sudo: yes
- name: Install bundler
gem: name=bundler state=latest
sudo: yes
- name: Install Jekyll and its dependencies
command: bundle install --gemfile=/vagrant_data/Gemfile
sudo: yes
|
Install Bundler, then use the Gemfile(.lock).
|
Install Bundler, then use the Gemfile(.lock).
|
YAML
|
apache-2.0
|
annegentle/developer.rackspace.com,sigmavirus24/developer.rackspace.com,annegentle/developer.rackspace.com,ktbartholomew/developer.rackspace.com,rgbkrk/developer.rackspace.com,rackerlabs/developer.rackspace.com,sigmavirus24/developer.rackspace.com,sigmavirus24/developer.rackspace.com,wbentley15/developer.rackspace.com,wbentley15/developer.rackspace.com,ktbartholomew/developer.rackspace.com,rgbkrk/developer.rackspace.com,rackerlabs/developer.rackspace.com,rackerlabs/developer.rackspace.com,sigmavirus24/developer.rackspace.com,wbentley15/developer.rackspace.com,sigmavirus24/developer.rackspace.com,rgbkrk/developer.rackspace.com,annegentle/developer.rackspace.com,rackerlabs/developer.rackspace.com,ktbartholomew/developer.rackspace.com,smashwilson/developer.rackspace.com,smashwilson/developer.rackspace.com,smashwilson/developer.rackspace.com,ktbartholomew/developer.rackspace.com,rackerlabs/developer.rackspace.com,annegentle/developer.rackspace.com,rgbkrk/developer.rackspace.com,sigmavirus24/developer.rackspace.com,smashwilson/developer.rackspace.com,wbentley15/developer.rackspace.com,annegentle/developer.rackspace.com,annegentle/developer.rackspace.com,ktbartholomew/developer.rackspace.com,smashwilson/developer.rackspace.com,ktbartholomew/developer.rackspace.com,rackerlabs/developer.rackspace.com,rgbkrk/developer.rackspace.com,wbentley15/developer.rackspace.com
|
77f0b7081a4369906199c7986e40b6d9f7f3802a
|
.github/reviewer-lottery.yml
|
.github/reviewer-lottery.yml
|
groups:
- name: devs
reviewers: 1
usernames:
- rileykarson
- slevenick
- c2thorn
- scottsuarez
- melinath
- megan07
- shuyama1
|
groups:
- name: devs
reviewers: 1
usernames:
- slevenick
- c2thorn
- scottsuarez
- melinath
- megan07
- shuyama1
|
Remove rileykarson from the reviewer lottery while out
|
Remove rileykarson from the reviewer lottery while out
|
YAML
|
mpl-2.0
|
hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google,hashicorp/terraform-provider-google
|
ce45790b4c8bea12e4d1ba0c0e51d1f830f1772e
|
.github/workflows/django.yml
|
.github/workflows/django.yml
|
name: Backend
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
checks:
name: Run tests
runs-on: ubuntu-latest
env:
DJANGO_SETTINGS_MODULE: churchill.settings.test
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Set up Python 3.9.2
uses: actions/setup-python@v1
with:
python-version: 3.9.2
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
- name: Run pytest suite
run: |
pytest --ds=churchill.settings.test --disable-warnings --create-db churchill/tests
|
name: Backend
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
checks:
name: Run tests
runs-on: ubuntu-latest
env:
DJANGO_SETTINGS_MODULE: churchill.settings.test
steps:
- name: Check out the repository
uses: actions/checkout@v2
- name: Set up Python 3.9.4
uses: actions/setup-python@v1
with:
python-version: 3.9.4
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/dev.txt
- name: Run pytest suite
run: |
pytest --ds=churchill.settings.test --disable-warnings --create-db churchill/tests
|
Fix github action python version
|
Fix github action python version
|
YAML
|
bsd-3-clause
|
manti-by/Churchill,manti-by/Churchill,manti-by/Churchill,manti-by/Churchill,manti-by/Churchill
|
1a84caf0ca23d125c170c9d95e06481212af8902
|
.github/workflows/gradle.yml
|
.github/workflows/gradle.yml
|
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Gradle
run: ./gradlew build
publishCoverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 8
- name: Build with Gradle
run: ./gradlew jacocoTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
files: ./build/reports/jacoco/test/jacocoTestReport.xml
name: codecov
|
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '8', '11', '17', '18' ]
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Gradle
run: ./gradlew build
publishCoverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 8
- name: Build with Gradle
run: ./gradlew jacocoTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
files: ./build/reports/jacoco/test/jacocoTestReport.xml
name: codecov
|
Build and test also with Java 18
|
Build and test also with Java 18
|
YAML
|
bsd-3-clause
|
bwaldvogel/liblinear-java,bwaldvogel/liblinear-java
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.