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
a84209984bf0dc9ba29e4b7345e14bfd2acd0aa3
.rubocop.yml
.rubocop.yml
# Disable line-length check; it's too easy for the cure to be worse than the disease Metrics/LineLength: Enabled: False # Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947) Style/Documentation: Enabled: false # Allow one line around class body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundClassBody: Enabled: false # Allow one line around module body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundModuleBody: Enabled: false # Allow one line around block body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundBlockBody: Enabled: false
# Don't check generated files AllCops: Exclude: - 'db/schema.rb' # Disable line-length check; it's too easy for the cure to be worse than the disease Metrics/LineLength: Enabled: False # Disable problematic module documentation check (see https://github.com/bbatsov/rubocop/issues/947) Style/Documentation: Enabled: false # Allow one line around class body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundClassBody: Enabled: false # Allow one line around module body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundModuleBody: Enabled: false # Allow one line around block body (Style/EmptyLines will still disallow two or more) Style/EmptyLinesAroundBlockBody: Enabled: false
Exclude generated schema.rb from RuboCop checks
Exclude generated schema.rb from RuboCop checks
YAML
mit
CDLUC3/stash,CDLUC3/stash,CDLUC3/stash,CDLUC3/stash
2aff15daf84dff5f4f246dbc06ca8754fcf68153
.styleci.yml
.styleci.yml
preset: symfony finder: - path: src - path: tests enabled: - ordered_use - strict disabled: - empty_return
preset: symfony finder: path: [src, tests] enabled: - ordered_use - strict disabled: - empty_return
Fix the StyleCI configuration not to replace "Tests" namespace by "tests" (attempt 2)
Fix the StyleCI configuration not to replace "Tests" namespace by "tests" (attempt 2)
YAML
mit
mnapoli/repository,puli/repository,samsonasik/repository,stof/repository,tgalopin/repository,WedgeSama/repository,kormik/repository,temp/repository
7d7d7d0833c382b078b6d1aa8a745352e5b129d9
roles/conduit/defaults/main.yml
roles/conduit/defaults/main.yml
--- # Where to fetch the kersing packages forwarder_baseurl_kersing: https://github.com/kersing/multitech-installer/raw/master # Where to fetch the TTN packages forwarder_baseurl_ttn: https://github.com/TheThingsNetwork/packet_forwarder/releases/download # mLinux upgrade info mlinux_upgrade_bin: "mlinux-factory-image-mtcdt-upgrade.bin" mlinux_url: "http://www.multitech.net/mlinux/images/mtcdt/{{mlinux_version }}/mtcdt" # SSH tunnel ssh_tunnel_ssh_key: /etc/ssh/ssh_host_rsa_key ssh_tunnel_daemon: /usr/bin/autossh ssh_tunnel_daemon_args: -f -M 10084 -o ServerAliveInterval=30 ssh_tunnel_ssh_port: 22
--- # Where to fetch the kersing packages forwarder_baseurl_kersing: https://github.com/kersing/multitech-installer/raw/master # Where to fetch the TTN packages forwarder_baseurl_ttn: https://github.com/TheThingsNetwork/packet_forwarder/releases/download # mLinux upgrade info mlinux_upgrade_bin: "mlinux-factory-image-mtcdt-upgrade.bin" mlinux_url: "http://www.multitech.net/mlinux/images/mtcdt/{{mlinux_version }}" # SSH tunnel ssh_tunnel_ssh_key: /etc/ssh/ssh_host_rsa_key ssh_tunnel_daemon: /usr/bin/autossh ssh_tunnel_daemon_args: -f -M 10084 -o ServerAliveInterval=30 ssh_tunnel_ssh_port: 22
Fix path to mLinux upgrade downloads
Fix path to mLinux upgrade downloads
YAML
mit
IthacaThings/ttn-multitech-cm,IthacaThings/ttn-multitech-cm
e6080d8009977b66e98a4f3774d17384117a54a1
metadata/manifest.yml
metadata/manifest.yml
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '7.0.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cartridge-Short-Name: NODEJS Cartridge-Version: '2.3.8' Cartridge-Vendor: icflorescu Source-Url: https://github.com/icflorescu/openshift-cartridge-nodejs.git Categories: - service - javascript - nodejs - web_framework Help-Topics: Node.js Manual & Documentation: http://nodejs.org/api/ Provides: - nodejs Scaling: Min: 1 Max: -1 Publishes: get-doc-root: Type: FILESYSTEM:doc-root Subscribes: set-env: Type: ENV:* Required: false Endpoints: - Private-IP-Name: IP Private-Port-Name: PORT Private-Port: 8080 Public-Port-Name: PROXY_PORT Protocols: - http - ws Options: primary: true Mappings: - Frontend: '' Backend: '' Options: websocket: true - Frontend: /health Backend: /health Options: health: true
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '7.1.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cartridge-Short-Name: NODEJS Cartridge-Version: '2.3.9' Cartridge-Vendor: icflorescu Source-Url: https://github.com/icflorescu/openshift-cartridge-nodejs.git Categories: - service - javascript - nodejs - web_framework Help-Topics: Node.js Manual & Documentation: http://nodejs.org/api/ Provides: - nodejs Scaling: Min: 1 Max: -1 Publishes: get-doc-root: Type: FILESYSTEM:doc-root Subscribes: set-env: Type: ENV:* Required: false Endpoints: - Private-IP-Name: IP Private-Port-Name: PORT Private-Port: 8080 Public-Port-Name: PROXY_PORT Protocols: - http - ws Options: primary: true Mappings: - Frontend: '' Backend: '' Options: websocket: true - Frontend: /health Backend: /health Options: health: true
Set default Node.js version to 7.1.0
Set default Node.js version to 7.1.0
YAML
isc
icflorescu/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs
b140d4e43f56e1e48b9137a1137e92d6bbe2850c
packages/be/beam.yaml
packages/be/beam.yaml
homepage: http://travis.athougies.net/projects/beam.html changelog-type: '' hash: 8b152385012f449ccf0bcfafe8563437e07e89e3b2671ba7db51d5c7aed11bb1 test-bench-deps: {} maintainer: [email protected] synopsis: A type-safe SQL mapper for Haskell that doesn't use Template Haskell changelog: '' basic-deps: base: ! '>=4.7 && <4.9' time: -any HDBC: -any text: -any uniplate: -any conduit: -any semigroups: -any tagged: -any containers: -any mtl: -any convertible: -any HDBC-sqlite3: -any pretty: -any microlens: -any all-versions: - '0.3.0.0' author: Travis Athougies latest: '0.3.0.0' description-type: haddock description: See the documentation on [my blog](http://travis.athougies.net/tags/beam.html) and on [GitHub](https://github.com/tathougies/beam/tree/master/Doc). license-name: MIT
homepage: http://travis.athougies.net/projects/beam.html changelog-type: '' hash: 9de9d5326c4e391028255d15efbb64c9233c66d04892b92f637241d2c9ae85a2 test-bench-deps: {} maintainer: [email protected] synopsis: A type-safe SQL mapper for Haskell that doesn't use Template Haskell changelog: '' basic-deps: base: ! '>=4.7 && <4.9' time: -any HDBC: -any text: -any uniplate: -any conduit: -any semigroups: -any tagged: -any containers: -any mtl: -any convertible: -any HDBC-sqlite3: -any pretty: -any microlens: -any all-versions: - '0.3.0.0' - '0.3.1.0' author: Travis Athougies latest: '0.3.1.0' description-type: haddock description: See the documentation on [my blog](http://travis.athougies.net/tags/beam.html) and on [GitHub](https://github.com/tathougies/beam/tree/master/Doc). license-name: MIT
Update from Hackage at 2016-01-26T02:41:21+0000
Update from Hackage at 2016-01-26T02:41:21+0000
YAML
mit
commercialhaskell/all-cabal-metadata
28761f8633a2e0741dfdc89f7d89b81499b6466e
core/folioxml/resources/test.yaml
core/folioxml/resources/test.yaml
folio_help: infobases: - id: foliohelp path: files/folio-help/FolioHlp.FFF - id: getting_started path: files/folio-help/Getstrt4.FFF export_locations: default: path: "files/folio-help/export/{id}-{stamp}/{input}" luceneindex: path: "files/indexes/folio-help/" image: path: files/folio-help/export/{input} html: path: "files/folio-help/export/{id}-{stamp}/{input}.html" structure_class: folioxml.export.structure.SlugProvider structure_class_params: - "Book|Section" skip_normal_records: false use_highslide: true add_nav_links: true #html only indent_xml: false pull: program_links: true menu_links: true
folio_help: infobases: - id: foliohelp path: files/folio-help/FolioHlp.FFF # - id: getting_started # path: files/folio-help/Getstrt4.FFF export_locations: default: path: "files/folio-help/export/{id}-{stamp}/{input}" luceneindex: path: "files/indexes/folio-help/" image: path: files/folio-help/export/{input} html: path: "files/folio-help/export/{id}-{stamp}/{input}.html" structure_class: folioxml.export.structure.SlugProvider structure_class_params: - "Book|Section" skip_normal_records: false use_highslide: true add_nav_links: true #html only indent_xml: false pull: program_links: true menu_links: true
Drop second help file from config.
Travis: Drop second help file from config.
YAML
apache-2.0
imazen/folioxml,imazen/folioxml
771ae5ceb8cf4b6156e09d94ec003512597162c9
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: node-w3capi tests on: push: branches: [ main ] pull_request: branches: [ main ] workflow_dispatch: jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] env: W3CAPIKEY: ${{ secrets.W3CAPIKEY }} steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test - name: Notify failure uses: rectalogic/notify-irc@v1 if: failure() with: server: "irc.w3.org" port: 6679 channel: "#webapi" nickname: gh-action-notifier tls: true message: | ${{ github.actor }} pushed to ${{ github.repository }}. https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} FAILED with node ${{ matrix.node-version}} (PR: ${{ github.event.pull_request.html_url }})
name: node-w3capi tests on: [push, pull_request_target, workflow_dispatch] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] if: | (github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') || (github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]') steps: - name: Checkout if: ${{ github.event_name != 'pull_request_target' }} uses: actions/checkout@v2 - name: Checkout PR from dependabot if: ${{ github.event_name == 'pull_request_target' }} uses: actions/checkout@v2 with: ref: ${{ github.event.pull_request.head.sha }} - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm test env: W3CAPIKEY: ${{ secrets.W3CAPIKEY }} - name: Notify failure uses: rectalogic/notify-irc@v1 if: failure() with: server: "irc.w3.org" port: 6679 channel: "#webapi" nickname: gh-action-notifier tls: true message: | ${{ github.actor }} pushed to ${{ github.repository }}. https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} FAILED with node ${{ matrix.node-version}} (PR: ${{ github.event.pull_request.html_url }})
Fix workflow and provide API key to dependabot PRs
Fix workflow and provide API key to dependabot PRs
YAML
mit
w3c/node-w3capi
373a2f4f260811dfea2530238e2cf998b8866314
data/building-hours/4-3-rølvaag-library.yaml
data/building-hours/4-3-rølvaag-library.yaml
name: Rølvaag Library image: rolvaag-library category: Libraries schedule: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:45am', to: '2:00am'} - {days: [Fr], from: '7:45am', to: '9:00pm'} - {days: [Sa], from: '9:00am', to: '9:00pm'} - {days: [Su], from: '12:00pm', to: '2:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:30am', to: '5:00pm'} - {days: [Fr], from: '7:30am', to: '1:00pm'}
name: Rølvaag Library image: rolvaag-library category: Libraries schedule: - title: Hours hours: # - {days: [Mo, Tu, We, Th], from: '7:45am', to: '2:00am'} # - {days: [Fr], from: '7:45am', to: '9:00pm'} # - {days: [Sa], from: '9:00am', to: '9:00pm'} # - {days: [Su], from: '12:00pm', to: '2:00am'} breakSchedule: fall: [] thanksgiving: [] winter: [] interim: [] spring: [] easter: [] summer: - title: Hours hours: - {days: [Mo, Tu, We, Th], from: '7:30am', to: '5:00pm'} - {days: [Fr], from: '7:30am', to: '1:00pm'}
Comment out AY Rølvaag hours
Comment out AY Rølvaag hours
YAML
agpl-3.0
StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native,StoDevX/AAO-React-Native
91a69694c558d1fa8843beb2e9e66f16ee981a48
scikit-ci.yml
scikit-ci.yml
schema_version: "0.5.0" before_install: environment: PYTHON: python RUN_ENV: "" appveyor: environment: PYTHON: $<PYTHON_DIR>\\python.exe RUN_ENV: .\\appveyor\\run-with-visual-studio.cmd commands: - python appveyor/patch_vs2008.py - python appveyor/install_visual_studio_wrapper.py - python appveyor/tweak_environment.py travis: osx: environment: RUN_ENV: travis/run-with-pyenv.sh commands: - python travis/install_pyenv.py install: commands: - python ./$<CI_NAME>/install_cmake.py 3.6.2 build: commands: - echo nothing to do test: commands: - echo nothing to do
schema_version: "0.5.0" before_install: environment: PYTHON: python RUN_ENV: "" appveyor: environment: PYTHON: $<PYTHON_DIR>\\python.exe RUN_ENV: .\\appveyor\\run-with-visual-studio.cmd commands: - python appveyor/patch_vs2008.py - python appveyor/install_visual_studio_wrapper.py - python appveyor/tweak_environment.py travis: osx: environment: RUN_ENV: travis/run-with-pyenv.sh commands: - python travis/install_pyenv.py install: commands: - python ./$<CI_NAME>/install_cmake.py 3.6.2 build: commands: - echo nothing to do test: commands: - python -c "import subprocess as sp; import sys; sys.exit(0 if '3.6.2' in str(sp.check_output(['cmake', '--version'])) else 1)"
Add test checking CMake version
ci: Add test checking CMake version
YAML
apache-2.0
scikit-build/scikit-ci-addons,scikit-build/scikit-ci-addons
97fd0272be6765bcd830d1d1eae5d16fc46ac375
vars/undercloud-local.yaml
vars/undercloud-local.yaml
undercloud_user: stack ssh_user: "{{ undercloud_user }}" non_root_user: "{{ undercloud_user }}" non_root_group: "{{ undercloud_user }}" local_working_dir: "{{ lookup('env', 'LWD') }}" working_dir: /home/{{ undercloud_user }} undercloud_vcpu: 3 undercloud_disk: 50 undercloud_memory: 4096
undercloud_user: stack ssh_user: "{{ undercloud_user }}" non_root_user: "{{ undercloud_user }}" non_root_group: "{{ undercloud_user }}" local_working_dir: "{{ lookup('env', 'LWD') }}" working_dir: /home/{{ undercloud_user }} undercloud_vcpu: 3 undercloud_disk: 50 undercloud_memory: 4096 # TODO consider priv VMs magic from # https://gerrit.opnfv.org/gerrit/#/c/28675/26/config/quickstart_defaults.yaml # non_root_chown: true # non_root_user: stack # undercloud_user: stack # working_dir: "/home/{{ non_root_user }}" # ssh_user: root # libvirt_uri: qemu:///system
Add notes for priv libvirt VMs configs
Add notes for priv libvirt VMs configs Signed-off-by: Bogdan Dobrelya <[email protected]>
YAML
apache-2.0
bogdando/oooq-warp
fa3ffd62155e1fe6876b6f42868ed99e134cd6e9
.btd.yml
.btd.yml
input: docs output: _build requirements: requirements.txt target: gh-pages formats: [ html, pdf, man ] theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
input: docs output: build requirements: requirements.txt target: gh-pages formats: [ html, pdf, man ] theme: https://codeload.github.com/buildthedocs/sphinx.theme/tar.gz/v1
Update BTD config for build
Update BTD config for build Signed-off-by: Teodor-Dumitru Ene <[email protected]>
YAML
apache-2.0
tdene/synth_opt_adders
6a4608446b7b5bb3fc9c30ef3ac457cc341bb145
docker-compose.yml
docker-compose.yml
mongo: image: mongo # volumes: # - ./data/runtime/db:/data/db # - ./data/dump:/dump command: mongod --smallfiles --oplogSize 128 rocketchat: image: rocketchat/rocket.chat:latest # volumes: # - ./uploads:/app/uploads environment: - PORT=3000 - ROOT_URL=http://yourhost:3000 - MONGO_URL=mongodb://mongo:27017/rocketchat links: - mongo:mongo ports: - 3000:3000 # hubot, the popular chatbot (add the bot user first and change the password before starting this image) hubot: image: rocketchat/hubot-rocketchat environment: - ROCKETCHAT_URL=rocketchat:3000 - ROCKETCHAT_ROOM=GENERAL - ROCKETCHAT_USER=bot - ROCKETCHAT_PASSWORD=botpassword - BOT_NAME=bot # you can add more scripts as you'd like here, they need to be installable by npm - EXTERNAL_SCRIPTS=hubot-help,hubot-seen,hubot-links,hubot-diagnostics links: - rocketchat:rocketchat # this is used to expose the hubot port for notifications on the host on port 3001, e.g. for hubot-jenkins-notifier ports: - 3001:8080
mongo: image: mongo # volumes: # - ./data/runtime/db:/data/db # - ./data/dump:/dump command: mongod --smallfiles --oplogSize 128 rocketchat: image: rocketchat/rocket.chat:latest # volumes: # - ./uploads:/app/uploads environment: - PORT=3000 - ROOT_URL=http://yourhost:3000 - MONGO_URL=mongodb://mongo:27017/rocketchat links: - mongo:mongo ports: - 3000:3000 # hubot, the popular chatbot (add the bot user first and change the password before starting this image) hubot: image: rocketchat/hubot-rocketchat:v0.1.4 environment: - ROCKETCHAT_URL=rocketchat:3000 - ROCKETCHAT_ROOM=GENERAL - ROCKETCHAT_USER=bot - ROCKETCHAT_PASSWORD=botpassword - BOT_NAME=bot # you can add more scripts as you'd like here, they need to be installable by npm - EXTERNAL_SCRIPTS=hubot-help,hubot-seen,hubot-links,hubot-diagnostics links: - rocketchat:rocketchat # this is used to expose the hubot port for notifications on the host on port 3001, e.g. for hubot-jenkins-notifier ports: - 3001:8080
Update hubot version to v.0.1.4
Update hubot version to v.0.1.4 Version 1.x.x was being used and it's not working right.
YAML
mit
xasx/Rocket.Chat,AimenJoe/Rocket.Chat,k0nsl/Rocket.Chat,Gyubin/Rocket.Chat,Kiran-Rao/Rocket.Chat,igorstajic/Rocket.Chat,ziedmahdi/Rocket.Chat,fatihwk/Rocket.Chat,Achaikos/Rocket.Chat,Gyubin/Rocket.Chat,4thParty/Rocket.Chat,cnash/Rocket.Chat,4thParty/Rocket.Chat,JamesHGreen/Rocket_API,JamesHGreen/Rocket_API,subesokun/Rocket.Chat,wtsarchive/Rocket.Chat,inoio/Rocket.Chat,pkgodara/Rocket.Chat,mwharrison/Rocket.Chat,timkinnane/Rocket.Chat,ealbers/Rocket.Chat,NMandapaty/Rocket.Chat,VoiSmart/Rocket.Chat,OtkurBiz/Rocket.Chat,Gudii/Rocket.Chat,pkgodara/Rocket.Chat,inoxth/Rocket.Chat,alexbrazier/Rocket.Chat,Gudii/Rocket.Chat,Kiran-Rao/Rocket.Chat,Kiran-Rao/Rocket.Chat,inoxth/Rocket.Chat,wtsarchive/Rocket.Chat,wtsarchive/Rocket.Chat,AimenJoe/Rocket.Chat,galrotem1993/Rocket.Chat,nishimaki10/Rocket.Chat,intelradoux/Rocket.Chat,galrotem1993/Rocket.Chat,AlecTroemel/Rocket.Chat,pachox/Rocket.Chat,LearnersGuild/Rocket.Chat,jbsavoy18/rocketchat-1,Movile/Rocket.Chat,abduljanjua/TheHub,pachox/Rocket.Chat,intelradoux/Rocket.Chat,snaiperskaya96/Rocket.Chat,igorstajic/Rocket.Chat,Gyubin/Rocket.Chat,JamesHGreen/Rocket.Chat,ahmadassaf/Rocket.Chat,marzieh312/Rocket.Chat,yuyixg/Rocket.Chat,4thParty/Rocket.Chat,LearnersGuild/echo-chat,k0nsl/Rocket.Chat,ggazzo/Rocket.Chat,karlprieb/Rocket.Chat,tntobias/Rocket.Chat,yuyixg/Rocket.Chat,4thParty/Rocket.Chat,nishimaki10/Rocket.Chat,BorntraegerMarc/Rocket.Chat,Movile/Rocket.Chat,abduljanjua/TheHub,tntobias/Rocket.Chat,trt15-ssci-organization/Rocket.Chat,flaviogrossi/Rocket.Chat,yuyixg/Rocket.Chat,mrinaldhar/Rocket.Chat,pitamar/Rocket.Chat,wicked539/Rocket.Chat,subesokun/Rocket.Chat,matthewshirley/Rocket.Chat,JamesHGreen/Rocket_API,AimenJoe/Rocket.Chat,ealbers/Rocket.Chat,timkinnane/Rocket.Chat,cnash/Rocket.Chat,galrotem1993/Rocket.Chat,pachox/Rocket.Chat,wicked539/Rocket.Chat,fatihwk/Rocket.Chat,jbsavoy18/rocketchat-1,ealbers/Rocket.Chat,matthewshirley/Rocket.Chat,nishimaki10/Rocket.Chat,BorntraegerMarc/Rocket.Chat,mccambridge/Rocket.Chat,mwharrison/Rocket.Chat,timkinnane/Rocket.Chat,ahmadassaf/Rocket.Chat,ealbers/Rocket.Chat,pachox/Rocket.Chat,inoxth/Rocket.Chat,pitamar/Rocket.Chat,mccambridge/Rocket.Chat,trt15-ssci-organization/Rocket.Chat,JamesHGreen/Rocket.Chat,cnash/Rocket.Chat,alexbrazier/Rocket.Chat,tntobias/Rocket.Chat,Gyubin/Rocket.Chat,OtkurBiz/Rocket.Chat,LearnersGuild/echo-chat,LearnersGuild/Rocket.Chat,Achaikos/Rocket.Chat,danielbressan/Rocket.Chat,pitamar/Rocket.Chat,igorstajic/Rocket.Chat,alexbrazier/Rocket.Chat,inoio/Rocket.Chat,ziedmahdi/Rocket.Chat,snaiperskaya96/Rocket.Chat,alexbrazier/Rocket.Chat,trt15-ssci-organization/Rocket.Chat,Gudii/Rocket.Chat,Sing-Li/Rocket.Chat,mrsimpson/Rocket.Chat,mwharrison/Rocket.Chat,ggazzo/Rocket.Chat,pitamar/Rocket.Chat,danielbressan/Rocket.Chat,ziedmahdi/Rocket.Chat,OtkurBiz/Rocket.Chat,marzieh312/Rocket.Chat,BorntraegerMarc/Rocket.Chat,VoiSmart/Rocket.Chat,mrsimpson/Rocket.Chat,LearnersGuild/echo-chat,nishimaki10/Rocket.Chat,danielbressan/Rocket.Chat,LearnersGuild/echo-chat,flaviogrossi/Rocket.Chat,matthewshirley/Rocket.Chat,mrsimpson/Rocket.Chat,VoiSmart/Rocket.Chat,JamesHGreen/Rocket.Chat,pkgodara/Rocket.Chat,flaviogrossi/Rocket.Chat,igorstajic/Rocket.Chat,ggazzo/Rocket.Chat,matthewshirley/Rocket.Chat,karlprieb/Rocket.Chat,intelradoux/Rocket.Chat,AlecTroemel/Rocket.Chat,NMandapaty/Rocket.Chat,abduljanjua/TheHub,inoio/Rocket.Chat,Sing-Li/Rocket.Chat,ziedmahdi/Rocket.Chat,mrinaldhar/Rocket.Chat,k0nsl/Rocket.Chat,ahmadassaf/Rocket.Chat,fatihwk/Rocket.Chat,mccambridge/Rocket.Chat,OtkurBiz/Rocket.Chat,mrsimpson/Rocket.Chat,NMandapaty/Rocket.Chat,JamesHGreen/Rocket.Chat,xasx/Rocket.Chat,abduljanjua/TheHub,mwharrison/Rocket.Chat,subesokun/Rocket.Chat,yuyixg/Rocket.Chat,Sing-Li/Rocket.Chat,AlecTroemel/Rocket.Chat,Movile/Rocket.Chat,trt15-ssci-organization/Rocket.Chat,wicked539/Rocket.Chat,NMandapaty/Rocket.Chat,galrotem1993/Rocket.Chat,AimenJoe/Rocket.Chat,pkgodara/Rocket.Chat,tntobias/Rocket.Chat,ggazzo/Rocket.Chat,marzieh312/Rocket.Chat,Sing-Li/Rocket.Chat,cnash/Rocket.Chat,ahmadassaf/Rocket.Chat,mrinaldhar/Rocket.Chat,mccambridge/Rocket.Chat,xasx/Rocket.Chat,LearnersGuild/Rocket.Chat,karlprieb/Rocket.Chat,BorntraegerMarc/Rocket.Chat,mrinaldhar/Rocket.Chat,jbsavoy18/rocketchat-1,danielbressan/Rocket.Chat,inoxth/Rocket.Chat,Movile/Rocket.Chat,AlecTroemel/Rocket.Chat,Achaikos/Rocket.Chat,timkinnane/Rocket.Chat,jbsavoy18/rocketchat-1,xasx/Rocket.Chat,intelradoux/Rocket.Chat,snaiperskaya96/Rocket.Chat,k0nsl/Rocket.Chat,fatihwk/Rocket.Chat,LearnersGuild/Rocket.Chat,flaviogrossi/Rocket.Chat,wtsarchive/Rocket.Chat,Achaikos/Rocket.Chat,Gudii/Rocket.Chat,karlprieb/Rocket.Chat,Kiran-Rao/Rocket.Chat,wicked539/Rocket.Chat,marzieh312/Rocket.Chat,subesokun/Rocket.Chat,JamesHGreen/Rocket_API,snaiperskaya96/Rocket.Chat
578829af335c7c01b1139ab8ee34ba5137c57228
docker-compose.yml
docker-compose.yml
version: '2' services: db: image: postgres environment: - POSTGRES_DB=om - POSTGRES_USER=om - POSTGRES_PASSWORD=om ports: - "5433:5432" web: build: context: . depends_on: - db entrypoint: dockerize -wait tcp://db:5432 command: sh docker/docker-command.sh volumes: - .:/app ports: - "8001:8000" links: - db
version: '2' services: db: restart: always image: postgres environment: - POSTGRES_DB=om - POSTGRES_USER=om - POSTGRES_PASSWORD=om ports: - "5432:5432" web: restart: always build: context: . command: sh docker/docker-command.sh entrypoint: dockerize -wait tcp://db:5432 volumes: - .:/app ports: - "8000:8000" links: - db:db
Add restart: always and use default ports (docker containers).
Add restart: always and use default ports (docker containers).
YAML
mpl-2.0
vecnet/om,vecnet/om,vecnet/om,vecnet/om,vecnet/om
863f4d4999c2b25d9ca0910e4a2b83e04a3d5b04
docker-compose.yml
docker-compose.yml
db: image: postgres volumes: - postgresql:/var/lib/postgresql web: build: . command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" links: - db env_file: .env
db: image: postgres volumes: - ./postgresql:/var/lib/postgresql web: build: . command: bundle exec rails s -p 3000 -b '0.0.0.0' ports: - "3000:3000" links: - db env_file: .env
Fix volume path for docler
Fix volume path for docler
YAML
mit
palcu/infoeducatie-api,palcu/infoeducatie-api,infoeducatie/infoeducatie-api,infoeducatie/infoeducatie-api,infoeducatie/infoeducatie-api,palcu/infoeducatie-api
743cfa60164ba705ca457dee01500c46b49ba75a
docker-compose.yml
docker-compose.yml
version: '3.5' networks: public: external: name: traefik_webgateway services: app: build: args: - XDEBUG=true - NODE_JS=true - RELEASE_VERSION=apache - USER_ID=${USER_ID} - GROUP_ID=${USER_ID} context: ~/docker container_name: mvc5playground labels: - traefik.docker.network=traefik_webgateway - traefik.frontend.rule=Host:mvc5playground - traefik.port=80 networks: - public volumes: - .:/var/www
version: '3.5' networks: public: external: name: traefik_webgateway services: app: build: args: - XDEBUG=true - NODE_JS=true - RELEASE_VERSION=apache - USER_ID=${USER_ID} - GROUP_ID=${GROUP_ID} - TZ=${TZ} context: ~/docker container_name: mvc5playground labels: - traefik.docker.network=traefik_webgateway - traefik.frontend.rule=Host:mvc5playground - traefik.port=80 networks: - public volumes: - .:/var/www
Add timezone to docker compose and fix group id.
Add timezone to docker compose and fix group id.
YAML
mit
devosc/mvc5-application,mvc5/mvc5-application,mvc5/mvc5-application,devosc/mvc5-application,devosc/mvc5-application
07c3664fd18ce7f5be76ba3c8a508a7b2689ae52
.github/workflows/build.yml
.github/workflows/build.yml
on: push: paths: - '.github/workflows/ci.yml' - 'import.go' - 'db/schema.sql' pull_request: branches: - main schedule: - cron: '0 0 * * *' jobs: build: runs-on: ubuntu-latest steps: - name: Set Git Tag name id: date run: | echo "{tag_name}=v{$(date +'%Y-%m-%d')}" >> $GITHUB_ENV - name: checkout repo content uses: actions/checkout@v3 # checkout the repository content to github runner - name: import contributions run: make import # - name: commit & push changes # uses: EndBug/add-and-commit@v9 # with: # author_name: GitHub Action # author_email: [email protected] # committer_name: GitHub Action # committer_email: [email protected] # message: '${{ env.tag_name }}' # push: true # tag: '${{ env.tag_name }} --force' # tag_push: '--force'
on: push: paths: - '.github/workflows/ci.yml' - 'import.go' - 'db/schema.sql' pull_request: branches: - main schedule: - cron: '0 0 * * *' jobs: build: runs-on: ubuntu-latest steps: - name: Set Git Tag name id: date run: | echo "{tag_name}=v{$(date +'%Y-%m-%d')}" >> $GITHUB_ENV - name: checkout repo content uses: actions/checkout@v3 # checkout the repository content to github runner - name: import contributions env: GH_TOKEN: ${{ secrets.GH_TOKEN }} run: make import # - name: commit & push changes # uses: EndBug/add-and-commit@v9 # with: # author_name: GitHub Action # author_email: [email protected] # committer_name: GitHub Action # committer_email: [email protected] # message: '${{ env.tag_name }}' # push: true # tag: '${{ env.tag_name }} --force' # tag_push: '--force'
Make `GH_TOKEN` available as env var when importing data
Make `GH_TOKEN` available as env var when importing data
YAML
mit
hanami/contributors,hanami/contributors
1fb23153a5d4fa424d4a1188c039b619cf41af87
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: [push] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 12.x - 13.x steps: - uses: actions/checkout@v1 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: | npm ci - name: Lint, build and test run: | npm run lint npm t
name: Build on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 12.x - 13.x steps: - uses: actions/checkout@v1 - name: Set up Node ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: | npm ci - name: Lint, build and test run: | npm run lint npm t
Build on push and pull-request
Build on push and pull-request
YAML
mit
asciidoctor/asciidoctor-cli.js,asciidoctor/asciidoctor-cli.js
be66bb6094df84e7bcbaed493a9986a324d51dde
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Urlaubsverwaltung CI on: [push] jobs: build: name: with jdk ${{ matrix.java }} runs-on: ubuntu-latest strategy: matrix: java: [ '11', '12' ] steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Build with Maven run: ./mvnw --batch-mode clean verify sonar: name: sonar analyse runs-on: ubuntu-latest needs: build steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 11 - name: Run SonarCloud analyse run: > ./mvnw --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=synyx -Dsonar.projectKey=org.synyx:urlaubsverwaltung -Dsonar.javascript.lcov.reportPaths=target/js-coverage/lcov.info env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
name: Urlaubsverwaltung CI on: [push] jobs: build: name: with jdk ${{ matrix.java }} runs-on: ubuntu-latest strategy: matrix: java: [ '11', '12', '13' ] steps: - uses: actions/checkout@v1 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Build with Maven run: ./mvnw --batch-mode clean verify sonar: name: sonar analyse runs-on: ubuntu-latest needs: build steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 11 - name: Run SonarCloud analyse run: > ./mvnw --batch-mode clean org.jacoco:jacoco-maven-plugin:prepare-agent verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=synyx -Dsonar.projectKey=org.synyx:urlaubsverwaltung -Dsonar.javascript.lcov.reportPaths=target/js-coverage/lcov.info env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Add java 13 to github actions
Add java 13 to github actions
YAML
apache-2.0
synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung,synyx/urlaubsverwaltung
2ad72f969aff70cc3020cc796aeecdc85c8cfdf2
.github/workflows/tests.yml
.github/workflows/tests.yml
name: tinycss2's tests on: [push] jobs: tests: name: ${{ matrix.os }} - ${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, pypy3] exclude: # pytest-isort not working - os: windows-latest python-version: pypy3 steps: - uses: actions/checkout@v2 with: submodules: true - uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Upgrade pip and setuptools run: python -m pip install --upgrade pip setuptools - name: Install tests's requirements run: python -m pip install .[test] - name: Launch tests run: python -m pytest
name: tinycss2's tests on: [push] jobs: tests: name: ${{ matrix.os }} - ${{ matrix.python-version }} runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9, pypy3] exclude: # pytest-isort not working - os: windows-latest python-version: pypy3 steps: - uses: actions/checkout@v2 with: submodules: true - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Upgrade pip and setuptools run: python -m pip install --upgrade pip setuptools - name: Install tests's requirements run: python -m pip install .[test] - name: Launch tests run: python -m pytest
Add Python 3.9 in CI
Add Python 3.9 in CI
YAML
bsd-3-clause
SimonSapin/tinycss2
1801842536ea9732de855cc6ca0e1af50562c69a
deploy/ansible/roles/configure/tasks/main.yml
deploy/ansible/roles/configure/tasks/main.yml
# Configure the box. This happens after the base initialization, but before # the project is cloned or built. - name: set hostname hostname: name={{hostname}} - name: add loopback references to our domain in /etc/hosts lineinfile: dest=/etc/hosts state=present line="127.0.0.1 {{hostname}} {{app_fqdn}}" - name: ensure github.com is a known host lineinfile: dest=/etc/ssh/ssh_known_hosts state=present create=yes regexp="^github\\.com" line="{{ lookup('pipe', 'ssh-keyscan -t rsa github.com') }}" - name: ensure ssh agent socket environment variable persists when sudoing lineinfile: dest=/etc/sudoers state=present insertafter="^Defaults" line='Defaults\tenv_keep += "SSH_AUTH_SOCK"' validate="visudo -cf %s"
# Configure the box. This happens after the base initialization, but before # the project is cloned or built. - name: set hostname hostname: name={{hostname}} - name: add loopback references to our domain in /etc/hosts lineinfile: dest=/etc/hosts state=present line="127.0.0.1 {{hostname}} {{app_fqdn}}" - name: ensure github.com is a known host lineinfile: dest=/etc/ssh/ssh_known_hosts state=present create=yes regexp="^github\\.com" line="{{ lookup('pipe', 'ssh-keyscan -t rsa github.com') }}" - name: ensure ssh agent socket environment variable persists when sudoing lineinfile: dest=/etc/sudoers state=present insertafter="^Defaults" line='Defaults\tenv_keep += "SSH_AUTH_SOCK"' validate="visudo -cf %s" - name: allow passwordless sudo - development only! lineinfile: dest=/etc/sudoers state=present regexp="^%sudo" line="%sudo ALL=(ALL:ALL) NOPASSWD:ALL" validate="visudo -cf %s" when: env == "development"
Allow passwordless sudo in development.
Allow passwordless sudo in development.
YAML
mit
jugglinmike/deployment-workflow,bocoup/deployment-workflow,jugglinmike/deployment-workflow,bocoup/deployment-workflow,bocoup/deployment-workflow,jugglinmike/deployment-workflow
e99de29cffe878516c6efe3629fbd8c45d493a69
molecule/default/converge.yml
molecule/default/converge.yml
--- - name: Converge hosts: all pre_tasks: - name: update apt package cache apt: update_cache: yes when: (ansible_os_family | lower) == 'debian' roles: - role: nephelaiio.tree
--- - name: Converge hosts: all pre_tasks: - name: update apt package cache apt: update_cache: yes when: (ansible_os_family | lower) == 'debian' changed_when: false roles: - role: nephelaiio.tree
Fix bogus idempotency test failure
Fix bogus idempotency test failure
YAML
mit
nephelaiio/ansible-role-tree
575e2d7559808b47236aadd6b07fd218d3af0034
manifest.yml
manifest.yml
--- language: staticfile default_versions: - name: nginx version: 1.13.5 dependencies: - name: nginx version: 1.13.5 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.5-linux-x64-50e8d1ff.tgz md5: 50e8d1fff9edde27198db3b933cce203 cf_stacks: - cflinuxfs2 pre_package: scripts/build.sh include_files: - CHANGELOG - CONTRIBUTING.md - ISSUE_TEMPLATE - LICENSE - NOTICE - PULL_REQUEST_TEMPLATE - README.md - VERSION - bin/compile - bin/detect - bin/finalize - bin/release - bin/supply - manifest.yml
--- language: staticfile default_versions: - name: nginx version: 1.13.5 dependencies: - name: nginx version: 1.13.5 uri: https://buildpacks.cloudfoundry.org/dependencies/nginx/nginx-1.13.5-linux-x64-300d56a9.tgz md5: 300d56a9a6c459f00a9cf4fc8221ce24 cf_stacks: - cflinuxfs2 pre_package: scripts/build.sh include_files: - CHANGELOG - CONTRIBUTING.md - ISSUE_TEMPLATE - LICENSE - NOTICE - PULL_REQUEST_TEMPLATE - README.md - VERSION - bin/compile - bin/detect - bin/finalize - bin/release - bin/supply - manifest.yml
Add nginx 1.13.5, remove nginx 1.13.5
Add nginx 1.13.5, remove nginx 1.13.5 source url: http://nginx.org/download/nginx-1.13.5.tar.gz source gpg-signature: -----BEGIN PGP SIGNATURE----- iQEcBAABAgAGBQJZrsNEAAoJEFIKmZOhwFL4I2UH/01ZDIEOJPAL+r5O8xkvOkyA N8cu334iqaEBsujtYPWw1SnvEot0tW+vLf2Bto/boPnyB6DinnCKCNjmiLEHzLGq 5+q/ujn48eVBhvsb1RviSjSMLmw+75uk1eN1txdFeinbP6BLUW3vVNEcx8SITPpU HPraDNKfEOKRPn389TWKO3yfkGuAeu56ZSboxtpkvRDHDryZdbNELFxovgf6MEwt K08jLbgTUTwZQIBfteqE5JrZos/KJBxsalE5jW5la+I6iK6+Wsb3prKp1l79ayIf 6/albhnkLlecasx5i0G6P7k+fUOJ6ldWvcJ38z7jtUTOTOiBKBH4NW8LX9F25xA= =H4wZ -----END PGP SIGNATURE-----
YAML
apache-2.0
cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack,cloudfoundry/staticfile-buildpack
d65654f694f618a0005da004b42d058ccf88ac09
ghpages/_config.yml
ghpages/_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the server process. # Site settings title: Waveform Playlist email: [email protected] description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog url: "naomiaro.github.io" # the base hostname & protocol for your site twitter_username: naomiaro github_username: naomiaro # Build settings markdown: kramdown collections: examples: output: true output_ext: html
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely need to edit after that. # For technical reasons, this file is *NOT* reloaded automatically when you use # 'jekyll serve'. If you change this file, please restart the server process. # Site settings title: Waveform Playlist email: [email protected] description: > # this means to ignore newlines until "baseurl:" Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description. baseurl: "" # the subpath of your site, e.g. /blog url: "https://naomiaro.github.io" # the base hostname & protocol for your site twitter_username: naomiaro github_username: naomiaro # Build settings markdown: kramdown collections: examples: output: true output_ext: html
Include https for base site protocol
Include https for base site protocol
YAML
mit
naomiaro/waveform-playlist,naomiaro/waveform-playlist
01368ee0483e3ed6a8a0a7d9c60ad3996925b145
cron.yaml
cron.yaml
cron: - description: refresh url: /fm/start_parse_missions schedule: every monday 05:30 timezone: Europe/Paris - description: launch missions url: /fm/start_launch_missions schedule: every 1 hours timezone: Europe/Paris - description: taxes url: /fm/start_taxes schedule: every monday 03:30 timezone: Europe/Paris - description: check if there are airports for sale url: /fm/start_watcher schedule: every 20 minutes timezone: Europe/Paris
cron: - description: refresh url: /fm/start_parse_missions schedule: every monday 05:30 timezone: Europe/Paris - description: launch missions url: /fm/start_launch_missions schedule: every 1 hours timezone: Europe/Paris - description: taxes url: /fm/start_taxes schedule: every monday 03:30 timezone: Europe/Paris
Disable watcher as an independant task
Disable watcher as an independant task
YAML
mit
egenerat/flight-manager,egenerat/gae-django,egenerat/flight-manager,egenerat/gae-django,egenerat/gae-django,egenerat/flight-manager,egenerat/flight-manager
bdde9ce3345111d82c67b262609e0f532e966a2a
.travis.yml
.travis.yml
language: python python: - "2.5" - "2.6" - "2.7" env: - DJANGO=Django==1.4.5 - DJANGO=Django==1.5.1 matrix: exclude: # Django 1.5 drops support for Python 2.5 - python: "2.5" env: DJANGO=Django==1.5.1 allow_failures: # Failing due to Django 1.5 dropping CBV support - env: DJANGO=Django==1.5.1 # command to install dependencies install: - pip install -q $DJANGO --use-mirrors - pip install -r requirements.txt --use-mirrors # command to run tests script: python setup.py test
language: python python: - "2.5" - "2.6" - "2.7" env: - DJANGO=Django==1.4.5 - DJANGO=Django==1.5.1 matrix: exclude: # Django 1.5 drops support for Python 2.5 - python: "2.5" env: DJANGO=Django==1.5.1 allow_failures: # Failing due to Django 1.5 dropping CBV support - env: DJANGO=Django==1.5.1 # command to install dependencies install: - pip install -q $DJANGO --use-mirrors - pip install -r requirements.txt --use-mirrors - pip install -q https://github.com/praekelt/django-setuptest/archive/f4eacb4a929cdcc853a5c053c282dada5bdedc99.tar.gz --use-mirrors # command to run tests script: python setup.py test
Revert "Python 2.5 patch has arrived in django-setuptest."
Revert "Python 2.5 patch has arrived in django-setuptest." This reverts commit 04547ea775698af57aa48e972931cee5ab5c3b9a.
YAML
agpl-3.0
viaregio/django-newsletter,viaregio/django-newsletter,ctxis/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,ctxis/django-newsletter,dsanders11/django-newsletter,dsanders11/django-newsletter
eec7e921c3210a6acf13bda26f9b0e9790dc65cf
.travis.yml
.travis.yml
language: go go: - 1.9
language: go go: - 1.9 before_install: - go get golang.org/x/tools/cmd/cover - go get github.com/axw/gocov/gocov - go get github.com/modocache/gover - go get github.com/mattn/goveralls install: - go get -t ./... script: - go test -coverprofile=main.coverprofile . - go test -coverprofile=ranking.coverprofile ./ranking - go test -coverprofile=reader.coverprofile ./reader - go test -coverprofile=report.coverprofile ./report - $HOME/gopath/bin/gover - $HOME/gopath/bin/goveralls -coverprofile=gover.coverprofile -service=travis-ci -repotoken $COVERALLS_REPO_TOKEN
Adjust Travis integration to report coverage to Coveralls
Adjust Travis integration to report coverage to Coveralls
YAML
mit
mauricioklein/text-search-engine
db410dd83c4794d9b92d5472d959bfa89acb83c9
.travis.yml
.travis.yml
sudo: false language: node_js node_js: - "7" - "6" cache: directories: - node_modules script: - npm run lint - npm test matrix: fast_finish: true after_script: "npm run coverage"
sudo: false language: node_js node_js: - "8" - "6" cache: directories: - node_modules script: - npm run lint - npm test matrix: fast_finish: true after_script: "npm run coverage"
Test against Node.js version 8 at Travis CI
Test against Node.js version 8 at Travis CI
YAML
mit
paazmaya/shuji
cf7bf224985e23c8f44c2a3a14561622a4ebefc6
.travis.yml
.travis.yml
language: ruby sudo: false cache: bundler rvm: - 2.3 env: - DB=mysql - DB=pg before_install: - 'cp "config.yml.${DB}.travis" "config.yml"' before_script: - 'if [ "$DB" = "pg" ]; then psql -c "create database myapp;" -U postgres; fi' - bundle exec rake dummy:setup script: xvfb-run bundle exec rake ci
language: ruby sudo: false cache: bundler rvm: - 2.3.0 env: - DB=mysql - DB=pg before_install: - 'cp "config.yml.${DB}.travis" "config.yml"' before_script: - 'if [ "$DB" = "pg" ]; then psql -c "create database myapp;" -U postgres; fi' - bundle exec rake dummy:setup script: xvfb-run bundle exec rake ci
Fix Travis CI ruby to 2.3.0
Fix Travis CI ruby to 2.3.0
YAML
mit
graudeejs/releaf,cubesystems/releaf,cubesystems/releaf,graudeejs/releaf,cubesystems/releaf,graudeejs/releaf
88bd010073e106bd6f5623fee1c7f2537fbaef1d
.travis.yml
.travis.yml
language: ruby rvm: - 2.2.5 - 2.3.1 services: - redis-server sudo: false cache: bundler addons: apt: packages: - libpcap-dev
language: ruby rvm: - 2.1.10 - 2.2.6 - 2.3.3 - 2.4.0 services: - redis-server sudo: false cache: bundler addons: apt: packages: - libpcap-dev before_install: - gem update --system
Set Travis to all current Ruby versions, and workaround a currently known issue.
Set Travis to all current Ruby versions, and workaround a currently known issue.
YAML
mit
esigler/lita-dig,esigler/lita-dig
99c8b1ca376afcc74d3b5cba9e76a1119349e25c
.travis.yml
.travis.yml
language: python python: - "3.5" - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" - "pypy3" services: - redis-server install: - pip install -r requirements.txt -r requirements-test.txt - pip install coveralls before_script: - psql -c 'create database mygpo_test;' -U postgres script: - pytest --cov=mygpo/ --cov-branch after_script: - coveralls env: - DATABASE_URL="postgres://postgres@localhost/mygpo_test" sudo: false # temporarily allow failures on 3.7 # see https://github.com/chtd/psycopg2cffi/issues/95 matrix: allow_failures: - python: "3.7-dev" - python: "nightly"
language: python python: - "3.6" - "3.6-dev" - "3.7-dev" - "nightly" - "pypy3" services: - redis-server install: - pip install -r requirements.txt -r requirements-test.txt - pip install coveralls before_script: - psql -c 'create database mygpo_test;' -U postgres script: - pytest --cov=mygpo/ --cov-branch after_script: - coveralls env: - DATABASE_URL="postgres://postgres@localhost/mygpo_test" sudo: false # temporarily allow failures on 3.7 # see https://github.com/chtd/psycopg2cffi/issues/95 matrix: allow_failures: - python: "3.7-dev" - python: "nightly"
Remove support for Python 3.5
Remove support for Python 3.5
YAML
agpl-3.0
gpodder/mygpo,gpodder/mygpo,gpodder/mygpo,gpodder/mygpo
b09de74fa83128e613ea8c169c8912a299594feb
.travis.yml
.travis.yml
--- sudo: required language: python services: - python before_install: - docker pull wd15/fipy-test - docker run -d -p 127.0.0.1:80:4567 wd15/fipy-test:latest /bin/bash - docker ps -a - docker run wd15/fipy-test:latest /bin/bash -c "su testuser; cd /home/testuser/git/fipy; python setup.py test" script: - python setup.py test
--- sudo: required language: python services: - python before_install: - docker pull wd15/fipy-test - docker run -d -p 127.0.0.1:80:4567 wd15/fipy-test:latest /bin/bash - docker ps -a - docker run wd15/fipy-test:latest /bin/bash -c "cd /home/testuser/git/fipy; su testuser -c '~/anaconda/bin/python setup.py test'" script: - python setup.py test
Fix docker run command to actually run the tests
Fix docker run command to actually run the tests
YAML
mit
wd15/fipy-dockerize,wd15/mdc-dockerize
3245c4183f4ad43830fe471e09ce831a9291f153
.travis.yml
.travis.yml
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - hhvm matrix: allow_failures: - php: hhvm sudo: false before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix" - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis')" - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then php -S localhost:8000 & fi - wget http://codeception.com/releases/2.1.11/codecept.phar script: - php codecept.phar build - if [[ $TRAVIS_PHP_VERSION == "hhvm" ]]; then php codecept.phar run -d --fail-fast --env travis --skip install; fi - if [[ $TRAVIS_PHP_VERSION != "hhvm" ]]; then php codecept.phar run -d --fail-fast --env travis; fi - grunt lint notifications: email: false
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 sudo: false before_script: - npm install grunt grunt-cli grunt-contrib-jshint grunt-contrib-csslint grunt-phplint --save-dev - mysql -u root -e "CREATE DATABASE rhymix" - mysql -u root -e "SET PASSWORD FOR 'travis'@'localhost' = PASSWORD('travis')" - php -S localhost:8000 & - wget http://codeception.com/releases/2.1.11/codecept.phar script: - php codecept.phar build - php codecept.phar run -d --fail-fast --env travis - grunt lint notifications: email: false
Remove HHVM from Travis CI test suite
Remove HHVM from Travis CI test suite
YAML
lgpl-2.1
xetown/xe-core,xetown/xe-core,xetown/xe-core
18761ef8d4f2d190462c1048f67a3a6af4d1ae30
.travis.yml
.travis.yml
language: node_js node_js: - "4.2" before_install: - sudo apt-get install graphicsmagick script: - npm run production after_success: - npm run deploy cache: directories: - node_modules
language: node_js node_js: - "4.2" sudo: false script: - npm run production after_success: - npm run deploy cache: directories: - node_modules
Switch back to Docker base Travis.CI for faster build
Switch back to Docker base Travis.CI for faster build Don't need that imageshack right now
YAML
mit
therabbitteam/blog,therabbitteam/blog,therabbitteam/blog
766cd8cf58ce74a8373285ab0e11c49689fe071b
.travis.yml
.travis.yml
os: - osx - linux before_install: - if [ $TRAVIS_OS_NAME == "linux" ]; then export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi install: - npm install script: - npm test --silent
language: node_js node_js: - "5.10" os: - osx - linux before_install: - if [ $TRAVIS_OS_NAME == "linux" ]; then export CODE_VERSION="1.0.0" export CXX="g++-4.9" CC="gcc-4.9" DISPLAY=:99.0; sh -e /etc/init.d/xvfb start; sleep 3; fi install: - npm install script: - npm test --silent
Use old version for linux on CI
Use old version for linux on CI
YAML
mit
HookyQR/VSCodeBeautify
ad8de7f4299a5f8a5619ce13ddd9e6dd17ba1660
_config.yml
_config.yml
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: pretty relative_permalinks: true # Setup title: Colin Cross tagline: 'Chicago Software Developer' description: 'Software Developer in Chicago. Currently leading application scaling efforts at at <a href="https://twitter.com/Backstop">Backstop</a>.' url: http://alarmingcow.github.io baseurl: / author: name: 'Colin Cross' url: https://twitter.com/AlarmingCow paginate: 5 # Custom vars
# Dependencies markdown: redcarpet highlighter: pygments # Permalinks permalink: pretty # Setup title: Colin Cross tagline: 'Chicago Software Developer' description: 'Software Developer in Chicago. Currently leading application scaling efforts at at <a href="https://twitter.com/Backstop">Backstop</a>.' url: http://alarmingcow.github.io baseurl: / author: name: 'Colin Cross' url: https://twitter.com/AlarmingCow paginate: 5 # Custom vars
Make compatible with Jekyll 3
Make compatible with Jekyll 3
YAML
mit
AlarmingCow/alarmingcow.github.io,AlarmingCow/alarmingcow.github.io
8b25a60d9b6a49cbb764ad212cdb2e94f0316ff3
_config.yml
_config.yml
author: Danny Guinther highlighter: rouge markdown: redcarpet redcarpet: extensions: [ autolink, disable_indented_code_blocks, fenced_code_blocks, footnotes, no_intra_emphasis, space_after_headers, strikethrough, tables, underline ] title: Tao of the Lean Software Developer url: http://localhost:4000
author: Danny Guinther highlighter: rouge markdown: redcarpet redcarpet: extensions: [ autolink, disable_indented_code_blocks, fenced_code_blocks, footnotes, no_intra_emphasis, space_after_headers, strikethrough, tables, underline ] title: Tao of the Lean Software Developer url: http://localhost:4001
Switch url to port 4001
Switch url to port 4001
YAML
mit
tdg5/tao-of-the-lean-software-developer,tdg5/tao-of-the-lean-software-developer,tdg5/tao-of-the-lean-software-developer
1c1456dde1bc6bd2342728d522dd795b8819b8dc
_config.yml
_config.yml
title: Marcel Samyn description: This is my blog-thing. # Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc) # When testing locally leave blank or use http://localhost:4000 url: //iamarcel.github.io # Owner/author information owner: name: Marcel Samyn avatar: avatar.jpg bio: "I am Marcel. I like computers and stuff." email: [email protected] # Social networking links used in footer. Update and remove as you like. twitter: mrclsmn facebook: github: iamarcel stackexchange: linkedin: instagram: flickr: tumblr: # google plus id, include the '+', eg +mmistakes google_plus: # Analytics and webmaster tools stuff goes here google_analytics: google_verify: # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here bing_verify: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones timezone: Europe/Brussels future: true highlighter: pygments markdown: redcarpet # Amount of posts to show on home page paginate: 5 # Github pages stuff repository: iamarcel/iamarcel.github.io gems: ['jekyll-github-metadata']
title: Marcel Samyn description: This is my blog-thing. # Your site's domain goes here (eg: //mmistakes.github.io, http://mademistakes.com, etc) # When testing locally leave blank or use http://localhost:4000 url: //iamarcel.github.io # Owner/author information owner: name: Marcel Samyn avatar: avatar.jpg bio: "I am Marcel. I like computers and stuff." email: [email protected] # Social networking links used in footer. Update and remove as you like. twitter: mrclsmn facebook: github: iamarcel stackexchange: linkedin: instagram: flickr: tumblr: # google plus id, include the '+', eg +mmistakes google_plus: # Analytics and webmaster tools stuff goes here google_analytics: google_verify: # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here bing_verify: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones timezone: Europe/Brussels future: true highlighter: pygments markdown: kramdown # Amount of posts to show on home page paginate: 5 # Github pages stuff repository: iamarcel/iamarcel.github.io gems: ['jekyll-github-metadata']
Move to Markdown processor to Kramdown
Move to Markdown processor to Kramdown
YAML
mit
iamarcel/iamarcel.github.io,iamarcel/iamarcel.github.io,iamarcel/iamarcel.github.io
44e2cd314d617f8a6f75b015c55f5faf807f2c73
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11 ] name: Build - Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle run: ./gradlew -s build
name: Build on: push: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: java: [ 8, 11 ] name: Build - Java ${{ matrix.java }} steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: java-version: ${{ matrix.java }} - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle run: ./gradlew -s build test: runs-on: ubunutu-latest name: Functional Tests needs: build steps: - uses: actions/checkout@v2 - name: Setup Java uses: actions/setup-java@v1 with: java-version: 8 - name: Grant execute permission for gradlew run: chmod +x gradlew - name: Build with Gradle run: ./gradlew -s functionalTest
Add a job to run functional tests on Linux
Add a job to run functional tests on Linux
YAML
apache-2.0
rodm/gradle-teamcity-plugin,rodm/gradle-teamcity-plugin
b84d26764d41cce31c5d6772f8d2a2101a1f745d
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push jobs: build: name: build runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@master with: fetch-depth: 1 - name: libxml run: brew install libxml2 - name: Swift build macOS run: | swift build - name: Xcode build macOS run: | xcodebuild -scheme "OAuthSwiftMacOS" - name: Swift build iOS run: | sdk=`xcrun -sdk iphonesimulator -show-sdk-path` sdkVersion=`echo $sdk | sed -E 's/.*iPhoneSimulator(.*)\.sdk/\1/'` swift build -Xswiftc "-sdk" -Xswiftc "$sdk" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios$sdkVersion-simulator" - name: Xcode build iOS run: | xcodebuild -scheme "OAuthSwift"
name: Build on: push jobs: build: name: build runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@master with: fetch-depth: 1 - name: libxml run: brew install libxml2 - name: Swift build macOS run: | swift build - name: Xcode build macOS run: | xcodebuild -scheme "OAuthSwiftMacOS" | xcpretty - name: Swift build iOS run: | sdk=`xcrun -sdk iphonesimulator -show-sdk-path` sdkVersion=`echo $sdk | sed -E 's/.*iPhoneSimulator(.*)\.sdk/\1/'` swift build -Xswiftc "-sdk" -Xswiftc "$sdk" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios$sdkVersion-simulator" - name: Xcode build iOS run: | xcodebuild -scheme "OAuthSwift" -sdk iphonesimulator | xcpretty - name: Xcode build mac Catalyst run: | xcodebuild -scheme "OAuthSwift" | xcpretty
Build for catalyst and ios in two step
Build for catalyst and ios in two step
YAML
mit
dongri/OAuthSwift,OAuthSwift/OAuthSwift,OAuthSwift/OAuthSwift,dongri/OAuthSwift
71045174e18c8e45715b111e0f412f7078de4366
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Pull config run: git submodule update --init --recursive - name: Run tests with Gradle shell: cmd run: gradlew.bat build - name: Run smoke tests with Gradle shell: cmd run: cd tests & gradlew.bat build --stacktrace publish: runs-on: ubuntu-latest needs: build if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 1.8 - run: git submodule update --init --recursive - name: Decrypt CloudRepo credentials run: ./config/scripts/decrypt.sh "$CLOUDREPO_CREDENTIALS_KEY" ./cloudrepo.properties.gpg ./cloudrepo.properties env: CLOUDREPO_CREDENTIALS_KEY: ${{ secrets.CLOUDREPO_CREDENTIALS_KEY }} - name: Publish artifacts to Maven run: ./gradlew assemble publish --stacktrace env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Build on: push jobs: build: runs-on: windows-latest steps: - uses: actions/checkout@v1 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Pull config run: git submodule update --init --recursive - name: Run tests with Gradle shell: cmd run: gradlew.bat build - name: Run smoke tests with Gradle shell: cmd run: cd tests & gradlew.bat build --stacktrace publish: runs-on: ubuntu-latest needs: build if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 1.8 - run: git submodule update --init --recursive - name: Decrypt CloudRepo credentials run: ./config/scripts/decrypt.sh "$CLOUDREPO_CREDENTIALS_KEY" ./cloudrepo.properties.gpg ./cloudrepo.properties env: CLOUDREPO_CREDENTIALS_KEY: ${{ secrets.CLOUDREPO_CREDENTIALS_KEY }} - name: Decrypt Git SSH credentials run: ./config/scripts/decrypt.sh "GIT_CREDENTIALS_KEY" ./deploy_key_rsa.gpg ./deploy_key_rsa env: GIT_CREDENTIALS_KEY: ${{ secrets.GIT_CREDENTIALS_KEY }} - name: Decrypt GCS credentials run: ./config/scripts/decrypt.sh "GCS_CREDENTIALS_KEY" ./gcs-auth-key.json.gpg ./gcs-auth-key.json env: GCS_CREDENTIALS_KEY: ${{ secrets.GCS_CREDENTIALS_KEY }} - name: Publish artifacts to Maven run: ./gradlew assemble publish --stacktrace env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Decrypt all credentials when publishing artifacts
Decrypt all credentials when publishing artifacts
YAML
apache-2.0
SpineEventEngine/base,SpineEventEngine/base,SpineEventEngine/base
1b793a15bc92b1a563998980e3ea53f6d8c678e0
.github/workflows/maven.yml
.github/workflows/maven.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: [ push ] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build with Maven run: mvn -B package test install checkstyle:checkstyle -f pom.xml - name: SonarQube scan run: mvn -B sonar:sonar -Dsonar.login=${{ secrets.SONARQUBE_TOKEN }} -Dsonar.host.url=${{ secrets.SONARQUBE_HOST }} -f pom.xml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: [ push, pull_request ] jobs: build: name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Build with Maven run: mvn -B package test install checkstyle:checkstyle -f pom.xml - name: SonarQube scan run: mvn -B -f pom.xml sonar:sonar -Dsonar.login=$SONARQUBE_TOKEN -Dsonar.host.url=$SONARQUBE_HOST env: SONARQUBE_HOST: ${{ secrets.SONARQUBE_HOST }} SONARQUBE_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} - name: Deployment run: mvn -B -f pom.xml -s .CI/maven-settings.xml deploy -Pci-deploy -DskipTests=true env: NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }} NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}
Add packages publication in our Nexus repository
Add packages publication in our Nexus repository
YAML
apache-2.0
sdinot/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,Hipparchus-Math/hipparchus,sdinot/hipparchus,sdinot/hipparchus
d38e4e4d947aa205ff81594d302b1080e96b79f6
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: push: branches: - 'master' pull_request: ~ jobs: tests: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - php: '5.6' - php: '7.0' - php: '7.1' - php: '7.2' - php: '7.3' - php: '7.4' - php: '8.0' - php: '8.1' steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: xdebug # Read-only OAuth token to work around GitHub API rate limits - run: composer config -g github-oauth.github.com "4b3b0a83ea27d9544d3608a384c7a14625a98804" - run: composer --version - run: composer validate --strict - run: composer update --prefer-dist - run: vendor/bin/phpunit -c phpunit.xml --colors=always --coverage-clover=coverage.xml - run: bash <(curl -s https://codecov.io/bash) -F all
name: Tests on: push: branches: - 'master' pull_request: ~ jobs: tests: name: PHP ${{ matrix.php }} runs-on: ubuntu-latest strategy: fail-fast: false matrix: include: - php: '7.0' - php: '7.1' - php: '7.2' - php: '7.3' - php: '7.4' - php: '8.0' - php: '8.1' steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} coverage: xdebug # Read-only OAuth token to work around GitHub API rate limits - run: composer config -g github-oauth.github.com "4b3b0a83ea27d9544d3608a384c7a14625a98804" - run: composer --version - run: composer validate --strict - run: composer update --prefer-dist - run: vendor/bin/phpunit -c phpunit.xml --colors=always --coverage-clover=coverage.xml - run: bash <(curl -s https://codecov.io/bash) -F all
Remove PHP 5.6 the test matrix
Remove PHP 5.6 the test matrix
YAML
mit
netgen/query-translator
c7a56fc17ad6fe4fa1482a16edb1be8d7751aff3
.github/workflows/tests.yml
.github/workflows/tests.yml
name: Tests on: [push, pull_request, workflow_dispatch] jobs: build: name: >- ${{ matrix.os }} ${{ matrix.ruby }} runs-on: ${{ matrix.os }} if: | !( contains(github.event.pull_request.title, '[ci skip]') || contains(github.event.pull_request.title, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]')) strategy: fail-fast: false matrix: os: - ubuntu-16.04 ruby: - 2.7 env: influx_version: nightly channel: nightlies steps: - uses: actions/checkout@v2 - run: bin/provision.sh - name: Install Ruby and gems uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} - name: Run specs continue-on-error: ${{ matrix.allow-failure || false }} run: bundle exec rake
name: Tests on: [push, pull_request, workflow_dispatch] jobs: build: name: >- ${{ matrix.os }} ${{ matrix.ruby }} runs-on: ${{ matrix.os }} if: | !( contains(github.event.pull_request.title, '[ci skip]') || contains(github.event.pull_request.title, '[skip ci]') || contains(github.event.head_commit.message, '[ci skip]') || contains(github.event.head_commit.message, '[skip ci]')) strategy: fail-fast: false matrix: os: - ubuntu-16.04 - ubuntu-18.04 - ubuntu-20.04 ruby: - 2.3 - 2.4 - 2.5 - 2.6 - 2.7 # YAML gotcha: https://github.com/actions/runner/issues/849 - '3.0' - head env: influx_version: nightly channel: nightlies steps: - uses: actions/checkout@v2 - run: bin/provision.sh - name: Install Ruby and gems uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} - name: Run specs continue-on-error: ${{ matrix.allow-failure || false }} run: bundle exec rake
Extend test matrix (all MRI versions, 18.04, 20.04)
Extend test matrix (all MRI versions, 18.04, 20.04)
YAML
mit
influxdb/influxdb-ruby,influxdata/influxdb-ruby,influxdata/influxdb-ruby
3572d193d508b345da43a41bd4fce5310e335455
templates/slap/config.yml
templates/slap/config.yml
name: Will Smith Slapping Chris Rock source: https://knowyourmeme.com/memes/will-smith-slapping-chris-rock text: - style: default color: white font: thick anchor_x: 0.18 anchor_y: 0.13 angle: 44.0 scale_x: 0.35 scale_y: 0.3 start: 0.0 stop: 1.0 - style: default color: white font: thick anchor_x: 0.5 anchor_y: 0.7 angle: 0.0 scale_x: 0.35 scale_y: 0.3 start: 0.0 stop: 1.0 example: - Me Trying to Enjoy the Weekend - Monday overlay: - center_x: 0.5 center_y: 0.5 angle: 0.0 scale: 0.25
name: Will Smith Slapping Chris Rock source: https://knowyourmeme.com/memes/will-smith-slapping-chris-rock text: - style: upper color: white font: thick anchor_x: 0.18 anchor_y: 0.13 angle: 44.0 scale_x: 0.35 scale_y: 0.3 start: 0.0 stop: 1.0 - style: upper color: white font: thick anchor_x: 0.5 anchor_y: 0.7 angle: 0.0 scale_x: 0.35 scale_y: 0.3 start: 0.0 stop: 1.0 example: - Me Trying to Enjoy the Weekend - Monday overlay: - center_x: 0.5 center_y: 0.5 angle: 0.0 scale: 0.25
Make the slap text uppercase
Make the slap text uppercase
YAML
mit
jacebrowning/memegen,jacebrowning/memegen
ecc1a697c70b312dc13c065d372042495c096974
training_content/wiki_ed/slides/44-thinking-about-wikipedia-discussion/4401-thinking-about-wikipedia.yml
training_content/wiki_ed/slides/44-thinking-about-wikipedia-discussion/4401-thinking-about-wikipedia.yml
title: "Discussion: Thinking about Wikipedia" id: 4401 content: |+ * What do you think of Wikipedia's definition of "neutrality"? * What are the impacts and limits of Wikipedia as a source of information? * On Wikipedia, all material must be attributable to reliable, published sources. What kinds of sources does this exclude? Can you think of any problems that might create? * If Wikipedia were written 100 years ago, how might its content (and contributors) be different? What about 100 years from now?
title: "Discussion: Thinking about Wikipedia" id: 4401 content: |+ * What do you think of Wikipedia's definition of "neutrality"? * What are the impacts and limits of Wikipedia as a source of information? * On Wikipedia, all material must be attributable to reliable, published sources. What kinds of sources does this exclude and how might these policies affect coverage of historically underrepresented populations? How might Wikipedia change if it allowed the use of non-published sources, such as oral traditions and histories? * Does it matter who writes Wikipedia? If so, why? * How does Wikipedia define expertise and what it means to be an expert? How does this compare to more traditional definitions of expertise?
Update 'Thinking about Wikipedia' discussion questions
Update 'Thinking about Wikipedia' discussion questions
YAML
mit
WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard,WikiEducationFoundation/WikiEduDashboard
c3dfbe2cdda435b1af5e4406e1fc7778ebed824a
build_tools/conda_qt5_win_commercial.yml
build_tools/conda_qt5_win_commercial.yml
name: qt5_win channels: - conda-forge dependencies: - alabaster=0.7.11 - colorama - ipykernel=4.9.0 - ipython=6.5.0 - jupyter=1.0.0 - nbformat - pyopencl=2018.2.2 - scipy=1.2.0 - hdf5=1.10.4 - h5py=2.9.0 - lxml=4.3.0 - twisted=18.9.0 - sphinx=1.8.4 - pytest=4.2.0 - cython=0.29.4 - sip - numba=0.39 - numpy=1.16.4 - setuptools=44.0.0 - numpy=1.14.2 - pip: - matplotlib==2.2.3 - bumps==0.7.11 - pyinstaller==3.3.1 - periodictable==1.5.0 - xhtml2pdf==0.2.3 - ../../../PyQt5_commercial-5.12.2-5.12.3-cp35.cp36.cp37.cp38-none-win_amd64.whl - qt5reactor==0.5 - qtconsole - tinycc==1.1
name: qt5_win channels: - conda-forge dependencies: - alabaster - colorama - ipykernel - ipython - jupyter - nbformat - pyopencl=2018.2.2 - scipy=1.2.0 - hdf5=1.10.4 - h5py=2.9.0 - lxml=4.3.0 - twisted=18.9.0 - sphinx=1.8.4 - pytest=4.2.0 - cython=0.29.4 - sip - numba=0.39 - setuptools=44.0.0 - numpy=1.14.2 - pip: - matplotlib==2.2.3 - bumps==0.7.11 - pyinstaller==3.3.1 - periodictable==1.5.0 - xhtml2pdf==0.2.3 - ../../../PyQt5_commercial-5.12.2-5.12.3-cp35.cp36.cp37.cp38-none-win_amd64.whl - qt5reactor==0.5 - qtconsole - tinycc==1.1
Fix merge conflict. Let's merge this huge PR. What could possibly go wrong.
Fix merge conflict. Let's merge this huge PR. What could possibly go wrong.
YAML
bsd-3-clause
SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview
2fe2cebfcbfc87a7fb132a0c2d18fecfaf0fa4d0
{{cookiecutter.repo_name}}/.gitlab-ci.yml
{{cookiecutter.repo_name}}/.gitlab-ci.yml
# Official docker image. image: docker:latest services: - docker:dind variables: POSTGRES_USER: {{ cookiecutter.repo_name }} POSTGRES_PASSWORD: {{ cookiecutter.repo_name }} DOCKER_DRIVER: overlay before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - apk update - apk upgrade - apk add python3 python3-dev build-base - pip3 install docker-compose stages: - test test: stage: test coverage: '^TOTAL.*\s+(\d+\%)$' except: - template # Don't run CI on template branch, should not be required script: - EDIT_SETTINGS=no make settings - docker-compose build - make node-install - make quality - make coverage
# Official docker image. image: docker:latest services: - docker:dind variables: POSTGRES_USER: {{ cookiecutter.repo_name }} POSTGRES_PASSWORD: {{ cookiecutter.repo_name }} DOCKER_DRIVER: overlay before_script: - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - apk update - apk upgrade - apk add python3 python3-dev build-base - pip3 install docker-compose stages: - test test: stage: test coverage: '/^TOTAL.*\s+(\d+\%)$/' except: - template # Don't run CI on template branch, should not be required script: - EDIT_SETTINGS=no make settings - docker-compose build - make node-install - make quality - make coverage
Change coverage to regex to make GitLab CI work
Change coverage to regex to make GitLab CI work
YAML
isc
thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template,thorgate/django-project-template
2ec9277ff49a07539478017f0460d8bfb73f4c65
app.yaml
app.yaml
runtime: python vm: true entrypoint: gunicorn -b :$PORT whereismybus230.main:app runtime_config: python_version: 3
runtime: python vm: true entrypoint: gunicorn -b :$PORT whereismybus230.starter:app runtime_config: python_version: 3
Fix the path to the module starter for gunicorn
Fix the path to the module starter for gunicorn
YAML
mit
paraita/whereismybus230
bfe989a0f927bb9bda2dcd923cf1e98b9171c9c7
.forestry/front_matter/templates/tools.yml
.forestry/front_matter/templates/tools.yml
--- hide_body: true fields: - name: title label: Title type: text hidden: false default: '' - name: color label: Color type: text hidden: false default: - name: description label: Description type: text hidden: false default: ''
--- hide_body: true fields: - name: title label: Title type: text hidden: false default: '' - name: color label: Color type: text hidden: false default: description: 'This should be a hash. e.g. #ABA194' - name: description label: Description type: text hidden: false default: ''
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
budparr/thenewdynamic,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,thenewdynamic-org/thenewdynamic.org
f4b5f6a775f72b762b9ef3c400f8db64609627ed
app.yaml
app.yaml
application: webminery version: 0-0-1 runtime: python27 api_version: 1 threadsafe: true #builtins: # - appstats: on handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico mime_type: image/vnd.microsoft.icon - url: /static static_dir: static - url: /task/.* script: backend.application login: admin - url: /cron/.* script: backend.application login: admin - url: /.* script: frontend.application libraries: - name: webapp2 version: "2.5.2" - name: jinja2 version: "2.6" - name: lxml version: "2.3"
application: webminery version: 0-0-1 runtime: python27 api_version: 1 threadsafe: true #builtins: # - appstats: on handlers: - url: /favicon\.ico static_files: favicon.ico upload: favicon\.ico mime_type: image/vnd.microsoft.icon - url: /static static_dir: static - url: /task/.* script: backend.application login: admin - url: /cron/.* script: backend.application login: admin - url: /.* script: frontend.application libraries: - name: webapp2 version: "2.5.2" - name: jinja2 version: "2.6" - name: lxml version: "2.3.5"
Use lxml==2.3.5 instead of 2.3
Use lxml==2.3.5 instead of 2.3
YAML
apache-2.0
notapresent/yukata,notapresent/yukata
c58e2d3b76c98c979c88134e5953335587d1c60d
deploy/standalone/flux-deployment.yaml
deploy/standalone/flux-deployment.yaml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: flux spec: replicas: 1 template: metadata: labels: name: flux spec: containers: - name: fluxd image: quay.io/weaveworks/fluxd:master-952c028 args: - --fluxsvc-address=ws://localhost:3030/api/flux - name: fluxsvc image: quay.io/weaveworks/fluxsvc:master-952c028 args: - --database-source=file://flux.db - --memcached-hostname=memcached.default.svc.cluster.local - --memcached-timeout=100ms - --memcached-service=memcached - --registry-cache-expiry=20m
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: flux spec: replicas: 1 # Having maxSurge 0 and maxUnavailable 1 means the deployment will update one # replica at a time as it will have to stop one (making one unavailable) # before it can start one (surge of zero) strategy: rollingUpdate: maxSurge: 0 maxUnavailable: 1 template: metadata: labels: name: flux spec: # Give fluxsvc up to 10 minutes grace to finish jobs in progress and exit # cleanly. Service is available during this time, as long as we don't # stop too many replicas at once. terminationGracePeriodSeconds: 600 containers: - name: fluxd image: quay.io/weaveworks/fluxd:master-952c028 args: - --fluxsvc-address=ws://localhost:3030/api/flux - name: fluxsvc image: quay.io/weaveworks/fluxsvc:master-952c028 args: - --database-source=file://flux.db - --memcached-hostname=memcached.default.svc.cluster.local - --memcached-timeout=100ms - --memcached-service=memcached - --registry-cache-expiry=20m
Add a termination grace period to allow flux jobs to clean up before exiting
Add a termination grace period to allow flux jobs to clean up before exiting
YAML
apache-2.0
weaveworks/flux,squaremo/flux,weaveworks/flux,squaremo/flux
a395a1621e83e637d98a7a958fe04316c11b2db8
hieradata/svn.yaml
hieradata/svn.yaml
--- # Where will users access this server from? (other IPs will be blocked by # Apache) roles::svnmirror::access_ip: '130.56.244.72 130.56.244.73' # List of servers to mirror roles::svnmirror::mirrors: um: url: /svn/um origin: https://code.metoffice.gov.uk/svn/um gcom: url: /svn/gcom origin: https://code.metoffice.gov.uk/svn/gcom jules: url: /svn/jules origin: https://code.metoffice.gov.uk/svn/jules roses-u: url: /svn/roses-u origin: https://code.metoffice.gov.uk/svn/roses-u
--- # Where will users access this server from? (other IPs will be blocked by # Apache) roles::svnmirror::access_ip: '130.56.244.72 130.56.244.73 130.56.244.115' # List of servers to mirror roles::svnmirror::mirrors: um: url: /svn/um origin: https://code.metoffice.gov.uk/svn/um gcom: url: /svn/gcom origin: https://code.metoffice.gov.uk/svn/gcom jules: url: /svn/jules origin: https://code.metoffice.gov.uk/svn/jules roses-u: url: /svn/roses-u origin: https://code.metoffice.gov.uk/svn/roses-u
Allow access from ARCCSS jenkins
Allow access from ARCCSS jenkins
YAML
apache-2.0
coecms/climate-cms,coecms/climate-cms,coecms/climate-cms,ScottWales/climate-cms,ScottWales/climate-cms,ScottWales/svnmirror,ScottWales/svnmirror,coecms/climate-cms,ScottWales/svnmirror,ScottWales/climate-cms
cb9ac1122ff1e1b8c81cb9ae4906561e932d6ca1
conda-recipes/black_smurff-0.4/meta.yaml
conda-recipes/black_smurff-0.4/meta.yaml
package: name: black_smurff version: 0.4 source: url: https://github.com/ExaScience/smurff/archive/b47bd3fcdc1f2ab02c51c07760577d5a407e6576.zip build: noarch: python requirements: build: - python - setuptools run: - python - matrix_io - scipy - macau about: home: https://github.com/ExaScience/smurff license: MIT
package: name: black_smurff version: 0.4 source: url: https://github.com/ExaScience/smurff/archive/black_smurff-v0.4.tar.gz build: noarch: python requirements: build: - python - setuptools run: - python - matrix_io - scipy - macau about: home: https://github.com/ExaScience/smurff license: MIT
Use git tag for black_smurff conda recipe
Use git tag for black_smurff conda recipe
YAML
mit
ExaScience/smurff,ExaScience/smurff,ExaScience/smurff,ExaScience/smurff,ExaScience/smurff,ExaScience/smurff
5fdb1a4c520c0739c64b6162b195bf44e90edf70
environments/nonha-arch.yaml
environments/nonha-arch.yaml
# An environment which creates an Overcloud without the use of pacemaker # (i.e. only with keepalived and systemd for all resources) resource_registry: OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-container-puppet.yaml OS::TripleO::Services::RabbitMQ: ../deployment/rabbitmq/rabbitmq-container-puppet.yaml OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.yaml OS::TripleO::Services::Redis: ../deployment/database/redis-container-puppet.yaml OS::TripleO::Services::MySQL: ../deployment/database/mysql-container-puppet.yaml OS::TripleO::Services::Keepalived: ../docker/services/keepalived.yaml OS::TripleO::Services::Pacemaker: OS::Heat::None OS::TripleO::Services::PacemakerRemote: OS::Heat::None
# An environment which creates an Overcloud without the use of pacemaker # (i.e. only with keepalived and systemd for all resources) resource_registry: OS::TripleO::Services::CinderVolume: ../deployment/cinder/cinder-volume-container-puppet.yaml OS::TripleO::Services::RabbitMQ: ../deployment/rabbitmq/rabbitmq-container-puppet.yaml OS::TripleO::Services::HAproxy: ../deployment/haproxy/haproxy-container-puppet.yaml OS::TripleO::Services::Redis: ../deployment/database/redis-container-puppet.yaml OS::TripleO::Services::MySQL: ../deployment/database/mysql-container-puppet.yaml OS::TripleO::Services::Keepalived: ../deployment/keepalived/keepalived-container-puppet.yaml OS::TripleO::Services::Pacemaker: OS::Heat::None OS::TripleO::Services::PacemakerRemote: OS::Heat::None
Update nonha arch env file
Update nonha arch env file The non-ha arch file contains a reference to a deployment template that no longer exists. This change updates the setting to the new template file location. Change-Id: I4f96615bc1772c5d64492dda637120a3a268b0c1 Signed-off-by: Kevin Carter <[email protected]>
YAML
apache-2.0
openstack/tripleo-heat-templates,openstack/tripleo-heat-templates
cd386f6057493b6dea656392200a9a593ac5060c
deploy/manifests/discovery/multi.yml
deploy/manifests/discovery/multi.yml
--- applications: - name: discovery-multi memory: 4GB instances: 2 buildpack: java_buildpack health-check-type: http health-check-http-endpoint: /records path: ../../openregister-java.jar domains: - discovery.openregister.org hosts: - address - approved-meat-establishment - charity - charity-class - clinical-commissioning-group - green-deal-certification-body - jobcentre - meat-establishment-operation - meat-establishment-outcome - meat-establishment-type - place - police-force - police-neighbourhood - prison - qualification-assessment-method - qualification-level - qualification-subject - qualification-type - street-custodian - street - uk - vehicle-colour - westminster-parliamentary-constituency services: - discovery-db - logit-ssl-drain env: JBP_CONFIG_JAVA_MAIN: '{ arguments: "server s3://openregister.discovery.config/multi/openregister/paas-config.yaml" }' AWS_ACCESS_KEY_ID: change-me AWS_SECRET_ACCESS_KEY: change-me AWS_REGION: eu-west-1
--- applications: - name: discovery-multi memory: 4GB instances: 2 buildpack: java_buildpack health-check-type: http health-check-http-endpoint: /records path: ../../openregister-java.jar domains: - discovery.openregister.org hosts: - address - approved-meat-establishment - charity - charity-class - clinical-commissioning-group - green-deal-certification-body - meat-establishment-operation - meat-establishment-outcome - meat-establishment-type - place - police-force - police-neighbourhood - prison - street-custodian - street - uk - vehicle-colour - westminster-parliamentary-constituency services: - discovery-db - logit-ssl-drain env: JBP_CONFIG_JAVA_MAIN: '{ arguments: "server s3://openregister.discovery.config/multi/openregister/paas-config.yaml" }' AWS_ACCESS_KEY_ID: change-me AWS_SECRET_ACCESS_KEY: change-me AWS_REGION: eu-west-1
Remove qualification-* and jobcentre registers from discovery
Remove qualification-* and jobcentre registers from discovery They are being promoted to alpha
YAML
mit
openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java
1b453d8c8fb1bfba7bc02b34f0c52042fa3ded02
docker/fennec/docker-compose-dev.yml
docker/fennec/docker-compose-dev.yml
version: '3' services: datadb: image: postgres:9.6 environment: POSTGRES_USER: fennec_data POSTGRES_PASSWORD: fennec_data POSTGRES_DB: fennec_data userdb: image: postgres:9.6 environment: POSTGRES_USER: fennec_user POSTGRES_PASSWORD: fennec_user POSTGRES_DB: fennec_user testdb: image: postgres:9.6 environment: POSTGRES_USER: fennec_test POSTGRES_PASSWORD: fennec_test web: image: iimog/fennec:develop user: $UID tty: true ports: - "8889:80" - "3141:8000" depends_on: - datadb - userdb - testdb volumes: - "../..:/fennec-dev" working_dir: /fennec-dev restart: unless-stopped command: php /fennec-dev/bin/console server:run 0.0.0.0:8000
version: '3' services: datadb: image: postgres:9.6 volumes: - "../volumes/datadb:/var/lib/postgresql/data" environment: POSTGRES_USER: fennec_data POSTGRES_PASSWORD: fennec_data POSTGRES_DB: fennec_data userdb: image: postgres:9.6 volumes: - "../volumes/userdb:/var/lib/postgresql/data" environment: POSTGRES_USER: fennec_user POSTGRES_PASSWORD: fennec_user POSTGRES_DB: fennec_user testdb: image: postgres:9.6 environment: POSTGRES_USER: fennec_test POSTGRES_PASSWORD: fennec_test web: image: iimog/fennec:develop user: $UID tty: true ports: - "8889:80" - "3141:8000" depends_on: - datadb - userdb - testdb volumes: - "../..:/fennec-dev" working_dir: /fennec-dev restart: unless-stopped command: php /fennec-dev/bin/console server:run 0.0.0.0:8000
Add volumes for docker db containers
Add volumes for docker db containers
YAML
mit
molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec
97a6dd75750c1a6c9051d10973dd31447a97490b
examples/encrypted/service_group.yml
examples/encrypted/service_group.yml
apiVersion: v1 kind: Secret metadata: name: ring-key-20170816102049 labels: habitat: "true" ring-key: "true" type: Opaque data: # base64-encoded ring key ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQo= --- apiVersion: habitat.sh/v1 kind: ServiceGroup metadata: name: example-encrypted-service-group spec: # the core/nginx habitat service packaged as a Docker image image: kinvolk/consul-hab count: 3 habitat: topology: leader-follower # the name of the secret containing the ring key ringKey: ring-key-20170816102049
apiVersion: v1 kind: Secret metadata: name: ring-key-20170816102049 labels: habitat: "true" ring-key: "true" type: Opaque data: # base64-encoded ring key ring-key: U1lNLVNFQy0xCnJpbmcta2V5LTIwMTcwODE2MTAyMDQ5CgpyTmtKbkJxZHppVWdmdnYweEVhaWpzMWxHUGZUdHBLdFg0L0xaMmpQcWdJPQo= --- apiVersion: habitat.sh/v1 kind: ServiceGroup metadata: name: example-encrypted-service-group spec: # the core/nginx habitat service packaged as a Docker image image: kinvolk/consul-hab count: 3 habitat: topology: leader # the name of the secret containing the ring key ringKey: ring-key-20170816102049
Fix topology in encrypted ring example
Fix topology in encrypted ring example
YAML
apache-2.0
kinvolk/habitat-operator,kinvolk/habitat-operator
bd8c17934a858a4274d9cd765cee559449d1d856
easy-coding-standard.yaml
easy-coding-standard.yaml
imports: - { resource: 'vendor/lmc/coding-standard/easy-coding-standard.yaml' } services: PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer: style: annotation
imports: - { resource: 'vendor/lmc/coding-standard/easy-coding-standard.yaml' } services: PhpCsFixer\Fixer\Phpdoc\PhpdocLineSpanFixer: property: single PhpCsFixer\Fixer\PhpUnit\PhpUnitTestAnnotationFixer: style: annotation
Enable and configure phpdoc_line_span fixer
Enhancement: Enable and configure phpdoc_line_span fixer
YAML
mit
OndraM/ci-detector
ab205e053f9d61f56fb72166ef503a71e51138cf
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: ['**'] pull_request: branches: ['**'] jobs: build: runs-on: ubuntu-latest strategy: matrix: neo4j_version: - "3.5" - "4.0" - "4.1" - "4.2" - "4.3" neo4j_enterprise_edition: - "true" - "false" steps: - uses: actions/checkout@v2 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: 8 - name: Cache ~/.m2/repository uses: actions/cache@v1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven run: mvn --batch-mode --show-version clean test env: NEO4J_VERSION: ${{ matrix.neo4j_version }} NEO4J_ENTERPRISE_EDITION: ${{ matrix.neo4j_enterprise_edition }}
name: CI on: push: branches: ['**'] pull_request: branches: ['**'] jobs: build: runs-on: ubuntu-latest strategy: matrix: neo4j_version: - "3.5" - "4.0" - "4.1" - "4.2" - "4.3" - "4.4" neo4j_enterprise_edition: - "true" - "false" steps: - uses: actions/checkout@v2 - name: Set up JDK uses: actions/setup-java@v1 with: java-version: 8 - name: Cache ~/.m2/repository uses: actions/cache@v1 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} restore-keys: | ${{ runner.os }}-maven- - name: Build with Maven run: mvn --batch-mode --show-version clean test env: NEO4J_VERSION: ${{ matrix.neo4j_version }} NEO4J_ENTERPRISE_EDITION: ${{ matrix.neo4j_enterprise_edition }}
Add Neo4j 4.4 to CI
Add Neo4j 4.4 to CI
YAML
apache-2.0
neo4j-contrib/neo4j-jdbc,neo4j-contrib/neo4j-jdbc,neo4j-contrib/neo4j-jdbc
75b78de82962cfbb5089a7b1b00a0410b0ac1ac5
.github/workflows/main.yml
.github/workflows/main.yml
name: Run Gradle on: push jobs: gradle: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 11 - uses: eskatos/gradle-command-action@v1 with: arguments: check
name: Run Gradle on: push jobs: gradle: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v1 - uses: actions/setup-java@v1 with: java-version: 11 - uses: actions/cache@v1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: | ${{ runner.os }}-gradle- - uses: eskatos/gradle-command-action@v1 with: arguments: check
Enable GitHub Actions dependency cache
Enable GitHub Actions dependency cache
YAML
apache-2.0
eerohele/dita-ot-gradle,eerohele/dita-ot-gradle
469c9f69f1f186adfb4079b31738aa7f0261905f
.github/workflows/main.yml
.github/workflows/main.yml
# This is a basic workflow to help you get started with Actions name: CI on: push: branches: [ master ] pull_request: branches: [ master ] workflow_dispatch: jobs: test: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Setup Node.js environment uses: actions/[email protected] with: node-version: 16.5.0 - name: Reuse npm cache folder uses: actions/cache@v2 env: cache-name: cache-node-modules with: path: | ~/.npm ./node_modules # invalidate cache when any package-lock.json changes key: ${{ runner.os }}-npm-test-x1-${{ hashFiles('**/package.json') }} restore-keys: | ${{ runner.os }}-npm-test-x1- - name: install npm dependencies # TODO remove legace peer deps once everything is up to date run: npm install --legacy-peer-deps - name: build run: npm run build - name: test:node run: npm run test:node - name: test:browser uses: GabrielBB/xvfb-action@v1 with: run: npm run test:browser - name: lint run: npm run lint
# This is a basic workflow to help you get started with Actions name: CI on: push: branches: [ master ] pull_request: branches: [ master ] workflow_dispatch: jobs: test: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Setup Node.js environment uses: actions/[email protected] with: node-version: 16.5.0 - name: Reuse npm cache folder uses: actions/cache@v2 env: cache-name: cache-node-modules with: path: | ~/.npm ./node_modules # invalidate cache when any package-lock.json changes key: ${{ runner.os }}-npm-test-x1-${{ hashFiles('**/package.json') }} restore-keys: | ${{ runner.os }}-npm-test-x1- - name: install npm dependencies # TODO remove legace peer deps once everything is up to date run: npm install --legacy-peer-deps - name: build run: npm run build - name: test:node run: npm run test:node - name: test:browser uses: GabrielBB/xvfb-action@v1 with: run: npm run test:browser - name: lint run: npm run lint
Update actions/setup-node action to v2.5.1
Update actions/setup-node action to v2.5.1
YAML
apache-2.0
pubkey/async-test-util
d6588bcf32c9a9c6e401338bd2d9f6450019fec9
.github/workflows/ruby.yml
.github/workflows/ruby.yml
name: CI on: [push, pull_request] jobs: test: name: >- Test (${{ matrix.ruby }}) runs-on: ubuntu-latest strategy: fail-fast: false matrix: gemfile: [Gemfile] ruby: - "2.1" - "2.2" - "2.3" - "2.4" - "2.5" - "2.6" - "2.7" - "3.0" - jruby - truffleruby include: - ruby: 2.5 gemfile: gemfiles/rubyracer - ruby: jruby gemfile: gemfiles/rubyrhino - ruby: 2.5 gemfile: gemfiles/alaska alaska: 1 env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} ALASKA: ${{ matrix.alaska}} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake spec lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: lautis/rubocop-action@master name: Lint env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: CI on: [push, pull_request] jobs: test: name: >- Test (${{ matrix.ruby }}) runs-on: ubuntu-latest strategy: fail-fast: false matrix: gemfile: [Gemfile] ruby: - "2.1" - "2.2" - "2.3" - "2.4" - "2.5" - "2.6" - "2.7" - "3.0" - jruby - truffleruby include: - ruby: 2.5 gemfile: gemfiles/rubyracer - ruby: jruby gemfile: gemfiles/rubyrhino - ruby: 2.5 gemfile: gemfiles/alaska alaska: 1 env: BUNDLE_GEMFILE: ${{ matrix.gemfile }} ALASKA: ${{ matrix.alaska}} steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake spec lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: "3.0" bundler-cache: true - run: bundle exec rubocop --format github
Use built-in Rubocop GitHub Actions formatter
Use built-in Rubocop GitHub Actions formatter
YAML
mit
lautis/uglifier,lautis/uglifier
76f2a6c8d004082c06746749639386e92dca5747
.github/workflows/rust.yml
.github/workflows/rust.yml
name: Rust on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Build run: cargo build --verbose - name: No std build run: cargo build --no-default-features --verbose - name: Run tests run: cargo test --verbose
name: Rust on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install latest stable uses: actions-rs/toolchain@v1 with: toolchain: stable components: clippy - name: cargo check uses: actions-rs/cargo@v1 with: command: check - name: Run uses: actions-rs/cargo@v1 with: command: check --no-default-features - name: test uses: actions-rs/cargo@v1 with: command: test
Update toolchain as part of github action
Update toolchain as part of github action
YAML
apache-2.0
tkaitchuck/aHash,tkaitchuck/aHash
c42afc498f407a156a6573d28031c5e72dd5bc52
.github/workflows/rust.yml
.github/workflows/rust.yml
name: Rust on: push: branches: - master pull_request: {} jobs: check-format: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - uses: actions-rs/cargo@v1 with: command: fmt args: -- --check clippy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - uses: actions-rs/cargo@v1 with: command: clippy coverage: runs-on: ubuntu-18.04 container: image: rustmath/mkl-rust:1.43.0 options: --security-opt seccomp=unconfined steps: - uses: actions/checkout@v2 - name: Generate code coverage run: | cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml - name: Upload to codecov.io uses: codecov/codecov-action@v1 with: fail_ci_if_error: true
name: Rust on: push: branches: - master pull_request: {} jobs: check-format: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - uses: actions-rs/cargo@v1 with: command: fmt args: -- --check clippy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - uses: actions-rs/cargo@v1 with: command: clippy coverage: runs-on: ubuntu-18.04 container: image: rustmath/mkl-rust:1.43.0 options: --security-opt seccomp=unconfined steps: - uses: actions/checkout@v2 - name: Generate code coverage run: | cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml - name: Upload to codecov.io uses: codecov/codecov-action@v1
Allow fail of upload coverage report
Allow fail of upload coverage report
YAML
mit
termoshtt/ndarray-linalg
8a76a0045e0a3277823c4d28e4a897d89c6d8260
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on push and PR on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm ci - run: npm run build --if-present - run: npm test
name: Test on push and PR on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install dependencies run: npm ci - run: npm run build --if-present - run: npm test
Update actions/checkout action to v3
Update actions/checkout action to v3
YAML
mit
zrrrzzt/node-wcag-pdf,zrrrzzt/node-wcag-pdf
0bb96400b38b88ccabefca314b9eec10b95f68b5
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: [push, pull_request] jobs: test: name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}) if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: ruby: - 3.0 - 2.7 - 2.6 - jruby-9.3.1.0 - truffleruby-21.3.0 os: - ubuntu-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests run: bundle exec rake
name: Test on: [push, pull_request] jobs: test: name: Ruby ${{ matrix.ruby }} (${{ matrix.os }}) if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: ruby: - 3.1 - 3.0 - 2.7 - 2.6 - jruby-9.3.1.0 - truffleruby-21.3.0 os: - ubuntu-latest runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{matrix.ruby}} bundler-cache: true - name: Run tests run: bundle exec rake
Update CI Rubies: Add Ruby 3.1
Update CI Rubies: Add Ruby 3.1
YAML
mit
janlelis/sig
1132077a941584a06c701c92c39603684570ab2f
.github/workflows/test.yml
.github/workflows/test.yml
name: test # Run this workflow every time a new commit pushed to your repository on: [push, pull_request] jobs: # Set the job key. The key is displayed as the job name # when a job name is not provided test: # Name the Job name: test # Set the type of machine to run on # https://github.com/actions/virtual-environments runs-on: ubuntu-18.04 # env: # DEFAULT_BRANCH: master # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: # Checks out a copy of your repository on the virtual machine - uses: actions/checkout@v2 with: # Avoid a shallow clone, which breaks the check on external/ # modification and and provides inaccurate doc fetch-depth: "0" - run: sudo ./install_base.sh --install-all - run: echo "$(python3 --version)" - run: bash ./tools/tests.sh
name: test # Run this workflow every time a new commit pushed to your repository on: [push, pull_request] jobs: # Set the job key. The key is displayed as the job name # when a job name is not provided test: # Name the Job name: test # Set the type of machine to run on # https://github.com/actions/virtual-environments runs-on: ubuntu-18.04 strategy: matrix: python-version: ['3.6', '3.7', '3.8'] # env: # DEFAULT_BRANCH: master # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: # Checks out a copy of your repository on the virtual machine - uses: actions/checkout@v2 with: # Avoid a shallow clone, which breaks the check on external/ # modification and and provides inaccurate doc fetch-depth: "0" # Install the python version specified in the matrix - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - run: sudo ./install_base.sh --install-all - run: echo "$(python3 --version)" - run: bash ./tools/tests.sh
Test with multiple versions of Python
.github: Test with multiple versions of Python
YAML
apache-2.0
ARM-software/lisa,credp/lisa,ARM-software/lisa,credp/lisa,credp/lisa,credp/lisa,ARM-software/lisa,ARM-software/lisa
0ca2134f86668ee0c636844db7358b6f74825547
config/mongrel_cluster.yml
config/mongrel_cluster.yml
--- cwd: /var/www/bunnylove.org.uk/application/current port: "9500" environment: production address: 127.0.0.1 pid_file: log/mongrel.pid servers: 3
--- cwd: /var/www/bunnylove.org.uk/application/current port: "9501" environment: production address: 127.0.0.1 pid_file: log/mongrel.pid servers: 8
Bring up more mongrels, starting on port 9501 instead of 9500.
Bring up more mongrels, starting on port 9501 instead of 9500. git-svn-id: 801577a2cbccabf54a3a609152c727abd26e524a@1286 a18515e9-6cfd-0310-9624-afb4ebaee84e
YAML
agpl-3.0
chrismear/bunnylove,chrismear/bunnylove,chrismear/bunnylove
4461250ac77676c82061c5f87342ff36aa14a6d3
blueprints/embedlycard.yaml
blueprints/embedlycard.yaml
title: Embedly Card Options '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active: 1 fields: content: fields: header.title: replace@: true type: text size: long label: Page Title header.embedly_card_title: ordering@: 1 type: text size: long label: Embedly Card Title header.embedly_card_alignment: ordering@: 2 type: select size: small label: Embedly Card Alignment default: center options: left: Left center: Center right: Right header.embedly_card_url: ordering@: 3 type: text size: long label: Embedly Card Web Page URL validate: type: URL options: fields: publishing: fields: header.published: default: 1 advanced: fields: overrides: fields: header.visible: default: 0
title: Embedly Card Options '@extends': type: default context: blueprints://pages form: fields: tabs: type: tabs active: 1 fields: content: fields: header.title: replace@: true type: text size: long label: Page Title header.embedly_card_title: ordering@: 1 type: text size: long label: Embedly Card Title header.embedly_card_alignment: ordering@: 2 type: select size: small label: Embedly Card Alignment default: left options: left: Left center: Center right: Right header.embedly_card_url: ordering@: 3 type: text size: long label: Embedly Card Web Page URL validate: type: URL options: fields: publishing: fields: header.published: default: 1 advanced: fields: overrides: fields: header.visible: default: 0
Change default alignment for Embedly Card pages
Change default alignment for Embedly Card pages
YAML
mit
hibbitts-design/grav-theme-course-hub-bootstrap,hibbitts-design/grav-theme-course-hub-bootstrap,hibbitts-design/grav-theme-course-hub-bootstrap
318c1f3cc9c72ea78a32bd4a8c2a50ce1995639b
docker-compose/docker-compose-linux.yml
docker-compose/docker-compose-linux.yml
version: "3.2" services: reverse-proxy: image: explorviz/reverse-proxy container_name: explorviz-reverse-proxy mongo: image: mongo container_name: explorviz-auth-mongo volumes: - explorviz-auth-mongo-data:/data/db - explorviz-auth-mongo-configdb:/data/configdb volumes: explorviz-auth-mongo-data: explorviz-auth-mongo-configdb: network_mode: "host"
version: "3.2" services: reverse-proxy: image: explorviz/reverse-proxy container_name: explorviz-reverse-proxy network_mode: "host" mongo: image: mongo container_name: explorviz-auth-mongo volumes: - explorviz-auth-mongo-data:/data/db - explorviz-auth-mongo-configdb:/data/configdb network_mode: "host" volumes: explorviz-auth-mongo-data: explorviz-auth-mongo-configdb:
Fix invalid property error in linux docker composed file
Fix invalid property error in linux docker composed file
YAML
apache-2.0
ExplorViz/explorviz-ui-backend,ExplorViz/explorviz-ui-backend
ae317d1ba4d57382d90fe7fc2c0edd847b11a685
backend/apps/serverboards/test/data/plugins/extractor/manifest.yaml
backend/apps/serverboards/test/data/plugins/extractor/manifest.yaml
name: test.extractor id: test.extractor description: Example extractor plugin components: - id: daemon type: cmd command: ./extractor.py type: singleton timeout: 1m - id: extractor type: extractor name: Example extractor command: test.extractor/daemon extractor: extractor schema: schema - id: widget type: widget params: - name: color - name: q type: query
name: test.extractor id: test.extractor description: Example extractor plugin components: - id: daemon type: cmd command: ./extractor.py strategy: singleton timeout: 1m - id: extractor type: extractor name: Example extractor command: test.extractor/daemon extractor: extractor schema: schema - id: widget type: widget params: - name: color - name: q type: query
Fix extractor test singleton strategy
Fix extractor test singleton strategy
YAML
apache-2.0
serverboards/serverboards,serverboards/serverboards,serverboards/serverboards,serverboards/serverboards,serverboards/serverboards
d8a7b38db0579c85ebac1230a628b918fd215ff7
stack.yaml
stack.yaml
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-5.7 # Local packages, usually specified by relative directory name packages: - '.' # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: - imagemagick-0.0.4.1 # Override default flag values for local packages and extra-deps flags: {} # Extra package databases containing global packages extra-package-dbs: [] local-bin-path: . # Control whether we use the GHC we find on the path # system-ghc: true # Require a specific version of stack, using version ranges # require-stack-version: -any # Default # require-stack-version: >= 1.0.0 # Override the architecture used by stack, especially useful on Windows # arch: i386 # arch: x86_64 # Extra directories used by stack for building # extra-include-dirs: [/path/to/dir] # extra-lib-dirs: [/path/to/dir] # Allow a newer minor version of GHC than the snapshot specifies # compiler-check: newer-minor
# For more information, see: http://docs.haskellstack.org/en/stable/yaml_configuration.html # Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2) resolver: lts-5.8 # Local packages, usually specified by relative directory name packages: - '.' # Packages to be pulled from upstream that are not in the resolver (e.g., acme-missiles-0.3) extra-deps: - imagemagick-0.0.4.1 # Override default flag values for local packages and extra-deps flags: {} # Extra package databases containing global packages extra-package-dbs: [] local-bin-path: . # Control whether we use the GHC we find on the path # system-ghc: true # Require a specific version of stack, using version ranges # require-stack-version: -any # Default # require-stack-version: >= 1.0.0 # Override the architecture used by stack, especially useful on Windows # arch: i386 # arch: x86_64 # Extra directories used by stack for building # extra-include-dirs: [/path/to/dir] # extra-lib-dirs: [/path/to/dir] # Allow a newer minor version of GHC than the snapshot specifies # compiler-check: newer-minor
Update build plan to lts-5.8
Update build plan to lts-5.8
YAML
bsd-3-clause
dikmax/dikmax.name-ng,dikmax/dikmax.name-ng,dikmax/dikmax.name-ng,dikmax/dikmax.name-ng,dikmax/dikmax.name-ng
e6d6d0accbd4d8f0e3edb23d4933db9e0e4b65ea
deployments/biology/config/common.yaml
deployments/biology/config/common.yaml
nfsPVC: enabled: true nfs: serverIP: nfsserver-01 shareName: export/homedirs-other-2020-07-29/biology jupyterhub: scheduling: userScheduler: nodeSelector: hub.jupyter.org/pool-name: core-pool proxy: nodeSelector: hub.jupyter.org/pool-name: core-pool hub: nodeSelector: hub.jupyter.org/pool-name: core-pool auth: type: google admin: users: # infrastructure - rylo - yuvipanda - felder # List of other admin users - psudmant singleuser: nodeSelector: hub.jupyter.org/pool-name: gamma-pool storage: type: static static: pvcName: home-nfs subPath: "{username}" memory: guarantee: 512M limit: 1G
nfsPVC: enabled: true nfs: serverIP: nfsserver-01 shareName: export/homedirs-other-2020-07-29/biology jupyterhub: scheduling: userScheduler: nodeSelector: hub.jupyter.org/pool-name: core-pool proxy: nodeSelector: hub.jupyter.org/pool-name: core-pool hub: nodeSelector: hub.jupyter.org/pool-name: core-pool auth: type: google admin: users: # infrastructure - rylo - yuvipanda - felder # List of other admin users - psudmant singleuser: nodeSelector: hub.jupyter.org/pool-name: gamma-pool storage: type: static static: pvcName: home-nfs subPath: "{username}" memory: guarantee: 512M limit: 2G
Set limit to 2G instead of 1G
biology: Set limit to 2G instead of 1G BIO1B might need at least this much RAM
YAML
bsd-3-clause
berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,ryanlovett/datahub
3678a192f48213290e73a16926a346dc64268482
azure-pipelines.yml
azure-pipelines.yml
# Xcode # Build, test, and archive an Xcode workspace on macOS. # Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/xcode trigger: - master - development pool: vmImage: 'macOS-10.14' variables: BUNDLER_PATH: vendor/bundle ARTIFACTS_DEFAULT_PATH: build TEST_REPORTS_DEFAULT_PATH: reports steps: - script: rake setup displayName: 'Configure project' - script: rake xcode:tests[true] displayName: 'Run tests' env: DANGER_GITHUB_API_TOKEN: $(danger-github-api-token) - task: PublishTestResults@2 inputs: testRunner: JUnit testResultsFiles: $(TEST_REPORTS_DEFAULT_PATH)/*.xml condition: succeededOrFailed() - task: PublishPipelineArtifact@0 inputs: artifactName: 'logs' targetPath: $(ARTIFACTS_DEFAULT_PATH) condition: succeededOrFailed() - task: PublishPipelineArtifact@0 inputs: artifactName: 'testResults' targetPath: $(TEST_REPORTS_DEFAULT_PATH) condition: succeededOrFailed()
# Xcode # Build, test, and archive an Xcode workspace on macOS. # Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/xcode trigger: - master - development pool: vmImage: 'macOS-10.14' variables: BUNDLER_PATH: vendor/bundle ARTIFACTS_DEFAULT_PATH: build TEST_REPORTS_DEFAULT_PATH: reports steps: - task: UseRubyVersion@0 inputs: versionSpec: '2.6.3' addToPath: true - script: rake setup displayName: 'Configure project' - script: rake xcode:tests[true] displayName: 'Run tests' env: DANGER_GITHUB_API_TOKEN: $(danger-github-api-token) - task: PublishTestResults@2 inputs: testRunner: JUnit testResultsFiles: $(TEST_REPORTS_DEFAULT_PATH)/*.xml condition: succeededOrFailed() - task: PublishPipelineArtifact@0 inputs: artifactName: 'logs' targetPath: $(ARTIFACTS_DEFAULT_PATH) condition: succeededOrFailed() - task: PublishPipelineArtifact@0 inputs: artifactName: 'testResults' targetPath: $(TEST_REPORTS_DEFAULT_PATH) condition: succeededOrFailed()
Use correct ruby version on CI
Use correct ruby version on CI Signed-off-by: Diogo Tridapalli <212c3bd832d63e5ff969ce7ec62760356eb8132c@users.noreply.github.com>
YAML
mit
diogot/MyWeight,diogot/MyWeight,diogot/MyWeight
c5f1c10e9a4854cca507a30107a1d1c3bba79700
dev.yml
dev.yml
version: '2' services: processing: build: . image: hostview/processing volumes: - ./data:/data - ./app:/app - /app/node_modules links: - redis - postgres networks: - backtier environment: NODE_ENV: development DEBUG: hostview PROCESS_REDIS: redis://redis:6379 PROCESS_DB: postgres://hostview:h0stvi3w@postgres/hostview PROCESS_WATCH: 'yes' PROCESS_DATA_DIR: '/data' PROCESS_RETRY: 1 PROCESS_RETRY_DELAY: 1 PROCESS_WORKERS: 1 PROCESS_CONCURRENCY: 1 redis: image: redis:3.0 networks: - backtier postgres: image: postgres:9.5 environment: POSTGRES_USER: hostview POSTGRES_PASSWORD: h0stvi3w POSTGRES_DB: hostview networks: - backtier volumes: - ./data:/data - ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d networks: backtier: driver: bridge
version: '2' services: processing: build: . image: hostview/processing:latest volumes: - ./data:/data - ./app:/app - /app/node_modules links: - redis - postgres networks: - backtier environment: NODE_ENV: development DEBUG: hostview PROCESS_REDIS: redis://redis:6379 PROCESS_DB: postgres://hostview:h0stvi3w@postgres/hostview PROCESS_WATCH: 'yes' PROCESS_DATA_DIR: '/data' PROCESS_RETRY: 1 PROCESS_RETRY_DELAY: 1 PROCESS_WORKERS: 1 PROCESS_CONCURRENCY: 1 redis: image: redis:3.0 networks: - backtier postgres: image: postgres:9.5 environment: POSTGRES_USER: hostview POSTGRES_PASSWORD: h0stvi3w POSTGRES_DB: hostview networks: - backtier volumes: - ./data:/data - ./docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d networks: backtier: driver: bridge
Add version to docker container
Add version to docker container
YAML
mit
inria-muse/hostview-processing,inria-muse/hostview-processing,inria-muse/hostview-processing,inria-muse/hostview-processing,inria-muse/hostview-processing
acd6414e4a2de28f8b46c075fae8648be99884af
packages/lo/locators.yaml
packages/lo/locators.yaml
homepage: '' changelog-type: '' hash: 24580065f55d937f214ed0cc461cbc09f391b4edd0d311283e37dc9d630f5be9 test-bench-deps: bytestring: -any base: '>=4 && <5' hspec: -any HUnit: -any containers: -any locators: -any QuickCheck: -any cryptohash: -any maintainer: Andrew Cowie <[email protected]> synopsis: Human exchangable identifiers and locators changelog: '' basic-deps: bytestring: -any base: '>=4 && <5' containers: -any cryptohash: -any all-versions: - 0.2.3.1 - 0.2.4.1 - 0.2.4.2 - 0.2.4.3 - 0.2.4.4 - 0.3.0.2 author: Andrew Cowie <[email protected]> latest: 0.3.0.2 description-type: haddock description: |- /Overview/ Simple identifiers (as used, for example, as "locators" in airline reservation systems) using a subset of the Latin1 alphabet whose characters are unambigious when written or spoken. license-name: MIT
homepage: '' changelog-type: '' hash: fa51809fb8da495a859e0d276d369b08fcaea8b02c2ba011d1c60133ceac08b5 test-bench-deps: bytestring: -any base: '>=4 && <5' hspec: -any HUnit: -any containers: -any cryptonite: -any locators: -any QuickCheck: -any maintainer: Andrew Cowie <[email protected]> synopsis: Human exchangable identifiers and locators changelog: '' basic-deps: bytestring: -any base: '>=4 && <5' memory: -any containers: -any cryptonite: -any all-versions: - 0.2.3.1 - 0.2.4.1 - 0.2.4.2 - 0.2.4.3 - 0.2.4.4 - 0.3.0.2 - 0.3.0.3 author: Andrew Cowie <[email protected]> latest: 0.3.0.3 description-type: haddock description: |- /Overview/ Simple identifiers (as used, for example, as "locators" in airline reservation systems) using a subset of the Latin1 alphabet whose characters are unambigious when written or spoken. license-name: MIT
Update from Hackage at 2020-07-28T12:51:42Z
Update from Hackage at 2020-07-28T12:51:42Z
YAML
mit
commercialhaskell/all-cabal-metadata
b0813e01ac6425d1fb3cb70b7636823bb38f53a6
mkdocs.yml
mkdocs.yml
site_name: spark-xarray theme: material #repo_url: https://github.com/NCAR/PySpark4Climate #site_url: https://ncar.github.io/PySpark4Climate/ #site_favicon: 'images/favicon.ico' pages: - Home: index.md markdown_extensions: - pymdownx.arithmatex - pymdownx.betterem(smart_enable=all) - pymdownx.caret - pymdownx.critic - pymdownx.inlinehilite - pymdownx.magiclink - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tasklist(custom_checkbox=true) - pymdownx.tilde - codehilite - footnotes - toc(permalink=true) extra: palette: primary: blue accent: green #logo: 'images/NCAR_50.png' font: text: Roboto code: Roboto Mono extra_javascript: - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML - 'javascripts/mathjax.js'
site_name: spark-xarray theme: material repo_url: https://github.com/andersy005/spark-xarray site_url: https://andersy005.github.io/spark-xarray/ pages: - Home: index.md markdown_extensions: - pymdownx.arithmatex - pymdownx.betterem(smart_enable=all) - pymdownx.caret - pymdownx.critic - pymdownx.inlinehilite - pymdownx.magiclink - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences - pymdownx.tasklist(custom_checkbox=true) - pymdownx.tilde - codehilite - footnotes - toc(permalink=true) extra: palette: primary: blue accent: blue font: text: Roboto code: Roboto Mono extra_javascript: - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML - 'javascripts/mathjax.js'
Update primary and accent colors
Update primary and accent colors
YAML
apache-2.0
andersy005/spark-xarray,andersy005/spark-xarray
a11a19b63e04d34809814ece756011858f382914
locale/en.yml
locale/en.yml
davis-animatedtag: forum: test: "blank"
davis-animatedtag: admin: animationtype: "Animation Type" animationtypes: 0: "Triangles" 1: "Bubbles"
Add Settings to Language File
Add Settings to Language File
YAML
mit
connor0095/flarum-animatedtag,connor0095/flarum-animatedtag,dav-is/flarum-animatedtag,dav-is/flarum-animatedtag
d0cabfdf2608be0ae439e8475863c8db49367a7c
installer/environment.yml
installer/environment.yml
name: phy dependencies: - python - numpy - matplotlib - scipy - h5py - pyqt=4 - pip: - klusta - klustakwik2 - vispy - requests - traitlets - six - joblib - click - tqdm
name: phy dependencies: - python - numpy - matplotlib - scipy - h5py - cython - pyqt=4 - pip: - klusta - klustakwik2 - vispy - requests - traitlets - six - joblib - click - tqdm
Add Cython dependency to compile klustakwik2
Add Cython dependency to compile klustakwik2
YAML
bsd-3-clause
rossant/phy,kwikteam/phy,kwikteam/phy,rossant/phy,kwikteam/phy,rossant/phy
1be3b3f6a38238c03109667b1ee57b709479e924
metadata/com.hearham.repeaterstart.yml
metadata/com.hearham.repeaterstart.yml
AntiFeatures: - NonFreeNet - Tracking Categories: - Connectivity License: GPL-2.0-only SourceCode: https://github.com/programmin1/Repeater-START-android IssueTracker: https://github.com/programmin1/Repeater-START-android/issues AutoName: RepeaterSTART RepoType: git Repo: https://github.com/programmin1/Repeater-START-android Builds: - versionName: '0.8' versionCode: 8 disable: https://github.com/programmin1/Repeater-START-android/issues/11, mapbox commit: 7dd9775201f5a917810f11cf3c8002fca5be5ddc subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: '0.8' CurrentVersionCode: 8
AntiFeatures: - NonFreeNet - Tracking Categories: - Connectivity License: GPL-2.0-only SourceCode: https://github.com/programmin1/Repeater-START-android IssueTracker: https://github.com/programmin1/Repeater-START-android/issues AutoName: RepeaterSTART RepoType: git Repo: https://github.com/programmin1/Repeater-START-android Builds: - versionName: '0.8' versionCode: 8 disable: https://github.com/programmin1/Repeater-START-android/issues/11, mapbox commit: 7dd9775201f5a917810f11cf3c8002fca5be5ddc subdir: app sudo: - apt-get update || apt-get update - apt-get install -y openjdk-11-jdk-headless - update-alternatives --auto java gradle: - yes AutoUpdateMode: None UpdateCheckMode: Tags CurrentVersion: '0.9' CurrentVersionCode: 9
Update CurrentVersion of RepeaterSTART to 0.9 (9)
Update CurrentVersion of RepeaterSTART to 0.9 (9)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
11c584847a81dc232e2bba0e99caa94ea7e83dd7
metadata/com.mcsnowflake.worktimer.yml
metadata/com.mcsnowflake.worktimer.yml
Categories: - Time License: GPL-3.0-only SourceCode: https://gitlab.com/McSnowflake/worktimer IssueTracker: https://gitlab.com/McSnowflake/worktimer/-/issues AutoName: WorkTimer RepoType: git Repo: https://gitlab.com/McSnowflake/worktimer.git Builds: - versionName: '1.1' versionCode: 2 commit: v1.1 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.1' CurrentVersionCode: 2
Categories: - Time License: GPL-3.0-only SourceCode: https://gitlab.com/McSnowflake/worktimer IssueTracker: https://gitlab.com/McSnowflake/worktimer/-/issues AutoName: WorkTimer RepoType: git Repo: https://gitlab.com/McSnowflake/worktimer.git Builds: - versionName: '1.1' versionCode: 2 commit: v1.1 subdir: app gradle: - yes - versionName: '1.2' versionCode: 3 commit: '1.2' subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.2' CurrentVersionCode: 3
Update WorkTimer to 1.2 (3)
Update WorkTimer to 1.2 (3)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b05cb9ca2d8361212ccada5859b6d6686727159d
metadata/io.github.subhamtyagi.ocr.yml
metadata/io.github.subhamtyagi.ocr.yml
Categories: - Graphics - Writing License: Apache-2.0 AuthorName: Shubham SourceCode: https://github.com/SubhamTyagi/android-ocr IssueTracker: https://github.com/SubhamTyagi/android-ocr/issues AutoName: OCR RepoType: git Repo: https://github.com/SubhamTyagi/android-ocr.git Builds: - versionName: '1.4' versionCode: 5 commit: v1.4 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle - versionName: '1.5' versionCode: 6 commit: v1.5 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle - versionName: '2.0' versionCode: 7 commit: v2.0 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '2.0' CurrentVersionCode: 7
Categories: - Graphics - Writing License: Apache-2.0 AuthorName: Shubham SourceCode: https://github.com/SubhamTyagi/android-ocr IssueTracker: https://github.com/SubhamTyagi/android-ocr/issues AutoName: OCR RepoType: git Repo: https://github.com/SubhamTyagi/android-ocr.git Builds: - versionName: '1.4' versionCode: 5 commit: v1.4 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle - versionName: '1.5' versionCode: 6 commit: v1.5 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle - versionName: '2.0' versionCode: 7 commit: v2.0 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle - versionName: '2.1' versionCode: 8 commit: v2.1 subdir: app gradle: - yes prebuild: sed -i -e '/splits/,+7d' build.gradle AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '2.1' CurrentVersionCode: 8
Update OCR to 2.1 (8)
Update OCR to 2.1 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0561a463a9d94b0e8b5cee9d1996ee33d1397bd9
azure-pipelines.yml
azure-pipelines.yml
jobs: - job: macOS pool: vmImage: xcode9-macos10.13 steps: - bash: | sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer brew update-reset ln -s "$PWD" "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle" # TODO: RuboCop needs fixed in # https://github.com/Homebrew/homebrew-bundle/pull/384 # brew style homebrew/bundle bundle install bundle exec rake displayName: Tests
jobs: - job: macOS pool: vmImage: xcode9-macos10.13 steps: - bash: | sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer brew update-reset ln -s "$PWD" "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle" # TODO: RuboCop needs fixed in # https://github.com/Homebrew/homebrew-bundle/pull/384 # brew style homebrew/bundle # Use local config until then rubocop --force-exclusion --parallel --except FormulaAudit,FormulaAuditStrict,NewFormulaAudit --format simple bundle install bundle exec rake displayName: Tests
Use local rubocop config in CI until todo is complete
Use local rubocop config in CI until todo is complete
YAML
mit
Homebrew/homebrew-bundle
af7d58a21598e99d8c78c21327e62f922cacafae
meta/main.yml
meta/main.yml
# meta file for pflogsumm --- galaxy_info: author: Mischa ter Smitten company: Oefenweb.nl B.V. description: Set up pflogsumm in Debian-like systems license: MIT min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - lucid - precise - trusty - name: Debian versions: - squeeze - wheezy - jessie categories: - system - monitoring dependencies: []
# meta file for pflogsumm --- galaxy_info: author: Mischa ter Smitten company: Oefenweb.nl B.V. description: Set up pflogsumm in Debian-like systems license: MIT min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - lucid - precise - trusty - name: Debian versions: - squeeze - wheezy - jessie galaxy_tags: - system - monitoring dependencies: []
Fix for Ansible galaxy (import) warning
Fix for Ansible galaxy (import) warning Found galaxy_info.categories. Update meta/main.yml to use galaxy_info.galaxy_tags
YAML
mit
Oefenweb/ansible-pflogsumm
2b609d84b7874038a5b3234ddc48156fc68a817d
metadata.yaml
metadata.yaml
# Plugin name name: lma_collector # Human-readable name for your plugin title: The Logging, Monitoring and Alerting (LMA) Collector Plugin # Plugin version version: 0.9.0 # Description description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backends such as Elasticsearch and InfluxDB. # Required fuel version fuel_version: ['8.0'] authors: [Mirantis Inc.] licenses: [Apache License Version 2.0] homepage: https://github.com/openstack/fuel-plugin-lma-collector groups: ['monitoring'] is_hotpluggable: true # The plugin is compatible with releases in the list releases: - os: ubuntu version: 2015.1.0-8.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu - os: ubuntu version: liberty-8.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu # Version of plugin package package_version: '4.0.0'
# Plugin name name: lma_collector # Human-readable name for your plugin title: The Logging, Monitoring and Alerting (LMA) Collector Plugin # Plugin version version: 0.9.0 # Description description: Collect logs, metrics and notifications from system and OpenStack services and forward that information to external backends such as Elasticsearch and InfluxDB. # Required fuel version fuel_version: ['8.0'] authors: [Mirantis Inc.] licenses: [Apache License Version 2.0] homepage: https://github.com/openstack/fuel-plugin-lma-collector groups: ['monitoring'] is_hotpluggable: true # The plugin is compatible with releases in the list releases: - os: ubuntu version: liberty-8.0 mode: ['ha'] deployment_scripts_path: deployment_scripts/ repository_path: repositories/ubuntu # Version of plugin package package_version: '4.0.0'
Remove the obsolete naming version
Remove the obsolete naming version Change-Id: I8b3201b1f434ff58422fdb9173139c0c7b0c45fb
YAML
apache-2.0
stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector,stackforge/fuel-plugin-lma-collector
acd57839351bb02c6a3f685815761b2e921a75ce
packages/un/unliftio-pool.yaml
packages/un/unliftio-pool.yaml
homepage: '' changelog-type: '' hash: b796c4da3b44c7dbf23820cd761783880fe1e6e56258c731762b420871b31f26 test-bench-deps: {} maintainer: Bardur Arantsson <[email protected]> synopsis: Data.Pool generalized to MonadUnliftIO. changelog: '' basic-deps: base: ! '>=4.10 && <4.11' time: ! '>=1.8 && <2' resource-pool: ! '>=0.2.3.2 && <0.3' unliftio-core: ! '>=0.1.1 && <0.2' transformers: ! '>=0.5 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.2.0.0' author: Bardur Arantsson latest: '0.2.0.0' description-type: haddock description: This is a generalization of Data.Pool to MonadUnliftIO. license-name: BSD3
homepage: '' changelog-type: '' hash: 4de658feb1b10051c5af024c20cd7baa369c777716c54a7b3e2888a73286aecf test-bench-deps: {} maintainer: Bardur Arantsson <[email protected]> synopsis: Data.Pool generalized to MonadUnliftIO. changelog: '' basic-deps: base: ! '>=4.10 && <5' time: ! '>=1.8 && <2' resource-pool: ! '>=0.2.3.2 && <0.3' unliftio-core: ! '>=0.1.1 && <0.2' transformers: ! '>=0.5 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.2.0.0' - '0.2.1.0' author: Bardur Arantsson latest: '0.2.1.0' description-type: haddock description: This is a generalization of Data.Pool to MonadUnliftIO. license-name: BSD3
Update from Hackage at 2018-05-28T14:03:06Z
Update from Hackage at 2018-05-28T14:03:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
719fb63f18e3d918d00a4babccddf89b859a387c
docs/environment.yml
docs/environment.yml
name: climlab dependencies: - python - numpy - scipy - netCDF4 - sphinx - matplotlib - ipython - jupyter - sphinx_rtd_theme - pip: - nbsphinx - sphinxcontrib-bibtex - numpydoc
name: climlab channels: - conda-forge - defaults dependencies: - python=3.5 - numpy - scipy - netCDF4 - sphinx - matplotlib - ipython - jupyter - sphinx_rtd_theme - nbsphinx - sphinxcontrib-bibtex - numpydoc
Use conda-forge channel and Python 3.5 on readthedocs
Use conda-forge channel and Python 3.5 on readthedocs
YAML
mit
cjcardinale/climlab,cjcardinale/climlab,brian-rose/climlab,brian-rose/climlab,cjcardinale/climlab
b6c94d2b109af15908ee3588cd3ee79f60bcd2da
docker/docker-compose.yaml
docker/docker-compose.yaml
--- version: "3.2" services: web: image: "uwcirg-portal-docker.jfrog.io/${IMAGE_NAME:-portal_web}:${IMAGE_TAG:-latest}" depends_on: - db - redis ports: - "${EXTERNAL_PORT:-8080}:${PORT:-8008}" env_file: - portal.env environment: - PERSISTENCE_FILE=${PERSISTENCE_FILE:-https://raw.githubusercontent.com/uwcirg/TrueNTH-USA-site-config/develop/site_persistence_file.json} # compose-specific overrides - PGUSER=${PGUSER:-postgres} - PGPASSWORD=${PGPASSWORD:-""} - PGHOST=${PGHOST:-db} - PGDATABASE=${PGDATABASE:-postgres} - CELERY_BROKER_URL=${CELERY_BROKER_URL:-redis://redis:6379/0} - REQUEST_CACHE_URL=${REQUEST_CACHE_URL:-redis://redis:6379/0} - SESSION_REDIS_URL=${SESSION_REDIS_URL:-redis://redis:6379/0} depends_on: - db - redis redis: image: redis ports: - "6379" db: image: postgres ports: - "5432" volumes: - source: postgres-data target: /var/lib/postgresql/data type: volume volumes: postgres-data: {}
--- version: "3.2" services: web: image: "${REPO:-uwcirg-portal-docker.jfrog.io/}${IMAGE_NAME:-portal_web}:${IMAGE_TAG:-latest}" depends_on: - db - redis ports: - "${EXTERNAL_PORT:-8080}:${PORT:-8008}" env_file: - portal.env environment: - PERSISTENCE_FILE=${PERSISTENCE_FILE:-https://raw.githubusercontent.com/uwcirg/TrueNTH-USA-site-config/develop/site_persistence_file.json} # compose-specific overrides - PGUSER=${PGUSER:-postgres} - PGPASSWORD=${PGPASSWORD:-""} - PGHOST=${PGHOST:-db} - PGDATABASE=${PGDATABASE:-postgres} - CELERY_BROKER_URL=${CELERY_BROKER_URL:-redis://redis:6379/0} - REQUEST_CACHE_URL=${REQUEST_CACHE_URL:-redis://redis:6379/0} - SESSION_REDIS_URL=${SESSION_REDIS_URL:-redis://redis:6379/0} depends_on: - db - redis redis: image: redis ports: - "6379" db: image: postgres ports: - "5432" volumes: - source: postgres-data target: /var/lib/postgresql/data type: volume volumes: postgres-data: {}
Allow repo URL in image name to be overridden
Allow repo URL in image name to be overridden
YAML
bsd-3-clause
uwcirg/true_nth_usa_portal,uwcirg/true_nth_usa_portal,uwcirg/true_nth_usa_portal,uwcirg/true_nth_usa_portal
a0861b328f1eae418a0613f8e1f1d99aa788a2e6
k8s/havenapi-deployment.yaml
k8s/havenapi-deployment.yaml
--- apiVersion: extensions/v1beta1 kind: Deployment metadata: name: havenapi spec: replicas: 1 template: metadata: annotations: alpha.image.policy.openshift.io/resolve-names: '*' labels: service: havenapi spec: containers: - name: havenapi image: havengrc-docker.jfrog.io/kindlyops/havenapi:0.0.5 env: - name: GO_ENV value: "production" - name: DATABASE_HOST value: "db" - name: DATABASE_USERNAME valueFrom: secretKeyRef: name: haven-database-credentials key: username - name: DATABASE_PASSWORD valueFrom: secretKeyRef: name: haven-database-credentials key: password - name: HAVEN_JWK_PATH value: "/etc/haven-credentials/jwk.json" volumeMounts: - name: secret-volume mountPath: /etc/haven-credentials/ readOnly: true ports: - containerPort: 3000 protocol: TCP livenessProbe: httpGet: path: /healthz port: 3000 initialDelaySeconds: 1 periodSeconds: 5 volumes: - name: secret-volume secret: secretName: haven-database-credentials restartPolicy: Always strategy: type: "Recreate" paused: false revisionHistoryLimit: 2 minReadySeconds: 0 status: {}
--- apiVersion: extensions/v1beta1 kind: Deployment metadata: name: havenapi spec: replicas: 1 template: metadata: annotations: alpha.image.policy.openshift.io/resolve-names: '*' labels: service: havenapi spec: containers: - name: havenapi image: havengrc-docker.jfrog.io/kindlyops/havenapi:latest env: - name: GO_ENV value: "production" - name: DATABASE_HOST value: "db" - name: DATABASE_USERNAME valueFrom: secretKeyRef: name: haven-database-credentials key: username - name: DATABASE_PASSWORD valueFrom: secretKeyRef: name: haven-database-credentials key: password - name: HAVEN_JWK_PATH value: "/etc/haven-credentials/jwk.json" volumeMounts: - name: secret-volume mountPath: /etc/haven-credentials/ readOnly: true ports: - containerPort: 3000 protocol: TCP resources: limits: memory: 256Mi requests: memory: 128Mi livenessProbe: httpGet: path: /healthz port: 3000 initialDelaySeconds: 1 periodSeconds: 5 volumes: - name: secret-volume secret: secretName: haven-database-credentials restartPolicy: Always strategy: type: "Recreate" paused: false revisionHistoryLimit: 2 minReadySeconds: 0 status: {}
Add resource limits for HavenAPI pods
Add resource limits for HavenAPI pods Signed-off-by: Elliot Murphy <014ce8fab4ab9f8a957bfe9f974379093994de97@users.noreply.github.com>
YAML
apache-2.0
kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi,kindlyops/mappamundi
0ecc7438dc34649148b001275483e0c109859ba4
appveyor.yml
appveyor.yml
version: 2.2.1.{build}-test os: - Windows Server 2012 R2 shallow_clone: true environment: LUAROCKS_VER: 2.2.1 matrix: - LUA_VER: 5.1.5 - LUA_VER: 5.2.4 - LUA_VER: 5.3.0 - LJ_VER: 2.0.3 - LJ_VER: 2.1 init: # Setup Lua development/build environment # Make VS 2013 command line tools available - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform% install: # Setup Lua development/build environment - call .appveyor\install.bat build_script: - call .appveyor\build.bat test_script: - echo "Testing..." - cd test - call testing.bat
version: 2.2.1.{build}-test os: - Windows Server 2012 R2 shallow_clone: true environment: LUAROCKS_VER: 2.2.1 matrix: - LUA_VER: 5.1.5 - LUA_VER: 5.2.4 - LUA_VER: 5.3.0 - LJ_VER: 2.0.4 - LJ_VER: 2.1 init: # Setup Lua development/build environment # Make VS 2013 command line tools available - call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %platform% install: # Setup Lua development/build environment - call .appveyor\install.bat build_script: - call .appveyor\build.bat test_script: - echo "Testing..." - cd test - call testing.bat
Use LuaJIT 2.0.4 on AppVeyor's test matrix
Use LuaJIT 2.0.4 on AppVeyor's test matrix
YAML
mit
tarantool/luarocks,lxbgit/luarocks,tst2005/luarocks,usstwxy/luarocks,starius/luarocks,keplerproject/luarocks,xpol/luainstaller,aryajur/luarocks,tarantool/luarocks,xpol/luarocks,usstwxy/luarocks,keplerproject/luarocks,aryajur/luarocks,xpol/luavm,lxbgit/luarocks,robooo/luarocks,starius/luarocks,aryajur/luarocks,keplerproject/luarocks,robooo/luarocks,xpol/luavm,coderstudy/luarocks,ignacio/luarocks,xpol/luarocks,xpol/luainstaller,xpol/luavm,tst2005/luarocks,starius/luarocks,coderstudy/luarocks,lxbgit/luarocks,coderstudy/luarocks,xiaq/luarocks,xpol/luarocks,rrthomas/luarocks,ignacio/luarocks,tst2005/luarocks,starius/luarocks,robooo/luarocks,coderstudy/luarocks,tst2005/luarocks,usstwxy/luarocks,xiaq/luarocks,xpol/luavm,ignacio/luarocks,xiaq/luarocks,xpol/luainstaller,keplerproject/luarocks,xpol/luainstaller,xpol/luavm,luarocks/luarocks,rrthomas/luarocks,luarocks/luarocks,aryajur/luarocks,usstwxy/luarocks,ignacio/luarocks,xiaq/luarocks,xpol/luarocks,robooo/luarocks,tarantool/luarocks,rrthomas/luarocks,rrthomas/luarocks,luarocks/luarocks,lxbgit/luarocks
786c1b1b7c879373b05e28039e0d2d497fa9f724
appveyor.yml
appveyor.yml
environment: matrix: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python36" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python36-x64" install: - "%PYTHON%\\python.exe -m pip install wheel" - git submodule update --recursive - pip install -r requirements.txt - pip install -r requirements-dev.txt build: off test_script: - pylint --errors-only --rcfile=.pylintrc --output-format=colorized *.py - nosetests --cover-package=spinners --with-coverage --cover-erase --cover-html --cover-branches --nologcapture
environment: matrix: - PYTHON: "C:\\Python27" - PYTHON: "C:\\Python36" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python36-x64" install: - "%PYTHON%\\python.exe -m pip install wheel" - git submodule update --init --recursive - pip install -r requirements.txt - pip install -r requirements-dev.txt build: off test_script: - pylint --errors-only --rcfile=.pylintrc --output-format=colorized *.py - nosetests --cover-package=spinners --with-coverage --cover-erase --cover-html --cover-branches --nologcapture
Add init flag for updating submodule
Appveyor: Add init flag for updating submodule
YAML
mit
manrajgrover/py-spinners
fb4103587bb1822c25d1e7e587a11ec15c9f609b
appveyor.yml
appveyor.yml
image: - Visual Studio 2015 - Ubuntu install: - ps: .\appveyor.ps1 build: false
image: - Visual Studio 2015 # - Ubuntu install: - ps: .\appveyor.ps1 build: false
Comment out Ubuntu build image as it appears to have gone AWOL
Comment out Ubuntu build image as it appears to have gone AWOL
YAML
mit
devopsguys/PSForge,devopsguys/PSForge
ddb75dbb0dac3951841b7e3c46aa834229e5ac1c
appveyor.yml
appveyor.yml
version: "{build}" init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: 0.10 - nodejs_version: 0.12 - nodejs_version: 4 - nodejs_version: 6 install: - ps: Install-Product node $env:nodejs_version - npm install build: off test_script: - node --version - npm --version - cmd: npm test --no-color cache: - node_modules -> package.json - "%APPDATA%\\npm-cache -> package.json" skip_tags: true matrix: fast_finish: true notifications: - provider: GitHubPullRequest on_build_success: true on_build_failure: true on_build_status_changed: true
version: "{build}" init: - git config --global core.autocrlf input environment: matrix: - nodejs_version: 0.10 - nodejs_version: 0.12 - nodejs_version: 4 - nodejs_version: 6 install: - ps: Install-Product node $env:nodejs_version - npm install -g npm@latest - npm install build: off test_script: - node --version - npm --version - cmd: npm test --no-color cache: - node_modules -> package.json - "%APPDATA%\\npm-cache -> package.json" skip_tags: true matrix: fast_finish: true notifications: - provider: GitHubPullRequest on_build_success: true on_build_failure: true on_build_status_changed: true
Use npm@latest to avoid EPERM
Use npm@latest to avoid EPERM
YAML
mit
timdp/es6-promise-pool
8658b330fceb83f309adafa4d632a0a08d872fe3
appveyor.yml
appveyor.yml
install: - choco install gitversion.portable -pre -y nuget: account_feed: true before_build: - nuget restore - ps: gitversion /l console /output buildserver /updateAssemblyInfo configuration: Release build: project: PlayerRank.sln verbosity: minimal after_build: - cmd: nuget pack PlayerRank\PlayerRank.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release" - cmd: appveyor PushArtifact "PlayerRank.%GitVersion_NuGetVersion%.nupkg"
install: - choco install gitversion.portable -version v3.0.0-beta0004 -pre -y nuget: account_feed: true before_build: - nuget restore - ps: gitversion /l console /output buildserver /updateAssemblyInfo configuration: Release build: project: PlayerRank.sln verbosity: minimal after_build: - cmd: nuget pack PlayerRank\PlayerRank.csproj -version "%GitVersion_NuGetVersion%" -prop "target=Release" - cmd: appveyor PushArtifact "PlayerRank.%GitVersion_NuGetVersion%.nupkg"
Use gitversion version that worked before
Use gitversion version that worked before
YAML
mit
TheEadie/PlayerRank,TheEadie/PlayerRank
3cd5b49166fff3c82b5a38c5b7f25be39aa8ec82
appveyor.yml
appveyor.yml
version: 1.0.{build} pull_requests: do_not_increment_build_number: true clone_depth: 1 assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' before_build: - choco install redis-64 - redis-server --service-install - redis-server --service-start - nuget restore build: verbosity: minimal deploy: - provider: NuGet api_key: secure: 8nOJ8wjmitnOcDwlirh5QLHECezb9AQgSzbXbBsNkOBGhtOxz1WDQKBDOZXIhoM9 on: branch: master
version: 1.0.{build} pull_requests: do_not_increment_build_number: true branches: only: - ci-debug - master clone_depth: 1 assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' init: - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) before_build: - choco install redis-64 - redis-server --service-install - redis-server --service-start - nuget restore configuration: Release build: verbosity: minimal deploy: - provider: NuGet api_key: secure: 8nOJ8wjmitnOcDwlirh5QLHECezb9AQgSzbXbBsNkOBGhtOxz1WDQKBDOZXIhoM9 on: branch: master
Enable builds on CI-debug branch and RDP access to build worker to investigate hanging builds. Build release configuration.
Enable builds on CI-debug branch and RDP access to build worker to investigate hanging builds. Build release configuration.
YAML
mit
Aqovia/Aqovia.SagaMachine
375b2e93698fa68ae1e3caa02db2e94d0b43e23b
appveyor.yml
appveyor.yml
version: 0.2.{build} pull_requests: do_not_increment_build_number: true assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' skip_tags: true before_build: - nuget restore platform: - Any CPU configuration: - Release build: project: ReportUnit.sln parallel: true verbosity: quiet after_build: - nunit3-console .\ReportUnitTest\bin\Release\ReportUnitTest.dll --result=ReportUnitTestResults.xml;format=AppVeyor artifacts: - path: ReportUnit\bin\Release name: ReportUnit-$(appveyor_build_version) type: zip deploy: - provider: GitHub tag: latest-build release: reportunit-latest-build auth_token: secure: aF0fLLmz97WNRikUBXRnLxJVJIn7sb7+h0uUH21d4S6zdAB0lfv3JGE5xPbcmUl6 artifact: ReportUnit-$(appveyor_build_version) draft: false prerelease: false force_update: true
version: 0.2.{build} pull_requests: do_not_increment_build_number: true assembly_info: patch: true file: '**\AssemblyInfo.*' assembly_version: '{version}' assembly_file_version: '{version}' assembly_informational_version: '{version}' skip_tags: true before_build: - nuget restore platform: - Any CPU configuration: - Release build: project: ReportUnit.sln parallel: true verbosity: quiet after_build: - nunit3-console .\ReportUnitTest\bin\Release\ReportUnitTest.dll --result=ReportUnitTestResults.xml;format=AppVeyor artifacts: - path: ReportUnit\bin\Release name: ReportUnit-0.2.x type: zip deploy: - provider: GitHub tag: latest-build release: reportunit-latest-build auth_token: secure: aF0fLLmz97WNRikUBXRnLxJVJIn7sb7+h0uUH21d4S6zdAB0lfv3JGE5xPbcmUl6 artifact: ReportUnit-0.2.x draft: false prerelease: false force_update: true
Change version of latest-build to 0.2.x
Change version of latest-build to 0.2.x
YAML
mit
reportunit/reportunit,reportunit/reportunit,ekirmayer/reportunit,ekirmayer/reportunit,reportunit/reportunit,ekirmayer/reportunit
b12ebd3d9dd122a7ad4124c9404306fbaaca2a06
appveyor.yml
appveyor.yml
version: '{build}' image: Visual Studio 2017 branches: only: - master clone_depth: 10 install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install ruby-debug-ide - ps: Install-Product node lts - yarn install - git clone https://github.com/emscripten-core/emsdk.git - cd emsdk - emsdk install latest - emsdk activate latest - emsdk_env.bat build_script: - yarn build test_script: - yarn test environment: matrix: - ruby_version: '24' - ruby_version: '24-x64' - ruby_version: '25' - ruby_version: '25-x64' - ruby_version: '26' - ruby_version: '26-x64'
version: '{build}' image: Visual Studio 2017 branches: only: - master clone_depth: 10 install: - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - ruby --version - gem --version - gem install ruby-debug-ide - ps: Install-Product node lts - yarn install - git clone https://github.com/emscripten-core/emsdk.git - cd emsdk - emsdk install latest --vs2017 - emsdk activate latest - emsdk_env.bat --global build_script: - yarn build test_script: - yarn test environment: matrix: - ruby_version: '24' - ruby_version: '24-x64' - ruby_version: '25' - ruby_version: '25-x64' - ruby_version: '26' - ruby_version: '26-x64'
Tweak emsdk installation for VS2017 + make it global
Tweak emsdk installation for VS2017 + make it global
YAML
mit
rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby,rubyide/vscode-ruby
30edf5ba35745476f6f5fdf71ee11e16a949769e
appveyor.yml
appveyor.yml
# Configuration for master - branches: only: - master version: 1.0.0 install: - ps: Install-Product node 4 - npm install test_script: - node --version - npm --version - npm test build: off
# Configuration for master - branches: only: - master version: 1.0.0 install: - ps: Install-Product node 4 - npm install test_script: - node --version - npm --version - npm test build: off # Configuration for feature branches - branches: except: - master version: 0.0.0-{branch}-{build} install: - ps: Install-Product node 4 - npm install test_script: - node --version - npm --version - npm test build: off
Revert "Only build against master"
Revert "Only build against master" This reverts commit c0bb7451032cf52b155c807b4460696d91279cb0.
YAML
mit
LiberisLabs/raygun-angular2
4bdf1bb2c89c9bd7ca576f4e309cf6e171e7e39d
appveyor.yml
appveyor.yml
version: '{build}' clone_depth: 10 environment: JAVA_HOME: C:\Program Files\Java\jdk1.7.0 TERM: dumb install: - gradlew.bat --version build_script: - gradlew.bat --continue cache: - C:\Users\appveyor\.gradle -> .gradle-wrapper\gradle-wrapper.properties
version: '{build}' clone_depth: 50 environment: JAVA_HOME: C:\Program Files\Java\jdk1.7.0 TERM: dumb install: - choco install maven --version 3.2.5 - set PATH=%PATH%;C:\bin\apache-maven-3.2.5\bin - echo %PATH% before_build: - gradlew.bat --version - mvn --version build_script: - gradlew.bat --continue - mvn --batch-mode --quiet -Dmaven.repo.local=maven/target/m2 -Dfile=dist/bundles/org.osgi.impl.bundle.repoindex.cli/org.osgi.impl.bundle.repoindex.cli-latest.jar org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file - mvn --batch-mode --quiet -Dmaven.repo.local=maven/target/m2 -Dfile=dist/bundles/biz.aQute.bndlib/biz.aQute.bndlib-latest.jar org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file - mvn -f maven --batch-mode --quiet -Dmaven.repo.local=maven/target/m2 install cache: - C:\Users\appveyor\.gradle -> .gradle-wrapper\gradle-wrapper.properties - C:\ProgramData\chocolatey\lib -> appveyor.yml
Build maven plugins as part of the Appveyor build
[maven-plugins] Build maven plugins as part of the Appveyor build Signed-off-by: Tim Ward <[email protected]>
YAML
apache-2.0
joansmith/bnd,magnet/bnd,lostiniceland/bnd,xtracoder/bnd,magnet/bnd,xtracoder/bnd,lostiniceland/bnd,psoreide/bnd,lostiniceland/bnd,GEBIT/bnd,GEBIT/bnd,mcculls/bnd,psoreide/bnd,mcculls/bnd,magnet/bnd,mcculls/bnd,psoreide/bnd,joansmith/bnd
9236d50bd319c18e333ee327e7ec42445d29a27e
appveyor.yml
appveyor.yml
version: "{build}" os: Windows Server 2012 R2 test: off deploy: off init: - cmd: rd /s /q %CHOCOLATEYINSTALL% - ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) install: - cinst atom -y - cd %APPVEYOR_BUILD_FOLDER% - "%LOCALAPPDATA%/atom/bin/apm install" build_script: - cd %APPVEYOR_BUILD_FOLDER% - "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd"
version: "{build}" os: Windows Server 2012 R2 test: off deploy: off init: - cmd: rd /s /q %CHOCOLATEYINSTALL% - ps: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')) install: - cinst atom -y - cd %APPVEYOR_BUILD_FOLDER% - "%LOCALAPPDATA%/atom/bin/apm install" build_script: - cd %APPVEYOR_BUILD_FOLDER% - "%LOCALAPPDATA%/atom/bin/apm test --path %LOCALAPPDATA%/atom/bin/atom.cmd" notifications: - provider: Slack incoming_webhook: secure: BzSIwnMvXthVofgWP16YFPwqeDyU6eV91Ih8/oT9Rq5yQV8cwiwdqSwrx2rdWj2zOw3zfqC2k42S2hr/CukZv56NxCjSNhsqRycQDmLjGdg=
Add Slack notifications for AppVeyor
Add Slack notifications for AppVeyor
YAML
mit
bdougherty/atom-auto-semicolon