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
47fdb783038203760935d6b2c0d9db8768d8a9c9
packages/ng/ngx-export-log.yaml
packages/ng/ngx-export-log.yaml
homepage: http://github.com/lyokha/nginx-log-plugin changelog-type: markdown hash: 2658a5694aa44bcc36b29f42db0115edf9776eb2a036319dfb00dcc567cff114 test-bench-deps: {} maintainer: Alexey Radkov <alexey.radkov@gmail.com> synopsis: Native Nginx logging from configuration files and Haskell handlers changelog: |+ ### 1.5 - Auto-generate haddocks for generated functions. basic-deps: bytestring: -any base: '>=4.8 && <5' ngx-export: '>=1.7.1' ngx-export-tools: '>=0.4.9.0' template-haskell: '>=2.11.0' all-versions: - '1.5' author: Alexey Radkov <alexey.radkov@gmail.com> latest: '1.5' description-type: haddock description: |- Native Nginx logging from configuration files and Haskell handlers. This is a part of <https://github.com/lyokha/nginx-log-plugin>. Custom libraries are required to be linked against C module /ngx_log_plugin/. license-name: BSD-3-Clause
homepage: http://github.com/lyokha/nginx-log-plugin changelog-type: markdown hash: 965848a91b544080b7f3bf95248b81ed77fe98edf0aecd3ce226ba47a73fda73 test-bench-deps: {} maintainer: Alexey Radkov <alexey.radkov@gmail.com> synopsis: Native Nginx logging from configuration files and Haskell handlers changelog: |+ ### 1.5.1 - Fixed dynamic linker errors when building haddocks. ### 1.5 - Auto-generate haddocks for generated functions. basic-deps: bytestring: -any base: '>=4.8 && <5' ngx-export: '>=1.7.1' ngx-export-tools: '>=0.4.9.0' template-haskell: '>=2.11.0' all-versions: - '1.5' - 1.5.1 author: Alexey Radkov <alexey.radkov@gmail.com> latest: 1.5.1 description-type: haddock description: |- Native Nginx logging from configuration files and Haskell handlers. This is a part of <https://github.com/lyokha/nginx-log-plugin>. Custom libraries are required to be linked against C module /ngx_log_plugin/. license-name: BSD-3-Clause
Update from Hackage at 2022-10-25T11:41:41Z
Update from Hackage at 2022-10-25T11:41:41Z
YAML
mit
commercialhaskell/all-cabal-metadata
e0ec717194f0904725df15a2351c3ba3b35442e5
packages/utils-size/.travis.yml
packages/utils-size/.travis.yml
language: node_js sudo: false node_js: - "4.2.2"
language: node_js sudo: false node_js: - "4" - "5"
Use latest node versions on Travis
Use latest node versions on Travis
YAML
mit
suitcss/suit,suitcss/suit
5e485d9bb9f7c53d9d227820818904d55289bcdd
playbooks/oooq-traas-under.yaml
playbooks/oooq-traas-under.yaml
--- # Non local deployments by quickstart - name: Install delorian repos hosts: undercloud any_errors_fatal: true gather_facts: true become: true vars_files: - ../vars/undercloud-traas.yaml roles: - {role: repo-setup, when: configure_repos|bool} - name: Install the client hosts: undercloud any_errors_fatal: true gather_facts: false become: true tasks: - package: name: python-tripleoclient - name: Upload custom tht and prepare networking configs hosts: undercloud any_errors_fatal: true gather_facts: false vars_files: - ../vars/undercloud-traas.yaml - ../vars/undercloud-networking.yaml become: true roles: - role: overcloud-prep-config when: deployed_server - name: Install the undercloud (oooq-extras) hosts: undercloud any_errors_fatal: true gather_facts: false become: true vars_files: - ../vars/undercloud-traas.yaml - ../vars/undercloud-networking.yaml roles: - undercloud-deploy
--- # Non local deployments by quickstart - name: Install delorian repos hosts: undercloud any_errors_fatal: true gather_facts: true become: true vars_files: - ../vars/undercloud-traas.yaml roles: - {role: repo-setup, when: configure_repos|bool} - name: Install the client hosts: undercloud any_errors_fatal: true gather_facts: false become: true tasks: - package: name: python-tripleoclient - name: Upload custom tht and prepare networking configs hosts: undercloud any_errors_fatal: true gather_facts: false vars_files: - ../vars/undercloud-traas.yaml - ../vars/undercloud-networking.yaml become: true roles: - role: overcloud-prep-config when: deployed_server - name: Install the undercloud (oooq-extras) hosts: undercloud any_errors_fatal: true gather_facts: false become: true vars_files: - ../vars/undercloud-traas.yaml - ../vars/undercloud-networking.yaml roles: - undercloud-deploy #FIXME(bogdando) remove then https://review.openstack.org/#/c/524187/ merged - name: Apply w/a for bug/1735425 hosts: undercloud any_errors_fatal: true gather_facts: false become: true tasks: - when: deployed_server shell: >- cp -fR /etc/iscsi/* /var/lib/config-data/puppet-generated/iscsid/; cp -f /etc/iscsi/.initiator_reset \ /var/lib/config-data/puppet-generated/iscsid/ ignore_errors: true
Put back a w/a for 524187
Put back a w/a for 524187 It has yet to be (e)merged Signed-off-by: Bogdan Dobrelya <62b3a3e71fe69d786a0eb2bf561b6ce08e31d2cc@mail.ru>
YAML
apache-2.0
bogdando/oooq-warp
9bf90f7112704e8a393422f4189545619c692b72
docker-compose.yml
docker-compose.yml
blog: image: starefossen/github-pages ports: - "4000" working_dir: /usr/src/app volumes: - .:/usr/src/app command: jekyll serve --future --incremental --watch --force_polling -H 0.0.0.0 -P 4000 env_file: .env environment: - VIRTUAL_HOST=blog.starefossen.privat - VIRTUAL_PORT=4000
blog: image: starefossen/github-pages ports: - 4000:4000 working_dir: /usr/src/app volumes: - .:/usr/src/app command: jekyll serve --future --incremental --watch --force_polling -H 0.0.0.0 -P 4000 env_file: .env
Update local Docker Compose config
Update local Docker Compose config
YAML
mit
Starefossen/starefossen.github.com,Starefossen/starefossen.github.com
3a5265d1c8cb393c563e16ec091db4532dcce6ae
docker-compose.yml
docker-compose.yml
version: '3' services: db: image: mysql:5.6 environment: MYSQL_ROOT_PASSWORD: r00t MYSQL_DATABASE: ligoj MYSQL_USER: ligoj MYSQL_PASSWORD: ligoj api: image: ligoj/ligoj-api:3.0.0 environment: SERVER_HOST: "0.0.0.0" SERVER_PORT: "8081" CUSTOM_OPTS: "-Djdbc.host=ligoj-db" \ CRYPTO: "-Dapp.crypto.password=public" \ links: - db:ligoj-db depends_on: - db ui: image: ligoj/ligoj-ui:3.0.0 environment: JAVA_OPTIONS: "-Dsecurity=Rest" SERVER_PORT: "8080" CUSTOM_OPTS: "" links: - api:ligoj-api ports: - "8080:8080"
version: '3' services: db: image: mysql:5.6 environment: MYSQL_ROOT_PASSWORD: r00t MYSQL_DATABASE: ligoj MYSQL_USER: ligoj MYSQL_PASSWORD: ligoj api: image: ligoj/ligoj-api:3.0.0 environment: SERVER_HOST: "0.0.0.0" SERVER_PORT: "8081" CUSTOM_OPTS: "-Djdbc.host=ligoj-db" CRYPTO: "-Dapp.crypto.password=public" links: - db:ligoj-db depends_on: - db ui: image: ligoj/ligoj-ui:3.0.0 environment: JAVA_OPTIONS: "-Dsecurity=Rest" SERVER_PORT: "8080" CUSTOM_OPTS: "" links: - api:ligoj-api ports: - "8080:8080"
Fix Docken environment variable syntax
Fix Docken environment variable syntax
YAML
mit
ligoj/ligoj,ligoj/ligoj,ligoj/ligoj,ligoj/ligoj
b8e60d77550328a56bf46a775132cd7e9942fcb4
docker-compose.yml
docker-compose.yml
volumes: container_name: weblate-volumes image: tianon/true volumes: - /docker/weblate/config:/app/etc:ro - /docker/weblate/db:/var/lib/postgresql/data server: container_name: weblate build: . environment: SECRET_KEY: Un1c0rns_4R3_4w3$0m3 ADMIN_PASSWORD: Un1c0rn TIME_ZONE: Europe/Berlin SITE_TITLE: Dockweblate LANGUAGE_CODE: de-de WEBLATE_DEBUG: 1 WEBLATE_ADMIN_NAME: Maik WEBLATE_ADMIN_EMAIL: weblate@example.com WEBLATE_EMAIL: weblate@example.com EMAIL_HOST: smtp.gmail.com EMAIL_HOST_USER: Herbert EMAIL_HOST_PASSWORD: Un1c0rn EMAIL_PORT=465 links: - database - cache volumes_from: - volumes restart: always database: container_name: weblate-db image: postgres:9.4 volumes_from: - volumes restart: always environment: POSTGRES_PASSWORD: weblate POSTGRES_USER: weblate cache: container_name: weblate-cache image: memcached:1.4
volumes: container_name: weblate-volumes image: tianon/true volumes: - /docker/weblate/config:/app/etc:ro - /docker/weblate/db:/var/lib/postgresql/data server: container_name: weblate build: . environment: SECRET_KEY: Un1c0rns_4R3_4w3$0m3 ADMIN_PASSWORD: Un1c0rn TIME_ZONE: Europe/Berlin SITE_TITLE: Dockweblate LANGUAGE_CODE: de-de WEBLATE_DEBUG: 1 WEBLATE_ADMIN_NAME: Maik WEBLATE_ADMIN_EMAIL: weblate@example.com WEBLATE_EMAIL: weblate@example.com EMAIL_HOST: smtp.gmail.com EMAIL_HOST_USER: Herbert EMAIL_HOST_PASSWORD: Un1c0rn EMAIL_PORT: 465 links: - database - cache volumes_from: - volumes restart: always database: container_name: weblate-db image: kiasaki/alpine-postgres volumes_from: - volumes restart: always environment: POSTGRES_PASSWORD: weblate POSTGRES_USER: weblate cache: container_name: weblate-cache image: memcached:1.4
Fix typo and use alpine-postgres
Fix typo and use alpine-postgres
YAML
mit
beevelop/docker-weblate,beevelop/docker-weblate
a6c963f9c4aed54d9e984d8343cc383470a690dc
docker-compose.yml
docker-compose.yml
# Simply to test port forwarding &etc. web: image: kitematic/hello-world-nginx ports: - "8888:80" volumes: - ./hello_website/:/website_files mysql: image: mysql/mysql-server:5.6 ports: - "3306" environment: VIRTUAL_HOST: mysql.dev MYSQL_ROOT_PASSWORD: admin123H # The rails app app: build: . command: ./script/docker-app.sh environment: DB_HOST: mysql.dev DB_USER: root DB_PASSWORD: admin123H DB_NAME: lara ports: - "3000:3000" volumes: - /lara:/lara links: - mysql - mysql:mysql.dev
# Simply to test port forwarding &etc. web: image: kitematic/hello-world-nginx ports: - "8888:80" volumes: - ./hello_website/:/website_files mysql: image: mysql/mysql-server:5.6 ports: - "3306" environment: VIRTUAL_HOST: mysql.dev MYSQL_ROOT_PASSWORD: admin123H volumes_from: - data # The rails app app: build: . command: ./script/docker-app.sh environment: DB_HOST: mysql.dev DB_USER: root DB_PASSWORD: admin123H DB_NAME: lara ports: - "3000:3000" volumes: - /lara:/lara links: - mysql - mysql:mysql.dev data: image: busybox volumes: - /var/lib/mysql
Add storage volume for Mysql
Add storage volume for Mysql
YAML
mit
concord-consortium/lara,concord-consortium/lara,concord-consortium/lara,concord-consortium/lara,concord-consortium/lara
af976677e908f0e9df67729732cbea8a5ab0640c
config/secrets/github/config.yaml
config/secrets/github/config.yaml
GITCRYPTI Dn;:<6dSq0Hn Ǚzj?"bpn y<nؓʿ':
GITCRYPT6c%CA sgCE7l^ExV YfU<ٲ[FTG|O2һIP)Z|
Switch to infrablocks maintainers bot for github tasks
Switch to infrablocks maintainers bot for github tasks [skip ci]
YAML
mit
infrablocks/terraform-aws-ecs-service,infrablocks/terraform-aws-ecs-service
7a3f71b52175b210476a2a00689007d3b9f3e8ca
.github/workflows/push-to-docker-hub.yml
.github/workflows/push-to-docker-hub.yml
name: Run CI then push to Docker Hub on: push: tags: - '*' branches: - master jobs: push_to_docker_hub: name: Push Docker image to Docker Hub # This uses the default metadata-action configuration, see https://github.com/docker/metadata-action # Pushes to master should build `ukwa/w3act:master`, tags should build `ukwa/w3act:TAG` and update `ukwa/w3act:latest` to refer to TAG. runs-on: ubuntu-latest steps: - name: Check out the repo uses: actions/checkout@v2 - name: Set up Docker metadata id: meta uses: docker/metadata-action@v3 with: images: ${{ github.repository }} - name: Set up version variable to embed in container run: echo "VERSION=`git describe --tags --always`" >> $GITHUB_ENV - name: Log in to Docker Hub if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Push to Docker Hub uses: docker/build-push-action@v2 with: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}
name: Run CI then push to Docker Hub on: push: tags: - '*' branches: - master jobs: push_to_docker_hub: name: Push Docker image to Docker Hub # This uses the default metadata-action configuration, see https://github.com/docker/metadata-action # Pushes to master should build `ukwa/w3act:master`, tags should build `ukwa/w3act:TAG` and update `ukwa/w3act:latest` to refer to TAG. runs-on: ubuntu-latest steps: - name: Check out the repo uses: actions/checkout@v2 - name: Set up Docker metadata id: meta uses: docker/metadata-action@v3 with: images: ${{ github.repository }} - name: Set up version variable to embed in container run: echo "VERSION=`git describe --tags --always`" >> $GITHUB_ENV - name: Log in to Docker Hub if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_HUB_USERNAME }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Push to Docker Hub uses: docker/build-push-action@v2 with: build-args: VERSION=$VERSION push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}
Set build arg from env var.
Set build arg from env var.
YAML
apache-2.0
ukwa/w3act,ukwa/w3act,ukwa/w3act,ukwa/w3act
4bb731e047d5e10531bdf7c018f386c43014373e
metadata/com.infomaniak.sync.yml
metadata/com.infomaniak.sync.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-only AuthorName: Infomaniak WebSite: https://www.infomaniak.com SourceCode: https://gitlab.com/infomaniak/android-infomaniak-sync IssueTracker: https://contact.infomaniak.com AutoName: kSync RepoType: git Repo: https://gitlab.com/infomaniak/android-infomaniak-sync.git Builds: - versionName: '1.3' versionCode: 23 commit: '1.3' subdir: app submodules: true gradle: - free - versionName: '1.4' versionCode: 24 commit: '1.4' subdir: app submodules: true gradle: - free - versionName: '1.5' versionCode: 25 commit: '1.5' subdir: app submodules: true gradle: - free AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: '1.5' CurrentVersionCode: 25
AntiFeatures: - NonFreeNet Categories: - Internet License: GPL-3.0-only AuthorName: Infomaniak WebSite: https://www.infomaniak.com SourceCode: https://gitlab.com/infomaniak/android-infomaniak-sync IssueTracker: https://contact.infomaniak.com AutoName: kSync RepoType: git Repo: https://gitlab.com/infomaniak/android-infomaniak-sync.git Builds: - versionName: '1.3' versionCode: 23 commit: '1.3' subdir: app submodules: true gradle: - free - versionName: '1.4' versionCode: 24 commit: '1.4' subdir: app submodules: true gradle: - free - versionName: '1.5' versionCode: 25 commit: '1.5' subdir: app submodules: true gradle: - free - versionName: 1.5.1 versionCode: 26 commit: 1.5.1 subdir: app submodules: true gradle: - free AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.5.1 CurrentVersionCode: 26
Update kSync to 1.5.1 (26)
Update kSync to 1.5.1 (26)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
dd850fb11bd4b263aa3d0fe9e9a4627ef541773e
packages/fi/finite-typelits.yaml
packages/fi/finite-typelits.yaml
homepage: https://github.com/mniip/finite-typelits changelog-type: '' hash: 24666afda51385ad77ad99d3a177d197808167bf90f1a9967b1dc2045c7d1728 test-bench-deps: {} maintainer: mniip@mniip.com synopsis: A type inhabited by finitely many values, indexed by type-level naturals. changelog: '' basic-deps: base: ==4.* deepseq: ! '>=1.4' all-versions: - '0.1.0.0' - '0.1.1.0' author: mniip latest: '0.1.1.0' description-type: haddock description: A type inhabited by finitely many values, indexed by type-level naturals. license-name: BSD3
homepage: https://github.com/mniip/finite-typelits changelog-type: '' hash: 4c5ae66b960dcede29688c32b9fb0d839a4bfb53bcde8e13f6a62b7f4fd55b4f test-bench-deps: {} maintainer: mniip@mniip.com synopsis: A type inhabited by finitely many values, indexed by type-level naturals. changelog: '' basic-deps: base: ! '>=4.7.0.0 && <5' deepseq: ! '>=1.4' all-versions: - '0.1.0.0' - '0.1.1.0' author: mniip latest: '0.1.1.0' description-type: haddock description: A type inhabited by finitely many values, indexed by type-level naturals. license-name: BSD3
Update from Hackage at 2016-12-16T17:44:58Z
Update from Hackage at 2016-12-16T17:44:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
469383a7bc8f61568d751cdc32ea5530863237d6
GitVersionConfig.yaml
GitVersionConfig.yaml
next-version: 2.0 branches: feature[/-]: mode: ContinuousDeployment increment: Patch develop: increment: Patch
next-version: 2.1 branches: feature[/-]: mode: ContinuousDeployment increment: Patch develop: increment: Patch
Set the next version to 2.1
Set the next version to 2.1
YAML
bsd-3-clause
xpicio/raven-csharp,getsentry/raven-csharp,getsentry/raven-csharp,xpicio/raven-csharp,getsentry/raven-csharp
1c61eb08e377c956dc5171e9f9d61493135318f3
app/config/config_test.yml
app/config/config_test.yml
imports: - { resource: functional_testing.yml } - { resource: config_dev.yml } framework: test: ~ router: resource: "%kernel.root_dir%/config/routing_test.yml" strict_requirements: true session: storage_id: session.storage.mock_file profiler: collect: false web_profiler: toolbar: false intercept_redirects: false
imports: - { resource: functional_testing.yml } - { resource: config_dev.yml } framework: test: ~ router: resource: "%kernel.root_dir%/config/routing_test.yml" strict_requirements: true profiler: collect: false web_profiler: toolbar: false intercept_redirects: false
Use default (non Symfony) sessions on test env
Use default (non Symfony) sessions on test env
YAML
apache-2.0
thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock,thijskh/OpenConext-engineblock
0de9cf1a157c5dd2a3693745016aaf4f07421402
src/gridas/gridas/gridas.yaml
src/gridas/gridas/gridas.yaml
port: 8080 queuesize: 100000 consumers: 2000 mongo: localhost database: testtest petitionscoll: peticiones responsescoll: respuestas errorscoll: errores instance: A debugmgo: false loglevel: debug
port: 8080 queuesize: 100000 consumers: 2000 mongo: localhost database: testtest petitionscoll: peticiones responsescoll: respuestas errorscoll: errores instance: A debugmgo: false loglevel: info
Add new line at end of file
Add new line at end of file
YAML
mit
crbrox/gridas
1cfcfec4d70f41c6ccf5651e1470015f4e0833bd
projects/syzkaller/project.yaml
projects/syzkaller/project.yaml
homepage: "https://github.com/google/syzkaller.git" primary_contact: "dvyukov@google.com" auto_ccs: - "andreyknvl@google.com" - "mmoroz@chromium.org" sanitizers: - address
homepage: "https://github.com/google/syzkaller.git" primary_contact: "dvyukov@google.com" auto_ccs: - "andreyknvl@google.com" - "mmoroz@chromium.org" - "syzkaller@googlegroups.com" sanitizers: - address view_restrictions: none
Add syzkaller mailing list to the CC and remove view restrictions.
[syzkaller] Add syzkaller mailing list to the CC and remove view restrictions. As per chat with @dvyukov
YAML
apache-2.0
robertswiecki/oss-fuzz,robertswiecki/oss-fuzz,google/oss-fuzz,google/oss-fuzz,google/oss-fuzz,google/oss-fuzz,google/oss-fuzz,googlefonts/oss-fuzz,skia-dev/oss-fuzz,robertswiecki/oss-fuzz,googlefonts/oss-fuzz,googlefonts/oss-fuzz,skia-dev/oss-fuzz,robertswiecki/oss-fuzz,FeliciaLim/oss-fuzz,FeliciaLim/oss-fuzz,skia-dev/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,googlefonts/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,googlefonts/oss-fuzz,skia-dev/oss-fuzz,skia-dev/oss-fuzz,skia-dev/oss-fuzz,googlefonts/oss-fuzz,robertswiecki/oss-fuzz,robertswiecki/oss-fuzz,FeliciaLim/oss-fuzz,google/oss-fuzz,FeliciaLim/oss-fuzz,skia-dev/oss-fuzz,robertswiecki/oss-fuzz,skia-dev/oss-fuzz,google/oss-fuzz,google/oss-fuzz,googlefonts/oss-fuzz,google/oss-fuzz,googlefonts/oss-fuzz,google/oss-fuzz,robertswiecki/oss-fuzz,google/oss-fuzz,robertswiecki/oss-fuzz,googlefonts/oss-fuzz,skia-dev/oss-fuzz,FeliciaLim/oss-fuzz,googlefonts/oss-fuzz
fb34727a5a2ed4d6a8aa248abca43d3adba6f8de
packages/la/language-webidl.yaml
packages/la/language-webidl.yaml
homepage: '' changelog-type: '' hash: ab07fe3a339b77ebf42e955aed4367de669f3002c62c02f0c25acb27ebbd138f test-bench-deps: base: ! '>=4.9 && <4.10' HUnit: -any language-webidl: -any maintainer: Zhen Zhang <izgzhen@gmail.com> synopsis: Parser and Pretty Printer for WebIDL changelog: '' basic-deps: wl-pprint: -any base: ! '>=4.9 && <4.10' parsec: -any all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.1.1' - '0.1.2.0' - '0.1.3.0' - '0.1.3.1' - '0.1.4.0' author: Zhen Zhang <izgzhen@gmail.com> latest: '0.1.4.0' description-type: haddock description: ! 'Written with parsec and wl-pprint. See <http://www.w3.org/TR/WebIDL/> for reference.' license-name: MIT
homepage: '' changelog-type: '' hash: 35a47d4536a4a2876a4aeb46f571fe047ef757e7424ce6b3e709cd4f512d32c3 test-bench-deps: base: ! '>=4.9 && <4.10' HUnit: -any language-webidl: -any maintainer: Zhen Zhang <izgzhen@gmail.com> synopsis: Parser and Pretty Printer for WebIDL changelog: '' basic-deps: wl-pprint: -any base: ! '>=4.9 && <4.10' parsec: -any all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.1.1' - '0.1.2.0' - '0.1.3.0' - '0.1.3.1' - '0.1.4.0' - '0.2.0.0' author: Zhen Zhang <izgzhen@gmail.com> latest: '0.2.0.0' description-type: haddock description: ! 'Written with parsec and wl-pprint. Functor AST. Reusable node parser. See <http://www.w3.org/TR/WebIDL/> for reference.' license-name: MIT
Update from Hackage at 2017-10-24T02:39:08Z
Update from Hackage at 2017-10-24T02:39:08Z
YAML
mit
commercialhaskell/all-cabal-metadata
baa5e070d74b86269b50d98f7f2a0e98e1c2ffc3
actions/workflows/setup_st2.yaml
actions/workflows/setup_st2.yaml
version: '2.0' st2ci.setup_st2: description: Setup a running instance of StackStorm from git repo. type: direct input: - host - repo - repo_branch - repo_dir - debug output: clone_path: <% $.clone_path %> task-defaults: on-error: - teardown: <% not $.debug %> - fail: <% $.debug %> tasks: clone_repo: action: st2cd.git_clone input: hosts: <% $.host %> repo: <% $.repo %> branch: <% $.repo_branch %> target: <% $.repo_dir %>/st2_<% $.repo_branch %> publish: clone_path: <% task(clone_repo).result.get($.host).stdout %> on-success: - install install: action: st2ci.install_st2 input: hosts: <% $.host %> repo: <% $.clone_path %> on-success: - start_service start_service: action: core.remote input: hosts: <% $.host %> cmd: <% $.clone_path %>/tools/launchdev.sh stop & <% $.clone_path %>/tools/launchdev.sh startclean -g -x # Declare error handler(s) here teardown: action: st2ci.teardown_st2 input: host: <% $.host %> repo: <% $.clone_path %> on-complete: - fail
version: '2.0' st2ci.setup_st2: description: Setup a running instance of StackStorm from git repo. type: direct input: - host - repo - repo_branch - repo_dir - debug output: clone_path: <% $.clone_path %> task-defaults: on-error: - teardown: <% not $.debug %> - fail: <% $.debug %> tasks: clone_repo: action: st2cd.git_clone input: hosts: <% $.host %> repo: <% $.repo %> branch: <% $.repo_branch %> target: <% $.repo_dir %>/st2_<% $.repo_branch %> retry: count: 3 delay: 3 publish: clone_path: <% task(clone_repo).result.get($.host).stdout %> on-success: - install install: action: st2ci.install_st2 input: hosts: <% $.host %> repo: <% $.clone_path %> on-success: - start_service start_service: action: core.remote input: hosts: <% $.host %> cmd: <% $.clone_path %>/tools/launchdev.sh stop & <% $.clone_path %>/tools/launchdev.sh startclean -g -x # Declare error handler(s) here teardown: action: st2ci.teardown_st2 input: host: <% $.host %> repo: <% $.clone_path %> on-complete: - fail
Add retries to git clone repo step
Add retries to git clone repo step
YAML
apache-2.0
StackStorm/st2ci
657a59583bf1c3b131a08eafb8c1b80150f94e8a
packages/ve/vector-th-unbox.yaml
packages/ve/vector-th-unbox.yaml
homepage: '' changelog-type: '' hash: bbbaaa67662ac866911ed63077c38f763c0b4f5e10ad3a73d0b3cac3236dfdae test-bench-deps: base: -any data-default: -any vector-th-unbox: -any vector: -any maintainer: Liyang HU <vector-th-unbox@liyang.hu> synopsis: Deriver for Data.Vector.Unboxed using Template Haskell changelog: '' basic-deps: base: ! '>=4.5 && <4.13' template-haskell: ! '>=2.5 && <2.15' vector: ! '>=0.7' all-versions: - 0.2.1.3 - 0.2.1.4 - 0.2.1.5 - 0.2.1.6 author: Liyang HU <vector-th-unbox@liyang.hu> latest: 0.2.1.6 description-type: haddock description: |- A Template Haskell deriver for unboxed vectors, given a pair of coercion functions to and from some existing type with an Unbox instance. Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples. license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: f7054cf1bd32c042a7980ec22eba4c9e230f88519d5511b7094b35beab9f9352 test-bench-deps: base: -any data-default: -any vector-th-unbox: -any vector: -any maintainer: Liyang HU <vector-th-unbox@liyang.hu> synopsis: Deriver for Data.Vector.Unboxed using Template Haskell changelog: '' basic-deps: base: ! '>=4.5 && <4.14' template-haskell: ! '>=2.5 && <2.16' vector: ! '>=0.7.1 && <0.13' all-versions: - 0.2.1.3 - 0.2.1.4 - 0.2.1.5 - 0.2.1.6 - 0.2.1.7 author: Liyang HU <vector-th-unbox@liyang.hu> latest: 0.2.1.7 description-type: haddock description: |- A Template Haskell deriver for unboxed vectors, given a pair of coercion functions to and from some existing type with an Unbox instance. Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples. license-name: BSD-3-Clause
Update from Hackage at 2019-09-24T13:02:10Z
Update from Hackage at 2019-09-24T13:02:10Z
YAML
mit
commercialhaskell/all-cabal-metadata
b7561a851db196e3aab762ea4f8b879fda01a505
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: true admin_path: '' webhook_url: sections: - type: heading label: Content - type: jekyll-posts label: News create: all templates: - post - type: directory path: _articles label: Articles create: all match: "*" templates: - project - type: directory path: _instructions label: Instructions create: all match: "**/*" templates: - instruction - type: directory path: _teams label: Teams create: all match: "*" templates: - unit - type: directory path: _people label: People create: all match: "**/*" templates: - person - type: jekyll-pages label: Pages create: all templates: - landing-page - default - type: document path: _data/information.yml label: Contact Information - type: document path: _data/faq.yml label: FAQ Doc match: "**/*" upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:"
--- new_page_extension: md auto_deploy: true admin_path: '' webhook_url: sections: - type: heading label: Content - type: jekyll-posts label: News create: all templates: - post - type: directory path: _articles label: Articles create: all match: "*" templates: - project - type: directory path: _instructions label: Instructions create: all match: "**/*" templates: - instruction - type: directory path: _teams label: Teams create: all match: "*" templates: - unit - type: directory path: _people label: People create: all match: "**/*" templates: - person - type: jekyll-pages label: Pages create: all templates: - landing-page - default - type: document path: _data/information.yml label: Contact Information - type: document path: _data/faq.yml label: FAQ Doc upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:day:/:filename:"
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
panoptes/panoptes.github.io,panoptes/panoptes.github.io,panoptes/panoptes.github.io
add860b782c76ddbd40faadd23972c1b5fca6ea0
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: html auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all new_doc_ext: html templates: - blog-post upload_dir: assets/images public_path: assets/images front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site install_dependencies_command: bundle install --path vendor/bundle preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: bundle exec jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: html auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all new_doc_ext: html templates: - blog-post upload_dir: assets/images public_path: assets/images front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
cc0-1.0
david-hc/david-hc.github.io
212292b20a05e0a5c5f8ba6a94507689f52bf940
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: "composer" directory: "/" schedule: interval: "daily" labels: - "Dependencies 📦" - "PHP 🐘" versioning-strategy: "widen" open-pull-requests-limit: 1
version: 2 updates: - package-ecosystem: "composer" target-branch: "master" directory: "/" schedule: interval: "daily" labels: - "Dependencies 📦" - "PHP 🐘" versioning-strategy: "widen" open-pull-requests-limit: 1 - package-ecosystem: "composer" target-branch: "4.x" directory: "/" schedule: interval: "daily" labels: - "Dependencies 📦" - "PHP 🐘" versioning-strategy: "widen" open-pull-requests-limit: 1
Add Dependabot configuration for 4.x branch
Add Dependabot configuration for 4.x branch
YAML
mit
WyriHaximus/reactphp-child-process-messenger,WyriHaximus/reactphp-child-process-messenger
a4613689cb3426343958352a188113a16e24be9d
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: gomod directory: "/" schedule: interval: daily - package-ecosystem: gomod directory: "/api" schedule: interval: daily - package-ecosystem: gomod directory: "/sdk" schedule: interval: daily - package-ecosystem: npm directory: "/ui" schedule: interval: daily - package-ecosystem: npm directory: "/website" schedule: interval: daily
version: 2 updates: - package-ecosystem: gomod open-pull-requests-limit: 5 directory: "/" schedule: interval: daily - package-ecosystem: gomod open-pull-requests-limit: 5 directory: "/api" schedule: interval: daily - package-ecosystem: gomod open-pull-requests-limit: 5 directory: "/sdk" schedule: interval: daily - package-ecosystem: npm open-pull-requests-limit: 5 directory: "/ui" schedule: interval: daily - package-ecosystem: npm open-pull-requests-limit: 5 directory: "/website" schedule: interval: daily
Add default `open-pull-requests-limit` for all updates
Add default `open-pull-requests-limit` for all updates Using the default value just to start with.
YAML
mpl-2.0
hashicorp/consul,hashicorp/consul,hashicorp/consul,hashicorp/consul
f71891b20410c31b6f90c1622dd97d08f68309a9
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: composer directory: "/" schedule: interval: daily time: "10:00" open-pull-requests-limit: 4
version: 2 updates: - package-ecosystem: composer directory: "/" schedule: interval: daily time: "10:00" open-pull-requests-limit: 4 versioning-strategy: increase
Set Dependabot to increase dependencies versions
Set Dependabot to increase dependencies versions
YAML
mit
pamil/Sylius,pamil/Sylius,SyliusBot/Sylius,antonioperic/Sylius,loic425/Sylius,GSadee/Sylius,Zales0123/Sylius,loic425/Sylius,lchrusciel/Sylius,diimpp/Sylius,Zales0123/Sylius,lchrusciel/Sylius,pamil/Sylius,Arminek/Sylius,diimpp/Sylius,GSadee/Sylius,lchrusciel/Sylius,SyliusBot/Sylius,Arminek/Sylius,101medialab/Sylius,101medialab/Sylius,diimpp/Sylius,Sylius/Sylius,SyliusBot/Sylius,loic425/Sylius,GSadee/Sylius,antonioperic/Sylius,Arminek/Sylius,Zales0123/Sylius,101medialab/Sylius,Sylius/Sylius,Sylius/Sylius,antonioperic/Sylius
539919f2c893ce51a476a1730c91835df16190e9
install_files/ansible-base/roles/development/tasks/main.yml
install_files/ansible-base/roles/development/tasks/main.yml
--- - name: install apt package deps for dev environment apt: pkg="{{ item }}" state=latest with_items: dev_deps - name: install pip deps for dev env pip: requirements="{{ dev_pip_requirements }}" - name: set SECUREDROP_ENV in bashrc lineinfile: dest: /home/{{ securedrop_user }}/.bashrc state: present insertafter: EOF line: "export SECUREDROP_ENV=dev"
--- - name: update apt package lists apt: update_cache=yes - name: install apt package deps for dev environment apt: pkg="{{ item }}" state=latest with_items: dev_deps - name: install pip deps for dev env pip: requirements="{{ dev_pip_requirements }}" - name: set SECUREDROP_ENV in bashrc lineinfile: dest: /home/{{ securedrop_user }}/.bashrc state: present insertafter: EOF line: "export SECUREDROP_ENV=dev"
Update apt before installing packages in development
Update apt before installing packages in development
YAML
agpl-3.0
mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream,mark-in/securedrop-prov-upstream
d8d3fde8b9e0b257c5bc5ce04b79942e597df454
jenkins/ci.suse.de/templates/cloud-socok8s-integration.yaml
jenkins/ci.suse.de/templates/cloud-socok8s-integration.yaml
- job-template: name: '{name}-integration' project-type: multibranch periodic-folder-trigger: 5m number-to-keep: 30 days-to-keep: 30 script-path: Jenkinsfile.integration scm: - github: repo: '{repo-name}' repo-owner: '{repo-owner}' credentials-id: '{repo-credentials}' branch-discovery: no-pr discover-pr-forks-strategy: current discover-pr-forks-trust: contributors discover-pr-origin: current submodule: recursive: true notification-context: continuous-integration/jenkins filter-head-regex: ^(master|release\-\d\.\d|PR\-\d+)$
- job-template: name: '{name}-integration' project-type: multibranch periodic-folder-trigger: 5m number-to-keep: 30 days-to-keep: 30 script-path: Jenkinsfile.integration scm: - github: repo: '{repo-name}' repo-owner: '{repo-owner}' credentials-id: '{repo-credentials}' branch-discovery: no-pr discover-pr-forks-strategy: merge-current discover-pr-forks-trust: contributors discover-pr-origin: merge-current submodule: recursive: true notification-context: continuous-integration/jenkins filter-head-regex: ^(master|release\-\d\.\d|PR\-\d+)$
Fix merge strategy for PR testing
socok8s: Fix merge strategy for PR testing Instead of using the current HEAD of the PR branch, merge it what is currently in the target branch. That way we test what we get in the end when something got merged.
YAML
apache-2.0
gosipyan/automation,aspiers/automation,gosipyan/automation,gosipyan/automation,SUSE-Cloud/automation,aspiers/automation,aspiers/automation,gosipyan/automation,aspiers/automation,SUSE-Cloud/automation,SUSE-Cloud/automation,SUSE-Cloud/automation
e110819515e429552c10fcd361a566b1b34a4b46
.github/workflows/build_docs.yaml
.github/workflows/build_docs.yaml
name: Publish Docs on: push: branches: [ master ] release: types: [ created ] jobs: docs: name: Publish Docs runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: persist-credentials: false - name: Setup Conda uses: s-weigand/setup-conda@v1 with: activate-conda: false python-version: 3.8 conda-channels: conda-forge - name: Install and Build shell: bash run: | conda create -n test python=3.8 cython proj numpy shapely xarray pandas source activate test python -m pip install -e . --no-use-pep517 || python -m pip install -e . python -m pip install -r requirements-docs.txt sphinx-build -b html docs/ docs/_build/ - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@3.7.1 if: ${{ github.event_name == 'release' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs/_build/ CLEAN: false TARGET_FOLDER: ${{ github.ref }} - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@3.7.1 if: ${{ github.event_name == 'push' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs/_build/ CLEAN: false TARGET_FOLDER: latest
name: Publish Docs on: push: branches: [ master ] release: types: [ created ] jobs: docs: name: Publish Docs runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: persist-credentials: false - name: Setup Conda uses: s-weigand/setup-conda@v1 with: activate-conda: false python-version: 3.8 conda-channels: conda-forge - name: Install and Build shell: bash run: | conda create -n docs python=3.8 cython proj source activate docs python -m pip install -e . --no-use-pep517 || python -m pip install -e . python -m pip install -r requirements-docs.txt sphinx-build -b html docs/ docs/_build/ - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@3.7.1 if: ${{ github.event_name == 'release' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs/_build/ CLEAN: false TARGET_FOLDER: ${{ github.ref }} - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@3.7.1 if: ${{ github.event_name == 'push' }} with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages FOLDER: docs/_build/ CLEAN: false TARGET_FOLDER: latest
Simplify conda dependencies for docs build
CI: Simplify conda dependencies for docs build
YAML
mit
pyproj4/pyproj,ocefpaf/pyproj,ocefpaf/pyproj,pyproj4/pyproj
8918f17fd7508c09bb468cd9e3d959bf4959f3a6
.github/workflows/ci-ros-lint.yml
.github/workflows/ci-ros-lint.yml
name: ROS Lint on: pull_request: jobs: ament_lint: name: ament_${{ matrix.linter }} runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: linter: [cppcheck, copyright, lint_cmake] steps: - uses: actions/checkout@v3 - uses: ros-tooling/setup-ros@v0.2 - uses: ros-tooling/action-ros-lint@v0.1 with: distribution: rolling linter: ${{ matrix.linter }} package-name: realtime_tools ament_lint_100: name: ament_${{ matrix.linter }} runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: linter: [cpplint] steps: - uses: actions/checkout@v3 - uses: ros-tooling/setup-ros@v0.2 - uses: ros-tooling/action-ros-lint@v0.1 with: distribution: rolling linter: cpplint arguments: "--linelength=100 --filter=-whitespace/newline" package-name: realtime_tools
name: ROS Lint on: pull_request: jobs: ament_lint: name: ament_${{ matrix.linter }} runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: linter: [cppcheck, copyright, lint_cmake] steps: - uses: actions/checkout@v3 - uses: ros-tooling/setup-ros@v0.2 - uses: ros-tooling/action-ros-lint@v0.1 with: distribution: rolling linter: ${{ matrix.linter }} package-name: realtime_tools ament_cpplint: name: ament_${{ matrix.linter }} runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: linter: [cpplint] steps: - uses: actions/checkout@v3 - uses: ros-tooling/setup-ros@v0.2 - uses: ros-tooling/action-ros-lint@v0.1 with: distribution: rolling linter: cpplint arguments: "--linelength=100 --filter=-whitespace/newline" package-name: realtime_tools ament_cppcheck: name: ament_${{ matrix.linter }} runs-on: ubuntu-20.04 strategy: fail-fast: false matrix: linter: [cppcheck] steps: - uses: actions/checkout@v3 - uses: ros-tooling/setup-ros@v0.2 - uses: ros-tooling/action-ros-lint@v0.1 with: distribution: rolling linter: ${{ matrix.linter }} arguments: "--language=c++" package-name: realtime_tools
Set language to C++ for cppcheck
Set language to C++ for cppcheck
YAML
bsd-3-clause
ros-controls/realtime_tools
0d15cea87824175eed103c257c8578a79d67ab5f
.github/workflows/depsreview.yaml
.github/workflows/depsreview.yaml
name: 'Dependency Review' on: pull_request: branches: [ trunk ] permissions: contents: read jobs: # Special job which skips duplicate jobs pre_job: name: Skip Duplicate Jobs Pre Job runs-on: ubuntu-latest # Map a step output to a job output outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: - name: Checkout code uses: actions/checkout@master with: persist-credentials: false submodules: recursive - id: skip_check # NOTE: We store action as submodule since ASF doesn't allow directly referencing external # actions uses: ./.github/actions/skip-duplicate-actions # v4.0.0 with: github_token: ${{ github.token }} dependency-review: runs-on: ubuntu-latest needs: pre_job if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 'refs/heads/trunk' }} steps: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' uses: actions/dependency-review-action@v1
name: 'Dependency Review' on: pull_request: branches: [ trunk ] permissions: contents: read jobs: # Special job which skips duplicate jobs pre_job: name: Skip Duplicate Jobs Pre Job runs-on: ubuntu-latest # Map a step output to a job output outputs: should_skip: ${{ steps.skip_check.outputs.should_skip }} steps: - name: Checkout code uses: actions/checkout@master with: persist-credentials: false submodules: recursive - id: skip_check # NOTE: We store action as submodule since ASF doesn't allow directly referencing external # actions uses: ./.github/actions/skip-duplicate-actions # v4.0.0 with: github_token: ${{ github.token }} dependency-review: runs-on: ubuntu-latest needs: pre_job if: ${{ needs.pre_job.outputs.should_skip == 'false' || github.ref == 'refs/heads/trunk' }} steps: - name: 'Checkout Repository' uses: actions/checkout@v3 - name: 'Dependency Review' uses: actions/dependency-review-action@v2
Bump actions/dependency-review-action from 1 to 2
Bump actions/dependency-review-action from 1 to 2 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 2. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <5bdcd3c0d4d24ae3e71b3b452a024c6324c7e4bb@github.com>
YAML
apache-2.0
apache/libcloud,apache/libcloud,apache/libcloud
6da0489779522417b0311ee2e9e280814016afd2
packages/ca/category-printf.yaml
packages/ca/category-printf.yaml
homepage: '' changelog-type: '' hash: 643afa6529d3a2316118f9934a8752bcd1ea2e2fb10d5b262d10d883839c3abf test-bench-deps: {} maintainer: cgibbard@gmail.com synopsis: Highbrow approach to type-safe printf format specifications. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ! '>=4.7 && <4.8' comonad: ! '>=5 && <5.1' text: ! '>=1.1 && <1.2' all-versions: - '0.1.0.0' author: Cale Gibbard latest: '0.1.0.0' description-type: haddock description: ! 'We use the co-Kleisli category for the comonad of functions out of a fixed monoid to implement a generic combinator library for type-safe format specifications. Works with pretty much anything that''s a monoid, with specific support for String, Text (strict/lazy), and ByteString (strict/lazy). Credit to Daniel Patterson for introducing me to something that looked just enough like it ought to be the composition for a category, and Ryan Trinkle for the IsString instance. :)' license-name: BSD3
homepage: '' changelog-type: '' hash: 9377a02f30f6ae87f341c4a8e84f58d2adaba59aea16d68a2f944c259e77fd99 test-bench-deps: {} maintainer: cgibbard@gmail.com synopsis: Highbrow approach to type-safe printf format specifications. changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base: ==4.* comonad: ! '>=5 && <5.1' text: ! '>=1.1 && <1.3' all-versions: - '0.1.0.0' - '0.1.0.1' author: Cale Gibbard latest: '0.1.0.1' description-type: haddock description: ! 'We use the co-Kleisli category for the comonad of functions out of a fixed monoid to implement a generic combinator library for type-safe format specifications. Works with pretty much anything that''s a monoid, with specific support for String, Text (strict/lazy), and ByteString (strict/lazy). Credit to Daniel Patterson for introducing me to something that looked just enough like it ought to be the composition for a category, and Ryan Trinkle for the IsString instance. :)' license-name: BSD3
Update from Hackage at 2016-05-04T01:19:31+0000
Update from Hackage at 2016-05-04T01:19:31+0000
YAML
mit
commercialhaskell/all-cabal-metadata
7c169cf1dfd6b6750be24fb4dc2e96e578041c7c
packages/gh/ghcjs-dom-jsffi.yaml
packages/gh/ghcjs-dom-jsffi.yaml
homepage: '' changelog-type: '' hash: f80a23fb3aff895083e104d8262300b130b0eefdf3d26caaf8bfa18f8e75ef4d test-bench-deps: {} maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com> synopsis: DOM library using JSFFI and GHCJS changelog: '' basic-deps: base: <5 ghcjs-base: ! '>=0.2.0.0 && <0.3' text: ! '>=0.11.0.6 && <1.3' ghcjs-prim: -any ghc-prim: -any transformers: ! '>=0.2 && <0.6' all-versions: - '0.3.1.0' - '0.4.0.0' - '0.4.1.0' - '0.4.1.1' - '0.5.0.0' - '0.5.0.1' - '0.5.0.2' - '0.6.0.0' author: Hamish Mackenzie latest: '0.6.0.0' description-type: haddock description: ! 'Documentent Object Model (DOM) functions that work with GHCJS.' license-name: MIT
homepage: '' changelog-type: '' hash: bacfbe77d69c77af8101764c8b521e43b051c73e06ddbfdfa21090b72ddeec9e test-bench-deps: {} maintainer: Hamish Mackenzie <Hamish.K.Mackenzie@googlemail.com> synopsis: DOM library using JSFFI and GHCJS changelog: '' basic-deps: base: <5 ghcjs-base: ! '>=0.2.0.0 && <0.3' text: ! '>=0.11.0.6 && <1.3' ghcjs-prim: -any ghc-prim: -any transformers: ! '>=0.2 && <0.6' all-versions: - '0.3.1.0' - '0.4.0.0' - '0.4.1.0' - '0.4.1.1' - '0.5.0.0' - '0.5.0.1' - '0.5.0.2' - '0.6.0.0' - '0.7.0.0' author: Hamish Mackenzie latest: '0.7.0.0' description-type: haddock description: ! 'Documentent Object Model (DOM) functions that work with GHCJS.' license-name: MIT
Update from Hackage at 2016-11-24T02:44:52Z
Update from Hackage at 2016-11-24T02:44:52Z
YAML
mit
commercialhaskell/all-cabal-metadata
a7ab3b4ea52263090c17e1aad3bc32ea2dd3117a
packages/la/language-csharp.yaml
packages/la/language-csharp.yaml
homepage: https://github.com/StefanKoppier/language-csharp changelog-type: markdown hash: 7574f0d08d536ab61dfe431eef66de58fcfcbf6530088bb6fa355a191f5432ea test-bench-deps: {} maintainer: stefan.koppier@outlook.com synopsis: C# source code manipulation changelog: "# Revision history for language-csharp\r\n\r\n## 0.0.1 -- 2019-05-09\r\n\r\n* First release containing the lexer, parser, abstract syntax tree and pretty\r\nprinter for most of the C# 6.0 draft specification." basic-deps: base: ! '>=4.10 && <4.11' text: ! '>=1.2 && <1.3' parsec: ! '>=3.1 && <3.2' array: ! '>=0.5 && <0.6' pretty: ! '>=1.1 && <1.2' all-versions: - 0.0.1 author: Stefan Koppier latest: 0.0.1 description-type: haddock description: |- A Haskell library containing an abstract syntax, lexer, parser and pretty printer for C#, aiming to comform the C# 6.0 draft specification. license-name: BSD-3-Clause
homepage: https://github.com/StefanKoppier/language-csharp changelog-type: markdown hash: 1d5f4ef7d6033afae0275a3af21cece2722979f18d65a11dabf073913fb0b7f4 test-bench-deps: {} maintainer: stefan.koppier@outlook.com synopsis: C# source code manipulation changelog: "# Revision history for language-csharp\r\n\r\n## 0.0.1 -- 2019-05-09\r\n\r\n* First release containing the lexer, parser, abstract syntax tree and pretty\r\nprinter for most of the C# 6.0 draft specification." basic-deps: base: ! '>=4.10 && <4.11' text: ! '>=1.2 && <1.3' parsec: ! '>=3.1 && <3.2' array: ! '>=0.5 && <0.6' pretty: ! '>=1.1 && <1.2' all-versions: - 0.0.1 author: Stefan Koppier latest: 0.0.1 description-type: haddock description: |- A Haskell library containing an abstract syntax, lexer, parser and pretty printer for C#, aiming to comform the C# 6.0 draft specification. license-name: BSD-3-Clause
Update from Hackage at 2019-05-10T10:06:43Z
Update from Hackage at 2019-05-10T10:06:43Z
YAML
mit
commercialhaskell/all-cabal-metadata
5b426c91ce88bb96b85234e1c597520fdf20757f
site/en/api_docs/_menu_toc.yaml
site/en/api_docs/_menu_toc.yaml
toc: - column: - heading: API links: - label: r2.2 (stable) path: /api/stable - label: r2.3 (rc) path: /api/r2.3 - label: r2.1 path: /api/r2.1 - label: r2.0 path: /api/r2.0 - column: - heading: API r1 links: - label: r1.15 path: /api/r1.15 - label: More… path: /versions/
toc: - column: - links: - label: "TensorFlow (r2.2)" path: /api/stable - label: r2.3 (rc) path: /api/r2.3 - label: r1.15 path: /api/r1.15 - label: Versions… path: /versions/ - column: - links: - label: "TensorFlow.js" path: https://js.tensorflow.org/api/latest/ - label: "TensorFlow Lite" path: /lite/api_docs/ - label: "TFX" path: /tfx/api_docs/
Update api drop down to include main products, and versions.
Update api drop down to include main products, and versions. PiperOrigin-RevId: 319305335
YAML
apache-2.0
tensorflow/docs,tensorflow/docs,tensorflow/docs
595ea93d101beefc443d154efc6af25ea763d1b1
packages/ka/Kawaii-Parser.yaml
packages/ka/Kawaii-Parser.yaml
homepage: https://github.com/liisikerik/kawaii_parser changelog-type: '' hash: 5fc6d6ce1f39682c085fc140417eccdc186c9b3b500f1de0aeb4d3fe4859bec6 test-bench-deps: {} maintainer: liisikerik@hotmail.com synopsis: A simple parsing library. changelog: '' basic-deps: base: <4.15 containers: -any mtl: -any all-versions: - 0.0.0 - 1.0.0 author: Liisi Kerik latest: 1.0.0 description-type: haddock description: |- This library provides a simple tokeniser and parser. Its main focus is not efficiency but simplicity of implementation and use. The choice operator for parsers is symmetric, avoiding the need to think about the order in which the alternatives are listed. The library supports adding locations to the parse tree and aims to provide reasonably detailed information about parse errors with minimal user involvement. It also contains a module with type synonyms for some compositions of monad transformers. license-name: BSD-3-Clause
homepage: https://github.com/liisikerik/kawaii_parser changelog-type: '' hash: 3811301f9773a8f579a79da24a9c38b814d8149eab91084c4f90a25992f81e08 test-bench-deps: {} maintainer: liisikerik@hotmail.com synopsis: A simple parsing library. changelog: '' basic-deps: base: <4.15 containers: -any mtl: -any all-versions: - 0.0.0 - 1.0.0 - 1.0.1 author: Liisi Kerik latest: 1.0.1 description-type: haddock description: |- This library provides a simple tokeniser and parser. Its main focus is not efficiency but simplicity of implementation and use. The choice operator for parsers is symmetric, avoiding the need to think about the order in which the alternatives are listed. The library supports adding locations to the parse tree and aims to provide reasonably detailed information about parse errors with minimal user involvement. It also contains a module with type synonyms for some compositions of monad transformers. license-name: BSD-3-Clause
Update from Hackage at 2021-07-04T17:10:34Z
Update from Hackage at 2021-07-04T17:10:34Z
YAML
mit
commercialhaskell/all-cabal-metadata
72a1e365c368d7f370dce386c8be0eade70d2884
releases/release-1.25/release-notes/maps/pr-108554-map.yaml
releases/release-1.25/release-notes/maps/pr-108554-map.yaml
pr: 108554 releasenote: text: Added a deprecated warning for node beta label usage in PV/SC/RC and CSI Storage Capacity
pr: 108554 releasenote: text: Added a deprecated warning for node beta label usage in PV/SC/RC and CSI Storage Capacity.
Add dot at the end
Add dot at the end
YAML
apache-2.0
kubernetes/sig-release
67b8ca8e00fa78ffaaa3800a09867cd1c226b401
hieradata/bgo/modules/calico.yaml
hieradata/bgo/modules/calico.yaml
--- calico::debug: false # Reflector settings calico::reflector::client_defaults: peer_as: "%{hiera('bgp_as')}" local_as: "%{hiera('bgp_as')}" calico::reflector::clients: c1: peer_ipv4: '172.18.0.103' c2: peer_ipv4: '172.18.0.104' c3: peer_ipv4: '172.18.0.105' gw: peer_ipv4: "%{hiera('netcfg_trp_gateway')}" # compute node settings calico::compute::peer_defaults: peer_as: "%{hiera('bgp_as')}" local_as: "%{hiera('bgp_as')}" local_ipv4: "%{ipaddress_transport1}" calico::compute::peers: rr1: peer_ipv4: '172.18.0.1' rr2: peer_ipv4: '172.18.0.2'
--- calico::debug: false # Reflector settings calico::reflector::client_defaults: peer_as: "%{hiera('bgp_as')}" local_as: "%{hiera('bgp_as')}" calico::reflector::clients: c1: peer_ipv4: '172.18.0.103' c2: peer_ipv4: '172.18.0.104' c3: peer_ipv4: '172.18.0.105' c4: peer_ipv4: '172.18.0.111' c5: peer_ipv4: '172.18.0.112' c6: peer_ipv4: '172.18.0.113' gw: peer_ipv4: "%{hiera('netcfg_trp_gateway')}" # compute node settings calico::compute::peer_defaults: peer_as: "%{hiera('bgp_as')}" local_as: "%{hiera('bgp_as')}" local_ipv4: "%{ipaddress_transport1}" calico::compute::peers: rr1: peer_ipv4: '172.18.0.1' rr2: peer_ipv4: '172.18.0.2'
Add new route reflector clients
Add new route reflector clients
YAML
apache-2.0
eckhart/himlar,raykrist/himlar,norcams/himlar,mikaeld66/himlar,raykrist/himlar,norcams/himlar,TorLdre/himlar,raykrist/himlar,norcams/himlar,eckhart/himlar,norcams/himlar,raykrist/himlar,eckhart/himlar,tanzr/himlar,TorLdre/himlar,mikaeld66/himlar,tanzr/himlar,TorLdre/himlar,raykrist/himlar,TorLdre/himlar,mikaeld66/himlar,norcams/himlar,tanzr/himlar,tanzr/himlar,mikaeld66/himlar,eckhart/himlar,mikaeld66/himlar,TorLdre/himlar,tanzr/himlar
9a71f3c90454dfb28959c4b3319f75b26f722c11
metadata/fr.nuage.souvenirs.yml
metadata/fr.nuage.souvenirs.yml
Categories: - Graphics - Multimedia License: GPL-3.0-or-later AuthorName: Francois Valley AuthorEmail: zorgluf@gmail.com SourceCode: https://github.com/zorgluf/souvenirs-android IssueTracker: https://github.com/zorgluf/souvenirs-android/issues Donate: https://github.com/zorgluf/souvenirs-android/blob/main/README.md AutoName: Souvenirs RepoType: git Repo: https://github.com/zorgluf/souvenirs-android Builds: - versionName: 1.3.2 versionCode: 8 commit: v1.3.2 subdir: app gradle: - yes - versionName: 1.4.0 versionCode: 9 commit: v1.4.0 subdir: app gradle: - yes - versionName: 2.0.0 versionCode: 10 commit: v2.0.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? CurrentVersion: 2.0.0 CurrentVersionCode: 10
Categories: - Graphics - Multimedia License: GPL-3.0-or-later AuthorName: Francois Valley AuthorEmail: zorgluf@gmail.com SourceCode: https://github.com/zorgluf/souvenirs-android IssueTracker: https://github.com/zorgluf/souvenirs-android/issues Donate: https://github.com/zorgluf/souvenirs-android/blob/main/README.md AutoName: Souvenirs RepoType: git Repo: https://github.com/zorgluf/souvenirs-android Builds: - versionName: 1.3.2 versionCode: 8 commit: v1.3.2 subdir: app gradle: - yes - versionName: 1.4.0 versionCode: 9 commit: v1.4.0 subdir: app gradle: - yes - versionName: 2.0.0 versionCode: 10 commit: v2.0.0 subdir: app gradle: - yes - versionName: 2.0.1 versionCode: 11 commit: v2.0.1 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? CurrentVersion: 2.0.1 CurrentVersionCode: 11
Update Souvenirs to 2.0.1 (11)
Update Souvenirs to 2.0.1 (11)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e78e1d4fadb5c77f7b804d77b7333b74451302dc
metadata/fr.nuage.souvenirs.yml
metadata/fr.nuage.souvenirs.yml
Categories: - Graphics - Multimedia License: GPL-3.0-or-later AuthorName: Francois Valley AuthorEmail: zorgluf@gmail.com SourceCode: https://github.com/zorgluf/souvenirs-android IssueTracker: https://github.com/zorgluf/souvenirs-android/issues Donate: https://github.com/zorgluf/souvenirs-android/blob/main/README.md AutoName: Souvenirs RepoType: git Repo: https://github.com/zorgluf/souvenirs-android Builds: - versionName: 1.3.2 versionCode: 8 commit: v1.3.2 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? CurrentVersion: 1.3.2 CurrentVersionCode: 8
Categories: - Graphics - Multimedia License: GPL-3.0-or-later AuthorName: Francois Valley AuthorEmail: zorgluf@gmail.com SourceCode: https://github.com/zorgluf/souvenirs-android IssueTracker: https://github.com/zorgluf/souvenirs-android/issues Donate: https://github.com/zorgluf/souvenirs-android/blob/main/README.md AutoName: Souvenirs RepoType: git Repo: https://github.com/zorgluf/souvenirs-android Builds: - versionName: 1.3.2 versionCode: 8 commit: v1.3.2 subdir: app gradle: - yes - versionName: 1.4.0 versionCode: 9 commit: v1.4.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags v\d+\.\d+(\.\d+)? CurrentVersion: 1.4.0 CurrentVersionCode: 9
Update Souvenirs to 1.4.0 (9)
Update Souvenirs to 1.4.0 (9)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
9f55318498d482f6609d11b6af05a693148f8cf2
appveyor_native_deploy.yml
appveyor_native_deploy.yml
clone_depth: 1 version: '{build}' skip_non_tags: true image: Visual Studio 2017 configuration: Release platform: Any CPU before_build: - cmd: nuget restore osu-framework-native/osu-framework-native.sln - ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_name } build_script: - cmd: dotnet pack osu-framework-native/osu-framework-native /p:Version=%APPVEYOR_BUILD_VERSION% artifacts: - path: osu-framework-native/osu-framework-native/bin/Any CPU/Release/*.nupkg deploy: - provider: Environment name: nuget
clone_depth: 1 version: '{build}' skip_non_tags: true image: Visual Studio 2017 configuration: Release platform: Any CPU before_build: - ps: if($env:appveyor_repo_tag -eq 'True') { Update-AppveyorBuild -Version $env:appveyor_repo_tag_name } build_script: - cmd: dotnet pack osu.Framework.NativeLibs /p:Version=%APPVEYOR_BUILD_VERSION% artifacts: - path: osu.Framework.NativeLibs/bin/Any CPU/Release/*.nupkg deploy: - provider: Environment name: nuget
Update nativelibs paths for deploy script
Update nativelibs paths for deploy script
YAML
mit
EVAST9919/osu-framework,ppy/osu-framework,ppy/osu-framework,ZLima12/osu-framework,DrabWeb/osu-framework,EVAST9919/osu-framework,Tom94/osu-framework,ZLima12/osu-framework,EVAST9919/osu-framework,DrabWeb/osu-framework,smoogipooo/osu-framework,ppy/osu-framework,peppy/osu-framework,Tom94/osu-framework,peppy/osu-framework,smoogipooo/osu-framework,DrabWeb/osu-framework,EVAST9919/osu-framework,peppy/osu-framework
62470dc86365fb365be099df5c4b59650d695c4b
ci/update-godoc.yml
ci/update-godoc.yml
--- image_resource: type: docker-image source: repository: cfgarden/garden-ci-xenial tag: '1.0.0' platform: linux inputs: - name: garden run: path: garden/scripts/update-godoc.sh
--- image_resource: type: docker-image source: repository: cfgarden/garden-ci-xenial tag: '1.0.1' platform: linux inputs: - name: garden run: path: garden/scripts/update-godoc.sh
Use garden-ci-xenial 1.0.1 - golang 1.11.2
Use garden-ci-xenial 1.0.1 - golang 1.11.2 [#161776636]
YAML
apache-2.0
cloudfoundry-incubator/garden,cloudfoundry-incubator/garden
2ca7b8b6c268a03f6d697fe620c1143d3f452d2e
laravel/framework/2021-04-28.yaml
laravel/framework/2021-04-28.yaml
title: SQL Server LIMIT / OFFSET SQL Injection link: https://github.com/laravel/framework/security/advisories/GHSA-4mg9-vhxq-vm7j cve: ~ branches: "6.x": time: 2021-04-28 13:18:19 versions: ['>=6.0.0', '<6.20.26'] "7.x": time: ~ versions: ['>=7.0.0', '<8.0.0'] "8.x": time: 2020-04-28 14:34:49 versions: ['>=8.0.0', '<8.40.0'] reference: composer://laravel/framework
title: SQL Server LIMIT / OFFSET SQL Injection link: https://github.com/laravel/framework/security/advisories/GHSA-4mg9-vhxq-vm7j cve: ~ branches: "6.x": time: 2021-04-28 13:18:19 versions: ['>=6.0.0', '<6.20.26'] "7.x": time: ~ versions: ['>=7.0.0', '<7.30.5'] "8.x": time: 2020-04-28 14:34:49 versions: ['>=8.0.0', '<8.40.0'] reference: composer://laravel/framework
Correct 7.x series vulns for laravel/framework
Correct 7.x series vulns for laravel/framework
YAML
unlicense
FriendsOfPHP/security-advisories
a1e2a18cc278068737017ce6d142bc154b8e4d42
recipes/jupyter_client/meta.yaml
recipes/jupyter_client/meta.yaml
{% set version = "4.4.0" %} package: name: jupyter_client version: {{ version }} source: fn: jupyter_client-{{ version }}.tar.gz url: https://pypi.io/packages/source/j/jupyter_client/jupyter_client-{{ version }}.tar.gz sha256: c99a52fac2e5b7a3b714e9252ebf72cbf97536d556ae2b5082baccc3e5cd52ee build: number: 0 script: pip install --no-deps . entry_points: - jupyter-kernelspec = jupyter_client.kernelspecapp:KernelSpecApp.launch_instance requirements: build: - python - pip run: - python - traitlets - jupyter_core - pyzmq >=13 test: commands: - jupyter kernelspec -h imports: - jupyter_client about: home: http://jupyter.org license: BSD 3-clause license_file: COPYING.md summary: jupyter_client contains the reference implementation of the Jupyter protocol.
{% set version = "5.0.0" %} package: name: jupyter_client version: {{ version }} source: fn: jupyter_client-{{ version }}.tar.gz url: https://pypi.io/packages/source/j/jupyter_client/jupyter_client-{{ version }}.tar.gz sha256: 2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b build: number: 0 script: pip install --no-deps . entry_points: - jupyter-kernelspec = jupyter_client.kernelspecapp:KernelSpecApp.launch_instance - jupyter-run = jupyter_client.runapp:main requirements: build: - python - pip run: - python - traitlets - jupyter_core - python-dateutil >=2.1 - pyzmq >=13 test: commands: - jupyter kernelspec -h - jupyter run -h imports: - jupyter_client about: home: http://jupyter.org license: BSD 3-clause license_file: COPYING.md summary: jupyter_client contains the reference implementation of the Jupyter protocol.
Update jupyter_client recipe to version 5.0.0
Update jupyter_client recipe to version 5.0.0
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
7904c4a4ec63a6c04b8ed6da693bfeede5759e05
ansible/roles/kibana/tasks/start.yml
ansible/roles/kibana/tasks/start.yml
--- - name: Starting Kibana container kolla_docker: action: "start_container" common_options: "{{ docker_common_options }}" image: "{{ kibana_image_full }}" name: "kibana" volumes: - "{{ node_config_directory }}/kibana/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro"
--- - name: Starting Kibana container kolla_docker: action: "start_container" common_options: "{{ docker_common_options }}" image: "{{ kibana_image_full }}" name: "kibana" volumes: - "{{ node_config_directory }}/kibana/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro" - "kolla_logs:/var/log/kolla/"
Add kolla_logs volume to kibana container
Add kolla_logs volume to kibana container Change-Id: Ie3a04fa6c0f7406fcbc9033a38d9941509d9dc90 Closes-bug: #1640303
YAML
apache-2.0
nihilifer/kolla,dardelean/kolla-ansible,intel-onp/kolla,intel-onp/kolla,coolsvap/kolla,coolsvap/kolla,mrangana/kolla,stackforge/kolla,dardelean/kolla-ansible,rahulunair/kolla,coolsvap/kolla,stackforge/kolla,openstack/kolla,dardelean/kolla-ansible,stackforge/kolla,mrangana/kolla,GalenMa/kolla,openstack/kolla,nihilifer/kolla,GalenMa/kolla,rahulunair/kolla
240db666255e86cff3498a358d2a85599aa14ee9
data/transition-sites/phe_apho.yml
data/transition-sites/phe_apho.yml
--- site: phe_apho whitehall_slug: public-health-england homepage: https://www.gov.uk/government/organisations/public-health-england tna_timestamp: 20170106081009 host: www.apho.org.uk aliases: - apho.org.uk global: =301 https://www.gov.uk/government/organisations/public-health-england
--- site: phe_apho whitehall_slug: public-health-england homepage: https://www.gov.uk/government/organisations/public-health-england tna_timestamp: 20170106081009 host: www.apho.org.uk aliases: - apho.org.uk global: =410
Change apho from global redirect to global archive
Change apho from global redirect to global archive More details here: https://govuk.zendesk.com/agent/tickets/2118540
YAML
mit
alphagov/transition-config,alphagov/transition-config
6cf7866021605be31f96c969d81c33096cc55282
packages/bu/buffon-machines.yaml
packages/bu/buffon-machines.yaml
homepage: https://github.com/maciej-bendkowski/buffon-machines#readme changelog-type: '' hash: fbc864c85f6adb36e1808b56f6f0e7c12eac03ea721fa9e40c17ab3b04414472 test-bench-deps: {} maintainer: maciej.bendkowski@tcs.uj.edu.pl synopsis: Perfect simulation of discrete random variables changelog: '' basic-deps: base: ! '>=4.7 && <5' mtl: ! '>=2.2.1' random: ! '>=1.1' multiset: ! '>=0.3.3' template-haskell: ! '>=2.11.1.0' all-versions: - 1.0.0.0 - 1.1.0.0 - 1.1.1.0 author: Maciej Bendkowski latest: 1.1.1.0 description-type: haddock description: Monadic implementation of Buffon machines meant for perfect simulation of discrete random variables license-name: BSD-3-Clause
homepage: https://github.com/maciej-bendkowski/buffon-machines#readme changelog-type: '' hash: 74da88c7077b3c13a7dc1d6a5c5dc7eccc48fe96afb4099a7817bf14f2c1c679 test-bench-deps: {} maintainer: maciej.bendkowski@tcs.uj.edu.pl synopsis: Perfect simulation of discrete random variables changelog: '' basic-deps: base: ! '>=4.7 && <5' mtl: ! '>=2.2.1' random: ! '>=1.1' multiset: ! '>=0.3.3' template-haskell: ! '>=2.11.1.0' all-versions: - 1.0.0.0 - 1.1.0.0 - 1.1.1.0 - 1.1.1.1 author: Maciej Bendkowski latest: 1.1.1.1 description-type: haddock description: Monadic implementation of Buffon machines meant for perfect simulation of discrete random variables license-name: BSD-3-Clause
Update from Hackage at 2019-09-16T09:27:51Z
Update from Hackage at 2019-09-16T09:27:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
728cdf81a1e937844074e2ed9d117bd5b50f1904
ci/tasks/deploy-k8s-instance.yml
ci/tasks/deploy-k8s-instance.yml
platform: linux image_resource: type: docker-image source: repository: pcfkubo/kubo-ci tag: stable params: ROUTING_CF_CLIENT_SECRET: run: path: git-kubo-deployment/ci/scripts/deploy-k8s-instance.sh inputs: - name: s3-kubo-release-tarball-tmp - name: git-kubo-deployment - name: s3-bosh-creds - name: kubo-lock - name: kubo-version outputs: - name: service-creds
platform: linux image_resource: type: docker-image source: repository: pcfkubo/kubo-ci tag: stable params: ROUTING_CF_CLIENT_SECRET: run: path: git-kubo-deployment/ci/scripts/deploy-k8s-instance.sh inputs: - name: s3-kubo-release-tarball - name: git-kubo-deployment - name: s3-bosh-creds - name: kubo-lock - name: kubo-version outputs: - name: service-creds
Use correct name in task definition
Use correct name in task definition [#140558683] Signed-off-by: Oleksandr Slynko <4e0b08036a6e8359453f77324c7b401fdae249da@pivotal.io>
YAML
apache-2.0
jaimegag/kubo-deployment,pivotal-cf-experimental/kubo-deployment,pivotal-cf-experimental/kubo-deployment,jaimegag/kubo-deployment
6aa237fb2fea078ad5aae2f3397b24be43a40c6b
dockerfiles/depwatcher/shard.yml
dockerfiles/depwatcher/shard.yml
name: depwatcher version: 0.1.0 authors: - Dave Goddard <dave@goddard.id.au> targets: check: main: src/check.cr in: main: src/in.cr crystal: 0.23.1 license: MIT dependencies: spec2: github: waterlink/spec2.cr version: ~> 0.9
name: depwatcher version: 0.1.0 authors: - Dave Goddard <dave@goddard.id.au> targets: check: main: src/check.cr in: main: src/in.cr crystal: 0.23.1 license: MIT dependencies: spec2: github: waterlink/spec2.cr version: ~> 0.9
Test commit for depwatcher image updater
Test commit for depwatcher image updater
YAML
apache-2.0
cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci,cloudfoundry/buildpacks-ci
ee21e4273f03f4de0ac70ac655d6ccb6c1601fac
packages/fi/finite-typelits.yaml
packages/fi/finite-typelits.yaml
homepage: https://github.com/mniip/finite-typelits changelog-type: '' hash: dd96481d932a72e2741acccb8e3be8aed4755084185a498d2eae7d0962a6f1fa test-bench-deps: {} maintainer: mniip@mniip.com synopsis: A type inhabited by finitely many values, indexed by type-level naturals. changelog: '' basic-deps: base: ==4.* deepseq: ! '>=1.4' all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' - '0.1.3.0' - '0.1.4.0' - '0.1.4.1' author: mniip latest: '0.1.4.1' description-type: haddock description: A type inhabited by finitely many values, indexed by type-level naturals. license-name: BSD3
homepage: https://github.com/mniip/finite-typelits changelog-type: '' hash: d243523297c0526d32e9b7de98e04b79a4227577ddb25d3fecd7981439de243c test-bench-deps: {} maintainer: mniip@mniip.com synopsis: A type inhabited by finitely many values, indexed by type-level naturals. changelog: '' basic-deps: base: ==4.* deepseq: ! '>=1.4' all-versions: - '0.1.0.0' - '0.1.1.0' - '0.1.2.0' - '0.1.3.0' - '0.1.4.0' - '0.1.4.1' - '0.1.4.2' author: mniip latest: '0.1.4.2' description-type: haddock description: A type inhabited by finitely many values, indexed by type-level naturals. license-name: BSD3
Update from Hackage at 2018-07-12T02:19:59Z
Update from Hackage at 2018-07-12T02:19:59Z
YAML
mit
commercialhaskell/all-cabal-metadata
2a627defa1a6abcf5770d20ecd02657ab7a004bb
scripts/people/ChrisKnepper.yaml
scripts/people/ChrisKnepper.yaml
# Hi! I am ChrisKnepper - blog: http://beta.chrisknepper.com/blog feed: http://beta.chrisknepper.com/feed forges: - http://github.com/chrisknepper irc: ChrisKnepper name: Chris Knepper rit_dce: cxk1108 litreview1: http://beta.chrisknepper.com/2013/09/the-success-of-open-source-succeeds/ quiz1: http://beta.chrisknepper.com/2013/09/open-source-quiz-1/ bugfix: http://beta.chrisknepper.com/2013/09/its-not-a-feature-its-a-bug/ commarchteam: Nolski, emmix, ChrisKnepper, ExplosiveHippo commarchslides: https://docs.google.com/presentation/d/1-rmhNcFjDWS1yTzS0_4fugTMMjmA4CLRbs13qHfDP9w/ commarch: https://docs.google.com/a/g.rit.edu/document/d/1KFM5AinnzV90NkCtON81VbxofThcHxs3lS4NyI80fYw/
# Hi! I am ChrisKnepper - blog: http://beta.chrisknepper.com/blog feed: http://beta.chrisknepper.com/feed forges: - http://github.com/chrisknepper irc: ChrisKnepper name: Chris Knepper rit_dce: cxk1108 litreview1: http://beta.chrisknepper.com/2013/09/the-success-of-open-source-succeeds/ quiz1: http://beta.chrisknepper.com/2013/09/open-source-quiz-1/ bugfix: http://beta.chrisknepper.com/2013/09/its-not-a-feature-its-a-bug/ commarchteam: Nolski, emmix, ChrisKnepper, ExplosiveHippo commarchslides: https://docs.google.com/presentation/d/1-rmhNcFjDWS1yTzS0_4fugTMMjmA4CLRbs13qHfDP9w/ commarch: https://docs.google.com/a/g.rit.edu/document/d/1KFM5AinnzV90NkCtON81VbxofThcHxs3lS4NyI80fYw/ litreview2: http://beta.chrisknepper.com/2013/11/oreally/
Add Lit Review 2 Blog Post Link
Add Lit Review 2 Blog Post Link
YAML
apache-2.0
decause/hflossk,decause/hflossk
cefa504cf4ad044127a99afbc25cd9bfa36d8739
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: adapter: sqlite3 database: db/test.sqlite3 pool: 5 timeout: 5000 production: adapter: sqlite3 database: db/production.sqlite3 pool: 5 timeout: 5000
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' development: adapter: sqlite3 database: db/development.sqlite3 pool: 5 timeout: 5000 # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: adapter: sqlite3 database: db/test.sqlite3 pool: 5 timeout: 5000 production: adapter: postgresql encoding: unicode # For details on connection pooling, see rails configuration guide # http://guides.rubyonrails.org/configuring.html#database-pooling pool: 5
Use postgres as production DB.
Use postgres as production DB.
YAML
mit
krisimmig/mytopten,krisimmig/mytopten,kirillis/mytopten,krisimmig/mytopten,kirillis/mytopten,kirillis/mytopten
677f624f469f8bcb156fc5878c144b84bbfc0a43
config/database.yml
config/database.yml
mysql2: &mysql2 adapter: mysql2 encoding: utf8 development: &development <<: *mysql2 host: <%= ENV['ROOMS_DB_HOST'] %> database: <%= ENV['ROOMS_DB_DATABASE'] %> username: <%= ENV['ROOMS_DB_USER'] %> password: <%= ENV['ROOMS_DB_PASSWORD'] %> test: <<: *development qa: <<: *development staging: <<: *development production: <<: *development
mysql2: &mysql2 adapter: mysql2 encoding: utf8 development: &development <<: *mysql2 host: <%= ENV['ROOMS_DB_HOST'] %> database: <%= ENV['ROOMS_DB_DATABASE'] %> username: <%= ENV['ROOMS_DB_USER'] %> password: <%= ENV['ROOMS_DB_PASSWORD'] %> test: <<: *development host: <%= ENV['ROOMS_DB_HOST'] %> database: <%= ENV['ROOMS_DB_DATABASE'] %> username: <%= (ENV['ROOMS_DB_USER'] || ENV['JENKINS_DB_USER'] || 'root') %> password: <%= (ENV['ROOMS_DB_PASSWORD'] || ENV['JENKINS_DB_PASSWORD'] || '') %> qa: <<: *development staging: <<: *development production: <<: *development
Use local db for test
Use local db for test
YAML
mit
NYULibraries/rooms,NYULibraries/rooms,NYULibraries/rooms,NYULibraries/rooms
4fb99926fa42a0d6ba7f92acead260f05b245f80
metadata/de.k3b.android.calef.yml
metadata/de.k3b.android.calef.yml
Categories: - Time - System License: GPL-3.0-or-later AuthorName: k3b SourceCode: https://github.com/k3b/CalEF IssueTracker: https://github.com/k3b/CalEF/issues Changelog: https://github.com/k3b/CalEF/releases Donate: https://f-droid.org/donate AutoName: 'CalEF: Calendar Entry Formatter' RepoType: git Repo: https://github.com/k3b/CalEF Builds: - versionName: 1.0.1 versionCode: 2 commit: b0d5b59fb20d13b42d27c55e7d3bf09578ed8fa9 subdir: app gradle: - yes - versionName: 1.1.0 versionCode: 3 commit: cc34092e41bf6ee15f985c61ff3641eb0e00ee3f subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 1.1.0 CurrentVersionCode: 3
Categories: - Time - System License: GPL-3.0-or-later AuthorName: k3b SourceCode: https://github.com/k3b/CalEF IssueTracker: https://github.com/k3b/CalEF/issues Changelog: https://github.com/k3b/CalEF/releases Donate: https://f-droid.org/donate AutoName: 'CalEF: Calendar Entry Formatter' RepoType: git Repo: https://github.com/k3b/CalEF Builds: - versionName: 1.0.1 versionCode: 2 commit: b0d5b59fb20d13b42d27c55e7d3bf09578ed8fa9 subdir: app gradle: - yes - versionName: 1.1.0 versionCode: 3 commit: cc34092e41bf6ee15f985c61ff3641eb0e00ee3f subdir: app gradle: - yes - versionName: 1.1.1 versionCode: 4 commit: f5a5febe67fc23a6d677d1fa3740782079a67b1a subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 1.1.1 CurrentVersionCode: 4
Update CalEF: Calendar Entry Formatter to 1.1.1 (4)
Update CalEF: Calendar Entry Formatter to 1.1.1 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
e05844f4c1c2c5a72ce9c1f369437a2ef9a162a8
config/keystorm.yml
config/keystorm.yml
defaults: &defaults cloud: opennebula opennebula: endpoint: http://localhost:2633/RPC2 secret: oneadmin:opennebula api-call-timeout: 3h log_level: debug token_cipher: AES-128-CBC token_key: abcdefghijklmnopqrstuvwxyz token_iv: zyxwvutsrqponmlkjihgfedcba oidc: matcher: urn:mace:egi.eu:aai.egi.eu:{role}@{group} voms: default_email: nomail@nomail.com production: <<: *defaults log_level: info development: <<: *defaults test: <<: *defaults
defaults: &defaults cloud: opennebula opennebula: endpoint: http://localhost:2633/RPC2 secret: oneadmin:opennebula api-call-timeout: 3h log_level: debug token_cipher: AES-128-CBC token_key: abcdefghijklmnop token_iv: zyxwvutsrqponmlk oidc: matcher: urn:mace:egi.eu:aai.egi.eu:{role}@{group} voms: default_email: nomail@nomail.com production: <<: *defaults log_level: info development: <<: *defaults test: <<: *defaults
Fix token key/iv length (Ruby 2.4+)
Fix token key/iv length (Ruby 2.4+)
YAML
apache-2.0
Misenko/keystorm,the-rocci-project/keystorm,dudoslav/keystorm,dudoslav/keystorm,the-rocci-project/keystorm,Misenko/keystorm
c1b8e00fcfa79af91e5478e012e5c5d2f5f6858a
config/newrelic.yml
config/newrelic.yml
common: &default_settings license_key: '<%= ENV["NEW_RELIC_LICENSE_KEY"] %>' app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> monitor_mode: true developer_mode: false log_level: info ssl: false apdex_t: 0.5 browser_monitoring: auto_instrument: true development: <<: *default_settings monitor_mode: false developer_mode: true test: <<: *default_settings monitor_mode: false production: <<: *default_settings monitor_mode: true staging: <<: *default_settings monitor_mode: true app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging)
common: &default_settings license_key: '<%= ENV["NEW_RELIC_LICENSE_KEY"] %>' app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> monitor_mode: true developer_mode: false dispatcher: 'puma' log_level: info ssl: false apdex_t: 0.5 browser_monitoring: auto_instrument: true development: <<: *default_settings monitor_mode: false developer_mode: true test: <<: *default_settings monitor_mode: false production: <<: *default_settings monitor_mode: true staging: <<: *default_settings monitor_mode: true app_name: <%= ENV["NEW_RELIC_APP_NAME"] %> (Staging)
Configure New Relic to recognize Puma
Configure New Relic to recognize Puma
YAML
mit
jbhannah/bestsigs-wow-cacher,jbhannah/bestsigs-wow-cacher
96624a4f3bc8302bc2fbefe401a6547f84dd8f7a
.gitlab-ci.yml
.gitlab-ci.yml
image: fedora:rawhide variables: DEPENDENCIES: gcc automake autoconf autoconf-archive libtool glibc-devel glib-devel gtk-doc gobject-introspection-devel libcanberra-devel vala DEPENDENCIES_ABI_CHECK: libabigail LAST_ABI_BREAK: "a86946b494aa32782b3f6334344d07b5c11d5219" build_stable: before_script: - dnf update -y --nogpgcheck - dnf install -y --nogpgcheck $DEPENDENCIES script: - mkdir _build - cd _build - ../autogen.sh --prefix=/usr --sysconfdir=/etc --enable-vala=yes --enable-gtk-doc --enable-introspection - make - make install - cd .. # Check on ABI - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash - dnf install -y $DEPENDENCIES_ABI_CHECK - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
image: fedora:rawhide variables: DEPENDENCIES: gcc meson git glibc-devel glib-devel gtk-doc gobject-introspection-devel libcanberra-devel vala DEPENDENCIES_ABI_CHECK: automake autoconf autoconf-archive libabigail libtool LAST_ABI_BREAK: "a86946b494aa32782b3f6334344d07b5c11d5219" build_stable: before_script: - dnf update -y --nogpgcheck - dnf install -y --nogpgcheck $DEPENDENCIES script: - meson . _build --prefix=/usr -Dgtk_doc=true -Dintrospection=true -Denable_vala=true - ninja -C _build - ninja -C _build install - ninja -C _build dist # Check on ABI - curl https://gitlab.freedesktop.org/hadess/check-abi/-/raw/main/contrib/check-abi-fedora.sh | bash - dnf install -y $DEPENDENCIES_ABI_CHECK - check-abi ${LAST_ABI_BREAK} $(git rev-parse HEAD)
Update CI to use meson
ci: Update CI to use meson
YAML
lgpl-2.1
GNOME/gsound,GNOME/gsound
a49c1560079ecfcfb941ed6e93436bec7326ee3f
.gitlab-ci.yml
.gitlab-ci.yml
image: tetraweb/php stages: - test - deploy before_script: - apt-get update - apt-get install zip unzip test: stage: test script: - cd api - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - php composer-setup.php - php -r "unlink('composer-setup.php');" - php composer.phar update - composer install - cd Tests - phpunit - cd ../../ci - bash build_zip.sh #- php deploy_release_to_github.php deploy: when: manual stage: deploy script: - ls - php -r "echo 'Hello, world!';"
image: tetraweb/php stages: - test - deploy before_script: - apt-get update - apt-get install zip unzip - cd api - php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - php composer-setup.php - php -r "unlink('composer-setup.php');" - php composer.phar update - composer install test: stage: test script: - cd api - phpunit deploy: when: manual stage: deploy script: - cd ../ci - bash build_zip.sh artifacts: paths: - release.zip
Fix up the build steps
Fix up the build steps
YAML
mit
mkoch227/Mods-for-HESK,mkoch227/Mods-for-HESK,mkoch227/Mods-for-HESK
2cd2c669fe6ab07bd5f05c5c14a1cb6db3551b9e
.gitlab-ci.yml
.gitlab-ci.yml
before_script: - apt-get update -qy - apt-get install -y python - test -d fdroidserver && rm -rf fdroidserver - git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10 - export PATH="$PATH:$PWD/fdroidserver" metadata_check: script: - fdroid readmeta
before_script: - apt-get update -qy - apt-get install -y python python-requests python-magic - test -d fdroidserver && rm -rf fdroidserver - git clone https://gitlab.com/fdroid/fdroidserver.git fdroidserver --depth=10 - export PATH="$PATH:$PWD/fdroidserver" metadata_check: script: - fdroid readmeta
Add deps necessary for fdroid readmeta
Add deps necessary for fdroid readmeta
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata,f-droid/fdroid-data
62c11ed57158f3739bbd474594a0ca6c2b3c0857
.gitlab-ci.yml
.gitlab-ci.yml
image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0 variables: DOCKER_DRIVER: overlay services: - docker:1.12-dind before_script: - curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker - export DOCKER_HOST=${DOCKER_PORT} - docker info > /dev/null build: tags: - docker script: - make verify images except: - master - tags master_push: tags: - docker script: - mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json - make verify - make images_push APP_VERSION="${CI_BUILD_REF_SLUG}-${CI_PIPELINE_ID}" - make images_push APP_VERSION="canary" only: - master release_push: tags: - docker script: - mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json - make verify - make images_push APP_VERSION="${CI_COMMIT_TAG}" only: - tags
image: eu.gcr.io/jetstack-build-infra-images/bazelbuild:v20181107-8aac55d-0.18.0 variables: DOCKER_DRIVER: overlay DOCKER_HOST: tcp://localhost:2375 services: - docker:1.12-dind before_script: - curl -L "https://get.docker.com/builds/Linux/x86_64/docker-1.9.1.tgz" | tar -C /usr/bin -xvzf- --strip-components=3 usr/local/bin/docker - docker info > /dev/null build: tags: - docker script: - make verify images except: - master - tags master_push: tags: - docker script: - mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json - make verify - make images_push APP_VERSION="${CI_BUILD_REF_SLUG}-${CI_PIPELINE_ID}" - make images_push APP_VERSION="canary" only: - master release_push: tags: - docker script: - mkdir -p ~/.docker && echo "${DOCKER_AUTH_CONFIG}" > ~/.docker/config.json && chmod 600 ~/.docker/config.json - make verify - make images_push APP_VERSION="${CI_COMMIT_TAG}" only: - tags
Add DOCKER_HOST env var to gitlab build
Add DOCKER_HOST env var to gitlab build Signed-off-by: James Munnelly <474ba67bdb289c6263b36dfd8a7bed6c85b04943@munnelly.eu>
YAML
apache-2.0
jetstack/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager,jetstack/cert-manager,jetstack/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager,jetstack-experimental/cert-manager,cert-manager/cert-manager
54b6f28adb717e37e9da8e90f186399910a397ee
.gitlab-ci.yml
.gitlab-ci.yml
include: - project: 'prodsec/scp-scanning/gitlab-checkmarx' ref: latest file: '/templates/.sast_scan.yml' image: name: "openjdk:11.0.11-9-jdk" stages: - build - verify - release build: stage: build script: - ./mvnw clean package -DskipTests=true - ./mvnw verify sast-scan: stage: verify rules: - if: '$CI_COMMIT_REF_NAME == "main"' extends: .sast_scan variables: SAST_SCANNER: "Semgrep" # Fail build on high severity security vulnerabilities alert_mode: "policy" snapshot: stage: release rules: - if: '$CI_COMMIT_REF_NAME == "master"' script: - ./deploy.sh snapshot release: stage: release rules: - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+.*/' script: - ./deploy.sh release
include: - project: 'prodsec/scp-scanning/gitlab-checkmarx' ref: latest file: '/templates/.sast_scan.yml' image: name: "openjdk:11.0.11-9-jdk" stages: - build - verify - release build: stage: build script: - ./mvnw clean package -DskipTests=true - ./mvnw verify sast-scan: stage: verify rules: - if: '$CI_COMMIT_REF_NAME == "master"' extends: .sast_scan variables: SAST_SCANNER: "Semgrep" # Fail build on high severity security vulnerabilities alert_mode: "policy" snapshot: stage: release rules: - if: '$CI_COMMIT_REF_NAME == "master"' script: - ./deploy.sh snapshot release: stage: release rules: - if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+.*/' script: - ./deploy.sh release
Fix branch name in GL CI
Fix branch name in GL CI
YAML
apache-2.0
signalfx/signalfx-java,signalfx/signalfx-java,signalfx/signalfx-java
10385fa2e2be981f57ea6d249b26d5d150aa8f00
tmuxinator/resume.yml
tmuxinator/resume.yml
# ~/.tmuxinator/resume.yml name: resume root: ~/ruby/resume # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: eval "$(chruby $(cat .ruby-version))" pre_window: asdf local ruby 2.4.1 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf # Change the command to call tmux. This can be used by derivatives/wrappers like byobu. # tmux_command: byobu # Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used. startup_window: editor windows: - editor: vim - specs: bin/guard -w lib spec - console: bin/console
# ~/.tmuxinator/resume.yml name: resume root: ~/ruby/resume # Optional tmux socket # socket_name: foo # Runs before everything. Use it to start daemons etc. # pre: sudo /etc/rc.d/mysqld start # Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. # pre_window: eval "$(chruby $(cat .ruby-version))" pre_window: asdf local ruby 2.4.1 # Pass command line options to tmux. Useful for specifying a different tmux.conf. # tmux_options: -f ~/.tmux.mac.conf # Change the command to call tmux. This can be used by derivatives/wrappers like byobu. # tmux_command: byobu # Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used. startup_window: editor windows: - editor: vim - specs: bin/guard -w lib spec - console: bin/console # Basic Ruby server for running the GitPitch presentation offline. # Assumes that you'll download the offline version of the presentation # into the Downloads directory. - pitch: root: ~/Downloads panes: - ruby -run -e httpd . -p8000
Add in a window for local running of a Ruby server for offline GitPitch presentations
Add in a window for local running of a Ruby server for offline GitPitch presentations
YAML
mit
paulfioravanti/dotfiles,paulfioravanti/dotfiles,paulfioravanti/dotfiles
b7b8750834599de244cb9248e41f1703fecb8d4d
packages/mt/mtl-tf.yaml
packages/mt/mtl-tf.yaml
homepage: '' changelog-type: '' hash: c437eed65dc4cfa013b2daf164031242f1075c8c63ba483aac3f68283ee40d64 test-bench-deps: {} maintainer: trevor@galois.com synopsis: Monad transformer library using type families changelog: '' basic-deps: base: -any all-versions: - '0.1' author: Andy Gill latest: '0.1' description-type: haddock description: ! 'A port of the mtl to type families. A monad transformer library, inspired by the paper /Functional Programming with Overloading and Higher-Order Polymorphism/, by Mark P Jones (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>), Advanced School of Functional Programming, 1995.' license-name: BSD3
homepage: '' changelog-type: '' hash: 0ecf9fc9c848b8f6d41b14968fd856bb504a03395eb068dd471cc5102cecaf6f test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Monad Transformer Library with Type Families changelog: '' basic-deps: base: ! '>=4.7 && <5' transformers: ! '>=0.4 && <0.6' all-versions: - '0.1' - '0.2.0.0' author: Andy Gill, M Farkas-Dyck latest: '0.2.0.0' description-type: haddock description: ! 'A port of the mtl to type families. A monad transformer library, inspired by the paper /Functional Programming with Overloading and Higher-Order Polymorphism/, by Mark P Jones (<http://web.cecs.pdx.edu/~mpj/pubs/springschool.html>), Advanced School of Functional Programming, 1995.' license-name: BSD3
Update from Hackage at 2018-01-21T21:25:19Z
Update from Hackage at 2018-01-21T21:25:19Z
YAML
mit
commercialhaskell/all-cabal-metadata
82354d12a6d46a48427672bb47e42e7e48bb1f78
packages/st/stagen.yaml
packages/st/stagen.yaml
homepage: '' changelog-type: '' hash: c728447961ef6ebcdeeed3f55955bac44550343e5a324fab12f754acd98053f1 test-bench-deps: {} maintainer: Joe Vargas synopsis: Static site generator changelog: '' basic-deps: markdown: -any lucid: -any bytestring: -any filemanip: -any base: ! '>=4.7 && <5' text: -any parsec: -any data-default: -any stagen: -any mtl: -any blaze-html: -any optparse-applicative: -any parallel: -any aeson: -any directory: -any all-versions: - '0.0.0' author: '' latest: '0.0.0' description-type: markdown description: ! '# stagen ' license-name: BSD3
homepage: '' changelog-type: '' hash: 434547e8dd69a3ad867b925817b9274cf8505163bd88942b804b4aff663f0b18 test-bench-deps: {} maintainer: Joe Vargas synopsis: Static site generator changelog: '' basic-deps: markdown: -any lucid: -any bytestring: -any filemanip: -any base: ! '>=4.7 && <5' text: -any parsec: -any data-default: -any stagen: -any mtl: -any blaze-html: -any optparse-applicative: -any parallel: -any aeson: -any directory: -any all-versions: - '0.0.0' - '0.1.0' author: '' latest: '0.1.0' description-type: markdown description: ! '# stagen ' license-name: BSD3
Update from Hackage at 2018-01-14T16:05:23Z
Update from Hackage at 2018-01-14T16:05:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
82780cc1cd3475bebba5a3d61553861354dd1a59
.github/workflows/build.yaml
.github/workflows/build.yaml
name: build on: [push, pull_request] jobs: run-test: runs-on: macOS-latest strategy: matrix: destination: [ 'macOS', 'iOS', 'tvOS' ] steps: - uses: actions/checkout@v1 - uses: actions/cache@v1 id: bundler-cache with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ${{ runner.os }}-gems- - name: Bundle setup run: bundle config path vendor/bundle - name: Bundle install if: steps.bundler-cache.outputs.cache-hit != 'true' run: bundle install --jobs 4 --retry 3 - name: Run tests run: bundle exec fastlane test_${{ matrix.destination }}
name: build on: [push, pull_request] jobs: run-test: runs-on: macos-11 strategy: matrix: destination: [ 'macOS', 'iOS', 'tvOS' ] steps: - uses: actions/checkout@v1 - uses: actions/cache@v1 id: bundler-cache with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }} restore-keys: | ${{ runner.os }}-gems- - name: Bundle setup run: bundle config path vendor/bundle - name: Bundle install if: steps.bundler-cache.outputs.cache-hit != 'true' run: bundle install --jobs 4 --retry 3 - name: Run tests run: bundle exec fastlane test_${{ matrix.destination }}
Upgrade to latest macOS CI
Upgrade to latest macOS CI
YAML
mit
onevcat/APNGKit,onevcat/APNGKit
a46fee4b0e900990a08381502af436dd1952a547
.forestry/front_matter/templates/post.yml
.forestry/front_matter/templates/post.yml
--- label: Post hide_body: false fields: - type: text name: title label: Title - type: text name: layout label: layout config: required: true default: post hidden: true pages: - _posts/Test.md
--- label: Post hide_body: false fields: - type: text name: title label: Title - type: text name: layout label: layout config: required: true default: post hidden: false pages: - _posts/Test.md
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io
b75c77d9b93584f3cf5e1d8dc6c3895ce2cc53e3
.github/workflows/deploy.yml
.github/workflows/deploy.yml
name: Deploy on: push: tags: - v* jobs: build-and-push: name: Build and Push runs-on: ubuntu-latest env: REGISTRY: registry.digitalocean.com NAME: ghost/gscan steps: - uses: actions/checkout@v1 - name: Get version run: echo "::set-env name=IMAGE_VERSION::$(git describe --tags)" - name: Publish to DigitalOcean Registry uses: elgohr/Publish-Docker-Github-Action@2.14 with: registry: ${{ env.REGISTRY }} name: ${{ env.NAME }} dockerfile: .github/deploy/Dockerfile username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tags: "latest,${{ env.IMAGE_VERSION }}" - uses: matootie/dokube@v1.3.0 with: personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }} clusterName: ${{ secrets.CLUSTER_NAME }} - name: Update deployment run: kubectl set image deployment/gscan gscan=${{ env.REGISTRY }}/${{ env.NAME }}:${{ env.IMAGE_VERSION }}
name: Deploy on: push: tags: - v* jobs: build-and-push: name: Build and Push runs-on: ubuntu-latest env: REGISTRY: registry.digitalocean.com NAME: ghost/gscan steps: - uses: actions/checkout@v2 - name: Get version run: echo "::set-env name=IMAGE_VERSION::$(git describe --tags)" - name: Publish to DigitalOcean Registry uses: elgohr/Publish-Docker-Github-Action@2.14 with: registry: ${{ env.REGISTRY }} name: ${{ env.NAME }} dockerfile: .github/deploy/Dockerfile username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} tags: "latest,${{ env.IMAGE_VERSION }}" - uses: matootie/dokube@v1.3.0 with: personalAccessToken: ${{ secrets.DIGITALOCEAN_TOKEN }} clusterName: ${{ secrets.CLUSTER_NAME }} - name: Update deployment run: kubectl set image deployment/gscan gscan=${{ env.REGISTRY }}/${{ env.NAME }}:${{ env.IMAGE_VERSION }}
Update actions/checkout action to v2
Update actions/checkout action to v2
YAML
mit
TryGhost/gscan
451d0e4d49b02346a9b60e65849e5f9e7f9a01c0
.github/workflows/code-quality-checks.yml
.github/workflows/code-quality-checks.yml
name: Code quality checks on: push: branches: - main pull_request: jobs: code_quality: name: Check code quality runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9] steps: - name: Checkout repository 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: sh bin/cicd_install.sh - name: Check code formatting run: make formatcheck - name: Check for linter errors run: make lint - name: Check docstring formatting run: make doccheck - name: Check doc site build run: make docs - name: Check type annotations run: make typecheck - name: Run tests run: make test - name: Check code coverage run: make covcheck
name: Code quality checks on: push: branches: - main pull_request: jobs: code_quality: name: Check code quality runs-on: ubuntu-latest strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: [3.6, 3.7, 3.8, 3.9] steps: - name: Checkout repository 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: sh bin/cicd_install.sh - name: Check code formatting run: make formatcheck - name: Check for linter errors run: make lint - name: Check docstring formatting run: make doccheck - name: Check doc site build run: make docs - name: Check type annotations run: make typecheck - name: Run tests run: make test - name: Check code coverage run: make covcheck - name: Check build run: poetry build
Add build validation to CI
Add build validation to CI
YAML
bsd-3-clause
nkantar/Parsenvy
aa7150ed8b4a53796fa23df8407634f0720c422e
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: Node.js CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [12.x, 14.x, 16.x, 17.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run test:ci env: CI: true
name: Node.js CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [14.x, 16.x, 17.x, 18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run test:ci env: CI: true
Add node v18; remove node v12
Add node v18; remove node v12
YAML
mit
timbeadle/cfpathcheck
d0dd61e3645cc2918d539d9fa20975edc0b28f6b
recipes/jupyter_client/meta.yaml
recipes/jupyter_client/meta.yaml
{% set version = "5.0.0" %} package: name: jupyter_client version: {{ version }} source: fn: jupyter_client-{{ version }}.tar.gz url: https://pypi.io/packages/source/j/jupyter_client/jupyter_client-{{ version }}.tar.gz sha256: 2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b build: number: 0 script: pip install --no-deps . entry_points: - jupyter-kernelspec = jupyter_client.kernelspecapp:KernelSpecApp.launch_instance - jupyter-run = jupyter_client.runapp:main requirements: build: - python - pip run: - python - traitlets - jupyter_core - python-dateutil >=2.1 - pyzmq >=13 test: commands: - jupyter kernelspec -h - jupyter run -h imports: - jupyter_client about: home: http://jupyter.org license: BSD 3-clause license_file: COPYING.md summary: jupyter_client contains the reference implementation of the Jupyter protocol.
{% set version = "5.0.1" %} package: name: jupyter_client version: {{ version }} source: fn: jupyter_client-{{ version }}.tar.gz url: https://pypi.io/packages/source/j/jupyter_client/jupyter_client-{{ version }}.tar.gz sha256: 1fe573880b5ca4469ed0bece098f4b910c373d349e12525e1ea3566f5a14536b build: number: 0 script: pip install --no-deps . entry_points: - jupyter-kernelspec = jupyter_client.kernelspecapp:KernelSpecApp.launch_instance - jupyter-run = jupyter_client.runapp:main requirements: build: - python - pip run: - python - traitlets - jupyter_core - python-dateutil >=2.1 - pyzmq >=13 test: commands: - jupyter kernelspec -h - jupyter run -h imports: - jupyter_client about: home: http://jupyter.org license: BSD 3-clause license_file: COPYING.md summary: jupyter_client contains the reference implementation of the Jupyter protocol.
Update jupyter_client recipe to version 5.0.1
Update jupyter_client recipe to version 5.0.1
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
0f5faf12c68eecdcf26a519f6398f3d7a7fed887
packages/ty/type-combinators.yaml
packages/ty/type-combinators.yaml
homepage: https://github.com/kylcarte/type-combinators changelog-type: '' hash: 2a5f2209d4d26a9803c370fd8d19e3d7c80a5b0e190d4a3fdeb46e9a1f74c440 test-bench-deps: {} maintainer: kylcarte@gmail.com synopsis: A collection of data types for type-level programming changelog: '' basic-deps: base: ! '>=4.8 && <4.9' containers: -any mtl: -any transformers: -any template-haskell: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.2.0' - '0.1.2.1' author: Kyle Carter latest: '0.1.2.1' description-type: haddock description: '' license-name: BSD3
homepage: https://github.com/kylcarte/type-combinators changelog-type: '' hash: 1f1eeab7967603cd13de091eaa233ac39ca4b14769b823305895901952e9e427 test-bench-deps: {} maintainer: kylcarte@gmail.com synopsis: A collection of data types for type-level programming changelog: '' basic-deps: base: ! '>=4.8 && <4.9' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.2.0' - '0.1.2.1' - '0.2.0.0' author: Kyle Carter latest: '0.2.0.0' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2015-12-11T15:16:52+0000
Update from Hackage at 2015-12-11T15:16:52+0000
YAML
mit
commercialhaskell/all-cabal-metadata
454dd64c9ec65727fa204296ec307d4ac8e446b8
recipes/visan/meta.yaml
recipes/visan/meta.yaml
{% set version = "4.3" %} package: name: visan version: {{ version }} source: git_url: https://github.com/stcorp/visan.git git_rev: bd8dbbf8d3725838fceb5317d65bdf2635b5d1f2 build: number: 0 requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - cmake - make # [not win] host: - proj >=8.2 - python - vtk >=9.1 run: - coda - harp - numpy - proj >=8.2 - python - vtk >=9.1 - wxpython test: imports: - visan.app - visan.plot.visanplot app: entry: visan icon: logo.png summary: Visualization and Analysis application of the Atmospheric Toolbox about: home: https://github.com/stcorp/visan license: BSD-3-Clause-Clear license_family: BSD license_file: COPYING summary: Visualization and Analysis application of the Atmospheric Toolbox extra: recipe-maintainers: - srepmub - svniemeijer
{% set version = "4.3" %} package: name: visan version: {{ version }} source: git_url: https://github.com/stcorp/visan.git git_rev: b22d9a88139ed3b7783b54ad23db0fca20fc906c build: number: 0 requirements: build: - {{ compiler('c') }} - {{ compiler('cxx') }} - cmake - make # [not win] host: - mesalib # [linux] - proj >=8.2 - python - vtk >=9.1 run: - coda - harp - numpy - proj >=8.2 - python - vtk >=9.1 - wxpython test: imports: - visan.app - visan.plot.visanplot app: entry: visan icon: logo.png summary: Visualization and Analysis application of the Atmospheric Toolbox about: home: https://github.com/stcorp/visan license: BSD-3-Clause-Clear license_family: BSD license_file: COPYING summary: Visualization and Analysis application of the Atmospheric Toolbox extra: recipe-maintainers: - srepmub - svniemeijer
Use latest visan version and add mesalib as dependency for linux
Use latest visan version and add mesalib as dependency for linux
YAML
bsd-3-clause
jakirkham/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,johanneskoester/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,ocefpaf/staged-recipes,ReimarBauer/staged-recipes,hadim/staged-recipes
7ff77d21ae0caf4bb7e6f5df1318894a133cb98a
.dependabot/config.yml
.dependabot/config.yml
version: 1 update_configs: - package_manager: "javascript" directory: "/" update_schedule: "weekly" automerged_updates: - match: dependency_type: "all" update_type: "in_range"
version: 1 update_configs: - package_manager: "javascript" directory: "/" update_schedule: "monthly" automerged_updates: - match: dependency_type: "all" update_type: "in_range"
Change dependabot to monthly update
Change dependabot to monthly update * Weekly seems a little needy
YAML
mit
cahamilton/music-mashup,cahamilton/music-mashup
dcc2c5992af59bcb459fed2764a43511c034a4ee
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: admin webhook_url: sections: - type: heading label: Main Content - type: directory path: content/tool label: Tool create: all match: "**/*" templates: - tool - type: directory path: content/showcase label: Showcase create: all match: "**/*" templates: - showcase - type: directory path: content/video label: Video create: all match: "**/*" templates: - video - type: directory path: content/link label: Link create: all match: "**/*" templates: - link - type: directory path: content/event label: Event create: all match: "**/*" - type: directory path: content/article label: Article create: all match: "**/*" templates: - article - type: directory path: data label: Data create: none match: "**/*.{json,yaml,yml,toml}" - type: heading label: Internal Content - type: directory path: content label: Pages create: all match: "*" - type: directory path: content/about label: About create: all match: "**/*" upload_dir: static/uploads public_path: "/uploads" front_matter_path: "/uploads" use_front_matter_path: false file_template: ":filename:" version: 0.42.1
--- new_page_extension: md auto_deploy: false admin_path: admin webhook_url: sections: - type: heading label: Main Content - type: directory path: content/tool label: Tool create: all match: "**/*" templates: - tool - type: directory path: content/showcase label: Showcase create: all match: "**/*" templates: - showcase - type: directory path: content/video label: Video create: all match: "**/*" templates: - video - type: directory path: content/link label: Link create: all match: "**/*" templates: - link - type: heading label: Secondary Content - type: directory path: content/event label: Event create: all match: "**/*" - type: directory path: content/article label: Article create: all match: "**/*" templates: - article - type: directory path: data label: Data create: none match: "**/*.{json,yaml,yml,toml}" - type: heading label: Internal Content - type: directory path: content label: Pages create: all match: "*" - type: directory path: content/about label: About create: all match: "**/*" upload_dir: static/uploads public_path: "/uploads" front_matter_path: "/uploads" use_front_matter_path: false file_template: ":filename:" version: 0.42.1
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
thenewdynamic-org/thenewdynamic.org,thenewdynamic-org/thenewdynamic.org,budparr/thenewdynamic,budparr/thenewdynamic,budparr/thenewdynamic
cb2c034d64825570eaff64de17f5c96652b83922
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: directory path: _drafts label: Drafts create: documents match: "**/*" - type: jekyll-pages label: Pages create: all upload_dir: images public_path: '' front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_command: 'bundle exec jekyll build --drafts --unpublished --future -d _site ' publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: directory path: _drafts label: Drafts create: documents match: "**/*" - type: jekyll-pages label: Pages create: all upload_dir: images public_path: "/images" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_command: 'bundle exec jekyll build --drafts --unpublished --future -d _site ' publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
962fa7f5e0e769fdf9a943eea532b73bdd3feb53
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: html auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all new_doc_ext: html templates: - blog-post upload_dir: assets/images public_path: assets/images front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: jekyll serve --drafts --unpublished --future --port 8080 --host 0.0.0.0 -d _site
--- new_page_extension: html auto_deploy: false admin_path: '' webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all new_doc_ext: html templates: - blog-post upload_dir: assets/images public_path: assets/images front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_env: - JEKYLL_ENV=staging preview_output_directory: _site preview_docker_image: forestryio/ruby:2.6 mount_path: "/srv" working_dir: "/srv" instant_preview_command: jekyll serve --watch
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
cc0-1.0
david-hc/david-hc.github.io
4ce0889c81c95557c1db740099725be7e5137d1a
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all - type: directory path: _books2 label: Books2 create: all match: "**/*" - type: directory path: _media label: Media create: all match: "**/*" upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:"
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all - type: directory path: _books2 label: Books2 create: all match: "**/*" - type: directory path: _media label: Media create: all match: "**/*" upload_dir: assets/uploads public_path: assets/uploads front_matter_path: '' use_front_matter_path: false file_template: ":filename:"
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io,johnpitchko/johnpitchko.github.io
392a643137f20063a40284b50e15d024a3cd28c2
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: weekly open-pull-requests-limit: 10 target-branch: master reviewers: - MarkEWaite labels: - dependencies ignore: - dependency-name: com.github.ben-manes.caffeine:caffeine # caffeine 3.0.0 and later requires JDK 11 versions: - ">= 3.0.0"
version: 2 updates: - package-ecosystem: maven directory: "/" schedule: interval: weekly open-pull-requests-limit: 10 target-branch: master reviewers: - MarkEWaite labels: - dependencies ignore: - dependency-name: com.github.ben-manes.caffeine:caffeine # caffeine 3.0.0 and later requires JDK 11 versions: - ">= 3.0.0" - package-ecosystem: github-actions directory: / schedule: interval: daily
Check github actions for dependency updates
Check github actions for dependency updates
YAML
mit
jenkinsci/git-plugin,MarkEWaite/git-plugin,jenkinsci/git-plugin,martinda/git-plugin,jenkinsci/git-plugin,MarkEWaite/git-plugin,martinda/git-plugin,martinda/git-plugin,MarkEWaite/git-plugin,jenkinsci/git-plugin,MarkEWaite/git-plugin
a6f0dd229900b0119f174644fac7744dc8edafcb
devtools/conda-recipe/meta.yaml
devtools/conda-recipe/meta.yaml
package: name: perses-dev version: !!str 0.0.0 source: path: ../../ build: preserve_egg_dir: True number: 0 requirements: build: - python - setuptools - openmm >=6.3 - numpy - scipy #- openmoltools #- alchemy run: - python - openmm >=6.3 - numpy - scipy #- openmoltools #- alchemy test: requires: - nose imports: - perses about: home: https://github.com/choderalab/perses license: GNU Lesser General Public License v2 or later (LGPLv2+)
package: name: perses-dev version: !!str 0.0.0 source: path: ../../ build: preserve_egg_dir: True number: 0 requirements: build: - python - setuptools - openmm >=6.3 - numpy - scipy - openmoltools - alchemy run: - python - openmm >=6.3 - numpy - scipy - openmoltools - alchemy test: requires: - nose imports: - perses about: home: https://github.com/choderalab/perses license: GNU Lesser General Public License v2 or later (LGPLv2+)
Add alchemy and openmmtools packages to conda requirements
Add alchemy and openmmtools packages to conda requirements
YAML
mit
choderalab/perses,choderalab/perses
5be73b9bb250aeda12af0327f3d393705e39a3dd
plugins/openstack/tasks/keys.yml
plugins/openstack/tasks/keys.yml
# This is needed for os_keypair as it uses public key - name: Retrieve public key from private key command: "ssh-keygen -y -f {{ provision.key.file }}" register: public_key_content when: not provision.key.name - name: Add keypair os_keypair: cloud: "{{ provision.cloud | default(omit) }}" name: "{{ prefix }}{{ provision.key.file | basename }}" public_key: "{{ public_key_content.stdout }}" state: present register: key when: not public_key_content|skipped - name: register keypair vars: input: keypairs: # use default to avoid warnings on skip - "{{ key.key|default('') }}" include: register_resources_file.yml when: not public_key_content|skipped
# This is needed for os_keypair as it uses public key # By loading the .pub file we allow use of crypted private keys. - name: Retrieve public key from private key shell: | if [[ -f {{ provision.key.file }}.pub ]]; then cat {{ provision.key.file }}.pub else ssh-keygen -y -f {{ provision.key.file }} fi register: public_key_content when: not provision.key.name changed_when: false - name: Add keypair os_keypair: cloud: "{{ provision.cloud | default(omit) }}" name: "{{ prefix }}{{ provision.key.file | basename }}" public_key: "{{ public_key_content.stdout }}" state: present register: key when: not public_key_content|skipped - name: register keypair vars: input: keypairs: # use default to avoid warnings on skip - "{{ key.key|default('') }}" include: register_resources_file.yml when: not public_key_content|skipped
Use pub key when available
Use pub key when available Allows use of crypted keys by reusing existing pub keys. Change-Id: Ie6d8447d6030f3a63fd3d4baff4f2817cd1cf006
YAML
apache-2.0
redhat-openstack/infrared,redhat-openstack/infrared,redhat-openstack/infrared,okolisny/InfraRed,okolisny/InfraRed,okolisny/InfraRed
1cbe7aa7b57b538d5581cb94a0ba1750dcb6f9b9
packages/de/dequeue.yaml
packages/de/dequeue.yaml
homepage: '' changelog-type: '' hash: 17e79aed1560e9cd7b60b2811384e85e8ee4be390384af27021d7632c48f5464 test-bench-deps: {} maintainer: Henry Bucklow <henry@elsie.org.uk> synopsis: A typeclass and an implementation for double-ended queues. changelog: '' basic-deps: base: <5 QuickCheck: ! '>=2' safe: -any all-versions: - '0.1' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' - '0.1.7' author: Henry Bucklow latest: '0.1.7' description-type: haddock description: ! 'A typeclass for double-ended queues, and an implementation of Banker''s Dequeues, as described in Chris Okasaki''s Purely Functional Data Structures.' license-name: BSD3
homepage: '' changelog-type: '' hash: bb732487db5296410985c88e6782bb8d2914c5b789216e0ff634a7cbced62560 test-bench-deps: {} maintainer: Henry Bucklow <henry@elsie.org.uk> synopsis: A typeclass and an implementation for double-ended queues. changelog: '' basic-deps: base: <5 QuickCheck: ! '>=2' safe: -any all-versions: - '0.1' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' - '0.1.5' - '0.1.7' - '0.1.8' author: Henry Bucklow latest: '0.1.8' description-type: haddock description: ! 'A typeclass for double-ended queues, and an implementation of Banker''s Dequeues, as described in Chris Okasaki''s Purely Functional Data Structures.' license-name: BSD3
Update from Hackage at 2015-09-02T09:18:17+0000
Update from Hackage at 2015-09-02T09:18:17+0000
YAML
mit
commercialhaskell/all-cabal-metadata
66cfd4b5eb7a977316acdc283ced378a3cc44a2d
packages/mf/mfsolve.yaml
packages/mf/mfsolve.yaml
homepage: '' changelog-type: '' hash: d1e65c66f3968240cfb5a2f2fac7a7760305dd3b15aa1a8bcbdd7fb2b873bb05 test-bench-deps: base: '>=4 && <5' mfsolve: -any tasty-hunit: '>=0.9' tasty: '>=0.8' maintainer: Kristof Bastiaensen synopsis: Equation solver and calculator à la metafont changelog: '' basic-deps: mtl-compat: '>=0.2.1' base: '>=3 && <5' unordered-containers: '>0.2' mtl: '>=2.1.3' hashable: '>=0.1.2' all-versions: - 0.1.0 - 0.2.0 - 0.3.0 - 0.3.1.0 - 0.3.1.2 - 0.3.2.0 - 0.3.2.1 author: Kristof Bastiaensen latest: 0.3.2.1 description-type: haddock description: |- An equation solver and calculator in the spirit of Metafont. Like metafont, it can solve linear equations, and evaluate nonlinear expressions. In addition to metafont, it also solves for angles, and makes the solution independend of the order of the equations. license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 4a1799fb82e0f2753b3c7db3124ced3bd5a9b9fcd970d6e941a7af404d946824 test-bench-deps: base: '>=4 && <5' mfsolve: -any tasty-hunit: '>=0.9' tasty: '>=0.8' maintainer: Kristof Bastiaensen synopsis: Equation solver and calculator à la metafont changelog: '' basic-deps: mtl-compat: '>=0.2.1' base: '>=3 && <5' unordered-containers: '>0.2' mtl: '>=2.1.3 && <2.3' hashable: '>=0.1.2' all-versions: - 0.1.0 - 0.2.0 - 0.3.0 - 0.3.1.0 - 0.3.1.2 - 0.3.2.0 - 0.3.2.1 author: Kristof Bastiaensen latest: 0.3.2.1 description-type: haddock description: |- An equation solver and calculator in the spirit of Metafont. Like metafont, it can solve linear equations, and evaluate nonlinear expressions. In addition to metafont, it also solves for angles, and makes the solution independend of the order of the equations. license-name: BSD-3-Clause
Update from Hackage at 2022-05-08T01:17:44Z
Update from Hackage at 2022-05-08T01:17:44Z
YAML
mit
commercialhaskell/all-cabal-metadata
05035b83e1535f80f7e13bd5feb04e9aa90e9463
packages/al/alg.yaml
packages/al/alg.yaml
homepage: '' changelog-type: '' hash: b62b8f99060b514fc5828d5f15609a672e47bcb9ab834b21f27c0665b163e364 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.9 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2.2.1' - '0.2.3.0' - '0.2.4.1' - '0.2.4.2' - '0.2.5.0' author: M Farkas-Dyck latest: '0.2.5.0' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: '' hash: d538717f762d50f69790920e2a6d4f2853e420d6c21996d11210b346b4764170 test-bench-deps: {} maintainer: strake888@gmail.com synopsis: Algebraic structures changelog: '' basic-deps: base: ! '>=4.11 && <5' util: ! '>=0.1.9 && <0.2' all-versions: - '0.2.0.0' - '0.2.1.0' - '0.2.2.0' - '0.2.2.1' - '0.2.3.0' - '0.2.4.1' - '0.2.4.2' - '0.2.5.0' - '0.2.6.0' author: M Farkas-Dyck latest: '0.2.6.0' description-type: haddock description: '' license-name: BSD3
Update from Hackage at 2018-08-14T22:55:51Z
Update from Hackage at 2018-08-14T22:55:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
ab19f1777713f61b6063c0dbc5a3803773a7b0f0
deploy/prod.cfg.yml
deploy/prod.cfg.yml
database_url: 'postgres://localhost/cliche' # http://docs.celeryproject.org/en/latest/configuration.html broker_url: 'redis://localhost/1' CELERYBEAT_SCHEDULE: 'tvtropes-sync': task: 'cliche.services.tvtropes.sync' schedule: !!python/object/apply:datetime.timedelta [1, 0, 0] 'wikipedia-sync': task: 'cliche.services.wikipedia.sync' schedule: !!python/object/apply:datetime.timedelta [1, 0, 0] CELERY_TIMEZONE: 'UTC'
database_url: 'postgres://localhost/cliche' # http://docs.celeryproject.org/en/latest/configuration.html broker_url: 'redis://localhost/1' CELERYBEAT_SCHEDULE: 'tvtropes-sync': task: 'cliche.services.tvtropes.crawler.crawl' schedule: !!python/object/apply:datetime.timedelta [1, 0, 0] 'wikipedia-sync': task: 'cliche.services.wikipedia.crawler.crawl' schedule: !!python/object/apply:datetime.timedelta [1, 0, 0] CELERY_TIMEZONE: 'UTC'
Fix sync job endpoint to beat
Fix sync job endpoint to beat
YAML
mit
clicheio/cliche,clicheio/cliche,item4/cliche,item4/cliche,clicheio/cliche
a61b767d8cc3a3c9d94516a212894df66b71da8a
catalog/Security/rails_authentication.yml
catalog/Security/rails_authentication.yml
name: Web Authentication description: Handle the authentication of users in web applications written in frameworks like Rails projects: - adauth - authlogic - authorizme - clearance - current_user - cz_auth - devise - devise_oauth2_providable - doorkeeper - envylabs/BlueLightSpecial - letmein - monban - omniauth - rack-cas - rodauth - rpx_now - sorcery - switch_user - technoweenie/restful-authentication - userbin - webauthn
name: Web Authentication description: Handle the authentication of users in web applications written in frameworks like Rails projects: - adauth - authlogic - authorizme - clearance - current_user - cz_auth - devise - devise_oauth2_providable - doorkeeper - envylabs/BlueLightSpecial - letmein - monban - omniauth - passwordless - rack-cas - rodauth - rpx_now - sorcery - switch_user - technoweenie/restful-authentication - userbin - webauthn
Add passwordless to Rails Authentication
Add passwordless to Rails Authentication
YAML
mit
rubytoolbox/catalog
2de5a436eb5554c0f095f1238458f69685828653
metadata/de.jl.notificationlog.yml
metadata/de.jl.notificationlog.yml
Categories: - System License: GPL-3.0-or-later SourceCode: https://gitlab.com/notificationlog/notificationlog-android IssueTracker: https://gitlab.com/notificationlog/notificationlog-android/issues AutoName: NotificationLog RepoType: git Repo: https://gitlab.com/notificationlog/notificationlog-android Builds: - versionName: '1.1' versionCode: 2 commit: release-1.1 subdir: app gradle: - yes - versionName: '1.2' versionCode: 3 commit: release-1.2 subdir: app gradle: - yes AutoUpdateMode: Version release-%v UpdateCheckMode: Tags CurrentVersion: '1.2' CurrentVersionCode: 3
Categories: - System License: GPL-3.0-or-later SourceCode: https://gitlab.com/notificationlog/notificationlog-android IssueTracker: https://gitlab.com/notificationlog/notificationlog-android/issues AutoName: NotificationLog RepoType: git Repo: https://gitlab.com/notificationlog/notificationlog-android Builds: - versionName: '1.1' versionCode: 2 commit: release-1.1 subdir: app gradle: - yes - versionName: '1.2' versionCode: 3 commit: release-1.2 subdir: app gradle: - yes - versionName: '1.3' versionCode: 4 commit: release-1.3 subdir: app gradle: - yes AutoUpdateMode: Version release-%v UpdateCheckMode: Tags CurrentVersion: '1.3' CurrentVersionCode: 4
Update NotificationLog to 1.3 (4)
Update NotificationLog to 1.3 (4)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
ae040dc92509e184acd13bf0e310ab81d436e118
zuul.d/project.yaml
zuul.d/project.yaml
- project: templates: - openstack-lower-constraints-jobs-neutron - openstack-python3-wallaby-jobs-neutron - publish-openstack-docs-pti - check-requirements - release-notes-jobs-python3
- project: templates: - openstack-lower-constraints-jobs-neutron - openstack-python3-xena-jobs-neutron - publish-openstack-docs-pti - check-requirements - release-notes-jobs-python3
Add Python3 xena unit tests
Add Python3 xena unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for xena. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I3eeb1ed56a80ee70aa36a48155a8e073bb963b4e
YAML
apache-2.0
openstack/networking-sfc,openstack/networking-sfc
7efc2a7101648448ccd6fd9506600a006d3fc108
metadata/la.daube.photochiotte.yml
metadata/la.daube.photochiotte.yml
Categories: - Multimedia License: GPL-3.0-only AuthorEmail: fnepcbxayn@tutanota.com SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues AutoName: PhotoChiotte RepoType: git Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte Builds: - versionName: '1.6' versionCode: 7 commit: v1.6 subdir: app gradle: - yes - versionName: '1.8' versionCode: 9 commit: v1.8 subdir: app gradle: - flavorA - versionName: '1.9' versionCode: 10 commit: v1.9 subdir: app gradle: - flavorA ndk: r21d AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.9' CurrentVersionCode: 10
Categories: - Multimedia License: GPL-3.0-only AuthorEmail: fnepcbxayn@tutanota.com SourceCode: https://gitlab.com/LaDaubePhotoChiotte/photochiotte IssueTracker: https://gitlab.com/LaDaubePhotoChiotte/photochiotte/issues AutoName: PhotoChiotte RepoType: git Repo: https://gitlab.com/LaDaubePhotoChiotte/photochiotte Builds: - versionName: '1.6' versionCode: 7 commit: v1.6 subdir: app gradle: - yes - versionName: '1.8' versionCode: 9 commit: v1.8 subdir: app gradle: - flavorA - versionName: '1.9' versionCode: 10 commit: v1.9 subdir: app gradle: - flavorA ndk: r21d - versionName: '1.10' versionCode: 11 commit: v1.10 subdir: app gradle: - flavorA ndk: r21d AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.10' CurrentVersionCode: 11
Update PhotoChiotte to 1.10 (11)
Update PhotoChiotte to 1.10 (11)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b231f899e15197051971e354f1dc328dbdf5ee0c
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/package-tracker docker: - image: pawurb/ruby-jemalloc-node-yarn:latest environment: RAILS_ENV: test - image: circleci/postgres:9.4.12-alpine steps: - checkout # Restore bundle cache - type: cache-restore key: package-tracker-{{ checksum "Gemfile.lock" }} # Bundle install dependencies - run: bundle install --path vendor/bundle # Store bundle cache - type: cache-save key: package-tracker-{{ checksum "Gemfile.lock" }} paths: - vendor/bundle - type: shell command: bundle exec rubocop # Save artifacts - type: store_test_results path: /tmp/test-results
version: 2 jobs: test: working_directory: ~/package-tracker docker: - image: pawurb/ruby-jemalloc-node-yarn:latest environment: RAILS_ENV: test - image: circleci/postgres:9.4.12-alpine steps: - checkout # Restore bundle cache - type: cache-restore key: package-tracker-{{ checksum "Gemfile.lock" }} # Bundle install dependencies - run: bundle install --path vendor/bundle # Store bundle cache - type: cache-save key: package-tracker-{{ checksum "Gemfile.lock" }} paths: - vendor/bundle - type: shell command: bundle exec rubocop # Save artifacts - type: store_test_results path: /tmp/test-results deploy: steps: - add_ssh_keys: fingerprints: - "27:70:c5:09:00:c4:03:97:13:2e:f5:47:e4:a2:3f:97" - checkout - run: name: Deploy with git push command: | git push $GIT_DEPLOY_USERNAME@$GIT_DEPLOY_HOST:package-tracker master workflows: version: 2 test-and-deploy: jobs: - test - deploy: requires: - build filters: branches: only: master
Add deploy job to CircleCI
Add deploy job to CircleCI
YAML
mit
coreyja/package-tracker,coreyja/package-tracker,coreyja/package-tracker
286098b5de6a4457acb4160d88cc6202370c2813
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: node:carbon working_directory: ~/ci-museeks steps: - checkout - run: name: Display node and npm informations command: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" - restore_cache: keys: - npm-cache-{{ checksum "package-lock.json" }} # fallback to using the latest cache if no exact match is found - mpm-cache - run: name: Install dependencies command: npm install - run: name: "Lint check: TS" command: "npm run lint:ts" - run: name: "Lint check: CSS" command: "npm run lint:css" - run: name: Build application command: npm run build - save_cache: paths: - ./node_modules key: npm-cache-{{ checksum "package-lock.json" }}
version: 2 jobs: build: docker: - image: node:carbon working_directory: ~/ci-museeks steps: - checkout - run: name: Display node and npm informations command: | echo "node version $(node -v) running" echo "npm version $(npm -v) running" - restore_cache: keys: - npm-cache-{{ checksum "package-lock.json" }} # fallback to using the latest cache if no exact match is found - mpm-cache # - run: # name: Install native dependencies # command: apt update && apt install -y libdbus-1-dev libglib2.0-dev - run: name: Install dependencies command: npm install - run: name: Rebuild native modules command: npm run modules:rebuild - run: name: "Lint check: TS" command: "npm run lint:ts" - run: name: "Lint check: CSS" command: "npm run lint:css" - run: name: Build application command: npm run build - save_cache: paths: - ./node_modules key: npm-cache-{{ checksum "package-lock.json" }}
Update CircleCI to the new mpris-service native deps
Update CircleCI to the new mpris-service native deps
YAML
mit
KeitIG/museeks,KeitIG/museeks,KeitIG/museeks
0fccf791812520e3d834ad60347f1acc221e5d83
.circleci/config.yml
.circleci/config.yml
version: 2.1 jobs: unit-tests: parameters: version: type: string docker: - image: cimg/node:12.18 environment: THUNDERBIRD_VERSION: << parameters.version >> steps: - checkout - run: node --version - run: npm install - setup_remote_docker - run: ./test.sh - run: ./script/docker_integration_test.sh workflows: main: jobs: - unit-tests: version: "78.1.1" - unit-tests: version: "beta"
version: 2.1 jobs: unit-tests: docker: - image: cimg/node:12.18 steps: - checkout - run: node --version - run: npm install - run: ./test.sh integration-tests: docker: - image: cimg/base:stable parameters: version: type: string environment: THUNDERBIRD_VERSION: << parameters.version >> steps: - checkout - setup_remote_docker - run: ./script/docker_integration_test.sh workflows: main: jobs: - unit-tests - integration-tests: version: "78.1.1" - integration-tests: version: "beta"
Split unit from integration tests
Split unit from integration tests
YAML
mit
beltrachi/automatic_dictionary,beltrachi/automatic_dictionary,beltrachi/automatic_dictionary,beltrachi/automatic_dictionary
3bfe2e35f5996be6766407062fc9c003186ecb39
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: macos: xcode: "9.2.0" steps: - checkout - run: swift build - run: swift test
version: 2 jobs: build: macos: xcode: "9.2.0" steps: - checkout - run: swift build - run: swift test - run: sh build_generated_specs.sh
Add compile generated fixture step to circleCI
Add compile generated fixture step to circleCI
YAML
mit
yonaskolb/SwagGen,yonaskolb/SwagGen,yonaskolb/SwagGen
f9e14f29bcde14d6eff0250633fdec3c6630f167
.circleci/config.yml
.circleci/config.yml
# PHP CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-php/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/php:7.1.5-browsers # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/mysql:9.4 working_directory: ~/tiatere steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "composer.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: composer install -n --prefer-dist - save_cache: paths: - ./vendor key: v1-dependencies-{{ checksum "composer.json" }} # run tests! - run: ./bin/phpspec run
# PHP CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-php/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/php:7.1.5-browsers # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/mysql:9.4 working_directory: ~/tiatere steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "composer.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - run: php -r "if (hash_file('SHA384', 'composer-setup.php') === '669656bab3166a7aff8a7506b8cb2d1c292f042046c5a994c43155c0be6190fa0355160742ab2e1c88d40d5be660b410') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;" - run: php composer-setup.php - run: php -r "unlink('composer-setup.php');" - run: php composer.phar self-update - run: sudo mv composer.phar /usr/local/bin/composer - run: composer install -n --prefer-dist - save_cache: paths: - ./vendor key: v1-dependencies-{{ checksum "composer.json" }} # run tests! - run: ./bin/phpspec run
Add composer to Circle Ci
Add composer to Circle Ci
YAML
mit
pipo02mix/tiatere,pipo02mix/tiatere,pipo02mix/tiatere,pipo02mix/tiatere
54e944652838227094eb771e0e9541a7969e3ff9
.circleci/config.yml
.circleci/config.yml
version: 2.1 workflows: version: 2 workflow: jobs: - build context: - SonarCloud jobs: # a collection of steps build: # Remove if parallelism is not desired parallelism: 2 environment: _JAVA_OPTIONS: "-Xmx3g" GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2" docker: - image: circleci/openjdk:11.0.3-jdk-stretch steps: - checkout - restore_cache: key: v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }} - restore_cache: key: v1-gradle-cache-{{ checksum "build.gradle" }} - run: name: Run Tests and SonarCloud command: | ./gradlew test sonarqube - save_cache: paths: - ~/.gradle/wrapper key: v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }} - save_cache: paths: - ~/.gradle/caches key: v1-gradle-cache-{{ checksum "build.gradle" }} - store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/ path: build/test-results/test - store_artifacts: # Upload test results for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ path: build/test-results/test when: always
version: 2.1 workflows: version: 2 workflow: jobs: - build: context: - SonarCloud jobs: # a collection of steps build: # Remove if parallelism is not desired parallelism: 2 environment: _JAVA_OPTIONS: "-Xmx3g" GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dorg.gradle.workers.max=2" docker: - image: circleci/openjdk:11.0.3-jdk-stretch steps: - checkout - restore_cache: key: v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }} - restore_cache: key: v1-gradle-cache-{{ checksum "build.gradle" }} - run: name: Run Tests and SonarCloud command: | ./gradlew test sonarqube - save_cache: paths: - ~/.gradle/wrapper key: v1-gradle-wrapper-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }} - save_cache: paths: - ~/.gradle/caches key: v1-gradle-cache-{{ checksum "build.gradle" }} - store_test_results: # Upload test results for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/ path: build/test-results/test - store_artifacts: # Upload test results for display in Artifacts: https://circleci.com/docs/2.0/artifacts/ path: build/test-results/test when: always
Return of the retard CircleCI℠„ix¢ - Round 3
fix: Return of the retard CircleCI℠„ix¢ - Round 3
YAML
apache-2.0
Hexworks/zircon,Hexworks/zircon,Hexworks/zircon
345896e34530baf66f3daa588e8ad964775b41f1
developer/doctrine/schema/system_user.yml
developer/doctrine/schema/system_user.yml
User: tableName: system_user columns: firstName: type: string(255) lastName: type: string(255) email: type: string(255) unique: true notnull: true language: type: enum length: 2 values: ['en', 'tr'] default: 'en' username: type: string(16) unique: true notnull: true password: type: string(255) activationKey: type: string(255) unique: true status: type: enum length: 7 values: ['active', 'passive'] default: 'passive' notnull: true actAs: Timestampable: SoftDelete: Blameable: Sluggable: fields: [firstName, lastName] Searchable: fields: [firstName, lastName, username, email] className: SystemUserSearch relations: Roles: foreignAlias : Users class: Role refClass: UserRole options: type: INNODB collate: utf8_bin charset: utf8
User: tableName: system_user columns: firstName: type: string(255) lastName: type: string(255) email: type: string(255) unique: true notnull: true language: type: enum length: 2 values: ['en', 'tr'] default: 'en' username: type: string(16) unique: true notnull: true password: type: string(255) activationKey: type: string(255) unique: true status: type: enum length: 7 values: ['active', 'passive'] default: 'passive' notnull: true actAs: Timestampable: SoftDelete: Blameable: Sluggable: fields: [firstName, lastName] Searchable: fields: [firstName, lastName, username, email] className: SystemUserSearch relations: Roles: foreignAlias : Users class: Role refClass: UserRole options: type: INNODB collate: utf8_bin charset: utf8
Put a breakline for future If we wanna concat the YAMLs
Put a breakline for future If we wanna concat the YAMLs
YAML
mit
lab2023/kebab-project,lab2023/kebab-project,lab2023/kebab-project
1e784802395bf696c832de3420817cc254672deb
metadata/org.sasehash.burgerwp.yml
metadata/org.sasehash.burgerwp.yml
Categories: - Theming License: GPL-3.0-only SourceCode: https://gitlab.com/samsumas/LivingBurger IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues Changelog: https://gitlab.com/samsumas/LivingBurger/tags AutoName: BurgerWP Description: |- Very nice Wallpaper featuring some pizza and burger. Burger and pizzas bounces around. Fork me on GitLab! RepoType: git Repo: https://gitlab.com/samsumas/LivingBurger.git Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes - versionName: '1.2' versionCode: 120 commit: v1.2 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.2' CurrentVersionCode: 120
Categories: - Theming License: GPL-3.0-only SourceCode: https://gitlab.com/samsumas/LivingBurger IssueTracker: https://gitlab.com/samsumas/LivingBurger/issues Changelog: https://gitlab.com/samsumas/LivingBurger/tags AutoName: BurgerWP Description: |- Very nice Wallpaper featuring some pizza and burger. Burger and pizzas bounces around. Fork me on GitLab! RepoType: git Repo: https://gitlab.com/samsumas/LivingBurger.git Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes - versionName: '1.2' versionCode: 120 commit: v1.2 subdir: app gradle: - yes - versionName: 1.2.1 versionCode: 121 commit: v1.2.1 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.2.1 CurrentVersionCode: 121
Update BurgerWP to 1.2.1 (121)
Update BurgerWP to 1.2.1 (121)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
c23c4873cb255f83ecd2bfa7048c6656ed7691ae
packages/co/compendium-client.yaml
packages/co/compendium-client.yaml
homepage: https://higherkindness.io/mu-haskell/ changelog-type: '' hash: df13fb2814ab9a3bb57cb0ac34a28d3a0915c66c4eadc694552f7fe364d20988 test-bench-deps: {} maintainer: alejandro.serrano@47deg.com synopsis: Client for the Compendium schema server changelog: '' basic-deps: http-client: -any base: ! '>=4.12 && <5' servant-client: -any text: -any language-protobuf: -any megaparsec: -any servant: -any aeson: -any all-versions: - 0.1.0.0 - 0.1.0.1 - 0.2.0.0 author: Alejandro Serrano, Flavio Corpa latest: 0.2.0.0 description-type: haddock description: Client for the <https://github.com/higherkindness/compendium Compendium> schema server license-name: Apache-2.0
homepage: https://higherkindness.io/mu-haskell/ changelog-type: '' hash: cd477438d507273b34b82581ade333921ae997c1618b48af0c1da2a4968623e0 test-bench-deps: {} maintainer: alejandro.serrano@47deg.com synopsis: Client for the Compendium schema server changelog: '' basic-deps: http-client: '>=0.6.4 && <0.7' base: '>=4.12 && <5' servant-client: '>=0.16 && <0.19' text: '>=1.2 && <2' language-protobuf: '>=1.0.1 && <1.1' megaparsec: '>=8 && <10' servant: '>=0.16 && <0.19' aeson: '>=1.4 && <2' all-versions: - 0.1.0.0 - 0.1.0.1 - 0.2.0.0 - 0.2.1.1 author: Alejandro Serrano, Flavio Corpa latest: 0.2.1.1 description-type: haddock description: Client for the <https://github.com/higherkindness/compendium Compendium> schema server license-name: Apache-2.0
Update from Hackage at 2020-11-19T09:01:05Z
Update from Hackage at 2020-11-19T09:01:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
540aeb584386d919aefc9b745a6e1f7a47dcda03
packages/ge/generics-sop-lens.yaml
packages/ge/generics-sop-lens.yaml
homepage: https://github.com/phadej/generics-sop-lens#readme changelog-type: markdown hash: 6ea2756e5e916c6a7d24f7d261bb0bf27925b8d8dd30332df4a053160596afcc test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: Lenses for types in generics-sop changelog: ! "- 0.1.2.0\n\n - Add 'constructorName'\n" basic-deps: base: ! '>=4.7 && <4.10' lens: ! '>=4.7 && <4.16' generics-sop: ! '>=0.1 && <0.3' all-versions: - '0.1.1.0' - '0.1.2.0' author: Oleg Grenrus <oleg.grenrus@iki.fi> latest: '0.1.2.0' description-type: markdown description: ! '# generics-sop-lenses Lenses for types in [`generics-sop`](http://hackage.haskell.org/package/generics-sop) ' license-name: BSD3
homepage: https://github.com/phadej/generics-sop-lens#readme changelog-type: markdown hash: a2160b8fc068aa4909447a95788680b7f576631300d42ac67c11b04f63712493 test-bench-deps: {} maintainer: Oleg Grenrus <oleg.grenrus@iki.fi> synopsis: Lenses for types in generics-sop changelog: ! "- 0.1.2.0\n\n - Add 'constructorName'\n" basic-deps: base: ! '>=4.7 && <4.10' lens: ! '>=4.7 && <4.16' generics-sop: ! '>=0.1 && <0.2.3.0' all-versions: - '0.1.1.0' - '0.1.2.0' author: Oleg Grenrus <oleg.grenrus@iki.fi> latest: '0.1.2.0' description-type: markdown description: ! '# generics-sop-lenses Lenses for types in [`generics-sop`](http://hackage.haskell.org/package/generics-sop) ' license-name: BSD3
Update from Hackage at 2016-12-05T10:00:56Z
Update from Hackage at 2016-12-05T10:00:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
8cd39cc0052a536402951a66ae1efc73f0053662
packages/ja/javascript-extras.yaml
packages/ja/javascript-extras.yaml
homepage: https://github.com/louispan/javascript-extras#readme changelog-type: '' hash: bef300b0fc5df31784383f71673339b25cf9cdfbb497a497b87b87674d2525ab test-bench-deps: {} maintainer: louis@pan.me synopsis: Extra javascript functions when using GHCJS changelog: '' basic-deps: base: ! '>=4.7 && <5' text: ! '>=1.2 && <1.3' ghcjs-base-stub: ! '>=0.1.0.1 && <1' parallel: ! '>=3.2 && <4' deepseq: ! '>=1.4 && <2' all-versions: - '0.1.0.1' - '0.2.0.0' author: Louis Pan latest: '0.2.0.0' description-type: markdown description: ! '[![Hackage](https://img.shields.io/hackage/v/javascript-extras.svg)](https://hackage.haskell.org/package/javascript-extras) Extra javascript functions when using GHCJS ' license-name: BSD3
homepage: https://github.com/louispan/javascript-extras#readme changelog-type: '' hash: 20dd8061d3304bd9876d6e1758929356e7f806547c211395865830179dd50774 test-bench-deps: {} maintainer: louis@pan.me synopsis: Extra javascript functions when using GHCJS changelog: '' basic-deps: base: ! '>=4.7 && <5' text: ! '>=1.2 && <1.3' ghcjs-base-stub: ! '>=0.1.0.1 && <1' parallel: ! '>=3.2 && <4' deepseq: ! '>=1.4 && <2' all-versions: - '0.1.0.1' - '0.2.0.0' - '0.2.0.1' author: Louis Pan latest: '0.2.0.1' description-type: markdown description: ! '[![Hackage](https://img.shields.io/hackage/v/javascript-extras.svg)](https://hackage.haskell.org/package/javascript-extras) Extra javascript functions when using GHCJS ' license-name: BSD3
Update from Hackage at 2017-03-23T09:16:14Z
Update from Hackage at 2017-03-23T09:16:14Z
YAML
mit
commercialhaskell/all-cabal-metadata
927d28a4b7c19717568fbe456996f278e26c573c
recipes/robotframework-databaselibrary/meta.yaml
recipes/robotframework-databaselibrary/meta.yaml
{% set name = "robotframework-databaselibrary" %} {% set version = "1.2.4" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robotframework-databaselibrary-{{ version }}.tar.gz sha256: 627d872b3dda6a308a650ac9e676dadedf9c294e4ef70ad207cbb86b78eb8847 build: noarch: python script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: host: - python - pip run: - python - robotframework>=3.0 test: imports: - DatabaseLibrary commands: - pip check requires: - pip about: home: https://github.com/franz-see/Robotframework-Database-Library summary: Database utility library for Robot Framework doc_url: https://pythonhosted.org/robotframework-databaselibrary/ license: Apache-2.0 license_file: LICENSE extra: recipe-maintainers: - rxm7706
{% set name = "robotframework-databaselibrary" %} {% set version = "1.2.4" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/robotframework-databaselibrary-{{ version }}.tar.gz sha256: 627d872b3dda6a308a650ac9e676dadedf9c294e4ef70ad207cbb86b78eb8847 build: noarch: python script: {{ PYTHON }} -m pip install . -vv number: 0 requirements: host: - python >=3.7 - pip run: - python >=3.7 - robotframework >=3.0 test: imports: - DatabaseLibrary commands: - pip check requires: - pip about: home: https://github.com/franz-see/Robotframework-Database-Library summary: Database utility library for Robot Framework doc_url: https://pythonhosted.org/robotframework-databaselibrary/ license: Apache-2.0 license_file: LICENSE extra: recipe-maintainers: - rxm7706
Update Lower Pins for Python and robotframework
Update Lower Pins for Python and robotframework
YAML
bsd-3-clause
conda-forge/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes
a06b85a3c46a21f795747bcb23c672f8cfe20bf2
metadata/com.android.todolist.yml
metadata/com.android.todolist.yml
Categories: - Writing License: GPL-3.0-or-later SourceCode: https://github.com/Webierta/ToDoList IssueTracker: https://github.com/Webierta/ToDoList/issues Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=986PSAHLH6N4L AutoName: To Do List RepoType: git Repo: https://github.com/Webierta/ToDoList Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.0' CurrentVersionCode: 1
Categories: - Writing License: GPL-3.0-or-later SourceCode: https://github.com/Webierta/ToDoList IssueTracker: https://github.com/Webierta/ToDoList/issues Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=986PSAHLH6N4L AutoName: To Do List RepoType: git Repo: https://github.com/Webierta/ToDoList Builds: - versionName: '1.0' versionCode: 1 commit: v1.0 subdir: app gradle: - yes - versionName: '1.1' versionCode: 2 commit: v1.1 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '1.1' CurrentVersionCode: 2
Update To Do List to 1.1 (2)
Update To Do List to 1.1 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
8bf55b4328556cdc8fbf1b495f30827fa057bf92
metadata/de.hu_berlin.eduroam.yml
metadata/de.hu_berlin.eduroam.yml
Categories: - Internet License: Apache-2.0 SourceCode: https://github.com/hu-berlin-cms/hu-eduroam IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues AutoName: HU Berlin Wi-Fi Installer Description: |- With this app members of Humboldt University Berlin (everyone who has a Computer- and Media service (CMS) account) can create a WiFi profile for using eduroam (so without any manual WiFi configuration). This app only works for members of Humboldt University Berlin. If you are our guest please configure eduroam using the tools and manuals of your home institution. '''NOTICE:''' If you are using Android 6.0 and configuring eduroam fails, you have to remove your existing wifi configurations ("eduroam" and "eduroam_5GHz") manually. RepoType: git Repo: https://github.com/hu-berlin-cms/hu-eduroam Builds: - versionName: '0.30' versionCode: 20181010 commit: v0.30 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '0.29' CurrentVersionCode: 20181006
Categories: - Internet License: Apache-2.0 SourceCode: https://github.com/hu-berlin-cms/hu-eduroam IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues AutoName: HU Berlin Wi-Fi Installer Description: |- With this app members of Humboldt University Berlin (everyone who has a Computer- and Media service (CMS) account) can create a WiFi profile for using eduroam (so without any manual WiFi configuration). This app only works for members of Humboldt University Berlin. If you are our guest please configure eduroam using the tools and manuals of your home institution. '''NOTICE:''' If you are using Android 6.0 and configuring eduroam fails, you have to remove your existing wifi configurations ("eduroam" and "eduroam_5GHz") manually. RepoType: git Repo: https://github.com/hu-berlin-cms/hu-eduroam Builds: - versionName: '0.30' versionCode: 20181010 commit: v0.30 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: '0.30' CurrentVersionCode: 20181010
Update CV of HU Berlin Wi-Fi Installer to 0.30 (20181010)
Update CV of HU Berlin Wi-Fi Installer to 0.30 (20181010)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
adeec91f9bcd6c12e623a40ef83a54a01654f4df
test/docker-compose.yml
test/docker-compose.yml
version: '3' services: db: image: mongo:latest environment: - MONGO_DATA_DIR=/data/db - MONGO_LOG_DIR=/dev/null - MONGODB_DBNAME=eae command: mongod --smallfiles --logpath=/dev/null # --quiet swift: image: bouncestorage/swift-aio command: /bin/bash /bin/swift ports: - 8080:8080 tests: build: context: . dockerfile: ./test/Dockerfile volumes: - ./config/eae.compute.test.config.js:/usr/app/config/eae.compute.config.js depends_on: - db - swift ports: - 80:80 command: npm test
version: '3' services: db: image: mongo:latest environment: - MONGO_DATA_DIR=/data/db - MONGO_LOG_DIR=/dev/null - MONGODB_DBNAME=eae command: mongod --smallfiles --logpath=/dev/null # --quiet swift: image: bouncestorage/swift-aio command: /bin/bash /bin/swift ports: - 8080:8080 tests: build: context: . dockerfile: ./Dockerfile volumes: - ../config/eae.compute.test.config.js:/usr/app/config/eae.compute.config.js depends_on: - db - swift ports: - 80:80 command: npm test
Test docker compose fix relavtive paths
Test docker compose fix relavtive paths
YAML
mit
dsi-icl/eae-compute,dsi-icl/eae-compute,dsi-icl/eae-compute