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 |
|---|---|---|---|---|---|---|---|---|---|
ddd9ff7b85ef5e250f26b0f38377729c1d64d235 | .github/workflows/docker.yml | .github/workflows/docker.yml | name: Build Docker image and push to GitHub Package Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: wuvt/impala/impala
usernam... | name: Build Docker image and push to GitHub Package Registry
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Publish to GitHub Package Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: wuvt/impala/impala
usernam... | Use Git tag as Docker tag | Use Git tag as Docker tag
| YAML | agpl-3.0 | wuvt/impala,wuvt/impala |
97ee250f66bf3100f4b1cfbb7e6ca2076d9e8611 | packages/ge/generic-arbitrary.yaml | packages/ge/generic-arbitrary.yaml | homepage: ''
changelog-type: markdown
hash: cd59b725f8fa02e4b7ff34ca7bf4d49aae8471de61b276c964124faa5bf1c9e6
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: ! '0.1.0
-----
* Public release
'
basic-deps:
base: ! '>=4.8 && <5'
QuickChec... | homepage: http://github.com/typeable/generic-arbitrary#readme
changelog-type: markdown
hash: 5c8619724d64271725c89a479630279fde40825eed75e68960ed0f14ca682d78
test-bench-deps: {}
maintainer: makeit@typeable.io
synopsis: Generic implementation for QuickCheck's Arbitrary
changelog: |
0.2.0
-----
* Added `GenericArb... | Update from Hackage at 2021-07-07T16:55:37Z | Update from Hackage at 2021-07-07T16:55:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
b18bd085d1a4a5fe5df304ebf5c092b9a7f5cc5b | codefresh.yml | codefresh.yml | version: '1.0'
steps:
agent_test:
image: node:7.2.0
working_directory: ${{main_clone}}/agent
commands:
- npm i -g yarn
- yarn install
- yarn test
agent_build:
type: build
image_name: test_agent
working_directory: ${{main_clone}}/agent
tag: latest
image_name: http... | version: '1.0'
steps:
agent_test:
image: node:7.2.0
working_directory: ${{main_clone}}/agent
commands:
- npm i -g yarn
- yarn install
- yarn test
agent_build:
type: build
working_directory: ${{main_clone}}/agent
tag: latest
image_name: httpmark-test-agent
agent_pu... | Add app test CI step | Add app test CI step
| YAML | mit | httpmark/httpmark,httpmark/httpmark,httpmark/httpmark |
286494caed068f9d113187cf89c4c81dbd5e2f90 | zuul.d/layout.yaml | zuul.d/layout.yaml | ---
- project:
name: openstack/python-tripleoclient
templates:
- tripleo-undercloud-jobs
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-ovb-check
- tripleo-ovb-experimental
- tripleo-buildimage-jobs
| ---
- project:
name: openstack/python-tripleoclient
templates:
- tripleo-undercloud-jobs
- tripleo-multinode-baremetal-minimal
- tripleo-multinode-container-minimal
- tripleo-buildimage-jobs
| Remove RH1 OVB jobs from configuration | Remove RH1 OVB jobs from configuration
Remove OVB RH1 jobs from configuration for this repo
Related-Bug: #1744763
Change-Id: Ie28daf8e3b4f6609ca855a1c29a7549490419a1d
| YAML | apache-2.0 | openstack/python-tripleoclient |
a08294c731f9bd190786911830cc636f00b2af7d | console/kubernetes/darzee-service.yml | console/kubernetes/darzee-service.yml | apiVersion: apps/v1
kind: Service
metadata:
labels:
app: darzee
name: darzee-svc
spec:
type: LoadBalancer
ports:
# NOTE: Exposting ports
- port: 8080
targetPort: 8080
- port: 9090
targetPort: 9090
selector:
app: darzee
sessionAffinity: None
| apiVersion: v1
kind: Service
metadata:
labels:
app: darzee
name: darzee-svc
spec:
type: LoadBalancer
ports:
# NOTE: Exposting ports
- port: 8080
name: nodejs-server-port
targetPort: 8080
- port: 9090
name: prometheus-port
targetPort: 9090
selector:
app: darzee
ses... | Add name to ports. Fix API version. | Add name to ports. Fix API version.
| YAML | mit | emc-mongoose/console,emc-mongoose/console,emc-mongoose/console |
61ae16ab99fbb3e8032b8f4aeb8ce877af7c512a | playbook.yml | playbook.yml | - hosts: 127.0.0.1
connection: local
tasks:
- file: path=~/.ssh mode=0700 state=directory
- homebrew: name={{item}} state=present
with_items:
- ansible
- caskroom/cask/brew-cask
- tmux
- homebrew_cask: name={{item}} state=present
with_items:
- eclipse-java
- firefox
- google-ch... | - hosts: 127.0.0.1
connection: local
tasks:
- file: path=~/.ssh mode=0700 state=directory
- lineinfile: dest=~/.ssh/known_hosts create=yes state=present line="{{ lookup('pipe', 'ssh-keyscan -t rsa github.com') }}" regexp='^github.com'
- homebrew: name={{item}} state=present
with_items:
- ansible
-... | Add github host key to ~/.ssh/known_hosts | Add github host key to ~/.ssh/known_hosts
| YAML | mit | hoxu/osx-dev-playbook |
ae487f91782dfc4a696704c36d33fbb44e06ce7d | defaults/main.yml | defaults/main.yml | ---
release:
repo: https://github.com/Aplyca/ansible-role-release.git
target: /tmp
project: myapp
semver:
enabled: false
type: patch
diff_url: https://github.com
publish: true
prefix: "v"
env_vars: {}
during_commands: []
after_commands: []
sync_exclude: []
max_keep: 3
releaser: "... | ---
release:
repo: https://github.com/Aplyca/ansible-role-release.git
target: /tmp
project: myapp
semver:
enabled: false
type: patch
diff_url: https://github.com
publish: true
prefix: "v"
env_vars: {}
during_commands: []
after_commands: []
sync_exclude: []
max_keep: 3
releaser: "... | Fix template path in webhook response | Fix template path in webhook response
| YAML | mit | Aplyca/ansible-role-release,Aplyca/ansible-role-release |
e5836e47766c00cec69a0aa1dd8dccb47bc5fad6 | pubspec.yaml | pubspec.yaml | name: math_expressions
version: 1.1.0-dev
author: Frederik Leonhardt <frederik.leonhardt@gmail.com>
description: A library for evaluating mathematical expressions.
homepage: https://github.com/fkleon/math-expressions
documentation: http://www.dartdocs.org/documentation/math_expressions/latest
dependencies:
vector_mat... | name: math_expressions
version: 1.1.0-dev
author: Frederik Leonhardt <frederik.leonhardt@gmail.com>
description: A library for evaluating mathematical expressions.
homepage: https://github.com/fkleon/math-expressions
documentation: https://pub.dartlang.org/documentation/math_expressions/latest
dependencies:
vector_ma... | Use secure link to documentation | Use secure link to documentation
| YAML | mit | fkleon/math-expressions |
970ed05ca378048febc6acbdb03b83749f56e82d | provision/roles/ggrc/vars/main.yml | provision/roles/ggrc/vars/main.yml | # Copyright (C) 2014 Google Inc., authors, and contributors <see AUTHORS file>
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
# Created By: goran@reciprocitylabs.com
# Maintained By: goran@reciprocitylabs.com
---
ggrc_packages:
- name: unzip
- name: zip
- name: vim
- name: make
... | # Copyright (C) 2014 Google Inc., authors, and contributors <see AUTHORS file>
# Licensed under http://www.apache.org/licenses/LICENSE-2.0 <see LICENSE file>
# Created By: goran@reciprocitylabs.com
# Maintained By: goran@reciprocitylabs.com
---
ggrc_packages:
- name: unzip
- name: zip
- name: vim
- name: make
... | Move junit reporter to global node modules | Move junit reporter to global node modules
| YAML | apache-2.0 | selahssea/ggrc-core,j0gurt/ggrc-core,josthkko/ggrc-core,edofic/ggrc-core,prasannav7/ggrc-core,jmakov/ggrc-core,VinnieJohns/ggrc-core,j0gurt/ggrc-core,NejcZupec/ggrc-core,AleksNeStu/ggrc-core,jmakov/ggrc-core,VinnieJohns/ggrc-core,andrei-karalionak/ggrc-core,AleksNeStu/ggrc-core,plamut/ggrc-core,josthkko/ggrc-core,prasa... |
8b1db949ac83b90ac634b4fc0f75ad0d35c51c2b | k8s/deployment.yaml | k8s/deployment.yaml | apiVersion: apps/v1
kind: Deployment
metadata:
name: isitup-org
spec:
selector:
matchLabels:
app.kubernetes.io/name: isitup-org
app.kubernetes.io/part-of: isitup-org
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
revisionHistoryLimit: 1
template:
... | apiVersion: apps/v1
kind: Deployment
metadata:
name: isitup-org
spec:
selector:
matchLabels:
app.kubernetes.io/name: isitup-org
app.kubernetes.io/part-of: isitup-org
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
revisionHistoryLimit: 1
template:
... | Use the correct label name for pod affinity | Use the correct label name for pod affinity
| YAML | mit | sjparkinson/isitup.org,sjparkinson/isitup.org |
cd04a7349a9a6b54935727368b5caa3e9f2d1084 | packages/ba/barrier.yaml | packages/ba/barrier.yaml | homepage: https://github.com/philopon/barrier
changelog-type: ''
hash: 2f75bd296d54424250895888d24eaec14bbdb35b355306306b6f8632052473bc
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: ! '>=2.2 && <2.4'
barrier: -any
lens-family-core: ! '>=1.2 && <1.3'
tasty: ! '>=0.10 && <0.11'
maintainer: Hiroto... | homepage: https://github.com/philopon/barrier
changelog-type: ''
hash: bcb912e8105f792720b8515ddf9b37d6a1eecd17cb325cc40bd688641068e9e6
test-bench-deps:
bytestring: -any
base: -any
tasty-golden: ! '>=2.2 && <2.4'
barrier: -any
lens-family-core: ! '>=1.2 && <1.3'
tasty: ! '>=0.10 && <0.12'
maintainer: Hiroto... | Update from Hackage at 2015-10-21T14:19:27+0000 | Update from Hackage at 2015-10-21T14:19:27+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
9419de09a4e994fa8f2440eb461e9c3c5dc8a69c | packages/lo/loch-th.yaml | packages/lo/loch-th.yaml | homepage: https://github.com/liskin/loch-th
changelog-type: ''
hash: 7b543d2e740d85b43bd4af851df5d883f66ef3b3581c436de17cad491e09513f
test-bench-deps: {}
maintainer: tomi@nomi.cz
synopsis: Support for precise error locations in source files (Template Haskell version)
changelog: ''
basic-deps:
base: ==4.*
pretty: -a... | homepage: https://github.com/liskin/loch-th
changelog-type: ''
hash: 262a1f2190decd5e24c9368008a6fc87d83515f5f3a8488e384bd8acc0a5529c
test-bench-deps: {}
maintainer: tomi@nomi.cz
synopsis: Support for precise error locations in source files (Template Haskell version)
changelog: ''
basic-deps:
base: ==4.*
pretty: -a... | Update from Hackage at 2018-04-08T09:07:06Z | Update from Hackage at 2018-04-08T09:07:06Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
7bbc186d6fc85a01f8874fbe6868704152131a74 | packages/ft/FTPLine.yaml | packages/ft/FTPLine.yaml | homepage: ''
changelog-type: ''
hash: a612ae33e09e3ec83f00fff043163332e702f1aafc8bd0b863f95d346994cab3
test-bench-deps: {}
maintainer: Daniel Diaz (dhelta `dot` diaz `at` gmail `dot` com)
synopsis: A command-line FTP client.
changelog: ''
basic-deps:
bytestring: -any
haskeline: -any
base: ==4.*
strict: -any
n... | homepage: ''
changelog-type: ''
hash: 3d3b21780aeac4365947fdb0f47f7999bd89531e03d9477985039e0afe5daa90
test-bench-deps: {}
maintainer: Daniel Diaz (dhelta `dot` diaz `at` gmail `dot` com)
synopsis: A command-line FTP client.
changelog: ''
basic-deps:
bytestring: -any
haskeline: -any
base: ==4.*
strict: -any
n... | Update from Hackage at 2016-06-03T18:42:31+0000 | Update from Hackage at 2016-06-03T18:42:31+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
c32f4e24e64003f663a8b7d24664cd2f9d83631f | packages/sy/symbols.yaml | packages/sy/symbols.yaml | homepage: ''
changelog-type: markdown
hash: 3dd6da172eae327943510aa4f3b70505ec320ae596a5746bef32e36cc97ff464
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: Symbol manipulation
changelog: ! '# Revision history for symbols
## 0.2.0.0
* added ToList, ToUpper, ToLower, ReadNat type families
... | homepage: ''
changelog-type: markdown
hash: 7dcee392de4ce066bb1bdb75f142828cab73b81580bf1983f4e5eedc649291c7
test-bench-deps: {}
maintainer: kiss.csongor.kiss@gmail.com
synopsis: Symbol manipulation
changelog: |
# Revision history for symbols
## 0.2.0.0
* added ToList, ToUpper, ToLower, ReadNat type families
... | Update from Hackage at 2019-09-08T11:00:13Z | Update from Hackage at 2019-09-08T11:00:13Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
3cc8d5963c7a71d10734df5955ce72d535272fe6 | packages/mf/mfsolve.yaml | packages/mf/mfsolve.yaml | homepage: ''
changelog-type: ''
hash: d1d9eea2448db9670798abca6d8dc5115f48f24949f3fdfa76a922195416d57c
test-bench-deps:
base: ! '>=4 && <5'
mfsolve: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.8'
maintainer: Kristof Bastiaensen
synopsis: Equation solver and calculator à la metafont
changelog: ''
basic-deps:
bas... | homepage: ''
changelog-type: ''
hash: 7519500ebc867cb500303b772ab86a7dc3f6db5e0d4f545271b06957aea92e41
test-bench-deps:
base: ! '>=4 && <5'
mfsolve: -any
tasty-hunit: ! '>=0.9'
tasty: ! '>=0.8'
maintainer: Kristof Bastiaensen
synopsis: Equation solver and calculator à la metafont
changelog: ''
basic-deps:
bas... | Update from Hackage at 2015-09-05T14:18:07+0000 | Update from Hackage at 2015-09-05T14:18:07+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
4666eb4c1f883aaf0110157acc5963edc8ae6194 | packages/pi/picedit.yaml | packages/pi/picedit.yaml | homepage: https://github.com/mdibaiee/picedit#readme
changelog-type: ''
hash: 2a0ba84b59b684d4bb77d2fbf782690e0fc264124b50671ebfafc29e3cc25eaa
test-bench-deps: {}
maintainer: mdibaiee@aol.com
synopsis: simple image manipulation functions
changelog: ''
basic-deps:
JuicyPixels: ! '>=3.2.8 && <3.3'
base: ! '>=4.7 && <... | homepage: https://github.com/mdibaiee/picedit#readme
changelog-type: ''
hash: 0386eeca4fc8cd9322d547558a89fe03ed63117c0911b7c65b069ab088be6706
test-bench-deps: {}
maintainer: mdibaiee@aol.com
synopsis: simple image manipulation functions
changelog: ''
basic-deps:
JuicyPixels: ! '>=3.2.8 && <3.3'
base: ! '>=4.7 && <... | Update from Hackage at 2017-02-02T20:22:45Z | Update from Hackage at 2017-02-02T20:22:45Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
22002d6a24268778ab4c12483dc845db238174fc | pubspec.yaml | pubspec.yaml | name: http_throttle
version: 1.0.2-dev
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/http_throttle
description: HTTP client middleware that throttles requests.
environment:
sdk: ">=1.13.0 <2.0.0-dev.infinity"
dependencies:
http: ">=0.9.0 <0.12.0"
pool: ">=1.0.0 <2.0.0"
dev_dependenc... | name: http_throttle
version: 1.0.2-dev
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/http_throttle
description: HTTP client middleware that throttles requests.
environment:
sdk: ">=1.13.0 <2.0.0"
dependencies:
http: ">=0.9.0 <0.12.0"
pool: ">=1.0.0 <2.0.0"
dev_dependencies:
test: ... | Remove -dev.infinity in SDK upper constraint | Remove -dev.infinity in SDK upper constraint | YAML | bsd-3-clause | dart-archive/http_throttle,dart-lang/http_throttle |
ddd9bba5bb7b9b41918f113e394314740f0587ff | pubspec.yaml | pubspec.yaml | name: flutter_widgets
version: 0.1.4+1
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
homepage: https://github.com/google/flutter.widgets
environment:
sdk: ">=2.3.0 <3.0.0"
d... | name: flutter_widgets
version: 0.1.4+1
description: >
Flutter widgets that are developed by Google but not by the core
Flutter team.
authors:
- djshuckerow@google.com
- anthony.bullard@gmail.com
- jamesdlin@google.com
homepage: https://github.com/google/flutter.widgets
environment:
sdk: ">=2.3.0 <3.0.0"
d... | Adjust the minimum versions for flutter_widgets dependencies | Adjust the minimum versions for flutter_widgets dependencies
Adjust the minimum versions for flutter_widgets dependencies to try
to appease pub.dev's package health metrics.
PiperOrigin-RevId: 257265915
PiperOrigin-RevId: 260608089
| YAML | bsd-3-clause | google/flutter.widgets,google/flutter.widgets |
e3c7f99078bad84503179213adbc15660174b490 | docker-compose.stage.yml | docker-compose.stage.yml | magento2:
container_name: jira-mg2tpp-develop.hipay-pos-platform.com
ports:
- "80:80"
links:
- db
- selenium
env_file:
- ./conf/stage/hipay.env.sample
- ./conf/stage/auth.env.sample
- ./conf/stage/mage.env.sample
- ./conf/stage/module.env.sample
selenium:
image: selenium/standalo... | magento2:
container_name: jira-mg2tpp-develop.hipay-pos-platform.com
ports:
- "80:80"
links:
- db
- selenium
env_file:
- ./conf/stage/hipay.env.sample
- ./conf/stage/auth.env.sample
- ./conf/stage/mage.env.sample
- ./conf/stage/module.env.sample
selenium:
image: selenium/standalo... | Fix Unit Test for magento2 | Fix Unit Test for magento2
| YAML | apache-2.0 | hipay/hipay-fullservice-sdk-magento2,hipay/hipay-fullservice-sdk-magento2,hipay/hipay-fullservice-sdk-magento2,hipay/hipay-fullservice-sdk-magento2 |
0a2f9d31cd81083a89c8352af77c3678b9c502e3 | packages/ic/icfpc2020-galaxy.yaml | packages/ic/icfpc2020-galaxy.yaml | homepage: ''
changelog-type: ''
hash: 5a7a0c47b14d1dcdcbda0c383ab4b2ffd3a0d01dde8c155314e1409a6de3010d
test-bench-deps: {}
maintainer: mniip@mniip.com
synopsis: A strange message received at the Pegovka observatory
changelog: ''
basic-deps:
base: '>=4.10 && <4.15'
ghc-prim: -any
transformers: '>=0.5'
all-versions... | homepage: ''
changelog-type: ''
hash: d1c4f78f274965b673f006cb76a4330e25814fd94cff6fb3603806f742304eb7
test-bench-deps: {}
maintainer: mniip@mniip.com
synopsis: A strange message received at the Pegovka observatory
changelog: ''
basic-deps:
base: '>=4.10 && <4.15'
ghc-prim: -any
transformers: '>=0.5'
all-versions... | Update from Hackage at 2020-08-04T08:40:46Z | Update from Hackage at 2020-08-04T08:40:46Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
1e45fb91d17beb22072ea617ca9341babe29ecce | roles/internal/acts/tasks/main.yml | roles/internal/acts/tasks/main.yml | ---
- apt_key: url=https://packagecloud.io/gpg.key state=present
- apt_repository: repo="deb https://packagecloud.io/sr/packages/ubuntu/ wily main" state=present
- apt: name=acts={{acts_version}} state=present update_cache=yes cache_valid_time=3600
- template:
dest=/etc/acts.conf
src=acts.conf.j2
owner=root... | ---
- apt_key: url=https://packagecloud.io/gpg.key state=present
- apt_repository: repo="deb https://packagecloud.io/sr/packages/ubuntu/ wily main" state=present
- apt: name=acts={{acts_version}} state=present update_cache=yes cache_valid_time=3600
- template:
dest=/etc/acts.conf
src=acts.conf.j2
owner=root... | Fix permission on acts cronfile | Fix permission on acts cronfile
| YAML | mit | sr/ansible-playbook-dev |
dfdc95a7327c8b21f3bb0218de2589271f5cf966 | packages/hb/hburg.yaml | packages/hb/hburg.yaml | homepage: http://www.bytelabs.org/hburg.html
changelog-type: ''
hash: 73bcdcbc0f5c6f7e9c7c3cbf923f4390f2700ea74c4fc6b7e4e4da350df55e11
test-bench-deps: {}
maintainer: igor@bytelabs.org
synopsis: Haskell Bottom Up Rewrite Generator
changelog: ''
basic-deps:
base: ! '>=3'
haskell98: ! '>=1.0'
filepath: -any
array... | homepage: https://www.bytelabs.org/project/haskell-bottom-up-rewrite-generator/
changelog-type: ''
hash: 8f9edc7e3a70c66bccdf725cdb6e243f3956a719e21bad69e0752c4ee55fef92
test-bench-deps: {}
maintainer: igor@bytelabs.org
synopsis: Haskell Bottom Up Rewrite Generator
changelog: ''
basic-deps:
base: ! '>=4.5 && <5.0'
... | Update from Hackage at 2016-12-29T21:14:49Z | Update from Hackage at 2016-12-29T21:14:49Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
26cef937350393bb529b99aab45e2399a11c4896 | packages/je/jenga.yaml | packages/je/jenga.yaml | homepage: https://github.com/erikd/jenga
changelog-type: markdown
hash: afde3065608c9cfa1ceba7320e48b646c4b930092dc213ca8863b8cf728be354
test-bench-deps: {}
maintainer: erikd@mega-nerd.com
synopsis: Generate a cabal freeze file from a stack.yaml
changelog: ! '# Revision history for jenga
## 0.1.0.0 -- YYYY-mm-dd
... | homepage: https://github.com/erikd/jenga
changelog-type: markdown
hash: 5e40d1abdf950db45400f2d1a13dac3016aba8b929e3c247c0a231181bf36ddb
test-bench-deps: {}
maintainer: erikd@mega-nerd.com
synopsis: Generate a cabal freeze file from a stack.yaml
changelog: ! '# Revision history for jenga
## 0.1.1.0 -- 2017-05-14
... | Update from Hackage at 2017-05-13T23:35:53Z | Update from Hackage at 2017-05-13T23:35:53Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
5beac42d5960edb84d454454b46ee1a983c5c426 | tasks/pkginstall-gnome.yml | tasks/pkginstall-gnome.yml | - name: Install package list - GNOME
dnf: name={{item}} state=installed
with_items:
- gnome-tweak-tool
- weston
- polari
- gnome-photos
- gnome-builder
- gnome-shell-extension-background-logo
- gnome-shell-extension-activities-configurator
- gnome-shell-extension-alternate-tab
- ... | - name: Install package list - GNOME
dnf: name={{item}} state=installed
with_items:
- gnome-tweak-tool
- weston
- gnome-photos
- gnome-builder
- gnome-shell-extension-background-logo
- gnome-shell-extension-activities-configurator
- gnome-shell-extension-alternate-tab
- gnome-shell-e... | Revert "add polari for gnome installs" | Revert "add polari for gnome installs"
This reverts commit b4a633255290f6e0b8a4153424293084053b988f.
| YAML | mit | maxamillion/maxible |
760c50f3f897d1db8eb860728253979a1ca3ffa2 | pubspec.yaml | pubspec.yaml | name: ansi_pixels
description: A Polymer.dart application to edit ANSI art
dependencies:
archive: '>=1.0.0 <1.1.0'
crypto: '>=0.9.0 <0.10.0'
polymer: '>=0.12.0 <0.13.0'
pixel_canvas: '>=1.0.0 <1.1.0'
ansi_color_palette: '>=1.0.0 <1.1.0'
fold_button: '>=1.0.0 <1.1.0'
#pixel_canvas: {path: '../pixel_canvas'... | name: ansi_pixels
description: A Polymer.dart application to edit ANSI art
dependencies:
archive: '>=1.0.0 <1.1.0'
crypto: '>=0.9.0 <0.10.0'
polymer: '>=0.12.0 <0.13.0'
pixel_canvas: '>=1.0.0 <1.1.0'
ansi_color_palette: '>=1.1.0 <1.2.0'
fold_button: '>=1.0.0 <1.1.0'
#pixel_canvas: {path: '../pixel_canvas'... | Upgrade ansi_color_palette to support Firefox | Upgrade ansi_color_palette to support Firefox
| YAML | mit | kui/ansi_pixels,kui/ansi_pixels,kui/ansi_pixels |
74fa3f03a18a3133e4b76160acaf2781f3e931b0 | pubspec.yaml | pubspec.yaml | name: dherkin
version: 0.2.1
author: Danil Kornishev <danil.kornishev@gmail.com>
description: Gherkin/Cucumber implementation in dart
homepage: https://github.com/dkornishev/dherkin
dependencies:
log4dart: ">=1.4.10 <1.5.0"
args: ">=0.8.7 < 0.9.0"
dev_dependencies:
| name: dherkin
version: 0.2.1
author: Danil Kornishev <danil.kornishev@gmail.com>
description: Gherkin/Cucumber implementation in dart
homepage: https://github.com/dkornishev/dherkin
dependencies:
log4dart: ">=1.4.10 <1.5.0"
args: ">=0.8.7 < 0.9.0"
worker:
git: https://github.com/Dreckr/Worker.git
#worker: "... | Change worker dependency URI to public. | Change worker dependency URI to public.
| YAML | bsd-2-clause | dkornishev/dherkin |
91d57caee910c9095988f6d86959ed1c1353e3c7 | pubspec.yaml | pubspec.yaml | name: statemachine
version: 1.4.2
author: Lukas Renggli <renggli@gmail.com>
homepage: https://github.com/renggli/dart-statemachine
description: A simple, yet powerful state machine framework for Dart supporting
Flutter and web apps.
environment:
sdk: ^2.0.0
dev_dependencies:
build_runner: ^0.9.0
build_test: ^... | name: statemachine
version: 1.4.2
author: Lukas Renggli <renggli@gmail.com>
homepage: https://github.com/renggli/dart-statemachine
description: A simple, yet powerful state machine framework for Dart supporting
Flutter and web apps.
environment:
sdk: '>=2.0.0-dev.61.0 <3.0.0'
dev_dependencies:
build_runner: ^0.... | Revert SDK version to make Travis and Flutter work again | Revert SDK version to make Travis and Flutter work again
| YAML | mit | renggli/dart-statemachine,renggli/dart-statemachine |
6065e7833fcce06b3f6ba5a9c159e533cab33efa | pubspec.yaml | pubspec.yaml | name: dartcoin
version: 0.0.0
author: Steven Roose <stevenroose@gmail.com>
description: A Bitcoin library for Dart. Pub-test release.
homepage: http://www.dartcoin.org/
dependencies:
bignum: '>=0.0.4'
cipher:
path: /Users/steven/git/cipher
collection: any
crypto: any
json: any
json_rpc: any
asn1lib:
... | name: dartcoin
version: 0.0.0
author: Steven Roose <stevenroose@gmail.com>
description: A Bitcoin library for Dart. Pub-test release.
homepage: http://www.dartcoin.org/
dependencies:
bignum: '>=0.0.4'
cipher:
path: /home/steven/git/cipher
collection: any
crypto: any
json: any
json_rpc: any
asn1lib: '>... | Set minimum version of asn1lib to 0.3.1 | Set minimum version of asn1lib to 0.3.1
| YAML | mit | stevenroose/dartcoin-lib,dartcoin/dartcoin-lib |
d34c26eb9ea577940da9ed492f294eed8b17d8d8 | pubspec.yaml | pubspec.yaml | name: angular_recaptcha
description: Google Angular Recaptcha
version: 0.0.5
homepage: https://github.com/lejard-h/angular_recaptcha
author: Hadrien Lejard <hadrien.lejard@gmail.com>
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ">=2.2.0 <3.0.0"
js: ^0.6.0
transformers:
- angular2 | name: angular_recaptcha
description: Google Angular Recaptcha
version: 0.0.6
homepage: https://github.com/lejard-h/angular_recaptcha
author: Hadrien Lejard <hadrien.lejard@gmail.com>
environment:
sdk: '>=1.19.0 <2.0.0'
dependencies:
angular2: ">=2.2.0 <4.0.0"
js: ^0.6.0
transformers:
- angular2 | Include angular 3.x.x as valid dependency | Include angular 3.x.x as valid dependency
| YAML | bsd-3-clause | lejard-h/angular_recaptcha |
ba1de185233b3deb1c6f6cd6819c13bc55d058ba | .forestry/front_matter/templates/colinha.yml | .forestry/front_matter/templates/colinha.yml | ---
label: colinha
hide_body: false
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
config:
required:... | ---
label: colinha
hide_body: true
display_field: title
fields:
- name: layout
label: Layout
type: text
hidden: true
default: post
- name: title
label: título
type: text
hidden: false
default: ''
config:
required: true
- type: text
name: subtitle
label: subtítulo
description: max 70 char
c... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io |
a2313b23839c399d47001be90a9fd36f712ed67f | .forestry/front_matter/templates/journal.yml | .forestry/front_matter/templates/journal.yml | ---
label: Journal
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: excerpt
label: Excerpt
description: Short snippet that will show outside of the actual post
config:
required: true
- type: datetime
name: date
label... | ---
label: Journal
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
config:
required: true
- type: textarea
name: excerpt
label: Excerpt
description: Short snippet that will show outside of the actual post
config:
required: true
- type: datetime
name: date
label... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io |
f8db68d7ff00a68c02e16d03c57cdf487e20ddf2 | .github/workflows/github-actions-ci-jest.yml | .github/workflows/github-actions-ci-jest.yml | name: jest
on: pull_request
jobs:
jest-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | name: jest
on: pull_request
jobs:
jest-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
... | Remove node 15 testing as it isn't currently compatible | Remove node 15 testing as it isn't currently compatible
| YAML | mit | atomicjolt/lti_starter_app,atomicjolt/lti_starter_app,atomicjolt/lti_starter_app,atomicjolt/lti_starter_app |
fa82249c0c29b3705b25b245ff5476e22d07d1fa | .github/workflows/upgrade-deps-workflow.yaml | .github/workflows/upgrade-deps-workflow.yaml | ---
name: Upgrade Dependencies
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: git config --global user.email "pakkun@cliffano.com"
- run: git config --global ... | ---
name: Upgrade Dependencies
on: [workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
token: ${{ secrets.STUDIO_GITHUB_TOKEN }}
- uses: actions/setup-node@v1
with:
node-version: '16'
- run: git config --global ... | Use studio token as part of checkout. | Use studio token as part of checkout.
| YAML | mit | cliffano/ae86 |
ed3bcb624e9d6eb0dce38f4f137732231fb5ed01 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_previe... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: jekyll-pages
label: Pages
create: all
- type: jekyll-posts
label: Posts
create: all
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
instant_previe... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | StartupShell/web-2017,StartupShell/web-2017,StartupShell/web-2017 |
9fea2cb0345507349984a8ea31add49d9c6ebb37 | .forestry/settings.yml | .forestry/settings.yml | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Content
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
install_dependencies_com... | ---
new_page_extension: md
auto_deploy: false
admin_path:
webhook_url:
sections:
- type: directory
path: content
label: Content
create: all
match: "**/*"
upload_dir: uploads
public_path: "/uploads"
front_matter_path: ''
use_front_matter_path: false
file_template: ":filename:"
build:
preview_output_directory... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration
| YAML | mit | SourceAura/sourceaura.github.io,SourceAura/sourceaura.github.io |
09c3e92387d5bec5d413044e744843f7ed4e780d | blueprints.yaml | blueprints.yaml | name: Breadcrumbs
version: 1.1.0
description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.
icon: caret-square-o-right
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-breadcrum... | name: Breadcrumbs
version: 1.1.0
description: The **Breadcrumbs** plugin provides a simple method to display the depth of your content/navigation structure.
icon: caret-square-o-right
author:
name: Team Grav
email: devs@getgrav.org
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-plugin-breadcrum... | Set default back to enabled | Set default back to enabled
| YAML | mit | getgrav/grav-plugin-breadcrumbs |
817557e0601d3b7d140e77772657c6a0491386e4 | _config/extensions.yml | _config/extensions.yml | ---
Name: allinone-extensions
---
SiteConfig:
extensions:
['AllInOnePageSiteConfig']
SiteTree:
extensions:
['AllInOnePageExtension']
---
Name: modelascontrollerroutes
After: cms/routes#modelascontrollerroutes
---
Director:
rules:
'': 'AllInOneRootController'
'$URLSegment//$Ac... | ---
Name: allinone-extensions
---
SiteConfig:
extensions:
['AllInOnePageSiteConfig']
SiteTree:
extensions:
['AllInOnePageExtension']
---
Name: modelascontrollerroutes
After: cms/routes#modelascontrollerroutes
---
Injector:
ModelAsController:
class: AllInOneModelAsController
RootU... | Use Injector to set new controllers, instead of overwrites routes | Use Injector to set new controllers, instead of overwrites routes | YAML | bsd-3-clause | guru-digital/silverstripe-all-in-one-page,guru-digital/silverstripe-all-in-one-page |
acb54c6a4ce6bc30355518f3fe81386922f34e57 | src/Oro/Bundle/UserBundle/Resources/config/oro/routing.yml | src/Oro/Bundle/UserBundle/Resources/config/oro/routing.yml | oro_user_bundle:
resource: "@OroUserBundle/Controller"
type: annotation
prefix: /user
oro_user_api_user:
resource: "@OroUserBundle/Controller/Api/Rest/UserController.php"
type: rest
prefix: api/rest/{version}/
requirements:
version: latest|v1
... | oro_user_bundle:
resource: "@OroUserBundle/Controller"
type: annotation
prefix: /user
oro_user_api_user:
resource: "@OroUserBundle/Controller/Api/Rest/UserController.php"
type: rest
prefix: api/rest/{version}/
requirements:
version: latest|v1
... | Remove BC break of REST API after migration to new version of FOSRestBundle - added deprecated routes | BAP-6912: Remove BC break of REST API after migration to new version of FOSRestBundle
- added deprecated routes
| YAML | mit | northdakota/platform,geoffroycochard/platform,morontt/platform,ramunasd/platform,geoffroycochard/platform,northdakota/platform,ramunasd/platform,morontt/platform,trustify/oroplatform,2ndkauboy/platform,orocrm/platform,trustify/oroplatform,trustify/oroplatform,geoffroycochard/platform,hugeval/platform,orocrm/platform,mo... |
e83e39ed12c12acbebfb33e121f85c8edbfc34a6 | _data/publications.yml | _data/publications.yml | # Required fields: title
# Optional fields: author, description, contributor, link
- title: How to Win Friends & Influence People
author: Dale Carnegie
description: >
A great read that helped me understand how to stay engaged in conversation and listen to people.
link: http://www.amazon.com/How-Win-Friends-I... | # Required fields: title
# Optional fields: author, description, contributor, link
- title: How to Win Friends & Influence People
author: Dale Carnegie
description: >
A great read that helped me understand how to stay engaged in conversation and listen to people.
link: http://www.amazon.com/How-Win-Friends-I... | Add Thinking, Fast and Slow | Add Thinking, Fast and Slow
| YAML | mit | hackclub/reading-list |
4a4b352c5bdb92aae606cfb91d90ea8b20f78387 | spec/fixtures/config_eachimage.yml | spec/fixtures/config_eachimage.yml | ---
defaults:
parent: ubuntu:14.04.1
repository: docker.example.com/baha
maintainer: Ishmael <ishmael@example.com>
images:
- include: base_image.yml
- include: no_such_file_exists.yml
- parent: 'ubuntu:14.04.1'
name: base
tag: 1.0.0
maintainer: '"Captain Ahab" <ahab@example.com>'
- dockerfile:... | ---
defaults:
parent: ubuntu:14.04.1
repository: docker.example.com/baha
maintainer: Ishmael <ishmael@example.com>
images:
- include: base_image.yml
- include: no_such_file_exists.yml
- parent: 'ubuntu:14.04.1'
name: base
tag: 1.0.0
maintainer: '"Captain Ahab" <ahab@example.com>'
- dockerfile:... | Fix Dockerfile fixture ref in config_spec | Fix Dockerfile fixture ref in config_spec
| YAML | mit | justenwalker/baha,justenwalker/baha,justenwalker/baha |
7c8af2b70c9f95973230aa31f630f1acac23b888 | ab_tests/ab_tests.yaml | ab_tests/ab_tests.yaml | ---
- BenchmarkALDescription1
- BenchmarkCmButton1
- BenchmarkCmTitle2
- BenchmarkDVLAButton1
- BenchmarkDVLATitle1
- BenchmarkInlineLink
- EpilepsyDrivingStart
- SearchFormatBoosting
- WorldwidePublishingTaxonomy
| ---
- BenchmarkALDescription1
- BenchmarkCmButton1
- BenchmarkCmTitle2
- BenchmarkDVLAButton1
- BenchmarkDVLATitle1
- BenchmarkInlineLink
- EpilepsyDrivingStart
- WorldwidePublishingTaxonomy
| Remove search format boosting a/b test | Remove search format boosting a/b test
| YAML | mit | alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure |
a5e11980e8bc1d081ff7db28ba4298b299f11a61 | deployments/stat89a/config/common.yaml | deployments/stat89a/config/common.yaml | jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
- felder
# List of other admin users
# Professor
- mahoneymw
# GSIs
- krinsman
- theisen
# UGSI
- wqixu... | jupyterhub:
auth:
type: google
admin:
users:
# infrastructure
- rylo
- yuvipanda
- felder
# List of other admin users
# Professor
- mahoneymw
# GSIs
- krinsman
- theisen
# UGSI
- wqixu... | Revert "Temporarily nerf nbgitpuller to debug" | Revert "Temporarily nerf nbgitpuller to debug"
| YAML | bsd-3-clause | ryanlovett/datahub,berkeley-dsep-infra/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub,berkeley-dsep-infra/datahub,ryanlovett/datahub |
fe5bb98fa6a6a3a332c73cd872d0dcf95be539e6 | packages/dm/dmenu.yaml | packages/dm/dmenu.yaml | homepage: https://github.com/m0rphism/haskell-dmenu
changelog-type: ''
hash: 652e779a3e015eacc26f089b8477a686927d12caaef86fe5d00cae96af9001b7
test-bench-deps: {}
maintainer: Hannes Saffrich <m0rphism@zankapfel.org>
synopsis: Complete bindings to the dmenu and dmenu2 command line tools.
changelog: ''
basic-deps:
base:... | homepage: https://github.com/m0rphism/haskell-dmenu
changelog-type: ''
hash: e7fa1f6a1a78a9f2e68dc7d0209565ee1856f12823480967025de9ea5eb221f0
test-bench-deps: {}
maintainer: Hannes Saffrich <m0rphism@zankapfel.org>
synopsis: Complete bindings to the dmenu and dmenu2 command line tools.
changelog: ''
basic-deps:
base:... | Update from Hackage at 2017-01-19T16:35:37Z | Update from Hackage at 2017-01-19T16:35:37Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
83bb60417bcd7f588c9aec02031a71f59d503455 | packages/gl/Gleam.yaml | packages/gl/Gleam.yaml | homepage: ''
changelog-type: markdown
hash: 8c62ea250aab71f01667ee12d959255ead9d25f60289342df3d0dbe3c972a92f
test-bench-deps: {}
maintainer: bennye@tcd.ie
synopsis: HTML Canvas graphics, animations and simulations.
changelog: |
# Revision history for Gleam
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on ... | homepage: ''
changelog-type: markdown
hash: fc92723c0cc92531d152c4acf9bea4751ce23ce1b7ef515d35d48a9a17815fb5
test-bench-deps: {}
maintainer: bennye@tcd.ie
synopsis: HTML Canvas graphics, animations and simulations.
changelog: |
# Revision history for Gleam
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on ... | Update from Hackage at 2020-04-16T15:15:33Z | Update from Hackage at 2020-04-16T15:15:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
60328536346e95d861f51b7589ff1046245a8a57 | packages/va/valid.yaml | packages/va/valid.yaml | homepage: ''
changelog-type: ''
hash: 6959d62c70c4a6c97c3776d6a293b785ee55f3ed47f8862d5093a622b22fc644
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Type isomorphic to `Either` with `Applicative` instance which combines errors
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- 0.1.0.0
aut... | homepage: ''
changelog-type: ''
hash: 24b99093b8ac291a3a03ef111f46f12d33ddc1d0f4260489370c18e71bdb0edf
test-bench-deps: {}
maintainer: strake888@gmail.com
synopsis: Type isomorphic to `Either` with `Applicative` instance which combines errors
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
util: ! '>=0.1.12 && <0.2... | Update from Hackage at 2019-08-22T23:46:33Z | Update from Hackage at 2019-08-22T23:46:33Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ed080ba8619efc16658f891c5af7f64dd0836d26 | common/mariadb/Chart.yaml | common/mariadb/Chart.yaml | apiVersion: v1
description: A Helm chart for Kubernetes
name: mariadb
version: 0.3.49
| apiVersion: v1
description: A Helm chart for Kubernetes
name: mariadb
version: 0.3.50
| Change of MariaDB log configuration | Change of MariaDB log configuration | YAML | apache-2.0 | sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts,sapcc/helm-charts |
d1262b5e5f80dedbeb74478e2521105b2950c331 | META.yml | META.yml | ---
abstract: "Display where template's start and stop"
author:
- 'Caleb Cushing <xenoterracide@gmail.com>'
build_requires:
Carp: 0
English: 0
File::Find: 0
File::Temp: 0
Scalar::Util: 0
Template::Test: 0
Test::More: 0.94
perl: 5.004
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
ge... | ---
abstract: "Display where template's start and stop"
author:
- 'Caleb Cushing <xenoterracide@gmail.com>'
build_requires:
Carp: 0
English: 0
File::Find: 0
File::Temp: 0
Scalar::Util: 0
Template::Test: 0
Test::More: 0.94
perl: 5.004
configure_requires:
ExtUtils::MakeMaker: 6.31
dynamic_config: 0
ge... | Build results of 3c96715 (on master) | Build results of 3c96715 (on master)
| YAML | artistic-2.0 | xenoterracide/Template-ShowStartStop |
fa2b5e3a6a6b638c8e84c491ad0ef2a548ef304b | shared/charts/backup-exporter/templates/configmap.yaml | shared/charts/backup-exporter/templates/configmap.yaml | kind: ConfigMap
apiVersion: v1
metadata:
name: {{ template "backup-exporter.name" . }}
namespace: backup-exporter
labels:
app: {{ template "backup-exporter.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
data:
backup.sh... | kind: ConfigMap
apiVersion: v1
metadata:
name: {{ template "backup-exporter.name" . }}
namespace: backup-exporter
labels:
app: {{ template "backup-exporter.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
data:
backup.sh... | Select the images based on the ID of the snapshots | Select the images based on the ID of the snapshots
| YAML | bsd-3-clause | mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-infra |
e14bdc4a1d3af20e8883164c590963e0998550fa | .github/workflows/release.yml | .github/workflows/release.yml | name: Corral Release
on:
release:
types: [published]
env:
SOLUTION: source/Corral.sln
jobs:
job0:
name: Corral Release
runs-on: ubuntu-20.04
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Checkout Corral
... | name: Corral Release
on:
release:
types: [published]
env:
SOLUTION: source/Corral.sln
jobs:
job0:
name: Corral Release
runs-on: ubuntu-20.04
steps:
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.x'
- name: Checkout Corral
... | Revert "Minor fix of how the package is selected" | Revert "Minor fix of how the package is selected"
This reverts commit f9ea33fe0909c2b0717ca80ae4863241dc5d408d.
| YAML | mit | boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral,boogie-org/corral |
19350c9bad0f4c6aeecb51724f44e5613d3238f4 | src/main/resources/application.yml | src/main/resources/application.yml | someValue: 4711
example:
greeting: Hello, World!
interval: 1000
precision: 42.23
servers:
- name: springbootbuch
url: http://springbootbuch.de
---
spring:
profiles: demo1
example:
greeting: Hello, Demo1!
servers:
- name: demo
url: http://test.com
---
s... | someValue: 4711
example:
greeting: Hello, World!
interval: 1000
precision: 42.23
servers:
- name: springbootbuch
url: http://springbootbuch.de
---
spring:
profiles: demo1
example:
greeting: Hello, Demo1!
servers:
- name: demo
url: http://test.com
---
s... | Add example for negated profile | Add example for negated profile
| YAML | apache-2.0 | springbootbuch/extconfig,springbootbuch/extconfig |
19c3816355acaa3dee5a5a94075b213e3ca97d74 | app/config/routing.yml | app/config/routing.yml | AdmingeneratorDoctrineODMDemoActorBundle_admin_admingenerator_doctrine_odm_demo_actor_bundle:
resource: "@AdmingeneratorDoctrineODMDemoBundle/Controller/Actor/"
type: admingenerator
prefix: /admin-demo-odm-actor
# Internal routing configuration to handle ESI
#_internal:
# resource: "@FrameworkBundl... | _welcome:
pattern: /
defaults: { _controller: AdmingeneratorDemoBundle:List:index }
AdmingeneratorDoctrineODMDemoActorBundle_admin_admingenerator_doctrine_odm_demo_actor_bundle:
resource: "@AdmingeneratorDoctrineODMDemoBundle/Controller/Actor/"
type: admingenerator
prefix: /admin-demo-od... | Configure / route in prod | Configure / route in prod | YAML | mit | symfony2admingenerator/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,symfony2admingenerator/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum,datagit/AdmingeneratorIpsum |
8dda5135d26e86642314e93f2b06992c5992fab3 | recipes/static/meta.yaml | recipes/static/meta.yaml | {% set name = "static" %}
{% set version = "1.1.1" %}
{% set md5 = "75c738ed25cc69a71299b93369ee4e40" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
... | {% set name = "static" %}
{% set version = "1.1.1" %}
{% set md5 = "75c738ed25cc69a71299b93369ee4e40" %}
package:
name: {{ name }}
version: {{ version }}
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.python.org/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
... | Add `pystache` as a requirement | Add `pystache` as a requirement
| YAML | bsd-3-clause | vamega/staged-recipes,blowekamp/staged-recipes,birdsarah/staged-recipes,shadowwalkersb/staged-recipes,sodre/staged-recipes,rmcgibbo/staged-recipes,shadowwalkersb/staged-recipes,arokem/staged-recipes,JohnGreeley/staged-recipes,stuertz/staged-recipes,mcernak/staged-recipes,johannesring/staged-recipes,conda-forge/staged-r... |
73eb565a90c429c082f203f7e6fd560af5057a2c | config/field.field.media.image.field_media_image.yml | config/field.field.media.image.field_media_image.yml | uuid: b70ca6ed-0004-4448-9c34-cfa333fbe4c2
langcode: en
status: true
dependencies:
config:
- field.storage.media.field_media_image
- media.type.image
enforced:
module:
- media
module:
- image
_core:
default_config_hash: pzPA-2JwyxlJ3qMb4L9viAnhNhbEhl2couH8A3FO020
id: media.image.field_medi... | uuid: b70ca6ed-0004-4448-9c34-cfa333fbe4c2
langcode: en
status: true
dependencies:
config:
- field.storage.media.field_media_image
- media.type.image
enforced:
module:
- media
module:
- image
_core:
default_config_hash: pzPA-2JwyxlJ3qMb4L9viAnhNhbEhl2couH8A3FO020
id: media.image.field_medi... | Make 'alt' field not required. @todo: Ideally we should hide this and set automatically. | Image: Make 'alt' field not required. @todo: Ideally we should hide this and set automatically.
| YAML | mit | ISO-tech/sw-d8,ISO-tech/sw-d8,ISO-tech/sw-d8,ISO-tech/sw-d8 |
4a80ced618f2106ca14fd5c0674f45436937b80d | .github/workflows/build.yml | .github/workflows/build.yml | name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of ana... | name: Build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of ana... | Update actions/cache action to v3 | Update actions/cache action to v3 | YAML | apache-2.0 | mcaserta/spring-crypto-utils |
4bdfb3c6fc8f8f88f9f4699fb3ebfea6a1453bdc | .github/workflows/build.yml | .github/workflows/build.yml | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
- ruby: 2.7
gemfile: gemfiles/rails60.gemf... | name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
include:
- ruby: 3.1
gemfile: Gemfile
- ruby: "3.0"
gemfile: gemfiles/rails61.gemfile
- ruby: 2.7
gemfile: gemfiles/rails60.gemf... | Test PostgreSQL adapter on CI | Test PostgreSQL adapter on CI
| YAML | mit | ankane/blazer,ankane/blazer,ankane/blazer |
9a81a8f39c60cd95fb0cd0083c38b3b469a1f441 | .github/workflows/build.yml | .github/workflows/build.yml | ---
name: build
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- README.md
pull_request:
branches:
- master
jobs:
ansible-lint:
container:
image: quay.io/ansible/toolset:main
name: Lint Ansible files
runs-on: ubuntu-latest
steps:
- uses: actions/chec... | ---
name: build
on: # yamllint disable-line rule:truthy
push:
paths-ignore:
- README.md
pull_request:
branches:
- master
jobs:
ansible-lint:
container:
image: quay.io/ansible/toolset:main
name: Lint Ansible files
runs-on: ubuntu-latest
steps:
- uses: actions/chec... | Add unit testing only, parallelize in actions | Add unit testing only, parallelize in actions
| YAML | mit | aglorei/dotfiles,aglorei/dotfiles |
fac84e28529b83b9bd44f2de8eb75be54388bf58 | .github/workflows/maven.yml | .github/workflows/maven.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 ... | # 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 ... | Add Java 16-ea to GitHub builds. | Add Java 16-ea to GitHub builds.
| YAML | apache-2.0 | apache/commons-bcel,apache/commons-bcel,apache/commons-bcel |
297e3cea39efcaef69e30b5b2ad59018e11d4a3e | .github/workflows/maven.yml | .github/workflows/maven.yml | name: Maven CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'... | name: Maven CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'... | Throw error when lint fails | Throw error when lint fails
| YAML | mit | csdms/bmi-java,csdms/bmi-java |
b9ce0e9668c5ce6eca490c5b7770bf74006b842e | .github/workflows/maven.yml | .github/workflows/maven.yml | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3.2.0
with:
... | name: build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
steps:
- uses: actions/checkout@v3
- name: Setup java
uses: actions/setup-java@v3.3.0
with:
... | Update actions/setup-java action to v3.3.0 | Update actions/setup-java action to v3.3.0
| YAML | mit | dvare/dynamic-loader |
a24b024e7b9b35454463c992d0be973c66206355 | .github/workflows/pythonlint.yml | .github/workflows/pythonlint.yml | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
... | # This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
... | Exclude tests folder from flake8 lint tests | Exclude tests folder from flake8 lint tests
| YAML | mit | SpunkyBot/spunkybot,SpunkyBot/spunkybot |
db4864f8d11ecc09556b042328aeb8299de62807 | recipes/sahi/meta.yaml | recipes/sahi/meta.yaml | {% set name = "sahi" %}
{% set version = "0.8.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz
sha256: 4b6855a1db49988c775759cf9ccafa875c03267e1ef6856f84094cc9e5728452
build:
number: 0
noarch: pyt... | {% set name = "sahi" %}
{% set version = "0.8.0" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz
sha256: 4b6855a1db49988c775759cf9ccafa875c03267e1ef6856f84094cc9e5728452
build:
number: 0
noarch: pyt... | Support Python 3.7 or above only | Support Python 3.7 or above only | YAML | bsd-3-clause | stuertz/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-... |
f7d2e1f4259a2c77e25742da683d0b8f9665c7ef | ansible/roles/bind9/tasks/boot-script.yml | ansible/roles/bind9/tasks/boot-script.yml | # _ _ _ ___ ___ _
# | |__ (_)_ __ __| |/ _ \ / / |_ __ _ ___| | _____
# | '_ \| | '_ \ / _` | (_) |/ /| __/ _` / __| |/ / __|
# | |_) | | | | | (_| |\__, / / | || (_| \__ \ <\__ \
# |_.__/|_|_| |_|\__,_| /_/_/ \__\__,_|___/_|\_\___/
# ... | # _ _ _ ___ ___ _
# | |__ (_)_ __ __| |/ _ \ / / |_ __ _ ___| | _____
# | '_ \| | '_ \ / _` | (_) |/ /| __/ _` / __| |/ / __|
# | |_) | | | | | (_| |\__, / / | || (_| \__ \ <\__ \
# |_.__/|_|_| |_|\__,_| /_/_/ \__\__,_|___/_|\_\___/
# ... | Fix the number of KILL | Fix the number of KILL
| YAML | bsd-2-clause | azumakuniyuki/make-server,azumakuniyuki/make-server,azumakuniyuki/make-server,azumakuniyuki/make-server |
e8c1d22ec435a2a7ac8590a8f1772c4eb9359e6b | conda/meta.yaml | conda/meta.yaml | package:
name: arccssive
version: {{ GIT_DESCRIBE_TAG }}
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: {{ GIT_BUILD_STR }}
source:
git_url: ../
build:
script: python setup.py install
entry_points:
- search_replica = ARCCSSive.cli.search_replica:main
- compare_ESGF = AR... | package:
name: arccssive
version: {{ GIT_DESCRIBE_TAG }}
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: {{ GIT_BUILD_STR }}
source:
git_url: ../
build:
script: python setup.py install
entry_points:
- search_replica = ARCCSSive.cli.search_replica:main
- compare_ESGF = AR... | Make esgf stuff depend on python 2 | Make esgf stuff depend on python 2
| YAML | apache-2.0 | coecms/ARCCSSive |
d610ba0bd9c4da9b4cf90e300dc2514f33233d2c | behat.yml | behat.yml | default:
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
installation:
contexts:
- Behat\MinkExtension\Context\MinkContext
- CSBill\CoreBundle\Behat\CoreContext
- CSBill\In... | default:
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
installation:
contexts:
- Behat\MinkExtension\Context\MinkContext
- CSBill\CoreBundle\Behat\CoreContext
- CSBill\In... | Disable debug mode when running Behat tests | Disable debug mode when running Behat tests
| YAML | mit | CSBill/CSBill,pierredup/SolidInvoice,CSBill/CSBill,CSBill/CSBill,CSBill/CSBill,SolidInvoice/SolidInvoice,pierredup/CSBill,pierredup/CSBill,SolidInvoice/SolidInvoice,pierredup/CSBill,pierredup/CSBill,pierredup/SolidInvoice,SolidInvoice/SolidInvoice |
68d4076c1d79c7fa972a90216ee1f9d5d7cc2c0d | data/transition-sites/icinspector.yml | data/transition-sites/icinspector.yml | ---
site: icinspector
whitehall_slug: independent-chief-inspector-of-borders-and-immigration
homepage: https://www.gov.uk/government/organisations/independent-chief-inspector-of-borders-and-immigration
tna_timestamp: 20140404084345
host: icinspector.independent.gov.uk
| ---
site: icinspector
whitehall_slug: independent-chief-inspector-of-borders-and-immigration
homepage: https://www.gov.uk/government/organisations/independent-chief-inspector-of-borders-and-immigration
tna_timestamp: 20170803100457
host: icinspector.independent.gov.uk
| Add timestamp to ICIBI for the national archive. | Add timestamp to ICIBI for the national archive.
Trello: https://trello.com/c/fqyGw8LI/133-add-timestamp-to-icibi-in-transition-tool
| YAML | mit | alphagov/transition-config,alphagov/transition-config |
84831dcd6247165a98cf044bd217abac0d2d632e | install_files/ansible-base/roles/development/tasks/main.yml | install_files/ansible-base/roles/development/tasks/main.yml | ---
- name: install apt package deps for dev environment
apt: pkg="{{ item }}" state=latest
with_items: dev_deps
- name: install pip deps for dev env
pip: requirements="{{ dev_pip_requirements }}"
- name: set SECUREDROP_ENV in bashrc
lineinfile:
dest: /home/{{ securedrop_user }}/.bashrc
state: present... | ---
- name: update apt package lists
apt: update_cache=yes
- name: install apt package deps for dev environment
apt: pkg="{{ item }}" state=latest
with_items: dev_deps
- name: install pip deps for dev env
pip: requirements="{{ dev_pip_requirements }}"
- name: set SECUREDROP_ENV in bashrc
lineinfile:
de... | Update apt before installing packages in development | Update apt before installing packages in development
| YAML | agpl-3.0 | pwplus/securedrop,jeann2013/securedrop,conorsch/securedrop,micahflee/securedrop,jrosco/securedrop,ageis/securedrop,heartsucker/securedrop,chadmiller/securedrop,jeann2013/securedrop,conorsch/securedrop,heartsucker/securedrop,garrettr/securedrop,conorsch/securedrop,GabeIsman/securedrop,jaseg/securedrop,heartsucker/secure... |
920fa3eda27e7952f8aa9b2c991e7eb17d14f93d | ansible/roles/node-yeoman-webapp-project/tasks/main.yml | ansible/roles/node-yeoman-webapp-project/tasks/main.yml | ---
- name: Create project directory
file: name=yo-webapp state=directory
# avoid interactive prompts by creating config files with answers
- name: Create insight config directory
file: path=.config/configstore state=directory
- name: Create insight configuration files
template: src={{ item }} dest=.config/conf... | ---
- name: Create project directory
file: name=~/yo-webapp state=directory
# avoid interactive prompts by creating config files with answers
- name: Create insight config directory
file: path=~/.config/configstore state=directory
- name: Create insight configuration files
template: src={{ item }} dest=~/.confi... | Fix yeoman webapp project paths to be relative to user home directory | Fix yeoman webapp project paths to be relative to user home directory
| YAML | mit | ebargtuo/docker-dev-env,ebargtuo/docker-dev-env,ebargtuo/docker-dev-env |
2022a23bb5b53a173ddebca1c78739b84b89c4a0 | app/config/routing.yml | app/config/routing.yml | app:
resource: "@AppBundle/Controller/"
type: annotation
| the_game_maps:
resource: "@TheGameMapsBundle/Controller/"
type: annotation
prefix: /
app:
resource: "@AppBundle/Controller/"
type: annotation
| Update to include the TheGame:MapBundle controller | Update to include the TheGame:MapBundle controller
| YAML | apache-2.0 | syacko/UYBGames,syacko/UYBGames |
36926ca886abc3efae5631b2173a936974a62add | .github/workflows/dockerpublish.yml | .github/workflows/dockerpublish.yml | name: Docker
on:
push:
branches:
- master
env:
IMAGE_NAME: toolbox
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
run:
docker build -t $IMAGE_NAME .
- name: Log into github registry
run: echo "${{ sec... | name: Docker
on:
push:
branches:
- main
env:
IMAGE_NAME: toolbox
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build image
run:
docker build -t $IMAGE_NAME .
- name: Log into github registry
run: echo "${{ secre... | Switch docker publishing to main branch | Switch docker publishing to main branch | YAML | mit | apexskier/dotfiles,apexskier/dotfiles |
0ffd6fa19047866c6032bbbccf56d4501cf5413a | .github/workflows/macos_mkspecs.yml | .github/workflows/macos_mkspecs.yml | name: MacOS C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
MacOS-mkspecs:
uses: steinwurf/macos-mkspecs-action/.github/workflows/actio... | name: MacOS C++ make-specs
on:
workflow_dispatch:
inputs:
extra_resolve_options:
description: "Extra Resolve Options"
required: false
schedule:
- cron: "0 1 * * *" # 3 AM CET
push:
pull_request:
jobs:
MacOS-mkspecs:
uses: steinwurf/macos-mkspecs-action/.github/workflows/actio... | Update MacOS C++ make-specs to new version 5.0.0 | Update MacOS C++ make-specs to new version 5.0.0 | YAML | bsd-3-clause | steinwurf/petro,steinwurf/petro |
66ba5a403a5eb900e263f69f5624feda11486767 | docs/antora.yml | docs/antora.yml | name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: '1.4'
nav:
- modules/ROOT/nav.adoc
| name: rubocop
title: RuboCop
# We always provide version without patch here (e.g. 1.1),
# as patch versions should not appear in the docs.
version: 'master'
nav:
- modules/ROOT/nav.adoc
| Switch back the docs version to master | Switch back the docs version to master
| YAML | mit | rrosenblum/rubocop,tejasbubane/rubocop,rrosenblum/rubocop,tdeo/rubocop,tejasbubane/rubocop,bbatsov/rubocop,maxjacobson/rubocop,bbatsov/rubocop,tejasbubane/rubocop,tdeo/rubocop,rrosenblum/rubocop,tdeo/rubocop,maxjacobson/rubocop,maxjacobson/rubocop |
cb047ae2707d774eb4eaa52c4334abe9a805b1c2 | playbooks/roles/elasticsearch/defaults/main.yml | playbooks/roles/elasticsearch/defaults/main.yml | ---
elasticsearch_version: 1.7
elasticsearch_plugins:
kopf:
source: lmenezes/elasticsearch-kopf
cloud-aws:
source: elasticsearch/elasticsearch-cloud-aws/2.4.1
elasticsearch_deps:
- default-jdk
| ---
elasticsearch_version: 1.7
elasticsearch_plugins:
kopf:
source: lmenezes/elasticsearch-kopf
cloud-aws:
source: elasticsearch/elasticsearch-cloud-aws/2.7.1
elasticsearch_deps:
- default-jdk
| Use elasticsearch-cloudwatch-aws version compatible with ES 1.7 | Use elasticsearch-cloudwatch-aws version compatible with ES 1.7
| YAML | mit | alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws |
1d08d577f564adfbc15c6c089d05c3d1ce64216a | schema/Claim.schema.yaml | schema/Claim.schema.yaml | title: Claim
'@id': stencila:Claim
extends: CreativeWork
role: secondary
status: unstable
description: A claim represents specific reviewable facts or statements.
$comment: |
It is usually displayed as a block element and can have a label and title.
In the context of a scholarly article this could be a theorem or p... | title: Claim
'@id': stencila:Claim
extends: CreativeWork
role: secondary
status: unstable
description: A claim represents specific reviewable facts or statements.
$comment: |
It is usually displayed as a block element and can have a label and title.
In the context of a scholarly article this could be a theorem or p... | Use 'statement' for claim type enum | Use 'statement' for claim type enum
| YAML | apache-2.0 | stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila,stencila/stencila |
445600ae5d8a543a8829961fd31bdea32f5d082a | .forestry/front_matter/templates/review.yml | .forestry/front_matter/templates/review.yml | ---
label: review
hide_body: false
is_partial: false
fields:
- type: include
name: defaults
label: defaults
template: partial-default
- type: include
name: date
label: date
template: partial-date
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
... | ---
label: review
hide_body: false
is_partial: false
fields:
- type: text
name: title
label: Title
- type: include
name: date
label: date
template: partial-date
- name: attribution
label: Attribution
type: text
hidden: false
default: ''
- type: select
name: book
config:
source:
type: pag... | Update from Forestry.io - Updated Forestry configuration | Update from Forestry.io - Updated Forestry configuration | YAML | mit | sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann |
5e2aaeae028b425369ef5be47d71d5728fe26135 | .github/workflows/create-docker-images.yaml | .github/workflows/create-docker-images.yaml | name: Create and publish Docker images
on:
# push:
# branches: ['develop']
workflow_dispatch:
jobs:
create-and-publish-dev-image:
name: Create and publish dev image
# if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/c... | name: Create and publish Docker images
on:
workflow_dispatch:
push:
branches: ['develop', 'server-migration']
jobs:
create-and-publish-dev-image:
name: Create and publish dev image
# if: github.ref == 'refs/heads/develop'
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
... | Add branch name to job | Add branch name to job
| YAML | mit | uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged,uccser/cs-unplugged |
413f127bdb9df239ca0c4f12acdbca05913f39c3 | ansible/roles/app/tasks/main.yml | ansible/roles/app/tasks/main.yml | ---
- name: Install app dependencies
pip: requirements={{ deploy_directory }}/repo/requirements.txt
virtualenv={{ deploy_directory }}/venv
executable={{ deploy_directory }}/venv/bin/pip
sudo_user: "{{ app_user }}"
| ---
- name: Install app dependencies
pip: requirements={{ deploy_directory }}/repo/app/requirements.txt
virtualenv={{ deploy_directory }}/venv
executable={{ deploy_directory }}/venv/bin/pip
sudo_user: "{{ app_user }}"
| Change location of reqs file | Change location of reqs file
| YAML | bsd-3-clause | logston/ipy.io,logston/ipy.io,logston/ipy.io,logston/ipy.io |
565c807d3b98baf80f7f5d1ede21704ee1999d47 | nodepool/elements/infra-package-needs/package-installs.yaml | nodepool/elements/infra-package-needs/package-installs.yaml | coreutils:
cron:
util-linux:
openssh-server:
build-essential:
python-dev:
python3-dev:
uuid-runtime:
| coreutils:
cron:
util-linux:
openssh-server:
build-essential:
python-dev:
python3-dev:
uuid-runtime:
traceroute:
| Add traceroute to default preinstalled packageset | Add traceroute to default preinstalled packageset
When building images with diskimage-builder, include traceroute so
that it can be used as an ever-present diagnostic in a variety of
jobs without having to declare it in job-specific or
project-specific dependency lists.
Change-Id: Ic0be90226d01b399f3ca0c26ad6d43bcaa2... | YAML | apache-2.0 | openstack-infra/project-config,dongwenjuan/project-config,Tesora/tesora-project-config,openstack-infra/project-config,Tesora/tesora-project-config,dongwenjuan/project-config |
e9b8f853e0290fe5289dbd668cac2aeb31f49b4a | .appveyor.yml | .appveyor.yml | environment:
matrix:
- WIN_SHELL: C:\cygwin\bin\bash
WIN_MAKE: C:\cygwin\bin\make
WIN_SETUP: C:\cygwin\setup-x86.exe
SHELL: /cygdrive/c/cygwin/bin/bash
MAKE: /cygdrive/c/cygwin/bin/make
CC: /cygdrive/c/cygwin/bin/gcc
CXX: /cygdrive/c/cygwin/bin/g++
FC: /cygdrive/c/cygwin/bin/gfortran
... | environment:
matrix:
- WIN_SHELL: C:\cygwin\bin\bash
WIN_MAKE: C:\cygwin\bin\make
WIN_SETUP: C:\cygwin\setup-x86.exe
SHELL: /cygdrive/c/cygwin/bin/bash
MAKE: /cygdrive/c/cygwin/bin/make
SETUP: /cygdrive/c/cygwin/bin/setup-x86.exe
CC: /cygdrive/c/cygwin/bin/gcc
CXX: /cygdrive/c/cygwin/... | Fix identation and add Unix-style variable 'SETUP' | Fix identation and add Unix-style variable 'SETUP'
| YAML | apache-2.0 | igorbonadio/make,renatocf/make,basejumpa/make,umake/make,basejumpa/make,renatocf/make,umakefile/make,umakefile/make,igorbonadio/make,renatocf/make,basejumpa/make,umake/make,igorbonadio/make,umakefile/make,umake/make |
e4edd3d8792977cabc0d46a65f3b41e5716f5b79 | install.conf.yaml | install.conf.yaml | - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.condarc: managed/anaconda/condarc
~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light
~/.flink: managed/flink
~/.gitconfig: managed/git/gitconfig
~/.iterm2:
if: '[ `uname` = Darwin ]'
p... | - defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.condarc: managed/anaconda/condarc
~/.dircolors: managed/dircolors-solarized/dircolors.ansi-light
~/.flink: managed/flink
~/.gitconfig: managed/git/gitconfig
~/.iterm2:
if: '[ `uname` = Darwin ]'
p... | Fix nested installation of oh-my-zsh. | Fix nested installation of oh-my-zsh.
| YAML | mit | stefanistrate/dotfiles |
c9fe99cd351380c6082b68429c27ffb87af4e47d | prow/oss/cluster/monitoring/grafana_expose.yaml | prow/oss/cluster/monitoring/grafana_expose.yaml | ---
apiVersion: v1
kind: Service
metadata:
labels:
app: grafana
name: grafana
namespace: prow-monitoring
spec:
type: NodePort
sessionAffinity: ClientIP
ports:
- name: http
port: 3001
targetPort: http
- name: nginx
port: 80
targetPort: nginx
selector:
app: grafana
# TODO(chaodai... | ---
apiVersion: v1
kind: Service
metadata:
labels:
app: grafana
name: grafana
namespace: prow-monitoring
spec:
type: NodePort
sessionAffinity: ClientIP
ports:
- name: http
port: 3001
targetPort: http
- name: nginx
port: 80
targetPort: nginx
selector:
app: grafana
---
apiVersion... | Revert "Revert "Expose prow monitoring dashboard"" | Revert "Revert "Expose prow monitoring dashboard""
This reverts commit 53dabe6f1bca1ee2c9e83168b8be5634905c7aa8.
| YAML | apache-2.0 | GoogleCloudPlatform/oss-test-infra,GoogleCloudPlatform/oss-test-infra |
f3815b3e29aba6470df0198cc9e1a2a018f92b18 | .eslintrc.yml | .eslintrc.yml | ---
extends:
- "plugin:shopify/es5"
- "plugin:shopify/node"
- "plugin:shopify/jquery"
env:
browser: true
node: true
jquery: true
globals:
theme: true
Shopify: false
slate: true
QRCode: false
rules:
no-lonely-if: 0
comma-dangle: 0
spaced-comment: 0
indent: ["error", 2, {"SwitchCase": 1}]
| ---
extends:
- "plugin:shopify/es5"
- "plugin:shopify/node"
- "plugin:shopify/jquery"
env:
browser: true
node: true
jquery: true
globals:
theme: true
Shopify: false
slate: true
QRCode: false
rules:
no-lonely-if: 0
comma-dangle: 0
spaced-comment: 0
no-process-env: 0
indent: ["error", 2, {"... | Remove warning when using process.env | Remove warning when using process.env
| YAML | mit | t-kelly/slate,t-kelly/slate |
f392f8afd4960bd3089463277eff9e8a0c6f77da | packages/de/dequeue.yaml | packages/de/dequeue.yaml | homepage: ''
changelog-type: ''
hash: 8702b1f815eb3132730b83e600f259b0142681d5d7e6b9b52e6bfb29fe02cdc6
test-bench-deps:
Cabal: -any
base: <5
cabal-test-quickcheck: -any
dequeue: -any
maintainer: Henry Bucklow <henry@elsie.org.uk>
synopsis: A typeclass and an implementation for double-ended queues.
changelog: ''... | homepage: ''
changelog-type: ''
hash: 547c2a71819dca0ae1bf7c15fb290b39f80d5d9a6f9985a06a1cb8645b578df2
test-bench-deps:
Cabal: -any
base: <5
cabal-test-quickcheck: -any
dequeue: -any
maintainer: Henry Bucklow <henry@elsie.org.uk>
synopsis: A typeclass and an implementation for double-ended queues.
changelog: ''... | Update from Hackage at 2015-09-03T12:18:01+0000 | Update from Hackage at 2015-09-03T12:18:01+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
a242f1212cf786d73e622e8cf31376df961db166 | .github/workflows/build_on_push.yml | .github/workflows/build_on_push.yml | name: build_on_push
on: [push]
env:
BUILD_TYPE: Release
jobs:
#---------------------------------------------------------------------
# MacOS CI
build_MacOS:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install dependencies
... | name: build_on_push
on: [push]
env:
BUILD_TYPE: Release
jobs:
#---------------------------------------------------------------------
# MacOS CI
build_MacOS:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install dependencies
... | Add googletest checkout to Linux build | Add googletest checkout to Linux build
| YAML | mit | AnotherJohnH/Platform,AnotherJohnH/Platform,AnotherJohnH/Platform,AnotherJohnH/Platform |
4bc31bafa06c6b1fa188a6f4fce37ee77f398539 | .github/workflows/push-packages.yml | .github/workflows/push-packages.yml | name: Publish to GitHub Packages
on: push
jobs:
publish:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache Maven artifacts
uses: actions/cache@v2
with:
path: ~/.m2/repositor... | name: Publish to GitHub Packages
on: push
jobs:
publish:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Cache Maven artifacts
uses: actions/cache@v2
with:
path: ~/.m2/repositor... | Include sources for GitHub Packages deployments | Include sources for GitHub Packages deployments
| YAML | apache-2.0 | fbonzon/graphhopper,boldtrn/graphhopper,graphhopper/map-matching,graphhopper/graphhopper,fbonzon/graphhopper,graphhopper/map-matching,fbonzon/graphhopper,boldtrn/graphhopper,graphhopper/graphhopper,graphhopper/graphhopper,boldtrn/graphhopper,graphhopper/map-matching,fbonzon/graphhopper,graphhopper/graphhopper,boldtrn/g... |
711216c3a2ecfe8b41392ff45f4fec13f0864872 | .github/workflows/test-examples.yml | .github/workflows/test-examples.yml | name: "Execute Docker example tests"
on:
push:
branches:
- master
jobs:
Test Examples:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- na... | name: "Execute Docker example tests"
on:
push:
branches:
- master
jobs:
Test-Examples:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- na... | Fix key for examples tests workflow. | Fix key for examples tests workflow.
| YAML | mit | Fizzadar/pyinfra,Fizzadar/pyinfra |
27a3ecb5608e59e63372fa2363dab7a3a3458b62 | packages/hm/HMarkov.yaml | packages/hm/HMarkov.yaml | homepage: https://github.com/swizzard/HMarkov#readme
changelog-type: ''
hash: b309e19591793888c67987638cd4b1284923d4b4f8ed48e3141f4d835d78fcff
test-bench-deps:
base: ! '>=4.7 && <5'
HMarkov: -any
lens: -any
tasty-quickcheck: -any
mtl: -any
tasty-hunit: -any
random: -any
tasty: -any
QuickCheck: -any
... | homepage: https://github.com/swizzard/HMarkov#readme
changelog-type: ''
hash: d80032845b2921820b1a72d6044f544dc843f72f61bac8bc45debc7d641c76d0
test-bench-deps:
base: ! '>=4.7 && <5'
HMarkov: -any
lens: -any
tasty-quickcheck: -any
mtl: -any
tasty-hunit: -any
random: -any
tasty: -any
QuickCheck: -any
... | Update from Hackage at 2016-12-04T18:08:59Z | Update from Hackage at 2016-12-04T18:08:59Z | YAML | mit | commercialhaskell/all-cabal-metadata |
f23b9c50863d288bce6d1d2c80e3b89dd63a3cf6 | extras/docker/compose/docker-compose.yml | extras/docker/compose/docker-compose.yml | version: '3.7'
services:
web:
image: wger/devel:2.0-dev
volumes:
- type: bind
source: ../../../
target: /home/wger/src/
- media:/home/wger/media
ports:
- 8000:8000
env_file:
- ./dev.env
depends_on:
- db
- cache
db:
image: postgres:12.0-al... | version: '3.7'
services:
web:
image: wger/devel:2.0-dev
volumes:
- type: bind
source: ../../../
target: /home/wger/src/
- media:/home/wger/media
ports:
- 8000:8000
env_file:
- ./dev.env
depends_on:
- db
- cache
db:
image: postgres:12-alpi... | Use the last version of the 12er postgres release | Use the last version of the 12er postgres release
| YAML | agpl-3.0 | rolandgeider/wger,petervanderdoes/wger,wger-project/wger,rolandgeider/wger,rolandgeider/wger,rolandgeider/wger,petervanderdoes/wger,wger-project/wger,petervanderdoes/wger,wger-project/wger,wger-project/wger,petervanderdoes/wger |
3bbd844b58266d331310721b6c9084db799501fc | app.yaml | app.yaml | service: react-render
runtime: custom
env: flex
# TODO(jlfwong): Figure out what the right scaling policy is
automatic_scaling:
min_num_instances: 1
max_num_instances: 200
cool_down_period_sec: 60
cpu_utilization:
target_utilization: 0.4
resources:
cpu: 1
# TODO(benkraft): This feels like more memory ... | service: react-render
runtime: custom
env: flex
# TODO(jlfwong): Figure out what the right scaling policy is
automatic_scaling:
min_num_instances: 1
max_num_instances: 200
cool_down_period_sec: 60
cpu_utilization:
target_utilization: 0.2
resources:
cpu: 1
# TODO(benkraft): This feels like more memory ... | Update target CPU use to 20%. | Update target CPU use to 20%.
The react-render server is not scaling to handle the load of the video
page. With recent changes to the way we do SSR, it's bound on network
and/or memory, not CPU. In flex, we cannot sale based on the concurrent
connections or memory, so this sets the target CPU to about what it is
when ... | YAML | mit | Khan/react-render-server,Khan/react-render-server,Khan/react-render-server |
c3628abb127e9790d967e9fb7620f63212e85418 | metadata/de.storchp.opentracks.osmplugin.yml | metadata/de.storchp.opentracks.osmplugin.yml | Categories:
- Sports & Health
- Navigation
License: Apache-2.0
AuthorName: OpenTracks Team
WebSite: https://github.com/OpenTracksApp
SourceCode: https://github.com/OpenTracksApp/OSMDashboard
IssueTracker: https://github.com/OpenTracksApp/OSMDashboard/issues
AutoName: OpenTracks - OSM Dashboard
RepoType: git
Repo:... | Categories:
- Sports & Health
- Navigation
License: Apache-2.0
AuthorName: OpenTracks Team
WebSite: https://github.com/OpenTracksApp
SourceCode: https://github.com/OpenTracksApp/OSMDashboard
IssueTracker: https://github.com/OpenTracksApp/OSMDashboard/issues
AutoName: OpenTracks - OSM Dashboard
RepoType: git
Repo:... | Update OpenTracks - OSM Dashboard to 1.5.0 (7) | Update OpenTracks - OSM Dashboard to 1.5.0 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
834d08dcb126ad2f2c2848bfe21c2acda9c56370 | .appveyor.yml | .appveyor.yml | platform: Any CPU
image: Visual Studio 2017
configuration: Debug
before_build:
- nuget restore
- nuget install xunit.runner.console -Version 2.2.0 -OutputDirectory buildtools
- nuget install OpenCover -Version 4.6.519 -OutputDirectory buildtools
- nuget install coveralls.net -Version 0.412 -OutputDirec... | platform: Any CPU
image: Visual Studio 2017
configuration: Debug
environment:
OPENCOVER_VER: 4.6.519
XUNIT_VER: 2.2.0
COVERALLS_VER: 0.412
before_build:
- nuget restore
- cmd: nuget install xunit.runner.console -Version %XUNIT_VER% -OutputDirectory buildtools
- cmd: nuget install OpenCover -Ve... | Use environment vars for nuget package versions | Use environment vars for nuget package versions
[skip ci]
| YAML | mit | RipcordSoftware/HttpWebClient |
05060d476729021e2ae7add7386b58d1859293b3 | packages/pa/partial.yaml | packages/pa/partial.yaml | homepage: https://github.com/paf31/partial
changelog-type: ''
hash: f49cbb0cfb2f101a006bb54ada3982ae85b6413d019fd92927ce259b3666e172
test-bench-deps: {}
maintainer: paf31@cantab.net
synopsis: A nullary type class for partial functions
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.1.0.0'
author: Phi... | homepage: https://github.com/paf31/partial
changelog-type: ''
hash: 43deb5d10262ebba8eb200078866e7828d282dac1ce8666c67b9c29122488360
test-bench-deps: {}
maintainer: paf31@cantab.net
synopsis: A nullary type class for partial functions
changelog: ''
basic-deps:
base: ! '>=4 && <5'
all-versions:
- '0.1.0.0'
- '1.0.0.0'... | Update from Hackage at 2017-11-28T17:43:41Z | Update from Hackage at 2017-11-28T17:43:41Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ae6651445e8fc600d11e9f3095f77203593f59cd | ansible/roles/facts/tasks/main.yml | ansible/roles/facts/tasks/main.yml | ---
- name: "Create facts and tags directories"
local_action:
module: file
path: "{{ item }}"
state: directory
with_items:
- "{{ fact_dir }}"
- "{{ tag_dir }}"
become: False
# Common facts we want to apply to all images
- include: facts.yml
# We lookup any facts starting with nectar_image_pr... | ---
- name: "Create facts and tags directories"
local_action:
module: file
path: "{{ item }}"
state: directory
with_items:
- "{{ fact_dir }}"
- "{{ tag_dir }}"
become: False
# Common facts we want to apply to all images
- include: facts.yml
# We lookup any facts starting with nectar_image_pr... | Add debugging to show image property facts | Add debugging to show image property facts
Change-Id: I52c79423f586c38f4ce5f7f7bad9478a9b1b2a0f
| YAML | apache-2.0 | NeCTAR-RC/nectar-images,NeCTAR-RC/nectar-images |
fc9c85232edeb4d46c27e783dcf9e083c7d8309a | .eslintrc.yml | .eslintrc.yml | env:
browser: true
es6: true
greasemonkey: true
extends: 'eslint:recommended'
rules:
indent:
- error
- 2
linebreak-style:
- error
- unix
quotes:
- warn
- single
semi:
- error
- always
eqeqeq:
- error
- always
no-else-return: error
no-useless-return: error
no... | parserOptions:
ecmaVersion: 2018
env:
browser: true
greasemonkey: true
extends: 'eslint:recommended'
rules:
indent:
- error
- 2
linebreak-style:
- error
- unix
quotes:
- warn
- single
semi:
- error
- always
eqeqeq:
- error
- always
no-else-return: error
no-use... | Update ECMAScript version to 2018 | Update ECMAScript version to 2018
| YAML | unlicense | curipha/userscripts,curipha/userscripts |
679558e255100e689568d749fb1fef943d3e7ecb | app/config/static_routing.yml | app/config/static_routing.yml | homepage:
pattern: /
defaults:
_controller: FrameworkBundle:Template:template
template: 'MainBundle:Default:index.html.twig'
maxAge: 86400
sharedMaxAge: 86400
private: false
examples:
pattern: /ejemplo/
defaults:
_controller: FrameworkBundle:Template:temp... | homepage:
pattern: /
defaults:
_controller: FrameworkBundle:Template:template
template: 'MainBundle:Default:index.html.twig'
examples:
pattern: /ejemplo/
defaults:
_controller: FrameworkBundle:Template:template
template: 'MainBundle:Example\\Default:examples.html.twig' | Remove cache data for templateController | Remove cache data for templateController
| YAML | mit | showmethecodeteam/showmethecode,showmethecodeteam/showmethecode,showmethecodeteam/showmethecode |
80d168274ea7a22076065b67a074a30e85327c16 | config/worker.ruby.yml | config/worker.ruby.yml | memory: 1536
json:
rvm:
default: 1.8.7
rubies:
- name: 1.9.3
- name: rbx-head
arguments: --branch 2.0.testing
using: 1.8.7
- name: rbx-head
arguments: -n d19 --branch 2.0.testing -- --default-version=1.9
using: 1.9.3
check_for: rbx-head-d19
- name: 1.8.7
- nam... | memory: 1536
json:
rvm:
default: 1.8.7
rubies:
- name: 1.9.3
- name: rbx-head
arguments: --branch 2.0.testing
using: 1.8.7
- name: rbx-head
arguments: -n d19 --branch 2.0.testing --19
using: 1.9.3
check_for: rbx-head-d19
- name: 1.8.7
- name: jruby
- name:... | Use --19 flag to avoid libyaml configuration issues | Use --19 flag to avoid libyaml configuration issues
| YAML | mit | 0xCCD/travis-boxes,travis-ci/travis-boxes |
657f29ad08979423ea57eabdd8e7078e9adc478d | packages/chiffchaff-reporter-www/.travis.yml | packages/chiffchaff-reporter-www/.travis.yml | language: node_js
matrix:
include:
- node_js: '0.10'
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 5
- node_js: 6
- node_js: node
| language: node_js
matrix:
include:
- node_js: '0.12'
- node_js: iojs
- node_js: 4
- node_js: 6
- node_js: node
| Drop support for old Node | Drop support for old Node
| YAML | mit | zentrick/chiffchaff,zentrick/chiffchaff |
d1b2c7a078dc4e365c01bfb54b365fadb891769e | roles/i3/tasks/main.yml | roles/i3/tasks/main.yml | ---
- name: Install i3wm
apt:
name: i3-wm
become: yes
- name: Install i3blocks
apt:
name: i3blocks
become: yes
- name: Install desktop enviroment extras
apt:
name: "{{ item }}"
become: yes
with_items:
- xautolock
- feh
- pavucontrol
- moka-icon-theme
- vinagre
- rofi
... | ---
- name: Install i3wm
apt:
name: i3
become: yes
- name: Install i3blocks
apt:
name: i3blocks
become: yes
- name: Install desktop enviroment extras
apt:
name: "{{ item }}"
become: yes
with_items:
- xautolock
- feh
- pavucontrol
- moka-icon-theme
- vinagre
- rofi
... | Revert to i3 the real metapakage | Revert to i3 the real metapakage
| YAML | apache-2.0 | jarias/linux-setup |
584fd8a9811592d04c7c1d43c37778410b8d6590 | .appveyor.yml | .appveyor.yml | install:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
- bash -lc "pacman -S git tar binutils autoconf make libtool automake python2 p7zip patch gcc mingw-w64-$(uname -m)-python3-sphinx"
build_script:
- echo "test"
test: off
| install:
- set MSYSTEM=MINGW64
- set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\local\bin;C:\msys64\usr\bin;%PATH%
- bash -lc "pacman -S --noconfirm git binutils p7zip gcc mingw-w64-$(uname -m)-python3-sphinx"
- bash -lc "curl -L http://www.haskell.org/ghc/dist/7.10.1/ghc-7.10.1-x86_64-unknown-mingw32.tar... | Install prerequisites for Windows build. | Install prerequisites for Windows build.
See #110. [skip ci]
| YAML | bsd-3-clause | sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,izgzhen/hadrian,snowleopard/shaking-up-ghc,quchen/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc,snowleopard/hadrian |
134a168d72202581db604166c18bb0f3cd1897bf | .appveyor.yml | .appveyor.yml | version: 1.0.{build}
image: Visual Studio 2017
shallow_clone: true
configuration: Release
platform: x64
install:
- cmd: scripts\bin\windows\genie.exe vs2017
build:
parallel: true
verbosity: minimal
project: build/projects/vs2017/slang.sln
test_script:
- cmd: build\win64_vs2017\bin\unittestsRelease.exe | version: 1.0.{build}
image: Visual Studio 2017 Preview
shallow_clone: true
configuration: Release
platform: x64
install:
- cmd: scripts\bin\windows\genie.exe vs2017
build:
parallel: true
verbosity: minimal
project: build/projects/vs2017/slang.sln
test_script:
- cmd: build\win64_vs2017\bin\unittestsReleas... | Use preview version of VS2017 in AppVeyor to fix internal compiler error | Use preview version of VS2017 in AppVeyor to fix internal compiler error
| YAML | mit | MikePopoloski/slang,MikePopoloski/slang |
37735f5ff8d40aaea2689db9f5feea2af7c90961 | {{cookiecutter.project_short_name}}/envs/report.yaml | {{cookiecutter.project_short_name}}/envs/report.yaml | name: report
channels:
- conda-forge
dependencies:
- python=3.7
- pango=1.42.4
- cairocffi==1.1.0
- psutil=5.7.2
- weasyprint==51
- pandoc=2.10.1
- pip=20.1.1
- pip:
- pandoc-tablenos==1.4.2
- pandoc-fignos==1.4.2
- pantable==0.12.2
| name: report
channels:
- conda-forge
dependencies:
- python=3.7
- pango=1.42.4
- cairocffi==1.1.0
- psutil=5.7.2
- weasyprint==51
- pandoc=2.9.2.1
- pip=20.1.1
- pip:
- pandoc-tablenos==1.4.2
- pandoc-fignos==1.4.2
- pantable==0.12.3
| Downgrade pandoc for pantable compatibility | Downgrade pandoc for pantable compatibility
| YAML | mit | timtroendle/cookiecutter-reproducible-science |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.