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
4a93ae402430c94faf508038561ba3ffbe9cc311
.bazelci/presubmit.yml
.bazelci/presubmit.yml
--- x_defaults: common: &common platform: macos xcode_version: "12.4" build_targets: - "//:tulsi" test_flags: - "--nocheck_visibility" test_targets: - "//:tests" tasks: macos_latest: name: "Latest Bazel" bazel: latest <<: *common macos_last_green: name: "Last Gree...
--- x_defaults: common: &common platform: macos xcode_version: "12.4" build_targets: - "//:tulsi" test_flags: - "--nocheck_visibility" # TODO: Replace absolute home directory with `~` and move this to .bazelrc # when --sandbox_writable_path supports relative paths. # https://github...
Make '~/Library/Application Support' writable for tests running in sandboxed mode
Make '~/Library/Application Support' writable for tests running in sandboxed mode
YAML
apache-2.0
bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi,bazelbuild/tulsi
371f6863768c2cef0e02790a11bdbdc0a39f09fb
.bazelci/presubmit.yml
.bazelci/presubmit.yml
--- tasks: macos_latest: name: "Latest Bazel" platform: macos bazel: latest build_targets: - "//..." test_targets: - "//..." macos_last_green: name: "Last Green Bazel" platform: macos bazel: last_green build_targets: - "//..." test_targets: - "//..." macos...
--- x_defaults: # YAML has a feature for "repeated nodes", BazelCI is fine with extra nodes # it doesn't know about; so that is used to avoid repeating common subparts. common: &common platform: macos build_targets: - "//..." test_targets: - "//..." tasks: macos_latest: name: "Latest Ba...
Use yaml anchors, aliases, and merge to avoid repetition.
Use yaml anchors, aliases, and merge to avoid repetition. RELNOTES: None. PiperOrigin-RevId: 252430973
YAML
apache-2.0
bazelbuild/apple_support,bazelbuild/apple_support
db41dfa8d03f458edf2cccc4824f30713a232c54
.dependabot/config.yml
.dependabot/config.yml
version: 1 update_configs: - package_manager: "java:gradle" directory: "./library/" update_schedule: "daily" commit_message: prefix: "chore(deps)" - package_manager: "java:gradle" directory: "./demo/" update_schedule: "daily" commit_message: prefix: "chor...
version: 1 update_configs: - package_manager: "java:gradle" directory: "./library/" update_schedule: "weekly" commit_message: prefix: "chore(deps)" - package_manager: "java:gradle" directory: "./demo/" update_schedule: "weekly" commit_message: prefix: "ch...
Update dependabot checks to weekly
chore: Update dependabot checks to weekly
YAML
apache-2.0
googlemaps/android-maps-utils,googlemaps/android-maps-utils,googlemaps/android-maps-utils
b812be72f725a44720519eb39b8c0225a2ebfd4d
.dependabot/config.yml
.dependabot/config.yml
version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/src/supermarket" update_schedule: "daily" allowed_updates: - match: update_type: "security" - package_manager: "ruby:bundler" directory: "/src/supermarket/engines/fieri" update_schedule: "daily" allowed...
version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/src/supermarket" update_schedule: "daily" allowed_updates: - match: update_type: "security" - package_manager: "ruby:bundler" directory: "/src/supermarket/engines/fieri" update_schedule: "daily" allowed...
Enable dependabot on omnibus gemfile.locvk
Enable dependabot on omnibus gemfile.locvk Signed-off-by: Tim Smith <764ef62106582a09ed09dfa0b6bff7c05fd7d1e4@chef.io>
YAML
apache-2.0
chef/supermarket,chef/supermarket,chef/supermarket,chef/supermarket,chef/supermarket
5044c2e5eb8b81d983920c06ba160ef9fbccc78e
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: previ...
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: jekyll-pages label: Pages create: all - type: jekyll-posts label: Posts create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: previ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
fkalkhalidi/fkalkhalidi.github.io
2818fca376a2dd1b1b23b40c09f1505648da022a
templates/outputs.yml
templates/outputs.yml
Outputs: AutoScalingGroupName: Value: { Ref: AgentAutoScaleGroup } InstanceRoleName: Value: { Ref: InstanceRoleName }
Outputs: AutoScalingGroupName: Value: { Ref: AgentAutoScaleGroup } InstanceRoleName: Value: !GetAtt IAMRole.RoleName
Set InstanceRoleName output from IAMRole resource
Set InstanceRoleName output from IAMRole resource If the `InstanceRoleName` parameter (optional) is unset, the CloudFormation stack generates a name for you based on the stack name. This commit updates the output to extract the name from the resource directly which accounts for both cases, and should be more reliable...
YAML
mit
holmesjr/elastic-ci-stack-for-aws,buildkite/elastic-ci-stack-for-aws,holmesjr/elastic-ci-stack-for-aws
68fb64f2a467a5ede7aa8c2cf0b7c288912354d4
.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: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: document...
--- new_page_extension: md auto_deploy: false admin_path: '' webhook_url: sections: - type: heading label: JTemporal - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all - type: heading label: Tema - type: directory path: _layouts label: Layouts create: document...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jtemporal/jtemporal.github.io,jtemporal/jtemporal.github.io
373e74717cd84330e6f190e0bcf6cde21665078f
tests/Exceptionless.Tests/appsettings.yml
tests/Exceptionless.Tests/appsettings.yml
--- ConnectionStrings: Redis.off: localhost,abortConnect=false Elasticsearch.off: http://localhost:9200/ # Base url for the ui used to build links in emails and other places. BaseURL: 'http://localhost:9001/#!' AppScope: test # Controls whether daily summary emails are sent EnableDailySummary: false # Runs the...
--- ConnectionStrings: Redis.off: localhost,abortConnect=false Elasticsearch.off: http://localhost:9200/ # Base url for the ui used to build links in emails and other places. BaseURL: 'http://localhost:50000/' AppScope: test # Controls whether daily summary emails are sent EnableDailySummary: false # Runs the ...
Fix port to match expected content
Fix port to match expected content
YAML
apache-2.0
exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless,exceptionless/Exceptionless
704cb5c709d60e1ac6f71dba7da91ffff34249d7
Resources/config/routing/security.yml
Resources/config/routing/security.yml
darvin_admin_security_darvin_auth_login_check: path: /login/darvin-auth/check darvin_admin_security_login_check: path: /login/check darvin_admin_security_login: path: /login defaults: { _controller: DarvinAdminBundle:Security:login } darvin_admin_security_darvin_auth_login: path: /login/{...
darvin_admin_security_darvin_auth_login_check: path: /login/darvin-auth/check defaults: { _remember_me: on } darvin_admin_security_login_check: path: /login/check darvin_admin_security_login: path: /login defaults: { _controller: DarvinAdminBundle:Security:login } darvin_admin_security_da...
Enable "remember me" functionality for OAuth.
Enable "remember me" functionality for OAuth.
YAML
mit
DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle,DarvinStudio/DarvinAdminBundle
a1ead4d6b77078044a90a392151903278f740cca
.github/codeql/codeql-config.yml
.github/codeql/codeql-config.yml
name: "Fernet Java CodeQL Configuration" paths: - **/src/main/java/**/*.java paths-ignore: - **/src/test/** disable-default-queries: true queries: - uses: security-and-quality
name: "Fernet Java CodeQL Configuration" paths: - '**/src/main/java/**/*.java' paths-ignore: - '**/src/test/**' disable-default-queries: true queries: - uses: security-and-quality
Fix globbing syntax for SAST analysis
Fix globbing syntax for SAST analysis
YAML
apache-2.0
l0s/fernet-java8,l0s/fernet-java8
4bee08108b04a8622537a15a9b2792bebc1311a4
metadata/manifest.yml
metadata/manifest.yml
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '5.6.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cart...
Name: nodejs Description: Custom Node.js cartridge auto-updating to the latest stable version on each build. Version: '5.7.0' License: Node.js License License-Url: https://raw.githubusercontent.com/nodejs/node/master/LICENSE Vendor: www.nodejs.org Website: http://www.nodejs.org/ Display-Name: Node.js Auto-Updating Cart...
Bump version, since it works with Node.js 5.7.0 too
Bump version, since it works with Node.js 5.7.0 too
YAML
isc
icflorescu/openshift-cartridge-nodejs,icflorescu/openshift-cartridge-nodejs,JonasHavers/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,LTWS/OpenShift-Nodejs-LTS,LTWS/OpenShift-Nodejs-LTS,LTWS/OpenShift-Nodejs-LTS,icflorescu/openshift-cartridge-nodejs,joseph-turner/openshift-cartridge-nodejs,JonasHa...
7870cb9b5b02c06df45e93d05bbcda5f2ce5739a
.github/workflows/draft-github-release.yml
.github/workflows/draft-github-release.yml
name: Draft GitHub Release on: push: branches: [ master ] jobs: draft-github-release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: # We need to fetch the full repository in order to write complete # release notes. fetch-depth: 0 - u...
name: Draft GitHub Release on: push: branches: [ master ] jobs: draft-github-release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: # We need to fetch the full repository in order to write complete # release notes. fetch-depth: 0 - u...
Fix Draft Release workflow. RELNOTES: n/a
Fix Draft Release workflow. RELNOTES: n/a PiperOrigin-RevId: 468264690 Change-Id: I5f3f056d1ecbbeeb51d7dc8bac085804de981b53
YAML
apache-2.0
google/closure-library,google/closure-library,google/closure-library,google/closure-library,google/closure-library
c1a9159155c79222ec6213fa4d99f1281bcbcca8
.github/workflows/javascript.yml
.github/workflows/javascript.yml
name: JavaScript workflow on: push: branches: - trunk pull_request: branches: - trunk jobs: build: runs-on: ubuntu-latest steps: - name: Checkout source tree uses: actions/checkout@v2 with: fetch-depth: 10 - name: Setup Node.js uses: acti...
name: JavaScript workflow on: push: branches: - trunk pull_request: branches: - trunk jobs: node_tests: runs-on: ubuntu-latest steps: - name: Checkout source tree uses: actions/checkout@v2 with: fetch-depth: 10 - name: Setup Node.js uses:...
Add atom tests to GitHub Actions
Add atom tests to GitHub Actions
YAML
apache-2.0
valfirst/selenium,valfirst/selenium,titusfortner/selenium,HtmlUnit/selenium,SeleniumHQ/selenium,titusfortner/selenium,valfirst/selenium,SeleniumHQ/selenium,joshmgrant/selenium,SeleniumHQ/selenium,joshmgrant/selenium,SeleniumHQ/selenium,valfirst/selenium,titusfortner/selenium,valfirst/selenium,joshmgrant/selenium,HtmlUn...
c365a7aff2ecfb9658addd26a09b3f812aa3663f
.dependabot/config.yml
.dependabot/config.yml
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdepe...
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdepe...
Allow auto merge for rubocop-xxx
Allow auto merge for rubocop-xxx [ci skip]
YAML
mit
sue445/twittodon,sue445/twittodon
2354642ddfd2056a46f045cbfbae5dea50ad9eea
.dependabot/config.yml
.dependabot/config.yml
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdepe...
# c.f. https://dependabot.com/docs/config-file/ version: 1 update_configs: - package_manager: "ruby:bundler" directory: "/" update_schedule: "daily" default_assignees: - sue445 allowed_updates: - match: # Disable. Only top-level dependencies (and security patches for subdepe...
Allow to auto merge for minitest
Allow to auto merge for minitest
YAML
mit
sue445/cure-bots,sue445/cure-bots
47b3cae70d5d61d095ac4473daff0424608af085
packages/ma/mars.yaml
packages/ma/mars.yaml
homepage: https://qlfiles.net changelog-type: '' hash: c97d464b3b1dc9fa5ada19e4b55883f7c29ea2d5a83ad7313b7181ce340fd45b test-bench-deps: {} maintainer: ch.howard@zoho.com synopsis: Generates mountainous terrain using a random walk algorithm. changelog: '' basic-deps: gloss: ! '>=1.7 && <1.8' bytestring: ! '>=0.10 &...
homepage: https://qlfiles.net changelog-type: '' hash: be1db077d69fa7f4d311ab63d46c63d7f7f494eef3403fcc261348cef0dada7c test-bench-deps: {} maintainer: ch.howard@zoho.com synopsis: Generates mountainous terrain using a random walk algorithm. changelog: '' basic-deps: gloss: ! '>=1.7 && <1.8' bytestring: ! '>=0.10 &...
Update from Hackage at 2016-08-20T02:38:53+0000
Update from Hackage at 2016-08-20T02:38:53+0000
YAML
mit
commercialhaskell/all-cabal-metadata
88c874a0443cddbc4834ea6d83568ec0bae7987f
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: "/admin" webhook_url: sections: - type: directory path: projects label: Projects create: documents match: "**/*.md" templates: - project - type: directory path: journal label: Journal create: documents match: "**/*.md" templates: - journ...
--- new_page_extension: md auto_deploy: false admin_path: "/admin" webhook_url: sections: - type: directory path: projects label: Projects create: documents match: "**/*.md" templates: - project - type: directory path: journal label: Journal create: documents match: "**/*.md" templates: - journ...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
wkadwaikar/wkadwaikar.github.io,gatsbimantico/blog,gatsbimantico/blog,wkadwaikar/wkadwaikar.github.io
af6a0986cbef772328b45dc822df6bd8b540ce5e
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: admin webhook_url: sections: - type: directory path: content/events label: Events create: all match: "**/*" templates: - event - type: directory path: content label: Pages create: all match: "*" templates: - default - home - type: dire...
--- new_page_extension: md auto_deploy: false admin_path: admin webhook_url: sections: - type: directory path: content/events label: Events create: documents match: "**/*" templates: - event - type: directory path: content label: Pages create: all match: "*" templates: - default - home - type...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
sonnetmedia/linnullmann,sonnetmedia/linnullmann,sonnetmedia/linnullmann
5965db8f637d2cabc4d300da3c6be364adb82ffb
kubernetes_deploy/production/deployment.yml
kubernetes_deploy/production/deployment.yml
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: laa-cla-public spec: replicas: 3 template: metadata: labels: app: laa-cla-public-app spec: containers: - image: 926803513772.dkr.ecr.eu-west-1.amazonaws.com/laa-get-access/laa-cla-public:master name: app ...
apiVersion: extensions/v1beta1 kind: Deployment metadata: name: laa-cla-public spec: replicas: 3 template: metadata: labels: app: laa-cla-public-app spec: containers: - image: 926803513772.dkr.ecr.eu-west-1.amazonaws.com/laa-get-access/laa-cla-public:master name: app ...
Set OS Places API key as env var from k8s secret for production deploy
Set OS Places API key as env var from k8s secret for production deploy
YAML
mit
ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public,ministryofjustice/cla_public
c9cf63fc17a22015ffcf97eec3e7c3788892a8a6
ansible/roles/elasticsearch/tasks/main.yml
ansible/roles/elasticsearch/tasks/main.yml
--- # tasks file for elasticsearch # include the distro-specific stuff - include: debian.yml when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' # - include: rhel.yml when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux' - name: Start Elasticsearch Serv...
--- # tasks file for elasticsearch # include the distro-specific stuff - include: debian.yml when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' # - include: rhel.yml when: ansible_distribution == 'CentOS' or ansible_distribution == 'Red Hat Enterprise Linux' - name: Start Elasticsearch Serv...
Add the default, generic system key for Elasticsearch
Add the default, generic system key for Elasticsearch
YAML
mit
proffalken/aws-blog-framework,proffalken/aws-blog-framework,proffalken/aws-blog-framework
8b2970c094946f84133168c1d417eb8f72f56bac
ab_tests/ab_tests.yaml
ab_tests/ab_tests.yaml
--- - BenchmarkInlineLink - EpilepsyDrivingStart - SearchMatchLength - WorldwidePublishingTaxonomy
--- - BenchmarkCmTitle1 - BenchmarkInlineLink - EpilepsyDrivingStart - SearchMatchLength - WorldwidePublishingTaxonomy
Add a new Benchmarking A/B test for the child maintenance page title
Add a new Benchmarking A/B test for the child maintenance page title
YAML
mit
alphagov/fastly-configure,alphagov/fastly-configure,alphagov/fastly-configure
18c8a2f58dce81e9cf3c845816eedbf467461038
experimental/kubernetes/0-dependencies.yml
experimental/kubernetes/0-dependencies.yml
### ### DEPENDENCIES ### --- apiVersion: v1 kind: ReplicationController metadata: name: redis spec: replicas: 1 selector: component: redis template: metadata: labels: component: redis spec: containers: - name: redis-server image: redis args: ["redis-server",...
### ### DEPENDENCIES ### --- apiVersion: v1 kind: ReplicationController metadata: name: redis spec: replicas: 1 selector: component: redis template: metadata: labels: component: redis spec: containers: - name: redis-server image: redis args: ["redis-server",...
Fix typo in redis parameter.
Fix typo in redis parameter. @ttomsu please review.
YAML
apache-2.0
skim1420/spinnaker,stitchfix/spinnaker,jtk54/spinnaker,imosquera/spinnaker,skim1420/spinnaker,Roshan2017/spinnaker,skim1420/spinnaker,tgracchus/spinnaker,spinnaker/spinnaker,ewiseblatt/spinnaker,stitchfix/spinnaker,duftler/spinnaker,duftler/spinnaker,jtk54/spinnaker,imosquera/spinnaker,tgracchus/spinnaker,duftler/spinn...
f2b1090a5902658644eca474e49363d29136343f
dosbox/snapcraft.yaml
dosbox/snapcraft.yaml
name: dosbox version: "0.74-svn" summary: DOSBox description: x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics sound and DOS. It's been designed to run old DOS games under platforms that don't support it. . The followi...
name: dosbox version: "0.74-svn" summary: DOSBox description: x86 emulator with Tandy/Herc/CGA/EGA/VGA/SVGA graphics, sound and DOS DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics sound and DOS. It's been designed to run old DOS games under platforms that don't support it. . The followi...
Add build dependencies like a barbarian
Add build dependencies like a barbarian
YAML
mit
wandrewkeech/snappy-playpen,jamestait/snappy-playpen,ubuntu/snappy-playpen,elopio/snappy-playpen,elopio/snappy-playpen,ubuntu/snappy-playpen,jamestait/snappy-playpen,elopio/snappy-playpen,Zap123/snappy-playpen,jamestait/snappy-playpen,dplanella/snappy-playpen,wandrewkeech/snappy-playpen,jamestait/snappy-playpen,Winael/...
a0298e9ee997d7cd7412ed0ca751c96287c873c0
provisioning/roles/mitmproxy/tasks/main.yml
provisioning/roles/mitmproxy/tasks/main.yml
- name: Install python apt: pkg=python - name: Install development headers for python apt: pkg=python-dev - name: Install build-essential apt: pkg=build-essential - name: Install libxslt1-dev apt: pkg=libxslt1-dev - name: Install pip (required to install mitmproxy) apt: pkg=python-pip # Install netlib & mitmp...
- name: Install python apt: pkg=python - name: Install development headers for python apt: pkg=python-dev - name: Install build-essential apt: pkg=build-essential - name: Install libxslt1-dev apt: pkg=libxslt1-dev - name: Install pip (required to install mitmproxy) apt: pkg=python-pip - name: Install version ...
Install mitmproxy 0.12 now that it has been released
Install mitmproxy 0.12 now that it has been released
YAML
agpl-3.0
openaustralia/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,otherchirps/morph,openaustralia/morph,openaustralia/morph
867da898da4733992e281e822005f27a5e219025
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: redac webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: config.yaml label: Configuration upload_dir: '' public_path: '' front_matter_path: https://res...
--- new_page_extension: md auto_deploy: false admin_path: redac webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: config.yaml label: Configuration upload_dir: '' public_path: '' front_matter_path: https://res...
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
d844034e18f4995561aa0b68638d761faa326edd
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: content/post: default_front_matter_template: post upload_dir: static/images public_path: "/images" front_matter_path: '' use_front_matter_path: false file_template: ":year:/:month:/:filename:" version: 0.42.1
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: content/post: default_front_matter_template: post upload_dir: '' public_path: '' front_matter_path: '' use_front_matter_path: file_template: ":filename:" version: 0.42.1
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io,jekyll-fr/jekyll-fr.github.io
c28a68dfb1eac903cb3a4396ad7d170df59bfceb
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: true admin_path: "/admin" webhook_url: sections: - type: jekyll-posts label: News & Results create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: file_template: ":filename:" build: preview_command: bundle exec jekyll build --...
--- new_page_extension: md auto_deploy: true admin_path: "/admin" webhook_url: sections: - type: jekyll-posts label: News & Results create: all upload_dir: uploads public_path: "/uploads" front_matter_path: '' use_front_matter_path: file_template: ":filename:" build: preview_command: bundle exec jekyll build --...
Update from Forestry.io - Updated Forestry configuration benvilnis@digitalfort.com.au updated _posts/latest-news/2014-04-11-april-12th-event-postponed.markdown
Update from Forestry.io - Updated Forestry configuration benvilnis@digitalfort.com.au updated _posts/latest-news/2014-04-11-april-12th-event-postponed.markdown
YAML
mit
digitalfort/goulburnspeedway
0e411110a37dde5ee501353956385ad1a330789d
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: github-actions directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - package-ecosystem: gomod directory: "/" schedule: interval: daily open-pull-requests-limit: 10
version: 2 updates: - package-ecosystem: github-actions directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - package-ecosystem: gomod directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - package-ecosystem: npm directory: "/web" schedule: interval: weekly...
Add Dependabot for front-end deps
Add Dependabot for front-end deps Signed-off-by: Scott Andrews <3c3f88d1eb2a159b74dde1f6a188e69f8e46fb68@vmware.com>
YAML
apache-2.0
vmware/octant,vmware/octant,vmware/octant,vmware/octant,vmware/octant
dc35847baa315f222003f67fffd073dc1f7cae38
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: pip directory: "/" schedule: interval: daily open-pull-requests-limit: 10
version: 2 updates: - package-ecosystem: pip directory: "/" schedule: interval: daily open-pull-requests-limit: 10 - package-ecosystem: "github-actions" directory: "/" schedule: interval: daily
Use Dependabot to update GitHub Actions
Use Dependabot to update GitHub Actions
YAML
apache-2.0
maxmind/GeoIP2-python,maxmind/GeoIP2-python
126dc57efadf4e5d525e218d813a4d92a5950f97
spec/acceptance/nodesets/debian-607-x64.yml
spec/acceptance/nodesets/debian-607-x64.yml
HOSTS: debian-607-x64: roles: - master platform: debian-6-amd64 box: debian-607-x64-vbox4210-nocm box_url: http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210-nocm.box hypervisor: vagrant CONFIG: log_level: info trace_limit: 100 type: git
HOSTS: debian-607-x64: roles: - master platform: debian-6-amd64 box: debian-607-x64-vbox4210-nocm box_url: http://puppet-vagrant-boxes.puppetlabs.com/debian-607-x64-vbox4210-nocm.box hypervisor: vagrant CONFIG: log_level: info type: git
Increase log output when Puppet run fails
Increase log output when Puppet run fails
YAML
apache-2.0
tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal,tohuwabohu/puppet-drupal
4fbbc0f7676b60cd5d7024859b345b145eb64ec6
metadata/com.oriondev.moneywallet.yml
metadata/com.oriondev.moneywallet.yml
Categories: - Money License: GPL-3.0-only SourceCode: https://github.com/AndreAle94/moneywallet IssueTracker: https://github.com/AndreAle94/moneywallet/issues Bitcoin: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U AutoName: MoneyWallet Summary: Expense Manager Description: |- MoneyWallet is an advanced expense manager that...
Categories: - Money License: GPL-3.0-only SourceCode: https://github.com/AndreAle94/moneywallet IssueTracker: https://github.com/AndreAle94/moneywallet/issues Bitcoin: 1J3APoaFT2jcqRzpb8bEt2rwUn3mDpWE5U AutoName: MoneyWallet Summary: Expense Manager Description: |- MoneyWallet is an advanced expense manager that...
Update CV of MoneyWallet to 4.0.3.6 (62)
Update CV of MoneyWallet to 4.0.3.6 (62)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
16f51d1a9603a03725b7bd16509dc878bfd3c3d6
metadata/rocks.poopjournal.flashy.yml
metadata/rocks.poopjournal.flashy.yml
Categories: - System License: Apache-2.0 AuthorName: Crazy Marvin & Contributors AuthorEmail: marvin@poopjournal.rocks WebSite: https://poopjournal.rocks/Flashy/ SourceCode: https://github.com/Crazy-Marvin/Flashy IssueTracker: https://github.com/Crazy-Marvin/Flashy/issues Translation: https://crowdin.com/project/flas...
Categories: - System License: Apache-2.0 AuthorName: Crazy Marvin & Contributors AuthorEmail: marvin@poopjournal.rocks WebSite: https://poopjournal.rocks/Flashy/ SourceCode: https://github.com/Crazy-Marvin/Flashy IssueTracker: https://github.com/Crazy-Marvin/Flashy/issues Translation: https://crowdin.com/project/flas...
Update Flashy to 1.3 (4)
Update Flashy to 1.3 (4)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
452a84ea320839330c1eb9b4f2f6f001a0673c44
playbooks/edx-east/legacy_certificates.yml
playbooks/edx-east/legacy_certificates.yml
# ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml - name: Deploy legacy_certs hosts: all sudo: True gather_facts: True vars: serial_count: 1 repo_url: "git@github.com:edx/certificates.git" repo_path: "/opt/wwc/certificates" certific...
# ansible-playbook -i ec2.py --limit="tag_cluster_certificates:&tag_environment_loadtest" legacy_certificates.yml - name: Deploy legacy_certs hosts: all sudo: True gather_facts: True vars: serial_count: 1 repo_url: "git@github.com:edx/certificates.git" repo_path: "/opt/wwc/certificates" certific...
Install requirements after we checkout the code.
Install requirements after we checkout the code.
YAML
agpl-3.0
edx/configuration,open-craft/configuration,arbrandes/edx-configuration,louyihua/configuration,arbrandes/edx-configuration,leansoft/configuration,nunpa/configuration,hastexo/edx-configuration,eduStack/configuration,gsehub/configuration,joshhu/configuration,bugcy013/edx_infra,4eek/configuration,hastexo/edx-configuration-...
0913d208839985bd47fd1c3a9d6db86bd1fcc3c0
helm_deploy/cla-backend/values-training.yaml
helm_deploy/cla-backend/values-training.yaml
# Default values for cla-backend in a dev environment. # This is a YAML-formatted file. # Declare variables to be passed into your templates. environment: "training" image: pullPolicy: IfNotPresent localPostgres: enabled: false ingress: enabled: true whitelist_additional: - 52.49.175.131/32 # Lists don'...
# Default values for cla-backend in a dev environment. # This is a YAML-formatted file. # Declare variables to be passed into your templates. environment: "training" image: pullPolicy: IfNotPresent localPostgres: enabled: false ingress: enabled: true whitelist_additional: - 52.49.175.131/32 # Lists don'...
Use the newly migrated postgres10 database credentials for training environment
Use the newly migrated postgres10 database credentials for training environment
YAML
mit
ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend,ministryofjustice/cla_backend
909d16462c2525c6c86eb8b2bb6cb83bab7bc524
packages/sy/symmetric-properties.yaml
packages/sy/symmetric-properties.yaml
homepage: https://github.com/joelburget/symmetric-properties#readme changelog-type: '' hash: d69c4dcac09b483eedd07219daa883fdad98e24292b972a1be794eca9b19a408 test-bench-deps: symmetric-properties: -any base: -any hspec: -any HUnit: -any maintainer: joelburget@gmail.com synopsis: Monoids for sameness and uniquen...
homepage: https://github.com/joelburget/symmetric-properties#readme changelog-type: '' hash: c44a0cd2f900b0687b3133d81d619c2a87b48d62ac04d5225b1ac865e43cd60d test-bench-deps: symmetric-properties: -any base: -any hspec: -any HUnit: -any maintainer: joelburget@gmail.com synopsis: Monoids for sameness and uniquen...
Update from Hackage at 2019-01-15T20:45:50Z
Update from Hackage at 2019-01-15T20:45:50Z
YAML
mit
commercialhaskell/all-cabal-metadata
104120dfa000f12f8083a7ac1630c13f04f789c5
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push: branches: [ master ] jobs: build-launcher: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Set up Go uses: actions/setup-go@v2 with: go-version: 1.16 - name: Install Wails run: go get -u github.com/wailsapp/wails/cmd/wai...
name: Build on: push: branches: [ master ] jobs: build-launcher: runs-on: windows-latest steps: - uses: actions/checkout@v2 - name: Set up Go uses: actions/setup-go@v2 with: go-version: 1.16 - name: Install Wails run: go get -u github.com/wailsapp/wails/cmd/wai...
Remove rebase from deactivator commit job
Remove rebase from deactivator commit job
YAML
mit
SophieAu/imperial-splendour-launcher,SophieAu/imperial-splendour-launcher,SophieAu/imperial-splendour-launcher,SophieAu/imperial-splendour-launcher
697b161e5824851c0803161902c361d133bda2e7
.github/workflows/build.yml
.github/workflows/build.yml
name: Build on: push: branches: - master tags: - '*' pull_request: types: [opened, reopened, synchronize] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [8.x, 10.x, 12.x, 13.x] steps: - name: Use Node.js ${{ matrix.node-version }} ...
name: Build on: push: branches: - master tags: - '*' pull_request: types: [opened, reopened, synchronize] jobs: test: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, 12.x, 13.x] steps: - name: Use Node.js ${{ matrix.node-version }} use...
Remove Node 8 from CI
Remove Node 8 from CI
YAML
mpl-2.0
ethereumjs/ethereumjs-util,ethereum/ethereumjs-vm,ethereumjs/ethereumjs-util,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm,ethereumjs/ethereumjs-vm
4f1646a98ddb7edc29995a36b41251c42ab9a655
.github/workflows/maven.yml
.github/workflows/maven.yml
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
Bump actions/setup-java from 2 to 3
Bump actions/setup-java from 2 to 3 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java depe...
YAML
apache-2.0
mojohaus/keytool
1bd0c095e9904be1bd9ca7a57b9d94864f11d923
.github/workflows/maven.yml
.github/workflows/maven.yml
name: Java CI with Maven on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Cache local Maven...
name: Java CI with Maven on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: java-version: 1.8 - name: Cache local Maven...
Add Sonar token as environment variable
Add Sonar token as environment variable
YAML
lgpl-2.1
mreutegg/laszip4j
3b70f211c42d7265a292970e71fc4328d9e4f648
metadata/io.github.domi04151309.powerapp.yml
metadata/io.github.domi04151309.powerapp.yml
Categories: - System License: GPL-3.0-only AuthorName: Dominik AuthorWebSite: https://domi04151309.github.io/ WebSite: https://domi04151309.github.io/Android/Powerapp SourceCode: https://github.com/Domi04151309/Power-App-for-Android IssueTracker: https://github.com/Domi04151309/Power-App-for-Android/issues AutoName:...
Categories: - System License: GPL-3.0-only AuthorName: Dominik AuthorWebSite: https://domi04151309.github.io/ WebSite: https://domi04151309.github.io/Android/Powerapp SourceCode: https://github.com/Domi04151309/Power-App-for-Android IssueTracker: https://github.com/Domi04151309/Power-App-for-Android/issues AutoName:...
Update Power App to 1.8.5 (185)
Update Power App to 1.8.5 (185)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
6ebcf64197347af44762526240e3ae486aab3a31
conda-recipe/meta.yaml
conda-recipe/meta.yaml
package: name: blueksy version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: ../ build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }} requireme...
package: name: blueksy version: {{ environ['GIT_DESCRIBE_TAG'] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: ../ build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ.get('GIT_BUILD_STR', '') }}_np{{ np }}py{{ py }} requireme...
Update recipe to python >=3.4.3
MNT: Update recipe to python >=3.4.3
YAML
bsd-3-clause
ericdill/bluesky,ericdill/bluesky
9ddade3a29ae4afea2c36eeb37d92e1d5f18ebd0
conda.recipe/meta.yaml
conda.recipe/meta.yaml
package: name: deepdive version: "0.8" source: git_url: git@github.com:HazyResearch/deepdive.git git_rev: "ae2558a974e5367a086f28e762dc14846b00f0e6" build: script_env: - USER requirements: build: - python - setuptools - coreutils ==8.21 - cmake run: - python - pyhocon ==0.3...
package: name: deepdive version: "0.8" source: git_url: ../ build: script_env: - USER requirements: build: - python - setuptools - coreutils ==8.21 - cmake run: - python - pyhocon ==0.3.30 - coreutils ==8.21 - moreutils ==0.59 - jq ==1.5 - graphviz ==2.38.0 ...
Fix conda build to use the checked-out commit
Fix conda build to use the checked-out commit
YAML
apache-2.0
shahin/deepdive,HazyResearch/deepdive,shahin/deepdive,sky-xu/deepdive,HazyResearch/deepdive,HazyResearch/deepdive,sky-xu/deepdive,HazyResearch/deepdive
dd6e6fb592bc1b5faf9971a4e837a5b2d5d6c591
packages/chiffchaff-reporter-www/.travis.yml
packages/chiffchaff-reporter-www/.travis.yml
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 - node_js: 6 - node_js: node env: COVERALLS=1
language: node_js matrix: include: - node_js: '0.10' - node_js: '0.12' - node_js: iojs - node_js: 4 - node_js: 5 - node_js: 6 - node_js: node
Disable Coveralls until we have tests
Disable Coveralls until we have tests
YAML
mit
zentrick/chiffchaff,zentrick/chiffchaff
6ed66569898ea87b0d85bfb9590816c566dec5dd
catalog/Developer_Tools/irb_Alternatives.yml
catalog/Developer_Tools/irb_Alternatives.yml
name: irb Alternatives description: projects: - pry - ripl
name: irb Alternatives description: projects: - fir - pry - rib - ripl
Add fir and rib into the irb alternative.
Add fir and rib into the irb alternative.
YAML
mit
rubytoolbox/catalog
a3297968dafb54417dbadf8b7db21e438bbb4000
tenets/codelingo/go/lingo_bundle.yaml
tenets/codelingo/go/lingo_bundle.yaml
description: Best Practices for Golang. version: 0.0.0 tenets: - bool-param - empty-slice - global-var - golint - goto - marshalling - nil-only-functions - println-format-strings - reallocated-slice - sprintf - tested - ticker-in-for-switch - todo - unconvert tags: - golang - go
description: Best Practices for Golang. version: 0.0.0 tenets: - assignment-to-nil-map - bool-param - empty-slice - global-var - golint - goto - marshalling - nil-only-functions - println-format-strings - reallocated-slice - sprintf - tested - ticker-in-for-switch - todo - unconvert tags:...
Add tenet to bundle file
Add tenet to bundle file
YAML
agpl-3.0
lingo-reviews/lingo,lingo-reviews/lingo
8095b8539a7d89ed03fe84c1aa2463c5e3971d95
.github/workflows/test-with-docker.yml
.github/workflows/test-with-docker.yml
# This is a basic workflow to help you get started with Actions name: test-with-docker # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ master ] pull_request: branches: [ master ] # A workflow run is made up ...
# This is a basic workflow to help you get started with Actions name: test-with-docker # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: push: branches: [ master ] pull_request: branches: [ master ] schedule: # * is a spec...
Add a scheduled run to the Github Workflow Actions
Add a scheduled run to the Github Workflow Actions This will allow us to catch bitrotted changes like https://github.com/e-mission/e-mission-docs/issues/513 or https://github.com/e-mission/e-mission-docs/issues/511 and make it easier for people who don't want to use docker to install
YAML
bsd-3-clause
shankari/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,shankari/e-mission-server,e-mission/e-mission-server,e-mission/e-mission-server
7405b0976e708fcfd73e48403c8b491f5aa95cef
scripts/system-test-config/generate-cert.yml
scripts/system-test-config/generate-cert.yml
properties: bits-service: tls: ca: ((bits_service_ssl.ca)) cert: ((bits_service_ssl.certificate)) key: ((bits_service_ssl.private_key)) variables: - name: default_ca type: certificate options: is_ca: true common_name: ca - name: bits_service_ssl type: certificate options: c...
properties: bits-service: tls: ca: ((bits_service_ssl.ca)) cert: ((bits_service_ssl.certificate)) key: ((bits_service_ssl.private_key)) variables: - name: default_ca type: certificate options: is_ca: true common_name: ca - name: bits_service_ssl type: certificate options: c...
Remove IP from alternative names for bits certs
Remove IP from alternative names for bits certs [#156533708] Signed-off-by: Norman Sutorius <c92e212d4253616268289a70bdbb216a97333b3e@de.ibm.com>
YAML
apache-2.0
cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release,cloudfoundry-incubator/bits-service-release
ea4a194e65b1786f111f2c2796e90c25404eeb4d
ci/tasks/create-jumpbox.yml
ci/tasks/create-jumpbox.yml
--- platform: linux image: docker:///bosh/vsphere-cpi-release inputs: - name: bosh-cpi-release run: path: bosh-cpi-release/ci/tasks/create-jumpbox.sh
--- platform: linux image: docker:///bosh/vsphere-cpi-release inputs: - name: bosh-cpi-release tags: ["vsphere"] run: path: bosh-cpi-release/ci/tasks/create-jumpbox.sh
Add vsphere tag for jumpbox build.
Add vsphere tag for jumpbox build. Sends you to the right location when doing a `fly execute` Signed-off-by: caleb miles <906dbe5b21c7025e252f807d6724eb4d0fd7fb4c@pivotal.io>
YAML
apache-2.0
cloudfoundry-incubator/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release,cloudfoundry-incubator/bosh-vsphere-cpi-release,nimbus-cloud/bosh-vsphere-cpi-release,nimbus-cloud/bosh-vsphere-cpi-release,nimbus-cloud/bosh-vsphere-cpi-release,cloudfoundry-i...
7418d71ea37a9b31d406dba4d41ab63fa1b0dcec
ansible/roles/post_data/tasks/main.yml
ansible/roles/post_data/tasks/main.yml
- file: path: /srv/post_data state: directory owner: root group: root mode: 0755 - copy: src: srv/post_data/post_data.sh dest: /srv/post_data/post_data.sh owner: root group: root mode: 0755 notify: restart post_data - copy: src: srv/post_data/post_data.conf dest: /srv/p...
- file: path: /srv/post_data state: directory owner: root group: root mode: 0755 - copy: src: srv/post_data/post_data.sh dest: /srv/post_data/post_data.sh owner: root group: root mode: 0755 notify: restart post_data - copy: src: srv/post_data/post_data.conf dest: /srv/p...
Fix typo config_yaml to config.yaml.
Fix typo config_yaml to config.yaml.
YAML
mit
groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops,groovenauts/raspi-ops
4cb2575474cd382ec6ec77efce73f9ae302dee3b
config/oembed_providers.yml
config/oembed_providers.yml
# SECURITY NOTICE! CROSS-SITE SCRIPTING! # these endpoints may inject html code into our page # note that 'endpoint' is the only information # in OEmbed that we can trust. anything else may be spoofed! daily_motion: endpoint: "https://www.dailymotion.com/services/oembed" urls: - http://www.dailymotion.com/video...
# SECURITY NOTICE! CROSS-SITE SCRIPTING! # these endpoints may inject html code into our page # note that 'endpoint' is the only information # in OEmbed that we can trust. anything else may be spoofed! daily_motion: endpoint: "https://www.dailymotion.com/services/oembed" urls: - http://www.dailymotion.com/video...
Add media.ccc.de as trusted oEmbed endpoint
Add media.ccc.de as trusted oEmbed endpoint
YAML
agpl-3.0
Flaburgan/diaspora,despora/diaspora,Flaburgan/diaspora,despora/diaspora,Flaburgan/diaspora,diaspora/diaspora,Muhannes/diaspora,jhass/diaspora,KentShikama/diaspora,jhass/diaspora,Amadren/diaspora,spixi/diaspora,Muhannes/diaspora,Amadren/diaspora,geraspora/diaspora,despora/diaspora,Muhannes/diaspora,geraspora/diaspora,Ke...
1c6fe10283477b8903d86c39d6115626671c56d6
locale/flarum-lock.yml
locale/flarum-lock.yml
flarum-lock: forum: discussion_locked_notification: "{username} locked" discussion_locked_post: "{username} locked the discussion." discussion_unlocked_post: "{username} unlocked the discussion." notify_discussion_locked: Someone locks a discussion I started locked: Locked lock: Lock unloc...
flarum-lock: ## # UNIQUE KEYS - The following keys are used in only one location each. ## # Strings in this namespace are used by the admin interface. admin: # These strings are used in the Permissions page of the admin interface. permissions: lock_discussions_label: Lock discussions # Str...
Reorganize key names for Lock
Reorganize key names for Lock See [flarum/core #265](https://github.com/flarum/core/issues/265). - Adjusts key names to three-tier namespacing. - Adds newly extracted strings. - Adds commenting to match core.
YAML
mit
pladask/flarum-ext-norwegian-bokmal,FlarumChina/flarum-ext-simplified-chinese-pro,ogioncz/flarum-ext-czech,flarum/flarum-ext-english,gtugablue/flarum-ext-portuguese,pladask/flarum-ext-norwegian-nynorsk,balkanje/flarum-ext-bosnian1,ogioncz/flarum-ext-czech,raweba/flarum-ext-danish,flarum/english,FlarumChina/flarum-ext-s...
e6f73bd5ec06200fd0fd7462b3e68c0ce3876f26
ovh/docker-compose.yml
ovh/docker-compose.yml
version: '3.2' services: rancher: image: rancher/rancher restart: unless-stopped # ports: # - "8080:80" # - "8443:443" lapi: build: context: . dockerfile: lapi.dockerfile restart: unless-stopped caddy: image: abiosoft/caddy restart: unless-stopped volumes: ...
version: "3.2" services: lapi: build: context: . dockerfile: lapi.dockerfile restart: unless-stopped enviroment: - BROKER_HOST: mqtt.lambdaspace.gr - BROKER_PORT: 1883 - MQTT_TOPIC_HACKERS: "lambdaspace/spacestatus/hackers" - MQTT_TOPIC_STATS: "lambdaspace/spacestatus/...
Add env variables to lapi
feat: Add env variables to lapi
YAML
mit
techministry/website-dockerfile
133935d855dd601118c9e559d6585a44a99d9b3f
packages/lt/ltext.yaml
packages/lt/ltext.yaml
homepage: '' changelog-type: '' hash: 686ca12e964fa200ea2ae167d1b37d6a3d94b6d3cdba3ca8eece32be87d4e190 test-bench-deps: base: -any hspec: -any maintainer: Athan Clark <athan.clark@gmail.com> synopsis: Higher-order file applicator changelog: '' basic-deps: base: ! '>=4.6 && <5' text: -any composition: -any p...
homepage: '' changelog-type: '' hash: 7e2fe707c7b39cac8241d02ae20907e937c93a39105e50576d834b0fe6045585 test-bench-deps: base: -any hspec: -any mtl: -any maintainer: Athan Clark <athan.clark@gmail.com> synopsis: Higher-order file applicator changelog: '' basic-deps: base: ! '>=4.6 && <5' text: -any compositi...
Update from Hackage at 2015-05-31T16:20:10+0000
Update from Hackage at 2015-05-31T16:20:10+0000
YAML
mit
commercialhaskell/all-cabal-metadata
688955dd65a563c192fc9bf11102236427afc7bc
packages/sk/skews.yaml
packages/sk/skews.yaml
homepage: https://github.com/iij-ii/skews#readme changelog-type: '' hash: c6501b60e60bd52fd425fa01489bad19d66b4bc2b0e079251d5731d75276787f test-bench-deps: envy: -any bytestring: -any base: -any hspec: -any deque: -any network: -any async: ! '>=2.1.1' websockets: -any skews: -any maintainer: yuji-yama...
homepage: https://github.com/iij-ii/direct-hs/tree/master/skews changelog-type: '' hash: 8d1a18c316908da4ee9fd68e9b6001628a06e6ad2347e0ae43b8257b51798ded test-bench-deps: envy: -any bytestring: -any base: -any hspec: -any deque: -any network: -any async: ! '>=2.1.1' websockets: -any skews: -any mainta...
Update from Hackage at 2019-03-04T02:53:12Z
Update from Hackage at 2019-03-04T02:53:12Z
YAML
mit
commercialhaskell/all-cabal-metadata
23c34f2e6911cd06ad2dd1ddc9dab66463832816
packages/te/tempi.yaml
packages/te/tempi.yaml
homepage: http://github.com/dktr0/tempi changelog-type: '' hash: 8c1dd9dcd5cac73b79f62a0941d66c6d237488bec5d1129852ed148359b5cd45 test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For representing musical tempi changelog: '' basic-deps: base: '>=4.8 && <5' time: '>=1.8.0.2 && <1.9' all-ve...
homepage: http://github.com/dktr0/tempi changelog-type: '' hash: 55b436847e9609d74d49acf88f4e3e3bc8b10a0f89f79e39466f8bbbb182fb01 test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For representing musical tempi changelog: '' basic-deps: base: '>=4.8 && <5' time: '>=1.8.0.2 && <1.9' all-ve...
Update from Hackage at 2020-04-20T23:15:17Z
Update from Hackage at 2020-04-20T23:15:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
f97addbc6b5742383ca738929db1d2ab7fac6d8a
packages/el/elbow.yaml
packages/el/elbow.yaml
homepage: http://github.com/GregorySchwartz/elbow#readme changelog-type: '' hash: 931564aae88763a58c272c70b79dbca4276f4932657fd58799424aba163d147d test-bench-deps: {} maintainer: gsch@pennmedicine.upenn.edu synopsis: Find the elbow point. changelog: '' basic-deps: base: ! '>=4.7 && <5' hmatrix: -any safe: -any al...
homepage: http://github.com/GregorySchwartz/elbow#readme changelog-type: '' hash: 72d0783cacc4b7b716481dc1d381b91f85aae70f2426f2bbe5c9aaa84bc8a7b5 test-bench-deps: {} maintainer: gsch@pennmedicine.upenn.edu synopsis: Find the elbow point. changelog: '' basic-deps: base: ! '>=4.7 && <5' hmatrix: -any safe: -any al...
Update from Hackage at 2020-02-20T15:52:06Z
Update from Hackage at 2020-02-20T15:52:06Z
YAML
mit
commercialhaskell/all-cabal-metadata
dbf2af3f1af9f3d637d6a7b14f1b2dc5b0c3b77f
roles/configs/molecule/default/molecule.yml
roles/configs/molecule/default/molecule.yml
--- dependency: name: galaxy driver: name: docker platforms: - name: ubuntu_focal image: geerlingguy/docker-ubuntu2004-ansible capabilities: - SYS_ADMIN command: "/usr/sbin/init" tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro pre_build_image: true ...
--- dependency: name: galaxy driver: name: docker platforms: - name: ubuntu_focal image: geerlingguy/docker-ubuntu2004-ansible capabilities: - SYS_ADMIN command: "/usr/sbin/init" tmpfs: - /run - /tmp volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro pre_build_image: true ...
Add stdout_callback debug for provisioner
Add stdout_callback debug for provisioner
YAML
mit
aglorei/dotfiles,aglorei/dotfiles
cf6b973f7585428e03641d3379ed85985600f081
lib/assets/sample/product_categories.yml
lib/assets/sample/product_categories.yml
--- - _assoc: compute name: Compute description: Compute and server resources tag_list: [server] - _assoc: storage name: Storage description: Media and CDN delivery tag_list: [storage, cdn] - _assoc: database name: Database description: Databases tag_list: [database] - _assoc: cluster name: Clustere...
--- - _assoc: Demo name: Demo description: Demo services and resources tag_list: [demo] - _assoc: compute name: Compute description: Compute and server resources tag_list: [server] - _assoc: storage name: Storage description: Media and CDN delivery tag_list: [storage, cdn] - _assoc: database name: D...
Add demo product category to seed
Add demo product category to seed
YAML
apache-2.0
mafernando/jellyfish-demo,projectjellyfish/jellyfish-demo,projectjellyfish/jellyfish-demo,mafernando/jellyfish-demo,projectjellyfish/jellyfish-demo,mafernando/jellyfish-demo
f9e48b2d09e7d13054dccc76c0f6e44b9f1b9d95
packages/ye/yesod-form-bootstrap4.yaml
packages/ye/yesod-form-bootstrap4.yaml
homepage: https://github.com/ncaq/yesod-form-bootstrap4#readme changelog-type: '' hash: 32856130e8a1c0fd6017f3af578909a1da05df72ff34d8a280a341c43ba5006b test-bench-deps: {} maintainer: ncaq@ncaq.net synopsis: renderBootstrap4 changelog: '' basic-deps: shakespeare: -any yesod-core: -any base: ! '>=4.7 && <5' bla...
homepage: https://github.com/ncaq/yesod-form-bootstrap4#readme changelog-type: '' hash: d14ffd56c120fa74bfbd5104dbcd3e5881ddff36d37b092600de6728d52da0d1 test-bench-deps: {} maintainer: ncaq@ncaq.net synopsis: renderBootstrap4 changelog: '' basic-deps: shakespeare: -any yesod-core: -any base: ! '>=4.7 && <5' bla...
Update from Hackage at 2020-03-04T10:08:23Z
Update from Hackage at 2020-03-04T10:08:23Z
YAML
mit
commercialhaskell/all-cabal-metadata
2b881326a17d22d2fef1d507ecdc0a457f8b7768
metadata/de.jepfa.personaltasklogger.yml
metadata/de.jepfa.personaltasklogger.yml
Categories: - Time License: MIT AuthorName: Jens Pfahl AuthorWebSite: https://jepfa.de WebSite: https://everydaytasks.jepfa.de SourceCode: https://github.com/jenspfahl/EverydayTasks IssueTracker: https://github.com/jenspfahl/EverydayTasks/issues Changelog: https://github.com/jenspfahl/EverydayTasks/releases AutoName...
Categories: - Time License: MIT AuthorName: Jens Pfahl AuthorWebSite: https://jepfa.de WebSite: https://everydaytasks.jepfa.de SourceCode: https://github.com/jenspfahl/EverydayTasks IssueTracker: https://github.com/jenspfahl/EverydayTasks/issues Changelog: https://github.com/jenspfahl/EverydayTasks/releases AutoName...
Update Everyday Tasks to 1.0.1 (10001)
Update Everyday Tasks to 1.0.1 (10001)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
101090d5e9245006742109b2011d3986b7f92858
roles/bspwm-environment/tasks/main.yml
roles/bspwm-environment/tasks/main.yml
--- - name: Install standard desktop packages apt: pkg="{{ item }}" state=latest with_items: # Audio - alsa-base - pulseaudio # Terminal - rxvt-unicode-256color # Image viewer et background manager - feh - gpicview # Themes manager - lxappearance # File browser (+ autmou...
--- - name: Install standard desktop packages apt: pkg="{{ item }}" state=latest with_items: # Audio - alsa-base - pulseaudio # Terminal - rxvt-unicode-256color # Image viewer et background manager - feh - gpicview # Themes manager - lxappearance # File browser (+ autmou...
Add missing packages in bspwm-environment role
Add missing packages in bspwm-environment role
YAML
mit
ivannieto/ansible-ubuntu,ivannieto/ansible-ubuntu,Benoth/ansible-ubuntu,Benoth/ansible-ubuntu
e2d5983b3fb0d6c146193c5bb99c7341b79daa00
packages/ha/haskellish.yaml
packages/ha/haskellish.yaml
homepage: http://github.com/dktr0/Haskellish changelog-type: '' hash: 9703fc1aa2ee147e40f456e6bbdb67f88fbd12fcf81632d1122d2bf497adab99 test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For parsing Haskell-ish languages changelog: '' basic-deps: base: '>=4.8 && <5' text: <1.3 containers:...
homepage: http://github.com/dktr0/Haskellish changelog-type: '' hash: 74e438e12f16980894946d102e903a1cf0032960f125dd2c4c724ea31766a0af test-bench-deps: {} maintainer: David Ogborn <ogbornd@mcmaster.ca> synopsis: For parsing Haskell-ish languages changelog: '' basic-deps: base: '>=4.8 && <5' text: <1.3 containers:...
Update from Hackage at 2021-02-15T20:33:17Z
Update from Hackage at 2021-02-15T20:33:17Z
YAML
mit
commercialhaskell/all-cabal-metadata
e491e77e1c77385104afc4bec8631eac858302bc
packages/ti/tidal-midi.yaml
packages/ti/tidal-midi.yaml
homepage: http://tidal.lurk.org/ changelog-type: '' hash: 5025f16d4ac506f86ab5c067aedc22b2ec939e12d9cf40abcb943dbf4e841f7a test-bench-deps: {} maintainer: Alex McLean <alex@slab.org>, Mike Hodnick <mike.hodnick@gmail.com> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -...
homepage: http://tidal.lurk.org/ changelog-type: '' hash: d2ea5991698ce3ec213140383305db8898ad4612051f4d53c0540a9940929387 test-bench-deps: {} maintainer: Alex McLean <alex@slab.org>, Mike Hodnick <mike.hodnick@gmail.com> synopsis: MIDI support for tidal changelog: '' basic-deps: base: <5 time: -any containers: -...
Update from Hackage at 2018-08-12T15:45:02Z
Update from Hackage at 2018-08-12T15:45:02Z
YAML
mit
commercialhaskell/all-cabal-metadata
455e61e1bb42e5f87945daf135fc2483f88e3379
packages/ur/urlencoded.yaml
packages/ur/urlencoded.yaml
homepage: https://github.com/pheaver/urlencoded changelog-type: '' hash: 50c264958ee35f9fedb8b5e7e9640cb46d802b8f64dacc48802993e280c806a9 test-bench-deps: {} maintainer: philip.weaver@gmail.com synopsis: Generate or process x-www-urlencoded data changelog: '' basic-deps: split: ==0.2.* base: ==4.* network: ! '>=2...
homepage: https://github.com/pheaver/urlencoded changelog-type: '' hash: 87cc61268ec863cacbb0ebfcfb8d0a46e03f69091b895e03ce6e769515ec116e test-bench-deps: {} maintainer: philip.weaver@gmail.com synopsis: Generate or process x-www-urlencoded data changelog: '' basic-deps: split: ==0.2.* base: ==4.* network: ! '>=2...
Update from Hackage at 2015-06-28T09:40:28+0000
Update from Hackage at 2015-06-28T09:40:28+0000
YAML
mit
commercialhaskell/all-cabal-metadata
836f0b0d7fa0ee99d77f3539798c69acb191ad26
codeship-steps.yml
codeship-steps.yml
- type: parallel steps: - name: test service: pygypsy command: bash ./bin/run_tests.sh - name: lint service: pygypsy command: bash ./bin/lint.sh - name: docs service: pygypsy command: bash ./bin/make_docs.sh - name: build service: pygypsy command: bash ./bin/build.sh - type: pa...
- type: parallel steps: - name: test service: pygypsy command: bash ./bin/run_tests.sh - name: lint service: pygypsy command: bash ./bin/lint.sh - name: docs service: pygypsy command: bash ./bin/make_docs.sh - name: build service: pygypsy command: bash ./bin/build.sh - type: pa...
Make sure pypi deploy runs if version has 2 digits
Make sure pypi deploy runs if version has 2 digits e.g. 0.2.11 would not have been built before first digit presumably won't exceed 1 digit, other 2 are very unlikely to exceed 2 digits
YAML
mit
tesera/pygypsy,tesera/pygypsy
4f4cb900aa6e9db585958e412a07b0a7f0e8cc6c
.azure-pipelines/templates/delivery-jobs.yml
.azure-pipelines/templates/delivery-jobs.yml
jobs: - job: pypi pool: vmImage: ubuntu-18.04 steps: - task: UsePythonVersion@0 inputs: versionSpec: 3.8 addToPath: true displayName: Install Python - script: | python -m pip install -U pip pip install poetry displayName: Prepar...
jobs: - job: pypi pool: vmImage: ubuntu-18.04 steps: - task: UsePythonVersion@0 inputs: versionSpec: 3.8 addToPath: true displayName: Install Python - script: | python -m pip install -U pip pip install poetry displayName: Prepar...
Improve docker build and test
Improve docker build and test
YAML
mit
adferrand/docker-letsencrypt-dns
5c650bb7f4fadf20c600c776e333fdd02c4e3ad3
.github/workflows/continuous-integration.yml
.github/workflows/continuous-integration.yml
name: Continuous Integration on: push: pull_request: workflow_dispatch: jobs: ci: uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable with: old_stable: '["7.4", "8.0"]' current_stable: 8.1 next_stable: 8.2 script: demo/run.php
name: Continuous Integration on: push: pull_request: workflow_dispatch: jobs: ci: uses: ray-di/.github/.github/workflows/continuous-integration.yml@next_stable with: old_stable: '["7.2", "7.3", "7.4", "8.0"]' current_stable: 8.1 next_stable: 8.2 script: demo/run.php
Revert "Remove PHP 7.2 and 7.3 test temporary"
Revert "Remove PHP 7.2 and 7.3 test temporary" This reverts commit 4c3902719eeaab16a1b5e0f9976aec69a9577a9c.
YAML
mit
ray-di/Ray.Di
631e786c51e2023b5b010b966bfdb404f158561e
default.config.yml
default.config.yml
--- downloads: ~/.ansible-downloads/ homebrew_install_script: "{{ downloads }}/homebrew_install" homebrew_install_path: /usr/local/bin homebrew_packages: - autoconf - gcc - gettext - git - go - grep - htop - jq - mysql - node - nvm - python3 - readline - wget homebrew_cask_appdir: /Applications homebrew_cask_apps: -...
--- downloads: ~/.ansible-downloads/ homebrew_install_script: "{{ downloads }}/homebrew_install" homebrew_install_path: /usr/local/bin homebrew_packages: - autoconf - gcc - gettext - git - go - grep - htop - jq - node - nvm - python3 - readline - wget homebrew_cask_appdir: /Applications homebrew_cask_apps: - chromed...
Remove mysql from homebrew installs
Remove mysql from homebrew installs
YAML
mit
brileb73/dotfiles
8c7610405ef8b0de541ba9760cc48004b47dc04f
docker-compose.yml
docker-compose.yml
version: '2' services: sylow: build: context: . volumes: # Mounts the project directory on the host to /app inside the container, # allowing you to modify the code without having to rebuild the image. - .:/app # Just specify a path and let the Engine create a volume. # Dat...
version: '2' services: sylow: build: context: . volumes: # Mounts the project directory on the host to /app inside the container, # allowing you to modify the code without having to rebuild the image. - .:/app # Just specify a path and let the Engine create a volume. # Dat...
Change mongodb port in for docker
Change mongodb port in for docker
YAML
agpl-3.0
SylowTech/sylow,SylowTech/sylow,SylowTech/sylow
2d75bda2e8dd5b235dff0fad360ddb664dfedd85
docker-compose.yml
docker-compose.yml
db: image: postgres volumes: - ./create_hstore_extension.sh:/docker-entrypoint-initdb.d/create_hstore_extension.sh:ro data: image: cogniteev/echo volumes: - /var/www/image_data uwsgi: restart: always image: neurovault/neurovault volumes_from: - data volumes: - .:/code - /var/www/st...
db: image: postgres volumes: - ./create_hstore_extension.sh:/docker-entrypoint-initdb.d/create_hstore_extension.sh:ro data: image: cogniteev/echo volumes: - /var/www/image_data uwsgi: restart: always image: neurovault/neurovault volumes_from: - data volumes: - .:/code - /var/www/st...
Remove beat from docker for now.
Remove beat from docker for now.
YAML
mit
burnash/NeuroVault,erramuzpe/NeuroVault,erramuzpe/NeuroVault,burnash/NeuroVault,NeuroVault/NeuroVault,chrisfilo/NeuroVault,NeuroVault/NeuroVault,NeuroVault/NeuroVault,erramuzpe/NeuroVault,chrisfilo/NeuroVault,chrisfilo/NeuroVault,erramuzpe/NeuroVault,burnash/NeuroVault,chrisfilo/NeuroVault,NeuroVault/NeuroVault,chrisfi...
2adab1dde278f5fbf265b9c54474553ae5547ea1
docs/_data/nav.yml
docs/_data/nav.yml
- title: Docs href: /docs/ category: docs - title: Support href: /support.html category: support - title: Blog href: /blog/ category: blog - title: Facebook href: http://www.facebook.com/ category: facebook
- title: Docs href: /docs/ category: docs - title: API (C++) href: https://github.com/facebook/rocksdb/tree/master/include/rocksdb category: api - title: API (Java) href: https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb category: api - title: Support href: /support.html ...
Add API links to the header bar
Add API links to the header bar Summary: Until we get new API infra for gh-pages, this will point to the C++ headers and Java files, respectively for API information. Test Plan: Visual https://www.facebook.com/pxlcld/pwzQ Reviewers: lgalanis, sdong Reviewed By: sdong Subscribers: andrewkr, dhruba, leveldb Differ...
YAML
bsd-3-clause
norton/rocksdb,OverlordQ/rocksdb,tsheasha/rocksdb,OverlordQ/rocksdb,wenduo/rocksdb,wat-ze-hex/rocksdb,vmx/rocksdb,bbiao/rocksdb,SunguckLee/RocksDB,norton/rocksdb,wat-ze-hex/rocksdb,wat-ze-hex/rocksdb,norton/rocksdb,tsheasha/rocksdb,tsheasha/rocksdb,wenduo/rocksdb,wat-ze-hex/rocksdb,facebook/rocksdb,Andymic/rocksdb,Andy...
99e8b6d8e43f201c9b3fd063f906db5760a14609
helm_deploy/cla-frontend/values-staging.yaml
helm_deploy/cla-frontend/values-staging.yaml
# Default values for cla-frontend in a staging environment. # This is a YAML-formatted file. # Declare variables to be passed into your templates. environment: "staging" envVars: BACKEND_BASE_URI: value: "https://laa-cla-backend-staging.apps.live-1.cloud-platform.service.justice.gov.uk" GA_ID: value: UA-37...
# Default values for cla-frontend in a staging environment. # This is a YAML-formatted file. # Declare variables to be passed into your templates. environment: "staging" envVars: BACKEND_BASE_URI: value: "https://staging.fox.civillegaladvice.service.gov.uk" GA_ID: value: UA-37377084-24 GA_DOMAIN: val...
Use custom domain for staging backend instead of cloud platforms domain
Use custom domain for staging backend instead of cloud platforms domain
YAML
mit
ministryofjustice/cla_frontend,ministryofjustice/cla_frontend,ministryofjustice/cla_frontend,ministryofjustice/cla_frontend
bc67e3012745638b1f8a95c91e567e0f8e081448
test/ltp/test-ltp.yaml
test/ltp/test-ltp.yaml
kernel: image: "mobylinux/kernel:4.9.x" cmdline: "console=ttyS0" init: "mobylinux/init:1402058c0f90adf2b12fcfb8332b334c7e9c5d8c" system: - name: ltp image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870" network_mode: host pid: host capabilities: - CAP_SYS_ADMIN files: ...
kernel: image: "mobylinux/kernel:4.9.x" cmdline: "console=ttyS0" init: "mobylinux/init:1402058c0f90adf2b12fcfb8332b334c7e9c5d8c" system: - name: ltp image: "mobylinux/test-ltp-20170116:fdca2d1bb019b1d51e722e6032c82c7933d4b870" network_mode: host pid: host capabilities: - CAP_SYS_ADMIN files: ...
Create a EFI bootable ISO for LTP
test: Create a EFI bootable ISO for LTP Previously, this was disabled because the fixed sized FAT partition was too small. With d8d6a85 the FAT partition is dynamically sized and the ISO can be build. Signed-off-by: Rolf Neugebauer <6fdd1d8677ab4fbcb4df3eff6e190c3298f7f742@docker.com>
YAML
apache-2.0
thebsdbox/linuxkit,ndauten/linuxkit,deitch/linuxkit,kencochrane/linuxkit,eyz/linuxkit,radu-matei/linuxkit,mor1/linuxkit,kencochrane/linuxkit,YuPengZTE/linuxkit,furious-luke/linuxkit,eyz/linuxkit,zx2c4/linuxkit,rn/linuxkit,linuxkit/linuxkit,davefreitag/linuxkit,linuxkit/linuxkit,davefreitag/linuxkit,rn/linuxkit,yankcrim...
47e664aa32578a300d4b716893a28731f2facbb7
tests/common_tests.yml
tests/common_tests.yml
--- # Tests for base-packages role - name: If user disable installation of packages, install nothing fail: msg: "User disable ipackage installation but Packages installed" when: - base_packages_test_disable_installation - base_packages_installed is defined - debug: var: base_packages_install - n...
--- # Tests for base-packages role - name: If user disable installation of packages, install nothing fail: msg: "User disable package installation but Packages installed" when: - base_packages_test_disable_installation failed_when: "base_packages_installed is defined" - name: If packages list set by us...
Split when into when and failed_when statements. Remove brace
Split when into when and failed_when statements. Remove brace
YAML
mit
infOpen/ansible-role-base-packages
7f7c3765a2822d6b4581e9deff4ce4dbd7b61016
stacks/certificate.yml
stacks/certificate.yml
# stacks/certificate.yml AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcard ACM certificate for the standard VPC created by the root stack (eg *.vpc-af124354.prx.tech), as well as various other certificates Conditions: IsProduction: !Equals [!Ref EnvironmentType, Production] Parameters: VP...
# stacks/certificate.yml AWSTemplateFormatVersion: "2010-09-09" Description: > Creates a wildcard ACM certificate for the standard VPC created by the root stack (eg *.vpc-af124354.prx.tech), as well as various other certificates Conditions: IsProduction: !Equals [!Ref EnvironmentType, Production] Parameters: VP...
Add pri.org wildcard to cert
Add pri.org wildcard to cert
YAML
mit
PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure,PRX/Infrastructure
26b2840dad5abfcf2a37530d9954d219f130ba46
group_vars/all.yml
group_vars/all.yml
--- # Global varaible use in some roles tmp_dir: /tmp/ansible_tmp user: karol group: karol home_dir: /home/{{ user }} atom: packages: - auto-update-plus - language-ansible - minimap - tree-view-git-status - highlight-selected - minimap-highlight-selected aws: region: eu-west-1 output: t...
--- # Global varaible use in some roles tmp_dir: /tmp/ansible_tmp user: karol group: karol home_dir: /home/{{ user }} atom: packages: - atom-beautify - auto-update-plus - busy-signal - file-icons - intentions - language-ansible - linter - linter-ansible-linting - linter-docker ...
Update atom plugin and change some apps verion
Update atom plugin and change some apps verion
YAML
mit
kaarolch/my-desktop-ansible
3a9a295300ddfce680cb3e598047d08b323893e6
cluster/manifests/kube2iam/daemonset.yaml
cluster/manifests/kube2iam/daemonset.yaml
apiVersion: apps/v1 kind: DaemonSet metadata: name: kube2iam namespace: kube-system labels: application: kube2iam version: master-5 spec: selector: matchLabels: application: kube2iam updateStrategy: type: RollingUpdate template: metadata: labels: application: kube2iam...
apiVersion: apps/v1 kind: DaemonSet metadata: name: kube2iam namespace: kube-system labels: application: kube2iam version: master-6 spec: selector: matchLabels: application: kube2iam updateStrategy: type: RollingUpdate template: metadata: labels: application: kube2iam...
Fix kube2iam for m5/c5 instances
Fix kube2iam for m5/c5 instances
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
4d9c5db4bb1416721b984aea36aebc88a82b4591
docker/jenkins/docker-compose.yml
docker/jenkins/docker-compose.yml
version: '2' services: ci: image: dalg24/dtk-stack:latest volumes: # Cannot mount subdirectory jenkins_data/workspace/$JOBNAME in data # volume so have to mount the entire volume and climb up two directories. # NOTE: it is possible to find out what the actual mount point of the # volum...
version: '2' services: ci: image: dalg24/dtk-stack:latest volumes: # Cannot mount subdirectory jenkins_data/workspace/$JOBNAME in data # volume so have to mount the entire volume and climb up six directories. # NOTE: it is possible to find out what the actual mount point of the # volum...
Adjust mount point for jenkins build
Adjust mount point for jenkins build matrix build has a new column <workspace>/<job>/compiler/<GCC>/slave/<MACHINE>
YAML
bsd-3-clause
dalg24/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,ORNL-CEES/DataTransferKit,dalg24/DataTransferKit,dalg24/DataTransferKit,Rombur/DataTransferKit,dalg24/DataTransferKit,Rombur/DataTransferKit,Rombur/DataTransferKit
0298d72f139ef07371e9191378b48a995a369d52
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - name: ":node:" command: npm test plugins: - docker-compose#v3.7.0: run: app
steps: - name: ":node:" command: npm test plugins: - docker-compose#v3.8.0: run: app
Update buildkite plugin docker-compose to v3.8.0
Update buildkite plugin docker-compose to v3.8.0
YAML
mit
buildkite/nodejs-docker-example
4a5b20719eb57282209e41604cf07b7b55c69605
.conda-recipe/meta.yaml
.conda-recipe/meta.yaml
package: name: exdir version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }} source: git_url: .. build: # noarch: python # TODO Add back noarch when it works properly on Windows, # we are converting packages manually now script: python setup.py instal...
package: name: exdir version: {{ environ.get("GIT_TAG", "0.0.0_custom")|replace("v", "")|replace("-", "_") }} source: git_url: .. build: # noarch: python # TODO Add back noarch when it works properly on Windows, # we are converting packages manually now script: python setup.py instal...
Add pytest as dependency for testing
Add pytest as dependency for testing
YAML
mit
CINPLA/exdir,CINPLA/exdir,CINPLA/exdir
1b694e45188c6888e410ebc547bc85a7dff9613c
metadata/com.emacberry.uuid0xfd6fscan.yml
metadata/com.emacberry.uuid0xfd6fscan.yml
Categories: - Connectivity License: GPL-3.0-or-later AuthorName: marq24 SourceCode: https://github.com/marq24/UUID0xFD6FTracer IssueTracker: https://github.com/marq24/UUID0xFD6FTracer/issues AutoName: UUID 0xFD6F Scanner RepoType: git Repo: https://github.com/marq24/UUID0xFD6FTracer.git Builds: - versionName: 0....
Categories: - Connectivity License: GPL-3.0-or-later AuthorName: marq24 SourceCode: https://github.com/marq24/UUID0xFD6FTracer IssueTracker: https://github.com/marq24/UUID0xFD6FTracer/issues AutoName: UUID 0xFD6F Scanner RepoType: git Repo: https://github.com/marq24/UUID0xFD6FTracer.git Builds: - versionName: 0....
Update UUID 0xFD6F Scanner to 0.9.1.9 (919)
Update UUID 0xFD6F Scanner to 0.9.1.9 (919)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
86378e5212a50d1fc9e726597c9eef65670a3f82
metadata/com.exifthumbnailadder.app.yml
metadata/com.exifthumbnailadder.app.yml
Categories: - Graphics License: GPL-3.0-or-later SourceCode: https://github.com/tenzap/exif-thumbnail-adder IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues AutoName: Exif Thumbnail Adder RepoType: git Repo: https://github.com/tenzap/exif-thumbnail-adder.git Builds: - versionName: 0.9.0 ve...
Categories: - Graphics License: GPL-3.0-or-later SourceCode: https://github.com/tenzap/exif-thumbnail-adder IssueTracker: https://github.com/tenzap/exif-thumbnail-adder/issues AutoName: Exif Thumbnail Adder RepoType: git Repo: https://github.com/tenzap/exif-thumbnail-adder.git Builds: - versionName: 0.9.0 ve...
Update Exif Thumbnail Adder to 0.9.1 (5)
Update Exif Thumbnail Adder to 0.9.1 (5)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
461fb0247369b3e6f35bf590342147c2adcea9c7
packages/@glimmer/component/.travis.yml
packages/@glimmer/component/.travis.yml
language: node_js sudo: required dist: trusty node_js: - "6" - "node"
language: node_js sudo: required dist: trusty node_js: - "6" - "node" addons: firefox: latest before_install: - "export DISPLAY=:99.0" - "sh -e /etc/init.d/xvfb start" - sleep 3 # give xvfb some time to start
Use latest Firefox on Travis
Use latest Firefox on Travis
YAML
mit
glimmerjs/glimmer.js,glimmerjs/glimmer.js,glimmerjs/glimmer.js,glimmerjs/glimmer.js
27c948d72e87092f915cdee60361451dcbec8f33
playbook_spark.yml
playbook_spark.yml
--- - hosts: all remote_user: root roles: - common any_errors_fatal: true - hosts: spark remote_user: root vars_files: - vars/spark_vars.yml roles: - spark any_errors_fatal: true - hosts: spark-master remote_user: root roles: - spark-master - hosts: spark remote_user: root roles: ...
--- - hosts: all remote_user: root roles: - common any_errors_fatal: true #- hosts: spark # remote_user: root # vars_files: # - vars/spark_vars.yml # - vars/minio_vars.yml # roles: # - spark # any_errors_fatal: true - hosts: spark-master remote_user: root vars_files: - vars/spark_vars.yml...
Load global variables. Since we have dependencies between spark-slave and spark, and the same holds for spark-master and spark, no need to run spark role.
Load global variables. Since we have dependencies between spark-slave and spark, and the same holds for spark-master and spark, no need to run spark role.
YAML
apache-2.0
nlesc-sherlock/emma,nlesc-sherlock/emma,nlesc-sherlock/emma
5e0dab1af6083dc6408efcaa9f8d61262a43e6f2
playbooks/init.yml
playbooks/init.yml
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - sysstat - tree - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F - hosts: kv:index:n1ql ...
--- - hosts: kv:index:n1ql tasks: - yum: state=latest name=epel-release - yum: state=latest name={{item}} with_items: - atop - gdb - htop - iptraf - numactl - sysstat - tree - vim - wget - hosts: kv:index:n1ql tasks: - shell: iptables -F - hosts: kv:...
Add Vim to server dependencies
Add Vim to server dependencies Change-Id: I5381e74ecbcf5f3bd4aa49171fe87829a8064bf1 Reviewed-on: http://review.couchbase.org/65503 Tested-by: buildbot <80754af91bfb6d1073585b046fe0a474ce868509@couchbase.com> Reviewed-by: Pavel Paulau <dd88eded64e90046a680e3a6c0828ceb8fe8a0e7@gmail.com>
YAML
apache-2.0
couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,couchbase/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner,pavel-paulau/perfrunner,couchbase/perfrunner,pavel-paulau/perfrunner
c7c54e7721f03030e455fef54f64b55c5bb87b8c
metadata/agrigolo.chubbyclick.yml
metadata/agrigolo.chubbyclick.yml
Categories: - Multimedia License: GPL-3.0-or-later WebSite: https://codeberg.org/agrigolo/chubby-click SourceCode: https://codeberg.org/agrigolo/chubby-click IssueTracker: https://codeberg.org/agrigolo/chubby-click/issues AutoName: Chubby Click RepoType: git Repo: https://codeberg.org/agrigolo/chubby-click.git Bui...
Categories: - Multimedia License: GPL-3.0-or-later WebSite: https://codeberg.org/agrigolo/chubby-click SourceCode: https://codeberg.org/agrigolo/chubby-click IssueTracker: https://codeberg.org/agrigolo/chubby-click/issues AutoName: Chubby Click RepoType: git Repo: https://codeberg.org/agrigolo/chubby-click.git Bui...
Update Chubby Click to v1.8.2 (14)
Update Chubby Click to v1.8.2 (14)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b2174f9c7533e5b1e597759c0a499564e4f9331e
metadata/com.serwylo.babybook.yml
metadata/com.serwylo.babybook.yml
Categories: - Reading - Science & Education - Writing License: GPL-3.0-or-later AuthorName: Peter Serwylo AuthorWebSite: https://peter.serwylo.com SourceCode: https://github.com/babydots/babybook IssueTracker: https://github.com/babydots/babybook/issues Changelog: https://github.com/babydots/babybook/releases Au...
Categories: - Reading - Science & Education - Writing License: GPL-3.0-or-later AuthorName: Peter Serwylo AuthorWebSite: https://peter.serwylo.com SourceCode: https://github.com/babydots/babybook IssueTracker: https://github.com/babydots/babybook/issues Changelog: https://github.com/babydots/babybook/releases Au...
Update Baby Book to 0.2.0 (2)
Update Baby Book to 0.2.0 (2)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
12478699b0e9d00dfa5826beee802bbd4039854b
radeco/.travis.yml
radeco/.travis.yml
language: rust # necessary for `travis-cargo coveralls --no-sudo` addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-7 - g++-7 - libcurl4-openssl-dev - libelf-dev - libdw-dev # run builds for all the trains (and more) rust: - nightly notifications: irc: "...
dist: xenial language: rust # necessary for `travis-cargo coveralls --no-sudo` addons: apt: sources: - ubuntu-toolchain-r-test packages: - gcc-7 - g++-7 - libcurl4-openssl-dev - libelf-dev - libdw-dev # run builds for all the trains (and more) rust: - nightly notificati...
Update Travis to Ubuntu 16.04
Update Travis to Ubuntu 16.04
YAML
bsd-3-clause
radare/radeco-lib,radare/radeco,radare/radeco,radare/radeco,radare/radeco-lib,radare/radeco-lib
3785f2913932ed37b4c19ea6a00c613ef3952eeb
packages/pi/pipes-interleave.yaml
packages/pi/pipes-interleave.yaml
homepage: http://github.com/bgamari/pipes-interleave changelog-type: '' hash: e7865811c94655ea6653d1c4556cace83425b3b7e7f8723d277db9d53b9ced91 test-bench-deps: {} maintainer: bgamari.foss@gmail.com synopsis: Interleave and merge streams of elements changelog: '' basic-deps: heaps: ! '>=0.3 && <0.4' base: ! '>=4.8 &...
homepage: http://github.com/bgamari/pipes-interleave changelog-type: '' hash: 8a526c6784dad7eb70d8873f13ba622724f986f074246d6e2db81a79bd9e59e6 test-bench-deps: {} maintainer: bgamari.foss@gmail.com synopsis: Interleave and merge streams of elements changelog: '' basic-deps: heaps: ! '>=0.3 && <0.4' base: ! '>=4.8 &...
Update from Hackage at 2018-08-05T16:14:51Z
Update from Hackage at 2018-08-05T16:14:51Z
YAML
mit
commercialhaskell/all-cabal-metadata
c8dc9b2293df62f642d6331453e4fb82b741b1b8
app/travis-ci/behat.yml
app/travis-ci/behat.yml
default: extensions: Behat\MinkExtension\Extension: base_url: "http://localhost:8080/app.php/" browser_name: chrome files_path: features/files default_session: selenium2 selenium2: ~
default: extensions: Behat\MinkExtension\Extension: base_url: "http://localhost:8080/app.php/" #browser_name: chrome files_path: features/files default_session: selenium2 selenium2: ~
Remove use of chrome browser for Travis-ci
Remove use of chrome browser for Travis-ci
YAML
mit
rmoorman/openl10n,joelwurtz/openl10n,Nedeas/openl10n,openl10n/openl10n,openl10n/openl10n,joelwurtz/openl10n,Nedeas/openl10n,rmoorman/openl10n,joelwurtz/openl10n,rmoorman/openl10n,openl10n/openl10n,openl10n/openl10n,joelwurtz/openl10n,Nedeas/openl10n,rmoorman/openl10n,Nedeas/openl10n
0a5d2ee5785d0127f1c656ee130d1b0b88db8539
apps/blecent/syscfg.yml
apps/blecent/syscfg.yml
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
# Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not u...
Disable unneeded roles in blecent sample
nimble/apps: Disable unneeded roles in blecent sample
YAML
apache-2.0
apache/mynewt-nimble,apache/mynewt-nimble,apache/mynewt-nimble,apache/mynewt-nimble,apache/mynewt-nimble
38b314f8e50bd17e1e712974cccbb78d3470404f
metadata/com.github.webierta.call_counter.yml
metadata/com.github.webierta.call_counter.yml
Categories: - Phone & SMS License: GPL-3.0-only AuthorName: Webierta SourceCode: https://github.com/Webierta/call-counter AutoName: Call Counter RepoType: git Repo: https://github.com/Webierta/call-counter.git Builds: - versionName: 1.2.0 versionCode: 2 commit: v1.2.0 output: build/app/outputs/flutte...
Categories: - Phone & SMS License: GPL-3.0-only AuthorName: Webierta SourceCode: https://github.com/Webierta/call-counter IssueTracker: https://github.com/Webierta/call-counter/issues Changelog: https://github.com/Webierta/call-counter/releases AutoName: Call Counter RepoType: git Repo: https://github.com/Webierta/...
Call Counter: add IssueTracker & Changelog urls
Call Counter: add IssueTracker & Changelog urls
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
d5d0428e8176cc657c254f4332333f45ae46f6bc
.notreadthedocs.yml
.notreadthedocs.yml
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.ym...
# .readthedocs.yml # Read the Docs configuration file # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details # Required version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py # Build documentation with MkDocs #mkdocs: # configuration: mkdocs.ym...
Use setup.py in RTD config file.
Use setup.py in RTD config file.
YAML
apache-2.0
bbfrederick/rapidtide,bbfrederick/rapidtide
f892b5ae86cad49b020258dc3f0ec0b26d806511
catalog/Code_Organization/View_Objects.yml
catalog/Code_Organization/View_Objects.yml
name: View Objects description: Framework agnostic gems that implement Decorator / View Object pattern. projects: - cells - hanami-view
name: View Objects description: Framework agnostic gems that implement Decorator / View Object pattern. projects: - cells - dry-view - hanami-view
Add dry-view to View Objects
Add dry-view to View Objects
YAML
mit
rubytoolbox/catalog
675a113cb4ad3955fda251fec707405d40ae89e8
dts/bindings/fs/zephyr,fstab-common.yaml
dts/bindings/fs/zephyr,fstab-common.yaml
# Copyright (C) 2020 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 # Common properties for Zephyr filesystem compatibles include: base.yaml properties: mount-point: type: string required: true description: | The absolute path used as the file system mount point. partition: ...
# Copyright (C) 2020 Nordic Semiconductor ASA # SPDX-License-Identifier: Apache-2.0 # Common properties for Zephyr filesystem compatibles include: base.yaml properties: mount-point: type: string required: true description: | The absolute path used as the file system mount point. partition: ...
Add "disk-access" property to fstab bindings
dts: Add "disk-access" property to fstab bindings The commit adds "disk-access" property to fstab bindings to allow selecting FS_MOUNT_FLAG_USE_DISK_ACCESS while defining file systems in DTS. Signed-off-by: Dominik Ermel <1a1d45a9cc0c98a37f8d0a0d2dbe3cacc0b2344f@nordicsemi.no>
YAML
apache-2.0
galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,galak/zephyr,finikorg/zephyr,zephyrproject-rtos/zephyr,zephyrproject-rtos/zephyr,galak/zephyr,finikorg/zephyr,finikorg/zephyr,finikorg/zephyr,galak/zephyr
ffd7575cd8189d5e5cefebf3a73ceed6e58c7c80
metadata/de.chagemann.regexcrossword.yml
metadata/de.chagemann.regexcrossword.yml
Categories: - Games License: Apache-2.0 AuthorName: Carsten Hagemann Apps AuthorEmail: regex-crossword@chagemann.de SourceCode: https://gitlab.com/carstenhag/regex-crossword-kotlin IssueTracker: https://gitlab.com/carstenhag/regex-crossword-kotlin/issues AutoName: Regex Crossword RepoType: git Repo: https://gitlab....
Categories: - Games License: Apache-2.0 AuthorName: Carsten Hagemann Apps AuthorEmail: regex-crossword@chagemann.de SourceCode: https://gitlab.com/carstenhag/regex-crossword-kotlin IssueTracker: https://gitlab.com/carstenhag/regex-crossword-kotlin/issues AutoName: Regex Crossword RepoType: git Repo: https://gitlab....
Update Regex Crossword to 2.4.6 (26)
Update Regex Crossword to 2.4.6 (26)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
181ecf37d7fd1eedfa597a63633c38bf25477f38
packages/ca/cabal-detailed-quickcheck.yaml
packages/ca/cabal-detailed-quickcheck.yaml
homepage: https://github.com/schuelermine/cabal-detailed-quickcheck changelog-type: markdown hash: f7ca1576980c1429a43176f4f7cdf11f63efb662efc29fe03d99762b6c6d684a test-bench-deps: {} maintainer: mail@anselmschueler.com synopsis: QuickCheck for Cabal tests changelog: | # Revision history for cabal-detailed-quickcheck...
homepage: https://github.com/schuelermine/cabal-detailed-quickcheck changelog-type: markdown hash: 5225ff787a4acfecea52174d8a444891d7cb4fb5e1e563f5aaa1e346d854da36 test-bench-deps: {} maintainer: mail@anselmschueler.com synopsis: QuickCheck for Cabal tests changelog: | # Revision history for cabal-detailed-quickcheck...
Update from Hackage at 2022-04-24T19:43:05Z
Update from Hackage at 2022-04-24T19:43:05Z
YAML
mit
commercialhaskell/all-cabal-metadata
280ff6b3d6de3e65f43ad4a643c5215464d23c24
azure-pipelines.yml
azure-pipelines.yml
# Docker image # Build a Docker image to deploy, run, or push to a container registry. # Add steps that use Docker Compose, tag images, push to a registry, run an image, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/docker trigger: batch: true branches: include: - master pr: ...
# Docker image # Build a Docker image to deploy, run, or push to a container registry. # Add steps that use Docker Compose, tag images, push to a registry, run an image, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/docker trigger: batch: true branches: include: - master pr: ...
Add a build property to allow disabling without source changes
Add a build property to allow disabling without source changes
YAML
apache-2.0
quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus
ed5790776250c6bcbfd9ede4304f3afa0adec0a5
packages/op/optima.yaml
packages/op/optima.yaml
homepage: https://github.com/metrix-ai/optima changelog-type: '' hash: 69289caeafb48c637c803361e49706be036052e192b0e9f9d5096e592a34140a test-bench-deps: rerebase: ==1.* optima: -any attoparsec-data: ==1.* maintainer: Metrix.AI Tech Team <tech@metrix.ai> synopsis: Simple command line interface arguments parser cha...
homepage: https://github.com/metrix-ai/optima changelog-type: '' hash: a89fe10dde4c0ed434a99b9b50a36259d301489e96d08af9bce26c1d741f5a8c test-bench-deps: rerebase: ==1.* optima: -any attoparsec-data: ==1.* maintainer: Metrix.AI Tech Team <tech@metrix.ai> synopsis: Simple command line interface arguments parser cha...
Update from Hackage at 2018-08-13T22:48:58Z
Update from Hackage at 2018-08-13T22:48:58Z
YAML
mit
commercialhaskell/all-cabal-metadata
ce1d5859067100c7704605988b3b8d35f29bed6b
recipes/draco/meta.yaml
recipes/draco/meta.yaml
{% set name = "draco" %} {% set version = "1.3.4" %} {% set sha256 = "9f369ce924974acf9ab582fe8a9e50d86d54346460b0ac6d3808e3fcf269489c" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/google/draco/archive/{{version}}.tar.gz sha256: {{ sha256 }} build: number: 0 ...
{% set name = "draco" %} {% set version = "1.3.4" %} {% set sha256 = "9f369ce924974acf9ab582fe8a9e50d86d54346460b0ac6d3808e3fcf269489c" %} package: name: {{ name|lower }} version: {{ version }} source: url: https://github.com/google/draco/archive/{{version}}.tar.gz sha256: {{ sha256 }} build: number: 0 ...
Use license file from tarball
Use license file from tarball
YAML
bsd-3-clause
petrushy/staged-recipes,basnijholt/staged-recipes,cpaulik/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,chrisburr/staged-recipes,birdsarah/staged-recipes,mcs07/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,igortg/staged-recipes,dschreij/staged-recipes,asmeurer/staged-recipes,synapticarb...