commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
c64c39e55431e9eca4c2e24ed86574f2f10cd259
docker-compose.yaml
docker-compose.yaml
version: "3" services: mongo: image: mongo:latest ports: - "27017" volumes: - ./docker/mongo/data:/data/db node-server: build: context: . dockerfile: "./docker/nodejs.dockerfile" volumes: - "./app:/src/app" ports: - "3031:3001" depends_on: - ...
version: "3" services: mongo: image: mongo:latest ports: - "27017" volumes: - ./docker/mongo/data:/data/db node-server: build: context: . dockerfile: "./docker/nodejs.dockerfile" volumes: - "./app:/src/app" ports: - "3031:3001" depends_on: - ...
Use nodemon for client app.
Use nodemon for client app.
YAML
mit
highpine/highpine,highpine/highpine,highpine/highpine
1215b67b4c39c39137fbdf9dfba24ab44faeb905
packages/ae/aeson-flowtyped.yaml
packages/ae/aeson-flowtyped.yaml
homepage: https://github.com/mikeplus64/aeson-flowtyped#readme changelog-type: '' hash: 7f408c75580e37fc39cbe1deb7a760d85f1a4bf69c4bdf0e74a706a6fb5a932c test-bench-deps: base: ! '>=4.9 && <4.11' unordered-containers: -any text: -any aeson-flowtyped: -any tasty-hunit: -any tasty: -any recursion-schemes: -a...
homepage: https://github.com/mikeplus64/aeson-flowtyped#readme changelog-type: '' hash: 61bd1c7b0c55c9c0068cf017d1bbc573ef66fdd23a61da85a75b8d3be1bf4ed3 test-bench-deps: base: ! '>=4.9 && <4.11' unordered-containers: -any text: -any aeson-flowtyped: -any tasty-hunit: -any tasty: -any recursion-schemes: -a...
Update from Hackage at 2017-07-28T06:40:15Z
Update from Hackage at 2017-07-28T06:40:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
83daf2914c71f6d0bf52318249e9183878652455
_data/progresses.yml
_data/progresses.yml
- name: Alojamiento percentage: 100 - name: Transporte percentage: 25 - name: Preboda percentage: 20 - name: Traje feo percentage: 85 - name: Vestido princesa percentage: 40 - name: Fotógrafo percentage: 25 - name: Ceremonia percentage: 50 - name: Menús percentage: 25 - name: Música percentage...
- name: Alojamiento percentage: 100 - name: Transporte percentage: 25 - name: Preboda percentage: 20 - name: Traje feo percentage: 85 - name: Vestido princesa percentage: 40 - name: Vestido cosita percentage: 0 - name: Fotógrafo percentage: 25 - name: Ceremonia percentage: 50 - name: Menús per...
Add vestido cosita to progress
Add vestido cosita to progress
YAML
mit
pablerass/boda-feoyprincesa,pablerass/boda-feoyprincesa
d488b7d8ae0a95e170a8827f4c8d80ac86e7e604
concourse/tasks/remove-db.yml
concourse/tasks/remove-db.yml
--- platform: linux inputs: - name: paas-cf - name: bosh-CA - name: config image_resource: type: docker-image source: repository: governmentpaas/cf-cli tag: 895cf6752c8ec64af05a3a735186b90acd3db65a run: path: sh args: - -e - -u - -c - | ./paas-cf/concourse/scripts/import_bosh...
--- platform: linux inputs: - name: paas-cf - name: bosh-CA - name: config image_resource: type: docker-image source: repository: governmentpaas/cf-cli tag: 895cf6752c8ec64af05a3a735186b90acd3db65a run: path: sh args: - -e - -u - -c - | ./paas-cf/concourse/scripts/import_bosh...
Handle space not existing in the database removal script.
Handle space not existing in the database removal script. Otherwise, this script can sometimes erroneously fail if the space doesn't exist or has already been deleted.
YAML
mit
alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf,alphagov/paas-cf
e594a483b446d19bfa1cc30503e9cb3b844aa094
backend/dispatch.yaml
backend/dispatch.yaml
application: serfr0-fdb dispatch: - url: "airspace.serfr1.org/" module: frontend - url: "fdb.serfr1.org/" module: frontend - url: "fdb.serfr1.org/comp" module: frontend - url: "fdb.serfr1.org/fdb/*" module: ui - url: "fdb.serfr1.org/api/*" module: ui - url: "*/static/*" module: ui - url: "*/status" m...
application: serfr0-fdb dispatch: # All front doors (to stop stackdriver starting up default module) - url: "*/" module: frontend #- url: "airspace.serfr1.org/" # module: frontend #- url: "fdb.serfr1.org/" # module: frontend - url: "fdb.serfr1.org/fdb/*" module: ui - url: "fdb.serfr1.org/api/*" module: ui - ...
Stop the bleeding from the default module (should move ui to that maybe ?)
Stop the bleeding from the default module (should move ui to that maybe ?)
YAML
apache-2.0
skypies/flightdb2,skypies/flightdb2,skypies/flightdb,skypies/flightdb,skypies/flightdb,skypies/flightdb,skypies/flightdb2
7cceb1a124c90e1ca018de75eef9a5953c6d72c9
roles/linuxfr/tasks/linuxfr.yml
roles/linuxfr/tasks/linuxfr.yml
- name: Create the LinuxFR user user: name=linuxfr home=/data/dev/linuxfr state=present - name: Clone the LinuxFR repository git: repo=git://github.com/nono/linuxfr.org.git dest=/data/dev/linuxfr/source - name: Configure the Rails apps's database copy: src=linuxfr/database.yml dest=/data/dev/linuxfr/source/conf...
- name: Create the LinuxFR user user: name=linuxfr home=/data/dev/linuxfr state=present - name: Clone the LinuxFR repository git: repo=git://github.com/nono/linuxfr.org.git dest=/data/dev/linuxfr/source - name: Configure the Rails apps's database copy: src=linuxfr/database.yml dest=/data/dev/linuxfr/source/conf...
Add support for migrating the database if it is already set up.
Add support for migrating the database if it is already set up. http://mxey.net/deploying-rails-with-ansible/
YAML
agpl-3.0
nud/ansible-linuxfr,nud/ansible-linuxfr
5f0eb5f2c5d0cff52f3cafa41be347f6f6dc3603
config/fragments.yml
config/fragments.yml
head: keys: - :site_updated_at - :last_signature_at - :petition_page - :archived_petition_page - :page_title - :petition options: expires_in: 300 header: options: expires_in: 300 footer: keys: - :create_petition_page - :home_page options: expires_in: 300 home_pag...
head: keys: - :site_updated_at - :last_signature_at - :petition_page - :archived_petition_page - :page_title - :petition options: expires_in: 300 header: keys: - :home_page options: expires_in: 300 footer: keys: - :create_petition_page options: expires_in: 300 ...
Fix header and footer caching
Fix header and footer caching Due to erroneous information from @pixeltrix the `:home_page` key was removed from the `:header` fragment and not the `:footer` fragment as it should've been.
YAML
mit
ansonK/e-petitions,joelanman/e-petitions,joelanman/e-petitions,joelanman/e-petitions,StatesOfJersey/e-petitions,unboxed/e-petitions,oskarpearson/e-petitions,ansonK/e-petitions,unboxed/e-petitions,alphagov/e-petitions,oskarpearson/e-petitions,unboxed/e-petitions,alphagov/e-petitions,telekomatrix/e-petitions,StatesOfJers...
51a65c2fa6f44d4c82a1befb8c9a905c233a58ac
xe-guest-utils.yml
xe-guest-utils.yml
xe-guest-utils: image: klowner/rancher-xe-guest-utils:6.6.80 privileged: true labels: - io.rancher.os.scope=system volumes: - /dev:/dev:ro - /lib/modules:/lib/modules:ro - /etc/udev/rules.d/:/host/etc/udev/rules.d/ restart: always net: host ipc: host pid: host
xe-guest-utils: image: klowner/rancher-xe-guest-utils:6.6.80 privileged: true labels: - io.rancher.os.scope=system volumes: - /dev:/dev:ro - /lib/modules:/lib/modules:ro - /etc/udev/rules.d/:/host/etc/udev/rules.d/ - /etc/lsb-release:/etc/lsb-release restart: always net: host ipc: host...
Include lsb-release in volume mounts
Include lsb-release in volume mounts
YAML
mit
Klowner/rancher-xe-guest-utils
fca371bb5812619cde6a387362ab3d545f4fd3d4
travis/.travis.yml
travis/.travis.yml
before_install: "script/clone_all_rspec_repos" bundler_args: "--binstubs --standalone --without documentation --path ../bundle" script: "script/run_build" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - ree - jruby-18mode - jruby - jruby-head - rbx matrix: allow_failures: - rvm: j...
before_install: "script/clone_all_rspec_repos" bundler_args: "--binstubs --standalone --without documentation --path ../bundle" script: "script/run_build" rvm: - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0 - 2.1.0 - ruby-head - ree - jruby-18mode - jruby - jruby-head - rbx matrix: allow_failures: - rvm: j...
Add rbx to list of allowed failures.
Add rbx to list of allowed failures. We're getting odd compile errors from rubinius: https://github.com/rubinius/rubinius/issues/2934
YAML
mit
rspec/rspec-dev,rspec/rspec-dev,rspec/rspec-dev
0a48f397cc736d7f48bf31c4f9c9856a11440333
config/plugins.yml
config/plugins.yml
loomio_org_plugin: repo: https://github.com/loomio/loomio_org_plugin.git branch: slack-app-distribution loomio_tags: repo: https://github.com/loomio/loomio_tags.git loomio_truncate_comment: repo: https://github.com/loomio/loomio_truncate_comment.git loomio_content_preview: rep...
loomio_org_plugin: repo: https://github.com/loomio/loomio_org_plugin.git loomio_tags: repo: https://github.com/loomio/loomio_tags.git loomio_truncate_comment: repo: https://github.com/loomio/loomio_truncate_comment.git loomio_content_preview: repo: https://github.com/loomio/lo...
Use master branch for loomio_org plugin
Use master branch for loomio_org plugin
YAML
agpl-3.0
piratas-ar/loomio,loomio/loomio,piratas-ar/loomio,piratas-ar/loomio,piratas-ar/loomio,loomio/loomio,loomio/loomio,loomio/loomio
4cdae4170cb8e15c195e9e0cbe0b03f9a81ebcb0
travis/configuration.yaml
travis/configuration.yaml
emg: databases: default: ENGINE: 'django.db.backends.mysql' NAME: 'emg' USER: 'root' # PASSWORD: 'secret' HOST: 127.0.0.1 PORT: 3306 session_engine: 'django.contrib.sessions.backends.cache' # caches: # default: # BACKEND: "django_redis.cache.RedisCache" # LO...
emg: databases: default: ENGINE: 'django.db.backends.mysql' NAME: 'emg' USER: 'root' # PASSWORD: 'secret' HOST: 127.0.0.1 PORT: 3306 session_engine: 'django.contrib.sessions.backends.cache' # caches: # default: # BACKEND: "django_redis.cache.RedisCache" # LO...
Use testdb mongo db on tests (Travis)
Use testdb mongo db on tests (Travis)
YAML
apache-2.0
EBI-Metagenomics/emgapi,EBI-Metagenomics/emgapi,EBI-Metagenomics/emgapi,EBI-Metagenomics/emgapi,EBI-Metagenomics/emgapi
413fa961c306b628d92d3c3b7cb6c4002fd31cfd
handlers/main.yml
handlers/main.yml
--- - name: openvpn restart service: name=openvpn state=restarted - name: openvpn pack clients command: tar cvzf {{openvpn_keydir}}/{{item.item}}.tar.gz -C {{openvpn_keydir}} {{item.item}}.crt {{item.item}}.key {{item.item}}.ovpn ca.crt when: item.changed with_items: openvpn_clients_changed.results
--- - name: openvpn restart service: name=openvpn state=restarted - name: openvpn pack clients command: tar cvzf {{openvpn_keydir}}/{{item.item}}.tar.gz -C {{openvpn_keydir}} {{item.item}}.crt {{item.item}}.key {{item.item}}.ovpn ca.crt when: item.changed with_items: "{{openvpn_clients_changed.results}}"
Update for deprecation-related variable quoting
Update for deprecation-related variable quoting See https://docs.ansible.com/ansible/porting_guide_2.0.html#deprecated for more details
YAML
mit
Stouts/Stouts.openvpn,teadur/Stouts.openvpn,Cobliteam/Stouts.openvpn,Stouts/Stouts.openvpn
2faac1ce0fdef835112e01db691faabcddc4b932
git/cloudbuild.yaml
git/cloudbuild.yaml
# In this directory, run the following command to build this builder. # $ gcloud alpha container builds create . --config=cloudbuild.yaml steps: - name: 'gcr.io/cloud-builders/docker' args: ['build', '--tag=gcr.io/$PROJECT_ID/git', '.'] # Clone a public repo and write its revision to a VERSION file. - name: 'gcr.io...
# In this directory, run the following command to build this builder. # $ gcloud alpha container builds create . --config=cloudbuild.yaml steps: - name: 'gcr.io/cloud-builders/docker' args: ['build', '--tag=gcr.io/$PROJECT_ID/git', '.'] # Clone a public repo and write its revision to a VERSION file. - name: 'gcr.io...
Remove a sample that breaks our release
Remove a sample that breaks our release ------------- MOE_MIGRATED_REVID=139902326 APPROVED=philmod@google.com
YAML
apache-2.0
GoogleCloudPlatform/cloud-builders,google-octo/cloud-builders,google-octo/cloud-builders,GoogleCloudPlatform/cloud-builders,google-octo/cloud-builders,GoogleCloudPlatform/cloud-builders,GoogleCloudPlatform/cloud-builders,GoogleCloudPlatform/cloud-builders,GoogleCloudPlatform/cloud-builders,GoogleCloudPlatform/cloud-bui...
42d322b50e5f79eeb0d32f5cf7d1c937612d69da
packages/ch/chiphunk.yaml
packages/ch/chiphunk.yaml
homepage: https://github.com/CthulhuDen/chiphunk#readme changelog-type: '' hash: 5029535b952c907efefcddcf3c7291ec96f12df8dca28349dfe510194fe85978 test-bench-deps: {} maintainer: cthulhu.den@gmail.com synopsis: Haskell bindings for Chipmunk2D physics engine changelog: '' basic-deps: chiphunk: -any base: ! '>=4.7 && ...
homepage: https://github.com/CthulhuDen/chiphunk#readme changelog-type: '' hash: 0c88d66e5b66ffd0b3bd70fc63ff00be0ab0757c26f1315a1b6f788852e14a6c test-bench-deps: {} maintainer: cthulhu.den@gmail.com synopsis: Haskell bindings for Chipmunk2D physics engine changelog: '' basic-deps: chiphunk: -any base: ! '>=4.7 && ...
Update from Hackage at 2018-11-18T11:45:56Z
Update from Hackage at 2018-11-18T11:45:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
f068060c09130842b0f8080824e3be5de9090105
packages/li/ListTree.yaml
packages/li/ListTree.yaml
homepage: http://github.com/yairchu/generator/tree changelog-type: '' hash: e4fcac1bf2880b1fdde46395e927c4b590db8626348547fa8e7745e93bf926df test-bench-deps: {} maintainer: yairchu@gmail.com synopsis: Trees and monadic trees expressed as monadic lists where the underlying monad is a list changelog: '' basic-deps: L...
homepage: http://github.com/yairchu/generator/tree changelog-type: '' hash: a4d4f0b740f6bc5b90ee833f9fe8af06ceeba3f91c4aa7370f87c398691c937d test-bench-deps: {} maintainer: yairchu@gmail.com synopsis: Trees and monadic trees expressed as monadic lists where the underlying monad is a list changelog: '' basic-deps: L...
Update from Hackage at 2015-08-13T12:18:44+0000
Update from Hackage at 2015-08-13T12:18:44+0000
YAML
mit
commercialhaskell/all-cabal-metadata
12b0e0375ab5202b17a6b8913f2b454b4b1c03d7
packages/pa/pangraph.yaml
packages/pa/pangraph.yaml
homepage: https://github.com/tuura/pangraph#readme changelog-type: '' hash: e61d7728f2e5d180b57f41cfb77c03a1417629a2a7a1d44ab7bfabb51dbbc18e test-bench-deps: bytestring: -any base: ! '>=4.8 && <5' HUnit: -any containers: -any pangraph: -any maintainer: joseph-scott@hotmail.co.uk synopsis: ! 'A set of parsers ...
homepage: https://github.com/tuura/pangraph#readme changelog-type: '' hash: b218092873fc33f317dad33abba86581c181a4fa15ddb92b708fecc5d750bf69 test-bench-deps: bytestring: -any base: ! '>=4.8 && <5' HUnit: -any containers: -any pangraph: -any maintainer: joseph-scott@hotmail.co.uk synopsis: ! 'A set of parsers ...
Update from Hackage at 2018-09-22T10:39:32Z
Update from Hackage at 2018-09-22T10:39:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
f8fd715f30c225bb4f1e2bf19a6368040dd63900
packages/re/regex-do.yaml
packages/re/regex-do.yaml
homepage: https://github.com/ciez/regex-do changelog-type: '' hash: c28172ed9e823b26a33cbe22957e0a5fdae1741d863e60fdb73b8ce464ba49c3 test-bench-deps: regex-pcre: -any bytestring: -any base: <=5.0 hspec: -any text: -any stringsearch: -any array: -any regex-base: -any regex-do: -any QuickCheck: -any m...
homepage: https://github.com/ciez/regex-do changelog-type: '' hash: f984be298a794a1c68abbaa919104253d7b02581876fd696fb5a6d41b327f731 test-bench-deps: regex-pcre: -any bytestring: -any base: <=5.0 hspec: -any text: -any stringsearch: -any array: -any regex-base: -any regex-do: -any QuickCheck: -any m...
Update from Hackage at 2016-11-09T11:17:12Z
Update from Hackage at 2016-11-09T11:17:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
fdf1897dc9f06800525ff7c3fa8ea5b008b6e3fe
packages/sy/sym-plot.yaml
packages/sy/sym-plot.yaml
homepage: http://github.com/akc/sym-plot changelog-type: '' hash: 5c3bfbfdcb1756eee01680f14b2f5fbf51f7e7ee6336b6a123a7792d2f13137f test-bench-deps: {} maintainer: anders.claesson@gmail.com synopsis: Plot permutations; an addition to the sym package changelog: '' basic-deps: diagrams-lib: -any base: ! '>=3 && <=4.7'...
homepage: http://github.com/akc/sym-plot changelog-type: '' hash: efcea5f5b603b3ccfd943815d415492bd27baba36215be9c8c9f7552dc56989b test-bench-deps: {} maintainer: anders.claesson@gmail.com synopsis: Plot permutations; an addition to the sym package changelog: '' basic-deps: diagrams-lib: ! '>=1.4' base: ! '>=4.7 &&...
Update from Hackage at 2017-06-10T12:42:18Z
Update from Hackage at 2017-06-10T12:42:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
f42e5745891f06c5cb9f809ed144c8753a29cfde
recipes/py/meta.yaml
recipes/py/meta.yaml
{% set name = "py" %} {% set version = "1.4.31" %} {% set hash_type = "sha256" %} {% set hash = "a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/py/py-{{ ver...
{% set name = "py" %} {% set version = "1.4.32" %} {% set hash_type = "sha256" %} {% set hash = "c4b89fd1ff1162375115608d01f77c38cca1d0f28f37fd718005e19b28be41a7" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/p/py/py-{{ ver...
Update py recipe to version 1.4.32
Update py recipe to version 1.4.32
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
943ecaa69665f3c736b1ff4021a7e825ecf38c43
.github/workflows/main.yml
.github/workflows/main.yml
name: CI # Allows you to run this workflow manually from the Actions tab on: [push, workflow_dispatch] # Controls when the action will run. jobs: # Allows you to run this workflow manually from the Actions tab build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-vers...
name: CI # Allows you to run this workflow manually from the Actions tab on: [push, workflow_dispatch] # Controls when the action will run. jobs: # Allows you to run this workflow manually from the Actions tab build: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python-vers...
Remove py27 from GH CI
Remove py27 from GH CI
YAML
apache-2.0
alanjds/drf-nested-routers
07d2e28554255449d695266be4701229b72fcb8a
.github/workflows/main.yml
.github/workflows/main.yml
name: build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 12, 13, 14, 15, 16, 17 ] steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v2 with: distribution: adopt java-version: ${{ matrix.java-versi...
name: build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: java-version: [ 8, 11, 12, 13, 14, 15, 16, 17 ] steps: - uses: actions/checkout@v2 - uses: actions/setup-java@v3 with: distribution: adopt java-version: ${{ matrix.java-versi...
Update actions/setup-java action to v3
Update actions/setup-java action to v3
YAML
bsd-2-clause
marianobarrios/linked-blocking-multi-queue
16e33125daa97f23a32c80cf26d9fd478ff00549
.github/workflows/main.yml
.github/workflows/main.yml
name: Testing on: [push, pull_request] jobs: laravel: name: (PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}) runs-on: ${{ matrix.operating-system }} strategy: fail-fast: false matrix: operating-system: [ubuntu-latest, windows-latest, macos-latest] php-versions...
name: Testing on: [push, pull_request] jobs: laravel: name: (PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}) runs-on: ${{ matrix.operating-system }} strategy: fail-fast: false matrix: operating-system: [ubuntu-latest, windows-latest, macos-latest] php-versions...
Add SQLite support (needed for testing)
Add SQLite support (needed for testing)
YAML
mit
crodas/SQLParser,crodas/SQLParser
0c3c74f27881e468af367a0d8202ca3aa22aec89
.github/workflows/main.yml
.github/workflows/main.yml
name: Python application on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.5, 3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-vers...
name: Python application on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.6, 3.7, 3.8] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ...
Exclude python 3.5 from github actions
Exclude python 3.5 from github actions
YAML
mit
rfverbruggen/rachiopy
e0edc9824d91763c29907ac555cfeffc5ab3fd62
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-windows-vs2019: name: Windows VS2019 Debug runs-on: [windows-latest] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recurs...
name: CI on: push: branches: [ feature/github-actions-for-windows-compilers ] pull_request: branches: [ master ] jobs: build-windows-vs2019: name: Windows VS2019 Debug runs-on: [windows-latest] steps: - name: Checkout uses: actions/checkout@v2 with: submodules: recurs...
Add VS2019 configuration to Github CI
Add VS2019 configuration to Github CI
YAML
mit
ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl
8b57f6558e89b4fe3b2ddcca2ae112853df5f692
.github/workflows/main.yml
.github/workflows/main.yml
name: Python tests on: [push] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10"] django: ["3.2", "4.0"] exclude: - python-version: "3.7" django: "4.0" steps: - uses: actions/c...
name: Run tests and lint on: [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: fail-fast: false matrix: python-version: ["3.7", "3.8", "3.9", "3.10"] django: ["3.2", "4.0"] exclude: - python-version: "3.7" django: "4.0" steps: ...
Add black and isort to ci
Add black and isort to ci
YAML
mit
Frojd/django-react-templatetags,Frojd/django-react-templatetags,Frojd/django-react-templatetags
1c9adf2b452cab144dd8d89e024ddbb0c19c1b88
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Run a one-line script run: echo Hello, world! - name: Checkout the tools run: | pwd mkdir ~/esp cd ~/esp git clone --recursive https://github.com/e...
name: CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Run a one-line script run: echo Hello, world! - name: Checkout the tools run: | pwd mkdir ~/esp cd ~/esp #git clone -b branch --single-branch git://github...
Use v 4.0 for ci
Use v 4.0 for ci
YAML
apache-2.0
Ebiroll/qemu_esp32,Ebiroll/qemu_esp32,Ebiroll/qemu_esp32
c2d465add08a88ff923f54fef68b72172bd5e193
.github/workflows/main.yml
.github/workflows/main.yml
name: pystan on: [push, pull_request] jobs: tests: name: pystan tests runs-on: ${{ matrix.os }} timeout-minutes: 20 strategy: matrix: os: [ubuntu-20.04, macos-10.15] python-version: [3.7, 3.8, 3.9] steps: - name: Check out repository uses: actions/checkout@v2 ...
name: pystan on: [push, pull_request] jobs: tests: name: pystan tests timeout-minutes: 20 runs-on: ${{ matrix.runs-on }} strategy: matrix: include: - {runs-on: ubuntu-20.04, python-version: 3.7} - {runs-on: ubuntu-20.04, python-version: 3.8} - {runs-on: ub...
Test on fedora latest and ubuntu latest
ci: Test on fedora latest and ubuntu latest Closes #295
YAML
isc
stan-dev/pystan,stan-dev/pystan
cec75e9152f612579ad95f094ee825df85a3977a
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: Ruby on: pull_request: branches: - 'master' push: branches: - 'master' jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.5.4', '2.6.5', 'ruby-head', 'jruby-9.2.9.0', 'jruby-head' ] steps: - uses: actions/checkout@v1 - name: Set up RVM ...
name: Ruby on: pull_request: branches: - 'master' push: branches: - 'master' jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: [ '2.5.8', '2.6.6', '2.7.1', 'ruby-head', 'jruby-9.2.11.1', 'jruby-head' ] steps: - uses: actions/checkout@v1 - uses: rub...
Use GH action box maintained by Ruby core
Use GH action box maintained by Ruby core
YAML
mit
yuki24/did_you_mean
0c6b6401314464230b25c72b7233f604eea9098b
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: Ruby on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.x - name: Build and test with Rake run: | gem install bundler bundle install --jobs...
name: Ruby on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1 with: ruby-version: 2.6.4 - name: Build and test with Rake run: | gem install bundler bundle install --jobs...
Use Ruby 2.6.4 in GitHub Actions CI
Use Ruby 2.6.4 in GitHub Actions CI
YAML
mit
levups/http-tester
79a0e93b6fb873456020e62552f4a9489f452bfd
.github/workflows/test.yml
.github/workflows/test.yml
name: test on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: test run: | export DEBIAN_FRONTEND=noninteractive && \ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections && \ sudo apt-g...
name: test on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: test run: | export DEBIAN_FRONTEND=noninteractive && \ echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections && \ sudo apt-g...
Update codecov/codecov-action action to v3
Update codecov/codecov-action action to v3
YAML
apache-2.0
CyberReboot/vent-plugins,CyberReboot/vent-plugins,CyberReboot/vent-plugins,CyberReboot/vent-plugins
b17afe362b4db0e5988792d0b340d5460ecb3546
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: pull_request: push: branches: - master - 'renovate/*' jobs: build: runs-on: ubuntu-18.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: node: [ 10, 12, 14 ] env: ...
name: Test on: pull_request: push: branches: - master - 'renovate/*' jobs: build: runs-on: ubuntu-18.04 if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/')) strategy: matrix: node: [ 10, 12, 14 ] env: ...
Update actions/setup-node action to v2
Update actions/setup-node action to v2
YAML
mit
TryGhost/Ignition
038ee14d150afedfcfab61c69bb99d0cd00a2fae
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: [push, pull_request] jobs: test: name: Test on ruby ${{ matrix.ruby_version }} and prawn ${{ matrix.prawn_version }} runs-on: ubuntu-latest strategy: matrix: ruby_version: - 2.5 - 2.6 - 2.7 - 3.0 prawn_version: - 2.3 ...
name: Test on: [push, pull_request] jobs: test: name: Test on ruby ${{ matrix.ruby_version }} and prawn ${{ matrix.prawn_version }} runs-on: ubuntu-latest strategy: matrix: ruby_version: - 2.5 - 2.6 - 2.7 - 3.0 prawn_version: - 2.3 ...
Allow to use the major version of the v2
Allow to use the major version of the v2
YAML
mit
hidakatsuya/prawn-emoji
104bc2b15ec0d608aa97dd56f9416e9eafcc26a4
skeleton/.travis.yml
skeleton/.travis.yml
--- # Verify this with: http://lint.travis-ci.org/ language: ruby before_install: rm Gemfile.lock rvm: - 1.8.7 - 1.9.3 script: bundle exec rake spec env: matrix: - PUPPET_VERSION=2.7.23 - PUPPET_VERSION=3.1.1
--- # Verify this with: http://lint.travis-ci.org/ language: ruby before_install: rm Gemfile.lock rvm: - 1.8.7 - 1.9.3 script: bundle exec rake spec env: matrix: - PUPPET_VERSION="~> 2.7.0" - PUPPET_VERSION="~> 3.1.0" - PUPPET_VERSION="~> 3.2.0"
Test against each Puppet series
Test against each Puppet series Will pick the latest version from 2.7.x, 3.1.x and 3.2.x I'm skipping 3.0.x as it was the bratty child of the 3.x series and doesn't appear to have received as much adoption. We also experienced some real problems with testing frameworks on 3.x at the time.
YAML
mit
gds-operations/puppet-module-skeleton,gds-operations/puppet-module-skeleton,gds-operations/puppet-module-skeleton
440137dbd8ee171766cef4d11333068114515fda
install.conf.yaml
install.conf.yaml
- clean: ['~'] - link: ~/.vim: path: 'files/.vim/' force: true ~/.vimrc: path: 'files/.vimrc' force: true ~/.gvimrc: path: 'files/.gvimrc' force: true ~/.bash_profile: path: 'files/.bash_profile' force: true ~/.gitconfig: path: ...
- clean: ['~'] - link: ~/.vim: path: 'files/.vim/' force: true ~/.vimrc: path: 'files/.vimrc' force: true ~/.gvimrc: path: 'files/.gvimrc' force: true ~/.bash_profile: path: 'files/.bash_profile' force: true ~/.gitconfig: path: ...
Change how the custom oh-my-zsh themes are installed
Change how the custom oh-my-zsh themes are installed Before this, the installation would remove the entire custom/themes folder in oh-my-zsh and this would make the update process fail (because git would say it can't update due to changes in the local repo). Now the installation creates individual links to any custom ...
YAML
mit
davialexandre/dotfiles,davialexandre/dotfiles,davialexandre/dotfiles,davialexandre/dotfiles
1e563459288936dd3e81f31bc80614c152e91b48
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:8@sha256:ea6a1dfa308a6af75b880f1db86da4cf78955e68d1a56dd2e64280fc546665a0 - image: circleci/mongo:3@sha256:04a81e1cd52345ebf5886874621d47f32662810213ef327532bf2aa63ae86dc6 steps: - checkout - run: yarn install --frozen-lockfile ...
version: 2 jobs: build: docker: - image: circleci/node:8@sha256:ea6a1dfa308a6af75b880f1db86da4cf78955e68d1a56dd2e64280fc546665a0 - image: circleci/mongo:3@sha256:1b30c31e8c3932064af462d101b5c114d94a2f9e3341391a681f5f1d1aa301c6 steps: - checkout - run: yarn install --frozen-lockfile ...
Update circleci/mongo:3 Docker digest to 1b30c3
Update circleci/mongo:3 Docker digest to 1b30c3
YAML
mit
js-accounts/accounts
aa4ea7b3e9950816c5515b3f82fa55550ae2b779
wolfia.example.yaml
wolfia.example.yaml
--- wolfia: debug: true # Some things are different. Set to false to properly run the bot. discordToken: "" # Discord bot token logChannelId: 0 # Id of a channel where to post general bot activity like games starting and ending. database: jdbcUrl: "" # Postgres datab...
--- wolfia: debug: true # Some things are different. Set to false to properly run the bot. discordToken: "" # Discord bot token logChannelId: 0 # Id of a channel where to post general bot activity like games starting and ending. database: jdbcUrl: "" # Postgres datab...
Update log file name config
Update log file name config
YAML
agpl-3.0
napstr/wolfia,napstr/wolfia,napstr/wolfia
f6ff962da03be424095ba1ddc5182772a51e6146
hieradata/nodes/bgo/bgo-mgmt-01.yaml
hieradata/nodes/bgo/bgo-mgmt-01.yaml
--- network::interfaces_hash: 'eth0': 'ipaddress': '172.16.0.5/21' 'post_up': [ '/etc/network/if-up.d/z90-route-eth0', ] 'post_down': [ '/etc/network/if-down.d/z90-route-eth0', ] # Add default route for management VRF profile::base::network::routes: 'eth0': 'ipaddress': [ '0.0.0.0', ] 'netmask'...
--- network::interfaces_hash: 'eth0': 'ipaddress': '172.16.0.5/21' 'gateway': "%{hiera('netcfg_mgmt_gateway')}" 'vrf': 'mgmt' 'mgmt': 'ipaddress': '127.0.0.1/8' 'vrf_table': 'auto'
Reconfigure network for mgmt node
Reconfigure network for mgmt node
YAML
apache-2.0
norcams/himlar,mikaeld66/himlar,raykrist/himlar,tanzr/himlar,raykrist/himlar,norcams/himlar,tanzr/himlar,raykrist/himlar,TorLdre/himlar,raykrist/himlar,norcams/himlar,mikaeld66/himlar,TorLdre/himlar,tanzr/himlar,mikaeld66/himlar,tanzr/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,tanzr/himlar,TorLdre/himlar,To...
fb78695e46b022e104bbb9d02fa25444db35a04a
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.790 hooks: - id: mypy - repo: https://gitlab.com/pycqa/flake8 rev: 3.8.4 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-com...
repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-mypy rev: v0.790 hooks: - id: mypy - repo: https://gitlab.com/pycqa/flake8 rev: 3.8.4 hooks: - id: flake8 - repo: https://github.com/pre-commit/pre-com...
Replace shell-lint with shellcheck for pre-commit-ci
Replace shell-lint with shellcheck for pre-commit-ci Signed-off-by: Dan Yeaw <2591e5f46f28d303f9dc027d475a5c60d8dea17a@yeaw.me>
YAML
lgpl-2.1
amolenaar/gaphor,amolenaar/gaphor
001672806acedc1301e489154d50e9ed56fb297f
.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: test: docker: # specify the version you desire here - image: circleci/node:12.13 # Specify service dependencies here if necessary # CircleCI m...
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: test: docker: # specify the version you desire here - image: circleci/node:12.13 # Specify service dependencies here if necessary # CircleCI m...
Attach node_moduels to workspace for deployment
Attach node_moduels to workspace for deployment
YAML
mit
JakeSidSmith/slik,JakeSidSmith/flo-js,JakeSidSmith/slik,JakeSidSmith/flo-js,JakeSidSmith/flo-js
dbe29f18259aa32f6c562fee8f21136b3eafeffd
.pre-commit-config.yaml
.pre-commit-config.yaml
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - ...
# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - ...
Add hadolint to lint Dockerfile
Add hadolint to lint Dockerfile
YAML
agpl-3.0
zeropingheroes/lanager,zeropingheroes/lanager
cd703247adcf2be82a7a3d2c3a6f824312fb9afe
config/locales/en.yml
config/locales/en.yml
en: xmpp_label_settings: XMPP Notifications settings xmpp_label_jid: Jabber ID (jid@server.tld/resource) xmpp_label_password: Password xmpp_issue_created: Issue was created: xmpp_issue_updated: Issue was updated: xmpp_update_author: Author of changes
en: xmpp_label_settings: XMPP Notifications settings xmpp_label_jid: Jabber ID (jid@server.tld/resource) xmpp_label_password: Password xmpp_issue_created: "Issue was created:" xmpp_issue_updated: "Issue was updated:" xmpp_update_author: Author of changes
Fix translation braking (appears, at least, in Redmine 2.3)
Fix translation braking (appears, at least, in Redmine 2.3) Signed-off-by: Vadim A. Misbakh-Soloviov <0317e6896132b03afd1b7513bbabbb42f0b8d888@mva.name>
YAML
mit
iprok/redmine_xmpp_notifications,redmine-xmpp/notifications,redmine-xmpp/notifications,iprok/redmine_xmpp_notifications
cc7337b61afd6b2a211a40729b8e927c27ef6eb2
roles/docker_host/tasks/main.yml
roles/docker_host/tasks/main.yml
- name: install docker apt: name=docker.io state=latest notify: docker from experimental - name: create docker fs filesystem: dev: "{{ docker_dev }}" fstype: btrfs - name: create directory for ansible custom facts file: state=directory recurse=yes path=/etc/ansible/facts.d - name: create fact for doc...
- name: install docker apt: name=docker.io state=latest notify: docker from experimental - name: create docker fs filesystem: dev: "{{ docker_dev }}" fstype: btrfs - name: create directory for ansible custom facts file: state=directory recurse=yes path=/etc/ansible/facts.d - name: create fact for doc...
Prepare docker installation for further uses
Prepare docker installation for further uses Signed-off-by: Jan Losinski <577c4104c61edf9f052c616c0c23e67bef4a9955@wh2.tu-dresden.de>
YAML
bsd-3-clause
janLo/ansible-playground,janLo/ansible-playground,janLo/ansible-playground
07990457993ca3c1dcf39351940c6067021be3de
tasks/install-apt.yml
tasks/install-apt.yml
--- # Copyright 2016, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
--- # Copyright 2016, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Remove ansible<2.2 apt cache hack
Remove ansible<2.2 apt cache hack Now ansible apt module correctly behaves, so it's time to deprecate these cruft tasks for apt. Change-Id: I59c36e11fafa4842e1dde78c0afa0f757d5ba670
YAML
apache-2.0
openstack/openstack-ansible-memcached_server,openstack/openstack-ansible-memcached_server
16bb633da12f4f301ece6b667a024fb0ab33b5a3
etc/log4j2_java.yaml
etc/log4j2_java.yaml
configuration: status: warn name: Odenos Logging packages: com.datastax.logging.appender appenders: Console: name: Console PatternLayout: Pattern: "%d{HH:mm:ss.SSS} %-5level %logger{2} %X - %msg%n" ThresholdFilter: level: error File: name: File fileName: ...
configuration: status: warn name: Odenos Logging packages: com.datastax.logging.appender appenders: Console: name: Console PatternLayout: Pattern: "%d{HH:mm:ss.SSS} %-5level %logger{2} txid: %replace{%X{txid}}{^$}{-} - %msg%n" ThresholdFilter: level: error File: ...
Change PatternLayout in stdout, file.
Change PatternLayout in stdout, file.
YAML
apache-2.0
nis-sdn/odenos,haizawa/odenos,haizawa/odenos,o3project/odenos,nis-sdn/odenos,o3project/odenos,nis-sdn/odenos,haizawa/odenos,nis-sdn/odenos,nis-sdn/odenos,o3project/odenos,o3project/odenos,haizawa/odenos,o3project/odenos,haizawa/odenos
44206fc0b1356317413b6dc6256934945482ee88
stanford/lagunita/worker1.yml
stanford/lagunita/worker1.yml
#!/usr/bin/env ansible-playbook --- - include: ../playbooks/worker.yml vars: CLUSTER_INSTANCE_TYPE: r4.xlarge CLUSTER_NUMBER: 1 COMMON_DEPLOYMENT: lagunita edx_platform_version: master EDXAPP_COMPREHENSIVE_THEME_VERSION: master
#!/usr/bin/env ansible-playbook --- - include: ../playbooks/worker.yml vars: CLUSTER_INSTANCE_TYPE: r4.xlarge CLUSTER_NUMBER: 1 COMMON_DEPLOYMENT: lagunita
Remove lagunita worker version overrides
Remove lagunita worker version overrides
YAML
agpl-3.0
Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration,Stanford-Online/configuration
9fe21020e037a72bf9d1ed2133e84a81b0893053
contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml
contrib/flavor/ngs_pipeline_minimal/packages-homebrew.yaml
# Packages available in the Homebrew and Linuxbrew package manager --- minimal: - cmake - s3gof3r perl: - cpanminus bio_nextgen: alignment: - bwa - bwakit - bowtie2 - novoalign - rna-star # - snap-aligner # Needs sync with homebrew-cbl/homebrew-science and compile on older gcc - top...
# Packages available in the Homebrew and Linuxbrew package manager --- minimal: - cmake - s3gof3r perl: - cpanminus bio_nextgen: alignment: - bwa - bwakit - bowtie2 - novoalign - rna-star # - snap-aligner # Needs sync with homebrew-cbl/homebrew-science and compile on older gcc - top...
Use bamtools build without explicit cmake dependency causing build issues
Use bamtools build without explicit cmake dependency causing build issues
YAML
mit
heuermh/cloudbiolinux,AICIDNN/cloudbiolinux,chapmanb/cloudbiolinux,joemphilips/cloudbiolinux,heuermh/cloudbiolinux,pjotrp/cloudbiolinux,kdaily/cloudbiolinux,averagehat/cloudbiolinux,elkingtonmcb/cloudbiolinux,heuermh/cloudbiolinux,averagehat/cloudbiolinux,elkingtonmcb/cloudbiolinux,AICIDNN/cloudbiolinux,joemphilips/clo...
df5db9528327e2b93fb37fc1ce12d851fb0f1585
config/govuk_index/migrated_formats.yaml
config/govuk_index/migrated_formats.yaml
migrated: # Contacts - contact # Publisher - answer - guide - help_page - licence - local_transaction - place - transaction - simple_smart_answer # Specialist Publisher - aaib_report - asylum_support_decision - business_finance_support_scheme - cma_case - countryside_stewardship_grant - dfid_research_output - drug_safe...
migrated: # Contacts - contact # Publisher - answer - guide - help_page - licence - local_transaction - place - transaction - simple_smart_answer # Specialist Publisher - aaib_report - asylum_support_decision - business_finance_support_scheme - cma_case - countryside_stewardship_grant - dfid_research_output - drug_safe...
Index additional service manual formats
Index additional service manual formats These two formats should also have been part of the previous [PR](https://github.com/alphagov/rummager/pull/1024)
YAML
mit
alphagov/rummager,alphagov/rummager
70cd4b2ea3c6c380ed700c587fe6bde8a3008dc7
.github/workflows/run-tests.yml
.github/workflows/run-tests.yml
name: Run Tests on: push: pull_request: jobs: phpunit: runs-on: ubuntu-latest name: PHPUnit test suite services: postgres: image: postgres:12 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: jbuktest ports: ...
name: Run Tests on: push: pull_request: jobs: phpunit: runs-on: ubuntu-latest name: PHPUnit test suite services: postgres: image: postgres:12 env: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: jbuktest ports: ...
Make sure puppeteer is installed for actions
Make sure puppeteer is installed for actions
YAML
cc0-1.0
jonnybarnes/jonnybarnes.uk,jonnybarnes/jonnybarnes.uk,jonnybarnes/jonnybarnes.uk
4b3a97230f575f1945df5812e1ef54ba2176f163
roles/wordpress-setup/tasks/nginx-includes.yml
roles/wordpress-setup/tasks/nginx-includes.yml
--- - name: Create includes.d directories file: path: "{{ nginx_path }}/includes.d/{{ item }}" state: directory mode: 0755 with_items: "{{ wordpress_sites.keys() }}" register: nginx_includes_paths - name: Template files out to includes.d template: src: "includes.d/{{ item }}" dest: "{{ ngin...
--- - name: Build list of Nginx includes templates find: paths: roles/wordpress-setup/templates/includes.d pattern: "*.conf.j2" recurse: yes become: no connection: local register: nginx_includes_templates - name: Create includes.d directories file: path: "{{ nginx_path }}/includes.d/{{ item }...
Use find module to build list of Nginx includes without errors
Use find module to build list of Nginx includes without errors
YAML
mit
mAAdhaTTah/bedrock-ansible,mAAdhaTTah/bedrock-ansible,partounian/trellis,kalenjohnson/trellis,NicBeltramelli/trellis,jeffstieler/bedrock-ansible,fullyint/trellis,pressbooks/trellis,newtonne/trellis,alan-c/trellis,Twansparant/trellis-db-sync,cimocimocimo/cimo-wordpress-server,alan-c/trellis,cimocimocimo/cimo-wordpress-s...
de8e521e3ea1434c09ac4db0b82b5f3ad71fa9a8
config/oracle_jre.yml
config/oracle_jre.yml
# Cloud Foundry Java Buildpack # Copyright (c) 2013 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unl...
# Cloud Foundry Java Buildpack # Copyright (c) 2013 the original author or authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unl...
Update the Oracle JRE to Java 8
Update the Oracle JRE to Java 8 The Oracle JRE configuration needs to be updated to Java 8 to be consistent with the Open JDK Java version. This commit changes that configuration. [#70715740]
YAML
apache-2.0
snaik17/java-buildpack,thesrinivas/java-buildpack,ctoestreich/java-buildpack,mtrocchio/MyCF,chrisumbel/java-buildpack,santoshsrivastava/kieserver_mvn,seakayone/java-buildpack,my3D-Team/java-buildpack,mcelrojb58/java-buildpack,alokhm/java-multi-jar-buildpack,snaik17/java-buildpack,hmlingesh/java-buildpack,sureshkatragad...
b9da60c29bf84e77d61a547b8eb667cdac72c2fb
.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.1 jobs: build: docker: - image: circleci/node:14.14 working_directory: ~/repo steps: - checkout # Download and cache dependencies - restor...
# JavaScript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2.1 jobs: build: docker: - image: circleci/node:14.15 working_directory: ~/repo steps: - checkout # Download and cache dependencies - restor...
Update circleci/node Docker tag to v14.15
Update circleci/node Docker tag to v14.15 Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
YAML
mit
paazmaya/tozan
93e38a6329a6958783166ef92ba09cc29593141c
.appveyor.yml
.appveyor.yml
# AppVeyor configuration file for broadbean branches: only: - master - version1.0 environment: CONDA_INSTALL_LOCATION: "C:\\Miniconda36-x64" # Do not use MSBuild build: false # Init scripts # Install scripts install: - set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%; - conda updat...
# AppVeyor configuration file for broadbean branches: only: - master - version1.0 environment: global: CONDA_INSTALL_LOCATION: "C:\\Miniconda36-x64" # Do not use MSBuild build: false # Init scripts # Install scripts install: - set PATH=%CONDA_INSTALL_LOCN%;%CONDA_INSTALL_LOCN%\scripts;%PATH%; -...
Make the conda install path globally known
Make the conda install path globally known
YAML
mit
WilliamHPNielsen/broadbean
9aec1d0026c84e8f1a27fec0503db728b05adf06
.appveyor.yml
.appveyor.yml
environment: global: RANDOM_SEED: 0 matrix: - PYTHON_MAJOR: 3 PYTHON_MINOR: 5 - PYTHON_MAJOR: 3 PYTHON_MINOR: 6 - PYTHON_MAJOR: 3 PYTHON_MINOR: 7 cache: - .venv -> poetry.lock install: # Add Make and Python to the PATH - copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make....
environment: global: RANDOM_SEED: 0 matrix: - PYTHON_MAJOR: 3 PYTHON_MINOR: 6 - PYTHON_MAJOR: 3 PYTHON_MINOR: 7 cache: - .venv -> poetry.lock install: # Add Make and Python to the PATH - copy C:\MinGW\bin\mingw32-make.exe C:\MinGW\bin\make.exe - set PATH=%PATH%;C:\MinGW\bin - set...
Remove Python 3.5 from Windows build matrix
Remove Python 3.5 from Windows build matrix
YAML
mit
jacebrowning/coverage-space-cli
1367f70fbc16af76f1d77161bb8f769ff48c0348
docs/_data/nav.yml
docs/_data/nav.yml
- title: Getting started pages: - title: Introduction - title: Download - title: Browsers & devices - title: Options - title: Flexbox - title: Build tools - title: Best practices - title: Layout pages: - title: Overview - title: Grid - title: Media object - title: Respon...
- title: Getting started pages: - title: Introduction - title: Download - title: Contents - title: Browsers & devices - title: JavaScript - title: Options - title: Flexbox - title: Build tools - title: Best practices - title: Layout pages: - title: Overview - title: Grid...
Add missing pages to "Getting started" TOC
Docs: Add missing pages to "Getting started" TOC Fixes #17986 [skip sauce]
YAML
mit
janseliger/bootstrap,inway/bootstrap,davethegr8/bootstrap,GerHobbelt/bootstrap,Delagen/bootstrap,abvalentine/bootstrap,SweetProcess/bootstrap,lemuelbarango/bootstrap,vsn4ik/bootstrap,SweetProcess/bootstrap,IdanCo/bootstrap,frostbitten/bootstrap,tagliala/bootstrap,n054/bootstrap,seanwu99/bootstrap,copperdesign/bootstrap...
ded7cd9e40629bdd56923081eeb503c7be6331e3
config/worker.osx.yml
config/worker.osx.yml
json: travis_build_environment: use_tmpfs_for_builds: false home: /Users/travis group: staff recipes: - homebrew - travis_build_environment::osx - rvm::multi
json: travis_build_environment: use_tmpfs_for_builds: false home: /Users/travis group: staff rvm: default: 1.9.3 rubies: - name: 1.8.7 - name: 1.9.3 gems: - bundler - rake recipes: - homebrew - travis_build_environment::osx - rvm::multi
Install 1.8.7 and 1.9.3 on OS X box
Install 1.8.7 and 1.9.3 on OS X box
YAML
mit
travis-ci/travis-boxes
c14747bd78760c5581ea6eb8633d44ce4d8b761e
.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:10.16.1 # Specify service dependencies here if necessary # CircleC...
# 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:12.13.0 # Specify service dependencies here if necessary # CircleC...
Update node.js version for circleci
Update node.js version for circleci
YAML
mit
brendannee/node-gtfs,BlinkTagInc/node-gtfs,BlinkTagInc/node-gtfs,BlinkTagInc/node-gtfs
c614b0a8ec4380a1b2819b3a891c96e7a6f8c300
.circleci/config.yml
.circleci/config.yml
version: 2.0 jobs: build: docker: - image: circleci/node:4.8.2 steps: - checkout - run: name: Test command: ./test/e2e.sh
version: 2.0 jobs: build: docker: - image: circleci/node:8 steps: - checkout - run: name: Test command: ./test/e2e.sh
Use node 8 in build
Use node 8 in build
YAML
mit
MaartenDesnouck/google-apps-script,MaartenDesnouck/google-apps-script
33aa4d88ae052f894a203004217da1c4ac8c280b
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.2@sha256:398089ea890e222b56bc8fcc905df6caf89cf6cf9000148ce1d755210fbb4405 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.2@sha256:5b39ae733466100d9231a42f882e58df00f5bcf2caebaa45266aea01135a3963 working_directory: ~/repo steps: - checko...
Update circleci/python:3.7.2 Docker digest to 5b39ae7
Update circleci/python:3.7.2 Docker digest to 5b39ae7
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
316e2ee49dfa85d1cba825b05f2084eeedfa90df
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:07d4860bef011cb9f133bdb967fc707be56780968db7091f2770e97bebfbfd44 working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.3@sha256:d95601afe4bf164ac9356bef5a1fa4fe027e5cd95e65c846bf610be4dc2a4de3 working_directory: ~/repo steps: - checko...
Update circleci/python:3.7.3 Docker digest to d95601a
Update circleci/python:3.7.3 Docker digest to d95601a
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
9ffdafdf791d584de9385fddf0d6e4f43e15dcca
.circleci/matrix.yml
.circleci/matrix.yml
env: - RUSTUP_TOOLCHAIN=1.15.0 - RUSTUP_TOOLCHAIN=1.16.0 - RUSTUP_TOOLCHAIN=1.17.0 command: - export CARGO_TARGET_DIR="$PWD/target/$RUSTUP_TOOLCHAIN" REPORT_DIR="$PWD/test-reports/$RUSTUP_TOOLCHAIN" && cargo build && mkdir -p "$REPORT_DIR" && cargo test-junit --name="$REPORT_DIR/report"
env: - RUSTUP_TOOLCHAIN=1.15.0 - RUSTUP_TOOLCHAIN=1.16.0 - RUSTUP_TOOLCHAIN=1.17.0 command: - export CARGO_TARGET_DIR="$PWD/target/$RUSTUP_TOOLCHAIN" REPORT_DIR="$PWD/test-reports/$RUSTUP_TOOLCHAIN" && cargo build --verbose && mkdir -p "$REPORT_DIR" && cargo test-junit --name="$REPORT_DIR/report"
Make CircleCI Cargo build verbose
Make CircleCI Cargo build verbose
YAML
mit
devurandom/libdrm-sys-rs,devurandom/libdrm-sys-rs,devurandom/libdrm-sys-rs
0fa56115928d0782a691ff194527999e9ad4acc5
packages/op/optional-args.yaml
packages/op/optional-args.yaml
homepage: '' changelog-type: '' hash: f3b5ea2354b1ec16153dfe46f1b4e61a9c324b93ce6ccd8550665c59622cc37f test-bench-deps: {} maintainer: Gabriel439@gmail.com synopsis: Optional function arguments changelog: '' basic-deps: base: ! '>=4.5 && <5' all-versions: - 1.0.0 - 1.0.1 - 1.0.2 author: Gabriel Gonzalez latest: 1.0.2...
homepage: '' changelog-type: '' hash: 83f6a4c838bf011e85ea5573bfd4d7f8a8516d97c64d07135b1713526135aa39 test-bench-deps: {} maintainer: Gabriel439@gmail.com synopsis: Optional function arguments changelog: '' basic-deps: base: ! '>=4.5 && <5' all-versions: - 1.0.0 - 1.0.1 - 1.0.2 author: Gabriel Gonzalez latest: 1.0.2...
Update from Hackage at 2019-05-12T20:45:52Z
Update from Hackage at 2019-05-12T20:45:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
f9764bbb9dcdee2954c617fe22057d423f8b077d
.erb-lint.yml
.erb-lint.yml
--- linters: ErbSafety: enabled: true Rubocop: enabled: true rubocop_config: inherit_from: - .rubocop.yml Layout/InitialIndentation: Enabled: false Layout/TrailingBlankLines: Enabled: false Layout/TrailingWhitespace: Enabled: false Naming/Fil...
--- linters: ErbSafety: enabled: true Rubocop: enabled: true rubocop_config: inherit_from: - .rubocop.yml Layout/InitialIndentation: Enabled: false Layout/TrailingBlankLines: Enabled: false Layout/TrailingWhitespace: Enabled: false Naming/Fil...
Use only ErbSafety to check ERB output safety
Use only ErbSafety to check ERB output safety
YAML
mit
publify/publify,publify/publify,publify/publify
b90c83634427fb341beed9411884fb4a6213e3d3
tusk.yml
tusk.yml
--- options: fast: usage: Skip slow linters/tests type: bool tasks: bootstrap: usage: Set up the app for first time use run: - command: - go get -u gopkg.in/alecthomas/gometalinter.v1 - go get -u github.com/golang/dep/cmd/dep - dep ensure lint: usage: Run ...
--- options: fast: usage: Skip slow linters/tests type: bool tasks: bootstrap: usage: Set up the app for first time use run: - command: - go get -u gopkg.in/alecthomas/gometalinter.v1 - go get -u github.com/golang/dep/cmd/dep - dep ensure lint: usage: Run ...
Add coverage to default test task
Add coverage to default test task
YAML
mit
rliebz/tusk,rliebz/tusk
5375bcc1cfb87764ad46ef4b09e11d5da556f7aa
.golangci.yml
.golangci.yml
run: deadline: 5m skip-files: - "rice-box.go$" issues: # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-issues-per-linter: 0 # Maximum count of issues with the same text. Set to 0 to disable. Default is 3. max-same-issues: 0 # We want to try and improve the comments in th...
run: deadline: 5m skip-files: - "rice-box.go$" issues: # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-issues-per-linter: 0 # Maximum count of issues with the same text. Set to 0 to disable. Default is 3. max-same-issues: 0 # We want to try and improve the comments in th...
Disable the golint package comment check due to its inaccuracy
Disable the golint package comment check due to its inaccuracy We can remove this exclusion after https://github.com/golang/lint/issues/381 is fixed by https://github.com/golang/lint/pull/380 or something else.
YAML
agpl-3.0
loadimpact/k6,loadimpact/k6
084bc03c8f2438d773e673dbe760592e036ffca5
.github/workflows/auto-update.yml
.github/workflows/auto-update.yml
name: Auto Update on: # schedule: # - cron: '*/5 * * * *' workflow_dispatch: jobs: nix: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: submodules: 'recursive' - uses: cachix/install-nix-action@v8 - uses: cachix/cachix-action@v6 with: name: vulk...
name: Auto Update on: # schedule: # - cron: '*/5 * * * *' workflow_dispatch: jobs: nix: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 with: submodules: 'recursive' - uses: cachix/install-nix-action@v8 - uses: cachix/cachix-action@v6 with: name: vulk...
Use bot to open update PR
Use bot to open update PR
YAML
bsd-3-clause
expipiplus1/vulkan,expipiplus1/vulkan,expipiplus1/vulkan
c84420dad41e4ba186d1875486d9c4efac8bbcad
.github/workflows/bazel-test.yaml
.github/workflows/bazel-test.yaml
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
# Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, ...
Install linters on the GitHub runners.
Install linters on the GitHub runners.
YAML
apache-2.0
phst/rules_elisp,phst/rules_elisp,phst/rules_elisp,phst/rules_elisp,phst/rules_elisp
afd81a321dcb57bd9b12453c43f377ce434f874c
extras/docker/compose/docker-compose.yml
extras/docker/compose/docker-compose.yml
version: '3.7' services: web: image: wger/devel:2.0-dev volumes: - type: bind source: ../../../ target: /home/wger/src/ ports: - 8000:8000 env_file: - ./dev.env depends_on: - db - cache db: image: postgres:12.0-alpine volumes: - type: ...
version: '3.7' services: web: image: wger/devel:2.0-dev volumes: - type: bind source: ../../../ target: /home/wger/src/ ports: - 8000:8000 env_file: - ./dev.env depends_on: - db - cache db: image: postgres:12.0-alpine volumes: - wger-p...
Use a volume to store postgres' data
Use a volume to store postgres' data
YAML
agpl-3.0
wger-project/wger,wger-project/wger,wger-project/wger,rolandgeider/wger,rolandgeider/wger,petervanderdoes/wger,petervanderdoes/wger,wger-project/wger,petervanderdoes/wger,rolandgeider/wger,petervanderdoes/wger,rolandgeider/wger
7806f0a252e8d261fd27274fbcd4ab4338278bff
ansible/roles/solr6/vars/main.yml
ansible/roles/solr6/vars/main.yml
artifactId: "solr" solr_version: "6.6.5" solr_mode: "" solr_zk_host: ""
artifactId: "solr" solr_version: "6.6.6" solr_mode: "" solr_zk_host: ""
Use solr-6.6.6 for solr6 role
Use solr-6.6.6 for solr6 role Signed-off-by: Peter Ansell <aaf1ec639befe0a570b950d5d6cbd0c6638a063e@yahoo.com>
YAML
apache-2.0
AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install,AtlasOfLivingAustralia/ala-install
dbf1583ed60bd816b739f96ba5b02d6947349a7b
lib/reevoocop.yml
lib/reevoocop.yml
LineLength: Max: 120 Documentation: Enabled: false AndOr: Enabled: false # Allow use of empty lines to visually group code into 'paragraphs' EmptyLines: Enabled: false Style/EmptyLinesAroundBlockBody: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/EmptyLinesAroundMethodBody: Enabled...
LineLength: Max: 120 Metrics/MethodLength: Max: 15 Documentation: Enabled: false AndOr: Enabled: false # Allow use of empty lines to visually group code into 'paragraphs' EmptyLines: Enabled: false Style/EmptyLinesAroundBlockBody: Enabled: false Style/EmptyLinesAroundClassBody: Enabled: false Style/Empty...
Increase max method length to 15 lines
Increase max method length to 15 lines
YAML
mit
reevoo/reevoocop
6ece6962acebb06469e3e71ecdb2811992246af7
_data/toc.yml
_data/toc.yml
entries: - title: Entry 1 pages: - title: Page 1 url: /page-1.html sections: - title: Section a - title: Section b - title: Section c - title: Page 2 url: /page-2.html sections: - title: Section a - title: Section b - title: Section c - title: Page 3 url: /page-3....
entries: - title: Entry 1 pages: - title: Page 1 url: page-1.html sections: - title: Section a - title: Section b - title: Section c - title: Page 2 url: page-1.html sections: - title: Section a - title: Section b - title: Section c - title: Page 3 url: page-1.htm...
Fix table of content relative link
Fix table of content relative link
YAML
mit
cedricss/photon-book-creator
24a0b54ab3c1507ca92ccb5858796dde406780e4
parmed/meta.yaml
parmed/meta.yaml
package: name: parmed version: !!str 2.7.3 source: fn: ParmEd-2.7.3.tar.gz url: https://github.com/ParmEd/ParmEd/archive/2.7.3.tar.gz build: number: 0 requirements: build: - python - numpy - setuptools run: - python - numpy - pandas - openmm about: home: http://parmed....
package: name: parmed version: !!str 2.7.3 source: fn: ParmEd-2.7.3.tar.gz url: https://github.com/ParmEd/ParmEd/archive/2.7.3.tar.gz build: number: 0 requirements: build: - python - numpy - setuptools run: - python - numpy - pandas about: home: http://parmed.github.io/Par...
Remove parmed dependence on openmm
Remove parmed dependence on openmm Since openmm is an optional dependency of parmed, can we remove the dependency? We are deploying our own versions of openmm and meld built against specific cuda versions. Installing parmed from the omnia channel tries to pull in openmm, which leads to a conflict.
YAML
mit
omnia-md/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,peastman/conda-recipes
6d34c6263fb1fea94c7c5d77b153edbd50721eaa
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: content/veille label: Veille create: all match: "**/*" - type: directory path: content/oss label: Oss create: all match: "**/*" - type: directory path: content/blog label: Blog create: all ...
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: content/veille label: Veille create: all match: "**/*" - type: directory path: content/oss label: Oss create: all match: "**/*" - type: directory path: content/blog label: Blog create: all ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
welcoMattic/welcoMattic.github.io,welcoMattic/welcoMattic.github.io
5a007a0c3e2f3f8f391f5bab0afb0fdf7c4b3e75
recipe/meta.yaml
recipe/meta.yaml
{% set name = "cca-babel" %} {% set version = "1.4.0" %} package: name: {{ name }} version: {{ version }} source: git_url: https://github.com/csdms/{{ name }} patches: - mac-inline.patch [osx] - override-java.patch [unix] requirements: build: - python >=2.7.13,<3 - numpy x.x [osx] - num...
{% set name = "cca-babel" %} {% set version = "1.4.0" %} package: name: {{ name }} version: {{ version }} source: git_url: https://github.com/csdms/{{ name }} patches: - mac-inline.patch [osx] - override-java.patch [unix] requirements: build: - python >=2.7.13,<3 - numpy x.x - libxml2 ...
Build with multiple numpy versions on linux, mac.
Build with multiple numpy versions on linux, mac.
YAML
mit
csdms-stack/cca-babel-recipe
f5e326bc6d661efb017709229cf296927e97d93e
recipe/meta.yaml
recipe/meta.yaml
package: name: conda-verify version: "0.2.1" source: path: ../ requirements: build: - python - setuptools run: - python build: script: python setup.py install about: home: https://github.com/conda/conda-verify license: BSD
package: name: conda-verify version: "2.0.1" source: path: ../ requirements: build: - python - setuptools run: - python build: script: python setup.py install about: home: https://github.com/conda/conda-verify license: BSD license_file: LICENSE.txt
Fix version number typo and add license_file to about
Fix version number typo and add license_file to about
YAML
bsd-3-clause
mandeep/conda-verify
77e6e2a2b57a59a00a7e18beeb5d7d3381df2973
.github/workflows/dev-build.yml
.github/workflows/dev-build.yml
name: Build Dev on: push jobs: main: name: "Build the EW project" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '18' - name: Cache node modules uses: actions/cache@v2 with: ...
name: Build Dev on: push env: node: 18 electron: ${{ env.electron }} jobs: main: name: "Build the EW project" runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: ${{ env.node }} - name: Cache node mo...
Use an env var for node and electron version
Use an env var for node and electron version
YAML
agpl-3.0
V-Paranoiaque/Ellas-War,V-Paranoiaque/Ellas-War,V-Paranoiaque/Ellas-War,V-Paranoiaque/Ellas-War
6b1f870e7d15ff1a419fb27f6a9071b49c4f3698
src/site/_config.yml
src/site/_config.yml
# For AppEngine safe: false port: 8081 source: site destination: appengine/build/static markdown: kramdown permalink: /articles/:title.html baseurl: /web fundamentals: /fundamentals url: /web highlighter: pygments pygments: true spotlights: false github: root: https://github.com/Google/WebFundamentals content: tree...
# For AppEngine safe: false port: 8081 source: site destination: appengine/build/static markdown: kramdown permalink: /articles/:title.html baseurl: /web fundamentals: /web/fundamentals url: /web highlighter: pygments pygments: true spotlights: false github: root: https://github.com/Google/WebFundamentals content: ...
Update base url on config
Update base url on config
YAML
apache-2.0
agektmr/WebFundamentals,abdshomad/WebFundamentals,beaufortfrancois/WebFundamentals,SungwonKim/WebFundamentals,sonyarianto/WebFundamentals,jeffposnick/WebFundamentals,lucab85/WebFundamentals,ebidel/WebFundamentals,jeffposnick/WebFundamentals,abdshomad/WebFundamentals,lucab85/WebFundamentals,beaufortfrancois/WebFundament...
3dc2559a0b2b245ea684543c04a5f2a7ebba8744
devtools/conda-recipe/meta.yaml
devtools/conda-recipe/meta.yaml
package: name: yank version: !!str 0.0.0 build: preserve_egg_dir: True number: 0 requirements: build: - python - cython - numpy - scipy - setuptools - netcdf4 - openmm - openmmtools - pymbar - ambermini - docopt - gaff2xml - jinja2 run: - python ...
package: name: yank version: !!str 0.0.0 build: preserve_egg_dir: True number: 0 requirements: build: - python - cython - numpy - scipy - setuptools - netcdf4 - openmm - openmmtools - pymbar - ambermini - docopt - gaff2xml - jinja2 run: - python ...
Add flag for skipping slow tests.
Add flag for skipping slow tests.
YAML
mit
choderalab/yank,andrrizzi/yank,choderalab/yank,andrrizzi/yank,andrrizzi/yank
4465ce22ca0fa6209458c5efae5add63c77a3f18
packages/as/asn1-codec.yaml
packages/as/asn1-codec.yaml
homepage: https://github.com/andrewthad/asn1-codec changelog-type: '' hash: 70ec2a9e531b1356127479fdeef9e3497a226ffddb544963188a65c856d816d8 test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: -any base: -any text: -any asn1-codec: -any HUnit: -any base16-bytestring: -any aeso...
homepage: https://github.com/andrewthad/asn1-codec changelog-type: '' hash: 09355f6ff521412fe003ba563e4de48e9256b31728b00589814f816840043534 test-bench-deps: test-framework-hunit: -any bytestring: -any test-framework: -any base: -any text: -any asn1-codec: -any HUnit: -any base16-bytestring: -any aeso...
Update from Hackage at 2018-10-01T11:46:03Z
Update from Hackage at 2018-10-01T11:46:03Z
YAML
mit
commercialhaskell/all-cabal-metadata
1450f06472a5621ba3dfd702705a6d0c3f2685cf
.travis.yml
.travis.yml
language: ruby sudo: false rvm: - jruby-head - ruby-head - jruby-9.0.1.0 - "2.2" - "2.1" - "2.0.0" - jruby-19mode gemfile: - gemfiles/ar42.gemfile - gemfiles/ar41.gemfile - gemfiles/ar40.gemfile - gemfiles/ar32.gemfile env: global: - JRUBY_OPTS="--dev" matrix: - ADAPTER="postgresql" ...
language: ruby sudo: false rvm: - jruby-head - ruby-head - jruby-9.0.1.0 - "2.2" - "2.1" - "2.0.0" - jruby-19mode gemfile: - gemfiles/ar42.gemfile - gemfiles/ar41.gemfile - gemfiles/ar40.gemfile - gemfiles/ar32.gemfile env: - ADAPTER="postgresql" - ADAPTER="derby" - ADAPTER="sqlite3" matrix:...
Revert JRuby setup since it made no difference
Revert JRuby setup since it made no difference
YAML
mit
donv/activerecord-time
b4e0708eb4f053dc9a99542e02f4ec1904b4a3cc
packages/fr/FractalArt.yaml
packages/fr/FractalArt.yaml
homepage: https://github.com/TomSmeets/FractalArt changelog-type: '' hash: 48d930dade2bd4a6227afe64520227357a9d829806e0f88726453c22609a09a9 test-bench-deps: {} maintainer: Tom.TSmeets@Gmail.com synopsis: Generates colorful wallpapers changelog: '' basic-deps: JuicyPixels: ! '>=3.2 && <3.3' mwc-random: ! '>=0.13 && ...
homepage: https://github.com/TomSmeets/FractalArt changelog-type: '' hash: 5ce975b8ccd2d1ed165abada3d4b8af27d8bac02783595343aac28a6d7617b74 test-bench-deps: {} maintainer: Tom.TSmeets@Gmail.com synopsis: Generates colorful wallpapers changelog: '' basic-deps: JuicyPixels: ! '>=3.2 && <3.3' mwc-random: ! '>=0.13 && ...
Update from Hackage at 2015-12-21T15:15:52+0000
Update from Hackage at 2015-12-21T15:15:52+0000
YAML
mit
commercialhaskell/all-cabal-metadata
5e44badbb582ef8daa96885346fa1542d09b546f
packages/gh/ghc-bignum.yaml
packages/gh/ghc-bignum.yaml
homepage: '' changelog-type: markdown hash: 5a5725f5aeff2d6ddd0022a009bb3a87d6ac4bbfd02e88dcd93ded2b13e1475b test-bench-deps: {} maintainer: libraries@haskell.org synopsis: GHC BigNum library changelog: | # Changelog for `ghc-bignum` package ## 1.2 - Moved naturalToDouble# and naturalToFloat# to `base` package ...
homepage: '' changelog-type: markdown hash: 5a5725f5aeff2d6ddd0022a009bb3a87d6ac4bbfd02e88dcd93ded2b13e1475b test-bench-deps: {} maintainer: libraries@haskell.org synopsis: GHC BigNum library changelog: | # Changelog for `ghc-bignum` package ## 1.2 - Moved naturalToDouble# and naturalToFloat# to `base` package ...
Update from Hackage at 2022-04-11T09:29:28Z
Update from Hackage at 2022-04-11T09:29:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
ad47ca4cbd3f158b50834649077832689e641618
buildspec.yml
buildspec.yml
version: 0.2 phases: install: commands: - pip install -r requirements.txt build: commands: - pytest test artifacts: files: - stringer - permutations_cli.py - permutations_app.py - log_redaction_cli.py
version: 0.2 phases: install: commands: - pip install -r requirements.txt build: commands: - pytest test artifacts: files: - stringer/**/* - permutations_cli.py - permutations_app.py - log_redaction_cli.py
Edit to include the directory for stringer and verified with UI that this worked. Publish to test through the service.
Edit to include the directory for stringer and verified with UI that this worked. Publish to test through the service.
YAML
apache-2.0
kalaboster/stringer,kalaboster/stringer
c321a9c8cfd6a7d32004efa119d09131c1ea596a
test-environment.yml
test-environment.yml
name: skantest dependencies: - python>=3.6* - setuptools>=19.6* - numba>=0.29 - numpy>=1.11* - numpydoc>=0.5* - scipy>=1.0* - scikit-image>=0.14* - networkx>=2.0* - matplotlib>=3.0.2* - pandas>=0.24* - openpyxl>=2.4* - xlrd>=1.0* - pytest>=3* - coverage>=4.0 - pytest-cov>=2.2 - click>=0.5 - pip: - hypothesis>=3.6 -...
name: skantest dependencies: - python>=3.6* - setuptools>=19.6* - numba>=0.29 - numpy>=1.11* - numpydoc>=0.5* - scipy>=1.0* - scikit-image>=0.14* - networkx>=2.0* - matplotlib>=3.0.2* - pandas>=0.24* - openpyxl>=2.4* - xlrd>=1.0* - pytest>=3* - coverage>=4.0 - pytest-cov>=2.2 - click>=0.5 - pip: - tifffile>=2019.* ...
Add tifffile to test env
Add tifffile to test env
YAML
bsd-3-clause
jni/skan
e1950a13ca9089da079e6e01bd163d8a525ad9a8
packages/ps/psql-utils.yaml
packages/ps/psql-utils.yaml
homepage: https://github.com/Lupino/yuntan-common/tree/master/psql-utils#readme changelog-type: '' hash: 8486320f274c4a77e75564728866b59d6224d29fcea7419b842ccd483579a42f test-bench-deps: {} maintainer: lmjubuntu@gmail.com synopsis: PostgreSQL Simple util tools. changelog: '' basic-deps: base: '>=4.7 && <5' time: -a...
homepage: https://github.com/Lupino/yuntan-common/tree/master/psql-utils#readme changelog-type: '' hash: 268cbbbf725e8065d0336062d6075aec86470ea5f75ecd4f64081ba6a0d7a435 test-bench-deps: {} maintainer: lmjubuntu@gmail.com synopsis: PostgreSQL Simple util tools. changelog: '' basic-deps: base: '>=4.7 && <5' time: -a...
Update from Hackage at 2020-09-14T01:43:34Z
Update from Hackage at 2020-09-14T01:43:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
e6284b69acbd290d7fc170a8cc8f0acbb7800792
packages/ti/tidal-midi.yaml
packages/ti/tidal-midi.yaml
homepage: http://tidal.lurk.org/ changelog-type: '' hash: ebd4882c7810fa9ad9a2b046aa5dc5fa24a213079289efde650717a65bf95627 test-bench-deps: {} maintainer: Alex McLean <alex@slab.org>, Mike Hodnick <mike.hodnick@gmail.com> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -...
homepage: http://tidal.lurk.org/ changelog-type: '' hash: fe86dee6e6fa0be36385d2c2f0b9ebfc812324a351a0d0d076290fc32bd568e4 test-bench-deps: {} maintainer: Alex McLean <alex@slab.org>, Mike Hodnick <mike.hodnick@gmail.com> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -...
Update from Hackage at 2016-12-20T09:28:52Z
Update from Hackage at 2016-12-20T09:28:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
401d0c99baba631da754bb15d0e493280e618bc9
config/prisons/HOI-high-down.yml
config/prisons/HOI-high-down.yml
--- name: High Down nomis_id: HOI address: - Sutton Lane - SM2 5PJ email: socialvisits.highdown@hmps.gsi.gov.uk enabled: true estate: High Down phone: 020 7147 6570 slot_anomalies: 2015-12-21: - 1400-1600 2015-12-28: - 1400-1600 slots: sat: - 1400-1600 sun: - 1400-1600 thu: - 1400-1600 tue: - 14...
--- name: High Down nomis_id: HOI address: - Sutton Lane - SM2 5PJ email: socialvisits.highdown@hmps.gsi.gov.uk enabled: true estate: High Down phone: 020 7147 6570 slot_anomalies: 2015-12-21: - 1400-1600 2015-12-28: - 1400-1600 2015-12-09: - 1400-1600 slots: sat: - 1400-1600 sun: - 1400-1600 thu:...
Update High Down 9th December
Update High Down 9th December Adding slot anomaly for 9th December
YAML
mit
ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits
a9827033fb064dc7edfff9cebee0c40d2d0fcd19
spec/dummy/config/database.yml
spec/dummy/config/database.yml
development: adapter: mysql2 encoding: utf8 reconnect: false database: monologue_development pool: 5 username: david password: davidsql test: adapter: mysql2 encoding: utf8 reconnect: false database: monologue_test pool: 5 username: david password: davidsql
development: adapter: mysql2 encoding: utf8 reconnect: false database: monologue_development pool: 5 username: root password: test: adapter: mysql2 encoding: utf8 reconnect: false database: monologue_test pool: 5 username: root password:
Reset password for db in dummy app
Reset password for db in dummy app
YAML
mit
jaimerson/monologue,caitlingoldman/monologue,thiesa/monologue,kyle-annen/monologue,bertomartin/monologue,jipiboily/monologue,abreckner/monologue,caitlingoldman/monologue,bertomartin/monologue,caitlingoldman/monologue,bertomartin/monologue,abreckner/monologue,jaimerson/monologue,kyle-annen/monologue,tam-vo/monologue,thi...
1f74f229268b8e3051fcd7d6b2e0a0a4a1ed4dc3
roles/dev/defaults/main.yml
roles/dev/defaults/main.yml
--- dev_bashrc_path: "{{ ansible_env.HOME }}/.bashrc" dev_jetbrains_applications: - { name: goland, version: '2021.2.2', url_prefix: 'https://download.jetbrains.com/go/goland-' } - { name: idea, version: '2021.2.2', url_prefix: 'https://download.jetbrains.com/idea/ideaIU-' } - { name: pycharm, version: '2021.2.2', ur...
--- dev_bashrc_path: "{{ ansible_env.HOME }}/.bashrc" dev_jetbrains_applications: - { name: goland, version: '2020.2.4', url_prefix: 'https://download.jetbrains.com/go/goland-' } - { name: idea, version: '2020.2.4', url_prefix: 'https://download.jetbrains.com/idea/ideaIU-' } - { name: pycharm, version: '2020.2.5', ur...
Downgrade to last licensed version of jetbrains apps
Downgrade to last licensed version of jetbrains apps
YAML
mit
andornaut/ansible-workstation
c8b4a4b9642a65bcc20b5982be42ea9abf37571c
examples/simpleagent/config.yml
examples/simpleagent/config.yml
--- :user: nanite :pass: testing :vhost: /nanite
--- :user: nanite :pass: testing :vhost: /nanite :identity: simpleagent
Add identity for simpleagent example nanite so it does not produce log files with UUIDs
Add identity for simpleagent example nanite so it does not produce log files with UUIDs
YAML
apache-2.0
raphael/nanite,beni55/nanite,ezmobius/nanite
13f87b8a18196582806dc4c66ec74d6514422c8a
manifest.jenkins.yml
manifest.jenkins.yml
applications: - name: pz-gateway host: pz-gateway path: pz-gateway.jar domain: stage.geointservices.io memory: 512M instances: 1 timeout: 80
applications: - name: pz-gateway host: pz-gateway path: pz-gateway.jar buildpack: java_buildpack_offline domain: stage.geointservices.io memory: 512M instances: 1 timeout: 80
Revert "Attempt not specifying a buildpack"
Revert "Attempt not specifying a buildpack" This reverts commit 7ab9134ef8c1104d7cba25d978846ce6211c62f9.
YAML
apache-2.0
venicegeo/pz-gateway,venicegeo/pz-gateway,venicegeo/pz-gateway
927526084c5148362699245e6a59a66f709337d2
metadata/com.flasskamp.subz.yml
metadata/com.flasskamp.subz.yml
Categories: - Money License: MIT AuthorName: Christian Flaßkamp SourceCode: https://codeberg.org/epinez/Subz/ IssueTracker: https://codeberg.org/epinez/Subz/issues AutoName: Subz RepoType: git Repo: https://codeberg.org/epinez/Subz.git Builds: - versionName: '1.0' versionCode: 1 commit: v1.0-fdroid-fix2 ...
Categories: - Money License: MIT AuthorName: Christian Flaßkamp SourceCode: https://codeberg.org/epinez/Subz/ IssueTracker: https://codeberg.org/epinez/Subz/issues AutoName: Subz RepoType: git Repo: https://codeberg.org/epinez/Subz.git Builds: - versionName: '1.0' versionCode: 1 commit: v1.0-fdroid-fix2 ...
Update Subz to 1.1 (2)
Update Subz to 1.1 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
58ae6b4ba6bf7c2e5a87c2d86dda8ed164bc0f9a
metadata/fr.covidat.android.yml
metadata/fr.covidat.android.yml
Categories: - Navigation - Sports & Health License: CECILL-2.1 AuthorName: Codefish AuthorEmail: codefish@online.fr SourceCode: https://gitlab.com/codefish42/covidat IssueTracker: https://gitlab.com/codefish42/covidat/issues AutoName: CovidAt RepoType: git Repo: https://gitlab.com/codefish42/covidat.git Builds: ...
Categories: - Navigation - Sports & Health License: CECILL-2.1 AuthorName: Codefish AuthorEmail: codefish@online.fr SourceCode: https://gitlab.com/codefish42/covidat IssueTracker: https://gitlab.com/codefish42/covidat/issues AutoName: CovidAt RepoType: git Repo: https://gitlab.com/codefish42/covidat.git Builds: ...
Update CovidAt to 3.0.0 (7)
Update CovidAt to 3.0.0 (7)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
c2334bc09b0a137c36c45a0042cb87f30e94faa0
meta/main.yml
meta/main.yml
# file: nginx/meta/main.yml galaxy_info: author: pjan vandaele company: Ansibles description: Install and configure Nginx min_ansible_version: 1.4 license: MIT platforms: - name: Ubuntu versions: - all categories: - system dependencies: - Ansibles.hostname - Ansibles.apt - Ansibles.bui...
# file: nginx/meta/main.yml galaxy_info: author: pjan vandaele company: Ansibles description: Install and configure Nginx min_ansible_version: 1.4 license: MIT platforms: - name: Ubuntu versions: - all categories: - system dependencies: - Ansibles.hostname - Ansibles.apt - Ansibles.bui...
Add condition to Ansible.monit dependency
Add condition to Ansible.monit dependency
YAML
mit
ANXS/nginx,benbovy/nginx,KrashStudio/nginx,orlissenberg/ansible-nginx,benbovy/nginx,KrashStudio/nginx,ANXS/nginx,orlissenberg/ansible-nginx
38f754d631ce8fd7a88d6a37c0075a0e2847f375
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: 78bdd2280384ec8cdbe2f44e49ca26e37dcef65a50b82ba45e64019e6feccd51 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
homepage: '' changelog-type: '' hash: 3ad9f39cd04a72bc75af6422260c516e076dd8922747f8932857e5e8fd669156 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2...
Update from Hackage at 2018-05-07T07:38:45Z
Update from Hackage at 2018-05-07T07:38:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
f65d5d29943c6facf76fd09df1ac5d93a4200652
packages/dm/dmc.yaml
packages/dm/dmc.yaml
homepage: https://github.com/ciez/dmc changelog-type: markdown hash: b7c1b4230c6c50c0e6f5617c85330823c598dd435e0ab53a925412e548cf9aa3 test-bench-deps: base: ! '>=4.8' hspec: ! '>=2.1.7' process: ! '>=1.3.0.0' dmc: -any QuickCheck: ! '>=2.8.1' maintainer: Imants Cekusins synopsis: run shell commands from code ...
homepage: https://github.com/ciez/dmc changelog-type: markdown hash: a6e8ae3524d68892f9bd71b80c0cb52f4ef0c11ec7212b554f63e25ae65afde6 test-bench-deps: base: ! '>=4.8' hspec: ! '>=2.1.7' process: ! '>=1.3.0.0' dmc: -any QuickCheck: ! '>=2.8.1' maintainer: Imants Cekusins synopsis: ! 'cmd: run shell commands fr...
Update from Hackage at 2016-12-09T06:36:11Z
Update from Hackage at 2016-12-09T06:36:11Z
YAML
mit
commercialhaskell/all-cabal-metadata
d72a653f9fb7dfcbe58ec32236030d6df774b60e
packages/re/rei.yaml
packages/re/rei.yaml
homepage: https://github.com/kerkomen/rei changelog-type: '' hash: bd3c72750f7cfad86d6f5953754bef799b9a3958e4e66ce6fa5b35c4a82fe674 test-bench-deps: {} maintainer: Daniel synopsis: Process lists easily changelog: '' basic-deps: bytestring: -any split: -any base: ! '>=4.7 && <4.8' containers: -any regex-tdfa: ...
homepage: https://github.com/kerkomen/rei changelog-type: '' hash: 2076cd0059af9c9dfe864d97b1ec7d0e29128b28816dff652f543a2cc3bcb9e1 test-bench-deps: {} maintainer: Daniel synopsis: Process lists easily changelog: '' basic-deps: bytestring: -any split: -any base: ! '>=4.7 && <4.8' containers: -any regex-tdfa: ...
Update from Hackage at 2015-11-21T01:16:41+0000
Update from Hackage at 2015-11-21T01:16:41+0000
YAML
mit
commercialhaskell/all-cabal-metadata
7fc5e59edf867433120e41ff165337c4bafd3d44
meta/main.yml
meta/main.yml
--- # Setup dependencies here: # Dependencies are pulled into the play and executed in order # of appearance. dependencies: - { role: silpion.util } # https://galaxy.ansibleworks.com # Meta information required when uploading a role to the # galaxy. galaxy_info: author: Mark Kusch description: Manage Ja...
--- # Setup dependencies here: # Dependencies are pulled into the play and executed in order # of appearance. dependencies: - { role: silpion.util } # https://galaxy.ansibleworks.com # Meta information required when uploading a role to the # galaxy. galaxy_info: author: Mark Kusch description: Manage Ja...
Add dependency to min Ansible version 2.0.0.2
Add dependency to min Ansible version 2.0.0.2 Signed-off-by: Mark Kusch <100d753b1bf12c46cb1704d669587da1096d0b23@silpion.de>
YAML
apache-2.0
silpion/ansible-java,silpion/ansible-java,ludovicc/ansible-java,silpion/ansible-java,ludovicc/ansible-java,ludovicc/ansible-java
a21ba1265ae684d5e8f7e15cb184a6a521a53b76
.github/workflows/python-package.yml
.github/workflows/python-package.yml
name: Python package on: [push] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: ...
name: Python package on: [push] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: [3.8, 3.9] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: pyt...
Update python versions in github actions
Update python versions in github actions
YAML
mit
hudsonbrendon/python-musixmatch
012d9d350a8fe95fe051e14567793c1ab0532a7a
.rubocop_todo.yml
.rubocop_todo.yml
# This configuration was generated by `rubocop --auto-gen-config` # on 2015-04-12 17:50:17 +0200 using RuboCop version 0.30.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new ...
# This configuration was generated by `rubocop --auto-gen-config` # on 2015-04-12 17:50:17 +0200 using RuboCop version 0.30.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new ...
Increase the maximum values for ModuleLength and MethodLength
Increase the maximum values for ModuleLength and MethodLength
YAML
mit
NobodysNightmare/rubocop,apiology/rubocop,mikegee/rubocop,mikegee/rubocop,bquorning/rubocop,scottmatthewman/rubocop,mikegee/rubocop,unmanbearpig/rubocop,benlovell/rubocop,dennisfaust/rubocop,edmz/rubocop,sinsoku/rubocop,brunoocasali/rubocop,zvkemp/rubocop,irfanah/rubocop,sachin21/rubocop,ypresto/rubocop,lumeet/rubocop,...
caf4738f54159e1962b9158ae0820f0c5ade82a6
metadata/community.fairphone.checkup.yml
metadata/community.fairphone.checkup.yml
Categories: - System License: Apache-2.0 WebSite: https://github.com/WeAreFairphone/FP2-Checkup SourceCode: https://github.com/WeAreFairphone/FP2-Checkup IssueTracker: https://github.com/WeAreFairphone/FP2-Checkup/issues AutoName: Checkup Summary: An app that allows end users to test the features of their device Des...
Categories: - System License: Apache-2.0 WebSite: https://github.com/WeAreFairphone/FP2-Checkup SourceCode: https://github.com/WeAreFairphone/FP2-Checkup IssueTracker: https://github.com/WeAreFairphone/FP2-Checkup/issues AutoName: Fairphone Checkup Summary: An app that allows end users to test the features of their ...
Set autoname of Fairphone Checkup
Set autoname of Fairphone Checkup
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata