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 |
|---|---|---|---|---|---|---|---|---|---|
3be1834ca724d0476bc9dbeccb852804f7a1a619 | packages/de/deque.yaml | packages/de/deque.yaml | homepage: https://github.com/nikita-volkov/deque
changelog-type: ''
hash: 4c022ab1c168afce7ce9ad103790d2795ab450a1b4a19b74a2ff4facc89b2539
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Double-ended queue
changelog: ''
basic-deps:
base: ! '>=4.6 && <5'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
- '0.2.2'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.2.2'
description-type: haddock
description: ! 'An implementation of Double-Ended Queue (aka Dequeue or Deque)
based on the head-tail linked list.'
license-name: MIT
| homepage: https://github.com/nikita-volkov/deque
changelog-type: ''
hash: d1a184c549c140f1f7a799b008b071c82b3983e0ea9fe00b0b8c4b6a40976073
test-bench-deps: {}
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
synopsis: Double-ended queue
changelog: ''
basic-deps:
base: ! '>=4.9 && <5'
semigroups: ! '>=0.11 && <0.19'
all-versions:
- '0.1'
- '0.2'
- '0.2.1'
- '0.2.2'
- '0.2.3'
author: Nikita Volkov <nikita.y.volkov@mail.ru>
latest: '0.2.3'
description-type: haddock
description: ! 'An implementation of Double-Ended Queue (aka Dequeue or Deque)
based on the head-tail linked list.'
license-name: MIT
| Update from Hackage at 2018-10-05T13:03:17Z | Update from Hackage at 2018-10-05T13:03:17Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
2671269832f9e31645b38922ddde66abee1f90e0 | build/appveyor.yml | build/appveyor.yml | branches:
only:
- develop
version: 2016.0.{build}
configuration: Release
environment:
XAMARIN_COOKIE: dc489106db6e4099bc7cf0d2472de180
install:
- ps: $zipPath = "$($env:APPVEYOR_BUILD_FOLDER)\xpkg.zip"
- ps: (New-Object Net.WebClient).DownloadFile('https://components.xamarin.com/submit/xpkg', $zipPath)
- ps: 7z x $zipPath | Out-Null
- ps: Set-Content -path "$env:USERPROFILE\.xamarin-credentials" -value "xamarin.com,$env:XAMARIN_COOKIE"
before_build:
- xamarin-component.exe restore Source\CrossApplication.sln
- ps: nuget restore Source\CrossApplication.sln
build:
verbosity: minimal
assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
| branches:
only:
- develop
version: 2017.0.{build}
configuration: Release
environment:
XAMARIN_COOKIE: dc489106db6e4099bc7cf0d2472de180
install:
- ps: $zipPath = "$($env:APPVEYOR_BUILD_FOLDER)\xpkg.zip"
- ps: (New-Object Net.WebClient).DownloadFile('https://components.xamarin.com/submit/xpkg', $zipPath)
- ps: 7z x $zipPath | Out-Null
- ps: Set-Content -path "$env:USERPROFILE\.xamarin-credentials" -value "xamarin.com,$env:XAMARIN_COOKIE"
before_build:
- xamarin-component.exe restore Source\CrossApplication.sln
- ps: nuget restore Source\CrossApplication.sln
build:
verbosity: minimal
assembly_info:
patch: true
file: AssemblyInfo.cs
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
| Change version number to 2017.0.{build} | Change version number to 2017.0.{build}
| YAML | apache-2.0 | jan-schubert/CrossApplication,jan-schubert/CrossMailing |
cddf2d9c1d143e3d2da93cd5c6513fc5cf1cd343 | packages/li/lingo.yaml | packages/li/lingo.yaml | homepage: https://github.com/tclem/lingo-haskell
changelog-type: ''
hash: 3e78222c5db255a8f351d6c11c47a0031a53abdf47da2356ac2fef6a7dda6d9b
test-bench-deps:
base: ^>=4.12.0.0
hspec: -any
lingo: -any
maintainer: timothy.clem@gmail.com
synopsis: File extension based programming language detection
changelog: ''
basic-deps:
bytestring: -any
base: ^>=4.12.0.0
text: -any
filepath: -any
containers: -any
raw-strings-qq: -any
yaml: -any
all-versions:
- 0.1.0.0
- 0.1.0.1
author: Timothy Clem
latest: 0.1.0.1
description-type: markdown
description: |
# Lingo
Detect programming languages from file extensions and common filenames. Based on [linguist's](https://github.com/github/linguist) registry of languages.
## Development
```
cabal new-update
cabal new-configure
cabal new-build
```
license-name: BSD-3-Clause
| homepage: https://github.com/tclem/lingo-haskell
changelog-type: ''
hash: 3e78222c5db255a8f351d6c11c47a0031a53abdf47da2356ac2fef6a7dda6d9b
test-bench-deps:
base: ^>=4.12.0.0
hspec: -any
lingo: -any
maintainer: timothy.clem@gmail.com
synopsis: File extension based programming language detection
changelog: ''
basic-deps:
bytestring: -any
base: ^>=4.12.0.0
text: -any
filepath: -any
containers: -any
raw-strings-qq: -any
yaml: -any
all-versions:
- 0.1.0.1
author: Timothy Clem
latest: 0.1.0.1
description-type: markdown
description: |
# Lingo
Detect programming languages from file extensions and common filenames. Based on [linguist's](https://github.com/github/linguist) registry of languages.
## Development
```
cabal new-update
cabal new-configure
cabal new-build
```
license-name: BSD-3-Clause
| Update from Hackage at 2019-08-19T22:03:21Z | Update from Hackage at 2019-08-19T22:03:21Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
cb0030f1f6b9be58b48bd2e9314315b44a6ed0a9 | packages/st/Stack.yaml | packages/st/Stack.yaml | homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
changelog-type: ''
hash: b9bcfa1132bab6411d5f19eaad9498689a74230f86927d5ef2e7648c92e91c79
test-bench-deps: {}
maintainer: rwlock404@yahoo.com
synopsis: Stack data structure type
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0'
author: Robert Walker
latest: '0.1.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
| homepage: https://en.wikipedia.org/wiki/Stack_(abstract_data_type)
changelog-type: ''
hash: 23e8ac23f5f28b6d18e87c48cd7a7122307b91d98a34fd678a35df2807902525
test-bench-deps: {}
maintainer: rwlock404@yahoo.com
synopsis: Stack data structure type
changelog: ''
basic-deps:
base: ! '>=4.7 && <5'
all-versions:
- '0.1.0'
- '0.2.0'
author: Robert Walker
latest: '0.2.0'
description-type: haddock
description: Please see README.md
license-name: BSD3
| Update from Hackage at 2016-12-08T16:08:25Z | Update from Hackage at 2016-12-08T16:08:25Z | YAML | mit | commercialhaskell/all-cabal-metadata |
ab48e7311cb4690b92103acf023a79882dda1076 | hieradata/development.yaml | hieradata/development.yaml | ---
asset_root: 'http://static.dev.gov.uk'
website_root: 'http://www.dev.gov.uk'
govuk::deploy::config::govuk_env: development
govuk::apps::public_link_tracker::enabled: true
govuk::apps::external_link_tracker::enabled: true
govuk::apps::finder_frontend::enabled: true
govuk::apps::finder_api::enabled: true
govuk::apps::specialist_frontend::enabled: true
govuk::apps::specialist_publisher::enabled: true
govuk::lvm::no_op: true
govuk::mount::no_op: true
mongodb::server::development: true
ssh::config::allow_x11_forwarding: true
deploy_ssh_keys:
development_user: SEVIRUhFSEVIIFRoaXMgaXMgbm90IGEgcmVhbCBrZXkgYnV0IEknbSBnb2luZyB0byBtYWtlIGl0IGxvb2sgbGlrZSBpdCdzIG9uZSBqdXN0IHRvIHJlYWxseSBhbm5veSB5b3UhCg==
| ---
asset_root: 'http://static.dev.gov.uk'
website_root: 'http://www.dev.gov.uk'
govuk::deploy::config::govuk_env: development
govuk::apps::finder_frontend::enabled: true
govuk::apps::finder_api::enabled: true
govuk::apps::specialist_frontend::enabled: true
govuk::apps::specialist_publisher::enabled: true
govuk::lvm::no_op: true
govuk::mount::no_op: true
mongodb::server::development: true
ssh::config::allow_x11_forwarding: true
deploy_ssh_keys:
development_user: SEVIRUhFSEVIIFRoaXMgaXMgbm90IGEgcmVhbCBrZXkgYnV0IEknbSBnb2luZyB0byBtYWtlIGl0IGxvb2sgbGlrZSBpdCdzIG9uZSBqdXN0IHRvIHJlYWxseSBhbm5veSB5b3UhCg==
| Clean up no-longer-used hiera data | Clean up no-longer-used hiera data
| YAML | mit | alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet |
3b5c9d27ae4d52f8e68c7cf24c9c3e52b9c42edb | apps/btshell/pkg.yml | apps/btshell/pkg.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.
#
pkg.name: apps/btshell
pkg.type: app
pkg.description: Shell application exposing the nimble GAP and GATT.
pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
pkg.deps:
- kernel/os
- net/nimble/controller
- net/nimble/host
- net/nimble/host/services/gap
- net/nimble/host/services/gatt
- net/nimble/host/store/ram
- net/nimble/transport/ram
- sys/log/full
- sys/stats/full
- sys/console/full
- sys/shell
pkg.deps.BTSHELL_ANS:
- net/nimble/host/services/ans
| # 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.
#
pkg.name: apps/btshell
pkg.type: app
pkg.description: Shell application exposing the nimble GAP and GATT.
pkg.author: "Apache Mynewt <dev@mynewt.apache.org>"
pkg.homepage: "http://mynewt.apache.org/"
pkg.keywords:
pkg.deps:
- kernel/os
- net/nimble/host
- net/nimble/host/services/gap
- net/nimble/host/services/gatt
- net/nimble/host/store/ram
- net/nimble/transport
- sys/log/full
- sys/stats/full
- sys/console/full
- sys/shell
pkg.deps.BTSHELL_ANS:
- net/nimble/host/services/ans
| Use meta-package for HCI transport | apps/btshell: Use meta-package for HCI transport
| YAML | apache-2.0 | mlaz/mynewt-core,IMGJulian/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,IMGJulian/incubator-mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/apache-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,andrzej-kaczmarek/incubator-mynewt-core,andrzej-kaczmarek/apache-mynewt-core,IMGJulian/incubator-mynewt-core,mlaz/mynewt-core,andrzej-kaczmarek/incubator-mynewt-core |
249010d1ed2ed16978bcdd01999eba8305085b7c | setup/environment36.yml | setup/environment36.yml | name: emission
channels:
- conda-forge
- defaults
dependencies:
- arrow=0.12.1
- attrdict=2.0.0
- cheroot=6.2.*=py36_0
- future=0.16.0
- geojson=2.3.0
- google-auth=1.2.1
- jsonpickle=0.9.6
- numpy=1.12.1=py36_0
- pandas=0.20.1=np112py36_0
- pip=9.0.1=py36_1
- python=3.6.*
- python-dateutil=2.6.0=py36_0
- pytz=2017.2=py36_0
- requests=2.14.2=py36_0
- scikit-learn=0.18.1=np112py36_1
- scipy=0.19.0=np112py36_0
- sqlite=3.13.0
- utm=0.4.2
- xmltodict=0.11.0
- pip:
- jwcrypto==0.4.2
- pyfcm==1.4.3
- pygeocoder==1.2.5
- pykml==0.1.3
- pymongo==3.5.1
prefix: /Users/shankari/OSS/anaconda/envs/emission
| name: emission
channels:
- conda-forge
- defaults
dependencies:
- arrow=0.12.1
- attrdict=2.0.0
- cheroot=6.2.*=py36_0
- future=0.16.0
- geojson=2.3.0
- google-auth=1.2.1
- jsonpickle=0.9.6
- numpy=1.12.1=py36_0
- pandas=0.20.1=np112py36_0
- pip=9.0.1=py36_1
- python=3.6.1=2
- python-dateutil=2.6.0=py36_0
- pytz=2017.2=py36_0
- requests=2.14.2=py36_0
- scikit-learn=0.18.1=np112py36_1
- scipy=0.19.0=np112py36_0
- sqlite=3.13.0
- utm=0.4.2
- xmltodict=0.11.0
- pip:
- jwcrypto==0.4.2
- pyfcm==1.4.3
- pygeocoder==1.2.5
- pykml==0.1.3
- pymongo==3.5.1
prefix: /Users/shankari/OSS/anaconda/envs/emission
| Set a particular python version again | Set a particular python version again
| YAML | bsd-3-clause | e-mission/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,e-mission/e-mission-server,e-mission/e-mission-server,shankari/e-mission-server,shankari/e-mission-server,shankari/e-mission-server |
8fee2596e5ecfd177d79c9c85439feab181a3400 | pkg/front_end/pubspec.yaml | pkg/front_end/pubspec.yaml | name: front_end
# Currently, front_end API is not stable and users should not
# depend on semver semantics when depending on this package.
version: 0.1.15
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=2.1.0-dev.5.0 <3.0.0'
dependencies:
charcode: '^1.1.1'
convert: '^2.0.1'
crypto: '^2.0.2'
kernel: 0.3.15
meta: '^1.1.1'
package_config: '^1.0.1'
path: '^1.3.9'
source_span: '^1.2.3'
yaml: '^2.1.12'
dev_dependencies:
analyzer: 0.36.0
args: '>=0.13.0 <2.0.0'
build_integration:
path: ../build_integration
dart_style: '^1.0.7'
json_rpc_2: ^2.0.9
mockito: ^2.0.2
stream_channel: ^1.6.1
test: ^1.3.4
test_reflective_loader: ^0.1.0
web_socket_channel: ^1.0.4
| name: front_end
# Currently, front_end API is not stable and users should not
# depend on semver semantics when depending on this package.
version: 0.1.15
author: Dart Team <misc@dartlang.org>
description: Front end for compilation of Dart code.
homepage: https://github.com/dart-lang/sdk/tree/master/pkg/front_end
environment:
sdk: '>=2.1.0-dev.5.0 <3.0.0'
dependencies:
kernel: 0.3.15
package_config: '^1.0.1'
path: '^1.3.9'
yaml: '^2.1.12'
dev_dependencies:
analyzer: 0.36.0
args: '>=0.13.0 <2.0.0'
build_integration:
path: ../build_integration
dart_style: '^1.0.7'
json_rpc_2: ^2.0.9
test: ^1.3.4
test_reflective_loader: ^0.1.0
web_socket_channel: ^1.0.4
| Remove some unused front_end dependencies | Remove some unused front_end dependencies
There are no imports to these packages.
Change-Id: I51c194cd48b7fb594070616524f817267ae11d56
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98280
Reviewed-by: Brian Wilkerson <1f7641b6b14c52b9163524ab8d9aabff80176f21@google.com>
Commit-Queue: Kevin Moore <1d6e7d10d051cf619c5282da3c28fd8d3e0a65a4@google.com>
| YAML | bsd-3-clause | dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dart-lang/sdk,dart-archive/dart-sdk,dart-lang/sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dartino/dart-sdk,dartino/dart-sdk,dart-archive/dart-sdk,dart-lang/sdk,dart-lang/sdk,dart-lang/sdk |
f9d59e88ddb697e0c4e042c74a707547dbc2ec6a | ci/tasks/build.yml | ci/tasks/build.yml | platform: linux
image_resource:
type: docker-image
source:
repository: xtreme-shane-lattanzio/docker-image-resource
tag: test_version_tag
inputs:
- name: LicenseFinder
run:
path: ./LicenseFinder/ci/scripts/containerize-tests.sh
params:
RUBY_VERSION_UNDER_TEST:
| platform: linux
image_resource:
type: docker-image
source:
repository: concourse/docker-image-resource
tag: pr-141
inputs:
- name: LicenseFinder
run:
path: ./LicenseFinder/ci/scripts/containerize-tests.sh
params:
RUBY_VERSION_UNDER_TEST:
| Test new tag for docker | Test new tag for docker
Signed-off-by: Ryan Collins <e2d475a3a5a48d3344b3b85a740cb29f8312b0db@pivotal.io>
| YAML | mit | pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder,pivotal/LicenseFinder |
0c0fa90cf1bdba2d0821c9f099a67ba8528a6ad6 | bastion.yml | bastion.yml | - name: Configure bastion
hosts: bastion
become: true
roles:
- bastion
- common
- seed-ci
- role: cron-ansible
system_ansible_root: /opt/source/SeedCI
system_ansible_playbook: bastion.yml
system_ansible_inventory: /etc/ansible/hosts
- role: cron-cideploy
cideploy_ansible_root: /opt/source/SeedCI
cideploy_ansible_playbook: site.yml
cideploy_ansible_inventory: /etc/ansible/hosts
| - name: Configure bastion
hosts: bastion
become: true
roles:
- bastion
- common
- seed-ci
- role: cron-ansible
system_ansible_root: /opt/source/SeedCI
system_ansible_playbook: bastion.yml
system_ansible_inventory: /etc/ansible/hosts
- role: cron-cideploy
cideploy_ansible_root: /opt/source/cideploy_SeedCI
cideploy_ansible_playbook: site.yml
cideploy_ansible_inventory: /etc/ansible/hosts
| Use separate git checkout dir for cideploy | Use separate git checkout dir for cideploy
Because our cideploy job runs as non-root we cant share a git checkout
with root's job.
| YAML | apache-2.0 | jamielennox/hoist,SpamapS/hoist,jamielennox/hoist,SpamapS/hoist,BonnyCI/hoist,BonnyCI/hoist |
c15df7cf6d9e8e54b42eb9ab88dec85b830e45fc | bastion.yml | bastion.yml | - name: Configure bastion
hosts: bastion
become: true
roles:
- bastion
- common
- seed-ci
- role: cron-ansible
system_ansible_root: /opt/source/SeedCI
system_ansible_playbook: bastion.yml
system_ansible_inventory: /etc/ansible/hosts
- role: cron-cideploy
system_ansible_root: /opt/source/SeedCI
system_ansible_playbook: site.yml
system_ansible_inventory: /etc/ansible/hosts
| - name: Configure bastion
hosts: bastion
become: true
roles:
- bastion
- common
- seed-ci
- role: cron-ansible
system_ansible_root: /opt/source/SeedCI
system_ansible_playbook: bastion.yml
system_ansible_inventory: /etc/ansible/hosts
- role: cron-cideploy
cideploy_ansible_root: /opt/source/SeedCI
cideploy_ansible_playbook: site.yml
cideploy_ansible_inventory: /etc/ansible/hosts
| Use cideploy_ansible vars for cideploy role | Use cideploy_ansible vars for cideploy role
| YAML | apache-2.0 | BonnyCI/hoist,SpamapS/hoist,jamielennox/hoist,SpamapS/hoist,jamielennox/hoist,BonnyCI/hoist |
7d7cfe7ae5836d804aa0c78050d7ed5ba8e2dffd | metadata/godau.fynn.usagedirect.system.yml | metadata/godau.fynn.usagedirect.system.yml | Categories:
- System
License: GPL-3.0-or-later
AuthorName: Fynn Godau
AuthorEmail: fynngodau@mailbox.org
SourceCode: https://codeberg.org/fynngodau/usageDirect
IssueTracker: https://codeberg.org/fynngodau/usageDirect/issues
AutoName: usageDirect
RepoType: git
Repo: https://codeberg.org/fynngodau/usageDirect.git
Builds:
- versionName: '0.5'
versionCode: 6
commit: 014603b90aeedfdf2e9264be5cd31a67ee81b93b
subdir: Application
gradle:
- system
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.5'
CurrentVersionCode: 6
| Categories:
- System
License: GPL-3.0-or-later
AuthorName: Fynn Godau
AuthorEmail: fynngodau@mailbox.org
SourceCode: https://codeberg.org/fynngodau/usageDirect
IssueTracker: https://codeberg.org/fynngodau/usageDirect/issues
AutoName: usageDirect
RepoType: git
Repo: https://codeberg.org/fynngodau/usageDirect.git
Builds:
- versionName: '0.5'
versionCode: 6
commit: 014603b90aeedfdf2e9264be5cd31a67ee81b93b
subdir: Application
gradle:
- system
- versionName: '0.6'
versionCode: 7
commit: '0.6'
subdir: Application
gradle:
- system
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '0.6'
CurrentVersionCode: 7
| Update usageDirect to 0.6 (7) | Update usageDirect to 0.6 (7)
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
a3e0dc32912ff2fb98c08e29319abf6f4a92896d | metadata/de.markusfisch.android.pielauncher.yml | metadata/de.markusfisch.android.pielauncher.yml | Categories:
- Theming
License: MIT
AuthorName: Markus Fisch
AuthorEmail: mf@markusfisch.de
AuthorWebSite: https://www.markusfisch.de
SourceCode: https://github.com/markusfisch/PieLauncher
IssueTracker: https://github.com/markusfisch/PieLauncher/issues
Changelog: https://github.com/markusfisch/PieLauncher/releases
RepoType: git
Repo: https://github.com/markusfisch/PieLauncher.git
Builds:
- versionName: 1.11.0
versionCode: 18
commit: 1.11.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.11.0
CurrentVersionCode: 18
| Categories:
- Theming
License: MIT
AuthorName: Markus Fisch
AuthorEmail: mf@markusfisch.de
AuthorWebSite: https://www.markusfisch.de
SourceCode: https://github.com/markusfisch/PieLauncher
IssueTracker: https://github.com/markusfisch/PieLauncher/issues
Changelog: https://github.com/markusfisch/PieLauncher/releases
AutoName: Pie Launcher
RepoType: git
Repo: https://github.com/markusfisch/PieLauncher.git
Builds:
- versionName: 1.11.0
versionCode: 18
commit: 1.11.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.11.0
CurrentVersionCode: 18
| Set autoname of Pie Launcher | Set autoname of Pie Launcher
| YAML | agpl-3.0 | f-droid/fdroiddata,f-droid/fdroiddata |
296b74255523b2d60b73273625b30353f5048238 | roles/asdf/tasks/main.yml | roles/asdf/tasks/main.yml | - tags: [asdf]
block:
- name: Create directory for asdf
file:
path: "{{ asdf_install_dir }}"
state: directory
recurse: yes
owner: "{{ user.name }}"
group: "{{ user.group }}"
mode: 0o700
- name: Install asdf version manager
git:
repo: https://github.com/asdf-vm/asdf.git
version: "{{ asdf_version }}"
dest: "{{ asdf_install_dir }}"
update: no
clone: yes
- name: Configure asdf
template:
src: configure_asdf.sh
dest: "{{ shell_conf_dir }}/bash"
mode: 0o700
owner: "{{ user.name }}"
group: "{{ user.group }}"
- name: Configure global .gitignore for asdf
blockinfile:
path: "{{ git_global_ignore_file }}"
block: .tool-versions
marker: "# {mark} configuration for asdf virtual manager"
| - tags: [asdf]
block:
- name: Create directory for asdf
file:
path: "{{ asdf_install_dir }}"
state: directory
recurse: yes
owner: "{{ user.name }}"
group: "{{ user.group }}"
mode: 0o700
- name: Install asdf version manager
git:
repo: https://github.com/asdf-vm/asdf.git
version: "{{ asdf_version }}"
dest: "{{ asdf_install_dir }}"
force: yes
update: yes
clone: yes
- name: Configure asdf
template:
src: configure_asdf.sh
dest: "{{ shell_conf_dir }}/bash"
mode: 0o700
owner: "{{ user.name }}"
group: "{{ user.group }}"
- name: Configure global .gitignore for asdf
blockinfile:
path: "{{ git_global_ignore_file }}"
block: .tool-versions
marker: "# {mark} configuration for asdf virtual manager"
| Set force=yes while cloning repository | asdf: Set force=yes while cloning repository
| YAML | cc0-1.0 | kulla/my-ansible-scripts,kulla/my-ansible-scripts |
f8e52a7edb3e8bb6491e2165f1dd64f6bdaf6e2f | centos-ci/ansible/roles/cockpit-integration/tasks/main.yml | centos-ci/ansible/roles/cockpit-integration/tasks/main.yml | - name: Install Required System Packages
yum:
name: '{{ item }}'
state: present
with_items:
- cockpit
- xorg-X11-server-Xvfb
- firefox
- name: Check geckodriver
shell: geckodriver --version
| - name: Install Required System Packages
yum:
name: '{{ item }}'
state: present
with_items:
- cockpit
- xorg-x11-server-Xvfb
- firefox
- name: Check geckodriver
shell: geckodriver --version
| Fix typo in package name | Fix typo in package name
| YAML | lgpl-2.1 | leapp-to/prototype,ncoghlan/prototype,pcahyna/leapp-to-prototype,GAZDOWN/prototype,vmindru/prototype,leapp-to/prototype,leapp-to/prototype,GAZDOWN/prototype,ncoghlan/prototype,pcahyna/leapp-to-prototype,mfranczy/prototype,ncoghlan/prototype,vmindru/prototype,mfranczy/prototype,vmindru/prototype,GAZDOWN/leapp,vmindru/prototype,mfranczy/prototype,vinzenz/prototype,GAZDOWN/leapp,pcahyna/leapp-to-prototype,vinzenz/prototype,vinzenz/prototype,ncoghlan/prototype,GAZDOWN/prototype,leapp-to/prototype,vinzenz/prototype,GAZDOWN/prototype,pcahyna/leapp-to-prototype,mfranczy/prototype |
850b09476f1d2129a4cadfc37198bef46f6c0188 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on: [push]
jobs:
ci:
name: CI - OS ${{ matrix.os }}, Node.js ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [17.x]
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run prod
- name: Test
run: npm run test
- name: Upload coverage report
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
uses: codecov/codecov-action@v3
- name: SonarCloud Scan
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
| name: CI
on: [push]
jobs:
ci:
name: CI - OS ${{ matrix.os }}, Node.js ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [17.x, 18.x, 19.x]
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: npm ci
- name: Lint
run: npm run lint
- name: Build
run: npm run prod
- name: Test
run: npm run test
- name: Upload coverage report
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
uses: codecov/codecov-action@v3
- name: SonarCloud Scan
if: ${{ matrix.os == 'ubuntu-latest' && matrix.node-version == '16.x' }}
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
| Add latest node versions to matrix | Add latest node versions to matrix
| YAML | mit | michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper,michaeldzjap/react-signature-pad-wrapper |
c48da234ccf7b9a80c06c367627145e7725dbb4a | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Ruby Gems
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install Dependencies
run: |
gem install bundler --no-document
bundle config set deployment 'true'
bundle install --jobs 4 --local
- name: Run tests
run: script/test
- name: Rubocop
uses: gimenete/rubocop-action@1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| name: Continuous Integration
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache Ruby Gems
uses: actions/cache@v1
with:
path: vendor/bundle
key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gem-
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6
- name: Install Dependencies
run: |
gem install bundler --no-document
bundle config set deployment 'true'
bundle install --jobs 4 --local
- name: Run tests
run: script/test
- name: Rubocop Linter Action
uses: andrewmcodes/rubocop-linter-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
| Use more actively maintainer action | Use more actively maintainer action
| YAML | mit | lildude/micropub-github-pages |
2bac4f87d6ee6f37e6aa8327a6732cd7060495e5 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
| name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
| Upgrade Github actions scripts to v3 | Upgrade Github actions scripts to v3
| YAML | apache-2.0 | josdejong/workerpool |
f798f9f90cb570f418c8030f9b50f7a901788907 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: GitHub CI
on:
pull_request:
push:
schedule:
- cron: 0 0 * * 0
defaults:
run:
shell: 'bash -Eeuo pipefail -x {0}'
jobs:
generate-jobs:
name: Generate Jobs
runs-on: ubuntu-latest
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@v2
- id: generate-jobs
name: Generate Jobs
run: |
git clone --depth 1 https://github.com/docker-library/bashbrew.git -b master ~/bashbrew
strategy="$(~/bashbrew/scripts/github-actions/generate.sh)"
jq . <<<"$strategy" # sanity check / debugging aid
echo "::set-output name=strategy::$strategy"
test:
needs: generate-jobs
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Pull Dependencies
run: ${{ matrix.runs.pull }}
- name: Build ${{ matrix.name }}
run: ${{ matrix.runs.build }}
- name: History ${{ matrix.name }}
run: ${{ matrix.runs.history }}
- name: Test ${{ matrix.name }}
run: ${{ matrix.runs.test }}
- name: '"docker images"'
run: ${{ matrix.runs.images }}
| name: GitHub CI
on:
pull_request:
push:
schedule:
- cron: 0 0 * * 0
defaults:
run:
shell: 'bash -Eeuo pipefail -x {0}'
jobs:
generate-jobs:
name: Generate Jobs
runs-on: ubuntu-latest
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@v3
- uses: docker-library/bashbrew@HEAD
- id: generate-jobs
name: Generate Jobs
run: |
strategy="$("$BASHBREW_SCRIPTS/github-actions/generate.sh")"
echo "strategy=$strategy" >> "$GITHUB_OUTPUT"
jq . <<<"$strategy" # sanity check / debugging aid
test:
needs: generate-jobs
strategy: ${{ fromJson(needs.generate-jobs.outputs.strategy) }}
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Pull Dependencies
run: ${{ matrix.runs.pull }}
- name: Build ${{ matrix.name }}
run: ${{ matrix.runs.build }}
- name: History ${{ matrix.name }}
run: ${{ matrix.runs.history }}
- name: Test ${{ matrix.name }}
run: ${{ matrix.runs.test }}
- name: '"docker images"'
run: ${{ matrix.runs.images }}
| Use new "bashbrew" composite action | Use new "bashbrew" composite action
| YAML | apache-2.0 | docker-library/logstash,infosiftr/logstash |
b2b219e604fcb4b3c52e144ff87828562a221e78 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
experimental: [false]
include:
- python-version: 3.9
experimental: true
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get -y install plantuml libxml2-dev libxslt-dev python3-dev
python -m pip install --upgrade pip
pip install pytest
pip install --upgrade setuptools
pip install pytest pre-commit
pip install -c requirements.txt -e .[tests,sphinx,svgsupport,aafiguresupport,mathsupport,rawhtmlsupport]
- name: Lint
run: |
pre-commit run --all-files --show-diff-on-failure
if: matrix.python-version == '3.8'
- name: Test with pytest
continue-on-error: true
run: |
pytest -v
- name: Archive test output
uses: actions/upload-artifact@v2
with:
name: failed-tests
path: rst2pdf/tests/output
retention-days: 8
| name: Python package
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
experimental: [false]
include:
- python-version: 3.10-dev
experimental: true
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get -y install plantuml libxml2-dev libxslt-dev python3-dev
python -m pip install --upgrade pip
pip install pytest
pip install --upgrade setuptools
pip install pytest pre-commit
pip install -c requirements.txt -e .[tests,sphinx,svgsupport,aafiguresupport,mathsupport,rawhtmlsupport]
- name: Lint
run: |
pre-commit run --all-files --show-diff-on-failure
if: matrix.python-version == '3.8'
- name: Test with pytest
continue-on-error: true
run: |
pytest -v
- name: Archive test output
uses: actions/upload-artifact@v2
with:
name: failed-tests
path: rst2pdf/tests/output
retention-days: 8
| Set 3.9 as stable and 3.10 as experimental | CI: Set 3.9 as stable and 3.10 as experimental
We require the tests to pass under Python 3.9 now. 3.10 is not out yet,
but we should test it, allowing it to fail.
| YAML | mit | rst2pdf/rst2pdf,rst2pdf/rst2pdf |
771bc482d7cacd4cb9aec40edfdeaeaf0ae51724 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- '*'
pull_request:
schedule:
- cron: 0 14 * * 0
jobs:
ci:
name: Continuous Integration (PHP v${{ matrix.php }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0']
steps:
- name: Set up PHP
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- name: Check PHP version
run: php -v
- name: Checkout
uses: actions/checkout@v1
- name: Make
run: make ci
- name: Upload Coverage Reports
if: success()
run: |
[[ -z "${{ secrets.CODECOV_TOKEN }}" ]] || bash <(curl -s https://codecov.io/bash) -t "${{ secrets.CODECOV_TOKEN }}" -B "${{ github.ref }}"
| name: CI
on:
push:
branches:
- '*'
pull_request:
schedule:
- cron: 0 14 * * 0
jobs:
ci:
name: PHP v${{ matrix.php }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ['7.3', '7.4', '8.0']
steps:
- name: Set up PHP
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php }}
coverage: xdebug
- name: Check PHP version
run: php -v
- name: Checkout
uses: actions/checkout@v1
- name: Make
run: make ci
- name: Upload Coverage Reports
if: success()
run: |
[[ -z "${{ secrets.CODECOV_TOKEN }}" ]] || bash <(curl -s https://codecov.io/bash) -t "${{ secrets.CODECOV_TOKEN }}" -B "${{ github.ref }}"
| Use shorter names for GHA jobs. | Use shorter names for GHA jobs.
| YAML | mit | recoilphp/api |
342a8a745027baa80fc168aaff469f4c689552b9 | .github/workflows/ci.yml | .github/workflows/ci.yml | name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java-version:
- 8
- 11
- 15
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Maven Install
run: mvn install -B -V -DskipTests -Dair.check.skip-all
- name: Maven Tests
run: mvn install -B
| name: ci
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java-version:
- 8
- 11
- 15
- 16
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java-version }}
- name: Maven Install
run: mvn install -B -V -DskipTests -Dair.check.skip-all
- name: Maven Tests
run: mvn install -B
| Add Java 16 to CI | Add Java 16 to CI
| YAML | apache-2.0 | electrum/airlift,airlift/airlift,dain/airlift,airlift/airlift,airlift/airlift,electrum/airlift,dain/airlift,dain/airlift,electrum/airlift,dain/airlift,electrum/airlift,airlift/airlift |
b340ad56045733007b4031301724d2aaebbbac3c | .github/workflows/ci.yml | .github/workflows/ci.yml |
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CI
on: [push, pull_request]
jobs:
Package:
runs-on: ubuntu-latest
strategy:
matrix:
distro: [ "leap_latest" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
- name: Git Checkout
uses: actions/checkout@v2
# just for easier debugging...
- name: Inspect Installed Packages
run: rpm -qa | sort
- name: Package Build
run: yast-ci-ruby -o package
|
# See https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
name: CI
on: [push, pull_request]
jobs:
Package:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
distro: [ "leap_latest" ]
container:
image: registry.opensuse.org/yast/head/containers_${{matrix.distro}}/yast-ruby
steps:
- name: Git Checkout
uses: actions/checkout@v2
# just for easier debugging...
- name: Inspect Installed Packages
run: rpm -qa | sort
- name: Package Build
run: yast-ci-ruby -o package
| Disable fail-fast in GitHub Actions | Disable fail-fast in GitHub Actions
| YAML | mit | yast/skelcd-control-SLES,yast/skelcd-control-SLES |
f26928cd877164bf59546875119a73264d8355ce | .github/workflows/ci.yml | .github/workflows/ci.yml | name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.11', '1.12', '1.13', '1.14']
env:
VERBOSE: 1
GOFLAGS: -mod=readonly
GOPROXY: https://proxy.golang.org
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint
- name: Test
run: make test
| name: CI
on:
push:
branches:
- master
pull_request:
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.11', '1.12', '1.13', '1.14', '1.15']
env:
VERBOSE: 1
GOFLAGS: -mod=readonly
GOPROXY: https://proxy.golang.org
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Checkout code
uses: actions/checkout@v2
- name: Lint
run: make lint
- name: Test
run: make test
| Add Go 1.15 to the build matrix | Add Go 1.15 to the build matrix
Signed-off-by: Mark Sagi-Kazar <96fc3fb31ad15c04c92a83051be1defd0efbd70d@gmail.com>
| YAML | mit | spf13/viper |
3c2a0846c5c236865d5d839efdfbf891e6bdf1cb | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python3-yoga-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Add Python3 yoga unit tests | Add Python3 yoga unit tests
This patch updates the project template to use the Yoga project template
to ensure unit testing is in place for all of the tested runtimes
for yoga. For more please refer to [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I47f85706b2b5ad8ac12ac67e97b5bb7179572615
| YAML | apache-2.0 | openstack/oslo.concurrency |
09c3a31e8f1d2de6f292399ac97c61b1dca3e5b7 | .zuul.yaml | .zuul.yaml | - project:
check:
jobs:
- monasca-tempest-python-mysql:
voting: false
- monasca-tempest-python-postgresql:
voting: false
- monasca-tempest-java-mysql:
voting: false
- monasca-tempest-java-postgresql:
voting: false
| - project:
check:
jobs:
- monasca-tempest-python-influxdb:
voting: false
- monasca-tempest-java-influxdb:
voting: false
| Remove PostgreSQL tempest jobs from Zuul | Remove PostgreSQL tempest jobs from Zuul
* remove monasca-tempest-*-postgresql jobs
* rename monasca-tempest-*-mysql -> monasca-tempest-*-influxdb jobs
Story: 2001650
Task: 6675
Change-Id: I6d5e55d78dcb0c5689918e341b1090158731b689
Depends-On: https://review.openstack.org/550795
| YAML | apache-2.0 | openstack/monasca-notification,openstack/monasca-notification,stackforge/monasca-notification |
1feba0a1f744517ad96d67e8a672429df93a13f7 | .zuul.yaml | .zuul.yaml | - project:
cloud-provider-openstack-unittest:
jobs:
- cloud-provider-openstack-unittest
cloud-provider-openstack-acceptance-test-lb-octavia:
jobs:
- cloud-provider-openstack-acceptance-test-lb-octavia
cloud-provider-openstack-acceptance-test-keystone-authentication-authorization:
jobs:
- cloud-provider-openstack-acceptance-test-keystone-authentication-authorization
cloud-provider-openstack-acceptance-test-e2e-conformance:
jobs:
- cloud-provider-openstack-acceptance-test-e2e-conformance
cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.10:
jobs:
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.10
periodic:
jobs:
- cloud-provider-openstack-acceptance-test-e2e-conformance
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.10
| - project:
cloud-provider-openstack-unittest:
jobs:
- cloud-provider-openstack-unittest
cloud-provider-openstack-acceptance-test-lb-octavia:
jobs:
- cloud-provider-openstack-acceptance-test-lb-octavia
cloud-provider-openstack-acceptance-test-keystone-authentication-authorization:
jobs:
- cloud-provider-openstack-acceptance-test-keystone-authentication-authorization
cloud-provider-openstack-acceptance-test-k8s-cinder:
jobs:
- cloud-provider-openstack-acceptance-test-k8s-cinder
cloud-provider-openstack-acceptance-test-standalone-cinder:
jobs:
- cloud-provider-openstack-acceptance-test-standalone-cinder
cloud-provider-openstack-acceptance-test-csi-cinder:
jobs:
- cloud-provider-openstack-acceptance-test-csi-cinder
cloud-provider-openstack-acceptance-test-e2e-conformance:
jobs:
- cloud-provider-openstack-acceptance-test-e2e-conformance
cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.10:
jobs:
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.10
periodic:
jobs:
- cloud-provider-openstack-acceptance-test-e2e-conformance
- cloud-provider-openstack-acceptance-test-e2e-conformance-stable-branch-v1.10
| Add k8s/cinder standalone/cinder and csi/cinder jobs | Add k8s/cinder standalone/cinder and csi/cinder jobs
- cloud-provider-openstack-acceptance-test-k8s-cinder
- cloud-provider-openstack-acceptance-test-standalone-cinder
- cloud-provider-openstack-acceptance-test-csi-cinder
| YAML | apache-2.0 | kubernetes/cloud-provider-openstack,kubernetes/cloud-provider-openstack,kubernetes/cloud-provider-openstack |
1f2e7b06cf222650ce3f39dacedada756eb49b3c | .circleci/config.yml | .circleci/config.yml | version: 2.1
orbs:
node: circleci/node@1.1.6
jobs:
build-and-test:
executor:
name: node/default
tag: '12-browsers'
steps:
- checkout
- node/with-cache:
steps:
- run: npm install
- run: npm run test-ci
- run:
name: Upload coverage
command: ./node_modules/.bin/codecov
- store_test_results:
path: projects/auth0-angular/test-results
workflows:
build-and-test:
jobs:
- build-and-test
| version: 2.1
orbs:
node: circleci/node@1.1.6
jobs:
build-and-test:
executor:
name: node/default
tag: '12-browsers'
steps:
- checkout
- node/with-cache:
steps:
- run: npm install
- run: npm run lint -- auth0-angular
- run: npm run test-ci
- run:
name: Upload coverage
command: ./node_modules/.bin/codecov
- store_test_results:
path: projects/auth0-angular/test-results
workflows:
build-and-test:
jobs:
- build-and-test
| Add lint command to CI step | Add lint command to CI step
| YAML | mit | auth0/auth0-angular,auth0/auth0-angular,auth0/auth0-angular |
20ea7697ae134f959e5633a49175b1f1d87d8e15 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9.1
working_directory: /go/src/github.com/FINRAOS
steps:
- run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite .
- run:
comand: |
cd yum-nginx-api
make build
make docker
- run:
name: Docker push
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push finraos/yum-nginx-api:latest | version: 2
jobs:
build:
docker:
- image: circleci/golang:1.9.1
working_directory: /go/src/github.com/FINRAOS
steps:
- run: git clone https://github.com/FINRAOS/yum-nginx-api.git -b go-rewrite .
- run:
shell: /bin/sh
command: |
cd yum-nginx-api
make build
make docker
- run:
shell: /bin/sh
command: |
docker login -u $DOCKER_USER -p $DOCKER_PASS
docker push finraos/yum-nginx-api:latest | Change build to work with circleci 2 | Change build to work with circleci 2
| YAML | apache-2.0 | FINRAOS/yum-nginx-api,FINRAOS/yum-nginx-api |
b6f9d6e136792f22c25b3381ef39c7ada5fc05fb | .circleci/config.yml | .circleci/config.yml | # Generic config to build a gem
version: 2.1
# Checkout with a fetch and pull
checkout_repo: &checkout
run:
name: Checkout
command: 'git config user.name "circleci" && git config user.email "richard.parratt@sharesight.co.nz" && git fetch && git checkout master && git pull && git merge --no-edit $CIRCLE_BRANCH && git status'
# Install Ruby dependencies
run: &bundle_install
name: Bundle Install
command: 'gem install bundler && bundle --version && bundle install'
jobs:
test:
parameters:
ruby-version:
type: string
docker:
- image: circleci/ruby:<< parameters.ruby-version >>
steps:
- checkout
- *checkout
- run: *bundle_install
- run: bundle exec rubocop
- run:
name: 'Test gem'
command: rake test
# using a matrix to test against multiple Ruby version
# https://circleci.com/docs/2.0/configuration-reference/#matrix-requires-version-21
workflows:
test:
jobs:
- test:
matrix:
parameters:
ruby-version: ["2.6.5", "2.7.1", "2.7.3"]
| # Generic config to build a gem
version: 2.1
# Checkout with a fetch and pull
checkout_repo: &checkout
run:
name: Checkout
command: 'git config user.name "circleci" && git config user.email "richard.parratt@sharesight.co.nz" && git fetch && git checkout master && git pull && git merge --no-edit $CIRCLE_BRANCH && git status'
# Install Ruby dependencies
run: &bundle_install
name: Bundle Install
command: 'gem install bundler && bundle --version && bundle install'
jobs:
test:
parameters:
ruby-version:
type: string
docker:
- image: circleci/ruby:<< parameters.ruby-version >>
steps:
- checkout
- *checkout
- run: *bundle_install
- run: bundle exec rubocop
- run:
name: 'Test gem'
command: rake test
# using a matrix to test against multiple Ruby version
# https://circleci.com/docs/2.0/configuration-reference/#matrix-requires-version-21
workflows:
test:
jobs:
- test:
matrix:
parameters:
ruby-version: ["2.7.1", "2.7.3"]
| Remove support for Ruby 2.6 | Remove support for Ruby 2.6
| YAML | mit | sharesight/flappi,sharesight/flappi,sharesight/flappi |
46b6bddf6b1a4832006e13f9a5b4d11c80eb11f3 | .circleci/config.yml | .circleci/config.yml | version: 2.1
aliases:
# Variables
- &project_working_directory ~/project
- &yarn_cache_version v1
orbs:
eq: equisoft/build-tools@0.0.7
executors:
node:
working_directory: *project_working_directory
docker:
- image: node:10
commands:
attach-project-directory:
steps:
- attach_workspace:
at: *project_working_directory
yarn-install:
steps:
- eq/with-yarn-cache:
cache-version: *yarn_cache_version
yarn-legacy: true
jobs:
init-workspace:
executor: node
steps:
- checkout
- persist_to_workspace:
root: '.'
paths: '.'
yarn-install:
executor: node
steps:
- attach-project-directory
- yarn-install
build:
executor: node
steps:
- attach-project-directory
- yarn-install
- run: yarn grunt build
- persist_to_workspace:
root: .
paths:
- js/dist
eslint:
executor: node
steps:
- attach-project-directory
- yarn-install
- run: yarn eslint:ci
test:
executor: node
steps:
- attach-project-directory
- yarn-install
- run: yarn test:ci
workflows:
version: 2
build_and_test:
jobs:
- init-workspace
- yarn-install:
requires:
- init-workspace
- test:
requires:
- yarn-install
- build:
requires:
- yarn-install
| version: 2.1
aliases:
# Variables
- &project_working_directory ~/project
- &yarn_cache_version v1
orbs:
eq: equisoft/build-tools@0.0.7
executors:
node:
working_directory: *project_working_directory
docker:
- image: node:10
commands:
attach-project-directory:
steps:
- attach_workspace:
at: *project_working_directory
yarn-install:
steps:
- eq/with-yarn-cache:
cache-version: *yarn_cache_version
jobs:
init-workspace:
executor: node
steps:
- checkout
- persist_to_workspace:
root: '.'
paths: '.'
yarn-install:
executor: node
steps:
- attach-project-directory
- yarn-install
build:
executor: node
steps:
- attach-project-directory
- yarn-install
- run: yarn build
- persist_to_workspace:
root: .
paths:
- js/dist
eslint:
executor: node
steps:
- attach-project-directory
- yarn-install
- run: yarn eslint:ci
test:
executor: node
steps:
- attach-project-directory
- yarn-install
- run: yarn test:ci
workflows:
version: 2
build_and_test:
jobs:
- init-workspace
- yarn-install:
requires:
- init-workspace
- test:
requires:
- yarn-install
- build:
requires:
- yarn-install
| Fix yarn install in ci | Fix yarn install in ci
| YAML | mit | kronostechnologies/kronos-app-frontend |
8f023ec3840d1b7356014e84e092b404d3224896 | .circleci/config.yml | .circleci/config.yml | version: 2.0
my-steps: &steps
- checkout
- run: sudo pip install -r requirements.txt
- run: sudo pip install flake8 pytest
- run: python --version ; pip --version ; pwd ; ls
# stop the build if there are Python syntax errors or undefined names
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
#- run: pytest # test_s2gs test_replays
- run: python -m unittest discover test_s2gs
- run: python -m unittest discover test_replays
jobs:
Python_2.7:
docker:
- image: circleci/python:2.7
steps: *steps
Python_3.6:
docker:
- image: circleci/python:3.6
steps: *steps
workflows:
version: 2
build:
jobs:
- Python_2.7
- Python_3.6
| version: 2.0
my-steps: &steps
- checkout
- run: sudo pip install -r requirements.txt
- run: sudo pip install flake8 pytest
- run: python --version ; pip --version ; pwd ; ls
# stop the build if there are Python syntax errors or undefined names
- run: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
#- run: pytest # test_s2gs test_replays
- run: python -m unittest discover test_s2gs
- run: python -m unittest discover test_replays
jobs:
Python2:
docker:
- image: circleci/python:2.7.15
steps: *steps
Python3:
docker:
- image: circleci/python:3.7
steps: *steps
workflows:
version: 2
build:
jobs:
- Python2
- Python3
| Upgrade from Python 3.6 —> 3.7 | CircleCI: Upgrade from Python 3.6 —> 3.7 | YAML | mit | ggtracker/sc2reader,StoicLoofah/sc2reader,ggtracker/sc2reader,StoicLoofah/sc2reader |
c8d39cf0b8505b7038398d7c4010d080b226cb54 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: linuxbrew/linuxbrew
environment:
HOMEBREW_DEVELOPER: 1
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- run: |
cd /home/linuxbrew/.linuxbrew/Homebrew
git pull --ff-only
if [ -n "$CIRCLE_PR_NUMBER" ]; then
git fetch origin pull/$CIRCLE_PR_NUMBER/head
fi
git reset --hard $CIRCLE_SHA1
git config --global user.name LinuxbrewTestBot
git config --global user.email testbot@linuxbrew.sh
- run: |
umask 022
PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
mkdir /home/linuxbrew/test-bot
cd /home/linuxbrew/test-bot
brew test-bot
- run: ls /home/linuxbrew/test-bot
- store_artifacts:
path: /home/linuxbrew/test-bot
- store_test_results:
path: /home/linuxbrew/test-bot
| version: 2
jobs:
build:
docker:
- image: linuxbrew/linuxbrew
environment:
HOMEBREW_DEVELOPER: 1
HOMEBREW_NO_AUTO_UPDATE: 1
steps:
- run:
name: Install unzip and svn for tests
command: sudo apt-get update && sudo apt-get install -y unzip subversion
- run: |
cd /home/linuxbrew/.linuxbrew/Homebrew
git pull --ff-only
if [ -n "$CIRCLE_PR_NUMBER" ]; then
git fetch origin pull/$CIRCLE_PR_NUMBER/head
fi
git reset --hard $CIRCLE_SHA1
git config --global user.name LinuxbrewTestBot
git config --global user.email testbot@linuxbrew.sh
- run: |
umask 022
PATH="/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH"
mkdir /home/linuxbrew/test-bot
cd /home/linuxbrew/test-bot
brew test-bot
- run: ls /home/linuxbrew/test-bot
- store_artifacts:
path: /home/linuxbrew/test-bot
- store_test_results:
path: /home/linuxbrew/test-bot
| Use system unzip and subversion for the tests | Use system unzip and subversion for the tests
| YAML | bsd-2-clause | Linuxbrew/brew,maxim-belkin/brew,Linuxbrew/brew,Linuxbrew/brew,maxim-belkin/brew,Linuxbrew/brew,maxim-belkin/brew |
d042116f6147ff6fa473289609c59f7e3b760328 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
bch:
machine: true
steps:
- checkout
- run:
name: Build docker image
command: docker build --rm -t btcpool_bch --build-arg BUILD_ENV_TAG=bch-0.17.2 --build-arg BUILD_TYPE=Debug --build-arg BUILD_JOBS=2 --build-arg WORK_WITH_STRATUM_SWITCHER=OFF .
- run:
name: Run unit tests
command: docker run --rm btcpool_bch /work/btcpool/build/unittest
workflows:
version: 2
build_and_test:
jobs:
- bch
| version: 2
jobs:
bch:
machine: true
steps:
- checkout
- run:
name: Build docker image
command: docker build --rm -t btcpool_bch --build-arg BUILD_ENV_TAG=bch-0.18.5 --build-arg BUILD_TYPE=Debug --build-arg BUILD_JOBS=2 --build-arg WORK_WITH_STRATUM_SWITCHER=OFF .
- run:
name: Run unit tests
command: docker run --rm btcpool_bch /work/btcpool/build/unittest
workflows:
version: 2
build_and_test:
jobs:
- bch
| Use bch-0.18.5 in CircleCI build | Use bch-0.18.5 in CircleCI build
| YAML | mit | btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool,btccom/btcpool |
a4e4d2b0f686bd29bf08d1a20686c3224702b4e9 | .circleci/config.yml | .circleci/config.yml | version: 2.0
references:
rust_cfg: &rust_cfg
docker:
- image: rust:1.26.2
jobs:
test-openblas:
<<: *rust_cfg
steps:
- checkout
- run:
name: test OpenBLAS backend
command: |
apt update && apt install -y gfortran
cargo test --no-default-features --features=openblas
test-netlib:
<<: *rust_cfg
steps:
- checkout
- run:
name: test NetLib backend
command: |
apt update && apt install -y cmake gfortran
cargo test --no-default-features --features=netlib
test-intel-mkl:
<<: *rust_cfg
steps:
- checkout
- run:
name: test Intel MKL backend
command: cargo test --no-default-features --features=intel-mkl
format:
<<: *rust_cfg
steps:
- checkout
- run:
name: check format
command: |
rustup component add rustfmt-preview
cargo fmt -- --write-mode=diff
workflows:
version: 2
tests:
jobs:
- test-openblas
- test-netlib
- test-intel-mkl
- format
| version: 2.0
references:
rust_cfg: &rust_cfg
docker:
- image: rust:1.26.2
jobs:
test-openblas:
<<: *rust_cfg
steps:
- checkout
- run:
name: test OpenBLAS backend
command: |
apt update && apt install -y gfortran
cargo test --no-default-features --features=openblas
cargo test --no-default-features --features=openblas,serde-1
test-netlib:
<<: *rust_cfg
steps:
- checkout
- run:
name: test NetLib backend
command: |
apt update && apt install -y cmake gfortran
cargo test --no-default-features --features=netlib
cargo test --no-default-features --features=netlib,serde-1
test-intel-mkl:
<<: *rust_cfg
steps:
- checkout
- run:
name: test Intel MKL backend
command: |
cargo test --no-default-features --features=intel-mkl
cargo test --no-default-features --features=intel-mkl,serde-1
format:
<<: *rust_cfg
steps:
- checkout
- run:
name: check format
command: |
rustup component add rustfmt-preview
cargo fmt -- --write-mode=diff
workflows:
version: 2
tests:
jobs:
- test-openblas
- test-netlib
- test-intel-mkl
- format
| Add serde test for all backend | Add serde test for all backend
| YAML | mit | termoshtt/ndarray-linalg |
1bb37f26363aec8cdc6d29779ada41ebc5d6c3b0 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-cli
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "composer.json" }}
- v1-dependencies-
- run: composer install -n --prefer-dist
- save_cache:
paths:
- ./vendor
key: v1-dependencies-{{ checksum "composer.json" }}
- run: mkdir test/unit/_junit
- run: vendor/bin/phpunit -c test/unit/phpunit.xml --log-junit test/unit/_junit/junit.xml -d memory_limit=512M
- store_test_results:
path: test/unit/_junit
- store_artifacts:
path: test/unit/_coverage
prefix: test/unit/_coverage | version: 2
jobs:
build:
docker:
- image: circleci/php:7.1-cli
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "composer.json" }}
- v1-dependencies-
- run: composer install -n --prefer-dist
- save_cache:
paths:
- ./vendor
key: v1-dependencies-{{ checksum "composer.json" }}
- run: mkdir test/unit/_junit
- run: vendor/bin/phpunit -c test/unit/phpunit.xml --log-junit test/unit/_junit/junit.xml -d memory_limit=512M
- store_test_results:
path: test/unit/_junit
- store_artifacts:
path: test/unit/_coverage
destination: /home/circleci/repo/test/unit/_coverage | Use correct prefix property name | Use correct prefix property name
| YAML | mit | phpgt/csrf |
ae70d1e85ecf50ac9f083cce1cb1fe828536a9e4 | .circleci/config.yml | .circleci/config.yml | version: 2
aliases:
build-steps: &build-steps
- checkout
- run:
name: Install dependencies
command: |
apt-get update
apt-get install -y libidn11-dev
bundle install
- run:
name: Run Rubocop
command: |
bundle exec rubocop --parallel --fail-level warning
- run:
name: Run RSpec
command: |
bundle exec rspec
jobs:
build-2.4:
docker:
- image: ruby:2.4
steps:
*build-steps
build-2.5:
docker:
- image: ruby:2.5
steps:
*build-steps
build-2.6:
docker:
- image: ruby:2.6
steps:
*build-steps
build-2.7:
docker:
- image: ruby:2.7
steps:
*build-steps
workflows:
version: 2
build:
jobs:
- build-2.4
- build-2.5
- build-2.6
- build-2.7
| version: 2
aliases:
build-steps: &build-steps
- checkout
- run:
name: Install dependencies
command: |
apt-get update
apt-get install -y libidn11-dev
gem install bundler:1.16.2
bundle install
- run:
name: Run Rubocop
command: |
bundle exec rubocop --parallel --fail-level warning
- run:
name: Run RSpec
command: |
bundle exec rspec
jobs:
build-2.4:
docker:
- image: ruby:2.4
steps:
*build-steps
build-2.5:
docker:
- image: ruby:2.5
steps:
*build-steps
build-2.6:
docker:
- image: ruby:2.6
steps:
*build-steps
build-2.7:
docker:
- image: ruby:2.7
steps:
*build-steps
workflows:
version: 2
build:
jobs:
- build-2.4
- build-2.5
- build-2.6
- build-2.7
| Install specific version of bundler | Install specific version of bundler
| YAML | mit | ryota-ka/twterm |
1c74aeae188bdf8ea3a282be278952ee23355f65 | .circleci/config.yml | .circleci/config.yml | version: 2
jobs:
build:
docker:
- image: centos:latest
steps:
- checkout
- run:
name: Update
command: .circleci/build.sh update
- run:
name: Install base tools and FMI repositories
command: .circleci/build.sh fmiprep
- run:
name: Install build dependencies
command: .circleci/build.sh deps
- run:
name: Build RPM
command: .circleci/build.sh rpm
- persist_to_workspace:
root: /root/dist
paths: ./*.rpm
test:
docker:
- image: centos:latest
steps:
- checkout
- run:
name: Update
command: .circleci/build.sh update
- run:
name: Install base tools and FMI repositories
command: .circleci/build.sh fmiprep
- attach_workspace:
at: /dist
- run:
name: Installation test
command: yum install -y /dist/*.rpm
# Testing does not work yet, commented out
# - run:
# name: Test prepare
# command: .circleci/build.sh testprep
# - run:
# name: Test
# command: .circleci/build.sh test
- store_artifacts:
path: /dist
destination: dist/
workflows:
version: 2
build_and_test:
jobs:
- build
- test:
requires:
- build
| version: 2
jobs:
build:
docker:
- image: centos:latest
steps:
- checkout
- run:
name: Update
command: .circleci/build.sh update
- run:
name: Install base tools and FMI repositories
command: .circleci/build.sh fmiprep
- run:
name: Install build dependencies
command: .circleci/build.sh deps
- run:
name: Build RPM
command: .circleci/build.sh rpm
- persist_to_workspace:
root: /root/dist
paths: ./*.rpm
test:
docker:
- image: centos:latest
steps:
- checkout
- run:
name: Update
command: .circleci/build.sh update
- run:
name: Install base tools and FMI repositories
command: .circleci/build.sh fmiprep
- attach_workspace:
at: /dist
- run:
name: Installation test
command: yum install -y /dist/*.rpm
- run:
name: Test prepare
command: .circleci/build.sh testprep
- run:
name: Test
command: .circleci/build.sh test
- store_artifacts:
path: /dist
destination: dist/
workflows:
version: 2
build_and_test:
jobs:
- build
- test:
requires:
- build
| Enable more testing in CI | Enable more testing in CI
| YAML | mit | fmidev/smartmet-library-newbase,fmidev/smartmet-library-newbase |
e49e27d9193d1cd21db7c9d53ccf3c7e8bb919b6 | _data/menu.yml | _data/menu.yml | # For documentation on this file, see:
# https://github.com/riggraz/no-style-please#customize-the-menu
---
entries:
- title: info
entries:
- title: email
url: mailto:zmc@duck.com
- title: github
url: https://github.com/Furkanzmc
- title: twitter
url: https://twitter.com/Furkanzmc
- title: youtube
url: https://www.youtube.com/channel/UCByNLGxhbcn6OQFc7iOQGDQ
- title: recent posts
post_list:
limit: 8
show_more: true
show_more_text: see more...
show_more_url: archive.html
- title: rss
url: feed.xml
- title: what i'm thinking about/interested in
entries:
- title: developer <-> designer relationship
- title: programming languages
- title: programming language design
- title: developer tools
- title: ui/ux development
- title: declarative programming
- title: software architecture
- title: compact split mechanical keyboards
- title: 3d printed keyboards
| # For documentation on this file, see:
# https://github.com/riggraz/no-style-please#customize-the-menu
---
entries:
- title: info
entries:
- title: email
url: mailto:zmc@duck.com
- title: github
url: https://github.com/Furkanzmc
- title: twitter
url: https://twitter.com/Furkanzmc
- title: youtube
url: https://www.youtube.com/channel/UCByNLGxhbcn6OQFc7iOQGDQ
- title: recent posts
post_list:
limit: 8
show_more: true
show_more_text: see more...
show_more_url: archive.html
- title: rss
url: feed.xml
- title: what i'm thinking about/interested in
entries:
- title: developer <-> designer relationship
- title: programming languages
- title: programming language design
- title: developer tools
- title: ui/ux development
- title: declarative programming
- title: software architecture
- title: compact split mechanical keyboards
- title: 3d printed keyboards
- title: talks
entries:
- title: VimConf 2021 - Buffer is King
url: https://www.youtube.com/watch?v=rD2eyB9oMqQ
- title: Qt Virtual Tech Con 2020
url: https://resources.qt.io/development-topic-ui-design/community-driven-qml-coding-guidelines-12th-may-1-pm-pst-10-pm-cest-4-am-cst
| Add talks section to home page | Add talks section to home page
| YAML | mit | Furkanzmc/furkanzmc.github.io,Furkanzmc/furkanzmc.github.io,Furkanzmc/furkanzmc.github.io |
ac610f1d25fb8c7ed8b34e8df68489c2b59418e6 | ansible/roles/redirects/vars/main.yml | ansible/roles/redirects/vars/main.yml | ---
hosts:
redirect.dmdirc.com:
- { location: "/java/windows/", redirect: "javadl.sun.com/webapps/download/AutoDL?BundleId=98426" }
redirects_fallback: https://www.dmdirc.com
| ---
hosts:
redirect.dmdirc.com:
rules:
- location: "/java/windows/"
redirect: "javadl.sun.com/webapps/download/AutoDL?BundleId=98426"
fallback: https://www.dmdirc.com
| Use new vars for redirects. | Use new vars for redirects.
| YAML | mit | DMDirc/Infrastructure,DMDirc/Infrastructure,DMDirc/Infrastructure,DMDirc/Infrastructure |
c6ee88e4bd5c7132d7e41ea756c084ad2faeab6a | ansible/tasks/aws_shell_bootstrap.yml | ansible/tasks/aws_shell_bootstrap.yml | ---
# A collection of tasks that are suitable to bootstrap a shell host in a remote
# AWS environment.
# 1. Add key as authorized on shell server
- name: "Set web SSH key as authorized on shell"
authorized_key:
user: "{{ ansible_user }}"
state: present
key: "{{ lookup('file', './keys/web_id_rsa.pub') }}"
| ---
# A collection of tasks that are suitable to bootstrap a shell host in a remote
# AWS environment.
# 1. Add key as authorized on shell server
- name: "Set web SSH key as authorized on shell"
authorized_key:
user: "{{ ansible_user }}"
state: present
key: "{{ lookup('file', './fetched/keys/web_id_rsa.pub') }}"
| Fix bootstrap on AWS to account for new fetched dir | Fix bootstrap on AWS to account for new fetched dir
| YAML | mit | royragsdale/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF,royragsdale/picoCTF,picoCTF/picoCTF,picoCTF/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF,royragsdale/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF,picoCTF/picoCTF,royragsdale/picoCTF |
4b42c0b7e262ec0a6ab167295371fcf0429d3687 | vagrant.yml | vagrant.yml | ---
- name: Create a {{ application_name }} virtual machine via vagrant
hosts: all
sudo: yes
sudo_user: root
remote_user: vagrant
vars:
- setup_git_repo: yes
- update_apt_cache: yes
vars_files:
- env_vars/base.yml
- env_vars/vagrant.yml
roles:
- base
- db
- rabbitmq
- web
- celery
- memcached | ---
- name: Create a {{ application_name }} virtual machine via vagrant
hosts: all
sudo: yes
sudo_user: root
remote_user: vagrant
vars:
- setup_git_repo: yes
- update_apt_cache: yes
vars_files:
- env_vars/base.yml
- env_vars/vagrant.yml
roles:
- base
- memcached
- db
- rabbitmq
- web
- celery | Move memcache to the front of the roles. | Move memcache to the front of the roles.
| YAML | mit | ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,FireCARES/firecares-ansible,ROGUE-JCTD/vida-ansible,ROGUE-JCTD/vida-ansible,ProminentEdge/flintlock-ansible,ROGUE-JCTD/vida-ansible,meilinger/firecares-ansible,ROGUE-JCTD/vida-ansible,FireCARES/firecares-ansible,ProminentEdge/flintlock-ansible,meilinger/firecares-ansible,ROGUE-JCTD/vida-ansible,FireCARES/firecares-ansible,ROGUE-JCTD/vida-ansible |
56ddb010f635725cbf111112173435ca2056642e | config.yaml | config.yaml | ---
name: 'Generic PANOPTES Unit'
location:
name: Mauna Loa Observatory
latitude: 19.54
longitude: -155.58
elevation: 3400.0
utc_offset: -10.00 # Hours
horizon: 30
twilight_horizon: -12
timezone: 'US/Hawaii'
directories:
base: '/var/panoptes/POCS'
images: '/var/panoptes/images'
webcam: '/var/panoptes/webcams'
data: '/var/panoptes/data'
resources: '/var/panoptes/POCS/resources/'
targets: '/var/panoptes/POCS/resources/conf_files/targets'
mounts: '/var/panoptes/POCS/resources/conf_files/mounts'
scheduler:
type: 'core'
targets_file: 'default_targets.yaml'
mount:
brand: ioptron
model: 30
driver: ioptron
port: '/dev/ttyUSB1'
non_sidereal_available: True
pointing:
threshold: 0.05
exptime: 30
max_iterations: 3
cameras:
auto_detect: True
devices:
-
model: canon_gphoto2
primary: True
guide: True
-
model: canon_gphoto2
messaging:
port: 6500
state_machine: simple_state_table
| ---
name: 'Generic PANOPTES Unit'
location:
name: Mauna Loa Observatory
latitude: 19.54
longitude: -155.58
elevation: 3400.0
utc_offset: -10.00 # Hours
horizon: 30
twilight_horizon: -18
timezone: 'US/Hawaii'
directories:
base: '/var/panoptes/POCS'
images: '/var/panoptes/images'
webcam: '/var/panoptes/webcams'
data: '/var/panoptes/data'
resources: '/var/panoptes/POCS/resources/'
targets: '/var/panoptes/POCS/resources/conf_files/targets'
mounts: '/var/panoptes/POCS/resources/conf_files/mounts'
scheduler:
type: 'core'
targets_file: 'default_targets.yaml'
mount:
brand: ioptron
model: 30
driver: ioptron
port: '/dev/ttyUSB1'
non_sidereal_available: True
pointing:
threshold: 0.05
exptime: 30
max_iterations: 3
cameras:
auto_detect: True
devices:
-
model: canon_gphoto2
primary: True
guide: True
-
model: canon_gphoto2
messaging:
port: 6500
state_machine: simple_state_table
| Update horizon for astronomical twilight | Update horizon for astronomical twilight
| YAML | mit | joshwalawender/POCS,panoptes/POCS,panoptes/POCS,AstroHuntsman/POCS,joshwalawender/POCS,panoptes/POCS,joshwalawender/POCS,AstroHuntsman/POCS,AstroHuntsman/POCS,AstroHuntsman/POCS,panoptes/POCS |
63cad1ff447103124475b1073d069cbd31be7fb3 | config.yaml | config.yaml | options:
latest:
type: boolean
default: False
description: |
If True, deploy the latest version of docker, when False (default)
installs docker.io from the Ubuntu package archive."
version:
type: string
default: 1.7.0
description: |
When latest = true, specify the version to install from the PPA.
latest = false will always assume use the current stable in distro.
compose:
type: boolean
default: true
description: |
Install docker compose, the formation launch utility
aufs:
type: boolean
default: false
description: |
Change the backend storage driver from devicemapper to AUFS.
The device mapper storage engine is known to be problematic, and AUFS
is not enabled by default in Ubuntu. This will install AUFS support and
swap the backend. **NOTE** It is not recommended to reconfigure this post
deployment. You may incur dataloss.
| options:
latest:
type: boolean
default: False
description: |
If True, deploy the latest version of docker, when False (default)
installs docker.io from the Ubuntu package archive."
version:
type: string
default: 1.7.0
description: |
When latest = true, specify the version to install from the PPA.
latest = false will always assume use the current stable in distro.
compose:
type: boolean
default: true
description: |
Install docker compose, the formation launch utility
aufs:
type: boolean
default: true
description: |
Change the backend storage driver from devicemapper to AUFS.
The device mapper storage engine is known to be problematic, and AUFS
is not enabled by default in Ubuntu. This will install AUFS support and
swap the backend. **NOTE** It is not recommended to reconfigure this post
deployment. You may incur dataloss.
| Swap AUFS default to True | Swap AUFS default to True
Device mapper enabled by default causes so many issues with AWS now when
doing a vanilla deployment. Entire gigs of disk storage are consumed
pulling a simple 400MB container - with only a few layers.
This is broken behavior by default. if this causes any problems in your
setup please file a bug and lets resolve it with the AUFS provider and
fully depreciate the devicemapper config.
| YAML | bsd-3-clause | chuckbutler/docker-charm,chuckbutler/docker-charm |
726727f45aa9c0fedfae9a40ba3b96030e7fe223 | crowdin.yml | crowdin.yml | files:
- source: /translations/en_US/*.json
translation: /translations/%locale_with_underscore%/%original_file_name%
| commit_message: "[ci skip] i18n: Translations of %original_file_name% from Crowdin"
files:
- source: /translations/en_US/*.json
translation: /translations/%locale_with_underscore%/%original_file_name%
| Add ci skip in commit message | i18n: Add ci skip in commit message
| YAML | apache-2.0 | yunify/qsctl |
923782a2ef126f8af0f2b1f9ec0887158b2aae01 | src/OpenConext/EngineBlock/ApiBundle/Resources/config/routing.yml | src/OpenConext/EngineBlock/ApiBundle/Resources/config/routing.yml | api_heartbeat:
path: /
defaults:
_controller: openconext.api.controller.heartbeat:itWorksAction
api_connections:
path: /api/connections
methods: [POST]
defaults:
_controller: openconext.api.controller.connections:pushConnectionsAction
api_consent_user:
path: /api/consent/{userId}
methods: [GET]
requirements:
userId: .+
defaults:
_controller: openconext.api.controller.consent:userAction
| api_heartbeat:
path: /
defaults:
_controller: openconext.api.controller.heartbeat:itWorksAction
api_connections:
path: /api/connections
methods: [POST]
defaults:
_controller: openconext.api.controller.connections:pushConnectionsAction
api_consent_user:
path: /consent/{userId}
methods: [GET]
requirements:
userId: .+
defaults:
_controller: openconext.api.controller.consent:userAction
| Remove /api prefix from /api/consent route | Remove /api prefix from /api/consent route
| YAML | apache-2.0 | thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock |
6835f1d0c3aa37f0b169d501e67095bce6794bf9 | wercker.yml | wercker.yml | box: mitsuse/golang
build:
steps:
- setup-go-workspace
- script:
name: build
code: |
go get -t ./...
- script:
name: coverage
code: |
bash coverage.bash
bash goveralls.bash
- tcnksm/gox:
os: "darwin linux"
arch: "386 amd64"
- tcnksm/zip:
input: $WERCKER_OUTPUT_DIR/pkg
output: $WERCKER_OUTPUT_DIR/dist
after-steps:
- mitsuse/bullet-send:
title: "${WERCKER_GIT_REPOSITORY} - Build ${WERCKER_RESULT}."
path: "${WERCKER_BUILD_URL}"
deploy:
steps:
- tcnksm/ghr:
token: $GITHUB_TOKEN
input: dist
version: v0.1.3
replace: true
after-steps:
- mitsuse/bullet-send:
title: "${WERCKER_GIT_REPOSITORY} - Build ${WERCKER_RESULT}."
path: "${WERCKER_DEPLOY_URL}"
| box: golang:1.5
build:
steps:
- setup-go-workspace
- script:
name: build
code: |
go get -t ./...
- script:
name: coverage
code: |
bash coverage.bash
bash goveralls.bash
- tcnksm/gox:
os: "darwin linux"
arch: "386 amd64"
- tcnksm/zip:
input: $WERCKER_OUTPUT_DIR/pkg
output: $WERCKER_OUTPUT_DIR/dist
after-steps:
- mitsuse/bullet-send:
title: "${WERCKER_GIT_REPOSITORY} - Build ${WERCKER_RESULT}."
path: "${WERCKER_BUILD_URL}"
deploy:
steps:
- tcnksm/ghr:
token: $GITHUB_TOKEN
input: dist
version: v0.1.3
replace: true
after-steps:
- mitsuse/bullet-send:
title: "${WERCKER_GIT_REPOSITORY} - Build ${WERCKER_RESULT}."
path: "${WERCKER_DEPLOY_URL}"
| Use the official container image of Golang. | Use the official container image of Golang.
| YAML | mit | mitsuse/arcus,mitsuse/bullet |
17fe1ebc62dadcf185960935133314f5a3fd6287 | config/prisons/RNI-ranby.yml | config/prisons/RNI-ranby.yml | ---
name: Ranby
nomis_id: RNI
address:
- RETFORD
- DN22 8EU
email: socialvisits.ranby@hmps.gsi.gov.uk
enabled: true
estate: Ranby
phone: 01777 862107
slots:
fri:
- 1345-1600
mon:
- 1345-1600
sat:
- 0845-1100
- 1345-1600
sun:
- 0845-1100
- 1345-1600
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-01-01
- 2015-12-24
- 2015-12-25
- 2015-12-31
- 2016-01-01
| ---
name: Ranby
nomis_id: RNI
address:
- RETFORD
- DN22 8EU
email: socialvisits.ranby@hmps.gsi.gov.uk
enabled: true
estate: Ranby
phone: 01777 862107
slots:
fri:
- 1345-1600
mon:
- 1345-1600
sat:
- 0845-1100
- 1345-1600
sun:
- 0845-1100
- 1345-1600
unbookable:
- 2014-12-25
- 2014-12-26
- 2015-01-01
- 2015-12-24
- 2015-12-25
- 2015-12-26
- 2015-12-31
- 2016-01-01
| Update Ranby Boxing Day unbookable | Update Ranby Boxing Day unbookable | YAML | mit | ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits |
14424c588a9b4b5085382e658efd219fd635d0b6 | .codecov.yml | .codecov.yml | coverage:
status:
project:
default:
target: 80%
threshold: null
base:
comment:
layout: "header, sunburst"
ignore:
- "src/main/java/rubys/ninja/experiments/zahlenpuzzle/game/Game.java" | coverage:
status:
project:
default:
target: 80%
threshold: null
base:
comment:
layout: "header, sunburst"
ignore:
- "src/main/java/rubys/ninja/experiments/zahlenpuzzle/game/SinglePlayerGame.java" | Add correct file to ignore | Add correct file to ignore
| YAML | agpl-3.0 | bash/Zahlenpuzzle |
f7a0ffefa9a2545cc005e5d556f15f7d56590590 | recipes/easyquery.yaml | recipes/easyquery.yaml | {% set name = "easyquery" %}
{% set version = "0.1.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/easyquery-{{ version }}.tar.gz
sha256: de2872add2fa78c1b827523d124922426d85d37ca2a41041c809f8813b76a6c5
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python
run:
- numexpr >=2.0
- numpy >=1.7
- python
test:
imports:
- easyquery
commands:
- pip check
requires:
- pip
about:
home: https://github.com/yymao/easyquery
summary: Create easy-to-use Query objects that can apply on NumPy structured arrays, astropy Table, and Pandas DataFrame.
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- yymao
| {% set name = "easyquery" %}
{% set version = "0.1.5" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/easyquery-{{ version }}.tar.gz
sha256: de2872add2fa78c1b827523d124922426d85d37ca2a41041c809f8813b76a6c5
build:
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- pip
- python
run:
- numexpr >=2.0
- numpy >=1.7
- python
test:
imports:
- easyquery
commands:
- pip check
requires:
- pip
about:
home: https://github.com/yymao/easyquery
summary: Create easy-to-use Query objects that can apply on NumPy structured arrays, astropy Table, and Pandas DataFrame.
license: MIT
license_file: LICENSE
doc_url: https://github.com/yymao/easyquery/blob/master/README.md
dev_url: https://github.com/yymao/easyquery
extra:
recipe-maintainers:
- yymao
| Add doc and dev url | Add doc and dev url | YAML | bsd-3-clause | jochym/staged-recipes,ocefpaf/staged-recipes,SylvainCorlay/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,SylvainCorlay/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,patricksnape/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,hadim/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes |
af5f8239b00413564703235e6791095c07cdd70e | .kitchen.yml | .kitchen.yml | ---
driver_plugin: vagrant
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_chef-11.2.0.box
require_chef_omnibus: 11.4.0
customize:
cpus: 2
memory: 1024
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[papertrail-rsyslog]
- recipe[minitest-handler]
attributes:
papertrail:
port: 12345
- name: no-tls
run_list:
- recipe[papertrail-rsyslog]
- recipe[minitest-handler]
attributes:
papertrail:
port: 12345
enable_tls: false | ---
driver_plugin: vagrant
driver_config:
customize:
memory: 1024
platforms:
- name: ubuntu-12.04
driver_config:
box: opscode-ubuntu-12.04-nochef
box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_ubuntu-12.04_provisionerless.box
require_chef_omnibus: 11.6.0
run_list:
- recipe[apt]
suites:
- name: default
run_list:
- recipe[papertrail-rsyslog]
- recipe[minitest-handler]
attributes:
papertrail:
port: 12345
- name: no-tls
run_list:
- recipe[papertrail-rsyslog]
- recipe[minitest-handler]
attributes:
papertrail:
port: 12345
enable_tls: false | Use new provisionerless base box for Test Kitchen | Use new provisionerless base box for Test Kitchen
| YAML | apache-2.0 | hipsnip-cookbooks/papertrail-rsyslog |
3465e88299afe79928a2eeb0f199a29d405a3a0b | .mergify.yml | .mergify.yml | pull_request_rules:
- name: Auto merge
conditions:
- "#changes-requested-reviews-by=0"
- label=st:test-and-merge
- status-success=Jenkins
- status-success=continuous-integration/travis-ci/pr
- status-success=pfn-public-ci/cupy.py3.amd
actions:
merge:
method: merge
strict: false # strict mode and manually-triggered CIs do not get along
| pull_request_rules:
- name: Auto merge
conditions:
- "#changes-requested-reviews-by=0"
- label=st:test-and-merge
- status-success=Jenkins
- status-success=pretest # github workflows
- status-success=pfn-public-ci/cupy.py3.amd
actions:
merge:
method: merge
strict: false # strict mode and manually-triggered CIs do not get along
| Configure Mergify to check GitHub Actions instead of Travis | Configure Mergify to check GitHub Actions instead of Travis
| YAML | mit | cupy/cupy,cupy/cupy,cupy/cupy,cupy/cupy |
af85b7ea9f65ddefaecd95ae2094905c54d3c0c4 | .rubocop.yml | .rubocop.yml | AllCops:
Include:
- './Rakefile'
- 'instapaper.gemspec'
- 'lib/**/*.rb'
- 'spec/**/*.rb'
DisplayCopNames: true
Metrics/BlockNesting:
Max: 2
Metrics/LineLength:
AllowURI: true
Enabled: false
Metrics/MethodLength:
CountComments: false
Max: 10
Metrics/ParameterLists:
Max: 4
CountKeywordArgs: true
Metrics/BlockLength:
Enabled: false
Style/CollectionMethods:
PreferredMethods:
map: 'collect'
reduce: 'inject'
find: 'detect'
find_all: 'select'
Style/Documentation:
Enabled: false
Style/DoubleNegation:
Enabled: false
Style/MutableConstant:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: 'comma'
Style/TrailingCommaInLiteral:
EnforcedStyleForMultiline: 'comma'
| AllCops:
Include:
- "./Rakefile"
- "instapaper.gemspec"
- "lib/**/*.rb"
- "spec/**/*.rb"
DisplayCopNames: true
Metrics/BlockNesting:
Max: 2
Metrics/LineLength:
AllowURI: true
Enabled: false
Metrics/MethodLength:
CountComments: false
Max: 10
Metrics/ParameterLists:
Max: 4
CountKeywordArgs: true
Metrics/BlockLength:
Enabled: false
Style/CollectionMethods:
PreferredMethods:
map: "collect"
reduce: "inject"
find: "detect"
find_all: "select"
Style/Documentation:
Enabled: false
Style/DoubleNegation:
Enabled: false
Style/MutableConstant:
Enabled: false
Style/SpaceInsideHashLiteralBraces:
EnforcedStyle: no_space
Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: "comma"
Style/TrailingCommaInArrayLiteral:
EnforcedStyleForMultiline: "comma"
Style/TrailingCommaInHashLiteral:
EnforcedStyleForMultiline: "comma"
| Update Rubocop trailing comma rules | Update Rubocop trailing comma rules
| YAML | mit | stve/silencer |
9fda4eee8568209fdaa978e7649ac3a6556dd90a | tools/docker-compose.yml | tools/docker-compose.yml | version: '3'
services:
# Primary Tower Development Container
tower:
image: gcr.io/ansible-tower-engineering/tower_devel:${TAG}
hostname: tower
environment:
RABBITMQ_HOST: rabbitmq
RABBITMQ_USER: guest
RABBITMQ_PASS: guest
RABBITMQ_VHOST: /
CELERY_RDB_HOST: 0.0.0.0
EXTRA_GROUP_QUEUES:
ports:
- "8080:8080"
- "5555:5555"
- "8013:8013"
- "8043:8043"
- "6899-6999:6899-6999" # default port range for celery.contrib.rdb
extra_hosts:
- "dockerhost:${DOCKER_HOST_IP}"
links:
- postgres
- memcached
- rabbitmq
- logstash
# - sync
# volumes_from:
# - sync
volumes:
- "../:/tower_devel"
privileged: true
logstash:
build:
context: ./docker-compose
dockerfile: Dockerfile-logstash
# Postgres Database Container
postgres:
image: postgres:9.6
memcached:
image: memcached:alpine
ports:
- "11211:11211"
rabbitmq:
image: rabbitmq:3-management
ports:
- "15672:15672"
| version: '3'
services:
# Primary Tower Development Container
tower:
image: gcr.io/ansible-tower-engineering/tower_devel:${TAG}
hostname: tower
environment:
RABBITMQ_HOST: rabbitmq
RABBITMQ_USER: guest
RABBITMQ_PASS: guest
RABBITMQ_VHOST: /
CELERY_RDB_HOST: 0.0.0.0
EXTRA_GROUP_QUEUES:
ports:
- "8080:8080"
- "5555:5555"
- "8013:8013"
- "8043:8043"
- "6899-6999:6899-6999" # default port range for celery.contrib.rdb
links:
- postgres
- memcached
- rabbitmq
- logstash
# - sync
# volumes_from:
# - sync
volumes:
- "../:/tower_devel"
privileged: true
logstash:
build:
context: ./docker-compose
dockerfile: Dockerfile-logstash
# Postgres Database Container
postgres:
image: postgres:9.6
memcached:
image: memcached:alpine
ports:
- "11211:11211"
rabbitmq:
image: rabbitmq:3-management
ports:
- "15672:15672"
| Remove extra_hosts that breaks dev environment | Remove extra_hosts that breaks dev environment
This was triggered by a docker update, and an empty value of DOCKER_HOST_IP resulted in an error running `make docker-compose` | YAML | apache-2.0 | wwitzel3/awx,wwitzel3/awx,snahelou/awx,snahelou/awx,wwitzel3/awx,snahelou/awx,wwitzel3/awx,snahelou/awx |
2321a87d54e202e30c45a5d2678205e9cb94e6ba | spec/fixtures/answers.yml | spec/fixtures/answers.yml | test:
user: answerer
question: test
content: 'You just do!' | test:
user: answerer
question: test
content: 'You just do!'
another_test:
user: tester
question: test
content: 'Another' | Add another answer for testing accepted state | Add another answer for testing accepted state
| YAML | mit | joshmcarthur/inquest,joshmcarthur/inquest |
eebb7feb3162515a6724900d8cd9cc0cb58bd9e5 | calib/dart_wide.yaml | calib/dart_wide.yaml | %YAML:1.0
distortion: !!opencv-matrix
rows: 5
cols: 1
dt: d
data: [ -3.1815105540175526e-01, 1.0591046039383142e-01,
-1.0846383416668096e-03, 1.4267756580221081e-03,
-1.6546788512820227e-02 ]
cam_matrix: !!opencv-matrix
rows: 3
cols: 3
dt: d
data: [ 6.1739702030660897e+02, 0., 6.0681679177965395e+02, 0.,
6.2216656560344063e+02, 5.0322462729090154e+02, 0., 0., 1. ]
deviceName: wide
| %YAML:1.0
distortion: !!opencv-matrix
rows: 5
cols: 1
dt: d
data: [ -3.1815105540175526e-01, 1.0591046039383142e-01,
-1.0846383416668096e-03, 1.4267756580221081e-03,
-1.6546788512820227e-02 ]
cam_matrix: !!opencv-matrix
rows: 3
cols: 3
dt: d
data: [ 6.1739702030660897e+02, 0., 6.0681679177965395e+02, 0.,
6.2216656560344063e+02, 5.0322462729090154e+02, 0., 0., 1. ]
deviceName: wide
width: 1280
height: 960
| Add missing image size to calib file | Add missing image size to calib file
| YAML | bsd-3-clause | kmalhan/pylon_camera,kmalhan/pylon_camera |
95cc091e2d04aaf858bebb3d1507ff9cff596ac8 | docker-compose.test.yml | docker-compose.test.yml | db:
image: postgres:11.3-alpine
memcached:
image: memcached:alpine
sut:
build: .
command: bin/docker_spec
links:
- db
- memcached
depends_on:
- memcached
- db
| db:
image: postgres:11.3-alpine
memcached:
image: memcached:alpine
sut:
build: .
command: bin/docker_spec
links:
- db
- memcached
| Remove unsupported options from sut | Remove unsupported options from sut
| YAML | mit | NNRUG/it52-rails,NNRUG/it52-rails,NNRUG/it52-rails,NNRUG/it52-rails,NNRUG/it52-rails |
b7b96c6e18228512a39db2176db51dff0ecc73aa | models/user/fields.yaml | models/user/fields.yaml | # ===================================
# Field Definitions
# ===================================
fields:
name:
label: rainlab.user::lang.user.name
span: auto
surname:
label: rainlab.user::lang.user.surname
span: auto
tabs:
fields:
email:
span: full
label: rainlab.user::lang.user.email
tab: rainlab.user::lang.user.account
password:
type: password
span: left
label: rainlab.user::lang.user.reset_password
comment: rainlab.user::lang.user.reset_password_comment
tab: rainlab.user::lang.user.account
password_confirmation:
type: password
span: right
label: rainlab.user::lang.user.confirm_password
comment: rainlab.user::lang.user.confirm_password_comment
tab: rainlab.user::lang.user.account
username:
span: left
label: rainlab.user::lang.user.username
hidden: true
groups:
label: Groups
tab: rainlab.user::lang.user.account
type: relation
emptyOption: There are no user groups available.
secondaryTabs:
fields:
avatar:
label: rainlab.user::lang.user.avatar
type: fileupload
mode: image
imageHeight: 260
imageWidth: 260
| # ===================================
# Field Definitions
# ===================================
fields:
name:
label: rainlab.user::lang.user.name
span: auto
surname:
label: rainlab.user::lang.user.surname
span: auto
tabs:
fields:
email:
label: rainlab.user::lang.user.email
tab: rainlab.user::lang.user.account
span: full
password:
label: rainlab.user::lang.user.reset_password
comment: rainlab.user::lang.user.reset_password_comment
tab: rainlab.user::lang.user.account
type: password
span: left
password_confirmation:
label: rainlab.user::lang.user.confirm_password
comment: rainlab.user::lang.user.confirm_password_comment
tab: rainlab.user::lang.user.account
type: password
span: right
username:
label: rainlab.user::lang.user.username
hidden: true
span: left
groups:
label: rainlab.user::lang.user.groups
tab: rainlab.user::lang.user.account
type: relation
emptyOption: rainlab.user::lang.user.empty_groups
secondaryTabs:
fields:
avatar:
label: rainlab.user::lang.user.avatar
type: fileupload
mode: image
imageHeight: 260
imageWidth: 260
| Improve the translation and minor cleanup | Improve the translation and minor cleanup
| YAML | mit | rainlab/user-plugin,rainlab/user-plugin,rainlab/user-plugin |
1a92c8b00f6aacbbf25b385e99b34eadd3840986 | recipes/bokeh_conda_requirements/meta.yaml | recipes/bokeh_conda_requirements/meta.yaml | {% set name = "bokeh_conda_requirements" %}
{% set version = "0.12.6" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
noarch: True
string: py2_0 # [py2k]
string: py3_0 # [py3k]
requirements:
run:
- python 2.* # [py2k]
- python 3.* # [py3k]
- six >=1.5.2
- requests >=1.2.3
- pyyaml >=3.10
- python-dateutil >=2.1
- jinja2 >=2.7
- numpy >=1.7.1
- tornado >=4.3
- futures >=3.0.3 # [py2k]
- bkcharts >=0.2
about:
summary: Requirements meta-package for bokeh
| {% set name = "bokeh_conda_requirements" %}
{% set version = "0.12.7" %}
package:
name: {{ name }}
version: {{ version }}
build:
number: 0
noarch: True
string: py2_0 # [py2k]
string: py3_0 # [py3k]
requirements:
run:
- python 2.* # [py2k]
- python 3.* # [py3k]
- six >=1.5.2
- requests >=1.2.3
- pyyaml >=3.10
- python-dateutil >=2.1
- jinja2 >=2.7
- numpy >=1.7.1
- tornado >=4.3
- futures >=3.0.3 # [py2k]
- bkcharts >=0.2
about:
summary: Requirements meta-package for bokeh
| Update bokeh_conda_requirements to version 0.12.7 | Update bokeh_conda_requirements to version 0.12.7
| YAML | bsd-3-clause | jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda |
33af313f3bc4c4035daaf3c1e79109d93ae42674 | tasks/config.yml | tasks/config.yml | ---
# configuration tasks file for redis
- name: Configure redis settings
template:
src: redis.conf.j2
dest: "{{ redis_conf_file }}"
owner: root
group: "{{ redis_group }}"
mode: 0640
notify:
restart redis
| ---
# configuration tasks file for redis
- name: Configure redis settings
template:
src: redis.conf.j2
dest: "{{ redis_conf_file }}"
owner: root
group: "{{ redis_group }}"
mode: 0640
notify:
restart redis
# TODO: Set the following?
# sysctl -w vm.overcommit_memory=1
# sysctl -w net.core.somaxconn=512
# echo never > /sys/kernel/mm/transparent_hugepage/enabled
| Add TODO for performance options to add? | Add TODO for performance options to add?
Add notes for some performance configuration settings which may be useful to
configure on the system for maximising performance out of Redis.
| YAML | bsd-3-clause | jonathanio/ansible-role-redis |
d1dc6e1dfd5de54c16186ba27635fd087c238f03 | src/Feedme/FeedmeUserBundle/Resources/translations/messages.en.yml | src/Feedme/FeedmeUserBundle/Resources/translations/messages.en.yml | not_member: Not a member yet? Click <a href="%register_link%">here</a> to register.
already_member: Already a member yet? Click <a href="%login_link%">here</a> to login.
feedme:
title: Feed Me
sub: Social Feed Media
form:
username: "Username"
email: "Email"
current_password: "Current password"
password: "Password"
password_confirmation: "Repeat password"
new_password: "New password"
new_password_confirmation: "Repeat new password" | not_member: Not a member yet? Click <a href="%register_link%">here</a> to register.
already_member: Already a member yet? Click <a href="%login_link%">here</a> to login.
registration:
redirect: Click <a href="%redirect_link%">here</a>, to load your dashboard.
feedme:
title: Feed Me
sub: Social Feed Media
form:
username: "Username"
email: "Email"
current_password: "Current password"
password: "Password"
password_confirmation: "Repeat password"
new_password: "New password"
new_password_confirmation: "Repeat new password" | Change / Add translated messages | Change / Add translated messages
| YAML | mit | UbikZ/sf2_feedme,UbikZ/sf2_feedme,UbikZ/sf2_feedme |
b887c9115e80ecbe82698e356c847964b8ff96bb | cumulusci.yml | cumulusci.yml | project:
name: Volunteers-for-Salesforce
package:
name: Volunteers for Salesforce
namespace: GW_Volunteers
git:
prefix_release: rel/
flows:
ci_feature:
description: Deploys the unmanaged package metadata and all dependencies to the target org and runs tests
tasks:
5:
task: None
| project:
name: Volunteers-for-Salesforce
package:
name: Volunteers for Salesforce
namespace: GW_Volunteers
git:
prefix_release: rel/
flows:
ci_feature:
description: Deploys the unmanaged package metadata and all dependencies to the target org and runs tests
tasks:
5:
task: None
ci_browsertests:
description: Installs a beta version but does not run apex tests
tasks:
1:
task: uninstall_managed
2:
task: update_dependencies
3:
task: deploy_pre
4:
task: install_managed_beta
5:
task: deploy_post_managed
| Add ci_browsertests that installs the beta but doesn't run apex tests | Add ci_browsertests that installs the beta but doesn't run apex tests
| YAML | bsd-3-clause | SalesforceFoundation/Volunteers-for-Salesforce |
802605a98835361a8f827a741cf55a26d88aa7f8 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-victoria-jobs
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python3-wallaby-jobs
- release-notes-jobs-python3
| Add Python3 wallaby unit tests | Add Python3 wallaby unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for wallaby.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: I01d8d50d76b8cc9b76d3bd84bf3c67e53f542fce
| YAML | apache-2.0 | stackforge/python-blazarclient,openstack/python-blazarclient,ChameleonCloud/python-blazarclient |
d6635aecd640cbe91a83c87f709ac4ebbeac979c | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-xena-jobs
- publish-openstack-docs-pti
| - project:
templates:
- check-requirements
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python3-yoga-jobs
- publish-openstack-docs-pti
| Add Python3 yoga unit tests | Add Python3 yoga unit tests
This is an automatically generated patch to ensure unit testing
is in place for all the of the tested runtimes for yoga.
See also the PTI in governance [1].
[1]: https://governance.openstack.org/tc/reference/project-testing-interface.html
Change-Id: Iecf3d5074a1e7470c29e03b6425885e8b9fd166d
| YAML | apache-2.0 | openstack/python-solumclient |
6933b614532771de80a5f89ffd2acf521578be8c | dev/setup.yml | dev/setup.yml | ---
# playbook to setup the dev env for this repo
- name: dev setup for nrser/qb
hosts: localhost
pre_tasks:
- name: load dev_setup facts
tags:
- always
dev_setup_facts:
roles:
- role: nrser.dev_setup
tags:
- dev-setup
# repos that are co-developed
dev_setup_repos: []
# sources that are used for reference only
dev_setup_refs:
github:
- owner: ansible
name: ansible
version: v2.2.1.0
dir_name: ansible-v2.2.1.0
depth: 1
- owner: nrser
name: nrser.env
- owner: beiarea
name: workstations
- owner: nrser
name: ansible-nrser.profile
archive: []
tasks:
- name: install gems
bundler:
chdir: "{{ dev_setup_project_root }}"
gem_path: ./.bundle
| ---
# playbook to setup the dev env for this repo
- name: dev setup for nrser/qb
hosts: localhost
pre_tasks:
- name: load dev_setup facts
tags:
- always
dev_setup_facts:
roles:
- role: nrser.dev_setup
tags:
- dev-setup
# repos that are co-developed
dev_setup_repos: []
# sources that are used for reference only
dev_setup_refs:
github:
- owner: ansible
name: ansible
version: v2.3.0.0-1
dir_name: ansible-v2.3.0.0
depth: 1
- owner: nrser
name: nrser.env
- owner: beiarea
name: workstations
- owner: nrser
name: ansible-nrser.profile
archive: []
tasks:
- name: install gems
bundler:
chdir: "{{ dev_setup_project_root }}"
gem_path: ./.bundle
| Update ansible repo ref to version currently using (2.3.0.0) | Update ansible repo ref to version currently using (2.3.0.0)
| YAML | mit | nrser/qb,nrser/qb,nrser/qb,nrser/qb |
be4c7278a10171b1e101a0f0955eb398b4ccb88d | .blade.yml | .blade.yml | load_paths:
- test/src
- test/vendor
- assets
- polyfills
- src
logical_paths:
- trix.js
- test.js
- trix.css
build:
logical_paths:
- trix.js
- trix-core.js
- trix.css
path: dist
js_compressor: uglifier
require:
- sprockets/export
- sprockets/svgo
plugins:
sauce_labs:
browsers:
Google Chrome:
os: Mac, Windows
version: -2
Firefox:
os: Mac, Windows
version: -2
Safari:
platform: Mac
version: -3
Microsoft Edge:
version: -2
Internet Explorer:
version: 11
iPhone:
version: [9.2, 8.4]
Motorola Droid 4 Emulator:
version: [5.1, 4.4]
| load_paths:
- test/src
- test/vendor
- assets
- polyfills
- src
logical_paths:
- trix.js
- test.js
- trix.css
build:
logical_paths:
- trix.js
- trix-core.js
- trix.css
path: dist
js_compressor: uglifier
require:
- sprockets/export
- sprockets/svgo
plugins:
sauce_labs:
tunnel_timeout: 120
browsers:
Google Chrome:
os: Mac, Windows
version: -2
Firefox:
os: Mac, Windows
version: -2
Safari:
platform: Mac
version: -3
Microsoft Edge:
version: -2
Internet Explorer:
version: 11
iPhone:
version: [9.2, 8.4]
Motorola Droid 4 Emulator:
version: [5.1, 4.4]
| Increase Sauce Labs tunnel timeout | Increase Sauce Labs tunnel timeout
| YAML | mit | ChenMichael/trix,GabiGrin/trix,urossmolnik/trix,ChenMichael/trix,basecamp/trix,basecamp/trix,urossmolnik/trix,GabiGrin/trix,ChenMichael/trix,basecamp/trix,GabiGrin/trix,basecamp/trix,urossmolnik/trix |
6418a9fa2b4db8eaef9273a252e167f2e654c3e8 | .drone.yml | .drone.yml | workspace:
base: /go
path: src/github.com/metalmatze/alertmanager-bot
pipeline:
dep:
image: metalmatze/dep:0.4.1
commands:
- dep ensure -v -vendor-only
build:
image: golang:1.10-alpine
pull: true
commands:
- apk add -U git make
- make fmt
- make vet
- make lint
- make test
- make build
when:
event: [ push, tag, pull_request ]
release:
image: golang:1.10-alpine
commands:
- apk add -U git make
- make release
when:
event: tag
docker:
image: plugins/docker
repo: metalmatze/alertmanager-bot
secrets: [ docker_username, docker_password ]
tag: [ 0.3, 0.3.0 ]
when:
event: tag
github:
image: plugins/github-release
secrets: [ github_token ]
files: dist/*
when:
event: tag
| workspace:
base: /go
path: src/github.com/metalmatze/alertmanager-bot
pipeline:
dep:
image: metalmatze/dep:0.4.1
commands:
- dep ensure -v -vendor-only
build:
image: golang:1.10-alpine
pull: true
commands:
- apk add -U git make
- make fmt
- make vet
- make lint
- make test
- make build
when:
event: [ push, tag, pull_request ]
release:
image: golang:1.10-alpine
commands:
- apk add -U git make
- make release
when:
event: tag
docker:
image: plugins/docker
repo: metalmatze/alertmanager-bot
secrets: [ docker_username, docker_password ]
tag: [ latest, 0.3, 0.3.0 ]
when:
event: tag
github:
image: plugins/github-release
secrets: [ github_token ]
files: dist/*
when:
event: tag
| Set docker latest tag to latest release | Set docker latest tag to latest release
| YAML | mit | metalmatze/alertmanager-bot,metalmatze/alertmanager-bot |
24dfcc3d23350c385c6c8ba732f2998d0284127e | rpcd/playbooks/roles/rpc_maas/tasks/hp.yml | rpcd/playbooks/roles/rpc_maas/tasks/hp.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.
- include: ensure_local_checks.yml
vars:
checks: "{{ hp_checks_list }}"
| ---
# 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.
- include: ensure_local_checks.yml
vars:
checks: "{{ hp_checks_list }}"
- name: Remove legacy HP checks as they are combined into one now
file:
path: "/etc/rackspace-monitoring-agent.conf.d/{{ item }}--{{ inventory_hostname }}.yaml"
state: absent
with_items:
- "hp-memory"
- "hp-processors"
- "hp-vdisk"
| Remove older legacy HP checks | MaaS: Remove older legacy HP checks
Connects rcbops/u-suk-dev#1320
| YAML | apache-2.0 | cfarquhar/rpc-openstack,galstrom21/rpc-openstack,mancdaz/rpc-openstack,jacobwagner/rpc-openstack,rcbops/rpc-openstack,mancdaz/rpc-openstack,shannonmitchell/rpc-openstack,jacobwagner/rpc-openstack,rcbops/rpc-openstack,cloudnull/rpc-openstack,major/rpc-openstack,robb-romans/rpc-openstack,cfarquhar/rpc-openstack,robb-romans/rpc-openstack,hughsaunders/rpc-openstack,git-harry/rpc-openstack,galstrom21/rpc-openstack,hughsaunders/rpc-openstack,BjoernT/rpc-openstack,prometheanfire/rpc-openstack,git-harry/rpc-openstack,major/rpc-openstack,cloudnull/rpc-openstack,shannonmitchell/rpc-openstack,prometheanfire/rpc-openstack,BjoernT/rpc-openstack |
90fa1922a72e93d7896a588724bd68da48831613 | .github/workflows/docs.yml | .github/workflows/docs.yml | name: Build (and deploy) documentation
on:
pull_request:
branches:
master
push:
branches:
master
jobs:
docs:
runs-on: ubuntu-20.04
strategy:
matrix:
version:
- latest
- 0.2.5
steps:
- name: Set up python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ matrix.version == latest && github.sha || matrix.version }}
- name: Install requirements
run: |
pip install pip==21.3.1 setuptools==47.1.0 wheel==0.37.0
pip install -r requirements/dev.txt
- name: Build website
run: |
PYTHONPATH=. sphinx-build \
-b html \
-D version=${{ matrix.version }} \
-D release=${{ matrix.version }} \
docs \
website/docs/${{ matrix.version }}
- name: Publish documentation
if: ${{ github.ref == refs/heads/master }}
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: pymanopt/pymanopt.github.io
publish_branch: main
publish_dir: website/docs/${{ matrix.version }}
cname: www.pymanopt.org
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
| name: Build (and deploy) documentation
on:
pull_request:
branches:
master
push:
branches:
master
jobs:
docs:
runs-on: ubuntu-20.04
strategy:
matrix:
version:
- latest
- 0.2.5
steps:
- name: Set up python 3.9
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ matrix.version == "latest" && github.sha || matrix.version }}
- name: Install requirements
run: |
pip install pip==21.3.1 setuptools==47.1.0 wheel==0.37.0
pip install -r requirements/dev.txt
- name: Build website
run: |
PYTHONPATH=. sphinx-build \
-b html \
-D version=${{ matrix.version }} \
-D release=${{ matrix.version }} \
docs \
website/docs/${{ matrix.version }}
- name: Publish documentation
if: ${{ github.ref == refs/heads/master }}
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: pymanopt/pymanopt.github.io
publish_branch: main
publish_dir: website/docs/${{ matrix.version }}
cname: www.pymanopt.org
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
| Fix string literal in expression | Fix string literal in expression
Signed-off-by: Niklas Koep <342d5290239d9c5264c8f98185afedb99596601a@gmail.com>
| YAML | bsd-3-clause | pymanopt/pymanopt,pymanopt/pymanopt |
a6c70b0a9a35373ddee2c731118db0455d818b9a | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Rename Alfred Workflow
run: mv "Package Managers.alfredworkflow" Package.Managers.alfredworkflow
- name: Create GitHub Release
uses: elgohr/Github-Release-Action@1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ${{ github.ref }}
needs: Rename Alfred Workflow
- name: GitHub Upload Release Artifacts
uses: Roang-zero1/github-upload-release-artifacts-action@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args:
- Package.Managers.alfredworkflow
needs: Create GitHub Release
| name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Rename Alfred Workflow
run: mv "Package Managers.alfredworkflow" Package.Managers.alfredworkflow
- name: Create GitHub Release
uses: elgohr/Github-Release-Action@1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: ${{ github.ref }}
- name: GitHub Upload Release Artifacts
uses: Roang-zero1/github-upload-release-artifacts-action@v2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args:
- Package.Managers.alfredworkflow
| Remove needs from build steps | Remove needs from build steps
Appears that steps.[x].needs is not supported
| YAML | mit | willfarrell/alfred-pkgman-workflow |
b3e1a5a5f1e969914ae2b21a8cbbb5195d901671 | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v2
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v2
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Build
env:
PLATFORMIO_CI_SRC: RfidShelf
run: platformio ci --board=nodemcuv2 --project-conf=RfidShelf/platformio.ini
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Firmware
path: RfidShelf/build/latest.bin
if-no-files-found: error
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: RfidShelf/build/latest.bin
fail_on_unmatched_files: true
draft: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Cache pip
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
- name: Cache PlatformIO
uses: actions/cache@v2
with:
path: ~/.platformio
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Set up Python
uses: actions/setup-python@v2
- name: Install PlatformIO
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Build
env:
PLATFORMIO_CI_SRC: RfidShelf
run: platformio ci --board=nodemcuv2 --project-conf=RfidShelf/platformio.ini
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Firmware
path: RfidShelf/build/latest.bin
if-no-files-found: error | Remove release steps from github workflow | Remove release steps from github workflow
| YAML | unlicense | TheNitek/RfidShelf,TheNitek/RfidShelf,TheNitek/RfidShelf,TheNitek/RfidShelf |
7dc4d0ad941896eb5f2ca85758c0351673634c6d | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Checkout UnitTest++
uses: actions/checkout@v2
with:
repository: unittest-cpp/unittest-cpp
path: unittest-cpp
- name: Build
run: MSBuild.exe test/vs2019/etl.sln
- name: Run tests
run: ./test/etl_tests
| name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Checkout UnitTest++
uses: actions/checkout@v2
with:
repository: unittest-cpp/unittest-cpp
path: /unittest-cpp
- name: Build
run: MSBuild.exe test/vs2019/etl.sln
- name: Run tests
run: ./test/etl_tests
| Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
7d521e3540d1efc5ce0322860b71b1ccd8d97bf2 | .github/workflows/push.yml | .github/workflows/push.yml | on: [push, pull_request]
name: Run tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['10', '12', '14']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
| on: [push, pull_request]
name: Run tests
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ['12', '14', '16']
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
| Remove Node 12, add Node 16 to test matrix | Remove Node 12, add Node 16 to test matrix
| YAML | mit | jira-node/node-jira-client |
7254095103573c0ac17c6612c6ada87108c982a7 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global pnpm@5.10.2
- run: pnpm install
- run: pnpm test
| name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install --global pnpm@5.10.2
- run: pnpm install
- run: pnpm test
| Update actions/setup-node action to v2 | Update actions/setup-node action to v2
| YAML | mit | elliottsj/babel-inline-import-loader,elliottsj/babel-inline-import-loader |
ba5776047e6b8a9fe16444e8626eab5685ee8ee0 | .github/workflows/test.yml | .github/workflows/test.yml | name: Test build
on:
push:
banches: [master]
pull_request:
branches: [master]
jobs:
publish:
name: Test on ${{ matrix.os }} for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, nightly]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
components: rustfmt, clippy
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
- name: cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- name: cargo clippy
uses: actions-rs/cargo@v1
if: matrix.os == 'ubuntu-latest'
with:
command: clippy
args: -- -D warnings
| name: Test build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
publish:
name: Test on ${{ matrix.os }} for ${{ matrix.target }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
toolchain: [stable, nightly]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Setup Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
components: rustfmt, clippy
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
- name: cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
- name: cargo clippy
uses: actions-rs/cargo@v1
if: matrix.os == 'ubuntu-latest'
with:
command: clippy
args: -- -D warnings
| Fix typo in github actions workflow | Fix typo in github actions workflow
| YAML | mit | Nukesor/Pueuew,Nukesor/Pueue |
f2799dc87b15099971c43b541e6d3fdf7974f0c2 | .zuul.yaml | .zuul.yaml | - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-wallaby-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| - project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-xena-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
| Switch testing to Xena testing runtime | Switch testing to Xena testing runtime
Upating the tetsing template to Xena testing runtime:
https://governance.openstack.org/tc/reference/runtimes/xena.html
Change-Id: I0ae4361508c60fab646ef5eabe9ac02fac8b8039
| YAML | apache-2.0 | openstack/oslo.reports |
0c3285e3e6ca397125bedb26afbd340b6cc796a0 | .zuul.yaml | .zuul.yaml | - project:
templates:
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- check-requirements
- release-notes-jobs-python3
check:
jobs:
- openstack-tox-lower-constraints
- openstack-tox-cover
- openstack-tox-docs
gate:
jobs:
- openstack-tox-lower-constraints
- openstack-tox-cover
- openstack-tox-docs
post:
jobs:
- publish-openstack-sphinx-docs
| - project:
templates:
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3
| Use templates for docs, cover and lower-constraints | Use templates for docs, cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job
in the check queue only.
Use openstack-lower-constraints-jobs template.
Use publish-openstack-docs-pti template.
Remove jobs that are part of the templates.
Change-Id: I89020d0a065ad096c687fba9b5ca6a1f179a1340
| YAML | apache-2.0 | stackforge/python-monascaclient,openstack/python-monascaclient,openstack/python-monascaclient,stackforge/python-monascaclient |
f4318c7e0f522005a938c53ea4861fc144f21abe | addons/fluentd-elasticsearch/es-controller.yaml | addons/fluentd-elasticsearch/es-controller.yaml | apiVersion: v1
kind: ReplicationController
metadata:
name: elasticsearch-logging-v1
namespace: default
labels:
k8s-app: elasticsearch-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
replicas: 2
selector:
k8s-app: elasticsearch-logging
version: v1
template:
metadata:
labels:
k8s-app: elasticsearch-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
containers:
- image: gcr.io/google_containers/elasticsearch:1.3
name: elasticsearch-logging
ports:
- containerPort: 9200
name: es-port
protocol: TCP
- containerPort: 9300
name: es-transport-port
protocol: TCP
volumeMounts:
- name: es-persistent-storage
mountPath: /data
volumes:
- name: es-persistent-storage
emptyDir: {}
| apiVersion: v1
kind: ReplicationController
metadata:
name: elasticsearch-logging-v1
namespace: default
labels:
k8s-app: elasticsearch-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
replicas: 2
selector:
k8s-app: elasticsearch-logging
version: v1
template:
metadata:
labels:
k8s-app: elasticsearch-logging
version: v1
kubernetes.io/cluster-service: "true"
spec:
containers:
- image: gcr.io/google_containers/elasticsearch:1.3
name: elasticsearch-logging
ports:
- containerPort: 9200
name: db
protocol: TCP
- containerPort: 9300
name: transport
protocol: TCP
volumeMounts:
- name: es-persistent-storage
mountPath: /data
volumes:
- name: es-persistent-storage
emptyDir: {}
| Change port names to avoid validation failure | Change port names to avoid validation failure
| YAML | apache-2.0 | weaveworks/weave-kubernetes-coreos-azure,weaveworks/weave-kubernetes-coreos-azure |
95feed3d770e115e9c1cdca75595ebe91c7f9b47 | packages/zi/zigzag.yaml | packages/zi/zigzag.yaml | homepage: https://github.com/byteverse/zigzag
changelog-type: markdown
hash: a995158dad3dfe0347cfc8f8a9327cc3f51832600553169ba5b1e08c45b45405
test-bench-deps:
base: -any
tasty-quickcheck: -any
tasty-hunit: -any
zigzag: -any
tasty: -any
maintainer: edemko@layer3com.com
synopsis: Zigzag encoding of integers into unsigned integers.
changelog: |
# Revision history for zigzag
## 0.0.1.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
basic-deps:
base: '>=4.11.1 && <4.17'
all-versions:
- 0.0.1.0
author: Eric Demko
latest: 0.0.1.0
description-type: markdown
description: |
# zigzag
[Zig-Zag encoding](https://developers.google.com/protocol-buffers/docs/encoding#signed-ints) of integers into natural numbers.
This encoding scheme has the advantage that LEB128, which is normally only specified for unsigned integers, will naturally represent small-magnitude signed integers (positive or negative) in few bytes.
license-name: BSD-3-Clause
| homepage: https://github.com/byteverse/zigzag
changelog-type: markdown
hash: ac2f78aa02457ac12d17621c692d29ad30bae205b5be858fbf0e400ac9a9c412
test-bench-deps:
base: -any
tasty-quickcheck: -any
tasty-hunit: -any
zigzag: -any
tasty: -any
maintainer: edemko@layer3com.com
synopsis: Zigzag encoding of integers into unsigned integers.
changelog: |
# Revision history for zigzag
## 0.0.1.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.
basic-deps:
base: '>=4.11.1 && <4.18'
all-versions:
- 0.0.1.0
author: Eric Demko
latest: 0.0.1.0
description-type: markdown
description: |
# zigzag
[Zig-Zag encoding](https://developers.google.com/protocol-buffers/docs/encoding#signed-ints) of integers into natural numbers.
This encoding scheme has the advantage that LEB128, which is normally only specified for unsigned integers, will naturally represent small-magnitude signed integers (positive or negative) in few bytes.
license-name: BSD-3-Clause
| Update from Hackage at 2022-09-20T19:37:05Z | Update from Hackage at 2022-09-20T19:37:05Z
| YAML | mit | commercialhaskell/all-cabal-metadata |
ab9127378e9deb54acdb77a19194631f589af623 | contrib/ansible/roles/k3s/node/tasks/main.yml | contrib/ansible/roles/k3s/node/tasks/main.yml | ---
- name: Copy K3s service file
template:
src: "k3s.service.j2"
dest: "{{ systemd_dir }}/k3s.service"
owner: root
group: root
mode: 0755
- name: Enable and check K3s service
systemd:
name: k3s
daemon_reload: yes
state: restarted
enabled: yes
| ---
- name: Copy K3s service file
template:
src: "k3s.service.j2"
dest: "{{ systemd_dir }}/k3s-node.service"
owner: root
group: root
mode: 0755
- name: Enable and check K3s service
systemd:
name: k3s-node
daemon_reload: yes
state: restarted
enabled: yes
| Allow master and node roles to co-exist | contrib/ansible: Allow master and node roles to co-exist
| YAML | apache-2.0 | rancher/k3s,rancher/k3s |
156c8e7cae7be71cd96017b37bdf96d7491f8a46 | vars/os_family/debian.yml | vars/os_family/debian.yml | ---
# Debian OS family specific vars
_airflow_system_dependencies:
- name: "{{ airflow_python_version }}-dev"
- name: 'libpq-dev'
- name: 'libssl-dev'
- name: 'libffi-dev'
- name: 'build-essential'
- name: 'python-virtualenv'
- name: 'python-pip'
| ---
# Debian OS family specific vars
_airflow_system_dependencies:
- name: "{{ airflow_python_version }}-dev"
- name: 'libpq-dev'
- name: 'libssl-dev'
- name: 'libffi-dev'
- name: 'libxml2'
- name: 'build-essential'
- name: 'python-virtualenv'
- name: 'python-pip'
| Add libxml2 system dependency for Debian OS family | Add libxml2 system dependency for Debian OS family
| YAML | mit | infOpen/ansible-role-airflow |
b03714ffe590020233ce45b2bd7b9d90fc04498c | ci/tasks/setup-director-radiator.yml | ci/tasks/setup-director-radiator.yml | ---
platform: linux
image: docker:///boshcpi/aws-cpi-release
inputs:
- name: bosh-cpi-release
- name: bosh-aws-cpi-release
- name: bosh-init # --- bosh-init executable to do deploy
- name: bosh-release # -\
- name: stemcell # -/
run:
path: bosh-cpi-release/ci/tasks/setup-director-radiator.sh
params:
base_os: replace-me
aws_access_key_id: replace-me
aws_secret_access_key: replace-me
private_key_data: replace-me
region_name: replace-me
stack_name: replace-me
BOSH_INIT_LOG_LEVEL: info
| ---
platform: linux
image: docker:///boshcpi/aws-cpi-release
inputs:
- name: bosh-cpi-release
- name: bosh-aws-cpi-release
- name: bosh-init # --- bosh-init executable to do deploy
- name: bosh-release # -\
- name: stemcell # -/
run:
path: bosh-cpi-release/ci/tasks/setup-director-radiator.sh
params:
base_os: replace-me
aws_access_key_id: replace-me
aws_secret_access_key: replace-me
private_key_data: replace-me
region_name: replace-me
stack_name: replace-me
BOSH_INIT_LOG_LEVEL: debug
| Set log level to debug for radiator jobs | Set log level to debug for radiator jobs
Signed-off-by: caleb miles <906dbe5b21c7025e252f807d6724eb4d0fd7fb4c@pivotal.io>
| YAML | apache-2.0 | cloudfoundry-incubator/bosh-aws-cpi-release,cloudfoundry-incubator/bosh-aws-cpi-release,cloudfoundry-incubator/bosh-aws-cpi-release |
96d01fb9ff1ba0a1230144799549a8e11bdf226b | config/govuk_index/migrated_formats.yaml | config/govuk_index/migrated_formats.yaml | migrated:
# Contacts
- contact
# Publisher
- answer
- guide
- help_page
- licence
- local_transaction
- place
- transaction
- simple_smart_answer
# Specialist Publisher
- aaib_report
- asylum_support_decision
- business_finance_support_scheme
- cma_case
- countryside_stewardship_grant
- dfid_research_output
- drug_safety_update
- employment_appeal_tribunal_decision
- employment_tribunal_decision
- european_structural_investment_fund # use Rummager name as mapping occurs before validation check
- international_development_fund
- maib_report
- medical_safety_alert
- raib_report
- service_standard_report
- tax_tribunal_decision
- utaac_decision
# Other
- hmrc_manual
- hmrc_manual_section
- manual
- manual_section
- service_manual_guide
- service_manual_homepage
- service_manual_service_standard
- service_manual_topic
- task_list
indexable:
- mainstream_browse_page
- specialist_sector
- travel_advice
| migrated:
# Contacts
- contact
# Publisher
- answer
- guide
- help_page
- licence
- local_transaction
- place
- transaction
- simple_smart_answer
# Specialist Publisher
- aaib_report
- asylum_support_decision
- business_finance_support_scheme
- cma_case
- countryside_stewardship_grant
- dfid_research_output
- drug_safety_update
- employment_appeal_tribunal_decision
- employment_tribunal_decision
- european_structural_investment_fund # use Rummager name as mapping occurs before validation check
- international_development_fund
- maib_report
- medical_safety_alert
- raib_report
- service_standard_report
- tax_tribunal_decision
- utaac_decision
# Other
- hmrc_manual
- hmrc_manual_section
- manual
- manual_section
- service_manual_guide
- service_manual_homepage
- service_manual_service_standard
- service_manual_topic
- task_list
indexable:
- finder # Specialist Publisher and Whitehall
- mainstream_browse_page
- specialist_sector
- travel_advice
| Mark Finder format as indexable | Mark Finder format as indexable
| YAML | mit | alphagov/rummager,alphagov/rummager |
9d0ec8db6a07d769df0eede92471c7a577831127 | .github/workflows/google-play.yaml | .github/workflows/google-play.yaml | name: Google Play Alpha
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Matches "v1.2.3" but not "v1.2.3.4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Read GitHub Secrets & Decrypt Encrypted Files
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
run: |
pwd
ls
./decrypt-secrets.sh
echo "KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD" >> $GITHUB_ENV
- name: Gradle Publish APK
run: ./gradlew publishReleaseApk
| name: Google Play Alpha
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+" # Matches "v1.2.3" but not "v1.2.3.4"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Make scripts executable
run: chmod +x ./gradlew ./decrypt-secrets.sh
- name: Read GitHub Secrets & Decrypt Encrypted Files
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
run: |
./decrypt-secrets.sh
echo "KEYSTORE_PASSWORD=$KEYSTORE_PASSWORD" >> $GITHUB_ENV
- name: Gradle Publish APK
run: ./gradlew publishReleaseApk
| Make scripts executable in GitHub Actions | Make scripts executable in GitHub Actions
| YAML | apache-2.0 | google/evergreen-checker,google/evergreen-checker |
187107fd8f1443baeb268b1f24ef51250e7d5347 | .github/workflows/ubuntu-devel.yml | .github/workflows/ubuntu-devel.yml | name: "Ubuntu devel"
on:
schedule:
# Every Friday at 18:20 UTC, so we can fix the issue over the weekend
- cron: "20 18 * * 5"
workflow_dispatch:
jobs:
main:
name: "Test: Python 3.9"
runs-on: ubuntu-20.04
# The container should be automatically updated from time to time.
container: ubuntu:devel
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
python3-gst-1.0 \
python3 \
tox
- run: tox -e py39
| name: "Ubuntu devel"
on:
schedule:
# Every Friday at 18:20 UTC, so we can fix the issue over the weekend
- cron: "20 18 * * 5"
workflow_dispatch:
jobs:
main:
name: "Test: Python 3.10"
runs-on: ubuntu-20.04
# The container should be automatically updated from time to time.
container: ubuntu:devel
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y \
gstreamer1.0-plugins-bad \
gstreamer1.0-plugins-good \
gstreamer1.0-plugins-ugly \
python3-gst-1.0 \
python3 \
tox
- run: tox -e py310
| Use Python 3.10 to run tests on Ubuntu devel | Use Python 3.10 to run tests on Ubuntu devel
It no longer ships with Python 3.9 by default.
| YAML | apache-2.0 | mopidy/mopidy,mopidy/mopidy,mopidy/mopidy |
46fe0a0ce533127361c99572de85cc179ef6acd7 | .github/workflows/ci.yaml | .github/workflows/ci.yaml | name: ci
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
build:
runs-on: ubuntu-latest
name: "python ${{ matrix.python-version }} xcbver ${{ matrix.xcbver }}"
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
xcbver: [1.11, 1.12, xcb-proto-1.13, xcb-proto-1.14, xcb-proto-1.14.1, master]
steps:
- uses: actions/checkout@v2
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-haskell@v1.1.3
with:
ghc-version: 8.10
cabal-version: 3.2
- run: cabal update
- run: pip install -r requirements.txt
- run: pip install pytest
- run: sudo apt install x11-apps
- run: git clone https://gitlab.freedesktop.org/xorg/proto/xcbproto.git proto && cd proto && git checkout ${{ matrix.xcbver }}
- run: make XCBDIR=./proto/src check
| name: ci
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0' # weekly
jobs:
build:
runs-on: ubuntu-latest
name: "python ${{ matrix.python-version }} xcbver ${{ matrix.xcbver }}"
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
xcbver: [1.11, 1.12, xcb-proto-1.13, xcb-proto-1.14, xcb-proto-1.14.1, master]
steps:
- uses: actions/checkout@v2
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- uses: actions/setup-haskell@v1.1.3
with:
ghc-version: 8.10
cabal-version: 3.2
- run: cabal update
- run: pip install -r requirements.txt
- run: pip install pytest
- run: sudo apt install x11-apps
- run: git clone https://gitlab.freedesktop.org/xorg/proto/xcbproto.git proto && cd proto && git checkout ${{ matrix.xcbver }}
- run: make XCBDIR=./proto/src check
continue-on-error: ${{ matrix.xcbver == 'master' }}
| Allow the master xcb version to pass even if failing | Allow the master xcb version to pass even if failing
| YAML | apache-2.0 | tych0/xcffib |
a7a64514a1c503e4e6a546ae7b7a3a12ae15cb72 | packages/d3/d3d11binding.yaml | packages/d3/d3d11binding.yaml | homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: ca7966844b3a8ee2e824b259f83bec2e74c968689cb188a6cea6e449a609fe95
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.8 && <5'
Win32: ! '>=2.3.0.0'
c-storable-deriving: ! '>=0.1.3'
d3d11binding: -any
all-versions:
- '0.0.0.1'
- '0.0.0.2'
- '0.0.0.3'
- '0.0.0.4'
- '0.0.0.5'
- '0.0.0.6'
author: jwvg0425
latest: '0.0.0.6'
description-type: haddock
description: A raw binding for the directX 11
license-name: MIT
| homepage: https://github.com/jwvg0425/d3d11binding
changelog-type: ''
hash: 02f413bbc4493c4a040df47d66dffa0d3e3492aff3f5dc68d47ba6d4e0e609ae
test-bench-deps: {}
maintainer: jwvg0425@naver.com
synopsis: A raw binding for the directX 11
changelog: ''
basic-deps:
vect: ! '>=0.4.7'
base: ! '>=4.8 && <5'
Win32: ! '>=2.3.0.0'
c-storable-deriving: ! '>=0.1.3'
d3d11binding: -any
all-versions:
- '0.0.0.1'
- '0.0.0.2'
- '0.0.0.3'
- '0.0.0.4'
- '0.0.0.5'
- '0.0.0.6'
- '0.0.0.7'
author: jwvg0425
latest: '0.0.0.7'
description-type: haddock
description: A raw binding for the directX 11
license-name: MIT
| Update from Hackage at 2016-05-11T12:20:20+0000 | Update from Hackage at 2016-05-11T12:20:20+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
5f847887a04a586504cad34cce6423560ef74eb5 | packages/gh/ghc-datasize.yaml | packages/gh/ghc-datasize.yaml | homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: d72650fa2a1ad550c7f8620f48214483f035c17062504089d93857fbd299bb77
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: ==4.*
ghc-heap-view: ! '>=0.5'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.2'
author: Dennis Felsing <dennis@felsin9.de>
latest: '0.1.2'
description-type: haddock
description: ! 'ghc-datasize is a tool to determine the size of data
structures in GHC''s memory. Determining the size of
recursive data structures is supported. All sizes are in
Bytes.'
license-name: BSD3
| homepage: http://felsin9.de/nnis/ghc-datasize
changelog-type: ''
hash: 2f5cac5efa9db1fe263da4cc32d410ee605a4923bac60c408d8c96b8ec2de7b7
test-bench-deps: {}
maintainer: Dennis Felsing <dennis@felsin9.de>
synopsis: Determine the size of data structures in GHC's memory
changelog: ''
basic-deps:
base: ==4.*
ghc-heap-view: ! '>=0.5'
deepseq: ! '>=1.3 && <1.5'
all-versions:
- '0.1'
- '0.1.1'
- '0.1.2'
- '0.2.0'
author: Dennis Felsing <dennis@felsin9.de>
latest: '0.2.0'
description-type: haddock
description: ! 'ghc-datasize is a tool to determine the size of data
structures in GHC''s memory. Determining the size of
recursive data structures is supported. All sizes are in
Bytes.'
license-name: BSD3
| Update from Hackage at 2016-08-18T22:41:36+0000 | Update from Hackage at 2016-08-18T22:41:36+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
eae86210769cdb334b45dc95f019d650b30ff87b | .azure-pipelines/macos.yml | .azure-pipelines/macos.yml | jobs:
- template: jobs/test.yml
parameters:
vmImage: xcode9-macos10.13
- template: jobs/package.yml
parameters:
vmImage: xcode9-macos10.13
| jobs:
- template: jobs/test.yml
parameters:
vmImage: macos-10.14
- template: jobs/package.yml
parameters:
vmImage: macos-10.14
| Replace soon-unsupported macOS 10.13 with 10.14 | Replace soon-unsupported macOS 10.13 with 10.14
| YAML | mit | pypa/pip,pradyunsg/pip,sbidoul/pip,pypa/pip,sbidoul/pip,pradyunsg/pip,pfmoore/pip,pfmoore/pip |
38cb957154f2e105222d1765c56ab8b5eaf752d8 | packages/is/iso8601-time.yaml | packages/is/iso8601-time.yaml | homepage: https://github.com/nh2/iso8601-time
changelog-type: ''
hash: 249bda96a00316941e6d970f227ffa3c04c0cbcf4e9296a833a3799ab3ad47fd
test-bench-deps:
base: ! '>=4 && <5'
time: ! '>=1.4'
hspec: ! '>=1.3.0.1'
HUnit: ! '>=1.2'
iso8601-time: -any
maintainer: Niklas Hambüchen <mail@nh2.me>
synopsis: Convert to/from the ISO 8601 time format
changelog: ''
basic-deps:
base: <5
time: ! '>=1.5'
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
- '0.1.3'
author: Niklas Hambüchen <mail@nh2.me>
latest: '0.1.3'
description-type: haddock
description: ! 'Conversion functions between Haskell time types and the ISO 8601 format,
which is often used for printing times, e.g. JavaScript''s @new Date().toISOString()@.'
license-name: MIT
| homepage: https://github.com/nh2/iso8601-time
changelog-type: ''
hash: 21463b4f01434e4a46ba5eae845d964f63908855173f0febb2af6e33337fb570
test-bench-deps:
base: ! '>=4 && <5'
time: ! '>=1.4'
hspec: ! '>=1.3.0.1'
HUnit: ! '>=1.2'
iso8601-time: -any
maintainer: Niklas Hambüchen <mail@nh2.me>
synopsis: Convert to/from the ISO 8601 time format
changelog: ''
basic-deps:
base: <5
time: ! '>=1.5'
all-versions:
- '0.1.0'
- '0.1.1'
- '0.1.2'
- '0.1.3'
- '0.1.4'
author: Niklas Hambüchen <mail@nh2.me>
latest: '0.1.4'
description-type: haddock
description: ! 'Conversion functions between Haskell time types and the ISO 8601 format,
which is often used for printing times, e.g. JavaScript''s @new Date().toISOString()@.'
license-name: MIT
| Update from Hackage at 2015-08-19T01:38:23+0000 | Update from Hackage at 2015-08-19T01:38:23+0000
| YAML | mit | commercialhaskell/all-cabal-metadata |
09ace4eaefcf2ad3983622bdd8ccadcaa2e6642c | .github/workflows/test.yml | .github/workflows/test.yml | name: Test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get update -q
sudo apt-get install catch2 ninja-build
- name: Build and test
run: |
cmake . -B build -GNinja -DENABLE_TESTS=ON
ninja -C build
ninja -C build test
| name: Test
on: [push, pull_request]
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install dependencies
run: |
sudo apt-get update -q
sudo apt-get install ninja-build
- name: Build and test
run: |
cmake . -B build -GNinja -DENABLE_TESTS=ON
ninja -C build
ninja -C build test
| Fix remove catch from apt-get command | Fix remove catch from apt-get command
| YAML | unlicense | gilzoide/pega-texto,gilzoide/pega-texto |
73329340bd09d587e3ac3e8df73bd9a0ab6f8c43 | .github/workflows/test.yml | .github/workflows/test.yml | name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Build
strategy:
matrix:
go-version: [1.13.x, 1.15.x, 1.16.x]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
# must be specified without patch version
version: v1.41
| name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
name: Build
strategy:
matrix:
go-version: [1.13.x, 1.15.x, 1.16.x]
platform: [ubuntu-20.04]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go-version }}
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v2
with:
# must be specified without patch version
version: v1.41
| Bump actions/checkout from 2 to 3 | Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com> | YAML | mit | cpuguy83/go-md2man,cpuguy83/go-md2man |
d103f430ca2ad940c9dabd422d68fa31f2483a7c | .github/workflows/test.yml | .github/workflows/test.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Testing
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, head, jruby-head]
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake
| # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Testing
on:
push:
branches:
- master
pull_request:
jobs:
test:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3']
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run tests
run: bundle exec rake
| Add jruby 9.3 to CI | Add jruby 9.3 to CI | YAML | mit | sinatra/mustermann |
6bf8e833ffb7452ac021f825a462faf02f6c2ebc | recipes/FLAML/meta.yaml | recipes/FLAML/meta.yaml | {% set name = "FLAML" %}
{% set version = "0.6.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e71236bdab1dc7278562dac63c7914b6309f2d869540754fd0543ae75f3c080e
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.6
run:
- lightgbm >=2.3.1
- numpy >=1.16.2
- python >=3.6
- scikit-learn >=0.24
- scipy >=1.4.1
- xgboost <=1.3.3,>=0.90
test:
imports:
- flaml
commands:
- pip check
requires:
- pip
- pandas >=1.0.0
- xgboost <=1.3.3,>=0.90
about:
home: https://github.com/microsoft/FLAML
summary: A fast and lightweight autoML system
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- michalchromcak
| {% set name = "FLAML" %}
{% set version = "0.6.7" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: e71236bdab1dc7278562dac63c7914b6309f2d869540754fd0543ae75f3c080e
build:
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
host:
- pip
- python >=3.6
run:
- lightgbm >=2.3.1
- numpy >=1.16.2
- python >=3.6
- scikit-learn >=0.24
- scipy >=1.4.1
- xgboost <=1.3.3,>=0.90
test:
imports:
- flaml
about:
home: https://github.com/microsoft/FLAML
summary: A fast and lightweight autoML system
license: MIT
license_file: LICENSE
extra:
recipe-maintainers:
- michalchromcak
| Remove pip check from tests | Remove pip check from tests | YAML | bsd-3-clause | stuertz/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes,jochym/staged-recipes,goanpeca/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes |
a6438e851ffe24a3bc94f8c076b9aaedd9fad0d2 | .github/workflows/lint.yml | .github/workflows/lint.yml | name: Python lint
on:
push:
pull_request:
schedule:
- cron: '3 19 * * SUN'
jobs:
build:
name: Python linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pylint black mypy voluptuous-stubs
- name: Install
run: python setup.py install
- name: Run mypy
run: mypy minfraud tests
- name: Run Pylint
run: pylint minfraud
- name: Run Black
run: black --check --diff .
| name: Python lint
on:
push:
pull_request:
schedule:
- cron: '3 19 * * SUN'
jobs:
build:
name: Python linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
- name: Install
run: python setup.py install
- name: Run mypy
run: mypy minfraud tests
- name: Run Pylint
run: pylint minfraud
- name: Run Black
run: black --check --diff .
| Work around chardet/aiohttp compat issue in CI | Work around chardet/aiohttp compat issue in CI
| YAML | apache-2.0 | maxmind/minfraud-api-python,maxmind/minfraud-api-python |
e03714fe37cc4d5346a4316d14f66869b8186925 | .github/workflows/main.yml | .github/workflows/main.yml | name: main
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
tox_env: ["py36", "py37", "py38", "linting", "docs"]
os: [ubuntu-latest, windows-latest]
include:
- tox_env: "py36"
python: "3.6"
- tox_env: "py37"
python: "3.7"
- tox_env: "py38"
python: "3.8"
- tox_env: "linting"
python: "3.8"
- tox_env: "docs"
python: "3.8"
exclude:
- tox_env: "linting"
os: windows-latest
- tox_env: "docs"
os: windows-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test
run: |
tox -e ${{ matrix.tox_env }}
| name: main
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
tox_env: ["py36", "py37", "py38", "linting", "docs"]
os: [ubuntu-latest, windows-latest]
include:
- tox_env: "py36"
python: "3.6"
- tox_env: "py37"
python: "3.7"
- tox_env: "py38"
python: "3.8"
- tox_env: "linting"
python: "3.6"
- tox_env: "docs"
python: "3.8"
exclude:
- tox_env: "linting"
os: windows-latest
- tox_env: "docs"
os: windows-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python }}
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Test
run: |
tox -e ${{ matrix.tox_env }}
| Use python3.6 for linting environment in CI | Use python3.6 for linting environment in CI
We use pre-commit, and our pre-commit configuration requires Python 3.6.
| YAML | mit | ESSS/conda-devenv |
c87fe057b3e374f8a3936b068d46ee6d6def002f | .github/workflows/main.yml | .github/workflows/main.yml | name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
-name: Run tests
run: ./test/etl_tests
| name: CI
on:
push:
branches: [ feature/github-actions-for-windows-compilers ]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019:
name: Windows VS2019 Debug
runs-on: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.1
- name: Build
run: |
cmake -G "Visual Studio 16 2019" -D BUILD_TESTS=ON ./
MSBuild.exe etl.sln
- name: Run tests
run: ./test/etl_tests
| Add VS2019 configuration to Github CI | Add VS2019 configuration to Github CI
| YAML | mit | ETLCPP/etl,ETLCPP/etl,ETLCPP/etl,ETLCPP/etl |
508b0c822770240e0e1772b41c25d2e5b0413412 | .github/workflows/main.yml | .github/workflows/main.yml | name: E-Mail Release Notification
on:
push
# release:
# types: [released]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: daysofwonder/sendgrid-notification-action@v1.3
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
| name: E-Mail Release Notification
on:
release:
types: [released]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify about a new release
uses: daysofwonder/sendgrid-notification-action@v1.3
env:
SENDGRID_API_TOKEN: ${{ secrets.SENDGRID_API_TOKEN }}
RECIPIENTS_URL: ${{ secrets.RECIPIENTS_URL }}
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
DISTRIBUTION_LISTS: ${{ secrets.DISTRIBUTION_LISTS }}
| Set action only on release | Set action only on release
| YAML | mit | daysofwonder/asmodeenet_sso_js,daysofwonder/asmodeenet_sso_js,daysofwonder/asmodeenet_sso_js |
d032325e513c82a862e2dc739ccbdd8f3ce0771b | .github/workflows/ruby.yml | .github/workflows/ruby.yml | # This workflow uses actions that are not certified by GitHub.
# They are provided by a third-party and are governed by
# separate terms of service, privacy policy, and support
# documentation.
# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@ec106b438a1ff6ff109590de34ddc62c540232e0
with:
ruby-version: 2.6
- name: Install dependencies
run: bundle install
- name: Run tests
run: bundle exec rake
| name: Ruby
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version:
- jruby-1.7.9
- 2.4.10
- 2.5.8
- 2.6.6
- 2.7.1
- 2.7.2
gemfile:
- gemfiles/rails5_0.gemfile
- gemfiles/rails5_1.gemfile
- gemfiles/rails5_2.gemfile
- gemfiles/rails6_0.gemfile
exclude:
- ruby-version: 2.4.10
gemfile: gemfiles/rails6_0.gemfile
env:
JRUBY_OPTS: "--1.9"
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "${{ matrix.ruby-version }}"
- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.3.0
with:
mongodb-version: 4.4
- name: Install dependencies
run: "bundle install --without development"
- name: Run tests
run: "bundle exec rake"
| Tweak GitHub Actions based on existing travis.yml | Tweak GitHub Actions based on existing travis.yml
| YAML | mit | mongomapper/mongomapper |
e66ca81497fba2fcceef58d7188f17c340564bf1 | .github/workflows/test.yml | .github/workflows/test.yml | name: Testing
on:
push:
pull_request:
# GitHub Actions notes
# - outcome in step name so we can see it without having to expand logs
# - every step must define a `uses` or `run` key
jobs:
test:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.6, 2.7, '3.0', 3.1, 'jruby-9.3', truffleruby]
include:
- { ruby: jruby-9.3, allow-failure: true }
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
continue-on-error: ${{ matrix.allow-failure || false }}
id: bundle
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: "setup-ruby and bundle install outcome: ${{ steps.bundle.outcome }}"
run: echo ""
- name: Run tests
continue-on-error: ${{ matrix.allow-failure || false }}
id: test
run: bundle exec rake
- name: "bundle exec rake outcome: ${{ steps.test.outcome }}"
run: echo ""
| name: Testing
on:
push:
pull_request:
# GitHub Actions notes
# - outcome in step name so we can see it without having to expand logs
# - every step must define a `uses` or `run` key
jobs:
test:
name: Test with Ruby-${{ matrix.ruby }}
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
ruby: [2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, truffleruby]
include:
- { ruby: jruby-9.3, allow-failure: true }
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
continue-on-error: ${{ matrix.allow-failure || false }}
id: bundle
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: "setup-ruby and bundle install outcome: ${{ steps.bundle.outcome }}"
run: echo ""
- name: Run tests
continue-on-error: ${{ matrix.allow-failure || false }}
id: test
run: bundle exec rake
- name: "bundle exec rake outcome: ${{ steps.test.outcome }}"
run: echo ""
| Test with Ruby 2.2 to 2.5 | Test with Ruby 2.2 to 2.5
As the gemspec still say you can use mustermann with Ruby 2.2.
| YAML | mit | sinatra/mustermann |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.