Instruction
stringlengths
14
778
input_code
stringlengths
0
4.24k
output_code
stringlengths
1
5.44k
Update from Hackage at 2018-07-17T20:17:50Z
homepage: https://github.com/A1-Triard/errors-ext#readme changelog-type: '' hash: 750233edbee677a2431877d4cef80128ccecea0b4a9d192382212b8387e0446b test-bench-deps: exceptions: -any base: -any monad-control: -any HUnit: -any errors-ext: -any mtl: -any transformers: -any errors: -any maintainer: Warlock <internalmike@gmail.com> synopsis: ! '`bracket`-like functions for `ExceptT` over `IO` monad.' changelog: '' basic-deps: exceptions: -any base: ! '>=4.7 && <5' monad-control: -any mtl: -any transformers: -any errors: -any all-versions: - '0.1' - '0.1.1' - '0.1.2' - '0.1.3' - '0.2' - '0.2.1' - '0.4' - '0.4.1' author: Warlock <internalmike@gmail.com> latest: '0.4.1' description-type: haddock description: ! '`bracket`-like functions for `ExceptT` over `IO` monad.' license-name: Apache
homepage: https://github.com/A1-Triard/errors-ext#readme changelog-type: '' hash: 165c160eaec89930a89c92f07fcdc5dd859c24094caaa4486e4ec1c328be0348 test-bench-deps: exceptions: -any bytestring: -any base: ! '>=4.7 && <5' monad-loops: -any monad-control: -any conduit: -any HUnit: -any errors-ext: -any mtl: -any transformers: -any errors: -any binary-ext: ! '>=2.0.4' maintainer: Warlock <internalmike@gmail.com> synopsis: ! '`bracket`-like functions for `ExceptT` over `IO` monad.' changelog: '' basic-deps: exceptions: -any base: ! '>=4.7 && <5' monad-control: -any mtl: -any transformers: -any errors: -any all-versions: - '0.1' - '0.1.1' - '0.1.2' - '0.1.3' - '0.2' - '0.2.1' - '0.4' - '0.4.1' - '0.4.2' author: Warlock <internalmike@gmail.com> latest: '0.4.2' description-type: haddock description: Please see the README on GitHub at <https://github.com/A1-Triard/errors-ext#readme> license-name: Apache
Fix messages in pull requests
--- name: Add message on pull requests with the related examples on: pull_request: types: - opened jobs: all: name: Add message on pull requests with the related examples runs-on: ubuntu-20.04 timeout-minutes: 2 steps: - run: npm install --production @actions/github - run: | echo " const github = require('@actions/github'); async function run() { // Get client and context const client = new github.getOctokit(process.env.GITHUB_TOKEN); await client.pulls.createReview({ owner: github.context.issue.owner, repo: github.context.issue.repo, pull_number: github.context.issue.number, body: [ \`Examples: https://camptocamp.github.io/ngeo/\${process.env.GITHUB_HEAD_REF}/examples/\`, \`API documentation: https://camptocamp.github.io/ngeo/\${process.env.GITHUB_HEAD_REF}/apidoc/\`, ].join('\n'), event: 'COMMENT' }); } run(); " > pr-message.js - run: node pr-message.js env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
--- name: Add message on pull requests with the related examples on: pull_request: types: - opened jobs: all: name: Add message on pull requests with the related examples runs-on: ubuntu-20.04 timeout-minutes: 2 steps: - run: npm install --production @actions/github - run: | echo " const github = require('@actions/github'); async function run() { // Get client and context const client = new github.getOctokit(process.env.GITHUB_TOKEN); await client.rest.pulls.createReview({ owner: github.context.issue.owner, repo: github.context.issue.repo, pull_number: github.context.issue.number, body: [ \`Examples: https://camptocamp.github.io/ngeo/\${process.env.GITHUB_HEAD_REF}/examples/\`, \`API documentation: https://camptocamp.github.io/ngeo/\${process.env.GITHUB_HEAD_REF}/apidoc/\`, ].join('\n'), event: 'COMMENT' }); } run(); " > pr-message.js - run: node pr-message.js env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Rename profile class for nova control
--- include: default: - profile::openstack::command - profile::logging::rsyslog::client profile::openstack::compute::api::manage_firewall: true profile::openstack::novactrl::enable_api: true profile::openstack::novactrl::enable_conductor: true profile::openstack::novactrl::enable_scheduler: true profile::openstack::novactrl::enable_consoleauth: true profile::openstack::compute::api::firewall_extras: source: "%{::network_transport1}/%{::netmask_transport1}" #FIXME # TESTING FIXME nova::api::enabled_apis: 'ec2,osapi_compute'
--- include: default: - profile::openstack::novactrl - profile::logging::rsyslog::client profile::openstack::compute::api::manage_firewall: true profile::openstack::novactrl::enable_api: true profile::openstack::novactrl::enable_conductor: true profile::openstack::novactrl::enable_scheduler: true profile::openstack::novactrl::enable_consoleauth: true profile::openstack::compute::api::firewall_extras: source: "%{::network_transport1}/%{::netmask_transport1}" #FIXME # TESTING FIXME nova::api::enabled_apis: 'ec2,osapi_compute'
Clean up some code, troubleshoot data-src
- selector: fkp_slider bullets: false captions: true images: - src: /assets/fkp/IMG_20170116_123330.jpg alt: Waiting for the plane to Vancouver, 2017 - data-src: /assets/fkp/IMG_20170117_172305.jpg alt: Enjoying some sushi, 2017 - data-src: /assets/fkp/IMG_201803.jpg alt: Las Vegas, 2018 settings: height: 400 initialHeight: maxHeight: interval: transitionDuration: effect: disableNav: keyboardNav: previousNavSelector: nextNavSelector:
- selector: fkp_slider bullets: false captions: true images: - src: /assets/fkp/IMG_20170116_123330.jpg alt: Waiting for the plane to Vancouver, 2017 - data-src: /assets/fkp/IMG_20170116_212756.jpg alt: Enjoying some sushi, 2017 - data-src: /assets/fkp/IMG_201803.jpg alt: Las Vegas, 2018 settings: height: 400 initialHeight: maxHeight: interval: transitionDuration: effect: "'fade'" disableNav: keyboardNav: previousNavSelector: nextNavSelector:
Remove the menuItems mapping for routes
Koala\ContentBundle\Entity\MenuItem: type: entity table: menuItems repositoryClass: Gedmo\Tree\Entity\Repository\NestedTreeRepository gedmo: tree: type: nested id: id: type: integer generator: { strategy: AUTO } fields: lft: type: integer gedmo: [treeLeft] lvl: type: integer gedmo: [treeLevel] rgt: type: integer gedmo: [treeRight] root: type: integer nullable: true gedmo: [treeRoot] label: type: string length: 100 uri: type: string length: 100 nullable: TRUE oneToMany: children: targetEntity: Koala\ContentBundle\Entity\MenuItem mappedBy: parent orderBy: {lft: ASC} cascade: [persist, remove] manyToOne: route: targetEntity: Koala\ContentBundle\Entity\Route inversedBy: menuItems cascade: [persist] page: targetEntity: Koala\ContentBundle\Entity\Page inversedBy: menuItems cascade: [persist] parent: targetEntity: Koala\ContentBundle\Entity\MenuItem inversedBy: children joinColumn: name: parent_id referencedColumnName: id onDelete: SET NULL gedmo: - treeParent
Koala\ContentBundle\Entity\MenuItem: type: entity table: menuItems repositoryClass: Gedmo\Tree\Entity\Repository\NestedTreeRepository gedmo: tree: type: nested id: id: type: integer generator: { strategy: AUTO } fields: lft: type: integer gedmo: [treeLeft] lvl: type: integer gedmo: [treeLevel] rgt: type: integer gedmo: [treeRight] root: type: integer nullable: true gedmo: [treeRoot] label: type: string length: 100 uri: type: string length: 100 nullable: TRUE oneToMany: children: targetEntity: Koala\ContentBundle\Entity\MenuItem mappedBy: parent orderBy: {lft: ASC} cascade: [persist, remove] manyToOne: route: targetEntity: Koala\ContentBundle\Entity\Route cascade: [persist] page: targetEntity: Koala\ContentBundle\Entity\Page inversedBy: menuItems cascade: [persist] parent: targetEntity: Koala\ContentBundle\Entity\MenuItem inversedBy: children joinColumn: name: parent_id referencedColumnName: id onDelete: SET NULL gedmo: - treeParent
Add ML models specification to ATM query pack definition
name: codeql/javascript-experimental-atm-queries language: javascript version: 0.0.0 suites: codeql-suites defaultSuiteFile: codeql-suites/javascript-atm-code-scanning.qls dependencies: codeql/javascript-experimental-atm-lib: "*"
name: codeql/javascript-experimental-atm-queries language: javascript version: 0.0.0 suites: codeql-suites defaultSuiteFile: codeql-suites/javascript-atm-code-scanning.qls dependencies: codeql/javascript-experimental-atm-lib: "*" mlModels: - "resources/*.codeqlmodel"
Update from Hackage at 2015-08-30T15:38:21+0000
homepage: '' changelog-type: '' hash: b0dcd6dae60b506057721d2732aebbece6ce380b5d7df4b2ba64592e6e3a88a8 test-bench-deps: {} maintainer: Thomas.DuBuisson@gmail.com synopsis: Convenience functions to obtain array representations of images. changelog: '' basic-deps: JuicyPixels: ! '>=3.1' bytestring: ! '>=0.9' base: ! '>=4.0 && <4.8' repa: ! '>=3.2' vector: ! '>=0.9' all-versions: - '0.1' - '0.2' - '0.3' - '0.3.1' - '0.4' - '0.5' - '0.5.1' - '0.6' - '0.6.1' - '0.6.2' - '0.7' author: Thomas M. DuBuisson latest: '0.7' description-type: haddock description: ! 'This wraps the Juicy.Pixels library to convert into ''Repa'' and ''Data.Vector.Storable'' formats.' license-name: BSD3
homepage: '' changelog-type: '' hash: b2b45d8f168efc939f5c24246c947ddba3bb19346a5690649b1ddafa394cf44e test-bench-deps: {} maintainer: Thomas.DuBuisson@gmail.com synopsis: Convenience functions to obtain array representations of images. changelog: '' basic-deps: JuicyPixels: ! '>=3.1' bytestring: ! '>=0.9' base: ! '>=4.0 && <5' repa: ! '>=3.2' vector: ! '>=0.9' all-versions: - '0.1' - '0.2' - '0.3' - '0.3.1' - '0.4' - '0.5' - '0.5.1' - '0.6' - '0.6.1' - '0.6.2' - '0.7' - '0.7.0.1' author: Thomas M. DuBuisson latest: '0.7.0.1' description-type: haddock description: ! 'This wraps the Juicy.Pixels library to convert into ''Repa'' and ''Data.Vector.Storable'' formats.' license-name: BSD3
Allow failure on security scan job
image: node:current-alpine stages: - test - publish code quality: stage: test script: - npm ci - npm run lint npm outdated: stage: test script: - npm ci - npm outdated allow_failure: true security scan: stage: test script: - npm audit --production allow_failure: true test on nodejs lts: stage: test image: node:lts-alpine script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' test & coverage: stage: test script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' artifacts: paths: - coverage/ coverage report: stage: publish dependencies: - test & coverage script: - mv coverage/lcov-report/ public/ artifacts: paths: - public only: - master environment: name: coverage report url: https://vuedoc.gitlab.io/parser package: stage: publish script: - npm pack artifacts: paths: - ./*.tgz publish: stage: publish only: - tags - triggers script: - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc - npm publish environment: name: npm url: https://www.npmjs.com/package/@vuedoc/parser
image: node:current-alpine stages: - test - publish code quality: stage: test script: - npm ci - npm run lint npm outdated: stage: test script: - npm ci - npm outdated allow_failure: true security scan: stage: test script: - npm audit --production test on nodejs lts: stage: test image: node:lts-alpine script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' test & coverage: stage: test script: - npm it coverage: '/All files[^|]*\|[^|]*\s+([\d\.]+)/' artifacts: paths: - coverage/ coverage report: stage: publish dependencies: - test & coverage script: - mv coverage/lcov-report/ public/ artifacts: paths: - public only: - master environment: name: coverage report url: https://vuedoc.gitlab.io/parser package: stage: publish script: - npm pack artifacts: paths: - ./*.tgz publish: stage: publish only: - tags - triggers script: - echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc - npm publish environment: name: npm url: https://www.npmjs.com/package/@vuedoc/parser
Update from Hackage at 2019-09-21T19:28:43Z
homepage: '' changelog-type: markdown hash: a5a25a5d4436fa3f5ef6da47e205d0519952c323d21bf0834d146a277e03c2d6 test-bench-deps: {} maintainer: reximkut@gmail.com synopsis: Turning images into text using Braille font changelog: | # Revision history for louis ## 0.1.0.0 -- 2019-09-22 * First version. * You can braillize files, ByteStrings-s, and DynamicImage-s of JuicyPixels. basic-deps: JuicyPixels: ! '>=3.3 && <3.4' bytestring: ! '>=0.9 && <0.11' base: ! '>=4.8 && <6' text: ! '>=1.2 && <1.3' vector: ! '>=0.10 && <0.13' all-versions: - 0.1.0.0 author: rexim latest: 0.1.0.0 description-type: haddock description: '' license-name: MIT
homepage: '' changelog-type: markdown hash: 187cab43a7e9b54a8189a5db458fc035d4aed4840d04fdb5c328ce2f6c626cc5 test-bench-deps: {} maintainer: tsodingbiz@gmail.com synopsis: Turning images into text using Braille font changelog: | # Revision history for louis ## 0.1.0.0 -- 2019-09-22 * First version. * You can braillize files, ByteStrings-s, and DynamicImage-s of JuicyPixels. basic-deps: JuicyPixels: ! '>=3.3 && <3.4' bytestring: ! '>=0.9 && <0.11' base: ! '>=4.8 && <6' text: ! '>=1.2 && <1.3' vector: ! '>=0.10 && <0.13' all-versions: - 0.1.0.0 - 0.1.0.1 author: Alexey Kutepov latest: 0.1.0.1 description-type: haddock description: Turning images into text using Braille font license-name: MIT
Update MoasdaWiki App to 2.4.2.0 (20)
Categories: - Writing License: GPL-3.0-or-later WebSite: https://moasdawiki.net/ SourceCode: https://gitlab.com/moasdawiki/moasdawiki-app Changelog: https://gitlab.com/moasdawiki/moasdawiki-app/blob/HEAD/CHANGELOG.md AutoName: MoasdaWiki App RepoType: git Repo: https://gitlab.com/moasdawiki/moasdawiki-app.git Builds: - versionName: 2.2.1.0 versionCode: 16 commit: 2.2.1.0 subdir: app gradle: - yes - versionName: 2.2.1.1 versionCode: 17 commit: 2.2.1.1 subdir: app gradle: - yes - versionName: 2.3.1.0 versionCode: 18 commit: 2.3.1.0 subdir: app gradle: - yes - versionName: 2.3.3.0 versionCode: 19 commit: 2.3.3.0 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 2.3.3.0 CurrentVersionCode: 19
Categories: - Writing License: GPL-3.0-or-later WebSite: https://moasdawiki.net/ SourceCode: https://gitlab.com/moasdawiki/moasdawiki-app Changelog: https://gitlab.com/moasdawiki/moasdawiki-app/blob/HEAD/CHANGELOG.md AutoName: MoasdaWiki App RepoType: git Repo: https://gitlab.com/moasdawiki/moasdawiki-app.git Builds: - versionName: 2.2.1.0 versionCode: 16 commit: 2.2.1.0 subdir: app gradle: - yes - versionName: 2.2.1.1 versionCode: 17 commit: 2.2.1.1 subdir: app gradle: - yes - versionName: 2.3.1.0 versionCode: 18 commit: 2.3.1.0 subdir: app gradle: - yes - versionName: 2.3.3.0 versionCode: 19 commit: 2.3.3.0 subdir: app gradle: - yes - versionName: 2.4.2.0 versionCode: 20 commit: 2.4.2.0 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 2.4.2.0 CurrentVersionCode: 20
Bump ridedott/merge-me-action from 2.9.49 to 2.9.50
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge-me: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - name: Auto-Merge if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ridedott/merge-me-action@v2.9.49 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE
# See https://github.com/ridedott/merge-me-action/ # This workflow automates merges from patches sent by Dependabot, and # only by dependabot, once the other CI workflows pass name: Auto-merge Dependabot PRs on: workflow_run: types: - completed workflows: - "Continuous Integration" jobs: merge-me: name: Auto-merge Dependabot PRs runs-on: ubuntu-latest steps: - name: Auto-Merge if: ${{ github.event.workflow_run.conclusion == 'success' }} uses: ridedott/merge-me-action@v2.9.50 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} MERGE_METHOD: MERGE
Add a quick hack to make /opt/ruby.
version: 2 jobs: build: docker: - image: circleci/ruby:2.4.1-node steps: - checkout - run: bundle config github.https true - run: bundle install --binstubs - run: bin/omnibus build ruby
version: 2 jobs: build: docker: - image: circleci/ruby:2.4.1-node steps: - checkout - run: bundle config github.https true - run: bundle install --binstubs # quick hack - run: mkdir -p /opt/ruby - run: bin/omnibus build ruby
Update commit ref for openldap_server role
# vim:ft=ansible: - src: https://github.com/alphagov/openldap_server.git version: b6e32f3c049f9607dcbbbc743e92baf7e8a6a7d5 name: bennojoy.openldap_server - src: https://github.com/jnv/ansible-role-ldap-auth-client.git version: a5b17a5c3851207fe90fb496da4e4653d857a770 name: jnv.ldap-auth-client
# vim:ft=ansible: - src: https://github.com/alphagov/openldap_server.git version: 9cbbb9957e99f9930028962dff451115ed195612 name: bennojoy.openldap_server - src: https://github.com/jnv/ansible-role-ldap-auth-client.git version: a5b17a5c3851207fe90fb496da4e4653d857a770 name: jnv.ldap-auth-client
Update ishMininum and ishHideControl values
v: 2.6.0 overrideConfig: q ie: - DS_Store - less - scss id: - scss - .svn - .sass-cache cleanPublic: 'true' patternStates: - inprogress - inreview - complete styleGuideExcludes: '' cacheBusterOn: 'true' exportDir: export publicDir: public sourceDir: source defaultPattern: all defaultShowPatternInfo: false lineageMatch: '{%([ ]+)?include( |\()[&quot;\&#039;]([A-Za-z0-9-_]+)[&quot;\&#039;](\))?(.*)%}' lineageMatchKey: 3 patternExtension: twig twigDebug: false twigAutoescape: html twigDefaultDateFormat: '' twigDefaultIntervalFormat: '' twigMacroExt: macro.twig twigFilterExt: filter.php twigFunctionExt: function.php twigTagExt: tag.php twigTestExt: test.php ishMinimum: '240' ishMaximum: '2600' ishControlsHide: - hay styleguideKit: pattern-lab/styleguidekit-twig-default styleguideKitPath: vendor/pattern-lab/styleguidekit-twig-default
v: 2.6.0 overrideConfig: q ie: - DS_Store - less - scss id: - scss - .svn - .sass-cache cleanPublic: 'true' patternStates: - inprogress - inreview - complete styleGuideExcludes: '' cacheBusterOn: 'true' exportDir: export publicDir: public sourceDir: source defaultPattern: all defaultShowPatternInfo: false lineageMatch: '{%([ ]+)?include( |\()[&quot;\&#039;]([A-Za-z0-9-_]+)[&quot;\&#039;](\))?(.*)%}' lineageMatchKey: 3 patternExtension: twig twigDebug: false twigAutoescape: html twigDefaultDateFormat: '' twigDefaultIntervalFormat: '' twigMacroExt: macro.twig twigFilterExt: filter.php twigFunctionExt: function.php twigTagExt: tag.php twigTestExt: test.php ishMinimum: '320' ishMaximum: '2600' ishControlsHide: - hay - random - disco styleguideKit: pattern-lab/styleguidekit-twig-default styleguideKitPath: vendor/pattern-lab/styleguidekit-twig-default plugins: reload: enabled: true
Fix indentation in Github Actions config
name: build on: pull_request: push: schedule: - cron: '0 0 1 * *' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: [3.5, 3.6, 3.7, 3.8] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pip install codecov '.[test]' - name: Run tests run: | python setup.py coverage -q coverage xml - name: Upload coverage uses: codecov/codecov-action@v1 lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install dependencies run: | pip install '.[test]' - name: Run lint run: | python setup.py lint
name: build on: pull_request: push: schedule: - cron: '0 0 1 * *' jobs: build: runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] python-version: [3.5, 3.6, 3.7, 3.8] fail-fast: false steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | pip install codecov '.[test]' - name: Run tests run: | python setup.py coverage -q coverage xml - name: Upload coverage uses: codecov/codecov-action@v1 lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Python 3.8 uses: actions/setup-python@v1 with: python-version: 3.8 - name: Install dependencies run: | pip install '.[test]' - name: Run lint run: | python setup.py lint
Add mpich2 to list of required magpar packages, since the examples use mpirun.
- name: Install gfortran package required by Magpar apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time=86400 with_items: - patch - gfortran - g++ - liblapack-dev sudo: yes
- name: Install gfortran package required by Magpar apt: pkg={{ item }} state=latest update_cache=yes cache_valid_time=86400 with_items: - patch - gfortran - g++ - liblapack-dev - mpich2 sudo: yes
Fix typo in the file
--- upgrade: - All tests for the Trove project have been removed from tempest. They now live as a tempest plugin in the the trove project.
--- upgrade: - All tests for the Trove project have been removed from tempest. They now live as a tempest plugin in the trove project.
Add dev symlink for use by Cockpit plugin
- name: Install Required System Packages yum: name: '{{ item }}' state: present with_items: - cockpit - xorg-x11-server-Xvfb - firefox
- name: Install Required System Packages yum: name: '{{ item }}' state: present with_items: - cockpit - xorg-x11-server-Xvfb - firefox # Temporary symlink until we actually build and install the LeApp RPMs in CI - name: Symlink LeApp development CLI - file: src: {{ playbook_dir | dirname | dirname }} dest: /opt/leapp/ owner: root group: root state: link mode: 0755
Use pytest --pyargs to test installed package.
# CI on Windows via appveyor # This file is based on xarray, which is in turn based on # Olivier Grisel's python-appveyor-demo branches: except: - fix-docs environment: matrix: - PYTHON: "C:\\Python36-conda64" PYTHON_VERSION: "3.6" PYTHON_ARCH: "64" CONDA_ENV: "py36-windows" - PYTHON: "C:\\Python37-conda64" PYTHON_VERSION: "3.7" PYTHON_ARCH: "64" CONDA_ENV: "py37-windows" install: # Install miniconda Python - "powershell ./ci/install_python.ps1" # Prepend newly installed Python to the PATH of this build (this cannot be # done from inside the powershell script as it would require to restart # the parent CMD process). - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" # install xarray and dependencies - "conda env create --file ./ci/requirements-%CONDA_ENV%.yml" - "activate test_env" - "conda list" - "python -m pip install . --no-deps -vv" build: false test_script: - "pytest climlab --verbose"
# CI on Windows via appveyor # This file is based on xarray, which is in turn based on # Olivier Grisel's python-appveyor-demo branches: except: - fix-docs environment: matrix: - PYTHON: "C:\\Python36-conda64" PYTHON_VERSION: "3.6" PYTHON_ARCH: "64" CONDA_ENV: "py36-windows" - PYTHON: "C:\\Python37-conda64" PYTHON_VERSION: "3.7" PYTHON_ARCH: "64" CONDA_ENV: "py37-windows" install: # Install miniconda Python - "powershell ./ci/install_python.ps1" # Prepend newly installed Python to the PATH of this build (this cannot be # done from inside the powershell script as it would require to restart # the parent CMD process). - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" # install xarray and dependencies - "conda env create --file ./ci/requirements-%CONDA_ENV%.yml" - "activate test_env" - "conda list" - "python -m pip install . --no-deps -vv" build: false test_script: - "pytest --pyargs climlab.tests --verbose"
Test if environment variables work in Cabal paths.
name: blockcat version: 0.0.1 category: Language stability: alpha maintainer: Shao Cheng <astrohavoc@gmail.com> copyright: (c) 2017 Shao Cheng license: BSD3 github: TerrorJack/blockcat extra-source-files: - README.md - CHANGELOG.md extra-libraries: - binaryen when: - condition: os(windows) then: include-dirs: - C:\\msys64\\usr\\local\\include extra-lib-dirs: - C:\\msys64\\usr\\local\\lib else: include-dirs: - ~/.local/include extra-lib-dirs: - ~/.local/lib ghc-options: -Wall dependencies: - base >= 4.9 && < 4.10 library: source-dirs: src
name: blockcat version: 0.0.1 category: Language stability: alpha maintainer: Shao Cheng <astrohavoc@gmail.com> copyright: (c) 2017 Shao Cheng license: BSD3 github: TerrorJack/blockcat extra-source-files: - README.md - CHANGELOG.md extra-libraries: - binaryen when: - condition: os(windows) then: include-dirs: - C:\\msys64\\usr\\local\\include extra-lib-dirs: - C:\\msys64\\usr\\local\\lib else: include-dirs: - $HOME/.local/include extra-lib-dirs: - $HOME/.local/lib ghc-options: -Wall dependencies: - base >= 4.9 && < 4.10 library: source-dirs: src
Update ProximitySensorFix to 1.0.5 (27)
Categories: - System - Phone & SMS License: GPL-3.0-or-later AuthorName: Marco Lettieri AuthorEmail: m.lettieri@microbees.com AuthorWebSite: https://www.microbees.com/ SourceCode: https://github.com/marcolettieri/proximitycallfix IssueTracker: https://github.com/marcolettieri/proximitycallfix/issues AutoName: ProximitySensorFix RepoType: git Repo: https://github.com/marcolettieri/proximitycallfix Builds: - versionName: 1.0.4 versionCode: 26 commit: 1.0.4 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.0.4 CurrentVersionCode: 26
Categories: - System - Phone & SMS License: GPL-3.0-or-later AuthorName: Marco Lettieri AuthorEmail: m.lettieri@microbees.com AuthorWebSite: https://www.microbees.com/ SourceCode: https://github.com/marcolettieri/proximitycallfix IssueTracker: https://github.com/marcolettieri/proximitycallfix/issues AutoName: ProximitySensorFix RepoType: git Repo: https://github.com/marcolettieri/proximitycallfix Builds: - versionName: 1.0.4 versionCode: 26 commit: 1.0.4 subdir: app gradle: - yes - versionName: 1.0.5 versionCode: 27 commit: 1.0.5 subdir: app gradle: - yes AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.0.5 CurrentVersionCode: 27
Fix ceph version return code issue
--- - name: activate monitor with upstart file: > path=/var/lib/ceph/mon/ceph-{{ ansible_hostname }}/{{ item }} state=touch owner=root group=root mode=0600 with_items: - done - upstart when: ansible_distribution == "Ubuntu" changed_when: false - name: start and add that the monitor service to the init sequence (Ubuntu) service: > name=ceph-mon state=started enabled=yes args="id={{ ansible_hostname }}" when: ansible_distribution == "Ubuntu" # NOTE (leseb): somehow the service ansible module is messing things up # as a safety measure we run the raw command - name: start and add that the monitor service to the init sequence command: service ceph start mon changed_when: false when: ansible_distribution != "Ubuntu" - name: collect admin and bootstrap keys command: ceph-create-keys --id {{ ansible_hostname }} changed_when: false failed_when: false when: ansible_os_family == 'RedHat' - name: get Ceph monitor version shell: ceph daemon mon."{{ ansible_hostname }}" version | cut -d '"' -f 4 | cut -f 1,2 -d '.' changed_when: false register: ceph_version
--- - name: activate monitor with upstart file: > path=/var/lib/ceph/mon/ceph-{{ ansible_hostname }}/{{ item }} state=touch owner=root group=root mode=0600 with_items: - done - upstart when: ansible_distribution == "Ubuntu" changed_when: false - name: start and add that the monitor service to the init sequence (Ubuntu) service: > name=ceph-mon state=started enabled=yes args="id={{ ansible_hostname }}" when: ansible_distribution == "Ubuntu" # NOTE (leseb): somehow the service ansible module is messing things up # as a safety measure we run the raw command - name: start and add that the monitor service to the init sequence command: service ceph start mon changed_when: false when: ansible_distribution != "Ubuntu" - name: collect admin and bootstrap keys command: ceph-create-keys --id {{ ansible_hostname }} changed_when: false failed_when: false when: ansible_os_family == 'RedHat' - name: get Ceph monitor version shell: ceph daemon mon."{{ ansible_hostname }}" version | cut -d '"' -f 4 | cut -f 1,2 -d '.' changed_when: false failed_when: "'No such file or directory' in ceph_version.stderr" register: ceph_version
Add some RedHat based distros
--- galaxy_info: author: kosssi description: Install and Update Composer PHP Dependency Manager license: license MIT min_ansible_version: 1.5 platforms: - name: Ubuntu versions: - all - name: Debian versions: - all categories: - packaging - web - php - composer
--- galaxy_info: author: kosssi description: Install and Update Composer PHP Dependency Manager license: license MIT min_ansible_version: 1.5 platforms: - name: Ubuntu versions: - all - name: Debian versions: - all - name: Fedora versions: - all - name: CentOS versions: - all - name: Redhat versions: - all categories: - packaging - web - php - composer
Add missing properties for session type endpoint
Sessiontype: type: object properties: id: description: Id type: integer readOnly: true title: description: Title type: string assessmentOption: description: Assessmentoption type: string school: description: School type: string aamcMethods: description: Aamcmethods type: array items: type: string
Sessiontype: type: object properties: id: description: Id type: integer readOnly: true title: description: Title type: string calendarColor: description: Hex color code for use in displaying this on a calendar type: string active: description: Is this acive? type: boolean assessment: description: Is this an assessment? type: boolean assessmentOption: description: Assessmentoption type: string school: description: School type: string aamcMethods: description: Aamcmethods type: array items: type: string sessions: description: Sessions type: array items: type: string
Update from Forestry.io - Updated Forestry configuration
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: data/authors.yml label: Authors read_only: true upload_dir: '' public_path: '' front_matter_path: '' use_front_matter_path: file_template: ":filename:" version: '0.48'
--- new_page_extension: md auto_deploy: false admin_path: webhook_url: '' sections: - type: directory path: content/post label: Articles create: all match: "**/*" templates: - post - type: document path: data/authors.yml label: Authors read_only: false upload_dir: '' public_path: '' front_matter_path: '' use_front_matter_path: file_template: ":filename:" version: '0.48'
Add link to pdf to site footer,
title: Foliant slug: foliant-docs chapters: - index.md - installation.md - Backends: - MkDocs: backends/mkdocs.md - backends/pandoc.md - Preprocessors: - preprocessors/blockdiag.md - preprocessors/flags.md - preprocessors/flatten.md - preprocessors/includes.md - CLI Extensions: - cli/init.md preprocessors: - includes backend_config: pandoc: params: pdf_engine: xelatex markdown_extensions: - backtick_code_blocks - definition_lists mkdocs: mkdocs.yml: repo_name: foliant-docs/foliant repo_url: https://github.com/foliant-docs/foliant theme: name: material palette: primary: cyan accent: light blue font: text: PT Sans code: PT Mono logo: octopus.svg favicon: octopus.ico extra: social: - type: github link: https://github.com/foliant-docs/foliant markdown_extensions: - def_list - codehilite
title: Foliant slug: foliant-docs chapters: - index.md - installation.md - Backends: - MkDocs: backends/mkdocs.md - backends/pandoc.md - Preprocessors: - preprocessors/blockdiag.md - preprocessors/flags.md - preprocessors/flatten.md - preprocessors/includes.md - CLI Extensions: - cli/init.md preprocessors: - includes backend_config: pandoc: params: pdf_engine: xelatex markdown_extensions: - backtick_code_blocks - definition_lists mkdocs: mkdocs.yml: repo_name: foliant-docs/foliant repo_url: https://github.com/foliant-docs/foliant theme: name: material palette: primary: cyan accent: light blue font: text: PT Sans code: PT Mono logo: octopus.svg favicon: octopus.ico extra: social: - type: github link: https://github.com/foliant-docs/foliant - type: file-pdf-o link: foliant-docs.pdf markdown_extensions: - def_list - codehilite
Update build to node 8
sudo: false language: node_js node_js: - '6.11' script: - npm rebuild node-sass - NODE_ENV=production yarn build:dist -- --type=prod after_success: - 'curl -L https://github.com/netlify/netlifyctl/releases/download/v0.1.0/netlifyctl-linux-amd64-v0.1.0.tar.gz | tar zx' - '[ $TRAVIS_BRANCH == master ] && ./netlifyctl -y -A $NETLIFY_TOKEN -C netlify.prod.toml deploy' - '[ $TRAVIS_BRANCH == release ] && ./netlifyctl -y -A $NETLIFY_TOKEN -C netlify.release.toml deploy' branches: only: - master - release notifications: slack: secure: nROAluwgT8ytE/2dlg2wKFDp/bA3AGd2SHOAN4mKwefAAyudofWhlx85qNLcLUAjfvIVYdPBRXx6BwlF0l5pAl7WCJKEFMAfhFZeXwEVd3DTXK9SvEwMym9qEiZXI6vyZY3IHb7MFy2p6uXpFE9Ub1Vdq8AEV7OPW8UZ742PYEA=
sudo: false language: node_js node_js: - 8 script: - npm rebuild node-sass - NODE_ENV=production yarn build:dist -- --type=prod after_success: - 'curl -L https://github.com/netlify/netlifyctl/releases/download/v0.1.0/netlifyctl-linux-amd64-v0.1.0.tar.gz | tar zx' - '[ $TRAVIS_BRANCH == master ] && ./netlifyctl -y -A $NETLIFY_TOKEN -C netlify.prod.toml deploy' - '[ $TRAVIS_BRANCH == release ] && ./netlifyctl -y -A $NETLIFY_TOKEN -C netlify.release.toml deploy' branches: only: - master - release notifications: slack: secure: nROAluwgT8ytE/2dlg2wKFDp/bA3AGd2SHOAN4mKwefAAyudofWhlx85qNLcLUAjfvIVYdPBRXx6BwlF0l5pAl7WCJKEFMAfhFZeXwEVd3DTXK9SvEwMym9qEiZXI6vyZY3IHb7MFy2p6uXpFE9Ub1Vdq8AEV7OPW8UZ742PYEA=
Update ruby version matrix in Travis config
language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1
language: ruby rvm: - 2.2 - 2.1 - 2.0 - 1.9.3
Remove php nightly build from CI target versions
language: php php: - '5.3' - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - hhvm - nightly script: phpunit test
language: php php: - '5.3' - '5.4' - '5.5' - '5.6' - '7.0' - '7.1' - hhvm script: phpunit test
Move to appraisal install to before_script then?
language: ruby rvm: - 2.0.0 - 2.1.7 - 2.2.3 gemfile: - gemfiles/rails4.0.gemfile - gemfiles/rails4.1.gemfile - gemfiles/rails4.2.gemfile install: - bundle install - bundle exec appraisal install script: - bundle exec appraisal rake ci
language: ruby rvm: - 2.0.0 - 2.1.7 - 2.2.3 gemfile: - gemfiles/rails4.0.gemfile - gemfiles/rails4.1.gemfile - gemfiles/rails4.2.gemfile before_script: - bundle exec appraisal install script: - bundle exec appraisal rake ci
Stop trying to run Travis with Go 1.4.
# Cf. http://docs.travis-ci.com/user/getting-started/ # Cf. http://docs.travis-ci.com/user/languages/go/ language: go go: - 1.4.2 - tip
# Cf. http://docs.travis-ci.com/user/getting-started/ # Cf. http://docs.travis-ci.com/user/languages/go/ language: go go: - tip
Test on LTS release of node
sudo: false language: node_js node_js: - "0.10" - "0.12" - node - iojs-1 - iojs-2 - iojs script: npm run travis env: - NO_WATCH_TESTS=1 before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2' before_script: - npm link - npm link webpack after_success: - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js - rm -rf ./coverage
sudo: false language: node_js node_js: - "0.10" - "0.12" - 4 - node script: npm run travis env: - NO_WATCH_TESTS=1 before_install: - '[ "${TRAVIS_NODE_VERSION}" != "0.10" ] || npm install -g npm@^2' before_script: - npm link - npm link webpack after_success: - cat ./coverage/lcov.info | node_modules/.bin/coveralls --verbose - cat ./coverage/coverage.json | node_modules/codecov.io/bin/codecov.io.js - rm -rf ./coverage
Add settings for Django test on Travis :bicyclist:
language: python python: - "2.7" env: - DJANGO_VERSION=1.6.2 install: - pip install -q -r requirements/test.txt script: - sh -c 'cd django_slack && python manage.py test'
language: python python: - "2.7" env: - DJANGO_VERSION=1.6.2 install: - pip install -q -r requirements/test.txt script: - sh -c 'cd django_slack && python manage.py test --settings=django_slack.settings.test'
Tag with a specific version before pushing to dockerhub.
install: true services: - docker script: - docker build --tag=exegete46/jekyll -f Dockerfile . - docker build --tag=exegete46/jekyll:onbuild -f Dockerfile-onbuild . - docker build -t exegete46/jekyll-base . - if [ "$TRAVIS_BRANCH" == "master" ]; then docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker push exegete46/jekyll; docker push exegete46/jekyll:onbuild; fi
install: true services: - docker script: - export JEKYLL_VERSION=$(docker run --rm exegete46/jekyll jekyll -v | cut -d' ' -f2) - docker build --tag=exegete46/jekyll:$JEKYLL_VERSION -f Dockerfile . - docker push exegete46/jekyll:$JEKYLL_VERSION; - if [ "$TRAVIS_BRANCH" == "master" ]; then docker build exegete46/jekyll:latest; docker build --tag=exegete46/jekyll:onbuild -f Dockerfile-onbuild .; docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"; docker push exegete46/jekyll:latest; docker push exegete46/jekyll:onbuild; fi
Build against new ruby version
language: ruby rvm: - 1.9.2 - 1.9.3 - jruby-19mode - rbx-19mode
language: ruby rvm: - 2.2 - 2.3 - 2.4.1
Remove Python 2.6 from Travis too
language: python python: - "2.6" - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" addons: postgresql: "9.3" before_install: - CONFIG_FILE=$(sudo -u postgres psql postgres -c "SHOW config_file;" -q -t | head -1) - 'CONFIG_FILE="${CONFIG_FILE:1}"' - echo "max_prepared_transactions = 10" | sudo tee -a "$CONFIG_FILE" - sudo cat "$CONFIG_FILE" - sudo service postgresql restart 9.3 install: - python setup.py sdist --formats=zip - pip install dist/*.zip - pip install coveralls before_script: - psql template1 -c 'CREATE EXTENSION "uuid-ossp";' -U postgres - psql -c 'CREATE DATABASE test_yithlibrary;' -U postgres script: - coverage run --source=yithlibraryserver setup.py test after_success: - coveralls services: - postgresql
language: python python: - "2.7" - "3.3" - "3.4" - "3.5" - "pypy" addons: postgresql: "9.3" before_install: - CONFIG_FILE=$(sudo -u postgres psql postgres -c "SHOW config_file;" -q -t | head -1) - 'CONFIG_FILE="${CONFIG_FILE:1}"' - echo "max_prepared_transactions = 10" | sudo tee -a "$CONFIG_FILE" - sudo cat "$CONFIG_FILE" - sudo service postgresql restart 9.3 install: - python setup.py sdist --formats=zip - pip install dist/*.zip - pip install coveralls before_script: - psql template1 -c 'CREATE EXTENSION "uuid-ossp";' -U postgres - psql -c 'CREATE DATABASE test_yithlibrary;' -U postgres script: - coverage run --source=yithlibraryserver setup.py test after_success: - coveralls services: - postgresql
Remove pypy testing for now
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "pypy" - "pypy3" notifications: email: on_success: never install: - pip install -r test-requirements.txt - python setup.py install script: "python -m pytest"
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" # - "pypy" # - "pypy3" install: - pip install -r test-requirements.txt - python setup.py install script: "python -m pytest"
Set build script permissions for Travis build
language: csharp dist: trusty sudo: required mono: none dotnet: 1.0.0-preview2-003131 script: - ./build.travis.sh --quiet verify
language: csharp dist: trusty sudo: required mono: none dotnet: 1.0.0-preview2-003131 before_script: - chmod a+x ./build.travis.sh.sh script: - ./build.travis.sh --quiet verify
Use trusty image to build plugin
language: java jdk: - oraclejdk8 sudo: false script: ./gradlew build
language: java jdk: - oraclejdk8 dist: trusty sudo: false script: ./gradlew build
Fix spacing, use bundler: exec needs a command to run for pod linting
language: objective-c osx_image: xcode8 env: global: - SCAN_SKIP_BUILD=1 matrix: # Define the details for each test that should be run - SCAN_WORKSPACE="SampleProject/SampleProject.xcworkspace" SCAN_SCHEME="VOKCoreDataManager" SCAN_SDK="iphonesimulator" - SCAN_WORKSPACE="SampleProject/SampleProject.xcworkspace" SCAN_SCHEME="VOKCoreDataManager-tvOS" SCAN_SDK="appletvsimulator" - SCAN_WORKSPACE="SampleProject/SampleProject.xcworkspace" SCAN_SCHEME="VOKCoreDataManager-OSX" SCAN_SDK="macosx" - SCAN_WORKSPACE="SwiftSampleProject/SwiftSampleProject.xcworkspace" SCAN_SCHEME="SwiftyVokoder" SCAN_SDK="macosx" - SCAN_WORKSPACE="Paging Data Source Example/Paging Data Source Example.xcworkspace" SCAN_SCHEME="Paging Data Source Example" SCAN_SDK="iphonesimulator" script: bundle exec scan after_script: - pod lib lint git: depth: 10000 # For the auto-incrementing build number script to work, we need to clone with a basically-infinite depth. cache: - bundler # After main-repo builds, save the "bundler" (local Ruby gems) stuff to cache for future builds.
language: objective-c osx_image: xcode8 env: global: - SCAN_SKIP_BUILD=1 matrix: # Define the details for each test suite that should be run - SCAN_WORKSPACE="SampleProject/SampleProject.xcworkspace" SCAN_SCHEME="VOKCoreDataManager" SCAN_SDK="iphonesimulator" - SCAN_WORKSPACE="SampleProject/SampleProject.xcworkspace" SCAN_SCHEME="VOKCoreDataManager-tvOS" SCAN_SDK="appletvsimulator" - SCAN_WORKSPACE="SampleProject/SampleProject.xcworkspace" SCAN_SCHEME="VOKCoreDataManager-OSX" SCAN_SDK="macosx" - SCAN_WORKSPACE="SwiftSampleProject/SwiftSampleProject.xcworkspace" SCAN_SCHEME="SwiftyVokoder" SCAN_SDK="macosx" - SCAN_WORKSPACE="Paging Data Source Example/Paging Data Source Example.xcworkspace" SCAN_SCHEME="Paging Data Source Example" SCAN_SDK="iphonesimulator" script: bundle exec scan after_script: - bundle exec pod lib lint git: depth: 10000 # For the auto-incrementing build number script to work, we need to clone with a basically-infinite depth. cache: - bundler # After main-repo builds, save the "bundler" (local Ruby gems) stuff to cache for future builds.
Add codecov coverage reports to CI
language: julia os: - osx - linux julia: - 1.0 - 1.1 - nightly matrix: allow_failures: - julia: nightly script: - julia --color=yes runtests.jl - ./bin/check_notebooks - ./bin/fetch-configlet - ./bin/configlet lint . - ./bin/configlet tree . --with-difficulty
language: julia os: - osx - linux julia: - 1.0 - 1.1 - nightly matrix: allow_failures: - julia: nightly script: - julia --color=yes --code-coverage --inline=no runtests.jl - ./bin/check_notebooks - ./bin/fetch-configlet - ./bin/configlet lint . - ./bin/configlet tree . --with-difficulty after_success: - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder("exercises"))'
Test web.quantimo.do with API URL app.quantimo.do and release if necessary
language: node_js node_js: - 10 ## Cache NPM folder and Cypress binary ## to avoid downloading Cypress again and again cache: directories: - ~/.npm - ~/.cache install: # use the new "ci" command for fastest installs on CI - npm ci - npm install -g gulp-cli jobs: include: # Too slow to run both suites and we might have broken medimodo.herokuapp.com in a feature branch # By only testing production that should all be passing already, we can be confident that any failures are a # result of changes to these tests instead of application changes # - stage: Test 3rd Party OAuth Client at medimodo.herokuapp.com # script: export RELEASE_STAGE=ionic && npm run test # Test 2nd Party OAuth Client at web.quantimo.do is already done in the release stage # - stage: Test 2nd Party OAuth Client at web.quantimo.do # script: export RELEASE_STAGE=production && npm run test # Define the release stage that runs semantic-release - stage: test and release if necessary node_js: lts/* # Advanced: optionally overwrite your default `script` step to skip the tests # script: skip deploy: provider: script cleanup: false script: npx semantic-release
language: node_js node_js: - 10 ## Cache NPM folder and Cypress binary ## to avoid downloading Cypress again and again cache: directories: - ~/.npm - ~/.cache install: # use the new "ci" command for fastest installs on CI - npm ci - npm install -g gulp-cli jobs: include: # Too slow to run both suites and we might have broken medimodo.herokuapp.com in a feature branch # By only testing production that should all be passing already, we can be confident that any failures are a # result of changes to these tests instead of application changes # - stage: Test 3rd Party OAuth Client at medimodo.herokuapp.com # script: export RELEASE_STAGE=ionic && npm run test # Test 2nd Party OAuth Client at web.quantimo.do is already done in the release stage # - stage: Test 2nd Party OAuth Client at web.quantimo.do # script: export RELEASE_STAGE=production && npm run test # Define the release stage that runs semantic-release - stage: Test web.quantimo.do with API URL app.quantimo.do and release if necessary node_js: lts/* # Advanced: optionally overwrite your default `script` step to skip the tests # script: skip deploy: provider: script cleanup: false script: npx semantic-release
Add nose to install reqs
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies install: # older versions of pip won't work - sudo apt-get install libyaml-dev - pip install -U setuptools pip - pip install -r requirements.txt - pip --version - "VEXT_RELOAD_HACK=1 python setup.py install" - vext -s # command to run tests script: nosetests
language: python python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.5-dev" # 3.5 development branch - "nightly" # currently points to 3.6-dev # command to install dependencies install: # older versions of pip won't work - sudo apt-get install libyaml-dev - pip install nose - pip install -U setuptools pip - pip install -r requirements.txt - pip --version - "VEXT_RELOAD_HACK=1 python setup.py install" - vext -s # command to run tests script: nosetests
Use Postgres 9.3 in Travis
language: ruby rvm: - '2.1.1' before_install: - sudo apt-get install -qq phantomjs before_script: - psql -c 'create database scs_appraisals_test;' -U postgres notifications: email: false
language: ruby addons: postgresql: "9.3" rvm: - '2.1.1' before_install: - sudo apt-get install -qq phantomjs before_script: - psql -c 'create database scs_appraisals_test;' -U postgres notifications: email: false
Use git commands instead of env vars for Travis
language: php php: - 5.5 install: composer install --dev env: global: - GIT_AUTHOR_EMAIL="travis-ci@codeclimate.com" - GIT_AUTHOR_NAME="Travis CI"
language: php php: - 5.5 install: composer install --dev before_script: - ' git config --global user.email "travis-ci@codeclimate.com" - ' git config --global user.name "Travis CI"
Tweak Ruby versions for CI
language: ruby rvm: - 2.2.5 - 2.3.1 - ruby-head
language: ruby rvm: - 2.2.6 - 2.3.3 - 2.4.0 - ruby-head
Remove CI tests on utterly obsolete 0.10 Node.js
language: node_js node_js: - "stable" - "lts/*" - "0.10" sudo: false services: - docker - mongodb # We need to download MongoDB 2.6.10 env: global: - MONGODB_VERSION=2.6.10 before_install: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-$MONGODB_VERSION.tgz - tar xfz mongodb-linux-x86_64-$MONGODB_VERSION.tgz - export PATH=`pwd`/mongodb-linux-x86_64-$MONGODB_VERSION/bin:$PATH - mkdir -p data/db - mongod --dbpath=data/db > /dev/null 2>&1 & - sleep 3 # whitelist branches: only: - master
language: node_js node_js: - "stable" - "lts/*" sudo: false services: - docker - mongodb # We need to download MongoDB 2.6.10 env: global: - MONGODB_VERSION=2.6.10 before_install: - wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-$MONGODB_VERSION.tgz - tar xfz mongodb-linux-x86_64-$MONGODB_VERSION.tgz - export PATH=`pwd`/mongodb-linux-x86_64-$MONGODB_VERSION/bin:$PATH - mkdir -p data/db - mongod --dbpath=data/db > /dev/null 2>&1 & - sleep 3 # whitelist branches: only: - master
Test with latest Node.js 4 on Travis CI.
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4.2' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
sudo: false language: node_js node_js: - '0.10' - '0.12' - '4' - '5.1' branches: only: - master - travis-ci before_install: - npm install - npm install istanbul coveralls
Configure Travis to test Ruby 2.0.0 and 2.1.2
--- language: ruby rvm: - 1.9.3 notifications: email: false
--- language: ruby rvm: - 1.9.3 - 2.0.0 - 2.1.2 notifications: email: false
Use container-based infrastructure for Travis
language: - php php: - 5.3 - 5.4 - 5.5 - 5.6 - nightly - hhvm matrix: allow_failures: - php: nightly - php: hhvm before_script: - export PHPCS_GITHUB_SRC=squizlabs/PHP_CodeSniffer - export PHPCS_DIR=/tmp/phpcs - export PHPCS_BRANCH=master - mkdir -p $PHPCS_DIR && git clone --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git -b $PHPCS_BRANCH $PHPCS_DIR - $PHPCS_DIR/scripts/phpcs --config-set installed_paths $(pwd) script: - find . \( -name '*.php' \) -exec php -lf {} \; - phpunit --filter WordPress /tmp/phpcs/tests/AllTests.php
sudo: false language: - php php: - 5.3 - 5.4 - 5.5 - 5.6 - nightly - hhvm matrix: allow_failures: - php: nightly - php: hhvm before_script: - export PHPCS_GITHUB_SRC=squizlabs/PHP_CodeSniffer - export PHPCS_DIR=/tmp/phpcs - export PHPCS_BRANCH=master - mkdir -p $PHPCS_DIR && git clone --depth 1 https://github.com/squizlabs/PHP_CodeSniffer.git -b $PHPCS_BRANCH $PHPCS_DIR - $PHPCS_DIR/scripts/phpcs --config-set installed_paths $(pwd) script: - find . \( -name '*.php' \) -exec php -lf {} \; - phpunit --filter WordPress /tmp/phpcs/tests/AllTests.php
Fix the compilation in Travis CI
sudo: required dist: trusty language: php php: - '7.0' install: - ./build/install_dependencies_ubuntu14.sh - dotnet restore ./src - dotnet build -f .netcoreapp1.0 ./src/Peachpie.Compiler.Tools - dotnet pack --no-build -c Debug -o ./.nugs --version-suffix beta ./src/Peachpie.Compiler.Tools/project.json - dotnet restore ./Samples - dotnet run -f .netcoreapp1.0 -p ./Samples/ConsoleApplication1 script: - ./src/Tools/runtests_shell/runtests.sh
sudo: required dist: trusty language: php php: - '7.0' install: - ./build/install_dependencies_ubuntu14.sh - dotnet restore ./src - dotnet build -f .netcoreapp1.0 ./src/Peachpie.Compiler.Tools - dotnet pack --no-build -c Debug -o ./.nugs --version-suffix beta ./src/Peachpie.Compiler.Tools/project.json - rm -rf ~/.nuget/packages/Peachpie.Compiler.Tools - dotnet restore ./Samples - dotnet run -f .netcoreapp1.0 -p ./Samples/ConsoleApplication1 script: - ./src/Tools/runtests_shell/runtests.sh
Add new post by carla5
language: ruby rvm: - 2.1 before_script: - chmod +x ./script/cibuild # or do this locally and commit # Assume bundler is being used, therefore # the `install` step will run `bundle install` by default. install: gem install jekyll html-proofer script: jekyll build && htmlproofer ./_site # branch whitelist, only for GitHub Pages branches: only: - master - gh-pages # test the gh-pages branch - /pages-(.*)/ # test every branch which starts with "pages-" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false # route your build to the container-based infrastructure for a faster build
language: ruby rvm: - 2.1 before_script: - chmod +x ./script/cibuild # or do this locally and commit # branch whitelist, only for GitHub Pages branches: only: - master - gh-pages # test the gh-pages branch - /pages-(.*)/ # test every branch which starts with "pages-" env: global: - NOKOGIRI_USE_SYSTEM_LIBRARIES=true # speeds up installation of html-proofer sudo: false # route your build to the container-based infrastructure for a faster build
Test on 7.1 as well
language: php php: - 7.2 - 7.3 before_script: - composer self-update - composer install --prefer-source script: - composer lint - composer test
language: php php: - 7.1 - 7.2 - 7.3 before_script: - composer self-update - composer install --prefer-source script: - composer lint - composer test
Upgrade Node version to latest for Travis
language: node_js node_js: - 6.9 before_script: - npm install -g codeclimate-test-reporter script: - npm run qa after_script: - codeclimate-test-reporter < coverage/*/lcov.info
language: node_js node_js: - 12 before_script: - npm install -g codeclimate-test-reporter script: - npm run qa after_script: - codeclimate-test-reporter < coverage/*/lcov.info
Update Ruby versions on Travis CI
language: ruby rvm: - 2.2 before_script: - mkdir prism - mkdir prism/bin - export PATH=$PATH:$PWD/prism/bin/ - ./test/prism.sh notifications: hipchat: rooms: secure: gYBEwOGBTxHE2nrxsHQqp2UdjRtCX04wVLYEimeT9RG/0LClS4nzJF7DaXLWlAwgLPmk+KV2+nXuLO5oausBr9ODmWhho8G0F90RPR47NupcvT1RM+I2ZbxSjHCUICL22mdnZd8ye/mrk/YtFWYmgmH7ILRK3BuYovXFoKoRnLg= template: - '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository} Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong> <a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on GitHub</a>' format: html notify: false script: - rake
language: ruby rvm: - 2.2.6 - 2.3.4 - 2.4.1 before_script: - mkdir prism - mkdir prism/bin - export PATH=$PATH:$PWD/prism/bin/ - ./test/prism.sh notifications: hipchat: rooms: secure: gYBEwOGBTxHE2nrxsHQqp2UdjRtCX04wVLYEimeT9RG/0LClS4nzJF7DaXLWlAwgLPmk+KV2+nXuLO5oausBr9ODmWhho8G0F90RPR47NupcvT1RM+I2ZbxSjHCUICL22mdnZd8ye/mrk/YtFWYmgmH7ILRK3BuYovXFoKoRnLg= template: - '<a href="https://travis-ci.org/%{repository}/builds/%{build_id}">%{repository} Build %{build_number}</a> on branch <i>%{branch}</i> by %{author}: <strong>%{message}</strong> <a href="https://github.com/sendgrid/%{repository}/commits/%{commit}">View on GitHub</a>' format: html notify: false script: - rake
Update from Hackage at 2016-12-04T09:47:02Z
homepage: '' changelog-type: markdown hash: e9c44fdfdcb5a6fe8a5a86b8a8d152a3cea0369c822b126689f84f36ff05890a test-bench-deps: {} maintainer: nboldi@elte.hu synopsis: Fuseable type-class based generics changelog: ! "# Revision history for classyplate\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n* First version. Released on an unsuspecting world.\r\n" basic-deps: base: ! '>=4.9 && <4.10' type-list: ! '>=0.5 && <0.6' template-haskell: ! '>=2.11 && <2.12' all-versions: - '0.1.0.0' - '0.2.0.0' author: Nemeth Boldizsar latest: '0.2.0.0' description-type: haddock description: '' license-name: BSD3
homepage: '' changelog-type: markdown hash: 7a88aeda17c7ec1f3223482aa26dd76d696eab82a14502f7779d9814aedcc2d9 test-bench-deps: {} maintainer: nboldi@elte.hu synopsis: Fuseable type-class based generics changelog: ! "# Revision history for classyplate\r\n\r\n## 0.1.0.0 -- YYYY-mm-dd\r\n\r\n* First version. Released on an unsuspecting world.\r\n" basic-deps: base: ! '>=4.9 && <4.10' type-list: ! '>=0.5 && <0.6' template-haskell: ! '>=2.11 && <2.12' all-versions: - '0.1.0.0' - '0.2.0.0' - '0.2.1.0' author: Nemeth Boldizsar latest: '0.2.1.0' description-type: haddock description: '' license-name: BSD3
Disable triggering of ITs on CircleCI after build
test: override: - mvn verify deployment: staging: branch: master commands: - curl -X POST https://circleci.com/api/v1/project/osiam/connector4java-integration-tests/tree/master?circle-token=$CIRCLE_TOKEN - > curl -H "Content-Type: application/json" --data '{"source_type": "Branch", "source_name": "master"}' -X POST https://registry.hub.docker.com/u/osiamorg/osiam/trigger/${DOCKER_HUB_TRIGGER_TOKEN}/
test: override: - mvn verify deployment: staging: branch: master commands: # de-activated as we don't build the artifacts on CircleCI, yet. Re-activate this when we do. #- curl -X POST https://circleci.com/api/v1/project/osiam/connector4java-integration-tests/tree/master?circle-token=$CIRCLE_TOKEN - > curl -H "Content-Type: application/json" --data '{"source_type": "Branch", "source_name": "master"}' -X POST https://registry.hub.docker.com/u/osiamorg/osiam/trigger/${DOCKER_HUB_TRIGGER_TOKEN}/
Update Trigger to 1.6.0 (160)
Categories: - Internet - Security License: GPL-2.0-or-later SourceCode: https://github.com/mwarning/trigger IssueTracker: https://github.com/mwarning/trigger/issues AutoName: Trigger Summary: Open a door over WiFi or the Internet Description: | Open/Close doors via HTTP or SSH. '''Features:''' * Manage multiple doors * Auto-select door setup by WiFi SSID * Show door status * Show returned text as info message * Show error messages * English/German RepoType: git Repo: https://github.com/mwarning/trigger Builds: - versionName: 1.2.1 versionCode: 121 commit: v1.2.1 subdir: app gradle: - yes - versionName: 1.3.0 versionCode: 130 commit: v1.3.0 subdir: app gradle: - yes - versionName: 1.3.1 versionCode: 131 commit: v1.3.1 subdir: app gradle: - yes - versionName: 1.4.0 versionCode: 140 commit: v1.4.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.4.0 CurrentVersionCode: 140
Categories: - Internet - Security License: GPL-2.0-or-later SourceCode: https://github.com/mwarning/trigger IssueTracker: https://github.com/mwarning/trigger/issues AutoName: Trigger Summary: Open a door over WiFi or the Internet Description: | Open/Close doors via HTTP or SSH. '''Features:''' * Manage multiple doors * Auto-select door setup by WiFi SSID * Show door status * Show returned text as info message * Show error messages * English/German RepoType: git Repo: https://github.com/mwarning/trigger Builds: - versionName: 1.2.1 versionCode: 121 commit: v1.2.1 subdir: app gradle: - yes - versionName: 1.3.0 versionCode: 130 commit: v1.3.0 subdir: app gradle: - yes - versionName: 1.3.1 versionCode: 131 commit: v1.3.1 subdir: app gradle: - yes - versionName: 1.4.0 versionCode: 140 commit: v1.4.0 subdir: app gradle: - yes - versionName: 1.6.0 versionCode: 160 commit: v1.6.0 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags CurrentVersion: 1.6.0 CurrentVersionCode: 160
Update from Hackage at 2019-08-07T18:32:41Z
homepage: '' changelog-type: '' hash: 49844d04533913dfda11334b9922567091b62ec2b049030c674c86c9f911b38b test-bench-deps: {} maintainer: ex8k.hibino@gmail.com synopsis: Test properties and default-mains for QuickCheck changelog: '' basic-deps: base: <5 QuickCheck: ! '>=2' all-versions: - 0.0.1.0 - 0.1.0.0 - 0.1.0.1 - 0.1.0.2 - 0.1.0.3 - 0.1.0.4 - 0.1.1.0 author: Kei Hibino latest: 0.1.1.0 description-type: haddock description: |- This package contains definitions of test properties and default-mains using QuickCheck library. license-name: BSD-3-Clause
homepage: '' changelog-type: '' hash: 4c928a0a677a1a90a11d90f5b77c5dd4cdc4e3de98a19580bec222de74576791 test-bench-deps: {} maintainer: ex8k.hibino@gmail.com synopsis: Test properties and default-mains for QuickCheck changelog: '' basic-deps: base: <5 QuickCheck: ! '>=2' all-versions: - 0.0.1.0 - 0.1.0.0 - 0.1.0.1 - 0.1.0.2 - 0.1.0.3 - 0.1.0.4 - 0.1.1.0 - 0.1.1.1 author: Kei Hibino latest: 0.1.1.1 description-type: haddock description: |- This package contains definitions of test properties and default-mains using QuickCheck library. license-name: BSD-3-Clause
Update manifest for compatibility with ci update-manifest script
--- name: haproxy addons: - name: bpm jobs: - name: bpm release: bpm instance_groups: - name: haproxy azs: [z1] instances: 1 vm_type: default stemcell: default networks: [{name: default}] jobs: - name: haproxy release: haproxy properties: ha_proxy: backend_port: ((haproxy-backend-port)) backend_servers: ((haproxy-backend-servers)) update: canaries: 1 max_in_flight: 1 canary_watch_time: 1000-30000 update_watch_time: 1000-30000 serial: false stemcells: - alias: default os: ubuntu-xenial version: latest releases: - name: haproxy version: 9.4.0 url: https://github.com/cloudfoundry-incubator/haproxy-boshrelease/releases/download/v9.4.0/haproxy-9.4.0.tgz sha1: e873611c1c24a0044130319c3b2799b7068ff734 - name: bpm version: 1.0.0 url: https://github.com/cloudfoundry-incubator/bpm-release/releases/download/v1.0.0/bpm-release-1.0.0.tgz
--- name: haproxy addons: - name: bpm jobs: - name: bpm release: bpm instance_groups: - name: haproxy azs: [z1] instances: 1 vm_type: default stemcell: default networks: [{name: default}] jobs: - name: haproxy release: haproxy properties: ha_proxy: backend_port: ((haproxy-backend-port)) backend_servers: ((haproxy-backend-servers)) update: canaries: 1 max_in_flight: 1 canary_watch_time: 1000-30000 update_watch_time: 1000-30000 serial: false stemcells: - alias: default os: ubuntu-xenial version: latest releases: - name: bpm version: 1.0.0 url: https://github.com/cloudfoundry-incubator/bpm-release/releases/download/v1.0.0/bpm-release-1.0.0.tgz sha1: 42b95d4a0d6d15dd0b0ead62418ffb56208e2307 - name: haproxy version: 9.4.0 url: https://github.com/cloudfoundry-incubator/haproxy-boshrelease/releases/download/v9.4.0/haproxy-9.4.0.tgz sha1: e873611c1c24a0044130319c3b2799b7068ff734
Make /etc/rhosp-release regexp more flexible
--- - name: Check for /etc/rhosp-release stat: path: "/etc/rhosp-release" register: rhosp_release_file - name: Get /etc/rhosp-release content command: cat /etc/rhosp-release register: rhosp_release_content when: rhosp_release_file.stat.exists - name: Set overcloud_version from /etc/rhosp-release output set_fact: undercloud_version: "{{ rhosp_release_content.stdout | regex_replace('^Red Hat OpenStack Platform release ([0-9]+)\\.\\d+\\s.*$', '\\1') }}" overcloud_version: "{{ rhosp_release_content.stdout | regex_replace('^Red Hat OpenStack Platform release ([0-9]+)\\.\\d+\\s.*$', '\\1') }}" when: rhosp_release_file.stat.exists
--- - name: Check for /etc/rhosp-release stat: path: "/etc/rhosp-release" register: rhosp_release_file - name: Get /etc/rhosp-release content command: cat /etc/rhosp-release register: rhosp_release_content when: rhosp_release_file.stat.exists - name: Set overcloud_version from /etc/rhosp-release output set_fact: undercloud_version: "{{ rhosp_release_content.stdout | regex_replace('^Red Hat OpenStack Platform release ([0-9]+)\\.\\d+.*', '\\1') }}" overcloud_version: "{{ rhosp_release_content.stdout | regex_replace('^Red Hat OpenStack Platform release ([0-9]+)\\.\\d+.*', '\\1') }}" when: rhosp_release_file.stat.exists
Add event-model dep to bluesky recipe
package: name: bluesky version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/bluesky git_rev: master build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ['GIT_BUILD_STR'] }}_py{{ py }} requirements: build: - python run: - python - jsonschema - super_state_machine - numpy - metadatastore - databroker - matplotlib - prettytable - cycler - traitlets - lmfit - ipython - historydict - tifffile test: requires: - nslsii_dev_configuration imports: - 'bluesky' - 'bluesky.examples' - 'bluesky.callbacks' - 'bluesky.register_mds' - 'bluesky.standard_config' about: home: https://github.com/NSLS-II/bluesky license: BSD
package: name: bluesky version: {{ environ['GIT_DESCRIBE_TAG'][1:] }}.post{{ environ['GIT_DESCRIBE_NUMBER'] }} source: git_url: https://github.com/NSLS-II/bluesky git_rev: master build: # Note that this will override the default build string with the Python # and NumPy versions string: {{ environ['GIT_BUILD_STR'] }}_py{{ py }} requirements: build: - python run: - python - jsonschema - super_state_machine - numpy - metadatastore - databroker - matplotlib - prettytable - cycler - traitlets - lmfit - ipython - historydict - tifffile - event-model test: requires: - nslsii_dev_configuration imports: - 'bluesky' - 'bluesky.examples' - 'bluesky.callbacks' - 'bluesky.register_mds' - 'bluesky.standard_config' about: home: https://github.com/NSLS-II/bluesky license: BSD
Update numpy version and test commmands
{% set version = "0.2.3" %} package: name: jaws version: {{ version }} source: url: https://github.com/jaws/jaws/archive/{{ version }}.tar.gz sha256: b8cd6e76f01a3786d32880c757b02aa82651eb9fffeb0bc8aa155dac02212b38 build: number: 0 requirements: build: - python - setuptools - pandas - numpy - xarray - pytz - netcdf4 - matplotlib - netcdf4 run: - python - pandas - numpy - xarray - pytz - netcdf4 - matplotlib - netcdf4 test: source_files: - tests/test.py about: home: https://github.com/jaws/jaws license: Apache, Version 2.0 summary: 'Software to convert idiosyncratic ASCII formats to netCDF formats.' extra: recipe-maintainers: - czender
{% set version = "0.2.3" %} package: name: jaws version: {{ version }} source: url: https://github.com/jaws/jaws/archive/{{ version }}.tar.gz sha256: b8cd6e76f01a3786d32880c757b02aa82651eb9fffeb0bc8aa155dac02212b38 build: number: 0 requirements: build: - python - setuptools - pandas - numpy >=1.11 - xarray - pytz - netcdf4 - matplotlib - netcdf4 run: - python - pandas - numpy - xarray - pytz - netcdf4 - matplotlib - netcdf4 test: commands: - cd tests - python test.py about: home: https://github.com/jaws/jaws license: Apache, Version 2.0 summary: 'Software to convert idiosyncratic ASCII formats to netCDF formats.' extra: recipe-maintainers: - czender
Use MRI 1.8.7 instead of REE on Travis.
language: ruby rvm: - 1.9.3 - ree - jruby-18mode gemfile: - gemfiles/Gemfile-rails.3.0.x - gemfiles/Gemfile-rails.3.1.x - Gemfile notifications: email: false campfire: on_success: change on_failure: always rooms: - secure: "0UzWiVjxtaMsAiLCdK0p5ZIpWi94rmH71hbEQ3tuKTSSrsh9qW16cd39TS6i\nOdlSojcdzACanjIL8Z2qyG2DHScLBZAzWdDNWpnbtpJfDQ+p5ldDdbFmL6+5\n0t2nvv9uNQvhSOMD9ukdb7BFlRvd8Yq7zdjyAKt8efV2Abx7Msk="
language: ruby rvm: - 1.9.3 - 1.8.7 - jruby-18mode gemfile: - gemfiles/Gemfile-rails.3.0.x - gemfiles/Gemfile-rails.3.1.x - Gemfile notifications: email: false campfire: on_success: change on_failure: always rooms: - secure: "0UzWiVjxtaMsAiLCdK0p5ZIpWi94rmH71hbEQ3tuKTSSrsh9qW16cd39TS6i\nOdlSojcdzACanjIL8Z2qyG2DHScLBZAzWdDNWpnbtpJfDQ+p5ldDdbFmL6+5\n0t2nvv9uNQvhSOMD9ukdb7BFlRvd8Yq7zdjyAKt8efV2Abx7Msk="
Update Funktrainer to 1.3.1.2 (46)
Categories: - Science & Education License: Apache-2.0 SourceCode: https://github.com/meyerd/funktrainer IssueTracker: https://github.com/meyerd/funktrainer/issues AutoName: Funktrainer Description: |- This app will ask you the official questions of the German ham radio exam. The questions are shuffled and preferably wrong answered questions will be asked. RepoType: git Repo: https://github.com/meyerd/funktrainer.git Builds: - versionName: 1.3.0.0 versionCode: 43 commit: 1.3.0.0 subdir: app gradle: - yes prebuild: sed -i -e '/enable true/d' build.gradle ndk: r16b MaintainerNotes: |- Upstream builds separate APKs for all target architectures. We build an universal APK. AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.3.0.0 CurrentVersionCode: 43
Categories: - Science & Education License: Apache-2.0 SourceCode: https://github.com/meyerd/funktrainer IssueTracker: https://github.com/meyerd/funktrainer/issues AutoName: Funktrainer Description: |- This app will ask you the official questions of the German ham radio exam. The questions are shuffled and preferably wrong answered questions will be asked. RepoType: git Repo: https://github.com/meyerd/funktrainer.git Builds: - versionName: 1.3.0.0 versionCode: 43 commit: 1.3.0.0 subdir: app gradle: - yes prebuild: sed -i -e '/enable true/d' build.gradle ndk: r16b - versionName: 1.3.1.2 versionCode: 46 commit: 1.3.1.2 subdir: app gradle: - yes prebuild: sed -i -e '/enable true/d' build.gradle ndk: r16b MaintainerNotes: |- Upstream builds separate APKs for all target architectures. We build an universal APK. AutoUpdateMode: Version %v UpdateCheckMode: Tags CurrentVersion: 1.3.1.2 CurrentVersionCode: 46
Bump actions/checkout from 2.3.4 to 3
--- name: Tests "on": push: pull_request: schedule: # Run tests every Monday at 9:17 to catch regressions. - cron: "17 9 * * 1" jobs: tests: name: Run full installation runs-on: macos-11.0 steps: - uses: actions/checkout@v2.3.4 - name: Install Zsh run: | brew install zsh - name: Force default shell # GitHub macOS images forces bash as default: # https://github.com/actions/virtual-environments/blob # /0d93dd2fc97a0708d5f35ccda0e1be53c996630d/images/macos/provision # /configuration/shell-change.sh#L3-L5 run: | sudo chsh -s "$(brew --prefix zsh)/bin/zsh" root sudo chsh -s "$(brew --prefix zsh)/bin/zsh" $USERNAME - name: Fix GitHub worker # aws-cli is already installed by hand in GitHub action runners. # Remove it to avoid "brew install --formula awscli" error. run: | rm /usr/local/bin/aws rm /usr/local/bin/aws_completer - name: Run install run: | zsh ./install.sh
--- name: Tests "on": push: pull_request: schedule: # Run tests every Monday at 9:17 to catch regressions. - cron: "17 9 * * 1" jobs: tests: name: Run full installation runs-on: macos-11.0 steps: - uses: actions/checkout@v3 - name: Install Zsh run: | brew install zsh - name: Force default shell # GitHub macOS images forces bash as default: # https://github.com/actions/virtual-environments/blob # /0d93dd2fc97a0708d5f35ccda0e1be53c996630d/images/macos/provision # /configuration/shell-change.sh#L3-L5 run: | sudo chsh -s "$(brew --prefix zsh)/bin/zsh" root sudo chsh -s "$(brew --prefix zsh)/bin/zsh" $USERNAME - name: Fix GitHub worker # aws-cli is already installed by hand in GitHub action runners. # Remove it to avoid "brew install --formula awscli" error. run: | rm /usr/local/bin/aws rm /usr/local/bin/aws_completer - name: Run install run: | zsh ./install.sh
Update Ning to 2.0.1 (201)
Categories: - Development - Internet License: LGPL-3.0-only AuthorName: csicar SourceCode: https://github.com/csicar/Ning IssueTracker: https://github.com/csicar/Ning/issues AutoName: Ning RepoType: git Repo: https://github.com/csicar/Ning Builds: - versionName: '1.2' versionCode: 12 commit: v1.2 subdir: app gradle: - yes - versionName: 1.2.3 versionCode: 123 commit: v1.2.3 subdir: app gradle: - yes - versionName: 1.2.4 versionCode: 124 commit: v1.2.4 subdir: app gradle: - yes - versionName: 2.0.0 versionCode: 200 commit: v2.0.0 subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 2.0.0 CurrentVersionCode: 200
Categories: - Development - Internet License: LGPL-3.0-only AuthorName: csicar SourceCode: https://github.com/csicar/Ning IssueTracker: https://github.com/csicar/Ning/issues AutoName: Ning RepoType: git Repo: https://github.com/csicar/Ning Builds: - versionName: '1.2' versionCode: 12 commit: v1.2 subdir: app gradle: - yes - versionName: 1.2.3 versionCode: 123 commit: v1.2.3 subdir: app gradle: - yes - versionName: 1.2.4 versionCode: 124 commit: v1.2.4 subdir: app gradle: - yes - versionName: 2.0.0 versionCode: 200 commit: v2.0.0 subdir: app gradle: - yes - versionName: 2.0.1 versionCode: 201 commit: fd313c301c5e7ea4e296dd896530e23c6362e2ac subdir: app gradle: - yes AutoUpdateMode: Version UpdateCheckMode: Tags CurrentVersion: 2.0.1 CurrentVersionCode: 201
Remove units attribute from district heat fixture
--- behavior: heat_consumer carrier: heat color: "#AC3C3C" defaults: capacity: 10.0 position_relative_to_buffer: boosting expandable: false export_to: households_water_heater_district_heating_steam_hot_water_share is_district_heating: true importable_attributes: - full_load_hours whitelisted_attributes: - buffer - input_capacity - output_capacity - position_relative_to_buffer - units - technical_lifetime
--- behavior: heat_consumer carrier: heat color: "#AC3C3C" defaults: capacity: 10.0 position_relative_to_buffer: boosting expandable: false export_to: households_water_heater_district_heating_steam_hot_water_share is_district_heating: true importable_attributes: - full_load_hours whitelisted_attributes: - buffer - output_capacity - position_relative_to_buffer - technical_lifetime
Tweak logging of server startup
info: app: name: "@project.artifactId@" version: "@project.version@" server: port: 7577 spring: main: banner-mode: "off" data: rest: base-path: /api cloud: skipper: server: packageRepositories: - name: experimental url: http://skipper-repository.cfapps.io/repository/experimental description: Experimental Skipper Repository repoOrder: 0 - name: local url: http://${spring.cloud.client.hostname}:7577 local: true description: Default local database backed repository repoOrder: 1 maven: remoteRepositories: springRepo: url: https://repo.spring.io/libs-snapshot logging: level: org.springframework.beans: 'WARN' org.springframework.context: 'WARN' org.springframework.core.io: 'WARN' org.springframework.data: 'WARN' org.springframework.jmx: 'WARN' org.springframework.web: 'WARN' org.springframework.security: 'WARN' org.springframework.integration: 'WARN' org.springframework.boot: 'WARN' org.hibernate: 'WARN' # The following INFO is to log the generated password when using basic security org.springframework.boot.autoconfigure.security: 'INFO' org.springframework.skipper: 'INFO'
info: app: name: "@project.artifactId@" version: "@project.version@" server: port: 7577 spring: main: banner-mode: "off" data: rest: base-path: /api cloud: skipper: server: packageRepositories: - name: experimental url: http://skipper-repository.cfapps.io/repository/experimental description: Experimental Skipper Repository repoOrder: 0 - name: local url: http://${spring.cloud.client.hostname}:7577 local: true description: Default local database backed repository repoOrder: 1 mustache: check-template-location: false maven: remoteRepositories: springRepo: url: https://repo.spring.io/libs-snapshot logging: level: org.springframework.beans: 'WARN' org.springframework.context: 'WARN' org.springframework.core.io: 'WARN' org.springframework.data: 'WARN' org.springframework.jmx: 'WARN' org.springframework.web: 'WARN' org.springframework.security: 'WARN' org.springframework.integration: 'WARN' org.springframework.boot: 'WARN' org.springframework.boot.context.embedded.tomcat: 'INFO' org.hibernate: 'WARN' # The following INFO is to log the generated password when using basic security org.springframework.boot.autoconfigure.security: 'INFO' org.springframework.skipper: 'INFO'
Update Nix version in CI
name: Nix on: push: branches: - '*' tags: - '*' pull_request: branches: - master jobs: tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: cachix/install-nix-action@v12 with: install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-3.0pre20200820_4d77513/install extra_nix_config: | experimental-features = nix-command flakes - run: nix build
name: Nix on: push: branches: - '*' tags: - '*' pull_request: branches: - master jobs: tests: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 - uses: cachix/install-nix-action@v12 with: install_url: https://github.com/numtide/nix-flakes-installer/releases/download/nix-2.4pre20210126_f15f0b8/install extra_nix_config: | experimental-features = nix-command flakes - run: nix build
Remove Browserstack part from docker-compose
version: '3' services: frontend: build: context: . depends_on: - redis volumes: - ./:/usr/src/app:delegated # Ensures that the local node_modules dir is not used in the container - /usr/src/app/node_modules ports: - ${PORT:-3000}:3000 - 9229:9229 env_file: .env environment: API_ROOT: ${API_ROOT} # Required to test Data Hub roles in e2e tests, make sure this var # doesn't exists in your .env file as the override below won't work OAUTH2_DEV_TOKEN: ${OAUTH2_DEV_TOKEN:-ditStaffToken} # BrowserStack vars cannot be placed in sample.env because they will take # precedence over the ENV vars in CircleCI BROWSERSTACK_ACCESS_KEY: ${BROWSERSTACK_ACCESS_KEY} BROWSERSTACK_USERNAME: ${BROWSERSTACK_USERNAME} command: npm run develop redis: image: redis:3.2.10
version: '3' services: frontend: build: context: . depends_on: - redis volumes: - ./:/usr/src/app:delegated # Ensures that the local node_modules dir is not used in the container - /usr/src/app/node_modules ports: - ${PORT:-3000}:3000 - 9229:9229 env_file: .env environment: API_ROOT: ${API_ROOT} # Required to test Data Hub roles in e2e tests, make sure this var # doesn't exists in your .env file as the override below won't work OAUTH2_DEV_TOKEN: ${OAUTH2_DEV_TOKEN:-ditStaffToken} command: npm run develop redis: image: redis:3.2.10
Use the tag to dynamically release versions
name: Publish package to the Maven Central Repository on: release: types: - published jobs: publish: if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up JDK 11 uses: actions/setup-java@v2 with: distribution: 'adopt' java-version: '11' - name: Build with Maven run: mvn -B package --file pom.xml - uses: actions/checkout@v2 - name: Set up Apache Maven Central uses: actions/setup-java@v2 with: distribution: 'adopt' java-version: '11' server-id: ossrh server-username: MAVEN_USERNAME server-password: MAVEN_CENTRAL_TOKEN gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Publish to Apache Maven Central run: mvn deploy env: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }} MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
name: Publish package to the Maven Central Repository on: release: types: - published jobs: publish: if: ${{ !github.event.release.prerelease && github.event.release.target_commitish == 'main' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Apache Maven Central uses: actions/setup-java@v2 with: distribution: 'adopt' java-version: '11' server-id: ossrh server-username: MAVEN_USERNAME server-password: MAVEN_CENTRAL_TOKEN gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} gpg-passphrase: MAVEN_GPG_PASSPHRASE - name: Get Maven project version run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV - name: Set Maven project version run: mvn versions:set -DnewVersion=$RELEASE_VERSION - name: Publish to Apache Maven Central run: mvn deploy env: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }} MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Update WP CLI to v 2.3.0
gpg2_package: gnupg2 wp_cli_version: 2.0.1 wp_cli_bin_path: /usr/bin/wp wp_cli_phar_url: "https://github.com/wp-cli/wp-cli/releases/download/v{{ wp_cli_version }}/wp-cli-{{ wp_cli_version }}.phar" wp_cli_phar_asc_url: "https://github.com/wp-cli/wp-cli/releases/download/v{{ wp_cli_version }}/wp-cli-{{ wp_cli_version }}.phar.asc" # Note: wp_cli_pgp_public_key must be in binary format wp_cli_pgp_public_key: "{{ playbook_dir }}/roles/wp-cli/templates/wp-cli.pgp.gpg" wp_cli_completion_url: "https://raw.githubusercontent.com/wp-cli/wp-cli/v{{ wp_cli_version }}/utils/wp-completion.bash" wp_cli_completion_path: /etc/bash_completion.d/wp-completion.bash wp_cli_packages: []
gpg2_package: gnupg2 wp_cli_version: 2.3.0 wp_cli_bin_path: /usr/bin/wp wp_cli_phar_url: "https://github.com/wp-cli/wp-cli/releases/download/v{{ wp_cli_version }}/wp-cli-{{ wp_cli_version }}.phar" wp_cli_phar_asc_url: "https://github.com/wp-cli/wp-cli/releases/download/v{{ wp_cli_version }}/wp-cli-{{ wp_cli_version }}.phar.asc" # Note: wp_cli_pgp_public_key must be in binary format wp_cli_pgp_public_key: "{{ playbook_dir }}/roles/wp-cli/templates/wp-cli.pgp.gpg" wp_cli_completion_url: "https://raw.githubusercontent.com/wp-cli/wp-cli/v{{ wp_cli_version }}/utils/wp-completion.bash" wp_cli_completion_path: /etc/bash_completion.d/wp-completion.bash wp_cli_packages: []
Update from Hackage at 2018-05-09T14:58:49Z
homepage: '' changelog-type: markdown hash: c31010972782c9ed0062fc36da26555e4be16ec2faf37fc3cca1192223841fe9 test-bench-deps: {} maintainer: alex@xn--wxa.email synopsis: Nuxeo changelog: ! '# Revision history for nuxeo ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any base: ! '>=4.10 && <4.11' time: -any text: -any conduit: -any conduit-extra: -any attoparsec: -any all-versions: - '0.2.0.0' author: Alexandre Peyroux latest: '0.2.0.0' description-type: haddock description: Nuxeo license-name: BSD3
homepage: '' changelog-type: markdown hash: 033b6a036356bc6edd836a3db7f1bb0a83f5fee7694066a80d1efbdb736bf827 test-bench-deps: {} maintainer: alex@xn--wxa.email synopsis: Nuxeo changelog: ! '# Revision history for nuxeo ## 0.1.0.0 -- YYYY-mm-dd * First version. Released on an unsuspecting world. ' basic-deps: bytestring: -any base: ! '>=4.10 && <4.11' time: -any text: -any conduit: -any conduit-extra: -any attoparsec: -any all-versions: - '0.2.0.0' - '0.2.0.1' author: Alexandre Peyroux latest: '0.2.0.1' description-type: haddock description: Nuxeo license-name: BSD3
Update from Hackage at 2016-07-08T07:35:05+0000
homepage: https://github.com/chpatrick/solga changelog-type: '' hash: dc9e2b32451c4a28cf41ff3602435512eb3eeb8ac3896d57488c787872ff80e0 test-bench-deps: {} maintainer: chpatrick@gmail.com synopsis: Simple typesafe web routing changelog: '' basic-deps: bytestring: -any wai: -any base: ! '>=4.8 && <5' text: -any containers: -any wai-extra: -any resourcet: -any http-types: -any aeson: -any all-versions: - '0.1.0.0' author: Patrick Chilton latest: '0.1.0.0' description-type: haddock description: A library for easily specifying web APIs and implementing them in a type-safe way. license-name: MIT
homepage: https://github.com/chpatrick/solga changelog-type: '' hash: e834b5a8780beb3c432c1966576559dace14b0d75d40687d9212174ba941f286 test-bench-deps: bytestring: -any wai: -any hspec-wai-json: -any base: -any unordered-containers: -any hspec: -any text: -any hspec-wai: -any hashable: -any wai-extra: -any scientific: -any QuickCheck: -any solga: -any http-types: -any aeson: -any vector: -any maintainer: chpatrick@gmail.com synopsis: Simple typesafe web routing changelog: '' basic-deps: bytestring: -any wai: -any base: ! '>=4.8 && <5' text: -any safe-exceptions: -any containers: -any wai-extra: -any resourcet: -any http-types: -any aeson: -any all-versions: - '0.1.0.0' - '0.1.0.1' author: Patrick Chilton latest: '0.1.0.1' description-type: haddock description: A library for easily specifying web APIs and implementing them in a type-safe way. license-name: MIT
Correct typo in volume name and use Docker Hub container name
version: '2.2' services: unifi: build: context: . dockerfile: Dockerfile image: "${CI_REGISTRY_IMAGE:-jcberthon/unifi-docker/unifi}:${IMAGE_TAG:-latest}" restart: always hostname: 'unifi' container_name: unifi mem_limit: 1024m memswap_limit: 1536m init: true cap_drop: - ALL ports: - '6789:6789' - '8080:8080' - '8443:8443' - '8843:8843' - '10001:10001/udp' volumes: - unifi_data:/var/lib/unifi - unifi_logs:/var/logs/unifi volumes: unifi_data: driver: local unifi_logs: driver: local
version: '2.2' services: unifi: build: context: . dockerfile: Dockerfile image: "${CI_REGISTRY_IMAGE:-jcberthon/unifi}:${IMAGE_TAG:-latest}" restart: always hostname: 'unifi' container_name: unifi mem_limit: 1024m memswap_limit: 1536m init: true cap_drop: - ALL ports: - '6789:6789' - '8080:8080' - '8443:8443' - '8843:8843' - '10001:10001/udp' volumes: - unifi_data:/var/lib/unifi - unifi_logs:/var/log/unifi volumes: unifi_data: driver: local unifi_logs: driver: local
Connect services with bridge network
version: '2' services: mysql: build: ./docker/mysql restart: unless-stopped container_name: mysql env_file: - ./docker/mysql/.env volumes: - ./docker/mysql/storage:/var/lib/mysql # - ./docker/mysql/conf.d:/etc/mysql/conf.d - ./docker/mysql/logs:/var/log/mysql redis: build: ./docker/redis restart: unless-stopped container_name: redis env_file: - ./docker/redis/.env volumes: - ./docker/redis/storage:/data - ./docker/redis/redis.conf:/usr/local/etc/redis/redis.conf web: build: . depends_on: - mysql - redis container_name: web restart: unless-stopped env_file: - ./.env.staging ports: - 8888:80 volumes: - .:/var/www
version: '2' services: mysql: build: ./docker/mysql restart: unless-stopped container_name: mysql env_file: - ./docker/mysql/.env volumes: - ./docker/mysql/storage:/var/lib/mysql # - ./docker/mysql/conf.d:/etc/mysql/conf.d - ./docker/mysql/logs:/var/log/mysql networks: - net redis: build: ./docker/redis restart: unless-stopped container_name: redis env_file: - ./docker/redis/.env volumes: - ./docker/redis/storage:/data - ./docker/redis/redis.conf:/usr/local/etc/redis/redis.conf networks: - net web: build: . depends_on: - mysql - redis container_name: web restart: unless-stopped env_file: - ./src/.env.staging ports: - 8888:80 volumes: - ./src:/var/www networks: - net networks: net: driver: "bridge"
Improve compatibility with Symfony 4
parameters: hype_mailchimp.class: Hype\MailchimpBundle\Mailchimp\MailChimp services: hype_mailchimp: class: '%hype_mailchimp.class%' arguments: ['%hypemailchimp.config%']
parameters: hype_mailchimp.class: Hype\MailchimpBundle\Mailchimp\MailChimp services: hype_mailchimp: class: '%hype_mailchimp.class%' arguments: ['%hypemailchimp.config%'] public: true
Build ovn-2.11.1-5 for train candidate
packages: - project: dumb-init buildsys-tags: cloud7-openstack-train-candidate: dumb-init-1.1.3-17.el7 - project: gflags buildsys-tags: cloud7-openstack-train-candidate: gflags-2.2.1-1.el7 - project: novnc buildsys-tags: cloud7-openstack-train-candidate: novnc-1.1.0-6.el7 - project: ovn buildsys-tags: cloud7-openstack-train-candidate: ovn-2.11.1-4.el7 - project: puppet buildsys-tags: cloud7-openstack-train-candidate: puppet-5.5.10-4.el7 - project: python-backports buildsys-tags: cloud7-openstack-train-candidate: python-backports-1.0-16.el7 - project: python-configparser buildsys-tags: cloud7-openstack-train-candidate: python-configparser-3.7.1-2.el7 - project: python-kombu buildsys-tags: cloud7-openstack-train-candidate: python-kombu-4.6.3-3.el7 - project: python-prometheus_client buildsys-tags: cloud7-openstack-train-candidate: python-prometheus_client-0.6.0-1.el7 - project: python-testtools buildsys-tags: cloud7-openstack-train-candidate: python-testtools-2.3.0-7.el7
packages: - project: dumb-init buildsys-tags: cloud7-openstack-train-candidate: dumb-init-1.1.3-17.el7 - project: gflags buildsys-tags: cloud7-openstack-train-candidate: gflags-2.2.1-1.el7 - project: novnc buildsys-tags: cloud7-openstack-train-candidate: novnc-1.1.0-6.el7 - project: ovn buildsys-tags: cloud7-openstack-train-candidate: ovn-2.11.1-5.el7 - project: puppet buildsys-tags: cloud7-openstack-train-candidate: puppet-5.5.10-4.el7 - project: python-backports buildsys-tags: cloud7-openstack-train-candidate: python-backports-1.0-16.el7 - project: python-configparser buildsys-tags: cloud7-openstack-train-candidate: python-configparser-3.7.1-2.el7 - project: python-kombu buildsys-tags: cloud7-openstack-train-candidate: python-kombu-4.6.3-3.el7 - project: python-prometheus_client buildsys-tags: cloud7-openstack-train-candidate: python-prometheus_client-0.6.0-1.el7 - project: python-testtools buildsys-tags: cloud7-openstack-train-candidate: python-testtools-2.3.0-7.el7
Add SSH key to container
version: 2 jobs: build: docker: - image: circleci/openjdk:8-jdk working_directory: ~/repo steps: - checkout - run: name: Build war file command: mvn clean package - deploy: name: Deploy to server command: | scp -P $SSH_PORT $CIRCLE_WORKING_DIRECTORY/target/courses.war $SSH_USER@$SSH_HOST:/home/$SSH_USER #workflows: # version: 2 # # build_only_master: # jobs: # - build: # filters: # branches: # ignore: /.*/ # tags: # only: /^\d+\.\d+\.\d+$/
version: 2 jobs: build: docker: - image: circleci/openjdk:8-jdk working_directory: ~/repo steps: - checkout - run: name: Build war file command: mvn clean package - add_ssh_keys: fingerprints: - "69:c9:8f:8d:69:8a:f3:20:ef:65:14:59:6a:0c:c5:f1" - deploy: name: Deploy to server command: | scp -P $SSH_PORT $CIRCLE_WORKING_DIRECTORY/target/courses.war $SSH_USER@$SSH_HOST:/home/$SSH_USER #workflows: # version: 2 # # build_only_master: # jobs: # - build: # filters: # branches: # ignore: /.*/ # tags: # only: /^\d+\.\d+\.\d+$/
Fix scikit-learn name in requirements section
{% set name = "pyod" %} {% set version = "0.7.7.1" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 22cd28595187ca54e06418522b699b80ab6eae658ac3de194c3ef85730127016 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - python run: - combo - joblib - matplotlib-base - numba >=0.35 - numpy >=1.13 - python - scikit_learn >=0.19.1 - scipy >=0.19.1 - six - suod test: imports: - pyod - pyod.models - pyod.utils about: home: "https://github.com/yzhao062/pyod" license: BSD license_family: BSD license_file: LICENSE summary: "A Python Toolkit for Scalable Outlier Detection (Anomaly Detection)" doc_url: "https://pyod.readthedocs.io" extra: recipe-maintainers: - yzhao062 - apcamargo
{% set name = "pyod" %} {% set version = "0.7.7.1" %} package: name: "{{ name|lower }}" version: "{{ version }}" source: url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz" sha256: 22cd28595187ca54e06418522b699b80ab6eae658ac3de194c3ef85730127016 build: number: 0 script: "{{ PYTHON }} -m pip install . -vv" requirements: host: - pip - python run: - combo - joblib - matplotlib-base - numba >=0.35 - numpy >=1.13 - python - scikit-learn >=0.19.1 - scipy >=0.19.1 - six - suod test: imports: - pyod - pyod.models - pyod.utils about: home: "https://github.com/yzhao062/pyod" license: BSD license_family: BSD license_file: LICENSE summary: "A Python Toolkit for Scalable Outlier Detection (Anomaly Detection)" doc_url: "https://pyod.readthedocs.io" extra: recipe-maintainers: - yzhao062 - apcamargo
Add yakkety to supported series
name: barbican summary: A REST API for secure storage, provisioning and management of secrets maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com> description: | Barbican is a REST API designed for the secure storage, provisioning and management of secrets such as passwords and encryption keys. It is aimed at being useful for all environments, including large ephemeral Clouds tags: - openstack series: # Trusty disabled pending https://bugs.launchpad.net/bugs/1609498 # - trusty - xenial subordinate: false requires: shared-db: interface: mysql-shared amqp: interface: rabbitmq identity-service: interface: keystone hsm: interface: barbican-hsm optional: true
name: barbican summary: A REST API for secure storage, provisioning and management of secrets maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com> description: | Barbican is a REST API designed for the secure storage, provisioning and management of secrets such as passwords and encryption keys. It is aimed at being useful for all environments, including large ephemeral Clouds tags: - openstack series: # Trusty disabled pending https://bugs.launchpad.net/bugs/1609498 # - trusty - xenial - yakkety subordinate: false requires: shared-db: interface: mysql-shared amqp: interface: rabbitmq identity-service: interface: keystone hsm: interface: barbican-hsm optional: true
Add myself as a maintainer.
{% set version = '0.9.5' %} package: name: r-grr version: {{ version|replace("-", "_") }} source: fn: grr_{{ version }}.tar.gz url: https://cran.r-project.org/src/contrib/grr_{{ version }}.tar.gz sha256: 292606de2983ac5840c90d3e0977441b482c9e73c1674b662f8b4fb8f3632b2b build: number: 0 rpaths: - lib/R/lib/ - lib/ requirements: build: - r-base - gcc run: - r-base test: commands: - $R -e "library('grr')" about: home: https://cran.r-project.org/package=grr license: GPL-2 summary: Alternative implementations of some base R functions, including sort, order, and match. Functions are simplified but can be faster or have other advantages. license_family: GPL2
{% set version = '0.9.5' %} package: name: r-grr version: {{ version|replace("-", "_") }} source: fn: grr_{{ version }}.tar.gz url: https://cran.r-project.org/src/contrib/grr_{{ version }}.tar.gz sha256: 292606de2983ac5840c90d3e0977441b482c9e73c1674b662f8b4fb8f3632b2b build: number: 0 rpaths: - lib/R/lib/ - lib/ requirements: build: - r-base - gcc run: - r-base test: commands: - $R -e "library('grr')" about: home: https://cran.r-project.org/package=grr license: GPL-2 summary: Alternative implementations of some base R functions, including sort, order, and match. Functions are simplified but can be faster or have other advantages. license_family: GPL2 extra: recipe-maintainers: - roryk
Add cache to workflow build
name: Create and publish a Docker image on: push: branches: ['master'] env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: build-and-push-image: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository uses: actions/checkout@v2 - name: Log in to the Container registry uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}
name: Create and publish a Docker image on: push: branches: ['master'] env: REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: build-and-push-image: runs-on: ubuntu-latest permissions: contents: read packages: write steps: - name: Checkout repository uses: actions/checkout@v2 - name: Log in to the Container registry uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@69f6fc9d46f2f8bf0d5491e4aabe0bb8c6a4678a with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build and push Docker image uses: docker/build-push-action@c84f38281176d4c9cdb1626ffafcd6b3911b5d94 with: context: . push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha cache-to: type=gha,mode=max
Change from build to analyze-code
name: Run Static Code Analysis on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: build: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: ["3.10"] poetry-version: ["1.1"] steps: - uses: actions/checkout@v3 - name: Install poetry run: pipx install poetry - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} cache: 'poetry' - name: Set up Poetry ${{ matrix.poetry-version }} uses: abatilo/actions-poetry@v2.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install Dependencies run: | poetry install - name: Run isort run: | poetry run isort . --check-only - name: Run black run: | poetry run black . --check --diff
name: Run Static Code Analysis on: push: branches: [ "main" ] pull_request: branches: [ "main" ] jobs: analyze-code: runs-on: ubuntu-latest strategy: max-parallel: 4 matrix: python-version: ["3.10"] poetry-version: ["1.1"] steps: - uses: actions/checkout@v3 - name: Install poetry run: pipx install poetry - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: python-version: ${{ matrix.python-version }} cache: 'poetry' - name: Set up Poetry ${{ matrix.poetry-version }} uses: abatilo/actions-poetry@v2.0.0 with: poetry-version: ${{ matrix.poetry-version }} - name: Install Dependencies run: | poetry install - name: Run isort run: | poetry run isort . --check-only - name: Run black run: | poetry run black . --check --diff
Make sure we have http prefix for URLs
commonfields: id: HTTPListRedirects version: -1 name: HTTPListRedirects script: |- import requests response = requests.head(demisto.args()['url'], allow_redirects=True) if demisto.args()['useHead'] == 'true' else requests.get(demisto.args()['url']) urls = [] if response.history: for resp in response.history: urls.append({'Data': resp.url, 'Status': resp.status_code}) urls.append({'Data': response.url, 'Status': response.status_code}) ec = {'URL(val.Data == obj.Data)': [{'Data': u['Data']} for u in urls]} demisto.results({'ContentsFormat': formats['json'], 'Type': entryTypes['note'], 'Contents': urls, 'ReadableContentsFormat': formats['markdown'], 'HumanReadable': tableToMarkdown('URLs', urls, ['Data', 'Status']), 'EntryContext': ec}) type: python tags: - Utility comment: List the redirects for a given URL enabled: true args: - name: url required: true default: true description: The URL to follow - name: useHead auto: PREDEFINED predefined: - "true" - "false" defaultValue: "true" description: Should we use HEAD instead of GET. Safer but might not be the same response. outputs: - contextPath: URL.Data description: The URL redirects from the given URL scripttarget: 0
commonfields: id: HTTPListRedirects version: -1 name: HTTPListRedirects script: |- import requests u = demisto.args()['url'] if not u.lower().startswith('http'): u = 'http://' + u response = requests.head(u, allow_redirects=True) if demisto.args()['useHead'] == 'true' else requests.get(u) urls = [] if response.history: for resp in response.history: urls.append({'Data': resp.url, 'Status': resp.status_code}) urls.append({'Data': response.url, 'Status': response.status_code}) ec = {'URL(val.Data == obj.Data)': [{'Data': u['Data']} for u in urls]} demisto.results({'ContentsFormat': formats['json'], 'Type': entryTypes['note'], 'Contents': urls, 'ReadableContentsFormat': formats['markdown'], 'HumanReadable': tableToMarkdown('URLs', urls, ['Data', 'Status']), 'EntryContext': ec}) type: python tags: - Utility comment: List the redirects for a given URL enabled: true args: - name: url required: true default: true description: The URL to follow - name: useHead auto: PREDEFINED predefined: - "true" - "false" defaultValue: "true" description: Should we use HEAD instead of GET. Safer but might not be the same response. outputs: - contextPath: URL.Data description: The URL redirects from the given URL scripttarget: 0 releaseNotes: Make sure we have an http prefix for URLs
Update contact email to be team address
name: Search.digitalgov.gov description: 'The website for the DigitalGov Search program' license: null openSourceProject: 1 governmentWideReuseProject: 0 tags: - GSA - DigitalGovSearch - search - website contact: email: dawn.mccleskey@gsa.gov
name: Search.digitalgov.gov description: 'The website for the DigitalGov Search program' license: null openSourceProject: 1 governmentWideReuseProject: 0 tags: - GSA - DigitalGovSearch - search - website contact: email: search@support.digitalgov.gov
Gather the reports every 6 h
--- name: "arteria-packs.gather_ngi_pipeline_reports" pack: "arteria-packs" description: "Attempts to synchronize project reports from the ngi_pipeline at the set intervals." enabled: true trigger: type: "core.st2.IntervalTimer" parameters: unit: hours delta: 2 action: ref: "arteria-packs.gather_ngi_pipeline_reports"
--- name: "arteria-packs.gather_ngi_pipeline_reports" pack: "arteria-packs" description: "Attempts to synchronize project reports from the ngi_pipeline at the set intervals." enabled: true trigger: type: "core.st2.IntervalTimer" parameters: unit: hours delta: 6 action: ref: "arteria-packs.gather_ngi_pipeline_reports"
Bump actions/setup-node from 2.4.1 to 2.5.0
name: GitHub CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: name: General checks, tests and build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js LTS 14.x uses: actions/setup-node@v2.4.1 with: node-version: 14.x - name: Install dependencies run: npm ci - name: Perform checks and tests run: npm test - name: Perform preload build run: npm run build - name: Perform self-contained build run: npm run build-self-contained
name: GitHub CI on: push: branches: [ master ] pull_request: branches: [ master ] jobs: test: name: General checks, tests and build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Use Node.js LTS 14.x uses: actions/setup-node@v2.5.0 with: node-version: 14.x - name: Install dependencies run: npm ci - name: Perform checks and tests run: npm test - name: Perform preload build run: npm run build - name: Perform self-contained build run: npm run build-self-contained
Add link to test page
firstPost: publish: 2010-02-21 13:00:00 author: Fredrik Wallgren filter: textile page: index title: Welcome to gypcms preamble: The preamble body: | Description of gypcms goes here. Can contain *textile* markup.
firstPost: publish: 2010-02-21 13:00:00 author: Fredrik Wallgren filter: textile page: index title: Welcome to gypcms preamble: The preamble body: | Description of gypcms goes here. Can contain *textile* markup. "Textile test page":/gypcms/textile-test.html
Make sure python deps are present.
--- - name: Python | Install Python apt: pkg={{ item }} state=latest with_items: - python - python-dev - python-setuptools - name: Python | Install PIP easy_install: name=pip - name: Python | Install VirtualEnv pip: name=virtualenv
--- - name: Python | Install Python apt: pkg={{ item }} state=present with_items: - python - python-dev - python-setuptools - name: Python | Install PIP easy_install: name=pip - name: Python | Install VirtualEnv pip: name=virtualenv
Add eslint to github CI
name: Continuous Integration on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, lts/*, latest] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test markdownlint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 'latest' - run: npm install -g markdownlint-cli - run: markdownlint '**/*.md' --ignore node_modules
name: Continuous Integration on: [push, pull_request] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [10.x, lts/*, latest] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install - run: npm test markdownlint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 'latest' - run: npm install -g markdownlint-cli - run: markdownlint '**/*.md' --ignore node_modules eslint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 'latest' - run: npm install eslint eslint-plugin-mocha - run: npx eslint '**/*.js'
Add Node 15.x to CI workflow
name: CI on: push: branches: [master] paths: - "**.js" - "package.json" - ".github/workflows/ci.yml" pull_request: branches: [master] paths: - "**.js" - "package.json" - ".github/workflows/ci.yml" jobs: ci: strategy: matrix: os: [ubuntu-latest, macOS-latest] node: [14.x, 12.x, 10.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: npm install - run: npm run ci - name: Codecov uses: codecov/codecov-action@v1 if: matrix.node == '14.x' && matrix.os == 'ubuntu-latest' with: file: ./coverage/coverage-final.json flags: unittests fail_ci_if_error: true
name: CI on: push: branches: [master] paths: - "**.js" - "package.json" - ".github/workflows/ci.yml" pull_request: branches: [master] paths: - "**.js" - "package.json" - ".github/workflows/ci.yml" jobs: ci: strategy: matrix: os: [ubuntu-latest, macOS-latest] node: [15.x, 14.x, 12.x, 10.x] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: ${{ matrix.node }} - run: npm install - run: npm run ci - name: Codecov uses: codecov/codecov-action@v1 if: matrix.node == '14.x' && matrix.os == 'ubuntu-latest' with: file: ./coverage/coverage-final.json flags: unittests fail_ci_if_error: true
Update from Hackage at 2019-09-19T10:05:00Z
homepage: https://github.com/leftaroundabout/colour-space changelog-type: '' hash: ef4b58bc238a0c28ad7b5883aa2f92bb4ee8bac66bccc7092464cc4c50ed8d62 test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Instances of the manifold-classes for colour types changelog: '' basic-deps: linearmap-category: -any JuicyPixels: ! '>=3.1 && <3.4' base: ! '>=4.7 && <5' vector-space: -any semigroups: -any manifolds: ! '>=0.4.3 && <0.6' linear: -any colour: ! '>2 && <3' constrained-categories: -any all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.3.0 - 0.1.4.0 author: Justus Sagemüller latest: 0.1.4.0 description-type: haddock description: '' license-name: GPL-3.0-only
homepage: https://github.com/leftaroundabout/colour-space changelog-type: '' hash: fe51e1493b5088b5972db091587e465438d81118f5b5d33ee25b355857b03149 test-bench-deps: {} maintainer: (@) jsag $ hvl.no synopsis: Instances of the manifold-classes for colour types changelog: '' basic-deps: linearmap-category: ! '>=0.3.5' JuicyPixels: ! '>=3.1 && <3.4' base: ! '>=4.7 && <5' vector-space: -any semigroups: -any manifolds: ! '>=0.4.5 && <0.6' lens: -any linear: -any colour: ! '>2 && <3' constrained-categories: -any call-stack: -any all-versions: - 0.1.0.0 - 0.1.1.0 - 0.1.2.0 - 0.1.3.0 - 0.1.4.0 - 0.1.5.0 author: Justus Sagemüller latest: 0.1.5.0 description-type: haddock description: '' license-name: GPL-3.0-only
Fix Test Assemblies Path Again
version: '1.0.0-alpha{build}' image: Visual Studio 2015 shallow_clone: true platform: Any CPU configuration: Release before_build: - nuget restore build: project: ReactiveUI.Routing.sln test: assemblies: - **/*.Tests.dll
version: '1.0.0-alpha{build}' image: Visual Studio 2015 shallow_clone: true platform: Any CPU configuration: Release before_build: - nuget restore build: project: ReactiveUI.Routing.sln test: assemblies: - **\*.Tests.dll
Migrate to api.goodjob.life for stage
version: "2" services: node: image: 059402281999.dkr.ecr.ap-northeast-1.amazonaws.com/goodjob/goodjobshare:stage build: context: .. dockerfile: docker/Dockerfile args: - API_HOST=https://tranquil-fortress-92731.herokuapp.com - CONTENTFUL_API_HOST=https://content-stage.goodjob.life - FACEBOOK_APP_ID=1750216878594984 ports: - 39000:3001
version: "2" services: node: image: 059402281999.dkr.ecr.ap-northeast-1.amazonaws.com/goodjob/goodjobshare:stage build: context: .. dockerfile: docker/Dockerfile args: - API_HOST=https://api.goodjob.life - CONTENTFUL_API_HOST=https://content-stage.goodjob.life - FACEBOOK_APP_ID=1750216878594984 ports: - 39000:3001
Update from Hackage at 2018-12-10T17:58:55Z
homepage: https://github.com/mniip/yoctoparsec changelog-type: '' hash: 292f604bc68ee02c87cabe26ed4ba849d0e704f21e49bdabdb5388de446c1f8b test-bench-deps: {} maintainer: mniip@mniip.com synopsis: A truly tiny monadic parsing library changelog: '' basic-deps: free: ! '>=4.0' base: ! '>=4.8 && <4.11' mtl: ! '>=2.0.0.0' all-versions: - '0.1.0.0' author: mniip latest: '0.1.0.0' description-type: haddock description: ! 'A monadic parsing library making use of the free monad transformer. All instances are provided by the FreeT monad.' license-name: MIT
homepage: https://github.com/mniip/yoctoparsec changelog-type: '' hash: 24940dd42379cec68de337473943a25ea4631e7e1c9cc9ea9cced47521192a91 test-bench-deps: {} maintainer: mniip@mniip.com synopsis: A truly tiny monadic parsing library changelog: '' basic-deps: free: ! '>=4.0' base: ! '>=4.8 && <4.13' mtl: ! '>=2.0.0.0' all-versions: - '0.1.0.0' author: mniip latest: '0.1.0.0' description-type: haddock description: ! 'A monadic parsing library making use of the free monad transformer. All instances are provided by the FreeT monad.' license-name: MIT
Add tests for 7.1 and 7.2
language: php php: - 5.5 - 5.6 - 7.0 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer install script: - mkdir -p build/logs - php vendor/bin/phpunit -c phpunit.xml.dist after_success: - bash <(curl -s https://codecov.io/bash)
language: php php: - 5.5 - 5.6 - 7.0 - 7.1 - 7.2 - hhvm matrix: allow_failures: - php: hhvm before_script: - composer install script: - mkdir -p build/logs - php vendor/bin/phpunit -c phpunit.xml.dist after_success: - bash <(curl -s https://codecov.io/bash)
Update Travis configuration to include PHP 7.2 and different recipe versions
language: php env: global: - COMPOSER_ROOT_VERSION="1.0.x-dev" matrix: include: - php: 5.6 env: DB=MYSQL PHPCS_TEST=1 PHPUNIT_TEST=1 - php: 7.0 env: DB=PGSQL PHPUNIT_TEST=1 - php: 7.1 env: DB=MYSQL PHPUNIT_COVERAGE_TEST=1 before_script: - phpenv rehash - phpenv config-rm xdebug.ini - composer validate - composer require --prefer-dist --no-update silverstripe/recipe-core:1.0.x-dev - if [[ $DB == PGSQL ]]; then composer require --prefer-dist --no-update silverstripe/postgresql:2.0.x-dev; fi - composer update script: - if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi - if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi - if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs --standard=vendor/silverstripe/framework/phpcs.xml.dist src/ tests/ ; fi after_success: - if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
language: php env: global: - COMPOSER_ROOT_VERSION="1.0.x-dev" matrix: include: - php: 5.6 env: DB=MYSQL RECIPE_VERSION=1.0.x-dev PHPCS_TEST=1 PHPUNIT_TEST=1 - php: 7.0 env: DB=PGSQL RECIPE_VERSION=1.1.x-dev PHPUNIT_TEST=1 - php: 7.1 env: DB=MYSQL RECIPE_VERSION=1.2.x-dev PHPUNIT_COVERAGE_TEST=1 - php: 7.2 env: DB=MYSQL RECIPE_VERSION=1.x-dev PHPUNIT_TEST=1 before_script: - phpenv rehash - phpenv config-rm xdebug.ini - composer validate - composer require --prefer-dist --no-update silverstripe/recipe-core:$RECIPE_VERSION - if [[ $DB == PGSQL ]]; then composer require --prefer-dist --no-update silverstripe/postgresql:2.0.x-dev; fi - composer update script: - if [[ $PHPUNIT_TEST ]]; then vendor/bin/phpunit; fi - if [[ $PHPUNIT_COVERAGE_TEST ]]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover=coverage.xml; fi - if [[ $PHPCS_TEST ]]; then vendor/bin/phpcs --standard=PSR2 src/ tests/ *.php; fi after_success: - if [[ $PHPUNIT_COVERAGE_TEST ]]; then bash <(curl -s https://codecov.io/bash) -f coverage.xml; fi
Use correct repository name for glide
language: go env: GO15VENDOREXPERIMENT=1 go: - 1.5 - 1.6 install: - go get github.com/MasterMinds/glide - glide install script: go test -v ./app
language: go env: GO15VENDOREXPERIMENT=1 go: - 1.5 - 1.6 install: - go get github.com/Masterminds/glide - glide install script: go test -v ./app