commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
2702f608b3d44d926abbd7f4f5082d3683f0f4f7
cu.yml
cu.yml
--- bucket: cu-test log-key: logs workspaces-path: tmp/cu-workspaces pipeline: # these first two projects are the web-hook whitelist - as it happens, it's # just one unique repo test-web-app-units: # defaults to 'cu-immediate-default' queue script: "true" repo: &web-repo https://github.com/camelpunch/cu-example-web-app test-web-app-integrations: script: "true" repo: *web-repo downstream: # downstream of two jobs deploy-web-app: script: "true" repo: *web-repo announce-web-deployment: script: "true" repo: *web-repo downstream: test-ios-client-against-web-app: with: mac-mini # use cu-immediate-mac-mini queue (target different arch) script: "exit 0" repo: &ios-repo https://github.com/camelpunch/cu-example-ios-app # downstream: # downstream of a single job # deploy-ios-client: # with: mac-mini # script: "exit 0" # repo: *ios-repo # test-android-client-against-web-app: # on: android # repo: &android-repo https://github.com/camelpunch/cu-example-android-app # downstream: # deploy-android-client: # on: android # repo: *android-repo
--- bucket: cu-test log-key: logs workspaces-path: tmp/cu-workspaces pipeline: test-web-app-units: script: "true" repo: &web-repo https://github.com/camelpunch/cu-example-web-app test-web-app-integrations: script: "true" repo: *web-repo downstream: # downstream of two jobs that run in parallel deploy-web-app: script: "true" repo: *web-repo announce-web-deployment: script: "pwd" repo: *web-repo downstream: test-ios-client-against-web-app: script: "ls" repo: &ios-repo https://github.com/camelpunch/cu-example-ios-app
Make example config less futuristic
Make example config less futuristic
YAML
epl-1.0
camelpunch/cu
a30fefa304f1367919df9a48fdd3eb4fbc645f74
kubernetes/kube-state-metrics-cluster-role.yaml
kubernetes/kube-state-metrics-cluster-role.yaml
apiVersion: rbac.authorization.k8s.io/v1 # kubernetes versions before 1.8.0 should use rbac.authorization.k8s.io/v1beta1 kind: ClusterRole metadata: name: kube-state-metrics rules: - apiGroups: [""] resources: - nodes - pods - services - resourcequotas - replicationcontrollers - limitranges - persistentvolumeclaims - persistentvolumes - namespaces - endpoints verbs: ["list", "watch"] - apiGroups: ["extensions"] resources: - daemonsets - deployments - replicasets verbs: ["list", "watch"] - apiGroups: ["apps"] resources: - statefulsets verbs: ["list", "watch"] - apiGroups: ["batch"] resources: - cronjobs - jobs verbs: ["list", "watch"] - apiGroups: ["autoscaling"] resources: - horizontalpodautoscalers verbs: ["list", "watch"]
apiVersion: rbac.authorization.k8s.io/v1 # kubernetes versions before 1.8.0 should use rbac.authorization.k8s.io/v1beta1 kind: ClusterRole metadata: name: kube-state-metrics rules: - apiGroups: [""] resources: - configmaps - secrets - nodes - pods - services - resourcequotas - replicationcontrollers - limitranges - persistentvolumeclaims - persistentvolumes - namespaces - endpoints verbs: ["list", "watch"] - apiGroups: ["extensions"] resources: - daemonsets - deployments - replicasets verbs: ["list", "watch"] - apiGroups: ["apps"] resources: - statefulsets verbs: ["list", "watch"] - apiGroups: ["batch"] resources: - cronjobs - jobs verbs: ["list", "watch"] - apiGroups: ["autoscaling"] resources: - horizontalpodautoscalers verbs: ["list", "watch"]
Add permissions to list and watch ConfigMaps and Secrets
Add permissions to list and watch ConfigMaps and Secrets Required since https://github.com/kubernetes/kube-state-metrics/pull/379 Without that, the following error is triggered: ``` E k8s.io/kube-state-metrics/collectors/collectors.go:62: Failed to list *v1.ConfigMap: configmaps is forbidden: User "system:serviceaccount:monitoring:kube-state-metrics" cannot list configmaps at the cluster scope: Unknown user "system:serviceaccount:monitoring:kube-state-metrics" E k8s.io/kube-state-metrics/collectors/collectors.go:62: Failed to list *v1.Secret: secrets is forbidden: User "system:serviceaccount:monitoring:kube-state-metrics" cannot list secrets at the cluster scope: Unknown user "system:serviceaccount:monitoring:kube-state-metrics" E k8s.io/kube-state-metrics/collectors/collectors.go:62: Failed to list *v1.ConfigMap: configmaps is forbidden: User "system:serviceaccount:monitoring:kube-state-metrics" cannot list configmaps at the cluster scope: Unknown user "system:serviceaccount:monitoring:kube-state-metrics" ```
YAML
apache-2.0
kubernetes/kube-state-metrics,kubernetes/kube-state-metrics
d5bb7eb62bc780717d05043262494ed53035efcd
vars/main.yml
vars/main.yml
--- # vars file for virtualbox virtualbox_distributions_with_newpublickey: - jessie - xenial - yakkety - artful
--- # vars file for virtualbox virtualbox_distributions_with_newpublickey: - jessie - xenial - yakkety - artful - bionic
Add bionic into the newpublickey releases list
Add bionic into the newpublickey releases list
YAML
mit
FGtatsuro/ansible-virtualbox
9c14213e844c80d2379a74e89668ba8e555615ea
metadata/fr.guillaumevillena.opendnsupdater.yml
metadata/fr.guillaumevillena.opendnsupdater.yml
AntiFeatures: - NonFreeNet Categories: - Internet - Security License: MIT AuthorName: Guillaume Villena AuthorEmail: android@guillaumevillena.fr WebSite: http://android.guillaumevillena.fr/ SourceCode: https://github.com/Willena/OpenDNSUpdater IssueTracker: https://github.com/Willena/OpenDNSUpdater/issues Changelog: https://github.com/Willena/OpenDNSUpdater/releases AutoName: OpenDNSUpdater RepoType: git Repo: https://github.com/Willena/OpenDNSUpdater Builds: - versionName: 2.1.2 versionCode: 9 commit: v2.1.2 subdir: app gradle: - yes - versionName: 2.1.3 versionCode: 10 commit: v2.1.3 subdir: app gradle: - yes - versionName: 2.2.0 versionCode: 220 commit: v2.2.0 subdir: app gradle: - yes - versionName: 2.2.1 versionCode: 221 commit: v2.2.1 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 2.2.1 CurrentVersionCode: 221
AntiFeatures: - NonFreeNet Categories: - Internet - Security License: MIT AuthorName: Guillaume Villena AuthorEmail: android@guillaumevillena.fr WebSite: http://android.guillaumevillena.fr/ SourceCode: https://github.com/Willena/OpenDNSUpdater IssueTracker: https://github.com/Willena/OpenDNSUpdater/issues Changelog: https://github.com/Willena/OpenDNSUpdater/releases AutoName: OpenDNSUpdater RepoType: git Repo: https://github.com/Willena/OpenDNSUpdater Builds: - versionName: 2.1.2 versionCode: 9 commit: v2.1.2 subdir: app gradle: - yes - versionName: 2.1.3 versionCode: 10 commit: v2.1.3 subdir: app gradle: - yes - versionName: 2.2.0 versionCode: 220 commit: v2.2.0 subdir: app gradle: - yes - versionName: 2.2.1 versionCode: 221 commit: v2.2.1 subdir: app gradle: - yes - versionName: 2.2.2 versionCode: 222 commit: v2.2.2 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 2.2.2 CurrentVersionCode: 222
Update OpenDNSUpdater to 2.2.2 (222)
Update OpenDNSUpdater to 2.2.2 (222)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
0e4fc4cf1623b7773b4ef838fd593355f315365d
.gitlab-ci.yml
.gitlab-ci.yml
before_script: - env - node -v - npm config set registry https://npm.gotfix.com - npm install types: - build - test - deploy iojs-2: type: test image: gotfix/iojs:2 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench iojs-latest: type: test image: gotfix/iojs:latest script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench node12: type: test image: gotfix/node:0.12 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench
before_script: - node -v - npm config set registry https://npm.gotfix.com - npm install types: - build - test - deploy iojs-2: type: test image: gotfix/iojs:2 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench iojs-latest: type: test image: gotfix/iojs:latest script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench node12: type: test image: gotfix/node:0.12 script: - npm test # - cat /proc/cpuinfo | grep "^model name" | uniq # - npm run-script bench
Remove env from build script
Remove env from build script
YAML
mit
phpb-com/short-duid-js,phpb-com/short-duid-js
22756a724cd2ed6ca8856033e29fdd356089f788
.gitlab-ci.yml
.gitlab-ci.yml
--- stages: - syntax - unit cache: paths: - vendor/bundle before_script: - bundle -v - rm Gemfile.lock || true - gem update --system - gem --version - bundle -v - bundle install --without system_tests --path vendor/bundle --jobs $(nproc) parallel_spec-Ruby 2.1.9-Puppet ~> 4.0: stage: unit image: ruby:2.1.9 script: - bundle exec rake parallel_spec variables: PUPPET_GEM_VERSION: '~> 4.0' syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.4.4-Puppet ~> 5.5: stage: syntax image: ruby:2.4.4 script: - bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop variables: PUPPET_GEM_VERSION: '~> 5.5' parallel_spec-Ruby 2.4.4-Puppet ~> 5.5: stage: unit image: ruby:2.4.4 script: - bundle exec rake parallel_spec variables: PUPPET_GEM_VERSION: '~> 5.5'
--- stages: - syntax - unit cache: paths: - vendor/bundle before_script: - bundle -v - rm Gemfile.lock || true - gem update --system - gem --version - bundle -v - bundle install --without system_tests --path vendor/bundle --jobs $(nproc) parallel_spec-Ruby 2.1.9-Puppet ~> 4.0: stage: unit image: ruby:2.1.9 script: - bundle exec rake parallel_spec variables: PUPPET_GEM_VERSION: '~> 4.0' RUBYGEMS_VERSION: '2.7.8' syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop-Ruby 2.4.4-Puppet ~> 5.5: stage: syntax image: ruby:2.4.4 script: - bundle exec rake syntax lint metadata_lint check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop variables: PUPPET_GEM_VERSION: '~> 5.5' parallel_spec-Ruby 2.4.4-Puppet ~> 5.5: stage: unit image: ruby:2.4.4 script: - bundle exec rake parallel_spec variables: PUPPET_GEM_VERSION: '~> 5.5'
Fix rubygems version for ruby 2.1.9
[ci] Fix rubygems version for ruby 2.1.9
YAML
apache-2.0
goldyfruit/puppet-grub2,goldyfruit/puppet-grub2,goldyfruit/puppet-grub2
0a43c1ecc64db18246443fd47e7418cc392292a4
.gitlab-ci.yml
.gitlab-ci.yml
variables: MAVEN_OPTS: >- -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true .test: &test stage: test script: - 'mvn -B -V -e verify site site:stage' except: - gh-pages test:jdk7: <<: *test image: maven:3.3.9-jdk-7 test:jdk8: <<: *test image: maven:3.3.9-jdk-8 artifacts: paths: - target/staging/ono-maven-shared/ pages: image: busybox:latest stage: deploy script: - mv target/staging/ono-maven-shared/ public dependencies: - test:jdk8 artifacts: paths: - public only: - master
variables: MAVEN_OPTS: >- -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true .test: &test stage: test script: - 'mvn -B -V -e verify site site:stage' except: - gh-pages test:jdk7: <<: *test image: maven:3.3.9-jdk-7 test:jdk8: <<: *test image: maven:3.3.9-jdk-8 artifacts: paths: - target/staging/ono-maven-shared/ test:jdk8:3.4.0-SNAPSHOT: <<: *test image: mfriedenhagen/docker-maven:3.4.0-SNAPSHOT-jdk-8 test:jdk7:3.4.0-SNAPSHOT: <<: *test image: mfriedenhagen/docker-maven:3.4.0-SNAPSHOT-jdk-7 pages: image: busybox:latest stage: deploy script: - mv target/staging/ono-maven-shared/ public dependencies: - test:jdk8 artifacts: paths: - public only: - master
Test with Maven 3.4.0 SNAPSHOT
Test with Maven 3.4.0 SNAPSHOT
YAML
apache-2.0
1and1/ono-maven-shared
12993ec1194a78eee38aa6525a2f5d7c48938a21
.gitlab-ci.yml
.gitlab-ci.yml
stages: - test before_script: - curl -sS https://getcomposer.org/installer | php - php composer.phar install --no-scripts --quiet --ignore-platform-reqs - cp app/config/parameters.yml.dist app/config/parameters.yml run_tests: image: sumocoders/fork-php71:latest services: - mysql:5.5 before_script: - curl -sS https://getcomposer.org/installer | php - php composer.phar install --no-scripts --quiet --ignore-platform-reqs - mysql -h mysql -u root -proot -e "create database ci_test" - mysql -h mysql -u root -proot ci_test < tests/data/test_db.sql - php bin/generate_parameters_gitlab - cp app/config/parameters.yml.gitlab app/config/parameters.yml script: - SYMFONY_DEPRECATIONS_HELPER=weak bin/simple-phpunit stage: test tags: - php71 - docker variables: MYSQL_DATABASE: ci MYSQL_ROOT_PASSWORD: root code_styles: image: sumocoders/fork-php71:latest script: - bin/phpcs --standard=psr2 --extensions=php --warning-severity=0 --ignore=src/Backend/Core/Js/ckfinder,src/Backend/Cache,src/Frontend/Cache,src/Backend/Core/Js/ckeditor src/ stage: test tags: - php71 - docker
stages: - test before_script: - curl -sS https://getcomposer.org/installer | php - php composer.phar install --no-scripts --quiet --ignore-platform-reqs - cp app/config/parameters.yml.dist app/config/parameters.yml run_tests: image: sumocoders/fork-php71:latest services: - mysql:5.5 before_script: - curl -sS https://getcomposer.org/installer | php - php composer.phar install --no-scripts --quiet --ignore-platform-reqs - mysql -h mysql -u root -proot -e "create database ci_test" - mysql -h mysql -u root -proot ci_test < tests/data/test_db.sql - php bin/generate-parameters-gitlab - cp app/config/parameters.yml.gitlab app/config/parameters.yml script: - SYMFONY_DEPRECATIONS_HELPER=weak bin/simple-phpunit stage: test tags: - php71 - docker variables: MYSQL_DATABASE: ci MYSQL_ROOT_PASSWORD: root code_styles: image: sumocoders/fork-php71:latest script: - bin/phpcs --standard=psr2 --extensions=php --warning-severity=0 --ignore=src/Backend/Core/Js/ckfinder,src/Backend/Cache,src/Frontend/Cache,src/Backend/Core/Js/ckeditor src/ stage: test tags: - php71 - docker
Replace the _ with the correct -
Replace the _ with the correct -
YAML
mit
sumocoders/forkcms,carakas/forkcms,jonasdekeukelaere/forkcms,sumocoders/forkcms,sumocoders/forkcms,jonasdekeukelaere/forkcms,carakas/forkcms,jonasdekeukelaere/forkcms,carakas/forkcms,sumocoders/forkcms,jonasdekeukelaere/forkcms,sumocoders/forkcms,jonasdekeukelaere/forkcms,carakas/forkcms,carakas/forkcms
82f5350df468e55979087f67d317f237dc306cfc
.codeclimate.yml
.codeclimate.yml
engines: duplication: enabled: true config: languages: - javascript - php markdownlint: enabled: true checks: MD009: enabled: false MD013: enabled: false MD024: enabled: false phpcodesniffer: enabled: true config: file_extensions: "php" phpmd: enabled: true config: file_extensions: "php" ratings: paths: - "**.js" - "**.md" - "**.php"
engines: duplication: enabled: true config: languages: - javascript - php markdownlint: enabled: true checks: MD002: enabled: false MD009: enabled: false MD013: enabled: false MD024: enabled: false phpcodesniffer: enabled: true config: file_extensions: "php" phpmd: enabled: true config: file_extensions: "php" ratings: paths: - "**.js" - "**.md" - "**.php"
Disable top level header check
Disable top level header check
YAML
mit
milescellar/flarum-ext-french,milescellar/flarum-ext-french,milescellar/flarum-ext-french
16e02843f5fbaff8f48de14eecda86700264334f
serverless.yml
serverless.yml
service: chrome-on-lambda provider: name: aws runtime: nodejs6.10 profile: intercom-dev plugins: - serverless-webpack custom: webpackIncludeModules: false functions: run: handler: src/remote/handler.run memorySize: 1536 timeout: 60
service: chrome-on-lambda provider: name: aws runtime: nodejs6.10 profile: intercom-dev plugins: - serverless-webpack custom: webpackIncludeModules: false functions: run: handler: src/remote/handler.run memorySize: 1536 timeout: 300
Set timeout for chrome function to max value (300s)
Set timeout for chrome function to max value (300s) Since we started handling timeouts for tests loading/running, it is safe to increase top level function timeout to the max allowed value.
YAML
mit
mariokostelac/testem-chrome-on-lambda
32a214833ac882349e603a223a100ec6283ff840
.github/workflows/chromatic.yml
.github/workflows/chromatic.yml
# .github/workflows/chromatic.yml # name of our action name: 'Chromatic Deployment' # the event that will trigger the action on: push: branches: - master - dev pull_request: branches: - master - dev # what the action will do jobs: test: if: github.event_name == 'push' && contains(toJson(github.event.commits), '***NO_CI***') == false && contains(toJson(github.event.commits), '[ci skip]') == false && contains(toJson(github.event.commits), '[skip ci]') == false && contains(toJson(github.event.commits), '[chromatic skip]') == false && contains(toJson(github.event.commits), '[skip chromatic]') == false # the operating system it will run on runs-on: ubuntu-latest # the list of steps that the action will go through steps: - uses: actions/checkout@v1 - run: yarn - run: yarn add react@^16.13.1 - run: yarn add react-dom@^16.13.1 - run: yarn add sass@^1.26.10 - uses: chromaui/action@v1 # options required to the GitHub chromatic action with: # our project token, to see how to obtain it # refer to https://www.learnstorybook.com/intro-to-storybook/react/en/deploy/ projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GH_TOKEN }}
# .github/workflows/chromatic.yml # name of our action name: 'Chromatic Deployment' # the event that will trigger the action on: push: branches: - master - dev pull_request: branches: - master - dev # what the action will do jobs: test: if: github.event_name == 'push' && contains(toJson(github.event.commits), '***NO_CI***') == false && contains(toJson(github.event.commits), '[ci skip]') == false && contains(toJson(github.event.commits), '[skip ci]') == false && contains(toJson(github.event.commits), '[chromatic skip]') == false && contains(toJson(github.event.commits), '[skip chromatic]') == false # the operating system it will run on runs-on: ubuntu-latest # the list of steps that the action will go through steps: - uses: actions/checkout@v1 - run: yarn - uses: chromaui/action@v1 # options required to the GitHub chromatic action with: # our project token, to see how to obtain it # refer to https://www.learnstorybook.com/intro-to-storybook/react/en/deploy/ projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} token: ${{ secrets.GH_TOKEN }}
Remove unnecessary yarn package installs for Chromatic workflow
Remove unnecessary yarn package installs for Chromatic workflow
YAML
mit
IsaacLean/bolt-ui,IsaacLean/bolt-ui
1839a8889f45c5640bacad9a51504d155474fae0
config/blacklight.yml
config/blacklight.yml
# = jetty_path key # each environment can have a jetty_path with absolute or relative # (to app root) path to a jetty/solr install. This is used # by the rake tasks that start up solr automatically for testing # and by rake solr:marc:index. # # jetty_path is not used by a running Blacklight application # at all. In general you do NOT need to deploy solr in Jetty, you can deploy it # however you want. # jetty_path is only required for rake tasks that need to know # how to start up solr, generally for automated testing. development: adapter: solr url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %> test: &test adapter: solr url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr/blacklight-core" %> production: adapter: solr url: <%= ENV['SOLR_URL'] || "http://127.0.0.1:8983/solr/blacklight-core" %>
# TODO: Move this to dash2-config; don't hard-code UC3 dash2 instance names here development: adapter: solr url: <%= ENV['SOLR_URL'] || "http://uc3-dash2solr-dev.cdlib.org:8983/solr/geoblacklight" %> test: &test adapter: solr url: <%= "http://127.0.0.1:#{ENV['TEST_JETTY_PORT'] || 8888}/solr/blacklight-core" %> stage: adapter: solr url: <%= ENV['SOLR_URL'] || "http://uc3-dash2solr-stg.cdlib.org:8983/solr/geoblacklight" %> production: adapter: solr url: <%= ENV['SOLR_URL'] || "http://uc3-dash2solr-prd.cdlib.org:8983/solr/geoblacklight" %>
Configure to point to UC3 Solr servers
Configure to point to UC3 Solr servers
YAML
mit
CDLUC3/stash,CDLUC3/stash,CDLUC3/stash,CDLUC3/stash
8071b8c0d97aeebcce818290f8db2a9c129a208f
config/locales/en.yml
config/locales/en.yml
# Sample localization file for English. Add more files in this directory for other locales. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: application: title_html: "BobCat"
# Sample localization file for English. Add more files in this directory for other locales. # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. en: application: title_html: BobCat
Remove quotes since YAML already deals in strings :sparkles:
Remove quotes since YAML already deals in strings :sparkles:
YAML
mit
NYULibraries/getit,NYULibraries/getit,NYULibraries/getit,NYULibraries/getit
11e4be8ae38d4ea1dd5cb02812422c8b456f21f6
hiera/users/bradwright.yaml
hiera/users/bradwright.yaml
--- boxen::config::srcdir: "/Users/%{::boxen_user}/Projects" boxen::personal::homebrew_packages: - coreutils - python3 - the_silver_searcher - tmux - wget - zsh-completions - zsh-lovers boxen::personal::includes: - python - zsh boxen::security::require_password: true boxen::security::screensaver_delay_sec: "0" nodejs::build::ensure: '25461f150782cb0d1ad48df01637dccd5842a796' nodejs::global::version: '4.4.1' ruby::build::ensure: 'v20160602' ruby::global::version: "2.2.4"
--- boxen::config::srcdir: "/Users/%{::boxen_user}/Projects" boxen::personal::homebrew_packages: - coreutils - pandoc - python3 - the_silver_searcher - tmux - wget - zsh-completions - zsh-lovers boxen::personal::includes: - python - zsh boxen::security::require_password: true boxen::security::screensaver_delay_sec: "0" nodejs::build::ensure: '25461f150782cb0d1ad48df01637dccd5842a796' nodejs::global::version: '4.4.1' ruby::build::ensure: 'v20160602' ruby::global::version: "2.2.4"
Add Pandoc to required packages
Add Pandoc to required packages
YAML
mit
bradleywright/my-boxen,bradwright/my-boxen,bradwright/my-boxen,bradwright/my-boxen,bradleywright/my-boxen,bradleywright/my-boxen
f76fdc1574a99f6e3aca63a5682606f464794ebe
org.metaborg.meta.lib.analysis/metaborg.yaml
org.metaborg.meta.lib.analysis/metaborg.yaml
--- id: org.metaborg:org.metaborg.meta.lib.analysis:${metaborgVersion} name: runtime-libraries metaborgVersion: 2.3.0-SNAPSHOT metaborgBaselineVersion: 2.1.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.template:${metaborgBaselineVersion} source: - org.metaborg:meta.lib.spoofax:${metaborgVersion} exports: - language: SDF directory: src-gen/syntax includes: "**/*.sdf" - language: TemplateLang directory: syntax includes: "**/*.sdf3" - language: Stratego-Sugar directory: trans includes: "**/*.str" - language: Stratego-Sugar directory: src-gen includes: "**/*.str" pardonedLanguages: - Stratego-Sugar
--- id: org.metaborg:org.metaborg.meta.lib.analysis:${metaborgVersion} name: runtime-libraries metaborgVersion: 2.3.0-SNAPSHOT metaborgBaselineVersion: 2.2.0 dependencies: compile: - org.metaborg:org.metaborg.meta.lang.stratego:${metaborgBaselineVersion} - org.metaborg:org.metaborg.meta.lang.template:${metaborgBaselineVersion} source: - org.metaborg:meta.lib.spoofax:${metaborgVersion} exports: - language: SDF directory: src-gen/syntax includes: "**/*.sdf" - language: TemplateLang directory: syntax includes: "**/*.sdf3" - language: Stratego-Sugar directory: trans includes: "**/*.str" - language: Stratego-Sugar directory: src-gen includes: "**/*.str" pardonedLanguages: - Stratego-Sugar
Update baseline version to 2.2.0
Update baseline version to 2.2.0
YAML
apache-2.0
metaborg/runtime-libraries
24bdbeab1420c0e44078eb08673bcd70a22377af
.buildkite/pipeline.yml
.buildkite/pipeline.yml
steps: - name: ":node:" command: npm test plugins: - docker-compose#v3.3.0: run: app
steps: - name: ":node:" command: npm test plugins: - docker-compose#v3.4.0: run: app
Update buildkite plugin docker-compose to v3.4.0
Update buildkite plugin docker-compose to v3.4.0
YAML
mit
buildkite/nodejs-docker-example
ca96bba7ac1e4a21e474baa0f1502b32dbdfef32
hw/bsp/dialog_da1469x-dk-pro/syscfg.yml
hw/bsp/dialog_da1469x-dk-pro/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 use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # syscfg.vals: MCU_TARGET: DA14699 # Configure flash areas CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG NFFS_FLASH_AREA: FLASH_AREA_NFFS COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
# # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. # syscfg.vals: MCU_TARGET: DA14699 # Set default pins for peripherals UART_0_PIN_TX: 9 UART_0_PIN_RX: 8 UART_1_PIN_TX: 9 UART_1_PIN_RX: 8 UART_1_PIN_RTS: 32 UART_1_PIN_CTS: 7 # Configure flash areas CONFIG_FCB_FLASH_AREA: FLASH_AREA_NFFS REBOOT_LOG_FLASH_AREA: FLASH_AREA_REBOOT_LOG NFFS_FLASH_AREA: FLASH_AREA_NFFS COREDUMP_FLASH_AREA: FLASH_AREA_IMAGE_1
Configure default settings for UARTs
hw/bsp/dialog: Configure default settings for UARTs Note that UART_0 and UART_1 have the same TX and RX pins set by default. This is because "uart0" is usually the default device to use, but since it does not support RTS/CTS it may be required to switch to "uart1" instead - pins will be already configured.
YAML
apache-2.0
mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core,mlaz/mynewt-core
d61dbdf034d9db00ac2447e02083405de8e6dad7
app/config/config_test_cached.yml
app/config/config_test_cached.yml
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski imports: - { resource: config_test.yml } doctrine: orm: entity_managers: default: metadata_cache_driver: type: memcached host: localhost port: 11211 doctrine_phpcr: odm: metadata_cache_driver: type: memcached host: localhost port: 11211 twig: strict_variables: true
# This file is part of the Sylius package. # (c) Paweł Jędrzejewski imports: - { resource: config_test.yml } doctrine: orm: entity_managers: default: metadata_cache_driver: type: memcached host: localhost port: 11211 doctrine_phpcr: odm: metadata_cache_driver: type: memcached host: localhost port: 11211 twig: strict_variables: false
Set strict_variables to false temporarily.
Set strict_variables to false temporarily.
YAML
mit
torinaki/Sylius,gorkalaucirica/Sylius,jjanvier/Sylius,venyii/Sylius,michalmarcinkowski/Sylius,axelvnk/Sylius,ReissClothing/Sylius,101medialab/Sylius,okwinza/Sylius,steffenbrem/Sylius,TeamNovatek/Sylius,TeamNovatek/Sylius,nakashu/Sylius,fredcollet/Sylius,danut007ro/Sylius,tuka217/Sylius,NeverResponse/Sylius,pamil/Sylius,patrick-mcdougle/Sylius,mkilmanas/Sylius,foobarflies/Sylius,SyliusBot/Sylius,psyray/Sylius,ktzouno/Sylius,gmoigneu/platformsh-integrations,venyii/Sylius,CoderMaggie/Sylius,ravaj-group/Sylius,Arminek/Sylius,ezecosystem/Sylius,jvahldick/Sylius,Mozan/Sylius,adamelso/Sylius,Rvanlaak/Sylius,patrick-mcdougle/Sylius,gorkalaucirica/Sylius,Rvanlaak/Sylius,Joypricecorp/Sylius,ktzouno/Sylius,adamelso/Sylius,mheki/Sylius,101medialab/Sylius,itinance/Sylius,gruberro/Sylius,mbabker/Sylius,foobarflies/Sylius,sweoggy/Sylius,okwinza/Sylius,mheki/Sylius,michalmarcinkowski/Sylius,PyRowMan/Sylius,videni/Sylius,gseidel/Sylius,mbabker/Sylius,adamelso/Sylius,TheMadeleine/Sylius,rpg600/Sylius,mbabker/Sylius,steffenbrem/Sylius,gseidel/Sylius,videni/Sylius,ReissClothing/Sylius,vihuvac/Sylius,vihuvac/Sylius,ravaj-group/Sylius,gseidel/Sylius,CoderMaggie/Sylius,coudenysj/Sylius,101medialab/Sylius,coudenysj/Sylius,Ejobs/Sylius,SyliusBot/Sylius,Niiko/Sylius,Joypricecorp/Sylius,sweoggy/Sylius,Ejobs/Sylius,davalb/Sylius,cdaguerre/Sylius,Pitoune/Sylius,PyRowMan/Sylius,dragosprotung/Sylius,rpg600/Sylius,juramy/Sylius,gorkalaucirica/Sylius,rpg600/Sylius,NeverResponse/Sylius,bretto36/Sylius,gruberro/Sylius,okwinza/Sylius,steffenbrem/Sylius,Niiko/Sylius,bretto36/Sylius,nakashu/Sylius,mheki/Sylius,TheMadeleine/Sylius,PyRowMan/Sylius,polisys/Sylius,gmoigneu/platformsh-integrations,bitbager/Sylius,itinance/Sylius,Brille24/Sylius,Brille24/Sylius,Sylius/Sylius,videni/Sylius,Mozan/Sylius,psyray/Sylius,lchrusciel/Sylius,mbabker/Sylius,tuka217/Sylius,TeamNovatek/Sylius,GSadee/Sylius,adamelso/Sylius,ylastapis/Sylius,Niiko/Sylius,GSadee/Sylius,Pitoune/Sylius,loic425/Sylius,pamil/Sylius,rpg600/Sylius,michalmarcinkowski/Sylius,torinaki/Sylius,SyliusBot/Sylius,Niiko/Sylius,diimpp/Sylius,pjedrzejewski/Sylius,danut007ro/Sylius,ezecosystem/Sylius,jvahldick/Sylius,coudenysj/Sylius,venyii/Sylius,antonioperic/Sylius,jjanvier/Sylius,MichaelKubovic/Sylius,loic425/Sylius,Zales0123/Sylius,patrick-mcdougle/Sylius,axelvnk/Sylius,TeamNovatek/Sylius,antonioperic/Sylius,Lowlo/Sylius,DorianCMore/Sylius,psyray/Sylius,Ejobs/Sylius,Ejobs/Sylius,Mozan/Sylius,Joypricecorp/Sylius,ktzouno/Sylius,juramy/Sylius,CoderMaggie/Sylius,TheMadeleine/Sylius,TheMadeleine/Sylius,fredcollet/Sylius,pjedrzejewski/Sylius,itinance/Sylius,fredcollet/Sylius,bitbager/Sylius,danut007ro/Sylius,ravaj-group/Sylius,Arminek/Sylius,davalb/Sylius,davalb/Sylius,NeverResponse/Sylius,jjanvier/Sylius,axelvnk/Sylius,DorianCMore/Sylius,cdaguerre/Sylius,cdaguerre/Sylius,tuka217/Sylius,davalb/Sylius,inssein/Sylius,gabiudrescu/Sylius,ezecosystem/Sylius,Lowlo/Sylius,inssein/Sylius,CoderMaggie/Sylius,mkilmanas/Sylius,gorkalaucirica/Sylius,gabiudrescu/Sylius,Sylius/Sylius,okwinza/Sylius,ylastapis/Sylius,regnisolbap/Sylius,gseidel/Sylius,lchrusciel/Sylius,sweoggy/Sylius,ktzouno/Sylius,gruberro/Sylius,gruberro/Sylius,Mozan/Sylius,bitbager/Sylius,Zales0123/Sylius,nakashu/Sylius,vihuvac/Sylius,TeamNovatek/Sylius,jjanvier/Sylius,pamil/Sylius,fredcollet/Sylius,jvahldick/Sylius,coudenysj/Sylius,bretto36/Sylius,videni/Sylius,Lowlo/Sylius,Arminek/Sylius,foobarflies/Sylius,torinaki/Sylius,coudenysj/Sylius,regnisolbap/Sylius,foobarflies/Sylius,psren/Sylius,venyii/Sylius,polisys/Sylius,psyray/Sylius,antonioperic/Sylius,mkilmanas/Sylius,psren/Sylius,MichaelKubovic/Sylius,patrick-mcdougle/Sylius,kayue/Sylius,michalmarcinkowski/Sylius,steffenbrem/Sylius,GSadee/Sylius,kayue/Sylius,kayue/Sylius,NeverResponse/Sylius,danut007ro/Sylius,dragosprotung/Sylius,Rvanlaak/Sylius,inssein/Sylius,tuka217/Sylius,Joypricecorp/Sylius,Rvanlaak/Sylius,Lowlo/Sylius,juramy/Sylius,Brille24/Sylius,diimpp/Sylius,ReissClothing/Sylius,cdaguerre/Sylius,Zales0123/Sylius,psyray/Sylius,psren/Sylius,axelvnk/Sylius,jvahldick/Sylius,mheki/Sylius,Rvanlaak/Sylius,MichaelKubovic/Sylius,bretto36/Sylius,PyRowMan/Sylius,ravaj-group/Sylius,ylastapis/Sylius,gmoigneu/platformsh-integrations,inssein/Sylius,ReissClothing/Sylius,loic425/Sylius,lchrusciel/Sylius,ReissClothing/Sylius,Pitoune/Sylius,juramy/Sylius,okwinza/Sylius,dragosprotung/Sylius,gabiudrescu/Sylius,nakashu/Sylius,psren/Sylius,tuka217/Sylius,polisys/Sylius,axelvnk/Sylius,MichaelKubovic/Sylius,DorianCMore/Sylius,polisys/Sylius,patrick-mcdougle/Sylius,Sylius/Sylius,gabiudrescu/Sylius,dragosprotung/Sylius,juramy/Sylius,Brille24/Sylius,itinance/Sylius,ylastapis/Sylius,diimpp/Sylius,DorianCMore/Sylius,polisys/Sylius,pjedrzejewski/Sylius,regnisolbap/Sylius,Ejobs/Sylius,gmoigneu/platformsh-integrations,sweoggy/Sylius,Pitoune/Sylius,pjedrzejewski/Sylius,rpg600/Sylius,torinaki/Sylius,davalb/Sylius,vihuvac/Sylius,ezecosystem/Sylius,Mozan/Sylius,cdaguerre/Sylius,mkilmanas/Sylius,fredcollet/Sylius,ravaj-group/Sylius,bitbager/Sylius,steffenbrem/Sylius,regnisolbap/Sylius,jjanvier/Sylius,adamelso/Sylius
cad909ff2ccf917c3b818dcde5866fc5b32143dc
.pre-commit-config.yaml
.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git sha: v0.9.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper - id: check-yaml - id: debug-statements - id: name-tests-test - id: requirements-txt-fixer - id: flake8 - repo: local hooks: - id: gofmt name: gofmt language: system entry: gofmt -l -w files: \.go$
repos: - repo: https://github.com/pre-commit/pre-commit-hooks sha: v0.9.1 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper - id: check-yaml - id: debug-statements - id: name-tests-test - id: requirements-txt-fixer - id: flake8 - repo: local hooks: - id: gofmt name: gofmt language: system entry: gofmt -l -w files: \.go$
Normalize git urls in pre-commit config
Normalize git urls in pre-commit config Improves cache performance Committed via https://github.com/asottile/all-repos
YAML
mit
asottile/dockerfile,asottile/dockerfile,asottile/dockerfile
9d79115ab130321b8ee07c405af39d1fc2049f44
.pre-commit-config.yaml
.pre-commit-config.yaml
default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-added-large-files args: [ '--maxkb=500' ] - id: check-byte-order-marker exclude: .*\.csv|.*\.xsd|.*\.xlsx|.*\.xml - id: check-case-conflict - id: check-merge-conflict - id: check-symlinks - id: detect-private-key - id: fix-encoding-pragma - id: end-of-file-fixer exclude: .idea/.*|.*\.blg|.*\.json|.*\.dat - id: trailing-whitespace exclude: .idea/.*|.*\.blg|.*\.json|.*\.dat - id: mixed-line-ending exclude: .idea/.* - id: check-json - repo: https://github.com/ambv/black rev: 22.1.0 hooks: - id: black language_version: python3.10 additional_dependencies: ['click==8.0.4'] - repo: https://gitlab.com/pycqa/flake8 rev: 4.0.1 hooks: - id: flake8 additional_dependencies: - flake8-black>=0.1.1 language_version: python3.10
default_language_version: python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.0.1 hooks: - id: check-added-large-files args: [ '--maxkb=500' ] - id: check-byte-order-marker exclude: .*\.csv|.*\.xsd|.*\.xlsx|.*\.xml - id: check-case-conflict - id: check-merge-conflict - id: check-symlinks - id: detect-private-key - id: fix-encoding-pragma - id: end-of-file-fixer exclude: .idea/.*|.*\.blg|.*\.json|.*\.dat - id: trailing-whitespace exclude: .idea/.*|.*\.blg|.*\.json|.*\.dat - id: mixed-line-ending exclude: .idea/.* - id: check-json - repo: https://github.com/ambv/black rev: 22.1.0 hooks: - id: black language_version: python3.10 additional_dependencies: ['click==8.0.4'] - repo: https://github.com/pycqa/flake8 rev: 5.0.4 hooks: - id: flake8 language_version: python3.10
Move flake8 from gitlab to github.
Move flake8 from gitlab to github.
YAML
apache-2.0
pivotal-energy-solutions/django-datatable-view,pivotal-energy-solutions/django-datatable-view,pivotal-energy-solutions/django-datatable-view
0d2da35e82ea9b9073068acb34f445599b0f5bf5
docker-compose.yml
docker-compose.yml
imager: build: imager/ ports: - "8001:8000" comparer: build: comparer/ links: - postgres - imager volumes: - ./comparer/:/comparer/ environment: - DATABASE_URL=postgres://postgres:mysecretpassword@postgres/postgres frontend: build: frontend/ volumes: - ./frontend/:/frontend/ ports: - "8000:8000" links: - postgres environment: - DATABASE_URL=postgres://postgres:mysecretpassword@postgres/postgres postgres: image: postgres:9.4 environment: - POSTGRES_PASSWORD=mysecretpassword
imager: build: imager/ ports: - "8001:8000" comparer: build: comparer/ links: - postgres - imager environment: - DATABASE_URL=postgres://postgres:mysecretpassword@postgres/postgres frontend: build: frontend/ volumes: - ./frontend/:/frontend/ ports: - "8000:8000" links: - postgres environment: - DATABASE_URL=postgres://postgres:mysecretpassword@postgres/postgres postgres: image: postgres:9.4 environment: - POSTGRES_PASSWORD=mysecretpassword
Remove comparer folder from docker build
Remove comparer folder from docker build
YAML
agpl-3.0
palfrey/kitling,palfrey/kitling,palfrey/kitling
c064f5f97203fbcc71655f749697cdb2e9405d0c
docker-compose.yml
docker-compose.yml
hawkular: image: "pilhuhn/hawkular-services:latest" ports: - "8080:8080" - "8443:8443" - "9990:9990" links: - myCassandra volumes: - /tmp/opt/hawkular/server:/opt/data environment: - CASSANDRA_NODES=myCassandra - ADMIN_TOKEN myCassandra: image: cassandra:3.0.9 environment: - CASSANDRA_START_RPC=true
hawkular: image: "hawkular/hawkular-services:latest" ports: - "8080:8080" - "8443:8443" - "9990:9990" links: - myCassandra volumes: - /tmp/opt/hawkular/server:/opt/data environment: - CASSANDRA_NODES=myCassandra - ADMIN_TOKEN myCassandra: image: cassandra:3.0.9 environment: - CASSANDRA_START_RPC=true
Use the official docker repository from hawkular.
Use the official docker repository from hawkular.
YAML
apache-2.0
hawkular/hawkular-client-ruby,hawkular/hawkular-client-ruby
25e6e2e413daf1dfff071f71fbcf11ee8c5a4127
docker-compose.yml
docker-compose.yml
mongo: image: mongo:3.2.3 app: build: . dockerfile: Dockerfile-app volumes: - .:/baleen links: - mongo
mongo: image: mongo:3.2.3 app: build: . dockerfile: Dockerfile-app environment: - VIRTUAL_ENV=/usr/local/ volumes: - .:/baleen links: - mongo
Make the docker container play nice with usages of $VIRTUAL_ENV despite not having one e.g. in the Makefile.
Make the docker container play nice with usages of $VIRTUAL_ENV despite not having one e.g. in the Makefile.
YAML
mit
janetriley/baleen,DistrictDataLabs/baleen,janetriley/baleen,bbengfort/baleen,DistrictDataLabs/baleen,bbengfort/baleen
bc110fb6d67572a72d00adb9d5579b94458d8a8b
docker-compose.yml
docker-compose.yml
gitreceive: build: gitreceive ports: - "2222:22" gitreceive-upload-key: build: gitreceive volumes_from: - gitreceive entrypoint: /usr/local/bin/upload-key frontend: image: quay.io/dtan4/paus-frontend:latest environment: - COMPOSE_FILE=$PWD/docker-compose.yml ports: - 80:8080 volumes: - /var/run/docker.sock:/var/run/docker.sock - $PWD/docker-compose.yml:/app/docker-compose.yml:ro
gitreceive: image: quay.io/dtan4/paus-gitreceive:latest ports: - 2222:22 gitreceive-upload-key: image: quay.io/dtan4/paus-gitreceive:latest volumes_from: - gitreceive entrypoint: /usr/local/bin/upload-key frontend: image: quay.io/dtan4/paus-frontend:latest ports: - 80:8080 volumes: - /var/run/docker.sock:/var/run/docker.sock - $PWD/docker-compose.yml:/app/docker-compose.yml:ro
Use `image` instead of `build`
Use `image` instead of `build`
YAML
mit
dtan4/paus,dtan4/paus,dtan4/paus
12cab1454e581e3461ef80de4903f2060e6d17db
_data/yir_2015/new_projects.yml
_data/yir_2015/new_projects.yml
- "Atomic Squirrel" - "Hello, Startup" - "docker-osx-dev" - "Ping-Play: BigPipe Streaming for the Play Framework" - "Yevgeniy Brikman Homepage" - "Hello, Startup Website"
- "Atomic Squirrel" - "Hello, Startup" - "docker-osx-dev" - "Ping-Play: BigPipe Streaming for the Play Framework" - "Yevgeniy Brikman Homepage"
Remove Hello, Startup website from YIR list
Remove Hello, Startup website from YIR list
YAML
mit
dpdearing/dpdearing-homepage,dpdearing/dpdearing.github.io,brikis98/yevgeniy-brikman-homepage,dpdearing/dpdearing-homepage,dpdearing/dpdearing-homepage,brikis98/yevgeniy-brikman-homepage,brikis98/yevgeniy-brikman-homepage,dpdearing/dpdearing.github.io,dpdearing/dpdearing.github.io
af54c3116e486d38cbe2653dbb5e19f3bea41937
fig.yml
fig.yml
elasticsearch: image: dockerfile/elasticsearch expose: - "9200" volumes: - deploy/data/elasticsearch:/data/data - deploy/logs/elasticsearch:/data/log mongodb: image: dockerfile/mongodb expose: - "27017" volumes: - deploy/data/mongodb:/data/db parser: &SUBMAN image: submanio/subman links: - elasticsearch - mongodb command: bash deploy/scripts/run_parser.sh environment: DB_HOST: "http://elasticsearch:9200" INDEX_NAME: "subman7" IS_DEBUG: "false" RAW_DB_HOST: "mongodb" RAW_DB_PORT: "27017" RAW_DB_NAME: "subman7" web: <<: *SUBMAN expose: - "3000" command: bash deploy/scripts/run_web.sh prerender: image: submanio/prerender links: - web nginx: image: submanio/nginx domainname: subman.io links: - web - prerender volumes: - deploy/logs/nginx:/var/log/nginx volumes_from: - web ports: - "8080:80"
elasticsearch: image: dockerfile/elasticsearch expose: - "9200" volumes: - deploy/data/elasticsearch:/data/data - deploy/logs/elasticsearch:/data/log mongodb: image: dockerfile/mongodb expose: - "27017" volumes: - deploy/data/mongodb:/data/db parser: image: submanio/subman links: - elasticsearch - mongodb command: bash deploy/scripts/run_parser.sh environment: DB_HOST: "http://elasticsearch:9200" INDEX_NAME: "subman7" IS_DEBUG: "false" RAW_DB_HOST: "mongodb" RAW_DB_PORT: "27017" RAW_DB_NAME: "subman7" web: image: submanio/subman-web links: - elasticsearch expose: - "3000" environment: DB_HOST: "http://elasticsearch:9200" INDEX_NAME: "subman7" IS_DEBUG: "false" prerender: image: submanio/prerender links: - web nginx: image: submanio/nginx domainname: subman.io links: - web - prerender volumes: - deploy/logs/nginx:/var/log/nginx volumes_from: - web ports: - "8080:80"
Use `submanio/subman-web` image for `web`
Use `submanio/subman-web` image for `web`
YAML
epl-1.0
submanio/subman-parser
e11cd06432cb2b76ca96e803de97326e62ef01cc
buildspec.yml
buildspec.yml
version: 0.1 phases: pre_build: commands: - echo Logging in to Amazon ECR... - $(aws ecr get-login --region $AWS_DEFAULT_REGION) build: commands: - echo Build started on `date` - echo Building the Docker image... - docker build -t $IMAGE_REPO_NAME . - docker tag $IMAGE_REPO_NAME:$IMAGE_TAG $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG post_build: commands: - echo Build completed on `date` - echo Pushing the Docker image... - docker push $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$IMAGE_REPO_NAME:$IMAGE_TAG
version: 0.1 phases: pre_build: commands: - echo Starting build: commands: - echo Build started on `date` - npm --production install post_build: commands: - echo Build completed on `date`
Change Buiuldspec to install npm modules
Change Buiuldspec to install npm modules
YAML
mit
OpenSaasAU/BendigoGigGuide-site,OpenSaasAU/BendigoGigGuide-site
9efbd2bbf95306cc1403a21eaafc18ce4338e58f
data/nodes/asf-bz1-us-mid.apache.org.yaml
data/nodes/asf-bz1-us-mid.apache.org.yaml
--- classes: - apache - apache::mod::cgid - apache::mod::expires - apache::mod::headers - bugzilla - bugzilla::custom_project bugzilla::packages: - asf-bugzilla apache::service_ensure: 'stopped'
--- classes: - apache - apache::mod::cgid - apache::mod::expires - apache::mod::headers - bugzilla - bugzilla::custom_project - vhosts_asf::vhosts apache::service_ensure: 'stopped' apache::default_vhost: false bugzilla::packages: - asf-bugzilla vhosts_asf::vhosts::vhosts: bz-test: vhost_name: '*' port: 80 ip: "%{ipaddress_eth1}" ip_based: true docroot: '/var/www/html' manage_docroot: false aliases: - alias: '/bugzilla' path: '/var/www/bugzilla-asf' directories: - path: '/var/www/html' - path: '/var/www/bugzilla-asf' options: - 'Indexes' - 'FollowSymLinks' - 'MultiViews' - 'ExecCGI' allow_override: - 'All' addhandlers: - handler: 'cgi-script' extensions: - '.cgi' directoryindex: 'index.cgi index.html' access_log_file: 'weblog.log' error_log_file: 'errorlog.log'
Add simple vhost for proxied bz instance
Add simple vhost for proxied bz instance
YAML
apache-2.0
stumped2/infrastructure-puppet,apache/infrastructure-puppet,stumped2/infrastructure-puppet,bdube/infrastructure-puppet,bdube/infrastructure-puppet,apache/infrastructure-puppet,chtyim/infrastructure-puppet,apache/infrastructure-puppet,bdube/infrastructure-puppet,bdube/infrastructure-puppet,apache/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,stumped2/infrastructure-puppet,bdube/infrastructure-puppet,chtyim/infrastructure-puppet,sebbASF/infrastructure-puppet,chtyim/infrastructure-puppet,stumped2/infrastructure-puppet,sebbASF/infrastructure-puppet,chtyim/infrastructure-puppet,stumped2/infrastructure-puppet,sebbASF/infrastructure-puppet,chtyim/infrastructure-puppet,bdube/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,sebbASF/infrastructure-puppet,apache/infrastructure-puppet,sebbASF/infrastructure-puppet,chtyim/infrastructure-puppet,stumped2/infrastructure-puppet,sebbASF/infrastructure-puppet
b4c6a5ea683f9944fd04a2a16476929ab0e57880
meta/main.yml
meta/main.yml
# meta file for autossh-tunnel-client --- galaxy_info: author: Mischa ter Smitten company: Oefenweb.nl B.V. description: Set up a persistent tunnel (using autossh) in Ubuntu systems (client side) license: MIT min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - lucid - precise - trusty categories: - system - networking dependencies: []
# meta file for autossh-tunnel-client --- galaxy_info: author: Mischa ter Smitten company: Oefenweb.nl B.V. description: Set up a persistent tunnel (using autossh) in Ubuntu systems (client side) license: MIT min_ansible_version: 1.4 platforms: - name: Ubuntu versions: - lucid - precise - trusty galaxy_tags: - system - networking dependencies: []
Fix for Ansible galaxy (import) warning
Fix for Ansible galaxy (import) warning Found galaxy_info.categories. Update meta/main.yml to use galaxy_info.galaxy_tags
YAML
mit
Oefenweb/ansible-autossh-tunnel-client
5c042bb06962ee744bc5c7325c0e213565e65eaf
meta/main.yml
meta/main.yml
--- galaxy_info: author: Roman Zimmer description: Tomcat 8 - latest official .deb packages from the Ubuntu Package archive company: sprylab technologies GmbH license: Apache min_ansible_version: 1.6 platforms: - name: Ubuntu versions: - trusty - utopic - vivid categories: - development - system - web dependencies: []
--- galaxy_info: author: Roman Zimmer description: Tomcat 8 - latest official .deb packages from the Ubuntu Package archive company: sprylab technologies GmbH license: Apache min_ansible_version: 1.6 platforms: - name: Ubuntu versions: - trusty - utopic - vivid galaxy_tags: - development - java - system - web dependencies: []
Use 'galaxy_info.galaxy_tags' instead of the deprecated 'galaxy_info.categories'
Use 'galaxy_info.galaxy_tags' instead of the deprecated 'galaxy_info.categories'
YAML
apache-2.0
sprylab/ansible-role-tomcat-ubuntu
3d97770cafd964e3d810b8c263d432abaf2e9024
contrib/example-nginx.yml
contrib/example-nginx.yml
# # Copyright 2016 Planet Labs # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # apiVersion: v1 kind: ReplicationController metadata: labels: app: nginx name: nginx namespace: default spec: replicas: 3 selector: app: nginx template: metadata: labels: app: nginx spec: containers: - image: nginx resources: requests: memory: "64Mi" cpu: "100m" name: nginx ports: - containerPort: 80 protocol: TCP --- apiVersion: v1 kind: Service metadata: labels: app: nginx name: nginx namespace: default spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: nginx type: ClusterIP --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx namespace: default spec: backend: serviceName: nginx servicePort: 80
apiVersion: v1 kind: Namespace metadata: name: example --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx namespace: example spec: backend: serviceName: nginx servicePort: 80 --- apiVersion: v1 kind: Service metadata: labels: app: nginx name: nginx namespace: example spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: nginx type: ClusterIP --- apiVersion: v1 kind: ReplicationController metadata: labels: app: nginx name: nginx namespace: example spec: replicas: 3 selector: app: nginx template: metadata: labels: app: nginx spec: containers: - image: nginx resources: requests: memory: "64Mi" cpu: "100m" name: nginx ports: - containerPort: 80 protocol: TCP
Deploy nginx example into fresh namespace
Deploy nginx example into fresh namespace This makes the nginx example work like the other example guestbook app.
YAML
apache-2.0
bcwaldon/klondike,bcwaldon/klondike,bcwaldon/klondike
ec029192af44d64e5bce883263fc7c0a735f6297
metadata/de.stefan_oltmann.kaesekaestchen.yml
metadata/de.stefan_oltmann.kaesekaestchen.yml
Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/StefanOltmann/Kaesekaestchen IssueTracker: https://github.com/StefanOltmann/Kaesekaestchen/issues Name: Dots'n'Boxes AutoName: Käsekästchen Description: |- Players take turns joining two horizontally or vertically adjacent dots by a line. A player that completes the fourth side of a square (a box) colors that box and must play again. When all boxes have been colored, the game ends and the player who has colored more boxes wins. You are playing against the computer. The computer is red; you are blue. RepoType: git Repo: https://github.com/StefanOltmann/Kaesekaestchen Builds: - versionName: '0.5' versionCode: 7 commit: '9' AutoUpdateMode: None UpdateCheckMode: RepoManifest CurrentVersion: 0.7.4 CurrentVersionCode: 16
Categories: - Games License: GPL-3.0-only SourceCode: https://github.com/StefanOltmann/Kaesekaestchen IssueTracker: https://github.com/StefanOltmann/Kaesekaestchen/issues Name: Dots'n'Boxes AutoName: Käsekästchen Description: |- Players take turns joining two horizontally or vertically adjacent dots by a line. A player that completes the fourth side of a square (a box) colors that box and must play again. When all boxes have been colored, the game ends and the player who has colored more boxes wins. You are playing against the computer. The computer is red; you are blue. RepoType: git Repo: https://github.com/StefanOltmann/Kaesekaestchen Builds: - versionName: '0.5' versionCode: 7 commit: '9' AutoUpdateMode: None UpdateCheckMode: RepoManifest CurrentVersion: 0.7.5 CurrentVersionCode: 17
Update CurrentVersion of Dots'n'Boxes to 0.7.5 (17)
Update CurrentVersion of Dots'n'Boxes to 0.7.5 (17)
YAML
agpl-3.0
f-droid/fdroiddata,f-droid/fdroiddata
b0bae89b89bf5fe9096ff0844272b6e6abce7225
packages/pl/plural.yaml
packages/pl/plural.yaml
homepage: '' changelog-type: '' hash: b7af73abf2ff46d6f37b3a119121424d2c6a31f06a7535d9b488803ec27ed2c4 test-bench-deps: base: ! '>=4.9 && <4.12' hspec: -any plural: -any maintainer: fresheyeball@gmail.com synopsis: Pluralize changelog: '' basic-deps: bytestring: ! '>=0.10.8 && <0.11' base: ! '>=4.9 && <4.12' containers: ! '>=0.5.7 && <0.6' all-versions: - '0.0.1' - '0.0.2' author: Isaac Shapira latest: '0.0.2' description-type: haddock description: Pluralize english words pretty darn well license-name: BSD3
homepage: '' changelog-type: '' hash: e4006f383c87ccc131ac923d49ff32ed4dcff2063ad6acfc68992ce091117c1c test-bench-deps: base: -any hspec: -any plural: -any maintainer: fresheyeball@gmail.com synopsis: Pluralize changelog: '' basic-deps: bytestring: ! '>=0.10.8 && <0.11' base: ! '>=4.9 && <4.12' containers: ! '>=0.5.7 && <0.6' all-versions: - '0.0.1' - '0.0.2' - '0.1.0.0' author: Isaac Shapira latest: '0.1.0.0' description-type: haddock description: Pluralize english words pretty darn well license-name: BSD3
Update from Hackage at 2018-06-07T20:09:55Z
Update from Hackage at 2018-06-07T20:09:55Z
YAML
mit
commercialhaskell/all-cabal-metadata
d569cdee30bdad33c68673aaaa3b2c4eb37da4dd
packages/sr/srcloc.yaml
packages/sr/srcloc.yaml
homepage: https://github.com/mainland/srcloc changelog-type: '' hash: 0783b40fd57211c95fbeccbe98df9d54d0926e544e0540bf2e10b1a1dca800c4 test-bench-deps: {} maintainer: Geoffrey Mainland <mainland@drexel.edu> synopsis: Data types for managing source code locations. changelog: '' basic-deps: base: ! '>=4 && <5' all-versions: - '0.1' - 0.1.1 - 0.1.1.1 - 0.1.2 - 0.2.0 - 0.2.1 - 0.3.0 - 0.4.0 - 0.4.1 - 0.5.0 - 0.5.0.1 - 0.5.0.2 - 0.5.1.0 - 0.5.1.1 - 0.5.1.2 author: Geoffrey Mainland <mainland@drexel.edu> latest: 0.5.1.2 description-type: haddock description: Data types for tracking, combining, and printing source code locations. license-name: BSD-3-Clause
homepage: https://github.com/mainland/srcloc changelog-type: '' hash: 6f34f95a6fb41be3d7fee29d691bd06b9b26f6ba169fe1b19ec27aea5e6d7855 test-bench-deps: {} maintainer: Geoffrey Mainland <mainland@drexel.edu> synopsis: Data types for managing source code locations. changelog: '' basic-deps: base: '>=4 && <5' all-versions: - '0.1' - 0.1.1 - 0.1.1.1 - 0.1.2 - 0.2.0 - 0.2.1 - 0.3.0 - 0.4.0 - 0.4.1 - 0.5.0 - 0.5.0.1 - 0.5.0.2 - 0.5.1.0 - 0.5.1.1 - 0.5.1.2 - '0.6' author: Geoffrey Mainland <mainland@drexel.edu> latest: '0.6' description-type: haddock description: Data types for tracking, combining, and printing source code locations. license-name: BSD-3-Clause
Update from Hackage at 2021-04-29T16:53:24Z
Update from Hackage at 2021-04-29T16:53:24Z
YAML
mit
commercialhaskell/all-cabal-metadata
54036f7e17b991d779a576a9b623b65116d64470
app/config/services.yml
app/config/services.yml
# Learn more about services, parameters and containers at # http://symfony.com/doc/current/book/service_container.html parameters: # parameter_name: value services: app.orm: class: AppBundle\ORM arguments: [ '@doctrine' ] app.api.webservice: class: AppBundle\API\Webservice arguments: ['@app.orm'] app.twig_provider.dbversion: class: AppBundle\Service\TwigProvider\DBVersion arguments: ['@twig', '%doctrine.default_connection%'] tags: [{name: kernel.event_listener, event: kernel.request}] app.twig_provider.types: class: AppBundle\Service\TwigProvider\Types arguments: ['@twig'] tags: [{name: kernel.event_listener, event: kernel.request}]
# Learn more about services, parameters and containers at # http://symfony.com/doc/current/book/service_container.html parameters: # parameter_name: value services: app.orm: class: AppBundle\ORM arguments: [ '@doctrine' ] app.api.webservice: class: AppBundle\API\Webservice arguments: ['@app.orm'] app.twig_provider.dbversion: class: AppBundle\Service\TwigProvider\DBVersion arguments: ['@twig', '%doctrine.default_connection%'] tags: [{name: kernel.event_listener, event: kernel.request}] app.twig_provider.types: class: AppBundle\Service\TwigProvider\Types arguments: ['@twig'] tags: [{name: kernel.event_listener, event: kernel.request}] app.form.registration: class: AppBundle\Form\RegistrationFormType tag: [{name: form.type}]
Add new form as a new service
Add new form as a new service
YAML
mit
molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec,molbiodiv/fennec
6a7744fae848f1e7a13ce1341c08767749df46b3
packages/pa/papa-semigroupoids-implement.yaml
packages/pa/papa-semigroupoids-implement.yaml
homepage: https://github.com/data61/papa-semigroupoids-implement changelog-type: text hash: 076867a8d036134742667309d0a0464b0583682997f42ff7193ad95bce206db6 test-bench-deps: base: <5 && >=3 filepath: ! '>=1.3' doctest: ! '>=0.9.7' QuickCheck: ! '>=2.0' template-haskell: ! '>=2.8' directory: ! '>=1.1' maintainer: Tony Morris synopsis: useful `bifunctors` functions reimplemented changelog: ! '0.2.0 * Initial release. ' basic-deps: semigroupoids: ! '>=5 && <6' base: ! '>=4.8 && <5' all-versions: - '0.2.0' author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> latest: '0.2.0' description-type: haddock description: useful `bifunctors` functions reimplemented license-name: BSD3
homepage: https://github.com/data61/papa changelog-type: text hash: 1f6a24b99aa3eb03021ca675b0e657f8750f37f4c47f1d9e69bef1117d211632 test-bench-deps: base: <5 && >=3 filepath: ! '>=1.3' doctest: ! '>=0.9.7' QuickCheck: ! '>=2.0' template-haskell: ! '>=2.8' directory: ! '>=1.1' maintainer: Tony Morris synopsis: useful `bifunctors` functions reimplemented changelog: ! '0.2.1 * `minimum` and `maximum` functions. 0.2.0 * Initial release. ' basic-deps: semigroupoids: ! '>=5 && <6' base: ! '>=4.8 && <5' all-versions: - '0.2.0' - '0.2.1' author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> latest: '0.2.1' description-type: haddock description: useful `bifunctors` functions reimplemented license-name: BSD3
Update from Hackage at 2017-01-18T02:35:56Z
Update from Hackage at 2017-01-18T02:35:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
d161009efb445a1a4a14ec9518463382f0a7c257
.goreleaser.yml
.goreleaser.yml
builds: - main: ./protoc-gen-grpc-gateway/main.go id: protoc-gen-grpc-gateway binary: protoc-gen-grpc-gateway env: - CGO_ENABLED=0 goos: - linux - darwin - windows goarch: - amd64 - main: ./protoc-gen-openapiv2/main.go id: protoc-gen-openapiv2 binary: protoc-gen-openapiv2 env: - CGO_ENABLED=0 goos: - linux - darwin - windows goarch: - amd64 archives: - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}" format: binary replacements: amd64: x86_64 dist: _output
builds: - main: ./protoc-gen-grpc-gateway/main.go id: protoc-gen-grpc-gateway binary: protoc-gen-grpc-gateway env: - CGO_ENABLED=0 goos: - linux - darwin - windows goarch: - amd64 - arm64 - main: ./protoc-gen-openapiv2/main.go id: protoc-gen-openapiv2 binary: protoc-gen-openapiv2 env: - CGO_ENABLED=0 goos: - linux - darwin - windows goarch: - amd64 - arm64 archives: - name_template: "{{ .Binary }}-{{ .Tag }}-{{ .Os }}-{{ .Arch }}" format: binary replacements: amd64: x86_64 dist: _output
Include ARM64 builds in releases
Include ARM64 builds in releases
YAML
bsd-3-clause
grpc-ecosystem/grpc-gateway
f0b59729f107b55295a948102808786c75978d3c
.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 subdependencies) update_type: "all" automerged_updates: - match: dependency_type: "development" update_type: "all" - match: dependency_type: "production" update_type: "semver:patch" - match: dependency_name: "rubocop*" update_type: "all" - match: dependency_name: "minitest" update_type: "all" - match: dependency_name: "parser" update_type: "all" # Enable. Only lockfile updates (ignore updates that require Gemfile changes) version_requirement_updates: "off"
# 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 subdependencies) update_type: "all" automerged_updates: - match: dependency_type: "development" update_type: "all" - match: dependency_type: "production" update_type: "semver:patch" - match: dependency_name: "rubocop*" update_type: "all" - match: dependency_name: "minitest" update_type: "all" - match: dependency_name: "parser" update_type: "all" - match: dependency_name: "pry" update_type: "all" # Enable. Only lockfile updates (ignore updates that require Gemfile changes) version_requirement_updates: "off"
Allow to merge pry
Allow to merge pry [ci skip]
YAML
mit
sue445/cure-mastodon-bots,sue445/cure-mastodon-bots
f7b4c8a83e53160ab7b03229c7c8cdfe3d9d2d7c
.forestry/settings.yml
.forestry/settings.yml
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _data label: Veriler create: documents match: "**/*" new_doc_ext: ".yml" - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all upload_dir: uploads public_path: "/img" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: sections: - type: directory path: _data label: Veriler create: documents match: "**/*" new_doc_ext: yml - type: jekyll-posts label: Posts create: all - type: jekyll-pages label: Pages create: all upload_dir: uploads public_path: "/img" front_matter_path: '' use_front_matter_path: false file_template: ":filename:" build: preview_command: bundle exec jekyll build --drafts --unpublished --future -d _site publish_command: bundle exec jekyll build -d _site preview_env: - JEKYLL_ENV=staging publish_env: - JEKYLL_ENV=production preview_output_directory: _site output_directory: _site
Update from Forestry.io - Updated Forestry configuration
Update from Forestry.io - Updated Forestry configuration
YAML
mit
etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017,etkinlikler/costas2017
9dcecf968fcf97d5e8556c3755b25b861bfd3565
.github/dependabot.yml
.github/dependabot.yml
# GitHub Dependabot configuration file version: 2 updates: # Maintain dependencies for bundler - package-ecosystem: "bundler" directory: "/" schedule: interval: "daily"
# GitHub Dependabot configuration file version: 2 updates: # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" # Maintain dependencies for bundler - package-ecosystem: "bundler" directory: "/" schedule: interval: "daily"
Add github-actions to GitHub Dependabot configuration file
build: Add github-actions to GitHub Dependabot configuration file Signed-off-by: BJ Hargrave <3d26bb3930946e3370762d769a073cece444c2d8@bjhargrave.com>
YAML
apache-2.0
osgi/osgi.enroute.site,osgi/osgi.enroute.site,osgi/osgi.enroute.site
2234b9e6eb35870a322622c58e8139cb0f968961
.github/dependabot.yml
.github/dependabot.yml
version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: daily versioning-strategy: increase-if-necessary - package-ecosystem: github-actions directory: "/" schedule: interval: daily
version: 2 updates: - package-ecosystem: npm directory: "/" schedule: interval: daily versioning-strategy: increase-if-necessary - package-ecosystem: github-actions directory: "/" schedule: interval: weekly
Update GH actions less frequently
Update GH actions less frequently
YAML
mit
noflo/noflo-gravatar
16bb9d6cb72b753478b86d66065c42f6633972b8
config/database.yml
config/database.yml
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: postgresql pool: 5 timeout: 5000 development: <<: *default database: db/development.postgresql # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *default database: db/test.postgresql production: <<: *default database: db/production.postgresql
# SQLite version 3.x # gem install sqlite3 # # Ensure the SQLite 3 gem is defined in your Gemfile # gem 'sqlite3' # default: &default adapter: postgresql pool: 5 timeout: 5000 development: <<: *default database: peoplelookupcr_development # Warning: The database defined as "test" will be erased and # re-generated from your development database when you run "rake". # Do not set this db to the same as development or production. test: <<: *default database: peoplelookupcr_test production: <<: *default database: peoplelookupcr_production
Change DB names for all environments
Change DB names for all environments
YAML
mit
ejedigitalcr/people-lookup-cr,ejedigitalcr/people-lookup-cr
45b03a7e7c28768e4a5b766b314166e32ae56df1
config/project_urls.yml
config/project_urls.yml
--- - http://cruisecontrol401.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql401.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol5.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql5.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol510.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol-metrics.manageiq.redhat.com/XmlStatusReport.aspx
--- - http://cruisecontrol401.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql401.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol5.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql5.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol510.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol520.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql520.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrolmssql.manageiq.redhat.com/XmlStatusReport.aspx - http://cruisecontrol-metrics.manageiq.redhat.com/XmlStatusReport.aspx
Add entries for v5.2.0 servers.
Add entries for v5.2.0 servers.
YAML
apache-2.0
ManageIQ/cc_monitor,ManageIQ/cc_monitor
343221d1d893c423d34f8c72699f3d01cc2e6676
recipes/click/meta.yaml
recipes/click/meta.yaml
{%set name = "click" %} {%set version = "6.6" %} {%set hash_type = "sha256" %} {%set hash_val = "cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz {{ hash_type }}: {{ hash_val }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python test: imports: - {{ name }} about: home: http://click.pocoo.org/ license: BSD 3-Clause license_file: LICENSE license_family: BSD summary: 'A simple wrapper around optparse for powerful command line utilities.' dev_url: https://github.com/pallets/click doc_url: http://click.pocoo.org/
{%set name = "click" %} {%set version = "6.7" %} {%set hash_type = "sha256" %} {%set hash_val = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz {{ hash_type }}: {{ hash_val }} build: number: 0 script: python setup.py install --single-version-externally-managed --record=record.txt requirements: build: - python - setuptools run: - python test: imports: - {{ name }} about: home: http://click.pocoo.org/ license: BSD 3-Clause license_file: LICENSE license_family: BSD summary: 'A simple wrapper around optparse for powerful command line utilities.' dev_url: https://github.com/pallets/click doc_url: http://click.pocoo.org/
Update click recipe to version 6.7
Update click recipe to version 6.7
YAML
bsd-3-clause
jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda,jjhelmus/berryconda
32fa8792bfd993ad4645a4763247d8258e3896cf
ansible/roles/common/tasks/apt_package.yml
ansible/roles/common/tasks/apt_package.yml
--- - name: Install useful apt: pkg={{ item }} update_cache=yes with_items: - vim - bash-completion - tcpdump - git - apt-transport-https
--- - name: Install useful apt: pkg={{ item }} update_cache=yes with_items: - vim - bash-completion - iputils-ping - bind9-host - tcpdump - git - apt-transport-https
Add basic network utils for LXC templates, etc.
Add basic network utils for LXC templates, etc.
YAML
mit
eruditorg/infra,erudit/infra
4f14413f357c068a905c175f4a26a1de7f76867c
app/Resources/translations/messages.de.yml
app/Resources/translations/messages.de.yml
'Зайти в гости': 'Besuchen Sie uns' Написать: e-Mail Позвонить: Anruf '+380 67 334-40-40': '+49 157 819 52 312' Украина: BW, Deutschland Хмельницкий: 70173 Stuttgart 'ул. Заречанская 3/2': 'Königstraße 80' , 29000: '' 'Свежее из блога': 'Das Neueste aus dem Blog' 'На связи': 'Kontakt' 'веб-студия': 'Web-Studio'
'Зайти в гости': 'Besuchen Sie uns' Написать: e-Mail Позвонить: Anruf '+380 67 334-40-40': '+49 2191 3608 487' Украина: BW, Deutschland Хмельницкий: 70173 Stuttgart 'ул. Заречанская 3/2': 'Königstraße 80' , 29000: '' 'Свежее из блога': 'Das Neueste aus dem Blog' 'На связи': 'Kontakt' 'веб-студия': 'Web-Studio'
Change phone for DE locale on landings
Change phone for DE locale on landings
YAML
mit
stfalcon/portfolio,stfalcon/portfolio,bolotyuh/portfolio,Jamshid90/portfolio,stfalcon/portfolio,stfalcon/portfolio,bolotyuh/portfolio,werdin/portfolio,Jamshid90/portfolio,werdin/portfolio,werdin/portfolio,stfalcon/portfolio,bolotyuh/portfolio,Jamshid90/portfolio,bogdosarov/portfolio,Jamshid90/portfolio,bogdosarov/portfolio,bogdosarov/portfolio,bogdosarov/portfolio,bolotyuh/portfolio,werdin/portfolio
f6efd4c3e229d899a15ddc7e8da4e6c2da037af2
cluster/manifests/deletions.yaml
cluster/manifests/deletions.yaml
# example: remove the app-ingress-controller deployment from kube-system # pre_apply: # - name: app-ingress-controller # namespace: kube-system # kind: deployment pre_apply: [] # everything defined under here will be deleted before applying the manifests post_apply: # everything defined under here will be deleted after applying the manifests - name: instana-agent namespace: kube-system kind: daemonset
# example: remove the app-ingress-controller deployment from kube-system # pre_apply: # - name: app-ingress-controller # namespace: kube-system # kind: deployment pre_apply: [] # everything defined under here will be deleted before applying the manifests post_apply: # everything defined under here will be deleted after applying the manifests - name: platform-credentials-set.zalando.org kind: thirdpartyresource
Remove third party resource for platform credentials set
Remove third party resource for platform credentials set
YAML
mit
zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws,zalando-incubator/kubernetes-on-aws
2b0e386c200eccbca7cceb655b00446c7113b800
.travis.yml
.travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 # lock distro so new future defaults will not break the build dist: precise # also test against HHVM, but require "trusty" and ignore errors matrix: include: - php: hhvm dist: trusty allow_failures: - php: hhvm sudo: true env: - QUASSEL_HOST=127.0.0.1:4242 install: - sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y quassel-core - composer install --no-interaction script: - sudo /etc/init.d/quasselcore status || sudo /etc/init.d/quasselcore start - sudo /etc/init.d/quasselcore status || sleep 2 - vendor/bin/phpunit --coverage-text
language: php php: # - 5.3 # requires old distro, see below - 5.4 - 5.5 - 5.6 - 7 - hhvm # ignore errors, see below # lock distro so new future defaults will not break the build dist: trusty matrix: include: - php: 5.3 dist: precise allow_failures: - php: hhvm sudo: true env: - QUASSEL_HOST=127.0.0.1:4242 install: - sudo apt-get -qq update && sudo apt-get --no-install-recommends -qq install -y quassel-core - composer install --no-interaction script: - sudo /etc/init.d/quasselcore status || sudo /etc/init.d/quasselcore start - sudo /etc/init.d/quasselcore status || sleep 2 - vendor/bin/phpunit --coverage-text
Update Travis distro to precise, except for legacy PHP
Update Travis distro to precise, except for legacy PHP
YAML
mit
clue/php-quassel-react
1070f56b3c787e4c2a711f230f441c32799db1b8
.travis.yml
.travis.yml
language: php sudo: false php: - 7.1 - 7.2 cache: directories: - vendor env: - SYMFONY_DEPRECATIONS_HELPER=weak matrix: fast_finish: true before_install: - phpenv config-rm xdebug.ini; - echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; - composer self-update install: - composer install --prefer-dist --no-interaction --no-scripts script: vendor/bin/phpunit --coverage-text
language: php sudo: false php: - 7.3 cache: directories: - vendor env: - SYMFONY_DEPRECATIONS_HELPER=weak matrix: fast_finish: true before_install: - phpenv config-rm xdebug.ini; - echo "memory_limit=4096M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; - composer self-update install: - composer install --prefer-dist --no-interaction --no-scripts script: vendor/bin/phpunit --coverage-text
Drop PHP 7.1 & 7.2 dependency and add PHP 7.3 dependency
Drop PHP 7.1 & 7.2 dependency and add PHP 7.3 dependency
YAML
mit
Opifer/Cms,Opifer/Cms,Opifer/Cms
67e61c86d8b3085d1e2fa138aec42bf9c538a876
.travis.yml
.travis.yml
language: ruby rvm: - 2.3.1 - rbx-2 - jruby-9.1.2.0 script: - bundle exec rspec spec/ sudo: false cache: - bundler matrix: allow_failures: - rvm: rbx-2
language: ruby rvm: - 2.4.1 - 2.3.1 - jruby-9.1.2.0 script: - bundle exec rspec spec/ sudo: false cache: - bundler
Test Ruby 2.4.1 instead of rbx-2
Test Ruby 2.4.1 instead of rbx-2
YAML
mit
parndt/decorators
a603585a04961924bb11b40dae42f4531b19aaa7
.travis.yml
.travis.yml
language: ruby notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/c2044eca72685a9b2ef7 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false rvm: - 2.0.0 before_install: - sudo apt-get update -qq - sudo apt-get install -qq libarchive-dev libxslt-dev libxml2-dev - bundle config build.nokogiri --use-system-libraries before_script: - psql -c 'create database supermarket_test;' -U postgres - psql supermarket_test -c 'create extension pg_trgm' -U postgres - bundle exec rake db:migrate bundler_args: --without development script: - bundle exec rake spec - bundle exec rake spec:rubocop services: - redis-server env: global: secure: "rzoy57s+oxvw27HStU1VNHN7fS525ocQo11bmASbwG5Ax6I4X/dwWofQCoZPoGrXisMw5RQaa7e3bHJpATZsMJC67Sf6gbfSOIYY7tISXuCFh9q/19YPGltdwZkP3OgawEpufA8zcMHzD5nvWNXq4c4TKRdtX6mHQVIAOJ9u6qY="
language: ruby notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/c2044eca72685a9b2ef7 on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false rvm: - 2.0.0 before_install: - sudo apt-get update -qq - sudo apt-get install -qq libarchive-dev libxslt-dev libxml2-dev - bundle config build.nokogiri --use-system-libraries before_script: - psql -c 'create database supermarket_test;' -U postgres - psql supermarket_test -c 'create extension pg_trgm' -U postgres - bundle exec rake db:migrate bundler_args: --without development --jobs 7 script: - bundle exec rake spec - bundle exec rake spec:rubocop services: - redis-server env: global: secure: "rzoy57s+oxvw27HStU1VNHN7fS525ocQo11bmASbwG5Ax6I4X/dwWofQCoZPoGrXisMw5RQaa7e3bHJpATZsMJC67Sf6gbfSOIYY7tISXuCFh9q/19YPGltdwZkP3OgawEpufA8zcMHzD5nvWNXq4c4TKRdtX6mHQVIAOJ9u6qY="
Use 7 installers for gems
Use 7 installers for gems
YAML
apache-2.0
rafaelmagu/supermarket,dpnl87/supermarket,chef/supermarket,nellshamrell/supermarket,rafaelmagu/supermarket,leftathome/supermarket,leftathome/supermarket,robbkidd/supermarket,rafaelmagu/supermarket,juliandunn/supermarket,robbkidd/supermarket,dpnl87/supermarket,leftathome/supermarket,chef/supermarket,nellshamrell/supermarket,tas50/supermarket,chef/supermarket,tas50/supermarket,dpnl87/supermarket,chef/supermarket,jzohrab/supermarket,juliandunn/supermarket,chef/supermarket,tas50/supermarket,jzohrab/supermarket,juliandunn/supermarket,leftathome/supermarket,tas50/supermarket,juliandunn/supermarket,jzohrab/supermarket,rafaelmagu/supermarket,nellshamrell/supermarket,robbkidd/supermarket,nellshamrell/supermarket,dpnl87/supermarket,jzohrab/supermarket,robbkidd/supermarket
933ae44ab585efa7ab812c17155929c6ae2c2683
.travis.yml
.travis.yml
os: - osx - linux language: generic sudo: required dist: trusty osx_image: xcode8.2 install: - sudo pip install srptools - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" script: make test
os: - osx - linux language: generic sudo: required dist: trusty osx_image: xcode8.2 install: - pip install srptools - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" script: make test
Install srptools on different Python environment
Install srptools on different Python environment Travis previously required `sudo` to install Python packages in the system Python environment. However an additional Python setup was added and chosen as default. So to install in the correct environment, we no longer should use `sudo`.
YAML
mit
Bouke/SRP,Bouke/SRP,Bouke/SRP
ddce71b8d7ed967eca67caec075ccfc72352d1a5
.travis.yml
.travis.yml
sudo: false language: ruby before_install: gem install bundler -v 1.13.6 matrix: fast_finish: true include: - rvm: ruby-head gemfile: gemfiles/railsmaster.gemfile - rvm: jruby-9.1.0.0 gemfile: gemfiles/jruby.gemfile - rvm: 2.4.1 gemfile: Gemfile - rvm: 2.4.1 gemfile: gemfiles/default_factory_girl.gemfile - rvm: 2.4.1 gemfile: gemfiles/rspec32.gemfile - rvm: 2.4.1 gemfile: gemfiles/rspec33.gemfile - rvm: 2.3.1 gemfile: Gemfile - rvm: 2.2.0 gemfile: gemfiles/activerecord42.gemfile allow_failures: - rvm: ruby-head gemfile: gemfiles/railsmaster.gemfile - rvm: jruby-9.1.0.0 gemfile: gemfiles/jruby.gemfile
sudo: false language: ruby before_install: gem install bundler -v 1.13.6 matrix: fast_finish: true include: - rvm: ruby-head gemfile: gemfiles/railsmaster.gemfile - rvm: jruby-9.1.0.0 gemfile: gemfiles/jruby.gemfile - rvm: 2.5.0 gemfile: Gemfile - rvm: 2.4.1 gemfile: Gemfile - rvm: 2.4.1 gemfile: gemfiles/default_factory_girl.gemfile - rvm: 2.4.1 gemfile: gemfiles/rspec32.gemfile - rvm: 2.4.1 gemfile: gemfiles/rspec33.gemfile - rvm: 2.3.1 gemfile: Gemfile - rvm: 2.2.0 gemfile: gemfiles/activerecord42.gemfile allow_failures: - rvm: ruby-head gemfile: gemfiles/railsmaster.gemfile - rvm: jruby-9.1.0.0 gemfile: gemfiles/jruby.gemfile
Add ruby 2.5 to CI
Add ruby 2.5 to CI
YAML
mit
palkan/test-prof,palkan/test-prof
901c7a22d51d334a196128bf6913e4c1c5085c44
.travis.yml
.travis.yml
language: ruby rvm: - 1.8.7 - ree env: THEME=bridgepdx
language: ruby rvm: - 1.8.7 - ree env: THEME=bridgepdx before_install: - rvm rubygems 1.8.25
Downgrade rubygems to 1.8.25 before Travis CI runs
Downgrade rubygems to 1.8.25 before Travis CI runs
YAML
mit
ondrocks/openconferenceware,ondrocks/openconferenceware,mynameisfashanu/openconferenceware,osbridge/openconferenceware,ondrocks/openconferenceware,osbridge/openconferenceware,mynameisfashanu/openconferenceware,osbridge/openconferenceware,ondrocks/openconferenceware,mynameisfashanu/openconferenceware,osbridge/openconferenceware,mynameisfashanu/openconferenceware
5f31c2b0a84d5a9a5e984ac299352bc0c8b9283a
.travis.yml
.travis.yml
language: java jdk: - openjdk8 - openjdk11 - openjdk12 - openjdk13 services: - postgresql - docker before_script: - psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres - psql -c 'create database "mongo-java-server-test" with owner = "mongo-java-server-test";' -U postgres addons: postgresql: "9.5" after_success: - ./gradlew jacocoTestReport coveralls
language: java jdk: - openjdk8 - openjdk11 - openjdk12 - openjdk13 - openjdk14 services: - postgresql - docker before_script: - psql -c $'create role "mongo-java-server-test" login password \'mongo-java-server-test\';' -U postgres - psql -c 'create database "mongo-java-server-test" with owner = "mongo-java-server-test";' -U postgres addons: postgresql: "9.5" after_success: - ./gradlew jacocoTestReport coveralls
Build and test with OpenJDK 14
Travis: Build and test with OpenJDK 14
YAML
bsd-3-clause
bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server,bwaldvogel/mongo-java-server
03cf7dfc55f0b83a53f5c943538e7402abe14dd1
.travis.yml
.travis.yml
sudo: false install: true cache: directories: - '$HOME/.m2/repository' - '$HOME/.sonar/cache' - '$HOME/.sonar/installs' language: java jdk: - oraclejdk8 addons: sonarqube: true script: - openssl aes-256-cbc -K $GPG_PASSPHRASE -in codesigning.asc.enc -out codesigning.asc -d - gpg --fast-import codesigning.asc - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN -Dsonar.organization=$SONAR_ORGANIZATION -Dgpg.passphrase=$GPG_PASSPHRASE deploy: provider: releases api_key: $GITHUB_OAUTH_TOKEN file_glob: true file: 'target/simple-jmx-*.jar' skip_cleanup: true on: tags: true
sudo: false install: true cache: directories: - '$HOME/.m2/repository' - '$HOME/.sonar/cache' - '$HOME/.sonar/installs' language: java jdk: - oraclejdk8 addons: sonarqube: true script: - openssl aes-256-cbc -k $GPG_PASSPHRASE -in codesigning.asc.enc -out codesigning.asc -d - gpg --fast-import codesigning.asc - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent verify sonar:sonar -Dsonar.host.url=https://sonarqube.com -Dsonar.login=$SONAR_TOKEN -Dsonar.organization=$SONAR_ORGANIZATION -Dgpg.passphrase=$GPG_PASSPHRASE deploy: provider: releases api_key: $GITHUB_OAUTH_TOKEN file_glob: true file: 'target/simple-jmx-*.jar' skip_cleanup: true on: tags: true
Prepare build for deployment to the central repository
Prepare build for deployment to the central repository
YAML
apache-2.0
willemsrb/simple-jmx
5d3052fd64d696073aaba9711aafbd629c92abba
.travis.yml
.travis.yml
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=ember-beta - env: EMBER_TRY_SCENARIO=ember-canary before_install: - export PATH=/usr/local/phantomjs-2.0.0/bin:$PATH - "npm config set spin false" - "npm install -g npm@^2" install: - npm install -g bower - npm install - bower install script: - ember try $EMBER_TRY_SCENARIO test
--- language: node_js node_js: - "0.12" sudo: false cache: directories: - node_modules env: - EMBER_TRY_SCENARIO=default - EMBER_TRY_SCENARIO=ember-release - EMBER_TRY_SCENARIO=ember-beta - EMBER_TRY_SCENARIO=ember-canary matrix: fast_finish: true allow_failures: - env: EMBER_TRY_SCENARIO=ember-beta - env: EMBER_TRY_SCENARIO=ember-canary before_install: - "npm config set spin false" - "npm install -g npm@^2" install: - npm install -g bower - npm install - bower install script: - ember try $EMBER_TRY_SCENARIO test
Remove phantomjs 2.0 path update
Remove phantomjs 2.0 path update
YAML
mit
SpikedKira/sl-ember-behavior,notmessenger/sl-ember-behavior,erangeles/sl-ember-behavior,softlayer/sl-ember-behavior,SpikedKira/sl-ember-behavior,erangeles/sl-ember-behavior,softlayer/sl-ember-behavior,notmessenger/sl-ember-behavior
e6a80947a940d2deea09fc530b3268d0fabaa2cd
.travis.yml
.travis.yml
language: cpp script: make compiler: - clang-3.7 env: - CXX=clang-3.7 addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 packages: - gcc-5 - g++-5 - clang-3.7
script: make compiler: - clang-3.7 env: - CXX=clang-3.7 addons: apt: sources: - ubuntu-toolchain-r-test - llvm-toolchain-precise-3.7 packages: - gcc-5 - g++-5 - clang-3.7
Remove language cpp from Travis CI configuration
Remove language cpp from Travis CI configuration
YAML
mit
rv8-io/rv8,rv8-io/rv8,rv8-io/rv8
9c20380eaca94c09072e36ca92a5ca9c66a1f777
.travis.yml
.travis.yml
language: java os: linux dist: xenial install: true services: - xvfb addons: chrome: stable firefox: latest sonarcloud: organization: "$SONARCLOUD_ORGANIZATION" token: "$SONAR_TOKEN" before_script: - export DISPLAY=:99.0 script: - mvn test - bash <(curl -s https://codecov.io/bash) - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn sonar:sonar; fi
language: java os: linux dist: xenial install: true services: - xvfb addons: chrome: stable firefox: latest sonarcloud: organization: $SONARCLOUD_ORGANIZATION token: $SONAR_TOKEN before_script: - export DISPLAY=:99.0 script: - mvn test - bash <(curl -s https://codecov.io/bash) - if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then mvn sonar:sonar; fi
Remove quotes from sonarcloud organization and token config
Remove quotes from sonarcloud organization and token config
YAML
apache-2.0
bonigarcia/webdrivermanager,bonigarcia/webdrivermanager,bonigarcia/webdrivermanager
4d90b1d3f45889ae3da4b06516f654e660d25126
dsaas-services/f8-tenant.yaml
dsaas-services/f8-tenant.yaml
services: - hash: fed0f9d4205536998607768d2d8724a7f3ff1ea4 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8io/fabric8-init-tenant/
services: - hash: fed0f9d4205536998607768d2d8724a7f3ff1ea4 name: f8tenant path: /OpenShiftTemplate.yml url: https://github.com/fabric8-services/fabric8-tenant/
Move fabric8-tenant to fabric8-services org
Move fabric8-tenant to fabric8-services org
YAML
apache-2.0
openshiftio/saas,openshiftio/saas
87d5e0f5fd41becf1f064250602b85d8d6b02b21
dev/config.yml
dev/config.yml
debug: true database: url: "postgresql://localhost/warehouse" paths: packages: "data/packages" cache: browser: packages: 900 varnish: packages: 86400
debug: true database: url: "postgresql://localhost/warehouse" paths: packages: "data/packages" cache: varnish: packages: 86400
Remove the browser cache from in development
Remove the browser cache from in development
YAML
apache-2.0
techtonik/warehouse,robhudson/warehouse,robhudson/warehouse,mattrobenolt/warehouse,mattrobenolt/warehouse,techtonik/warehouse,mattrobenolt/warehouse
432b1a8e6f14bba3444bad8593ade4c5df13fcc2
test/sites/ocean/versions.yml
test/sites/ocean/versions.yml
DEFAULTS: type: Version created_at: 2006-03-10 updated_at: 2006-04-11 publish_from: 2006-03-10 status: pub lang: en comment: "" summary: "" text: "" number: 1 ocean_en: type: Version node: ocean user: whale comment: new site title: Deep Ocean summary: The deep sound of peace text: Our oceans, when kept full of life, are full of animals incognito_en: type: ContactVersion node: incognito user: whale comment: anonymous user title: Miss incognito whale_en: type: ContactVersion node: whale user: whale comment: admin user title: Miss Whale skin_en: type: TemplateVersion node: skin user: whale title: skin Node_en: type: TemplateVersion node: Node user: whale text: "<html><body><h1 do='[v_title]'/></body></html>"
DEFAULTS: type: Version created_at: 2006-03-10 updated_at: 2006-04-11 publish_from: 2006-03-10 status: pub lang: en comment: "" summary: "" text: "" number: 1 ocean_en: type: Version node: ocean user: whale comment: new site title: Deep Ocean summary: The deep sound of peace text: Our oceans, when kept full of life, are full of animals incognito_en: type: Version node: incognito user: whale comment: anonymous user title: Miss incognito prop: first_name: Miss name: Incognito address: c/o Lilith zip: 804 city: Somewhere whale_en: type: Version node: whale user: whale comment: admin user title: Miss Whale prop: first_name: Humpback name: Whale address: Anywhere Left Alone zip: 903 city: Ocean skin_en: type: TemplateVersion node: skin user: whale title: skin Node_en: type: TemplateVersion node: Node user: whale text: "<html><body><h1 do='[v_title]'/></body></html>"
Copy ContactContent foxy fixtures to Version for site ocean.
Copy ContactContent foxy fixtures to Version for site ocean.
YAML
mit
BackupTheBerlios/zena,zena/zena,BackupTheBerlios/zena,BackupTheBerlios/zena,zena/zena,zena/zena,zena/zena
7227d11138b5f3c47fd816bd988fa97a7480368c
conda.recipe/meta.yaml
conda.recipe/meta.yaml
package: name: qtawesome version: 0.1.8.post1 source: git_url: ../ git_tag: a9e3d1e build: noarch_python: True requirements: build: - python - six - qtpy run: - python - qtpy - six test: imports: - qtawesome requires: - pyqt about: home: https://github.com/spyder-ide/qtawesome license: MIT summary: Iconic fonts in PyQt and PySide applications
package: name: qtawesome version: {{ environ.get('GIT_DESCRIBE_TAG', '').replace('v', '') }} source: git_url: ../ git_tag: {{ environ.get('GIT_DESCRIBE_TAG') }} build: noarch_python: True requirements: build: - python - six - qtpy run: - python - qtpy - six test: imports: - qtawesome requires: - pyqt about: home: https://github.com/spyder-ide/qtawesome license: MIT summary: Iconic fonts in PyQt and PySide applications
Update conda recipe given that we have tags in the repo now
Update conda recipe given that we have tags in the repo now
YAML
mit
SylvainCorlay/qtawesome,spyder-ide/qtawesome
0d05bdda1ce1a74ee81e65d6ef73e8e25484e194
config/cartography.yml
config/cartography.yml
site_name: Cartography docs_dir: src-cartography site_dir: dist-cartography pages: - Home: index.md - 'Get started': 'get-started.md' - 'API reference': 'api-reference.md' - 'Basemap styles': 'styles.md' - 'Icons': 'icons.md' - 'Versioning': 'versioning.md' extra: site_subtitle: 'Get everything you need to use Mapzen basemaps and icons in your applications.' project_repo_url: https://github.com/tangrams/cartography-docs docs_base_url: https://github.com/tangrams/cartography-docs/tree/master
site_name: Cartography docs_dir: src-cartography site_dir: dist-cartography pages: - Home: index.md - 'Get started': 'get-started.md' - 'Basemap styles': 'styles.md' - 'Themes': 'themes.md' - 'Icons': 'icons.md' - 'API reference': 'api-reference.md' - 'Versioning': 'versioning.md' extra: site_subtitle: 'Get everything you need to use Mapzen basemaps and icons in your applications.' project_repo_url: https://github.com/tangrams/cartography-docs docs_base_url: https://github.com/tangrams/cartography-docs/tree/master
Update carto docs with Themes
Update carto docs with Themes
YAML
mit
mapzen/mapzen-docs-generator,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation,mapzen/documentation,mapzen/mapzen-docs-generator,mapzen/documentation
3e8e5770370297e49db0eae0c1b467628d2bd77c
data/transition-sites/bis_rc.yml
data/transition-sites/bis_rc.yml
--- site: bis_rc whitehall_slug: department-for-business-innovation-skills redirection_date: 31st July 2014 homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA host: renewableconsultation.bis.gov.uk homepage_furl: www.gov.uk/bis aliases: - www.renewableconsultation.bis.gov.uk global: =301 https://www.gov.uk/government/organisations/department-for-business-innovation-skills
--- site: bis_rc whitehall_slug: department-for-business-innovation-skills redirection_date: 31st July 2014 homepage: https://www.gov.uk/government/organisations/department-for-business-innovation-skills tna_timestamp: 20201010101010 # Stub timestamp - site is not in TNA host: renewableconsultation.bis.gov.uk homepage_furl: www.gov.uk/bis aliases: - www.renewableconsultation.bis.gov.uk global: =301 http://www.berr.gov.uk/consultations/page46797.html
Configure global 301 to follow-on 410 for legacy consultation
Configure global 301 to follow-on 410 for legacy consultation
YAML
mit
alphagov/transition-config,alphagov/transition-config
73feca8a18f1e0550d4d562f5c3b92a27f7459a3
_data/authors.yml
_data/authors.yml
# Authors rachel_whitton: name: Rachel Whitton avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg github: //github.com/rachelwhitton twitter: rachwhitton bio: "Technical Content Writer" jennifer_rondeau: name: Jennifer Rondeau avatar: http://docslikecode.com/images/jennifer_rondeau.png github: //github.com/bradamant3 twitter: bradamante bio: "Technical Writing Manager" leon_barnard: name: Leon Barnard avatar: https://pbs.twimg.com/profile_images/855131146195042304/isNkZpYS.jpg github: //github.com/balsamiqLeon twitter: leonbarnard bio: "Designer and Writer" adam_locke: name: Adam Locke avatar: http://docslikecode.com/images/adam_locke.jpg github: //github.com/lockewritesdocs twitter: bio: "API Writer"
# Authors rachel_whitton: name: Rachel Whitton avatar: http://pantheon.io/sites/default/files/styles/540x540_top/public/RachelNew.jpg github: //github.com/rachelwhitton twitter: rachwhitton bio: "Technical Content Writer" jennifer_rondeau: name: Jennifer Rondeau avatar: http://docslikecode.com/images/jennifer_rondeau.png github: //github.com/bradamant3 twitter: bradamante bio: "Technical Writing Manager" leon_barnard: name: Leon Barnard avatar: https://pbs.twimg.com/profile_images/855131146195042304/isNkZpYS.jpg github: //github.com/balsamiqLeon twitter: leonbarnard bio: "Designer and Writer" adam_locke: name: Adam Locke avatar: http://docslikecode.com/images/adam_locke.jpg github: //github.com/lockewritesdocs twitter: iamlockeness bio: "API Writer"
Add Adam Locke's twitter handle, iamlockeness
Add Adam Locke's twitter handle, iamlockeness
YAML
mit
justwriteclick/docslikecode,justwriteclick/docslikecode,justwriteclick/docslikecode
a38fc6dbce2857930e8f266a4225b07aa0f4e44d
packages/cr/cryptohash-cryptoapi.yaml
packages/cr/cryptohash-cryptoapi.yaml
homepage: http://github.com/vincenthz/hs-cryptohash-cryptoapi changelog-type: '' hash: 49419ef7ca92d358e92fd10e2f8e186d12d42947f396470cbca2fdd276f6e92d test-bench-deps: {} maintainer: Vincent Hanquez <vincent@snarc.org> synopsis: Crypto-api interfaces for cryptohash changelog: '' basic-deps: cereal: ! '>=0.2' bytestring: -any base: ! '>=4 && <6' crypto-api: ! '>=0.11' tagged: ! '>=0.1' cryptohash: ! '>=0.8.0' all-versions: - '0.1.0' - '0.1.1' - '0.1.2' - '0.1.3' author: Vincent Hanquez <vincent@snarc.org> latest: '0.1.3' description-type: markdown description: ! 'crypto-api instances for cryptohash. ' license-name: BSD3
homepage: https://github.com/vincenthz/hs-cryptohash-cryptoapi changelog-type: '' hash: 4b09482d864dfe816af2ad1d1037ff916fb03d0b45eff1770b64c08574ea8e68 test-bench-deps: {} maintainer: Vincent Hanquez <vincent@snarc.org> synopsis: Crypto-api interfaces for cryptohash changelog: '' basic-deps: cereal: ! '>=0.2' bytestring: -any base: ! '>=4 && <6' crypto-api: ! '>=0.11' memory: -any tagged: ! '>=0.1' cryptonite: ! '>=0.13' all-versions: - '0.1.0' - '0.1.1' - '0.1.2' - '0.1.3' - '0.1.4' author: Vincent Hanquez <vincent@snarc.org> latest: '0.1.4' description-type: markdown description: ! 'crypto-api instances for cryptohash. ' license-name: BSD3
Update from Hackage at 2016-03-26T13:48:06+0000
Update from Hackage at 2016-03-26T13:48:06+0000
YAML
mit
commercialhaskell/all-cabal-metadata
7ace6f74463add506d4bdb65c0a680063cdc3d5a
docker/docker-compose.yml
docker/docker-compose.yml
version: '2' services: dtk_dev: image: dalg24/dtk-stack:trilinos-12.10.1 volumes: - ..:/scratch/source/trilinos/12.10.1/DataTransferKit environment: - TRILINOS_DIR=/scratch/source/trilinos/12.10.1 - TERM=xterm # Append user name to the container name. Specifying a container name # implies that there can only be one instance running at the same time on # the Docker daemon (per user). container_name: dtk_dev_$USER command: tail -f /dev/null # Turn off seccomp confinement to work with gdb. # # Without passing the `--security-option` flag to docker, running gdb would # yield this: # warning: Error disabling address space randomization: Operation not permitted # # NOTE: At this time not sure if it wouldn't be possible to alter the # default seccomp security profile for Docker rather than fully turning it # off. See https://github.com/docker/docker/blob/master/docs/security/seccomp.md # for reference. security_opt: - seccomp:unconfined
version: '2' services: dtk_dev: image: dalg24/dtk-stack:trilinos-12.10.1 volumes: - ..:/scratch/source/trilinos/12.10.1/DataTransferKit environment: - TRILINOS_DIR=/scratch/source/trilinos/12.10.1 - TERM=xterm # Append user name to the container name. Specifying a container name # implies that there can only be one instance running at the same time on # the Docker daemon (per user). command: tail -f /dev/null # Turn off seccomp confinement to work with gdb. # # Without passing the `--security-option` flag to docker, running gdb would # yield this: # warning: Error disabling address space randomization: Operation not permitted # # NOTE: At this time not sure if it wouldn't be possible to alter the # default seccomp security profile for Docker rather than fully turning it # off. See https://github.com/docker/docker/blob/master/docs/security/seccomp.md # for reference. security_opt: - seccomp:unconfined
Remove custom container name and use generated defaut name
Remove custom container name and use generated defaut name
YAML
bsd-3-clause
dalg24/DataTransferKit,amccaskey/DataTransferKit,amccaskey/DataTransferKit,dalg24/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,dalg24/DataTransferKit,dalg24/DataTransferKit,amccaskey/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,ORNL-CEES/DataTransferKit,Rombur/DataTransferKit,amccaskey/DataTransferKit
977a1cdf42dfefb4fd605b67817bc4a66d5a4d20
keps/sig-auth/3325-self-subject-attributes-review-api/kep.yaml
keps/sig-auth/3325-self-subject-attributes-review-api/kep.yaml
name: 3325-self-subject-attributes-review-api title: Review attibutes of a current user kep-number: "3325" authors: - "@nabokihms" owning-sig: sig-auth participating-sigs: - sig-auth reviewers: - "@enj" - "@deads2k" - "@mikedanese" approvers: - TBD prr-approvers: [] creation-date: "2022-05-30" status: implementable stage: alpha latest-milestone: "v1.25" milestone: alpha: "v1.25" beta: "v1.26" stable: "v1.27" feature-gates: - name: SelfSubjectAttributesReview components: - kube-apiserver disable-supported: true metrics: []
name: 3325-self-subject-attributes-review-api title: Review attibutes of a current user kep-number: "3325" authors: - "@nabokihms" owning-sig: sig-auth participating-sigs: - sig-auth reviewers: - "@enj" - "@deads2k" - "@mikedanese" approvers: - TBD prr-approvers: [] creation-date: "2022-05-30" status: implementable stage: alpha latest-milestone: "v1.26" milestone: alpha: "v1.26" beta: "v1.27" stable: "v1.28" feature-gates: - name: SelfSubjectAttributesReview components: - kube-apiserver disable-supported: true metrics: []
Update milestone for SelfSubjectAttributesReview KEP
Update milestone for SelfSubjectAttributesReview KEP Co-authored-by: Mo Khan <62da53727f60d08b633f4f173961a8c528da35a4@gmail.com> Signed-off-by: m.nabokikh <0bb450bf42735ce2cc0d842f0eb9487ad7401473@flant.com>
YAML
apache-2.0
kubernetes/enhancements,kubernetes/enhancements,kubernetes/enhancements
b897f7db6a12b46825e5b4f91000111997fce33c
packages/hw/hw-fingertree-strict.yaml
packages/hw/hw-fingertree-strict.yaml
homepage: https://github.com/haskell-works/hw-fingertree-strict#readme changelog-type: '' hash: a11e14643c64be9de3d092b82089ac108ba11493f1eb4437a4e3f256dcf96d0e test-bench-deps: test-framework-hunit: -any test-framework: -any base: ! '>=4.2 && <6' hspec: -any test-framework-quickcheck2: -any hedgehog: -any HUnit: -any hw-fingertree-strict: -any QuickCheck: -any hw-hspec-hedgehog: -any maintainer: newhoggy@gmail.com synopsis: Generic strict finger-tree structure changelog: '' basic-deps: base: ! '>=4.7 && <5' deepseq: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' author: John Ky latest: '0.1.0.3' description-type: markdown description: ! '# hw-fingertree-strict ' license-name: BSD3
homepage: https://github.com/haskell-works/hw-fingertree-strict#readme changelog-type: '' hash: 345799cda63a85e765e6692dac549835ebbc8f793fd21335a2876780263ae222 test-bench-deps: test-framework-hunit: -any test-framework: -any base: ! '>=4.2 && <6' hspec: -any test-framework-quickcheck2: -any hedgehog: -any HUnit: -any hw-fingertree-strict: -any QuickCheck: -any hw-hspec-hedgehog: -any maintainer: newhoggy@gmail.com synopsis: Generic strict finger-tree structure changelog: '' basic-deps: base: ! '>=4.7 && <5' deepseq: -any all-versions: - '0.1.0.0' - '0.1.0.1' - '0.1.0.2' - '0.1.0.3' - '0.1.1.0' author: John Ky latest: '0.1.1.0' description-type: markdown description: ! '# hw-fingertree-strict [![CircleCI](https://circleci.com/gh/haskell-works/hw-fingertree-strict.svg?style=svg)](https://circleci.com/gh/haskell-works/hw-fingertree-strict) ' license-name: BSD3
Update from Hackage at 2018-05-29T05:49:03Z
Update from Hackage at 2018-05-29T05:49:03Z
YAML
mit
commercialhaskell/all-cabal-metadata
f8a63f3a6a83337f68c7ff50bae3e0383ba781cc
data/common.yaml
data/common.yaml
--- bacula::director::messages: Daemon: mname: 'Daemon' console: 'all, !skipped, !saved' append: '"/var/log/bacula/log" = all, !skipped' Standard-dir: mname: 'Standard' console: 'all, !skipped, !saved' append: '"/var/log/bacula/log" = all, !skipped' catalog: 'all' bacula::director::postgresql::make_bacula_tables: '' bacula::director::db_type: 'pgsql' bacula::director::packages: [] bacula::storage::services: 'bacula-sd' bacula::storage_name: '%{trusted.certname}' bacula::director_name: '%{trusted.certname}' bacula::director_address: '%{trusted.certname}' bacula::job_tag: ~ bacula::client::services: 'bacula-fd' bacula::client::packages: ~ bacula::client::default_pool: 'Default' bacula::client::default_pool_full: ~ bacula::client::default_pool_inc: ~ bacula::client::default_pool_diff: ~
--- bacula::director::messages: Daemon: mname: 'Daemon' console: 'all, !skipped, !saved' append: '"/var/log/bacula/bacula-dir.log" = all, !skipped' Standard-dir: mname: 'Standard' console: 'all, !skipped, !saved' append: '"/var/log/bacula/bacula-dir.log" = all, !skipped' catalog: 'all' bacula::director::postgresql::make_bacula_tables: '' bacula::director::db_type: 'pgsql' bacula::director::packages: [] bacula::storage::services: 'bacula-sd' bacula::storage_name: '%{trusted.certname}' bacula::director_name: '%{trusted.certname}' bacula::director_address: '%{trusted.certname}' bacula::job_tag: ~ bacula::client::services: 'bacula-fd' bacula::client::packages: ~ bacula::client::default_pool: 'Default' bacula::client::default_pool_full: ~ bacula::client::default_pool_inc: ~ bacula::client::default_pool_diff: ~
Change the director default log filename
Change the director default log filename The default log files where a bit inconsistent for the director service: bacula-dir -> /var/log/bacula/log bacula-fd -> /var/log/bacula/bacula-fd.log bacula-sd -> /var/log/bacula/bacula-sd.log This change renames the default log filename for the director so that it matches other services default filename (i.e. name of the daemon): bacula-dir -> /var/log/bacula/bacula-dir.log bacula-fd -> /var/log/bacula/bacula-fd.log bacula-sd -> /var/log/bacula/bacula-sd.log
YAML
apache-2.0
xaque208/puppet-bacula
304a888a8e96c2e54281bb7af045d4a311636e97
packages/an/animate-sdl2.yaml
packages/an/animate-sdl2.yaml
homepage: https://github.com/jxv/animate-sdl2#readme changelog-type: '' hash: e26f1306fb29f678de88ff7a470804c73e4c1ca0d999a97d36148f46ace284cb test-bench-deps: {} maintainer: Joe Vargas synopsis: sdl2 + animate auxiliary library changelog: '' basic-deps: base: ! '>=4.7 && <5' sdl2: ! '>=2.4.0.1 && <2.5' animate: ! '>=0.6.1 && <1' sdl2-image: ! '>=2.0.0 && <3' aeson: ! '>=0.11 && <2' all-versions: - '0.0.0' author: '' latest: '0.0.0' description-type: markdown description: ! '# animate-sdl2 [`sdl2`](https://github.com/haskell-game/sdl2) is a commonly used media library. [`animate`](https://github.com/jxv/animate) is a general animation library. Combining `sdl2` and `animate`, `animate-sdl2` provides accessible glue-code to load and draw sprites.' license-name: BSD3
homepage: https://github.com/jxv/animate-sdl2#readme changelog-type: '' hash: b917411ff96a1f12f62d8adc5a006a027de3ba1d50a49981128a5f4f330f9102 test-bench-deps: {} maintainer: Joe Vargas synopsis: sdl2 + animate auxiliary library changelog: '' basic-deps: base: ! '>=4.7 && <5' sdl2: ! '>=2.4.0.1 && <2.5' animate: ! '>=0.6.1 && <1' sdl2-image: ! '>=2.0.0 && <3' aeson: ! '>=0.11 && <2' all-versions: - '0.0.0' - '0.1.0' author: '' latest: '0.1.0' description-type: markdown description: ! '# animate-sdl2 [`sdl2`](https://github.com/haskell-game/sdl2) is a commonly used media library. [`animate`](https://github.com/jxv/animate) is a general animation library. Combining `sdl2` and `animate`, `animate-sdl2` provides accessible glue-code to load and draw sprites.' license-name: BSD3
Update from Hackage at 2018-05-12T22:59:54Z
Update from Hackage at 2018-05-12T22:59:54Z
YAML
mit
commercialhaskell/all-cabal-metadata
846d83ea8e9058a6cd8b61d334957e094f05e240
.github/workflows/docs.yml
.github/workflows/docs.yml
name: Build Documentation on: pull_request: paths: - 'docs/**' - '.github/workflows/docs.yml' push: branches: - develop - main tags: '[0-9]+.[0-9]+.[0-9]+' paths: - 'docs/**' - '.github/workflows/docs.yml' release: types: - created jobs: docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - uses: actions/upload-artifact@v1 with: name: Documentation path: docs/_build/html/ - uses: peaceiris/actions-gh-pages@v3.8 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_build/html/ user_name: 'artemis-bot' user_email: 'artemis-bot@users.noreply.github.com' full_commit_message: ${{ github.event.head_commit.message }}
name: Build Documentation on: pull_request: paths: - 'docs/**' - '.github/workflows/docs.yml' push: branches: - develop - main tags: '[0-9]+.[0-9]+.[0-9]+' paths: - 'docs/**' - '.github/workflows/docs.yml' release: types: - created jobs: docs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: ammaraskar/sphinx-action@master with: docs-folder: "docs/" - uses: actions/upload-artifact@v1 with: name: Documentation path: docs/_build/html/ - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_build/html/ user_name: 'artemis-bot' user_email: 'artemis-bot@users.noreply.github.com' full_commit_message: ${{ github.event.head_commit.message }}
Deploy Docs to GH Pages 88a9897
Deploy Docs to GH Pages 88a9897
YAML
mit
ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS,ls1intum/ArTEMiS
945ab687167e05b764da1f2f4aa58a06933ff8b9
.github/workflows/main.yml
.github/workflows/main.yml
name: Main on: push: branches: master pull_request: jobs: pipeline: strategy: matrix: operating-system: [ubuntu-latest] php-version: ['7.3', '7.4'] name: ${{ matrix.php-version }} runs-on: ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php-version }} - name: Prepare run: composer install - name: Testsuite run: | vendor/bin/phpunit vendor/bin/phpcs tests src --standard=PSR2 vendor/bin/phpstan analyse -l max src
name: CI on: push: branches: master pull_request: jobs: pipeline: strategy: matrix: operating-system: [ubuntu-latest] php-version: ['7.3', '7.4'] name: ${{ matrix.php-version }} runs-on: ${{ matrix.operating-system }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup PHP uses: shivammathur/setup-php@v1 with: php-version: ${{ matrix.php-version }} - name: Prepare run: composer install - name: Testsuite run: | vendor/bin/phpunit vendor/bin/phpcs tests src --standard=PSR2 vendor/bin/phpstan analyse -l max src
Rename the workflow to the default name
Rename the workflow to the default name
YAML
mit
marein/php-nchan-client
9e6a9151f69de87fa5c9b1f05f39d5241416013e
vars/production.yml
vars/production.yml
--- domain: "digitalmarketplace.service.gov.uk" maintenance_mode: live instances: 5 router: instances: 3 routes: - www.digitalmarketplace.service.gov.uk - api.digitalmarketplace.service.gov.uk - search-api.digitalmarketplace.service.gov.uk - assets.digitalmarketplace.service.gov.uk api: memory: 2GB instances: 15 user-frontend: instances: 2 admin-frontend: instances: 2 supplier-frontend: memory: 750MB instances: 20
--- domain: "digitalmarketplace.service.gov.uk" maintenance_mode: live instances: 5 router: instances: 3 routes: - www.digitalmarketplace.service.gov.uk - api.digitalmarketplace.service.gov.uk - search-api.digitalmarketplace.service.gov.uk - assets.digitalmarketplace.service.gov.uk api: memory: 2GB user-frontend: instances: 2 admin-frontend: instances: 2
Revert "Scale supplier and api for DOS3 applications"
Revert "Scale supplier and api for DOS3 applications" This reverts commit 35c1b56e3242ec6b563ea04c0e10e301b9753499. DOS3 applications are now closed so we can return to the default instance count and memory size of the api and supplier fe.
YAML
mit
alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws,alphagov/digitalmarketplace-aws
1140d91411476c3a1cfdda9482712ed2f3a0f1d2
packages/cu/cursor-brick.yaml
packages/cu/cursor-brick.yaml
homepage: https://github.com/NorfairKing/cursor-brick#readme changelog-type: markdown hash: fd138204da91b9d9332ba2a9d3da82c8e174f8481e1fa7ad8dd1cb65c729a252 test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: '' changelog: | # Changelog for cursor-brick ## Unreleased changes basic-deps: cursor: -any base: ! '>=4.7 && <5' text: -any brick: -any all-versions: - 0.0.0.0 - 0.1.0.0 author: Tom Sydney Kerckhove latest: 0.1.0.0 description-type: haddock description: Please see the README on GitHub at <https://github.com/NorfairKing/cursor-brick#readme> license-name: MIT
homepage: https://github.com/NorfairKing/cursor-brick#readme changelog-type: markdown hash: 38fdc31258e960a586cd64c9459a17f9e4fc6257b3da412348f0379f3877c7d5 test-bench-deps: {} maintainer: syd@cs-syd.eu synopsis: '' changelog: | # Changelog ## [0.1.0.1] - 2021-11-21 * Code cleanup using hlint basic-deps: cursor: -any base: '>=4.7 && <5' text: -any brick: -any all-versions: - 0.0.0.0 - 0.1.0.0 - 0.1.0.1 author: Tom Sydney Kerckhove latest: 0.1.0.1 description-type: haddock description: Please see the README on GitHub at <https://github.com/NorfairKing/cursor-brick#readme> license-name: MIT
Update from Hackage at 2021-11-21T22:59:27Z
Update from Hackage at 2021-11-21T22:59:27Z
YAML
mit
commercialhaskell/all-cabal-metadata
cd90c99342c30dfea83cee05ea54d01261500bba
packages/em/emacs-module.yaml
packages/em/emacs-module.yaml
homepage: https://github.com/sergv/emacs-module changelog-type: '' hash: 5ee802b7c0fc7e92ea9641910b3d7657c71db38ffe64c2f191a57a18073ac7af test-bench-deps: {} maintainer: Sergey Vinokurov <serg.foo@gmail.com> synopsis: Utilities to write Emacs dynamic modules changelog: '' basic-deps: exceptions: -any void: -any bytestring: -any base: ! '>=4.7 && <5' text: -any monad-control: -any bifunctors: -any safe-exceptions-checked: -any mtl: -any transformers-base: -any prettyprinter: -any deepseq: -any resourcet: -any template-haskell: -any vector: -any all-versions: - '0.1' author: Sergey Vinokurov latest: '0.1' description-type: haddock description: ! 'This package provides a full set of bindings to emacs-module.h that allows to develop Emacs modules in Haskell.' license-name: BSD3
homepage: https://github.com/sergv/emacs-module changelog-type: '' hash: ef0f970155717bc7cfbccfbaaf9ed38020fcec2085bb2d971a1c79b63fa3a0d7 test-bench-deps: {} maintainer: Sergey Vinokurov <serg.foo@gmail.com> synopsis: Utilities to write Emacs dynamic modules changelog: '' basic-deps: exceptions: -any void: -any bytestring: -any base: ! '>=4.7 && <5' text: -any monad-control: -any bifunctors: -any safe-exceptions-checked: -any mtl: -any transformers-base: -any prettyprinter: -any deepseq: -any resourcet: -any template-haskell: -any vector: -any all-versions: - '0.1' - '0.1.1' author: Sergey Vinokurov latest: '0.1.1' description-type: haddock description: ! 'This package provides a full set of bindings to emacs-module.h that allows to develop Emacs modules in Haskell. Bindings are based on Emacs 25 version of the interface and thus should work in all subsequent versions of Emacs. For pointers on how to write minimal Emacs module, please refer to https://github.com/sergv/emacs-module/blob/master/test/src/Emacs/TestsInit.hs' license-name: BSD3
Update from Hackage at 2018-08-26T21:01:28Z
Update from Hackage at 2018-08-26T21:01:28Z
YAML
mit
commercialhaskell/all-cabal-metadata
70c95bc014dbec7b8d1a8b0e1dd454f929f61ef7
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: macOS: runs-on: macos-latest strategy: fail-fast: false matrix: MODE: ["Debug", "Release"] steps: - uses: actions/checkout@v2 - name: Build and Test run: | # Have to skip some tests that aren't working on newer OSes. xcodebuild \ -project GTM.xcodeproj \ -scheme GTM \ -configuration ${{ matrix.MODE }} \ -skip-testing UnitTest-Foundation/GTMServiceManagementTest \ -skip-testing UnitTest-AppKit/GTMCarbonEventDispatcherHandlerTest \ build test iOS: runs-on: macos-latest strategy: fail-fast: false matrix: MODE: ["Debug", "Release"] steps: - uses: actions/checkout@v2 - name: Build and Test run: | xcodebuild \ -project GTMiPhone.xcodeproj \ -scheme GTMiPhone \ -configuration ${{ matrix.MODE }} \ -destination "platform=iOS Simulator,name=iPhone 8,OS=latest" \ build test bazel: runs-on: macos-latest strategy: fail-fast: false matrix: MODE: ["dbg", "opt"] steps: - uses: actions/checkout@v2 - name: bazel test run: | go get github.com/bazelbuild/bazelisk bazelisk test --build_tests_only -c "${{ matrix.MODE }}" //...
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: macOS: runs-on: macos-latest strategy: fail-fast: false matrix: MODE: ["Debug", "Release"] steps: - uses: actions/checkout@v2 - name: Build and Test run: | # Have to skip some tests that aren't working on newer OSes. xcodebuild \ -project GTM.xcodeproj \ -scheme GTM \ -configuration ${{ matrix.MODE }} \ -skip-testing UnitTest-Foundation/GTMServiceManagementTest \ -skip-testing UnitTest-AppKit/GTMCarbonEventDispatcherHandlerTest \ build test iOS: runs-on: macos-latest strategy: fail-fast: false matrix: MODE: ["Debug", "Release"] steps: - uses: actions/checkout@v2 - name: Build and Test run: | xcodebuild \ -project GTMiPhone.xcodeproj \ -scheme GTMiPhone \ -configuration ${{ matrix.MODE }} \ -destination "platform=iOS Simulator,name=iPhone 8,OS=latest" \ build test bazel: runs-on: macos-latest strategy: fail-fast: false matrix: MODE: ["dbg", "opt"] steps: - uses: actions/checkout@v2 - name: bazel test run: | go get github.com/bazelbuild/bazelisk bazelisk test --build_tests_only -c "${{ matrix.MODE }}" //...
Update workflow for branch rename
Update workflow for branch rename
YAML
apache-2.0
thomasvl/google-toolbox-for-mac,thomasvl/google-toolbox-for-mac,google/google-toolbox-for-mac,google/google-toolbox-for-mac
168a83ca38df39dee82e35c3bc8da0ebc062acca
.github/workflows/main.yml
.github/workflows/main.yml
name: Deploy # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: build_function: permissions: contents: 'read' id-token: 'write' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: auth name: 'Authenticate to Google Cloud' uses: google-github-actions/auth@main with: workload_identity_provider: 'projects/259817799976/locations/global/workloadIdentityPools/actions-pool/providers/actions-provider' service_account: 'github-cloud-functions-deploy@bayesian-calibration.iam.gserviceaccount.com' access_token_lifetime: '300s' # optional, default: '3600s' (1 hour) - id: deploy uses: google-github-actions/deploy-cloud-functions@main with: source_dir: functions name: QuestionsV2 runtime: go113 max_instances: 2 - id: test run: curl "${{ steps.deploy.outputs.url }}"
name: Deploy # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [ main ] pull_request: branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: jobs: build_function: permissions: contents: 'read' id-token: 'write' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: auth name: 'Authenticate to Google Cloud' uses: google-github-actions/auth@main with: workload_identity_provider: 'projects/259817799976/locations/global/workloadIdentityPools/actions-pool/providers/actions-provider' service_account: 'github-cloud-functions-deploy@bayesian-calibration.iam.gserviceaccount.com' access_token_lifetime: '300s' # optional, default: '3600s' (1 hour) - id: deploy uses: google-github-actions/deploy-cloud-functions@main with: source_dir: functions name: QuestionsV2 runtime: go113 max_instances: 2 - id: test run: curl "${{ steps.deploy.outputs.url }}" build_svelte: permissions: contents: 'read' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - id: build run: | npm install npm run build - id: deploy uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages folder: docs
Add svelte build as separate job.
Add svelte build as separate job.
YAML
mit
sethrylan/bayesian,sethrylan/bayesian
3629a19474c3779b526f9fe0557d618a58c82d03
.github/workflows/main.yml
.github/workflows/main.yml
name: CI on: push: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - name: Installing dependencies run: | sudo apt update && sudo apt install make -y git clone https://github.com/estesp/manifest-tool && cd manifest-tool && git checkout v0.9.0 && sudo make && sudo make install && cd .. && rm -Rf manifest-tool docker run --rm --privileged multiarch/qemu-user-static:register sudo apt install -y qemu qemu-user-static qemu-user binfmt-support echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_LOGIN }}" --password-stdin - name: Build image run: make build - name: Publish image run: make publish latest
name: CI on: push: branches: - master jobs: build: runs-on: ubuntu-16.04 steps: - uses: actions/checkout@v1 - name: Installing dependencies run: | sudo apt update && sudo apt install make -y git clone https://github.com/estesp/manifest-tool && cd manifest-tool && git checkout v0.9.0 && sudo make && sudo make install && cd .. && rm -Rf manifest-tool docker run --rm --privileged multiarch/qemu-user-static:register sudo apt install -y qemu qemu-user-static qemu-user binfmt-support echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_HUB_LOGIN }}" --password-stdin - name: Build image run: make build - name: Publish image run: make publish latest
Rollback ubuntu for qemu to not segfault
Rollback ubuntu for qemu to not segfault
YAML
mit
jaymoulin/docker-rpi-google-cloudprint
c4306a6590373d6b708cbbf01471f506a49b9dca
.github/workflows/main.yml
.github/workflows/main.yml
name: Ruby on: [push,pull_request] jobs: test: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest] ruby-version: ['3.0', 2.7, 2.6, 2.5] # From https://docs.github.com/en/actions/guides/creating-redis-service-containers services: # Label used to access the service container redis: # Docker Hub image image: redis # Set health checks to wait until redis has started options: >- --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 ports: # Maps port 6379 on service container to the host - 6379:6379 runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby-version }} - name: Run tests & lint run: bundle exec rake
name: Ruby on: [push,pull_request] jobs: test: strategy: fail-fast: false matrix: ruby-version: ['3.0', 2.7, 2.6, 2.5] # From https://docs.github.com/en/actions/guides/creating-redis-service-containers services: redis: image: redis options: >- --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 ports: - 6379:6379 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby ${{ matrix.ruby-version }} uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby-version }} - name: Run tests & lint run: bundle exec rake
Remove MacOS from the testing matrix
Remove MacOS from the testing matrix You can't run docker services on macos-latest sooo... *shrugs*
YAML
mit
evanleck/rack-redic
4988ecf2120864c25bd5f5da815e4cc1ea85510b
.github/workflows/main.yml
.github/workflows/main.yml
name: GitHub Actions CI on: [push] jobs: build: name: "Build Zydis (${{ matrix.image_name }}, ${{ matrix.no_libc }})" runs-on: "${{ matrix.image_name }}" strategy: matrix: image_name: ["macOS-10.14", "windows-2016", "ubuntu-18.04"] no_libc: ["", "-DZYAN_NO_LIBC=ON"] include: - image_name: "ubuntu-16.04" no_libc: "-DCMAKE_BUILD_TYPE=Release" dev_mode: "-DZYAN_DEV_MODE=ON" steps: - uses: "actions/checkout@v1" - name: "Cloning submodules" run: | git submodule update --init - name: "Configuring" run: | mkdir build cd build cmake ${{ matrix.dev_mode }} ${{ matrix.no_libc }} .. - name: "Building" run: | cmake --build build --config Release - name: "Disassembling INT3" run: | cd build ./ZydisInfo -64 cc if: "!matrix.no_libc && matrix.image_name != 'windows-2016'" - name: "Disassembling INT3" run: | cd build Release\\ZydisInfo.exe -64 cc if: "!matrix.no_libc && matrix.image_name == 'windows-2016'"
name: GitHub Actions CI on: [push] jobs: build: name: "Build Zydis (${{ matrix.image_name }}, ${{ matrix.no_libc }})" runs-on: "${{ matrix.image_name }}" strategy: matrix: image_name: ["macOS-latest", "windows-2016", "ubuntu-18.04"] no_libc: ["", "-DZYAN_NO_LIBC=ON"] include: - image_name: "ubuntu-16.04" no_libc: "-DCMAKE_BUILD_TYPE=Release" dev_mode: "-DZYAN_DEV_MODE=ON" steps: - uses: "actions/checkout@v1" - name: "Cloning submodules" run: | git submodule update --init - name: "Configuring" run: | mkdir build cd build cmake ${{ matrix.dev_mode }} ${{ matrix.no_libc }} .. - name: "Building" run: | cmake --build build --config Release - name: "Disassembling INT3" run: | cd build ./ZydisInfo -64 cc if: "!matrix.no_libc && matrix.image_name != 'windows-2016'" - name: "Disassembling INT3" run: | cd build Release\\ZydisInfo.exe -64 cc if: "!matrix.no_libc && matrix.image_name == 'windows-2016'"
Update CI to use macOS-latest
Update CI to use macOS-latest
YAML
mit
zyantific/zydis,zyantific/zydis,zyantific/zyan-disassembler-engine
bb2024ff3c064d34f4f98d42834a376abe0757ba
.github/workflows/test.yml
.github/workflows/test.yml
name: Test on: push: branches: - '**' jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.9, "3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pip install -U pip setuptools wheel pip install -r requirements-tests-py3.txt - name: Test annotations run: python ./tests/mypy_test.py -p 3.6 3.7 3.8 3.9 3.10
name: Test on: push: branches: - '**' jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.9, "3.10"] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pip install -U pip setuptools wheel pip install -r requirements-tests-py3.txt - name: Test annotations run: python ./tests/mypy_test.py -p 3.6 3.7 3.8 3.9 3.10 lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.10 uses: actions/setup-python@v1 with: python-version: "3.10" - name: Install dependencies run: | pip install -U black - name: Run linters run: | black --check ./third_party/3/pyspark
Add lint with black check
Add lint with black check
YAML
apache-2.0
zero323/pyspark-stubs
12d0b617c13dfce3ab42a90e12187602dd9c8f56
docker-compose.prod.yml
docker-compose.prod.yml
version: '2' services: server: image: "quay.io/bionano/mdtapps_server:${VERSION}" environment: CCC: "ccc.bionano.autodesk.com:9000" NODE_ENV: "production" FRONTEND_URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com" URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com" REDIS_HOST: "redis-mst.${BNR_ENVIRONMENT}.bionano.bio" FLUENT_PORT: '24226' extra_hosts: - "fluentd:172.17.0.1" logging: driver: json-file options: max-size: 50m
version: '2' services: server: image: "quay.io/bionano/mdtapps_server:${VERSION}" environment: CCC: "ccc-internal.${BNR_ENVIRONMENT}.bionano.autodesk.com" NODE_ENV: "production" FRONTEND_URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com" URL: "http://molsim${BNR_ENV_URL_SUFFIX}.bionano.autodesk.com" REDIS_HOST: "redis-mst.${BNR_ENVIRONMENT}.bionano.bio" FLUENT_PORT: '24226' extra_hosts: - "fluentd:172.17.0.1" logging: driver: json-file options: max-size: 50m
Update internal CCC DNS entry for the new CCC stack
Update internal CCC DNS entry for the new CCC stack
YAML
apache-2.0
Autodesk/molecular-simulation-tools,Autodesk/molecular-simulation-tools,Autodesk/molecular-design-applications,Autodesk/molecular-design-applications,Autodesk/molecular-design-applications,Autodesk/molecular-simulation-tools
a9585ad6f00677cdd95eec922999cbc7d95dee5b
packages/si/simple-money.yaml
packages/si/simple-money.yaml
homepage: https://github.com/nbrk/simple-money changelog-type: '' hash: 24ef5df4d21bb96e3e3c1ef1a5a937b3bdb7bd384134907cf9ad665be750e041 test-bench-deps: {} maintainer: nbrk@linklevel.net synopsis: Simple library to handle and interexchange money changelog: '' basic-deps: base: ! '>=4.8 && <5.1' containers: ! '>=0.5 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' author: Nikolay Burkov latest: '0.1.0.1' description-type: haddock description: ! 'A simple library for handling and interexchange money using user-provided exchange rates dictionaries. The library also exports some basic arithmetics on money.' license-name: PublicDomain
homepage: https://github.com/nbrk/simple-money changelog-type: '' hash: 65ccd315578d3927d77733b4e48273416e9f1ae4f610425245409f434729920e test-bench-deps: {} maintainer: nbrk@linklevel.net synopsis: Simple library to handle and interexchange money changelog: '' basic-deps: base: ! '>=4.8 && <5.1' containers: ! '>=0.5 && <0.6' all-versions: - '0.1.0.0' - '0.1.0.1' - '0.2.0.0' author: Nikolay Burkov latest: '0.2.0.0' description-type: haddock description: ! 'A simple library for handling and interexchange money using user-provided exchange rates dictionaries. The library also exports some basic arithmetics on money.' license-name: PublicDomain
Update from Hackage at 2017-01-19T18:16:45Z
Update from Hackage at 2017-01-19T18:16:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
7ecffd11e95f0099089bf2482035475077d8d28b
packages/te/text-builder.yaml
packages/te/text-builder.yaml
homepage: https://github.com/nikita-volkov/text-builder changelog-type: '' hash: 7ef9a34269b6a83bcb0593542cb462c372edc0f21cbfa9e072ab8c3a0400a87a test-bench-deps: tasty-smallcheck: ==0.8.* rerebase: ==1.* criterion: ==1.1.* quickcheck-instances: ! '>=0.3.11 && <0.4' tasty-quickcheck: ==0.8.* tasty-hunit: ==0.9.* tasty: ==0.11.* text-builder: -any maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: An efficient strict text builder changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base-prelude: <2 base: ! '>=4.6 && <5' text: ! '>=1 && <2' semigroups: ! '>=0.18 && <0.19' all-versions: - '0.4' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '0.4' description-type: haddock description: '' license-name: MIT
homepage: https://github.com/nikita-volkov/text-builder changelog-type: '' hash: 2be145360c8ba1dcd9dd72c2268ee24797dacd1a65c2d1635c587e70a47873c7 test-bench-deps: tasty-smallcheck: ==0.8.* rerebase: ==1.* criterion: ==1.1.* quickcheck-instances: ! '>=0.3.11 && <0.4' tasty-quickcheck: ==0.8.* tasty-hunit: ==0.9.* tasty: ==0.11.* text-builder: -any maintainer: Nikita Volkov <nikita.y.volkov@mail.ru> synopsis: An efficient strict text builder changelog: '' basic-deps: bytestring: ! '>=0.10 && <0.11' base-prelude: <2 base: ! '>=4.6 && <5' text: ! '>=1 && <2' semigroups: ! '>=0.18 && <0.19' all-versions: - '0.4' - '0.4.1' author: Nikita Volkov <nikita.y.volkov@mail.ru> latest: '0.4.1' description-type: haddock description: '' license-name: MIT
Update from Hackage at 2017-03-16T11:41:56Z
Update from Hackage at 2017-03-16T11:41:56Z
YAML
mit
commercialhaskell/all-cabal-metadata
d9ccdc6745dacc002f8547efb1348a6161cb27e7
packages/tr/trasa-server.yaml
packages/tr/trasa-server.yaml
homepage: https://github.com/haskell-trasa/trasa#readme changelog-type: '' hash: 8fca7dcb9e604450741e107db38df83788da7a324cac39c399bce40c049d679e test-bench-deps: warp: -any http-client: -any bytestring: -any base: -any trasa: -any trasa-server: -any text: -any doctest: -any vinyl: -any tasty-quickcheck: -any tasty-hunit: -any tasty: -any maintainer: mckean.kylej@gmail.com synopsis: Type safe web server changelog: '' basic-deps: bytestring: ==0.10.* wai: ==3.2.* case-insensitive: ==1.2.* base: ! '>=4.7 && <5' trasa: ==0.2.* text: ==1.2.* containers: ==0.5.* mtl: ==2.2.* http-types: ==0.9.* http-media: ==0.6.* all-versions: - '0.1' - '0.2' author: Kyle McKean latest: '0.2' description-type: haddock description: WAI integration for trasa license-name: BSD-3-Clause
homepage: https://github.com/haskell-trasa/trasa changelog-type: '' hash: 6b7d203e027e09f9e22a2dab7b3e38d62bc830ff9cf15dcfbca2a2330a3641e1 test-bench-deps: {} maintainer: |- Andrew Martin <andrew.thaddeus@gmail.com> Kyle McKean <mckean.kylej@gmail.com> chessai <chessai1996@gmail.com> synopsis: Type safe web server changelog: '' basic-deps: bytestring: ==0.10.* wai: ==3.2.* case-insensitive: ==1.2.* base: ! '>=4.9 && <5' trasa: ==0.4.* text: ==1.2.* containers: ! '>=0.5 && <0.7' mtl: ==2.2.* http-types: ! '>=0.9' http-media: ! '>=0.6 && <0.8' all-versions: - '0.1' - '0.2' - '0.4' author: |- Andrew Martin Kyle McKean latest: '0.4' description-type: haddock description: WAI integration for trasa license-name: MIT
Update from Hackage at 2019-03-24T19:20:45Z
Update from Hackage at 2019-03-24T19:20:45Z
YAML
mit
commercialhaskell/all-cabal-metadata
af81c11db3753e4daf7db3523c318f9051e45ad9
images/build/cross/variants.yaml
images/build/cross/variants.yaml
variants: canary: TYPE: 'canary' CONFIG: 'canary' GO_VERSION: '1.16.5' IMAGE_VERSION: 'v1.16.5-canary-1' PROTOBUF_VERSION: '3.7.0' ETCD_VERSION: 'v3.4.13' go1.16: TYPE: 'default' CONFIG: 'go1.16' GO_VERSION: '1.16.5' IMAGE_VERSION: 'v1.16.5-1' PROTOBUF_VERSION: '3.7.0' ETCD_VERSION: 'v3.4.13' go1.15: TYPE: 'default' CONFIG: 'go1.15' GO_VERSION: '1.15.13' IMAGE_VERSION: 'v1.15.13-1' PROTOBUF_VERSION: '3.7.0' ETCD_VERSION: 'v3.4.13' go1.15-legacy: TYPE: 'legacy' CONFIG: 'go1.15' GO_VERSION: '1.15.13' IMAGE_VERSION: 'v1.15.13-legacy-1' PROTOBUF_VERSION: '3.0.2' ETCD_VERSION: 'v3.4.13'
variants: canary: TYPE: 'canary' CONFIG: 'canary' GO_VERSION: '1.16.5' IMAGE_VERSION: 'v1.16.5-canary-2' PROTOBUF_VERSION: '3.7.0' go1.16: TYPE: 'default' CONFIG: 'go1.16' GO_VERSION: '1.16.5' IMAGE_VERSION: 'v1.16.5-1' PROTOBUF_VERSION: '3.7.0' ETCD_VERSION: 'v3.4.13' go1.15: TYPE: 'default' CONFIG: 'go1.15' GO_VERSION: '1.15.13' IMAGE_VERSION: 'v1.15.13-1' PROTOBUF_VERSION: '3.7.0' ETCD_VERSION: 'v3.4.13' go1.15-legacy: TYPE: 'legacy' CONFIG: 'go1.15' GO_VERSION: '1.15.13' IMAGE_VERSION: 'v1.15.13-legacy-1' PROTOBUF_VERSION: '3.0.2' ETCD_VERSION: 'v3.4.13'
Build v1.16.5-canary-2 image without etcd
kube-cross: Build v1.16.5-canary-2 image without etcd etcd may not actually be required in our kube-cross image. This canary build will attempt to validate that premise. Signed-off-by: Stephen Augustus <0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33@auggie.dev>
YAML
apache-2.0
kubernetes/release,kubernetes/release
3b93384784a6b3682a9e4248050c6bdc53733067
firenado/examples/skell/conf/firenado.yaml
firenado/examples/skell/conf/firenado.yaml
app: data: sources: # Set here references from sources defined on data.sources - session pythonpath: .. port: 8888 data: sources: - name: session connector: redis # host: localhost # port: 6379 # db: 0 components: - id: skell class: skell.SkellComponent enabled: true #- id: admin # enabled: true #- id: info # enabled: true # Session types could be: # file or redis. session: type: redis enabled: true # Redis session handler configuration data: source: session # File session handler related configuration # path: /tmp
app: component: skell data: sources: # Set here references from sources defined on data.sources - session pythonpath: .. port: 8888 data: sources: - name: session connector: redis # host: localhost # port: 6379 # db: 0 components: - id: skell class: skell.SkellComponent enabled: true #- id: admin # enabled: true #- id: info # enabled: true # Session types could be: # file or redis. session: type: redis enabled: true # Redis session handler configuration data: source: session # File session handler related configuration # path: /tmp
Set the skell component as the application component.
Set the skell component as the application component.
YAML
apache-2.0
piraz/firenado,piraz/firenado,candango/firenado,candango/firenado,candango/firenado,piraz/firenado
19719de0c5359d97d646b6b4ae4611a072d34192
examples/data_migration.yaml
examples/data_migration.yaml
apiVersion: batch/v1 kind: Job metadata: namespace: default # namespace where the pvc's exist name: volume-migration spec: completions: 1 parallelism: 1 backoffLimit: 3 template: metadata: name: volume-migration labels: name: volume-migration spec: restartPolicy: Never containers: - name: volume-migration image: ubuntu:xenial tty: true command: [ "/bin/sh" ] args: [ "-c", "cp -r -v /mnt/old /mnt/new" ] volumeMounts: - name: old-vol mountPath: /mnt/old - name: new-vol mountPath: /mnt/new volumes: - name: old-vol persistentVolumeClaim: claimName: data-source-pvc # change to data source pvc - name: new-vol persistentVolumeClaim: claimName: data-target-pvc # change to data target pvc
apiVersion: batch/v1 kind: Job metadata: namespace: default # namespace where the pvc's exist name: volume-migration spec: completions: 1 parallelism: 1 backoffLimit: 3 template: metadata: name: volume-migration labels: name: volume-migration spec: restartPolicy: Never containers: - name: volume-migration image: ubuntu:xenial tty: true command: [ "/bin/sh" ] args: [ "-c", "cp -r -v /mnt/old/* /mnt/new" ] volumeMounts: - name: old-vol mountPath: /mnt/old - name: new-vol mountPath: /mnt/new volumes: - name: old-vol persistentVolumeClaim: claimName: data-source-pvc # change to data source pvc - name: new-vol persistentVolumeClaim: claimName: data-target-pvc # change to data target pvc
Fix data migration YAML command args
Fix data migration YAML command args Longhorn-3787 Signed-off-by: Chin-Ya Huang <1eed05a6282fe345a8cb0c61937893c4bca83886@suse.com>
YAML
apache-2.0
rancher/longhorn
a7ef7166df865130e8cbfdf0586996c82e39b866
zuul.d/project.yaml
zuul.d/project.yaml
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: # NOTE (rpittau) sadly temporary disabling grenade and # non-standalone-tempest jobs until we got them fixed - ironic-inspector-grenade: voting: false - ironic-inspector-non-standalone-tempest: voting: false - ironic-inspector-tempest - ironic-inspector-tempest-discovery - ironic-inspector-tempest-managed - openstack-tox-functional-py36 - bifrost-integration-tinyipa-ubuntu-bionic: voting: false - ironic-inspector-tox-bandit: voting: false gate: queue: ironic jobs: # NOTE (rpittau) sadly temporary disabling grenade and # non-standalone-tempest jobs until we got them fixed # - ironic-inspector-grenade # - ironic-inspector-non-standalone-tempest - ironic-inspector-tempest - ironic-inspector-tempest-discovery - ironic-inspector-tempest-managed - openstack-tox-functional-py36
- project: templates: - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 check: jobs: - ironic-inspector-grenade - ironic-inspector-tempest - ironic-inspector-tempest-discovery - ironic-inspector-tempest-managed # NOTE (rpittau) sadly temporary disabling the non-standalone-tempest # job until we got it fixed - ironic-inspector-non-standalone-tempest: voting: false - openstack-tox-functional-py36 - bifrost-integration-tinyipa-ubuntu-bionic: voting: false - ironic-inspector-tox-bandit: voting: false gate: queue: ironic jobs: - ironic-inspector-grenade - ironic-inspector-tempest - ironic-inspector-tempest-discovery - ironic-inspector-tempest-managed - openstack-tox-functional-py36
Revert disabling the grenade job
Revert disabling the grenade job Change-Id: I901d509c40d6947a13f604c0dabbcd58545d3076
YAML
apache-2.0
openstack/ironic-inspector,openstack/ironic-inspector
01298bb63c36341b428dc31cdf002c4461ca193e
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/python:2.7.14 working_directory: ~/repo steps: - checkout - restore_cache: key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }} - run: name: Install Dependencies command: | mkdir -p ./venv virtualenv ./venv . venv/bin/activate pip install -r requirements.txt pip install -r requirements-dev.txt - run: name: Tests command: | . venv/bin/activate python setup.py test - save_cache: key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }} paths: - venv
version: 2 jobs: build: docker: - image: circleci/python:2.7.14 working_directory: ~/repo steps: - checkout - restore_cache: key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }} - run: name: Install Dependencies command: | mkdir -p ./venv virtualenv ./venv . venv/bin/activate pip install -r requirements.txt pip install -r requirements-dev.txt - run: name: Run the Test Suite command: | . venv/bin/activate python setup.py test - save_cache: key: juriscraper-v1-{{ .Branch }}-{{ checksum "requirements.txt" }}-{{ checksum "requirements-dev.txt" }} paths: - venv
Tweak to trigger tests and test cache
feat(tests): Tweak to trigger tests and test cache
YAML
bsd-2-clause
freelawproject/juriscraper,freelawproject/juriscraper
6d8dc0aad8a2eea3ed221d4f70637a6a59875e3f
metadata/org.nitri.opentopo.yml
metadata/org.nitri.opentopo.yml
Categories: - Navigation License: Apache-2.0 AuthorName: Serge Helfrich SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues Donate: https://ko-fi.com/U7U372JJ Name: OpenTopoMap Viewer AutoName: OpenTopoMap Summary: OpenTopoMap viewer with GPX import Description: |- An online OpenTopoMap client with caching. * Follow location * Import and display GPX . RepoType: git Repo: https://github.com/Pygmalion69/OpenTopoMapViewer Builds: - versionName: 1.0.2 versionCode: 3 commit: 1.0.2 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.0.2 CurrentVersionCode: 3
Categories: - Navigation License: Apache-2.0 AuthorName: Serge Helfrich SourceCode: https://github.com/Pygmalion69/OpenTopoMapViewer IssueTracker: https://github.com/Pygmalion69/OpenTopoMapViewer/issues Donate: https://ko-fi.com/U7U372JJ Name: OpenTopoMap Viewer AutoName: OpenTopoMap Summary: OpenTopoMap viewer with GPX import Description: |- An online OpenTopoMap client with caching. * Follow location * Import and display GPX . RepoType: git Repo: https://github.com/Pygmalion69/OpenTopoMapViewer Builds: - versionName: 1.0.2 versionCode: 3 commit: 1.0.2 subdir: app gradle: - yes - versionName: 1.0.4 versionCode: 4 commit: 1.0.4 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.0.4 CurrentVersionCode: 4
Update OpenTopoMap Viewer to 1.0.4 (4)
Update OpenTopoMap Viewer to 1.0.4 (4)
YAML
agpl-3.0
f-droid/fdroid-data,f-droid/fdroiddata,f-droid/fdroiddata
bdc1c2b783bc4b0542bf8a41730039020689c3cd
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/ruby:2.4 working_directory: ~/marli steps: - checkout - setup_remote_docker - run: name: Install Docker Compose command: | set -x sudo curl -L https://github.com/docker/compose/releases/download/1.11.2/docker-compose-`uname -s`-`uname -m` > ~/docker-compose chmod +x ~/docker-compose sudo mv ~/docker-compose /usr/local/bin/docker-compose - run: name: Start container and verify it's working command: | set -x docker-compose up -d docker run --network container:marli \ appropriate/curl --retry 10 --retry-delay 1 --retry-connrefused http://localhost:3000 - run: name: Run test suite command: docker-compose run web rake
version: 2 jobs: build: docker: - image: circleci/ruby:2.4 working_directory: ~/marli steps: - checkout - setup_remote_docker - run: name: Install Docker Compose command: | set -x sudo curl -L https://github.com/docker/compose/releases/download/1.11.2/docker-compose-`uname -s`-`uname -m` > ~/docker-compose chmod +x ~/docker-compose sudo mv ~/docker-compose /usr/local/bin/docker-compose - run: name: Start container and verify it's working command: | set -x docker-compose up -d docker run --network container:marli \ appropriate/curl --retry 10 --retry-delay 1 --retry-connrefused http://localhost:3000 - run: name: Run test suite command: docker-compose run --network container:marli web rake
Add network to run rake tests in
Add network to run rake tests in
YAML
mit
NYULibraries/marli,NYULibraries/marli,NYULibraries/marli,NYULibraries/marli
ad8cf3b8df14be3699cbc63fac50ca94f3fcfead
.circleci/config.yml
.circleci/config.yml
# defaults: &defaults working_directory: /build docker: - image: docker:17.06.0-ce-git version: 2 jobs: build: <<: *defaults steps: - checkout - setup_remote_docker: docker_layer_caching: true - run: name: Install bash command: apk add --no-cache bash - run: name: Build image command: bin/build.sh deploy: <<: *defaults steps: - checkout - setup_remote_docker: docker_layer_caching: true - run: name: Install bash command: apk add --no-cache bash - run: name: Deploy image to Docker Hub command: | docker login --username ${DOCKER_USER} --password ${DOCKER_PASSWORD} bin/deploy.sh workflows: version: 2 build_deploy: jobs: - build: filters: tags: only: - /.*/ - deploy: requires: - build filters: branches: only: - master tags: only: - /^v.*/
# defaults: &defaults working_directory: /build docker: - image: docker:17.06.0-ce-git version: 2 jobs: build: <<: *defaults steps: - checkout - setup_remote_docker: docker_layer_caching: true - run: name: Install bash command: apk add --no-cache bash - run: name: Build image command: bin/build.sh deploy: <<: *defaults steps: - checkout - setup_remote_docker: docker_layer_caching: true - run: name: Install bash command: apk add --no-cache bash - run: name: Deploy image to Docker Hub command: | docker login --username ${DOCKER_USER} --password ${DOCKER_PASSWORD} bin/deploy.sh workflows: version: 2 nightly-workflow: triggers: - schedule: cron: "0 0 * * *" filters: branches: only: - master jobs: - build: environment: BUILD_DEV: "dev build" filters: tags: only: - /.*/ - deploy: environment: BUILD_DEV: "dev build" requires: - build filters: branches: only: - master tags: only: - /^v.*/ commit-workflow: jobs: - build: filters: tags: only: - /.*/ - deploy: requires: - build filters: branches: only: - master tags: only: - /^v.*/
Use circleci to build nightly dev build
Use circleci to build nightly dev build
YAML
apache-2.0
shusugmt/st2-docker,shusugmt/st2-docker
4ad1c2476f94239d9a91bcf72070471203dfed0a
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: docker: - image: circleci/node:6-browsers environment: JOBS: 2 working_directory: ~/appknox steps: - checkout - restore_cache: keys: - v1-deps-{{ .Branch }}-{{ checksum "package.json" }} - v1-deps-{{ .Branch }}- - v1-deps- - run: name: NPM Install command: npm install - save_cache: key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }} paths: - ./node_modules - run: name: Run Ember Test command: COVERAGE=true npm test - deploy: command: | if [ "${CIRCLE_BRANCH}" == "develop" ]; then npm deploy curl https://api.rollbar.com/api/1/deploy/ \ -F access_token=$ROLLBAR_ACCESS_TOKEN \ -F environment=$ENVIRONMENT \ -F revision=$REVISION \ -F local_username=$LOCAL_USERNAME curl $OPBEAT_ENDPOINT \ -H "Authorization: Bearer $OPBEAT_TOKEN" \ -d rev=`git log -n 1 --pretty=format:%H` \ -d branch=$REVISION \ -d status=completed fi
version: 2 jobs: build: docker: - image: circleci/node:6-browsers environment: JOBS: 2 working_directory: ~/appknox steps: - checkout - restore_cache: keys: - v1-deps-{{ .Branch }}-{{ checksum "package.json" }} - v1-deps-{{ .Branch }}- - v1-deps- - run: name: NPM Install command: npm install - save_cache: key: v1-deps-{{ .Branch }}-{{ checksum "package.json" }} paths: - ./node_modules - run: name: Run Ember Test command: COVERAGE=true npm test - deploy: command: | if [ "${CIRCLE_BRANCH}" == "develop" ]; then npm run deploy curl https://api.rollbar.com/api/1/deploy/ \ -F access_token=$ROLLBAR_ACCESS_TOKEN \ -F environment=$ENVIRONMENT \ -F revision=$REVISION \ -F local_username=$LOCAL_USERNAME curl $OPBEAT_ENDPOINT \ -H "Authorization: Bearer $OPBEAT_TOKEN" \ -d rev=`git log -n 1 --pretty=format:%H` \ -d branch=$REVISION \ -d status=completed fi
Use npm run deploy to deploy
Use npm run deploy to deploy
YAML
agpl-3.0
appknox/irene,appknox/irene,appknox/irene
eb344662cbb44444337fe4f9552608f316476e3a
.circleci/config.yml
.circleci/config.yml
version: 2.1 workflows: version: 2.1 test: jobs: - node-lts - node-current jobs: node-lts: &node-template docker: - image: circleci/node:lts working_directory: ~/src steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} - v1-dependencies- - run: npm install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: npm run test node-current: <<: *node-template docker: - image: circleci/node:current
version: 2.1 workflows: version: 2.1 test: jobs: - node-lts - node-current - node-8.17.0 jobs: node-lts: &node-template docker: - image: circleci/node:lts working_directory: ~/src steps: - checkout - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} - v1-dependencies- - run: npm install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} - run: npm run test node-current: <<: *node-template docker: - image: circleci/node:current node-8.17.0: <<: *node-template docker: - image: circleci/node:8.17.0
Add 8.17.0 to circleci (min node)
Add 8.17.0 to circleci (min node)
YAML
mpl-2.0
robflop/Megumin.love,robflop/Megumin,robflop/Megumin,robflop/Megumin.love,robflop/Megumin
8e5ce527362849d9774f9e061e6cd459e2947562
.circleci/config.yml
.circleci/config.yml
test: &test steps: - checkout: path: ~/slumba working_directory: ~/slumba - run: name: Echo command: | echo $PWD ls $PWD - run: name: Install dependencies command: pip install -r requirements.txt - run: name: Install pytest command: pip install pytest - run: name: Install slumba command: python setup.py develop - run: name: Make test reports directory command: sudo mkdir -p /tmp/slumba/test-reports/pytest - run: name: Execute Pytest command: | pytest -rsxX \ --doctest-modules \ --doctest-ignore-import-errors \ --junitxml=/tmp/test-reports/pytest/junit.xml - store_test_results: path: /tmp/slumba/test-reports - store_artifacts: path: /tmp/slumba/test-reports jobs: python27_test: docker: - image: circleci/python:2.7 <<: *test python35_test: docker: - image: circleci/python:3.5 <<: *test python36_test: docker: - image: circleci/python:3.6 <<: *test workflows: version: 2 test: jobs: - python27_test - python35_test - python36_test
test: &test steps: - checkout - run: name: Echo command: | echo $PWD ls - run: name: Install dependencies command: pip install -r requirements.txt - run: name: Install pytest command: pip install pytest - run: name: Install slumba command: python setup.py develop - run: name: Make test reports directory command: sudo mkdir -p /tmp/slumba/test-reports/pytest - run: name: Execute Pytest command: | pytest -rsxX \ --doctest-modules \ --doctest-ignore-import-errors \ --junitxml=/tmp/test-reports/pytest/junit.xml - store_test_results: path: /tmp/slumba/test-reports - store_artifacts: path: /tmp/slumba/test-reports jobs: python27_test: docker: - image: circleci/python:2.7 <<: *test python35_test: docker: - image: circleci/python:3.5 <<: *test python36_test: docker: - image: circleci/python:3.6 <<: *test workflows: version: 2 test: jobs: - python27_test - python35_test - python36_test
Change the working dir 3
Change the working dir 3
YAML
apache-2.0
cpcloud/slumba,cpcloud/slumba
f24f4e78fceaf2d386280f77d08f28e4da838caf
.circleci/config.yml
.circleci/config.yml
version: 2 jobs: build: working_directory: ~/repo docker: - image: node:12.19.0 steps: - checkout - restore_cache: key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: yarn install - save_cache: paths: - node_modules key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: yarn build - persist_to_workspace: root: . paths: - . test: working_directory: ~/repo docker: - image: node:12.19.0 steps: - attach_workspace: at: . - run: yarn test workflows: version: 2 build_and_test: jobs: - build - test: requires: - build
version: 2 jobs: build: working_directory: ~/repo docker: - image: node:12.20.0 steps: - checkout - restore_cache: key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: yarn install - save_cache: paths: - node_modules key: yarn-{{ .Branch }}-{{ checksum "yarn.lock" }} - run: yarn build - persist_to_workspace: root: . paths: - . test: working_directory: ~/repo docker: - image: node:12.20.0 steps: - attach_workspace: at: . - run: yarn test workflows: version: 2 build_and_test: jobs: - build - test: requires: - build
Update node Docker tag to v12.20.0
Update node Docker tag to v12.20.0
YAML
mit
jaxx2104/gatsby-starter-bootstrap,jaxx2104/gatsby-starter-bootstrap
518d04d2668e560e686b0168f8677705748be286
.circleci/config.yml
.circleci/config.yml
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8@sha256:9249d0ba00986d50bcab7380edcf8e20a0c76a6cb2e936588061f1c4f27cb350 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/mongo:3.4.4 working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: yarn install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} # run tests! - run: yarn lint
# Javascript Node CircleCI 2.0 configuration file # # Check https://circleci.com/docs/2.0/language-javascript/ for more details # version: 2 jobs: build: docker: # specify the version you desire here - image: circleci/node:8 # Specify service dependencies here if necessary # CircleCI maintains a library of pre-built images # documented at https://circleci.com/docs/2.0/circleci-images/ # - image: circleci/mongo:3.4.4 working_directory: ~/repo steps: - checkout # Download and cache dependencies - restore_cache: keys: - v1-dependencies-{{ checksum "package.json" }} # fallback to using the latest cache if no exact match is found - v1-dependencies- - run: yarn install - save_cache: paths: - node_modules key: v1-dependencies-{{ checksum "package.json" }} # run tests! - run: yarn lint
Revert "Update circleci/node to 9249d0"
Revert "Update circleci/node to 9249d0" This reverts commit d8b57e7316a2395516a2c92490824f6e7c91c189.
YAML
mit
wKovacs64/hibp-stdlib