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
b0278a5193c63cd232e2ead8fc8db762af3bcf53
packages/hs/hsini.yaml
packages/hs/hsini.yaml
homepage: '' changelog-type: '' hash: b9a67bcdc416b5f6d1947b1a907f288887f3b5bc9a5e72066386240e94fb4731 test-bench-deps: bytestring: -any tasty-th: -any base: -any parsec: -any containers: -any tasty-quickcheck: -any mtl: -any tasty-hunit: -any tasty: -any maintainer: Magnus Therning <magnus@therning.org> synopsis: ini configuration files changelog: '' basic-deps: bytestring: -any base: <5 parsec: -any containers: -any mtl: -any all-versions: - '0.1' - '0.2' - '0.3' - 0.3.1 - 0.4.0 - 0.4.1 - 0.4.2 - 0.5.0 - 0.5.1 - 0.5.1.1 - 0.5.1.2 author: '' latest: 0.5.1.2 description-type: haddock description: Library for reading and writing configuration files in INI format (see <https://en.wikipedia.org/wiki/INI_file>). license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: e6e290ad8d26a8632e64c0887003897674beeeb0da68c429279418fda4547b72 test-bench-deps: bytestring: -any tasty-th: -any base: -any parsec: -any containers: -any tasty-quickcheck: -any mtl: -any tasty-hunit: -any tasty: -any maintainer: Magnus Therning <magnus@therning.org> synopsis: ini configuration files changelog: '' basic-deps: bytestring: -any base: <5 parsec: -any containers: -any mtl: ! '>=2.2.1' all-versions: - '0.1' - '0.2' - '0.3' - 0.3.1 - 0.4.0 - 0.4.1 - 0.4.2 - 0.5.0 - 0.5.1 - 0.5.1.1 - 0.5.1.2 author: '' latest: 0.5.1.2 description-type: haddock description: Library for reading and writing configuration files in INI format (see <https://en.wikipedia.org/wiki/INI_file>). license-name: BSD-3-Clause
Update from Hackage at 2019-04-24T18:48:30Z
Update from Hackage at 2019-04-24T18:48:30Z
YAML
mit
commercialhaskell/all-cabal-metadata
187fbedb70ac3fd52d6b1805d076d4029831cd65
packages/ri/rings.yaml
packages/ri/rings.yaml
homepage: https://github.com/cmk/rings changelog-type: markdown hash: 5f40ce274fd850fb7a34d5dcce8de63ee4a0c0037be5076dea00ff791546ee07 test-bench-deps: property: -any base: ==4.* connections: -any hedgehog: -any rings: -any maintainer: chris.mckinlay@gmail.com synopsis: Rings, semirings, and dioids. changelog: | # Revision history for dioids ## 0.0.1 -- YYYY-mm-dd * First version. Released on an unsuspecting world. basic-deps: semigroupoids: ==5.* property: ! '>=0.0.1 && <1.0' base: ! '>=4.10 && <5.0' connections: ! '>=0.0.2 && <1.0' containers: ! '>=0.4.0 && <0.7' contravariant: ! '>=1 && <2' all-versions: - 0.0.1 - 0.0.2 author: Chris McKinlay latest: 0.0.2 description-type: haddock description: Lawful versions of the numeric typeclasses in base. license-name: BSD-3-Clause
homepage: https://github.com/cmk/rings changelog-type: markdown hash: b3bff567890ad73c90e6c9b8166c6eef1bbc714e477a9ffdb6cf92e9c64ebe34 test-bench-deps: property: -any base: ==4.* connections: -any hedgehog: -any rings: -any maintainer: chris.mckinlay@gmail.com synopsis: Rings, semirings, and dioids. changelog: | # Revision history for dioids ## 0.0.1 -- YYYY-mm-dd * First version. Released on an unsuspecting world. basic-deps: semigroupoids: ==5.* property: ! '>=0.0.1 && <1.0' base: ! '>=4.10 && <5.0' connections: ! '>=0.0.2.1 && <0.0.3' containers: ! '>=0.4.0 && <0.7' all-versions: - 0.0.1 - 0.0.2 - 0.0.2.1 author: Chris McKinlay latest: 0.0.2.1 description-type: haddock description: Lawful versions of several of the numeric typeclasses in base. license-name: BSD-3-Clause
Update from Hackage at 2019-12-02T08:39:45Z
Update from Hackage at 2019-12-02T08:39:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
e26b9b9bd083a54e37cff5a565b8771e613d14e8
environment.yml
environment.yml
# Some remove, built and test commands: # conda-env remove -n ece2cmor3-check # conda clean --all # conda env create -f environment.yml # conda update --all # conda-env list # conda list # cdo -V # nosetests name: ece2cmor3-check channels: - pcmdi/label/nightly - conda-forge - defaults dependencies: - cmor=2018.06.28.master.npy1.14=py27h9ac9557_0 # Depends on libnetcdf >=4.4 and hdf5 >=1.10, python >=2.7,<2.8 - cdo=1.9.3 - python-cdo - python-eccodes=2.8.0 - netcdf4 - nose=1.3.7 - pip=10.0.1 - python=2.7.15 - setuptools=39.2.0 - numpy>=1.14.0 - libiconv # Unlisted dependency of cdo - pip: - f90nml==0.20 - jsonschema==2.5.1 - python-dateutil==2.4.1 - testfixtures==5.3.1 - xlrd==1.1.0 - xlsxwriter==1.0.2 - dreqPy==01.00.24 - cython
# Some remove, built and test commands: # conda-env remove -n ece2cmor3-check # conda clean --all # conda env create -f environment.yml # conda update --all # conda-env list # conda list # cdo -V # nosetests name: ece2cmor3-check channels: - pcmdi/label/nightly - conda-forge - defaults dependencies: - cmor=2018.06.28.master.npy1.14=py27h9ac9557_0 # Depends on libnetcdf >=4.6 and hdf5 >=1.10, python >=2.7,<2.8 - cdo=1.9.3 - python-cdo - python-eccodes=2.8.0 - netcdf4 - nose=1.3.7 - pip=10.0.1 - python=2.7.15 - setuptools=39.2.0 - numpy>=1.14.0 - libiconv # Unlisted dependency of cdo - pip: - f90nml==0.20 - jsonschema==2.5.1 - python-dateutil==2.4.1 - testfixtures==5.3.1 - xlrd==1.1.0 - xlsxwriter==1.0.2 - dreqPy==01.00.24 - cython
Correct comment: dependent on libnetcdf > 4.6
Correct comment: dependent on libnetcdf > 4.6
YAML
apache-2.0
goord/ece2cmor3,goord/ece2cmor3
07e11b933222d971d7248a8ea0d3b6d4588e76d9
environment.yml
environment.yml
name: IOOS3 channels: - conda-forge - defaults dependencies: - icu=56 - libnetcdf=4.4.0 - python=3.5 - anaconda-navigator - bagit - beautifulsoup4 - bokeh - cartopy - cc-plugin-glider - cmocean - compliance-checker - ctd - cython - descartes - fiona - flake8 - folium - gdal - geojson - geojsonio - geolinks - geopandas - geos - gridgeo - gsw - iris - jsanimation - jupyter - jupyter_client - matplotlib - mpld3 - mplleaflet - nb_conda_kernels - nbdime - netcdf4 - numpy - oceans - oct2py - owslib - paegan - pandas - proj4 - psutil - pygc - pykdtree - pyoos - pyproj - pyresample - pysgrid - pytest - pyugrid - pyyaml - qrcode - rasterio - rasterstats - requests - rios - rtree - scikit-learn - scipy - seaborn - seawater - shapely - siphon - spyder - statsmodels - sympy - thredds_crawler - xarray - xlrd
name: IOOS3 channels: - conda-forge - defaults dependencies: - icu=56 - libnetcdf=4.4.0 - python=3.5 - anaconda-navigator - bagit - beautifulsoup4 - bokeh - cartopy - cc-plugin-glider - cmocean - compliance-checker - ctd - cython - descartes - fiona - flake8 - folium - gdal - geojson - geojsonio - geolinks - geopandas - geos - gridgeo - gsw - iris - jsanimation - jupyter - jupyter_client - matplotlib - mpld3 - mplleaflet - nb_conda_kernels - nbdime - netcdf4 - numpy - oceans - oct2py - owslib - paegan - pandas - proj4 - psutil - pygc - pykdtree - pyoos - pyproj - pyresample - pysgrid - pytest - pyugrid - pyyaml - qrcode - rasterio - rasterstats - requests - rios - rtree - scikit-learn - scipy - seaborn - seawater - shapely - siphon - spyder - statsmodels - sympy - thredds_crawler - xarray - xlrd # R kernel - r-base
Install the new r-base together with the rest of the stack
Install the new r-base together with the rest of the stack
YAML
mit
ocefpaf/notebooks_demos,ocefpaf/notebooks_demos,ioos/notebooks_demos
acccf2d5ac405431b15fa723a57497e491c28478
.github/workflows/analysis.yml
.github/workflows/analysis.yml
name: Static Code Analysis on: push: branches: - development paths-ignore: - '**.md' - '**.txt' pull_request: branches: - master - develoment jobs: analysis: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2-beta with: fetch-depth: 1 - name: Setup PHP uses: shivammathur/setup-php@v1 with: php-version: '7.3' coverage: none tools: php-cs-fixer, phpcs - name: Run PHP_CodeSniffer run: phpcs --runtime-set ignore_warnings_on_exit true - name: Run PHP CS Fixer if: always() run: php-cs-fixer fix --diff --dry-run -v - name: Run Shell Check if: always() run: shellcheck .ci/*.sh
name: Static Code Analysis on: push: branches: - development paths-ignore: - '**.md' - '**.txt' pull_request: branches: - master - develoment jobs: analysis: runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v2 with: fetch-depth: 1 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '7.3' coverage: none tools: php-cs-fixer, phpcs - name: Run PHP_CodeSniffer run: phpcs --runtime-set ignore_warnings_on_exit true - name: Run PHP CS Fixer if: always() run: php-cs-fixer fix --diff --dry-run -v - name: Run Shell Check if: always() run: shellcheck .ci/*.sh
Use Latest Actions for Static Code Analysis
Use Latest Actions for Static Code Analysis
YAML
mit
phalcon/zephir,phalcon/zephir,zephir-lang/zephir,zephir-lang/zephir,zephir-lang/zephir,phalcon/zephir,zephir-lang/zephir,vpg/zephir,phalcon/zephir,zephir-lang/zephir,vpg/zephir,phalcon/zephir,vpg/zephir,phalcon/zephir,vpg/zephir,vpg/zephir,vpg/zephir
925ca3e03c2b3cf4d51c038ba548d734dd8a8964
.github/workflows/docbuild.yml
.github/workflows/docbuild.yml
name: docbuild on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: build-type: [ 'html', 'doctest' ] name: ${{ matrix.build-type }} steps: - uses: actions/checkout@v1 - name: Set up Python 3.10 uses: actions/setup-python@v1 with: python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip pip install .[dev] pip install "selenium<4.3.0" pip install altair_saver vl-convert-python pip install -r doc/requirements.txt pip install git+https://github.com/altair-viz/altair_viewer.git - name: Run docbuild run: | cd doc && make ${{ matrix.build-type }}
name: docbuild on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: build-type: [ 'html', 'doctest' ] name: ${{ matrix.build-type }} steps: - uses: actions/checkout@v1 - name: Set up Python 3.10 uses: actions/setup-python@v1 with: python-version: "3.10" - name: Install dependencies run: | python -m pip install --upgrade pip pip install .[dev] pip install "selenium<4.3.0" pip install altair_saver pip install -r doc/requirements.txt pip install git+https://github.com/altair-viz/altair_viewer.git - name: Run docbuild run: | cd doc && make ${{ matrix.build-type }}
Remove vl-convert from doc build CI since emoji example doesn't render properly
Remove vl-convert from doc build CI since emoji example doesn't render properly
YAML
bsd-3-clause
altair-viz/altair
f7fe40b6932e5be7e30cb018b32b9762635b672d
packages/kr/kraken.yaml
packages/kr/kraken.yaml
homepage: '' changelog-type: '' hash: b9af41e85ddcb6093974c4d6656598138cc06a8dcafa4ef07cf0f66afb265a07 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: Kraken.io API client changelog: '' basic-deps: http-client: -any bytestring: -any base: ! '>=4.5 && <4.10' http-client-tls: -any mtl: -any aeson: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.3' author: Tomas Carnecky latest: '0.0.3' description-type: haddock description: ! 'Kraken is a robust, ultra-fast image optimizer and compressor with best-in-class algorithms.' license-name: MIT
homepage: '' changelog-type: '' hash: 03085f9b1e839e82a6bfef3778f95f327c55bbd247727d0929b0758bd801a136 test-bench-deps: {} maintainer: tomas.carnecky@gmail.com synopsis: Kraken.io API client changelog: '' basic-deps: http-client: -any bytestring: ! '>=0.10' base: ! '>=4.5 && <4.10' http-client-tls: -any mtl: -any aeson: -any all-versions: - '0.0.1' - '0.0.2' - '0.0.3' author: Tomas Carnecky latest: '0.0.3' description-type: haddock description: ! 'Kraken is a robust, ultra-fast image optimizer and compressor with best-in-class algorithms.' license-name: MIT
Update from Hackage at 2016-10-02T08:19:18+00:00
Update from Hackage at 2016-10-02T08:19:18+00:00
YAML
mit
commercialhaskell/all-cabal-metadata
d9bb2cf22a0e5ef03dcdc6387dc4151b02b83cde
app.yaml
app.yaml
application: restoncoffeemachine version: 1 runtime: python27 api_version: 1 handlers: - url: /favicon\.ico static_files: img/favicon.ico upload: img/favicon\.ico - url: /img/(.*) static_files: img/\1 upload: img/(.*) mime_type: image/jpeg expiration: "30d" - url: .* script: result.py
application: restoncoffeemachine version: 1 runtime: python27 api_version: 1 threadsafe: true handlers: - url: /favicon\.ico static_files: img/favicon.ico upload: img/favicon\.ico - url: /img/(.*) static_files: img/\1 upload: img/(.*) mime_type: image/jpeg expiration: "30d" - url: .* script: result.py
Make sure to incldue the threadsafe keyword in yaml.
Make sure to incldue the threadsafe keyword in yaml.
YAML
apache-2.0
morrowc/restoncoffeemachine
a5eada79c032c68f17e3f307a8bd01b3193f4d69
.github/workflows/linters.yml
.github/workflows/linters.yml
name: linters on: [pull_request] jobs: linters: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - run: | git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/* - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Run pronto run: | if [ ${{ github.event.pull_request.head.repo.full_name }} == ${{ github.event.pull_request.base.repo.full_name }} ]; then PRONTO_PULL_REQUEST_ID="$(jq --raw-output .number "$GITHUB_EVENT_PATH")" PRONTO_GITHUB_ACCESS_TOKEN="${{ github.token }}" bundle exec pronto run -f github_status github_pr -c origin/${{ github.base_ref }} else bundle exec pronto run --exit-code -c origin/${{ github.base_ref }} fi
name: linters on: [pull_request] jobs: linters: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2 - run: | git fetch --no-tags --prune origin +refs/heads/*:refs/remotes/origin/* - name: Setup Ruby uses: ruby/setup-ruby@v1 with: bundler-cache: true - name: Run pronto run: | if [[ ${{ github.event.pull_request.head.repo.full_name }} == ${{ github.event.pull_request.base.repo.full_name }} && ${{ github.actor }} != dependabot* ]]; then PRONTO_PULL_REQUEST_ID="$(jq --raw-output .number "$GITHUB_EVENT_PATH")" PRONTO_GITHUB_ACCESS_TOKEN="${{ github.token }}" bundle exec pronto run -f github_status github_pr -c origin/${{ github.base_ref }} else bundle exec pronto run --exit-code -c origin/${{ github.base_ref }} fi
Fix Pronto on Dependabot pull requests
Fix Pronto on Dependabot pull requests As explained in "GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions" [1], we need to consider Dependabot pull requests as external pull requests. [1] https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions/
YAML
agpl-3.0
consul/consul,consul/consul,consul/consul,consul/consul,consul/consul
6a7f2ac72d4d66004502b088228769fd3cb7ae09
.github/workflows/node.js.yml
.github/workflows/node.js.yml
name: Node.js CI on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 14.x - 16.x - 18.x steps: - name: Set up Git run: | git config --global user.name "Mrm Bot" git config --global user.email "${BOT_EMAIL}" env: BOT_EMAIL: ${{ secrets.BOT_EMAIL }} - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run bootstrap - run: npm test
name: Node.js CI on: push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: - 16.x - 18.x steps: - name: Set up Git run: | git config --global user.name "Mrm Bot" git config --global user.email "${BOT_EMAIL}" env: BOT_EMAIL: ${{ secrets.BOT_EMAIL }} - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run bootstrap - run: npm test
Drop Node 14 tests 🦀
chore: Drop Node 14 tests 🦀 Looks like the npm version that comes with Node 14 doesn't support workspaces
YAML
mit
sapegin/mrm
27a87ac586a3458abe33872635526b31caf62e33
.builds/freebsd.yml
.builds/freebsd.yml
image: freebsd/latest packages: - devel/evdev-proto - devel/libepoll-shim - devel/libudev-devd - devel/meson # implies ninja - devel/pkgconf - graphics/libdrm - graphics/mesa-libs - graphics/png - graphics/wayland - graphics/wayland-protocols - multimedia/ffmpeg - x11/libX11 - x11/libinput - x11/libxcb - x11/libxkbcommon - x11/pixman - x11/xcb-util-errors - x11/xcb-util-wm sources: - https://github.com/swaywm/wlroots tasks: - fixup_epoll: | cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc prefix=/usr/local exec_prefix=\$\{\$prefix\} libdir=${prefix}/lib sharedlibdir=${prefix}/lib includedir=${prefix}/include/libepoll-shim Name: epoll-shim Description: epoll shim implemented using kevent Version: 0 Requires: Libs: -L${libdir} -L${sharedlibdir} -lepoll-shim Libs.private: -pthread -lrt Cflags: -I${includedir} EOF - wlroots: | cd wlroots meson build ninja -C build
image: freebsd/latest packages: - devel/evdev-proto - devel/libepoll-shim - devel/libudev-devd - devel/meson # implies ninja - devel/pkgconf - graphics/libdrm - graphics/mesa-libs - graphics/png - graphics/wayland - graphics/wayland-protocols - multimedia/ffmpeg - x11/libX11 - x11/libinput - x11/libxcb - x11/libxkbcommon - x11/pixman - x11/xcb-util-errors - x11/xcb-util-wm sources: - https://github.com/swaywm/wlroots tasks: - wlroots: | cd wlroots meson build ninja -C build
Switch to system epoll-shim.pc in FreeBSD build
Switch to system epoll-shim.pc in FreeBSD build
YAML
mit
swaywm/wlroots,swaywm/wlroots,ascent12/wlroots,ascent12/wlroots,SirCmpwn/wlroots
1a0ebbd05ad40cd6bc8fa6122c984a1dd67fda21
.kitchen.docker.yml
.kitchen.docker.yml
# # Copyright 2016 Walter Dolce # # 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. # --- driver: name: docker volume: - <%= Dir.pwd %>/test/fixtures/sudoers-manager:/tmp/fixtures/sudoers-manager suites: - name: single-profile driver: volume: - <%= Dir.pwd %>/test/integration/single-profile/cucumber/fixtures:/tmp/fixtures provision_command: - /tmp/fixtures/provision_users - name: multiple-profiles driver: volume: - <%= Dir.pwd %>/test/integration/multiple-profile/cucumber/fixtures:/tmp/fixtures provision_command: - /tmp/fixtures/provision_users - name: noop driver: volume: - <%= Dir.pwd %>/test/integration/noop/cucumber/fixtures:/tmp/fixtures provision_command: - /tmp/fixtures/provision_users
# # Copyright 2016 Walter Dolce # # 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. # --- driver: name: docker volume: - <%= Dir.pwd %>/test/fixtures/sudoers-manager:/tmp/fixtures/sudoers-manager suites: - name: single-profile driver: volume: - <%= Dir.pwd %>/test/integration/single-profile/cucumber/fixtures:/tmp/fixtures provision_command: - /tmp/fixtures/provision_users - name: multiple-profiles driver: volume: - <%= Dir.pwd %>/test/integration/multiple-profile/cucumber/fixtures:/tmp/fixtures provision_command: - /tmp/fixtures/provision_users - name: noop driver: volume: - <%= Dir.pwd %>/test/integration/noop/cucumber/fixtures:/tmp/fixtures provision_command: - pwd - ls -la - ls -la /tmp - ls -ls /tmp/fixtures - /tmp/fixtures/provision_users
Add test commands to provision_command
Add test commands to provision_command
YAML
apache-2.0
walterdolce/ansible-role-sudoers-manager,walterdolce/ansible-role-sudoers-manager
64d75d7a581a1fa804bbe835f1f342edef98433c
.github/workflows/dependabot.yml
.github/workflows/dependabot.yml
name: Help Dependabot with vendoring on: push: branches: - 'dependabot/bundler/**' paths: - 'Gemfile.lock' jobs: bundle-install: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 - run: bundle install - name: Commit and push run: | git config --local user.email `git show -s --format='%ae'` git config --local user.name ${GITHUB_ACTOR} git remote add github "https://$GITHUB_ACTOR:$GH_TOKEN@github.com/$GITHUB_REPOSITORY.git" git add . git commit -m "`git log --oneline --format=%B -n 1 HEAD | head -n 1` (update vendor/cache)" || true git push github HEAD:${GITHUB_REF}
name: Help Dependabot with vendoring on: push: branches: - 'dependabot/bundler/**' paths: - 'Gemfile.lock' jobs: bundle-install: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 - run: bundle install - name: Commit and push run: | git config --local user.email `git show -s --format='%ae'` git config --local user.name ${GITHUB_ACTOR} git remote add github "https://$GITHUB_ACTOR:${{ secrets.GH_TOKEN }}@github.com/$GITHUB_REPOSITORY.git" git add . git commit -m "`git log --oneline --format=%B -n 1 HEAD | head -n 1` (update vendor/cache)" || true git push github HEAD:${GITHUB_REF}
Access the GitHub Actions secret correctly
Access the GitHub Actions secret correctly https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets#using-encrypted-secrets-in-a-workflow
YAML
mit
Starkast/wikimum,Starkast/wikimum
6fd8ee9c0ef8f8b4ba07ecf7f4143fdd0c0240ca
django/tasks/20-django/20-update_requirements.yml
django/tasks/20-django/20-update_requirements.yml
--- # install all requirements from requirements.txt # # use_pip_compile == True: # before installing requirements.txt, install pip-tools and recompile # requirements inputs configured in requirement_files # # tag: update_requirements # - name: install pip-tools pip: > virtualenv="{{ virtualenv_path }}" name={{ item }} state=latest with_items: - "pip==18.0" - "pip-tools~=3.0.0" when: use_pip_compile - name: recompile requirements input command: > {{ virtualenv_path }}/bin/pip-compile {{ install_path }}/requirements/{{ item }}.in --upgrade with_items: '{{ requirement_files }}' when: use_pip_compile and not disabled_by_default - name: install django app requirements pip: > virtualenv="{{ virtualenv_path }}" requirements="{{ install_path }}/{{ requirements }}" extra_args="--exists-action w" state=latest notify: - restart service group
--- # install all requirements from requirements.txt # # use_pip_compile == True: # before installing requirements.txt, install pip-tools and recompile # requirements inputs configured in requirement_files # # tag: update_requirements # - name: install pip-tools pip: > virtualenv="{{ virtualenv_path }}" name={{ item }} state=latest with_items: - "pip>=9.0.1" - "pip-tools>=1.9.0" when: use_pip_compile - name: recompile requirements input command: > {{ virtualenv_path }}/bin/pip-compile {{ install_path }}/requirements/{{ item }}.in --upgrade with_items: '{{ requirement_files }}' when: use_pip_compile and not disabled_by_default - name: install django app requirements pip: > virtualenv="{{ virtualenv_path }}" requirements="{{ install_path }}/{{ requirements }}" extra_args="--exists-action w" state=latest notify: - restart service group
Revert "Set fixed pip version compatible with pip-tools 3.0"
Revert "Set fixed pip version compatible with pip-tools 3.0" This reverts commit 70ebc2a0dc846f984e34d026482ba45888df7777. Fix released: https://github.com/jazzband/pip-tools/issues/688
YAML
mit
fdemmer/ansible_roles
bfc49d2063bdf908e2b79ca1806976c04831aaa0
recipes/pdfo/meta.yaml
recipes/pdfo/meta.yaml
{% set name = "pdfo" %} {% set version = "1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pdfo-{{ version }}.tar.gz sha256: 10838d75e7408e28074bb0e07cc2d7576c29686dc9df5029c38e8f72d3731bff build: number: 0 script: {{ PYTHON }} -m pip install . -vv requirements: build: - {{ compiler('fortran') }} host: - pip - numpy - python # [py>=27] run: - numpy - python # [py>=27] test: imports: - pdfo commands: - pip check - python -m pdfo.tests.test_pdfo requires: - pip about: home: https://www.pdfo.net summary: PDFO - Powell's Derivative-Free Optimization solvers license: LGPL-3.0+ license_file: LICENCE.txt extra: recipe-maintainers: - AntoineD
{% set name = "pdfo" %} {% set version = "1.0" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pdfo-{{ version }}.tar.gz sha256: 10838d75e7408e28074bb0e07cc2d7576c29686dc9df5029c38e8f72d3731bff build: number: 0 skip: True # [win] script: {{ PYTHON }} -m pip install . -vv requirements: build: - {{ compiler('fortran') }} host: - pip - numpy - python # [py>=27] run: - numpy - python # [py>=27] test: imports: - pdfo commands: - pip check - python -m pdfo.tests.test_pdfo requires: - pip about: home: https://www.pdfo.net summary: PDFO - Powell's Derivative-Free Optimization solvers license: LGPL-3.0-or-later license_file: LICENCE.txt extra: recipe-maintainers: - AntoineD
Fix for the linter and skip windows
Fix for the linter and skip windows
YAML
bsd-3-clause
jakirkham/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,ReimarBauer/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,stuertz/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,mariusvniekerk/staged-recipes,ocefpaf/staged-recipes,kwilcox/staged-recipes
2b40ba628e46e490aa5b910fde2e7d6e99fed5d8
recipes/sahi/meta.yaml
recipes/sahi/meta.yaml
{% set name = "sahi" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz sha256: 5a688f9782c78251669ddb3db3e280e2eb43a978102cec9aab87e5953070069f build: number: 0 noarch: python entry_points: - sahi=sahi.cli:app script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=3.7 run: - fire - py-opencv >=4.2.0.32 - pillow >=8.2.0 - python >=3.7 - pyyaml - shapely >=1.7.0 - tqdm >=4.48.2 test: imports: - sahi - sahi.postprocess commands: # - pip check - sahi --help # requires: # - pip about: home: https://github.com/obss/sahi summary: A vision library for performing sliced inference on large images/small objects license: MIT license_file: LICENSE extra: recipe-maintainers: - fcakyon - weiji14
{% set name = "sahi" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/sahi-{{ version }}.tar.gz sha256: 5a688f9782c78251669ddb3db3e280e2eb43a978102cec9aab87e5953070069f build: number: 0 noarch: python entry_points: - sahi=sahi.cli:app script: {{ PYTHON }} -m pip install . -vv requirements: host: - pip - python >=3.7 run: - fire - py-opencv >=4.2.0.32 - pycocotools - pillow >=8.2.0 - python >=3.7 - pyyaml - shapely >=1.7.0 - tqdm >=4.48.2 test: imports: - sahi - sahi.postprocess commands: # - pip check - sahi --help # requires: # - pip about: home: https://github.com/obss/sahi summary: A vision library for performing sliced inference on large images/small objects license: MIT license_file: LICENSE extra: recipe-maintainers: - fcakyon - weiji14
Add pycocotools as a runtime dependency
Add pycocotools as a runtime dependency
YAML
bsd-3-clause
stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,jakirkham/staged-recipes,conda-forge/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,johanneskoester/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,mariusvniekerk/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes
b352ba9219896c1889aae747181c5396b7538a5b
recipes/zict/meta.yaml
recipes/zict/meta.yaml
{% set version = "0.1.2" %} {% set name = "zict" %} package: name: {{ name }} version: "{{ version }}" source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 9e4c951c2149c1ed3a201e56c07269b058081370bd1f20558d7fadc004631e9b build: number: 0 noarch: python script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python - heapdict test: imports: - zict about: home: http://github.com/mrocklin/zict license: BSD 3-Clause summary: 'Composable Dictionary Classes'
{% set version = "0.1.3" %} {% set name = "zict" %} package: name: {{ name }} version: "{{ version }}" source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 63377f063086fc92e5c16e4d02162c571f6470b9e796cf3411ef9e815c96b799 build: number: 0 noarch: python script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python - heapdict test: imports: - zict about: home: http://github.com/mrocklin/zict license: BSD 3-Clause summary: 'Composable Dictionary Classes'
Update zict to version 0.1.3
Update zict to version 0.1.3
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
80b9caf1f017de0f47181c57e70067f6fc6bfbef
.github/workflows/pypi-publish.yml
.github/workflows/pypi-publish.yml
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: release: types: [created] jobs: deploy: name: Publish runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Python 2.7 uses: actions/setup-python@v2 with: python-version: 2.7 - name: Install dependencies run: | python -m pip install --upgrade pip pip install setuptools wheel twine - name: Build and check run: | python setup.py sdist bdist_wheel twine check dist/* - name: Publish package to TestPyPI env: TWINE_USERNAME: ${{ secrets.TESTPYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }} run: twine upload --repository-url https://test.pypi.org/legacy/ dist/* # First time: register your package against PyPI: $ python setup.py register -r pypi - name: Publish package to PyPI env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: twine upload dist/*
# This workflows will upload a Python Package using Twine when a release is created # For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries name: Upload Python Package on: push: # Sequence of patterns matched against refs/tags tags: - '1.*' - '2.*' jobs: deploy: name: Publish runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Python 2.7 uses: actions/setup-python@v2 with: python-version: 2.7 - name: Install dependencies run: | python -m pip install --upgrade pip pip install setuptools wheel twine - name: Build and check run: | python setup.py sdist bdist_wheel twine check dist/* - name: Publish package to TestPyPI env: TWINE_USERNAME: ${{ secrets.TESTPYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.TESTPYPI_PASSWORD }} run: twine upload --repository-url https://test.pypi.org/legacy/ dist/* # First time: register your package against PyPI: $ python setup.py register -r pypi - name: Publish package to PyPI env: TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: twine upload dist/*
Change from 'release created' to push on tag
Change from 'release created' to push on tag
YAML
mit
SpunkyBot/spunkybot,SpunkyBot/spunkybot
e426a7bace9ad55edb2cd39288e0eef41e8e4007
snap/snapcraft.yaml
snap/snapcraft.yaml
name: gitless version: git summary: A simple version control system built on top of Git description: | Version control system that is built on top of Git in attempt to make user interface easier by playing with underlying concepts. Gitless is fully compatible with Git and can be used with it interchangeably. grade: devel confinement: devmode parts: libgit2: plugin: cmake source: https://github.com/libgit2/libgit2/archive/v0.27.0.tar.gz build-packages: - libssl-dev gitless-cli: plugin: python source: . after: [libgit2]
# obligatory fields name: gitless version: git summary: A simple version control system built on top of Git description: | Version control system that is built on top of Git in attempt to make user interface easier by playing with underlying concepts. Gitless is fully compatible with Git and can be used with it interchangeably. grade: devel # 'stable' for stable/candidate upload confinement: devmode # 'strict' after right plugs and slots # 'optional' fields apps: gl: command: bin/gl parts: libgit2: plugin: cmake source: https://github.com/libgit2/libgit2/archive/v0.27.0.tar.gz build-packages: - libssl-dev gitless-cli: plugin: python source: . after: [libgit2]
Add `gl` command (that doesn't work)
Add `gl` command (that doesn't work) ✗ gitless.gl Traceback (most recent call last): File "/snap/gitless/x5/bin/gl", line 11, in <module> load_entry_point('gitless==0.8.6', 'console_scripts', 'gl')() File "/snap/gitless/x5/lib/python3.5/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/snap/gitless/x5/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2691, in load_entry_point return ep.load() File "/snap/gitless/x5/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2322, in load return self.resolve() File "/snap/gitless/x5/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2328, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File "/snap/gitless/x5/lib/python3.5/site-packages/gitless/cli/gl.py", line 22, in <module> from gitless import core File "/snap/gitless/x5/lib/python3.5/site-packages/gitless/core.py", line 30, in <module> from sh import git, ErrorReturnCode ImportError: cannot import name 'git'
YAML
mit
sdg-mit/gitless,sdg-mit/gitless
1f4e93d6ee9ba7cba24e67d0c3d83603349b46ad
service/delivery/src/main/resources/application.yaml
service/delivery/src/main/resources/application.yaml
osdu: processing: thread-pool-capacity: 3 fields-to-strip: location, kind delfi: filePortal: url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/ portal: appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T url: https://api.evq.csp.slb.com/
osdu: processing: thread-pool-capacity: 3 fields-to-strip: location, kind, signedUrl delfi: filePortal: url: https://signed-url-dot-p4d-ddl-eu-services.appspot.com/ portal: appkey: PtVguojl2DUr0qimhDclNMwZAeAJwK1T url: https://api.evq.csp.slb.com/
Add delivery response field to strip
OSDU-20: Add delivery response field to strip
YAML
apache-2.0
google/framework-for-osdu,google/framework-for-osdu,google/framework-for-osdu
49c083f5552edb057309634ef6cdd3432713e922
ansible/roles/grafana/tasks/post_config.yml
ansible/roles/grafana/tasks/post_config.yml
--- - name: Wait for grafana port wait_for: host: "{{ api_interface_address }}" port: "{{ grafana_server_port }}" - name: Enable influxdb datasource uri: url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}/api/datasources" method: POST user: admin password: "{{ grafana_admin_password }}" body: "{{ grafana_data_source | to_json }}" body_format: json force_basic_auth: yes status_code: 200, 409 register: response run_once: True connection: local when: grafana_data_source is defined changed_when: response.status == 200 failed_when: response.status not in [200, 409] or response.status == 409 and ("Data source with same name already exists" not in response.json.message|default(""))
--- - name: Wait for grafana application ready uri: url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}" status_code: 200 register: result until: result.status == 200 retries: 10 delay: 2 run_once: true connection: local - name: Enable influxdb datasource uri: url: "{{ internal_protocol }}://{{ kolla_internal_vip_address }}:{{ grafana_server_port }}/api/datasources" method: POST user: admin password: "{{ grafana_admin_password }}" body: "{{ grafana_data_source | to_json }}" body_format: json force_basic_auth: yes status_code: 200, 409 register: response run_once: True connection: local when: grafana_data_source is defined changed_when: response.status == 200 failed_when: response.status not in [200, 409] or response.status == 409 and ("Data source with same name already exists" not in response.json.message|default(""))
Fix "Enable influxdb datasource" random error
Fix "Enable influxdb datasource" random error Sometimes the "Enable influxdb datasource" task failed with "503 Service Unavailable" error. Waiting for grafana port UP seems not always enough, it requires to wait for application ready. Change-Id: I3a27b3086698b89a80a3f585beb810831289ae7a Closes-Bug: #1697213
YAML
apache-2.0
dardelean/kolla-ansible,dardelean/kolla-ansible,dardelean/kolla-ansible
947658e724b46309ef3c887d75b65171aab22d18
grunt/aliases.yml
grunt/aliases.yml
api: description: Start the api tasks: - 'docs' - 'express' - 'watch' default: description: Default Grunt task tasks: - 'api' docs: description: Build the docs tasks: - 'run:docs'
api: description: Start the api tasks: - 'docs' - 'express' - 'watch' default: description: Default Grunt task tasks: - 'api' docs: description: Build the docs tasks: - 'run:docs' test: description: Run the tests tasks: - 'mochaTest'
Rename testing command to 'test'
Rename testing command to 'test'
YAML
bsd-3-clause
FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com
f87daf50e5b67f3c039bca8cde6576effa077277
metadata/com.github.jameshnsears.quoteunquote.yml
metadata/com.github.jameshnsears.quoteunquote.yml
Categories: - Reading License: Apache-2.0 AuthorName: James HN Sears AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues AutoName: Quote… Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnquote Builds: - versionName: 2.0.0-fdroid versionCode: 43 commit: 2.0.0-fdroid subdir: app submodules: true gradle: - fdroid - versionName: 2.0.1-fdroid versionCode: 45 commit: 2.0.1-fdroid subdir: app submodules: true gradle: - fdroid - versionName: 2.1.0-fdroid versionCode: 48 commit: 2.1.0-fdroid subdir: app submodules: true gradle: - fdroid AutoUpdateMode: Version %v UpdateCheckMode: Tags .*-fdroid$ CurrentVersion: 2.1.0-fdroid CurrentVersionCode: 48
Categories: - Reading License: Apache-2.0 AuthorName: James HN Sears AuthorEmail: james.hn.sears@gmail.com SourceCode: https://github.com/jameshnsears/QuoteUnquote IssueTracker: https://github.com/jameshnsears/QuoteUnquote/issues AutoName: Quote… Unquote RepoType: git Repo: https://github.com/jameshnsears/QuoteUnquote Builds: - versionName: 2.0.0-fdroid versionCode: 43 commit: 2.0.0-fdroid subdir: app submodules: true gradle: - fdroid - versionName: 2.0.1-fdroid versionCode: 45 commit: 2.0.1-fdroid subdir: app submodules: true gradle: - fdroid - versionName: 2.1.0-fdroid versionCode: 48 commit: 2.1.0-fdroid subdir: app submodules: true gradle: - fdroid - versionName: 2.1.1-fdroid versionCode: 49 commit: 2.1.1-fdroid subdir: app submodules: true gradle: - fdroid AutoUpdateMode: Version %v UpdateCheckMode: Tags .*-fdroid$ CurrentVersion: 2.1.1-fdroid CurrentVersionCode: 49
Update Quote… Unquote to 2.1.1-fdroid (49)
Update Quote… Unquote to 2.1.1-fdroid (49)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
6c5bc6f2edbcc8ff19c8ff6fe01de7228896bbd0
essentials.yml
essentials.yml
--- ath: useLocalSnapshots: false athRevision: "8c3126005c0d5394ed225a5c9f3eab99ab385afe" athImage: "jenkins/ath@sha256:284c2fdfaf1a51e95783126367c0a88c07af83ff9234063d12ba3001959628e8" tests: - "*"
--- ath: useLocalSnapshots: false athRevision: "8f4233a353ba7a751eaf542e4095f243093b2e79" athImage: "jenkins/ath:acceptance-test-harness-1.66" tests: - "*"
Use ATH 1.66 to test
Use ATH 1.66 to test
YAML
mit
oleg-nenashev/jenkins,patbos/jenkins,jenkinsci/jenkins,rsandell/jenkins,oleg-nenashev/jenkins,Vlatombe/jenkins,rsandell/jenkins,pjanouse/jenkins,stephenc/jenkins,godfath3r/jenkins,godfath3r/jenkins,damianszczepanik/jenkins,v1v/jenkins,oleg-nenashev/jenkins,godfath3r/jenkins,ikedam/jenkins,Jochen-A-Fuerbacher/jenkins,damianszczepanik/jenkins,Jochen-A-Fuerbacher/jenkins,patbos/jenkins,ikedam/jenkins,viqueen/jenkins,daniel-beck/jenkins,daniel-beck/jenkins,DanielWeber/jenkins,pjanouse/jenkins,rsandell/jenkins,daniel-beck/jenkins,recena/jenkins,patbos/jenkins,damianszczepanik/jenkins,Vlatombe/jenkins,Jochen-A-Fuerbacher/jenkins,oleg-nenashev/jenkins,Vlatombe/jenkins,MarkEWaite/jenkins,pjanouse/jenkins,MarkEWaite/jenkins,Jochen-A-Fuerbacher/jenkins,recena/jenkins,DanielWeber/jenkins,patbos/jenkins,ikedam/jenkins,stephenc/jenkins,godfath3r/jenkins,stephenc/jenkins,MarkEWaite/jenkins,DanielWeber/jenkins,rsandell/jenkins,recena/jenkins,daniel-beck/jenkins,stephenc/jenkins,v1v/jenkins,MarkEWaite/jenkins,daniel-beck/jenkins,v1v/jenkins,oleg-nenashev/jenkins,v1v/jenkins,damianszczepanik/jenkins,rsandell/jenkins,DanielWeber/jenkins,daniel-beck/jenkins,DanielWeber/jenkins,jenkinsci/jenkins,damianszczepanik/jenkins,pjanouse/jenkins,jenkinsci/jenkins,viqueen/jenkins,viqueen/jenkins,viqueen/jenkins,patbos/jenkins,patbos/jenkins,recena/jenkins,godfath3r/jenkins,viqueen/jenkins,DanielWeber/jenkins,Jochen-A-Fuerbacher/jenkins,jenkinsci/jenkins,recena/jenkins,pjanouse/jenkins,damianszczepanik/jenkins,Vlatombe/jenkins,Jochen-A-Fuerbacher/jenkins,stephenc/jenkins,Vlatombe/jenkins,MarkEWaite/jenkins,ikedam/jenkins,stephenc/jenkins,MarkEWaite/jenkins,v1v/jenkins,rsandell/jenkins,Vlatombe/jenkins,damianszczepanik/jenkins,oleg-nenashev/jenkins,jenkinsci/jenkins,viqueen/jenkins,patbos/jenkins,jenkinsci/jenkins,godfath3r/jenkins,v1v/jenkins,ikedam/jenkins,daniel-beck/jenkins,daniel-beck/jenkins,pjanouse/jenkins,viqueen/jenkins,ikedam/jenkins,recena/jenkins,ikedam/jenkins,Jochen-A-Fuerbacher/jenkins,godfath3r/jenkins,recena/jenkins,MarkEWaite/jenkins,rsandell/jenkins,Vlatombe/jenkins,rsandell/jenkins,ikedam/jenkins,jenkinsci/jenkins,MarkEWaite/jenkins,oleg-nenashev/jenkins,stephenc/jenkins,v1v/jenkins,DanielWeber/jenkins,pjanouse/jenkins,damianszczepanik/jenkins,jenkinsci/jenkins
51de56b5be15bbf732a5baaa472406e01f384705
_config/routing.yml
_config/routing.yml
--- Name: fluentrouting After: - requestprocessors --- SilverStripe\Control\Director: extensions: FluentDirectorExtension: TractorCow\Fluent\Extension\FluentDirectorExtension SilverStripe\Core\Injector\Injector: SilverStripe\Control\Director: properties: Middlewares: InitStateMiddleware: %$TractorCow\Fluent\Middleware\InitStateMiddleware DetectLocaleMiddleware: %$TractorCow\Fluent\Middleware\DetectLocaleMiddleware
--- Name: fluentrouting After: - requestprocessors --- SilverStripe\Control\Director: extensions: FluentDirectorExtension: TractorCow\Fluent\Extension\FluentDirectorExtension SilverStripe\Core\Injector\Injector: SilverStripe\Control\Director: properties: Middlewares: InitStateMiddleware: '%$TractorCow\Fluent\Middleware\InitStateMiddleware' DetectLocaleMiddleware: '%$TractorCow\Fluent\Middleware\DetectLocaleMiddleware'
FIX Quote Injector service references, will break in Symfony 4
FIX Quote Injector service references, will break in Symfony 4
YAML
bsd-3-clause
Internetrix/silverstripe-fluent,Internetrix/silverstripe-fluent,Internetrix/silverstripe-fluent
f8e655096bc85dbc408fac30c985d900edd0c771
.github/workflows/dart.yml
.github/workflows/dart.yml
name: Dart CI on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: "0 0 * * 0" defaults: run: shell: bash jobs: build: name: "Dart CI" runs-on: ubuntu-latest steps: - uses: actions/cache@v2 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;dart:stable" - uses: actions/checkout@v2 - uses: dart-lang/setup-dart@v1 with: sdk: stable - name: "Dependencies" run: dart pub upgrade --no-precompile - name: "Dart Analyzer" run: dart analyze --fatal-infos . - name: "Dart Formatter" run: dart format --output=none --set-exit-if-changed . - name: "VM Tests" run: dart test --platform vm test/all_test.dart - name: "Chrome Tests" run: dart test --platform chrome test test/all_test.dart - name: "Collect coverage" run: | dart pub global activate coverage dart pub global run coverage:test_with_coverage --test test/all_test.dart - name: "Upload coverage" uses: codecov/codecov-action@v2
name: Dart CI on: push: branches: [ main ] pull_request: branches: [ main ] schedule: - cron: "0 0 * * 0" defaults: run: shell: bash jobs: build: name: "Dart CI" runs-on: ubuntu-latest steps: - uses: actions/cache@v2 with: path: "~/.pub-cache/hosted" key: "os:ubuntu-latest;pub-cache-hosted;dart:stable" - uses: actions/checkout@v2 - uses: dart-lang/setup-dart@v1 with: sdk: stable - name: "Dependencies" run: dart pub upgrade --no-precompile - name: "Dart Analyzer" run: dart analyze --fatal-infos . - name: "Dart Formatter" run: dart format --output=none --set-exit-if-changed . - name: "VM Tests" run: dart test --platform vm test/all_test.dart - name: "Chrome Tests" run: dart test --platform chrome test/all_test.dart - name: "Collect coverage" run: | dart pub global activate coverage dart pub global run coverage:test_with_coverage --test test/all_test.dart - name: "Upload coverage" uses: codecov/codecov-action@v2
Fix test coverage collection for Dart 2.17
Fix test coverage collection for Dart 2.17
YAML
mit
renggli/dart-more,renggli/dart-more
5463febfe7ec6b6d6d08919aca8d81762a7716d2
.github/workflows/jdks.yml
.github/workflows/jdks.yml
name: JDK on: push: paths: - '.github/workflows/jdks.yml' - 'install-jdk.sh' jobs: jdk-ea: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 with: fetch-depth: 1 - run: source install-jdk.sh --feature ea --os linux-x64 - run: java -version jdk-6: runs-on: ubuntu-latest steps: - run: wget http://igm.univ-mlv.fr/~forax/tmp/jdk/jdk-6u45-linux-x64.tar.gz - uses: actions/setup-java@v1 with: java-version: '1.6' jdkFile: jdk-6u45-linux-x64.tar.gz - run: java -version jdk-5: runs-on: ubuntu-latest steps: - run: wget http://igm.univ-mlv.fr/~forax/tmp/jdk/jdk1.5.0_22.tar.gz - uses: actions/setup-java@v1 with: java-version: '1.5.0' architecture: x86 jdkFile: jdk1.5.0_22.tar.gz - run: java -version
name: JDK on: push: paths: - '.github/workflows/jdks.yml' - 'install-jdk.sh' jobs: jdk-ea: runs-on: ubuntu-latest steps: - run: wget https://github.com/sormuras/bach/raw/master/install-jdk.sh - run: wget https://download.java.net/java/early_access/jdk15/1/GPL/openjdk-15-ea+1_linux-x64_bin.tar.gz --output-document jdk.tar.gz - uses: actions/setup-java@v1 with: jdkFile: jdk.tar.gz - run: java -version jdk-6: if: 0 == 1 runs-on: ubuntu-latest steps: - run: wget http://igm.univ-mlv.fr/~forax/tmp/jdk/jdk-6u45-linux-x64.tar.gz - uses: actions/setup-java@v1 with: java-version: '1.6' jdkFile: jdk-6u45-linux-x64.tar.gz - run: java -version jdk-5: if: 0 == 1 runs-on: ubuntu-latest steps: - run: wget http://igm.univ-mlv.fr/~forax/tmp/jdk/jdk1.5.0_22.tar.gz - uses: actions/setup-java@v1 with: java-version: '1.5.0' architecture: x86 jdkFile: jdk1.5.0_22.tar.gz - run: java -version
Use setup-java action to install JDK 15
Use setup-java action to install JDK 15 Issue #100
YAML
mit
sormuras/bach,sormuras/bach
17ad3f8e28c7ae17d4ea97f5b7704cc5fbeef45c
.github/workflows/labeler.yml
.github/workflows/labeler.yml
name: "Pull Request Labeler" on: pull_request_target: permissions: contents: read pull-requests: write # NOTE: Do not check out/execute code from the PR since a read-write token is present due to pull_request_target jobs: triage: runs-on: ubuntu-latest steps: - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true configuration-path: .github/config/labeler-config.yml
name: "Pull Request Labeler" on: pull_request_target: permissions: contents: read pull-requests: write # NOTE: Do not check out/execute code from the PR since a read-write token is present due to pull_request_target jobs: triage: runs-on: ubuntu-latest steps: - uses: actions/labeler@v3 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" # Do not sync labels as this reverts manually added "tests:hive" label. # Syncing labels requires that we define "components" labels. sync-labels: false configuration-path: .github/config/labeler-config.yml
Stop automated removal of `tests:hive` label
Stop automated removal of `tests:hive` label This label should not be removed automatically. We can revisit this later, if needed.
YAML
apache-2.0
smartnews/presto,smartnews/presto,smartnews/presto,smartnews/presto,smartnews/presto
415e6fa0b6ff583014c810a6b1e7a514f3d1d9bb
.github/workflows/lenuage.yml
.github/workflows/lenuage.yml
--- name: Continuous Integration on: push: pull_request: branches: [master] jobs: flake8: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install flake8 run: pip3 install flake8 - name: Run flake8 run: flake8 pytest: runs-on: ubuntu-latest strategy: matrix: python-version: - 3.6 - 3.7 - 3.8 name: pytest with Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: pip3 install -r requirements/requirements.txt -r requirements/tests.txt - name: Run pytest run: py.test
--- name: Continuous Integration on: push: branches: [master] pull_request: jobs: flake8: runs-on: ubuntu-latest continue-on-error: true steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v2 with: python-version: 3.8 - name: Install flake8 run: pip3 install flake8 - name: Run flake8 run: flake8 pytest: runs-on: ubuntu-latest strategy: matrix: python-version: - 3.6 - 3.7 - 3.8 name: "[Python ${{ matrix.python-version }}] pytest" steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: pip3 install -r requirements/requirements.txt -r requirements/tests.txt - name: Run pytest run: py.test pytest-next-django-release: runs-on: ubuntu-latest continue-on-error: true strategy: matrix: python-version: - 3.6 - 3.7 - 3.8 django-version: - 2.0.13 name: "[Python ${{ matrix.python-version }}, Django ${{ matrix.django-version }}] pytest" steps: - uses: actions/checkout@v2 - name: Setup Python uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: pip3 install -r requirements/requirements.txt -r requirements/tests.txt - name: Install Django ${{ matrix.django-version }} run: pip install "Django==${{ matrix.django-version }}" - name: Run pytest run: py.test
Add Django 2 in tests
Add Django 2 in tests
YAML
agpl-3.0
bgaultier/laboitepro,laboiteproject/laboite-backend,laboiteproject/laboite-backend,bgaultier/laboitepro,laboiteproject/laboite-backend,bgaultier/laboitepro
6bfddb25a22da0f90a65d0bd5957f4dea5b0750d
.github/workflows/main.yml
.github/workflows/main.yml
name: Build simhash on: [push] jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python: ['2.7', '3.7', '3.8', '3.9'] steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} - name: Install dependencies run: | pip install nose2 numpy scipy scikit-learn - name: Run tests run: nose2 -v --pretty-assert
name: Build simhash on: [push, pull_request] jobs: build-linux: runs-on: ubuntu-latest strategy: max-parallel: 5 matrix: python: ['2.7', '3.7', '3.8', '3.9'] steps: - uses: actions/checkout@v2 - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} - name: Install dependencies run: | pip install nose2 numpy scipy scikit-learn - name: Run tests run: nose2 -v --pretty-assert
Add GitHub workflow for pull request.
Add GitHub workflow for pull request.
YAML
mit
liangsun/simhash,leonsim/simhash
073d8621cf4169bd346c631413bd039224d6c27e
people/2015/spring/c_coffie.yaml
people/2015/spring/c_coffie.yaml
name: Caleb Coffie blog: https://CalebCoffie.com feed: https://CalebCoffie.com/bizleg-feed.xml forges: - https://github.com/CCoffie irc: c_coffie rit_dce: csc6972 hw: firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction/
name: Caleb Coffie blog: https://CalebCoffie.com feed: https://CalebCoffie.com/bizleg-feed.xml forges: - https://github.com/CCoffie irc: c_coffie rit_dce: csc6972 hw: firstflight: https://calebcoffie.com/legalbusiness-aspects-of-foss-introduction litreview0: https://calebcoffie.com/lit-review-of-foss-legal-primer-first-section vidreview0: https://calebcoffie.com/review-of-everything-is-a-remix
Add lit review and vid review
Add lit review and vid review
YAML
apache-2.0
brendanwhitfield/bizlegfoss,decause/bizlegfoss,decause/bizlegfoss,brendanwhitfield/bizlegfoss,Nolski/bizlegfoss,amm4108/bizlegfoss,liam-middlebrook/bizlegfoss,liam-middlebrook/bizlegfoss
b7e853899ec90bb536618facb00d536e6966f928
vmslave-config/ansible/roles/install-package-for-ci/tasks/main.yml
vmslave-config/ansible/roles/install-package-for-ci/tasks/main.yml
- name: Install test deps become: true apt: name={{item}} state=present with_items: - openjdk-7-jdk - maven - socat - name: Check if ovftool is installed shell: | ovftool --version ignore_errors: yes register: ovftool_check - name: Download ovftool get_url: url: "{{ ovftool_bundle }}" dest: /tmp/ovftool.bundle force: yes when: ovftool_check.rc !=0 - name: Install ovftool become: true shell: | set timeout -1 spawn bash /tmp/ovftool.bundle match_max 100000 expect "*Press Enter to proceed." send -- "\r" expect "*--More--*" send -- "q" expect "*Do you agree?*" send -- "yes\r" expect "* Press Enter to begin\r installation or Ctrl-C to cancel." send -- "\r" expect eof catch wait result exit [lindex $result 3] args: executable: /usr/bin/expect when: ovftool_check.rc !=0 - name: Check if apache2 is installed shell: | apachectl -V ignore_errors: yes register: apache2_check - name: Install apache2 become: true apt: name={{item}} state=present with_items: - apache2 - apache2-doc - apache2-utils when: apache2_check.rc !=0
- name: Install test deps become: true apt: name={{item}} state=present with_items: - openjdk-7-jdk - maven - socat - fuseiso - name: Check if ovftool is installed shell: | ovftool --version ignore_errors: yes register: ovftool_check - name: Download ovftool get_url: url: "{{ ovftool_bundle }}" dest: /tmp/ovftool.bundle force: yes when: ovftool_check.rc !=0 - name: Install ovftool become: true shell: | set timeout -1 spawn bash /tmp/ovftool.bundle match_max 100000 expect "*Press Enter to proceed." send -- "\r" expect "*--More--*" send -- "q" expect "*Do you agree?*" send -- "yes\r" expect "* Press Enter to begin\r installation or Ctrl-C to cancel." send -- "\r" expect eof catch wait result exit [lindex $result 3] args: executable: /usr/bin/expect when: ovftool_check.rc !=0 - name: Check if apache2 is installed shell: | apachectl -V ignore_errors: yes register: apache2_check - name: Install apache2 become: true apt: name={{item}} state=present with_items: - apache2 - apache2-doc - apache2-utils when: apache2_check.rc !=0
Install fuseiso for image service FIT
Install fuseiso for image service FIT
YAML
apache-2.0
changev/on-build-config,changev/on-build-config,changev/on-build-config
a3510c590a1ac8bad3613028e049e58311fb95a3
packages/co/Concurrential.yaml
packages/co/Concurrential.yaml
homepage: http://github.com/avieth/Concurrential changelog-type: '' hash: 6664603dd6baa979f67e92ad29cbc8d9346102548d7357ad61d3f84327f0d563 test-bench-deps: {} maintainer: aovieth@gmail.com synopsis: Mix concurrent and sequential computation changelog: '' basic-deps: base: ! '>=4.7 && <4.8' async: ! '>=2.0 && <2.1' all-versions: - '0.1.0.0' - '0.2.1.0' - '0.3.0.0' - '0.4.0.0' - '0.5.0.0' author: Alexander Vieth latest: '0.5.0.0' description-type: haddock description: '' license-name: BSD3
homepage: http://github.com/avieth/Concurrential changelog-type: '' hash: a51489628594abd6e77f8d2e52ee42d3de95d2d38a506ecf5994146bd1d5c2f8 test-bench-deps: {} maintainer: aovieth@gmail.com synopsis: Mix concurrent and sequential computation changelog: '' basic-deps: base: ! '>=4.7 && <4.9' async: ! '>=2.0 && <2.1' all-versions: - '0.1.0.0' - '0.2.1.0' - '0.3.0.0' - '0.4.0.0' - '0.5.0.0' - '0.5.0.1' author: Alexander Vieth latest: '0.5.0.1' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2015-09-04T00:38:12+0000
Update from Hackage at 2015-09-04T00:38:12+0000
YAML
mit
commercialhaskell/all-cabal-metadata
f2dbf6f073b1cabd9384212cbc6f2eb0cb51fdec
packages/ht/http2-grpc-types.yaml
packages/ht/http2-grpc-types.yaml
homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme changelog-type: markdown hash: 2c3043ddc9deb542d25d6651dfc252840b27b2a8e96e04deea5de93c43bb6d2c test-bench-deps: {} maintainer: lucas@dicioccio.fr synopsis: Types for gRPC over HTTP2 common for client and servers. changelog: ! '# Changelog for http2-grpc-types ## Unreleased changes ' basic-deps: bytestring: ! '>=0.10.8 && <0.11' case-insensitive: ! '>=1.2.0 && <1.3' base: ! '>=4.11 && <5' proto-lens: ! '>=0.3.1 && <0.5' binary: ! '>=0.8.5 && <0.11' zlib: ! '>=0.6.2 && <0.7' all-versions: - 0.1.0.0 - 0.2.0.0 - 0.3.0.0 author: Lucas DiCioccio latest: 0.3.0.0 description-type: markdown description: ! '# http2-grpc-types A module to put in common HTTP2/gRPC types, values, and helpers. ' license-name: BSD-3-Clause
homepage: https://github.com/lucasdicioccio/http2-grpc-types#readme changelog-type: markdown hash: ffb02152397186dbc925358498b5c005b982ef54f191f4465f9c7947afd7f9d4 test-bench-deps: {} maintainer: lucas@dicioccio.fr synopsis: Types for gRPC over HTTP2 common for client and servers. changelog: | # Changelog for http2-grpc-types ## Unreleased changes basic-deps: bytestring: ! '>=0.10.8 && <0.11' case-insensitive: ! '>=1.2.0 && <1.3' base: ! '>=4.11 && <5' proto-lens: ! '>=0.5 && <0.6' binary: ! '>=0.8.5 && <0.11' zlib: ! '>=0.6.2 && <0.7' all-versions: - 0.1.0.0 - 0.2.0.0 - 0.3.0.0 - 0.4.0.0 author: Lucas DiCioccio latest: 0.4.0.0 description-type: markdown description: | # http2-grpc-types A module to put in common HTTP2/gRPC types, values, and helpers. license-name: BSD-3-Clause
Update from Hackage at 2019-04-01T20:36:54Z
Update from Hackage at 2019-04-01T20:36:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
cea9470d79f6d9a1554dc73af1f75ab16c459f50
packages/ra/raven-haskell.yaml
packages/ra/raven-haskell.yaml
homepage: https://bitbucket.org/dpwiz/raven-haskell changelog-type: '' hash: 65bf508adfcd2701932bb81afdd79459002a1b156f2745ab34cd3b92095f57ff test-bench-deps: bytestring: -any base: -any unordered-containers: -any hspec: -any raven-haskell: -any aeson: -any maintainer: aenor.realm@gmail.com synopsis: Haskell client for Sentry logging service. changelog: '' basic-deps: bytestring: ! '>=0.10' base: ==4.* time: ! '>=1.5.0.1' unordered-containers: -any text: -any uuid: -any network: -any mtl: -any random: ! '>=1.0' http-conduit: ! '>=0.4.30' resourcet: -any aeson: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.0' author: Alexander Bondarenko latest: '0.1.1.0' description-type: haddock description: '' license-name: MIT
homepage: https://bitbucket.org/dpwiz/raven-haskell changelog-type: '' hash: f422e185152dc3fea33d744879e29caf5fcfd589438bdcc1c004d4944762f891 test-bench-deps: bytestring: -any base: -any unordered-containers: -any hspec: -any raven-haskell: -any aeson: -any maintainer: aenor.realm@gmail.com synopsis: Haskell client for Sentry logging service. changelog: '' basic-deps: bytestring: ! '>=0.10' base: ==4.* time: ! '>=1.5.0.1' unordered-containers: -any text: -any uuid: -any network: -any mtl: -any random: ! '>=1.0' http-conduit: ! '>=0.4.30' resourcet: -any aeson: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.1.0' - '0.1.2.0' author: Alexander Bondarenko latest: '0.1.2.0' description-type: haddock description: '' license-name: MIT
Update from Hackage at 2017-11-18T14:09:25Z
Update from Hackage at 2017-11-18T14:09:25Z
YAML
mit
commercialhaskell/all-cabal-metadata
0a4ac11a91aad6d9458e034e569d4cd3d5ed07dd
packages/co/convert.yaml
packages/co/convert.yaml
homepage: https://github.com/luna/convert changelog-type: '' hash: 7c7fcc5f75e2dec9adf10cadab6e00eb9802ea6e7167829fc12605b4f3db7928 test-bench-deps: {} maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Safe and unsafe data conversion utilities with strong type-level operation. checking. changelog: '' basic-deps: bytestring: -any ansi-wl-pprint: -any base: ! '>=4.10 && <4.12' text: -any data-default: -any containers: -any lens: -any utf8-string: -any template-haskell: -any all-versions: - '1.0' - '1.0.1' - '1.0.2' - '1.4.2' author: Luna Team latest: '1.4.2' description-type: haddock description: '' license-name: Apache-2.0
homepage: https://github.com/luna/convert changelog-type: '' hash: 3ad90cc24e7ea7630080ec5da8cfce82036d796b3bb01c3805078cf502d1d906 test-bench-deps: {} maintainer: Wojciech Danilo <wojciech.danilo@luna-lang.org> synopsis: Safe and unsafe data conversion utilities with strong type-level operation. checking. changelog: '' basic-deps: bytestring: -any ansi-wl-pprint: -any base: ! '>=4.10 && <4.12' text: -any data-default: -any impossible: -any containers: -any lens: -any utf8-string: -any template-haskell: -any all-versions: - '1.0' - '1.0.1' - '1.0.2' - '1.4.2' - '1.5' author: Luna Team latest: '1.5' description-type: haddock description: '' license-name: Apache-2.0
Update from Hackage at 2018-06-10T16:02:19Z
Update from Hackage at 2018-06-10T16:02:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
b1b828ac542f1c695c99fb5ff11ea0f7d5d374fa
config/packages/prod/monolog.yaml
config/packages/prod/monolog.yaml
monolog: handlers: main: type: fingers_crossed action_level: error handler: syslog excluded_404s: # regex: exclude all 404 errors from the logs - ^/ syslog: type: syslog level: debug console: type: console process_psr_3_messages: false channels: ["!event", "!doctrine"]
monolog: handlers: main: type: fingers_crossed action_level: error handler: error_log excluded_404s: # regex: exclude all 404 errors from the logs - ^/ error_log: type: error_log level: debug console: type: console process_psr_3_messages: false channels: ["!event", "!doctrine"]
Change prod logs to error_log
Change prod logs to error_log
YAML
mit
jolicode/slack-secret-santa,jolicode/slack-secret-santa,jolicode/slack-secret-santa
30f3e3363cb408630539f5f142ff6071a0a7fe4a
catalog/Developer_Tools/scripting_frameworks.yml
catalog/Developer_Tools/scripting_frameworks.yml
name: Scripting Frameworks description: Libraries that simplify the writing of command-line interfaces for your Ruby programs projects: - boson - lucie - main - rake - sake - thor
name: Scripting Frameworks description: Libraries that simplify the writing of command-line interfaces for your Ruby programs projects: - boson - hanami-cli - lucie - main - rake - sake - thor
Add hanami-cli to Scripting Frameworks
Add hanami-cli to Scripting Frameworks Hanami::CLI is a great alternative to Thor.
YAML
mit
rubytoolbox/catalog
87b630f0b5a52bd4a8bb9d5d062abee4b296b99c
_data/navigation.yml
_data/navigation.yml
- title: Home url: "/" side: left - title: "Location" url: "/location/" side: left - title: "Contact" url: "/contact/" side: left - title: "Info" url: "/info/" side: left - title: Blog url: "/blog/" side: left dropdown: - title: "Blog Archive" url: "/blog/archive/"
- title: Home url: "/" side: left - title: "Location" url: "/location/" side: left - title: "Contact" url: "/contact/" side: left - title: "Info" url: "/info/" side: left
Remove the blog portion of the site.
Remove the blog portion of the site.
YAML
mit
cprieger/Mizu,cprieger/Mizu,cprieger/Mizu
1782f18f43da8370a36c0f4cbc3862146dc62032
roles/apt-client/tasks/main.yml
roles/apt-client/tasks/main.yml
--- #FIXME: these tasks are executed each time: - name: Disable update-manager and notifier command: "gsettings set {{ item }}" when: has_editors_other_than_emacs with_items: - com.ubuntu.update-notifier auto-launch false - com.ubuntu.update-notifier hide-reboot-notification true - com.ubuntu.update-notifier no-show-notifications true - com.ubuntu.update-notifier regular-auto-launch-interval 999 # days - com.ubuntu.update-notifier show-apport-crashes false - com.ubuntu.update-manager check-dist-upgrades false tags: legacy - name: Kill update-notifier command: killall update-notifier ignore_errors: yes
--- #FIXME: these tasks are executed each time: - name: Disable update-manager and notifier command: "gsettings set {{ item }}" when: has_editors_other_than_emacs with_items: - com.ubuntu.update-notifier no-show-notifications true - com.ubuntu.update-notifier regular-auto-launch-interval 999 # days - com.ubuntu.update-notifier show-apport-crashes false - com.ubuntu.update-manager check-dist-upgrades false tags: legacy - name: Disable update-manager and notifier on Ubuntu 12.04 command: "gsettings set {{ item }}" when: has_editors_other_than_emacs with_items: - com.ubuntu.update-notifier auto-launch false - com.ubuntu.update-notifier hide-reboot-notification true tags: legacy ignore_errors: yes - name: Kill update-notifier command: killall update-notifier tags: legacy ignore_errors: yes
Fix disabling update-manager on Ubuntu 14.04.
Fix disabling update-manager on Ubuntu 14.04.
YAML
unlicense
AurelienLourot/my-ansible-setup
ea3845d8c80e9e8e97df9d28be77a3854c4bce3c
packages/hr/hrfsize.yaml
packages/hr/hrfsize.yaml
homepage: https://github.com/librerush/hrfsize#readme changelog-type: markdown hash: cf449a632ef69c70c45f33822295360ea25abc22398de5e8d6bcffaeac7a6570 test-bench-deps: base: ! '>=4.7 && <5' process: -any hrfsize: -any tasty-hunit: -any tasty: -any maintainer: Dias Kozhabay <librerush@tutanota.com> synopsis: File size in human readable format changelog: | # Changelog for hrfsize ## Unreleased changes basic-deps: base: ! '>=4.7 && <5' all-versions: - 0.0.1 author: Dias Kozhabay <librerush@tutanota.com> latest: 0.0.1 description-type: markdown description: | # hrfsize ## Simple Haskell library for determining size of file in human readable format Example: ```haskell import System.HrfSize (determineFileSize) main :: IO () main = determineFileSize "/path/to/file" >>= print ``` license-name: BSD-3-Clause
homepage: https://github.com/librerush/hrfsize#readme changelog-type: markdown hash: 17a4c4d40f9c18695238eef41a98694c033434d649875721bcf4779126eebf8b test-bench-deps: base: ! '>=4.7 && <5' process: -any hrfsize: -any tasty-hunit: -any tasty: -any maintainer: Dias Kozhabay <librerush@tutanota.com> synopsis: File size in human readable format changelog: | # Changelog for hrfsize ## Unreleased changes basic-deps: base: ! '>=4.7 && <5' all-versions: - 0.0.1 - 0.0.2 author: Dias Kozhabay <librerush@tutanota.com> latest: 0.0.2 description-type: markdown description: | # hrfsize ## Simple Haskell library for determining size of file in human readable format Example: ```haskell import System.HrfSize (determineFileSize) main :: IO () main = determineFileSize "/path/to/file" >>= print ``` license-name: BSD-3-Clause
Update from Hackage at 2019-06-29T10:26:22Z
Update from Hackage at 2019-06-29T10:26:22Z
YAML
mit
commercialhaskell/all-cabal-metadata
7d3ac44c170f53c09395f1fde11bec27ac0cdf21
packages/ht/htirage.yaml
packages/ht/htirage.yaml
homepage: '' changelog-type: '' hash: 52d4a1b2a9ffe18964fe89eba7e8415202d9980ab315047072c9d93c12c08c4b test-bench-deps: htirage: -any base: ! '>=4.6 && <5' text: -any containers: ! '>=0.5 && <0.6' tasty-quickcheck: -any transformers: ! '>=0.4 && <0.6' tasty: ! '>=0.11' QuickCheck: ! '>=2.0' maintainer: Julien Moutinho <julm+htirage@autogeree.net> synopsis: Equiprobable draw from publicly verifiable random data. changelog: '' basic-deps: base: ! '>=4.6 && <5' all-versions: - '1.20170723' - '1.20170804' author: Julien Moutinho <julm+htirage@autogeree.net> latest: '1.20170804' description-type: haddock description: An equiprobable alternative to <https://tools.ietf.org/html/rfc3797 Publicly Verifiable Nominations Committee (NomCom) Random Selection>. license-name: GPL-3
homepage: '' changelog-type: '' hash: b3324d73aa91fde7a02767cc84df2c5724138820821739bcfdf2f69248e49065 test-bench-deps: htirage: -any base: ! '>=4.6 && <5' text: ! '>=1.2' containers: ! '>=0.5' tasty-quickcheck: -any transformers: ! '>=0.5' tasty: ! '>=0.11' QuickCheck: ! '>=2.0' maintainer: Julien Moutinho <julm+htirage@autogeree.net> synopsis: Equiprobable draw from publicly verifiable random data. changelog: '' basic-deps: base: ! '>=4.6 && <5' all-versions: - '1.20170723' - '1.20170804' - '2.1.0.20180829' author: Julien Moutinho <julm+htirage@autogeree.net> latest: '2.1.0.20180829' description-type: haddock description: An equiprobable alternative to <https://tools.ietf.org/html/rfc3797 Publicly Verifiable Nominations Committee (NomCom) Random Selection>. license-name: GPL-3
Update from Hackage at 2018-08-30T23:36:57Z
Update from Hackage at 2018-08-30T23:36:57Z
YAML
mit
commercialhaskell/all-cabal-metadata
13dab8311516fc77eb1fdacb59c9522906af4f91
{{cookiecutter.app_name}}/.travis.yml
{{cookiecutter.app_name}}/.travis.yml
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" env: global: - GAE_VERSION=1.9.20 - PYTHONPATH=$PYTHONPATH:$PWD/vendor/google_appengine before_script: - wget -P vendor -nv https://storage.googleapis.com/appengine-sdks/featured/google_appengine_${GAE_VERSION}.zip - unzip -q -d vendor vendor/google_appengine_${GAE_VERSION}.zip install: - ln -s $PWD/gae_lib.pth $(python -c 'import sys; import os; print(os.path.join(sys.prefix, "lib", "python" + sys.version[:3], "site-packages"))') - pip install -t lib -r requirements_gae.txt - pip install -r requirements_local.txt - pip install tox # command to run tests, e.g. python setup.py test script: tox
# Config file for automatic testing at travis-ci.org language: python python: - "2.7" env: global: - GAE_VERSION=1.9.24 - PYTHONPATH=$PYTHONPATH:$PWD/vendor/google_appengine before_script: - wget -P vendor -nv https://storage.googleapis.com/appengine-sdks/featured/google_appengine_${GAE_VERSION}.zip - unzip -q -d vendor vendor/google_appengine_${GAE_VERSION}.zip install: # May not need this now that GAE out of venv 20150801 # - ln -s $PWD/gae_lib.pth $(python -c 'import sys; import os; print(os.path.join(sys.prefix, "lib", "python" + sys.version[:3], "site-packages"))') - pip install -t lib -r requirements.txt - pip install -r dev-requirements.txt - pip install tox # command to run tests, e.g. python setup.py test script: tox
Update GAE version, get rid of gae_lib.pth
Update GAE version, get rid of gae_lib.pth
YAML
mit
n8henrie/cookiecutter_gae_flask,n8henrie/cookiecutter_gae_flask,n8henrie/cookiecutter_gae_flask
b52619ba7af231876ce2c371775b681bb1b46565
doc/config.yml
doc/config.yml
Content: Zapdos: root_dir: ${ROOT_DIR}/doc/content moose: root_dir: ${MOOSE_DIR}/framework/doc/content content: - js/* - css/* - contrib/** - media/** - templates/stubs/* Renderer: type: MooseDocs.base.MaterializeRenderer name: Zapdos extra-css: - css/zapdos.css Extensions: MooseDocs.extensions.navigation: name: 'Zapdos' repo: https://github.com/shannon-lab/zapdos menu: Getting Started: getting_started/index.md Documentation: documentation.menu.md Help: help.menu.md Citing: citing.md MooseDocs.extensions.template: active: True MooseDocs.extensions.appsyntax: executable: ${ROOT_DIR} includes: - include
Content: Zapdos: root_dir: ${ROOT_DIR}/doc/content moose: root_dir: ${MOOSE_DIR}/framework/doc/content content: - js/* - css/* - contrib/** - media/** - templates/stubs/* Renderer: type: MooseDocs.base.MaterializeRenderer name: Zapdos home: https://shannon-lab.github.io/zapdos repo: https://github.com/shannon-lab/zapdos extra-css: - css/zapdos.css Extensions: MooseDocs.extensions.navigation: name: 'Zapdos' home: https://shannon-lab.github.io/zapdos repo: https://github.com/shannon-lab/zapdos menu: Getting Started: getting_started/index.md Documentation: documentation.menu.md Help: help.menu.md Citing: citing.md MooseDocs.extensions.template: active: True MooseDocs.extensions.appsyntax: executable: ${ROOT_DIR} includes: - include
Fix website homepage link bug
Fix website homepage link bug
YAML
lgpl-2.1
shannon-lab/zapdos,lindsayad/zapdos,shannon-lab/zapdos,lindsayad/zapdos,lindsayad/zapdos,shannon-lab/zapdos
0123672cdc9c6a4e6c16221d5ca3727d2ba6c6d3
html/changelogs/AutoChangeLog-pr-13062.yml
html/changelogs/AutoChangeLog-pr-13062.yml
author: Xhuis delete-after: True changes: - tweak: ""Many medicines have received rebalancing. Expect underused chemicals like Oxandralone to be much more effective in restoring damage."" - tweak: ""Many toxins are now more or less efficient."" - tweak: ""The descriptions of many reagents have been made more accurate."" - rscadd: ""New poison: Heparin. Made from Formaldehyde, Sodium, Chlorine, and Lithium. Functions as an anticoagulant, inducing uncontrollable bleeding and small amounts of bruising."" - rscadd: ""New poison: Teslium. Made from Plasma, Silver, and Black Powder, heated to 400K. Modifies examine text and induces periodic shocks in the victim as well as making all shocks against them more damaging."" - rscadd: ""Two Chemistry books have been placed in the lab. When used, they will link to the wiki page for chemistry in the same vein as other wiki books."
author: Xhuis delete-after: True changes: - tweak: "Many medicines have received rebalancing. Expect underused chemicals like Oxandralone to be much more effective in restoring damage." - tweak: "Many toxins are now more or less efficient." - tweak: "The descriptions of many reagents have been made more accurate." - rscadd: "New poison: Heparin. Made from Formaldehyde, Sodium, Chlorine, and Lithium. Functions as an anticoagulant, inducing uncontrollable bleeding and small amounts of bruising." - rscadd: "New poison: Teslium. Made from Plasma, Silver, and Black Powder, heated to 400K. Modifies examine text and induces periodic shocks in the victim as well as making all shocks against them more damaging." - rscadd: "Two Chemistry books have been placed in the lab. When used, they will link to the wiki page for chemistry in the same vein as other wiki books."
Fix multiple quotes around the changelog text
Fix multiple quotes around the changelog text
YAML
agpl-3.0
Jordie0608/-tg-station,XDTM/tgstation,Kirill1243/-tg-station,kingofkosmos/-tg-station,AnturK/-tg-station,utahclock/yogstation,neersighted/tgstation,bear1ake/-tg-station,optimumtact/-tg-station,OBA-code/tgstation,HippieStation/HippieStation,Core0verload/-tg-station,utahclock/yogstation,InsaneHyena/tgstation,kingofkosmos/-tg-station,optimumtact/-tg-station,ZioZan/tgstation,ShizCalev/tgstation,Memendia/HippieStation13,F-OS/tgstation,TheOneForgotten/white,infinitystation/-tg-station,Y0SH1M4S73R/-tg-station,neersighted/tgstation,Profakos/tgstation,riftstation/riftstation,Niknakflak/-tg-station,Ultimate-Chimera/tgstation,TheDreamweaver/-tg-station,Tacolizard/tgstation,GuyonBroadway/HippieStation,Bawhoppen/-tg-station,GuyonBroadway/HippieStation,Super3222/yogstation,anconfuzedrock/tgstation,CPTANT/-tg-station,MrStonedOne/tgstation,GuyonBroadway/HippieStation,riftstation/riftstation,vcordie/tgstation,duncathan/-tg-station,ChangelingRain/-tg-station,Tacolizard/tgstation,Cheridan/tgstation,Stealthkibbler/FTL13,Xhuis/AquaStation,OBA-code/tgstation,Aranclanos/-tg-station,Xhuis/AquaStation,Tokiko1/tgstation,TalkingCactus/tgstation,McBawbaggings/HippieStation,Dahka/-tg-station,Shadowlight213/-tg-station,Cyberboss/tgstation,feemjmeem/-tg-station,TheVekter/-tg-station,Aloraydrel/-tg-station,TheVekter/-tg-station,Zorking/white,Kraseo/-tg-station,LLA-Gaming/LS13,lordpidey/-tg-station,loqoman/tgstation,Jordie0608/tgstation,Thunder12345/-tg-station,greytide/greytide,Jalleo/-tg-station,Ultimate-Chimera/tgstation,Jordie0608/tgstation,loqoman/tgstation,optimumtact/-tg-station,PJB3005/tgstation,ZioZan/tgstation,Xhuis/-tg-station,TheSarkazmus/Faster-Than-Lizard-13,KazeEspada/-tg-station,F-OS/tgstation,Shadowlight213/-tg-station,Memendia/HippieStation,F-OS/tgstation,CosmicScientist/-tg-station,neersighted/tgstation,coiax/-tg-station,Crexfu/tgstation,AdamElTablawy/yogstation-1,TheOneForgotten/white,Cruix/-tg-station-yog-rebase,duncathan/-tg-station,GunHog/-tg-station,NicholasM10/-tg-station,AndrewJacksonThe2nd/-tg-station,Niknakflak/-tg-station,Tacolizard/tgstation,Penguaro/tgstation,tigercat2000/-tg-station,Core0verload/-tg-station,ShizCalev/tgstation,Penguaro/tgstation,Jordie0608/tgstation,AsV9/yogstation,riftstation/riftstation,TheDreamweaver/-tg-station,Robustin/tgstation,paprka/-tg-station,lordpidey/-tg-station,Cyberboss/tgstation,nicbn/tgstation,kingofkosmos/-tg-station,WJohn/-tg-station,nullquery/nullstation,ShizCalev/tgstation,A-t48/-tg-station,Cruix/-tg-station-yog-rebase,chickenboy10/tgstation,bear1ake/-tg-station,CrAzYPiLoT-SS13/FTL13,TheVekter/-tg-station,HippieStationCode/HippieStation13,WJohn/-tg-station,Thunder12345/-tg-station,Vertiquo/Prison-Station,Maks750rus/-tg-station,lzimann/-tg-station,CrAzYPiLoT-SS13/FTL13-1,TheRealGLH/-tg-station,nullstation/-tg-station,AuroranAI/FTL13,MrStonedOne/tgstation,lzimann/-tg-station,nicbn/tgstation,MrStonedOne/tgstation,nullbear/-tg-station,JStheguy/tgstation,OliBomby/yogstation-1,QualityVan/tgstation,Shadowlight213/-tg-station,Incoming5643/-tg-station,Bawhoppen/-tg-station,JStheguy/tgstation,Cruix/-tg-station-yog-rebase,Anonus/-tg-station,hornygranny/-tg-station,Buggy123/-tg-station,Yoshmaster/-tg-station,Robustin/tgstation,loqoman/tgstation,paprka/-tg-station,JJRcop/-tg-station,HippieStationCode/HippieStation13,tgstation/-tg-station,MrStonedOne/-tg-station,ShadowDeath6/-tg-station-yog-rebase,balohmatevz/-tg-station,Time-Green/-tg-station-yog-rebase,blockheads/-tg-station,duncathan/-tg-station,paprka/-tg-station,posttk421/tgstation,Zostroll/yogstation,Incoming5643/-tg-station,Robustin/tgstation,Jordie0608/tgstation,Razharas/-tg-station,YotaXP/-tg-station,Dahka/-tg-station,xxalpha/-tg-station,Poojawa/tgstation-fork,matskuman5/yogstation,LLA-Gaming/LS13,utahclock/yogstation,anconfuzedrock/tgstation,AndrewJacksonThe2nd/-tg-station,YotaXP/-tg-station,CrAzYPiLoT-SS13/FTL13-1,Cruix/-tg-station,infinitystation/-tg-station,Cyberboss/tgstation,Cruix/-tg-station-yog-rebase,infinitystation/-tg-station,LanCartwright/-tg-station,Bawhoppen/-tg-station,Expletive/tgstation,QualityVan/tgstation,TalkingCactus/tgstation,tigercat2000/-tg-station,Arianya/tgstation,XDTM/tgstation,NicholasM10/-tg-station,bear1ake/-tg-station,kingofkosmos/-tg-station,4dplanner/tgstation,Bawhoppen/-tg-station,PKPenguin321/-tg-station,feemjmeem/-tg-station,Super3222/yogstation,hornygranny/-tg-station,Y0SH1M4S73R/-tg-station,CosmicScientist/-tg-station,phil235/-tg-station,GuyonBroadway/HippieStation,PJB3005/tgstation,utahclock/yogstation,paprka/-tg-station,neersighted/tgstation,LLA-Gaming/LS13,Bawhoppen/-tg-station,tgstation/tgstation,Tokiko1/tgstation,kyrahabattoir/-tg-station,Y0SH1M4S73R/-tg-station,CrAzYPiLoT-SS13/FTL13-1,TehZombehz/-tg-station,Zostroll/yogstation,utahclock/yogstation,utahclock/yogstation,Niknakflak/-tg-station,TehZombehz/-tg-station,Jordie0608/-tg-station,Mark9013100/tgstation-m9,X-TheDark/yogstation,JJRcop/-tg-station,Incoming5643/-tg-station,infinitystation/-tg-station,Profakos/tgstation,HippieStationCode/HippieStation13,tkdrg/-tg-station,Penguaro/tgstation,erwgd/-tg-station,Mervill/tgstation,Shadowlight213/-tg-station,TheSarkazmus/Faster-Than-Lizard-13,TheVekter/-tg-station,Robustin/tgstation,Haevacht/tgstation,TheVekter/-tg-station,Razharas/-tg-station,Aranclanos/-tg-station,F-OS/tgstation,Arianya/tgstation,Zostroll/yogstation,Thunder12345/-tg-station,duncathan/-tg-station,GuyonBroadway/HippieStation,SamuelRowe/-tg-station,balohmatevz/-tg-station,Ricotez/-tg-station,Incoming5643/-tg-station,JJRcop/-tg-station,ohnopigeons/tgstation,nullbear/-tg-station,XDTM/tgstation,CPTANT/-tg-station,Groxic/yogstation,tkdrg/-tg-station,HippieStationCode/HippieStation13,Razharas/-tg-station,Shadowlight213/-tg-station,ike709/FTL13,Cyberboss/tgstation,Aranclanos/-tg-station,ShizCalev/tgstation,Razharas/-tg-station,Xhuis/-tg-station,posttk421/tgstation,paprka/-tg-station,Jalleo/-tg-station,YotaXP/-tg-station,ZioZan/tgstation,Buggy123/-tg-station,Cruix/-tg-station-yog-rebase,LegendaryPoro/FTL13,TheRealGLH/-tg-station,Yoshmaster/-tg-station,xxalpha/-tg-station,4dplanner/tgstation,ike709/FTL13,securitycopper/-tg-station,Groxic/tgstation,Tacolizard/tgstation,coiax/-tg-station,Jordie0608/-tg-station,Nickvr628/FTL13,tgstation/tgstation,ChayseRamsay/Soteria-v3,yogstation13/-tg-station-yog-rebase,NicholasM10/-tg-station,nullstation/nullstation,nullstation/-tg-station,Niknakflak/-tg-station,anconfuzedrock/tgstation,AnturK/-tg-station,Hollexian/FTL13,ChayseRamsay/Soteria-v3,Mark9013100/tgstation-m9,Cruix/-tg-station,AndrewJacksonThe2nd/-tg-station,xxalpha/-tg-station,Time-Green/-tg-station-yog-rebase,Thunder12345/-tg-station,Vertiquo/Prison-Station,McBawbaggings/HippieStation,GuyonBroadway/HippieStation,Zostroll/yogstation,ToGWtF/yogstation,TehZombehz/-tg-station,JJRcop/tgstation,tigercat2000/-tg-station,riftstation/riftstation,MicroWorldwide/SS13-TG-station,Mervill/tgstation,CosmicScientist/-tg-station,ohnopigeons/tgstation,Shadowlight213/-tg-station,Razharas/-tg-station,nicbn/tgstation,HippieStation/HippieStation,kevinz000/-tg-station,McBawbaggings/HippieStation,Bawhoppen/-tg-station,F-OS/tgstation,blockheads/-tg-station,GunHog/-tg-station,Expletive/tgstation,Fox-McCloud/-tg-station,Arianya/tgstation,GunHog/-tg-station,JStheguy/tgstation,Cheridan/-tg-station,Profakos/tgstation,AnturK/-tg-station,PKPenguin321/-tg-station,Jordie0608/tgstation,Poojawa/tgstation-fork,Cyberboss/tgstation,JStheguy/tgstation,Super3222/yogstation,Super3222/yogstation,xxalpha/-tg-station,posttk421/tgstation,F-OS/tgstation,Aranclanos/-tg-station,Mark9013100/tgstation-m9,feemjmeem/-tg-station,Xhuis/AquaStation,AdamElTablawy/yogstation-1,NicholasM10/-tg-station,Crexfu/tgstation,dannno/-tg-station,CPTANT/-tg-station,WJohn/-tg-station,Xhuis/tgfork,Aranclanos/-tg-station,AnturK/-tg-station,lordpidey/-tg-station,MicroWorldwide/SS13-TG-station,QualityVan/tgstation,Mark9013100/tgstation-m9,infinitystation/-tg-station,4dplanner/tgstation,A-t48/-tg-station,Anonus/-tg-station,CosmicScientist/-tg-station,Tacolizard/tgstation,neersighted/tgstation,chickenboy10/tgstation,Buggy123/-tg-station,infinitystation/-tg-station,athompson11/Soteria-v3,optimumtact/-tg-station,NicholasM10/-tg-station,X-TheDark/yogstation,anconfuzedrock/tgstation,nicbn/tgstation,GunHog/-tg-station,kevinz000/-tg-station,TheDreamweaver/-tg-station,AsV9/yogstation,neersighted/tgstation,ToGWtF/yogstation,X-TheDark/yogstation,Strathcona/-tg-station,paprka/-tg-station,HippieStation/HippieStation,Vertiquo/Prison-Station,ShadowDeath6/-tg-station-yog-rebase,balohmatevz/-tg-station,TheRealGLH/-tg-station,Buggy123/-tg-station,Razharas/-tg-station,kevinz000/-tg-station,Mervill/tgstation,Xhuis/tgfork,JStheguy/tgstation,phil235/-tg-station,Robustin/tgstation,tgstation/tgstation,anconfuzedrock/tgstation,GunHog/-tg-station,paprka/-tg-station,CosmicScientist/-tg-station,Fox-McCloud/-tg-station,Profakos/tgstation,Mark9013100/tgstation-m9,Memendia/HippieStation13,Nickvr628/FTL13,ChayseRamsay/Soteria-v3,Xhuis/-tg-station,lordpidey/-tg-station,ChangelingRain/-tg-station,kevinz000/-tg-station,optimumtact/-tg-station,Maks750rus/-tg-station,OliBomby/yogstation-1,dannyy3566/FTL13,Niknakflak/-tg-station,checkraisefold/fulpstation,Osokorn/tgstation,MrStonedOne/-tg-station,AdamElTablawy/yogstation-1,JJRcop/tgstation,loqoman/tgstation,Cruix/-tg-station,MicroWorldwide/SS13-TG-station,coiax/-tg-station,Valanthe500/Soteria-v3,HippieStation/HippieStation,lzimann/tgstation,loqoman/tgstation,CosmicScientist/-tg-station,HippieStation/HippieStation,Arianya/tgstation,Shadowlight213/-tg-station,ToGWtF/yogstation,Niknakflak/-tg-station,CosmicScientist/-tg-station,Jalleo/-tg-station,AdamElTablawy/yogstation-1,X-TheDark/yogstation,nullstation/nullstation,yogstation13/-tg-station-yog-rebase,JStheguy/tgstation,Crexfu/tgstation,PJB3005/tgstation,matskuman5/yogstation,Jordie0608/tgstation,balohmatevz/-tg-station,PKPenguin321/-tg-station,Buggy123/-tg-station,ohnopigeons/tgstation,TheVekter/-tg-station,Arianya/tgstation,Anonus/-tg-station,Anonus/-tg-station,Mark9013100/tgstation-m9,Cruix/-tg-station,AnturK/-tg-station,infinitystation/-tg-station,Dahka/-tg-station,CrAzYPiLoT-SS13/FTL13,feemjmeem/-tg-station,MrStonedOne/tgstation,matskuman5/yogstation,Ricotez/-tg-station,Iamgoofball/-tg-station,Fox-McCloud/-tg-station,Mark9013100/tgstation-m9,MrStonedOne/tgstation,kingofkosmos/-tg-station,tgstation/tgstation,MrStonedOne/-tg-station,greytide/greytide,Expletive/tgstation,Razharas/-tg-station,Fox-McCloud/-tg-station,Aloraydrel/-tg-station,GuyonBroadway/HippieStation,securitycopper/-tg-station,athompson11/Soteria-v3,Fayrik/-tg-station,nullstation/nullstation,CrAzYPiLoT-SS13/FTL13-1,LegendaryPoro/FTL13,Penguaro/tgstation,tgstation/tgstation,HippieStation/HippieStation,JJRcop/tgstation,Fayrik/-tg-station,Yoshmaster/-tg-station,Tokiko1/tgstation,LanCartwright/-tg-station,Cruix/-tg-station,MrStonedOne/tgstation,loqoman/tgstation,Robustin/tgstation,Aranclanos/-tg-station,coiax/-tg-station,Mervill/tgstation,Buggy123/-tg-station,JJRcop/-tg-station,TheRealGLH/-tg-station,hornygranny/-tg-station,lzimann/-tg-station,securitycopper/-tg-station,erwgd/-tg-station,paprka/-tg-station,coiax/-tg-station,JJRcop/tgstation,NicholasM10/-tg-station,kingofkosmos/-tg-station,Kraseo/-tg-station,McBawbaggings/HippieStation,KazeEspada/-tg-station,PKPenguin321/-tg-station,matskuman5/yogstation,Groxic/yogstation,4dplanner/tgstation,coiax/-tg-station,Hollexian/FTL13,Jalleo/-tg-station,dannno/-tg-station,riftstation/riftstation,Cheridan/-tg-station,Y0SH1M4S73R/-tg-station,phil235/-tg-station,TehZombehz/-tg-station,Haevacht/tgstation,F-OS/tgstation,KazeEspada/-tg-station,GuyonBroadway/HippieStation,Tacolizard/tgstation,ShizCalev/tgstation,TalkingCactus/tgstation,Haevacht/tgstation,Memendia/HippieStation,QualityVan/tgstation,YotaXP/-tg-station,Valanthe500/Soteria-v3,Kraseo/-tg-station,NicholasM10/-tg-station,Iamgoofball/-tg-station,TehZombehz/-tg-station,Cyberboss/tgstation,McBawbaggings/HippieStation,Stealthkibbler/FTL13,Arianya/tgstation,Memendia/HippieStation,Qwertyon666/Necro,Iamgoofball/-tg-station,PKPenguin321/-tg-station,MicroWorldwide/SS13-TG-station,Poojawa/tgstation-fork,Qwertyon666/Necro,kyrahabattoir/-tg-station,Profakos/tgstation,Robustin/tgstation,Cruix/-tg-station-yog-rebase,Jalleo/-tg-station,Fox-McCloud/-tg-station,Kirill1243/-tg-station,anconfuzedrock/tgstation,Jalleo/-tg-station,Y0SH1M4S73R/-tg-station,TheDreamweaver/-tg-station,nicbn/tgstation,Jordie0608/tgstation,LanCartwright/-tg-station,Maks750rus/-tg-station,riftstation/riftstation,Groxic/tgstation,LegendaryPoro/FTL13,Arianya/tgstation,kyrahabattoir/-tg-station,tgstation/-tg-station,MicroWorldwide/SS13-TG-station,Razharas/-tg-station,A-t48/-tg-station,Buggy123/-tg-station,vcordie/tgstation,Time-Green/-tg-station-yog-rebase,Poojawa/tgstation-fork,Hollexian/FTL13,Stealthkibbler/FTL13,InsaneHyena/tgstation,ShadowDeath6/-tg-station-yog-rebase,F-OS/tgstation,posttk421/tgstation,coiax/-tg-station,kevinz000/-tg-station,CrAzYPiLoT-SS13/FTL13,riftstation/riftstation,CosmicScientist/-tg-station,kyrahabattoir/-tg-station,Cheridan/-tg-station,Cruix/-tg-station,octareenroon91/-tg-station,blockheads/-tg-station,JJRcop/tgstation,kevinz000/-tg-station,kingofkosmos/-tg-station,nullstation/nullstation,Cruix/-tg-station-yog-rebase,TheOneForgotten/white,Aranclanos/-tg-station,lordpidey/-tg-station,Jordie0608/tgstation,vcordie/tgstation,greytide/greytide,MrStonedOne/tgstation,KazeEspada/-tg-station,feemjmeem/-tg-station,checkraisefold/fulpstation,TalkingCactus/tgstation,ToGWtF/yogstation,kevinz000/-tg-station,ike709/FTL13,tgstation/-tg-station,Tokiko1/tgstation,CPTANT/-tg-station,Iamgoofball/-tg-station,Profakos/tgstation,PKPenguin321/-tg-station,octareenroon91/-tg-station,Fayrik/-tg-station,XDTM/tgstation,ChangelingRain/-tg-station,Hollexian/FTL13,Jordie0608/-tg-station,vcordie/tgstation,CPTANT/-tg-station,securitycopper/-tg-station,athompson11/Soteria-v3,Valanthe500/Soteria-v3,ChangelingRain/-tg-station,Cruix/-tg-station,Cruix/-tg-station,LLA-Gaming/LS13,AsV9/yogstation,Xhuis/tgfork,Fayrik/-tg-station,ShadowDeath6/-tg-station-yog-rebase,Xhuis/tgfork,Memendia/HippieStation,lzimann/tgstation,Core0verload/-tg-station,PKPenguin321/-tg-station,ChangelingRain/-tg-station,JStheguy/tgstation,tkdrg/-tg-station,Profakos/tgstation,Core0verload/-tg-station,InsaneHyena/tgstation,McBawbaggings/HippieStation,Vertiquo/Prison-Station,nicbn/tgstation,PJB3005/tgstation,Bawhoppen/-tg-station,tgstation/tgstation,GunHog/-tg-station,Ricotez/-tg-station,Fox-McCloud/-tg-station,4dplanner/tgstation,feemjmeem/-tg-station,Qwertyon666/Necro,Qwertyon666/Necro,ShizCalev/tgstation,Expletive/tgstation,ike709/FTL13,octareenroon91/-tg-station,Groxic/tgstation,Poojawa/tgstation-fork,kevinz000/-tg-station,tgstation/tgstation,checkraisefold/fulpstation,Memendia/HippieStation,LegendaryPoro/FTL13,Strathcona/-tg-station,Cyberboss/tgstation,SamuelRowe/-tg-station,Dahka/-tg-station,Jalleo/-tg-station,securitycopper/-tg-station,AuroranAI/FTL13,nullstation/-tg-station,Zorking/white,Thunder12345/-tg-station,chickenboy10/tgstation,nullstation/-tg-station,Thunder12345/-tg-station,phil235/-tg-station,McBawbaggings/HippieStation,MrStonedOne/-tg-station,yogstation13/-tg-station-yog-rebase,TehZombehz/-tg-station,Osokorn/tgstation,infinitystation/-tg-station,Memendia/HippieStation,CrAzYPiLoT-SS13/FTL13,utahclock/yogstation,bear1ake/-tg-station,NicholasM10/-tg-station,Y0SH1M4S73R/-tg-station,AuroranAI/FTL13,loqoman/tgstation,lzimann/-tg-station,athompson11/Soteria-v3,ITBlackwood/FTL13,TheOneForgotten/white,OliBomby/yogstation-1,TehZombehz/-tg-station,Thunder12345/-tg-station,Cheridan/tgstation,GunHog/-tg-station,Y0SH1M4S73R/-tg-station,WJohn/-tg-station,Cheridan/tgstation,nullquery/nullstation,XDTM/tgstation,xxalpha/-tg-station,ChangelingRain/-tg-station,ShizCalev/tgstation,Bawhoppen/-tg-station,Kraseo/-tg-station,Ultimate-Chimera/tgstation,loqoman/tgstation,4dplanner/tgstation,TheVekter/-tg-station,AnturK/-tg-station,Tacolizard/tgstation,Nickvr628/FTL13,Haevacht/tgstation,MrStonedOne/tgstation,Stealthkibbler/FTL13,ITBlackwood/FTL13,feemjmeem/-tg-station,xxalpha/-tg-station,Xhuis/tgfork,dannyy3566/FTL13,Xhuis/tgfork,4dplanner/tgstation,octareenroon91/-tg-station,ChayseRamsay/Soteria-v3,Ultimate-Chimera/tgstation,Xhuis/-tg-station,ChangelingRain/-tg-station,AnturK/-tg-station,Cheridan/-tg-station,MicroWorldwide/SS13-TG-station,chickenboy10/tgstation,tigercat2000/-tg-station,Incoming5643/-tg-station,SamuelRowe/-tg-station,riftstation/riftstation,Xhuis/tgfork,securitycopper/-tg-station,Nickvr628/FTL13,McBawbaggings/HippieStation,xxalpha/-tg-station,Strathcona/-tg-station,tgstation/-tg-station,Incoming5643/-tg-station,Maks750rus/-tg-station,WJohn/-tg-station,A-t48/-tg-station,Poojawa/tgstation-fork,blockheads/-tg-station,WJohn/-tg-station,Kirill1243/-tg-station,feemjmeem/-tg-station,ohnopigeons/tgstation,WJohn/-tg-station,Memendia/HippieStation,ShizCalev/tgstation,LanCartwright/-tg-station,lordpidey/-tg-station,MicroWorldwide/SS13-TG-station,nullquery/nullstation,Aloraydrel/-tg-station,XDTM/tgstation,Xhuis/tgfork,tgstation/tgstation,Cheridan/tgstation,Valanthe500/Soteria-v3,Fox-McCloud/-tg-station,Memendia/HippieStation13,AndrewJacksonThe2nd/-tg-station,optimumtact/-tg-station,MicroWorldwide/SS13-TG-station,Poojawa/tgstation-fork,Groxic/tgstation,lordpidey/-tg-station,Aranclanos/-tg-station,AsV9/yogstation,TheSarkazmus/Faster-Than-Lizard-13,ITBlackwood/FTL13,Robustin/tgstation,tkdrg/-tg-station,CPTANT/-tg-station,Buggy123/-tg-station,Ricotez/-tg-station,securitycopper/-tg-station,checkraisefold/fulpstation,Groxic/yogstation,Incoming5643/-tg-station,optimumtact/-tg-station,SamuelRowe/-tg-station,nullbear/-tg-station,neersighted/tgstation,greytide/greytide,JJRcop/tgstation,TehZombehz/-tg-station,Zorking/white,CPTANT/-tg-station,XDTM/tgstation,OBA-code/tgstation,JJRcop/tgstation,ChangelingRain/-tg-station,Aloraydrel/-tg-station,OliBomby/yogstation-1,Crexfu/tgstation,QualityVan/tgstation,lordpidey/-tg-station,dannyy3566/FTL13,Cruix/-tg-station-yog-rebase,Y0SH1M4S73R/-tg-station,Xhuis/AquaStation,CPTANT/-tg-station,Time-Green/-tg-station-yog-rebase,Kirill1243/-tg-station,ITBlackwood/FTL13,Niknakflak/-tg-station,nicbn/tgstation,InsaneHyena/tgstation,dannyy3566/FTL13,dannno/-tg-station,Jalleo/-tg-station,Strathcona/-tg-station,nullquery/nullstation,utahclock/yogstation,4dplanner/tgstation,xxalpha/-tg-station,lzimann/tgstation,nullbear/-tg-station,OBA-code/tgstation,QualityVan/tgstation,anconfuzedrock/tgstation,Groxic/yogstation,Yoshmaster/-tg-station,neersighted/tgstation,hornygranny/-tg-station,yogstation13/-tg-station-yog-rebase,PKPenguin321/-tg-station,erwgd/-tg-station,QualityVan/tgstation,Osokorn/tgstation,Shadowlight213/-tg-station,Memendia/HippieStation13,octareenroon91/-tg-station,HippieStation/HippieStation,securitycopper/-tg-station,dannno/-tg-station,TheSarkazmus/Faster-Than-Lizard-13,AuroranAI/FTL13,Incoming5643/-tg-station,Tacolizard/tgstation,Memendia/HippieStation
9604692e88836d4a610f05aed73b32a69f5bf4f2
cluster/manifests/pdb-controller/deployment.yaml
cluster/manifests/pdb-controller/deployment.yaml
apiVersion: apps/v1 kind: Deployment metadata: name: pdb-controller namespace: kube-system labels: application: pdb-controller version: v0.0.12 spec: replicas: 1 selector: matchLabels: application: pdb-controller template: metadata: labels: application: pdb-controller version: v0.0.12 spec: dnsConfig: options: - name: ndots value: "1" priorityClassName: system-cluster-critical serviceAccountName: pdb-controller containers: - name: pdb-controller image: registry.opensource.zalan.do/teapot/pdb-controller:v0.0.12 args: - --debug {{ if or (index .ConfigItems "pdb_non_ready_ttl") (eq .Environment "test") }} - --non-ready-ttl={{if index .ConfigItems "pdb_non_ready_ttl"}}{{.ConfigItems.pdb_non_ready_ttl}}{{else}}1h{{end}} {{end}} resources: limits: cpu: 10m memory: 50Mi requests: cpu: 10m memory: 50Mi
apiVersion: apps/v1 kind: Deployment metadata: name: pdb-controller namespace: kube-system labels: application: pdb-controller version: v0.0.13 spec: replicas: 1 selector: matchLabels: application: pdb-controller template: metadata: labels: application: pdb-controller version: v0.0.13 spec: dnsConfig: options: - name: ndots value: "1" priorityClassName: system-cluster-critical serviceAccountName: pdb-controller containers: - name: pdb-controller image: registry.opensource.zalan.do/teapot/pdb-controller:v0.0.13 args: - --debug {{ if or (index .ConfigItems "pdb_non_ready_ttl") (eq .Environment "test") }} - --non-ready-ttl={{if index .ConfigItems "pdb_non_ready_ttl"}}{{.ConfigItems.pdb_non_ready_ttl}}{{else}}1h{{end}} {{end}} resources: limits: cpu: 10m memory: 50Mi requests: cpu: 10m memory: 50Mi
Update to v0.0.13: Fix Kind/APIVersion
Update to v0.0.13: Fix Kind/APIVersion Ref: https://github.com/mikkeloscar/pdb-controller/pull/35 Signed-off-by: Mikkel Oscar Lyderik Larsen <81479e3d2d1e6902cb05f938ea9a734a092b1af3@zalando.de>
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
c0827d5828329dfdf5202b8b48ec9f1b9c72fe50
roles/dosomething.vagrant/tasks/main.yml
roles/dosomething.vagrant/tasks/main.yml
--- - name: Create setup-www script remote_user: "{{ app_user }}" template: > src=scripts/setup-www.j2 dest=bin/setup-www mode="u=rwx,g=r,o=r" - name: Setup welcome message become: yes template: > src=etc/motd.j2 dest=/etc/update-motd.d/60-dosomething mode="u=rwx,g=rx,o=rx" - name: Add custom vagrant hosts become: yes lineinfile: > dest=/etc/hosts line="{{ item }}" with_items: - "10.0.2.2 northstar.dev" - name: Install NFS tools become: yes apt: name={{ item }} state=latest with_items: - nfs-common - nfs-kernel-server
--- - name: Create setup-www script remote_user: "{{ app_user }}" template: > src=scripts/setup-www.j2 dest=bin/setup-www mode="u=rwx,g=r,o=r" - name: Setup welcome message become: yes template: > src=etc/motd.j2 dest=/etc/update-motd.d/60-dosomething mode="u=rwx,g=rx,o=rx" - name: Add custom vagrant hosts become: yes lineinfile: > dest=/etc/hosts line="{{ item }}" with_items: - "10.0.2.2 northstar.dev" - "10.0.2.2 rogue.dev" - name: Install NFS tools become: yes apt: name={{ item }} state=latest with_items: - nfs-common - nfs-kernel-server
Add rogue setup to vagrant tasks
Add rogue setup to vagrant tasks
YAML
mit
DoSomething/tower,DoSomething/tower,DoSomething/tower
854daeecd681c9f2701c9de92f6e2d22c1a5e574
roles/clojars/tasks/files.yml
roles/clojars/tasks/files.yml
# Directories and files - name: ensure release directory exists file: path=~/releases state=directory mode=0755 - name: ensure logs directory exists become: yes become_user: root file: path=/logs state=directory mode=0755 owner=clojars group=clojars - name: ensure data directory exists file: path=~/data state=directory mode=0755 - name: copy service template template: src=clojars.service.conf.j2 dest=/etc/init/clojars.conf mode=0644 become: yes become_user: root - name: copy clojars config template: src=config.clj.j2 dest=~/data/etc - name: create indexer folder file: path=~/indexer state=directory mode=0755 - file: path=~/indexer/index-{{ indexer_version }} state=directory mode=0755 - name: create main repo folder file: path=~/repo state=directory mode=0755 - name: create bin directory file: path=~/bin state=directory mode=0755 - name: copy bin scripts copy: src=bin-scripts/ dest=~/bin - name: create www directory file: path=/var/www state=directory mode=0755 become: yes become_user: root - name: copy clojars website root copy: src=wwwroot dest=/var/www/clojars become: yes become_user: root
# Directories and files - name: ensure release directory exists file: path=~/releases state=directory mode=0755 - name: ensure logs directory exists become: yes become_user: root file: path=/logs state=directory mode=0755 owner=clojars group=clojars - name: ensure data directory exists file: path=~/data state=directory mode=0755 - name: copy service template template: src=clojars.service.conf.j2 dest=/etc/init/clojars.conf mode=0644 become: yes become_user: root - name: copy clojars config template: src=config.clj.j2 dest=~/data/etc - name: create indexer folder file: path=~/indexer state=directory mode=0755 - file: path=~/indexer/index-{{ indexer_version }} state=directory mode=0755 - name: create main repo folder file: path=~/repo state=directory mode=0755 - name: create bin directory file: path=~/bin state=directory mode=0755 - name: copy bin scripts copy: src=bin-scripts/ dest=~/bin - name: create www directory file: path=/var/www state=directory mode=0755 become: yes become_user: root # TODO: use synchronize instead of copy, it's much faster, but permissions # are a bit trickier. - name: copy clojars website root copy: src=wwwroot dest=/var/www/clojars become: yes become_user: root
Add comment to use synchronize in the future
Add comment to use synchronize in the future
YAML
mit
clojars/clojars-server-config,clojars/clojars-server-config
19040f373da2e412ab906b91710d96ae34113f73
roles/hbase/defaults/main.yml
roles/hbase/defaults/main.yml
--- #Required... #dfs_namenode_host: #zookeeper_group: #hbase_master_host: # Defaults... hbase_version: 1.1.2 hbase_install_dir: /opt/hbase hbase_exe_dir: "JAVA_HOME={{ java_home }} {{ hbase_install_dir }}/default/bin" hbase_conf_dir: "{{ hbase_install_dir }}/default/conf" hbase_user: hbase hbase_group: hbase hbase_start_secs: 10 hbase_start_retries: 3 hbase_stdout_logfile_maxbytes: 50MB hbase_stderr_logfile_maxbytes: 50MB # runtime opts hbase_heap_size: 1024 hbase_opts: -XX:+UseConcMarkSweepGC hbase_master_enabled: false hbase_regionserver_enabled: false hbase_rest_enabled: false hbase_cluster_name: hbasecluster hbase_root_dir: /hbase hbase_tmp_dir: /data/hbase hbase_master_port: 60000 hbase_master_info_port: 60010 hbase_regionserver_port: 60020 hbase_regionserver_info_port: 60030 hbase_rest_port: 60050 hbase_rest_info_port: 8086 hbase_jmx_remote_port: 10102 repository_infrastructure: "{{ apache_mirror }}/hbase/stable"
--- #Required... #dfs_namenode_host: #zookeeper_group: #hbase_master_host: # Defaults... hbase_version: 1.1.3 hbase_install_dir: /opt/hbase hbase_exe_dir: "JAVA_HOME={{ java_home }} {{ hbase_install_dir }}/default/bin" hbase_conf_dir: "{{ hbase_install_dir }}/default/conf" hbase_user: hbase hbase_group: hbase hbase_start_secs: 10 hbase_start_retries: 3 hbase_stdout_logfile_maxbytes: 50MB hbase_stderr_logfile_maxbytes: 50MB # runtime opts hbase_heap_size: 1024 hbase_opts: -XX:+UseConcMarkSweepGC hbase_master_enabled: false hbase_regionserver_enabled: false hbase_rest_enabled: false hbase_cluster_name: hbasecluster hbase_root_dir: /hbase hbase_tmp_dir: /data/hbase hbase_master_port: 60000 hbase_master_info_port: 60010 hbase_regionserver_port: 60020 hbase_regionserver_info_port: 60030 hbase_rest_port: 60050 hbase_rest_info_port: 8086 hbase_jmx_remote_port: 10102 repository_infrastructure: "{{ apache_mirror }}/hbase/{{ hbase_version }}"
Fix Hbase stable to version specific folders
Fix Hbase stable to version specific folders
YAML
mit
istresearch/ansible-symphony,istresearch/ansible-symphony,istresearch/ansible-symphony
171cb867fb73d7dea8aee8fd9402f2bf0066c9e6
app/src/main/fabric8/deployment.yml
app/src/main/fabric8/deployment.yml
apiVersion: v1 kind: DeploymentConfig metadata: name: ${project.artifactId} spec: replicas: 1 strategy: rollingParams: timeoutSeconds: 10800 type: Rolling template: spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: JAVA_APP_DIR value: /deployments - name: SSO_AUTH_SERVER_URL value: ${SSO_AUTH_SERVER_URL}/auth - name: SSO_REALM value: ${SSO_REALM} - name: SSO_REALM_PUBLIC_KEY value: ${SSO_REALM_PUBLIC_KEY} - name: SSO_CLIENT_ID value: ${SSO_CLIENT_ID} - name: SSO_SECRET value: ${SSO_SECRET} name: secured-swarm-rest image: secured-swarm-rest:latest imagePullPolicy: IfNotPresent ports: - containerPort: 8080 name: http protocol: TCP readinessProbe: httpGet: path: /health port: 8080 initialDelaySeconds: 10 securityContext: privileged: false triggers: - type: ConfigChange - imageChangeParams: automatic: true containerNames: - secured-swarm-rest from: kind: ImageStreamTag name: secured-swarm-rest:latest type: ImageChange
apiVersion: v1 kind: DeploymentConfig metadata: name: ${project.artifactId} spec: replicas: 1 strategy: rollingParams: timeoutSeconds: 10800 type: Rolling template: spec: containers: - env: - name: KUBERNETES_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace - name: JAVA_APP_DIR value: /deployments - name: SSO_AUTH_SERVER_URL value: ${SSO_AUTH_SERVER_URL}/auth - name: SSO_REALM value: ${SSO_REALM} - name: SSO_REALM_PUBLIC_KEY value: ${SSO_REALM_PUBLIC_KEY} - name: SSO_CLIENT_ID value: ${SSO_CLIENT_ID} - name: SSO_SECRET value: ${SSO_SECRET} - name: JAVA_OPTIONS value: -Dsso.realm=$(SSO_REALM) -Dsso.auth-server-url=$(SSO_AUTH_SERVER_URL) name: secured-swarm-rest image: secured-swarm-rest:latest imagePullPolicy: IfNotPresent ports: - containerPort: 8080 name: http protocol: TCP readinessProbe: httpGet: path: /health port: 8080 initialDelaySeconds: 10 securityContext: privileged: false triggers: - type: ConfigChange - imageChangeParams: automatic: true containerNames: - secured-swarm-rest from: kind: ImageStreamTag name: secured-swarm-rest:latest type: ImageChange
Make a new test whre we pass the JAVA_OPTIONS
Make a new test whre we pass the JAVA_OPTIONS
YAML
apache-2.0
wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured,obsidian-toaster-quickstarts/secured_rest_swarm,obsidian-toaster-quickstarts/secured_rest_swarm,wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured,wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured
0eaa16408150a578244277f692115ddabaca00b6
conf/conda-recipes/openmpi/meta.yaml
conf/conda-recipes/openmpi/meta.yaml
package: name: openmpi version: 1.10.1 about: home: http://www.open-mpi.org/ summary: 'Open MPI: A high performance message passing library' license: 'BSD (https://www.open-mpi.org/community/license.php)' requirements: conflicts: - mpich - mpich2 source: fn: openmpi-1.10.1.tar.bz2 url: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.1.tar.bz2 md5: f0fcd77ed345b7eafb431968124ba16e build: number: 0 binary_relocation: true detect_binary_files_with_prefix: true skip: true # [win] test: files: - test/helloworld.c - test/helloworld.cxx commands: - command -v ompi_info - ompi_info - command -v mpiexec - mpiexec -n 4 hostname - command -v mpicc - mpicc -show - command -v mpicxx - mpicxx -show - mpicc helloworld.c -o helloworld_c - mpicxx helloworld.cxx -o helloworld_cxx - export DYLD_LIBRARY_PATH=$PREFIX/lib # [osx] - mpiexec -n 4 ./helloworld_c - mpiexec -n 4 ./helloworld_cxx
package: name: openmpi version: 1.10.1 about: home: http://www.open-mpi.org/ summary: 'Open MPI: A high performance message passing library' license: 'BSD (https://www.open-mpi.org/community/license.php)' requirements: conflicts: - mpich - mpich2 source: fn: openmpi-1.10.1.tar.bz2 url: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2 md5: b2f43d9635d2d52826e5ef9feb97fd4c build: number: 0 binary_relocation: true detect_binary_files_with_prefix: true skip: true # [win] test: files: - test/helloworld.c - test/helloworld.cxx commands: - command -v ompi_info - ompi_info - command -v mpiexec - mpiexec -n 4 hostname - command -v mpicc - mpicc -show - command -v mpicxx - mpicxx -show - mpicc helloworld.c -o helloworld_c - mpicxx helloworld.cxx -o helloworld_cxx - export DYLD_LIBRARY_PATH=$PREFIX/lib # [osx] - mpiexec -n 4 ./helloworld_c - mpiexec -n 4 ./helloworld_cxx
Update Open MPI recipe to 1.10.2
conda: Update Open MPI recipe to 1.10.2
YAML
bsd-2-clause
mpi4py/mpi4py,mpi4py/mpi4py,mpi4py/mpi4py
0affa990bf7f99d4d99997124e2de4a790ccbe52
buildspec.yml
buildspec.yml
version: 0.2 phases: install: runtime-versions: nodejs: 10 commands: - mkdir -p layers/nodejs - cp package*.json layers/nodejs - npm install - npm install --production --prefix layers/nodejs build: commands: - npx serverless deploy
version: 0.2 phases: install: runtime-versions: nodejs: 12 commands: - mkdir -p layers/nodejs - cp package*.json layers/nodejs - npm install - npm install --production --prefix layers/nodejs build: commands: - npx serverless deploy
Use NodeJs 12 on build
Use NodeJs 12 on build
YAML
mit
entu/entu-api,entu/entu-api
0e534af85f362046fc08e325b57167963acaa47c
config/templates.yaml
config/templates.yaml
%YAML 1.0 --- accounts: generic: desc: generic user account default: requires: - cn - givenName - sn - uidNumber - userPassword - homeDirectory - uid objectClass: - top - inetOrgPerson - posixAccount - shadowAccount path: / gidNumber: '100' loginShell: /bin/bash retired: desc: users retired with extreme prejudice default: private: true path: retired users gidNumber: '9999' groups: generic: desc: generic system groups default: path: system groups requires: - cn - gidNumber objectClass: - top - posixGroup resource: desc: access to resources inherits: generic default: path: resource groups netgroups: generic: desc: netgroup default: path: netgroups requires: - cn objectClass: - top - nisNetgroup security: desc: host access policies inherits: generic default: path: host access policy
%YAML 1.0 --- accounts: generic: desc: generic user account default: requires: - cn - givenName - sn - uidNumber - userPassword - homeDirectory - uid objectClass: - top - inetOrgPerson - posixAccount - shadowAccount path: / gidNumber: '100' loginShell: /bin/bash retired: desc: users retired with extreme prejudice default: private: true path: retired users gidNumber: '9999' groups: generic: desc: generic system groups default: path: system groups requires: - cn - gidNumber objectClass: - top - posixGroup resource: desc: access to resources inherits: generic default: path: resource groups netgroups: generic: desc: netgroup default: path: netgroups requires: - cn objectClass: - top - nisNetgroup security: desc: host access policies inherits: generic default: path: host access
Change the object path to something less clumsy.
Change the object path to something less clumsy.
YAML
bsd-3-clause
jubalfh/cog,jubalfh/cog
830ead5ddf86c024a91da80155fd33d51cba8ac4
cloud/skytap/PI.yaml
cloud/skytap/PI.yaml
--- title: Puppetizing Infrastructure domain_name: puppetlabs.vm master_template_id: 808573 master_name: master master_ports: - 22 - 80 - 443 - 9090 - 8088 student_template_id: 370665 student_vm_id: - 2658740 student_ports: - 80 students: - instructor
--- title: Puppetizing Infrastructure domain_name: puppetlabs.vm master_template_id: 808573 master_name: master master_ports: - 22 - 80 - 443 - 9090 - 8088 student_template_id: 370665 student_vm_id: - 2658740 student_ports: - 80 students: - instructor-windows - alice-windows - bob-windows
Use "windows" in the names of the windows VMs in case of matching github name
Use "windows" in the names of the windows VMs in case of matching github name
YAML
apache-2.0
samuelson/puppetlabs-training-bootstrap,carthik/puppetlabs-training-bootstrap,carthik/puppetlabs-training-bootstrap,carthik/puppetlabs-training-bootstrap,kjhenner/puppetlabs-training-bootstrap,puppetlabs/puppetlabs-training-bootstrap,marrero984/education-builds,kjhenner/puppetlabs-training-bootstrap,kjhenner/puppetlabs-training-bootstrap,samuelson/puppetlabs-training-bootstrap,joshsamuelson/puppetlabs-training-bootstrap,samuelson/education-builds,puppetlabs/puppetlabs-training-bootstrap,samuelson/education-builds,samuelson/education-builds,marrero984/education-builds,puppetlabs/puppetlabs-training-bootstrap,samuelson/puppetlabs-training-bootstrap,joshsamuelson/puppetlabs-training-bootstrap,marrero984/education-builds,joshsamuelson/puppetlabs-training-bootstrap
dd7bc9e270fc6550425f822cfed9c193e4b44904
packages/ex/exploring-interpreters.yaml
packages/ex/exploring-interpreters.yaml
homepage: '' changelog-type: markdown hash: 7e5484e12cea2e2e7d67ba0af756e2f4f27329c2d1b0513f31d1ec3610f230e3 test-bench-deps: {} maintainer: leegbestand@gmail.com synopsis: A generic exploring interpreter for exploratory programming changelog: "# Revision history for exploring-interpreters \n\n## 0.2.0.0 -- 2021-03-15\n* First official version. \n" basic-deps: base: '>=4.9 && <5' containers: '>=0.5 && <0.7' fgl: '>=5.7.0 && <5.8' mtl: '>=2.2.1 && <2.3' transformers: '>=0.5.2 && <0.6' all-versions: - 0.2.0.0 author: Damian Frolich latest: 0.2.0.0 description-type: haddock description: '' license-name: BSD-3-Clause
homepage: '' changelog-type: markdown hash: b95e0ec5b404325689ee4ad0825d563c77e5570703f57986dd27c2bed9fb6544 test-bench-deps: {} maintainer: leegbestand@gmail.com synopsis: A generic exploring interpreter for exploratory programming changelog: "# Revision history for exploring-interpreters \n\n## 0.2.0.0 -- 2021-03-15\n* First official version. \n\n## 0.3.0.0 -- 2021-03-16\n* Require that definitional interpreters return configurations in the Maybe monad.\n This adds support for run-time errors by returning Nothing when an errors occurs.\n" basic-deps: base: '>=4.9 && <5' containers: '>=0.5 && <0.7' fgl: '>=5.7.0 && <5.8' mtl: '>=2.2.1 && <2.3' transformers: '>=0.5.2 && <0.6' all-versions: - 0.2.0.0 - 0.3.0.0 author: Damian Frolich latest: 0.3.0.0 description-type: haddock description: '' license-name: BSD-3-Clause
Update from Hackage at 2021-03-19T20:01:05Z
Update from Hackage at 2021-03-19T20:01:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
9044b16f400d21710db8f5d5ca4c1591e5b904eb
recipes/restinstance/meta.yaml
recipes/restinstance/meta.yaml
{% set name = "RESTinstance" %} {% set version = "1.0.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: c241e44e51c7a793c7c5ca0476caac2b703cc78da8041ab05ded965ce49bc187 build: noarch: python number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - python - pip run: - python - robotframework - docutils - pyyaml - flex-swagger - genson - jsonpath-ng - pygments - requests - jsonschema - rfc3987 - strict-rfc3339 - pytz - tzlocal test: imports: - REST about: home: https://github.com/asyrjasalo/RESTinstance license: Apache-2.0 license_family: Apache license_file: LICENSE.txt summary: 'Robot Framework library for RESTful JSON APIs' extra: recipe-maintainers: - abloemert
{% set name = "RESTinstance" %} {% set version = "1.0.2" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: c241e44e51c7a793c7c5ca0476caac2b703cc78da8041ab05ded965ce49bc187 build: noarch: python number: 0 script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv requirements: host: - python - pip run: - python - robotframework - docutils - pyyaml - flex-swagger - genson - jsonpath-ng - pygments - requests - jsonschema - rfc3987 - strict-rfc3339 - pytz - tzlocal test: imports: - REST about: home: https://github.com/asyrjasalo/RESTinstance license: Apache-2.0 license_family: Apache license_file: LICENSE.txt summary: 'Robot Framework library for RESTful JSON APIs' extra: recipe-maintainers: - abloemert
Add extra arguments to pip
Add extra arguments to pip
YAML
bsd-3-clause
ocefpaf/staged-recipes,stuertz/staged-recipes,mariusvniekerk/staged-recipes,igortg/staged-recipes,SylvainCorlay/staged-recipes,goanpeca/staged-recipes,patricksnape/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,jochym/staged-recipes,SylvainCorlay/staged-recipes,jochym/staged-recipes,scopatz/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,patricksnape/staged-recipes,chrisburr/staged-recipes,hadim/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,igortg/staged-recipes,hadim/staged-recipes,ReimarBauer/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,jakirkham/staged-recipes
ab43d00729f48c1b81fa2b7b5ae4f74738d9178e
jobs/e2e_node/containerd/image-config.yaml
jobs/e2e_node/containerd/image-config.yaml
images: ubuntu: # Pinning to image to as part of https://github.com/kubernetes/kubernetes/issues/105381 # TODO: Remove this pin, and switch back to image_family image: ubuntu-gke-2004-1-20-v20210928 # image_family: pipeline-1-20 project: ubuntu-os-gke-cloud metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.toml" cos-stable: image_family: cos-81-lts project: cos-cloud metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.toml"
images: ubuntu: image_family: pipeline-1-20 project: ubuntu-os-gke-cloud metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.toml" cos-stable: image_family: cos-81-lts project: cos-cloud metadata: "user-data</workspace/test-infra/jobs/e2e_node/containerd/init.yaml,cni-template</workspace/test-infra/jobs/e2e_node/containerd/cni.template,containerd-config</workspace/test-infra/jobs/e2e_node/containerd/config.toml"
Revert "Pin containerd ubuntu image config"
Revert "Pin containerd ubuntu image config"
YAML
apache-2.0
michelle192837/test-infra,cjwagner/test-infra,michelle192837/test-infra,kubernetes/test-infra,kubernetes/test-infra,fejta/test-infra,jessfraz/test-infra,jessfraz/test-infra,cjwagner/test-infra,monopole/test-infra,dims/test-infra,fejta/test-infra,cblecker/test-infra,BenTheElder/test-infra,cblecker/test-infra,BenTheElder/test-infra,kubernetes/test-infra,michelle192837/test-infra,jessfraz/test-infra,BenTheElder/test-infra,cjwagner/test-infra,cblecker/test-infra,kubernetes/test-infra,monopole/test-infra,michelle192837/test-infra,cblecker/test-infra,jessfraz/test-infra,monopole/test-infra,fejta/test-infra,dims/test-infra,michelle192837/test-infra,cjwagner/test-infra,monopole/test-infra,cblecker/test-infra,cjwagner/test-infra,BenTheElder/test-infra,dims/test-infra,kubernetes/test-infra,jessfraz/test-infra,fejta/test-infra,fejta/test-infra,fejta/test-infra,dims/test-infra,michelle192837/test-infra,dims/test-infra,BenTheElder/test-infra,jessfraz/test-infra,monopole/test-infra,kubernetes/test-infra,BenTheElder/test-infra,dims/test-infra,cblecker/test-infra,monopole/test-infra,cjwagner/test-infra
7a3258fdd8f60eb70a9834ba558c95592458d429
ansible-gitlab_runner/inventory/group_vars/all/gitlab_runner/gitlab_runner.yml
ansible-gitlab_runner/inventory/group_vars/all/gitlab_runner/gitlab_runner.yml
--- # GitLab does not provide packages for Ubuntu Precise gitlab_runner__apt_repo: 'https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/ trusty main'
--- # GitLab does not provide packages for Ubuntu Precise gitlab_runner__apt_repo: 'deb https://packages.gitlab.com/runner/gitlab-ci-multi-runner/ubuntu/ trusty main'
Use correct APT repository string
Use correct APT repository string
YAML
mit
ganto/debops-test-suite,ganto/debops-test-suite,ganto/debops-test-suite,ganto/test-suite,ganto/test-suite,ganto/debops-test-suite,drybjed/test-suite,ganto/test-suite,debops/test-suite,ypid/test-suite-ypid,drybjed/test-suite,drybjed/test-suite,ypid/test-suite-ypid,debops/test-suite,ganto/test-suite,ypid/test-suite-ypid,debops/test-suite,ypid/test-suite-ypid,ypid/test-suite-ypid,drybjed/test-suite,debops/test-suite,ganto/test-suite,debops/test-suite,drybjed/test-suite,ganto/debops-test-suite
7942155fdb7f901ed9e1a0ac7b363fde5a14e322
deploy/manifests/discovery/multi.yml
deploy/manifests/discovery/multi.yml
--- applications: - name: discovery-multi memory: 4GB instances: 2 buildpack: java_buildpack health-check-type: http health-check-http-endpoint: /records path: ../../openregister-java.jar domains: - discovery.openregister.org hosts: - address - allergen - approved-meat-establishment - charity - charity-class - clinical-commissioning-group - green-deal-certification-body - jobcentre - local-authority-nir - local-authority-type - meat-establishment-operation - meat-establishment-outcome - meat-establishment-type - place - prison - qualification-assessment-method - qualification-level - qualification-subject - qualification-type - statistical-geography-council-area-sct - street-custodian - street - uk - vehicle-colour - westminster-parliamentary-constituency services: - discovery-db - logit-ssl-drain env: JBP_CONFIG_JAVA_MAIN: '{ arguments: "server s3://openregister.discovery.config/multi/openregister/paas-config.yaml" }' AWS_ACCESS_KEY_ID: change-me AWS_SECRET_ACCESS_KEY: change-me AWS_REGION: eu-west-1
--- applications: - name: discovery-multi memory: 4GB instances: 2 buildpack: java_buildpack health-check-type: http health-check-http-endpoint: /records path: ../../openregister-java.jar domains: - discovery.openregister.org hosts: - address - allergen - approved-meat-establishment - charity - charity-class - clinical-commissioning-group - green-deal-certification-body - jobcentre - local-authority-nir - local-authority-type - meat-establishment-operation - meat-establishment-outcome - meat-establishment-type - place - police-force - police-neighbourhood - prison - qualification-assessment-method - qualification-level - qualification-subject - qualification-type - statistical-geography-council-area-sct - street-custodian - street - uk - vehicle-colour - westminster-parliamentary-constituency services: - discovery-db - logit-ssl-drain env: JBP_CONFIG_JAVA_MAIN: '{ arguments: "server s3://openregister.discovery.config/multi/openregister/paas-config.yaml" }' AWS_ACCESS_KEY_ID: change-me AWS_SECRET_ACCESS_KEY: change-me AWS_REGION: eu-west-1
Add policy-force and police-neighbourhood to discovery
Add policy-force and police-neighbourhood to discovery
YAML
mit
openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java,openregister/openregister-java
fcb5e3fff5aa679dc048ba43a486d0355721e3b6
flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml
flink-end-to-end-tests/test-scripts/container-scripts/job-cluster-service.yaml
################################################################################ # 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. ################################################################################ apiVersion: v1 kind: Service metadata: name: flink-job-cluster labels: app: flink component: job-cluster spec: ports: - name: rpc port: 6123 - name: blob port: 6124 - name: query port: 6125 nodePort: 30025 - name: ui port: 8081 nodePort: 30081 type: NodePort selector: app: flink component: job-cluster
################################################################################ # 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. ################################################################################ apiVersion: v1 kind: Service metadata: name: flink-job-cluster labels: app: flink component: job-cluster spec: ports: - name: rpc port: 6123 - name: blob port: 6124 - name: ui port: 8081 type: ClusterIP selector: app: flink component: job-cluster
Use ClusterIP instead of NodePort and remove query port in internal jobmanager service
[FLINK-18725][e2e] Use ClusterIP instead of NodePort and remove query port in internal jobmanager service JobManager rest service and TaskManager query state service are optional. They could be enabled via apply two more yaml files. Refer to https://ci.apache.org/projects/flink/flink-docs-master/ops/deployment/kubernetes.html#deploy-job-cluster for more information.
YAML
apache-2.0
godfreyhe/flink,xccui/flink,apache/flink,aljoscha/flink,tillrohrmann/flink,rmetzger/flink,zentol/flink,tony810430/flink,rmetzger/flink,tillrohrmann/flink,clarkyzl/flink,clarkyzl/flink,kl0u/flink,godfreyhe/flink,apache/flink,kl0u/flink,zjureel/flink,godfreyhe/flink,StephanEwen/incubator-flink,greghogan/flink,godfreyhe/flink,lincoln-lil/flink,tillrohrmann/flink,zentol/flink,rmetzger/flink,twalthr/flink,twalthr/flink,gyfora/flink,wwjiang007/flink,clarkyzl/flink,tony810430/flink,tillrohrmann/flink,twalthr/flink,xccui/flink,clarkyzl/flink,aljoscha/flink,rmetzger/flink,zentol/flink,zjureel/flink,wwjiang007/flink,apache/flink,lincoln-lil/flink,StephanEwen/incubator-flink,StephanEwen/incubator-flink,greghogan/flink,godfreyhe/flink,xccui/flink,gyfora/flink,gyfora/flink,apache/flink,xccui/flink,greghogan/flink,clarkyzl/flink,aljoscha/flink,lincoln-lil/flink,zentol/flink,rmetzger/flink,wwjiang007/flink,wwjiang007/flink,xccui/flink,zjureel/flink,twalthr/flink,tony810430/flink,tillrohrmann/flink,zentol/flink,StephanEwen/incubator-flink,apache/flink,tony810430/flink,kl0u/flink,rmetzger/flink,apache/flink,aljoscha/flink,xccui/flink,zentol/flink,apache/flink,wwjiang007/flink,StephanEwen/incubator-flink,wwjiang007/flink,greghogan/flink,godfreyhe/flink,tony810430/flink,godfreyhe/flink,lincoln-lil/flink,gyfora/flink,lincoln-lil/flink,kl0u/flink,xccui/flink,wwjiang007/flink,twalthr/flink,zjureel/flink,tillrohrmann/flink,twalthr/flink,tony810430/flink,aljoscha/flink,rmetzger/flink,lincoln-lil/flink,gyfora/flink,greghogan/flink,greghogan/flink,zjureel/flink,zjureel/flink,lincoln-lil/flink,gyfora/flink,aljoscha/flink,StephanEwen/incubator-flink,tony810430/flink,twalthr/flink,kl0u/flink,kl0u/flink,zjureel/flink,zentol/flink,tillrohrmann/flink,gyfora/flink
61bb3a21f029e8df672c00f85a8819cecd1ae22e
continuous_integration/environment-3.6.yml
continuous_integration/environment-3.6.yml
name: test_env channels: - conda-forge - defaults dependencies: - python=3.6 - arm_pyart - numpy - cython - cartopy - distributed - coincbc - scikit-fuzzy - pytest - dask - distributed - wradlib - pip: - git+https://github.com/CSU-Radarmet/CSU_RadarTools.git
name: test_env channels: - conda-forge - defaults dependencies: - python=3.6 - arm_pyart - numpy - cython - cartopy - distributed - coincbc - scikit-fuzzy - pytest - dask - distributed - wradlib - pip: - git+https://github.com/CSU-Radarmet/CSU_RadarTools.git - requests
Add requests modue for wradlib beam blockage code.
CI: Add requests modue for wradlib beam blockage code.
YAML
bsd-3-clause
zssherman/cmac2.0,EVS-ATMOS/cmac2.0,zssherman/cmac2.0,EVS-ATMOS/cmac2.0
6bd36f0a7eefddb5329e2cf99b5342cd4b60d501
tasks/anon-stats.yml
tasks/anon-stats.yml
--- # Sends anonymous stats if the user is ok with it - name: ANSISTRANO | Send anonymous stats uri: url: http://ansistrano.com/deploy method: POST timeout: 5 body: "deploy_via={{ ansistrano_deploy_via | default('rsync') }}&version={{ ansible_version.string }}" HEADER_Content-Type: "application/x-www-form-urlencoded" when: ansistrano_allow_anonymous_stats run_once: true ignore_errors: yes delegate_to: 127.0.0.1 sudo: false
--- # Sends anonymous stats if the user is ok with it - name: ANSISTRANO | Send anonymous stats uri: url: http://ansistrano.com/deploy method: POST timeout: 5 body: "deploy_via={{ ansistrano_deploy_via | default('rsync') }}&version={{ ansible_version.string }}" HEADER_Content-Type: "application/x-www-form-urlencoded" when: ansistrano_allow_anonymous_stats run_once: true ignore_errors: yes delegate_to: 127.0.0.1 become: false
Rename sudo to become to avoid deprecation warnings
Rename sudo to become to avoid deprecation warnings
YAML
mit
laupow/deploy,dgsuarez/deploy
cdcc2d5ce4fa9b35dcdc933ab1623c4c6705c635
tasks/postgresql.yml
tasks/postgresql.yml
- name: 'make sure postgres dependencies are installed' yum: name=python-psycopg2 state=installed when: ansible_os_family == "RedHat" - name: 'create artifactory database user in postgres' become_user: postgres postgresql_user: db=artifactory name='{{artifactory_username}}' password='{{artifactory_password}}' - name: 'create artifactory database in postgres' become_user: postgres postgresql_db: name=artifactory owner=artifactory template='template0' encoding='UTF-8' - name: 'download jdbc connector for postgres' get_url: url={{postgres_jdbc_url}} dest={{artifactory_home}}/tomcat/lib register: jdbc_installed - name: 'enable postgresql driver' template: src=storage_postgresql.j2 dest={{artifactory_home}}/etc/storage.properties owner=artifactory group=artifactory mode=0600
- name: 'make sure postgres dependencies are installed' package: name=python-psycopg2 state=installed when: ansible_os_family == "RedHat" or ansible_os_family == "Debian" - name: 'create artifactory database user in postgres' become_user: postgres postgresql_user: db=artifactory name='{{artifactory_username}}' password='{{artifactory_password}}' - name: 'create artifactory database in postgres' become_user: postgres postgresql_db: name=artifactory owner=artifactory template='template0' encoding='UTF-8' - name: 'download jdbc connector for postgres' get_url: url={{postgres_jdbc_url}} dest={{artifactory_home}}/tomcat/lib register: jdbc_installed - name: 'enable postgresql driver' template: src=storage_postgresql.j2 dest={{artifactory_home}}/etc/storage.properties owner=artifactory group=artifactory mode=0600
Install python-psycopg2 on Debian too.
Install python-psycopg2 on Debian too.
YAML
mit
bbaassssiiee/artifactory
738494d991b0d3d462549d8f3db99de481d619d0
.github/workflows/python-package.yml
.github/workflows/python-package.yml
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ '**' ] pull_request: branches: [ '**' ] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.7, 3.8, 3.9] 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 install -y gsl-bin sudo apt-get install -y libgsl0-dev python -m pip install --upgrade pip pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install .[full] - name: Test with pytest run: | cd tests pytest
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions name: Python package on: push: branches: [ '**' ] pull_request: branches: [ '**' ] jobs: build: runs-on: ubuntu-latest strategy: matrix: python-version: [3.7, 3.8] 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 install -y gsl-bin sudo apt-get install -y libgsl0-dev python -m pip install --upgrade pip pip install pytest if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install .[full] - name: Test with pytest run: | cd tests pytest
Remove python 3.9 from build matrix.
Remove python 3.9 from build matrix.
YAML
apache-2.0
erykoff/redmapper,erykoff/redmapper
0be362bceb873fd52ca84e0c86dd6b0bb8637911
puppet/hiera/common.yaml
puppet/hiera/common.yaml
--- url: gateway_url: "http://%{hiera('fqdn')}" redmine_url: "http://redmine.%{hiera('fqdn')}:8083/redmine/" api_redmine_url: "http://api-redmine.%{hiera('fqdn')}:8083/redmine/" jenkins_url: "http://jenkins.%{hiera('fqdn')}:8081/jenkins/" # jenkins-job update needs this else it fails with # "jenkins.NotFoundException: Requested item could not be found" jenkins_jjb_url: "http://jenkins.%{hiera('fqdn')}:8080/jenkins/" zuul_url: "http://jenkins.%{hiera('fqdn')}:8084/" gerrit_url: "http://gerrit.%{hiera('fqdn')}:8000/r/" redmine_pub_url: "http://%{hiera('fqdn')}/redmine/" jenkins_pub_url: "http://%{hiera('fqdn')}/jenkins/" gerrit_pub_url: "http://%{hiera('fqdn')}/r/" zuul_pub_url: "http://%{hiera('fqdn')}/zuul/" paste_pub_url: "http://%{hiera('fqdn')}/paste/" etherpad_pub_url: "http://%{hiera('fqdn')}/etherpad/"
--- url: gateway_url: "http://%{hiera('fqdn')}/" redmine_url: "http://redmine.%{hiera('fqdn')}:8083/redmine/" api_redmine_url: "http://api-redmine.%{hiera('fqdn')}:8083/redmine/" jenkins_url: "http://jenkins.%{hiera('fqdn')}:8081/jenkins/" # jenkins-job update needs this else it fails with # "jenkins.NotFoundException: Requested item could not be found" jenkins_jjb_url: "http://jenkins.%{hiera('fqdn')}:8080/jenkins/" zuul_url: "http://jenkins.%{hiera('fqdn')}:8084/" gerrit_url: "http://gerrit.%{hiera('fqdn')}:8000/r/" redmine_pub_url: "http://%{hiera('fqdn')}/redmine/" jenkins_pub_url: "http://%{hiera('fqdn')}/jenkins/" gerrit_pub_url: "http://%{hiera('fqdn')}/r/" zuul_pub_url: "http://%{hiera('fqdn')}/zuul/" paste_pub_url: "http://%{hiera('fqdn')}/paste/" etherpad_pub_url: "http://%{hiera('fqdn')}/etherpad/"
Fix Gerrit URL in puppet
Fix Gerrit URL in puppet A trailing slash is missing in the gateway URL, and in case of managesf this will finally fail because the Gerrit path is directly appended to the URL - without a slash inbetween. Change-Id: I3cffa8dd0f39fbbc48454509f67936c4be7a7fed
YAML
apache-2.0
enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory,enovance/software-factory
5c6bc0a0f74b0c7f437d45fb55286af014f0083e
goreleaser.yml
goreleaser.yml
homepage: &homepage https://qvl.io/promplot description: &description Create plots from Prometheus metrics and send them to you build: goos: - windows - darwin - linux archive: format_overrides: - goos: windows format: zip replacements: darwin: MacOS brew: github: owner: qvl name: homebrew-tap folder: Formula homepage: *homepage description: *description fpm: homepage: *homepage description: *description maintainer: Jorin Vogel <hi@jorin.me> license: MIT vendor: GoReleaser formats: - deb
homepage: &homepage https://qvl.io/promplot description: &description Create plots from Prometheus metrics and send them to you build: goos: - windows - darwin - linux archive: format_overrides: - goos: windows format: zip replacements: darwin: mac brew: github: owner: qvl name: homebrew-tap folder: Formula homepage: *homepage description: *description fpm: homepage: *homepage description: *description maintainer: Jorin Vogel <hi@jorin.me> license: MIT vendor: GoReleaser formats: - deb
Rename MacOS archive to mac.
Rename MacOS archive to mac.
YAML
mit
qvl/promplot
686d15fba3388925d50b86505f83d3bf1ef2f716
packages/fm/fmr.yaml
packages/fm/fmr.yaml
homepage: '' changelog-type: '' hash: 98ce42eba9825c7bdd2661e91c97b6c7cbeb75f3bf47867637343d27d7c0e175 test-bench-deps: {} maintainer: <work.a.mulik@gmail.com> synopsis: Fake monadic records library changelog: '' basic-deps: base: '>=4.9 && <5' all-versions: - '0.1' author: Andrey Mulik latest: '0.1' description-type: haddock description: The generalized syntax of abstract monadic records. license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 120bf8eeeb9a6e99409c4b4153b6e0ce44e981f1d5bde604f4c0e132bf8b0611 test-bench-deps: {} maintainer: <work.a.mulik@gmail.com> synopsis: Fields for Monadic Records library changelog: '' basic-deps: base: '>=4.9 && <5' all-versions: - '0.1' - '0.2' author: Andrey Mulik latest: '0.2' description-type: haddock description: The generalized, extensible syntax of abstract monadic records. license-name: BSD-3-Clause
Update from Hackage at 2021-10-31T11:25:48Z
Update from Hackage at 2021-10-31T11:25:48Z
YAML
mit
commercialhaskell/all-cabal-metadata
2664ce520aa0cb2231cea7acbd6dc4ba867c43c1
packages/lo/log.yaml
packages/lo/log.yaml
homepage: https://github.com/scrive/log changelog-type: '' hash: 7171f160bd7a7d889d32d03bc1b0e2cebd9437cd77c861d70b4a45aa02f1791e test-bench-deps: {} maintainer: andrzej@scrive.com synopsis: Structured logging solution with multiple backends changelog: '' basic-deps: exceptions: ! '>=0.6' bytestring: -any hpqtypes: ! '>=1.4' split: -any stm: ! '>=2.4' base: <5 time: -any aeson-pretty: ! '>=0.7' unordered-containers: -any text: -any monad-control: ! '>=0.3' monad-time: -any old-locale: -any mtl: -any transformers-base: -any deepseq: -any aeson: ! '>=0.6.2.0' all-versions: - '0.1.0' - '0.1.1' author: Scrive latest: '0.1.1' description-type: haddock description: ! 'A library that provides a way to record structured log messages with multiple backends. Supported backends: * standard output * PostgreSQL' license-name: BSD3
homepage: https://github.com/scrive/log changelog-type: '' hash: cc520b3194f0e6d8831e004cf7d75a5d6c42fa7992b9d3f3b34f650284baebb1 test-bench-deps: {} maintainer: andrzej@scrive.com synopsis: Structured logging solution with multiple backends changelog: '' basic-deps: exceptions: ! '>=0.6' bytestring: -any hpqtypes: ! '>=1.4' split: -any stm: ! '>=2.4' base: <5 time: -any aeson-pretty: ! '>=0.7' unordered-containers: -any text: -any monad-control: ! '>=0.3' monad-time: -any old-locale: -any mtl: -any transformers-base: -any deepseq: -any aeson: ! '>=0.6.2.0' all-versions: - '0.1.0' - '0.1.1' - '0.2.0' author: Scrive latest: '0.2.0' description-type: haddock description: ! 'A library that provides a way to record structured log messages with multiple backends. Supported backends: * standard output * PostgreSQL' license-name: BSD3
Update from Hackage at 2015-05-22T12:21:34+0000
Update from Hackage at 2015-05-22T12:21:34+0000
YAML
mit
commercialhaskell/all-cabal-metadata
f1a7f26112b440fc1f831c8f294dd6ba6bf7b9a6
metadata/click.dummer.notify_to_jabber.yml
metadata/click.dummer.notify_to_jabber.yml
Categories: - Connectivity License: Unlicense AuthorName: deadlockz SourceCode: https://github.com/no-go/NotifyRelay IssueTracker: https://github.com/no-go/NotifyRelay/issues Changelog: https://github.com/no-go/NotifyRelay/releases AutoName: Notify2Jabber Description: | Sometimes a new giant smartphone is too big for me at parties. It's nice to be able to redirect all my messages to a little old one. In an emergency you can at least answer your real friends via SMS. My app redirects almost everything to a Jabber account or to a Gotify server. It's a little everyday hack that I don't want to keep from the FOSS community. Hey! Do not build loops! It is a bad idea having the receiving jabber or gotify account on the same phone X-) RepoType: git Repo: https://github.com/no-go/NotifyRelay.git Builds: - versionName: '0.81' versionCode: 81 commit: v0.81 subdir: app gradle: - yes - versionName: '0.83' versionCode: 83 commit: v0.83 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '0.83' CurrentVersionCode: 83
Categories: - Connectivity License: Unlicense AuthorName: deadlockz SourceCode: https://github.com/no-go/NotifyRelay IssueTracker: https://github.com/no-go/NotifyRelay/issues Changelog: https://github.com/no-go/NotifyRelay/releases AutoName: Notify2Jabber Description: | Sometimes a new giant smartphone is too big for me at parties. It's nice to be able to redirect all my messages to a little old one. In an emergency you can at least answer your real friends via SMS. My app redirects almost everything to a Jabber account or to a Gotify server. It's a little everyday hack that I don't want to keep from the FOSS community. Hey! Do not build loops! It is a bad idea having the receiving jabber or gotify account on the same phone X-) RepoType: git Repo: https://github.com/no-go/NotifyRelay.git Builds: - versionName: '0.81' versionCode: 81 commit: v0.81 subdir: app gradle: - yes - versionName: '0.83' versionCode: 83 commit: v0.83 subdir: app gradle: - yes - versionName: '0.85' versionCode: 85 commit: v0.85 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '0.85' CurrentVersionCode: 85
Update Notify2Jabber to 0.85 (85)
Update Notify2Jabber to 0.85 (85)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
256e4fab6b7727f8183d1e4a9b32e9b52622c407
tasks/rsync-deploy.yml
tasks/rsync-deploy.yml
--- # Perform rsync deployment - name: ANSISTRANO | Ensure current folder is a directory file: state: directory path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}" - name: ANSISTRANO | Sync release to new current path synchronize: src: "{{ ansistrano_release_path.stdout }}/" dest: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}/" set_remote_user: "{{ ansistrano_rsync_set_remote_user }}" recursive: yes delete: yes archive: yes delegate_to: "{{ inventory_hostname }}" # Ensure symlinks target paths is absent - name: ANSISTRANO | Ensure shared paths targets are absent file: state: absent path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}/{{ item }}" with_items: "{{ ansistrano_shared_paths }}" # Symlinks shared paths - name: ANSISTRANO | Create softlinks for shared paths file: state: link path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}/{{ item }}" src: "{{ item | regex_replace('[^\\/]*', '..') }}/shared/{{ item }}" with_items: "{{ ansistrano_shared_paths }}"
--- - name: ANSISTRANO | Setup .rsync-filter with shared-folders lineinfile: dest: "{{ ansistrano_release_path.stdout }}/.rsync-filter" line: "- /{{ item }}" create: yes with_items: "{{ ansistrano_shared_paths }}" # Perform rsync deployment - name: ANSISTRANO | Ensure current folder is a directory file: state: directory path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}" - name: ANSISTRANO | Sync release to new current path synchronize: src: "{{ ansistrano_release_path.stdout }}/" dest: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}/" set_remote_user: "{{ ansistrano_rsync_set_remote_user }}" recursive: yes delete: yes archive: yes delegate_to: "{{ inventory_hostname }}" # Ensure symlinks target paths is absent - name: ANSISTRANO | Ensure shared paths targets are absent file: state: absent path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}/{{ item }}" with_items: "{{ ansistrano_shared_paths }}" # Symlinks shared paths - name: ANSISTRANO | Create softlinks for shared paths file: state: link path: "{{ ansistrano_deploy_to }}/{{ ansistrano_current_dir }}/{{ item }}" src: "{{ item | regex_replace('[^\\/]*', '..') }}/shared/{{ item }}" with_items: "{{ ansistrano_shared_paths }}"
Add .rsync-filter for shared folders
Add .rsync-filter for shared folders Prevent deletion of shared folders while rsync to current/ and minimize downtime
YAML
mit
ngpestelos/deploy,dgsuarez/deploy,mblaschke/deploy,laupow/deploy
4f9083d9e17a46bbfa96129a74d92e0d976d2b4c
docs/_config.yml
docs/_config.yml
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use # 'bundle exec jekyll serve'. If you change this file, please restart the server process. # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: Tsaap-Notes documentation #email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" This site contains the documentation of the Tsaap-Notes platform. baseurl: # the subpath of your site, e.g. /blog url: twitter_username: TsaapNotes github_username: TSaaP # Build settings markdown: kramdown theme: minima gems: - jekyll-feed exclude: - Gemfile - Gemfile.lock
# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find # yourself editing these this file very often, consider using Jekyll's data files # feature for the data you need to update frequently. # # For technical reasons, this file is *NOT* reloaded automatically when you use # 'bundle exec jekyll serve'. If you change this file, please restart the server process. # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. title: Tsaap-Notes documentation #email: your-email@domain.com description: > # this means to ignore newlines until "baseurl:" This site contains the documentation of the Tsaap-Notes platform. baseurl: "/tsaap-notes" # the subpath of your site, e.g. /blog url: twitter_username: TsaapNotes github_username: TSaaP # Build settings markdown: kramdown theme: minima gems: - jekyll-feed exclude: - Gemfile - Gemfile.lock
Fix generation of jekyll web site
Fix generation of jekyll web site (cherry picked from commit d22d15a)
YAML
agpl-3.0
TSaaP/tsaap-notes,elaastic/elaastic-questions,TSaaP/tsaap-notes,elaastic/elaastic-questions,elaastic/elaastic-questions
290eb406846df3e63e9d2d51653a3f4b8791d51f
.github/workflows/update-gh-pages.yml
.github/workflows/update-gh-pages.yml
name: Update Documentation on: push: branches: - develop jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 - name: Set up Python uses: actions/setup-python@v2 - name: Install dependencies 🔧 run: | python -m pip install --upgrade pip pip install --quiet pdoc3 tensorflow torch jax jaxlib plotly nbformat ipython notebook ipywidgets pip install . pip list - name: Build API with pdoc3 run: pdoc --html --output-dir docs --force phi - name: Build static HTML for Jupyter Notebooks run: jupyter nbconvert --to html --execute --allow-errors docs/*.ipynb - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.4 # See https://github.com/marketplace/actions/deploy-to-github-pages with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.
name: Update Documentation on: push: branches: - develop jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 - name: Set up Python uses: actions/setup-python@v2 with: python-version: '3.8' - name: Install dependencies 🔧 run: | python --version python -m pip install --upgrade pip pip install --quiet pdoc3 tensorflow torch jax jaxlib plotly nbformat ipython notebook ipywidgets pip install . pip list - name: Build API with pdoc3 run: pdoc --html --output-dir docs --force phi - name: Build static HTML for Jupyter Notebooks run: jupyter nbconvert --to html --execute --allow-errors docs/*.ipynb - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.1.4 # See https://github.com/marketplace/actions/deploy-to-github-pages with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.
Use Python 3.8 for documentation generation
[build] Use Python 3.8 for documentation generation
YAML
mit
tum-pbs/PhiFlow,tum-pbs/PhiFlow
8b84d8c28a47e6b29d8a2605b4e602f8a4212a11
nucleotide-count.yml
nucleotide-count.yml
--- blurb: "Write a class `DNA` that takes a DNA string and tells us how many times each nucleotide occurs in the string." source: "The Calculating DNA Nucleotides_problem at Rosalind" source_url: "http://rosalind.info/problems/dna/"
--- blurb: "Given a DNA string, compute how many times each nucleotide occurs in the string." source: "The Calculating DNA Nucleotides_problem at Rosalind" source_url: "http://rosalind.info/problems/dna/"
Remove implementation details from problem description.
Remove implementation details from problem description.
YAML
mit
exercism/x-common,Vankog/problem-specifications,jmluy/x-common,jmluy/x-common,petertseng/x-common,petertseng/x-common,exercism/x-common,rpottsoh/x-common,ErikSchierboom/x-common,Vankog/problem-specifications,wobh/x-common,jmluy/x-common,kgengler/x-common,rpottsoh/x-common,bennn/x-common,ekse/exercism-common,ErikSchierboom/x-common,kgengler/x-common
f10432395c59fb4b772b29c77de4dfe554e2ced7
metadata/com.mileskrell.texttorch.yml
metadata/com.mileskrell.texttorch.yml
Categories: - Phone & SMS License: GPL-3.0-or-later AuthorName: Miles Krell AuthorWebSite: https://mileskrell.com SourceCode: https://github.com/mileskrell/text-torch IssueTracker: https://github.com/mileskrell/text-torch/issues AutoName: Text Torch RepoType: git Repo: https://github.com/mileskrell/text-torch Builds: - versionName: 1.0.0 versionCode: 2 commit: v1.0.0 subdir: app gradle: - yes - versionName: 1.1.0 versionCode: 3 commit: v1.1.0 subdir: app gradle: - yes - versionName: 1.1.1 versionCode: 4 commit: v1.1.1 subdir: app gradle: - yes MaintainerNotes: |- Uses Sentry.io Analytics. No Tracking AntiFeature as Sentry was made opt-in, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7299#note_473958068 AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.1.1 CurrentVersionCode: 4
Categories: - Phone & SMS License: GPL-3.0-or-later AuthorName: Miles Krell AuthorWebSite: https://mileskrell.com SourceCode: https://github.com/mileskrell/text-torch IssueTracker: https://github.com/mileskrell/text-torch/issues AutoName: Text Torch RepoType: git Repo: https://github.com/mileskrell/text-torch Builds: - versionName: 1.0.0 versionCode: 2 commit: v1.0.0 subdir: app gradle: - yes - versionName: 1.1.0 versionCode: 3 commit: v1.1.0 subdir: app gradle: - yes - versionName: 1.1.1 versionCode: 4 commit: v1.1.1 subdir: app gradle: - yes - versionName: 1.2.0 versionCode: 5 commit: 0c896861b89799714c6ca5ca26269eff0b8f7efa subdir: app gradle: - yes MaintainerNotes: |- Uses Sentry.io Analytics. No Tracking AntiFeature as Sentry was made opt-in, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7299#note_473958068 AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.0 CurrentVersionCode: 5
Update Text Torch to 1.2.0 (5)
Update Text Torch to 1.2.0 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
ae3fbcf888d8a1edb7ddd6c1c3f1223a6fcb343b
zuul.d/layout.yaml
zuul.d/layout.yaml
- job: name: tox-jjb run: playbooks/tox-jjb-run.yml - project: check: jobs: - tox-jjb - tox-py27: &py27 pre-run: playbooks/pre-run-docker.yml success-url: "tox/reports.html" failure-url: "tox/reports.html" - tox-py36: &py36 pre-run: playbooks/pre-run-docker.yml success-url: "tox/reports.html" failure-url: "tox/reports.html" nodeset: rdo-fedora-28 gate: jobs: - tox-jjb - tox-py27: <<: *py27 - tox-py36: <<: *py36
- job: name: tox-jjb run: playbooks/tox-jjb-run.yml - project: check: jobs: - tox-jjb - tox-py27: &py27 pre-run: playbooks/pre-run-docker.yml success-url: "tox/reports.html" failure-url: "tox/reports.html" files: - ^ci-scripts/infra-.*/.* - ^requirements.txt - ^test-requirements.txt - ^setup.cfg - ^setup.py - ^tox.ini - ^molecule/.* - ^playbooks/.* - tox-py36: &py36 pre-run: playbooks/pre-run-docker.yml success-url: "tox/reports.html" failure-url: "tox/reports.html" nodeset: rdo-fedora-28 files: - ^ci-scripts/infra-.*/.* - ^requirements.txt - ^test-requirements.txt - ^setup.cfg - ^setup.py - ^tox.ini - ^molecule/.* - ^playbooks/.* gate: jobs: - tox-jjb - tox-py27: <<: *py27 - tox-py36: <<: *py36
Update condition for molecule tests
Update condition for molecule tests Change-Id: Ie6b8847d1346fbb23703c54c0585a6b84a84155c
YAML
apache-2.0
redhat-openstack/rdo-infra,rdo-infra/ci-config,rdo-infra/ci-config,rdo-infra/ci-config,rdo-infra/ci-config,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra,redhat-openstack/rdo-infra
09831ee39e69ec3847b17ac7ce93b123157109bb
vars/container.yml
vars/container.yml
pki_dir: files/pki/ cfssl_endpoint: https://diginotar.wuvt.vt.edu:8888 cfssl_endpoint_ca: files/cfssl_ca.pem cfssl_request: CN: kubelet key: algo: rsa size: 4096 hosts: "{{ cfssl_hosts }}" etcd_endpoints: https://192.168.0.157:2379,https://192.168.0.159:2379,https://192.168.0.237:2379,https://192.168.0.238:2379,https://192.168.0.243:2379 kube_container_runtime: docker kube_controller_endpoint: https://192.168.0.246:443 kube_pod_network: 10.1.0.0/16
pki_dir: files/pki/ cfssl_endpoint: https://diginotar.wuvt.vt.edu:8888 cfssl_endpoint_ca: files/cfssl_ca.pem cfssl_request: CN: kubelet key: algo: rsa size: 4096 hosts: "{{ cfssl_hosts }}" etcd_endpoints: https://0.etcd.wuvt.vt.edu:2379,https://1.etcd.wuvt.vt.edu:2379,https://2.etcd.wuvt.vt.edu:2379,https://3.etcd.wuvt.vt.edu:2379,https://4.etcd.wuvt.vt.edu:2379 kube_container_runtime: docker kube_controller_endpoint: https://192.168.0.246:443 kube_pod_network: 10.1.0.0/16
Use DNS for etcd endpoints
Use DNS for etcd endpoints
YAML
mit
wuvt/wuvt-ansible,wuvt/wuvt-ansible,wuvt/wuvt-ansible,wuvt/wuvt-ansible
de0be11fff3e34ebff2a378b786e4014edf784f1
.buildkite/docker-compose.yml
.buildkite/docker-compose.yml
version: '2.1' services: agent: image: golang:1.10 working_dir: /go/src/github.com/buildkite/agent volumes: - ../:/go/src/github.com/buildkite/agent:cached environment: - BUILDKITE_BUILD_NUMBER - BUILDKITE_JOB_ID - "BUILDKITE_AGENT_TAGS=queue=default" - "BUILDKITE_BUILD_PATH=/buildkite"
version: '2.1' services: agent: image: golang:1.11 working_dir: /code volumes: - ../:/code:cached environment: - BUILDKITE_BUILD_NUMBER - BUILDKITE_JOB_ID - "BUILDKITE_AGENT_TAGS=queue=default" - "BUILDKITE_BUILD_PATH=/buildkite"
Use go 1.11 outside of gopath in ci
Use go 1.11 outside of gopath in ci
YAML
mit
buildkite/agent,buildkite/agent,buildkite/agent
8dbfc78bffbd9544d7441af59993da16d897cff3
.github/workflows/nodebug.yml
.github/workflows/nodebug.yml
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/action.yml@3.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
name: No Assertions on: workflow_dispatch: inputs: extra_resolve_options: description: "Extra Resolve Options" required: false schedule: - cron: "0 1 * * *" # 3 AM CET push: pull_request: jobs: ndebug: name: No Assertions uses: steinwurf/nodebug-action/.github/workflows/action.yml@4.0.0 with: extra_resolve_options: ${{ github.event.inputs.extra_resolve_options }}
Update No Assertions to new version 4.0.0
Update No Assertions to new version 4.0.0
YAML
bsd-3-clause
steinwurf/endian,steinwurf/endian
8b3b7a09aa57d39b836d1f66e6ec760d804c0903
.github/workflows/release.yml
.github/workflows/release.yml
name: "Automated releases" on: pull_request_review: schedule: # "At 00:00 on Sunday" (https://crontab.guru/once-a-week) - cron: "0 0 * * 0" jobs: release: runs-on: ubuntu-latest steps: - uses: simple-icons/release-action@master with: repo-token: "${{ secrets.GITHUB_TOKEN }}"
name: "Automated releases" on: pull_request_review: types: [submitted] schedule: # "At 00:00 on Sunday" (https://crontab.guru/once-a-week) - cron: "0 0 * * 0" jobs: release: runs-on: ubuntu-latest steps: - uses: simple-icons/release-action@master with: repo-token: "${{ secrets.GITHUB_TOKEN }}"
Reduce number of PR review GH Actions runs
Reduce number of PR review GH Actions runs
YAML
cc0-1.0
simple-icons/simple-icons,danleech/simpleicons.org,danleech/simple-icons,danleech/simpleicons.org,simple-icons/simple-icons
bc2e9737b52f3bedf8a7cbe0493d56da5542e516
.github/workflows/release.yml
.github/workflows/release.yml
name: Publish and Release on: push: branches: - main paths: - package.json env: NODE_VERSION: 14 cache-version: v1 jobs: release: runs-on: ubuntu-latest name: Publish and Release steps: - name: Setup Node uses: actions/setup-node@v2 with: node-version: ${{ env.NODE_VERSION }} - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Cache node modules uses: actions/cache@v2 env: cache-name: cache-node-modules with: path: ~/.npm key: ${{ env.cache-version }}-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ env.cache-version }}-${{ runner.os }}-build-${{ env.cache-name }}- ${{ env.cache-version }}-${{ runner.os }}-build- ${{ env.cache-version }}-${{ runner.os }}- - name: Prepare run: | npm ci --ignore-scripts npm run build npm test - name: Publish and Release uses: akashic-games/action-release@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }}
name: Publish and Release on: push: branches: - main paths: - package.json env: NODE_VERSION: 14 cache-version: v1 jobs: release: runs-on: ubuntu-latest name: Publish and Release steps: - name: Setup Node uses: actions/setup-node@v2 with: node-version: ${{ env.NODE_VERSION }} - name: Checkout code uses: actions/checkout@v2 with: fetch-depth: 0 - name: Cache node modules uses: actions/cache@v3 env: cache-name: cache-node-modules with: path: ~/.npm key: ${{ env.cache-version }}-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} restore-keys: | ${{ env.cache-version }}-${{ runner.os }}-build-${{ env.cache-name }}- ${{ env.cache-version }}-${{ runner.os }}-build- ${{ env.cache-version }}-${{ runner.os }}- - name: Prepare run: | npm ci --ignore-scripts npm run build npm test - name: Publish and Release uses: akashic-games/action-release@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} npm_token: ${{ secrets.NPM_TOKEN }}
Update actions/cache action to v3
Update actions/cache action to v3
YAML
mit
akashic-games/akashic-sandbox,akashic-games/akashic-sandbox
bbc8b8cde2df7c741c82b5c7636ad590e8f5a33f
.github/actions/install-mvnd/action.yml
.github/actions/install-mvnd/action.yml
name: 'install-mvnd' description: 'Install the maven daemon' inputs: version: description: 'The version of the maven daemon to install' required: true default: '0.7.1' outputs: mvnd-dir: description: "The directory where the command mvnd is located" value: ${{ steps.mvnd-location.outputs.mvnd-dir }} runs: using: "composite" steps: - run: curl -fsSL -o mvnd.zip https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version }}/mvnd-${{ inputs.version }}-linux-amd64.zip shell: bash - run: unzip mvnd.zip -d /tmp/ shell: bash - id: mvnd-location run: echo "::set-output name=mvnd-dir::/tmp/mvnd-${{ inputs.version }}-linux-amd64/bin" shell: bash
name: 'install-mvnd' description: 'Install the maven daemon' inputs: version: description: 'The version of the maven daemon to install' required: true default: '0.7.1' outputs: mvnd-dir: description: "The directory where the command mvnd is located" value: ${{ steps.mvnd-location.outputs.mvnd-dir }} runs: using: "composite" steps: - run: curl -fsSL -o mvnd.zip https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version }}/mvnd-${{ inputs.version }}-linux-amd64.zip shell: bash - run: curl -fsSL -o mvnd.zip.sha256 https://github.com/apache/maven-mvnd/releases/download/${{ inputs.version }}/mvnd-${{ inputs.version }}-linux-amd64.zip.sha256 shell: bash - id: integrity-check run: echo "$(cat mvnd.zip.sha256) mvnd.zip" | sha256sum --check shell: bash - run: unzip mvnd.zip -d /tmp/ shell: bash - id: mvnd-location run: echo "::set-output name=mvnd-dir::/tmp/mvnd-${{ inputs.version }}-linux-amd64/bin" shell: bash
Add integrity check for the maven daemon archive
Add integrity check for the maven daemon archive
YAML
apache-2.0
christophd/camel,christophd/camel,apache/camel,cunningt/camel,adessaigne/camel,tadayosi/camel,christophd/camel,apache/camel,cunningt/camel,tadayosi/camel,tadayosi/camel,adessaigne/camel,cunningt/camel,apache/camel,adessaigne/camel,adessaigne/camel,cunningt/camel,apache/camel,christophd/camel,cunningt/camel,apache/camel,adessaigne/camel,christophd/camel,tadayosi/camel,christophd/camel,apache/camel,adessaigne/camel,cunningt/camel,tadayosi/camel,tadayosi/camel
f5be8664f93bc5888889a21067bd090f0b73cd65
.github/workflows/issues-exceptions.yml
.github/workflows/issues-exceptions.yml
name: Issues - Exceptions on: schedule: - cron: '0 19 * * *' workflow_dispatch: jobs: report: name: 'Analyze and report exceptions' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: azure/login@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - run: az extension add --name application-insights - run: ./#scripts/github-actions/New-IssuesFromAppInsightsExceptions.ps1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} shell: pwsh - uses: ./.github/actions/create-issues-from-app-insights with: app-insights-query-path: './.github/workflows/exceptions/query.kql' app-insights-apps: 'f33db8a2-47c9-48ea-81c4-8f431f8fd1f9' app-insights-period: '24h' github-label: ':boom: exception' github-label-cannot-reproduce: '✖ cannot reproduce' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Issues - Exceptions on: schedule: - cron: '0 19 * * *' workflow_dispatch: jobs: report: name: 'Analyze and report exceptions' runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - uses: azure/login@v1 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - run: az extension add --name application-insights - uses: ./.github/actions/create-issues-from-app-insights with: app-insights-query-path: './.github/workflows/exceptions/query.kql' app-insights-apps: 'f33db8a2-47c9-48ea-81c4-8f431f8fd1f9' app-insights-period: '24h' github-label: ':boom: exception' github-label-cannot-reproduce: '✖ cannot reproduce' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Remove previous exceptions script call
Remove previous exceptions script call
YAML
bsd-2-clause
ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab,ashmind/SharpLab
77e3fa63fc1b99e534b59a4c4a6fff7e305e8367
envs/report.yaml
envs/report.yaml
channels: - conda-forge - bioconda - r dependencies: - rpy2 - r-rmarkdown=1.6 - pandoc - r-plotly - bioconductor-phyloseq
channels: - conda-forge - bioconda - r dependencies: - rpy2 - r-rmarkdown=1.6 - pandoc - r-plotly - bioconductor-phyloseq - r-ampvis
Add ampvis to conda requirements
Add ampvis to conda requirements
YAML
mit
nioo-knaw/hydra
d793c43c1ab9efb921e9c84309b2f290398ff0b9
roles/vim/tasks/main.yml
roles/vim/tasks/main.yml
--- - name: Install vim become: true apt: name: vim-nox state: installed - name: Create directories for backup and temporary files file: path: "~/.vim/{{ item }}" state: directory with_items: - tmp - backup - autoload - colors - name: Install solarized colorscheme get_url: url: https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim dest: ~/.vim/colors/solarized.vim - name: Install vim-plug plugin manager get_url: url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim dest: ~/.vim/autoload/plug.vim - name: Symlink vimrc file: src: "{{ role_path }}/files/vimrc" dest: "~/.vimrc" state: link - name: Install plugins command: vim +PlugInstall +qall
--- - name: Install vim become: true apt: name: vim-nox state: installed - name: Set vim as default editor become: true command: update-alternatives --set editor /usr/bin/vim.nox # TODO only on debian - name: Create directories for backup and temporary files file: path: "~/.vim/{{ item }}" state: directory with_items: - tmp - backup - autoload - colors - name: Install solarized colorscheme get_url: url: https://raw.githubusercontent.com/altercation/vim-colors-solarized/master/colors/solarized.vim dest: ~/.vim/colors/solarized.vim - name: Install vim-plug plugin manager get_url: url: https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim dest: ~/.vim/autoload/plug.vim - name: Symlink vimrc file: src: "{{ role_path }}/files/vimrc" dest: "~/.vimrc" state: link - name: Install plugins command: vim +PlugInstall +qall
Set vim as default editor
Set vim as default editor
YAML
mit
JohnAZoidberg/dotfiles,JohnAZoidberg/dotfiles
49476497a18fac06c94bf335bcad55515ed7487e
catalog/Web_Apps_Services_Interaction/User_Agent_Detection.yml
catalog/Web_Apps_Services_Interaction/User_Agent_Detection.yml
name: User Agent Detection description: projects: - active_device - agent_orange - browser - browsernizer - divining_rod - is_it_mobile - mobvious - mobylette - rack-useragent-filter - user-agent - user_agent_parser - useragent
name: User Agent Detection description: projects: - active_device - agent_orange - browser - browsernizer - device_detector - divining_rod - is_it_mobile - mobvious - mobylette - rack-useragent-filter - user-agent - user_agent_parser - useragent
Add device_detector to User Agent Detection
Add device_detector to User Agent Detection http://podigee.github.io/device_detector/
YAML
mit
rubytoolbox/catalog
3d2d54c5b7d66acab3a2543346ede8dc36f315bc
packages/cc/cci.yaml
packages/cc/cci.yaml
homepage: '' changelog-type: '' hash: 55da8521b219d66aefa0748d8ac631c53a1965ed9886cec2bb131ee0492c4262 test-bench-deps: bytestring: -any base: -any time: -any filepath: -any process: -any cci: -any containers: -any binary: -any mtl: -any cmdargs: <0.11 random: -any pretty: -any maintainer: Facundo Domínguez <facundo.dominguez@parsci.com> synopsis: Bindings for the CCI networking library changelog: '' basic-deps: bytestring: ! '>=0.9' base: ! '>=4.3 && <5' all-versions: - '0.3.1' author: '' latest: '0.3.1' description-type: haddock description: ! 'The CCI project is an open source communication interface that aims to provide a simple and portable API, high performance, scalability for the largest deployments, and robustness in the presence of faults. It is developed and maintained by a partnership of research, academic, and industry members. See <http://cci-forum.com> for details.' license-name: BSD3
homepage: '' changelog-type: '' hash: 9604037de386ebd1b75401d8abc3139e34d803af3bdc0ab5a2efd6b816034087 test-bench-deps: bytestring: -any base: -any time: -any filepath: -any process: -any cci: -any containers: -any binary: -any mtl: -any cmdargs: <0.11 random: -any pretty: -any maintainer: Facundo Domínguez <facundo.dominguez@parsci.com> synopsis: Bindings for the CCI networking library changelog: '' basic-deps: bytestring: ! '>=0.9' base: ! '>=4.3 && <5' all-versions: - '0.3.1' author: '' latest: '0.3.1' description-type: haddock description: ! 'The CCI project is an open source communication interface that aims to provide a simple and portable API, high performance, scalability for the largest deployments, and robustness in the presence of faults. It is developed and maintained by a partnership of research, academic, and industry members. See <http://cci-forum.com> for details.' license-name: BSD3
Update from Hackage at 2017-11-10T11:19:26Z
Update from Hackage at 2017-11-10T11:19:26Z
YAML
mit
commercialhaskell/all-cabal-metadata
9f9b9d66e8b6c102fe31db65e16065f8002da98d
packages/ir/irt.yaml
packages/ir/irt.yaml
homepage: https://github.com/argiopetech/irt changelog-type: '' hash: 0772f9756fc255b3c26f3cec2f0a82dad55ce19e46099d10706c83e8de672c58 test-bench-deps: {} maintainer: elliot.robinson@argiopetech.com synopsis: A Haskell library providing Item Response Theory functions for use in computerized adaptive testing changelog: '' basic-deps: base: ! '>=4.7 && <4.10' data-default-class: ==0.1.* ad: ! '>=4.2 && <4.4' statistics: ==0.13.* all-versions: - '0.2.0.0' author: Elliot Robinson latest: '0.2.0.0' description-type: markdown description: ! 'IRT === A Haskell library providing Item Response Theory functions for use in computerized adaptive testing. Provided functionality is similar to the CAT portions of the `catIrt` R library, though only the binary-response model is currently supported. IRT bucks the standard trend of starting Haskell libraries/executables with ''H'', since `hirt` already exists. ' license-name: BSD3
homepage: https://github.com/argiopetech/irt changelog-type: '' hash: 8ffb124d8cdea478b68522b0e459bf79c147d5fd7c993ede086c7a8118fd54af test-bench-deps: {} maintainer: elliot.robinson@argiopetech.com synopsis: Item Response Theory functions for use in computerized adaptive testing changelog: '' basic-deps: base: ! '>=4.7 && <4.10' data-default-class: ==0.1.* ad: ! '>=4.2 && <4.4' statistics: ==0.13.* all-versions: - '0.2.0.0' - '0.2.0.1' author: Elliot Robinson latest: '0.2.0.1' description-type: markdown description: ! 'IRT === A Haskell library providing Item Response Theory functions for use in computerized adaptive testing. Provided functionality is similar to the CAT portions of the `catIrt` R library, though only the binary-response model is currently supported. IRT bucks the standard trend of starting Haskell libraries/executables with ''H'', since `hirt` already exists. ' license-name: BSD3
Update from Hackage at 2017-08-03T17:34:06Z
Update from Hackage at 2017-08-03T17:34:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
e2270b747c0a1e5a09d68677614e870a5424da3a
packages/notify.yaml
packages/notify.yaml
################################################ ## Packages / Notify ################################################ homeassistant: customize: ################################################ ## Node Anchors ################################################ package.node_anchors: customize: &customize package: 'notify' ################################################ ## Notify ################################################ notify: - name: admin platform: pushover api_key: !secret pushover_api_key user_key: !secret pushover_user_key - name: all platform: group services: # - service: admin - service: ios_phonsine - service: ios_patti - service: living_tv - name: Twitter platform: twitter consumer_key: !secret twitter_consumer_key consumer_secret: !secret twitter_consumer_secret access_token: !secret twitter_access_token access_token_secret: !secret twitter_access_token_secret ################################################ ## Automation ################################################ automation: - alias: Forward Persistent Notifications initial_state: 'on' trigger: - platform: event event_type: call_service event_data: domain: persistent_notification service: create action: - service: notify.admin data_template: message: >- {% set message = trigger.event.data.service_data.message %} {% if 'login attempt' in message|lower %} {{ message }}: http://www.ip-tracker.org/locator/ip-lookup.php?ip={{ message.split('from ')[1] }} {% else %} {{ message }} {% endif %}
################################################ ## Packages / Notify ################################################ homeassistant: customize: ################################################ ## Node Anchors ################################################ package.node_anchors: customize: &customize package: 'notify' ################################################ ## Notify ################################################ notify: - name: admin platform: pushover api_key: !secret pushover_api_key user_key: !secret pushover_user_key - name: all platform: group services: # - service: admin - service: ios_pontius - service: ios_patti - service: living_tv - name: Twitter platform: twitter consumer_key: !secret twitter_consumer_key consumer_secret: !secret twitter_consumer_secret access_token: !secret twitter_access_token access_token_secret: !secret twitter_access_token_secret ################################################ ## Automation ################################################ automation: - alias: Forward Persistent Notifications initial_state: 'on' trigger: - platform: event event_type: call_service event_data: domain: persistent_notification service: create action: - service: notify.admin data_template: message: >- {% set message = trigger.event.data.service_data.message %} {% if 'login attempt' in message|lower %} {{ message }}: http://www.ip-tracker.org/locator/ip-lookup.php?ip={{ message.split('from ')[1] }} {% else %} {{ message }} {% endif %}
Fix device name iPhone Robert
Fix device name iPhone Robert
YAML
mit
rtvb/home-assistant-config
6c0a836955f4facccc673a98da8ee318edd2ca91
controllers/gameserver/deployment.yaml
controllers/gameserver/deployment.yaml
# Copyright 2017 Google Inc. All Rights Reserved. # # 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. apiVersion: extensions/v1beta1 kind: Deployment metadata: name: gameserver-controller spec: replicas: 1 strategy: type: Recreate template: metadata: labels: agon: controller spec: containers: - name: gameserver-controller image: gcr.io/agon-images/gameserver-controller:0.1 imagePullPolicy: Always
# Copyright 2017 Google Inc. All Rights Reserved. # # 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. apiVersion: extensions/v1beta1 kind: Deployment metadata: name: gameserver-controller spec: replicas: 1 strategy: type: Recreate template: metadata: labels: stable.agon.io/role: controller spec: containers: - name: gameserver-controller image: gcr.io/agon-images/gameserver-controller:0.1 imagePullPolicy: Always
Update the label for the controller to match the GroupName
Update the label for the controller to match the GroupName
YAML
apache-2.0
nicedone/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,nicedone/agones,nicedone/agones,googleforgames/agones,googleforgames/agones,googleforgames/agones,nicedone/agones,googleforgames/agones
8e5de0f4892c6c5e5f7a42a68549805f9de5deed
hieradata_aws/class/staging/signon_db_admin.yaml
hieradata_aws/class/staging/signon_db_admin.yaml
govuk_env_sync::tasks: "pull_signon_production_daily": ensure: "present" hour: "0" minute: "0" action: "pull" dbms: "mysql" storagebackend: "s3" database: "signon_production" database_hostname: "signon-mysql" temppath: "/tmp/signon_production" url: "govuk-production-database-backups" path: "mysql"
govuk_env_sync::tasks: "pull_signon_production_daily": ensure: "present" hour: "0" minute: "0" action: "pull" dbms: "mysql" storagebackend: "s3" database: "signon_production" database_hostname: "signon-mysql" temppath: "/tmp/signon_production" url: "govuk-production-database-backups" path: "signon-mysql"
Correct signon database sync path
Correct signon database sync path This was reading from the old location for database dumps and thus restoring signon from a progressively older database (25th January). This corrects the path to the new one defined in https://github.com/alphagov/govuk-puppet/blob/b9cecd0885b573e29a5042cef3258ce260909023/hieradata_aws/class/integration/signon_db_admin.yaml#L13
YAML
mit
alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet,alphagov/govuk-puppet
8290ee4296185123592619f04cb791ea4bf82ffe
.github/workflows/pre_commit_check.yml
.github/workflows/pre_commit_check.yml
name: Check pre-commit rules on: pull_request: types: [opened, reopened, synchronize] jobs: pre_commit_check: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Fetch head and base refs # This is necessary for pre-commit to check the changes in the PR branch run: | git fetch origin ${{ github.base_ref }}:base_ref git fetch origin pull/${{ github.event.pull_request.number }}/head:pr_ref - name: Set up Python environment uses: actions/setup-python@master with: python-version: v3.7 - name: Install python packages run: | pip install pre-commit pre-commit install-hooks - name: Run pre-commit and check for any changes run: | echo "Commits being checked:" git log --oneline --no-decorate base_ref..pr_ref echo "" if ! pre-commit run --from-ref base_ref --to-ref pr_ref --show-diff-on-failure ; then echo "" echo "::notice::It looks like the commits in this PR have been made without having pre-commit hooks installed." echo "::notice::Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/contribute/install-pre-commit-hook.html for instructions." echo "" exit 1 fi
name: Check pre-commit rules on: pull_request: types: [opened, reopened, synchronize] permissions: contents: read jobs: pre_commit_check: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - name: Fetch head and base refs # This is necessary for pre-commit to check the changes in the PR branch run: | git fetch origin ${{ github.base_ref }}:base_ref git fetch origin pull/${{ github.event.pull_request.number }}/head:pr_ref - name: Set up Python environment uses: actions/setup-python@master with: python-version: v3.7 - name: Install python packages run: | pip install pre-commit pre-commit install-hooks - name: Run pre-commit and check for any changes run: | echo "Commits being checked:" git log --oneline --no-decorate base_ref..pr_ref echo "" if ! pre-commit run --from-ref base_ref --to-ref pr_ref --show-diff-on-failure ; then echo "" echo "::notice::It looks like the commits in this PR have been made without having pre-commit hooks installed." echo "::notice::Please see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/contribute/install-pre-commit-hook.html for instructions." echo "" exit 1 fi
Set permissions for GitHub actions
chore: Set permissions for GitHub actions Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: nathannaveen <b37dc86ffc1291bdc2112c1c336789fc137c3957@users.noreply.github.com>
YAML
apache-2.0
espressif/esp-idf,espressif/esp-idf,espressif/esp-idf,espressif/esp-idf
03bf9d154948a431ed04e03c7286b10ebd6ac4c2
packages/ac/acquire.yaml
packages/ac/acquire.yaml
homepage: https://github.com/metrix-ai/acquire changelog-type: '' hash: e5bdf58c8af77ce8167f98038096b285ad5769585e4615c8114e58c083571119 test-bench-deps: {} maintainer: Metrix.AI Tech Team <tech@metrix.ai> synopsis: Abstraction over management of resources changelog: '' basic-deps: base: ! '>=4.9 && <5' transformers: ! '>=0.5 && <0.6' all-versions: - '0.1' - '0.2' - 0.2.0.1 - '0.3' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '0.3' description-type: haddock description: |- An implementation of the abstraction suggested in <http://www.haskellforall.com/2013/06/the-resource-applicative.html a blog-post by Gabriel Gonzalez>. license-name: MIT
homepage: https://github.com/metrix-ai/acquire changelog-type: '' hash: f86cb22c1b2fedd3102a2f65820142ad517f1951b3ca5a2e3b18476b4ace119d test-bench-deps: {} maintainer: Metrix.AI Tech Team <tech@metrix.ai> synopsis: Abstraction over management of resources changelog: '' basic-deps: base: ! '>=4.9 && <5' transformers: ! '>=0.5 && <0.6' all-versions: - '0.1' - '0.2' - 0.2.0.1 - '0.3' - 0.3.1 author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: 0.3.1 description-type: haddock description: |- An implementation of the abstraction suggested in <http://www.haskellforall.com/2013/06/the-resource-applicative.html a blog-post by Gabriel Gonzalez>. license-name: MIT
Update from Hackage at 2019-09-04T16:24:15Z
Update from Hackage at 2019-09-04T16:24:15Z
YAML
mit
commercialhaskell/all-cabal-metadata
2b3fb35ce2671c956ba4a23957ad3ee2c5165d0a
packages/co/country.yaml
packages/co/country.yaml
homepage: https://github.com/andrewthad/country#readme changelog-type: '' hash: 07e94856e3d5351e2297be0c6cf94c0f507f2a8e4a97b1392f121f54bb2a732f test-bench-deps: base: -any country: -any maintainer: andrew.thaddeus@gmail.com synopsis: Country data type and functions changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.7 && <4.10' unordered-containers: ! '>=0.2 && <0.3' text: ! '>=1.2 && <1.3' ghc-prim: ! '>=0.5 && <0.6' hashable: ! '>=1.2 && <1.3' primitive: ! '>=0.6.1 && <0.7' all-versions: - '0.1' - '0.1.1' author: Andrew Martin latest: '0.1.1' description-type: markdown description: ! '# country ' license-name: BSD3
homepage: https://github.com/andrewthad/country#readme changelog-type: '' hash: 826813927d5c85d423e61de9260a34cc42e44ddbc620b2dd53e0e251dc4d1877 test-bench-deps: base: -any country: -any maintainer: andrew.thaddeus@gmail.com synopsis: Country data type and functions changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.7 && <4.10' unordered-containers: ! '>=0.2 && <0.3' text: ! '>=1.2 && <1.3' ghc-prim: ! '>=0.5 && <0.6' hashable: ! '>=1.2 && <1.3' scientific: ! '>=0.3 && <0.4' aeson: ! '>=0.11 && <1.3' primitive: ! '>=0.6.1 && <0.7' all-versions: - '0.1' - '0.1.1' - '0.1.2' author: Andrew Martin latest: '0.1.2' description-type: markdown description: ! '# country ' license-name: BSD3
Update from Hackage at 2017-07-19T18:54:31Z
Update from Hackage at 2017-07-19T18:54:31Z
YAML
mit
commercialhaskell/all-cabal-metadata
c4bf08143af2dce40f5ddd66c229e3c9cf39f096
packages/fa/fastcgi.yaml
packages/fa/fastcgi.yaml
homepage: '' changelog-type: '' hash: 74cd87692a90492171802f25c034ef047f0b68aaa1b53303d4e50ce3ec30e98a test-bench-deps: {} maintainer: none synopsis: A Haskell library for writing FastCGI programs changelog: '' basic-deps: bytestring: ! '>=0.9.1.5' base: ! '>=4 && <5' cgi: ! '>=3000.0.0' all-versions: - 3000.0.0 - 3001.0.1 - 3001.0.2 - 3001.0.2.1 - 3001.0.2.2 - 3001.0.2.3 - 3001.0.2.4 author: '' latest: 3001.0.2.4 description-type: haddock description: ! 'This library lets you write FastCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library.' license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: c83b3c14b176c739e3b1f5ba67c9e63c3fb7fbc1f2c41c65aeab2ee12ba4db4d test-bench-deps: {} maintainer: Krasimir Angelov <kr.angelov@gmail.com> synopsis: A Haskell library for writing FastCGI programs changelog: '' basic-deps: bytestring: ! '>=0.9.1.5' base: ! '>=4 && <5' cgi: ! '>=3000.0.0' all-versions: - 3000.0.0 - 3001.0.1 - 3001.0.2 - 3001.0.2.1 - 3001.0.2.2 - 3001.0.2.3 - 3001.0.2.4 - 3001.0.2.5 author: '' latest: 3001.0.2.5 description-type: haddock description: |- This library lets you write FastCGI programs. The package reuses the cgi package API, making it very easy to port CGI programs to FastCGI. The FastCGI C development kit is required to build this library. license-name: BSD-3-Clause
Update from Hackage at 2020-01-22T08:35:32Z
Update from Hackage at 2020-01-22T08:35:32Z
YAML
mit
commercialhaskell/all-cabal-metadata
18a299476b00f80d0e461d8aefe50b0693d0d3ee
packages/fs/fswatch.yaml
packages/fs/fswatch.yaml
homepage: https://github.com/kelemzol/watch changelog-type: markdown hash: b55d5d8868940aeeec3de520bdc5be346088d08817ae2807efac3fdc0f2f1392 test-bench-deps: {} maintainer: '-' synopsis: File System watching tool with cli and slave functionalities. changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n* First version. Released on an unsuspecting world.\r\n" basic-deps: haskeline: ==0.7.* base: ! '>=4.9 && <4.12' process: ! '>=1.4' fswatch: -any optparse-applicative: ! '>=0.13.2' fsnotify: ! '>=0.2.1' directory: ! '>=1.3.0' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' author: Zoltan Kelemen latest: '0.1.0.3' description-type: haddock description: File System watching tool with cli and slave lib (with os process) functionalities. license-name: BSD3
homepage: https://github.com/kelemzol/watch changelog-type: markdown hash: abc4dda0b761f90a4e5e04b07409ab5bf43db405b882ad55ccbe72a734ff0436 test-bench-deps: {} maintainer: '-' synopsis: File System watching tool with cli and slave functionalities. changelog: ! "# Revision history for fswatch\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n* First version. Released on an unsuspecting world.\r\n" basic-deps: haskeline: ==0.7.* base: ! '>=4.9 && <4.12' process: ! '>=1.4' fswatch: -any optparse-applicative: ! '>=0.13.2' fsnotify: ! '>=0.2.1' directory: ! '>=1.3.0' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.0.4' author: Zoltan Kelemen latest: '0.1.0.4' description-type: haddock description: File System watching tool with cli and slave lib (with os process) functionalities. license-name: BSD3
Update from Hackage at 2018-07-09T05:23:14Z
Update from Hackage at 2018-07-09T05:23:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
09c1f90780921a6d60837581decdd4cc3ed875e8
install_files/ansible-base/roles/ansible-securedrop/tasks/app_display_onions.yml
install_files/ansible-base/roles/ansible-securedrop/tasks/app_display_onions.yml
--- - name: fetch securedrop source ths fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes - name: fetch securedrop document aths fetch: src=/var/lib/tor/services/source/hostname dest=./app-document-aths flat=yes - name: fetch securedrop ssh aths fetch: src=/var/lib/tor/services/ssh/hostname dest=./app-ssh-aths flat=yes
--- - name: fetch securedrop source ths fetch: src=/var/lib/tor/services/source/hostname dest=./app-source-ths flat=yes - name: fetch securedrop document aths fetch: src=/var/lib/tor/services/document/hostname dest=./app-document-aths flat=yes - name: fetch securedrop ssh aths fetch: src=/var/lib/tor/services/ssh/hostname dest=./app-ssh-aths flat=yes
Copy correct hostname for document ATHS
Copy correct hostname for document ATHS
YAML
agpl-3.0
mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream
8f17572132061397cc170feae861958fa538cb3e
config/locales/en.yml
config/locales/en.yml
# Files in the config/locales directory are used for internationalization # and are automatically loaded by Rails. If you want to use locales other # than English, add the necessary files in this directory. # # To use the locales, use `I18n.t`: # # I18n.t 'hello' # # In views, this is aliased to just `t`: # # <%= t('hello') %> # # To use a different locale, set it with `I18n.locale`: # # I18n.locale = :es # # This would use the information in config/locales/es.yml. # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. en: hello: "Hello world" will_paginate: previous_label: "&lsaquo; Previous" next_label: "Next &rsaquo;"
# Files in the config/locales directory are used for internationalization # and are automatically loaded by Rails. If you want to use locales other # than English, add the necessary files in this directory. # # To use the locales, use `I18n.t`: # # I18n.t 'hello' # # In views, this is aliased to just `t`: # # <%= t('hello') %> # # To use a different locale, set it with `I18n.locale`: # # I18n.locale = :es # # This would use the information in config/locales/es.yml. # # To learn more, please read the Rails Internationalization guide # available at http://guides.rubyonrails.org/i18n.html. en: hello: "Hello world" will_paginate: previous_label: "&lsaquo; Previous" next_label: "Next &rsaquo;" page_gap: "&hellip;"
Add page_gap locale for will_paginate
Add page_gap locale for will_paginate
YAML
mit
Marri/glowfic,Marri/glowfic,Marri/glowfic,Marri/glowfic
f896ab418f1ff7ed2647b4f9a4ea9e333f69a723
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
src/fifth_robot_pkgs/fifth_robot_2dnav/config/costmap/costmap_common_params.yaml
obstacle_range: 5.0 raytrace_range: 10.0 # footprint for KIT-C5 new model # footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]] inflation_radius: 0.25 cost_scaling_factor: 5.0 rigin_z: 0.0 z_resolution: 0.02 z_voxels: 0.02 publish_voxel_map: false observation_sources: velodyne_sensor velodyne_sensor: { sensor_frame: velodyne_link, data_type: PointCloud2, topic: velodyne_points, # expected_update_rate: 1.0, observation_persistence: 0.0, marking: true, clearing: true, min_obstacle_height: 0.2, max_obstacle_height: 0.8, }
obstacle_range: 5.0 raytrace_range: 10.0 # footprint for KIT-C5 new model # footprint: [[0.00, -0.25], [0.00, 0.25], [-0.60, 0.25], [-0.60, -0.25]] inflation_radius: 0.25 cost_scaling_factor: 5.0 origin_z: 0.0 z_resolution: 0.02 z_voxels: 0.02 publish_voxel_map: false observation_sources: velodyne_sensor velodyne_sensor: { sensor_frame: velodyne_link, data_type: PointCloud2, topic: velodyne_points, # expected_update_rate: 1.0, observation_persistence: 0.0, marking: true, clearing: true, min_obstacle_height: 0.2, max_obstacle_height: 0.8, }
Fix typo on costmap common params
Fix typo on costmap common params
YAML
bsd-3-clause
CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg,CIR-KIT/fifth_robot_pkg
3d1be52952dfcb057af046e11e069b7ccd36533f
src/main/resources/plugin.yml
src/main/resources/plugin.yml
name: CombatTagReloaded version: 6.2.0 authors: [cheddar262, Techcable] depend: [Citizens] main: com.trc202.CombatTag.CombatTag dev-url: http://dev.bukkit.org/server-mods/combat-tag commands: CombatTag: description: Shows the current remaining time in a tag aliases: ct usage: /ct
name: CombatTagReloaded version: 6.2.0 authors: [cheddar262, Techcable] softdepend: [Citizens] main: com.trc202.CombatTag.CombatTag dev-url: http://dev.bukkit.org/server-mods/combat-tag commands: CombatTag: description: Shows the current remaining time in a tag aliases: ct usage: /ct
Change citizens to soft depend as it isn't always needed
Change citizens to soft depend as it isn't always needed
YAML
cc0-1.0
ProgrammerDan/Combat-Tag-Reloaded
4a121b1fe41e94f1dfe21615e4f88fb2dd8589c0
packages/tr/tree-view.yaml
packages/tr/tree-view.yaml
homepage: '' changelog-type: '' hash: 85fbc67b53c1ef47f020a69051e6a29b27481698fe802cd2ed8ab0108aa69a38 test-bench-deps: {} maintainer: 78emil@gmail.com synopsis: Render trees as foldable HTML and Unicode art changelog: '' basic-deps: base: <5 containers: -any mtl: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.4' - '0.5' author: Emil Axelsson latest: '0.5' description-type: haddock description: ! 'Render trees as foldable HTML and Unicode art Example: > *Data.Tree.View> drawTree $ Node "Add" [Node "Sub" [Node "3" [], Node "Mul" [Node "1" [], Node "2" []]], Node "4" []] > Add > ├╴Sub > │ ├╴3 > │ └╴Mul > │ ├╴1 > │ └╴2 > └╴4' license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: a32b16fdbe24ad21cb6679c2a925bcc7715ae5c5db0ae6b633e35e28e2fefd98 test-bench-deps: {} maintainer: 78emil@gmail.com synopsis: Render trees as foldable HTML and Unicode art changelog: '' basic-deps: base: <5 containers: -any mtl: -any all-versions: - '0.1' - '0.2' - '0.3' - '0.4' - '0.5' - 0.5.1 author: Emil Axelsson latest: 0.5.1 description-type: haddock description: |- Render trees as foldable HTML and Unicode art Example: > *Data.Tree.View> drawTree $ Node "Add" [Node "Sub" [Node "3" [], Node "Mul" [Node "1" [], Node "2" []]], Node "4" []] > Add > ├╴Sub > │ ├╴3 > │ └╴Mul > │ ├╴1 > │ └╴2 > └╴4 license-name: BSD-3-Clause
Update from Hackage at 2021-02-20T12:18:22Z
Update from Hackage at 2021-02-20T12:18:22Z
YAML
mit
commercialhaskell/all-cabal-metadata