commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
a589cb526d0c91195582ef91690517a02981726c
docker-compose.yml
docker-compose.yml
version: '2' services: bugzilla: image: uneet/bugzilla restart: on-failure ports: - 8081:80 environment: SES_VERIFIED_SENDER: bugzilla.dev@unee-t.com MYSQL_HOST: db.dev.unee-t.com MYSQL_PORT: 3306 MYSQL_ROOT_PASSWORD: jai7Paib ...
version: '2' services: bugzilla: image: uneet/bugzilla restart: on-failure ports: - 8081:80 environment: # Setup by local .env file SES_SMTP_USERNAME: ${SES_SMTP_USERNAME} SES_SMTP_PASSWORD: ${SES_SMTP_PASSWORD} SES_VERIFIED_SENDER: ${SES_VERIFIED_...
Reset file for local development
Reset file for local development
YAML
agpl-3.0
unee-t/bugzilla
d5381fbffefadd28c13335da9a276d3d46917f83
docker-compose.yml
docker-compose.yml
collectd: build: apps/collectd command: /bin/bash -c "service collectd stop; sleep 45; collectd -f" links: - kairosdb kairosdb: build: apps/kairosdb command: /bin/bash -c "sleep 30; /opt/kairosdb/bin/kairosdb.sh run" ports: - "4242:4242" - "8080:8080" links: - cassandra cassandra: image: ...
collectd: build: apps/collectd command: /bin/bash -c "collectd -f" links: - kairosdb kairosdb: build: apps/kairosdb command: /bin/bash -c "/opt/kairosdb/bin/kairosdb.sh run" ports: - "4242:4242" - "8080:8080" links: - cassandra cassandra: image: jimthedev/cassandra hostname: cassandra ...
Remove sleeps from compose configuration
Remove sleeps from compose configuration
YAML
apache-2.0
skottler/kairosdb-docker
b0cd7405a1bd99a9fe2812c189fbf78fb04451b7
docker-compose.yml
docker-compose.yml
version: '2' services: master: container_name: 'citus_master' image: 'citusdata/citus:5.2.2' ports: ['5432:5432'] labels: ['com.citusdata.role=Master'] worker: image: 'citusdata/citus:5.2.2' labels: ['com.citusdata.role=Worker'] config: container_name: 'citus_config' image: 'citus...
version: '2' services: master: container_name: 'citus_master' image: 'citusdata/citus:5.2.2' ports: ['5432:5432'] labels: ['com.citusdata.role=Master'] worker: image: 'citusdata/citus:5.2.2' labels: ['com.citusdata.role=Worker'] config: container_name: 'citus_config' image: 'citus...
Use latest workerlist generation image
Use latest workerlist generation image
YAML
apache-2.0
citusdata/docker
32538352cca48f8048c9350c108d432b720758eb
.github/workflows/mutation_testing.yml
.github/workflows/mutation_testing.yml
name: PHP Mutation testing on: push: branches: [ main ] jobs: test: runs-on: 'ubuntu-latest' steps: - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.1' - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Validate composer.json...
name: PHP Mutation testing on: push: branches: [ main ] jobs: test: runs-on: 'ubuntu-latest' steps: - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.1' - uses: actions/checkout@v2 with: fetch-depth: 0 - name: Validate composer.json...
Archive a copy of the mutation log results
Archive a copy of the mutation log results
YAML
mit
adrianclay/php-git
a4142d016732e6daac2afccdb497a8496e7d993f
couscous.yml
couscous.yml
template: url: https://github.com/LaunchCodeEducation/Template-Light # Base URL of the published website baseUrl: http://education.launchcode.org/cs50x-yourcitygoeshere # Used to link to the GitHub project github: user: LaunchCodeEducation repo: cs50x-yourcitygoeshere title: LaunchCode's CS50x - Your Ci...
template: url: https://github.com/LaunchCodeEducation/Template-Light # Base URL of the published website baseUrl: http://education.launchcode.org/cs50x-yourcitygoeshere # Used to link to the GitHub project github: user: LaunchCodeEducation repo: cs50x-yourcitygoeshere title: LaunchCode's CS50x - Your Ci...
Add IDE link, move Student Guide down
Add IDE link, move Student Guide down
YAML
cc0-1.0
LaunchCodeEducation/cs50x-kansascity,LaunchCodeEducation/cs50x-stlouis,LaunchCodeEducation/cs50x-kansascity,LaunchCodeEducation/cs50x-live,LaunchCodeEducation/cs50x-maryville,LaunchCodeEducation/cs50x-maryville,LaunchCodeEducation/cs50x-kansascity,LaunchCodeEducation/cs50x-kansascity,LaunchCodeEducation/cs50x-kansascit...
dad37598775988dae7aa5231ece8aa0a44412c99
Configuration/Development/Setting.yaml
Configuration/Development/Setting.yaml
Neos: Flow: security: session: inactivityTimeout: 0 # Disable session timeout while developing
Neos: Flow: session: inactivityTimeout: 0 # Disable session timeout while developing
Use correct order for inactivitytimeout
BUGFIX: Use correct order for inactivitytimeout
YAML
mit
Sebobo/Shel.NeosBase,Sebobo/Shel.NeosBase
fb5d1eeab8e6daccd8ef44cbe91097d1d8cb9b6c
tasks/wordpress.yml
tasks/wordpress.yml
--- - name: "Download wordpress" become: yes get_url: "url={{ storyteller_wp_file_url }}/{{ storyteller_wp_file }} dest=/srv/{{ storyteller_wp_file }} sha256sum='{{ storyteller_wp_sha256sum }}'" - name: "Extract archive" become: yes unarchive: "src=/srv/{{ storyteller_wp_file }} dest=/srv copy=no creates=/srv/...
--- - name: "Download wordpress" become: yes get_url: "url={{ storyteller_wp_file_url }}/{{ storyteller_wp_file }} dest=/srv/{{ storyteller_wp_file }} sha256sum='{{ storyteller_wp_sha256sum }}'" - name: "Extract archive" become: yes unarchive: "src=/srv/{{ storyteller_wp_file }} dest=/srv copy=no creates=/srv/...
Revert "replaced curl with get_url"
Revert "replaced curl with get_url" This reverts commit f29409be430c384c9ef96b254931aa69f6d5287f.
YAML
mit
AdnanHodzic/ansible-role-storyteller
41070997753ade8e1350b9675e3f8784ee35b925
ansible/roles/tshark/tasks/main.yml
ansible/roles/tshark/tasks/main.yml
- apt: name: tshark - lineinfile: path: /usr/share/wireshark/init.lua regexp: '^disable_lua =' line: 'disable_lua = true'
- apt: name: tshark - lineinfile: path: /usr/share/wireshark/init.lua regexp: '^disable_lua =' line: 'disable_lua = true' - group: name: wireshark state: present - file: path: /usr/bin/dumpcap group: wireshark mode: 0750 - capabilities: path: /usr/bin/dumpcap capability: ...
Add wireshark group and grant execute tshark to wireshark group.
Add wireshark group and grant execute tshark to wireshark group.
YAML
mit
groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops
a1d0405d0941f5b10addb7548f8a8a596a917472
tf-job-operator-chart/values.yaml
tf-job-operator-chart/values.yaml
# Docker image to use. image: gcr.io/tf-on-k8s-dogfood/tf_operator:10b10fd test_image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff ## Install Default RBAC roles and bindings rbac: install: false apiVersion: v1beta1
# Docker image to use. image: gcr.io/tf-on-k8s-dogfood/tf_operator:v20171019-7a05c26 test_image: gcr.io/tf-on-k8s-dogfood/tf_sample:dc944ff ## Install Default RBAC roles and bindings rbac: install: false apiVersion: v1beta1
Update the tfjob image to the latest green CL.
Update the tfjob image to the latest green CL. * The sample jobs were broken because they were using the default PS but the chart hadn't been updated.
YAML
apache-2.0
kubeflow/training-operator,kubeflow/training-operator,kubeflow/training-operator
f38d3ed6daf3e0ac8d87b7bd280027dd2d2a09ef
packages/at/attoparsec-time.yaml
packages/at/attoparsec-time.yaml
homepage: https://github.com/nikita-volkov/attoparsec-time changelog-type: '' hash: 7254ee92d32a5e9c95ac1f570b0a2cea34003428b01b2f50f9b96dd71339355d test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Attoparsec parsers of time changelog: '' basic-deps: bytestring: ==0.10.* base: ! '>=...
homepage: https://github.com/nikita-volkov/attoparsec-time changelog-type: '' hash: 4b2e24e2ecf1787561428c2ef666a7f2f3e63cd190412afc8ad96176f303ba5f test-bench-deps: {} maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: Attoparsec parsers of time changelog: '' basic-deps: bytestring: '>=0.10 && <0.12' ba...
Update from Hackage at 2021-06-26T09:00:12Z
Update from Hackage at 2021-06-26T09:00:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
8549471ce5bc0602bba8bb00c8b3b885d1854d12
.github/workflows/ci-build.yml
.github/workflows/ci-build.yml
name: Continous build - build and test on every push on: push jobs: build: name: Build and test runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java-version: [8, 11] steps: - name: Checkout uses: actions/checkout@v1 wit...
name: Continous build - build and test on every push on: push jobs: build: name: Build and test runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest] java-version: [8, 11] steps: - name: Checkout uses: actions/checkout@v1 wit...
Add build with Java 7 on Linux
ci: Add build with Java 7 on Linux Add a job to run a build with Java 7. The job currently only runs on Linux. In order to run on Java 7, an old Ant version is downloaded and installed. We use moxie+ant for this, so we build with moxie.
YAML
apache-2.0
gitblit/gitblit,fzs/gitblit,gitblit/gitblit,gitblit/gitblit,gitblit/gitblit,fzs/gitblit,fzs/gitblit,fzs/gitblit,gitblit/gitblit,fzs/gitblit
ba2dddb5c4dccc7d5a4dbd26efe4e12a93f7dca7
roles/common/tasks/ssh.yml
roles/common/tasks/ssh.yml
--- - name: disable password authentication over SSH copy: src=sshd_config dest=/etc/ssh/sshd_config owner=root group=root mode=0644 sudo: yes - name: trust github's public key lineinfile: dest: /etc/ssh/ssh_known_hosts create: yes state: present line: "{{ github_ssh_pubkey | replace(' ', '') | ...
--- - name: disable password authentication over SSH copy: src=sshd_config dest=/etc/ssh/sshd_config owner=root group=root mode=0644 sudo: yes - name: trust github's public key lineinfile: dest: /etc/ssh/ssh_known_hosts create: yes state: present line: "{{ github_ssh_pubkey | replace(' ', '') | ...
Tag the SSH key task.
Tag the SSH key task. This is a stopgap to let me quickly patch things up until I get some time to fix deconst/deconst-docs#160 properly.
YAML
apache-2.0
ktbartholomew/deploy,deconst/deploy,ktbartholomew/deploy,deconst/deploy
7b366cc9e2844b805d0288bb86c0b3e53e554fee
packages/as/ast-monad.yaml
packages/as/ast-monad.yaml
homepage: https://github.com/mouri111/ast-monad#readme changelog-type: '' hash: 677616d2b7ebc0787bc947577f5f40c9f0e2f5948eb39ea38682740af7784952 test-bench-deps: base: -any ast-monad: -any maintainer: 8128jp@gmail.com synopsis: A library for constructing AST by using do-notation changelog: '' basic-deps: base: ! ...
homepage: https://github.com/mouri111/ast-monad#readme changelog-type: '' hash: 43f0394c4465cfd294666ff976242093e8b5f4b0e0322055250cf8e26fb53e8c test-bench-deps: base: -any ast-monad: -any maintainer: 8128jp@gmail.com synopsis: A library for constructing AST by using do-notation changelog: '' basic-deps: base: ! ...
Update from Hackage at 2018-10-20T22:35:07Z
Update from Hackage at 2018-10-20T22:35:07Z
YAML
mit
commercialhaskell/all-cabal-metadata
e9bde1bdb12151705329f317f779fdb0d2bf7023
metadata/com.github.ashutoshgngwr.tenbitclockwidget.yml
metadata/com.github.ashutoshgngwr.tenbitclockwidget.yml
Categories: - Time - Theming License: GPL-3.0-only WebSite: https://ashutoshgngwr.github.io/10-bitClockWidget SourceCode: https://github.com/ashutoshgngwr/10-bitClockWidget IssueTracker: https://github.com/ashutoshgngwr/10-bitClockWidget/issues AutoName: 10-bit Clock Widget Description: 10-bit Clock Widget uses 10...
Categories: - Time - Theming License: GPL-3.0-only WebSite: https://ashutoshgngwr.github.io/10-bitClockWidget SourceCode: https://github.com/ashutoshgngwr/10-bitClockWidget IssueTracker: https://github.com/ashutoshgngwr/10-bitClockWidget/issues AutoName: 10-bit Clock Widget Description: 10-bit Clock Widget uses 10...
Update 10-bit Clock Widget to 1.6-2 (162)
Update 10-bit Clock Widget to 1.6-2 (162)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
14b44b049ed9fe7e2c94346480d25864a4fb64a1
config/kubernetes/sig-instrumentation/teams.yaml
config/kubernetes/sig-instrumentation/teams.yaml
teams: sig-instrumentation-leads: description: "" members: - brancz - dashpole - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - ehashman - logicalhan - RainbowMango - serathius privac...
teams: sig-instrumentation-leads: description: "" members: - brancz - dashpole - ehashman - logicalhan privacy: closed sig-instrumentation-approvers: description: "" members: - brancz - dashpole - ehashman - logicalhan - RainbowMango - serathius privac...
Remove inactive SIG Instrumentation members
Remove inactive SIG Instrumentation members
YAML
apache-2.0
kubernetes/org,kubernetes/org,kubernetes/org
2843ecde9feb38cefd983fa51819532481608755
docs/toc.yml
docs/toc.yml
- name: Articles href: articles/ - name: API Documentation href: api/ homepage: api/index.md - name: Changelog href: /RELEASE_NOTES.html - name: GitHub href: https://github.com/nickbabcock/Farmhash.Sharp
- name: Articles href: articles/ - name: API Documentation href: api/ homepage: api/index.md - name: Changelog href: ../RELEASE_NOTES.md - name: GitHub href: https://github.com/nickbabcock/Farmhash.Sharp
Fix link to release notes
Fix link to release notes
YAML
mit
nickbabcock/Farmhash.Sharp,nickbabcock/Farmhash.Sharp,nickbabcock/Farmhash.Sharp,nickbabcock/Farmhash.Sharp
71317965c04a3d153a2eacf9e934ffdf74933f7e
Resources/config/sluggable.yml
Resources/config/sluggable.yml
parameters: darvin_utils.sluggable.manager.entity.class: Darvin\Utils\Sluggable\SluggableEntityManager darvin_utils.sluggable.subscriber.class: Darvin\Utils\EventListener\SluggableSubscriber services: darvin_utils.sluggable.manager: alias: darvin_utils.sluggable.manager.entity darvin_utils.sl...
parameters: darvin_utils.sluggable.manager.entity.class: Darvin\Utils\Sluggable\SluggableEntityManager darvin_utils.sluggable.subscriber.class: Darvin\Utils\EventListener\SluggableSubscriber services: darvin_utils.sluggable.manager: alias: darvin_utils.sluggable.manager.entity darvin_utils.sl...
Implement dummy publication slug prefix provider.
Implement dummy publication slug prefix provider.
YAML
mit
DarvinStudio/DarvinUtilsBundle
8bacc2115e4d941d75990362ace0a7af716dff1e
lib/business/data/padca.yml
lib/business/data/padca.yml
working_days: - monday - tuesday - wednesday - thursday - friday holidays: - January 1st, 2018 - January 2nd, 2018 - February 12th, 2018 - February 19th, 2018 - March 30th, 2018 - April 2nd, 2018 - May 21st, 2018 - June 21st, 2018 - June 25th, 2018 - July 2nd, 2018 - July 9th, 2018 - ...
working_days: - monday - tuesday - wednesday - thursday - friday holidays: - January 1st, 2018 - March 30th, 2018 - May 21st, 2018 - July 2nd, 2018 - September 3rd, 2018 - October 8th, 2018 - November 12th, 2018 - December 25th, 2018 - December 26th, 2018 - January 1st, 2019 - April 19t...
Remove regional holiday days. Add 2020 calculated days
Remove regional holiday days. Add 2020 calculated days
YAML
mit
gocardless/business
1feaaf2ff23e90ed08bf1696cdec92e6e73868dc
.appveyor.yml
.appveyor.yml
version: 1.0.0-{build} init: - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\PostgreSQL\12\bin\;%PATH% image: - Visual Studio 2019 - Ubuntu1804 - macos environment: PGUSER: postgres PGPASSWORD: Password12! matrix: - PYTHON: "C:\\Python38" PYTHON_VERSION: "3.8.1" PYTHON_ARCH: "32" ...
version: 1.0.0-{build} init: - SET PATH=%PYTHON%;%PYTHON%\Scripts;C:\Program Files\PostgreSQL\12\bin\;%PATH% image: - Visual Studio 2019 - Ubuntu1804 - macos environment: PGUSER: postgres PGPASSWORD: Password12! matrix: - PYTHON: "C:\\Python38" PYTHON_VERSION: "3.8.1" PYTHON_ARCH: "32" ...
Create PostgreSQL USER as SUPERUSER
[AppVeyor] Create PostgreSQL USER as SUPERUSER
YAML
mit
Harmon758/Harmonbot,Harmon758/Harmonbot
a2bc26b582b34d4de185678f3dd9fda85655062d
.bazelci/presubmit.yml
.bazelci/presubmit.yml
--- platforms: ubuntu1404: build_flags: - "--build_tag_filters=-nolinux" build_targets: - "..." test_flags: - "--features=race" - "--test_tag_filters=-nolinux" test_targets: - "..." ubuntu1604: build_flags: - "--build_tag_filters=-nolinux" build_targets: - "..." ...
--- platforms: ubuntu1804: build_flags: - "--build_tag_filters=-nolinux" build_targets: - "..." test_flags: - "--features=race" - "--test_tag_filters=-nolinux" test_targets: - "..." ubuntu1604: build_flags: - "--build_tag_filters=-nolinux" build_targets: - "..." ...
Test on Ubuntu 18.04 not 14.04
Test on Ubuntu 18.04 not 14.04
YAML
apache-2.0
bazelbuild/bazel-watcher,bazelbuild/bazel-watcher,bazelbuild/bazel-watcher,bazelbuild/bazel-watcher
4b79bc6f405b0a25ef61378f3fce9fd4ba793ace
grunt/aliases.yml
grunt/aliases.yml
api: description: Start the api tasks: - 'cssmin:production' - 'buildJS' - 'uglify:production' - 'express:dev' - 'watch' buildJS: tasks: - 'babel' default: description: Default Grunt task tasks: - 'api' test: description: Run the tests tasks: - 'run:createTestUser' - 'express:test' ...
api: description: Start the api tasks: - 'cssmin:production' - 'buildJS' - 'uglify:production' - 'express:dev' - 'watch' prep: description: Run pre processing tasks tasks: - 'cssmin:production' - 'buildJS' - 'uglify:production' buildJS: tasks: - 'babel' default: description: Default Gru...
Add grunt task for use in IDE to pre process css and js
Add grunt task for use in IDE to pre process css and js
YAML
bsd-3-clause
FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com,FuelRats/api.fuelrats.com
319fa749b4ba5264e7a9ee6bd0266c552c5f1650
demo/analytics-pipeline/spark/service.spark.yaml
demo/analytics-pipeline/spark/service.spark.yaml
# Definition of Spark service name: spark components: - name: zookeeper service: zookeeper - name: spark code: type: aptomi/code/kubernetes-helm metadata: chartName: spark-1.0.0 params: spark: image: repository: mirantisworkloads/spark t...
# Definition of Spark service name: spark components: - name: zookeeper service: zookeeper - name: spark code: type: aptomi/code/kubernetes-helm metadata: chartName: spark-1.0.0 params: spark: image: repository: mirantisworkloads/spark t...
Fix multiple Sparks using single ZooKeeper
Fix multiple Sparks using single ZooKeeper
YAML
apache-2.0
Aptomi/aptomi,Aptomi/aptomi,Aptomi/aptomi,Aptomi/aptomi
21d3b22482e48e1c2654c256fec667788d2729fb
.expeditor/coverage.pipeline.yml
.expeditor/coverage.pipeline.yml
--- steps: - label: coverage commands: - bundle install --jobs=7 --retry=3 --without tools integration - bundle exec rake test:default expeditor: executor: docker: image: ruby:2.6-stretch
--- steps: - label: coverage commands: - /workdir/.expeditor/buildkite/coverage.sh expeditor: executor: docker: image: ruby:2.6-stretch
Use our coverage.sh rather than embedded commands
Use our coverage.sh rather than embedded commands Signed-off-by: Miah Johnson <722873f9fa963292e0213e095373c87c1070cd81@chia-pet.org>
YAML
apache-2.0
chef/train,chef/train
5819a6ef4a7ec9ae5cbb046c229ed31e2638f2dc
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: "/static/admin" webhook_url: sections: - type: heading label: Blog - type: directory path: content/blog label: Billets create: documents match: "**/*" new_doc_ext: md templates: - billet - type: directory path: content/tags label: Tags cre...
--- new_page_extension: md auto_deploy: false admin_path: "/static/admin" webhook_url: sections: - type: heading label: Blog - type: directory path: content/blog label: Billets create: documents match: "**/*" exclude: index.md new_doc_ext: md templates: - billet - type: directory path: content/tags...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
Narno/arnaudligny.fr,Narno/arnaudligny.fr,Narno/arnaudligny.fr
d9e7419435e26c11456ede8113b58a5a3a87cc4b
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: document path: _data/nav.yml label: 文档 - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_p...
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: document path: _data/nav.yml label: 文档 - type: heading label: 博客 - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_p...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
apache-2.0
zuonx/zuonx.github.io,zuonx/zuonx.github.io,zuonx/zuonx.github.io
dcae1a3077957ba7cfbd86ae65fa156d0e2e871a
myapp/myapp.deployment.yml
myapp/myapp.deployment.yml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: myapp labels: app: myapp spec: replicas: 3 template: metadata: labels: app: myapp spec: containers: - name: myapp image: rosskukulinski/myapp:v2 env: - name: NSOLID_APPNAME ...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: myapp labels: app: myapp spec: replicas: 3 template: metadata: labels: app: myapp spec: containers: - name: myapp image: rosskukulinski/myapp:v4 env: - name: NSOLID_APPNAME ...
Use v4 version with vuln
Use v4 version with vuln
YAML
mit
nodesource/nsolid-kubernetes,nodesource/nsolid-kubernetes
ab5b99f2487cad0eb85f3bfddf9c9903886da7ac
packages/co/colour-space.yaml
packages/co/colour-space.yaml
homepage: https://github.com/leftaroundabout/colour-space changelog-type: '' hash: 9f23033c897866cb5efc53a7a5ec989fffa6564655ddbc9ae12c6f4a79f7e66f test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Instances of the manifold-classes for colour types changelog: '' basic-deps: linearmap-category: ! '>=0.3.5 &&...
homepage: https://github.com/leftaroundabout/colour-space changelog-type: '' hash: 479a78f9d2fd6462e6178be1182f3f04ca3e53730551f72b54e9d21481a1ba3f test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Instances of the manifold-classes for colour types changelog: '' basic-deps: linearmap-category: ! '>=0.3.5' ...
Update from Hackage at 2019-10-15T10:28:38Z
Update from Hackage at 2019-10-15T10:28:38Z
YAML
mit
commercialhaskell/all-cabal-metadata
fe5fb1482ddd6257b4605c5a28e323e61f2bd492
packages/in/inline-c-cpp.yaml
packages/in/inline-c-cpp.yaml
homepage: '' changelog-type: '' hash: 14739f674376b05487d1cfd8e6d6803609e654e7dfaa146f7665a4936b783c5e test-bench-deps: base: ! '>=4 && <5' inline-c-cpp: -any maintainer: francesco@fpcomplete.com synopsis: Lets you embed C++ code into Haskell. changelog: '' basic-deps: inline-c: ! '>=0.6.0.0' base: ! '>=4.7 && ...
homepage: '' changelog-type: '' hash: 144cb09c7c7a54538194bda3d02408f558a254438ad2be5259c775a7b1ae47f8 test-bench-deps: inline-c: -any base: ! '>=4 && <5' hspec: -any safe-exceptions: -any inline-c-cpp: -any maintainer: francesco@fpcomplete.com synopsis: Lets you embed C++ code into Haskell. changelog: '' bas...
Update from Hackage at 2017-08-15T15:46:37Z
Update from Hackage at 2017-08-15T15:46:37Z
YAML
mit
commercialhaskell/all-cabal-metadata
ace58fc6fa0218274c6d3e08b896fd9e03687a34
packages/in/interpolator.yaml
packages/in/interpolator.yaml
homepage: '' changelog-type: '' hash: 17d570bce9c004ec631527b0c352954e2e4e0f13614004647b4b66f1a9ebc00d test-bench-deps: either: -any base: <5.0 hspec: -any text: -any containers: -any product-profunctors: -any interpolator: -any mtl: -any QuickCheck: -any aeson: -any template-haskell: -any mono-...
homepage: https://github.com/tvision-insights/interpolator changelog-type: '' hash: b0e0dc6714ce4fb352c530be556499df4504eed12a7f2d04bac2ae3da9d3dea7 test-bench-deps: either: -any base: <5.0 hspec: -any text: -any containers: -any product-profunctors: -any interpolator: -any mtl: -any QuickCheck: -any ...
Update from Hackage at 2018-12-21T16:55:04Z
Update from Hackage at 2018-12-21T16:55:04Z
YAML
mit
commercialhaskell/all-cabal-metadata
a774fa7213f0aed17dbe1e4e63be4b76a1ddba59
packages/la/language-dot.yaml
packages/la/language-dot.yaml
homepage: '' changelog-type: '' hash: 496812a28439a2f115c74f4d6933b39f978974dc950b1a4cdeb467b454df088a test-bench-deps: {} maintainer: Brian Lewis <brian@lorf.org> synopsis: A library for the analysis and creation of Graphviz DOT files changelog: '' basic-deps: base: ==4.* parsec: ==3.* mtl: ==1.* || ==2.* pret...
homepage: '' changelog-type: '' hash: ba3c8ad9d5d8dbc7c8edefcc49dab055bc9341b2fda3d0c4dde7b5a96344714a test-bench-deps: base: ==4.* parsec: ==3.* mtl: ==1.* || ==2.* pretty: ==1.* maintainer: Ben Gamari <ben@smart-cactus.org> synopsis: A library for the analysis and creation of Graphviz DOT files changelog: '' ...
Update from Hackage at 2016-04-13T12:40:10+0000
Update from Hackage at 2016-04-13T12:40:10+0000
YAML
mit
commercialhaskell/all-cabal-metadata
94bc8bde6a8ed8df78734e6f864f661c8987f550
packages/la/language-elm.yaml
packages/la/language-elm.yaml
homepage: https://github.com/eliaslfox/language-elm#readme changelog-type: '' hash: 8f2873bb01b79ee504c6f4204c12fdcb74fe9497abc637b4f17cb933727a4562 test-bench-deps: base: -any HUnit: -any language-elm: -any pretty: -any maintainer: eliaslfox@gmail.com synopsis: Generate elm code changelog: '' basic-deps: Mis...
homepage: https://github.com/eliaslfox/language-elm#readme changelog-type: '' hash: ee3ad07d8cb735458d24e0028933ba499c70b0a97036ee06dc0507fcc96b91e7 test-bench-deps: base: -any HUnit: -any language-elm: -any pretty: -any maintainer: eliaslfox@gmail.com synopsis: Generate elm code changelog: '' basic-deps: Mis...
Update from Hackage at 2017-08-21T06:48:23Z
Update from Hackage at 2017-08-21T06:48:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
05d49d75253d12f0442ea3c4f00daf2a283be497
packages/po/potoki-hasql.yaml
packages/po/potoki-hasql.yaml
homepage: https://github.com/metrix-ai/potoki-hasql changelog-type: '' hash: 737114290de778e5c020860e504bc1b1f41566a305968fd86fde9ba4e3c9b9e0 test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Integration of "potoki" and "hasql". changelog: '' basic-deps: hasql: ==1.1.1 bytestring: ==0.10...
homepage: https://github.com/metrix-ai/potoki-hasql changelog-type: '' hash: 1be5138bc7a066be6dfdea3fc807c4c34f737379c8aa45d81f3eeac3b8c9e668 test-bench-deps: {} maintainer: Metrix.AI Ninjas <ninjas@metrix.ai> synopsis: Integration of "potoki" and "hasql". changelog: '' basic-deps: hasql: ==1.1.1 bytestring: ==0.10...
Update from Hackage at 2018-03-25T17:00:17Z
Update from Hackage at 2018-03-25T17:00:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
3c6e94c8e0e3dd9901cd4f43068ac5b110c6e1da
.github/workflows/buildWindows.yml
.github/workflows/buildWindows.yml
name: CI-Windows on: [push] jobs: build-n-run-tests: runs-on: windows-2019 steps: - uses: actions/checkout@master - name: Build Everything run: | dotnet build - name: Download OSMesa Binary run: | curl -L http://github.com/pal1000/mesa-dist-win/releases/download...
name: CI-Windows on: [push] jobs: build-n-run-tests: runs-on: windows-2019 steps: - uses: actions/checkout@master - name: Build Everything run: | dotnet build - name: Download OSMesa Binary run: | curl -L http://github.com/pal1000/mesa-dist-win/releases/download...
Test artifact will be created even if the build fails.
Test artifact will be created even if the build fails.
YAML
mit
Cryru/SoulEngine
9cd094d1749685b587e22ce7545da4b4e31a40a8
.github/workflows/run_renovate.yml
.github/workflows/run_renovate.yml
name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: renovate: ...
name: Renovate-Dry-Run on: workflow_dispatch: inputs: pac_to_use: description: "Name of the workflow secret to use" type: string required: true branch: description: "Branch that renovate should operate on" type: string required: true jobs: renovate: ...
Update renovatebot/github-action action to v34.13.2
Update renovatebot/github-action action to v34.13.2 Signed-off-by: Renovate Bot <c71e7261d37a4f6ae4cfb0cbd79081310a237e67@renovateapp.com>
YAML
apache-2.0
TNG/JGiven,TNG/JGiven,TNG/JGiven,TNG/JGiven
017bce7de5771809d10ff7bcedae6051a9f02624
.github/workflows/nodejs.yml
.github/workflows/nodejs.yml
name: CI on: push: branches: - master pull_request: branches: - '**' jobs: test: name: Lint and test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: 'lts/*' - run: npm ci - ...
name: CI on: push: branches: - master pull_request: branches: - '**' jobs: test: name: Lint and test runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: 'lts/*' - name: Install latest ...
Use latest npm in CI
Use latest npm in CI
YAML
mit
hudochenkov/stylelint-config-hudochenkov,hudochenkov/stylelint-config-hudochenkov
64f504608b25ddb52083f84088267ae0818a7a99
provisioning/playbook.yaml
provisioning/playbook.yaml
--- - name: Node hosts: all tasks: - name: ensure python-software-properties apt: name=python-software-properties state=present sudo: true - name: add Chris Lea's node.js repo apt_repository: repo='ppa:chris-lea/node.js' state=present update-cache=yes sudo: true - name: ensure no...
--- - name: Node hosts: all tasks: - name: ensure python-software-properties apt: name=python-software-properties state=present sudo: true - name: add Chris Lea's node.js repo apt_repository: repo='ppa:chris-lea/node.js' state=present update-cache=yes sudo: true - name: ensure no...
Create temporary folder prior to mounting
Create temporary folder prior to mounting
YAML
mit
mechanica/boilerplate,mechanica/boilerplate
e36669b2537c0e3c5dce98f3ae6387afed7fe4ba
.builds/debian_stable.yml
.builds/debian_stable.yml
image: debian/stable packages: - cmake - ncurses-dev sources: - https://github.com/donmccaughey/fiends_and_fortune tasks: - setup: | cd fiends_and_fortune cmake -S . -B tmp - build: | cd fiends_and_fortune cmake --build tmp --target all test triggers: - action: em...
image: debian/stable packages: - cmake - libbsd-dev - ncurses-dev sources: - https://github.com/donmccaughey/fiends_and_fortune tasks: - setup: | cd fiends_and_fortune cmake -S . -B tmp - build: | cd fiends_and_fortune cmake --build tmp --target all test triggers:...
Add libbsd to Debian build on Sourcehut.
Add libbsd to Debian build on Sourcehut.
YAML
bsd-2-clause
donmccaughey/FiendsAndFortune,donmccaughey/FiendsAndFortune,donmccaughey/FiendsAndFortune
8ccededde23fbed04eb230ef55f02c09d615f34a
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: CI on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] python-version: ["3.9"] env: PYTHON_VERSION: ${{ matrix.python-version }} OS: ${{ matrix.os }} ...
name: CI on: [push, pull_request] jobs: test: runs-on: ${{ matrix.os }} strategy: fail-fast: true matrix: os: ["windows-latest", "ubuntu-latest", "macos-latest"] python-version: ["3.9"] env: PYTHON_VERSION: ${{ matrix.python-version }} OS: ${{ matrix.os }} ...
Fix CI micromamba on windows and non-windows
Fix CI micromamba on windows and non-windows
YAML
mit
pytroll/donfig
598c01b46fc8330e2d1d830e46cea30ef30efa2c
.github/workflows/ci.yaml
.github/workflows/ci.yaml
name: Build and publish to ECR on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-publish-image-to-ecr: uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_GOVUK_ECR...
name: CI on: workflow_dispatch: branches: - main push: branches: - main paths-ignore: - "Jenkinsfile" - ".git**" jobs: build-and-publish-image: name: Build and publish image uses: alphagov/govuk-infrastructure/.github/workflows/ci-ecr.yaml@main secrets: AWS_...
Update CI workflow to trigger deploy to integration
Update CI workflow to trigger deploy to integration This adds an additional job to the CI workflow to run a reusable workflow that writes the newly built image tag to helm charts file. This triggers ArgoCD to deploy the integration.
YAML
mit
alphagov/manuals-frontend,alphagov/manuals-frontend,alphagov/manuals-frontend,alphagov/manuals-frontend
1bd2883368b0c3d51a1e0b46c3e3da86d8c9295d
recipes/r-dbchip/meta.yaml
recipes/r-dbchip/meta.yaml
package: name: r-dbchip version: "1.1.6" source: fn: DBChIP_1.1.6.tar.gz url: http://pages.cs.wisc.edu/~kliang/DBChIP/DBChIP_1.1.6.tar.gz md5: f4b22bb2051ad6b2d33d4687754e8cee build: number: 0 # This is required to make R link correctly on Linux. rpaths: - lib/R/lib/ - lib/ requirements: b...
package: name: r-dbchip version: "1.1.6" source: fn: DBChIP_1.1.6.tar.gz url: http://pages.cs.wisc.edu/~kliang/DBChIP/DBChIP_1.1.6.tar.gz md5: f4b22bb2051ad6b2d33d4687754e8cee build: number: 1 # This is required to make R link correctly on Linux. rpaths: - lib/R/lib/ - lib/ requirements: b...
Add explicit build/run r requirement
Add explicit build/run r requirement
YAML
mit
acaprez/recipes,ivirshup/bioconda-recipes,jasper1918/bioconda-recipes,daler/bioconda-recipes,jfallmann/bioconda-recipes,gvlproject/bioconda-recipes,rob-p/bioconda-recipes,JenCabral/bioconda-recipes,joachimwolff/bioconda-recipes,phac-nml/bioconda-recipes,JenCabral/bioconda-recipes,saketkc/bioconda-recipes,ivirshup/bioco...
9d2a64e0bf7d66a0901d4268c888228524256914
tasks/main.yml
tasks/main.yml
# This role prepares a runit folder structure. # The run script itself has to be written by # the caller. --- - name: Create runit service directory file: path=/etc/sv/{{runit_name}}/log state=directory - name: Create runit supervise directory file: path={{item}} state=directory mode=0700 wit...
# This role prepares a runit folder structure. # The run script itself has to be written by # the caller. --- - name: Create runit service directory file: path=/etc/sv/{{runit_name}}/log state=directory - name: Create runit supervise directory file: path={{item}} state=directory mode=0700 wit...
Allow to disable logging for specified services
Allow to disable logging for specified services
YAML
apache-2.0
betterplace/ansible-runit-structure
c8ff75903056e636252fca1a15dfefc772354a98
compose.ontowiki-setup/docker-compose.yml
compose.ontowiki-setup/docker-compose.yml
store: image: aksw/dld-store-virtuoso7 presentation: image: aksw/dld-present-ontowiki links: - store ports: - "8080:80"
store: image: aksw/dld-store-virtuoso7 environment: PWDDBA: "password" volumes: - /tmp/volumes/virt/:/var/lib/virtuoso/db/ presentation: image: aksw/dld-present-ontowiki links: - store ports: - "8080:80"
Add entries for environment password and volume
Add entries for environment password and volume
YAML
apache-2.0
Dockerizing/dockerizing-bootstrap,Dockerizing/dockerizing-bootstrap
b463b8aa57efe514a88ef5924642ba6d99195bf2
k8s-deploy/development/secrets.yaml
k8s-deploy/development/secrets.yaml
GITCRYPT5 LJGGX%? QV7Mp>g|.i?{{^%VH A?|v!m%}d:V\|XcyV2[EY;.ЅQH$~GR
GITCRYPT6'b<Urhx&t[,/7-FLPd}Du6x)Q ܡ ^n2N x=:ΤV_[rEpvoD,RqEsWS˚ ,Eڞ:FZjn6(c^0nl.x6
Update ruby version to 2.5.5
Update ruby version to 2.5.5
YAML
mit
ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions,ministryofjustice/parliamentary-questions
8fa8516d805aa0d069a890f6aa56977180359d10
packages/gm/gmpint.yaml
packages/gm/gmpint.yaml
homepage: https://github.com/vmchale/gmpint#readme changelog-type: '' hash: 8f91ceb17e9d35278d4c83c3bc7e4c4fed97ede03facf7ad4d08ebe6b869be7b test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: GMP integer conversions changelog: '' basic-deps: base: ! '>=4.8 && <5' recursion-schemes: -any all-versions: - '0...
homepage: https://github.com/vmchale/gmpint#readme changelog-type: '' hash: 685cf498d68eca0f2dc1ff53a2f19f297a71a290e8a0099d4387621179051b3f test-bench-deps: {} maintainer: vamchale@gmail.com synopsis: GMP integer conversions changelog: '' basic-deps: base: ! '>=4.8 && <5' recursion-schemes: -any all-versions: - '0...
Update from Hackage at 2018-02-08T05:21:12Z
Update from Hackage at 2018-02-08T05:21:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
b07f1084c29c5075593d3be857efbe5dadc99f49
packages/us/userid.yaml
packages/us/userid.yaml
homepage: http://www.github.com/Happstack/userid changelog-type: '' hash: a773613219363386db87e14c3adf8ef748ea871c1a98e1e90b694c819d562164 test-bench-deps: {} maintainer: jeremy@n-heptane.com synopsis: A library which provides the UserId type and useful instances for web development changelog: '' basic-deps: base: ! ...
homepage: http://www.github.com/Happstack/userid changelog-type: '' hash: 847365cb6e59dbcb122a20eb653f3e7ca6a162b0ee29ed700d07d748561c1bf3 test-bench-deps: {} maintainer: jeremy@n-heptane.com synopsis: A library which provides the UserId type and useful instances for web development changelog: '' basic-deps: base: ! ...
Update from Hackage at 2015-09-19T01:37:47+0000
Update from Hackage at 2015-09-19T01:37:47+0000
YAML
mit
commercialhaskell/all-cabal-metadata
f4f62342e793860648062f77a79ccb39ed93b22a
packages/wi/windns.yaml
packages/wi/windns.yaml
homepage: '' changelog-type: markdown hash: bb46bfb801035791bad65e88afea9a75fafd52ec2b9e42bdb5f6dedbc87ee64f test-bench-deps: {} maintainer: hvr@gnu.org synopsis: Domain Name Service (DNS) lookup via the Windows dnsapi standard library changelog: ! '## 0.1.0.0 * First version. Released on an unsuspecting world. ' ...
homepage: '' changelog-type: markdown hash: c76bd0ad129ea694e1e20c5397a9e58232de656dfafc336ecbe9bf5accb2c1a6 test-bench-deps: {} maintainer: hvr@gnu.org synopsis: Domain Name Service (DNS) lookup via the Windows dnsapi standard library changelog: ! '## 0.1.0.0 * First version. Released on an unsuspecting world. ' ...
Update from Hackage at 2018-03-28T16:41:46Z
Update from Hackage at 2018-03-28T16:41:46Z
YAML
mit
commercialhaskell/all-cabal-metadata
1c4db4907283095afd15e8114dfb297b62844a5f
roles/nginx/tasks/main.yml
roles/nginx/tasks/main.yml
--- - name: Adding NGINX Repository, Hold on... apt_repository: repo=ppa:miteshshah/nginx-pagespeed register: nginx_repo - include: roles/libs/tasks/apt/update.yml when: nginx_repo.changed == True or nginx_key.changed == True - name: Installing NGINX, Hold on... apt: name=nginx-pagespeed state=present regis...
--- - name: Adding NGINX Repository, Hold on... apt_repository: repo=ppa:miteshshah/nginx-pagespeed register: nginx_repo - include: roles/libs/tasks/apt/update.yml when: nginx_repo.changed == True - name: Installing NGINX, Hold on... apt: name=nginx-pagespeed state=present register: package_install # The ...
Remove NGINX key not needed
Remove NGINX key not needed
YAML
mit
AnsiPress/AnsiPress,AnsiPress/AnsiPress
65be9e09336490a60683ebf9538d9bd819bb1c84
roles/piwik/tasks/main.yml
roles/piwik/tasks/main.yml
--- - name: download piwik get_url: url=http://builds.piwik.org/piwik.tar.gz dest=/tmp/piwik.tar.gz - name: extract piwik command: tar -xf /tmp/piwik.tar.gz --directory /home/ubuntu - name: copy piwik config template: src=config.ini.php dest=/home/ubuntu/piwik/config/config.ini.php
--- - name: download piwik get_url: url=http://builds.piwik.org/piwik.tar.gz dest=/tmp/piwik.tar.gz - name: extract piwik command: tar -xf /tmp/piwik.tar.gz --directory /home/deploy - name: copy piwik config template: src=config.ini.php dest=/home/deploy/piwik/config/config.ini.php
Use deploy home instead of ubuntu for piwik
Use deploy home instead of ubuntu for piwik
YAML
mit
devcon-ph/devcon-ansible-playbook
4e5529ecf30292459725afb9c9f702f9a83c95ed
zuul.d/project.yaml
zuul.d/project.yaml
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-inspector-grenade - ironic-inspector-te...
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-inspector-grenade - ironic-inspector-tem...
Add Python3 wallaby unit tests
Add Python3 wallaby unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: I254b880e98550431ca14e55871b3069...
YAML
apache-2.0
openstack/ironic-inspector,openstack/ironic-inspector
656046ca30a759abba28cd7026565e4e59a9d685
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` - image: jjanzic/docker-python3-opencv pyt...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: # specify the version you desire here # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` - image: jjanzic/docker-python3-opencv pyt...
Remove cache from circleci conf
Remove cache from circleci conf
YAML
apache-2.0
ulikoehler/cv_algorithms,ulikoehler/cv_algorithms
9d47e2eaa5467ab02f2ef7a1bd355eee7fc943b4
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: codecov: codecov/codecov@1.0.2 runtest: &runtest steps: - checkout - run: name: Install GPflow command: | pip install -U tfp-nightly-2.0-preview tfp-nightly python setup.py install - run: name: Run tests command: pytest -v -W ignore...
version: 2.1 runtest: &runtest steps: - checkout - run: name: Install GPflow command: | pip install -U tfp-nightly-2.0-preview tfp-nightly python setup.py install - run: name: Run tests command: pytest -v -W ignore::UserWarning --durations=10 -m "${PYTE...
Remove support in circleci org
Remove support in circleci org
YAML
apache-2.0
GPflow/GPflow
c362c5b2ce3145514564dda0db2398abdcf90936
.circleci/config.yml
.circleci/config.yml
jobs: build: working_directory: ~/CriminalContact docker: - image: circleci/node:10-browsers branches: only: - master steps: - checkout - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: Install dependencies ...
jobs: build: working_directory: ~/CriminalContact docker: - image: circleci/node:10-browsers branches: only: - master steps: - checkout - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: Install dependencies ...
Store build artefacts in circleci
Store build artefacts in circleci
YAML
apache-2.0
luminousuk/CriminalContact,luminousuk/CriminalContact,luminousuk/CriminalContact
8f6a9928fd119b3b0334db532a098cab0b0e1642
.circleci/config.yml
.circleci/config.yml
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.0@sha256:ce542ad74740970bbe42c8056f59e58f2c4dfa43b9f90b455319581fc990a02c working_directory: ~/repo steps: - checko...
# Python CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-python/ for more details # version: 2 jobs: build: docker: - image: circleci/python:3.7.0@sha256:dec5ac94030a5c343c81b021ca5c68cfcd36895d49b9a1960ba714ef11892799 working_directory: ~/repo steps: - checko...
Update circleci/python:3.7.0 Docker digest to dec5ac
Update circleci/python:3.7.0 Docker digest to dec5ac
YAML
bsd-3-clause
kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler,kitsuyui/bamboo-crawler
8ffb5238e675814116d3ff177919ba816b0cb005
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: gcc_5_python27: docker: - image: gcc:5 steps: - checkout - run: name: test with python2.7 command: | python ./waf configure python ./waf --check - run: name: build with python2.7 command: | pyt...
version: 2 jobs: gcc5_python27: docker: - image: gcc:5 steps: - checkout - run: name: test with python2.7 command: | python ./waf configure python ./waf --check - run: name: build with python2.7 command: | pyth...
Add the job for bulding pficommon with (almost) all extensions
Add the job for bulding pficommon with (almost) all extensions
YAML
bsd-3-clause
retrieva/pficommon,retrieva/pficommon,retrieva/pficommon,pfi/pficommon,retrieva/pficommon,retrieva/pficommon,pfi/pficommon,pfi/pficommon,pfi/pficommon
00d449a6d6cfd00a1508d2f9f86cd71f1d9dd862
.zuul.yml
.zuul.yml
ui: mocha-bdd concurrency: 1 browsers: - name: chrome version: -2..latest - name: firefox version: latest version: -2..latest - name: safari version: 5..latest - name: ie version: 8..latest
ui: mocha-bdd concurrency: 1 browsers: - name: chrome version: -1..latest - name: firefox version: latest version: -1..latest - name: safari version: 5..latest - name: ie version: 8..latest
Test fewer versions of Chrome and Firefox
Test fewer versions of Chrome and Firefox
YAML
apache-2.0
treasure-data/td-js-sdk,treasure-data/td-js-sdk
fb81938bf950d155dda9675e66845f1800dab8d4
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: node: circleci/node@5.0.2 defaults: &defaults working_directory: ~/repo docker: - image: circleci/node:latest jobs: test: <<: *defaults steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} - v1-de...
version: 2.1 orbs: node: circleci/node@5.0.2 defaults: &defaults working_directory: ~/repo docker: - image: circleci/node:latest jobs: test: <<: *defaults steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} - v1-de...
Revert "change commands on circle ci to use npm instead of yarn"
Revert "change commands on circle ci to use npm instead of yarn" This reverts commit 78425f98b12ef982c390498449702d47b0486261.
YAML
mit
moosend/mooskin-ui,moosend/mooskin-ui
c2bf78ad53886a9bc28a3fdddad85b0fa56df3d1
_apptpl/.travis.yml
_apptpl/.travis.yml
sudo: required language: node_js node_js: - "node" branches: only: - master before_install: - sudo apt-get -qq update - sudo apt-get install -y fontforge openjdk-8-jre libbatik-java install: - npm install -g ttf2eot ttf2svg bower grunt-cli - npm install - bower install script: - grunt build_deploy deploy: ...
sudo: required language: node_js node_js: - "node" branches: only: - master before_install: - sudo apt-get -qq update - sudo apt-get install -y fontforge openjdk-8-jre libbatik-java install: - npm install -g ttf2eot ttf2svg bower grunt-cli - npm install - bower install script: - grunt build_deploy deploy: ...
Align the output folder with app.json
Align the output folder with app.json
YAML
mit
julianxhokaxhiu/mockups-creator,julianxhokaxhiu/mockups-creator
f6034fbeacc5949d3600b95ec718182a81dfb58a
roles/sublimetext/tasks/main.yml
roles/sublimetext/tasks/main.yml
--- - name: Install Sublime Text 3 homebrew_cask: name: sublime-text3 state: present - name: Set Sublime Text 3 general settings template: src: Preferences.sublime-settings.j2 dest: "~/Library/Application Support/Sublime Text 3/Packages/User/Preferences.sublime-settings" - name: ...
--- - name: Install Sublime Text 3 homebrew_cask: name: sublime-text3 state: present - name: "Make sure Sublime Text preference folder exists" file: path: "~/Library/Application Support/Sublime Text 3/Packages/User" state: directory - name: Set Sublime Text 3 general settings ...
Make sure Sublime Text preference folder exists
Make sure Sublime Text preference folder exists
YAML
mit
kevinbungeneers/MacStrap,kevinbungeneers/MacStrap
bf4e76f1677a1036eb4a1aed930fe547dad409e0
packages/ea/easytensor.yaml
packages/ea/easytensor.yaml
homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: a7a332400fa3b3e9c1ce14831a57e5b80c944df765a4a333fda67c5d7716e068 test-bench-deps: easytensor: -any Cabal: ! '>=1.20' base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pure, type-...
homepage: https://github.com/achirkin/easytensor#readme changelog-type: '' hash: 4545eacd39125dcf39b6b80dfd49b420c782868eacd0ac2aa3d8dd9bffaf6738 test-bench-deps: easytensor: -any Cabal: ! '>=1.20' base: -any time: -any dimensions: -any QuickCheck: -any maintainer: chirkin@arch.ethz.ch synopsis: Pure, type-...
Update from Hackage at 2017-11-03T10:00:45Z
Update from Hackage at 2017-11-03T10:00:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
1b92111cdf6b70b789b43f95f5a8aa877020c3b6
packages/ht/http-trace.yaml
packages/ht/http-trace.yaml
homepage: https://github.com/sigrlami/http-trace#readme changelog-type: '' hash: 42b763ceae10bc7b9e08ebd392498bc242b3804f248a37cf43a9f13234126f59 test-bench-deps: {} maintainer: sergey.bushnyak@sigrlami.eu synopsis: Tracking http redirects changelog: '' basic-deps: MissingH: -any pcre-heavy: ! '>=1.0.0.0' base: !...
homepage: https://github.com/sigrlami/http-trace#readme changelog-type: '' hash: beee71b58a19cc4a13dea574bd9645315f8896a1ade15f38e005a3f945e769ef test-bench-deps: {} maintainer: sergey.bushnyak@sigrlami.eu synopsis: Tracking http redirects changelog: '' basic-deps: MissingH: -any pcre-heavy: ! '>=1.0.0.0' base: !...
Update from Hackage at 2016-06-20T21:42:59+0000
Update from Hackage at 2016-06-20T21:42:59+0000
YAML
mit
commercialhaskell/all-cabal-metadata
19ad2d5832ac96153d4a74dd9d60a8136047807e
html/changelogs/Fayrik-TheNanoingFixes.yml
html/changelogs/Fayrik-TheNanoingFixes.yml
author: Fayrik delete-after: True changes: - tweak: "Refactored all NanoUI interfaces to use a more universal proc." - bugfix: "Removed automatic updates on atmospheric pumps, canisters and tanks, making them respond to button clicks much faster."
author: Fayrik delete-after: True changes: - tweak: "Canisters now automatically close their valve when air tanks are removed from them." - tweak: "Refactored all NanoUI interfaces to use a more universal proc." - bugfix: "Removed automatic updates on atmospheric pumps, canisters and tanks, making them respond to but...
STOP TRYING TO MAKE STEALTH CHANGES, FAYRIK
STOP TRYING TO MAKE STEALTH CHANGES, FAYRIK
YAML
agpl-3.0
Bawhoppen/-tg-station,Fox-McCloud/-tg-station,Tokiko1/tgstation,Mark9013100/tgstation-m9,AlexanderUlanH/-tg-station,XDTM/tgstation,Time-Green/-tg-station-yog-rebase,Super3222/yogstation,ChangelingRain/-tg-station,infinitystation/-tg-station,lordpidey/-tg-station,Buggy123/-tg-station,Expletive/tgstation,Tacolizard/tgsta...
2668345b64c94a2c4b5cbdd88600dce91bea6bda
buildspec.yml
buildspec.yml
version: 0.2 phases: install: commands: - yum install -y zip - npm install -g serverless build: commands: - serverless --version - cd sample-app - mkdir deploy-artifacts - serverless package --package deploy-artifacts - cd deploy-artifacts && zip -r ../deploy-artif...
version: 0.2 phases: install: commands: - yum install -y zip - npm install -g serverless build: commands: - serverless --version - cd sample-app - mkdir deploy-artifacts - serverless package --package deploy-artifacts - cd deploy-artifacts && cp ../../deployspec.ym...
Update to move deploy spec to deploy pipeline stage
Update to move deploy spec to deploy pipeline stage
YAML
apache-2.0
xtraclabs/api-gw-active-standby,xtraclabs/api-gw-active-standby
ba84b74f9859e28bbe19164c5d690a0752214f85
buildspec.yml
buildspec.yml
version: 0.1 environment_variables: plaintext: FFPROBE_PATH: "bin/ffprobe" BUILD_PHASE_MARKER: build_phase_complete phases: install: commands: - echo $CODEBUILD_SOURCE_VERSION pre_build: commands: - npm install - chmod +x get-ffmpeg - ./get-ffmpeg build: commands: ...
version: 0.1 environment_variables: plaintext: FFPROBE_PATH: "bin/ffprobe" BUILD_PHASE_MARKER: build_phase_complete phases: install: commands: - echo $CODEBUILD_SOURCE_VERSION pre_build: commands: - npm install - chmod +x get-ffmpeg - ./get-ffmpeg build: commands: ...
Work on deploy package naming
Work on deploy package naming
YAML
mit
PRX/cms-audio-lambda,PRX/cms-audio-lambda
5df6e4289215e405199f7b0f0d5552f25ca679d3
config/config.yml
config/config.yml
# PatchKit Tools Configuration # Behaviour debug: true # Api connection api_url: http://api.patchkit.net # Uploading # Upload chunk size in bytes upload_chunk_size: 262144
# PatchKit Tools Configuration # Behaviour debug: true # Api connection api_url: http://api.patchkit.net # Uploading # Upload chunk size in bytes upload_chunk_size: 33554432
Change chunk size to 32 megabytes
Change chunk size to 32 megabytes
YAML
mit
patchkit-net/patchkit-tools,patchkit-net/patchkit-tools
318b41927f8ba631c17f7a04e694316df66245f8
adapt_cluster_provisioning/adapt_cluster_deployment_playbook.yml
adapt_cluster_provisioning/adapt_cluster_deployment_playbook.yml
--- # Playbook to install fileserver, master and worker tools ## Prepare fileserver - hosts: fileserver user: admin sudo: true roles: - private_ip - update - fileserver # Install tool dependencies, slurm, mount volumes - hosts: - master_private - workers vars_files: - inventory/cluster_dat...
--- # Playbook to install fileserver, master and worker tools ## Prepare fileserver - hosts: fileserver user: admin sudo: true roles: - private_ip - update - fileserver # Install tool dependencies, slurm, mount volumes - hosts: - master_private - workers vars_files: - inventory/cluster_dat...
Reboot master as well after deploying
Reboot master as well after deploying
YAML
mit
glormph/proteomics_configuration
2432183ac6276fdcd7523f2bb4db97de0332210d
recipes/blasr/meta.yaml
recipes/blasr/meta.yaml
{% set version = "5.2p1" %} package: name: blasr version: {{ version }} build: number: 0 skip: True # [not py27 or osx] source: # fn: blasr_{{ version }}.tar.gz # url: https://github.com/PacificBiosciences/blasr/archive/061bd35783637f511bdec6c237a2f8d1c0514e6e.tar.gz # md5: 257828868b17903608b010c7b2966d5...
{% set version = "4.0.0" %} package: name: blasr version: {{ version }} build: number: 0 skip: True # [not py27 or osx] source: git_url: https://github.com/PacificBiosciences/blasr.git git_rev: 8d086d747e51a409f25481524e92e99750b14d59 patches: - blasr.patch requirements: build: - gcc # [not ...
Update the version and the revision
Update the version and the revision
YAML
mit
omicsnut/bioconda-recipes,mcornwell1957/bioconda-recipes,gregvonkuster/bioconda-recipes,keuv-grvl/bioconda-recipes,CGATOxford/bioconda-recipes,bebatut/bioconda-recipes,xguse/bioconda-recipes,rvalieris/bioconda-recipes,pinguinkiste/bioconda-recipes,acaprez/recipes,keuv-grvl/bioconda-recipes,HassanAmr/bioconda-recipes,gu...
5bd2c2093f34f519cf7e8e397798a29b124d8599
recipes/verta/meta.yaml
recipes/verta/meta.yaml
{% set name = "verta" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 24db7f5922fd63db8094717a020560435e121f5bf9c7c9478bad5938fe08947e build: noarch: python ...
{% set name = "verta" %} {% set version = "0.8.1" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz sha256: 24db7f5922fd63db8094717a020560435e121f5bf9c7c9478bad5938fe08947e build: noarch: python ...
Change version specifiers from ~= to >=
Change version specifiers from ~= to >= This offers the user greater flexibility and fiat, especially if the Conda distribution can't be updated quickly.
YAML
bsd-3-clause
chrisburr/staged-recipes,ceholden/staged-recipes,dschreij/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,isuruf/staged-recipes,chrisburr/staged-recipes,kwilcox/staged-recipes,basnijholt/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,syn...
3efa9d2e046773d51d84eb11c1ae031c32a53c69
metadata/cz.vitskalicky.lepsirozvrh.yml
metadata/cz.vitskalicky.lepsirozvrh.yml
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule RepoTyp...
AntiFeatures: - NonFreeNet Categories: - Internet - Science & Education License: GPL-3.0-or-later AuthorName: Vít Skalický AuthorEmail: vit.skalicky@email.cz SourceCode: https://github.com/vitSkalicky/lepsi-rozvrh IssueTracker: https://github.com/vitSkalicky/lepsi-rozvrh/issues AutoName: Better schedule RepoTyp...
Update Better schedule to 1.5 (8)
Update Better schedule to 1.5 (8)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b53c099d5d2087c7c5653eca59d2ccbab5d5e670
zuul.d/project.yaml
zuul.d/project.yaml
--- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
--- # Copyright 2017, Rackspace US, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to ...
Allow the experimental trigger of the integrated repo
Allow the experimental trigger of the integrated repo This would allow someone to test its change with an AIO. Change-Id: I02fc1d62202ae0bcb482f304d3855a17e0088d6d
YAML
apache-2.0
openstack/openstack-ansible-galera_client,openstack/openstack-ansible-galera_client
f8c4986041e97959db117ae1a8f86423854b3f78
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/mern-starter # directory where steps will run docker: # run the steps with Docker - image: circleci/node:10.14 steps: - checkout - run: name: update-npm command: 'sudo npm install -g npm@latest' - run: name:...
version: 2 jobs: build: working_directory: ~/mern-starter # directory where steps will run docker: # run the steps with Docker - image: circleci/node:16.13 steps: - checkout - run: name: update-npm command: 'sudo npm install -g npm@latest' - run: name:...
Update nodejs to LTS version
ci: Update nodejs to LTS version
YAML
mit
PeculiarVentures/xmldsigjs,PeculiarVentures/xmldsigjs
589f5c779d346ca57cce57e07304975d535c67f9
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: debian:stable working_directory: /src/cl-png steps: - checkout - run: apt-get update -y && apt-get install -y sbcl wget gcc libpng-dev - run: wget https://beta.quicklisp.org/quicklisp.lisp - run: sbcl --load quicklisp.lisp --eval ...
version: 2 jobs: build: docker: - image: debian:stable working_directory: /src/cl-png steps: - checkout - run: apt-get update -y && apt-get install -y sbcl wget gcc libpng-dev - run: wget https://beta.quicklisp.org/quicklisp.lisp - run: sbcl --load quicklisp.lisp --eval ...
Add other tests to CircleCI
Add other tests to CircleCI
YAML
lgpl-2.1
ljosa/cl-png,ljosa/cl-png,ljosa/cl-png
306fc3eb3c0499764d8446dd47f298f8cca9ea0c
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:8@sha256:0f7e40987efd757877a64d34f49ed5b9d611e9d2f969d12bdabdf87daf45f29a - image: circleci/mongo:3@sha256:c9066bf12029c85a280120305f0ab49bd97203fae76e891aa52f0bf7342bef94 steps: - checkout - run: yarn install --frozen-lockfile ...
version: 2 jobs: build: docker: - image: circleci/node:8@sha256:0f7e40987efd757877a64d34f49ed5b9d611e9d2f969d12bdabdf87daf45f29a - image: circleci/mongo:3@sha256:04a81e1cd52345ebf5886874621d47f32662810213ef327532bf2aa63ae86dc6 steps: - checkout - run: yarn install --frozen-lockfile ...
Update circleci/mongo:3 Docker digest to 04a81e
Update circleci/mongo:3 Docker digest to 04a81e
YAML
mit
js-accounts/accounts
1284eba01c586217473ce53110aedd4fd4bbcd28
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/code docker: - image: circleci/android:api-28 environment: JVM_OPTS: -Xmx3200m steps: - checkout - restore_cache: key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }} # - run: # name: Chmo...
version: 2 reference: ## Cache gradle_key: &gradle_key jars-{{ checksum "gradle/wrapper/gradle-wrapper.properties" }}-{{ checksum "build.gradle" }} restore_gradle_cache: &restore_gradle_cache restore_cache: key: *gradle_key save_gradle_cache: &save_gradle_cache save_cache: ...
Fix Circle CI cache key
Fix Circle CI cache key
YAML
mit
fcostaa/kotlin-rxjava-android,fcostaa/kotlin-rxjava-android
11a1c93dfd4bd14538873c3bed44a91f2cb9c16e
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: environment: JVM_OPTS: -Xmx3200m docker: - image: circleci/android:api-28 steps: - checkout - restore_cache: keys: - v1-dep-{{ checksum "lib/build.gradle" }} - run: ./gradlew androidDependencies - save_cache: key: v1-dep-{{ chec...
version: 2 jobs: build: environment: JVM_OPTS: -Xmx3200m docker: - image: cimg/android:2022.03.1 steps: - checkout - restore_cache: keys: - v1-dep-{{ checksum "lib/build.gradle" }} - run: ./gradlew androidDependencies - save_cache: key: v1-dep-{{ check...
Update CircleCI Docker image to supported format
Update CircleCI Docker image to supported format
YAML
mit
auth0/Lock.Android,auth0/Lock.Android
6b0dac7d332a67e2c155fc997a5cf70b3830a41b
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout # - run: # name: update-npm # command: 'sudo npm install -g npm@latest' - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name...
version: 2 jobs: build: docker: - image: circleci/node:latest steps: - checkout # - run: # name: update-npm # command: 'sudo npm install -g npm@latest' - restore_cache: key: dependency-cache-{{ checksum "package.json" }} - run: name: insta...
Add workflow to trigger tag builds
Add workflow to trigger tag builds
YAML
mit
frederickfogerty/js-util,frederickfogerty/js-util,frederickfogerty/js-util
3b664b6c2a55efc175178c91cd68e95f659b6706
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: parallelism: 3 working_directory: ~/music-service-api docker: - image: circleci/ruby:2.4.1-node environment: RAILS_ENV: test - image: circleci/postgres:9.4.12-alpine steps: - checkout # Restore bundle cache - restore_cache: ...
version: 2 jobs: build: parallelism: 3 working_directory: ~/music-service-api docker: - image: circleci/ruby:2.4.1-node environment: RAILS_ENV: test - image: circleci/postgres:9.4.12-alpine steps: - checkout # Restore bundle cache - restore_cache: ...
Set DATABASE_URL env var in circleci
Set DATABASE_URL env var in circleci
YAML
mit
bcfalah/music-service-api,bcfalah/music-service-api
89b4b7167a3e3ff6e5ce1d6e5daeb04c0191a295
.circleci/config.yml
.circleci/config.yml
version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@volatile slack: circleci/slack@volatile executors: default: docker: - image: circleci/ruby:2.7.2 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram environment: ...
version: 2.1 orbs: ruby-orbs: sue445/ruby-orbs@volatile heroku: circleci/heroku@volatile slack: circleci/slack@volatile executors: default: docker: - image: circleci/ruby:2.7.2 environment: RACK_ENV: test - image: circleci/postgres:9.4-alpine-ram environment: ...
Revert " slack/status is removed since circleci/slack v4.0.0"
Revert " slack/status is removed since circleci/slack v4.0.0" This reverts commit b1d40eabf3b55b1932516de1995829ab563c8f6d.
YAML
mit
sue445/ccc_privacy_crawler,sue445/ccc_privacy_crawler,sue445/ccc_privacy_crawler
6fad245b6b0e82542364c6901699ad4258f9c0a0
metadata/wangdaye.com.geometricweather.yml
metadata/wangdaye.com.geometricweather.yml
AntiFeatures: - NonFreeNet Categories: - Internet License: LGPL-3.0-only AuthorName: wangdaye SourceCode: https://github.com/WangDaYeeeeee/GeometricWeather IssueTracker: https://github.com/WangDaYeeeeee/GeometricWeather/issues Changelog: https://github.com/WangDaYeeeeee/GeometricWeather/releases AutoName: Geometri...
AntiFeatures: - NonFreeNet Categories: - Internet License: LGPL-3.0-only AuthorName: wangdaye SourceCode: https://github.com/WangDaYeeeeee/GeometricWeather IssueTracker: https://github.com/WangDaYeeeeee/GeometricWeather/issues Changelog: https://github.com/WangDaYeeeeee/GeometricWeather/releases AutoName: Geometri...
Update Geometric Weather to 3.008_fdroid (30008)
Update Geometric Weather to 3.008_fdroid (30008)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
09d593d0ec01f1831d042cfb36ca5fa972b42d99
roles/db/tasks/main.yml
roles/db/tasks/main.yml
--- - name: Add the PostgreSQL public GPG key to the apt repo apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present - name: Add PostgreSQL to the sources list apt_repository: repo='deb http://apt.postgresql.org/pub/repos/apt/ {{ ansible_distribution_release }}-pgdg main' ...
--- - name: Ensure locale is available locale_gen: name=en_US.UTF-8 - name: Add the PostgreSQL public GPG key to the apt repo apt_key: url=https://www.postgresql.org/media/keys/ACCC4CF8.asc state=present - name: Add PostgreSQL to the sources list apt_repository: repo='deb http://apt.postgresql.org/p...
Make sure db locale is available on the machine before setting this.
Make sure db locale is available on the machine before setting this.
YAML
mit
jcalazan/ansible-django-stack,DavidCain/mitoc-ansible,jcalazan/ansible-django-stack,DavidCain/mitoc-ansible,DavidCain/mitoc-ansible,YPCrumble/ansible-django-stack,YPCrumble/ansible-django-stack,YPCrumble/ansible-django-stack,jcalazan/ansible-django-stack
d71db3e8ab0f987cf89f46317d45c5b45c10818d
roles/go/tasks/main.yml
roles/go/tasks/main.yml
--- - name: Install Go unarchive: src: "https://storage.googleapis.com/golang/go{{ go_version }}.darwin-amd64.tar.gz" dest: /usr/local copy: no creates: /usr/local/go/VERSION tags: - go
--- - name: Checking installed version of go command: cat /usr/local/go/VERSION register: current_go_version ignore_errors: yes tags: - go - name: Remove old version of Go file: path: /usr/local/go state: absent when: not "go{{ go_version }}" == current_go_version.stdout tags: - go - na...
Make it easy to upgrade go
Make it easy to upgrade go * Check to see if go is installed and store the version * Remove the current version of go if it is different * Install new version of go
YAML
mit
tmiller/polka
bd09aa8a72c373a157c8b3c531ab38cca80fb98b
dmAdminPlugin/modules/dmCatalogue/config/generator.yml
dmAdminPlugin/modules/dmCatalogue/config/generator.yml
generator: class: dmAdminDoctrineGenerator param: model_class: DmCatalogue theme: dmAdmin non_verbose_templates: true with_show: false route_prefix: dm_catalogue with_doctrine_route: false config: actions: ~ fields: { } list: display: - '=name' ...
generator: class: dmAdminDoctrineGenerator param: model_class: DmCatalogue theme: dmAdmin non_verbose_templates: true with_show: false route_prefix: dm_catalogue with_doctrine_route: false config: actions: ~ fields: { } list: display: - '=name' ...
Add message lists to catalogue admin
Add message lists to catalogue admin
YAML
mit
PolibudaInfo/diem,PolibudaInfo/diem,luiseduardohdbackup/diem,luiseduardohdbackup/diem,PolibudaInfo/diem,luiseduardohdbackup/diem,PolibudaInfo/diem,luiseduardohdbackup/diem
8f73a83d2a8fefd5cb4ee1dc35ccb3d1501aec7d
.zuul.d/project.yaml
.zuul.d/project.yaml
--- - project: templates: - openstack-lower-constraints-jobs - openstack-python3-victoria-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 - periodic-stable-jobs
--- - project: templates: - openstack-lower-constraints-jobs - openstack-python3-wallaby-jobs - check-requirements - publish-openstack-docs-pti - release-notes-jobs-python3 - periodic-stable-jobs
Add Python3 wallaby unit tests
Add Python3 wallaby unit tests This is an automatically generated patch to ensure unit testing is in place for all the of the tested runtimes for wallaby. See also the PTI in governance [1]. [1]: https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: Id626c4cea1f28b0c15f45052868e778...
YAML
apache-2.0
stackforge/kolla,stackforge/kolla,stackforge/kolla,openstack/kolla,openstack/kolla
147fb6bc985e9da0ff6b80a8c2eb8e2012eb8829
modules/deploy/05-k8s-snapshots-deploy.yml
modules/deploy/05-k8s-snapshots-deploy.yml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: k8s-snapshots namespace: kube-system spec: replicas: 1 template: metadata: labels: app: k8s-snapshots spec: containers: - name: k8s-snapshots image: elsdoerfer/k8s-snapshots:dev # v2.0 has a breaking bug i...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: k8s-snapshots namespace: kube-system spec: replicas: 1 template: metadata: labels: app: k8s-snapshots spec: containers: - name: k8s-snapshots # Temporarily using mrtyler version of this image due to ...
Use mrtyler version of k8s-snapshots.
Use mrtyler version of k8s-snapshots. Due to https://github.com/miracle2k/k8s-snapshots/issues/53
YAML
bsd-3-clause
mrtyler/gpii-infra,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-infra,mrtyler/gpii-terraform,mrtyler/gpii-terraform,mrtyler/gpii-infra
350147de421de8d2bc23e1a58d2afba54309eae0
ansible/host_vars/_example.yml
ansible/host_vars/_example.yml
flexget_tasks: - { name: "an_rss_feed", rss: "http://a_url"} millpond_transmission_user: something millpond_transmission_pass: redacted letsencrypt_dir: /etc/letsencrypt/live/istic.net
##### # Flexget configuration flexget_tasks: - { name: "an_rss_feed", rss: "http://a_url"} ##### # Transmission configuration millpond_transmission_user: something millpond_transmission_pass: redacted ##### # nginx config letsencrypt_dir: /etc/letsencrypt/live/[certname] ##### # plex update settings plex_email: us...
Update example config & docs
Update example config & docs
YAML
mit
aquarion/autopelago,aquarion/autopelago,aquarion/autopelago
54d348c3e4e40a1712fe6b3a6a2049f5c0a8075d
construi.yml
construi.yml
image: python:2.7 default: test targets: versiune: image: lstephen/versiune:14 run: - VERSION - -f python construi/__version__.py test_p27: &test_p before: - versiune run: python setup.py test test_p34: <<: *test_p image: python:3.4 test: before: - test_p...
image: python:2.7 default: test targets: test_p27: &test_p run: python setup.py test test_p34: <<: *test_p image: python:3.4 test: before: - test_p27 - test_p34 package: run: - rm -rf dist - python setup.py sdist release: before: - package enviro...
Remove versiune use in travis
Remove versiune use in travis
YAML
apache-2.0
lstephen/construi
4ccbabb39be9106ffff30e8466632aa1831bd1e1
.landscape.yaml
.landscape.yaml
doc-warnings: yes test-warnings: yes strictness: high max-line-length: 80 autodetect: no pep8: full: true pyroma: run: true vulture: run: true
doc-warnings: yes test-warnings: yes strictness: high max-line-length: 80 autodetect: no pep8: full: true pyroma: run: true
Remove vulture from prospector run.
Remove vulture from prospector run.
YAML
mit
jorik041/txrudp,Renelvon/txrudp,OpenBazaar/txrudp
02fa5ef1bd98ca2ed702d3f2f5bf3d15962dddcc
.landscape.yaml
.landscape.yaml
ignore-paths: - doc - cli.py - test - alembic - app_context_rqworker.py - warm.py pylint: disable: - F0401 - E0611 - W0613
ignore-paths: - doc - cli.py - test - alembic - app_context_rqworker.py - warm.py pylint: disable: - E0611 - F0401 - W0613
Change order of ignore error.
Change order of ignore error.
YAML
agpl-3.0
stefanhahmann/pybossa,PyBossa/pybossa,inteligencia-coletiva-lsd/pybossa,geotagx/pybossa,jean/pybossa,inteligencia-coletiva-lsd/pybossa,stefanhahmann/pybossa,jean/pybossa,geotagx/pybossa,Scifabric/pybossa,Scifabric/pybossa,PyBossa/pybossa,OpenNewsLabs/pybossa,OpenNewsLabs/pybossa
485dd0a59da089b5c85fb35977fd241498da3239
packages/am/amrun.yaml
packages/am/amrun.yaml
homepage: '' changelog-type: '' hash: aa45956d66e8b64d57b42f33753688e028e9b44d992d99cc06514aa4150d639d test-bench-deps: {} maintainer: janis.voigtlaender@uni-due.de synopsis: Interpreter for AM changelog: '' basic-deps: base: ! '>=3 && <5' parsec: ! '>=3.0 && <3.2' deepseq: ! '>=1.0 && <1.5' all-versions: - '0.0'...
homepage: '' changelog-type: '' hash: a8e2fda769004d057891c8259f8cdce8ff2949ab739a337db57da380a0bd6fd1 test-bench-deps: {} maintainer: janis.voigtlaender@uni-due.de synopsis: Interpreter for AM changelog: '' basic-deps: base: ! '>=3 && <5' parsec: ! '>=3.0 && <3.2' deepseq: ! '>=1.0 && <1.5' all-versions: - '0.0'...
Update from Hackage at 2020-01-17T10:16:55Z
Update from Hackage at 2020-01-17T10:16:55Z
YAML
mit
commercialhaskell/all-cabal-metadata
cd9069c60417e00780d76fca6fbc3adacbe444a2
metadata/uk.co.richyhbm.monochromatic.yml
metadata/uk.co.richyhbm.monochromatic.yml
Categories: - Graphics - Reading - Theming License: Apache-2.0 SourceCode: https://github.com/RichyHBM/Monochromatic IssueTracker: https://github.com/RichyHBM/Monochromatic/issues AutoName: Monochromatic Summary: Enable the built-in black and white mode Description: |- This app makes use of the built-in blac...
Categories: - Graphics - Reading - Theming License: Apache-2.0 SourceCode: https://github.com/RichyHBM/Monochromatic IssueTracker: https://github.com/RichyHBM/Monochromatic/issues AutoName: Monochromatic Summary: Enable the built-in black and white mode Description: |- This app makes use of the built-in blac...
Update Monochromatic to 0.3.1 (4)
Update Monochromatic to 0.3.1 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroid-data,f-droid/fdroiddata
d5efb54785181e9f9adb374ba4d2c268ce219e6f
rest-api-spec/test/delete_by_query/10_basic.yaml
rest-api-spec/test/delete_by_query/10_basic.yaml
--- "Basic delete_by_query": - do: index: index: test_1 type: test id: 1 body: { foo: bar } - do: index: index: test_1 type: test id: 2 body: { foo: baz } - do: index: index: test_1 ...
--- "Basic delete_by_query, post 1.0": - skip: version: "0 - 0.999" reason: "Since 1.0 the query top-level key in the body is required" - do: index: index: test_1 type: test id: 1 body: { foo: bar } - do: index: index: test_1 ...
Split delete by query tests pre-1.0 and post-1.0
[TEST] Split delete by query tests pre-1.0 and post-1.0 See #4074 for details
YAML
apache-2.0
masterweb121/elasticsearch,jsgao0/elasticsearch,scorpionvicky/elasticsearch,mkis-/elasticsearch,ouyangkongtong/elasticsearch,fekaputra/elasticsearch,dantuffery/elasticsearch,humandb/elasticsearch,lchennup/elasticsearch,nezirus/elasticsearch,SergVro/elasticsearch,pablocastro/elasticsearch,mnylen/elasticsearch,JervyShi/e...
366a60a5c3ae59df97f26d9615ef10b9782f9373
metadata/com.prangesoftwaresolutions.audioanchor.yml
metadata/com.prangesoftwaresolutions.audioanchor.yml
Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/flackbash/AudioAnchor IssueTracker: https://github.com/flackbash/AudioAnchor/issues Changelog: https://github.com/flackbash/AudioAnchor/releases AutoName: AudioAnchor Description: |- ''AudioAnchor'' is an audio player that tracks the l...
Categories: - Multimedia License: GPL-3.0-only SourceCode: https://github.com/flackbash/AudioAnchor IssueTracker: https://github.com/flackbash/AudioAnchor/issues Changelog: https://github.com/flackbash/AudioAnchor/releases AutoName: AudioAnchor Description: |- ''AudioAnchor'' is an audio player that tracks the l...
Update AudioAnchor to 1.9.1 (12)
Update AudioAnchor to 1.9.1 (12)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
1d936e84e9fdd056458a80aac7aeb534cf29a057
roles/i3/tasks/main.yml
roles/i3/tasks/main.yml
--- - name: Install i3 apt: name: i3 become: yes - name: Install desktop enviroment extras apt: name: "{{ item }}" become: yes with_items: - xautolock - feh - pavucontrol - moka-icon-theme - vinagre - rofi - arc-theme - lxappearance - compton - alsa-tools-gui ...
--- - name: Install i3 apt: name: i3 become: yes - name: Install desktop enviroment extras apt: name: "{{ item }}" become: yes with_items: - xautolock - feh - pavucontrol - moka-icon-theme - vinagre - rofi - arc-theme - lxappearance - compton - alsa-tools-gui ...
Install cups and tlp as part of i3 role
Install cups and tlp as part of i3 role
YAML
apache-2.0
jarias/linux-setup
cf4bcfff3a6e4968a8f1159d83d928c542126652
src/main/resources/plugin.yml
src/main/resources/plugin.yml
name: SuperbVote main: io.minimum.minecraft.superbvote.SuperbVote author: tuxed version: ${project.version} depend: [Votifier] softdepend: [Vault] api-version: "1.13" commands: superbvote: description: SuperbVote main command. aliases: [sv] vote: description: SuperbVote vote command. permissions: supe...
name: SuperbVote main: io.minimum.minecraft.superbvote.SuperbVote author: tuxed version: ${project.version} depend: [Votifier] softdepend: [Vault, PlaceholderAPI] api-version: "1.13" commands: superbvote: description: SuperbVote main command. aliases: [sv] vote: description: SuperbVote vote command. per...
Add PlaceholderAPI as a softdepend
Add PlaceholderAPI as a softdepend
YAML
epl-1.0
minecrafter/SuperbVote,minecrafter/SuperbVote
103bf1d552e4703ff17254243dd5ca101cf971d5
.platform.app.yaml
.platform.app.yaml
# This file describes an application. You can have multiple applications # in the same project. # The name of this app. Must be unique within a project. name: myphpproject # The type of the application to build. type: php:5.6 build: flavor: symfony # The relationships of the application with services or other appl...
# This file describes an application. You can have multiple applications # in the same project. # The name of this app. Must be unique within a project. name: myphpproject # The type of the application to build. type: php:7.0 build: flavor: symfony # The relationships of the application with services or other appl...
Switch to PHP 7 by default.
Switch to PHP 7 by default.
YAML
mit
platformsh/platformsh-example-symfony,pjcdawkins/tmp-symfony-demo,pjcdawkins/tmp-symfony-demo,platformsh/platformsh-example-symfony
dac5ce58cc80eb120bbea4041b2a90030bf8bbb4
packages/routine_morning_night.yaml
packages/routine_morning_night.yaml
################################################## ## Automation ################################################## automation: - alias: Turn on in the morning and sunset trigger: - platform: time at: "06:30:00" - platform: sun event: sunset offset: "-01:00:00" action: ...
################################################## ## Automation ################################################## automation: - alias: Turn on in the morning and sunset trigger: - platform: time at: "06:30:00" - platform: sun event: sunset offset: "-01:00:00" action: ...
Update to use state_attr to avoid errors when value not available
Update to use state_attr to avoid errors when value not available
YAML
mit
shortbloke/home_assistant_config
b996001bfa3b1ad17489074f364c43e24bb78284
ci/azure-pipelines-test-wheels.yml
ci/azure-pipelines-test-wheels.yml
steps: - download: current artifact: ${{ parameters.platform }}_wheels displayName: Download wheels - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' architecture: 'x64' displayName: 'Use Python $(python.version)' - script: | python -m pip install --upgrade pip pip install tox ...
steps: - download: current artifact: ${{ parameters.platform }}_wheels displayName: Download wheels - task: UsePythonVersion@0 inputs: versionSpec: '$(python.version)' architecture: 'x64' displayName: 'Use Python $(python.version)' - script: | python -m pip install --upgrade pip pip install tox ...
Add codecov to wheel tests
Add codecov to wheel tests
YAML
bsd-3-clause
h5py/h5py,h5py/h5py,h5py/h5py
38da1a723af8fc77afe2af651493fde27b053f5c
sensors/runfolder_sensor.yaml
sensors/runfolder_sensor.yaml
--- class_name: "RunfolderSensor" entry_point: "runfolder_sensor.py" description: "Sensor which monitors runfolders" poll_interval: 30 trigger_types: - name: "runfolder_ready" description: "Trigger which indicates that a runfolder is ready for processing" payload_schema: type: "o...
--- class_name: "RunfolderSensor" entry_point: "runfolder_sensor.py" description: "Sensor which monitors runfolders" poll_interval: 300 # Every 5 minutes trigger_types: - name: "runfolder_ready" description: "Trigger which indicates that a runfolder is ready for processing" payload_schem...
Increase sensor poll time to 5 min
Increase sensor poll time to 5 min Right now we see problematic behaviour since the same runfolder gets started multiple times when many things are running simultaneously.
YAML
mit
johandahlberg/arteria-packs,johandahlberg/arteria-packs,arteria-project/arteria-packs,johanherman/arteria-packs,johanherman/arteria-packs,arteria-project/arteria-packs,arteria-project/arteria-packs
e65dd8416900649343b9e72fe99c6c85371cb6aa
config/prisons/LLI-long-lartin.yml
config/prisons/LLI-long-lartin.yml
--- name: Long Lartin nomis_id: LLI enabled: false estate: Long Lartin
--- name: Long Lartin nomis_id: LLI enabled: true estate: Long Lartin address: - South Littleton - Evesham - Worcestershire - WR11 8TZ booking_window: 28 email: Socialvisits.longlartin@hmps.gsi.gov.uk lead_days: 3 phone: 01386 295188 slots: tue: - 1400-1615 thu: - 1400-1615 sat: - 1400-1600 sun: - 1400-...
Update Long Lartin for Go Live
Update Long Lartin for Go Live
YAML
mit
ministryofjustice/prison-visits,ministryofjustice/prison-visits,ministryofjustice/prison-visits
f646020b051184b76e9420a28394fad54690bb4e
playbooks/publish/releasenotes.yaml
playbooks/publish/releasenotes.yaml
- hosts: localhost roles: - prepare-docs-for-afs - role: fetch-tox-output tox_envlist: releasenotes - role: fetch-sphinx-output sphinx_output_src: "{{ zuul.project.src_dir }}/doc/build/html/" zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts" - create-afs-token - role:...
- hosts: localhost roles: - prepare-docs-for-afs - role: fetch-tox-output tox_envlist: releasenotes - role: fetch-sphinx-output sphinx_output_src: "{{ zuul.project.src_dir }}/releasenotes/build/html/" zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts" - create-afs-token ...
Switch release note publish jobs to use the correct path
Switch release note publish jobs to use the correct path This path that the release note jobs publishes things to is different than the one in the refactored job. Depends-On: If6ee519c33320db91f8a9553ed4abc099c284eec Change-Id: I0074d375be9350b51bde526e69c77e9d2b29c63b
YAML
apache-2.0
openstack-infra/project-config,openstack-infra/project-config
559fe2d8efbb6fd6614cb6611c7630b2ae02042a
roles/pull/tasks/MacOSX.yml
roles/pull/tasks/MacOSX.yml
--- - name: Ensure logfile path with correct ownership file: path: "{{ logfile }}" mode: 0644 owner: "{{ ansible_user_id }}" state: touch become: yes
--- - name: Ensure logfile path with correct ownership file: path: "{{ logfile }}" mode: 0644 owner: "{{ ansible_user_id }}" state: touch access_time: preserve modification_time: preserve become: yes
Add access and modification time to logfile touch
Add access and modification time to logfile touch
YAML
mit
aglorei/dotfiles,aglorei/dotfiles