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
|
---|---|---|---|---|---|---|---|---|---|
827b6d6b766cc1c55bd2256ee6c33f12302584dc
|
config/locales/en.yml
|
config/locales/en.yml
|
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
jobcomposer:
# Site specific
options_account_help: "Account is an optional field. If not set, the account may be auto-set by the subit filter."
# General translations
tr:
options_account_title: "Account"
options_array_help: "Job arrays are optional."
options_array_help_with_clusters: |
Job arrays are optional. OnDemand does not currently support job arrays for the clusters(s): %{cluster_list}.
options_array_title: "Job array specification"
options_cluster_title: "Cluster"
options_errors: "Please fix the errors below."
options_name_title: "Name"
options_script_title: "Specify job script"
options_title: "Job Options"
|
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
# I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
# <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
# I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.
en:
jobcomposer:
# Site specific translations
options_account_help: "Account is an optional field. If not set, the account may be auto-set by the submit filter."
# General translations
options_account_title: "Account"
options_array_help: "Job arrays are optional."
options_array_help_with_clusters: |
Job arrays are optional. OnDemand does not currently support job arrays for the clusters(s): %{cluster_list}.
options_array_title: "Job array specification"
options_cluster_title: "Cluster"
options_errors: "Please fix the errors below."
options_name_title: "Name"
options_script_title: "Specify job script"
options_title: "Job Options"
|
Fix speeling error and begin removing tr namespace
|
Fix speeling error and begin removing tr namespace
|
YAML
|
mit
|
OSC/ood-myjobs,OSC/ood-myjobs,OSC/ood-myjobs,OSC/ood-myjobs
|
87652f23689aa4daa04f9b24016b02b2c2888be1
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
# This workflow will do a clean install of node dependencies and run tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn --immutable
- name: Run tests
run: yarn test
|
# This workflow will do a clean install of node dependencies and run tests
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: CI
on:
push:
branches: [ '*' ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Static code analysis
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn --immutable
- name: Run tests
run: yarn lint
unit:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: yarn --immutable
- name: Run tests
run: yarn jest
|
Add separate jobs in GitHub Actions CI
|
Add separate jobs in GitHub Actions CI
|
YAML
|
mit
|
wojtekmaj/react-calendar,wojtekmaj/react-calendar,wojtekmaj/react-calendar
|
4947f1924a4a0346bf60d37e1f9d9c2db5cde382
|
metadata/com.kazufukurou.nanji.yml
|
metadata/com.kazufukurou.nanji.yml
|
Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/kazufukurou/nanji
IssueTracker: https://github.com/kazufukurou/nanji/issues
AutoName: Nanji
Description: |-
Home screen clock widget for Chinese, Japanese, Korean, Russian and English learners.
* Chinese, Japanese, Korean, Russian, English and default date and time format.
* 12/24 hours time format
* Japanese era date format
* Customizable time zone
* Highly customizable appearance
* Switch between showing digits/words on tap
* Open system clock app on tap
RepoType: git
Repo: https://github.com/kazufukurou/nanji
Builds:
- versionName: 1.3.0
versionCode: 35
commit: v1.3.0
subdir: app
submodules: true
gradle:
- yes
- versionName: 1.3.1
versionCode: 36
commit: v1.3.1
subdir: app
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.1
CurrentVersionCode: 36
|
Categories:
- Time
License: Apache-2.0
SourceCode: https://github.com/kazufukurou/nanji
IssueTracker: https://github.com/kazufukurou/nanji/issues
AutoName: Nanji
Description: |-
Home screen clock widget for Chinese, Japanese, Korean, Russian and English learners.
* Chinese, Japanese, Korean, Russian, English and default date and time format.
* 12/24 hours time format
* Japanese era date format
* Customizable time zone
* Highly customizable appearance
* Switch between showing digits/words on tap
* Open system clock app on tap
RepoType: git
Repo: https://github.com/kazufukurou/nanji
Builds:
- versionName: 1.3.0
versionCode: 35
commit: v1.3.0
subdir: app
submodules: true
gradle:
- yes
- versionName: 1.3.1
versionCode: 36
commit: v1.3.1
subdir: app
submodules: true
gradle:
- yes
- versionName: 1.3.2
versionCode: 37
commit: v1.3.2
subdir: app
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.3.2
CurrentVersionCode: 37
|
Update Nanji to 1.3.2 (37)
|
Update Nanji to 1.3.2 (37)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
d30d6cfd4270330f9f4995381418adbc4b86398a
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5
- 2.6
- 2.7
- "3.0"
- head
gemfile:
- rails_6.0.gemfile
- rails_6.1.gemfile
env:
BUNDLE_WITHOUT: vscode
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}
continue-on-error: ${{ matrix.ruby-version == 'head' }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run test
run: bundle exec rake
coverage:
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: vscode
BUNDLE_GEMFILE: gemfile/rails_6.1.gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: Run test
run: bundle exec rake
env:
CI: enabled
- uses: paambaati/codeclimate-action@v2
with:
debug: true
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 2.5
- 2.6
- 2.7
- "3.0"
- head
gemfile:
- rails_6.0.gemfile
- rails_6.1.gemfile
env:
BUNDLE_WITHOUT: vscode
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}
continue-on-error: ${{ matrix.ruby-version == 'head' }}
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- name: Run test
run: bundle exec rake
coverage:
needs: [ test ]
runs-on: ubuntu-latest
env:
BUNDLE_WITHOUT: vscode
BUNDLE_GEMFILE: gemfile/rails_6.1.gemfile
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
- name: Run test
run: bundle exec rake
env:
CI: enabled
- uses: paambaati/codeclimate-action@v2
with:
debug: true
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
|
Add dependency of coverage job
|
Add dependency of coverage job
|
YAML
|
mit
|
satoryu/rakuten_web_service-rails,satoryu/rakuten_web_service-rails,satoryu/rakuten_web_service-rails
|
bfbe4cfcc88c93ad5e498e8fc47ae934a266dd1e
|
crane.yml
|
crane.yml
|
containers:
database:
image: database
dockerfile: database
run:
privileged: true
phpmyadmin:
image: phpmyadmin
dockerfile: phpmyadmin
run:
privileged: true
publish:
- "9000:80"
link:
- "database:database"
web:
image: web
dockerfile: web
run:
privileged: true
link:
- "database:database"
publish:
- "8000:8000"
volumes:
- "web:/web"
cmd: "scripts/run/dev.sh"
ftp:
image: ftp
dockerfile: ftp
run:
privileged: true
publish:
- "21:21"
haproxy:
image: haproxy
dockerfile: haproxy
run:
privileged: true
publish:
- "80:80"
apache:
image: apache
dockerfile: apache
run:
privileged: true
link:
- "database:database"
publish:
- "8001:8001"
|
containers:
database:
image: virtualvulcano/database
dockerfile: database
run:
privileged: true
phpmyadmin:
image: virtualvulcano/phpmyadmin
dockerfile: phpmyadmin
run:
privileged: true
publish:
- "9000:80"
link:
- "database:database"
web:
image: virtualvulcano/web
dockerfile: web
run:
privileged: true
link:
- "database:database"
publish:
- "8000:8000"
volumes:
- "web:/web"
cmd: "scripts/run/dev.sh"
ftp:
image: virtualvulcano/ftp
dockerfile: ftp
run:
privileged: true
publish:
- "21:21"
haproxy:
image: virtualvulcano/haproxy
dockerfile: haproxy
run:
privileged: true
publish:
- "80:80"
apache:
image: virtualvulcano/apache
dockerfile: apache
run:
privileged: true
link:
- "database:database"
publish:
- "8001:8001"
|
Rename images to the correct names.
|
Rename images to the correct names.
|
YAML
|
bsd-2-clause
|
ernestoalejo/virtual-vulcano,ernestoalejo/virtual-vulcano,ernestoalejo/virtual-vulcano
|
1c3338952f07f96cbfe4a96395a54ba2bde9bbd3
|
packages/cr/crdt.yaml
|
packages/cr/crdt.yaml
|
homepage: https://github.com/cblp/crdt#readme
changelog-type: ''
hash: 4db9a4c23c7a0074c8e63314a5a7e7c0008f5664126a77f383d7af27cdf2673d
test-bench-deps:
base: ! '>=4.9 && <4.10'
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
vector: -any
derive: -any
crdt: -any
maintainer: Yuriy Syrovetskiy <[email protected]>
synopsis: Conflict-free replicated data types
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.10'
vector: -any
all-versions:
- '0.1'
author: ''
latest: '0.1'
description-type: haddock
description: Definitions of CmRDT and CvRDT. Implementations for some classic CRDTs.
license-name: BSD3
|
homepage: https://github.com/cblp/crdt#readme
changelog-type: ''
hash: 0b643e9518969273e9079fea96a5888be01afa0ce7f5f5036786800c3fe60ffd
test-bench-deps:
base: ! '>=4.9 && <4.10'
tasty-quickcheck: -any
tasty: -any
QuickCheck: -any
vector: -any
crdt: -any
maintainer: Yuriy Syrovetskiy <[email protected]>
synopsis: Conflict-free replicated data types
changelog: ''
basic-deps:
base: ! '>=4.9 && <4.10'
vector: -any
all-versions:
- '0.1'
- '0.2'
author: ''
latest: '0.2'
description-type: haddock
description: Definitions of CmRDT and CvRDT. Implementations for some classic CRDTs.
license-name: BSD3
|
Update from Hackage at 2017-05-15T19:02:41Z
|
Update from Hackage at 2017-05-15T19:02:41Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
7f17509d9402903d4b6784cdf328aaca97a18c9b
|
build.yaml
|
build.yaml
|
repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: com.google.code.findbugs:jsr305:jar:3.0.1
findbugs_annotations: com.google.code.findbugs:annotations:jar:3.0.0
javax_inject: javax.inject:javax.inject:jar:1
javax_inject_sources: javax.inject:javax.inject:jar:sources:1
aopalliance: aopalliance:aopalliance:jar:1.0
guice: com.google.inject:guice:jar:3.0
guice_assistedinject: com.google.inject.extensions:guice-assistedinject:jar:3.0
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2
gwt_gin: com.google.gwt.inject:gin:jar:2.1.2
gin_extensions: org.realityforge.gwt.gin:gwt-gin-extensions:jar:0.1
|
repositories:
remote:
- http://repo1.maven.org/maven2
artifacts:
javax_annotation: org.realityforge.javax.annotation:javax.annotation:jar:1.0.0
findbugs_annotations: com.google.code.findbugs:annotations:jar:3.0.0
javax_inject: javax.inject:javax.inject:jar:1
javax_inject_sources: javax.inject:javax.inject:jar:sources:1
aopalliance: aopalliance:aopalliance:jar:1.0
guice: com.google.inject:guice:jar:3.0
guice_assistedinject: com.google.inject.extensions:guice-assistedinject:jar:3.0
gwt_user: com.google.gwt:gwt-user:jar:2.8.2
gwt_dev: com.google.gwt:gwt-dev:jar:2.8.2
gwt_gin: com.google.gwt.inject:gin:jar:2.1.2
gin_extensions: org.realityforge.gwt.gin:gwt-gin-extensions:jar:0.1
|
Update the com.google.code.findbugs dependency coordinates.
|
Update the com.google.code.findbugs dependency coordinates.
|
YAML
|
apache-2.0
|
realityforge/gwt-mmvp,realityforge/gwt-mmvp
|
f67fc2b23524fb5e120a602700e454ce22bfe007
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm test
env:
CI: true
|
name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [0.10.x, 0.12.x, 4.x, 6.x, 8.x, 10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm install
npm test
env:
CI: true
|
Rename CI job to test
|
Rename CI job to test
|
YAML
|
mit
|
davidparsson/junit-report-builder
|
b88d46ee7f9e9c729f147dc1da7d3b68f16e06ec
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI Workflow
on:
pull_request:
branches:
- master
jobs:
unit-tests:
name: Unit Tests
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.16]
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v2
- name: Run unit tests
run: make test
integration-tests:
name: Integration Tests
runs-on: ubuntu-latest
services:
postgres:
image: postgres:9.5
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Checkout
uses: actions/checkout@v2
- name: Install Postgres client
run: sudo apt-get install -y postgresql-client
- name: Run integration tests
run: make integration-test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PGHOST: 127.0.0.1
PGPASSWORD: postgres
|
name: CI Workflow
on:
pull_request:
branches:
- master
jobs:
unit-tests:
name: Unit Tests
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.16, 1.17]
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v2
- name: Run unit tests
run: make test
integration-tests:
name: Integration Tests
runs-on: ubuntu-latest
services:
postgres:
image: postgres:9.5
env:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Checkout
uses: actions/checkout@v2
- name: Install Postgres client
run: sudo apt-get install -y postgresql-client
- name: Run integration tests
run: make integration-test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PGHOST: 127.0.0.1
PGPASSWORD: postgres
|
Add Go 1.17 to GitHub Actions
|
Add Go 1.17 to GitHub Actions
|
YAML
|
apache-2.0
|
miniflux/miniflux,xqin/miniflux,xqin/miniflux,xqin/miniflux,xqin/miniflux,miniflux/miniflux,miniflux/miniflux
|
de7dd4644de8b3d1dd3914ffe33bbd695b51611c
|
circle.yml
|
circle.yml
|
general:
artifacts:
- app/build/outputs/apk
machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError"'
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-25"
- echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
override:
- echo override dependencies
test:
override:
- ./gradlew assembleDebug -Pandroid.threadPoolSize=1 -Dorg.gradle.parallel=false -Dorg.gradle.jvmargs="-Xms512m -Xmx1024m" -Dorg.gradle.daemon=false -PdisablePreDex:
timeout: 1800
|
general:
artifacts:
- app/build/outputs/apk
machine:
environment:
GRADLE_OPTS: '-Dorg.gradle.jvmargs="-Xmx1536m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError"'
_JAVA_OPTIONS: "-Xms256m -Xmx1280m -XX:MaxPermSize=350m"
java:
version: oraclejdk8
dependencies:
cache_directories:
- ~/.android
- ~/android
pre:
- echo y | android update sdk --no-ui --all --filter "tool,extra-android-m2repository,extra-android-support,extra-google-google_play_services,extra-google-m2repository,android-25"
- echo y | android update sdk --no-ui --all --filter "build-tools-27.0.3"
override:
- echo override dependencies
test:
override:
- ./gradlew assembleDebug -PdisablePreDex:
timeout: 1800
|
Make Circle CI work using @mfretz's config
|
Make Circle CI work using @mfretz's config
|
YAML
|
mit
|
johnjohndoe/AntennaPod,johnjohndoe/AntennaPod,mfietz/AntennaPod,mfietz/AntennaPod,mfietz/AntennaPod,mfietz/AntennaPod,johnjohndoe/AntennaPod,johnjohndoe/AntennaPod
|
2b0725f486aecccc2e40f6f92cb82f3debdf998f
|
circle.yml
|
circle.yml
|
machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make SECURE_COMPARATOR=enable
- sudo make SECURE_COMPARATOR=enable install
- sudo make SECURE_COMPARATOR=enable themispp_install
- sudo make SECURE_COMPARATOR=enable pythemis_install
- sudo make SECURE_COMPARATOR=enable rubythemis_install
- sudo make SECURE_COMPARATOR=enable phpthemis_install
- make SECURE_COMPARATOR=enable test
- make SECURE_COMPARATOR=enable themispp_test
- make SECURE_COMPARATOR=enable test_all
## Customize test commands
test:
override:
- build/tests/soter_test
- build/tests/themis_test
- build/tests/themispp_test
- sudo /sbin/ldconfig
- build/tests/pythemis_test.sh
- sudo build/tests/rubythemis_test.sh
- build/tests/phpthemis_test.sh
- tests/check_ios_test.sh `tests/start_ios_test.sh`
# start Android emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
# wait for it to have booted
- circle-android wait-for-boot
# run Android tests
- ./gradlew connectedAndroidTest
|
machine:
environment:
ANDROID_NDK_ROOT: $ANDROID_NDK
## Customize dependencies
dependencies:
pre:
- sudo apt-get update && sudo apt-get install libssl-dev python3 python3-setuptools ruby
override:
- make SECURE_COMPARATOR=enable
- sudo make SECURE_COMPARATOR=enable install
- sudo make SECURE_COMPARATOR=enable themispp_install
- sudo make SECURE_COMPARATOR=enable pythemis_install
- sudo make SECURE_COMPARATOR=enable rubythemis_install
- sudo make SECURE_COMPARATOR=enable phpthemis_install
- make SECURE_COMPARATOR=enable test
- make SECURE_COMPARATOR=enable themispp_test
- make SECURE_COMPARATOR=enable test_all
## Customize test commands
test:
override:
- build/tests/soter_test
- build/tests/themis_test
- build/tests/themispp_test
- sudo /sbin/ldconfig
- build/tests/pythemis_test.sh
- sudo build/tests/rubythemis_test.sh
- build/tests/phpthemis_test.sh
# - tests/check_ios_test.sh `tests/start_ios_test.sh`
# start Android emulator
- emulator -avd circleci-android22 -no-audio -no-window:
background: true
# wait for it to have booted
- circle-android wait-for-boot
# run Android tests
- ./gradlew connectedAndroidTest
|
Add ThemisPP tests to CircleCI
|
Add ThemisPP tests to CircleCI
|
YAML
|
apache-2.0
|
mnaza/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,mnaza/themis,storojs72/themis,cossacklabs/themis,cossacklabs/themis,storojs72/themis,mnaza/themis,Lagovas/themis,cossacklabs/themis,mnaza/themis,storojs72/themis,cossacklabs/themis,mnaza/themis,cossacklabs/themis,storojs72/themis,cossacklabs/themis,mnaza/themis,Lagovas/themis,mnaza/themis,Lagovas/themis,Lagovas/themis,Lagovas/themis,mnaza/themis,storojs72/themis,cossacklabs/themis,storojs72/themis,storojs72/themis,cossacklabs/themis,storojs72/themis,Lagovas/themis,Lagovas/themis,mnaza/themis,cossacklabs/themis,cossacklabs/themis,Lagovas/themis,cossacklabs/themis,Lagovas/themis
|
7d79b9331f6b1cbd78e6d932af7457e93911d88a
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
# Run CI tests with pytest and update coverage to coveralls
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: [3.7, 3.9]
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r tests/requirements.txt
pip install -e .
- name: Test and coverage
run: pytest tests/ --cov=pysd
- name: Coveralls
if: ${{ matrix.python-version == 3.7 && matrix.os == 'ubuntu-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
|
# Run CI tests with pytest and update coverage to coveralls
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.7', '3.10']
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -r tests/requirements.txt
pip install -e .
- name: Test and coverage
run: pytest tests/ --cov=pysd
- name: Coveralls
if: ${{ matrix.python-version == 3.7 && matrix.os == 'ubuntu-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: coveralls --service=github
|
Modify newest Python version to test
|
Modify newest Python version to test
|
YAML
|
mit
|
JamesPHoughton/pysd
|
38d21c4e605a1f2edba7a60ca525c1cee7de2d5e
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
path: /opt/meza
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Install prerequisites
run: apt install -y git ansible
# - name: Clone Meza
# run: git clone https://github.com/freephile/meza /opt/meza
- name: Run "get meza"
run: bash /opt/meza/src/scripts/getmeza.sh
- name: Deploy monolith
run: meza deploy monolith
|
---
"on":
# Trigger the workflow on pushes to these branches
push:
branches:
- master
- 34.x
jobs:
one:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
# with:
# path: /opt/meza
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Install prerequisites
run: apt install -y git ansible
- name: Clone Meza
run: git clone https://github.com/freephile/meza /opt/meza
- name: Run "get meza"
run: bash /opt/meza/src/scripts/getmeza.sh
- name: Deploy monolith
run: meza deploy monolith
|
Replace action to use git clone
|
Replace action to use git clone
|
YAML
|
unknown
|
freephile/meza,freephile/meza,freephile/qb,freephile/qb,freephile/meza,freephile/meza,freephile/qb
|
8f8e024dcdce5f3b72491ebb58af9197ad3e0cda
|
circle.yml
|
circle.yml
|
machine:
python:
version: 3.5.2
test:
override:
- pytest
|
machine:
python:
version: 3.5.2
test:
override:
- mkdir -p $CIRCLE_TEST_REPORTS/pytest
- pytest --junitxml=$CIRCLE_TEST_REPORTS/pytest/junit.xml
|
Add Test Summary to CircleCI
|
Add Test Summary to CircleCI
|
YAML
|
bsd-3-clause
|
rockymeza/ymrj,rockymeza/ymrj
|
176960c0b89741f3c3e4919db006615ea35a1f68
|
metadata/info.kesavan.malartoon.yml
|
metadata/info.kesavan.malartoon.yml
|
Categories:
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/kesavanm/malartoon
IssueTracker: https://github.com/kesavanm/malartoon/issues
AutoName: Malar Toon
Description: |-
Picks cartoon from Dinamalar daily, a leading news portal in Tamil from India.
Has option to view current day cartoon as well as random cartoon
RepoType: git
Repo: https://github.com/kesavanm/malartoon.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 16c249e86269b1694e42e001eed5411e39173186
subdir: MalarToon/MalarToon
gradle:
- yes
- versionName: '1.2'
versionCode: 2
commit: 9a85708ab5a23b6c69eb8a6d020f604517470e4b
subdir: MalarToon/MalarToon
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.2'
CurrentVersionCode: 2
|
Categories:
- Multimedia
License: GPL-3.0-or-later
SourceCode: https://github.com/kesavanm/malartoon
IssueTracker: https://github.com/kesavanm/malartoon/issues
AutoName: Malar Toon
Description: |-
Picks cartoon from Dinamalar daily, a leading news portal in Tamil from India.
Has option to view current day cartoon as well as random cartoon
RepoType: git
Repo: https://github.com/kesavanm/malartoon.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 16c249e86269b1694e42e001eed5411e39173186
subdir: MalarToon/MalarToon
gradle:
- yes
- versionName: '1.2'
versionCode: 2
commit: 9a85708ab5a23b6c69eb8a6d020f604517470e4b
subdir: MalarToon/MalarToon
gradle:
- yes
ArchivePolicy: 0 versions
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.2'
CurrentVersionCode: 2
|
Move Malar Toon to the archive
|
Move Malar Toon to the archive
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
194f69f83b0678ec80573561b154fda6ab863c28
|
packages/vp/vpq.yaml
|
packages/vp/vpq.yaml
|
homepage: ''
changelog-type: ''
hash: 892abe07e9a5c2a8a7f2d8912fef7d16b9312b5cc267f5c8cc5a2883bee947c8
test-bench-deps:
vpq: -any
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.3'
tasty: ! '>=1.0'
maintainer: [email protected]
synopsis: Priority queue based on vector
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
util: ! '>=0.1.7 && <0.8'
primitive: ! '>=0.5 && <0.7'
vector: ! '>=0.12 && <0.13'
all-versions:
- '0.1.0.0'
author: M Farkas-Dyck
latest: '0.1.0.0'
description-type: markdown
description: ! '# vpq
'
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 0bce83af1113ebc19559b98b602795785945626cf226d6638d0f3dbadcc6969b
test-bench-deps:
vpq: -any
tasty-smallcheck: ! '>=0.8'
base: ! '>=4.11 && <5'
smallcheck: ! '>=1.1.3'
tasty: ! '>=1.0'
maintainer: [email protected]
synopsis: Priority queue based on vector
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
util: ! '>=0.1.7 && <0.2'
primitive: ! '>=0.5 && <0.7'
vector: ! '>=0.12 && <0.13'
all-versions:
- '0.1.0.0'
author: M Farkas-Dyck
latest: '0.1.0.0'
description-type: markdown
description: ! '# vpq
'
license-name: BSD3
|
Update from Hackage at 2018-05-09T03:45:08Z
|
Update from Hackage at 2018-05-09T03:45:08Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
401a16a9dde29a3f2ff6a3ee18d39d82984abb59
|
extension/edge-service/src/main/resources/application.yaml
|
extension/edge-service/src/main/resources/application.yaml
|
server:
port: 8082
eureka:
instance:
hostname: edgeservice
client:
healthcheck:
enabled: true
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://discovery:8761/eureka/
endpoints:
info:
enabled: true
zuul:
routes:
eventservice:
path: /eventservice/**
url: http://eventservice:8081
simpleprocess:
path: /simpleprocess/**
url: http://simpleprocess:9998
trivialprocess:
path: /trivialprocess/**
url: http://trivialprocess:9999
|
server:
port: 8082
eureka:
instance:
hostname: edgeservice
client:
healthcheck:
enabled: true
registerWithEureka: true
fetchRegistry: true
serviceUrl:
defaultZone: http://discovery:8761/eureka/
endpoints:
info:
enabled: true
zuul:
routes:
eventservice:
path: /eventservice/**
serviceId: eventService
simpleprocess:
path: /simpleprocess/**
serviceId: simpleEngine
trivialprocess:
path: /trivialprocess/**
serviceId: trivialEngine
|
Make zuul talk to eureka for static path
|
Make zuul talk to eureka for static path
|
YAML
|
apache-2.0
|
holisticon/camunda-bpm-cloud,holisticon/camunda-bpm-cloud
|
829b64ab8c0db34c8c3e8fe5ec7a83f826233be2
|
circle.yml
|
circle.yml
|
version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
name: Setup emulator
command: sdkmanager "system-images;android-22;default;armeabi-v7a" && avdmanager list avd && (echo "no" | avdmanager create avd -n test -k "system-images;android-22;default;armeabi-v7a") &
- run:
name: Download Dependencies
command: ./gradlew androidDependencies
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
name: Run Tests
command: adb devices && ./gradlew check :demo:connectedAndroidTest
- store_artifacts:
path: library/build/reports
destination: reports
- store_test_results:
path: library/build/test-results
|
version: 2
jobs:
build:
working_directory: ~/code
docker:
- image: circleci/android:api-26-alpha
environment:
JVM_OPTS: -Xmx3200m
steps:
- checkout
- restore_cache:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
name: Setup emulator
command: sdkmanager "system-images;android-22;default;armeabi-v7a" && echo "no" | avdmanager create avd -n test -k "system-images;android-22;default;armeabi-v7a" && avdmanager list avd && (emulator64-arm -avd test -noaudio -no-boot-anim -no-window -accel on) &
- run:
name: Download Dependencies
command: ./gradlew androidDependencies
- save_cache:
paths:
- ~/.gradle
key: jars-{{ checksum "build.gradle" }}-{{ checksum "library/build.gradle" }}
- run:
name: Run Tests
command: adb devices && ./gradlew check :demo:connectedAndroidTest
- store_artifacts:
path: library/build/reports
destination: reports
- store_test_results:
path: library/build/test-results
|
Correct emulator command in CircleCI
|
Correct emulator command in CircleCI
|
YAML
|
mit
|
thyrlian/AwesomeValidation,thyrlian/AwesomeValidation
|
3c0a3b97dc93186d6e3e1eff3d38d27ed7b64e82
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11 ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B verify -DskipTests
|
name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
ci:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11, 17 ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build with Maven
# In order to support Windows PowerShell, a space between -D property=true is required.
run: mvn -B verify -D maven.test.skip.exec=true
|
Add LTS JDK 17 to the matrix; change skipping tests completely to only skip execution; restrict GH Actions permissions to bare minimum
|
CI: Add LTS JDK 17 to the matrix; change skipping tests completely to only skip execution; restrict GH Actions permissions to bare minimum
|
YAML
|
apache-2.0
|
pferraro/JGroups,pferraro/JGroups,belaban/JGroups,rhusar/JGroups,pferraro/JGroups,belaban/JGroups,rhusar/JGroups,belaban/JGroups,rhusar/JGroups
|
b1b3860c1f746d87e555bf65cb0a6517d4b6a750
|
aws/cloud-config.yml
|
aws/cloud-config.yml
|
#cloud-config
hostname: hither
coreos:
update:
reboot-strategy: best-effort
units:
- name: hither.service
command: start
content: |
[Unit]
Description=Hither container
After=docker.service
[Service]
Restart=always
ExecStart=/home/core/run-hither
ExecStop=/usr/bin/docker stop -t 5 hither
[Install]
WantedBy=local.target
write_files:
- path: /opt/hither/run-hither
permissions: 0755
content: |
#!/bin/bash
/usr/bin/docker start -a hither || /usr/bin/docker run --env-file=/opt/hither/env -p 80:9000 -v /opt/hither/localRegistry:/opt/hither/localRegistry --name hither wiredthing/hither:latest
- path: /opt/hither/env
permissions: 0755
content: |
registry.index=/opt/hither/localRegistry/index
registry.root=/opt/hither/localRegistry/registry
registry.cache.root=/opt/hither/localRegistry/cache
|
#cloud-config
hostname: hither
coreos:
update:
reboot-strategy: best-effort
units:
- name: hither.service
command: start
content: |
[Unit]
Description=Hither container
After=docker.service
[Service]
Restart=always
ExecStart=/home/core/run-hither
ExecStop=/usr/bin/docker stop -t 5 hither
[Install]
WantedBy=local.target
write_files:
- path: /opt/hither/run-hither
permissions: 0755
content: |
#!/bin/bash
/usr/bin/docker start -a hither || /usr/bin/docker run --env-file=/opt/hither/env -p 80:9000 -v /opt/hither/localRegistry:/opt/hither/localRegistry --name hither wiredthing/hither:latest
- path: /opt/hither/env
permissions: 0755
content: |
registry.index=/opt/hither/localRegistry/index
registry.root=/opt/hither/localRegistry/registry
registry.cache.root=/opt/hither/localRegistry/cache
pidfile.path=/dev/null
|
Set the pidfile.path to /dev/null to stop Play from writing the pidfile. This will ensure that if play crashes and systemd restarts it it won’t fail due to the PIDFILE being left behind.
|
Set the pidfile.path to /dev/null to stop Play from writing the pidfile. This will ensure that if play crashes and systemd restarts it it won’t fail due to the PIDFILE being left behind.
|
YAML
|
mit
|
WiredThing/hither,WiredThing/hither,WiredThing/hither
|
97cf3856e9a35f82d514b4d3838aec6e055f5b89
|
docs.yaml
|
docs.yaml
|
title: Java Driver for Apache Cassandra
summary: High performance Java client for Apache Cassandra
homepage: http://docs.datastax.com/en/developer/java-driver
theme: datastax
sections:
- title: Manual
prefix: /manual
sources:
- type: markdown
files: 'manual/**/*.md'
- title: Changelog
prefix: /changelog
sources:
- type: markdown
files: 'changelog/**/*.md'
- title: Upgrading
prefix: /upgrade_guide
sources:
- type: markdown
files: 'upgrade_guide/**/*.md'
- title: FAQ
prefix: /faq
sources:
- type: markdown
files: 'faq/**/*.md'
links:
- title: Code
href: https://github.com/datastax/java-driver/
- title: Docs
href: http://docs.datastax.com/en/developer/java-driver
- title: Issues
href: https://datastax-oss.atlassian.net/browse/JAVA/
- title: Mailing List
href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user
- title: Releases
href: https://github.com/datastax/java-driver/releases
api_docs:
4.0: http://docs.datastax.com/en/drivers/java/4.0
versions:
- name: '4.0'
ref: '4.x'
|
title: Java Driver for Apache Cassandra™
summary: High performance Java client for Apache Cassandra™
homepage: http://docs.datastax.com/en/developer/java-driver
theme: datastax
sections:
- title: Manual
prefix: /manual
sources:
- type: markdown
files: 'manual/**/*.md'
- title: Changelog
prefix: /changelog
sources:
- type: markdown
files: 'changelog/**/*.md'
- title: Upgrading
prefix: /upgrade_guide
sources:
- type: markdown
files: 'upgrade_guide/**/*.md'
- title: FAQ
prefix: /faq
sources:
- type: markdown
files: 'faq/**/*.md'
links:
- title: Code
href: https://github.com/datastax/java-driver/
- title: Docs
href: http://docs.datastax.com/en/developer/java-driver
- title: Issues
href: https://datastax-oss.atlassian.net/browse/JAVA/
- title: Mailing List
href: https://groups.google.com/a/lists.datastax.com/forum/#!forum/java-driver-user
- title: Releases
href: https://github.com/datastax/java-driver/releases
api_docs:
4.0: http://docs.datastax.com/en/drivers/java/4.0
versions:
- name: '4.0'
ref: '4.x'
|
Add trademarks in doc title and summary
|
Add trademarks in doc title and summary
|
YAML
|
apache-2.0
|
datastax/java-driver,datastax/java-driver
|
1ccdd852e5eba43111340df7c5fa33717f2ae61c
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Android app
run: bazel build android_example:lyra_android_example --config=android_arm64 --copt=-DBENCHMARK
|
on: [push, pull_request]
jobs:
android-bin:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: bazel build -c opt :encoder_main --config=android_arm64
- run: bazel build -c opt :decoder_main --config=android_arm64
android-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build Android app
run: bazel build android_example:lyra_android_example --config=android_arm64 --copt=-DBENCHMARK
- name: Upload Android APK as artifact
uses: actions/upload-artifact@v2
if: github.repository_owner == 'google'
with:
path: bazel-bin/android_example/lyra_android_example.apk
|
Add step that uploads Android APK as artifact
|
CI: Add step that uploads Android APK as artifact
|
YAML
|
apache-2.0
|
google/lyra,google/lyra
|
d08d932ae9948265de3659d49a10581f52f6ebbd
|
circle.yml
|
circle.yml
|
deployment:
staging:
branch: master
heroku:
appname: funstructor
|
machine:
java:
version: oraclejdk8
deployment:
staging:
branch: master
heroku:
appname: funstructor
|
Use Oracle JDK8 for CircleCI
|
Use Oracle JDK8 for CircleCI
|
YAML
|
epl-1.0
|
split-brain/funstructor,split-brain/funstructor
|
19c6636cd60d2859513672f5e6b3840c39b437a3
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Test with Rust ${{ matrix.rust }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [1.41.1, stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- run: cargo test --verbose --all-features
- run: cargo test --verbose --no-default-features --features alloc
- run: cargo test --verbose --no-default-features
clippy:
name: Lint with Clippy
runs-on: ubuntu-latest
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- run: cargo clippy --all-targets --verbose --no-default-features
- run: cargo clippy --all-targets --verbose --all-features
test-minimal:
name: Test minimal dependency version with Rust nightly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
- run: cargo test -Zminimal-versions --verbose --all-features
|
name: CI
on:
pull_request:
push:
branches:
- master
jobs:
test:
name: Test with Rust ${{ matrix.rust }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [1.41.1, stable, beta, nightly]
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- run: cargo test --verbose --all-features
- run: cargo test --verbose --no-default-features --features alloc
- run: cargo test --verbose --no-default-features
clippy:
name: Lint with Clippy
runs-on: ubuntu-latest
env:
RUSTFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- run: cargo clippy --all-targets --verbose --no-default-features
- run: cargo clippy --all-targets --verbose --all-features
test-minimal:
name: Test minimal dependency version with Rust nightly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hecrj/setup-rust-action@v1
with:
rust-version: nightly
- run: cargo test -Zminimal-versions --verbose --all-features
miri:
name: Run tests under `miri` to check for UB
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
components: miri
- run: cargo miri test --all-features
|
Add Miri to GitHub CI
|
Add Miri to GitHub CI
|
YAML
|
apache-2.0
|
tomprogrammer/rust-ascii
|
cc4a5a353ba6aa7815391f6b5de68b1d53b932dc
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build Go package (release snapshot)
run: ./build --snapsot
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build Go package (snapshot)
run: ./build --snapshot
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
- name: Run unit tests
run: ./test_unit
- name: Run acceptance tests
run: ./test_acceptance
- name: Validate installation script
run: ./bin/installer-test --ubuntu-20.04
|
name: CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Build Go package (release snapshot)
run: ./build --snapshot
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
- name: Build Go package (snapshot)
run: ./build --snapshot
if: ${{ ! startsWith(github.ref, 'refs/tags/v') }}
- name: Run unit tests
run: ./test_unit
- name: Run acceptance tests
run: ./test_acceptance
- name: Validate installation script
run: ./bin/installer-test --ubuntu-20.04
|
Fix param in CI GitHub Action
|
Fix param in CI GitHub Action
|
YAML
|
mit
|
conjurinc/summon,conjurinc/summon,conjurinc/summon
|
c29fd6b9d3e31738710b9add53836dd3d9769f9a
|
recipes/supersmoother/meta.yaml
|
recipes/supersmoother/meta.yaml
|
{% set name = "supersmoother" %}
{% set version = "0.4" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "aeef4e1b00c32316d624ea7e3ac87c244bf2e59abbb6c042e7791f69ae0669cb"
build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python
run:
- python
- numpy
- scipy
test:
imports:
- supersmoother
- supersmoother.tests
about:
home: "http://github.com/jakevdp/supersmoother"
license: "BSD 2-Clause"
license_family: "BSD"
license_file: "LICENSE"
summary: "Python implementation of Friedman's Supersmoother"
doc_url: "https://github.com/jakevdp/supersmoother/blob/master/README.md"
dev_url: "https://github.com/jakevdp/supersmoother"
extra:
recipe-maintainers:
- cbcunc
|
{% set name = "supersmoother" %}
{% set version = "0.4" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: "aeef4e1b00c32316d624ea7e3ac87c244bf2e59abbb6c042e7791f69ae0669cb"
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python
run:
- python
- numpy
- scipy
test:
imports:
- supersmoother
about:
home: "http://github.com/jakevdp/supersmoother"
license: "BSD 2-Clause"
license_family: "BSD"
license_file: "LICENSE"
summary: "Python implementation of Friedman's Supersmoother"
doc_url: "https://github.com/jakevdp/supersmoother/blob/master/README.md"
dev_url: "https://github.com/jakevdp/supersmoother"
extra:
recipe-maintainers:
- cbcunc
|
Add noarch and remove import of tests package
|
Add noarch and remove import of tests package
|
YAML
|
bsd-3-clause
|
stuertz/staged-recipes,birdsarah/staged-recipes,kwilcox/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,ReimarBauer/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes,petrushy/staged-recipes,asmeurer/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,synapticarbors/staged-recipes,kwilcox/staged-recipes,mcs07/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,stuertz/staged-recipes,igortg/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,synapticarbors/staged-recipes,johanneskoester/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,dschreij/staged-recipes,patricksnape/staged-recipes,johanneskoester/staged-recipes,birdsarah/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,hadim/staged-recipes,mcs07/staged-recipes,Juanlu001/staged-recipes,chrisburr/staged-recipes
|
d317cea826ad8021e2ec979fb596bebae66cc83e
|
.forestry/front_matter/templates/team.yml
|
.forestry/front_matter/templates/team.yml
|
---
pages:
- _team/martin-murphy.markdown
- _team/daniel-walsh.markdown
- _team/cody-winton.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Title
type: text
hidden: false
default: ''
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: tags
label: Tags
type: tag_list
hidden: false
default: ''
- name: position
label: Position
type: text
hidden: false
default: ''
- name: image
label: Image
type: text
hidden: false
default:
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
- name: is_board_member
label: Is board member
type: boolean
hidden: false
default: false
- name: is_teacher
label: Is teacher
type: boolean
hidden: false
default: false
- name: layout
label: Layout
type: text
hidden: false
default: page
|
---
pages:
- _team/martin-murphy.markdown
- _team/daniel-walsh.markdown
- _team/cody-winton.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Name
type: text
hidden: false
default: ''
description: e.g. John Smith
config:
required: true
- name: date
label: Date
type: datetime
hidden: false
default: ''
- name: tags
label: Tags
type: tag_list
hidden: false
default: ''
- name: position
label: Position
type: text
hidden: false
default: ''
- name: image
label: Image
type: text
hidden: false
default:
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
- name: is_board_member
label: Is board member
type: boolean
hidden: false
default: false
- name: is_teacher
label: Is teacher
type: boolean
hidden: false
default: false
- name: layout
label: Layout
type: text
hidden: false
default: page
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io
|
657f512bdff6f5de42b9cf2d4579803a9561d7e4
|
.forestry/front_matter/templates/work.yml
|
.forestry/front_matter/templates/work.yml
|
---
pages:
- _work/tropically-bohemian.markdown
- _work/puttin-on-the-ritz.markdown
- _work/olivia-joy-photography.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Work Title
type: text
hidden: false
default: ''
description: e.g. Meals OnCol
config:
required: true
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
description: e.g. Meals for patients
- name: date
label: Work Date
type: datetime
hidden: false
default: ''
description: When did this project complete?
config:
time_format: " "
- type: tag_list
label: Categories
name: categories
description: Food, Home Decor, etc.
- type: image_gallery
name: images
label: Gallery
description: Portfolio of the work done
- type: textarea
name: testimonial
label: Testimonial
description: Quote from the client
config:
wysiwyg: true
schema:
format: markdown
- type: field_group_list
name: profiles
label: Profiles
fields:
- type: text
name: title
label: Title
config:
required: true
- type: text
name: url
label: URL
config:
required: true
|
---
pages:
- _work/tropically-bohemian.markdown
- _work/puttin-on-the-ritz.markdown
- _work/olivia-joy-photography.markdown
hide_body: false
is_partial: false
fields:
- name: title
label: Work Title
type: text
hidden: false
default: ''
description: e.g. Meals OnCol
config:
required: true
- name: subtitle
label: Subtitle
type: text
hidden: false
default:
description: e.g. Meals for patients
- name: date
label: Work Date
type: datetime
hidden: false
default: ''
description: When did this project complete?
config:
time_format: " "
- type: tag_list
label: Categories
name: categories
description: Food, Home Decor, etc.
- type: image_gallery
name: images
label: Gallery
description: Portfolio of the work done
- type: textarea
name: testimonial
label: Testimonial
description: Quote from the client
config:
wysiwyg: true
schema:
format: markdown
- type: field_group_list
name: profiles
label: Client Profiles
fields:
- type: text
name: title
label: Title
config:
required: true
- type: text
name: url
label: URL
config:
required: true
description: Website, Facebook, etc.
config:
labelField: title
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
sarahwintondesign/sarahwintondesign.github.io,sarahwintondesign/sarahwintondesign.github.io
|
823ea026125a887c065fe960f58136d0585bf633
|
recipes/perl-test-nowarnings/meta.yaml
|
recipes/perl-test-nowarnings/meta.yaml
|
package:
name: perl-test-nowarnings
version: "1.04"
source:
fn: Test-NoWarnings-1.04.tar.gz
url: http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
md5: 682ed043f7d3e38f3dfd8745fd21c49a
build:
number: 0
skip: True # [osx]
requirements:
build:
- perl-threaded
run:
- perl-threaded
# When called with 'use', package does an automatic test and exits nonzero.
# Use 'require' in run_test.pl instead to get expected behavior for testing.
about:
home: https://metacpan.org/pod/Test::NoWarnings
license: open_source
summary: Make sure you didn't emit any warnings while testing
|
package:
name: perl-test-nowarnings
version: "1.04"
source:
fn: Test-NoWarnings-1.04.tar.gz
url: http://cpan.metacpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-1.04.tar.gz
md5: 682ed043f7d3e38f3dfd8745fd21c49a
build:
number: 1
requirements:
build:
- perl-threaded
run:
- perl-threaded
# When called with 'use', package does an automatic test and exits nonzero.
# Use 'require' in run_test.pl instead to get expected behavior for testing.
about:
home: https://metacpan.org/pod/Test::NoWarnings
license: open_source
summary: Make sure you didn't emit any warnings while testing
|
Add OSX build for Perl Test::NoWarnings
|
Add OSX build for Perl Test::NoWarnings
|
YAML
|
mit
|
bow/bioconda-recipes,guowei-he/bioconda-recipes,gvlproject/bioconda-recipes,phac-nml/bioconda-recipes,lpantano/recipes,martin-mann/bioconda-recipes,abims-sbr/bioconda-recipes,xguse/bioconda-recipes,HassanAmr/bioconda-recipes,daler/bioconda-recipes,keuv-grvl/bioconda-recipes,JenCabral/bioconda-recipes,bow/bioconda-recipes,zachcp/bioconda-recipes,yesimon/bioconda-recipes,ostrokach/bioconda-recipes,colinbrislawn/bioconda-recipes,HassanAmr/bioconda-recipes,keuv-grvl/bioconda-recipes,acaprez/recipes,saketkc/bioconda-recipes,ThomasWollmann/bioconda-recipes,ivirshup/bioconda-recipes,blankenberg/bioconda-recipes,gregvonkuster/bioconda-recipes,rob-p/bioconda-recipes,lpantano/recipes,cokelaer/bioconda-recipes,chapmanb/bioconda-recipes,saketkc/bioconda-recipes,npavlovikj/bioconda-recipes,chapmanb/bioconda-recipes,CGATOxford/bioconda-recipes,oena/bioconda-recipes,peterjc/bioconda-recipes,mcornwell1957/bioconda-recipes,ivirshup/bioconda-recipes,zachcp/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,roryk/recipes,blankenberg/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,daler/bioconda-recipes,pinguinkiste/bioconda-recipes,dmaticzka/bioconda-recipes,Luobiny/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,joachimwolff/bioconda-recipes,roryk/recipes,Luobiny/bioconda-recipes,ivirshup/bioconda-recipes,daler/bioconda-recipes,yesimon/bioconda-recipes,colinbrislawn/bioconda-recipes,gregvonkuster/bioconda-recipes,ivirshup/bioconda-recipes,rvalieris/bioconda-recipes,martin-mann/bioconda-recipes,bow/bioconda-recipes,cokelaer/bioconda-recipes,HassanAmr/bioconda-recipes,dmaticzka/bioconda-recipes,abims-sbr/bioconda-recipes,bioconda/bioconda-recipes,mcornwell1957/bioconda-recipes,rob-p/bioconda-recipes,chapmanb/bioconda-recipes,keuv-grvl/bioconda-recipes,dkoppstein/recipes,acaprez/recipes,zwanli/bioconda-recipes,gvlproject/bioconda-recipes,oena/bioconda-recipes,abims-sbr/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,omicsnut/bioconda-recipes,abims-sbr/bioconda-recipes,omicsnut/bioconda-recipes,joachimwolff/bioconda-recipes,gregvonkuster/bioconda-recipes,guowei-he/bioconda-recipes,ThomasWollmann/bioconda-recipes,joachimwolff/bioconda-recipes,dmaticzka/bioconda-recipes,ivirshup/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,xguse/bioconda-recipes,zwanli/bioconda-recipes,jasper1918/bioconda-recipes,rvalieris/bioconda-recipes,yesimon/bioconda-recipes,cokelaer/bioconda-recipes,keuv-grvl/bioconda-recipes,gregvonkuster/bioconda-recipes,dmaticzka/bioconda-recipes,ivirshup/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,bebatut/bioconda-recipes,bow/bioconda-recipes,mdehollander/bioconda-recipes,peterjc/bioconda-recipes,zwanli/bioconda-recipes,zwanli/bioconda-recipes,daler/bioconda-recipes,joachimwolff/bioconda-recipes,matthdsm/bioconda-recipes,phac-nml/bioconda-recipes,peterjc/bioconda-recipes,ostrokach/bioconda-recipes,martin-mann/bioconda-recipes,keuv-grvl/bioconda-recipes,rvalieris/bioconda-recipes,bioconda/recipes,JenCabral/bioconda-recipes,peterjc/bioconda-recipes,dmaticzka/bioconda-recipes,roryk/recipes,zachcp/bioconda-recipes,oena/bioconda-recipes,mcornwell1957/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,mdehollander/bioconda-recipes,CGATOxford/bioconda-recipes,lpantano/recipes,JenCabral/bioconda-recipes,hardingnj/bioconda-recipes,jfallmann/bioconda-recipes,peterjc/bioconda-recipes,ostrokach/bioconda-recipes,rvalieris/bioconda-recipes,Luobiny/bioconda-recipes,npavlovikj/bioconda-recipes,matthdsm/bioconda-recipes,zachcp/bioconda-recipes,shenwei356/bioconda-recipes,JenCabral/bioconda-recipes,ThomasWollmann/bioconda-recipes,gvlproject/bioconda-recipes,saketkc/bioconda-recipes,xguse/bioconda-recipes,joachimwolff/bioconda-recipes,saketkc/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,omicsnut/bioconda-recipes,pinguinkiste/bioconda-recipes,hardingnj/bioconda-recipes,colinbrislawn/bioconda-recipes,shenwei356/bioconda-recipes,guowei-he/bioconda-recipes,CGATOxford/bioconda-recipes,rob-p/bioconda-recipes,pinguinkiste/bioconda-recipes,omicsnut/bioconda-recipes,phac-nml/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,acaprez/recipes,oena/bioconda-recipes,xguse/bioconda-recipes,zwanli/bioconda-recipes,omicsnut/bioconda-recipes,lpantano/recipes,ThomasWollmann/bioconda-recipes,rvalieris/bioconda-recipes,mdehollander/bioconda-recipes,mcornwell1957/bioconda-recipes,dmaticzka/bioconda-recipes,HassanAmr/bioconda-recipes,keuv-grvl/bioconda-recipes,JenCabral/bioconda-recipes,rvalieris/bioconda-recipes,guowei-he/bioconda-recipes,CGATOxford/bioconda-recipes,jasper1918/bioconda-recipes,oena/bioconda-recipes,bioconda/recipes,zwanli/bioconda-recipes,shenwei356/bioconda-recipes,daler/bioconda-recipes,ostrokach/bioconda-recipes,ThomasWollmann/bioconda-recipes,acaprez/recipes,yesimon/bioconda-recipes,pinguinkiste/bioconda-recipes,HassanAmr/bioconda-recipes,saketkc/bioconda-recipes,instituteofpathologyheidelberg/bioconda-recipes,peterjc/bioconda-recipes,jasper1918/bioconda-recipes,bioconda/bioconda-recipes,blankenberg/bioconda-recipes,rob-p/bioconda-recipes,abims-sbr/bioconda-recipes,chapmanb/bioconda-recipes,jasper1918/bioconda-recipes,bioconda/bioconda-recipes,dkoppstein/recipes,saketkc/bioconda-recipes,mcornwell1957/bioconda-recipes,JenCabral/bioconda-recipes,bebatut/bioconda-recipes,joachimwolff/bioconda-recipes,ostrokach/bioconda-recipes,colinbrislawn/bioconda-recipes,jfallmann/bioconda-recipes,bebatut/bioconda-recipes,hardingnj/bioconda-recipes,bebatut/bioconda-recipes,shenwei356/bioconda-recipes,blankenberg/bioconda-recipes,guowei-he/bioconda-recipes,HassanAmr/bioconda-recipes,CGATOxford/bioconda-recipes,BIMSBbioinfo/bioconda-recipes,pinguinkiste/bioconda-recipes,matthdsm/bioconda-recipes,matthdsm/bioconda-recipes,jfallmann/bioconda-recipes,martin-mann/bioconda-recipes,mdehollander/bioconda-recipes,bow/bioconda-recipes,colinbrislawn/bioconda-recipes,ThomasWollmann/bioconda-recipes,Luobiny/bioconda-recipes,phac-nml/bioconda-recipes,bioconda/recipes,jasper1918/bioconda-recipes,colinbrislawn/bioconda-recipes,hardingnj/bioconda-recipes,matthdsm/bioconda-recipes,daler/bioconda-recipes,gvlproject/bioconda-recipes,gvlproject/bioconda-recipes,abims-sbr/bioconda-recipes,dkoppstein/recipes,phac-nml/bioconda-recipes,jfallmann/bioconda-recipes,chapmanb/bioconda-recipes,pinguinkiste/bioconda-recipes,mdehollander/bioconda-recipes,martin-mann/bioconda-recipes,npavlovikj/bioconda-recipes,bow/bioconda-recipes,cokelaer/bioconda-recipes,npavlovikj/bioconda-recipes,ostrokach/bioconda-recipes,matthdsm/bioconda-recipes,xguse/bioconda-recipes,CGATOxford/bioconda-recipes,mdehollander/bioconda-recipes,hardingnj/bioconda-recipes,bioconda/bioconda-recipes,gvlproject/bioconda-recipes
|
f20b8fad8e28377d3e1b8a1288a7657ce6b17279
|
metadata/com.github.niqdev.ipcam.yml
|
metadata/com.github.niqdev.ipcam.yml
|
Categories:
- Internet
License: MIT
AuthorName: niqdev
AuthorEmail: [email protected]
SourceCode: https://github.com/niqdev/ipcam-view
IssueTracker: https://github.com/niqdev/ipcam-view/issues
AutoName: IPCam Demo
Description: |-
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with
current features handle basic authentication, multiple camera in one activity
and take snapshots.
RepoType: git
Repo: https://github.com/niqdev/ipcam-view.git
Builds:
- versionName: 1.7.0
versionCode: 10
commit: v1.7.0
subdir: app
gradle:
- yes
scandelete:
- mjpeg-view/src/main/jniLibs
- versionName: 1.8.0
versionCode: 11
commit: v1.8.0
subdir: app
gradle:
- yes
scandelete:
- mjpeg-view/src/main/jniLibs
- versionName: 1.9.0
versionCode: 12
commit: v1.9.0
subdir: app
gradle:
- yes
scandelete:
- mjpeg-view/src/main/jniLibs
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.7.0
CurrentVersionCode: 10
|
Categories:
- Internet
License: MIT
AuthorName: niqdev
AuthorEmail: [email protected]
SourceCode: https://github.com/niqdev/ipcam-view
IssueTracker: https://github.com/niqdev/ipcam-view/issues
AutoName: IPCam Demo
Description: |-
Demo app for the [https://github.com/niqdev/ipcam-view ipcam-view library] with
current features handle basic authentication, multiple camera in one activity
and take snapshots.
RepoType: git
Repo: https://github.com/niqdev/ipcam-view.git
Builds:
- versionName: 1.7.0
versionCode: 10
commit: v1.7.0
subdir: app
gradle:
- yes
scandelete:
- mjpeg-view/src/main/jniLibs
- versionName: 1.8.0
versionCode: 11
commit: v1.8.0
subdir: app
gradle:
- yes
scandelete:
- mjpeg-view/src/main/jniLibs
- versionName: 1.9.0
versionCode: 12
commit: v1.9.0
subdir: app
gradle:
- yes
scandelete:
- mjpeg-view/src/main/jniLibs
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.9.0
CurrentVersionCode: 12
|
Update CV of IPCam Demo to 1.9.0 (12)
|
Update CV of IPCam Demo to 1.9.0 (12)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
ee7de6ebd25a46128da0d2c60198f09e1d93ec31
|
reference.example.yml
|
reference.example.yml
|
# Logging settings
logging:
loggers:
org.apache.shiro: INFO
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# HTTP-specific options.
server:
applicationConnectors:
- type: http
port: 8081
idleTimeout: 10 seconds
adminConnectors:
- type: http
port: 8082
shiro:
iniConfigs: ["classpath:shiro_allow_all.ini"]
dataSourceFactory:
driverClass: com.mysql.jdbc.Driver
user: MYSQL_USER
password: MYSQl_PASSWORD
url: jdbc:mysql://127.0.0.1:3306/MYSQL_DB_NAME
flywayFactory:
locations: ["classpath:db.migration.common", "classpath:db.migration.mysql"]
# The URL to the Presto coordinator.
prestoCoordinator: http://presto-coordinator-url.com
|
# Logging settings
logging:
loggers:
org.apache.shiro: INFO
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# HTTP-specific options.
server:
# Must disable gzip as Jersey/gzip will buffer SSE events rather than send them to clients immediately
# Future: Integrate changes via enabling 'syncFlush' fix
# from https://github.com/dropwizard/dropwizard/issues/1673
gzip:
enabled: false
applicationConnectors:
- type: http
port: 8081
idleTimeout: 10 seconds
adminConnectors:
- type: http
port: 8082
shiro:
iniConfigs: ["classpath:shiro_allow_all.ini"]
dataSourceFactory:
driverClass: com.mysql.jdbc.Driver
user: MYSQL_USER
password: MYSQl_PASSWORD
url: jdbc:mysql://127.0.0.1:3306/MYSQL_DB_NAME
flywayFactory:
locations: ["classpath:db.migration.common", "classpath:db.migration.mysql"]
# The URL to the Presto coordinator.
prestoCoordinator: http://presto-coordinator-url.com
|
Disable server side gzip encoding. SSE events get inappropriately buffered.
|
Disable server side gzip encoding. SSE events get inappropriately buffered.
Upon later dropwizard upgrade we should consider a more fine tuned
approach using 'syncFlush=true' fix from dropwizard/dropwizard#1673.
|
YAML
|
apache-2.0
|
airbnb/airpal,airbnb/airpal,airbnb/airpal,airbnb/airpal
|
10994a8523bbbe07617b30d13bbe049135261239
|
.forestry/front_matter/templates/protip.yml
|
.forestry/front_matter/templates/protip.yml
|
---
label: protip
hide_body: false
fields:
- type: text
name: layout
label: layout
default: post
hidden: true
- type: text
name: title
label: Título
config:
required: true
- type: text
name: description
label: Subtítulo
description: max 70 char
config:
required: true
- type: datetime
name: date
label: date
- type: file
name: image
label: image
default: https://res.cloudinary.com/jesstemporal/image/upload/v1640360836/covers/pro_tip_voc9gk.png
- type: list
name: tags
label: tags
- type: boolean
name: comments
label: comments
default: true
pages:
- _posts/2017-12-30-python-virtual-environments-venv.md
- _posts/2018-01-07-choosing-a-jekyll-theme.md
- _posts/2019-03-16-playing-with-dockers-container-listing.md
- _posts/2019-04-03-copying-files-into-a-container.md
- _posts/2020-02-25-fixing-date-error-while-running-jekyll-on-macos-catalina.md
|
---
label: protip
hide_body: false
fields:
- type: text
name: layout
label: layout
default: post
hidden: true
- type: text
name: title
label: Título
config:
required: true
- type: text
name: description
label: Subtítulo
description: max 70 char
config:
required: true
- type: datetime
name: date
label: date
- type: file
name: image
label: image
default: https://res.cloudinary.com/jesstemporal/image/upload/v1640360836/covers/pro_tip_voc9gk.png
- name: lang
type: select
default: []
config:
required: true
options:
- en
- pt
source:
type: simple
section:
file:
path:
label: lang
- name: translated
type: text
config:
required: false
label: translated
- type: list
name: tags
label: tags
- type: boolean
name: comments
label: comments
default: true
pages:
- _posts/2017-12-30-python-virtual-environments-venv.md
- _posts/2018-01-07-choosing-a-jekyll-theme.md
- _posts/2019-03-16-playing-with-dockers-container-listing.md
- _posts/2019-04-03-copying-files-into-a-container.md
- _posts/2020-02-25-fixing-date-error-while-running-jekyll-on-macos-catalina.md
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
|
ef4ad3c7a80e537089e4aaafd0182bb20062706f
|
deployment/deploy.yml
|
deployment/deploy.yml
|
---
- hosts: gbm-server
remote_user: root
become: yes
become_method: su
become_user: gbm
tasks:
# download the application
- name: clone git repository
git:
repo: https://github.com/devinit/grand-bargain-monitoring.git
dest: /var/www/grand-bargain-monitoring
update: yes
version: dev
# create directory to store remote data in
- name: create remote data directory
file:
path: /var/www/grand-bargain-monitoring/data/remote
state: directory
# install requirements
- name: install pip requirements
pip:
requirements: /var/www/grand-bargain-monitoring/requirements.txt
virtualenv: /var/www/grand-bargain-monitoring/pyenv
virtualenv_python: python3
virtualenv_site_packages: no
# copy apache config file to correct location
# create remote data directory
# download remote data
# set up cron job to update remote data on regular basis
# clone, set-up and configure IATI-Stats fork
# clone, set-up and configure IATI-Dashboard fork
# run the app
|
---
- hosts: gbm-server
remote_user: root
become: yes
become_method: su
become_user: gbm
tasks:
# download the application
- name: clone git repository
git:
repo: https://github.com/devinit/grand-bargain-monitoring.git
dest: /var/www/grand-bargain-monitoring
update: yes
version: dev
# create directory to store remote data in
- name: create remote data directory
file:
path: /var/www/grand-bargain-monitoring/data/remote
state: directory
# install requirements
- name: install pip requirements
pip:
requirements: /var/www/grand-bargain-monitoring/requirements.txt
virtualenv: /var/www/grand-bargain-monitoring/pyenv
virtualenv_python: python3
virtualenv_site_packages: no
# copy apache config file to correct location
- name: copy apache2 config file
copy:
src: /var/www/grand-bargain-monitoring/deployment/apache2.conf
dest: /etc/apache2/sites-available/000-default.conf
owner: root
group: root
mode: 0644
# download remote data
# set up cron job to update remote data on regular basis
# clone, set-up and configure IATI-Stats fork
# clone, set-up and configure IATI-Dashboard fork
# run the app
|
Copy apache2 config file to correct location
|
Copy apache2 config file to correct location
|
YAML
|
mit
|
devinit/grand-bargain-monitoring,devinit/grand-bargain-monitoring,devinit/grand-bargain-monitoring
|
ee60e01b8b45720394ab1720aea31f0973a7c7cd
|
provisioning/roles/updatedb/defaults/main.yml
|
provisioning/roles/updatedb/defaults/main.yml
|
---
# Version of OMERO we're upgrading from
# Use omero_version from provisioning/vars.yml for new version
old_version: 5.4.6
old_underscore_version: "OMERO5.4__0"
# Is it a major update e.g. moving from 5.3 to 5.4
major_update: false
# Path to the SQL file that updates the OMERO schema
omero_update_patch: "{{ omero_home }}/{{ omero_server_link }}/sql/psql/{{ omero_underscore_version }}/{{ old_underscore_version }}.sql"
# File to capture the output of the SQL update update patch
omero_update_db_output: "{{ omero_home }}/omero.patch.{{ old_version }}_{{ omero_version }}.out.txt"
# Do we want to copy the config from the previous installation?
copy_config: true
# Path to the version we're upgrading from
# (Need this to copy over the config)
previous_installation: "{{ omero_home }}/OMERO.server-5.4.6-ice36-b87"
|
---
# Version of OMERO we're upgrading from
# Use omero_version from provisioning/vars.yml for new version
old_version: 5.4.9
old_underscore_version: "OMERO5.4__0"
# Is it a major update e.g. moving from 5.3 to 5.4
major_update: false
# Path to the SQL file that updates the OMERO schema
omero_update_patch: "{{ omero_home }}/{{ omero_server_link }}/sql/psql/{{ omero_underscore_version }}/{{ old_underscore_version }}.sql"
# File to capture the output of the SQL update update patch
omero_update_db_output: "{{ omero_home }}/omero.patch.{{ old_version }}_{{ omero_version }}.out.txt"
# Do we want to copy the config from the previous installation?
copy_config: true
# Path to the version we're upgrading from
# (Need this to copy over the config)
previous_installation: "{{ omero_home }}/OMERO.server-5.4.9-ice36-b101"
|
Change previous version variable in updatedb role to upgrade from 5.4.9 to 5.5.1
|
Change previous version variable in updatedb role to upgrade from 5.4.9 to 5.5.1
|
YAML
|
mit
|
JIC-CSB/omero-ansible
|
04a62976f168eefd1632aa9e0d90ae60ffc719dd
|
packages/pr/prettyprinter-lucid.yaml
|
packages/pr/prettyprinter-lucid.yaml
|
homepage: https://github.com/georgefst/prettyprinter-lucid
changelog-type: ''
hash: a21b23d58a082b7d054ab130307da4a35d7e705399a433f74c8e117ed08c1e0a
test-bench-deps: {}
maintainer: [email protected]
synopsis: A prettyprinter backend for lucid
changelog: ''
basic-deps:
lucid: ^>=2.9.12
base: ^>=4.12 || ^>=4.13 || ^>=4.14
text: ^>=1.2.3
prettyprinter: ^>=1.7.0
all-versions:
- 0.1.0.1
author: George Thomas
latest: 0.1.0.1
description-type: markdown
description: |
# Pretty HTML
This is just a tiny library enabling [lucid](https://hackage.haskell.org/package/lucid) to be used as a backend for [prettyprinter](https://hackage.haskell.org/package/prettyprinter). This makes it easy to programmatically generate HTML documents with complex nested styling.
license-name: BSD-3-Clause
|
homepage: https://github.com/georgefst/prettyprinter-lucid
changelog-type: ''
hash: 09b900bf57baf4211e9ee6092e93a8cdd172bc9508d0277e7049de20d3e1780b
test-bench-deps: {}
maintainer: [email protected]
synopsis: A prettyprinter backend for lucid
changelog: ''
basic-deps:
lucid: ^>=2.9.12 || ^>=2.10 || ^>=2.11
base: ^>=4.12 || ^>=4.13 || ^>=4.14 || ^>=4.15 || ^>=4.16
text: ^>=1.2.3 || ^>=2.0
prettyprinter: ^>=1.7.0
all-versions:
- 0.1.0.1
author: George Thomas
latest: 0.1.0.1
description-type: markdown
description: |
# Pretty HTML
This is just a tiny library enabling [lucid](https://hackage.haskell.org/package/lucid) to be used as a backend for [prettyprinter](https://hackage.haskell.org/package/prettyprinter). This makes it easy to programmatically generate HTML documents with complex nested styling.
license-name: BSD-3-Clause
|
Update from Hackage at 2022-01-06T17:58:25Z
|
Update from Hackage at 2022-01-06T17:58:25Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
244337ad1ee689f30ff580a7b625d645b5bc186a
|
actions/st2_prep_release_packages.meta.yaml
|
actions/st2_prep_release_packages.meta.yaml
|
---
name: st2_prep_release_packages
runner_type: mistral-v2
description: Prepare and test st2 packages for release
enabled: true
entry_point: workflows/st2_prep_release_packages.yaml
parameters:
version:
type: string
description: Version to use for the release. Should include the patch e.g. 0.1.0
required: true
test:
type: boolean
description: If true, then run e2e tests after packages are built.
default: true
workflow:
default: st2cd.st2_pkg_release.main
immutable: true
type: string
|
---
name: st2_prep_release_packages
runner_type: mistral-v2
description: Prepare and test st2 packages for release
enabled: true
entry_point: workflows/st2_prep_release_packages.yaml
parameters:
version:
type: string
description: Version to use for the release. Should include the patch e.g. 0.1.0
required: true
test:
type: boolean
description: If true, then run e2e tests after packages are built.
default: true
workflow:
default: st2cd.st2_prep_release_packages.main
immutable: true
type: string
|
Fix default workflow in st2_prep_release_packages
|
Fix default workflow in st2_prep_release_packages
|
YAML
|
apache-2.0
|
StackStorm/st2cd,StackStorm/st2cd
|
34a95b7e33376fa81deac91786f9b9f38902071b
|
jenkins/jobs/deb-openstack-pkg-tools.yaml
|
jenkins/jobs/deb-openstack-pkg-tools.yaml
|
- job:
name: pkgdeb-build-openstack-pkg-tools
node: debian-jessie
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp ${WORKSPACE}/build-tools/pkgos-infra-install-sbuild /usr/sbin
sudo chmod +x /usr/sbin/pkgos-infra-install-sbuild
sudo cp ${WORKSPACE}/build-tools/pkgos-infra-build-pkg /usr/bin
sudo chmod +x /usr/bin/pkgos-infra-build-pkg
sudo pkgos-infra-install-sbuild
- shell: |
#!/bin/bash
set -x
set -e
pkgos-infra-build-pkg
publishers:
- console-log
|
- job:
name: pkgdeb-build-openstack-pkg-tools
node: debian-jessie
wrappers:
- build-timeout:
timeout: 30
- timestamps
builders:
- gerrit-git-prep
- shell: |
#!/bin/bash
set -x
set -e
sudo cp ${WORKSPACE}/build-tools/pkgos-infra-install-sbuild /usr/sbin
sudo chmod +x /usr/sbin/pkgos-infra-install-sbuild
sudo cp ${WORKSPACE}/build-tools/pkgos-infra-build-pkg /usr/bin
sudo chmod +x /usr/bin/pkgos-infra-build-pkg
sudo pkgos-infra-install-sbuild
pkgos-infra-build-pkg
publishers:
- console-log
|
Revert split into 2 shell scripts
|
Revert split into 2 shell scripts
Previously, it was attempted to split deb-openstack-pkg-tools.yaml into
2 shell scripts instead of one, to attempt to work around the sbuild
relogin problem. This didn't work, and since, a workaround was found.
Therefore, this patch cleans-up the mess from previous attemp, and
remerges into a single shell script.
Change-Id: Ibfd2dd812d78e2af6afd4a6739a8915214b8fa32
|
YAML
|
apache-2.0
|
Tesora/tesora-project-config,Tesora/tesora-project-config,openstack-infra/project-config,dongwenjuan/project-config,openstack-infra/project-config,dongwenjuan/project-config
|
a70f68ebcfc481b31b9ae0f1612ae530103b32fe
|
ansible/roles/docker_service/tasks/main.yml
|
ansible/roles/docker_service/tasks/main.yml
|
---
- name: Create Docker network
docker_network:
name: ci-net
state: present
- name: Run Jenkins service
become: yes
become_user: jenkins
include: docker.yml
vars:
directory: "{{ repo_dir }}/docker/{{ item }}"
with_items:
- jenkins
- nginx
|
---
- name: Create Docker network
docker_network:
name: ci-net
state: present
- name: Run Jenkins service
become: yes
become_user: jenkins
include_tasks: docker.yml
vars:
directory: "{{ repo_dir }}/docker/{{ item }}"
with_items:
- jenkins
- nginx
|
Use 'include_tasks' instead of 'include'
|
Use 'include_tasks' instead of 'include'
|
YAML
|
apache-2.0
|
unguiculus/docker-jenkins-bootstrap
|
34b84c2ea733d096a34d2981b8b7471014e0f2c3
|
.github/workflows/issue-planned.yml
|
.github/workflows/issue-planned.yml
|
name: Mark issue as planned
on:
issues:
types: [ milestoned ]
jobs:
apply-label:
runs-on: ubuntu-20.04
steps:
- uses: actions/[email protected]
name: Add label 'status planned' to issue when milestoned
with:
github-token: ${{github.token}}
script: |
github.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['status: planned']
})
|
name: Mark issue as planned
on:
issues:
types: [ milestoned ]
jobs:
apply-label:
runs-on: ubuntu-20.04
steps:
- uses: actions/github-script@v4
name: Add label 'status planned' to issue when milestoned
with:
github-token: ${{github.token}}
script: |
github.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: ['status: planned']
})
|
Use @v4 instead of fixed version
|
Use @v4 instead of fixed version
|
YAML
|
apache-2.0
|
synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung
|
79d9223668af564779d64c967413ce2c64b035e8
|
.github/workflows/pythonpackage.yml
|
.github/workflows/pythonpackage.yml
|
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 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
run: |
python -m pip install --upgrade pip
pip install -e .[test]
- name: Lint with pylint
run: |
pip install pylint
pylint --reports=y puresnmp
- name: Test with pytest
run: |
pip install pytest
pytest puresnmp
|
name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
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
run: |
python -m pip install --upgrade pip
pip install -e .[test]
- name: Lint with pylint
run: |
pip install pylint
pylint --reports=y puresnmp
- name: Test with pytest
run: |
pip install pytest
pytest puresnmp
|
Remove Python 2.x from pipeline
|
Remove Python 2.x from pipeline
|
YAML
|
mit
|
exhuma/puresnmp,exhuma/puresnmp
|
d24dcfa24da91253dcead2aaf418010925da9483
|
manifests/cf-manifest/operations.d/230-loggregator-deployment.yml
|
manifests/cf-manifest/operations.d/230-loggregator-deployment.yml
|
---
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/deployment?
value: ((environment))
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/tags?/deployment
value: ((environment))
- type: replace
path: /addons/name=forwarder_agent/jobs/name=loggr-forwarder-agent/properties/deployment?
value: ((environment))
- type: replace
path: /addons/name=forwarder_agent/jobs/name=loggr-forwarder-agent/properties/tags?/deployment
value: ((environment))
|
---
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/deployment?
value: ((environment))
- type: replace
path: /addons/name=loggregator_agent/jobs/name=loggregator_agent/properties/tags?/deployment
value: ((environment))
- type: replace
path: /addons/name=forwarder_agent/jobs/name=loggr-forwarder-agent/properties/deployment?
value: ((environment))
- type: replace
path: /addons/name=forwarder_agent/jobs/name=loggr-forwarder-agent/properties/tags?/deployment
value: ((environment))
- type: replace
path: /releases/name=loggregator-agent
value:
name: "loggregator-agent"
version: "3.19"
url: "https://bosh.io/d/github.com/cloudfoundry/loggregator-agent-release?v=3.19"
sha1: "cecab8716a456387e979b8cefdf74c1a9a9f2a51"
|
Use 3.19 loggregator agent to mitigate file descs
|
Use 3.19 loggregator agent to mitigate file descs
3.18 and below has a problem wherein we run out of file descriptors if
prom_scraper 404s
see https://github.com/cloudfoundry/loggregator-agent-release/releases/tag/v3.19
Signed-off-by: Toby Lorne <527052641d65eef236eeef9545b2acac74c35d57@digital.cabinet-office.gov.uk>
|
YAML
|
mit
|
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
|
77c8e8d64ee9dc90a60359c383e03fa712bdc03c
|
packages/fe/feature-flipper-postgres.yaml
|
packages/fe/feature-flipper-postgres.yaml
|
homepage: https://github.com/toddmohney/flipper-postgres#readme
changelog-type: ''
hash: ed01729f416f50831fcd5bdabd54d48ae72dbb1b69a6c25406fe97f8e080d5cc
test-bench-deps:
bytestring: -any
base: -any
persistent: -any
hspec: -any
persistent-postgresql: -any
containers: -any
mtl: -any
feature-flipper: -any
monad-logger: -any
feature-flipper-postgres: -any
maintainer: [email protected]
synopsis: A minimally obtrusive feature flag library
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
time: -any
persistent: -any
text: -any
persistent-template: -any
persistent-postgresql: -any
containers: -any
mtl: -any
feature-flipper: -any
monad-logger: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Todd Mohney
latest: '0.1.0.1'
description-type: markdown
description: ! '# feature-flipper-postgres
'
license-name: MIT
|
homepage: https://github.com/toddmohney/flipper-postgres#readme
changelog-type: ''
hash: 37c35246d43939235c19dcc74c591dcffe7504757ae59a89106883d6525757c4
test-bench-deps:
bytestring: -any
base: -any
persistent: -any
hspec: -any
persistent-postgresql: -any
containers: -any
mtl: -any
feature-flipper: -any
monad-logger: -any
feature-flipper-postgres: -any
maintainer: [email protected]
synopsis: A minimally obtrusive feature flag library
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.8 && <5'
time: -any
persistent: -any
text: -any
persistent-template: -any
persistent-postgresql: -any
containers: -any
mtl: -any
feature-flipper: -any
monad-logger: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.1'
author: Todd Mohney
latest: '0.1.1.1'
description-type: markdown
description: ! '# feature-flipper-postgres
'
license-name: MIT
|
Update from Hackage at 2017-08-09T12:50:39Z
|
Update from Hackage at 2017-08-09T12:50:39Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
210370f1465419247bb64db38cfc67147c3a9211
|
.github/workflows/run-static-code-analysis.yml
|
.github/workflows/run-static-code-analysis.yml
|
name: Run Static Code Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze-code:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
poetry-version: ["1.1"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Set up Poetry ${{ matrix.poetry-version }}
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install Dependencies
run: |
poetry install
- name: Run isort
run: |
poetry run isort . --check-only
- name: Run black
run: |
poetry run black . --check --diff
|
name: Run Static Code Analysis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
analyze-code:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ["3.10"]
poetry-version: ["1.1"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Set up Poetry ${{ matrix.poetry-version }}
uses: abatilo/[email protected]
with:
poetry-version: ${{ matrix.poetry-version }}
- name: Install Dependencies
run: |
poetry install
- name: Run isort
run: |
poetry run isort . --check-only
- name: Run black
run: |
poetry run black . --check --diff
- name: Run flake8
run: |
poetry run flake8
|
Make GitHub Action run flake8
|
Make GitHub Action run flake8
|
YAML
|
mit
|
evanepio/dotmanca,evanepio/dotmanca,evanepio/dotmanca
|
39cac802576698aa59aaafe084d912cf40c6fbf3
|
provisioning/roles/backups/tasks/main.yml
|
provisioning/roles/backups/tasks/main.yml
|
---
- name: Add the Percona repository key
apt_key: url=http://keys.gnupg.net/pks/lookup?search=0x1C4CBDCDCD2EFD2A&fingerprint=on&op=get id=CD2EFD2A
- name: Add the Percona sources
apt_repository: repo='deb http://repo.percona.com/apt precise main'
- name: Install percona xtrabackup
apt: pkg=percona-xtrabackup update_cache=yes cache_valid_time=3600
- name: Copy across database backup script
copy: src=database-backup.sh dest=/usr/local/bin/database-backup.sh mode=0500
- name: Run database backup at 6:25am
cron: name="database backup" hour=6 minute=25 user=root job="/usr/local/bin/database-backup.sh"
- name: Install duply
apt: pkg=duply
- name: Add S3 support to duplicity
apt: pkg=python-boto
- name: Install ntpd
apt: pkg=ntp
|
---
- name: Add the Percona repository key
apt_key: url=http://keys.gnupg.net/pks/lookup?op=get&search=0x1C4CBDCDCD2EFD2A id=CD2EFD2A
- name: Add the Percona sources
apt_repository: repo='deb http://repo.percona.com/apt precise main'
- name: Install percona xtrabackup
apt: pkg=percona-xtrabackup update_cache=yes cache_valid_time=3600
- name: Copy across database backup script
copy: src=database-backup.sh dest=/usr/local/bin/database-backup.sh mode=0500
- name: Run database backup at 6:25am
cron: name="database backup" hour=6 minute=25 user=root job="/usr/local/bin/database-backup.sh"
- name: Install duply
apt: pkg=duply
- name: Add S3 support to duplicity
apt: pkg=python-boto
- name: Install ntpd
apt: pkg=ntp
|
Update URL that was 404ing
|
Update URL that was 404ing
|
YAML
|
agpl-3.0
|
otherchirps/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,otherchirps/morph
|
9ed99b3d84a2912745939249a9691234226f8969
|
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
|
.ci/jobs.t/elastic+elasticsearch+multijob+platform-support-arm.yml
|
---
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm
display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility"
description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n"
project-type: matrix
node: master
scm:
- git:
wipe-workspace: false
axes:
- axis:
type: label-expression
name: os
values:
- "centos-8-aarch64&&immutable"
- "ubuntu-1804-aarch64&&immutable"
builders:
- inject:
properties-file: '.ci/java-versions-aarch64.properties'
properties-content: |
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
JAVA15_HOME=$HOME/.java/jdk15
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
$WORKSPACE/.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
|
---
- job:
name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm
display-name: "elastic / elasticsearch # %BRANCH% - arm compatibility"
description: "Elasticsearch %BRANCH% ARM (aarch64) compatibility testing.\n"
workspace: "/dev/shm/elastic+elasticsearch+%BRANCH%+multijob+platform-support-arm"
project-type: matrix
node: master
scm:
- git:
wipe-workspace: false
axes:
- axis:
type: label-expression
name: os
values:
- "centos-8-aarch64&&immutable"
- "ubuntu-1804-aarch64&&immutable"
builders:
- inject:
properties-file: '.ci/java-versions-aarch64.properties'
properties-content: |
JAVA_HOME=$HOME/.java/$ES_BUILD_JAVA
RUNTIME_JAVA_HOME=$HOME/.java/$ES_RUNTIME_JAVA
JAVA15_HOME=$HOME/.java/jdk15
- shell: |
#!/usr/local/bin/runbld --redirect-stderr
$WORKSPACE/.ci/scripts/run-gradle.sh -Dbwc.checkout.align=true check
|
Use a ramdisk for ARM platform CI jobs
|
Use a ramdisk for ARM platform CI jobs
|
YAML
|
apache-2.0
|
GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch
|
3ed2fb0949a7a0e2a49bb0d9d55b067a3833be10
|
packages/sq/squeather.yaml
|
packages/sq/squeather.yaml
|
homepage: https://github.com/massysett/squeather#readme
changelog-type: ''
hash: 170aa385377c4f9a2bc4b08299c51b7437e30149880461f6f8a154115378c3c4
test-bench-deps: {}
maintainer: [email protected]
synopsis: Use databases with the version 3 series of the SQLite C library
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <5'
text: -any
all-versions:
- 0.2.0.0
author: Omari Norman
latest: 0.2.0.0
description-type: haddock
description: Please see the README on GitHub at <https://github.com/massysett/squeather#readme>
license-name: BSD-3-Clause
|
homepage: https://github.com/massysett/squeather#readme
changelog-type: markdown
hash: e07011f80e2da9e99121086d02514c34923ed7dea79be4b0ece29f0cb2e7747e
test-bench-deps: {}
maintainer: [email protected]
synopsis: Use databases with the version 3 series of the SQLite C library
changelog: |
# Changelog for squeather
## Version 0.4.0.0, February 22, 2020
* Changed Database and Statement types so they clean
up after themselves, so there is no need to (and, indeed,
then cannot be) closed or finalized as they do it themselves.
* Changed OpenFlags and associated types to make
API self-documenting
* Added compile-time option for threaded mode into package.yaml
(though this is the default, so nothing should change from the
user's persepctive)
* open function now calls sqlite3_initialize (this should
not result in any user-visible changes)
basic-deps:
bytestring: -any
base: ! '>=4.7 && <5'
text: -any
all-versions:
- 0.2.0.0
- 0.4.0.0
author: Omari Norman
latest: 0.4.0.0
description-type: haddock
description: Please see the README on GitHub at <https://github.com/massysett/squeather#readme>
license-name: BSD-3-Clause
|
Update from Hackage at 2020-02-22T21:20:19Z
|
Update from Hackage at 2020-02-22T21:20:19Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
06d24a85588a8401706317faa0654689a22539ad
|
.forestry/front_matter/templates/simple.yml
|
.forestry/front_matter/templates/simple.yml
|
---
label: simple
hide_body: false
fields:
- type: text
name: layout
label: layout
|
---
label: simple
hide_body: false
fields:
- type: text
name: layout
label: layout
default: default
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
|
9a729730df91a5d617fb6c05025db9ff4ecbbe1c
|
.github/workflows/build_release_package.yml
|
.github/workflows/build_release_package.yml
|
name: Build release version
on:
push:
tags:
- 'v*'
pull_request:
branches:
master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Set up python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Checkout
uses: actions/checkout@v2
- name: Install requirements
run: |
pip install pip==21.3.1 setuptools==47.1.0 wheel==0.37.0
pip install -r requirements/base.txt -r requirements/dev.txt
- name: Versioning
if: ${{ startsWith(github.ref, 'refs/tags/') }}
shell: bash
run: |
GITHUB_TAG="${GITHUB_REF##refs/tags/v}"
[[ $GITHUB_TAG =~ ^[0-9]+.[0-9]+.[0-9]+$ ]] && \
echo "__version__ = \"${GITHUB_TAG}\"" > pymanopt/_version.py
- name: Build sdist and wheel
run: python setup.py sdist bdist_wheel
- name: Publish to pypi on tags
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
|
name: Build release version
on:
push:
tags:
- 'v*'
pull_request:
branches:
master
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- name: Set up python 3.6
uses: actions/setup-python@v2
with:
python-version: 3.6
- name: Checkout
uses: actions/checkout@v2
- name: Install requirements
run: |
pip install pip==21.3.1 setuptools==47.1.0 wheel==0.37.0
pip install -r requirements/base.txt -r requirements/dev.txt
- name: Versioning
if: ${{ startsWith(github.ref, 'refs/tags/') }}
shell: bash
run: |
GITHUB_TAG="${GITHUB_REF##refs/tags/v}"
[[ $GITHUB_TAG =~ ^[0-9]+.[0-9]+.[0-9]+ ]] && \
echo "__version__ = \"${GITHUB_TAG}\"" > pymanopt/_version.py
- name: Build sdist and wheel
run: python setup.py sdist bdist_wheel
- name: Publish to pypi on tags
if: ${{ startsWith(github.ref, 'refs/tags/') }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
|
Add suport for release candidate tags
|
Add suport for release candidate tags
Signed-off-by: Niklas Koep <[email protected]>
|
YAML
|
bsd-3-clause
|
pymanopt/pymanopt,pymanopt/pymanopt
|
a79418cdc1dbba3cf0ff6e74864be2a12d2b58b2
|
.github/workflows/update-gradle-wrapper.yml
|
.github/workflows/update-gradle-wrapper.yml
|
name: Update Gradle Wrapper
on:
schedule:
- cron: "0 0 * * *"
jobs:
update-gradle-wrapper:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@a116d8b533be6c4e71a8b3c3871b7344ca72bf12 # v1.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels: dependencies
- uses: gradle/wrapper-validation-action@e2c57acffb2c9aa5a8dc6eda2bbae0b6e495bd4c # v1.0.3
|
name: Update Gradle Wrapper
on:
schedule:
- cron: "0 0 * * *"
jobs:
update-gradle-wrapper:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@a116d8b533be6c4e71a8b3c3871b7344ca72bf12 # v1.0.13
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
labels: dependencies
- uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # v1.0.3
|
Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4
|
Bump gradle/wrapper-validation-action from 1.0.3 to 1.0.4
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](https://github.com/gradle/wrapper-validation-action/compare/e2c57acffb2c9aa5a8dc6eda2bbae0b6e495bd4c...e6e38bacfdf1a337459f332974bb2327a31aaf4b)
Signed-off-by: dependabot[bot] <[email protected]>
|
YAML
|
mit
|
testcontainers/testcontainers-java,rnorth/test-containers,testcontainers/testcontainers-java,testcontainers/testcontainers-java,rnorth/test-containers,rnorth/test-containers
|
2137ce8ef5baea475ba404376de242cbfcfe297a
|
web/src/main/resources/application.yml
|
web/src/main/resources/application.yml
|
jlineup:
workingDirectory: /tmp/jlineup/
screenshotsDirectory: report-{id}
reportDirectory: report-{id}
maxParallelJobs: 1
chromeLaunchParameters: --use-spdy=off, --disable-dev-shm-usage
edison:
application:
title: JLineup
description: Takes screenshots of webpages and checks for differences
management:
endpoint:
loggers:
enabled: true
spring:
application:
name: JLineup
banner:
image:
width: 200
margin: 0
|
jlineup:
workingDirectory: /tmp/jlineup/
screenshotsDirectory: report-{id}
reportDirectory: report-{id}
maxParallelJobs: 1
chromeLaunchParameters: --use-spdy=off, --disable-dev-shm-usage
edison:
application:
title: JLineup
description: Takes screenshots of webpages and checks for differences
management:
endpoints:
web:
exposure:
include: '*'
endpoint:
loggers:
enabled: true
spring:
application:
name: JLineup
banner:
image:
width: 200
margin: 0
|
Fix configuration for loggers endpoint, web version didn't start without a manual config file.
|
Fix configuration for loggers endpoint, web version didn't start without a manual config file.
|
YAML
|
apache-2.0
|
otto-de/jlineup,otto-de/jlineup,otto-de/jlineup
|
2ecf19c979daa73a93ce15d4391283525fe722d9
|
helm_deploy/cla-backend/values-staging.yaml
|
helm_deploy/cla-backend/values-staging.yaml
|
# Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
whitelist_additional:
- 52.210.85.116/32
# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
DEBUG:
value: "False"
LOAD_TEST_DATA:
value: "True"
SITE_HOSTNAME:
value: "cla-frontend-socket-server.laa-cla-frontend-staging.svc.cluster.local"
FRONTEND_HOST_NAME:
value: "http://cla-frontend-socket-server.laa-cla-frontend-staging.svc.cluster.local"
EXPRESS_SERVER_PORT:
value: "80"
|
# Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
whitelist_additional:
- 52.210.85.116/32
# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
DEBUG:
value: "False"
LOAD_TEST_DATA:
value: "True"
SITE_HOSTNAME:
value: "cla-frontend-socket-server.laa-cla-frontend-staging.svc.cluster.local"
FRONTEND_HOST_NAME:
value: "http://cla-frontend-socket-server.laa-cla-frontend-staging.svc.cluster.local"
EXPRESS_SERVER_PORT:
value: "80"
DB_HOST:
secret:
name: database-10
key: host
DB_PORT:
secret:
name: database-10
key: port
DB_NAME:
secret:
name: database-10
key: name
DB_USER:
secret:
name: database-10
key: user
DB_PASSWORD:
secret:
name: database-10
key: password
REPLICA_DB_HOST:
secret:
name: database-10
key: replica_host
|
Use the newly migrated postgres10 database credentials
|
Use the newly migrated postgres10 database credentials
|
YAML
|
mit
|
ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend
|
b384b7390073df1cf5f18ad9b6826c0a6ffb3ead
|
config/environments/common/jira.yml
|
config/environments/common/jira.yml
|
---
disabled: false
authentication:
strategy: oauth
consumer_key: 97d861d04544acff696aa1203ec53197
private_key_file: priv.pem
token: vJKdCKuYLIZnXrzQjzCVJsorvOx9wgPc
secret: <%= ENV["JIRA_SQUASH_SECRET"] %>
api_host: "https://jira.powershophq.com"
api_root: ""
create_issue_details: "/secure/CreateIssueDetails!init.jspa"
|
---
disabled: false
authentication:
strategy: oauth
consumer_key: 97d861d04544acff696aa1203ec53197
private_key_file: priv.pem
token: vJKdCKuYLIZnXrzQjzCVJsorvOx9wgPc
secret: <%= ENV["JIRA_SQUASH_SECRET"] %>
api_host: "https://jira.fluxfederation.com"
api_root: ""
create_issue_details: "/secure/CreateIssueDetails!init.jspa"
|
Update JIRA url in config
|
Update JIRA url in config
|
YAML
|
apache-2.0
|
powershop/SquareSquash-web,powershop/SquareSquash-web,powershop/SquareSquash-web,powershop/SquareSquash-web
|
4a93ae402430c94faf508038561ba3ffbe9cc311
|
.bazelci/presubmit.yml
|
.bazelci/presubmit.yml
|
---
x_defaults:
common: &common
platform: macos
xcode_version: "12.4"
build_targets:
- "//:tulsi"
test_flags:
- "--nocheck_visibility"
test_targets:
- "//:tests"
tasks:
macos_latest:
name: "Latest Bazel"
bazel: latest
<<: *common
macos_last_green:
name: "Last Green Bazel"
bazel: last_green
<<: *common
macos_latest_head_deps:
name: "Latest Bazel with Head Deps"
bazel: latest
shell_commands:
# Update the WORKSPACE to use head versions of some deps to ensure nothing
# has landed on them breaking this project.
- .bazelci/update_workspace_to_deps_heads.sh
<<: *common
|
---
x_defaults:
common: &common
platform: macos
xcode_version: "12.4"
build_targets:
- "//:tulsi"
test_flags:
- "--nocheck_visibility"
# TODO: Replace absolute home directory with `~` and move this to .bazelrc
# when --sandbox_writable_path supports relative paths.
# https://github.com/bazelbuild/bazel/issues/10304
- "--sandbox_writable_path=/Users/buildkite/Library/Application Support"
test_targets:
- "//:tests"
tasks:
macos_latest:
name: "Latest Bazel"
bazel: latest
<<: *common
macos_last_green:
name: "Last Green Bazel"
bazel: last_green
<<: *common
macos_latest_head_deps:
name: "Latest Bazel with Head Deps"
bazel: latest
shell_commands:
# Update the WORKSPACE to use head versions of some deps to ensure nothing
# has landed on them breaking this project.
- .bazelci/update_workspace_to_deps_heads.sh
<<: *common
|
Make '~/Library/Application Support' writable for tests running in sandboxed mode
|
Make '~/Library/Application Support' writable for tests running in
sandboxed mode
|
YAML
|
apache-2.0
|
bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi
|
371f6863768c2cef0e02790a11bdbdc0a39f09fb
|
.bazelci/presubmit.yml
|
.bazelci/presubmit.yml
|
---
tasks:
macos_latest:
name: "Latest Bazel"
platform: macos
bazel: latest
build_targets:
- "//..."
test_targets:
- "//..."
macos_last_green:
name: "Last Green Bazel"
platform: macos
bazel: last_green
build_targets:
- "//..."
test_targets:
- "//..."
macos_latest_head_deps:
name: "Latest Bazel with Head Deps"
platform: macos
bazel: latest
shell_commands:
# Update the WORKSPACE to use head versions of some deps to ensure nothing
# has landed on them breaking this project.
- .bazelci/update_workspace_to_deps_heads.sh
build_targets:
- "//..."
test_targets:
- "//..."
buildifier: latest
|
---
x_defaults:
# YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes
# it doesn't know about; so that is used to avoid repeating common subparts.
common: &common
platform: macos
build_targets:
- "//..."
test_targets:
- "//..."
tasks:
macos_latest:
name: "Latest Bazel"
bazel: latest
<<: *common
macos_last_green:
name: "Last Green Bazel"
bazel: last_green
<<: *common
macos_latest_head_deps:
name: "Latest Bazel with Head Deps"
bazel: latest
shell_commands:
# Update the WORKSPACE to use head versions of some deps to ensure nothing
# has landed on them breaking this project.
- .bazelci/update_workspace_to_deps_heads.sh
<<: *common
buildifier: latest
|
Use yaml anchors, aliases, and merge to avoid repetition.
|
Use yaml anchors, aliases, and merge to avoid repetition.
RELNOTES: None.
PiperOrigin-RevId: 252430973
|
YAML
|
apache-2.0
|
bazelbuild/apple_support,bazelbuild/apple_support
|
db41dfa8d03f458edf2cccc4824f30713a232c54
|
.dependabot/config.yml
|
.dependabot/config.yml
|
version: 1
update_configs:
- package_manager: "java:gradle"
directory: "./library/"
update_schedule: "daily"
commit_message:
prefix: "chore(deps)"
- package_manager: "java:gradle"
directory: "./demo/"
update_schedule: "daily"
commit_message:
prefix: "chore(deps)"
|
version: 1
update_configs:
- package_manager: "java:gradle"
directory: "./library/"
update_schedule: "weekly"
commit_message:
prefix: "chore(deps)"
- package_manager: "java:gradle"
directory: "./demo/"
update_schedule: "weekly"
commit_message:
prefix: "chore(deps)"
|
Update dependabot checks to weekly
|
chore: Update dependabot checks to weekly
|
YAML
|
apache-2.0
|
googlemaps/android-maps-utils,googlemaps/android-maps-utils,googlemaps/android-maps-utils
|
b812be72f725a44720519eb39b8c0225a2ebfd4d
|
.dependabot/config.yml
|
.dependabot/config.yml
|
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/src/supermarket"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/src/supermarket/engines/fieri"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
|
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/src/supermarket"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/src/supermarket/engines/fieri"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/omnibus"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
|
Enable dependabot on omnibus gemfile.locvk
|
Enable dependabot on omnibus gemfile.locvk
Signed-off-by: Tim Smith <[email protected]>
|
YAML
|
apache-2.0
|
chef/supermarket,chef/supermarket,chef/supermarket,chef/supermarket,chef/supermarket
|
5044c2e5eb8b81d983920c06ba160ef9fbccc78e
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
-d _site
|
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
-d _site
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
fkalkhalidi/fkalkhalidi.github.io
|
2818fca376a2dd1b1b23b40c09f1505648da022a
|
templates/outputs.yml
|
templates/outputs.yml
|
Outputs:
AutoScalingGroupName:
Value: { Ref: AgentAutoScaleGroup }
InstanceRoleName:
Value: { Ref: InstanceRoleName }
|
Outputs:
AutoScalingGroupName:
Value: { Ref: AgentAutoScaleGroup }
InstanceRoleName:
Value: !GetAtt IAMRole.RoleName
|
Set InstanceRoleName output from IAMRole resource
|
Set InstanceRoleName output from IAMRole resource
If the `InstanceRoleName` parameter (optional) is unset, the
CloudFormation stack generates a name for you based on the stack name.
This commit updates the output to extract the name from the resource
directly which accounts for both cases, and should be more reliable
going forward.
|
YAML
|
mit
|
holmesjr/elastic-ci-stack-for-aws,buildkite/elastic-ci-stack-for-aws,holmesjr/elastic-ci-stack-for-aws
|
68fb64f2a467a5ede7aa8c2cf0b7c288912354d4
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: heading
label: Tema
- type: directory
path: _layouts
label: Layouts
create: documents
match: "**/*"
new_doc_ext: html
- type: directory
path: _includes
label: Includes
create: documents
match: "**/*"
new_doc_ext: html
upload_dir: images
public_path: ''
front_matter_path: images
use_front_matter_path: true
file_template: ":filename:"
instant_preview: true
build:
preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished
--future -d _site '
publish_command: bundle exec jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts
--unpublished --future --port 8080 --host 0.0.0.0 -d _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
|
---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: heading
label: Tema
- type: directory
path: _layouts
label: Layouts
create: documents
match: "**/*"
new_doc_ext: html
- type: directory
path: _includes
label: Includes
create: documents
match: "**/*"
new_doc_ext: html
upload_dir: images
public_path: images
front_matter_path: images
use_front_matter_path: true
file_template: ":filename:"
instant_preview: true
build:
preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished
--future -d _site '
publish_command: bundle exec jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts
--unpublished --future --port 8080 --host 0.0.0.0 -d _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
|
373e74717cd84330e6f190e0bcf6cde21665078f
|
tests/Exceptionless.Tests/appsettings.yml
|
tests/Exceptionless.Tests/appsettings.yml
|
---
ConnectionStrings:
Redis.off: localhost,abortConnect=false
Elasticsearch.off: http://localhost:9200/
# Base url for the ui used to build links in emails and other places.
BaseURL: 'http://localhost:9001/#!'
AppScope: test
# Controls whether daily summary emails are sent
EnableDailySummary: false
# Runs the jobs in the current website process
RunJobsInProcess: false
EnableBootstrapStartupActions: false
EnableWebSockets: false
# Folder used to store event post data
StorageFolder: ..\..\..\..\..\src\Exceptionless.Web\storage
Logging:
IncludeScopes: false
Debug:
LogLevel:
Default: Warning
Console:
LogLevel:
Default: Warning
|
---
ConnectionStrings:
Redis.off: localhost,abortConnect=false
Elasticsearch.off: http://localhost:9200/
# Base url for the ui used to build links in emails and other places.
BaseURL: 'http://localhost:50000/'
AppScope: test
# Controls whether daily summary emails are sent
EnableDailySummary: false
# Runs the jobs in the current website process
RunJobsInProcess: false
EnableBootstrapStartupActions: false
EnableWebSockets: false
# Folder used to store event post data
StorageFolder: ..\..\..\..\..\src\Exceptionless.Web\storage
Logging:
IncludeScopes: false
Debug:
LogLevel:
Default: Warning
Console:
LogLevel:
Default: Warning
|
Fix port to match expected content
|
Fix port to match expected content
|
YAML
|
apache-2.0
|
exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless
|
704cb5c709d60e1ac6f71dba7da91ffff34249d7
|
Resources/config/routing/security.yml
|
Resources/config/routing/security.yml
|
darvin_admin_security_darvin_auth_login_check:
path: /login/darvin-auth/check
darvin_admin_security_login_check:
path: /login/check
darvin_admin_security_login:
path: /login
defaults: { _controller: DarvinAdminBundle:Security:login }
darvin_admin_security_darvin_auth_login:
path: /login/{service}
defaults: { _controller: HWIOAuthBundle:Connect:redirectToService }
darvin_admin_security_logout:
path: /logout
|
darvin_admin_security_darvin_auth_login_check:
path: /login/darvin-auth/check
defaults: { _remember_me: on }
darvin_admin_security_login_check:
path: /login/check
darvin_admin_security_login:
path: /login
defaults: { _controller: DarvinAdminBundle:Security:login }
darvin_admin_security_darvin_auth_login:
path: /login/{service}
defaults: { _controller: HWIOAuthBundle:Connect:redirectToService }
darvin_admin_security_logout:
path: /logout
|
Enable "remember me" functionality for OAuth.
|
Enable "remember me" functionality for OAuth.
|
YAML
|
mit
|
DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle
|
a1ead4d6b77078044a90a392151903278f740cca
|
.github/codeql/codeql-config.yml
|
.github/codeql/codeql-config.yml
|
name: "Fernet Java CodeQL Configuration"
paths:
- **/src/main/java/**/*.java
paths-ignore:
- **/src/test/**
disable-default-queries: true
queries:
- uses: security-and-quality
|
name: "Fernet Java CodeQL Configuration"
paths:
- '**/src/main/java/**/*.java'
paths-ignore:
- '**/src/test/**'
disable-default-queries: true
queries:
- uses: security-and-quality
|
Fix globbing syntax for SAST analysis
|
Fix globbing syntax for SAST analysis
|
YAML
|
apache-2.0
|
l0s/fernet-java8,l0s/fernet-java8
|
4bee08108b04a8622537a15a9b2792bebc1311a4
|
metadata/manifest.yml
|
metadata/manifest.yml
|
Name: nodejs
Description: Custom Node.js cartridge auto-updating to the latest stable version on each build.
Version: '5.6.0'
License: Node.js License
License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE
Vendor: www.nodejs.org
Website: http://www.nodejs.org/
Display-Name: Node.js Auto-Updating
Cartridge-Short-Name: NODEJS
Cartridge-Version: '2.0.2'
Cartridge-Vendor: icflorescu
Categories:
- service
- javascript
- nodejs
- web_framework
Help-Topics:
Node.js Manual & Documentation: http://nodejs.org/api/
Provides:
- nodejs
Scaling:
Min: 1
Max: -1
Publishes:
get-doc-root:
Type: FILESYSTEM:doc-root
Subscribes:
set-env:
Type: ENV:*
Required: false
Endpoints:
- Private-IP-Name: IP
Private-Port-Name: PORT
Private-Port: 8080
Public-Port-Name: PROXY_PORT
Protocols:
- http
- ws
Options:
primary: true
Mappings:
- Frontend: ''
Backend: ''
Options:
websocket: true
- Frontend: /health
Backend: /health
Options:
health: true
|
Name: nodejs
Description: Custom Node.js cartridge auto-updating to the latest stable version on each build.
Version: '5.7.0'
License: Node.js License
License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE
Vendor: www.nodejs.org
Website: http://www.nodejs.org/
Display-Name: Node.js Auto-Updating
Cartridge-Short-Name: NODEJS
Cartridge-Version: '2.0.3'
Cartridge-Vendor: icflorescu
Categories:
- service
- javascript
- nodejs
- web_framework
Help-Topics:
Node.js Manual & Documentation: http://nodejs.org/api/
Provides:
- nodejs
Scaling:
Min: 1
Max: -1
Publishes:
get-doc-root:
Type: FILESYSTEM:doc-root
Subscribes:
set-env:
Type: ENV:*
Required: false
Endpoints:
- Private-IP-Name: IP
Private-Port-Name: PORT
Private-Port: 8080
Public-Port-Name: PROXY_PORT
Protocols:
- http
- ws
Options:
primary: true
Mappings:
- Frontend: ''
Backend: ''
Options:
websocket: true
- Frontend: /health
Backend: /health
Options:
health: true
|
Bump version, since it works with Node.js 5.7.0 too
|
Bump version, since it works with Node.js 5.7.0 too
|
YAML
|
isc
|
icflorescu/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,LTWS/OpenShift-Nodejs-LTS,LTWS/OpenShift-Nodejs-LTS,LTWS/OpenShift-Nodejs-LTS,icflorescu/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs
|
7870cb9b5b02c06df45e93d05bbcda5f2ce5739a
|
.github/workflows/draft-github-release.yml
|
.github/workflows/draft-github-release.yml
|
name: Draft GitHub Release
on:
push:
branches: [ master ]
jobs:
draft-github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# We need to fetch the full repository in order to write complete
# release notes.
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: current
name: Run Release Draft Script
run: |
cd scripts/release
npm ci
npm start
env:
# A GitHub API token is required to create a new GitHub release.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
name: Draft GitHub Release
on:
push:
branches: [ master ]
jobs:
draft-github-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
# We need to fetch the full repository in order to write complete
# release notes.
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: current
- name: Run Release Draft Script
run: |
cd scripts/release
npm ci
npm start
env:
# A GitHub API token is required to create a new GitHub release.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Fix Draft Release workflow. RELNOTES: n/a
|
Fix Draft Release workflow.
RELNOTES: n/a
PiperOrigin-RevId: 468264690
Change-Id: I5f3f056d1ecbbeeb51d7dc8bac085804de981b53
|
YAML
|
apache-2.0
|
google/closure-library,google/closure-library,google/closure-library,google/closure-library,google/closure-library
|
c1a9159155c79222ec6213fa4d99f1281bcbcca8
|
.github/workflows/javascript.yml
|
.github/workflows/javascript.yml
|
name: JavaScript workflow
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 15
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup bazelisk
uses: ./.github/actions/setup-bazelisk
- name: Start XVFB
run: Xvfb :99 &
- name: Run JavaScript tests on Firefox
run: bazel test //javascript/node/selenium-webdriver:tests
env:
DISPLAY: :99
SELENIUM_BROWSER: firefox
|
name: JavaScript workflow
on:
push:
branches:
- trunk
pull_request:
branches:
- trunk
jobs:
node_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 15
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup bazelisk
uses: ./.github/actions/setup-bazelisk
- name: Setup Firefox and geckodriver
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
- name: Run JavaScript tests on Firefox
run: bazel test //javascript/node/selenium-webdriver:tests
env:
DISPLAY: :99
SELENIUM_BROWSER: firefox
firefox_atom_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout source tree
uses: actions/checkout@v2
with:
fetch-depth: 10
- name: Setup Java
uses: actions/setup-java@v1
with:
java-version: 11
- name: Setup bazelisk
uses: ./.github/actions/setup-bazelisk
- name: Setup Firefox and geckodriver
uses: ./.github/actions/setup-firefox
- name: Start XVFB
run: Xvfb :99 &
- name: Run atom tests on Firefox
uses: ./.github/actions/bazel
with:
command: test --test_tag_filters=firefox //javascript/atoms/... //javascript/selenium-atoms/... //javascript/webdriver/...
env:
DISPLAY: :99
SELENIUM_BROWSER: firefox
|
Add atom tests to GitHub Actions
|
Add atom tests to GitHub Actions
|
YAML
|
apache-2.0
|
valfirst/selenium,valfirst/selenium,titusfortner/selenium,HtmlUnit/selenium,SeleniumHQ/selenium,titusfortner/selenium,valfirst/selenium,SeleniumHQ/selenium,joshmgrant/selenium,SeleniumHQ/selenium,joshmgrant/selenium,SeleniumHQ/selenium,valfirst/selenium,titusfortner/selenium,valfirst/selenium,joshmgrant/selenium,HtmlUnit/selenium,Ardesco/selenium,HtmlUnit/selenium,valfirst/selenium,SeleniumHQ/selenium,titusfortner/selenium,HtmlUnit/selenium,Ardesco/selenium,HtmlUnit/selenium,titusfortner/selenium,SeleniumHQ/selenium,valfirst/selenium,joshmgrant/selenium,titusfortner/selenium,titusfortner/selenium,Ardesco/selenium,titusfortner/selenium,Ardesco/selenium,joshmgrant/selenium,SeleniumHQ/selenium,joshmgrant/selenium,HtmlUnit/selenium,SeleniumHQ/selenium,SeleniumHQ/selenium,Ardesco/selenium,valfirst/selenium,joshmgrant/selenium,Ardesco/selenium,Ardesco/selenium,valfirst/selenium,HtmlUnit/selenium,titusfortner/selenium,HtmlUnit/selenium,titusfortner/selenium,titusfortner/selenium,joshmgrant/selenium,joshmgrant/selenium,SeleniumHQ/selenium,HtmlUnit/selenium,Ardesco/selenium,valfirst/selenium,HtmlUnit/selenium,valfirst/selenium,joshmgrant/selenium,joshmgrant/selenium,SeleniumHQ/selenium,Ardesco/selenium
|
c365a7aff2ecfb9658addd26a09b3f812aa3663f
|
.dependabot/config.yml
|
.dependabot/config.yml
|
# c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdependencies)
update_type: "all"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_name: "rubocop"
update_type: "all"
# Enable. Only lockfile updates (ignore updates that require Gemfile changes)
version_requirement_updates: "off"
|
# c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdependencies)
update_type: "all"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_name: "rubocop*"
update_type: "all"
# Enable. Only lockfile updates (ignore updates that require Gemfile changes)
version_requirement_updates: "off"
|
Allow auto merge for rubocop-xxx
|
Allow auto merge for rubocop-xxx [ci skip]
|
YAML
|
mit
|
sue445/twittodon,sue445/twittodon
|
2354642ddfd2056a46f045cbfbae5dea50ad9eea
|
.dependabot/config.yml
|
.dependabot/config.yml
|
# c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdependencies)
update_type: "all"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_name: "rubocop*"
update_type: "all"
# Enable. Only lockfile updates (ignore updates that require Gemfile changes)
version_requirement_updates: "off"
|
# c.f. https://dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "daily"
default_assignees:
- sue445
allowed_updates:
- match:
# Disable. Only top-level dependencies (and security patches for subdependencies)
update_type: "all"
automerged_updates:
- match:
dependency_type: "development"
update_type: "all"
- match:
dependency_type: "production"
update_type: "semver:patch"
- match:
dependency_name: "rubocop*"
update_type: "all"
- match:
dependency_name: "minitest"
update_type: "all"
# Enable. Only lockfile updates (ignore updates that require Gemfile changes)
version_requirement_updates: "off"
|
Allow to auto merge for minitest
|
Allow to auto merge for minitest
|
YAML
|
mit
|
sue445/cure-bots,sue445/cure-bots
|
47b3cae70d5d61d095ac4473daff0424608af085
|
packages/ma/mars.yaml
|
packages/ma/mars.yaml
|
homepage: https://qlfiles.net
changelog-type: ''
hash: c97d464b3b1dc9fa5ada19e4b55883f7c29ea2d5a83ad7313b7181ce340fd45b
test-bench-deps: {}
maintainer: [email protected]
synopsis: Generates mountainous terrain using a random walk algorithm.
changelog: ''
basic-deps:
gloss: ! '>=1.7 && <1.8'
bytestring: ! '>=0.10 && <0.11'
MonadRandom: ! '>=0.1 && <0.2'
base: ! '>=4.6 && <4.8'
array: ! '>=0.4 && <0.5'
mtl: ! '>=2.2 && <2.3'
colour: ! '>=2.3 && <2.4'
random: ! '>=1.0 && <1.1'
all-versions:
- '0.1.0.0'
author: Christopher Howard
latest: '0.1.0.0'
description-type: haddock
description: ! 'Provides functions for generating mountain-like terrain structure
using a
random walk algorithm. Inspired by Pickover''s 1998 article \"Vacation
on Mars\". The data can be output as a ascii-format PLY file, or viewed
\"overhead\" as an intensity graph. The PLY file can be loaded into a 3D
modeling program such as Blender.'
license-name: GPL-3
|
homepage: https://qlfiles.net
changelog-type: ''
hash: be1db077d69fa7f4d311ab63d46c63d7f7f494eef3403fcc261348cef0dada7c
test-bench-deps: {}
maintainer: [email protected]
synopsis: Generates mountainous terrain using a random walk algorithm.
changelog: ''
basic-deps:
gloss: ! '>=1.7 && <1.8'
bytestring: ! '>=0.10 && <0.11'
MonadRandom: ! '>=0.4 && <0.5'
base: ! '>=4.6 && <4.8'
array: ! '>=0.4 && <0.5'
mtl: ! '>=2.2 && <2.3'
colour: ! '>=2.3 && <2.4'
random: ! '>=1.0 && <1.1'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Christopher Howard
latest: '0.1.0.1'
description-type: haddock
description: ! 'Provides functions for generating mountain-like terrain structure
using a
random walk algorithm. Inspired by Pickover''s 1998 article \"Vacation
on Mars\". The data can be output as an ascii-format PLY file, or viewed
\"overhead\" as an intensity graph. The PLY file can be loaded into a 3D
modeling program such as Blender.'
license-name: GPL-3
|
Update from Hackage at 2016-08-20T02:38:53+0000
|
Update from Hackage at 2016-08-20T02:38:53+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
88c874a0443cddbc4834ea6d83568ec0bae7987f
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: "/admin"
webhook_url:
sections:
- type: directory
path: projects
label: Projects
create: documents
match: "**/*.md"
templates:
- project
- type: directory
path: journal
label: Journal
create: documents
match: "**/*.md"
templates:
- journal
- type: directory
path: data/authors
label: Authors
create: documents
match: "**/*.json"
new_doc_ext: json
templates:
- author
- type: document
path: data/theme.json
label: Theme config
upload_dir: uploads
public_path: "/uploads"
front_matter_path: "../../uploads"
use_front_matter_path: true
file_template: ":filename:"
build:
publish_command: gridsome build
output_directory: dist
|
---
new_page_extension: md
auto_deploy: false
admin_path: "/admin"
webhook_url:
sections:
- type: directory
path: projects
label: Projects
create: documents
match: "**/*.md"
templates:
- project
- type: directory
path: journal
label: Journal
create: documents
match: "**/*.md"
templates:
- journal
- type: directory
path: data/authors
label: Authors
create: documents
match: "**/*.json"
new_doc_ext: json
templates:
- author
- type: document
path: data/theme.json
label: Theme config
upload_dir: uploads
public_path: "/uploads"
front_matter_path: "../uploads"
use_front_matter_path: true
file_template: ":filename:"
build:
publish_command: gridsome build
output_directory: dist
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io
|
af6a0986cbef772328b45dc822df6bd8b540ce5e
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: directory
path: content/events
label: Events
create: all
match: "**/*"
templates:
- event
- type: directory
path: content
label: Pages
create: all
match: "*"
templates:
- default
- home
- type: directory
path: content/about
label: About
create: all
match: "**/*"
templates:
- default
upload_dir: static/uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
version: '0.53'
|
---
new_page_extension: md
auto_deploy: false
admin_path: admin
webhook_url:
sections:
- type: directory
path: content/events
label: Events
create: documents
match: "**/*"
templates:
- event
- type: directory
path: content
label: Pages
create: all
match: "*"
templates:
- default
- home
- type: directory
path: content/about
label: About
create: all
match: "**/*"
templates:
- default
upload_dir: static/uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
version: '0.53'
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann
|
5965db8f637d2cabc4d300da3c6be364adb82ffb
|
kubernetes_deploy/production/deployment.yml
|
kubernetes_deploy/production/deployment.yml
|
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: laa-cla-public
spec:
replicas: 3
template:
metadata:
labels:
app: laa-cla-public-app
spec:
containers:
- image: 926803513772.dkr.ecr.eu-west-1.amazonaws.com/laa-get-access/laa-cla-public:master
name: app
readinessProbe:
httpGet:
path: /ping.json
port: 80
initialDelaySeconds: 5
timeoutSeconds: 1
periodSeconds: 10
livenessProbe:
httpGet:
path: /ping.json
port: 80
initialDelaySeconds: 10
timeoutSeconds: 1
periodSeconds: 10
ports:
- containerPort: 80
name: http
env:
- name: CLA_ENV
value: prod
- name: BACKEND_BASE_URI
value: https://fox.civillegaladvice.service.gov.uk
- name: LAALAA_API_HOST
value: https://prod.laalaa.dsd.io
- name: LOG_LEVEL
value: INFO
- name: SECRET_KEY
valueFrom:
secretKeyRef:
name: clasecret
key: flask_secret_key
|
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: laa-cla-public
spec:
replicas: 3
template:
metadata:
labels:
app: laa-cla-public-app
spec:
containers:
- image: 926803513772.dkr.ecr.eu-west-1.amazonaws.com/laa-get-access/laa-cla-public:master
name: app
readinessProbe:
httpGet:
path: /ping.json
port: 80
initialDelaySeconds: 5
timeoutSeconds: 1
periodSeconds: 10
livenessProbe:
httpGet:
path: /ping.json
port: 80
initialDelaySeconds: 10
timeoutSeconds: 1
periodSeconds: 10
ports:
- containerPort: 80
name: http
env:
- name: CLA_ENV
value: prod
- name: BACKEND_BASE_URI
value: https://fox.civillegaladvice.service.gov.uk
- name: LAALAA_API_HOST
value: https://prod.laalaa.dsd.io
- name: LOG_LEVEL
value: INFO
- name: SECRET_KEY
valueFrom:
secretKeyRef:
name: clasecret
key: flask_secret_key
- name: OS_PLACES_API_KEY
valueFrom:
secretKeyRef:
name: os-places
key: apiKey
|
Set OS Places API key as env var from k8s secret for production deploy
|
Set OS Places API key as env var from k8s secret for production deploy
|
YAML
|
mit
|
ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public
|
c9cf63fc17a22015ffcf97eec3e7c3788892a8a6
|
ansible/roles/elasticsearch/tasks/main.yml
|
ansible/roles/elasticsearch/tasks/main.yml
|
---
# tasks file for elasticsearch
# include the distro-specific stuff
- include: debian.yml
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
#
- include: rhel.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
- name: Start Elasticsearch Service
service: name=elasticsearch state=running enabled=yes
- name: Format the extra file storage
filesystem:
fstype: ext4
dev: /dev/xvdl
- name: Mount the extra storage
mount:
name: /var/lib/elasticsearch
src: /dev/xvdl1
fstype: ext4
state: present
- name: Copy the elasticsearch config into place
template: src=elasticsearch.yml dest=/etc/elasticsearch/elasticsearch.yml
notify: restart_elasticsearch
- name: Register with Consul
consul:
service_name: elasticsearch
service_port: 9200
when: consul_enabled and consul_enabled == True
- name: Enable the relevant plugins
command: "/usr/share/elasticsearch/bin/elasticsearch-plugin install --batch {{ item }}"
with_items:
- x-pack
ignore_errors: true
- name: Enable traffic for all inbound connections
firewalld:
port: 9200-9305/tcp
permanent: true
state: enabled
immediate: true
|
---
# tasks file for elasticsearch
# include the distro-specific stuff
- include: debian.yml
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
#
- include: rhel.yml
when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux'
- name: Start Elasticsearch Service
service: name=elasticsearch state=running enabled=yes
- name: Format the extra file storage
filesystem:
fstype: ext4
dev: /dev/xvdl
- name: Mount the extra storage
mount:
name: /var/lib/elasticsearch
src: /dev/xvdl1
fstype: ext4
state: present
- name: Copy the elasticsearch config into place
template: src=elasticsearch.yml dest=/etc/elasticsearch/elasticsearch.yml
notify: restart_elasticsearch
- name: Register with Consul
consul:
service_name: elasticsearch
service_port: 9200
when: consul_enabled and consul_enabled == True
- name: Enable the relevant plugins
command: "/usr/share/elasticsearch/bin/elasticsearch-plugin install --batch {{ item }}"
with_items:
- x-pack
ignore_errors: true
- name: Copy the generic system key for x-pack - CHANGE THIS FOR PRODUCTION!
copy:
src: system_key
dest: /etc/elasticsearch/x-pack/system_key
owner: elasticsearch
group: elasticsearch
mode: 0640
notify: restart_elasticsearch
- name: Enable traffic for all inbound connections
firewalld:
port: 9200-9305/tcp
permanent: true
state: enabled
immediate: true
|
Add the default, generic system key for Elasticsearch
|
Add the default, generic system key for Elasticsearch
|
YAML
|
mit
|
proffalken/aws-blog-framework,proffalken/aws-blog-framework,proffalken/aws-blog-framework
|
8b2970c094946f84133168c1d417eb8f72f56bac
|
ab_tests/ab_tests.yaml
|
ab_tests/ab_tests.yaml
|
---
- BenchmarkInlineLink
- EpilepsyDrivingStart
- SearchMatchLength
- WorldwidePublishingTaxonomy
|
---
- BenchmarkCmTitle1
- BenchmarkInlineLink
- EpilepsyDrivingStart
- SearchMatchLength
- WorldwidePublishingTaxonomy
|
Add a new Benchmarking A/B test for the child maintenance page title
|
Add a new Benchmarking A/B test for the child maintenance page title
|
YAML
|
mit
|
alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure
|
18c8a2f58dce81e9cf3c845816eedbf467461038
|
experimental/kubernetes/0-dependencies.yml
|
experimental/kubernetes/0-dependencies.yml
|
###
### DEPENDENCIES
###
---
apiVersion: v1
kind: ReplicationController
metadata:
name: redis
spec:
replicas: 1
selector:
component: redis
template:
metadata:
labels:
component: redis
spec:
containers:
- name: redis-server
image: redis
args: ["redis-server", "--componentendonly", "yes"]
ports:
- containerPort: 6379
---
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
ports:
- port: 6379
selector:
component: redis
---
apiVersion: v1
kind: ReplicationController
metadata:
name: cassandra
spec:
replicas: 1
selector:
component: cassandra
template:
metadata:
labels:
component: cassandra
spec:
containers:
- name: cassandra
image: cassandra:2.1.11
ports:
- name: thrift
containerPort: 9160
- name: main
containerPort: 9042
volumeMounts:
- name: scripts
mountPath: /root/cassandra
volumes:
- name: scripts
hostPath:
path: /root/cassandra
---
apiVersion: v1
kind: Service
metadata:
name: cassandra
spec:
ports:
- name: thrift
port: 9160
- name: main
port: 9042
selector:
component: cassandra
---
|
###
### DEPENDENCIES
###
---
apiVersion: v1
kind: ReplicationController
metadata:
name: redis
spec:
replicas: 1
selector:
component: redis
template:
metadata:
labels:
component: redis
spec:
containers:
- name: redis-server
image: redis
args: ["redis-server", "--appendonly", "yes"]
ports:
- containerPort: 6379
---
apiVersion: v1
kind: Service
metadata:
name: redis
spec:
ports:
- port: 6379
selector:
component: redis
---
apiVersion: v1
kind: ReplicationController
metadata:
name: cassandra
spec:
replicas: 1
selector:
component: cassandra
template:
metadata:
labels:
component: cassandra
spec:
containers:
- name: cassandra
image: cassandra:2.1.11
ports:
- name: thrift
containerPort: 9160
- name: main
containerPort: 9042
volumeMounts:
- name: scripts
mountPath: /root/cassandra
volumes:
- name: scripts
hostPath:
path: /root/cassandra
---
apiVersion: v1
kind: Service
metadata:
name: cassandra
spec:
ports:
- name: thrift
port: 9160
- name: main
port: 9042
selector:
component: cassandra
---
|
Fix typo in redis parameter.
|
Fix typo in redis parameter.
@ttomsu please review.
|
YAML
|
apache-2.0
|
skim1420/spinnaker,stitchfix/spinnaker,jtk54/spinnaker,imosquera/spinnaker,skim1420/spinnaker,Roshan2017/spinnaker,skim1420/spinnaker,tgracchus/spinnaker,spinnaker/spinnaker,ewiseblatt/spinnaker,stitchfix/spinnaker,duftler/spinnaker,duftler/spinnaker,jtk54/spinnaker,imosquera/spinnaker,tgracchus/spinnaker,duftler/spinnaker,tgracchus/spinnaker,ewiseblatt/spinnaker,Roshan2017/spinnaker,spinnaker/spinnaker,duftler/spinnaker,imosquera/spinnaker,jtk54/spinnaker,Roshan2017/spinnaker,spinnaker/spinnaker,ewiseblatt/spinnaker,skim1420/spinnaker,stitchfix/spinnaker,spinnaker/spinnaker,ewiseblatt/spinnaker
|
f2b1090a5902658644eca474e49363d29136343f
|
dosbox/snapcraft.yaml
|
dosbox/snapcraft.yaml
|
name: dosbox
version: "0.74-svn"
summary: DOSBox
description: x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS
DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics
sound and DOS. It's been designed to run old DOS games under platforms that
don't support it.
.
The following legacy sound devices are emulated; PC Speaker, Creative,
CMS/Gameblaster, Tandy 3 voice, Adlib, Sound Blaster Pro/16,
Disney Soundsource and a Gravis Ultrasound. MPU-401 is forwarded to the host.
apps:
dosbox:
command: dosbox
plugs: [network, network-bind, unity7, opengl, home]
parts:
dosbox:
plugin: autotools
source-type: tar
source: http://source.dosbox.com/dosboxsvn.tgz
build-packages:
- libsdl1.2-dev
- libpng12-dev
- libsdl-net1.2-dev
- libsdl-sound1.2-dev
- libasound2-dev
|
name: dosbox
version: "0.74-svn"
summary: DOSBox
description: x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS
DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics
sound and DOS. It's been designed to run old DOS games under platforms that
don't support it.
.
The following legacy sound devices are emulated; PC Speaker, Creative,
CMS/Gameblaster, Tandy 3 voice, Adlib, Sound Blaster Pro/16,
Disney Soundsource and a Gravis Ultrasound. MPU-401 is forwarded to the host.
apps:
dosbox:
command: dosbox
plugs: [network, network-bind, unity7, opengl, home]
parts:
dosbox:
plugin: autotools
source-type: tar
source: http://source.dosbox.com/dosboxsvn.tgz
build-packages:
- g++
- make
- libsdl1.2-dev
- libpng12-dev
- libsdl-net1.2-dev
- libsdl-sound1.2-dev
- libasound2-dev
|
Add build dependencies like a barbarian
|
Add build dependencies like a barbarian
|
YAML
|
mit
|
wandrewkeech/snappy-playpen,jamestait/snappy-playpen,ubuntu/snappy-playpen,elopio/snappy-playpen,elopio/snappy-playpen,ubuntu/snappy-playpen,jamestait/snappy-playpen,elopio/snappy-playpen,Zap123/snappy-playpen,jamestait/snappy-playpen,dplanella/snappy-playpen,wandrewkeech/snappy-playpen,jamestait/snappy-playpen,Winael/snappy-playpen-1,elopio/snappy-playpen,Winael/snappy-playpen-1,dplanella/snappy-playpen,ubuntu/snappy-playpen,Zap123/snappy-playpen,ubuntu/snappy-playpen
|
a0298e9ee997d7cd7412ed0ca751c96287c873c0
|
provisioning/roles/mitmproxy/tasks/main.yml
|
provisioning/roles/mitmproxy/tasks/main.yml
|
- name: Install python
apt: pkg=python
- name: Install development headers for python
apt: pkg=python-dev
- name: Install build-essential
apt: pkg=build-essential
- name: Install libxslt1-dev
apt: pkg=libxslt1-dev
- name: Install pip (required to install mitmproxy)
apt: pkg=python-pip
# Install netlib & mitmproxy from master until mitmproxy 0.12 is released
- name: Install pre-release of netlib
pip:
name: "git+https://github.com/mitmproxy/netlib.git@46fadfc82386265c26b77ea0d8c3801585c84fbc#egg=netlib"
- name: Install pre-release of mitmproxy
pip:
name: "git+https://github.com/mitmproxy/mitmproxy.git@26923dd0e41fe9d5db6fa0677ee0bc627f5a7db2#egg=mitmproxy"
|
- name: Install python
apt: pkg=python
- name: Install development headers for python
apt: pkg=python-dev
- name: Install build-essential
apt: pkg=build-essential
- name: Install libxslt1-dev
apt: pkg=libxslt1-dev
- name: Install pip (required to install mitmproxy)
apt: pkg=python-pip
- name: Install version 0.12 of mitmproxy
pip:
name: mitmproxy
version: 0.12
|
Install mitmproxy 0.12 now that it has been released
|
Install mitmproxy 0.12 now that it has been released
|
YAML
|
agpl-3.0
|
openaustralia/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph
|
867da898da4733992e281e822005f27a5e219025
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1200
use_front_matter_path: true
file_template: 'https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1028/:filename:'
instant_preview: true
build:
preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
publish_command: hugo -d public
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.55.6
publish_env:
- HUGO_ENV=production
- HUGO_VERSION=0.55.6
preview_output_directory: public
output_directory: public
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
version: 0.55.6
|
---
new_page_extension: md
auto_deploy: false
admin_path: redac
webhook_url: ''
sections:
- type: directory
path: content/post
label: Articles
create: all
match: "**/*"
templates:
- post
- type: document
path: config.yaml
label: Configuration
upload_dir: ''
public_path: ''
front_matter_path: https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1200
use_front_matter_path: true
file_template: 'https://res.cloudinary.com/jamstatic/image/upload/c_scale,f_auto,q_auto,w_1028/:filename:'
build:
preview_command: hugo -E -F -D -b $DEPLOY_URL -d public
publish_command: hugo -d public
preview_env:
- HUGO_ENV=staging
- HUGO_VERSION=0.55.6
publish_env:
- HUGO_ENV=production
- HUGO_VERSION=0.55.6
preview_output_directory: public
output_directory: public
instant_preview_command: hugo server -D -E -F --port 8080 --bind 0.0.0.0 --renderToDisk
-d public
preview_docker_image: forestryio/hugo:latest
mount_path: "/srv"
version: 0.55.6
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
|
d844034e18f4995561aa0b68638d761faa326edd
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
content/post:
default_front_matter_template: post
upload_dir: static/images
public_path: "/images"
front_matter_path: ''
use_front_matter_path: false
file_template: ":year:/:month:/:filename:"
version: 0.42.1
|
---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
content/post:
default_front_matter_template: post
upload_dir: ''
public_path: ''
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
version: 0.42.1
|
Update from Forestry.io - Updated Forestry configuration
|
Update from Forestry.io - Updated Forestry configuration
|
YAML
|
mit
|
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
|
c28a68dfb1eac903cb3a4396ad7d170df59bfceb
|
.forestry/settings.yml
|
.forestry/settings.yml
|
---
new_page_extension: md
auto_deploy: true
admin_path: "/admin"
webhook_url:
sections:
- type: jekyll-posts
label: News & Results
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
build:
preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site
publish_command: bundle exec jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
|
---
new_page_extension: md
auto_deploy: true
admin_path: "/admin"
webhook_url:
sections:
- type: jekyll-posts
label: News & Results
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path:
file_template: ":filename:"
build:
preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site
publish_command: jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
|
Update from Forestry.io - Updated Forestry configuration [email protected] updated _posts/latest-news/2014-04-11-april-12th-event-postponed.markdown
|
Update from Forestry.io - Updated Forestry configuration
[email protected] updated _posts/latest-news/2014-04-11-april-12th-event-postponed.markdown
|
YAML
|
mit
|
digitalfort/goulburnspeedway
|
0e411110a37dde5ee501353956385ad1a330789d
|
.github/dependabot.yml
|
.github/dependabot.yml
|
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
|
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/web"
schedule:
interval: weekly
open-pull-requests-limit: 10
|
Add Dependabot for front-end deps
|
Add Dependabot for front-end deps
Signed-off-by: Scott Andrews <[email protected]>
|
YAML
|
apache-2.0
|
vmware/octant,vmware/octant,vmware/octant,vmware/octant,vmware/octant
|
dc35847baa315f222003f67fffd073dc1f7cae38
|
.github/dependabot.yml
|
.github/dependabot.yml
|
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
|
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
|
Use Dependabot to update GitHub Actions
|
Use Dependabot to update GitHub Actions
|
YAML
|
apache-2.0
|
maxmind/GeoIP2-python,maxmind/GeoIP2-python
|
126dc57efadf4e5d525e218d813a4d92a5950f97
|
spec/acceptance/nodesets/debian-607-x64.yml
|
spec/acceptance/nodesets/debian-607-x64.yml
|
HOSTS:
debian-607-x64:
roles:
- master
platform: debian-6-amd64
box: debian-607-x64-vbox4210-nocm
box_url: http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210-nocm.box
hypervisor: vagrant
CONFIG:
log_level: info
trace_limit: 100
type: git
|
HOSTS:
debian-607-x64:
roles:
- master
platform: debian-6-amd64
box: debian-607-x64-vbox4210-nocm
box_url: http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210-nocm.box
hypervisor: vagrant
CONFIG:
log_level: info
type: git
|
Increase log output when Puppet run fails
|
Increase log output when Puppet run fails
|
YAML
|
apache-2.0
|
tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal
|
4fbbc0f7676b60cd5d7024859b345b145eb64ec6
|
metadata/com.oriondev.moneywallet.yml
|
metadata/com.oriondev.moneywallet.yml
|
Categories:
- Money
License: GPL-3.0-only
SourceCode: https://github.com/AndreAle94/moneywallet
IssueTracker: https://github.com/AndreAle94/moneywallet/issues
Bitcoin: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U
AutoName: MoneyWallet
Summary: Expense Manager
Description: |-
MoneyWallet is an advanced expense manager that allows you to track your.
expenses and plan budgets. You can organize your data using custom
categories, events, places and people tags. The user interface is in
material design, clear, simple and extremely customizable. It fits on all
devices. It's simply your best expense manager.
RepoType: git
Repo: https://github.com/AndreAle94/moneywallet
Builds:
- versionName: 4.0.2-floss
versionCode: 55
commit: v4.0.2.1
subdir: app
gradle:
- floss
MaintainerNotes: We can't enable auto update because version name has a suffix.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 4.0.3.5
CurrentVersionCode: 61
|
Categories:
- Money
License: GPL-3.0-only
SourceCode: https://github.com/AndreAle94/moneywallet
IssueTracker: https://github.com/AndreAle94/moneywallet/issues
Bitcoin: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U
AutoName: MoneyWallet
Summary: Expense Manager
Description: |-
MoneyWallet is an advanced expense manager that allows you to track your.
expenses and plan budgets. You can organize your data using custom
categories, events, places and people tags. The user interface is in
material design, clear, simple and extremely customizable. It fits on all
devices. It's simply your best expense manager.
RepoType: git
Repo: https://github.com/AndreAle94/moneywallet
Builds:
- versionName: 4.0.2-floss
versionCode: 55
commit: v4.0.2.1
subdir: app
gradle:
- floss
MaintainerNotes: We can't enable auto update because version name has a suffix.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 4.0.3.6
CurrentVersionCode: 62
|
Update CV of MoneyWallet to 4.0.3.6 (62)
|
Update CV of MoneyWallet to 4.0.3.6 (62)
|
YAML
|
agpl-3.0
|
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
|
16f51d1a9603a03725b7bd16509dc878bfd3c3d6
|
metadata/rocks.poopjournal.flashy.yml
|
metadata/rocks.poopjournal.flashy.yml
|
Categories:
- System
License: Apache-2.0
AuthorName: Crazy Marvin & Contributors
AuthorEmail: [email protected]
WebSite: https://poopjournal.rocks/Flashy/
SourceCode: https://github.com/Crazy-Marvin/Flashy
IssueTracker: https://github.com/Crazy-Marvin/Flashy/issues
Translation: https://crowdin.com/project/flashy
Donate: https://poopjournal.rocks/blog/donate/
AutoName: Flashy
RepoType: git
Repo: https://github.com/Crazy-Marvin/Flashy
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 3
|
Categories:
- System
License: Apache-2.0
AuthorName: Crazy Marvin & Contributors
AuthorEmail: [email protected]
WebSite: https://poopjournal.rocks/Flashy/
SourceCode: https://github.com/Crazy-Marvin/Flashy
IssueTracker: https://github.com/Crazy-Marvin/Flashy/issues
Translation: https://crowdin.com/project/flashy
Donate: https://poopjournal.rocks/blog/donate/
AutoName: Flashy
RepoType: git
Repo: https://github.com/Crazy-Marvin/Flashy
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
- versionName: '1.3'
versionCode: 4
commit: 7a101be72537ef13cb76df3e4214d6f563937f57
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.3'
CurrentVersionCode: 4
|
Update Flashy to 1.3 (4)
|
Update Flashy to 1.3 (4)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
452a84ea320839330c1eb9b4f2f6f001a0673c44
|
playbooks/edx-east/legacy_certificates.yml
|
playbooks/edx-east/legacy_certificates.yml
|
# ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml
- name: Deploy legacy_certs
hosts: all
sudo: True
gather_facts: True
vars:
serial_count: 1
repo_url: "[email protected]:edx/certificates.git"
repo_path: "/opt/wwc/certificates"
certificates_version: "master"
git_ssh_script: "/opt/wwc/git.sh"
serial: "{{ serial_count }}"
tasks:
- name: stop certs service
service: name="certificates" state="stopped"
- name: checkout code
git: >
repo="{{ repo_url }}"
dest="{{ repo_path }}"
version="{{ certificates_version }}"
accept_hostkey=yes
environment:
GIT_SSH: "{{ git_ssh_script }}"
# Need to do this because the www-data user is not properly setup
# and can't run ssh.
- name: change owner to www-data
file: >
path="{{ repo_path }}"
owner="www-data"
group="www-data"
recurse=yes
state="directory"
- name: start certs service
service: name="certificates" state="started"
|
# ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml
- name: Deploy legacy_certs
hosts: all
sudo: True
gather_facts: True
vars:
serial_count: 1
repo_url: "[email protected]:edx/certificates.git"
repo_path: "/opt/wwc/certificates"
certificates_version: "master"
git_ssh_script: "/opt/wwc/git.sh"
serial: "{{ serial_count }}"
tasks:
- name: stop certs service
service: name="certificates" state="stopped"
- name: checkout code
git: >
repo="{{ repo_url }}"
dest="{{ repo_path }}"
version="{{ certificates_version }}"
accept_hostkey=yes
environment:
GIT_SSH: "{{ git_ssh_script }}"
- name: install requirements
pip:
requirements: "{{ repo_path }}/requirements.txt"
virtualenv: "/opt/edx"
state: present
# Need to do this because the www-data user is not properly setup
# and can't run ssh.
- name: change owner to www-data
file: >
path="{{ repo_path }}"
owner="www-data"
group="www-data"
recurse=yes
state="directory"
- name: start certs service
service: name="certificates" state="started"
|
Install requirements after we checkout the code.
|
Install requirements after we checkout the code.
|
YAML
|
agpl-3.0
|
edx/configuration,open-craft/configuration,arbrandes/edx-configuration,louyihua/configuration,arbrandes/edx-configuration,leansoft/configuration,nunpa/configuration,hastexo/edx-configuration,eduStack/configuration,gsehub/configuration,joshhu/configuration,bugcy013/edx_infra,4eek/configuration,hastexo/edx-configuration-old,kursitet/configuration,rue89-tech/configuration,armaan/edx-configuration,glengal/configuration,Livit/Livit.Learn.EdX.configuration,proversity-org/configuration,kursitet/configuration,beacloudgenius/configuration,appsembler/configuration,Livit/Livit.Learn.EdX.configuration,leansoft/configuration,omarkhan/configuration,kencung/configuration,nikolas/configuration,nunpa/configuration,openfun/configuration,michaelsteiner19/open-edx-configuration,proversity-org/configuration,hks-epod/configuration,jorgeomarmh/configuration,eduStack/configuration,glengal/configuration,Pieros/configuration,Stanford-Online/configuration,nikolas/configuration,alu042/configuration,jorgeomarmh/configuration,marcore/configuration,open-craft/configuration,gashac03/ubuntu,alu042/configuration,nttks/configuration,arifsetiawan/configuration,Softmotions/configuration,appsembler/configuration,EDUlib/configuration,rue89-tech/configuration,glengal/configuration,kursitet/configuration,rue89-tech/configuration,beacloudgenius/configuration,louyihua/configuration,stvstnfrd/configuration,fghaas/edx-configuration,knehez/configuration,antshin72/configuration,EDUlib/configuration,beacloudgenius/configuration,joshhu/configuration,gsehub/configuration,gashac03/ubuntu,nttks/configuration,nttks/configuration,EDUlib/configuration,alu042/configuration,gsehub/configuration,AlfiyaZi/configuration,pedrorib/istx,leansoft/configuration,vasyarv/configuration,usernamenumber/configuration,Softmotions/configuration,arifsetiawan/configuration,omarkhan/configuration,CredoReference/configuration,vasyarv/configuration,AlfiyaZi/configuration,pedrorib/istx,Stanford-Online/configuration,lgfa29/configuration,michaelsteiner19/open-edx-configuration,hastexo/edx-configuration-old,knehez/configuration,CredoReference/configuration,mitodl/configuration,zhengjunwei/configuration,edx/configuration,marcore/configuration,hks-epod/configuration,armaan/edx-configuration,Pieros/configuration,knehez/configuration,Carlos2005/configuration,antoviaque/configuration,jorgeomarmh/configuration,xiangjf/configuration,openfun/configuration,IndonesiaX/configuration,lgfa29/configuration,leansoft/configuration,marcore/configuration,pedrorib/istx,AlfiyaZi/configuration,arifsetiawan/configuration,Stanford-Online/configuration,vasyarv/configuration,Pieros/configuration,Softmotions/configuration,mitodl/configuration,appsembler/configuration,AlfiyaZi/configuration,nikolas/configuration,nikolas/configuration,kursitet/configuration,edx/configuration,pobrejuanito/configuration,hastexo/edx-configuration-old,CredoReference/configuration,gsehub/configuration,EDUlib/configuration,Softmotions/configuration,rue89-tech/configuration,fghaas/edx-configuration,louyihua/configuration,openfun/configuration,alu042/configuration,stvstnfrd/configuration,michaelsteiner19/open-edx-configuration,open-craft/configuration,eduStack/configuration,gashac03/ubuntu,hastexo/edx-configuration,antoviaque/configuration,zhengjunwei/configuration,bugcy013/edx_infra,arifsetiawan/configuration,pobrejuanito/configuration,gsehub/configuration,pobrejuanito/configuration,joshhu/configuration,zhengjunwei/configuration,joshhu/configuration,nunpa/configuration,antshin72/configuration,lgfa29/configuration,IndonesiaX/configuration,Pieros/configuration,appsembler/configuration,Livit/Livit.Learn.EdX.configuration,glengal/configuration,4eek/configuration,louyihua/configuration,antshin72/configuration,proversity-org/configuration,openfun/configuration,stvstnfrd/configuration,Stanford-Online/configuration,IndonesiaX/configuration,xiangjf/configuration,edx/configuration,bugcy013/edx_infra,kencung/configuration,EDUlib/configuration,fghaas/edx-configuration,IndonesiaX/configuration,omarkhan/configuration,lgfa29/configuration,hastexo/edx-configuration,mitodl/configuration,hastexo/edx-configuration-old,bugcy013/edx_infra,beacloudgenius/configuration,hks-epod/configuration,stvstnfrd/configuration,usernamenumber/configuration,knehez/configuration,usernamenumber/configuration,gashac03/ubuntu,antshin72/configuration,hks-epod/configuration,kencung/configuration,omarkhan/configuration,Carlos2005/configuration,mitodl/configuration,proversity-org/configuration,michaelsteiner19/open-edx-configuration,4eek/configuration,jorgeomarmh/configuration,hks-epod/configuration,Stanford-Online/configuration,zhengjunwei/configuration,hastexo/edx-configuration,usernamenumber/configuration,4eek/configuration,proversity-org/configuration,Carlos2005/configuration,antoviaque/configuration,pedrorib/istx,Livit/Livit.Learn.EdX.configuration,open-craft/configuration,fghaas/edx-configuration,arbrandes/edx-configuration,armaan/edx-configuration,pobrejuanito/configuration,stvstnfrd/configuration,CredoReference/configuration,vasyarv/configuration,Carlos2005/configuration,nunpa/configuration,arbrandes/edx-configuration,antoviaque/configuration,armaan/edx-configuration,xiangjf/configuration,marcore/configuration,arbrandes/edx-configuration,xiangjf/configuration,nttks/configuration,kencung/configuration,hastexo/edx-configuration,rue89-tech/configuration
|
0913d208839985bd47fd1c3a9d6db86bd1fcc3c0
|
helm_deploy/cla-backend/values-training.yaml
|
helm_deploy/cla-backend/values-training.yaml
|
# Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "training"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
whitelist_additional:
- 52.49.175.131/32
# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
DEBUG:
value: "False"
LOAD_TEST_DATA:
value: "True"
REPLICA_DB_HOST:
value: ~
secret: ~
SMTP_USER:
secret:
optional: true
SMTP_PASSWORD:
secret:
optional: true
SMTP_HOST:
secret:
optional: true
SITE_HOSTNAME:
value: "cla-frontend-socket-server.laa-cla-frontend-training.svc.cluster.local"
FRONTEND_HOST_NAME:
value: "http://cla-frontend-socket-server.laa-cla-frontend-training.svc.cluster.local"
EXPRESS_SERVER_PORT:
value: "80"
|
# Default values for cla-backend in a dev environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "training"
image:
pullPolicy: IfNotPresent
localPostgres:
enabled: false
ingress:
enabled: true
whitelist_additional:
- 52.49.175.131/32
# Lists don't deep merge, so this list of envVars overrides anything defined in an earlier values file
envVars:
DEBUG:
value: "False"
LOAD_TEST_DATA:
value: "True"
DB_HOST:
secret:
name: database-10
key: host
DB_PORT:
secret:
name: database-10
key: port
DB_NAME:
secret:
name: database-10
key: name
DB_USER:
secret:
name: database-10
key: user
DB_PASSWORD:
secret:
name: database-10
key: password
REPLICA_DB_HOST:
value: ~
secret: ~
SMTP_USER:
secret:
optional: true
SMTP_PASSWORD:
secret:
optional: true
SMTP_HOST:
secret:
optional: true
SITE_HOSTNAME:
value: "cla-frontend-socket-server.laa-cla-frontend-training.svc.cluster.local"
FRONTEND_HOST_NAME:
value: "http://cla-frontend-socket-server.laa-cla-frontend-training.svc.cluster.local"
EXPRESS_SERVER_PORT:
value: "80"
|
Use the newly migrated postgres10 database credentials for training environment
|
Use the newly migrated postgres10 database credentials for training environment
|
YAML
|
mit
|
ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend
|
909d16462c2525c6c86eb8b2bb6cb83bab7bc524
|
packages/sy/symmetric-properties.yaml
|
packages/sy/symmetric-properties.yaml
|
homepage: https://github.com/joelburget/symmetric-properties#readme
changelog-type: ''
hash: d69c4dcac09b483eedd07219daa883fdad98e24292b972a1be794eca9b19a408
test-bench-deps:
symmetric-properties: -any
base: -any
hspec: -any
HUnit: -any
maintainer: [email protected]
synopsis: Monoids for sameness and uniqueness.
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
containers: ! '>=0.4'
all-versions:
- 0.1.0.0
author: Joel Burget
latest: 0.1.0.0
description-type: haddock
description: ! 'Test whether every element of a ''Foldable'' is the ''Same'' or ''Unique''.
> > allSame (replicate 1000 1)
> True
> > allSame [1..]
> False
> > allUnique [1..1000]
> True
> > allUnique (cycle [1..100])
> False'
license-name: BSD-3-Clause
|
homepage: https://github.com/joelburget/symmetric-properties#readme
changelog-type: ''
hash: c44a0cd2f900b0687b3133d81d619c2a87b48d62ac04d5225b1ac865e43cd60d
test-bench-deps:
symmetric-properties: -any
base: -any
hspec: -any
HUnit: -any
maintainer: [email protected]
synopsis: Monoids for sameness and uniqueness.
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
containers: ! '>=0.4'
all-versions:
- 0.1.0.0
- 0.1.0.1
author: Joel Burget
latest: 0.1.0.1
description-type: haddock
description: |-
Test whether every element of a 'Foldable' is the 'Same' or 'Unique'.
> > allSame (replicate 1000 1)
> True
> > allSame [1..]
> False
> > allUnique [1..1000]
> True
> > allUnique (cycle [1..100])
> False
license-name: BSD-3-Clause
|
Update from Hackage at 2019-01-15T20:45:50Z
|
Update from Hackage at 2019-01-15T20:45:50Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
104120dfa000f12f8083a7ac1630c13f04f789c5
|
.github/workflows/build.yml
|
.github/workflows/build.yml
|
name: Build
on:
push:
branches: [ master ]
jobs:
build-launcher:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Install Wails
run: go get -u github.com/wailsapp/wails/cmd/[email protected]
- name: Build Launcher
run: |
cd launcher
wails build -d
mv build/imperial-splendour-launcher.exe build/imperial-splendour-launcher_debug.exe
wails build -p
cd ..
- name: Extract Artifacts
uses: actions/upload-artifact@v2
with:
name: executables
path: launcher/build/
build-deactivator:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build Deactivator
run: |
cd setup/deactivator
go build -o ../deactivator.exe
cd ../..
- name: Commit updated Deactivator
uses: EndBug/add-and-commit@v7
with:
add: 'setup/deactivator.exe'
default_author: github_actions
message: 'Build new Deactivator'
pull_strategy: '--rebase'
|
name: Build
on:
push:
branches: [ master ]
jobs:
build-launcher:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Install Wails
run: go get -u github.com/wailsapp/wails/cmd/[email protected]
- name: Build Launcher
run: |
cd launcher
wails build -d
mv build/imperial-splendour-launcher.exe build/imperial-splendour-launcher_debug.exe
wails build -p
cd ..
- name: Extract Artifacts
uses: actions/upload-artifact@v2
with:
name: executables
path: launcher/build/
build-deactivator:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Build Deactivator
run: |
cd setup/deactivator
go build -o ../deactivator.exe
cd ../..
- name: Commit updated Deactivator
uses: EndBug/add-and-commit@v7
with:
add: 'setup/deactivator.exe'
default_author: github_actions
message: 'Build new Deactivator'
|
Remove rebase from deactivator commit job
|
Remove rebase from deactivator commit job
|
YAML
|
mit
|
SophieAu/imperial-splendour-launcher,SophieAu/imperial-splendour-launcher,SophieAu/imperial-splendour-launcher,SophieAu/imperial-splendour-launcher
|
697b161e5824851c0803161902c361d133bda2e7
|
.github/workflows/build.yml
|
.github/workflows/build.yml
|
name: Build
on:
push:
branches:
- master
tags:
- '*'
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 13.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v1
- run: npm install
- run: npm run test
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
|
name: Build
on:
push:
branches:
- master
tags:
- '*'
pull_request:
types: [opened, reopened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 13.x]
steps:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- uses: actions/checkout@v1
- run: npm install
- run: npm run test
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
|
Remove Node 8 from CI
|
Remove Node 8 from CI
|
YAML
|
mpl-2.0
|
ethereumjs/ethereumjs-util,ethereum/ethereumjs-vm,ethereumjs/ethereumjs-util,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm
|
4f1646a98ddb7edc29995a36b41251c42ab9a655
|
.github/workflows/maven.yml
|
.github/workflows/maven.yml
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
name: GitHub CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
# windows-latest
os: [ubuntu-latest, macOS-latest]
java: [8]
jdk: [temurin, zulu]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn verify -e -B -V -P run-its
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you 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.
name: GitHub CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
# windows-latest
os: [ubuntu-latest, macOS-latest]
java: [8]
jdk: [temurin, zulu]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.jdk }}
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Build with Maven
run: mvn verify -e -B -V -P run-its
|
Bump actions/setup-java from 2 to 3
|
Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
|
YAML
|
apache-2.0
|
mojohaus/keytool
|
1bd0c095e9904be1bd9ca7a57b9d94864f11d923
|
.github/workflows/maven.yml
|
.github/workflows/maven.yml
|
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Cache SonarCloud packages
uses: actions/cache@v2
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build with Maven
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
|
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Cache SonarCloud packages
uses: actions/cache@v2
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
restore-keys: ${{ runner.os }}-sonar
- name: Build with Maven
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
|
Add Sonar token as environment variable
|
Add Sonar token as environment variable
|
YAML
|
lgpl-2.1
|
mreutegg/laszip4j
|
3b70f211c42d7265a292970e71fc4328d9e4f648
|
metadata/io.github.domi04151309.powerapp.yml
|
metadata/io.github.domi04151309.powerapp.yml
|
Categories:
- System
License: GPL-3.0-only
AuthorName: Dominik
AuthorWebSite: https://domi04151309.github.io/
WebSite: https://domi04151309.github.io/Android/Powerapp
SourceCode: https://github.com/Domi04151309/Power-App-for-Android
IssueTracker: https://github.com/Domi04151309/Power-App-for-Android/issues
AutoName: Power App
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/Domi04151309/Power-App-for-Android
Builds:
- versionName: 1.8.3
versionCode: 183
commit: 1.8.3
subdir: app
gradle:
- yes
- versionName: 1.8.4
versionCode: 184
commit: 1.8.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.8.4
CurrentVersionCode: 184
|
Categories:
- System
License: GPL-3.0-only
AuthorName: Dominik
AuthorWebSite: https://domi04151309.github.io/
WebSite: https://domi04151309.github.io/Android/Powerapp
SourceCode: https://github.com/Domi04151309/Power-App-for-Android
IssueTracker: https://github.com/Domi04151309/Power-App-for-Android/issues
AutoName: Power App
RequiresRoot: 'yes'
RepoType: git
Repo: https://github.com/Domi04151309/Power-App-for-Android
Builds:
- versionName: 1.8.3
versionCode: 183
commit: 1.8.3
subdir: app
gradle:
- yes
- versionName: 1.8.4
versionCode: 184
commit: 1.8.4
subdir: app
gradle:
- yes
- versionName: 1.8.5
versionCode: 185
commit: 1.8.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.8.5
CurrentVersionCode: 185
|
Update Power App to 1.8.5 (185)
|
Update Power App to 1.8.5 (185)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
6ebcf64197347af44762526240e3ae486aab3a31
|
conda-recipe/meta.yaml
|
conda-recipe/meta.yaml
|
package:
name: blueksy
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requirements:
build:
- python >=3.4
run:
- python >=3.4
- jsonschema
- super_state_machine
- lmfit
- numpy
- metadatastore
- filestore
- matplotlib
- prettytable
- cycler
- traitlets
- history
test:
requires:
- nslsii_dev_configuration
imports:
- 'bluesky'
- 'bluesky.examples'
- 'bluesky.callbacks'
- 'bluesky.register_mds'
- 'bluesky.standard_config'
about:
home: https://github.com/NSLS-II/bluesky
license: BSD
|
package:
name: blueksy
version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }}
source:
git_url: ../
build:
# Note that this will override the default build string with the Python
# and NumPy versions
string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }}
requirements:
build:
- python >=3.4.3
run:
- python >=3.4.3
- jsonschema
- super_state_machine
- lmfit
- numpy
- metadatastore
- filestore
- matplotlib
- prettytable
- cycler
- traitlets
- history
test:
requires:
- nslsii_dev_configuration
imports:
- 'bluesky'
- 'bluesky.examples'
- 'bluesky.callbacks'
- 'bluesky.register_mds'
- 'bluesky.standard_config'
about:
home: https://github.com/NSLS-II/bluesky
license: BSD
|
Update recipe to python >=3.4.3
|
MNT: Update recipe to python >=3.4.3
|
YAML
|
bsd-3-clause
|
ericdill/bluesky,ericdill/bluesky
|
9ddade3a29ae4afea2c36eeb37d92e1d5f18ebd0
|
conda.recipe/meta.yaml
|
conda.recipe/meta.yaml
|
package:
name: deepdive
version: "0.8"
source:
git_url: [email protected]:HazyResearch/deepdive.git
git_rev: "ae2558a974e5367a086f28e762dc14846b00f0e6"
build:
script_env:
- USER
requirements:
build:
- python
- setuptools
- coreutils ==8.21
- cmake
run:
- python
- pyhocon ==0.3.30
- coreutils ==8.21
- moreutils ==0.59
- jq ==1.5
- graphviz ==2.38.0
- bc ==1.06
- pv ==1.6.0
- pbzip2 ==1.1.13
- bash ==4.3.42
|
package:
name: deepdive
version: "0.8"
source:
git_url: ../
build:
script_env:
- USER
requirements:
build:
- python
- setuptools
- coreutils ==8.21
- cmake
run:
- python
- pyhocon ==0.3.30
- coreutils ==8.21
- moreutils ==0.59
- jq ==1.5
- graphviz ==2.38.0
- bc ==1.06
- pv ==1.6.0
- pbzip2 ==1.1.13
- bash ==4.3.42
|
Fix conda build to use the checked-out commit
|
Fix conda build to use the checked-out commit
|
YAML
|
apache-2.0
|
shahin/deepdive,HazyResearch/deepdive,shahin/deepdive,sky-xu/deepdive,HazyResearch/deepdive,HazyResearch/deepdive,sky-xu/deepdive,HazyResearch/deepdive
|
dd6e6fb592bc1b5faf9971a4e837a5b2d5d6c591
|
packages/chiffchaff-reporter-www/.travis.yml
|
packages/chiffchaff-reporter-www/.travis.yml
|
language: node_js
matrix:
include:
- node_js: '0.10'
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: node
env: COVERALLS=1
|
language: node_js
matrix:
include:
- node_js: '0.10'
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: node
|
Disable Coveralls until we have tests
|
Disable Coveralls until we have tests
|
YAML
|
mit
|
zentrick/chiffchaff,zentrick/chiffchaff
|
6ed66569898ea87b0d85bfb9590816c566dec5dd
|
catalog/Developer_Tools/irb_Alternatives.yml
|
catalog/Developer_Tools/irb_Alternatives.yml
|
name: irb Alternatives
description:
projects:
- pry
- ripl
|
name: irb Alternatives
description:
projects:
- fir
- pry
- rib
- ripl
|
Add fir and rib into the irb alternative.
|
Add fir and rib into the irb alternative.
|
YAML
|
mit
|
rubytoolbox/catalog
|
a3297968dafb54417dbadf8b7db21e438bbb4000
|
tenets/codelingo/go/lingo_bundle.yaml
|
tenets/codelingo/go/lingo_bundle.yaml
|
description: Best Practices for Golang.
version: 0.0.0
tenets:
- bool-param
- empty-slice
- global-var
- golint
- goto
- marshalling
- nil-only-functions
- println-format-strings
- reallocated-slice
- sprintf
- tested
- ticker-in-for-switch
- todo
- unconvert
tags:
- golang
- go
|
description: Best Practices for Golang.
version: 0.0.0
tenets:
- assignment-to-nil-map
- bool-param
- empty-slice
- global-var
- golint
- goto
- marshalling
- nil-only-functions
- println-format-strings
- reallocated-slice
- sprintf
- tested
- ticker-in-for-switch
- todo
- unconvert
tags:
- golang
- go
|
Add tenet to bundle file
|
Add tenet to bundle file
|
YAML
|
agpl-3.0
|
lingo-reviews/lingo,lingo-reviews/lingo
|
8095b8539a7d89ed03fe84c1aa2463c5e3971d95
|
.github/workflows/test-with-docker.yml
|
.github/workflows/test-with-docker.yml
|
# This is a basic workflow to help you get started with Actions
name: test-with-docker
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
- name: Make sure that the workflow works
run: echo Smoke test
- name: Run the tests using docker-compose
run: docker-compose -f setup/docker-compose.tests.yml up --exit-code-from web-server
|
# This is a basic workflow to help you get started with Actions
name: test-with-docker
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '5 4 * * 0'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
- name: Make sure that the workflow works
run: echo Smoke test
- name: Run the tests using docker-compose
run: docker-compose -f setup/docker-compose.tests.yml up --exit-code-from web-server
|
Add a scheduled run to the Github Workflow Actions
|
Add a scheduled run to the Github Workflow Actions
This will allow us to catch bitrotted changes like
https://github.com/e-mission/e-mission-docs/issues/513
or
https://github.com/e-mission/e-mission-docs/issues/511
and make it easier for people who don't want to use docker to install
|
YAML
|
bsd-3-clause
|
shankari/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,e-mission/e-mission-server
|
7405b0976e708fcfd73e48403c8b491f5aa95cef
|
scripts/system-test-config/generate-cert.yml
|
scripts/system-test-config/generate-cert.yml
|
properties:
bits-service:
tls:
ca: ((bits_service_ssl.ca))
cert: ((bits_service_ssl.certificate))
key: ((bits_service_ssl.private_key))
variables:
- name: default_ca
type: certificate
options:
is_ca: true
common_name: ca
- name: bits_service_ssl
type: certificate
options:
common_name: "127.0.0.1.xip.io"
alternative_names: [ "127.0.0.1", "*.127.0.0.1.xip.io", "127.0.0.1.xip.io" ]
ca: default_ca
- name: blobstore_ssl
type: certificate
options:
common_name: "127.0.0.1.xip.io"
alternative_names: [ "127.0.0.1", "*.127.0.0.1.xip.io", "127.0.0.1.xip.io" ]
ca: default_ca
|
properties:
bits-service:
tls:
ca: ((bits_service_ssl.ca))
cert: ((bits_service_ssl.certificate))
key: ((bits_service_ssl.private_key))
variables:
- name: default_ca
type: certificate
options:
is_ca: true
common_name: ca
- name: bits_service_ssl
type: certificate
options:
common_name: "127.0.0.1.xip.io"
alternative_names: [ "*.127.0.0.1.xip.io", "127.0.0.1.xip.io" ]
ca: default_ca
- name: blobstore_ssl
type: certificate
options:
common_name: "127.0.0.1.xip.io"
alternative_names: [ "127.0.0.1", "*.127.0.0.1.xip.io", "127.0.0.1.xip.io" ]
ca: default_ca
|
Remove IP from alternative names for bits certs
|
Remove IP from alternative names for bits certs
[#156533708]
Signed-off-by: Norman Sutorius <[email protected]>
|
YAML
|
apache-2.0
|
cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release
|
ea4a194e65b1786f111f2c2796e90c25404eeb4d
|
ci/tasks/create-jumpbox.yml
|
ci/tasks/create-jumpbox.yml
|
---
platform: linux
image: docker:///bosh/vsphere-cpi-release
inputs:
- name: bosh-cpi-release
run:
path: bosh-cpi-release/ci/tasks/create-jumpbox.sh
|
---
platform: linux
image: docker:///bosh/vsphere-cpi-release
inputs:
- name: bosh-cpi-release
tags: ["vsphere"]
run:
path: bosh-cpi-release/ci/tasks/create-jumpbox.sh
|
Add vsphere tag for jumpbox build.
|
Add vsphere tag for jumpbox build.
Sends you to the right location when doing a `fly execute`
Signed-off-by: caleb miles <[email protected]>
|
YAML
|
apache-2.0
|
cloudfoundry-incubator/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release,nimbus-cloud/bosh-vsphere-cpi-release,nimbus-cloud/bosh-vsphere-cpi-release,nimbus-cloud/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.