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 |
|---|---|---|---|---|---|---|---|---|---|
321cd07501d2f81b6e8184a0bf678216a0514295 | recipes/scikit-hep-testdata/meta.yaml | recipes/scikit-hep-testdata/meta.yaml | {% set name = "scikit-hep-testdata" %}
{% set version = "0.1.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 2e6bd537f00e007b620217fa434dc90bce678cabe18645d5310f44c56817ee03
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python
- pytest-runner
run:
- python
- pyyaml
test:
source_files:
- tests
requires:
- pytest
imports:
- skhep_testdata
commands:
- pytest -vv tests/
about:
home: https://github.com/scikit-hep/scikit-hep-testdata
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Example HEP files for testing and demonstrating
doc_url: https://github.com/scikit-hep/scikit-hep-testdata#installing-and-usage
dev_url: https://github.com/scikit-hep/scikit-hep-testdata/
extra:
recipe-maintainers:
- chrisburr
| {% set name = "scikit-hep-testdata" %}
{% set version = "0.1.3" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
url: https://github.com/scikit-hep/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 969087d9fb2fc4a426c73357af895b7e7df83def7143be286c16dec29d8c3dbc
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
requirements:
host:
- pip
- python
- pytest-runner
run:
- python
- pyyaml
test:
source_files:
- tests
requires:
- pytest
imports:
- skhep_testdata
commands:
- pytest -vv tests/
about:
home: https://github.com/scikit-hep/scikit-hep-testdata
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: Example HEP files for testing and demonstrating
doc_url: https://github.com/scikit-hep/scikit-hep-testdata#installing-and-usage
dev_url: https://github.com/scikit-hep/scikit-hep-testdata/
extra:
recipe-maintainers:
- chrisburr
| Build from GitHub tarball so tests are available | Build from GitHub tarball so tests are available
| YAML | bsd-3-clause | patricksnape/staged-recipes,ceholden/staged-recipes,cpaulik/staged-recipes,kwilcox/staged-recipes,cpaulik/staged-recipes,scopatz/staged-recipes,mcs07/staged-recipes,jakirkham/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,jjhelmus/staged-recipes,ceholden/staged-recipes,basnijholt/staged-recipes,petrushy/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,jjhelmus/staged-recipes,Juanlu001/staged-recipes,dschreij/staged-recipes,synapticarbors/staged-recipes,isuruf/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,Juanlu001/staged-recipes,ocefpaf/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,SylvainCorlay/staged-recipes,igortg/staged-recipes,stuertz/staged-recipes,birdsarah/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,birdsarah/staged-recipes,stuertz/staged-recipes,chrisburr/staged-recipes |
52f8e1c991adf4060f2f12f3d0026a6cbb3d59dd | buildkite/pipelines/gerrit-postsubmit.yml | buildkite/pipelines/gerrit-postsubmit.yml | ---
platforms:
ubuntu1604:
build_targets:
- "//:release"
test_flags:
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
ubuntu1804:
build_flags:
- "--define=ABSOLUTE_JAVABASE=/usr/lib/jvm/java-11-openjdk-amd64"
- "--host_javabase=@bazel_tools//tools/jdk:absolute_javabase"
- "--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
- "--java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
build_targets:
- "//:release"
test_flags:
- "--define=ABSOLUTE_JAVABASE=/usr/lib/jvm/java-11-openjdk-amd64"
- "--host_javabase=@bazel_tools//tools/jdk:absolute_javabase"
- "--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
- "--java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
macos:
build_targets:
- "//:release"
test_flags:
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
| ---
platforms:
ubuntu1604:
shell_commands:
- "npm install"
build_targets:
- "//:release"
test_flags:
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
ubuntu1804:
shell_commands:
- "npm install"
build_flags:
- "--define=ABSOLUTE_JAVABASE=/usr/lib/jvm/java-11-openjdk-amd64"
- "--host_javabase=@bazel_tools//tools/jdk:absolute_javabase"
- "--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
- "--java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
build_targets:
- "//:release"
test_flags:
- "--define=ABSOLUTE_JAVABASE=/usr/lib/jvm/java-11-openjdk-amd64"
- "--host_javabase=@bazel_tools//tools/jdk:absolute_javabase"
- "--host_java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
- "--java_toolchain=@bazel_tools//tools/jdk:toolchain_vanilla"
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
macos:
shell_commands:
- "npm install"
build_targets:
- "//:release"
test_flags:
- "--test_tag_filters=-slow,-flaky,-docker"
test_targets:
- "//..."
| Add "npm install" step to Gerrit's pipeline. | Add "npm install" step to Gerrit's pipeline. | YAML | apache-2.0 | bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration,bazelbuild/continuous-integration |
5d1f71ffedc5c5add117c55624dd3fc4c8d09dc4 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
node --version
npm --version
npm install
npm test
env:
CI: true
| name: Node
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 16
- 14
- 12
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test
CI: true
| Add Node.js 16 for testing | Add Node.js 16 for testing
| YAML | mit | LitoMore/nofan |
86a2ff4824206fe71c3b4876acb3ce0188f9623a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1.2.0
with:
java-version: ${{ matrix.java }}
- name: print Java version
run: java -version
- name: Build with Maven
run: ./mvnw clean test package
| name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ '1.8.0', '11.0.x', '12.0.x', '13.0.x' ]
steps:
- uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1.2.0
with:
java-version: ${{ matrix.java }}
- name: print Java version
run: java -version
- name: Build with Maven
run: ./mvnw clean test
| Remove "package" again (only one target supported?) | Remove "package" again (only one target supported?) | YAML | mit | lukehutch/fast-classpath-scanner,classgraph/classgraph,lukehutch/fast-classpath-scanner |
acc90eea4a99bb80f993f98cb3c6035fd8e7e3cd | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continupus Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
BUILDFLAGS: -ldflags="-X github.com/bpicode/fritzctl/config.Version=undefined -X github.com/bpicode/fritzctl/config.Revision={{ github.sha }}"
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Environment information
run: |
echo "UNAME: $(uname -a)"
echo "PWD: $(pwd)"
echo "GO: $(go version)"
echo "BUILDFLAGS: ${BUILDFLAGS}"
- name: Build
run: go build "${BUILDFLAGS}" -v
- name: Test
run: go test "${BUILDFLAGS}" -run '(Test|Example)' -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Verify dependencies have expected content
run: go mod verify
| name: Continupus Integration
on: [push, pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
BUILDFLAGS: -ldflags="-X github.com/bpicode/fritzctl/config.Version=undefined -X github.com/bpicode/fritzctl/config.Revision=${{ github.sha }}"
steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Environment information
run: |
echo "UNAME: $(uname -a)"
echo "PWD: $(pwd)"
echo "GO: $(go version)"
echo "BUILDFLAGS: ${BUILDFLAGS}"
- name: Build
run: go build "${BUILDFLAGS}" -v
- name: Test
run: go test "${BUILDFLAGS}" -run '(Test|Example)' -race -coverprofile=coverage.out -covermode=atomic ./...
- name: Verify dependencies have expected content
run: go mod verify
| Correct usage of context interpolation | Correct usage of context interpolation
| YAML | mit | bpicode/fritzctl,bpicode/fritzctl |
964d43fd3b554394caad88acfa4caef8211d9bc6 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
jdk: [8, 9, 11, 15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.jdk }}
distribution: adopt
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven Build
run: mvn -V -B -DskipTests=true install
- name: Maven Test
run: mvn -B verify
# - name: Maven Code Coverage
# if: ${{ github.ref == 'refs/heads/main' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
# run: mvn -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }} | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build and Test
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
jdk: [8, 9, 11, 15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.jdk }}
distribution: zulu
- name: Cache Maven packages
uses: actions/cache@v2
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Maven Build
run: mvn -V -B -DskipTests=true install
- name: Maven Test
run: mvn -B verify
# - name: Maven Code Coverage
# if: ${{ github.ref == 'refs/heads/main' && matrix.jdk == '8' && matrix.os == 'ubuntu-latest' }}
# run: mvn -B jacoco:report coveralls:report -DrepoToken=${{ secrets.COVERALLS_TOKEN }}
| Fix issue with CA Certs for Java 9 in GitHub CI | Fix issue with CA Certs for Java 9 in GitHub CI
| YAML | bsd-3-clause | digital-preservation/droid,adamretter/droid,adamretter/droid,digital-preservation/droid,adamretter/droid,digital-preservation/droid,digital-preservation/droid,digital-preservation/droid |
7f8c8535707b37629307d88bc9fe4f6300c4746d | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node CI
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
| name: Node CI
on:
push:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12
uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci
- run: npm test
- name: codecov
run: npx codecov
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
| Drop CI support for Node 10 | Drop CI support for Node 10
| YAML | isc | JasonEtco/todo |
13d420cc08d1474f32f8ffa25d49493763d02f9c | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7']
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Do some action caching
uses: actions/cache@v2.1.5
with:
path: vendor
key: ${{ runner.os }}-gem-${{ hashFiles('Gemfile', '*.gemspec') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install bundler
run: gem install bundler
- name: Run bundler
run: bundle install --jobs 4 --retry 3
- name: Run Rake
run: bundle exec rake
| name: CI
on:
push:
branches: [master]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.5', '2.6', '2.7', '3.0']
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Do some action caching
uses: actions/cache@v2.1.5
with:
path: vendor
key: ${{ runner.os }}-gem-${{ hashFiles('Gemfile', '*.gemspec') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install bundler
run: gem install bundler
- name: Run bundler
run: bundle install --jobs 4 --retry 3
- name: Run Rake
run: bundle exec rake
| Add Ruby 3.0 to build matrix | Add Ruby 3.0 to build matrix
| YAML | mit | bkeepers/dotenv |
916020754ca03b2bdfdf3b48bd078905a4f3ca63 | ansible/roles/app/tasks/main.yml | ansible/roles/app/tasks/main.yml | ---
- name: Install app dependencies
pip: requirements={{ deploy_directory }}/repo/app/requirements.txt
virtualenv={{ deploy_directory }}/venv
executable={{ deploy_directory }}/venv/bin/pip
sudo_user: "{{ app_user }}"
| ---
- name: Install app dependencies
pip: requirements={{ deploy_directory }}/repo/requirements.txt
virtualenv={{ deploy_directory }}/venv
executable={{ deploy_directory }}/venv/bin/pip
sudo_user: "{{ app_user }}"
| Change location of requirements.txt file | Change location of requirements.txt file
| YAML | bsd-3-clause | logston/ipy.io,logston/ipy.io,logston/ipy.io,logston/ipy.io |
55975433894f5a66eb0275014dda5ead0caea8a9 | recipes/linear_operator/meta.yaml | recipes/linear_operator/meta.yaml | {% set name = "linear_operator" %}
{% set version = "0.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 81adc1aea9e98f3c4f07f5608eb77b689bc61793e9beebfea82155e9237bf1be
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- pytorch
- scipy
test:
imports:
- linear_operator
- linear_operator.functions
- linear_operator.operators
- linear_operator.test
- linear_operator.utils
requires:
- pip
commands:
- pip check
about:
home: https://github.com/cornellius-gp/linear_operator
summary: A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/cornellius-gp/linear_operator
extra:
recipe-maintainers:
- AdrianSosic
- ngam
| {% set name = "linear_operator" %}
{% set version = "0.1.1" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 81adc1aea9e98f3c4f07f5608eb77b689bc61793e9beebfea82155e9237bf1be
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
number: 0
requirements:
host:
- python >=3.8
- pip
run:
- python >=3.8
- pytorch >=1.11
- scipy
test:
imports:
- linear_operator
- linear_operator.functions
- linear_operator.operators
- linear_operator.test
- linear_operator.utils
requires:
- pip
commands:
- pip check
about:
home: https://github.com/cornellius-gp/linear_operator
summary: A LinearOperator implementation to wrap the numerical nuts and bolts of GPyTorch
license: MIT
license_family: MIT
license_file: LICENSE
dev_url: https://github.com/cornellius-gp/linear_operator
extra:
recipe-maintainers:
- AdrianSosic
- ngam
| Revert "Remove pytorch version spec" | Revert "Remove pytorch version spec"
This reverts commit a159f0f70573675483f581527cb312001eacd101.
| YAML | bsd-3-clause | ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes |
7a3a35c09d281a091f7457397bb2e3cce20ffaa0 | java/backend/src/main/resources/application.yml | java/backend/src/main/resources/application.yml | # Give the project a nice name
spring.application.name: backend
# Set the port
server.port: ${SERVER_PORT:8081}
# Enable all the actuator endpoints for HTTP (keep them under the base path) and JMX
management.endpoints:
web:
base-path: /
exposure.include: "*"
jmx.exposure.include: "*"
spring.jpa.hibernate.ddl-auto: create
spring.datasource.url: jdbc:mysql://${DATABASE_SERVER:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:person}
spring.datasource.username: ${DATABASE_USERNAME:root}
spring.datasource.password: ${DATABASE_PASSWORD:}
| # Give the project a nice name
spring.application.name: backend
# Set the port
server.port: ${SERVER_PORT:8081}
# Enable all the actuator endpoints for HTTP (keep them under the base path) and JMX
management.endpoints:
web:
base-path: /
exposure.include: "*"
jmx.exposure.include: "*"
spring.jpa.hibernate.ddl-auto: create
spring.datasource.url: jdbc:mysql://${DATABASE_SERVER:localhost}:${DATABASE_PORT:3306}/${DATABASE_NAME:person}?serverTimezone=UTC
spring.datasource.username: ${DATABASE_USERNAME:root}
spring.datasource.password: ${DATABASE_PASSWORD:}
| Fix MySQL JDBC connection (we need a Timezone) | Fix MySQL JDBC connection (we need a Timezone)
| YAML | mit | xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring,xeraa/microservice-monitoring |
7d871f6c5c1eec987e1e05b76dd659b3633d9a33 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- openstack-lower-constraints-jobs-neutron
- openstack-python3-ussuri-jobs-neutron
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| - project:
templates:
- openstack-lower-constraints-jobs-neutron
- openstack-python3-victoria-jobs-neutron
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| Add Python3 victoria unit tests | Add Python3 victoria unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for victoria.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ice7a9c700eea40f592e9417e29ce21d4f0e7eadd
| YAML | apache-2.0 | openstack/networking-sfc,openstack/networking-sfc |
8cbbef893743cc9584e22ed4984cd9c2e4648360 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:14.17.1-stretch-browsers
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo npm install -g bower grunt-cli gulp-cli
sudo apt-get update -qq
sudo apt-get install -y -qq graphicsmagick
npm ci
- run:
name: Run tests
command: npm test
| version: 2
jobs:
build:
docker:
- image: circleci/node:14.17.1-stretch-browsers
steps:
- checkout
- run:
name: Install dependencies
command: |
sudo npm install -g bower grunt-cli gulp-cli npm@7
sudo apt-get update -qq
sudo apt-get install -y -qq graphicsmagick
npm ci
- run:
name: Run tests
command: npm test
| Set Circle to NPM 7 | Set Circle to NPM 7
| YAML | agpl-3.0 | netbek/lichen,netbek/lichen |
bac724f2e35a1d285a04a4fe3f6a787d6433fa97 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: golang
working_directory: /go/src/github.com/tisp-lang/tisp
steps:
- checkout
- run:
name: OS Setup
command: |
apt -y update --fix-missing
apt -y install rake
- run:
name: Install dependencies
command: rake install_deps
- run:
name: Lint
command: rake lint
- run:
name: Unit test
command: rake unit_test
- run:
name: Command test
command: rake command_test
- run:
name: Coverage report
command: bash <(curl -s https://codecov.io/bash) -t $CODECOV_TOKEN
- run:
name: Install binary
command: rake install
| version: 2
jobs:
build:
docker:
- image: golang
working_directory: /go/src/github.com/tisp-lang/tisp
steps:
- checkout
- run:
name: OS Setup
command: |
apt -y update --fix-missing
apt -y install rake
- run:
name: Install dependencies
command: rake install_deps
- run:
name: Lint
command: rake lint
- run:
name: Unit test
command: rake unit_test
- run:
name: Command test
command: rake command_test
- run:
name: Install binary
command: rake install
| Disable coverage report from Circle CI | Disable coverage report from Circle CI
| YAML | mit | raviqqe/tisp,raviqqe/tisp,raviqqe/tisp,tisp-lang/tisp,tisp-lang/tisp |
970470d8971130789102f3701b9cf8e79c6a7b30 | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: chrisdotn/truffle-docker
- image: wbuchwalter/testrpc
command: testrpc -m 'scene kite dust inherit sample upset person below fancy drive mean place'
working_directory: ~/repo
environment:
TEST_REPORTS: /tmp/test-reports
steps:
- checkout
# run tests!
- run:
command: |
sed -i -e "s/reporter: 'spec'/reporter: 'mocha-junit-reporter'/g" truffle.js
mkdir -p ${TEST_REPORTS}
truffle test
cp test-results.xml ${TEST_REPORTS}
- store_artifacts:
path: test-results.xml
- store_test_results:
path: /tmp/test-reports
| # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: chrisdotn/truffle-docker:0.0.4
- image: wbuchwalter/testrpc
command: testrpc -m 'scene kite dust inherit sample upset person below fancy drive mean place'
working_directory: ~/repo
environment:
TEST_REPORTS: /tmp/test-reports
steps:
- checkout
# run tests!
- run:
command: |
sed -i -e "s/reporter: 'spec'/reporter: 'mocha-junit-reporter'/g" truffle.js
mkdir -p ${TEST_REPORTS}
truffle test
cp test-results.xml ${TEST_REPORTS}
- store_artifacts:
path: test-results.xml
- store_test_results:
path: /tmp/test-reports
| Add fixed version to docker images | Add fixed version to docker images
| YAML | mit | chrisdotn/jsmnSol |
a8a06bfff63f4e6f9fa679373d82e015deac3663 | .circleci/config.yml | .circleci/config.yml | # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
branches:
only:
- circleci
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8
working_directory: /go/src/github.com/antonve/logger-api
steps:
- run: checkout
- restore_cache:
keys:
- glide-cache-{{ checksum "glide.lock" }}
- run:
name: Install dependencies if not cached
command: |
if [ -d ./vendor ]; then
echo "vendor directory found"
else
echo "vendor directory not found"
sudo apt-get install -y curl
curl https://glide.sh/get | sh
glide install
fi
- save_cache:
key: glide-cache-{{ checksum "glide.lock" }}
paths:
- vendor
- run: cp "$APP_PATH/config/test.yml.ci" "$APP_PATH/config/test.yml"
- run: cd "$APP_PATH" && glide install
- run: go test -cover $(glide nv)
| # Golang CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-go/ for more details
version: 2
branches:
only:
- circleci
jobs:
build:
docker:
# specify the version
- image: circleci/golang:1.8
working_directory: /go/src/github.com/antonve/logger-api
steps:
- checkout
- restore_cache:
keys:
- glide-cache-{{ checksum "glide.lock" }}
- run:
name: Install dependencies if not cached
command: |
if [ -d ./vendor ]; then
echo "vendor directory found"
else
echo "vendor directory not found"
sudo apt-get install -y curl
curl https://glide.sh/get | sh
glide install
fi
- save_cache:
key: glide-cache-{{ checksum "glide.lock" }}
paths:
- vendor
- run: cp "$APP_PATH/config/test.yml.ci" "$APP_PATH/config/test.yml"
- run: cd "$APP_PATH" && glide install
- run: go test -cover $(glide nv)
| Remove run prefix from checkout | Remove run prefix from checkout
| YAML | mit | antonve/logger-api |
6c20ab07eacf9b17244ba969888d3d6d5d929ede | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: dideler/fish-shell:3.0.0
shell: fish
steps:
- checkout
- run:
name: Install fisher
command: |
apt-get update --quiet
apt-get install --yes --quiet curl
curl -sLo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher
fisher version
- run:
name: Install gh
command: |
fisher add < fishfile
fisher add (pwd)
- run:
name: Run tests
command: fishtape test/*.fish
| version: 2
jobs:
build:
docker:
- image: dideler/fish-shell:3.0.0
shell: fish
steps:
- checkout
- run:
name: Install fisher
command: |
apt-get update --quiet
apt-get install --yes --quiet curl
curl -sLo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisher
fisher --version
- run:
name: Install gh
command: |
fisher add < fishfile
fisher add (pwd)
- run:
name: Run tests
command: fishtape test/*.fish
| Fix CI build: installing fisher | Fix CI build: installing fisher
There was a breaking API change in fisher 3.2.6 even though it wasn't
a major version change according to semver.
https://github.com/jorgebucaran/fisher/commit/37a6cd28e3b742915be4d672c988cf55bcafc8fb
| YAML | mit | dideler/fish-cd-git |
a334b624c09847c51934140dccf64eda18e87e65 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
jobs:
unittest-lint:
parallelism: 1
working_directory: ~/repo
docker:
- image: manifoldai/orbyter-ml-dev:latest
steps:
- checkout
- run:
name: Black lint check
command: |
cd swifter && black -l 120 --check .
- run:
name: Flake8 lint check
command: |
cd swifter && flake8 --max-line-length 120 .
- run:
name: Unit tests
command: |
pip install pipenv && pipenv install --dev && pip install coverage && pipenv run coverage run -m unittest swifter/swifter_tests.py
- run:
name: Codecov report
command: |
coverage report -i && coverage html -i
pip install codecov && codecov --required || (sleep 5 && codecov --required) || (sleep 5 && codecov --required) || (sleep 5 && codecov --required) || (sleep 5 && codecov --required)
- store_artifacts:
path: htmlcov
workflows:
version: 2
build-and-test:
jobs:
- unittest-lint
| version: 2.1
orbs:
codecov: codecov/codecov@1.0.5
jobs:
unittest-lint:
parallelism: 1
working_directory: ~/repo
docker:
- image: python:3.6
steps:
- checkout
- run:
name: Black lint check
command: |
pip install black && cd swifter && black -l 120 --check .
- run:
name: Flake8 lint check
command: |
pip install flake8 && cd swifter && flake8 --max-line-length 120 .
- run:
name: Unit tests
command: |
pip install pipenv && pipenv install --dev && pip install coverage && pipenv run coverage run -m unittest swifter/swifter_tests.py
- run:
name: Codecov report
command: |
coverage report -i && coverage html -i
pip install codecov && codecov --required || (sleep 5 && codecov --required) || (sleep 5 && codecov --required) || (sleep 5 && codecov --required) || (sleep 5 && codecov --required)
- store_artifacts:
path: htmlcov
workflows:
version: 2
build-and-test:
jobs:
- unittest-lint
| Switch to python 3.6 base image for CI | Switch to python 3.6 base image for CI
| YAML | mit | jmcarpenter2/swifter |
7e10475407e3b896b5e1ba35727da8896c563a08 | .circleci/config.yml | .circleci/config.yml | version: 2
workflows:
version: 2
test:
jobs:
- test-3.7
- test-3.6
- test-3.5
jobs:
test-3.6: &test-template
docker:
- image: circleci/python:3.6-jessie
working_directory: ~/repo
steps:
- checkout
- run:
name: Install Octave
command: |
sudo apt-get update -qq
sudo apt-get install -qq octave liboctave-dev libmpfr-dev
- run:
name: Install Dependencies
command: |
sudo pip install --upgrade pip setuptools wheel coveralls
sudo pip install --only-binary=numpy,scipy -r requirements/dev.txt
- run:
name: Run tests
command: |
py.test tests -v --cov=matl_online
python manage.py lint
- run:
name: Report Coverage
command: |
coveralls
test-3.5:
<<: *test-template
docker:
- image: circleci/python:3.5-jessie
test-3.7:
<<: *test-template
docker:
- image: circleci/python:3.7-jessie
| version: 2
workflows:
version: 2
test:
jobs:
- test-3.6
- test-3.5
jobs:
test-3.6: &test-template
docker:
- image: circleci/python:3.6-jessie
working_directory: ~/repo
steps:
- checkout
- run:
name: Install Octave
command: |
sudo apt-get update -qq
sudo apt-get install -qq octave liboctave-dev libmpfr-dev
- run:
name: Install Dependencies
command: |
sudo pip install --upgrade pip setuptools wheel coveralls
sudo pip install --only-binary=numpy,scipy -r requirements/dev.txt
- run:
name: Run tests
command: |
py.test tests -v --cov=matl_online
python manage.py lint
- run:
name: Report Coverage
command: |
coveralls
test-3.5:
<<: *test-template
docker:
- image: circleci/python:3.5-jessie
| Remove python 3.7 from CI | Remove python 3.7 from CI
| YAML | mit | suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online,suever/MATL-Online |
6fb90abb969249373d11693cf53e062228756c90 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
macos:
xcode: '10.0.0'
environment:
GEM_HOME: .gem
GEM_PATH: .gem
steps:
- checkout
- run: gem install fastlane --no-rdoc --no-ri --no-document
- run: echo 'export PATH=$GEM_PATH:$PATH' >> $BASH_ENV
- run: make test_macOS
- run: make test_tvOS
- run: make test_iOS
- run: make test_iOS_9
- run: make test_macOS_report
- run: make test_tvOS_report
- run: make test_iOS_report
- store_test_results:
path: test_reports
| version: 2
jobs:
build:
macos:
xcode: '10.0.0'
environment:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
GEM_HOME: .gem
GEM_PATH: .gem
steps:
- checkout
- run: gem install fastlane --no-rdoc --no-ri --no-document
- run: echo 'export PATH=$GEM_PATH:$PATH' >> $BASH_ENV
- run: make test_macOS
- run: make test_tvOS
- run: make test_iOS
- run: make test_iOS_9
- run: make test_macOS_report
- run: make test_tvOS_report
- run: make test_iOS_report
- store_test_results:
path: test_reports
| Set locale to UTF-8 for fastlane | Set locale to UTF-8 for fastlane
See https://docs.fastlane.tools/getting-started/ios/setup/#set-up-environment-variables
| YAML | mit | 0xced/XCDYouTubeKit,0xced/XCDYouTubeKit,0xced/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,twobitlabs/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,mingsai/XCDYouTubeVideoPlayerViewController,creationst/XCDYouTubeKit,creationst/XCDYouTubeKit,0xced/XCDYouTubeKit |
749673b781fd0f244fe6ab4475a054bbd99de4b3 | tmuxinator/blog.yml | tmuxinator/blog.yml | # ~/.tmuxinator/blog.yml
<% jekyll_port = 5000 %>
<% grip_port = 6419 %>
name: blog
root: ~/blogs/paulfioravanti.github.io
on_project_first_start:
- bundle install
- bundle update
- open --background https://analytics.google.com/analytics
- open --background https://paulfioravanti.disqus.com
# Jekyll server
- open --background http://localhost:<%= jekyll_port %>
# Grip server
- open --background http://localhost:<%= grip_port %>
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
pre_window:
- asdf local ruby 2.5.0
- asdf local nodejs 9.6.1
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
startup_window: editor
windows:
- editor: vim
- guard: bundle exec guard
- server: bundle exec jekyll liveserve --drafts --port <%= jekyll_port %>
- grip: grip
| # ~/.tmuxinator/blog.yml
# Jekyll runs on 4000 by default
<% jekyll_port = 5000 %>
# Grip runs on 6419 by default
<% grip_port = 7419 %>
name: blog
root: ~/blogs/paulfioravanti.github.io
on_project_first_start:
- bundle install
- bundle update
- open --background https://analytics.google.com/analytics
- open --background https://paulfioravanti.disqus.com
# Jekyll server
- open --background http://localhost:<%= jekyll_port %>
# Grip server
- open --background http://localhost:<%= grip_port %>
# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions.
pre_window:
- asdf local ruby 2.5.0
- asdf local nodejs 9.6.1
# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used.
startup_window: editor
windows:
- editor: vim
- guard: bundle exec guard
- server: bundle exec jekyll liveserve --drafts --port <%= jekyll_port %>
- grip: grip
| Change grip port so it doesn't clobber the Grip port of any other projects that may be running | Change grip port so it doesn't clobber the Grip port of any other projects that may be running
| YAML | mit | paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles |
f83b4d01bab36253612fa07bf9fdc156dd09de6c | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/slim-base
branches:
ignore:
- '/slummed\/.*/'
steps:
- add-ssh-keys:
fingerprints:
- '56:76:54:43:c3:70:31:03:b5:ff:20:89:43:af:a2:48'
- checkout
- run:
name: Create slummed mirror of this branch
command: |
if [[ -n "$CIRCLE_BRANCH" ]]; then
git checkout -b "slummed/$CIRCLE_BRANCH"
git filter-branch --commit-filter "$PWD"'/git-slum.sh "$GIT_COMMIT" "$GIT_COMMIT^" || cat'
git push -f origin "slummed/$CIRCLE_BRANCH"
fi
| version: 2
jobs:
build:
docker:
- image: circleci/slim-base
branches:
ignore:
- '/slummed\/.*/'
steps:
- add-ssh-keys:
fingerprints:
- '56:76:54:43:c3:70:31:03:b5:ff:20:89:43:af:a2:48'
- checkout
- run:
name: Create slummed mirror of this branch
command: |
if [[ -n "$CIRCLE_BRANCH" ]]; then
git checkout -b "slummed/$CIRCLE_BRANCH"
git filter-branch --msg-filter "$PWD"'/git-slum.sh \
"$(git rev-parse --verify -q "$GIT_COMMIT^" || \
git hash-object -t tree /dev/null)" "$GIT_COMMIT"'
git push -f origin "slummed/$CIRCLE_BRANCH"
fi
| Fix all the problems with the CI filter-branch command | Fix all the problems with the CI filter-branch command
| YAML | mit | stuartpb/git-slum |
9f0246b1b7ab25a65be936f7f16b188a21d8ace4 | .circleci/config.yml | .circleci/config.yml | #
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --no-cache bash
- run:
name: Build image
command: bin/build.sh
deploy:
<<: *defaults
steps:
- run:
name: Install bash
command: apk add --no-cache bash
- run:
name: Deploy image to Docker Hub
command: |
docker login --username ${DOCKER_USER} --password ${DOCKER_PASSWORD}
bin/deploy.sh
workflows:
version: 2
build_deploy:
jobs:
- build
- deploy:
requires:
- build
filters:
branches:
only:
- master
- /^wvw.*/
tags:
only:
- /^v.*/
| #
defaults: &defaults
working_directory: /build
docker:
- image: docker:17.06.0-ce-git
version: 2
jobs:
build:
<<: *defaults
steps:
- checkout
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --no-cache bash
- run:
name: Build image
command: bin/build.sh
deploy:
<<: *defaults
steps:
- setup_remote_docker:
reusable: true
exclusive: true
- run:
name: Install bash
command: apk add --no-cache bash
- run:
name: Deploy image to Docker Hub
command: |
docker login --username ${DOCKER_USER} --password ${DOCKER_PASSWORD}
bin/deploy.sh
workflows:
version: 2
build_deploy:
jobs:
- build
- deploy:
requires:
- build
filters:
branches:
only:
- master
- /^wvw.*/
tags:
only:
- /^v.*/
| Add setup_remote_docker to deploy job | Add setup_remote_docker to deploy job
| YAML | apache-2.0 | shusugmt/st2-docker,shusugmt/st2-docker |
14d0a79f7614f660bbb96801cea16fe75d61e4f1 | .kitchen.vagrant.yml | .kitchen.vagrant.yml | ---
provisioner:
name: puppet_apply
files_path: files
manifests_path: test/integration
puppet_debug: false
puppet_verbose: false
driver:
name: vagrant
customize:
cpus: 2
memory: 3096
cpuexecutioncap: 50
platforms:
# Opscode vagrant box names taken from http://www.vagrantbox.es/
- name: centos-6.5
# - name: centos-7.0
- name: debian-7.4
- name: ubuntu-12.04
suites:
- name: apache_wsagent_debian
provisioner:
manifest: apache_wsagent_debian/init.pp
includes:
- debian-7.4
- ubuntu-12.04
- name: apache_wsagent_redhat
provisioner:
manifest: apache_wsagent_redhat/init.pp
includes:
- centos-6.5
- name: agents_package
provisioner:
manifest: agents_package/init.pp
- name: collector
provisioner:
manifest: collector/init.pp
- name: java_agent
provisioner:
manifest: java_agent/init.pp
- name: server
provisioner:
manifest: server/init.pp
- name: wsagent_package
provisioner:
manifest: wsagent_package/init.pp
| ---
provisioner:
name: puppet_apply
files_path: files
manifests_path: test/integration
driver:
name: vagrant
customize:
cpus: 2
memory: 3096
cpuexecutioncap: 50
platforms:
# Opscode vagrant box names taken from http://www.vagrantbox.es/
- name: centos-6.5
- name: debian-7.4
- name: ubuntu-12.04
suites:
- name: apache_wsagent_debian
provisioner:
manifest: apache_wsagent_debian/init.pp
includes:
- debian-7.4
- ubuntu-12.04
- name: apache_wsagent_redhat
provisioner:
manifest: apache_wsagent_redhat/init.pp
includes:
- centos-6.5
- name: agents_package
provisioner:
manifest: agents_package/init.pp
- name: collector
provisioner:
manifest: collector/init.pp
- name: java_agent
provisioner:
manifest: java_agent/init.pp
- name: server
provisioner:
manifest: server/init.pp
- name: wsagent_package
provisioner:
manifest: wsagent_package/init.pp
| Clean up test kitchen configuration. | Clean up test kitchen configuration.
| YAML | mit | dynaTrace/Dynatrace-Puppet,nespresso/Dynatrace-Puppet,dynaTrace/Dynatrace-Puppet,nespresso/Dynatrace-Puppet,nespresso/Dynatrace-Puppet,dynaTrace/Dynatrace-Puppet |
393924e8abb439a7224c9558ae535c090821feb2 | _config/extensions.yml | _config/extensions.yml | ---
Only:
moduleexists: 'userforms'
---
DynamicList:
extensions:
- 'DynamicListUDFExtension'
| ---
Only:
moduleexists: 'silverstripe/userforms'
---
DynamicList:
extensions:
- 'DynamicListUDFExtension'
| FIx reference to silverstripe/userforms in yml moduleexists | FIx reference to silverstripe/userforms in yml moduleexists
| YAML | bsd-3-clause | sheadawson/silverstripe-dynamiclists,sheadawson/silverstripe-dynamiclists |
3452242c7eed1f05b6f41d6043091b9383eef57b | .github/workflows/gateware.yml | .github/workflows/gateware.yml | name: oxide_ci
on: [push, pull_request]
jobs:
check-multi-proj:
runs-on: ubuntu-latest
steps:
- run: wget --progress=dot:giga -O- https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14.tar.gz | tar -xzC /opt
- run: echo "/opt/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- run: bash scripts/setup -ci
- run: which pip3 && which python3 && which pip
- run: riscv64-unknown-elf-gcc --version
- run: bash scripts/install_oxide
- run: pwd && source environment && cd proj/proj_template_v && pip3 list && make PLATFORM=hps bitstream
- run: pwd && source environment && ulimit -S -t 900 && ulimit -H -t 900 && cd proj/hps_accel && pip3 list && make PLATFORM=hps bitstream || true
| name: oxide_ci
on: [push, pull_request]
jobs:
check-multi-proj:
runs-on: ubuntu-latest
steps:
- run: wget --progress=dot:giga -O- https://static.dev.sifive.com/dev-tools/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14.tar.gz | tar -xzC /opt
- run: echo "/opt/riscv64-unknown-elf-gcc-8.3.0-2020.04.1-x86_64-linux-ubuntu14/bin" >> $GITHUB_PATH
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
- run: bash scripts/setup -ci
- run: which pip3 && which python3 && which pip
- run: riscv64-unknown-elf-gcc --version
- run: make env
- run: pwd && source env/conda/bin/activate cfu-common && source environment && cd proj/proj_template_v && pip3 list && make PLATFORM=hps bitstream
- run: pwd && source env/conda/bin/activate cfu-common && source environment && ulimit -S -t 900 && ulimit -H -t 900 && cd proj/hps_accel && pip3 list && make PLATFORM=hps bitstream || true
| Use Conda instead of building Oxide tools from scratch. | Use Conda instead of building Oxide tools from scratch.
Signed-off-by: Tim Callahan <ea16a3c075a6a229c9a452aa4faba7441b41c040@google.com>
| YAML | apache-2.0 | google/CFU-Playground,google/CFU-Playground,google/CFU-Playground,google/CFU-Playground |
a1632259dc5197447ec666bfc4357381fe8f303b | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@2.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@3.0.0
with:
extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
| Update Valgrind to new version 3.0.0 | Update Valgrind to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
b3249204db241ebc6938b198fc2bda0c01d0fccd | .github/workflows/python-app.yml | .github/workflows/python-app.yml | name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.6.8'
steps:
- uses: checkout@v2
with:
fetch-depth: ‘2’
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.6.8
- name: Generate Report
run: |
pip install coverage
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
with:
| name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.6.8'
steps:
- uses: checkout@v2
with:
fetch-depth: ‘2’
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.6.8
- name: Generate Report
run: |
pip install coverage
coverage run -m unittest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v1
| Remove unnecessary with clause from workflow | Remove unnecessary with clause from workflow | YAML | mit | craigthomas/Chip8Python |
76b564a26d9102a041d1dccd52b1636e2f18e6a9 | .drone.yml | .drone.yml | clone:
git:
image: plugins/git
depth: 1
pipeline:
signed-off-check:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=gallery
- CORE_BRANCH=master
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- php ./build/signed-off-checker.php
when:
matrix:
TESTS: signed-off-check
matrix:
include:
- TESTS: signed-off-check
branches: [ master, stable* ]
| clone:
git:
image: plugins/git
depth: 1
pipeline:
signed-off-check:
image: nextcloudci/php7.0:php7.0-2
environment:
- APP_NAME=gallery
- CORE_BRANCH=master
- DB=sqlite
commands:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
- cd ../server
- php ./build/signed-off-checker.php
secrets: [ github_token ]
when:
matrix:
TESTS: signed-off-check
matrix:
include:
- TESTS: signed-off-check
branches: [ master, stable* ]
| Add auth token to GitHub requests | Add auth token to GitHub requests
Signed-off-by: Daniel Calviño Sánchez <bd7629e975cc0e00ea7cda4ab6a120f2ee42ac1b@gmail.com>
| YAML | agpl-3.0 | desaintmartin/gallery,desaintmartin/gallery,desaintmartin/gallery |
1b128aa5cd61e33216a02b63fec79f99f615d631 | .drone.yml | .drone.yml | build:
unit_tests:
image: python:3
commands:
- apt-get install -y --no-install-recommends curl
- curl -sL https://deb.nodesource.com/setup_6.x | bash -
- apt-get install nodejs libjpeg-dev ghostscript
- npm install -g less
- cp onlineweb4/settings/example-local.py onlineweb4/settings/local.py
- pip install tox
- tox -e flake8
- tox -e isort
- tox -e tests
when:
event: [pull_request]
| build:
unit_tests:
image: python:3
commands:
- apt-get install -y --no-install-recommends curl
- curl -sL https://deb.nodesource.com/setup_6.x | bash -
- apt-get install nodejs libjpeg-dev ghostscript
- npm install -g less
- cp onlineweb4/settings/example-local.py onlineweb4/settings/local.py
- pip install tox
- tox -e flake8
- tox -e isort
- tox -e tests
when:
event: [pull_request]
deploy:
ssh:
host: nansen.dotkom
port: 22
user: root
commands:
- /srv/www/ow4dev/deploy.sh
when:
branch: develop
| Add deployment of dev on every push to develop | Add deployment of dev on every push to develop
| YAML | mit | dotKom/onlineweb4,dotKom/onlineweb4,dotKom/onlineweb4,dotKom/onlineweb4 |
00e7fdeeccb3b57890576a68cd949c2415806eb9 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- publish-openstack-docs-pti
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Ic436d12516f32c3125fe8c3a2cef141c9acdc96d
| YAML | apache-2.0 | openstack/python-solumclient |
0fe843d86722cfe96046d4097168998386350a8d | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs10-jobs
- openstack-lower-constraints-jobs-horizon
- openstack-python-jobs-horizon
- openstack-python3-train-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-py36:
voting: false
required-projects:
- openstack/horizon
| - project:
templates:
- check-requirements
- horizon-non-primary-django-jobs
- horizon-nodejs10-jobs
- openstack-lower-constraints-jobs-horizon
- openstack-python-jobs-horizon
- openstack-python3-ussuri-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-py36:
voting: false
required-projects:
- openstack/horizon
| Switch to official Ussuri jobs | Switch to official Ussuri jobs
Change-Id: I09354ad59b62902aa6667b83e17f4bcd1925de21
| YAML | apache-2.0 | stackforge/senlin-dashboard,stackforge/senlin-dashboard,stackforge/senlin-dashboard,openstack/senlin-dashboard,openstack/senlin-dashboard,openstack/senlin-dashboard,openstack/senlin-dashboard |
6c546a04591741d4e0f9f073b7805e8f64a7ec79 | .zuul.yaml | .zuul.yaml | - job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
ironic-ui: https://opendev.org/openstack/ironic-ui
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- check-requirements
- openstack-cover-jobs
- horizon-nodejs14-jobs
- horizon-non-primary-django-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-ui-integration-tests:
voting: false
| - job:
name: ironic-ui-integration-tests
parent: horizon-integration-tests
required-projects:
- name: openstack/horizon
- name: openstack/ironic
- name: openstack/python-ironicclient
- name: openstack/ironic-ui
roles:
- zuul: openstack-infra/devstack
- zuul: openstack/horizon
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
vars:
devstack_plugins:
ironic: https://opendev.org/openstack/ironic
ironic-ui: https://opendev.org/openstack/ironic-ui
devstack_services:
horizon: true
tox_envlist: integration
- project:
templates:
- check-requirements
- openstack-cover-jobs
- horizon-nodejs-jobs
- horizon-non-primary-django-jobs
- openstack-python3-zed-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- ironic-ui-integration-tests:
voting: false
| Use Horizon project template for nodejs jobs | Use Horizon project template for nodejs jobs
Horizon defined a project template 'horizon-nodejs-jobs'
for nodejs jobs. This patch updates ``.zuul.yaml`` to
use that template to run nodejs jobs here.
Depends-On: https://review.opendev.org/c/openstack/horizon/+/831929
Change-Id: I29d423305cd15cd3d22ab48c599968c89ee8b447
| YAML | apache-2.0 | openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui,openstack/ironic-ui |
8b7a41e247e7619ea701b6b449856dceb31f1d98 | zuul.d/project.yaml | zuul.d/project.yaml | - project:
templates:
- openstack-python3-victoria-jobs
- openstack-lower-constraints-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- bifrost-integration-tinyipa-ubuntu-bionic
- bifrost-integration-tinyipa-centos-8
# - bifrost-integration-tinyipa-opensuse-15
# Non-voting jobs
- bifrost-integration-tinyipa-keystone-ubuntu-bionic:
voting: false
- bifrost-integration-dhcp-ubuntu-bionic:
voting: false
- bifrost-integration-dibipa-debian-ubuntu-bionic:
voting: false
- bifrost-integration-dhcp-centos-8:
voting: false
- bifrost-integration-dibipa-debian-centos-8:
voting: false
# - bifrost-integration-dhcp-opensuse-15:
# voting: false
# - bifrost-integration-dibipa-debian-opensuse-15:
# voting: false
gate:
jobs:
- bifrost-integration-tinyipa-ubuntu-bionic
- bifrost-integration-tinyipa-centos-8
# - bifrost-integration-tinyipa-opensuse-15
| - project:
templates:
- openstack-python3-victoria-jobs
- openstack-lower-constraints-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- bifrost-integration-tinyipa-ubuntu-bionic
- bifrost-integration-tinyipa-centos-8
- bifrost-integration-tinyipa-keystone-ubuntu-bionic
# Non-voting jobs
- bifrost-integration-tinyipa-opensuse-15:
voting: false
- bifrost-integration-dhcp-ubuntu-bionic:
voting: false
- bifrost-integration-dibipa-debian-ubuntu-bionic:
voting: false
- bifrost-integration-dhcp-centos-8:
voting: false
- bifrost-integration-dibipa-debian-centos-8:
voting: false
- bifrost-integration-dhcp-opensuse-15:
voting: false
- bifrost-integration-dibipa-debian-opensuse-15:
voting: false
gate:
jobs:
- bifrost-integration-tinyipa-ubuntu-bionic
- bifrost-integration-tinyipa-centos-8
- bifrost-integration-tinyipa-keystone-ubuntu-bionic
| Make the keystone job voting and re-enable commented out jobs | Make the keystone job voting and re-enable commented out jobs
The keystone job used to be voting before the Python 3 transition.
Also uncomment the jobs that we're supposed to either fix or remove.
Change-Id: Ia069ec6c7b747171c3fd3085dfd4766f8b2197ee
| YAML | apache-2.0 | openstack/bifrost,openstack/bifrost |
a6141a597b06c6ee91d6e8a6c651b94f4fd9ca05 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9.1
working_directory: /go/src/github.com/FINRAOS/yum-nginx-api
steps:
- run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite .
- run:
shell: /bin/sh
command: |
cd yum-nginx-api
make build
make docker
- run:
shell: /bin/sh
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push finraos/yum-nginx-api:latest | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9.1
working_directory: /go/src/github.com/FINRAOS/yum-nginx-api
steps:
- setup_remote_docker
- run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite .
- run:
shell: /bin/bash
command: |
cd yum-nginx-api
make build
make docker
- run:
shell: /bin/bash
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push finraos/yum-nginx-api:latest | Change build to work with circleci 2 | Change build to work with circleci 2
| YAML | apache-2.0 | FINRAOS/yum-nginx-api,FINRAOS/yum-nginx-api |
78b234a826af91da0be5f37ee003aefee322d976 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
node: circleci/node@2.0.3
workflows:
test:
jobs:
- node/test
| version: 2.1
orbs:
node: circleci/node@2.1.0
workflows:
test:
jobs:
- node/test
| Update node orb to v2.1.0 | Update node orb to v2.1.0
| YAML | mit | wesbaker/nemeslack,wesbaker/nemeslack,wesbaker/nemeslack |
ef65b1918578eccb9fcbedb0294e2781dde91689 | .circleci/config.yml | .circleci/config.yml | version: 2.1
executors:
gcc:
parameters:
version:
type: string
docker:
- image: gcc:<< parameters.version >>
jobs:
lint:
docker:
- image: koalaman/shellcheck-alpine:stable
steps:
- checkout
- run:
name: ShellCheck version
command: shellcheck --version
- run:
name: Run ShellCheck
command: shellcheck --exclude=SC2016,SC2209 -- ./*.sh
build:
parameters:
version:
type: string
file:
type: string
executor:
name: gcc
version: << parameters.version >>
steps:
- checkout
- run:
name: Compiler version
command: cc --version
- run:
name: << parameters.file >> (gcc:<< parameters.version >>)
command: ./<< parameters.file >>
workflows:
lints:
jobs:
- lint
- build:
requires:
- lint
matrix:
parameters:
version:
- "10"
- "9"
- "8"
- "7"
file:
- git_install.sh
- libevent_install.sh
- openssh_install.sh
- ruby_install.sh
- tmux_install.sh
- vim_install.sh
| version: 2.1
executors:
gcc:
parameters:
version:
type: string
docker:
- image: gcc:<< parameters.version >>
jobs:
lint:
docker:
- image: koalaman/shellcheck-alpine:stable
steps:
- checkout
- run:
name: ShellCheck version
command: shellcheck --version
- run:
name: Run ShellCheck
command: shellcheck --exclude=SC2016,SC2209 -- ./*.sh
build:
parameters:
version:
type: string
file:
type: string
executor:
name: gcc
version: << parameters.version >>
steps:
- checkout
- run:
name: Compiler version
command: cc --version
- run:
name: << parameters.file >> (gcc:<< parameters.version >>)
command: ./<< parameters.file >>
workflows:
lints:
jobs:
- lint
- build:
requires:
- lint
matrix:
parameters:
version:
- "10"
- "9"
- "8"
- "7"
file:
- git_install.sh
- libevent_install.sh
- openssh_install.sh
# - ruby_install.sh # It takes long time for compiling and is rarely used
- tmux_install.sh
- vim_install.sh
| Stop build ruby because it takes long time to build | Stop build ruby because it takes long time to build
| YAML | unlicense | curipha/install |
43beadef0a5d37af013640cfa7bcbd1e1a2ff986 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4
working_directory: ~/repo
steps:
- checkout
# store dependencies information in a single file
# so that it can be used with checksum
- run: ls -laR backend/requirements
- run: ls -laR backend/requirements > backend_deps_checksum
# Download and cache dependencies
- restore_cache:
keys:
- backend-{{ checksum "backend_deps_checksum" }}
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r backend/requirements/test.txt
- save_cache:
paths:
- ./venv
key: backend-{{ checksum "backend_deps_checksum" }}
- run:
name: run tests
command: |
. venv/bin/activate
cd backend
py.test
| version: 2
jobs:
build:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4
working_directory: ~/repo
steps:
- checkout
# store dependencies md5 in a single file
# so that it can be used with checksum
- run: find backend/requirements -type f -exec md5sum {} \; | sort -k 2 | md5sum > backend_deps_checksum
# Download and cache dependencies
- restore_cache:
keys:
- backend-{{ checksum "backend_deps_checksum" }}
- run:
name: install dependencies
command: |
python3 -m venv venv
. venv/bin/activate
pip install -r backend/requirements/test.txt
- save_cache:
paths:
- ./venv
key: backend-{{ checksum "backend_deps_checksum" }}
- run:
name: run tests
command: |
. venv/bin/activate
cd backend
py.test
| Use md5 instead of ls -laR | Use md5 instead of ls -laR
| YAML | mit | patrick91/pycon,patrick91/pycon |
8f789cc4f5a238e1afe37783dfbc6c8f3190f0e6 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/node:8
- image: circleci/mongo:3
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
| version: 2
jobs:
build:
docker:
- image: circleci/node:8@sha256:257fdc7e2949a9576e1a96364e0428d461d0505167c70dcc3e6c3825ce8a6557
- image: circleci/mongo:3@sha256:ee19048c4d10975ce337f9c07efe73a706114ac78f5c0e597f0dce366cad9327
steps:
- checkout
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn codecov
| Update Pin Docker Digests packages | Update Pin Docker Digests packages | YAML | mit | js-accounts/accounts |
f1519257ed00290c8e821e0cc0bc039af559445a | .circleci/config.yml | .circleci/config.yml | # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: yarn lint
| # Javascript Node CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:8@sha256:257fdc7e2949a9576e1a96364e0428d461d0505167c70dcc3e6c3825ce8a6557
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/mongo:3.4.4
working_directory: ~/repo
steps:
- checkout
# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run: yarn install
- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
# run tests!
- run: yarn lint
| Update circleci/node to tag 8 | Update circleci/node to tag 8 | YAML | mit | wKovacs64/hibp-stdlib |
f21f1c5cfe1b1f2390c339271d28e85fc396b286 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
working_directory: ~/NuffieProductions/ClaimToken
parallelism: 1
shell: /bin/bash --login
docker:
- image: circleci/ruby:2.6.0-jessie
environment:
BUNDLE_PATH: vendor/bundle
steps:
- checkout
- run:
name: Which bundler?
command: bundle -v
- run:
name: Bundle Install
command: bundle check || bundle install --jobs=4 --retry=3 --path=$BUNDLE_PATH
- run:
name: Running tests...
command: bundle exec rspec --format documentation
| version: 2
jobs:
build:
working_directory: ~/NuffieProductions/ClaimToken
parallelism: 1
shell: /bin/bash --login
docker:
- image: circleci/ruby:2.6-stretch
environment:
BUNDLE_PATH: vendor/bundle
steps:
- checkout
- run:
name: Which bundler?
command: bundle -v
- run:
name: Bundle Install
command: bundle check || bundle install --jobs=4 --retry=3 --path=$BUNDLE_PATH
- run:
name: Running tests...
command: bundle exec rspec --format documentation
| Update build image to use stretch rather than jessie linux distribution | Update build image to use stretch rather than jessie linux distribution | YAML | apache-2.0 | NuffieProductions/ClaimToken |
7479993532020e9049eac8fbca64002ae51d7564 | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
python: circleci/python@2.0.3
ship: auth0/ship@dev:alpha
executors:
python_3_10:
docker:
- image: cimg/python:3.10
python_2_7:
docker:
- image: cimg/python:2.7
jobs:
python_3:
executor: python_3_10
steps:
- checkout
- python/install-packages:
pkg-manager: pip
- run: pre-commit run --all-files
- run: coverage run -m unittest
- run: bash <(curl -s https://codecov.io/bash)
- run: make -C docs html
python_2:
executor: python_2_7
steps:
- checkout
- python/install-packages:
pkg-manager: pip-dist
path-args: ".[test]"
- run: coverage run -m unittest discover -s auth0/v3/test -t .
- run: bash <(curl -s https://codecov.io/bash)
workflows:
main:
jobs:
- python_3
- python_2
- ship/python-publish:
prefix-tag: false
context:
- publish-pypi
- publish-gh
filters:
branches:
only:
- master
requires:
- python_3
- python_2
| version: 2.1
orbs:
python: circleci/python@2.0.3
ship: auth0/ship@dev:35c43dd
executors:
python_3_10:
docker:
- image: cimg/python:3.10
python_2_7:
docker:
- image: cimg/python:2.7
jobs:
python_3:
executor: python_3_10
steps:
- checkout
- python/install-packages:
pkg-manager: pip
- run: pre-commit run --all-files
- run: coverage run -m unittest
- run: bash <(curl -s https://codecov.io/bash)
- run: make -C docs html
python_2:
executor: python_2_7
steps:
- checkout
- python/install-packages:
pkg-manager: pip-dist
path-args: ".[test]"
- run: coverage run -m unittest discover -s auth0/v3/test -t .
- run: bash <(curl -s https://codecov.io/bash)
workflows:
main:
jobs:
- python_3
- python_2
- ship/python-publish:
prefix-tag: false
context:
- publish-pypi
- publish-gh
filters:
branches:
only:
- master
requires:
- python_3
- python_2
| Use specific build for Python releasing | Use specific build for Python releasing
| YAML | mit | auth0/auth0-python,auth0/auth0-python |
b103be775e4ddeb776bd3f3bdc77ea3a20366ca5 | config/k8s/worker-deployment.yaml | config/k8s/worker-deployment.yaml | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: portability
name: portability-worker
spec:
replicas: 3
selector:
matchLabels:
app: portability
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: portability
spec:
volumes:
- name: portability-service-account-key
secret:
secretName: portability-service-account-creds
containers:
- name: portability-worker
image: gcr.io/world-takeout-qa/portability-worker:v1
imagePullPolicy: IfNotPresent
volumeMounts:
- name: portability-service-account-key
mountPath: /var/secrets/portability-service-account-key
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /var/secrets/portability-service-account-key/key.json
- name: GOOGLE_PROJECT_ID
value: world-takeout-qa
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30 | apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: portability
name: portability-worker
spec:
replicas: 3
selector:
matchLabels:
app: portability
strategy:
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
type: RollingUpdate
template:
metadata:
creationTimestamp: null
labels:
app: portability
spec:
volumes:
- name: portability-service-account-key
secret:
secretName: portability-service-account-creds
containers:
- name: portability-worker
image: IMAGE # Replaced by script
imagePullPolicy: IfNotPresent
volumeMounts:
- name: portability-service-account-key
mountPath: /var/secrets/portability-service-account-key
env:
- name: GOOGLE_APPLICATION_CREDENTIALS
value: /var/secrets/portability-service-account-key/key.json
- name: GOOGLE_PROJECT_ID
value: world-takeout-qa
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
securityContext: {}
terminationGracePeriodSeconds: 30 | Use keyword for image name for setup script to substitute in, depending on project name | Use keyword for image name for setup script to substitute in, depending on project name
| YAML | apache-2.0 | google/data-transfer-project,google/data-transfer-project,google/data-transfer-project,google/data-transfer-project,google/data-transfer-project |
ed8790d441912954c09d9cb5f628565d9d023947 | tools/docker_dev/environment.yml | tools/docker_dev/environment.yml | name: scipydev
dependencies:
- pytest=6.2.1
- pybind11=2.6.1
- compilers=1.1.3
- matplotlib=3.3.3
- numpy=1.19.5
- mypy=0.800
- python=3.8
- sphinx=3.4.3
- cython=0.29.21 | name: scipydev
dependencies:
- pytest=6.2.1
- pybind11=2.6.1
- compilers=1.1.3
- matplotlib=3.3.3
- numpy=1.19.5
- mypy=0.800
- python=3.8
- sphinx=3.4.3
- cython=0.29.21
- pythran=0.9.8.post2
- ipython=7.19.0 # that version has working autocompletion it looks like | Add pythran and ipython deps | DEV: Add pythran and ipython deps
| YAML | bsd-3-clause | Eric89GXL/scipy,e-q/scipy,zerothi/scipy,matthew-brett/scipy,anntzer/scipy,perimosocordiae/scipy,andyfaff/scipy,Eric89GXL/scipy,grlee77/scipy,rgommers/scipy,endolith/scipy,mdhaber/scipy,Stefan-Endres/scipy,zerothi/scipy,vigna/scipy,ilayn/scipy,matthew-brett/scipy,endolith/scipy,grlee77/scipy,e-q/scipy,anntzer/scipy,mdhaber/scipy,endolith/scipy,scipy/scipy,endolith/scipy,scipy/scipy,andyfaff/scipy,grlee77/scipy,andyfaff/scipy,scipy/scipy,grlee77/scipy,anntzer/scipy,mdhaber/scipy,mdhaber/scipy,zerothi/scipy,perimosocordiae/scipy,Stefan-Endres/scipy,tylerjereddy/scipy,tylerjereddy/scipy,WarrenWeckesser/scipy,WarrenWeckesser/scipy,Stefan-Endres/scipy,Eric89GXL/scipy,e-q/scipy,endolith/scipy,perimosocordiae/scipy,tylerjereddy/scipy,WarrenWeckesser/scipy,zerothi/scipy,Stefan-Endres/scipy,tylerjereddy/scipy,vigna/scipy,WarrenWeckesser/scipy,zerothi/scipy,rgommers/scipy,andyfaff/scipy,Stefan-Endres/scipy,ilayn/scipy,anntzer/scipy,WarrenWeckesser/scipy,scipy/scipy,mdhaber/scipy,anntzer/scipy,Eric89GXL/scipy,perimosocordiae/scipy,ilayn/scipy,scipy/scipy,vigna/scipy,matthew-brett/scipy,mdhaber/scipy,e-q/scipy,vigna/scipy,matthew-brett/scipy,andyfaff/scipy,grlee77/scipy,rgommers/scipy,ilayn/scipy,ilayn/scipy,anntzer/scipy,andyfaff/scipy,endolith/scipy,matthew-brett/scipy,rgommers/scipy,e-q/scipy,zerothi/scipy,tylerjereddy/scipy,ilayn/scipy,WarrenWeckesser/scipy,vigna/scipy,rgommers/scipy,Stefan-Endres/scipy,Eric89GXL/scipy,scipy/scipy,perimosocordiae/scipy,perimosocordiae/scipy,Eric89GXL/scipy |
f740d72a382230bad98ebfb91b66707c848253cc | metadata/com.jarsilio.android.drowser.yml | metadata/com.jarsilio.android.drowser.yml | Categories:
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/juanitobananas/drowser/tree/HEAD
IssueTracker: https://gitlab.com/juanitobananas/drowser/issues
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
AutoName: Drowser
Summary: Simple background app killer
Description: |-
Avoid rogue apps from running in the background with Drowser.
Drowser is a simple app that kills the selected apps when the screen turns off.
It requires root and uses it to kill the apps with an 'am force-stop <app-id>'. This is a ''very'' impolite way of stopping apps. These might (and will probably) misbehave. You might also lose data because of this. '''Beware!'''
RequiresRoot: 'yes'
RepoType: git
Repo: https://gitlab.com/juanitobananas/drowser.git
Builds:
- versionName: '0.6'
versionCode: 6
commit: v0.6
subdir: app
submodules: true
gradle:
- yes
- versionName: '0.8'
versionCode: 8
commit: v0.8
subdir: app
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.8'
CurrentVersionCode: 8
| Categories:
- System
License: GPL-3.0-only
SourceCode: https://gitlab.com/juanitobananas/drowser/tree/HEAD
IssueTracker: https://gitlab.com/juanitobananas/drowser/issues
Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
AutoName: Drowser
Summary: Simple background app killer
Description: |-
Avoid rogue apps from running in the background with Drowser.
Drowser is a simple app that kills the selected apps when the screen turns off.
It requires root and uses it to kill the apps with an 'am force-stop <app-id>'. This is a ''very'' impolite way of stopping apps. These might (and will probably) misbehave. You might also lose data because of this. '''Beware!'''
RequiresRoot: 'yes'
RepoType: git
Repo: https://gitlab.com/juanitobananas/drowser.git
Builds:
- versionName: '0.6'
versionCode: 6
commit: v0.6
subdir: app
submodules: true
gradle:
- yes
- versionName: '0.8'
versionCode: 8
commit: v0.8
subdir: app
submodules: true
gradle:
- yes
- versionName: '0.9'
versionCode: 9
commit: v0.9
subdir: app
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '0.9'
CurrentVersionCode: 9
| Update Drowser to 0.9 (9) | Update Drowser to 0.9 (9)
| YAML | agpl-3.0 | f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata |
7068cb378dc6117752a7307b539eb00216b285b6 | conda-recipe/meta.yaml | conda-recipe/meta.yaml | {% set name = "climlab" %}
{% set version = "0.6.0.dev7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../
build:
number: 0
#skip: True # [not py2k]
requirements:
build:
- toolchain
- mingwpy # [win]
- gcc # [osx]
- python
- setuptools
- libgfortran # [linux]
- numpy x.x
run:
- python
- numpy x.x
- scipy
- netcdf4
- libgfortran # [linux or osx]
- future
- numba
test:
requires:
- pytest
- codecov
- pytest-cov
imports:
- climlab
commands:
- py.test -v --pyargs climlab.tests --cov=climlab --cov-config .coveragerc --cov-report term-missing -v
about:
home: https://github.com/brian-rose/climlab
license: MIT
license_family: MIT
license_file: LICENSE
summary: Python package for process-oriented climate modeling
doc_url: http://climlab.readthedocs.io/
dev_url: https://github.com/brian-rose/climlab
extra:
recipe-maintainers:
- brian-rose
| {% set name = "climlab" %}
{% set version = "0.6.0.dev7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../
build:
number: 0
#skip: True # [not py2k]
requirements:
build:
- toolchain
- mingwpy # [win]
- gcc # [osx or linux]
- python
- setuptools
- libgfortran # [linux]
- numpy x.x
run:
- python
- numpy x.x
- scipy
- netcdf4
- libgfortran # [linux or osx]
- future
- numba
test:
requires:
- pytest
- codecov
- pytest-cov
imports:
- climlab
commands:
- py.test -v --pyargs climlab.tests --cov=climlab --cov-config .coveragerc --cov-report term-missing -v
about:
home: https://github.com/brian-rose/climlab
license: MIT
license_family: MIT
license_file: LICENSE
summary: Python package for process-oriented climate modeling
doc_url: http://climlab.readthedocs.io/
dev_url: https://github.com/brian-rose/climlab
extra:
recipe-maintainers:
- brian-rose
| Add gcc to conda build packages for linux. | Add gcc to conda build packages for linux.
| YAML | mit | cjcardinale/climlab,cjcardinale/climlab,brian-rose/climlab,brian-rose/climlab,cjcardinale/climlab |
5a3b75bfc94d1f836eaf8224044b8f3921d63a9a | packages/fu/funcons-values.yaml | packages/fu/funcons-values.yaml | homepage: http://plancomps.org
changelog-type: ''
hash: 4be12a9cdf0a2cd87070262fa8593abc903a772224904bef82dde482419b9f40
test-bench-deps: {}
maintainer: L. Thomas van Binsbergen <ltvanbinsbergen@acm.org>
synopsis: Library providing values and operations on values.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
text: ! '>=1.2 && <1.3'
random-strings: -any
containers: ! '>=0.5 && <0.6'
bv: ! '>=0.5'
multiset: ! '>=0.3 && <0.4'
vector: ! '>=0.12'
all-versions:
- '0.1.0.2'
author: L. Thomas van Binsbergen and Neil Sculthorpe
latest: '0.1.0.2'
description-type: haddock
description: ''
license-name: MIT
| homepage: http://plancomps.org
changelog-type: ''
hash: a25fe850c369e5954bac484bb0e896e4f36cd61366ac82d00bd70210f779b248
test-bench-deps: {}
maintainer: L. Thomas van Binsbergen <ltvanbinsbergen@acm.org>
synopsis: Library providing values and operations on values in a fixed universe.
changelog: ''
basic-deps:
base: ! '>=4.8 && <5'
text: ! '>=1.2 && <1.3'
random-strings: -any
containers: ! '>=0.5 && <0.6'
bv: ! '>=0.5'
multiset: ! '>=0.3 && <0.4'
vector: ! '>=0.12'
all-versions:
- '0.1.0.2'
- '0.1.0.3'
author: L. Thomas van Binsbergen and Neil Sculthorpe
latest: '0.1.0.3'
description-type: haddock
description: ! 'The PLanCompS project (<http://plancomps.org>) has developed a component-based
approach to formal semantics.
The semantics of a language is defined by translating its constructs to combinations
of `fundamental constructs'' called /funcons/.
This package provides a fixed universe types, values and operations which are lifted
to funcons as part of the /funcons-tools/ package (<http://hackage.haskell.org/package/funcons-tools>).
'
license-name: MIT
| Update from Hackage at 2018-07-06T16:25:32Z | Update from Hackage at 2018-07-06T16:25:32Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
14c5b0af5fea5d34adb68b0e168eb7d78237720d | packages/pa/pandoc-citeproc-preamble.yaml | packages/pa/pandoc-citeproc-preamble.yaml | homepage: https://github.com/spwhitton/pandoc-citeproc-preamble
changelog-type: ''
hash: 49f3ddf58a41146ad46077bfc61025be283b4ca001cfbb475831fd3733132b2c
test-bench-deps: {}
maintainer: spwhitton@spwhitton.name
synopsis: Insert a preamble before pandoc-citeproc's bibliography
changelog: ''
basic-deps:
base: ! '>=4 && <5'
filepath: -any
process: -any
pandoc-types: -any
directory: -any
all-versions:
- 1.0.0
- 1.1.0
- 1.2.1
- 1.2.2
- 1.2.3
- 1.2.4
author: Sean Whitton
latest: 1.2.4
description-type: haddock
description: Please see README.md
license-name: GPL-3.0-only
| homepage: https://github.com/spwhitton/pandoc-citeproc-preamble
changelog-type: ''
hash: 0fe4483763b607d2b8b1030fbe68dce80399c2014dfab7bf0456e84fc24e2cf8
test-bench-deps: {}
maintainer: spwhitton@spwhitton.name
synopsis: Insert a preamble before pandoc-citeproc's bibliography
changelog: ''
basic-deps:
base: ! '>=4 && <5'
filepath: -any
process: -any
pandoc-types: ! '>=1.20'
text-conversions: -any
directory: -any
all-versions:
- 1.0.0
- 1.1.0
- 1.2.1
- 1.2.2
- 1.2.3
- 1.2.4
- '1.3'
author: Sean Whitton
latest: '1.3'
description-type: haddock
description: Please see README.md
license-name: GPL-3.0-only
| Update from Hackage at 2019-11-29T04:48:27Z | Update from Hackage at 2019-11-29T04:48:27Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
55d8de967c8a38d4f56159ca380e18828c6fb6bd | packages/uu/uu-interleaved.yaml | packages/uu/uu-interleaved.yaml | homepage: https://github.com/UU-ComputerScience/uu-interleaved
changelog-type: ''
hash: 72ae61853b078af0e6aeea60d7ab1866e8998604bc184177f1475474385faaef
test-bench-deps: {}
maintainer: Doaitse Swierstra
synopsis: Providing an interleaving combinator for use with applicative style implementations.
changelog: ''
basic-deps:
base: ! '>=4.2 && <5'
all-versions:
- '0.1.0.0'
- '0.2.0.0'
- '0.2.0.1'
author: Doaitse Swierstra, Utrecht University
latest: '0.2.0.1'
description-type: haddock
description: ! 'This module contains parser library independent code which can be
used to describe
interleaved execution of applicative style structures.
It is amongst other used in the uu-options package, which provides facilities for
parsing command-line options or files containing preferences.
It generalises the permuting parsers and the list merging parsers as e.g. found
in
the uulib library. For a more complete description see the Technical Report
describing its implementation and use see
http://www.cs.uu.nl/research/techreps/UU-CS-2013-005.html'
license-name: MIT
| homepage: https://github.com/UU-ComputerScience/uu-interleaved
changelog-type: ''
hash: cbaa7ae178e615b36e683cff0e582bfeae984099211c1a87d052d8d4e7e9e186
test-bench-deps: {}
maintainer: Doaitse Swierstra
synopsis: An interleaving combinator for use with applicative style implementations.
changelog: ''
basic-deps:
base: ! '>=4.2 && <5'
all-versions:
- '0.1.0.0'
- '0.2.0.0'
- '0.2.0.1'
- '0.2.0.2'
author: Doaitse Swierstra, Utrecht University
latest: '0.2.0.2'
description-type: haddock
description: ! 'This module contains parser library independent code which can be
used to describe
interleaved execution of applicative style structures.
It is amongst other used in the uu-options package, which provides facilities for
parsing command-line options or files containing preferences.
It generalises the permuting parsers and the list merging parsers as e.g. found
in
the uulib library. For a more complete description see the Technical Report
describing its implementation and use see
http://www.cs.uu.nl/research/techreps/UU-CS-2013-005.html'
license-name: MIT
| Update from Hackage at 2018-08-06T14:48:14Z | Update from Hackage at 2018-08-06T14:48:14Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
727e27213a872e666230e46ca00722805e19b944 | roles/git/tasks/main.yml | roles/git/tasks/main.yml | ---
- name: Install git
apt:
name: git
state: latest
- name: Memorize hub version
shell: "hub --version | grep hub | cut -d' ' -f3"
register: hub_installed_version
ignore_errors: True
- block:
- name: Download hub
get_url: url={{hub_url}} dest=/tmp
- name: Extract hub
unarchive: src=/tmp/{{hub_archive}} dest=/tmp
- name: Install hub
command: /tmp/{{hub_folder}}/install
when:
- hub_installed_version|succeeded
- hub_installed_version.stdout|version_compare(hub_version, '<')
| ---
- name: Install git
apt:
name: git
state: latest
- name: Memorize hub version
shell: "hub --version | grep hub | cut -d' ' -f3"
register: hub_installed_version
ignore_errors: True
- block:
- name: Download hub
get_url: url={{hub_url}} dest=/tmp
- name: Extract hub
unarchive: src=/tmp/{{hub_archive}} dest=/tmp
- name: Install hub
command: /tmp/{{hub_folder}}/install
when:
- hub_installed_version is succeeded
- hub_installed_version.stdout is version_compare(hub_version, '<')
| Fix warnings on latest ansible | Fix warnings on latest ansible
| YAML | mit | deivid-rodriguez/dotfiles,deivid-rodriguez/dotfiles |
703c080919199b446d31a6eb64f50032c40c147c | tasks/main.yml | tasks/main.yml | ---
# Returns 'ansible_aws_params_file' which is where future playbooks can load params
- name: Load AWS config params
include: ansible_aws_load_config.yml
when: ansible_aws_load_config
- name: Login to AWS ECR
include: ansible_aws_login_to_ecr.yml
when: ansible_aws_login_to_ecr
# Bring up the instances we care about
- name: Launch any instances that we need
include: ansible_aws_launch_instances.yml
when: ansible_aws_launch
with_items: "{{ ansible_aws_server_subtypes | default(['default']) }}"
loop_control:
loop_var: ansible_aws_server_subtype
# Find all the currently running instances
- name: Get info about all the currently running instances
include: ansible_aws_get_instances.yml
when: ansible_aws_get_info
vars:
ansible_aws_state: running
# Push repos to ECR
- name: Push repos to ECR
include: ansible_aws_push_to_ecr.yml
when: ansible_aws_push_to_ecr
vars:
ansible_aws_state: running | ---
# Returns 'ansible_aws_params_file' which is where future playbooks can load params
- name: Load AWS config params
include: ansible_aws_load_config.yml
when: ansible_aws_load_config
with_items: "{{ ansible_aws_config_files | default([]) }}"
loop_control:
loop_var: ansible_aws_config_file
- name: Login to AWS ECR
include: ansible_aws_login_to_ecr.yml
when: ansible_aws_login_to_ecr
# Bring up the instances we care about
- name: Launch any instances that we need
include: ansible_aws_launch_instances.yml
when: ansible_aws_launch
with_items: "{{ ansible_aws_server_subtypes | default(['default']) }}"
loop_control:
loop_var: ansible_aws_server_subtype
# Find all the currently running instances
- name: Get info about all the currently running instances
include: ansible_aws_get_instances.yml
when: ansible_aws_get_info
vars:
ansible_aws_state: running
with_items: "{{ ansible_aws_server_types | default([]) }}"
loop_control:
loop_var: ansible_aws_server_type
# Push repos to ECR
- name: Push repos to ECR
include: ansible_aws_push_to_ecr.yml
when: ansible_aws_push_to_ecr
vars:
ansible_aws_state: running | Move from single invocation to lists * get_info * load_config | Move from single invocation to lists
* get_info
* load_config
| YAML | bsd-2-clause | dieswaytoofast/ansible_aws |
051605d07df03277fbf630c0d1a67256ee97ea1d | tasks/main.yml | tasks/main.yml | ---
- include: install.yml
tags: [influxdb, install]
- include: configure.yml
tags: [influxdb, configure]
- name: Start the InfluxDB service
service:
name: influxdb
state: restarted
enabled: yes
register: influxdb_started
when: influxdb_start_service
- name: Wait for InfluxDB to come up
wait_for:
host: "{{ influxdb_bind_hostname }}"
port: "{{ influxdb_http_port }}"
delay: 5
timeout: 30
when: influxdb_started.changed and influxdb_start_service
- include: demo.yml
tags: [influxdb, demo]
when: influxdb_load_sample_data and influxdb_http_auth_enabled == "false" and influxdb_start_service
- include: verify.yml
tags: [influxdb, verify]
- include: stress.yml
tags: [influxdb, stress]
| ---
- include: install.yml
tags: [influxdb, install]
- include: configure.yml
tags: [influxdb, configure]
- name: Start the InfluxDB service
service:
name: influxdb
state: restarted
enabled: yes
register: influxdb_started
when: influxdb_start_service
- name: Wait for InfluxDB to come up
wait_for:
host: "{{ influxdb_bind_hostname | default(\"localhost\", true) }}"
port: "{{ influxdb_http_port }}"
delay: 5
timeout: 30
when: influxdb_started.changed and influxdb_start_service
ignore_errors: yes
register: influxdb_start_attempt
- name: Run tail on log
command: tail /var/log/influxdb/influxd.log
register: influxdb_tail_output
when: influxdb_start_attempt.failed is defined and influxdb_start_attempt.failed == True
- name: Show log output
debug:
msg: "{{ influxdb_tail_output.stdout_lines }}"
when: influxdb_start_attempt.failed is defined and influxdb_start_attempt.failed == True
- name: Assert status of InfluxDB service
assert:
that:
- "influxdb_start_attempt == 0"
when: influxdb_started.changed and influxdb_start_service and influxdb_start_attempt.failed is defined and influxdb_start_attempt.failed == True
- include: demo.yml
tags: [influxdb, demo]
when: influxdb_load_sample_data and influxdb_http_auth_enabled == "false" and influxdb_start_service
- include: verify.yml
tags: [influxdb, verify]
- include: stress.yml
tags: [influxdb, stress]
| Improve error handling on startup. | Improve error handling on startup.
| YAML | mit | rossmcdonald/influxdb |
0482ac68b2dd12a4087e0e20591f386dde0ade50 | data/building-hours/1-1-cage.yaml | data/building-hours/1-1-cage.yaml | name: The Cage
image: cage
category: Food
schedule:
- title: Kitchen
notes: The kitchen stops cooking at 8 p.m.
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '7:30am', to: '8:00pm'}
- {days: [Sa, Su], from: '9:00am', to: '8:00pm'}
- title: Late Night
hours:
- {days: [Mo, Tu, We, Th], from: '8:00pm', to: '11:00pm'}
- {days: [Su], from: '8:00pm', to: '11:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: Kitchen
hours:
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '3:00pm'}
- {days: [Fr], from: '7:30am', to: '1:00pm'}
| name: The Cage
image: cage
category: Food
schedule:
- title: Kitchen
notes: The kitchen stops cooking at 8 p.m.
hours:
- {days: [Mo, Tu, We, Th, Fr], from: '7:30am', to: '8:00pm'}
- {days: [Sa, Su], from: '9:00am', to: '8:00pm'}
- title: Late Night
hours:
- {days: [Mo, Tu, We, Th], from: '8:00pm', to: '10:00pm'}
- {days: [Su], from: '8:00pm', to: '10:00pm'}
breakSchedule:
fall: []
thanksgiving: []
winter: []
interim: []
spring: []
easter: []
summer:
- title: Kitchen
hours:
- {days: [Mo, Tu, We, Th], from: '7:30am', to: '3:00pm'}
- {days: [Fr], from: '7:30am', to: '1:00pm'}
| Update the Cage's "Late Night" hours | Update the Cage's "Late Night" hours | YAML | agpl-3.0 | StoDevX/AAO-React-Native,carls-app/carls,carls-app/carls,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,carls-app/carls,carls-app/carls,carls-app/carls,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,carls-app/carls,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,carls-app/carls |
053391a95c6acf81d0eca3b41c1b58c38b45324f | packages/av/avers-api.yaml | packages/av/avers-api.yaml | homepage: http://github.com/wereHamster/avers-api
changelog-type: ''
hash: b9a314a8328e5767d8bae60610b756b236a74e549388d1eb08ddf324c80f14b4
test-bench-deps: {}
maintainer: tomas.carnecky@gmail.com
synopsis: Types describing the core and extended Avers APIs
changelog: ''
basic-deps:
cookie: -any
bytestring: -any
base: ! '>=4.7 && <5'
time: -any
text: -any
servant: -any
avers: -any
aeson: -any
vector: -any
all-versions:
- '0.0.1'
- '0.0.2'
- '0.0.3'
- '0.0.4'
author: Tomas Carnecky
latest: '0.0.4'
description-type: haddock
description: See README
license-name: MIT
| homepage: http://github.com/wereHamster/avers-api
changelog-type: ''
hash: 4e39c4dbccb229fb854e52f18fa42ece97917efb4dbf3d76a83fe9001f03737f
test-bench-deps: {}
maintainer: tomas.carnecky@gmail.com
synopsis: Types describing the core and extended Avers APIs
changelog: ''
basic-deps:
cookie: -any
bytestring: -any
base: ! '>=4.7 && <5'
time: -any
text: -any
http-api-data: -any
servant: -any
avers: -any
aeson: -any
vector: -any
all-versions:
- '0.0.1'
- '0.0.2'
- '0.0.3'
- '0.0.4'
- '0.0.5'
author: Tomas Carnecky
latest: '0.0.5'
description-type: haddock
description: See README
license-name: MIT
| Update from Hackage at 2016-05-06T18:19:54+0000 | Update from Hackage at 2016-05-06T18:19:54+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
09be76d1c0e6ad28099884e8637b52b3b496c8b8 | snapcraft.yaml | snapcraft.yaml | name: html2data
version: '1.2.1'
summary: extract data from HTML via CSS selectors
description: Command line utility for extracting data from HTML via CSS selectors.
grade: stable
confinement: strict
parts:
html2data:
after: [go]
source: .
plugin: go
go-importpath: github.com/msoap/html2data
go:
source-tag: go1.11
apps:
html2data:
command: html2data
plugs: [network, home]
| name: html2data
version: '1.2.1'
summary: extract data from HTML via CSS selectors
description: Command line utility for extracting data from HTML via CSS selectors.
grade: stable
confinement: strict
parts:
html2data:
after: [go]
source: .
plugin: go
go-importpath: github.com/msoap/html2data
go:
source-tag: go1.10
apps:
html2data:
command: html2data
plugs: [network, home]
| Revert Go 1.10 for building snap package | Revert Go 1.10 for building snap package
| YAML | mit | msoap/html2data,msoap/html2data |
ad22863349b72043cbcfa43fde4f273cf8740e8a | root/forms/feeds.yml | root/forms/feeds.yml | auto_fieldset:
elements:
- type: Text
name: name
label: Name
- type: Text
name: url
label: URL
- type: Select
name: feed_type
label: Feed Type
comment: Syndicated feeds are rss/atom/rdf feeds that list urls to download. Web page feeds are urls that are just redownloaded as content themselves once a day
constraints:
- Required
options:
- [ 'syndicated', 'Syndicated' ]
- [ 'web_page', 'Web Page' ]
- [ 'univision', 'Univision' ]
- type: Submit
name: submit
value: Save
# - type: Submit
# name: submit_test_parser
# value: Test Parser
| auto_fieldset:
elements:
- type: Text
name: name
label: Name
size: 48
comment: Feed name (e.g. "Media Cloud main feed")
constraints:
- Required
- type: Text
name: url
label: URL
size: 48
comment: Feed URL (e.g. "http://mediacloud.org/feed.xml")
constraints:
- Required
- type: URL
message: This is not a URL
- type: Select
name: feed_type
label: Feed Type
constraints:
- Required
options:
- [ 'syndicated', 'Syndicated - RSS / Atom / RDF feed fetched ~hourly' ]
- [ 'web_page', 'Web Page - "content" downloads refetched daily' ]
- [ 'univision', 'Univision - Univision.com API endpoint URL' ]
- type: Submit
name: submit
value: Save
# - type: Submit
# name: submit_test_parser
# value: Test Parser
| Add some styling and constraints to "Add New Feed" page | Add some styling and constraints to "Add New Feed" page
[ci skip]
| YAML | agpl-3.0 | berkmancenter/mediacloud,berkmancenter/mediacloud,berkmancenter/mediacloud,berkmancenter/mediacloud,berkmancenter/mediacloud |
afcfc50c21ad58a75f898f2e4920fee08c7c8e72 | packages/bi/bindings-posix.yaml | packages/bi/bindings-posix.yaml | homepage: ''
changelog-type: ''
hash: 5582dc419f750cc7fb42e162d729fc9e38a7966ab5cac3692c93b1f547b8b984
test-bench-deps: {}
maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>
synopsis: Low level bindings to posix.
changelog: ''
basic-deps:
base: ! '>=3 && <5'
bindings-DSL: ! '>=1.0.16 && <1.1'
all-versions:
- '0.0.1'
- '0.0.2'
- '1.0'
- '1.0.1'
- '1.1'
- '1.2'
- '1.2.2'
- '1.2.3'
- '1.2.4'
- '1.2.5'
- '1.2.6'
author: Maurício C. Antunes
latest: '1.2.6'
description-type: haddock
description: ! 'Low level bindings to Posix standard library, part
of the @bindings-*@ project. See:
<http://bitbucket.org/mauricio/bindings-dsl>'
license-name: BSD3
| homepage: ''
changelog-type: ''
hash: 8692c8e237926345e5e15f238461050cf909e5118bb846cf1e82f0668cd314a4
test-bench-deps: {}
maintainer: John Wiegley <johnw@newartisans.com>
synopsis: Project bindings-* raw interface to Posix
changelog: ''
basic-deps:
base: ! '>=3 && <5'
bindings-DSL: ! '>=1.0.16 && <1.1'
all-versions:
- '0.0.1'
- '0.0.2'
- '1.0'
- '1.0.1'
- '1.1'
- '1.2'
- '1.2.2'
- '1.2.3'
- '1.2.4'
- '1.2.5'
- '1.2.6'
- '1.2.7'
author: Maurício C. Antunes
latest: '1.2.7'
description-type: haddock
description: ! 'Low level bindings to Posix standard library, part
of the @bindings-*@ project. See:
<https://github.com/jwiegley/bindings-dsl>
<http://pubs.opengroup.org/onlinepubs/9699919799/idx/headers.html>'
license-name: BSD3
| Update from Hackage at 2018-05-19T06:40:34Z | Update from Hackage at 2018-05-19T06:40:34Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
bd8b150018e2c2ab5e494d1c12e3d855693496bd | metadata/com.apozas.contactdiary.yml | metadata/com.apozas.contactdiary.yml | Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: Alex Pozas-Kerstjens
AuthorWebSite: https://www.alexpozas.com/
SourceCode: https://github.com/apozas/contactdiary
IssueTracker: https://github.com/apozas/contactdiary/issues
Donate: https://paypal.me/apozasker
AutoName: Contact Diary
RepoType: git
Repo: https://github.com/apozas/contactdiary
Builds:
- versionName: 1.0.4-github
versionCode: 5
commit: v1.0.4
subdir: android_app/app
gradle:
- github
AutoUpdateMode: Version +-github v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.4
CurrentVersionCode: 5
| Categories:
- Writing
License: GPL-3.0-or-later
AuthorName: Alex Pozas-Kerstjens
AuthorWebSite: https://www.alexpozas.com/
SourceCode: https://github.com/apozas/contactdiary
IssueTracker: https://github.com/apozas/contactdiary/issues
Donate: https://paypal.me/apozasker
AutoName: Contact Diary
RepoType: git
Repo: https://github.com/apozas/contactdiary
Builds:
- versionName: 1.0.4-github
versionCode: 5
commit: v1.0.4
subdir: android_app/app
gradle:
- github
- versionName: 1.0.5-github-github
versionCode: 6
commit: v1.0.5-github
subdir: android_app/app
gradle:
- github
AutoUpdateMode: Version +-github v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.5-github
CurrentVersionCode: 6
| Update Contact Diary to 1.0.5-github (6) | Update Contact Diary to 1.0.5-github (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ad6fcb0780208217f740a16654fc906ec31ebb31 | .github/workflows/ci-workflow.yaml | .github/workflows/ci-workflow.yaml | ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '13', '14' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g bob
- run: bob build
| ---
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '13', '14' ]
name: node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: npm install -g bob
- run: bob build
- uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: .bob/coverage/c8/lcov.info
| Add coveralls to CI run. | Add coveralls to CI run.
| YAML | mit | cliffano/bagofcli |
a4569dfc67f8fb15e7719b0c70e6938f1813472b | .github/workflows/pypi-publish.yml | .github/workflows/pypi-publish.yml | name: PyPI publishing
on:
push:
create:
jobs:
pypi_publish:
name: Publish to PyPI
runs-on: ubuntu-latest
strategy:
fail-fast: true
if: contains(github.ref, 'refs/tags/')
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: sh bin/cicd_install.sh
#########################
# Test PyPI
- name: Configure Test Pypi
run: poetry config repositories.testpypi https://test.pypi.org/legacy/
- name: Publish to Test PyPI
env: # Or as an environment variable
TEST_PYPI_TOKEN: ${{ secrets.PARSENVY_TEST_PYPI }}
run: poetry publish --build -r testpypi -u __token__ -p "$TEST_PYPI_TOKEN"
- name: Validate test build
run: sh bin/cd_validate_build.sh test $(poetry version -s)
#########################
# PyPI
# - name: Publish to PyPI
# run: poetry publish
# - name: Validate build
# run: sh in/cicd_validate_production_build.sh
| name: PyPI publishing
on:
push:
create:
jobs:
pypi_publish:
name: Publish to PyPI
runs-on: ubuntu-latest
strategy:
fail-fast: true
if: contains(github.ref, 'refs/tags/')
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install dependencies
run: sh bin/cicd_install.sh
#########################
# Test PyPI
- name: Configure Test Pypi
run: poetry config repositories.testpypi https://test.pypi.org/legacy/
- name: Publish to Test PyPI
env: # Or as an environment variable
TEST_PYPI_TOKEN: ${{ secrets.PARSENVY_TEST_PYPI }}
run: poetry publish --build -r testpypi -u __token__ -p "$TEST_PYPI_TOKEN"
- name: Wait a few seconds to avoid race conditions
run: sleep 5
- name: Validate test build
run: sh bin/cd_validate_build.sh test $(poetry version -s)
#########################
# PyPI
# - name: Publish to PyPI
# run: poetry publish
# - name: Validate build
# run: sh in/cicd_validate_production_build.sh
| Add delay to build validation | Add delay to build validation
It seems to be the case that the newly published version isn't available
immediately, so maybe this will help.
| YAML | bsd-3-clause | nkantar/Parsenvy |
38949970282592f87a63c7f3324da21772e377f7 | .github/workflows/python-tests.yml | .github/workflows/python-tests.yml | name: Run unit tests
on:
pull_request:
push:
branches:
- master
tags:
workflow_dispatch:
schedule:
# Run every Sunday at 03:53 UTC
- cron: 53 3 * * 0
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install FFmpeg
run: |
sudo apt update
sudo apt install ffmpeg
ffmpeg -version
- name: Install Tox
run: python -m pip install tox tox-gh-actions coverage
- name: Run Tox
run: tox
- name: Convert coverage
run: python -m coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
| name: Run unit tests
on:
pull_request:
push:
branches:
- main
tags:
workflow_dispatch:
schedule:
# Run every Sunday at 03:53 UTC
- cron: 53 3 * * 0
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9, "3.10"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install FFmpeg
run: |
sudo apt update
sudo apt install ffmpeg
ffmpeg -version
- name: Install Tox
run: python -m pip install tox tox-gh-actions coverage
- name: Run Tox
run: tox
- name: Convert coverage
run: python -m coverage xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
| Fix test workflow to run on main | Fix test workflow to run on main
| YAML | mit | xouillet/sigal,saimn/sigal,saimn/sigal,saimn/sigal,xouillet/sigal,xouillet/sigal |
6f2eb5c6105d2cf5fb9b0e927223f594fdcf9ab8 | .github/workflows/update-docs-version.yml | .github/workflows/update-docs-version.yml | name: Update docs version
on:
release:
types: [ published ]
jobs:
build:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Update latest_version property in mkdocs.yml
run: |
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
git diff
- name: Create Pull Request
uses: peter-evans/create-pull-request@f22a7da129c901513876a2380e2dae9f8e145330 # v3.10.1
with:
title: Update docs version to ${GITHUB_REF##*/}
body: |
Update docs version to ${GITHUB_REF##*/}
skip-checks: true
branch: update-docs-version
delete-branch: true
| name: Update docs version
on:
release:
types: [ published ]
jobs:
build:
if: github.repository == 'testcontainers/testcontainers-java'
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Update latest_version property in mkdocs.yml
run: |
sed -i "s/latest_version: .*/latest_version: ${GITHUB_REF##*/}/g" mkdocs.yml
git diff
- name: Create Pull Request
uses: peter-evans/create-pull-request@f1a7646cead32c950d90344a4fb5d4e926972a8f # v3.10.1
with:
title: Update docs version to ${GITHUB_REF##*/}
body: |
Update docs version to ${GITHUB_REF##*/}
skip-checks: true
branch: update-docs-version
delete-branch: true
| Bump peter-evans/create-pull-request from 3.12.1 to 4.0.1 | Bump peter-evans/create-pull-request from 3.12.1 to 4.0.1
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.1 to 4.0.1.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/f22a7da129c901513876a2380e2dae9f8e145330...f1a7646cead32c950d90344a4fb5d4e926972a8f)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com> | YAML | mit | testcontainers/testcontainers-java,testcontainers/testcontainers-java,rnorth/test-containers,rnorth/test-containers,rnorth/test-containers,testcontainers/testcontainers-java |
0a5d5289381c7fd0b0db4933aef112cdae22f68c | metadata/com.aaronhalbert.nosurfforreddit.yml | metadata/com.aaronhalbert.nosurfforreddit.yml | AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
AuthorName: ajh3
AuthorEmail: aaron.james.halbert@gmail.com
SourceCode: https://github.com/ajh3/NoSurfForReddit
IssueTracker: https://github.com/ajh3/NoSurfForReddit/issues
Changelog: https://github.com/ajh3/NoSurfForReddit/releases
AutoName: NoSurf for reddit
RepoType: git
Repo: https://github.com/ajh3/NoSurfForReddit.git
Builds:
- versionName: '4'
versionCode: 4
commit: v4
subdir: app
gradle:
- yes
- versionName: '5'
versionCode: 5
commit: v5
subdir: app
gradle:
- yes
- versionName: '6'
versionCode: 6
commit: v6
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '6'
CurrentVersionCode: 6
| AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: Apache-2.0
AuthorName: ajh3
AuthorEmail: aaron.james.halbert@gmail.com
SourceCode: https://github.com/ajh3/NoSurfForReddit
IssueTracker: https://github.com/ajh3/NoSurfForReddit/issues
Changelog: https://github.com/ajh3/NoSurfForReddit/releases
AutoName: NoSurf for reddit
RepoType: git
Repo: https://github.com/ajh3/NoSurfForReddit.git
Builds:
- versionName: '4'
versionCode: 4
commit: v4
subdir: app
gradle:
- yes
- versionName: '5'
versionCode: 5
commit: v5
subdir: app
gradle:
- yes
- versionName: '6'
versionCode: 6
commit: v6
subdir: app
gradle:
- yes
- versionName: '7'
versionCode: 7
commit: v7
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '7'
CurrentVersionCode: 7
| Update NoSurf for reddit to 7 (7) | Update NoSurf for reddit to 7 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
caca78252275bf4ca0a693a8423becc5e6a966ca | .cz.yaml | .cz.yaml | commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 0.31.0
| commitizen:
name: cz_conventional_commits
tag_format: v$version
version: 0.31.0
version_files:
- setup.py
- docs/conf.py
| Fix commitizen bump version files | chore: Fix commitizen bump version files
| YAML | mit | jaysonsantos/python-binary-memcached,jaysonsantos/python-binary-memcached |
06dd5a49c755fd8b15409614c53abed516c5acfc | .github/workflows/development.yml | .github/workflows/development.yml | name: Development
on: [push, pull_request]
jobs:
test:
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}
strategy:
matrix:
os:
- ubuntu
- macos
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
experimental: [false]
env: [""]
include:
- os: macos
ruby: truffleruby-head
experimental: true
- os: ubuntu
ruby: truffleruby-head
experimental: true
- os: ubuntu
ruby: jruby
experimental: true
- os: ubuntu
ruby: head
experimental: true
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run tests
timeout-minutes: 6
run: |
${{matrix.env}} bundle exec rspec
| name: Development
on: [push, pull_request]
jobs:
test:
runs-on: ${{matrix.os}}-latest
continue-on-error: ${{matrix.experimental}}
strategy:
matrix:
os:
- ubuntu
- macos
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
- "3.0" # need quotes for "3.0"
- 3.1
experimental: [false]
env: [""]
include:
- os: macos
ruby: truffleruby-head
experimental: true
- os: ubuntu
ruby: truffleruby-head
experimental: true
- os: ubuntu
ruby: jruby
experimental: true
- os: ubuntu
ruby: head
experimental: true
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{matrix.ruby}}
bundler-cache: true
- name: Run tests
timeout-minutes: 6
run: |
${{matrix.env}} bundle exec rspec
| Add Ruby 3.0/3.1 to CI | Add Ruby 3.0/3.1 to CI | YAML | mit | guard/listen |
621cbe335c605399020166c2678218b786a9c237 | .github/workflows/lint_python.yml | .github/workflows/lint_python.yml | name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety tox
- run: bandit --recursive --skip B105,B110,B311,B605,B607 .
- run: black --check . || true
- run: codespell # --ignore-words-list="" --skip=""
- run: flake8 --ignore=E12,E20,E226,E231,E265,E271,E40,E731,F401,W29,W605
--max-complexity=10 --max-line-length=255 --show-source --statistics .
- run: isort --check-only --profile black . || true
- run: pip install -r test-requirements.txt
- run: make test || true
- run: mypy --ignore-missing-imports . || true
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
- run: safety check
| name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install bandit black codespell flake8 isort mypy pytest pyupgrade safety tox
- run: bandit --recursive --skip B105,B110,B311,B605,B607 .
- run: black --check .
- run: codespell # --ignore-words-list="" --skip=""
- run: flake8 --ignore=E12,E20,E226,E231,E265,E271,E40,E731,F401,W29,W605
--max-complexity=10 --max-line-length=255 --show-source --statistics .
- run: isort --check-only --profile black . || true
- run: pip install -r test-requirements.txt
- run: make test || true
- run: mypy --ignore-missing-imports . || true
- run: pytest . || true
- run: pytest --doctest-modules . || true
- run: shopt -s globstar && pyupgrade --py36-plus **/*.py || true
- run: safety check
| Enable code linter in CI | Enable code linter in CI
Enable code linter `black` on the CI to ensure
any commit/PR uses the same code linting.
Signed-off-by: Alexandre Lavigne <74b357371b721698434ec0643e6a62bbef389d49@gmail.com>
| YAML | mit | burnash/gspread |
90def69622bb2097f80d240610d30e61df4656bf | .github/workflows/macos_cmake.yml | .github/workflows/macos_cmake.yml | name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cmake:
name: MacOS Cmake
uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@1.0.0
with:
extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
| name: MacOS Cmake
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
env:
EXTRA_RESOLVE_OPTIONS: ${{ github.event.inputs.extra_resolve_options }}
jobs:
MacOS-cmake:
name: MacOS Cmake
uses: steinwurf/macos-cmake-action/.github/workflows/action.yml@2.0.0
with:
extra_resolve_options: $EXTRA_RESOLVE_OPTIONS
| Update MacOS Cmake to new version 2.0.0 | Update MacOS Cmake to new version 2.0.0 | YAML | bsd-3-clause | steinwurf/bourne,steinwurf/bourne |
d23e309eab3854c83b39be4c951d0f48cc14f16a | .github/workflows/pmg-testing.yml | .github/workflows/pmg-testing.yml | name: Pymatgen testing
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: [3.7]
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-optional.txt
- name: Test with pytest
run: |
pip install -e .
export PATH=$PATH:`pwd`/cmd_line/bader/Linux_64bit:`pwd`/cmd_line/aconvasp/Linux_64bit:`pwd`/cmd_line/boltztrap/Linux_64bit
pytest pymatgen
| name: Pymatgen testing
on: [push]
jobs:
build:
strategy:
max-parallel: 6
matrix:
os: [ubuntu-latest]
python-version: [3.7]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-optional.txt
- name: Test with pytest
run: |
pip install -e .
export PATH=$PATH:`pwd`/cmd_line/bader/Linux_64bit:`pwd`/cmd_line/aconvasp/Linux_64bit:`pwd`/cmd_line/boltztrap/Linux_64bit
pytest pymatgen
| Add matrix entry for OS | Add matrix entry for OS | YAML | mit | mbkumar/pymatgen,richardtran415/pymatgen,richardtran415/pymatgen,mbkumar/pymatgen,gVallverdu/pymatgen,davidwaroquiers/pymatgen,davidwaroquiers/pymatgen,davidwaroquiers/pymatgen,fraricci/pymatgen,fraricci/pymatgen,tschaume/pymatgen,vorwerkc/pymatgen,tschaume/pymatgen,davidwaroquiers/pymatgen,tschaume/pymatgen,fraricci/pymatgen,vorwerkc/pymatgen,fraricci/pymatgen,gVallverdu/pymatgen,richardtran415/pymatgen,gVallverdu/pymatgen,vorwerkc/pymatgen,richardtran415/pymatgen,gmatteo/pymatgen,gVallverdu/pymatgen,vorwerkc/pymatgen,mbkumar/pymatgen,tschaume/pymatgen,mbkumar/pymatgen,tschaume/pymatgen,gmatteo/pymatgen |
79c8ce24987cef77c2b0957cfa96e2b9b501c6fc | packages/fs/fswatcher.yaml | packages/fs/fswatcher.yaml | homepage: http://www.github.com/ehamberg/fswatcher/
changelog-type: ''
hash: 0d9ae17afa98db2f7f598335b900e47aaae32a15ea4143be050c481dd213e868
test-bench-deps: {}
maintainer: ehamberg@gmail.com
synopsis: Watch a file/directory and run a command when it's modified
changelog: ''
basic-deps:
unix: ! '>=2.5'
base: ! '>=4 && <5'
process: ! '>=1.1'
regex-pcre-builtin: ! '>=0.94'
optparse-applicative: ! '>=0.11'
system-filepath: ! '>=0.4'
fsnotify: ! '>=0.1'
directory: ! '>=1.2'
all-versions:
- '0.1'
- '0.1.2'
- '0.1.3'
- '0.2.0'
- '0.2.1'
author: Erlend Hamberg
latest: '0.2.1'
description-type: haddock
description: ! 'A simple program that watches a file or a directory and
runs a given command whenever the file or a file within the
directory is changed.'
license-name: BSD3
| homepage: http://www.github.com/ehamberg/fswatcher/
changelog-type: ''
hash: 90a9056bbd346acde16b2c8ba9f7fced0e02db63f4788c5efc543c8551b7ed34
test-bench-deps: {}
maintainer: ehamberg@gmail.com
synopsis: Watch a file/directory and run a command when it's modified
changelog: ''
basic-deps:
unix: ! '>=2.5'
base: ! '>=4 && <5'
process: ! '>=1.1'
regex-pcre-builtin: ! '>=0.94'
optparse-applicative: ! '>=0.11'
system-filepath: ! '>=0.4'
fsnotify: ! '>=0.3 && <0.4'
directory: ! '>=1.2'
all-versions:
- '0.1'
- '0.1.2'
- '0.1.3'
- '0.2.0'
- '0.2.1'
- '0.2.2'
author: Erlend Hamberg
latest: '0.2.2'
description-type: haddock
description: ! 'A simple program that watches a file or a directory and
runs a given command whenever the file or a file within the
directory is changed.'
license-name: BSD3
| Update from Hackage at 2018-11-13T18:57:07Z | Update from Hackage at 2018-11-13T18:57:07Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8146b94b9e99d02426e30d664ef1236d2be3b3f4 | packages/ta/tasty-tap.yaml | packages/ta/tasty-tap.yaml | homepage: https://github.com/michaelxavier/tasty-tap
changelog-type: markdown
hash: 0bcd14394b4ac85176dd556933ba01b6e3f82087c098dce76dd91ee179e083a5
test-bench-deps:
base: -any
tasty-golden: -any
tasty-tap: -any
tasty-hunit: -any
tasty: -any
directory: -any
maintainer: michael@michaelxavier.net
synopsis: TAP (Test Anything Protocol) Version 13 formatter for tasty
changelog: ! '0.0.1
* Initial release
'
basic-deps:
stm: -any
base: ! '>=4.6 && <4.9'
containers: -any
tasty: ! '>=0.10 && <0.11'
all-versions:
- '0.0.1'
author: Michael Xavier
latest: '0.0.1'
description-type: markdown
description: ! '# tasty-tap - TAP (Test Anything Protocol) formatter for tasty
'
license-name: MIT
| homepage: https://github.com/michaelxavier/tasty-tap
changelog-type: markdown
hash: 0dbd3da5d28fc3e48243a93ee9525f59ce25a3d210060ce4e3a92430d92ecd18
test-bench-deps:
base: -any
tasty-golden: -any
tasty-tap: -any
tasty-hunit: -any
tasty: -any
directory: -any
maintainer: michael@michaelxavier.net
synopsis: TAP (Test Anything Protocol) Version 13 formatter for tasty
changelog: ! '0.0.2
* Add missing test suite files.
0.0.1
* Initial release
'
basic-deps:
stm: -any
base: ! '>=4.6 && <4.9'
containers: -any
tasty: ! '>=0.10 && <0.11'
all-versions:
- '0.0.1'
- '0.0.2'
author: Michael Xavier
latest: '0.0.2'
description-type: markdown
description: ! '# tasty-tap - TAP (Test Anything Protocol) formatter for tasty
'
license-name: MIT
| Update from Hackage at 2015-08-28T03:38:12+0000 | Update from Hackage at 2015-08-28T03:38:12+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
1ebed161512213bddf47d9f6a5b28c126f251f65 | config/prow/cluster/monitoring/prow_prometheus.yaml | config/prow/cluster/monitoring/prow_prometheus.yaml | apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
name: prow
namespace: prow-monitoring
spec:
replicas: 2
storage:
volumeClaimTemplate:
metadata:
name: prometheus
spec:
accessModes:
- "ReadWriteOnce"
storageClassName: "standard"
resources:
requests:
storage: 100Gi
retention: "90d" # TODO(chaodaiG): change back to 180d once figure out how to properly increase the volume.
serviceAccountName: prometheus-prow
alerting:
alertmanagers:
- namespace: prow-monitoring
name: alertmanager
port: http
enableAdminAPI: false
ruleSelector:
matchLabels:
role: alert-rules
prometheus: prow
serviceMonitorSelector:
matchExpressions:
- key: app
operator: Exists
- key: app.kubernetes.io/name
operator: Exists
version: v2.7.1
image: docker.io/prom/prometheus
externalLabels: {}
listenLocal: false
nodeSelector: {}
securityContext:
fsGroup: 2000
runAsNonRoot: true
runAsUser: 1000
additionalScrapeConfigs:
name: additional-scrape-configs
key: prometheus-additional.yaml
| apiVersion: monitoring.coreos.com/v1
kind: Prometheus
metadata:
name: prow
namespace: prow-monitoring
spec:
replicas: 2
storage:
volumeClaimTemplate:
metadata:
name: prometheus
spec:
accessModes:
- "ReadWriteOnce"
storageClassName: "standard"
resources:
requests:
storage: 100Gi
retention: "90d" # TODO(chaodaiG): change back to 180d once figure out how to properly increase the volume.
serviceAccountName: prometheus-prow
alerting:
alertmanagers:
- namespace: prow-monitoring
name: alertmanager
port: http
enableAdminAPI: false
ruleSelector:
matchLabels:
role: alert-rules
prometheus: prow
serviceMonitorSelector:
matchExpressions:
- key: app
operator: Exists
version: v2.7.1
image: docker.io/prom/prometheus
externalLabels: {}
listenLocal: false
nodeSelector: {}
securityContext:
fsGroup: 2000
runAsNonRoot: true
runAsUser: 1000
additionalScrapeConfigs:
name: additional-scrape-configs
key: prometheus-additional.yaml
| Revert "Prometheus: service monitor also monitors label app.kubernetes.io/name" | Revert "Prometheus: service monitor also monitors label app.kubernetes.io/name"
This reverts commit 4667228810f0fdb70864e121775e651a36fc0978.
| YAML | apache-2.0 | michelle192837/test-infra,fejta/test-infra,monopole/test-infra,jessfraz/test-infra,michelle192837/test-infra,cjwagner/test-infra,cblecker/test-infra,jessfraz/test-infra,fejta/test-infra,pwittrock/test-infra,dims/test-infra,michelle192837/test-infra,kubernetes/test-infra,kubernetes/test-infra,cjwagner/test-infra,monopole/test-infra,jessfraz/test-infra,jessfraz/test-infra,cblecker/test-infra,kubernetes/test-infra,dims/test-infra,monopole/test-infra,fejta/test-infra,BenTheElder/test-infra,cjwagner/test-infra,cjwagner/test-infra,fejta/test-infra,cjwagner/test-infra,kubernetes/test-infra,fejta/test-infra,BenTheElder/test-infra,dims/test-infra,michelle192837/test-infra,BenTheElder/test-infra,pwittrock/test-infra,cblecker/test-infra,BenTheElder/test-infra,michelle192837/test-infra,michelle192837/test-infra,monopole/test-infra,dims/test-infra,kubernetes/test-infra,jessfraz/test-infra,kubernetes/test-infra,pwittrock/test-infra,cblecker/test-infra,cblecker/test-infra,fejta/test-infra,monopole/test-infra,BenTheElder/test-infra,cblecker/test-infra,BenTheElder/test-infra,pwittrock/test-infra,monopole/test-infra,dims/test-infra,cjwagner/test-infra,dims/test-infra,pwittrock/test-infra,jessfraz/test-infra |
4fc444bbaa4a0def56110a6aabb8a3bf6b29ba81 | group_vars/ceph_all/telegraf.yml | group_vars/ceph_all/telegraf.yml | ---
telegraf_plugins:
- name: mem
- name: system
- name: cpu
options:
percpu: "true"
totalcpu: "true"
fielddrop:
- "time_*"
- name: disk
options:
mountpoints:
- "/"
- name: diskio
options:
skip_serial_number: "true"
- name: procstat
options:
exe: "influxd"
prefix: "influxdb"
- name: procstat
options:
pid_file: "/var/lib/neo4j/data/neo4j-service.pid"
prefix: "neo4j_proc"
- name: net
options:
interfaces:
- "bond0"
- "bond1"
- name: ceph
| ---
telegraf_install_version: stable
# Configuration Variables
telegraf_tags:
telegraf_agent_interval: 10s
telegraf_round_interval: "true"
telegraf_metric_batch_size: "1000"
telegraf_metric_buffer_limit: "10000"
telegraf_collection_jitter: 0s
telegraf_flush_interval: 10s
telegraf_flush_jitter: 0s
telegraf_debug: "false"
telegraf_quiet: "false"
telegraf_hostname:
telegraf_omit_hostname: "false"
telegraf_influxdb_urls:
- http://10.240.0.72:8086
telegraf_influxdb_database: telegraf
telegraf_influxdb_precision: s
telegraf_influxdb_retention_policy: default
telegraf_influxdb_write_consistency: any
telegraf_influxdb_ssl_ca:
telegraf_influxdb_ssl_cert:
telegraf_influxdb_ssl_key:
telegraf_influxdb_insecure_skip_verify:
telegraf_influxdb_timeout: 5s
telegraf_plugins:
- name: mem
- name: system
- name: cpu
options:
percpu: "true"
totalcpu: "true"
fielddrop:
- "time_*"
- name: disk
options:
mountpoints:
- "/"
- name: diskio
options:
skip_serial_number: "true"
- name: procstat
options:
exe: "influxd"
prefix: "influxdb"
- name: procstat
options:
pid_file: "/var/lib/neo4j/data/neo4j-service.pid"
prefix: "neo4j_proc"
- name: net
options:
interfaces:
- "bond0"
- "bond1"
- name: ceph
| Add group vars for Ceph | Add group vars for Ceph
| YAML | apache-2.0 | meteorfox/os-ansible-perftools,meteorfox/os-ansible-perftools,meteorfox/os-ansible-perftools |
1653c58a88790f00a17b92a1ad80e0da74e33866 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://community.auth0.com/tags/c/sdks/5/auth0-php
about: Please ask general usage questions here.
- name: Responsible Disclosure Program
url: https://auth0.com/whitehat
about: Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
| blank_issues_enabled: false
contact_links:
- name: Community Support
url: https://community.auth0.com/tags/c/sdks/5/auth0-php
about: Please ask general usage questions here.
| Update to new GitHub issue template format. | Update to new GitHub issue template format.
| YAML | mit | auth0/auth0-PHP |
e53499ff5fb122393ce398b2bac9f775020c5127 | .github/workflows/code-checks.yml | .github/workflows/code-checks.yml | name: 'Tests & Formatting'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
checks:
runs-on: ubuntu-latest
env:
imagemagick_version: 7.0.10-46
steps:
- name: Install system dependencies
run: sudo apt install build-essential libxml2-dev libjpeg-dev libwebp-dev libpng-dev libopenjp2-7-dev
- name: Checkout repo
uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: imagemagick
key: imagick1-${{ env.imagemagick_version }}
- name: Install imagemagick
run: bash install_imagemagick.sh
# Version taken from .ruby-version file.
# Also runs bundle install.
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rubocop
| name: 'Tests & Formatting'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
# Run weekly; github deletes caches that haven't been used in a week.
- cron: '0 0 * * 0'
jobs:
checks:
runs-on: ubuntu-latest
env:
imagemagick_version: 7.0.10-46
steps:
- name: Install system dependencies
run: sudo apt install build-essential libxml2-dev libjpeg-dev libwebp-dev libpng-dev libopenjp2-7-dev
- name: Checkout repo
uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: imagemagick
key: imagick1-${{ env.imagemagick_version }}
- name: Install imagemagick
run: bash install_imagemagick.sh
# Version taken from .ruby-version file.
# Also runs bundle install.
- name: Install Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake test
- run: bundle exec rubocop
| Add weekly cache-maintenance test run | Add weekly cache-maintenance test run
| YAML | bsd-3-clause | robwierzbowski/jekyll-picture-tag |
37580e6d113901252d7b436e6ecfff0cb491070e | packages/na/namespace.yaml | packages/na/namespace.yaml | homepage: https://github.com/xu-hao/namespace
changelog-type: ''
hash: 83ee4ec6748e2d334574b67644e9b45c728f3e5cb7dd2879d0349adeedca0ebb
test-bench-deps:
base: -any
namespace: -any
maintainer: xuh@email.unc.edu
synopsis: A Generic Haskell library for managing namespaces
changelog: ''
basic-deps:
monoid-extras: ! '>=0.1 && <0.5'
base: ! '>=4.7 && <5'
containers: ! '>=0.5 && <0.6'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.2.0'
- '0.1.2.1'
- '0.1.2.2'
- '0.1.2.3'
- '0.1.3.0'
author: Hao Xu
latest: '0.1.3.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
| homepage: https://github.com/xu-hao/namespace
changelog-type: ''
hash: 44368bd9447d46e9df6ff3432f8662c6dfb6030cc649e4ad6f36767a15a004e5
test-bench-deps:
base: -any
namespace: -any
maintainer: xuh@cs.unc.edu
synopsis: A Generic Haskell library for managing namespaces
changelog: ''
basic-deps:
monoid-extras: ! '>=0.5 && <0.6'
base: ! '>=4.9 && <5'
containers: ! '>=0.5 && <0.6'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
- '0.1.2.0'
- '0.1.2.1'
- '0.1.2.2'
- '0.1.2.3'
- '0.1.3.0'
- '0.1.4.0'
author: Hao Xu
latest: '0.1.4.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
| Update from Hackage at 2018-08-17T19:53:45Z | Update from Hackage at 2018-08-17T19:53:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
78df48e47a4cb58c47b8383704def66b7e851872 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: false
contact_links:
- name: Terraform AWS Provider Questions
url: https://discuss.hashicorp.com/c/terraform-providers/tf-aws
about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask and answer questions through the Terraform AWS Provider Community Forum.
- name: Terraform Core Bug Reports and Feature Requests
url: https://github.com/hashicorp/terraform/issues/new/choose
about: Terraform Core, which handles the Terraform configuration language, CLI commands, and resource dependency graph, has its own codebase. Bug reports and feature requests for those pieces of functionality should be directed to that repository.
- name: Terraform Language or Workflow Questions
url: https://discuss.hashicorp.com/c/terraform-core
about: Please ask and answer language or workflow related questions through the Terraform Core Community Forum.
- name: Security Vulnerability
url: https://www.hashicorp.com/security.html
about: Please report security vulnerabilities responsibly.
| blank_issues_enabled: false
contact_links:
- name: Terraform AWS Provider Roadmap
url: https://github.com/terraform-providers/terraform-provider-aws/blob/master/ROADMAP.md
about: View the Roadmap for the upcoming work planned on the AWS provider.
- name: Terraform AWS Provider Questions
url: https://discuss.hashicorp.com/c/terraform-providers/tf-aws
about: GitHub issues in this repository are only intended for bug reports and feature requests. Other issues will be closed. Please ask and answer questions through the Terraform AWS Provider Community Forum.
- name: Terraform Core Bug Reports and Feature Requests
url: https://github.com/hashicorp/terraform/issues/new/choose
about: Terraform Core, which handles the Terraform configuration language, CLI commands, and resource dependency graph, has its own codebase. Bug reports and feature requests for those pieces of functionality should be directed to that repository.
- name: Terraform Language or Workflow Questions
url: https://discuss.hashicorp.com/c/terraform-core
about: Please ask and answer language or workflow related questions through the Terraform Core Community Forum.
- name: Security Vulnerability
url: https://www.hashicorp.com/security.html
about: Please report security vulnerabilities responsibly.
| Add roadmap to issue chooser | Add roadmap to issue chooser | YAML | mpl-2.0 | terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws,kjmkznr/terraform-provider-aws,terraform-providers/terraform-provider-aws,terraform-providers/terraform-provider-aws,kjmkznr/terraform-provider-aws |
a9989a3078673bcb48ba61fd46369be25d41bf4d | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/rWtp5Aj
about: Ask a question at Discord
| blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com/go-redis/redis/discussions
about: Ask a question via GitHub Discussions
- name: Discord
url: https://discord.gg/rWtp5Aj
about: Ask a question via Discord
| Add a link to discussions | Add a link to discussions
| YAML | bsd-2-clause | vmihailenco/redis,go-redis/redis,HatsuneMiku3939/redis,HatsuneMiku3939/redis,go-redis/redis,HatsuneMiku3939/redis,HatsuneMiku3939/redis |
738561f3e9ea0a680eac02890beaf701be9e1d99 | .github/workflows/gem-publish.yml | .github/workflows/gem-publish.yml | name: Ruby Gem Publish
on:
push:
tags:
- '*'
jobs:
release:
runs-on: ubuntu-latest
env:
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # need all the commits
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
bundler-cache: false
- uses: actions/setup-node@v2
- name: Clean
run: |
rm -f *.gem
git checkout lib/smartystreets_ruby_sdk/version.rb
- name: Dependencies
run: |
gem install minitest
- name: Test
run: |
rake test
- name: Set Environment Variable
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Grab Version
run: |
echo "VERSION = \"${{ env.RELEASE_VERSION }}\"" >> version.rb \
&& gem build *.gemspec \
&& git checkout smartystreets_ruby_sdk/version.rb
- name: Push to rubygems.org
run: |
chmod 0600 /root/.gem/credentials
gem push *.gem
| name: Ruby Gem Publish
on:
push:
tags:
- '*'
jobs:
publish:
runs-on: ubuntu-latest
env:
GEM_HOST_API_KEY: ${{ secrets.GEM_HOST_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # need all the commits
- uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
bundler-cache: false
- uses: actions/setup-node@v2
- name: Clean
run: |
rm -f *.gem
git checkout lib/smartystreets_ruby_sdk/version.rb
- name: Dependencies
run: |
gem install minitest
- name: Test
run: |
rake test
- name: Set Environment Variable
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Grab Version
run: |
echo "VERSION = \"${{ env.RELEASE_VERSION }}\"" >> version.rb \
&& cat version.rb \
&& gem build *.gemspec \
&& git checkout version.rb
- name: Push to rubygems.org
run: |
chmod 0600 /root/.gem/credentials
gem push *.gem
| Change subtitle of action; Added some debugging features | Change subtitle of action; Added some debugging features
| YAML | apache-2.0 | smartystreets/smartystreets-ruby-sdk,smartystreets/smartystreets-ruby-sdk |
aa1ad72852ec4297b4cb0aaa853d27fb1d46f21c | _prose.yml | _prose.yml | prose:
rooturl: 'source/blog'
ignore: '.keep'
media: 'source/blog/images'
metadata:
source/blog:
- name: 'layout'
field:
element: 'hidden'
value: 'blog'
- name: 'title'
field:
element: 'text'
label: 'title'
- name: 'date'
field:
element: 'hidden'
value: CURRENT_DATETIME
- name: 'published'
field:
element: 'hidden'
value: true
- name: 'tags'
field:
element: 'multiselect'
label: 'Tags'
help: 'Choose relevant tags'
alterable: false
options: [
'Agile',
'Culture',
'Design',
'Events',
'Innovation',
'Lean',
'Rails' ]
| prose:
rooturl: 'source/blog'
ignore: '.keep'
media: 'source/blog/images'
metadata:
source/blog:
- name: 'layout'
field:
element: 'hidden'
value: 'blog'
- name: 'title'
field:
element: 'text'
label: 'title'
- name: 'date'
field:
element: 'hidden'
value: CURRENT_DATETIME
- name: 'published'
field:
element: 'hidden'
value: true
- name: 'author'
field:
element: 'text'
label: 'Author'
- name: 'tags'
field:
element: 'multiselect'
label: 'Tags'
help: 'Choose relevant tags'
alterable: false
options: [
'Agile',
'Culture',
'Design',
'Events',
'Innovation',
'Lean',
'Rails' ]
| Add author text field to prose config | Add author text field to prose config
| YAML | mit | unboxed/unboxed.co,unboxed/ubxd_web_refresh,unboxed/unboxed.co,unboxed/ubxd_web_refresh,unboxed/unboxed.co,unboxed/ubxd_web_refresh |
5e76ebc5e14032fab8fef186efb4872fe108ecf3 | .github/workflows/release-pypi.yml | .github/workflows/release-pypi.yml | name: Release on PyPI
on:
workflow_dispatch:
inputs:
branch:
description: "The branch, tag or SHA to release from"
required: true
default: "master"
jobs:
pypi-build-and-release:
name: Build and Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}
- uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Build a binary wheel and a source tarball
run: make venv && make build
- name: Release on PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}
| name: Release on PyPI
on:
workflow_dispatch:
inputs:
branch:
description: "The branch, tag or SHA to release from"
required: true
default: "master"
jobs:
pypi-build-and-release:
name: Build and Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.inputs.branch }}
- uses: actions/setup-python@v3
with:
python-version: 3.9
- name: Build a binary wheel and a source tarball
run: make install && make build
- name: Release on PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}
| Use make install to get the dependencies as well | Use make install to get the dependencies as well
| YAML | bsd-3-clause | PKRoma/httpie,PKRoma/httpie |
376b3facd79be5ece63b0c2f977f639be23035ef | .github/workflows/stale-issues.yml | .github/workflows/stale-issues.yml | name: "Stale issues"
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-message: "This issue has been marked stale and will be closed soon without further activity. To keep the issue open, please respond to the comment to keep the discussion going."
close-issue-message: "This issue has been automatically closed due to inactivity. Please feel free to re-open it if the issue persists."
stale-issue-label: "stale"
stale-pr-message: "This pull request has been marked stale and will be closed soon without further activity. Please update the PR or respond to this comment if you're still interested in working on this."
close-pr-message: "This pull request has been automatically closed due to inactivity. Please feel free to re-open it if you still want to work on it."
stale-pr-label: "stale"
days-before-issue-stale: 700
days-before-issue-close: 15
days-before-pr-stale: 30
days-before-pr-close: 15
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
operations-per-run: 1000 # turn down when debug only is turned off
debug-only: false
| name: "Stale issues"
on:
schedule:
- cron: "45 17 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v4
with:
stale-issue-message: "This issue has been marked stale and will be closed soon without further activity. To keep the issue open, please respond to the comment to keep the discussion going."
close-issue-message: "This issue has been automatically closed due to inactivity. Please feel free to re-open it if the issue persists."
stale-issue-label: "stale"
stale-pr-message: "This pull request has been marked stale and will be closed soon without further activity. Please update the PR or respond to this comment if you're still interested in working on this."
close-pr-message: "This pull request has been automatically closed due to inactivity. Please feel free to re-open it if you still want to work on it."
stale-pr-label: "stale"
days-before-issue-stale: 700
days-before-issue-close: 15
days-before-pr-stale: 30
days-before-pr-close: 15
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true
operations-per-run: 1000 # turn down when debug only is turned off
debug-only: false
| Update cron for stale issues so it runs soon | Update cron for stale issues so it runs soon
| YAML | agpl-3.0 | online-go/online-go.com,online-go/online-go.com,online-go/online-go.com,online-go/online-go.com,online-go/online-go.com |
17824f004f7502884d681343438f31abece589bf | .github/workflows/test-package.yml | .github/workflows/test-package.yml | name: Test
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
electron: [ '^11.2.0' ]
node-version: [12, 14]
os: [ 'ubuntu-20.04' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npx lerna bootstrap
- run: npm run test:lint
- run: npm run test:unit
- name: install integration dependencies
run: |
npm install electron@${{ matrix.electron }}
- name: (macOS) disable crash dialog
if: contains(matrix.os, 'macos')
run: defaults write com.apple.CrashReporter DialogType none
- name: run integration tests
run: npm run test:cucumber
env:
START_LOCAL_NPM: 1
| name: Test
on: push
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
electron: [ '^11.2.0' ]
node-version: [12, 14]
os: [ ubuntu-20.04, windows-2019, macos-10.15 ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
- run: npx lerna bootstrap
- run: npm run test:lint
- run: npm run test:unit
- name: install integration dependencies
run: |
npm install electron@${{ matrix.electron }}
- name: (macOS) disable crash dialog
if: contains(matrix.os, 'macos')
run: defaults write com.apple.CrashReporter DialogType none
- name: run integration tests
run: npm run test:cucumber
env:
START_LOCAL_NPM: 1
| Enable running on all supported platforms | ci: Enable running on all supported platforms
| YAML | mit | bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js,bugsnag/bugsnag-js |
4d19133b83ee8f93e2580b15f8ec5f42f02a2901 | matrix/vars/os-configuration.yml | matrix/vars/os-configuration.yml | ---
os_configuration:
# Enabling strict policy will lead to denied access over SSH for not allowed hosts.
strict_ssh_policy: yes
sshd:
UsePAM: "yes"
PermitRootLogin: "prohibit-password"
AuthorizedKeysFile: "%h/.ssh/authorized_keys"
PubkeyAuthentication: "yes"
PasswordAuthentication: "no"
ChallengeResponseAuthentication: "yes"
# IP addresses uses for whitelisting by NGINX and SSHD. All others will be restricted.
allowed_hosts:
- 195.182.195.117
- 159.224.193.142
| ---
os_configuration:
# Enabling strict policy will lead to denied access over SSH for not allowed hosts.
strict_ssh_policy: no
sshd:
UsePAM: "yes"
PermitRootLogin: "prohibit-password"
AuthorizedKeysFile: "%h/.ssh/authorized_keys"
PubkeyAuthentication: "yes"
PasswordAuthentication: "no"
ChallengeResponseAuthentication: "yes"
# IP addresses uses for whitelisting by NGINX and SSHD. All others will be restricted.
allowed_hosts:
- 195.182.195.117
- 159.224.193.142
| Disable strict SSH policy by default | [CIKit][Matrox] Disable strict SSH policy by default
| YAML | apache-2.0 | BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit,BR0kEN-/cikit |
6d98462a20bbdaac1220dbcd2a88d719df14ea1b | metadata/ca.hamaluik.timecop.yml | metadata/ca.hamaluik.timecop.yml | Categories:
- Time
License: Apache-2.0
AuthorName: Kenton Hamaluik
WebSite: https://timecop.app/
SourceCode: https://github.com/hamaluik/timecop
IssueTracker: https://github.com/hamaluik/timecop/issues
Translation: https://hosted.weblate.org/projects/timecop/
Changelog: https://github.com/hamaluik/timecop/releases
AutoName: Time Cop
RepoType: git
Repo: https://github.com/hamaluik/timecop.git
Builds:
- versionName: 1.7.1
versionCode: 42
commit: v1.7.1
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.5
rm:
- flatpak
- ios
- linux
- macos
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.7.1
CurrentVersionCode: 42
| Categories:
- Time
License: Apache-2.0
AuthorName: Kenton Hamaluik
WebSite: https://timecop.app/
SourceCode: https://github.com/hamaluik/timecop
IssueTracker: https://github.com/hamaluik/timecop/issues
Translation: https://hosted.weblate.org/projects/timecop/
Changelog: https://github.com/hamaluik/timecop/releases
AutoName: Time Cop
RepoType: git
Repo: https://github.com/hamaluik/timecop.git
Builds:
- versionName: 1.7.1
versionCode: 42
commit: v1.7.1
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.5
rm:
- flatpak
- ios
- linux
- macos
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
- versionName: 1.7.2
versionCode: 43
commit: c0557661eb8b15deec7edd70722b3c3f004afcce
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.5
rm:
- flatpak
- ios
- linux
- macos
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.7.2
CurrentVersionCode: 43
| Update Time Cop to 1.7.2 (43) | Update Time Cop to 1.7.2 (43)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
71f23c033870e07ef73b6d7f47c08410cf6d4984 | metadata/host.stjin.anonaddy.yml | metadata/host.stjin.anonaddy.yml | Categories:
- Internet
License: MIT
AuthorName: Stjin
AuthorWebSite: https://stjin.host/
SourceCode: https://gitlab.com/Stjin/anonaddy-android
IssueTracker: https://gitlab.com/Stjin/anonaddy-android/-/issues
AutoName: AnonAddy
RepoType: git
Repo: https://gitlab.com/Stjin/anonaddy-android.git
Builds:
- versionName: 1.0.2
versionCode: 6
commit: v1.0.2
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 9
commit: v1.1.1
subdir: app
gradle:
- yes
- versionName: 1.1.2
versionCode: 11
commit: v1.1.2
subdir: app
gradle:
- yes
- versionName: 1.1.3
versionCode: 12
commit: v1.1.3
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 16
commit: v2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode: 16
| Categories:
- Internet
License: MIT
AuthorName: Stjin
AuthorWebSite: https://stjin.host/
SourceCode: https://gitlab.com/Stjin/anonaddy-android
IssueTracker: https://gitlab.com/Stjin/anonaddy-android/-/issues
AutoName: AnonAddy
RepoType: git
Repo: https://gitlab.com/Stjin/anonaddy-android.git
Builds:
- versionName: 1.0.2
versionCode: 6
commit: v1.0.2
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 9
commit: v1.1.1
subdir: app
gradle:
- yes
- versionName: 1.1.2
versionCode: 11
commit: v1.1.2
subdir: app
gradle:
- yes
- versionName: 1.1.3
versionCode: 12
commit: v1.1.3
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 16
commit: v2.0.0
subdir: app
gradle:
- yes
- versionName: 2.0.1
versionCode: 18
commit: v2.0.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.0.1
CurrentVersionCode: 18
| Update AnonAddy to 2.0.1 (18) | Update AnonAddy to 2.0.1 (18)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
ad7ae6e6e94708565157978bac257ea6c8eb1d3b | metadata/net.pfiers.osmfocus.yml | metadata/net.pfiers.osmfocus.yml | Categories:
- Navigation
License: Apache-2.0
SourceCode: https://github.com/ubipo/osmfocus
IssueTracker: https://github.com/ubipo/osmfocus/issues
Donate: https://pfiers.net/donate
AutoName: OSMfocus Reborn
RepoType: git
Repo: https://github.com/ubipo/osmfocus
Builds:
- versionName: 1.0.0
versionCode: 100
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.1-fdroid
versionCode: 101
commit: v1.0.1
subdir: app
gradle:
- fdroid
- versionName: 1.0.3-fdroid
versionCode: 103
disable: https://github.com/ubipo/osmfocus/issues/8
commit: v1.0.3
subdir: app
gradle:
- fdroid
- versionName: 1.1.0-fdroid
versionCode: 110
commit: v1.1.0
subdir: app
gradle:
- fdroid
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.0-fdroid
CurrentVersionCode: 110
| Categories:
- Navigation
License: Apache-2.0
SourceCode: https://github.com/ubipo/osmfocus
IssueTracker: https://github.com/ubipo/osmfocus/issues
Donate: https://pfiers.net/donate
AutoName: OSMfocus Reborn
RepoType: git
Repo: https://github.com/ubipo/osmfocus
Builds:
- versionName: 1.0.0
versionCode: 100
commit: v1.0.0
subdir: app
gradle:
- yes
- versionName: 1.0.1-fdroid
versionCode: 101
commit: v1.0.1
subdir: app
gradle:
- fdroid
- versionName: 1.0.3-fdroid
versionCode: 103
disable: https://github.com/ubipo/osmfocus/issues/8
commit: v1.0.3
subdir: app
gradle:
- fdroid
- versionName: 1.1.0-fdroid
versionCode: 110
commit: v1.1.0
subdir: app
gradle:
- fdroid
- versionName: 1.1.1-fdroid
versionCode: 111
commit: v1.1.1
subdir: app
gradle:
- fdroid
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1-fdroid
CurrentVersionCode: 111
| Update OSMfocus Reborn to 1.1.1-fdroid (111) | Update OSMfocus Reborn to 1.1.1-fdroid (111)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
c71be7fc1b638e429e33dce9e05e6e82eb0f7b58 | packages/at/attoparsec-data.yaml | packages/at/attoparsec-data.yaml | homepage: https://github.com/nikita-volkov/attoparsec-data
changelog-type: ''
hash: 7d9225f77efab0ddb4b9b14b7d0e745993e4735fdab81c7222eb16dfe47a1a01
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Parsers for the standard Haskell data types
changelog: ''
basic-deps:
bytestring: ! '>=0.10 && <0.11'
base-prelude: <2
base: <5
time: ! '>=1.4 && <2'
text: ! '>=1 && <2'
uuid: ! '>=1.3 && <1.4'
attoparsec-time: ! '>=1 && <1.1'
attoparsec: ==0.13.*
scientific: ! '>=0.2 && <0.4'
all-versions:
- 0.1.1.1
- 0.1.1.2
- '1'
- 1.0.1
- 1.0.2
- 1.0.3
- 1.0.4
- 1.0.4.1
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: 1.0.4.1
description-type: haddock
description: ''
license-name: MIT
| homepage: https://github.com/nikita-volkov/attoparsec-data
changelog-type: ''
hash: 763e4d773371acf15b86547276e649e1857d5e3b72cdfdb6f8dbe91f7e3518c8
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Parsers for the standard Haskell data types
changelog: ''
basic-deps:
bytestring: '>=0.10 && <0.11'
base: '>=4.11 && <5'
time: '>=1.4 && <2'
text: '>=1 && <2'
uuid: '>=1.3 && <1.4'
attoparsec-time: '>=1 && <1.1'
attoparsec: ==0.13.*
scientific: '>=0.2 && <0.4'
all-versions:
- 0.1.1.1
- 0.1.1.2
- '1'
- 1.0.1
- 1.0.2
- 1.0.3
- 1.0.4
- 1.0.4.1
- 1.0.5
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: 1.0.5
description-type: haddock
description: ''
license-name: MIT
| Update from Hackage at 2020-10-06T09:32:29Z | Update from Hackage at 2020-10-06T09:32:29Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
921ee0852a6580ac298f3e5ef21f27d4f8dcfd69 | data/transition-sites/chemist.yml | data/transition-sites/chemist.yml | ---
site: chemist
whitehall_slug: government-chemist
title: Government Chemist
redirection_date: 1st July 2014
homepage: https://www.gov.uk/government/organisations/government-chemist
tna_timestamp: 20120108070528
host: www.governmentchemist.org.uk
aliases:
- governmentchemist.org.uk
options: --query-string linkid:m:amid
| ---
site: chemist
whitehall_slug: government-chemist
title: Government Chemist
redirection_date: 31st July 2014
homepage: https://www.gov.uk/government/organisations/government-chemist
tna_timestamp: 20120108070528
host: www.governmentchemist.org.uk
aliases:
- governmentchemist.org.uk
options: --query-string linkid:m:amid
| Change the transition date of the Government Chemist to July 31st | Change the transition date of the Government Chemist to July 31st
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
4475177c13e72f024666d7c34a99be36304074b1 | .github/workflows/cron-update.yml | .github/workflows/cron-update.yml | name: Cron Update Jobs
on:
schedule:
- "0 1 * * *"
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Dependencies
run: |
pip install --upgrade pip wheel setuptools
pip install --upgrade firebase-admin-sdk
- name: Run Script
id: new-max-batch-number
run: |
output=$(python bin/new_max.py)
echo "::set-output name=new-number::$output"
- name: Create issue if new max batch number
uses: imjohnbo/issue-bot@v3
if: ${{ steps.new-max-batch-number.outputs.new-number != "Nothing new" }}
env:
title: New max batch number!
body: |-
:wave: New max batch number for sending messages!
${{ steps.new-max-batch-number.outputs.new-number }}
| name: Cron Update Jobs
on:
schedule:
- cron: "0 1 * * *"
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.8'
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Install Dependencies
run: |
pip install --upgrade pip wheel setuptools
pip install --upgrade firebase-admin-sdk
- name: Run Script
id: new-max-batch-number
run: |
output=$(python bin/new_max.py)
echo "::set-output name=new-number::$output"
- name: Create issue if new max batch number
uses: imjohnbo/issue-bot@v3
if: ${{ steps.new-max-batch-number.outputs.new-number != "Nothing new" }}
env:
title: New max batch number!
body: |-
:wave: New max batch number for sending messages!
${{ steps.new-max-batch-number.outputs.new-number }}
| Fix syntax in cron job in GH Actions | Fix syntax in cron job in GH Actions | YAML | mit | xtrinch/fcm-django |
f1a3ff48ee7f9837629029f1b31473bbe8fab92f | .github/workflows/dotnet-core.yml | .github/workflows/dotnet-core.yml | name: Barcode CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.103
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build BarcodeStandard/BarcodeStandard.csproj --configuration Release --no-restore
- name: Test
run: dotnet test
| name: Barcode CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 5.0.103
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.103
- name: Setup .NET Core 3.1.404
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.404
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build BarcodeStandard/BarcodeStandard.csproj --configuration Release --no-restore
- name: Test
run: dotnet test
| Update CI to install netcore 3 and 5 side-by-side for tests. | Update CI to install netcore 3 and 5 side-by-side for tests.
This is done by using multiple install steps, one for each version we need.
| YAML | apache-2.0 | barnhill/barcodelib,bbarnhill/barcodelib,barnhill/barcodelib |
84d5b37e5ad0030980f891ea5b27d4c38b4d9517 | .github/workflows/npm_publish.yml | .github/workflows/npm_publish.yml | # This workflow will do a clean install of node dependencies, build the source code and publish the code to the web-serial-polyfill npm package
# For more information see: https://github.com/marketplace/actions/npm-publish
name: NPM publish
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10'
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
| # This workflow will do a clean install of node dependencies, build the source code and publish the code to the web-serial-polyfill npm package
# For more information see: https://github.com/marketplace/actions/npm-publish
name: NPM publish
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18'
- run: npm install
- run: npm run build
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
| Use Node 18 for NPM publish | Use Node 18 for NPM publish | YAML | apache-2.0 | google/web-serial-polyfill,google/web-serial-polyfill,google/web-serial-polyfill |
23ce525c5c4294b703a1ff8dd3cc5bc71365306b | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | contact_links:
- name: 🤔 Have questions or need support?
url: https://github.com/pypa/setuptools/discussions
about: This is a place for the community to exchange ideas and recipes
- name: 💬 Discourse
url: https://discuss.python.org/c/packaging
about: |
Please ask typical Q&A here: general ideas for Python packaging,
questions about structuring projects and so on
- name: 💬 Discord (chat)
url: https://discord.com/channels/803025117553754132/815945031150993468
about: Chat with devs
| contact_links:
- name: 🤔 Have questions or need support?
url: https://github.com/pypa/setuptools/discussions
about: This is a place for the community to exchange ideas and recipes
- name: 💬 Discourse
url: https://discuss.python.org/c/packaging
about: |
Please ask typical Q&A here: general ideas for Python packaging,
questions about structuring projects and so on
- name: 💬 Discord (chat)
url: https://discord.com/invite/pypa
about: Chat with devs
| Use the generic invite link to pypa discord. Has better redirect behavior. | Use the generic invite link to pypa discord. Has better redirect behavior. | YAML | mit | pypa/setuptools,pypa/setuptools,pypa/setuptools |
a81b6a574b14619e8c118dd7663378220c4df84e | packages/ha/haskell-gi-base.yaml | packages/ha/haskell-gi-base.yaml | homepage: https://github.com/haskell-gi/haskell-gi-base
changelog-type: ''
hash: b8b08af01902c0ecf58a6f6371d4fb7c04c1742fc58559de81ea4ec4a538347a
test-bench-deps: {}
maintainer: Iñaki García Etxebarria (garetxe@gmail.com)
synopsis: Foundation for libraries generated by haskell-gi
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <5'
text: ! '>=1.0'
containers: -any
transformers: -any
all-versions:
- '0.8'
- '0.9'
- '0.10'
- '0.10.1'
- '0.11'
- '0.12'
- '0.13'
- '0.14'
- '0.15'
- '0.17'
- '0.18'
- '0.18.1'
- '0.18.2'
author: ! 'Will Thompson,
Iñaki García Etxebarria,
Jonas Platte'
latest: '0.18.2'
description-type: haddock
description: Foundation for libraries generated by haskell-gi
license-name: LGPL-2.1
| homepage: https://github.com/haskell-gi/haskell-gi-base
changelog-type: ''
hash: 91f8549c34b7ad13884c145f02d23388f4b8b6a38c94e453da1ba5465474bef5
test-bench-deps: {}
maintainer: Iñaki García Etxebarria (garetxe@gmail.com)
synopsis: Foundation for libraries generated by haskell-gi
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <5'
text: ! '>=1.0'
containers: -any
transformers: -any
all-versions:
- '0.8'
- '0.9'
- '0.10'
- '0.10.1'
- '0.11'
- '0.12'
- '0.13'
- '0.14'
- '0.15'
- '0.17'
- '0.18'
- '0.18.1'
- '0.18.2'
- '0.18.3'
author: ! 'Will Thompson,
Iñaki García Etxebarria,
Jonas Platte'
latest: '0.18.3'
description-type: haddock
description: Foundation for libraries generated by haskell-gi
license-name: LGPL-2.1
| Update from Hackage at 2016-09-18T08:57:16+0000 | Update from Hackage at 2016-09-18T08:57:16+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
8c39abd9cf931aa0dbcbd7a11a5e6167438447f2 | .github/workflows/dockertests.yml | .github/workflows/dockertests.yml | name: Dockertests
on:
[push]
jobs:
dockertests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
docker-image: [centos, debian, fedora, ubuntu]
steps:
- uses: actions/checkout@v2
- name: Setup docker container
run: |
docker build -t pyfakefs -f $GITHUB_WORKSPACE/.github/workflows/dockerfiles/Dockerfile_${{ matrix.docker-image }} . --build-arg github_repo=$GITHUB_REPOSITORY --build-arg github_branch=$(basename $GITHUB_REF)
- name: Run tests
run: docker run -t pyfakefs
| name: Dockertests
on:
[push]
jobs:
dockertests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
docker-image: [debian, fedora, ubuntu]
steps:
- uses: actions/checkout@v2
- name: Setup docker container
run: |
docker build -t pyfakefs -f $GITHUB_WORKSPACE/.github/workflows/dockerfiles/Dockerfile_${{ matrix.docker-image }} . --build-arg github_repo=$GITHUB_REPOSITORY --build-arg github_branch=$(basename $GITHUB_REF)
- name: Run tests
run: docker run -t pyfakefs
| Disable tests for CentOS temporarily | Disable tests for CentOS temporarily
- it still uses Python 3.6 per default, which we do not support
| YAML | apache-2.0 | pytest-dev/pyfakefs |
fabf3936311ad8cda92bff4e2fb8d82901e0f3ec | packages/ma/manifold-random.yaml | packages/ma/manifold-random.yaml | homepage: https://github.com/leftaroundabout/manifolds
changelog-type: ''
hash: 83edb33f46cc52277e1506ac283b7e6dd9348db4c2fc6bdb7f5838f6b38dcca4
test-bench-deps: {}
maintainer: (@) sagemueller $ geo.uni-koeln.de
synopsis: Sampling random points on general manifolds.
changelog: ''
basic-deps:
linearmap-category: -any
base: ! '>=4.7 && <5'
vector-space: -any
semigroups: -any
manifolds: ==0.5.0.2
random-fu: ! '>=0.2 && <0.3'
constrained-categories: -any
all-versions:
- 0.1.1.0
- 0.3.0.0
- 0.4.0.0
- 0.4.1.0
- 0.4.4.0
- 0.4.5.0
- 0.5.0.0
- 0.5.0.2
author: Justus Sagemüller
latest: 0.5.0.2
description-type: haddock
description: ''
license-name: GPL-3.0-only
| homepage: https://github.com/leftaroundabout/manifolds
changelog-type: ''
hash: 6d93d7a15e19c05913b06e18272021e50ca786d4492151cffa3533aebd54c7bd
test-bench-deps: {}
maintainer: (@) jsag $ hvl.no
synopsis: Sampling random points on general manifolds.
changelog: ''
basic-deps:
linearmap-category: -any
base: ! '>=4.7 && <5'
vector-space: -any
semigroups: -any
manifolds: ==0.5.0.3
random-fu: ! '>=0.2 && <0.3'
constrained-categories: -any
all-versions:
- 0.1.1.0
- 0.3.0.0
- 0.4.0.0
- 0.4.1.0
- 0.4.4.0
- 0.4.5.0
- 0.5.0.0
- 0.5.0.2
- 0.5.0.3
author: Justus Sagemüller
latest: 0.5.0.3
description-type: haddock
description: ''
license-name: GPL-3.0-only
| Update from Hackage at 2019-06-14T14:15:35Z | Update from Hackage at 2019-06-14T14:15:35Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d4acf758d56f65c08b43312e60e834eabd928246 | packages/ss/ssh-known-hosts.yaml | packages/ss/ssh-known-hosts.yaml | homepage: http://hub.darcs.net/kquick/ssh-known-hosts
changelog-type: ''
hash: 7ad104b9d11370f7e66b07add99212de33370d54abb9b93dfa8a8a08eeaf68ef
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
base: -any
text: -any
ssh-known-hosts: -any
test-framework-quickcheck2: -any
HUnit: -any
iproute: -any
QuickCheck: -any
maintainer: quick@sparq.org
synopsis: Read and interpret the SSH known-hosts file
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
text: -any
ssh-known-hosts: -any
iproute: ! '>=1.5'
all-versions:
- '0.1.0.0'
author: Kevin Quick
latest: '0.1.0.0'
description-type: haddock
description: ! 'Utility to read the contents of the SSH known_hosts file and create
local in-memory data structures for each of the remote entities
listed.'
license-name: BSD3
| homepage: http://hub.darcs.net/kquick/ssh-known-hosts
changelog-type: markdown
hash: 86c8ef5921ddc15c507f78934180f97948ee26b967f80c8dd222ce4e6cd719f2
test-bench-deps:
test-framework-hunit: -any
test-framework: -any
unix: -any
base: -any
text: -any
ssh-known-hosts: -any
test-framework-quickcheck2: -any
HUnit: -any
iproute: -any
QuickCheck: -any
maintainer: quick@sparq.org
synopsis: Read and interpret the SSH known-hosts file
changelog: ! "Series 0\n---------\n\n * 0.1.1.0\n * Fix test to not require existing
user .ssh/known_hosts file.\n * Added separate changelog\n\n * 0.1.0.0 -- initial
release\n\n"
basic-deps:
base: ! '>=4.7 && <5'
text: -any
ssh-known-hosts: -any
iproute: ! '>=1.5'
all-versions:
- '0.1.0.0'
- '0.1.1.0'
author: Kevin Quick
latest: '0.1.1.0'
description-type: haddock
description: ! 'Utility to read the contents of the SSH known_hosts file and create
local in-memory data structures for each of the remote entities
listed.'
license-name: BSD3
| Update from Hackage at 2017-01-29T23:53:21Z | Update from Hackage at 2017-01-29T23:53:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d3b758cfe512967e12b13cf7a07e3dec21e4c58d | sqlite3/pubspec.yaml | sqlite3/pubspec.yaml | name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
version: 0.1.10-nullsafety.0
homepage: https://github.com/simolus3/sqlite3.dart/tree/master/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
environment:
sdk: '>=2.12.0-0 <3.0.0'
dependencies:
collection: ^1.15.0-nullsafety.5
ffi: ^0.3.0-nullsafety
meta: ^1.3.0-nullsafety
dev_dependencies:
build_ffi_generator:
git:
url: https://github.com/simolus3/build_ffi_generator.git
build_runner: ^1.10.4
extra_pedantic: ^1.2.0
path: ^1.8.0-nullsafety
test: ^1.16.0-nullsafety
| name: sqlite3
description: Provides lightweight yet convenient bindings to SQLite by using dart:ffi
version: 0.1.10-nullsafety.0
homepage: https://github.com/simolus3/sqlite3.dart/tree/master/sqlite3
issue_tracker: https://github.com/simolus3/sqlite3.dart/issues
environment:
sdk: '>=2.12.0-0 <3.0.0'
dependencies:
collection: ^1.15.0
ffi: ^0.3.0-nullsafety
meta: ^1.3.0
dev_dependencies:
build_ffi_generator:
git:
url: https://github.com/simolus3/build_ffi_generator.git
build_runner: ^1.10.4
extra_pedantic: ^1.2.0
path: ^1.8.0
test: ^1.16.0
| Use stable null-safe libraries where possible | Use stable null-safe libraries where possible
| YAML | mit | simolus3/sqlite3.dart,simolus3/sqlite3.dart,simolus3/sqlite3.dart,simolus3/sqlite3.dart,simolus3/sqlite3.dart,simolus3/sqlite3.dart,simolus3/sqlite3.dart,simolus3/sqlite3.dart |
4b101511fb493847a907ec5cf31302df3eb7da4d | src/main/resources/application-sample.yml | src/main/resources/application-sample.yml | marklogic:
host: localhost
port: 8005
username: admin
password: test123
spring:
freemarker:
# Reload FreeMarker templates without restarting the container
cache: false | marklogic:
host: localhost
port: 8005
username: admin
password: admin
spring:
freemarker:
# Reload FreeMarker templates without restarting the container
cache: false | Set to default password ;) | Set to default password ;)
| YAML | apache-2.0 | nikos/springboot-marklogic-sample,nikos/springboot-marklogic-sample,nikos/springboot-marklogic-sample |
7cfb7b5158ec5ae34abcc5c192014bf88d228353 | bot.yml | bot.yml | name: devRant Bot
description: Share your favorite devRant moments in Slack.
avatar: branding/avatar.png
background: branding/background.png
config:
- name: SERVER_PORT
friendly_name: Server port
info: The port the bot runs on.
default: 8000
global: true
- name: BUGSNAG_API_KEY
friendly_name: Bugsnag API key
info: The API key for Bugsnag.
global: true
slackscopes:
- bot
- commands
- incoming-webhook
| name: devRant Bot
description: Share your favorite devRant moments in Slack.
avatar: branding/avatar.png
background: branding/background.png
config:
- name: SERVER_PORT
friendly_name: Server port
info: The port the bot runs on.
default: 8000
global: true
- name: SLACK_TOKEN
friendly_name: Slack token
info: Token used to run the test suite.
global: true
- name: BUGSNAG_API_KEY
friendly_name: Bugsnag API key
info: The API key for Bugsnag.
global: true
slackscopes:
- bot
- commands
- incoming-webhook
| Add slack test token to config | Add slack test token to config
| YAML | mit | nblackburn/devrant-bot |
309a559009df1d284c6624f27c922f7953ab71a4 | people/2015/spring/c_coffie.yaml | people/2015/spring/c_coffie.yaml | blog: https://CalebCoffie.com
feed: https://CalebCoffie.com/bizleg-feed.xml
forges:
- https://github.com/CCoffie
irc: c_coffie
rit_dce: csc6972
| name: Caleb Coffie
blog: https://CalebCoffie.com
feed: https://CalebCoffie.com/bizleg-feed.xml
forges:
- https://github.com/CCoffie
irc: c_coffie
rit_dce: csc6972
hw:
firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction/
litreview0:
| Add my name to YAML | Add my name to YAML
| YAML | apache-2.0 | decause/bizlegfoss,brendanwhitfield/bizlegfoss,liam-middlebrook/bizlegfoss,decause/bizlegfoss,Nolski/bizlegfoss,brendanwhitfield/bizlegfoss,liam-middlebrook/bizlegfoss,amm4108/bizlegfoss |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.