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 |
|---|---|---|---|---|---|---|---|---|---|
bc9206afaee526f2c8624861510cb667535bdbc4 | metadata/uk.sensoryunderload.infinilist.yml | metadata/uk.sensoryunderload.infinilist.yml | Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/fredx100/InfiniList
IssueTracker: https://github.com/fredx100/InfiniList/issues
AutoName: InfiniList
RepoType: git
Repo: https://github.com/fredx100/InfiniList
Builds:
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
subdir: app
gradle:
- yes
- versionName: 1.0.3
versionCode: 4
commit: 1.0.3
subdir: app
gradle:
- yes
- versionName: 1.0.4
versionCode: 5
commit: 1.0.4
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.4
CurrentVersionCode: 5
| Categories:
- Writing
License: GPL-3.0-or-later
SourceCode: https://github.com/fredx100/InfiniList
IssueTracker: https://github.com/fredx100/InfiniList/issues
AutoName: InfiniList
RepoType: git
Repo: https://github.com/fredx100/InfiniList
Builds:
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
subdir: app
gradle:
- yes
- versionName: 1.0.3
versionCode: 4
commit: 1.0.3
subdir: app
gradle:
- yes
- versionName: 1.0.4
versionCode: 5
commit: 1.0.4
subdir: app
gradle:
- yes
- versionName: 1.0.5
versionCode: 6
commit: 1.0.5
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.5
CurrentVersionCode: 6
| Update InfiniList to 1.0.5 (6) | Update InfiniList to 1.0.5 (6)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
5929b228c974a2a207276514567dce486aa1f262 | tasks/ansible_aws_get_config_from_s3.yml | tasks/ansible_aws_get_config_from_s3.yml | ---
- name: Make sure there is no existing file called {{ ansible_aws_config_file }}
file:
path: "{{ ansible_aws_config_file }}"
state: absent
- name: Copy config file {{ ansible_aws_config_file }} from {{ ansible_aws_s3_url }}
command: "{{ ansible_aws_paths.aws }} s3 cp {{ ansible_aws_s3_url }} {{ ansible_aws_config_file }}"
register: result
- name: Check if the file exists
stat:
path: "{{ ansible_aws_config_file }}"
register: ansible_aws_config_file_info
# If the file wasn't downloaded, this will fail. Good :-)
- name: Load the params from {{ ansible_aws_config_file }}
include_vars: "{{ ansible_aws_config_file }}"
when: ansible_aws_config_file_info.stat.exists
- debug: msg="{{ ansible_aws_config_file }} doesn't exist"
when: not ansible_aws_config_file_info.stat.exists
| ---
- name: Make sure there is no existing file called {{ ansible_aws_config_file }}
file:
path: "{{ ansible_aws_config_file }}"
state: absent
- name: Copy config file {{ ansible_aws_config_file }} from {{ ansible_aws_s3_url }}
command: "{{ ansible_aws_paths.aws }} s3 cp {{ ansible_aws_s3_url }} {{ ansible_aws_config_file }}"
register: result
- name: Check if the file exists
stat:
path: "{{ ansible_aws_config_file }}"
register: ansible_aws_config_file_info
# If the file wasn't downloaded, this will fail. Good :-)
- name: Load the params from {{ ansible_aws_config_file }}
include_vars: "{{ ansible_aws_config_file }}"
when: ansible_aws_config_file_info.stat.exists
- fail: msg="{{ ansible_aws_config_file }} doesn't exist"
when: not ansible_aws_config_file_info.stat.exists
| Exit if the config file wasn't downloaded | Exit if the config file wasn't downloaded
| YAML | bsd-2-clause | dieswaytoofast/ansible_aws |
08ccf227d00e7b59d73a5ca3f671ef0524d0a6e1 | metadata/org.getdisconnected.libreipsum.yml | metadata/org.getdisconnected.libreipsum.yml | Categories:
- Development
- Writing
License: GPL-3.0-or-later
WebSite: https://get-disconnected.org/apps/LibreIpsum
SourceCode: https://codeberg.org/getdisconnected/LibreIpsum
IssueTracker: https://codeberg.org/getdisconnected/LibreIpsum/issues
AutoName: Libre Ipsum
RepoType: git
Repo: https://codeberg.org/getdisconnected/LibreIpsum.git
Builds:
- versionName: 0.1.0
versionCode: 100
commit: v0.1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.0
CurrentVersionCode: 100
| Categories:
- Development
- Writing
License: GPL-3.0-or-later
WebSite: https://get-disconnected.org/apps/LibreIpsum
SourceCode: https://codeberg.org/getdisconnected/LibreIpsum
IssueTracker: https://codeberg.org/getdisconnected/LibreIpsum/issues
AutoName: Libre Ipsum
RepoType: git
Repo: https://codeberg.org/getdisconnected/LibreIpsum.git
Builds:
- versionName: 0.1.0
versionCode: 100
commit: v0.1.0
subdir: app
gradle:
- yes
- versionName: 0.1.1
versionCode: 101
commit: v0.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.1
CurrentVersionCode: 101
| Update Libre Ipsum to 0.1.1 (101) | Update Libre Ipsum to 0.1.1 (101)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
f54369c4e57003ac4bb21b1bc7ab90b8af975251 | tasks/main.yml | tasks/main.yml | ---
# See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
- name: Ensure script to install NodeSource Node.js 0.12 repo has been executed
shell: >
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
creates=/etc/apt/sources.list.d/nodesource.list
sudo: yes
- name: Ensure Node.js 0.12 is installed
apt:
pkg: nodejs
state: present
sudo: yes
- name: Ensure Shout package is installed
npm:
name: shout
global: yes
production: yes
version: 0.51.1
state: present
sudo: yes
- name: Ensure esprima package (for JS syntax checking) is installed
npm:
name: esprima
global: yes
production: yes
state: present
sudo: yes
- name: Ensure Shout is configured
copy:
src: config.js
dest: /root/.shout/config.js
validate: 'esvalidate %s'
sudo: yes
# TODO Support change of password
- name: Ensure user configuration files are present
template:
src: user.json.j2
dest: /root/.shout/users/{{ item.user }}.json
force: no # Do not overwrite existing users to not erase networks
with_items: shout_users
sudo: yes
| ---
# See https://nodesource.com/blog/nodejs-v012-iojs-and-the-nodesource-linux-repositories
- name: Ensure script to install NodeSource Node.js 0.12 repo has been executed
shell: >
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
creates=/etc/apt/sources.list.d/nodesource.list
sudo: yes
- name: Ensure Node.js 0.12 is installed
apt:
pkg: nodejs
state: present
sudo: yes
- name: Ensure Shout package is installed
npm:
name: shout
global: yes
production: yes
version: 0.51.1
state: present
sudo: yes
- name: Ensure JS and JSON syntax checking packages are installed
npm:
name: "{{ item }}"
global: yes
production: yes
state: present
with_items:
- esprima
- jsonlint
sudo: yes
- name: Ensure Shout is configured
copy:
src: config.js
dest: /root/.shout/config.js
validate: 'esvalidate %s'
sudo: yes
# TODO Support change of password
- name: Ensure user configuration files are present
template:
src: user.json.j2
dest: /root/.shout/users/{{ item.user }}.json
force: no # Do not overwrite existing users to not erase networks
validate: 'jsonlint -q %s'
with_items: shout_users
sudo: yes
| Make sure user config files are validated before upload | Make sure user config files are validated before upload
| YAML | mit | astorije/ansible-lounge,astorije/ansible-role-shout,astorije/ansible-role-shout |
cfeca3e7f1cb33bfd2b4beab45177351a9e4ec7f | roles/ranger/tasks/main.yml | roles/ranger/tasks/main.yml | ---
- name: Install ranger
become: true
package:
name: ranger
state: installed
- name: Symlink rifle config
- file:
src: "{{ role_path }}/files/rifle.conf"
dest: "~/.config/ranger/rifle.conf"
state: link
| ---
- name: Install ranger
become: true
package:
name: ranger
state: installed
- name: Symlink rifle config
file:
src: "{{ role_path }}/files/rifle.conf"
dest: "~/.config/ranger/rifle.conf"
state: link
| Fix syntax error in ranger task | Fix syntax error in ranger task
| YAML | mit | JohnAZoidberg/dotfiles,JohnAZoidberg/dotfiles |
e7f7d5a54aad0fe3325b249553b5cd5354b9638d | compose/3node_cluster/base.yml | compose/3node_cluster/base.yml | consul:
image: docker2.r3.03.bera.gaikai.biz:5000/qnib/consul
ports:
- "8500:8500"
- "8400:8400"
- "8302:8302"
- "8302:8302/udp"
- "8301:8301"
- "8301:8301/udp"
- "8300:8300"
environment:
- DC_NAME=qnib
- CONSUL_BOOTSTRAP_SOLO=true
- CONSUL_CLUSTER_IPS=192.168.99.100,192.168.99.101,192.168.99.102
- RUN_SERVER=true
dns: 127.0.0.1
| consul:
image: qnib/consul
ports:
- "8500:8500"
- "8400:8400"
- "8302:8302"
- "8302:8302/udp"
- "8301:8301"
- "8301:8301/udp"
- "8300:8300"
environment:
- DC_NAME=dc1
- CONSUL_BOOTSTRAP_SOLO=true
- CONSUL_CLUSTER_IPS=192.168.99.100,192.168.99.101,192.168.99.102
- RUN_SERVER=true
dns: 127.0.0.1
| Revert "use qnib as DC" | Revert "use qnib as DC"
This reverts commit aa3da8cb85ed1a3a35dcfedceddc8b556d22e80d.
| YAML | mit | qnib/docker-consul |
03e2c50c1896955bb65ecaf696702fe47be82af0 | .forestry/front_matter/templates/data-socials.yml | .forestry/front_matter/templates/data-socials.yml | ---
hide_body: false
is_partial: false
fields:
- type: field_group_list
name: socials
label: Socials
description: Social and online accounts
fields:
- type: text
name: title
label: Title
description: e.g. Facebook
config:
required: true
- type: text
label: URL
name: url
description: e.g. https://facebook.com/username
config:
required: true
config:
labelField: title
| ---
hide_body: false
is_partial: false
fields:
- type: field_group_list
name: socials
label: Socials
description: Social and online accounts
fields:
- type: text
name: title
label: Title
description: e.g. Facebook
config:
required: true
- type: text
label: URL
name: url
description: e.g. https://facebook.com/username
config:
required: true
config:
labelField: title
data_files:
- _data/socials.yml
| Update from Forestry.io - _data/socials.yml | Update from Forestry.io - _data/socials.yml | YAML | mit | truecodersio/truecoders.io,truecodersio/truecoders.io,truecodersio/truecoders.io |
01fde06f3bc5f6cf8ec56fa440564f403d36952a | test-integration/generator.yml | test-integration/generator.yml | - params:
base: ../../../../../
- description: Install Yeoman as peer dependency
command: npm install -g yo
exitcode: 0
- description: Install Generator Bob
command: cd {base} && npm link
exitcode: 0
- description: Generate Bob project using Yeoman
command: echo "someproject" | yo bob
exitcode: 0
output: '.*Project name:.*'
| - params:
base: ../../../../../
- description: Install Yeoman as peer dependency
command: npm install -g yo
exitcode: 0
- description: Install Generator Bob
command: cd {base} && npm link
exitcode: 0
- description: Generate Bob project using Yeoman
command: echo "someproject" | yo bob
exitcode: 0
output: '.*Project name.*'
| Change test expectation, latest dep no longer includes colon in prompts. | Change test expectation, latest dep no longer includes colon in prompts.
| YAML | mit | cliffano/generator-bob |
60bb7b20af3345ad5eb64b71d78249bcf3e8db46 | glide.yaml | glide.yaml | package: github.com/trilopin/godinary
import:
- package: cloud.google.com/go
version: ^0.13.0
subpackages:
- storage
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/h2non/bimg.v1
version: ^1.0.18
- package: github.com/getsentry/raven-go
- package: github.com/certifi/gocertifi
version: ^2017.7.27
- package: github.com/spf13/pflag
version: ^1.0.0
- package: github.com/spf13/viper
version: ^1.0.0
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
| package: github.com/trilopin/godinary
import:
- package: cloud.google.com/go
version: ^0.13.0
subpackages:
- storage
- package: golang.org/x/net
subpackages:
- context
- package: gopkg.in/h2non/bimg.v1
version: ^1.0.14
- package: github.com/getsentry/raven-go
- package: github.com/certifi/gocertifi
version: ^2017.7.27
- package: github.com/spf13/pflag
version: ^1.0.0
- package: github.com/spf13/viper
version: ^1.0.0
testImport:
- package: github.com/stretchr/testify
version: ^1.1.4
subpackages:
- assert
| Revert "upgrade bimg to 1.0.18 in order to avoid go-debug dependency" | Revert "upgrade bimg to 1.0.18 in order to avoid go-debug dependency"
This reverts commit bfb653e75cbbba92d2157a9ed9c979871d858286.
| YAML | mit | trilopin/godinary |
83f35a1f2157f98e3058588846852103a2d43987 | .pyup.yml | .pyup.yml | # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements-app.txt:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: True
- requirements.txt:
update: False
pr_prefix: "PyUp - "
| # PyUp config
# https://pyup.io/docs/bot/config/
# Check dependencies in _only_ requirements-app, and open PRs with PyUp prefix.
search: False
schedule: "every week on sunday"
requirements:
- requirements.in:
update: all
pin: True
- requirements-dev.txt:
update: False
pin: False
- requirements.txt:
update: False
- requirements-dev.txt:
update: False
pr_prefix: "PyUp - "
| Update PyUp configuration for pip-tools | Update PyUp configuration for pip-tools
| YAML | mit | alphagov/digitalmarketplace-search-api,alphagov/digitalmarketplace-search-api |
c38751f26cbd437bbb8b56bef1710177ac61d912 | .zuul.yml | .zuul.yml | ui: mocha-bdd
concurrency: 5
browsers:
- name: android
version: [oldest, latest]
- name: chrome
version: [oldest, latest]
- name: firefox
version: [oldest, latest]
- name: ie
version: oldest..latest
- name: iphone
version: [6.0, 9.0]
- name: safari
version: oldest..latest
| ui: mocha-bdd
concurrency: 5
browsers:
- name: android
version: [oldest, latest]
- name: chrome
version: [oldest, latest]
- name: firefox
version: [oldest, latest]
- name: ie
version: oldest..latest
- name: iphone
version: [5.1, 6.0, 9.0]
- name: safari
version: oldest..latest
| Add iPhone 5.1 to test device. | Add iPhone 5.1 to test device.
| YAML | mit | lsm/superplumber,lsm/superpipe |
44bf332a0ad7b7cdee4fdd6cc315c66b857e551a | .zuul.yml | .zuul.yml | ui: jasmine
browsers:
- name: chrome
version: 30..latest
- name: ie
version: 9..latest
- name: firefox
version: 30..latest
- name: iphone
version: 4.3..latest
- name: ipad
version: 4.3..latest
- name: android
version: 4.0..latest
- name: opera
version: 11..latest
- name: safari
version: 5..latest
| ui: jasmine
browsers:
- name: chrome
version: 30..latest
- name: ie
version: 9..latest
- name: firefox
version: 30..latest
- name: iphone
version: 6..latest
- name: ipad
version: 6..latest
- name: android
version: 4.0..latest
- name: opera
version: 12..latest
- name: safari
version: 6..latest
| Update Zuul to exclude unsupported browser versions. | Update Zuul to exclude unsupported browser versions.
| YAML | bsd-3-clause | virajsanghvi/seamless-immutable,oliverwoodings/seamless-immutable,rtfeldman/seamless-immutable,jedwards1211/seamless-immutable,crudh/seamless-immutable,SamHowie/seamless-immutable |
1acde7390e36ed6ecf3920ce6c6f74891f446971 | packages/we/webkit2gtk3-javascriptcore.yaml | packages/we/webkit2gtk3-javascriptcore.yaml | homepage: ''
changelog-type: ''
hash: e1e410f39ca702d509856e20e113db0e1e8d79315328736084b6c5a93541e59a
test-bench-deps: {}
maintainer: Ian-Woo Kim <ianwookim@gmail.com>
synopsis: JavaScriptCore FFI from webkitgtk
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- 0.14.2.1
- 0.14.3.0
author: Ian-Woo Kim
latest: 0.14.3.0
description-type: haddock
description: FFI for JavaScriptCore module from webkitgtk
license-name: BSD-3-Clause
| homepage: ''
changelog-type: ''
hash: 4532761f3efb64bf36517c9231f259e5b2d75a5bda372777cf2adbe386c521d2
test-bench-deps: {}
maintainer: Ian-Woo Kim <ianwookim@gmail.com>
synopsis: JavaScriptCore FFI from webkitgtk
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- 0.14.2.1
- 0.14.3.0
- 0.14.4.0
author: Ian-Woo Kim
latest: 0.14.4.0
description-type: haddock
description: FFI for JavaScriptCore module from webkitgtk
license-name: BSD-3-Clause
| Update from Hackage at 2019-12-23T22:03:38Z | Update from Hackage at 2019-12-23T22:03:38Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
8f0e1a896aa9acce542e16014bbfbcdc538f7206 | config/mongoid.yml | config/mongoid.yml | development:
# Configure available database sessions. (required)
sessions:
# Defines the default session. (required)
default:
# Defines the name of the default database that Mongoid can connect to.
# (required).
database: recruiter_development
# Provides the hosts the default session can connect to. Must be an array
# of host:port pairs. (required)
hosts:
- localhost:27017
options:
# Change the default consistency model to :eventual or :strong.
# :eventual will send reads to secondaries, :strong sends everything
# to master. (default: :eventual)
consistency: :strong
# Configure Mongoid specific options. (optional)
options:
# Enable the identity map, needed for eager loading. (default: false)
identity_map_enabled: true
# Preload all models in development, needed when models use
# inheritance. (default: false)
preload_models: true
test:
sessions:
default:
database: recruiter_test
hosts:
- localhost:27017
options:
consistency: :strong
# In the test environment we lower the retries and retry interval to
# low amounts for fast failures.
max_retries: 1
retry_interval: 0
production:
sessions:
default:
database: recruiter
hosts:
- localhost:27017
options:
consistency: :strong
| development:
# Configure available database sessions. (required)
sessions:
# Defines the default session. (required)
default:
# Defines the name of the default database that Mongoid can connect to.
# (required).
database: recruiter_development
# Provides the hosts the default session can connect to. Must be an array
# of host:port pairs. (required)
hosts:
- localhost:27017
options:
# Change the default consistency model to :eventual or :strong.
# :eventual will send reads to secondaries, :strong sends everything
# to master. (default: :eventual)
consistency: :strong
# Configure Mongoid specific options. (optional)
options:
# Enable the identity map, needed for eager loading. (default: false)
identity_map_enabled: true
# Preload all models in development, needed when models use
# inheritance. (default: false)
preload_models: true
test:
sessions:
default:
database: recruiter_test
hosts:
- localhost:27017
options:
consistency: :strong
# In the test environment we lower the retries and retry interval to
# low amounts for fast failures.
max_retries: 1
retry_interval: 0
production:
sessions:
default:
database: recruiter
hosts:
- localhost:27072
options:
consistency: :strong
| Update mongodb config for production | Update mongodb config for production
| YAML | mit | jrhorn424/recruiter,jrhorn424/recruiter |
966c1694ba6a69f27909e92f8a69f4bed3ec3e16 | codeship-steps.yml | codeship-steps.yml | - service: maven
command: mvn clean deploy -DdockerBuild=true
encrypted_dockercfg_path: dockercfg.encrypted
| - service: maven
command: mvn clean install -DdockerBuild=true -DpushImage
encrypted_dockercfg_path: dockercfg.encrypted
| Use maven install instead of deploy | Use maven install instead of deploy
| YAML | apache-2.0 | corbel-platform/corbel,bq/corbel,corbel-platform/corbel,bq/corbel |
f339ef25c70d2132e72c3ce81dcd91e8006e4273 | config/plugins.yml | config/plugins.yml | loomio_org_plugin:
repo: https://github.com/loomio/loomio_org_plugin.git
branch: membership-emails
loomio_tags:
repo: https://github.com/loomio/loomio_tags.git
loomio_truncate_comment:
repo: https://github.com/loomio/loomio_truncate_comment.git
loomio_content_preview:
repo: https://github.com/loomio/loomio_content_preview.git
loomio_onboarding:
repo: https://github.com/loomio/loomio_onboarding.git
| loomio_org_plugin:
repo: https://github.com/loomio/loomio_org_plugin.git
loomio_tags:
repo: https://github.com/loomio/loomio_tags.git
loomio_truncate_comment:
repo: https://github.com/loomio/loomio_truncate_comment.git
loomio_content_preview:
repo: https://github.com/loomio/loomio_content_preview.git
loomio_onboarding:
repo: https://github.com/loomio/loomio_onboarding.git
| Use master loomio org plugin branch | Use master loomio org plugin branch
| YAML | agpl-3.0 | piratas-ar/loomio,loomio/loomio,loomio/loomio,loomio/loomio,piratas-ar/loomio,loomio/loomio,piratas-ar/loomio,piratas-ar/loomio |
4e7400ae615e537113fba0da228b350cb8496f75 | server/stack.yaml | server/stack.yaml | resolver: lts-12.5
extra-deps:
- github: fimad/prometheus-haskell
commit: e44ab37a5d4e4a570e24cb1ca29d2753a27090c5
subdirs:
- prometheus-client
- prometheus-metrics-ghc
- wai-middleware-prometheus
| resolver: lts-12.5
extra-deps:
- prometheus-client-1.0.0
- prometheus-metrics-ghc-1.0.0
- wai-middleware-prometheus-1.0.0
| Use the newly released prometheus-client-1.0.0 library | Use the newly released prometheus-client-1.0.0 library
Instead of building from git. This still needs some fixes in our code
though, since the types in the library changed.
| YAML | bsd-3-clause | channable/icepeak,channable/icepeak,channable/icepeak |
d32612300e2d24e01ddd3874990f9dd887b0f45e | azure-pipelines.yml | azure-pipelines.yml | # Maven package Java project Web App to Linux on Azure
# Build your Java project and deploy it to Azure as a Linux web app
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
- develop
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/target/ROOT.war'
artifact: 'mouseinventory' | # Maven package Java project Web App to Linux on Azure
# Build your Java project and deploy it to Azure as a Linux web app
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/java
trigger:
- master
- develop
- release/*
pool:
vmImage: 'ubuntu-latest'
steps:
- task: Maven@3
inputs:
mavenPomFile: 'pom.xml'
mavenOptions: '-Xmx3072m'
javaHomeOption: 'JDKVersion'
jdkVersionOption: '1.8'
jdkArchitectureOption: 'x64'
publishJUnitResults: true
testResultsFiles: '**/surefire-reports/TEST-*.xml'
goals: 'package'
- task: PublishPipelineArtifact@1
inputs:
targetPath: '$(System.DefaultWorkingDirectory)/target/ROOT.war'
artifact: 'mouseinventory' | Update azure pipeline to build release branches | Update azure pipeline to build release branches
| YAML | agpl-3.0 | musIndex/mouseinventory,musIndex/mouseinventory,musIndex/mouseinventory |
7be7bb240f14ef7286678ec4a3db9b35496015b5 | config/secrets.yml | config/secrets.yml | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
# development:
# secret_key_base: <%= ENV["DEV_SECRET_KEY_BASE"] %>
# test:
# secret_key_base: <%= ENV["TEST_SECRET_KEY_BASE"] %>
# production:
# secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
development:
secret_token: ENV['GITHUB_KEY']
secret_key_base: ENV['GITHUB_SECRET']
test:
secret_token: ENV['GITHUB_KEY']
secret_key_base: ENV['GITHUB_SECRET'] | # Be sure to restart your server when you modify this file.
# Your secret key is used for verifying the integrity of signed cookies.
# If you change this key, all old signed cookies will become invalid!
# Make sure the secret is at least 30 characters and all random,
# no regular words or you'll be exposed to dictionary attacks.
# You can use `rake secret` to generate a secure secret key.
# Make sure the secrets in this file are kept private
# if you're sharing your code publicly.
development:
secret_key_base: <%= ENV["SECRET_TOKEN"] %>
test:
secret_token: ENV["SECRET_TOKEN"]
secret_key_base: ENV["TEST_SECRET_KEY_BASE"]
production:
secret_key_base: <%= ENV["SECRET_TOKEN"] %>
# development:
# secret_token: ENV['GITHUB_KEY']
# secret_key_base: ENV['GITHUB_SECRET']
# test:
# secret_token: ENV['GITHUB_KEY']
# secret_key_base: ENV['GITHUB_SECRET'] | Change config files for secret_key_base | Change config files for secret_key_base
| YAML | mit | mccallumjack/sinder,mccallumjack/sinder,mccallumjack/sinder |
96d1a8a40aafcc95333863e8aeb2763da5902862 | config/storage.yml | config/storage.yml | test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>
google:
service: GCS
credentials:
type: "service_account"
project_id: "<%= ENV.fetch('GOOGLE_PROJECT_ID', '') %>"
private_key_id: "<%= ENV.fetch('GOOGLE_PRIVATE_KEY_ID', '') %>"
private_key: "<%= ENV.fetch('GOOGLE_PRIVATE_KEY', '') %>"
client_email: "<%= ENV.fetch('GOOGLE_CLIENT_EMAIL', '') %>"
client_id: "<%= ENV.fetch('GOOGLE_CLIENT_ID', '') %>"
auth_uri: "https://accounts.google.com/o/oauth2/auth"
token_uri: "https://accounts.google.com/o/oauth2/token"
auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs"
client_x509_cert_url: "<%= ENV.fetch('GOOGLE_CLIENT_X509_CERT_URL', '') %>"
project: "<%= ENV.fetch('GOOGLE_PROJECT_ID', '') %>"
bucket: "<%= ENV.fetch('GOOGLE_BUCKET', '') %>"
| test:
service: Disk
root: <%= Rails.root.join("tmp/storage") %>
local:
service: Disk
root: <%= Rails.root.join("storage") %>
google:
service: GCS
credentials:
type: "service_account"
project_id: "<%= ENV.fetch('GOOGLE_PROJECT_ID', '') %>"
private_key_id: "<%= ENV.fetch('GOOGLE_PRIVATE_KEY_ID', '') %>"
private_key: "<%= ENV.fetch('GOOGLE_PRIVATE_KEY', '').gsub("\n", '\n') %>"
client_email: "<%= ENV.fetch('GOOGLE_CLIENT_EMAIL', '') %>"
client_id: "<%= ENV.fetch('GOOGLE_CLIENT_ID', '') %>"
auth_uri: "https://accounts.google.com/o/oauth2/auth"
token_uri: "https://accounts.google.com/o/oauth2/token"
auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs"
client_x509_cert_url: "<%= ENV.fetch('GOOGLE_CLIENT_X509_CERT_URL', '') %>"
project: "<%= ENV.fetch('GOOGLE_PROJECT_ID', '') %>"
bucket: "<%= ENV.fetch('GOOGLE_BUCKET', '') %>"
| Fix line endings in config file | Fix line endings in config file
| YAML | agpl-3.0 | panterch/future_kids,panterch/future_kids,panterch/future_kids,panterch/future_kids |
415827e2760b1a1970df71afc320de3fd1594fba | .github/workflows/build-ab.yml | .github/workflows/build-ab.yml | name: build ab
on:
- push
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential cmake libfmt-dev python3-pip ninja-build ragel
sudo pip install pyyaml jinja2
- name: checkout
uses: actions/checkout@master
with:
fetch-depth: 1
submodules: true
- name: Configure
run: mkdir build && cd build && cmake -Wdev -GNinja -DAB_COLOR_DIAGNOSTICS=on ..
- name: Build
run: cd build && ninja --verbose
- name: Test
run: cd build && ctest -V
env:
GTEST_COLOR: yes
| name: build ab
on:
- push
jobs:
build-linux:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install build-essential cmake libfmt-dev python3-pip ninja-build ragel
sudo pip install pyyaml jinja2
- name: checkout
uses: actions/checkout@master
with:
fetch-depth: 1
submodules: true
- name: Configure
run: mkdir build && cd build && cmake -Wdev -GNinja -DAB_COLOR_DIAGNOSTICS=on ..
- name: Build
run: cd build && ninja
- name: Test
run: cd build && ctest -V
env:
GTEST_COLOR: yes
| Remove verbose option from ninja | Remove verbose option from ninja
Signed-off-by: Robert Young <42c59959a3f4413d6a1b4d7b4f99db457d199e49@gmail.com>
| YAML | apache-2.0 | ab-vm/ab,ab-vm/ab,ab-vm/ab,ab-vm/ab,ab-vm/ab |
4bc39cb899e42825b7172f330e0c34d3d8780c13 | .github/workflows/ci-build.yml | .github/workflows/ci-build.yml | name: CI
on: push
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run:
make test
| name: CI
on: pull_request
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run tests
run:
make test
| Change push to pull_request event | Change push to pull_request event
Used push to trigger before opening a PR.
| YAML | bsd-3-clause | scraperwiki/hanoverd,sensiblecodeio/hanoverd,sensiblecodeio/hanoverd,scraperwiki/hanoverd |
f197f9d0bcaea6c999295ad45c18b071e7d8ada7 | .github/workflows/valgrind.yml | .github/workflows/valgrind.yml | name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@2.0.0
with:
extra_resolve_options: ${{ github.events.inputs.extra_resolve_options }}
| name: Valgrind
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
valgrind:
name: Valgrind
uses: steinwurf/valgrind-action/.github/workflows/action.yml@3.0.0
with:
extra_resolve_options: ${{ github.events.inputs.extra_resolve_options }}
| Update Valgrind to new version 3.0.0 | Update Valgrind to new version 3.0.0 | YAML | bsd-3-clause | steinwurf/stub,steinwurf/stub |
eea40bdff6efe5c43a894d61115b3ec8ee4b4033 | tasks/install.deb.yml | tasks/install.deb.yml | ---
- name: Install requirements - pt. 1
apt: pkg={{item}}
with_items:
- cron
- lzop
- pv
- python-pip
- name: Install requirements - pt. 2
pip: name=wal-e
| ---
- name: Install requirements - pt. 1
apt: pkg={{item}}
with_items:
- cron
- lzop
- pv
- python-pip
- python-dev
- python-lxml
- name: Install requirements - pt. 2
pip: name=wal-e
| Add more packages required to build/install wal-e | Add more packages required to build/install wal-e | YAML | mit | Stouts/Stouts.wale |
e2aed49adfa17d1c02e7b8c4b085371f8999e6b5 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | ---
on:
- push
- pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
- name: Compile
run: go build ./...
| ---
on:
- push
- pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
- name: Compile
run: go build ./...
| Use go1.18 in CI as well | Use go1.18 in CI as well
| YAML | mit | jekyll/dashboard |
4e506c0d05146aa0c3cee1d71f5709df2228e74b | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: David Wittman
description: Highly configurable role to install Redis and Redis Sentinel from source
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- 6
categories:
- database
- database:nosql
| ---
galaxy_info:
author: David Wittman
description: Highly configurable role to install Redis and Redis Sentinel from source
min_ansible_version: 1.4
platforms:
- name: Ubuntu
versions:
- all
- name: Debian
versions:
- all
- name: EL
versions:
- 6
- 7
categories:
- database
- database:nosql
| Add EL 7 to supported platforms | Add EL 7 to supported platforms | YAML | mit | DavidWittman/ansible-redis,holycattle/ansible-redis,mikechau/ansible-redis,silverlogic/ansible-redis,3choBoomer/ansible-redis,umn-asr/ansible-redis,albsen/ansible-redis,DavidWittman/ansible-redis,sourcestream/ansible-redis |
5e6fab9b0b964bd1bd04465584a37cf575ec56ea | metadata.yaml | metadata.yaml | name: layer-docker
summary: juju-compose layer for Docker
maintainers:
- Charles Butler <charles.butler@canonical.com>
- Matt Bruzek <matthew.bruzek@canonical.com>
description: |
A minimalist docker charm layer for use with juju compose,
powered by the reactive framework
tags:
- containers
- layer
subordinate: false
| name: docker
summary: juju-compose layer for Docker
maintainers:
- Charles Butler <charles.butler@canonical.com>
- Matt Bruzek <matthew.bruzek@canonical.com>
description: |
A minimalist docker charm layer for use with juju compose,
powered by the reactive framework
tags:
- containers
- layer
subordinate: false
| Rename layer-docker to 'docker' for generation purposes | Rename layer-docker to 'docker' for generation purposes
| YAML | bsd-3-clause | chuckbutler/layer-docker,chuckbutler/layer-docker |
5ca5de64cff9cedf9b10a2fee4a6a22af5f1f0b3 | metadata/com.blogspot.developersu.ns_usbloader.yml | metadata/com.blogspot.developersu.ns_usbloader.yml | Categories:
- Connectivity
License: GPL-3.0-or-later
WebSite: https://developersu.blogspot.com
SourceCode: https://github.com/developersu/ns-usbloader-mobile
IssueTracker: https://github.com/developersu/ns-usbloader-mobile/issues
Changelog: https://github.com/developersu/ns-usbloader-mobile/releases
Donate: https://paypal.me/developersu
LiberapayID: '1717252'
RepoType: git
Repo: https://github.com/developersu/ns-usbloader-mobile
Builds:
- versionName: '1.0'
versionCode: 3
commit: v1.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v\d+\.\d+(\.\d+)?$
| Categories:
- Connectivity
License: GPL-3.0-or-later
WebSite: https://developersu.blogspot.com
SourceCode: https://github.com/developersu/ns-usbloader-mobile
IssueTracker: https://github.com/developersu/ns-usbloader-mobile/issues
Changelog: https://github.com/developersu/ns-usbloader-mobile/releases
Donate: https://paypal.me/developersu
LiberapayID: '1717252'
RepoType: git
Repo: https://github.com/developersu/ns-usbloader-mobile
Builds:
- versionName: '5.0'
versionCode: 7
commit: v5.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags ^v\d+\.\d+(\.\d+)?$
| Update metadata for picking up the latest application version | Update metadata for picking up the latest application version
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
e7cd76c52948dea50f6b66b33c2ae7a9bd6ae2f6 | docker-compose.yml | docker-compose.yml | version: '3.1'
services:
mongo:
container_name: gazetteer_mongo
image: mongo:4.0
volumes:
- ./mongo/docker-entrypoint.sh:/docker-entrypoint.sh
- ./src/test/resources:/docker-entrypoint-initdb.d/data
environment:
MONGO_INITDB_DATABASE: gazetteer
ports:
- 27017:27017
entrypoint: /docker-entrypoint.sh
networks:
- gazetteer
elasticsearch:
container_name: gazetteer_elasticsearch
command: ["elasticsearch", "-Ecluster.name=gazetteer.dainst.org"]
build:
context: ./elasticsearch
ports:
- 9200:9200
- 9300:9300
networks:
- gazetteer
elasticsearch-init:
container_name: gazetteer_elasticsearch_init
build:
context: ./elasticsearch-init
volumes:
- ./elasticsearch-init/docker-entrypoint.sh:/docker-entrypoint.sh
- ./src/main/resources/es/_template/place_template.json:/mappings/place_template.json
environment:
ELASTICSEARCH_CONTAINER_NAME: gazetteer_elasticsearch
networks:
- gazetteer
volumes:
esdata:
driver: local
networks:
gazetteer: | version: '3.1'
services:
mongo:
container_name: gazetteer_mongo
image: mongo:4.0
volumes:
- ./mongo/docker-entrypoint.sh:/docker-entrypoint.sh
- ./src/test/resources:/docker-entrypoint-initdb.d/data
environment:
MONGO_INITDB_DATABASE: gazetteer
ports:
- 27017:27017
entrypoint: /docker-entrypoint.sh
networks:
- gazetteer
elasticsearch:
container_name: gazetteer_elasticsearch
build:
context: ./elasticsearch
environment:
- discovery.type=single-node
- cluster.name=gazetteer.dainst.org
ports:
- 9200:9200
- 9300:9300
networks:
- gazetteer
elasticsearch-init:
container_name: gazetteer_elasticsearch_init
build:
context: ./elasticsearch-init
volumes:
- ./elasticsearch-init/docker-entrypoint.sh:/docker-entrypoint.sh
- ./src/main/resources/es/_template/place_template.json:/mappings/place_template.json
environment:
ELASTICSEARCH_CONTAINER_NAME: gazetteer_elasticsearch
networks:
- gazetteer
volumes:
esdata:
driver: local
networks:
gazetteer: | Add discovery type to prevent memory warning in development mode | Add discovery type to prevent memory warning in development mode
Also see: https://www.elastic.co/guide/en/elasticsearch/reference/6.7/docker.html
| YAML | apache-2.0 | dainst/gazetteer,codarchlab/gazetteer,dainst/gazetteer,codarchlab/gazetteer,dainst/gazetteer,codarchlab/gazetteer,dainst/gazetteer,dainst/gazetteer,codarchlab/gazetteer,codarchlab/gazetteer,dainst/gazetteer |
1acf8f7f0ac052de51d2f02a800429e82ebcc538 | roles/static/tasks/main.yml | roles/static/tasks/main.yml | ---
- name: create static sync user
user: name={{ static.sync_user }} createhome=no state=present
- name: create static dir
file: path={{ static_dir }} state=directory
- name: create static idp image directory
file: path={{ static_dir }}/logos/idp state=directory owner={{ static.sync_user }}
- name: create static sp image directory
file: path={{ static_dir }}/logos/sp state=directory owner={{ static.sync_user }}
- name: copy media files
copy: src=media dest={{ static_dir }}
- name: symlink legacy idp and sp logo locations
file: src=../logos/{{ item }} dest={{ static_dir }}/media/{{ item }} state=link
with_items:
- 'idp'
- 'sp'
- name: copy apache config
template: src=static.conf.j2 dest=/etc/httpd/conf.d/static.conf
notify: reload httpd
| ---
- name: create static sync user
user: name={{ static.sync_user }} createhome=no state=present
- name: create static dir
file: path={{ static_dir }} state=directory
- name: create static idp image directory
file: path={{ static_dir }}/logos/idp state=directory owner={{ static.sync_user }}
- name: create static sp image directory
file: path={{ static_dir }}/logos/sp state=directory owner={{ static.sync_user }}
- name: create static aa image directory
file: path={{ static_dir }}/logos/aa state=directory owner={{ static.sync_user }}
- name: copy media files
copy: src=media dest={{ static_dir }}
- name: symlink legacy idp and sp logo locations
file: src=../logos/{{ item }} dest={{ static_dir }}/media/{{ item }} state=link
with_items:
- 'idp'
- 'sp'
- 'aa'
- name: copy apache config
template: src=static.conf.j2 dest=/etc/httpd/conf.d/static.conf
notify: reload httpd
| Add aa variety to static logo site | Add aa variety to static logo site
| YAML | apache-2.0 | OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy,OpenConext/OpenConext-deploy |
57a184ff19049f7d5c5c8a914cc2ca4e43db43f5 | docker-compose.yml | docker-compose.yml | version: '3.6'
services:
cocoa-maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner:server-payload-platform-steps-cli
environment:
DEBUG:
VERBOSE:
BUILDKITE:
BUILDKITE_PIPELINE_NAME:
MAZE_DEVICE_FARM_USERNAME:
MAZE_DEVICE_FARM_ACCESS_KEY:
volumes:
- ./features/fixtures/ios-swift-cocoapods/output:/app/build
- ./features/:/app/features/
| version: '3.6'
services:
cocoa-maze-runner:
image: 855461928731.dkr.ecr.us-west-1.amazonaws.com/maze-runner-releases:latest-v4-cli
environment:
DEBUG:
VERBOSE:
BUILDKITE:
BUILDKITE_PIPELINE_NAME:
MAZE_DEVICE_FARM_USERNAME:
MAZE_DEVICE_FARM_ACCESS_KEY:
volumes:
- ./features/fixtures/ios-swift-cocoapods/output:/app/build
- ./features/:/app/features/
| Revert back to latest maze-runner v4 release | Tests: Revert back to latest maze-runner v4 release
| YAML | mit | bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa,bugsnag/bugsnag-cocoa |
a470bcc1d3d006f1c17043ffca5105570dcf5af8 | docker-compose.yml | docker-compose.yml | feeder:
build: .
volumes:
- .:/app
env_file:
- .env
links:
- db
ports:
- "3001:3000"
command: web
environment:
VIRTUAL_HOST: feeder.prx.docker
LOCAL_ENV: "true"
worker:
image: feederprxorg_feeder
volumes:
- .:/app
env_file:
- .env
links:
- db
command: worker
db:
image: postgres:9.4.15-alpine
env_file:
- .env
expose:
- "5432"
volumes:
- ./db/import:/docker-entrypoint-initdb.d
| version: '2'
networks:
feeder-net:
driver: bridge
services:
feeder:
build: .
volumes:
- .:/app
env_file:
- .env
links:
- db
ports:
- "3001:3000"
command: web
environment:
VIRTUAL_HOST: feeder.prx.docker
LOCAL_ENV: "true"
networks:
- feeder-net
worker:
image: feederprxorg_feeder
volumes:
- .:/app
env_file:
- .env
links:
- db
command: worker
networks:
- feeder-net
db:
image: postgres:13-alpine
env_file:
- .env
expose:
- "5432"
volumes:
- ./db/import:/docker-entrypoint-initdb.d
networks:
- feeder-net
| Update compose file to later version | Update compose file to later version
| YAML | agpl-3.0 | PRX/feeder.prx.org,PRX/feeder.prx.org,PRX/feeder.prx.org |
8de62d7dc650adf88330d19323bd22af2de2fa21 | schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml | schemas/stsci.edu/asdf/asdf-schema-1.0.0.yaml | %YAML 1.1
---
$schema: "http://json-schema.org/draft-04/schema"
id: "http://stsci.edu/schemas/asdf/asdf-schema-1.0.0"
title:
ASDF schema
description: |
A metaschema extending YAML Schema and JSON Schema to add support
for some ASDF-specific checks, related to nd-arrays.
allOf:
- $ref: "http://stsci.edu/schemas/yaml-schema/draft-01"
- type: object
properties:
max_ndim:
description: |
Specifies that the corresponding ndarray is at most the
given number of dimensions. If the array has fewer
dimensions, it should be logically treated as if it were
"broadcast" to the expected dimensions by adding 1's to the
front of the shape list.
type: integer
minimum: 0
ndim:
description: |
Specifies that the matching ndarray is exactly the given
number of dimensions.
type: integer
minimum: 0
datatype:
description: |
Specifies the datatype of the ndarray.
By default, an array is considered "matching" if the array
can be cast to the given datatype without data loss. For
exact datatype matching, set `exact_datatype` to `true`.
allOf:
- $ref: "http://stsci.edu/schemas/asdf/core/ndarray-1.0.0#/definitions/datatype-1.0.0"
exact_datatype:
description: |
If `true`, the datatype must match exactly.
type: boolean
default: false
...
| %YAML 1.1
---
$schema: "http://json-schema.org/draft-04/schema"
id: "http://stsci.edu/schemas/asdf/asdf-schema-1.0.0"
title:
ASDF schema
description: |
A metaschema extending YAML Schema and JSON Schema to add support
for some ASDF-specific checks, related to nd-arrays.
allOf:
- $ref: "http://stsci.edu/schemas/yaml-schema/draft-01"
- type: object
properties:
max_ndim:
description: |
Specifies that the corresponding ndarray is at most the
given number of dimensions. If the array has fewer
dimensions, it should be logically treated as if it were
"broadcast" to the expected dimensions by adding 1's to the
front of the shape list.
type: integer
minimum: 0
ndim:
description: |
Specifies that the matching ndarray is exactly the given
number of dimensions.
type: integer
minimum: 0
datatype:
description: |
Specifies the datatype of the ndarray.
By default, an array is considered "matching" if the array
can be cast to the given datatype without data loss. For
exact datatype matching, set `exact_datatype` to `true`.
allOf:
- $ref: "http://stsci.edu/schemas/asdf/core/ndarray-1.0.0#/definitions/datatype"
exact_datatype:
description: |
If `true`, the datatype must match exactly.
type: boolean
default: false
...
| Fix malformed reference in ASDF schema | Fix malformed reference in ASDF schema
| YAML | bsd-3-clause | spacetelescope/asdf-standard |
ad6ae323b708bd3af72788bce617596123697de7 | .install.conf.yaml | .install.conf.yaml | - defaults:
link:
create: true
relink: true
force: true
shell:
stderr: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.gitconfig:
~/.iterm2:
~/.ssh/authorized_keys: ssh/authorized_keys
~/.ssh/config: ssh/config
~/.ssh/id_ecdsa.pub: ssh/id_ecdsa.pub
~/.ssh/id_ed25519.pub: ssh/id_ed25519.pub
~/.ssh/id_rsa.pub: ssh/id_rsa.pub
~/.zlogin:
~/.zlogout:
~/.zprezto:
~/.zpreztorc:
~/.zprofile:
~/.zshenv:
~/.zshrc:
- shell:
- [nerd-fonts/install.sh --link --clean --windows, Updating fonts]
-
command: for dotdir in `find ~ -name '.dotfiles.*'`; do $dotdir/.install -Q; done
stdout: true
description: Checking for other dotfiles repo's
| - defaults:
link:
create: true
relink: true
force: true
shell:
stderr: true
- clean: ['~']
- link:
~/.dotfiles: ''
~/.gitconfig:
~/.iterm2:
~/.ssh/authorized_keys: ssh/authorized_keys
~/.ssh/config: ssh/config
~/.ssh/id_ecdsa.pub: ssh/id_ecdsa.pub
~/.ssh/id_ed25519.pub: ssh/id_ed25519.pub
~/.ssh/id_rsa.pub: ssh/id_rsa.pub
~/.zlogin:
~/.zlogout:
~/.zprezto:
~/.zpreztorc:
~/.zprofile:
~/.zshenv:
~/.zshrc:
- shell:
- [git submodule update --init --recursive, Checking submodules]
- [nerd-fonts/install.sh --link --clean --windows, Updating fonts]
-
command: for dotdir in `find ~ -name '.dotfiles.*'`; do $dotdir/.install -Q; done
stdout: true
description: Checking for other dotfiles repo's
| Revert "Remove the check for submodules, dotbot's install script already does it" | Revert "Remove the check for submodules, dotbot's install script already does it"
This reverts commit 0de1219988e42087a5653886868181b5b02a450a.
Dotbot actually checks its own submodules, not the ones of the
superproject
| YAML | unlicense | Twanislas/dotfiles,Twanislas/dotfiles |
923659a27d4f7f641c665ead3d4f1c93ceb92215 | ccp/ses-ansible/roles/ses/tasks/pre_setup.yml | ccp/ses-ansible/roles/ses/tasks/pre_setup.yml | ---
- name: "Ensure host in /etc/hosts"
lineinfile:
dest: "/etc/hosts"
line: "{{ item }}"
owner: root
group: root
mode: 0644
with_items:
- "{{ ansible_default_ipv4.address }} {{ ansible_hostname }}"
- "::1 {{ ansible_hostname }}"
- name: "Count number of disk devices"
shell: |
lsblk -n -o type | awk 'BEGIN{count=0} $1=="disk" {count++} END{print count}'
register: ses_node_disks_count_result
- name: "Set SES node disk count fact"
set_fact:
ses_node_disks_count: "{{ ses_node_disks_count_result.stdout | int }}"
- name: "Ensure NTP installed"
package:
name: ntp
state: present
- name: Ensure NTP is enabled
service:
name: "ntpd"
state: started
enabled: yes
- name: Ensure SES repos present
zypper_repository:
name: "{{ item.name }}"
repo: "{{ item.repo }}"
with_items:
- name: "SUSE-Enterprise-Storage-{{ ses_version }}-Pool"
repo: "{{ ses_repo_server }}/repos/x86_64/SUSE-Enterprise-Storage-{{ ses_version }}-Pool/"
- name: "SUSE-Enterprise-Storage-{{ ses_version }}-Updates"
repo: "{{ ses_repo_server }}/repos/x86_64/SUSE-Enterprise-Storage-{{ ses_version }}-Updates/"
| ---
- name: "Ensure host in /etc/hosts"
lineinfile:
dest: "/etc/hosts"
line: "{{ item }}"
owner: root
group: root
mode: 0644
with_items:
- "{{ ansible_default_ipv4.address }} {{ ansible_hostname }}"
- "::1 {{ ansible_hostname }}"
- name: "Count number of disk devices"
shell: |
lsblk -n -o type | awk 'BEGIN{count=0} $1=="disk" {count++} END{print count}'
register: ses_node_disks_count_result
- name: "Set SES node disk count fact"
set_fact:
ses_node_disks_count: "{{ ses_node_disks_count_result.stdout | int }}"
- name: "Ensure NTP installed"
package:
name: ntp
state: present
- name: Ensure NTP is enabled
service:
name: "ntpd"
state: started
enabled: yes
- name: Ensure SES repos present
zypper_repository:
name: "{{ item.name }}"
repo: "{{ item.repo }}"
with_items:
- name: "SUSE-Enterprise-Storage-{{ ses_version }}-Pool"
repo: "{{ ses_repo_server }}/repos/x86_64/SUSE-Enterprise-Storage-{{ ses_version }}-Pool/"
- name: "SUSE-Enterprise-Storage-{{ ses_version }}-Updates"
repo: "{{ ses_repo_server }}/repos/x86_64/SUSE-Enterprise-Storage-{{ ses_version }}-Updates/"
| Switch tab for space in ses-ansible role | Switch tab for space in ses-ansible role
travis-ci is failing due to tabs found on the ses-ansible role.
This change switches the tab for space in this role.
| YAML | apache-2.0 | aspiers/automation,gosipyan/automation,SUSE-Cloud/automation,aspiers/automation,gosipyan/automation,SUSE-Cloud/automation,SUSE-Cloud/automation,aspiers/automation,SUSE-Cloud/automation,aspiers/automation,gosipyan/automation,gosipyan/automation |
61b8157a291e4ea47257a1d3b8e0f6995c62d3f5 | meta/main.yml | meta/main.yml | ---
galaxy_info:
author: PowerDNS Engineering Team
description: Install and configure Metronome
company: PowerDNS.COM BV
license: MIT
min_ansible_version: 2.2
platforms:
- name: EL
versions:
- 7
- 6
- name: Debian
versions:
- jessie
- stretch
- name: Ubuntu
versions:
- trusty
- utopic
- vivid
- wily
- xenial
- bionic
galaxy_tags:
- system
- metronome
- monitoring
- carbon
| ---
galaxy_info:
role_name: metronome
author: PowerDNS Engineering Team
description: Install and configure Metronome
company: PowerDNS.COM BV
license: MIT
min_ansible_version: 2.2
platforms:
- name: EL
versions:
- 7
- 6
- name: Debian
versions:
- jessie
- stretch
- name: Ubuntu
versions:
- trusty
- utopic
- vivid
- wily
- xenial
- bionic
galaxy_tags:
- system
- metronome
- monitoring
- carbon
| Fix the ansible-galaxy role name in meta/tasks.yml | Fix the ansible-galaxy role name in meta/tasks.yml
| YAML | mit | PowerDNS/metronome-ansible |
0ae8718ff3319597a9869ff825d40dd244e1d901 | metainfo.yaml | metainfo.yaml | maintainer:
description: KDE Integration for QtWebKit
tier: 3
type: integration
platforms:
- name: Linux
- name: FreeBSD
- name: Windows
- name: MacOSX
portingAid: false
deprecated: false
release: true
libraries:
- qmake: KDEWebKit
cmake: "KF5::WebKit"
cmakename: KF5WebKit
public_lib: true
group: Frameworks
subgroup: Tier 3
| maintainer:
description: KDE Integration for QtWebKit
tier: 3
type: integration
platforms:
- name: Linux
- name: FreeBSD
- name: Windows
- name: MacOSX
portingAid: false
deprecated: false
release: true
libraries:
- qmake: KDEWebKit
cmake: "KF5::WebKit"
cmakename: KF5WebKit
public_lib: true
group: Frameworks
subgroup: Porting Aids
| Downgrade KDEWebKit from Tier 3 to Porting Aids | Downgrade KDEWebKit from Tier 3 to Porting Aids
Summary:
QtWebKit is dead, even the "revived" version has no changes since more
than a year.
Reviewers: apol, cullmann
Reviewed By: apol, cullmann
Subscribers: cullmann, apol, asturmlechner, kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D21400
| YAML | lgpl-2.1 | KDE/kdewebkit |
88db51b33219aa61c6ebf22d5b4767a66193de8e | metadata/de.nulide.shiftcal.yml | metadata/de.nulide.shiftcal.yml | Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/Nulide/ShiftCal
IssueTracker: https://github.com/Nulide/ShiftCal/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P2YXK4UTC886S&source=url
AutoName: ShiftCal
RepoType: git
Repo: https://github.com/Nulide/ShiftCal
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://github.com/Nulide/ShiftCal
IssueTracker: https://github.com/Nulide/ShiftCal/issues
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=P2YXK4UTC886S&source=url
AutoName: ShiftCal
RepoType: git
Repo: https://github.com/Nulide/ShiftCal
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
subdir: app
gradle:
- yes
- versionName: '1.2'
versionCode: 3
commit: v1.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.2'
CurrentVersionCode: 3
| Update ShiftCal to 1.2 (3) | Update ShiftCal to 1.2 (3)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
aecde2e55e10ec214ef3af793499e7f032c0f06e | data/templates/tried/config.yml | data/templates/tried/config.yml | name: At Least You Tried
default:
- At Least
- You Tried
link: http://weknowmemes.com/2012/04/at-least-you-tried/
aliases:
- at-least-you-tried
- you-tried
| name: At Least You Tried
default:
- At Least
- You Tried
link: http://knowyourmeme.com/memes/you-tried
aliases:
- at-least-you-tried
- you-tried
| Update link for "you tried" meme | Update link for "you tried" meme
| YAML | mit | DanLindeman/memegen,DanLindeman/memegen,DanLindeman/memegen,DanLindeman/memegen |
7520eaee970901fa77e7fe8a6c7d2eda9fbf3fcc | data/transition-sites/ukef.yml | data/transition-sites/ukef.yml | ---
site: ukef
whitehall_slug: uk-export-finance
host: www.ukexportfinance.gov.uk
tna_timestamp: 20130109053809
homepage_furl: www.gov.uk/uk-export-finance
homepage: https://www.gov.uk/government/organisations/export-credit-guarantee-department
aliases:
- www.ecgd.gov.uk
| ---
site: ukef
whitehall_slug: uk-export-finance
host: www.ukexportfinance.gov.uk
tna_timestamp: 20130109053809
homepage_furl: www.gov.uk/uk-export-finance
homepage: https://www.gov.uk/government/organisations/export-credit-guarantee-department
aliases:
- ukexportfinance.gov.uk
- www.ecgd.gov.uk
- ecgd.gov.uk
| Add non-www aliases for UK Export Finance domains | Add non-www aliases for UK Export Finance domains
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
bd15a4bd6ac5b25e0df7053da9280ac87674e2b0 | concourse/tasks/build-vsix.yml | concourse/tasks/build-vsix.yml | inputs:
- name: sts4
- name: maven-cache
outputs:
- name: out
platform: linux
image_resource:
type: docker-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
run:
path: sts4/concourse/tasks/build-vsix.sh
| inputs:
- name: sts4
- name: maven-cache
outputs:
- name: out
platform: linux
image_resource:
type: registry-image
source:
username: ((docker_hub_username))
password: ((docker_hub_password))
repository: springci/sts4-build-env
run:
path: sts4/concourse/tasks/build-vsix.sh
| Use 'registry-image' instead of 'docker-image' | Use 'registry-image' instead of 'docker-image'
| YAML | epl-1.0 | spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4,spring-projects/sts4 |
541dfc194d8f5c16cb1712ea387e790f69ff19c1 | .kitchen.docker.yml | .kitchen.docker.yml | settings:
parallel: true
driver:
name: docker
# privileged is required otherwise the container doesn't boot right
privileged: true
platforms:
- name: centos-7.1
driver:
image: centos:7
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscripts net-tools wget
- name: ubuntu-12.04
driver:
image: ubuntu-upstart:12.04
platform: ubuntu
disable_upstart: false
run_command: /sbin/init
provision_command:
- /usr/bin/apt-get update
- /usr/bin/apt-get install apt-transport-https net-tools -y
- name: ubuntu-14.04
driver:
image: ubuntu-upstart:14.04
platform: ubuntu
disable_upstart: false
run_command: /sbin/init
provision_command:
- /usr/bin/apt-get update
- /usr/bin/apt-get install apt-transport-https net-tools -y
suites:
- name: default
run_list:
recipe[fail2ban::default]
| settings:
parallel: true
driver:
name: docker
# privileged is required otherwise the container doesn't boot right
privileged: true
platforms:
- name: centos-7.2
driver:
image: centos:7
platform: rhel
run_command: /usr/lib/systemd/systemd
provision_command:
- /bin/yum install -y initscripts net-tools wget
- name: ubuntu-12.04
driver:
image: ubuntu-upstart:12.04
platform: ubuntu
disable_upstart: false
run_command: /sbin/init
provision_command:
- /usr/bin/apt-get update
- /usr/bin/apt-get install apt-transport-https net-tools -y
- name: ubuntu-14.04
driver:
image: ubuntu-upstart:14.04
platform: ubuntu
disable_upstart: false
run_command: /sbin/init
provision_command:
- /usr/bin/apt-get update
- /usr/bin/apt-get install apt-transport-https net-tools -y
suites:
- name: default
run_list:
recipe[fail2ban::default]
| Use the latest chef / ubuntu in travis ci | Use the latest chef / ubuntu in travis ci
| YAML | apache-2.0 | chef-cookbooks/fail2ban,chef-cookbooks/fail2ban,opscode-cookbooks/fail2ban,aleksandrs-ledovskis/fail2ban-cookbook,aleksandrs-ledovskis/fail2ban-cookbook,opscode-cookbooks/fail2ban |
07faf065543b0159c28f1274148af82eea27a5a3 | .github/workflows/tests-cli.yml | .github/workflows/tests-cli.yml | name: CLI tests
on:
push:
paths:
- 'lib/cli'
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}
- name: install, bootstrap
run: |
yarn bootstrap --core
- name: cli
run: |
yarn test --cli
- name: latest-cra
run: |
yarn test-latest-cra | name: CLI tests
on:
push:
paths:
- 'lib/cli/*'
- 'lib/cli/*/*'
- 'lib/cli/*/*/*'
- 'lib/cli/*/*/*/*'
- 'lib/cli/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*/*/*'
- 'lib/cli/*/*/*/*/*/*/*/*/*/*/*'
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
version: ${{ matrix.node_version }}
- name: install, bootstrap
run: |
yarn bootstrap --core
- name: cli
run: |
yarn test --cli
- name: latest-cra
run: |
yarn test-latest-cra | FIX the path for the cli test action | FIX the path for the cli test action
| YAML | mit | storybooks/react-storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/storybook,storybooks/react-storybook,storybooks/react-storybook,storybooks/storybook,kadirahq/react-storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/storybook,storybooks/react-storybook |
fa80a8376e8baeb19cebae0d78976fcb0c825005 | docker-compose.yml | docker-compose.yml | version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- db
- dns
- mailhog
ports:
- "8080:8080"
command:
- "db create"
- "db upgrade"
- "user create puffin"
- "machine proxy"
- "machine mail"
- "machine dns"
- "server"
environment:
- MAIL_SERVER=mailhog
- MAIL_PORT=1025
networks:
- front
- back
- default
db:
image: postgres
ports:
- 5432
networks:
back:
aliases:
- db
dns:
image: loomchild/dns
ports:
- 53:53/udp
networks:
back:
aliases:
- dns
dnsfix:
image: sequenceiq/alpine-dig
entrypoint: ["/bin/sh", "-c", "echo nameserver `dig +short dns` > /etc/resolv.conf"]
network_mode: "service:main"
mailhog:
image: mailhog/mailhog
ports:
- 8025
- 1025
environment:
- VIRTUAL_HOST=mailhog.puffin.localhost
- VIRTUAL_PORT=8025
networks:
front:
back:
aliases:
- mailhog
networks:
front:
back:
| version: '2'
services:
main:
build: .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
depends_on:
- db
- dns
- mailhog
ports:
- "8080:8080"
command:
- "db create"
- "db upgrade"
- "user create puffin"
- "machine proxy"
- "machine mail"
- "machine dns"
- "server"
environment:
- MAIL_SERVER=mailhog
- MAIL_PORT=1025
networks:
- front
- back
- default
db:
image: postgres
ports:
- 5432
networks:
back:
aliases:
- db
dns:
image: loomchild/dns
ports:
- 53:53/udp
networks:
back:
aliases:
- dns
dnsfix:
image: sequenceiq/alpine-dig
entrypoint: ["/bin/sh", "-c", "echo nameserver `dig +short dns` > /etc/resolv.conf"]
network_mode: "service:main"
mailhog:
image: mailhog/mailhog
ports:
- "8025:8025"
- 1025
networks:
front:
back:
aliases:
- mailhog
networks:
front:
back:
| Use port forwarding for mailhog | Use port forwarding for mailhog
| YAML | agpl-3.0 | loomchild/puffin,loomchild/puffin,puffinrocks/puffin,loomchild/jenca-puffin,puffinrocks/puffin,loomchild/puffin,loomchild/puffin,loomchild/puffin,loomchild/jenca-puffin |
33bd72ddcb93c1eedda6530ce3b1178b106828a2 | docker-compose.yml | docker-compose.yml | version: '3'
services:
gem:
build:
context: .
dockerfile: Dockerfile
links:
- rabbit
- mongo
volumes:
- ./lib/rrj/:/ruby_rabbitmq_janus/lib/rrj
- ./spec/:/ruby_rabbitmq_janus/spec
- ./coverage/:/ruby_rabbitmq_janus/coverage
rabbit:
image: rabbitmq:alpine
ports:
- 5672
- 15672:15672
janus:
build:
context: .travis
dockerfile: janus.1.dockerfile
links:
- rabbit
container_name: janus
janus_token:
build:
context: .travis
dockerfile: janus.2.dockerfile
links:
- rabbit
container_name: janus_token
mongo:
image: mongo
ports:
- 5555:27017
| version: '3'
services:
gem:
build:
context: .
dockerfile: Dockerfile
links:
- rabbit
- mongo
volumes:
- ./lib/rrj/:/ruby_rabbitmq_janus/lib/rrj
- ./spec/:/ruby_rabbitmq_janus/spec
- ./coverage/:/ruby_rabbitmq_janus/coverage
rabbit:
image: rabbitmq:alpine
janus:
build:
context: .travis
dockerfile: janus.1.dockerfile
links:
- rabbit
container_name: janus
janus_token:
build:
context: .travis
dockerfile: janus.2.dockerfile
links:
- rabbit
container_name: janus_token
mongo:
image: mongo
ports:
- 5555:27017
| Remove port open for web interface in rabbit | Remove port open for web interface in rabbit
| YAML | mit | dazzl-tv/ruby-rabbitmq-janus |
e372ab9e6ee9dd825efff4b530178c16f6e733ef | docker-compose.yml | docker-compose.yml | version: '3'
services:
app:
restart: always
build: .
# map the local (host) directories to their container counterparts
# to support live-syncing
volumes:
- ./sampleproj:/app/sampleproj/
- ./mdot-rest:/app/mdot-rest
ports:
- "${PORT:-8000}:8000"
command: >
bash -c "python manage.py migrate --settings=sampleproj.settings.local
&& python manage.py createsuperuser --username javerage --email javerage@example.com --noinput --settings=sampleproj.settings.local
&& python manage.py runserver 0:8000 --settings=sampleproj.settings.local"
| version: '3'
services:
app:
restart: always
build: .
# map the local (host) directories to their container counterparts
# to support live-syncing
volumes:
- ./sampleproj:/app/sampleproj/
- ./mdot-rest:/app/mdot-rest
ports:
- "${PORT:-8000}:8000"
command: >
bash -c "rm sampleproj/db.sqlite3
&& python manage.py migrate --settings=sampleproj.settings.local
&& python manage.py createsuperuser --username javerage --email javerage@example.com --noinput --settings=sampleproj.settings.local
&& python manage.py runserver 0:8000 --settings=sampleproj.settings.local"
| Delete db so unique superuser can be created again. | Delete db so unique superuser can be created again.
We'll clean this up when we fix up the newer docker container.
| YAML | apache-2.0 | uw-it-aca/mdot-rest,uw-it-aca/mdot-rest |
5229542c72347407d75ac8e7d3df82c9a10d8621 | docker-compose.yml | docker-compose.yml | version: '3'
services:
db:
image: postgres:9.6
container_name: sanctuary_db
ports:
- "5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
web:
build:
context: ./
working_dir: /sanctuary
container_name: sanctuary_web
env_file: .env
command: >
sh -c '
./wait-for-it.sh -t 30 db:5432;
cp config/database_docker.yml.sample config/database.yml;
rake db:setup;
bundle exec rails s -p 5000 -b '0.0.0.0';
'
volumes:
- ./:/sanctuary
ports:
- "5000:5000"
links:
- db
depends_on:
- db
volumes:
postgres_data:
| version: '3'
services:
db:
image: postgres:9.6
container_name: sanctuary_db
ports:
- "5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
web:
build:
context: ./
working_dir: /sanctuary
container_name: sanctuary_web
env_file: .env
command: >
sh -c '
./wait-for-it.sh -t 30 db:5432;
cp config/database_docker.yml.sample config/database.yml;
bunbdle exec rake db:setup;
bundle exec rails s -p 5000 -b '0.0.0.0';
'
volumes:
- ./:/sanctuary
ports:
- "5000:5000"
links:
- db
depends_on:
- db
volumes:
postgres_data:
| Add bundle exec to rake db:setup | Add bundle exec to rake db:setup
Due to running rake db:setup without bundle exec, gets this error:
```
sanctuary_web | rake aborted!
sanctuary_web | Gem::LoadError: You have already activated rake 12.3.2, but your Gemfile requires rake 13.0.1. Prepending `bundle exec` to your command may solve this.
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/runtime.rb:312:in `check_for_activated_spec!'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/runtime.rb:31:in `block in setup'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/spec_set.rb:147:in `each'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/spec_set.rb:147:in `each'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/runtime.rb:26:in `map'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/runtime.rb:26:in `setup'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler.rb:149:in `setup'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/setup.rb:20:in `block in <top (required)>'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/ui/shell.rb:136:in `with_level'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/ui/shell.rb:88:in `silence'
sanctuary_web | /usr/local/bundle/gems/bundler-2.1.4/lib/bundler/setup.rb:20:in `<top (required)>'
sanctuary_web | /sanctuary/config/boot.rb:3:in `<top (required)>'
sanctuary_web | /sanctuary/config/application.rb:1:in `<top (required)>'
sanctuary_web | /sanctuary/rakefile:4:in `<top (required)>'
sanctuary_web | (See full trace by running task with --trace)
``` | YAML | mit | CZagrobelny/new_sanctuary_asylum,CZagrobelny/new_sanctuary_asylum,CZagrobelny/new_sanctuary_asylum,CZagrobelny/new_sanctuary_asylum |
1865154b2ad561a0328255a943a9ddf1170c488b | docker-compose.yml | docker-compose.yml | web:
image: tranhuucuong91/webapp_demo
ports:
- "80:5000"
links:
- redis:redis
redis:
image: redis:3.0
#ports:
#- "6379:6379"
| web:
image: tranhuucuong91/webapp_demo
ports:
- "80:5000"
links:
- redis:redis
redis:
image: redis:3.0
| Update docker-compsose: remote redis publish port | Update docker-compsose: remote redis publish port
| YAML | apache-2.0 | tranhuucuong91/webapp_demo |
6aba7956bd89ba84efb5fe309fc3a061ff8fcccb | docker-compose.yml | docker-compose.yml | version: '3.5'
services:
nginx:
image: ilios/nginx:v3
environment:
- FPM_CONTAINERS=php:9000
depends_on:
- php
php:
image: ilios/fpm:v3
messages:
image: ilios/consume-messages:v3
| version: '3.5'
volumes:
public:
services:
nginx:
image: ilios/nginx:v3
environment:
- FPM_CONTAINERS=php:9000
depends_on:
- php
volumes:
- public:/var/www/ilios/public:ro
php:
image: ilios/fpm:v3
volumes:
- public:/var/www/ilios/public
messages:
image: ilios/consume-messages:v3
| Use a shared volume for public data | Use a shared volume for public data
In order to fill the public directory we have to share this directory
with the PHP end so the cache clearing can pull it from S3
| YAML | mit | dartajax/ilios,thecoolestguy/ilios,ilios/ilios,thecoolestguy/ilios,dartajax/ilios,stopfstedt/ilios,ilios/ilios,Trott/ilios,stopfstedt/ilios,Trott/ilios |
8be89f80db90fc03093050d6f9ac11ca9999bf00 | grunt/aliases.yml | grunt/aliases.yml | api:
description: Start the api
tasks:
- 'cssmin:production'
- 'buildJS'
- 'uglify:production'
- 'express:dev'
- 'watch'
buildJS:
tasks:
- 'babel'
default:
description: Default Grunt task
tasks:
- 'api'
test:
description: Run the tests
tasks:
- 'run:createTestUser'
- 'express:test'
- 'mochaTest'
| api:
description: Start the api
tasks:
- 'express:dev'
- 'watch'
buildJS:
tasks:
- 'babel'
default:
description: Default Grunt task
tasks:
- 'api'
test:
description: Run the tests
tasks:
- 'run:createTestUser'
- 'express:test'
- 'mochaTest'
| Remove css and js minify stuff | Remove css and js minify stuff
| YAML | bsd-3-clause | FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com |
4c0fc98e1ec2fab2e79c100303100fbb6a75466d | .landscape.yaml | .landscape.yaml | strictness: veryhigh
test-warnings: true
ignore-patterns:
- '# pragma: no lint'
| strictness: veryhigh
test-warnings: true
ignore-patterns:
- '# pragma: no lint'
pylint:
disable:
- attribute-defined-outside-init
| Disable pylint attribute-defined-outside-init warning for setup | Disable pylint attribute-defined-outside-init warning for setup
__init__ should not be used here, since this is controlled by nose.
| YAML | mit | cdown/srt |
9e609d71a0059afab52c7985615b7a7bee3bdd7e | docker-compose.yml | docker-compose.yml | version: '2'
services:
db:
image: postgres:9.5
environment:
POSTGRES_DB: $DB_NAME
POSTGRES_USER: $DB_USER
POSTGRES_PASSWORD: $DB_PASS
volumes:
- data:/var/lib/postgresql
ports:
- "127.0.0.1:5432:5432"
app:
image: quay.io/levlaz/braindump:latest
environment:
MAIL_USERNAME: $MAIL_USERNAME
MAIL_PASSWORD: $MAIL_PASSWORD
BRAINDUMP_ADMIN: $BRAINDUMP_ADMIN
SECRET_KEY: $SECRET_KEY
FLASK_CONFIG: $FLASK_CONFIG
DB_USER: $DB_USER
DB_PASS: $DB_PASS
DB_HOST: $DB_HOST
DB_NAME: $DB_NAME
ports:
- "127.0.0.1:8000:8000"
depends_on:
- db
entrypoint: ./scripts/start-app.sh
web:
restart: always
build: ./etc/conf/
ports:
- "80:80"
- "443:443"
volumes:
- /etc/letsencrypt:/etc/letsencrypt
links:
- app:app
volumes:
data: | version: '2'
services:
db:
image: postgres:9.5
environment:
POSTGRES_DB: $DB_NAME
POSTGRES_USER: $DB_USER
POSTGRES_PASSWORD: $DB_PASS
volumes:
- data:/var/lib/postgresql
ports:
- "127.0.0.1:5432:5432"
app:
image: quay.io/levlaz/braindump:stable
environment:
MAIL_USERNAME: $MAIL_USERNAME
MAIL_PASSWORD: $MAIL_PASSWORD
BRAINDUMP_ADMIN: $BRAINDUMP_ADMIN
SECRET_KEY: $SECRET_KEY
FLASK_CONFIG: $FLASK_CONFIG
DB_USER: $DB_USER
DB_PASS: $DB_PASS
DB_HOST: $DB_HOST
DB_NAME: $DB_NAME
ports:
- "127.0.0.1:8000:8000"
depends_on:
- db
entrypoint: ./scripts/start-app.sh
web:
restart: always
build: ./etc/conf/
ports:
- "80:80"
- "443:443"
volumes:
- /etc/letsencrypt:/etc/letsencrypt
links:
- app:app
volumes:
data: | Use Stable instead of Latest in Production | Use Stable instead of Latest in Production
| YAML | mit | levlaz/braindump,levlaz/braindump,levlaz/braindump,levlaz/braindump |
49d31abde59b1db74668a3c944bee327ec7e8578 | docker-compose.yml | docker-compose.yml | # Note that this docker-compose file is only for development!
#
# studentenportal:8000 ----- studentenportal-media:/srv/www/studentenportal/media
# || \
# || ---- ./:/srv/www/studentenportal/
# ||
# postgres ----- postgres-data:/var/lib/postgresql/data
#
version: '3.2'
services:
postgres:
image: postgres:9.3
restart: always
environment:
POSTGRES_PASSWORD: "k9F1bbHiW4o9By1A6tvL"
POSTGRES_USER: "studentenportal"
networks:
- studentenportal-dev
studentenportal:
image: studentenportal/dev:latest
build:
context: .
dockerfile: deploy/dev/Dockerfile
args:
- UID=${UID-1000}
- GID=${GID-1000}
volumes:
- ./:/srv/www/studentenportal
ports:
- 8000:8000
environment:
DB_HOST: "postgres"
DB_USER: "studentenportal"
DB_PASSWORD: "k9F1bbHiW4o9By1A6tvL"
DJANGO_DEBUG: "True"
networks:
- studentenportal-dev
networks:
studentenportal-dev:
| # Note that this docker-compose file is only for development!
#
# studentenportal:8000 ----- studentenportal-media:/srv/www/studentenportal/media
# || \
# || ---- ./:/srv/www/studentenportal/
# ||
# postgres ----- postgres-data:/var/lib/postgresql/data
#
version: '3.2'
services:
postgres:
image: postgres:12
restart: always
environment:
POSTGRES_PASSWORD: "k9F1bbHiW4o9By1A6tvL"
POSTGRES_USER: "studentenportal"
networks:
- studentenportal-dev
studentenportal:
image: studentenportal/dev:latest
build:
context: .
dockerfile: deploy/dev/Dockerfile
args:
- UID=${UID-1000}
- GID=${GID-1000}
volumes:
- ./:/srv/www/studentenportal
ports:
- 8000:8000
environment:
DB_HOST: "postgres"
DB_USER: "studentenportal"
DB_PASSWORD: "k9F1bbHiW4o9By1A6tvL"
DJANGO_DEBUG: "True"
networks:
- studentenportal-dev
networks:
studentenportal-dev:
| Upgrade dev environment to postgres 12 | Upgrade dev environment to postgres 12
Django 2.2 dropped support for PostgreSQL 9.3:
https://docs.djangoproject.com/en/2.2/releases/2.1/#dropped-support-for-postgresql-9-3
PostgreSQL has no LTS versions, all versions are supported for five years:
https://www.postgresql.org/support/versioning/
Support for 9.3 ended in November 2018; support for 9.4 will end very
soon (February 2020). Let's upgrade to the latest available version.
| YAML | agpl-3.0 | studentenportal/web,studentenportal/web,studentenportal/web,studentenportal/web,studentenportal/web |
b80bd79952d161db9ee187b181c9bff001f29353 | packages/hk/hkd.yaml | packages/hk/hkd.yaml | homepage: https://github.com/ekmett/codex/tree/master/hkd#readme
changelog-type: markdown
hash: 6506bbfb963ed40a1ad65e9114930428d5d7c23c16dc2ed37525819fc402e0a7
test-bench-deps:
base: -any
some: -any
hkd: -any
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: '"higher-kinded data"'
changelog: |
# 0
* Split off from `codex`
basic-deps:
base: '>=4.6 && <4.16'
some: ^>=1.0.0.3
all-versions:
- '0.1'
author: Edward Kmett <ekmett@gmail.com>
latest: '0.1'
description-type: markdown
description: |+
hkd
===
[](https://hackage.haskell.org/package/hkd)
This package provides some types and utilities for working with the "higher-kinded data" pattern in Haskell.
Contact Information
-------------------
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
license-name: (BSD-2-Clause OR Apache-2.0)
| homepage: https://github.com/ekmett/codex/tree/master/hkd#readme
changelog-type: markdown
hash: 44da8a0f2b115ec0667bd981c096394335ec30fcdc834ddff665995360f60120
test-bench-deps:
base: -any
some: -any
hkd: -any
maintainer: Oleg Grenrus <oleg.grenrus@iki.fi>
synopsis: '"higher-kinded data"'
changelog: |
# 0
* Split off from `codex`
basic-deps:
base: '>=4.6 && <4.17'
some: ^>=1.0.0.3
all-versions:
- '0.1'
author: Edward Kmett <ekmett@gmail.com>
latest: '0.1'
description-type: markdown
description: |+
hkd
===
[](https://hackage.haskell.org/package/hkd)
This package provides some types and utilities for working with the "higher-kinded data" pattern in Haskell.
Contact Information
-------------------
Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett
license-name: (BSD-2-Clause OR Apache-2.0)
| Update from Hackage at 2022-01-02T18:30:45Z | Update from Hackage at 2022-01-02T18:30:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
e3e516f7c562beb6f96abf8c828b48bdc6c62e6b | site/.forestry/front_matter/templates/simple-footer.yml | site/.forestry/front_matter/templates/simple-footer.yml | ---
hide_body: false
is_partial: true
fields:
- type: text
hidden: true
label: block
name: block
default: footer-1
- type: text
name: footer_text
label: Footer Text
| ---
hide_body: false
is_partial: true
fields:
- type: text
hidden: true
label: block
name: block
default: footer-1
- type: textarea
label: Footer Text
name: content
config:
wysiwyg: true
schema:
format: html
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | ykpoh/ykpoh.github.io,yajupradhan/yajupradhan.github.io,rezafaizarahman/rezafaizarahman.github.io,ykpoh/ykpoh.github.io,yajupradhan/yajupradhan.github.io,rezafaizarahman/rezafaizarahman.github.io,ykpoh/ykpoh.github.io |
7cefc7b7e533a3d4c457b3c12b25402da1908bd8 | packages/ha/haskell-igraph.yaml | packages/ha/haskell-igraph.yaml | homepage: ''
changelog-type: ''
hash: aaab4315aa1740a9851e4941a11138e90c55a447cdb1db8dbed943c2340440d2
test-bench-deps:
base: -any
tasty-golden: -any
matrices: -any
haskell-igraph: -any
tasty-hunit: -any
random: -any
tasty: -any
data-ordlist: -any
maintainer: kai@kzhang.org
synopsis: Imcomplete igraph bindings
changelog: ''
basic-deps:
bytestring: ! '>=0.9'
split: -any
base: ! '>=4.0 && <5.0'
data-default-class: -any
unordered-containers: -any
hxt: -any
binary: -any
hashable: -any
colour: -any
bytestring-lexing: ! '>=0.5'
primitive: -any
all-versions:
- '0.2.2'
- '0.3.0'
author: Kai Zhang
latest: '0.3.0'
description-type: haddock
description: ! 'This is an attempt to create a complete bindings for the
igraph<"http://igraph.org/c/"> library.'
license-name: MIT
| homepage: ''
changelog-type: markdown
hash: 0daf18d88e5006d76492322cfaadc43973fa8332df730cada5df509143e3f055
test-bench-deps:
cereal: -any
base: -any
tasty-golden: -any
matrices: -any
conduit: ! '>=1.3.0'
haskell-igraph: -any
tasty-hunit: -any
random: -any
tasty: -any
data-ordlist: -any
maintainer: kai@kzhang.org
synopsis: Haskell interface of the igraph library.
changelog: ! 'Revision history for haskell-igraph
===================================
v0.4.0 -- 2018-04-20
-------------------
* A new attribute interface written in C. The graph attributes are now directly
serialized into bytestring using "cereal" (before we used the `Show` instance).
'
basic-deps:
cereal: -any
bytestring: ! '>=0.9'
cereal-conduit: -any
split: -any
base: ! '>=4.0 && <5.0'
data-default-class: -any
unordered-containers: -any
conduit: ! '>=1.3.0'
hxt: -any
hashable: -any
colour: -any
bytestring-lexing: ! '>=0.5'
primitive: -any
all-versions:
- '0.2.2'
- '0.3.0'
- '0.4.0'
author: Kai Zhang
latest: '0.4.0'
description-type: markdown
description: ''
license-name: MIT
| Update from Hackage at 2018-04-20T21:16:05Z | Update from Hackage at 2018-04-20T21:16:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
06dcea932e3947249f46fdf0cb26fcceb6429232 | examples/sphinx_doc/vagga.yaml | examples/sphinx_doc/vagga.yaml | containers:
doc:
setup:
- !Alpine v3.5
- !Install [alpine-base, py-sphinx, make]
# If you require additional packages to build docs uncomment this
# - !Py3Requirements doc/requirements.txt
commands:
doc: !Command
description: Build documentation
container: doc
run: [make, html]
work-dir: doc
epilog: |
--------------------------------------------------------
Documentation is built under doc/_build/html/index.html
| containers:
doc:
setup:
- !Alpine v3.6
- !Install [alpine-base, py-sphinx, make]
# If you require additional packages to build docs uncomment this
# - !Py3Requirements doc/requirements.txt
commands:
doc: !Command
description: Build documentation
container: doc
run: [make, html]
work-dir: doc
epilog: |
--------------------------------------------------------
Documentation is built under doc/_build/html/index.html
| Update Alpine to v3.6 in sphinx example | Update Alpine to v3.6 in sphinx example
| YAML | mit | tailhook/vagga,tailhook/vagga,tailhook/vagga,tailhook/vagga |
6137525571da1e94d0c769533114ec272402a4a8 | ansible/roles/openshift/defaults/main.yml | ansible/roles/openshift/defaults/main.yml | developer_user: developer
developer_password: developer
nfs_root: /nfsshare
persistent_volumes: 5 | developer_user: developer
developer_password: developer
nfs_root: /nfsshare
persistent_volumes: 5
deploy_logging: false | Set default for logging deployment | Set default for logging deployment
| YAML | mit | wicksy/vagrant-openshift,wicksy/vagrant-openshift,wicksy/vagrant-openshift |
885420f05daab5d6da19c16ea8911f3250ca4606 | defaults/main.yml | defaults/main.yml | ---
marathon_playbook_version: "0.3.1"
marathon_hostname: "{{ inventory_hostname }}"
marathon_version: "0.8.1"
marathon_port: 8080
marathon_env_java_opts: '-Xmx512m'
marathon_env_vars:
- "JAVA_OPTS={{ marathon_env_java_opts }}"
# command line flags:
# https://mesosphere.github.io/marathon/docs/command-line-flags.html
# Marathon reads files under /etc/marathon/conf and adds them to CLI
zookeeper_hostnames: "localhost:2181"
mesos_zookeeper_path: "/mesos"
marathon_zookeeper_path: "/marathon"
mesos_zookeeper_masters: "zk://{{ zookeeper_hostnames }}{{ mesos_zookeeper_path }}"
marathon_zookeeper_state: "zk://{{ zookeeper_hostnames }}{{ marathon_zookeeper_path }}"
haproxy_script_location: "/usr/local/bin"
# optional
artifact_store: ""
checkpoint: "true"
| ---
marathon_playbook_version: "0.3.1"
marathon_hostname: "{{ inventory_hostname }}"
marathon_version: "0.8.1"
marathon_port: 8181
marathon_env_java_opts: '-Xmx512m'
marathon_env_vars:
- "JAVA_OPTS={{ marathon_env_java_opts }}"
# command line flags:
# https://mesosphere.github.io/marathon/docs/command-line-flags.html
# Marathon reads files under /etc/marathon/conf and adds them to CLI
zookeeper_client_port: "2181"
zookeeper_hostnames: "{{ groups.zookeeper | join(':' + zookeeper_client_port + ',') }}:{{ zookeeper_client_port }}"
mesos_zookeeper_path: "/mesos"
marathon_zookeeper_path: "/marathon"
mesos_zookeeper_masters: "zk://{{ zookeeper_hostnames }}{{ mesos_zookeeper_path }}"
marathon_zookeeper_state: "zk://{{ zookeeper_hostnames }}{{ marathon_zookeeper_path }}"
#DISABLED haproxy_script_location: "/usr/local/bin"
haproxy_script_location: ""
# optional
artifact_store: ""
checkpoint: "true"
| Build zookeeper quorum from inventory | Build zookeeper quorum from inventory
| YAML | apache-2.0 | ax2d/ansible-marathon,ax2d/ansible-marathon |
6630d5e277296719ec2cc89e303d042986ddfcc5 | exercises/grade-school/metadata.yml | exercises/grade-school/metadata.yml | ---
blurb: "Write a small archiving program that stores students' names along with the grade that they are in."
source: "A pairing session with Phil Battos at gSchool"
source_url: "http://gschool.it"
| ---
blurb: "Given students' names along with the grade that they are in, create a roster for the school"
source: "A pairing session with Phil Battos at gSchool"
source_url: "http://gschool.it"
| Remove "write a program" from grade-school exercise | Remove "write a program" from grade-school exercise
| YAML | mit | kgengler/x-common,exercism/x-common,jmluy/x-common,kgengler/x-common,petertseng/x-common,Vankog/problem-specifications,Vankog/problem-specifications,petertseng/x-common,ErikSchierboom/x-common,exercism/x-common,jmluy/x-common,rpottsoh/x-common,jmluy/x-common,ErikSchierboom/x-common,rpottsoh/x-common |
b364dff187fb27e551dc4aeb3e2023b5733dfdf4 | packages/re/regex-tdfa-rc.yaml | packages/re/regex-tdfa-rc.yaml | homepage: http://hackage.haskell.org/package/regex-tdfa
changelog-type: ''
hash: 8c8be0d20b6a9f81662399a8380c4e7e63b5e3c43ba167008cc4d2739f5b8e38
test-bench-deps: {}
maintainer: Roman Cheplyaka
synopsis: Replaces/Enhances Text.Regex
changelog: ''
basic-deps:
bytestring: -any
base: '>=4.0 && <4.11'
parsec: -any
array: -any
containers: -any
ghc-prim: -any
regex-base: '>=0.93.1 && <0.94'
mtl: -any
all-versions:
- 1.1.8.1
- 1.1.8.2
- 1.1.8.3
author: Christopher Kuklewicz
latest: 1.1.8.3
description-type: haddock
description: A new all Haskell "tagged" DFA regex engine, inspired by libtre (fork
by Roman Cheplyaka)
license-name: BSD-3-Clause
| homepage: http://hackage.haskell.org/package/regex-tdfa
changelog-type: ''
hash: b026129486c97219c19088fdac67ac79378fef632133d3697cc87db655938013
test-bench-deps: {}
maintainer: Roman Cheplyaka
synopsis: Replaces/Enhances Text.Regex
changelog: ''
basic-deps:
bytestring: -any
base: '>=4.0 && <4.11'
parsec: -any
array: '>=0.4'
containers: -any
ghc-prim: -any
regex-base: '>=0.93.1 && <0.94'
mtl: -any
all-versions:
- 1.1.8.1
- 1.1.8.2
- 1.1.8.3
author: Christopher Kuklewicz
latest: 1.1.8.3
description-type: haddock
description: A new all Haskell "tagged" DFA regex engine, inspired by libtre (fork
by Roman Cheplyaka)
license-name: BSD-3-Clause
| Update from Hackage at 2021-04-22T18:53:44Z | Update from Hackage at 2021-04-22T18:53:44Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
a8fa863f2434f411ce0a6a2ccf09b3b88ec7f405 | packages/ob/observable.yaml | packages/ob/observable.yaml | homepage: https://github.com/iokasimov/observable
changelog-type: ''
hash: 878be49c27edb2690edca505dfb10d9c369cdb63d278f0dbe85bd19b9368c98d
test-bench-deps: {}
maintainer: Murat Kasimov <iokasimov.m@gmail.com>
synopsis: Make your action to be observable and listen events from them.
changelog: ''
basic-deps:
base: ==4.*
async: -any
transformers: -any
all-versions:
- '0.1.0'
- '0.1.1'
author: Murat Kasimov
latest: '0.1.1'
description-type: haddock
description: Make your action to be observable and listen events from them.
license-name: BSD3
| homepage: https://github.com/iokasimov/observable
changelog-type: markdown
hash: 42fd55a3c2716f48d8db217283d98921fa6821fa56ae36b88da4b8ee29c7a8bc
test-bench-deps: {}
maintainer: Murat Kasimov <iokasimov.m@gmail.com>
synopsis: Continuation patterns
changelog: ! '# 0.1.1
* Rename Mock to Capture
* Add `(*=>)` combinator
* Add heartbeat usage example
* Add `bypass` combinator
# 0.1.2
* Add `uprise` combinator
* Remove `bypass` and `(*=>)`
'
basic-deps:
base: ==4.*
async: -any
transformers: -any
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
author: Murat Kasimov
latest: '0.1.2'
description-type: haddock
description: Make your actions to be observable and handle events from them.
license-name: BSD3
| Update from Hackage at 2018-12-08T15:16:03Z | Update from Hackage at 2018-12-08T15:16:03Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
d0c76988694bb87f0043281e56d25a130b5a43df | conf/production.yml | conf/production.yml | ---
# Setup firewalls using upcloud api
- include: upcloud.yml
- include: prod-lb.yml
- include: prod-db.yml
- include: prod-front.yml
- hosts: prod
become: false
become_method: sudo
user: root
vars_files:
- prod-vars.yml
vars:
## Internal / helper vars ##
# Production specific
# Use internal network ip's of machines
db_ip: "10.10.10.3"
lb_ip: "10.10.10.4"
front1_ip: "10.10.10.5"
front2_ip: "10.10.10.6"
# This server hosts multiple domains
domain1_name: example1.com
domain2_name: example2.com
# This is D8 web root with atomic builds
# This variable is used for nginx and cronjobs
drupal_web_root: "/var/www/{{ domain1_name }}/current/web"
## Base ##
wkv_site_env: prod
| ---
# Gather all facts about all groups:
# - wundertools-prod-db
# - wundertools-prod-front
# - wundertools-prod-lb
# This is currently needed to check the private ip addresses of the front machines
- hosts: wundertools-prod-lb:wundertools-prod-front:wundertools-prod-db
tasks: [ ]
# Setup firewalls using upcloud api
- include: upcloud.yml
- include: prod-lb.yml
- include: prod-db.yml
- include: prod-front.yml
- hosts: prod
become: false
become_method: sudo
user: root
vars_files:
- prod-vars.yml
vars:
## Internal / helper vars ##
# Production specific
# Use internal network ip's of machines
db_ip: "{{ groups['wundertools-prod-db'] | map('extract', hostvars, ['ansible_eth1', 'ipv4', 'address']) | first }}"
lb_ip: "{{ groups['wundertools-prod-lb'] | map('extract', hostvars, ['ansible_eth1', 'ipv4', 'address']) | first }}"
front1_ip: "{{ groups['wundertools-prod-front'] | map('extract', hostvars, ['ansible_eth1', 'ipv4', 'address']) | first }}"
front2_ip: "{{ groups['wundertools-prod-front'] | map('extract', hostvars, ['ansible_eth1', 'ipv4', 'address']) | last }}"
# This server hosts multiple domains
domain1_name: example1.com
domain2_name: example2.com
# This is D8 web root with atomic builds
# This variable is used for nginx and cronjobs
drupal_web_root: "/var/www/{{ domain1_name }}/current/web"
## Base ##
wkv_site_env: prod
| Use private addresses of machines dynamically instead of hardcoding them | Use private addresses of machines dynamically instead of hardcoding them
| YAML | mit | wunderkraut/WunderTools,wunderkraut/WunderTools,wunderkraut/WunderTools |
5cabb675110ef5efc59c6bc1bc362118cbcc8006 | config/cucumber.yml | config/cucumber.yml | <%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --strict --tags ~@wip"
%>
default: <%= std_opts %> features
wip: --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --format rerun --out rerun.txt --strict --tags ~@wip
| <%
rerun = File.file?('rerun.txt') ? IO.read('rerun.txt') : ""
rerun_opts = rerun.to_s.strip.empty? ? "--format #{ENV['CUCUMBER_FORMAT'] || 'progress'} features" : "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} #{rerun}"
std_opts = "--format #{ENV['CUCUMBER_FORMAT'] || 'pretty'} --color --strict --tags ~@wip"
%>
default: <%= std_opts %> features
wip: --color --tags @wip:3 --wip features
rerun: <%= rerun_opts %> --color --format rerun --out rerun.txt --strict --tags ~@wip
| Use color switch in Cucumber config | Use color switch in Cucumber config
| YAML | mit | chukitow/crowdblog,crowdint/crowdblog,chukitow/crowdblog,crowdint/crowdblog,crowdint/crowdblog,chukitow/crowdblog,chukitow/crowdblog,crowdint/crowdblog |
b685e0d3a751dd4be0e3034f07894ff41e7a6b0e | config/database.yml | config/database.yml | defaults: &defaults
adapter: postgresql
encoding: unicode
pool: 5
host: localhost
username: <%= ENV.fetch('OFN_DB_USERNAME', 'ofn') %>
password: <%= ENV.fetch('OFN_DB_PASSWORD', 'f00d') %>
development:
<<: *defaults
database: open_food_network_dev
test:
<<: *defaults
database: open_food_network_test
production:
<<: *defaults
database: open_food_network_prod
staging:
<<: *defaults
database: open_food_network_prod
| defaults: &defaults
adapter: postgresql
encoding: unicode
pool: 5
host: <%= ENV.fetch('OFN_DB_HOST', 'localhost') %>
username: <%= ENV.fetch('OFN_DB_USERNAME', 'ofn') %>
password: <%= ENV.fetch('OFN_DB_PASSWORD', 'f00d') %>
development:
<<: *defaults
database: open_food_network_dev
test:
<<: *defaults
database: open_food_network_test
production:
<<: *defaults
database: open_food_network_prod
staging:
<<: *defaults
database: open_food_network_prod
| Add ENV var for db host | Add ENV var for db host
| YAML | agpl-3.0 | mkllnk/openfoodnetwork,lin-d-hop/openfoodnetwork,mkllnk/openfoodnetwork,openfoodfoundation/openfoodnetwork,Matt-Yorkley/openfoodnetwork,openfoodfoundation/openfoodnetwork,openfoodfoundation/openfoodnetwork,Matt-Yorkley/openfoodnetwork,Matt-Yorkley/openfoodnetwork,lin-d-hop/openfoodnetwork,lin-d-hop/openfoodnetwork,mkllnk/openfoodnetwork,Matt-Yorkley/openfoodnetwork,openfoodfoundation/openfoodnetwork,mkllnk/openfoodnetwork,lin-d-hop/openfoodnetwork |
c451676cfe201d6900188942d8c487c1bab78aa9 | config/database.yml | config/database.yml | # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
# gem install mysql
# On MacOS X:
# gem install mysql -- --include=/usr/local/lib
# On Windows:
# There is no gem for Windows. Install mysql.so from RubyForApache.
# http://rubyforge.org/projects/rubyforapache
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql
database: montana_development
username: ror_development
host: localhost
encoding: utf8
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: montana_test
username: ror_test
host: localhost
encoding: utf8
production:
adapter: mysql
database: racing_on_rails_production
username: root
encoding: utf8
host: localhost
john:
adapter: mysql
database: racing_on_rails_development
username: ror_development
host: localhost
encoding: utf8
| # MySQL (default setup). Versions 4.1 and 5.0 are recommended.
#
# Install the MySQL driver:
# gem install mysql
# On MacOS X:
# gem install mysql -- --include=/usr/local/lib
# On Windows:
# There is no gem for Windows. Install mysql.so from RubyForApache.
# http://rubyforge.org/projects/rubyforapache
#
# And be sure to use new-style password hashing:
# http://dev.mysql.com/doc/refman/5.0/en/old-client.html
development:
adapter: mysql
database: racing_on_rails_development
username: ror_development
host: localhost
encoding: utf8
# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
adapter: mysql
database: racing_on_rails_test
username: ror_test
host: localhost
encoding: utf8
production:
adapter: mysql
database: racing_on_rails_production
username: root
encoding: utf8
host: localhost
john:
adapter: mysql
database: racing_on_rails_development
username: ror_development
host: localhost
encoding: utf8
| Switch default dev DB back to racing_on_rails, not mbra | Switch default dev DB back to racing_on_rails, not mbra
| YAML | mit | scottwillson/racing_on_rails,alpendergrass/montanacycling-racing_on_rails,alpendergrass/montanacycling-racing_on_rails,alpendergrass/montanacycling-racing_on_rails,alpendergrass/montanacycling-racing_on_rails,scottwillson/racing_on_rails,scottwillson/racing_on_rails,alpendergrass/montanacycling-racing_on_rails,scottwillson/racing_on_rails |
c2537321f927642d3331d2cb74112c3f40cd363e | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_command: npm install
preview_docker_image: forestryio/node:12
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: npm run develop
| ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: document
path: bb
label: ttt
match: "**/*"
read_only: false
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_command: npm install
preview_docker_image: forestryio/node:12
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: npm run develop
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | paolomangiadev/blogtheme,paolomangiadev/blogtheme |
d84eb442bc4cc8d51efb901eef6880d5ff5624bb | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: heading
label: Tema
- type: directory
path: _layouts
label: Layouts
create: documents
match: "**/*"
new_doc_ext: html
- type: directory
path: _includes
label: Includes
create: documents
match: "**/*"
new_doc_ext: html
upload_dir: images
public_path: ''
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_preview: true
build:
preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished
--future -d _site '
publish_command: bundle exec jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts
--unpublished --future --port 8080 --host 0.0.0.0 -d _site
| ---
new_page_extension: md
auto_deploy: false
admin_path: ''
webhook_url:
sections:
- type: heading
label: JTemporal
- type: jekyll-posts
label: Posts
create: all
- type: jekyll-pages
label: Pages
create: all
- type: heading
label: Tema
- type: directory
path: _layouts
label: Layouts
create: documents
match: "**/*"
new_doc_ext: html
- type: directory
path: _includes
label: Includes
create: documents
match: "**/*"
new_doc_ext: html
upload_dir: images
public_path: ''
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_command: 'bundle exec jekyll build --config _dev_config.yml --drafts --unpublished
--future -d _site '
publish_command: bundle exec jekyll build -d _site
preview_env:
- JEKYLL_ENV=staging
publish_env:
- JEKYLL_ENV=production
preview_output_directory: _site
output_directory: _site
instant_preview_command: bundle exec jekyll serve --config _dev_config.yml --drafts
--unpublished --future --port 8080 --host 0.0.0.0 -d _site
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
62d75d51ca536dc8c646f1736e067118d68d136e | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: assets
public_path: "/assets"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
-d _site
| ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_env:
- JEKYLL_ENV=staging
preview_output_directory: _site
install_dependencies_command: bundle install --path vendor/bundle
preview_docker_image: forestryio/ruby:2.6
mount_path: "/srv"
working_dir: "/srv"
instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future
-d _site
| Revert "Update from Forestry.io - Updated Forestry configuration" | Revert "Update from Forestry.io - Updated Forestry configuration"
This reverts commit 1e901572ebdd62bd5faf8948e2bbd6c433dea35f.
| YAML | mit | CubeLabMedia/cubelabmedia.github.io,CubeLabMedia/cubelabmedia.github.io,CubeLabMedia/cubelabmedia.github.io |
74b65891728780dafb8edd961a348f8319042ff1 | .github/dependabot.yml | .github/dependabot.yml | version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
| version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
| Use Dependabot to update GitHub Actions | Use Dependabot to update GitHub Actions
| YAML | apache-2.0 | maxmind/geoip2-csv-converter,maxmind/geoip2-csv-converter |
20452adbeff1f7304c22a1e3d50a073edc97e676 | templates/install/ansible/roles/create_clusterrole_binding/tasks/main.yml | templates/install/ansible/roles/create_clusterrole_binding/tasks/main.yml | ---
- name: Check if cluster rolebinding {{ clusterrole_name }}-{{ enmasse_serviceaccount }} exists
shell: oc get clusterrolebinding {{ clusterrole_name}}-{{ enmasse_serviceaccount }}
register: rolebinding_exists
ignore_errors: true
- name: Grant clusterrole {{ clusterrole_name}} privileges to service account
when: rolebinding_exists.failed
shell: oc create clusterrolebinding {{ clusterrole_name }}-{{ enmasse_serviceaccount }} --clusterrole={{ clusterrole_name }} --serviceaccount={{ namespace }}:{{ enmasse_serviceaccount }}
| ---
- name: Check if cluster rolebinding {{ clusterrole_name }}-{{ namespace }}-{{ enmasse_serviceaccount }} exists
shell: oc get clusterrolebinding {{ clusterrole_name}}-{{ namespace }}-{{ enmasse_serviceaccount }}
register: rolebinding_exists
ignore_errors: true
- name: Grant clusterrole {{ clusterrole_name}} privileges to service account
when: rolebinding_exists.failed
shell: oc create clusterrolebinding {{ clusterrole_name }}-{{ namespace }}-{{ enmasse_serviceaccount }} --clusterrole={{ clusterrole_name }} --serviceaccount={{ namespace }}:{{ enmasse_serviceaccount }}
| Create clusterrolebindings that allow multiple instances of EnMasse | Create clusterrolebindings that allow multiple instances of EnMasse
| YAML | apache-2.0 | EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse,jenmalloy/enmasse,EnMasseProject/enmasse |
110968abc5515bc9b84715c7d9704624658f3db6 | app/config/config_dev.yml | app/config/config_dev.yml | imports:
- { resource: config.yml }
framework:
router:
resource: '%kernel.root_dir%/config/routing_dev.yml'
strict_requirements: true
profiler: { only_exceptions: false }
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: stream
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
channels: ['!event']
formatter: dashboard.monolog.json_formatter
console:
type: console
channels: ['!event', '!doctrine']
swiftmailer:
port: 1025
| imports:
- { resource: config.yml }
framework:
router:
resource: '%kernel.root_dir%/config/routing_dev.yml'
strict_requirements: true
profiler: { only_exceptions: false }
session:
save_path: '/tmp/sp-dashboard-sessions'
web_profiler:
toolbar: true
intercept_redirects: false
monolog:
handlers:
main:
type: stream
path: '%kernel.logs_dir%/%kernel.environment%.log'
level: debug
channels: ['!event']
formatter: dashboard.monolog.json_formatter
console:
type: console
channels: ['!event', '!doctrine']
swiftmailer:
port: 1025
| Save session data to /tmp on development VM | Save session data to /tmp on development VM
Workaround for unexplained issues with file permissions and
NFS ("session file not created by your uid").
| YAML | apache-2.0 | SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard,SURFnet/sp-dashboard |
4d57725f401e074036c6994c93e597e045ab1be5 | fahmunge/meta.yaml | fahmunge/meta.yaml | package:
name: fahmunge
version: 0.3.0
source:
url: https://github.com/choderalab/fahmunge/archive/0.3.0.tar.gz
fn: 0.3.0.tar.gz
build:
preserve_egg_dir: True
number: 0
skip: True # [not linux]
requirements:
build:
- setuptools
- python
- numpy
- pandas
- pytables
- natsort
- mdtraj
run:
- python
- numpy
- pandas
- pytables
- natsort
- mdtraj
test:
requires:
- nose
- nose-timer
imports:
- fahmunge
commands:
- nosetests fahmunge --nocapture --verbosity=2 --with-doctest --with-timer
- munge-fah-data --help
- munge-fah-data --version
about:
home: https://github.com/choderalab/fahmunge
license: MIT License
| package:
name: fahmunge
version: 0.3.0
source:
url: https://github.com/choderalab/fahmunge/archive/0.3.0.tar.gz
fn: 0.3.0.tar.gz
build:
preserve_egg_dir: True
number: 0
skip: True # [not win]
requirements:
build:
- setuptools
- python
- numpy
- pandas
- pytables
- natsort
- mdtraj
run:
- python
- numpy
- pandas
- pytables
- natsort
- mdtraj
test:
requires:
- nose
- nose-timer
imports:
- fahmunge
commands:
- nosetests fahmunge --nocapture --verbosity=2 --with-doctest --with-timer
- munge-fah-data --help
- munge-fah-data --version
about:
home: https://github.com/choderalab/fahmunge
license: MIT License
| Build fahmunge for osx too | Build fahmunge for osx too
| YAML | mit | omnia-md/conda-recipes,omnia-md/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes |
ba6cac15b38335cf1cf7afe37cd5108adb446c8c | azure-pipelines.yml | azure-pipelines.yml | name: $(BuildID)
resources:
repositories:
- repository: apt
type: github
name: futagoza/apt
variables:
- group: 'env-variables'
jobs:
- template: eslint.yml@apt
- template: node-test.yml@apt
parameters:
node_version: 6.x
after:
- script: yarn coverage
env:
COVERALLS_SERVICE_NAME: $(COVERALLS_SERVICE_NAME)
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)
GIT_BRANCH: $(Build.SourceBranch)
GIT_COMMIT_SHA: $(Build.SourceVersion)
azure_coverage: True
| name: $(BuildID)
resources:
repositories:
- repository: apt
type: github
name: futagoza/apt
endpoint: pegjs
variables:
- group: 'env-variables'
jobs:
- template: eslint.yml@apt
- template: node-test.yml@apt
parameters:
node_version: 6.x
after:
- script: yarn coverage
env:
COVERALLS_SERVICE_NAME: $(COVERALLS_SERVICE_NAME)
COVERALLS_REPO_TOKEN: $(COVERALLS_REPO_TOKEN)
GIT_BRANCH: $(Build.SourceBranch)
GIT_COMMIT_SHA: $(Build.SourceVersion)
azure_coverage: True
| Add endpoint for Pipeline templates | Add endpoint for Pipeline templates
| YAML | mit | pegjs/pegjs,pegjs/pegjs |
13e03e390a70a34487e9b81ea7184ec92a3b504d | .forestry/front_matter/templates/blog-post.yml | .forestry/front_matter/templates/blog-post.yml | ---
label: Blog post
hide_body: false
fields:
- type: text
name: layout
label: layout
- type: text
name: title
label: title
- type: datetime
name: date
label: date
- type: text
name: categories
label: categories
| ---
label: Blog post
hide_body: false
fields:
- type: text
name: layout
label: layout
config:
required: true
default: post
description: Page layout
- type: text
name: title
label: title
description: Post title
config:
required: true
- type: datetime
name: date
label: date
default: now
config:
required: true
date_format: YYYY-MM-DD
export_format: YYYY-MM-DD h:mm:ss A ZZ
description: Post date
- type: text
name: categories
label: categories
description: Post categories
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | apache-2.0 | rossng/rossng.github.io,rossng/rossng.github.io |
4f3bf333d2684b8e5a0308b400973e85ef960340 | .forestry/front_matter/templates/default.yml | .forestry/front_matter/templates/default.yml | ---
hide_body: false
fields:
- type: text
name: title
label: Title
- type: textarea
name: description
label: Description
- type: image_gallery
name: images
label: Images
description: The first image will be shown at the top of the page
- type: boolean
name: feature_image
label: Feature Image
description: If you turn this off the image will show in the body copy instead of
the top of the page
hidden: ''
default: true
- type: text
name: image_credit
label: Image Credit
| ---
hide_body: false
fields:
- type: text
name: title
label: Title
- type: datetime
name: date
label: Date
- type: textarea
name: description
label: Description
- type: image_gallery
name: images
label: Images
description: The first image will be shown at the top of the page
- type: boolean
name: feature_image
label: Feature Image
description: If you turn this off the image will show in the body copy instead of
the top of the page
hidden: ''
default: true
- type: text
name: image_credit
label: Image Credit
| Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | sonnetmedia/whatsnous.com,sonnetmedia/whatsnous.com |
1943c3391eb29aaf96d6d05ee540290e627e6178 | binary_sensors.yaml | binary_sensors.yaml | #### Binary_Sensors.yaml ####
# RFXTRX
- platform: rfxtrx
automatic_add: False
| #### Binary_Sensors.yaml ####
# RFXTRX
# - platform: rfxtrx
# automatic_add: False
| Comment out rfxtrx binary sensors as not being used at present | Comment out rfxtrx binary sensors as not being used at present
| YAML | mit | shortbloke/home_assistant_config |
40caf566ee1699cc232d430298544b3e69f44941 | recipes/autodynatrace/meta.yaml | recipes/autodynatrace/meta.yaml | {% set name = "autodynatrace" %}
{% set version = "1.0.81" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/autodynatrace-{{ version }}.tar.gz
sha256: 60dc2211dfbe0f350aee4eb882dfb529f64d2dac4e561398f58a31fd6ec38b5c
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python !=3.0,!=3.1,!=3.2,!=3.3
run:
- autowrapt >=1.0
- oneagent-sdk >=1.3.0
- python !=3.0,!=3.1,!=3.2,!=3.3
- six >=1.10.0
- wrapt >=1.11.2
test:
imports:
- autodynatrace
- autodynatrace.wrappers
commands:
- pip check
requires:
- pip
about:
home: https://github.com/dlopes7/autodynatrace
summary: Auto instrumentation for the OneAgent SDK
license: Apache-2.0
license_file: LICENSE
extra:
recipe-maintainers:
- janjagusch
| {% set name = "autodynatrace" %}
{% set version = "1.0.81" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/autodynatrace-{{ version }}.tar.gz
sha256: 60dc2211dfbe0f350aee4eb882dfb529f64d2dac4e561398f58a31fd6ec38b5c
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python >=3.6
run:
- autowrapt >=1.0
- oneagent-sdk >=1.3.0
- python >=3.6
- six >=1.10.0
- wrapt >=1.11.2
test:
imports:
- autodynatrace
- autodynatrace.wrappers
commands:
- pip check
requires:
- pip
about:
home: https://github.com/dlopes7/autodynatrace
summary: Auto instrumentation for the OneAgent SDK
license: Apache-2.0
license_file: LICENSE
extra:
recipe-maintainers:
- janjagusch
| Change minimum Python version to 3.6. | Change minimum Python version to 3.6. | YAML | bsd-3-clause | igortg/staged-recipes,hadim/staged-recipes,igortg/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes |
f09a6032b5dc24ceb49d6b1cee2034450f234d5b | metadata/de.csicar.ning.yml | metadata/de.csicar.ning.yml | Categories:
- Development
- Internet
License: LGPL-3.0-only
AuthorName: csicar
SourceCode: https://github.com/csicar/Ning
IssueTracker: https://github.com/csicar/Ning/issues
AutoName: Ning
RepoType: git
Repo: https://github.com/csicar/Ning
Builds:
- versionName: '1.2'
versionCode: 12
commit: v1.2
subdir: app
gradle:
- yes
- versionName: 1.2.3
versionCode: 123
commit: v1.2.3
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.2.3
CurrentVersionCode: 123
| Categories:
- Development
- Internet
License: LGPL-3.0-only
AuthorName: csicar
SourceCode: https://github.com/csicar/Ning
IssueTracker: https://github.com/csicar/Ning/issues
AutoName: Ning
RepoType: git
Repo: https://github.com/csicar/Ning
Builds:
- versionName: '1.2'
versionCode: 12
commit: v1.2
subdir: app
gradle:
- yes
- versionName: 1.2.3
versionCode: 123
commit: v1.2.3
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.2.4
CurrentVersionCode: 124
| Update CV of Ning to 1.2.4 (124) | Update CV of Ning to 1.2.4 (124)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
2a208efa8e2cf217ea99d5db9e5940b482d90aa4 | roles/packages/tasks/Ubuntu.yml | roles/packages/tasks/Ubuntu.yml | ---
- name: Install packages from manifest
apt:
name: "{{ os_packages[ansible_facts.pkg_mgr] }}"
state: latest # noqa 403
update_cache: true
become: true
- name: Upgrade all packages to the latest version
apt:
upgrade: dist
become: true
- name: Remove useless packages from the cache
apt:
autoclean: true
become: true
- name: Remove dependencies that are no longer required
apt:
autoremove: true
become: true
| ---
- name: Install Debian packages
apt:
name: "{{ os_packages[ansible_facts.pkg_mgr] }}"
state: latest # noqa 403
update_cache: true
become: true
- name: Upgrade all packages to the latest version
apt:
upgrade: dist
become: true
- name: Remove useless packages from the cache
apt:
autoclean: true
become: true
- name: Remove dependencies that are no longer required
apt:
autoremove: true
become: true
| Edit task name for parity | Edit task name for parity
| YAML | mit | aglorei/dotfiles,aglorei/dotfiles |
769d7838f4d36c4aee9800cc67e0a62ee708461a | vars/discovery_overlay.yml | vars/discovery_overlay.yml | provisioner: roles/overlay/provision_discovery_overlay
overlayfs_archive_name: "discovery.overlay.cpio"
discovery_overlay_package_manifest:
- { package: "dmidecode", version: "2.12-2" }
- { package: "lshw", version: "02.16-2ubuntu1.3" }
- { package: "lsscsi", version: "0.27-2" }
- { package: "pciutils", version: "1:3.2.1-1ubuntu5" }
- { package: "ethtool", version: "1:3.13-1" }
- { package: "smartmontools", version: "6.2+svn3841-1.2" }
- { package: "ohai", version: "6.14.0-2" }
| provisioner: roles/overlay/provision_discovery_overlay
overlayfs_archive_name: "discovery.overlay.cpio"
discovery_overlay_package_manifest:
- { package: "dmidecode", version: "2.12-2" }
- { package: "lshw", version: "02.16-2ubuntu1.3" }
- { package: "lsscsi", version: "0.27-2" }
- { package: "pciutils", version: "1:3.2.1-1ubuntu5" }
- { package: "ethtool", version: "1:3.13-1" }
- { package: "smartmontools", version: "6.2+svn3841-1.2" }
- { package: "ohai", version: "6.14.0-2" }
- { package: "lldpd", version: "0.7.7-1"}
| Add LLDP to discovery image and node catalog | VEY-186: Add LLDP to discovery image and node catalog
- Add lldpd package in discovery overlay build
| YAML | apache-2.0 | DavidjohnBlodgett/on-imagebuilder,DavidjohnBlodgett/on-imagebuilder |
7c3a7cc42411e1f767a8576a6619d4ce927e1729 | rest-api-spec/src/main/resources/rest-api-spec/test/tasks.get/10_basic.yaml | rest-api-spec/src/main/resources/rest-api-spec/test/tasks.get/10_basic.yaml | ---
"get task test":
# Note that this gets much better testing in reindex's tests because it actually saves the task
- do:
cluster.state: {}
- do:
catch: missing
tasks.get:
task_id: foo:1
- match: {error.reason: "/task.\\[foo:1\\].belongs.to.the.node.\\[foo\\].which.isn't.part.of.the.cluster.and.there.is.no.record.of.the.task/"}
| ---
"get task test":
- skip:
version: " - 5.1.99"
reason: massage was changed in 5.2.0
# Note that this gets much better testing in reindex's tests because it actually saves the task
- do:
cluster.state: {}
- do:
catch: missing
tasks.get:
task_id: foo:1
- match: {error.reason: "/task.\\[foo:1\\].belongs.to.the.node.\\[foo\\].which.isn't.part.of.the.cluster.and.there.is.no.record.of.the.task/"}
| Fix test for changed message | Fix test for changed message
Message is only changed in 5.2.0 so we shouldn't assert on it
if we're running with any nodes less than that version.
| YAML | apache-2.0 | strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc |
d35efd07cf00d36db93fb48a361a6c55d36b2b7a | .rultor.yml | .rultor.yml | docker:
image: yegor256/java8
decrypt:
gradle.properties: "repo/gradle.properties.asc"
secring.gpg: "repo/secret.gpg.asc"
install: |-
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
mkdir ~/.ssh
touch ~/.ssh/known_hosts
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
git config lfs.url "https://github.com/smallcreep/jb-hub-client.git/info/lfs"
git lfs install
git lfs pull
mv /home/r/gradle.properties /home/r/repo/gradle.properties
mv /home/r/secring.gpg /home/r/repo/secring.gpg
architect:
- smallcreep
merge:
script: |
./gradlew clean build -PQuality -PIntegration --scan --info
./gradlew clean
deploy:
script: |
./gradlew clean build -PQuality -PIntegration --scan --info
release:
script: |-
./gradlew clean build upload -PPublish -PVer=${tag} --scan --info | docker:
image: yegor256/java8
decrypt:
gradle.properties: "repo/gradle.properties.asc"
secret.gpg: "repo/secret.gpg.asc"
install: |-
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
sudo apt-get install git-lfs
mkdir ~/.ssh
touch ~/.ssh/known_hosts
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
git config lfs.url "https://github.com/smallcreep/jb-hub-client.git/info/lfs"
git lfs install
git lfs pull
mv /home/r/gradle.properties /home/r/repo/gradle.properties
mv /home/r/secret.gpg /home/r/repo/secret.gpg
architect:
- smallcreep
merge:
script: |
./gradlew clean build -PQuality -PIntegration --scan --info
./gradlew clean
deploy:
script: |
./gradlew clean build -PQuality -PIntegration --scan --info
release:
script: |-
./gradlew clean build upload -PPublish -PVer=${tag} --scan --info | Add the GitHub to the list of authorized hosts: | Add the GitHub to the list of authorized hosts:
| YAML | mit | smallcreep/jb-hub-client |
04de2c8cb5931bfdc0923d0b8a28d764348af8a8 | .squash.yml | .squash.yml | deployments:
default:
dockerimage: python:latest
port_forwarding: 80:3000
build_steps:
- apt-get update && apt-get install -y libssl-dev libpq-dev git build-essential libfontconfig1 libfontconfig1-dev
- pip install setuptools pip --upgrade --force-reinstall
- pip install wagtail
- mkdir /myproject
- cd /myproject
- wagtail start mysite
- cd /myproject/mysite
- python manage.py migrate
- echo "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('admin', 'admin@myproject.com', 'password')" | python manage.py shell
launch_steps:
python manage.py runserver 0.0.0.0:80
| deployments:
default:
dockerimage: python:latest
build_steps:
- apt-get update && apt-get install -y libssl-dev libpq-dev git build-essential libfontconfig1 libfontconfig1-dev
- pip install setuptools pip --upgrade --force-reinstall
- pip install wagtail
- mkdir /myproject
- cd /myproject
- wagtail start mysite
- cd /myproject/mysite
- python manage.py migrate
- echo "from django.contrib.auth import get_user_model; User = get_user_model(); User.objects.create_superuser('admin', 'admin@myproject.com', 'password')" | python manage.py shell
launch_steps:
python manage.py runserver 0.0.0.0:80
| Remove port forwarding, not needed | Remove port forwarding, not needed | YAML | bsd-3-clause | FlipperPA/wagtail,mikedingjan/wagtail,jnns/wagtail,jnns/wagtail,rsalmaso/wagtail,rsalmaso/wagtail,kaedroho/wagtail,gasman/wagtail,zerolab/wagtail,wagtail/wagtail,thenewguy/wagtail,nealtodd/wagtail,nealtodd/wagtail,jnns/wagtail,wagtail/wagtail,FlipperPA/wagtail,nealtodd/wagtail,rsalmaso/wagtail,wagtail/wagtail,mikedingjan/wagtail,kaedroho/wagtail,zerolab/wagtail,torchbox/wagtail,nimasmi/wagtail,FlipperPA/wagtail,takeflight/wagtail,takeflight/wagtail,takeflight/wagtail,mikedingjan/wagtail,timorieber/wagtail,mixxorz/wagtail,gasman/wagtail,thenewguy/wagtail,kaedroho/wagtail,mikedingjan/wagtail,timorieber/wagtail,gasman/wagtail,mixxorz/wagtail,nimasmi/wagtail,thenewguy/wagtail,rsalmaso/wagtail,wagtail/wagtail,thenewguy/wagtail,FlipperPA/wagtail,nimasmi/wagtail,mixxorz/wagtail,gasman/wagtail,zerolab/wagtail,mixxorz/wagtail,nealtodd/wagtail,torchbox/wagtail,kaedroho/wagtail,mixxorz/wagtail,takeflight/wagtail,wagtail/wagtail,zerolab/wagtail,timorieber/wagtail,nimasmi/wagtail,kaedroho/wagtail,jnns/wagtail,rsalmaso/wagtail,gasman/wagtail,thenewguy/wagtail,zerolab/wagtail,timorieber/wagtail,torchbox/wagtail,torchbox/wagtail |
3f55d8a3f65ecf71109e205721c9bc28f82f4e68 | roles/common/tasks/main.yml | roles/common/tasks/main.yml | # vim: set ft=yaml sw=2 expandtab tabstop=2 softtabstop=2 smartindent tw=80:
---
- name: update system
apt:
update_cache: yes
upgrade: safe
- name: install common packages
apt:
name: "{{ item }}"
state: latest
with_items:
- vim
- tmux
- bash-completion
- ncurses-term
- name: copy base configs
copy: src={{item.src}} dest={{item.dst}}
with_items:
- {src: etc/vim/vimrc.local, dst: /etc/vim/vimrc.local}
- {src: root/dircolors-256, dst: /root/.dircolors-256}
- {src: root/bashrc, dst: /root/.bashrc}
- {src: root/tmux.conf, dst: /root/.tmux.conf}
| # vim: set ft=ansible:
---
- name: update system
apt:
update_cache: yes
upgrade: safe
- name: install common packages
apt:
name: "{{ item }}"
state: latest
with_items:
- vim
- tmux
- bash-completion
- ncurses-term
- htop
- fail2ban
- name: copy base configs
copy: src={{item.src}} dest={{item.dst}}
with_items:
- {src: etc/vim/vimrc.local, dst: /etc/vim/vimrc.local}
- {src: root/dircolors-256, dst: /root/.dircolors-256}
- {src: root/bashrc, dst: /root/.bashrc}
- {src: root/tmux.conf, dst: /root/.tmux.conf}
| Add htop and fail2ban to common role | Add htop and fail2ban to common role
Signed-off-by: Jan Losinski <577c4104c61edf9f052c616c0c23e67bef4a9955@wh2.tu-dresden.de>
| YAML | bsd-3-clause | janLo/ansible-playground,janLo/ansible-playground,janLo/ansible-playground |
c04cae52ee587074767b733c3d49268c6633bea6 | roles/common/tasks/main.yml | roles/common/tasks/main.yml | ---
# default is etc/utc in build 20141129 [http://cloud.centos.org/centos/7/images/]
- name: set timezone to etc/utc
sudo: yes
file:
src: /usr/share/zoneinfo/Etc/UTC
dest: /etc/localtime
state: link
force: yes
tags:
- common
# add hosts to /etc/hosts
- name: configure hosts file
sudo: yes
lineinfile:
dest: /etc/hosts
regexp: "^{{ hostvars[item].ansible_default_ipv4.address }} {{ item }}{% if use_host_domain %} {{ item }}.{{ host_domain }}{% endif %}$"
line: "{{ hostvars[item].ansible_default_ipv4.address }} {{ item }}{% if use_host_domain %} {{ item }}.{{ host_domain}}{% endif %}"
state: present
when: hostvars[item].ansible_default_ipv4.address is defined
with_items: groups['all']
tags:
- common
- name: enable EPEL repo
sudo: yes
yum:
name: epel-release
state: latest
tags:
- common
- name: bootstrap virt7-testing repo
copy:
src: virt7-testing.repo
dest: /etc/yum.repos.d/
owner: root
group: root
mode: 0644
tags:
- common
| ---
# default is etc/utc in build 20141129 [http://cloud.centos.org/centos/7/images/]
- name: set timezone to etc/utc
sudo: yes
file:
src: /usr/share/zoneinfo/Etc/UTC
dest: /etc/localtime
state: link
force: yes
tags:
- common
- name: Check if selinux enforcing
sudo: yes
command: getenforce
register: selinux
changed_when: false
tags:
- common
- name: Set selinux permissive because tokens and selinux don't work together
sudo: yes
selinux: state=permissive policy=targeted
when: "'Enforcing' in selinux.stdout"
tags:
- common
# add hosts to /etc/hosts
- name: configure hosts file
sudo: yes
lineinfile:
dest: /etc/hosts
regexp: "^{{ hostvars[item].ansible_default_ipv4.address }} {{ item }}{% if use_host_domain %} {{ item }}.{{ host_domain }}{% endif %}$"
line: "{{ hostvars[item].ansible_default_ipv4.address }} {{ item }}{% if use_host_domain %} {{ item }}.{{ host_domain}}{% endif %}"
state: present
when: hostvars[item].ansible_default_ipv4.address is defined
with_items: groups['all']
tags:
- common
- name: enable EPEL repo
sudo: yes
yum:
name: epel-release
state: latest
tags:
- common
| Change SELinux to permissive mode | Change SELinux to permissive mode
| YAML | apache-2.0 | kenjones-cisco/kubernetes-ansible,CiscoCloud/kubernetes-ansible,CiscoCloud/mantl-kubernetes,CiscoCloud/kubernetes-ansible,xshyamx/mantl-kubernetes,CiscoCloud/mantl-kubernetes,ldejager/kubernetes-ansible,kenjones-cisco/kubernetes-ansible,xshyamx/mantl-kubernetes,CiscoCloud/mantl-kubernetes,CiscoCloud/kubernetes-ansible,xshyamx/mantl-kubernetes,ldejager/kubernetes-ansible |
e24f5c620660f7a6b5de2d037bb9e589187eb1d7 | roles/languages/tasks/main.yml | roles/languages/tasks/main.yml | ---
- include: python.yml
- include: ruby.yml
- name: clone golang
git: repo=https://go.googlesource.com/go
version={{ go_version }}
dest=~/.golang
force=yes
depth=1
- name: compile golang
shell: creates=~/.golang/bin/go
chdir=~/.golang/src
~/.golang/src/make.bash
- name: make R module dir
file: path=~/.rlang/lib/ state=directory
- copy: src=Rprofile dest=~/.Rprofile
- copy: src=Renviron dest=~/.Renviron
# There's some issue here with the ldpath -- commenting out for now.
#- name: Download rust setup script
# get_url: dest=/tmp/rustup.sh url=https://static.rust-lang.org/rustup.sh mode=0755
#- name: Install rust
# shell: creates=~/.rustlang/bin/rustc /tmp/rustup.sh --verbose --yes --disable-sudo --prefix=~/.rustlang
- dnf: name={{ item }} state=latest
name: install R and Haskell
sudo: true
with_items:
- haskell-platform
- R
- autoconf
- make
tags:
- packages
when: ansible_distribution != 'RedHat'
| ---
- include: python.yml
- include: ruby.yml
- name: make R module dir
file: path=~/.rlang/lib/ state=directory
- copy: src=Rprofile dest=~/.Rprofile
- copy: src=Renviron dest=~/.Renviron
# There's some issue here with the ldpath -- commenting out for now.
#- name: Download rust setup script
# get_url: dest=/tmp/rustup.sh url=https://static.rust-lang.org/rustup.sh mode=0755
#- name: Install rust
# shell: creates=~/.rustlang/bin/rustc /tmp/rustup.sh --verbose --yes --disable-sudo --prefix=~/.rustlang
- dnf: name={{ item }} state=latest
name: install R, Go, and Haskell
sudo: true
with_items:
- haskell-platform
- R
- autoconf
- make
- golang
tags:
- packages
when: ansible_distribution != 'RedHat'
| Use Fedora golang package instead | Use Fedora golang package instead
| YAML | mit | ryansb/workstation,ryansb/workstation,ryansb/workstation |
b09a1cffaeef3b4d51df635770651a9ce2fe776d | .travis.yml | .travis.yml | language: ruby
rvm:
- 2.3.0
env:
- TRAVIS_NODE_VERSION="4"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# - bundle exec rails server -p 3000 &
- sleep 5
install:
# - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- npm install
# - npm run update-webdriver
script:
- bundle exec rake
- node_modules/.bin/karma start karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
# - node_modules/.bin/protractor e2e-tests/protractor.conf.js --browser=firefox
notifications:
email: false
| language: ruby
rvm:
- 2.3.0
env:
- TRAVIS_NODE_VERSION="4"
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
# - bundle exec rails server -p 3000 &
- sleep 5
install:
- bundle install --jobs=3 --retry=3
# - rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh && nvm install $TRAVIS_NODE_VERSION
- npm install
# - npm run update-webdriver
script:
- bundle exec rake
- node_modules/.bin/karma start karma.conf.js --no-auto-watch --single-run --reporters=dots --browsers=Firefox
# - node_modules/.bin/protractor e2e-tests/protractor.conf.js --browser=firefox
notifications:
email: false
| Install Ruby dependencies in Travis | Install Ruby dependencies in Travis
| YAML | mit | UniversityofHelsinki/OC-webgui,UniversityofHelsinki/OC-webgui,UniversityofHelsinki/OC-webgui,UniversityofHelsinki/OC-webgui |
b575cd32cd2af4a0a0ae90058f966dd453ce7a99 | .travis.yml | .travis.yml | language: node_js
sudo: required
notifications:
slack: retrospectre:DT9bWKb0zenFvq6umddlg0ko
node_js:
- '0.12'
env:
- JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=1 JASMINE_CLIENT_UNIT=1 JASMINE_CLIENT_INTEGRATION=1 JASMINE_BROWSER=PhantomJS
branches:
except:
- release-dev
- release-prd
before_install:
- "curl https://install.meteor.com/ | sh"
- npm install -g gulp
- npm install -g velocity-cli
before_script:
- gulp lint
- pkill -9 phantomjs || true
- pkill -9 node || true
script:
- ( cd src && velocity test-app --ci )
after_success:
- bash release.sh
| language: node_js
sudo: required
notifications:
slack: retrospectre:DT9bWKb0zenFvq6umddlg0ko
node_js:
- '0.12'
env:
- JASMINE_SERVER_UNIT=0 JASMINE_SERVER_INTEGRATION=1 JASMINE_CLIENT_UNIT=1 JASMINE_CLIENT_INTEGRATION=1 JASMINE_BROWSER=PhantomJS
branches:
except:
- release-dev
- release-prd
before_install:
- "curl https://install.meteor.com/ | sh"
- npm install -g gulp
# - npm install -g velocity-cli
before_script:
- gulp lint
script:
# - ( cd src && velocity test-app --ci ) # Killing test run on CI until timeout issue is resolved
# https://github.com/xolvio/meteor-jasmine/issues/324
after_success:
- bash release.sh
| Remove testing from CI because it fails every other time, submitted an issue on framework repo, if resolution can be found, will re-add, otherwise, just run tests locally until figured out | Remove testing from CI because it fails every other time, submitted an issue on framework repo, if resolution can be found, will re-add, otherwise, just run tests locally until figured out
| YAML | mit | Zywave/Retrospectre,Zywave/Retrospectre,Zywave/Retrospectre |
2763b807cd92b4143685ed12558f20cad80b2dc6 | config/database.yml | config/database.yml | default: &default
adapter: mysql2
encoding: utf8
development:
<<: *default
database: release_development
username: release
password: release
url: <%= ENV['DATABASE_URL'] %>
test: &test
<<: *default
database: release_test
username: release
password: release
url: <%= ENV["DATABASE_URL"].try(:sub, /([-_]development)?$/, '_test') %>
production:
<<: *default
# Rails reads values from DATABASE_URL env var.
| default: &default
adapter: mysql2
encoding: utf8
variables:
sql_mode: TRADITIONAL
development:
<<: *default
database: release_development
username: release
password: release
url: <%= ENV['DATABASE_URL'] %>
test: &test
<<: *default
database: release_test
username: release
password: release
url: <%= ENV["DATABASE_URL"].try(:sub, /([-_]development)?$/, '_test') %>
production:
<<: *default
# Rails reads values from DATABASE_URL env var.
| Use MySQL in 'traditional' mode | Use MySQL in 'traditional' mode
MySQL 5.7.5 introduced new behaviour around its
[handling of `GROUP BY` clauses][1]. This change resulted in some
previously valid SQL queries in Release to be deemed invalid and
trigger MySQL errors including this one:
```
Error:
\#per_year#test_: #per_year should return correct data. :
ActiveRecord::StatementInvalid: Mysql2::Error: Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'release_test.deployments.created_at' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
app/models/deployment_stats.rb:18:in `per_year'
test/unit/deployment_stats_test.rb:53:in `block (2 levels) in <class:DeploymentStatsTest>'
test/unit/deployment_stats_test.rb:39:in `instance_exec'
test/unit/deployment_stats_test.rb:39:in `block in create_test_from_should_hash'
```
This change in behaviour can be reverted by setting the `sql_mode`
to `TRADITIONAL`, which is a special '[combination SQL mode][2]'
that excludes `ONLY_FULL_GROUP_BY`.
Some effort was made at first to refactor the problematic SQL queries
to avoid needing to deviate from MySQL's now-default behaviour. However,
the attempts were unsuccessful, and it is therefore more pragmatic to
follow the [convention established in Whitehall][3] to set the SQL
mode to 'traditional'.
[1]: https://dev.mysql.com/doc/refman/5.7/en/group-by-handling.html
[2]: https://dev.mysql.com/doc/refman/8.0/en/sql-mode.html#sql-mode-combo
[3]: https://github.com/alphagov/whitehall/pull/6386
| YAML | mit | alphagov/release,alphagov/release,alphagov/release |
5651a708165bc29e2a00974d04d9c4fdfc2ddbfe | .travis.yml | .travis.yml | before_install: gem update --system
gemfile:
- Gemfile-rails.3.2.x
- Gemfile-rails.4.0.x
- Gemfile
rvm:
- 1.9.3
- jruby-19mode
- 2.0.0
| gemfile:
- Gemfile-rails.3.2.x
- Gemfile-rails.4.0.x
- Gemfile
rvm:
- 1.9.3
- 2.0.0
- 2.1.1
- jruby
| Add Ruby 2.1 to the build matrix | Add Ruby 2.1 to the build matrix
| YAML | mit | carlosantoniodasilva/i18n_alchemy,raphaelcosta/i18n_alchemy |
0ba09b0d3d718447b29d63899260c89f140215fc | .travis.yml | .travis.yml | language: cpp
compiler:
- clang
# - gcc # travis uses gcc 4.6.3 which does not support C++11
before_script:
- sh autogen.sh
| sudo: false
language: cpp
compiler:
- clang
- gcc
install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; $CXX --version; fi
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.9
- g++-4.9
before_script:
- sh autogen.sh
| Use gcc-4.9 from Ubuntu toolchain PPA. | Use gcc-4.9 from Ubuntu toolchain PPA.
| YAML | mit | tkem/fsmlite,tkem/fsmlite |
f198e8a54694c0f618ec7983b62c26be3cea6087 | .travis.yml | .travis.yml | sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.2 DB=postgres
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.2 DB=mysql
- SOLIDUS_BRANCH=v2.3 DB=mysql
- SOLIDUS_BRANCH=v2.4 DB=mysql
- SOLIDUS_BRANCH=v2.5 DB=mysql
- SOLIDUS_BRANCH=v2.6 DB=mysql
- SOLIDUS_BRANCH=v2.7 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
| sudo: false
language: ruby
rvm:
- 2.3.1
env:
matrix:
- SOLIDUS_BRANCH=v2.3 DB=postgres
- SOLIDUS_BRANCH=v2.4 DB=postgres
- SOLIDUS_BRANCH=v2.5 DB=postgres
- SOLIDUS_BRANCH=v2.6 DB=postgres
- SOLIDUS_BRANCH=v2.7 DB=postgres
- SOLIDUS_BRANCH=master DB=postgres
- SOLIDUS_BRANCH=v2.3 DB=mysql
- SOLIDUS_BRANCH=v2.4 DB=mysql
- SOLIDUS_BRANCH=v2.5 DB=mysql
- SOLIDUS_BRANCH=v2.6 DB=mysql
- SOLIDUS_BRANCH=v2.7 DB=mysql
- SOLIDUS_BRANCH=master DB=mysql
| Remove Solidus v2.2 support from Travis config | Remove Solidus v2.2 support from Travis config
| YAML | bsd-3-clause | solidusio/solidus_auth_devise,solidusio/solidus_auth_devise,solidusio/solidus_auth_devise |
a695d868c55f7fd2edda96a27a480b0711d1edd4 | .travis.yml | .travis.yml | before_script:
- npm install -g gulp
language: node_js
node_js:
- '4.1'
- '4.0'
deploy:
provider: npm
on:
branch: master
node: '4.1'
email: $NPM_EMAIL
api_key:
secure: $NPM_API_SECURE
script: gulp
after_script:
- gulp coveralls
| before_script:
- npm install -g gulp
language: node_js
node_js:
- '0.10'
- '0.11'
- '0.12'
- '4.0'
- '4.1'
deploy:
provider: npm
on:
branch: master
node: '4.1'
email: $NPM_EMAIL
api_key:
secure: $NPM_API_SECURE
script: gulp
after_script:
- gulp coveralls
| Add more versions NodeJS for build on Travis | Add more versions NodeJS for build on Travis
| YAML | mit | czerwonkabartosz/Micro-Whalla |
a5a414b14f72ebe2623d8c359eb1c78d336ccdbc | .travis.yml | .travis.yml | jdk:
- oraclejdk8
os:
- linux
language: scala
dist: trusty
stages:
- name: test
- name: release
if: (branch = master AND type = push) OR (tag IS present)
jobs:
include:
# default stage is test
- stage: release
script:
- nvm install 'lts/*' && nvm use 'lts/*'
- git fetch --unshallow
- git fetch --tags
- sbt ci-release
cache:
directories:
- $HOME/.sbt/0.13/dependency
- $HOME/.sbt/1.0/dependency
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/launchers
- $HOME/.ivy2/cache
- $HOME/.cache/coursier
- $HOME/.coursier
yarn: true
before_cache:
- du -h -d 1 $HOME/.ivy2/cache
- du -h -d 2 $HOME/.sbt/
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
- rm -rf $HOME/.ivy2/local
| jdk:
- oraclejdk8
os:
- linux
language: scala
dist: trusty
stages:
- name: test
- name: release
if: (branch = master AND type = push) OR (tag IS present)
jobs:
include:
# default stage is test
- stage: release
script:
- nvm install 'lts/*' && nvm use 'lts/*'
- git fetch --unshallow
- git fetch --tags
- ./sbt ci-release
cache:
directories:
- $HOME/.sbt/0.13/dependency
- $HOME/.sbt/1.0/dependency
- $HOME/.sbt/boot/scala*
- $HOME/.sbt/launchers
- $HOME/.ivy2/cache
- $HOME/.cache/coursier
- $HOME/.coursier
yarn: true
before_cache:
- du -h -d 1 $HOME/.ivy2/cache
- du -h -d 2 $HOME/.sbt/
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
- rm -rf $HOME/.ivy2/local
| Use embedded sbt launcher in Travis | Use embedded sbt launcher in Travis
| YAML | bsd-3-clause | scalameta/scalameta,scalameta/scalameta,scalameta/scalameta,scalameta/scalameta,scalameta/scalameta |
94116ceba7659fdad97721cdf65f7446a2b7342f | .travis.yml | .travis.yml | language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=v0.14.1
- PANDAS_VERSION=master
matrix:
exclude:
- python: 2.6
env: PANDAS_VERSION=master
- python: 3.2
env: PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install libgdal1h gdal-bin libgdal-dev libspatialindex-dev libspatialindex1
# - sudo -u postgres psql -c "drop database if exists test_geopandas"
# - sudo -u postgres psql -c "create database test_geopandas"
# - sudo -u postgres psql -c "create extension postgis" -d test_geopandas
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.test.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r .requirements-2.6.txt --use-mirrors; fi
- git clone git://github.com/pydata/pandas.git
- cd pandas
- git checkout $PANDAS_VERSION
- python setup.py install
- cd ..
script:
- py.test tests --cov geopandas -v --cov-report term-missing
after_success:
- coveralls
| language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
env:
- PANDAS_VERSION=v0.13.1
- PANDAS_VERSION=v0.14.1
- PANDAS_VERSION=master
before_install:
- sudo add-apt-repository -y ppa:ubuntugis/ppa
- sudo apt-get update
- sudo apt-get install libgdal1h gdal-bin libgdal-dev libspatialindex-dev libspatialindex1
# - sudo -u postgres psql -c "drop database if exists test_geopandas"
# - sudo -u postgres psql -c "create database test_geopandas"
# - sudo -u postgres psql -c "create extension postgis" -d test_geopandas
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.test.txt --use-mirrors
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install -r .requirements-2.6.txt --use-mirrors; fi
- git clone git://github.com/pydata/pandas.git
- cd pandas
- git checkout $PANDAS_VERSION
- python setup.py install
- cd ..
script:
- py.test tests --cov geopandas -v --cov-report term-missing
after_success:
- coveralls
| Revert "TST: Disable pandas master tests..." | Revert "TST: Disable pandas master tests..."
This reverts commit 95d2e20fe59af0ace72c3ab2faef1e0157a4735e.
| YAML | bsd-3-clause | geopandas/geopandas,ozak/geopandas,koldunovn/geopandas,urschrei/geopandas,snario/geopandas,jorisvandenbossche/geopandas,micahcochran/geopandas,micahcochran/geopandas,IamJeffG/geopandas,maxalbert/geopandas,scw/geopandas,ozak/geopandas,jdmcbr/geopandas,jdmcbr/geopandas,geopandas/geopandas,jorisvandenbossche/geopandas,perrygeo/geopandas,fonnesbeck/geopandas,kwinkunks/geopandas,geopandas/geopandas,jorisvandenbossche/geopandas |
b58f2dbe9d066cf830f0ba4591ec7ad651a18bc9 | .travis.yml | .travis.yml | sudo: required
dist: trusty
language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- jruby-9.1.7.0
- jruby-head
- ruby-head
- rubinius-3
matrix:
allow_failures:
- rvm: jruby-9.1.7.0
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-3
before_install:
- rvm use @global
- gem uninstall bundler -x
- rvm use @default
- gem install bundler --version=1.13.7
- bundler --version
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0
- sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1
- sudo apt-get install -y gir1.2-gstreamer-1.0
install:
- bundle install --without local_development --retry=3
branches:
only:
- master
| sudo: required
dist: trusty
language: ruby
rvm:
- 2.1
- 2.2
- 2.3
- 2.4
- jruby-9.1.7.0
- jruby-head
- ruby-head
- rubinius-3
matrix:
allow_failures:
- rvm: jruby-9.1.7.0
- rvm: jruby-head
- rvm: ruby-head
- rvm: rubinius-3
before_install:
- sudo apt-get -qq update
- sudo apt-get install -y libgirepository1.0-dev gobject-introspection gir1.2-gtop-2.0
- sudo apt-get install -y gir1.2-gtk-3.0 gir1.2-pango-1.0 gir1.2-secret-1
- sudo apt-get install -y gir1.2-gstreamer-1.0
install:
- bundle install --without local_development --retry=3
branches:
only:
- master
| Use default bundler on Travis CI | Use default bundler on Travis CI
| YAML | lgpl-2.1 | mvz/gir_ffi,mvz/gir_ffi,mvz/gir_ffi |
989462c482c83dfb82e7c37157ed1965d14983cb | .travis.yml | .travis.yml | rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
script: "rspec"
notifications:
email:
- joecorcoran@gmail.com | rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0.0
script: "rspec"
notifications:
email:
- joecorcoran@gmail.com | Add Ruby 2.0.0 to Travis config | Add Ruby 2.0.0 to Travis config
| YAML | mit | joecorcoran/semantic_versioning |
ed3547550141076a324066117b84b3e35139ed25 | .travis.yml | .travis.yml | language: ruby
sudo: false
rvm:
- 2.1.5
before_script:
- export TZ=America/New_York
- psql -c 'create database ddmodels2_test;' -U postgres
- bundle exec rake db:create db:structure:load db:migrate
cache: bundler
addons:
postgresql: '9.3'
code_climate:
repo_token: ebd431336a17c38b101c377f4300158ce02a4a6588502935120f25eb162a4d70
| language: ruby
sudo: false
rvm:
- 2.3.1
before_script:
- export TZ=America/New_York
- psql -c 'create database ddmodels2_test;' -U postgres
- bundle exec rake db:create db:structure:load db:migrate
cache: bundler
addons:
postgresql: '9.3'
code_climate:
repo_token: ebd431336a17c38b101c377f4300158ce02a4a6588502935120f25eb162a4d70
| Update Travis to set Ruby version | Update Travis to set Ruby version
| YAML | bsd-3-clause | MAPC/developmentdatabase,MAPC/developmentdatabase,MAPC/developmentdatabase,MAPC/developmentdatabase |
2da5a2037d5505f2455e5d9c08ca995ad37e0701 | .travis.yml | .travis.yml | language: go
go:
1.7.4
before_install:
- go get github.com/mattn/goveralls
- go get -d github.com/libgit2/git2go && cd $GOPATH/src/github.com/libgit2/git2go && git submodule update --init && make install
script:
- $HOME/gopath/bin/goveralls -service=travis-ci
| language: go
go:
1.7.4
before_install:
- go get github.com/mattn/goveralls
- go get -d github.com/libgit2/git2go && cd $GOPATH/src/github.com/libgit2/git2go && git submodule update --init && make install
script:
- cd $GOPATH/src/github.com/Aerathis/sciuromorpha && $HOME/gopath/bin/goveralls -service=travis-ci
| Switch directory back to repo | Switch directory back to repo
| YAML | mit | Aerathis/sciuromorpha |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.