commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
8251551edd5b6a68f62415f48f682c7a21548d1e
.styleci.yml
.styleci.yml
preset: recommended risky: false linting: true enabled: - not_operator_with_successor_space - no_short_echo_tag - align_equals disabled: - ordered_imports - phpdoc_no_package - unalign_equals
preset: recommended risky: false linting: true enabled: - not_operator_with_successor_space - no_short_echo_tag disabled: - ordered_imports - phpdoc_no_package
Stop aligning assignments and enforcing it in our style guides
Stop aligning assignments and enforcing it in our style guides
YAML
mit
rinvex/support
95753a94a9f351cf4fed2b0d1ee6c862ee2af5ae
metadata/ILAMB/wmt.yaml
metadata/ILAMB/wmt.yaml
ignore: - _run_duration globals: - _run_duration extras: _run_duration: description: Simulation run time value: type: int default: 1 range: min: 1 max: 1 sections: - title: MsTMIP models members: - BIOME-BGC - CLASS-CTEM-N - CLM4 - CLM4VIC - DLEM - GTEC - ISAM - LPJ-wsl - ORCHIDEE-LSCE - SiB3 - SiBCASA - TEM6 - TRIPLEX-GHG - VEGAS21 - VISIT - title: CMIP5 models members: - bcc-csm1-1-m - BNU-ESM - CanESM2 - cesm1_2bgc - CESM1-BGC - GFDL-ESM2G - HadGEM2-ES - inmcm4 - IPSL-CM5A-LR - MIROC-ESM - MPI-ESM-LR - MRI-ESM1 - NorESM1-ME - title: Study variable members: - study_variable - title: Study duration and scope members: - start_year - end_year - region - title: Statistics and skill scores members: - gp_annualmean - gp_bias - gp_rmse - sm_globalbias - sm_rmse - sm_phase - sm_taylor - sm_interannual
sections: - title: MsTMIP models members: - BIOME-BGC - CLASS-CTEM-N - CLM4 - CLM4VIC - DLEM - GTEC - ISAM - LPJ-wsl - ORCHIDEE-LSCE - SiB3 - SiBCASA - TEM6 - TRIPLEX-GHG - VEGAS21 - VISIT - title: CMIP5 models members: - bcc-csm1-1-m - BNU-ESM - CanESM2 - cesm1_2bgc - CESM1-BGC - GFDL-ESM2G - HadGEM2-ES - inmcm4 - IPSL-CM5A-LR - MIROC-ESM - MPI-ESM-LR - MRI-ESM1 - NorESM1-ME - title: Study variable members: - study_variable - title: Study duration and scope members: - start_year - end_year - region - title: Statistics and skill scores members: - gp_annualmean - gp_bias - gp_rmse - sm_globalbias - sm_rmse - sm_phase - sm_taylor - sm_interannual
Remove globals, ignore, and extras attrs
Remove globals, ignore, and extras attrs
YAML
mit
csdms/wmt-metadata
ec55e70ddbcf705fadf785db8662a11a2619fcb0
playbooks/wheel/pre.yaml
playbooks/wheel/pre.yaml
- hosts: all roles: - role: bindep bindep_profile: test bindep_dir: "src/{{ zuul.project.canonical_name }}" - legacy-install-afs-with-puppet - legacy-copy-project-config-scripts pre_tasks: # NOTE(pabelanger): Needed by puppet-openafs package. - name: Add OpenAFS OpenStack CI build yum_repository: name: openafs baseurl: https://tarballs.openstack.org/project-config/package-afs-centos7 gpgcheck: no when: ansible_distribution == "CentOS" # NOTE(pabelanger): Manually install EPEL dependencies as not to keep EPEL # enabled. - name: Manually install EPEL dependencies become: yes yum: name: "{{ item }}" enablerepo: epel state: present when: ansible_distribution == "CentOS" with_items: - dkms - kstart - parallel
- hosts: all roles: - role: bindep bindep_profile: test bindep_dir: "src/{{ zuul.project.canonical_name }}" - legacy-install-afs-with-puppet - legacy-copy-project-config-scripts pre_tasks: # NOTE(pabelanger): Needed by puppet-openafs package. - name: Add OpenAFS OpenStack CI build yum_repository: name: openafs description: OpenAFS OpenStack CI build baseurl: https://tarballs.openstack.org/project-config/package-afs-centos7 gpgcheck: no when: ansible_distribution == "CentOS" # NOTE(pabelanger): Manually install EPEL dependencies as not to keep EPEL # enabled. - name: Manually install EPEL dependencies become: yes yum: name: "{{ item }}" enablerepo: epel state: present when: ansible_distribution == "CentOS" with_items: - dkms - kstart - parallel
Fix "Parameter 'description' is required" error
Fix "Parameter 'description' is required" error Guess we should also send a patch to ansible documentation: http://docs.ansible.com/ansible/latest/yum_repository_module.html Change-Id: I7117aa91894bc3edb1b55643b649c42c879a82c4 Signed-off-by: Paul Belanger <[email protected]>
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
121a9d75fa10b239ce1e70a134bb99228b72f7a8
packages/bl/blagda.yaml
packages/bl/blagda.yaml
homepage: https://github.com/isovector/blagda#readme changelog-type: markdown hash: 91015309e740970c631d90990cbaf71d9c71d7fb8a090fd00267544b73d732f5 test-bench-deps: {} maintainer: [email protected] synopsis: Shake frontend for Agda blogging changelog: '' basic-deps: shake: -any bytestring: -any SHA: -any base: '>=4.7 && <5' time: -any unordered-containers: -any text: -any syb: -any Agda: -any process: -any pandoc-types: -any containers: -any pandoc: -any uri-encode: -any mtl: -any blagda: -any mustache: -any tagsoup: -any aeson: -any directory: -any all-versions: - 0.1.0.0 author: Amélia Liao latest: 0.1.0.0 description-type: markdown description: |+ # Blagda It's a blogging platform for Agda/markdown, based on the wonderful [1Lab](https://1lab.dev). But I've done a bad job of porting it, so this is a total mess and I'm sorry. license-name: AGPL-3.0-only
homepage: https://github.com/isovector/blagda#readme changelog-type: markdown hash: 5ed1b3928fa7452356b032fcac6f21e448133f3c2df47e19a387ddffaafc02f0 test-bench-deps: {} maintainer: [email protected] synopsis: Shake frontend for Agda blogging changelog: '' basic-deps: shake: -any bytestring: -any SHA: -any base: '>=4.7 && <5' time: -any unordered-containers: -any text: -any syb: -any Agda: -any process: -any pandoc-types: -any containers: -any pandoc: -any uri-encode: -any mtl: -any blagda: -any mustache: -any tagsoup: -any aeson: -any directory: -any all-versions: - 0.1.0.0 - 0.1.0.1 author: Amélia Liao latest: 0.1.0.1 description-type: markdown description: |+ # Blagda It's a blogging platform for Agda/markdown, based on the wonderful [1Lab](https://1lab.dev). But I've done a bad job of porting it, so this is a total mess and I'm sorry. license-name: AGPL-3.0-only
Update from Hackage at 2022-03-02T03:08:03Z
Update from Hackage at 2022-03-02T03:08:03Z
YAML
mit
commercialhaskell/all-cabal-metadata
035490972be3525a346e46335d3decf09353f421
packages/er/erlang.yaml
packages/er/erlang.yaml
homepage: http://github.com/gombocarti/erlang-ffi changelog-type: '' hash: 1ea94fdcd0e6b6e372cae98697bcbf01685168a5a326879290a13d4380c7f170 test-bench-deps: {} maintainer: Artúr Poór <[email protected]> synopsis: FFI interface to Erlang. changelog: '' basic-deps: MissingH: -any bytestring: -any base: ! '>=4 && <5' filepath: -any network: ! '>=2.2.0.1' binary: ! '>=0.4.4' random: ! '>=1.0.0.1' directory: -any all-versions: - '0.1' - '0.2' - '0.2.1' - '0.2.2' author: Eric Sessoms <[email protected]> latest: '0.2.2' description-type: haddock description: ! 'Speaks the Erlang network protocol and impersonates an Erlang node on the network. Fully capable of bi-directional communication with Erlang. Erlang types are, as far as reasonable, mapped to Haskell types. Messages to Erlang are just function calls in Haskell, and messages from Erlang are delivered to MVars.' license-name: GPL
homepage: http://github.com/gombocarti/erlang-ffi changelog-type: text hash: c58efb29d96f24774935afa2fe337c4c751343aa6a5bc08bd9d60076215fa201 test-bench-deps: {} maintainer: Artúr Poór <[email protected]> synopsis: FFI interface to Erlang. changelog: ! "# 0.2.3\n\n * Negotiate `UTF8_ATOMS` to support OTP 20.\n" basic-deps: MissingH: -any bytestring: -any base: ! '>=4 && <5' filepath: -any network: ! '>=2.2.0.1' binary: ! '>=0.4.4' random: ! '>=1.0.0.1' directory: -any all-versions: - '0.1' - '0.2' - '0.2.1' - '0.2.2' - '0.2.3' author: Eric Sessoms <[email protected]> latest: '0.2.3' description-type: haddock description: ! 'Speaks the Erlang network protocol and impersonates an Erlang node on the network. Fully capable of bi-directional communication with Erlang. Erlang types are, as far as reasonable, mapped to Haskell types. Messages to Erlang are just function calls in Haskell, and messages from Erlang are delivered to MVars.' license-name: GPL
Update from Hackage at 2018-07-22T16:40:35Z
Update from Hackage at 2018-07-22T16:40:35Z
YAML
mit
commercialhaskell/all-cabal-metadata
7c169e3d18ecaafc10c202cb20cc469fe0b4ec74
packages/ha/hascas.yaml
packages/ha/hascas.yaml
homepage: https://github.com/eklavya/hascas#readme changelog-type: '' hash: dd3a3609ef9afd3507fc7c0a425683e2900da0b70512a5ef4342f39548c8d1a2 test-bench-deps: bytestring: -any stm: -any base: -any hspec: -any uuid: -any safe-exceptions: -any hascas: -any network: -any containers: -any binary: -any mtl: -any data-binary-ieee754: -any template-haskell: -any maintainer: [email protected] synopsis: Cassandra driver for haskell changelog: '' basic-deps: bytestring: -any stm: -any base: ! '>=4.8 && <5' uuid: -any safe-exceptions: -any network: -any containers: -any binary: -any mtl: -any data-binary-ieee754: -any template-haskell: -any all-versions: - '0.1.0.0' - '1.0.0' author: Saurabh Rawat latest: '1.0.0' description-type: haddock description: This is a cassandra driver. license-name: Apache
homepage: https://github.com/eklavya/hascas#readme changelog-type: '' hash: f9f0fb0a79567fb9a5d1218d4a1e91be89c34f20748fb8df0c0fde2b3b0aa86d test-bench-deps: bytestring: -any stm: -any base: -any hspec: -any uuid: -any safe-exceptions: -any hascas: -any network: -any containers: -any binary: -any mtl: -any data-binary-ieee754: -any template-haskell: -any maintainer: [email protected] synopsis: Cassandra driver for haskell changelog: '' basic-deps: bytestring: -any stm: -any base: ! '>=4.7 && <5' uuid: -any safe-exceptions: -any network: -any containers: -any binary: -any mtl: -any data-binary-ieee754: -any template-haskell: -any all-versions: - '0.1.0.0' - '1.0.0' - '1.1.0' author: Saurabh Rawat latest: '1.1.0' description-type: haddock description: This is a cassandra driver. license-name: Apache
Update from Hackage at 2017-01-11T12:11:24Z
Update from Hackage at 2017-01-11T12:11:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
61e81caad210736cfb660a1e2d0d534727f3d548
roles/haproxy/defaults/main.yml
roles/haproxy/defaults/main.yml
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem haproxy_cookie_max_idle: 3600 haproxy_metricbeat: False haproxy_supported_http_methods: "GET HEAD OPTIONS POST PUT DELETE"
tls_backend_ca: /etc/pki/haproxy/backend.{{ base_domain }}.pem haproxy_cookie_max_idle: 3600 haproxy_metricbeat: False # The default http methods whitelist is meant to disable methods like TRACE or DEBUG. # OPTIONS is mainly used for CORS requests in OIDC-NG (like SPA apps) haproxy_supported_http_methods: "GET HEAD OPTIONS POST PUT DELETE"
Add some documentation for http method whitelist
Haproxy: Add some documentation for http method whitelist
YAML
apache-2.0
OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy
d4a3c280fbd0bc857296994894df5255695b8e75
.github/FUNDING.yml
.github/FUNDING.yml
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: https://opencollective.com/lint-staged ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with a single custom sponsorship URL
# These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] patreon: # Replace with a single Patreon username open_collective: lint-staged ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with a single custom sponsorship URL
Fix open collective link in funding.md
docs: Fix open collective link in funding.md
YAML
mit
okonet/lint-staged,okonet/lint-staged
6ff02b6de983a32372002ca8a5a55a61c5019d27
.github/FUNDING.yml
.github/FUNDING.yml
# For more - see https://www.openfaas.com/support/ github: alexellis patreon: alexellis open_collective: openfaas community_bridge: openfaas custom: https://paypal.me/openfaas?locale.x=en_GB
# For more - see https://www.openfaas.com/support/ github: alexellis patreon: alexellis community_bridge: openfaas custom: https://paypal.me/openfaas?locale.x=en_GB open_collective: openfaas
Update order of sponsorship links
Update order of sponsorship links Signed-off-by: Alex Ellis <[email protected]>
YAML
mit
rgee0/faas,rgee0/faas,rgee0/faas,openfaas/faas,alexellis/faas,rgee0/faas,rgee0/faas,alexellis/faas,rgee0/faas,openfaas/faas,alexellis/faas,alexellis/faas,alexellis/faas,alexellis/faas,rgee0/faas,rgee0/faas,rgee0/faas,rgee0/faas,alexellis/faas,openfaas/faas,alexellis/faas,alexellis/faas
9f62ee2af5232ee564d930db08ffd9827c2cb202
.github/FUNDING.yml
.github/FUNDING.yml
# These are supported funding model platforms github: [samdark, machour, silverfire, cebe] open_collective: yiisoft
# These are supported funding model platforms open_collective: yiisoft
Remove github from funding options
Remove github from funding options [skip ci]
YAML
bsd-3-clause
yiisoft/yii2-app-basic,yiisoft/yii2-app-basic,githubjeka/yii2-app-basic,githubjeka/yii2-app-basic
16d3c10ce72f2024b876bfbafde386575d68cfe0
playbooks/base/pre.yaml
playbooks/base/pre.yaml
- hosts: localhost roles: - role: emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all roles: - add-build-sshkey - start-zuul-console - configure-unbound - validate-host - use-cached-repos - mirror-workspace-git-repos - mirror-info - configure-mirrors - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" repo_src_dir: "/home/zuul/src/git.openstack.org"
- hosts: localhost roles: - role: emit-job-header zuul_log_url: "http://logs.openstack.org" - hosts: all roles: - add-build-sshkey - start-zuul-console - configure-unbound - validate-host - use-cached-repos - mirror-workspace-git-repos - mirror-info - role: configure-mirrors set_apt_mirrors_trusted: True - role: fetch-zuul-cloner destination: "/usr/zuul-env/bin/zuul-cloner" repo_src_dir: "/home/zuul/src/git.openstack.org"
Add trusted option to apt mirrors
Base: Add trusted option to apt mirrors Since our Debian+Ubuntu mirrors are unsigned, we need to set the "trusted" option on them in order to allow newer apt versions to pull updates from them. Logs of testing can be found at https://review.openstack.org/549867/ Change-Id: Ib847b953d4f8255ac4967889e83325e015516cb8 Signed-off-by: Paul Belanger <[email protected]>
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
579de843e8dccc8e5e46c5bb4aab75cae09f0dd6
wercker.yml
wercker.yml
box: id: node:8-alpine build: steps: - script: name: install dependencies code: | export YARN_CACHE=$WERCKER_CACHE_DIR/yarn export NODE_ENV=development HOME=$YARN_CACHE yarn - script: name: build code: | npm run build - script: name: test code: | npm run test - script: name: docs code: | npm run docs cp -R examples/* docs deploy: steps: - install-packages: packages: git ssh-client - lukevivier/[email protected]: token: $GIT_TOKEN basedir: docs
box: id: node:8-alpine build: steps: - script: name: install dependencies code: | export YARN_CACHE=$WERCKER_CACHE_DIR/yarn export NODE_ENV=development HOME=$YARN_CACHE yarn - script: name: build code: | npm run build - script: name: test code: | npm run test - script: name: docs code: | npm run docs cp -R examples/* docs deploy: box: id: tetsuo/electron-ready:4 steps: - install-packages: packages: git ssh-client - lukevivier/[email protected]: token: $GIT_TOKEN basedir: docs
Use tetsuo/electron-ready:4 for deploying gh-pages
Use tetsuo/electron-ready:4 for deploying gh-pages
YAML
mit
tetsuo/xus,tetsuo/xus
c06f05369e4482f9725ce0f1567bdc838012ffbd
wercker.yml
wercker.yml
box: iojs services: - redis build: steps: - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" - npm-install - script: name: jshint code: npm run hint - npm-test after-steps: - turistforeningen/slack-notifier: url: $SLACK_WEBHOOK_URL
box: node:slim services: - redis build: steps: - script: name: echo nodejs information code: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" - npm-install - script: name: jshint code: npm run hint - npm-test after-steps: - turistforeningen/slack-notifier: url: $SLACK_WEBHOOK_URL
Use Node.js Docker Image for Wercker CI
Use Node.js Docker Image for Wercker CI
YAML
mit
Starefossen/jenkins-monitor
37bd969c2347d83c32c1dd43b1dd17212cd50f9f
wercker.yml
wercker.yml
dev: # The container definition we want to use for developing our app box: golang:1.7.3 steps: - internal/watch: code: | CGO_ENABLED=0 go build -o cloud-native-go ./cloud-native-go reload: true build: # The container definition we want to use for building our app box: golang:1.7.3 steps: - wercker/golint - script: name: go build code: | CGO_ENABLED=0 go build -o cloud-native-go - script: name: copy binary code: cp cloud-native-go "$WERCKER_OUTPUT_DIR" deploy: # The container definition we want to use to run our app box: golang:1.7.3-wheezy steps: - internal/docker-push: author: "M.-Leander Reimer <[email protected]>" username: $USERNAME password: $PASSWORD repository: lreimer/cloud-native-go registry: https://registry.hub.docker.com entrypoint: /pipeline/source/cloud-native-go ports: "8080"
dev: # The container definition we want to use for developing our app box: golang:1.7.3 steps: - internal/watch: code: | CGO_ENABLED=0 go build -o cloud-native-go ./cloud-native-go reload: true build: # The container definition we want to use for building our app box: golang:1.7.3 steps: - wercker/golint - script: name: go build code: | CGO_ENABLED=0 go build -o cloud-native-go - script: name: copy binary code: cp cloud-native-go "$WERCKER_OUTPUT_DIR" deploy: # The container definition we want to use to run our app box: alpine:3.4 steps: - internal/docker-push: author: "M.-Leander Reimer <[email protected]>" username: $USERNAME password: $PASSWORD repository: lreimer/cloud-native-go registry: https://registry.hub.docker.com entrypoint: /pipeline/source/cloud-native-go ports: "8080"
Use Alpine base box for deployment.
Use Alpine base box for deployment.
YAML
mit
lreimer/cloud-native-go,lreimer/cloud-native-go
7dd92117777a4d1fe9b2b37fb4053c32a18a04a4
.kitchen.yml
.kitchen.yml
driver: name: vagrant customize: cpus: 2 memory: 2048 provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.8 - name: centos-7.3 - name: debian-7.11 - name: debian-8.7 - name: freebsd-10.3 - name: freebsd-11.0 - name: fedora-25 - name: opensuse-leap-42.2 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: windows-2008r2 driver_config: box: chef/windows-server-2008r2-standard - name: windows-2012r2 driver_config: box: chef/windows-server-2012r2-standard suites: # this tests basic functionality - name: default run_list: - recipe[unit::default] attributes: # this tests that we can run inside an LWRP - name: lwrp run_list: - recipe[unit::lwrp] attributes: # this tests that we can run inside a resource - name: resource run_list: - recipe[unit::resource] attributes:
driver: name: vagrant customize: cpus: 2 memory: 2048 provisioner: name: chef_zero deprecations_as_errors: true platforms: - name: centos-6.9 - name: centos-7.3 - name: debian-7.11 - name: debian-8.7 - name: freebsd-10.3 - name: freebsd-11.0 - name: fedora-25 - name: opensuse-leap-42.2 - name: ubuntu-14.04 - name: ubuntu-16.04 - name: windows-2008r2 driver_config: box: chef/windows-server-2008r2-standard - name: windows-2012r2 driver_config: box: chef/windows-server-2012r2-standard suites: # this tests basic functionality - name: default run_list: - recipe[unit::default] attributes: # this tests that we can run inside an LWRP - name: lwrp run_list: - recipe[unit::lwrp] attributes: # this tests that we can run inside a resource - name: resource run_list: - recipe[unit::resource] attributes:
Test on the latest CentOS bento box
Test on the latest CentOS bento box Signed-off-by: Tim Smith <[email protected]>
YAML
apache-2.0
lamont-cookbooks/chef_hostname
29dad49861037f924654a1806b6f02afcb7cf311
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true verifier: name: inspec platforms: - name: amazonlinux driver_config: box: mvbcoding/awslinux - name: centos-6 - name: centos-7 - name: debian-8 - name: debian-9 - name: fedora-26 - name: opensuse-leap-42 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: install run_list: test::install - name: package run_list: test::package - name: service run_list: test::service - name: sup run_list: test::sup - name: config run_list: test::config
driver: name: vagrant provisioner: name: chef_zero deprecations_as_errors: true verifier: name: inspec platforms: - name: amazonlinux driver_config: box: mvbcoding/awslinux - name: centos-6 - name: centos-7 - name: debian-8 - name: debian-9 - name: fedora-27 - name: opensuse-leap-42 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: install run_list: test::install - name: package run_list: test::package - name: service run_list: test::service - name: sup run_list: test::sup - name: config run_list: test::config
Test on the latest Fedora
Test on the latest Fedora Signed-off-by: Tim Smith <[email protected]>
YAML
apache-2.0
chef-cookbooks/habitat,chef-cookbooks/habitat,chef-cookbooks/habitat
282da4bbe94744a5292a3dbfb242c33fe5cb0436
.kitchen.yml
.kitchen.yml
driver: name: vagrant customize: cpus: 2 memory: 4096 provisioner: name: chef_zero platforms: - name: windows-2008r2 driver_config: box: chef/windows-server-2008r2-standard - name: windows-2012r2 driver_config: box: chef/windows-server-2012r2-standard suites: - name: default run_list: - recipe[wix::default]
driver: name: vagrant customize: cpus: 2 memory: 4096 provisioner: name: chef_zero platforms: - name: windows-2008r2-chef11.18.6 driver_config: box: chef/windows-server-2008r2-standard provisioner: require_chef_omnibus: 11.18.6 - name: windows-2008r2-chef12 driver_config: box: chef/windows-server-2008r2-standard - name: windows-2012r2-chef11.18.6 driver_config: box: chef/windows-server-2012r2-standard provisioner: require_chef_omnibus: 11.18.6 - name: windows-2012r2-chef12 driver_config: box: chef/windows-server-2012r2-standard suites: - name: default run_list: - recipe[wix::default]
Use the same boxes for testing as windows cookbook
Use the same boxes for testing as windows cookbook Chef 11 and 12 testing
YAML
apache-2.0
opscode-cookbooks/wix,chef-cookbooks/wix
a7b0b4796b3599532d67c43ecbefb858483c5796
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.10 - name: centos-6.5 - name: fedora-19 - name: fedora-20 - name: ubuntu-12.04 - name: ubuntu-14.04 suites: - name: default run_list: - recipe[rsyslog::default] - name: relp run_list: - recipe[rsyslog::default] attributes: rsyslog: use_relp: true # CentOS and OmniOS do not support relp excludes: - centos-5.8 - omnios-r151006c - name: client run_list: - recipe[rsyslog::client] attributes: rsyslog: server_ip: 10.0.0.50 - name: server run_list: - recipe[rsyslog::server]
driver: name: vagrant provisioner: name: chef_zero platforms: - name: centos-5.10 - name: centos-6.5 - name: centos-7.0 - name: debian-6.0.10 - name: debian-7.7 - name: fedora-19 - name: fedora-20 - name: ubuntu-12.04 - name: ubuntu-14.04 suites: - name: default run_list: - recipe[rsyslog::default] - name: relp run_list: - recipe[rsyslog::default] attributes: rsyslog: use_relp: true # CentOS and OmniOS do not support relp excludes: - centos-5.8 - omnios-r151006c - name: client run_list: - recipe[rsyslog::client] attributes: rsyslog: server_ip: 10.0.0.50 - name: server run_list: - recipe[rsyslog::server]
Add CentOS 7, Debian 6.0.10 and Debian 7.7 to Test Kitchen
Add CentOS 7, Debian 6.0.10 and Debian 7.7 to Test Kitchen
YAML
apache-2.0
autoclone/rsyslog,chef-cookbooks/rsyslog,WIU/rsyslog,opscode-cookbooks/rsyslog,GannettDigital/chef-rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,strebitz/rsyslog,voroniys/rsyslog,GannettDigital/chef-rsyslog,opscode-cookbooks/rsyslog,joyofhex/rsyslog,voroniys/rsyslog,incent-corp/rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,7bfa689ac3c4be50f8ba6c1ea8c5f316/rsyslog,joyofhex/rsyslog,autoclone/rsyslog,chef-cookbooks/rsyslog,WIU/rsyslog,chef-cookbooks/rsyslog,strebitz/rsyslog,GannettDigital/chef-rsyslog,autoclone/rsyslog,WIU/rsyslog,strebitz/rsyslog,opscode-cookbooks/rsyslog,joyofhex/rsyslog,voroniys/rsyslog,incent-corp/rsyslog,incent-corp/rsyslog
fa0209150d60fc08ad7bc5f8de7fd090ec860bc9
.mergify.yml
.mergify.yml
pull_request_rules: - name: delete head branch after merge conditions: [] actions: delete_head_branch: {} - name: automatic merge for scala-steward pull requests affecting build.sbt conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=1" - files=build.sbt actions: merge: method: merge - name: automatic merge for scala-steward pull requests affecting project plugins.sbt conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=1" - files=project/plugins.sbt actions: merge: method: merge - name: semi-automatic merge for scala-steward pull requests conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#approved-reviews-by>=1" actions: merge: method: merge
pull_request_rules: - name: delete head branch after merge conditions: [] actions: delete_head_branch: {} - name: automatic merge for scala-steward pull requests affecting build.sbt conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=1" - files=build.sbt actions: merge: method: merge - name: automatic merge for scala-steward pull requests affecting project plugins.sbt conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=1" - files=project/plugins.sbt actions: merge: method: merge - name: semi-automatic merge for scala-steward pull requests conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#approved-reviews-by>=1" actions: merge: method: merge - name: automatic merge for scala-steward pull requests affecting project build.properties conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=1" - files=project/build.properties actions: merge: method: merge - name: automatic merge for scala-steward pull requests affecting .scalafmt.conf conditions: - author=scala-steward - status-success=continuous-integration/travis-ci/pr - "#files=1" - files=.scalafmt.conf actions: merge: method: merge
Allow auto merge for scalafmt and build.properties files
[Mergify] Allow auto merge for scalafmt and build.properties files
YAML
apache-2.0
softwaremill/sttp,softwaremill/sttp,softwaremill/sttp
f1fbc6ce0d972321fffaccdb8e09161f7685f4a5
.rubocop.yml
.rubocop.yml
AllCops: Excludes: - vendor/** - bin/** LineLength: Enabled: false MethodLength: Enabled: false ClassLength: Enabled: false Documentation: # don't require classes to be documented Enabled: false HashSyntax: EnforcedStyle: hash_rockets NumericLiterals: # don't separate numeric literals with _ Enabled: false RaiseArgs: # don't need to provide an exception class and message, SoapError takes care of that Enabled: false Encoding: # missing UTF-8 comments Enabled: false
AllCops: Exclude: - vendor/** - bin/** LineLength: Enabled: false MethodLength: Enabled: false ClassLength: Enabled: false Documentation: # don't require classes to be documented Enabled: false HashSyntax: EnforcedStyle: hash_rockets NumericLiterals: # don't separate numeric literals with _ Enabled: false RaiseArgs: # don't need to provide an exception class and message, SoapError takes care of that Enabled: false Encoding: # missing UTF-8 comments Enabled: false
Fix typo Excludes -> Exclude.
Fix typo Excludes -> Exclude.
YAML
mit
ncschameleon/inforouter
556ea59456af77180dcdc5262dc3e25547e8d91c
.rubocop.yml
.rubocop.yml
AllCops: Exclude: - 'Gemfile' - 'Guardfile' - 'Rakefile' - 'bin/**/*' - 'config/**/*' - 'db/**/*' - 'lib/**/*' - 'spec/**/*' - 'app/helpers/flashes_helper.rb' Style/Documentation: Exclude: - 'app/controllers/**/*' - 'app/helpers/**.*' Style/SpaceInsideHashLiteralBraces: Enabled: false Metrics/LineLength: Max: 85
AllCops: Exclude: - 'Gemfile' - 'Guardfile' - 'Rakefile' - 'bin/**/*' - 'config/**/*' - 'db/**/*' - 'lib/**/*' - 'spec/**/*' - 'app/helpers/flashes_helper.rb' Style/Documentation: Exclude: - 'app/controllers/**/*' - 'app/helpers/**.*' Style/SpaceInsideHashLiteralBraces: Enabled: false Style/TrailingComma: Enabled: false Metrics/LineLength: Max: 85
Allow trailing commas in method calls
Allow trailing commas in method calls In multi-line method calls, this trailing comma allows you to not need to modify existing lines when adding lines to a call. This is especially useful when the number of arguments can be variable.
YAML
agpl-3.0
nilbus/github-portfolio,nilbus/github-portfolio,nilbus/github-portfolio,nilbus/github-portfolio
a9ac976a54dc281ef5c2bdac18c7e0ccace67f58
.rubocop.yml
.rubocop.yml
require: rubocop-rspec AllCops: TargetRubyVersion: 2.3 Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'bin/*' - 'db/**/*' - 'vendor/bundle/**/*' - 'spec/spec_helper.rb' - 'spec/rails_helper.rb' - 'spec/support/**/*' - 'config/**/*' - '**/Rakefile' - '**/Gemfile' Rails: Enabled: true Style/Documentation: Enabled: false RSpec/DescribeClass: Exclude: - 'spec/requests/**/*' Style/BlockDelimiters: Exclude: - 'spec/**/*' Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/ClosingParenthesisIndentation: Enabled: false Metrics/LineLength: Max: 100 AllowURI: true Style/FirstParameterIndentation: Enabled: false Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/IndentArray: EnforcedStyle: consistent Style/IndentHash: EnforcedStyle: consistent Style/SignalException: EnforcedStyle: semantic Style/BracesAroundHashParameters: EnforcedStyle: context_dependent Lint/EndAlignment: AlignWith: variable AutoCorrect: true Style/AndOr: EnforcedStyle: conditionals Rails/HasAndBelongsToMany: Enabled: false
require: rubocop-rspec AllCops: TargetRubyVersion: 2.3 Include: - '**/Gemfile' - '**/Rakefile' Exclude: - 'bin/*' - 'db/**/*' - 'vendor/bundle/**/*' - 'spec/spec_helper.rb' - 'spec/rails_helper.rb' - 'spec/support/**/*' - 'config/**/*' - '**/Rakefile' - '**/Gemfile' Rails: Enabled: true RSpec/DescribeClass: Exclude: - 'spec/requests/**/*' Style/BlockDelimiters: Exclude: - 'spec/**/*' Style/AlignParameters: EnforcedStyle: with_fixed_indentation Style/ClosingParenthesisIndentation: Enabled: false Metrics/LineLength: Max: 100 AllowURI: true Style/FirstParameterIndentation: Enabled: false Style/MultilineMethodCallIndentation: EnforcedStyle: indented Style/IndentArray: EnforcedStyle: consistent Style/IndentHash: EnforcedStyle: consistent Style/SignalException: EnforcedStyle: semantic Style/BracesAroundHashParameters: EnforcedStyle: context_dependent Lint/EndAlignment: AlignWith: variable AutoCorrect: true Style/AndOr: EnforcedStyle: conditionals Rails/HasAndBelongsToMany: Enabled: false
Enable documentation check in Rubocop
Enable documentation check in Rubocop
YAML
mit
alessandro1997/panther
f4d87591a5209c2036189bed2cbb119a7d040b2f
.rubocop.yml
.rubocop.yml
AllCops: TargetRubyVersion: 2.2 Layout/IndentHeredoc: Enabled: false Metrics/AbcSize: Max: 30 Metrics/BlockLength: Exclude: - 'test/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/MethodLength: Max: 20
AllCops: TargetRubyVersion: 2.2 Layout/IndentHeredoc: Enabled: false Metrics/AbcSize: Max: 30 Metrics/BlockLength: Max: 30 Exclude: - 'test/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/MethodLength: Max: 20 Metrics/ModuleLength: Enabled: false
Set the block length to 30, and disable the module length cop.
Set the block length to 30, and disable the module length cop.
YAML
mit
ivuk/usesthis,waferbaby/usesthis,waferbaby/usesthis,ivuk/usesthis
277a5ca22c2f5efe70955717a86f4052aa2dba86
.rubocop.yml
.rubocop.yml
# This is the configuration used to check the rubocop source code. inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'vendor/**/*' - 'spec/fixtures/**/*' - 'tmp/**/*' TargetRubyVersion: 2.0 Style/Encoding: EnforcedStyle: never Enabled: true Style/FrozenStringLiteralComment: EnforcedStyle: always Layout/IndentHeredoc: EnforcedStyle: powerpack Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*.rb' Lint/UselessAccessModifier: MethodCreatingMethods: - 'def_matcher' - 'def_node_matcher' Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' Metrics/ModuleLength: Exclude: - 'spec/**/*.rb'
# This is the configuration used to check the rubocop source code. inherit_from: .rubocop_todo.yml AllCops: Exclude: - 'vendor/**/*' - 'spec/fixtures/**/*' - 'tmp/**/*' TargetRubyVersion: 2.0 Style/Encoding: EnforcedStyle: never Enabled: true Style/FrozenStringLiteralComment: EnforcedStyle: always Layout/EndOfLine: EnforcedStyle: lf Layout/IndentHeredoc: EnforcedStyle: powerpack Lint/AmbiguousBlockAssociation: Exclude: - 'spec/**/*.rb' Lint/UselessAccessModifier: MethodCreatingMethods: - 'def_matcher' - 'def_node_matcher' Metrics/BlockLength: Exclude: - 'Rakefile' - '**/*.rake' - 'spec/**/*.rb' Metrics/ModuleLength: Exclude: - 'spec/**/*.rb'
Enforce lf style on RuboCop's repo itself
Enforce lf style on RuboCop's repo itself I can't get Appveyor's git to do native conversions so I think this works fine.
YAML
mit
smakagon/rubocop,sue445/rubocop,tdeo/rubocop,jmks/rubocop,panthomakos/rubocop,petehamilton/rubocop,tdeo/rubocop,bquorning/rubocop,petehamilton/rubocop,alexcstark/rubocop,b-t-g/rubocop,vergenzt/rubocop,rrosenblum/rubocop,bquorning/rubocop,maxjacobson/rubocop,akihiro17/rubocop,akihiro17/rubocop,vergenzt/rubocop,lumeet/rubocop,urbanautomaton/rubocop,iGEL/rubocop,petehamilton/rubocop,rrosenblum/rubocop,NobodysNightmare/rubocop,mikegee/rubocop,panthomakos/rubocop,palkan/rubocop,alexcstark/rubocop,iGEL/rubocop,mikegee/rubocop,jfelchner/rubocop,pocke/rubocop,panthomakos/rubocop,meganemura/rubocop,tejasbubane/rubocop,pocke/rubocop,akihiro17/rubocop,scottmatthewman/rubocop,palkan/rubocop,palkan/rubocop,tejasbubane/rubocop,meganemura/rubocop,bbatsov/rubocop,mikegee/rubocop,scottmatthewman/rubocop,NobodysNightmare/rubocop,haziqhafizuddin/rubocop,deivid-rodriguez/rubocop,vergenzt/rubocop,rrosenblum/rubocop,sue445/rubocop,tdeo/rubocop,maxjacobson/rubocop,bbatsov/rubocop,b-t-g/rubocop,lumeet/rubocop,tejasbubane/rubocop,deivid-rodriguez/rubocop,Drenmi/rubocop,Drenmi/rubocop,urbanautomaton/rubocop,jfelchner/rubocop,maxjacobson/rubocop,sue445/rubocop,haziqhafizuddin/rubocop,meganemura/rubocop,smakagon/rubocop,jmks/rubocop,bquorning/rubocop,jfelchner/rubocop,jmks/rubocop,deivid-rodriguez/rubocop
5fe4213d7f610af5381d210bbb3f6e9f8c77306f
.styleci.yml
.styleci.yml
preset: recommended risky: false linting: true enabled: - not_operator_with_successor_space - no_short_echo_tag - align_equals disabled: - ordered_imports - phpdoc_no_package - unalign_equals
preset: recommended risky: false linting: true enabled: - not_operator_with_successor_space - no_short_echo_tag disabled: - ordered_imports - phpdoc_no_package
Stop aligning assignments and enforcing it in our style guides
Stop aligning assignments and enforcing it in our style guides
YAML
mit
rinvex/fort
1f5a18f7df85f55f35e3528aea2a1b8479f60a62
.vsts-ci.yml
.vsts-ci.yml
steps: - script: | pip install robotframework pip install pythonnet displayName: Install needed compoments from PyPi - task: NuGetCommand@2 - task: VSBuild@1 - script: | run_tests.cmd --exclude no_ci --xunit xunit.xml continueOnError: true displayName: Execute Acceptance tests - task: PublishTestResults@2 inputs: testRunner: JUnit testResultsFiles: output/xunit.xml - task: PublishBuildArtifacts@1 displayName: Publish Robot Framework logs and results inputs: PathtoPublish: output ArtifactType: container TargetPath: "" ArtifactName: Robot Test results - task: PublishBuildArtifacts@1 displayName: Publish whitelibrary inputs: ArtifactType: container TargetPath: "" ArtifactName: WhiteLibrary - task: PyPIPublisher@0 inputs: pypiConnection: 'TestPypi' packageDirectory: PythonWhiteLibrary
steps: - script: | pip install robotframework pip install pythonnet displayName: Install needed compoments from PyPi - task: NuGetCommand@2 - task: VSBuild@1 - script: | run_tests.cmd --exclude no_ci --xunit xunit.xml continueOnError: true displayName: Execute Acceptance tests - task: PublishTestResults@2 inputs: testRunner: JUnit testResultsFiles: output/xunit.xml - task: PublishBuildArtifacts@1 displayName: Publish Robot Framework logs and results inputs: PathtoPublish: output ArtifactType: container TargetPath: "" ArtifactName: Robot Test results - task: PublishBuildArtifacts@1 displayName: Publish whitelibrary inputs: ArtifactType: container TargetPath: "" ArtifactName: WhiteLibrary
Move Pypi publisher to release side...
Move Pypi publisher to release side...
YAML
apache-2.0
Omenia/robotframework-whitelibrary,Omenia/robotframework-whitelibrary
b5fdad57d24693c68132a0a85c5a1586ff394619
.appveyor.yml
.appveyor.yml
version: 1.0.{build} image: Visual Studio 2017 Preview shallow_clone: true configuration: Release platform: x64 install: - cmd: scripts\bin\windows\genie.exe vs2017 build: parallel: true verbosity: minimal project: build/projects/vs2017/slang.sln test_script: - cmd: build\win64_vs2017\bin\unittestsRelease.exe
version: 1.0.{build} image: Visual Studio 2017 shallow_clone: true configuration: Release platform: x64 install: - cmd: scripts\bin\windows\genie.exe vs2017 build: parallel: true verbosity: minimal project: build/projects/vs2017/slang.sln test_script: - cmd: build\win64_vs2017\bin\unittestsRelease.exe
Revert AppVeyor config back to standard
Revert AppVeyor config back to standard
YAML
mit
MikePopoloski/slang,MikePopoloski/slang
640bfd1d4c72729e761a0fbe93dc1749f7895138
.appveyor.yml
.appveyor.yml
image: - Visual Studio 2015 - Visual Studio 2017 platform: x64 environment: matrix: - nodejs_version: "8" - nodejs_version: "6" - nodejs_version: "4" install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install build: off test_script: - set GLOBAL_CLIENT=false - npm test -- --grep "#noserver" #on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
image: - Visual Studio 2015 - Visual Studio 2017 platform: x64 environment: matrix: - nodejs_version: "10" - nodejs_version: "8" - nodejs_version: "6" install: - ps: Install-Product node $env:nodejs_version $env:platform - npm install build: off test_script: - set GLOBAL_CLIENT=false - npm test -- --grep "#noserver" #on_finish: # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
Replace Node 4 with Node 10 in test matrix
Replace Node 4 with Node 10 in test matrix
YAML
apache-2.0
aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs,aerospike/aerospike-client-nodejs
e6da52a1ef43979f341465157798f8f0f8170b68
packages/ut/util.yaml
packages/ut/util.yaml
homepage: '' changelog-type: '' hash: 1c1c001b9e91c4219c66548a136da0b91c17f8739c3ccd60f37af92ad2663db5 test-bench-deps: {} maintainer: [email protected] synopsis: Utilities changelog: '' basic-deps: base: ! '>=4.9 && <5' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.2.1 - 0.1.3.0 - 0.1.4.0 - 0.1.5.0 - 0.1.6.0 - 0.1.7.0 - 0.1.8.0 - 0.1.9.0 - 0.1.10.0 - 0.1.10.1 - 0.1.11.0 - 0.1.12.0 - 0.1.13.0 author: M Farkas-Dyck latest: 0.1.13.0 description-type: haddock description: '' license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 5760a37fb41d97d9d68483aa453ecd8c17706f35f7ac6c1ba8a7fa200ee61dd7 test-bench-deps: {} maintainer: [email protected] synopsis: Utilities changelog: '' basic-deps: base: ! '>=4.9 && <5' transformers: ! '>=0.0.1 && <0.6' all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.2.1 - 0.1.3.0 - 0.1.4.0 - 0.1.5.0 - 0.1.6.0 - 0.1.7.0 - 0.1.8.0 - 0.1.9.0 - 0.1.10.0 - 0.1.10.1 - 0.1.11.0 - 0.1.12.0 - 0.1.13.0 - 0.1.14.0 author: M Farkas-Dyck latest: 0.1.14.0 description-type: haddock description: '' license-name: BSD-3-Clause
Update from Hackage at 2019-10-19T20:26:53Z
Update from Hackage at 2019-10-19T20:26:53Z
YAML
mit
commercialhaskell/all-cabal-metadata
8b0dfac1cf30df61bfcb569037296549519d538d
.eslintrc.yml
.eslintrc.yml
env: browser: true es6: true node: true extends: 'eslint:recommended' parserOptions: ecmaFeatures: experimentalObjectRestSpread: true jsx: true sourceType: module plugins: - react - node rules: indent: - error - 4 linebreak-style: - error - unix quotes: - error - single semi: - error - never
env: browser: true es6: true node: true extends: 'eslint:recommended' parserOptions: ecmaFeatures: experimentalObjectRestSpread: true jsx: true sourceType: module plugins: - react - node rules: indent: - error - 4 - SwitchCase: 1 linebreak-style: - error - unix quotes: - error - single semi: - error - never
Allow indention of cases in switch
Allow indention of cases in switch
YAML
mit
jschirrmacher/cosmoteer-mod-editor,jschirrmacher/cosmoteer-mod-editor
85c161519f4672310828402fcfd89c22627d721b
.istanbul.yml
.istanbul.yml
instrumentation: excludes: ['**/dist/**'] include-all-sources: true
instrumentation: excludes: ['dist/**', 'src/**', 'gulpfile.js'] include-all-sources: true
Exclude gulpfile and src from code coverage
Exclude gulpfile and src from code coverage
YAML
mit
wowserhq/blizzardry,fallenoak/blizzardry,timkurvers/blizzardry
db01d4103f06ed4f893c748d9eb2390dbca62bfb
.kitchen.yml
.kitchen.yml
--- driver_plugin: vagrant platforms: - name: ubuntu-12.04-chef11 driver_config: box: opscode-ubuntu-12.04 box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.2.0.box require_chef_omnibus: 11.4.0 customize: cpus: 2 memory: 1024 run_list: - recipe[apt] - name: ubuntu-12.04-chef10 driver_config: box: opscode-ubuntu-12.04-chef10 box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-10.18.2.box customize: cpus: 2 memory: 1024 run_list: - recipe[apt] suites: - name: default run_list: - recipe[hipsnip-s3cmd] - recipe[minitest-handler] attributes: s3cmd: users: - 'vagrant' access_key: myaccesskey secret_key: mysecretkey
--- driver_plugin: vagrant driver_config: customize: memory: 1024 platforms: - name: ubuntu-12.04-chef11 driver_config: box: opscode-ubuntu-12.04-nochef box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box require_chef_omnibus: 11.6.0 run_list: - recipe[apt] - name: ubuntu-12.04-chef10 driver_config: box: opscode-ubuntu-12.04-nochef box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box require_chef_omnibus: 10.26.0 run_list: - recipe[apt] suites: - name: default run_list: - recipe[hipsnip-s3cmd] - recipe[minitest-handler] attributes: s3cmd: users: - 'vagrant' access_key: myaccesskey secret_key: mysecretkey
Test against latest Chef 10 and 11
Test against latest Chef 10 and 11 Also switch to provisionerless base box
YAML
apache-2.0
hipsnip-cookbooks/s3cmd
1b001a0722c53a6cad65f24828eea05d4c29ddf8
.styleci.yml
.styleci.yml
php: preset: recommended enabled: - dir_constant - ereg_to_preg - mb_str_functions - no_short_echo_tag - strict_comparison - phpdoc_link_to_see - no_php4_constructor - declare_strict_types - unalign_double_arrow - length_ordered_imports - modernize_types_casting - return_type_declaration - not_operator_with_successor_space disabled: - align_double_arrow - alpha_ordered_imports js: tab-width: 4 print-width: 120 ts: tab-width: 4 print-width: 120 css: tab-width: 4 print-width: 120
preset: recommended enabled: - dir_constant - ereg_to_preg - mb_str_functions - no_short_echo_tag - strict_comparison - phpdoc_link_to_see - no_php4_constructor - declare_strict_types - unalign_double_arrow - length_ordered_imports - modernize_types_casting - return_type_declaration - not_operator_with_successor_space disabled: - align_double_arrow - alpha_ordered_imports
Drop StyleCI multi-language support (paid feature now!)
Drop StyleCI multi-language support (paid feature now!)
YAML
mit
rinvex/authy
310b98bb0d36efc93dc54fa7c37d93733e08e9b6
.styleci.yml
.styleci.yml
preset: symfony enabled: - align_double_arrow - concat_with_spaces - short_array_syntax - ordered_use - strict disabled: - blank_line_before_break - blank_line_before_continue - blank_line_before_throw - blank_line_before_try - concat_without_spaces - pre_increment - unalign_double_arrow - unalign_equals - yoda_style - property_separation - const_separation finder: name: - "*.php" - ".php_cs" - "build-manual" - "build-phar"
preset: symfony enabled: - align_double_arrow - concat_with_spaces - short_array_syntax - ordered_use - strict disabled: - blank_line_before_break - blank_line_before_continue - blank_line_before_throw - blank_line_before_try - concat_without_spaces - method_argument_space - pre_increment - unalign_double_arrow - unalign_equals - yoda_style - property_separation - const_separation finder: name: - "*.php" - ".php_cs" - "build-manual" - "build-phar"
Revert "Remove method_argument_space from StyleCI config"
Revert "Remove method_argument_space from StyleCI config" This reverts commit 731896f450b4b488b3fc4590bb1e0aea886fe223.
YAML
mit
bobthecow/psysh,bobthecow/psysh
4142d06ac18ae43af551257f7431de699fc4c679
adaptive.yml
adaptive.yml
name: <%= name %> appid: <%= appid %> version: 0.0.1 engine: name: adaptive version: <%= engineversion %> platforms: - name: android version: 5.0 flavors: - mobile - name: darwin version: 8.0 flavors: - mobile
name: <%= name %> appid: <%= appid %> version: 0.0.1 engine: name: adaptive version: <%= engineversion %> platforms: - name: android flavors: - name: mobile version: 5.0 - name: darwin flavors: - name: mobile version: 8.0
Move the version from platform to flavour
Move the version from platform to flavour Due to the difference between darwin ios 9.2 and darwin desktop 10.10
YAML
apache-2.0
AdaptiveCommunity/adaptive-common-boilerplate
c21b60a70866ec6a471977cf0e3ec92a6de3d655
wercker.yml
wercker.yml
box: golang:1.5.3 dev: steps: - internal/watch: code: | go build ./... ./source build: steps: - wercker/setup-go-workspace: package-dir: github.com/moncho/dry # golint step! - wercker/golint - script: name: install godep code: | go get github.com/tools/godep - script: name: godep restore code: | godep restore # Build the project - script: name: go build code: | go build . # Test the project - script: name: go test code: | go test ./...
box: golang:1.6.0 dev: steps: - internal/watch: code: | go build ./... ./source build: steps: - wercker/setup-go-workspace: package-dir: github.com/moncho/dry # golint step! - wercker/golint - script: name: install godep code: | go get github.com/tools/godep - script: name: godep restore code: | godep restore # Build the project - script: name: go build code: | go build . # Test the project - script: name: go test code: | go test ./...
Update go version to 1.6
Update go version to 1.6
YAML
mit
moncho/dry,moncho/dry
d2a56d31636cc9ede3224b0ac39c5299d8121e38
wercker.yml
wercker.yml
box: wercker/nodejs build: steps: - wercker/[email protected] - script: name: Specs code: npm run spec - script: name: Check Coverage code: npm run coverage - script: name: Build code: npm run build after-steps: - script: name: Save Coverage code: npm run coveralls - script: name: Save Artifacts code: | cp main*.js $WERCKER_REPORT_ARTIFACTS_DIR cp -R coverage $WERCKER_REPORT_ARTIFACTS_DIR - sherzberg/slack-notify: subdomain: aerobic token: $SLACK_TOKEN channel: general
box: wercker/nodejs build: steps: - wercker/[email protected] - script: name: Specs code: npm run spec - script: name: Check Coverage code: npm run coverage - script: name: Build code: npm run build - script: name: Save Coverage code: npm run coveralls after-steps: - script: name: Save Artifacts code: | cp main*.js $WERCKER_REPORT_ARTIFACTS_DIR cp -R coverage $WERCKER_REPORT_ARTIFACTS_DIR - sherzberg/slack-notify: subdomain: aerobic token: $SLACK_TOKEN channel: general
Move save coverage to main buils run.
Move save coverage to main buils run.
YAML
apache-2.0
aerobicio/garmin-communicator,aerobicio/garmin-communicator
742f48818b6a3621a8a3d1e01743bb9d9c9cd803
wercker.yml
wercker.yml
box: wercker/rvm build: steps: - rvm-use: version: ruby-2.1.0 - bundle-install - script: name: run rspec code: bundle exec rake spec - rvm-use: version: ruby-2.0.0-p353 - bundle-install - script: name: run rspec code: bundle exec rake spec - rvm-use: version: ruby-1.9.3-p545 - bundle-install - script: name: run rspec code: bundle exec rake spec
box: wercker/rvm build: steps: - rvm-use: version: ruby-2.1.5 - bundle-install - script: name: run rspec code: bundle exec rake spec - rvm-use: version: ruby-2.0.0-p598 - bundle-install - script: name: run rspec code: bundle exec rake spec
Upgrade ruby 2.x, no support for 1.9!
Upgrade ruby 2.x, no support for 1.9!
YAML
mit
udzura/flnt
a9bd18138391c014a63e271770569d44c9893b73
wercker.yml
wercker.yml
box: wercker-labs/docker build: # The steps that will be executed on build steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Gets the dependencies - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get -t ./... # Build the project - script: name: build code: | make push # Test the project - script: name: go test code: | go test ./...
box: wercker-labs/docker build: # The steps that will be executed on build steps: # Sets the go workspace and places you package # at the right place in the workspace tree - setup-go-workspace # Authentication information for docker hub - create-file: name: Save .dockercfg filename: $HOME/.dockercfg overwrite: true content: $DOCKER_HUB_AUTH # Gets the dependencies - script: name: go get code: | cd $WERCKER_SOURCE_DIR go version go get -t ./... # Build the project - script: name: build code: | make push # Test the project - script: name: go test code: | go test ./...
Create a dockercfg so it can log into the repo
Create a dockercfg so it can log into the repo
YAML
apache-2.0
JustinTulloss/gogetter
85be0a7867f8f5418be67e3b24a7f93889d91555
tomcat7/vars/main.yml
tomcat7/vars/main.yml
tomcat7_dlsite: 'http://ftp.nluug.nl/internet/apache/tomcat/tomcat-7/' tomcat7_version: '7.0.67' tomcat7_shasum: 'cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e' tomcat7_dlurl: '{{ tomcat7_dlsite }}/v{{tomcat7_version}}/bin/apache-tomcat-{{tomcat7_version}}.tar.gz' tomcat7_user: tomcat6 tomcat7_group: tomcat6 tomcat7_installroot: /opt tomcat7_installsymlink: tomcat7
#tomcat7_dlsite: 'http://ftp.nluug.nl/internet/apache/tomcat/tomcat-7/' tomcat7_dlsite: 'https://archive.apache.org/dist/tomcat/tomcat-7/' tomcat7_version: '7.0.67' tomcat7_shasum: 'cd6074f30e2cc98f55213fd396264a760f4a4c8a9b3d4842546578eab8f5220e' tomcat7_dlurl: '{{ tomcat7_dlsite }}/v{{tomcat7_version}}/bin/apache-tomcat-{{tomcat7_version}}.tar.gz' tomcat7_user: tomcat6 tomcat7_group: tomcat6 tomcat7_installroot: /opt tomcat7_installsymlink: tomcat7
Use archive for tomcat downloads
Use archive for tomcat downloads
YAML
mit
sigio/ansible-roles
c03fcfdb4cf79495992a911a7c1f16fee7d3711a
wercker.yml
wercker.yml
box: google/dart build: steps: # A step that executes `npm install` command - pub get - pub build --mode=release deploy: steps: - s3sync: key_id: $KEY key_secret: $SECRET bucket_url: $URL source_dir: build/web
box: google/dart build: steps: - script: name: echo Dart information code: | echo "dart version $(dart --version) running" - script: name: Install dependencies code: | pub get - script: name: Install dependencies code: | pub build --mode=release deploy: steps: - s3sync: key_id: $KEY key_secret: $SECRET bucket_url: $URL source_dir: build/web
Fix build steps to be custom scripts
Fix build steps to be custom scripts
YAML
bsd-3-clause
ashri/dardo,ashri/dardo
834fcc38327f0d9e90c4d06215ec5ca96a307ee9
.binstar.yml
.binstar.yml
package: nbsetuptools user: anaconda-notebook platform: - linux-64 - osx-64 # - win-64 engine: - python=2.7 - python=3.3 - python=3.4 - python=3.5 install: - conda build --quiet conda.recipe -c anaconda-notebook - conda install nbsetuptools --use-local -c anaconda-notebook test: - PYTHONIOENCODING=utf-8 python -m unittest discover build_targets: conda
package: nbsetuptools user: anaconda-notebook platform: - linux-64 - osx-64 # - win-64 engine: - python=2.7 - python=3.4 - python=3.5 install: - conda build --quiet conda.recipe -c anaconda-notebook - conda install nbsetuptools --use-local -c anaconda-notebook test: - PYTHONIOENCODING=utf-8 python -m unittest discover build_targets: conda
Disable python3.3 builds since we don't have notebook 3.3 builds
Disable python3.3 builds since we don't have notebook 3.3 builds
YAML
bsd-3-clause
Anaconda-Server/nbsetuptools,Anaconda-Server/nbsetuptools,Anaconda-Server/nbsetuptools
0f15b930160e90766ec879b69dd9a10a470c8980
.kitchen.yml
.kitchen.yml
--- driver: name: docker socket: <%= ENV['DOCKER_HOST'] %> provisioner: name: chef_zero platforms: - name: ubuntu-12.04 driver-config: image: chef/ubuntu-12.04 platform: ubuntu suites: - name: default run_list: - recipe[joad-ci::default] attributes:
--- driver: name: docker socket: <%= ENV['DOCKER_HOST'] %> forward: 8080 provisioner: name: chef_zero platforms: - name: ubuntu-12.04 driver-config: image: chef/ubuntu-12.04 platform: ubuntu suites: - name: default run_list: - recipe[joad-ci::default] attributes:
Access to jenkins console through 8080 port
Access to jenkins console through 8080 port
YAML
mit
ita2014-docker/joad-ci-cookbook
6b6ad5923ef1a244720aaef9d95024a7be8a8cf0
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero product_name: chef product_version: <%= ENV['CHEF_VERSION'] || 'latest' %> install_strategy: once client_rb: treat_deprecation_warnings_as_errors: true resource_cloning: false verifier: name: inspec platforms: - name: amazon-linux driver_config: box: mvbcoding/awslinux - name: centos-6 - name: centos-7 - name: debian-8 - name: debian-9 - name: fedora-27 - name: freebsd-10 - name: freebsd-11 - name: opensuse-leap-42.2 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: client run_list: - recipe[test::client] - name: server run_list: - recipe[test::server]
driver: name: vagrant provisioner: name: chef_zero product_name: chef product_version: <%= ENV['CHEF_VERSION'] || 'latest' %> install_strategy: once channel: unstable client_rb: treat_deprecation_warnings_as_errors: true resource_cloning: false verifier: name: inspec platforms: - name: amazon-linux driver_config: box: mvbcoding/awslinux - name: centos-6 - name: centos-7 - name: debian-8 - name: debian-9 - name: fedora-27 - name: freebsd-10 - name: freebsd-11 - name: opensuse-leap-42.2 - name: ubuntu-14.04 - name: ubuntu-16.04 suites: - name: client run_list: - recipe[test::client] - name: server run_list: - recipe[test::server]
Use the unstable channel for testing Chef-14
Use the unstable channel for testing Chef-14
YAML
apache-2.0
jtimberman/samba-cookbook,jtimberman/samba-cookbook
47e33b51c336d6fd07189964912d790af3c880a7
.kitchen.yml
.kitchen.yml
driver_plugin: vagrant driver_config: require_chef_omnibus: true customize: memory: 2048 platforms: - name: ubuntu-10.04 run_list: - recipe[apt] - name: ubuntu-12.04 run_list: - recipe[apt] - name: centos-5.11 - name: centos-6.4 suites: - name: package run_list: - recipe[tmux::default] attributes: tmux: install_method: package - name: source run_list: - recipe[tmux::default] attributes: tmux: install_method: source
driver_plugin: vagrant driver_config: require_chef_omnibus: true customize: memory: 2048 platforms: - name: ubuntu-10.04 run_list: - recipe[apt] - name: ubuntu-12.04 run_list: - recipe[apt] - name: centos-5.11 run_list: - recipe[yum::epel] - name: centos-6.4 run_list: - recipe[yum::epel] suites: - name: package run_list: - recipe[tmux::default] attributes: tmux: install_method: package - name: source run_list: - recipe[tmux::default] attributes: tmux: install_method: source
Update centos test setup to use yum::epel
Update centos test setup to use yum::epel
YAML
apache-2.0
stevendanna/tmux,bitmonk/chef-tmux,stevendanna/tmux,bitmonk/chef-tmux,stevendanna/tmux,bitmonk/chef-tmux
f1621d89275a30867213ee216a61413e5975d491
.rubocop.yml
.rubocop.yml
AllCops: TargetRubyVersion: 2.7 Layout/DotPosition: EnforcedStyle: trailing Lint/AssignmentInCondition: Enabled: false Metrics/AbcSize: Max: 20 Metrics/BlockLength: CountComments: true Max: 25 ExcludedMethods: [] Exclude: - "spec/**/*" Metrics/ClassLength: Max: 150 Metrics/CyclomaticComplexity: Enabled: true Max: 10 Metrics/LineLength: Max: 82 Metrics/ParameterLists: Max: 6 Metrics/MethodLength: Max: 20 Style/AccessModifierDeclarations: Enabled: false Style/BlockDelimiters: Enabled: true Style/CommentedKeyword: Enabled: false # In some situtations this makes the code look less readable Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false # Multiline lambdas are fine too Style/LambdaCall: Enabled: false # I find the == 0 quite readable due to many years of programming habits Style/NumericPredicate: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes
AllCops: TargetRubyVersion: 2.7 Lint/AssignmentInCondition: Enabled: false Metrics/AbcSize: Max: 20 Metrics/BlockLength: CountComments: true Max: 25 ExcludedMethods: [] Exclude: - "spec/**/*" Metrics/ClassLength: Max: 150 Metrics/CyclomaticComplexity: Enabled: true Max: 10 Metrics/LineLength: Max: 82 Metrics/ParameterLists: Max: 6 Metrics/MethodLength: Max: 20 Style/AccessModifierDeclarations: Enabled: false Style/BlockDelimiters: Enabled: true Style/CommentedKeyword: Enabled: false # In some situtations this makes the code look less readable Style/GuardClause: Enabled: false Style/IfUnlessModifier: Enabled: false # Multiline lambdas are fine too Style/LambdaCall: Enabled: false # I find the == 0 quite readable due to many years of programming habits Style/NumericPredicate: Enabled: false Style/StringLiterals: Enabled: true EnforcedStyle: double_quotes
Change to allow trailing dots in code style
Change to allow trailing dots in code style
YAML
mit
peter-murach/tty-pager
315d70b9792f560c6f03b8361f84ad201542082e
.rubocop.yml
.rubocop.yml
AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true Exclude: - expedia.gemspec Metrics/AbcSize: Max: 16 Metrics/LineLength: Max: 120 Metrics/BlockLength: ExcludedMethods: - describe Metrics/MethodLength: Max: 20 Lint/ScriptPermission: Enabled: false
AllCops: TargetRubyVersion: 2.3 DisplayCopNames: true Exclude: - expedia.gemspec - vendor Metrics/AbcSize: Max: 16 Metrics/LineLength: Max: 120 Metrics/BlockLength: ExcludedMethods: - describe Metrics/MethodLength: Max: 20 Lint/ScriptPermission: Enabled: false
Exclude /vendor for Travis CI
Exclude /vendor for Travis CI
YAML
mit
ShoreSuite/expedia-api
b7878f9b49c2449845783ce61f53c536e254e255
.rubocop.yml
.rubocop.yml
# Until https://github.com/bbatsov/rubocop/issues/1151 is closed AllCops: Exclude: - tmp/**/* - pkg/**/* DisplayCopNames: true DisplayStyleGuide: true TrivialAccessors: ExactNameMatch: true Style/ModuleFunction: Enabled: false # https://github.com/bbatsov/rubocop/pull/72 Style/AsciiComments: Enabled: false # Don't see why storing context information in the exception is a bad thing Style/RaiseArgs: Enabled: false Style/ExtraSpacing: Enabled: true inherit_from: .rubocop_todo.yml
AllCops: DisplayCopNames: true DisplayStyleGuide: true TrivialAccessors: ExactNameMatch: true Style/ModuleFunction: Enabled: false # https://github.com/bbatsov/rubocop/pull/72 Style/AsciiComments: Enabled: false # Don't see why storing context information in the exception is a bad thing Style/RaiseArgs: Enabled: false Style/ExtraSpacing: Enabled: true inherit_from: .rubocop_todo.yml
Remove workaround in RuboCop's config
Remove workaround in RuboCop's config It seems to have been fixed at some point inside RuboCop itself.
YAML
bsd-2-clause
yui-knk/byebug,deivid-rodriguez/byebug,yui-knk/byebug,deivid-rodriguez/byebug,yui-knk/byebug,deivid-rodriguez/byebug
155fb8ea9597174af8dfbf67bc3e5eae24c0cedb
.rubocop.yml
.rubocop.yml
AllCops: TargetRubyVersion: 2.5 Exclude: - bin/* - spec/**/* Style/Documentation: Enabled: false Layout/HashAlignment: Enabled: false Layout/EmptyLines: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLineBetweenDefs: Enabled: false Layout/IndentationConsistency: EnforcedStyle: indented_internal_methods Layout/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Max: 12 Metrics/ModuleLength: Max: 160 Metrics/ClassLength: Max: 160 Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/AccessorMethodName: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/NumericPredicate: EnforcedStyle: comparison Style/UnpackFirst: Enabled: false
AllCops: NewCops: enable TargetRubyVersion: 2.5 Exclude: - bin/* - spec/**/* Style/Documentation: Enabled: false Layout/HashAlignment: Enabled: false Layout/EmptyLines: Enabled: false Layout/EmptyLinesAroundClassBody: Enabled: false Layout/EmptyLinesAroundBlockBody: Enabled: false Layout/EmptyLinesAroundModuleBody: Enabled: false Layout/EmptyLineBetweenDefs: Enabled: false Layout/IndentationConsistency: EnforcedStyle: indented_internal_methods Layout/LineLength: Enabled: false Metrics/AbcSize: Enabled: false Metrics/MethodLength: Max: 12 Metrics/ModuleLength: Max: 160 Metrics/ClassLength: Max: 160 Metrics/CyclomaticComplexity: Enabled: false Metrics/PerceivedComplexity: Enabled: false Naming/AccessorMethodName: Enabled: false Style/TrailingCommaInArrayLiteral: EnforcedStyleForMultiline: comma Style/TrailingCommaInHashLiteral: EnforcedStyleForMultiline: comma Style/NumericPredicate: EnforcedStyle: comparison Style/UnpackFirst: Enabled: false
Enable new cops in Rubocop
Enable new cops in Rubocop
YAML
mit
pitluga/keepassx
be044f8512c63969f8daf3ea8f8610c347e6e1f9
.rubocop.yml
.rubocop.yml
AllCops: TargetRubyVersion: 2.4 Layout/IndentHeredoc: Enabled: false Metrics/AbcSize: Max: 30 Metrics/BlockLength: Max: 30 Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/MethodLength: Max: 20 Metrics/ModuleLength: Enabled: false
AllCops: TargetRubyVersion: 2.4 Metrics/AbcSize: Max: 30 Metrics/BlockLength: Max: 30 Exclude: - 'spec/**/*.rb' Metrics/ClassLength: Enabled: false Metrics/MethodLength: Max: 20 Metrics/ModuleLength: Enabled: false
Remove the unused old rule
Remove the unused old rule
YAML
mit
waferbaby/dimples
84aad5f7fa4d0c2b718246a622126af61255dc49
.rubocop.yml
.rubocop.yml
LineLength: Description: 'Limit lines to 100 characters.' Max: 100 Enabled: true Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/EachWithObject: Enabled: false Style/AccessorMethodName: Enabled: false Lint/AssignmentInCondition: Enabled: false Style/SingleLineBlockParams: Enabled: false StringLiterals: EnforcedStyle: double_quotes Enabled: true Style/DotPosition: EnforcedStyle: trailing Enabled: true Metrics/MethodLength: CountComments: false # count full line comments? Max: 20 # By default, the rails cops are not run. Override in project or home # directory .rubocop.yml files, or by giving the -R/--rails option. AllCops: RunRailsCops: false
LineLength: Description: 'Limit lines to 100 characters.' Max: 100 Enabled: true StringLiterals: EnforcedStyle: double_quotes Enabled: true Style/DotPosition: EnforcedStyle: trailing Enabled: true Metrics/MethodLength: CountComments: false # count full line comments? Max: 20 Metrics/AbcSize: Max: 20 Style/ClassAndModuleChildren: EnforcedStyle: compact Enabled: false # By default, the rails cops are not run. Override in project or home # directory .rubocop.yml files, or by giving the -R/--rails option. AllCops: RunRailsCops: false # Disabled cops Metrics/ClassLength: Enabled: false Metrics/ModuleLength: Enabled: false Style/EachWithObject: Enabled: false Style/AccessorMethodName: Enabled: false Lint/AssignmentInCondition: Enabled: false Style/SingleLineBlockParams: Enabled: false
Increase ABC size, disable ClassAndModuleChildren
Increase ABC size, disable ClassAndModuleChildren
YAML
mit
DigitPaint/roger,DigitPaint/roger
66b7d04dd432a92a237aa9a25a908a99ed484e5b
.github/workflows/build.yaml
.github/workflows/build.yaml
name: Build on: push: branches: [ master, feat/* ] pull_request: branches: [ master ] jobs: build: strategy: matrix: jdk: [ 8, 11, 17 ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/setup-java@v1 with: java-version: ${{ matrix.jdk }} - uses: gradle/gradle-build-action@v2 with: arguments: build
name: Build on: push: branches: [ main, feat/* ] pull_request: branches: [ main ] jobs: build: strategy: matrix: jdk: [ 8, 11, 17 ] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: actions/setup-java@v1 with: java-version: ${{ matrix.jdk }} - uses: gradle/gradle-build-action@v2 with: arguments: build
Rename main branch to main
Rename main branch to main
YAML
mit
EvidentSolutions/apina,EvidentSolutions/apina,EvidentSolutions/apina
25b03d6d38c5ee6b86ac76205cd60e021a61d8f7
.github/workflows/gradle.yml
.github/workflows/gradle.yml
name: Continuous Integration on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-10.15 steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle uses: malinskiy/action-android/emulator-run-cmd@release/0.0.7 with: cmd: ./gradlew build api: 21 tag: default abi: x86
name: Continuous Integration on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: macos-10.15 steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Set up Android SDK uses: malinskiy/action-android/install-sdk@release/0.0.7 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle uses: malinskiy/action-android/emulator-run-cmd@release/0.0.7 with: cmd: ./gradlew build api: 21 tag: default abi: x86
Add missing android SDK set up step
Add missing android SDK set up step
YAML
apache-2.0
mini2Dx/mini2Dx,mini2Dx/mini2Dx
82d087ebfdc19bc2d4161f231c92e809f5f2c508
.github/workflows/phpunit.yml
.github/workflows/phpunit.yml
name: PHP Composer on: push: branches: [ doryphore ] pull_request: branches: [ doryphore ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Validate composer.json and composer.lock run: composer validate --strict - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: composer run-script test
name: PHP Composer on: push: branches: [ doryphore ] pull_request: branches: [ doryphore ] jobs: build: runs-on: ubuntu-latest steps: - uses: shivammathur/setup-php@v2 with: php-version: '7.3' - uses: actions/checkout@v2 - name: Validate composer.json and composer.lock run: composer validate --strict - name: Install dependencies run: composer install --prefer-dist --no-progress - name: Run test suite run: composer run-script test
Use `[email protected]` for unit tests
Use `[email protected]` for unit tests
YAML
agpl-3.0
YesWiki/yeswiki,YesWiki/yeswiki,YesWiki/yeswiki,YesWiki/yeswiki
c7c4616ec9328fe6b38f52c07d36345ef7875b61
.kitchen.yml
.kitchen.yml
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-5.11 - name: centos-6.8 - name: centos-7.2 - name: debian-7.11 run_list: apt::default - name: debian-8.5 run_list: apt::default - name: fedora-24 run_list: yum::dnf_yum_compat - name: opensuse-13.2 - name: opensuse-leap-42.1 - name: ubuntu-12.04 run_list: apt::default - name: ubuntu-14.04 run_list: apt::default - name: ubuntu-16.04 run_list: apt::default suites: - name: default run_list: - recipe[boost::default] - name: source run_list: - recipe[boost::source]
driver: name: vagrant provisioner: name: chef_zero verifier: name: inspec platforms: - name: centos-5.11 - name: centos-6.8 - name: centos-7.2 - name: debian-7.11 run_list: apt::default - name: debian-8.6 run_list: apt::default - name: fedora-25 run_list: yum::dnf_yum_compat - name: opensuse-13.2 - name: opensuse-leap-42.1 - name: ubuntu-12.04 run_list: apt::default - name: ubuntu-14.04 run_list: apt::default - name: ubuntu-16.04 run_list: apt::default suites: - name: default run_list: - recipe[boost::default] - name: source run_list: - recipe[boost::source]
Update Test Kitchen platforms to the latest
Update Test Kitchen platforms to the latest
YAML
apache-2.0
opscode-cookbooks/boost,chef-cookbooks/boost
57832aa3ddc43b136ff7b2c9095c35944ce0ed02
.kitchen.yml
.kitchen.yml
--- <% if ENV['DIGITALOCEAN_ACCESS_TOKEN'] %> driver: name: digitalocean size: 512mb platforms: - name: centos-7-0-x64 transport: ssh_key: "<%= ENV['CI_SSH_KEY'] %>" max_wait_until_ready: 30 - name: ubuntu-14-04-x64 transport: ssh_key: "<%= ENV['CI_SSH_KEY'] %>" max_wait_until_ready: 30 <% else %> driver: name: vagrant platforms: - name: bento/centos-7.2 - name: bento/ubuntu-14.04 <% end %> provisioner: name: chef_zero verifier: name: inspec suites: - name: default run_list: - recipe[rkt::default] - recipe[rkt_test::default] - name: without-sudo run_list: - recipe[rkt::default] - recipe[rkt_test::default] attributes: rkt: install: tgz: sudo: false - name: packages run_list: - recipe[rkt_test::repositories] - recipe[rkt::default] - recipe[rkt_test::default] attributes: rkt: install: type: 'package'
--- <% if ENV['DIGITALOCEAN_ACCESS_TOKEN'] %> driver: name: digitalocean size: 512mb platforms: - name: centos-7-0-x64 transport: ssh_key: "<%= ENV['CI_SSH_KEY'] %>" max_wait_until_ready: 30 - name: ubuntu-14-04-x64 transport: ssh_key: "<%= ENV['CI_SSH_KEY'] %>" max_wait_until_ready: 30 - name: ubuntu-16-04-x64 transport: ssh_key: "<%= ENV['CI_SSH_KEY'] %>" max_wait_until_ready: 30 <% else %> driver: name: vagrant platforms: - name: bento/centos-7.2 - name: bento/ubuntu-14.04 - name: bento/ubuntu-16.04 <% end %> provisioner: name: chef_zero verifier: name: inspec suites: - name: default run_list: - recipe[rkt::default] - recipe[rkt_test::default] - name: without-sudo run_list: - recipe[rkt::default] - recipe[rkt_test::default] attributes: rkt: install: tgz: sudo: false - name: packages run_list: - recipe[rkt_test::repositories] - recipe[rkt::default] - recipe[rkt_test::default] attributes: rkt: install: type: 'package'
Enable testing on Ubuntu 16.04
Enable testing on Ubuntu 16.04
YAML
apache-2.0
artem-sidorenko/chef-rkt,artem-sidorenko/chef-rkt,artem-sidorenko/chef-rkt
e44db0f442f64a3a4b4c7762f0565bb8379f80f7
appveyor.yml
appveyor.yml
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64" - ruby_version: "26" - ruby_version: "26-x64"
--- install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - bundle install build: off test_script: - bundle exec rake ci environment: matrix: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - ruby_version: "21-x64" - ruby_version: "22" - ruby_version: "22-x64" - ruby_version: "23" - ruby_version: "23-x64" - ruby_version: "24" - ruby_version: "24-x64" - ruby_version: "25" - ruby_version: "25-x64"
Change to remove latest ruby as not available yet
Change to remove latest ruby as not available yet
YAML
mit
peter-murach/tty-prompt,piotrmurach/tty-prompt
7ba0d6be1f6f2dc7e9f7352be2e558623df96ca9
.bluemix/pipeline.yml
.bluemix/pipeline.yml
--- stages: - name: Deploy App inputs: - type: git branch: master triggers: - type: commit jobs: - name: Push to Bluemix type: deployer target: url: ${CF_TARGET_URL} organization: ${CF_ORGANIZATION} space: ${CF_SPACE} application: ${CF_APP} script: | cf push "${CF_APP}" cf map-route "${CF_APP}" mybluemix.net -n "${CF_APP}"-pm - name: Push Arc to Bluemix type: deployer target: url: ${CF_TARGET_URL} organization: ${CF_ORGANIZATION} space: ${CF_SPACE} application: ${CF_APP} script: | cd .bluemix cf push "${CF_APP}"-arc -n "${CF_APP}"-arc
--- stages: - name: Deploy App inputs: - type: git branch: master triggers: - type: commit jobs: - name: Push to Bluemix type: deployer target: url: ${CF_TARGET_URL} organization: ${CF_ORGANIZATION} space: ${CF_SPACE} application: ${CF_APP} script: | cf push "${CF_APP}" cf map-route "${CF_APP}" mybluemix.net -n "${CF_APP}"-pm - name: Deploy Arc inputs: - type: git branch: master triggers: - type: commit jobs: - name: Push Arc to Bluemix type: deployer target: url: ${CF_TARGET_URL} organization: ${CF_ORGANIZATION} space: ${CF_SPACE} application: ${CF_APP} script: | cd .bluemix cf push "${CF_APP}"-arc -n "${CF_APP}"-arc
Put that back and try again?
Put that back and try again?
YAML
mit
strongloop-bluemix/loopback-example-app,strongloop-bluemix/loopback-example-app,svennam92/loopback-example-app,strongloop-bluemix/loopback-example-app,svennam92/loopback-example-app,svennam92/loopback-example-app
82bb2af6a1d8129e25aedd69f58e5d1766d726d2
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
Test on Node 0.12 in addition to v4
AppVeyor: Test on Node 0.12 in addition to v4 AppVeyor is now fast enough to allow that.
YAML
mit
EE/gitignore-to-glob
095299fea9ab23dad33f1d216db860a67d77c5b0
appveyor.yml
appveyor.yml
version: 1.4.{build} branches: only: - master image: Visual Studio 2017 configuration: Release before_build: appveyor-retry nuget restore build: parallel: true verbosity: minimal test: assemblies: - Facts.DiffPlex.dll test_script: - dotnet test .\Facts.DiffPlex\Facts.DiffPlex.csproj --configuration Release --no-build artifacts: - path: DiffPlex/bin/%CONFIGURATION%/*/DiffPlex.dll - path: DiffPlex/bin/%CONFIGURATION%/*.nupkg
version: 1.4.{build} branches: only: - master image: Visual Studio 2019 configuration: Release before_build: appveyor-retry dotnet restore build: parallel: true verbosity: minimal test: assemblies: - Facts.DiffPlex.dll test_script: - dotnet test .\Facts.DiffPlex\Facts.DiffPlex.csproj --configuration Release --no-build artifacts: - path: DiffPlex/bin/%CONFIGURATION%/*/DiffPlex.dll - path: DiffPlex/bin/%CONFIGURATION%/*.nupkg
Update AppVeyor's Visual Studio image.
Update AppVeyor's Visual Studio image.
YAML
apache-2.0
mmanela/diffplex,mmanela/diffplex,mmanela/diffplex,mmanela/diffplex
6d8259d17ce2239d9061e32a9e8b341433c3e9e9
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml version: "{build}-{branch}" environment: matrix: - nodejs_version: "6.2.0" install: # Update Node to the specified version - ps: Install-Product node $env:nodejs_version # Install dependencies - npm install test_script: - npm test # Disable automatic builds build: off matrix: # Immediately finish build once one of the jobs fails. fast_finish: true
# http://www.appveyor.com/docs/appveyor-yml version: "{build}" environment: matrix: - nodejs_version: "6.2.0" install: # Update Node to the specified version - ps: Install-Product node $env:nodejs_version # Install dependencies - npm install test_script: - npm test # Disable automatic builds build: off matrix: # Immediately finish build once one of the jobs fails. fast_finish: true
Remove branch from the version in AppVeyor 💥
Remove branch from the version in AppVeyor 💥 It is not very representative, and it says `master` even thought it isn’t.
YAML
mit
saguijs/sagui,saguijs/sagui
6734846902011fb61017dc37ed2030e008682963
appveyor.yml
appveyor.yml
image: Visual Studio 2017 environment: NoPortable: True install: - choco install gitversion.portable -pre -y before_build: - dotnet --version - dotnet restore src/core/core.sln build_script: - gitversion /l console /output buildserver /updateassemblyinfo - dotnet build -c Release src/core/core.sln test_script: - dotnet test -c Release --no-restore --no-build --logger "trx;LogFileName=BrightstarDB.InternalTests.Results.trx" src/core/BrightstarDB.InternalTests on_finish: - ps: | $wc = New-Object 'System.Net.WebClient' $filenames = Get-ChildItem -Path ".\src\core" -Recurse -Include *.trx foreach ($f in filenames) { $wc.UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", $f.FullName) }
image: Visual Studio 2017 environment: NoPortable: True install: - choco install gitversion.portable -pre -y before_build: - dotnet --version - dotnet restore src/core/core.sln build_script: - gitversion /l console /output buildserver /updateassemblyinfo - dotnet build -c Release src/core/core.sln test_script: - dotnet test -c Release --no-restore --no-build --logger "trx;LogFileName=BrightstarDB.InternalTests.Results.trx" src/core/BrightstarDB.InternalTests - dotnet test -c Release --no-restore --no-build --logger "trx;LogFileName=BrightstarDB.Tests.Results.trx" src/core/BrightstarDB.Tests on_finish: - ps: | $wc = New-Object 'System.Net.WebClient' $filenames = Get-ChildItem -Path ".\src\core" -Recurse -Include *.trx foreach ($f in $filenames) { $wc.UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", $f.FullName) }
Add another test project and fix upload script
Add another test project and fix upload script
YAML
mit
BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB,BrightstarDB/BrightstarDB
300b74be2226224e793ccf31761ea336670bb451
appveyor.yml
appveyor.yml
version: "build-{build}" os: Windows Server 2012 R2 platform: - x64 environment: machine_user: test_user machine_pass: Pass@word1 machine_port: 5985 KITCHEN_YAML: .kitchen.appveyor.yml SSL_CERT_FILE: c:\projects\kitchen-machine\certs.pem matrix: - ruby_version: "23" clone_folder: c:\projects\kitchen-machine clone_depth: 1 install: - ps: net user /add $env:machine_user $env:machine_pass - ps: net localgroup administrators $env:machine_user /add - ps: $env:PATH="C:\Ruby$env:ruby_version\bin;$env:PATH" - ps: gem install bundler --quiet --no-ri --no-rdoc - ps: Invoke-WebRequest -Uri http://curl.haxx.se/ca/cacert.pem -OutFile c:\projects\kitchen-machine\certs.pem build_script: - bundle package - bundle exec rake - bundle exec kitchen verify
version: "build-{build}" os: Windows Server 2012 R2 platform: - x64 environment: machine_user: test_user machine_pass: Pass@word1 machine_port: 5985 KITCHEN_YAML: .kitchen.appveyor.yml SSL_CERT_FILE: c:\projects\kitchen-machine\certs.pem matrix: - ruby_version: "23" clone_folder: c:\projects\kitchen-machine clone_depth: 1 install: - ps: net user /add $env:machine_user $env:machine_pass - ps: net localgroup administrators $env:machine_user /add - ps: $env:PATH="C:\Ruby$env:ruby_version\bin;$env:PATH" - ps: gem update --system --no-doc - ps: gem install bundler --quiet --no-ri --no-rdoc - ps: Invoke-WebRequest -Uri http://curl.haxx.se/ca/cacert.pem -OutFile c:\projects\kitchen-machine\certs.pem build_script: - bundle package - bundle exec rake - bundle exec kitchen verify
Fix can't modify frozen String
Fix can't modify frozen String
YAML
mit
dhoer/chef-windows_screenresolution,dhoer/chef-windows_screenresolution
41dd01cf61ae4aa09d96df55f2674fa6ddaa0f8a
appveyor.yml
appveyor.yml
# Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.11" - nodejs_version: "0.10" - nodejs_version: "0.8" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version # run tests - npm test # Don't actually build. build: off
# Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "0.11" - nodejs_version: "0.10" # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node.js or io.js - ps: Install-Product node $env:nodejs_version # install modules - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version # run tests - npm test # Don't actually build. build: off
Disable windows tests for node 0.8
Disable windows tests for node 0.8
YAML
bsd-2-clause
robgraeber/nunjucks,rhengles/nunjucks,kevinschaul/nunjucks,santoshsahoo/nunjucks,oddbird/nunjucks,kevinschaul/nunjucks,AaronO/nunjucks,rhengles/nunjucks,punkave/nunjucks,node-modules/nunjucks,internalfx/nunjucks,pardo/nunjucks,punkave/nunjucks,punkave/nunjucks,vigetlabs/nunjucks,campbellwmorgan/nunjucks,pardo/nunjucks,devoidfury/nunjucks,fabien/nunjucks,kevinschaul/nunjucks,santoshsahoo/nunjucks,atorkhov/nunjucks,AaronO/nunjucks,kevinschaul/nunjucks,node-modules/nunjucks,atorkhov/nunjucks,internalfx/nunjucks,robgraeber/nunjucks,fabien/nunjucks,mozilla/nunjucks,oddbird/nunjucks,node-modules/nunjucks,vigetlabs/nunjucks,mozilla/nunjucks,campbellwmorgan/nunjucks,rhengles/nunjucks,santoshsahoo/nunjucks,carljm/nunjucks,oddbird/nunjucks,carljm/nunjucks,fabien/nunjucks,devoidfury/nunjucks,carljm/nunjucks,AaronO/nunjucks,santoshsahoo/nunjucks,internalfx/nunjucks,vigetlabs/nunjucks,robgraeber/nunjucks,fabien/nunjucks,punkave/nunjucks,robgraeber/nunjucks,atorkhov/nunjucks,atorkhov/nunjucks,vigetlabs/nunjucks,mozilla/nunjucks,pardo/nunjucks,oddbird/nunjucks,pardo/nunjucks,internalfx/nunjucks,campbellwmorgan/nunjucks,campbellwmorgan/nunjucks,node-modules/nunjucks,AaronO/nunjucks,carljm/nunjucks,rhengles/nunjucks,devoidfury/nunjucks
44344ec100979efd8c04264253848e0caedf94f4
packages/ba/basic-lens.yaml
packages/ba/basic-lens.yaml
homepage: '' changelog-type: '' hash: e586cb7e1a5a37b13b0ec1d5a9e3e7e59855cac5035f781f86a18c617ead03ee test-bench-deps: {} maintainer: [email protected] synopsis: Basic lens type and functions changelog: '' basic-deps: base: ! '>=4 && <5' template-haskell: -any all-versions: - '0.0.0' - '0.0.1' author: Chris Done latest: '0.0.1' description-type: haddock description: ! 'Necessary type and functions for basic lens work. Handy to depend on for libraries and general light-weight use, including PITA environments, old GHCs and non-GHC implementations with Rank-N type support. Depends on only on base.' license-name: BSD3
homepage: '' changelog-type: '' hash: 11fc2a10bd2c956fc0700660a6a86b0eacbb3487b5d8cf603f97dcb7b0707d5c test-bench-deps: {} maintainer: [email protected] synopsis: Basic lens type and functions changelog: '' basic-deps: base: ! '>=4 && <5' template-haskell: -any all-versions: - '0.0.0' - '0.0.1' - '0.0.2' author: Chris Done latest: '0.0.2' description-type: haddock description: ! 'Necessary type and functions for basic lens work. Handy to depend on for libraries and general light-weight use, including PITA environments, old GHCs and non-GHC implementations with Rank-N type support. Depends on only on base.' license-name: BSD3
Update from Hackage at 2017-03-16T15:35:40Z
Update from Hackage at 2017-03-16T15:35:40Z
YAML
mit
commercialhaskell/all-cabal-metadata
ef5bd7dc39f0e24212bb6b72410b82d0a086ff9b
packages/pl/ploterific.yaml
packages/pl/ploterific.yaml
homepage: http://github.com/GregorySchwartz/ploterific#readme changelog-type: '' hash: b71bfe0525304bd5fa9f6d319f12170b636c19d8df58de7e10c0a0043ca24370 test-bench-deps: {} maintainer: [email protected] synopsis: Basic plotting of tabular data for the command line. changelog: '' basic-deps: bytestring: -any optparse-generic: -any base: '>=4.7 && <5' palette: -any text: -any containers: -any lens: -any cassava: -any mtl: -any ploterific: -any hvega: -any colour: -any hvega-theme: -any all-versions: - 0.1.0.0 - 0.1.0.1 - 0.1.1.0 - 0.2.0.0 - 0.2.1.0 - 0.2.1.1 - 0.2.1.2 author: Gregory W. Schwartz latest: 0.2.1.2 description-type: haddock description: A quick and easy way to plot tabular data from the command line. Meant for quick visualizations, not too customizable. license-name: GPL-3.0-only
homepage: http://github.com/GregorySchwartz/ploterific#readme changelog-type: '' hash: 5932413a2143bacaa18edffde1f9171e2b93bbf0d2477321418dff6c4e85088c test-bench-deps: {} maintainer: [email protected] synopsis: Basic plotting of tabular data for the command line. changelog: '' basic-deps: bytestring: -any optparse-generic: -any base: '>=4.7 && <5' palette: -any text: -any containers: -any lens: -any cassava: -any mtl: -any ploterific: -any hvega: -any colour: -any hvega-theme: -any all-versions: - 0.1.0.0 - 0.1.0.1 - 0.1.1.0 - 0.2.0.0 - 0.2.1.0 - 0.2.1.1 - 0.2.1.2 - 0.2.1.3 author: Gregory W. Schwartz latest: 0.2.1.3 description-type: haddock description: A quick and easy way to plot tabular data from the command line. Meant for quick visualizations, not too customizable. license-name: GPL-3.0-only
Update from Hackage at 2021-06-22T14:06:05Z
Update from Hackage at 2021-06-22T14:06:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
f4ee4a6d7cf17064642c68b9ef795157739dc013
appveyor.yml
appveyor.yml
version: '2.3.7.{build}' skip_tags: true install: - ps: | $full_build = Test-Path env:GHFVS_KEY git submodule init git submodule sync if ($full_build) { $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n" $fileContent += $env:GHFVS_KEY.Replace(' ', "`n") $fileContent += "`n-----END RSA PRIVATE KEY-----`n" Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent } else { git submodule deinit script } git submodule update --recursive --force nuget restore GitHubVS.sln build_script: - ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER test_script: - ps: scripts\test.ps1 -AppVeyor on_success: - ps: | if ($full_build) { script\Sign-Package -AppVeyor }
version: '2.3.7.{build}' skip_tags: true install: - ps: | $full_build = Test-Path env:GHFVS_KEY git submodule init git submodule sync if ($full_build) { $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n" $fileContent += $env:GHFVS_KEY.Replace(' ', "`n") $fileContent += "`n-----END RSA PRIVATE KEY-----`n" Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent } else { git submodule deinit script } git submodule update --recursive --force nuget restore GitHubVS.sln build_script: - ps: scripts\build.ps1 -AppVeyor -BuildNumber:$env:APPVEYOR_BUILD_NUMBER test: assemblies: only: 'test\**\**\**\*UnitTests.dll' on_success: - ps: | if ($full_build) { script\Sign-Package -AppVeyor }
Test out running test automatically in Appveyor
Test out running test automatically in Appveyor
YAML
mit
github/VisualStudio,github/VisualStudio,github/VisualStudio
b5553665e49c48b9f3ec3ccb1b92570d5461f5ae
appveyor.yml
appveyor.yml
version: b{build} platform: - x64 cache: - node_modules - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' init: - git config --global core.autocrlf input install: - ps: Install-Product node 7 x64 - yarn install - yarn add electron-builder@next --dev # force install next version to test electron-builder build_script: - yarn run package-win test: off deploy: provider: GitHub auth_token: secure: 3aQM4eQwpFvNNftJYWFOsF7jAl6svWY1xjFSxUR0npeVJl65TLmiTgrjw0iU5xtU artifact: /.*\.exe/ draft: false prerelease: false on: branch: master appveyor_repo_tag: true
version: b{build} platform: - x64 cache: - node_modules - '%APPDATA%\npm-cache' - '%USERPROFILE%\.electron' init: - git config --global core.autocrlf input install: - ps: Install-Product node 7 x64 - yarn install - yarn add electron-builder@next --dev # force install next version to test electron-builder build_script: - yarn run package-win test: off artifacts: - path: release/*.zip name: package deploy: provider: GitHub auth_token: secure: 3aQM4eQwpFvNNftJYWFOsF7jAl6svWY1xjFSxUR0npeVJl65TLmiTgrjw0iU5xtU artifact: package draft: false prerelease: false on: branch: master appveyor_repo_tag: true
Add artifact to AppVeyor conf
Add artifact to AppVeyor conf
YAML
apache-2.0
codarchlab/idai-field-client,codarchlab/idai-field-client,codarchlab/idai-field-client,codarchlab/idai-field-client
cfd01e2eb55616f5dd9e314871043df782c21d5e
appveyor.yml
appveyor.yml
build_script: - build.cmd verify clone_depth: 1 test: off deploy: off
init: - git config --global core.autocrlf true build_script: - build.cmd verify clone_depth: 1 test: off deploy: off
Fix AppVeyor git line ending config
Fix AppVeyor git line ending config
YAML
apache-2.0
aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore,aspnet/AspNetCore
44c03647bd7adf94361342100dee9875851da08d
packages/vu/vulkan-api.yaml
packages/vu/vulkan-api.yaml
homepage: https://github.com/achirkin/vulkan#readme changelog-type: '' hash: 02c967ff2adcf5247ea0ee8498e0c4a710705e78a57a75dae199e11a4a8f1664 test-bench-deps: {} maintainer: [email protected] synopsis: Low-level low-overhead vulkan api bindings changelog: '' basic-deps: base: ! '>=4.7 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '1.1.0.0' - '1.1.1.0' author: Artem Chirkin latest: '1.1.1.0' description-type: haddock description: ! 'Haskell bindings for vulkan api as described in vk.xml. You can find some simple examples at <https://github.com/achirkin/vulkan/tree/master/vulkan-examples vulkan-examples> page or a more complete triangle rendering program at <https://github.com/achirkin/vulkan/tree/master/vulkan-triangles vulkan-triangles> page. For further information, please refer to <https://github.com/achirkin/vulkan#readme README.md>.' license-name: BSD3
homepage: https://github.com/achirkin/vulkan#readme changelog-type: '' hash: 83040b6c0613921786d8a62da8d0713f873529fbf7f748869b39160f306f2bff test-bench-deps: {} maintainer: [email protected] synopsis: Low-level low-overhead vulkan api bindings changelog: '' basic-deps: base: ! '>=4.9 && <5' all-versions: - '0.1.0.0' - '0.1.0.1' - '1.1.0.0' - '1.1.1.0' - '1.1.2.0' author: Artem Chirkin latest: '1.1.2.0' description-type: haddock description: ! 'Haskell bindings for vulkan api as described in vk.xml. You can find some simple examples at <https://github.com/achirkin/vulkan/tree/master/vulkan-examples vulkan-examples> page or a more complete triangle rendering program at <https://github.com/achirkin/vulkan/tree/master/vulkan-triangles vulkan-triangles> page. For further information, please refer to <https://github.com/achirkin/vulkan#readme README.md>.' license-name: BSD3
Update from Hackage at 2018-04-24T08:41:00Z
Update from Hackage at 2018-04-24T08:41:00Z
YAML
mit
commercialhaskell/all-cabal-metadata
24abf5759883beff7e6c101eb06d1a4d076695c7
appveyor.yml
appveyor.yml
init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "5" - nodejs_version: "6" - nodejs_version: "7" skip_tags: true platform: - x86 - x64 version: "{build}" build: off install: - ps: Install-Product node $env:nodejs_version $env:platform - set PATH=%APPDATA%\npm;%PATH% - node --version - npm --version - npm install test_script: - cmd: npm run test
init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: "0.12" - nodejs_version: "4" - nodejs_version: "5" - nodejs_version: "6" - nodejs_version: "7" skip_tags: true version: "{build}" build: off install: - ps: Install-Product node $env:nodejs_version - set PATH=%APPDATA%\npm;%PATH% - node --version - npm --version - npm install test_script: - cmd: npm run test
Drop platform in Appveyor, really too long to test
Drop platform in Appveyor, really too long to test
YAML
mit
srod/node-minify
5003273d3126ba34c0adda23b62fe61a2a7433c0
appveyor.yml
appveyor.yml
version: 1.0.{build} os: Visual Studio 2015 before_build: - nuget restore -verbosity detailed - nuget install NUnit.Console -version 3.0.0 install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% test_script: - NUnit.Console.3.0.0\tools\nunit3-console.exe ".\MaxMind.MinFraud.UnitTest\bin\Debug\MaxMind.MinFraud.UnitTest.dll" build: verbosity: minimal notifications: - provider: Email to: [email protected] on_build_success: false on_build_failure: true on_build_status_changed: true
--- version: '1.0.{build}' os: Visual Studio 2015 before_build: - nuget restore -verbosity detailed - nuget install NUnit.Console -version 3.0.0 install: - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH% build: - verbosity: minimal test_script: - NUnit.Console.3.0.0\tools\nunit3-console.exe ".\MaxMind.MinFraud.UnitTest\bin\Debug\MaxMind.MinFraud.UnitTest.dll" notifications: - auth_token: secure: X+ymndzchVeC2LYsehzOt/GEMFfZJeTENeAU9lwNwTuCxBXFJNkuwZLd9joAtHgykHQoYqmEv/nH64+MA6nTlw== channel: ci on_build_failure: true on_build_status_changed: true on_build_success: false provider: Slack - on_build_failure: true on_build_status_changed: true on_build_success: false provider: Email subject: 'AppVeyor build {{status}}' to: - [email protected]
Update AppVeyor to send notifiations via Slack & email
Update AppVeyor to send notifiations via Slack & email
YAML
apache-2.0
maxmind/minfraud-api-dotnet
fc62bd26d28662d9de25fc319aad5b83010c155b
.gitlab-ci.yml
.gitlab-ci.yml
image: "hub.ricebook.net/base/centos:onbuild-eru-core-2016.11.28" before_script: - "ln -s $CI_PROJECT_DIR $GOPATH/src/gitlab.ricebook.net/platform/core" stages: - test - build - rpm test: stage: test script: - "make test" build: stage: build script: - make build artifacts: paths: - "eru-core" expire_in: 1 week rpm: stage: rpm script: - "./make-rpm" dependencies: - "build" artifacts: paths: - "eru-core*.rpm" expire_in: 1 week
image: "hub.ricebook.net/base/centos:onbuild-eru-core-2016.09.02" before_script: - "ln -s $CI_PROJECT_DIR $GOPATH/src/gitlab.ricebook.net/platform/core" stages: - test - build - rpm test: stage: test script: - "make test" build: stage: build script: - make build artifacts: paths: - "eru-core" expire_in: 1 week rpm: stage: rpm script: - "./make-rpm" dependencies: - "build" artifacts: paths: - "eru-core*.rpm" expire_in: 1 week
Revert "use new build image"
Revert "use new build image" This reverts commit 44ec673b8dcc3cf8d0b8c14c3cec14789427ece3.
YAML
mit
CMGS/core,projecteru2/core,CMGS/core,projecteru2/core,projecteru2/core,CMGS/core
e2221f1b03eaa485f2139d0d5683929011b900cc
appveyor.yml
appveyor.yml
version: '{build}' pull_requests: do_not_increment_build_number: true branches: only: - master nuget: disable_publish_on_pr: true build_script: - ps: .\Build.ps1 test: off artifacts: - path: .\artifacts\*.nupkg name: NuGet deploy: - provider: NuGet name: production api_key: secure: Wnw70OCnYNtI3S46Mf+1aNO8yTfq0rQUGVLZauUuCSU5CXauFqur2/NMnhWRJtvP on: appveyor_repo_tag: true
version: '{build}' pull_requests: do_not_increment_build_number: true branches: only: - master nuget: disable_publish_on_pr: true build_script: - ps: .\Build.ps1 test: off artifacts: - path: .\artifacts\*.nupkg name: NuGet deploy: - provider: NuGet name: production api_key: secure: O2aKtP6hbwJ7WLPp9s5GcTsOu/OiNL3Zfpuk1w7JjQAQPbT4P3JGD0FsrusyaYrc on: appveyor_repo_tag: true
Update secure variable with nuget api key
Update secure variable with nuget api key
YAML
mit
rapidcore/rapidcore,rapidcore/rapidcore
4ece0fe1ff0d1ddb8744ecf2c6259ad3aab23f27
config/plugins.yml
config/plugins.yml
loomio_webhooks: repo: loomio/loomio_webhooks loomio_org_plugin: repo: loomio/loomio_org_plugin loomio_tags: repo: loomio/loomio_tags experimental: true loomio_truncate_comment: repo: loomio/loomio_truncate_comment experimental: true loomio_group_progress_card: repo: loomio/loomio_onboarding loomio_content_preview: repo: loomio/loomio_content_preview experimental: true loomio_buyer_experience: repo: loomio/loomio_buyer_experience
loomio_webhooks: repo: loomio/loomio_webhooks loomio_org_plugin: repo: loomio/loomio_org_plugin loomio_tags: repo: loomio/loomio_tags experimental: true loomio_truncate_comment: repo: loomio/loomio_truncate_comment experimental: true loomio_group_progress_card: repo: loomio/loomio_onboarding loomio_content_preview: repo: loomio/loomio_content_preview loomio_buyer_experience: repo: loomio/loomio_buyer_experience
Remove experimental label from content preview
Remove experimental label from content preview
YAML
agpl-3.0
piratas-ar/loomio,loomio/loomio,loomio/loomio,piratas-ar/loomio,piratas-ar/loomio,piratas-ar/loomio,loomio/loomio,loomio/loomio
2704c5440942f21dbc54ec03d9e14956043172de
appveyor.yml
appveyor.yml
version: 4.1.0.{build} configuration: Release nuget: disable_publish_on_pr: true clone_depth: 1 test: off build_script: - ps: .\build.ps1 artifacts: - path: artifacts\packages\**\*.nupkg name: MyGet deploy: - provider: NuGet server: https://www.myget.org/F/autofac/api/v2/package api_key: secure: rCUEY75fXN0wxtMy6QL4jCrLdaYbxIBzIXWeN+wEu/XDpyqimzreOc5AH5jMd5ah skip_symbols: false symbol_server: https://www.myget.org/F/autofac/symbols/api/v2/package artifact: MyGet
version: 4.1.0.{build} configuration: Release environment: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true NUGET_XMLDOC_MODE: skip nuget: disable_publish_on_pr: true clone_depth: 1 test: off build_script: - ps: .\build.ps1 artifacts: - path: artifacts\packages\**\*.nupkg name: MyGet deploy: - provider: NuGet server: https://www.myget.org/F/autofac/api/v2/package api_key: secure: rCUEY75fXN0wxtMy6QL4jCrLdaYbxIBzIXWeN+wEu/XDpyqimzreOc5AH5jMd5ah skip_symbols: false symbol_server: https://www.myget.org/F/autofac/symbols/api/v2/package artifact: MyGet
Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE and NUGET_XMLDOC_MODE environment variables for CI build.
Set DOTNET_SKIP_FIRST_TIME_EXPERIENCE and NUGET_XMLDOC_MODE environment variables for CI build.
YAML
mit
autofac/Autofac.Extras.Moq
a1bad078ad81b8a7cb9014c2d52fa552fde271b1
appveyor.yml
appveyor.yml
os: Visual Studio 2015 platform: x64 install: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' - choco install strawberryperl - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - appveyor DownloadFile http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-1-Q16-x64-dll.exe - ImageMagick-6.9.3-1-Q16-x64-dll.exe /SILENT - SET PATH=C:\Program Files\ImageMagick-6.9.3-Q16;%PATH% - git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew - SET PATH=%USERPROFILE%\rakudobrew\bin;%PATH% - rakudobrew build moar 2015.12 - rakudobrew build panda - cd %APPVEYOR_BUILD_FOLDER% - panda installdeps . build: off test_script: - prove -v -e "perl6 -Ilib" t/ shallow_clone: true
os: Visual Studio 2015 platform: x64 install: - '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64' - choco install strawberryperl - SET PATH=C:\strawberry\c\bin;C:\strawberry\perl\site\bin;C:\strawberry\perl\bin;%PATH% - appveyor DownloadFile http://www.imagemagick.org/download/binaries/ImageMagick-6.9.3-2-Q16-x64-dll.exe - ImageMagick-6.9.3-1-Q16-x64-dll.exe /SILENT - SET PATH=C:\Program Files\ImageMagick-6.9.3-Q16;%PATH% - git clone https://github.com/tadzik/rakudobrew %USERPROFILE%\rakudobrew - SET PATH=%USERPROFILE%\rakudobrew\bin;%PATH% - rakudobrew build moar 2015.12 - rakudobrew build panda - cd %APPVEYOR_BUILD_FOLDER% - panda installdeps . build: off test_script: - prove -v -e "perl6 -Ilib" t/ shallow_clone: true
Fix newly uploaded imagegick DLL installer location
Fix newly uploaded imagegick DLL installer location
YAML
mit
azawawi/perl6-magickwand
32422d3df76c2b7768f7d3672483b1db899ee0a4
appveyor.yml
appveyor.yml
version: '{build}' image: - Ubuntu - Visual Studio 2017 pull_requests: do_not_increment_build_number: true branches: only: - master nuget: disable_publish_on_pr: true environment: APPVEYOR_YML_DISABLE_PS_LINUX: true build_script: - ps: .\build.ps1 - sh: ./build.sh test: off artifacts: - path: .\artifacts\**\*.nupkg name: NuGet for: - matrix: only: - image: Visual Studio 2017 deploy: - provider: NuGet server: https://www.myget.org/F/andrewlock-ci/api/v2/package api_key: secure: 7XbdNq38u0JLRNc9pRl35WPi5LZopfYcoCslf7Er/eTreR5mZnGbmY/lVQYcgxI2 skip_symbols: true on: branch: master - provider: NuGet name: production api_key: secure: nyE3SEqDxSkHrLGAQJBMh2Oo6deEnWCEKoHCVafYuUB7NwjOUwDi3jXQItElcp2h on: branch: master appveyor_repo_tag: true
version: '{build}' image: - Ubuntu - Visual Studio 2019 pull_requests: do_not_increment_build_number: true branches: only: - master nuget: disable_publish_on_pr: true environment: APPVEYOR_YML_DISABLE_PS_LINUX: true build_script: - ps: .\build.ps1 - sh: ./build.sh test: off artifacts: - path: .\artifacts\**\*.nupkg name: NuGet for: - matrix: only: - image: Visual Studio 2019 deploy: - provider: NuGet server: https://www.myget.org/F/andrewlock-ci/api/v2/package api_key: secure: 7XbdNq38u0JLRNc9pRl35WPi5LZopfYcoCslf7Er/eTreR5mZnGbmY/lVQYcgxI2 skip_symbols: true on: branch: master - provider: NuGet name: production api_key: secure: nyE3SEqDxSkHrLGAQJBMh2Oo6deEnWCEKoHCVafYuUB7NwjOUwDi3jXQItElcp2h on: branch: master appveyor_repo_tag: true
Update to VS 2019 build images
Update to VS 2019 build images
YAML
mit
andrewlock/NetEscapades.Configuration,andrewlock/NetEscapades.Configuration
66e950a52b26c2e3c16344c64f8556f2798200b4
appveyor.yml
appveyor.yml
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "3" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
# http://www.appveyor.com/docs/appveyor-yml clone_depth: 10 # Fix line endings in Windows. (runs before repo cloning) init: - git config --global core.autocrlf input # Test against these versions of Node.js. environment: matrix: - nodejs_version: "4" # Install scripts. (runs after repo cloning) install: # Get the Node version with matching major & minor numbers - ps: Install-Product node $env:nodejs_version # Log HTTP requests. - npm config set loglevel http # Typical npm stuff. - npm install # Post-install test scripts. test_script: # Output useful info for debugging. - node --version - npm --version - npm test # Don't actually build. build: off # Finish immediately if one of the jobs fails. matrix: fast_finish: true # Set up cache, clear it on package.json changes. cache: # npm cache. - C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # Local npm packages. - node_modules -> package.json # Set build version format here instead of in the admin panel. version: "{build}"
Drop io.js, test on Node.js 4
AppVeyor: Drop io.js, test on Node.js 4
YAML
mit
EE/grunt-defs
ebfae2fd4f6e91d10a1f319b40c05d8baa4249f1
appveyor.yml
appveyor.yml
version: 0.0.{build} image: Visual Studio 2017 Preview build_script: - ps: >- ./build/install-dotnet.ps1 dotnet --version ./build.ps1 -Configuration Release test: off
version: 0.0.{build} image: Visual Studio 2019 build_script: - ps: >- ./build/install-dotnet.ps1 dotnet --version ./build.ps1 -Configuration Release test: off
Update image for AppVeyor build
Update image for AppVeyor build
YAML
mit
joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer,joaoasrosa/pullrequests-viewer
dfcf481d2d15893239b1c73f2493135345f749d0
appveyor.yml
appveyor.yml
version: 3.7.0-ci{build} branches: only: - appveyor os: - Windows Server 2012 R2 environment: matrix: - PlatformToolset: v90 - PlatformToolset: v100 build_script: - ps: scripts\appveyor_ci_build.ps1 # Other configuration options platform: Win32 configuration: Debug
version: 3.7.0-ci{build} os: - Windows Server 2012 R2 environment: matrix: - PlatformToolset: v90 - PlatformToolset: v100 build_script: - ps: scripts\appveyor_ci_build.ps1 # Other configuration options platform: Win32 configuration: Debug
Quit calling out branch, rely on file existing
Quit calling out branch, rely on file existing
YAML
bsd-3-clause
arstrube/cpputest,chenlianbing/cpputest,Mindtribe/cpputest,maxilai/cpputest,Andne/cpputest,basvodde/cpputest,arstrube/cpputest,jaeguly/cpputest,arstrube/cpputest,basvodde/cpputest,chenlianbing/cpputest,KisImre/cpputest,jaeguly/cpputest,asgeroverby/cpputest,bithium/cpputest,PaulBussmann/cpputest,Andne/cpputest,cpputest/cpputest,jaeguly/cpputest,arstrube/cpputest,KisImre/cpputest,PaulBussmann/cpputest,bithium/cpputest,bithium/cpputest,offa/cpputest,Andne/cpputest,Andne/cpputest,cpputest/cpputest,asgeroverby/cpputest,Mindtribe/cpputest,devMichaelJones/cpputest,cpputest/cpputest,devMichaelJones/cpputest,PaulBussmann/cpputest,KisImre/cpputest,basvodde/cpputest,offa/cpputest,maxilai/cpputest,jaeguly/cpputest,cpputest/cpputest,bithium/cpputest,asgeroverby/cpputest,devMichaelJones/cpputest,chenlianbing/cpputest,chenlianbing/cpputest,KisImre/cpputest,offa/cpputest,Mindtribe/cpputest,PaulBussmann/cpputest,Mindtribe/cpputest,maxilai/cpputest,asgeroverby/cpputest,maxilai/cpputest,offa/cpputest,devMichaelJones/cpputest,basvodde/cpputest
121bde1ebe45c0f3409d27a5e6105b11016b1f98
appveyor.yml
appveyor.yml
nuget: account_feed: true before_build: - nuget restore configuration: Release build: project: LazyStorage.sln verbosity: minimal after_build: - cmd: nuget pack LazyStorage\LazyStorage.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release" - cmd: appveyor PushArtifact "LazyStorage.%GitVersion_NuGetVersion%.nupkg"
nuget: account_feed: true before_build: - nuget restore configuration: Release build: project: LazyStorage.sln verbosity: minimal after_build: - cmd: nuget pack LazyStorage\LazyStorage.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release" - cmd: appveyor PushArtifact "LazyStorage.%GitVersion_NuGetVersion%.nupkg" deploy: - provider: GitHub auth_token: secure: A7+/5adwhz9NXkJeVJpckt7wIcfIOVr1M8KPMHrOD+TknNaV6CX2XrKR21+QS9ko artifact: /.*\.nupkg/ draft: false prerelease: false description: '' on: appveyor_repo_tag: true - provider: NuGet api_key: secure: mJ21/ayGYSXI/29RaN75qvcuoYDIq8RKmq7PkBlkQ8WWUnfZ063XDmhNrELUKwXP skip_symbols: false on: appveyor_repo_tag: true
Add deploy step to build server
Add deploy step to build server
YAML
mit
TheEadie/LazyStorage,TheEadie/LazyStorage,TheEadie/LazyLibrary
aa8d4740498ef0c9d8ecfd158ded514c6fcbc5ea
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future -d _site
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
fkalkhalidi/fkalkhalidi.github.io
f7ab68911078e531d6a0ac8a0c493d5debd3c476
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: documents match: "**/*" new_doc_ext: html - type: directory path: _includes label: Includes create: documents match: "**/*" new_doc_ext: html - type: directory path: _sass label: _sass create: all match: "**/*" new_doc_ext: scss upload_dir: images public_path: '' front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_preview: true build: preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished --future -d _site ' publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: documents match: "**/*" new_doc_ext: html - type: directory path: _includes label: Includes create: documents match: "**/*" new_doc_ext: html - type: directory path: _sass label: _sass create: all match: "**/*" new_doc_ext: ".scss" upload_dir: images public_path: '' front_matter_path: '' use_front_matter_path: false file_template: ":filename:" instant_preview: true build: preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished --future -d _site ' publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
c17331640a769198d6e5951ff0bc7fb993d462e6
.github/dependabot.yml
.github/dependabot.yml
# Config for Dependabot updates. See Documentation here: # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates version: 2 updates: # Update Github actions in workflows - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" labels: - "update"
# Config for Dependabot updates. See Documentation here: # https://docs.github.com/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates version: 2 updates: # Update GitHub actions in workflows - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" labels: - "update"
Update comments in Dependabot file
Update comments in Dependabot file
YAML
bsd-3-clause
ryankanno/cookiecutter-django,trungdong/cookiecutter-django,trungdong/cookiecutter-django,ryankanno/cookiecutter-django,ryankanno/cookiecutter-django,trungdong/cookiecutter-django,trungdong/cookiecutter-django,ryankanno/cookiecutter-django
663c78637db2363bc999629bb1782e03fbe93a51
.tmuxinator/enamel.yml
.tmuxinator/enamel.yml
# ~/.tmuxinator/enamel.yml name: enamel root: ~/work/chrome/src # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: rbenv shell 2.0.0-p247 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf # Change the command to call tmux. This can be used by derivatives/wrappers like byobu. # tmux_command: byobu # Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used. # startup_window: logs # Controls whether the tmux session should be attached to automatically. Defaults to true. # attach: false # Runs after everything. Use it to attach to tmux with custom options etc. # post: tmux -CC attach -t enamel windows: - g: - src: layout: main-vertical panes: - - - test: export DISPLAY=:20.0; source ~/rc/goog/use_goma.sh - b/r: export DISPLAY=:20.0;source ~/rc/goog/use_goma.sh
# ~/.tmuxinator/enamel.yml name: enamel root: ~/work/chrome/src # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: rbenv shell 2.0.0-p247 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf # Change the command to call tmux. This can be used by derivatives/wrappers like byobu. # tmux_command: byobu # Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used. # startup_window: logs # Controls whether the tmux session should be attached to automatically. Defaults to true. # attach: false # Runs after everything. Use it to attach to tmux with custom options etc. # post: tmux -CC attach -t enamel windows: - g: - src: layout: main-vertical panes: - - - test: export DISPLAY=:20.0; source ~/rc/goog/use_goma.sh - b/r: export DISPLAY=:20.0; source ~/rc/goog/use_goma.sh
Add a space between two commands.
Add a space between two commands.
YAML
mit
aawc/dotfiles,aawc/dotfiles
77da437c44a419fa8ff9c1a801b3f19654cc67a3
packages/la/layout-rules.yaml
packages/la/layout-rules.yaml
homepage: https://github.com/elliottt/layout-rules changelog-type: markdown hash: 37909fcd9b8015de7031d555aefd1de7706d9d7894c9db0b3d751192e213ccc5 test-bench-deps: {} maintainer: [email protected] synopsis: A collection of different layout implementations changelog: ! '# Revision history for layout-rules ## 0.1.0.0 -- 2017-03-21 * First version. Off-sides implementation extracted from the `located` package. ' basic-deps: base: ! '>=4.7 && <5' text: ! '>=1.2 && <1.3' alex-tools: ! '>=0.1.1.0 && <0.2' all-versions: - '0.1.0.0' author: Trevor Elliott latest: '0.1.0.0' description-type: haddock description: ! 'A collection of different layout implementations, currently just the off-sides rule.' license-name: BSD3
homepage: https://github.com/elliottt/layout-rules changelog-type: markdown hash: 60c7a9bc9b70cdb34b1a0a41f6909b163eee6c6480780cc324a3f8fe6f6406d2 test-bench-deps: {} maintainer: [email protected] synopsis: A collection of different layout implementations changelog: ! '# Revision history for layout-rules ## 0.1.0.1 -- 2017-03-21 * Adjust upper bounds on alex-tool ## 0.1.0.0 -- 2017-03-21 * First version. Off-sides implementation extracted from the `located` package. ' basic-deps: base: ! '>=4.7 && <5' text: ! '>=1.2 && <1.3' alex-tools: ! '>=0.1.1.0 && <0.3' all-versions: - '0.1.0.0' - '0.1.0.1' author: Trevor Elliott latest: '0.1.0.1' description-type: haddock description: ! 'A collection of different layout implementations, currently just the off-sides rule.' license-name: BSD3
Update from Hackage at 2017-03-21T23:30:27Z
Update from Hackage at 2017-03-21T23:30:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
4eda911d2d2e84efa8da572382f883f7b6128021
packages/ra/rank-product.yaml
packages/ra/rank-product.yaml
homepage: http://github.com/GregorySchwartz/rank-product#readme changelog-type: '' hash: 93d8f1535b2fc8100614964e3876a613beb2aca155ccbc6ab2a4f2028c7a42fa test-bench-deps: {} maintainer: [email protected] synopsis: Find the rank product of a data set. changelog: '' basic-deps: base: ! '>=4.7 && <5' random-fu: -any all-versions: - '0.1.0.4' - '0.1.0.5' - '0.2.0.1' author: Gregory W. Schwartz latest: '0.2.0.1' description-type: haddock description: Find the rank product of a data set and get the p-value from a permutation test. license-name: GPL-3
homepage: http://github.com/GregorySchwartz/rank-product#readme changelog-type: '' hash: 1d1e72ea8ab8d56a6ea0ce23cb942ba9e1f76484dc63f790b5de390818d265ae test-bench-deps: {} maintainer: [email protected] synopsis: Find the rank product of a data set. changelog: '' basic-deps: bytestring: -any optparse-generic: -any base: ! '>=4.7 && <5' text: -any rank-product: -any containers: -any lens: -any cassava: -any random-fu: -any vector: -any all-versions: - '0.1.0.4' - '0.1.0.5' - '0.2.0.1' - '0.2.1.0' author: Gregory W. Schwartz latest: '0.2.1.0' description-type: haddock description: Find the rank product of a data set and get the p-value from a permutation test. license-name: GPL-3
Update from Hackage at 2018-09-12T15:19:13Z
Update from Hackage at 2018-09-12T15:19:13Z
YAML
mit
commercialhaskell/all-cabal-metadata
dcc21b9fb5c2f4103fad564f7eb40277aa7b6b77
data/jjb/init.yaml
data/jjb/init.yaml
- job: name: config builders: - gerrit-git-prep - shell: | mkdir build jenkins-jobs test jobs/ -o build/ jenkins-jobs update --delete-old jobs/ triggers: - gerrit: trigger-on-change-merged-event: true projects: - project-compare-type: 'PLAIN' project-pattern: 'config' branch-compare-type: 'ANT' branch-pattern: '**'
- job: name: config-update builders: - gerrit-git-prep - shell: | mkdir build jenkins-jobs test jobs/ -o build/ jenkins-jobs update --delete-old jobs/ triggers: - gerrit: trigger-on-change-merged-event: true projects: - project-compare-type: 'PLAIN' project-pattern: 'config' branch-compare-type: 'ANT' branch-pattern: '**' - job: name: config-check builders: - gerrit-git-prep - shell: | mkdir build jenkins-jobs test jobs/ -o build/ triggers: - gerrit: trigger-on-change-created-event: true projects: - project-compare-type: 'PLAIN' project-pattern: 'config' branch-compare-type: 'ANT' branch-pattern: '**'
Add a 'gate' for config repository
Add a 'gate' for config repository Change-Id: I115f575d9f896fa1b5f3caa29a4674fb88dccceb
YAML
apache-2.0
enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory,invenfantasy/software-factory,invenfantasy/software-factory,enovance/software-factory,invenfantasy/software-factory,invenfantasy/software-factory,invenfantasy/software-factory
ad27b57a17b6a1f8c54fc3052ded64893892fa0c
metadata/com.evilinsult.yml
metadata/com.evilinsult.yml
Categories: - Science & Education License: Unlicense AuthorName: Evil Insult Generator & Contributors AuthorEmail: [email protected] WebSite: https://evilinsult.com/ SourceCode: https://github.com/EvilInsultGenerator/android-app IssueTracker: https://github.com/EvilInsultGenerator/android-app/issues Translation: https://crowdin.com/project/evil-insult-generator-android/ Donate: https://evilinsult.com/donate/ AutoName: Evil Insult Generator RepoType: git Repo: https://github.com/EvilInsultGenerator/android-app Builds: - versionName: '2.0' versionCode: 20 commit: v2.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '2.0' CurrentVersionCode: 20
Categories: - Science & Education License: Unlicense AuthorName: Evil Insult Generator & Contributors AuthorEmail: [email protected] WebSite: https://evilinsult.com/ SourceCode: https://github.com/EvilInsultGenerator/android-app IssueTracker: https://github.com/EvilInsultGenerator/android-app/issues Translation: https://crowdin.com/project/evil-insult-generator-android/ Donate: https://evilinsult.com/donate/ AutoName: Evil Insult Generator RepoType: git Repo: https://github.com/EvilInsultGenerator/android-app Builds: - versionName: '2.0' versionCode: 20 commit: v2.0 subdir: app gradle: - yes - versionName: '3.0' versionCode: 30 commit: 1e53687985aa1bb0dff5de62233f474f34c402ad subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '3.0' CurrentVersionCode: 30
Update Evil Insult Generator to 3.0 (30)
Update Evil Insult Generator to 3.0 (30)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
39b74e631a7873f75b4c26a2588f3bc9648d27c7
deploy/memcache-dep.yaml
deploy/memcache-dep.yaml
--- # memcached deployment used by Flux to cache # container image metadata. apiVersion: apps/v1 kind: Deployment metadata: name: memcached spec: replicas: 1 selector: matchLabels: name: memcached template: metadata: labels: name: memcached spec: containers: - name: memcached image: memcached:1.4.25 imagePullPolicy: IfNotPresent args: - -m 512 # Maximum memory to use, in megabytes - -I 5m # Maximum size for one item - -p 11211 # Default port # - -vv # Uncomment to get logs of each request and response. ports: - name: clients containerPort: 11211
--- # memcached deployment used by Flux to cache # container image metadata. apiVersion: apps/v1 kind: Deployment metadata: name: memcached spec: replicas: 1 selector: matchLabels: name: memcached template: metadata: labels: name: memcached spec: containers: - name: memcached image: memcached:1.5.15 imagePullPolicy: IfNotPresent args: - -m 512 # Maximum memory to use, in megabytes - -I 5m # Maximum size for one item - -p 11211 # Default port # - -vv # Uncomment to get logs of each request and response. ports: - name: clients containerPort: 11211 securityContext: runAsUser: 11211 runAsGroup: 11211 allowPrivilegeEscalation: false
Configure security context memcached pod
Configure security context memcached pod To keep our example manifests in line with the recent changes in the chart (#2107), and to ensure (minikube) users do not experience issues with memcached failing to start, due to CVE-2019-11245. Ref: https://github.com/kubernetes/kubernetes/issues/78308
YAML
apache-2.0
weaveworks/flux,weaveworks/flux
2699f05590f189d925f7051385e06bd5f5767098
metadata/ru.ikkui.achie.yml
metadata/ru.ikkui.achie.yml
Categories: - Time License: GPL-2.0-only AuthorName: Igor Kruchinin SourceCode: https://github.com/IgorKruchinin/AchieApp IssueTracker: https://github.com/IgorKruchinin/AchieApp/issues AutoName: Achie RepoType: git Repo: https://github.com/IgorKruchinin/AchieApp Binaries: https://github.com/IgorKruchinin/AchieApp/releases/latest/download/app-release.apk Builds: - versionName: '1.1' versionCode: 2 commit: b84628fa07181e123fd1dc9ae404a1ca03fcdb52 subdir: app gradle: - yes - versionName: 1.1.1 versionCode: 3 commit: c69153e3fafe650b632584db182feac17be33c0b subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 1.1.1 CurrentVersionCode: 3
Categories: - Time License: GPL-2.0-only AuthorName: Igor Kruchinin SourceCode: https://github.com/IgorKruchinin/AchieApp IssueTracker: https://github.com/IgorKruchinin/AchieApp/issues AutoName: Achie RepoType: git Repo: https://github.com/IgorKruchinin/AchieApp Binaries: https://github.com/IgorKruchinin/AchieApp/releases/latest/download/app-release.apk Builds: - versionName: '1.1' versionCode: 2 commit: b84628fa07181e123fd1dc9ae404a1ca03fcdb52 subdir: app gradle: - yes - versionName: 1.1.1 versionCode: 3 commit: c69153e3fafe650b632584db182feac17be33c0b subdir: app gradle: - yes - versionName: 1.1.1a versionCode: 4 commit: 4aa3582d8ba9f133921c57784d0e3c2a838eda62 subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 1.1.1a CurrentVersionCode: 4
Update Achie to 1.1.1a (4)
Update Achie to 1.1.1a (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
64d9cff04709f859bc79ee822617e0ba5f863a8c
azure-pipelines.yml
azure-pipelines.yml
# Docker image # Build a Docker image to deploy, run, or push to a container registry. # Add steps that use Docker Compose, tag images, push to a registry, run an image, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/docker pool: vmImage: 'ubuntu-latest' variables: tagName: '$(Build.BuildNumber)' repoName: 'sparktodo-api' stableImageName: '$(dockerId)/$(repoName):stable' latestImageName: '$(dockerId)/$(repoName):latest' branchImageName: '$(dockerId)/$(repoName):$(Build.SourceBranchName)' imageName: '$(dockerId)/$(repoName):$(tagName)' steps: - task: UseDotNet@2 displayName: 'Use .NET Core sdk' inputs: packageType: sdk version: 6.0.x includePreviewVersions: true # Required for preview versions - script: dotnet build -c Release displayName: 'dotnet build' - script: docker build -f Dockerfile -t $(imageName) -t $(latestImageName) . displayName: 'Docker build Script' - script: | docker login -u $(dockerId) -p $(pswd) docker push $(imageName) docker push $(latestImageName) displayName: 'Push docker image' - task: SSH@0 displayName: 'Run shell inline on remote machine' inputs: sshEndpoint: 'weihanli-vm' runOptions: inline inline: | kubectl set image deployment/sparktodo-api sparktodo-api=$(imageName) --record=true
# Docker image # Build a Docker image to deploy, run, or push to a container registry. # Add steps that use Docker Compose, tag images, push to a registry, run an image, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/docker pool: vmImage: 'ubuntu-latest' variables: tagName: '$(Build.BuildNumber)' repoName: 'sparktodo-api' stableImageName: '$(dockerId)/$(repoName):stable' latestImageName: '$(dockerId)/$(repoName):latest' branchImageName: '$(dockerId)/$(repoName):$(Build.SourceBranchName)' imageName: '$(dockerId)/$(repoName):$(tagName)' steps: - task: UseDotNet@2 displayName: 'Use .NET Core sdk' inputs: packageType: sdk version: 6.0.x includePreviewVersions: true # Required for preview versions - script: dotnet build -c Release displayName: 'dotnet build' - script: docker build -f Dockerfile -t $(imageName) -t $(latestImageName) . displayName: 'Docker build Script' - script: | docker login -u $(dockerId) -p $(pswd) docker push $(imageName) docker push $(latestImageName) displayName: 'Push docker image' - task: SSH@0 displayName: 'Run shell inline on remote machine' inputs: sshEndpoint: 'weihanli-vm' runOptions: inline inline: | kubectl set image deployment/sparktodo-api sparktodo-api=$(imageName)
Remove record flag from kubectl command
Remove record flag from kubectl command
YAML
mit
WeihanLi/SparkTodo,WeihanLi/SparkTodo,WeihanLi/SparkTodo,WeihanLi/SparkTodo
141a1537c1818cf5994beb4848bdd8549bec4db5
azure-pipelines.yml
azure-pipelines.yml
pool: name: Azure Pipelines vmImage: windows-latest demands: - msbuild - visualstudio - vstest jobs: - job: Build variables: BuildSolution: StyleCopAnalyzers.sln BuildPlatform: AnyCPU strategy: matrix: Debug: BuildConfiguration: Debug Release: BuildConfiguration: Release steps: - task: NuGetCommand@2 displayName: 'NuGet restore' inputs: restoreSolution: '$(BuildSolution)' - task: VSBuild@1 displayName: 'Build solution StyleCopAnalyzers.sln' inputs: solution: '$(BuildSolution)' platform: '$(BuildPlatform)' configuration: '$(BuildConfiguration)'
pool: name: Azure Pipelines vmImage: windows-latest demands: - msbuild - visualstudio - vstest jobs: - job: Build variables: BuildSolution: StyleCopAnalyzers.sln BuildPlatform: AnyCPU strategy: matrix: Debug: BuildConfiguration: Debug Release: BuildConfiguration: Release steps: - task: NuGetToolInstaller@0 displayName: 'Use NuGet 5.3.1' inputs: versionSpec: 5.3.1 - task: NuGetCommand@2 displayName: 'NuGet restore' inputs: restoreSolution: '$(BuildSolution)' feedsToUse: 'config' nugetConfigPath: '$(Build.WorkingDirectory)/NuGet.config' - task: VSBuild@1 displayName: 'Build solution StyleCopAnalyzers.sln' inputs: solution: '$(BuildSolution)' platform: '$(BuildPlatform)' configuration: '$(BuildConfiguration)'
Update to NuGet 5.3.1 and configure feeds
Update to NuGet 5.3.1 and configure feeds The default tool was even older than 4.4.1. For some reason, Azure Pipelines defaulted to changing the NuGet packages configuration even though the repository contains a NuGet.config. Update the NuGetCommand task to not use the invalid defaults it provided.
YAML
mit
DotNetAnalyzers/StyleCopAnalyzers
3ab30c9b3f49ca18ae33c852e872cef7a36f4580
_data/menu.yml
_data/menu.yml
# Holds the menu items - name: navbar-left pages: - title: Home - title: Tickets - title: Venue - name: navbar-right pages: - title: Schedule - title: Sponsors - title: Contact - name: footer pages: - title: Tickets - title: Venue - title: Schedule - title: Sponsors - title: About - title: Contact - title: Code of Conduct - title: Diversity - title: Terms - title: Privacy
# Holds the menu items - name: navbar-left pages: - title: Home - title: Tickets - title: Venue - name: navbar-right pages: - title: Schedule - title: Sponsors - title: Contact - name: footer pages: - title: Tickets - title: Venue - title: Schedule - title: Sponsors - title: About - title: Contact - title: Code of Conduct - title: Diversity - title: Terms - title: Privacy - title: Sitemap
Add sitemap link in footer.
Add sitemap link in footer.
YAML
mit
sustainers/website,sustainers/website,sustainers/website
215b44ade86bb6df3d04861592fd4eafecd70bda
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- - name: Validate Ansible version assert: that: - "{{ ansible_version is defined }}" - "{{ ansible_version.full | version_compare(minimum_ansible_version, '>=') }}" msg: "Your Ansible version is too old. Trellis require at least {{ minimum_ansible_version }}. Your version is {{ ansible_version.full | default('< 1.6') }}" - name: Update Apt apt: update_cache=yes - name: Checking essentials apt: name="{{ item }}" state=present with_items: - python-software-properties - python-pycurl - build-essential - python-mysqldb - curl - git-core - unzip - imagemagick - htop - gunzip - name: Validate timezone variable stat: path=/usr/share/zoneinfo/{{ default_timezone }} register: timezone_path changed_when: false - name: Explain timezone error fail: msg="{{ default_timezone }} is not a valid timezone. For a list of valid timezones, check https://php.net/manual/en/timezones.php" when: not timezone_path.stat.exists - name: Get current timezone command: cat /etc/timezone register: current_timezone changed_when: false - name: Set timezone command: timedatectl set-timezone {{ default_timezone }} when: current_timezone.stdout != default_timezone - include: symlinks.yml
--- - name: Validate Ansible version assert: that: - "{{ ansible_version is defined }}" - "{{ ansible_version.full | version_compare(minimum_ansible_version, '>=') }}" msg: "Your Ansible version is too old. Trellis require at least {{ minimum_ansible_version }}. Your version is {{ ansible_version.full | default('< 1.6') }}" - name: Update Apt apt: update_cache=yes - name: Checking essentials apt: name="{{ item }}" state=present with_items: - python-software-properties - python-pycurl - build-essential - python-mysqldb - curl - git-core - unzip - imagemagick - htop - name: Validate timezone variable stat: path=/usr/share/zoneinfo/{{ default_timezone }} register: timezone_path changed_when: false - name: Explain timezone error fail: msg="{{ default_timezone }} is not a valid timezone. For a list of valid timezones, check https://php.net/manual/en/timezones.php" when: not timezone_path.stat.exists - name: Get current timezone command: cat /etc/timezone register: current_timezone changed_when: false - name: Set timezone command: timedatectl set-timezone {{ default_timezone }} when: current_timezone.stdout != default_timezone - include: symlinks.yml
Revert "Added gunzip as common utility."
Revert "Added gunzip as common utility." This reverts commit 3f12d61c39499b8f55d31314e2e83a9277f52264.
YAML
mit
proteusthemes/pt-ops,proteusthemes/pt-ops,proteusthemes/pt-ops
865b0a59c6b672c5a12c976f17eee27da308bd71
roles/common/tasks/main.yml
roles/common/tasks/main.yml
--- - name: Ensure the system can use the HTTPS transport for APT stat: path=/usr/lib/apt/methods/https register: apt_https_transport - name: Install HTTPS transport for APT apt: pkg=apt-transport-https state=installed when: not apt_https_transport.stat.exists - name: Enable all repositories in sources.list replace: dest=/etc/apt/sources.list regexp='^#\s?deb(.+)http://(.+)/ubuntu(.+)$' replace='deb\1http://\2/ubuntu\3' backup=yes - name: Ensure that Aptitude repositories are up to date apt: update_cache=yes cache_valid_time={{ aptcachetime }} - name: Install common packages apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time={{ aptcachetime }} with_items: - aptitude - axel - build-essential - bzip2 - curl - diffutils - dos2unix - ftp-ssl - gcc - git - grep - gzip - htop - httping - iftop - imagemagick - iotop - less - make - nano - nfs-common - nmap - openssl - p7zip - pv - pwgen - rar - rsync - smbclient - software-properties-common - sshfs - sshpass - tar - tmux - trash-cli - unzip - vim - wget - whois - zip - name: Upgrade installed packages apt: upgrade=yes
--- - name: Ensure the system can use the HTTPS transport for APT stat: path=/usr/lib/apt/methods/https register: apt_https_transport - name: Install HTTPS transport for APT apt: pkg=apt-transport-https state=installed when: not apt_https_transport.stat.exists - name: Enable all repositories in sources.list replace: dest=/etc/apt/sources.list regexp='^#\s?deb(.+)http://(.+)/ubuntu(.+)$' replace='deb\1http://\2/ubuntu\3' backup=yes - name: Ensure that Aptitude repositories are up to date apt: update_cache=yes cache_valid_time={{ aptcachetime }} - name: Install common packages apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time={{ aptcachetime }} with_items: - aptitude - axel - build-essential - bzip2 - curl - diffutils - dos2unix - ftp-ssl - gawk - gcc - git - grep - gzip - htop - httping - iftop - imagemagick - iotop - less - make - nano - nfs-common - nmap - openssl - p7zip - pv - pwgen - rar - rsync - smbclient - software-properties-common - sshfs - sshpass - tar - tmux - trash-cli - unzip - vim - wget - whois - zip - name: Upgrade installed packages apt: upgrade=yes
Add gawk to common role
Add gawk to common role
YAML
mit
ivannieto/ansible-ubuntu,ivannieto/ansible-ubuntu,Benoth/ansible-ubuntu,Benoth/ansible-ubuntu
35579a44e85f1f29640b337964c7668972143ef4
tasks/unit-test/task.yml
tasks/unit-test/task.yml
--- platform: linux image: docker:///cloudfoundry/lattice-ci inputs: - name: lattice-ci - name: lattice-release run: path: lattice-ci/tasks/unit-test-ltc/run.sh params: PACKAGE: some-package
--- platform: linux image: docker:///cloudfoundry/lattice-ci inputs: - name: lattice-ci - name: lattice-release run: path: lattice-ci/tasks/unit-test/run.sh params: PACKAGE: some-package
Use correct path to unit-test's run script
Use correct path to unit-test's run script [#104919732]
YAML
apache-2.0
cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci,cloudfoundry-incubator/lattice-ci
d1b19a98f00b6c43ba4d1f175f4162472bc5c17f
blueprints/lcow.yml
blueprints/lcow.yml
kernel: image: linuxkit/kernel:4.11.11 cmdline: "console=ttyS0" tar: none init: - linuxkit/init-lcow:5375fa62bada3faec048b22d41033dcf1e9ba727 - linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630 trust: org: - linuxkit
kernel: image: linuxkit/kernel:4.11.11 cmdline: "console=ttyS0" tar: none init: - linuxkit/init-lcow:e846df6e745e0db2e90ec06a1a3509cb9bfd77da - linuxkit/runc:d5cbeb95bdafedb82ad2cf11cff1a5da7fcae630 trust: org: - linuxkit
Update LCOW to latest hash
blueprints: Update LCOW to latest hash Signed-off-by: Rolf Neugebauer <[email protected]>
YAML
apache-2.0
furious-luke/linuxkit,t-koulouris/linuxkit,zx2c4/linuxkit,yankcrime/linuxkit,eyz/linuxkit,justincormack/linuxkit,yankcrime/linuxkit,thebsdbox/linuxkit,konstruktoid/linuxkit,konstruktoid/linuxkit,linuxkit/linuxkit,eyz/linuxkit,davefreitag/linuxkit,deitch/linuxkit,furious-luke/linuxkit,ndauten/linuxkit,furious-luke/linuxkit,t-koulouris/linuxkit,davefreitag/linuxkit,t-koulouris/linuxkit,mor1/linuxkit,deitch/linuxkit,ndauten/linuxkit,thebsdbox/linuxkit,eyz/linuxkit,ndauten/linuxkit,t-koulouris/linuxkit,YuPengZTE/linuxkit,mor1/linuxkit,justincormack/linuxkit,davefreitag/linuxkit,rn/linuxkit,radu-matei/linuxkit,zx2c4/linuxkit,mor1/linuxkit,zx2c4/linuxkit,rn/linuxkit,yankcrime/linuxkit,JohnnyLeone/linuxkit,linuxkit/linuxkit,rn/linuxkit,radu-matei/linuxkit,djs55/linuxkit,davefreitag/linuxkit,YuPengZTE/linuxkit,zx2c4/linuxkit,justincormack/linuxkit,rn/linuxkit,justincormack/linuxkit,thebsdbox/linuxkit,konstruktoid/linuxkit,djs55/linuxkit,deitch/linuxkit,JohnnyLeone/linuxkit,davefreitag/linuxkit,YuPengZTE/linuxkit,djs55/linuxkit,justincormack/linuxkit,YuPengZTE/linuxkit,linuxkit/linuxkit,radu-matei/linuxkit,furious-luke/linuxkit,yankcrime/linuxkit,JohnnyLeone/linuxkit,yankcrime/linuxkit,yankcrime/linuxkit,JohnnyLeone/linuxkit,mor1/linuxkit,ndauten/linuxkit,kencochrane/linuxkit,kencochrane/linuxkit,justincormack/linuxkit,djs55/linuxkit,JohnnyLeone/linuxkit,kencochrane/linuxkit,konstruktoid/linuxkit,radu-matei/linuxkit,eyz/linuxkit,eyz/linuxkit,mor1/linuxkit,konstruktoid/linuxkit,kencochrane/linuxkit,kencochrane/linuxkit,deitch/linuxkit,deitch/linuxkit,zx2c4/linuxkit,t-koulouris/linuxkit,linuxkit/linuxkit,ndauten/linuxkit,thebsdbox/linuxkit,thebsdbox/linuxkit,YuPengZTE/linuxkit,YuPengZTE/linuxkit,konstruktoid/linuxkit,eyz/linuxkit,rn/linuxkit,ndauten/linuxkit,thebsdbox/linuxkit,kencochrane/linuxkit,linuxkit/linuxkit,radu-matei/linuxkit,djs55/linuxkit,furious-luke/linuxkit
76896d2543e4e9e5d93cb1d82eadd80fadbc66cc
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _events label: Events create: all match: "**/*" - type: directory path: _programs label: Programs create: all match: "**/*" - type: directory path: _team label: Team create: all match: "**/*" upload_dir: assets/img public_path: assets/img front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _events label: Events create: all match: "**/*" - type: directory path: _programs label: Programs create: all match: "**/*" - type: directory path: _team label: Team create: all match: "**/*" upload_dir: assets/img public_path: assets/img front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
siggraph-s3/s3-website,siggraph-s3/s3-website,siggraph-s3/s3-website