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
82519a245f9555239e2ed14edeb10e86429926ea
.circleci/config.yml
.circleci/config.yml
version: 2.1 jobs: build: docker: - image: circleci/rust:latest steps: - checkout - restore_cache: key: mkroman-tvtid-{{ arch }} - run: name: Build in debug mode command: cargo build - persist_to_workspace: root: . paths: ...
version: 2.1 jobs: test: docker: - image: circleci/rust:latest steps: - checkout - run: name: Run tests command: cargo test workflows: version: 2 run-tests: jobs: - test
Remove cache from CircleCI jobs
Remove cache from CircleCI jobs
YAML
mit
mkroman/tvtid
048e4e8dab6bb046e2cc51df367a1b90bdc275f4
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: test: docker: - image: circleci/php:5-node-browsers steps: - checkout - restore_cache: keys: - composer-cache-v1-{{ .Branch }}-{{ checksum "composer.lock" }} - composer-cache-v1-{{ .Branch }}- - composer-cache-v1- - run: m...
version: 2 jobs: test: docker: - image: circleci/php:5-apache-node-browsers steps: - checkout - restore_cache: keys: - composer-cache-v1-{{ .Branch }}-{{ checksum "composer.lock" }} - composer-cache-v1-{{ .Branch }}- - composer-cache-v1- -...
Modify circle image in hopes of getting bcmath
Modify circle image in hopes of getting bcmath
YAML
mit
lightstephq/lightstep-tracer-php,lightstephq/lightstep-tracer-php,lightstephq/lightstep-tracer-php
f180cd844e9081ab5af0970fcba78d1398583c8d
.circleci/config.yml
.circleci/config.yml
version: 2 executorType: docker jobs: build: docker: - image: circleci/clojure:lein-2.8.1 working_directory: ~/repo steps: - checkout - restore_cache: keys: - v1-dependencies-{{ .Branch }}-{{ .Revision }} - run: name: add lein voom command:...
version: 2 executorType: docker jobs: test: docker: - image: circleci/clojure:lein-2.8.1 working_directory: ~/repo steps: - checkout - restore_cache: keys: - "{{ .Environment.CIRCLE_PROJECT_REPONAME }}-{{ checksum \"project.clj\" }}" - run: name: add l...
Switch to circle workflows, only deploy on master, fix cache behavior.
Switch to circle workflows, only deploy on master, fix cache behavior.
YAML
epl-1.0
onyx-platform/onyx-peer-http-query
7ba647c9f8bb06b4b8d90f2ecef0eddda617582f
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:7.10 working_directory: ~/project/functions steps: - checkout: path: ~/project - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if ...
version: 2 jobs: build: docker: - image: circleci/node:7.10 working_directory: ~/project/functions steps: - checkout: path: ~/project - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if ...
Add build step to CI
Add build step to CI
YAML
apache-2.0
squanchy-dev/squanchy-firebase,squanchy-dev/squanchy-firebase
d70447904b7b184e2b4fd4220b615424154cf806
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: checkout_code: docker: - image: circleci/node:lts steps: - checkout - persist_to_workspace: root: . paths: . javascript: docker: - image: circleci/node:lts working_directory: ~/material-ui-pickers steps: - run: yarn lint -...
version: 2 jobs: checkout_code: docker: - image: circleci/node:lts working_directory: ~/material-ui-pickers steps: - checkout - persist_to_workspace: root: . paths: . javascript: docker: - image: circleci/node:lts working_directory: ~/material-ui-pick...
Add working directory for checkout_codew
Add working directory for checkout_codew
YAML
mit
mui-org/material-ui,mbrookes/material-ui,rscnt/material-ui,dmtrKovalenko/material-ui-pickers,oliviertassinari/material-ui,rscnt/material-ui,callemall/material-ui,mui-org/material-ui,callemall/material-ui,callemall/material-ui,oliviertassinari/material-ui,dmtrKovalenko/material-ui-pickers,mui-org/material-ui,mbrookes/ma...
169f778db7e0d2db61fc5ec6bf796ca290a51438
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: rikorose/gcc-cmake working_directory: ~/MeadowsECS steps: - checkout - run: command: | mkdir ~/build mkdir -p ~/release/lib mkdir -p ~/r...
version: 2 jobs: build: docker: - image: rikorose/gcc-cmake working_directory: ~/MeadowsECS steps: - checkout - run: command: | mkdir ~/build mkdir -p ~/release/lib mkdir -p ~/r...
Fix release tar.gz layout and add test results to artifacts
Fix release tar.gz layout and add test results to artifacts
YAML
mit
Konijnendijk/Meadows-ECS
4d9f73eff8b0b83dfbb648996d9fde601bdafd53
.circleci/config.yml
.circleci/config.yml
#### # Default job. # This job simply defines the iOS image, some environment variables # and stuff that all jobs should have ## default: &defaultJob # Set the xcode version this virtual machine will use macos: xcode: "10.1" # We need to set this for RVM. shell: /bin/bash --login # Default workflow will run...
#### # Default job. # This job simply defines the iOS image, some environment variables # and stuff that all jobs should have ## default: &defaultJob # Set the xcode version this virtual machine will use macos: xcode: "10.1.0" # We need to set this for RVM. shell: /bin/bash --login # Default workflow will r...
Update XCode version [ci deploy]
Update XCode version [ci deploy]
YAML
mit
mercadopago/px-ios,mercadopago/px-ios,mercadopago/px-ios,mercadopago/px-ios
fa319cd6b52585fd1e2d5a710da5cd8fa226f8f6
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: hokusai: artsy/hokusai@0.3.0 jobs: build-and-test: docker: - image: artsy/hokusai steps: - add_ssh_keys - checkout - setup_remote_docker - run: name: Test command: COMMIT_HASH_FULL=$(git rev-parse HEAD) CODECOV_TOKEN=$CODECOV_TOKEN BRANC...
version: 2.1 orbs: hokusai: artsy/hokusai@0.4.0 jobs: build-and-test: docker: - image: artsy/hokusai steps: - add_ssh_keys - checkout - setup_remote_docker - run: name: Test command: COMMIT_HASH_FULL=$(git rev-parse HEAD) CODECOV_TOKEN=$CODECOV_TOKEN BRANC...
Update hokusai orb to v0.4.0
Update hokusai orb to v0.4.0
YAML
mit
artsy/positron,artsy/positron,artsy/positron,artsy/positron
0162454ce8ec704ddf4939d3e87d4bed43ad8dd0
.circleci/config.yml
.circleci/config.yml
version: 2.1 jobs: "test": parameters: version: type: string default: "latest" docker: - image: "circleci/golang:<< parameters.version >>" working_directory: /go/src/github.com/tyler-sommer/stick environment: GO111MODULE: "on" steps: - checkout - run:...
version: 2.1 jobs: "test": parameters: version: type: string default: "latest" docker: - image: "cimg/go:<< parameters.version >>" working_directory: /go/src/github.com/tyler-sommer/stick environment: GO111MODULE: "on" steps: - checkout - run: ...
Use cimg/go in CircleCI build
Use cimg/go in CircleCI build
YAML
mit
tyler-sommer/stick
cffce51419c701424905b1d8d547c42bcf4ffc63
roles/ruby/tasks/main.yml
roles/ruby/tasks/main.yml
--- - name: Add Ruby ppa apt_repository: repo="ppa:brightbox/ruby-ng" update_cache=yes - name: Install Rubies + Dependencies apt: name="{{ item }}" state=present force=yes with_items: - ruby2.2 - ruby2.0-dev - ruby-dev # For compiling ruby gems - libreadline6 - libxslt-dev - libxml2-d...
--- - name: Add Ruby ppa apt_repository: repo="ppa:brightbox/ruby-ng" update_cache=yes - name: Install Rubies + Dependencies apt: name="{{ item }}" state=present force=yes with_items: - ruby2.2 - ruby2.2-dev # For compiling ruby gems - libreadline6 - libxslt-dev - libxml2-dev - zlib1g...
Use ruby2.2 so gem install works
Use ruby2.2 so gem install works
YAML
mit
Seravo/wp-palvelu-vagrant,Seravo/wp-vagrant
94e8f6e0b664f88e9ba7b06d7a2b49e1558ff44c
packages/ap/apiary-redis.yaml
packages/ap/apiary-redis.yaml
homepage: https://github.com/philopon/apiary changelog-type: '' hash: 5f3a36193ce1b35e77fcce26e33df0bff21b7ffcfd18bdac33f498acd0e4af22 test-bench-deps: {} maintainer: Winter Han<drkoster@qq.com> synopsis: redis support for apiary web framework. changelog: '' basic-deps: base: ! '>=4.7 && <5.0' apiary: ! '>=2.1 && <...
homepage: https://github.com/philopon/apiary changelog-type: '' hash: c604fa5bcefe997961f4721b00f6ad26352187a8870b93cd7f5841de38a7a605 test-bench-deps: {} maintainer: Winter Han<drkoster@qq.com> synopsis: redis support for apiary web framework. changelog: '' basic-deps: base: ! '>=4.7 && <5.0' apiary: ! '>=2.1 && <...
Update from Hackage at 2017-11-11T06:05:10Z
Update from Hackage at 2017-11-11T06:05:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
128f762b0b91231f4f212c284c2e281a97256791
recipes/mccabe/meta.yaml
recipes/mccabe/meta.yaml
{%set name = "mccabe" %} {%set version = "0.5.3" %} {%set hash_type = "sha256" %} {%set hash_val = "16293af41e7242031afd73896fef6458f4cad38201d21e28f344fff50ae1c25e" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] ...
{%set name = "mccabe" %} {%set version = "0.6.1" %} {%set hash_type = "sha256" %} {%set hash_val = "dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] ...
Update mccabe recipe to version 0.6.1
Update mccabe recipe to version 0.6.1
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
7bc83dd39f117c83c152df1102064bdd6166a84a
packages/li/linguistic-ordinals.yaml
packages/li/linguistic-ordinals.yaml
homepage: http://github.com/argiopetech/linguistic-ordinals changelog-type: '' hash: b04a76b57c6b6933748e11630799733432a3c61e4649d6557fd90baa7efc888c test-bench-deps: {} maintainer: elliot.robinson@argiopetech.com synopsis: Express Integral types as linguistic ordinals (1st, 2nd, 3rd, etc) changelog: '' basic-deps: b...
homepage: http://github.com/argiopetech/linguistic-ordinals changelog-type: '' hash: c47a9c6c60f5b9b6b771799170bb65e9caf02a2138867665ee7f888206e5e13b test-bench-deps: {} maintainer: elliot.robinson@argiopetech.com synopsis: Express Integral types as linguistic ordinals (1st, 2nd, 3rd, etc) changelog: '' basic-deps: b...
Update from Hackage at 2015-10-22T08:18:14+0000
Update from Hackage at 2015-10-22T08:18:14+0000
YAML
mit
commercialhaskell/all-cabal-metadata
994657579ac635b73063c9b94ecb225848769b0e
examples/user-config/apps/aem-stack-manager.yaml
examples/user-config/apps/aem-stack-manager.yaml
main: stack_name: aem-stack-manager-main-stack stack_manager: s3_prefix: stack-manager purge: live_snapshots: schedule: '10 20 1/3 * ? *' max_age_in_hours: 24 offline_snapshots: schedule: '15 19 ? * SUN *' max_age_in_hours: 168 orchestration_snapshots: schedule: '5 0/4 *...
permission_type: b main: stack_name: aem-stack-manager-main-stack stack_manager: s3_prefix: stack-manager purge: live_snapshots: schedule: '10 20 1/3 * ? *' max_age_in_hours: 24 offline_snapshots: schedule: '15 19 ? * SUN *' max_age_in_hours: 168 orchestration_snapshots: ...
Set permission type for example aem stack manager user config.
Set permission type for example aem stack manager user config.
YAML
apache-2.0
shinesolutions/aem-aws-stack-builder,shinesolutions/aem-aws-stack-builder
3f66831c866766307dd505f35e80dbeae2e1d54f
packages/gh/ghc-datasize.yaml
packages/gh/ghc-datasize.yaml
homepage: http://felsin9.de/nnis/ghc-datasize changelog-type: '' hash: c39bddd766dd29d1c669304b27c14d5f3836c8c6a0cf3fe9606a67cccc008497 test-bench-deps: {} maintainer: Dennis Felsing <dennis@felsin9.de> synopsis: Determine the size of data structures in GHC's memory changelog: '' basic-deps: ghc-lib-parser-ex: -any ...
homepage: http://felsin9.de/nnis/ghc-datasize changelog-type: '' hash: 84a644c9395f5890e01ec6619c04d330cb194c132677cc45cc8d5a7192c3663b test-bench-deps: {} maintainer: Dennis Felsing <dennis@felsin9.de> synopsis: Determine the size of data structures in GHC's memory changelog: '' basic-deps: base: '>=4.12 && <4.15' ...
Update from Hackage at 2021-10-16T16:15:07Z
Update from Hackage at 2021-10-16T16:15:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
b2329219a9b400cb486ae9db27ace6707ef5fa36
packages/lm/lmonad-yesod.yaml
packages/lm/lmonad-yesod.yaml
homepage: '' changelog-type: '' hash: 23c9b8aae868a22df081c12335d42e96b9857043adeef2792bbd01d913918e4a test-bench-deps: {} maintainer: dev@jamesparker.me synopsis: LMonad for Yesod integrates LMonad's IFC with Yesod web applications. changelog: '' basic-deps: shakespeare: -any yesod-core: -any base: <5 blaze-ma...
homepage: '' changelog-type: '' hash: f76a8d884aa5a08ea05d8175ec8898c4765868e7fd020953a68a19d694af14b4 test-bench-deps: {} maintainer: dev@jamesparker.me synopsis: LMonad for Yesod integrates LMonad's IFC with Yesod web applications. changelog: '' basic-deps: shakespeare: -any yesod-core: -any base: <5 blaze-ma...
Update from Hackage at 2016-04-19T20:41:35+0000
Update from Hackage at 2016-04-19T20:41:35+0000
YAML
mit
commercialhaskell/all-cabal-metadata
ba869056476ea787c82af4a218d87f1e7855e7ee
packages/ra/random-class.yaml
packages/ra/random-class.yaml
homepage: '' changelog-type: '' hash: 431d900c4a2ead350eb66da8e6d6fcdba5cf9b4501962880da5f63b196ca2d4d test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of random value generation changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.2 && <0.2' transformers: -any primitive: -any all-v...
homepage: '' changelog-type: '' hash: d8a1ca0dc1e229c754936a292bc2a15b21427204347d19b2af16b86129ed7c82 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Class of random value generation changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.2 && <0.2' transformers: -any primitive: -any all-v...
Update from Hackage at 2017-12-09T06:32:18Z
Update from Hackage at 2017-12-09T06:32:18Z
YAML
mit
commercialhaskell/all-cabal-metadata
c5a648f5a9e985cbd502e3d2a8573a99058a9e29
gremlin-server/conf/gremlin-server-min.yaml
gremlin-server/conf/gremlin-server-min.yaml
host: localhost port: 8182 threadPoolWorker: 1 gremlinPool: 8 scriptEvaluationTimeout: 30000 serializedResponseTimeout: 30000 graphs: { g: conf/tinkergraph-empty.properties} use: - [org.apache.commons, commons-math3, "3.2"] scriptEngines: { gremlin-groovy: { imports: [com.tinkerpop.gremlin.tinkergraph.structu...
host: localhost port: 8182 threadPoolWorker: 1 gremlinPool: 8 scriptEvaluationTimeout: 30000 serializedResponseTimeout: 30000 graphs: { g: conf/tinkergraph-empty.properties} scriptEngines: { gremlin-groovy: { imports: [com.tinkerpop.gremlin.tinkergraph.structure.*, com.tinkerpop.gremlin.tinkergraph.process.comp...
Simplify the min configuration for Gremlin Server.
Simplify the min configuration for Gremlin Server.
YAML
apache-2.0
vtslab/incubator-tinkerpop,pluradj/incubator-tinkerpop,edgarRd/incubator-tinkerpop,Lab41/tinkerpop3,RussellSpitzer/incubator-tinkerpop,pluradj/incubator-tinkerpop,apache/tinkerpop,robertdale/tinkerpop,gdelafosse/incubator-tinkerpop,rmagen/incubator-tinkerpop,n-tran/incubator-tinkerpop,RedSeal-co/incubator-tinkerpop,n-t...
ef4f50ebee12054d99ed53f71bb4d749ccdf3a52
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - name: ":node:" command: npm test plugins: - docker-compose#v2.5.1: run: app
steps: - name: ":node:" command: npm test plugins: - docker-compose#v2.6.0: run: app
Update buildkite plugin docker-compose to v2.6.0
Update buildkite plugin docker-compose to v2.6.0
YAML
mit
buildkite/nodejs-docker-example
579bdeaf0c5dc2e570291b9a527ed42e4a0d4eee
hieradata/test01/modules/foreman_proxy.yaml
hieradata/test01/modules/foreman_proxy.yaml
--- foreman_proxy::dhcp_range: '172.28.0.200 172.28.0.250' foreman_proxy::dhcp_gateway: '172.28.0.10' foreman_proxy::dhcp_nameservers: '172.28.0.10, 129.177.6.54' foreman_proxy::dhcp_interface: 'eth0'
--- foreman_proxy::dhcp_additional_interfaces: [ "%{::interface_oob1}" ]
Enable dhcp on oob in test01
Enable dhcp on oob in test01
YAML
apache-2.0
norcams/himlar,mikaeld66/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,mikaeld66/himlar,TorLdre/himlar,TorLdre/himlar,norcams/himlar,tanzr/himlar,TorLdre/himlar,raykrist/himlar,tanzr/himlar,raykrist/himlar,TorLdre/himlar,tanzr/himlar,mikaeld66/himlar,raykrist/himlar,tanzr/himlar,mikaeld66/himlar,norcams/himlar,n...
90b6d086e6d7f8c00f7748af366ec16761e290df
packages/host/uptimerobot.yaml
packages/host/uptimerobot.yaml
--- # Use the UptimeRobot integration to watch if Home Assistant still # is accessible from outside the network. binary_sensor: - platform: uptimerobot api_key: !secret uptimerobot_api_key automation: - alias: Home Assistant Down id: f885222d-cf69-43dd-bd13-f07f49014e48 description: >- Notify ad...
--- # Use the UptimeRobot integration to watch if Home Assistant still # is accessible from outside the network. binary_sensor: - platform: uptimerobot api_key: !secret uptimerobot_api_key automation: - alias: Home Assistant Down id: f885222d-cf69-43dd-bd13-f07f49014e48 description: >- Notify ad...
Replace false with off in automation trigger for uptime robot check
fix: Replace false with off in automation trigger for uptime robot check
YAML
mit
rtvb/home-assistant-config
b5b5f8f997e4138c2f74d96f87309c636fab902c
packages/ra/raven-haskell.yaml
packages/ra/raven-haskell.yaml
homepage: https://bitbucket.org/dpwiz/raven-haskell changelog-type: '' hash: 40562abc0a4dd3420077e11e789f080eaf4d651d5af31c43b111d7ce73406677 test-bench-deps: bytestring: -any base: -any unordered-containers: -any hspec: -any raven-haskell: -any aeson: -any maintainer: aenor.realm@gmail.com synopsis: Haskel...
homepage: https://bitbucket.org/dpwiz/raven-haskell changelog-type: '' hash: 47986c658b4352cdab3a42304e97fc8ff551952d9c4608b584796f9ba8c459eb test-bench-deps: bytestring: -any base: -any unordered-containers: -any hspec: -any raven-haskell: -any aeson: -any maintainer: aenor.realm@gmail.com synopsis: Haskel...
Update from Hackage at 2015-09-21T09:38:01+0000
Update from Hackage at 2015-09-21T09:38:01+0000
YAML
mit
commercialhaskell/all-cabal-metadata
21f993b77bd44744c8569af191a6cd9545ef5ef5
roles/ruby/vars/main.yml
roles/ruby/vars/main.yml
--- ruby_versions: - "2.2.2" - "2.3.0" ruby_brew_packages: - name: rbenv - name: rbenv-bundler - name: rbenv-default-gems - name: ruby-build ruby_global: "2.2.2" ruby_global_file: "{{ home_dir + '/.rbenv/version' }}" ruby_versions: - "{{ ruby_global }}" ruby_gems: - bundler - rubocop
--- ruby_brew_packages: - name: rbenv - name: rbenv-bundler - name: rbenv-default-gems - name: ruby-build ruby_global: "2.2.2" ruby_global_file: "{{ home_dir + '/.rbenv/version' }}" ruby_versions: - "{{ ruby_global }}" - "2.2.2" - "2.3.0" ruby_gems: - bundler - rubocop
Remove duplicate var in ruby role
Remove duplicate var in ruby role
YAML
mit
mtchavez/mac-ansible
7f74320f465bad16e4600e9510692b6d6e44d855
construi.yml
construi.yml
image: ruby:1.9 environment: - JENKINS_URL - BUILD_NUMBER - COVERAGE - CODECLIMATE_REPO_TOKEN - COVERALLS_REPO_TOKEN - GIT_COMMIT - GIT_BRANCH - GIT_SSH_KEY - GIT_AUTHOR_NAME - GIT_AUTHOR_EMAIL - RUBYGEMS_API_KEY targets: build: - bundle install --path=vendor/bundle - bundle exec rake ...
image: ruby:1.9 environment: - JENKINS_URL - BUILD_NUMBER - COVERAGE - CODECLIMATE_REPO_TOKEN - COVERALLS_REPO_TOKEN - GIT_COMMIT - GIT_BRANCH - GIT_SSH_KEY - GIT_AUTHOR_NAME - GIT_AUTHOR_EMAIL - RUBYGEMS_API_KEY targets: build: - bundle install --path=vendor/bundle - bundle exec rake ...
Include GIT_SSH_KEY to site target
Include GIT_SSH_KEY to site target
YAML
apache-2.0
lstephen/construi
44b5037e1eec0dbaf352ec97f85ed532e1e2adc8
_data/navigation.yml
_data/navigation.yml
# Main site top navigation menu - # If a first level menu item isn't a dropdown menu, you can give it just an # id to link it straight to a page or an id, title and path to link to a relative url title: Installation id: install path: "https://www.github.com/spinnaker/spinnaker" - title: Guides children: ...
# Main site top navigation menu - # If a first level menu item isn't a dropdown menu, you can give it just an # id to link it straight to a page or an id, title and path to link to a relative url title: Overview id: overview - title: Guides children: - getting_started - developer_guide - title: C...
Replace Installation top level nav menu item with Overview, and link it to the Overview documentation.
Replace Installation top level nav menu item with Overview, and link it to the Overview documentation.
YAML
apache-2.0
riguy724/spinnaker.github.io,riguy724/spinnaker.github.io,erjohnso/spinnaker.github.io,erjohnso/spinnaker.github.io
f5267b0227ef3078033eb2be821cf5b8a233acf3
bosh_openstack_cpi/spec/assets/sample_config.yml
bosh_openstack_cpi/spec/assets/sample_config.yml
--- openstack: auth_url: http://127.0.0.1:5000/v2.0/tokens username: foo api_key: bar tenant: bosh region: default_key_name: default default_security_groups: ["default"] registry: endpoint: http://127.0.0.1:25695 user: admin password: admin
--- openstack: auth_url: http://127.0.0.1:5000/v2.0/tokens username: foo api_key: bar tenant: bosh region: endpoint_type: publicURL default_key_name: default default_security_groups: ["default"] registry: endpoint: http://127.0.0.1:25695 user: admin password: admin
Add endpoint_type to sample config file
[openstack_cpi] Add endpoint_type to sample config file
YAML
apache-2.0
barthy1/bosh,barthy1/bosh,barthy1/bosh,barthy1/bosh
da3fd8320d0a9aeda1781908e21a048a45489ed3
packages/at/atomic-file-ops.yaml
packages/at/atomic-file-ops.yaml
homepage: https://github.com/clintonmead/atomic-file-ops#readme changelog-type: '' hash: 7f9f0e2458379445adc4c35baa020814ada8fd3641197eadaf8ecae2192041e1 test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Functions to atomically write to files changelog: '' basic-deps: base: ! '>=4.7 && <5' io-string-l...
homepage: https://github.com/clintonmead/atomic-file-ops#readme changelog-type: '' hash: b042a7dafb15873c1ddb2ff78efc7576bcfe845e06cc3a3399ace2e39f9e68a8 test-bench-deps: {} maintainer: clintonmead@gmail.com synopsis: Functions to atomically write to files changelog: '' basic-deps: base: ! '>=4.7 && <5' io-string-l...
Update from Hackage at 2018-01-14T11:19:39Z
Update from Hackage at 2018-01-14T11:19:39Z
YAML
mit
commercialhaskell/all-cabal-metadata
91ea38c7ed3249018e082dd2f7759e41fd6be6ea
environment.yaml
environment.yaml
# This file is part of sbpipe. # # sbpipe is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # sbpipe is distributed in the hope ...
# This file is part of sbpipe. # # sbpipe is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # sbpipe is distributed in the hope ...
Use channel `r` before `conda-forge`
Use channel `r` before `conda-forge`
YAML
mit
pdp10/sbpipe,pdp10/sbpipe,pdp10/sbpipe,pdp10/sbpipe
87757095c2c2f762fac584335d11c8b63f845d41
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti check: jobs: - ec2api-tempest-plugin-functional gate: queue: ec2-api jobs: - ec2api-tempest-plugin-functional ...
- project: templates: - check-requirements - openstack-lower-constraints-jobs - openstack-python3-xena-jobs - publish-openstack-docs-pti check: jobs: - ec2api-tempest-plugin-functional gate: queue: ec2-api jobs: - ec2api-tempest-plugin-functional ...
Add Python3 xena unit tests
Add Python3 xena unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I0781cc489024f81a3cb3ec12ba66244a08484...
YAML
apache-2.0
stackforge/ec2-api,openstack/ec2-api,openstack/ec2-api,stackforge/ec2-api
747dd06db7737a73fb789b201e655f4526ea5146
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing - lib-forward-testing-python3 - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python35-jobs - openstack-python36-jobs - periodic-stable-jobs - pu...
- project: templates: - check-requirements - lib-forward-testing - lib-forward-testing-python3 - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - openstack-python36-jobs - openstack-python37-jobs - periodic-stable-jobs - pu...
Change python3.5 job to python3.7 job on Stein+
Change python3.5 job to python3.7 job on Stein+ This is a mechanically generated patch to add a unit test job running under Python 3.7 and drop the Python 3.5 unit test job. python3.5 was the only supported python3 version on Xenial. Now that we have Bionic nodes supporting python3.6 and python3.7, let's switch to te...
YAML
apache-2.0
stackforge/osprofiler,stackforge/osprofiler,openstack/osprofiler,stackforge/osprofiler,openstack/osprofiler,openstack/osprofiler
6b78b4af7311e6ac7eb6e9be39e0abe602ddf350
.zuul.yaml
.zuul.yaml
- job: name: senlinclient-functional parent: devstack-tox-functional required-projects: - openstack/python-senlinclient - openstack/senlin vars: openrc_enable_export: true devstack_plugins: senlin: https://opendev.org/openstack/senlin devstack_local_conf: po...
- job: name: senlinclient-functional parent: devstack-tox-functional required-projects: - openstack/python-senlinclient - openstack/senlin vars: openrc_enable_export: true devstack_plugins: senlin: https://opendev.org/openstack/senlin devstack_local_conf: po...
Add Python3 yoga unit tests
Add Python3 yoga unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for yoga. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I0826f686305f661a4657ce52ff05f3d1beb54...
YAML
apache-2.0
openstack/python-senlinclient,openstack/python-senlinclient
b4bca2fc0ada4c08c5727a3994825547787ac86c
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - horizon-non-primary-django-jobs - openstack-python3-yoga-jobs - release-notes-jobs-python3
- project: templates: - check-requirements - horizon-non-primary-django-jobs - openstack-python3-zed-jobs - release-notes-jobs-python3
Add Python3 zed unit tests
Add Python3 zed unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I322f24ec376ea3e087e3217d34af3d60d18e3ed...
YAML
apache-2.0
openstack/trove-dashboard,openstack/trove-dashboard,openstack/trove-dashboard,openstack/trove-dashboard
b35fdcbb9c269589342872d27b9884b25c8a3425
default.yaml
default.yaml
default: packages: - vim - git - postgresql package_install_cmd: "yum install -y" files: - path: '/home/vagrant/README' content: > # This system is provisioned by Sokan # ===================================
default: packages: - vim - git - postgresql files: - path: '/home/vagrant/README' content: > # This system is provisioned by Sokan # ===================================
Remove install command from example configuration
Remove install command from example configuration
YAML
mit
schultyy/Sokan
ac5dd20d246db7775ba504df5841631c75d63e17
packages/fo/foundation-edge.yaml
packages/fo/foundation-edge.yaml
homepage: https://github.com/haskell-foundation/foundation-edge changelog-type: '' hash: dd399fb6c233c4a239d207eb1d69f4c666a3ece2c00936883607bbada45c8507 test-bench-deps: {} maintainer: vincent@snarc.org synopsis: foundation's edge with the conventional set of packages changelog: '' basic-deps: bytestring: -any tex...
homepage: https://github.com/haskell-foundation/foundation changelog-type: '' hash: ae2133074cb651379c101697a71fa0d3693d8780687c8ec8a13cb98c1fb48d7f test-bench-deps: {} maintainer: vincent@snarc.org synopsis: foundation's edge with the conventional set of packages changelog: '' basic-deps: bytestring: -any text: -a...
Update from Hackage at 2017-11-16T09:44:13Z
Update from Hackage at 2017-11-16T09:44:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
010df514c225bc41f9fe81b008514002fadbf03c
hieradata/vagrant/modules/profile.yaml
hieradata/vagrant/modules/profile.yaml
--- profile::development::network::dns::manage_hosts: true profile::application::himlarcli::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem' profile::application::himlarcli::smtp: '' profile::application::himlarcli::from_addr: '' profile::openstack::openrc::cacert: '/opt...
--- profile::development::network::dns::manage_hosts: true profile::application::himlarcli::cacert: '/opt/himlar/provision/ca/intermediate/certs/ca-chain.cert.pem' profile::application::himlarcli::smtp: '' profile::application::himlarcli::from_addr: '' profile::openstack::openrc::cacert: '/opt...
Disable ssl checks for sensu in vagrant
Disable ssl checks for sensu in vagrant
YAML
apache-2.0
mikaeld66/himlar,norcams/himlar,tanzr/himlar,norcams/himlar,raykrist/himlar,norcams/himlar,tanzr/himlar,norcams/himlar,mikaeld66/himlar,tanzr/himlar,tanzr/himlar,norcams/himlar,TorLdre/himlar,TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,TorLdre/himlar,raykrist/himlar,mikaeld66/himlar,TorLdre/himlar,mi...
564d995c0b6a6cf9fc1acce505af7c9ff6f3ba16
modules/openstack_project/files/jenkins_job_builder/config/pypi-jobs.yaml
modules/openstack_project/files/jenkins_job_builder/config/pypi-jobs.yaml
- job-template: name: '{name}-pypi-upload' node: pypi triggers: - zuul-post builders: - shell: | #!bin/bash -xe TAG=`echo $ZUUL_REF | sed 's/^refs.tags.//'` FILENAME="{name}-$TAG.tar.gz" rm -rf *tar.gz curl -o $FILENAME http://{tarball-sit...
- job-template: name: '{name}-pypi-upload' node: pypi triggers: - zuul-post builders: - shell: | #!/bin/bash -xe TAG=`echo $ZUUL_REF | sed 's/^refs.tags.//'` FILENAME="{name}-$TAG.tar.gz" rm -rf *tar.gz curl -o $FILENAME http://{tarball-si...
Fix typo in pypi upload job.
Fix typo in pypi upload job. Change-Id: I846df0c5476046fb1dd5af0d012bd14b5f79a1c4 Reviewed-on: https://review.openstack.org/19666 Approved: James E. Blair <e81a02a9d6405977f63a769d9f6ec8ed9d924325@inaugust.com> Reviewed-by: James E. Blair <e81a02a9d6405977f63a769d9f6ec8ed9d924325@inaugust.com> Tested-by: Jenkins
YAML
apache-2.0
openstack-infra/project-config,osrg/project-config,coolsvap/project-config,dongwenjuan/project-config,Tesora/tesora-project-config,Tesora/tesora-project-config,noorul/os-project-config,citrix-openstack/project-config,anbangr/osci-project-config,open-switch/infra_project-config,anbangr/osci-project-config,citrix-opensta...
30aa8de3ba8cc2dbf250ac82df41a8dd75592f13
packages/lo/logsink.yaml
packages/lo/logsink.yaml
homepage: '' changelog-type: '' hash: 8c2aa031395bd945ab93409baaab123eb720ecd1c79b73b2be795dd8c6a32ca5 test-bench-deps: logging-facade: -any base: ==4.* hspec: ==2.* logsink: -any maintainer: Simon Hengel <sol@typeful.net> synopsis: A logging framework for Haskell changelog: '' basic-deps: logging-facade: -an...
homepage: '' changelog-type: '' hash: 5ef60600a251bb1250a11f0130b5d0a166ce3b58b3b283aa206f5dffbc0bc6d8 test-bench-deps: logging-facade: -any base: ==4.* hspec: ==2.* logsink: -any maintainer: Simon Hengel <sol@typeful.net> synopsis: A logging framework for Haskell changelog: '' basic-deps: logging-facade: -an...
Update from Hackage at 2017-05-29T23:10:25Z
Update from Hackage at 2017-05-29T23:10:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
044ff54bfca0ed920a79d5c849cbdcef36a064d8
packages/wi/witness.yaml
packages/wi/witness.yaml
homepage: https://github.com/AshleyYakeley/witness changelog-type: '' hash: c807cfd70ea05a12f3599cfaf387e80a534e1c3f4c377f7e952f47963af29cb8 test-bench-deps: {} maintainer: Ashley Yakeley <ashley@semantic.org> synopsis: values that witness types changelog: '' basic-deps: base: ! '>=4.7 && <5' constraints: -any ca...
homepage: https://github.com/AshleyYakeley/witness changelog-type: '' hash: 1fb17e6257589e8c3f3c5dc839d09ab312a576ca5d3d75d1ba69f8783257acac test-bench-deps: {} maintainer: Ashley Yakeley <ashley@semantic.org> synopsis: values that witness types changelog: '' basic-deps: semigroupoids: -any base: ! '>=4.7 && <5' ...
Update from Hackage at 2016-06-26T08:22:49+0000
Update from Hackage at 2016-06-26T08:22:49+0000
YAML
mit
commercialhaskell/all-cabal-metadata
9c14c710a89a1ebb15d5c5c5af5803d0e6a5dfca
config/mongoid.yml
config/mongoid.yml
development: sessions: default: database: govuk_assets_development hosts: - localhost:27017 options: write: w: 1 read: primary test: sessions: default: database: govuk_assets_test hosts: - localhost:27017 options: write: ...
development: sessions: default: uri: mongodb://localhost/govuk_assets_development options: write: w: 1 read: primary test: sessions: default: uri: mongodb://localhost/govuk_assets_test options: write: w: 1 read: primary max_...
Use environment variables for secret MongoDB config
Use environment variables for secret MongoDB config ~~12 Factor style~~ This also moves the `retry_interval` out of the `alphagov-deployment` version of `mongoid.yml`, as it's not a secret, and now we're using ENV vars for connection details, we don't need a separate/secret production version of the config. Convert ...
YAML
mit
alphagov/asset-manager,alphagov/asset-manager,alphagov/asset-manager
fb041aa13248ac68aa3707ae04bb4274d888add4
config/mongoid.yml
config/mongoid.yml
development: clients: default: # MONGODB_URI includes draft_content_store_development or content_store_development # depending on whether we're running content store in draft mode or not. uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %> options: wri...
development: clients: default: # MONGODB_URI includes draft_content_store_development or content_store_development # depending on whether we're running content store in draft mode or not. uri: <%= ENV['MONGODB_URI'] || 'mongodb://localhost/content_store_development' %> options: wri...
Set Mongo client to prefer reads from secondaries
Set Mongo client to prefer reads from secondaries This will spread the read requests across the secondary Mongo instances automatically and spare the primary from taking all the load as is happening currently. This should obviate the need to increase the sizes of the Mongo instances and should also improve performance...
YAML
mit
alphagov/content-store,alphagov/content-store
de9679ffbeba264f3a7e3b08fef7390f975f70e3
certificate.yml
certificate.yml
AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcafrd ACM certificate for the standard VPC created by the root stack (eg *.vpc-af124354.prx.tech) Parameters: VPC: Type: String Resources: VpcCertificate: Type: "AWS::CertificateManager::Certificate" Properties: DomainName: !...
AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcafrd ACM certificate for the standard VPC created by the root stack (eg *.vpc-af124354.prx.tech) Parameters: VPC: Type: String Resources: VpcCertificate: Type: "AWS::CertificateManager::Certificate" Properties: DomainName: !...
Fix YAML syntax issue with wildcard domains
Fix YAML syntax issue with wildcard domains
YAML
mit
PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure
993325a2ac97ae633ab05a04afad464434cfeb9f
install.conf.yaml
install.conf.yaml
- defaults: link: # Create parent directories when they do not exist create: true # Relink old symlinks when they are changed relink: true # Use '*' as a shell wildcard, link everything that matches glob: true # Directories to be checked for broken symlinks - clean: ['~', '~/.co...
- defaults: link: # Create parent directories when they do not exist create: true # Relink old symlinks when they are changed relink: true # Use '*' as a shell wildcard, link everything that matches glob: true # Directories to be checked for broken symlinks - clean: ['~', '~/.co...
Remove .emacs.d from install settings
Remove .emacs.d from install settings
YAML
mit
ben01189998819991197253/dotfiles
5230b42d1bb6a5aa998fce5dafe878b2f5913045
.github/workflows/validations.yml
.github/workflows/validations.yml
name: Validations on: push: branches: [ master ] pull_request: branches: [ master ] env: LC_CTYPE: en_US.UTF-8 LANG: en_US.UTF-8 jobs: validate-cocoapods: runs-on: macos-latest steps: - uses: actions/checkout@v2 - run: ./Scripts/ci-select-xcode.sh - run: pod lib lint ru...
name: Validations on: push: branches: [ master ] pull_request: branches: [ master ] env: LC_CTYPE: en_US.UTF-8 LANG: en_US.UTF-8 jobs: validate-cocoapods: runs-on: macos-latest steps: - uses: actions/checkout@v2 - run: ./Scripts/ci-select-xcode.sh - run: pod lib lint ru...
Add github token for danger
Add github token for danger
YAML
bsd-3-clause
CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack,sushichop/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack,sushichop/CocoaLumberjack,CocoaLumberjack/CocoaLumberjack
b326646fe5822cd2a3cfcb09ddd161e8401a9ace
.github/workflows/spectesting.yml
.github/workflows/spectesting.yml
on: push: branches: - 'spec-test-*' paths-ignore: - 'CHANGELOG.md' - 'website/**' jobs: spec-tests: if: github.repository == 'hashicorp/vagrant' runs-on: self-hosted strategy: matrix: host_os: ["hashicorp/bionic64"] guest_os: ["hashicorp/bionic64", "hashi...
on: push: branches: - 'spec-test-*' paths-ignore: - 'CHANGELOG.md' - 'website/**' jobs: spec-tests: if: github.repository == 'hashicorp/vagrant' runs-on: self-hosted strategy: matrix: host_os: ["hashicorp/bionic64"] guest_os: ["hashicorp/bionic64", "hashi...
Add more descriptive title to job
Add more descriptive title to job
YAML
mit
sni/vagrant,mitchellh/vagrant,marxarelli/vagrant,chrisroberts/vagrant,mitchellh/vagrant,marxarelli/vagrant,chrisroberts/vagrant,marxarelli/vagrant,sni/vagrant,mitchellh/vagrant,sni/vagrant,marxarelli/vagrant,chrisroberts/vagrant,sni/vagrant,chrisroberts/vagrant,mitchellh/vagrant
6dd22edc80f7495e32d61eb78e4e48f07bb78f44
.zuul.yaml
.zuul.yaml
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-yoga-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
- project: templates: - check-requirements - lib-forward-testing-python3 - openstack-python3-zed-jobs - publish-openstack-docs-pti - release-notes-jobs-python3
Add Python3 zed unit tests
Add Python3 zed unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for zed. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I0df16337c74ac0087b35293e189441656a2bafa...
YAML
apache-2.0
openstack/oslo.vmware
033c03454f71ae728683d3ee46784981f7c45dfc
.ci/matrix-runtime-javas.yml
.ci/matrix-runtime-javas.yml
# This file is used as part of a matrix build in Jenkins where the # values below are included as an axis of the matrix. # This axis of the build matrix represents the versions of Java on # which Elasticsearch will be tested. Valid Java versions are 'java' # or 'openjdk' followed by the major release number. ES_RUNT...
# This file is used as part of a matrix build in Jenkins where the # values below are included as an axis of the matrix. # This axis of the build matrix represents the versions of Java on # which Elasticsearch will be tested. Valid Java versions are 'java' # or 'openjdk' followed by the major release number. ES_RUNT...
Remove JDK 15 from the testing matrix since it's EOL
Remove JDK 15 from the testing matrix since it's EOL
YAML
apache-2.0
GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,robin13/elasticsearch
bf7a8fac9155b32e06cc9e983b85b66d9a0fa039
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node CI on: [push, pull_request] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 10.x - name: Next.js Build run: | yarn install yarn run build linter: ...
name: Node CI on: [push, pull_request] jobs: test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: actions/setup-node@v1 with: node-version: 10.x - name: Install run: yarn install - name: Next.js Build run: yarn build - name: ESLint run: ...
Use steps instead of separate jobs
Use steps instead of separate jobs
YAML
mit
conveyal/analysis-ui,conveyal/analysis-ui,conveyal/analysis-ui
21dce0c060b428962fc49953a5ecf291fd3df214
.github/workflows/verify.yml
.github/workflows/verify.yml
name: Verify on: push: branches: - '*' pull_request: branches: - '*' jobs: test: runs-on: ubuntu-16.04 timeout-minutes: 40 strategy: fail-fast: true matrix: ruby: - 2.5 - 2.6 - 2.7 - 3.0 env: RAILS_ENV: test ...
name: Verify on: push: branches: - '*' pull_request: branches: - '*' jobs: test: runs-on: ubuntu-18.04 timeout-minutes: 40 strategy: fail-fast: true matrix: ruby: - 2.5 - 2.6 - 2.7 - 3.0 env: RAILS_ENV: test ...
Update Ubuntu version & Ruby Setup action
Update Ubuntu version & Ruby Setup action
YAML
bsd-3-clause
rapid7/metasploit-erd
22148c64dcfc88a500a9fcecc8524e9a7589a726
playbooks/tests/tasks/instances/keypair.yml
playbooks/tests/tasks/instances/keypair.yml
- name: provision test keypair hosts: local connection: local vars_files: - ../../vars/main.yml tasks: - name: create the keypair register: test_keypair local_action: nova_keypair name={{ test_keypair_name }} state=present - name: persist the keypair shell: echo "{{ test_keypair.key ...
- name: provision test keypair hosts: local connection: local vars_files: - ../../vars/main.yml tasks: - name: create the keypair register: test_keypair local_action: nova_keypair name={{ test_keypair_name }} state=present - name: persist the keypair shell: OLD_UMASK=`umask`; umask 0...
Use umask to write key with correct permissions
Use umask to write key with correct permissions Alter umask before writing key, then write key and restore umask rather than writing key with incorrect permissions then go back and fix permissions.
YAML
mit
narengan/ursula,blueboxjesse/ursula,narengan/ursula,lihkin213/ursula,panxia6679/ursula,edtubillara/ursula,wupeiran/ursula,EricCrosson/ursula,j2sol/ursula,pbannister/ursula,davidcusatis/ursula,msambol/ursula,knandya/ursula,allomov/ursula,davidcusatis/ursula,zrs233/ursula,kennjason/ursula,knandya/ursula,zrs233/ursula,dda...
683c7590f14a257b225bf106c7d26d66bf891eb4
third_party/github.com/bazelbuild/rules_typescript/.bazelci/presubmit.yml
third_party/github.com/bazelbuild/rules_typescript/.bazelci/presubmit.yml
--- platforms: ubuntu1404: run_targets: - "@yarn//:yarn" build_targets: - "..." test_flags: - "--test_tag_filters=-browser:Chrome" test_targets: - "..." ubuntu1604: run_targets: - "@yarn//:yarn" build_targets: - "..." test_flags: - "--test_tag_filters=-browser...
--- platforms: ubuntu1404: run_targets: - "@yarn//:yarn" build_targets: - "..." test_flags: - "--test_tag_filters=-browser:Chrome" test_targets: - "..." ubuntu1604: run_targets: - "@yarn//:yarn" build_targets: - "..." test_flags: - "--test_tag_filters=-browser...
Add a Windows Bazel CI for rules_typescript
Add a Windows Bazel CI for rules_typescript PiperOrigin-RevId: 187896866
YAML
apache-2.0
alexeagle/rules_nodejs,bazelbuild/rules_nodejs,bazelbuild/rules_nodejs,bazelbuild/rules_nodejs,alexeagle/rules_nodejs,bazelbuild/rules_nodejs,alexeagle/rules_nodejs,alexeagle/rules_nodejs,bazelbuild/rules_nodejs
61239d1ef723877f2e82a0e857f5cd86195f7290
tests/use-cached-repos.yaml
tests/use-cached-repos.yaml
- name: Test the use-cached-repos role hosts: all roles: - role: use-cached-repos post_tasks: # openstack-infra/project-config is in 'required-projects'. # openstack-infra/opentack-zuul-jobs is also implicitly in 'projects'. # We're checking them explicitly rather than with_items on zuul.projects ...
- name: Test the use-cached-repos role hosts: all roles: - role: use-cached-repos post_tasks: # openstack-infra/project-config is in 'required-projects'. # Also check that the project being tested is being prepared. # We're checking them explicitly rather than with_items on zuul.projects # in ...
Test that the project being tested was prepared, not necessarily o-z-j
Test that the project being tested was prepared, not necessarily o-z-j When this job is ran against other repositories such as project-config or zuul-jobs, the project being prepared won't be o-z-j. Change-Id: I8487680ad573b1127e5d2e73fafbd0442e003c62
YAML
apache-2.0
openstack-infra/openstack-zuul-jobs,openstack-infra/openstack-zuul-jobs
3b97f643d0308cdbc111cc7287d12d20f8d1eb27
config/elasticsearch.yml
config/elasticsearch.yml
# Cluster Settings #cluster: # name: elasticsearch # Gateway Settings #gateway: # recover_after_nodes: 1 # recover_after_time: 5m # expected_nodes: 2
Add the most important settings to set when using ES by default to the configuration
Add the most important settings to set when using ES by default to the configuration
YAML
apache-2.0
knight1128/elasticsearch,snikch/elasticsearch,sreeramjayan/elasticsearch,kkirsche/elasticsearch,YosuaMichael/elasticsearch,hafkensite/elasticsearch,YosuaMichael/elasticsearch,awislowski/elasticsearch,brwe/elasticsearch,EasonYi/elasticsearch,heng4fun/elasticsearch,tahaemin/elasticsearch,bestwpw/elasticsearch,btiernay/el...
9065009252f3cb2394d7cda7202c7fd50259672c
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: document path: _data/nav.yml label: 文档 - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_p...
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: document path: _data/nav.yml label: 文档 - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_p...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
apache-2.0
zuonx/zuonx.github.io,zuonx/zuonx.github.io,zuonx/zuonx.github.io
25cc54cacd4eb8f997dba2290e9d09818bd6a269
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
lib/gitlab/ci/templates/Serverless.gitlab-ci.yml
# GitLab Serverless template image: alpine:latest stages: - build - test - deploy .serverless:build:image: stage: build image: registry.gitlab.com/gitlab-org/gitlabktl:latest script: /usr/bin/gitlabktl app build .serverless:deploy:image: stage: deploy image: gcr.io/triggermesh/tm@sha256:3cfdd470a66b...
# GitLab Serverless template image: alpine:latest stages: - build - test - deploy .serverless:build:image: image: registry.gitlab.com/gitlab-org/gitlabktl:latest stage: build script: /usr/bin/gitlabktl app build .serverless:deploy:image: image: registry.gitlab.com/gitlab-org/gitlabktl:latest stage: ...
Deploy serverless apps with `gitlabktl`
Deploy serverless apps with `gitlabktl`
YAML
mit
mmkassem/gitlabhq,stoplightio/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq,stoplightio/gitlabhq,mmkassem/gitlabhq
4680b25f2393a24af76ac79ced86bbc31abb975d
.github/workflows/check-change-note.yml
.github/workflows/check-change-note.yml
on: pull_request_target: types: [labeled, unlabeled, opened, synchronize, reopened, ready_for_review] paths: - "*/ql/src/**/*.ql" - "*/ql/src/**/*.qll" - "!**/experimental/**" jobs: check-change-note: runs-on: ubuntu-latest steps: - name: Check if change note file is present...
on: pull_request_target: types: [labeled, unlabeled, opened, synchronize, reopened, ready_for_review] paths: - "*/ql/src/**/*.ql" - "*/ql/src/**/*.qll" - "!**/experimental/**" jobs: check-change-note: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Fa...
Remove dependence on external actions
Actions: Remove dependence on external actions
YAML
mit
github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql,github/codeql
656d46d41990037352642fad77d269753fa28be0
omni4d.core.yaml
omni4d.core.yaml
class_of_individuals: omni4d.core.persons # Identification and Naming Pattern class_of_individuals: omni4d.core.character_strings class_of_individuals: omni4d.core.identifiers class_of_individuals: omni4d.core.names class_member_tuple: c8696a7c-db68-431a-bd51-100fd1804ec2 objects: [omni4d.core.character_strings, omn...
omni4d.core.persons: type: class_of_individuals omni4d.core.character_strings: type: class_of_individuals omni4d.core.identifiers: type: class_of_individuals c8696a7c-db68-431a-bd51-100fd1804ec2: type: whole_part_tuple' objects: [omni4d.core.character_strings, omni4d.core.identifiers] omni4d.core.names: ...
Refactor yaml format to get closer to graph structure
Refactor yaml format to get closer to graph structure
YAML
mit
omni4d/model
807929bde0aedcb73b26b98466cb9017221ddeec
cloudbuild.yaml
cloudbuild.yaml
steps: # # Extract the cache # # The gradle build cache is stored as a tarball in Google Cloud Storage to # make builds faster. # # After extracting the cache to the /build_cache directory, we need to supply # that to gradle, and include the volume in steps that require the cache. # - name: gcr.io/cloud-builders/gsuti...
steps: # # Extract the cache # # The gradle build cache is stored as a tarball in Google Cloud Storage to # make builds faster. # # After extracting the cache to the /build_cache directory, we need to supply # that to gradle, and include the volume in steps that require the cache. # - name: gcr.io/cloud-builders/gsuti...
Add step to extract build cache
Add step to extract build cache - This is to avoid using gradle-build file
YAML
apache-2.0
google/ground-android,google/ground-android,google/ground-android
d2b4c45a781eb57ccae1813ff20468c4b6770333
config/ldap.yml
config/ldap.yml
## Authorizations # Uncomment out the merging for each environment that you'd like to include. # You can also just copy and paste the tree (do not include the "authorizations") to each # environment if you need something different per enviornment. authorizations: &AUTHORIZATIONS allow_unauthenticated_bind: false # ...
## Authorizations # Uncomment out the merging for each environment that you'd like to include. # You can also just copy and paste the tree (do not include the "authorizations") to each # environment if you need something different per enviornment. authorizations: &AUTHORIZATIONS allow_unauthenticated_bind: false # ...
Use more general variable names for LDAP config
Use more general variable names for LDAP config + Right now the ENV config keys are hardcoded with a "SOMERVILLE_" prefix, doesn't make much sense for us to use when setting up New Bedford's LDAP integration
YAML
mit
studentinsights/studentinsights,studentinsights/studentinsights,studentinsights/studentinsights,studentinsights/studentinsights
af90c2644c1cfd4e9a97d5ef57eee1f3f4cbdff3
.github/config.yml
.github/config.yml
# Comment to be posted to on first time issues newIssueWelcomeComment: > Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible. backers: - 78856 - 1359421 - 4650931 - 13532...
# Comment to be posted to on first time issues newIssueWelcomeComment: > Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible. backers: - 78856 - 1359421 - 4650931 - 13532...
Add Tom Boland as a backer - thank you! :)
Add Tom Boland as a backer - thank you! :)
YAML
mit
extr0py/oni,extr0py/oni,extr0py/oni,extr0py/oni,extr0py/oni
11a8c0680d331b546b8b24f80b461010bfe40780
azure-pipelines.yaml
azure-pipelines.yaml
name: "build-n-test" resources: containers: - container: build-golang-1.12-alpine image: golang:1.12-alpine trigger: branches: include: - "feature/rewrite" jobs: - job: "PR" strategy: parallel: 1 pool: vmImage: "ubuntu-16.04" container: "build-golang-1.12-alpine" st...
name: "build-n-test" resources: containers: - container: build-golang-1.12-alpine image: golang:1.12-alpine trigger: branches: include: - "feature/rewrite" jobs: - job: "PR" strategy: parallel: 1 pool: vmImage: "ubuntu-16.04" container: "build-golang-1.12-alpine" st...
Fix job name take 2
Fix job name take 2
YAML
apache-2.0
interuss/dss,interuss/dss,interuss/dss,interuss/dss
0fdebc7f5de03ff57af0371432fc32bf341d4880
recipes/beautifulsoup4/meta.yaml
recipes/beautifulsoup4/meta.yaml
{% set name = "beautifulsoup4" %} {% set version = "4.5.3" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5: 937e0df0d699a1237646f38fd567f0c6 build: number: 0 ...
{% set name = "beautifulsoup4" %} {% set version = "4.6.0" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz md5: c17714d0f91a23b708a592cb3c697728 build: number: 0 ...
Update beautifulsoup4 recipe to version 4.6.0
Update beautifulsoup4 recipe to version 4.6.0 Change to noarch: python recipe
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
e927bd9657d8eeef3c4e207d5368677632e95bad
recipes/FLAML/meta.yaml
recipes/FLAML/meta.yaml
{% set name = "FLAML" %} {% set version = "0.6.6" %} package: name: {{ name|lower }} version: {{ version }} build: number: 0 noarch: python script: {{ PYTHON }} -m pip install --no-deps https://files.pythonhosted.org/packages/b0/b5/d0001c3d3e335aba4b72590546e3a6bc5f13e182aa31cc2693558153b491/{{ name }}-{{ ...
{% set name = "FLAML" %} {% set version = "0.6.6" %} package: name: {{ name|lower }} version: {{ version }} build: number: 0 noarch: python script: {{ PYTHON }} -m pip install --no-deps https://files.pythonhosted.org/packages/b0/b5/d0001c3d3e335aba4b72590546e3a6bc5f13e182aa31cc2693558153b491/{{ name }}-{{ ...
Add xgboost for win pip check
Add xgboost for win pip check
YAML
bsd-3-clause
jakirkham/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged...
136e848cad25324009a3e32b3497532e3316baa9
roles/install/tasks/steam.yml
roles/install/tasks/steam.yml
- name: Create dedicated steam user user: name: steam create_home: True - name: Install dependencies yum: name: "{{ item }}" loop: - glibc.i686 - libstdc++.i686 - unzip - dos2unix - patch - git - tar - name: Create main Steam directory file: path: '{{ steam_home }}/Steam' sta...
- name: Create dedicated steam user user: name: steam create_home: True - name: Install dependencies yum: name: "{{ item }}" loop: - glibc.i686 - libstdc++.i686 - unzip - dos2unix - patch - git - tar - name: Create main Steam directory file: path: '{{ steam_home }}/Steam' sta...
Fix unarchive creating files owned by root despite setting owner/group
Fix unarchive creating files owned by root despite setting owner/group
YAML
mit
bviktor/kf2-centos
daffaff75213335f1731c951e0d38f8eb29f49dd
metadata/com.github.howeyc.crocgui.yml
metadata/com.github.howeyc.crocgui.yml
Categories: - Internet License: ISC AuthorName: Chris Howey AuthorEmail: chris@howey.me AuthorWebSite: https://chris.howey.me/ SourceCode: https://github.com/howeyc/crocgui IssueTracker: https://github.com/howeyc/crocgui/issues AutoName: Croc RepoType: git Repo: https://github.com/howeyc/crocgui.git Builds: - ve...
Categories: - Internet License: ISC AuthorName: Chris Howey AuthorEmail: chris@howey.me AuthorWebSite: https://chris.howey.me/ SourceCode: https://github.com/howeyc/crocgui IssueTracker: https://github.com/howeyc/crocgui/issues AutoName: Croc RepoType: git Repo: https://github.com/howeyc/crocgui.git Builds: - ve...
Update Croc to 1.6.0 (10)
Update Croc to 1.6.0 (10)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
494e300fbeac9376c23f52bbfd1d3c6e168363bf
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml
src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/config/framework.yml
framework: secret: test csrf_protection: enabled: true router: { resource: "%kernel.root_dir%/%kernel.test_case%/routing.yml" } validation: { enabled: true, enable_annotations: true } form: ~ test: ~ default_locale: en session: storage_id: session.sto...
framework: secret: test csrf_protection: enabled: true router: { resource: "%kernel.root_dir%/%kernel.test_case%/routing.yml" } validation: { enabled: true, enable_annotations: true } assets: ~ form: ~ test: ~ default_locale: en session: storage_id: ...
Enable assets in functional tests.
[SecurityBundle] Enable assets in functional tests.
YAML
mit
lemoinem/symfony,SofHad/symfony,Taluu/symfony,GuilhemN/symfony,ajgarlag/symfony,danionut90/symfony,mickaelandrieu/symfony,peterjmit/symfony,ianfp/symfony,geoffrey-brier/symfony,dzuelke/symfony,pamil/symfony,sstok/symfony,dosten/symfony,dunglas/symfony,SofHad/symfony,mweimerskirch/symfony,bburnichon/symfony,lyrixx/symfo...
146221c4b98c847db04d68ef44c5553ad3ea708e
.travis.yml
.travis.yml
language: clojure lein: lein script: "lein do compile, spec" jdk: - openjdk6 - openjdk7 - oraclejdk7 - oraclejdk8 - oraclejdk9
language: clojure lein: lein script: "lein do compile, spec" addons: apt: packages: - openjdk-6-jdk jdk: - openjdk6 - openjdk7 - openjdk8 - oraclejdk8 - oraclejdk9 - oraclejdk11
Update JVMs based on what's available
Update JVMs based on what's available https://docs.travis-ci.com/user/reference/trusty/#jvm-clojure-groovy-java-scala-images
YAML
epl-1.0
trptcolin/reply,trptcolin/reply
61fb2ecbeeba12285a6f95cb54694a5108a62bb6
.travis.yml
.travis.yml
jdk: oraclejdk8 language: scala matrix: include: - scala: 2.12.8 - scala: 2.13.0-M5 script: # TODO scalatags for Scala 2.13.0-M4 - sbt "++ ${TRAVIS_SCALA_VERSION}!" test
language: scala before_install: # adding $HOME/.sdkman to cache would create an empty directory, which interferes with the initial installation - "[[ -d $HOME/.sdkman/bin ]] || rm -rf $HOME/.sdkman/" - curl -sL https://get.sdkman.io | bash - echo sdkman_auto_answer=true > "$HOME/.sdkman/etc/config" - source ...
Use SDKMAN to install openjdk that is more robust on Travis update
Use SDKMAN to install openjdk that is more robust on Travis update
YAML
apache-2.0
underscoreio/doodle,underscoreio/doodle
db6456283d6814cd2a106c191747870d801ef092
.travis.yml
.travis.yml
language: node_js sudo: false after_success: - if [[ "$TRAVIS_BRANCH" == "master" ]]; then bash .travis/deploy.sh; fi
language: node_js node_js: 10 sudo: false after_success: - if [[ "$TRAVIS_BRANCH" == "master" ]]; then bash .travis/deploy.sh; fi
Use Node 10 to build and lints
CI: Use Node 10 to build and lints
YAML
mit
Turbo87/leaflet-sidebar,Turbo87/leaflet-sidebar
71e8a01407a0fe5294209c3c2721c217aeb7ea4d
.travis.yml
.travis.yml
language: objective-c osx_image: xcode8 script: - set -o pipefail - git submodule update --init --recursive - xcodebuild -project JWT.xcodeproj -scheme JWT-OSX test -sdk macosx | xcpretty -c - pod lib lint --quick
os: - linux - osx language: generic sudo: required dist: trusty osx_image: xcode8.3 env: - SWIFT_VERSION=3.1.1 install: - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" - git submodule update --init --recursive script: - ...
Build and test on all supported platforms
chore: Build and test on all supported platforms
YAML
bsd-2-clause
kylef/JSONWebToken.swift,kylef/JSONWebToken.swift
236e988a9a897f89b6068f0fa34fab558335063d
.travis.yml
.travis.yml
language: python python: '2.7' sudo: false branches: only: - master before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start addons: firefox: '28.0' install: - pip install -r test_requirements.txt - pip install -r requirements.txt - pip install -r doc_requirements.txt - ./scripts/install_browsermob_p...
language: python python: '2.7' sudo: false branches: only: - master before_install: - export DISPLAY=:99.0 - sh -e /etc/init.d/xvfb start addons: firefox: '42.0' install: - pip install -r test_requirements.txt - pip install -r requirements.txt - pip install -r doc_requirements.txt - ./scripts/install_browsermob_p...
Upgrade to firefox 42 for builds.
Upgrade to firefox 42 for builds.
YAML
apache-2.0
edx/bok-choy,edx/bok-choy,edx/bok-choy
0028a102597c0731db0ec16208a6a61d6f46c6f2
.travis.yml
.travis.yml
branches: except: - servo env: global: - secure: ONY+Bnbox9d5fHcSbYd4/G2cx6IprfyH6GP6BWd6zazFTdmYc4X754FUUM1Po0Rj+2JX97Mvj5oBKahT7r+SyxiixqAjHHHqNWni3RKVodA7lhtXudHW03K05lkyHwtW7ayJbWxPG28xPYkAwNrUHHuJng483iNiG78YTeKrpN0= language: rust script: - mkdir build - cd build - ../configure - make che...
branches: except: - servo env: global: - secure: uytPp0Fs+LT3QDEhDM3LJWiLvT2AHbdWnXrPEs+bYshQwt9wST+KQnYLyRfBuGg2ux3pkZwsRUFexvN8pQ3ab4aU2P21Xo98TzdXRwXurNYePgk/3tykEH+JrL52DfjCWB1VsjzzFrP02XU0XtB30qWC/n+fxeMWT7JT2GVh/OE= language: rust script: - mkdir build - cd build - ../configure - make che...
Update Rust CI doc upload config
Update Rust CI doc upload config
YAML
apache-2.0
aroben/html5ever,aroben/html5ever,Manishearth/html5ever,Manishearth/html5ever,Manishearth/html5ever,aroben/html5ever
b032c424a2c78722beed057bef320175f546a8da
.travis.yml
.travis.yml
sudo: false language: python python: - "3.5" env: - TOXENV=py27-django18-normal,py33-django18-normal - TOXENV=py27-django18-custom,py33-django18-custom - TOXENV=py27-django19-normal,py34-django19-normal - TOXENV=py27-django19-custom,py34-django19-custom - TOXENV=py27-django110-normal,py34-django110-norma...
sudo: false language: python python: - "3.5" env: - TOXENV=py27-django18-normal,py33-django18-normal - TOXENV=py27-django18-custom,py33-django18-custom - TOXENV=py27-django19-normal,py34-django19-normal - TOXENV=py27-django19-custom,py34-django19-custom - TOXENV=py27-django110-normal,py34-django110-norma...
Remove this deploy section because it never works.
Remove this deploy section because it never works.
YAML
bsd-2-clause
mlavin/django-all-access,mlavin/django-all-access,iXioN/django-all-access,iXioN/django-all-access
97ee5571096f8c1a90262fc7aee3ceb066d20a1b
roles/osxw.developer-atom/defaults/main.yml
roles/osxw.developer-atom/defaults/main.yml
--- brew_taps: [] npm_packages: - dockerlint - eslint - yaml-js - csslint brew_packages: - node cask_packages: - atom - font-inconsolata - font-source-code-pro - font-sauce-code-powerline atom_packages: - atom-terminal - atomatigit - trailing-spaces - auto-detect-indentation - highlight-sele...
--- brew_taps: [] npm_packages: - dockerlint - eslint - yaml-js - csslint brew_packages: - node cask_packages: - atom - font-inconsolata - font-source-code-pro - font-sauce-code-powerline atom_packages: - atom-terminal - project-manager - atomatigit - trailing-spaces - auto-detect-indentatio...
Add project manager to atom
Add project manager to atom
YAML
mit
ansible-macos/macos-playbook,ansible-macos/macos-playbook,luishdez/osx-playbook
45e4e71c12c81b9c7fdff5a9e385a4e30ce17f87
deploy/site.yml
deploy/site.yml
- hosts: '{{ group | default("qa") }}' connection: '{{ conn | default("local") }}' remote_user: deploy # Set environment to use scl rh-python35 environment: PATH: '/opt/rh/rh-python35/root/usr/bin/:{{ lookup("env","PATH") }}' LD_LIBRARY_PATH: '/opt/rh/rh-python35/root/usr/lib64' roles: # Creates...
- hosts: '{{ group | default("qa") }}' connection: '{{ conn | default("local") }}' remote_user: deploy # Set environment to use scl rh-python35 environment: PATH: '/opt/rh/rh-python35/root/usr/bin/:/opt/rh/rh-nodejs6/root/usr/bin:{{ ansible_env.PATH }}' LD_LIBRARY_PATH: '/opt/rh/rh-python35/root/usr/lib...
Add nodejs6 to path for ansible user
Add nodejs6 to path for ansible user
YAML
apache-2.0
Princeton-CDH/derrida-django,Princeton-CDH/derrida-django,Princeton-CDH/derrida-django,Princeton-CDH/derrida-django
d41b2de26efc878ec3aae545d241058fea3929e0
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: JPX Build on: push: branches: - master - releases/* - issues/* pull_request: branches: - master - releases/* jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-l...
name: JPX Build on: push: branches: - master - releases/* - issues/* pull_request: branches: - master - releases/* jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ ubuntu-l...
Add Java 18 build configuration.
Add Java 18 build configuration.
YAML
apache-2.0
jenetics/jpx,jenetics/jpx
d0deb0dff0d2867dc4da3197afae95708d973c6e
.github/workflows/jekyll.yml
.github/workflows/jekyll.yml
name: Jekyll site CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.0.2 - name: Build the site in the jekyll/builder container run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ ...
name: Jekyll site CI on: [push] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.1.0 - name: Build the site in the jekyll/builder container run: | docker run \ -v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \ ...
Bump actions/checkout from 3.0.2 to 3.1.0
Bump actions/checkout from 3.0.2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/...
YAML
mit
LeoColomb/leocolomb.github.io,LeoColomb/leocolomb.github.io,LeoColomb/leocolomb.github.io
038bc22edfc40a353d3591b328b902aa267395a1
actions/docker_prep_dev.meta.yaml
actions/docker_prep_dev.meta.yaml
--- name: docker_prep_dev runner_type: orquesta description: Prep dev images for st2 release enabled: true entry_point: workflows/docker_prep_dev.yaml parameters: version: type: string description: Version used for the release. Should include the patch e.g. 0.1.0 required: true fork: type: string ...
--- name: docker_prep_dev runner_type: orquesta description: Prep dev images for st2 release enabled: true entry_point: workflows/docker_prep_dev.yaml parameters: version: type: string description: Version used for the release. Should include the patch e.g. 0.1.0 required: true org: type: string ...
Change remaining fork to org
Change remaining fork to org
YAML
apache-2.0
StackStorm/st2cd,StackStorm/st2cd
2a6807f12c1e3a070f1ec0af51ce1dd26b3023b3
data/os/OpenBSD.yaml
data/os/OpenBSD.yaml
--- unbound::confdir: '/var/unbound/etc' unbound::logdir: '/var/log/unbound' unbound::owner: '_unbound' unbound::group: '_unbound' unbound::fetch_client: 'ftp -o' unbound::validate_cmd: '/usr/sbin/unbound-checkconf %' unbound::package_name: ''
--- unbound::confdir: '/var/unbound/etc' unbound::pidfile: '/var/run/unbound.pid' unbound::logdir: '/var/log/unbound' unbound::owner: '_unbound' unbound::group: '_unbound' unbound::fetch_client: 'ftp -o' unbound::validate_cmd: '/usr/sbin/unbound-checkconf %' unbound::package_name: ''
Set unbound pidfile for 6.3
Set unbound pidfile for 6.3 Without this change, OpenBSD 6.3 has the incorrect pid file.
YAML
apache-2.0
xaque208/puppet-unbound,xaque208/puppet-unbound,icann-dns/puppet-unbound,icann-dns/puppet-unbound,icann-dns/puppet-unbound,xaque208/puppet-unbound
8419cb01d68d85c2b1684c23681580e3f6d658e0
.github/workflows/tests.yaml
.github/workflows/tests.yaml
on: push: branches: - master pull_request: name: Run Tests jobs: test: name: Tests strategy: matrix: node: [10, 12] os: [windows-2016, ubuntu-16.04, ubuntu-18.04, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@master - ...
on: push: branches: - master - release/* pull_request: name: Run Tests jobs: test: name: Tests strategy: matrix: node: [10, 12] os: [windows-2016, ubuntu-16.04, ubuntu-18.04, macOS-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkou...
Add testing for release branches
Add testing for release branches
YAML
mit
Axosoft/nsfw,Axosoft/nsfw,Axosoft/nsfw
288b124af7ba2066da213f2d74eee98115ee1af1
docker-compose.yml
docker-compose.yml
version: '2' services: influxdb: image: influxdb ports: - "8086:8086" volumes: - ./STORAGE/influxdb:/var/lib/influxdb db: image: postgres ports: - "5432:5432" volumes: - ./STORAGE/db:/var/lib/postgresql/data ...
version: '2' services: influxdb: image: influxdb ports: - "8086:8086" volumes: - ./STORAGE/influxdb:/var/lib/influxdb environment: INFLUXDB_HTTP_MAX_ROW_LIMIT: 0 db: image: postgres ports: - "5432:5432" volum...
Allow Influx for unlimited num of rows
Allow Influx for unlimited num of rows
YAML
mit
qiubit/luminis,qiubit/luminis,qiubit/luminis,qiubit/luminis
8a418a9317e7c259986926880b5c84c90ca2ac9f
docker-compose.yml
docker-compose.yml
version: "3" services: mysql: image: mariadb:10.2 restart: always ports: - "33061:3306" volumes: - mysql:/var/lib/mysql - ./install/sql/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql env_file: - .env toloka: image: hurtom/php:nginx restart: always ports: ...
version: "3" services: mysql: image: mariadb:10.2 restart: always ports: - "33061:3306" volumes: - mysql:/var/lib/mysql - ./install/sql/mysql.sql:/docker-entrypoint-initdb.d/mysql.sql env_file: - .env toloka: image: hurtom/php:nginx restart: always ports: ...
Add auto restart for all containers
Add auto restart for all containers
YAML
mit
hurtom/toloka,yukoff/toloka,yukoff/toloka,chief-j/toloka,chief-j/toloka,chief-j/toloka,yukoff/toloka,hurtom/toloka,hurtom/toloka
0851ce52515622b59807edcd32220ca1ae4be7e5
packages/fi/Fin.yaml
packages/fi/Fin.yaml
homepage: '' changelog-type: '' hash: 883289aebf6342007ff4995d433098fe8532cf8f6bd068db6b7771e769eb5fe0 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Finite totally-ordered sets changelog: '' basic-deps: peano: -any base: ! '>=4.7 && <5' natural-induction: ! '>=0.2 && <0.3' all-versions: - '0.1.0.0...
homepage: '' changelog-type: '' hash: 1413f5a6666cfc1801ddd57f301671820f47af9e64e5136ceb76f7aaa1500ada test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Finite totally-ordered sets changelog: '' basic-deps: alg: ! '>=0.2.5 && <0.3' foldable1: ! '>=0.1 && <0.2' peano: -any base: ! '>=4.7 && <5' nat...
Update from Hackage at 2018-08-21T20:18:37Z
Update from Hackage at 2018-08-21T20:18:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
e353b75885145467749c3560530bc2f65d55825e
aws-beta/roles/system/tasks/main.yml
aws-beta/roles/system/tasks/main.yml
--- # general setup - name: Verify Ansible meets Clojars version requirements. assert: that: "ansible_version.full is version_compare('2.9.4', '>=')" msg: > "You must update Ansible to at least 2.9.4 to deploy Clojars." - name: Install EPEL for additional packages # sudo yum install -y https://dl.f...
--- # general setup - name: Verify Ansible meets Clojars version requirements. assert: that: "ansible_version.full is version_compare('2.9.4', '>=')" msg: > "You must update Ansible to at least 2.9.4 to deploy Clojars." - name: Install EPEL for additional packages # sudo yum install -y https://dl.f...
Fix typos in ansible config
Fix typos in ansible config
YAML
mit
clojars/clojars-server-config,clojars/clojars-server-config
9436dcca3269b146872ffd252dc07ddf5eacf0ba
openstack/swift/templates/ingress.yaml
openstack/swift/templates/ingress.yaml
{{- range $index, $cluster := .Values.clusters }} {{- if $.Values.vice_president }} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: swift-{{$cluster.name}} annotations: # the ingress controller won't pick this up kubernetes.io/ingress.class: "noop.vice-president" # enable vice-president ...
{{- range $index, $cluster := .Values.clusters }} {{- if $.Values.vice_president }} apiVersion: extensions/v1beta1 kind: Ingress metadata: name: swift-{{$cluster.name}} annotations: # the ingress controller won't pick this up kubernetes.io/ingress.class: "noop.vice-president" # enable vice-president ...
Use correct value for top level domain
Use correct value for top level domain
YAML
apache-2.0
sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts
e04a28bea2fe5a7ab80413b892c24b1e7d9f0c0e
src/deedee_tutorials/config/main.yaml
src/deedee_tutorials/config/main.yaml
robot_name: "deedee" # Name of the robot, used for namespace sim_plant: true # Actual or simulated robot autonomous: false # Manual (false) or autonomous (true) control sim_display: "gzclient" # Visualisation client: gzclient|gzweb|both|none gzweb_path: "/home/cyrill/gzweb" # Path to the installation folder for gzweb
robot_name: "deedee" # Name of the robot, used for namespace sim_plant: true # Actual or simulated robot autonomous: true # Manual (false) or autonomous (true) control sim_display: "gzclient" # Visualisation client: gzclient|gzweb|both|none gzweb_path: "/home/cyrill/gzweb" # Path to the installation folder for gzweb
Put default behaviour of Deedee as autonomous
Put default behaviour of Deedee as autonomous
YAML
mit
cyrillg/ros-playground,cyrillg/ros-playground
aea2153f088567a4cfc832b9a6791fa62a216c1a
data/building-hours/10-registrar.yaml
data/building-hours/10-registrar.yaml
name: Registrar category: Offices schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '4:30pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], fr...
name: Registrar category: Offices schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th, Fr], from: '8:00am', to: '4:30pm'} - {days: [Mo, Tu, We, Th], from: '7:30am', to: '4:30pm'} - {days: [Fr], from: '7:30am', to: '12:00pm'} breakSchedule: fall: [] thanksgiving: [] winter: [] in...
Add guessed summer Registrar hours
Add guessed summer Registrar hours
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
884ec1719c9bd3747da726741ff9d48510472396
.pre-commit-config.yaml
.pre-commit-config.yaml
default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-added-large-files args: [ '--maxkb=500' ] - id: check-byte-order-marker exclude: .*\.csv|.*\.xsd|.*\.xlsx|.*\.xml - id: check-case-confl...
default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-added-large-files args: [ '--maxkb=500' ] - id: check-byte-order-marker exclude: .*\.csv|.*\.xsd|.*\.xlsx|.*\.xml - id: check-case-confl...
Move flake8 from gitlab to github.
Move flake8 from gitlab to github.
YAML
bsd-3-clause
pivotal-energy-solutions/django-app-metrics,pivotal-energy-solutions/django-app-metrics
0720c0a50843d930ef498e3512f625dc2888e758
.pre-commit-config.yaml
.pre-commit-config.yaml
# pre-commit hook which runs all the various lint checks + black auto formatting on the added # files. # This hook relies on development virtual environment being present in virtualenv/. default_language_version: python: python3.6 exclude: '(build|dist)' repos: - repo: local hooks: - id: black name: ...
# pre-commit hook which runs all the various lint checks + black auto formatting on the added # files. # This hook relies on development virtual environment being present in virtualenv/. default_language_version: python: python3.6 exclude: '(build|dist)' repos: - repo: local hooks: - id: black name: ...
Update pre-commit config to also run trialing whitespace and check yaml syntax check.
Update pre-commit config to also run trialing whitespace and check yaml syntax check.
YAML
apache-2.0
nzlosh/st2,Plexxi/st2,StackStorm/st2,StackStorm/st2,StackStorm/st2,StackStorm/st2,nzlosh/st2,Plexxi/st2,Plexxi/st2,nzlosh/st2,Plexxi/st2,nzlosh/st2
b2da71a8b5aef01d5c4158a35df07ebacda6b467
metadata/com.dozingcatsoftware.mouse_pounce.yml
metadata/com.dozingcatsoftware.mouse_pounce.yml
Categories: - Games License: GPL-3.0-only WebSite: https://github.com/dozingcat/MousePounce SourceCode: https://github.com/dozingcat/MousePounce IssueTracker: https://github.com/dozingcat/MousePounce/issues AutoName: Egyptian Mouse Pounce RepoType: git Repo: https://github.com/dozingcat/MousePounce.git Builds: -...
Categories: - Games License: GPL-3.0-only WebSite: https://github.com/dozingcat/MousePounce SourceCode: https://github.com/dozingcat/MousePounce IssueTracker: https://github.com/dozingcat/MousePounce/issues AutoName: Egyptian Mouse Pounce RepoType: git Repo: https://github.com/dozingcat/MousePounce.git Builds: -...
Update Egyptian Mouse Pounce to 1.1.1 (3)
Update Egyptian Mouse Pounce to 1.1.1 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
81f0195252bfe72fcef3d0037874ce763337bc60
.pre-commit-config.yaml
.pre-commit-config.yaml
--- repos: - repo: https://github.com/PyCQA/doc8 rev: 0.8.1 hooks: - id: doc8 name: doc8 description: This hook runs doc8 for linting docs. entry: python -m doc8 language: python files: \.rst$ require_serial: true - repo: https://github.com/psf/black.git...
--- repos: # - repo: https://github.com/PyCQA/doc8 # rev: 0.8.1 # hooks: # - id: doc8 # name: doc8 # description: This hook runs doc8 for linting docs. # entry: python -m doc8 # language: python # files: \.rst$ # require_serial: true - repo: https://gith...
Comment out doc8 to see if it is the issue with GHCI
Comment out doc8 to see if it is the issue with GHCI
YAML
bsd-3-clause
audreyr/cookiecutter,audreyr/cookiecutter
db8ece6e284dcd97d41e0b2514c3c5a52a0bae86
metadata/de.kromke.andreas.opus1musicplayer.yml
metadata/de.kromke.andreas.opus1musicplayer.yml
Categories: - Multimedia License: GPL-3.0-only AuthorName: Andreas Kromke SourceCode: https://gitlab.com/AndreasK/opus1-music-player IssueTracker: https://gitlab.com/AndreasK/opus1-music-player/issues Changelog: https://gitlab.com/AndreasK/opus1-music-player/blob/HEAD/app/src/main/assets/version-history.txt AutoName...
Categories: - Multimedia License: GPL-3.0-only AuthorName: Andreas Kromke SourceCode: https://gitlab.com/AndreasK/opus1-music-player IssueTracker: https://gitlab.com/AndreasK/opus1-music-player/issues Changelog: https://gitlab.com/AndreasK/opus1-music-player/blob/HEAD/app/src/main/assets/version-history.txt AutoName...
Update Opus 1 Music Player to 2.60 (61)
Update Opus 1 Music Player to 2.60 (61)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
341c20e981e241d24fc20d52394cd24f4415be3a
.kitchen.yml
.kitchen.yml
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-14.04 - name: ubuntu-12.04 - name: ubuntu-10.04 - name: centos-7.0 - name: centos-6.6 - name: centos-5.9 - name: fedora-21 - name: amazon-2014.09.1 driver: name: ec2 aws_access_key_id: <%= ENV['AWS_ACCESS_KEY'] |...
--- driver_plugin: vagrant driver_config: require_chef_omnibus: true platforms: - name: ubuntu-14.04 - name: ubuntu-12.04 - name: ubuntu-10.04 - name: debian-7.8 - name: centos-7.0 - name: centos-6.6 - name: centos-5.9 - name: fedora-21 - name: amazon-2014.09.1 driver: name: ec2 aws_access_key_id: <%= ENV[...
Add Debian 7.8 to Test Kitchen
Add Debian 7.8 to Test Kitchen
YAML
apache-2.0
gkra/timezone-ii,L2G/timezone-ii,bluespurs/timezone-ii,L2G/timezone-ii,gkra/timezone-ii,gkra/timezone-ii,L2G/timezone-ii,bluespurs/timezone-ii,bluespurs/timezone-ii
9c6aa21fa088008180b2d4b6f1a2deb9f78fa67d
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant provisioner: name: chef_zero platforms: #- name: debian-7.2.0 #driver_config: #box: debian-7.2.0 - name: ubuntu-14.04 driver_config: box: ubuntu-14.04 suites: - name: default run_list: - recipe[statsdaemon] attributes: go: owne...
--- driver: name: vagrant provisioner: name: chef_zero platforms: #- name: debian-7.2.0 - name: ubuntu-14.04 suites: - name: default run_list: - recipe[statsdaemon] attributes: go: owner: 'vagrant' group: 'vagrant' statsdaemon: graphite: '-'...
Remove useless config for kitchn.yml
Remove useless config for kitchn.yml
YAML
mit
mburns/cookbook-statsdaemon,mburns/cookbook-statsdaemon,mburns/cookbook-statsdaemon
13356b3844ad1a72be4078fcf9d7ff9dea0a3f94
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant require_chef_omnibus: true customize: memory: 512 provisioner: name: chef_zero platforms: - name: ubuntu-12.04 run_list: - recipe[apt] - name: centos-6.5 run_list: - recipe[yum-epel] suites: - name: default run_list: - recipe[collectd] - recipe[collectd::attribute_...
--- driver: name: vagrant require_chef_omnibus: true customize: memory: 512 provisioner: name: chef_zero platforms: - name: ubuntu-14.04 run_list: - recipe[apt] - name: ubuntu-12.04 run_list: - recipe[apt] - name: centos-6.5 run_list: - recipe[yum-epel] suites: - name: default run_list: -...
Add support for Ubuntu 14.04 (Trusty) to test suite
Add support for Ubuntu 14.04 (Trusty) to test suite This changeset adds Ubuntu 14.04 to the platforms covered in the Test Kitchen test suite.
YAML
apache-2.0
kri5/chef-collectd,kri5/chef-collectd,obazoud/chef-collectd-hectcastro,hectcastro/chef-collectd,kri5/chef-collectd,brumschlag/chef-collectd,hectcastro/chef-collectd,obazoud/chef-collectd-hectcastro,brumschlag/chef-collectd,obazoud/chef-collectd-hectcastro,brumschlag/chef-collectd,hectcastro/chef-collectd
de078c562ff101598e83340182f943c5736be6b4
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 run_list: apt::default - name: debian-8.6 run_list: apt::default - name: fedora-25 - name: opensuse-leap-42.2 - name: ubuntu-14.04 run_list: apt::default - name: ubun...
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 run_list: apt::default - name: debian-8.7 run_list: apt::default - name: fedora-25 - name: opensuse-leap-42.2 - name: ubuntu-14.04 run_list: apt::default - name: ubun...
Update Debian 8 in Test Kitchen
Update Debian 8 in Test Kitchen Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef-cookbooks/iptables,opscode-cookbooks/iptables,chef-cookbooks/iptables,opscode-cookbooks/iptables,chef-cookbooks/iptables,opscode-cookbooks/iptables
d34825ac1681c359934e03961011a72f4c8366fe
.kitchen.yml
.kitchen.yml
--- driver: name: vagrant provisioner: name: chef_solo platforms: - name: ubuntu-12.04 - name: ubuntu-10.04 suites: - name: default run_list: - recipe[serf::default] attributes:
--- driver: name: vagrant provisioner: name: chef_solo platforms: - name: ubuntu-12.04 suites: - name: default run_list: - recipe[serf::default] attributes:
Remove support for Lucid - it's time.
Remove support for Lucid - it's time.
YAML
apache-2.0
darron/serf-cookbook
0111a416590895eec2edbd2f288e941233c06347
.rubocop.yml
.rubocop.yml
# This is the Hanami generator default Style/ClassAndModuleChildren: EnforcedStyle: compact Exclude: - 'apps/web/application.rb' # Almost all classes in this app are self-explanatory Style/Documentation: Enabled: false
# This is the Hanami generator default Style/ClassAndModuleChildren: EnforcedStyle: compact Exclude: - 'apps/web/application.rb' - 'apps/web/views/application_layout.rb' # Almost all classes in this app are self-explanatory Style/Documentation: Enabled: false
Add exception for lingering Rubocop issue
Add exception for lingering Rubocop issue
YAML
mit
bruz/bookshelf-delivery-example,bruz/bookshelf-delivery-example
c3730e41bf7fd14d8f6fc7edefd1dda0502c5923
data/transition-sites/dfid_blogs.yml
data/transition-sites/dfid_blogs.yml
--- site: dfid_blogs whitehall_slug: department-for-international-development title: Department for International Development redirection_date: 17th March 2014 homepage: https://dfid.blog.gov.uk tna_timestamp: 20130704203515 host: blogs.dfid.gov.uk furl: www.gov.uk/dfid aliases: - dfidimport.blog.gov.uk
--- site: dfid_blogs whitehall_slug: department-for-international-development title: Department for International Development redirection_date: 19th March 2014 homepage: https://dfid.blog.gov.uk tna_timestamp: 20130704203515 host: blogs.dfid.gov.uk furl: www.gov.uk/dfid aliases: - dfidimport.blog.gov.uk
Change date of DFID migration
Change date of DFID migration
YAML
mit
alphagov/transition-config,alphagov/transition-config
79806fb8b3c393b568c8410711a116fdd0963dad
config/mongoid.yml
config/mongoid.yml
common: &default_client options: write: w: <%= ENV['MONGOID_WRITE_MODE'] || 1 %> read: mode: :<%= ENV['MONGOID_READ_MODE'] || 'primary' %> max_retries: <%= ENV['MONGOID_MAX_RETRIES'] || 1 %> retry_interval: <%= ENV['MONGOID_RETRY_INTERVAL'] || 0 %> timeout: <%= ENV['MONGOID_TIMEOUT'] |...
common: &default_client options: write: w: <%= ENV['MONGOID_WRITE_MODE'] || 1 %> read: mode: :<%= ENV['MONGOID_READ_MODE'] || 'primary' %> max_retries: <%= ENV['MONGOID_MAX_RETRIES'] || 1 %> retry_interval: <%= ENV['MONGOID_RETRY_INTERVAL'] || 0 %> timeout: <%= ENV['MONGOID_TIMEOUT'] |...
Add support for configuring auth_source for Mongo connection
Add support for configuring auth_source for Mongo connection
YAML
agpl-3.0
edx/cs_comments_service,edx/cs_comments_service,EDUlib/cs_comments_service,edx-solutions/cs_comments_service,edx-solutions/cs_comments_service,edx/cs_comments_service,EDUlib/cs_comments_service,EDUlib/cs_comments_service,edx-solutions/cs_comments_service
c3e9a5685fa1d49feb033b0a4354e37f0e895996
roles/quarkslab.peid/defaults/main.yml
roles/quarkslab.peid/defaults/main.yml
--- peid_sig_url: http://handlers.sans.org/jclausing/userdb.txt sig_dir: /opt/irma/peid_sig
--- peid_sig_url: https://raw.githubusercontent.com/viper-framework/viper/master/data/peid/UserDB.TXT sig_dir: /opt/irma/peid_sig
Fix get peid signatures from viper
Fix get peid signatures from viper
YAML
apache-2.0
quarkslab/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,quarkslab/irma,hirokihamasaki/irma,hirokihamasaki/irma,hirokihamasaki/irma