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
|
---|---|---|---|---|---|---|---|---|---|
7418d71ea37a9b31d406dba4d41ab63fa1b0dcec
|
ansible/roles/post_data/tasks/main.yml
|
ansible/roles/post_data/tasks/main.yml
|
- file:
path: /srv/post_data
state: directory
owner: root
group: root
mode: 0755
- copy:
src: srv/post_data/post_data.sh
dest: /srv/post_data/post_data.sh
owner: root
group: root
mode: 0755
notify: restart post_data
- copy:
src: srv/post_data/post_data.conf
dest: /srv/post_data/post_data.conf
owner: root
group: root
mode: 0644
notify: restart post_data
- template:
src: srv/post_data/config.yaml.j2
dest: /srv/post_data/config_yaml
owner: root
group: root
mode: 0644
notify: restart post_data
- copy:
src: etc/systemd/system/post_data.service
dest: /etc/systemd/system/post_data.service
owner: root
group: root
mode: 0755
notify: restart post_data
- systemd:
name: post_data
enabled: yes
|
- file:
path: /srv/post_data
state: directory
owner: root
group: root
mode: 0755
- copy:
src: srv/post_data/post_data.sh
dest: /srv/post_data/post_data.sh
owner: root
group: root
mode: 0755
notify: restart post_data
- copy:
src: srv/post_data/post_data.conf
dest: /srv/post_data/post_data.conf
owner: root
group: root
mode: 0644
notify: restart post_data
- template:
src: srv/post_data/config.yaml.j2
dest: /srv/post_data/config.yaml
owner: root
group: root
mode: 0644
notify: restart post_data
- copy:
src: etc/systemd/system/post_data.service
dest: /etc/systemd/system/post_data.service
owner: root
group: root
mode: 0755
notify: restart post_data
- systemd:
name: post_data
enabled: yes
|
Fix typo config_yaml to config.yaml.
|
Fix typo config_yaml to config.yaml.
|
YAML
|
mit
|
groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops
|
4cb2575474cd382ec6ec77efce73f9ae302dee3b
|
config/oembed_providers.yml
|
config/oembed_providers.yml
|
# SECURITY NOTICE! CROSS-SITE SCRIPTING!
# these endpoints may inject html code into our page
# note that 'endpoint' is the only information
# in OEmbed that we can trust. anything else may be spoofed!
daily_motion:
endpoint: "https://www.dailymotion.com/services/oembed"
urls:
- http://www.dailymotion.com/video/*
- https://www.dailymotion.com/video/*
twitter:
endpoint: "https://api.twitter.com/1/statuses/oembed.json"
urls:
- http://twitter.com/*/status/*
- https://twitter.com/*/status/*
mixcloud:
endpoint: "http://www.mixcloud.com/oembed/"
urls:
- http://www.mixcloud.com/*/*
- https://www.mixcloud.com/*/*
|
# SECURITY NOTICE! CROSS-SITE SCRIPTING!
# these endpoints may inject html code into our page
# note that 'endpoint' is the only information
# in OEmbed that we can trust. anything else may be spoofed!
daily_motion:
endpoint: "https://www.dailymotion.com/services/oembed"
urls:
- http://www.dailymotion.com/video/*
- https://www.dailymotion.com/video/*
twitter:
endpoint: "https://api.twitter.com/1/statuses/oembed.json"
urls:
- http://twitter.com/*/status/*
- https://twitter.com/*/status/*
mixcloud:
endpoint: "http://www.mixcloud.com/oembed/"
urls:
- http://www.mixcloud.com/*/*
- https://www.mixcloud.com/*/*
mediacccde:
endpoint: "https://media.ccc.de/public/oembed/"
urls:
- http://media.ccc.de/v/*
- https://media.ccc.de/v/*
|
Add media.ccc.de as trusted oEmbed endpoint
|
Add media.ccc.de as trusted oEmbed endpoint
|
YAML
|
agpl-3.0
|
Flaburgan/diaspora,despora/diaspora,Flaburgan/diaspora,despora/diaspora,Flaburgan/diaspora,diaspora/diaspora,Muhannes/diaspora,jhass/diaspora,KentShikama/diaspora,jhass/diaspora,Amadren/diaspora,spixi/diaspora,Muhannes/diaspora,Amadren/diaspora,geraspora/diaspora,despora/diaspora,Muhannes/diaspora,geraspora/diaspora,KentShikama/diaspora,Muhannes/diaspora,Amadren/diaspora,KentShikama/diaspora,KentShikama/diaspora,SuperTux88/diaspora,geraspora/diaspora,jhass/diaspora,diaspora/diaspora,SuperTux88/diaspora,SuperTux88/diaspora,spixi/diaspora,jhass/diaspora,diaspora/diaspora,diaspora/diaspora,SuperTux88/diaspora,spixi/diaspora,spixi/diaspora,Flaburgan/diaspora,Amadren/diaspora,despora/diaspora,geraspora/diaspora
|
1c6fe10283477b8903d86c39d6115626671c56d6
|
locale/flarum-lock.yml
|
locale/flarum-lock.yml
|
flarum-lock:
forum:
discussion_locked_notification: "{username} locked"
discussion_locked_post: "{username} locked the discussion."
discussion_unlocked_post: "{username} unlocked the discussion."
notify_discussion_locked: Someone locks a discussion I started
locked: Locked
lock: Lock
unlock: Unlock
|
flarum-lock:
##
# UNIQUE KEYS - The following keys are used in only one location each.
##
# Strings in this namespace are used by the admin interface.
admin:
# These strings are used in the Permissions page of the admin interface.
permissions:
lock_discussions_label: Lock discussions
# Strings in this namespace are used by the forum user interface.
forum:
# These strings are displayed as tooltips for discussion badges.
badge:
locked_discussion_tooltip: Locked
# These strings are used by the discussion control buttons.
discussion_controls:
lock: Lock
unlock: Unlock
# These strings are used by the Notifications dropdown, a.k.a. "the bell".
notifications:
discussion_locked_notification: "{username} locked"
post_stream:
discussion_locked_post: "{username} locked the discussion."
discussion_unlocked_post: "{username} unlocked the discussion."
# These strings are used in the Settings page.
settings:
notify_discussion_locked_label: Someone locks a discussion I started
|
Reorganize key names for Lock
|
Reorganize key names for Lock
See [flarum/core #265](https://github.com/flarum/core/issues/265).
- Adjusts key names to three-tier namespacing.
- Adds newly extracted strings.
- Adds commenting to match core.
|
YAML
|
mit
|
pladask/flarum-ext-norwegian-bokmal,FlarumChina/flarum-ext-simplified-chinese-pro,ogioncz/flarum-ext-czech,flarum/flarum-ext-english,gtugablue/flarum-ext-portuguese,pladask/flarum-ext-norwegian-nynorsk,balkanje/flarum-ext-bosnian1,ogioncz/flarum-ext-czech,raweba/flarum-ext-danish,flarum/english,FlarumChina/flarum-ext-simplified-chinese-pro,pladask/flarum-ext-norwegian-bokmal,pladask/flarum-ext-norwegian-nynorsk
|
e6f73bd5ec06200fd0fd7462b3e68c0ce3876f26
|
ovh/docker-compose.yml
|
ovh/docker-compose.yml
|
version: '3.2'
services:
rancher:
image: rancher/rancher
restart: unless-stopped
# ports:
# - "8080:80"
# - "8443:443"
lapi:
build:
context: .
dockerfile: lapi.dockerfile
restart: unless-stopped
caddy:
image: abiosoft/caddy
restart: unless-stopped
volumes:
- ./Caddyfile:/etc/Caddyfile:ro
ports:
- 80:80
- 443:443
links:
- lapi
- rancher
|
version: "3.2"
services:
lapi:
build:
context: .
dockerfile: lapi.dockerfile
restart: unless-stopped
enviroment:
- BROKER_HOST: mqtt.lambdaspace.gr
- BROKER_PORT: 1883
- MQTT_TOPIC_HACKERS: "lambdaspace/spacestatus/hackers"
- MQTT_TOPIC_STATS: "lambdaspace/spacestatus/stats"
caddy:
image: abiosoft/caddy
restart: unless-stopped
volumes:
- ./Caddyfile:/etc/Caddyfile:ro
ports:
- 80:80
- 443:443
links:
- lapi
- rancher
|
Add env variables to lapi
|
feat: Add env variables to lapi
|
YAML
|
mit
|
techministry/website-dockerfile
|
133935d855dd601118c9e559d6585a44a99d9b3f
|
packages/lt/ltext.yaml
|
packages/lt/ltext.yaml
|
homepage: ''
changelog-type: ''
hash: 686ca12e964fa200ea2ae167d1b37d6a3d94b6d3cdba3ca8eece32be87d4e190
test-bench-deps:
base: -any
hspec: -any
maintainer: Athan Clark <[email protected]>
synopsis: Higher-order file applicator
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
text: -any
composition: -any
parsec: -any
data-default: -any
containers: -any
composition-extra: -any
mtl: -any
transformers: -any
optparse-applicative: -any
pretty: -any
aeson: -any
yaml: -any
directory: -any
all-versions:
- '0.0.0.1'
- '0.0.0.2'
- '0.0.0.3'
author: Athan Clark <[email protected]>
latest: '0.0.0.3'
description-type: haddock
description: ! 'λtext is a general-purpose templating utility for text files.
Turn plaintext files into lambdas -
function application then becomes concatenation.
Please see the <https://github.com/ltext/ltext github page> for more details.'
license-name: BSD3
|
homepage: ''
changelog-type: ''
hash: 7e2fe707c7b39cac8241d02ae20907e937c93a39105e50576d834b0fe6045585
test-bench-deps:
base: -any
hspec: -any
mtl: -any
maintainer: Athan Clark <[email protected]>
synopsis: Higher-order file applicator
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
text: -any
composition: -any
parsec: -any
data-default: -any
containers: -any
composition-extra: -any
mtl: -any
transformers: -any
optparse-applicative: -any
deepseq: -any
pretty: -any
aeson: -any
yaml: -any
directory: -any
all-versions:
- '0.0.0.1'
- '0.0.0.2'
- '0.0.0.3'
- '0.0.0.4'
author: Athan Clark <[email protected]>
latest: '0.0.0.4'
description-type: haddock
description: ! 'λtext is a general-purpose templating utility for text files.
Turn plaintext files into lambdas -
function application then becomes concatenation.
Please see the <https://github.com/ltext/ltext github page> for more details.'
license-name: BSD3
|
Update from Hackage at 2015-05-31T16:20:10+0000
|
Update from Hackage at 2015-05-31T16:20:10+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
688955dd65a563c192fc9bf11102236427afc7bc
|
packages/sk/skews.yaml
|
packages/sk/skews.yaml
|
homepage: https://github.com/iij-ii/skews#readme
changelog-type: ''
hash: c6501b60e60bd52fd425fa01489bad19d66b4bc2b0e079251d5731d75276787f
test-bench-deps:
envy: -any
bytestring: -any
base: -any
hspec: -any
deque: -any
network: -any
async: ! '>=2.1.1'
websockets: -any
skews: -any
maintainer: [email protected]
synopsis: A very quick-and-dirty WebSocket server.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <5'
deque: -any
websockets: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
author: Yuji Yamamoto
latest: 0.1.0.1
description-type: markdown
description: ! "# Skews\n\nA very quick-and-dirty WebSocket server. Intended for use
with unit tests. \nYOU SHOULD NOT USE THIS FOR PRODUCTION!!\n\n## Examples\n\nSee
[the spec file](https://github.com/iij-ii/skews/blob/master/test/Network/WebSockets/SkewsSpec.hs).\n"
license-name: BSD-3-Clause
|
homepage: https://github.com/iij-ii/direct-hs/tree/master/skews
changelog-type: ''
hash: 8d1a18c316908da4ee9fd68e9b6001628a06e6ad2347e0ae43b8257b51798ded
test-bench-deps:
envy: -any
bytestring: -any
base: -any
hspec: -any
deque: -any
network: -any
async: ! '>=2.1.1'
websockets: -any
skews: -any
maintainer: [email protected]
synopsis: A very quick-and-dirty WebSocket server.
changelog: ''
basic-deps:
bytestring: -any
base: ! '>=4.7 && <5'
deque: -any
websockets: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
author: Yuji Yamamoto
latest: 0.1.0.2
description-type: markdown
description: "# Skews\n\nA very quick-and-dirty WebSocket server. Intended for use
with unit tests. \nYOU SHOULD NOT USE THIS FOR PRODUCTION!!\n\n## Examples\n\nSee
[the spec file](test/Network/WebSockets/SkewsSpec.hs).\n"
license-name: BSD-3-Clause
|
Update from Hackage at 2019-03-04T02:53:12Z
|
Update from Hackage at 2019-03-04T02:53:12Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
23c34f2e6911cd06ad2dd1ddc9dab66463832816
|
packages/te/tempi.yaml
|
packages/te/tempi.yaml
|
homepage: http://github.com/dktr0/tempi
changelog-type: ''
hash: 8c1dd9dcd5cac73b79f62a0941d66c6d237488bec5d1129852ed148359b5cd45
test-bench-deps: {}
maintainer: David Ogborn <[email protected]>
synopsis: For representing musical tempi
changelog: ''
basic-deps:
base: '>=4.8 && <5'
time: '>=1.8.0.2 && <1.9'
all-versions:
- 1.0.0.0
- 1.0.1.0
author: David Ogborn
latest: 1.0.1.0
description-type: haddock
description: A Haskell library for representing musical tempi, with a basic representation
consisting of three orthogonal components (frequency,time,count of elapsed cycles/beats).
Basic purpose is to allow multiple Haskell-based live coding languages to share
a common representation of tempo.
license-name: BSD-3-Clause
|
homepage: http://github.com/dktr0/tempi
changelog-type: ''
hash: 55b436847e9609d74d49acf88f4e3e3bc8b10a0f89f79e39466f8bbbb182fb01
test-bench-deps: {}
maintainer: David Ogborn <[email protected]>
synopsis: For representing musical tempi
changelog: ''
basic-deps:
base: '>=4.8 && <5'
time: '>=1.8.0.2 && <1.9'
all-versions:
- 1.0.0.0
- 1.0.1.0
- 1.0.1.1
author: David Ogborn
latest: 1.0.1.1
description-type: haddock
description: A Haskell library for representing musical tempi, with a basic representation
consisting of three orthogonal components (frequency,time,count of elapsed cycles/beats).
Basic purpose is to allow multiple Haskell-based live coding languages to share
a common representation of tempo.
license-name: BSD-3-Clause
|
Update from Hackage at 2020-04-20T23:15:17Z
|
Update from Hackage at 2020-04-20T23:15:17Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
f97addbc6b5742383ca738929db1d2ab7fac6d8a
|
packages/el/elbow.yaml
|
packages/el/elbow.yaml
|
homepage: http://github.com/GregorySchwartz/elbow#readme
changelog-type: ''
hash: 931564aae88763a58c272c70b79dbca4276f4932657fd58799424aba163d147d
test-bench-deps: {}
maintainer: [email protected]
synopsis: Find the elbow point.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
hmatrix: -any
safe: -any
all-versions:
- 0.1.0.0
author: Gregory W. Schwartz
latest: 0.1.0.0
description-type: haddock
description: Use rotations to identify the elbow point of a two-dimensional long-tailed
distribution.
license-name: GPL-3.0-only
|
homepage: http://github.com/GregorySchwartz/elbow#readme
changelog-type: ''
hash: 72d0783cacc4b7b716481dc1d381b91f85aae70f2426f2bbe5c9aaa84bc8a7b5
test-bench-deps: {}
maintainer: [email protected]
synopsis: Find the elbow point.
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
hmatrix: -any
safe: -any
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Gregory W. Schwartz
latest: 0.1.1.0
description-type: haddock
description: Use rotations to identify the elbow point of a two-dimensional long-tailed
distribution.
license-name: GPL-3.0-only
|
Update from Hackage at 2020-02-20T15:52:06Z
|
Update from Hackage at 2020-02-20T15:52:06Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
dbf2af3f1af9f3d637d6a7b14f1b2dc5b0c3b77f
|
roles/configs/molecule/default/molecule.yml
|
roles/configs/molecule/default/molecule.yml
|
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: ubuntu_focal
image: geerlingguy/docker-ubuntu2004-ansible
capabilities:
- SYS_ADMIN
command: "/usr/sbin/init"
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
provisioner:
name: ansible
verifier:
name: ansible
|
---
dependency:
name: galaxy
driver:
name: docker
platforms:
- name: ubuntu_focal
image: geerlingguy/docker-ubuntu2004-ansible
capabilities:
- SYS_ADMIN
command: "/usr/sbin/init"
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
pre_build_image: true
provisioner:
name: ansible
config_options:
defaults:
stdout_callback: debug
verifier:
name: ansible
|
Add stdout_callback debug for provisioner
|
Add stdout_callback debug for provisioner
|
YAML
|
mit
|
aglorei/dotfiles,aglorei/dotfiles
|
cf6b973f7585428e03641d3379ed85985600f081
|
lib/assets/sample/product_categories.yml
|
lib/assets/sample/product_categories.yml
|
---
- _assoc: compute
name: Compute
description: Compute and server resources
tag_list: [server]
- _assoc: storage
name: Storage
description: Media and CDN delivery
tag_list: [storage, cdn]
- _assoc: database
name: Database
description: Databases
tag_list: [database]
- _assoc: cluster
name: Clustered Architecture
description: Multi-node computing architecture
tag_list: [cluster]
- _assoc: application
name: Application
description: Applications
tag_list: [application]
- _assoc: stacks
name: Application Stacks
description: Two or more services brought together
tag_list: [stack]
- _assoc: analysis
name: Analysis
description: Analytics and research computation
tag_list: [analysis]
- _assoc: oss
name: Open Source
description: Open Source Software and other open source offerings
tag_list: [oss]
- _assoc: staff
name: Staff
description: Personnel and staffing needs
tag_list: [staff]
|
---
- _assoc: Demo
name: Demo
description: Demo services and resources
tag_list: [demo]
- _assoc: compute
name: Compute
description: Compute and server resources
tag_list: [server]
- _assoc: storage
name: Storage
description: Media and CDN delivery
tag_list: [storage, cdn]
- _assoc: database
name: Database
description: Databases
tag_list: [database]
- _assoc: cluster
name: Clustered Architecture
description: Multi-node computing architecture
tag_list: [cluster]
- _assoc: application
name: Application
description: Applications
tag_list: [application]
- _assoc: stacks
name: Application Stacks
description: Two or more services brought together
tag_list: [stack]
- _assoc: analysis
name: Analysis
description: Analytics and research computation
tag_list: [analysis]
- _assoc: oss
name: Open Source
description: Open Source Software and other open source offerings
tag_list: [oss]
- _assoc: staff
name: Staff
description: Personnel and staffing needs
tag_list: [staff]
|
Add demo product category to seed
|
Add demo product category to seed
|
YAML
|
apache-2.0
|
mafernando/jellyfish-demo,projectjellyfish/jellyfish-demo,projectjellyfish/jellyfish-demo,mafernando/jellyfish-demo,projectjellyfish/jellyfish-demo,mafernando/jellyfish-demo
|
f9e48b2d09e7d13054dccc76c0f6e44b9f1b9d95
|
packages/ye/yesod-form-bootstrap4.yaml
|
packages/ye/yesod-form-bootstrap4.yaml
|
homepage: https://github.com/ncaq/yesod-form-bootstrap4#readme
changelog-type: ''
hash: 32856130e8a1c0fd6017f3af578909a1da05df72ff34d8a280a341c43ba5006b
test-bench-deps: {}
maintainer: [email protected]
synopsis: renderBootstrap4
changelog: ''
basic-deps:
shakespeare: -any
yesod-core: -any
base: ! '>=4.7 && <5'
blaze-markup: -any
text: -any
yesod-form: -any
blaze-html: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
- 0.1.1
- 1.0.0
- 1.0.1
- 1.0.2
- 2.0.0
- 2.1.0
- 2.1.2
author: ncaq
latest: 2.1.2
description-type: haddock
description: ''
license-name: MIT
|
homepage: https://github.com/ncaq/yesod-form-bootstrap4#readme
changelog-type: ''
hash: d14ffd56c120fa74bfbd5104dbcd3e5881ddff36d37b092600de6728d52da0d1
test-bench-deps: {}
maintainer: [email protected]
synopsis: renderBootstrap4
changelog: ''
basic-deps:
shakespeare: -any
yesod-core: -any
base: ! '>=4.7 && <5'
blaze-markup: -any
text: -any
yesod-form: -any
blaze-html: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
- 0.1.0.2
- 0.1.1
- 1.0.0
- 1.0.1
- 1.0.2
- 2.0.0
- 2.1.0
- 2.1.2
- 3.0.0
author: ncaq
latest: 3.0.0
description-type: haddock
description: ''
license-name: MIT
|
Update from Hackage at 2020-03-04T10:08:23Z
|
Update from Hackage at 2020-03-04T10:08:23Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
2b881326a17d22d2fef1d507ecdc0a457f8b7768
|
metadata/de.jepfa.personaltasklogger.yml
|
metadata/de.jepfa.personaltasklogger.yml
|
Categories:
- Time
License: MIT
AuthorName: Jens Pfahl
AuthorWebSite: https://jepfa.de
WebSite: https://everydaytasks.jepfa.de
SourceCode: https://github.com/jenspfahl/EverydayTasks
IssueTracker: https://github.com/jenspfahl/EverydayTasks/issues
Changelog: https://github.com/jenspfahl/EverydayTasks/releases
AutoName: Everyday Tasks
RepoType: git
Repo: https://github.com/jenspfahl/EverydayTasks
Builds:
- versionName: 1.0.0
versionCode: 10000
commit: v1.0.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- [email protected]
build:
- export PATH=$$flutter$$/bin:$PATH
- flutter packages pub get
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter config --no-analytics
- flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.0
CurrentVersionCode: 10000
|
Categories:
- Time
License: MIT
AuthorName: Jens Pfahl
AuthorWebSite: https://jepfa.de
WebSite: https://everydaytasks.jepfa.de
SourceCode: https://github.com/jenspfahl/EverydayTasks
IssueTracker: https://github.com/jenspfahl/EverydayTasks/issues
Changelog: https://github.com/jenspfahl/EverydayTasks/releases
AutoName: Everyday Tasks
RepoType: git
Repo: https://github.com/jenspfahl/EverydayTasks
Builds:
- versionName: 1.0.0
versionCode: 10000
commit: v1.0.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- [email protected]
build:
- export PATH=$$flutter$$/bin:$PATH
- flutter packages pub get
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter config --no-analytics
- flutter build apk
- versionName: 1.0.1
versionCode: 10001
commit: 3f7097f96e8627fececece00ee281f0ed7352e3e
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- [email protected]
build:
- export PATH=$$flutter$$/bin:$PATH
- flutter packages pub get
- flutter packages pub run build_runner build --delete-conflicting-outputs
- flutter config --no-analytics
- flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.0.1
CurrentVersionCode: 10001
|
Update Everyday Tasks to 1.0.1 (10001)
|
Update Everyday Tasks to 1.0.1 (10001)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
101090d5e9245006742109b2011d3986b7f92858
|
roles/bspwm-environment/tasks/main.yml
|
roles/bspwm-environment/tasks/main.yml
|
---
- name: Install standard desktop packages
apt: pkg="{{ item }}" state=latest
with_items:
# Audio
- alsa-base
- pulseaudio
# Terminal
- rxvt-unicode-256color
# Image viewer et background manager
- feh
- gpicview
# Themes manager
- lxappearance
# File browser (+ autmount + network)
- pcmanfm
- ranger
- udiskie
- udisks2
- gamin
- policykit-1-gnome
- gvfs
# Music player
- cmus
# Videos player
- mpv
- vlc
# Network management
- network-manager
- network-manager-gnome
- gnome-keyring
# System tray
- trayer
# Launcher
- dmenu
# Gtk engine
- gtk2-engines-murrine
# Fonts management
- font-manager
# Screenlocker
- i3lock
# Others
- dkms
- xautolock
- xcb
|
---
- name: Install standard desktop packages
apt: pkg="{{ item }}" state=latest
with_items:
# Audio
- alsa-base
- pulseaudio
# Terminal
- rxvt-unicode-256color
# Image viewer et background manager
- feh
- gpicview
# Themes manager
- lxappearance
# File browser (+ autmount + network)
- pcmanfm
- ranger
- udiskie
- udisks2
- gamin
- policykit-1-gnome
- gvfs
# Music player
- cmus
# Videos player
- mpv
- vlc
# Network management
- network-manager
- network-manager-gnome
- gnome-keyring
# System tray
- trayer
# Launcher
- dmenu
# Gtk engine
- gtk2-engines-murrine
# Fonts management
- font-manager
# Calc
- gnome-calculator
# Screenlocker
- i3lock
# Others
- dkms
- xautolock
- xcb
|
Add missing packages in bspwm-environment role
|
Add missing packages in bspwm-environment role
|
YAML
|
mit
|
ivannieto/ansible-ubuntu,ivannieto/ansible-ubuntu,Benoth/ansible-ubuntu,Benoth/ansible-ubuntu
|
e2d5983b3fb0d6c146193c5bb99c7341b79daa00
|
packages/ha/haskellish.yaml
|
packages/ha/haskellish.yaml
|
homepage: http://github.com/dktr0/Haskellish
changelog-type: ''
hash: 9703fc1aa2ee147e40f456e6bbdb67f88fbd12fcf81632d1122d2bf497adab99
test-bench-deps: {}
maintainer: David Ogborn <[email protected]>
synopsis: For parsing Haskell-ish languages
changelog: ''
basic-deps:
base: '>=4.8 && <5'
text: <1.3
containers: <0.7
haskell-src-exts: '>=1.17.1 && <1.23'
mtl: '>=2.2.2 && <2.3'
template-haskell: '>=2.10.0.0 && <2.16'
all-versions:
- 0.1.0
- 0.1.1
- 0.1.2
- 0.2.0
- 0.2.2
- 0.2.3
- 0.2.3.1
- 0.2.4
author: David Ogborn
latest: 0.2.4
description-type: haddock
description: A library for parsing miniature and esoteric languages that are similar
to Haskell
license-name: BSD-3-Clause
|
homepage: http://github.com/dktr0/Haskellish
changelog-type: ''
hash: 74e438e12f16980894946d102e903a1cf0032960f125dd2c4c724ea31766a0af
test-bench-deps: {}
maintainer: David Ogborn <[email protected]>
synopsis: For parsing Haskell-ish languages
changelog: ''
basic-deps:
base: '>=4.8 && <5'
text: <1.3
containers: <0.7
haskell-src-exts: '>=1.17.1 && <1.24'
mtl: '>=2.2.2 && <2.3'
template-haskell: '>=2.10.0.0 && <2.16'
all-versions:
- 0.1.0
- 0.1.1
- 0.1.2
- 0.2.0
- 0.2.2
- 0.2.3
- 0.2.3.1
- 0.2.4
- 0.2.4.1
author: David Ogborn
latest: 0.2.4.1
description-type: haddock
description: A library for parsing miniature and esoteric languages that are similar
to Haskell
license-name: BSD-3-Clause
|
Update from Hackage at 2021-02-15T20:33:17Z
|
Update from Hackage at 2021-02-15T20:33:17Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
e491e77e1c77385104afc4bec8631eac858302bc
|
packages/ti/tidal-midi.yaml
|
packages/ti/tidal-midi.yaml
|
homepage: http://tidal.lurk.org/
changelog-type: ''
hash: 5025f16d4ac506f86ab5c067aedc22b2ec939e12d9cf40abcb943dbf4e841f7a
test-bench-deps: {}
maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]>
synopsis: MIDI support for tidal
changelog: ''
basic-deps:
base: <5
time: -any
containers: -any
tidal: ! '>=0.9.9'
PortMidi: ! '>=0.1.6.0'
transformers: -any
all-versions:
- '0.0.1'
- '0.0.2'
- '0.1'
- '0.6'
- '0.8'
- '0.8.2'
- '0.9'
- '0.9.1'
- '0.9.2'
- '0.9.3'
- '0.9.4'
- '0.9.5.2'
- '0.9.9'
- '0.9.10'
author: Alex McLean
latest: '0.9.10'
description-type: haddock
description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other
synths. Interface is likely to change significantly.
license-name: GPL-3
|
homepage: http://tidal.lurk.org/
changelog-type: ''
hash: d2ea5991698ce3ec213140383305db8898ad4612051f4d53c0540a9940929387
test-bench-deps: {}
maintainer: Alex McLean <[email protected]>, Mike Hodnick <[email protected]>
synopsis: MIDI support for tidal
changelog: ''
basic-deps:
base: <5
time: -any
containers: -any
tidal: ! '>=0.9.9'
PortMidi: ! '>=0.1.6.0 && <0.2'
transformers: -any
all-versions:
- '0.0.1'
- '0.0.2'
- '0.1'
- '0.6'
- '0.8'
- '0.8.2'
- '0.9'
- '0.9.1'
- '0.9.2'
- '0.9.3'
- '0.9.4'
- '0.9.5.2'
- '0.9.9'
- '0.9.10'
author: Alex McLean
latest: '0.9.10'
description-type: haddock
description: MIDI support for Tidal. Supports Volca Keys, Bass and Beats and other
synths. Interface is likely to change significantly.
license-name: GPL-3
|
Update from Hackage at 2018-08-12T15:45:02Z
|
Update from Hackage at 2018-08-12T15:45:02Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
455e61e1bb42e5f87945daf135fc2483f88e3379
|
packages/ur/urlencoded.yaml
|
packages/ur/urlencoded.yaml
|
homepage: https://github.com/pheaver/urlencoded
changelog-type: ''
hash: 50c264958ee35f9fedb8b5e7e9640cb46d802b8f64dacc48802993e280c806a9
test-bench-deps: {}
maintainer: [email protected]
synopsis: Generate or process x-www-urlencoded data
changelog: ''
basic-deps:
split: ==0.2.*
base: ==4.*
network: ! '>=2.2 && <2.6'
mtl: ! '>=1.1'
all-versions:
- '0.0'
- '0.1'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
- '0.3.0.1'
- '0.4.0'
author: Josh Hoyt, Philip Weaver
latest: '0.4.0'
description-type: haddock
description: ! 'Generate or process x-www-urlencoded data as it
appears in HTTP or HTTPS URIs and HTTP POSTs. See
<http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1>'
license-name: BSD3
|
homepage: https://github.com/pheaver/urlencoded
changelog-type: ''
hash: 87cc61268ec863cacbb0ebfcfb8d0a46e03f69091b895e03ce6e769515ec116e
test-bench-deps: {}
maintainer: [email protected]
synopsis: Generate or process x-www-urlencoded data
changelog: ''
basic-deps:
split: ==0.2.*
base: ==4.*
network: ! '>=2.6'
network-uri: ! '>=2.6'
mtl: ! '>=1.1'
all-versions:
- '0.0'
- '0.1'
- '0.1.0.1'
- '0.2.0.0'
- '0.3.0.0'
- '0.3.0.1'
- '0.4.0'
- '0.4.1'
author: Josh Hoyt, Philip Weaver
latest: '0.4.1'
description-type: haddock
description: ! 'Generate or process x-www-urlencoded data as it
appears in HTTP or HTTPS URIs and HTTP POSTs. See
<http://www.w3.org/TR/html401/interact/forms.html#h-17.13.4.1>'
license-name: BSD3
|
Update from Hackage at 2015-06-28T09:40:28+0000
|
Update from Hackage at 2015-06-28T09:40:28+0000
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
836f0b0d7fa0ee99d77f3539798c69acb191ad26
|
codeship-steps.yml
|
codeship-steps.yml
|
- type: parallel
steps:
- name: test
service: pygypsy
command: bash ./bin/run_tests.sh
- name: lint
service: pygypsy
command: bash ./bin/lint.sh
- name: docs
service: pygypsy
command: bash ./bin/make_docs.sh
- name: build
service: pygypsy
command: bash ./bin/build.sh
- type: parallel
steps:
- service: pygypsy
name: pypi-deploy
tag: "^\\d(\\.\\d){1,2}$"
command: bash ./bin/pypi-deploy.sh
- service: pygypsy
name: coveralls
command: bash ./bin/run-coveralls.sh
|
- type: parallel
steps:
- name: test
service: pygypsy
command: bash ./bin/run_tests.sh
- name: lint
service: pygypsy
command: bash ./bin/lint.sh
- name: docs
service: pygypsy
command: bash ./bin/make_docs.sh
- name: build
service: pygypsy
command: bash ./bin/build.sh
- type: parallel
steps:
- service: pygypsy
name: pypi-deploy
tag: "^\\d(\\.\\d{1,2}){1,2}$"
command: bash ./bin/pypi-deploy.sh
- service: pygypsy
name: coveralls
command: bash ./bin/run-coveralls.sh
|
Make sure pypi deploy runs if version has 2 digits
|
Make sure pypi deploy runs if version has 2 digits
e.g. 0.2.11 would not have been built before
first digit presumably won't exceed 1 digit, other 2 are very unlikely
to exceed 2 digits
|
YAML
|
mit
|
tesera/pygypsy,tesera/pygypsy
|
4f4cb900aa6e9db585958e412a07b0a7f0e8cc6c
|
.azure-pipelines/templates/delivery-jobs.yml
|
.azure-pipelines/templates/delivery-jobs.yml
|
jobs:
- job: pypi
pool:
vmImage: ubuntu-18.04
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
addToPath: true
displayName: Install Python
- script: |
python -m pip install -U pip
pip install poetry
displayName: Prepare environment
- script: |
poetry build
displayName: Build distribution
- job: docker
pool:
vmImage: ubuntu-18.04
steps:
- task: Docker@2
inputs:
repository: adferrand/dnsrobocert
command: build
displayName: Build Docker image
|
jobs:
- job: pypi
pool:
vmImage: ubuntu-18.04
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
addToPath: true
displayName: Install Python
- script: |
python -m pip install -U pip
pip install poetry
displayName: Prepare environment
- script: |
poetry build
displayName: Build distribution
- job: docker
pool:
vmImage: ubuntu-18.04
steps:
- script: |
docker pull adferrand/dnsrobocert || true
docker build --pull --cache-from adferrand/dnsrobocert -t adferrand/dnsrobocert .
displayName: Build Docker image
- script: |
mkdir -p ./bin
curl -fsSL https://goss.rocks/install | GOSS_DST=./bin sh
GOSS_PATH=./bin/goss GOSS_SLEEP=5 GOSS_FILES_PATH=./tests ./bin/dgoss run adferrand/dnsrobocert
displayName: Check Docker container runtime
|
Improve docker build and test
|
Improve docker build and test
|
YAML
|
mit
|
adferrand/docker-letsencrypt-dns
|
5c650bb7f4fadf20c600c776e333fdd02c4e3ad3
|
.github/workflows/continuous-integration.yml
|
.github/workflows/continuous-integration.yml
|
name: Continuous Integration
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable
with:
old_stable: '["7.4", "8.0"]'
current_stable: 8.1
next_stable: 8.2
script: demo/run.php
|
name: Continuous Integration
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable
with:
old_stable: '["7.2", "7.3", "7.4", "8.0"]'
current_stable: 8.1
next_stable: 8.2
script: demo/run.php
|
Revert "Remove PHP 7.2 and 7.3 test temporary"
|
Revert "Remove PHP 7.2 and 7.3 test temporary"
This reverts commit 4c3902719eeaab16a1b5e0f9976aec69a9577a9c.
|
YAML
|
mit
|
ray-di/Ray.Di
|
631e786c51e2023b5b010b966bfdb404f158561e
|
default.config.yml
|
default.config.yml
|
---
downloads: ~/.ansible-downloads/
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- mysql
- node
- nvm
- python3
- readline
- wget
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- firefox
- google-chrome
- iterm2
- macvim
- slack
- spotify
- visual-studio-code
oh_my_zsh_path: ~/.oh-my-zsh
macos_defaults:
- domain: com.googlecode.iterm2
key: PrefsCustomFolder
type: string
value: "{{ playbook_dir }}/files/iterm2"
- domain: com.googlecode.iterm2
key: LoadPrefsFromCustomFolder
type: bool
value: true
|
---
downloads: ~/.ansible-downloads/
homebrew_install_script: "{{ downloads }}/homebrew_install"
homebrew_install_path: /usr/local/bin
homebrew_packages:
- autoconf
- gcc
- gettext
- git
- go
- grep
- htop
- jq
- node
- nvm
- python3
- readline
- wget
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- firefox
- google-chrome
- iterm2
- macvim
- slack
- spotify
- visual-studio-code
oh_my_zsh_path: ~/.oh-my-zsh
macos_defaults:
- domain: com.googlecode.iterm2
key: PrefsCustomFolder
type: string
value: "{{ playbook_dir }}/files/iterm2"
- domain: com.googlecode.iterm2
key: LoadPrefsFromCustomFolder
type: bool
value: true
|
Remove mysql from homebrew installs
|
Remove mysql from homebrew installs
|
YAML
|
mit
|
brileb73/dotfiles
|
8c7610405ef8b0de541ba9760cc48004b47dc04f
|
docker-compose.yml
|
docker-compose.yml
|
version: '2'
services:
sylow:
build:
context: .
volumes:
# Mounts the project directory on the host to /app inside the container,
# allowing you to modify the code without having to rebuild the image.
- .:/app
# Just specify a path and let the Engine create a volume.
# Data present in the base image at the specified mount point will be copied
# over to the new volume upon volume initialization.
# node_modules from this new volume will be used and not from your local dev env.
- /app/node_modules/
# Expose ports [HOST:CONTAINER}
ports:
- "4040:4040"
# Set environment variables from this file
env_file:
- .env
# Overwrite any env var defined in .env file (if required)
environment:
- MONGO_HOST=mongodb://mongo/sylow-development
- DEBUG=sylow:*
# Link to containers in another service.
# Links also express dependency between services in the same way as depends_on,
# so they determine the order of service startup.
links:
- mongo
mongo:
image: "mongo:3.4.2"
ports:
- "27017:27017"
|
version: '2'
services:
sylow:
build:
context: .
volumes:
# Mounts the project directory on the host to /app inside the container,
# allowing you to modify the code without having to rebuild the image.
- .:/app
# Just specify a path and let the Engine create a volume.
# Data present in the base image at the specified mount point will be copied
# over to the new volume upon volume initialization.
# node_modules from this new volume will be used and not from your local dev env.
- /app/node_modules/
# Expose ports [HOST:CONTAINER}
ports:
- "4040:4040"
# Set environment variables from this file
env_file:
- .env
# Overwrite any env var defined in .env file (if required)
environment:
- MONGO_HOST=mongodb://mongo/sylow-development
- DEBUG=sylow:*
# Link to containers in another service.
# Links also express dependency between services in the same way as depends_on,
# so they determine the order of service startup.
links:
- mongo
mongo:
image: "mongo:3.4.2"
ports:
- "27018:27018"
|
Change mongodb port in for docker
|
Change mongodb port in for docker
|
YAML
|
agpl-3.0
|
SylowTech/sylow,SylowTech/sylow,SylowTech/sylow
|
2d75bda2e8dd5b235dff0fad360ddb664dfedd85
|
docker-compose.yml
|
docker-compose.yml
|
db:
image: postgres
volumes:
- ./create_hstore_extension.sh:/docker-entrypoint-initdb.d/create_hstore_extension.sh:ro
data:
image: cogniteev/echo
volumes:
- /var/www/image_data
uwsgi:
restart: always
image: neurovault/neurovault
volumes_from:
- data
volumes:
- .:/code
- /var/www/static
links:
- db
- redis
nginx:
restart: always
image: nginx
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./uwsgi_params.par:/etc/nginx/uwsgi_params.par:ro
volumes_from:
- uwsgi
- data
links:
- uwsgi
redis:
restart: always
image: redis
worker:
image: neurovault/neurovault
command: celery worker -A neurovault.celery -Q default -n default@%h -B
volumes:
- .:/code
volumes_from:
- uwsgi
- data
links:
- db
- redis
|
db:
image: postgres
volumes:
- ./create_hstore_extension.sh:/docker-entrypoint-initdb.d/create_hstore_extension.sh:ro
data:
image: cogniteev/echo
volumes:
- /var/www/image_data
uwsgi:
restart: always
image: neurovault/neurovault
volumes_from:
- data
volumes:
- .:/code
- /var/www/static
links:
- db
- redis
nginx:
restart: always
image: nginx
ports:
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
- ./uwsgi_params.par:/etc/nginx/uwsgi_params.par:ro
volumes_from:
- uwsgi
- data
links:
- uwsgi
redis:
restart: always
image: redis
worker:
image: neurovault/neurovault
command: celery worker -A neurovault.celery -Q default -n default@%h
volumes:
- .:/code
volumes_from:
- uwsgi
- data
links:
- db
- redis
|
Remove beat from docker for now.
|
Remove beat from docker for now.
|
YAML
|
mit
|
burnash/NeuroVault,erramuzpe/NeuroVault,erramuzpe/NeuroVault,burnash/NeuroVault,NeuroVault/NeuroVault,chrisfilo/NeuroVault,NeuroVault/NeuroVault,NeuroVault/NeuroVault,erramuzpe/NeuroVault,chrisfilo/NeuroVault,chrisfilo/NeuroVault,erramuzpe/NeuroVault,burnash/NeuroVault,chrisfilo/NeuroVault,NeuroVault/NeuroVault,chrisfilo/NeuroVault,burnash/NeuroVault,burnash/NeuroVault,NeuroVault/NeuroVault,erramuzpe/NeuroVault
|
2adab1dde278f5fbf265b9c54474553ae5547ea1
|
docs/_data/nav.yml
|
docs/_data/nav.yml
|
- title: Docs
href: /docs/
category: docs
- title: Support
href: /support.html
category: support
- title: Blog
href: /blog/
category: blog
- title: Facebook
href: http://www.facebook.com/
category: facebook
|
- title: Docs
href: /docs/
category: docs
- title: API (C++)
href: https://github.com/facebook/rocksdb/tree/master/include/rocksdb
category: api
- title: API (Java)
href: https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb
category: api
- title: Support
href: /support.html
category: support
- title: Blog
href: /blog/
category: blog
- title: Facebook
href: http://www.facebook.com/
category: facebook
|
Add API links to the header bar
|
Add API links to the header bar
Summary:
Until we get new API infra for gh-pages, this will point to the C++ headers and Java
files, respectively for API information.
Test Plan:
Visual
https://www.facebook.com/pxlcld/pwzQ
Reviewers: lgalanis, sdong
Reviewed By: sdong
Subscribers: andrewkr, dhruba, leveldb
Differential Revision: https://reviews.facebook.net/D63771
|
YAML
|
bsd-3-clause
|
norton/rocksdb,OverlordQ/rocksdb,tsheasha/rocksdb,OverlordQ/rocksdb,wenduo/rocksdb,wat-ze-hex/rocksdb,vmx/rocksdb,bbiao/rocksdb,SunguckLee/RocksDB,norton/rocksdb,wat-ze-hex/rocksdb,wat-ze-hex/rocksdb,norton/rocksdb,tsheasha/rocksdb,tsheasha/rocksdb,wenduo/rocksdb,wat-ze-hex/rocksdb,facebook/rocksdb,Andymic/rocksdb,Andymic/rocksdb,wenduo/rocksdb,bbiao/rocksdb,bbiao/rocksdb,SunguckLee/RocksDB,OverlordQ/rocksdb,bbiao/rocksdb,bbiao/rocksdb,Andymic/rocksdb,facebook/rocksdb,OverlordQ/rocksdb,vmx/rocksdb,Andymic/rocksdb,bbiao/rocksdb,Andymic/rocksdb,wenduo/rocksdb,norton/rocksdb,SunguckLee/RocksDB,vmx/rocksdb,norton/rocksdb,wenduo/rocksdb,tsheasha/rocksdb,SunguckLee/RocksDB,vmx/rocksdb,tsheasha/rocksdb,wat-ze-hex/rocksdb,wat-ze-hex/rocksdb,SunguckLee/RocksDB,OverlordQ/rocksdb,facebook/rocksdb,wenduo/rocksdb,OverlordQ/rocksdb,tsheasha/rocksdb,vmx/rocksdb,vmx/rocksdb,norton/rocksdb,bbiao/rocksdb,norton/rocksdb,Andymic/rocksdb,wat-ze-hex/rocksdb,tsheasha/rocksdb,wenduo/rocksdb,wat-ze-hex/rocksdb,SunguckLee/RocksDB,bbiao/rocksdb,SunguckLee/RocksDB,SunguckLee/RocksDB,facebook/rocksdb,wenduo/rocksdb,OverlordQ/rocksdb,tsheasha/rocksdb,facebook/rocksdb,Andymic/rocksdb,facebook/rocksdb,facebook/rocksdb,vmx/rocksdb,vmx/rocksdb,facebook/rocksdb,norton/rocksdb,Andymic/rocksdb
|
99e8b6d8e43f201c9b3fd063f906db5760a14609
|
helm_deploy/cla-frontend/values-staging.yaml
|
helm_deploy/cla-frontend/values-staging.yaml
|
# Default values for cla-frontend in a staging environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
envVars:
BACKEND_BASE_URI:
value: "https://laa-cla-backend-staging.apps.live-1.cloud-platform.service.justice.gov.uk"
GA_ID:
value: UA-37377084-24
GA_DOMAIN:
value: cloud-platform.service.justice.gov.uk
|
# Default values for cla-frontend in a staging environment.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
environment: "staging"
envVars:
BACKEND_BASE_URI:
value: "https://staging.fox.civillegaladvice.service.gov.uk"
GA_ID:
value: UA-37377084-24
GA_DOMAIN:
value: cloud-platform.service.justice.gov.uk
|
Use custom domain for staging backend instead of cloud platforms domain
|
Use custom domain for staging backend instead of cloud platforms domain
|
YAML
|
mit
|
ministryofjustice/cla_frontend,ministryofjustice/cla_frontend,ministryofjustice/cla_frontend,ministryofjustice/cla_frontend
|
bc67e3012745638b1f8a95c91e567e0f8e081448
|
test/ltp/test-ltp.yaml
|
test/ltp/test-ltp.yaml
|
kernel:
image: "mobylinux/kernel:4.9.x"
cmdline: "console=ttyS0"
init: "mobylinux/init:1402058c0f90adf2b12fcfb8332b334c7e9c5d8c"
system:
- name: ltp
image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870"
network_mode: host
pid: host
capabilities:
- CAP_SYS_ADMIN
files:
outputs:
- format: kernel+initrd
- format: iso-bios
# The initrd is too large for a pre-allocated EFI ISO
# - format: iso-efi
|
kernel:
image: "mobylinux/kernel:4.9.x"
cmdline: "console=ttyS0"
init: "mobylinux/init:1402058c0f90adf2b12fcfb8332b334c7e9c5d8c"
system:
- name: ltp
image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870"
network_mode: host
pid: host
capabilities:
- CAP_SYS_ADMIN
files:
outputs:
- format: kernel+initrd
- format: iso-bios
- format: iso-efi
|
Create a EFI bootable ISO for LTP
|
test: Create a EFI bootable ISO for LTP
Previously, this was disabled because the fixed sized FAT
partition was too small. With d8d6a85 the FAT partition is
dynamically sized and the ISO can be build.
Signed-off-by: Rolf Neugebauer <[email protected]>
|
YAML
|
apache-2.0
|
thebsdbox/linuxkit,ndauten/linuxkit,deitch/linuxkit,kencochrane/linuxkit,eyz/linuxkit,radu-matei/linuxkit,mor1/linuxkit,kencochrane/linuxkit,YuPengZTE/linuxkit,furious-luke/linuxkit,eyz/linuxkit,zx2c4/linuxkit,rn/linuxkit,linuxkit/linuxkit,davefreitag/linuxkit,linuxkit/linuxkit,davefreitag/linuxkit,rn/linuxkit,yankcrime/linuxkit,yankcrime/linuxkit,radu-matei/linuxkit,samoht/linuxkit,rn/linuxkit,justincormack/linuxkit,djs55/linuxkit,thebsdbox/linuxkit,eyz/linuxkit,thebsdbox/linuxkit,kencochrane/linuxkit,JohnnyLeone/linuxkit,linuxkit/linuxkit,furious-luke/linuxkit,JohnnyLeone/linuxkit,mor1/linuxkit,samoht/linuxkit,djs55/linuxkit,justincormack/linuxkit,radu-matei/linuxkit,eyz/linuxkit,t-koulouris/linuxkit,yankcrime/linuxkit,rn/linuxkit,zx2c4/linuxkit,JohnnyLeone/linuxkit,konstruktoid/linuxkit,radu-matei/linuxkit,davefreitag/linuxkit,mor1/linuxkit,samoht/linuxkit,ndauten/linuxkit,ndauten/linuxkit,deitch/linuxkit,kencochrane/linuxkit,ndauten/linuxkit,justincormack/linuxkit,YuPengZTE/linuxkit,justincormack/linuxkit,ndauten/linuxkit,yankcrime/linuxkit,thebsdbox/linuxkit,deitch/linuxkit,justincormack/linuxkit,djs55/linuxkit,konstruktoid/linuxkit,linuxkit/linuxkit,davefreitag/linuxkit,furious-luke/linuxkit,radu-matei/linuxkit,davefreitag/linuxkit,furious-luke/linuxkit,konstruktoid/linuxkit,YuPengZTE/linuxkit,samoht/linuxkit,djs55/linuxkit,furious-luke/linuxkit,eyz/linuxkit,rn/linuxkit,YuPengZTE/linuxkit,deitch/linuxkit,justincormack/linuxkit,konstruktoid/linuxkit,JohnnyLeone/linuxkit,djs55/linuxkit,t-koulouris/linuxkit,JohnnyLeone/linuxkit,yankcrime/linuxkit,thebsdbox/linuxkit,linuxkit/linuxkit,YuPengZTE/linuxkit,konstruktoid/linuxkit,t-koulouris/linuxkit,zx2c4/linuxkit,mor1/linuxkit,samoht/linuxkit,kencochrane/linuxkit,t-koulouris/linuxkit,konstruktoid/linuxkit,yankcrime/linuxkit,ndauten/linuxkit,t-koulouris/linuxkit,mor1/linuxkit,kencochrane/linuxkit,zx2c4/linuxkit,thebsdbox/linuxkit,deitch/linuxkit,YuPengZTE/linuxkit,eyz/linuxkit,zx2c4/linuxkit
|
47e664aa32578a300d4b716893a28731f2facbb7
|
tests/common_tests.yml
|
tests/common_tests.yml
|
---
# Tests for base-packages role
- name: If user disable installation of packages, install nothing
fail:
msg: "User disable ipackage installation but Packages installed"
when:
- base_packages_test_disable_installation
- base_packages_installed is defined
- debug:
var: base_packages_install
- name: If packages list set by user, install it
fail:
msg: "If user define a package list, install these packages"
when:
- base_packages_test_with_user_list
- ((base_packages_install.results is defined)
and ("{{ base_packages_install.results[0].item | length != 2 }}"))
or (base_packages_install.item is defined
and ("{{ base_packages_install.item.split(',') | length != 2 }}"))
- debug:
var: base_packages_install
- name: If not packages list set by user, install os default
fail:
msg: "Packages installed are differents than default os if no user setting"
when:
- base_packages_test_with_default_list
- ((base_packages_install.results is defined)
and ("{{
(base_packages_install.results[0].item | length)
!= (base_packages_simples_list | length) }}"))
or ((base_packages_install.item is defined)
and ("{{
(base_packages_install.item.split(',') | length)
!= (base_packages_simples_list | length) }}"))
|
---
# Tests for base-packages role
- name: If user disable installation of packages, install nothing
fail:
msg: "User disable package installation but Packages installed"
when:
- base_packages_test_disable_installation
failed_when: "base_packages_installed is defined"
- name: If packages list set by user, install it
fail:
msg: "If user define a package list, install these packages"
when:
- base_packages_test_with_user_list
failed_when: "
(base_packages_install.item is defined
and (base_packages_install.item.split(',') | length != 2 ))
or (base_packages_install.results
and (base_packages_install.results[0].item | length != 2 ))"
- name: If not packages list set by user, install os default
fail:
msg: "Packages installed are differents than default os if no user setting"
when:
- base_packages_test_with_default_list
failed_when: "
(base_packages_install.item is defined
and ((base_packages_install.item.split(',') | length)
!= (base_packages_simples_list | length) ))
or (base_packages_install.results is defined
and ((base_packages_install.results[0].item | length)
!= (base_packages_simples_list | length) ))"
|
Split when into when and failed_when statements. Remove brace
|
Split when into when and failed_when statements. Remove brace
|
YAML
|
mit
|
infOpen/ansible-role-base-packages
|
7f7c3765a2822d6b4581e9deff4ce4dbd7b61016
|
stacks/certificate.yml
|
stacks/certificate.yml
|
# stacks/certificate.yml
AWSTemplateFormatVersion: "2010-09-09"
Description: >
Creates a wildcard ACM certificate for the standard VPC created by the root
stack (eg *.vpc-af124354.prx.tech), as well as various other certificates
Conditions:
IsProduction: !Equals [!Ref EnvironmentType, Production]
Parameters:
VPC:
Type: "AWS::EC2::VPC::Id"
EnvironmentType:
Type: String
EnvironmentTypeAbbreviation:
Type: String
Resources:
VpcWildcardCertificate:
Type: "AWS::CertificateManager::Certificate"
Properties:
DomainName: !Sub "*.${EnvironmentTypeAbbreviation}-${VPC}.prx.tech"
SubjectAlternativeNames:
- "*.prx.org"
- "*.prxu.org"
- "*.staging.prxu.org"
- "*.prx.tech"
- "*.staging.prx.tech"
- "*.prx.mx"
- !Sub "*.cdn.${EnvironmentTypeAbbreviation}-${VPC}.prx.tech"
Tags:
- Key: Project
Value: platform.prx.org
- Key: Environment
Value: !Ref EnvironmentType
- Key: Name
Value: !Sub "${EnvironmentType} ${VPC} wildcard"
- Key: "prx:cloudformation:stack-name"
Value: !Ref AWS::StackName
- Key: "prx:cloudformation:stack-id"
Value: !Ref AWS::StackId
ValidationMethod: DNS
Outputs:
WildcardCertificateArn:
Description: The ARN for the wildcard certificate
Value: !Ref VpcWildcardCertificate
|
# stacks/certificate.yml
AWSTemplateFormatVersion: "2010-09-09"
Description: >
Creates a wildcard ACM certificate for the standard VPC created by the root
stack (eg *.vpc-af124354.prx.tech), as well as various other certificates
Conditions:
IsProduction: !Equals [!Ref EnvironmentType, Production]
Parameters:
VPC:
Type: "AWS::EC2::VPC::Id"
EnvironmentType:
Type: String
EnvironmentTypeAbbreviation:
Type: String
Resources:
VpcWildcardCertificate:
Type: "AWS::CertificateManager::Certificate"
Properties:
DomainName: !Sub "*.${EnvironmentTypeAbbreviation}-${VPC}.prx.tech"
SubjectAlternativeNames:
- "*.prx.org"
- "*.prxu.org"
- "*.staging.prxu.org"
- "*.prx.tech"
- "*.staging.prx.tech"
- "*.prx.mx"
- "*.pri.org"
- !Sub "*.cdn.${EnvironmentTypeAbbreviation}-${VPC}.prx.tech"
Tags:
- Key: Project
Value: platform.prx.org
- Key: Environment
Value: !Ref EnvironmentType
- Key: Name
Value: !Sub "${EnvironmentType} ${VPC} wildcard"
- Key: "prx:cloudformation:stack-name"
Value: !Ref AWS::StackName
- Key: "prx:cloudformation:stack-id"
Value: !Ref AWS::StackId
ValidationMethod: DNS
Outputs:
WildcardCertificateArn:
Description: The ARN for the wildcard certificate
Value: !Ref VpcWildcardCertificate
|
Add pri.org wildcard to cert
|
Add pri.org wildcard to cert
|
YAML
|
mit
|
PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure
|
26b2840dad5abfcf2a37530d9954d219f130ba46
|
group_vars/all.yml
|
group_vars/all.yml
|
---
# Global varaible use in some roles
tmp_dir: /tmp/ansible_tmp
user: karol
group: karol
home_dir: /home/{{ user }}
atom:
packages:
- auto-update-plus
- language-ansible
- minimap
- tree-view-git-status
- highlight-selected
- minimap-highlight-selected
aws:
region: eu-west-1
output: text
fonts:
ubuntu_version: 0.83
git:
username: Karol Chrapek
email: [email protected]
repo_dir: "{{ home_dir }}/repos"
slack_version: 3.0.5-0.1.fc21
|
---
# Global varaible use in some roles
tmp_dir: /tmp/ansible_tmp
user: karol
group: karol
home_dir: /home/{{ user }}
atom:
packages:
- atom-beautify
- auto-update-plus
- busy-signal
- file-icons
- intentions
- language-ansible
- linter
- linter-ansible-linting
- linter-docker
- linter-golinter
- linter-markdown
- linter-ui-default
- markdown-preview-plus
- minimap
- tree-view-git-status
- highlight-selected
- minimap-highlight-selected
aws:
region: eu-west-1
output: text
fonts:
ubuntu_version: 0.83
git:
username: Karol Chrapek
email: [email protected]
repo_dir: "{{ home_dir }}/repos"
helm_version: 2.10.0
slack_version: 3.1.1-0.1.fc21
|
Update atom plugin and change some apps verion
|
Update atom plugin and change some apps verion
|
YAML
|
mit
|
kaarolch/my-desktop-ansible
|
3a9a295300ddfce680cb3e598047d08b323893e6
|
cluster/manifests/kube2iam/daemonset.yaml
|
cluster/manifests/kube2iam/daemonset.yaml
|
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kube2iam
namespace: kube-system
labels:
application: kube2iam
version: master-5
spec:
selector:
matchLabels:
application: kube2iam
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
application: kube2iam
version: master-5
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- key: node-role.kubernetes.io/master
effect: NoSchedule
hostNetwork: true
containers:
# kube2iam 0.9.0 with this patch https://github.com/jtblin/kube2iam/pull/108
- image: registry.opensource.zalan.do/teapot/kube2iam:master-5
name: kube2iam
args:
- --auto-discover-base-arn
- --verbose
- --node=$(NODE_NAME)
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
ports:
- containerPort: 8181
hostPort: 8181
name: http
securityContext:
privileged: true
readinessProbe:
httpGet:
path: /healthz
port: 8181
timeoutSeconds: 3
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 25m
memory: 25Mi
|
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: kube2iam
namespace: kube-system
labels:
application: kube2iam
version: master-6
spec:
selector:
matchLabels:
application: kube2iam
updateStrategy:
type: RollingUpdate
template:
metadata:
labels:
application: kube2iam
version: master-6
annotations:
scheduler.alpha.kubernetes.io/critical-pod: ''
spec:
tolerations:
- key: CriticalAddonsOnly
operator: Exists
- key: node-role.kubernetes.io/master
effect: NoSchedule
hostNetwork: true
containers:
# kube2iam 0.9.0 with these patchs https://github.com/jtblin/kube2iam/pull/108, https://github.com/jtblin/kube2iam/pull/130
- image: registry.opensource.zalan.do/teapot/kube2iam:master-6
name: kube2iam
args:
- --auto-discover-base-arn
- --verbose
- --node=$(NODE_NAME)
env:
- name: NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
ports:
- containerPort: 8181
hostPort: 8181
name: http
securityContext:
privileged: true
readinessProbe:
httpGet:
path: /healthz
port: 8181
timeoutSeconds: 3
resources:
limits:
cpu: 100m
memory: 100Mi
requests:
cpu: 25m
memory: 25Mi
|
Fix kube2iam for m5/c5 instances
|
Fix kube2iam for m5/c5 instances
|
YAML
|
mit
|
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
|
4d9c5db4bb1416721b984aea36aebc88a82b4591
|
docker/jenkins/docker-compose.yml
|
docker/jenkins/docker-compose.yml
|
version: '2'
services:
ci:
image: dalg24/dtk-stack:latest
volumes:
# Cannot mount subdirectory jenkins_data/workspace/$JOBNAME in data
# volume so have to mount the entire volume and climb up two directories.
# NOTE: it is possible to find out what the actual mount point of the
# volume that stores Jenkins home directory on the host but it is
# probably wiser not to do so.
- jenkins_data:$WORKSPACE/../..:rw
environment:
- NPROC=16
- DTK_DIR=$WORKSPACE
- SANITIZE=$SANITIZE
command: $WORKSPACE/docker/jenkins/build.sh
cap_add:
- SYS_ADMIN
volumes:
jenkins_data:
external:
name: $JENKINS_DATA_VOLUME
|
version: '2'
services:
ci:
image: dalg24/dtk-stack:latest
volumes:
# Cannot mount subdirectory jenkins_data/workspace/$JOBNAME in data
# volume so have to mount the entire volume and climb up six directories.
# NOTE: it is possible to find out what the actual mount point of the
# volume that stores Jenkins home directory on the host but it is
# probably wiser not to do so.
- jenkins_data:$WORKSPACE/../../../../../..:rw
environment:
- NPROC=16
- DTK_DIR=$WORKSPACE
- SANITIZE=$SANITIZE
command: $WORKSPACE/docker/jenkins/build.sh
cap_add:
- SYS_ADMIN
volumes:
jenkins_data:
external:
name: $JENKINS_DATA_VOLUME
|
Adjust mount point for jenkins build
|
Adjust mount point for jenkins build
matrix build has a new column
<workspace>/<job>/compiler/<GCC>/slave/<MACHINE>
|
YAML
|
bsd-3-clause
|
dalg24/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,dalg24/DataTransferKit,dalg24/DataTransferKit,Rombur/DataTransferKit,dalg24/DataTransferKit,Rombur/DataTransferKit,Rombur/DataTransferKit
|
0298d72f139ef07371e9191378b48a995a369d52
|
.buildkite/pipeline.yml
|
.buildkite/pipeline.yml
|
steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v3.7.0:
run: app
|
steps:
- name: ":node:"
command: npm test
plugins:
- docker-compose#v3.8.0:
run: app
|
Update buildkite plugin docker-compose to v3.8.0
|
Update buildkite plugin docker-compose to v3.8.0
|
YAML
|
mit
|
buildkite/nodejs-docker-example
|
4a5b20719eb57282209e41604cf07b7b55c69605
|
.conda-recipe/meta.yaml
|
.conda-recipe/meta.yaml
|
package:
name: exdir
version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }}
source:
git_url: ..
build:
# noarch: python # TODO Add back noarch when it works properly on Windows,
# we are converting packages manually now
script: python setup.py install
requirements:
build:
- python
- setuptools
- pip
- numpy
- quantities
- pyyaml
- pytest
run:
- python
- setuptools
- pip
- numpy
- scipy
- quantities
- pyyaml
test:
source_files:
- tests
imports:
- exdir
commands:
- python -c "import exdir; print(exdir.__version__)"
- pytest -s
about:
home: https://github.com/CINPLA/exdir/
license: MIT
license_file: LICENSE
|
package:
name: exdir
version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }}
source:
git_url: ..
build:
# noarch: python # TODO Add back noarch when it works properly on Windows,
# we are converting packages manually now
script: python setup.py install
requirements:
build:
- python
- setuptools
- pip
- numpy
- quantities
- pyyaml
- pytest
run:
- python
- setuptools
- pip
- numpy
- scipy
- quantities
- pyyaml
test:
requires:
- pytest
source_files:
- tests
imports:
- exdir
commands:
- python -c "import exdir; print(exdir.__version__)"
- pytest -s
about:
home: https://github.com/CINPLA/exdir/
license: MIT
license_file: LICENSE
|
Add pytest as dependency for testing
|
Add pytest as dependency for testing
|
YAML
|
mit
|
CINPLA/exdir,CINPLA/exdir,CINPLA/exdir
|
1b694e45188c6888e410ebc547bc85a7dff9613c
|
metadata/com.emacberry.uuid0xfd6fscan.yml
|
metadata/com.emacberry.uuid0xfd6fscan.yml
|
Categories:
- Connectivity
License: GPL-3.0-or-later
AuthorName: marq24
SourceCode: https://github.com/marq24/UUID0xFD6FTracer
IssueTracker: https://github.com/marq24/UUID0xFD6FTracer/issues
AutoName: UUID 0xFD6F Scanner
RepoType: git
Repo: https://github.com/marq24/UUID0xFD6FTracer.git
Builds:
- versionName: 0.9.1.6
versionCode: 916
commit: 0.9.1.6
subdir: app
gradle:
- yes
- versionName: 0.9.1.7
versionCode: 917
commit: 0.9.1.7
subdir: app
gradle:
- yes
- versionName: 0.9.1.8
versionCode: 918
commit: 0.9.1.8
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.9.1.8
CurrentVersionCode: 918
|
Categories:
- Connectivity
License: GPL-3.0-or-later
AuthorName: marq24
SourceCode: https://github.com/marq24/UUID0xFD6FTracer
IssueTracker: https://github.com/marq24/UUID0xFD6FTracer/issues
AutoName: UUID 0xFD6F Scanner
RepoType: git
Repo: https://github.com/marq24/UUID0xFD6FTracer.git
Builds:
- versionName: 0.9.1.6
versionCode: 916
commit: 0.9.1.6
subdir: app
gradle:
- yes
- versionName: 0.9.1.7
versionCode: 917
commit: 0.9.1.7
subdir: app
gradle:
- yes
- versionName: 0.9.1.8
versionCode: 918
commit: 0.9.1.8
subdir: app
gradle:
- yes
- versionName: 0.9.1.9
versionCode: 919
commit: 0.9.1.9
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.9.1.9
CurrentVersionCode: 919
|
Update UUID 0xFD6F Scanner to 0.9.1.9 (919)
|
Update UUID 0xFD6F Scanner to 0.9.1.9 (919)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
86378e5212a50d1fc9e726597c9eef65670a3f82
|
metadata/com.exifthumbnailadder.app.yml
|
metadata/com.exifthumbnailadder.app.yml
|
Categories:
- Graphics
License: GPL-3.0-or-later
SourceCode: https://github.com/tenzap/exif-thumbnail-adder
IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues
AutoName: Exif Thumbnail Adder
RepoType: git
Repo: https://github.com/tenzap/exif-thumbnail-adder.git
Builds:
- versionName: 0.9.0
versionCode: 2
commit: 0.9.0
subdir: app
gradle:
- standard
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.9.0
CurrentVersionCode: 2
|
Categories:
- Graphics
License: GPL-3.0-or-later
SourceCode: https://github.com/tenzap/exif-thumbnail-adder
IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues
AutoName: Exif Thumbnail Adder
RepoType: git
Repo: https://github.com/tenzap/exif-thumbnail-adder.git
Builds:
- versionName: 0.9.0
versionCode: 2
commit: 0.9.0
subdir: app
gradle:
- standard
- versionName: 0.9.1
versionCode: 5
commit: 0.9.1
subdir: app
gradle:
- standard
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 0.9.1
CurrentVersionCode: 5
|
Update Exif Thumbnail Adder to 0.9.1 (5)
|
Update Exif Thumbnail Adder to 0.9.1 (5)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
461fb0247369b3e6f35bf590342147c2adcea9c7
|
packages/@glimmer/component/.travis.yml
|
packages/@glimmer/component/.travis.yml
|
language: node_js
sudo: required
dist: trusty
node_js:
- "6"
- "node"
|
language: node_js
sudo: required
dist: trusty
node_js:
- "6"
- "node"
addons:
firefox: latest
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
|
Use latest Firefox on Travis
|
Use latest Firefox on Travis
|
YAML
|
mit
|
glimmerjs/glimmer.js,glimmerjs/glimmer.js,glimmerjs/glimmer.js,glimmerjs/glimmer.js
|
27c948d72e87092f915cdee60361451dcbec8f33
|
playbook_spark.yml
|
playbook_spark.yml
|
---
- hosts: all
remote_user: root
roles:
- common
any_errors_fatal: true
- hosts: spark
remote_user: root
vars_files:
- vars/spark_vars.yml
roles:
- spark
any_errors_fatal: true
- hosts: spark-master
remote_user: root
roles:
- spark-master
- hosts: spark
remote_user: root
roles:
- spark-slave
|
---
- hosts: all
remote_user: root
roles:
- common
any_errors_fatal: true
#- hosts: spark
# remote_user: root
# vars_files:
# - vars/spark_vars.yml
# - vars/minio_vars.yml
# roles:
# - spark
# any_errors_fatal: true
- hosts: spark-master
remote_user: root
vars_files:
- vars/spark_vars.yml
- vars/minio_vars.yml
roles:
- spark-master
- hosts: spark
remote_user: root
vars_files:
- vars/spark_vars.yml
- vars/minio_vars.yml
roles:
- spark-slave
|
Load global variables. Since we have dependencies between spark-slave and spark, and the same holds for spark-master and spark, no need to run spark role.
|
Load global variables. Since we have dependencies between spark-slave and spark, and the same holds for spark-master and spark, no need to run spark role.
|
YAML
|
apache-2.0
|
nlesc-sherlock/emma,nlesc-sherlock/emma,nlesc-sherlock/emma
|
5e0dab1af6083dc6408efcaa9f8d61262a43e6f2
|
playbooks/init.yml
|
playbooks/init.yml
|
---
- hosts: kv:index:n1ql
tasks:
- yum: state=latest name=epel-release
- yum: state=latest name={{item}}
with_items:
- atop
- gdb
- htop
- iptraf
- numactl
- sysstat
- tree
- wget
- hosts: kv:index:n1ql
tasks:
- shell: iptables -F
- hosts: kv:index:n1ql
tasks:
- group: name=couchbase
- user: name=couchbase group=couchbase
- hosts: kv:index:n1ql
tasks:
- file: path=/data owner=couchbase group=couchbase
- hosts: kv
tasks:
- file: path=/index owner=couchbase group=couchbase
|
---
- hosts: kv:index:n1ql
tasks:
- yum: state=latest name=epel-release
- yum: state=latest name={{item}}
with_items:
- atop
- gdb
- htop
- iptraf
- numactl
- sysstat
- tree
- vim
- wget
- hosts: kv:index:n1ql
tasks:
- shell: iptables -F
- hosts: kv:index:n1ql
tasks:
- group: name=couchbase
- user: name=couchbase group=couchbase
- hosts: kv:index:n1ql
tasks:
- file: path=/data owner=couchbase group=couchbase
- hosts: kv
tasks:
- file: path=/index owner=couchbase group=couchbase
|
Add Vim to server dependencies
|
Add Vim to server dependencies
Change-Id: I5381e74ecbcf5f3bd4aa49171fe87829a8064bf1
Reviewed-on: http://review.couchbase.org/65503
Tested-by: buildbot <[email protected]>
Reviewed-by: Pavel Paulau <[email protected]>
|
YAML
|
apache-2.0
|
couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner
|
c7c54e7721f03030e455fef54f64b55c5bb87b8c
|
metadata/agrigolo.chubbyclick.yml
|
metadata/agrigolo.chubbyclick.yml
|
Categories:
- Multimedia
License: GPL-3.0-or-later
WebSite: https://codeberg.org/agrigolo/chubby-click
SourceCode: https://codeberg.org/agrigolo/chubby-click
IssueTracker: https://codeberg.org/agrigolo/chubby-click/issues
AutoName: Chubby Click
RepoType: git
Repo: https://codeberg.org/agrigolo/chubby-click.git
Builds:
- versionName: v1.3
versionCode: 6
commit: v1.3
subdir: app
gradle:
- yes
- versionName: v1.5
versionCode: 9
commit: v1.5
subdir: app
gradle:
- yes
- versionName: v1.6
versionCode: 10
commit: v1.6
subdir: app
gradle:
- yes
- versionName: v1.7
versionCode: 11
commit: v1.7
subdir: app
gradle:
- yes
- versionName: v1.8.1
versionCode: 13
commit: v1.8.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.8.1
CurrentVersionCode: 13
|
Categories:
- Multimedia
License: GPL-3.0-or-later
WebSite: https://codeberg.org/agrigolo/chubby-click
SourceCode: https://codeberg.org/agrigolo/chubby-click
IssueTracker: https://codeberg.org/agrigolo/chubby-click/issues
AutoName: Chubby Click
RepoType: git
Repo: https://codeberg.org/agrigolo/chubby-click.git
Builds:
- versionName: v1.3
versionCode: 6
commit: v1.3
subdir: app
gradle:
- yes
- versionName: v1.5
versionCode: 9
commit: v1.5
subdir: app
gradle:
- yes
- versionName: v1.6
versionCode: 10
commit: v1.6
subdir: app
gradle:
- yes
- versionName: v1.7
versionCode: 11
commit: v1.7
subdir: app
gradle:
- yes
- versionName: v1.8.1
versionCode: 13
commit: v1.8.1
subdir: app
gradle:
- yes
- versionName: v1.8.2
versionCode: 14
commit: v1.8.2
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: v1.8.2
CurrentVersionCode: 14
|
Update Chubby Click to v1.8.2 (14)
|
Update Chubby Click to v1.8.2 (14)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
b2174f9c7533e5b1e597759c0a499564e4f9331e
|
metadata/com.serwylo.babybook.yml
|
metadata/com.serwylo.babybook.yml
|
Categories:
- Reading
- Science & Education
- Writing
License: GPL-3.0-or-later
AuthorName: Peter Serwylo
AuthorWebSite: https://peter.serwylo.com
SourceCode: https://github.com/babydots/babybook
IssueTracker: https://github.com/babydots/babybook/issues
Changelog: https://github.com/babydots/babybook/releases
AutoName: Baby Book
RepoType: git
Repo: https://github.com/babydots/babybook
Builds:
- versionName: 0.1.0
versionCode: 1
commit: v0.1.0
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.1.0
CurrentVersionCode: 1
|
Categories:
- Reading
- Science & Education
- Writing
License: GPL-3.0-or-later
AuthorName: Peter Serwylo
AuthorWebSite: https://peter.serwylo.com
SourceCode: https://github.com/babydots/babybook
IssueTracker: https://github.com/babydots/babybook/issues
Changelog: https://github.com/babydots/babybook/releases
AutoName: Baby Book
RepoType: git
Repo: https://github.com/babydots/babybook
Builds:
- versionName: 0.1.0
versionCode: 1
commit: v0.1.0
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
- versionName: 0.2.0
versionCode: 2
commit: 810d67e3a9cd105aa7fbcccf92ae30f4e19f0d1e
subdir: android
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 0.2.0
CurrentVersionCode: 2
|
Update Baby Book to 0.2.0 (2)
|
Update Baby Book to 0.2.0 (2)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
12478699b0e9d00dfa5826beee802bbd4039854b
|
radeco/.travis.yml
|
radeco/.travis.yml
|
language: rust
# necessary for `travis-cargo coveralls --no-sudo`
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
# run builds for all the trains (and more)
rust:
- nightly
notifications:
irc: "chat.freenode.net#radare-rsoc"
email: false
before_install:
- ./scripts/install-dependencies.sh
# load travis-cargo
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
# the main build
script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo --only stable doc
after_success:
# upload the documentation from the build with stable (automatically only actually
# runs on the master branch, not individual PRs)
- travis-cargo --only stable doc-upload
# measure code coverage and upload to coveralls.io
- travis-cargo coveralls --no-sudo
env:
global:
# override the default `--features unstable` used for the nightly branch (optional)
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
dist: xenial
language: rust
# necessary for `travis-cargo coveralls --no-sudo`
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
# run builds for all the trains (and more)
rust:
- nightly
notifications:
irc: "chat.freenode.net#radare-rsoc"
email: false
before_install:
- ./scripts/install-dependencies.sh
# load travis-cargo
before_script:
- |
pip install 'travis-cargo<0.2' --user &&
export PATH=$HOME/.local/bin:$PATH
# the main build
script:
- |
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo --only stable doc
after_success:
# upload the documentation from the build with stable (automatically only actually
# runs on the master branch, not individual PRs)
- travis-cargo --only stable doc-upload
# measure code coverage and upload to coveralls.io
- travis-cargo coveralls --no-sudo
env:
global:
# override the default `--features unstable` used for the nightly branch (optional)
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
Update Travis to Ubuntu 16.04
|
Update Travis to Ubuntu 16.04
|
YAML
|
bsd-3-clause
|
radare/radeco-lib,radare/radeco,radare/radeco,radare/radeco,radare/radeco-lib,radare/radeco-lib
|
3785f2913932ed37b4c19ea6a00c613ef3952eeb
|
packages/pi/pipes-interleave.yaml
|
packages/pi/pipes-interleave.yaml
|
homepage: http://github.com/bgamari/pipes-interleave
changelog-type: ''
hash: e7865811c94655ea6653d1c4556cace83425b3b7e7f8723d277db9d53b9ced91
test-bench-deps: {}
maintainer: [email protected]
synopsis: Interleave and merge streams of elements
changelog: ''
basic-deps:
heaps: ! '>=0.3 && <0.4'
base: ! '>=4.8 && <4.11'
containers: ! '>=0.5 && <0.6'
pipes: ! '>=4.0 && <4.4'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
- '0.2.2'
- '1.0.0'
- '1.1.0'
- '1.1.1'
- '1.1.2'
author: Ben Gamari
latest: '1.1.2'
description-type: haddock
description: Interleave and merge streams of elements.
license-name: BSD3
|
homepage: http://github.com/bgamari/pipes-interleave
changelog-type: ''
hash: 8a526c6784dad7eb70d8873f13ba622724f986f074246d6e2db81a79bd9e59e6
test-bench-deps: {}
maintainer: [email protected]
synopsis: Interleave and merge streams of elements
changelog: ''
basic-deps:
heaps: ! '>=0.3 && <0.4'
base: ! '>=4.8 && <4.13'
containers: ! '>=0.5 && <0.7'
pipes: ! '>=4.0 && <4.4'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
- '0.2.2'
- '1.0.0'
- '1.1.0'
- '1.1.1'
- '1.1.2'
- '1.1.3'
author: Ben Gamari
latest: '1.1.3'
description-type: haddock
description: Interleave and merge streams of elements.
license-name: BSD3
|
Update from Hackage at 2018-08-05T16:14:51Z
|
Update from Hackage at 2018-08-05T16:14:51Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
c8dc9b2293df62f642d6331453e4fb82b741b1b8
|
app/travis-ci/behat.yml
|
app/travis-ci/behat.yml
|
default:
extensions:
Behat\MinkExtension\Extension:
base_url: "http://localhost:8080/app.php/"
browser_name: chrome
files_path: features/files
default_session: selenium2
selenium2: ~
|
default:
extensions:
Behat\MinkExtension\Extension:
base_url: "http://localhost:8080/app.php/"
#browser_name: chrome
files_path: features/files
default_session: selenium2
selenium2: ~
|
Remove use of chrome browser for Travis-ci
|
Remove use of chrome browser for Travis-ci
|
YAML
|
mit
|
rmoorman/openl10n,joelwurtz/openl10n,Nedeas/openl10n,openl10n/openl10n,openl10n/openl10n,joelwurtz/openl10n,Nedeas/openl10n,rmoorman/openl10n,joelwurtz/openl10n,rmoorman/openl10n,openl10n/openl10n,openl10n/openl10n,joelwurtz/openl10n,Nedeas/openl10n,rmoorman/openl10n,Nedeas/openl10n
|
0a5d2ee5785d0127f1c656ee130d1b0b88db8539
|
apps/blecent/syscfg.yml
|
apps/blecent/syscfg.yml
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.vals:
# DEBUG logging is a bit noisy; use INFO.
LOG_LEVEL: 1
# Default task settings
OS_MAIN_STACK_SIZE: 336
|
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
syscfg.vals:
# DEBUG logging is a bit noisy; use INFO.
LOG_LEVEL: 1
# Default task settings
OS_MAIN_STACK_SIZE: 336
# Disable peripheral and broadcaster roles.
BLE_ROLE_BROADCASTER: 0
BLE_ROLE_CENTRAL: 1
BLE_ROLE_OBSERVER: 1
BLE_ROLE_PERIPHERAL: 0
|
Disable unneeded roles in blecent sample
|
nimble/apps: Disable unneeded roles in blecent sample
|
YAML
|
apache-2.0
|
apache/mynewt-nimble,apache/mynewt-nimble,apache/mynewt-nimble,apache/mynewt-nimble,apache/mynewt-nimble
|
38b314f8e50bd17e1e712974cccbb78d3470404f
|
metadata/com.github.webierta.call_counter.yml
|
metadata/com.github.webierta.call_counter.yml
|
Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: Webierta
SourceCode: https://github.com/Webierta/call-counter
AutoName: Call Counter
RepoType: git
Repo: https://github.com/Webierta/call-counter.git
Builds:
- versionName: 1.2.0
versionCode: 2
commit: v1.2.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- [email protected]
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckData: https://raw.githubusercontent.com/Webierta/call-counter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: v1.2.0
CurrentVersionCode: 2
|
Categories:
- Phone & SMS
License: GPL-3.0-only
AuthorName: Webierta
SourceCode: https://github.com/Webierta/call-counter
IssueTracker: https://github.com/Webierta/call-counter/issues
Changelog: https://github.com/Webierta/call-counter/releases
AutoName: Call Counter
RepoType: git
Repo: https://github.com/Webierta/call-counter.git
Builds:
- versionName: 1.2.0
versionCode: 2
commit: v1.2.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- [email protected]
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
UpdateCheckData: https://raw.githubusercontent.com/Webierta/call-counter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: v1.2.0
CurrentVersionCode: 2
|
Call Counter: add IssueTracker & Changelog urls
|
Call Counter: add IssueTracker & Changelog urls
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
d5d0428e8176cc657c254f4332333f45ae46f6bc
|
.notreadthedocs.yml
|
.notreadthedocs.yml
|
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt
|
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- doc
system_packages: true
|
Use setup.py in RTD config file.
|
Use setup.py in RTD config file.
|
YAML
|
apache-2.0
|
bbfrederick/rapidtide,bbfrederick/rapidtide
|
f892b5ae86cad49b020258dc3f0ec0b26d806511
|
catalog/Code_Organization/View_Objects.yml
|
catalog/Code_Organization/View_Objects.yml
|
name: View Objects
description: Framework agnostic gems that implement Decorator / View Object pattern.
projects:
- cells
- hanami-view
|
name: View Objects
description: Framework agnostic gems that implement Decorator / View Object pattern.
projects:
- cells
- dry-view
- hanami-view
|
Add dry-view to View Objects
|
Add dry-view to View Objects
|
YAML
|
mit
|
rubytoolbox/catalog
|
675a113cb4ad3955fda251fec707405d40ae89e8
|
dts/bindings/fs/zephyr,fstab-common.yaml
|
dts/bindings/fs/zephyr,fstab-common.yaml
|
# Copyright (C) 2020 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
# Common properties for Zephyr filesystem compatibles
include: base.yaml
properties:
mount-point:
type: string
required: true
description: |
The absolute path used as the file system mount point.
partition:
type: phandle
required: true
description: |
A reference to the file system's partition.
automount:
type: boolean
description: |
Mount file system on boot if present.
During initialization the file system driver will attempt to mount
this partition.
read-only:
type: boolean
description: |
Mount file system read-only if present.
This adds the FS_MOUNT_FLAG_READ_ONLY option to be set in the
mount descriptor generated for the file system.
no-format:
type: boolean
description: |
Do not format file system if mount fails.
This causes the FS_MOUNT_FLAG_NO_FORMAT option to be set in the
mount descriptor generated for the file system.
|
# Copyright (C) 2020 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
# Common properties for Zephyr filesystem compatibles
include: base.yaml
properties:
mount-point:
type: string
required: true
description: |
The absolute path used as the file system mount point.
partition:
type: phandle
required: true
description: |
A reference to the file system's partition.
automount:
type: boolean
description: |
Mount file system on boot if present.
During initialization the file system driver will attempt to mount
this partition.
read-only:
type: boolean
description: |
Mount file system read-only if present.
This adds the FS_MOUNT_FLAG_READ_ONLY option to be set in the
mount descriptor generated for the file system.
no-format:
type: boolean
description: |
Do not format file system if mount fails.
This causes the FS_MOUNT_FLAG_NO_FORMAT option to be set in the
mount descriptor generated for the file system.
disk-access:
type: boolean
description: |
Use disk-access for accessing storage media.
This causes the FS_MOUNT_FLAG_USE_DISK_ACCESS option to be set in
the mount descriptor generated for the file system.
|
Add "disk-access" property to fstab bindings
|
dts: Add "disk-access" property to fstab bindings
The commit adds "disk-access" property to fstab bindings to allow
selecting FS_MOUNT_FLAG_USE_DISK_ACCESS while defining file
systems in DTS.
Signed-off-by: Dominik Ermel <[email protected]>
|
YAML
|
apache-2.0
|
galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,finikorg/zephyr,galak/zephyr
|
ffd7575cd8189d5e5cefebf3a73ceed6e58c7c80
|
metadata/de.chagemann.regexcrossword.yml
|
metadata/de.chagemann.regexcrossword.yml
|
Categories:
- Games
License: Apache-2.0
AuthorName: Carsten Hagemann Apps
AuthorEmail: [email protected]
SourceCode: https://gitlab.com/carstenhag/regex-crossword-kotlin
IssueTracker: https://gitlab.com/carstenhag/regex-crossword-kotlin/issues
AutoName: Regex Crossword
RepoType: git
Repo: https://gitlab.com/carstenhag/regex-crossword-kotlin.git
Builds:
- versionName: 2.4.4
versionCode: 24
commit: v2.4.4
subdir: app
gradle:
- yes
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
- versionName: 2.4.5
versionCode: 25
commit: v2.4.5
subdir: app
gradle:
- yes
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.4.5
CurrentVersionCode: 25
|
Categories:
- Games
License: Apache-2.0
AuthorName: Carsten Hagemann Apps
AuthorEmail: [email protected]
SourceCode: https://gitlab.com/carstenhag/regex-crossword-kotlin
IssueTracker: https://gitlab.com/carstenhag/regex-crossword-kotlin/issues
AutoName: Regex Crossword
RepoType: git
Repo: https://gitlab.com/carstenhag/regex-crossword-kotlin.git
Builds:
- versionName: 2.4.4
versionCode: 24
commit: v2.4.4
subdir: app
gradle:
- yes
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
- versionName: 2.4.5
versionCode: 25
commit: v2.4.5
subdir: app
gradle:
- yes
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
- versionName: 2.4.6
versionCode: 26
commit: v2.4.6
subdir: app
gradle:
- yes
prebuild: sed -i -e '/play {/,+5d' -e '/com.github.triplet.play/d' build.gradle
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 2.4.6
CurrentVersionCode: 26
|
Update Regex Crossword to 2.4.6 (26)
|
Update Regex Crossword to 2.4.6 (26)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
181ecf37d7fd1eedfa597a63633c38bf25477f38
|
packages/ca/cabal-detailed-quickcheck.yaml
|
packages/ca/cabal-detailed-quickcheck.yaml
|
homepage: https://github.com/schuelermine/cabal-detailed-quickcheck
changelog-type: markdown
hash: f7ca1576980c1429a43176f4f7cdf11f63efb662efc29fe03d99762b6c6d684a
test-bench-deps: {}
maintainer: [email protected]
synopsis: QuickCheck for Cabal tests
changelog: |
# Revision history for cabal-detailed-quickcheck
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
basic-deps:
Cabal: ^>=3.6.3
base: '>=4.14 && <4.18'
QuickCheck: ^>=2.14.2
all-versions:
- 0.1.0.0
author: Anselm Schüler
latest: 0.1.0.0
description-type: haddock
description: Turn QuickCheck properties into detailed Cabal tests
license-name: MIT
|
homepage: https://github.com/schuelermine/cabal-detailed-quickcheck
changelog-type: markdown
hash: 5225ff787a4acfecea52174d8a444891d7cb4fb5e1e563f5aaa1e346d854da36
test-bench-deps: {}
maintainer: [email protected]
synopsis: QuickCheck for Cabal tests
changelog: |
# Revision history for cabal-detailed-quickcheck
## 0.1.1.0 — 2022-04-24
* Improved documentation.
* Add `getPropertyTests` and `propertyTestGroup` for groups of tests.
## 0.1.0.0 — 2022-04-23
* First version. Released on an unsuspecting world.
basic-deps:
Cabal: ^>=3.6.3
base: '>=4.14 && <4.18'
QuickCheck: ^>=2.14.2
all-versions:
- 0.1.0.0
- 0.1.1.0
author: Anselm Schüler
latest: 0.1.1.0
description-type: haddock
description: Turn QuickCheck properties into detailed Cabal tests
license-name: MIT
|
Update from Hackage at 2022-04-24T19:43:05Z
|
Update from Hackage at 2022-04-24T19:43:05Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
280ff6b3d6de3e65f43ad4a643c5215464d23c24
|
azure-pipelines.yml
|
azure-pipelines.yml
|
# Docker image
# Build a Docker image to deploy, run, or push to a container registry.
# Add steps that use Docker Compose, tag images, push to a registry, run an image, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
trigger:
batch: true
branches:
include:
- master
pr:
branches:
include:
- master
paths:
exclude:
- docs/src/main/asciidoc/*
- docs/src/main/asciidoc/images/*
- README.md
- CONTRIBUTING.md
- LICENSE.txt
- dco.txt
- .github/ISSUE_TEMPLATE/*.md
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository/
MAVEN_OPTS: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
QUARKUS_LOCAL_REPO: $(MAVEN_CACHE_FOLDER)
LINUX_USE_VMS: $[ not(contains(variables['Build.SourceBranch'], '/pull/')) ]
stages:
- template: ci-templates/stages.yml
parameters:
poolSettings:
vmImage: 'Ubuntu 16.04'
displayPrefix: '(Azure Hosted)'
expectUseVMs: true
- template: ci-templates/stages.yml
parameters:
poolSettings:
name: 'Expansion'
displayPrefix: '(Expansion)'
expectUseVMs: false
|
# Docker image
# Build a Docker image to deploy, run, or push to a container registry.
# Add steps that use Docker Compose, tag images, push to a registry, run an image, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/docker
trigger:
batch: true
branches:
include:
- master
pr:
branches:
include:
- master
paths:
exclude:
- docs/src/main/asciidoc/*
- docs/src/main/asciidoc/images/*
- README.md
- CONTRIBUTING.md
- LICENSE.txt
- dco.txt
- .github/ISSUE_TEMPLATE/*.md
variables:
MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository/
MAVEN_OPTS: '-Dmaven.repo.local=$(MAVEN_CACHE_FOLDER)'
QUARKUS_LOCAL_REPO: $(MAVEN_CACHE_FOLDER)
# Force everything to use VMs if the expansion pool is disabled. Otherwise send PRs to the expansion pool and everything else to the hosted VMs
LINUX_USE_VMS: $[ or(not(variables['quarkus_expansion_enabled']), not(contains(variables['Build.SourceBranch'], '/pull/'))) ]
stages:
- template: ci-templates/stages.yml
parameters:
poolSettings:
vmImage: 'Ubuntu 16.04'
displayPrefix: '(Azure Hosted)'
expectUseVMs: true
- template: ci-templates/stages.yml
parameters:
poolSettings:
name: 'Expansion'
displayPrefix: '(Expansion)'
expectUseVMs: false
|
Add a build property to allow disabling without source changes
|
Add a build property to allow disabling without source changes
|
YAML
|
apache-2.0
|
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
|
ed5790776250c6bcbfd9ede4304f3afa0adec0a5
|
packages/op/optima.yaml
|
packages/op/optima.yaml
|
homepage: https://github.com/metrix-ai/optima
changelog-type: ''
hash: 69289caeafb48c637c803361e49706be036052e192b0e9f9d5096e592a34140a
test-bench-deps:
rerebase: ==1.*
optima: -any
attoparsec-data: ==1.*
maintainer: Metrix.AI Tech Team <[email protected]>
synopsis: Simple command line interface arguments parser
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
text: ==1.*
attoparsec-data: ==1.*
attoparsec: ==0.13.*
optparse-applicative: ! '>=0.14 && <0.15'
text-builder: ! '>=0.5.3 && <0.6'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.2'
- '0.2'
author: Nikita Volkov <[email protected]>
latest: '0.2'
description-type: haddock
description: ''
license-name: MIT
|
homepage: https://github.com/metrix-ai/optima
changelog-type: ''
hash: a89fe10dde4c0ed434a99b9b50a36259d301489e96d08af9bce26c1d741f5a8c
test-bench-deps:
rerebase: ==1.*
optima: -any
attoparsec-data: ==1.*
maintainer: Metrix.AI Tech Team <[email protected]>
synopsis: Simple command line interface arguments parser
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
text: ==1.*
attoparsec-data: ==1.*
attoparsec: ==0.13.*
optparse-applicative: ! '>=0.14 && <0.15'
text-builder: ! '>=0.5.3 && <0.6'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.2'
- '0.2'
- '0.3'
author: Nikita Volkov <[email protected]>
latest: '0.3'
description-type: haddock
description: ''
license-name: MIT
|
Update from Hackage at 2018-08-13T22:48:58Z
|
Update from Hackage at 2018-08-13T22:48:58Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
ce1d5859067100c7704605988b3b8d35f29bed6b
|
recipes/draco/meta.yaml
|
recipes/draco/meta.yaml
|
{% set name = "draco" %}
{% set version = "1.3.4" %}
{% set sha256 = "9f369ce924974acf9ab582fe8a9e50d86d54346460b0ac6d3808e3fcf269489c" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/google/draco/archive/{{version}}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
skip: True # [win and vc<14]
requirements:
build:
- cmake
- {{ compiler('cxx') }}
test:
commands:
- draco_encoder -h
about:
home: https://github.com/google/draco/
license: Apache 2.0
license_family: Apache
license_file: LICENSE.txt
summary: 'A library for compressing and decompressing 3D geometric meshes and point clouds'
description: |
A library for compressing and decompressing 3D geometric meshes and point clouds
doc_url: https://google.github.io/draco/
dev_url: https://github.com/google/draco
extra:
recipe-maintainers:
- hobu
- chambbj
|
{% set name = "draco" %}
{% set version = "1.3.4" %}
{% set sha256 = "9f369ce924974acf9ab582fe8a9e50d86d54346460b0ac6d3808e3fcf269489c" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/google/draco/archive/{{version}}.tar.gz
sha256: {{ sha256 }}
build:
number: 0
skip: True # [win and vc<14]
requirements:
build:
- cmake
- {{ compiler('cxx') }}
test:
commands:
- draco_encoder -h
about:
home: https://github.com/google/draco/
license: Apache 2.0
license_family: Apache
license_file: LICENSE
summary: 'A library for compressing and decompressing 3D geometric meshes and point clouds'
description: |
A library for compressing and decompressing 3D geometric meshes and point clouds
doc_url: https://google.github.io/draco/
dev_url: https://github.com/google/draco
extra:
recipe-maintainers:
- hobu
- chambbj
|
Use license file from tarball
|
Use license file from tarball
|
YAML
|
bsd-3-clause
|
petrushy/staged-recipes,basnijholt/staged-recipes,cpaulik/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,birdsarah/staged-recipes,mcs07/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,asmeurer/staged-recipes,synapticarbors/staged-recipes,conda-forge/staged-recipes,Juanlu001/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,ceholden/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,synapticarbors/staged-recipes,jochym/staged-recipes,jjhelmus/staged-recipes,SylvainCorlay/staged-recipes,isuruf/staged-recipes,petrushy/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,Juanlu001/staged-recipes,rmcgibbo/staged-recipes,ceholden/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,stuertz/staged-recipes,mcs07/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,dschreij/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,rmcgibbo/staged-recipes,ReimarBauer/staged-recipes,cpaulik/staged-recipes,basnijholt/staged-recipes,hadim/staged-recipes,asmeurer/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes
|
b5954f353b7dba09bb23f25a9c0147114ca9ab84
|
recipes/fabio/meta.yaml
|
recipes/fabio/meta.yaml
|
{% set version = "0.3.0" %}
package:
name: fabio
version: {{ version }}
source:
url: https://github.com/kif/fabio/archive/v{{ version }}.tar.gz
fn: fabio-v{{ version }}.tar.gz
sha256: ec4586a676dab02931bed2f1e0ef227c43259b4f60c0cfb603c30e02876164e8
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy x.x
- cython
# could use opencl, but need the package on conda-forge first
# - opencl
run:
- python
- numpy x.x
test:
imports:
- fabio
- fabio.test
- fabio.third_party
about:
home: https://github.com/kif/fabio
license: GPL v3.0, GPL v2.0, MIT, GPL, LGPL v3.0, BSD 3-Clause, Apache 2.0
summary: I/O library for images produced by 2D X-ray detector
extra:
recipe-maintainers:
- ericdill
- licode
- tacaswell
|
{% set version = "0.3.0" %}
package:
name: fabio
version: {{ version }}
source:
url: https://github.com/kif/fabio/archive/v{{ version }}.tar.gz
fn: fabio-v{{ version }}.tar.gz
sha256: ec4586a676dab02931bed2f1e0ef227c43259b4f60c0cfb603c30e02876164e8
build:
number: 0
script: python setup.py install --single-version-externally-managed --record=record.txt
requirements:
build:
- python
- setuptools
- numpy x.x
- cython
# could use opencl, but need the package on conda-forge first
# - opencl
run:
- python
- numpy x.x
test:
imports:
- fabio
- fabio.test
- fabio.third_party
about:
home: https://github.com/kif/fabio
license: GPL v3.0, GPL v2.0, MIT, GPL, LGPL v3.0, BSD 3-Clause, Apache 2.0
summary: I/O library for images produced by 2D X-ray detector
license_family: Other
license_file: copyright
extra:
recipe-maintainers:
- ericdill
- licode
- tacaswell
|
Add the license file to the recipe
|
Add the license file to the recipe
|
YAML
|
bsd-3-clause
|
stuertz/staged-recipes,dfroger/staged-recipes,sodre/staged-recipes,chrisburr/staged-recipes,pmlandwehr/staged-recipes,ceholden/staged-recipes,caspervdw/staged-recipes,mariusvniekerk/staged-recipes,basnijholt/staged-recipes,blowekamp/staged-recipes,atedstone/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,hajapy/staged-recipes,khallock/staged-recipes,larray-project/staged-recipes,benvandyke/staged-recipes,bmabey/staged-recipes,goanpeca/staged-recipes,chohner/staged-recipes,chohner/staged-recipes,OpenPIV/staged-recipes,goanpeca/staged-recipes,vamega/staged-recipes,chrisburr/staged-recipes,barkls/staged-recipes,caspervdw/staged-recipes,jjhelmus/staged-recipes,koverholt/staged-recipes,khallock/staged-recipes,glemaitre/staged-recipes,petrushy/staged-recipes,jakirkham/staged-recipes,nicoddemus/staged-recipes,basnijholt/staged-recipes,JohnGreeley/staged-recipes,shadowwalkersb/staged-recipes,igortg/staged-recipes,data-exp-lab/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,NOAA-ORR-ERD/staged-recipes,vamega/staged-recipes,jcb91/staged-recipes,conda-forge/staged-recipes,grlee77/staged-recipes,birdsarah/staged-recipes,guillochon/staged-recipes,grlee77/staged-recipes,rolando-contrib/staged-recipes,isuruf/staged-recipes,dschreij/staged-recipes,OpenPIV/staged-recipes,mcernak/staged-recipes,larray-project/staged-recipes,tylere/staged-recipes,mcs07/staged-recipes,Savvysherpa/staged-recipes,petrushy/staged-recipes,johannesring/staged-recipes,igortg/staged-recipes,Cashalow/staged-recipes,jerowe/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,rolando-contrib/staged-recipes,hbredin/staged-recipes,kwilcox/staged-recipes,jcb91/staged-recipes,synapticarbors/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-recipes,nicoddemus/staged-recipes,rvalieris/staged-recipes,blowekamp/staged-recipes,rvalieris/staged-recipes,patricksnape/staged-recipes,koverholt/staged-recipes,mcs07/staged-recipes,valgur/staged-recipes,asmeurer/staged-recipes,valgur/staged-recipes,Juanlu001/staged-recipes,johanneskoester/staged-recipes,sodre/staged-recipes,shadowwalkersb/staged-recipes,atedstone/staged-recipes,JohnGreeley/staged-recipes,ReimarBauer/staged-recipes,gqmelo/staged-recipes,ReimarBauer/staged-recipes,glemaitre/staged-recipes,pstjohn/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,NOAA-ORR-ERD/staged-recipes,SylvainCorlay/staged-recipes,guillochon/staged-recipes,cpaulik/staged-recipes,pmlandwehr/staged-recipes,johannesring/staged-recipes,richardotis/staged-recipes,planetarypy/staged-recipes,hbredin/staged-recipes,Savvysherpa/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,jjhelmus/staged-recipes,gqmelo/staged-recipes,jochym/staged-recipes,patricksnape/staged-recipes,planetarypy/staged-recipes,hadim/staged-recipes,dschreij/staged-recipes,sodre/staged-recipes,rmcgibbo/staged-recipes,ceholden/staged-recipes,hajapy/staged-recipes,dharhas/staged-recipes,dfroger/staged-recipes,bmabey/staged-recipes,tylere/staged-recipes,birdsarah/staged-recipes,sannykr/staged-recipes,dharhas/staged-recipes,benvandyke/staged-recipes,richardotis/staged-recipes,Cashalow/staged-recipes,synapticarbors/staged-recipes,johanneskoester/staged-recipes,data-exp-lab/staged-recipes,rmcgibbo/staged-recipes,jerowe/staged-recipes,pstjohn/staged-recipes,jochym/staged-recipes,mcernak/staged-recipes,barkls/staged-recipes,kwilcox/staged-recipes,SylvainCorlay/staged-recipes,sannykr/staged-recipes,ocefpaf/staged-recipes
|
2d0df85b93f767a12059a5fb0402d36e6e3c0b81
|
docs/_data/docs.yml
|
docs/_data/docs.yml
|
- title: Getting Started
docs:
- home
- quickstart
- installation
- usage
- structure
- configuration
- title: Your Content
docs:
- frontmatter
- posts
- drafts
- pages
- static-files
- variables
- collections
- datafiles
- assets
- migrations
- title: Customization
docs:
- templates
- permalinks
- pagination
- plugins
- themes
- extras
- title: Deployment
docs:
- github-pages
- deployment-methods
- continuous-integration
- title: Miscellaneous
docs:
- troubleshooting
- sites
- resources
- upgrading/0-to-2
- upgrading/2-to-3
- title: Meta
docs:
- contributing
- maintaining
- conduct
- history
|
- title: Getting Started
docs:
- home
- quickstart
- installation
- usage
- structure
- configuration
- title: Your Content
docs:
- frontmatter
- posts
- drafts
- pages
- static-files
- variables
- collections
- datafiles
- assets
- migrations
- includes
- title: Customization
docs:
- templates
- permalinks
- pagination
- plugins
- themes
- extras
- title: Deployment
docs:
- github-pages
- deployment-methods
- continuous-integration
- title: Miscellaneous
docs:
- troubleshooting
- sites
- resources
- upgrading/0-to-2
- upgrading/2-to-3
- title: Meta
docs:
- contributing
- maintaining
- conduct
- history
|
Add includes link to doc nav
|
Add includes link to doc nav
I created more advanced details about includes and created a new page for it instead of putting all the info on the templates page.
See https://github.com/jekyll/jekyll/pull/5630 for more details on the update.
@jekyll/documentation
@DirtyF
|
YAML
|
mit
|
chrisfinazzo/jekyll,fulldecent/jekyll,gencer/jekyll,x-way/jekyll,ryanshaw/jekyll,rlugojr/jekyll,ryanshaw/jekyll,jekyll/jekyll,ryanshaw/jekyll,tillgrallert/jekyll,fulldecent/jekyll,fulldecent/jekyll,jaybe-jekyll/jekyll,tomjohnson1492/jekyll,gencer/jekyll,rlugojr/jekyll,Strangehill/jekyll,tillgrallert/jekyll,jekyll/jekyll,jaybe-jekyll/jekyll,rasa2011/rasa2011.github.io,tillgrallert/jekyll,alex-kovac/jekyll,Strangehill/jekyll,jaybe-jekyll/jekyll,x-way/jekyll,rasa2011/rasa2011.github.io,rlugojr/jekyll,tillgrallert/jekyll,alex-kovac/jekyll,chrisfinazzo/jekyll,x-way/jekyll,gencer/jekyll,getandpost/jekyll.github.io,Strangehill/jekyll,xiebinhqy/jklly_china,Strangehill/jekyll,gencer/jekyll,alex-kovac/jekyll,x-way/jekyll,tillgrallert/jekyll,rlugojr/jekyll,chrisfinazzo/jekyll,xiebinhqy/jklly_china,alex-kovac/jekyll,getandpost/jekyll.github.io,getandpost/jekyll.github.io,alex-kovac/jekyll,jaybe-jekyll/jekyll,yhironaka/yhironaka.github.io,jekyll/jekyll,xiebinhqy/jklly_china,tomjohnson1492/jekyll,tomjohnson1492/jekyll,Strangehill/jekyll,xiebinhqy/jklly_china,jekyll/jekyll,chrisfinazzo/jekyll,rasa2011/rasa2011.github.io,ryanshaw/jekyll,tomjohnson1492/jekyll,fulldecent/jekyll,gencer/jekyll,tomjohnson1492/jekyll
|
1870bbed4bb9543d3a01aff87848a1cd318d4bb1
|
config/prisons/NWI-norwich-f-g-h-l-only.yml
|
config/prisons/NWI-norwich-f-g-h-l-only.yml
|
---
name: Norwich (F, G, H, L only)
nomis_id: NWI
address:
- Knox Road
- 'NR1 4LU '
email: [email protected]
enabled: true
estate: Norwich
finder_slug: norwich
phone: 01603 708795
slots:
tue:
- 1415-1615
thu:
- 1415-1615
sat:
- 0930-1130
sun:
- 1415-1615
unbookable:
- 2014-12-25
- 2014-12-26
|
---
name: Norwich (F, G, H, L only)
nomis_id: NWI
address:
- Knox Road
- 'NR1 4LU '
email: [email protected]
enabled: true
estate: Norwich
finder_slug: norwich
phone: 01603 708795
slots:
tue:
- 1415-1615
thu:
- 1415-1615
sat:
- 0930-1130
sun:
- 1415-1615
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-12-25
- 2015-12-26
- 2016-01-01
|
Update Norwich FGHL Christmas visit slots
|
Update Norwich FGHL Christmas visit slots
Unbookable:
- Christmas Day
- Boxing Day
- New Year's Day
|
YAML
|
mit
|
ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits
|
dcdeec79697d5eb626578dc67bb678de92e25d91
|
data/transition-sites/cabinetoffice_gds.yml
|
data/transition-sites/cabinetoffice_gds.yml
|
---
site: cabinetoffice_gds
whitehall_slug: cabinet-office
host: digital.cabinetoffice.gov.uk
tna_timestamp: 20131111143812
homepage_title: 'Government Digital Service'
homepage: https://gds.blog.gov.uk
css: cabinet-office
extra_organisation_slugs:
- government-digital-service
|
---
site: cabinetoffice_gds
whitehall_slug: cabinet-office
host: digital.cabinetoffice.gov.uk
tna_timestamp: 20131111143812
homepage_title: 'Government Digital Service'
homepage: https://gds.blog.gov.uk
css: cabinet-office
extra_organisation_slugs:
- government-digital-service
global: =301 https://gds.blog.gov.uk/
global_redirect_append_path: true
|
Add path-preservation config to gds blog site
|
Add path-preservation config to gds blog site
|
YAML
|
mit
|
alphagov/transition-config,alphagov/transition-config
|
1b5fd6d6eb197e492e13073b4deaba76b5d0a807
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs
- run: diff tests/lib.expand.rs expand.rs
build:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.46.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo check
- run: cargo update && cargo check
clippy:
name: Clippy
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- run: cargo update
- run: cargo outdated --exit-code 1
|
name: CI
on:
push:
pull_request:
schedule: [cron: "40 1 * * *"]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- run: cargo run -- expand --manifest-path tests/Cargo.toml > expand.rs
- run: diff tests/lib.expand.rs expand.rs
build:
name: Rust ${{matrix.rust}}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.51.0]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{matrix.rust}}
- run: cargo check
- run: cargo update && cargo check
clippy:
name: Clippy
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@clippy
- run: cargo clippy --tests -- -Dclippy::all -Dclippy::pedantic
outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2
- run: cargo update
- run: cargo outdated --exit-code 1
|
Raise minimum tested compiler from 1.46 to 1.51
|
Raise minimum tested compiler from 1.46 to 1.51
Required by use of `resolver` in the `time` crate's Cargo.toml.
error: failed to download `time v0.3.5`
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at ~/.cargo/registry/src/github.com-1ecc6299db9ec823/time-0.3.5/Cargo.toml
Caused by:
feature `resolver` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["resolver"]` to enable this feature
|
YAML
|
apache-2.0
|
dtolnay/cargo-expand
|
006186a723ff8f84f7772c96497c16b783954737
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
# This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
if: "contains(github.event.commits[0].message, '[ci skip]') == false"
runs-on: ubuntu-latest
env:
CI: true
strategy:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
#- jruby # Nokogumbo
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec spec
|
# This workflow runs continuous CI across different versions of ruby on all branches and pull requests to develop.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ develop ]
workflow_dispatch:
jobs:
tests:
name: Ruby ${{ matrix.ruby }}
if: "contains(github.event.commits[0].message, '[ci skip]') == false"
runs-on: ubuntu-latest
env:
CI: true
strategy:
fail-fast: false
matrix:
ruby:
- 2.4
- 2.5
- 2.6
- 2.7
#- ruby-head # net-http-persistent
#- jruby # Nokogumbo
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install --jobs 4 --retry 3
- name: Run tests
run: bundle exec rspec spec
|
Exclude ruby-head from CI until net-http-persistent released.
|
Exclude ruby-head from CI until net-http-persistent released.
|
YAML
|
unlicense
|
ruby-rdf/rdf-vocab,ruby-rdf/rdf-vocab
|
c7cead1763497027ee14a5eaa4e1468188bf2111
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '13', '14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: true
- run: npm install
- run: npm test
env:
CI: true
- run: npm run lint
- run: npm run licenses
|
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '13', '14', '15', '16', '17', '18']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
check-latest: true
- run: npm install
- run: npm test
env:
CI: true
- run: npm run lint
- run: npm run licenses
|
Test on more newer Node.js versions
|
Test on more newer Node.js versions
|
YAML
|
apache-2.0
|
jslicense/licensee.js
|
26de8c65ad53c882ff7bb1c43e4c8a1acc25bc5c
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: "CI"
on:
push:
branches:
- *
- feature/*
pull_request:
branches:
- *
- feature/*
jobs:
actions-build-c7-baseline:
name: actions-build-c7-baseline
runs-on: ossrs/srs:dev
steps:
- uses: actions/checkout@v2
- run: echo "Build SRS baseline" && cd trunk && ./configure && make
|
name: "CI"
on:
push:
branches:
- develop
- ?.0release
- feature/*
pull_request:
branches:
- develop
- ?.0release
- feature/*
jobs:
actions-build-c7-baseline:
name: actions-build-c7-baseline
runs-on: ossrs/srs:dev
steps:
- uses: actions/checkout@v2
- run: echo "Build SRS baseline" && cd trunk && ./configure && make
|
Add github actions for CI
|
Actions: Add github actions for CI
|
YAML
|
mit
|
ossrs/srs,ossrs/srs,ossrs/srs,winlinvip/srs,ossrs/srs,ossrs/srs,winlinvip/srs,winlinvip/srs,winlinvip/srs,ossrs/srs,winlinvip/srs,winlinvip/srs
|
71a3fd58416cac118dc01ab065e0db323b54ddb4
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
pull_request:
jobs:
PHPUnit:
runs-on: ubuntu-20.04
strategy:
matrix:
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- run: sudo apt-get -y install graphviz
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
if: ${{ matrix.php < 7.3 }}
PHPUnit-hhvm:
name: PHPUnit (HHVM)
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: azjezz/setup-hhvm@v1
with:
version: lts-3.30
- run: sudo apt-get -y install graphviz
- run: hhvm $(which composer) install
- run: hhvm vendor/bin/phpunit
|
name: CI
on:
push:
pull_request:
jobs:
PHPUnit:
runs-on: ubuntu-20.04
strategy:
matrix:
php:
- 7.4
- 7.3
- 7.2
- 7.1
- 7.0
- 5.6
- 5.5
- 5.4
- 5.3
steps:
- uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
- run: sudo apt-get -y install graphviz
- run: composer install
- run: vendor/bin/phpunit --coverage-text
if: ${{ matrix.php >= 7.3 }}
- run: vendor/bin/phpunit --coverage-text -c phpunit.xml.legacy
if: ${{ matrix.php < 7.3 }}
PHPUnit-hhvm:
name: PHPUnit (HHVM)
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: azjezz/setup-hhvm@v1
with:
version: lts-3.30
- run: sudo apt-get -y install graphviz
- run: composer self-update --2.2 # downgrade Composer for HHVM
- run: hhvm $(which composer) install
- run: hhvm vendor/bin/phpunit
|
Fix legacy HHVM build by downgrading Composer
|
Fix legacy HHVM build by downgrading Composer
|
YAML
|
mit
|
graphp/graphviz
|
1cced842e89ad04fe6fb1ff82c3b25ca49579f65
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
# See https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build
run: mvn -B package javadoc:javadoc
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with coverage
run: mvn -B -Pcoverage clean test jacoco:report-aggregate
- name: Publish coverage
uses: codecov/codecov-action@v1
|
# See https://docs.github.com/en/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: ci
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [1.8, 11]
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Build
run: mvn -B package javadoc:javadoc
coverage:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with coverage
run: mvn -B -Pcoverage clean test jacoco:report-aggregate
- name: Publish coverage
uses: codecov/codecov-action@v1
android-compatibility:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Android Lint checks
run: cd commonmark-android-test && ./gradlew :app:lint
|
Add android compatibility to Github action workflow
|
Add android compatibility to Github action workflow
|
YAML
|
bsd-2-clause
|
vsch/commonmark-java,commonmark/commonmark-java,commonmark/commonmark-java,vsch/commonmark-java,vsch/commonmark-java,commonmark/commonmark-java
|
3ea7911270e7b6f3fde2a6b90c5c0dc7ad99cc64
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run report-coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
on: [push, pull_request]
name: CI
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
- run: npm run report-coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
Drop CI on 10.x, add 16.x
|
Drop CI on 10.x, add 16.x
|
YAML
|
mit
|
jprichardson/reload,alallier/reload,jprichardson/reload
|
cf2377758b3e67fb7d212d3d73a1b28348c4e08d
|
packages/ty/ty.yaml
|
packages/ty/ty.yaml
|
homepage: https://github.com/conal/ty
changelog-type: ''
hash: 7208989b4ed5e299f5955219c11b04da60e502e1a9f45ee9c06ee8360c3f1595
test-bench-deps: {}
maintainer: [email protected]
synopsis: Typed type representations and equality proofs
changelog: ''
basic-deps:
base: <5
ghc-prim: -any
all-versions:
- 0.0.2
- 0.1.0
- 0.1.2
- 0.1.3
- 0.1.4
- 0.1.5
- 0.1.6
- 0.1.7
author: Conal Elliott
latest: 0.1.7
description-type: haddock
description: ! 'Typed type representations and equality proofs
Project wiki page: <http://haskell.org/haskellwiki/ty>
Copyright 2009-2012 Conal Elliott; BSD3 license.'
license-name: BSD-3-Clause
|
homepage: https://github.com/conal/ty
changelog-type: ''
hash: 14f890364129a6542216aa70177e6f561727c4b9927264f4647f64c8f0ccb86b
test-bench-deps: {}
maintainer: [email protected]
synopsis: Typed type representations and equality proofs
changelog: ''
basic-deps:
base: <5
ghc-prim: -any
all-versions:
- 0.0.2
- 0.1.0
- 0.1.2
- 0.1.3
- 0.1.4
- 0.1.5
- 0.1.6
- 0.1.7
author: Conal Elliott
latest: 0.1.7
description-type: haddock
description: |-
Typed type representations and equality proofs
Project wiki page: <http://haskell.org/haskellwiki/ty>
Copyright 2009-2012 Conal Elliott; BSD3 license.
license-name: BSD-3-Clause
|
Update from Hackage at 2019-01-05T15:20:25Z
|
Update from Hackage at 2019-01-05T15:20:25Z
|
YAML
|
mit
|
commercialhaskell/all-cabal-metadata
|
24d56c50111513226f1b62422f48a42300679052
|
charm-helpers-hooks.yaml
|
charm-helpers-hooks.yaml
|
branch: lp:charm-helpers
destination: hooks/charmhelpers
include:
- __init__
- core
- fetch
- contrib.openstack|inc=*
- contrib.storage
- contrib.hahelpers:
- apache
- cluster
- contrib.unison
- payload.execd
- contrib.peerstorage
- contrib.network.ip
- contrib.python.packages
|
branch: lp:charm-helpers
destination: hooks/charmhelpers
include:
- core
- fetch
- contrib.openstack|inc=*
- contrib.storage
- contrib.hahelpers:
- apache
- cluster
- contrib.unison
- payload.execd
- contrib.peerstorage
- contrib.network.ip
- contrib.python.packages
|
Remove __init__ from charm-helpers yaml.
|
Remove __init__ from charm-helpers yaml.
|
YAML
|
apache-2.0
|
coreycb/charm-keystone,coreycb/charm-keystone
|
3cbe56d9ec1f6513893ac64812d5a860ae4928f9
|
_config.yml
|
_config.yml
|
# Site settings
title: Wander Lairson Costa
email: [email protected]
description: "Hackers gonna hack"
url: "https://walac.github.io"
twitter_username: walac00
github_username: walac
disqus_username: walac
isso_domain:
# Build settings
markdown: kramdown
permalink: /:title/
defaults:
-
scope:
path: ""
values:
layout: "default"
|
# Site settings
title: Wander Lairson Costa
email: [email protected]
description: "Hackers gonna hack"
baseurl: "/"
url: "https://walac.github.io"
twitter_username: walac00
github_username: walac
disqus_username: walac
isso_domain:
# Build settings
markdown: kramdown
permalink: /:title/
defaults:
-
scope:
path: ""
values:
layout: "default"
|
Revert "Remove "/" baseurl config."
|
Revert "Remove "/" baseurl config."
This reverts commit 6e38fcfb71989235f2e8beada3690128dd5d4d9d.
|
YAML
|
unlicense
|
walac/walac.github.io
|
816c3ed8967d4e07a20f8cca9fa3ff83cc4db367
|
_config.yml
|
_config.yml
|
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Abseil
email: [email protected]
description: The Abseil.Io website
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://abseil.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: abseil
host: 0.0.0.0
# Build settings
markdown: kramdown
theme: minima
# RSS / Blog configuration settings
gems:
- jekyll-feed
# Exclusions
exclude:
- Gemfile
- Gemfile.lock
|
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# Not currently used
title: Abseil
email: [email protected]
description: The Abseil.Io website
# The base hostname & protocol for your site, e.g. http://example.com
# This site.url path is required by the RSS feed.xml
url: "https://abseil.io"
# the subpath of your site. The main Abseil website is not on a subpath
baseurl: ""
# Not currently used
twitter_username: abseil
# host: 0.0.0.0 is required for local development.
host: 0.0.0.0
# Build settings
markdown: kramdown
theme: minima
# RSS / Blog configuration settings
gems:
- jekyll-feed
# Exclusions
exclude:
- Gemfile
- Gemfile.lock
|
Update email address for contact info
|
Update email address for contact info
|
YAML
|
apache-2.0
|
abseil/abseil.github.io,manshreck/abseil.github.io,abseil/abseil.github.io,abseil/abseil.github.io,manshreck/abseil.github.io,manshreck/abseil.github.io
|
521448d08462fbdc6a3001e5be5014f436fe0181
|
_config.yml
|
_config.yml
|
# Site settings
title: Engineering @TelenorDigital
description: A blog from the Telenor Digital engineers
baseurl: ""
url:
github_username: comoyo
website: "http://telenordigital.com/"
websiteTitle: Telenor Digital
image: #default image for all posts
feature: sergi_jan.jpg
#credit: dargadgetz
#creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
gems:
- jekyll-redirect-from
- jekyll-sitemap
sass:
sass_dir: _sass
style: compressed
# Analytics and webmaster tools stuff goes here
google_analytics: UA-63649251-1
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Europe/Oslo
future: true
pygments: true
markdown: kramdown
# Amount of posts to show on home page
paginate: 5
owner:
name: Telenor Digital
bio: "Hacking like crazy in Oslo, Trondheim, Amsterdam and beyond"
# Social networking links used in footer. Update and remove as you like.
twitter: TelenorDigital
facebook: telenordigital
github: comoyo
stackexchange:
linkedin: telenor-digital
|
# Site settings
title: Engineering @TelenorDigital
description: A blog from the Telenor Digital engineers
baseurl: ""
url:
github_username: comoyo
website: "http://telenordigital.com/"
websiteTitle: Telenor Digital
image: #default image for all posts
feature: sergi_jan.jpg
#credit: dargadgetz
#creditlink: http://www.dargadgetz.com/ios-7-abstract-wallpaper-pack-for-iphone-5-and-ipod-touch-retina/
gems:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-paginate
sass:
sass_dir: _sass
style: compressed
# Analytics and webmaster tools stuff goes here
google_analytics: UA-63649251-1
google_verify:
# https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
bing_verify:
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Europe/Oslo
future: true
pygments: true
markdown: kramdown
# Amount of posts to show on home page
paginate: 5
owner:
name: Telenor Digital
bio: "Hacking like crazy in Oslo, Trondheim, Amsterdam and beyond"
# Social networking links used in footer. Update and remove as you like.
twitter: TelenorDigital
facebook: telenordigital
github: comoyo
stackexchange:
linkedin: telenor-digital
|
Fix complaints about jekyll-paginate not being in config
|
Fix complaints about jekyll-paginate not being in config
|
YAML
|
apache-2.0
|
comoyo/blog.telenor.io,comoyo/blog.telenor.io,comoyo/blog.telenor.io
|
ee9e1f7d3e902fa2ba1310d375e2856c4916c5f8
|
_config.yml
|
_config.yml
|
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["Gemfile", "Gemfile.lock"] # files to exclude
highlighter: rouge
markdown: kramdown
#disqus:
#google_analytics:
title: "That Reminds Me"
defaults:
-
scope:
path: "" # empty string for all files
values:
title: That Reminds Me
description: Occasional mind-sparks.
author:
name: Matthew Richardson
# email:
github: mrichar1
# twitter: dbtek
# pinterest: asd123
# linkedin: asd123
# bio: Your stylish, minimalist theme!
email_md5: 25d2babd430399ae956344a611d7bc05
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
BASE_PATH: /thatremindsme
# set it as url of an image
# sidebar_background_image:
sidebar_image: /assets/media/images/woodwose.gif
gems:
- jekyll-paginate
|
# visit https://github.com/mojombo/jekyll/wiki/Configuration for more settings
paginate: 10 # pagination based on number of posts
paginate_path: "page:num"
exclude: ["Gemfile", "Gemfile.lock"] # files to exclude
highlighter: rouge
markdown: kramdown
#disqus:
#google_analytics:
title: "That Reminds Me"
defaults:
-
scope:
path: "" # empty string for all files
values:
title: That Reminds Me
description: Occasional mind-sparks.
author:
name: Matthew Richardson
# email:
github: mrichar1
# twitter: dbtek
# pinterest: asd123
# linkedin: asd123
# bio: Your stylish, minimalist theme!
email_md5: 25d2babd430399ae956344a611d7bc05
rss_path: feed.xml
categories_path: categories.html
tags_path: tags.html
# Not needed if using CNAME as github 'hides' the subdirectory.
#BASE_PATH: /thatremindsme
# set it as url of an image
# sidebar_background_image:
sidebar_image: /assets/media/images/woodwose.gif
gems:
- jekyll-paginate
|
Remove BASE_PATH value as using cname github magic.
|
Remove BASE_PATH value as using cname github magic.
|
YAML
|
mit
|
mrichar1/thatremindsme,mrichar1/thatremindsme,mrichar1/thatremindsme
|
0f2683e881f5c615a3b2b67fba87fe3fdf236a6d
|
_config.yml
|
_config.yml
|
# Permalinks
permalink: pretty
# Setup
title: Kevin Kiningham
url: https://www.kevinkiningham.com
paginate: 1
baseurl: ""
# This is the list of pages to include at the top of the website
pages_list: {'About':'/about','Archive':'/archive','Feed':'/atom.xml'}
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# Use Kramdown and mathjax for math parsing
markdown: kramdown
kramdown:
math_engine: mathjax
# About/contact
author:
name: Kevin Kiningham
url: https://kkiningh.github.io
email: [email protected]
# Custom vars
version: 2.0.0
github:
username: kkiningh
repo: https://github.com/kkiningh/kkiningh.github.io
analytics_id: UA-93559920-2
# Gems
gems:
- jekyll-paginate
- jekyll-gist
|
# Permalinks
permalink: pretty
# Setup
title: Kevin Kiningham
url: https://www.kevinkiningham.com
paginate: 1
baseurl: ""
# This is the list of pages to include at the top of the website
pages_list: {'About':'/about','Archive':'/archive','Feed':'/atom.xml'}
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# Use Kramdown and mathjax for math parsing
markdown: kramdown
kramdown:
math_engine: mathjax
# About/contact
author:
name: Kevin Kiningham
url: https://kkiningh.github.io
email: [email protected]
# Custom vars
version: 2.0.0
github:
username: kkiningh
repo: https://github.com/kkiningh/kkiningh.github.io
analytics_id: UA-93559920-2
# Gems
gems:
- jekyll-paginate
- jekyll-gist
- jekyll-sitemap
|
Add plugin for sitemap generation
|
Add plugin for sitemap generation
|
YAML
|
mit
|
kkiningh/kkiningh.github.io
|
b369d0567038fbe3e6a93eb3a8b61677c8e6661a
|
_config.yml
|
_config.yml
|
name: Nasjonal Turbase
description: 'Dokumentasjon for Nasjonal Turbase'
cdn: https://s3-eu-west-1.amazonaws.com/turistforeningen
terms: https://docs.google.com/document/d/13aB_C9CGDYYUvfbVgSwjpHnzoUx2uR2NmeEvk7OGnZU/pub
ga_id: UA-45821478-1
encoding: UTF-8
relative_permalinks: false
permalink: /nyheter/:year/:month/:day/:title/
excerpt_separator: <!--more-->
markdown: redcarpet
highlighter: true
timezone: NO
safe: true
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
|
name: Nasjonal Turbase
description: 'Dokumentasjon for Nasjonal Turbase'
cdn: https://s3-eu-west-1.amazonaws.com/turistforeningen
terms: https://docs.google.com/document/d/13aB_C9CGDYYUvfbVgSwjpHnzoUx2uR2NmeEvk7OGnZU/pub
ga_id: UA-45821478-1
encoding: UTF-8
relative_permalinks: false
permalink: /nyheter/:year/:month/:day/:title/
excerpt_separator: <!--more-->
markdown: redcarpet
highlighter: pygments
timezone: NO
safe: true
gems:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
|
Use pygments as highligher; not the native one
|
Use pygments as highligher; not the native one
|
YAML
|
mit
|
Turistforeningen/www.nasjonalturbase.no,Turistforeningen/www.nasjonalturbase.no
|
1ff22df0d60661c0b4e92d6bd79d74f256d09962
|
_config.yml
|
_config.yml
|
url: http://jsonapi.org
safe: true
lsi: false
source: .
destination: ./public
exclude:
- Rakefile
- README.md
- Gemfile
- Gemfile.lock
- CNAME
- .gitignore
- ./public
- ./stylesheets/*.scss
markdown: redcarpet
pygments: false
port: 9876
navigation:
- title: Overview
url: /
- title: Format
url: /format/
- title: Extending
url: /extending/
- title: Examples
url: /examples/
- title: FAQ
url: /faq/
- title: About
url: /about/
|
url: http://jsonapi.org
safe: true
lsi: false
source: .
destination: ./public
exclude:
- Rakefile
- README.md
- Gemfile
- Gemfile.lock
- CNAME
- .gitignore
- ./public
- ./stylesheets/*.scss
markdown: redcarpet
pygments: false
port: 9876
navigation:
- title: Format
url: /format/
- title: Extending
url: /extending/
- title: Recommendations
url: /recommendations/
- title: Examples
url: /examples/
- title: FAQ
url: /faq/
- title: About
url: /about/
|
Add Recommendations and remove Overview from navigation
|
Add Recommendations and remove Overview from navigation
|
YAML
|
cc0-1.0
|
eneuhauser/json-api,csantero/json-api,bf4/json-api,nonsensery/json-api,dongguangming/json-api,sloria/json-api,dieface/json-api,beauby/json-api,dongguangming/json-api,equivalent/json-api,cesarmarinhorj/json-api,redaktor/json-api,json-api/json-api,RavelLaw/json-api,dieface/json-api,janusnic/json-api-1,jede/json-api,Volcanoscar/json-api,equivalent/json-api,dieface/json-api,nonsensery/json-api,jamesdixon/json-api,jamesdixon/json-api,jerel/json-api,erickt/json-api,nonsensery/json-api,sloria/json-api,wvteijlingen/json-api,eneuhauser/json-api,kjwierenga/json-api,benoittgt/json-api,json-api/json-api,json-api/json-api,equivalent/json-api,kjwierenga/json-api,RavelLaw/json-api,benoittgt/json-api,beauby/json-api,ashleygwilliams/json-api,beauby/json-api,csantero/json-api,erickt/json-api,jamesdixon/json-api,janusnic/json-api-1,json-api/json-api,Volcanoscar/json-api,jede/json-api,bf4/json-api,sloria/json-api,json-api/json-api,greyhwndz/json-api,wvteijlingen/json-api,kjwierenga/json-api,greyhwndz/json-api,erickt/json-api,janusnic/json-api-1,cesarmarinhorj/json-api,Volcanoscar/json-api,bf4/json-api,jede/json-api,RavelLaw/json-api,dongguangming/json-api,cesarmarinhorj/json-api,wvteijlingen/json-api,RavelLaw/json-api,eneuhauser/json-api,redaktor/json-api,jerel/json-api,jerel/json-api,csantero/json-api,benoittgt/json-api,ashleygwilliams/json-api,RavelLaw/json-api,ashleygwilliams/json-api,greyhwndz/json-api,redaktor/json-api
|
46d32f5345da8f79d52707fa0165102c2b315c13
|
metadata/de.beowulf.wetter.yml
|
metadata/de.beowulf.wetter.yml
|
AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-2.0-only
WebSite: https://gitlab.com/BeowuIf/weather
SourceCode: https://gitlab.com/BeowuIf/weather/tree/HEAD
IssueTracker: https://gitlab.com/BeowuIf/weather/issues
Changelog: https://gitlab.com/BeowuIf/weather/-/blob/HEAD/CHANGELOG
AutoName: Weather
RepoType: git
Repo: https://gitlab.com/BeowuIf/weather.git
Builds:
- versionName: '2.01'
versionCode: 22
commit: '2.01'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '2.01'
CurrentVersionCode: 22
|
AntiFeatures:
- NonFreeNet
Categories:
- Internet
License: GPL-2.0-only
WebSite: https://gitlab.com/BeowuIf/weather
SourceCode: https://gitlab.com/BeowuIf/weather/tree/HEAD
IssueTracker: https://gitlab.com/BeowuIf/weather/issues
Changelog: https://gitlab.com/BeowuIf/weather/-/blob/HEAD/CHANGELOG
AutoName: Weather
RepoType: git
Repo: https://gitlab.com/BeowuIf/weather.git
Builds:
- versionName: '2.01'
versionCode: 22
commit: '2.01'
subdir: app
gradle:
- yes
- versionName: '2.02'
versionCode: 23
commit: '2.02'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '2.02'
CurrentVersionCode: 23
|
Update Weather to 2.02 (23)
|
Update Weather to 2.02 (23)
|
YAML
|
agpl-3.0
|
f-droid/fdroiddata,f-droid/fdroiddata
|
ca2334ecf0739b2206f03e578075e6e00f4b4cf1
|
recipes/nibabel/meta.yaml
|
recipes/nibabel/meta.yaml
|
package:
name: nibabel
version: "2.0.2"
source:
fn: nibabel-2.0.2.tar.gz
url: https://pypi.python.org/packages/source/n/nibabel/nibabel-2.0.2.tar.gz
md5: fa89163149e35f52e237b2cb56b1c606
build:
number: 0
script: python setup.py install
requirements:
build:
- python
- numpy
run:
- python
- numpy
- scipy
test:
requires:
- nose
imports:
- nibabel
about:
home: https://nipy.org/nibabel
license: MIT
license_file: COPYING
summary: Python package to access a cacophony of neuro-imaging file formats
extra:
recipe-maintainers:
- arokem
|
package:
name: nibabel
version: "2.0.2"
source:
fn: nibabel-2.0.2.tar.gz
url: https://pypi.python.org/packages/source/n/nibabel/nibabel-2.0.2.tar.gz
md5: fa89163149e35f52e237b2cb56b1c606
build:
number: 0
script: python setup.py install
requirements:
build:
- python
- numpy
- h5py
run:
- python
- numpy
- scipy
- h5py
test:
requires:
- nose
imports:
- nibabel
about:
home: https://nipy.org/nibabel
license: MIT
license_file: COPYING
summary: Python package to access a cacophony of neuro-imaging file formats
extra:
recipe-maintainers:
- arokem
|
Add h5py as a requirement.
|
Add h5py as a requirement.
|
YAML
|
bsd-3-clause
|
mariusvniekerk/staged-recipes,jerowe/staged-recipes,dschreij/staged-recipes,barkls/staged-recipes,valgur/staged-recipes,NOAA-ORR-ERD/staged-recipes,benvandyke/staged-recipes,NOAA-ORR-ERD/staged-recipes,pstjohn/staged-recipes,rvalieris/staged-recipes,dfroger/staged-recipes,goanpeca/staged-recipes,data-exp-lab/staged-recipes,Juanlu001/staged-recipes,caspervdw/staged-recipes,mcs07/staged-recipes,sannykr/staged-recipes,OpenPIV/staged-recipes,planetarypy/staged-recipes,richardotis/staged-recipes,ocefpaf/staged-recipes,dharhas/staged-recipes,mariusvniekerk/staged-recipes,sodre/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,jcb91/staged-recipes,caspervdw/staged-recipes,birdsarah/staged-recipes,nicoddemus/staged-recipes,conda-forge/staged-recipes,larray-project/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,atedstone/staged-recipes,basnijholt/staged-recipes,shadowwalkersb/staged-recipes,basnijholt/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,vamega/staged-recipes,planetarypy/staged-recipes,johanneskoester/staged-recipes,mcs07/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,chohner/staged-recipes,stuertz/staged-recipes,ReimarBauer/staged-recipes,johannesring/staged-recipes,sannykr/staged-recipes,gqmelo/staged-recipes,chohner/staged-recipes,richardotis/staged-recipes,synapticarbors/staged-recipes,sodre/staged-recipes,OpenPIV/staged-recipes,ocefpaf/staged-recipes,cpaulik/staged-recipes,bmabey/staged-recipes,jjhelmus/staged-recipes,tylere/staged-recipes,pstjohn/staged-recipes,ericdill/staged-recipes,dfroger/staged-recipes,chrisburr/staged-recipes,stuertz/staged-recipes,glemaitre/staged-recipes,guillochon/staged-recipes,cpaulik/staged-recipes,dschreij/staged-recipes,larray-project/staged-recipes,mcernak/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,birdsarah/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,glemaitre/staged-recipes,Cashalow/staged-recipes,rmcgibbo/staged-recipes,dharhas/staged-recipes,johannesring/staged-recipes,arokem/staged-recipes,Savvysherpa/staged-recipes,ericdill/staged-recipes,jakirkham/staged-recipes,ceholden/staged-recipes,jcb91/staged-recipes,isuruf/staged-recipes,vamega/staged-recipes,benvandyke/staged-recipes,gqmelo/staged-recipes,JohnGreeley/staged-recipes,petrushy/staged-recipes,conda-forge/staged-recipes,grlee77/staged-recipes,Cashalow/staged-recipes,synapticarbors/staged-recipes,hadim/staged-recipes,guillochon/staged-recipes,jerowe/staged-recipes,scopatz/staged-recipes,Savvysherpa/staged-recipes,data-exp-lab/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,hajapy/staged-recipes,khallock/staged-recipes,asmeurer/staged-recipes,rolando-contrib/staged-recipes,shadowwalkersb/staged-recipes,rmcgibbo/staged-recipes,SylvainCorlay/staged-recipes,nicoddemus/staged-recipes,ceholden/staged-recipes,blowekamp/staged-recipes,jjhelmus/staged-recipes,hbredin/staged-recipes,hajapy/staged-recipes,rvalieris/staged-recipes,koverholt/staged-recipes,bmabey/staged-recipes,blowekamp/staged-recipes,Juanlu001/staged-recipes,jochym/staged-recipes,khallock/staged-recipes,pmlandwehr/staged-recipes,scopatz/staged-recipes,koverholt/staged-recipes,valgur/staged-recipes,barkls/staged-recipes,atedstone/staged-recipes,asmeurer/staged-recipes,grlee77/staged-recipes,pmlandwehr/staged-recipes,arokem/staged-recipes,hbredin/staged-recipes,isuruf/staged-recipes,sodre/staged-recipes,JohnGreeley/staged-recipes,mcernak/staged-recipes,tylere/staged-recipes,igortg/staged-recipes,rolando-contrib/staged-recipes
|
a7666eafcf61034be3cffc0218ab46ab53a87730
|
recipes/pdf2svg/meta.yaml
|
recipes/pdf2svg/meta.yaml
|
{% set name = "pdf2svg" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/dawbarton/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a
build:
number: 0
skip: True # [win]
requirements:
build:
- {{ compiler('c') }}
host:
- m4
- autoconf
- automake
- libtool
- pkg-config
- poppler
- cairo
run:
- poppler
- cairo
test:
commands:
- pdf2svg --help
about:
home: https://github.com/dawbarton/pdf2svg
license: GPL-2.0
license_family: GPL
license_file: LICENSE.txt
summary: 'A simple PDF to SVG converter using the Poppler and Cairo libraries'
extra:
recipe-maintainers:
- ostrokach
|
{% set name = "pdf2svg" %}
{% set version = "0.2.3" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://github.com/dawbarton/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a
build:
number: 0
skip: True # [win]
requirements:
build:
- {{ compiler('c') }}
host:
- m4
- autoconf
- automake
- libtool
- pkg-config
- poppler
- cairo
run:
- poppler
- cairo
test:
commands:
- "pdf2svg --help | grep "Usage: pdb2svg"
about:
home: https://github.com/dawbarton/pdf2svg
license: GPL-2.0
license_family: GPL
license_file: LICENSE.txt
summary: 'A simple PDF to SVG converter using the Poppler and Cairo libraries'
extra:
recipe-maintainers:
- ostrokach
|
Update test command (pdf2svg does not accept --help argument)
|
Update test command (pdf2svg does not accept --help argument)
|
YAML
|
bsd-3-clause
|
mcs07/staged-recipes,birdsarah/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,conda-forge/staged-recipes,Juanlu001/staged-recipes,scopatz/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,asmeurer/staged-recipes,birdsarah/staged-recipes,patricksnape/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,SylvainCorlay/staged-recipes,ReimarBauer/staged-recipes,patricksnape/staged-recipes,asmeurer/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,igortg/staged-recipes,petrushy/staged-recipes,johanneskoester/staged-recipes,petrushy/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes
|
b74c20b1f799e40e833a84e0e1923c2c9b89c9b4
|
data/transition-sites/defra_darwin.yml
|
data/transition-sites/defra_darwin.yml
|
---
site: defra_darwin
whitehall_slug: department-for-environment-food-rural-affairs
title: Department for Environment, Food & Rural Affairs
redirection_date: 22nd May 2014
homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs
tna_timestamp: 20131103143446
host: darwin.defra.gov.uk
furl: www.gov.uk/defra
aliases:
- www.darwin.defra.gov.uk
|
---
site: defra_darwin
whitehall_slug: department-for-environment-food-rural-affairs
title: Department for Environment, Food & Rural Affairs
redirection_date: 22nd May 2014
homepage: https://www.gov.uk/government/organisations/department-for-environment-food-rural-affairs
tna_timestamp: 20131103143446
host: darwin.defra.gov.uk
furl: www.gov.uk/defra
aliases:
- www.darwin.defra.gov.uk
- www.darwin.gov.uk
|
Add alias for legacy darwin domain
|
Add alias for legacy darwin domain
|
YAML
|
mit
|
alphagov/transition-config,alphagov/transition-config
|
7f43907960391a08df1068cee5ffdaed0c35a2a0
|
roles/ruby/tasks/main.yml
|
roles/ruby/tasks/main.yml
|
---
- name: Clone chruby
ansible.builtin.git:
repo: 'https://github.com/postmodern/chruby'
dest: '{{ PWD }}/../chruby'
version: 'v0.3.9'
depth: 1
...
|
---
- name: Clone chruby
ansible.builtin.git:
repo: 'https://github.com/postmodern/chruby'
dest: '{{ PWD }}/../chruby'
version: 'v0.3.9'
depth: 1
- name: Clone ruby-install
ansible.builtin.git:
repo: 'https://github.com/postmodern/ruby-install'
dest: '{{ PWD }}/../ruby-install'
version: 'v0.8.3'
depth: 1
...
|
Implement task for cloning ruby-install
|
auto: Implement task for cloning ruby-install
|
YAML
|
unlicense
|
cenouro/dotfiles
|
46479cc62001348b2357cfb8ab013c4914e275f2
|
demo.yml
|
demo.yml
|
requirements:
- jsonschema==2.6.0
- pyrsistent==0.14.7
|
requirements:
- jsonschema==3.0.1
- pyrsistent==0.14.7
|
Update jsonschema version to 3.0.1
|
Update jsonschema version to 3.0.1
|
YAML
|
mit
|
Julian/jsonschema,python-jsonschema/jsonschema,Julian/jsonschema
|
fb6ca9f1d3abe14321d695fa853d613bfd19104b
|
ansible-roundcube/playbooks/test.yml
|
ansible-roundcube/playbooks/test.yml
|
---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.php5
php5_packages:
- '{{ roundcube_php5_packages }}'
php5_pools:
- '{{ roundcube_php5_pool }}'
when: roundcube_dependencies|d()
- role: debops.nginx
nginx_servers:
- '{{ roundcube_nginx_server }}'
nginx_upstreams:
- '{{ roundcube_nginx_upstream_php5 }}'
when: roundcube_dependencies|d()
- role: 'ansible-roundcube'
|
---
- hosts: 'placeholder_fqdn'
become: True
roles:
- role: debops.php5
php5_packages:
- '{{ roundcube__php5_packages }}'
php5_pools:
- '{{ roundcube__php5_pool }}'
when: roundcube_dependencies|d()
- role: debops.nginx
nginx_servers:
- '{{ roundcube__nginx_server }}'
nginx_upstreams:
- '{{ roundcube__nginx_upstream_php5 }}'
when: roundcube_dependencies|d()
- role: 'ansible-roundcube'
|
Adjust variable names according to namespace change
|
Adjust variable names according to namespace change
|
YAML
|
mit
|
ganto/test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,ganto/debops-test-suite,debops/test-suite,debops/test-suite,ganto/debops-test-suite,debops/test-suite,ganto/test-suite,ganto/debops-test-suite,debops/test-suite,debops/test-suite
|
1da5e2cb9620ad3dbe50b1cc8c62ac016d85c6fb
|
lockfile.yml
|
lockfile.yml
|
packages:
-
name: objectdiff
version: 0.2.3.9000
repo: robertzk/objectdiff
-
name: stagerunner
version: 0.5.0
repo: syberia/stagerunner
-
name: Ramd
version: 0.2.2
repo: robertzk/Ramd
-
name: statsUtils
version: 0.1.3
repo: robertzk/statsUtils
-
name: director
version: 0.3.0.5.9000
repo: syberia/director
-
name: tundra
version: 0.3.1.9000
repo: syberia/tundra
-
name: syberia
version: 0.6.1.9009
repo: syberia/syberia
ref: 0.6-dev
-
name: mungebits2
version: 0.1.0.9003
repo: syberia/mungebits2
-
name: syberiaMungebits2
version: 0.1.0.9001
repo: syberia/syberiaMungebits2
-
name: RCurl
version: 1.95.4.8
-
name: readr
version: 0.2.2.9000
repo: hadley/readr
ref: ef750db855f9434e78bd89e8944e8b1c547bf23a
|
packages:
-
name: objectdiff
version: 0.2.3.9000
repo: robertzk/objectdiff
-
name: stagerunner
version: 0.5.0
repo: syberia/stagerunner
-
name: Ramd
version: 0.2.2
repo: robertzk/Ramd
-
name: statsUtils
version: 0.1.3
repo: robertzk/statsUtils
-
name: director
version: 0.3.0.5.9000
repo: syberia/director
-
name: tundra
version: 0.3.0.9000
repo: syberia/tundra
-
name: syberia
version: 0.6.1.9009
repo: syberia/syberia
ref: 0.6-dev
-
name: mungebits2
version: 0.1.0.9003
repo: syberia/mungebits2
-
name: syberiaMungebits2
version: 0.1.0.9001
repo: syberia/syberiaMungebits2
-
name: RCurl
version: 1.95.4.8
-
name: readr
version: 0.2.2.9000
repo: hadley/readr
ref: ef750db855f9434e78bd89e8944e8b1c547bf23a
|
Drop tundra version for now.
|
Drop tundra version for now.
|
YAML
|
mit
|
syberia/examples
|
0682f1aacfbae6415daadc5852e877e450a6a47d
|
conda_recipe/meta.yaml
|
conda_recipe/meta.yaml
|
# must do conda install -c NostrumBioDiscovery adaptive_pele
package:
name: adaptive_pele
version: "1.6.1"
about:
home: https://github.com/AdaptivePELE/AdaptivePELE
license: Apache
license_file: LICENSE
summary: AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations
source:
path: ../
build:
script: python -m pip install . --no-deps -vv
number: 0
requirements:
host:
- python
- numpy
run:
# Base dependencies
- python
- numpy
- mdtraj
- scikit-learn
test:
imports:
- AdaptivePELE
command:
- python -m AdaptivePELE.adaptiveSampling -h
|
# must do conda install -c NostrumBioDiscovery adaptive_pele
package:
name: adaptive_pele
version: "1.6.1"
about:
home: https://github.com/AdaptivePELE/AdaptivePELE
license: Apache
license_file: LICENSE
summary: AdaptivePELE is a Python package aimed at enhancing the sampling of molecular simulations
source:
path: ../
build:
script: python -m pip install . --no-deps -vv
number: 0
requirements:
host:
- python
- numpy
- cython
run:
# Base dependencies
- python
- numpy
- mdtraj
- scikit-learn
test:
imports:
- AdaptivePELE
command:
- python -m AdaptivePELE.adaptiveSampling -h
|
Add cython to host conda
|
Add cython to host conda
|
YAML
|
mit
|
AdaptivePELE/AdaptivePELE,AdaptivePELE/AdaptivePELE,AdaptivePELE/AdaptivePELE,AdaptivePELE/AdaptivePELE
|
62e57533d3569764beaf43ead6282a9b32b5841b
|
rest-api-spec/src/main/resources/rest-api-spec/test/cat.recovery/10_basic.yaml
|
rest-api-spec/src/main/resources/rest-api-spec/test/cat.recovery/10_basic.yaml
|
---
"Test cat recovery output":
- do:
cat.recovery: {}
- match:
$body: |
/^$/
- do:
index:
index: index1
type: type1
id: 1
body: { foo: bar }
refresh: true
- do:
cluster.health:
wait_for_status: yellow
- do:
cat.recovery: {}
- match:
$body: |
/^
(
index1 \s+
\d \s+ # shard
\d+ \s+ # time
(store|replica|snapshot|relocating) \s+ # type
(init|index|start|translog|finalize|done) \s+ # stage
[-\w./]+ \s+ # source_host
[-\w./]+ \s+ # target_host
[-\w./]+ \s+ # repository
[-\w./]+ \s+ # snapshot
\d+ \s+ # files
\d+\.\d+% \s+ # files_percent
\d+ \s+ # bytes
\d+\.\d+% \s+ # bytes_percent
\d+ \s+ # total_files
\d+ \s+ # total_bytes
\d+ \s+ # translog
-?\d+\.\d+% \s+ # translog_percent
-?\d+ \s+ # total_translog
\n
)+
$/
|
---
"Test cat recovery output":
- do:
cat.recovery: {}
- match:
$body: |
/^$/
- do:
index:
index: index1
type: type1
id: 1
body: { foo: bar }
refresh: true
- do:
cluster.health:
wait_for_status: yellow
- do:
cat.recovery: {}
- match:
$body: |
/^
(
index1 \s+
\d \s+ # shard
\d+ \s+ # time
(store|replica|snapshot|relocating) \s+ # type
(init|index|verify_index|translog|finalize|done) \s+ # stage
[-\w./]+ \s+ # source_host
[-\w./]+ \s+ # target_host
[-\w./]+ \s+ # repository
[-\w./]+ \s+ # snapshot
\d+ \s+ # files
\d+\.\d+% \s+ # files_percent
\d+ \s+ # bytes
\d+\.\d+% \s+ # bytes_percent
\d+ \s+ # total_files
\d+ \s+ # total_bytes
\d+ \s+ # translog
-?\d+\.\d+% \s+ # translog_percent
-?\d+ \s+ # total_translog
\n
)+
$/
|
Rename start to verify_index in cat test
|
[test] Rename start to verify_index in cat test
This was renamed in other places but not here.
Closes #13489
|
YAML
|
apache-2.0
|
strapdata/elassandra-test,strapdata/elassandra-test,strapdata/elassandra-test,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,strapdata/elassandra-test,strapdata/elassandra-test,baishuo/elasticsearch_v2.1.0-baishuo,baishuo/elasticsearch_v2.1.0-baishuo,strapdata/elassandra-test,baishuo/elasticsearch_v2.1.0-baishuo,strapdata/elassandra-test
|
b5800db761893e349f31215349a27003996a71f9
|
calico/templates/allow-network-policy.yaml
|
calico/templates/allow-network-policy.yaml
|
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: deny-all-by-default
spec:
podSelector:
matchLabels: {}
kind: NetworkPolicy
apiVersion: extensions/v1beta1
metadata:
name: allow
spec:
podSelector:
matchLabels:
app: http-echo
ingress:
- from:
- podSelector:
matchLabels:
app: busybox
|
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
name: allow
spec:
podSelector:
matchLabels:
app: http-echo
ingress:
- from:
- podSelector:
matchLabels:
app: busybox
|
Fix garbled 'allow' NetworkPolicy yaml
|
Fix garbled 'allow' NetworkPolicy yaml
|
YAML
|
apache-2.0
|
arun-gupta/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,dalbhanj/kubernetes-aws-workshop,arun-gupta/kubernetes-aws-workshop,arun-gupta/kubernetes-aws-workshop,arun-gupta/kubernetes-aws-workshop
|
81be10cec1523134238dc28b673de7d3e05bcb3c
|
tasks/rsyslog_client_install-apt.yml
|
tasks/rsyslog_client_install-apt.yml
|
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#TODO(evrardjp): Replace the next 2 tasks by a standard apt with cache
#when https://github.com/ansible/ansible-modules-core/pull/1517 is merged
#in 1.9.x or we move to 2.0 (if tested working)
- name: Check apt last update file
stat:
path: /var/cache/apt
register: apt_cache_stat
- name: Update apt if needed
apt:
update_cache: yes
when: "ansible_date_time.epoch|float - apt_cache_stat.stat.mtime > {{cache_timeout}}"
- name: Install rsyslog packages
apt:
pkg: "{{ item }}"
state: "{{ rsyslog_client_package_state }}"
register: install_packages
until: install_packages|success
retries: 5
delay: 2
with_items: "{{ rsyslog_client_distro_packages }}"
|
---
# Copyright 2014, Rackspace US, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
- name: Install rsyslog packages
apt:
pkg: "{{ item }}"
state: "{{ rsyslog_client_package_state }}"
update_cache: yes
cache_valid_time: "{{ cache_timeout }}"
register: install_packages
until: install_packages|success
retries: 5
delay: 2
with_items: "{{ rsyslog_client_distro_packages }}"
|
Remove ansible<2.2 apt cache hack
|
Remove ansible<2.2 apt cache hack
Now ansible apt module correctly behaves, so it's time
to deprecate these cruft tasks for apt.
Change-Id: If91782644592f70d348ea60b25f010d67c7db988
|
YAML
|
apache-2.0
|
openstack/openstack-ansible-rsyslog_client,openstack/openstack-ansible-rsyslog_client
|
f9248a4774f9bcd33b6355bbe964a90c2fdfb964
|
.github/workflows/CI.yml
|
.github/workflows/CI.yml
|
on:
push:
branches: [master]
pull_request:
name: CI
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- run: cargo fmt --all -- --check
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust:
- stable
- beta
- nightly
- "1.48.0" # Minimum supported version (from gtk-rs)
os:
- ubuntu-latest
- macos-latest
steps:
- run: apt-get update -y
if: matrix.os == 'ubuntu-latest'
- run: apt-get install -y libgtk-3-dev libglib2.0-dev curl libcairo-gobject2 libcairo2-dev
if: matrix.os == 'ubuntu-latest'
- run: brew update
if: matrix.os == 'macos-latest'
- run: brew install gtk+3 cairo atk
if: matrix.os == 'macos-latest'
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
os: $${{ matrix.os }}
components: clippy
override: true
- name: compile
run: cargo build
- name: clippy
run: cargo clippy
|
on:
push:
branches: [master]
pull_request:
name: CI
jobs:
rustfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: rustfmt
- run: cargo fmt --all -- --check
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
rust:
- stable
- beta
- nightly
- "1.48.0" # Minimum supported version (from gtk-rs)
os:
- ubuntu-latest
- macos-latest
steps:
- run: apt-get update -y
if: matrix.os == 'ubuntu-latest'
- run: apt-get install -y libgtk-3-dev libglib2.0-dev curl libcairo-gobject2 libcairo2-dev
if: matrix.os == 'ubuntu-latest'
- run: brew update
if: matrix.os == 'macos-latest'
- run: brew install gtk+3 cairo atk
if: matrix.os == 'macos-latest'
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.rust }}
os: $${{ matrix.os }}
components: clippy
override: true
- name: compile
run: cargo build
- name: clippy
run: cargo clippy
|
Fix github actions file bis
|
Fix github actions file bis
|
YAML
|
mit
|
GuillaumeGomez/process-viewer
|
f5c9862382fef1f512c3486191774c0e5aaf6812
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
---
name: ci
on:
pull_request:
push:
branches:
- master
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run Chef Delivery
uses: actionshub/chef-delivery@master
env:
CHEF_LICENSE: accept-no-persist
dokken:
needs: [delivery]
runs-on: ubuntu-latest
strategy:
matrix:
os:
- 'amazonlinux-2'
- 'debian-9'
- 'debian-10'
- 'centos-6'
- 'centos-7'
- 'centos-8'
- 'fedora-latest'
- 'ubuntu-1604'
- 'ubuntu-1804'
suite:
- 'all-tables'
- 'install-and-remove'
- 'rule-line-number'
- 'rule-line'
- 'rules'
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@master
- name: Install Chef
uses: actionshub/chef-install@master
- name: Dokken
uses: actionshub/kitchen-dokken@master
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
|
---
name: ci
on:
pull_request:
push:
branches:
- master
jobs:
delivery:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@master
- name: Run Chef Delivery
uses: actionshub/chef-delivery@main
env:
CHEF_LICENSE: accept-no-persist
dokken:
needs: [delivery]
runs-on: ubuntu-latest
strategy:
matrix:
os:
- 'amazonlinux-2'
- 'debian-9'
- 'debian-10'
- 'centos-6'
- 'centos-7'
- 'centos-8'
- 'fedora-latest'
- 'ubuntu-1604'
- 'ubuntu-1804'
suite:
- 'all-tables'
- 'install-and-remove'
- 'rule-line-number'
- 'rule-line'
- 'rules'
fail-fast: false
steps:
- name: Check out code
uses: actions/checkout@master
- name: Install Chef
uses: actionshub/chef-install@master
- name: Dokken
uses: actionshub/kitchen-dokken@master
env:
CHEF_LICENSE: accept-no-persist
KITCHEN_LOCAL_YAML: kitchen.dokken.yml
with:
suite: ${{ matrix.suite }}
os: ${{ matrix.os }}
|
Update the branch of the workflow
|
Update the branch of the workflow
Signed-off-by: Tim Smith <[email protected]>
|
YAML
|
apache-2.0
|
chef-cookbooks/iptables,opscode-cookbooks/iptables,chef-cookbooks/iptables,chef-cookbooks/iptables,opscode-cookbooks/iptables,opscode-cookbooks/iptables
|
21ea46a85707276bba93d9c74d98e3a8d0ca3fbd
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: Ruby CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ["3.0", "2.7", "2.6", "2.5"]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@ae9cb3b565e36682a2c6045e4f664388da4c73aa
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
|
name: Ruby CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- 3.1
- "3.0"
- 2.7
- 2.6
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
|
Add Ruby 3.1, drop 2.5
|
CI: Add Ruby 3.1, drop 2.5
|
YAML
|
mit
|
barsoom/panko
|
1e84271a7dca65bed2a9098d218d5cc61ad0eb16
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
branches:
- 'master'
pull_request:
branches-ignore:
- 'release'
jobs:
supported-jdk:
name: ${{ matrix.title }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
include:
- title: "JDK 8"
java: 8
- title: "JDK 11"
java: 11
- title: "JDK 16"
java: "16"
- title: "JDK 17"
java: "17-ea"
runs-on: ubuntu-latest
steps:
- name: 'Checkout from Git'
uses: actions/checkout@v2
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: 'Display JDK version'
run: java -version
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: 'Test'
# install rather than verify to ensure correct version used during integration test
run: mvn -B install
|
name: CI
on:
push:
branches:
- 'master'
pull_request:
branches-ignore:
- 'release'
jobs:
supported-jdk:
name: ${{ matrix.title }}
continue-on-error: false
strategy:
fail-fast: false
matrix:
include:
- title: "JDK 8"
java: 8
- title: "JDK 11"
java: 11
- title: "JDK 17"
java: "17"
runs-on: ubuntu-latest
steps:
- name: 'Checkout from Git'
uses: actions/checkout@v2
- name: 'Set up JDK ${{ matrix.java }}'
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: 'Display JDK version'
run: java -version
- name: Cache local Maven repository
uses: actions/cache@v2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: 'Test'
# install rather than verify to ensure correct version used during integration test
run: mvn -B install
|
Remove java 16 from test matrix
|
Remove java 16 from test matrix
Also switch to java 17 non ea release
|
YAML
|
apache-2.0
|
hcoles/pitest,hcoles/pitest
|
d8806239d430995d64e5fd1d0361fca7f8ffae05
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on:
push:
branches:
- master
# pull_request:
# branches:
# - master
jobs:
unit_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
haxe: [4.0.5]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe }}
- run: haxe -version
- run: haxelib install test.hxml --always
- name: Compile test code
run: haxelib run munit t
semantic_release:
needs: unit_tests
name: semantic_release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
- name: Setup haxe
uses: krdlab/setup-haxe@v1
- name: Run semantic release
env: # Or as an environment variable
GH_TOKEN: ${{ secrets.GH_TOKEN }}
HAXELIB_PASS: ${{secrets.HAXELIB_PASS}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm ci
haxelib install build.hxml --always
npm run build
npx semantic-release
|
name: CI
on:
push:
branches:
- master
# pull_request:
# branches:
# - master
jobs:
unit_tests:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
haxe: [4.1.5]
fail-fast: true
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: krdlab/setup-haxe@v1
with:
haxe-version: ${{ matrix.haxe }}
- run: haxe -version
- run: haxelib install test.hxml --always
- name: Compile test code
run: haxelib run munit t
semantic_release:
needs: unit_tests
name: semantic_release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v1
- name: Setup haxe
uses: krdlab/setup-haxe@v1
- name: Run semantic release
env: # Or as an environment variable
GH_TOKEN: ${{ secrets.GH_TOKEN }}
HAXELIB_PASS: ${{secrets.HAXELIB_PASS}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
run: |
npm ci
haxelib install build.hxml --always
npm run build
npx semantic-release
|
Upgrade version of haxe in CI.
|
feat: Upgrade version of haxe in CI.
|
YAML
|
mit
|
DropechoStudios/degen.hx,DropechoStudios/degen
|
260e1adf496af7f2a45c77ab9a8b336d2d53e68a
|
.github/FUNDING.yml
|
.github/FUNDING.yml
|
# These are supported funding model platforms
open_collective: yiisoft
github: [yiisoft]
|
# These are supported funding model platforms
open_collective: yiisoft
github: [yiisoft]
tidelift: "packagist/yiisoft/yii2"
|
Add Tidelift as a way to support project financially
|
Add Tidelift as a way to support project financially [skip ci]
|
YAML
|
bsd-3-clause
|
rob006/yii2,PowerGamer1/yii2,brandonkelly/yii2,PowerGamer1/yii2,mikk150/yii2,brandonkelly/yii2,yiijan/yii2,vchenin/yii2,fetus-hina/yii2,lubosdz/yii2,yiijan/yii2,vchenin/yii2,PowerGamer1/yii2,fetus-hina/yii2,LAV45/yii2,mikk150/yii2,rob006/yii2,rob006/yii2-dev,rob006/yii2,yiijan/yii2,Alex-Code/yii2,mikk150/yii2,yiisoft/yii2,yiijan/yii2,arogachev/yii2,lubosdz/yii2,LAV45/yii2,bizley/yii2,arogachev/yii2,fetus-hina/yii2,yiisoft/yii2,rhertogh/yii2,lubosdz/yii2,Alex-Code/yii2,PowerGamer1/yii2,lubosdz/yii2,mikehaertl/yii2,vchenin/yii2,yiisoft/yii2,mikk150/yii2,Alex-Code/yii2,Alex-Code/yii2,yiisoft/yii2,rob006/yii2-dev,xiaoliwang/yii2,rob006/yii2-dev,rob006/yii2,fetus-hina/yii2,LAV45/yii2,arogachev/yii2,rhertogh/yii2,rhertogh/yii2,rhertogh/yii2,xiaoliwang/yii2,bizley/yii2,rob006/yii2-dev,mikehaertl/yii2,mikk150/yii2,bizley/yii2,LAV45/yii2,rob006/yii2-dev,arogachev/yii2,vchenin/yii2,brandonkelly/yii2,mikehaertl/yii2,mikehaertl/yii2,bizley/yii2,xiaoliwang/yii2,LAV45/yii2,xiaoliwang/yii2,Alex-Code/yii2,yiijan/yii2,brandonkelly/yii2
|
4d644dfe2a8042fae97e4863ff1d85080d24a922
|
ansible/roles/murano-agent/tasks/setup-Ubuntu_trusty.yml
|
ansible/roles/murano-agent/tasks/setup-Ubuntu_trusty.yml
|
---
- name: Add Ubuntu cloud archive key
apt_key:
keyserver: pgp.mit.edu
id: 391A9AA2147192839E9DB0315EDB1B62EC4926EA
- name: Add Ubuntu cloud archive repository
apt_repository:
repo: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/{{ openstack_version }} main"
update_cache: yes
- name: Install dependency packages
package:
name: "{{ item }}"
state: installed
with_items: "{{ murano_agent_dependency_packages }}"
- name: Install Murano Agent into VirtualEnv
pip:
name: "git+{{ murano_agent_repo }}#egg=murano-agent"
virtualenv: '{{ murano_agent_venv_dir }}'
virtualenv_site_packages: yes
- name: Install service config
template:
src: ubuntu-murano-agent.service.j2
dest: /etc/init/murano-agent.conf
|
---
- name: Add Ubuntu cloud archive key
apt_key:
keyserver: pgp.mit.edu
id: 391A9AA2147192839E9DB0315EDB1B62EC4926EA
- name: Add Ubuntu cloud archive repository
apt_repository:
repo: "deb http://ubuntu-cloud.archive.canonical.com/ubuntu {{ ansible_distribution_release }}-updates/{{ openstack_version }} main"
update_cache: yes
- name: Install dependency packages
package:
name: "{{ item }}"
state: installed
with_items: "{{ murano_agent_dependency_packages }}"
- name: Install Murano Agent into VirtualEnv
pip:
name: "git+{{ murano_agent_repo }}#egg=murano-agent"
virtualenv: '{{ murano_agent_venv_dir }}'
virtualenv_site_packages: yes
- name: Install service config
template:
src: upstart-murano-agent.conf.j2
dest: /etc/init/murano-agent.conf
|
Fix filename for Trusty murano agent upstart config
|
Fix filename for Trusty murano agent upstart config
Change-Id: Icb9a4ec95d0b061b9ea5344fcff6a3b638fad3e9
|
YAML
|
apache-2.0
|
NeCTAR-RC/nectar-images,NeCTAR-RC/nectar-images
|
067e690bc180fe97270719f8d0c316bc7f10c738
|
zuul.d/layout.yaml
|
zuul.d/layout.yaml
|
---
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal
gate:
queue: tripleo
|
---
- project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-python3-victoria-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
- tripleo-multinode-container-minimal-pipeline
gate:
queue: tripleo
|
Migrate to content provider jobs/templates
|
Migrate to content provider jobs/templates
This change migrate c8 jobs/templates to content provider
jos so consumer jobs can use resources built by provider
jobs.
Change-Id: I391d1c866ff1467614d77a8e1375b13c63fa041d
Signed-off-by: Amol Kahat <[email protected]>
|
YAML
|
apache-2.0
|
openstack/os-net-config
|
3e1130a6ef37e7a16717f28e647b7bcc97586218
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
name: CI
on: push
jobs:
test:
env:
NODE_ENV: development
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
npm install -g codecov
npm install
npm test
codecov
|
name: CI
on: push
jobs:
test:
env:
NODE_ENV: development
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
npm install -g codecov
npm install
FORCE_COLOR= npm test
codecov
|
Use FORCE_COLOR to run tests
|
Use FORCE_COLOR to run tests
|
YAML
|
mit
|
bucaran/clor
|
6f78a01090d71eb6f4a43a1bba3c995ef19039b8
|
.github/workflows/ci.yml
|
.github/workflows/ci.yml
|
# This workflow validates the document for markup and examples.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ main ]
jobs:
tests:
name: Build and Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Validate via ReSpec
# See https://github.com/w3c/spec-prod/blob/main/docs/examples.md
- name: ReSpec Checker
uses: w3c/spec-prod@v1
with:
TOOLCHAIN: respec
SOURCE: cg-spec/editors_draft.html
VALIDATE_LINKS: true
VALIDATE_MARKUP: true
|
# This workflow validates the document for markup and examples.
name: CI
on:
push:
branches: [ '**' ]
pull_request:
branches: [ main ]
jobs:
tests:
name: Build and Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Validate via ReSpec
# See https://github.com/w3c/spec-prod/blob/main/docs/examples.md
- name: ReSpec Checker
uses: w3c/spec-prod@v1
with:
TOOLCHAIN: respec
VALIDATE_LINKS: true
VALIDATE_MARKUP: true
|
Remove SOURCE from respec config.
|
Remove SOURCE from respec config.
|
YAML
|
mit
|
shexSpec/primer,shexSpec/primer
|
f8e0b2dde227491f82b6ae453ecb7682edf23bb0
|
.github/workflows/go.yml
|
.github/workflows/go.yml
|
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.14
uses: actions/setup-go@v2
with:
go-version: ^1.14
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -race -bench=. -benchtime=100ms ./...
|
name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: ^1.18
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get -v -t -d ./...
if [ -f Gopkg.toml ]; then
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
dep ensure
fi
- name: Build
run: go build -v ./...
- name: Test
run: go test -v -race -bench=. -benchtime=100ms ./...
|
Update Go version on GH action
|
Update Go version on GH action
|
YAML
|
apache-2.0
|
Jigsaw-Code/outline-go-tun2socks,Jigsaw-Code/outline-go-tun2socks
|
bdf42283eb331eb97df11ad76b1d55468e2da4ad
|
cluster/charts/rook/templates/wait-on-resources-job.yaml
|
cluster/charts/rook/templates/wait-on-resources-job.yaml
|
{{- if and .Capabilities.KubeVersion.Major .Capabilities.KubeVersion.Minor }}
apiVersion: batch/v1
kind: Job
metadata:
name: rook-operator-wait-resources
annotations:
helm.sh/hook: post-install
"helm.sh/hook-delete-policy": hook-succeeded
labels:
app: rook-operator-wait-resources
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
spec:
template:
metadata:
labels:
app: rook-operator-wait-resources
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
spec:
containers:
- name: hyperkube
image: "{{ .Values.hyperkube.repository }}:{{ .Values.hyperkube.tag }}"
imagePullPolicy: "{{ .Values.hyperkube.pullPolicy }}"
command:
- ./kubectl
- get
{{- if printf "%s.%s" .Capabilities.KubeVersion.Major .Capabilities.KubeVersion.Minor | semverCompare ">=1.7" }}
- customresourcedefinitions
- clusters.rook.io
- pools.rook.io
- objectstores.rook.io
- filesystems.rook.io
- volumeattachments.rook.io
{{- else }}
- thirdpartyresources
- cluster.rook.io
- pool.rook.io
- objectstore.rook.io
- filesystem.rook.io
- volumeattachment.rook.io
{{- end }}
restartPolicy: OnFailure
{{- if .Values.rbacEnable }}
serviceAccountName: rook-operator
{{- end }}
{{- end }}
|
apiVersion: batch/v1
kind: Job
metadata:
name: rook-operator-wait-resources
annotations:
helm.sh/hook: post-install
"helm.sh/hook-delete-policy": hook-succeeded
labels:
app: rook-operator-wait-resources
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
spec:
template:
metadata:
labels:
app: rook-operator-wait-resources
chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
spec:
containers:
- name: hyperkube
image: "{{ .Values.hyperkube.repository }}:{{ .Values.hyperkube.tag }}"
imagePullPolicy: "{{ .Values.hyperkube.pullPolicy }}"
command:
- ./kubectl
- get
{{- if .Capabilities.APIVersions.Has "apiextensions.k8s.io/v1beta1" }}
- customresourcedefinitions
- clusters.rook.io
- pools.rook.io
- objectstores.rook.io
- filesystems.rook.io
- volumeattachments.rook.io
{{- else }}
- thirdpartyresources
- cluster.rook.io
- pool.rook.io
- objectstore.rook.io
- filesystem.rook.io
- volumeattachment.rook.io
{{- end }}
restartPolicy: OnFailure
{{- if .Values.rbacEnable }}
serviceAccountName: rook-operator
{{- end }}
|
Check for supporting API instead of specific K8S version
|
Check for supporting API instead of specific K8S version
Signed-off-by: Tim Jones <[email protected]>
|
YAML
|
apache-2.0
|
rook/rook,rook/rook,rook/nfs,rook/nfs,rook/rook,rook/rook,rook/nfs,rook/rook
|
18d980f380d0bdb76093ceb84f9f5929aa4be083
|
.github/workflows/codespell.yml
|
.github/workflows/codespell.yml
|
# GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: ./.git,./conformance/third_party,*.snk,*.pb,*.pb.cc,*.pb.h,./src/google/protobuf/testdata,./objectivec/Tests,./python/compatibility_tests/v2.5.0/tests/google/protobuf/internal,./.github/workflows/codespell.yml
ignore_words_list: "alow,alse,ba,cleare,copyable,cloneable,dedup,dur,errorprone,files',fo,fundementals,hel,importd,inout,leapyear,nd,nin,ois,ons,parseable,process',te,testof,ue,unparseable,wasn,wee,gae,keyserver,objext,od,optin,Sur"
|
# GitHub Action to automate the identification of common misspellings in text files.
# https://github.com/codespell-project/actions-codespell
# https://github.com/codespell-project/codespell
name: codespell
on: [push, pull_request]
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codespell-project/actions-codespell@master
with:
check_filenames: true
skip: ./.git,./conformance/third_party,*.snk,*.pb,*.pb.cc,*.pb.h,./src/google/protobuf/testdata,./objectivec/Tests,./python/compatibility_tests/v2.5.0/tests/google/protobuf/internal,./.github/workflows/codespell.yml
ignore_words_list: "alow,alse,ba,cleare,copyable,cloneable,dedup,dur,errorprone,files',fo,fundementals,hel,importd,inout,leapyear,nd,nin,ois,ons,parseable,process',te,testof,ue,unparseable,wasn,wee,gae,keyserver,objext,od,optin,sur"
|
Change 'Sur' to 'sur' to see if that works
|
Change 'Sur' to 'sur' to see if that works
|
YAML
|
bsd-3-clause
|
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
|
9d49f366d79710570a4c6c8af63bfdb5c98bceaa
|
.github/workflows/github-ci.yml
|
.github/workflows/github-ci.yml
|
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Yarn CLI
uses: CultureHQ/[email protected]
- run: yarn
- run: yarn lint
- run: yarn test
- run: REACT_APP_API_KEY=$"REACT_APP_API_KEY" yarn build
env:
CI: true
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x]
steps:
- uses: actions/checkout@v2
- name: Yarn CLI
uses: CultureHQ/[email protected]
- run: yarn
- run: yarn lint
- run: yarn test
- run: REACT_APP_API_KEY=$"REACT_APP_API_KEY" yarn build
env:
REACT_APP_API_KEY: ${{ secrets.REACT_APP_API_KEY }}
- name: Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
Add missing env var for api key
|
Add missing env var for api key
|
YAML
|
apache-2.0
|
Tim-Snow/PersonalWebsite,Tim-Snow/PersonalWebsite
|
13353239e80869801b3ca2073bc7d33481be0906
|
src/Paraunit/Resources/config/services.yml
|
src/Paraunit/Resources/config/services.yml
|
parameters:
paraunit.max_retry_count: 3
kernel.root_dir: 'src'
services:
paraunit.filter.filter:
class: Paraunit\Filter\Filter
arguments:
- "@paraunit.proxy.phpunit_util_xml_proxy"
- "@phpunit.file_iterator_facade"
- "@paraunit.configuration.phpunit_config"
- "%paraunit.testsuite%"
- "%paraunit.string_filter%"
event_dispatcher:
class: Symfony\Component\EventDispatcher\EventDispatcher
## EXTERNAL DEPs -- proxies ##
paraunit.proxy.phpunit_util_xml_proxy:
class: Paraunit\Proxy\PHPUnitUtilXMLProxy
phpunit.file_iterator_facade:
class: \File_Iterator_Facade
|
parameters:
paraunit.max_retry_count: 3
kernel.root_dir: 'src'
services:
paraunit.filter.filter:
class: Paraunit\Filter\Filter
arguments:
- "@paraunit.proxy.phpunit_util_xml_proxy"
- "@phpunit.file_iterator_facade"
- "@paraunit.configuration.phpunit_config"
- "%paraunit.testsuite%"
- "%paraunit.string_filter%"
event_dispatcher:
class: Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher
arguments:
- '@service_container'
## EXTERNAL DEPs -- proxies ##
paraunit.proxy.phpunit_util_xml_proxy:
class: Paraunit\Proxy\PHPUnitUtilXMLProxy
phpunit.file_iterator_facade:
class: \File_Iterator_Facade
|
Use ContainerAwareEventDispatcher to avoid breaking in Symfony 2.x
|
Use ContainerAwareEventDispatcher to avoid breaking in Symfony 2.x
|
YAML
|
apache-2.0
|
facile-it/paraunit,facile-it/paraunit
|
fecf5149a5e6fe0f4cbb79104e1925aba02492fc
|
.kitchen.cloud.yml
|
.kitchen.cloud.yml
|
---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
driver_config:
image_id: ami-9883c6f2
tags:
Name: s3_dir-default-ubuntu-1404
suites:
- name: default
run_list:
- recipe[apt]
- recipe[s3_dir_test::default]
|
---
driver:
name: ec2
aws_ssh_key_id: <%= ENV['AWS_KEYPAIR_NAME'] %>
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
region: us-east-1
availability_zone: us-east-1b
security_group_ids: ['ci-testing']
instance_type: c3.large
interface: public
tags:
Env: public
Type: test
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
driver_config:
image_id: ami-9883c6f2
tags:
Name: s3_dir-default-ubuntu-1404
suites:
- name: default
run_list:
- recipe[apt]
- recipe[s3_dir_test::default]
attributes:
s3_dir:
aws_access_key_id: <%= ENV['AWS_ACCESS_KEY_ID'] %>
aws_secret_access_key: <%= ENV['AWS_SECRET_ACCESS_KEY'] %>
|
Add real AWS key usage in Travis tests
|
Add real AWS key usage in Travis tests
|
YAML
|
apache-2.0
|
evertrue/s3_dir
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.