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 |
|---|---|---|---|---|---|---|---|---|---|
2e1489cae098f77306ecdeeeba0704e63d6c3836 | config/sidekiq.yml | config/sidekiq.yml | ---
:verbose: true
:pidfile: tmp/pids/sidekiq.pid
:logfile: ./log/sidekiq.log
:global: true
:concurrency: 10
:queues:
- [deletegenotype, 10]
- [zipgenotyping,5]
- [zipfulldata,5]
- [recommend,5]
- [fitbit,3]
- [frequency,1]
- [fixphenotypes,1]
- [default, 1]
- [mailnewgenotype, 10]
- [mailers, 1]
- [user_snps, 3]
- [preparse,3]
- [parse,3]
- [mendeley_details,1]
- [mendeley,1]
- [genomegov,1]
- [pgp,1]
- [plos_details,1]
- [plos,1]
- [snpedia,1]
:limits:
recommend: 1
zipgenotyping: 1
zipfulldata: 1
fitbit: 3
frequency: 10
fixphenotypes: 1
mailnewgenotype: 1
user_snps: 1
preparse: 2
parse: 1
genomegov: 1
mendeley_details: 1
mendeley: 1
pgp: 1
plos_details: 1
plos: 1
snpedia: 1
| ---
:verbose: true
:pidfile: tmp/pids/sidekiq.pid
:global: true
:concurrency: 10
:queues:
- [deletegenotype, 10]
- [zipgenotyping,5]
- [zipfulldata,5]
- [recommend,5]
- [fitbit,3]
- [frequency,1]
- [fixphenotypes,1]
- [default, 1]
- [mailnewgenotype, 10]
- [mailers, 1]
- [user_snps, 3]
- [preparse,3]
- [parse,3]
- [mendeley_details,1]
- [mendeley,1]
- [genomegov,1]
- [pgp,1]
- [plos_details,1]
- [plos,1]
- [snpedia,1]
:limits:
recommend: 1
zipgenotyping: 1
zipfulldata: 1
fitbit: 3
frequency: 10
fixphenotypes: 1
mailnewgenotype: 1
user_snps: 1
preparse: 2
parse: 1
genomegov: 1
mendeley_details: 1
mendeley: 1
pgp: 1
plos_details: 1
plos: 1
snpedia: 1
| Make Sidekiq log to stdout | Make Sidekiq log to stdout
| YAML | mit | openSNP/snpr,gedankenstuecke/snpr,philippbayer/snpr,vivekiitkgp/snpr,openSNP/snpr,vivekiitkgp/snpr,vivekiitkgp/snpr,openSNP/snpr,gedankenstuecke/snpr,philippbayer/snpr,philippbayer/snpr,gedankenstuecke/snpr,openSNP/snpr,gedankenstuecke/snpr,philippbayer/snpr,vivekiitkgp/snpr |
e2f0866c93098131a521bd61c2938fa7c749732d | tasks/atom-packages-nodejs.yml | tasks/atom-packages-nodejs.yml | ---
- include: ./apm.yml plugin_name='es6-javascript'
- include: ./apm.yml plugin_name='javascript-snippets'
- include: ./apm.yml plugin_name='language-javascript-jsx'
- include: ./apm.yml plugin_name='node-debugger'
- include: ./apm.yml plugin_name='node-resolver'
- include: ./apm.yml plugin_name='npm-docs'
- include: ./apm.yml plugin_name='npm-helper'
| ---
- include: ./apm.yml plugin_name='es6-javascript'
- include: ./apm.yml plugin_name='javascript-snippets'
- include: ./apm.yml plugin_name='language-javascript-jsx'
- include: ./apm.yml plugin_name='node-debugger'
- include: ./apm.yml plugin_name='npm-helper'
| Remove packages that appears to be broken | Remove packages that appears to be broken
| YAML | mit | halvards/vagrant-dev-ubuntu |
a0987263c8769c216e18ad38bf3179761dd71dc0 | metadata/com.marv42.ebt.newnote.yml | metadata/com.marv42.ebt.newnote.yml | AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
versionCode: 19
commit: v0.19
subdir: app
gradle:
- withoutKey
- versionName: 0.43.0
versionCode: 4300
commit: v0.43.0
subdir: app
gradle:
- withoutKey
- versionName: 0.44.0
versionCode: 4400
commit: v0.44.0
subdir: app
gradle:
- withoutKey
AutoUpdateMode: None
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
CurrentVersion: 0.44.0
CurrentVersionCode: 4400
| AntiFeatures:
- NonFreeNet
Categories:
- Games
- Internet
- Money
License: GPL-2.0-only
SourceCode: https://github.com/marv42/EbtNewNote
IssueTracker: https://github.com/marv42/EbtNewNote/issues
AutoName: EBT New Note
RepoType: git
Repo: https://github.com/marv42/EbtNewNote
Builds:
- versionName: '0.19'
versionCode: 19
commit: v0.19
subdir: app
gradle:
- withoutKey
- versionName: 0.43.0
versionCode: 4300
commit: v0.43.0
subdir: app
gradle:
- withoutKey
- versionName: 0.44.0
versionCode: 4400
commit: v0.44.0
subdir: app
gradle:
- withoutKey
- versionName: 0.46.0
versionCode: 4600
commit: v0.46.0
subdir: app
gradle:
- withoutKey
AutoUpdateMode: None
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
CurrentVersion: 0.46.0
CurrentVersionCode: 4600
| Update EBT New Note to 0.46.0 | Update EBT New Note to 0.46.0
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
65eb4566b7fdf1cfa2433b708d322b2fb761d0d8 | training_content/wiki_ed/slides/16-finding_articles/1612-finding-articles-summary.yml | training_content/wiki_ed/slides/16-finding_articles/1612-finding-articles-summary.yml | id: 1612
title: In summary
summary:
content: |
* Good articles to improve in class are:
1. Rated low-quality but high-importance by a WikiProject.
2. Not controversial.
* You can find article assessments through WikiProjects in your topic area.
You can find those WikiProjects on the Talk pages for most articles in that
subject.
* In order to establish notability for a new article, you'll want to have two
or more independent, fact-checked and/or peer-reviewed sources with
non-trivial information about the topic.
* The Wikipedia Expert is on hand to help you with this process!
Note that you can always come back to this orientation on the Training page of
the Dashboard.
----
If you came here from the **New Instructor Orientation** module, close this
tab and continue where you left off, or click below:
<div class="training__button-container"><a class="btn btn-primary" href="/training/instructors/new-instructor-orientation/finding-articles-to-work-on">
Return to New Instructor Orientation
</a></div>
| id: 1612
title: In summary
summary:
content: |
* Good articles to improve in class are:
1. Rated low-quality but high-importance by a WikiProject.
2. Not controversial.
* You can find article assessments through WikiProjects in your topic area.
You can find those WikiProjects on the Talk pages for most articles in that
subject.
* In order to establish notability for a new article, you'll want to have two
or more independent, fact-checked and/or peer-reviewed sources with
non-trivial information about the topic.
* The Wikipedia Expert is on hand to help you with this process!
Note that you can always come back to this orientation on the Training page of
the Dashboard.
----
<div class="training__button-container"><a target="_blank" class="btn btn-primary" href='/feedback'>
Submit feedback about the 'Finding Articles' module
</a></div>
----
If you came here from the **New Instructor Orientation** module, close this
tab and continue where you left off, or click below:
<div class="training__button-container"><a class="btn btn-primary" href="/training/instructors/new-instructor-orientation/finding-articles-to-work-on">
Return to New Instructor Orientation
</a></div>
| Add feedback link to end of Finding Articles training | Add feedback link to end of Finding Articles training
| YAML | mit | WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,KarmaHater/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,sejalkhatri/WikiEduDashboard,alpha721/WikiEduDashboard,KarmaHater/WikiEduDashboard,alpha721/WikiEduDashboard,alpha721/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard |
639b1b8888f10fc52a3c47a099b1df16d723b782 | ansible/image-service.yml | ansible/image-service.yml | - hosts: image-service
roles:
- java
- common
- {role: db-backup, db: postgres}
- {role: postgresql, pg_version: "10"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"]}
- tomcat
- webserver
- image-service
| - hosts: image-service
roles:
- java
- common
- {role: db-backup, db: postgres, db_name: "images", db_user: "{{ images_db_username }}", db_password: "{{ images_db_password }}" }
- {role: postgresql, pg_version: "10"}
- {role: pg_instance, extensions: ["citext", "pgcrypto"], db_name: "images", db_user: "{{ images_db_username }}", db_password: "{{ images_db_password }}" }
- tomcat
- webserver
- image-service
| Fix vars in images playbook | Fix vars in images playbook
| YAML | apache-2.0 | AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install |
8e66bfce7eb29736abade26d49c1d560e9ec6c1f | .github/workflows/build-pr.yml | .github/workflows/build-pr.yml | name: Build PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Gradle Caches
id: cache-gradle-caches
uses: actions/cache@v2
with:
key: ${{ runner.os }}-${{hashFiles('**/*.gradle')}}
path: |
~/.gradle/caches
- name: Cache Gradle Wrapper
id: cache-gradle-wrapper
uses: actions/cache@v2
with:
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
path: |
~/.gradle/wrapper
- uses: gradle/wrapper-validation-action@v1
name: Validate Gradle Wrapper
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build asciidoctor --stacktrace --parallel
- uses: codecov/codecov-action@v1
name: Publish Code Coverage | name: Build PR
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Gradle Caches
id: cache-gradle-caches
uses: actions/cache@v2
with:
key: ${{ runner.os }}-${{hashFiles('**/*.gradle')}}
path: |
~/.gradle/caches
- name: Cache Gradle Wrapper
id: cache-gradle-wrapper
uses: actions/cache@v2
with:
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}
path: |
~/.gradle/wrapper
- uses: gradle/wrapper-validation-action@v1
name: Validate Gradle Wrapper
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build asciidoctor --stacktrace --parallel --scan
- uses: codecov/codecov-action@v1
name: Publish Code Coverage | Enable build scans for PRs | Enable build scans for PRs
| YAML | apache-2.0 | rahulsom/grooves,rahulsom/grooves,rahulsom/grooves |
c943a99194626c8247ae6f8d9c3143292b472087 | .github/workflows/cbindgen.yml | .github/workflows/cbindgen.yml | name: cbindgen
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- name: Run rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- name: Build
run: |
cargo build --verbose
- name: Build no-default-features
run: |
cargo build --verbose --no-default-features
- name: Test
env:
CBINDGEN_TEST_VERIFY: 1
run: |
cargo test --verbose
- name: Cargo update minimal-versions
run: |
cargo update -Zminimal-versions
- name: Test minimal-versions
run: |
cargo test
| name: cbindgen
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- name: Run rustfmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
- name: Install minimum supported Rust version
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.40.0
- name: Build with minimum supported Rust version
run: |
cargo +1.40.0 build --verbose
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
override: true
- name: Build
run: |
cargo build --verbose
- name: Build no-default-features
run: |
cargo build --verbose --no-default-features
- name: Test
env:
CBINDGEN_TEST_VERIFY: 1
run: |
cargo test --verbose
- name: Cargo update minimal-versions
run: |
cargo update -Zminimal-versions
- name: Test minimal-versions
run: |
cargo test
| Add a minimum version check | CI: Add a minimum version check
| YAML | mpl-2.0 | eqrion/cbindgen,eqrion/cbindgen,eqrion/cbindgen |
56eb4b476a5b2b9970f1bf63d67a42e7f5c77572 | .github/workflows/cppcheck.yml | .github/workflows/cppcheck.yml | name: Cppcheck
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@1.0.0
| name: Cppcheck
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
jobs:
docker_check:
name: Cppcheck
uses: steinwurf/cppcheck-action/.github/workflows/action.yml@2.0.0
| Update Cppcheck to new version 2.0.0 | Update Cppcheck to new version 2.0.0 | YAML | bsd-3-clause | steinwurf/recycle,steinwurf/recycle |
1eb81e471aeceb638652e9df61c60081df87cb3f | .github/workflows/standard.yml | .github/workflows/standard.yml | name: Standard checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2.3.4
- uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1.0.3
with:
command: build
- uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --all-features
- uses: actions-rs/cargo@v1.0.3
with:
command: test
- uses: actions-rs/cargo@v1.0.3
with:
command: fmt
args: --all -- --check
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
| name: Standard checks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
- nightly
steps:
- uses: actions/checkout@v2.3.5
- uses: actions-rs/toolchain@v1.0.7
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
components: rustfmt, clippy
- uses: actions-rs/cargo@v1.0.3
with:
command: build
- uses: actions-rs/cargo@v1.0.3
with:
command: build
args: --all-features
- uses: actions-rs/cargo@v1.0.3
with:
command: test
- uses: actions-rs/cargo@v1.0.3
with:
command: fmt
args: --all -- --check
- name: Run clippy
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
| Bump actions/checkout from 2.3.4 to 2.3.5 | Bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com> | YAML | apache-2.0 | gz/rust-elfloader,gz/rust-elfloader |
5988b9f9db0a145c29953a0ebca84d534be189ca | conda-recipe/meta.yaml | conda-recipe/meta.yaml | package:
name: pocean-core
version: "1.1.0"
source:
path: ../
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- pytz
- python-dateutil
- netcdf4
- pandas
- pygc >=1.2.0
- simplejson
- shapely
test:
source_files:
- pocean
requires:
- pytest
imports:
- pocean
- pocean.dsg
- pocean.grid
- pocean.tests
commands:
- py.test pocean
about:
home: https://github.com/axiom-data-science/pocean-core
license: MIT
summary: 'A python framework for working with met-ocean data.'
| package:
name: pocean-core
version: "1.1.0"
source:
path: ../
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- pytz
- python-dateutil
- netcdf4
- pandas
- pygc >=1.2.0
- simplejson
- shapely
test:
source_files:
- pocean
requires:
- pytest
imports:
- pocean
- pocean.dsg
- pocean.grid
- pocean.tests
commands:
- py.test pocean
about:
home: https://github.com/pyoceans/pocean-core
license: MIT
summary: 'A python framework for working with met-ocean data.'
| Fix home link in recipe | Fix home link in recipe
| YAML | mit | pyoceans/pocean-core,pyoceans/pocean-core |
a33ec46b349094b3baa4e138705dd4b96a6c88db | mungegithub/block-path.yaml | mungegithub/block-path.yaml | blockRegexp:
- ^docs/admin
- ^docs/design
- ^docs/devel
- ^docs/getting-started-guides
- ^docs/proposals
- ^docs/user-guide
doNotBlockRegexp:
- ^docs/admin/federation-apiserver.md$
- ^docs/admin/federation-controller-manager.md$
- ^docs/admin/high-availability/.*\.(yaml)$
- ^docs/admin/kube-apiserver.md$
- ^docs/admin/kube-controller-manager.md$
- ^docs/admin/kube-proxy.md$
- ^docs/admin/kube-scheduler.md$
- ^docs/admin/kubefed.md$
- ^docs/admin/kubefed_init.md$
- ^docs/admin/kubefed_join.md$
- ^docs/admin/kubefed_options.md$
- ^docs/admin/kubefed_unjoin.md$
- ^docs/admin/kubefed_version.md$
- ^docs/admin/kubelet.md$
- ^docs/man/man1/kubectl.*\.1$
- ^docs/user-guide/kubectl/kubectl.*\.md$
| blockRegexp:
- ^docs/man
- ^docs/user-guide
- ^docs/yaml
doNotBlockRegexp:
- ^docs/man/man1/.*\.1$
- ^docs/user-guide/kubectl/kubectl.*\.md$
- ^docs/yaml/kubectl/kubectl_.*\.yaml$
| Remove old-docs from blocked path | Remove old-docs from blocked path
| YAML | apache-2.0 | grodrigues3/test-infra,kewu1992/test-infra,cblecker/test-infra,abgworrall/test-infra,pwittrock/test-infra,spxtr/test-infra,monopole/test-infra,krzyzacy/test-infra,rmmh/kubernetes-test-infra,brahmaroutu/test-infra,foxish/test-infra,ixdy/kubernetes-test-infra,ixdy/kubernetes-test-infra,BenTheElder/test-infra,shyamjvs/test-infra,mindprince/test-infra,ixdy/kubernetes-test-infra,grodrigues3/test-infra,krzyzacy/test-infra,grodrigues3/test-infra,michelle192837/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,BenTheElder/test-infra,cjwagner/test-infra,dims/test-infra,cjwagner/test-infra,shashidharatd/test-infra,piosz/test-infra,pwittrock/test-infra,jessfraz/test-infra,jlowdermilk/test-infra,spxtr/test-infra,shyamjvs/test-infra,kubernetes/test-infra,lavalamp/test-infra,rmmh/kubernetes-test-infra,cblecker/test-infra,dims/test-infra,nlandolfi/test-infra-1,lavalamp/test-infra,dims/test-infra,kewu1992/test-infra,lavalamp/test-infra,cjwagner/test-infra,foxish/test-infra,grodrigues3/test-infra,nlandolfi/test-infra-1,abgworrall/test-infra,foxish/test-infra,kubernetes/test-infra,kargakis/test-infra,shashidharatd/test-infra,kubernetes/test-infra,kubernetes/test-infra,krzyzacy/test-infra,krousey/test-infra,foxish/test-infra,monopole/test-infra,shashidharatd/test-infra,jessfraz/test-infra,abgworrall/test-infra,grodrigues3/test-infra,brahmaroutu/test-infra,shyamjvs/test-infra,lavalamp/test-infra,jlowdermilk/test-infra,jessfraz/test-infra,michelle192837/test-infra,spxtr/test-infra,jlowdermilk/test-infra,monopole/test-infra,monopole/test-infra,kargakis/test-infra,rmmh/kubernetes-test-infra,cjwagner/test-infra,shashidharatd/test-infra,dims/test-infra,fejta/test-infra,cjwagner/test-infra,piosz/test-infra,BenTheElder/test-infra,kargakis/test-infra,piosz/test-infra,kargakis/test-infra,cblecker/test-infra,abgworrall/test-infra,cjwagner/test-infra,kewu1992/test-infra,cblecker/test-infra,pwittrock/test-infra,ixdy/kubernetes-test-infra,kubernetes/test-infra,monopole/test-infra,pwittrock/test-infra,krousey/test-infra,krzyzacy/test-infra,mindprince/test-infra,fejta/test-infra,piosz/test-infra,monopole/test-infra,rmmh/kubernetes-test-infra,nlandolfi/test-infra-1,mindprince/test-infra,jlowdermilk/test-infra,dims/test-infra,abgworrall/test-infra,dims/test-infra,ixdy/kubernetes-test-infra,krousey/test-infra,mindprince/test-infra,nlandolfi/test-infra-1,krousey/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,fejta/test-infra,jlowdermilk/test-infra,rmmh/kubernetes-test-infra,shashidharatd/test-infra,piosz/test-infra,spxtr/test-infra,fejta/test-infra,lavalamp/test-infra,BenTheElder/test-infra,kewu1992/test-infra,michelle192837/test-infra,krousey/test-infra,nlandolfi/test-infra-1,kargakis/test-infra,fejta/test-infra,jessfraz/test-infra,cblecker/test-infra,mindprince/test-infra,kargakis/test-infra,kewu1992/test-infra,foxish/test-infra,fejta/test-infra,krzyzacy/test-infra,brahmaroutu/test-infra,michelle192837/test-infra,BenTheElder/test-infra,brahmaroutu/test-infra,spxtr/test-infra,shyamjvs/test-infra,shyamjvs/test-infra,pwittrock/test-infra,lavalamp/test-infra,BenTheElder/test-infra,kubernetes/test-infra,cblecker/test-infra,jessfraz/test-infra,jessfraz/test-infra,jlowdermilk/test-infra,krzyzacy/test-infra,shyamjvs/test-infra |
26782e028ca71942be9f1889b7274cd93f00b23c | config/cable.yml | config/cable.yml | development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://h:pdbmpqjo7un9u6d1nkopmp2l5jv@ec2-50-16-208-18.compute-1.amazonaws.com:14439
| development:
adapter: async
test:
adapter: async
production:
adapter: redis
url: redis://h:p9475ae6ba0fcb70642f6af8881900bd6eb7cef9662ab4aa400cc4c8637e3a781@ec2-35-153-112-127.compute-1.amazonaws.com:9569
| Use the new redis server heroku assigned (why they do this?) to my project | Use the new redis server heroku assigned (why they do this?) to my project
| YAML | mit | fuentesjr/chirp,fuentesjr/chirp,fuentesjr/chirp |
2c454acee2001534e6cbcbba2a94843d33adc9e5 | .github/workflows/tutorials.yml | .github/workflows/tutorials.yml | name: Jupyter notebooks
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test Jupyter notebooks on ${{ matrix.python-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.6', '3.7']
os: [ubuntu-latest]
gcc-version: [9]
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 GCC ${{ matrix.gcc-version }}
run : |
sudo apt-get install -y g++-${{ matrix.gcc-version }}
- name: Install MPI
run : |
sudo apt-get install -y mpich libmpich-dev
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[extras]
- name: Evaluate cells of example notebooks
env:
CC: ${{ matrix.gcc-version }}
run: |
for notebook in examples/cfd examples/seismic/tutorials examples/compiler examples/userapi
do
DEVITO_ARCH=gcc-${{ matrix.gcc-version }} pytest -vrs --nbval $notebook
done
| name: Jupyter notebooks
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Test Jupyter notebooks on ${{ matrix.python-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: ['3.6', '3.7']
os: [ubuntu-latest]
gcc-version: [9]
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 GCC ${{ matrix.gcc-version }}
run : |
sudo apt-get install -y g++-${{ matrix.gcc-version }}
- name: Install MPI
run : |
sudo apt-get install -y mpich libmpich-dev
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -e .[extras]
- name: Evaluate cells of example notebooks
env:
CC: ${{ matrix.gcc-version }}
run: |
for notebook in examples/cfd examples/seismic/tutorials examples/compiler examples/userapi
do
DEVITO_ARCH=gcc-${{ matrix.gcc-version }} pytest --nbval $notebook
done
| Reduce verbosity of pytest output | Reduce verbosity of pytest output
REF:
https://github.com/devitocodes/devito/pull/1069#discussion_r364800231
modified: .github/workflows/tutorials.yml
| YAML | mit | opesci/devito,opesci/devito |
685c47e0979e72f852008ee044ad705799dc728b | .github/release-drafter.yml | .github/release-drafter.yml | tag-template: analysis-model-$NEXT_PATCH_VERSION
name-template: Analysis Model $NEXT_PATCH_VERSION 🎁
template: |
$CHANGES
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: 💥 Removed
label: removed
- title: ⚠️ Deprecated
label: deprecated
- title: 🚀 New features
labels:
- enhancement
- feature
- title: ✨ Improvements
labels:
- enhancement
- feature
- title: 🐛 Bug Fixes
labels:
- bug
- fix
- bugfix
- regression
- title: 📝 Documentation updates
label: documentation
- title: 📦 Dependency updates
label: dependencies
- title: 🔧 Internal changes
label: internal
- title: 🚦 Tests
labels:
- test
- tests
replacers:
- search: '/\[*JENKINS-(\d+)\]*\s*-*\s*/g'
replace: '[JENKINS-$1](https://issues.jenkins-ci.org/browse/JENKINS-$1) - '
| tag-template: analysis-model-$NEXT_PATCH_VERSION
name-template: Analysis Model $NEXT_PATCH_VERSION 🎁
template: |
$CHANGES
# Emoji reference: https://gitmoji.carloscuesta.me/
categories:
- title: 💥 Removed
label: removed
- title: ⚠️ Deprecated
label: deprecated
- title: 🚀 New features
labels:
- feature
- title: ✨ Improvements
labels:
- enhancement
- title: 🐛 Bug Fixes
labels:
- bug
- fix
- bugfix
- regression
- title: 📝 Documentation updates
label: documentation
- title: 📦 Dependency updates
label: dependencies
- title: 🔧 Internal changes
label: internal
- title: 🚦 Tests
labels:
- test
- tests
replacers:
- search: '/\[*JENKINS-(\d+)\]*\s*-*\s*/g'
replace: '[JENKINS-$1](https://issues.jenkins-ci.org/browse/JENKINS-$1) - '
| Fix mapping of labels to section. | Fix mapping of labels to section.
| YAML | mit | jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model,jenkinsci/analysis-model |
60e96b1be1ba9df49ab9c8faf263951aab75be45 | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install coverage scons flask flake8
git clone --depth=5 https://github.com/salilab/saliweb
export PYTHON=`pip show coverage |grep Location|cut -b11-`
(cd saliweb && scons modeller_key=UNKNOWN pythondir=$PYTHON perldir=~/perl prefix=~/usr webdir=~/www install && touch $PYTHON/saliweb/frontend/config.py && rm -rf saliweb)
- name: Test
run: |
scons coverage=true python=$(which python) test
flake8 .
- name: Upload coverage to codecov
run: |
bash <(curl -s https://codecov.io/bash)
| name: build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install coverage scons flask flake8
git clone --depth=5 https://github.com/salilab/saliweb
export PYTHON=`pip show coverage |grep Location|cut -b11-`
(cd saliweb && scons modeller_key=UNKNOWN pythondir=$PYTHON perldir=~/perl prefix=~/usr webdir=~/www install && touch $PYTHON/saliweb/frontend/config.py)
rm -rf saliweb
- name: Test
run: |
scons coverage=true python=$(which python) test
flake8 .
- name: Upload coverage to codecov
run: |
bash <(curl -s https://codecov.io/bash)
| Fix path to saliweb clone | Fix path to saliweb clone
| YAML | lgpl-2.1 | salilab/modloop,salilab/modloop |
788b20ef2560147fc8f614b3cf33d996cd576cf7 | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push: ~
pull_request: ~
release:
types: [created]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~
jobs:
tests:
runs-on: ubuntu-latest
name: "PHP ${{ matrix.php }}"
strategy:
fail-fast: false
matrix:
php: ["7.1", "7.2", "7.3", "7.4", "8.0"]
symfony: ["~4.3", "~4.4", "~5.1", "~5.2", "~5.3", "~5.4", "~6.0"]
steps:
-
uses: actions/checkout@v2
-
name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
coverage: none
-
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer require symfony/event-dispatcher:${SYMFONY_VERSION} --no-update --dev
composer require symfony/property-access:${SYMFONY_VERSION} --no-update --dev
composer require symfony/expression-language:${SYMFONY_VERSION} --no-update --dev
-
name: Install dependencies
run: |
composer --no-interaction --prefer-source install
-
name: Run tests specification
run: bin/phpspec run -f dot
| name: Build
on:
push: ~
pull_request: ~
release:
types: [created]
schedule:
-
cron: "0 1 * * 6" # Run at 1am every Saturday
workflow_dispatch: ~
jobs:
tests:
runs-on: ubuntu-latest
name: "PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}"
strategy:
fail-fast: false
matrix:
php: ["7.2", "7.3", "7.4", "8.0", "8.1"]
symfony: ["~4.3", "~4.4", "~5.1", "~5.2", "~5.3", "~5.4"]
include:
- php: "7.1"
symfony: "~4.3"
- php: "7.1"
symfony: "~4.4"
- php: "8.0"
symfony: "~6.0"
- php: "8.1"
symfony: "~6.0"
steps:
-
uses: actions/checkout@v2
-
name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
coverage: none
-
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer require symfony/event-dispatcher:${{ matrix.symfony }} --no-update --dev
composer require symfony/property-access:${{ matrix.symfony }} --no-update --dev
composer require symfony/expression-language:${{ matrix.symfony }} --no-update --dev
-
name: Install dependencies
run: |
composer --no-interaction --prefer-source install
-
name: Run tests specification
run: bin/phpspec run -f dot
| Fix GH Action to support different Sf versions | [Maintenance] Fix GH Action to support different Sf versions
| YAML | mit | winzou/state-machine |
6aed083fe8f0372cc96167890defac0d98e85a83 | .github/workflows/build.yml | .github/workflows/build.yml | name: websocket-client build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} environment
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run local websockets echo server on port 8765 (code is for Python 3.7+)
run: |
pip3 install -U websockets asyncio
python3 websocket/tests/echo-server.py
- name: Build websocket-client & run tests
run: |
pip3 install -U pip setuptools wheel readme_renderer twine pytest python-socks
python3 -c "import setuptools; print('Setup tools version'); print(setuptools.__version__)"
pytest websocket/tests -v -rP
python3 setup.py sdist
twine check dist/*
env:
TEST_WITH_INTERNET: 1
| name: websocket-client build and test
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
os: [ubuntu-latest]
steps:
- name: Check out source repository
uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} environment
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Run local websockets echo server on port 8765 (code is for Python 3.7+)
run: |
pip3 install -U websockets asyncio
python3 websocket/tests/echo-server.py &
- name: Build websocket-client & run tests
run: |
pip3 install -U pip setuptools wheel readme_renderer twine pytest python-socks
python3 -c "import setuptools; print('Setup tools version'); print(setuptools.__version__)"
pytest websocket/tests -v -rP
python3 setup.py sdist
twine check dist/*
env:
TEST_WITH_INTERNET: 1
| Add ampersand for background process | Add ampersand for background process | YAML | apache-2.0 | websocket-client/websocket-client |
3b6eae569e66d68c5132a20163fd7ad2b6928fc9 | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Urlaubsverwaltung CI
on: [push]
jobs:
build:
name: with jdk ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '12' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: ./mvnw --batch-mode clean verify
sonar:
name: sonar analyse
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Run SonarCloud analyse
run: >
./mvnw --batch-mode clean
org.jacoco:jacoco-maven-plugin:prepare-agent verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=synyx
-Dsonar.projectKey=org.synyx:urlaubsverwaltung
-Dsonar.javascript.lcov.reportPaths=target/js-coverage/lcov.info
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
| name: Urlaubsverwaltung CI
on: [push]
jobs:
build:
name: with jdk ${{ matrix.java }}
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '11', '12' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: ./mvnw --batch-mode clean verify
sonar:
name: sonar analyse
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Run SonarCloud analyse
run: >
./mvnw --batch-mode clean
org.jacoco:jacoco-maven-plugin:prepare-agent verify
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
-Dsonar.host.url=https://sonarcloud.io
-Dsonar.organization=synyx
-Dsonar.projectKey=org.synyx:urlaubsverwaltung
-Dsonar.javascript.lcov.reportPaths=target/js-coverage/lcov.info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
| Add github token to the sonar job | Add github token to the sonar job
| YAML | apache-2.0 | synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung |
70bfe5fcd68c88d0c6e54ae2fc0ac462aa80c051 | .github/workflows/tests.yml | .github/workflows/tests.yml | name: tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build-and-test:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9"]
os: [ubuntu-latest]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "${{ matrix.python-version }}"
- name: Run CI tests
run: bash test.sh
shell: bash
| name: tests
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build-and-test:
name: "Python ${{ matrix.python-version }} on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
strategy:
matrix:
python-version: ["3.6", "3.7", "3.8"]
os: [ubuntu-latest]
steps:
- uses: "actions/checkout@v2"
- uses: "actions/setup-python@v1"
with:
python-version: "${{ matrix.python-version }}"
- name: Run CI tests
run: bash test.sh
shell: bash
| Update build workflow for optax. | Update build workflow for optax.
PiperOrigin-RevId: 409108819
| YAML | apache-2.0 | deepmind/optax,deepmind/optax |
773d8859a14381ca435eadab0c9b1352e0b6e33b | conda.recipe/meta.yaml | conda.recipe/meta.yaml | package:
name: "libhydromath"
version: "0.2.0"
source:
git_url: https://github.com/amacd31/hydromath.git
git_rev: master
requirements:
build:
- gcc # [unix]
- cmake # [unix]
run:
- libgcc # [unix]
| package:
name: "libhydromath"
version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}
build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER', 0) }}
source:
git_url: https://github.com/amacd31/hydromath.git
git_rev: master
requirements:
build:
- gcc # [unix]
- cmake # [unix]
run:
- libgcc # [unix]
| Use version information from git | Use version information from git
| YAML | bsd-3-clause | amacd31/hydromath,amacd31/hydromath |
5b7773e1bda0f407671b97c0d48868b1c4659dc0 | app/config/config_test.yml | app/config/config_test.yml | imports:
- { resource: config.yml }
- { resource: security.yml }
- { resource: test-data-loaders.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite
path: "%kernel.cache_dir%/test.db"
logging: false
profiling: false
liip_functional_test:
cache_db:
sqlite: liip_functional_test.services_database_backup.sqlite
| parameters:
env(ILIOS_DATABASE_HOST):
env(ILIOS_DATABASE_PORT):
env(ILIOS_DATABASE_NAME):
env(ILIOS_DATABASE_USER):
env(ILIOS_DATABASE_PASSWORD):
env(ILIOS_DATABASE_MYSQL_VERSION):
env(ILIOS_MAILER_TRANSPORT):
env(ILIOS_MAILER_HOST):
env(ILIOS_MAILER_USER):
env(ILIOS_MAILER_PASSWORD):
env(ILIOS_LOCALE):
env(ILIOS_SECRET):
imports:
- { resource: config.yml }
- { resource: security.yml }
- { resource: test-data-loaders.yml }
framework:
test: ~
session:
storage_id: session.storage.mock_file
profiler:
collect: false
web_profiler:
toolbar: false
intercept_redirects: false
swiftmailer:
disable_delivery: true
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_sqlite
path: "%kernel.cache_dir%/test.db"
logging: false
profiling: false
liip_functional_test:
cache_db:
sqlite: liip_functional_test.services_database_backup.sqlite
| Put some default ENV variables into the testing configuration | Put some default ENV variables into the testing configuration
| YAML | mit | ilios/ilios,dartajax/ilios,thecoolestguy/ilios,stopfstedt/ilios,ilios/ilios,Trott/ilios,stopfstedt/ilios,thecoolestguy/ilios,Trott/ilios,dartajax/ilios |
097a2eab417fa5363370228040bf559151d8e5ac | shard.yml | shard.yml | name: liquid
version: 0.2.5
authors:
- Arnaud Fernandés <arnaud.fernandes@laposte.net>
crystal: 0.20.3
license: MIT
dependencies:
inflector:
github: phoffer/inflector.cr
version: "~> 0.1.8"
| name: liquid
version: 0.2.5
authors:
- Arnaud Fernandés <arnaud.fernandes@laposte.net>
crystal: 0.25.0
license: MIT
dependencies:
inflector:
github: phoffer/inflector.cr
version: "~> 0.1.8"
| Update support files to Crystal 0.25.0 | Update support files to Crystal 0.25.0
| YAML | mit | TechMagister/liquid.cr |
eafc65938b3bc7230ee0133eecc703592c05a313 | brozzler/job_schema.yml | brozzler/job_schema.yml | id:
type: string
required: true
<<: &multi_level_options
time_limit:
type: number
min: 0
enable_warcprox_features:
type: boolean
ignore_robots:
type: boolean
warcprox_meta:
type: dict
nullable: true
proxy:
type: string
nullable: true
scope:
type: dict
schema:
surt:
type: string
accepts:
type: list
schema: &scope_rule
type: dict
schema:
domain:
type: string
url_match:
type: string
allowed:
- STRING_MATCH
- SURT_MATCH
- REGEX_MATCH
value:
type: string
dependencies:
- url_match
blocks:
type: list
schema: *scope_rule
max_hops:
type: integer
max_hops_off_surt:
type: integer
remember_outlinks:
type: boolean
metadata:
type: dict
seeds:
type: list
schema:
type: dict
schema:
url:
type: url
required: true
<<: *multi_level_options | id:
type: string
required: true
<<: &multi_level_options
time_limit:
type: number
min: 0
enable_warcprox_features:
type: boolean
ignore_robots:
type: boolean
warcprox_meta:
type: dict
nullable: true
proxy:
type: string
nullable: true
scope:
type: dict
schema:
surt:
type: string
accepts:
type: list
schema: &scope_rule
type: dict
schema:
domain:
type: string
url_match:
type: string
allowed:
- STRING_MATCH
- SURT_MATCH
- REGEX_MATCH
value:
type: string
dependencies:
- url_match
blocks:
type: list
schema: *scope_rule
max_hops:
type: integer
max_hops_off_surt:
type: integer
remember_outlinks:
type: boolean
metadata:
type: dict
seeds:
type: list
required: true
minlength: 1
schema:
type: dict
schema:
url:
type: url
required: true
<<: *multi_level_options | Enforce at least one seed | Enforce at least one seed
| YAML | apache-2.0 | internetarchive/brozzler,nlevitt/brozzler,internetarchive/brozzler,nlevitt/brozzler,nlevitt/brozzler,internetarchive/brozzler,internetarchive/brozzler,nlevitt/brozzler,nlevitt/brozzler |
3501bf5c0184c86dc9387539db4d882e14414693 | roles/preinstall-gems/tasks/main.yml | roles/preinstall-gems/tasks/main.yml | - name: Installing common ruby gems
gem: name={{item}} state=latest executable=/home/deploy/.rbenv/shims/gem
with_items: preinstall_gems
| - name: Installing common ruby gems
shell: '/home/{{ deploy_user }}/.rbenv/shims/gem install {{ item }}'
with_items: preinstall_gems
| Fix an issue with gems not installing | Fix an issue with gems not installing
| YAML | mit | phawk/rails-deploy,alternatelabs/rails-deploy |
792eacbc12984cf995a85f89c2ea6f41e2006d7a | ansible/roles/mesosphere/tasks/deploy.yml | ansible/roles/mesosphere/tasks/deploy.yml | ---
- include: mesos-master.yml
when: mesos_mode is defined and mesos_mode == "master"
- include: mesos-slave.yml
when: mesos_mode is defined and mesos_mode == "slave"
- include: marathon.yml
when: mesos_mode is defined and mesos_mode == "marathon"
| ---
- include: mesos-master.yml
when: mesos_mode is defined and mesos_mode == "master"
- include: mesos-slave.yml
when: mesos_mode is defined and mesos_mode == "slave"
- include: marathon.yml
when: mesos_mode is defined and mesos_mode == "marathon"
- name: Stop mesos-master when node is not set as master
service: name=mesos-master state=stopped enabled=no sleep=5
when: mesos_mode is defined and mesos_mode != "master"
- name: Stop mesos-slave when node is not set as slave
service: name=mesos-slave state=stopped enabled=no sleep=5
when: mesos_mode is defined and mesos_mode != "slave"
| Make sure other roles are stopped when a node is not configured with them | Make sure other roles are stopped when a node is not configured with them
| YAML | mit | theclaymethod/Foundry-vagrant-mesos-kafka-cluster,bwboy/Foundry-vagrant-mesos-kafka-cluster,theclaymethod/Foundry-vagrant-mesos-kafka-cluster,bwboy/Foundry-vagrant-mesos-kafka-cluster |
00a42fa6dafd652c11c0d5fe272ee06de0082007 | .github/workflows/actions.yml | .github/workflows/actions.yml | name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
name: ruby${{ matrix.ruby }} rails${{ matrix.rails }} rake test
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
rails: ['50', '51', '52']
env:
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails }}.gemfile
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: zendesk/checkout@v2
- uses: zendesk/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
| name: CI
on: push
jobs:
build:
name: ruby${{ matrix.ruby }} rails${{ matrix.rails }} rake test
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
rails: ['50', '51', '52']
env:
BUNDLE_GEMFILE: gemfiles/rails${{ matrix.rails }}.gemfile
runs-on: ubuntu-latest
services:
mysql:
image: mysql:5.7
env:
MYSQL_ALLOW_EMPTY_PASSWORD: yes
ports:
- 3306:3306
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
steps:
- uses: zendesk/checkout@v2
- uses: zendesk/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- run: bundle exec rake test
| Configure CI to run on every push | Configure CI to run on every push
It seems that CI doesn't run on pull requests, only when they're merged.
Hopefully this change will fix it.
| YAML | apache-2.0 | zendesk/arsi |
98009623c1e83ce28ff45e24b6b063f11e9a5ba7 | .github/workflows/android.yml | .github/workflows/android.yml | name: Android CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
| name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build
| Change GitHub Actions to fire on all push only. | Change GitHub Actions to fire on all push only. | YAML | apache-2.0 | GoogleChrome/android-browser-helper,GoogleChrome/android-browser-helper |
b43bf44e137363b3d8db4a5c4a36392e2348495e | .github/workflows/freebsd.yml | .github/workflows/freebsd.yml | name: FreeBSD daily Builds
on:
schedule:
- cron: "0 0 * * *"
jobs:
build-freebsd:
runs-on: macos-10.15
timeout-minutes: 30
name: build-freebsd-package
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Find tag
id: tagger
uses: jimschubert/query-tag-action@v1
- name: Build
id: test
uses: vmactions/freebsd-vm@v0.1.5
with:
usesh: true
mem: 8192
prepare: |
pkg install -y git python3 glib meson pkgconf gobject-introspection \
vala gtk-doc json-glib gpgme gnutls sqlite3 curl gcab libarchive \
libgpg-error gettext-tools gtk-update-icon-cache atk pango \
binutils gcc protobuf-c cbor
sync: rsync
run: ./contrib/ci/build_freebsd_package.sh
--GITHUB_SHA=${GITHUB_SHA}
--GITHUB_REPOSITORY_OWNER=${GITHUB_REPOSITORY_OWNER}
--GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
--GITHUB_TAG=${{steps.tagger.outputs.tag}}
- name: Upload fwupd binary artifact
uses: actions/upload-artifact@v2
with:
name: Binary package
path: |
fwupd*.pkg
| name: FreeBSD daily Builds
on:
schedule:
- cron: "0 0 * * *"
jobs:
build-freebsd:
runs-on: macos-10.15
timeout-minutes: 30
name: build-freebsd-package
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Find tag
id: tagger
uses: jimschubert/query-tag-action@v1
- name: Build
id: test
uses: vmactions/freebsd-vm@v0.1.5
with:
usesh: true
mem: 8192
prepare: |
pkg install -y git python3 glib meson pkgconf gobject-introspection \
vala gtk-doc json-glib gpgme gnutls sqlite3 curl gcab libarchive \
libgpg-error gettext-tools gtk-update-icon-cache atk pango \
binutils gcc protobuf-c libcbor
sync: rsync
run: ./contrib/ci/build_freebsd_package.sh
--GITHUB_SHA=${GITHUB_SHA}
--GITHUB_REPOSITORY_OWNER=${GITHUB_REPOSITORY_OWNER}
--GITHUB_REPOSITORY=${GITHUB_REPOSITORY}
--GITHUB_TAG=${{steps.tagger.outputs.tag}}
- name: Upload fwupd binary artifact
uses: actions/upload-artifact@v2
with:
name: Binary package
path: |
fwupd*.pkg
| Fix FreeBSD CI build harder | trivial: Fix FreeBSD CI build harder
| YAML | lgpl-2.1 | fwupd/fwupd,fwupd/fwupd,fwupd/fwupd,fwupd/fwupd |
5cb0e118b327e473429a9dbdd49fd53356910e85 | .github/workflows/linters.yml | .github/workflows/linters.yml | name: Run Linters
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Setup gems
run: |
echo "source 'https://rubygems.org'" > Gemfile
echo "group :test do" >> Gemfile
echo " gem 'rubocop', require: false" >> Gemfile
echo " gem 'rubocop-performance', require: false" >> Gemfile
echo " gem 'rubocop-rails', require: false" >> Gemfile
echo " gem 'rubocop-rspec', require: false" >> Gemfile
echo " gem 'slim_lint', require: false" >> Gemfile
echo "end" >> Gemfile
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: |
bundle exec rubocop -S
- name: Run Slim-Lint
run: |
bundle exec slim-lint app/views
if: always()
| name: Run Linters
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install package dependencies
run: >
sudo apt-get install --yes --quiet
pandoc
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
- name: Setup gems
run: |
echo "source 'https://rubygems.org'" > Gemfile
echo "group :test do" >> Gemfile
echo " gem 'rubocop', require: false" >> Gemfile
echo " gem 'rubocop-performance', require: false" >> Gemfile
echo " gem 'rubocop-rails', require: false" >> Gemfile
echo " gem 'rubocop-rspec', require: false" >> Gemfile
echo " gem 'slim_lint', require: false" >> Gemfile
echo " gem 'pandoc-ruby', require: false" >> Gemfile
echo "end" >> Gemfile
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run RuboCop
run: |
bundle exec rubocop -S
- name: Run Slim-Lint
run: |
bundle exec slim-lint app/views
if: always()
| Add pandoc-ruby to make slim-lint happy | Add pandoc-ruby to make slim-lint happy
| YAML | mit | jbox-web/redmine_git_hosting,jbox-web/redmine_git_hosting,jbox-web/redmine_git_hosting,jbox-web/redmine_git_hosting |
e0f1857e402d7d4a47c1caf2fa12ffd6cb3abc92 | .github/workflows/linting.yml | .github/workflows/linting.yml | name: Linting
on: pull_request
jobs:
swiftformat:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Installing packages
run: brew update && brew install -f swiftformat
- name: swiftformat
run: |
swiftformat --lint .
swiftlint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Installing packages
run: brew update && brew install -f swiftlint
- name: swiftlint
run: |
swiftlint --strict
| name: Linting
on: pull_request
jobs:
swiftformat:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Installing packages
run: brew update && brew install -f swiftformat
- name: swiftformat
run: |
swiftformat --lint .
swiftlint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Installing packages
run: brew update && brew install -f swiftlint || brew link --overwrite swiftlint
- name: swiftlint
run: |
swiftlint --strict
| Add brew link --overwrite swiftlint to overwrite potential CI issue | Add brew link --overwrite swiftlint to overwrite potential CI issue
| YAML | mit | mssun/passforios,mssun/passforios,mssun/pass-ios,mssun/passforios,mssun/passforios,mssun/passforios,mssun/pass-ios |
54bbe23b1a9b6545479279abdb0870e22f6647fd | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm run format-check
- run: npm test
- name: Code Coverage
run: npm run cover:all
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel: true
env:
COVERALLS_FLAG_NAME: run-${{ matrix.test_number }}
finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
| # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2.5.1
with:
node-version: ${{ matrix.node-version }}
- name: Update to npm@8 for github deps
run: npm install -g npm@8
- run: npm ci
- run: npm run build --if-present
- run: npm run lint
- run: npm run format-check
- run: npm test
- name: Code Coverage
run: npm run cover:all
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel: true
env:
COVERALLS_FLAG_NAME: run-${{ matrix.test_number }}
finish:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
| Update to npm@8 for Github dependencies | Update to npm@8 for Github dependencies
| YAML | mit | ericleong/zoomwall.js,ericleong/zoomwall.js,ericleong/zoomwall.js |
33695ac4f21c0ced1ae6c975868f1eac12662617 | .github/workflows/node.js.yml | .github/workflows/node.js.yml | # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
| # This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
| Update actions/setup-node action to v3 | Update actions/setup-node action to v3
| YAML | mit | jackmcpickle/include-media-spread |
a42efa48c43a3f2df02b314b7f87c69d9123fc0b | roles/selinux/tasks/main.yml | roles/selinux/tasks/main.yml | ---
- name: Set selinux permissive
selinux:
policy=targeted
state=permissive | ---
- name: Detect /etc/selinux/config exists
stat: path=/etc/selinux/config
register: selinux_config
- name: Set selinux permissive
selinux:
policy=targeted
state=permissive
when: selinux_config.stat.exists
| Change selinux policy only when /etc/selinux/config exists | Change selinux policy only when /etc/selinux/config exists
| YAML | mit | keitarocorp/centos_provision,keitarocorp/centos_provision |
2359a19b18a3cac7696a34447b6da8cd5d00a939 | .github/workflows/release.yml | .github/workflows/release.yml | name: Release
on:
push:
tags:
- dropwizard-kafka-*
jobs:
release:
runs-on: 'ubuntu-latest'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
server-id: ossrh
server-username: CI_DEPLOY_USERNAME
server-password: CI_DEPLOY_PASSWORD
gpg-passphrase: GPG_PASSPHRASE
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
- uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build and Deploy
run: ./mvnw -B -V -ntp -DperformRelease=true deploy
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
| name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: 'ubuntu-latest'
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
- uses: actions/checkout@v2.3.4
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
server-id: ossrh
server-username: CI_DEPLOY_USERNAME
server-password: CI_DEPLOY_PASSWORD
gpg-passphrase: GPG_PASSPHRASE
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
- uses: actions/cache@v2.1.6
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build and Deploy
run: ./mvnw -B -V -ntp -DperformRelease=true deploy
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
| Fix tags for Release workflow | Fix tags for Release workflow
| YAML | apache-2.0 | dropwizard/dropwizard-discovery |
97b127297f065a06ff70bd5ab8e698b4158c08be | .github/workflows/testing.yml | .github/workflows/testing.yml | on:
push:
branches:
- master
- 'test-*'
paths:
- 'lib/**'
- 'plugins/**'
- 'test/**'
pull_request:
branches:
- master
jobs:
unit-tests:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout
uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
architecture: 'x64'
- name: Run Tests
run: .ci/test.sh
| on:
push:
branches:
- master
- 'test-*'
paths:
- 'bin/**'
- 'lib/**'
- 'plugins/**'
- 'test/**'
pull_request:
branches:
- master
paths:
- 'bin/**'
- 'lib/**'
- 'plugins/**'
- 'test/**'
jobs:
unit-tests:
runs-on: ubuntu-18.04
strategy:
matrix:
ruby: [ '2.4.x', '2.5.x', '2.6.x' ]
name: Vagrant unit tests on Ruby ${{ matrix.ruby }}
steps:
- name: Code Checkout
uses: actions/checkout@v1
- name: Setup Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
architecture: 'x64'
- name: Run Tests
run: .ci/test.sh
| Add path filtering to pull requests | Add path filtering to pull requests
Also include `./bin` directory contents
| YAML | mit | mitchellh/vagrant,chrisroberts/vagrant,mitchellh/vagrant,chrisroberts/vagrant,mitchellh/vagrant,sni/vagrant,marxarelli/vagrant,chrisroberts/vagrant,sni/vagrant,marxarelli/vagrant,sni/vagrant,marxarelli/vagrant,sni/vagrant,mitchellh/vagrant,chrisroberts/vagrant,marxarelli/vagrant |
7fe5637f1b96295e30ce2648b8fb5684724d4411 | .github/workflows/verify.yaml | .github/workflows/verify.yaml | name: Verify Build Workflow
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [master]
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [master]
jobs:
build-verify:
name: Verify Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache Dependencies
uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build Project
run: mvn clean install
- name: Run Integration Tests
run: mvn install -pl :apicurio-studio-test-integration-arquillian -Pintegration
| name: Verify Build Workflow
on:
push:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [master]
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- 'README*'
- 'CODE_OF_CONDUCT*'
branches: [master]
jobs:
build-verify:
name: Verify Build
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache Dependencies
uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Build Project
run: mvn clean install
#- name: Run Integration Tests
# run: mvn install -pl :apicurio-studio-test-integration-arquillian -Pintegration
| Disable integration testing for now | Disable integration testing for now
Needs to be improved, as it fails non-deterministically. | YAML | apache-2.0 | Apicurio/apicurio-studio,apiman/apiman-studio,apiman/apiman-studio,apiman/apiman-studio,apiman/apiman-studio,apiman/apiman-studio,Apicurio/apicurio-studio,Apicurio/apicurio-studio,Apicurio/apicurio-studio,Apicurio/apicurio-studio |
73074017cf5ac93cf7da2971451a2ae41d162af9 | scripts/people/2014/fall/kocsen.yaml | scripts/people/2014/fall/kocsen.yaml | irc: Kocsen
name: Kocsen Chung
rit_dce: kxc4519
| blog: http://kocsen-hfoss.blogspot.com
feed: http://kocsen-hfoss.blogspot.com/feeds/posts/default?alt=rss
forges:
- http://forge.kocsen.com
irc: Kocsen
name: Kocsen Chung
rit_dce: kxc4519
| Add blog, feed and forges | Add blog, feed and forges
| YAML | apache-2.0 | decause/hflossk,decause/hflossk |
f971a6b79934d02ffa9fb0ce9a28460243c7b13a | packages/da/dataflower.yaml | packages/da/dataflower.yaml | homepage: https://github.com/doublecrowngaming/dataflower#readme
changelog-type: ''
hash: 3d344c324db439806d8a6b9a318b3c24afaec72b21e77c63a376787629bdcc9b
test-bench-deps:
stm: -any
base: '>=4.7 && <5'
hspec: '>=2.0.0'
criterion: -any
dataflower: -any
QuickCheck: -any
maintainer: Jesse Kempf
synopsis: A Pure-Haskell Timely Dataflow System
changelog: ''
basic-deps:
stm: -any
base: '>=4.7 && <5'
time: -any
mtl: -any
hashable: -any
transformers: -any
vector: -any
all-versions:
- 0.1.0.0
author: ''
latest: 0.1.0.0
description-type: haddock
description: See README
license-name: BSD-3-Clause
| homepage: https://github.com/doublecrowngaming/dataflower#readme
changelog-type: ''
hash: 2c48b7c8cf9622c62ac08d3b34dad74fea433b6e4ee3152a915e5f0fd211d23c
test-bench-deps:
stm: -any
base: '>=4.7 && <5'
hspec: '>=2.0.0'
criterion: -any
dataflower: -any
QuickCheck: -any
maintainer: Jesse Kempf
synopsis: A Pure-Haskell Timely Dataflow System
changelog: ''
basic-deps:
stm: -any
base: '>=4.7 && <5'
time: -any
mtl: -any
hashable: -any
transformers: -any
vector: -any
all-versions:
- 0.1.0.0
- 0.1.1.0
author: ''
latest: 0.1.1.0
description-type: haddock
description: See README
license-name: BSD-3-Clause
| Update from Hackage at 2020-05-13T03:54:09Z | Update from Hackage at 2020-05-13T03:54:09Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
0fa19ad5a0a79c76dbb8deb674bb5cbfc86d5c8c | Scripts/script-SplunkSearch.yml | Scripts/script-SplunkSearch.yml | commonfields:
id: SplunkSearch
version: 1
name: SplunkSearch
script: |-
var rows = args.rows ? args.rows : 30;
var query = (args.query.indexOf('|') > 0) ? args.query : args.query + ' | head ' + rows;
var res = executeCommand('search', {'using-brand': 'splunk', query: query});
var table = {
Type: 1,
ContentsFormat: 'table',
Contents: []
};
for (var i=0; i<res[0].Contents.length; i++) {
data = res[0].Contents[i].result['_raw'];
table.Contents.push({Time: res[0].Contents[i].result['_time'], Host: res[0].Contents[i].result['host'], Source: res[0].Contents[i].result['source'], Data: data});
}
return table;
type: javascript
tags:
- enhancement
- splunk
comment: Run a query through Splunk and format the results as a table
system: true
args:
- name: query
required: true
default: true
description: Splunk query to execute
- name: rows
description: Return up to X first rows. If omitted, defaults to 30.
scripttarget: 0
dependson:
must:
- search
timeout: 0s
| commonfields:
id: SplunkSearch
version: 1
name: SplunkSearch
script: |-
var rows = args.rows ? args.rows : 30;
var query = (args.query.indexOf('|') > 0) ? args.query : args.query + ' | head ' + rows;
var res = executeCommand('search', {'using-brand': 'splunk', query: query});
var table = {
Type: 1,
ContentsFormat: 'table',
Contents: []
};
for (var i=0; i<res[0].Contents.length; i++) {
data = res[0].Contents[i].result['_raw'];
table.Contents.push({Time: res[0].Contents[i].result['_time'], Host: res[0].Contents[i].result['host'], Source: res[0].Contents[i].result['source'], Data: data});
}
if (table.Contents.length > 0) {
return table;
} else {
return 'No results.'
}
type: javascript
tags:
- enhancement
- splunk
comment: Run a query through Splunk and format the results as a table
system: true
args:
- name: query
required: true
default: true
description: Splunk query to execute
- name: rows
description: Return up to X first rows. If omitted, defaults to 30.
scripttarget: 0
dependson:
must:
- search
timeout: 0s
| Change SplunkSearch response when no results | Change SplunkSearch response when no results
| YAML | mit | VirusTotal/content,demisto/content,VirusTotal/content,demisto/content,VirusTotal/content,demisto/content,VirusTotal/content,demisto/content |
5ce0044c5b48ced8ac928513e9a12828d4acbdc1 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
main:
docker:
- image: astrofrog/hyperion-ci:1.4
steps:
- checkout
- run:
name: Initialize submodule
command: |
git submodule init
git submodule update
- run:
name: Compiling Fortran code
command: |
./configure
make
make install
- run:
name: Installing Numpy
command: pip install numpy
- run:
name: Installing Python package
command: pip install .
- run:
name: Run full test suite (including bit-level tests)
command: python setup.py test --enable-bit-level-tests
workflows:
version: 2
tests_and_docs:
jobs:
- main
| version: 2
jobs:
main:
docker:
- image: astrofrog/hyperion-ci:1.4
steps:
- checkout
- run:
name: Initialize submodule
command: |
git submodule init
git submodule update
- run:
name: Compiling Fortran code
command: |
./configure
make
make install
- run:
name: Installing Numpy
command: pip install numpy
- run:
name: Installing Python package
command: pip install .[test]
- run:
name: Run full test suite (including bit-level tests)
command: python setup.py test --enable-bit-level-tests
workflows:
version: 2
tests_and_docs:
jobs:
- main
| Make sure we install test dependencies | Make sure we install test dependencies
| YAML | bsd-2-clause | hyperion-rt/hyperion,hyperion-rt/hyperion,hyperion-rt/hyperion |
5c741ec2941118441ba7addcfb1cc839e08e4ad8 | django_app_server_db_server/deployment/roles/app_server/tasks/RedHat.yml | django_app_server_db_server/deployment/roles/app_server/tasks/RedHat.yml | ---
- name: Install epel-release first
package: name=epel-release state=present
- name: Install OS Dependencies (Redhat)
package: name={{ item }} state=present
with_items:
# - epel-release
- gcc
- glibc-common
- postgresql-devel
- uwsgi
- vixie-cron
- name: Start up cron
service: name=crond state=started
- name: Add root as temporary sudoers
lineinfile: "dest=/etc/sudoers regexp='^root' line='root ALL=(ALL) NOPASSWD: ALL' state=present"
- name: Install environment to avoid problems with environment
template: src=templates/environment dest=/etc/environment
- name: Install uwsgi init file
template: src=templates/uwsgi dest=/etc/rc.d/init.d/uwsgi mode=0755
notify: start uwsgi
- name: Setup miniconda path
lineinfile: dest=/root/.{{ item }} regexp="miniconda2" line="PATH=/opt/miniconda2/bin:$PATH"
with_items:
- bashrc
- bash_profile
- name: Add root as temporary sudoers
lineinfile: "dest=/etc/sudoers regexp='^root' line='root ALL=(ALL) NOPASSWD: ALL' state=present"
- name: Enable services for RedHat Server
service: name=crond enabled=yes
| ---
- name: Install epel-release first
package: name=epel-release state=present
- name: Install OS Dependencies (Redhat)
package: name={{ item }} state=present
with_items:
# - epel-release
- gcc
- glibc-common
- postgresql-devel
- uwsgi
- vixie-cron
- name: Start up cron
service: name=crond state=started
- name: Add root as temporary sudoers
lineinfile: "dest=/etc/sudoers regexp='^root' line='root ALL=(ALL) NOPASSWD: ALL' state=present"
- name: Install environment to avoid problems with environment
template: src=templates/environment dest=/etc/environment
- name: Install uwsgi init file
template: src=templates/uwsgi dest=/etc/rc.d/init.d/uwsgi mode=0755
notify: start uwsgi
- name: Setup miniconda path
lineinfile: dest=/root/.{{ item }} regexp="miniconda2" line="PATH=/opt/miniconda2/bin:/opt/IBM/informix/bin:$PATH"
with_items:
- bashrc
- bash_profile
- name: source bashrc
shell: source {{ item }}
with_items:
- ~/.bashrc
- ~/.bash_profile
- name: Add root as temporary sudoers
lineinfile: "dest=/etc/sudoers regexp='^root' line='root ALL=(ALL) NOPASSWD: ALL' state=present"
- name: Enable services for RedHat Server
service: name=crond enabled=yes
| Add /opt/IBM/informix to bashrc and bash_profile | Add /opt/IBM/informix to bashrc and bash_profile
| YAML | mit | censof/ansible-deployment,censof/ansible-deployment,censof/ansible-deployment |
691944147fa29236f2cd83fcb26bb85cce062759 | packages/wa/wai-accept-language.yaml | packages/wa/wai-accept-language.yaml | homepage: https://github.com/mitsuji/wai-accept-language
changelog-type: ''
hash: c5ca7a100c6e67f73ff0cf95cea68059eef004fc3aeb1c9b8183c328ddf77af1
test-bench-deps: {}
maintainer: tkms@mitsuji.org
synopsis: Rewrite based on Accept-Language header
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -any
base: ! '>=4.7 && <5'
wai-accept-language: -any
text: -any
word8: -any
file-embed: -any
wai-extra: -any
http-types: -any
wai-app-static: -any
all-versions:
- '0.1.0.0'
author: Takamasa Mitsuji
latest: '0.1.0.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
| homepage: https://github.com/mitsuji/wai-accept-language
changelog-type: ''
hash: fa38413dfd263134b18577172e4449b5cafbc054d7e307e080cc24a1976c7b0b
test-bench-deps: {}
maintainer: tkms@mitsuji.org
synopsis: Rewrite based on Accept-Language header
changelog: ''
basic-deps:
warp: -any
bytestring: -any
wai: -any
base: ! '>=4.7 && <5'
wai-accept-language: -any
text: -any
word8: -any
file-embed: -any
wai-extra: -any
http-types: -any
wai-app-static: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Takamasa Mitsuji
latest: '0.1.0.1'
description-type: haddock
description: Please see README.md
license-name: BSD3
| Update from Hackage at 2015-12-27T14:15:41+0000 | Update from Hackage at 2015-12-27T14:15:41+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9492b10c6b7e38d21d8544470ce12ba56060e88f | install_files/ansible-base/roles/common/tasks/remove_unused_packages.yml | install_files/ansible-base/roles/common/tasks/remove_unused_packages.yml | ---
- name: Remove unused packages
apt:
name: "{{ unused_packages }}"
state: absent
tags:
- apt
- hardening
# After installing securedrop-grsec, remove
# old generic kernels to avoid accidental
# boots into a less secure environment.
# We must used command due to the use of wildcards
- name: Remove generic kernel packages.
command: apt-get remove -y {{ item }}
with_items: "{{ securedrop_kernel_packages_to_remove }}"
register: apt_removed_kernels
changed_when: "'The following packages will be REMOVED' in apt_removed_kernels.stdout"
tags:
- apt
- name: Get list of all installed kernels.
shell: dpkg-query -f '${Package} ${Status}\n' -W 'linux-image*' | awk '$NF == "installed"{print $1}'
register: apt_installed_kernels
changed_when: false
tags:
- apt
- name: Validate that all installed kernels are grsecurity-hardened.
assert:
that:
- item is search('-grsec')
msg: "Not all non-grsec kernels have been removed, run dpkg-query -W 'linux-image*' for more details."
with_items: "{{ apt_installed_kernels.stdout_lines }}"
tags:
- apt
- grsecurity
- name: Remove dependencies that are no longer required
apt:
autoremove: yes
tags:
- apt
- hardening
| ---
- name: Remove unused packages
apt:
name: "{{ unused_packages }}"
state: absent
purge: yes
tags:
- apt
- hardening
# After installing securedrop-grsec, remove
# old generic kernels to avoid accidental
# boots into a less secure environment.
# We must used command due to the use of wildcards
- name: Remove generic kernel packages.
command: apt-get remove -y {{ item }}
with_items: "{{ securedrop_kernel_packages_to_remove }}"
register: apt_removed_kernels
changed_when: "'The following packages will be REMOVED' in apt_removed_kernels.stdout"
tags:
- apt
- name: Get list of all installed kernels.
shell: dpkg-query -f '${Package} ${Status}\n' -W 'linux-image*' | awk '$NF == "installed"{print $1}'
register: apt_installed_kernels
changed_when: false
tags:
- apt
- name: Validate that all installed kernels are grsecurity-hardened.
assert:
that:
- item is search('-grsec')
msg: "Not all non-grsec kernels have been removed, run dpkg-query -W 'linux-image*' for more details."
with_items: "{{ apt_installed_kernels.stdout_lines }}"
tags:
- apt
- grsecurity
- name: Remove dependencies that are no longer required
apt:
autoremove: yes
tags:
- apt
- hardening
| Make sure to purge unwanted packages | Make sure to purge unwanted packages
If we don't purge them, config files can linger, causing problems with
other services. Discovered during removal of snapd, which will leave
apparmor profiles (as well as the old snaps themselves) on disk if only
removed, but not purged.
| YAML | agpl-3.0 | conorsch/securedrop,conorsch/securedrop,conorsch/securedrop,conorsch/securedrop,conorsch/securedrop |
dd5a3988c19f16faab4a9cf7646f75eba945960a | docs/_config.yml | docs/_config.yml | markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# These allow the documentation to be updated with new releases of Alluxio.
ALLUXIO_RELEASED_VERSION: master
ALLUXIO_MASTER_VERSION_SHORT: 1.2.0-SNAPSHOT
# These attach the pages of different languages with different 'lang' attributes
defaults:
-
scope:
path: en
values:
lang: en
languageName: English
languagePriority: 0
-
scope:
path: cn
values:
lang: cn
languageName: 中文
languagePriority: 1
-
scope:
path: pt
values:
lang: pt
languageName: Português
languagePriority: 2
# Each language has a particular version of category names
# When supporting a new language version, do not change the 'group' attribute in .md page files
# Instead, just add the group name of that language below
categoryInfo:
User Guide:
en: User Guides
cn: 用户指南
pt: Guias do Usuário
Features:
en: Features
cn: 特性
pt: Features
Frameworks:
en: Frameworks
cn: 计算框架
pt: Frameworks
Under Store:
en: Under Stores
cn: 底层存储系统
pt: Under Stores
Resources:
en: Resources
cn: 开发者资源
pt: Recursos
| markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge
# These allow the documentation to be updated with new releases of Alluxio.
ALLUXIO_RELEASED_VERSION: 1.1.0
ALLUXIO_MASTER_VERSION_SHORT: 1.2.0-SNAPSHOT
# These attach the pages of different languages with different 'lang' attributes
defaults:
-
scope:
path: en
values:
lang: en
languageName: English
languagePriority: 0
-
scope:
path: cn
values:
lang: cn
languageName: 中文
languagePriority: 1
-
scope:
path: pt
values:
lang: pt
languageName: Português
languagePriority: 2
# Each language has a particular version of category names
# When supporting a new language version, do not change the 'group' attribute in .md page files
# Instead, just add the group name of that language below
categoryInfo:
User Guide:
en: User Guides
cn: 用户指南
pt: Guias do Usuário
Features:
en: Features
cn: 特性
pt: Features
Frameworks:
en: Frameworks
cn: 计算框架
pt: Frameworks
Under Store:
en: Under Stores
cn: 底层存储系统
pt: Under Stores
Resources:
en: Resources
cn: 开发者资源
pt: Recursos
| Revert "[DOCFIX] Update master docs version to master" | Revert "[DOCFIX] Update master docs version to master"
| YAML | apache-2.0 | riversand963/alluxio,wwjiang007/alluxio,bf8086/alluxio,yuluo-ding/alluxio,jsimsa/alluxio,Alluxio/alluxio,Alluxio/alluxio,Alluxio/alluxio,Alluxio/alluxio,madanadit/alluxio,EvilMcJerkface/alluxio,maobaolong/alluxio,WilliamZapata/alluxio,aaudiber/alluxio,aaudiber/alluxio,Reidddddd/alluxio,ShailShah/alluxio,wwjiang007/alluxio,Alluxio/alluxio,madanadit/alluxio,Reidddddd/mo-alluxio,wwjiang007/alluxio,riversand963/alluxio,bf8086/alluxio,PasaLab/tachyon,maobaolong/alluxio,EvilMcJerkface/alluxio,madanadit/alluxio,WilliamZapata/alluxio,bf8086/alluxio,ChangerYoung/alluxio,Alluxio/alluxio,maobaolong/alluxio,WilliamZapata/alluxio,maboelhassan/alluxio,calvinjia/tachyon,EvilMcJerkface/alluxio,maboelhassan/alluxio,PasaLab/tachyon,PasaLab/tachyon,wwjiang007/alluxio,yuluo-ding/alluxio,apc999/alluxio,madanadit/alluxio,aaudiber/alluxio,apc999/alluxio,madanadit/alluxio,bf8086/alluxio,EvilMcJerkface/alluxio,ShailShah/alluxio,riversand963/alluxio,maboelhassan/alluxio,maobaolong/alluxio,apc999/alluxio,maboelhassan/alluxio,bf8086/alluxio,Alluxio/alluxio,calvinjia/tachyon,riversand963/alluxio,yuluo-ding/alluxio,yuluo-ding/alluxio,maboelhassan/alluxio,Alluxio/alluxio,bf8086/alluxio,calvinjia/tachyon,yuluo-ding/alluxio,uronce-cc/alluxio,wwjiang007/alluxio,maobaolong/alluxio,Reidddddd/alluxio,aaudiber/alluxio,jsimsa/alluxio,maobaolong/alluxio,jswudi/alluxio,EvilMcJerkface/alluxio,EvilMcJerkface/alluxio,WilliamZapata/alluxio,jsimsa/alluxio,Alluxio/alluxio,ShailShah/alluxio,jswudi/alluxio,ChangerYoung/alluxio,EvilMcJerkface/alluxio,wwjiang007/alluxio,jswudi/alluxio,riversand963/alluxio,maboelhassan/alluxio,Reidddddd/mo-alluxio,uronce-cc/alluxio,jswudi/alluxio,riversand963/alluxio,uronce-cc/alluxio,calvinjia/tachyon,jswudi/alluxio,wwjiang007/alluxio,ChangerYoung/alluxio,Reidddddd/alluxio,apc999/alluxio,apc999/alluxio,madanadit/alluxio,jsimsa/alluxio,jswudi/alluxio,calvinjia/tachyon,wwjiang007/alluxio,Reidddddd/mo-alluxio,Reidddddd/alluxio,ChangerYoung/alluxio,Reidddddd/alluxio,PasaLab/tachyon,maobaolong/alluxio,ChangerYoung/alluxio,WilliamZapata/alluxio,Alluxio/alluxio,aaudiber/alluxio,madanadit/alluxio,uronce-cc/alluxio,Reidddddd/mo-alluxio,madanadit/alluxio,jsimsa/alluxio,uronce-cc/alluxio,apc999/alluxio,EvilMcJerkface/alluxio,jsimsa/alluxio,calvinjia/tachyon,PasaLab/tachyon,PasaLab/tachyon,wwjiang007/alluxio,maobaolong/alluxio,maobaolong/alluxio,bf8086/alluxio,Reidddddd/mo-alluxio,maobaolong/alluxio,aaudiber/alluxio,Reidddddd/alluxio,WilliamZapata/alluxio,Reidddddd/alluxio,calvinjia/tachyon,apc999/alluxio,aaudiber/alluxio,wwjiang007/alluxio,yuluo-ding/alluxio,ShailShah/alluxio,ChangerYoung/alluxio,maboelhassan/alluxio,bf8086/alluxio,uronce-cc/alluxio,ShailShah/alluxio,ShailShah/alluxio,Reidddddd/mo-alluxio,PasaLab/tachyon,calvinjia/tachyon |
e46e10a46c854cc6a0d11881fa499ab68867d943 | src/main/resources/config/application-heroku.yml | src/main/resources/config/application-heroku.yml | # ===================================================================
# Spring Boot configuration.
#
# This configuration will be overriden by the Spring profile you use,
# for example application-dev.yml if you use the "dev" profile.
# ===================================================================
# ===================================================================
# Standard Spring Boot properties.
# Full reference is available at:
# http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
# ===================================================================
spring:
profiles:
active: heroku
datasource:
maximumPoolSize: 5
driver-class-name: org.postgresql.Driver
jpa:
database-platform: org.hibernate.dialect.PostgreSQLDialect
show_sql: false
properties:
hibernate.cache.use_second_level_cache: false
hibernate.cache.use_query_cache: false
hibernate.generate_statistics: false
liquibase:
contexts: prod
| # ===================================================================
# Spring Boot configuration.
#
# This configuration will be overriden by the Spring profile you use,
# for example application-dev.yml if you use the "dev" profile.
# ===================================================================
# ===================================================================
# Standard Spring Boot properties.
# Full reference is available at:
# http://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html
# ===================================================================
spring:
profiles:
active: heroku
datasource:
maximumPoolSize: 5
driver-class-name: org.postgresql.ds.PGPoolingDataSource
jpa:
database-platform: org.hibernate.dialect.PostgreSQLDialect
show_sql: false
properties:
hibernate.cache.use_second_level_cache: false
hibernate.cache.use_query_cache: false
hibernate.generate_statistics: false
liquibase:
contexts: prod
| Add correct PostgreSQL driver class name for datasource | Add correct PostgreSQL driver class name for datasource
| YAML | mit | iisidro/iisidro-server,iisidro/iisidro-server,iisidro/iisidro-server |
abf2992695c2678e8e44ab970f9032781ad3be07 | releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml | releasenotes/notes/intermediate-ussuri-release-8aebeca312a6718c.yaml | ---
prelude: >
This is an intermediate release during the Ussuri development cycle to
mark the end of support for EM Queens in Tempest.
After this release, Tempest will support below OpenStack Releases:
* Train
* Stein
* Rocky
Current development of Tempest is for OpenStack Ussuri development
cycle.
This is the last release of Tempest to officially support python2.7.
| ---
prelude: |
This is an intermediate release during the Ussuri development cycle to
mark the end of support for EM Queens in Tempest.
After this release, Tempest will support below OpenStack Releases:
* Train
* Stein
* Rocky
Current development of Tempest is for OpenStack Ussuri development
cycle.
This is the last release of Tempest to officially support python2.7.
| Remove indentation for bullet list | Remove indentation for bullet list
This commit removes the unnecessary indentation of the bullet list in
the releasenote. It causes weird rendering on the web page.
https://docs.openstack.org/releasenotes/tempest/unreleased.html#relnotes-23-0-0
Change-Id: I146a9c8a74227aa1810e0a02d7cb6a91fbe4da08
| YAML | apache-2.0 | openstack/tempest,openstack/tempest,cisco-openstack/tempest,cisco-openstack/tempest |
13681534117608b3b15f82afb1ec0f9d42789d94 | recipes/hole-filling-liepa/meta.yaml | recipes/hole-filling-liepa/meta.yaml | {% set name = "hole-filling-liepa" %}
{% set version = "0.0.3" %}
package:
name: "{{ name|lower }}"
version: {{ version }}
source:
url: https://github.com/russelmann/hole-filling-liepa/archive/v{{ version }}.tar.gz
sha256: c73a65bd39b30801f5c85f7245de0f1ae8458d6eb78d657f63d8976d63cf4a47
build:
number: 0
skip: true # [py<38]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
- make
- pip
- pybind11
- eigen
host:
- python
- pip
- numpy
run:
- python
- numpy
test:
imports:
- hole_filling_liepa
about:
home: https://github.com/russelmann/hole-filling-liepa
license: MIT
license_file: LICENSE
summary: Hole filling algorithm by P. Liepa.
extra:
recipe-maintainers:
- russelmann
| {% set name = "hole-filling-liepa" %}
{% set version = "0.0.3" %}
package:
name: "{{ name|lower }}"
version: {{ version }}
source:
url: https://github.com/russelmann/hole-filling-liepa/archive/v{{ version }}.tar.gz
sha256: c73a65bd39b30801f5c85f7245de0f1ae8458d6eb78d657f63d8976d63cf4a47
build:
number: 0
skip: true # [py<38]
requirements:
build:
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- cmake
- ninja
- make
host:
- eigen
- pybind11
- python
- pip
- numpy
run:
- python
- numpy
test:
imports:
- hole_filling_liepa
about:
home: https://github.com/russelmann/hole-filling-liepa
license: MIT
license_file: LICENSE
summary: Hole filling algorithm by P. Liepa.
extra:
recipe-maintainers:
- russelmann
| Move libraries to host section | Move libraries to host section | YAML | bsd-3-clause | jakirkham/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes |
2bce81951917c1943aff0880828532d340313947 | test/integration/roles/test_fetch/tasks/main.yml | test/integration/roles/test_fetch/tasks/main.yml | # test code for the pip module
# (c) 2014, Michael DeHaan <michael.dehaan@gmail.com>
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
- name: set the output location
set_fact: output_file={{ output_dir }}/motd
- name: fetch the motd
fetch: src=/etc/motd dest={{ output_file }}
register: fetched
- debug: var=fetched
# TODO: check the sudo and non-sudo forms of fetch because in one form we'll do
# the get method of the connection plugin and in the sudo case we'll use the
# fetch module.
- name: diff what we fetched with the original file
shell: diff /etc/motd {{ output_dir }}/motd/127.0.0.1/etc/motd
register: diff
- name: check the diff to make sure they are the same
assert:
that:
'diff.stdout == ""'
| # test code for the pip module
# (c) 2014, Michael DeHaan <michael.dehaan@gmail.com>
# This file is part of Ansible
#
# Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Ansible is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
- name: create a file that we can use to fetch
copy: content="test" dest={{ output_dir }}/orig
- name: fetch the motd
fetch: src={{ output_dir }}/orig dest={{ output_dir }}/fetched
register: fetched
- debug: var=fetched
# TODO: check the sudo and non-sudo forms of fetch because in one form we'll do
# the get method of the connection plugin and in the sudo case we'll use the
# fetch module.
- name: diff what we fetched with the original file
shell: diff {{ output_dir }}/orig {{ output_dir }}/fetched/127.0.0.1/root/ansible_testing/orig
register: diff
- name: check the diff to make sure they are the same
assert:
that:
'diff.stdout == ""'
| Fix fails on ubuntu due to missing /etc/motd | Fix fails on ubuntu due to missing /etc/motd
Some systems that we are testing on may not have /etc/motd. So we need to create a file that we can control and use that for the further tests.
| YAML | mit | thaim/ansible,thaim/ansible |
72964847b0b05fc81f56ee2ea123015c3a1bcdfb | config/rbac/rbac_role.yaml | config/rbac/rbac_role.yaml | apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
- apiGroups:
- ""
resources:
- services
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
| apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
creationTimestamp: null
name: manager-role
rules:
- apiGroups:
- ""
- "airflow.k8s.io"
- "apps"
- "policy"
- "app.k8s.io"
- "rbac.authorization.k8s.io"
- admissionregistration.k8s.io
resources:
- mutatingwebhookconfigurations
- validatingwebhookconfigurations
- airflowbases
- airflowclusters
- secrets
- serviceaccounts
- services
- statefulsets
- rolebindings
- poddisruptionbudgets
- applications
verbs:
- get
- list
- watch
- create
- update
- patch
- delete
| Fix RBAC for airflowbases & airflowclusters resources | Fix RBAC for airflowbases & airflowclusters resources
| YAML | apache-2.0 | GoogleCloudPlatform/airflow-operator |
5d3729a81d95d08688493c321b7845d929d45b6e | roles/wordpress-import/tasks/dev.yml | roles/wordpress-import/tasks/dev.yml | ---
- name: "WordPress Import | create wordpress uploads subdirectories"
file:
path="{{ www_root }}/{{ item[0] }}/shared/{{ item[1] }}"
owner="{{ admin_user }}"
group="{{ admin_user_group }}"
state="directory"
recurse="yes"
with_nested:
- "wordpress_sites.keys()"
- ["blogs.dir", "uploads"]
- name: "WordPress Import | download wordpress uploads"
become_user: "{{ admin_user }}"
command: aws s3 sync {{ wordpress_uploads_s3_dir }}/uploads {{ www_root }}/{{ item.key }}/shared/uploads --exclude 'group-documents/*' --exclude 'humcore/*' --exclude 'cache/*' --only-show-errors --delete
with_dict: "wordpress_sites"
when: "wordpress_uploads_s3_dir is defined"
- include: "scripts.yml"
| ---
- name: "WordPress Import | create wordpress uploads subdirectories"
file:
path="{{ www_root }}/{{ item[0] }}/shared/{{ item[1] }}"
owner="{{ web_user }}"
group="{{ web_group }}"
state="directory"
recurse="yes"
with_nested:
- "wordpress_sites.keys()"
- ["blogs.dir", "uploads"]
- name: "WordPress Import | download wordpress uploads"
command: aws s3 sync {{ wordpress_uploads_s3_dir }}/uploads {{ www_root }}/{{ item.key }}/shared/uploads --exclude 'group-documents/*' --exclude 'humcore/*' --exclude 'cache/*' --only-show-errors --delete
with_dict: "wordpress_sites"
when: "wordpress_uploads_s3_dir is defined"
- include: "scripts.yml"
| Improve idempodence by creating uploads directory owned by web_user. | Improve idempodence by creating uploads directory owned by web_user.
| YAML | mit | mlaa/trellis,mlaa/trellis |
e612a6204ac2752d32caf283bca96f5dcf7c85c3 | .github/workflows/publish.yml | .github/workflows/publish.yml | name: "Build and upload to PyPI"
on:
release:
types: ["published"]
workflow_dispatch:
jobs:
upload:
uses: "matrix-org/backend-meta/.github/workflows/release.yml@release/v1"
with:
repository: pypi
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
| name: "Build and upload to PyPI"
on:
release:
types: ["published"]
workflow_dispatch:
jobs:
upload:
uses: "matrix-org/backend-meta/.github/workflows/release.yml@v1"
with:
repository: pypi
secrets:
PYPI_API_TOKEN: ${{ secrets.PYPI_ACCESS_TOKEN }}
| Correct secret name; don't use twine verbose mode | Correct secret name; don't use twine verbose mode
| YAML | apache-2.0 | matrix-org/sydent,matrix-org/sydent,matrix-org/sydent |
e943dfdb5edb5935e9f71491717361e4a9a5bc70 | metadata/com.activitymanager.yml | metadata/com.activitymanager.yml | Categories:
- System
- Development
License: Apache-2.0
AuthorName: Yuriy Mysochenko
AuthorWebSite: https://sdex.dev/
SourceCode: https://github.com/sdex/ActivityManager
IssueTracker: https://github.com/sdex/ActivityManager/issues
Donate: https://sdex.dev/donate.html
Bitcoin: 17NABADZGJyvYNaX3gpJzMpdQyWnTRXCD
AutoName: Activity Manager
RepoType: git
Repo: https://github.com/sdex/ActivityManager
Builds:
- versionName: 4.1.1
versionCode: 411
commit: a35c9eb548ac2713f5fa593ca316d13e8d6c2380
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- prod
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 4.1.1
CurrentVersionCode: 411
| Categories:
- System
- Development
License: Apache-2.0
AuthorName: Yuriy Mysochenko
AuthorWebSite: https://sdex.dev/
SourceCode: https://github.com/sdex/ActivityManager
IssueTracker: https://github.com/sdex/ActivityManager/issues
Donate: https://sdex.dev/donate.html
Bitcoin: 17NABADZGJyvYNaX3gpJzMpdQyWnTRXCD
AutoName: Activity Manager
RepoType: git
Repo: https://github.com/sdex/ActivityManager
Builds:
- versionName: 4.1.1
versionCode: 411
commit: a35c9eb548ac2713f5fa593ca316d13e8d6c2380
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- prod
- versionName: 4.1.2
versionCode: 412
commit: 8dae817aca11b5ed5828c0f60c07bcedf190fd4f
subdir: app
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- prod
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 4.1.2
CurrentVersionCode: 412
| Update Activity Manager to 4.1.2 (412) | Update Activity Manager to 4.1.2 (412)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
aa16f98ba5fb48c21d9ecef4b6e9045a47e7cdcc | data/transition-sites/ea_publications.yml | data/transition-sites/ea_publications.yml | ---
site: ea_publications
whitehall_slug: environment-agency
title: Environment Agency
redirection_date: 1st April 2014
homepage: https://www.gov.uk/government/organisations/environment-agency
tna_timestamp: 20130903163836
host: publications.environment-agency.gov.uk
furl: www.gov.uk/environment-agency
options: --query-string id
| ---
site: ea_publications
whitehall_slug: environment-agency
title: Environment Agency
redirection_date: 1st April 2014
homepage: https://www.gov.uk/government/organisations/environment-agency
tna_timestamp: 20130903163836
host: publications.environment-agency.gov.uk
furl: www.gov.uk/environment-agency
options: --query-string id
aliases:
- brand.environment-agency.gov.uk
| Add alias to EA publications library config | Add alias to EA publications library config
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
7f16bf17753af567474241302b69501801c39e72 | packages/ba/battleplace-api.yaml | packages/ba/battleplace-api.yaml | homepage: ''
changelog-type: ''
hash: e3cebe89430920cffac40ff14df814ad8aea4e76190bcebcc4654c131a968952
test-bench-deps: {}
maintainer: Alexander Bich <quyse0@gmail.com>
synopsis: Public API definitions of BattlePlace.io service
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
servant-client: ! '>=0.13'
servant: -any
battleplace: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Alexander Bich <quyse0@gmail.com>
latest: '0.1.0.1'
description-type: haddock
description: Public API definitions of BattlePlace.io service
license-name: MIT
| homepage: ''
changelog-type: ''
hash: 56b20b0f9a395983a5a43a7d5e75e11d285619dc7851028a6dfef16cc02abcef
test-bench-deps: {}
maintainer: Alexander Bich <quyse0@gmail.com>
synopsis: Public API definitions of BattlePlace.io service
changelog: ''
basic-deps:
base: ! '>=4.5 && <5'
servant-client: ! '>=0.13'
servant: -any
battleplace: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
author: Alexander Bich <quyse0@gmail.com>
latest: '0.1.0.2'
description-type: haddock
description: Public API definitions of BattlePlace.io service
license-name: MIT
| Update from Hackage at 2018-07-13T14:02:52Z | Update from Hackage at 2018-07-13T14:02:52Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
895a2ac855e414f78c8bdf679990b57e9419ec51 | packages/co/composite-dhall.yaml | packages/co/composite-dhall.yaml | homepage: ''
changelog-type: markdown
hash: beadfdcfafafbcb2b8785307f52d79b9c88a0d3016d2eb46949d658e5d2f2965
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Dhall instances for composite records.
changelog: |
# Changelog for composite-dhall
## v0.0.1.0
* Add `ToDhall` and `FromDhall` instances for composite `Record`s.
basic-deps:
base: '>=4.7 && <5'
composite-base: '>=0.7.0.0 && <0.7.7'
dhall: '>=1.39.0 && <1.40'
text: '>=1.0 && <1.4'
lens: '>=5.0.0 && <5.1'
all-versions:
- 0.0.1.0
author: Daniel Firth
latest: 0.0.1.0
description-type: markdown
description: |
# composite-dhall
`ToDhall` and `FromDhall` instances for
[composite](https://hackage.haskell.org/package/composite-base) records.
license-name: MIT
| homepage: ''
changelog-type: markdown
hash: 9e2f57d3d32f886cb1ad84de465942126730f767fbf248cdac1323c5a4290535
test-bench-deps: {}
maintainer: dan.firth@homotopic.tech
synopsis: Dhall instances for composite records.
changelog: |
# Changelog for composite-dhall
## v0.0.1.0
* Add `ToDhall` and `FromDhall` instances for composite `Record`s.
basic-deps:
base: '>=4.7 && <5'
composite-base: '>=0.7.0.0 && <0.8'
dhall: '>=1.39.0 && <1.40'
text: '>=1.0 && <1.4'
lens: '>=5.0.0 && <5.1'
all-versions:
- 0.0.1.0
author: Daniel Firth
latest: 0.0.1.0
description-type: markdown
description: |
# composite-dhall
`ToDhall` and `FromDhall` instances for
[composite](https://hackage.haskell.org/package/composite-base) records.
license-name: MIT
| Update from Hackage at 2021-07-26T08:13:59Z | Update from Hackage at 2021-07-26T08:13:59Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
28fec8745d4a8e697a9bc8443d91cf0c590af1c1 | recipes/coreutils/meta.yaml | recipes/coreutils/meta.yaml | {% set name = "coreutils" %}
{% set version = "8.29" %}
{% set sha256 = "92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://ftp.gnu.org/gnu/{{ name }}/{{ name }}-{{ version }}.tar.xz
sha256: {{ sha256 }}
build:
number: 0
skip: True # [win]
requirements:
build:
- {{ compiler('c') }}
test:
commands:
- ln --relative --help
- wc --version
- cat --version
about:
home: https://www.gnu.org/software/coreutils
license: GPL-2.0
license_family: GPL
license_file: COPYING
summary: 'The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system.'
doc_url: https://www.gnu.org/software/coreutils/manual/html_node/index.html
dev_url: http://git.savannah.gnu.org/cgit/coreutils.git
extra:
recipe-maintainers:
- sodre
# - msarahan ?
| {% set name = "coreutils" %}
{% set version = "8.29" %}
{% set sha256 = "92d0fa1c311cacefa89853bdb53c62f4110cdfda3820346b59cbd098f40f955e" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: http://ftp.gnu.org/gnu/{{ name }}/{{ name }}-{{ version }}.tar.xz
sha256: {{ sha256 }}
build:
number: 0
skip: True # [win]
requirements:
build:
- {{ compiler('c') }}
test:
commands:
- ln --relative --help
- wc --version
- cat --version
about:
home: https://www.gnu.org/software/coreutils
license: GPL-3.0-or-later
license_family: GPL
license_file: COPYING
summary: 'The GNU Core Utilities are the basic file, shell and text manipulation utilities of the GNU operating system.'
doc_url: https://www.gnu.org/software/coreutils/manual/html_node/index.html
dev_url: http://git.savannah.gnu.org/cgit/coreutils.git
extra:
recipe-maintainers:
- sodre
- mbargull
| Fix license and add mbargull as maintainer | Fix license and add mbargull as maintainer | YAML | bsd-3-clause | kwilcox/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,petrushy/staged-recipes,conda-forge/staged-recipes,chrisburr/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,petrushy/staged-recipes,dschreij/staged-recipes,cpaulik/staged-recipes,rmcgibbo/staged-recipes,stuertz/staged-recipes,scopatz/staged-recipes,mcs07/staged-recipes,ceholden/staged-recipes,basnijholt/staged-recipes,sodre/staged-recipes,jjhelmus/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,pmlandwehr/staged-recipes,sodre/staged-recipes,birdsarah/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,asmeurer/staged-recipes,cpaulik/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,shadowwalkersb/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,asmeurer/staged-recipes,Juanlu001/staged-recipes,ocefpaf/staged-recipes,ocefpaf/staged-recipes,barkls/staged-recipes,sodre/staged-recipes,shadowwalkersb/staged-recipes,pmlandwehr/staged-recipes,rvalieris/staged-recipes,jjhelmus/staged-recipes,kwilcox/staged-recipes,barkls/staged-recipes,jakirkham/staged-recipes,basnijholt/staged-recipes,isuruf/staged-recipes,hadim/staged-recipes,birdsarah/staged-recipes,synapticarbors/staged-recipes,jochym/staged-recipes,chrisburr/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,SylvainCorlay/staged-recipes,rmcgibbo/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,rvalieris/staged-recipes,igortg/staged-recipes,ceholden/staged-recipes,mariusvniekerk/staged-recipes,Juanlu001/staged-recipes |
a3774f81631accb2779babd4d8de7128a0a3043c | recipes/decorator/meta.yaml | recipes/decorator/meta.yaml | {% set name = "decorator" %}
{% set version = "4.0.11" %}
{% set sha256 = "953d6bf082b100f43229cf547f4f97f97e970f5ad645ee7601d55ff87afdfe76" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- decorator
about:
home: http://pypi.python.org/pypi/decorator
license: BSD
license_file: LICENSE.txt
summary: Better living through Python with decorators
description: |
Preserve the signature of decorated functions in a consistent way
across Python releases.
doc_url: http://pythonhosted.org/decorator/
dev_url: https://github.com/micheles/decorator
| {% set name = "decorator" %}
{% set version = "4.1.0" %}
{% set sha256 = "53d6e5864a8f11e38eddf2206ad6de3eb4738114e54c9fb6bbe47a7ddbec523b" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
noarch: python
script: python setup.py install --single-version-externally-managed --record record.txt
requirements:
build:
- python
- setuptools
run:
- python
test:
imports:
- decorator
about:
home: http://pypi.python.org/pypi/decorator
license: BSD
license_file: LICENSE.txt
summary: Better living through Python with decorators
description: |
Preserve the signature of decorated functions in a consistent way
across Python releases.
doc_url: http://pythonhosted.org/decorator/
dev_url: https://github.com/micheles/decorator
| Update decorator recipe to version 4.1.0 | Update decorator recipe to version 4.1.0
change to noarch: python
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
ed0300b6f1f2c035d02a61914f67ab5ad770cf2d | packages/fw/fwgl-javascript.yaml | packages/fw/fwgl-javascript.yaml | homepage: https://github.com/ZioCrocifisso/FWGL
changelog-type: ''
hash: dae5a32756dfd19fd86380c99b6f774ef58fda63ad8509e0fb2a17ee94143ca8
test-bench-deps: {}
maintainer: ziocroc@gmail.com
synopsis: FWGL GHCJS backend
changelog: ''
basic-deps:
Yampa: -any
base: ! '>=4.7 && <4.8'
ghcjs-base: -any
unordered-containers: ! '>=0.2 && <0.3'
fwgl: ! '>=0.1 && <0.2'
hashable: ! '>=1.2 && <1.3'
all-versions:
- '0.1.0.2'
author: Luca "ZioCrocifisso" Prezzavento
latest: '0.1.0.2'
description-type: haddock
description: FWGL GHCJS backend
license-name: BSD3
| homepage: https://github.com/ziocroc/FWGL
changelog-type: ''
hash: 9d30626c7be3df0995eb14ee3ec5ce0840bdb1a23b1c7d74ad299cc49945d5bb
test-bench-deps: {}
maintainer: ziocroc@gmail.com
synopsis: FWGL GHCJS backend
changelog: ''
basic-deps:
Yampa: -any
base: ! '>=4.7 && <4.8'
ghcjs-base: -any
unordered-containers: ! '>=0.2 && <0.3'
fwgl: ! '>=0.1 && <0.2'
hashable: ! '>=1.2 && <1.3'
all-versions:
- '0.1.0.2'
- '0.1.0.3'
author: Luca "ziocroc" Prezzavento
latest: '0.1.0.3'
description-type: haddock
description: FWGL GHCJS backend
license-name: BSD3
| Update from Hackage at 2015-07-19T23:19:10+0000 | Update from Hackage at 2015-07-19T23:19:10+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
10c68218760b7de933db724fbc62babdb9281826 | install.conf.yaml | install.conf.yaml | - clean: []
- shell:
- mkdir -p ~/.shellrc/local.d ~/bin ~/.shellrc/login.d
- bin/run-parts.sh install.d
- cp bashrc ~/.bashrc
- cp bash_profile ~/.bash_profile
- link:
~/.shellrc/bashrc.d:
create: true
path: bashrc.d/
~/.shellrc/bin:
create: true
path: bin
~/.vimrc: vimrc
| - clean: ['~']
- shell:
- mkdir -p ~/.shellrc/local.d ~/bin ~/.shellrc/login.d
- bin/run-parts.sh install.d
#- ln -f -s $(realpath ~/.shellrc/dotfiles/bashrc) $(realpath ~/.bashrc)
#- ln -f -s $(realpath ~/.shellrc/dotfiles/bash_profile) $(realpath ~/.bash_profile)
- link:
~/.shellrc/bashrc.d:
create: true
path: bashrc.d/
~/.shellrc/bin:
create: true
path: bin
~/.vimrc: vimrc
~/.bash_profile:
relink: true
path: bash_profile
~/.bashrc:
relink: true
path: bashrc
| Make bashrc and bash_profile into links, after all | Make bashrc and bash_profile into links, after all
| YAML | unlicense | TheDauthi/dotfiles,TheDauthi/dotfiles |
8df7987f88373dd0ccf936ddb75d3978ac2df4ea | roles/dev/defaults/main.yml | roles/dev/defaults/main.yml | #
# Copyright 2017 Martin Goellnitz.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# defaults for apache-maven
maven_major: 3
maven_version: 3.5.0
maven_home_parent_directory: /opt
# defaults for PhantomJS
phantomjs_version: 2.1.1
phantomjs_home_parent_directory: /opt
# defaults for SenchaCMD
senchacmd_version: 6.2.2
senchacmd_long_version: 6.2.2.36
senchacmd_home_parent_directory: /opt
| #
# Copyright 2017 Martin Goellnitz.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# defaults for apache-maven
maven_major: 3
maven_version: 3.5.2
maven_home_parent_directory: /opt
# defaults for PhantomJS
phantomjs_version: 2.1.1
phantomjs_home_parent_directory: /opt
# defaults for SenchaCMD
senchacmd_version: 6.2.2
senchacmd_long_version: 6.2.2.36
senchacmd_home_parent_directory: /opt
| Update to maven 3.5.2 as it is the latest available build level | Update to maven 3.5.2 as it is the latest available build level | YAML | apache-2.0 | provocon/coremedia-centos-development |
e6539ad625296083b38a7081b84972d0f09dc408 | data/contract_types.yml | data/contract_types.yml | - country: Belgium
employee_factor: 0.8
- country: China
employee_factor: 0.55
- country: India
employee_factor: 0.6
- country: Netherlands
employee_factor: 0.8
- country: United Kingdom
employee_factor: 0.85
- country: United States
employee_factor: 1
- country: '*'
contractor_factor: 1.17
| - country: Belgium
employee_factor: 0.8
- country: China
employee_factor: 0.55
- country: India
employee_factor: 0.75
- country: Netherlands
employee_factor: 0.8
- country: United Kingdom
employee_factor: 0.85
- country: United States
employee_factor: 1
- country: '*'
contractor_factor: 1.17
| Increase contract type factor for India | Increase contract type factor for India
| YAML | mit | damianhakert/damianhakert.github.io |
797483a2421c397de5b3c0f54971014c81cf52c5 | internal/skeleton/goal.yml | internal/skeleton/goal.yml | # goal.yml is a configuration file of "goal run" file watcher / task runner.
init:
# Commands of this section will be executed once per start of `goal run`.
- /echo "Starting work on 'github.com/colegion/goal/internal/skeleton'"
- /run genHandlers
- /start getAssets
- go get github.com/colegion/goal/internal/skeleton/...
- /run buildApp
- /single startApp
watch:
# Watcher commands will be started every time their related files are modified.
# "*" at the end of path means watch recursively.
./controllers/*:
- /run genHandlers
- /start getAssets
- /run buildApp
- /single startApp
./views/*:
- /single startApp
./:
- /run buildApp
- /single startApp
./routes/*:
- /run buildApp
- /single startApp
buildApp:
- go build -o ./bin/run:EXT github.com/colegion/goal/internal/skeleton
getAssets:
# Getting dependencies for correct work of autocomplete in editors and IDEs.
- go get github.com/colegion/goal/internal/skeleton/assets/...
startApp:
- ./bin/run:EXT
genHandlers:
# Generating handler functions from controllers.
- goal generate handlers --input ./controllers/ --output ./assets/handlers/
| # goal.yml is a configuration file of "goal run" file watcher / task runner.
init:
# Commands of this section will be executed once per start of `goal run`.
- /echo "Starting work on 'github.com/colegion/goal/internal/skeleton'"
- go get -t github.com/colegion/goal/internal/skeleton/...
- /run genHandlers
- /run buildApp
- /single startApp
watch:
# Watcher commands will be started every time their related files are modified.
# "*" at the end of path means watch recursively.
./controllers/*:
- /run genHandlers
- /start getAssets
- /run buildApp
- /single startApp
./views/*:
- /single startApp
./:
- /run buildApp
- /single startApp
./routes/*:
- /run buildApp
- /single startApp
buildApp:
- go build -o ./bin/run:EXT github.com/colegion/goal/internal/skeleton
getAssets:
# Getting dependencies for correct work of autocomplete in editors and IDEs.
- go get github.com/colegion/goal/internal/skeleton/assets/...
startApp:
- ./bin/run:EXT
genHandlers:
# Generating handler functions from controllers.
- goal generate handlers --input ./controllers/ --output ./assets/handlers/
| Change the order of initialization in conf file | Change the order of initialization in conf file
| YAML | bsd-2-clause | goaltools/goal,anonx/sunplate,anonx/sunplate,anonx/sunplate,goaltools/goal,goaltools/goal |
03f8f5a08418080162a3d2f90658a597606e7c45 | releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml | releasenotes/notes/rm-sched-host-mgr-class-load-2a86749a38f0688d.yaml | ---
upgrade:
- The ability to load a custom scheduler host manager via the
``scheduler_host_manager`` configuration option was deprecated
in the 13.0.0 Mitaka release and is now removed in the 14.0.0 Newton
release.
| ---
upgrade:
- The ability to load a custom scheduler host manager via the
``scheduler_host_manager`` configuration option was deprecated
in the 13.0.0 Mitaka release and is now removed in the 14.0.0 Newton
release. Host managers can only be selected by name and not by full
class path. The allowed values are ``host_manager`` and
``ironic_host_manager``.
| Clarify what changed with scheduler_host_manager. | Clarify what changed with scheduler_host_manager.
The wording could be interpreted as the full removal of the
scheduler_host_manager configuration entry itself.
Change-Id: Ifd8269ae3467f1828ea2d6764cd42446be6de5a0
| YAML | apache-2.0 | Juniper/nova,gooddata/openstack-nova,gooddata/openstack-nova,rajalokan/nova,klmitch/nova,mikalstill/nova,hanlind/nova,mahak/nova,klmitch/nova,rahulunair/nova,mikalstill/nova,Juniper/nova,klmitch/nova,rahulunair/nova,vmturbo/nova,hanlind/nova,jianghuaw/nova,phenoxim/nova,jianghuaw/nova,rahulunair/nova,gooddata/openstack-nova,hanlind/nova,phenoxim/nova,rajalokan/nova,rajalokan/nova,mahak/nova,vmturbo/nova,rajalokan/nova,openstack/nova,openstack/nova,jianghuaw/nova,vmturbo/nova,Juniper/nova,mahak/nova,klmitch/nova,vmturbo/nova,mikalstill/nova,jianghuaw/nova,gooddata/openstack-nova,openstack/nova,Juniper/nova |
3d3e316775f5119b67115a5e1ccd57bcfcb4358f | db/unit_conversions.yml | db/unit_conversions.yml | ---
# Unit conversions are added using the `key` for the InputElement, then use an
# array of hashes where each hash is an alternative unit which may be
# displayed. The hash keys should be `name`, `unit` and `multiplier`.
number_of_pulverized_coal: &coal_plants
megawatts: [ MW, 2000 ]
gigawatts: [ GW, 2.0 ]
# YAML references may be used to share data between several input elements...
number_of_pulverized_coal_ccs:
<<: *coal_plants
number_of_coal_iggc:
<<: *coal_plants
| ---
# Unit conversions are added by using the `key` for the input element. Then,
# create a hash where each key is an I18n string (under unit_conversions.*)
# and the value a two-element array consisting of the unit suffix, and the
# multiplier.
#
# For example, assuming a slider whose default value is in gigawatts:
#
# my_input_element:
# megawatts: [ MW, 1000 ]
#
# This would add a "megawatts" conversion to the "my_input_element" element.
# The label for the conversion would be looked up using I18n as
# "unit_conversions.megawatts".
#
# When displaying the value of the slider in megawatts, the sliders internal
# value will be multiplied by 1000, and given the suffix "MW".
#
# My Input Element (-) <-----()------------------> (+) 2.5 GW
#
# ... becomes ...
#
# My Input Element (-) <-----()------------------> (+) 2500 MW
#
# YAML references may be used to reduce duplication.
#
# common_coal_conversions: &common_coal_conversions
# kilowatts: [ KW, 1000000 ]
# megawatts: [ MW, 1000 ]
#
# coal_ccs:
# <<: *common_coal_conversions
# coal_iggc:
# <<: *common_coal_conversions
#
# In the above example, the `coal_ccs` and `coal_iggc` elements would inherit
# their conversions from `common_coal_conversions`.
#
# For more information see:
# http://en.wikipedia.org/wiki/YAML#Data_merge_and_references
#
number_of_pulverized_coal: &coal_plants
megawatts: [ MW, 2000 ]
gigawatts: [ GW, 2.0 ]
number_of_pulverized_coal_ccs:
<<: *coal_plants
number_of_coal_iggc:
<<: *coal_plants
| Improve documentation of unit conversions YAML file. | Improve documentation of unit conversions YAML file.
| YAML | mit | quintel/etmodel,quintel/etmodel,quintel/etmodel,quintel/etmodel |
ec2c9b68f81a3d24da0254786ca6a5f73ad2fae1 | bmi_ilamb/data/bmi_ilamb.yaml | bmi_ilamb/data/bmi_ilamb.yaml | config: ilamb.cfg
ilamb_root: /nas/data/ILAMB_sample
model_root: /nas/data/ILAMB_sample/MODELS
regions: global
| config: /home/csdms/wmt/_testing/opt/bmi-ilamb/bmi_ilamb/data/ilamb.cfg
ilamb_root: /nas/data/ILAMB_sample
model_root: /nas/data/ILAMB_sample/MODELS
regions: global
| Use full path to ILAMB config file | Use full path to ILAMB config file
| YAML | mit | permamodel/bmi-ilamb |
d4fa039d75a8b0168988fe625f89299e21ad141e | tasks/deploy.yml | tasks/deploy.yml | ---
- include_vars: "vars/{{ wimpy_deploy_strategy }}.yml"
- include: find_latest_ami.yml
when: wimpy_aws_ami_id is undefined
- include: find_previous_cloudformation.yml
when:
- wimpy_destroy_previous_asg
- wimpy_deploy_strategy != rolling_asg
- include: create_github_deployment.yml
when: wimpy_github_project_url != ''
- include: create_launchconfiguration.yml
- include: launch_cloudformation_with_elb_dns.yml
when: wimpy_needs_elb
- include: launch_cloudformation.yml
when: not wimpy_needs_elb
- include: scaling_policies.yml
- include: clean_previous_cloudformation.yml
with_items: "{{ previous_asgs.results }}"
when:
- wimpy_destroy_previous_asg
- wimpy_deploy_strategy != rolling_asg
- include: notify.yml
| ---
- include_vars: "vars/{{ wimpy_deploy_strategy }}.yml"
- include: find_latest_ami.yml
when: wimpy_aws_ami_id is undefined
- include: find_previous_cloudformation.yml
when:
- wimpy_destroy_previous_asg
- wimpy_deploy_strategy != 'rolling_asg'
- include: create_github_deployment.yml
when: wimpy_github_project_url != ''
- include: create_launchconfiguration.yml
- include: launch_cloudformation_with_elb_dns.yml
when: wimpy_needs_elb
- include: launch_cloudformation.yml
when: not wimpy_needs_elb
- include: scaling_policies.yml
- include: clean_previous_cloudformation.yml
with_items: "{{ previous_asgs.results }}"
when:
- wimpy_destroy_previous_asg
- wimpy_deploy_strategy != 'rolling_asg'
- include: notify.yml
| Deploy strategy must go between quotes | Deploy strategy must go between quotes
| YAML | mit | wimpy/wimpy.deploy,fiunchinho/wimpy,wimpy/wimpy.deploy,fiunchinho/wimpy |
fcd4f8adc677d58412e7aa20f1e37548e646f166 | cluster/canary/updater.yaml | cluster/canary/updater.yaml | ---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: testgrid-canary@k8s-testgrid.iam.gserviceaccount.com
name: updater
namespace: testgrid-canary
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: testgrid-updater
namespace: testgrid-canary
labels:
component: updater
app: testgrid
spec:
replicas: 2
selector:
matchLabels:
app: testgrid
component: updater
template:
metadata:
labels:
component: updater
app: testgrid
spec:
serviceAccountName: updater
containers:
- name: updater
image: gcr.io/k8s-testgrid/updater:v20210811-v0.0.90-16-g0cb1e7b
args:
- --build-concurrency=2
- --build-timeout=2m
- --config=gs://k8s-testgrid-canary/config
- --confirm
- --group-concurrency=4
- --group-timeout=10m
- --json-logs
- --wait=3h
resources:
requests:
cpu: "1"
memory: "50G"
limits:
cpu: "2"
memory: "100G"
---
| ---
apiVersion: v1
kind: ServiceAccount
metadata:
annotations:
iam.gke.io/gcp-service-account: testgrid-canary@k8s-testgrid.iam.gserviceaccount.com
name: updater
namespace: testgrid-canary
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: testgrid-updater
namespace: testgrid-canary
labels:
component: updater
app: testgrid
spec:
replicas: 2
selector:
matchLabels:
app: testgrid
component: updater
template:
metadata:
labels:
component: updater
app: testgrid
spec:
serviceAccountName: updater
containers:
- name: updater
image: gcr.io/k8s-testgrid/updater:v20210811-v0.0.90-16-g0cb1e7b
args:
- --build-concurrency=2
- --build-timeout=2m
- --config=gs://k8s-testgrid-canary/config
- --confirm
- --group-concurrency=4
- --group-timeout=10m
- --json-logs
- --subscribe=kubernetes-jenkins=kubernetes-jenkins/testgrid
- --subscribe=k8s-testgrid/testgrid-canary
- --wait=3h
resources:
requests:
cpu: "1"
memory: "50G"
limits:
cpu: "4"
memory: "100G"
---
| Add manual subscriptions to canary. | Add manual subscriptions to canary.
Also increase CPU limit
| YAML | apache-2.0 | GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid,GoogleCloudPlatform/testgrid |
2389c2573aa0670447e84658d6b659154b55fa87 | .eslintrc.yaml | .eslintrc.yaml | extends: "airbnb-base"
plugins:
- "import"
env:
browser: true
webextensions: true
settings:
import/resolver:
node:
paths:
- src
- node_modules
import/no-extraneous-dependencies:
- error
- devDependencies: false
optionalDependencies: false
peerDependencies: false
packageDir: "./"
rules:
no-use-before-define: 0
no-fallthrough: 0
no-param-reassign: 0
import/prefer-default-export: 0
no-underscore-dangle: 0
ignore-rest-siblings: 0
prefer-arrow-callback: 0
overrides:
- files:
- src/**/*.spec.js
env:
mocha: true
globals:
expect: false
rules:
prefer-arrow-callback: 0
func-names: 0
prefer-template: 0
no-plusplus: 0
no-unused-expressions: 0
| extends: "airbnb-base"
plugins:
- "import"
env:
browser: true
webextensions: true
settings:
import/resolver:
node:
paths:
- src
- node_modules
import/no-extraneous-dependencies:
- error
- devDependencies: false
optionalDependencies: false
peerDependencies: false
packageDir: "./"
rules:
no-use-before-define: 0
no-fallthrough: 0
no-param-reassign: 0
import/prefer-default-export: 0
no-underscore-dangle: 0
ignore-rest-siblings: 0
prefer-arrow-callback: 0
overrides:
- files:
- src/**/*.spec.js
env:
mocha: true
globals:
expect: false
rules:
prefer-arrow-callback: 0
func-names: 0
prefer-template: 0
no-plusplus: 0
no-unused-expressions: 0
no-restricted-syntax: 0
| Set `no-restricted-syntax: 0` on tests | Set `no-restricted-syntax: 0` on tests
| YAML | mit | reblws/tab-search,reblws/tab-search |
76a666e52a0bf5edca999b455f2e6b84295a7ab9 | .gitlab-ci.yml | .gitlab-ci.yml | test:
stage: test
script:
- python3.6 -m py_compile btsoot
| test:
stage: test
script:
- python3.6 -m py_compile btsoot.py
| Fix ci to point to correct filename btsoot.py | Fix ci to point to correct filename btsoot.py
| YAML | bsd-3-clause | paulkramme/btsoot |
96e952197a288b775c696366b4bbfbde179c8195 | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- angr-test sync hard
### local
angr:
script: "angr-test angr"
tags: [angr]
lint:
script: "angr-test lint"
tags: [angr]
### first level
fidget:
script: "angr-test fidget"
tags: [angr]
angrop:
script: "angr-test angrop"
tags: [angr]
topsecret:
script: "angr-test top-secret"
tags: [angr]
driller:
script: "angr-test driller"
tags: [angr]
tracer:
script: "angr-test tracer"
tags: [angr]
rex:
script: "angr-test rex"
tags: [angr]
pwnrex:
script: "angr-test pwnrex"
tags: [angr]
patcherex:
script: "angr-test patcherex"
tags: [angr]
docs:
script: "angr-test docs"
tags: [angr]
| before_script:
- which angr-test && angr-test sync hard
### local
angr:
script: "angr-test angr"
tags: [angr]
lint:
script: "angr-test lint"
tags: [angr]
### first level
fidget:
script: "angr-test fidget"
tags: [angr]
angrop:
script: "angr-test angrop"
tags: [angr]
topsecret:
script: "angr-test top-secret"
tags: [angr]
driller:
script: "angr-test driller"
tags: [angr]
tracer:
script: "angr-test tracer"
tags: [angr]
rex:
script: "angr-test rex"
tags: [angr]
pwnrex:
script: "angr-test pwnrex"
tags: [angr]
patcherex:
script: "angr-test patcherex"
tags: [angr]
docs:
script: "angr-test docs"
tags: [angr]
### Deploy stage
build_images:
only: ["master"]
stage: deploy
script:
- angr-build angr
- angr-build angr-ci
- angr-build worker
tags: ["docker-builder"]
| Enable Docker build on success | Enable Docker build on success
| YAML | bsd-2-clause | f-prettyland/angr,iamahuman/angr,iamahuman/angr,schieb/angr,angr/angr,f-prettyland/angr,axt/angr,chubbymaggie/angr,axt/angr,schieb/angr,tyb0807/angr,axt/angr,tyb0807/angr,iamahuman/angr,angr/angr,schieb/angr,chubbymaggie/angr,chubbymaggie/angr,tyb0807/angr,f-prettyland/angr,angr/angr |
874ffc64ad61a0b3c3769ec41a25f896c85e4739 | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- init
- build
- test
init-env:
stage: init
script:
- export CURRENT_BUILD_PATH=/builds/timothy/godns
build-my-project:
stage: build
script:
- cd $CURRENT_BUILD_PATH
- go get
- go build
test-my-project:
stage: test
script:
- cd $CURRENT_BUILD_PATH
- go test
| image: golang:1.6.2
before_script:
- export CURRENT_BUILD_PATH=/builds/timothy/godns
stages:
- build
- test
init-env:
stage: init
script:
build-my-project:
stage: build
script:
- cd $CURRENT_BUILD_PATH
- go get
- go build
test-my-project:
stage: test
script:
- cd $CURRENT_BUILD_PATH
- go test
| Update gitlab ci config file | Update gitlab ci config file
| YAML | apache-2.0 | TimothyYe/godns |
3546be1cbbdd859bef11269968472587ec6fc19c | .gitlab-ci.yml | .gitlab-ci.yml | include:
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-before.yml
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-frameworks-linux.yml
- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-frameworks-freebsd.yml
# Enable the Windows CI when it actually works
#- https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-frameworks-windows.yml
| # SPDX-FileCopyrightText: 2020 Volker Krause <vkrause@kde.org>
# SPDX-License-Identifier: CC0-1.0
include:
- https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
| Add Native Gitlab CI configuration | Add Native Gitlab CI configuration
| YAML | lgpl-2.1 | KDE/breeze-icons,KDE/breeze-icons,KDE/breeze-icons,KDE/breeze-icons,KDE/breeze-icons |
3c9e478b450a2aa4d0b0fb8a3f224737e7382901 | .gitlab-ci.yml | .gitlab-ci.yml | image: node:5.11
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run bower -- install
- npm run brunch -- b --production
artifacts:
paths:
- public
# only:
# - master
| image: node:5.11
pages:
cache:
paths:
- node_modules/
script:
- npm install
- npm run bower -- install --allow-root
- npm run brunch -- b --production
artifacts:
paths:
- public
# only:
# - master
| Allow bower with root for gitlab ci | Allow bower with root for gitlab ci
| YAML | mit | Hexanet/MergeRequestsCI,Hexanet/MergeRequestsCI |
3e8fa70f2df21a978b6bf509a5742ce7a435795b | .gitlab-ci.yml | .gitlab-ci.yml | before_script:
- apt-get update -yqq
- apt-get install -yqq libmcrypt-dev g++ libsqlite3-dev libssl-dev libcurl3-dev libxml2-dev libzzip-dev libpq-dev
- rm -rf /var/lib/apt/lists/*
- docker-php-ext-install hash json mcrypt mbstring pdo pdo_mysqlnd simplexml pdo_pgsql pdo_sqlite
- echo "date.timezone = UTC" > /usr/local/etc/php/php.ini
services:
- mysql:latest
variables:
# Configure mysql service (https://hub.docker.com/_/mysql/)
MYSQL_DATABASE: freischutz_test
MYSQL_ROOT_PASSWORD: mysql
php7.1:
image: mileschou/phalcon:7.1
script:
- curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit-7.1.5.phar
- chmod +x /usr/local/bin/phpunit
- phpunit --configuration phpunit.xml
| before_script:
- apt-get update -yqq
- apt-get install -yqq libmcrypt-dev g++ libsqlite3-dev libssl-dev libcurl3-dev libxml2-dev libzzip-dev libpq-dev
- rm -rf /var/lib/apt/lists/*
- docker-php-ext-install hash json mcrypt mbstring pdo pdo_mysql simplexml pdo_pgsql pdo_sqlite
- echo "date.timezone = UTC" > /usr/local/etc/php/php.ini
services:
- mysql:latest
variables:
# Configure mysql service (https://hub.docker.com/_/mysql/)
MYSQL_DATABASE: freischutz_test
MYSQL_ROOT_PASSWORD: mysql
php7.1:
image: mileschou/phalcon:7.1
script:
- curl --location --output /usr/local/bin/phpunit https://phar.phpunit.de/phpunit-7.1.5.phar
- chmod +x /usr/local/bin/phpunit
- phpunit --configuration phpunit.xml
| Revert "Try again with Gitlab CI" | Revert "Try again with Gitlab CI"
This reverts commit 44a0da5c6a557817807bb6dbc697e76355e60ec0.
| YAML | bsd-3-clause | tdely/freischutz,tdely/freischutz,tdely/freischutz |
b1e5c6af2a3379929b175d1573a85ceb52bc2a43 | .gitlab-ci.yml | .gitlab-ci.yml | image: ubuntu:xenial
stages:
- build
build:
stage: build
script:
- apt-get update && apt-get install -y docker.io make
- make
- if [ -z "${DOCKER_USER}" ]; then export DOCKER_USER=gitlab-ci-token; export DOCKER_PASSWORD=${CI_BUILD_TOKEN}; fi
- if [ -n "${DOCKER_REGISTRY}" ]; then docker login -u $DOCKER_USER -p=$DOCKER_PASSWORD $DOCKER_REGISTRY; fi
- if [ -n "${DOCKER_REGISTRY}" ]; then make docker-push; fi
| image: ubuntu:xenial
stages:
- build
build:
stage: build
script:
- apt-get update && apt-get install -y docker.io make
# We allow the user to control which Docker registry is used through the
# env var DOCKER_REGISTRY. If it is not set then we assume we should use
# the GitLab built-in Docker registry so we check if it is enabled.
# CI_REGISTRY is only set when the GitLab Docker registry is enabled
- if [ -z "${DOCKER_REGISTRY}"]; then if [ -n "${CI_REGISTRY}" ]; then export DOCKER_USER=gitlab-ci-token; export DOCKER_PASSWORD=${CI_BUILD_TOKEN}; export DOCKER_REGISTRY=${CI_REGISTRY_IMAGE}; fi; fi
# if DOCKER_REGISTRY set, either explicitly by user or implicitly by GitLab
# (see above) we login to repo, build images and push them
- if [ -n "${DOCKER_REGISTRY}" ]; then docker login -u ${DOCKER_USER} -p=${DOCKER_PASSWORD} ${DOCKER_REGISTRY}; fi
- if [ -n "${DOCKER_REGISTRY}" ]; then make -j && make docker-push; fi
| Fix docker push for GitLab CI | Fix docker push for GitLab CI
We default to using the built-in Docker registry in GitLab if one isn't
explicitly provided.
| YAML | mit | mzagozen/vrnetlab,holmahenkel/vrnetlab,plajjan/vrnetlab,plajjan/vrnetlab,mzagozen/vrnetlab,holmahenkel/vrnetlab,bdreisbach/vrnetlab,bdreisbach/vrnetlab |
083b3d816ad81d098626d384b037b8770c1d2c9d | .gitlab-ci.yml | .gitlab-ci.yml | stages:
- build
- test
build:
stage: build
script: "mvn clean test -B"
sonar:
stage: test
script: "mvn verify sonar:sonar -B -Dsonar.host.url=https://sonarqube.johnnei.org"
| stages:
- build
- test
build:
stage: build
script: "mvn clean test -B"
sonar:
stage: test
script: "mvn verify sonar:sonar -B -Dsonar.host.url=https://sonarqube.johnnei.org -Dmaven.test.failure.ignore=true"
| Allow ITs to fail during sonar-phase. | Allow ITs to fail during sonar-phase.
| YAML | apache-2.0 | Johnnei/JavaTorrent |
29918a8062c93bdcbfbcf07312731b341c6efd83 | metadata/de.moekadu.tuner.yml | metadata/de.moekadu.tuner.yml | Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: Michael Moessner
SourceCode: https://github.com/thetwom/Tuner
IssueTracker: https://github.com/thetwom/Tuner/issues
Changelog: https://github.com/thetwom/Tuner/releases
AutoName: Tuner
RepoType: git
Repo: https://github.com/thetwom/Tuner
Builds:
- versionName: 1.2.0
versionCode: 4
commit: v1.2.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]*$
CurrentVersion: 1.2.0
CurrentVersionCode: 4
| Categories:
- Science & Education
License: GPL-3.0-or-later
AuthorName: Michael Moessner
SourceCode: https://github.com/thetwom/Tuner
IssueTracker: https://github.com/thetwom/Tuner/issues
Changelog: https://github.com/thetwom/Tuner/releases
AutoName: Tuner
RepoType: git
Repo: https://github.com/thetwom/Tuner
Builds:
- versionName: 1.2.0
versionCode: 4
commit: v1.2.0
subdir: app
gradle:
- yes
- versionName: 1.2.1
versionCode: 5
commit: v1.2.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v[0-9.]*$
CurrentVersion: 1.2.1
CurrentVersionCode: 5
| Update Tuner to 1.2.1 (5) | Update Tuner to 1.2.1 (5)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
3fe0e1f3257f3031decfe5b5706c196aa53a18af | GitVersion.yml | GitVersion.yml | assembly-versioning-scheme: MajorMinorPatch
# mode: ContinuousDeployment
next-version: 2.0.0
branches:
release:
mode: ContinuousDeployment
ignore:
sha: []
| assembly-versioning-scheme: MajorMinorPatch
# mode: ContinuousDeployment
next-version: 2.0.0
branches:
release:
mode: ContinuousDeployment
hotfix:
mode: ContinuousDeployment
ignore:
sha: []
| Use continuous deployment for hotfixes too | Use continuous deployment for hotfixes too
| YAML | apache-2.0 | amroel/fluentmigrator,schambers/fluentmigrator,fluentmigrator/fluentmigrator,igitur/fluentmigrator,fluentmigrator/fluentmigrator,spaccabit/fluentmigrator,eloekset/fluentmigrator,spaccabit/fluentmigrator,stsrki/fluentmigrator,eloekset/fluentmigrator,igitur/fluentmigrator,schambers/fluentmigrator,amroel/fluentmigrator,stsrki/fluentmigrator |
41f00f3ff559e944371d9c87aa6c008e4752717d | GitVersion.yml | GitVersion.yml | next-version: 0.1.1
branches:
features?[/-]:
mode: ContinuousDeployment
tag: beta
master: {}
ignore:
sha: []
| next-version: 0.1.1
branches:
features?[/-]:
mode: ContinuousDeployment
tag: beta
master:
mode: ContinuousDeployment
ignore:
sha: []
| Set master gitversion policy to continuousdeployment. +semver: minor | Set master gitversion policy to continuousdeployment. +semver: minor
| YAML | mit | pjbgf/dotnet-ildasm,pjbgf/dotnet-ildasm |
2482234a75a16856e38e1f537c470e6716e7a9cd | _data/versions.yml | _data/versions.yml | "3.9": "v3.9.0-devel"
"3.8": "v3.8.0-alpha.1"
"3.7": "v3.7.10"
"3.6": "v3.6.13"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| "3.9": "v3.9.0-devel"
"3.8": "v3.8.0-beta.1"
"3.7": "v3.7.11"
"3.6": "v3.6.13"
"3.5": "v3.5.7"
"3.4": "v3.4.11"
"3.3": "v3.3.25"
| Update 3.7 to v3.7.11 and 3.8 to v3.8.0-beta.1 | Update 3.7 to v3.7.11 and 3.8 to v3.8.0-beta.1 | YAML | apache-2.0 | arangodb/docs,arangodb/docs,arangodb/docs,arangodb/docs |
5b9b28c6776dec830d2f0fb1c3a9aa712ca34556 | mkdocs.yml | mkdocs.yml | site_name: Will's Docs
site_url: http://skoczen.github.io/will
site_description: "Will is a simple, beautiful-to-code python hipchat bot"
pages:
- ["index.md", "Get Started"]
- ["plugins/basics.md", "Teach Your Will", "The Basics"]
- ["plugins/notice.md", "Teach Your Will", "What Will Can Notice"]
- ["plugins/reply.md", "Teach Your Will", "How Will Can Respond"]
- ["plugins/acl.md", "Teach Your Will", "Access Control"]
- ["plugins/create.md", "Teach Your Will", "Creating and Organizing Plugins"]
- ["plugins/builtins.md", "Teach Your Will", "Plugin Builtins"]
- ["plugins/bundled.md", "Teach Your Will", "Bundled Plugins"]
- ["config.md", "Configure"]
- ["deploy.md", "Deploy"]
- ["improve.md", "Improve"]
theme: will
site_name: Will
theme_dir: "docs/themes/will/"
repo_url: https://github.com/skoczen/will/
copyright: Copyright © 2014, GreenKahuna, Steven Skoczen and the individual contributors.
# google_analytics: ['UA-1234567-8', 'skoczen.github.io/will'] | site_name: Will's Docs
site_url: http://skoczen.github.io/will
site_description: "Will is a simple, beautiful-to-code python hipchat bot"
pages:
- ["index.md", "Get Started"]
- ["plugins/basics.md", "Teach Your Will", "The Basics"]
- ["plugins/notice.md", "Teach Your Will", "What Will Can Notice"]
- ["plugins/reply.md", "Teach Your Will", "How Will Can Respond"]
- ["plugins/create.md", "Teach Your Will", "Creating and Organizing Plugins"]
- ["plugins/builtins.md", "Teach Your Will", "Plugin Builtins"]
- ["plugins/bundled.md", "Teach Your Will", "Bundled Plugins"]
- ["config.md", "Configure"]
- ["deploy.md", "Deploy"]
- ["improve.md", "Improve"]
theme: will
site_name: Will
theme_dir: "docs/themes/will/"
repo_url: https://github.com/skoczen/will/
copyright: Copyright © 2014, GreenKahuna, Steven Skoczen and the individual contributors.
# google_analytics: ['UA-1234567-8', 'skoczen.github.io/will'] | Remove separate ACL page from docs | Remove separate ACL page from docs
| YAML | mit | shadow7412/will,mike-love/will,woohgit/will,mike-love/will,dmuntean/will,skoczen/will,pcurry/will,pcurry/will,chillipeper/will,wontonst/will,grahamhayes/will,wontonst/will,woohgit/will,skoczen/will,fredsmith/will,grahamhayes/will,wontonst/will,dmuntean/will,shadow7412/will,mike-love/will,dmuntean/will,fredsmith/will,grahamhayes/will,woohgit/will,shadow7412/will,pcurry/will,skoczen/will,fredsmith/will,chillipeper/will,chillipeper/will |
359f02eeb5c73612c68d410ff533eeb3488cf705 | azure-pipelines.yml | azure-pipelines.yml | # ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'Ubuntu-16.04'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
| # ASP.NET Core
# Build and test ASP.NET Core projects targeting .NET Core.
# Add steps that run tests, create a NuGet package, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
pool:
vmImage: 'vs2017-win2016'
variables:
buildConfiguration: 'Release'
steps:
- script: dotnet tool install -g Cake.Tool --version 0.30.0
displayName: 'Install Cake'
| Set up CI with Azure Pipelines | Set up CI with Azure Pipelines | YAML | apache-2.0 | secana/PeNet |
bac101e20726dca13e5761ac373bc4635de0cd18 | ggd-recipes/hg38/esp.yaml | ggd-recipes/hg38/esp.yaml | # Exome Sequencing Project (ESP): http://evs.gs.washington.edu/EVS/
# Lifted over to hg38 and prepped with utils/prep_esp_hg38.py
---
attributes:
name: esp
version: ESP6500SI-V2
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
url=https://s3.amazonaws.com/biodata/hg38_bundle/ESP6500SI-V2-hg38.vcf.gz
mkdir -p variation
wget -c -O variation/esp.vcf.gz $url
wget -c -O variation/esp.vcf.gz.tbi $url.tbi
recipe_outfiles:
- variation/esp.vcf.gz
- variation/esp.vcf.gz.tbi
| # Exome Sequencing Project (ESP): http://evs.gs.washington.edu/EVS/
# http://evs.gs.washington.edu/evs_bulk_data/ESP6500SI-V2-SSA137.GRCh38-liftover.snps_indels.vcf.tar.gz
# Lifted over to hg38 and prepped with utils/prep_esp_hg38.py
---
attributes:
name: esp
version: ESP6500SI-V2
recipe:
full:
recipe_type: bash
recipe_cmds:
- |
url=https://s3.amazonaws.com/biodata/hg38_bundle/ESP6500SI-V2-hg38.vcf.gz
mkdir -p variation
wget -c -O variation/esp.vcf.gz $url
wget -c -O variation/esp.vcf.gz.tbi $url.tbi
recipe_outfiles:
- variation/esp.vcf.gz
- variation/esp.vcf.gz.tbi
| Add specifically which file we grabbed from the ESP. | Add specifically which file we grabbed from the ESP.
| YAML | mit | chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux,chapmanb/cloudbiolinux |
0c49dae37fd2d2b97f9baf21f1979023f529a964 | config/database.example.yml | config/database.example.yml | development: &defaults
adapter: postgresql
encoding: unicode
database: <%= ENV['DATABASE_NAME'] %>
username: <%= ENV['DATABASE_USERNAME'] %>
password: <%= ENV['DATABASE_PASSWORD'] %>
test:
<<: *defaults
database: <%= ENV['TEST_DATABASE_NAME'] %>
| development: &defaults
adapter: postgresql
encoding: unicode
database: <%= ENV.fetch('DATABASE_NAME') %>
username: <%= ENV.fetch('DATABASE_USERNAME') %>
password: <%= ENV.fetch('DATABASE_PASSWORD') %>
test:
<<: *defaults
database: orientation_test
| Raise when database vars are not set | Raise when database vars are not set
#fetch will ensure a friendly exception message too.
| YAML | mit | ferdinandrosario/orientation,orientation/orientation,splicers/orientation,cmckni3/orientation,orientation/orientation,jefmathiot/orientation,cmckni3/orientation,Scripted/orientation,splicers/orientation,codio/orientation,codeschool/orientation,jefmathiot/orientation,smashingboxes/orientation,hashrocket/orientation,hashrocket/orientation,codeschool/orientation,codio/orientation,splicers/orientation,orientation/orientation,IZEA/orientation,cmckni3/orientation,twinn/orientation,Scripted/orientation,friism/orientation,codeschool/orientation,LogicalBricks/orientation,twinn/orientation,liufffan/orientation,friism/orientation,Scripted/orientation,LogicalBricks/orientation,robomc/orientation,ferdinandrosario/orientation,liufffan/orientation,IZEA/orientation,smashingboxes/orientation,robomc/orientation,orientation/orientation |
76ce3885ed6efb393ea5f5e09772b4c9f2f708bb | spec/rails/config/loops.yml | spec/rails/config/loops.yml | global:
pid_file: /var/run/superloops.pid
loops_root: <%= Loops.root.to_s %>
colorful_logs: true
logger: logs/loops.log
loops:
simple:
logger: logs/loops/simple.log
log_level: error
complex:
logger: logs/loops/complex.log
| global:
pid_file: /tmp/superloops.pid
loops_root: <%= Loops.root.to_s %>
colorful_logs: true
logger: logs/loops.log
loops:
simple:
logger: logs/loops/simple.log
log_level: error
complex:
logger: logs/loops/complex.log
| Move test pid to /tmp | Move test pid to /tmp
| YAML | mit | kovyrin/loops,shaicoleman/loops,romanvbabenko/loops3 |
3f89d9c4303e16014c3fafe4e020d584b30aca67 | changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml | changelogs/unreleased/add-ci_variables-environment_scope-mysql.yml | ---
title: Remove duplicated variables with the same key for projects. Add environment_scope
column to variables and add unique constraint to make sure that no variables could
be created with the same key within a project
merge_request: 12363
author:
| ---
title: Rename duplicated variables with the same key for projects. Add environment_scope
column to variables and add unique constraint to make sure that no variables could
be created with the same key within a project
merge_request: 12363
author:
| Update changelog entry to reflect that we're renaming | Update changelog entry to reflect that we're renaming
| YAML | mit | dreampet/gitlab,mmkassem/gitlabhq,t-zuehlsdorff/gitlabhq,mmkassem/gitlabhq,iiet/iiet-git,t-zuehlsdorff/gitlabhq,axilleas/gitlabhq,jirutka/gitlabhq,dreampet/gitlab,jirutka/gitlabhq,jirutka/gitlabhq,axilleas/gitlabhq,iiet/iiet-git,dplarson/gitlabhq,iiet/iiet-git,axilleas/gitlabhq,dplarson/gitlabhq,stoplightio/gitlabhq,jirutka/gitlabhq,t-zuehlsdorff/gitlabhq,iiet/iiet-git,dplarson/gitlabhq,dreampet/gitlab,t-zuehlsdorff/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,dplarson/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,dreampet/gitlab,axilleas/gitlabhq |
6133f1b2a1c03d1c41d89091e0886147027027b9 | packages/pu/pure-shuffle.yaml | packages/pu/pure-shuffle.yaml | homepage: https://gitlab.com/igrep/pure-shuffle#readme
changelog-type: markdown
hash: 9899ed5357f0e5000a0ce022666a8b9f413e828089e719287f710c7e8564deb4
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
pure-shuffle: -any
random-shuffle: -any
QuickCheck: -any
mono-traversable: -any
maintainer: yuji-yamamoto@iij.ad.jp
synopsis: ''
changelog: ! '# 0.1.0.1
- Fix: forgot to export `GetRandR` type synonym.
# 0.1.0.0
- Initial release.
'
basic-deps:
base: ! '>=4.7 && <5'
random-shuffle: -any
mono-traversable: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
author: Yuji Yamamoto
latest: '0.1.0.1'
description-type: markdown
description: ! '# pure-shuffle
Provides `shuffle` function (and its related ones) depending only on `Monad` (without
any specific random number generators).
'
license-name: Apache-2.0
| homepage: https://gitlab.com/igrep/pure-shuffle#readme
changelog-type: markdown
hash: 0aaaf84f71caf80dbf7753b6c88f6285a1aaa48888c8d404ba2611ee1b291f4c
test-bench-deps:
base: ! '>=4.7 && <5'
hspec: -any
pure-shuffle: -any
random-shuffle: -any
transformers: -any
QuickCheck: -any
mono-traversable: -any
maintainer: yuji-yamamoto@iij.ad.jp
synopsis: ''
changelog: ! '# 0.1.1.1
- Add `sampleSplitOne` function.
- Improve document of `GetRandR`.
# 0.1.0.1
- Fix: forgot to export `GetRandR` type synonym.
# 0.1.0.0
- Initial release.
'
basic-deps:
base: ! '>=4.7 && <5'
random-shuffle: -any
mono-traversable: -any
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.1.1'
author: Yuji Yamamoto
latest: '0.1.1.1'
description-type: markdown
description: ! '# pure-shuffle
Provides `shuffle` function (and its related ones) depending only on `Monad` (without
any specific random number generators).
'
license-name: Apache-2.0
| Update from Hackage at 2018-11-16T07:09:39Z | Update from Hackage at 2018-11-16T07:09:39Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e8963e4c0f7d8de3214fa0ee642c2ee42628d2ff | packages/se/semiring-num.yaml | packages/se/semiring-num.yaml | homepage: https://github.com/oisdk/semiring-num
changelog-type: ''
hash: 5a81d6b27920f0d43b872fcb1e7c0f676abe5c91f7fe2df2959c46933f774a85
test-bench-deps:
base: ! '>=4.9 && <5'
semiring-num: -any
doctest: ! '>=0.11'
smallcheck: ! '>=1.1'
containers: ! '>=0.5'
maintainer: mail@doisinkidney.com
synopsis: Basic semiring class and instances
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
containers: ! '>=0.5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.2.0.0'
- '0.3.0.0'
- '0.4.0.0'
- '0.5.0.0'
author: Donnacha Oisín Kidney
latest: '0.5.0.0'
description-type: haddock
description: Adds a basic semiring class
license-name: MIT
| homepage: https://github.com/oisdk/semiring-num
changelog-type: ''
hash: 1e68d778fa16bc9ecdb9334bfb4c943745fa94281e39f20154404004caeecc06
test-bench-deps:
base: ! '>=4.9 && <5'
semiring-num: -any
doctest: ! '>=0.11'
smallcheck: ! '>=1.1'
containers: ! '>=0.5'
maintainer: mail@doisinkidney.com
synopsis: Basic semiring class and instances
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
containers: ! '>=0.5'
all-versions:
- '0.1.0.0'
- '0.1.0.1'
- '0.1.0.2'
- '0.1.0.4'
- '0.1.0.5'
- '0.1.0.6'
- '0.2.0.0'
- '0.3.0.0'
- '0.4.0.0'
- '0.5.0.0'
- '0.5.1.1'
author: Donnacha Oisín Kidney
latest: '0.5.1.1'
description-type: haddock
description: Adds a basic semiring class
license-name: MIT
| Update from Hackage at 2016-11-20T23:33:46Z | Update from Hackage at 2016-11-20T23:33:46Z | YAML | mit | commercialhaskell/all-cabal-metadata |
6e95d59999a0defcb27b26674c776f1d1b149001 | tasks/install-apache-agent-linux.yml | tasks/install-apache-agent-linux.yml | - name: "Inject the Dynatrace Apache Agent into Apache's config file {{ dynatrace_apache_agent_linux_apache_config_path }}"
lineinfile:
dest: "{{ dynatrace_apache_agent_linux_apache_config_path }}"
regexp: 'LoadModule dtagent_module "{{ dynatrace_apache_agent_linux_agent_path }}"'
line: 'LoadModule dtagent_module "{{ dynatrace_apache_agent_linux_agent_path }}"'
insertafter: EOF
state: "{{ dynatrace_apache_agent_state }}"
create: yes
backup: yes
sudo: yes
| - name: "Inject the Dynatrace Apache Agent into Apache's config file {{ dynatrace_apache_agent_linux_apache_config_path }}"
lineinfile:
dest: "{{ dynatrace_apache_agent_linux_apache_config_path }}"
regexp: 'LoadModule dtagent_module "{{ dynatrace_apache_agent_linux_agent_path }}"'
line: 'LoadModule dtagent_module "{{ dynatrace_apache_agent_linux_agent_path }}"'
insertafter: EOF
state: "{{ dynatrace_apache_agent_state }}"
create: yes
backup: yes
become: yes
| Use 'become' instead of 'sudo'. | Use 'become' instead of 'sudo'.
| YAML | mit | dynaTrace/Dynatrace-Apache-HTTPServer-Agent-Ansible,dynaTrace/Dynatrace-Apache-HTTPD-Agent-Ansible |
e2833f7e54ff67bc0d9f373fb7c97ccb39af5ce2 | nglview/meta.yaml | nglview/meta.yaml | package:
name: nglview
version: "v0.6.2.2"
source:
git_url: https://github.com/arose/nglview.git
git_tag: v0.6.2.2
build:
number: 0
#noarch_python: True
requirements:
build:
- python
- jupyter
- ipywidgets >5.1.0
- notebook >4.1
- traitlets
run:
- python
- numpy
- ipywidgets >5.1.0
- jupyter
- traitlets
- notebook >4.1
test:
imports:
- nglview
about:
home: https://github.com/arose/nglview
license: MIT License
summary: 'An IPython widget to interactively view molecular structures and trajectories. Utilizes the embeddable NGL Viewer for rendering.'
| package:
name: nglview
version: "0.6.2.2"
source:
git_url: https://github.com/arose/nglview.git
git_tag: v0.6.2.2
build:
number: 1
#noarch_python: True
requirements:
build:
- python
- jupyter
- ipywidgets >5.1.0
- notebook >4.1
- traitlets
run:
- python
- numpy
- ipywidgets >5.1.0
- jupyter
- traitlets
- notebook >4.1
test:
imports:
- nglview
about:
home: https://github.com/arose/nglview
license: MIT License
summary: 'An IPython widget to interactively view molecular structures and trajectories. Utilizes the embeddable NGL Viewer for rendering.'
| Fix version number for conda recipie | Fix version number for conda recipie
Fixes #732
| YAML | mit | jchodera/conda-recipes,jchodera/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,jchodera/conda-recipes,omnia-md/conda-recipes |
a665737cf028de9a8acf25e2fd958eaf56b771b2 | roles/nova-common/tasks/main.yml | roles/nova-common/tasks/main.yml | ---
- name: nova user
user: name=nova shell=/bin/false
- apt: pkg=python-mysqldb
- apt: pkg=python-numpy
- name: get nova source repo
git: |
repo={{ openstack.git_mirror }}/nova.git dest=/opt/stack/nova version={{ nova_common_rev }} depth=30
notify:
- pip install nova
- nova rootwrap
- restart nova services
- meta: flush_handlers
- file: dest=/etc/nova state=directory
- file: dest=/var/lib/nova state=directory owner=nova
- file: dest=/var/cache/nova state=directory mode=0700 owner=nova group=nova
# TODO(retr0h): remove this task once removed everywhere
- name: delete availability zones patch
shell: rm -rf /usr/local/src/patches/availability_zones.py.patch
ignore_errors: True
- name: nova config
action: template src={{ item }} dest=/etc/nova mode=0644
with_fileglob: ../templates/etc/nova/*
notify:
- restart nova services
- name: nova sudoer
template: src=etc/sudoers.d/nova dest=/etc/sudoers.d/nova owner=root group=root mode=0440
| ---
- name: nova user
user: name=nova shell=/bin/false
- apt: pkg=python-mysqldb
- apt: pkg=python-numpy
- name: get nova source repo
git: |
repo={{ openstack.git_mirror }}/nova.git dest=/opt/stack/nova version={{ nova_common_rev }} depth=30
notify:
- pip install nova
- nova rootwrap
- restart nova services
- meta: flush_handlers
- file: dest=/etc/nova state=directory
- file: dest=/var/lib/nova state=directory owner=nova
- file: dest=/var/cache/nova state=directory mode=0700 owner=nova group=nova
# TODO(retr0h): remove this task once removed everywhere
- name: delete availability zones patch
shell: rm -rf /usr/local/src/patches/availability_zones.py.patch
ignore_errors: True
# TODO(retr0h): remove this task once removed everywhere
- name: delete availability zones patch
shell: rm -rf /usr/local/src/patches/availability_zones.py.patch
ignore_errors: True
- name: nova config
action: template src={{ item }} dest=/etc/nova mode=0644
with_fileglob: ../templates/etc/nova/*
notify:
- restart nova services
- name: nova sudoer
template: src=etc/sudoers.d/nova dest=/etc/sudoers.d/nova owner=root group=root mode=0440
| Remove the custom availability_zones.py patch | Remove the custom availability_zones.py patch
We are migrating to havana release. No longer need to patch
this file.
| YAML | mit | blueboxgroup/ursula,greghaynes/ursula,pbannister/ursula,zrs233/ursula,blueboxgroup/ursula,andrewrothstein/ursula,panxia6679/ursula,wupeiran/ursula,aldevigi/ursula,blueboxjesse/ursula,channus/ursula,pbannister/ursula,wupeiran/ursula,narengan/ursula,MaheshIBM/ursula,rongzhus/ursula,paulczar/ursula,j2sol/ursula,lihkin213/ursula,panxia6679/ursula,knandya/ursula,edtubillara/ursula,nirajdp76/ursula,edtubillara/ursula,persistent-ursula/ursula,ddaskal/ursula,twaldrop/ursula,aldevigi/ursula,fancyhe/ursula,ryshah/ursula,persistent-ursula/ursula,masteinhauser/ursula,aldevigi/ursula,allomov/ursula,retr0h/ursula,edtubillara/ursula,andrewrothstein/ursula,davidcusatis/ursula,fancyhe/ursula,mjbrewer/ursula,msambol/ursula,allomov/ursula,greghaynes/ursula,EricCrosson/ursula,retr0h/ursula,sivakom/ursula,pgraziano/ursula,masteinhauser/ursula,jwaibel/ursula,lihkin213/ursula,narengan/ursula,fancyhe/ursula,ddaskal/ursula,dlundquist/ursula,kennjason/ursula,ryshah/ursula,pgraziano/ursula,wupeiran/ursula,davidcusatis/ursula,rongzhus/ursula,paulczar/ursula,zrs233/ursula,nirajdp76/ursula,ddaskal/ursula,pbannister/ursula,andrewrothstein/ursula,paulczar/ursula,zrs233/ursula,panxia6679/ursula,blueboxjesse/ursula,blueboxjesse/ursula,msambol/ursula,sivakom/ursula,j2sol/ursula,nirajdp76/ursula,EricCrosson/ursula,MaheshIBM/ursula,twaldrop/ursula,j2sol/ursula,zrs233/ursula,kennjason/ursula,rongzhus/ursula,mjbrewer/ursula,channus/ursula,persistent-ursula/ursula,blueboxgroup/ursula,mjbrewer/ursula,dlundquist/ursula,ddaskal/ursula,twaldrop/ursula,greghaynes/ursula,MaheshIBM/ursula,sivakom/ursula,panxia6679/ursula,msambol/ursula,pgraziano/ursula,fancyhe/ursula,masteinhauser/ursula,knandya/ursula,davidcusatis/ursula,blueboxjesse/ursula,ryshah/ursula,narengan/ursula,jwaibel/ursula,masteinhauser/ursula,kennjason/ursula,j2sol/ursula,EricCrosson/ursula,channus/ursula,ryshah/ursula,wupeiran/ursula,allomov/ursula,channus/ursula,lihkin213/ursula,twaldrop/ursula,knandya/ursula,persistent-ursula/ursula,nirajdp76/ursula,blueboxgroup/ursula,jwaibel/ursula,rongzhus/ursula,dlundquist/ursula,edtubillara/ursula,narengan/ursula,knandya/ursula,pgraziano/ursula,lihkin213/ursula,retr0h/ursula |
f840394c10baf1c419a3774e9299291090e410a8 | packages/wa/warp-systemd.yaml | packages/wa/warp-systemd.yaml | homepage: https://github.com/hercules-ci/warp-systemd
changelog-type: markdown
hash: 831060be0ba4184cd3de6e4a7ba6a5dd0c7bdd858d59dd4cd3e8003463636b2e
test-bench-deps: {}
maintainer: hackage@roberthensing.nl
synopsis: Socket activation and other systemd integration for the Warp web server
(WAI)
changelog: |
# Revision history for warp-systemd
## 0.1.1.0 -- 2020-07-09
* Update `network` package and use `withFdSocket` ([network#399](https://github.com/haskell/network/pull/399))
## 0.1.0.0 -- 2019-09-18
* First version. Released on an unsuspecting world.
basic-deps:
warp: '>=3.2.0 && <3.4'
wai: ==3.2.*
unix: -any
base: '>=4.9 && <4.14'
network: '>=3.1 && <3.2'
systemd: ==2.*
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Robert Hensing
latest: 0.1.1.0
description-type: haddock
description: ''
license-name: BSD-3-Clause
| homepage: https://github.com/hercules-ci/warp-systemd
changelog-type: markdown
hash: 1c4e73f6be4124787e6d0f7fe65baa006d924cc3494fd4afedbca132db84d142
test-bench-deps: {}
maintainer: hackage@roberthensing.nl
synopsis: Socket activation and other systemd integration for the Warp web server
(WAI)
changelog: |
# Revision history for warp-systemd
## 0.2.0.0 -- 2021-07-06
* Allow using healthchecks as conditional to trigger heartbeat
## 0.1.1.0 -- 2020-07-09
* Update `network` package and use `withFdSocket` ([network#399](https://github.com/haskell/network/pull/399))
## 0.1.0.0 -- 2019-09-18
* First version. Released on an unsuspecting world.
basic-deps:
warp: '>=3.2.0 && <3.4'
wai: ==3.2.*
unix: -any
base: '>=4.9 && <4.15'
network: '>=3.1 && <3.2'
systemd: ==2.*
all-versions:
- 0.1.0.0
- 0.1.1.0
- 0.2.0.0
author: Robert Hensing
latest: 0.2.0.0
description-type: haddock
description: ''
license-name: BSD-3-Clause
| Update from Hackage at 2021-07-06T21:24:36Z | Update from Hackage at 2021-07-06T21:24:36Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
251a87b5d08681d34cce214b03aaa01cdbbfe499 | .github/workflows/python-publish.yml | .github/workflows/python-publish.yml | name: Upload Python Package
on:
release:
types: [created]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
| name: Upload Python Package
on:
release:
types: [published]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
| Change trigger from created to published | Change trigger from created to published
| YAML | mit | atmtools/typhon,atmtools/typhon |
6a08dfbc17b4666395276e96d73db1e30501a820 | .github/workflows/release-on-tag.yml | .github/workflows/release-on-tag.yml | name: Generate Release Notes
on:
push:
tags:
- v*
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.8.x'
- run: npm install github-release-notes -g
- name: Write PreRelease Notes
env:
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EVENT_REF: ${{ github.event.ref }}
run: |
tagname="${GITHUB_EVENT_REF/refs\/tags\//}"
gren release --override -d --tags=$tagname | name: Generate Release Notes
on:
create:
tags:
- v*
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '12.8.x'
- run: npm install github-release-notes -g
- name: Write PreRelease Notes
env:
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gren release --override -d --tags=${{ github.event.ref }} | Resolve issue with gren when using "on: push" github event | Resolve issue with gren when using "on: push" github event
| YAML | mit | DonJayamanne/gitHistoryVSCode,DonJayamanne/gitHistoryVSCode |
645026faa0dfd1424525a6f32e60573ce5177809 | playbook/roles/install-openjdk-7/tasks/main.yml | playbook/roles/install-openjdk-7/tasks/main.yml | ---
- name: install OpenJDK
yum: name=java-1.7.0-openjdk-devel
- name: set JAVA_HOME environment variable
lineinfile: dest=/home/{{ ansible_ssh_user }}/.bashrc line="export JAVA_HOME="{{ java_home }}""
- name: source .bashrc file
shell: source /home/{{ ansible_ssh_user }}/.bashrc | ---
- name: install OpenJDK
yum: name=java-1.7.0-openjdk-devel
- name: set JAVA_HOME environment variable
lineinfile: dest=/home/{{ ansible_ssh_user }}/.bashrc line="export JAVA_HOME="{{ java_home }}""
- name: source .bashrc file
shell: . /home/{{ ansible_ssh_user }}/.bashrc | Modify source command in playbook | Modify source command in playbook
| YAML | apache-2.0 | osu-mist/ansible-roles |
20bc8118d42355920310239911e9d993edd67112 | data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml | data/hostname/storage0.euwest.azure.internal.softwareheritage.org.yaml | swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 96
swh::deploy::storage::db::host: somerset
swh::deploy::storage::db::port: 5433
swh::deploy::objstorage::config: "%{alias('swh::objstorage::config::azure_readonly_with_fallback')}"
swh::deploy::worker::instances: []
| swh::deploy::storage::backend::listen::host: 0.0.0.0
swh::deploy::storage::backend::workers: 96
swh::deploy::storage::db::host: somerset
swh::deploy::storage::db::port: 5433
swh::deploy::objstorage::config: "%{alias('swh::remote_service::objstorage::config::azure_readonly_with_fallback')}"
swh::deploy::worker::instances: []
| Update variable name from refactoring | storage0: Update variable name from refactoring
| YAML | apache-2.0 | SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site,SoftwareHeritage/puppet-swh-site |
54800d70683c1c44725ec28bbba3475f0a6802c3 | ansible/roles/configure_sphinx/tasks/main.yml | ansible/roles/configure_sphinx/tasks/main.yml | ---
# Playbook to setup sphinx server, index sentences and start the search daemon
- name: Check whether code directory is present or not
shell: ' [ -d {{code_dir}} ] '
register: code_status
ignore_errors: yes
- name: Database import/update fail message
fail: msg="The code directory is not present in {{code_dir}}. Please run update_code.yml first to create these directories. Also, you need to have the tatoeba database setup. Use setup_database.yml for that."
when: code_status|failed
- name: Create directories for sphinx
file: path={{item}} state=directory recurse=yes mode=744 owner=sphinxsearch group=sphinxsearch
with_items:
- "{{sphinx_index_dir}}"
- "{{sphinx_log_dir}}"
- "{{sphinx_binlog_path}}"
- name: Generate sphinx.conf
shell: ./app/Console/cake sphinx_conf > /etc/sphinxsearch/sphinx.conf chdir={{code_dir}}
- name: Create indexes
command: indexer --all
when: sphinx_create_indexes == true
- name: Set sphinxsearch to start with system startup
command: sed -i 's/START=no/START=yes/' /etc/default/sphinxsearch
- name: Start the search daemon
service: name=sphinxsearch state=started enabled=yes
| ---
# Playbook to setup sphinx server, index sentences and start the search daemon
- name: Check whether code directory is present or not
shell: ' [ -d {{code_dir}} ] '
register: code_status
ignore_errors: yes
- name: Database import/update fail message
fail: msg="The code directory is not present in {{code_dir}}. Please run update_code.yml first to create these directories. Also, you need to have the tatoeba database setup. Use setup_database.yml for that."
when: code_status|failed
- name: Create directories for sphinx
file: path={{item}} state=directory recurse=yes mode=744 owner=sphinxsearch group=sphinxsearch
with_items:
- "{{sphinx_index_dir}}"
- "{{sphinx_log_dir}}"
- "{{sphinx_binlog_path}}"
- name: Generate sphinx.conf
shell: ./app/Console/cake sphinx_conf > /etc/sphinxsearch/sphinx.conf chdir={{code_dir}}
- name: Create indexes
become: true
become_user: sphinxsearch
command: indexer --all
when: sphinx_create_indexes == true
- name: Set sphinxsearch to start with system startup
command: sed -i 's/START=no/START=yes/' /etc/default/sphinxsearch
- name: Start the search daemon
service: name=sphinxsearch state=started enabled=yes
| Make sure Sphinx indexes are created by sphinx user | Make sure Sphinx indexes are created by sphinx user
| YAML | agpl-3.0 | Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2,Tatoeba/tatoeba2 |
84939f651a080194d83af8cbfcf530fe5f4b1a21 | conf/salt/project/elasticsearch/elasticsearch.yml | conf/salt/project/elasticsearch/elasticsearch.yml | network.host: 127.0.0.1
node.local: true
# Don't form ad-hoc clusters
# See https://www.elastic.co/guide/en/elasticsearch/guide/current/_important_configuration_changes.html#_prefer_unicast_over_multicast
discovery.zen.ping.multicast.enabled: false
| network.host: 127.0.0.1
node.local: true
cluster:
name: {{ pillar['project_name'] }}_{{ pillar['environment'] }}
node:
name: {{ grains['id'] }}
# Don't form ad-hoc clusters
# See https://www.elastic.co/guide/en/elasticsearch/guide/current/_important_configuration_changes.html#_prefer_unicast_over_multicast
discovery.zen.ping.multicast.enabled: false
| Configure cluster and node names as in the Margarita version | Configure cluster and node names as in the Margarita version
This results in a meaningful name being reported via the New Relic
plugin for Elasticsearch, avoiding any manual configuration.
| YAML | bsd-3-clause | theirc/ServiceInfo-ircdeploy |
f2310a7eed8c82f86cdb1517d359958853bbedf2 | metadata/es.eoinrul.ecwt.yml | metadata/es.eoinrul.ecwt.yml | Categories:
- Science & Education
License: MIT
AuthorEmail: ecwt@eoinrul.es
SourceCode: https://github.com/eoineoineoin/ecwt
IssueTracker: https://github.com/eoineoineoin/ecwt/issues
AutoName: MorseTrainer
Description: |-
Use the Koch method to learn morse code. Each session, the app will play
random morse code characters, and score you based on how accurately you
transcribe them. The first lesson starts with only two letters, with each
new lesson adding an extra character.
RepoType: git
Repo: https://github.com/eoineoineoin/ecwt
Builds:
- versionName: '3.0'
versionCode: 3
commit: release_3.0
subdir: app
gradle:
- yes
- versionName: '4.0'
versionCode: 4
commit: 15238ebecc9d4fb7f708b1a4e5bbed7a9b4a5720
subdir: app
gradle:
- yes
AutoUpdateMode: Version release_%v
UpdateCheckMode: Tags
CurrentVersion: '4.0'
CurrentVersionCode: 4
| Categories:
- Science & Education
License: MIT
AuthorEmail: ecwt@eoinrul.es
SourceCode: https://github.com/eoineoineoin/ecwt
IssueTracker: https://github.com/eoineoineoin/ecwt/issues
AutoName: MorseTrainer
Description: |-
Use the Koch method to learn morse code. Each session, the app will play
random morse code characters, and score you based on how accurately you
transcribe them. The first lesson starts with only two letters, with each
new lesson adding an extra character.
RepoType: git
Repo: https://github.com/eoineoineoin/ecwt
Builds:
- versionName: '3.0'
versionCode: 3
commit: release_3.0
subdir: app
gradle:
- yes
- versionName: '4.0'
versionCode: 4
commit: 15238ebecc9d4fb7f708b1a4e5bbed7a9b4a5720
subdir: app
gradle:
- yes
- versionName: '4.1'
versionCode: 41
commit: 94218f6705b880ae1526f1ad94708ba221ad1afe
subdir: app
gradle:
- yes
AutoUpdateMode: Version release_%v
UpdateCheckMode: Tags
CurrentVersion: '4.1'
CurrentVersionCode: 41
| Update MorseTrainer to 4.1 (41) | Update MorseTrainer to 4.1 (41)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ff3fb00166a2b7014926b8df80065be8e2b6eff7 | .coveralls.yml | .coveralls.yml | src_dir: src/main/php
coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
| coverage_clover: build/logs/clover.xml
json_path: build/logs/coveralls-upload.json
| Remove unused src_dir with Coveralls. | Remove unused src_dir with Coveralls. | YAML | mit | gomoob/php-pushwoosh,gomoob/php-pushwoosh,gomoob/php-pushwoosh |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.